reactjs-tiptap-editor 0.3.31 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -2
- package/lib/{ActionMenuButton-BCgqJsST.cjs → ActionMenuButton-CYdM1xx5.cjs} +1 -1
- package/lib/{ActionMenuButton-D97K0UWT.js → ActionMenuButton-DKRF6oa0.js} +1 -1
- package/lib/Attachment.cjs +2 -2
- package/lib/Attachment.d.cts +39 -43
- package/lib/Attachment.d.ts +39 -43
- package/lib/Attachment.js +7 -6
- package/lib/BaseKit.cjs +3 -0
- package/lib/BaseKit.d.cts +481 -0
- package/lib/BaseKit.d.ts +481 -0
- package/lib/BaseKit.js +132 -0
- package/lib/Blockquote.cjs +5 -1
- package/lib/Blockquote.d.cts +39 -43
- package/lib/Blockquote.d.ts +39 -43
- package/lib/Blockquote.js +33 -17
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.d.cts +39 -43
- package/lib/Bold.d.ts +39 -43
- package/lib/Bold.js +23 -16
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.d.cts +40 -44
- package/lib/BulletList.d.ts +40 -44
- package/lib/BulletList.js +11 -57
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.d.cts +39 -43
- package/lib/Clear.d.ts +39 -43
- package/lib/Clear.js +4 -2
- package/lib/Code.cjs +1 -1
- package/lib/Code.d.cts +39 -43
- package/lib/Code.d.ts +39 -43
- package/lib/Code.js +29 -25
- package/lib/CodeBlock.cjs +2 -2
- package/lib/CodeBlock.d.cts +39 -43
- package/lib/CodeBlock.d.ts +39 -43
- package/lib/CodeBlock.js +3 -3
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.d.cts +39 -43
- package/lib/CodeView.d.ts +39 -43
- package/lib/CodeView.js +3 -2
- package/lib/Color.cjs +1 -1
- package/lib/Color.d.cts +40 -44
- package/lib/Color.d.ts +40 -44
- package/lib/Color.js +42 -74
- package/lib/Document.cjs +1 -1
- package/lib/Document.d.cts +39 -43
- package/lib/Document.d.ts +39 -43
- package/lib/Document.js +4 -8
- package/lib/{Drawer-BHkje8ys.js → Drawer-CaAfmqNo.js} +37 -35
- package/lib/{Drawer-5Q_-WRhc.cjs → Drawer-CdvCMSzN.cjs} +1 -1
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.d.cts +39 -43
- package/lib/Drawer.d.ts +39 -43
- package/lib/Drawer.js +4 -4
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.d.cts +42 -44
- package/lib/Emoji.d.ts +42 -44
- package/lib/Emoji.js +19793 -182
- package/lib/{Excalidraw-GUVW-IqC.cjs → Excalidraw-BbMQhNvs.cjs} +1 -1
- package/lib/{Excalidraw-CG498239.js → Excalidraw-CVWz2Vyn.js} +20 -20
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.d.cts +39 -43
- package/lib/Excalidraw.d.ts +39 -43
- package/lib/Excalidraw.js +3 -3
- package/lib/ExportPdf.cjs +1 -1
- package/lib/ExportPdf.d.cts +39 -43
- package/lib/ExportPdf.d.ts +39 -43
- package/lib/ExportPdf.js +4 -2
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.d.cts +39 -43
- package/lib/ExportWord.d.ts +39 -43
- package/lib/ExportWord.js +22 -51
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.d.cts +40 -44
- package/lib/FontFamily.d.ts +40 -44
- package/lib/FontFamily.js +44 -73
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.d.cts +39 -43
- package/lib/FontSize.d.ts +39 -43
- package/lib/FontSize.js +7 -5
- package/lib/FormatPainter.cjs +1 -1
- package/lib/FormatPainter.d.cts +39 -43
- package/lib/FormatPainter.d.ts +39 -43
- package/lib/FormatPainter.js +4 -2
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.d.cts +39 -43
- package/lib/Heading.d.ts +39 -43
- package/lib/Heading.js +71 -60
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.d.cts +39 -43
- package/lib/Highlight.d.ts +39 -43
- package/lib/Highlight.js +5 -4
- package/lib/History.cjs +1 -1
- package/lib/History.d.cts +41 -45
- package/lib/History.d.ts +41 -45
- package/lib/History.js +39 -403
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.d.cts +39 -43
- package/lib/HorizontalRule.d.ts +39 -43
- package/lib/HorizontalRule.js +16 -65
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.d.cts +39 -43
- package/lib/Iframe.d.ts +39 -43
- package/lib/Iframe.js +4 -4
- package/lib/Image.cjs +1 -1
- package/lib/Image.d.cts +39 -43
- package/lib/Image.d.ts +39 -43
- package/lib/Image.js +3 -3
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.d.cts +39 -43
- package/lib/ImageGif.d.ts +39 -43
- package/lib/ImageGif.js +5 -5
- package/lib/ImportWord.cjs +72 -72
- package/lib/ImportWord.d.cts +39 -43
- package/lib/ImportWord.d.ts +39 -43
- package/lib/ImportWord.js +5652 -5615
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.d.cts +39 -43
- package/lib/Indent.d.ts +39 -43
- package/lib/Indent.js +4 -2
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.d.cts +39 -43
- package/lib/Italic.d.ts +39 -43
- package/lib/Italic.js +20 -14
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.d.cts +39 -43
- package/lib/Katex.d.ts +39 -43
- package/lib/Katex.js +12 -12
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.d.cts +39 -43
- package/lib/LineHeight.d.ts +39 -43
- package/lib/LineHeight.js +5 -3
- package/lib/Link.cjs +1 -1
- package/lib/Link.d.cts +39 -43
- package/lib/Link.d.ts +39 -43
- package/lib/Link.js +4 -4
- package/lib/ListItem.cjs +1 -1
- package/lib/ListItem.d.cts +44 -44
- package/lib/ListItem.d.ts +44 -44
- package/lib/ListItem.js +4 -30
- package/lib/Mention.cjs +1 -1
- package/lib/Mention.d.cts +39 -43
- package/lib/Mention.d.ts +39 -43
- package/lib/Mention.js +161 -132
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.d.cts +39 -43
- package/lib/Mermaid.d.ts +39 -43
- package/lib/Mermaid.js +50 -48
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.d.cts +39 -43
- package/lib/MoreMark.d.ts +39 -43
- package/lib/MoreMark.js +5 -3
- package/lib/MultiColumn.cjs +1 -1
- package/lib/MultiColumn.d.cts +39 -43
- package/lib/MultiColumn.d.ts +39 -43
- package/lib/MultiColumn.js +2 -2
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.d.cts +40 -44
- package/lib/OrderedList.d.ts +40 -44
- package/lib/OrderedList.js +11 -75
- package/lib/RichTextEditor-CxvwGvQG.cjs +142 -0
- package/lib/RichTextEditor-DGcKEUGr.js +22166 -0
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.d.cts +52 -126
- package/lib/SearchAndReplace.d.ts +52 -126
- package/lib/SearchAndReplace.js +204 -192
- package/lib/Selection.cjs +1 -1
- package/lib/Selection.d.cts +39 -43
- package/lib/Selection.d.ts +39 -43
- package/lib/Selection.js +1 -1
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.d.cts +39 -43
- package/lib/SlashCommand.d.ts +39 -43
- package/lib/SlashCommand.js +177 -222
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.d.cts +39 -43
- package/lib/Strike.d.ts +39 -43
- package/lib/Strike.js +20 -14
- package/lib/SubAndSuperScript.cjs +1 -1
- package/lib/SubAndSuperScript.d.cts +39 -43
- package/lib/SubAndSuperScript.d.ts +39 -43
- package/lib/SubAndSuperScript.js +5 -3
- package/lib/Table.cjs +8 -10
- package/lib/Table.d.cts +42 -46
- package/lib/Table.d.ts +42 -46
- package/lib/Table.js +382 -2022
- package/lib/TableOfContent.cjs +1 -1
- package/lib/TableOfContent.d.cts +39 -43
- package/lib/TableOfContent.d.ts +39 -43
- package/lib/TableOfContent.js +5 -5
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.d.cts +41 -45
- package/lib/TaskList.d.ts +41 -45
- package/lib/TaskList.js +12 -154
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.d.cts +39 -43
- package/lib/TextAlign.d.ts +39 -43
- package/lib/TextAlign.js +11 -9
- package/lib/TextBubble.cjs +1 -1
- package/lib/TextBubble.d.cts +39 -43
- package/lib/TextBubble.d.ts +39 -43
- package/lib/TextBubble.js +5 -3
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.d.cts +39 -43
- package/lib/TextDirection.d.ts +39 -43
- package/lib/TextDirection.js +2 -3
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.d.cts +39 -43
- package/lib/TextUnderline.d.ts +39 -43
- package/lib/TextUnderline.js +40 -12
- package/lib/TrailingNode.cjs +1 -1
- package/lib/TrailingNode.d.cts +39 -43
- package/lib/TrailingNode.d.ts +39 -43
- package/lib/TrailingNode.js +1 -1
- package/lib/Twitter-BFULyqdR.js +1628 -0
- package/lib/Twitter-Cutpkh3h.cjs +1 -0
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.d.cts +39 -43
- package/lib/Twitter.d.ts +39 -43
- package/lib/Twitter.js +3 -3
- package/lib/Video.cjs +1 -1
- package/lib/Video.d.cts +39 -43
- package/lib/Video.d.ts +39 -43
- package/lib/Video.js +3 -3
- package/lib/bubble-extra.cjs +2 -2
- package/lib/bubble-extra.d.cts +39 -43
- package/lib/bubble-extra.d.ts +39 -43
- package/lib/bubble-extra.js +200 -192
- package/lib/dom-dataset-_6-diIRQ.cjs +33 -0
- package/lib/dom-dataset-lYeH6gfI.js +2361 -0
- package/lib/index-5iBZLua9.cjs +12 -0
- package/lib/index-6D1J-A-o.cjs +1 -0
- package/lib/index-B96Cclrj.cjs +3 -0
- package/lib/index-BBz7Nmv9.js +55 -0
- package/lib/index-BeCTd5v2.cjs +1 -0
- package/lib/index-ByurDDMv.js +237 -0
- package/lib/index-CUogRI7j.cjs +1 -0
- package/lib/index-Ch6dBBad.js +709 -0
- package/lib/index-DF2Lp4HZ.cjs +100 -0
- package/lib/{index-LUL9mqY4.js → index-D_L6n8O8.js} +4 -4
- package/lib/index-Dbvi-Bvh.cjs +1 -0
- package/lib/index-DpCrt7xs.cjs +1 -0
- package/lib/index-DsAX1Vq8.cjs +1 -0
- package/lib/index-Dy4DlW9o.js +12 -0
- package/lib/index-J3jHHZ4d.js +200 -0
- package/lib/{index-CsK90iVd.js → index-LmrOdnen.js} +302 -389
- package/lib/index-VvXaaKe3.js +898 -0
- package/lib/index-kbO3iWqL.js +13432 -0
- package/lib/index.cjs +1 -2
- package/lib/index.d.cts +40 -243
- package/lib/index.d.ts +40 -243
- package/lib/index.js +2 -588
- package/lib/jsx-runtime-CT7Pcg-t.js +13 -0
- package/lib/jsx-runtime-C_NLcKys.cjs +1 -0
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +39 -43
- package/lib/locale-bundle.d.ts +39 -43
- package/lib/locale-bundle.js +1 -1
- package/lib/style.css +1 -1
- package/lib/{textarea-DdH64g04.cjs → textarea-DFo_aXnj.cjs} +1 -1
- package/lib/{textarea-CktfkXNe.js → textarea-aPtytkDx.js} +1 -1
- package/package.json +76 -70
- package/lib/RichTextEditor-DWlLqTl9.cjs +0 -140
- package/lib/RichTextEditor-KP2Rgcqe.js +0 -12751
- package/lib/Twitter-99ivY5qv.js +0 -1744
- package/lib/Twitter-BvfvUtNT.cjs +0 -17
- package/lib/dom-dataset-Byuf1YmW.cjs +0 -33
- package/lib/dom-dataset-Di3tIRrR.js +0 -1031
- package/lib/index-BI-IcZcN.cjs +0 -1
- package/lib/index-ByRfqzMr.cjs +0 -89
- package/lib/index-C1fzuXpN.js +0 -46
- package/lib/index-CbQQFj2T.js +0 -133
- package/lib/index-DI9T3iLd.js +0 -12354
- package/lib/index-D_A0TBRA.cjs +0 -1
- package/lib/index-DclQSrIx.cjs +0 -1
- package/lib/index-Z4b9rzn-.cjs +0 -1
package/lib/ImportWord.cjs
CHANGED
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const As=require("./index-DF2Lp4HZ.cjs"),yr=require("react/jsx-runtime"),Da=require("react"),Xe=require("./RichTextEditor-CxvwGvQG.cjs"),Cs=require("./index-6D1J-A-o.cjs");var He={},Ci="1.13.7",va=typeof self=="object"&&self.self===self&&self||typeof global=="object"&&global.global===global&&global||Function("return this")()||{},Gt=Array.prototype,Fi=Object.prototype,xa=typeof Symbol<"u"?Symbol.prototype:null,Fs=Gt.push,at=Gt.slice,Jn=Fi.toString,Ss=Fi.hasOwnProperty,Pc=typeof ArrayBuffer<"u",Bs=typeof DataView<"u",ks=Array.isArray,_a=Object.keys,Ua=Object.create,Ta=Pc&&ArrayBuffer.isView,Ws=isNaN,Rs=isFinite,zc=!{toString:null}.propertyIsEnumerable("toString"),wa=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],Os=Math.pow(2,53)-1;function Me(e,n){return n=n==null?e.length-1:+n,function(){for(var t=Math.max(arguments.length-n,0),r=Array(t),c=0;c<t;c++)r[c]=arguments[c+n];switch(n){case 0:return e.call(this,r);case 1:return e.call(this,arguments[0],r);case 2:return e.call(this,arguments[0],arguments[1],r)}var i=Array(n+1);for(c=0;c<n;c++)i[c]=arguments[c];return i[n]=r,e.apply(this,i)}}function pn(e){var n=typeof e;return n==="function"||n==="object"&&!!e}function jc(e){return e===null}function Si(e){return e===void 0}function Bi(e){return e===!0||e===!1||Jn.call(e)==="[object Boolean]"}function Xc(e){return!!(e&&e.nodeType===1)}function Le(e){var n="[object "+e+"]";return function(t){return Jn.call(t)===n}}const Zt=Le("String"),ki=Le("Number"),Vc=Le("Date"),Hc=Le("RegExp"),Gc=Le("Error"),Wi=Le("Symbol"),Ri=Le("ArrayBuffer");var Zc=Le("Function"),Ns=va.document&&va.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof Ns!="function"&&(Zc=function(e){return typeof e=="function"||!1});const Ie=Zc,Yc=Le("Object");var $c=Bs&&(!/\[native code\]/.test(String(DataView))||Yc(new DataView(new ArrayBuffer(8)))),Oi=typeof Map<"u"&&Yc(new Map),Is=Le("DataView");function Ls(e){return e!=null&&Ie(e.getInt8)&&Ri(e.buffer)}const et=$c?Ls:Is,gn=ks||Le("Array");function mn(e,n){return e!=null&&Ss.call(e,n)}var wi=Le("Arguments");(function(){wi(arguments)||(wi=function(e){return mn(e,"callee")})})();const Yt=wi;function Kc(e){return!Wi(e)&&Rs(e)&&!isNaN(parseFloat(e))}function Ni(e){return ki(e)&&Ws(e)}function Ii(e){return function(){return e}}function Qc(e){return function(n){var t=e(n);return typeof t=="number"&&t>=0&&t<=Os}}function Jc(e){return function(n){return n==null?void 0:n[e]}}const zt=Jc("byteLength"),Ms=Qc(zt);var qs=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function Ps(e){return Ta?Ta(e)&&!et(e):Ms(e)&&qs.test(Jn.call(e))}const Li=Pc?Ps:Ii(!1),Pe=Jc("length");function zs(e){for(var n={},t=e.length,r=0;r<t;++r)n[e[r]]=!0;return{contains:function(c){return n[c]===!0},push:function(c){return n[c]=!0,e.push(c)}}}function eu(e,n){n=zs(n);var t=wa.length,r=e.constructor,c=Ie(r)&&r.prototype||Fi,i="constructor";for(mn(e,i)&&!n.contains(i)&&n.push(i);t--;)i=wa[t],i in e&&e[i]!==c[i]&&!n.contains(i)&&n.push(i)}function We(e){if(!pn(e))return[];if(_a)return _a(e);var n=[];for(var t in e)mn(e,t)&&n.push(t);return zc&&eu(e,n),n}function nu(e){if(e==null)return!0;var n=Pe(e);return typeof n=="number"&&(gn(e)||Zt(e)||Yt(e))?n===0:Pe(We(e))===0}function Mi(e,n){var t=We(n),r=t.length;if(e==null)return!r;for(var c=Object(e),i=0;i<r;i++){var o=t[i];if(n[o]!==c[o]||!(o in c))return!1}return!0}function Ae(e){if(e instanceof Ae)return e;if(!(this instanceof Ae))return new Ae(e);this._wrapped=e}Ae.VERSION=Ci;Ae.prototype.value=function(){return this._wrapped};Ae.prototype.valueOf=Ae.prototype.toJSON=Ae.prototype.value;Ae.prototype.toString=function(){return String(this._wrapped)};function Ea(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,zt(e))}var Aa="[object DataView]";function Ei(e,n,t,r){if(e===n)return e!==0||1/e===1/n;if(e==null||n==null)return!1;if(e!==e)return n!==n;var c=typeof e;return c!=="function"&&c!=="object"&&typeof n!="object"?!1:tu(e,n,t,r)}function tu(e,n,t,r){e instanceof Ae&&(e=e._wrapped),n instanceof Ae&&(n=n._wrapped);var c=Jn.call(e);if(c!==Jn.call(n))return!1;if($c&&c=="[object Object]"&&et(e)){if(!et(n))return!1;c=Aa}switch(c){case"[object RegExp]":case"[object String]":return""+e==""+n;case"[object Number]":return+e!=+e?+n!=+n:+e==0?1/+e===1/n:+e==+n;case"[object Date]":case"[object Boolean]":return+e==+n;case"[object Symbol]":return xa.valueOf.call(e)===xa.valueOf.call(n);case"[object ArrayBuffer]":case Aa:return tu(Ea(e),Ea(n),t,r)}var i=c==="[object Array]";if(!i&&Li(e)){var o=zt(e);if(o!==zt(n))return!1;if(e.buffer===n.buffer&&e.byteOffset===n.byteOffset)return!0;i=!0}if(!i){if(typeof e!="object"||typeof n!="object")return!1;var a=e.constructor,u=n.constructor;if(a!==u&&!(Ie(a)&&a instanceof a&&Ie(u)&&u instanceof u)&&"constructor"in e&&"constructor"in n)return!1}t=t||[],r=r||[];for(var h=t.length;h--;)if(t[h]===e)return r[h]===n;if(t.push(e),r.push(n),i){if(h=e.length,h!==n.length)return!1;for(;h--;)if(!Ei(e[h],n[h],t,r))return!1}else{var b=We(e),g;if(h=b.length,We(n).length!==h)return!1;for(;h--;)if(g=b[h],!(mn(n,g)&&Ei(e[g],n[g],t,r)))return!1}return t.pop(),r.pop(),!0}function ru(e,n){return Ei(e,n)}function qn(e){if(!pn(e))return[];var n=[];for(var t in e)n.push(t);return zc&&eu(e,n),n}function qi(e){var n=Pe(e);return function(t){if(t==null)return!1;var r=qn(t);if(Pe(r))return!1;for(var c=0;c<n;c++)if(!Ie(t[e[c]]))return!1;return e!==ou||!Ie(t[Pi])}}var Pi="forEach",iu="has",zi=["clear","delete"],au=["get",iu,"set"],js=zi.concat(Pi,au),ou=zi.concat(au),Xs=["add"].concat(zi,Pi,iu);const cu=Oi?qi(js):Le("Map"),uu=Oi?qi(ou):Le("WeakMap"),su=Oi?qi(Xs):Le("Set"),du=Le("WeakSet");function Cn(e){for(var n=We(e),t=n.length,r=Array(t),c=0;c<t;c++)r[c]=e[n[c]];return r}function lu(e){for(var n=We(e),t=n.length,r=Array(t),c=0;c<t;c++)r[c]=[n[c],e[n[c]]];return r}function ji(e){for(var n={},t=We(e),r=0,c=t.length;r<c;r++)n[e[t[r]]]=t[r];return n}function nt(e){var n=[];for(var t in e)Ie(e[t])&&n.push(t);return n.sort()}function Xi(e,n){return function(t){var r=arguments.length;if(n&&(t=Object(t)),r<2||t==null)return t;for(var c=1;c<r;c++)for(var i=arguments[c],o=e(i),a=o.length,u=0;u<a;u++){var h=o[u];(!n||t[h]===void 0)&&(t[h]=i[h])}return t}}const Vi=Xi(qn),Ln=Xi(We),Hi=Xi(qn,!0);function Vs(){return function(){}}function fu(e){if(!pn(e))return{};if(Ua)return Ua(e);var n=Vs();n.prototype=e;var t=new n;return n.prototype=null,t}function hu(e,n){var t=fu(e);return n&&Ln(t,n),t}function pu(e){return pn(e)?gn(e)?e.slice():Vi({},e):e}function gu(e,n){return n(e),e}function Gi(e){return gn(e)?e:[e]}Ae.toPath=Gi;function ot(e){return Ae.toPath(e)}function Zi(e,n){for(var t=n.length,r=0;r<t;r++){if(e==null)return;e=e[n[r]]}return t?e:void 0}function Yi(e,n,t){var r=Zi(e,ot(n));return Si(r)?t:r}function mu(e,n){n=ot(n);for(var t=n.length,r=0;r<t;r++){var c=n[r];if(!mn(e,c))return!1;e=e[c]}return!!t}function $t(e){return e}function An(e){return e=Ln({},e),function(n){return Mi(n,e)}}function Kt(e){return e=ot(e),function(n){return Zi(n,e)}}function ct(e,n,t){if(n===void 0)return e;switch(t??3){case 1:return function(r){return e.call(n,r)};case 3:return function(r,c,i){return e.call(n,r,c,i)};case 4:return function(r,c,i,o){return e.call(n,r,c,i,o)}}return function(){return e.apply(n,arguments)}}function bu(e,n,t){return e==null?$t:Ie(e)?ct(e,n,t):pn(e)&&!gn(e)?An(e):Kt(e)}function Qt(e,n){return bu(e,n,1/0)}Ae.iteratee=Qt;function ze(e,n,t){return Ae.iteratee!==Qt?Ae.iteratee(e,n):bu(e,n,t)}function yu(e,n,t){n=ze(n,t);for(var r=We(e),c=r.length,i={},o=0;o<c;o++){var a=r[o];i[a]=n(e[a],a,e)}return i}function $i(){}function Du(e){return e==null?$i:function(n){return Yi(e,n)}}function vu(e,n,t){var r=Array(Math.max(0,e));n=ct(n,t,1);for(var c=0;c<e;c++)r[c]=n(c);return r}function jt(e,n){return n==null&&(n=e,e=0),e+Math.floor(Math.random()*(n-e+1))}const Mn=Date.now||function(){return new Date().getTime()};function xu(e){var n=function(i){return e[i]},t="(?:"+We(e).join("|")+")",r=RegExp(t),c=RegExp(t,"g");return function(i){return i=i==null?"":""+i,r.test(i)?i.replace(c,n):i}}const _u={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},Uu=xu(_u),Hs=ji(_u),Tu=xu(Hs),wu=Ae.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var Dr=/(.)^/,Gs={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Zs=/\\|'|\r|\n|\u2028|\u2029/g;function Ys(e){return"\\"+Gs[e]}var $s=/^\s*(\w|\$)+\s*$/;function Eu(e,n,t){!n&&t&&(n=t),n=Hi({},n,Ae.templateSettings);var r=RegExp([(n.escape||Dr).source,(n.interpolate||Dr).source,(n.evaluate||Dr).source].join("|")+"|$","g"),c=0,i="__p+='";e.replace(r,function(h,b,g,m,l){return i+=e.slice(c,l).replace(Zs,Ys),c=l+h.length,b?i+=`'+
|
|
2
2
|
((__t=(`+b+`))==null?'':_.escape(__t))+
|
|
3
|
-
'`:
|
|
4
|
-
((__t=(`+
|
|
5
|
-
'`:
|
|
6
|
-
`+
|
|
7
|
-
__p+='`),
|
|
8
|
-
`;var
|
|
3
|
+
'`:g?i+=`'+
|
|
4
|
+
((__t=(`+g+`))==null?'':__t)+
|
|
5
|
+
'`:m&&(i+=`';
|
|
6
|
+
`+m+`
|
|
7
|
+
__p+='`),h}),i+=`';
|
|
8
|
+
`;var o=n.variable;if(o){if(!$s.test(o))throw new Error("variable is not a bare identifier: "+o)}else i=`with(obj||{}){
|
|
9
9
|
`+i+`}
|
|
10
|
-
`,
|
|
10
|
+
`,o="obj";i=`var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};
|
|
11
11
|
`+i+`return __p;
|
|
12
|
-
`;var
|
|
13
|
-
`+i+"}",u}function Eu(e,n,t){n=at(n);var r=n.length;if(!r)return Oe(t)?t.call(e):t;for(var c=0;c<r;c++){var i=e==null?void 0:e[n[c]];i===void 0&&(i=t,c=r),e=Oe(i)?i.call(e):i}return e}var Ys=0;function Au(e){var n=++Ys+"";return e?e+n:n}function Fu(e){var n=Ee(e);return n._chain=!0,n}function Cu(e,n,t,r,c){if(!(r instanceof n))return e.apply(t,c);var i=lu(e.prototype),a=e.apply(i,c);return hn(a)?a:i}var Fn=Le(function(e,n){var t=Fn.placeholder,r=function(){for(var c=0,i=n.length,a=Array(i),o=0;o<i;o++)a[o]=n[o]===t?arguments[c++]:n[o];for(;c<arguments.length;)a.push(arguments[c++]);return Cu(e,r,this,this,a)};return r});Fn.placeholder=Ee;const Yi=Le(function(e,n,t){if(!Oe(e))throw new TypeError("Bind must be called on a function");var r=Le(function(c){return Cu(e,r,n,this,t.concat(c))});return r}),Xe=Kc(qe);function Cn(e,n,t,r){if(r=r||[],!n&&n!==0)n=1/0;else if(n<=0)return r.concat(e);for(var c=r.length,i=0,a=qe(e);i<a;i++){var o=e[i];if(Xe(o)&&(pn(o)||Zt(o)))if(n>1)Cn(o,n-1,t,r),c=r.length;else for(var u=0,l=o.length;u<l;)r[c++]=o[u++];else t||(r[c++]=o)}return r}const Su=Le(function(e,n){n=Cn(n,!1,!1);var t=n.length;if(t<1)throw new Error("bindAll must be passed function names");for(;t--;){var r=n[t];e[r]=Yi(e[r],e)}return e});function Bu(e,n){var t=function(r){var c=t.cache,i=""+(n?n.apply(this,arguments):r);return gn(c,i)||(c[i]=e.apply(this,arguments)),c[i]};return t.cache={},t}const Ki=Le(function(e,n,t){return setTimeout(function(){return e.apply(null,t)},n)}),ku=Fn(Ki,Ee,1);function Wu(e,n,t){var r,c,i,a,o=0;t||(t={});var u=function(){o=t.leading===!1?0:Ln(),r=null,a=e.apply(c,i),r||(c=i=null)},l=function(){var b=Ln();!o&&t.leading===!1&&(o=b);var m=n-(b-o);return c=this,i=arguments,m<=0||m>n?(r&&(clearTimeout(r),r=null),o=b,a=e.apply(c,i),r||(c=i=null)):!r&&t.trailing!==!1&&(r=setTimeout(u,m)),a};return l.cancel=function(){clearTimeout(r),o=0,r=c=i=null},l}function Ru(e,n,t){var r,c,i,a,o,u=function(){var b=Ln()-c;n>b?r=setTimeout(u,n-b):(r=null,t||(a=e.apply(o,i)),r||(i=o=null))},l=Le(function(b){return o=this,i=b,c=Ln(),r||(r=setTimeout(u,n),t&&(a=e.apply(o,i))),a});return l.cancel=function(){clearTimeout(r),r=i=o=null},l}function Nu(e,n){return Fn(n,e)}function Qt(e){return function(){return!e.apply(this,arguments)}}function Ou(){var e=arguments,n=e.length-1;return function(){for(var t=n,r=e[n].apply(this,arguments);t--;)r=e[t].call(this,r);return r}}function Iu(e,n){return function(){if(--e<1)return n.apply(this,arguments)}}function Qi(e,n){var t;return function(){return--e>0&&(t=n.apply(this,arguments)),e<=1&&(n=null),t}}const Lu=Fn(Qi,2);function Ji(e,n,t){n=Pe(n,t);for(var r=ke(e),c,i=0,a=r.length;i<a;i++)if(c=r[i],n(e[c],c,e))return c}function Mu(e){return function(n,t,r){t=Pe(t,r);for(var c=qe(n),i=e>0?0:c-1;i>=0&&i<c;i+=e)if(t(n[i],i,n))return i;return-1}}const Jt=Mu(1),ea=Mu(-1);function na(e,n,t,r){t=Pe(t,r,1);for(var c=t(n),i=0,a=qe(e);i<a;){var o=Math.floor((i+a)/2);t(e[o])<c?i=o+1:a=o}return i}function qu(e,n,t){return function(r,c,i){var a=0,o=qe(r);if(typeof i=="number")e>0?a=i>=0?i:Math.max(i+o,a):o=i>=0?Math.min(i+1,o):i+o+1;else if(t&&i&&o)return i=t(r,c),r[i]===c?i:-1;if(c!==c)return i=n(it.call(r,a,o),Ni),i>=0?i+a:-1;for(i=e>0?a:o-1;i>=0&&i<o;i+=e)if(r[i]===c)return i;return-1}}const ta=qu(1,Jt,na),Pu=qu(-1,ea);function nt(e,n,t){var r=Xe(e)?Jt:Ji,c=r(e,n,t);if(c!==void 0&&c!==-1)return e[c]}function zu(e,n){return nt(e,En(n))}function Ye(e,n,t){n=ot(n,t);var r,c;if(Xe(e))for(r=0,c=e.length;r<c;r++)n(e[r],r,e);else{var i=ke(e);for(r=0,c=i.length;r<c;r++)n(e[i[r]],i[r],e)}return e}function an(e,n,t){n=Pe(n,t);for(var r=!Xe(e)&&ke(e),c=(r||e).length,i=Array(c),a=0;a<c;a++){var o=r?r[a]:a;i[a]=n(e[o],o,e)}return i}function ju(e){var n=function(t,r,c,i){var a=!Xe(t)&&ke(t),o=(a||t).length,u=e>0?0:o-1;for(i||(c=t[a?a[u]:u],u+=e);u>=0&&u<o;u+=e){var l=a?a[u]:u;c=r(c,t[l],l,t)}return c};return function(t,r,c,i){var a=arguments.length>=3;return n(t,ot(r,i,4),c,a)}}const Nn=ju(1),jt=ju(-1);function ln(e,n,t){var r=[];return n=Pe(n,t),Ye(e,function(c,i,a){n(c,i,a)&&r.push(c)}),r}function Xu(e,n,t){return ln(e,Qt(Pe(n)),t)}function Xt(e,n,t){n=Pe(n,t);for(var r=!Xe(e)&&ke(e),c=(r||e).length,i=0;i<c;i++){var a=r?r[i]:i;if(!n(e[a],a,e))return!1}return!0}function Vt(e,n,t){n=Pe(n,t);for(var r=!Xe(e)&&ke(e),c=(r||e).length,i=0;i<c;i++){var a=r?r[i]:i;if(n(e[a],a,e))return!0}return!1}function Ge(e,n,t,r){return Xe(e)||(e=An(e)),(typeof t!="number"||r)&&(t=0),ta(e,n,t)>=0}const Vu=Le(function(e,n,t){var r,c;return Oe(n)?c=n:(n=at(n),r=n.slice(0,-1),n=n[n.length-1]),an(e,function(i){var a=c;if(!a){if(r&&r.length&&(i=Gi(i,r)),i==null)return;a=i[n]}return a==null?a:a.apply(i,t)})});function er(e,n){return an(e,Yt(n))}function Hu(e,n){return ln(e,En(n))}function ra(e,n,t){var r=-1/0,c=-1/0,i,a;if(n==null||typeof n=="number"&&typeof e[0]!="object"&&e!=null){e=Xe(e)?e:An(e);for(var o=0,u=e.length;o<u;o++)i=e[o],i!=null&&i>r&&(r=i)}else n=Pe(n,t),Ye(e,function(l,b,m){a=n(l,b,m),(a>c||a===-1/0&&r===-1/0)&&(r=l,c=a)});return r}function Gu(e,n,t){var r=1/0,c=1/0,i,a;if(n==null||typeof n=="number"&&typeof e[0]!="object"&&e!=null){e=Xe(e)?e:An(e);for(var o=0,u=e.length;o<u;o++)i=e[o],i!=null&&i<r&&(r=i)}else n=Pe(n,t),Ye(e,function(l,b,m){a=n(l,b,m),(a<c||a===1/0&&r===1/0)&&(r=l,c=a)});return r}var Ks=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function ia(e){return e?pn(e)?it.call(e):Gt(e)?e.match(Ks):Xe(e)?an(e,$t):An(e):[]}function aa(e,n,t){if(n==null||t)return Xe(e)||(e=An(e)),e[zt(e.length-1)];var r=ia(e),c=qe(r);n=Math.max(Math.min(n,c),0);for(var i=c-1,a=0;a<n;a++){var o=zt(a,i),u=r[a];r[a]=r[o],r[o]=u}return r.slice(0,n)}function Zu(e){return aa(e,1/0)}function $u(e,n,t){var r=0;return n=Pe(n,t),er(an(e,function(c,i,a){return{value:c,index:r++,criteria:n(c,i,a)}}).sort(function(c,i){var a=c.criteria,o=i.criteria;if(a!==o){if(a>o||a===void 0)return 1;if(a<o||o===void 0)return-1}return c.index-i.index}),"value")}function nr(e,n){return function(t,r,c){var i=n?[[],[]]:{};return r=Pe(r,c),Ye(t,function(a,o){var u=r(a,o,t);e(i,a,u)}),i}}const Yu=nr(function(e,n,t){gn(e,t)?e[t].push(n):e[t]=[n]}),Ku=nr(function(e,n,t){e[t]=n}),Qu=nr(function(e,n,t){gn(e,t)?e[t]++:e[t]=1}),Ju=nr(function(e,n,t){e[t?0:1].push(n)},!0);function es(e){return e==null?0:Xe(e)?e.length:ke(e).length}function Qs(e,n,t){return n in t}const oa=Le(function(e,n){var t={},r=n[0];if(e==null)return t;Oe(r)?(n.length>1&&(r=ot(r,n[1])),n=Mn(e)):(r=Qs,n=Cn(n,!1,!1),e=Object(e));for(var c=0,i=n.length;c<i;c++){var a=n[c],o=e[a];r(o,a,e)&&(t[a]=o)}return t}),ns=Le(function(e,n){var t=n[0],r;return Oe(t)?(t=Qt(t),n.length>1&&(r=n[1])):(n=an(Cn(n,!1,!1),String),t=function(c,i){return!Ge(n,i)}),oa(e,t,r)});function ca(e,n,t){return it.call(e,0,Math.max(0,e.length-(n==null||t?1:n)))}function On(e,n,t){return e==null||e.length<1?n==null||t?void 0:[]:n==null||t?e[0]:ca(e,e.length-n)}function wn(e,n,t){return it.call(e,n==null||t?1:n)}function ts(e,n,t){return e==null||e.length<1?n==null||t?void 0:[]:n==null||t?e[e.length-1]:wn(e,Math.max(0,e.length-n))}function rs(e){return ln(e,Boolean)}function is(e,n){return Cn(e,n,!1)}const ua=Le(function(e,n){return n=Cn(n,!0,!0),ln(e,function(t){return!Ge(n,t)})}),as=Le(function(e,n){return ua(e,n)});function tt(e,n,t,r){Si(n)||(r=t,t=n,n=!1),t!=null&&(t=Pe(t,r));for(var c=[],i=[],a=0,o=qe(e);a<o;a++){var u=e[a],l=t?t(u,a,e):u;n&&!t?((!a||i!==l)&&c.push(u),i=l):t?Ge(i,l)||(i.push(l),c.push(u)):Ge(c,u)||c.push(u)}return c}const os=Le(function(e){return tt(Cn(e,!0,!0))});function cs(e){for(var n=[],t=arguments.length,r=0,c=qe(e);r<c;r++){var i=e[r];if(!Ge(n,i)){var a;for(a=1;a<t&&Ge(arguments[a],i);a++);a===t&&n.push(i)}}return n}function rt(e){for(var n=e&&ra(e,qe).length||0,t=Array(n),r=0;r<n;r++)t[r]=er(e,r);return t}const us=Le(rt);function ss(e,n){for(var t={},r=0,c=qe(e);r<c;r++)n?t[e[r]]=n[r]:t[e[r][0]]=e[r][1];return t}function ds(e,n,t){n==null&&(n=e||0,e=0),t||(t=n<e?-1:1);for(var r=Math.max(Math.ceil((n-e)/t),0),c=Array(r),i=0;i<r;i++,e+=t)c[i]=e;return c}function ls(e,n){if(n==null||n<1)return[];for(var t=[],r=0,c=e.length;r<c;)t.push(it.call(e,r,r+=n));return t}function sa(e,n){return e._chain?Ee(n).chain():n}function da(e){return Ye(et(e),function(n){var t=Ee[n]=e[n];Ee.prototype[n]=function(){var r=[this._wrapped];return Fs.apply(r,arguments),sa(this,t.apply(Ee,r))}}),Ee}Ye(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var n=Ht[e];Ee.prototype[e]=function(){var t=this._wrapped;return t!=null&&(n.apply(t,arguments),(e==="shift"||e==="splice")&&t.length===0&&delete t[0]),sa(this,t)}});Ye(["concat","join","slice"],function(e){var n=Ht[e];Ee.prototype[e]=function(){var t=this._wrapped;return t!=null&&(t=n.apply(t,arguments)),sa(this,t)}});const Js=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Ai,after:Iu,all:Xt,allKeys:Mn,any:Vt,assign:In,before:Qi,bind:Yi,bindAll:Su,chain:Fu,chunk:ls,clone:hu,collect:an,compact:rs,compose:Ou,constant:Oi,contains:Ge,countBy:Qu,create:fu,debounce:Ru,default:Ee,defaults:Vi,defer:ku,delay:Ki,detect:nt,difference:ua,drop:wn,each:Ye,escape:_u,every:Xt,extend:Xi,extendOwn:In,filter:ln,find:nt,findIndex:Jt,findKey:Ji,findLastIndex:ea,findWhere:zu,first:On,flatten:is,foldl:Nn,foldr:jt,forEach:Ye,functions:et,get:Zi,groupBy:Yu,has:gu,head:On,identity:$t,include:Ge,includes:Ge,indexBy:Ku,indexOf:ta,initial:ca,inject:Nn,intersection:cs,invert:zi,invoke:Vu,isArguments:Zt,isArray:pn,isArrayBuffer:Wi,isBoolean:Si,isDataView:Jn,isDate:Xc,isElement:jc,isEmpty:eu,isEqual:tu,isError:Hc,isFinite:Yc,isFunction:Oe,isMap:ou,isMatch:Li,isNaN:Ni,isNull:zc,isNumber:Bi,isObject:hn,isRegExp:Vc,isSet:uu,isString:Gt,isSymbol:ki,isTypedArray:Ii,isUndefined:Ci,isWeakMap:cu,isWeakSet:su,iteratee:Kt,keys:ke,last:ts,lastIndexOf:Pu,map:an,mapObject:bu,matcher:En,matches:En,max:ra,memoize:Bu,methods:et,min:Gu,mixin:da,negate:Qt,noop:$i,now:Ln,object:ss,omit:ns,once:Lu,pairs:du,partial:Fn,partition:Ju,pick:oa,pluck:er,property:Yt,propertyOf:yu,random:zt,range:ds,reduce:Nn,reduceRight:jt,reject:Xu,rest:wn,restArguments:Le,result:Eu,sample:aa,select:ln,shuffle:Zu,size:es,some:Vt,sortBy:$u,sortedIndex:na,tail:wn,take:On,tap:pu,template:wu,templateSettings:Tu,throttle:Wu,times:Du,toArray:ia,toPath:Hi,transpose:rt,unescape:Uu,union:os,uniq:tt,unique:tt,uniqueId:Au,unzip:rt,values:An,where:Hu,without:as,wrap:Nu,zip:us},Symbol.toStringTag,{value:"Module"}));var Ei=da(Js);Ei._=Ei;const ed=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Ai,after:Iu,all:Xt,allKeys:Mn,any:Vt,assign:In,before:Qi,bind:Yi,bindAll:Su,chain:Fu,chunk:ls,clone:hu,collect:an,compact:rs,compose:Ou,constant:Oi,contains:Ge,countBy:Qu,create:fu,debounce:Ru,default:Ei,defaults:Vi,defer:ku,delay:Ki,detect:nt,difference:ua,drop:wn,each:Ye,escape:_u,every:Xt,extend:Xi,extendOwn:In,filter:ln,find:nt,findIndex:Jt,findKey:Ji,findLastIndex:ea,findWhere:zu,first:On,flatten:is,foldl:Nn,foldr:jt,forEach:Ye,functions:et,get:Zi,groupBy:Yu,has:gu,head:On,identity:$t,include:Ge,includes:Ge,indexBy:Ku,indexOf:ta,initial:ca,inject:Nn,intersection:cs,invert:zi,invoke:Vu,isArguments:Zt,isArray:pn,isArrayBuffer:Wi,isBoolean:Si,isDataView:Jn,isDate:Xc,isElement:jc,isEmpty:eu,isEqual:tu,isError:Hc,isFinite:Yc,isFunction:Oe,isMap:ou,isMatch:Li,isNaN:Ni,isNull:zc,isNumber:Bi,isObject:hn,isRegExp:Vc,isSet:uu,isString:Gt,isSymbol:ki,isTypedArray:Ii,isUndefined:Ci,isWeakMap:cu,isWeakSet:su,iteratee:Kt,keys:ke,last:ts,lastIndexOf:Pu,map:an,mapObject:bu,matcher:En,matches:En,max:ra,memoize:Bu,methods:et,min:Gu,mixin:da,negate:Qt,noop:$i,now:Ln,object:ss,omit:ns,once:Lu,pairs:du,partial:Fn,partition:Ju,pick:oa,pluck:er,property:Yt,propertyOf:yu,random:zt,range:ds,reduce:Nn,reduceRight:jt,reject:Xu,rest:wn,restArguments:Le,result:Eu,sample:aa,select:ln,shuffle:Zu,size:es,some:Vt,sortBy:$u,sortedIndex:na,tail:wn,take:On,tap:pu,template:wu,templateSettings:Tu,throttle:Wu,times:Du,toArray:ia,toPath:Hi,transpose:rt,unescape:Uu,union:os,uniq:tt,unique:tt,uniqueId:Au,unzip:rt,values:An,where:Hu,without:as,wrap:Nu,zip:us},Symbol.toStringTag,{value:"Module"})),Be=je.getAugmentedNamespace(ed);var ct={},He={},Dr={exports:{}},ut={exports:{}},Aa;function qn(){if(Aa)return ut.exports;Aa=1;var e=function(){return this===void 0}();if(e)ut.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:e,propertyIsWritable:function(b,m){var g=Object.getOwnPropertyDescriptor(b,m);return!!(!g||g.writable||g.set)}};else{var n={}.hasOwnProperty,t={}.toString,r={}.constructor.prototype,c=function(b){var m=[];for(var g in b)n.call(b,g)&&m.push(g);return m},i=function(b,m){return{value:b[m]}},a=function(b,m,g){return b[m]=g.value,b},o=function(b){return b},u=function(b){try{return Object(b).constructor.prototype}catch{return r}},l=function(b){try{return t.call(b)==="[object Array]"}catch{return!1}};ut.exports={isArray:l,keys:c,names:c,defineProperty:a,getDescriptor:i,freeze:o,getPrototypeOf:u,isES5:e,propertyIsWritable:function(){return!0}}}return ut.exports}var zn,Fa;function Fe(){if(Fa)return zn;Fa=1;var e=qn(),n=typeof navigator>"u",t={e:{}},r,c=typeof self<"u"?self:typeof window<"u"?window:typeof je.commonjsGlobal<"u"?je.commonjsGlobal:zn!==void 0?zn:null;function i(){try{var k=r;return r=null,k.apply(this,arguments)}catch(re){return t.e=re,t}}function a(k){return r=k,i}var o=function(k,re){var ae={}.hasOwnProperty;function J(){this.constructor=k,this.constructor$=re;for(var ce in re.prototype)ae.call(re.prototype,ce)&&ce.charAt(ce.length-1)!=="$"&&(this[ce+"$"]=re.prototype[ce])}return J.prototype=re.prototype,k.prototype=new J,k.prototype};function u(k){return k==null||k===!0||k===!1||typeof k=="string"||typeof k=="number"}function l(k){return typeof k=="function"||typeof k=="object"&&k!==null}function b(k){return u(k)?new Error(U(k)):k}function m(k,re){var ae=k.length,J=new Array(ae+1),ce;for(ce=0;ce<ae;++ce)J[ce]=k[ce];return J[ce]=re,J}function g(k,re,ae){if(e.isES5){var J=Object.getOwnPropertyDescriptor(k,re);if(J!=null)return J.get==null&&J.set==null?J.value:ae}else return{}.hasOwnProperty.call(k,re)?k[re]:void 0}function h(k,re,ae){if(u(k))return k;var J={value:ae,configurable:!0,enumerable:!1,writable:!0};return e.defineProperty(k,re,J),k}function y(k){throw k}var f=function(){var k=[Array.prototype,Object.prototype,Function.prototype],re=function(ce){for(var fe=0;fe<k.length;++fe)if(k[fe]===ce)return!0;return!1};if(e.isES5){var ae=Object.getOwnPropertyNames;return function(ce){for(var fe=[],le=Object.create(null);ce!=null&&!re(ce);){var he;try{he=ae(ce)}catch{return fe}for(var ge=0;ge<he.length;++ge){var be=he[ge];if(!le[be]){le[be]=!0;var Te=Object.getOwnPropertyDescriptor(ce,be);Te!=null&&Te.get==null&&Te.set==null&&fe.push(be)}}ce=e.getPrototypeOf(ce)}return fe}}else{var J={}.hasOwnProperty;return function(ce){if(re(ce))return[];var fe=[];e:for(var le in ce)if(J.call(ce,le))fe.push(le);else{for(var he=0;he<k.length;++he)if(J.call(k[he],le))continue e;fe.push(le)}return fe}}}(),s=/this\s*\.\s*\S+\s*=/;function p(k){try{if(typeof k=="function"){var re=e.names(k.prototype),ae=e.isES5&&re.length>1,J=re.length>0&&!(re.length===1&&re[0]==="constructor"),ce=s.test(k+"")&&e.names(k).length>0;if(ae||J||ce)return!0}return!1}catch{return!1}}function d(k){return k}var D=/^[a-z$_][a-z$_0-9]*$/i;function w(k){return D.test(k)}function _(k,re,ae){for(var J=new Array(k),ce=0;ce<k;++ce)J[ce]=re+ce+ae;return J}function U(k){try{return k+""}catch{return"[no string representation]"}}function E(k){return k!==null&&typeof k=="object"&&typeof k.message=="string"&&typeof k.name=="string"}function S(k){try{h(k,"isOperational",!0)}catch{}}function A(k){return k==null?!1:k instanceof Error.__BluebirdErrorTypes__.OperationalError||k.isOperational===!0}function I(k){return E(k)&&e.propertyIsWritable(k,"stack")}var Z=function(){return"stack"in new Error?function(k){return I(k)?k:new Error(U(k))}:function(k){if(I(k))return k;try{throw new Error(U(k))}catch(re){return re}}}();function T(k){return{}.toString.call(k)}function R(k,re,ae){for(var J=e.names(k),ce=0;ce<J.length;++ce){var fe=J[ce];if(ae(fe))try{e.defineProperty(re,fe,e.getDescriptor(k,fe))}catch{}}}var x=function(k){return e.isArray(k)?k:null};if(typeof Symbol<"u"&&Symbol.iterator){var z=typeof Array.from=="function"?function(k){return Array.from(k)}:function(k){for(var re=[],ae=k[Symbol.iterator](),J;!(J=ae.next()).done;)re.push(J.value);return re};x=function(k){return e.isArray(k)?k:k!=null&&typeof k[Symbol.iterator]=="function"?z(k):null}}var W=typeof process<"u"&&T(process).toLowerCase()==="[object process]",O=typeof process<"u"&&typeof process.env<"u";function G(k){return O?process.env[k]:void 0}function q(){if(typeof Promise=="function")try{var k=new Promise(function(){});if({}.toString.call(k)==="[object Promise]")return Promise}catch{}}function Q(k,re){return k.bind(re)}var L={isClass:p,isIdentifier:w,inheritedDataKeys:f,getDataPropertyOrDefault:g,thrower:y,isArray:e.isArray,asArray:x,notEnumerableProp:h,isPrimitive:u,isObject:l,isError:E,canEvaluate:n,errorObj:t,tryCatch:a,inherits:o,withAppended:m,maybeWrapAsError:b,toFastProperties:d,filledRange:_,toString:U,canAttachTrace:I,ensureErrorObject:Z,originatesFromRejection:A,markAsOriginatingFromRejection:S,classString:T,copyDescriptors:R,hasDevTools:typeof chrome<"u"&&chrome&&typeof chrome.loadTimes=="function",isNode:W,hasEnvVariables:O,env:G,global:c,getNativePromise:q,domainBind:Q};L.isRecentNode=L.isNode&&function(){var k=process.versions.node.split(".").map(Number);return k[0]===0&&k[1]>10||k[0]>0}(),L.isNode&&L.toFastProperties(process);try{throw new Error}catch(k){L.lastLineError=k}return zn=L,zn}var st={exports:{}},vr,Ca;function nd(){if(Ca)return vr;Ca=1;var e=Fe(),n,t=function(){throw new Error(`No async scheduler available
|
|
12
|
+
`;var a;try{a=new Function(o,"_",i)}catch(h){throw h.source=i,h}var u=function(h){return a.call(this,h,Ae)};return u.source="function("+o+`){
|
|
13
|
+
`+i+"}",u}function Au(e,n,t){n=ot(n);var r=n.length;if(!r)return Ie(t)?t.call(e):t;for(var c=0;c<r;c++){var i=e==null?void 0:e[n[c]];i===void 0&&(i=t,c=r),e=Ie(i)?i.call(e):i}return e}var Ks=0;function Cu(e){var n=++Ks+"";return e?e+n:n}function Fu(e){var n=Ae(e);return n._chain=!0,n}function Su(e,n,t,r,c){if(!(r instanceof n))return e.apply(t,c);var i=fu(e.prototype),o=e.apply(i,c);return pn(o)?o:i}var Fn=Me(function(e,n){var t=Fn.placeholder,r=function(){for(var c=0,i=n.length,o=Array(i),a=0;a<i;a++)o[a]=n[a]===t?arguments[c++]:n[a];for(;c<arguments.length;)o.push(arguments[c++]);return Su(e,r,this,this,o)};return r});Fn.placeholder=Ae;const Ki=Me(function(e,n,t){if(!Ie(e))throw new TypeError("Bind must be called on a function");var r=Me(function(c){return Su(e,r,n,this,t.concat(c))});return r}),Ve=Qc(Pe);function Sn(e,n,t,r){if(r=r||[],!n&&n!==0)n=1/0;else if(n<=0)return r.concat(e);for(var c=r.length,i=0,o=Pe(e);i<o;i++){var a=e[i];if(Ve(a)&&(gn(a)||Yt(a)))if(n>1)Sn(a,n-1,t,r),c=r.length;else for(var u=0,h=a.length;u<h;)r[c++]=a[u++];else t||(r[c++]=a)}return r}const Bu=Me(function(e,n){n=Sn(n,!1,!1);var t=n.length;if(t<1)throw new Error("bindAll must be passed function names");for(;t--;){var r=n[t];e[r]=Ki(e[r],e)}return e});function ku(e,n){var t=function(r){var c=t.cache,i=""+(n?n.apply(this,arguments):r);return mn(c,i)||(c[i]=e.apply(this,arguments)),c[i]};return t.cache={},t}const Qi=Me(function(e,n,t){return setTimeout(function(){return e.apply(null,t)},n)}),Wu=Fn(Qi,Ae,1);function Ru(e,n,t){var r,c,i,o,a=0;t||(t={});var u=function(){a=t.leading===!1?0:Mn(),r=null,o=e.apply(c,i),r||(c=i=null)},h=function(){var b=Mn();!a&&t.leading===!1&&(a=b);var g=n-(b-a);return c=this,i=arguments,g<=0||g>n?(r&&(clearTimeout(r),r=null),a=b,o=e.apply(c,i),r||(c=i=null)):!r&&t.trailing!==!1&&(r=setTimeout(u,g)),o};return h.cancel=function(){clearTimeout(r),a=0,r=c=i=null},h}function Ou(e,n,t){var r,c,i,o,a,u=function(){var b=Mn()-c;n>b?r=setTimeout(u,n-b):(r=null,t||(o=e.apply(a,i)),r||(i=a=null))},h=Me(function(b){return a=this,i=b,c=Mn(),r||(r=setTimeout(u,n),t&&(o=e.apply(a,i))),o});return h.cancel=function(){clearTimeout(r),r=i=a=null},h}function Nu(e,n){return Fn(n,e)}function Jt(e){return function(){return!e.apply(this,arguments)}}function Iu(){var e=arguments,n=e.length-1;return function(){for(var t=n,r=e[n].apply(this,arguments);t--;)r=e[t].call(this,r);return r}}function Lu(e,n){return function(){if(--e<1)return n.apply(this,arguments)}}function Ji(e,n){var t;return function(){return--e>0&&(t=n.apply(this,arguments)),e<=1&&(n=null),t}}const Mu=Fn(Ji,2);function ea(e,n,t){n=ze(n,t);for(var r=We(e),c,i=0,o=r.length;i<o;i++)if(c=r[i],n(e[c],c,e))return c}function qu(e){return function(n,t,r){t=ze(t,r);for(var c=Pe(n),i=e>0?0:c-1;i>=0&&i<c;i+=e)if(t(n[i],i,n))return i;return-1}}const er=qu(1),na=qu(-1);function ta(e,n,t,r){t=ze(t,r,1);for(var c=t(n),i=0,o=Pe(e);i<o;){var a=Math.floor((i+o)/2);t(e[a])<c?i=a+1:o=a}return i}function Pu(e,n,t){return function(r,c,i){var o=0,a=Pe(r);if(typeof i=="number")e>0?o=i>=0?i:Math.max(i+a,o):a=i>=0?Math.min(i+1,a):i+a+1;else if(t&&i&&a)return i=t(r,c),r[i]===c?i:-1;if(c!==c)return i=n(at.call(r,o,a),Ni),i>=0?i+o:-1;for(i=e>0?o:a-1;i>=0&&i<a;i+=e)if(r[i]===c)return i;return-1}}const ra=Pu(1,er,ta),zu=Pu(-1,na);function tt(e,n,t){var r=Ve(e)?er:ea,c=r(e,n,t);if(c!==void 0&&c!==-1)return e[c]}function ju(e,n){return tt(e,An(n))}function Qe(e,n,t){n=ct(n,t);var r,c;if(Ve(e))for(r=0,c=e.length;r<c;r++)n(e[r],r,e);else{var i=We(e);for(r=0,c=i.length;r<c;r++)n(e[i[r]],i[r],e)}return e}function on(e,n,t){n=ze(n,t);for(var r=!Ve(e)&&We(e),c=(r||e).length,i=Array(c),o=0;o<c;o++){var a=r?r[o]:o;i[o]=n(e[a],a,e)}return i}function Xu(e){var n=function(t,r,c,i){var o=!Ve(t)&&We(t),a=(o||t).length,u=e>0?0:a-1;for(i||(c=t[o?o[u]:u],u+=e);u>=0&&u<a;u+=e){var h=o?o[u]:u;c=r(c,t[h],h,t)}return c};return function(t,r,c,i){var o=arguments.length>=3;return n(t,ct(r,i,4),c,o)}}const Nn=Xu(1),Xt=Xu(-1);function fn(e,n,t){var r=[];return n=ze(n,t),Qe(e,function(c,i,o){n(c,i,o)&&r.push(c)}),r}function Vu(e,n,t){return fn(e,Jt(ze(n)),t)}function Vt(e,n,t){n=ze(n,t);for(var r=!Ve(e)&&We(e),c=(r||e).length,i=0;i<c;i++){var o=r?r[i]:i;if(!n(e[o],o,e))return!1}return!0}function Ht(e,n,t){n=ze(n,t);for(var r=!Ve(e)&&We(e),c=(r||e).length,i=0;i<c;i++){var o=r?r[i]:i;if(n(e[o],o,e))return!0}return!1}function Ze(e,n,t,r){return Ve(e)||(e=Cn(e)),(typeof t!="number"||r)&&(t=0),ra(e,n,t)>=0}const Hu=Me(function(e,n,t){var r,c;return Ie(n)?c=n:(n=ot(n),r=n.slice(0,-1),n=n[n.length-1]),on(e,function(i){var o=c;if(!o){if(r&&r.length&&(i=Zi(i,r)),i==null)return;o=i[n]}return o==null?o:o.apply(i,t)})});function nr(e,n){return on(e,Kt(n))}function Gu(e,n){return fn(e,An(n))}function ia(e,n,t){var r=-1/0,c=-1/0,i,o;if(n==null||typeof n=="number"&&typeof e[0]!="object"&&e!=null){e=Ve(e)?e:Cn(e);for(var a=0,u=e.length;a<u;a++)i=e[a],i!=null&&i>r&&(r=i)}else n=ze(n,t),Qe(e,function(h,b,g){o=n(h,b,g),(o>c||o===-1/0&&r===-1/0)&&(r=h,c=o)});return r}function Zu(e,n,t){var r=1/0,c=1/0,i,o;if(n==null||typeof n=="number"&&typeof e[0]!="object"&&e!=null){e=Ve(e)?e:Cn(e);for(var a=0,u=e.length;a<u;a++)i=e[a],i!=null&&i<r&&(r=i)}else n=ze(n,t),Qe(e,function(h,b,g){o=n(h,b,g),(o<c||o===1/0&&r===1/0)&&(r=h,c=o)});return r}var Qs=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function aa(e){return e?gn(e)?at.call(e):Zt(e)?e.match(Qs):Ve(e)?on(e,$t):Cn(e):[]}function oa(e,n,t){if(n==null||t)return Ve(e)||(e=Cn(e)),e[jt(e.length-1)];var r=aa(e),c=Pe(r);n=Math.max(Math.min(n,c),0);for(var i=c-1,o=0;o<n;o++){var a=jt(o,i),u=r[o];r[o]=r[a],r[a]=u}return r.slice(0,n)}function Yu(e){return oa(e,1/0)}function $u(e,n,t){var r=0;return n=ze(n,t),nr(on(e,function(c,i,o){return{value:c,index:r++,criteria:n(c,i,o)}}).sort(function(c,i){var o=c.criteria,a=i.criteria;if(o!==a){if(o>a||o===void 0)return 1;if(o<a||a===void 0)return-1}return c.index-i.index}),"value")}function tr(e,n){return function(t,r,c){var i=n?[[],[]]:{};return r=ze(r,c),Qe(t,function(o,a){var u=r(o,a,t);e(i,o,u)}),i}}const Ku=tr(function(e,n,t){mn(e,t)?e[t].push(n):e[t]=[n]}),Qu=tr(function(e,n,t){e[t]=n}),Ju=tr(function(e,n,t){mn(e,t)?e[t]++:e[t]=1}),es=tr(function(e,n,t){e[t?0:1].push(n)},!0);function ns(e){return e==null?0:Ve(e)?e.length:We(e).length}function Js(e,n,t){return n in t}const ca=Me(function(e,n){var t={},r=n[0];if(e==null)return t;Ie(r)?(n.length>1&&(r=ct(r,n[1])),n=qn(e)):(r=Js,n=Sn(n,!1,!1),e=Object(e));for(var c=0,i=n.length;c<i;c++){var o=n[c],a=e[o];r(a,o,e)&&(t[o]=a)}return t}),ts=Me(function(e,n){var t=n[0],r;return Ie(t)?(t=Jt(t),n.length>1&&(r=n[1])):(n=on(Sn(n,!1,!1),String),t=function(c,i){return!Ze(n,i)}),ca(e,t,r)});function ua(e,n,t){return at.call(e,0,Math.max(0,e.length-(n==null||t?1:n)))}function In(e,n,t){return e==null||e.length<1?n==null||t?void 0:[]:n==null||t?e[0]:ua(e,e.length-n)}function En(e,n,t){return at.call(e,n==null||t?1:n)}function rs(e,n,t){return e==null||e.length<1?n==null||t?void 0:[]:n==null||t?e[e.length-1]:En(e,Math.max(0,e.length-n))}function is(e){return fn(e,Boolean)}function as(e,n){return Sn(e,n,!1)}const sa=Me(function(e,n){return n=Sn(n,!0,!0),fn(e,function(t){return!Ze(n,t)})}),os=Me(function(e,n){return sa(e,n)});function rt(e,n,t,r){Bi(n)||(r=t,t=n,n=!1),t!=null&&(t=ze(t,r));for(var c=[],i=[],o=0,a=Pe(e);o<a;o++){var u=e[o],h=t?t(u,o,e):u;n&&!t?((!o||i!==h)&&c.push(u),i=h):t?Ze(i,h)||(i.push(h),c.push(u)):Ze(c,u)||c.push(u)}return c}const cs=Me(function(e){return rt(Sn(e,!0,!0))});function us(e){for(var n=[],t=arguments.length,r=0,c=Pe(e);r<c;r++){var i=e[r];if(!Ze(n,i)){var o;for(o=1;o<t&&Ze(arguments[o],i);o++);o===t&&n.push(i)}}return n}function it(e){for(var n=e&&ia(e,Pe).length||0,t=Array(n),r=0;r<n;r++)t[r]=nr(e,r);return t}const ss=Me(it);function ds(e,n){for(var t={},r=0,c=Pe(e);r<c;r++)n?t[e[r]]=n[r]:t[e[r][0]]=e[r][1];return t}function ls(e,n,t){n==null&&(n=e||0,e=0),t||(t=n<e?-1:1);for(var r=Math.max(Math.ceil((n-e)/t),0),c=Array(r),i=0;i<r;i++,e+=t)c[i]=e;return c}function fs(e,n){if(n==null||n<1)return[];for(var t=[],r=0,c=e.length;r<c;)t.push(at.call(e,r,r+=n));return t}function da(e,n){return e._chain?Ae(n).chain():n}function la(e){return Qe(nt(e),function(n){var t=Ae[n]=e[n];Ae.prototype[n]=function(){var r=[this._wrapped];return Fs.apply(r,arguments),da(this,t.apply(Ae,r))}}),Ae}Qe(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var n=Gt[e];Ae.prototype[e]=function(){var t=this._wrapped;return t!=null&&(n.apply(t,arguments),(e==="shift"||e==="splice")&&t.length===0&&delete t[0]),da(this,t)}});Qe(["concat","join","slice"],function(e){var n=Gt[e];Ae.prototype[e]=function(){var t=this._wrapped;return t!=null&&(t=n.apply(t,arguments)),da(this,t)}});const ed=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Ci,after:Lu,all:Vt,allKeys:qn,any:Ht,assign:Ln,before:Ji,bind:Ki,bindAll:Bu,chain:Fu,chunk:fs,clone:pu,collect:on,compact:is,compose:Iu,constant:Ii,contains:Ze,countBy:Ju,create:hu,debounce:Ou,default:Ae,defaults:Hi,defer:Wu,delay:Qi,detect:tt,difference:sa,drop:En,each:Qe,escape:Uu,every:Vt,extend:Vi,extendOwn:Ln,filter:fn,find:tt,findIndex:er,findKey:ea,findLastIndex:na,findWhere:ju,first:In,flatten:as,foldl:Nn,foldr:Xt,forEach:Qe,functions:nt,get:Yi,groupBy:Ku,has:mu,head:In,identity:$t,include:Ze,includes:Ze,indexBy:Qu,indexOf:ra,initial:ua,inject:Nn,intersection:us,invert:ji,invoke:Hu,isArguments:Yt,isArray:gn,isArrayBuffer:Ri,isBoolean:Bi,isDataView:et,isDate:Vc,isElement:Xc,isEmpty:nu,isEqual:ru,isError:Gc,isFinite:Kc,isFunction:Ie,isMap:cu,isMatch:Mi,isNaN:Ni,isNull:jc,isNumber:ki,isObject:pn,isRegExp:Hc,isSet:su,isString:Zt,isSymbol:Wi,isTypedArray:Li,isUndefined:Si,isWeakMap:uu,isWeakSet:du,iteratee:Qt,keys:We,last:rs,lastIndexOf:zu,map:on,mapObject:yu,matcher:An,matches:An,max:ia,memoize:ku,methods:nt,min:Zu,mixin:la,negate:Jt,noop:$i,now:Mn,object:ds,omit:ts,once:Mu,pairs:lu,partial:Fn,partition:es,pick:ca,pluck:nr,property:Kt,propertyOf:Du,random:jt,range:ls,reduce:Nn,reduceRight:Xt,reject:Vu,rest:En,restArguments:Me,result:Au,sample:oa,select:fn,shuffle:Yu,size:ns,some:Ht,sortBy:$u,sortedIndex:ta,tail:En,take:In,tap:gu,template:Eu,templateSettings:wu,throttle:Ru,times:vu,toArray:aa,toPath:Gi,transpose:it,unescape:Tu,union:cs,uniq:rt,unique:rt,uniqueId:Cu,unzip:it,values:Cn,where:Gu,without:os,wrap:Nu,zip:ss},Symbol.toStringTag,{value:"Module"}));var Ai=la(ed);Ai._=Ai;const nd=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Ci,after:Lu,all:Vt,allKeys:qn,any:Ht,assign:Ln,before:Ji,bind:Ki,bindAll:Bu,chain:Fu,chunk:fs,clone:pu,collect:on,compact:is,compose:Iu,constant:Ii,contains:Ze,countBy:Ju,create:hu,debounce:Ou,default:Ai,defaults:Hi,defer:Wu,delay:Qi,detect:tt,difference:sa,drop:En,each:Qe,escape:Uu,every:Vt,extend:Vi,extendOwn:Ln,filter:fn,find:tt,findIndex:er,findKey:ea,findLastIndex:na,findWhere:ju,first:In,flatten:as,foldl:Nn,foldr:Xt,forEach:Qe,functions:nt,get:Yi,groupBy:Ku,has:mu,head:In,identity:$t,include:Ze,includes:Ze,indexBy:Qu,indexOf:ra,initial:ua,inject:Nn,intersection:us,invert:ji,invoke:Hu,isArguments:Yt,isArray:gn,isArrayBuffer:Ri,isBoolean:Bi,isDataView:et,isDate:Vc,isElement:Xc,isEmpty:nu,isEqual:ru,isError:Gc,isFinite:Kc,isFunction:Ie,isMap:cu,isMatch:Mi,isNaN:Ni,isNull:jc,isNumber:ki,isObject:pn,isRegExp:Hc,isSet:su,isString:Zt,isSymbol:Wi,isTypedArray:Li,isUndefined:Si,isWeakMap:uu,isWeakSet:du,iteratee:Qt,keys:We,last:rs,lastIndexOf:zu,map:on,mapObject:yu,matcher:An,matches:An,max:ia,memoize:ku,methods:nt,min:Zu,mixin:la,negate:Jt,noop:$i,now:Mn,object:ds,omit:ts,once:Mu,pairs:lu,partial:Fn,partition:es,pick:ca,pluck:nr,property:Kt,propertyOf:Du,random:jt,range:ls,reduce:Nn,reduceRight:Xt,reject:Vu,rest:En,restArguments:Me,result:Au,sample:oa,select:fn,shuffle:Yu,size:ns,some:Ht,sortBy:$u,sortedIndex:ta,tail:En,take:In,tap:gu,template:Eu,templateSettings:wu,throttle:Ru,times:vu,toArray:aa,toPath:Gi,transpose:it,unescape:Tu,union:cs,uniq:rt,unique:rt,uniqueId:Cu,unzip:it,values:Cn,where:Gu,without:os,wrap:Nu,zip:ss},Symbol.toStringTag,{value:"Module"})),ke=Xe.getAugmentedNamespace(nd);var ut={},Ge={},vr={exports:{}},st={exports:{}},Ca;function Pn(){if(Ca)return st.exports;Ca=1;var e=(function(){return this===void 0})();if(e)st.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:e,propertyIsWritable:function(b,g){var m=Object.getOwnPropertyDescriptor(b,g);return!!(!m||m.writable||m.set)}};else{var n={}.hasOwnProperty,t={}.toString,r={}.constructor.prototype,c=function(b){var g=[];for(var m in b)n.call(b,m)&&g.push(m);return g},i=function(b,g){return{value:b[g]}},o=function(b,g,m){return b[g]=m.value,b},a=function(b){return b},u=function(b){try{return Object(b).constructor.prototype}catch{return r}},h=function(b){try{return t.call(b)==="[object Array]"}catch{return!1}};st.exports={isArray:h,keys:c,names:c,defineProperty:o,getDescriptor:i,freeze:a,getPrototypeOf:u,isES5:e,propertyIsWritable:function(){return!0}}}return st.exports}var jn,Fa;function Fe(){if(Fa)return jn;Fa=1;var e=Pn(),n=typeof navigator>"u",t={e:{}},r,c=typeof self<"u"?self:typeof window<"u"?window:typeof Xe.commonjsGlobal<"u"?Xe.commonjsGlobal:jn!==void 0?jn:null;function i(){try{var k=r;return r=null,k.apply(this,arguments)}catch(re){return t.e=re,t}}function o(k){return r=k,i}var a=function(k,re){var ae={}.hasOwnProperty;function ee(){this.constructor=k,this.constructor$=re;for(var ce in re.prototype)ae.call(re.prototype,ce)&&ce.charAt(ce.length-1)!=="$"&&(this[ce+"$"]=re.prototype[ce])}return ee.prototype=re.prototype,k.prototype=new ee,k.prototype};function u(k){return k==null||k===!0||k===!1||typeof k=="string"||typeof k=="number"}function h(k){return typeof k=="function"||typeof k=="object"&&k!==null}function b(k){return u(k)?new Error(U(k)):k}function g(k,re){var ae=k.length,ee=new Array(ae+1),ce;for(ce=0;ce<ae;++ce)ee[ce]=k[ce];return ee[ce]=re,ee}function m(k,re,ae){if(e.isES5){var ee=Object.getOwnPropertyDescriptor(k,re);if(ee!=null)return ee.get==null&&ee.set==null?ee.value:ae}else return{}.hasOwnProperty.call(k,re)?k[re]:void 0}function l(k,re,ae){if(u(k))return k;var ee={value:ae,configurable:!0,enumerable:!1,writable:!0};return e.defineProperty(k,re,ee),k}function y(k){throw k}var f=(function(){var k=[Array.prototype,Object.prototype,Function.prototype],re=function(ce){for(var he=0;he<k.length;++he)if(k[he]===ce)return!0;return!1};if(e.isES5){var ae=Object.getOwnPropertyNames;return function(ce){for(var he=[],de=Object.create(null);ce!=null&&!re(ce);){var pe;try{pe=ae(ce)}catch{return he}for(var me=0;me<pe.length;++me){var ye=pe[me];if(!de[ye]){de[ye]=!0;var Ue=Object.getOwnPropertyDescriptor(ce,ye);Ue!=null&&Ue.get==null&&Ue.set==null&&he.push(ye)}}ce=e.getPrototypeOf(ce)}return he}}else{var ee={}.hasOwnProperty;return function(ce){if(re(ce))return[];var he=[];e:for(var de in ce)if(ee.call(ce,de))he.push(de);else{for(var pe=0;pe<k.length;++pe)if(ee.call(k[pe],de))continue e;he.push(de)}return he}}})(),s=/this\s*\.\s*\S+\s*=/;function p(k){try{if(typeof k=="function"){var re=e.names(k.prototype),ae=e.isES5&&re.length>1,ee=re.length>0&&!(re.length===1&&re[0]==="constructor"),ce=s.test(k+"")&&e.names(k).length>0;if(ae||ee||ce)return!0}return!1}catch{return!1}}function d(k){return k}var D=/^[a-z$_][a-z$_0-9]*$/i;function w(k){return D.test(k)}function _(k,re,ae){for(var ee=new Array(k),ce=0;ce<k;++ce)ee[ce]=re+ce+ae;return ee}function U(k){try{return k+""}catch{return"[no string representation]"}}function E(k){return k!==null&&typeof k=="object"&&typeof k.message=="string"&&typeof k.name=="string"}function S(k){try{l(k,"isOperational",!0)}catch{}}function A(k){return k==null?!1:k instanceof Error.__BluebirdErrorTypes__.OperationalError||k.isOperational===!0}function I(k){return E(k)&&e.propertyIsWritable(k,"stack")}var $=(function(){return"stack"in new Error?function(k){return I(k)?k:new Error(U(k))}:function(k){if(I(k))return k;try{throw new Error(U(k))}catch(re){return re}}})();function T(k){return{}.toString.call(k)}function W(k,re,ae){for(var ee=e.names(k),ce=0;ce<ee.length;++ce){var he=ee[ce];if(ae(he))try{e.defineProperty(re,he,e.getDescriptor(k,he))}catch{}}}var x=function(k){return e.isArray(k)?k:null};if(typeof Symbol<"u"&&Symbol.iterator){var q=typeof Array.from=="function"?function(k){return Array.from(k)}:function(k){for(var re=[],ae=k[Symbol.iterator](),ee;!(ee=ae.next()).done;)re.push(ee.value);return re};x=function(k){return e.isArray(k)?k:k!=null&&typeof k[Symbol.iterator]=="function"?q(k):null}}var R=typeof process<"u"&&T(process).toLowerCase()==="[object process]",N=typeof process<"u"&&typeof process.env<"u";function G(k){return N?process.env[k]:void 0}function P(){if(typeof Promise=="function")try{var k=new Promise(function(){});if({}.toString.call(k)==="[object Promise]")return Promise}catch{}}function Q(k,re){return k.bind(re)}var L={isClass:p,isIdentifier:w,inheritedDataKeys:f,getDataPropertyOrDefault:m,thrower:y,isArray:e.isArray,asArray:x,notEnumerableProp:l,isPrimitive:u,isObject:h,isError:E,canEvaluate:n,errorObj:t,tryCatch:o,inherits:a,withAppended:g,maybeWrapAsError:b,toFastProperties:d,filledRange:_,toString:U,canAttachTrace:I,ensureErrorObject:$,originatesFromRejection:A,markAsOriginatingFromRejection:S,classString:T,copyDescriptors:W,hasDevTools:typeof chrome<"u"&&chrome&&typeof chrome.loadTimes=="function",isNode:R,hasEnvVariables:N,env:G,global:c,getNativePromise:P,domainBind:Q};L.isRecentNode=L.isNode&&(function(){var k=process.versions.node.split(".").map(Number);return k[0]===0&&k[1]>10||k[0]>0})(),L.isNode&&L.toFastProperties(process);try{throw new Error}catch(k){L.lastLineError=k}return jn=L,jn}var dt={exports:{}},xr,Sa;function td(){if(Sa)return xr;Sa=1;var e=Fe(),n,t=function(){throw new Error(`No async scheduler available
|
|
14
14
|
|
|
15
15
|
See http://goo.gl/MqrFmX
|
|
16
|
-
`)},r=e.getNativePromise();if(e.isNode&&typeof MutationObserver>"u"){var c=
|
|
17
|
-
`),process.exit(2)):this.throwLater(u)},c.prototype.throwLater=function(u,
|
|
16
|
+
`)},r=e.getNativePromise();if(e.isNode&&typeof MutationObserver>"u"){var c=Xe.commonjsGlobal.setImmediate,i=process.nextTick;n=e.isRecentNode?function(a){c.call(Xe.commonjsGlobal,a)}:function(a){i.call(process,a)}}else if(typeof r=="function"&&typeof r.resolve=="function"){var o=r.resolve();n=function(a){o.then(a)}}else typeof MutationObserver<"u"&&!(typeof window<"u"&&window.navigator&&(window.navigator.standalone||window.cordova))?n=(function(){var a=document.createElement("div"),u={attributes:!0},h=!1,b=document.createElement("div"),g=new MutationObserver(function(){a.classList.toggle("foo"),h=!1});g.observe(b,u);var m=function(){h||(h=!0,b.classList.toggle("foo"))};return function(y){var f=new MutationObserver(function(){f.disconnect(),y()});f.observe(a,u),m()}})():typeof setImmediate<"u"?n=function(a){setImmediate(a)}:typeof setTimeout<"u"?n=function(a){setTimeout(a,0)}:n=t;return xr=n,xr}var _r,Ba;function rd(){if(Ba)return _r;Ba=1;function e(t,r,c,i,o){for(var a=0;a<o;++a)c[a+i]=t[a+r],t[a+r]=void 0}function n(t){this._capacity=t,this._length=0,this._front=0}return n.prototype._willBeOverCapacity=function(t){return this._capacity<t},n.prototype._pushOne=function(t){var r=this.length();this._checkCapacity(r+1);var c=this._front+r&this._capacity-1;this[c]=t,this._length=r+1},n.prototype.push=function(t,r,c){var i=this.length()+3;if(this._willBeOverCapacity(i)){this._pushOne(t),this._pushOne(r),this._pushOne(c);return}var o=this._front+i-3;this._checkCapacity(i);var a=this._capacity-1;this[o+0&a]=t,this[o+1&a]=r,this[o+2&a]=c,this._length=i},n.prototype.shift=function(){var t=this._front,r=this[t];return this[t]=void 0,this._front=t+1&this._capacity-1,this._length--,r},n.prototype.length=function(){return this._length},n.prototype._checkCapacity=function(t){this._capacity<t&&this._resizeTo(this._capacity<<1)},n.prototype._resizeTo=function(t){var r=this._capacity;this._capacity=t;var c=this._front,i=this._length,o=c+i&r-1;e(this,0,this,r,o)},_r=n,_r}var ka;function id(){if(ka)return dt.exports;ka=1;var e;try{throw new Error}catch(u){e=u}var n=td(),t=rd(),r=Fe();function c(){this._customScheduler=!1,this._isTickUsed=!1,this._lateQueue=new t(16),this._normalQueue=new t(16),this._haveDrainedQueues=!1,this._trampolineEnabled=!0;var u=this;this.drainQueues=function(){u._drainQueues()},this._schedule=n}c.prototype.setScheduler=function(u){var h=this._schedule;return this._schedule=u,this._customScheduler=!0,h},c.prototype.hasCustomScheduler=function(){return this._customScheduler},c.prototype.enableTrampoline=function(){this._trampolineEnabled=!0},c.prototype.disableTrampolineIfNecessary=function(){r.hasDevTools&&(this._trampolineEnabled=!1)},c.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},c.prototype.fatalError=function(u,h){h?(process.stderr.write("Fatal "+(u instanceof Error?u.stack:u)+`
|
|
17
|
+
`),process.exit(2)):this.throwLater(u)},c.prototype.throwLater=function(u,h){if(arguments.length===1&&(h=u,u=function(){throw h}),typeof setTimeout<"u")setTimeout(function(){u(h)},0);else try{this._schedule(function(){u(h)})}catch{throw new Error(`No async scheduler available
|
|
18
18
|
|
|
19
19
|
See http://goo.gl/MqrFmX
|
|
20
|
-
`)}};function i(u,
|
|
20
|
+
`)}};function i(u,h,b){this._lateQueue.push(u,h,b),this._queueTick()}function o(u,h,b){this._normalQueue.push(u,h,b),this._queueTick()}function a(u){this._normalQueue._pushOne(u),this._queueTick()}return r.hasDevTools?(c.prototype.invokeLater=function(u,h,b){this._trampolineEnabled?i.call(this,u,h,b):this._schedule(function(){setTimeout(function(){u.call(h,b)},100)})},c.prototype.invoke=function(u,h,b){this._trampolineEnabled?o.call(this,u,h,b):this._schedule(function(){u.call(h,b)})},c.prototype.settlePromises=function(u){this._trampolineEnabled?a.call(this,u):this._schedule(function(){u._settlePromises()})}):(c.prototype.invokeLater=i,c.prototype.invoke=o,c.prototype.settlePromises=a),c.prototype._drainQueue=function(u){for(;u.length()>0;){var h=u.shift();if(typeof h!="function"){h._settlePromises();continue}var b=u.shift(),g=u.shift();h.call(b,g)}},c.prototype._drainQueues=function(){this._drainQueue(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,this._drainQueue(this._lateQueue)},c.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},c.prototype._reset=function(){this._isTickUsed=!1},dt.exports=c,dt.exports.firstLineError=e,dt.exports}var Ur,Wa;function hn(){if(Wa)return Ur;Wa=1;var e=Pn(),n=e.freeze,t=Fe(),r=t.inherits,c=t.notEnumerableProp;function i(p,d){function D(w){if(!(this instanceof D))return new D(w);c(this,"message",typeof w=="string"?w:d),c(this,"name",p),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this)}return r(D,Error),D}var o,a,u=i("Warning","warning"),h=i("CancellationError","cancellation error"),b=i("TimeoutError","timeout error"),g=i("AggregateError","aggregate error");try{o=TypeError,a=RangeError}catch{o=i("TypeError","type error"),a=i("RangeError","range error")}for(var m="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),l=0;l<m.length;++l)typeof Array.prototype[m[l]]=="function"&&(g.prototype[m[l]]=Array.prototype[m[l]]);e.defineProperty(g.prototype,"length",{value:0,configurable:!1,writable:!0,enumerable:!0}),g.prototype.isOperational=!0;var y=0;g.prototype.toString=function(){var p=Array(y*4+1).join(" "),d=`
|
|
21
21
|
`+p+`AggregateError of:
|
|
22
22
|
`;y++,p=Array(y*4+1).join(" ");for(var D=0;D<this.length;++D){for(var w=this[D]===this?"[Circular AggregateError]":this[D]+"",_=w.split(`
|
|
23
23
|
`),U=0;U<_.length;++U)_[U]=p+_[U];w=_.join(`
|
|
24
24
|
`),d+=w+`
|
|
25
|
-
`}return y--,d};function f(p){if(!(this instanceof f))return new f(p);c(this,"name","OperationalError"),c(this,"message",p),this.cause=p,this.isOperational=!0,p instanceof Error?(c(this,"message",p.message),c(this,"stack",p.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}r(f,Error);var s=Error.__BluebirdErrorTypes__;return s||(s=n({CancellationError:
|
|
25
|
+
`}return y--,d};function f(p){if(!(this instanceof f))return new f(p);c(this,"name","OperationalError"),c(this,"message",p),this.cause=p,this.isOperational=!0,p instanceof Error?(c(this,"message",p.message),c(this,"stack",p.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}r(f,Error);var s=Error.__BluebirdErrorTypes__;return s||(s=n({CancellationError:h,TimeoutError:b,OperationalError:f,RejectionError:f,AggregateError:g}),e.defineProperty(Error,"__BluebirdErrorTypes__",{value:s,writable:!1,enumerable:!1,configurable:!1})),Ur={Error,TypeError:o,RangeError:a,CancellationError:s.CancellationError,OperationalError:s.OperationalError,TimeoutError:s.TimeoutError,AggregateError:s.AggregateError,Warning:u},Ur}var Tr,Ra;function ad(){return Ra||(Ra=1,Tr=function(e,n){var t=Fe(),r=t.errorObj,c=t.isObject;function i(g,m){if(c(g)){if(g instanceof e)return g;var l=a(g);if(l===r){m&&m._pushContext();var y=e.reject(l.e);return m&&m._popContext(),y}else if(typeof l=="function"){if(h(g)){var y=new e(n);return g._then(y._fulfill,y._reject,void 0,y,null),y}return b(g,l,m)}}return g}function o(g){return g.then}function a(g){try{return o(g)}catch(m){return r.e=m,r}}var u={}.hasOwnProperty;function h(g){try{return u.call(g,"_promise0")}catch{return!1}}function b(g,m,l){var y=new e(n),f=y;l&&l._pushContext(),y._captureStackTrace(),l&&l._popContext();var s=!0,p=t.tryCatch(m).call(g,d,D);s=!1,y&&p===r&&(y._rejectCallback(p.e,!0,!0),y=null);function d(w){y&&(y._resolveCallback(w),y=null)}function D(w){y&&(y._rejectCallback(w,s,!0),y=null)}return f}return i}),Tr}var wr,Oa;function od(){return Oa||(Oa=1,wr=function(e,n,t,r,c){var i=Fe();i.isArray;function o(u){switch(u){case-2:return[];case-3:return{}}}function a(u){var h=this._promise=new e(n);u instanceof e&&h._propagateFrom(u,3),h._setOnCancel(this),this._values=u,this._length=0,this._totalResolved=0,this._init(void 0,-2)}return i.inherits(a,c),a.prototype.length=function(){return this._length},a.prototype.promise=function(){return this._promise},a.prototype._init=function u(h,b){var g=t(this._values,this._promise);if(g instanceof e){g=g._target();var m=g._bitField;if(this._values=g,(m&50397184)===0)return this._promise._setAsyncGuaranteed(),g._then(u,this._reject,void 0,this,b);if((m&33554432)!==0)g=g._value();else return(m&16777216)!==0?this._reject(g._reason()):this._cancel()}if(g=i.asArray(g),g===null){var l=r("expecting an array or an iterable object but got "+i.classString(g)).reason();this._promise._rejectCallback(l,!1);return}if(g.length===0){b===-5?this._resolveEmptyArray():this._resolve(o(b));return}this._iterate(g)},a.prototype._iterate=function(u){var h=this.getActualLength(u.length);this._length=h,this._values=this.shouldCopyValues()?new Array(h):this._values;for(var b=this._promise,g=!1,m=null,l=0;l<h;++l){var y=t(u[l],b);y instanceof e?(y=y._target(),m=y._bitField):m=null,g?m!==null&&y.suppressUnhandledRejections():m!==null?(m&50397184)===0?(y._proxy(this,l),this._values[l]=y):(m&33554432)!==0?g=this._promiseFulfilled(y._value(),l):(m&16777216)!==0?g=this._promiseRejected(y._reason(),l):g=this._promiseCancelled(l):g=this._promiseFulfilled(y,l)}g||b._setAsyncGuaranteed()},a.prototype._isResolved=function(){return this._values===null},a.prototype._resolve=function(u){this._values=null,this._promise._fulfill(u)},a.prototype._cancel=function(){this._isResolved()||!this._promise._isCancellable()||(this._values=null,this._promise._cancel())},a.prototype._reject=function(u){this._values=null,this._promise._rejectCallback(u,!1)},a.prototype._promiseFulfilled=function(u,h){this._values[h]=u;var b=++this._totalResolved;return b>=this._length?(this._resolve(this._values),!0):!1},a.prototype._promiseCancelled=function(){return this._cancel(),!0},a.prototype._promiseRejected=function(u){return this._totalResolved++,this._reject(u),!0},a.prototype._resultCancelled=function(){if(!this._isResolved()){var u=this._values;if(this._cancel(),u instanceof e)u.cancel();else for(var h=0;h<u.length;++h)u[h]instanceof e&&u[h].cancel()}},a.prototype.shouldCopyValues=function(){return!0},a.prototype.getActualLength=function(u){return u},a}),wr}var Er,Na;function cd(){return Na||(Na=1,Er=function(e){var n=!1,t=[];e.prototype._promiseCreated=function(){},e.prototype._pushContext=function(){},e.prototype._popContext=function(){return null},e._peekContext=e.prototype._peekContext=function(){};function r(){this._trace=new r.CapturedTrace(i())}r.prototype._pushContext=function(){this._trace!==void 0&&(this._trace._promiseCreated=null,t.push(this._trace))},r.prototype._popContext=function(){if(this._trace!==void 0){var o=t.pop(),a=o._promiseCreated;return o._promiseCreated=null,a}return null};function c(){if(n)return new r}function i(){var o=t.length-1;if(o>=0)return t[o]}return r.CapturedTrace=null,r.create=c,r.deactivateLongStackTraces=function(){},r.activateLongStackTraces=function(){var o=e.prototype._pushContext,a=e.prototype._popContext,u=e._peekContext,h=e.prototype._peekContext,b=e.prototype._promiseCreated;r.deactivateLongStackTraces=function(){e.prototype._pushContext=o,e.prototype._popContext=a,e._peekContext=u,e.prototype._peekContext=h,e.prototype._promiseCreated=b,n=!1},n=!0,e.prototype._pushContext=r.prototype._pushContext,e.prototype._popContext=r.prototype._popContext,e._peekContext=e.prototype._peekContext=i,e.prototype._promiseCreated=function(){var g=this._peekContext();g&&g._promiseCreated==null&&(g._promiseCreated=this)}},r}),Er}var Ar,Ia;function ud(){return Ia||(Ia=1,Ar=function(e,n){var t=e._getDomain,r=e._async,c=hn().Warning,i=Fe(),o=i.canAttachTrace,a,u,h=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,b=/\((?:timers\.js):\d+:\d+\)/,g=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,m=null,l=null,y=!1,f,s=!!(i.env("BLUEBIRD_DEBUG")!=0&&(i.env("BLUEBIRD_DEBUG")||i.env("NODE_ENV")==="development")),p=!!(i.env("BLUEBIRD_WARNINGS")!=0&&(s||i.env("BLUEBIRD_WARNINGS"))),d=!!(i.env("BLUEBIRD_LONG_STACK_TRACES")!=0&&(s||i.env("BLUEBIRD_LONG_STACK_TRACES"))),D=i.env("BLUEBIRD_W_FORGOTTEN_RETURN")!=0&&(p||!!i.env("BLUEBIRD_W_FORGOTTEN_RETURN"));e.prototype.suppressUnhandledRejections=function(){var M=this._target();M._bitField=M._bitField&-1048577|524288},e.prototype._ensurePossibleRejectionHandled=function(){(this._bitField&524288)===0&&(this._setRejectionIsUnhandled(),r.invokeLater(this._notifyUnhandledRejection,this,void 0))},e.prototype._notifyUnhandledRejectionIsHandled=function(){Ue("rejectionHandled",a,void 0,this)},e.prototype._setReturnedNonUndefined=function(){this._bitField=this._bitField|268435456},e.prototype._returnedNonUndefined=function(){return(this._bitField&268435456)!==0},e.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var M=this._settledValue();this._setUnhandledRejectionIsNotified(),Ue("unhandledRejection",u,M,this)}},e.prototype._setUnhandledRejectionIsNotified=function(){this._bitField=this._bitField|262144},e.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField=this._bitField&-262145},e.prototype._isUnhandledRejectionNotified=function(){return(this._bitField&262144)>0},e.prototype._setRejectionIsUnhandled=function(){this._bitField=this._bitField|1048576},e.prototype._unsetRejectionIsUnhandled=function(){this._bitField=this._bitField&-1048577,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},e.prototype._isRejectionUnhandled=function(){return(this._bitField&1048576)>0},e.prototype._warn=function(M,j,K){return ae(M,j,K||this)},e.onPossiblyUnhandledRejection=function(M){var j=t();u=typeof M=="function"?j===null?M:i.domainBind(j,M):void 0},e.onUnhandledRejectionHandled=function(M){var j=t();a=typeof M=="function"?j===null?M:i.domainBind(j,M):void 0};var w=function(){};e.longStackTraces=function(){if(r.haveItemsQueued()&&!H.longStackTraces)throw new Error(`cannot enable long stack traces after promises have been created
|
|
26
26
|
|
|
27
27
|
See http://goo.gl/MqrFmX
|
|
28
|
-
`);if(!H.longStackTraces
|
|
28
|
+
`);if(!H.longStackTraces&&Z()){var M=e.prototype._captureStackTrace,j=e.prototype._attachExtraTrace;H.longStackTraces=!0,w=function(){if(r.haveItemsQueued()&&!H.longStackTraces)throw new Error(`cannot enable long stack traces after promises have been created
|
|
29
29
|
|
|
30
30
|
See http://goo.gl/MqrFmX
|
|
31
|
-
`);e.prototype._captureStackTrace=M,e.prototype._attachExtraTrace=
|
|
32
|
-
`+
|
|
33
|
-
`)),i.notEnumerableProp(M,"__stackCleaned__",!0)}}}function k(M,
|
|
34
|
-
`),
|
|
35
|
-
`+
|
|
36
|
-
`+
|
|
37
|
-
`)}A("warning",
|
|
38
|
-
`);return
|
|
31
|
+
`);e.prototype._captureStackTrace=M,e.prototype._attachExtraTrace=j,n.deactivateLongStackTraces(),r.enableTrampoline(),H.longStackTraces=!1},e.prototype._captureStackTrace=Q,e.prototype._attachExtraTrace=L,n.activateLongStackTraces(),r.disableTrampolineIfNecessary()}},e.hasLongStackTraces=function(){return H.longStackTraces&&Z()};var _=(function(){try{if(typeof CustomEvent=="function"){var M=new CustomEvent("CustomEvent");return i.global.dispatchEvent(M),function(j,K){var ne=new CustomEvent(j.toLowerCase(),{detail:K,cancelable:!0});return!i.global.dispatchEvent(ne)}}else if(typeof Event=="function"){var M=new Event("CustomEvent");return i.global.dispatchEvent(M),function(K,ne){var se=new Event(K.toLowerCase(),{cancelable:!0});return se.detail=ne,!i.global.dispatchEvent(se)}}else{var M=document.createEvent("CustomEvent");return M.initCustomEvent("testingtheevent",!1,!0,{}),i.global.dispatchEvent(M),function(K,ne){var se=document.createEvent("CustomEvent");return se.initCustomEvent(K.toLowerCase(),!1,!0,ne),!i.global.dispatchEvent(se)}}}catch{}return function(){return!1}})(),U=(function(){return i.isNode?function(){return process.emit.apply(process,arguments)}:i.global?function(M){var j="on"+M.toLowerCase(),K=i.global[j];return K?(K.apply(i.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}})();function E(M,j){return{promise:j}}var S={promiseCreated:E,promiseFulfilled:E,promiseRejected:E,promiseResolved:E,promiseCancelled:E,promiseChained:function(M,j,K){return{promise:j,child:K}},warning:function(M,j){return{warning:j}},unhandledRejection:function(M,j,K){return{reason:j,promise:K}},rejectionHandled:E},A=function(M){var j=!1;try{j=U.apply(null,arguments)}catch(ne){r.throwLater(ne),j=!0}var K=!1;try{K=_(M,S[M].apply(null,arguments))}catch(ne){r.throwLater(ne),K=!0}return K||j};e.config=function(M){if(M=Object(M),"longStackTraces"in M&&(M.longStackTraces?e.longStackTraces():!M.longStackTraces&&e.hasLongStackTraces()&&w()),"warnings"in M){var j=M.warnings;H.warnings=!!j,D=H.warnings,i.isObject(j)&&"wForgottenReturn"in j&&(D=!!j.wForgottenReturn)}if("cancellation"in M&&M.cancellation&&!H.cancellation){if(r.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");e.prototype._clearCancellationData=q,e.prototype._propagateFrom=R,e.prototype._onCancel=W,e.prototype._setOnCancel=x,e.prototype._attachCancellationCallback=T,e.prototype._execute=$,G=R,H.cancellation=!0}return"monitoring"in M&&(M.monitoring&&!H.monitoring?(H.monitoring=!0,e.prototype._fireEvent=A):!M.monitoring&&H.monitoring&&(H.monitoring=!1,e.prototype._fireEvent=I)),e};function I(){return!1}e.prototype._fireEvent=I,e.prototype._execute=function(M,j,K){try{M(j,K)}catch(ne){return ne}},e.prototype._onCancel=function(){},e.prototype._setOnCancel=function(M){},e.prototype._attachCancellationCallback=function(M){},e.prototype._captureStackTrace=function(){},e.prototype._attachExtraTrace=function(){},e.prototype._clearCancellationData=function(){},e.prototype._propagateFrom=function(M,j){};function $(M,j,K){var ne=this;try{M(j,K,function(se){if(typeof se!="function")throw new TypeError("onCancel must be a function, got: "+i.toString(se));ne._attachCancellationCallback(se)})}catch(se){return se}}function T(M){if(!this._isCancellable())return this;var j=this._onCancel();j!==void 0?i.isArray(j)?j.push(M):this._setOnCancel([j,M]):this._setOnCancel(M)}function W(){return this._onCancelField}function x(M){this._onCancelField=M}function q(){this._cancellationParent=void 0,this._onCancelField=void 0}function R(M,j){if((j&1)!==0){this._cancellationParent=M;var K=M._branchesRemainingToCancel;K===void 0&&(K=0),M._branchesRemainingToCancel=K+1}(j&2)!==0&&M._isBound()&&this._setBoundTo(M._boundTo)}function N(M,j){(j&2)!==0&&M._isBound()&&this._setBoundTo(M._boundTo)}var G=N;function P(){var M=this._boundTo;return M!==void 0&&M instanceof e?M.isFulfilled()?M.value():void 0:M}function Q(){this._trace=new te(this._peekContext())}function L(M,j){if(o(M)){var K=this._trace;if(K!==void 0&&j&&(K=K._parent),K!==void 0)K.attachExtraTrace(M);else if(!M.__stackCleaned__){var ne=me(M);i.notEnumerableProp(M,"stack",ne.message+`
|
|
32
|
+
`+ne.stack.join(`
|
|
33
|
+
`)),i.notEnumerableProp(M,"__stackCleaned__",!0)}}}function k(M,j,K,ne,se){if(M===void 0&&j!==null&&D){if(se!==void 0&&se._returnedNonUndefined()||(ne._bitField&65535)===0)return;K&&(K=K+" ");var fe="",ve="";if(j._trace){for(var be=j._trace.stack.split(`
|
|
34
|
+
`),xe=de(be),we=xe.length-1;we>=0;--we){var Y=xe[we];if(!b.test(Y)){var oe=Y.match(g);oe&&(fe="at "+oe[1]+":"+oe[2]+":"+oe[3]+" ");break}}if(xe.length>0){for(var le=xe[0],we=0;we<be.length;++we)if(be[we]===le){we>0&&(ve=`
|
|
35
|
+
`+be[we-1]);break}}}var ge="a promise was created in a "+K+"handler "+fe+"but was not returned from it, see http://goo.gl/rRqMUw"+ve;ne._warn(ge,!0,j)}}function re(M,j){var K=M+" is deprecated and will be removed in a future version.";return j&&(K+=" Use "+j+" instead."),ae(K)}function ae(M,j,K){if(H.warnings){var ne=new c(M),se;if(j)K._attachExtraTrace(ne);else if(H.longStackTraces&&(se=e._peekContext()))se.attachExtraTrace(ne);else{var fe=me(ne);ne.stack=fe.message+`
|
|
36
|
+
`+fe.stack.join(`
|
|
37
|
+
`)}A("warning",ne)||ye(ne,"",!0)}}function ee(M,j){for(var K=0;K<j.length-1;++K)j[K].push("From previous event:"),j[K]=j[K].join(`
|
|
38
|
+
`);return K<j.length&&(j[K]=j[K].join(`
|
|
39
39
|
`)),M+`
|
|
40
|
-
`+
|
|
41
|
-
`)}function ce(M){for(var
|
|
42
|
-
`),
|
|
43
|
-
`),
|
|
44
|
-
`),
|
|
45
|
-
`))),
|
|
46
|
-
`)[0].indexOf("stackDetection@")>=0)return
|
|
47
|
-
`)}:!i.isNode&&typeof new Error().stack=="string"&&(f=function(M,
|
|
40
|
+
`+j.join(`
|
|
41
|
+
`)}function ce(M){for(var j=0;j<M.length;++j)(M[j].length===0||j+1<M.length&&M[j][0]===M[j+1][0])&&(M.splice(j,1),j--)}function he(M){for(var j=M[0],K=1;K<M.length;++K){for(var ne=M[K],se=j.length-1,fe=j[se],ve=-1,be=ne.length-1;be>=0;--be)if(ne[be]===fe){ve=be;break}for(var be=ve;be>=0;--be){var xe=ne[be];if(j[se]===xe)j.pop(),se--;else break}j=ne}}function de(M){for(var j=[],K=0;K<M.length;++K){var ne=M[K],se=ne===" (No stack trace)"||m.test(ne),fe=se&&X(ne);se&&!fe&&(y&&ne.charAt(0)!==" "&&(ne=" "+ne),j.push(ne))}return j}function pe(M){for(var j=M.stack.replace(/\s+$/g,"").split(`
|
|
42
|
+
`),K=0;K<j.length;++K){var ne=j[K];if(ne===" (No stack trace)"||m.test(ne))break}return K>0&&M.name!="SyntaxError"&&(j=j.slice(K)),j}function me(M){var j=M.stack,K=M.toString();return j=typeof j=="string"&&j.length>0?pe(M):[" (No stack trace)"],{message:K,stack:M.name=="SyntaxError"?j:de(j)}}function ye(M,j,K){if(typeof console<"u"){var ne;if(i.isObject(M)){var se=M.stack;ne=j+l(se,M)}else ne=j+String(M);typeof f=="function"?f(ne,K):(typeof console.log=="function"||typeof console.log=="object")&&console.log(ne)}}function Ue(M,j,K,ne){var se=!1;try{typeof j=="function"&&(se=!0,M==="rejectionHandled"?j(ne):j(K,ne))}catch(fe){r.throwLater(fe)}M==="unhandledRejection"?!A(M,K,ne)&&!se&&ye(K,"Unhandled rejection "):A(M,ne)}function Ce(M){var j;if(typeof M=="function")j="[function "+(M.name||"anonymous")+"]";else{j=M&&typeof M.toString=="function"?M.toString():i.toString(M);var K=/\[object [a-zA-Z0-9$_]+\]/;if(K.test(j))try{var ne=JSON.stringify(M);j=ne}catch{}j.length===0&&(j="(empty array)")}return"(<"+v(j)+">, no stack trace)"}function v(M){var j=41;return M.length<j?M:M.substr(0,j-3)+"..."}function Z(){return typeof ie=="function"}var X=function(){return!1},O=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function B(M){var j=M.match(O);if(j)return{fileName:j[1],line:parseInt(j[2],10)}}function V(M,j){if(Z()){for(var K=M.stack.split(`
|
|
43
|
+
`),ne=j.stack.split(`
|
|
44
|
+
`),se=-1,fe=-1,ve,be,xe=0;xe<K.length;++xe){var we=B(K[xe]);if(we){ve=we.fileName,se=we.line;break}}for(var xe=0;xe<ne.length;++xe){var we=B(ne[xe]);if(we){be=we.fileName,fe=we.line;break}}se<0||fe<0||!ve||!be||ve!==be||se>=fe||(X=function(Y){if(h.test(Y))return!0;var oe=B(Y);return!!(oe&&oe.fileName===ve&&se<=oe.line&&oe.line<=fe)})}}function te(M){this._parent=M,this._promisesCreated=0;var j=this._length=1+(M===void 0?0:M._length);ie(this,te),j>32&&this.uncycle()}i.inherits(te,Error),n.CapturedTrace=te,te.prototype.uncycle=function(){var M=this._length;if(!(M<2)){for(var j=[],K={},ne=0,se=this;se!==void 0;++ne)j.push(se),se=se._parent;M=this._length=ne;for(var ne=M-1;ne>=0;--ne){var fe=j[ne].stack;K[fe]===void 0&&(K[fe]=ne)}for(var ne=0;ne<M;++ne){var ve=j[ne].stack,be=K[ve];if(be!==void 0&&be!==ne){be>0&&(j[be-1]._parent=void 0,j[be-1]._length=1),j[ne]._parent=void 0,j[ne]._length=1;var xe=ne>0?j[ne-1]:this;be<M-1?(xe._parent=j[be+1],xe._parent.uncycle(),xe._length=xe._parent._length+1):(xe._parent=void 0,xe._length=1);for(var we=xe._length+1,Y=ne-2;Y>=0;--Y)j[Y]._length=we,we++;return}}}},te.prototype.attachExtraTrace=function(M){if(!M.__stackCleaned__){this.uncycle();for(var j=me(M),K=j.message,ne=[j.stack],se=this;se!==void 0;)ne.push(de(se.stack.split(`
|
|
45
|
+
`))),se=se._parent;he(ne),ce(ne),i.notEnumerableProp(M,"stack",ee(K,ne)),i.notEnumerableProp(M,"__stackCleaned__",!0)}};var ie=(function(){var j=/^\s*at\s*/,K=function(ve,be){return typeof ve=="string"?ve:be.name!==void 0&&be.message!==void 0?be.toString():Ce(be)};if(typeof Error.stackTraceLimit=="number"&&typeof Error.captureStackTrace=="function"){Error.stackTraceLimit+=6,m=j,l=K;var ne=Error.captureStackTrace;return X=function(ve){return h.test(ve)},function(ve,be){Error.stackTraceLimit+=6,ne(ve,be),Error.stackTraceLimit-=6}}var se=new Error;if(typeof se.stack=="string"&&se.stack.split(`
|
|
46
|
+
`)[0].indexOf("stackDetection@")>=0)return m=/@/,l=K,y=!0,function(be){be.stack=new Error().stack};var fe;try{throw new Error}catch(ve){fe="stack"in ve}return!("stack"in se)&&fe&&typeof Error.stackTraceLimit=="number"?(m=j,l=K,function(be){Error.stackTraceLimit+=6;try{throw new Error}catch(xe){be.stack=xe.stack}Error.stackTraceLimit-=6}):(l=function(ve,be){return typeof ve=="string"?ve:(typeof be=="object"||typeof be=="function")&&be.name!==void 0&&be.message!==void 0?be.toString():Ce(be)},null)})();typeof console<"u"&&typeof console.warn<"u"&&(f=function(M){console.warn(M)},i.isNode&&process.stderr.isTTY?f=function(M,j){var K=j?"\x1B[33m":"\x1B[31m";console.warn(K+M+`\x1B[0m
|
|
47
|
+
`)}:!i.isNode&&typeof new Error().stack=="string"&&(f=function(M,j){console.warn("%c"+M,j?"color: darkorange":"color: red")}));var H={warnings:p,longStackTraces:!1,cancellation:!1,monitoring:!1};return d&&e.longStackTraces(),{longStackTraces:function(){return H.longStackTraces},warnings:function(){return H.warnings},cancellation:function(){return H.cancellation},monitoring:function(){return H.monitoring},propagateFromFunction:function(){return G},boundValueFunction:function(){return P},checkForgottenReturns:k,setBounds:V,warn:ae,deprecated:re,CapturedTrace:te,fireDomEvent:_,fireGlobalEvent:U}}),Ar}var Cr,La;function sd(){return La||(La=1,Cr=function(e,n){var t=Fe(),r=e.CancellationError,c=t.errorObj;function i(g,m,l){this.promise=g,this.type=m,this.handler=l,this.called=!1,this.cancelPromise=null}i.prototype.isFinallyHandler=function(){return this.type===0};function o(g){this.finallyHandler=g}o.prototype._resultCancelled=function(){a(this.finallyHandler)};function a(g,m){return g.cancelPromise!=null?(arguments.length>1?g.cancelPromise._reject(m):g.cancelPromise._cancel(),g.cancelPromise=null,!0):!1}function u(){return b.call(this,this.promise._target()._settledValue())}function h(g){if(!a(this,g))return c.e=g,c}function b(g){var m=this.promise,l=this.handler;if(!this.called){this.called=!0;var y=this.isFinallyHandler()?l.call(m._boundValue()):l.call(m._boundValue(),g);if(y!==void 0){m._setReturnedNonUndefined();var f=n(y,m);if(f instanceof e){if(this.cancelPromise!=null)if(f._isCancelled()){var s=new r("late cancellation observer");return m._attachExtraTrace(s),c.e=s,c}else f.isPending()&&f._attachCancellationCallback(new o(this));return f._then(u,h,void 0,this,void 0)}}}return m.isRejected()?(a(this),c.e=g,c):(a(this),g)}return e.prototype._passThrough=function(g,m,l,y){return typeof g!="function"?this.then():this._then(l,y,void 0,new i(this,m,g),void 0)},e.prototype.lastly=e.prototype.finally=function(g){return this._passThrough(g,0,b,b)},e.prototype.tap=function(g){return this._passThrough(g,1,b)},i}),Cr}var Fr,Ma;function dd(){return Ma||(Ma=1,Fr=function(e){var n=Fe(),t=Pn().keys,r=n.tryCatch,c=n.errorObj;function i(o,a,u){return function(h){var b=u._boundValue();e:for(var g=0;g<o.length;++g){var m=o[g];if(m===Error||m!=null&&m.prototype instanceof Error){if(h instanceof m)return r(a).call(b,h)}else if(typeof m=="function"){var l=r(m).call(b,h);if(l===c)return l;if(l)return r(a).call(b,h)}else if(n.isObject(h)){for(var y=t(m),f=0;f<y.length;++f){var s=y[f];if(m[s]!=h[s])continue e}return r(a).call(b,h)}}return e}}return i}),Fr}var Sr,qa;function hs(){if(qa)return Sr;qa=1;var e=Fe(),n=e.maybeWrapAsError,t=hn(),r=t.OperationalError,c=Pn();function i(h){return h instanceof Error&&c.getPrototypeOf(h)===Error.prototype}var o=/^(?:name|message|stack|cause)$/;function a(h){var b;if(i(h)){b=new r(h),b.name=h.name,b.message=h.message,b.stack=h.stack;for(var g=c.keys(h),m=0;m<g.length;++m){var l=g[m];o.test(l)||(b[l]=h[l])}return b}return e.markAsOriginatingFromRejection(h),h}function u(h,b){return function(g,m){if(h!==null){if(g){var l=a(n(g));h._attachExtraTrace(l),h._reject(l)}else if(!b)h._fulfill(m);else{for(var y=arguments.length,f=new Array(Math.max(y-1,0)),s=1;s<y;++s)f[s-1]=arguments[s];h._fulfill(f)}h=null}}}return Sr=u,Sr}var Br,Pa;function ld(){return Pa||(Pa=1,Br=function(e,n,t,r,c){var i=Fe(),o=i.tryCatch;e.method=function(a){if(typeof a!="function")throw new e.TypeError("expecting a function but got "+i.classString(a));return function(){var u=new e(n);u._captureStackTrace(),u._pushContext();var h=o(a).apply(this,arguments),b=u._popContext();return c.checkForgottenReturns(h,b,"Promise.method",u),u._resolveFromSyncValue(h),u}},e.attempt=e.try=function(a){if(typeof a!="function")return r("expecting a function but got "+i.classString(a));var u=new e(n);u._captureStackTrace(),u._pushContext();var h;if(arguments.length>1){c.deprecated("calling Promise.try with more than 1 argument");var b=arguments[1],g=arguments[2];h=i.isArray(b)?o(a).apply(g,b):o(a).call(g,b)}else h=o(a)();var m=u._popContext();return c.checkForgottenReturns(h,m,"Promise.try",u),u._resolveFromSyncValue(h),u},e.prototype._resolveFromSyncValue=function(a){a===i.errorObj?this._rejectCallback(a.e,!1):this._resolveCallback(a,!0)}}),Br}var kr,za;function fd(){return za||(za=1,kr=function(e,n,t,r){var c=!1,i=function(h,b){this._reject(b)},o=function(h,b){b.promiseRejectionQueued=!0,b.bindingPromise._then(i,i,null,this,h)},a=function(h,b){(this._bitField&50397184)===0&&this._resolveCallback(b.target)},u=function(h,b){b.promiseRejectionQueued||this._reject(h)};e.prototype.bind=function(h){c||(c=!0,e.prototype._propagateFrom=r.propagateFromFunction(),e.prototype._boundValue=r.boundValueFunction());var b=t(h),g=new e(n);g._propagateFrom(this,1);var m=this._target();if(g._setBoundTo(b),b instanceof e){var l={promiseRejectionQueued:!1,promise:g,target:m,bindingPromise:b};m._then(n,o,void 0,g,l),b._then(a,u,void 0,g,l),g._setOnCancel(b)}else g._resolveCallback(m);return g},e.prototype._setBoundTo=function(h){h!==void 0?(this._bitField=this._bitField|2097152,this._boundTo=h):this._bitField=this._bitField&-2097153},e.prototype._isBound=function(){return(this._bitField&2097152)===2097152},e.bind=function(h,b){return e.resolve(b).bind(h)}}),kr}var Wr,ja;function hd(){return ja||(ja=1,Wr=function(e,n,t,r){var c=Fe(),i=c.tryCatch,o=c.errorObj,a=e._async;e.prototype.break=e.prototype.cancel=function(){if(!r.cancellation())return this._warn("cancellation is disabled");for(var u=this,h=u;u._isCancellable();){if(!u._cancelBy(h)){h._isFollowing()?h._followee().cancel():h._cancelBranched();break}var b=u._cancellationParent;if(b==null||!b._isCancellable()){u._isFollowing()?u._followee().cancel():u._cancelBranched();break}else u._isFollowing()&&u._followee().cancel(),u._setWillBeCancelled(),h=u,u=b}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return this._branchesRemainingToCancel===void 0||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(u){return u===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),this._enoughBranchesHaveCancelled()?(this._invokeOnCancel(),!0):!1)},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this._isCancellable()&&(this._setCancelled(),a.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(u,h){if(c.isArray(u))for(var b=0;b<u.length;++b)this._doInvokeOnCancel(u[b],h);else if(u!==void 0)if(typeof u=="function"){if(!h){var g=i(u).call(this._boundValue());g===o&&(this._attachExtraTrace(g.e),a.throwLater(g.e))}}else u._resultCancelled(this)},e.prototype._invokeOnCancel=function(){var u=this._onCancel();this._unsetOnCancel(),a.invoke(this._doInvokeOnCancel,this,u)},e.prototype._invokeInternalOnCancel=function(){this._isCancellable()&&(this._doInvokeOnCancel(this._onCancel(),!0),this._unsetOnCancel())},e.prototype._resultCancelled=function(){this.cancel()}}),Wr}var Rr,Xa;function pd(){return Xa||(Xa=1,Rr=function(e){function n(){return this.value}function t(){throw this.reason}e.prototype.return=e.prototype.thenReturn=function(r){return r instanceof e&&r.suppressUnhandledRejections(),this._then(n,void 0,void 0,{value:r},void 0)},e.prototype.throw=e.prototype.thenThrow=function(r){return this._then(t,void 0,void 0,{reason:r},void 0)},e.prototype.catchThrow=function(r){if(arguments.length<=1)return this._then(void 0,t,void 0,{reason:r},void 0);var c=arguments[1],i=function(){throw c};return this.caught(r,i)},e.prototype.catchReturn=function(r){if(arguments.length<=1)return r instanceof e&&r.suppressUnhandledRejections(),this._then(void 0,n,void 0,{value:r},void 0);var c=arguments[1];c instanceof e&&c.suppressUnhandledRejections();var i=function(){return c};return this.caught(r,i)}}),Rr}var Or,Va;function gd(){return Va||(Va=1,Or=function(e){function n(u){u!==void 0?(u=u._target(),this._bitField=u._bitField,this._settledValueField=u._isFateSealed()?u._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}n.prototype._settledValue=function(){return this._settledValueField};var t=n.prototype.value=function(){if(!this.isFulfilled())throw new TypeError(`cannot get fulfillment value of a non-fulfilled promise
|
|
48
48
|
|
|
49
49
|
See http://goo.gl/MqrFmX
|
|
50
50
|
`);return this._settledValue()},r=n.prototype.error=n.prototype.reason=function(){if(!this.isRejected())throw new TypeError(`cannot get rejection reason of a non-rejected promise
|
|
51
51
|
|
|
52
52
|
See http://goo.gl/MqrFmX
|
|
53
|
-
`);return this._settledValue()},c=n.prototype.isFulfilled=function(){return(this._bitField&33554432)!==0},i=n.prototype.isRejected=function(){return(this._bitField&16777216)!==0},
|
|
53
|
+
`);return this._settledValue()},c=n.prototype.isFulfilled=function(){return(this._bitField&33554432)!==0},i=n.prototype.isRejected=function(){return(this._bitField&16777216)!==0},o=n.prototype.isPending=function(){return(this._bitField&50397184)===0},a=n.prototype.isResolved=function(){return(this._bitField&50331648)!==0};n.prototype.isCancelled=function(){return(this._bitField&8454144)!==0},e.prototype.__isCancelled=function(){return(this._bitField&65536)===65536},e.prototype._isCancelled=function(){return this._target().__isCancelled()},e.prototype.isCancelled=function(){return(this._target()._bitField&8454144)!==0},e.prototype.isPending=function(){return o.call(this._target())},e.prototype.isRejected=function(){return i.call(this._target())},e.prototype.isFulfilled=function(){return c.call(this._target())},e.prototype.isResolved=function(){return a.call(this._target())},e.prototype.value=function(){return t.call(this._target())},e.prototype.reason=function(){var u=this._target();return u._unsetRejectionIsUnhandled(),r.call(u)},e.prototype._value=function(){return this._settledValue()},e.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},e.PromiseInspection=n}),Or}var Nr,Ha;function md(){return Ha||(Ha=1,Nr=function(e,n,t,r,c,i){var o=Fe(),a=o.canEvaluate,u=o.tryCatch,h=o.errorObj,b;if(a){for(var g=function(d){return new Function("value","holder",`
|
|
54
54
|
'use strict';
|
|
55
55
|
holder.pIndex = value;
|
|
56
56
|
holder.checkFulfillment(this);
|
|
57
|
-
`.replace(/Index/g,d))},
|
|
57
|
+
`.replace(/Index/g,d))},m=function(d){return new Function("promise","holder",`
|
|
58
58
|
'use strict';
|
|
59
59
|
holder.pIndex = promise;
|
|
60
|
-
`.replace(/Index/g,d))},
|
|
60
|
+
`.replace(/Index/g,d))},l=function(d){for(var D=new Array(d),w=0;w<D.length;++w)D[w]="this.p"+(w+1);var _=D.join(" = ")+" = null;",U=`var promise;
|
|
61
61
|
`+D.map(function(I){return`
|
|
62
62
|
promise = `+I+`;
|
|
63
63
|
if (promise instanceof Promise) {
|
|
@@ -102,7 +102,7 @@ __p+='`),l}),i+=`';
|
|
|
102
102
|
|
|
103
103
|
return [TheName];
|
|
104
104
|
}(tryCatch, errorObj, Promise, async);
|
|
105
|
-
`;return A=A.replace(/\[TheName\]/g,S).replace(/\[TheTotal\]/g,d).replace(/\[ThePassedArguments\]/g,E).replace(/\[TheProperties\]/g,_).replace(/\[CancellationCode\]/g,U),new Function("tryCatch","errorObj","Promise","async",A)(u,
|
|
105
|
+
`;return A=A.replace(/\[TheName\]/g,S).replace(/\[TheTotal\]/g,d).replace(/\[ThePassedArguments\]/g,E).replace(/\[TheProperties\]/g,_).replace(/\[CancellationCode\]/g,U),new Function("tryCatch","errorObj","Promise","async",A)(u,h,e,c)},y=[],f=[],s=[],p=0;p<8;++p)y.push(l(p+1)),f.push(g(p+1)),s.push(m(p+1));b=function(d){this._reject(d)}}e.join=function(){var d=arguments.length-1,D;if(d>0&&typeof arguments[d]=="function"&&(D=arguments[d],d<=8&&a)){var x=new e(r);x._captureStackTrace();for(var w=y[d-1],_=new w(D),U=f,E=0;E<d;++E){var S=t(arguments[E],x);if(S instanceof e){S=S._target();var A=S._bitField;(A&50397184)===0?(S._then(U[E],b,void 0,x,_),s[E](S,_),_.asyncNeeded=!1):(A&33554432)!==0?U[E].call(x,S._value(),_):(A&16777216)!==0?x._reject(S._reason()):x._cancel()}else U[E].call(x,S,_)}if(!x._isFateSealed()){if(_.asyncNeeded){var I=i();I!==null&&(_.fn=o.domainBind(I,_.fn))}x._setAsyncGuaranteed(),x._setOnCancel(_)}return x}for(var $=arguments.length,T=new Array($),W=0;W<$;++W)T[W]=arguments[W];D&&T.pop();var x=new n(T).promise();return D!==void 0?x.spread(D):x}}),Nr}var Ir,Ga;function bd(){return Ga||(Ga=1,Ir=function(e,n,t,r,c,i){var o=e._getDomain,a=Fe(),u=a.tryCatch,h=a.errorObj,b=e._async;function g(l,y,f,s){this.constructor$(l),this._promise._captureStackTrace();var p=o();this._callback=p===null?y:a.domainBind(p,y),this._preservedValues=s===c?new Array(this.length()):null,this._limit=f,this._inFlight=0,this._queue=[],b.invoke(this._asyncInit,this,void 0)}a.inherits(g,n),g.prototype._asyncInit=function(){this._init$(void 0,-2)},g.prototype._init=function(){},g.prototype._promiseFulfilled=function(l,y){var f=this._values,s=this.length(),p=this._preservedValues,d=this._limit;if(y<0){if(y=y*-1-1,f[y]=l,d>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(d>=1&&this._inFlight>=d)return f[y]=l,this._queue.push(y),!1;p!==null&&(p[y]=l);var D=this._promise,w=this._callback,_=D._boundValue();D._pushContext();var U=u(w).call(_,l,y,s),E=D._popContext();if(i.checkForgottenReturns(U,E,p!==null?"Promise.filter":"Promise.map",D),U===h)return this._reject(U.e),!0;var S=r(U,this._promise);if(S instanceof e){S=S._target();var A=S._bitField;if((A&50397184)===0)return d>=1&&this._inFlight++,f[y]=S,S._proxy(this,(y+1)*-1),!1;if((A&33554432)!==0)U=S._value();else return(A&16777216)!==0?(this._reject(S._reason()),!0):(this._cancel(),!0)}f[y]=U}var I=++this._totalResolved;return I>=s?(p!==null?this._filter(f,p):this._resolve(f),!0):!1},g.prototype._drainQueue=function(){for(var l=this._queue,y=this._limit,f=this._values;l.length>0&&this._inFlight<y;){if(this._isResolved())return;var s=l.pop();this._promiseFulfilled(f[s],s)}},g.prototype._filter=function(l,y){for(var f=y.length,s=new Array(f),p=0,d=0;d<f;++d)l[d]&&(s[p++]=y[d]);s.length=p,this._resolve(s)},g.prototype.preservedValues=function(){return this._preservedValues};function m(l,y,f,s){if(typeof y!="function")return t("expecting a function but got "+a.classString(y));var p=0;if(f!==void 0)if(typeof f=="object"&&f!==null){if(typeof f.concurrency!="number")return e.reject(new TypeError("'concurrency' must be a number but it is "+a.classString(f.concurrency)));p=f.concurrency}else return e.reject(new TypeError("options argument must be an object but it is "+a.classString(f)));return p=typeof p=="number"&&isFinite(p)&&p>=1?p:0,new g(l,y,p,s).promise()}e.prototype.map=function(l,y){return m(this,l,y,null)},e.map=function(l,y,f,s){return m(l,y,f,s)}}),Ir}var Lr,Za;function yd(){if(Za)return Lr;Za=1;var e=Object.create;if(e){var n=e(null),t=e(null);n[" size"]=t[" size"]=0}return Lr=function(r){var c=Fe(),i=c.canEvaluate,o=c.isIdentifier,a,u;{var h=function(s){return new Function("ensureMethod",`
|
|
106
106
|
return function(obj) {
|
|
107
107
|
'use strict'
|
|
108
108
|
var len = this.length;
|
|
@@ -116,29 +116,29 @@ __p+='`),l}),i+=`';
|
|
|
116
116
|
return obj.methodName.apply(obj, this);
|
|
117
117
|
}
|
|
118
118
|
};
|
|
119
|
-
`.replace(/methodName/g,s))(
|
|
119
|
+
`.replace(/methodName/g,s))(m)},b=function(s){return new Function("obj",`
|
|
120
120
|
'use strict';
|
|
121
121
|
return obj.propertyName;
|
|
122
|
-
`.replace("propertyName",s))},
|
|
122
|
+
`.replace("propertyName",s))},g=function(s,p,d){var D=d[s];if(typeof D!="function"){if(!o(s))return null;if(D=p(s),d[s]=D,d[" size"]++,d[" size"]>512){for(var w=Object.keys(d),_=0;_<256;++_)delete d[w[_]];d[" size"]=w.length-256}}return D};a=function(s){return g(s,h,n)},u=function(s){return g(s,b,t)}}function m(s,p){var d;if(s!=null&&(d=s[p]),typeof d!="function"){var D="Object "+c.classString(s)+" has no method '"+c.toString(p)+"'";throw new r.TypeError(D)}return d}function l(s){var p=this.pop(),d=m(s,p);return d.apply(s,this)}r.prototype.call=function(s){for(var p=arguments.length,d=new Array(Math.max(p-1,0)),D=1;D<p;++D)d[D-1]=arguments[D];if(i){var w=a(s);if(w!==null)return this._then(w,void 0,void 0,d,void 0)}return d.push(s),this._then(l,void 0,void 0,d,void 0)};function y(s){return s[this]}function f(s){var p=+this;return p<0&&(p=Math.max(0,p+s.length)),s[p]}r.prototype.get=function(s){var p=typeof s=="number",d;if(p)d=f;else if(i){var D=u(s);d=D!==null?D:y}else d=y;return this._then(d,void 0,void 0,s,void 0)}},Lr}var Mr,Ya;function Dd(){return Ya||(Ya=1,Mr=function(e,n,t,r,c,i){var o=Fe(),a=hn().TypeError,u=Fe().inherits,h=o.errorObj,b=o.tryCatch,g={};function m(D){setTimeout(function(){throw D},0)}function l(D){var w=t(D);return w!==D&&typeof D._isDisposable=="function"&&typeof D._getDisposer=="function"&&D._isDisposable()&&w._setDisposable(D._getDisposer()),w}function y(D,w){var _=0,U=D.length,E=new e(c);function S(){if(_>=U)return E._fulfill();var A=l(D[_++]);if(A instanceof e&&A._isDisposable()){try{A=t(A._getDisposer().tryDispose(w),D.promise)}catch(I){return m(I)}if(A instanceof e)return A._then(S,m,null,null,null)}S()}return S(),E}function f(D,w,_){this._data=D,this._promise=w,this._context=_}f.prototype.data=function(){return this._data},f.prototype.promise=function(){return this._promise},f.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():g},f.prototype.tryDispose=function(D){var w=this.resource(),_=this._context;_!==void 0&&_._pushContext();var U=w!==g?this.doDispose(w,D):null;return _!==void 0&&_._popContext(),this._promise._unsetDisposable(),this._data=null,U},f.isDisposer=function(D){return D!=null&&typeof D.resource=="function"&&typeof D.tryDispose=="function"};function s(D,w,_){this.constructor$(D,w,_)}u(s,f),s.prototype.doDispose=function(D,w){var _=this.data();return _.call(D,D,w)};function p(D){return f.isDisposer(D)?(this.resources[this.index]._setDisposable(D),D.promise()):D}function d(D){this.length=D,this.promise=null,this[D-1]=null}d.prototype._resultCancelled=function(){for(var D=this.length,w=0;w<D;++w){var _=this[w];_ instanceof e&&_.cancel()}},e.using=function(){var D=arguments.length;if(D<2)return n("you must pass at least 2 arguments to Promise.using");var w=arguments[D-1];if(typeof w!="function")return n("expecting a function but got "+o.classString(w));var _,U=!0;D===2&&Array.isArray(arguments[0])?(_=arguments[0],D=_.length,U=!1):(_=arguments,D--);for(var E=new d(D),S=0;S<D;++S){var A=_[S];if(f.isDisposer(A)){var I=A;A=A.promise(),A._setDisposable(I)}else{var $=t(A);$ instanceof e&&(A=$._then(p,null,null,{resources:E,index:S},void 0))}E[S]=A}for(var T=new Array(E.length),S=0;S<T.length;++S)T[S]=e.resolve(E[S]).reflect();var W=e.all(T).then(function(q){for(var R=0;R<q.length;++R){var N=q[R];if(N.isRejected())return h.e=N.error(),h;if(!N.isFulfilled()){W.cancel();return}q[R]=N.value()}x._pushContext(),w=b(w);var G=U?w.apply(void 0,q):w(q),P=x._popContext();return i.checkForgottenReturns(G,P,"Promise.using",x),G}),x=W.lastly(function(){var q=new e.PromiseInspection(W);return y(E,q)});return E.promise=x,x._setOnCancel(E),x},e.prototype._setDisposable=function(D){this._bitField=this._bitField|131072,this._disposer=D},e.prototype._isDisposable=function(){return(this._bitField&131072)>0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=this._bitField&-131073,this._disposer=void 0},e.prototype.disposer=function(D){if(typeof D=="function")return new s(D,this,r());throw new a}}),Mr}var qr,$a;function vd(){return $a||($a=1,qr=function(e,n,t){var r=Fe(),c=e.TimeoutError;function i(g){this.handle=g}i.prototype._resultCancelled=function(){clearTimeout(this.handle)};var o=function(g){return a(+this).thenReturn(g)},a=e.delay=function(g,m){var l,y;return m!==void 0?(l=e.resolve(m)._then(o,null,null,g,void 0),t.cancellation()&&m instanceof e&&l._setOnCancel(m)):(l=new e(n),y=setTimeout(function(){l._fulfill()},+g),t.cancellation()&&l._setOnCancel(new i(y)),l._captureStackTrace()),l._setAsyncGuaranteed(),l};e.prototype.delay=function(g){return a(g,this)};var u=function(g,m,l){var y;typeof m!="string"?m instanceof Error?y=m:y=new c("operation timed out"):y=new c(m),r.markAsOriginatingFromRejection(y),g._attachExtraTrace(y),g._reject(y),l!=null&&l.cancel()};function h(g){return clearTimeout(this.handle),g}function b(g){throw clearTimeout(this.handle),g}e.prototype.timeout=function(g,m){g=+g;var l,y,f=new i(setTimeout(function(){l.isPending()&&u(l,m,y)},g));return t.cancellation()?(y=this.then(),l=y._then(h,b,void 0,f,void 0),l._setOnCancel(f)):l=this._then(h,b,void 0,f,void 0),l}}),qr}var Pr,Ka;function xd(){return Ka||(Ka=1,Pr=function(e,n,t,r,c,i){var o=hn(),a=o.TypeError,u=Fe(),h=u.errorObj,b=u.tryCatch,g=[];function m(y,f,s){for(var p=0;p<f.length;++p){s._pushContext();var d=b(f[p])(y);if(s._popContext(),d===h){s._pushContext();var D=e.reject(h.e);return s._popContext(),D}var w=r(d,s);if(w instanceof e)return w}return null}function l(y,f,s,p){if(i.cancellation()){var d=new e(t),D=this._finallyPromise=new e(t);this._promise=d.lastly(function(){return D}),d._captureStackTrace(),d._setOnCancel(this)}else{var w=this._promise=new e(t);w._captureStackTrace()}this._stack=p,this._generatorFunction=y,this._receiver=f,this._generator=void 0,this._yieldHandlers=typeof s=="function"?[s].concat(g):g,this._yieldedPromise=null,this._cancellationPhase=!1}u.inherits(l,c),l.prototype._isResolved=function(){return this._promise===null},l.prototype._cleanup=function(){this._promise=this._generator=null,i.cancellation()&&this._finallyPromise!==null&&(this._finallyPromise._fulfill(),this._finallyPromise=null)},l.prototype._promiseCancelled=function(){if(!this._isResolved()){var y=typeof this._generator.return<"u",f;if(y)this._promise._pushContext(),f=b(this._generator.return).call(this._generator,void 0),this._promise._popContext();else{var s=new e.CancellationError("generator .return() sentinel");e.coroutine.returnSentinel=s,this._promise._attachExtraTrace(s),this._promise._pushContext(),f=b(this._generator.throw).call(this._generator,s),this._promise._popContext()}this._cancellationPhase=!0,this._yieldedPromise=null,this._continue(f)}},l.prototype._promiseFulfilled=function(y){this._yieldedPromise=null,this._promise._pushContext();var f=b(this._generator.next).call(this._generator,y);this._promise._popContext(),this._continue(f)},l.prototype._promiseRejected=function(y){this._yieldedPromise=null,this._promise._attachExtraTrace(y),this._promise._pushContext();var f=b(this._generator.throw).call(this._generator,y);this._promise._popContext(),this._continue(f)},l.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof e){var y=this._yieldedPromise;this._yieldedPromise=null,y.cancel()}},l.prototype.promise=function(){return this._promise},l.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},l.prototype._continue=function(y){var f=this._promise;if(y===h)return this._cleanup(),this._cancellationPhase?f.cancel():f._rejectCallback(y.e,!1);var s=y.value;if(y.done===!0)return this._cleanup(),this._cancellationPhase?f.cancel():f._resolveCallback(s);var p=r(s,this._promise);if(!(p instanceof e)&&(p=m(p,this._yieldHandlers,this._promise),p===null)){this._promiseRejected(new a(`A value %s was yielded that could not be treated as a promise
|
|
123
123
|
|
|
124
124
|
See http://goo.gl/MqrFmX
|
|
125
125
|
|
|
126
126
|
`.replace("%s",s)+`From coroutine:
|
|
127
127
|
`+this._stack.split(`
|
|
128
128
|
`).slice(1,-7).join(`
|
|
129
|
-
`)));return}p=p._target();var d=p._bitField;(d&50397184)===0?(this._yieldedPromise=p,p._proxy(this,null)):(d&33554432)!==0?e._async.invoke(this._promiseFulfilled,this,p._value()):(d&16777216)!==0?e._async.invoke(this._promiseRejected,this,p._reason()):this._promiseCancelled()},e.coroutine=function(y,f){if(typeof y!="function")throw new
|
|
129
|
+
`)));return}p=p._target();var d=p._bitField;(d&50397184)===0?(this._yieldedPromise=p,p._proxy(this,null)):(d&33554432)!==0?e._async.invoke(this._promiseFulfilled,this,p._value()):(d&16777216)!==0?e._async.invoke(this._promiseRejected,this,p._reason()):this._promiseCancelled()},e.coroutine=function(y,f){if(typeof y!="function")throw new a(`generatorFunction must be a function
|
|
130
130
|
|
|
131
131
|
See http://goo.gl/MqrFmX
|
|
132
|
-
`);var s=Object(f).yieldHandler,p=
|
|
132
|
+
`);var s=Object(f).yieldHandler,p=l,d=new Error().stack;return function(){var D=y.apply(this,arguments),w=new p(void 0,void 0,s,d),_=w.promise();return w._generator=D,w._promiseFulfilled(void 0),_}},e.coroutine.addYieldHandler=function(y){if(typeof y!="function")throw new a("expecting a function but got "+u.classString(y));g.push(y)},e.spawn=function(y){if(i.deprecated("Promise.spawn()","Promise.coroutine()"),typeof y!="function")return n(`generatorFunction must be a function
|
|
133
133
|
|
|
134
134
|
See http://goo.gl/MqrFmX
|
|
135
|
-
`);var f=new
|
|
135
|
+
`);var f=new l(y,this),s=f.promise();return f._run(e.spawn),s}}),Pr}var zr,Qa;function _d(){return Qa||(Qa=1,zr=function(e){var n=Fe(),t=e._async,r=n.tryCatch,c=n.errorObj;function i(u,h){var b=this;if(!n.isArray(u))return o.call(b,u,h);var g=r(h).apply(b._boundValue(),[null].concat(u));g===c&&t.throwLater(g.e)}function o(u,h){var b=this,g=b._boundValue(),m=u===void 0?r(h).call(g,null):r(h).call(g,null,u);m===c&&t.throwLater(m.e)}function a(u,h){var b=this;if(!u){var g=new Error(u+"");g.cause=u,u=g}var m=r(h).call(b._boundValue(),u);m===c&&t.throwLater(m.e)}e.prototype.asCallback=e.prototype.nodeify=function(u,h){if(typeof u=="function"){var b=o;h!==void 0&&Object(h).spread&&(b=i),this._then(b,a,void 0,this,u)}return this}}),zr}var jr,Ja;function Ud(){return Ja||(Ja=1,jr=function(e,n){var t={},r=Fe(),c=hs(),i=r.withAppended,o=r.maybeWrapAsError,a=r.canEvaluate,u=hn().TypeError,h="Async",b={__isPromisified__:!0},g=["arity","length","name","arguments","caller","callee","prototype","__isPromisified__"],m=new RegExp("^(?:"+g.join("|")+")$"),l=function(W){return r.isIdentifier(W)&&W.charAt(0)!=="_"&&W!=="constructor"};function y(W){return!m.test(W)}function f(W){try{return W.__isPromisified__===!0}catch{return!1}}function s(W,x,q){var R=r.getDataPropertyOrDefault(W,x+q,b);return R?f(R):!1}function p(W,x,q){for(var R=0;R<W.length;R+=2){var N=W[R];if(q.test(N)){for(var G=N.replace(q,""),P=0;P<W.length;P+=2)if(W[P]===G)throw new u(`Cannot promisify an API that has normal methods with '%s'-suffix
|
|
136
136
|
|
|
137
137
|
See http://goo.gl/MqrFmX
|
|
138
|
-
`.replace("%s",x))}}}function d(
|
|
139
|
-
`:
|
|
138
|
+
`.replace("%s",x))}}}function d(W,x,q,R){for(var N=r.inheritedDataKeys(W),G=[],P=0;P<N.length;++P){var Q=N[P],L=W[Q],k=R===l?!0:l(Q);typeof L=="function"&&!f(L)&&!s(W,Q,x)&&R(Q,L,W,k)&&G.push(Q,L)}return p(G,x,q),G}var D=function(W){return W.replace(/([$])/,"\\$")},w;{var _=function(W){for(var x=[W],q=Math.max(0,W-1-3),R=W-1;R>=q;--R)x.push(R);for(var R=W+1;R<=3;++R)x.push(R);return x},U=function(W){return r.filledRange(W,"_arg","")},E=function(W){return r.filledRange(Math.max(W,3),"_arg","")},S=function(W){return typeof W.length=="number"?Math.max(Math.min(W.length,1024),0):0};w=function(W,x,q,R,N,G){var P=Math.max(0,S(R)-1),Q=_(P),L=typeof W=="string"||x===t;function k(ce){var he=U(ce).join(", "),de=ce>0?", ":"",pe;return L?pe=`ret = callback.call(this, {{args}}, nodeback); break;
|
|
139
|
+
`:pe=x===void 0?`ret = callback({{args}}, nodeback); break;
|
|
140
140
|
`:`ret = callback.call(receiver, {{args}}, nodeback); break;
|
|
141
|
-
`,
|
|
141
|
+
`,pe.replace("{{args}}",he).replace(", ",de)}function re(){for(var ce="",he=0;he<Q.length;++he)ce+="case "+Q[he]+":"+k(Q[he]);return ce+=`
|
|
142
142
|
default:
|
|
143
143
|
var args = new Array(len + 1);
|
|
144
144
|
var i = 0;
|
|
@@ -150,7 +150,7 @@ __p+='`),l}),i+=`';
|
|
|
150
150
|
break;
|
|
151
151
|
`.replace("[CodeForCall]",L?`ret = callback.apply(this, args);
|
|
152
152
|
`:`ret = callback.apply(receiver, args);
|
|
153
|
-
`),ce}var ae=typeof
|
|
153
|
+
`),ce}var ae=typeof W=="string"?"this != null ? this['"+W+"'] : fn":"fn",ee=`'use strict';
|
|
154
154
|
var ret = function (Parameters) {
|
|
155
155
|
'use strict';
|
|
156
156
|
var len = arguments.length;
|
|
@@ -170,25 +170,25 @@ __p+='`),l}),i+=`';
|
|
|
170
170
|
};
|
|
171
171
|
notEnumerableProp(ret, '__isPromisified__', true);
|
|
172
172
|
return ret;
|
|
173
|
-
`.replace("[CodeForSwitchCase]",re()).replace("[GetFunctionCode]",ae);return
|
|
173
|
+
`.replace("[CodeForSwitchCase]",re()).replace("[GetFunctionCode]",ae);return ee=ee.replace("Parameters",E(P)),new Function("Promise","fn","receiver","withAppended","maybeWrapAsError","nodebackForPromise","tryCatch","errorObj","notEnumerableProp","INTERNAL",ee)(e,R,x,i,o,c,r.tryCatch,r.errorObj,r.notEnumerableProp,n)}}function A(W,x,q,R,N,G){var P=(function(){return this})(),Q=W;typeof Q=="string"&&(W=R);function L(){var k=x;x===t&&(k=this);var re=new e(n);re._captureStackTrace();var ae=typeof Q=="string"&&this!==P?this[Q]:W,ee=c(re,G);try{ae.apply(k,i(arguments,ee))}catch(ce){re._rejectCallback(o(ce),!0,!0)}return re._isFateSealed()||re._setAsyncGuaranteed(),re}return r.notEnumerableProp(L,"__isPromisified__",!0),L}var I=a?w:A;function $(W,x,q,R,N){for(var G=new RegExp(D(x)+"$"),P=d(W,x,G,q),Q=0,L=P.length;Q<L;Q+=2){var k=P[Q],re=P[Q+1],ae=k+x;if(R===I)W[ae]=I(k,t,k,re,x,N);else{var ee=R(re,function(){return I(k,t,k,re,x,N)});r.notEnumerableProp(ee,"__isPromisified__",!0),W[ae]=ee}}return r.toFastProperties(W),W}function T(W,x,q){return I(W,x,void 0,W,null,q)}e.promisify=function(W,x){if(typeof W!="function")throw new u("expecting a function but got "+r.classString(W));if(f(W))return W;x=Object(x);var q=x.context===void 0?t:x.context,R=!!x.multiArgs,N=T(W,q,R);return r.copyDescriptors(W,N,y),N},e.promisifyAll=function(W,x){if(typeof W!="function"&&typeof W!="object")throw new u(`the target of promisifyAll must be an object or a function
|
|
174
174
|
|
|
175
175
|
See http://goo.gl/MqrFmX
|
|
176
|
-
`);x=Object(x);var
|
|
176
|
+
`);x=Object(x);var q=!!x.multiArgs,R=x.suffix;typeof R!="string"&&(R=h);var N=x.filter;typeof N!="function"&&(N=l);var G=x.promisifier;if(typeof G!="function"&&(G=I),!r.isIdentifier(R))throw new RangeError(`suffix must be a valid identifier
|
|
177
177
|
|
|
178
178
|
See http://goo.gl/MqrFmX
|
|
179
|
-
`);for(var
|
|
179
|
+
`);for(var P=r.inheritedDataKeys(W),Q=0;Q<P.length;++Q){var L=W[P[Q]];P[Q]!=="constructor"&&r.isClass(L)&&($(L.prototype,R,N,G,q),$(L,R,N,G,q))}return $(W,R,N,G,q)}}),jr}var Xr,eo;function Td(){return eo||(eo=1,Xr=function(e,n,t,r){var c=Fe(),i=c.isObject,o=Pn(),a;typeof Map=="function"&&(a=Map);var u=(function(){var m=0,l=0;function y(f,s){this[m]=f,this[m+l]=s,m++}return function(s){l=s.size,m=0;var p=new Array(s.size*2);return s.forEach(y,p),p}})(),h=function(m){for(var l=new a,y=m.length/2|0,f=0;f<y;++f){var s=m[y+f],p=m[f];l.set(s,p)}return l};function b(m){var l=!1,y;if(a!==void 0&&m instanceof a)y=u(m),l=!0;else{var f=o.keys(m),s=f.length;y=new Array(s*2);for(var p=0;p<s;++p){var d=f[p];y[p]=m[d],y[p+s]=d}}this.constructor$(y),this._isMap=l,this._init$(void 0,-3)}c.inherits(b,n),b.prototype._init=function(){},b.prototype._promiseFulfilled=function(m,l){this._values[l]=m;var y=++this._totalResolved;if(y>=this._length){var f;if(this._isMap)f=h(this._values);else{f={};for(var s=this.length(),p=0,d=this.length();p<d;++p)f[this._values[p+s]]=this._values[p]}return this._resolve(f),!0}return!1},b.prototype.shouldCopyValues=function(){return!1},b.prototype.getActualLength=function(m){return m>>1};function g(m){var l,y=t(m);if(i(y))y instanceof e?l=y._then(e.props,void 0,void 0,void 0,void 0):l=new b(y).promise();else return r(`cannot await properties of a non-object
|
|
180
180
|
|
|
181
181
|
See http://goo.gl/MqrFmX
|
|
182
|
-
`);return y instanceof e&&
|
|
182
|
+
`);return y instanceof e&&l._propagateFrom(y,2),l}e.prototype.props=function(){return g(this)},e.props=function(m){return g(m)}}),Xr}var Vr,no;function wd(){return no||(no=1,Vr=function(e,n,t,r){var c=Fe(),i=function(a){return a.then(function(u){return o(u,a)})};function o(a,u){var h=t(a);if(h instanceof e)return i(h);if(a=c.asArray(a),a===null)return r("expecting an array or an iterable object but got "+c.classString(a));var b=new e(n);u!==void 0&&b._propagateFrom(u,3);for(var g=b._fulfill,m=b._reject,l=0,y=a.length;l<y;++l){var f=a[l];f===void 0&&!(l in a)||e.cast(f)._then(g,m,void 0,b,null)}return b}e.race=function(a){return o(a,void 0)},e.prototype.race=function(){return o(this,void 0)}}),Vr}var Hr,to;function Ed(){return to||(to=1,Hr=function(e,n,t,r,c,i){var o=e._getDomain,a=Fe(),u=a.tryCatch;function h(y,f,s,p){this.constructor$(y);var d=o();this._fn=d===null?f:a.domainBind(d,f),s!==void 0&&(s=e.resolve(s),s._attachCancellationCallback(this)),this._initialValue=s,this._currentCancellable=null,p===c?this._eachValues=Array(this._length):p===0?this._eachValues=null:this._eachValues=void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}a.inherits(h,n),h.prototype._gotAccum=function(y){this._eachValues!==void 0&&this._eachValues!==null&&y!==c&&this._eachValues.push(y)},h.prototype._eachComplete=function(y){return this._eachValues!==null&&this._eachValues.push(y),this._eachValues},h.prototype._init=function(){},h.prototype._resolveEmptyArray=function(){this._resolve(this._eachValues!==void 0?this._eachValues:this._initialValue)},h.prototype.shouldCopyValues=function(){return!1},h.prototype._resolve=function(y){this._promise._resolveCallback(y),this._values=null},h.prototype._resultCancelled=function(y){if(y===this._initialValue)return this._cancel();this._isResolved()||(this._resultCancelled$(),this._currentCancellable instanceof e&&this._currentCancellable.cancel(),this._initialValue instanceof e&&this._initialValue.cancel())},h.prototype._iterate=function(y){this._values=y;var f,s,p=y.length;if(this._initialValue!==void 0?(f=this._initialValue,s=0):(f=e.resolve(y[0]),s=1),this._currentCancellable=f,!f.isRejected())for(;s<p;++s){var d={accum:null,value:y[s],index:s,length:p,array:this};f=f._then(m,void 0,void 0,d,void 0)}this._eachValues!==void 0&&(f=f._then(this._eachComplete,void 0,void 0,this,void 0)),f._then(b,b,void 0,f,this)},e.prototype.reduce=function(y,f){return g(this,y,f,null)},e.reduce=function(y,f,s,p){return g(y,f,s,p)};function b(y,f){this.isFulfilled()?f._resolve(y):f._reject(y)}function g(y,f,s,p){if(typeof f!="function")return t("expecting a function but got "+a.classString(f));var d=new h(y,f,s,p);return d.promise()}function m(y){this.accum=y,this.array._gotAccum(y);var f=r(this.value,this.array._promise);return f instanceof e?(this.array._currentCancellable=f,f._then(l,void 0,void 0,this,void 0)):l.call(this,f)}function l(y){var f=this.array,s=f._promise,p=u(f._fn);s._pushContext();var d;f._eachValues!==void 0?d=p.call(s._boundValue(),y,this.index,this.length):d=p.call(s._boundValue(),this.accum,y,this.index,this.length),d instanceof e&&(f._currentCancellable=d);var D=s._popContext();return i.checkForgottenReturns(d,D,f._eachValues!==void 0?"Promise.each":"Promise.reduce",s),d}}),Hr}var Gr,ro;function Ad(){return ro||(ro=1,Gr=function(e,n,t){var r=e.PromiseInspection,c=Fe();function i(o){this.constructor$(o)}c.inherits(i,n),i.prototype._promiseResolved=function(o,a){this._values[o]=a;var u=++this._totalResolved;return u>=this._length?(this._resolve(this._values),!0):!1},i.prototype._promiseFulfilled=function(o,a){var u=new r;return u._bitField=33554432,u._settledValueField=o,this._promiseResolved(a,u)},i.prototype._promiseRejected=function(o,a){var u=new r;return u._bitField=16777216,u._settledValueField=o,this._promiseResolved(a,u)},e.settle=function(o){return t.deprecated(".settle()",".reflect()"),new i(o).promise()},e.prototype.settle=function(){return e.settle(this)}}),Gr}var Zr,io;function Cd(){return io||(io=1,Zr=function(e,n,t){var r=Fe(),c=hn().RangeError,i=hn().AggregateError,o=r.isArray,a={};function u(b){this.constructor$(b),this._howMany=0,this._unwrap=!1,this._initialized=!1}r.inherits(u,n),u.prototype._init=function(){if(this._initialized){if(this._howMany===0){this._resolve([]);return}this._init$(void 0,-5);var b=o(this._values);!this._isResolved()&&b&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}},u.prototype.init=function(){this._initialized=!0,this._init()},u.prototype.setUnwrap=function(){this._unwrap=!0},u.prototype.howMany=function(){return this._howMany},u.prototype.setHowMany=function(b){this._howMany=b},u.prototype._promiseFulfilled=function(b){return this._addFulfilled(b),this._fulfilled()===this.howMany()?(this._values.length=this.howMany(),this.howMany()===1&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0):!1},u.prototype._promiseRejected=function(b){return this._addRejected(b),this._checkOutcome()},u.prototype._promiseCancelled=function(){return this._values instanceof e||this._values==null?this._cancel():(this._addRejected(a),this._checkOutcome())},u.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var b=new i,g=this.length();g<this._values.length;++g)this._values[g]!==a&&b.push(this._values[g]);return b.length>0?this._reject(b):this._cancel(),!0}return!1},u.prototype._fulfilled=function(){return this._totalResolved},u.prototype._rejected=function(){return this._values.length-this.length()},u.prototype._addRejected=function(b){this._values.push(b)},u.prototype._addFulfilled=function(b){this._values[this._totalResolved++]=b},u.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},u.prototype._getRangeError=function(b){var g="Input array must contain at least "+this._howMany+" items but contains only "+b+" items";return new c(g)},u.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))};function h(b,g){if((g|0)!==g||g<0)return t(`expecting a positive integer
|
|
183
183
|
|
|
184
184
|
See http://goo.gl/MqrFmX
|
|
185
|
-
`);var
|
|
185
|
+
`);var m=new u(b),l=m.promise();return m.setHowMany(g),m.init(),l}e.some=function(b,g){return h(b,g)},e.prototype.some=function(b){return h(this,b)},e._SomePromiseArray=u}),Zr}var Yr,ao;function Fd(){return ao||(ao=1,Yr=function(e,n){var t=e.map;e.prototype.filter=function(r,c){return t(this,r,c,n)},e.filter=function(r,c,i){return t(r,c,i,n)}}),Yr}var $r,oo;function Sd(){return oo||(oo=1,$r=function(e,n){var t=e.reduce,r=e.all;function c(){return r(this)}function i(o,a){return t(o,a,n,n)}e.prototype.each=function(o){return t(this,o,n,0)._then(c,void 0,void 0,this,void 0)},e.prototype.mapSeries=function(o){return t(this,o,n,n)},e.each=function(o,a){return t(o,a,n,0)._then(c,void 0,void 0,o,void 0)},e.mapSeries=i}),$r}var Kr,co;function Bd(){return co||(co=1,Kr=function(e){var n=e._SomePromiseArray;function t(r){var c=new n(r),i=c.promise();return c.setHowMany(1),c.setUnwrap(),c.init(),i}e.any=function(r){return t(r)},e.prototype.any=function(){return t(this)}}),Kr}var uo;function kd(){return uo||(uo=1,(function(e){e.exports=function(){var n=function(){return new m(`circular promise resolution chain
|
|
186
186
|
|
|
187
187
|
See http://goo.gl/MqrFmX
|
|
188
|
-
`)},t=function(){return new T.PromiseInspection(this._target())},r=function(
|
|
188
|
+
`)},t=function(){return new T.PromiseInspection(this._target())},r=function(R){return T.reject(new m(R))};function c(){}var i={},o=Fe(),a;o.isNode?a=function(){var R=process.domain;return R===void 0&&(R=null),R}:a=function(){return null},o.notEnumerableProp(T,"_getDomain",a);var u=Pn(),h=id(),b=new h;u.defineProperty(T,"_async",{value:b});var g=hn(),m=T.TypeError=g.TypeError;T.RangeError=g.RangeError;var l=T.CancellationError=g.CancellationError;T.TimeoutError=g.TimeoutError,T.OperationalError=g.OperationalError,T.RejectionError=g.OperationalError,T.AggregateError=g.AggregateError;var y=function(){},f={},s={},p=ad()(T,y),d=od()(T,y,p,r,c),D=cd()(T),w=D.create,_=ud()(T,D);_.CapturedTrace;var U=sd()(T,p),E=dd()(s),S=hs(),A=o.errorObj,I=o.tryCatch;function $(R,N){if(typeof N!="function")throw new m("expecting a function but got "+o.classString(N));if(R.constructor!==T)throw new m(`the promise constructor cannot be invoked directly
|
|
189
189
|
|
|
190
190
|
See http://goo.gl/MqrFmX
|
|
191
|
-
`)}function T(W){this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,W!==y&&(Z(this,W),this._resolveFromExecutor(W)),this._promiseCreated(),this._fireEvent("promiseCreated",this)}T.prototype.toString=function(){return"[object Promise]"},T.prototype.caught=T.prototype.catch=function(W){var O=arguments.length;if(O>1){var G=new Array(O-1),q=0,Q;for(Q=0;Q<O-1;++Q){var L=arguments[Q];if(a.isObject(L))G[q++]=L;else return r("expecting an object but got A catch statement predicate "+a.classString(L))}return G.length=q,W=arguments[Q],this.then(void 0,E(G,W,this))}return this.then(void 0,W)},T.prototype.reflect=function(){return this._then(t,t,void 0,this,void 0)},T.prototype.then=function(W,O){if(_.warnings()&&arguments.length>0&&typeof W!="function"&&typeof O!="function"){var G=".then() only accepts functions but was passed: "+a.classString(W);arguments.length>1&&(G+=", "+a.classString(O)),this._warn(G)}return this._then(W,O,void 0,void 0,void 0)},T.prototype.done=function(W,O){var G=this._then(W,O,void 0,void 0,void 0);G._setIsFinal()},T.prototype.spread=function(W){return typeof W!="function"?r("expecting a function but got "+a.classString(W)):this.all()._then(W,void 0,void 0,f,void 0)},T.prototype.toJSON=function(){var W={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(W.fulfillmentValue=this.value(),W.isFulfilled=!0):this.isRejected()&&(W.rejectionReason=this.reason(),W.isRejected=!0),W},T.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new d(this).promise()},T.prototype.error=function(W){return this.caught(a.originatesFromRejection,W)},T.getNewLibraryCopy=e.exports,T.is=function(W){return W instanceof T},T.fromNode=T.fromCallback=function(W){var O=new T(y);O._captureStackTrace();var G=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,q=I(W)(S(O,G));return q===A&&O._rejectCallback(q.e,!0),O._isFateSealed()||O._setAsyncGuaranteed(),O},T.all=function(W){return new d(W).promise()},T.cast=function(W){var O=p(W);return O instanceof T||(O=new T(y),O._captureStackTrace(),O._setFulfilled(),O._rejectionHandler0=W),O},T.resolve=T.fulfilled=T.cast,T.reject=T.rejected=function(W){var O=new T(y);return O._captureStackTrace(),O._rejectCallback(W,!0),O},T.setScheduler=function(W){if(typeof W!="function")throw new g("expecting a function but got "+a.classString(W));return b.setScheduler(W)},T.prototype._then=function(W,O,G,q,Q){var L=Q!==void 0,k=L?Q:new T(y),re=this._target(),ae=re._bitField;L||(k._propagateFrom(this,3),k._captureStackTrace(),q===void 0&&(this._bitField&2097152)!==0&&((ae&50397184)!==0?q=this._boundValue():q=re===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,k));var J=o();if((ae&50397184)!==0){var ce,fe,le=re._settlePromiseCtx;(ae&33554432)!==0?(fe=re._rejectionHandler0,ce=W):(ae&16777216)!==0?(fe=re._fulfillmentHandler0,ce=O,re._unsetRejectionIsUnhandled()):(le=re._settlePromiseLateCancellationObserver,fe=new h("late cancellation observer"),re._attachExtraTrace(fe),ce=O),b.invoke(le,re,{handler:J===null?ce:typeof ce=="function"&&a.domainBind(J,ce),promise:k,receiver:q,value:fe})}else re._addCallbacks(W,O,k,q,J);return k},T.prototype._length=function(){return this._bitField&65535},T.prototype._isFateSealed=function(){return(this._bitField&117506048)!==0},T.prototype._isFollowing=function(){return(this._bitField&67108864)===67108864},T.prototype._setLength=function(W){this._bitField=this._bitField&-65536|W&65535},T.prototype._setFulfilled=function(){this._bitField=this._bitField|33554432,this._fireEvent("promiseFulfilled",this)},T.prototype._setRejected=function(){this._bitField=this._bitField|16777216,this._fireEvent("promiseRejected",this)},T.prototype._setFollowing=function(){this._bitField=this._bitField|67108864,this._fireEvent("promiseResolved",this)},T.prototype._setIsFinal=function(){this._bitField=this._bitField|4194304},T.prototype._isFinal=function(){return(this._bitField&4194304)>0},T.prototype._unsetCancelled=function(){this._bitField=this._bitField&-65537},T.prototype._setCancelled=function(){this._bitField=this._bitField|65536,this._fireEvent("promiseCancelled",this)},T.prototype._setWillBeCancelled=function(){this._bitField=this._bitField|8388608},T.prototype._setAsyncGuaranteed=function(){b.hasCustomScheduler()||(this._bitField=this._bitField|134217728)},T.prototype._receiverAt=function(W){var O=W===0?this._receiver0:this[W*4-4+3];if(O!==i)return O===void 0&&this._isBound()?this._boundValue():O},T.prototype._promiseAt=function(W){return this[W*4-4+2]},T.prototype._fulfillmentHandlerAt=function(W){return this[W*4-4+0]},T.prototype._rejectionHandlerAt=function(W){return this[W*4-4+1]},T.prototype._boundValue=function(){},T.prototype._migrateCallback0=function(W){W._bitField;var O=W._fulfillmentHandler0,G=W._rejectionHandler0,q=W._promise0,Q=W._receiverAt(0);Q===void 0&&(Q=i),this._addCallbacks(O,G,q,Q,null)},T.prototype._migrateCallbackAt=function(W,O){var G=W._fulfillmentHandlerAt(O),q=W._rejectionHandlerAt(O),Q=W._promiseAt(O),L=W._receiverAt(O);L===void 0&&(L=i),this._addCallbacks(G,q,Q,L,null)},T.prototype._addCallbacks=function(W,O,G,q,Q){var L=this._length();if(L>=65531&&(L=0,this._setLength(0)),L===0)this._promise0=G,this._receiver0=q,typeof W=="function"&&(this._fulfillmentHandler0=Q===null?W:a.domainBind(Q,W)),typeof O=="function"&&(this._rejectionHandler0=Q===null?O:a.domainBind(Q,O));else{var k=L*4-4;this[k+2]=G,this[k+3]=q,typeof W=="function"&&(this[k+0]=Q===null?W:a.domainBind(Q,W)),typeof O=="function"&&(this[k+1]=Q===null?O:a.domainBind(Q,O))}return this._setLength(L+1),L},T.prototype._proxy=function(W,O){this._addCallbacks(void 0,void 0,O,W,null)},T.prototype._resolveCallback=function(W,O){if((this._bitField&117506048)===0){if(W===this)return this._rejectCallback(n(),!1);var G=p(W,this);if(!(G instanceof T))return this._fulfill(W);O&&this._propagateFrom(G,2);var q=G._target();if(q===this){this._reject(n());return}var Q=q._bitField;if((Q&50397184)===0){var L=this._length();L>0&&q._migrateCallback0(this);for(var k=1;k<L;++k)q._migrateCallbackAt(this,k);this._setFollowing(),this._setLength(0),this._setFollowee(q)}else if((Q&33554432)!==0)this._fulfill(q._value());else if((Q&16777216)!==0)this._reject(q._reason());else{var re=new h("late cancellation observer");q._attachExtraTrace(re),this._reject(re)}}},T.prototype._rejectCallback=function(W,O,G){var q=a.ensureErrorObject(W),Q=q===W;if(!Q&&!G&&_.warnings()){var L="a promise was rejected with a non-error: "+a.classString(W);this._warn(L,!0)}this._attachExtraTrace(q,O?Q:!1),this._reject(W)},T.prototype._resolveFromExecutor=function(W){var O=this;this._captureStackTrace(),this._pushContext();var G=!0,q=this._execute(W,function(Q){O._resolveCallback(Q)},function(Q){O._rejectCallback(Q,G)});G=!1,this._popContext(),q!==void 0&&O._rejectCallback(q,!0)},T.prototype._settlePromiseFromHandler=function(W,O,G,q){var Q=q._bitField;if((Q&65536)===0){q._pushContext();var L;O===f?!G||typeof G.length!="number"?(L=A,L.e=new g("cannot .spread() a non-array: "+a.classString(G))):L=I(W).apply(this._boundValue(),G):L=I(W).call(O,G);var k=q._popContext();Q=q._bitField,(Q&65536)===0&&(L===s?q._reject(G):L===A?q._rejectCallback(L.e,!1):(_.checkForgottenReturns(L,k,"",q,this),q._resolveCallback(L)))}},T.prototype._target=function(){for(var W=this;W._isFollowing();)W=W._followee();return W},T.prototype._followee=function(){return this._rejectionHandler0},T.prototype._setFollowee=function(W){this._rejectionHandler0=W},T.prototype._settlePromise=function(W,O,G,q){var Q=W instanceof T,L=this._bitField,k=(L&134217728)!==0;(L&65536)!==0?(Q&&W._invokeInternalOnCancel(),G instanceof U&&G.isFinallyHandler()?(G.cancelPromise=W,I(O).call(G,q)===A&&W._reject(A.e)):O===t?W._fulfill(t.call(G)):G instanceof c?G._promiseCancelled(W):Q||W instanceof d?W._cancel():G.cancel()):typeof O=="function"?Q?(k&&W._setAsyncGuaranteed(),this._settlePromiseFromHandler(O,G,q,W)):O.call(G,q,W):G instanceof c?G._isResolved()||((L&33554432)!==0?G._promiseFulfilled(q,W):G._promiseRejected(q,W)):Q&&(k&&W._setAsyncGuaranteed(),(L&33554432)!==0?W._fulfill(q):W._reject(q))},T.prototype._settlePromiseLateCancellationObserver=function(W){var O=W.handler,G=W.promise,q=W.receiver,Q=W.value;typeof O=="function"?G instanceof T?this._settlePromiseFromHandler(O,q,Q,G):O.call(q,Q,G):G instanceof T&&G._reject(Q)},T.prototype._settlePromiseCtx=function(W){this._settlePromise(W.promise,W.handler,W.receiver,W.value)},T.prototype._settlePromise0=function(W,O,G){var q=this._promise0,Q=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(q,W,Q,O)},T.prototype._clearCallbackDataAtIndex=function(W){var O=W*4-4;this[O+2]=this[O+3]=this[O+0]=this[O+1]=void 0},T.prototype._fulfill=function(W){var O=this._bitField;if(!((O&117506048)>>>16)){if(W===this){var G=n();return this._attachExtraTrace(G),this._reject(G)}this._setFulfilled(),this._rejectionHandler0=W,(O&65535)>0&&((O&134217728)!==0?this._settlePromises():b.settlePromises(this))}},T.prototype._reject=function(W){var O=this._bitField;if(!((O&117506048)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=W,this._isFinal())return b.fatalError(W,a.isNode);(O&65535)>0?b.settlePromises(this):this._ensurePossibleRejectionHandled()}},T.prototype._fulfillPromises=function(W,O){for(var G=1;G<W;G++){var q=this._fulfillmentHandlerAt(G),Q=this._promiseAt(G),L=this._receiverAt(G);this._clearCallbackDataAtIndex(G),this._settlePromise(Q,q,L,O)}},T.prototype._rejectPromises=function(W,O){for(var G=1;G<W;G++){var q=this._rejectionHandlerAt(G),Q=this._promiseAt(G),L=this._receiverAt(G);this._clearCallbackDataAtIndex(G),this._settlePromise(Q,q,L,O)}},T.prototype._settlePromises=function(){var W=this._bitField,O=W&65535;if(O>0){if((W&16842752)!==0){var G=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,G,W),this._rejectPromises(O,G)}else{var q=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,q,W),this._fulfillPromises(O,q)}this._setLength(0)}this._clearCancellationData()},T.prototype._settledValue=function(){var W=this._bitField;if((W&33554432)!==0)return this._rejectionHandler0;if((W&16777216)!==0)return this._fulfillmentHandler0};function R(W){this.promise._resolveCallback(W)}function x(W){this.promise._rejectCallback(W,!1)}T.defer=T.pending=function(){_.deprecated("Promise.defer","new Promise");var W=new T(y);return{promise:W,resolve:R,reject:x}},a.notEnumerableProp(T,"_makeSelfResolutionError",n),dd()(T,y,p,r,_),ld()(T,y,p,_),fd()(T,d,r,_),hd()(T),pd()(T),gd()(T,d,p,y,b,o),T.Promise=T,T.version="3.4.7",md()(T,d,r,p,y,_),bd()(T),yd()(T,r,p,w,y,_),Dd()(T,y,_),vd()(T,r,y,p,c,_),xd()(T),_d()(T,y),Ud()(T,d,p,r),Td()(T,y,p,r),wd()(T,d,r,p,y,_),Ed()(T,d,_),Ad()(T,d,r),Fd()(T,y),Cd()(T,y),Sd()(T),a.toFastProperties(T),a.toFastProperties(T.prototype);function z(W){var O=new T(y);O._fulfillmentHandler0=W,O._rejectionHandler0=W,O._promise0=W,O._receiver0=W}return z({a:1}),z({b:2}),z({c:3}),z(1),z(function(){}),z(void 0),z(!1),z(new T(y)),_.setBounds(l.firstLineError,a.lastLineError),T}}(Dr)),Dr.exports}var uo;function mn(){if(uo)return He;uo=1;var e=Be,n=Bd()();He.defer=t,He.when=n.resolve,He.resolve=n.resolve,He.all=n.all,He.props=n.props,He.reject=n.reject,He.promisify=n.promisify,He.mapSeries=n.mapSeries,He.attempt=n.attempt,He.nfcall=function(r){var c=Array.prototype.slice.call(arguments,1),i=n.promisify(r);return i.apply(null,c)},n.prototype.fail=n.prototype.caught,n.prototype.also=function(r){return this.then(function(c){var i=e.extend({},c,r(c));return n.props(i)})};function t(){var r,c,i=new n.Promise(function(a,o){r=a,c=o});return{resolve:r,reject:c,promise:i}}return He}var we={},so;function Sn(){if(so)return we;so=1;var e=Be,n=we.types={document:"document",paragraph:"paragraph",run:"run",text:"text",tab:"tab",checkbox:"checkbox",hyperlink:"hyperlink",noteReference:"noteReference",image:"image",note:"note",commentReference:"commentReference",comment:"comment",table:"table",tableRow:"tableRow",tableCell:"tableCell",break:"break",bookmarkStart:"bookmarkStart"};function t(U,E){return E=E||{},{type:n.document,children:U,notes:E.notes||new m({}),comments:E.comments||[]}}function r(U,E){E=E||{};var S=E.indent||{};return{type:n.paragraph,children:U,styleId:E.styleId||null,styleName:E.styleName||null,numbering:E.numbering||null,alignment:E.alignment||null,indent:{start:S.start||null,end:S.end||null,firstLine:S.firstLine||null,hanging:S.hanging||null}}}function c(U,E){return E=E||{},{type:n.run,children:U,styleId:E.styleId||null,styleName:E.styleName||null,isBold:!!E.isBold,isUnderline:!!E.isUnderline,isItalic:!!E.isItalic,isStrikethrough:!!E.isStrikethrough,isAllCaps:!!E.isAllCaps,isSmallCaps:!!E.isSmallCaps,verticalAlignment:E.verticalAlignment||i.baseline,font:E.font||null,fontSize:E.fontSize||null,highlight:E.highlight||null}}var i={baseline:"baseline",superscript:"superscript",subscript:"subscript"};function a(U){return{type:n.text,value:U}}function o(){return{type:n.tab}}function u(U){return{type:n.checkbox,checked:U.checked}}function l(U,E){return{type:n.hyperlink,children:U,href:E.href,anchor:E.anchor,targetFrame:E.targetFrame}}function b(U){return{type:n.noteReference,noteType:U.noteType,noteId:U.noteId}}function m(U){this._notes=e.indexBy(U,function(E){return f(E.noteType,E.noteId)})}m.prototype.resolve=function(U){return this.findNoteByKey(f(U.noteType,U.noteId))},m.prototype.findNoteByKey=function(U){return this._notes[U]||null};function g(U){return{type:n.note,noteType:U.noteType,noteId:U.noteId,body:U.body}}function h(U){return{type:n.commentReference,commentId:U.commentId}}function y(U){return{type:n.comment,commentId:U.commentId,body:U.body,authorName:U.authorName,authorInitials:U.authorInitials}}function f(U,E){return U+"-"+E}function s(U){return{type:n.image,read:function(E){return E?U.readImage(E):U.readImage().then(function(S){return Buffer.from(S)})},readAsArrayBuffer:function(){return U.readImage()},readAsBase64String:function(){return U.readImage("base64")},readAsBuffer:function(){return U.readImage().then(function(E){return Buffer.from(E)})},altText:U.altText,contentType:U.contentType}}function p(U,E){return E=E||{},{type:n.table,children:U,styleId:E.styleId||null,styleName:E.styleName||null}}function d(U,E){return E=E||{},{type:n.tableRow,children:U,isHeader:E.isHeader||!1}}function D(U,E){return E=E||{},{type:n.tableCell,children:U,colSpan:E.colSpan==null?1:E.colSpan,rowSpan:E.rowSpan==null?1:E.rowSpan}}function w(U){return{type:n.break,breakType:U}}function _(U){return{type:n.bookmarkStart,name:U.name}}return we.document=we.Document=t,we.paragraph=we.Paragraph=r,we.run=we.Run=c,we.text=we.Text=a,we.tab=we.Tab=o,we.checkbox=we.Checkbox=u,we.Hyperlink=l,we.noteReference=we.NoteReference=b,we.Notes=m,we.Note=g,we.commentReference=h,we.comment=y,we.Image=s,we.Table=p,we.TableRow=d,we.TableCell=D,we.lineBreak=w("line"),we.pageBreak=w("page"),we.columnBreak=w("column"),we.BookmarkStart=_,we.verticalAlignment=i,we}var kn={},lo;function on(){if(lo)return kn;lo=1;var e=Be;kn.Result=n,kn.success=t,kn.warning=r,kn.error=c;function n(u,l){this.value=u,this.messages=l||[]}n.prototype.map=function(u){return new n(u(this.value),this.messages)},n.prototype.flatMap=function(u){var l=u(this.value);return new n(l.value,i([this,l]))},n.prototype.flatMapThen=function(u){var l=this;return u(this.value).then(function(b){return new n(b.value,i([l,b]))})},n.combine=function(u){var l=e.flatten(e.pluck(u,"value")),b=i(u);return new n(l,b)};function t(u){return new n(u,[])}function r(u){return{type:"warning",message:u}}function c(u){return{type:"error",message:u.message,error:u}}function i(u){var l=[];return e.flatten(e.pluck(u,"messages"),!0).forEach(function(b){a(l,b)||l.push(b)}),l}function a(u,l){return e.find(u,o.bind(null,l))!==void 0}function o(u,l){return u.type===l.type&&u.message===l.message}return kn}var jn={},Xn={},fo;function kd(){if(fo)return Xn;fo=1,Xn.byteLength=o,Xn.toByteArray=l,Xn.fromByteArray=g;for(var e=[],n=[],t=typeof Uint8Array<"u"?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=0,i=r.length;c<i;++c)e[c]=r[c],n[r.charCodeAt(c)]=c;n[45]=62,n[95]=63;function a(h){var y=h.length;if(y%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var f=h.indexOf("=");f===-1&&(f=y);var s=f===y?0:4-f%4;return[f,s]}function o(h){var y=a(h),f=y[0],s=y[1];return(f+s)*3/4-s}function u(h,y,f){return(y+f)*3/4-f}function l(h){var y,f=a(h),s=f[0],p=f[1],d=new t(u(h,s,p)),D=0,w=p>0?s-4:s,_;for(_=0;_<w;_+=4)y=n[h.charCodeAt(_)]<<18|n[h.charCodeAt(_+1)]<<12|n[h.charCodeAt(_+2)]<<6|n[h.charCodeAt(_+3)],d[D++]=y>>16&255,d[D++]=y>>8&255,d[D++]=y&255;return p===2&&(y=n[h.charCodeAt(_)]<<2|n[h.charCodeAt(_+1)]>>4,d[D++]=y&255),p===1&&(y=n[h.charCodeAt(_)]<<10|n[h.charCodeAt(_+1)]<<4|n[h.charCodeAt(_+2)]>>2,d[D++]=y>>8&255,d[D++]=y&255),d}function b(h){return e[h>>18&63]+e[h>>12&63]+e[h>>6&63]+e[h&63]}function m(h,y,f){for(var s,p=[],d=y;d<f;d+=3)s=(h[d]<<16&16711680)+(h[d+1]<<8&65280)+(h[d+2]&255),p.push(b(s));return p.join("")}function g(h){for(var y,f=h.length,s=f%3,p=[],d=16383,D=0,w=f-s;D<w;D+=d)p.push(m(h,D,D+d>w?w:D+d));return s===1?(y=h[f-1],p.push(e[y>>2]+e[y<<4&63]+"==")):s===2&&(y=(h[f-2]<<8)+h[f-1],p.push(e[y>>10]+e[y>>4&63]+e[y<<2&63]+"=")),p.join("")}return Xn}function dt(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Kr={exports:{}};/*!
|
|
191
|
+
`)}function T(R){this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,R!==y&&($(this,R),this._resolveFromExecutor(R)),this._promiseCreated(),this._fireEvent("promiseCreated",this)}T.prototype.toString=function(){return"[object Promise]"},T.prototype.caught=T.prototype.catch=function(R){var N=arguments.length;if(N>1){var G=new Array(N-1),P=0,Q;for(Q=0;Q<N-1;++Q){var L=arguments[Q];if(o.isObject(L))G[P++]=L;else return r("expecting an object but got A catch statement predicate "+o.classString(L))}return G.length=P,R=arguments[Q],this.then(void 0,E(G,R,this))}return this.then(void 0,R)},T.prototype.reflect=function(){return this._then(t,t,void 0,this,void 0)},T.prototype.then=function(R,N){if(_.warnings()&&arguments.length>0&&typeof R!="function"&&typeof N!="function"){var G=".then() only accepts functions but was passed: "+o.classString(R);arguments.length>1&&(G+=", "+o.classString(N)),this._warn(G)}return this._then(R,N,void 0,void 0,void 0)},T.prototype.done=function(R,N){var G=this._then(R,N,void 0,void 0,void 0);G._setIsFinal()},T.prototype.spread=function(R){return typeof R!="function"?r("expecting a function but got "+o.classString(R)):this.all()._then(R,void 0,void 0,f,void 0)},T.prototype.toJSON=function(){var R={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(R.fulfillmentValue=this.value(),R.isFulfilled=!0):this.isRejected()&&(R.rejectionReason=this.reason(),R.isRejected=!0),R},T.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new d(this).promise()},T.prototype.error=function(R){return this.caught(o.originatesFromRejection,R)},T.getNewLibraryCopy=e.exports,T.is=function(R){return R instanceof T},T.fromNode=T.fromCallback=function(R){var N=new T(y);N._captureStackTrace();var G=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,P=I(R)(S(N,G));return P===A&&N._rejectCallback(P.e,!0),N._isFateSealed()||N._setAsyncGuaranteed(),N},T.all=function(R){return new d(R).promise()},T.cast=function(R){var N=p(R);return N instanceof T||(N=new T(y),N._captureStackTrace(),N._setFulfilled(),N._rejectionHandler0=R),N},T.resolve=T.fulfilled=T.cast,T.reject=T.rejected=function(R){var N=new T(y);return N._captureStackTrace(),N._rejectCallback(R,!0),N},T.setScheduler=function(R){if(typeof R!="function")throw new m("expecting a function but got "+o.classString(R));return b.setScheduler(R)},T.prototype._then=function(R,N,G,P,Q){var L=Q!==void 0,k=L?Q:new T(y),re=this._target(),ae=re._bitField;L||(k._propagateFrom(this,3),k._captureStackTrace(),P===void 0&&(this._bitField&2097152)!==0&&((ae&50397184)!==0?P=this._boundValue():P=re===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,k));var ee=a();if((ae&50397184)!==0){var ce,he,de=re._settlePromiseCtx;(ae&33554432)!==0?(he=re._rejectionHandler0,ce=R):(ae&16777216)!==0?(he=re._fulfillmentHandler0,ce=N,re._unsetRejectionIsUnhandled()):(de=re._settlePromiseLateCancellationObserver,he=new l("late cancellation observer"),re._attachExtraTrace(he),ce=N),b.invoke(de,re,{handler:ee===null?ce:typeof ce=="function"&&o.domainBind(ee,ce),promise:k,receiver:P,value:he})}else re._addCallbacks(R,N,k,P,ee);return k},T.prototype._length=function(){return this._bitField&65535},T.prototype._isFateSealed=function(){return(this._bitField&117506048)!==0},T.prototype._isFollowing=function(){return(this._bitField&67108864)===67108864},T.prototype._setLength=function(R){this._bitField=this._bitField&-65536|R&65535},T.prototype._setFulfilled=function(){this._bitField=this._bitField|33554432,this._fireEvent("promiseFulfilled",this)},T.prototype._setRejected=function(){this._bitField=this._bitField|16777216,this._fireEvent("promiseRejected",this)},T.prototype._setFollowing=function(){this._bitField=this._bitField|67108864,this._fireEvent("promiseResolved",this)},T.prototype._setIsFinal=function(){this._bitField=this._bitField|4194304},T.prototype._isFinal=function(){return(this._bitField&4194304)>0},T.prototype._unsetCancelled=function(){this._bitField=this._bitField&-65537},T.prototype._setCancelled=function(){this._bitField=this._bitField|65536,this._fireEvent("promiseCancelled",this)},T.prototype._setWillBeCancelled=function(){this._bitField=this._bitField|8388608},T.prototype._setAsyncGuaranteed=function(){b.hasCustomScheduler()||(this._bitField=this._bitField|134217728)},T.prototype._receiverAt=function(R){var N=R===0?this._receiver0:this[R*4-4+3];if(N!==i)return N===void 0&&this._isBound()?this._boundValue():N},T.prototype._promiseAt=function(R){return this[R*4-4+2]},T.prototype._fulfillmentHandlerAt=function(R){return this[R*4-4+0]},T.prototype._rejectionHandlerAt=function(R){return this[R*4-4+1]},T.prototype._boundValue=function(){},T.prototype._migrateCallback0=function(R){R._bitField;var N=R._fulfillmentHandler0,G=R._rejectionHandler0,P=R._promise0,Q=R._receiverAt(0);Q===void 0&&(Q=i),this._addCallbacks(N,G,P,Q,null)},T.prototype._migrateCallbackAt=function(R,N){var G=R._fulfillmentHandlerAt(N),P=R._rejectionHandlerAt(N),Q=R._promiseAt(N),L=R._receiverAt(N);L===void 0&&(L=i),this._addCallbacks(G,P,Q,L,null)},T.prototype._addCallbacks=function(R,N,G,P,Q){var L=this._length();if(L>=65531&&(L=0,this._setLength(0)),L===0)this._promise0=G,this._receiver0=P,typeof R=="function"&&(this._fulfillmentHandler0=Q===null?R:o.domainBind(Q,R)),typeof N=="function"&&(this._rejectionHandler0=Q===null?N:o.domainBind(Q,N));else{var k=L*4-4;this[k+2]=G,this[k+3]=P,typeof R=="function"&&(this[k+0]=Q===null?R:o.domainBind(Q,R)),typeof N=="function"&&(this[k+1]=Q===null?N:o.domainBind(Q,N))}return this._setLength(L+1),L},T.prototype._proxy=function(R,N){this._addCallbacks(void 0,void 0,N,R,null)},T.prototype._resolveCallback=function(R,N){if((this._bitField&117506048)===0){if(R===this)return this._rejectCallback(n(),!1);var G=p(R,this);if(!(G instanceof T))return this._fulfill(R);N&&this._propagateFrom(G,2);var P=G._target();if(P===this){this._reject(n());return}var Q=P._bitField;if((Q&50397184)===0){var L=this._length();L>0&&P._migrateCallback0(this);for(var k=1;k<L;++k)P._migrateCallbackAt(this,k);this._setFollowing(),this._setLength(0),this._setFollowee(P)}else if((Q&33554432)!==0)this._fulfill(P._value());else if((Q&16777216)!==0)this._reject(P._reason());else{var re=new l("late cancellation observer");P._attachExtraTrace(re),this._reject(re)}}},T.prototype._rejectCallback=function(R,N,G){var P=o.ensureErrorObject(R),Q=P===R;if(!Q&&!G&&_.warnings()){var L="a promise was rejected with a non-error: "+o.classString(R);this._warn(L,!0)}this._attachExtraTrace(P,N?Q:!1),this._reject(R)},T.prototype._resolveFromExecutor=function(R){var N=this;this._captureStackTrace(),this._pushContext();var G=!0,P=this._execute(R,function(Q){N._resolveCallback(Q)},function(Q){N._rejectCallback(Q,G)});G=!1,this._popContext(),P!==void 0&&N._rejectCallback(P,!0)},T.prototype._settlePromiseFromHandler=function(R,N,G,P){var Q=P._bitField;if((Q&65536)===0){P._pushContext();var L;N===f?!G||typeof G.length!="number"?(L=A,L.e=new m("cannot .spread() a non-array: "+o.classString(G))):L=I(R).apply(this._boundValue(),G):L=I(R).call(N,G);var k=P._popContext();Q=P._bitField,(Q&65536)===0&&(L===s?P._reject(G):L===A?P._rejectCallback(L.e,!1):(_.checkForgottenReturns(L,k,"",P,this),P._resolveCallback(L)))}},T.prototype._target=function(){for(var R=this;R._isFollowing();)R=R._followee();return R},T.prototype._followee=function(){return this._rejectionHandler0},T.prototype._setFollowee=function(R){this._rejectionHandler0=R},T.prototype._settlePromise=function(R,N,G,P){var Q=R instanceof T,L=this._bitField,k=(L&134217728)!==0;(L&65536)!==0?(Q&&R._invokeInternalOnCancel(),G instanceof U&&G.isFinallyHandler()?(G.cancelPromise=R,I(N).call(G,P)===A&&R._reject(A.e)):N===t?R._fulfill(t.call(G)):G instanceof c?G._promiseCancelled(R):Q||R instanceof d?R._cancel():G.cancel()):typeof N=="function"?Q?(k&&R._setAsyncGuaranteed(),this._settlePromiseFromHandler(N,G,P,R)):N.call(G,P,R):G instanceof c?G._isResolved()||((L&33554432)!==0?G._promiseFulfilled(P,R):G._promiseRejected(P,R)):Q&&(k&&R._setAsyncGuaranteed(),(L&33554432)!==0?R._fulfill(P):R._reject(P))},T.prototype._settlePromiseLateCancellationObserver=function(R){var N=R.handler,G=R.promise,P=R.receiver,Q=R.value;typeof N=="function"?G instanceof T?this._settlePromiseFromHandler(N,P,Q,G):N.call(P,Q,G):G instanceof T&&G._reject(Q)},T.prototype._settlePromiseCtx=function(R){this._settlePromise(R.promise,R.handler,R.receiver,R.value)},T.prototype._settlePromise0=function(R,N,G){var P=this._promise0,Q=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(P,R,Q,N)},T.prototype._clearCallbackDataAtIndex=function(R){var N=R*4-4;this[N+2]=this[N+3]=this[N+0]=this[N+1]=void 0},T.prototype._fulfill=function(R){var N=this._bitField;if(!((N&117506048)>>>16)){if(R===this){var G=n();return this._attachExtraTrace(G),this._reject(G)}this._setFulfilled(),this._rejectionHandler0=R,(N&65535)>0&&((N&134217728)!==0?this._settlePromises():b.settlePromises(this))}},T.prototype._reject=function(R){var N=this._bitField;if(!((N&117506048)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=R,this._isFinal())return b.fatalError(R,o.isNode);(N&65535)>0?b.settlePromises(this):this._ensurePossibleRejectionHandled()}},T.prototype._fulfillPromises=function(R,N){for(var G=1;G<R;G++){var P=this._fulfillmentHandlerAt(G),Q=this._promiseAt(G),L=this._receiverAt(G);this._clearCallbackDataAtIndex(G),this._settlePromise(Q,P,L,N)}},T.prototype._rejectPromises=function(R,N){for(var G=1;G<R;G++){var P=this._rejectionHandlerAt(G),Q=this._promiseAt(G),L=this._receiverAt(G);this._clearCallbackDataAtIndex(G),this._settlePromise(Q,P,L,N)}},T.prototype._settlePromises=function(){var R=this._bitField,N=R&65535;if(N>0){if((R&16842752)!==0){var G=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,G,R),this._rejectPromises(N,G)}else{var P=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,P,R),this._fulfillPromises(N,P)}this._setLength(0)}this._clearCancellationData()},T.prototype._settledValue=function(){var R=this._bitField;if((R&33554432)!==0)return this._rejectionHandler0;if((R&16777216)!==0)return this._fulfillmentHandler0};function W(R){this.promise._resolveCallback(R)}function x(R){this.promise._rejectCallback(R,!1)}T.defer=T.pending=function(){_.deprecated("Promise.defer","new Promise");var R=new T(y);return{promise:R,resolve:W,reject:x}},o.notEnumerableProp(T,"_makeSelfResolutionError",n),ld()(T,y,p,r,_),fd()(T,y,p,_),hd()(T,d,r,_),pd()(T),gd()(T),md()(T,d,p,y,b,a),T.Promise=T,T.version="3.4.7",bd()(T,d,r,p,y,_),yd()(T),Dd()(T,r,p,w,y,_),vd()(T,y,_),xd()(T,r,y,p,c,_),_d()(T),Ud()(T,y),Td()(T,d,p,r),wd()(T,y,p,r),Ed()(T,d,r,p,y,_),Ad()(T,d,_),Cd()(T,d,r),Fd()(T,y),Sd()(T,y),Bd()(T),o.toFastProperties(T),o.toFastProperties(T.prototype);function q(R){var N=new T(y);N._fulfillmentHandler0=R,N._rejectionHandler0=R,N._promise0=R,N._receiver0=R}return q({a:1}),q({b:2}),q({c:3}),q(1),q(function(){}),q(void 0),q(!1),q(new T(y)),_.setBounds(h.firstLineError,o.lastLineError),T}})(vr)),vr.exports}var so;function bn(){if(so)return Ge;so=1;var e=ke,n=kd()();Ge.defer=t,Ge.when=n.resolve,Ge.resolve=n.resolve,Ge.all=n.all,Ge.props=n.props,Ge.reject=n.reject,Ge.promisify=n.promisify,Ge.mapSeries=n.mapSeries,Ge.attempt=n.attempt,Ge.nfcall=function(r){var c=Array.prototype.slice.call(arguments,1),i=n.promisify(r);return i.apply(null,c)},n.prototype.fail=n.prototype.caught,n.prototype.also=function(r){return this.then(function(c){var i=e.extend({},c,r(c));return n.props(i)})};function t(){var r,c,i=new n.Promise(function(o,a){r=o,c=a});return{resolve:r,reject:c,promise:i}}return Ge}var Ee={},lo;function Bn(){if(lo)return Ee;lo=1;var e=ke,n=Ee.types={document:"document",paragraph:"paragraph",run:"run",text:"text",tab:"tab",checkbox:"checkbox",hyperlink:"hyperlink",noteReference:"noteReference",image:"image",note:"note",commentReference:"commentReference",comment:"comment",table:"table",tableRow:"tableRow",tableCell:"tableCell",break:"break",bookmarkStart:"bookmarkStart"};function t(U,E){return E=E||{},{type:n.document,children:U,notes:E.notes||new g({}),comments:E.comments||[]}}function r(U,E){E=E||{};var S=E.indent||{};return{type:n.paragraph,children:U,styleId:E.styleId||null,styleName:E.styleName||null,numbering:E.numbering||null,alignment:E.alignment||null,indent:{start:S.start||null,end:S.end||null,firstLine:S.firstLine||null,hanging:S.hanging||null}}}function c(U,E){return E=E||{},{type:n.run,children:U,styleId:E.styleId||null,styleName:E.styleName||null,isBold:!!E.isBold,isUnderline:!!E.isUnderline,isItalic:!!E.isItalic,isStrikethrough:!!E.isStrikethrough,isAllCaps:!!E.isAllCaps,isSmallCaps:!!E.isSmallCaps,verticalAlignment:E.verticalAlignment||i.baseline,font:E.font||null,fontSize:E.fontSize||null,highlight:E.highlight||null}}var i={baseline:"baseline",superscript:"superscript",subscript:"subscript"};function o(U){return{type:n.text,value:U}}function a(){return{type:n.tab}}function u(U){return{type:n.checkbox,checked:U.checked}}function h(U,E){return{type:n.hyperlink,children:U,href:E.href,anchor:E.anchor,targetFrame:E.targetFrame}}function b(U){return{type:n.noteReference,noteType:U.noteType,noteId:U.noteId}}function g(U){this._notes=e.indexBy(U,function(E){return f(E.noteType,E.noteId)})}g.prototype.resolve=function(U){return this.findNoteByKey(f(U.noteType,U.noteId))},g.prototype.findNoteByKey=function(U){return this._notes[U]||null};function m(U){return{type:n.note,noteType:U.noteType,noteId:U.noteId,body:U.body}}function l(U){return{type:n.commentReference,commentId:U.commentId}}function y(U){return{type:n.comment,commentId:U.commentId,body:U.body,authorName:U.authorName,authorInitials:U.authorInitials}}function f(U,E){return U+"-"+E}function s(U){return{type:n.image,read:function(E){return E?U.readImage(E):U.readImage().then(function(S){return Buffer.from(S)})},readAsArrayBuffer:function(){return U.readImage()},readAsBase64String:function(){return U.readImage("base64")},readAsBuffer:function(){return U.readImage().then(function(E){return Buffer.from(E)})},altText:U.altText,contentType:U.contentType}}function p(U,E){return E=E||{},{type:n.table,children:U,styleId:E.styleId||null,styleName:E.styleName||null}}function d(U,E){return E=E||{},{type:n.tableRow,children:U,isHeader:E.isHeader||!1}}function D(U,E){return E=E||{},{type:n.tableCell,children:U,colSpan:E.colSpan==null?1:E.colSpan,rowSpan:E.rowSpan==null?1:E.rowSpan}}function w(U){return{type:n.break,breakType:U}}function _(U){return{type:n.bookmarkStart,name:U.name}}return Ee.document=Ee.Document=t,Ee.paragraph=Ee.Paragraph=r,Ee.run=Ee.Run=c,Ee.text=Ee.Text=o,Ee.tab=Ee.Tab=a,Ee.checkbox=Ee.Checkbox=u,Ee.Hyperlink=h,Ee.noteReference=Ee.NoteReference=b,Ee.Notes=g,Ee.Note=m,Ee.commentReference=l,Ee.comment=y,Ee.Image=s,Ee.Table=p,Ee.TableRow=d,Ee.TableCell=D,Ee.lineBreak=w("line"),Ee.pageBreak=w("page"),Ee.columnBreak=w("column"),Ee.BookmarkStart=_,Ee.verticalAlignment=i,Ee}var Wn={},fo;function cn(){if(fo)return Wn;fo=1;var e=ke;Wn.Result=n,Wn.success=t,Wn.warning=r,Wn.error=c;function n(u,h){this.value=u,this.messages=h||[]}n.prototype.map=function(u){return new n(u(this.value),this.messages)},n.prototype.flatMap=function(u){var h=u(this.value);return new n(h.value,i([this,h]))},n.prototype.flatMapThen=function(u){var h=this;return u(this.value).then(function(b){return new n(b.value,i([h,b]))})},n.combine=function(u){var h=e.flatten(e.pluck(u,"value")),b=i(u);return new n(h,b)};function t(u){return new n(u,[])}function r(u){return{type:"warning",message:u}}function c(u){return{type:"error",message:u.message,error:u}}function i(u){var h=[];return e.flatten(e.pluck(u,"messages"),!0).forEach(function(b){o(h,b)||h.push(b)}),h}function o(u,h){return e.find(u,a.bind(null,h))!==void 0}function a(u,h){return u.type===h.type&&u.message===h.message}return Wn}var Xn={},Vn={},ho;function Wd(){if(ho)return Vn;ho=1,Vn.byteLength=a,Vn.toByteArray=h,Vn.fromByteArray=m;for(var e=[],n=[],t=typeof Uint8Array<"u"?Uint8Array:Array,r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",c=0,i=r.length;c<i;++c)e[c]=r[c],n[r.charCodeAt(c)]=c;n[45]=62,n[95]=63;function o(l){var y=l.length;if(y%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var f=l.indexOf("=");f===-1&&(f=y);var s=f===y?0:4-f%4;return[f,s]}function a(l){var y=o(l),f=y[0],s=y[1];return(f+s)*3/4-s}function u(l,y,f){return(y+f)*3/4-f}function h(l){var y,f=o(l),s=f[0],p=f[1],d=new t(u(l,s,p)),D=0,w=p>0?s-4:s,_;for(_=0;_<w;_+=4)y=n[l.charCodeAt(_)]<<18|n[l.charCodeAt(_+1)]<<12|n[l.charCodeAt(_+2)]<<6|n[l.charCodeAt(_+3)],d[D++]=y>>16&255,d[D++]=y>>8&255,d[D++]=y&255;return p===2&&(y=n[l.charCodeAt(_)]<<2|n[l.charCodeAt(_+1)]>>4,d[D++]=y&255),p===1&&(y=n[l.charCodeAt(_)]<<10|n[l.charCodeAt(_+1)]<<4|n[l.charCodeAt(_+2)]>>2,d[D++]=y>>8&255,d[D++]=y&255),d}function b(l){return e[l>>18&63]+e[l>>12&63]+e[l>>6&63]+e[l&63]}function g(l,y,f){for(var s,p=[],d=y;d<f;d+=3)s=(l[d]<<16&16711680)+(l[d+1]<<8&65280)+(l[d+2]&255),p.push(b(s));return p.join("")}function m(l){for(var y,f=l.length,s=f%3,p=[],d=16383,D=0,w=f-s;D<w;D+=d)p.push(g(l,D,D+d>w?w:D+d));return s===1?(y=l[f-1],p.push(e[y>>2]+e[y<<4&63]+"==")):s===2&&(y=(l[f-2]<<8)+l[f-1],p.push(e[y>>10]+e[y>>4&63]+e[y<<2&63]+"=")),p.join("")}return Vn}function lt(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Qr={exports:{}};/*!
|
|
192
192
|
|
|
193
193
|
JSZip v3.10.1 - A JavaScript class for generating and reading zip files
|
|
194
194
|
<http://stuartk.com/jszip>
|
|
@@ -198,34 +198,34 @@ Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/js
|
|
|
198
198
|
|
|
199
199
|
JSZip uses the library pako released under the MIT license :
|
|
200
200
|
https://github.com/nodeca/pako/blob/main/LICENSE
|
|
201
|
-
*/var
|
|
202
|
-
\0`,ae+=i(L,2),ae+=U.magic,ae+=i(D,2),ae+=i(w,2),ae+=i(Q.crc32,4),ae+=i(Q.compressedSize,4),ae+=i(Q.uncompressedSize,4),ae+=i(S.length,2),ae+=i(z.length,2),{fileRecord:m.LOCAL_FILE_HEADER+ae+S+z,dirRecord:m.CENTRAL_FILE_HEADER+i(re,2)+ae+i(Z.length,2)+"\0\0\0\0"+i(k,4)+i(s,4)+S+z+Z}}var o=t("../utils"),u=t("../stream/GenericWorker"),l=t("../utf8"),b=t("../crc32"),m=t("../signature");function g(h,y,f,s){u.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=y,this.zipPlatform=f,this.encodeFileName=s,this.streamFiles=h,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}o.inherits(g,u),g.prototype.push=function(h){var y=h.meta.percent||0,f=this.entriesCount,s=this._sources.length;this.accumulate?this.contentBuffer.push(h):(this.bytesWritten+=h.data.length,u.prototype.push.call(this,{data:h.data,meta:{currentFile:this.currentFile,percent:f?(y+100*(f-s-1))/f:100}}))},g.prototype.openedSource=function(h){this.currentSourceOffset=this.bytesWritten,this.currentFile=h.file.name;var y=this.streamFiles&&!h.file.dir;if(y){var f=a(h,y,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:f.fileRecord,meta:{percent:0}})}else this.accumulate=!0},g.prototype.closedSource=function(h){this.accumulate=!1;var y=this.streamFiles&&!h.file.dir,f=a(h,y,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(f.dirRecord),y)this.push({data:function(s){return m.DATA_DESCRIPTOR+i(s.crc32,4)+i(s.compressedSize,4)+i(s.uncompressedSize,4)}(h),meta:{percent:100}});else for(this.push({data:f.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},g.prototype.flush=function(){for(var h=this.bytesWritten,y=0;y<this.dirRecords.length;y++)this.push({data:this.dirRecords[y],meta:{percent:100}});var f=this.bytesWritten-h,s=function(p,d,D,w,_){var U=o.transformTo("string",_(w));return m.CENTRAL_DIRECTORY_END+"\0\0\0\0"+i(p,2)+i(p,2)+i(d,4)+i(D,4)+i(U.length,2)+U}(this.dirRecords.length,f,h,this.zipComment,this.encodeFileName);this.push({data:s,meta:{percent:100}})},g.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},g.prototype.registerPrevious=function(h){this._sources.push(h);var y=this;return h.on("data",function(f){y.processChunk(f)}),h.on("end",function(){y.closedSource(y.previous.streamInfo),y._sources.length?y.prepareNextSource():y.end()}),h.on("error",function(f){y.error(f)}),this},g.prototype.resume=function(){return!!u.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},g.prototype.error=function(h){var y=this._sources;if(!u.prototype.error.call(this,h))return!1;for(var f=0;f<y.length;f++)try{y[f].error(h)}catch{}return!0},g.prototype.lock=function(){u.prototype.lock.call(this);for(var h=this._sources,y=0;y<h.length;y++)h[y].lock()},r.exports=g},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(t,r,c){var i=t("../compressions"),a=t("./ZipFileWorker");c.generateWorker=function(o,u,l){var b=new a(u.streamFiles,l,u.platform,u.encodeFileName),m=0;try{o.forEach(function(g,h){m++;var y=function(d,D){var w=d||D,_=i[w];if(!_)throw new Error(w+" is not a valid compression method !");return _}(h.options.compression,u.compression),f=h.options.compressionOptions||u.compressionOptions||{},s=h.dir,p=h.date;h._compressWorker(y,f).withStreamInfo("file",{name:g,dir:s,date:p,comment:h.comment||"",unixPermissions:h.unixPermissions,dosPermissions:h.dosPermissions}).pipe(b)}),b.entriesCount=m}catch(g){b.error(g)}return b}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(t,r,c){function i(){if(!(this instanceof i))return new i;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var a=new i;for(var o in this)typeof this[o]!="function"&&(a[o]=this[o]);return a}}(i.prototype=t("./object")).loadAsync=t("./load"),i.support=t("./support"),i.defaults=t("./defaults"),i.version="3.10.1",i.loadAsync=function(a,o){return new i().loadAsync(a,o)},i.external=t("./external"),r.exports=i},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(t,r,c){var i=t("./utils"),a=t("./external"),o=t("./utf8"),u=t("./zipEntries"),l=t("./stream/Crc32Probe"),b=t("./nodejsUtils");function m(g){return new a.Promise(function(h,y){var f=g.decompressed.getContentWorker().pipe(new l);f.on("error",function(s){y(s)}).on("end",function(){f.streamInfo.crc32!==g.decompressed.crc32?y(new Error("Corrupted zip : CRC32 mismatch")):h()}).resume()})}r.exports=function(g,h){var y=this;return h=i.extend(h||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:o.utf8decode}),b.isNode&&b.isStream(g)?a.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):i.prepareContent("the loaded zip file",g,!0,h.optimizedBinaryString,h.base64).then(function(f){var s=new u(h);return s.load(f),s}).then(function(f){var s=[a.Promise.resolve(f)],p=f.files;if(h.checkCRC32)for(var d=0;d<p.length;d++)s.push(m(p[d]));return a.Promise.all(s)}).then(function(f){for(var s=f.shift(),p=s.files,d=0;d<p.length;d++){var D=p[d],w=D.fileNameStr,_=i.resolve(D.fileNameStr);y.file(_,D.decompressed,{binary:!0,optimizedBinaryString:!0,date:D.date,dir:D.dir,comment:D.fileCommentStr.length?D.fileCommentStr:null,unixPermissions:D.unixPermissions,dosPermissions:D.dosPermissions,createFolders:h.createFolders}),D.dir||(y.file(_).unsafeOriginalName=w)}return s.zipComment.length&&(y.comment=s.zipComment),y})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(t,r,c){var i=t("../utils"),a=t("../stream/GenericWorker");function o(u,l){a.call(this,"Nodejs stream input adapter for "+u),this._upstreamEnded=!1,this._bindStream(l)}i.inherits(o,a),o.prototype._bindStream=function(u){var l=this;(this._stream=u).pause(),u.on("data",function(b){l.push({data:b,meta:{percent:0}})}).on("error",function(b){l.isPaused?this.generatedError=b:l.error(b)}).on("end",function(){l.isPaused?l._upstreamEnded=!0:l.end()})},o.prototype.pause=function(){return!!a.prototype.pause.call(this)&&(this._stream.pause(),!0)},o.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},r.exports=o},{"../stream/GenericWorker":28,"../utils":32}],13:[function(t,r,c){var i=t("readable-stream").Readable;function a(o,u,l){i.call(this,u),this._helper=o;var b=this;o.on("data",function(m,g){b.push(m)||b._helper.pause(),l&&l(g)}).on("error",function(m){b.emit("error",m)}).on("end",function(){b.push(null)})}t("../utils").inherits(a,i),a.prototype._read=function(){this._helper.resume()},r.exports=a},{"../utils":32,"readable-stream":16}],14:[function(t,r,c){r.exports={isNode:typeof Buffer<"u",newBufferFrom:function(i,a){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(i,a);if(typeof i=="number")throw new Error('The "data" argument must not be a number');return new Buffer(i,a)},allocBuffer:function(i){if(Buffer.alloc)return Buffer.alloc(i);var a=new Buffer(i);return a.fill(0),a},isBuffer:function(i){return Buffer.isBuffer(i)},isStream:function(i){return i&&typeof i.on=="function"&&typeof i.pause=="function"&&typeof i.resume=="function"}}},{}],15:[function(t,r,c){function i(_,U,E){var S,A=o.getTypeOf(U),I=o.extend(E||{},b);I.date=I.date||new Date,I.compression!==null&&(I.compression=I.compression.toUpperCase()),typeof I.unixPermissions=="string"&&(I.unixPermissions=parseInt(I.unixPermissions,8)),I.unixPermissions&&16384&I.unixPermissions&&(I.dir=!0),I.dosPermissions&&16&I.dosPermissions&&(I.dir=!0),I.dir&&(_=p(_)),I.createFolders&&(S=s(_))&&d.call(this,S,!0);var Z=A==="string"&&I.binary===!1&&I.base64===!1;E&&E.binary!==void 0||(I.binary=!Z),(U instanceof m&&U.uncompressedSize===0||I.dir||!U||U.length===0)&&(I.base64=!1,I.binary=!0,U="",I.compression="STORE",A="string");var T=null;T=U instanceof m||U instanceof u?U:y.isNode&&y.isStream(U)?new f(_,U):o.prepareContent(_,U,I.binary,I.optimizedBinaryString,I.base64);var R=new g(_,T,I);this.files[_]=R}var a=t("./utf8"),o=t("./utils"),u=t("./stream/GenericWorker"),l=t("./stream/StreamHelper"),b=t("./defaults"),m=t("./compressedObject"),g=t("./zipObject"),h=t("./generate"),y=t("./nodejsUtils"),f=t("./nodejs/NodejsStreamInputAdapter"),s=function(_){_.slice(-1)==="/"&&(_=_.substring(0,_.length-1));var U=_.lastIndexOf("/");return 0<U?_.substring(0,U):""},p=function(_){return _.slice(-1)!=="/"&&(_+="/"),_},d=function(_,U){return U=U!==void 0?U:b.createFolders,_=p(_),this.files[_]||i.call(this,_,null,{dir:!0,createFolders:U}),this.files[_]};function D(_){return Object.prototype.toString.call(_)==="[object RegExp]"}var w={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(_){var U,E,S;for(U in this.files)S=this.files[U],(E=U.slice(this.root.length,U.length))&&U.slice(0,this.root.length)===this.root&&_(E,S)},filter:function(_){var U=[];return this.forEach(function(E,S){_(E,S)&&U.push(S)}),U},file:function(_,U,E){if(arguments.length!==1)return _=this.root+_,i.call(this,_,U,E),this;if(D(_)){var S=_;return this.filter(function(I,Z){return!Z.dir&&S.test(I)})}var A=this.files[this.root+_];return A&&!A.dir?A:null},folder:function(_){if(!_)return this;if(D(_))return this.filter(function(A,I){return I.dir&&_.test(A)});var U=this.root+_,E=d.call(this,U),S=this.clone();return S.root=E.name,S},remove:function(_){_=this.root+_;var U=this.files[_];if(U||(_.slice(-1)!=="/"&&(_+="/"),U=this.files[_]),U&&!U.dir)delete this.files[_];else for(var E=this.filter(function(A,I){return I.name.slice(0,_.length)===_}),S=0;S<E.length;S++)delete this.files[E[S].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(_){var U,E={};try{if((E=o.extend(_||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:a.utf8encode})).type=E.type.toLowerCase(),E.compression=E.compression.toUpperCase(),E.type==="binarystring"&&(E.type="string"),!E.type)throw new Error("No output type specified.");o.checkSupport(E.type),E.platform!=="darwin"&&E.platform!=="freebsd"&&E.platform!=="linux"&&E.platform!=="sunos"||(E.platform="UNIX"),E.platform==="win32"&&(E.platform="DOS");var S=E.comment||this.comment||"";U=h.generateWorker(this,E,S)}catch(A){(U=new u("error")).error(A)}return new l(U,E.type||"string",E.mimeType)},generateAsync:function(_,U){return this.generateInternalStream(_).accumulate(U)},generateNodeStream:function(_,U){return(_=_||{}).type||(_.type="nodebuffer"),this.generateInternalStream(_).toNodejsStream(U)}};r.exports=w},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(t,r,c){r.exports=t("stream")},{stream:void 0}],17:[function(t,r,c){var i=t("./DataReader");function a(o){i.call(this,o);for(var u=0;u<this.data.length;u++)o[u]=255&o[u]}t("../utils").inherits(a,i),a.prototype.byteAt=function(o){return this.data[this.zero+o]},a.prototype.lastIndexOfSignature=function(o){for(var u=o.charCodeAt(0),l=o.charCodeAt(1),b=o.charCodeAt(2),m=o.charCodeAt(3),g=this.length-4;0<=g;--g)if(this.data[g]===u&&this.data[g+1]===l&&this.data[g+2]===b&&this.data[g+3]===m)return g-this.zero;return-1},a.prototype.readAndCheckSignature=function(o){var u=o.charCodeAt(0),l=o.charCodeAt(1),b=o.charCodeAt(2),m=o.charCodeAt(3),g=this.readData(4);return u===g[0]&&l===g[1]&&b===g[2]&&m===g[3]},a.prototype.readData=function(o){if(this.checkOffset(o),o===0)return[];var u=this.data.slice(this.zero+this.index,this.zero+this.index+o);return this.index+=o,u},r.exports=a},{"../utils":32,"./DataReader":18}],18:[function(t,r,c){var i=t("../utils");function a(o){this.data=o,this.length=o.length,this.index=0,this.zero=0}a.prototype={checkOffset:function(o){this.checkIndex(this.index+o)},checkIndex:function(o){if(this.length<this.zero+o||o<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+o+"). Corrupted zip ?")},setIndex:function(o){this.checkIndex(o),this.index=o},skip:function(o){this.setIndex(this.index+o)},byteAt:function(){},readInt:function(o){var u,l=0;for(this.checkOffset(o),u=this.index+o-1;u>=this.index;u--)l=(l<<8)+this.byteAt(u);return this.index+=o,l},readString:function(o){return i.transformTo("string",this.readData(o))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var o=this.readInt(4);return new Date(Date.UTC(1980+(o>>25&127),(o>>21&15)-1,o>>16&31,o>>11&31,o>>5&63,(31&o)<<1))}},r.exports=a},{"../utils":32}],19:[function(t,r,c){var i=t("./Uint8ArrayReader");function a(o){i.call(this,o)}t("../utils").inherits(a,i),a.prototype.readData=function(o){this.checkOffset(o);var u=this.data.slice(this.zero+this.index,this.zero+this.index+o);return this.index+=o,u},r.exports=a},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(t,r,c){var i=t("./DataReader");function a(o){i.call(this,o)}t("../utils").inherits(a,i),a.prototype.byteAt=function(o){return this.data.charCodeAt(this.zero+o)},a.prototype.lastIndexOfSignature=function(o){return this.data.lastIndexOf(o)-this.zero},a.prototype.readAndCheckSignature=function(o){return o===this.readData(4)},a.prototype.readData=function(o){this.checkOffset(o);var u=this.data.slice(this.zero+this.index,this.zero+this.index+o);return this.index+=o,u},r.exports=a},{"../utils":32,"./DataReader":18}],21:[function(t,r,c){var i=t("./ArrayReader");function a(o){i.call(this,o)}t("../utils").inherits(a,i),a.prototype.readData=function(o){if(this.checkOffset(o),o===0)return new Uint8Array(0);var u=this.data.subarray(this.zero+this.index,this.zero+this.index+o);return this.index+=o,u},r.exports=a},{"../utils":32,"./ArrayReader":17}],22:[function(t,r,c){var i=t("../utils"),a=t("../support"),o=t("./ArrayReader"),u=t("./StringReader"),l=t("./NodeBufferReader"),b=t("./Uint8ArrayReader");r.exports=function(m){var g=i.getTypeOf(m);return i.checkSupport(g),g!=="string"||a.uint8array?g==="nodebuffer"?new l(m):a.uint8array?new b(i.transformTo("uint8array",m)):new o(i.transformTo("array",m)):new u(m)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(t,r,c){c.LOCAL_FILE_HEADER="PK",c.CENTRAL_FILE_HEADER="PK",c.CENTRAL_DIRECTORY_END="PK",c.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",c.ZIP64_CENTRAL_DIRECTORY_END="PK",c.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(t,r,c){var i=t("./GenericWorker"),a=t("../utils");function o(u){i.call(this,"ConvertWorker to "+u),this.destType=u}a.inherits(o,i),o.prototype.processChunk=function(u){this.push({data:a.transformTo(this.destType,u.data),meta:u.meta})},r.exports=o},{"../utils":32,"./GenericWorker":28}],25:[function(t,r,c){var i=t("./GenericWorker"),a=t("../crc32");function o(){i.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}t("../utils").inherits(o,i),o.prototype.processChunk=function(u){this.streamInfo.crc32=a(u.data,this.streamInfo.crc32||0),this.push(u)},r.exports=o},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(t,r,c){var i=t("../utils"),a=t("./GenericWorker");function o(u){a.call(this,"DataLengthProbe for "+u),this.propName=u,this.withStreamInfo(u,0)}i.inherits(o,a),o.prototype.processChunk=function(u){if(u){var l=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=l+u.data.length}a.prototype.processChunk.call(this,u)},r.exports=o},{"../utils":32,"./GenericWorker":28}],27:[function(t,r,c){var i=t("../utils"),a=t("./GenericWorker");function o(u){a.call(this,"DataWorker");var l=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,u.then(function(b){l.dataIsReady=!0,l.data=b,l.max=b&&b.length||0,l.type=i.getTypeOf(b),l.isPaused||l._tickAndRepeat()},function(b){l.error(b)})}i.inherits(o,a),o.prototype.cleanUp=function(){a.prototype.cleanUp.call(this),this.data=null},o.prototype.resume=function(){return!!a.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,i.delay(this._tickAndRepeat,[],this)),!0)},o.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(i.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},o.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var u=null,l=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":u=this.data.substring(this.index,l);break;case"uint8array":u=this.data.subarray(this.index,l);break;case"array":case"nodebuffer":u=this.data.slice(this.index,l)}return this.index=l,this.push({data:u,meta:{percent:this.max?this.index/this.max*100:0}})},r.exports=o},{"../utils":32,"./GenericWorker":28}],28:[function(t,r,c){function i(a){this.name=a||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}i.prototype={push:function(a){this.emit("data",a)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(a){this.emit("error",a)}return!0},error:function(a){return!this.isFinished&&(this.isPaused?this.generatedError=a:(this.isFinished=!0,this.emit("error",a),this.previous&&this.previous.error(a),this.cleanUp()),!0)},on:function(a,o){return this._listeners[a].push(o),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(a,o){if(this._listeners[a])for(var u=0;u<this._listeners[a].length;u++)this._listeners[a][u].call(this,o)},pipe:function(a){return a.registerPrevious(this)},registerPrevious:function(a){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=a.streamInfo,this.mergeStreamInfo(),this.previous=a;var o=this;return a.on("data",function(u){o.processChunk(u)}),a.on("end",function(){o.end()}),a.on("error",function(u){o.error(u)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var a=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),a=!0),this.previous&&this.previous.resume(),!a},flush:function(){},processChunk:function(a){this.push(a)},withStreamInfo:function(a,o){return this.extraStreamInfo[a]=o,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var a in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,a)&&(this.streamInfo[a]=this.extraStreamInfo[a])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var a="Worker "+this.name;return this.previous?this.previous+" -> "+a:a}},r.exports=i},{}],29:[function(t,r,c){var i=t("../utils"),a=t("./ConvertWorker"),o=t("./GenericWorker"),u=t("../base64"),l=t("../support"),b=t("../external"),m=null;if(l.nodestream)try{m=t("../nodejs/NodejsStreamOutputAdapter")}catch{}function g(y,f){return new b.Promise(function(s,p){var d=[],D=y._internalType,w=y._outputType,_=y._mimeType;y.on("data",function(U,E){d.push(U),f&&f(E)}).on("error",function(U){d=[],p(U)}).on("end",function(){try{var U=function(E,S,A){switch(E){case"blob":return i.newBlob(i.transformTo("arraybuffer",S),A);case"base64":return u.encode(S);default:return i.transformTo(E,S)}}(w,function(E,S){var A,I=0,Z=null,T=0;for(A=0;A<S.length;A++)T+=S[A].length;switch(E){case"string":return S.join("");case"array":return Array.prototype.concat.apply([],S);case"uint8array":for(Z=new Uint8Array(T),A=0;A<S.length;A++)Z.set(S[A],I),I+=S[A].length;return Z;case"nodebuffer":return Buffer.concat(S);default:throw new Error("concat : unsupported type '"+E+"'")}}(D,d),_);s(U)}catch(E){p(E)}d=[]}).resume()})}function h(y,f,s){var p=f;switch(f){case"blob":case"arraybuffer":p="uint8array";break;case"base64":p="string"}try{this._internalType=p,this._outputType=f,this._mimeType=s,i.checkSupport(p),this._worker=y.pipe(new a(p)),y.lock()}catch(d){this._worker=new o("error"),this._worker.error(d)}}h.prototype={accumulate:function(y){return g(this,y)},on:function(y,f){var s=this;return y==="data"?this._worker.on(y,function(p){f.call(s,p.data,p.meta)}):this._worker.on(y,function(){i.delay(f,arguments,s)}),this},resume:function(){return i.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(y){if(i.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new m(this,{objectMode:this._outputType!=="nodebuffer"},y)}},r.exports=h},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(t,r,c){if(c.base64=!0,c.array=!0,c.string=!0,c.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",c.nodebuffer=typeof Buffer<"u",c.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")c.blob=!1;else{var i=new ArrayBuffer(0);try{c.blob=new Blob([i],{type:"application/zip"}).size===0}catch{try{var a=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);a.append(i),c.blob=a.getBlob("application/zip").size===0}catch{c.blob=!1}}}try{c.nodestream=!!t("readable-stream").Readable}catch{c.nodestream=!1}},{"readable-stream":16}],31:[function(t,r,c){for(var i=t("./utils"),a=t("./support"),o=t("./nodejsUtils"),u=t("./stream/GenericWorker"),l=new Array(256),b=0;b<256;b++)l[b]=252<=b?6:248<=b?5:240<=b?4:224<=b?3:192<=b?2:1;l[254]=l[254]=1;function m(){u.call(this,"utf-8 decode"),this.leftOver=null}function g(){u.call(this,"utf-8 encode")}c.utf8encode=function(h){return a.nodebuffer?o.newBufferFrom(h,"utf-8"):function(y){var f,s,p,d,D,w=y.length,_=0;for(d=0;d<w;d++)(64512&(s=y.charCodeAt(d)))==55296&&d+1<w&&(64512&(p=y.charCodeAt(d+1)))==56320&&(s=65536+(s-55296<<10)+(p-56320),d++),_+=s<128?1:s<2048?2:s<65536?3:4;for(f=a.uint8array?new Uint8Array(_):new Array(_),d=D=0;D<_;d++)(64512&(s=y.charCodeAt(d)))==55296&&d+1<w&&(64512&(p=y.charCodeAt(d+1)))==56320&&(s=65536+(s-55296<<10)+(p-56320),d++),s<128?f[D++]=s:(s<2048?f[D++]=192|s>>>6:(s<65536?f[D++]=224|s>>>12:(f[D++]=240|s>>>18,f[D++]=128|s>>>12&63),f[D++]=128|s>>>6&63),f[D++]=128|63&s);return f}(h)},c.utf8decode=function(h){return a.nodebuffer?i.transformTo("nodebuffer",h).toString("utf-8"):function(y){var f,s,p,d,D=y.length,w=new Array(2*D);for(f=s=0;f<D;)if((p=y[f++])<128)w[s++]=p;else if(4<(d=l[p]))w[s++]=65533,f+=d-1;else{for(p&=d===2?31:d===3?15:7;1<d&&f<D;)p=p<<6|63&y[f++],d--;1<d?w[s++]=65533:p<65536?w[s++]=p:(p-=65536,w[s++]=55296|p>>10&1023,w[s++]=56320|1023&p)}return w.length!==s&&(w.subarray?w=w.subarray(0,s):w.length=s),i.applyFromCharCode(w)}(h=i.transformTo(a.uint8array?"uint8array":"array",h))},i.inherits(m,u),m.prototype.processChunk=function(h){var y=i.transformTo(a.uint8array?"uint8array":"array",h.data);if(this.leftOver&&this.leftOver.length){if(a.uint8array){var f=y;(y=new Uint8Array(f.length+this.leftOver.length)).set(this.leftOver,0),y.set(f,this.leftOver.length)}else y=this.leftOver.concat(y);this.leftOver=null}var s=function(d,D){var w;for((D=D||d.length)>d.length&&(D=d.length),w=D-1;0<=w&&(192&d[w])==128;)w--;return w<0||w===0?D:w+l[d[w]]>D?w:D}(y),p=y;s!==y.length&&(a.uint8array?(p=y.subarray(0,s),this.leftOver=y.subarray(s,y.length)):(p=y.slice(0,s),this.leftOver=y.slice(s,y.length))),this.push({data:c.utf8decode(p),meta:h.meta})},m.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:c.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},c.Utf8DecodeWorker=m,i.inherits(g,u),g.prototype.processChunk=function(h){this.push({data:c.utf8encode(h.data),meta:h.meta})},c.Utf8EncodeWorker=g},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(t,r,c){var i=t("./support"),a=t("./base64"),o=t("./nodejsUtils"),u=t("./external");function l(f){return f}function b(f,s){for(var p=0;p<f.length;++p)s[p]=255&f.charCodeAt(p);return s}t("setimmediate"),c.newBlob=function(f,s){c.checkSupport("blob");try{return new Blob([f],{type:s})}catch{try{var p=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return p.append(f),p.getBlob(s)}catch{throw new Error("Bug : can't construct the Blob.")}}};var m={stringifyByChunk:function(f,s,p){var d=[],D=0,w=f.length;if(w<=p)return String.fromCharCode.apply(null,f);for(;D<w;)s==="array"||s==="nodebuffer"?d.push(String.fromCharCode.apply(null,f.slice(D,Math.min(D+p,w)))):d.push(String.fromCharCode.apply(null,f.subarray(D,Math.min(D+p,w)))),D+=p;return d.join("")},stringifyByChar:function(f){for(var s="",p=0;p<f.length;p++)s+=String.fromCharCode(f[p]);return s},applyCanBeUsed:{uint8array:function(){try{return i.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}}(),nodebuffer:function(){try{return i.nodebuffer&&String.fromCharCode.apply(null,o.allocBuffer(1)).length===1}catch{return!1}}()}};function g(f){var s=65536,p=c.getTypeOf(f),d=!0;if(p==="uint8array"?d=m.applyCanBeUsed.uint8array:p==="nodebuffer"&&(d=m.applyCanBeUsed.nodebuffer),d)for(;1<s;)try{return m.stringifyByChunk(f,p,s)}catch{s=Math.floor(s/2)}return m.stringifyByChar(f)}function h(f,s){for(var p=0;p<f.length;p++)s[p]=f[p];return s}c.applyFromCharCode=g;var y={};y.string={string:l,array:function(f){return b(f,new Array(f.length))},arraybuffer:function(f){return y.string.uint8array(f).buffer},uint8array:function(f){return b(f,new Uint8Array(f.length))},nodebuffer:function(f){return b(f,o.allocBuffer(f.length))}},y.array={string:g,array:l,arraybuffer:function(f){return new Uint8Array(f).buffer},uint8array:function(f){return new Uint8Array(f)},nodebuffer:function(f){return o.newBufferFrom(f)}},y.arraybuffer={string:function(f){return g(new Uint8Array(f))},array:function(f){return h(new Uint8Array(f),new Array(f.byteLength))},arraybuffer:l,uint8array:function(f){return new Uint8Array(f)},nodebuffer:function(f){return o.newBufferFrom(new Uint8Array(f))}},y.uint8array={string:g,array:function(f){return h(f,new Array(f.length))},arraybuffer:function(f){return f.buffer},uint8array:l,nodebuffer:function(f){return o.newBufferFrom(f)}},y.nodebuffer={string:g,array:function(f){return h(f,new Array(f.length))},arraybuffer:function(f){return y.nodebuffer.uint8array(f).buffer},uint8array:function(f){return h(f,new Uint8Array(f.length))},nodebuffer:l},c.transformTo=function(f,s){if(s=s||"",!f)return s;c.checkSupport(f);var p=c.getTypeOf(s);return y[p][f](s)},c.resolve=function(f){for(var s=f.split("/"),p=[],d=0;d<s.length;d++){var D=s[d];D==="."||D===""&&d!==0&&d!==s.length-1||(D===".."?p.pop():p.push(D))}return p.join("/")},c.getTypeOf=function(f){return typeof f=="string"?"string":Object.prototype.toString.call(f)==="[object Array]"?"array":i.nodebuffer&&o.isBuffer(f)?"nodebuffer":i.uint8array&&f instanceof Uint8Array?"uint8array":i.arraybuffer&&f instanceof ArrayBuffer?"arraybuffer":void 0},c.checkSupport=function(f){if(!i[f.toLowerCase()])throw new Error(f+" is not supported by this platform")},c.MAX_VALUE_16BITS=65535,c.MAX_VALUE_32BITS=-1,c.pretty=function(f){var s,p,d="";for(p=0;p<(f||"").length;p++)d+="\\x"+((s=f.charCodeAt(p))<16?"0":"")+s.toString(16).toUpperCase();return d},c.delay=function(f,s,p){setImmediate(function(){f.apply(p||null,s||[])})},c.inherits=function(f,s){function p(){}p.prototype=s.prototype,f.prototype=new p},c.extend=function(){var f,s,p={};for(f=0;f<arguments.length;f++)for(s in arguments[f])Object.prototype.hasOwnProperty.call(arguments[f],s)&&p[s]===void 0&&(p[s]=arguments[f][s]);return p},c.prepareContent=function(f,s,p,d,D){return u.Promise.resolve(s).then(function(w){return i.blob&&(w instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(w))!==-1)&&typeof FileReader<"u"?new u.Promise(function(_,U){var E=new FileReader;E.onload=function(S){_(S.target.result)},E.onerror=function(S){U(S.target.error)},E.readAsArrayBuffer(w)}):w}).then(function(w){var _=c.getTypeOf(w);return _?(_==="arraybuffer"?w=c.transformTo("uint8array",w):_==="string"&&(D?w=a.decode(w):p&&d!==!0&&(w=function(U){return b(U,i.uint8array?new Uint8Array(U.length):new Array(U.length))}(w))),w):u.Promise.reject(new Error("Can't read the data of '"+f+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(t,r,c){var i=t("./reader/readerFor"),a=t("./utils"),o=t("./signature"),u=t("./zipEntry"),l=t("./support");function b(m){this.files=[],this.loadOptions=m}b.prototype={checkSignature:function(m){if(!this.reader.readAndCheckSignature(m)){this.reader.index-=4;var g=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+a.pretty(g)+", expected "+a.pretty(m)+")")}},isSignature:function(m,g){var h=this.reader.index;this.reader.setIndex(m);var y=this.reader.readString(4)===g;return this.reader.setIndex(h),y},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var m=this.reader.readData(this.zipCommentLength),g=l.uint8array?"uint8array":"array",h=a.transformTo(g,m);this.zipComment=this.loadOptions.decodeFileName(h)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var m,g,h,y=this.zip64EndOfCentralSize-44;0<y;)m=this.reader.readInt(2),g=this.reader.readInt(4),h=this.reader.readData(g),this.zip64ExtensibleData[m]={id:m,length:g,value:h}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var m,g;for(m=0;m<this.files.length;m++)g=this.files[m],this.reader.setIndex(g.localHeaderOffset),this.checkSignature(o.LOCAL_FILE_HEADER),g.readLocalPart(this.reader),g.handleUTF8(),g.processAttributes()},readCentralDir:function(){var m;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(o.CENTRAL_FILE_HEADER);)(m=new u({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(m);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var m=this.reader.lastIndexOfSignature(o.CENTRAL_DIRECTORY_END);if(m<0)throw this.isSignature(0,o.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(m);var g=m;if(this.checkSignature(o.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===a.MAX_VALUE_16BITS||this.diskWithCentralDirStart===a.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===a.MAX_VALUE_16BITS||this.centralDirRecords===a.MAX_VALUE_16BITS||this.centralDirSize===a.MAX_VALUE_32BITS||this.centralDirOffset===a.MAX_VALUE_32BITS){if(this.zip64=!0,(m=this.reader.lastIndexOfSignature(o.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(m),this.checkSignature(o.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,o.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(o.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(o.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var h=this.centralDirOffset+this.centralDirSize;this.zip64&&(h+=20,h+=12+this.zip64EndOfCentralSize);var y=g-h;if(0<y)this.isSignature(g,o.CENTRAL_FILE_HEADER)||(this.reader.zero=y);else if(y<0)throw new Error("Corrupted zip: missing "+Math.abs(y)+" bytes.")},prepareReader:function(m){this.reader=i(m)},load:function(m){this.prepareReader(m),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},r.exports=b},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(t,r,c){var i=t("./reader/readerFor"),a=t("./utils"),o=t("./compressedObject"),u=t("./crc32"),l=t("./utf8"),b=t("./compressions"),m=t("./support");function g(h,y){this.options=h,this.loadOptions=y}g.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(h){var y,f;if(h.skip(22),this.fileNameLength=h.readInt(2),f=h.readInt(2),this.fileName=h.readData(this.fileNameLength),h.skip(f),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((y=function(s){for(var p in b)if(Object.prototype.hasOwnProperty.call(b,p)&&b[p].magic===s)return b[p];return null}(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+a.pretty(this.compressionMethod)+" unknown (inner file : "+a.transformTo("string",this.fileName)+")");this.decompressed=new o(this.compressedSize,this.uncompressedSize,this.crc32,y,h.readData(this.compressedSize))},readCentralPart:function(h){this.versionMadeBy=h.readInt(2),h.skip(2),this.bitFlag=h.readInt(2),this.compressionMethod=h.readString(2),this.date=h.readDate(),this.crc32=h.readInt(4),this.compressedSize=h.readInt(4),this.uncompressedSize=h.readInt(4);var y=h.readInt(2);if(this.extraFieldsLength=h.readInt(2),this.fileCommentLength=h.readInt(2),this.diskNumberStart=h.readInt(2),this.internalFileAttributes=h.readInt(2),this.externalFileAttributes=h.readInt(4),this.localHeaderOffset=h.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");h.skip(y),this.readExtraFields(h),this.parseZIP64ExtraField(h),this.fileComment=h.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var h=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),h==0&&(this.dosPermissions=63&this.externalFileAttributes),h==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var h=i(this.extraFields[1].value);this.uncompressedSize===a.MAX_VALUE_32BITS&&(this.uncompressedSize=h.readInt(8)),this.compressedSize===a.MAX_VALUE_32BITS&&(this.compressedSize=h.readInt(8)),this.localHeaderOffset===a.MAX_VALUE_32BITS&&(this.localHeaderOffset=h.readInt(8)),this.diskNumberStart===a.MAX_VALUE_32BITS&&(this.diskNumberStart=h.readInt(4))}},readExtraFields:function(h){var y,f,s,p=h.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});h.index+4<p;)y=h.readInt(2),f=h.readInt(2),s=h.readData(f),this.extraFields[y]={id:y,length:f,value:s};h.setIndex(p)},handleUTF8:function(){var h=m.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=l.utf8decode(this.fileName),this.fileCommentStr=l.utf8decode(this.fileComment);else{var y=this.findExtraFieldUnicodePath();if(y!==null)this.fileNameStr=y;else{var f=a.transformTo(h,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(f)}var s=this.findExtraFieldUnicodeComment();if(s!==null)this.fileCommentStr=s;else{var p=a.transformTo(h,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(p)}}},findExtraFieldUnicodePath:function(){var h=this.extraFields[28789];if(h){var y=i(h.value);return y.readInt(1)!==1||u(this.fileName)!==y.readInt(4)?null:l.utf8decode(y.readData(h.length-5))}return null},findExtraFieldUnicodeComment:function(){var h=this.extraFields[25461];if(h){var y=i(h.value);return y.readInt(1)!==1||u(this.fileComment)!==y.readInt(4)?null:l.utf8decode(y.readData(h.length-5))}return null}},r.exports=g},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(t,r,c){function i(y,f,s){this.name=y,this.dir=s.dir,this.date=s.date,this.comment=s.comment,this.unixPermissions=s.unixPermissions,this.dosPermissions=s.dosPermissions,this._data=f,this._dataBinary=s.binary,this.options={compression:s.compression,compressionOptions:s.compressionOptions}}var a=t("./stream/StreamHelper"),o=t("./stream/DataWorker"),u=t("./utf8"),l=t("./compressedObject"),b=t("./stream/GenericWorker");i.prototype={internalStream:function(y){var f=null,s="string";try{if(!y)throw new Error("No output type specified.");var p=(s=y.toLowerCase())==="string"||s==="text";s!=="binarystring"&&s!=="text"||(s="string"),f=this._decompressWorker();var d=!this._dataBinary;d&&!p&&(f=f.pipe(new u.Utf8EncodeWorker)),!d&&p&&(f=f.pipe(new u.Utf8DecodeWorker))}catch(D){(f=new b("error")).error(D)}return new a(f,s,"")},async:function(y,f){return this.internalStream(y).accumulate(f)},nodeStream:function(y,f){return this.internalStream(y||"nodebuffer").toNodejsStream(f)},_compressWorker:function(y,f){if(this._data instanceof l&&this._data.compression.magic===y.magic)return this._data.getCompressedWorker();var s=this._decompressWorker();return this._dataBinary||(s=s.pipe(new u.Utf8EncodeWorker)),l.createWorkerFrom(s,y,f)},_decompressWorker:function(){return this._data instanceof l?this._data.getContentWorker():this._data instanceof b?this._data:new o(this._data)}};for(var m=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],g=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},h=0;h<m.length;h++)i.prototype[m[h]]=g;r.exports=i},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(t,r,c){(function(i){var a,o,u=i.MutationObserver||i.WebKitMutationObserver;if(u){var l=0,b=new u(y),m=i.document.createTextNode("");b.observe(m,{characterData:!0}),a=function(){m.data=l=++l%2}}else if(i.setImmediate||i.MessageChannel===void 0)a="document"in i&&"onreadystatechange"in i.document.createElement("script")?function(){var f=i.document.createElement("script");f.onreadystatechange=function(){y(),f.onreadystatechange=null,f.parentNode.removeChild(f),f=null},i.document.documentElement.appendChild(f)}:function(){setTimeout(y,0)};else{var g=new i.MessageChannel;g.port1.onmessage=y,a=function(){g.port2.postMessage(0)}}var h=[];function y(){var f,s;o=!0;for(var p=h.length;p;){for(s=h,h=[],f=-1;++f<p;)s[f]();p=h.length}o=!1}r.exports=function(f){h.push(f)!==1||o||a()}}).call(this,typeof je.commonjsGlobal<"u"?je.commonjsGlobal:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(t,r,c){var i=t("immediate");function a(){}var o={},u=["REJECTED"],l=["FULFILLED"],b=["PENDING"];function m(p){if(typeof p!="function")throw new TypeError("resolver must be a function");this.state=b,this.queue=[],this.outcome=void 0,p!==a&&f(this,p)}function g(p,d,D){this.promise=p,typeof d=="function"&&(this.onFulfilled=d,this.callFulfilled=this.otherCallFulfilled),typeof D=="function"&&(this.onRejected=D,this.callRejected=this.otherCallRejected)}function h(p,d,D){i(function(){var w;try{w=d(D)}catch(_){return o.reject(p,_)}w===p?o.reject(p,new TypeError("Cannot resolve promise with itself")):o.resolve(p,w)})}function y(p){var d=p&&p.then;if(p&&(typeof p=="object"||typeof p=="function")&&typeof d=="function")return function(){d.apply(p,arguments)}}function f(p,d){var D=!1;function w(E){D||(D=!0,o.reject(p,E))}function _(E){D||(D=!0,o.resolve(p,E))}var U=s(function(){d(_,w)});U.status==="error"&&w(U.value)}function s(p,d){var D={};try{D.value=p(d),D.status="success"}catch(w){D.status="error",D.value=w}return D}(r.exports=m).prototype.finally=function(p){if(typeof p!="function")return this;var d=this.constructor;return this.then(function(D){return d.resolve(p()).then(function(){return D})},function(D){return d.resolve(p()).then(function(){throw D})})},m.prototype.catch=function(p){return this.then(null,p)},m.prototype.then=function(p,d){if(typeof p!="function"&&this.state===l||typeof d!="function"&&this.state===u)return this;var D=new this.constructor(a);return this.state!==b?h(D,this.state===l?p:d,this.outcome):this.queue.push(new g(D,p,d)),D},g.prototype.callFulfilled=function(p){o.resolve(this.promise,p)},g.prototype.otherCallFulfilled=function(p){h(this.promise,this.onFulfilled,p)},g.prototype.callRejected=function(p){o.reject(this.promise,p)},g.prototype.otherCallRejected=function(p){h(this.promise,this.onRejected,p)},o.resolve=function(p,d){var D=s(y,d);if(D.status==="error")return o.reject(p,D.value);var w=D.value;if(w)f(p,w);else{p.state=l,p.outcome=d;for(var _=-1,U=p.queue.length;++_<U;)p.queue[_].callFulfilled(d)}return p},o.reject=function(p,d){p.state=u,p.outcome=d;for(var D=-1,w=p.queue.length;++D<w;)p.queue[D].callRejected(d);return p},m.resolve=function(p){return p instanceof this?p:o.resolve(new this(a),p)},m.reject=function(p){var d=new this(a);return o.reject(d,p)},m.all=function(p){var d=this;if(Object.prototype.toString.call(p)!=="[object Array]")return this.reject(new TypeError("must be an array"));var D=p.length,w=!1;if(!D)return this.resolve([]);for(var _=new Array(D),U=0,E=-1,S=new this(a);++E<D;)A(p[E],E);return S;function A(I,Z){d.resolve(I).then(function(T){_[Z]=T,++U!==D||w||(w=!0,o.resolve(S,_))},function(T){w||(w=!0,o.reject(S,T))})}},m.race=function(p){var d=this;if(Object.prototype.toString.call(p)!=="[object Array]")return this.reject(new TypeError("must be an array"));var D=p.length,w=!1;if(!D)return this.resolve([]);for(var _=-1,U=new this(a);++_<D;)E=p[_],d.resolve(E).then(function(S){w||(w=!0,o.resolve(U,S))},function(S){w||(w=!0,o.reject(U,S))});var E;return U}},{immediate:36}],38:[function(t,r,c){var i={};(0,t("./lib/utils/common").assign)(i,t("./lib/deflate"),t("./lib/inflate"),t("./lib/zlib/constants")),r.exports=i},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(t,r,c){var i=t("./zlib/deflate"),a=t("./utils/common"),o=t("./utils/strings"),u=t("./zlib/messages"),l=t("./zlib/zstream"),b=Object.prototype.toString,m=0,g=-1,h=0,y=8;function f(p){if(!(this instanceof f))return new f(p);this.options=a.assign({level:g,method:y,chunkSize:16384,windowBits:15,memLevel:8,strategy:h,to:""},p||{});var d=this.options;d.raw&&0<d.windowBits?d.windowBits=-d.windowBits:d.gzip&&0<d.windowBits&&d.windowBits<16&&(d.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new l,this.strm.avail_out=0;var D=i.deflateInit2(this.strm,d.level,d.method,d.windowBits,d.memLevel,d.strategy);if(D!==m)throw new Error(u[D]);if(d.header&&i.deflateSetHeader(this.strm,d.header),d.dictionary){var w;if(w=typeof d.dictionary=="string"?o.string2buf(d.dictionary):b.call(d.dictionary)==="[object ArrayBuffer]"?new Uint8Array(d.dictionary):d.dictionary,(D=i.deflateSetDictionary(this.strm,w))!==m)throw new Error(u[D]);this._dict_set=!0}}function s(p,d){var D=new f(d);if(D.push(p,!0),D.err)throw D.msg||u[D.err];return D.result}f.prototype.push=function(p,d){var D,w,_=this.strm,U=this.options.chunkSize;if(this.ended)return!1;w=d===~~d?d:d===!0?4:0,typeof p=="string"?_.input=o.string2buf(p):b.call(p)==="[object ArrayBuffer]"?_.input=new Uint8Array(p):_.input=p,_.next_in=0,_.avail_in=_.input.length;do{if(_.avail_out===0&&(_.output=new a.Buf8(U),_.next_out=0,_.avail_out=U),(D=i.deflate(_,w))!==1&&D!==m)return this.onEnd(D),!(this.ended=!0);_.avail_out!==0&&(_.avail_in!==0||w!==4&&w!==2)||(this.options.to==="string"?this.onData(o.buf2binstring(a.shrinkBuf(_.output,_.next_out))):this.onData(a.shrinkBuf(_.output,_.next_out)))}while((0<_.avail_in||_.avail_out===0)&&D!==1);return w===4?(D=i.deflateEnd(this.strm),this.onEnd(D),this.ended=!0,D===m):w!==2||(this.onEnd(m),!(_.avail_out=0))},f.prototype.onData=function(p){this.chunks.push(p)},f.prototype.onEnd=function(p){p===m&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=p,this.msg=this.strm.msg},c.Deflate=f,c.deflate=s,c.deflateRaw=function(p,d){return(d=d||{}).raw=!0,s(p,d)},c.gzip=function(p,d){return(d=d||{}).gzip=!0,s(p,d)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(t,r,c){var i=t("./zlib/inflate"),a=t("./utils/common"),o=t("./utils/strings"),u=t("./zlib/constants"),l=t("./zlib/messages"),b=t("./zlib/zstream"),m=t("./zlib/gzheader"),g=Object.prototype.toString;function h(f){if(!(this instanceof h))return new h(f);this.options=a.assign({chunkSize:16384,windowBits:0,to:""},f||{});var s=this.options;s.raw&&0<=s.windowBits&&s.windowBits<16&&(s.windowBits=-s.windowBits,s.windowBits===0&&(s.windowBits=-15)),!(0<=s.windowBits&&s.windowBits<16)||f&&f.windowBits||(s.windowBits+=32),15<s.windowBits&&s.windowBits<48&&(15&s.windowBits)==0&&(s.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new b,this.strm.avail_out=0;var p=i.inflateInit2(this.strm,s.windowBits);if(p!==u.Z_OK)throw new Error(l[p]);this.header=new m,i.inflateGetHeader(this.strm,this.header)}function y(f,s){var p=new h(s);if(p.push(f,!0),p.err)throw p.msg||l[p.err];return p.result}h.prototype.push=function(f,s){var p,d,D,w,_,U,E=this.strm,S=this.options.chunkSize,A=this.options.dictionary,I=!1;if(this.ended)return!1;d=s===~~s?s:s===!0?u.Z_FINISH:u.Z_NO_FLUSH,typeof f=="string"?E.input=o.binstring2buf(f):g.call(f)==="[object ArrayBuffer]"?E.input=new Uint8Array(f):E.input=f,E.next_in=0,E.avail_in=E.input.length;do{if(E.avail_out===0&&(E.output=new a.Buf8(S),E.next_out=0,E.avail_out=S),(p=i.inflate(E,u.Z_NO_FLUSH))===u.Z_NEED_DICT&&A&&(U=typeof A=="string"?o.string2buf(A):g.call(A)==="[object ArrayBuffer]"?new Uint8Array(A):A,p=i.inflateSetDictionary(this.strm,U)),p===u.Z_BUF_ERROR&&I===!0&&(p=u.Z_OK,I=!1),p!==u.Z_STREAM_END&&p!==u.Z_OK)return this.onEnd(p),!(this.ended=!0);E.next_out&&(E.avail_out!==0&&p!==u.Z_STREAM_END&&(E.avail_in!==0||d!==u.Z_FINISH&&d!==u.Z_SYNC_FLUSH)||(this.options.to==="string"?(D=o.utf8border(E.output,E.next_out),w=E.next_out-D,_=o.buf2string(E.output,D),E.next_out=w,E.avail_out=S-w,w&&a.arraySet(E.output,E.output,D,w,0),this.onData(_)):this.onData(a.shrinkBuf(E.output,E.next_out)))),E.avail_in===0&&E.avail_out===0&&(I=!0)}while((0<E.avail_in||E.avail_out===0)&&p!==u.Z_STREAM_END);return p===u.Z_STREAM_END&&(d=u.Z_FINISH),d===u.Z_FINISH?(p=i.inflateEnd(this.strm),this.onEnd(p),this.ended=!0,p===u.Z_OK):d!==u.Z_SYNC_FLUSH||(this.onEnd(u.Z_OK),!(E.avail_out=0))},h.prototype.onData=function(f){this.chunks.push(f)},h.prototype.onEnd=function(f){f===u.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=a.flattenChunks(this.chunks)),this.chunks=[],this.err=f,this.msg=this.strm.msg},c.Inflate=h,c.inflate=y,c.inflateRaw=function(f,s){return(s=s||{}).raw=!0,y(f,s)},c.ungzip=y},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(t,r,c){var i=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";c.assign=function(u){for(var l=Array.prototype.slice.call(arguments,1);l.length;){var b=l.shift();if(b){if(typeof b!="object")throw new TypeError(b+"must be non-object");for(var m in b)b.hasOwnProperty(m)&&(u[m]=b[m])}}return u},c.shrinkBuf=function(u,l){return u.length===l?u:u.subarray?u.subarray(0,l):(u.length=l,u)};var a={arraySet:function(u,l,b,m,g){if(l.subarray&&u.subarray)u.set(l.subarray(b,b+m),g);else for(var h=0;h<m;h++)u[g+h]=l[b+h]},flattenChunks:function(u){var l,b,m,g,h,y;for(l=m=0,b=u.length;l<b;l++)m+=u[l].length;for(y=new Uint8Array(m),l=g=0,b=u.length;l<b;l++)h=u[l],y.set(h,g),g+=h.length;return y}},o={arraySet:function(u,l,b,m,g){for(var h=0;h<m;h++)u[g+h]=l[b+h]},flattenChunks:function(u){return[].concat.apply([],u)}};c.setTyped=function(u){u?(c.Buf8=Uint8Array,c.Buf16=Uint16Array,c.Buf32=Int32Array,c.assign(c,a)):(c.Buf8=Array,c.Buf16=Array,c.Buf32=Array,c.assign(c,o))},c.setTyped(i)},{}],42:[function(t,r,c){var i=t("./common"),a=!0,o=!0;try{String.fromCharCode.apply(null,[0])}catch{a=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{o=!1}for(var u=new i.Buf8(256),l=0;l<256;l++)u[l]=252<=l?6:248<=l?5:240<=l?4:224<=l?3:192<=l?2:1;function b(m,g){if(g<65537&&(m.subarray&&o||!m.subarray&&a))return String.fromCharCode.apply(null,i.shrinkBuf(m,g));for(var h="",y=0;y<g;y++)h+=String.fromCharCode(m[y]);return h}u[254]=u[254]=1,c.string2buf=function(m){var g,h,y,f,s,p=m.length,d=0;for(f=0;f<p;f++)(64512&(h=m.charCodeAt(f)))==55296&&f+1<p&&(64512&(y=m.charCodeAt(f+1)))==56320&&(h=65536+(h-55296<<10)+(y-56320),f++),d+=h<128?1:h<2048?2:h<65536?3:4;for(g=new i.Buf8(d),f=s=0;s<d;f++)(64512&(h=m.charCodeAt(f)))==55296&&f+1<p&&(64512&(y=m.charCodeAt(f+1)))==56320&&(h=65536+(h-55296<<10)+(y-56320),f++),h<128?g[s++]=h:(h<2048?g[s++]=192|h>>>6:(h<65536?g[s++]=224|h>>>12:(g[s++]=240|h>>>18,g[s++]=128|h>>>12&63),g[s++]=128|h>>>6&63),g[s++]=128|63&h);return g},c.buf2binstring=function(m){return b(m,m.length)},c.binstring2buf=function(m){for(var g=new i.Buf8(m.length),h=0,y=g.length;h<y;h++)g[h]=m.charCodeAt(h);return g},c.buf2string=function(m,g){var h,y,f,s,p=g||m.length,d=new Array(2*p);for(h=y=0;h<p;)if((f=m[h++])<128)d[y++]=f;else if(4<(s=u[f]))d[y++]=65533,h+=s-1;else{for(f&=s===2?31:s===3?15:7;1<s&&h<p;)f=f<<6|63&m[h++],s--;1<s?d[y++]=65533:f<65536?d[y++]=f:(f-=65536,d[y++]=55296|f>>10&1023,d[y++]=56320|1023&f)}return b(d,y)},c.utf8border=function(m,g){var h;for((g=g||m.length)>m.length&&(g=m.length),h=g-1;0<=h&&(192&m[h])==128;)h--;return h<0||h===0?g:h+u[m[h]]>g?h:g}},{"./common":41}],43:[function(t,r,c){r.exports=function(i,a,o,u){for(var l=65535&i|0,b=i>>>16&65535|0,m=0;o!==0;){for(o-=m=2e3<o?2e3:o;b=b+(l=l+a[u++]|0)|0,--m;);l%=65521,b%=65521}return l|b<<16|0}},{}],44:[function(t,r,c){r.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(t,r,c){var i=function(){for(var a,o=[],u=0;u<256;u++){a=u;for(var l=0;l<8;l++)a=1&a?3988292384^a>>>1:a>>>1;o[u]=a}return o}();r.exports=function(a,o,u,l){var b=i,m=l+u;a^=-1;for(var g=l;g<m;g++)a=a>>>8^b[255&(a^o[g])];return-1^a}},{}],46:[function(t,r,c){var i,a=t("../utils/common"),o=t("./trees"),u=t("./adler32"),l=t("./crc32"),b=t("./messages"),m=0,g=4,h=0,y=-2,f=-1,s=4,p=2,d=8,D=9,w=286,_=30,U=19,E=2*w+1,S=15,A=3,I=258,Z=I+A+1,T=42,R=113,x=1,z=2,W=3,O=4;function G(v,$){return v.msg=b[$],$}function q(v){return(v<<1)-(4<v?9:0)}function Q(v){for(var $=v.length;0<=--$;)v[$]=0}function L(v){var $=v.state,j=$.pending;j>v.avail_out&&(j=v.avail_out),j!==0&&(a.arraySet(v.output,$.pending_buf,$.pending_out,j,v.next_out),v.next_out+=j,$.pending_out+=j,v.total_out+=j,v.avail_out-=j,$.pending-=j,$.pending===0&&($.pending_out=0))}function k(v,$){o._tr_flush_block(v,0<=v.block_start?v.block_start:-1,v.strstart-v.block_start,$),v.block_start=v.strstart,L(v.strm)}function re(v,$){v.pending_buf[v.pending++]=$}function ae(v,$){v.pending_buf[v.pending++]=$>>>8&255,v.pending_buf[v.pending++]=255&$}function J(v,$){var j,N,B=v.max_chain_length,V=v.strstart,ie=v.prev_length,ne=v.nice_match,H=v.strstart>v.w_size-Z?v.strstart-(v.w_size-Z):0,M=v.window,X=v.w_mask,Y=v.prev,te=v.strstart+I,ue=M[V+ie-1],pe=M[V+ie];v.prev_length>=v.good_match&&(B>>=2),ne>v.lookahead&&(ne=v.lookahead);do if(M[(j=$)+ie]===pe&&M[j+ie-1]===ue&&M[j]===M[V]&&M[++j]===M[V+1]){V+=2,j++;do;while(M[++V]===M[++j]&&M[++V]===M[++j]&&M[++V]===M[++j]&&M[++V]===M[++j]&&M[++V]===M[++j]&&M[++V]===M[++j]&&M[++V]===M[++j]&&M[++V]===M[++j]&&V<te);if(N=I-(te-V),V=te-I,ie<N){if(v.match_start=$,ne<=(ie=N))break;ue=M[V+ie-1],pe=M[V+ie]}}while(($=Y[$&X])>H&&--B!=0);return ie<=v.lookahead?ie:v.lookahead}function ce(v){var $,j,N,B,V,ie,ne,H,M,X,Y=v.w_size;do{if(B=v.window_size-v.lookahead-v.strstart,v.strstart>=Y+(Y-Z)){for(a.arraySet(v.window,v.window,Y,Y,0),v.match_start-=Y,v.strstart-=Y,v.block_start-=Y,$=j=v.hash_size;N=v.head[--$],v.head[$]=Y<=N?N-Y:0,--j;);for($=j=Y;N=v.prev[--$],v.prev[$]=Y<=N?N-Y:0,--j;);B+=Y}if(v.strm.avail_in===0)break;if(ie=v.strm,ne=v.window,H=v.strstart+v.lookahead,M=B,X=void 0,X=ie.avail_in,M<X&&(X=M),j=X===0?0:(ie.avail_in-=X,a.arraySet(ne,ie.input,ie.next_in,X,H),ie.state.wrap===1?ie.adler=u(ie.adler,ne,X,H):ie.state.wrap===2&&(ie.adler=l(ie.adler,ne,X,H)),ie.next_in+=X,ie.total_in+=X,X),v.lookahead+=j,v.lookahead+v.insert>=A)for(V=v.strstart-v.insert,v.ins_h=v.window[V],v.ins_h=(v.ins_h<<v.hash_shift^v.window[V+1])&v.hash_mask;v.insert&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[V+A-1])&v.hash_mask,v.prev[V&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=V,V++,v.insert--,!(v.lookahead+v.insert<A)););}while(v.lookahead<Z&&v.strm.avail_in!==0)}function fe(v,$){for(var j,N;;){if(v.lookahead<Z){if(ce(v),v.lookahead<Z&&$===m)return x;if(v.lookahead===0)break}if(j=0,v.lookahead>=A&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,j=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),j!==0&&v.strstart-j<=v.w_size-Z&&(v.match_length=J(v,j)),v.match_length>=A)if(N=o._tr_tally(v,v.strstart-v.match_start,v.match_length-A),v.lookahead-=v.match_length,v.match_length<=v.max_lazy_match&&v.lookahead>=A){for(v.match_length--;v.strstart++,v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,j=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart,--v.match_length!=0;);v.strstart++}else v.strstart+=v.match_length,v.match_length=0,v.ins_h=v.window[v.strstart],v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+1])&v.hash_mask;else N=o._tr_tally(v,0,v.window[v.strstart]),v.lookahead--,v.strstart++;if(N&&(k(v,!1),v.strm.avail_out===0))return x}return v.insert=v.strstart<A-1?v.strstart:A-1,$===g?(k(v,!0),v.strm.avail_out===0?W:O):v.last_lit&&(k(v,!1),v.strm.avail_out===0)?x:z}function le(v,$){for(var j,N,B;;){if(v.lookahead<Z){if(ce(v),v.lookahead<Z&&$===m)return x;if(v.lookahead===0)break}if(j=0,v.lookahead>=A&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,j=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),v.prev_length=v.match_length,v.prev_match=v.match_start,v.match_length=A-1,j!==0&&v.prev_length<v.max_lazy_match&&v.strstart-j<=v.w_size-Z&&(v.match_length=J(v,j),v.match_length<=5&&(v.strategy===1||v.match_length===A&&4096<v.strstart-v.match_start)&&(v.match_length=A-1)),v.prev_length>=A&&v.match_length<=v.prev_length){for(B=v.strstart+v.lookahead-A,N=o._tr_tally(v,v.strstart-1-v.prev_match,v.prev_length-A),v.lookahead-=v.prev_length-1,v.prev_length-=2;++v.strstart<=B&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,j=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),--v.prev_length!=0;);if(v.match_available=0,v.match_length=A-1,v.strstart++,N&&(k(v,!1),v.strm.avail_out===0))return x}else if(v.match_available){if((N=o._tr_tally(v,0,v.window[v.strstart-1]))&&k(v,!1),v.strstart++,v.lookahead--,v.strm.avail_out===0)return x}else v.match_available=1,v.strstart++,v.lookahead--}return v.match_available&&(N=o._tr_tally(v,0,v.window[v.strstart-1]),v.match_available=0),v.insert=v.strstart<A-1?v.strstart:A-1,$===g?(k(v,!0),v.strm.avail_out===0?W:O):v.last_lit&&(k(v,!1),v.strm.avail_out===0)?x:z}function he(v,$,j,N,B){this.good_length=v,this.max_lazy=$,this.nice_length=j,this.max_chain=N,this.func=B}function ge(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=d,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new a.Buf16(2*E),this.dyn_dtree=new a.Buf16(2*(2*_+1)),this.bl_tree=new a.Buf16(2*(2*U+1)),Q(this.dyn_ltree),Q(this.dyn_dtree),Q(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new a.Buf16(S+1),this.heap=new a.Buf16(2*w+1),Q(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new a.Buf16(2*w+1),Q(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function be(v){var $;return v&&v.state?(v.total_in=v.total_out=0,v.data_type=p,($=v.state).pending=0,$.pending_out=0,$.wrap<0&&($.wrap=-$.wrap),$.status=$.wrap?T:R,v.adler=$.wrap===2?0:1,$.last_flush=m,o._tr_init($),h):G(v,y)}function Te(v){var $=be(v);return $===h&&function(j){j.window_size=2*j.w_size,Q(j.head),j.max_lazy_match=i[j.level].max_lazy,j.good_match=i[j.level].good_length,j.nice_match=i[j.level].nice_length,j.max_chain_length=i[j.level].max_chain,j.strstart=0,j.block_start=0,j.lookahead=0,j.insert=0,j.match_length=j.prev_length=A-1,j.match_available=0,j.ins_h=0}(v.state),$}function Ae(v,$,j,N,B,V){if(!v)return y;var ie=1;if($===f&&($=6),N<0?(ie=0,N=-N):15<N&&(ie=2,N-=16),B<1||D<B||j!==d||N<8||15<N||$<0||9<$||V<0||s<V)return G(v,y);N===8&&(N=9);var ne=new ge;return(v.state=ne).strm=v,ne.wrap=ie,ne.gzhead=null,ne.w_bits=N,ne.w_size=1<<ne.w_bits,ne.w_mask=ne.w_size-1,ne.hash_bits=B+7,ne.hash_size=1<<ne.hash_bits,ne.hash_mask=ne.hash_size-1,ne.hash_shift=~~((ne.hash_bits+A-1)/A),ne.window=new a.Buf8(2*ne.w_size),ne.head=new a.Buf16(ne.hash_size),ne.prev=new a.Buf16(ne.w_size),ne.lit_bufsize=1<<B+6,ne.pending_buf_size=4*ne.lit_bufsize,ne.pending_buf=new a.Buf8(ne.pending_buf_size),ne.d_buf=1*ne.lit_bufsize,ne.l_buf=3*ne.lit_bufsize,ne.level=$,ne.strategy=V,ne.method=j,Te(v)}i=[new he(0,0,0,0,function(v,$){var j=65535;for(j>v.pending_buf_size-5&&(j=v.pending_buf_size-5);;){if(v.lookahead<=1){if(ce(v),v.lookahead===0&&$===m)return x;if(v.lookahead===0)break}v.strstart+=v.lookahead,v.lookahead=0;var N=v.block_start+j;if((v.strstart===0||v.strstart>=N)&&(v.lookahead=v.strstart-N,v.strstart=N,k(v,!1),v.strm.avail_out===0)||v.strstart-v.block_start>=v.w_size-Z&&(k(v,!1),v.strm.avail_out===0))return x}return v.insert=0,$===g?(k(v,!0),v.strm.avail_out===0?W:O):(v.strstart>v.block_start&&(k(v,!1),v.strm.avail_out),x)}),new he(4,4,8,4,fe),new he(4,5,16,8,fe),new he(4,6,32,32,fe),new he(4,4,16,16,le),new he(8,16,32,32,le),new he(8,16,128,128,le),new he(8,32,128,256,le),new he(32,128,258,1024,le),new he(32,258,258,4096,le)],c.deflateInit=function(v,$){return Ae(v,$,d,15,8,0)},c.deflateInit2=Ae,c.deflateReset=Te,c.deflateResetKeep=be,c.deflateSetHeader=function(v,$){return v&&v.state?v.state.wrap!==2?y:(v.state.gzhead=$,h):y},c.deflate=function(v,$){var j,N,B,V;if(!v||!v.state||5<$||$<0)return v?G(v,y):y;if(N=v.state,!v.output||!v.input&&v.avail_in!==0||N.status===666&&$!==g)return G(v,v.avail_out===0?-5:y);if(N.strm=v,j=N.last_flush,N.last_flush=$,N.status===T)if(N.wrap===2)v.adler=0,re(N,31),re(N,139),re(N,8),N.gzhead?(re(N,(N.gzhead.text?1:0)+(N.gzhead.hcrc?2:0)+(N.gzhead.extra?4:0)+(N.gzhead.name?8:0)+(N.gzhead.comment?16:0)),re(N,255&N.gzhead.time),re(N,N.gzhead.time>>8&255),re(N,N.gzhead.time>>16&255),re(N,N.gzhead.time>>24&255),re(N,N.level===9?2:2<=N.strategy||N.level<2?4:0),re(N,255&N.gzhead.os),N.gzhead.extra&&N.gzhead.extra.length&&(re(N,255&N.gzhead.extra.length),re(N,N.gzhead.extra.length>>8&255)),N.gzhead.hcrc&&(v.adler=l(v.adler,N.pending_buf,N.pending,0)),N.gzindex=0,N.status=69):(re(N,0),re(N,0),re(N,0),re(N,0),re(N,0),re(N,N.level===9?2:2<=N.strategy||N.level<2?4:0),re(N,3),N.status=R);else{var ie=d+(N.w_bits-8<<4)<<8;ie|=(2<=N.strategy||N.level<2?0:N.level<6?1:N.level===6?2:3)<<6,N.strstart!==0&&(ie|=32),ie+=31-ie%31,N.status=R,ae(N,ie),N.strstart!==0&&(ae(N,v.adler>>>16),ae(N,65535&v.adler)),v.adler=1}if(N.status===69)if(N.gzhead.extra){for(B=N.pending;N.gzindex<(65535&N.gzhead.extra.length)&&(N.pending!==N.pending_buf_size||(N.gzhead.hcrc&&N.pending>B&&(v.adler=l(v.adler,N.pending_buf,N.pending-B,B)),L(v),B=N.pending,N.pending!==N.pending_buf_size));)re(N,255&N.gzhead.extra[N.gzindex]),N.gzindex++;N.gzhead.hcrc&&N.pending>B&&(v.adler=l(v.adler,N.pending_buf,N.pending-B,B)),N.gzindex===N.gzhead.extra.length&&(N.gzindex=0,N.status=73)}else N.status=73;if(N.status===73)if(N.gzhead.name){B=N.pending;do{if(N.pending===N.pending_buf_size&&(N.gzhead.hcrc&&N.pending>B&&(v.adler=l(v.adler,N.pending_buf,N.pending-B,B)),L(v),B=N.pending,N.pending===N.pending_buf_size)){V=1;break}V=N.gzindex<N.gzhead.name.length?255&N.gzhead.name.charCodeAt(N.gzindex++):0,re(N,V)}while(V!==0);N.gzhead.hcrc&&N.pending>B&&(v.adler=l(v.adler,N.pending_buf,N.pending-B,B)),V===0&&(N.gzindex=0,N.status=91)}else N.status=91;if(N.status===91)if(N.gzhead.comment){B=N.pending;do{if(N.pending===N.pending_buf_size&&(N.gzhead.hcrc&&N.pending>B&&(v.adler=l(v.adler,N.pending_buf,N.pending-B,B)),L(v),B=N.pending,N.pending===N.pending_buf_size)){V=1;break}V=N.gzindex<N.gzhead.comment.length?255&N.gzhead.comment.charCodeAt(N.gzindex++):0,re(N,V)}while(V!==0);N.gzhead.hcrc&&N.pending>B&&(v.adler=l(v.adler,N.pending_buf,N.pending-B,B)),V===0&&(N.status=103)}else N.status=103;if(N.status===103&&(N.gzhead.hcrc?(N.pending+2>N.pending_buf_size&&L(v),N.pending+2<=N.pending_buf_size&&(re(N,255&v.adler),re(N,v.adler>>8&255),v.adler=0,N.status=R)):N.status=R),N.pending!==0){if(L(v),v.avail_out===0)return N.last_flush=-1,h}else if(v.avail_in===0&&q($)<=q(j)&&$!==g)return G(v,-5);if(N.status===666&&v.avail_in!==0)return G(v,-5);if(v.avail_in!==0||N.lookahead!==0||$!==m&&N.status!==666){var ne=N.strategy===2?function(H,M){for(var X;;){if(H.lookahead===0&&(ce(H),H.lookahead===0)){if(M===m)return x;break}if(H.match_length=0,X=o._tr_tally(H,0,H.window[H.strstart]),H.lookahead--,H.strstart++,X&&(k(H,!1),H.strm.avail_out===0))return x}return H.insert=0,M===g?(k(H,!0),H.strm.avail_out===0?W:O):H.last_lit&&(k(H,!1),H.strm.avail_out===0)?x:z}(N,$):N.strategy===3?function(H,M){for(var X,Y,te,ue,pe=H.window;;){if(H.lookahead<=I){if(ce(H),H.lookahead<=I&&M===m)return x;if(H.lookahead===0)break}if(H.match_length=0,H.lookahead>=A&&0<H.strstart&&(Y=pe[te=H.strstart-1])===pe[++te]&&Y===pe[++te]&&Y===pe[++te]){ue=H.strstart+I;do;while(Y===pe[++te]&&Y===pe[++te]&&Y===pe[++te]&&Y===pe[++te]&&Y===pe[++te]&&Y===pe[++te]&&Y===pe[++te]&&Y===pe[++te]&&te<ue);H.match_length=I-(ue-te),H.match_length>H.lookahead&&(H.match_length=H.lookahead)}if(H.match_length>=A?(X=o._tr_tally(H,1,H.match_length-A),H.lookahead-=H.match_length,H.strstart+=H.match_length,H.match_length=0):(X=o._tr_tally(H,0,H.window[H.strstart]),H.lookahead--,H.strstart++),X&&(k(H,!1),H.strm.avail_out===0))return x}return H.insert=0,M===g?(k(H,!0),H.strm.avail_out===0?W:O):H.last_lit&&(k(H,!1),H.strm.avail_out===0)?x:z}(N,$):i[N.level].func(N,$);if(ne!==W&&ne!==O||(N.status=666),ne===x||ne===W)return v.avail_out===0&&(N.last_flush=-1),h;if(ne===z&&($===1?o._tr_align(N):$!==5&&(o._tr_stored_block(N,0,0,!1),$===3&&(Q(N.head),N.lookahead===0&&(N.strstart=0,N.block_start=0,N.insert=0))),L(v),v.avail_out===0))return N.last_flush=-1,h}return $!==g?h:N.wrap<=0?1:(N.wrap===2?(re(N,255&v.adler),re(N,v.adler>>8&255),re(N,v.adler>>16&255),re(N,v.adler>>24&255),re(N,255&v.total_in),re(N,v.total_in>>8&255),re(N,v.total_in>>16&255),re(N,v.total_in>>24&255)):(ae(N,v.adler>>>16),ae(N,65535&v.adler)),L(v),0<N.wrap&&(N.wrap=-N.wrap),N.pending!==0?h:1)},c.deflateEnd=function(v){var $;return v&&v.state?($=v.state.status)!==T&&$!==69&&$!==73&&$!==91&&$!==103&&$!==R&&$!==666?G(v,y):(v.state=null,$===R?G(v,-3):h):y},c.deflateSetDictionary=function(v,$){var j,N,B,V,ie,ne,H,M,X=$.length;if(!v||!v.state||(V=(j=v.state).wrap)===2||V===1&&j.status!==T||j.lookahead)return y;for(V===1&&(v.adler=u(v.adler,$,X,0)),j.wrap=0,X>=j.w_size&&(V===0&&(Q(j.head),j.strstart=0,j.block_start=0,j.insert=0),M=new a.Buf8(j.w_size),a.arraySet(M,$,X-j.w_size,j.w_size,0),$=M,X=j.w_size),ie=v.avail_in,ne=v.next_in,H=v.input,v.avail_in=X,v.next_in=0,v.input=$,ce(j);j.lookahead>=A;){for(N=j.strstart,B=j.lookahead-(A-1);j.ins_h=(j.ins_h<<j.hash_shift^j.window[N+A-1])&j.hash_mask,j.prev[N&j.w_mask]=j.head[j.ins_h],j.head[j.ins_h]=N,N++,--B;);j.strstart=N,j.lookahead=A-1,ce(j)}return j.strstart+=j.lookahead,j.block_start=j.strstart,j.insert=j.lookahead,j.lookahead=0,j.match_length=j.prev_length=A-1,j.match_available=0,v.next_in=ne,v.input=H,v.avail_in=ie,j.wrap=V,h},c.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(t,r,c){r.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(t,r,c){r.exports=function(i,a){var o,u,l,b,m,g,h,y,f,s,p,d,D,w,_,U,E,S,A,I,Z,T,R,x,z;o=i.state,u=i.next_in,x=i.input,l=u+(i.avail_in-5),b=i.next_out,z=i.output,m=b-(a-i.avail_out),g=b+(i.avail_out-257),h=o.dmax,y=o.wsize,f=o.whave,s=o.wnext,p=o.window,d=o.hold,D=o.bits,w=o.lencode,_=o.distcode,U=(1<<o.lenbits)-1,E=(1<<o.distbits)-1;e:do{D<15&&(d+=x[u++]<<D,D+=8,d+=x[u++]<<D,D+=8),S=w[d&U];n:for(;;){if(d>>>=A=S>>>24,D-=A,(A=S>>>16&255)===0)z[b++]=65535&S;else{if(!(16&A)){if((64&A)==0){S=w[(65535&S)+(d&(1<<A)-1)];continue n}if(32&A){o.mode=12;break e}i.msg="invalid literal/length code",o.mode=30;break e}I=65535&S,(A&=15)&&(D<A&&(d+=x[u++]<<D,D+=8),I+=d&(1<<A)-1,d>>>=A,D-=A),D<15&&(d+=x[u++]<<D,D+=8,d+=x[u++]<<D,D+=8),S=_[d&E];t:for(;;){if(d>>>=A=S>>>24,D-=A,!(16&(A=S>>>16&255))){if((64&A)==0){S=_[(65535&S)+(d&(1<<A)-1)];continue t}i.msg="invalid distance code",o.mode=30;break e}if(Z=65535&S,D<(A&=15)&&(d+=x[u++]<<D,(D+=8)<A&&(d+=x[u++]<<D,D+=8)),h<(Z+=d&(1<<A)-1)){i.msg="invalid distance too far back",o.mode=30;break e}if(d>>>=A,D-=A,(A=b-m)<Z){if(f<(A=Z-A)&&o.sane){i.msg="invalid distance too far back",o.mode=30;break e}if(R=p,(T=0)===s){if(T+=y-A,A<I){for(I-=A;z[b++]=p[T++],--A;);T=b-Z,R=z}}else if(s<A){if(T+=y+s-A,(A-=s)<I){for(I-=A;z[b++]=p[T++],--A;);if(T=0,s<I){for(I-=A=s;z[b++]=p[T++],--A;);T=b-Z,R=z}}}else if(T+=s-A,A<I){for(I-=A;z[b++]=p[T++],--A;);T=b-Z,R=z}for(;2<I;)z[b++]=R[T++],z[b++]=R[T++],z[b++]=R[T++],I-=3;I&&(z[b++]=R[T++],1<I&&(z[b++]=R[T++]))}else{for(T=b-Z;z[b++]=z[T++],z[b++]=z[T++],z[b++]=z[T++],2<(I-=3););I&&(z[b++]=z[T++],1<I&&(z[b++]=z[T++]))}break}}break}}while(u<l&&b<g);u-=I=D>>3,d&=(1<<(D-=I<<3))-1,i.next_in=u,i.next_out=b,i.avail_in=u<l?l-u+5:5-(u-l),i.avail_out=b<g?g-b+257:257-(b-g),o.hold=d,o.bits=D}},{}],49:[function(t,r,c){var i=t("../utils/common"),a=t("./adler32"),o=t("./crc32"),u=t("./inffast"),l=t("./inftrees"),b=1,m=2,g=0,h=-2,y=1,f=852,s=592;function p(T){return(T>>>24&255)+(T>>>8&65280)+((65280&T)<<8)+((255&T)<<24)}function d(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new i.Buf16(320),this.work=new i.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function D(T){var R;return T&&T.state?(R=T.state,T.total_in=T.total_out=R.total=0,T.msg="",R.wrap&&(T.adler=1&R.wrap),R.mode=y,R.last=0,R.havedict=0,R.dmax=32768,R.head=null,R.hold=0,R.bits=0,R.lencode=R.lendyn=new i.Buf32(f),R.distcode=R.distdyn=new i.Buf32(s),R.sane=1,R.back=-1,g):h}function w(T){var R;return T&&T.state?((R=T.state).wsize=0,R.whave=0,R.wnext=0,D(T)):h}function _(T,R){var x,z;return T&&T.state?(z=T.state,R<0?(x=0,R=-R):(x=1+(R>>4),R<48&&(R&=15)),R&&(R<8||15<R)?h:(z.window!==null&&z.wbits!==R&&(z.window=null),z.wrap=x,z.wbits=R,w(T))):h}function U(T,R){var x,z;return T?(z=new d,(T.state=z).window=null,(x=_(T,R))!==g&&(T.state=null),x):h}var E,S,A=!0;function I(T){if(A){var R;for(E=new i.Buf32(512),S=new i.Buf32(32),R=0;R<144;)T.lens[R++]=8;for(;R<256;)T.lens[R++]=9;for(;R<280;)T.lens[R++]=7;for(;R<288;)T.lens[R++]=8;for(l(b,T.lens,0,288,E,0,T.work,{bits:9}),R=0;R<32;)T.lens[R++]=5;l(m,T.lens,0,32,S,0,T.work,{bits:5}),A=!1}T.lencode=E,T.lenbits=9,T.distcode=S,T.distbits=5}function Z(T,R,x,z){var W,O=T.state;return O.window===null&&(O.wsize=1<<O.wbits,O.wnext=0,O.whave=0,O.window=new i.Buf8(O.wsize)),z>=O.wsize?(i.arraySet(O.window,R,x-O.wsize,O.wsize,0),O.wnext=0,O.whave=O.wsize):(z<(W=O.wsize-O.wnext)&&(W=z),i.arraySet(O.window,R,x-z,W,O.wnext),(z-=W)?(i.arraySet(O.window,R,x-z,z,0),O.wnext=z,O.whave=O.wsize):(O.wnext+=W,O.wnext===O.wsize&&(O.wnext=0),O.whave<O.wsize&&(O.whave+=W))),0}c.inflateReset=w,c.inflateReset2=_,c.inflateResetKeep=D,c.inflateInit=function(T){return U(T,15)},c.inflateInit2=U,c.inflate=function(T,R){var x,z,W,O,G,q,Q,L,k,re,ae,J,ce,fe,le,he,ge,be,Te,Ae,v,$,j,N,B=0,V=new i.Buf8(4),ie=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!T||!T.state||!T.output||!T.input&&T.avail_in!==0)return h;(x=T.state).mode===12&&(x.mode=13),G=T.next_out,W=T.output,Q=T.avail_out,O=T.next_in,z=T.input,q=T.avail_in,L=x.hold,k=x.bits,re=q,ae=Q,$=g;e:for(;;)switch(x.mode){case y:if(x.wrap===0){x.mode=13;break}for(;k<16;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(2&x.wrap&&L===35615){V[x.check=0]=255&L,V[1]=L>>>8&255,x.check=o(x.check,V,2,0),k=L=0,x.mode=2;break}if(x.flags=0,x.head&&(x.head.done=!1),!(1&x.wrap)||(((255&L)<<8)+(L>>8))%31){T.msg="incorrect header check",x.mode=30;break}if((15&L)!=8){T.msg="unknown compression method",x.mode=30;break}if(k-=4,v=8+(15&(L>>>=4)),x.wbits===0)x.wbits=v;else if(v>x.wbits){T.msg="invalid window size",x.mode=30;break}x.dmax=1<<v,T.adler=x.check=1,x.mode=512&L?10:12,k=L=0;break;case 2:for(;k<16;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(x.flags=L,(255&x.flags)!=8){T.msg="unknown compression method",x.mode=30;break}if(57344&x.flags){T.msg="unknown header flags set",x.mode=30;break}x.head&&(x.head.text=L>>8&1),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,x.check=o(x.check,V,2,0)),k=L=0,x.mode=3;case 3:for(;k<32;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}x.head&&(x.head.time=L),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,V[2]=L>>>16&255,V[3]=L>>>24&255,x.check=o(x.check,V,4,0)),k=L=0,x.mode=4;case 4:for(;k<16;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}x.head&&(x.head.xflags=255&L,x.head.os=L>>8),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,x.check=o(x.check,V,2,0)),k=L=0,x.mode=5;case 5:if(1024&x.flags){for(;k<16;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}x.length=L,x.head&&(x.head.extra_len=L),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,x.check=o(x.check,V,2,0)),k=L=0}else x.head&&(x.head.extra=null);x.mode=6;case 6:if(1024&x.flags&&(q<(J=x.length)&&(J=q),J&&(x.head&&(v=x.head.extra_len-x.length,x.head.extra||(x.head.extra=new Array(x.head.extra_len)),i.arraySet(x.head.extra,z,O,J,v)),512&x.flags&&(x.check=o(x.check,z,J,O)),q-=J,O+=J,x.length-=J),x.length))break e;x.length=0,x.mode=7;case 7:if(2048&x.flags){if(q===0)break e;for(J=0;v=z[O+J++],x.head&&v&&x.length<65536&&(x.head.name+=String.fromCharCode(v)),v&&J<q;);if(512&x.flags&&(x.check=o(x.check,z,J,O)),q-=J,O+=J,v)break e}else x.head&&(x.head.name=null);x.length=0,x.mode=8;case 8:if(4096&x.flags){if(q===0)break e;for(J=0;v=z[O+J++],x.head&&v&&x.length<65536&&(x.head.comment+=String.fromCharCode(v)),v&&J<q;);if(512&x.flags&&(x.check=o(x.check,z,J,O)),q-=J,O+=J,v)break e}else x.head&&(x.head.comment=null);x.mode=9;case 9:if(512&x.flags){for(;k<16;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(L!==(65535&x.check)){T.msg="header crc mismatch",x.mode=30;break}k=L=0}x.head&&(x.head.hcrc=x.flags>>9&1,x.head.done=!0),T.adler=x.check=0,x.mode=12;break;case 10:for(;k<32;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}T.adler=x.check=p(L),k=L=0,x.mode=11;case 11:if(x.havedict===0)return T.next_out=G,T.avail_out=Q,T.next_in=O,T.avail_in=q,x.hold=L,x.bits=k,2;T.adler=x.check=1,x.mode=12;case 12:if(R===5||R===6)break e;case 13:if(x.last){L>>>=7&k,k-=7&k,x.mode=27;break}for(;k<3;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}switch(x.last=1&L,k-=1,3&(L>>>=1)){case 0:x.mode=14;break;case 1:if(I(x),x.mode=20,R!==6)break;L>>>=2,k-=2;break e;case 2:x.mode=17;break;case 3:T.msg="invalid block type",x.mode=30}L>>>=2,k-=2;break;case 14:for(L>>>=7&k,k-=7&k;k<32;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if((65535&L)!=(L>>>16^65535)){T.msg="invalid stored block lengths",x.mode=30;break}if(x.length=65535&L,k=L=0,x.mode=15,R===6)break e;case 15:x.mode=16;case 16:if(J=x.length){if(q<J&&(J=q),Q<J&&(J=Q),J===0)break e;i.arraySet(W,z,O,J,G),q-=J,O+=J,Q-=J,G+=J,x.length-=J;break}x.mode=12;break;case 17:for(;k<14;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(x.nlen=257+(31&L),L>>>=5,k-=5,x.ndist=1+(31&L),L>>>=5,k-=5,x.ncode=4+(15&L),L>>>=4,k-=4,286<x.nlen||30<x.ndist){T.msg="too many length or distance symbols",x.mode=30;break}x.have=0,x.mode=18;case 18:for(;x.have<x.ncode;){for(;k<3;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}x.lens[ie[x.have++]]=7&L,L>>>=3,k-=3}for(;x.have<19;)x.lens[ie[x.have++]]=0;if(x.lencode=x.lendyn,x.lenbits=7,j={bits:x.lenbits},$=l(0,x.lens,0,19,x.lencode,0,x.work,j),x.lenbits=j.bits,$){T.msg="invalid code lengths set",x.mode=30;break}x.have=0,x.mode=19;case 19:for(;x.have<x.nlen+x.ndist;){for(;he=(B=x.lencode[L&(1<<x.lenbits)-1])>>>16&255,ge=65535&B,!((le=B>>>24)<=k);){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(ge<16)L>>>=le,k-=le,x.lens[x.have++]=ge;else{if(ge===16){for(N=le+2;k<N;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(L>>>=le,k-=le,x.have===0){T.msg="invalid bit length repeat",x.mode=30;break}v=x.lens[x.have-1],J=3+(3&L),L>>>=2,k-=2}else if(ge===17){for(N=le+3;k<N;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}k-=le,v=0,J=3+(7&(L>>>=le)),L>>>=3,k-=3}else{for(N=le+7;k<N;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}k-=le,v=0,J=11+(127&(L>>>=le)),L>>>=7,k-=7}if(x.have+J>x.nlen+x.ndist){T.msg="invalid bit length repeat",x.mode=30;break}for(;J--;)x.lens[x.have++]=v}}if(x.mode===30)break;if(x.lens[256]===0){T.msg="invalid code -- missing end-of-block",x.mode=30;break}if(x.lenbits=9,j={bits:x.lenbits},$=l(b,x.lens,0,x.nlen,x.lencode,0,x.work,j),x.lenbits=j.bits,$){T.msg="invalid literal/lengths set",x.mode=30;break}if(x.distbits=6,x.distcode=x.distdyn,j={bits:x.distbits},$=l(m,x.lens,x.nlen,x.ndist,x.distcode,0,x.work,j),x.distbits=j.bits,$){T.msg="invalid distances set",x.mode=30;break}if(x.mode=20,R===6)break e;case 20:x.mode=21;case 21:if(6<=q&&258<=Q){T.next_out=G,T.avail_out=Q,T.next_in=O,T.avail_in=q,x.hold=L,x.bits=k,u(T,ae),G=T.next_out,W=T.output,Q=T.avail_out,O=T.next_in,z=T.input,q=T.avail_in,L=x.hold,k=x.bits,x.mode===12&&(x.back=-1);break}for(x.back=0;he=(B=x.lencode[L&(1<<x.lenbits)-1])>>>16&255,ge=65535&B,!((le=B>>>24)<=k);){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(he&&(240&he)==0){for(be=le,Te=he,Ae=ge;he=(B=x.lencode[Ae+((L&(1<<be+Te)-1)>>be)])>>>16&255,ge=65535&B,!(be+(le=B>>>24)<=k);){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}L>>>=be,k-=be,x.back+=be}if(L>>>=le,k-=le,x.back+=le,x.length=ge,he===0){x.mode=26;break}if(32&he){x.back=-1,x.mode=12;break}if(64&he){T.msg="invalid literal/length code",x.mode=30;break}x.extra=15&he,x.mode=22;case 22:if(x.extra){for(N=x.extra;k<N;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}x.length+=L&(1<<x.extra)-1,L>>>=x.extra,k-=x.extra,x.back+=x.extra}x.was=x.length,x.mode=23;case 23:for(;he=(B=x.distcode[L&(1<<x.distbits)-1])>>>16&255,ge=65535&B,!((le=B>>>24)<=k);){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if((240&he)==0){for(be=le,Te=he,Ae=ge;he=(B=x.distcode[Ae+((L&(1<<be+Te)-1)>>be)])>>>16&255,ge=65535&B,!(be+(le=B>>>24)<=k);){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}L>>>=be,k-=be,x.back+=be}if(L>>>=le,k-=le,x.back+=le,64&he){T.msg="invalid distance code",x.mode=30;break}x.offset=ge,x.extra=15&he,x.mode=24;case 24:if(x.extra){for(N=x.extra;k<N;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}x.offset+=L&(1<<x.extra)-1,L>>>=x.extra,k-=x.extra,x.back+=x.extra}if(x.offset>x.dmax){T.msg="invalid distance too far back",x.mode=30;break}x.mode=25;case 25:if(Q===0)break e;if(J=ae-Q,x.offset>J){if((J=x.offset-J)>x.whave&&x.sane){T.msg="invalid distance too far back",x.mode=30;break}ce=J>x.wnext?(J-=x.wnext,x.wsize-J):x.wnext-J,J>x.length&&(J=x.length),fe=x.window}else fe=W,ce=G-x.offset,J=x.length;for(Q<J&&(J=Q),Q-=J,x.length-=J;W[G++]=fe[ce++],--J;);x.length===0&&(x.mode=21);break;case 26:if(Q===0)break e;W[G++]=x.length,Q--,x.mode=21;break;case 27:if(x.wrap){for(;k<32;){if(q===0)break e;q--,L|=z[O++]<<k,k+=8}if(ae-=Q,T.total_out+=ae,x.total+=ae,ae&&(T.adler=x.check=x.flags?o(x.check,W,ae,G-ae):a(x.check,W,ae,G-ae)),ae=Q,(x.flags?L:p(L))!==x.check){T.msg="incorrect data check",x.mode=30;break}k=L=0}x.mode=28;case 28:if(x.wrap&&x.flags){for(;k<32;){if(q===0)break e;q--,L+=z[O++]<<k,k+=8}if(L!==(4294967295&x.total)){T.msg="incorrect length check",x.mode=30;break}k=L=0}x.mode=29;case 29:$=1;break e;case 30:$=-3;break e;case 31:return-4;case 32:default:return h}return T.next_out=G,T.avail_out=Q,T.next_in=O,T.avail_in=q,x.hold=L,x.bits=k,(x.wsize||ae!==T.avail_out&&x.mode<30&&(x.mode<27||R!==4))&&Z(T,T.output,T.next_out,ae-T.avail_out)?(x.mode=31,-4):(re-=T.avail_in,ae-=T.avail_out,T.total_in+=re,T.total_out+=ae,x.total+=ae,x.wrap&&ae&&(T.adler=x.check=x.flags?o(x.check,W,ae,T.next_out-ae):a(x.check,W,ae,T.next_out-ae)),T.data_type=x.bits+(x.last?64:0)+(x.mode===12?128:0)+(x.mode===20||x.mode===15?256:0),(re==0&&ae===0||R===4)&&$===g&&($=-5),$)},c.inflateEnd=function(T){if(!T||!T.state)return h;var R=T.state;return R.window&&(R.window=null),T.state=null,g},c.inflateGetHeader=function(T,R){var x;return T&&T.state?(2&(x=T.state).wrap)==0?h:((x.head=R).done=!1,g):h},c.inflateSetDictionary=function(T,R){var x,z=R.length;return T&&T.state?(x=T.state).wrap!==0&&x.mode!==11?h:x.mode===11&&a(1,R,z,0)!==x.check?-3:Z(T,R,z,z)?(x.mode=31,-4):(x.havedict=1,g):h},c.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(t,r,c){var i=t("../utils/common"),a=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],o=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],u=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],l=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];r.exports=function(b,m,g,h,y,f,s,p){var d,D,w,_,U,E,S,A,I,Z=p.bits,T=0,R=0,x=0,z=0,W=0,O=0,G=0,q=0,Q=0,L=0,k=null,re=0,ae=new i.Buf16(16),J=new i.Buf16(16),ce=null,fe=0;for(T=0;T<=15;T++)ae[T]=0;for(R=0;R<h;R++)ae[m[g+R]]++;for(W=Z,z=15;1<=z&&ae[z]===0;z--);if(z<W&&(W=z),z===0)return y[f++]=20971520,y[f++]=20971520,p.bits=1,0;for(x=1;x<z&&ae[x]===0;x++);for(W<x&&(W=x),T=q=1;T<=15;T++)if(q<<=1,(q-=ae[T])<0)return-1;if(0<q&&(b===0||z!==1))return-1;for(J[1]=0,T=1;T<15;T++)J[T+1]=J[T]+ae[T];for(R=0;R<h;R++)m[g+R]!==0&&(s[J[m[g+R]]++]=R);if(E=b===0?(k=ce=s,19):b===1?(k=a,re-=257,ce=o,fe-=257,256):(k=u,ce=l,-1),T=x,U=f,G=R=L=0,w=-1,_=(Q=1<<(O=W))-1,b===1&&852<Q||b===2&&592<Q)return 1;for(;;){for(S=T-G,I=s[R]<E?(A=0,s[R]):s[R]>E?(A=ce[fe+s[R]],k[re+s[R]]):(A=96,0),d=1<<T-G,x=D=1<<O;y[U+(L>>G)+(D-=d)]=S<<24|A<<16|I|0,D!==0;);for(d=1<<T-1;L&d;)d>>=1;if(d!==0?(L&=d-1,L+=d):L=0,R++,--ae[T]==0){if(T===z)break;T=m[g+s[R]]}if(W<T&&(L&_)!==w){for(G===0&&(G=W),U+=x,q=1<<(O=T-G);O+G<z&&!((q-=ae[O+G])<=0);)O++,q<<=1;if(Q+=1<<O,b===1&&852<Q||b===2&&592<Q)return 1;y[w=L&_]=W<<24|O<<16|U-f|0}}return L!==0&&(y[U+L]=T-G<<24|64<<16|0),p.bits=W,0}},{"../utils/common":41}],51:[function(t,r,c){r.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(t,r,c){var i=t("../utils/common"),a=0,o=1;function u(B){for(var V=B.length;0<=--V;)B[V]=0}var l=0,b=29,m=256,g=m+1+b,h=30,y=19,f=2*g+1,s=15,p=16,d=7,D=256,w=16,_=17,U=18,E=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],S=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],A=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],I=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],Z=new Array(2*(g+2));u(Z);var T=new Array(2*h);u(T);var R=new Array(512);u(R);var x=new Array(256);u(x);var z=new Array(b);u(z);var W,O,G,q=new Array(h);function Q(B,V,ie,ne,H){this.static_tree=B,this.extra_bits=V,this.extra_base=ie,this.elems=ne,this.max_length=H,this.has_stree=B&&B.length}function L(B,V){this.dyn_tree=B,this.max_code=0,this.stat_desc=V}function k(B){return B<256?R[B]:R[256+(B>>>7)]}function re(B,V){B.pending_buf[B.pending++]=255&V,B.pending_buf[B.pending++]=V>>>8&255}function ae(B,V,ie){B.bi_valid>p-ie?(B.bi_buf|=V<<B.bi_valid&65535,re(B,B.bi_buf),B.bi_buf=V>>p-B.bi_valid,B.bi_valid+=ie-p):(B.bi_buf|=V<<B.bi_valid&65535,B.bi_valid+=ie)}function J(B,V,ie){ae(B,ie[2*V],ie[2*V+1])}function ce(B,V){for(var ie=0;ie|=1&B,B>>>=1,ie<<=1,0<--V;);return ie>>>1}function fe(B,V,ie){var ne,H,M=new Array(s+1),X=0;for(ne=1;ne<=s;ne++)M[ne]=X=X+ie[ne-1]<<1;for(H=0;H<=V;H++){var Y=B[2*H+1];Y!==0&&(B[2*H]=ce(M[Y]++,Y))}}function le(B){var V;for(V=0;V<g;V++)B.dyn_ltree[2*V]=0;for(V=0;V<h;V++)B.dyn_dtree[2*V]=0;for(V=0;V<y;V++)B.bl_tree[2*V]=0;B.dyn_ltree[2*D]=1,B.opt_len=B.static_len=0,B.last_lit=B.matches=0}function he(B){8<B.bi_valid?re(B,B.bi_buf):0<B.bi_valid&&(B.pending_buf[B.pending++]=B.bi_buf),B.bi_buf=0,B.bi_valid=0}function ge(B,V,ie,ne){var H=2*V,M=2*ie;return B[H]<B[M]||B[H]===B[M]&&ne[V]<=ne[ie]}function be(B,V,ie){for(var ne=B.heap[ie],H=ie<<1;H<=B.heap_len&&(H<B.heap_len&&ge(V,B.heap[H+1],B.heap[H],B.depth)&&H++,!ge(V,ne,B.heap[H],B.depth));)B.heap[ie]=B.heap[H],ie=H,H<<=1;B.heap[ie]=ne}function Te(B,V,ie){var ne,H,M,X,Y=0;if(B.last_lit!==0)for(;ne=B.pending_buf[B.d_buf+2*Y]<<8|B.pending_buf[B.d_buf+2*Y+1],H=B.pending_buf[B.l_buf+Y],Y++,ne===0?J(B,H,V):(J(B,(M=x[H])+m+1,V),(X=E[M])!==0&&ae(B,H-=z[M],X),J(B,M=k(--ne),ie),(X=S[M])!==0&&ae(B,ne-=q[M],X)),Y<B.last_lit;);J(B,D,V)}function Ae(B,V){var ie,ne,H,M=V.dyn_tree,X=V.stat_desc.static_tree,Y=V.stat_desc.has_stree,te=V.stat_desc.elems,ue=-1;for(B.heap_len=0,B.heap_max=f,ie=0;ie<te;ie++)M[2*ie]!==0?(B.heap[++B.heap_len]=ue=ie,B.depth[ie]=0):M[2*ie+1]=0;for(;B.heap_len<2;)M[2*(H=B.heap[++B.heap_len]=ue<2?++ue:0)]=1,B.depth[H]=0,B.opt_len--,Y&&(B.static_len-=X[2*H+1]);for(V.max_code=ue,ie=B.heap_len>>1;1<=ie;ie--)be(B,M,ie);for(H=te;ie=B.heap[1],B.heap[1]=B.heap[B.heap_len--],be(B,M,1),ne=B.heap[1],B.heap[--B.heap_max]=ie,B.heap[--B.heap_max]=ne,M[2*H]=M[2*ie]+M[2*ne],B.depth[H]=(B.depth[ie]>=B.depth[ne]?B.depth[ie]:B.depth[ne])+1,M[2*ie+1]=M[2*ne+1]=H,B.heap[1]=H++,be(B,M,1),2<=B.heap_len;);B.heap[--B.heap_max]=B.heap[1],function(pe,xe){var me,_e,K,oe,de,ye,De=xe.dyn_tree,Ue=xe.max_code,Se=xe.stat_desc.static_tree,Re=xe.stat_desc.has_stree,Je=xe.stat_desc.extra_bits,F=xe.stat_desc.extra_base,C=xe.stat_desc.max_length,P=0;for(oe=0;oe<=s;oe++)pe.bl_count[oe]=0;for(De[2*pe.heap[pe.heap_max]+1]=0,me=pe.heap_max+1;me<f;me++)C<(oe=De[2*De[2*(_e=pe.heap[me])+1]+1]+1)&&(oe=C,P++),De[2*_e+1]=oe,Ue<_e||(pe.bl_count[oe]++,de=0,F<=_e&&(de=Je[_e-F]),ye=De[2*_e],pe.opt_len+=ye*(oe+de),Re&&(pe.static_len+=ye*(Se[2*_e+1]+de)));if(P!==0){do{for(oe=C-1;pe.bl_count[oe]===0;)oe--;pe.bl_count[oe]--,pe.bl_count[oe+1]+=2,pe.bl_count[C]--,P-=2}while(0<P);for(oe=C;oe!==0;oe--)for(_e=pe.bl_count[oe];_e!==0;)Ue<(K=pe.heap[--me])||(De[2*K+1]!==oe&&(pe.opt_len+=(oe-De[2*K+1])*De[2*K],De[2*K+1]=oe),_e--)}}(B,V),fe(M,ue,B.bl_count)}function v(B,V,ie){var ne,H,M=-1,X=V[1],Y=0,te=7,ue=4;for(X===0&&(te=138,ue=3),V[2*(ie+1)+1]=65535,ne=0;ne<=ie;ne++)H=X,X=V[2*(ne+1)+1],++Y<te&&H===X||(Y<ue?B.bl_tree[2*H]+=Y:H!==0?(H!==M&&B.bl_tree[2*H]++,B.bl_tree[2*w]++):Y<=10?B.bl_tree[2*_]++:B.bl_tree[2*U]++,M=H,ue=(Y=0)===X?(te=138,3):H===X?(te=6,3):(te=7,4))}function $(B,V,ie){var ne,H,M=-1,X=V[1],Y=0,te=7,ue=4;for(X===0&&(te=138,ue=3),ne=0;ne<=ie;ne++)if(H=X,X=V[2*(ne+1)+1],!(++Y<te&&H===X)){if(Y<ue)for(;J(B,H,B.bl_tree),--Y!=0;);else H!==0?(H!==M&&(J(B,H,B.bl_tree),Y--),J(B,w,B.bl_tree),ae(B,Y-3,2)):Y<=10?(J(B,_,B.bl_tree),ae(B,Y-3,3)):(J(B,U,B.bl_tree),ae(B,Y-11,7));M=H,ue=(Y=0)===X?(te=138,3):H===X?(te=6,3):(te=7,4)}}u(q);var j=!1;function N(B,V,ie,ne){ae(B,(l<<1)+(ne?1:0),3),function(H,M,X,Y){he(H),re(H,X),re(H,~X),i.arraySet(H.pending_buf,H.window,M,X,H.pending),H.pending+=X}(B,V,ie)}c._tr_init=function(B){j||(function(){var V,ie,ne,H,M,X=new Array(s+1);for(H=ne=0;H<b-1;H++)for(z[H]=ne,V=0;V<1<<E[H];V++)x[ne++]=H;for(x[ne-1]=H,H=M=0;H<16;H++)for(q[H]=M,V=0;V<1<<S[H];V++)R[M++]=H;for(M>>=7;H<h;H++)for(q[H]=M<<7,V=0;V<1<<S[H]-7;V++)R[256+M++]=H;for(ie=0;ie<=s;ie++)X[ie]=0;for(V=0;V<=143;)Z[2*V+1]=8,V++,X[8]++;for(;V<=255;)Z[2*V+1]=9,V++,X[9]++;for(;V<=279;)Z[2*V+1]=7,V++,X[7]++;for(;V<=287;)Z[2*V+1]=8,V++,X[8]++;for(fe(Z,g+1,X),V=0;V<h;V++)T[2*V+1]=5,T[2*V]=ce(V,5);W=new Q(Z,E,m+1,g,s),O=new Q(T,S,0,h,s),G=new Q(new Array(0),A,0,y,d)}(),j=!0),B.l_desc=new L(B.dyn_ltree,W),B.d_desc=new L(B.dyn_dtree,O),B.bl_desc=new L(B.bl_tree,G),B.bi_buf=0,B.bi_valid=0,le(B)},c._tr_stored_block=N,c._tr_flush_block=function(B,V,ie,ne){var H,M,X=0;0<B.level?(B.strm.data_type===2&&(B.strm.data_type=function(Y){var te,ue=4093624447;for(te=0;te<=31;te++,ue>>>=1)if(1&ue&&Y.dyn_ltree[2*te]!==0)return a;if(Y.dyn_ltree[18]!==0||Y.dyn_ltree[20]!==0||Y.dyn_ltree[26]!==0)return o;for(te=32;te<m;te++)if(Y.dyn_ltree[2*te]!==0)return o;return a}(B)),Ae(B,B.l_desc),Ae(B,B.d_desc),X=function(Y){var te;for(v(Y,Y.dyn_ltree,Y.l_desc.max_code),v(Y,Y.dyn_dtree,Y.d_desc.max_code),Ae(Y,Y.bl_desc),te=y-1;3<=te&&Y.bl_tree[2*I[te]+1]===0;te--);return Y.opt_len+=3*(te+1)+5+5+4,te}(B),H=B.opt_len+3+7>>>3,(M=B.static_len+3+7>>>3)<=H&&(H=M)):H=M=ie+5,ie+4<=H&&V!==-1?N(B,V,ie,ne):B.strategy===4||M===H?(ae(B,2+(ne?1:0),3),Te(B,Z,T)):(ae(B,4+(ne?1:0),3),function(Y,te,ue,pe){var xe;for(ae(Y,te-257,5),ae(Y,ue-1,5),ae(Y,pe-4,4),xe=0;xe<pe;xe++)ae(Y,Y.bl_tree[2*I[xe]+1],3);$(Y,Y.dyn_ltree,te-1),$(Y,Y.dyn_dtree,ue-1)}(B,B.l_desc.max_code+1,B.d_desc.max_code+1,X+1),Te(B,B.dyn_ltree,B.dyn_dtree)),le(B),ne&&he(B)},c._tr_tally=function(B,V,ie){return B.pending_buf[B.d_buf+2*B.last_lit]=V>>>8&255,B.pending_buf[B.d_buf+2*B.last_lit+1]=255&V,B.pending_buf[B.l_buf+B.last_lit]=255&ie,B.last_lit++,V===0?B.dyn_ltree[2*ie]++:(B.matches++,V--,B.dyn_ltree[2*(x[ie]+m+1)]++,B.dyn_dtree[2*k(V)]++),B.last_lit===B.lit_bufsize-1},c._tr_align=function(B){ae(B,2,3),J(B,D,Z),function(V){V.bi_valid===16?(re(V,V.bi_buf),V.bi_buf=0,V.bi_valid=0):8<=V.bi_valid&&(V.pending_buf[V.pending++]=255&V.bi_buf,V.bi_buf>>=8,V.bi_valid-=8)}(B)}},{"../utils/common":41}],53:[function(t,r,c){r.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(t,r,c){(function(i){(function(a,o){if(!a.setImmediate){var u,l,b,m,g=1,h={},y=!1,f=a.document,s=Object.getPrototypeOf&&Object.getPrototypeOf(a);s=s&&s.setTimeout?s:a,u={}.toString.call(a.process)==="[object process]"?function(w){process.nextTick(function(){d(w)})}:function(){if(a.postMessage&&!a.importScripts){var w=!0,_=a.onmessage;return a.onmessage=function(){w=!1},a.postMessage("","*"),a.onmessage=_,w}}()?(m="setImmediate$"+Math.random()+"$",a.addEventListener?a.addEventListener("message",D,!1):a.attachEvent("onmessage",D),function(w){a.postMessage(m+w,"*")}):a.MessageChannel?((b=new MessageChannel).port1.onmessage=function(w){d(w.data)},function(w){b.port2.postMessage(w)}):f&&"onreadystatechange"in f.createElement("script")?(l=f.documentElement,function(w){var _=f.createElement("script");_.onreadystatechange=function(){d(w),_.onreadystatechange=null,l.removeChild(_),_=null},l.appendChild(_)}):function(w){setTimeout(d,0,w)},s.setImmediate=function(w){typeof w!="function"&&(w=new Function(""+w));for(var _=new Array(arguments.length-1),U=0;U<_.length;U++)_[U]=arguments[U+1];var E={callback:w,args:_};return h[g]=E,u(g),g++},s.clearImmediate=p}function p(w){delete h[w]}function d(w){if(y)setTimeout(d,0,w);else{var _=h[w];if(_){y=!0;try{(function(U){var E=U.callback,S=U.args;switch(S.length){case 0:E();break;case 1:E(S[0]);break;case 2:E(S[0],S[1]);break;case 3:E(S[0],S[1],S[2]);break;default:E.apply(o,S)}})(_)}finally{p(w),y=!1}}}}function D(w){w.source===a&&typeof w.data=="string"&&w.data.indexOf(m)===0&&d(+w.data.slice(m.length))}})(typeof self>"u"?i===void 0?this:i:self)}).call(this,typeof je.commonjsGlobal<"u"?je.commonjsGlobal:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})}(Kr)),Kr.exports}var po;function hs(){if(po)return jn;po=1;var e=kd(),n=Wd();jn.openArrayBuffer=t,jn.splitPath=r,jn.joinPath=c;function t(i){return n.loadAsync(i).then(function(a){function o(m){return a.file(m)!==null}function u(m,g){return a.file(m).async("uint8array").then(function(h){if(g==="base64")return e.fromByteArray(h);if(g){var y=new TextDecoder(g);return y.decode(h)}else return h})}function l(m,g){a.file(m,g)}function b(){return a.generateAsync({type:"arraybuffer"})}return{exists:o,read:u,write:l,toArrayBuffer:b}})}function r(i){var a=i.lastIndexOf("/");return a===-1?{dirname:"",basename:i}:{dirname:i.substring(0,a),basename:i.substring(a+1)}}function c(){var i=Array.prototype.filter.call(arguments,function(o){return o}),a=[];return i.forEach(function(o){/^\//.test(o)?a=[o]:a.push(o)}),a.join("/")}return jn}var lt={},un={},Wn={},go;function ps(){if(go)return Wn;go=1;var e=Be;Wn.Element=t,Wn.element=function(i,a,o){return new t(i,a,o)},Wn.text=function(i){return{type:"text",value:i}};var n=Wn.emptyElement={first:function(){return null},firstOrEmpty:function(){return n},attributes:{},children:[]};function t(i,a,o){this.type="element",this.name=i,this.attributes=a||{},this.children=o||[]}t.prototype.first=function(i){return e.find(this.children,function(a){return a.name===i})},t.prototype.firstOrEmpty=function(i){return this.first(i)||n},t.prototype.getElementsByTagName=function(i){var a=e.filter(this.children,function(o){return o.name===i});return c(a)},t.prototype.text=function(){if(this.children.length===0)return"";if(this.children.length!==1||this.children[0].type!=="text")throw new Error("Not implemented");return this.children[0].value};var r={getElementsByTagName:function(i){return c(e.flatten(this.map(function(a){return a.getElementsByTagName(i)},!0)))}};function c(i){return e.extend(i,r)}return Wn}var Qr={},ft={},Vn={},tn={},_n={},mo;function tr(){if(mo)return _n;mo=1;function e(i,a,o){if(o===void 0&&(o=Array.prototype),i&&typeof o.find=="function")return o.find.call(i,a);for(var u=0;u<i.length;u++)if(Object.prototype.hasOwnProperty.call(i,u)){var l=i[u];if(a.call(void 0,l,u,i))return l}}function n(i,a){return a===void 0&&(a=Object),a&&typeof a.freeze=="function"?a.freeze(i):i}function t(i,a){if(i===null||typeof i!="object")throw new TypeError("target is not an object");for(var o in a)Object.prototype.hasOwnProperty.call(a,o)&&(i[o]=a[o]);return i}var r=n({HTML:"text/html",isHTML:function(i){return i===r.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),c=n({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(i){return i===c.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});return _n.assign=t,_n.find=e,_n.freeze=n,_n.MIME_TYPE=r,_n.NAMESPACE=c,_n}var bo;function la(){if(bo)return tn;bo=1;var e=tr(),n=e.find,t=e.NAMESPACE;function r(F){return F!==""}function c(F){return F?F.split(/[\t\n\f\r ]+/).filter(r):[]}function i(F,C){return F.hasOwnProperty(C)||(F[C]=!0),F}function a(F){if(!F)return[];var C=c(F);return Object.keys(C.reduce(i,{}))}function o(F){return function(C){return F&&F.indexOf(C)!==-1}}function u(F,C){for(var P in F)Object.prototype.hasOwnProperty.call(F,P)&&(C[P]=F[P])}function l(F,C){var P=F.prototype;if(!(P instanceof C)){let ee=function(){};ee.prototype=C.prototype,ee=new ee,u(P,ee),F.prototype=P=ee}P.constructor!=F&&(typeof F!="function"&&console.error("unknown Class:"+F),P.constructor=F)}var b={},m=b.ELEMENT_NODE=1,g=b.ATTRIBUTE_NODE=2,h=b.TEXT_NODE=3,y=b.CDATA_SECTION_NODE=4,f=b.ENTITY_REFERENCE_NODE=5,s=b.ENTITY_NODE=6,p=b.PROCESSING_INSTRUCTION_NODE=7,d=b.COMMENT_NODE=8,D=b.DOCUMENT_NODE=9,w=b.DOCUMENT_TYPE_NODE=10,_=b.DOCUMENT_FRAGMENT_NODE=11,U=b.NOTATION_NODE=12,E={},S={};E.INDEX_SIZE_ERR=(S[1]="Index size error",1),E.DOMSTRING_SIZE_ERR=(S[2]="DOMString size error",2);var A=E.HIERARCHY_REQUEST_ERR=(S[3]="Hierarchy request error",3);E.WRONG_DOCUMENT_ERR=(S[4]="Wrong document",4),E.INVALID_CHARACTER_ERR=(S[5]="Invalid character",5),E.NO_DATA_ALLOWED_ERR=(S[6]="No data allowed",6),E.NO_MODIFICATION_ALLOWED_ERR=(S[7]="No modification allowed",7);var I=E.NOT_FOUND_ERR=(S[8]="Not found",8);E.NOT_SUPPORTED_ERR=(S[9]="Not supported",9);var Z=E.INUSE_ATTRIBUTE_ERR=(S[10]="Attribute in use",10);E.INVALID_STATE_ERR=(S[11]="Invalid state",11),E.SYNTAX_ERR=(S[12]="Syntax error",12),E.INVALID_MODIFICATION_ERR=(S[13]="Invalid modification",13),E.NAMESPACE_ERR=(S[14]="Invalid namespace",14),E.INVALID_ACCESS_ERR=(S[15]="Invalid access",15);function T(F,C){if(C instanceof Error)var P=C;else P=this,Error.call(this,S[F]),this.message=S[F],Error.captureStackTrace&&Error.captureStackTrace(this,T);return P.code=F,C&&(this.message=this.message+": "+C),P}T.prototype=Error.prototype,u(E,T);function R(){}R.prototype={length:0,item:function(F){return F>=0&&F<this.length?this[F]:null},toString:function(F,C){for(var P=[],ee=0;ee<this.length;ee++)Ue(this[ee],P,F,C);return P.join("")},filter:function(F){return Array.prototype.filter.call(this,F)},indexOf:function(F){return Array.prototype.indexOf.call(this,F)}};function x(F,C){this._node=F,this._refresh=C,z(this)}function z(F){var C=F._node._inc||F._node.ownerDocument._inc;if(F._inc!==C){var P=F._refresh(F._node);if(Je(F,"length",P.length),!F.$$length||P.length<F.$$length)for(var ee=P.length;ee in F;ee++)Object.prototype.hasOwnProperty.call(F,ee)&&delete F[ee];u(P,F),F._inc=C}}x.prototype.item=function(F){return z(this),this[F]||null},l(x,R);function W(){}function O(F,C){for(var P=F.length;P--;)if(F[P]===C)return P}function G(F,C,P,ee){if(ee?C[O(C,ee)]=P:C[C.length++]=P,F){P.ownerElement=F;var se=F.ownerDocument;se&&(ee&&ce(se,F,ee),J(se,F,P))}}function q(F,C,P){var ee=O(C,P);if(ee>=0){for(var se=C.length-1;ee<se;)C[ee]=C[++ee];if(C.length=se,F){var ve=F.ownerDocument;ve&&(ce(ve,F,P),P.ownerElement=null)}}else throw new T(I,new Error(F.tagName+"@"+P))}W.prototype={length:0,item:R.prototype.item,getNamedItem:function(F){for(var C=this.length;C--;){var P=this[C];if(P.nodeName==F)return P}},setNamedItem:function(F){var C=F.ownerElement;if(C&&C!=this._ownerElement)throw new T(Z);var P=this.getNamedItem(F.nodeName);return G(this._ownerElement,this,F,P),P},setNamedItemNS:function(F){var C=F.ownerElement,P;if(C&&C!=this._ownerElement)throw new T(Z);return P=this.getNamedItemNS(F.namespaceURI,F.localName),G(this._ownerElement,this,F,P),P},removeNamedItem:function(F){var C=this.getNamedItem(F);return q(this._ownerElement,this,C),C},removeNamedItemNS:function(F,C){var P=this.getNamedItemNS(F,C);return q(this._ownerElement,this,P),P},getNamedItemNS:function(F,C){for(var P=this.length;P--;){var ee=this[P];if(ee.localName==C&&ee.namespaceURI==F)return ee}return null}};function Q(){}Q.prototype={hasFeature:function(F,C){return!0},createDocument:function(F,C,P){var ee=new ae;if(ee.implementation=this,ee.childNodes=new R,ee.doctype=P||null,P&&ee.appendChild(P),C){var se=ee.createElementNS(F,C);ee.appendChild(se)}return ee},createDocumentType:function(F,C,P){var ee=new ue;return ee.name=F,ee.nodeName=F,ee.publicId=C||"",ee.systemId=P||"",ee}};function L(){}L.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(F,C){return V(this,F,C)},replaceChild:function(F,C){V(this,F,C,B),C&&this.removeChild(C)},removeChild:function(F){return le(this,F)},appendChild:function(F){return this.insertBefore(F,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(F){return Re(this.ownerDocument||this,this,F)},normalize:function(){for(var F=this.firstChild;F;){var C=F.nextSibling;C&&C.nodeType==h&&F.nodeType==h?(this.removeChild(C),F.appendData(C.data)):(F.normalize(),F=C)}},isSupported:function(F,C){return this.ownerDocument.implementation.hasFeature(F,C)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(F){for(var C=this;C;){var P=C._nsMap;if(P){for(var ee in P)if(Object.prototype.hasOwnProperty.call(P,ee)&&P[ee]===F)return ee}C=C.nodeType==g?C.ownerDocument:C.parentNode}return null},lookupNamespaceURI:function(F){for(var C=this;C;){var P=C._nsMap;if(P&&Object.prototype.hasOwnProperty.call(P,F))return P[F];C=C.nodeType==g?C.ownerDocument:C.parentNode}return null},isDefaultNamespace:function(F){var C=this.lookupPrefix(F);return C==null}};function k(F){return F=="<"&&"<"||F==">"&&">"||F=="&"&&"&"||F=='"'&&"""||"&#"+F.charCodeAt()+";"}u(b,L),u(b,L.prototype);function re(F,C){if(C(F))return!0;if(F=F.firstChild)do if(re(F,C))return!0;while(F=F.nextSibling)}function ae(){this.ownerDocument=this}function J(F,C,P){F&&F._inc++;var ee=P.namespaceURI;ee===t.XMLNS&&(C._nsMap[P.prefix?P.localName:""]=P.value)}function ce(F,C,P,ee){F&&F._inc++;var se=P.namespaceURI;se===t.XMLNS&&delete C._nsMap[P.prefix?P.localName:""]}function fe(F,C,P){if(F&&F._inc){F._inc++;var ee=C.childNodes;if(P)ee[ee.length++]=P;else{for(var se=C.firstChild,ve=0;se;)ee[ve++]=se,se=se.nextSibling;ee.length=ve,delete ee[ee.length]}}}function le(F,C){var P=C.previousSibling,ee=C.nextSibling;return P?P.nextSibling=ee:F.firstChild=ee,ee?ee.previousSibling=P:F.lastChild=P,C.parentNode=null,C.previousSibling=null,C.nextSibling=null,fe(F.ownerDocument,F),C}function he(F){return F&&(F.nodeType===L.DOCUMENT_NODE||F.nodeType===L.DOCUMENT_FRAGMENT_NODE||F.nodeType===L.ELEMENT_NODE)}function ge(F){return F&&(Te(F)||Ae(F)||be(F)||F.nodeType===L.DOCUMENT_FRAGMENT_NODE||F.nodeType===L.COMMENT_NODE||F.nodeType===L.PROCESSING_INSTRUCTION_NODE)}function be(F){return F&&F.nodeType===L.DOCUMENT_TYPE_NODE}function Te(F){return F&&F.nodeType===L.ELEMENT_NODE}function Ae(F){return F&&F.nodeType===L.TEXT_NODE}function v(F,C){var P=F.childNodes||[];if(n(P,Te)||be(C))return!1;var ee=n(P,be);return!(C&&ee&&P.indexOf(ee)>P.indexOf(C))}function $(F,C){var P=F.childNodes||[];function ee(ve){return Te(ve)&&ve!==C}if(n(P,ee))return!1;var se=n(P,be);return!(C&&se&&P.indexOf(se)>P.indexOf(C))}function j(F,C,P){if(!he(F))throw new T(A,"Unexpected parent node type "+F.nodeType);if(P&&P.parentNode!==F)throw new T(I,"child not in parent");if(!ge(C)||be(C)&&F.nodeType!==L.DOCUMENT_NODE)throw new T(A,"Unexpected node type "+C.nodeType+" for parent node type "+F.nodeType)}function N(F,C,P){var ee=F.childNodes||[],se=C.childNodes||[];if(C.nodeType===L.DOCUMENT_FRAGMENT_NODE){var ve=se.filter(Te);if(ve.length>1||n(se,Ae))throw new T(A,"More than one element or text in fragment");if(ve.length===1&&!v(F,P))throw new T(A,"Element in fragment can not be inserted before doctype")}if(Te(C)&&!v(F,P))throw new T(A,"Only one element can be added and only after doctype");if(be(C)){if(n(ee,be))throw new T(A,"Only one doctype is allowed");var Ce=n(ee,Te);if(P&&ee.indexOf(Ce)<ee.indexOf(P))throw new T(A,"Doctype can only be inserted before an element");if(!P&&Ce)throw new T(A,"Doctype can not be appended since element is present")}}function B(F,C,P){var ee=F.childNodes||[],se=C.childNodes||[];if(C.nodeType===L.DOCUMENT_FRAGMENT_NODE){var ve=se.filter(Te);if(ve.length>1||n(se,Ae))throw new T(A,"More than one element or text in fragment");if(ve.length===1&&!$(F,P))throw new T(A,"Element in fragment can not be inserted before doctype")}if(Te(C)&&!$(F,P))throw new T(A,"Only one element can be added and only after doctype");if(be(C)){if(n(ee,function(en){return be(en)&&en!==P}))throw new T(A,"Only one doctype is allowed");var Ce=n(ee,Te);if(P&&ee.indexOf(Ce)<ee.indexOf(P))throw new T(A,"Doctype can only be inserted before an element")}}function V(F,C,P,ee){j(F,C,P),F.nodeType===L.DOCUMENT_NODE&&(ee||N)(F,C,P);var se=C.parentNode;if(se&&se.removeChild(C),C.nodeType===_){var ve=C.firstChild;if(ve==null)return C;var Ce=C.lastChild}else ve=Ce=C;var Me=P?P.previousSibling:F.lastChild;ve.previousSibling=Me,Ce.nextSibling=P,Me?Me.nextSibling=ve:F.firstChild=ve,P==null?F.lastChild=Ce:P.previousSibling=Ce;do ve.parentNode=F;while(ve!==Ce&&(ve=ve.nextSibling));return fe(F.ownerDocument||F,F),C.nodeType==_&&(C.firstChild=C.lastChild=null),C}function ie(F,C){return C.parentNode&&C.parentNode.removeChild(C),C.parentNode=F,C.previousSibling=F.lastChild,C.nextSibling=null,C.previousSibling?C.previousSibling.nextSibling=C:F.firstChild=C,F.lastChild=C,fe(F.ownerDocument,F,C),C}ae.prototype={nodeName:"#document",nodeType:D,doctype:null,documentElement:null,_inc:1,insertBefore:function(F,C){if(F.nodeType==_){for(var P=F.firstChild;P;){var ee=P.nextSibling;this.insertBefore(P,C),P=ee}return F}return V(this,F,C),F.ownerDocument=this,this.documentElement===null&&F.nodeType===m&&(this.documentElement=F),F},removeChild:function(F){return this.documentElement==F&&(this.documentElement=null),le(this,F)},replaceChild:function(F,C){V(this,F,C,B),F.ownerDocument=this,C&&this.removeChild(C),Te(F)&&(this.documentElement=F)},importNode:function(F,C){return Se(this,F,C)},getElementById:function(F){var C=null;return re(this.documentElement,function(P){if(P.nodeType==m&&P.getAttribute("id")==F)return C=P,!0}),C},getElementsByClassName:function(F){var C=a(F);return new x(this,function(P){var ee=[];return C.length>0&&re(P.documentElement,function(se){if(se!==P&&se.nodeType===m){var ve=se.getAttribute("class");if(ve){var Ce=F===ve;if(!Ce){var Me=a(ve);Ce=C.every(o(Me))}Ce&&ee.push(se)}}}),ee})},createElement:function(F){var C=new ne;C.ownerDocument=this,C.nodeName=F,C.tagName=F,C.localName=F,C.childNodes=new R;var P=C.attributes=new W;return P._ownerElement=C,C},createDocumentFragment:function(){var F=new _e;return F.ownerDocument=this,F.childNodes=new R,F},createTextNode:function(F){var C=new X;return C.ownerDocument=this,C.appendData(F),C},createComment:function(F){var C=new Y;return C.ownerDocument=this,C.appendData(F),C},createCDATASection:function(F){var C=new te;return C.ownerDocument=this,C.appendData(F),C},createProcessingInstruction:function(F,C){var P=new K;return P.ownerDocument=this,P.tagName=P.nodeName=P.target=F,P.nodeValue=P.data=C,P},createAttribute:function(F){var C=new H;return C.ownerDocument=this,C.name=F,C.nodeName=F,C.localName=F,C.specified=!0,C},createEntityReference:function(F){var C=new me;return C.ownerDocument=this,C.nodeName=F,C},createElementNS:function(F,C){var P=new ne,ee=C.split(":"),se=P.attributes=new W;return P.childNodes=new R,P.ownerDocument=this,P.nodeName=C,P.tagName=C,P.namespaceURI=F,ee.length==2?(P.prefix=ee[0],P.localName=ee[1]):P.localName=C,se._ownerElement=P,P},createAttributeNS:function(F,C){var P=new H,ee=C.split(":");return P.ownerDocument=this,P.nodeName=C,P.name=C,P.namespaceURI=F,P.specified=!0,ee.length==2?(P.prefix=ee[0],P.localName=ee[1]):P.localName=C,P}},l(ae,L);function ne(){this._nsMap={}}ne.prototype={nodeType:m,hasAttribute:function(F){return this.getAttributeNode(F)!=null},getAttribute:function(F){var C=this.getAttributeNode(F);return C&&C.value||""},getAttributeNode:function(F){return this.attributes.getNamedItem(F)},setAttribute:function(F,C){var P=this.ownerDocument.createAttribute(F);P.value=P.nodeValue=""+C,this.setAttributeNode(P)},removeAttribute:function(F){var C=this.getAttributeNode(F);C&&this.removeAttributeNode(C)},appendChild:function(F){return F.nodeType===_?this.insertBefore(F,null):ie(this,F)},setAttributeNode:function(F){return this.attributes.setNamedItem(F)},setAttributeNodeNS:function(F){return this.attributes.setNamedItemNS(F)},removeAttributeNode:function(F){return this.attributes.removeNamedItem(F.nodeName)},removeAttributeNS:function(F,C){var P=this.getAttributeNodeNS(F,C);P&&this.removeAttributeNode(P)},hasAttributeNS:function(F,C){return this.getAttributeNodeNS(F,C)!=null},getAttributeNS:function(F,C){var P=this.getAttributeNodeNS(F,C);return P&&P.value||""},setAttributeNS:function(F,C,P){var ee=this.ownerDocument.createAttributeNS(F,C);ee.value=ee.nodeValue=""+P,this.setAttributeNode(ee)},getAttributeNodeNS:function(F,C){return this.attributes.getNamedItemNS(F,C)},getElementsByTagName:function(F){return new x(this,function(C){var P=[];return re(C,function(ee){ee!==C&&ee.nodeType==m&&(F==="*"||ee.tagName==F)&&P.push(ee)}),P})},getElementsByTagNameNS:function(F,C){return new x(this,function(P){var ee=[];return re(P,function(se){se!==P&&se.nodeType===m&&(F==="*"||se.namespaceURI===F)&&(C==="*"||se.localName==C)&&ee.push(se)}),ee})}},ae.prototype.getElementsByTagName=ne.prototype.getElementsByTagName,ae.prototype.getElementsByTagNameNS=ne.prototype.getElementsByTagNameNS,l(ne,L);function H(){}H.prototype.nodeType=g,l(H,L);function M(){}M.prototype={data:"",substringData:function(F,C){return this.data.substring(F,F+C)},appendData:function(F){F=this.data+F,this.nodeValue=this.data=F,this.length=F.length},insertData:function(F,C){this.replaceData(F,0,C)},appendChild:function(F){throw new Error(S[A])},deleteData:function(F,C){this.replaceData(F,C,"")},replaceData:function(F,C,P){var ee=this.data.substring(0,F),se=this.data.substring(F+C);P=ee+P+se,this.nodeValue=this.data=P,this.length=P.length}},l(M,L);function X(){}X.prototype={nodeName:"#text",nodeType:h,splitText:function(F){var C=this.data,P=C.substring(F);C=C.substring(0,F),this.data=this.nodeValue=C,this.length=C.length;var ee=this.ownerDocument.createTextNode(P);return this.parentNode&&this.parentNode.insertBefore(ee,this.nextSibling),ee}},l(X,M);function Y(){}Y.prototype={nodeName:"#comment",nodeType:d},l(Y,M);function te(){}te.prototype={nodeName:"#cdata-section",nodeType:y},l(te,M);function ue(){}ue.prototype.nodeType=w,l(ue,L);function pe(){}pe.prototype.nodeType=U,l(pe,L);function xe(){}xe.prototype.nodeType=s,l(xe,L);function me(){}me.prototype.nodeType=f,l(me,L);function _e(){}_e.prototype.nodeName="#document-fragment",_e.prototype.nodeType=_,l(_e,L);function K(){}K.prototype.nodeType=p,l(K,L);function oe(){}oe.prototype.serializeToString=function(F,C,P){return de.call(F,C,P)},L.prototype.toString=de;function de(F,C){var P=[],ee=this.nodeType==9&&this.documentElement||this,se=ee.prefix,ve=ee.namespaceURI;if(ve&&se==null){var se=ee.lookupPrefix(ve);if(se==null)var Ce=[{namespace:ve,prefix:null}]}return Ue(this,P,F,C,Ce),P.join("")}function ye(F,C,P){var ee=F.prefix||"",se=F.namespaceURI;if(!se||ee==="xml"&&se===t.XML||se===t.XMLNS)return!1;for(var ve=P.length;ve--;){var Ce=P[ve];if(Ce.prefix===ee)return Ce.namespace!==se}return!0}function De(F,C,P){F.push(" ",C,'="',P.replace(/[<>&"\t\n\r]/g,k),'"')}function Ue(F,C,P,ee,se){if(se||(se=[]),ee)if(F=ee(F),F){if(typeof F=="string"){C.push(F);return}}else return;switch(F.nodeType){case m:var ve=F.attributes,Ce=ve.length,Ne=F.firstChild,Me=F.tagName;P=t.isHTML(F.namespaceURI)||P;var en=Me;if(!P&&!F.prefix&&F.namespaceURI){for(var cn,nn=0;nn<ve.length;nn++)if(ve.item(nn).name==="xmlns"){cn=ve.item(nn).value;break}if(!cn)for(var yn=se.length-1;yn>=0;yn--){var Dn=se[yn];if(Dn.prefix===""&&Dn.namespace===F.namespaceURI){cn=Dn.namespace;break}}if(cn!==F.namespaceURI)for(var yn=se.length-1;yn>=0;yn--){var Dn=se[yn];if(Dn.namespace===F.namespaceURI){Dn.prefix&&(en=Dn.prefix+":"+Me);break}}}C.push("<",en);for(var vn=0;vn<Ce;vn++){var Ke=ve.item(vn);Ke.prefix=="xmlns"?se.push({prefix:Ke.localName,namespace:Ke.value}):Ke.nodeName=="xmlns"&&se.push({prefix:"",namespace:Ke.value})}for(var vn=0;vn<Ce;vn++){var Ke=ve.item(vn);if(ye(Ke,P,se)){var xn=Ke.prefix||"",Pn=Ke.namespaceURI;De(C,xn?"xmlns:"+xn:"xmlns",Pn),se.push({prefix:xn,namespace:Pn})}Ue(Ke,C,P,ee,se)}if(Me===en&&ye(F,P,se)){var xn=F.prefix||"",Pn=F.namespaceURI;De(C,xn?"xmlns:"+xn:"xmlns",Pn),se.push({prefix:xn,namespace:Pn})}if(Ne||P&&!/^(?:meta|link|img|br|hr|input)$/i.test(Me)){if(C.push(">"),P&&/^script$/i.test(Me))for(;Ne;)Ne.data?C.push(Ne.data):Ue(Ne,C,P,ee,se.slice()),Ne=Ne.nextSibling;else for(;Ne;)Ue(Ne,C,P,ee,se.slice()),Ne=Ne.nextSibling;C.push("</",en,">")}else C.push("/>");return;case D:case _:for(var Ne=F.firstChild;Ne;)Ue(Ne,C,P,ee,se.slice()),Ne=Ne.nextSibling;return;case g:return De(C,F.name,F.value);case h:return C.push(F.data.replace(/[<&>]/g,k));case y:return C.push("<![CDATA[",F.data,"]]>");case d:return C.push("<!--",F.data,"-->");case w:var ma=F.publicId,Bn=F.systemId;if(C.push("<!DOCTYPE ",F.name),ma)C.push(" PUBLIC ",ma),Bn&&Bn!="."&&C.push(" ",Bn),C.push(">");else if(Bn&&Bn!=".")C.push(" SYSTEM ",Bn,">");else{var ba=F.internalSubset;ba&&C.push(" [",ba,"]"),C.push(">")}return;case p:return C.push("<?",F.target," ",F.data,"?>");case f:return C.push("&",F.nodeName,";");default:C.push("??",F.nodeName)}}function Se(F,C,P){var ee;switch(C.nodeType){case m:ee=C.cloneNode(!1),ee.ownerDocument=F;case _:break;case g:P=!0;break}if(ee||(ee=C.cloneNode(!1)),ee.ownerDocument=F,ee.parentNode=null,P)for(var se=C.firstChild;se;)ee.appendChild(Se(F,se,P)),se=se.nextSibling;return ee}function Re(F,C,P){var ee=new C.constructor;for(var se in C)if(Object.prototype.hasOwnProperty.call(C,se)){var ve=C[se];typeof ve!="object"&&ve!=ee[se]&&(ee[se]=ve)}switch(C.childNodes&&(ee.childNodes=new R),ee.ownerDocument=F,ee.nodeType){case m:var Ce=C.attributes,Me=ee.attributes=new W,en=Ce.length;Me._ownerElement=ee;for(var cn=0;cn<en;cn++)ee.setAttributeNode(Re(F,Ce.item(cn),!0));break;case g:P=!0}if(P)for(var nn=C.firstChild;nn;)ee.appendChild(Re(F,nn,P)),nn=nn.nextSibling;return ee}function Je(F,C,P){F[C]=P}try{if(Object.defineProperty){let F=function(C){switch(C.nodeType){case m:case _:var P=[];for(C=C.firstChild;C;)C.nodeType!==7&&C.nodeType!==8&&P.push(F(C)),C=C.nextSibling;return P.join("");default:return C.nodeValue}};Object.defineProperty(x.prototype,"length",{get:function(){return z(this),this.$$length}}),Object.defineProperty(L.prototype,"textContent",{get:function(){return F(this)},set:function(C){switch(this.nodeType){case m:case _:for(;this.firstChild;)this.removeChild(this.firstChild);(C||String(C))&&this.appendChild(this.ownerDocument.createTextNode(C));break;default:this.data=C,this.value=C,this.nodeValue=C}}}),Je=function(C,P,ee){C["$$"+P]=ee}}}catch{}return tn.DocumentType=ue,tn.DOMException=T,tn.DOMImplementation=Q,tn.Element=ne,tn.Node=L,tn.NodeList=R,tn.XMLSerializer=oe,tn}var Hn={},Jr={},yo;function Rd(){return yo||(yo=1,function(e){var n=tr().freeze;e.XML_ENTITIES=n({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),e.HTML_ENTITIES=n({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
|
|
203
|
-
`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),e.entityMap=e.HTML_ENTITIES}(Jr)),Jr}var ht={},Do;function Nd(){if(Do)return ht;Do=1;var e=tr().NAMESPACE,n=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,t=new RegExp("[\\-\\.0-9"+n.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),r=new RegExp("^"+n.source+t.source+"*(?::"+n.source+t.source+"*)?$"),c=0,i=1,a=2,o=3,u=4,l=5,b=6,m=7;function g(A,I){this.message=A,this.locator=I,Error.captureStackTrace&&Error.captureStackTrace(this,g)}g.prototype=new Error,g.prototype.name=g.name;function h(){}h.prototype={parse:function(A,I,Z){var T=this.domBuilder;T.startDocument(),w(I,I={}),y(A,I,Z,T,this.errorHandler),T.endDocument()}};function y(A,I,Z,T,R){function x(ne){if(ne>65535){ne-=65536;var H=55296+(ne>>10),M=56320+(ne&1023);return String.fromCharCode(H,M)}else return String.fromCharCode(ne)}function z(ne){var H=ne.slice(1,-1);return Object.hasOwnProperty.call(Z,H)?Z[H]:H.charAt(0)==="#"?x(parseInt(H.substr(1).replace("x","0x"))):(R.error("entity not found:"+ne),ne)}function W(ne){if(ne>ae){var H=A.substring(ae,ne).replace(/&#?\w+;/g,z);L&&O(ae),T.characters(H,0,ne-ae),ae=ne}}function O(ne,H){for(;ne>=q&&(H=Q.exec(A));)G=H.index,q=G+H[0].length,L.lineNumber++;L.columnNumber=ne-G+1}for(var G=0,q=0,Q=/.*(?:\r\n?|\n)|.*$/g,L=T.locator,k=[{currentNSMap:I}],re={},ae=0;;){try{var J=A.indexOf("<",ae);if(J<0){if(!A.substr(ae).match(/^\s*$/)){var ce=T.doc,fe=ce.createTextNode(A.substr(ae));ce.appendChild(fe),T.currentElement=fe}return}switch(J>ae&&W(J),A.charAt(J+1)){case"/":var j=A.indexOf(">",J+3),le=A.substring(J+2,j).replace(/[ \t\n\r]+$/g,""),he=k.pop();j<0?(le=A.substring(J+2).replace(/[\s<].*/,""),R.error("end tag name: "+le+" is not complete:"+he.tagName),j=J+1+le.length):le.match(/\s</)&&(le=le.replace(/[\s<].*/,""),R.error("end tag name: "+le+" maybe not complete"),j=J+1+le.length);var ge=he.localNSMap,be=he.tagName==le,Te=be||he.tagName&&he.tagName.toLowerCase()==le.toLowerCase();if(Te){if(T.endElement(he.uri,he.localName,le),ge)for(var Ae in ge)Object.prototype.hasOwnProperty.call(ge,Ae)&&T.endPrefixMapping(Ae);be||R.fatalError("end tag name: "+le+" is not match the current start tagName:"+he.tagName)}else k.push(he);j++;break;case"?":L&&O(J),j=U(A,J,T);break;case"!":L&&O(J),j=_(A,J,T,R);break;default:L&&O(J);var v=new E,$=k[k.length-1].currentNSMap,j=s(A,J,v,$,z,R),N=v.length;if(!v.closed&&D(A,j,v.tagName,re)&&(v.closed=!0,Z.nbsp||R.warning("unclosed xml attribute")),L&&N){for(var B=f(L,{}),V=0;V<N;V++){var ie=v[V];O(ie.offset),ie.locator=f(L,{})}T.locator=B,p(v,T,$)&&k.push(v),T.locator=L}else p(v,T,$)&&k.push(v);e.isHTML(v.uri)&&!v.closed?j=d(A,j,v.tagName,z,T):j++}}catch(ne){if(ne instanceof g)throw ne;R.error("element parse error: "+ne),j=-1}j>ae?ae=j:W(Math.max(J,ae)+1)}}function f(A,I){return I.lineNumber=A.lineNumber,I.columnNumber=A.columnNumber,I}function s(A,I,Z,T,R,x){function z(L,k,re){Z.attributeNames.hasOwnProperty(L)&&x.fatalError("Attribute "+L+" redefined"),Z.addValue(L,k.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,R),re)}for(var W,O,G=++I,q=c;;){var Q=A.charAt(G);switch(Q){case"=":if(q===i)W=A.slice(I,G),q=o;else if(q===a)q=o;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(q===o||q===i)if(q===i&&(x.warning('attribute value must after "="'),W=A.slice(I,G)),I=G+1,G=A.indexOf(Q,I),G>0)O=A.slice(I,G),z(W,O,I-1),q=l;else throw new Error("attribute value no end '"+Q+"' match");else if(q==u)O=A.slice(I,G),z(W,O,I),x.warning('attribute "'+W+'" missed start quot('+Q+")!!"),I=G+1,q=l;else throw new Error('attribute value must after "="');break;case"/":switch(q){case c:Z.setTagName(A.slice(I,G));case l:case b:case m:q=m,Z.closed=!0;case u:case i:break;case a:Z.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return x.error("unexpected end of input"),q==c&&Z.setTagName(A.slice(I,G)),G;case">":switch(q){case c:Z.setTagName(A.slice(I,G));case l:case b:case m:break;case u:case i:O=A.slice(I,G),O.slice(-1)==="/"&&(Z.closed=!0,O=O.slice(0,-1));case a:q===a&&(O=W),q==u?(x.warning('attribute "'+O+'" missed quot(")!'),z(W,O,I)):((!e.isHTML(T[""])||!O.match(/^(?:disabled|checked|selected)$/i))&&x.warning('attribute "'+O+'" missed value!! "'+O+'" instead!!'),z(O,O,I));break;case o:throw new Error("attribute value missed!!")}return G;case"":Q=" ";default:if(Q<=" ")switch(q){case c:Z.setTagName(A.slice(I,G)),q=b;break;case i:W=A.slice(I,G),q=a;break;case u:var O=A.slice(I,G);x.warning('attribute "'+O+'" missed quot(")!!'),z(W,O,I);case l:q=b;break}else switch(q){case a:Z.tagName,(!e.isHTML(T[""])||!W.match(/^(?:disabled|checked|selected)$/i))&&x.warning('attribute "'+W+'" missed value!! "'+W+'" instead2!!'),z(W,W,I),I=G,q=i;break;case l:x.warning('attribute space is required"'+W+'"!!');case b:q=i,I=G;break;case o:q=u,I=G;break;case m:throw new Error("elements closed character '/' and '>' must be connected to")}}G++}}function p(A,I,Z){for(var T=A.tagName,R=null,Q=A.length;Q--;){var x=A[Q],z=x.qName,W=x.value,L=z.indexOf(":");if(L>0)var O=x.prefix=z.slice(0,L),G=z.slice(L+1),q=O==="xmlns"&&G;else G=z,O=null,q=z==="xmlns"&&"";x.localName=G,q!==!1&&(R==null&&(R={},w(Z,Z={})),Z[q]=R[q]=W,x.uri=e.XMLNS,I.startPrefixMapping(q,W))}for(var Q=A.length;Q--;){x=A[Q];var O=x.prefix;O&&(O==="xml"&&(x.uri=e.XML),O!=="xmlns"&&(x.uri=Z[O||""]))}var L=T.indexOf(":");L>0?(O=A.prefix=T.slice(0,L),G=A.localName=T.slice(L+1)):(O=null,G=A.localName=T);var k=A.uri=Z[O||""];if(I.startElement(k,G,T,A),A.closed){if(I.endElement(k,G,T),R)for(O in R)Object.prototype.hasOwnProperty.call(R,O)&&I.endPrefixMapping(O)}else return A.currentNSMap=Z,A.localNSMap=R,!0}function d(A,I,Z,T,R){if(/^(?:script|textarea)$/i.test(Z)){var x=A.indexOf("</"+Z+">",I),z=A.substring(I+1,x);if(/[&<]/.test(z))return/^script$/i.test(Z)?(R.characters(z,0,z.length),x):(z=z.replace(/&#?\w+;/g,T),R.characters(z,0,z.length),x)}return I+1}function D(A,I,Z,T){var R=T[Z];return R==null&&(R=A.lastIndexOf("</"+Z+">"),R<I&&(R=A.lastIndexOf("</"+Z)),T[Z]=R),R<I}function w(A,I){for(var Z in A)Object.prototype.hasOwnProperty.call(A,Z)&&(I[Z]=A[Z])}function _(A,I,Z,T){var R=A.charAt(I+2);switch(R){case"-":if(A.charAt(I+3)==="-"){var x=A.indexOf("-->",I+4);return x>I?(Z.comment(A,I+4,x-I-4),x+3):(T.error("Unclosed comment"),-1)}else return-1;default:if(A.substr(I+3,6)=="CDATA["){var x=A.indexOf("]]>",I+9);return Z.startCDATA(),Z.characters(A,I+9,x-I-9),Z.endCDATA(),x+3}var z=S(A,I),W=z.length;if(W>1&&/!doctype/i.test(z[0][0])){var O=z[1][0],G=!1,q=!1;W>3&&(/^public$/i.test(z[2][0])?(G=z[3][0],q=W>4&&z[4][0]):/^system$/i.test(z[2][0])&&(q=z[3][0]));var Q=z[W-1];return Z.startDTD(O,G,q),Z.endDTD(),Q.index+Q[0].length}}return-1}function U(A,I,Z){var T=A.indexOf("?>",I);if(T){var R=A.substring(I,T).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return R?(R[0].length,Z.processingInstruction(R[1],R[2]),T+2):-1}return-1}function E(){this.attributeNames={}}E.prototype={setTagName:function(A){if(!r.test(A))throw new Error("invalid tagName:"+A);this.tagName=A},addValue:function(A,I,Z){if(!r.test(A))throw new Error("invalid attribute:"+A);this.attributeNames[A]=this.length,this[this.length++]={qName:A,value:I,offset:Z}},length:0,getLocalName:function(A){return this[A].localName},getLocator:function(A){return this[A].locator},getQName:function(A){return this[A].qName},getURI:function(A){return this[A].uri},getValue:function(A){return this[A].value}};function S(A,I){var Z,T=[],R=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(R.lastIndex=I,R.exec(A);Z=R.exec(A);)if(T.push(Z),Z[1])return T}return ht.XMLReader=h,ht.ParseError=g,ht}var vo;function Od(){if(vo)return Hn;vo=1;var e=tr(),n=la(),t=Rd(),r=Nd(),c=n.DOMImplementation,i=e.NAMESPACE,a=r.ParseError,o=r.XMLReader;function u(s){return s.replace(/\r[\n\u0085]/g,`
|
|
201
|
+
*/var po;function Rd(){return po||(po=1,(function(e,n){(function(t){e.exports=t()})(function(){return(function t(r,c,i){function o(h,b){if(!c[h]){if(!r[h]){var g=typeof lt=="function"&<if(!b&&g)return g(h,!0);if(a)return a(h,!0);var m=new Error("Cannot find module '"+h+"'");throw m.code="MODULE_NOT_FOUND",m}var l=c[h]={exports:{}};r[h][0].call(l.exports,function(y){var f=r[h][1][y];return o(f||y)},l,l.exports,t,r,c,i)}return c[h].exports}for(var a=typeof lt=="function"&<,u=0;u<i.length;u++)o(i[u]);return o})({1:[function(t,r,c){var i=t("./utils"),o=t("./support"),a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";c.encode=function(u){for(var h,b,g,m,l,y,f,s=[],p=0,d=u.length,D=d,w=i.getTypeOf(u)!=="string";p<u.length;)D=d-p,g=w?(h=u[p++],b=p<d?u[p++]:0,p<d?u[p++]:0):(h=u.charCodeAt(p++),b=p<d?u.charCodeAt(p++):0,p<d?u.charCodeAt(p++):0),m=h>>2,l=(3&h)<<4|b>>4,y=1<D?(15&b)<<2|g>>6:64,f=2<D?63&g:64,s.push(a.charAt(m)+a.charAt(l)+a.charAt(y)+a.charAt(f));return s.join("")},c.decode=function(u){var h,b,g,m,l,y,f=0,s=0,p="data:";if(u.substr(0,p.length)===p)throw new Error("Invalid base64 input, it looks like a data url.");var d,D=3*(u=u.replace(/[^A-Za-z0-9+/=]/g,"")).length/4;if(u.charAt(u.length-1)===a.charAt(64)&&D--,u.charAt(u.length-2)===a.charAt(64)&&D--,D%1!=0)throw new Error("Invalid base64 input, bad content length.");for(d=o.uint8array?new Uint8Array(0|D):new Array(0|D);f<u.length;)h=a.indexOf(u.charAt(f++))<<2|(m=a.indexOf(u.charAt(f++)))>>4,b=(15&m)<<4|(l=a.indexOf(u.charAt(f++)))>>2,g=(3&l)<<6|(y=a.indexOf(u.charAt(f++))),d[s++]=h,l!==64&&(d[s++]=b),y!==64&&(d[s++]=g);return d}},{"./support":30,"./utils":32}],2:[function(t,r,c){var i=t("./external"),o=t("./stream/DataWorker"),a=t("./stream/Crc32Probe"),u=t("./stream/DataLengthProbe");function h(b,g,m,l,y){this.compressedSize=b,this.uncompressedSize=g,this.crc32=m,this.compression=l,this.compressedContent=y}h.prototype={getContentWorker:function(){var b=new o(i.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new u("data_length")),g=this;return b.on("end",function(){if(this.streamInfo.data_length!==g.uncompressedSize)throw new Error("Bug : uncompressed data size mismatch")}),b},getCompressedWorker:function(){return new o(i.Promise.resolve(this.compressedContent)).withStreamInfo("compressedSize",this.compressedSize).withStreamInfo("uncompressedSize",this.uncompressedSize).withStreamInfo("crc32",this.crc32).withStreamInfo("compression",this.compression)}},h.createWorkerFrom=function(b,g,m){return b.pipe(new a).pipe(new u("uncompressedSize")).pipe(g.compressWorker(m)).pipe(new u("compressedSize")).withStreamInfo("compression",g)},r.exports=h},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(t,r,c){var i=t("./stream/GenericWorker");c.STORE={magic:"\0\0",compressWorker:function(){return new i("STORE compression")},uncompressWorker:function(){return new i("STORE decompression")}},c.DEFLATE=t("./flate")},{"./flate":7,"./stream/GenericWorker":28}],4:[function(t,r,c){var i=t("./utils"),o=(function(){for(var a,u=[],h=0;h<256;h++){a=h;for(var b=0;b<8;b++)a=1&a?3988292384^a>>>1:a>>>1;u[h]=a}return u})();r.exports=function(a,u){return a!==void 0&&a.length?i.getTypeOf(a)!=="string"?(function(h,b,g,m){var l=o,y=m+g;h^=-1;for(var f=m;f<y;f++)h=h>>>8^l[255&(h^b[f])];return-1^h})(0|u,a,a.length,0):(function(h,b,g,m){var l=o,y=m+g;h^=-1;for(var f=m;f<y;f++)h=h>>>8^l[255&(h^b.charCodeAt(f))];return-1^h})(0|u,a,a.length,0):0}},{"./utils":32}],5:[function(t,r,c){c.base64=!1,c.binary=!1,c.dir=!1,c.createFolders=!0,c.date=null,c.compression=null,c.compressionOptions=null,c.comment=null,c.unixPermissions=null,c.dosPermissions=null},{}],6:[function(t,r,c){var i=null;i=typeof Promise<"u"?Promise:t("lie"),r.exports={Promise:i}},{lie:37}],7:[function(t,r,c){var i=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Uint32Array<"u",o=t("pako"),a=t("./utils"),u=t("./stream/GenericWorker"),h=i?"uint8array":"array";function b(g,m){u.call(this,"FlateWorker/"+g),this._pako=null,this._pakoAction=g,this._pakoOptions=m,this.meta={}}c.magic="\b\0",a.inherits(b,u),b.prototype.processChunk=function(g){this.meta=g.meta,this._pako===null&&this._createPako(),this._pako.push(a.transformTo(h,g.data),!1)},b.prototype.flush=function(){u.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},b.prototype.cleanUp=function(){u.prototype.cleanUp.call(this),this._pako=null},b.prototype._createPako=function(){this._pako=new o[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var g=this;this._pako.onData=function(m){g.push({data:m,meta:g.meta})}},c.compressWorker=function(g){return new b("Deflate",g)},c.uncompressWorker=function(){return new b("Inflate",{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(t,r,c){function i(l,y){var f,s="";for(f=0;f<y;f++)s+=String.fromCharCode(255&l),l>>>=8;return s}function o(l,y,f,s,p,d){var D,w,_=l.file,U=l.compression,E=d!==h.utf8encode,S=a.transformTo("string",d(_.name)),A=a.transformTo("string",h.utf8encode(_.name)),I=_.comment,$=a.transformTo("string",d(I)),T=a.transformTo("string",h.utf8encode(I)),W=A.length!==_.name.length,x=T.length!==I.length,q="",R="",N="",G=_.dir,P=_.date,Q={crc32:0,compressedSize:0,uncompressedSize:0};y&&!f||(Q.crc32=l.crc32,Q.compressedSize=l.compressedSize,Q.uncompressedSize=l.uncompressedSize);var L=0;y&&(L|=8),E||!W&&!x||(L|=2048);var k=0,re=0;G&&(k|=16),p==="UNIX"?(re=798,k|=(function(ee,ce){var he=ee;return ee||(he=ce?16893:33204),(65535&he)<<16})(_.unixPermissions,G)):(re=20,k|=(function(ee){return 63&(ee||0)})(_.dosPermissions)),D=P.getUTCHours(),D<<=6,D|=P.getUTCMinutes(),D<<=5,D|=P.getUTCSeconds()/2,w=P.getUTCFullYear()-1980,w<<=4,w|=P.getUTCMonth()+1,w<<=5,w|=P.getUTCDate(),W&&(R=i(1,1)+i(b(S),4)+A,q+="up"+i(R.length,2)+R),x&&(N=i(1,1)+i(b($),4)+T,q+="uc"+i(N.length,2)+N);var ae="";return ae+=`
|
|
202
|
+
\0`,ae+=i(L,2),ae+=U.magic,ae+=i(D,2),ae+=i(w,2),ae+=i(Q.crc32,4),ae+=i(Q.compressedSize,4),ae+=i(Q.uncompressedSize,4),ae+=i(S.length,2),ae+=i(q.length,2),{fileRecord:g.LOCAL_FILE_HEADER+ae+S+q,dirRecord:g.CENTRAL_FILE_HEADER+i(re,2)+ae+i($.length,2)+"\0\0\0\0"+i(k,4)+i(s,4)+S+q+$}}var a=t("../utils"),u=t("../stream/GenericWorker"),h=t("../utf8"),b=t("../crc32"),g=t("../signature");function m(l,y,f,s){u.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=y,this.zipPlatform=f,this.encodeFileName=s,this.streamFiles=l,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}a.inherits(m,u),m.prototype.push=function(l){var y=l.meta.percent||0,f=this.entriesCount,s=this._sources.length;this.accumulate?this.contentBuffer.push(l):(this.bytesWritten+=l.data.length,u.prototype.push.call(this,{data:l.data,meta:{currentFile:this.currentFile,percent:f?(y+100*(f-s-1))/f:100}}))},m.prototype.openedSource=function(l){this.currentSourceOffset=this.bytesWritten,this.currentFile=l.file.name;var y=this.streamFiles&&!l.file.dir;if(y){var f=o(l,y,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:f.fileRecord,meta:{percent:0}})}else this.accumulate=!0},m.prototype.closedSource=function(l){this.accumulate=!1;var y=this.streamFiles&&!l.file.dir,f=o(l,y,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(f.dirRecord),y)this.push({data:(function(s){return g.DATA_DESCRIPTOR+i(s.crc32,4)+i(s.compressedSize,4)+i(s.uncompressedSize,4)})(l),meta:{percent:100}});else for(this.push({data:f.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},m.prototype.flush=function(){for(var l=this.bytesWritten,y=0;y<this.dirRecords.length;y++)this.push({data:this.dirRecords[y],meta:{percent:100}});var f=this.bytesWritten-l,s=(function(p,d,D,w,_){var U=a.transformTo("string",_(w));return g.CENTRAL_DIRECTORY_END+"\0\0\0\0"+i(p,2)+i(p,2)+i(d,4)+i(D,4)+i(U.length,2)+U})(this.dirRecords.length,f,l,this.zipComment,this.encodeFileName);this.push({data:s,meta:{percent:100}})},m.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},m.prototype.registerPrevious=function(l){this._sources.push(l);var y=this;return l.on("data",function(f){y.processChunk(f)}),l.on("end",function(){y.closedSource(y.previous.streamInfo),y._sources.length?y.prepareNextSource():y.end()}),l.on("error",function(f){y.error(f)}),this},m.prototype.resume=function(){return!!u.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},m.prototype.error=function(l){var y=this._sources;if(!u.prototype.error.call(this,l))return!1;for(var f=0;f<y.length;f++)try{y[f].error(l)}catch{}return!0},m.prototype.lock=function(){u.prototype.lock.call(this);for(var l=this._sources,y=0;y<l.length;y++)l[y].lock()},r.exports=m},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(t,r,c){var i=t("../compressions"),o=t("./ZipFileWorker");c.generateWorker=function(a,u,h){var b=new o(u.streamFiles,h,u.platform,u.encodeFileName),g=0;try{a.forEach(function(m,l){g++;var y=(function(d,D){var w=d||D,_=i[w];if(!_)throw new Error(w+" is not a valid compression method !");return _})(l.options.compression,u.compression),f=l.options.compressionOptions||u.compressionOptions||{},s=l.dir,p=l.date;l._compressWorker(y,f).withStreamInfo("file",{name:m,dir:s,date:p,comment:l.comment||"",unixPermissions:l.unixPermissions,dosPermissions:l.dosPermissions}).pipe(b)}),b.entriesCount=g}catch(m){b.error(m)}return b}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(t,r,c){function i(){if(!(this instanceof i))return new i;if(arguments.length)throw new Error("The constructor with parameters has been removed in JSZip 3.0, please check the upgrade guide.");this.files=Object.create(null),this.comment=null,this.root="",this.clone=function(){var o=new i;for(var a in this)typeof this[a]!="function"&&(o[a]=this[a]);return o}}(i.prototype=t("./object")).loadAsync=t("./load"),i.support=t("./support"),i.defaults=t("./defaults"),i.version="3.10.1",i.loadAsync=function(o,a){return new i().loadAsync(o,a)},i.external=t("./external"),r.exports=i},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(t,r,c){var i=t("./utils"),o=t("./external"),a=t("./utf8"),u=t("./zipEntries"),h=t("./stream/Crc32Probe"),b=t("./nodejsUtils");function g(m){return new o.Promise(function(l,y){var f=m.decompressed.getContentWorker().pipe(new h);f.on("error",function(s){y(s)}).on("end",function(){f.streamInfo.crc32!==m.decompressed.crc32?y(new Error("Corrupted zip : CRC32 mismatch")):l()}).resume()})}r.exports=function(m,l){var y=this;return l=i.extend(l||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:a.utf8decode}),b.isNode&&b.isStream(m)?o.Promise.reject(new Error("JSZip can't accept a stream when loading a zip file.")):i.prepareContent("the loaded zip file",m,!0,l.optimizedBinaryString,l.base64).then(function(f){var s=new u(l);return s.load(f),s}).then(function(f){var s=[o.Promise.resolve(f)],p=f.files;if(l.checkCRC32)for(var d=0;d<p.length;d++)s.push(g(p[d]));return o.Promise.all(s)}).then(function(f){for(var s=f.shift(),p=s.files,d=0;d<p.length;d++){var D=p[d],w=D.fileNameStr,_=i.resolve(D.fileNameStr);y.file(_,D.decompressed,{binary:!0,optimizedBinaryString:!0,date:D.date,dir:D.dir,comment:D.fileCommentStr.length?D.fileCommentStr:null,unixPermissions:D.unixPermissions,dosPermissions:D.dosPermissions,createFolders:l.createFolders}),D.dir||(y.file(_).unsafeOriginalName=w)}return s.zipComment.length&&(y.comment=s.zipComment),y})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(t,r,c){var i=t("../utils"),o=t("../stream/GenericWorker");function a(u,h){o.call(this,"Nodejs stream input adapter for "+u),this._upstreamEnded=!1,this._bindStream(h)}i.inherits(a,o),a.prototype._bindStream=function(u){var h=this;(this._stream=u).pause(),u.on("data",function(b){h.push({data:b,meta:{percent:0}})}).on("error",function(b){h.isPaused?this.generatedError=b:h.error(b)}).on("end",function(){h.isPaused?h._upstreamEnded=!0:h.end()})},a.prototype.pause=function(){return!!o.prototype.pause.call(this)&&(this._stream.pause(),!0)},a.prototype.resume=function(){return!!o.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},r.exports=a},{"../stream/GenericWorker":28,"../utils":32}],13:[function(t,r,c){var i=t("readable-stream").Readable;function o(a,u,h){i.call(this,u),this._helper=a;var b=this;a.on("data",function(g,m){b.push(g)||b._helper.pause(),h&&h(m)}).on("error",function(g){b.emit("error",g)}).on("end",function(){b.push(null)})}t("../utils").inherits(o,i),o.prototype._read=function(){this._helper.resume()},r.exports=o},{"../utils":32,"readable-stream":16}],14:[function(t,r,c){r.exports={isNode:typeof Buffer<"u",newBufferFrom:function(i,o){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(i,o);if(typeof i=="number")throw new Error('The "data" argument must not be a number');return new Buffer(i,o)},allocBuffer:function(i){if(Buffer.alloc)return Buffer.alloc(i);var o=new Buffer(i);return o.fill(0),o},isBuffer:function(i){return Buffer.isBuffer(i)},isStream:function(i){return i&&typeof i.on=="function"&&typeof i.pause=="function"&&typeof i.resume=="function"}}},{}],15:[function(t,r,c){function i(_,U,E){var S,A=a.getTypeOf(U),I=a.extend(E||{},b);I.date=I.date||new Date,I.compression!==null&&(I.compression=I.compression.toUpperCase()),typeof I.unixPermissions=="string"&&(I.unixPermissions=parseInt(I.unixPermissions,8)),I.unixPermissions&&16384&I.unixPermissions&&(I.dir=!0),I.dosPermissions&&16&I.dosPermissions&&(I.dir=!0),I.dir&&(_=p(_)),I.createFolders&&(S=s(_))&&d.call(this,S,!0);var $=A==="string"&&I.binary===!1&&I.base64===!1;E&&E.binary!==void 0||(I.binary=!$),(U instanceof g&&U.uncompressedSize===0||I.dir||!U||U.length===0)&&(I.base64=!1,I.binary=!0,U="",I.compression="STORE",A="string");var T=null;T=U instanceof g||U instanceof u?U:y.isNode&&y.isStream(U)?new f(_,U):a.prepareContent(_,U,I.binary,I.optimizedBinaryString,I.base64);var W=new m(_,T,I);this.files[_]=W}var o=t("./utf8"),a=t("./utils"),u=t("./stream/GenericWorker"),h=t("./stream/StreamHelper"),b=t("./defaults"),g=t("./compressedObject"),m=t("./zipObject"),l=t("./generate"),y=t("./nodejsUtils"),f=t("./nodejs/NodejsStreamInputAdapter"),s=function(_){_.slice(-1)==="/"&&(_=_.substring(0,_.length-1));var U=_.lastIndexOf("/");return 0<U?_.substring(0,U):""},p=function(_){return _.slice(-1)!=="/"&&(_+="/"),_},d=function(_,U){return U=U!==void 0?U:b.createFolders,_=p(_),this.files[_]||i.call(this,_,null,{dir:!0,createFolders:U}),this.files[_]};function D(_){return Object.prototype.toString.call(_)==="[object RegExp]"}var w={load:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},forEach:function(_){var U,E,S;for(U in this.files)S=this.files[U],(E=U.slice(this.root.length,U.length))&&U.slice(0,this.root.length)===this.root&&_(E,S)},filter:function(_){var U=[];return this.forEach(function(E,S){_(E,S)&&U.push(S)}),U},file:function(_,U,E){if(arguments.length!==1)return _=this.root+_,i.call(this,_,U,E),this;if(D(_)){var S=_;return this.filter(function(I,$){return!$.dir&&S.test(I)})}var A=this.files[this.root+_];return A&&!A.dir?A:null},folder:function(_){if(!_)return this;if(D(_))return this.filter(function(A,I){return I.dir&&_.test(A)});var U=this.root+_,E=d.call(this,U),S=this.clone();return S.root=E.name,S},remove:function(_){_=this.root+_;var U=this.files[_];if(U||(_.slice(-1)!=="/"&&(_+="/"),U=this.files[_]),U&&!U.dir)delete this.files[_];else for(var E=this.filter(function(A,I){return I.name.slice(0,_.length)===_}),S=0;S<E.length;S++)delete this.files[E[S].name];return this},generate:function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},generateInternalStream:function(_){var U,E={};try{if((E=a.extend(_||{},{streamFiles:!1,compression:"STORE",compressionOptions:null,type:"",platform:"DOS",comment:null,mimeType:"application/zip",encodeFileName:o.utf8encode})).type=E.type.toLowerCase(),E.compression=E.compression.toUpperCase(),E.type==="binarystring"&&(E.type="string"),!E.type)throw new Error("No output type specified.");a.checkSupport(E.type),E.platform!=="darwin"&&E.platform!=="freebsd"&&E.platform!=="linux"&&E.platform!=="sunos"||(E.platform="UNIX"),E.platform==="win32"&&(E.platform="DOS");var S=E.comment||this.comment||"";U=l.generateWorker(this,E,S)}catch(A){(U=new u("error")).error(A)}return new h(U,E.type||"string",E.mimeType)},generateAsync:function(_,U){return this.generateInternalStream(_).accumulate(U)},generateNodeStream:function(_,U){return(_=_||{}).type||(_.type="nodebuffer"),this.generateInternalStream(_).toNodejsStream(U)}};r.exports=w},{"./compressedObject":2,"./defaults":5,"./generate":9,"./nodejs/NodejsStreamInputAdapter":12,"./nodejsUtils":14,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31,"./utils":32,"./zipObject":35}],16:[function(t,r,c){r.exports=t("stream")},{stream:void 0}],17:[function(t,r,c){var i=t("./DataReader");function o(a){i.call(this,a);for(var u=0;u<this.data.length;u++)a[u]=255&a[u]}t("../utils").inherits(o,i),o.prototype.byteAt=function(a){return this.data[this.zero+a]},o.prototype.lastIndexOfSignature=function(a){for(var u=a.charCodeAt(0),h=a.charCodeAt(1),b=a.charCodeAt(2),g=a.charCodeAt(3),m=this.length-4;0<=m;--m)if(this.data[m]===u&&this.data[m+1]===h&&this.data[m+2]===b&&this.data[m+3]===g)return m-this.zero;return-1},o.prototype.readAndCheckSignature=function(a){var u=a.charCodeAt(0),h=a.charCodeAt(1),b=a.charCodeAt(2),g=a.charCodeAt(3),m=this.readData(4);return u===m[0]&&h===m[1]&&b===m[2]&&g===m[3]},o.prototype.readData=function(a){if(this.checkOffset(a),a===0)return[];var u=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,u},r.exports=o},{"../utils":32,"./DataReader":18}],18:[function(t,r,c){var i=t("../utils");function o(a){this.data=a,this.length=a.length,this.index=0,this.zero=0}o.prototype={checkOffset:function(a){this.checkIndex(this.index+a)},checkIndex:function(a){if(this.length<this.zero+a||a<0)throw new Error("End of data reached (data length = "+this.length+", asked index = "+a+"). Corrupted zip ?")},setIndex:function(a){this.checkIndex(a),this.index=a},skip:function(a){this.setIndex(this.index+a)},byteAt:function(){},readInt:function(a){var u,h=0;for(this.checkOffset(a),u=this.index+a-1;u>=this.index;u--)h=(h<<8)+this.byteAt(u);return this.index+=a,h},readString:function(a){return i.transformTo("string",this.readData(a))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var a=this.readInt(4);return new Date(Date.UTC(1980+(a>>25&127),(a>>21&15)-1,a>>16&31,a>>11&31,a>>5&63,(31&a)<<1))}},r.exports=o},{"../utils":32}],19:[function(t,r,c){var i=t("./Uint8ArrayReader");function o(a){i.call(this,a)}t("../utils").inherits(o,i),o.prototype.readData=function(a){this.checkOffset(a);var u=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,u},r.exports=o},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(t,r,c){var i=t("./DataReader");function o(a){i.call(this,a)}t("../utils").inherits(o,i),o.prototype.byteAt=function(a){return this.data.charCodeAt(this.zero+a)},o.prototype.lastIndexOfSignature=function(a){return this.data.lastIndexOf(a)-this.zero},o.prototype.readAndCheckSignature=function(a){return a===this.readData(4)},o.prototype.readData=function(a){this.checkOffset(a);var u=this.data.slice(this.zero+this.index,this.zero+this.index+a);return this.index+=a,u},r.exports=o},{"../utils":32,"./DataReader":18}],21:[function(t,r,c){var i=t("./ArrayReader");function o(a){i.call(this,a)}t("../utils").inherits(o,i),o.prototype.readData=function(a){if(this.checkOffset(a),a===0)return new Uint8Array(0);var u=this.data.subarray(this.zero+this.index,this.zero+this.index+a);return this.index+=a,u},r.exports=o},{"../utils":32,"./ArrayReader":17}],22:[function(t,r,c){var i=t("../utils"),o=t("../support"),a=t("./ArrayReader"),u=t("./StringReader"),h=t("./NodeBufferReader"),b=t("./Uint8ArrayReader");r.exports=function(g){var m=i.getTypeOf(g);return i.checkSupport(m),m!=="string"||o.uint8array?m==="nodebuffer"?new h(g):o.uint8array?new b(i.transformTo("uint8array",g)):new a(i.transformTo("array",g)):new u(g)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(t,r,c){c.LOCAL_FILE_HEADER="PK",c.CENTRAL_FILE_HEADER="PK",c.CENTRAL_DIRECTORY_END="PK",c.ZIP64_CENTRAL_DIRECTORY_LOCATOR="PK\x07",c.ZIP64_CENTRAL_DIRECTORY_END="PK",c.DATA_DESCRIPTOR="PK\x07\b"},{}],24:[function(t,r,c){var i=t("./GenericWorker"),o=t("../utils");function a(u){i.call(this,"ConvertWorker to "+u),this.destType=u}o.inherits(a,i),a.prototype.processChunk=function(u){this.push({data:o.transformTo(this.destType,u.data),meta:u.meta})},r.exports=a},{"../utils":32,"./GenericWorker":28}],25:[function(t,r,c){var i=t("./GenericWorker"),o=t("../crc32");function a(){i.call(this,"Crc32Probe"),this.withStreamInfo("crc32",0)}t("../utils").inherits(a,i),a.prototype.processChunk=function(u){this.streamInfo.crc32=o(u.data,this.streamInfo.crc32||0),this.push(u)},r.exports=a},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(t,r,c){var i=t("../utils"),o=t("./GenericWorker");function a(u){o.call(this,"DataLengthProbe for "+u),this.propName=u,this.withStreamInfo(u,0)}i.inherits(a,o),a.prototype.processChunk=function(u){if(u){var h=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=h+u.data.length}o.prototype.processChunk.call(this,u)},r.exports=a},{"../utils":32,"./GenericWorker":28}],27:[function(t,r,c){var i=t("../utils"),o=t("./GenericWorker");function a(u){o.call(this,"DataWorker");var h=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,u.then(function(b){h.dataIsReady=!0,h.data=b,h.max=b&&b.length||0,h.type=i.getTypeOf(b),h.isPaused||h._tickAndRepeat()},function(b){h.error(b)})}i.inherits(a,o),a.prototype.cleanUp=function(){o.prototype.cleanUp.call(this),this.data=null},a.prototype.resume=function(){return!!o.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,i.delay(this._tickAndRepeat,[],this)),!0)},a.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(i.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},a.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var u=null,h=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case"string":u=this.data.substring(this.index,h);break;case"uint8array":u=this.data.subarray(this.index,h);break;case"array":case"nodebuffer":u=this.data.slice(this.index,h)}return this.index=h,this.push({data:u,meta:{percent:this.max?this.index/this.max*100:0}})},r.exports=a},{"../utils":32,"./GenericWorker":28}],28:[function(t,r,c){function i(o){this.name=o||"default",this.streamInfo={},this.generatedError=null,this.extraStreamInfo={},this.isPaused=!0,this.isFinished=!1,this.isLocked=!1,this._listeners={data:[],end:[],error:[]},this.previous=null}i.prototype={push:function(o){this.emit("data",o)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit("end"),this.cleanUp(),this.isFinished=!0}catch(o){this.emit("error",o)}return!0},error:function(o){return!this.isFinished&&(this.isPaused?this.generatedError=o:(this.isFinished=!0,this.emit("error",o),this.previous&&this.previous.error(o),this.cleanUp()),!0)},on:function(o,a){return this._listeners[o].push(a),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(o,a){if(this._listeners[o])for(var u=0;u<this._listeners[o].length;u++)this._listeners[o][u].call(this,a)},pipe:function(o){return o.registerPrevious(this)},registerPrevious:function(o){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.streamInfo=o.streamInfo,this.mergeStreamInfo(),this.previous=o;var a=this;return o.on("data",function(u){a.processChunk(u)}),o.on("end",function(){a.end()}),o.on("error",function(u){a.error(u)}),this},pause:function(){return!this.isPaused&&!this.isFinished&&(this.isPaused=!0,this.previous&&this.previous.pause(),!0)},resume:function(){if(!this.isPaused||this.isFinished)return!1;var o=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),o=!0),this.previous&&this.previous.resume(),!o},flush:function(){},processChunk:function(o){this.push(o)},withStreamInfo:function(o,a){return this.extraStreamInfo[o]=a,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var o in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,o)&&(this.streamInfo[o]=this.extraStreamInfo[o])},lock:function(){if(this.isLocked)throw new Error("The stream '"+this+"' has already been used.");this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var o="Worker "+this.name;return this.previous?this.previous+" -> "+o:o}},r.exports=i},{}],29:[function(t,r,c){var i=t("../utils"),o=t("./ConvertWorker"),a=t("./GenericWorker"),u=t("../base64"),h=t("../support"),b=t("../external"),g=null;if(h.nodestream)try{g=t("../nodejs/NodejsStreamOutputAdapter")}catch{}function m(y,f){return new b.Promise(function(s,p){var d=[],D=y._internalType,w=y._outputType,_=y._mimeType;y.on("data",function(U,E){d.push(U),f&&f(E)}).on("error",function(U){d=[],p(U)}).on("end",function(){try{var U=(function(E,S,A){switch(E){case"blob":return i.newBlob(i.transformTo("arraybuffer",S),A);case"base64":return u.encode(S);default:return i.transformTo(E,S)}})(w,(function(E,S){var A,I=0,$=null,T=0;for(A=0;A<S.length;A++)T+=S[A].length;switch(E){case"string":return S.join("");case"array":return Array.prototype.concat.apply([],S);case"uint8array":for($=new Uint8Array(T),A=0;A<S.length;A++)$.set(S[A],I),I+=S[A].length;return $;case"nodebuffer":return Buffer.concat(S);default:throw new Error("concat : unsupported type '"+E+"'")}})(D,d),_);s(U)}catch(E){p(E)}d=[]}).resume()})}function l(y,f,s){var p=f;switch(f){case"blob":case"arraybuffer":p="uint8array";break;case"base64":p="string"}try{this._internalType=p,this._outputType=f,this._mimeType=s,i.checkSupport(p),this._worker=y.pipe(new o(p)),y.lock()}catch(d){this._worker=new a("error"),this._worker.error(d)}}l.prototype={accumulate:function(y){return m(this,y)},on:function(y,f){var s=this;return y==="data"?this._worker.on(y,function(p){f.call(s,p.data,p.meta)}):this._worker.on(y,function(){i.delay(f,arguments,s)}),this},resume:function(){return i.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(y){if(i.checkSupport("nodestream"),this._outputType!=="nodebuffer")throw new Error(this._outputType+" is not supported by this method");return new g(this,{objectMode:this._outputType!=="nodebuffer"},y)}},r.exports=l},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(t,r,c){if(c.base64=!0,c.array=!0,c.string=!0,c.arraybuffer=typeof ArrayBuffer<"u"&&typeof Uint8Array<"u",c.nodebuffer=typeof Buffer<"u",c.uint8array=typeof Uint8Array<"u",typeof ArrayBuffer>"u")c.blob=!1;else{var i=new ArrayBuffer(0);try{c.blob=new Blob([i],{type:"application/zip"}).size===0}catch{try{var o=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);o.append(i),c.blob=o.getBlob("application/zip").size===0}catch{c.blob=!1}}}try{c.nodestream=!!t("readable-stream").Readable}catch{c.nodestream=!1}},{"readable-stream":16}],31:[function(t,r,c){for(var i=t("./utils"),o=t("./support"),a=t("./nodejsUtils"),u=t("./stream/GenericWorker"),h=new Array(256),b=0;b<256;b++)h[b]=252<=b?6:248<=b?5:240<=b?4:224<=b?3:192<=b?2:1;h[254]=h[254]=1;function g(){u.call(this,"utf-8 decode"),this.leftOver=null}function m(){u.call(this,"utf-8 encode")}c.utf8encode=function(l){return o.nodebuffer?a.newBufferFrom(l,"utf-8"):(function(y){var f,s,p,d,D,w=y.length,_=0;for(d=0;d<w;d++)(64512&(s=y.charCodeAt(d)))==55296&&d+1<w&&(64512&(p=y.charCodeAt(d+1)))==56320&&(s=65536+(s-55296<<10)+(p-56320),d++),_+=s<128?1:s<2048?2:s<65536?3:4;for(f=o.uint8array?new Uint8Array(_):new Array(_),d=D=0;D<_;d++)(64512&(s=y.charCodeAt(d)))==55296&&d+1<w&&(64512&(p=y.charCodeAt(d+1)))==56320&&(s=65536+(s-55296<<10)+(p-56320),d++),s<128?f[D++]=s:(s<2048?f[D++]=192|s>>>6:(s<65536?f[D++]=224|s>>>12:(f[D++]=240|s>>>18,f[D++]=128|s>>>12&63),f[D++]=128|s>>>6&63),f[D++]=128|63&s);return f})(l)},c.utf8decode=function(l){return o.nodebuffer?i.transformTo("nodebuffer",l).toString("utf-8"):(function(y){var f,s,p,d,D=y.length,w=new Array(2*D);for(f=s=0;f<D;)if((p=y[f++])<128)w[s++]=p;else if(4<(d=h[p]))w[s++]=65533,f+=d-1;else{for(p&=d===2?31:d===3?15:7;1<d&&f<D;)p=p<<6|63&y[f++],d--;1<d?w[s++]=65533:p<65536?w[s++]=p:(p-=65536,w[s++]=55296|p>>10&1023,w[s++]=56320|1023&p)}return w.length!==s&&(w.subarray?w=w.subarray(0,s):w.length=s),i.applyFromCharCode(w)})(l=i.transformTo(o.uint8array?"uint8array":"array",l))},i.inherits(g,u),g.prototype.processChunk=function(l){var y=i.transformTo(o.uint8array?"uint8array":"array",l.data);if(this.leftOver&&this.leftOver.length){if(o.uint8array){var f=y;(y=new Uint8Array(f.length+this.leftOver.length)).set(this.leftOver,0),y.set(f,this.leftOver.length)}else y=this.leftOver.concat(y);this.leftOver=null}var s=(function(d,D){var w;for((D=D||d.length)>d.length&&(D=d.length),w=D-1;0<=w&&(192&d[w])==128;)w--;return w<0||w===0?D:w+h[d[w]]>D?w:D})(y),p=y;s!==y.length&&(o.uint8array?(p=y.subarray(0,s),this.leftOver=y.subarray(s,y.length)):(p=y.slice(0,s),this.leftOver=y.slice(s,y.length))),this.push({data:c.utf8decode(p),meta:l.meta})},g.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:c.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},c.Utf8DecodeWorker=g,i.inherits(m,u),m.prototype.processChunk=function(l){this.push({data:c.utf8encode(l.data),meta:l.meta})},c.Utf8EncodeWorker=m},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(t,r,c){var i=t("./support"),o=t("./base64"),a=t("./nodejsUtils"),u=t("./external");function h(f){return f}function b(f,s){for(var p=0;p<f.length;++p)s[p]=255&f.charCodeAt(p);return s}t("setimmediate"),c.newBlob=function(f,s){c.checkSupport("blob");try{return new Blob([f],{type:s})}catch{try{var p=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return p.append(f),p.getBlob(s)}catch{throw new Error("Bug : can't construct the Blob.")}}};var g={stringifyByChunk:function(f,s,p){var d=[],D=0,w=f.length;if(w<=p)return String.fromCharCode.apply(null,f);for(;D<w;)s==="array"||s==="nodebuffer"?d.push(String.fromCharCode.apply(null,f.slice(D,Math.min(D+p,w)))):d.push(String.fromCharCode.apply(null,f.subarray(D,Math.min(D+p,w)))),D+=p;return d.join("")},stringifyByChar:function(f){for(var s="",p=0;p<f.length;p++)s+=String.fromCharCode(f[p]);return s},applyCanBeUsed:{uint8array:(function(){try{return i.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}})(),nodebuffer:(function(){try{return i.nodebuffer&&String.fromCharCode.apply(null,a.allocBuffer(1)).length===1}catch{return!1}})()}};function m(f){var s=65536,p=c.getTypeOf(f),d=!0;if(p==="uint8array"?d=g.applyCanBeUsed.uint8array:p==="nodebuffer"&&(d=g.applyCanBeUsed.nodebuffer),d)for(;1<s;)try{return g.stringifyByChunk(f,p,s)}catch{s=Math.floor(s/2)}return g.stringifyByChar(f)}function l(f,s){for(var p=0;p<f.length;p++)s[p]=f[p];return s}c.applyFromCharCode=m;var y={};y.string={string:h,array:function(f){return b(f,new Array(f.length))},arraybuffer:function(f){return y.string.uint8array(f).buffer},uint8array:function(f){return b(f,new Uint8Array(f.length))},nodebuffer:function(f){return b(f,a.allocBuffer(f.length))}},y.array={string:m,array:h,arraybuffer:function(f){return new Uint8Array(f).buffer},uint8array:function(f){return new Uint8Array(f)},nodebuffer:function(f){return a.newBufferFrom(f)}},y.arraybuffer={string:function(f){return m(new Uint8Array(f))},array:function(f){return l(new Uint8Array(f),new Array(f.byteLength))},arraybuffer:h,uint8array:function(f){return new Uint8Array(f)},nodebuffer:function(f){return a.newBufferFrom(new Uint8Array(f))}},y.uint8array={string:m,array:function(f){return l(f,new Array(f.length))},arraybuffer:function(f){return f.buffer},uint8array:h,nodebuffer:function(f){return a.newBufferFrom(f)}},y.nodebuffer={string:m,array:function(f){return l(f,new Array(f.length))},arraybuffer:function(f){return y.nodebuffer.uint8array(f).buffer},uint8array:function(f){return l(f,new Uint8Array(f.length))},nodebuffer:h},c.transformTo=function(f,s){if(s=s||"",!f)return s;c.checkSupport(f);var p=c.getTypeOf(s);return y[p][f](s)},c.resolve=function(f){for(var s=f.split("/"),p=[],d=0;d<s.length;d++){var D=s[d];D==="."||D===""&&d!==0&&d!==s.length-1||(D===".."?p.pop():p.push(D))}return p.join("/")},c.getTypeOf=function(f){return typeof f=="string"?"string":Object.prototype.toString.call(f)==="[object Array]"?"array":i.nodebuffer&&a.isBuffer(f)?"nodebuffer":i.uint8array&&f instanceof Uint8Array?"uint8array":i.arraybuffer&&f instanceof ArrayBuffer?"arraybuffer":void 0},c.checkSupport=function(f){if(!i[f.toLowerCase()])throw new Error(f+" is not supported by this platform")},c.MAX_VALUE_16BITS=65535,c.MAX_VALUE_32BITS=-1,c.pretty=function(f){var s,p,d="";for(p=0;p<(f||"").length;p++)d+="\\x"+((s=f.charCodeAt(p))<16?"0":"")+s.toString(16).toUpperCase();return d},c.delay=function(f,s,p){setImmediate(function(){f.apply(p||null,s||[])})},c.inherits=function(f,s){function p(){}p.prototype=s.prototype,f.prototype=new p},c.extend=function(){var f,s,p={};for(f=0;f<arguments.length;f++)for(s in arguments[f])Object.prototype.hasOwnProperty.call(arguments[f],s)&&p[s]===void 0&&(p[s]=arguments[f][s]);return p},c.prepareContent=function(f,s,p,d,D){return u.Promise.resolve(s).then(function(w){return i.blob&&(w instanceof Blob||["[object File]","[object Blob]"].indexOf(Object.prototype.toString.call(w))!==-1)&&typeof FileReader<"u"?new u.Promise(function(_,U){var E=new FileReader;E.onload=function(S){_(S.target.result)},E.onerror=function(S){U(S.target.error)},E.readAsArrayBuffer(w)}):w}).then(function(w){var _=c.getTypeOf(w);return _?(_==="arraybuffer"?w=c.transformTo("uint8array",w):_==="string"&&(D?w=o.decode(w):p&&d!==!0&&(w=(function(U){return b(U,i.uint8array?new Uint8Array(U.length):new Array(U.length))})(w))),w):u.Promise.reject(new Error("Can't read the data of '"+f+"'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?"))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(t,r,c){var i=t("./reader/readerFor"),o=t("./utils"),a=t("./signature"),u=t("./zipEntry"),h=t("./support");function b(g){this.files=[],this.loadOptions=g}b.prototype={checkSignature:function(g){if(!this.reader.readAndCheckSignature(g)){this.reader.index-=4;var m=this.reader.readString(4);throw new Error("Corrupted zip or bug: unexpected signature ("+o.pretty(m)+", expected "+o.pretty(g)+")")}},isSignature:function(g,m){var l=this.reader.index;this.reader.setIndex(g);var y=this.reader.readString(4)===m;return this.reader.setIndex(l),y},readBlockEndOfCentral:function(){this.diskNumber=this.reader.readInt(2),this.diskWithCentralDirStart=this.reader.readInt(2),this.centralDirRecordsOnThisDisk=this.reader.readInt(2),this.centralDirRecords=this.reader.readInt(2),this.centralDirSize=this.reader.readInt(4),this.centralDirOffset=this.reader.readInt(4),this.zipCommentLength=this.reader.readInt(2);var g=this.reader.readData(this.zipCommentLength),m=h.uint8array?"uint8array":"array",l=o.transformTo(m,g);this.zipComment=this.loadOptions.decodeFileName(l)},readBlockZip64EndOfCentral:function(){this.zip64EndOfCentralSize=this.reader.readInt(8),this.reader.skip(4),this.diskNumber=this.reader.readInt(4),this.diskWithCentralDirStart=this.reader.readInt(4),this.centralDirRecordsOnThisDisk=this.reader.readInt(8),this.centralDirRecords=this.reader.readInt(8),this.centralDirSize=this.reader.readInt(8),this.centralDirOffset=this.reader.readInt(8),this.zip64ExtensibleData={};for(var g,m,l,y=this.zip64EndOfCentralSize-44;0<y;)g=this.reader.readInt(2),m=this.reader.readInt(4),l=this.reader.readData(m),this.zip64ExtensibleData[g]={id:g,length:m,value:l}},readBlockZip64EndOfCentralLocator:function(){if(this.diskWithZip64CentralDirStart=this.reader.readInt(4),this.relativeOffsetEndOfZip64CentralDir=this.reader.readInt(8),this.disksCount=this.reader.readInt(4),1<this.disksCount)throw new Error("Multi-volumes zip are not supported")},readLocalFiles:function(){var g,m;for(g=0;g<this.files.length;g++)m=this.files[g],this.reader.setIndex(m.localHeaderOffset),this.checkSignature(a.LOCAL_FILE_HEADER),m.readLocalPart(this.reader),m.handleUTF8(),m.processAttributes()},readCentralDir:function(){var g;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(a.CENTRAL_FILE_HEADER);)(g=new u({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(g);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw new Error("Corrupted zip or bug: expected "+this.centralDirRecords+" records in central dir, got "+this.files.length)},readEndOfCentral:function(){var g=this.reader.lastIndexOfSignature(a.CENTRAL_DIRECTORY_END);if(g<0)throw this.isSignature(0,a.LOCAL_FILE_HEADER)?new Error("Corrupted zip: can't find end of central directory"):new Error("Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html");this.reader.setIndex(g);var m=g;if(this.checkSignature(a.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===o.MAX_VALUE_16BITS||this.diskWithCentralDirStart===o.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===o.MAX_VALUE_16BITS||this.centralDirRecords===o.MAX_VALUE_16BITS||this.centralDirSize===o.MAX_VALUE_32BITS||this.centralDirOffset===o.MAX_VALUE_32BITS){if(this.zip64=!0,(g=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw new Error("Corrupted zip: can't find the ZIP64 end of central directory locator");if(this.reader.setIndex(g),this.checkSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR),this.readBlockZip64EndOfCentralLocator(),!this.isSignature(this.relativeOffsetEndOfZip64CentralDir,a.ZIP64_CENTRAL_DIRECTORY_END)&&(this.relativeOffsetEndOfZip64CentralDir=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_END),this.relativeOffsetEndOfZip64CentralDir<0))throw new Error("Corrupted zip: can't find the ZIP64 end of central directory");this.reader.setIndex(this.relativeOffsetEndOfZip64CentralDir),this.checkSignature(a.ZIP64_CENTRAL_DIRECTORY_END),this.readBlockZip64EndOfCentral()}var l=this.centralDirOffset+this.centralDirSize;this.zip64&&(l+=20,l+=12+this.zip64EndOfCentralSize);var y=m-l;if(0<y)this.isSignature(m,a.CENTRAL_FILE_HEADER)||(this.reader.zero=y);else if(y<0)throw new Error("Corrupted zip: missing "+Math.abs(y)+" bytes.")},prepareReader:function(g){this.reader=i(g)},load:function(g){this.prepareReader(g),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},r.exports=b},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(t,r,c){var i=t("./reader/readerFor"),o=t("./utils"),a=t("./compressedObject"),u=t("./crc32"),h=t("./utf8"),b=t("./compressions"),g=t("./support");function m(l,y){this.options=l,this.loadOptions=y}m.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(l){var y,f;if(l.skip(22),this.fileNameLength=l.readInt(2),f=l.readInt(2),this.fileName=l.readData(this.fileNameLength),l.skip(f),this.compressedSize===-1||this.uncompressedSize===-1)throw new Error("Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)");if((y=(function(s){for(var p in b)if(Object.prototype.hasOwnProperty.call(b,p)&&b[p].magic===s)return b[p];return null})(this.compressionMethod))===null)throw new Error("Corrupted zip : compression "+o.pretty(this.compressionMethod)+" unknown (inner file : "+o.transformTo("string",this.fileName)+")");this.decompressed=new a(this.compressedSize,this.uncompressedSize,this.crc32,y,l.readData(this.compressedSize))},readCentralPart:function(l){this.versionMadeBy=l.readInt(2),l.skip(2),this.bitFlag=l.readInt(2),this.compressionMethod=l.readString(2),this.date=l.readDate(),this.crc32=l.readInt(4),this.compressedSize=l.readInt(4),this.uncompressedSize=l.readInt(4);var y=l.readInt(2);if(this.extraFieldsLength=l.readInt(2),this.fileCommentLength=l.readInt(2),this.diskNumberStart=l.readInt(2),this.internalFileAttributes=l.readInt(2),this.externalFileAttributes=l.readInt(4),this.localHeaderOffset=l.readInt(4),this.isEncrypted())throw new Error("Encrypted zip are not supported");l.skip(y),this.readExtraFields(l),this.parseZIP64ExtraField(l),this.fileComment=l.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var l=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),l==0&&(this.dosPermissions=63&this.externalFileAttributes),l==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!=="/"||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var l=i(this.extraFields[1].value);this.uncompressedSize===o.MAX_VALUE_32BITS&&(this.uncompressedSize=l.readInt(8)),this.compressedSize===o.MAX_VALUE_32BITS&&(this.compressedSize=l.readInt(8)),this.localHeaderOffset===o.MAX_VALUE_32BITS&&(this.localHeaderOffset=l.readInt(8)),this.diskNumberStart===o.MAX_VALUE_32BITS&&(this.diskNumberStart=l.readInt(4))}},readExtraFields:function(l){var y,f,s,p=l.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});l.index+4<p;)y=l.readInt(2),f=l.readInt(2),s=l.readData(f),this.extraFields[y]={id:y,length:f,value:s};l.setIndex(p)},handleUTF8:function(){var l=g.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=h.utf8decode(this.fileName),this.fileCommentStr=h.utf8decode(this.fileComment);else{var y=this.findExtraFieldUnicodePath();if(y!==null)this.fileNameStr=y;else{var f=o.transformTo(l,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(f)}var s=this.findExtraFieldUnicodeComment();if(s!==null)this.fileCommentStr=s;else{var p=o.transformTo(l,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(p)}}},findExtraFieldUnicodePath:function(){var l=this.extraFields[28789];if(l){var y=i(l.value);return y.readInt(1)!==1||u(this.fileName)!==y.readInt(4)?null:h.utf8decode(y.readData(l.length-5))}return null},findExtraFieldUnicodeComment:function(){var l=this.extraFields[25461];if(l){var y=i(l.value);return y.readInt(1)!==1||u(this.fileComment)!==y.readInt(4)?null:h.utf8decode(y.readData(l.length-5))}return null}},r.exports=m},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(t,r,c){function i(y,f,s){this.name=y,this.dir=s.dir,this.date=s.date,this.comment=s.comment,this.unixPermissions=s.unixPermissions,this.dosPermissions=s.dosPermissions,this._data=f,this._dataBinary=s.binary,this.options={compression:s.compression,compressionOptions:s.compressionOptions}}var o=t("./stream/StreamHelper"),a=t("./stream/DataWorker"),u=t("./utf8"),h=t("./compressedObject"),b=t("./stream/GenericWorker");i.prototype={internalStream:function(y){var f=null,s="string";try{if(!y)throw new Error("No output type specified.");var p=(s=y.toLowerCase())==="string"||s==="text";s!=="binarystring"&&s!=="text"||(s="string"),f=this._decompressWorker();var d=!this._dataBinary;d&&!p&&(f=f.pipe(new u.Utf8EncodeWorker)),!d&&p&&(f=f.pipe(new u.Utf8DecodeWorker))}catch(D){(f=new b("error")).error(D)}return new o(f,s,"")},async:function(y,f){return this.internalStream(y).accumulate(f)},nodeStream:function(y,f){return this.internalStream(y||"nodebuffer").toNodejsStream(f)},_compressWorker:function(y,f){if(this._data instanceof h&&this._data.compression.magic===y.magic)return this._data.getCompressedWorker();var s=this._decompressWorker();return this._dataBinary||(s=s.pipe(new u.Utf8EncodeWorker)),h.createWorkerFrom(s,y,f)},_decompressWorker:function(){return this._data instanceof h?this._data.getContentWorker():this._data instanceof b?this._data:new a(this._data)}};for(var g=["asText","asBinary","asNodeBuffer","asUint8Array","asArrayBuffer"],m=function(){throw new Error("This method has been removed in JSZip 3.0, please check the upgrade guide.")},l=0;l<g.length;l++)i.prototype[g[l]]=m;r.exports=i},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(t,r,c){(function(i){var o,a,u=i.MutationObserver||i.WebKitMutationObserver;if(u){var h=0,b=new u(y),g=i.document.createTextNode("");b.observe(g,{characterData:!0}),o=function(){g.data=h=++h%2}}else if(i.setImmediate||i.MessageChannel===void 0)o="document"in i&&"onreadystatechange"in i.document.createElement("script")?function(){var f=i.document.createElement("script");f.onreadystatechange=function(){y(),f.onreadystatechange=null,f.parentNode.removeChild(f),f=null},i.document.documentElement.appendChild(f)}:function(){setTimeout(y,0)};else{var m=new i.MessageChannel;m.port1.onmessage=y,o=function(){m.port2.postMessage(0)}}var l=[];function y(){var f,s;a=!0;for(var p=l.length;p;){for(s=l,l=[],f=-1;++f<p;)s[f]();p=l.length}a=!1}r.exports=function(f){l.push(f)!==1||a||o()}}).call(this,typeof Xe.commonjsGlobal<"u"?Xe.commonjsGlobal:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(t,r,c){var i=t("immediate");function o(){}var a={},u=["REJECTED"],h=["FULFILLED"],b=["PENDING"];function g(p){if(typeof p!="function")throw new TypeError("resolver must be a function");this.state=b,this.queue=[],this.outcome=void 0,p!==o&&f(this,p)}function m(p,d,D){this.promise=p,typeof d=="function"&&(this.onFulfilled=d,this.callFulfilled=this.otherCallFulfilled),typeof D=="function"&&(this.onRejected=D,this.callRejected=this.otherCallRejected)}function l(p,d,D){i(function(){var w;try{w=d(D)}catch(_){return a.reject(p,_)}w===p?a.reject(p,new TypeError("Cannot resolve promise with itself")):a.resolve(p,w)})}function y(p){var d=p&&p.then;if(p&&(typeof p=="object"||typeof p=="function")&&typeof d=="function")return function(){d.apply(p,arguments)}}function f(p,d){var D=!1;function w(E){D||(D=!0,a.reject(p,E))}function _(E){D||(D=!0,a.resolve(p,E))}var U=s(function(){d(_,w)});U.status==="error"&&w(U.value)}function s(p,d){var D={};try{D.value=p(d),D.status="success"}catch(w){D.status="error",D.value=w}return D}(r.exports=g).prototype.finally=function(p){if(typeof p!="function")return this;var d=this.constructor;return this.then(function(D){return d.resolve(p()).then(function(){return D})},function(D){return d.resolve(p()).then(function(){throw D})})},g.prototype.catch=function(p){return this.then(null,p)},g.prototype.then=function(p,d){if(typeof p!="function"&&this.state===h||typeof d!="function"&&this.state===u)return this;var D=new this.constructor(o);return this.state!==b?l(D,this.state===h?p:d,this.outcome):this.queue.push(new m(D,p,d)),D},m.prototype.callFulfilled=function(p){a.resolve(this.promise,p)},m.prototype.otherCallFulfilled=function(p){l(this.promise,this.onFulfilled,p)},m.prototype.callRejected=function(p){a.reject(this.promise,p)},m.prototype.otherCallRejected=function(p){l(this.promise,this.onRejected,p)},a.resolve=function(p,d){var D=s(y,d);if(D.status==="error")return a.reject(p,D.value);var w=D.value;if(w)f(p,w);else{p.state=h,p.outcome=d;for(var _=-1,U=p.queue.length;++_<U;)p.queue[_].callFulfilled(d)}return p},a.reject=function(p,d){p.state=u,p.outcome=d;for(var D=-1,w=p.queue.length;++D<w;)p.queue[D].callRejected(d);return p},g.resolve=function(p){return p instanceof this?p:a.resolve(new this(o),p)},g.reject=function(p){var d=new this(o);return a.reject(d,p)},g.all=function(p){var d=this;if(Object.prototype.toString.call(p)!=="[object Array]")return this.reject(new TypeError("must be an array"));var D=p.length,w=!1;if(!D)return this.resolve([]);for(var _=new Array(D),U=0,E=-1,S=new this(o);++E<D;)A(p[E],E);return S;function A(I,$){d.resolve(I).then(function(T){_[$]=T,++U!==D||w||(w=!0,a.resolve(S,_))},function(T){w||(w=!0,a.reject(S,T))})}},g.race=function(p){var d=this;if(Object.prototype.toString.call(p)!=="[object Array]")return this.reject(new TypeError("must be an array"));var D=p.length,w=!1;if(!D)return this.resolve([]);for(var _=-1,U=new this(o);++_<D;)E=p[_],d.resolve(E).then(function(S){w||(w=!0,a.resolve(U,S))},function(S){w||(w=!0,a.reject(U,S))});var E;return U}},{immediate:36}],38:[function(t,r,c){var i={};(0,t("./lib/utils/common").assign)(i,t("./lib/deflate"),t("./lib/inflate"),t("./lib/zlib/constants")),r.exports=i},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(t,r,c){var i=t("./zlib/deflate"),o=t("./utils/common"),a=t("./utils/strings"),u=t("./zlib/messages"),h=t("./zlib/zstream"),b=Object.prototype.toString,g=0,m=-1,l=0,y=8;function f(p){if(!(this instanceof f))return new f(p);this.options=o.assign({level:m,method:y,chunkSize:16384,windowBits:15,memLevel:8,strategy:l,to:""},p||{});var d=this.options;d.raw&&0<d.windowBits?d.windowBits=-d.windowBits:d.gzip&&0<d.windowBits&&d.windowBits<16&&(d.windowBits+=16),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new h,this.strm.avail_out=0;var D=i.deflateInit2(this.strm,d.level,d.method,d.windowBits,d.memLevel,d.strategy);if(D!==g)throw new Error(u[D]);if(d.header&&i.deflateSetHeader(this.strm,d.header),d.dictionary){var w;if(w=typeof d.dictionary=="string"?a.string2buf(d.dictionary):b.call(d.dictionary)==="[object ArrayBuffer]"?new Uint8Array(d.dictionary):d.dictionary,(D=i.deflateSetDictionary(this.strm,w))!==g)throw new Error(u[D]);this._dict_set=!0}}function s(p,d){var D=new f(d);if(D.push(p,!0),D.err)throw D.msg||u[D.err];return D.result}f.prototype.push=function(p,d){var D,w,_=this.strm,U=this.options.chunkSize;if(this.ended)return!1;w=d===~~d?d:d===!0?4:0,typeof p=="string"?_.input=a.string2buf(p):b.call(p)==="[object ArrayBuffer]"?_.input=new Uint8Array(p):_.input=p,_.next_in=0,_.avail_in=_.input.length;do{if(_.avail_out===0&&(_.output=new o.Buf8(U),_.next_out=0,_.avail_out=U),(D=i.deflate(_,w))!==1&&D!==g)return this.onEnd(D),!(this.ended=!0);_.avail_out!==0&&(_.avail_in!==0||w!==4&&w!==2)||(this.options.to==="string"?this.onData(a.buf2binstring(o.shrinkBuf(_.output,_.next_out))):this.onData(o.shrinkBuf(_.output,_.next_out)))}while((0<_.avail_in||_.avail_out===0)&&D!==1);return w===4?(D=i.deflateEnd(this.strm),this.onEnd(D),this.ended=!0,D===g):w!==2||(this.onEnd(g),!(_.avail_out=0))},f.prototype.onData=function(p){this.chunks.push(p)},f.prototype.onEnd=function(p){p===g&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=o.flattenChunks(this.chunks)),this.chunks=[],this.err=p,this.msg=this.strm.msg},c.Deflate=f,c.deflate=s,c.deflateRaw=function(p,d){return(d=d||{}).raw=!0,s(p,d)},c.gzip=function(p,d){return(d=d||{}).gzip=!0,s(p,d)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(t,r,c){var i=t("./zlib/inflate"),o=t("./utils/common"),a=t("./utils/strings"),u=t("./zlib/constants"),h=t("./zlib/messages"),b=t("./zlib/zstream"),g=t("./zlib/gzheader"),m=Object.prototype.toString;function l(f){if(!(this instanceof l))return new l(f);this.options=o.assign({chunkSize:16384,windowBits:0,to:""},f||{});var s=this.options;s.raw&&0<=s.windowBits&&s.windowBits<16&&(s.windowBits=-s.windowBits,s.windowBits===0&&(s.windowBits=-15)),!(0<=s.windowBits&&s.windowBits<16)||f&&f.windowBits||(s.windowBits+=32),15<s.windowBits&&s.windowBits<48&&(15&s.windowBits)==0&&(s.windowBits|=15),this.err=0,this.msg="",this.ended=!1,this.chunks=[],this.strm=new b,this.strm.avail_out=0;var p=i.inflateInit2(this.strm,s.windowBits);if(p!==u.Z_OK)throw new Error(h[p]);this.header=new g,i.inflateGetHeader(this.strm,this.header)}function y(f,s){var p=new l(s);if(p.push(f,!0),p.err)throw p.msg||h[p.err];return p.result}l.prototype.push=function(f,s){var p,d,D,w,_,U,E=this.strm,S=this.options.chunkSize,A=this.options.dictionary,I=!1;if(this.ended)return!1;d=s===~~s?s:s===!0?u.Z_FINISH:u.Z_NO_FLUSH,typeof f=="string"?E.input=a.binstring2buf(f):m.call(f)==="[object ArrayBuffer]"?E.input=new Uint8Array(f):E.input=f,E.next_in=0,E.avail_in=E.input.length;do{if(E.avail_out===0&&(E.output=new o.Buf8(S),E.next_out=0,E.avail_out=S),(p=i.inflate(E,u.Z_NO_FLUSH))===u.Z_NEED_DICT&&A&&(U=typeof A=="string"?a.string2buf(A):m.call(A)==="[object ArrayBuffer]"?new Uint8Array(A):A,p=i.inflateSetDictionary(this.strm,U)),p===u.Z_BUF_ERROR&&I===!0&&(p=u.Z_OK,I=!1),p!==u.Z_STREAM_END&&p!==u.Z_OK)return this.onEnd(p),!(this.ended=!0);E.next_out&&(E.avail_out!==0&&p!==u.Z_STREAM_END&&(E.avail_in!==0||d!==u.Z_FINISH&&d!==u.Z_SYNC_FLUSH)||(this.options.to==="string"?(D=a.utf8border(E.output,E.next_out),w=E.next_out-D,_=a.buf2string(E.output,D),E.next_out=w,E.avail_out=S-w,w&&o.arraySet(E.output,E.output,D,w,0),this.onData(_)):this.onData(o.shrinkBuf(E.output,E.next_out)))),E.avail_in===0&&E.avail_out===0&&(I=!0)}while((0<E.avail_in||E.avail_out===0)&&p!==u.Z_STREAM_END);return p===u.Z_STREAM_END&&(d=u.Z_FINISH),d===u.Z_FINISH?(p=i.inflateEnd(this.strm),this.onEnd(p),this.ended=!0,p===u.Z_OK):d!==u.Z_SYNC_FLUSH||(this.onEnd(u.Z_OK),!(E.avail_out=0))},l.prototype.onData=function(f){this.chunks.push(f)},l.prototype.onEnd=function(f){f===u.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=o.flattenChunks(this.chunks)),this.chunks=[],this.err=f,this.msg=this.strm.msg},c.Inflate=l,c.inflate=y,c.inflateRaw=function(f,s){return(s=s||{}).raw=!0,y(f,s)},c.ungzip=y},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(t,r,c){var i=typeof Uint8Array<"u"&&typeof Uint16Array<"u"&&typeof Int32Array<"u";c.assign=function(u){for(var h=Array.prototype.slice.call(arguments,1);h.length;){var b=h.shift();if(b){if(typeof b!="object")throw new TypeError(b+"must be non-object");for(var g in b)b.hasOwnProperty(g)&&(u[g]=b[g])}}return u},c.shrinkBuf=function(u,h){return u.length===h?u:u.subarray?u.subarray(0,h):(u.length=h,u)};var o={arraySet:function(u,h,b,g,m){if(h.subarray&&u.subarray)u.set(h.subarray(b,b+g),m);else for(var l=0;l<g;l++)u[m+l]=h[b+l]},flattenChunks:function(u){var h,b,g,m,l,y;for(h=g=0,b=u.length;h<b;h++)g+=u[h].length;for(y=new Uint8Array(g),h=m=0,b=u.length;h<b;h++)l=u[h],y.set(l,m),m+=l.length;return y}},a={arraySet:function(u,h,b,g,m){for(var l=0;l<g;l++)u[m+l]=h[b+l]},flattenChunks:function(u){return[].concat.apply([],u)}};c.setTyped=function(u){u?(c.Buf8=Uint8Array,c.Buf16=Uint16Array,c.Buf32=Int32Array,c.assign(c,o)):(c.Buf8=Array,c.Buf16=Array,c.Buf32=Array,c.assign(c,a))},c.setTyped(i)},{}],42:[function(t,r,c){var i=t("./common"),o=!0,a=!0;try{String.fromCharCode.apply(null,[0])}catch{o=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{a=!1}for(var u=new i.Buf8(256),h=0;h<256;h++)u[h]=252<=h?6:248<=h?5:240<=h?4:224<=h?3:192<=h?2:1;function b(g,m){if(m<65537&&(g.subarray&&a||!g.subarray&&o))return String.fromCharCode.apply(null,i.shrinkBuf(g,m));for(var l="",y=0;y<m;y++)l+=String.fromCharCode(g[y]);return l}u[254]=u[254]=1,c.string2buf=function(g){var m,l,y,f,s,p=g.length,d=0;for(f=0;f<p;f++)(64512&(l=g.charCodeAt(f)))==55296&&f+1<p&&(64512&(y=g.charCodeAt(f+1)))==56320&&(l=65536+(l-55296<<10)+(y-56320),f++),d+=l<128?1:l<2048?2:l<65536?3:4;for(m=new i.Buf8(d),f=s=0;s<d;f++)(64512&(l=g.charCodeAt(f)))==55296&&f+1<p&&(64512&(y=g.charCodeAt(f+1)))==56320&&(l=65536+(l-55296<<10)+(y-56320),f++),l<128?m[s++]=l:(l<2048?m[s++]=192|l>>>6:(l<65536?m[s++]=224|l>>>12:(m[s++]=240|l>>>18,m[s++]=128|l>>>12&63),m[s++]=128|l>>>6&63),m[s++]=128|63&l);return m},c.buf2binstring=function(g){return b(g,g.length)},c.binstring2buf=function(g){for(var m=new i.Buf8(g.length),l=0,y=m.length;l<y;l++)m[l]=g.charCodeAt(l);return m},c.buf2string=function(g,m){var l,y,f,s,p=m||g.length,d=new Array(2*p);for(l=y=0;l<p;)if((f=g[l++])<128)d[y++]=f;else if(4<(s=u[f]))d[y++]=65533,l+=s-1;else{for(f&=s===2?31:s===3?15:7;1<s&&l<p;)f=f<<6|63&g[l++],s--;1<s?d[y++]=65533:f<65536?d[y++]=f:(f-=65536,d[y++]=55296|f>>10&1023,d[y++]=56320|1023&f)}return b(d,y)},c.utf8border=function(g,m){var l;for((m=m||g.length)>g.length&&(m=g.length),l=m-1;0<=l&&(192&g[l])==128;)l--;return l<0||l===0?m:l+u[g[l]]>m?l:m}},{"./common":41}],43:[function(t,r,c){r.exports=function(i,o,a,u){for(var h=65535&i|0,b=i>>>16&65535|0,g=0;a!==0;){for(a-=g=2e3<a?2e3:a;b=b+(h=h+o[u++]|0)|0,--g;);h%=65521,b%=65521}return h|b<<16|0}},{}],44:[function(t,r,c){r.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],45:[function(t,r,c){var i=(function(){for(var o,a=[],u=0;u<256;u++){o=u;for(var h=0;h<8;h++)o=1&o?3988292384^o>>>1:o>>>1;a[u]=o}return a})();r.exports=function(o,a,u,h){var b=i,g=h+u;o^=-1;for(var m=h;m<g;m++)o=o>>>8^b[255&(o^a[m])];return-1^o}},{}],46:[function(t,r,c){var i,o=t("../utils/common"),a=t("./trees"),u=t("./adler32"),h=t("./crc32"),b=t("./messages"),g=0,m=4,l=0,y=-2,f=-1,s=4,p=2,d=8,D=9,w=286,_=30,U=19,E=2*w+1,S=15,A=3,I=258,$=I+A+1,T=42,W=113,x=1,q=2,R=3,N=4;function G(v,Z){return v.msg=b[Z],Z}function P(v){return(v<<1)-(4<v?9:0)}function Q(v){for(var Z=v.length;0<=--Z;)v[Z]=0}function L(v){var Z=v.state,X=Z.pending;X>v.avail_out&&(X=v.avail_out),X!==0&&(o.arraySet(v.output,Z.pending_buf,Z.pending_out,X,v.next_out),v.next_out+=X,Z.pending_out+=X,v.total_out+=X,v.avail_out-=X,Z.pending-=X,Z.pending===0&&(Z.pending_out=0))}function k(v,Z){a._tr_flush_block(v,0<=v.block_start?v.block_start:-1,v.strstart-v.block_start,Z),v.block_start=v.strstart,L(v.strm)}function re(v,Z){v.pending_buf[v.pending++]=Z}function ae(v,Z){v.pending_buf[v.pending++]=Z>>>8&255,v.pending_buf[v.pending++]=255&Z}function ee(v,Z){var X,O,B=v.max_chain_length,V=v.strstart,te=v.prev_length,ie=v.nice_match,H=v.strstart>v.w_size-$?v.strstart-(v.w_size-$):0,M=v.window,j=v.w_mask,K=v.prev,ne=v.strstart+I,se=M[V+te-1],fe=M[V+te];v.prev_length>=v.good_match&&(B>>=2),ie>v.lookahead&&(ie=v.lookahead);do if(M[(X=Z)+te]===fe&&M[X+te-1]===se&&M[X]===M[V]&&M[++X]===M[V+1]){V+=2,X++;do;while(M[++V]===M[++X]&&M[++V]===M[++X]&&M[++V]===M[++X]&&M[++V]===M[++X]&&M[++V]===M[++X]&&M[++V]===M[++X]&&M[++V]===M[++X]&&M[++V]===M[++X]&&V<ne);if(O=I-(ne-V),V=ne-I,te<O){if(v.match_start=Z,ie<=(te=O))break;se=M[V+te-1],fe=M[V+te]}}while((Z=K[Z&j])>H&&--B!=0);return te<=v.lookahead?te:v.lookahead}function ce(v){var Z,X,O,B,V,te,ie,H,M,j,K=v.w_size;do{if(B=v.window_size-v.lookahead-v.strstart,v.strstart>=K+(K-$)){for(o.arraySet(v.window,v.window,K,K,0),v.match_start-=K,v.strstart-=K,v.block_start-=K,Z=X=v.hash_size;O=v.head[--Z],v.head[Z]=K<=O?O-K:0,--X;);for(Z=X=K;O=v.prev[--Z],v.prev[Z]=K<=O?O-K:0,--X;);B+=K}if(v.strm.avail_in===0)break;if(te=v.strm,ie=v.window,H=v.strstart+v.lookahead,M=B,j=void 0,j=te.avail_in,M<j&&(j=M),X=j===0?0:(te.avail_in-=j,o.arraySet(ie,te.input,te.next_in,j,H),te.state.wrap===1?te.adler=u(te.adler,ie,j,H):te.state.wrap===2&&(te.adler=h(te.adler,ie,j,H)),te.next_in+=j,te.total_in+=j,j),v.lookahead+=X,v.lookahead+v.insert>=A)for(V=v.strstart-v.insert,v.ins_h=v.window[V],v.ins_h=(v.ins_h<<v.hash_shift^v.window[V+1])&v.hash_mask;v.insert&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[V+A-1])&v.hash_mask,v.prev[V&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=V,V++,v.insert--,!(v.lookahead+v.insert<A)););}while(v.lookahead<$&&v.strm.avail_in!==0)}function he(v,Z){for(var X,O;;){if(v.lookahead<$){if(ce(v),v.lookahead<$&&Z===g)return x;if(v.lookahead===0)break}if(X=0,v.lookahead>=A&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,X=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),X!==0&&v.strstart-X<=v.w_size-$&&(v.match_length=ee(v,X)),v.match_length>=A)if(O=a._tr_tally(v,v.strstart-v.match_start,v.match_length-A),v.lookahead-=v.match_length,v.match_length<=v.max_lazy_match&&v.lookahead>=A){for(v.match_length--;v.strstart++,v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,X=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart,--v.match_length!=0;);v.strstart++}else v.strstart+=v.match_length,v.match_length=0,v.ins_h=v.window[v.strstart],v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+1])&v.hash_mask;else O=a._tr_tally(v,0,v.window[v.strstart]),v.lookahead--,v.strstart++;if(O&&(k(v,!1),v.strm.avail_out===0))return x}return v.insert=v.strstart<A-1?v.strstart:A-1,Z===m?(k(v,!0),v.strm.avail_out===0?R:N):v.last_lit&&(k(v,!1),v.strm.avail_out===0)?x:q}function de(v,Z){for(var X,O,B;;){if(v.lookahead<$){if(ce(v),v.lookahead<$&&Z===g)return x;if(v.lookahead===0)break}if(X=0,v.lookahead>=A&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,X=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),v.prev_length=v.match_length,v.prev_match=v.match_start,v.match_length=A-1,X!==0&&v.prev_length<v.max_lazy_match&&v.strstart-X<=v.w_size-$&&(v.match_length=ee(v,X),v.match_length<=5&&(v.strategy===1||v.match_length===A&&4096<v.strstart-v.match_start)&&(v.match_length=A-1)),v.prev_length>=A&&v.match_length<=v.prev_length){for(B=v.strstart+v.lookahead-A,O=a._tr_tally(v,v.strstart-1-v.prev_match,v.prev_length-A),v.lookahead-=v.prev_length-1,v.prev_length-=2;++v.strstart<=B&&(v.ins_h=(v.ins_h<<v.hash_shift^v.window[v.strstart+A-1])&v.hash_mask,X=v.prev[v.strstart&v.w_mask]=v.head[v.ins_h],v.head[v.ins_h]=v.strstart),--v.prev_length!=0;);if(v.match_available=0,v.match_length=A-1,v.strstart++,O&&(k(v,!1),v.strm.avail_out===0))return x}else if(v.match_available){if((O=a._tr_tally(v,0,v.window[v.strstart-1]))&&k(v,!1),v.strstart++,v.lookahead--,v.strm.avail_out===0)return x}else v.match_available=1,v.strstart++,v.lookahead--}return v.match_available&&(O=a._tr_tally(v,0,v.window[v.strstart-1]),v.match_available=0),v.insert=v.strstart<A-1?v.strstart:A-1,Z===m?(k(v,!0),v.strm.avail_out===0?R:N):v.last_lit&&(k(v,!1),v.strm.avail_out===0)?x:q}function pe(v,Z,X,O,B){this.good_length=v,this.max_lazy=Z,this.nice_length=X,this.max_chain=O,this.func=B}function me(){this.strm=null,this.status=0,this.pending_buf=null,this.pending_buf_size=0,this.pending_out=0,this.pending=0,this.wrap=0,this.gzhead=null,this.gzindex=0,this.method=d,this.last_flush=-1,this.w_size=0,this.w_bits=0,this.w_mask=0,this.window=null,this.window_size=0,this.prev=null,this.head=null,this.ins_h=0,this.hash_size=0,this.hash_bits=0,this.hash_mask=0,this.hash_shift=0,this.block_start=0,this.match_length=0,this.prev_match=0,this.match_available=0,this.strstart=0,this.match_start=0,this.lookahead=0,this.prev_length=0,this.max_chain_length=0,this.max_lazy_match=0,this.level=0,this.strategy=0,this.good_match=0,this.nice_match=0,this.dyn_ltree=new o.Buf16(2*E),this.dyn_dtree=new o.Buf16(2*(2*_+1)),this.bl_tree=new o.Buf16(2*(2*U+1)),Q(this.dyn_ltree),Q(this.dyn_dtree),Q(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new o.Buf16(S+1),this.heap=new o.Buf16(2*w+1),Q(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new o.Buf16(2*w+1),Q(this.depth),this.l_buf=0,this.lit_bufsize=0,this.last_lit=0,this.d_buf=0,this.opt_len=0,this.static_len=0,this.matches=0,this.insert=0,this.bi_buf=0,this.bi_valid=0}function ye(v){var Z;return v&&v.state?(v.total_in=v.total_out=0,v.data_type=p,(Z=v.state).pending=0,Z.pending_out=0,Z.wrap<0&&(Z.wrap=-Z.wrap),Z.status=Z.wrap?T:W,v.adler=Z.wrap===2?0:1,Z.last_flush=g,a._tr_init(Z),l):G(v,y)}function Ue(v){var Z=ye(v);return Z===l&&(function(X){X.window_size=2*X.w_size,Q(X.head),X.max_lazy_match=i[X.level].max_lazy,X.good_match=i[X.level].good_length,X.nice_match=i[X.level].nice_length,X.max_chain_length=i[X.level].max_chain,X.strstart=0,X.block_start=0,X.lookahead=0,X.insert=0,X.match_length=X.prev_length=A-1,X.match_available=0,X.ins_h=0})(v.state),Z}function Ce(v,Z,X,O,B,V){if(!v)return y;var te=1;if(Z===f&&(Z=6),O<0?(te=0,O=-O):15<O&&(te=2,O-=16),B<1||D<B||X!==d||O<8||15<O||Z<0||9<Z||V<0||s<V)return G(v,y);O===8&&(O=9);var ie=new me;return(v.state=ie).strm=v,ie.wrap=te,ie.gzhead=null,ie.w_bits=O,ie.w_size=1<<ie.w_bits,ie.w_mask=ie.w_size-1,ie.hash_bits=B+7,ie.hash_size=1<<ie.hash_bits,ie.hash_mask=ie.hash_size-1,ie.hash_shift=~~((ie.hash_bits+A-1)/A),ie.window=new o.Buf8(2*ie.w_size),ie.head=new o.Buf16(ie.hash_size),ie.prev=new o.Buf16(ie.w_size),ie.lit_bufsize=1<<B+6,ie.pending_buf_size=4*ie.lit_bufsize,ie.pending_buf=new o.Buf8(ie.pending_buf_size),ie.d_buf=1*ie.lit_bufsize,ie.l_buf=3*ie.lit_bufsize,ie.level=Z,ie.strategy=V,ie.method=X,Ue(v)}i=[new pe(0,0,0,0,function(v,Z){var X=65535;for(X>v.pending_buf_size-5&&(X=v.pending_buf_size-5);;){if(v.lookahead<=1){if(ce(v),v.lookahead===0&&Z===g)return x;if(v.lookahead===0)break}v.strstart+=v.lookahead,v.lookahead=0;var O=v.block_start+X;if((v.strstart===0||v.strstart>=O)&&(v.lookahead=v.strstart-O,v.strstart=O,k(v,!1),v.strm.avail_out===0)||v.strstart-v.block_start>=v.w_size-$&&(k(v,!1),v.strm.avail_out===0))return x}return v.insert=0,Z===m?(k(v,!0),v.strm.avail_out===0?R:N):(v.strstart>v.block_start&&(k(v,!1),v.strm.avail_out),x)}),new pe(4,4,8,4,he),new pe(4,5,16,8,he),new pe(4,6,32,32,he),new pe(4,4,16,16,de),new pe(8,16,32,32,de),new pe(8,16,128,128,de),new pe(8,32,128,256,de),new pe(32,128,258,1024,de),new pe(32,258,258,4096,de)],c.deflateInit=function(v,Z){return Ce(v,Z,d,15,8,0)},c.deflateInit2=Ce,c.deflateReset=Ue,c.deflateResetKeep=ye,c.deflateSetHeader=function(v,Z){return v&&v.state?v.state.wrap!==2?y:(v.state.gzhead=Z,l):y},c.deflate=function(v,Z){var X,O,B,V;if(!v||!v.state||5<Z||Z<0)return v?G(v,y):y;if(O=v.state,!v.output||!v.input&&v.avail_in!==0||O.status===666&&Z!==m)return G(v,v.avail_out===0?-5:y);if(O.strm=v,X=O.last_flush,O.last_flush=Z,O.status===T)if(O.wrap===2)v.adler=0,re(O,31),re(O,139),re(O,8),O.gzhead?(re(O,(O.gzhead.text?1:0)+(O.gzhead.hcrc?2:0)+(O.gzhead.extra?4:0)+(O.gzhead.name?8:0)+(O.gzhead.comment?16:0)),re(O,255&O.gzhead.time),re(O,O.gzhead.time>>8&255),re(O,O.gzhead.time>>16&255),re(O,O.gzhead.time>>24&255),re(O,O.level===9?2:2<=O.strategy||O.level<2?4:0),re(O,255&O.gzhead.os),O.gzhead.extra&&O.gzhead.extra.length&&(re(O,255&O.gzhead.extra.length),re(O,O.gzhead.extra.length>>8&255)),O.gzhead.hcrc&&(v.adler=h(v.adler,O.pending_buf,O.pending,0)),O.gzindex=0,O.status=69):(re(O,0),re(O,0),re(O,0),re(O,0),re(O,0),re(O,O.level===9?2:2<=O.strategy||O.level<2?4:0),re(O,3),O.status=W);else{var te=d+(O.w_bits-8<<4)<<8;te|=(2<=O.strategy||O.level<2?0:O.level<6?1:O.level===6?2:3)<<6,O.strstart!==0&&(te|=32),te+=31-te%31,O.status=W,ae(O,te),O.strstart!==0&&(ae(O,v.adler>>>16),ae(O,65535&v.adler)),v.adler=1}if(O.status===69)if(O.gzhead.extra){for(B=O.pending;O.gzindex<(65535&O.gzhead.extra.length)&&(O.pending!==O.pending_buf_size||(O.gzhead.hcrc&&O.pending>B&&(v.adler=h(v.adler,O.pending_buf,O.pending-B,B)),L(v),B=O.pending,O.pending!==O.pending_buf_size));)re(O,255&O.gzhead.extra[O.gzindex]),O.gzindex++;O.gzhead.hcrc&&O.pending>B&&(v.adler=h(v.adler,O.pending_buf,O.pending-B,B)),O.gzindex===O.gzhead.extra.length&&(O.gzindex=0,O.status=73)}else O.status=73;if(O.status===73)if(O.gzhead.name){B=O.pending;do{if(O.pending===O.pending_buf_size&&(O.gzhead.hcrc&&O.pending>B&&(v.adler=h(v.adler,O.pending_buf,O.pending-B,B)),L(v),B=O.pending,O.pending===O.pending_buf_size)){V=1;break}V=O.gzindex<O.gzhead.name.length?255&O.gzhead.name.charCodeAt(O.gzindex++):0,re(O,V)}while(V!==0);O.gzhead.hcrc&&O.pending>B&&(v.adler=h(v.adler,O.pending_buf,O.pending-B,B)),V===0&&(O.gzindex=0,O.status=91)}else O.status=91;if(O.status===91)if(O.gzhead.comment){B=O.pending;do{if(O.pending===O.pending_buf_size&&(O.gzhead.hcrc&&O.pending>B&&(v.adler=h(v.adler,O.pending_buf,O.pending-B,B)),L(v),B=O.pending,O.pending===O.pending_buf_size)){V=1;break}V=O.gzindex<O.gzhead.comment.length?255&O.gzhead.comment.charCodeAt(O.gzindex++):0,re(O,V)}while(V!==0);O.gzhead.hcrc&&O.pending>B&&(v.adler=h(v.adler,O.pending_buf,O.pending-B,B)),V===0&&(O.status=103)}else O.status=103;if(O.status===103&&(O.gzhead.hcrc?(O.pending+2>O.pending_buf_size&&L(v),O.pending+2<=O.pending_buf_size&&(re(O,255&v.adler),re(O,v.adler>>8&255),v.adler=0,O.status=W)):O.status=W),O.pending!==0){if(L(v),v.avail_out===0)return O.last_flush=-1,l}else if(v.avail_in===0&&P(Z)<=P(X)&&Z!==m)return G(v,-5);if(O.status===666&&v.avail_in!==0)return G(v,-5);if(v.avail_in!==0||O.lookahead!==0||Z!==g&&O.status!==666){var ie=O.strategy===2?(function(H,M){for(var j;;){if(H.lookahead===0&&(ce(H),H.lookahead===0)){if(M===g)return x;break}if(H.match_length=0,j=a._tr_tally(H,0,H.window[H.strstart]),H.lookahead--,H.strstart++,j&&(k(H,!1),H.strm.avail_out===0))return x}return H.insert=0,M===m?(k(H,!0),H.strm.avail_out===0?R:N):H.last_lit&&(k(H,!1),H.strm.avail_out===0)?x:q})(O,Z):O.strategy===3?(function(H,M){for(var j,K,ne,se,fe=H.window;;){if(H.lookahead<=I){if(ce(H),H.lookahead<=I&&M===g)return x;if(H.lookahead===0)break}if(H.match_length=0,H.lookahead>=A&&0<H.strstart&&(K=fe[ne=H.strstart-1])===fe[++ne]&&K===fe[++ne]&&K===fe[++ne]){se=H.strstart+I;do;while(K===fe[++ne]&&K===fe[++ne]&&K===fe[++ne]&&K===fe[++ne]&&K===fe[++ne]&&K===fe[++ne]&&K===fe[++ne]&&K===fe[++ne]&&ne<se);H.match_length=I-(se-ne),H.match_length>H.lookahead&&(H.match_length=H.lookahead)}if(H.match_length>=A?(j=a._tr_tally(H,1,H.match_length-A),H.lookahead-=H.match_length,H.strstart+=H.match_length,H.match_length=0):(j=a._tr_tally(H,0,H.window[H.strstart]),H.lookahead--,H.strstart++),j&&(k(H,!1),H.strm.avail_out===0))return x}return H.insert=0,M===m?(k(H,!0),H.strm.avail_out===0?R:N):H.last_lit&&(k(H,!1),H.strm.avail_out===0)?x:q})(O,Z):i[O.level].func(O,Z);if(ie!==R&&ie!==N||(O.status=666),ie===x||ie===R)return v.avail_out===0&&(O.last_flush=-1),l;if(ie===q&&(Z===1?a._tr_align(O):Z!==5&&(a._tr_stored_block(O,0,0,!1),Z===3&&(Q(O.head),O.lookahead===0&&(O.strstart=0,O.block_start=0,O.insert=0))),L(v),v.avail_out===0))return O.last_flush=-1,l}return Z!==m?l:O.wrap<=0?1:(O.wrap===2?(re(O,255&v.adler),re(O,v.adler>>8&255),re(O,v.adler>>16&255),re(O,v.adler>>24&255),re(O,255&v.total_in),re(O,v.total_in>>8&255),re(O,v.total_in>>16&255),re(O,v.total_in>>24&255)):(ae(O,v.adler>>>16),ae(O,65535&v.adler)),L(v),0<O.wrap&&(O.wrap=-O.wrap),O.pending!==0?l:1)},c.deflateEnd=function(v){var Z;return v&&v.state?(Z=v.state.status)!==T&&Z!==69&&Z!==73&&Z!==91&&Z!==103&&Z!==W&&Z!==666?G(v,y):(v.state=null,Z===W?G(v,-3):l):y},c.deflateSetDictionary=function(v,Z){var X,O,B,V,te,ie,H,M,j=Z.length;if(!v||!v.state||(V=(X=v.state).wrap)===2||V===1&&X.status!==T||X.lookahead)return y;for(V===1&&(v.adler=u(v.adler,Z,j,0)),X.wrap=0,j>=X.w_size&&(V===0&&(Q(X.head),X.strstart=0,X.block_start=0,X.insert=0),M=new o.Buf8(X.w_size),o.arraySet(M,Z,j-X.w_size,X.w_size,0),Z=M,j=X.w_size),te=v.avail_in,ie=v.next_in,H=v.input,v.avail_in=j,v.next_in=0,v.input=Z,ce(X);X.lookahead>=A;){for(O=X.strstart,B=X.lookahead-(A-1);X.ins_h=(X.ins_h<<X.hash_shift^X.window[O+A-1])&X.hash_mask,X.prev[O&X.w_mask]=X.head[X.ins_h],X.head[X.ins_h]=O,O++,--B;);X.strstart=O,X.lookahead=A-1,ce(X)}return X.strstart+=X.lookahead,X.block_start=X.strstart,X.insert=X.lookahead,X.lookahead=0,X.match_length=X.prev_length=A-1,X.match_available=0,v.next_in=ie,v.input=H,v.avail_in=te,X.wrap=V,l},c.deflateInfo="pako deflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(t,r,c){r.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],48:[function(t,r,c){r.exports=function(i,o){var a,u,h,b,g,m,l,y,f,s,p,d,D,w,_,U,E,S,A,I,$,T,W,x,q;a=i.state,u=i.next_in,x=i.input,h=u+(i.avail_in-5),b=i.next_out,q=i.output,g=b-(o-i.avail_out),m=b+(i.avail_out-257),l=a.dmax,y=a.wsize,f=a.whave,s=a.wnext,p=a.window,d=a.hold,D=a.bits,w=a.lencode,_=a.distcode,U=(1<<a.lenbits)-1,E=(1<<a.distbits)-1;e:do{D<15&&(d+=x[u++]<<D,D+=8,d+=x[u++]<<D,D+=8),S=w[d&U];n:for(;;){if(d>>>=A=S>>>24,D-=A,(A=S>>>16&255)===0)q[b++]=65535&S;else{if(!(16&A)){if((64&A)==0){S=w[(65535&S)+(d&(1<<A)-1)];continue n}if(32&A){a.mode=12;break e}i.msg="invalid literal/length code",a.mode=30;break e}I=65535&S,(A&=15)&&(D<A&&(d+=x[u++]<<D,D+=8),I+=d&(1<<A)-1,d>>>=A,D-=A),D<15&&(d+=x[u++]<<D,D+=8,d+=x[u++]<<D,D+=8),S=_[d&E];t:for(;;){if(d>>>=A=S>>>24,D-=A,!(16&(A=S>>>16&255))){if((64&A)==0){S=_[(65535&S)+(d&(1<<A)-1)];continue t}i.msg="invalid distance code",a.mode=30;break e}if($=65535&S,D<(A&=15)&&(d+=x[u++]<<D,(D+=8)<A&&(d+=x[u++]<<D,D+=8)),l<($+=d&(1<<A)-1)){i.msg="invalid distance too far back",a.mode=30;break e}if(d>>>=A,D-=A,(A=b-g)<$){if(f<(A=$-A)&&a.sane){i.msg="invalid distance too far back",a.mode=30;break e}if(W=p,(T=0)===s){if(T+=y-A,A<I){for(I-=A;q[b++]=p[T++],--A;);T=b-$,W=q}}else if(s<A){if(T+=y+s-A,(A-=s)<I){for(I-=A;q[b++]=p[T++],--A;);if(T=0,s<I){for(I-=A=s;q[b++]=p[T++],--A;);T=b-$,W=q}}}else if(T+=s-A,A<I){for(I-=A;q[b++]=p[T++],--A;);T=b-$,W=q}for(;2<I;)q[b++]=W[T++],q[b++]=W[T++],q[b++]=W[T++],I-=3;I&&(q[b++]=W[T++],1<I&&(q[b++]=W[T++]))}else{for(T=b-$;q[b++]=q[T++],q[b++]=q[T++],q[b++]=q[T++],2<(I-=3););I&&(q[b++]=q[T++],1<I&&(q[b++]=q[T++]))}break}}break}}while(u<h&&b<m);u-=I=D>>3,d&=(1<<(D-=I<<3))-1,i.next_in=u,i.next_out=b,i.avail_in=u<h?h-u+5:5-(u-h),i.avail_out=b<m?m-b+257:257-(b-m),a.hold=d,a.bits=D}},{}],49:[function(t,r,c){var i=t("../utils/common"),o=t("./adler32"),a=t("./crc32"),u=t("./inffast"),h=t("./inftrees"),b=1,g=2,m=0,l=-2,y=1,f=852,s=592;function p(T){return(T>>>24&255)+(T>>>8&65280)+((65280&T)<<8)+((255&T)<<24)}function d(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new i.Buf16(320),this.work=new i.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function D(T){var W;return T&&T.state?(W=T.state,T.total_in=T.total_out=W.total=0,T.msg="",W.wrap&&(T.adler=1&W.wrap),W.mode=y,W.last=0,W.havedict=0,W.dmax=32768,W.head=null,W.hold=0,W.bits=0,W.lencode=W.lendyn=new i.Buf32(f),W.distcode=W.distdyn=new i.Buf32(s),W.sane=1,W.back=-1,m):l}function w(T){var W;return T&&T.state?((W=T.state).wsize=0,W.whave=0,W.wnext=0,D(T)):l}function _(T,W){var x,q;return T&&T.state?(q=T.state,W<0?(x=0,W=-W):(x=1+(W>>4),W<48&&(W&=15)),W&&(W<8||15<W)?l:(q.window!==null&&q.wbits!==W&&(q.window=null),q.wrap=x,q.wbits=W,w(T))):l}function U(T,W){var x,q;return T?(q=new d,(T.state=q).window=null,(x=_(T,W))!==m&&(T.state=null),x):l}var E,S,A=!0;function I(T){if(A){var W;for(E=new i.Buf32(512),S=new i.Buf32(32),W=0;W<144;)T.lens[W++]=8;for(;W<256;)T.lens[W++]=9;for(;W<280;)T.lens[W++]=7;for(;W<288;)T.lens[W++]=8;for(h(b,T.lens,0,288,E,0,T.work,{bits:9}),W=0;W<32;)T.lens[W++]=5;h(g,T.lens,0,32,S,0,T.work,{bits:5}),A=!1}T.lencode=E,T.lenbits=9,T.distcode=S,T.distbits=5}function $(T,W,x,q){var R,N=T.state;return N.window===null&&(N.wsize=1<<N.wbits,N.wnext=0,N.whave=0,N.window=new i.Buf8(N.wsize)),q>=N.wsize?(i.arraySet(N.window,W,x-N.wsize,N.wsize,0),N.wnext=0,N.whave=N.wsize):(q<(R=N.wsize-N.wnext)&&(R=q),i.arraySet(N.window,W,x-q,R,N.wnext),(q-=R)?(i.arraySet(N.window,W,x-q,q,0),N.wnext=q,N.whave=N.wsize):(N.wnext+=R,N.wnext===N.wsize&&(N.wnext=0),N.whave<N.wsize&&(N.whave+=R))),0}c.inflateReset=w,c.inflateReset2=_,c.inflateResetKeep=D,c.inflateInit=function(T){return U(T,15)},c.inflateInit2=U,c.inflate=function(T,W){var x,q,R,N,G,P,Q,L,k,re,ae,ee,ce,he,de,pe,me,ye,Ue,Ce,v,Z,X,O,B=0,V=new i.Buf8(4),te=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!T||!T.state||!T.output||!T.input&&T.avail_in!==0)return l;(x=T.state).mode===12&&(x.mode=13),G=T.next_out,R=T.output,Q=T.avail_out,N=T.next_in,q=T.input,P=T.avail_in,L=x.hold,k=x.bits,re=P,ae=Q,Z=m;e:for(;;)switch(x.mode){case y:if(x.wrap===0){x.mode=13;break}for(;k<16;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(2&x.wrap&&L===35615){V[x.check=0]=255&L,V[1]=L>>>8&255,x.check=a(x.check,V,2,0),k=L=0,x.mode=2;break}if(x.flags=0,x.head&&(x.head.done=!1),!(1&x.wrap)||(((255&L)<<8)+(L>>8))%31){T.msg="incorrect header check",x.mode=30;break}if((15&L)!=8){T.msg="unknown compression method",x.mode=30;break}if(k-=4,v=8+(15&(L>>>=4)),x.wbits===0)x.wbits=v;else if(v>x.wbits){T.msg="invalid window size",x.mode=30;break}x.dmax=1<<v,T.adler=x.check=1,x.mode=512&L?10:12,k=L=0;break;case 2:for(;k<16;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(x.flags=L,(255&x.flags)!=8){T.msg="unknown compression method",x.mode=30;break}if(57344&x.flags){T.msg="unknown header flags set",x.mode=30;break}x.head&&(x.head.text=L>>8&1),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,x.check=a(x.check,V,2,0)),k=L=0,x.mode=3;case 3:for(;k<32;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}x.head&&(x.head.time=L),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,V[2]=L>>>16&255,V[3]=L>>>24&255,x.check=a(x.check,V,4,0)),k=L=0,x.mode=4;case 4:for(;k<16;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}x.head&&(x.head.xflags=255&L,x.head.os=L>>8),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,x.check=a(x.check,V,2,0)),k=L=0,x.mode=5;case 5:if(1024&x.flags){for(;k<16;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}x.length=L,x.head&&(x.head.extra_len=L),512&x.flags&&(V[0]=255&L,V[1]=L>>>8&255,x.check=a(x.check,V,2,0)),k=L=0}else x.head&&(x.head.extra=null);x.mode=6;case 6:if(1024&x.flags&&(P<(ee=x.length)&&(ee=P),ee&&(x.head&&(v=x.head.extra_len-x.length,x.head.extra||(x.head.extra=new Array(x.head.extra_len)),i.arraySet(x.head.extra,q,N,ee,v)),512&x.flags&&(x.check=a(x.check,q,ee,N)),P-=ee,N+=ee,x.length-=ee),x.length))break e;x.length=0,x.mode=7;case 7:if(2048&x.flags){if(P===0)break e;for(ee=0;v=q[N+ee++],x.head&&v&&x.length<65536&&(x.head.name+=String.fromCharCode(v)),v&&ee<P;);if(512&x.flags&&(x.check=a(x.check,q,ee,N)),P-=ee,N+=ee,v)break e}else x.head&&(x.head.name=null);x.length=0,x.mode=8;case 8:if(4096&x.flags){if(P===0)break e;for(ee=0;v=q[N+ee++],x.head&&v&&x.length<65536&&(x.head.comment+=String.fromCharCode(v)),v&&ee<P;);if(512&x.flags&&(x.check=a(x.check,q,ee,N)),P-=ee,N+=ee,v)break e}else x.head&&(x.head.comment=null);x.mode=9;case 9:if(512&x.flags){for(;k<16;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(L!==(65535&x.check)){T.msg="header crc mismatch",x.mode=30;break}k=L=0}x.head&&(x.head.hcrc=x.flags>>9&1,x.head.done=!0),T.adler=x.check=0,x.mode=12;break;case 10:for(;k<32;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}T.adler=x.check=p(L),k=L=0,x.mode=11;case 11:if(x.havedict===0)return T.next_out=G,T.avail_out=Q,T.next_in=N,T.avail_in=P,x.hold=L,x.bits=k,2;T.adler=x.check=1,x.mode=12;case 12:if(W===5||W===6)break e;case 13:if(x.last){L>>>=7&k,k-=7&k,x.mode=27;break}for(;k<3;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}switch(x.last=1&L,k-=1,3&(L>>>=1)){case 0:x.mode=14;break;case 1:if(I(x),x.mode=20,W!==6)break;L>>>=2,k-=2;break e;case 2:x.mode=17;break;case 3:T.msg="invalid block type",x.mode=30}L>>>=2,k-=2;break;case 14:for(L>>>=7&k,k-=7&k;k<32;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if((65535&L)!=(L>>>16^65535)){T.msg="invalid stored block lengths",x.mode=30;break}if(x.length=65535&L,k=L=0,x.mode=15,W===6)break e;case 15:x.mode=16;case 16:if(ee=x.length){if(P<ee&&(ee=P),Q<ee&&(ee=Q),ee===0)break e;i.arraySet(R,q,N,ee,G),P-=ee,N+=ee,Q-=ee,G+=ee,x.length-=ee;break}x.mode=12;break;case 17:for(;k<14;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(x.nlen=257+(31&L),L>>>=5,k-=5,x.ndist=1+(31&L),L>>>=5,k-=5,x.ncode=4+(15&L),L>>>=4,k-=4,286<x.nlen||30<x.ndist){T.msg="too many length or distance symbols",x.mode=30;break}x.have=0,x.mode=18;case 18:for(;x.have<x.ncode;){for(;k<3;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}x.lens[te[x.have++]]=7&L,L>>>=3,k-=3}for(;x.have<19;)x.lens[te[x.have++]]=0;if(x.lencode=x.lendyn,x.lenbits=7,X={bits:x.lenbits},Z=h(0,x.lens,0,19,x.lencode,0,x.work,X),x.lenbits=X.bits,Z){T.msg="invalid code lengths set",x.mode=30;break}x.have=0,x.mode=19;case 19:for(;x.have<x.nlen+x.ndist;){for(;pe=(B=x.lencode[L&(1<<x.lenbits)-1])>>>16&255,me=65535&B,!((de=B>>>24)<=k);){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(me<16)L>>>=de,k-=de,x.lens[x.have++]=me;else{if(me===16){for(O=de+2;k<O;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(L>>>=de,k-=de,x.have===0){T.msg="invalid bit length repeat",x.mode=30;break}v=x.lens[x.have-1],ee=3+(3&L),L>>>=2,k-=2}else if(me===17){for(O=de+3;k<O;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}k-=de,v=0,ee=3+(7&(L>>>=de)),L>>>=3,k-=3}else{for(O=de+7;k<O;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}k-=de,v=0,ee=11+(127&(L>>>=de)),L>>>=7,k-=7}if(x.have+ee>x.nlen+x.ndist){T.msg="invalid bit length repeat",x.mode=30;break}for(;ee--;)x.lens[x.have++]=v}}if(x.mode===30)break;if(x.lens[256]===0){T.msg="invalid code -- missing end-of-block",x.mode=30;break}if(x.lenbits=9,X={bits:x.lenbits},Z=h(b,x.lens,0,x.nlen,x.lencode,0,x.work,X),x.lenbits=X.bits,Z){T.msg="invalid literal/lengths set",x.mode=30;break}if(x.distbits=6,x.distcode=x.distdyn,X={bits:x.distbits},Z=h(g,x.lens,x.nlen,x.ndist,x.distcode,0,x.work,X),x.distbits=X.bits,Z){T.msg="invalid distances set",x.mode=30;break}if(x.mode=20,W===6)break e;case 20:x.mode=21;case 21:if(6<=P&&258<=Q){T.next_out=G,T.avail_out=Q,T.next_in=N,T.avail_in=P,x.hold=L,x.bits=k,u(T,ae),G=T.next_out,R=T.output,Q=T.avail_out,N=T.next_in,q=T.input,P=T.avail_in,L=x.hold,k=x.bits,x.mode===12&&(x.back=-1);break}for(x.back=0;pe=(B=x.lencode[L&(1<<x.lenbits)-1])>>>16&255,me=65535&B,!((de=B>>>24)<=k);){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(pe&&(240&pe)==0){for(ye=de,Ue=pe,Ce=me;pe=(B=x.lencode[Ce+((L&(1<<ye+Ue)-1)>>ye)])>>>16&255,me=65535&B,!(ye+(de=B>>>24)<=k);){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}L>>>=ye,k-=ye,x.back+=ye}if(L>>>=de,k-=de,x.back+=de,x.length=me,pe===0){x.mode=26;break}if(32&pe){x.back=-1,x.mode=12;break}if(64&pe){T.msg="invalid literal/length code",x.mode=30;break}x.extra=15&pe,x.mode=22;case 22:if(x.extra){for(O=x.extra;k<O;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}x.length+=L&(1<<x.extra)-1,L>>>=x.extra,k-=x.extra,x.back+=x.extra}x.was=x.length,x.mode=23;case 23:for(;pe=(B=x.distcode[L&(1<<x.distbits)-1])>>>16&255,me=65535&B,!((de=B>>>24)<=k);){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if((240&pe)==0){for(ye=de,Ue=pe,Ce=me;pe=(B=x.distcode[Ce+((L&(1<<ye+Ue)-1)>>ye)])>>>16&255,me=65535&B,!(ye+(de=B>>>24)<=k);){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}L>>>=ye,k-=ye,x.back+=ye}if(L>>>=de,k-=de,x.back+=de,64&pe){T.msg="invalid distance code",x.mode=30;break}x.offset=me,x.extra=15&pe,x.mode=24;case 24:if(x.extra){for(O=x.extra;k<O;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}x.offset+=L&(1<<x.extra)-1,L>>>=x.extra,k-=x.extra,x.back+=x.extra}if(x.offset>x.dmax){T.msg="invalid distance too far back",x.mode=30;break}x.mode=25;case 25:if(Q===0)break e;if(ee=ae-Q,x.offset>ee){if((ee=x.offset-ee)>x.whave&&x.sane){T.msg="invalid distance too far back",x.mode=30;break}ce=ee>x.wnext?(ee-=x.wnext,x.wsize-ee):x.wnext-ee,ee>x.length&&(ee=x.length),he=x.window}else he=R,ce=G-x.offset,ee=x.length;for(Q<ee&&(ee=Q),Q-=ee,x.length-=ee;R[G++]=he[ce++],--ee;);x.length===0&&(x.mode=21);break;case 26:if(Q===0)break e;R[G++]=x.length,Q--,x.mode=21;break;case 27:if(x.wrap){for(;k<32;){if(P===0)break e;P--,L|=q[N++]<<k,k+=8}if(ae-=Q,T.total_out+=ae,x.total+=ae,ae&&(T.adler=x.check=x.flags?a(x.check,R,ae,G-ae):o(x.check,R,ae,G-ae)),ae=Q,(x.flags?L:p(L))!==x.check){T.msg="incorrect data check",x.mode=30;break}k=L=0}x.mode=28;case 28:if(x.wrap&&x.flags){for(;k<32;){if(P===0)break e;P--,L+=q[N++]<<k,k+=8}if(L!==(4294967295&x.total)){T.msg="incorrect length check",x.mode=30;break}k=L=0}x.mode=29;case 29:Z=1;break e;case 30:Z=-3;break e;case 31:return-4;case 32:default:return l}return T.next_out=G,T.avail_out=Q,T.next_in=N,T.avail_in=P,x.hold=L,x.bits=k,(x.wsize||ae!==T.avail_out&&x.mode<30&&(x.mode<27||W!==4))&&$(T,T.output,T.next_out,ae-T.avail_out)?(x.mode=31,-4):(re-=T.avail_in,ae-=T.avail_out,T.total_in+=re,T.total_out+=ae,x.total+=ae,x.wrap&&ae&&(T.adler=x.check=x.flags?a(x.check,R,ae,T.next_out-ae):o(x.check,R,ae,T.next_out-ae)),T.data_type=x.bits+(x.last?64:0)+(x.mode===12?128:0)+(x.mode===20||x.mode===15?256:0),(re==0&&ae===0||W===4)&&Z===m&&(Z=-5),Z)},c.inflateEnd=function(T){if(!T||!T.state)return l;var W=T.state;return W.window&&(W.window=null),T.state=null,m},c.inflateGetHeader=function(T,W){var x;return T&&T.state?(2&(x=T.state).wrap)==0?l:((x.head=W).done=!1,m):l},c.inflateSetDictionary=function(T,W){var x,q=W.length;return T&&T.state?(x=T.state).wrap!==0&&x.mode!==11?l:x.mode===11&&o(1,W,q,0)!==x.check?-3:$(T,W,q,q)?(x.mode=31,-4):(x.havedict=1,m):l},c.inflateInfo="pako inflate (from Nodeca project)"},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(t,r,c){var i=t("../utils/common"),o=[3,4,5,6,7,8,9,10,11,13,15,17,19,23,27,31,35,43,51,59,67,83,99,115,131,163,195,227,258,0,0],a=[16,16,16,16,16,16,16,16,17,17,17,17,18,18,18,18,19,19,19,19,20,20,20,20,21,21,21,21,16,72,78],u=[1,2,3,4,5,7,9,13,17,25,33,49,65,97,129,193,257,385,513,769,1025,1537,2049,3073,4097,6145,8193,12289,16385,24577,0,0],h=[16,16,16,16,17,17,18,18,19,19,20,20,21,21,22,22,23,23,24,24,25,25,26,26,27,27,28,28,29,29,64,64];r.exports=function(b,g,m,l,y,f,s,p){var d,D,w,_,U,E,S,A,I,$=p.bits,T=0,W=0,x=0,q=0,R=0,N=0,G=0,P=0,Q=0,L=0,k=null,re=0,ae=new i.Buf16(16),ee=new i.Buf16(16),ce=null,he=0;for(T=0;T<=15;T++)ae[T]=0;for(W=0;W<l;W++)ae[g[m+W]]++;for(R=$,q=15;1<=q&&ae[q]===0;q--);if(q<R&&(R=q),q===0)return y[f++]=20971520,y[f++]=20971520,p.bits=1,0;for(x=1;x<q&&ae[x]===0;x++);for(R<x&&(R=x),T=P=1;T<=15;T++)if(P<<=1,(P-=ae[T])<0)return-1;if(0<P&&(b===0||q!==1))return-1;for(ee[1]=0,T=1;T<15;T++)ee[T+1]=ee[T]+ae[T];for(W=0;W<l;W++)g[m+W]!==0&&(s[ee[g[m+W]]++]=W);if(E=b===0?(k=ce=s,19):b===1?(k=o,re-=257,ce=a,he-=257,256):(k=u,ce=h,-1),T=x,U=f,G=W=L=0,w=-1,_=(Q=1<<(N=R))-1,b===1&&852<Q||b===2&&592<Q)return 1;for(;;){for(S=T-G,I=s[W]<E?(A=0,s[W]):s[W]>E?(A=ce[he+s[W]],k[re+s[W]]):(A=96,0),d=1<<T-G,x=D=1<<N;y[U+(L>>G)+(D-=d)]=S<<24|A<<16|I|0,D!==0;);for(d=1<<T-1;L&d;)d>>=1;if(d!==0?(L&=d-1,L+=d):L=0,W++,--ae[T]==0){if(T===q)break;T=g[m+s[W]]}if(R<T&&(L&_)!==w){for(G===0&&(G=R),U+=x,P=1<<(N=T-G);N+G<q&&!((P-=ae[N+G])<=0);)N++,P<<=1;if(Q+=1<<N,b===1&&852<Q||b===2&&592<Q)return 1;y[w=L&_]=R<<24|N<<16|U-f|0}}return L!==0&&(y[U+L]=T-G<<24|64<<16|0),p.bits=R,0}},{"../utils/common":41}],51:[function(t,r,c){r.exports={2:"need dictionary",1:"stream end",0:"","-1":"file error","-2":"stream error","-3":"data error","-4":"insufficient memory","-5":"buffer error","-6":"incompatible version"}},{}],52:[function(t,r,c){var i=t("../utils/common"),o=0,a=1;function u(B){for(var V=B.length;0<=--V;)B[V]=0}var h=0,b=29,g=256,m=g+1+b,l=30,y=19,f=2*m+1,s=15,p=16,d=7,D=256,w=16,_=17,U=18,E=[0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0],S=[0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13],A=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],I=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],$=new Array(2*(m+2));u($);var T=new Array(2*l);u(T);var W=new Array(512);u(W);var x=new Array(256);u(x);var q=new Array(b);u(q);var R,N,G,P=new Array(l);function Q(B,V,te,ie,H){this.static_tree=B,this.extra_bits=V,this.extra_base=te,this.elems=ie,this.max_length=H,this.has_stree=B&&B.length}function L(B,V){this.dyn_tree=B,this.max_code=0,this.stat_desc=V}function k(B){return B<256?W[B]:W[256+(B>>>7)]}function re(B,V){B.pending_buf[B.pending++]=255&V,B.pending_buf[B.pending++]=V>>>8&255}function ae(B,V,te){B.bi_valid>p-te?(B.bi_buf|=V<<B.bi_valid&65535,re(B,B.bi_buf),B.bi_buf=V>>p-B.bi_valid,B.bi_valid+=te-p):(B.bi_buf|=V<<B.bi_valid&65535,B.bi_valid+=te)}function ee(B,V,te){ae(B,te[2*V],te[2*V+1])}function ce(B,V){for(var te=0;te|=1&B,B>>>=1,te<<=1,0<--V;);return te>>>1}function he(B,V,te){var ie,H,M=new Array(s+1),j=0;for(ie=1;ie<=s;ie++)M[ie]=j=j+te[ie-1]<<1;for(H=0;H<=V;H++){var K=B[2*H+1];K!==0&&(B[2*H]=ce(M[K]++,K))}}function de(B){var V;for(V=0;V<m;V++)B.dyn_ltree[2*V]=0;for(V=0;V<l;V++)B.dyn_dtree[2*V]=0;for(V=0;V<y;V++)B.bl_tree[2*V]=0;B.dyn_ltree[2*D]=1,B.opt_len=B.static_len=0,B.last_lit=B.matches=0}function pe(B){8<B.bi_valid?re(B,B.bi_buf):0<B.bi_valid&&(B.pending_buf[B.pending++]=B.bi_buf),B.bi_buf=0,B.bi_valid=0}function me(B,V,te,ie){var H=2*V,M=2*te;return B[H]<B[M]||B[H]===B[M]&&ie[V]<=ie[te]}function ye(B,V,te){for(var ie=B.heap[te],H=te<<1;H<=B.heap_len&&(H<B.heap_len&&me(V,B.heap[H+1],B.heap[H],B.depth)&&H++,!me(V,ie,B.heap[H],B.depth));)B.heap[te]=B.heap[H],te=H,H<<=1;B.heap[te]=ie}function Ue(B,V,te){var ie,H,M,j,K=0;if(B.last_lit!==0)for(;ie=B.pending_buf[B.d_buf+2*K]<<8|B.pending_buf[B.d_buf+2*K+1],H=B.pending_buf[B.l_buf+K],K++,ie===0?ee(B,H,V):(ee(B,(M=x[H])+g+1,V),(j=E[M])!==0&&ae(B,H-=q[M],j),ee(B,M=k(--ie),te),(j=S[M])!==0&&ae(B,ie-=P[M],j)),K<B.last_lit;);ee(B,D,V)}function Ce(B,V){var te,ie,H,M=V.dyn_tree,j=V.stat_desc.static_tree,K=V.stat_desc.has_stree,ne=V.stat_desc.elems,se=-1;for(B.heap_len=0,B.heap_max=f,te=0;te<ne;te++)M[2*te]!==0?(B.heap[++B.heap_len]=se=te,B.depth[te]=0):M[2*te+1]=0;for(;B.heap_len<2;)M[2*(H=B.heap[++B.heap_len]=se<2?++se:0)]=1,B.depth[H]=0,B.opt_len--,K&&(B.static_len-=j[2*H+1]);for(V.max_code=se,te=B.heap_len>>1;1<=te;te--)ye(B,M,te);for(H=ne;te=B.heap[1],B.heap[1]=B.heap[B.heap_len--],ye(B,M,1),ie=B.heap[1],B.heap[--B.heap_max]=te,B.heap[--B.heap_max]=ie,M[2*H]=M[2*te]+M[2*ie],B.depth[H]=(B.depth[te]>=B.depth[ie]?B.depth[te]:B.depth[ie])+1,M[2*te+1]=M[2*ie+1]=H,B.heap[1]=H++,ye(B,M,1),2<=B.heap_len;);B.heap[--B.heap_max]=B.heap[1],(function(fe,ve){var be,xe,we,Y,oe,le,ge=ve.dyn_tree,_e=ve.max_code,Te=ve.stat_desc.static_tree,Be=ve.stat_desc.has_stree,Oe=ve.stat_desc.extra_bits,Je=ve.stat_desc.extra_base,C=ve.stat_desc.max_length,F=0;for(Y=0;Y<=s;Y++)fe.bl_count[Y]=0;for(ge[2*fe.heap[fe.heap_max]+1]=0,be=fe.heap_max+1;be<f;be++)C<(Y=ge[2*ge[2*(xe=fe.heap[be])+1]+1]+1)&&(Y=C,F++),ge[2*xe+1]=Y,_e<xe||(fe.bl_count[Y]++,oe=0,Je<=xe&&(oe=Oe[xe-Je]),le=ge[2*xe],fe.opt_len+=le*(Y+oe),Be&&(fe.static_len+=le*(Te[2*xe+1]+oe)));if(F!==0){do{for(Y=C-1;fe.bl_count[Y]===0;)Y--;fe.bl_count[Y]--,fe.bl_count[Y+1]+=2,fe.bl_count[C]--,F-=2}while(0<F);for(Y=C;Y!==0;Y--)for(xe=fe.bl_count[Y];xe!==0;)_e<(we=fe.heap[--be])||(ge[2*we+1]!==Y&&(fe.opt_len+=(Y-ge[2*we+1])*ge[2*we],ge[2*we+1]=Y),xe--)}})(B,V),he(M,se,B.bl_count)}function v(B,V,te){var ie,H,M=-1,j=V[1],K=0,ne=7,se=4;for(j===0&&(ne=138,se=3),V[2*(te+1)+1]=65535,ie=0;ie<=te;ie++)H=j,j=V[2*(ie+1)+1],++K<ne&&H===j||(K<se?B.bl_tree[2*H]+=K:H!==0?(H!==M&&B.bl_tree[2*H]++,B.bl_tree[2*w]++):K<=10?B.bl_tree[2*_]++:B.bl_tree[2*U]++,M=H,se=(K=0)===j?(ne=138,3):H===j?(ne=6,3):(ne=7,4))}function Z(B,V,te){var ie,H,M=-1,j=V[1],K=0,ne=7,se=4;for(j===0&&(ne=138,se=3),ie=0;ie<=te;ie++)if(H=j,j=V[2*(ie+1)+1],!(++K<ne&&H===j)){if(K<se)for(;ee(B,H,B.bl_tree),--K!=0;);else H!==0?(H!==M&&(ee(B,H,B.bl_tree),K--),ee(B,w,B.bl_tree),ae(B,K-3,2)):K<=10?(ee(B,_,B.bl_tree),ae(B,K-3,3)):(ee(B,U,B.bl_tree),ae(B,K-11,7));M=H,se=(K=0)===j?(ne=138,3):H===j?(ne=6,3):(ne=7,4)}}u(P);var X=!1;function O(B,V,te,ie){ae(B,(h<<1)+(ie?1:0),3),(function(H,M,j,K){pe(H),re(H,j),re(H,~j),i.arraySet(H.pending_buf,H.window,M,j,H.pending),H.pending+=j})(B,V,te)}c._tr_init=function(B){X||((function(){var V,te,ie,H,M,j=new Array(s+1);for(H=ie=0;H<b-1;H++)for(q[H]=ie,V=0;V<1<<E[H];V++)x[ie++]=H;for(x[ie-1]=H,H=M=0;H<16;H++)for(P[H]=M,V=0;V<1<<S[H];V++)W[M++]=H;for(M>>=7;H<l;H++)for(P[H]=M<<7,V=0;V<1<<S[H]-7;V++)W[256+M++]=H;for(te=0;te<=s;te++)j[te]=0;for(V=0;V<=143;)$[2*V+1]=8,V++,j[8]++;for(;V<=255;)$[2*V+1]=9,V++,j[9]++;for(;V<=279;)$[2*V+1]=7,V++,j[7]++;for(;V<=287;)$[2*V+1]=8,V++,j[8]++;for(he($,m+1,j),V=0;V<l;V++)T[2*V+1]=5,T[2*V]=ce(V,5);R=new Q($,E,g+1,m,s),N=new Q(T,S,0,l,s),G=new Q(new Array(0),A,0,y,d)})(),X=!0),B.l_desc=new L(B.dyn_ltree,R),B.d_desc=new L(B.dyn_dtree,N),B.bl_desc=new L(B.bl_tree,G),B.bi_buf=0,B.bi_valid=0,de(B)},c._tr_stored_block=O,c._tr_flush_block=function(B,V,te,ie){var H,M,j=0;0<B.level?(B.strm.data_type===2&&(B.strm.data_type=(function(K){var ne,se=4093624447;for(ne=0;ne<=31;ne++,se>>>=1)if(1&se&&K.dyn_ltree[2*ne]!==0)return o;if(K.dyn_ltree[18]!==0||K.dyn_ltree[20]!==0||K.dyn_ltree[26]!==0)return a;for(ne=32;ne<g;ne++)if(K.dyn_ltree[2*ne]!==0)return a;return o})(B)),Ce(B,B.l_desc),Ce(B,B.d_desc),j=(function(K){var ne;for(v(K,K.dyn_ltree,K.l_desc.max_code),v(K,K.dyn_dtree,K.d_desc.max_code),Ce(K,K.bl_desc),ne=y-1;3<=ne&&K.bl_tree[2*I[ne]+1]===0;ne--);return K.opt_len+=3*(ne+1)+5+5+4,ne})(B),H=B.opt_len+3+7>>>3,(M=B.static_len+3+7>>>3)<=H&&(H=M)):H=M=te+5,te+4<=H&&V!==-1?O(B,V,te,ie):B.strategy===4||M===H?(ae(B,2+(ie?1:0),3),Ue(B,$,T)):(ae(B,4+(ie?1:0),3),(function(K,ne,se,fe){var ve;for(ae(K,ne-257,5),ae(K,se-1,5),ae(K,fe-4,4),ve=0;ve<fe;ve++)ae(K,K.bl_tree[2*I[ve]+1],3);Z(K,K.dyn_ltree,ne-1),Z(K,K.dyn_dtree,se-1)})(B,B.l_desc.max_code+1,B.d_desc.max_code+1,j+1),Ue(B,B.dyn_ltree,B.dyn_dtree)),de(B),ie&&pe(B)},c._tr_tally=function(B,V,te){return B.pending_buf[B.d_buf+2*B.last_lit]=V>>>8&255,B.pending_buf[B.d_buf+2*B.last_lit+1]=255&V,B.pending_buf[B.l_buf+B.last_lit]=255&te,B.last_lit++,V===0?B.dyn_ltree[2*te]++:(B.matches++,V--,B.dyn_ltree[2*(x[te]+g+1)]++,B.dyn_dtree[2*k(V)]++),B.last_lit===B.lit_bufsize-1},c._tr_align=function(B){ae(B,2,3),ee(B,D,$),(function(V){V.bi_valid===16?(re(V,V.bi_buf),V.bi_buf=0,V.bi_valid=0):8<=V.bi_valid&&(V.pending_buf[V.pending++]=255&V.bi_buf,V.bi_buf>>=8,V.bi_valid-=8)})(B)}},{"../utils/common":41}],53:[function(t,r,c){r.exports=function(){this.input=null,this.next_in=0,this.avail_in=0,this.total_in=0,this.output=null,this.next_out=0,this.avail_out=0,this.total_out=0,this.msg="",this.state=null,this.data_type=2,this.adler=0}},{}],54:[function(t,r,c){(function(i){(function(o,a){if(!o.setImmediate){var u,h,b,g,m=1,l={},y=!1,f=o.document,s=Object.getPrototypeOf&&Object.getPrototypeOf(o);s=s&&s.setTimeout?s:o,u={}.toString.call(o.process)==="[object process]"?function(w){process.nextTick(function(){d(w)})}:(function(){if(o.postMessage&&!o.importScripts){var w=!0,_=o.onmessage;return o.onmessage=function(){w=!1},o.postMessage("","*"),o.onmessage=_,w}})()?(g="setImmediate$"+Math.random()+"$",o.addEventListener?o.addEventListener("message",D,!1):o.attachEvent("onmessage",D),function(w){o.postMessage(g+w,"*")}):o.MessageChannel?((b=new MessageChannel).port1.onmessage=function(w){d(w.data)},function(w){b.port2.postMessage(w)}):f&&"onreadystatechange"in f.createElement("script")?(h=f.documentElement,function(w){var _=f.createElement("script");_.onreadystatechange=function(){d(w),_.onreadystatechange=null,h.removeChild(_),_=null},h.appendChild(_)}):function(w){setTimeout(d,0,w)},s.setImmediate=function(w){typeof w!="function"&&(w=new Function(""+w));for(var _=new Array(arguments.length-1),U=0;U<_.length;U++)_[U]=arguments[U+1];var E={callback:w,args:_};return l[m]=E,u(m),m++},s.clearImmediate=p}function p(w){delete l[w]}function d(w){if(y)setTimeout(d,0,w);else{var _=l[w];if(_){y=!0;try{(function(U){var E=U.callback,S=U.args;switch(S.length){case 0:E();break;case 1:E(S[0]);break;case 2:E(S[0],S[1]);break;case 3:E(S[0],S[1],S[2]);break;default:E.apply(a,S)}})(_)}finally{p(w),y=!1}}}}function D(w){w.source===o&&typeof w.data=="string"&&w.data.indexOf(g)===0&&d(+w.data.slice(g.length))}})(typeof self>"u"?i===void 0?this:i:self)}).call(this,typeof Xe.commonjsGlobal<"u"?Xe.commonjsGlobal:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(Qr)),Qr.exports}var go;function ps(){if(go)return Xn;go=1;var e=Wd(),n=Rd();Xn.openArrayBuffer=t,Xn.splitPath=r,Xn.joinPath=c;function t(i){return n.loadAsync(i).then(function(o){function a(g){return o.file(g)!==null}function u(g,m){return o.file(g).async("uint8array").then(function(l){if(m==="base64")return e.fromByteArray(l);if(m){var y=new TextDecoder(m);return y.decode(l)}else return l})}function h(g,m){o.file(g,m)}function b(){return o.generateAsync({type:"arraybuffer"})}return{exists:a,read:u,write:h,toArrayBuffer:b}})}function r(i){var o=i.lastIndexOf("/");return o===-1?{dirname:"",basename:i}:{dirname:i.substring(0,o),basename:i.substring(o+1)}}function c(){var i=Array.prototype.filter.call(arguments,function(a){return a}),o=[];return i.forEach(function(a){/^\//.test(a)?o=[a]:o.push(a)}),o.join("/")}return Xn}var ft={},sn={},Rn={},mo;function gs(){if(mo)return Rn;mo=1;var e=ke;Rn.Element=t,Rn.element=function(i,o,a){return new t(i,o,a)},Rn.text=function(i){return{type:"text",value:i}};var n=Rn.emptyElement={first:function(){return null},firstOrEmpty:function(){return n},attributes:{},children:[]};function t(i,o,a){this.type="element",this.name=i,this.attributes=o||{},this.children=a||[]}t.prototype.first=function(i){return e.find(this.children,function(o){return o.name===i})},t.prototype.firstOrEmpty=function(i){return this.first(i)||n},t.prototype.getElementsByTagName=function(i){var o=e.filter(this.children,function(a){return a.name===i});return c(o)},t.prototype.text=function(){if(this.children.length===0)return"";if(this.children.length!==1||this.children[0].type!=="text")throw new Error("Not implemented");return this.children[0].value};var r={getElementsByTagName:function(i){return c(e.flatten(this.map(function(o){return o.getElementsByTagName(i)},!0)))}};function c(i){return e.extend(i,r)}return Rn}var Jr={},ht={},Hn={},rn={},Un={},bo;function rr(){if(bo)return Un;bo=1;function e(i,o,a){if(a===void 0&&(a=Array.prototype),i&&typeof a.find=="function")return a.find.call(i,o);for(var u=0;u<i.length;u++)if(Object.prototype.hasOwnProperty.call(i,u)){var h=i[u];if(o.call(void 0,h,u,i))return h}}function n(i,o){return o===void 0&&(o=Object),o&&typeof o.freeze=="function"?o.freeze(i):i}function t(i,o){if(i===null||typeof i!="object")throw new TypeError("target is not an object");for(var a in o)Object.prototype.hasOwnProperty.call(o,a)&&(i[a]=o[a]);return i}var r=n({HTML:"text/html",isHTML:function(i){return i===r.HTML},XML_APPLICATION:"application/xml",XML_TEXT:"text/xml",XML_XHTML_APPLICATION:"application/xhtml+xml",XML_SVG_IMAGE:"image/svg+xml"}),c=n({HTML:"http://www.w3.org/1999/xhtml",isHTML:function(i){return i===c.HTML},SVG:"http://www.w3.org/2000/svg",XML:"http://www.w3.org/XML/1998/namespace",XMLNS:"http://www.w3.org/2000/xmlns/"});return Un.assign=t,Un.find=e,Un.freeze=n,Un.MIME_TYPE=r,Un.NAMESPACE=c,Un}var yo;function fa(){if(yo)return rn;yo=1;var e=rr(),n=e.find,t=e.NAMESPACE;function r(C){return C!==""}function c(C){return C?C.split(/[\t\n\f\r ]+/).filter(r):[]}function i(C,F){return C.hasOwnProperty(F)||(C[F]=!0),C}function o(C){if(!C)return[];var F=c(C);return Object.keys(F.reduce(i,{}))}function a(C){return function(F){return C&&C.indexOf(F)!==-1}}function u(C,F){for(var z in C)Object.prototype.hasOwnProperty.call(C,z)&&(F[z]=C[z])}function h(C,F){var z=C.prototype;if(!(z instanceof F)){let J=function(){};J.prototype=F.prototype,J=new J,u(z,J),C.prototype=z=J}z.constructor!=C&&(typeof C!="function"&&console.error("unknown Class:"+C),z.constructor=C)}var b={},g=b.ELEMENT_NODE=1,m=b.ATTRIBUTE_NODE=2,l=b.TEXT_NODE=3,y=b.CDATA_SECTION_NODE=4,f=b.ENTITY_REFERENCE_NODE=5,s=b.ENTITY_NODE=6,p=b.PROCESSING_INSTRUCTION_NODE=7,d=b.COMMENT_NODE=8,D=b.DOCUMENT_NODE=9,w=b.DOCUMENT_TYPE_NODE=10,_=b.DOCUMENT_FRAGMENT_NODE=11,U=b.NOTATION_NODE=12,E={},S={};E.INDEX_SIZE_ERR=(S[1]="Index size error",1),E.DOMSTRING_SIZE_ERR=(S[2]="DOMString size error",2);var A=E.HIERARCHY_REQUEST_ERR=(S[3]="Hierarchy request error",3);E.WRONG_DOCUMENT_ERR=(S[4]="Wrong document",4),E.INVALID_CHARACTER_ERR=(S[5]="Invalid character",5),E.NO_DATA_ALLOWED_ERR=(S[6]="No data allowed",6),E.NO_MODIFICATION_ALLOWED_ERR=(S[7]="No modification allowed",7);var I=E.NOT_FOUND_ERR=(S[8]="Not found",8);E.NOT_SUPPORTED_ERR=(S[9]="Not supported",9);var $=E.INUSE_ATTRIBUTE_ERR=(S[10]="Attribute in use",10);E.INVALID_STATE_ERR=(S[11]="Invalid state",11),E.SYNTAX_ERR=(S[12]="Syntax error",12),E.INVALID_MODIFICATION_ERR=(S[13]="Invalid modification",13),E.NAMESPACE_ERR=(S[14]="Invalid namespace",14),E.INVALID_ACCESS_ERR=(S[15]="Invalid access",15);function T(C,F){if(F instanceof Error)var z=F;else z=this,Error.call(this,S[C]),this.message=S[C],Error.captureStackTrace&&Error.captureStackTrace(this,T);return z.code=C,F&&(this.message=this.message+": "+F),z}T.prototype=Error.prototype,u(E,T);function W(){}W.prototype={length:0,item:function(C){return C>=0&&C<this.length?this[C]:null},toString:function(C,F){for(var z=[],J=0;J<this.length;J++)Te(this[J],z,C,F);return z.join("")},filter:function(C){return Array.prototype.filter.call(this,C)},indexOf:function(C){return Array.prototype.indexOf.call(this,C)}};function x(C,F){this._node=C,this._refresh=F,q(this)}function q(C){var F=C._node._inc||C._node.ownerDocument._inc;if(C._inc!==F){var z=C._refresh(C._node);if(Je(C,"length",z.length),!C.$$length||z.length<C.$$length)for(var J=z.length;J in C;J++)Object.prototype.hasOwnProperty.call(C,J)&&delete C[J];u(z,C),C._inc=F}}x.prototype.item=function(C){return q(this),this[C]||null},h(x,W);function R(){}function N(C,F){for(var z=C.length;z--;)if(C[z]===F)return z}function G(C,F,z,J){if(J?F[N(F,J)]=z:F[F.length++]=z,C){z.ownerElement=C;var ue=C.ownerDocument;ue&&(J&&ce(ue,C,J),ee(ue,C,z))}}function P(C,F,z){var J=N(F,z);if(J>=0){for(var ue=F.length-1;J<ue;)F[J]=F[++J];if(F.length=ue,C){var De=C.ownerDocument;De&&(ce(De,C,z),z.ownerElement=null)}}else throw new T(I,new Error(C.tagName+"@"+z))}R.prototype={length:0,item:W.prototype.item,getNamedItem:function(C){for(var F=this.length;F--;){var z=this[F];if(z.nodeName==C)return z}},setNamedItem:function(C){var F=C.ownerElement;if(F&&F!=this._ownerElement)throw new T($);var z=this.getNamedItem(C.nodeName);return G(this._ownerElement,this,C,z),z},setNamedItemNS:function(C){var F=C.ownerElement,z;if(F&&F!=this._ownerElement)throw new T($);return z=this.getNamedItemNS(C.namespaceURI,C.localName),G(this._ownerElement,this,C,z),z},removeNamedItem:function(C){var F=this.getNamedItem(C);return P(this._ownerElement,this,F),F},removeNamedItemNS:function(C,F){var z=this.getNamedItemNS(C,F);return P(this._ownerElement,this,z),z},getNamedItemNS:function(C,F){for(var z=this.length;z--;){var J=this[z];if(J.localName==F&&J.namespaceURI==C)return J}return null}};function Q(){}Q.prototype={hasFeature:function(C,F){return!0},createDocument:function(C,F,z){var J=new ae;if(J.implementation=this,J.childNodes=new W,J.doctype=z||null,z&&J.appendChild(z),F){var ue=J.createElementNS(C,F);J.appendChild(ue)}return J},createDocumentType:function(C,F,z){var J=new fe;return J.name=C,J.nodeName=C,J.publicId=F||"",J.systemId=z||"",J}};function L(){}L.prototype={firstChild:null,lastChild:null,previousSibling:null,nextSibling:null,attributes:null,parentNode:null,childNodes:null,ownerDocument:null,nodeValue:null,namespaceURI:null,prefix:null,localName:null,insertBefore:function(C,F){return V(this,C,F)},replaceChild:function(C,F){V(this,C,F,B),F&&this.removeChild(F)},removeChild:function(C){return de(this,C)},appendChild:function(C){return this.insertBefore(C,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(C){return Oe(this.ownerDocument||this,this,C)},normalize:function(){for(var C=this.firstChild;C;){var F=C.nextSibling;F&&F.nodeType==l&&C.nodeType==l?(this.removeChild(F),C.appendData(F.data)):(C.normalize(),C=F)}},isSupported:function(C,F){return this.ownerDocument.implementation.hasFeature(C,F)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(C){for(var F=this;F;){var z=F._nsMap;if(z){for(var J in z)if(Object.prototype.hasOwnProperty.call(z,J)&&z[J]===C)return J}F=F.nodeType==m?F.ownerDocument:F.parentNode}return null},lookupNamespaceURI:function(C){for(var F=this;F;){var z=F._nsMap;if(z&&Object.prototype.hasOwnProperty.call(z,C))return z[C];F=F.nodeType==m?F.ownerDocument:F.parentNode}return null},isDefaultNamespace:function(C){var F=this.lookupPrefix(C);return F==null}};function k(C){return C=="<"&&"<"||C==">"&&">"||C=="&"&&"&"||C=='"'&&"""||"&#"+C.charCodeAt()+";"}u(b,L),u(b,L.prototype);function re(C,F){if(F(C))return!0;if(C=C.firstChild)do if(re(C,F))return!0;while(C=C.nextSibling)}function ae(){this.ownerDocument=this}function ee(C,F,z){C&&C._inc++;var J=z.namespaceURI;J===t.XMLNS&&(F._nsMap[z.prefix?z.localName:""]=z.value)}function ce(C,F,z,J){C&&C._inc++;var ue=z.namespaceURI;ue===t.XMLNS&&delete F._nsMap[z.prefix?z.localName:""]}function he(C,F,z){if(C&&C._inc){C._inc++;var J=F.childNodes;if(z)J[J.length++]=z;else{for(var ue=F.firstChild,De=0;ue;)J[De++]=ue,ue=ue.nextSibling;J.length=De,delete J[J.length]}}}function de(C,F){var z=F.previousSibling,J=F.nextSibling;return z?z.nextSibling=J:C.firstChild=J,J?J.previousSibling=z:C.lastChild=z,F.parentNode=null,F.previousSibling=null,F.nextSibling=null,he(C.ownerDocument,C),F}function pe(C){return C&&(C.nodeType===L.DOCUMENT_NODE||C.nodeType===L.DOCUMENT_FRAGMENT_NODE||C.nodeType===L.ELEMENT_NODE)}function me(C){return C&&(Ue(C)||Ce(C)||ye(C)||C.nodeType===L.DOCUMENT_FRAGMENT_NODE||C.nodeType===L.COMMENT_NODE||C.nodeType===L.PROCESSING_INSTRUCTION_NODE)}function ye(C){return C&&C.nodeType===L.DOCUMENT_TYPE_NODE}function Ue(C){return C&&C.nodeType===L.ELEMENT_NODE}function Ce(C){return C&&C.nodeType===L.TEXT_NODE}function v(C,F){var z=C.childNodes||[];if(n(z,Ue)||ye(F))return!1;var J=n(z,ye);return!(F&&J&&z.indexOf(J)>z.indexOf(F))}function Z(C,F){var z=C.childNodes||[];function J(De){return Ue(De)&&De!==F}if(n(z,J))return!1;var ue=n(z,ye);return!(F&&ue&&z.indexOf(ue)>z.indexOf(F))}function X(C,F,z){if(!pe(C))throw new T(A,"Unexpected parent node type "+C.nodeType);if(z&&z.parentNode!==C)throw new T(I,"child not in parent");if(!me(F)||ye(F)&&C.nodeType!==L.DOCUMENT_NODE)throw new T(A,"Unexpected node type "+F.nodeType+" for parent node type "+C.nodeType)}function O(C,F,z){var J=C.childNodes||[],ue=F.childNodes||[];if(F.nodeType===L.DOCUMENT_FRAGMENT_NODE){var De=ue.filter(Ue);if(De.length>1||n(ue,Ce))throw new T(A,"More than one element or text in fragment");if(De.length===1&&!v(C,z))throw new T(A,"Element in fragment can not be inserted before doctype")}if(Ue(F)&&!v(C,z))throw new T(A,"Only one element can be added and only after doctype");if(ye(F)){if(n(J,ye))throw new T(A,"Only one doctype is allowed");var Se=n(J,Ue);if(z&&J.indexOf(Se)<J.indexOf(z))throw new T(A,"Doctype can only be inserted before an element");if(!z&&Se)throw new T(A,"Doctype can not be appended since element is present")}}function B(C,F,z){var J=C.childNodes||[],ue=F.childNodes||[];if(F.nodeType===L.DOCUMENT_FRAGMENT_NODE){var De=ue.filter(Ue);if(De.length>1||n(ue,Ce))throw new T(A,"More than one element or text in fragment");if(De.length===1&&!Z(C,z))throw new T(A,"Element in fragment can not be inserted before doctype")}if(Ue(F)&&!Z(C,z))throw new T(A,"Only one element can be added and only after doctype");if(ye(F)){if(n(J,function(Ye){return ye(Ye)&&Ye!==z}))throw new T(A,"Only one doctype is allowed");var Se=n(J,Ue);if(z&&J.indexOf(Se)<J.indexOf(z))throw new T(A,"Doctype can only be inserted before an element")}}function V(C,F,z,J){X(C,F,z),C.nodeType===L.DOCUMENT_NODE&&(J||O)(C,F,z);var ue=F.parentNode;if(ue&&ue.removeChild(F),F.nodeType===_){var De=F.firstChild;if(De==null)return F;var Se=F.lastChild}else De=Se=F;var qe=z?z.previousSibling:C.lastChild;De.previousSibling=qe,Se.nextSibling=z,qe?qe.nextSibling=De:C.firstChild=De,z==null?C.lastChild=Se:z.previousSibling=Se;do{De.parentNode=C;var Ye=C.ownerDocument||C;te(De,Ye)}while(De!==Se&&(De=De.nextSibling));return he(C.ownerDocument||C,C),F.nodeType==_&&(F.firstChild=F.lastChild=null),F}function te(C,F){if(C.ownerDocument!==F){if(C.ownerDocument=F,C.nodeType===g&&C.attributes)for(var z=0;z<C.attributes.length;z++){var J=C.attributes.item(z);J&&(J.ownerDocument=F)}for(var ue=C.firstChild;ue;)te(ue,F),ue=ue.nextSibling}}function ie(C,F){F.parentNode&&F.parentNode.removeChild(F),F.parentNode=C,F.previousSibling=C.lastChild,F.nextSibling=null,F.previousSibling?F.previousSibling.nextSibling=F:C.firstChild=F,C.lastChild=F,he(C.ownerDocument,C,F);var z=C.ownerDocument||C;return te(F,z),F}ae.prototype={nodeName:"#document",nodeType:D,doctype:null,documentElement:null,_inc:1,insertBefore:function(C,F){if(C.nodeType==_){for(var z=C.firstChild;z;){var J=z.nextSibling;this.insertBefore(z,F),z=J}return C}return V(this,C,F),te(C,this),this.documentElement===null&&C.nodeType===g&&(this.documentElement=C),C},removeChild:function(C){return this.documentElement==C&&(this.documentElement=null),de(this,C)},replaceChild:function(C,F){V(this,C,F,B),te(C,this),F&&this.removeChild(F),Ue(C)&&(this.documentElement=C)},importNode:function(C,F){return Be(this,C,F)},getElementById:function(C){var F=null;return re(this.documentElement,function(z){if(z.nodeType==g&&z.getAttribute("id")==C)return F=z,!0}),F},getElementsByClassName:function(C){var F=o(C);return new x(this,function(z){var J=[];return F.length>0&&re(z.documentElement,function(ue){if(ue!==z&&ue.nodeType===g){var De=ue.getAttribute("class");if(De){var Se=C===De;if(!Se){var qe=o(De);Se=F.every(a(qe))}Se&&J.push(ue)}}}),J})},createElement:function(C){var F=new H;F.ownerDocument=this,F.nodeName=C,F.tagName=C,F.localName=C,F.childNodes=new W;var z=F.attributes=new R;return z._ownerElement=F,F},createDocumentFragment:function(){var C=new we;return C.ownerDocument=this,C.childNodes=new W,C},createTextNode:function(C){var F=new K;return F.ownerDocument=this,F.appendData(C),F},createComment:function(C){var F=new ne;return F.ownerDocument=this,F.appendData(C),F},createCDATASection:function(C){var F=new se;return F.ownerDocument=this,F.appendData(C),F},createProcessingInstruction:function(C,F){var z=new Y;return z.ownerDocument=this,z.tagName=z.nodeName=z.target=C,z.nodeValue=z.data=F,z},createAttribute:function(C){var F=new M;return F.ownerDocument=this,F.name=C,F.nodeName=C,F.localName=C,F.specified=!0,F},createEntityReference:function(C){var F=new xe;return F.ownerDocument=this,F.nodeName=C,F},createElementNS:function(C,F){var z=new H,J=F.split(":"),ue=z.attributes=new R;return z.childNodes=new W,z.ownerDocument=this,z.nodeName=F,z.tagName=F,z.namespaceURI=C,J.length==2?(z.prefix=J[0],z.localName=J[1]):z.localName=F,ue._ownerElement=z,z},createAttributeNS:function(C,F){var z=new M,J=F.split(":");return z.ownerDocument=this,z.nodeName=F,z.name=F,z.namespaceURI=C,z.specified=!0,J.length==2?(z.prefix=J[0],z.localName=J[1]):z.localName=F,z}},h(ae,L);function H(){this._nsMap={}}H.prototype={nodeType:g,hasAttribute:function(C){return this.getAttributeNode(C)!=null},getAttribute:function(C){var F=this.getAttributeNode(C);return F&&F.value||""},getAttributeNode:function(C){return this.attributes.getNamedItem(C)},setAttribute:function(C,F){var z=this.ownerDocument.createAttribute(C);z.value=z.nodeValue=""+F,this.setAttributeNode(z)},removeAttribute:function(C){var F=this.getAttributeNode(C);F&&this.removeAttributeNode(F)},appendChild:function(C){return C.nodeType===_?this.insertBefore(C,null):ie(this,C)},setAttributeNode:function(C){return this.attributes.setNamedItem(C)},setAttributeNodeNS:function(C){return this.attributes.setNamedItemNS(C)},removeAttributeNode:function(C){return this.attributes.removeNamedItem(C.nodeName)},removeAttributeNS:function(C,F){var z=this.getAttributeNodeNS(C,F);z&&this.removeAttributeNode(z)},hasAttributeNS:function(C,F){return this.getAttributeNodeNS(C,F)!=null},getAttributeNS:function(C,F){var z=this.getAttributeNodeNS(C,F);return z&&z.value||""},setAttributeNS:function(C,F,z){var J=this.ownerDocument.createAttributeNS(C,F);J.value=J.nodeValue=""+z,this.setAttributeNode(J)},getAttributeNodeNS:function(C,F){return this.attributes.getNamedItemNS(C,F)},getElementsByTagName:function(C){return new x(this,function(F){var z=[];return re(F,function(J){J!==F&&J.nodeType==g&&(C==="*"||J.tagName==C)&&z.push(J)}),z})},getElementsByTagNameNS:function(C,F){return new x(this,function(z){var J=[];return re(z,function(ue){ue!==z&&ue.nodeType===g&&(C==="*"||ue.namespaceURI===C)&&(F==="*"||ue.localName==F)&&J.push(ue)}),J})}},ae.prototype.getElementsByTagName=H.prototype.getElementsByTagName,ae.prototype.getElementsByTagNameNS=H.prototype.getElementsByTagNameNS,h(H,L);function M(){}M.prototype.nodeType=m,h(M,L);function j(){}j.prototype={data:"",substringData:function(C,F){return this.data.substring(C,C+F)},appendData:function(C){C=this.data+C,this.nodeValue=this.data=C,this.length=C.length},insertData:function(C,F){this.replaceData(C,0,F)},appendChild:function(C){throw new Error(S[A])},deleteData:function(C,F){this.replaceData(C,F,"")},replaceData:function(C,F,z){var J=this.data.substring(0,C),ue=this.data.substring(C+F);z=J+z+ue,this.nodeValue=this.data=z,this.length=z.length}},h(j,L);function K(){}K.prototype={nodeName:"#text",nodeType:l,splitText:function(C){var F=this.data,z=F.substring(C);F=F.substring(0,C),this.data=this.nodeValue=F,this.length=F.length;var J=this.ownerDocument.createTextNode(z);return this.parentNode&&this.parentNode.insertBefore(J,this.nextSibling),J}},h(K,j);function ne(){}ne.prototype={nodeName:"#comment",nodeType:d},h(ne,j);function se(){}se.prototype={nodeName:"#cdata-section",nodeType:y},h(se,j);function fe(){}fe.prototype.nodeType=w,h(fe,L);function ve(){}ve.prototype.nodeType=U,h(ve,L);function be(){}be.prototype.nodeType=s,h(be,L);function xe(){}xe.prototype.nodeType=f,h(xe,L);function we(){}we.prototype.nodeName="#document-fragment",we.prototype.nodeType=_,h(we,L);function Y(){}Y.prototype.nodeType=p,h(Y,L);function oe(){}oe.prototype.serializeToString=function(C,F,z){return le.call(C,F,z)},L.prototype.toString=le;function le(C,F){var z=[],J=this.nodeType==9&&this.documentElement||this,ue=J.prefix,De=J.namespaceURI;if(De&&ue==null){var ue=J.lookupPrefix(De);if(ue==null)var Se=[{namespace:De,prefix:null}]}return Te(this,z,C,F,Se),z.join("")}function ge(C,F,z){var J=C.prefix||"",ue=C.namespaceURI;if(!ue||J==="xml"&&ue===t.XML||ue===t.XMLNS)return!1;for(var De=z.length;De--;){var Se=z[De];if(Se.prefix===J)return Se.namespace!==ue}return!0}function _e(C,F,z){C.push(" ",F,'="',z.replace(/[<>&"\t\n\r]/g,k),'"')}function Te(C,F,z,J,ue){if(ue||(ue=[]),J)if(C=J(C),C){if(typeof C=="string"){F.push(C);return}}else return;switch(C.nodeType){case g:var De=C.attributes,Se=De.length,Ne=C.firstChild,qe=C.tagName;z=t.isHTML(C.namespaceURI)||z;var Ye=qe;if(!z&&!C.prefix&&C.namespaceURI){for(var un,tn=0;tn<De.length;tn++)if(De.item(tn).name==="xmlns"){un=De.item(tn).value;break}if(!un)for(var Dn=ue.length-1;Dn>=0;Dn--){var vn=ue[Dn];if(vn.prefix===""&&vn.namespace===C.namespaceURI){un=vn.namespace;break}}if(un!==C.namespaceURI)for(var Dn=ue.length-1;Dn>=0;Dn--){var vn=ue[Dn];if(vn.namespace===C.namespaceURI){vn.prefix&&(Ye=vn.prefix+":"+qe);break}}}F.push("<",Ye);for(var xn=0;xn<Se;xn++){var en=De.item(xn);en.prefix=="xmlns"?ue.push({prefix:en.localName,namespace:en.value}):en.nodeName=="xmlns"&&ue.push({prefix:"",namespace:en.value})}for(var xn=0;xn<Se;xn++){var en=De.item(xn);if(ge(en,z,ue)){var _n=en.prefix||"",zn=en.namespaceURI;_e(F,_n?"xmlns:"+_n:"xmlns",zn),ue.push({prefix:_n,namespace:zn})}Te(en,F,z,J,ue)}if(qe===Ye&&ge(C,z,ue)){var _n=C.prefix||"",zn=C.namespaceURI;_e(F,_n?"xmlns:"+_n:"xmlns",zn),ue.push({prefix:_n,namespace:zn})}if(Ne||z&&!/^(?:meta|link|img|br|hr|input)$/i.test(qe)){if(F.push(">"),z&&/^script$/i.test(qe))for(;Ne;)Ne.data?F.push(Ne.data):Te(Ne,F,z,J,ue.slice()),Ne=Ne.nextSibling;else for(;Ne;)Te(Ne,F,z,J,ue.slice()),Ne=Ne.nextSibling;F.push("</",Ye,">")}else F.push("/>");return;case D:case _:for(var Ne=C.firstChild;Ne;)Te(Ne,F,z,J,ue.slice()),Ne=Ne.nextSibling;return;case m:return _e(F,C.name,C.value);case l:return F.push(C.data.replace(/[<&>]/g,k));case y:return F.push("<![CDATA[",C.data,"]]>");case d:return F.push("<!--",C.data,"-->");case w:var ba=C.publicId,kn=C.systemId;if(F.push("<!DOCTYPE ",C.name),ba)F.push(" PUBLIC ",ba),kn&&kn!="."&&F.push(" ",kn),F.push(">");else if(kn&&kn!=".")F.push(" SYSTEM ",kn,">");else{var ya=C.internalSubset;ya&&F.push(" [",ya,"]"),F.push(">")}return;case p:return F.push("<?",C.target," ",C.data,"?>");case f:return F.push("&",C.nodeName,";");default:F.push("??",C.nodeName)}}function Be(C,F,z){var J;switch(F.nodeType){case g:J=F.cloneNode(!1),J.ownerDocument=C;case _:break;case m:z=!0;break}if(J||(J=F.cloneNode(!1)),J.ownerDocument=C,J.parentNode=null,z)for(var ue=F.firstChild;ue;)J.appendChild(Be(C,ue,z)),ue=ue.nextSibling;return J}function Oe(C,F,z){var J=new F.constructor;for(var ue in F)if(Object.prototype.hasOwnProperty.call(F,ue)){var De=F[ue];typeof De!="object"&&De!=J[ue]&&(J[ue]=De)}switch(F.childNodes&&(J.childNodes=new W),J.ownerDocument=C,J.nodeType){case g:var Se=F.attributes,qe=J.attributes=new R,Ye=Se.length;qe._ownerElement=J;for(var un=0;un<Ye;un++)J.setAttributeNode(Oe(C,Se.item(un),!0));break;case m:z=!0}if(z)for(var tn=F.firstChild;tn;)J.appendChild(Oe(C,tn,z)),tn=tn.nextSibling;return J}function Je(C,F,z){C[F]=z}try{if(Object.defineProperty){let C=function(F){switch(F.nodeType){case g:case _:var z=[];for(F=F.firstChild;F;)F.nodeType!==7&&F.nodeType!==8&&z.push(C(F)),F=F.nextSibling;return z.join("");default:return F.nodeValue}};Object.defineProperty(x.prototype,"length",{get:function(){return q(this),this.$$length}}),Object.defineProperty(L.prototype,"textContent",{get:function(){return C(this)},set:function(F){switch(this.nodeType){case g:case _:for(;this.firstChild;)this.removeChild(this.firstChild);(F||String(F))&&this.appendChild(this.ownerDocument.createTextNode(F));break;default:this.data=F,this.value=F,this.nodeValue=F}}}),Je=function(F,z,J){F["$$"+z]=J}}}catch{}return rn.DocumentType=fe,rn.DOMException=T,rn.DOMImplementation=Q,rn.Element=H,rn.Node=L,rn.NodeList=W,rn.XMLSerializer=oe,rn}var Gn={},ei={},Do;function Od(){return Do||(Do=1,(function(e){var n=rr().freeze;e.XML_ENTITIES=n({amp:"&",apos:"'",gt:">",lt:"<",quot:'"'}),e.HTML_ENTITIES=n({Aacute:"Á",aacute:"á",Abreve:"Ă",abreve:"ă",ac:"∾",acd:"∿",acE:"∾̳",Acirc:"Â",acirc:"â",acute:"´",Acy:"А",acy:"а",AElig:"Æ",aelig:"æ",af:"",Afr:"𝔄",afr:"𝔞",Agrave:"À",agrave:"à",alefsym:"ℵ",aleph:"ℵ",Alpha:"Α",alpha:"α",Amacr:"Ā",amacr:"ā",amalg:"⨿",AMP:"&",amp:"&",And:"⩓",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",Aogon:"Ą",aogon:"ą",Aopf:"𝔸",aopf:"𝕒",ap:"≈",apacir:"⩯",apE:"⩰",ape:"≊",apid:"≋",apos:"'",ApplyFunction:"",approx:"≈",approxeq:"≊",Aring:"Å",aring:"å",Ascr:"𝒜",ascr:"𝒶",Assign:"≔",ast:"*",asymp:"≈",asympeq:"≍",Atilde:"Ã",atilde:"ã",Auml:"Ä",auml:"ä",awconint:"∳",awint:"⨑",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",Backslash:"∖",Barv:"⫧",barvee:"⊽",Barwed:"⌆",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",Bcy:"Б",bcy:"б",bdquo:"„",becaus:"∵",Because:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",Bernoullis:"ℬ",Beta:"Β",beta:"β",beth:"ℶ",between:"≬",Bfr:"𝔅",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bNot:"⫭",bnot:"⌐",Bopf:"𝔹",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxbox:"⧉",boxDL:"╗",boxDl:"╖",boxdL:"╕",boxdl:"┐",boxDR:"╔",boxDr:"╓",boxdR:"╒",boxdr:"┌",boxH:"═",boxh:"─",boxHD:"╦",boxHd:"╤",boxhD:"╥",boxhd:"┬",boxHU:"╩",boxHu:"╧",boxhU:"╨",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxUL:"╝",boxUl:"╜",boxuL:"╛",boxul:"┘",boxUR:"╚",boxUr:"╙",boxuR:"╘",boxur:"└",boxV:"║",boxv:"│",boxVH:"╬",boxVh:"╫",boxvH:"╪",boxvh:"┼",boxVL:"╣",boxVl:"╢",boxvL:"╡",boxvl:"┤",boxVR:"╠",boxVr:"╟",boxvR:"╞",boxvr:"├",bprime:"‵",Breve:"˘",breve:"˘",brvbar:"¦",Bscr:"ℬ",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",Bumpeq:"≎",bumpeq:"≏",Cacute:"Ć",cacute:"ć",Cap:"⋒",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",CapitalDifferentialD:"ⅅ",caps:"∩︀",caret:"⁁",caron:"ˇ",Cayleys:"ℭ",ccaps:"⩍",Ccaron:"Č",ccaron:"č",Ccedil:"Ç",ccedil:"ç",Ccirc:"Ĉ",ccirc:"ĉ",Cconint:"∰",ccups:"⩌",ccupssm:"⩐",Cdot:"Ċ",cdot:"ċ",cedil:"¸",Cedilla:"¸",cemptyv:"⦲",cent:"¢",CenterDot:"·",centerdot:"·",Cfr:"ℭ",cfr:"𝔠",CHcy:"Ч",chcy:"ч",check:"✓",checkmark:"✓",Chi:"Χ",chi:"χ",cir:"○",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",CircleDot:"⊙",circledR:"®",circledS:"Ⓢ",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",cirE:"⧃",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",clubs:"♣",clubsuit:"♣",Colon:"∷",colon:":",Colone:"⩴",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",Congruent:"≡",Conint:"∯",conint:"∮",ContourIntegral:"∮",Copf:"ℂ",copf:"𝕔",coprod:"∐",Coproduct:"∐",COPY:"©",copy:"©",copysr:"℗",CounterClockwiseContourIntegral:"∳",crarr:"↵",Cross:"⨯",cross:"✗",Cscr:"𝒞",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",Cup:"⋓",cup:"∪",cupbrcap:"⩈",CupCap:"≍",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",Dagger:"‡",dagger:"†",daleth:"ℸ",Darr:"↡",dArr:"⇓",darr:"↓",dash:"‐",Dashv:"⫤",dashv:"⊣",dbkarow:"⤏",dblac:"˝",Dcaron:"Ď",dcaron:"ď",Dcy:"Д",dcy:"д",DD:"ⅅ",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",DDotrahd:"⤑",ddotseq:"⩷",deg:"°",Del:"∇",Delta:"Δ",delta:"δ",demptyv:"⦱",dfisht:"⥿",Dfr:"𝔇",dfr:"𝔡",dHar:"⥥",dharl:"⇃",dharr:"⇂",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",diam:"⋄",Diamond:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",DifferentialD:"ⅆ",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",DJcy:"Ђ",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",Dopf:"𝔻",dopf:"𝕕",Dot:"¨",dot:"˙",DotDot:"⃜",doteq:"≐",doteqdot:"≑",DotEqual:"≐",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",Downarrow:"⇓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",Dscr:"𝒟",dscr:"𝒹",DScy:"Ѕ",dscy:"ѕ",dsol:"⧶",Dstrok:"Đ",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",DZcy:"Џ",dzcy:"џ",dzigrarr:"⟿",Eacute:"É",eacute:"é",easter:"⩮",Ecaron:"Ě",ecaron:"ě",ecir:"≖",Ecirc:"Ê",ecirc:"ê",ecolon:"≕",Ecy:"Э",ecy:"э",eDDot:"⩷",Edot:"Ė",eDot:"≑",edot:"ė",ee:"ⅇ",efDot:"≒",Efr:"𝔈",efr:"𝔢",eg:"⪚",Egrave:"È",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",Element:"∈",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",Emacr:"Ē",emacr:"ē",empty:"∅",emptyset:"∅",EmptySmallSquare:"◻",emptyv:"∅",EmptyVerySmallSquare:"▫",emsp:" ",emsp13:" ",emsp14:" ",ENG:"Ŋ",eng:"ŋ",ensp:" ",Eogon:"Ę",eogon:"ę",Eopf:"𝔼",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",Epsilon:"Ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",Equal:"⩵",equals:"=",EqualTilde:"≂",equest:"≟",Equilibrium:"⇌",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erarr:"⥱",erDot:"≓",Escr:"ℰ",escr:"ℯ",esdot:"≐",Esim:"⩳",esim:"≂",Eta:"Η",eta:"η",ETH:"Ð",eth:"ð",Euml:"Ë",euml:"ë",euro:"€",excl:"!",exist:"∃",Exists:"∃",expectation:"ℰ",ExponentialE:"ⅇ",exponentiale:"ⅇ",fallingdotseq:"≒",Fcy:"Ф",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",Ffr:"𝔉",ffr:"𝔣",filig:"fi",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",Fopf:"𝔽",fopf:"𝕗",ForAll:"∀",forall:"∀",fork:"⋔",forkv:"⫙",Fouriertrf:"ℱ",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",Fscr:"ℱ",fscr:"𝒻",gacute:"ǵ",Gamma:"Γ",gamma:"γ",Gammad:"Ϝ",gammad:"ϝ",gap:"⪆",Gbreve:"Ğ",gbreve:"ğ",Gcedil:"Ģ",Gcirc:"Ĝ",gcirc:"ĝ",Gcy:"Г",gcy:"г",Gdot:"Ġ",gdot:"ġ",gE:"≧",ge:"≥",gEl:"⪌",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",Gfr:"𝔊",gfr:"𝔤",Gg:"⋙",gg:"≫",ggg:"⋙",gimel:"ℷ",GJcy:"Ѓ",gjcy:"ѓ",gl:"≷",gla:"⪥",glE:"⪒",glj:"⪤",gnap:"⪊",gnapprox:"⪊",gnE:"≩",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",Gopf:"𝔾",gopf:"𝕘",grave:"`",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",Gt:"≫",GT:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",Hacek:"ˇ",hairsp:" ",half:"½",hamilt:"ℋ",HARDcy:"Ъ",hardcy:"ъ",hArr:"⇔",harr:"↔",harrcir:"⥈",harrw:"↭",Hat:"^",hbar:"ℏ",Hcirc:"Ĥ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",Hfr:"ℌ",hfr:"𝔥",HilbertSpace:"ℋ",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",Hopf:"ℍ",hopf:"𝕙",horbar:"―",HorizontalLine:"─",Hscr:"ℋ",hscr:"𝒽",hslash:"ℏ",Hstrok:"Ħ",hstrok:"ħ",HumpDownHump:"≎",HumpEqual:"≏",hybull:"⁃",hyphen:"‐",Iacute:"Í",iacute:"í",ic:"",Icirc:"Î",icirc:"î",Icy:"И",icy:"и",Idot:"İ",IEcy:"Е",iecy:"е",iexcl:"¡",iff:"⇔",Ifr:"ℑ",ifr:"𝔦",Igrave:"Ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",IJlig:"IJ",ijlig:"ij",Im:"ℑ",Imacr:"Ī",imacr:"ī",image:"ℑ",ImaginaryI:"ⅈ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",Implies:"⇒",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",Int:"∬",int:"∫",intcal:"⊺",integers:"ℤ",Integral:"∫",intercal:"⊺",Intersection:"⋂",intlarhk:"⨗",intprod:"⨼",InvisibleComma:"",InvisibleTimes:"",IOcy:"Ё",iocy:"ё",Iogon:"Į",iogon:"į",Iopf:"𝕀",iopf:"𝕚",Iota:"Ι",iota:"ι",iprod:"⨼",iquest:"¿",Iscr:"ℐ",iscr:"𝒾",isin:"∈",isindot:"⋵",isinE:"⋹",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"",Itilde:"Ĩ",itilde:"ĩ",Iukcy:"І",iukcy:"і",Iuml:"Ï",iuml:"ï",Jcirc:"Ĵ",jcirc:"ĵ",Jcy:"Й",jcy:"й",Jfr:"𝔍",jfr:"𝔧",jmath:"ȷ",Jopf:"𝕁",jopf:"𝕛",Jscr:"𝒥",jscr:"𝒿",Jsercy:"Ј",jsercy:"ј",Jukcy:"Є",jukcy:"є",Kappa:"Κ",kappa:"κ",kappav:"ϰ",Kcedil:"Ķ",kcedil:"ķ",Kcy:"К",kcy:"к",Kfr:"𝔎",kfr:"𝔨",kgreen:"ĸ",KHcy:"Х",khcy:"х",KJcy:"Ќ",kjcy:"ќ",Kopf:"𝕂",kopf:"𝕜",Kscr:"𝒦",kscr:"𝓀",lAarr:"⇚",Lacute:"Ĺ",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",Lambda:"Λ",lambda:"λ",Lang:"⟪",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",Laplacetrf:"ℒ",laquo:"«",Larr:"↞",lArr:"⇐",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",lAtail:"⤛",latail:"⤙",late:"⪭",lates:"⪭︀",lBarr:"⤎",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",Lcaron:"Ľ",lcaron:"ľ",Lcedil:"Ļ",lcedil:"ļ",lceil:"⌈",lcub:"{",Lcy:"Л",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",lE:"≦",le:"≤",LeftAngleBracket:"⟨",LeftArrow:"←",Leftarrow:"⇐",leftarrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",leftarrowtail:"↢",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",LeftRightArrow:"↔",Leftrightarrow:"⇔",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",leftthreetimes:"⋋",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",lEg:"⪋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",lessgtr:"≶",LessLess:"⪡",lesssim:"≲",LessSlantEqual:"⩽",LessTilde:"≲",lfisht:"⥼",lfloor:"⌊",Lfr:"𝔏",lfr:"𝔩",lg:"≶",lgE:"⪑",lHar:"⥢",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",LJcy:"Љ",ljcy:"љ",Ll:"⋘",ll:"≪",llarr:"⇇",llcorner:"⌞",Lleftarrow:"⇚",llhard:"⥫",lltri:"◺",Lmidot:"Ŀ",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnap:"⪉",lnapprox:"⪉",lnE:"≨",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",LongLeftArrow:"⟵",Longleftarrow:"⟸",longleftarrow:"⟵",LongLeftRightArrow:"⟷",Longleftrightarrow:"⟺",longleftrightarrow:"⟷",longmapsto:"⟼",LongRightArrow:"⟶",Longrightarrow:"⟹",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",Lopf:"𝕃",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",LowerLeftArrow:"↙",LowerRightArrow:"↘",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"",lrtri:"⊿",lsaquo:"‹",Lscr:"ℒ",lscr:"𝓁",Lsh:"↰",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",Lstrok:"Ł",lstrok:"ł",Lt:"≪",LT:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltri:"◃",ltrie:"⊴",ltrif:"◂",ltrPar:"⦖",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",macr:"¯",male:"♂",malt:"✠",maltese:"✠",Map:"⤅",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",Mcy:"М",mcy:"м",mdash:"—",mDDot:"∺",measuredangle:"∡",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",MinusPlus:"∓",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",Mopf:"𝕄",mopf:"𝕞",mp:"∓",Mscr:"ℳ",mscr:"𝓂",mstpos:"∾",Mu:"Μ",mu:"μ",multimap:"⊸",mumap:"⊸",nabla:"∇",Nacute:"Ń",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",Ncaron:"Ň",ncaron:"ň",Ncedil:"Ņ",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",Ncy:"Н",ncy:"н",ndash:"–",ne:"≠",nearhk:"⤤",neArr:"⇗",nearr:"↗",nearrow:"↗",nedot:"≐̸",NegativeMediumSpace:"",NegativeThickSpace:"",NegativeThinSpace:"",NegativeVeryThinSpace:"",nequiv:"≢",nesear:"⤨",nesim:"≂̸",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`
|
|
203
|
+
`,nexist:"∄",nexists:"∄",Nfr:"𝔑",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",nGg:"⋙̸",ngsim:"≵",nGt:"≫⃒",ngt:"≯",ngtr:"≯",nGtv:"≫̸",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",NJcy:"Њ",njcy:"њ",nlArr:"⇍",nlarr:"↚",nldr:"‥",nlE:"≦̸",nle:"≰",nLeftarrow:"⇍",nleftarrow:"↚",nLeftrightarrow:"⇎",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nLl:"⋘̸",nlsim:"≴",nLt:"≪⃒",nlt:"≮",nltri:"⋪",nltrie:"⋬",nLtv:"≪̸",nmid:"∤",NoBreak:"",NonBreakingSpace:" ",Nopf:"ℕ",nopf:"𝕟",Not:"⫬",not:"¬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",notin:"∉",notindot:"⋵̸",notinE:"⋹̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nRightarrow:"⇏",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",Nscr:"𝒩",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",Ntilde:"Ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",Nu:"Ν",nu:"ν",num:"#",numero:"№",numsp:" ",nvap:"≍⃒",nVDash:"⊯",nVdash:"⊮",nvDash:"⊭",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvHarr:"⤄",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwarhk:"⤣",nwArr:"⇖",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",Oacute:"Ó",oacute:"ó",oast:"⊛",ocir:"⊚",Ocirc:"Ô",ocirc:"ô",Ocy:"О",ocy:"о",odash:"⊝",Odblac:"Ő",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",OElig:"Œ",oelig:"œ",ofcir:"⦿",Ofr:"𝔒",ofr:"𝔬",ogon:"˛",Ograve:"Ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",Omacr:"Ō",omacr:"ō",Omega:"Ω",omega:"ω",Omicron:"Ο",omicron:"ο",omid:"⦶",ominus:"⊖",Oopf:"𝕆",oopf:"𝕠",opar:"⦷",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",operp:"⦹",oplus:"⊕",Or:"⩔",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oS:"Ⓢ",Oscr:"𝒪",oscr:"ℴ",Oslash:"Ø",oslash:"ø",osol:"⊘",Otilde:"Õ",otilde:"õ",Otimes:"⨷",otimes:"⊗",otimesas:"⨶",Ouml:"Ö",ouml:"ö",ovbar:"⌽",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",PartialD:"∂",Pcy:"П",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",Pfr:"𝔓",pfr:"𝔭",Phi:"Φ",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",Pi:"Π",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",PlusMinus:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",Poincareplane:"ℌ",pointint:"⨕",Popf:"ℙ",popf:"𝕡",pound:"£",Pr:"⪻",pr:"≺",prap:"⪷",prcue:"≼",prE:"⪳",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",Prime:"″",prime:"′",primes:"ℙ",prnap:"⪹",prnE:"⪵",prnsim:"⋨",prod:"∏",Product:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",Proportion:"∷",Proportional:"∝",propto:"∝",prsim:"≾",prurel:"⊰",Pscr:"𝒫",pscr:"𝓅",Psi:"Ψ",psi:"ψ",puncsp:" ",Qfr:"𝔔",qfr:"𝔮",qint:"⨌",Qopf:"ℚ",qopf:"𝕢",qprime:"⁗",Qscr:"𝒬",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",QUOT:'"',quot:'"',rAarr:"⇛",race:"∽̱",Racute:"Ŕ",racute:"ŕ",radic:"√",raemptyv:"⦳",Rang:"⟫",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",Rarr:"↠",rArr:"⇒",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",Rarrtl:"⤖",rarrtl:"↣",rarrw:"↝",rAtail:"⤜",ratail:"⤚",ratio:"∶",rationals:"ℚ",RBarr:"⤐",rBarr:"⤏",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",Rcaron:"Ř",rcaron:"ř",Rcedil:"Ŗ",rcedil:"ŗ",rceil:"⌉",rcub:"}",Rcy:"Р",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",Re:"ℜ",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",REG:"®",reg:"®",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",rfisht:"⥽",rfloor:"⌋",Rfr:"ℜ",rfr:"𝔯",rHar:"⥤",rhard:"⇁",rharu:"⇀",rharul:"⥬",Rho:"Ρ",rho:"ρ",rhov:"ϱ",RightAngleBracket:"⟩",RightArrow:"→",Rightarrow:"⇒",rightarrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",rightarrowtail:"↣",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",rightthreetimes:"⋌",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",Ropf:"ℝ",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",RoundImplies:"⥰",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",Rrightarrow:"⇛",rsaquo:"›",Rscr:"ℛ",rscr:"𝓇",Rsh:"↱",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",RuleDelayed:"⧴",ruluhar:"⥨",rx:"℞",Sacute:"Ś",sacute:"ś",sbquo:"‚",Sc:"⪼",sc:"≻",scap:"⪸",Scaron:"Š",scaron:"š",sccue:"≽",scE:"⪴",sce:"⪰",Scedil:"Ş",scedil:"ş",Scirc:"Ŝ",scirc:"ŝ",scnap:"⪺",scnE:"⪶",scnsim:"⋩",scpolint:"⨓",scsim:"≿",Scy:"С",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",searhk:"⤥",seArr:"⇘",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",Sfr:"𝔖",sfr:"𝔰",sfrown:"⌢",sharp:"♯",SHCHcy:"Щ",shchcy:"щ",SHcy:"Ш",shcy:"ш",ShortDownArrow:"↓",ShortLeftArrow:"←",shortmid:"∣",shortparallel:"∥",ShortRightArrow:"→",ShortUpArrow:"↑",shy:"",Sigma:"Σ",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",SmallCircle:"∘",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",SOFTcy:"Ь",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",Sopf:"𝕊",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",Sqrt:"√",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",Square:"□",square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",squarf:"▪",squf:"▪",srarr:"→",Sscr:"𝒮",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",Star:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",Sub:"⋐",sub:"⊂",subdot:"⪽",subE:"⫅",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",Subset:"⋐",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",SubsetEqual:"⊆",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",SuchThat:"∋",Sum:"∑",sum:"∑",sung:"♪",Sup:"⋑",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supdot:"⪾",supdsub:"⫘",supE:"⫆",supe:"⊇",supedot:"⫄",Superset:"⊃",SupersetEqual:"⊇",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",Supset:"⋑",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swarhk:"⤦",swArr:"⇙",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",Tab:" ",target:"⌖",Tau:"Τ",tau:"τ",tbrk:"⎴",Tcaron:"Ť",tcaron:"ť",Tcedil:"Ţ",tcedil:"ţ",Tcy:"Т",tcy:"т",tdot:"⃛",telrec:"⌕",Tfr:"𝔗",tfr:"𝔱",there4:"∴",Therefore:"∴",therefore:"∴",Theta:"Θ",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",ThickSpace:" ",thinsp:" ",ThinSpace:" ",thkap:"≈",thksim:"∼",THORN:"Þ",thorn:"þ",Tilde:"∼",tilde:"˜",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",Topf:"𝕋",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",TRADE:"™",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",TripleDot:"⃛",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",Tscr:"𝒯",tscr:"𝓉",TScy:"Ц",tscy:"ц",TSHcy:"Ћ",tshcy:"ћ",Tstrok:"Ŧ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",Uacute:"Ú",uacute:"ú",Uarr:"↟",uArr:"⇑",uarr:"↑",Uarrocir:"⥉",Ubrcy:"Ў",ubrcy:"ў",Ubreve:"Ŭ",ubreve:"ŭ",Ucirc:"Û",ucirc:"û",Ucy:"У",ucy:"у",udarr:"⇅",Udblac:"Ű",udblac:"ű",udhar:"⥮",ufisht:"⥾",Ufr:"𝔘",ufr:"𝔲",Ugrave:"Ù",ugrave:"ù",uHar:"⥣",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",Umacr:"Ū",umacr:"ū",uml:"¨",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",uogon:"ų",Uopf:"𝕌",uopf:"𝕦",UpArrow:"↑",Uparrow:"⇑",uparrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",Updownarrow:"⇕",updownarrow:"↕",UpEquilibrium:"⥮",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",upsi:"υ",upsih:"ϒ",Upsilon:"Υ",upsilon:"υ",UpTee:"⊥",UpTeeArrow:"↥",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",Uring:"Ů",uring:"ů",urtri:"◹",Uscr:"𝒰",uscr:"𝓊",utdot:"⋰",Utilde:"Ũ",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",Uuml:"Ü",uuml:"ü",uwangle:"⦧",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",vArr:"⇕",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",Vbar:"⫫",vBar:"⫨",vBarv:"⫩",Vcy:"В",vcy:"в",VDash:"⊫",Vdash:"⊩",vDash:"⊨",vdash:"⊢",Vdashl:"⫦",Vee:"⋁",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",Verbar:"‖",verbar:"|",Vert:"‖",vert:"|",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",Vopf:"𝕍",vopf:"𝕧",vprop:"∝",vrtri:"⊳",Vscr:"𝒱",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",Vvdash:"⊪",vzigzag:"⦚",Wcirc:"Ŵ",wcirc:"ŵ",wedbar:"⩟",Wedge:"⋀",wedge:"∧",wedgeq:"≙",weierp:"℘",Wfr:"𝔚",wfr:"𝔴",Wopf:"𝕎",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",Wscr:"𝒲",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",Xfr:"𝔛",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",Xi:"Ξ",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",Xopf:"𝕏",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",Xscr:"𝒳",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",Yacute:"Ý",yacute:"ý",YAcy:"Я",yacy:"я",Ycirc:"Ŷ",ycirc:"ŷ",Ycy:"Ы",ycy:"ы",yen:"¥",Yfr:"𝔜",yfr:"𝔶",YIcy:"Ї",yicy:"ї",Yopf:"𝕐",yopf:"𝕪",Yscr:"𝒴",yscr:"𝓎",YUcy:"Ю",yucy:"ю",Yuml:"Ÿ",yuml:"ÿ",Zacute:"Ź",zacute:"ź",Zcaron:"Ž",zcaron:"ž",Zcy:"З",zcy:"з",Zdot:"Ż",zdot:"ż",zeetrf:"ℨ",ZeroWidthSpace:"",Zeta:"Ζ",zeta:"ζ",Zfr:"ℨ",zfr:"𝔷",ZHcy:"Ж",zhcy:"ж",zigrarr:"⇝",Zopf:"ℤ",zopf:"𝕫",Zscr:"𝒵",zscr:"𝓏",zwj:"",zwnj:""}),e.entityMap=e.HTML_ENTITIES})(ei)),ei}var pt={},vo;function Nd(){if(vo)return pt;vo=1;var e=rr().NAMESPACE,n=/[A-Z_a-z\xC0-\xD6\xD8-\xF6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD]/,t=new RegExp("[\\-\\.0-9"+n.source.slice(1,-1)+"\\u00B7\\u0300-\\u036F\\u203F-\\u2040]"),r=new RegExp("^"+n.source+t.source+"*(?::"+n.source+t.source+"*)?$"),c=0,i=1,o=2,a=3,u=4,h=5,b=6,g=7;function m(A,I){this.message=A,this.locator=I,Error.captureStackTrace&&Error.captureStackTrace(this,m)}m.prototype=new Error,m.prototype.name=m.name;function l(){}l.prototype={parse:function(A,I,$){var T=this.domBuilder;T.startDocument(),w(I,I={}),y(A,I,$,T,this.errorHandler),T.endDocument()}};function y(A,I,$,T,W){function x(ie){if(ie>65535){ie-=65536;var H=55296+(ie>>10),M=56320+(ie&1023);return String.fromCharCode(H,M)}else return String.fromCharCode(ie)}function q(ie){var H=ie.slice(1,-1);return Object.hasOwnProperty.call($,H)?$[H]:H.charAt(0)==="#"?x(parseInt(H.substr(1).replace("x","0x"))):(W.error("entity not found:"+ie),ie)}function R(ie){if(ie>ae){var H=A.substring(ae,ie).replace(/&#?\w+;/g,q);L&&N(ae),T.characters(H,0,ie-ae),ae=ie}}function N(ie,H){for(;ie>=P&&(H=Q.exec(A));)G=H.index,P=G+H[0].length,L.lineNumber++;L.columnNumber=ie-G+1}for(var G=0,P=0,Q=/.*(?:\r\n?|\n)|.*$/g,L=T.locator,k=[{currentNSMap:I}],re={},ae=0;;){try{var ee=A.indexOf("<",ae);if(ee<0){if(!A.substr(ae).match(/^\s*$/)){var ce=T.doc,he=ce.createTextNode(A.substr(ae));ce.appendChild(he),T.currentElement=he}return}switch(ee>ae&&R(ee),A.charAt(ee+1)){case"/":var X=A.indexOf(">",ee+3),de=A.substring(ee+2,X).replace(/[ \t\n\r]+$/g,""),pe=k.pop();X<0?(de=A.substring(ee+2).replace(/[\s<].*/,""),W.error("end tag name: "+de+" is not complete:"+pe.tagName),X=ee+1+de.length):de.match(/\s</)&&(de=de.replace(/[\s<].*/,""),W.error("end tag name: "+de+" maybe not complete"),X=ee+1+de.length);var me=pe.localNSMap,ye=pe.tagName==de,Ue=ye||pe.tagName&&pe.tagName.toLowerCase()==de.toLowerCase();if(Ue){if(T.endElement(pe.uri,pe.localName,de),me)for(var Ce in me)Object.prototype.hasOwnProperty.call(me,Ce)&&T.endPrefixMapping(Ce);ye||W.fatalError("end tag name: "+de+" is not match the current start tagName:"+pe.tagName)}else k.push(pe);X++;break;case"?":L&&N(ee),X=U(A,ee,T);break;case"!":L&&N(ee),X=_(A,ee,T,W);break;default:L&&N(ee);var v=new E,Z=k[k.length-1].currentNSMap,X=s(A,ee,v,Z,q,W),O=v.length;if(!v.closed&&D(A,X,v.tagName,re)&&(v.closed=!0,$.nbsp||W.warning("unclosed xml attribute")),L&&O){for(var B=f(L,{}),V=0;V<O;V++){var te=v[V];N(te.offset),te.locator=f(L,{})}T.locator=B,p(v,T,Z)&&k.push(v),T.locator=L}else p(v,T,Z)&&k.push(v);e.isHTML(v.uri)&&!v.closed?X=d(A,X,v.tagName,q,T):X++}}catch(ie){if(ie instanceof m)throw ie;W.error("element parse error: "+ie),X=-1}X>ae?ae=X:R(Math.max(ee,ae)+1)}}function f(A,I){return I.lineNumber=A.lineNumber,I.columnNumber=A.columnNumber,I}function s(A,I,$,T,W,x){function q(L,k,re){$.attributeNames.hasOwnProperty(L)&&x.fatalError("Attribute "+L+" redefined"),$.addValue(L,k.replace(/[\t\n\r]/g," ").replace(/&#?\w+;/g,W),re)}for(var R,N,G=++I,P=c;;){var Q=A.charAt(G);switch(Q){case"=":if(P===i)R=A.slice(I,G),P=a;else if(P===o)P=a;else throw new Error("attribute equal must after attrName");break;case"'":case'"':if(P===a||P===i)if(P===i&&(x.warning('attribute value must after "="'),R=A.slice(I,G)),I=G+1,G=A.indexOf(Q,I),G>0)N=A.slice(I,G),q(R,N,I-1),P=h;else throw new Error("attribute value no end '"+Q+"' match");else if(P==u)N=A.slice(I,G),q(R,N,I),x.warning('attribute "'+R+'" missed start quot('+Q+")!!"),I=G+1,P=h;else throw new Error('attribute value must after "="');break;case"/":switch(P){case c:$.setTagName(A.slice(I,G));case h:case b:case g:P=g,$.closed=!0;case u:case i:break;case o:$.closed=!0;break;default:throw new Error("attribute invalid close char('/')")}break;case"":return x.error("unexpected end of input"),P==c&&$.setTagName(A.slice(I,G)),G;case">":switch(P){case c:$.setTagName(A.slice(I,G));case h:case b:case g:break;case u:case i:N=A.slice(I,G),N.slice(-1)==="/"&&($.closed=!0,N=N.slice(0,-1));case o:P===o&&(N=R),P==u?(x.warning('attribute "'+N+'" missed quot(")!'),q(R,N,I)):((!e.isHTML(T[""])||!N.match(/^(?:disabled|checked|selected)$/i))&&x.warning('attribute "'+N+'" missed value!! "'+N+'" instead!!'),q(N,N,I));break;case a:throw new Error("attribute value missed!!")}return G;case"":Q=" ";default:if(Q<=" ")switch(P){case c:$.setTagName(A.slice(I,G)),P=b;break;case i:R=A.slice(I,G),P=o;break;case u:var N=A.slice(I,G);x.warning('attribute "'+N+'" missed quot(")!!'),q(R,N,I);case h:P=b;break}else switch(P){case o:$.tagName,(!e.isHTML(T[""])||!R.match(/^(?:disabled|checked|selected)$/i))&&x.warning('attribute "'+R+'" missed value!! "'+R+'" instead2!!'),q(R,R,I),I=G,P=i;break;case h:x.warning('attribute space is required"'+R+'"!!');case b:P=i,I=G;break;case a:P=u,I=G;break;case g:throw new Error("elements closed character '/' and '>' must be connected to")}}G++}}function p(A,I,$){for(var T=A.tagName,W=null,Q=A.length;Q--;){var x=A[Q],q=x.qName,R=x.value,L=q.indexOf(":");if(L>0)var N=x.prefix=q.slice(0,L),G=q.slice(L+1),P=N==="xmlns"&&G;else G=q,N=null,P=q==="xmlns"&&"";x.localName=G,P!==!1&&(W==null&&(W={},w($,$={})),$[P]=W[P]=R,x.uri=e.XMLNS,I.startPrefixMapping(P,R))}for(var Q=A.length;Q--;){x=A[Q];var N=x.prefix;N&&(N==="xml"&&(x.uri=e.XML),N!=="xmlns"&&(x.uri=$[N||""]))}var L=T.indexOf(":");L>0?(N=A.prefix=T.slice(0,L),G=A.localName=T.slice(L+1)):(N=null,G=A.localName=T);var k=A.uri=$[N||""];if(I.startElement(k,G,T,A),A.closed){if(I.endElement(k,G,T),W)for(N in W)Object.prototype.hasOwnProperty.call(W,N)&&I.endPrefixMapping(N)}else return A.currentNSMap=$,A.localNSMap=W,!0}function d(A,I,$,T,W){if(/^(?:script|textarea)$/i.test($)){var x=A.indexOf("</"+$+">",I),q=A.substring(I+1,x);if(/[&<]/.test(q))return/^script$/i.test($)?(W.characters(q,0,q.length),x):(q=q.replace(/&#?\w+;/g,T),W.characters(q,0,q.length),x)}return I+1}function D(A,I,$,T){var W=T[$];return W==null&&(W=A.lastIndexOf("</"+$+">"),W<I&&(W=A.lastIndexOf("</"+$)),T[$]=W),W<I}function w(A,I){for(var $ in A)Object.prototype.hasOwnProperty.call(A,$)&&(I[$]=A[$])}function _(A,I,$,T){var W=A.charAt(I+2);switch(W){case"-":if(A.charAt(I+3)==="-"){var x=A.indexOf("-->",I+4);return x>I?($.comment(A,I+4,x-I-4),x+3):(T.error("Unclosed comment"),-1)}else return-1;default:if(A.substr(I+3,6)=="CDATA["){var x=A.indexOf("]]>",I+9);return $.startCDATA(),$.characters(A,I+9,x-I-9),$.endCDATA(),x+3}var q=S(A,I),R=q.length;if(R>1&&/!doctype/i.test(q[0][0])){var N=q[1][0],G=!1,P=!1;R>3&&(/^public$/i.test(q[2][0])?(G=q[3][0],P=R>4&&q[4][0]):/^system$/i.test(q[2][0])&&(P=q[3][0]));var Q=q[R-1];return $.startDTD(N,G,P),$.endDTD(),Q.index+Q[0].length}}return-1}function U(A,I,$){var T=A.indexOf("?>",I);if(T){var W=A.substring(I,T).match(/^<\?(\S*)\s*([\s\S]*?)\s*$/);return W?(W[0].length,$.processingInstruction(W[1],W[2]),T+2):-1}return-1}function E(){this.attributeNames={}}E.prototype={setTagName:function(A){if(!r.test(A))throw new Error("invalid tagName:"+A);this.tagName=A},addValue:function(A,I,$){if(!r.test(A))throw new Error("invalid attribute:"+A);this.attributeNames[A]=this.length,this[this.length++]={qName:A,value:I,offset:$}},length:0,getLocalName:function(A){return this[A].localName},getLocator:function(A){return this[A].locator},getQName:function(A){return this[A].qName},getURI:function(A){return this[A].uri},getValue:function(A){return this[A].value}};function S(A,I){var $,T=[],W=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(W.lastIndex=I,W.exec(A);$=W.exec(A);)if(T.push($),$[1])return T}return pt.XMLReader=l,pt.ParseError=m,pt}var xo;function Id(){if(xo)return Gn;xo=1;var e=rr(),n=fa(),t=Od(),r=Nd(),c=n.DOMImplementation,i=e.NAMESPACE,o=r.ParseError,a=r.XMLReader;function u(s){return s.replace(/\r[\n\u0085]/g,`
|
|
204
204
|
`).replace(/[\r\u0085\u2028]/g,`
|
|
205
|
-
`)}function
|
|
206
|
-
@`+(s.systemId||"")+"#[line:"+s.lineNumber+",col:"+s.columnNumber+"]"}function y(s,p,d){return typeof s=="string"?s.substr(p,d):s.length>=p+d||p?new java.lang.String(s,p,d)+"":s}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(s){m.prototype[s]=function(){return null}});function f(s,p){s.currentElement?s.currentElement.appendChild(p):s.doc.appendChild(p)}return Hn.__DOMHandler=m,Hn.normalizeLineEndings=u,Hn.DOMParser=l,Hn}var xo;function Id(){if(xo)return Vn;xo=1;var e=la();return Vn.DOMImplementation=e.DOMImplementation,Vn.XMLSerializer=e.XMLSerializer,Vn.DOMParser=Od().DOMParser,Vn}var _o;function Ld(){if(_o)return ft;_o=1;var e=Id(),n=la();function t(r){var c=null,i=new e.DOMParser({errorHandler:function(o,u){c={level:o,message:u}}}),a=i.parseFromString(r);if(c===null)return a;throw new Error(c.level+": "+c.message)}return ft.parseFromString=t,ft.Node=n.Node,ft}var Uo;function Md(){if(Uo)return Qr;Uo=1;var e=mn(),n=Be,t=Ld(),r=ps(),c=r.Element;Qr.readString=a;var i=t.Node;function a(o,u){u=u||{};try{var l=t.parseFromString(o,"text/xml")}catch(h){return e.reject(h)}if(l.documentElement.tagName==="parsererror")return e.resolve(new Error(l.documentElement.textContent));function b(h){switch(h.nodeType){case i.ELEMENT_NODE:return m(h);case i.TEXT_NODE:return r.text(h.nodeValue)}}function m(h){var y=g(h),f=[];n.forEach(h.childNodes,function(p){var d=b(p);d&&f.push(d)});var s={};return n.forEach(h.attributes,function(p){s[g(p)]=p.value}),new c(y,s,f)}function g(h){if(h.namespaceURI){var y=u[h.namespaceURI],f;return y?f=y+":":f="{"+h.namespaceURI+"}",f+h.localName}else return h.localName}return e.resolve(b(l.documentElement))}return Qr}var ei={},Un={},Qe={},To;function bn(){return To||(To=1,(function(){var e,n,t,r,c,i,a,o=[].slice,u={}.hasOwnProperty;e=function(){var l,b,m,g,h,y;if(y=arguments[0],h=2<=arguments.length?o.call(arguments,1):[],c(Object.assign))Object.assign.apply(null,arguments);else for(l=0,m=h.length;l<m;l++)if(g=h[l],g!=null)for(b in g)u.call(g,b)&&(y[b]=g[b]);return y},c=function(l){return!!l&&Object.prototype.toString.call(l)==="[object Function]"},i=function(l){var b;return!!l&&((b=typeof l)=="function"||b==="object")},t=function(l){return c(Array.isArray)?Array.isArray(l):Object.prototype.toString.call(l)==="[object Array]"},r=function(l){var b;if(t(l))return!l.length;for(b in l)if(u.call(l,b))return!1;return!0},a=function(l){var b,m;return i(l)&&(m=Object.getPrototypeOf(l))&&(b=m.constructor)&&typeof b=="function"&&b instanceof b&&Function.prototype.toString.call(b)===Function.prototype.toString.call(Object)},n=function(l){return c(l.valueOf)?l.valueOf():l},Qe.assign=e,Qe.isFunction=c,Qe.isObject=i,Qe.isArray=t,Qe.isEmpty=r,Qe.isPlainObject=a,Qe.getValue=n}).call(Qe)),Qe}var vt={exports:{}},xt={exports:{}},_t={exports:{}},Ut={exports:{}},qd=Ut.exports,wo;function gs(){return wo||(wo=1,(function(){Ut.exports=function(){function e(n,t,r){if(this.options=n.options,this.stringify=n.stringify,this.parent=n,t==null)throw new Error("Missing attribute name. "+this.debugInfo(t));if(r==null)throw new Error("Missing attribute value. "+this.debugInfo(t));this.name=this.stringify.attName(t),this.value=this.stringify.attValue(r)}return e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(n){return this.options.writer.set(n).attribute(this)},e.prototype.debugInfo=function(n){return n=n||this.name,n==null?"parent: <"+this.parent.name+">":"attribute: {"+n+"}, parent: <"+this.parent.name+">"},e}()}).call(qd)),Ut.exports}var Pd=_t.exports,Eo;function rr(){return Eo||(Eo=1,(function(){var e,n,t,r,c,i,a=function(u,l){for(var b in l)o.call(l,b)&&(u[b]=l[b]);function m(){this.constructor=u}return m.prototype=l.prototype,u.prototype=new m,u.__super__=l.prototype,u},o={}.hasOwnProperty;i=bn(),c=i.isObject,r=i.isFunction,t=i.getValue,n=ze(),e=gs(),_t.exports=function(u){a(l,u);function l(b,m,g){if(l.__super__.constructor.call(this,b),m==null)throw new Error("Missing element name. "+this.debugInfo());this.name=this.stringify.eleName(m),this.attributes={},g!=null&&this.attribute(g),b.isDocument&&(this.isRoot=!0,this.documentObject=b,b.rootObject=this)}return l.prototype.clone=function(){var b,m,g,h;g=Object.create(this),g.isRoot&&(g.documentObject=null),g.attributes={},h=this.attributes;for(m in h)o.call(h,m)&&(b=h[m],g.attributes[m]=b.clone());return g.children=[],this.children.forEach(function(y){var f;return f=y.clone(),f.parent=g,g.children.push(f)}),g},l.prototype.attribute=function(b,m){var g,h;if(b!=null&&(b=t(b)),c(b))for(g in b)o.call(b,g)&&(h=b[g],this.attribute(g,h));else r(m)&&(m=m.apply()),(!this.options.skipNullAttributes||m!=null)&&(this.attributes[b]=new e(this,b,m));return this},l.prototype.removeAttribute=function(b){var m,g,h;if(b==null)throw new Error("Missing attribute name. "+this.debugInfo());if(b=t(b),Array.isArray(b))for(g=0,h=b.length;g<h;g++)m=b[g],delete this.attributes[m];else delete this.attributes[b];return this},l.prototype.toString=function(b){return this.options.writer.set(b).element(this)},l.prototype.att=function(b,m){return this.attribute(b,m)},l.prototype.a=function(b,m){return this.attribute(b,m)},l}(n)}).call(Pd)),_t.exports}var Tt={exports:{}},zd=Tt.exports,Ao;function ir(){return Ao||(Ao=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),Tt.exports=function(r){n(c,r);function c(i,a){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.text=this.stringify.cdata(a)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).cdata(this)},c}(e)}).call(zd)),Tt.exports}var wt={exports:{}},jd=wt.exports,Fo;function ar(){return Fo||(Fo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),wt.exports=function(r){n(c,r);function c(i,a){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing comment text. "+this.debugInfo());this.text=this.stringify.comment(a)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).comment(this)},c}(e)}).call(jd)),wt.exports}var Et={exports:{}},Xd=Et.exports,Co;function or(){return Co||(Co=1,(function(){var e,n,t=function(c,i){for(var a in i)r.call(i,a)&&(c[a]=i[a]);function o(){this.constructor=c}return o.prototype=i.prototype,c.prototype=new o,c.__super__=i.prototype,c},r={}.hasOwnProperty;n=bn().isObject,e=ze(),Et.exports=function(c){t(i,c);function i(a,o,u,l){var b;i.__super__.constructor.call(this,a),n(o)&&(b=o,o=b.version,u=b.encoding,l=b.standalone),o||(o="1.0"),this.version=this.stringify.xmlVersion(o),u!=null&&(this.encoding=this.stringify.xmlEncoding(u)),l!=null&&(this.standalone=this.stringify.xmlStandalone(l))}return i.prototype.toString=function(a){return this.options.writer.set(a).declaration(this)},i}(e)}).call(Xd)),Et.exports}var At={exports:{}},Ft={exports:{}},Vd=Ft.exports,So;function cr(){return So||(So=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),Ft.exports=function(r){n(c,r);function c(i,a,o,u,l,b){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(o==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(a));if(!u)throw new Error("Missing DTD attribute type. "+this.debugInfo(a));if(!l)throw new Error("Missing DTD attribute default. "+this.debugInfo(a));if(l.indexOf("#")!==0&&(l="#"+l),!l.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(a));if(b&&!l.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(a));this.elementName=this.stringify.eleName(a),this.attributeName=this.stringify.attName(o),this.attributeType=this.stringify.dtdAttType(u),this.defaultValue=this.stringify.dtdAttDefault(b),this.defaultValueType=l}return c.prototype.toString=function(i){return this.options.writer.set(i).dtdAttList(this)},c}(e)}).call(Vd)),Ft.exports}var Ct={exports:{}},Hd=Ct.exports,Bo;function ur(){return Bo||(Bo=1,(function(){var e,n,t=function(c,i){for(var a in i)r.call(i,a)&&(c[a]=i[a]);function o(){this.constructor=c}return o.prototype=i.prototype,c.prototype=new o,c.__super__=i.prototype,c},r={}.hasOwnProperty;n=bn().isObject,e=ze(),Ct.exports=function(c){t(i,c);function i(a,o,u,l){if(i.__super__.constructor.call(this,a),u==null)throw new Error("Missing DTD entity name. "+this.debugInfo(u));if(l==null)throw new Error("Missing DTD entity value. "+this.debugInfo(u));if(this.pe=!!o,this.name=this.stringify.eleName(u),!n(l))this.value=this.stringify.dtdEntityValue(l);else{if(!l.pubID&&!l.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(u));if(l.pubID&&!l.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(u));if(l.pubID!=null&&(this.pubID=this.stringify.dtdPubID(l.pubID)),l.sysID!=null&&(this.sysID=this.stringify.dtdSysID(l.sysID)),l.nData!=null&&(this.nData=this.stringify.dtdNData(l.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(u))}}return i.prototype.toString=function(a){return this.options.writer.set(a).dtdEntity(this)},i}(e)}).call(Hd)),Ct.exports}var St={exports:{}},Gd=St.exports,ko;function sr(){return ko||(ko=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),St.exports=function(r){n(c,r);function c(i,a,o){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing DTD element name. "+this.debugInfo());o||(o="(#PCDATA)"),Array.isArray(o)&&(o="("+o.join(",")+")"),this.name=this.stringify.eleName(a),this.value=this.stringify.dtdElementValue(o)}return c.prototype.toString=function(i){return this.options.writer.set(i).dtdElement(this)},c}(e)}).call(Gd)),St.exports}var Bt={exports:{}},Zd=Bt.exports,Wo;function dr(){return Wo||(Wo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),Bt.exports=function(r){n(c,r);function c(i,a,o){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing DTD notation name. "+this.debugInfo(a));if(!o.pubID&&!o.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(a));this.name=this.stringify.eleName(a),o.pubID!=null&&(this.pubID=this.stringify.dtdPubID(o.pubID)),o.sysID!=null&&(this.sysID=this.stringify.dtdSysID(o.sysID))}return c.prototype.toString=function(i){return this.options.writer.set(i).dtdNotation(this)},c}(e)}).call(Zd)),Bt.exports}var $d=At.exports,Ro;function lr(){return Ro||(Ro=1,(function(){var e,n,t,r,c,i,a=function(u,l){for(var b in l)o.call(l,b)&&(u[b]=l[b]);function m(){this.constructor=u}return m.prototype=l.prototype,u.prototype=new m,u.__super__=l.prototype,u},o={}.hasOwnProperty;i=bn().isObject,c=ze(),e=cr(),t=ur(),n=sr(),r=dr(),At.exports=function(u){a(l,u);function l(b,m,g){var h,y;l.__super__.constructor.call(this,b),this.name="!DOCTYPE",this.documentObject=b,i(m)&&(h=m,m=h.pubID,g=h.sysID),g==null&&(y=[m,g],g=y[0],m=y[1]),m!=null&&(this.pubID=this.stringify.dtdPubID(m)),g!=null&&(this.sysID=this.stringify.dtdSysID(g))}return l.prototype.element=function(b,m){var g;return g=new n(this,b,m),this.children.push(g),this},l.prototype.attList=function(b,m,g,h,y){var f;return f=new e(this,b,m,g,h,y),this.children.push(f),this},l.prototype.entity=function(b,m){var g;return g=new t(this,!1,b,m),this.children.push(g),this},l.prototype.pEntity=function(b,m){var g;return g=new t(this,!0,b,m),this.children.push(g),this},l.prototype.notation=function(b,m){var g;return g=new r(this,b,m),this.children.push(g),this},l.prototype.toString=function(b){return this.options.writer.set(b).docType(this)},l.prototype.ele=function(b,m){return this.element(b,m)},l.prototype.att=function(b,m,g,h,y){return this.attList(b,m,g,h,y)},l.prototype.ent=function(b,m){return this.entity(b,m)},l.prototype.pent=function(b,m){return this.pEntity(b,m)},l.prototype.not=function(b,m){return this.notation(b,m)},l.prototype.up=function(){return this.root()||this.documentObject},l}(c)}).call($d)),At.exports}var kt={exports:{}},Yd=kt.exports,No;function fr(){return No||(No=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),kt.exports=function(r){n(c,r);function c(i,a){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing raw text. "+this.debugInfo());this.value=this.stringify.raw(a)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).raw(this)},c}(e)}).call(Yd)),kt.exports}var Wt={exports:{}},Kd=Wt.exports,Oo;function hr(){return Oo||(Oo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),Wt.exports=function(r){n(c,r);function c(i,a){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing element text. "+this.debugInfo());this.value=this.stringify.eleText(a)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).text(this)},c}(e)}).call(Kd)),Wt.exports}var Rt={exports:{}},Qd=Rt.exports,Io;function pr(){return Io||(Io=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),Rt.exports=function(r){n(c,r);function c(i,a,o){if(c.__super__.constructor.call(this,i),a==null)throw new Error("Missing instruction target. "+this.debugInfo());this.target=this.stringify.insTarget(a),o&&(this.value=this.stringify.insValue(o))}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).processingInstruction(this)},c}(e)}).call(Qd)),Rt.exports}var Nt={exports:{}},Jd=Nt.exports,Lo;function fa(){return Lo||(Lo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function a(){this.constructor=r}return a.prototype=c.prototype,r.prototype=new a,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=ze(),Nt.exports=function(r){n(c,r);function c(i){c.__super__.constructor.call(this,i),this.isDummy=!0}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return""},c}(e)}).call(Jd)),Nt.exports}var el=xt.exports,Mo;function ze(){return Mo||(Mo=1,(function(){var e,n,t,r,c,i,a,o,u,l,b,m,g,h,y={}.hasOwnProperty;h=bn(),g=h.isObject,m=h.isFunction,b=h.isEmpty,l=h.getValue,i=null,e=null,n=null,t=null,r=null,o=null,u=null,a=null,c=null,xt.exports=function(){function f(s){this.parent=s,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],i||(i=rr(),e=ir(),n=ar(),t=or(),r=lr(),o=fr(),u=hr(),a=pr(),c=fa())}return f.prototype.element=function(s,p,d){var D,w,_,U,E,S,A,I,Z,T,R;if(S=null,p===null&&d==null&&(Z=[{},null],p=Z[0],d=Z[1]),p==null&&(p={}),p=l(p),g(p)||(T=[p,d],d=T[0],p=T[1]),s!=null&&(s=l(s)),Array.isArray(s))for(_=0,A=s.length;_<A;_++)w=s[_],S=this.element(w);else if(m(s))S=this.element(s.apply());else if(g(s)){for(E in s)if(y.call(s,E))if(R=s[E],m(R)&&(R=R.apply()),g(R)&&b(R)&&(R=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&E.indexOf(this.stringify.convertAttKey)===0)S=this.attribute(E.substr(this.stringify.convertAttKey.length),R);else if(!this.options.separateArrayItems&&Array.isArray(R))for(U=0,I=R.length;U<I;U++)w=R[U],D={},D[E]=w,S=this.element(D);else g(R)?(S=this.element(E),S.element(R)):S=this.element(E,R)}else this.options.skipNullNodes&&d===null?S=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&s.indexOf(this.stringify.convertTextKey)===0?S=this.text(d):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&s.indexOf(this.stringify.convertCDataKey)===0?S=this.cdata(d):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&s.indexOf(this.stringify.convertCommentKey)===0?S=this.comment(d):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&s.indexOf(this.stringify.convertRawKey)===0?S=this.raw(d):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&s.indexOf(this.stringify.convertPIKey)===0?S=this.instruction(s.substr(this.stringify.convertPIKey.length),d):S=this.node(s,p,d);if(S==null)throw new Error("Could not create any elements with: "+s+". "+this.debugInfo());return S},f.prototype.insertBefore=function(s,p,d){var D,w,_;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(s));return w=this.parent.children.indexOf(this),_=this.parent.children.splice(w),D=this.parent.element(s,p,d),Array.prototype.push.apply(this.parent.children,_),D},f.prototype.insertAfter=function(s,p,d){var D,w,_;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(s));return w=this.parent.children.indexOf(this),_=this.parent.children.splice(w+1),D=this.parent.element(s,p,d),Array.prototype.push.apply(this.parent.children,_),D},f.prototype.remove=function(){var s;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return s=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[s,s-s+1].concat([])),this.parent},f.prototype.node=function(s,p,d){var D,w;return s!=null&&(s=l(s)),p||(p={}),p=l(p),g(p)||(w=[p,d],d=w[0],p=w[1]),D=new i(this,s,p),d!=null&&D.text(d),this.children.push(D),D},f.prototype.text=function(s){var p;return p=new u(this,s),this.children.push(p),this},f.prototype.cdata=function(s){var p;return p=new e(this,s),this.children.push(p),this},f.prototype.comment=function(s){var p;return p=new n(this,s),this.children.push(p),this},f.prototype.commentBefore=function(s){var p,d;return p=this.parent.children.indexOf(this),d=this.parent.children.splice(p),this.parent.comment(s),Array.prototype.push.apply(this.parent.children,d),this},f.prototype.commentAfter=function(s){var p,d;return p=this.parent.children.indexOf(this),d=this.parent.children.splice(p+1),this.parent.comment(s),Array.prototype.push.apply(this.parent.children,d),this},f.prototype.raw=function(s){var p;return p=new o(this,s),this.children.push(p),this},f.prototype.dummy=function(){var s;return s=new c(this),this.children.push(s),s},f.prototype.instruction=function(s,p){var d,D,w,_,U;if(s!=null&&(s=l(s)),p!=null&&(p=l(p)),Array.isArray(s))for(_=0,U=s.length;_<U;_++)d=s[_],this.instruction(d);else if(g(s))for(d in s)y.call(s,d)&&(D=s[d],this.instruction(d,D));else m(p)&&(p=p.apply()),w=new a(this,s,p),this.children.push(w);return this},f.prototype.instructionBefore=function(s,p){var d,D;return d=this.parent.children.indexOf(this),D=this.parent.children.splice(d),this.parent.instruction(s,p),Array.prototype.push.apply(this.parent.children,D),this},f.prototype.instructionAfter=function(s,p){var d,D;return d=this.parent.children.indexOf(this),D=this.parent.children.splice(d+1),this.parent.instruction(s,p),Array.prototype.push.apply(this.parent.children,D),this},f.prototype.declaration=function(s,p,d){var D,w;return D=this.document(),w=new t(D,s,p,d),D.children[0]instanceof t?D.children[0]=w:D.children.unshift(w),D.root()||D},f.prototype.doctype=function(s,p){var d,D,w,_,U,E,S,A,I,Z;for(D=this.document(),w=new r(D,s,p),I=D.children,_=U=0,S=I.length;U<S;_=++U)if(d=I[_],d instanceof r)return D.children[_]=w,w;for(Z=D.children,_=E=0,A=Z.length;E<A;_=++E)if(d=Z[_],d.isRoot)return D.children.splice(_,0,w),w;return D.children.push(w),w},f.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},f.prototype.root=function(){var s;for(s=this;s;){if(s.isDocument)return s.rootObject;if(s.isRoot)return s;s=s.parent}},f.prototype.document=function(){var s;for(s=this;s;){if(s.isDocument)return s;s=s.parent}},f.prototype.end=function(s){return this.document().end(s)},f.prototype.prev=function(){var s;for(s=this.parent.children.indexOf(this);s>0&&this.parent.children[s-1].isDummy;)s=s-1;if(s<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[s-1]},f.prototype.next=function(){var s;for(s=this.parent.children.indexOf(this);s<this.parent.children.length-1&&this.parent.children[s+1].isDummy;)s=s+1;if(s===-1||s===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[s+1]},f.prototype.importDocument=function(s){var p;return p=s.root().clone(),p.parent=this,p.isRoot=!1,this.children.push(p),this},f.prototype.debugInfo=function(s){var p,d;return s=s||this.name,s==null&&!((p=this.parent)!=null&&p.name)?"":s==null?"parent: <"+this.parent.name+">":(d=this.parent)!=null&&d.name?"node: <"+s+">, parent: <"+this.parent.name+">":"node: <"+s+">"},f.prototype.ele=function(s,p,d){return this.element(s,p,d)},f.prototype.nod=function(s,p,d){return this.node(s,p,d)},f.prototype.txt=function(s){return this.text(s)},f.prototype.dat=function(s){return this.cdata(s)},f.prototype.com=function(s){return this.comment(s)},f.prototype.ins=function(s,p){return this.instruction(s,p)},f.prototype.doc=function(){return this.document()},f.prototype.dec=function(s,p,d){return this.declaration(s,p,d)},f.prototype.dtd=function(s,p){return this.doctype(s,p)},f.prototype.e=function(s,p,d){return this.element(s,p,d)},f.prototype.n=function(s,p,d){return this.node(s,p,d)},f.prototype.t=function(s){return this.text(s)},f.prototype.d=function(s){return this.cdata(s)},f.prototype.c=function(s){return this.comment(s)},f.prototype.r=function(s){return this.raw(s)},f.prototype.i=function(s,p){return this.instruction(s,p)},f.prototype.u=function(){return this.up()},f.prototype.importXMLBuilder=function(s){return this.importDocument(s)},f}()}).call(el)),xt.exports}var Ot={exports:{}},nl=Ot.exports,qo;function ms(){return qo||(qo=1,(function(){var e=function(t,r){return function(){return t.apply(r,arguments)}},n={}.hasOwnProperty;Ot.exports=function(){function t(r){this.assertLegalChar=e(this.assertLegalChar,this);var c,i,a;r||(r={}),this.noDoubleEncoding=r.noDoubleEncoding,i=r.stringify||{};for(c in i)n.call(i,c)&&(a=i[c],this[c]=a)}return t.prototype.eleName=function(r){return r=""+r||"",this.assertLegalChar(r)},t.prototype.eleText=function(r){return r=""+r||"",this.assertLegalChar(this.elEscape(r))},t.prototype.cdata=function(r){return r=""+r||"",r=r.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(r)},t.prototype.comment=function(r){if(r=""+r||"",r.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+r);return this.assertLegalChar(r)},t.prototype.raw=function(r){return""+r||""},t.prototype.attName=function(r){return r=""+r||""},t.prototype.attValue=function(r){return r=""+r||"",this.attEscape(r)},t.prototype.insTarget=function(r){return""+r||""},t.prototype.insValue=function(r){if(r=""+r||"",r.match(/\?>/))throw new Error("Invalid processing instruction value: "+r);return r},t.prototype.xmlVersion=function(r){if(r=""+r||"",!r.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+r);return r},t.prototype.xmlEncoding=function(r){if(r=""+r||"",!r.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+r);return r},t.prototype.xmlStandalone=function(r){return r?"yes":"no"},t.prototype.dtdPubID=function(r){return""+r||""},t.prototype.dtdSysID=function(r){return""+r||""},t.prototype.dtdElementValue=function(r){return""+r||""},t.prototype.dtdAttType=function(r){return""+r||""},t.prototype.dtdAttDefault=function(r){return r!=null?""+r||"":r},t.prototype.dtdEntityValue=function(r){return""+r||""},t.prototype.dtdNData=function(r){return""+r||""},t.prototype.convertAttKey="@",t.prototype.convertPIKey="?",t.prototype.convertTextKey="#text",t.prototype.convertCDataKey="#cdata",t.prototype.convertCommentKey="#comment",t.prototype.convertRawKey="#raw",t.prototype.assertLegalChar=function(r){var c;if(c=r.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),c)throw new Error("Invalid character in string: "+r+" at index "+c.index);return r},t.prototype.elEscape=function(r){var c;return c=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(c,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
")},t.prototype.attEscape=function(r){var c;return c=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(c,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
")},t}()}).call(nl)),Ot.exports}var It={exports:{}},Lt={exports:{}},tl=Lt.exports,Po;function bs(){return Po||(Po=1,(function(){var e={}.hasOwnProperty;Lt.exports=function(){function n(t){var r,c,i,a,o,u,l,b,m;t||(t={}),this.pretty=t.pretty||!1,this.allowEmpty=(c=t.allowEmpty)!=null?c:!1,this.pretty?(this.indent=(i=t.indent)!=null?i:" ",this.newline=(a=t.newline)!=null?a:`
|
|
207
|
-
`,this.offset=(
|
|
208
|
-
`,this.offset="offset"in t?t.offset:0,this.dontprettytextnodes="dontprettytextnodes"in t?t.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in t?t.spacebeforeslash:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,c=t.writer||{};for(r in c)e.call(c,r)&&(i=c[r],this[r]=i);return this},n.prototype.space=function(t){var r;return this.pretty?(r=(t||0)+this.offset+1,r>0?new Array(r).join(this.indent):""):""},n}()}).call(tl)),Lt.exports}var rl=It.exports,zo;function ha(){return zo||(zo=1,(function(){var e,n,t,r,c,i,a,o,u,l,b,m,g,h,y=function(s,p){for(var d in p)f.call(p,d)&&(s[d]=p[d]);function D(){this.constructor=s}return D.prototype=p.prototype,s.prototype=new D,s.__super__=p.prototype,s},f={}.hasOwnProperty;a=or(),o=lr(),e=ir(),n=ar(),l=rr(),m=fr(),g=hr(),b=pr(),u=fa(),t=cr(),r=sr(),c=ur(),i=dr(),h=bs(),It.exports=function(s){y(p,s);function p(d){p.__super__.constructor.call(this,d)}return p.prototype.document=function(d){var D,w,_,U,E;for(this.textispresent=!1,U="",E=d.children,w=0,_=E.length;w<_;w++)D=E[w],!(D instanceof u)&&(U+=(function(){switch(!1){case!(D instanceof a):return this.declaration(D);case!(D instanceof o):return this.docType(D);case!(D instanceof n):return this.comment(D);case!(D instanceof b):return this.processingInstruction(D);default:return this.element(D,0)}}).call(this));return this.pretty&&U.slice(-this.newline.length)===this.newline&&(U=U.slice(0,-this.newline.length)),U},p.prototype.attribute=function(d){return" "+d.name+'="'+d.value+'"'},p.prototype.cdata=function(d,D){return this.space(D)+"<![CDATA["+d.text+"]]>"+this.newline},p.prototype.comment=function(d,D){return this.space(D)+"<!-- "+d.text+" -->"+this.newline},p.prototype.declaration=function(d,D){var w;return w=this.space(D),w+='<?xml version="'+d.version+'"',d.encoding!=null&&(w+=' encoding="'+d.encoding+'"'),d.standalone!=null&&(w+=' standalone="'+d.standalone+'"'),w+=this.spacebeforeslash+"?>",w+=this.newline,w},p.prototype.docType=function(d,D){var w,_,U,E,S;if(D||(D=0),E=this.space(D),E+="<!DOCTYPE "+d.root().name,d.pubID&&d.sysID?E+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.sysID&&(E+=' SYSTEM "'+d.sysID+'"'),d.children.length>0){for(E+=" [",E+=this.newline,S=d.children,_=0,U=S.length;_<U;_++)w=S[_],E+=(function(){switch(!1){case!(w instanceof t):return this.dtdAttList(w,D+1);case!(w instanceof r):return this.dtdElement(w,D+1);case!(w instanceof c):return this.dtdEntity(w,D+1);case!(w instanceof i):return this.dtdNotation(w,D+1);case!(w instanceof e):return this.cdata(w,D+1);case!(w instanceof n):return this.comment(w,D+1);case!(w instanceof b):return this.processingInstruction(w,D+1);default:throw new Error("Unknown DTD node type: "+w.constructor.name)}}).call(this);E+="]"}return E+=this.spacebeforeslash+">",E+=this.newline,E},p.prototype.element=function(d,D){var w,_,U,E,S,A,I,Z,T,R,x,z,W;D||(D=0),W=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),z=this.space(D),Z="",Z+=z+"<"+d.name,T=d.attributes;for(I in T)f.call(T,I)&&(w=T[I],Z+=this.attribute(w));if(d.children.length===0||d.children.every(function(O){return O.value===""}))this.allowEmpty?Z+="></"+d.name+">"+this.newline:Z+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&d.children.length===1&&d.children[0].value!=null)Z+=">",Z+=d.children[0].value,Z+="</"+d.name+">"+this.newline;else{if(this.dontprettytextnodes){for(R=d.children,U=0,S=R.length;U<S;U++)if(_=R[U],_.value!=null){this.textispresent++,W=!0;break}}for(this.textispresent&&(this.newline="",this.pretty=!1,z=this.space(D)),Z+=">"+this.newline,x=d.children,E=0,A=x.length;E<A;E++)_=x[E],Z+=(function(){switch(!1){case!(_ instanceof e):return this.cdata(_,D+1);case!(_ instanceof n):return this.comment(_,D+1);case!(_ instanceof l):return this.element(_,D+1);case!(_ instanceof m):return this.raw(_,D+1);case!(_ instanceof g):return this.text(_,D+1);case!(_ instanceof b):return this.processingInstruction(_,D+1);case!(_ instanceof u):return"";default:throw new Error("Unknown XML node type: "+_.constructor.name)}}).call(this);W&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),Z+=z+"</"+d.name+">"+this.newline}return Z},p.prototype.processingInstruction=function(d,D){var w;return w=this.space(D)+"<?"+d.target,d.value&&(w+=" "+d.value),w+=this.spacebeforeslash+"?>"+this.newline,w},p.prototype.raw=function(d,D){return this.space(D)+d.value+this.newline},p.prototype.text=function(d,D){return this.space(D)+d.value+this.newline},p.prototype.dtdAttList=function(d,D){var w;return w=this.space(D)+"<!ATTLIST "+d.elementName+" "+d.attributeName+" "+d.attributeType,d.defaultValueType!=="#DEFAULT"&&(w+=" "+d.defaultValueType),d.defaultValue&&(w+=' "'+d.defaultValue+'"'),w+=this.spacebeforeslash+">"+this.newline,w},p.prototype.dtdElement=function(d,D){return this.space(D)+"<!ELEMENT "+d.name+" "+d.value+this.spacebeforeslash+">"+this.newline},p.prototype.dtdEntity=function(d,D){var w;return w=this.space(D)+"<!ENTITY",d.pe&&(w+=" %"),w+=" "+d.name,d.value?w+=' "'+d.value+'"':(d.pubID&&d.sysID?w+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.sysID&&(w+=' SYSTEM "'+d.sysID+'"'),d.nData&&(w+=" NDATA "+d.nData)),w+=this.spacebeforeslash+">"+this.newline,w},p.prototype.dtdNotation=function(d,D){var w;return w=this.space(D)+"<!NOTATION "+d.name,d.pubID&&d.sysID?w+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.pubID?w+=' PUBLIC "'+d.pubID+'"':d.sysID&&(w+=' SYSTEM "'+d.sysID+'"'),w+=this.spacebeforeslash+">"+this.newline,w},p.prototype.openNode=function(d,D){var w,_,U,E;if(D||(D=0),d instanceof l){U=this.space(D)+"<"+d.name,E=d.attributes;for(_ in E)f.call(E,_)&&(w=E[_],U+=this.attribute(w));return U+=(d.children?">":"/>")+this.newline,U}else return U=this.space(D)+"<!DOCTYPE "+d.rootNodeName,d.pubID&&d.sysID?U+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.sysID&&(U+=' SYSTEM "'+d.sysID+'"'),U+=(d.children?" [":">")+this.newline,U},p.prototype.closeNode=function(d,D){switch(D||(D=0),!1){case!(d instanceof l):return this.space(D)+"</"+d.name+">"+this.newline;case!(d instanceof o):return this.space(D)+"]>"+this.newline}},p}(h)}).call(rl)),It.exports}var il=vt.exports,jo;function al(){return jo||(jo=1,(function(){var e,n,t,r,c=function(a,o){for(var u in o)i.call(o,u)&&(a[u]=o[u]);function l(){this.constructor=a}return l.prototype=o.prototype,a.prototype=new l,a.__super__=o.prototype,a},i={}.hasOwnProperty;r=bn().isPlainObject,e=ze(),t=ms(),n=ha(),vt.exports=function(a){c(o,a);function o(u){o.__super__.constructor.call(this,null),this.name="?xml",u||(u={}),u.writer||(u.writer=new n),this.options=u,this.stringify=new t(u),this.isDocument=!0}return o.prototype.end=function(u){var l;return u?r(u)&&(l=u,u=this.options.writer.set(l)):u=this.options.writer,u.document(this)},o.prototype.toString=function(u){return this.options.writer.set(u).document(this)},o}(e)}).call(il)),vt.exports}var Mt={exports:{}},ol=Mt.exports,Xo;function cl(){return Xo||(Xo=1,(function(){var e,n,t,r,c,i,a,o,u,l,b,m,g,h,y,f,s,p,d,D,w={}.hasOwnProperty;D=bn(),p=D.isObject,s=D.isFunction,d=D.isPlainObject,f=D.getValue,l=rr(),n=ir(),t=ar(),m=fr(),y=hr(),b=pr(),o=or(),u=lr(),r=cr(),i=ur(),c=sr(),a=dr(),e=gs(),h=ms(),g=ha(),Mt.exports=function(){function _(U,E,S){var A;this.name="?xml",U||(U={}),U.writer?d(U.writer)&&(A=U.writer,U.writer=new g(A)):U.writer=new g(U),this.options=U,this.writer=U.writer,this.stringify=new h(U),this.onDataCallback=E||function(){},this.onEndCallback=S||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return _.prototype.node=function(U,E,S){var A,I;if(U==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(U));return this.openCurrent(),U=f(U),E===null&&S==null&&(A=[{},null],E=A[0],S=A[1]),E==null&&(E={}),E=f(E),p(E)||(I=[E,S],S=I[0],E=I[1]),this.currentNode=new l(this,U,E),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,S!=null&&this.text(S),this},_.prototype.element=function(U,E,S){return this.currentNode&&this.currentNode instanceof u?this.dtdElement.apply(this,arguments):this.node(U,E,S)},_.prototype.attribute=function(U,E){var S,A;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(U));if(U!=null&&(U=f(U)),p(U))for(S in U)w.call(U,S)&&(A=U[S],this.attribute(S,A));else s(E)&&(E=E.apply()),(!this.options.skipNullAttributes||E!=null)&&(this.currentNode.attributes[U]=new e(this,U,E));return this},_.prototype.text=function(U){var E;return this.openCurrent(),E=new y(this,U),this.onData(this.writer.text(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.cdata=function(U){var E;return this.openCurrent(),E=new n(this,U),this.onData(this.writer.cdata(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.comment=function(U){var E;return this.openCurrent(),E=new t(this,U),this.onData(this.writer.comment(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.raw=function(U){var E;return this.openCurrent(),E=new m(this,U),this.onData(this.writer.raw(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.instruction=function(U,E){var S,A,I,Z,T;if(this.openCurrent(),U!=null&&(U=f(U)),E!=null&&(E=f(E)),Array.isArray(U))for(S=0,Z=U.length;S<Z;S++)A=U[S],this.instruction(A);else if(p(U))for(A in U)w.call(U,A)&&(I=U[A],this.instruction(A,I));else s(E)&&(E=E.apply()),T=new b(this,U,E),this.onData(this.writer.processingInstruction(T,this.currentLevel+1),this.currentLevel+1);return this},_.prototype.declaration=function(U,E,S){var A;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return A=new o(this,U,E,S),this.onData(this.writer.declaration(A,this.currentLevel+1),this.currentLevel+1),this},_.prototype.doctype=function(U,E,S){if(this.openCurrent(),U==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new u(this,E,S),this.currentNode.rootNodeName=U,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},_.prototype.dtdElement=function(U,E){var S;return this.openCurrent(),S=new c(this,U,E),this.onData(this.writer.dtdElement(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.attList=function(U,E,S,A,I){var Z;return this.openCurrent(),Z=new r(this,U,E,S,A,I),this.onData(this.writer.dtdAttList(Z,this.currentLevel+1),this.currentLevel+1),this},_.prototype.entity=function(U,E){var S;return this.openCurrent(),S=new i(this,!1,U,E),this.onData(this.writer.dtdEntity(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.pEntity=function(U,E){var S;return this.openCurrent(),S=new i(this,!0,U,E),this.onData(this.writer.dtdEntity(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.notation=function(U,E){var S;return this.openCurrent(),S=new a(this,U,E),this.onData(this.writer.dtdNotation(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},_.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},_.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},_.prototype.openNode=function(U){if(!U.isOpen)return!this.root&&this.currentLevel===0&&U instanceof l&&(this.root=U),this.onData(this.writer.openNode(U,this.currentLevel),this.currentLevel),U.isOpen=!0},_.prototype.closeNode=function(U){if(!U.isClosed)return this.onData(this.writer.closeNode(U,this.currentLevel),this.currentLevel),U.isClosed=!0},_.prototype.onData=function(U,E){return this.documentStarted=!0,this.onDataCallback(U,E+1)},_.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},_.prototype.debugInfo=function(U){return U==null?"":"node: <"+U+">"},_.prototype.ele=function(){return this.element.apply(this,arguments)},_.prototype.nod=function(U,E,S){return this.node(U,E,S)},_.prototype.txt=function(U){return this.text(U)},_.prototype.dat=function(U){return this.cdata(U)},_.prototype.com=function(U){return this.comment(U)},_.prototype.ins=function(U,E){return this.instruction(U,E)},_.prototype.dec=function(U,E,S){return this.declaration(U,E,S)},_.prototype.dtd=function(U,E,S){return this.doctype(U,E,S)},_.prototype.e=function(U,E,S){return this.element(U,E,S)},_.prototype.n=function(U,E,S){return this.node(U,E,S)},_.prototype.t=function(U){return this.text(U)},_.prototype.d=function(U){return this.cdata(U)},_.prototype.c=function(U){return this.comment(U)},_.prototype.r=function(U){return this.raw(U)},_.prototype.i=function(U,E){return this.instruction(U,E)},_.prototype.att=function(){return this.currentNode&&this.currentNode instanceof u?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},_.prototype.a=function(){return this.currentNode&&this.currentNode instanceof u?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},_.prototype.ent=function(U,E){return this.entity(U,E)},_.prototype.pent=function(U,E){return this.pEntity(U,E)},_.prototype.not=function(U,E){return this.notation(U,E)},_}()}).call(ol)),Mt.exports}var qt={exports:{}},ul=qt.exports,Vo;function sl(){return Vo||(Vo=1,(function(){var e,n,t,r,c,i,a,o,u,l,b,m,g,h,y=function(s,p){for(var d in p)f.call(p,d)&&(s[d]=p[d]);function D(){this.constructor=s}return D.prototype=p.prototype,s.prototype=new D,s.__super__=p.prototype,s},f={}.hasOwnProperty;a=or(),o=lr(),e=ir(),n=ar(),l=rr(),m=fr(),g=hr(),b=pr(),u=fa(),t=cr(),r=sr(),c=ur(),i=dr(),h=bs(),qt.exports=function(s){y(p,s);function p(d,D){p.__super__.constructor.call(this,D),this.stream=d}return p.prototype.document=function(d){var D,w,_,U,E,S,A,I;for(S=d.children,w=0,U=S.length;w<U;w++)D=S[w],D.isLastRootNode=!1;for(d.children[d.children.length-1].isLastRootNode=!0,A=d.children,I=[],_=0,E=A.length;_<E;_++)if(D=A[_],!(D instanceof u))switch(!1){case!(D instanceof a):I.push(this.declaration(D));break;case!(D instanceof o):I.push(this.docType(D));break;case!(D instanceof n):I.push(this.comment(D));break;case!(D instanceof b):I.push(this.processingInstruction(D));break;default:I.push(this.element(D))}return I},p.prototype.attribute=function(d){return this.stream.write(" "+d.name+'="'+d.value+'"')},p.prototype.cdata=function(d,D){return this.stream.write(this.space(D)+"<![CDATA["+d.text+"]]>"+this.endline(d))},p.prototype.comment=function(d,D){return this.stream.write(this.space(D)+"<!-- "+d.text+" -->"+this.endline(d))},p.prototype.declaration=function(d,D){return this.stream.write(this.space(D)),this.stream.write('<?xml version="'+d.version+'"'),d.encoding!=null&&this.stream.write(' encoding="'+d.encoding+'"'),d.standalone!=null&&this.stream.write(' standalone="'+d.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(d))},p.prototype.docType=function(d,D){var w,_,U,E;if(D||(D=0),this.stream.write(this.space(D)),this.stream.write("<!DOCTYPE "+d.root().name),d.pubID&&d.sysID?this.stream.write(' PUBLIC "'+d.pubID+'" "'+d.sysID+'"'):d.sysID&&this.stream.write(' SYSTEM "'+d.sysID+'"'),d.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(d)),E=d.children,_=0,U=E.length;_<U;_++)switch(w=E[_],!1){case!(w instanceof t):this.dtdAttList(w,D+1);break;case!(w instanceof r):this.dtdElement(w,D+1);break;case!(w instanceof c):this.dtdEntity(w,D+1);break;case!(w instanceof i):this.dtdNotation(w,D+1);break;case!(w instanceof e):this.cdata(w,D+1);break;case!(w instanceof n):this.comment(w,D+1);break;case!(w instanceof b):this.processingInstruction(w,D+1);break;default:throw new Error("Unknown DTD node type: "+w.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(d))},p.prototype.element=function(d,D){var w,_,U,E,S,A,I,Z;D||(D=0),Z=this.space(D),this.stream.write(Z+"<"+d.name),A=d.attributes;for(S in A)f.call(A,S)&&(w=A[S],this.attribute(w));if(d.children.length===0||d.children.every(function(T){return T.value===""}))this.allowEmpty?this.stream.write("></"+d.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&d.children.length===1&&d.children[0].value!=null)this.stream.write(">"),this.stream.write(d.children[0].value),this.stream.write("</"+d.name+">");else{for(this.stream.write(">"+this.newline),I=d.children,U=0,E=I.length;U<E;U++)switch(_=I[U],!1){case!(_ instanceof e):this.cdata(_,D+1);break;case!(_ instanceof n):this.comment(_,D+1);break;case!(_ instanceof l):this.element(_,D+1);break;case!(_ instanceof m):this.raw(_,D+1);break;case!(_ instanceof g):this.text(_,D+1);break;case!(_ instanceof b):this.processingInstruction(_,D+1);break;case!(_ instanceof u):break;default:throw new Error("Unknown XML node type: "+_.constructor.name)}this.stream.write(Z+"</"+d.name+">")}return this.stream.write(this.endline(d))},p.prototype.processingInstruction=function(d,D){return this.stream.write(this.space(D)+"<?"+d.target),d.value&&this.stream.write(" "+d.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(d))},p.prototype.raw=function(d,D){return this.stream.write(this.space(D)+d.value+this.endline(d))},p.prototype.text=function(d,D){return this.stream.write(this.space(D)+d.value+this.endline(d))},p.prototype.dtdAttList=function(d,D){return this.stream.write(this.space(D)+"<!ATTLIST "+d.elementName+" "+d.attributeName+" "+d.attributeType),d.defaultValueType!=="#DEFAULT"&&this.stream.write(" "+d.defaultValueType),d.defaultValue&&this.stream.write(' "'+d.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.dtdElement=function(d,D){return this.stream.write(this.space(D)+"<!ELEMENT "+d.name+" "+d.value),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.dtdEntity=function(d,D){return this.stream.write(this.space(D)+"<!ENTITY"),d.pe&&this.stream.write(" %"),this.stream.write(" "+d.name),d.value?this.stream.write(' "'+d.value+'"'):(d.pubID&&d.sysID?this.stream.write(' PUBLIC "'+d.pubID+'" "'+d.sysID+'"'):d.sysID&&this.stream.write(' SYSTEM "'+d.sysID+'"'),d.nData&&this.stream.write(" NDATA "+d.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.dtdNotation=function(d,D){return this.stream.write(this.space(D)+"<!NOTATION "+d.name),d.pubID&&d.sysID?this.stream.write(' PUBLIC "'+d.pubID+'" "'+d.sysID+'"'):d.pubID?this.stream.write(' PUBLIC "'+d.pubID+'"'):d.sysID&&this.stream.write(' SYSTEM "'+d.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.endline=function(d){return d.isLastRootNode?"":this.newline},p}(h)}).call(ul)),qt.exports}var Ho;function dl(){return Ho||(Ho=1,(function(){var e,n,t,r,c,i,a;a=bn(),c=a.assign,i=a.isFunction,e=al(),n=cl(),r=ha(),t=sl(),Un.create=function(o,u,l,b){var m,g;if(o==null)throw new Error("Root element needs a name.");return b=c({},u,l,b),m=new e(b),g=m.element(o),b.headless||(m.declaration(b),(b.pubID!=null||b.sysID!=null)&&m.doctype(b)),g},Un.begin=function(o,u,l){var b;return i(o)&&(b=[o,u],u=b[0],l=b[1],o={}),u?new n(o,u,l):new e(o)},Un.stringWriter=function(o){return new r(o)},Un.streamWriter=function(o,u){return new t(o,u)}}).call(Un)),Un}var Go;function ll(){if(Go)return ei;Go=1;var e=Be,n=dl();ei.writeString=t;function t(c,i){var a=e.invert(i),o={element:l,text:r};function u(g,h){return o[h.type](g,h)}function l(g,h){var y=g.element(b(h.name),h.attributes);h.children.forEach(function(f){u(y,f)})}function b(g){var h=/^\{(.*)\}(.*)$/.exec(g);if(h){var y=a[h[1]];return y+(y===""?"":":")+h[2]}else return g}function m(g){var h=n.create(b(g.name),{version:"1.0",encoding:"UTF-8",standalone:!0});return e.forEach(i,function(y,f){var s="xmlns"+(f===""?"":":"+f);h.attribute(s,y)}),g.children.forEach(function(y){u(h,y)}),h.end()}return m(c)}function r(c,i){c.text(i.value)}return ei}var Zo;function pa(){if(Zo)return un;Zo=1;var e=ps();return un.Element=e.Element,un.element=e.element,un.emptyElement=e.emptyElement,un.text=e.text,un.readString=Md().readString,un.writeString=ll().writeString,un}var $o;function fl(){if($o)return lt;$o=1;var e=Be,n=mn(),t=pa();lt.read=c,lt.readXmlFromZipFile=i;var r={"http://schemas.openxmlformats.org/wordprocessingml/2006/main":"w","http://schemas.openxmlformats.org/officeDocument/2006/relationships":"r","http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing":"wp","http://schemas.openxmlformats.org/drawingml/2006/main":"a","http://schemas.openxmlformats.org/drawingml/2006/picture":"pic","http://purl.oclc.org/ooxml/wordprocessingml/main":"w","http://purl.oclc.org/ooxml/officeDocument/relationships":"r","http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing":"wp","http://purl.oclc.org/ooxml/drawingml/main":"a","http://purl.oclc.org/ooxml/drawingml/picture":"pic","http://schemas.openxmlformats.org/package/2006/content-types":"content-types","http://schemas.openxmlformats.org/package/2006/relationships":"relationships","http://schemas.openxmlformats.org/markup-compatibility/2006":"mc","urn:schemas-microsoft-com:vml":"v","urn:schemas-microsoft-com:office:word":"office-word","http://schemas.microsoft.com/office/word/2010/wordml":"wordml"};function c(u){return t.readString(u,r).then(function(l){return o(l)[0]})}function i(u,l){return u.exists(l)?u.read(l,"utf-8").then(a).then(c):n.resolve(null)}function a(u){return u.replace(/^\uFEFF/g,"")}function o(u){return u.type==="element"?u.name==="mc:AlternateContent"?u.firstOrEmpty("mc:Fallback").children:(u.children=e.flatten(u.children.map(o,!0)),[u]):[u]}return lt}var pt={},Ze={},gt={},Yo;function hl(){if(Yo)return gt;Yo=1,Object.defineProperty(gt,"__esModule",{value:!0});var e=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}];return gt.default=e,gt}var Ko;function pl(){if(Ko)return Ze;Ko=1;var e=Ze&&Ze.__importDefault||function(h){return h&&h.__esModule?h:{default:h}};Object.defineProperty(Ze,"__esModule",{value:!0}),Ze.hex=Ze.dec=Ze.codePoint=void 0;for(var n=e(hl()),t={},r=String.fromCodePoint?String.fromCodePoint:g,c=0,i=n.default;c<i.length;c++){var a=i[c],o=parseInt(a["Unicode dec"],10),u={codePoint:o,string:r(o)};t[a["Typeface name"].toUpperCase()+"_"+a["Dingbat dec"]]=u}function l(h,y){return t[h.toUpperCase()+"_"+y]}Ze.codePoint=l;function b(h,y){return l(h,parseInt(y,10))}Ze.dec=b;function m(h,y){return l(h,parseInt(y,16))}Ze.hex=m;function g(h){if(h<=65535)return String.fromCharCode(h);var y=Math.floor((h-65536)/1024)+55296,f=(h-65536)%1024+56320;return String.fromCharCode(y,f)}return Ze}var sn={},Qo;function ys(){if(Qo)return sn;Qo=1;var e=Be;sn.paragraph=n,sn.run=t,sn._elements=c,sn._elementsOfType=r,sn.getDescendantsOfType=i,sn.getDescendants=a;function n(u){return r("paragraph",u)}function t(u){return r("run",u)}function r(u,l){return c(function(b){return b.type===u?l(b):b})}function c(u){return function l(b){if(b.children){var m=e.map(b.children,l);b=e.extend(b,{children:m})}return u(b)}}function i(u,l){return a(u).filter(function(b){return b.type===l})}function a(u){var l=[];return o(u,function(b){l.push(b)}),l}function o(u,l){u.children&&u.children.forEach(function(b){o(b,l),l(b)})}return sn}var mt={},Jo;function gl(){if(Jo)return mt;Jo=1,mt.uriToZipEntryName=e,mt.replaceFragment=n;function e(t,r){return r.charAt(0)==="/"?r.substr(1):t+"/"+r}function n(t,r){var c=t.indexOf("#");return c!==-1&&(t=t.substring(0,c)),t+"#"+r}return mt}var ec;function ml(){if(ec)return pt;ec=1,pt.createBodyReader=u,pt._readNumberingProperties=b;var e=pl(),n=Be,t=Sn(),r=on().Result,c=on().warning,i=pa(),a=ys(),o=gl();function u(_){return{readXmlElement:function(U){return new l(_).readXmlElement(U)},readXmlElements:function(U){return new l(_).readXmlElements(U)}}}function l(_){var U=[],E=[],S=[],A=_.relationships,I=_.contentTypes,Z=_.docxFile,T=_.files,R=_.numbering,x=_.styles;function z(K){var oe=K.map(W);return d(oe)}function W(K){if(K.type==="element"){var oe=N[K.name];if(oe)return oe(K);if(!Object.prototype.hasOwnProperty.call(g,K.name)){var de=c("An unrecognised element was ignored: "+K.name);return h([de])}}return y()}function O(K){return ae(K).map(function(oe){return{type:"paragraphProperties",styleId:oe.styleId,styleName:oe.name,alignment:K.firstOrEmpty("w:jc").attributes["w:val"],numbering:b(oe.styleId,K.firstOrEmpty("w:numPr"),R),indent:G(K.firstOrEmpty("w:ind"))}})}function G(K){return{start:K.attributes["w:start"]||K.attributes["w:left"],end:K.attributes["w:end"]||K.attributes["w:right"],firstLine:K.attributes["w:firstLine"],hanging:K.attributes["w:hanging"]}}function q(K){return J(K).map(function(oe){var de=K.firstOrEmpty("w:sz").attributes["w:val"],ye=/^[0-9]+$/.test(de)?parseInt(de,10)/2:null;return{type:"runProperties",styleId:oe.styleId,styleName:oe.name,verticalAlignment:K.firstOrEmpty("w:vertAlign").attributes["w:val"],font:K.firstOrEmpty("w:rFonts").attributes["w:ascii"],fontSize:ye,isBold:L(K.first("w:b")),isUnderline:Q(K.first("w:u")),isItalic:L(K.first("w:i")),isStrikethrough:L(K.first("w:strike")),isAllCaps:L(K.first("w:caps")),isSmallCaps:L(K.first("w:smallCaps")),highlight:re(K.firstOrEmpty("w:highlight").attributes["w:val"])}})}function Q(K){if(K){var oe=K.attributes["w:val"];return oe!==void 0&&oe!=="false"&&oe!=="0"&&oe!=="none"}else return!1}function L(K){if(K){var oe=K.attributes["w:val"];return oe!=="false"&&oe!=="0"}else return!1}function k(K){return K!=="false"&&K!=="0"}function re(K){return!K||K==="none"?null:K}function ae(K){return fe(K,"w:pStyle","Paragraph",x.findParagraphStyleById)}function J(K){return fe(K,"w:rStyle","Run",x.findCharacterStyleById)}function ce(K){return fe(K,"w:tblStyle","Table",x.findTableStyleById)}function fe(K,oe,de,ye){var De=[],Ue=K.first(oe),Se=null,Re=null;if(Ue&&(Se=Ue.attributes["w:val"],Se)){var Je=ye(Se);Je?Re=Je.name:De.push(_e(de,Se))}return s({styleId:Se,name:Re},De)}function le(K){var oe=K.attributes["w:fldCharType"];if(oe==="begin")U.push({type:"begin",fldChar:K}),E=[];else if(oe==="end"){var de=U.pop();if(de.type==="begin"&&(de=ge(de)),de.type==="checkbox")return f(t.checkbox({checked:de.checked}))}else if(oe==="separate"){var ye=U.pop(),De=ge(ye);U.push(De)}return y()}function he(){var K=n.last(U.filter(function(oe){return oe.type==="hyperlink"}));return K?K.options:null}function ge(K){return be(E.join(""),K.type==="begin"?K.fldChar:i.emptyElement)}function be(K,oe){var de=/\s*HYPERLINK "(.*)"/.exec(K);if(de)return{type:"hyperlink",options:{href:de[1]}};var ye=/\s*HYPERLINK\s+\\l\s+"(.*)"/.exec(K);if(ye)return{type:"hyperlink",options:{anchor:ye[1]}};var De=/\s*FORMCHECKBOX\s*/.exec(K);if(De){var Ue=oe.firstOrEmpty("w:ffData").firstOrEmpty("w:checkBox"),Se=Ue.first("w:checked"),Re=Se==null?L(Ue.first("w:default")):L(Se);return{type:"checkbox",checked:Re}}return{type:"unknown"}}function Te(K){return E.push(K.text()),y()}function Ae(K){var oe=K.attributes["w:font"],de=K.attributes["w:char"],ye=e.hex(oe,de);return ye==null&&/^F0..$/.test(de)&&(ye=e.hex(oe,de.substring(2))),ye==null?h([c("A w:sym element with an unsupported character was ignored: char "+de+" in font "+oe)]):f(new t.Text(ye.string))}function v(K){return function(oe){var de=oe.attributes["w:id"];return f(new t.NoteReference({noteType:K,noteId:de}))}}function $(K){return f(t.commentReference({commentId:K.attributes["w:id"]}))}function j(K){return z(K.children)}var N={"w:p":function(K){var oe=K.firstOrEmpty("w:pPr"),de=!!oe.firstOrEmpty("w:rPr").first("w:del");if(de)return K.children.forEach(function(De){S.push(De)}),y();var ye=K.children;return S.length>0&&(ye=S.concat(ye),S=[]),p.map(O(oe),z(ye),function(De,Ue){return new t.Paragraph(Ue,De)}).insertExtra()},"w:r":function(K){return p.map(q(K.firstOrEmpty("w:rPr")),z(K.children),function(oe,de){var ye=he();return ye!==null&&(de=[new t.Hyperlink(de,ye)]),new t.Run(de,oe)})},"w:fldChar":le,"w:instrText":Te,"w:t":function(K){return f(new t.Text(K.text()))},"w:tab":function(K){return f(new t.Tab)},"w:noBreakHyphen":function(){return f(new t.Text("‑"))},"w:softHyphen":function(K){return f(new t.Text(""))},"w:sym":Ae,"w:hyperlink":function(K){var oe=K.attributes["r:id"],de=K.attributes["w:anchor"];return z(K.children).map(function(ye){function De(Se){var Re=K.attributes["w:tgtFrame"]||null;return new t.Hyperlink(ye,n.extend({targetFrame:Re},Se))}if(oe){var Ue=A.findTargetByRelationshipId(oe);return de&&(Ue=o.replaceFragment(Ue,de)),De({href:Ue})}else return de?De({anchor:de}):ye})},"w:tbl":B,"w:tr":ie,"w:tc":ne,"w:footnoteReference":v("footnote"),"w:endnoteReference":v("endnote"),"w:commentReference":$,"w:br":function(K){var oe=K.attributes["w:type"];return oe==null||oe==="textWrapping"?f(t.lineBreak):oe==="page"?f(t.pageBreak):oe==="column"?f(t.columnBreak):h([c("Unsupported break type: "+oe)])},"w:bookmarkStart":function(K){var oe=K.attributes["w:name"];return oe==="_GoBack"?y():f(new t.BookmarkStart({name:oe}))},"mc:AlternateContent":function(K){return j(K.firstOrEmpty("mc:Fallback"))},"w:sdt":function(K){var oe=z(K.firstOrEmpty("w:sdtContent").children);return oe.map(function(de){var ye=K.firstOrEmpty("w:sdtPr").first("wordml:checkbox");if(ye){var De=ye.first("wordml:checked"),Ue=!!De&&k(De.attributes["wordml:val"]),Se=t.checkbox({checked:Ue}),Re=!1,Je=de.map(a._elementsOfType(t.types.text,function(F){return F.value.length>0&&!Re?(Re=!0,Se):F}));return Re?Je:Se}else return de})},"w:ins":j,"w:object":j,"w:smartTag":j,"w:drawing":j,"w:pict":function(K){return j(K).toExtra()},"v:roundrect":j,"v:shape":j,"v:textbox":j,"w:txbxContent":j,"wp:inline":X,"wp:anchor":X,"v:imagedata":pe,"v:group":j,"v:rect":j};return{readXmlElement:W,readXmlElements:z};function B(K){var oe=V(K.firstOrEmpty("w:tblPr"));return z(K.children).flatMap(M).flatMap(function(de){return oe.map(function(ye){return t.Table(de,ye)})})}function V(K){return ce(K).map(function(oe){return{styleId:oe.styleId,styleName:oe.name}})}function ie(K){var oe=K.firstOrEmpty("w:trPr"),de=!!oe.first("w:del");if(de)return y();var ye=!!oe.first("w:tblHeader");return z(K.children).map(function(De){return t.TableRow(De,{isHeader:ye})})}function ne(K){return z(K.children).map(function(oe){var de=K.firstOrEmpty("w:tcPr"),ye=de.firstOrEmpty("w:gridSpan").attributes["w:val"],De=ye?parseInt(ye,10):1,Ue=t.TableCell(oe,{colSpan:De});return Ue._vMerge=H(de),Ue})}function H(K){var oe=K.first("w:vMerge");if(oe){var de=oe.attributes["w:val"];return de==="continue"||!de}else return null}function M(K){var oe=n.any(K,function(De){return De.type!==t.types.tableRow});if(oe)return s(K,[c("unexpected non-row element in table, cell merging may be incorrect")]);var de=n.any(K,function(De){return n.any(De.children,function(Ue){return Ue.type!==t.types.tableCell})});if(de)return s(K,[c("unexpected non-cell element in table row, cell merging may be incorrect")]);var ye={};return K.forEach(function(De){var Ue=0;De.children.forEach(function(Se){Se._vMerge&&ye[Ue]?ye[Ue].rowSpan++:(ye[Ue]=Se,Se._vMerge=!1),Ue+=Se.colSpan})}),K.forEach(function(De){De.children=De.children.filter(function(Ue){return!Ue._vMerge}),De.children.forEach(function(Ue){delete Ue._vMerge})}),f(K)}function X(K){var oe=K.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip");return d(oe.map(Y.bind(null,K)))}function Y(K,oe){var de=K.first("wp:docPr").attributes,ye=te(de.descr)?de.title:de.descr,De=ue(oe);return De===null?h([c("Could not find image file for a:blip element")]):me(De,ye)}function te(K){return K==null||/^\s*$/.test(K)}function ue(K){var oe=K.attributes["r:embed"],de=K.attributes["r:link"];if(oe)return xe(oe);if(de){var ye=A.findTargetByRelationshipId(de);return{path:ye,read:T.read.bind(T,ye)}}else return null}function pe(K){var oe=K.attributes["r:id"];return oe?me(xe(oe),K.attributes["o:title"]):h([c("A v:imagedata element without a relationship ID was ignored")])}function xe(K){var oe=o.uriToZipEntryName("word",A.findTargetByRelationshipId(K));return{path:oe,read:Z.read.bind(Z,oe)}}function me(K,oe){var de=I.findContentType(K.path),ye=t.Image({readImage:K.read,altText:oe,contentType:de}),De=m[de]?[]:c("Image of type "+de+" is unlikely to display in web browsers");return s(ye,De)}function _e(K,oe){return c(K+" style with ID "+oe+" was referenced but not defined in the document")}}function b(_,U,E){var S=U.firstOrEmpty("w:ilvl").attributes["w:val"],A=U.firstOrEmpty("w:numId").attributes["w:val"];if(S!==void 0&&A!==void 0)return E.findLevel(A,S);if(_!=null){var I=E.findLevelByParagraphStyleId(_);if(I!=null)return I}return null}var m={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},g={"office-word:wrap":!0,"v:shadow":!0,"v:shapetype":!0,"w:annotationRef":!0,"w:bookmarkEnd":!0,"w:sectPr":!0,"w:proofErr":!0,"w:lastRenderedPageBreak":!0,"w:commentRangeStart":!0,"w:commentRangeEnd":!0,"w:del":!0,"w:footnoteRef":!0,"w:endnoteRef":!0,"w:pPr":!0,"w:rPr":!0,"w:tblPr":!0,"w:tblGrid":!0,"w:trPr":!0,"w:tcPr":!0};function h(_){return new p(null,null,_)}function y(){return new p(null)}function f(_){return new p(_)}function s(_,U){return new p(_,null,U)}function p(_,U,E){this.value=_||[],this.extra=U||[],this._result=new r({element:this.value,extra:U},E),this.messages=this._result.messages}p.prototype.toExtra=function(){return new p(null,D(this.extra,this.value),this.messages)},p.prototype.insertExtra=function(){var _=this.extra;return _&&_.length?new p(D(this.value,_),null,this.messages):this},p.prototype.map=function(_){var U=this._result.map(function(E){return _(E.element)});return new p(U.value,this.extra,U.messages)},p.prototype.flatMap=function(_){var U=this._result.flatMap(function(E){return _(E.element)._result});return new p(U.value.element,D(this.extra,U.value.extra),U.messages)},p.map=function(_,U,E){return new p(E(_.value,U.value),D(_.extra,U.extra),_.messages.concat(U.messages))};function d(_){var U=r.combine(n.pluck(_,"_result"));return new p(n.flatten(n.pluck(U.value,"element")),n.filter(n.flatten(n.pluck(U.value,"extra")),w),U.messages)}function D(_,U){return n.flatten([_,U])}function w(_){return _}return pt}var ni={},nc;function bl(){if(nc)return ni;nc=1,ni.DocumentXmlReader=t;var e=Sn(),n=on().Result;function t(r){var c=r.bodyReader;function i(a){var o=a.first("w:body");if(o==null)throw new Error("Could not find the body element: are you sure this is a docx file?");var u=c.readXmlElements(o.children).map(function(l){return new e.Document(l,{notes:r.notes,comments:r.comments})});return new n(u.value,u.messages)}return{convertXmlToDocument:i}}return ni}var Gn={},tc;function yl(){if(tc)return Gn;tc=1,Gn.readRelationships=e,Gn.defaultValue=new n([]),Gn.Relationships=n;function e(t){var r=[];return t.children.forEach(function(c){if(c.name==="relationships:Relationship"){var i={relationshipId:c.attributes.Id,target:c.attributes.Target,type:c.attributes.Type};r.push(i)}}),new n(r)}function n(t){var r={};t.forEach(function(i){r[i.relationshipId]=i.target});var c={};return t.forEach(function(i){c[i.type]||(c[i.type]=[]),c[i.type].push(i.target)}),{findTargetByRelationshipId:function(i){return r[i]},findTargetsByType:function(i){return c[i]||[]}}}return Gn}var bt={},rc;function Dl(){if(rc)return bt;rc=1,bt.readContentTypesFromXml=n;var e={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};bt.defaultContentTypes=t({},{});function n(r){var c={},i={};return r.children.forEach(function(a){if(a.name==="content-types:Default"&&(c[a.attributes.Extension]=a.attributes.ContentType),a.name==="content-types:Override"){var o=a.attributes.PartName;o.charAt(0)==="/"&&(o=o.substring(1)),i[o]=a.attributes.ContentType}}),t(i,c)}function t(r,c){return{findContentType:function(i){var a=r[i];if(a)return a;var o=i.split("."),u=o[o.length-1];if(c.hasOwnProperty(u))return c[u];var l=e[u.toLowerCase()];return l?"image/"+l:null}}}return bt}var Zn={},ic;function vl(){if(ic)return Zn;ic=1;var e=Be;Zn.readNumberingXml=t,Zn.Numbering=n,Zn.defaultNumbering=new n({},{});function n(a,o,u){var l=e.flatten(e.values(o).map(function(h){return e.values(h.levels)})),b=e.indexBy(l.filter(function(h){return h.paragraphStyleId!=null}),"paragraphStyleId");function m(h,y){var f=a[h];if(f){var s=o[f.abstractNumId];if(s){if(s.numStyleLink==null)return o[f.abstractNumId].levels[y];var p=u.findNumberingStyleById(s.numStyleLink);return m(p.numId,y)}else return null}else return null}function g(h){return b[h]||null}return{findLevel:m,findLevelByParagraphStyleId:g}}function t(a,o){if(!o||!o.styles)throw new Error("styles is missing");var u=r(a),l=i(a);return new n(l,u,o.styles)}function r(a){var o={};return a.getElementsByTagName("w:abstractNum").forEach(function(u){var l=u.attributes["w:abstractNumId"];o[l]=c(u)}),o}function c(a){var o={};a.getElementsByTagName("w:lvl").forEach(function(l){var b=l.attributes["w:ilvl"],m=l.firstOrEmpty("w:numFmt").attributes["w:val"],g=l.firstOrEmpty("w:pStyle").attributes["w:val"];o[b]={isOrdered:m!=="bullet",level:b,paragraphStyleId:g}});var u=a.firstOrEmpty("w:numStyleLink").attributes["w:val"];return{levels:o,numStyleLink:u}}function i(a){var o={};return a.getElementsByTagName("w:num").forEach(function(u){var l=u.attributes["w:numId"],b=u.first("w:abstractNumId").attributes["w:val"];o[l]={abstractNumId:b}}),o}return Zn}var $n={},ac;function xl(){if(ac)return $n;ac=1,$n.readStylesXml=n,$n.Styles=e,$n.defaultStyles=new e({},{});function e(i,a,o,u){return{findParagraphStyleById:function(l){return i[l]},findCharacterStyleById:function(l){return a[l]},findTableStyleById:function(l){return o[l]},findNumberingStyleById:function(l){return u[l]}}}e.EMPTY=new e({},{},{},{});function n(i){var a={},o={},u={},l={},b={paragraph:a,character:o,table:u};return i.getElementsByTagName("w:style").forEach(function(m){var g=t(m);if(g.type==="numbering")l[g.styleId]=c(m);else{var h=b[g.type];h&&(h[g.styleId]=g)}}),new e(a,o,u,l)}function t(i){var a=i.attributes["w:type"],o=i.attributes["w:styleId"],u=r(i);return{type:a,styleId:o,name:u}}function r(i){var a=i.first("w:name");return a?a.attributes["w:val"]:null}function c(i){var a=i.firstOrEmpty("w:pPr").firstOrEmpty("w:numPr").firstOrEmpty("w:numId").attributes["w:val"];return{numId:a}}return $n}var Rn={},oc;function _l(){if(oc)return Rn;oc=1;var e=Sn(),n=on().Result;Rn.createFootnotesReader=t.bind(Rn,"footnote"),Rn.createEndnotesReader=t.bind(Rn,"endnote");function t(r,c){function i(u){return n.combine(u.getElementsByTagName("w:"+r).filter(a).map(o))}function a(u){var l=u.attributes["w:type"];return l!=="continuationSeparator"&&l!=="separator"}function o(u){var l=u.attributes["w:id"];return c.readXmlElements(u.children).map(function(b){return e.Note({noteType:r,noteId:l,body:b})})}return i}return Rn}var ti={},cc;function Ul(){if(cc)return ti;cc=1;var e=Sn(),n=on().Result;function t(r){function c(a){return n.combine(a.getElementsByTagName("w:comment").map(i))}function i(a){var o=a.attributes["w:id"];function u(l){return(a.attributes[l]||"").trim()||null}return r.readXmlElements(a.children).map(function(l){return e.comment({commentId:o,body:l,authorName:u("w:author"),authorInitials:u("w:initials")})})}return c}return ti.createCommentsReader=t,ti}var ri={},uc;function Tl(){if(uc)return ri;uc=1;var e=mn();ri.Files=n;function n(){function t(r){return e.reject(new Error("could not open external image: '"+r+`'
|
|
209
|
-
cannot open linked files from a web browser`))}return{read:t}}return
|
|
205
|
+
`)}function h(s){this.options=s||{locator:{}}}h.prototype.parseFromString=function(s,p){var d=this.options,D=new a,w=d.domBuilder||new g,_=d.errorHandler,U=d.locator,E=d.xmlns||{},S=/\/x?html?$/.test(p),A=S?t.HTML_ENTITIES:t.XML_ENTITIES;U&&w.setDocumentLocator(U),D.errorHandler=b(_,w,U),D.domBuilder=d.domBuilder||w,S&&(E[""]=i.HTML),E.xml=E.xml||i.XML;var I=d.normalizeLineEndings||u;return s&&typeof s=="string"?D.parse(I(s),E,A):D.errorHandler.error("invalid doc source"),w.doc};function b(s,p,d){if(!s){if(p instanceof g)return p;s=p}var D={},w=s instanceof Function;d=d||{};function _(U){var E=s[U];!E&&w&&(E=s.length==2?function(S){s(U,S)}:s),D[U]=E&&function(S){E("[xmldom "+U+"] "+S+l(d))}||function(){}}return _("warning"),_("error"),_("fatalError"),D}function g(){this.cdata=!1}function m(s,p){p.lineNumber=s.lineNumber,p.columnNumber=s.columnNumber}g.prototype={startDocument:function(){this.doc=new c().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(s,p,d,D){var w=this.doc,_=w.createElementNS(s,d||p),U=D.length;f(this,_),this.currentElement=_,this.locator&&m(this.locator,_);for(var E=0;E<U;E++){var s=D.getURI(E),S=D.getValue(E),d=D.getQName(E),A=w.createAttributeNS(s,d);this.locator&&m(D.getLocator(E),A),A.value=A.nodeValue=S,_.setAttributeNode(A)}},endElement:function(s,p,d){var D=this.currentElement;D.tagName,this.currentElement=D.parentNode},startPrefixMapping:function(s,p){},endPrefixMapping:function(s){},processingInstruction:function(s,p){var d=this.doc.createProcessingInstruction(s,p);this.locator&&m(this.locator,d),f(this,d)},ignorableWhitespace:function(s,p,d){},characters:function(s,p,d){if(s=y.apply(this,arguments),s){if(this.cdata)var D=this.doc.createCDATASection(s);else var D=this.doc.createTextNode(s);this.currentElement?this.currentElement.appendChild(D):/^\s*$/.test(s)&&this.doc.appendChild(D),this.locator&&m(this.locator,D)}},skippedEntity:function(s){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(s){(this.locator=s)&&(s.lineNumber=0)},comment:function(s,p,d){s=y.apply(this,arguments);var D=this.doc.createComment(s);this.locator&&m(this.locator,D),f(this,D)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(s,p,d){var D=this.doc.implementation;if(D&&D.createDocumentType){var w=D.createDocumentType(s,p,d);this.locator&&m(this.locator,w),f(this,w),this.doc.doctype=w}},warning:function(s){console.warn("[xmldom warning] "+s,l(this.locator))},error:function(s){console.error("[xmldom error] "+s,l(this.locator))},fatalError:function(s){throw new o(s,this.locator)}};function l(s){if(s)return`
|
|
206
|
+
@`+(s.systemId||"")+"#[line:"+s.lineNumber+",col:"+s.columnNumber+"]"}function y(s,p,d){return typeof s=="string"?s.substr(p,d):s.length>=p+d||p?new java.lang.String(s,p,d)+"":s}"endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl".replace(/\w+/g,function(s){g.prototype[s]=function(){return null}});function f(s,p){s.currentElement?s.currentElement.appendChild(p):s.doc.appendChild(p)}return Gn.__DOMHandler=g,Gn.normalizeLineEndings=u,Gn.DOMParser=h,Gn}var _o;function Ld(){if(_o)return Hn;_o=1;var e=fa();return Hn.DOMImplementation=e.DOMImplementation,Hn.XMLSerializer=e.XMLSerializer,Hn.DOMParser=Id().DOMParser,Hn}var Uo;function Md(){if(Uo)return ht;Uo=1;var e=Ld(),n=fa();function t(r){var c=null,i=new e.DOMParser({errorHandler:function(a,u){c={level:a,message:u}}}),o=i.parseFromString(r);if(c===null)return o;throw new Error(c.level+": "+c.message)}return ht.parseFromString=t,ht.Node=n.Node,ht}var To;function qd(){if(To)return Jr;To=1;var e=bn(),n=ke,t=Md(),r=gs(),c=r.Element;Jr.readString=o;var i=t.Node;function o(a,u){u=u||{};try{var h=t.parseFromString(a,"text/xml")}catch(l){return e.reject(l)}if(h.documentElement.tagName==="parsererror")return e.resolve(new Error(h.documentElement.textContent));function b(l){switch(l.nodeType){case i.ELEMENT_NODE:return g(l);case i.TEXT_NODE:return r.text(l.nodeValue)}}function g(l){var y=m(l),f=[];n.forEach(l.childNodes,function(p){var d=b(p);d&&f.push(d)});var s={};return n.forEach(l.attributes,function(p){s[m(p)]=p.value}),new c(y,s,f)}function m(l){if(l.namespaceURI){var y=u[l.namespaceURI],f;return y?f=y+":":f="{"+l.namespaceURI+"}",f+l.localName}else return l.localName}return e.resolve(b(h.documentElement))}return Jr}var ni={},Tn={},nn={},wo;function yn(){return wo||(wo=1,(function(){var e,n,t,r,c,i,o,a=[].slice,u={}.hasOwnProperty;e=function(){var h,b,g,m,l,y;if(y=arguments[0],l=2<=arguments.length?a.call(arguments,1):[],c(Object.assign))Object.assign.apply(null,arguments);else for(h=0,g=l.length;h<g;h++)if(m=l[h],m!=null)for(b in m)u.call(m,b)&&(y[b]=m[b]);return y},c=function(h){return!!h&&Object.prototype.toString.call(h)==="[object Function]"},i=function(h){var b;return!!h&&((b=typeof h)=="function"||b==="object")},t=function(h){return c(Array.isArray)?Array.isArray(h):Object.prototype.toString.call(h)==="[object Array]"},r=function(h){var b;if(t(h))return!h.length;for(b in h)if(u.call(h,b))return!1;return!0},o=function(h){var b,g;return i(h)&&(g=Object.getPrototypeOf(h))&&(b=g.constructor)&&typeof b=="function"&&b instanceof b&&Function.prototype.toString.call(b)===Function.prototype.toString.call(Object)},n=function(h){return c(h.valueOf)?h.valueOf():h},nn.assign=e,nn.isFunction=c,nn.isObject=i,nn.isArray=t,nn.isEmpty=r,nn.isPlainObject=o,nn.getValue=n}).call(nn)),nn}var xt={exports:{}},_t={exports:{}},Ut={exports:{}},Tt={exports:{}},Pd=Tt.exports,Eo;function ms(){return Eo||(Eo=1,(function(){Tt.exports=(function(){function e(n,t,r){if(this.options=n.options,this.stringify=n.stringify,this.parent=n,t==null)throw new Error("Missing attribute name. "+this.debugInfo(t));if(r==null)throw new Error("Missing attribute value. "+this.debugInfo(t));this.name=this.stringify.attName(t),this.value=this.stringify.attValue(r)}return e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(n){return this.options.writer.set(n).attribute(this)},e.prototype.debugInfo=function(n){return n=n||this.name,n==null?"parent: <"+this.parent.name+">":"attribute: {"+n+"}, parent: <"+this.parent.name+">"},e})()}).call(Pd)),Tt.exports}var zd=Ut.exports,Ao;function ir(){return Ao||(Ao=1,(function(){var e,n,t,r,c,i,o=function(u,h){for(var b in h)a.call(h,b)&&(u[b]=h[b]);function g(){this.constructor=u}return g.prototype=h.prototype,u.prototype=new g,u.__super__=h.prototype,u},a={}.hasOwnProperty;i=yn(),c=i.isObject,r=i.isFunction,t=i.getValue,n=je(),e=ms(),Ut.exports=(function(u){o(h,u);function h(b,g,m){if(h.__super__.constructor.call(this,b),g==null)throw new Error("Missing element name. "+this.debugInfo());this.name=this.stringify.eleName(g),this.attributes={},m!=null&&this.attribute(m),b.isDocument&&(this.isRoot=!0,this.documentObject=b,b.rootObject=this)}return h.prototype.clone=function(){var b,g,m,l;m=Object.create(this),m.isRoot&&(m.documentObject=null),m.attributes={},l=this.attributes;for(g in l)a.call(l,g)&&(b=l[g],m.attributes[g]=b.clone());return m.children=[],this.children.forEach(function(y){var f;return f=y.clone(),f.parent=m,m.children.push(f)}),m},h.prototype.attribute=function(b,g){var m,l;if(b!=null&&(b=t(b)),c(b))for(m in b)a.call(b,m)&&(l=b[m],this.attribute(m,l));else r(g)&&(g=g.apply()),(!this.options.skipNullAttributes||g!=null)&&(this.attributes[b]=new e(this,b,g));return this},h.prototype.removeAttribute=function(b){var g,m,l;if(b==null)throw new Error("Missing attribute name. "+this.debugInfo());if(b=t(b),Array.isArray(b))for(m=0,l=b.length;m<l;m++)g=b[m],delete this.attributes[g];else delete this.attributes[b];return this},h.prototype.toString=function(b){return this.options.writer.set(b).element(this)},h.prototype.att=function(b,g){return this.attribute(b,g)},h.prototype.a=function(b,g){return this.attribute(b,g)},h})(n)}).call(zd)),Ut.exports}var wt={exports:{}},jd=wt.exports,Co;function ar(){return Co||(Co=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),wt.exports=(function(r){n(c,r);function c(i,o){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing CDATA text. "+this.debugInfo());this.text=this.stringify.cdata(o)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).cdata(this)},c})(e)}).call(jd)),wt.exports}var Et={exports:{}},Xd=Et.exports,Fo;function or(){return Fo||(Fo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),Et.exports=(function(r){n(c,r);function c(i,o){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing comment text. "+this.debugInfo());this.text=this.stringify.comment(o)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).comment(this)},c})(e)}).call(Xd)),Et.exports}var At={exports:{}},Vd=At.exports,So;function cr(){return So||(So=1,(function(){var e,n,t=function(c,i){for(var o in i)r.call(i,o)&&(c[o]=i[o]);function a(){this.constructor=c}return a.prototype=i.prototype,c.prototype=new a,c.__super__=i.prototype,c},r={}.hasOwnProperty;n=yn().isObject,e=je(),At.exports=(function(c){t(i,c);function i(o,a,u,h){var b;i.__super__.constructor.call(this,o),n(a)&&(b=a,a=b.version,u=b.encoding,h=b.standalone),a||(a="1.0"),this.version=this.stringify.xmlVersion(a),u!=null&&(this.encoding=this.stringify.xmlEncoding(u)),h!=null&&(this.standalone=this.stringify.xmlStandalone(h))}return i.prototype.toString=function(o){return this.options.writer.set(o).declaration(this)},i})(e)}).call(Vd)),At.exports}var Ct={exports:{}},Ft={exports:{}},Hd=Ft.exports,Bo;function ur(){return Bo||(Bo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),Ft.exports=(function(r){n(c,r);function c(i,o,a,u,h,b){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing DTD element name. "+this.debugInfo());if(a==null)throw new Error("Missing DTD attribute name. "+this.debugInfo(o));if(!u)throw new Error("Missing DTD attribute type. "+this.debugInfo(o));if(!h)throw new Error("Missing DTD attribute default. "+this.debugInfo(o));if(h.indexOf("#")!==0&&(h="#"+h),!h.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(o));if(b&&!h.match(/^(#FIXED|#DEFAULT)$/))throw new Error("Default value only applies to #FIXED or #DEFAULT. "+this.debugInfo(o));this.elementName=this.stringify.eleName(o),this.attributeName=this.stringify.attName(a),this.attributeType=this.stringify.dtdAttType(u),this.defaultValue=this.stringify.dtdAttDefault(b),this.defaultValueType=h}return c.prototype.toString=function(i){return this.options.writer.set(i).dtdAttList(this)},c})(e)}).call(Hd)),Ft.exports}var St={exports:{}},Gd=St.exports,ko;function sr(){return ko||(ko=1,(function(){var e,n,t=function(c,i){for(var o in i)r.call(i,o)&&(c[o]=i[o]);function a(){this.constructor=c}return a.prototype=i.prototype,c.prototype=new a,c.__super__=i.prototype,c},r={}.hasOwnProperty;n=yn().isObject,e=je(),St.exports=(function(c){t(i,c);function i(o,a,u,h){if(i.__super__.constructor.call(this,o),u==null)throw new Error("Missing DTD entity name. "+this.debugInfo(u));if(h==null)throw new Error("Missing DTD entity value. "+this.debugInfo(u));if(this.pe=!!a,this.name=this.stringify.eleName(u),!n(h))this.value=this.stringify.dtdEntityValue(h);else{if(!h.pubID&&!h.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(u));if(h.pubID&&!h.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(u));if(h.pubID!=null&&(this.pubID=this.stringify.dtdPubID(h.pubID)),h.sysID!=null&&(this.sysID=this.stringify.dtdSysID(h.sysID)),h.nData!=null&&(this.nData=this.stringify.dtdNData(h.nData)),this.pe&&this.nData)throw new Error("Notation declaration is not allowed in a parameter entity. "+this.debugInfo(u))}}return i.prototype.toString=function(o){return this.options.writer.set(o).dtdEntity(this)},i})(e)}).call(Gd)),St.exports}var Bt={exports:{}},Zd=Bt.exports,Wo;function dr(){return Wo||(Wo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),Bt.exports=(function(r){n(c,r);function c(i,o,a){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing DTD element name. "+this.debugInfo());a||(a="(#PCDATA)"),Array.isArray(a)&&(a="("+a.join(",")+")"),this.name=this.stringify.eleName(o),this.value=this.stringify.dtdElementValue(a)}return c.prototype.toString=function(i){return this.options.writer.set(i).dtdElement(this)},c})(e)}).call(Zd)),Bt.exports}var kt={exports:{}},Yd=kt.exports,Ro;function lr(){return Ro||(Ro=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),kt.exports=(function(r){n(c,r);function c(i,o,a){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing DTD notation name. "+this.debugInfo(o));if(!a.pubID&&!a.sysID)throw new Error("Public or system identifiers are required for an external entity. "+this.debugInfo(o));this.name=this.stringify.eleName(o),a.pubID!=null&&(this.pubID=this.stringify.dtdPubID(a.pubID)),a.sysID!=null&&(this.sysID=this.stringify.dtdSysID(a.sysID))}return c.prototype.toString=function(i){return this.options.writer.set(i).dtdNotation(this)},c})(e)}).call(Yd)),kt.exports}var $d=Ct.exports,Oo;function fr(){return Oo||(Oo=1,(function(){var e,n,t,r,c,i,o=function(u,h){for(var b in h)a.call(h,b)&&(u[b]=h[b]);function g(){this.constructor=u}return g.prototype=h.prototype,u.prototype=new g,u.__super__=h.prototype,u},a={}.hasOwnProperty;i=yn().isObject,c=je(),e=ur(),t=sr(),n=dr(),r=lr(),Ct.exports=(function(u){o(h,u);function h(b,g,m){var l,y;h.__super__.constructor.call(this,b),this.name="!DOCTYPE",this.documentObject=b,i(g)&&(l=g,g=l.pubID,m=l.sysID),m==null&&(y=[g,m],m=y[0],g=y[1]),g!=null&&(this.pubID=this.stringify.dtdPubID(g)),m!=null&&(this.sysID=this.stringify.dtdSysID(m))}return h.prototype.element=function(b,g){var m;return m=new n(this,b,g),this.children.push(m),this},h.prototype.attList=function(b,g,m,l,y){var f;return f=new e(this,b,g,m,l,y),this.children.push(f),this},h.prototype.entity=function(b,g){var m;return m=new t(this,!1,b,g),this.children.push(m),this},h.prototype.pEntity=function(b,g){var m;return m=new t(this,!0,b,g),this.children.push(m),this},h.prototype.notation=function(b,g){var m;return m=new r(this,b,g),this.children.push(m),this},h.prototype.toString=function(b){return this.options.writer.set(b).docType(this)},h.prototype.ele=function(b,g){return this.element(b,g)},h.prototype.att=function(b,g,m,l,y){return this.attList(b,g,m,l,y)},h.prototype.ent=function(b,g){return this.entity(b,g)},h.prototype.pent=function(b,g){return this.pEntity(b,g)},h.prototype.not=function(b,g){return this.notation(b,g)},h.prototype.up=function(){return this.root()||this.documentObject},h})(c)}).call($d)),Ct.exports}var Wt={exports:{}},Kd=Wt.exports,No;function hr(){return No||(No=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),Wt.exports=(function(r){n(c,r);function c(i,o){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing raw text. "+this.debugInfo());this.value=this.stringify.raw(o)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).raw(this)},c})(e)}).call(Kd)),Wt.exports}var Rt={exports:{}},Qd=Rt.exports,Io;function pr(){return Io||(Io=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),Rt.exports=(function(r){n(c,r);function c(i,o){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing element text. "+this.debugInfo());this.value=this.stringify.eleText(o)}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).text(this)},c})(e)}).call(Qd)),Rt.exports}var Ot={exports:{}},Jd=Ot.exports,Lo;function gr(){return Lo||(Lo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),Ot.exports=(function(r){n(c,r);function c(i,o,a){if(c.__super__.constructor.call(this,i),o==null)throw new Error("Missing instruction target. "+this.debugInfo());this.target=this.stringify.insTarget(o),a&&(this.value=this.stringify.insValue(a))}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return this.options.writer.set(i).processingInstruction(this)},c})(e)}).call(Jd)),Ot.exports}var Nt={exports:{}},el=Nt.exports,Mo;function ha(){return Mo||(Mo=1,(function(){var e,n=function(r,c){for(var i in c)t.call(c,i)&&(r[i]=c[i]);function o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),Nt.exports=(function(r){n(c,r);function c(i){c.__super__.constructor.call(this,i),this.isDummy=!0}return c.prototype.clone=function(){return Object.create(this)},c.prototype.toString=function(i){return""},c})(e)}).call(el)),Nt.exports}var nl=_t.exports,qo;function je(){return qo||(qo=1,(function(){var e,n,t,r,c,i,o,a,u,h,b,g,m,l,y={}.hasOwnProperty;l=yn(),m=l.isObject,g=l.isFunction,b=l.isEmpty,h=l.getValue,i=null,e=null,n=null,t=null,r=null,a=null,u=null,o=null,c=null,_t.exports=(function(){function f(s){this.parent=s,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],i||(i=ir(),e=ar(),n=or(),t=cr(),r=fr(),a=hr(),u=pr(),o=gr(),c=ha())}return f.prototype.element=function(s,p,d){var D,w,_,U,E,S,A,I,$,T,W;if(S=null,p===null&&d==null&&($=[{},null],p=$[0],d=$[1]),p==null&&(p={}),p=h(p),m(p)||(T=[p,d],d=T[0],p=T[1]),s!=null&&(s=h(s)),Array.isArray(s))for(_=0,A=s.length;_<A;_++)w=s[_],S=this.element(w);else if(g(s))S=this.element(s.apply());else if(m(s)){for(E in s)if(y.call(s,E))if(W=s[E],g(W)&&(W=W.apply()),m(W)&&b(W)&&(W=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&E.indexOf(this.stringify.convertAttKey)===0)S=this.attribute(E.substr(this.stringify.convertAttKey.length),W);else if(!this.options.separateArrayItems&&Array.isArray(W))for(U=0,I=W.length;U<I;U++)w=W[U],D={},D[E]=w,S=this.element(D);else m(W)?(S=this.element(E),S.element(W)):S=this.element(E,W)}else this.options.skipNullNodes&&d===null?S=this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&s.indexOf(this.stringify.convertTextKey)===0?S=this.text(d):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&s.indexOf(this.stringify.convertCDataKey)===0?S=this.cdata(d):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&s.indexOf(this.stringify.convertCommentKey)===0?S=this.comment(d):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&s.indexOf(this.stringify.convertRawKey)===0?S=this.raw(d):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&s.indexOf(this.stringify.convertPIKey)===0?S=this.instruction(s.substr(this.stringify.convertPIKey.length),d):S=this.node(s,p,d);if(S==null)throw new Error("Could not create any elements with: "+s+". "+this.debugInfo());return S},f.prototype.insertBefore=function(s,p,d){var D,w,_;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(s));return w=this.parent.children.indexOf(this),_=this.parent.children.splice(w),D=this.parent.element(s,p,d),Array.prototype.push.apply(this.parent.children,_),D},f.prototype.insertAfter=function(s,p,d){var D,w,_;if(this.isRoot)throw new Error("Cannot insert elements at root level. "+this.debugInfo(s));return w=this.parent.children.indexOf(this),_=this.parent.children.splice(w+1),D=this.parent.element(s,p,d),Array.prototype.push.apply(this.parent.children,_),D},f.prototype.remove=function(){var s;if(this.isRoot)throw new Error("Cannot remove the root element. "+this.debugInfo());return s=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[s,s-s+1].concat([])),this.parent},f.prototype.node=function(s,p,d){var D,w;return s!=null&&(s=h(s)),p||(p={}),p=h(p),m(p)||(w=[p,d],d=w[0],p=w[1]),D=new i(this,s,p),d!=null&&D.text(d),this.children.push(D),D},f.prototype.text=function(s){var p;return p=new u(this,s),this.children.push(p),this},f.prototype.cdata=function(s){var p;return p=new e(this,s),this.children.push(p),this},f.prototype.comment=function(s){var p;return p=new n(this,s),this.children.push(p),this},f.prototype.commentBefore=function(s){var p,d;return p=this.parent.children.indexOf(this),d=this.parent.children.splice(p),this.parent.comment(s),Array.prototype.push.apply(this.parent.children,d),this},f.prototype.commentAfter=function(s){var p,d;return p=this.parent.children.indexOf(this),d=this.parent.children.splice(p+1),this.parent.comment(s),Array.prototype.push.apply(this.parent.children,d),this},f.prototype.raw=function(s){var p;return p=new a(this,s),this.children.push(p),this},f.prototype.dummy=function(){var s;return s=new c(this),this.children.push(s),s},f.prototype.instruction=function(s,p){var d,D,w,_,U;if(s!=null&&(s=h(s)),p!=null&&(p=h(p)),Array.isArray(s))for(_=0,U=s.length;_<U;_++)d=s[_],this.instruction(d);else if(m(s))for(d in s)y.call(s,d)&&(D=s[d],this.instruction(d,D));else g(p)&&(p=p.apply()),w=new o(this,s,p),this.children.push(w);return this},f.prototype.instructionBefore=function(s,p){var d,D;return d=this.parent.children.indexOf(this),D=this.parent.children.splice(d),this.parent.instruction(s,p),Array.prototype.push.apply(this.parent.children,D),this},f.prototype.instructionAfter=function(s,p){var d,D;return d=this.parent.children.indexOf(this),D=this.parent.children.splice(d+1),this.parent.instruction(s,p),Array.prototype.push.apply(this.parent.children,D),this},f.prototype.declaration=function(s,p,d){var D,w;return D=this.document(),w=new t(D,s,p,d),D.children[0]instanceof t?D.children[0]=w:D.children.unshift(w),D.root()||D},f.prototype.doctype=function(s,p){var d,D,w,_,U,E,S,A,I,$;for(D=this.document(),w=new r(D,s,p),I=D.children,_=U=0,S=I.length;U<S;_=++U)if(d=I[_],d instanceof r)return D.children[_]=w,w;for($=D.children,_=E=0,A=$.length;E<A;_=++E)if(d=$[_],d.isRoot)return D.children.splice(_,0,w),w;return D.children.push(w),w},f.prototype.up=function(){if(this.isRoot)throw new Error("The root node has no parent. Use doc() if you need to get the document object.");return this.parent},f.prototype.root=function(){var s;for(s=this;s;){if(s.isDocument)return s.rootObject;if(s.isRoot)return s;s=s.parent}},f.prototype.document=function(){var s;for(s=this;s;){if(s.isDocument)return s;s=s.parent}},f.prototype.end=function(s){return this.document().end(s)},f.prototype.prev=function(){var s;for(s=this.parent.children.indexOf(this);s>0&&this.parent.children[s-1].isDummy;)s=s-1;if(s<1)throw new Error("Already at the first node. "+this.debugInfo());return this.parent.children[s-1]},f.prototype.next=function(){var s;for(s=this.parent.children.indexOf(this);s<this.parent.children.length-1&&this.parent.children[s+1].isDummy;)s=s+1;if(s===-1||s===this.parent.children.length-1)throw new Error("Already at the last node. "+this.debugInfo());return this.parent.children[s+1]},f.prototype.importDocument=function(s){var p;return p=s.root().clone(),p.parent=this,p.isRoot=!1,this.children.push(p),this},f.prototype.debugInfo=function(s){var p,d;return s=s||this.name,s==null&&!((p=this.parent)!=null&&p.name)?"":s==null?"parent: <"+this.parent.name+">":(d=this.parent)!=null&&d.name?"node: <"+s+">, parent: <"+this.parent.name+">":"node: <"+s+">"},f.prototype.ele=function(s,p,d){return this.element(s,p,d)},f.prototype.nod=function(s,p,d){return this.node(s,p,d)},f.prototype.txt=function(s){return this.text(s)},f.prototype.dat=function(s){return this.cdata(s)},f.prototype.com=function(s){return this.comment(s)},f.prototype.ins=function(s,p){return this.instruction(s,p)},f.prototype.doc=function(){return this.document()},f.prototype.dec=function(s,p,d){return this.declaration(s,p,d)},f.prototype.dtd=function(s,p){return this.doctype(s,p)},f.prototype.e=function(s,p,d){return this.element(s,p,d)},f.prototype.n=function(s,p,d){return this.node(s,p,d)},f.prototype.t=function(s){return this.text(s)},f.prototype.d=function(s){return this.cdata(s)},f.prototype.c=function(s){return this.comment(s)},f.prototype.r=function(s){return this.raw(s)},f.prototype.i=function(s,p){return this.instruction(s,p)},f.prototype.u=function(){return this.up()},f.prototype.importXMLBuilder=function(s){return this.importDocument(s)},f})()}).call(nl)),_t.exports}var It={exports:{}},tl=It.exports,Po;function bs(){return Po||(Po=1,(function(){var e=function(t,r){return function(){return t.apply(r,arguments)}},n={}.hasOwnProperty;It.exports=(function(){function t(r){this.assertLegalChar=e(this.assertLegalChar,this);var c,i,o;r||(r={}),this.noDoubleEncoding=r.noDoubleEncoding,i=r.stringify||{};for(c in i)n.call(i,c)&&(o=i[c],this[c]=o)}return t.prototype.eleName=function(r){return r=""+r||"",this.assertLegalChar(r)},t.prototype.eleText=function(r){return r=""+r||"",this.assertLegalChar(this.elEscape(r))},t.prototype.cdata=function(r){return r=""+r||"",r=r.replace("]]>","]]]]><![CDATA[>"),this.assertLegalChar(r)},t.prototype.comment=function(r){if(r=""+r||"",r.match(/--/))throw new Error("Comment text cannot contain double-hypen: "+r);return this.assertLegalChar(r)},t.prototype.raw=function(r){return""+r||""},t.prototype.attName=function(r){return r=""+r||""},t.prototype.attValue=function(r){return r=""+r||"",this.attEscape(r)},t.prototype.insTarget=function(r){return""+r||""},t.prototype.insValue=function(r){if(r=""+r||"",r.match(/\?>/))throw new Error("Invalid processing instruction value: "+r);return r},t.prototype.xmlVersion=function(r){if(r=""+r||"",!r.match(/1\.[0-9]+/))throw new Error("Invalid version number: "+r);return r},t.prototype.xmlEncoding=function(r){if(r=""+r||"",!r.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw new Error("Invalid encoding: "+r);return r},t.prototype.xmlStandalone=function(r){return r?"yes":"no"},t.prototype.dtdPubID=function(r){return""+r||""},t.prototype.dtdSysID=function(r){return""+r||""},t.prototype.dtdElementValue=function(r){return""+r||""},t.prototype.dtdAttType=function(r){return""+r||""},t.prototype.dtdAttDefault=function(r){return r!=null?""+r||"":r},t.prototype.dtdEntityValue=function(r){return""+r||""},t.prototype.dtdNData=function(r){return""+r||""},t.prototype.convertAttKey="@",t.prototype.convertPIKey="?",t.prototype.convertTextKey="#text",t.prototype.convertCDataKey="#cdata",t.prototype.convertCommentKey="#comment",t.prototype.convertRawKey="#raw",t.prototype.assertLegalChar=function(r){var c;if(c=r.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/),c)throw new Error("Invalid character in string: "+r+" at index "+c.index);return r},t.prototype.elEscape=function(r){var c;return c=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(c,"&").replace(/</g,"<").replace(/>/g,">").replace(/\r/g,"
")},t.prototype.attEscape=function(r){var c;return c=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g,r.replace(c,"&").replace(/</g,"<").replace(/"/g,""").replace(/\t/g,"	").replace(/\n/g,"
").replace(/\r/g,"
")},t})()}).call(tl)),It.exports}var Lt={exports:{}},Mt={exports:{}},rl=Mt.exports,zo;function ys(){return zo||(zo=1,(function(){var e={}.hasOwnProperty;Mt.exports=(function(){function n(t){var r,c,i,o,a,u,h,b,g;t||(t={}),this.pretty=t.pretty||!1,this.allowEmpty=(c=t.allowEmpty)!=null?c:!1,this.pretty?(this.indent=(i=t.indent)!=null?i:" ",this.newline=(o=t.newline)!=null?o:`
|
|
207
|
+
`,this.offset=(a=t.offset)!=null?a:0,this.dontprettytextnodes=(u=t.dontprettytextnodes)!=null?u:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=(h=t.spacebeforeslash)!=null?h:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,b=t.writer||{};for(r in b)e.call(b,r)&&(g=b[r],this[r]=g)}return n.prototype.set=function(t){var r,c,i;t||(t={}),"pretty"in t&&(this.pretty=t.pretty),"allowEmpty"in t&&(this.allowEmpty=t.allowEmpty),this.pretty?(this.indent="indent"in t?t.indent:" ",this.newline="newline"in t?t.newline:`
|
|
208
|
+
`,this.offset="offset"in t?t.offset:0,this.dontprettytextnodes="dontprettytextnodes"in t?t.dontprettytextnodes:0):(this.indent="",this.newline="",this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash="spacebeforeslash"in t?t.spacebeforeslash:"",this.spacebeforeslash===!0&&(this.spacebeforeslash=" "),this.newlinedefault=this.newline,this.prettydefault=this.pretty,c=t.writer||{};for(r in c)e.call(c,r)&&(i=c[r],this[r]=i);return this},n.prototype.space=function(t){var r;return this.pretty?(r=(t||0)+this.offset+1,r>0?new Array(r).join(this.indent):""):""},n})()}).call(rl)),Mt.exports}var il=Lt.exports,jo;function pa(){return jo||(jo=1,(function(){var e,n,t,r,c,i,o,a,u,h,b,g,m,l,y=function(s,p){for(var d in p)f.call(p,d)&&(s[d]=p[d]);function D(){this.constructor=s}return D.prototype=p.prototype,s.prototype=new D,s.__super__=p.prototype,s},f={}.hasOwnProperty;o=cr(),a=fr(),e=ar(),n=or(),h=ir(),g=hr(),m=pr(),b=gr(),u=ha(),t=ur(),r=dr(),c=sr(),i=lr(),l=ys(),Lt.exports=(function(s){y(p,s);function p(d){p.__super__.constructor.call(this,d)}return p.prototype.document=function(d){var D,w,_,U,E;for(this.textispresent=!1,U="",E=d.children,w=0,_=E.length;w<_;w++)D=E[w],!(D instanceof u)&&(U+=(function(){switch(!1){case!(D instanceof o):return this.declaration(D);case!(D instanceof a):return this.docType(D);case!(D instanceof n):return this.comment(D);case!(D instanceof b):return this.processingInstruction(D);default:return this.element(D,0)}}).call(this));return this.pretty&&U.slice(-this.newline.length)===this.newline&&(U=U.slice(0,-this.newline.length)),U},p.prototype.attribute=function(d){return" "+d.name+'="'+d.value+'"'},p.prototype.cdata=function(d,D){return this.space(D)+"<![CDATA["+d.text+"]]>"+this.newline},p.prototype.comment=function(d,D){return this.space(D)+"<!-- "+d.text+" -->"+this.newline},p.prototype.declaration=function(d,D){var w;return w=this.space(D),w+='<?xml version="'+d.version+'"',d.encoding!=null&&(w+=' encoding="'+d.encoding+'"'),d.standalone!=null&&(w+=' standalone="'+d.standalone+'"'),w+=this.spacebeforeslash+"?>",w+=this.newline,w},p.prototype.docType=function(d,D){var w,_,U,E,S;if(D||(D=0),E=this.space(D),E+="<!DOCTYPE "+d.root().name,d.pubID&&d.sysID?E+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.sysID&&(E+=' SYSTEM "'+d.sysID+'"'),d.children.length>0){for(E+=" [",E+=this.newline,S=d.children,_=0,U=S.length;_<U;_++)w=S[_],E+=(function(){switch(!1){case!(w instanceof t):return this.dtdAttList(w,D+1);case!(w instanceof r):return this.dtdElement(w,D+1);case!(w instanceof c):return this.dtdEntity(w,D+1);case!(w instanceof i):return this.dtdNotation(w,D+1);case!(w instanceof e):return this.cdata(w,D+1);case!(w instanceof n):return this.comment(w,D+1);case!(w instanceof b):return this.processingInstruction(w,D+1);default:throw new Error("Unknown DTD node type: "+w.constructor.name)}}).call(this);E+="]"}return E+=this.spacebeforeslash+">",E+=this.newline,E},p.prototype.element=function(d,D){var w,_,U,E,S,A,I,$,T,W,x,q,R;D||(D=0),R=!1,this.textispresent?(this.newline="",this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),q=this.space(D),$="",$+=q+"<"+d.name,T=d.attributes;for(I in T)f.call(T,I)&&(w=T[I],$+=this.attribute(w));if(d.children.length===0||d.children.every(function(N){return N.value===""}))this.allowEmpty?$+="></"+d.name+">"+this.newline:$+=this.spacebeforeslash+"/>"+this.newline;else if(this.pretty&&d.children.length===1&&d.children[0].value!=null)$+=">",$+=d.children[0].value,$+="</"+d.name+">"+this.newline;else{if(this.dontprettytextnodes){for(W=d.children,U=0,S=W.length;U<S;U++)if(_=W[U],_.value!=null){this.textispresent++,R=!0;break}}for(this.textispresent&&(this.newline="",this.pretty=!1,q=this.space(D)),$+=">"+this.newline,x=d.children,E=0,A=x.length;E<A;E++)_=x[E],$+=(function(){switch(!1){case!(_ instanceof e):return this.cdata(_,D+1);case!(_ instanceof n):return this.comment(_,D+1);case!(_ instanceof h):return this.element(_,D+1);case!(_ instanceof g):return this.raw(_,D+1);case!(_ instanceof m):return this.text(_,D+1);case!(_ instanceof b):return this.processingInstruction(_,D+1);case!(_ instanceof u):return"";default:throw new Error("Unknown XML node type: "+_.constructor.name)}}).call(this);R&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),$+=q+"</"+d.name+">"+this.newline}return $},p.prototype.processingInstruction=function(d,D){var w;return w=this.space(D)+"<?"+d.target,d.value&&(w+=" "+d.value),w+=this.spacebeforeslash+"?>"+this.newline,w},p.prototype.raw=function(d,D){return this.space(D)+d.value+this.newline},p.prototype.text=function(d,D){return this.space(D)+d.value+this.newline},p.prototype.dtdAttList=function(d,D){var w;return w=this.space(D)+"<!ATTLIST "+d.elementName+" "+d.attributeName+" "+d.attributeType,d.defaultValueType!=="#DEFAULT"&&(w+=" "+d.defaultValueType),d.defaultValue&&(w+=' "'+d.defaultValue+'"'),w+=this.spacebeforeslash+">"+this.newline,w},p.prototype.dtdElement=function(d,D){return this.space(D)+"<!ELEMENT "+d.name+" "+d.value+this.spacebeforeslash+">"+this.newline},p.prototype.dtdEntity=function(d,D){var w;return w=this.space(D)+"<!ENTITY",d.pe&&(w+=" %"),w+=" "+d.name,d.value?w+=' "'+d.value+'"':(d.pubID&&d.sysID?w+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.sysID&&(w+=' SYSTEM "'+d.sysID+'"'),d.nData&&(w+=" NDATA "+d.nData)),w+=this.spacebeforeslash+">"+this.newline,w},p.prototype.dtdNotation=function(d,D){var w;return w=this.space(D)+"<!NOTATION "+d.name,d.pubID&&d.sysID?w+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.pubID?w+=' PUBLIC "'+d.pubID+'"':d.sysID&&(w+=' SYSTEM "'+d.sysID+'"'),w+=this.spacebeforeslash+">"+this.newline,w},p.prototype.openNode=function(d,D){var w,_,U,E;if(D||(D=0),d instanceof h){U=this.space(D)+"<"+d.name,E=d.attributes;for(_ in E)f.call(E,_)&&(w=E[_],U+=this.attribute(w));return U+=(d.children?">":"/>")+this.newline,U}else return U=this.space(D)+"<!DOCTYPE "+d.rootNodeName,d.pubID&&d.sysID?U+=' PUBLIC "'+d.pubID+'" "'+d.sysID+'"':d.sysID&&(U+=' SYSTEM "'+d.sysID+'"'),U+=(d.children?" [":">")+this.newline,U},p.prototype.closeNode=function(d,D){switch(D||(D=0),!1){case!(d instanceof h):return this.space(D)+"</"+d.name+">"+this.newline;case!(d instanceof a):return this.space(D)+"]>"+this.newline}},p})(l)}).call(il)),Lt.exports}var al=xt.exports,Xo;function ol(){return Xo||(Xo=1,(function(){var e,n,t,r,c=function(o,a){for(var u in a)i.call(a,u)&&(o[u]=a[u]);function h(){this.constructor=o}return h.prototype=a.prototype,o.prototype=new h,o.__super__=a.prototype,o},i={}.hasOwnProperty;r=yn().isPlainObject,e=je(),t=bs(),n=pa(),xt.exports=(function(o){c(a,o);function a(u){a.__super__.constructor.call(this,null),this.name="?xml",u||(u={}),u.writer||(u.writer=new n),this.options=u,this.stringify=new t(u),this.isDocument=!0}return a.prototype.end=function(u){var h;return u?r(u)&&(h=u,u=this.options.writer.set(h)):u=this.options.writer,u.document(this)},a.prototype.toString=function(u){return this.options.writer.set(u).document(this)},a})(e)}).call(al)),xt.exports}var qt={exports:{}},cl=qt.exports,Vo;function ul(){return Vo||(Vo=1,(function(){var e,n,t,r,c,i,o,a,u,h,b,g,m,l,y,f,s,p,d,D,w={}.hasOwnProperty;D=yn(),p=D.isObject,s=D.isFunction,d=D.isPlainObject,f=D.getValue,h=ir(),n=ar(),t=or(),g=hr(),y=pr(),b=gr(),a=cr(),u=fr(),r=ur(),i=sr(),c=dr(),o=lr(),e=ms(),l=bs(),m=pa(),qt.exports=(function(){function _(U,E,S){var A;this.name="?xml",U||(U={}),U.writer?d(U.writer)&&(A=U.writer,U.writer=new m(A)):U.writer=new m(U),this.options=U,this.writer=U.writer,this.stringify=new l(U),this.onDataCallback=E||function(){},this.onEndCallback=S||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return _.prototype.node=function(U,E,S){var A,I;if(U==null)throw new Error("Missing node name.");if(this.root&&this.currentLevel===-1)throw new Error("Document can only have one root node. "+this.debugInfo(U));return this.openCurrent(),U=f(U),E===null&&S==null&&(A=[{},null],E=A[0],S=A[1]),E==null&&(E={}),E=f(E),p(E)||(I=[E,S],S=I[0],E=I[1]),this.currentNode=new h(this,U,E),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,S!=null&&this.text(S),this},_.prototype.element=function(U,E,S){return this.currentNode&&this.currentNode instanceof u?this.dtdElement.apply(this,arguments):this.node(U,E,S)},_.prototype.attribute=function(U,E){var S,A;if(!this.currentNode||this.currentNode.children)throw new Error("att() can only be used immediately after an ele() call in callback mode. "+this.debugInfo(U));if(U!=null&&(U=f(U)),p(U))for(S in U)w.call(U,S)&&(A=U[S],this.attribute(S,A));else s(E)&&(E=E.apply()),(!this.options.skipNullAttributes||E!=null)&&(this.currentNode.attributes[U]=new e(this,U,E));return this},_.prototype.text=function(U){var E;return this.openCurrent(),E=new y(this,U),this.onData(this.writer.text(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.cdata=function(U){var E;return this.openCurrent(),E=new n(this,U),this.onData(this.writer.cdata(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.comment=function(U){var E;return this.openCurrent(),E=new t(this,U),this.onData(this.writer.comment(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.raw=function(U){var E;return this.openCurrent(),E=new g(this,U),this.onData(this.writer.raw(E,this.currentLevel+1),this.currentLevel+1),this},_.prototype.instruction=function(U,E){var S,A,I,$,T;if(this.openCurrent(),U!=null&&(U=f(U)),E!=null&&(E=f(E)),Array.isArray(U))for(S=0,$=U.length;S<$;S++)A=U[S],this.instruction(A);else if(p(U))for(A in U)w.call(U,A)&&(I=U[A],this.instruction(A,I));else s(E)&&(E=E.apply()),T=new b(this,U,E),this.onData(this.writer.processingInstruction(T,this.currentLevel+1),this.currentLevel+1);return this},_.prototype.declaration=function(U,E,S){var A;if(this.openCurrent(),this.documentStarted)throw new Error("declaration() must be the first node.");return A=new a(this,U,E,S),this.onData(this.writer.declaration(A,this.currentLevel+1),this.currentLevel+1),this},_.prototype.doctype=function(U,E,S){if(this.openCurrent(),U==null)throw new Error("Missing root node name.");if(this.root)throw new Error("dtd() must come before the root node.");return this.currentNode=new u(this,E,S),this.currentNode.rootNodeName=U,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},_.prototype.dtdElement=function(U,E){var S;return this.openCurrent(),S=new c(this,U,E),this.onData(this.writer.dtdElement(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.attList=function(U,E,S,A,I){var $;return this.openCurrent(),$=new r(this,U,E,S,A,I),this.onData(this.writer.dtdAttList($,this.currentLevel+1),this.currentLevel+1),this},_.prototype.entity=function(U,E){var S;return this.openCurrent(),S=new i(this,!1,U,E),this.onData(this.writer.dtdEntity(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.pEntity=function(U,E){var S;return this.openCurrent(),S=new i(this,!0,U,E),this.onData(this.writer.dtdEntity(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.notation=function(U,E){var S;return this.openCurrent(),S=new o(this,U,E),this.onData(this.writer.dtdNotation(S,this.currentLevel+1),this.currentLevel+1),this},_.prototype.up=function(){if(this.currentLevel<0)throw new Error("The document node has no parent.");return this.currentNode?(this.currentNode.children?this.closeNode(this.currentNode):this.openNode(this.currentNode),this.currentNode=null):this.closeNode(this.openTags[this.currentLevel]),delete this.openTags[this.currentLevel],this.currentLevel--,this},_.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},_.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},_.prototype.openNode=function(U){if(!U.isOpen)return!this.root&&this.currentLevel===0&&U instanceof h&&(this.root=U),this.onData(this.writer.openNode(U,this.currentLevel),this.currentLevel),U.isOpen=!0},_.prototype.closeNode=function(U){if(!U.isClosed)return this.onData(this.writer.closeNode(U,this.currentLevel),this.currentLevel),U.isClosed=!0},_.prototype.onData=function(U,E){return this.documentStarted=!0,this.onDataCallback(U,E+1)},_.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},_.prototype.debugInfo=function(U){return U==null?"":"node: <"+U+">"},_.prototype.ele=function(){return this.element.apply(this,arguments)},_.prototype.nod=function(U,E,S){return this.node(U,E,S)},_.prototype.txt=function(U){return this.text(U)},_.prototype.dat=function(U){return this.cdata(U)},_.prototype.com=function(U){return this.comment(U)},_.prototype.ins=function(U,E){return this.instruction(U,E)},_.prototype.dec=function(U,E,S){return this.declaration(U,E,S)},_.prototype.dtd=function(U,E,S){return this.doctype(U,E,S)},_.prototype.e=function(U,E,S){return this.element(U,E,S)},_.prototype.n=function(U,E,S){return this.node(U,E,S)},_.prototype.t=function(U){return this.text(U)},_.prototype.d=function(U){return this.cdata(U)},_.prototype.c=function(U){return this.comment(U)},_.prototype.r=function(U){return this.raw(U)},_.prototype.i=function(U,E){return this.instruction(U,E)},_.prototype.att=function(){return this.currentNode&&this.currentNode instanceof u?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},_.prototype.a=function(){return this.currentNode&&this.currentNode instanceof u?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},_.prototype.ent=function(U,E){return this.entity(U,E)},_.prototype.pent=function(U,E){return this.pEntity(U,E)},_.prototype.not=function(U,E){return this.notation(U,E)},_})()}).call(cl)),qt.exports}var Pt={exports:{}},sl=Pt.exports,Ho;function dl(){return Ho||(Ho=1,(function(){var e,n,t,r,c,i,o,a,u,h,b,g,m,l,y=function(s,p){for(var d in p)f.call(p,d)&&(s[d]=p[d]);function D(){this.constructor=s}return D.prototype=p.prototype,s.prototype=new D,s.__super__=p.prototype,s},f={}.hasOwnProperty;o=cr(),a=fr(),e=ar(),n=or(),h=ir(),g=hr(),m=pr(),b=gr(),u=ha(),t=ur(),r=dr(),c=sr(),i=lr(),l=ys(),Pt.exports=(function(s){y(p,s);function p(d,D){p.__super__.constructor.call(this,D),this.stream=d}return p.prototype.document=function(d){var D,w,_,U,E,S,A,I;for(S=d.children,w=0,U=S.length;w<U;w++)D=S[w],D.isLastRootNode=!1;for(d.children[d.children.length-1].isLastRootNode=!0,A=d.children,I=[],_=0,E=A.length;_<E;_++)if(D=A[_],!(D instanceof u))switch(!1){case!(D instanceof o):I.push(this.declaration(D));break;case!(D instanceof a):I.push(this.docType(D));break;case!(D instanceof n):I.push(this.comment(D));break;case!(D instanceof b):I.push(this.processingInstruction(D));break;default:I.push(this.element(D))}return I},p.prototype.attribute=function(d){return this.stream.write(" "+d.name+'="'+d.value+'"')},p.prototype.cdata=function(d,D){return this.stream.write(this.space(D)+"<![CDATA["+d.text+"]]>"+this.endline(d))},p.prototype.comment=function(d,D){return this.stream.write(this.space(D)+"<!-- "+d.text+" -->"+this.endline(d))},p.prototype.declaration=function(d,D){return this.stream.write(this.space(D)),this.stream.write('<?xml version="'+d.version+'"'),d.encoding!=null&&this.stream.write(' encoding="'+d.encoding+'"'),d.standalone!=null&&this.stream.write(' standalone="'+d.standalone+'"'),this.stream.write(this.spacebeforeslash+"?>"),this.stream.write(this.endline(d))},p.prototype.docType=function(d,D){var w,_,U,E;if(D||(D=0),this.stream.write(this.space(D)),this.stream.write("<!DOCTYPE "+d.root().name),d.pubID&&d.sysID?this.stream.write(' PUBLIC "'+d.pubID+'" "'+d.sysID+'"'):d.sysID&&this.stream.write(' SYSTEM "'+d.sysID+'"'),d.children.length>0){for(this.stream.write(" ["),this.stream.write(this.endline(d)),E=d.children,_=0,U=E.length;_<U;_++)switch(w=E[_],!1){case!(w instanceof t):this.dtdAttList(w,D+1);break;case!(w instanceof r):this.dtdElement(w,D+1);break;case!(w instanceof c):this.dtdEntity(w,D+1);break;case!(w instanceof i):this.dtdNotation(w,D+1);break;case!(w instanceof e):this.cdata(w,D+1);break;case!(w instanceof n):this.comment(w,D+1);break;case!(w instanceof b):this.processingInstruction(w,D+1);break;default:throw new Error("Unknown DTD node type: "+w.constructor.name)}this.stream.write("]")}return this.stream.write(this.spacebeforeslash+">"),this.stream.write(this.endline(d))},p.prototype.element=function(d,D){var w,_,U,E,S,A,I,$;D||(D=0),$=this.space(D),this.stream.write($+"<"+d.name),A=d.attributes;for(S in A)f.call(A,S)&&(w=A[S],this.attribute(w));if(d.children.length===0||d.children.every(function(T){return T.value===""}))this.allowEmpty?this.stream.write("></"+d.name+">"):this.stream.write(this.spacebeforeslash+"/>");else if(this.pretty&&d.children.length===1&&d.children[0].value!=null)this.stream.write(">"),this.stream.write(d.children[0].value),this.stream.write("</"+d.name+">");else{for(this.stream.write(">"+this.newline),I=d.children,U=0,E=I.length;U<E;U++)switch(_=I[U],!1){case!(_ instanceof e):this.cdata(_,D+1);break;case!(_ instanceof n):this.comment(_,D+1);break;case!(_ instanceof h):this.element(_,D+1);break;case!(_ instanceof g):this.raw(_,D+1);break;case!(_ instanceof m):this.text(_,D+1);break;case!(_ instanceof b):this.processingInstruction(_,D+1);break;case!(_ instanceof u):break;default:throw new Error("Unknown XML node type: "+_.constructor.name)}this.stream.write($+"</"+d.name+">")}return this.stream.write(this.endline(d))},p.prototype.processingInstruction=function(d,D){return this.stream.write(this.space(D)+"<?"+d.target),d.value&&this.stream.write(" "+d.value),this.stream.write(this.spacebeforeslash+"?>"+this.endline(d))},p.prototype.raw=function(d,D){return this.stream.write(this.space(D)+d.value+this.endline(d))},p.prototype.text=function(d,D){return this.stream.write(this.space(D)+d.value+this.endline(d))},p.prototype.dtdAttList=function(d,D){return this.stream.write(this.space(D)+"<!ATTLIST "+d.elementName+" "+d.attributeName+" "+d.attributeType),d.defaultValueType!=="#DEFAULT"&&this.stream.write(" "+d.defaultValueType),d.defaultValue&&this.stream.write(' "'+d.defaultValue+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.dtdElement=function(d,D){return this.stream.write(this.space(D)+"<!ELEMENT "+d.name+" "+d.value),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.dtdEntity=function(d,D){return this.stream.write(this.space(D)+"<!ENTITY"),d.pe&&this.stream.write(" %"),this.stream.write(" "+d.name),d.value?this.stream.write(' "'+d.value+'"'):(d.pubID&&d.sysID?this.stream.write(' PUBLIC "'+d.pubID+'" "'+d.sysID+'"'):d.sysID&&this.stream.write(' SYSTEM "'+d.sysID+'"'),d.nData&&this.stream.write(" NDATA "+d.nData)),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.dtdNotation=function(d,D){return this.stream.write(this.space(D)+"<!NOTATION "+d.name),d.pubID&&d.sysID?this.stream.write(' PUBLIC "'+d.pubID+'" "'+d.sysID+'"'):d.pubID?this.stream.write(' PUBLIC "'+d.pubID+'"'):d.sysID&&this.stream.write(' SYSTEM "'+d.sysID+'"'),this.stream.write(this.spacebeforeslash+">"+this.endline(d))},p.prototype.endline=function(d){return d.isLastRootNode?"":this.newline},p})(l)}).call(sl)),Pt.exports}var Go;function ll(){return Go||(Go=1,(function(){var e,n,t,r,c,i,o;o=yn(),c=o.assign,i=o.isFunction,e=ol(),n=ul(),r=pa(),t=dl(),Tn.create=function(a,u,h,b){var g,m;if(a==null)throw new Error("Root element needs a name.");return b=c({},u,h,b),g=new e(b),m=g.element(a),b.headless||(g.declaration(b),(b.pubID!=null||b.sysID!=null)&&g.doctype(b)),m},Tn.begin=function(a,u,h){var b;return i(a)&&(b=[a,u],u=b[0],h=b[1],a={}),u?new n(a,u,h):new e(a)},Tn.stringWriter=function(a){return new r(a)},Tn.streamWriter=function(a,u){return new t(a,u)}}).call(Tn)),Tn}var Zo;function fl(){if(Zo)return ni;Zo=1;var e=ke,n=ll();ni.writeString=t;function t(c,i){var o=e.invert(i),a={element:h,text:r};function u(m,l){return a[l.type](m,l)}function h(m,l){var y=m.element(b(l.name),l.attributes);l.children.forEach(function(f){u(y,f)})}function b(m){var l=/^\{(.*)\}(.*)$/.exec(m);if(l){var y=o[l[1]];return y+(y===""?"":":")+l[2]}else return m}function g(m){var l=n.create(b(m.name),{version:"1.0",encoding:"UTF-8",standalone:!0});return e.forEach(i,function(y,f){var s="xmlns"+(f===""?"":":"+f);l.attribute(s,y)}),m.children.forEach(function(y){u(l,y)}),l.end()}return g(c)}function r(c,i){c.text(i.value)}return ni}var Yo;function ga(){if(Yo)return sn;Yo=1;var e=gs();return sn.Element=e.Element,sn.element=e.element,sn.emptyElement=e.emptyElement,sn.text=e.text,sn.readString=qd().readString,sn.writeString=fl().writeString,sn}var $o;function hl(){if($o)return ft;$o=1;var e=ke,n=bn(),t=ga();ft.read=c,ft.readXmlFromZipFile=i;var r={"http://schemas.openxmlformats.org/wordprocessingml/2006/main":"w","http://schemas.openxmlformats.org/officeDocument/2006/relationships":"r","http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing":"wp","http://schemas.openxmlformats.org/drawingml/2006/main":"a","http://schemas.openxmlformats.org/drawingml/2006/picture":"pic","http://purl.oclc.org/ooxml/wordprocessingml/main":"w","http://purl.oclc.org/ooxml/officeDocument/relationships":"r","http://purl.oclc.org/ooxml/drawingml/wordprocessingDrawing":"wp","http://purl.oclc.org/ooxml/drawingml/main":"a","http://purl.oclc.org/ooxml/drawingml/picture":"pic","http://schemas.openxmlformats.org/package/2006/content-types":"content-types","http://schemas.openxmlformats.org/package/2006/relationships":"relationships","http://schemas.openxmlformats.org/markup-compatibility/2006":"mc","urn:schemas-microsoft-com:vml":"v","urn:schemas-microsoft-com:office:word":"office-word","http://schemas.microsoft.com/office/word/2010/wordml":"wordml"};function c(u){return t.readString(u,r).then(function(h){return a(h)[0]})}function i(u,h){return u.exists(h)?u.read(h,"utf-8").then(o).then(c):n.resolve(null)}function o(u){return u.replace(/^\uFEFF/g,"")}function a(u){return u.type==="element"?u.name==="mc:AlternateContent"?u.firstOrEmpty("mc:Fallback").children:(u.children=e.flatten(u.children.map(a,!0)),[u]):[u]}return ft}var gt={},$e={},mt={},Ko;function pl(){if(Ko)return mt;Ko=1,Object.defineProperty(mt,"__esModule",{value:!0});var e=[{"Typeface name":"Symbol","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Symbol","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"33","Unicode hex":"21"},{"Typeface name":"Symbol","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"8704","Unicode hex":"2200"},{"Typeface name":"Symbol","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"35","Unicode hex":"23"},{"Typeface name":"Symbol","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"8707","Unicode hex":"2203"},{"Typeface name":"Symbol","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"37","Unicode hex":"25"},{"Typeface name":"Symbol","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"38","Unicode hex":"26"},{"Typeface name":"Symbol","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"8717","Unicode hex":"220D"},{"Typeface name":"Symbol","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"40","Unicode hex":"28"},{"Typeface name":"Symbol","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"41","Unicode hex":"29"},{"Typeface name":"Symbol","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"42","Unicode hex":"2A"},{"Typeface name":"Symbol","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"43","Unicode hex":"2B"},{"Typeface name":"Symbol","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"44","Unicode hex":"2C"},{"Typeface name":"Symbol","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"8722","Unicode hex":"2212"},{"Typeface name":"Symbol","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"46","Unicode hex":"2E"},{"Typeface name":"Symbol","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"47","Unicode hex":"2F"},{"Typeface name":"Symbol","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"48","Unicode hex":"30"},{"Typeface name":"Symbol","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"49","Unicode hex":"31"},{"Typeface name":"Symbol","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"50","Unicode hex":"32"},{"Typeface name":"Symbol","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"51","Unicode hex":"33"},{"Typeface name":"Symbol","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"52","Unicode hex":"34"},{"Typeface name":"Symbol","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"53","Unicode hex":"35"},{"Typeface name":"Symbol","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"54","Unicode hex":"36"},{"Typeface name":"Symbol","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"55","Unicode hex":"37"},{"Typeface name":"Symbol","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"56","Unicode hex":"38"},{"Typeface name":"Symbol","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"57","Unicode hex":"39"},{"Typeface name":"Symbol","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"58","Unicode hex":"3A"},{"Typeface name":"Symbol","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"59","Unicode hex":"3B"},{"Typeface name":"Symbol","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"60","Unicode hex":"3C"},{"Typeface name":"Symbol","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"61","Unicode hex":"3D"},{"Typeface name":"Symbol","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"62","Unicode hex":"3E"},{"Typeface name":"Symbol","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"63","Unicode hex":"3F"},{"Typeface name":"Symbol","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"8773","Unicode hex":"2245"},{"Typeface name":"Symbol","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"913","Unicode hex":"391"},{"Typeface name":"Symbol","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"914","Unicode hex":"392"},{"Typeface name":"Symbol","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"935","Unicode hex":"3A7"},{"Typeface name":"Symbol","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"916","Unicode hex":"394"},{"Typeface name":"Symbol","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"917","Unicode hex":"395"},{"Typeface name":"Symbol","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"934","Unicode hex":"3A6"},{"Typeface name":"Symbol","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"915","Unicode hex":"393"},{"Typeface name":"Symbol","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"919","Unicode hex":"397"},{"Typeface name":"Symbol","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"921","Unicode hex":"399"},{"Typeface name":"Symbol","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"977","Unicode hex":"3D1"},{"Typeface name":"Symbol","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"922","Unicode hex":"39A"},{"Typeface name":"Symbol","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"923","Unicode hex":"39B"},{"Typeface name":"Symbol","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"924","Unicode hex":"39C"},{"Typeface name":"Symbol","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"925","Unicode hex":"39D"},{"Typeface name":"Symbol","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"927","Unicode hex":"39F"},{"Typeface name":"Symbol","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"928","Unicode hex":"3A0"},{"Typeface name":"Symbol","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"920","Unicode hex":"398"},{"Typeface name":"Symbol","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"929","Unicode hex":"3A1"},{"Typeface name":"Symbol","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"931","Unicode hex":"3A3"},{"Typeface name":"Symbol","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"932","Unicode hex":"3A4"},{"Typeface name":"Symbol","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"933","Unicode hex":"3A5"},{"Typeface name":"Symbol","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"962","Unicode hex":"3C2"},{"Typeface name":"Symbol","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"937","Unicode hex":"3A9"},{"Typeface name":"Symbol","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"926","Unicode hex":"39E"},{"Typeface name":"Symbol","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"936","Unicode hex":"3A8"},{"Typeface name":"Symbol","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"918","Unicode hex":"396"},{"Typeface name":"Symbol","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"91","Unicode hex":"5B"},{"Typeface name":"Symbol","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"8756","Unicode hex":"2234"},{"Typeface name":"Symbol","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"93","Unicode hex":"5D"},{"Typeface name":"Symbol","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"8869","Unicode hex":"22A5"},{"Typeface name":"Symbol","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"95","Unicode hex":"5F"},{"Typeface name":"Symbol","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"8254","Unicode hex":"203E"},{"Typeface name":"Symbol","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"945","Unicode hex":"3B1"},{"Typeface name":"Symbol","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"946","Unicode hex":"3B2"},{"Typeface name":"Symbol","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"967","Unicode hex":"3C7"},{"Typeface name":"Symbol","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"948","Unicode hex":"3B4"},{"Typeface name":"Symbol","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"949","Unicode hex":"3B5"},{"Typeface name":"Symbol","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"966","Unicode hex":"3C6"},{"Typeface name":"Symbol","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"947","Unicode hex":"3B3"},{"Typeface name":"Symbol","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"951","Unicode hex":"3B7"},{"Typeface name":"Symbol","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"953","Unicode hex":"3B9"},{"Typeface name":"Symbol","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"981","Unicode hex":"3D5"},{"Typeface name":"Symbol","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"954","Unicode hex":"3BA"},{"Typeface name":"Symbol","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"955","Unicode hex":"3BB"},{"Typeface name":"Symbol","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"956","Unicode hex":"3BC"},{"Typeface name":"Symbol","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"957","Unicode hex":"3BD"},{"Typeface name":"Symbol","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"959","Unicode hex":"3BF"},{"Typeface name":"Symbol","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"960","Unicode hex":"3C0"},{"Typeface name":"Symbol","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"952","Unicode hex":"3B8"},{"Typeface name":"Symbol","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"961","Unicode hex":"3C1"},{"Typeface name":"Symbol","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"963","Unicode hex":"3C3"},{"Typeface name":"Symbol","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"964","Unicode hex":"3C4"},{"Typeface name":"Symbol","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"965","Unicode hex":"3C5"},{"Typeface name":"Symbol","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"982","Unicode hex":"3D6"},{"Typeface name":"Symbol","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"969","Unicode hex":"3C9"},{"Typeface name":"Symbol","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"958","Unicode hex":"3BE"},{"Typeface name":"Symbol","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"968","Unicode hex":"3C8"},{"Typeface name":"Symbol","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"950","Unicode hex":"3B6"},{"Typeface name":"Symbol","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"123","Unicode hex":"7B"},{"Typeface name":"Symbol","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"124","Unicode hex":"7C"},{"Typeface name":"Symbol","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"125","Unicode hex":"7D"},{"Typeface name":"Symbol","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"126","Unicode hex":"7E"},{"Typeface name":"Symbol","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"8364","Unicode hex":"20AC"},{"Typeface name":"Symbol","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"978","Unicode hex":"3D2"},{"Typeface name":"Symbol","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"8242","Unicode hex":"2032"},{"Typeface name":"Symbol","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"8804","Unicode hex":"2264"},{"Typeface name":"Symbol","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"8260","Unicode hex":"2044"},{"Typeface name":"Symbol","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"8734","Unicode hex":"221E"},{"Typeface name":"Symbol","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"402","Unicode hex":"192"},{"Typeface name":"Symbol","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9827","Unicode hex":"2663"},{"Typeface name":"Symbol","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9830","Unicode hex":"2666"},{"Typeface name":"Symbol","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"9829","Unicode hex":"2665"},{"Typeface name":"Symbol","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"9824","Unicode hex":"2660"},{"Typeface name":"Symbol","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"8596","Unicode hex":"2194"},{"Typeface name":"Symbol","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"8592","Unicode hex":"2190"},{"Typeface name":"Symbol","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"8593","Unicode hex":"2191"},{"Typeface name":"Symbol","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"8594","Unicode hex":"2192"},{"Typeface name":"Symbol","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"8595","Unicode hex":"2193"},{"Typeface name":"Symbol","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"176","Unicode hex":"B0"},{"Typeface name":"Symbol","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"177","Unicode hex":"B1"},{"Typeface name":"Symbol","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"8243","Unicode hex":"2033"},{"Typeface name":"Symbol","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"8805","Unicode hex":"2265"},{"Typeface name":"Symbol","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"215","Unicode hex":"D7"},{"Typeface name":"Symbol","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"8733","Unicode hex":"221D"},{"Typeface name":"Symbol","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"8706","Unicode hex":"2202"},{"Typeface name":"Symbol","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Symbol","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"247","Unicode hex":"F7"},{"Typeface name":"Symbol","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"8800","Unicode hex":"2260"},{"Typeface name":"Symbol","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"8801","Unicode hex":"2261"},{"Typeface name":"Symbol","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"8776","Unicode hex":"2248"},{"Typeface name":"Symbol","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"8230","Unicode hex":"2026"},{"Typeface name":"Symbol","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Symbol","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"9135","Unicode hex":"23AF"},{"Typeface name":"Symbol","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"8629","Unicode hex":"21B5"},{"Typeface name":"Symbol","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"8501","Unicode hex":"2135"},{"Typeface name":"Symbol","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"8465","Unicode hex":"2111"},{"Typeface name":"Symbol","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"8476","Unicode hex":"211C"},{"Typeface name":"Symbol","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"8472","Unicode hex":"2118"},{"Typeface name":"Symbol","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"8855","Unicode hex":"2297"},{"Typeface name":"Symbol","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"8853","Unicode hex":"2295"},{"Typeface name":"Symbol","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"8709","Unicode hex":"2205"},{"Typeface name":"Symbol","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"8745","Unicode hex":"2229"},{"Typeface name":"Symbol","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"8746","Unicode hex":"222A"},{"Typeface name":"Symbol","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"8835","Unicode hex":"2283"},{"Typeface name":"Symbol","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"8839","Unicode hex":"2287"},{"Typeface name":"Symbol","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"8836","Unicode hex":"2284"},{"Typeface name":"Symbol","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"8834","Unicode hex":"2282"},{"Typeface name":"Symbol","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"8838","Unicode hex":"2286"},{"Typeface name":"Symbol","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"8712","Unicode hex":"2208"},{"Typeface name":"Symbol","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"8713","Unicode hex":"2209"},{"Typeface name":"Symbol","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"8736","Unicode hex":"2220"},{"Typeface name":"Symbol","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"8711","Unicode hex":"2207"},{"Typeface name":"Symbol","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"8719","Unicode hex":"220F"},{"Typeface name":"Symbol","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8730","Unicode hex":"221A"},{"Typeface name":"Symbol","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Symbol","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"172","Unicode hex":"AC"},{"Typeface name":"Symbol","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"8743","Unicode hex":"2227"},{"Typeface name":"Symbol","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"8744","Unicode hex":"2228"},{"Typeface name":"Symbol","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"8660","Unicode hex":"21D4"},{"Typeface name":"Symbol","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"8656","Unicode hex":"21D0"},{"Typeface name":"Symbol","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"8657","Unicode hex":"21D1"},{"Typeface name":"Symbol","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"8658","Unicode hex":"21D2"},{"Typeface name":"Symbol","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"8659","Unicode hex":"21D3"},{"Typeface name":"Symbol","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Symbol","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"12296","Unicode hex":"3008"},{"Typeface name":"Symbol","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"174","Unicode hex":"AE"},{"Typeface name":"Symbol","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"169","Unicode hex":"A9"},{"Typeface name":"Symbol","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"8482","Unicode hex":"2122"},{"Typeface name":"Symbol","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"8721","Unicode hex":"2211"},{"Typeface name":"Symbol","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"9115","Unicode hex":"239B"},{"Typeface name":"Symbol","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"9116","Unicode hex":"239C"},{"Typeface name":"Symbol","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9117","Unicode hex":"239D"},{"Typeface name":"Symbol","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9121","Unicode hex":"23A1"},{"Typeface name":"Symbol","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"9122","Unicode hex":"23A2"},{"Typeface name":"Symbol","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"9123","Unicode hex":"23A3"},{"Typeface name":"Symbol","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"9127","Unicode hex":"23A7"},{"Typeface name":"Symbol","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"9128","Unicode hex":"23A8"},{"Typeface name":"Symbol","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"9129","Unicode hex":"23A9"},{"Typeface name":"Symbol","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"9130","Unicode hex":"23AA"},{"Typeface name":"Symbol","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"63743","Unicode hex":"F8FF"},{"Typeface name":"Symbol","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"12297","Unicode hex":"3009"},{"Typeface name":"Symbol","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8747","Unicode hex":"222B"},{"Typeface name":"Symbol","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"8992","Unicode hex":"2320"},{"Typeface name":"Symbol","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"9134","Unicode hex":"23AE"},{"Typeface name":"Symbol","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"8993","Unicode hex":"2321"},{"Typeface name":"Symbol","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"9118","Unicode hex":"239E"},{"Typeface name":"Symbol","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"9119","Unicode hex":"239F"},{"Typeface name":"Symbol","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"9120","Unicode hex":"23A0"},{"Typeface name":"Symbol","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"9124","Unicode hex":"23A4"},{"Typeface name":"Symbol","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"9125","Unicode hex":"23A5"},{"Typeface name":"Symbol","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"9126","Unicode hex":"23A6"},{"Typeface name":"Symbol","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"9131","Unicode hex":"23AB"},{"Typeface name":"Symbol","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"9132","Unicode hex":"23AC"},{"Typeface name":"Symbol","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"9133","Unicode hex":"23AD"},{"Typeface name":"Webdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Webdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128375","Unicode hex":"1F577"},{"Typeface name":"Webdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128376","Unicode hex":"1F578"},{"Typeface name":"Webdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128370","Unicode hex":"1F572"},{"Typeface name":"Webdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128374","Unicode hex":"1F576"},{"Typeface name":"Webdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"127942","Unicode hex":"1F3C6"},{"Typeface name":"Webdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"127894","Unicode hex":"1F396"},{"Typeface name":"Webdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128391","Unicode hex":"1F587"},{"Typeface name":"Webdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128488","Unicode hex":"1F5E8"},{"Typeface name":"Webdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128489","Unicode hex":"1F5E9"},{"Typeface name":"Webdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128496","Unicode hex":"1F5F0"},{"Typeface name":"Webdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128497","Unicode hex":"1F5F1"},{"Typeface name":"Webdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"127798","Unicode hex":"1F336"},{"Typeface name":"Webdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"127895","Unicode hex":"1F397"},{"Typeface name":"Webdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128638","Unicode hex":"1F67E"},{"Typeface name":"Webdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128636","Unicode hex":"1F67C"},{"Typeface name":"Webdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128469","Unicode hex":"1F5D5"},{"Typeface name":"Webdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128470","Unicode hex":"1F5D6"},{"Typeface name":"Webdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128471","Unicode hex":"1F5D7"},{"Typeface name":"Webdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"9204","Unicode hex":"23F4"},{"Typeface name":"Webdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"9205","Unicode hex":"23F5"},{"Typeface name":"Webdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"9206","Unicode hex":"23F6"},{"Typeface name":"Webdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"9207","Unicode hex":"23F7"},{"Typeface name":"Webdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"9194","Unicode hex":"23EA"},{"Typeface name":"Webdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"9193","Unicode hex":"23E9"},{"Typeface name":"Webdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"9198","Unicode hex":"23EE"},{"Typeface name":"Webdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"9197","Unicode hex":"23ED"},{"Typeface name":"Webdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"9208","Unicode hex":"23F8"},{"Typeface name":"Webdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"9209","Unicode hex":"23F9"},{"Typeface name":"Webdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"9210","Unicode hex":"23FA"},{"Typeface name":"Webdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128474","Unicode hex":"1F5DA"},{"Typeface name":"Webdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128499","Unicode hex":"1F5F3"},{"Typeface name":"Webdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128736","Unicode hex":"1F6E0"},{"Typeface name":"Webdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"127959","Unicode hex":"1F3D7"},{"Typeface name":"Webdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"127960","Unicode hex":"1F3D8"},{"Typeface name":"Webdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"127961","Unicode hex":"1F3D9"},{"Typeface name":"Webdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"127962","Unicode hex":"1F3DA"},{"Typeface name":"Webdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"127964","Unicode hex":"1F3DC"},{"Typeface name":"Webdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"127981","Unicode hex":"1F3ED"},{"Typeface name":"Webdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"127963","Unicode hex":"1F3DB"},{"Typeface name":"Webdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"127968","Unicode hex":"1F3E0"},{"Typeface name":"Webdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"127958","Unicode hex":"1F3D6"},{"Typeface name":"Webdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"127965","Unicode hex":"1F3DD"},{"Typeface name":"Webdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128739","Unicode hex":"1F6E3"},{"Typeface name":"Webdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128269","Unicode hex":"1F50D"},{"Typeface name":"Webdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"127956","Unicode hex":"1F3D4"},{"Typeface name":"Webdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128065","Unicode hex":"1F441"},{"Typeface name":"Webdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128066","Unicode hex":"1F442"},{"Typeface name":"Webdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127966","Unicode hex":"1F3DE"},{"Typeface name":"Webdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"127957","Unicode hex":"1F3D5"},{"Typeface name":"Webdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"128740","Unicode hex":"1F6E4"},{"Typeface name":"Webdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127967","Unicode hex":"1F3DF"},{"Typeface name":"Webdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"128755","Unicode hex":"1F6F3"},{"Typeface name":"Webdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128364","Unicode hex":"1F56C"},{"Typeface name":"Webdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"128363","Unicode hex":"1F56B"},{"Typeface name":"Webdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128360","Unicode hex":"1F568"},{"Typeface name":"Webdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"128264","Unicode hex":"1F508"},{"Typeface name":"Webdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"127892","Unicode hex":"1F394"},{"Typeface name":"Webdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"127893","Unicode hex":"1F395"},{"Typeface name":"Webdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128492","Unicode hex":"1F5EC"},{"Typeface name":"Webdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128637","Unicode hex":"1F67D"},{"Typeface name":"Webdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"128493","Unicode hex":"1F5ED"},{"Typeface name":"Webdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128490","Unicode hex":"1F5EA"},{"Typeface name":"Webdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128491","Unicode hex":"1F5EB"},{"Typeface name":"Webdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"11156","Unicode hex":"2B94"},{"Typeface name":"Webdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"10004","Unicode hex":"2714"},{"Typeface name":"Webdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128690","Unicode hex":"1F6B2"},{"Typeface name":"Webdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"11036","Unicode hex":"2B1C"},{"Typeface name":"Webdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128737","Unicode hex":"1F6E1"},{"Typeface name":"Webdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128230","Unicode hex":"1F4E6"},{"Typeface name":"Webdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128753","Unicode hex":"1F6F1"},{"Typeface name":"Webdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"11035","Unicode hex":"2B1B"},{"Typeface name":"Webdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128657","Unicode hex":"1F691"},{"Typeface name":"Webdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"128712","Unicode hex":"1F6C8"},{"Typeface name":"Webdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128745","Unicode hex":"1F6E9"},{"Typeface name":"Webdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128752","Unicode hex":"1F6F0"},{"Typeface name":"Webdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"128968","Unicode hex":"1F7C8"},{"Typeface name":"Webdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128372","Unicode hex":"1F574"},{"Typeface name":"Webdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"11044","Unicode hex":"2B24"},{"Typeface name":"Webdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128741","Unicode hex":"1F6E5"},{"Typeface name":"Webdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128660","Unicode hex":"1F694"},{"Typeface name":"Webdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"128472","Unicode hex":"1F5D8"},{"Typeface name":"Webdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"128473","Unicode hex":"1F5D9"},{"Typeface name":"Webdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"10067","Unicode hex":"2753"},{"Typeface name":"Webdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"128754","Unicode hex":"1F6F2"},{"Typeface name":"Webdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"128647","Unicode hex":"1F687"},{"Typeface name":"Webdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"128653","Unicode hex":"1F68D"},{"Typeface name":"Webdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9971","Unicode hex":"26F3"},{"Typeface name":"Webdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Webdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"8854","Unicode hex":"2296"},{"Typeface name":"Webdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"128685","Unicode hex":"1F6AD"},{"Typeface name":"Webdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"128494","Unicode hex":"1F5EE"},{"Typeface name":"Webdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"9168","Unicode hex":"23D0"},{"Typeface name":"Webdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128495","Unicode hex":"1F5EF"},{"Typeface name":"Webdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128498","Unicode hex":"1F5F2"},{"Typeface name":"Webdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128697","Unicode hex":"1F6B9"},{"Typeface name":"Webdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"128698","Unicode hex":"1F6BA"},{"Typeface name":"Webdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"128713","Unicode hex":"1F6C9"},{"Typeface name":"Webdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"128714","Unicode hex":"1F6CA"},{"Typeface name":"Webdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"128700","Unicode hex":"1F6BC"},{"Typeface name":"Webdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"128125","Unicode hex":"1F47D"},{"Typeface name":"Webdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"127947","Unicode hex":"1F3CB"},{"Typeface name":"Webdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"9975","Unicode hex":"26F7"},{"Typeface name":"Webdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"127938","Unicode hex":"1F3C2"},{"Typeface name":"Webdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"127948","Unicode hex":"1F3CC"},{"Typeface name":"Webdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"127946","Unicode hex":"1F3CA"},{"Typeface name":"Webdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127940","Unicode hex":"1F3C4"},{"Typeface name":"Webdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"127949","Unicode hex":"1F3CD"},{"Typeface name":"Webdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"127950","Unicode hex":"1F3CE"},{"Typeface name":"Webdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128664","Unicode hex":"1F698"},{"Typeface name":"Webdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128480","Unicode hex":"1F5E0"},{"Typeface name":"Webdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128738","Unicode hex":"1F6E2"},{"Typeface name":"Webdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128176","Unicode hex":"1F4B0"},{"Typeface name":"Webdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"127991","Unicode hex":"1F3F7"},{"Typeface name":"Webdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128179","Unicode hex":"1F4B3"},{"Typeface name":"Webdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128106","Unicode hex":"1F46A"},{"Typeface name":"Webdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"128481","Unicode hex":"1F5E1"},{"Typeface name":"Webdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128482","Unicode hex":"1F5E2"},{"Typeface name":"Webdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128483","Unicode hex":"1F5E3"},{"Typeface name":"Webdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Webdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128388","Unicode hex":"1F584"},{"Typeface name":"Webdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128389","Unicode hex":"1F585"},{"Typeface name":"Webdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Webdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128390","Unicode hex":"1F586"},{"Typeface name":"Webdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128441","Unicode hex":"1F5B9"},{"Typeface name":"Webdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"128442","Unicode hex":"1F5BA"},{"Typeface name":"Webdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128443","Unicode hex":"1F5BB"},{"Typeface name":"Webdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128373","Unicode hex":"1F575"},{"Typeface name":"Webdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"128368","Unicode hex":"1F570"},{"Typeface name":"Webdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128445","Unicode hex":"1F5BD"},{"Typeface name":"Webdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128446","Unicode hex":"1F5BE"},{"Typeface name":"Webdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Webdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128466","Unicode hex":"1F5D2"},{"Typeface name":"Webdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128467","Unicode hex":"1F5D3"},{"Typeface name":"Webdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Webdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128218","Unicode hex":"1F4DA"},{"Typeface name":"Webdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128478","Unicode hex":"1F5DE"},{"Typeface name":"Webdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128479","Unicode hex":"1F5DF"},{"Typeface name":"Webdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128451","Unicode hex":"1F5C3"},{"Typeface name":"Webdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128450","Unicode hex":"1F5C2"},{"Typeface name":"Webdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128444","Unicode hex":"1F5BC"},{"Typeface name":"Webdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"127917","Unicode hex":"1F3AD"},{"Typeface name":"Webdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"127900","Unicode hex":"1F39C"},{"Typeface name":"Webdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"127896","Unicode hex":"1F398"},{"Typeface name":"Webdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"127897","Unicode hex":"1F399"},{"Typeface name":"Webdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"127911","Unicode hex":"1F3A7"},{"Typeface name":"Webdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128191","Unicode hex":"1F4BF"},{"Typeface name":"Webdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"127902","Unicode hex":"1F39E"},{"Typeface name":"Webdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128247","Unicode hex":"1F4F7"},{"Typeface name":"Webdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"127903","Unicode hex":"1F39F"},{"Typeface name":"Webdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"127916","Unicode hex":"1F3AC"},{"Typeface name":"Webdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128253","Unicode hex":"1F4FD"},{"Typeface name":"Webdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128249","Unicode hex":"1F4F9"},{"Typeface name":"Webdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128254","Unicode hex":"1F4FE"},{"Typeface name":"Webdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128251","Unicode hex":"1F4FB"},{"Typeface name":"Webdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"127898","Unicode hex":"1F39A"},{"Typeface name":"Webdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"127899","Unicode hex":"1F39B"},{"Typeface name":"Webdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128250","Unicode hex":"1F4FA"},{"Typeface name":"Webdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128187","Unicode hex":"1F4BB"},{"Typeface name":"Webdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128421","Unicode hex":"1F5A5"},{"Typeface name":"Webdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128422","Unicode hex":"1F5A6"},{"Typeface name":"Webdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128423","Unicode hex":"1F5A7"},{"Typeface name":"Webdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"128377","Unicode hex":"1F579"},{"Typeface name":"Webdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"127918","Unicode hex":"1F3AE"},{"Typeface name":"Webdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"128379","Unicode hex":"1F57B"},{"Typeface name":"Webdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128380","Unicode hex":"1F57C"},{"Typeface name":"Webdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128223","Unicode hex":"1F4DF"},{"Typeface name":"Webdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128385","Unicode hex":"1F581"},{"Typeface name":"Webdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128384","Unicode hex":"1F580"},{"Typeface name":"Webdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128424","Unicode hex":"1F5A8"},{"Typeface name":"Webdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128425","Unicode hex":"1F5A9"},{"Typeface name":"Webdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128447","Unicode hex":"1F5BF"},{"Typeface name":"Webdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128426","Unicode hex":"1F5AA"},{"Typeface name":"Webdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128476","Unicode hex":"1F5DC"},{"Typeface name":"Webdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128274","Unicode hex":"1F512"},{"Typeface name":"Webdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128275","Unicode hex":"1F513"},{"Typeface name":"Webdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128477","Unicode hex":"1F5DD"},{"Typeface name":"Webdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128229","Unicode hex":"1F4E5"},{"Typeface name":"Webdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128228","Unicode hex":"1F4E4"},{"Typeface name":"Webdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128371","Unicode hex":"1F573"},{"Typeface name":"Webdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"127779","Unicode hex":"1F323"},{"Typeface name":"Webdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"127780","Unicode hex":"1F324"},{"Typeface name":"Webdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"127781","Unicode hex":"1F325"},{"Typeface name":"Webdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"127782","Unicode hex":"1F326"},{"Typeface name":"Webdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"9729","Unicode hex":"2601"},{"Typeface name":"Webdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"127784","Unicode hex":"1F328"},{"Typeface name":"Webdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"127783","Unicode hex":"1F327"},{"Typeface name":"Webdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"127785","Unicode hex":"1F329"},{"Typeface name":"Webdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"127786","Unicode hex":"1F32A"},{"Typeface name":"Webdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"127788","Unicode hex":"1F32C"},{"Typeface name":"Webdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"127787","Unicode hex":"1F32B"},{"Typeface name":"Webdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"127772","Unicode hex":"1F31C"},{"Typeface name":"Webdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"127777","Unicode hex":"1F321"},{"Typeface name":"Webdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128715","Unicode hex":"1F6CB"},{"Typeface name":"Webdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128719","Unicode hex":"1F6CF"},{"Typeface name":"Webdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"127869","Unicode hex":"1F37D"},{"Typeface name":"Webdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"127864","Unicode hex":"1F378"},{"Typeface name":"Webdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128718","Unicode hex":"1F6CE"},{"Typeface name":"Webdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128717","Unicode hex":"1F6CD"},{"Typeface name":"Webdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"9413","Unicode hex":"24C5"},{"Typeface name":"Webdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"9855","Unicode hex":"267F"},{"Typeface name":"Webdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128710","Unicode hex":"1F6C6"},{"Typeface name":"Webdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"128392","Unicode hex":"1F588"},{"Typeface name":"Webdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"127891","Unicode hex":"1F393"},{"Typeface name":"Webdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128484","Unicode hex":"1F5E4"},{"Typeface name":"Webdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128485","Unicode hex":"1F5E5"},{"Typeface name":"Webdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128486","Unicode hex":"1F5E6"},{"Typeface name":"Webdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"128487","Unicode hex":"1F5E7"},{"Typeface name":"Webdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128746","Unicode hex":"1F6EA"},{"Typeface name":"Webdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128063","Unicode hex":"1F43F"},{"Typeface name":"Webdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"128038","Unicode hex":"1F426"},{"Typeface name":"Webdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128031","Unicode hex":"1F41F"},{"Typeface name":"Webdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128021","Unicode hex":"1F415"},{"Typeface name":"Webdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"128008","Unicode hex":"1F408"},{"Typeface name":"Webdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"128620","Unicode hex":"1F66C"},{"Typeface name":"Webdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"128622","Unicode hex":"1F66E"},{"Typeface name":"Webdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"128621","Unicode hex":"1F66D"},{"Typeface name":"Webdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"128623","Unicode hex":"1F66F"},{"Typeface name":"Webdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128506","Unicode hex":"1F5FA"},{"Typeface name":"Webdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"127757","Unicode hex":"1F30D"},{"Typeface name":"Webdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"127759","Unicode hex":"1F30F"},{"Typeface name":"Webdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"127758","Unicode hex":"1F30E"},{"Typeface name":"Webdings","Dingbat dec":"255","Dingbat hex":"FF","Unicode dec":"128330","Unicode hex":"1F54A"},{"Typeface name":"Wingdings","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128393","Unicode hex":"1F589"},{"Typeface name":"Wingdings","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"9986","Unicode hex":"2702"},{"Typeface name":"Wingdings","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"9985","Unicode hex":"2701"},{"Typeface name":"Wingdings","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128083","Unicode hex":"1F453"},{"Typeface name":"Wingdings","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"128365","Unicode hex":"1F56D"},{"Typeface name":"Wingdings","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"128366","Unicode hex":"1F56E"},{"Typeface name":"Wingdings","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128367","Unicode hex":"1F56F"},{"Typeface name":"Wingdings","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128383","Unicode hex":"1F57F"},{"Typeface name":"Wingdings","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"9990","Unicode hex":"2706"},{"Typeface name":"Wingdings","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128386","Unicode hex":"1F582"},{"Typeface name":"Wingdings","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128387","Unicode hex":"1F583"},{"Typeface name":"Wingdings","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128234","Unicode hex":"1F4EA"},{"Typeface name":"Wingdings","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128235","Unicode hex":"1F4EB"},{"Typeface name":"Wingdings","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128236","Unicode hex":"1F4EC"},{"Typeface name":"Wingdings","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128237","Unicode hex":"1F4ED"},{"Typeface name":"Wingdings","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128448","Unicode hex":"1F5C0"},{"Typeface name":"Wingdings","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128449","Unicode hex":"1F5C1"},{"Typeface name":"Wingdings","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128462","Unicode hex":"1F5CE"},{"Typeface name":"Wingdings","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128463","Unicode hex":"1F5CF"},{"Typeface name":"Wingdings","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128464","Unicode hex":"1F5D0"},{"Typeface name":"Wingdings","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128452","Unicode hex":"1F5C4"},{"Typeface name":"Wingdings","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"8987","Unicode hex":"231B"},{"Typeface name":"Wingdings","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128430","Unicode hex":"1F5AE"},{"Typeface name":"Wingdings","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128432","Unicode hex":"1F5B0"},{"Typeface name":"Wingdings","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128434","Unicode hex":"1F5B2"},{"Typeface name":"Wingdings","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128435","Unicode hex":"1F5B3"},{"Typeface name":"Wingdings","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128436","Unicode hex":"1F5B4"},{"Typeface name":"Wingdings","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128427","Unicode hex":"1F5AB"},{"Typeface name":"Wingdings","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128428","Unicode hex":"1F5AC"},{"Typeface name":"Wingdings","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"9991","Unicode hex":"2707"},{"Typeface name":"Wingdings","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"9997","Unicode hex":"270D"},{"Typeface name":"Wingdings","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128398","Unicode hex":"1F58E"},{"Typeface name":"Wingdings","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"9996","Unicode hex":"270C"},{"Typeface name":"Wingdings","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128399","Unicode hex":"1F58F"},{"Typeface name":"Wingdings","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128077","Unicode hex":"1F44D"},{"Typeface name":"Wingdings","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128078","Unicode hex":"1F44E"},{"Typeface name":"Wingdings","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"9756","Unicode hex":"261C"},{"Typeface name":"Wingdings","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"9758","Unicode hex":"261E"},{"Typeface name":"Wingdings","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"9757","Unicode hex":"261D"},{"Typeface name":"Wingdings","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"9759","Unicode hex":"261F"},{"Typeface name":"Wingdings","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128400","Unicode hex":"1F590"},{"Typeface name":"Wingdings","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"9786","Unicode hex":"263A"},{"Typeface name":"Wingdings","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128528","Unicode hex":"1F610"},{"Typeface name":"Wingdings","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"9785","Unicode hex":"2639"},{"Typeface name":"Wingdings","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128163","Unicode hex":"1F4A3"},{"Typeface name":"Wingdings","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128369","Unicode hex":"1F571"},{"Typeface name":"Wingdings","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"127987","Unicode hex":"1F3F3"},{"Typeface name":"Wingdings","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"127985","Unicode hex":"1F3F1"},{"Typeface name":"Wingdings","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"9992","Unicode hex":"2708"},{"Typeface name":"Wingdings","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9788","Unicode hex":"263C"},{"Typeface name":"Wingdings","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"127778","Unicode hex":"1F322"},{"Typeface name":"Wingdings","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"10052","Unicode hex":"2744"},{"Typeface name":"Wingdings","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"128326","Unicode hex":"1F546"},{"Typeface name":"Wingdings","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"10014","Unicode hex":"271E"},{"Typeface name":"Wingdings","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128328","Unicode hex":"1F548"},{"Typeface name":"Wingdings","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10016","Unicode hex":"2720"},{"Typeface name":"Wingdings","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"10017","Unicode hex":"2721"},{"Typeface name":"Wingdings","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"9770","Unicode hex":"262A"},{"Typeface name":"Wingdings","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"9775","Unicode hex":"262F"},{"Typeface name":"Wingdings","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128329","Unicode hex":"1F549"},{"Typeface name":"Wingdings","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"9784","Unicode hex":"2638"},{"Typeface name":"Wingdings","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"9800","Unicode hex":"2648"},{"Typeface name":"Wingdings","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"9801","Unicode hex":"2649"},{"Typeface name":"Wingdings","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"9802","Unicode hex":"264A"},{"Typeface name":"Wingdings","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"9803","Unicode hex":"264B"},{"Typeface name":"Wingdings","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"9804","Unicode hex":"264C"},{"Typeface name":"Wingdings","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"9805","Unicode hex":"264D"},{"Typeface name":"Wingdings","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"9806","Unicode hex":"264E"},{"Typeface name":"Wingdings","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"9807","Unicode hex":"264F"},{"Typeface name":"Wingdings","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"9808","Unicode hex":"2650"},{"Typeface name":"Wingdings","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"9809","Unicode hex":"2651"},{"Typeface name":"Wingdings","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"9810","Unicode hex":"2652"},{"Typeface name":"Wingdings","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9811","Unicode hex":"2653"},{"Typeface name":"Wingdings","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"128624","Unicode hex":"1F670"},{"Typeface name":"Wingdings","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"128629","Unicode hex":"1F675"},{"Typeface name":"Wingdings","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9899","Unicode hex":"26AB"},{"Typeface name":"Wingdings","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"128318","Unicode hex":"1F53E"},{"Typeface name":"Wingdings","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9724","Unicode hex":"25FC"},{"Typeface name":"Wingdings","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"128911","Unicode hex":"1F78F"},{"Typeface name":"Wingdings","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"128912","Unicode hex":"1F790"},{"Typeface name":"Wingdings","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"10065","Unicode hex":"2751"},{"Typeface name":"Wingdings","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"10066","Unicode hex":"2752"},{"Typeface name":"Wingdings","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"128927","Unicode hex":"1F79F"},{"Typeface name":"Wingdings","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"10731","Unicode hex":"29EB"},{"Typeface name":"Wingdings","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9670","Unicode hex":"25C6"},{"Typeface name":"Wingdings","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10070","Unicode hex":"2756"},{"Typeface name":"Wingdings","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"8999","Unicode hex":"2327"},{"Typeface name":"Wingdings","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"11193","Unicode hex":"2BB9"},{"Typeface name":"Wingdings","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"8984","Unicode hex":"2318"},{"Typeface name":"Wingdings","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"127989","Unicode hex":"1F3F5"},{"Typeface name":"Wingdings","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"127990","Unicode hex":"1F3F6"},{"Typeface name":"Wingdings","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128630","Unicode hex":"1F676"},{"Typeface name":"Wingdings","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128631","Unicode hex":"1F677"},{"Typeface name":"Wingdings","Dingbat dec":"127","Dingbat hex":"7F","Unicode dec":"9647","Unicode hex":"25AF"},{"Typeface name":"Wingdings","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"127243","Unicode hex":"1F10B"},{"Typeface name":"Wingdings","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"10112","Unicode hex":"2780"},{"Typeface name":"Wingdings","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"10113","Unicode hex":"2781"},{"Typeface name":"Wingdings","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"10114","Unicode hex":"2782"},{"Typeface name":"Wingdings","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"10115","Unicode hex":"2783"},{"Typeface name":"Wingdings","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10116","Unicode hex":"2784"},{"Typeface name":"Wingdings","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"10117","Unicode hex":"2785"},{"Typeface name":"Wingdings","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"10118","Unicode hex":"2786"},{"Typeface name":"Wingdings","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"10119","Unicode hex":"2787"},{"Typeface name":"Wingdings","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"10120","Unicode hex":"2788"},{"Typeface name":"Wingdings","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"10121","Unicode hex":"2789"},{"Typeface name":"Wingdings","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"127244","Unicode hex":"1F10C"},{"Typeface name":"Wingdings","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"10122","Unicode hex":"278A"},{"Typeface name":"Wingdings","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"10123","Unicode hex":"278B"},{"Typeface name":"Wingdings","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"10124","Unicode hex":"278C"},{"Typeface name":"Wingdings","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"10125","Unicode hex":"278D"},{"Typeface name":"Wingdings","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"10126","Unicode hex":"278E"},{"Typeface name":"Wingdings","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"10127","Unicode hex":"278F"},{"Typeface name":"Wingdings","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"10128","Unicode hex":"2790"},{"Typeface name":"Wingdings","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"10129","Unicode hex":"2791"},{"Typeface name":"Wingdings","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"10130","Unicode hex":"2792"},{"Typeface name":"Wingdings","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"10131","Unicode hex":"2793"},{"Typeface name":"Wingdings","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128610","Unicode hex":"1F662"},{"Typeface name":"Wingdings","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"128608","Unicode hex":"1F660"},{"Typeface name":"Wingdings","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"128609","Unicode hex":"1F661"},{"Typeface name":"Wingdings","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"128611","Unicode hex":"1F663"},{"Typeface name":"Wingdings","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128606","Unicode hex":"1F65E"},{"Typeface name":"Wingdings","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128604","Unicode hex":"1F65C"},{"Typeface name":"Wingdings","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128605","Unicode hex":"1F65D"},{"Typeface name":"Wingdings","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"128607","Unicode hex":"1F65F"},{"Typeface name":"Wingdings","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"8729","Unicode hex":"2219"},{"Typeface name":"Wingdings","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"8226","Unicode hex":"2022"},{"Typeface name":"Wingdings","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"11037","Unicode hex":"2B1D"},{"Typeface name":"Wingdings","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"11096","Unicode hex":"2B58"},{"Typeface name":"Wingdings","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"128902","Unicode hex":"1F786"},{"Typeface name":"Wingdings","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"128904","Unicode hex":"1F788"},{"Typeface name":"Wingdings","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128906","Unicode hex":"1F78A"},{"Typeface name":"Wingdings","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128907","Unicode hex":"1F78B"},{"Typeface name":"Wingdings","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128319","Unicode hex":"1F53F"},{"Typeface name":"Wingdings","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"9642","Unicode hex":"25AA"},{"Typeface name":"Wingdings","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"128910","Unicode hex":"1F78E"},{"Typeface name":"Wingdings","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128961","Unicode hex":"1F7C1"},{"Typeface name":"Wingdings","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128965","Unicode hex":"1F7C5"},{"Typeface name":"Wingdings","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"9733","Unicode hex":"2605"},{"Typeface name":"Wingdings","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128971","Unicode hex":"1F7CB"},{"Typeface name":"Wingdings","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"128975","Unicode hex":"1F7CF"},{"Typeface name":"Wingdings","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"128979","Unicode hex":"1F7D3"},{"Typeface name":"Wingdings","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"128977","Unicode hex":"1F7D1"},{"Typeface name":"Wingdings","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"11216","Unicode hex":"2BD0"},{"Typeface name":"Wingdings","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"8982","Unicode hex":"2316"},{"Typeface name":"Wingdings","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"11214","Unicode hex":"2BCE"},{"Typeface name":"Wingdings","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"11215","Unicode hex":"2BCF"},{"Typeface name":"Wingdings","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"11217","Unicode hex":"2BD1"},{"Typeface name":"Wingdings","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"10026","Unicode hex":"272A"},{"Typeface name":"Wingdings","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"10032","Unicode hex":"2730"},{"Typeface name":"Wingdings","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"128336","Unicode hex":"1F550"},{"Typeface name":"Wingdings","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"128337","Unicode hex":"1F551"},{"Typeface name":"Wingdings","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128338","Unicode hex":"1F552"},{"Typeface name":"Wingdings","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"128339","Unicode hex":"1F553"},{"Typeface name":"Wingdings","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"128340","Unicode hex":"1F554"},{"Typeface name":"Wingdings","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"128341","Unicode hex":"1F555"},{"Typeface name":"Wingdings","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"128342","Unicode hex":"1F556"},{"Typeface name":"Wingdings","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"128343","Unicode hex":"1F557"},{"Typeface name":"Wingdings","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"128344","Unicode hex":"1F558"},{"Typeface name":"Wingdings","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"128345","Unicode hex":"1F559"},{"Typeface name":"Wingdings","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"128346","Unicode hex":"1F55A"},{"Typeface name":"Wingdings","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"128347","Unicode hex":"1F55B"},{"Typeface name":"Wingdings","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11184","Unicode hex":"2BB0"},{"Typeface name":"Wingdings","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11185","Unicode hex":"2BB1"},{"Typeface name":"Wingdings","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11186","Unicode hex":"2BB2"},{"Typeface name":"Wingdings","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"11187","Unicode hex":"2BB3"},{"Typeface name":"Wingdings","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"11188","Unicode hex":"2BB4"},{"Typeface name":"Wingdings","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"11189","Unicode hex":"2BB5"},{"Typeface name":"Wingdings","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11190","Unicode hex":"2BB6"},{"Typeface name":"Wingdings","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11191","Unicode hex":"2BB7"},{"Typeface name":"Wingdings","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128618","Unicode hex":"1F66A"},{"Typeface name":"Wingdings","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128619","Unicode hex":"1F66B"},{"Typeface name":"Wingdings","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128597","Unicode hex":"1F655"},{"Typeface name":"Wingdings","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128596","Unicode hex":"1F654"},{"Typeface name":"Wingdings","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128599","Unicode hex":"1F657"},{"Typeface name":"Wingdings","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128598","Unicode hex":"1F656"},{"Typeface name":"Wingdings","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128592","Unicode hex":"1F650"},{"Typeface name":"Wingdings","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128593","Unicode hex":"1F651"},{"Typeface name":"Wingdings","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128594","Unicode hex":"1F652"},{"Typeface name":"Wingdings","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128595","Unicode hex":"1F653"},{"Typeface name":"Wingdings","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"9003","Unicode hex":"232B"},{"Typeface name":"Wingdings","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"8998","Unicode hex":"2326"},{"Typeface name":"Wingdings","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"11160","Unicode hex":"2B98"},{"Typeface name":"Wingdings","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"11162","Unicode hex":"2B9A"},{"Typeface name":"Wingdings","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"11161","Unicode hex":"2B99"},{"Typeface name":"Wingdings","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"11163","Unicode hex":"2B9B"},{"Typeface name":"Wingdings","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"11144","Unicode hex":"2B88"},{"Typeface name":"Wingdings","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"11146","Unicode hex":"2B8A"},{"Typeface name":"Wingdings","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"11145","Unicode hex":"2B89"},{"Typeface name":"Wingdings","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"11147","Unicode hex":"2B8B"},{"Typeface name":"Wingdings","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129128","Unicode hex":"1F868"},{"Typeface name":"Wingdings","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129130","Unicode hex":"1F86A"},{"Typeface name":"Wingdings","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129129","Unicode hex":"1F869"},{"Typeface name":"Wingdings","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129131","Unicode hex":"1F86B"},{"Typeface name":"Wingdings","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129132","Unicode hex":"1F86C"},{"Typeface name":"Wingdings","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129133","Unicode hex":"1F86D"},{"Typeface name":"Wingdings","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129135","Unicode hex":"1F86F"},{"Typeface name":"Wingdings","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129134","Unicode hex":"1F86E"},{"Typeface name":"Wingdings","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129144","Unicode hex":"1F878"},{"Typeface name":"Wingdings","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129146","Unicode hex":"1F87A"},{"Typeface name":"Wingdings","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129145","Unicode hex":"1F879"},{"Typeface name":"Wingdings","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129147","Unicode hex":"1F87B"},{"Typeface name":"Wingdings","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129148","Unicode hex":"1F87C"},{"Typeface name":"Wingdings","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129149","Unicode hex":"1F87D"},{"Typeface name":"Wingdings","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129151","Unicode hex":"1F87F"},{"Typeface name":"Wingdings","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129150","Unicode hex":"1F87E"},{"Typeface name":"Wingdings","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"8678","Unicode hex":"21E6"},{"Typeface name":"Wingdings","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"8680","Unicode hex":"21E8"},{"Typeface name":"Wingdings","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"8679","Unicode hex":"21E7"},{"Typeface name":"Wingdings","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"8681","Unicode hex":"21E9"},{"Typeface name":"Wingdings","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"11012","Unicode hex":"2B04"},{"Typeface name":"Wingdings","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"8691","Unicode hex":"21F3"},{"Typeface name":"Wingdings","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"11009","Unicode hex":"2B01"},{"Typeface name":"Wingdings","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11008","Unicode hex":"2B00"},{"Typeface name":"Wingdings","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11011","Unicode hex":"2B03"},{"Typeface name":"Wingdings","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"11010","Unicode hex":"2B02"},{"Typeface name":"Wingdings","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"129196","Unicode hex":"1F8AC"},{"Typeface name":"Wingdings","Dingbat dec":"250","Dingbat hex":"FA","Unicode dec":"129197","Unicode hex":"1F8AD"},{"Typeface name":"Wingdings","Dingbat dec":"251","Dingbat hex":"FB","Unicode dec":"128502","Unicode hex":"1F5F6"},{"Typeface name":"Wingdings","Dingbat dec":"252","Dingbat hex":"FC","Unicode dec":"10003","Unicode hex":"2713"},{"Typeface name":"Wingdings","Dingbat dec":"253","Dingbat hex":"FD","Unicode dec":"128503","Unicode hex":"1F5F7"},{"Typeface name":"Wingdings","Dingbat dec":"254","Dingbat hex":"FE","Unicode dec":"128505","Unicode hex":"1F5F9"},{"Typeface name":"Wingdings 2","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 2","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"128394","Unicode hex":"1F58A"},{"Typeface name":"Wingdings 2","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"128395","Unicode hex":"1F58B"},{"Typeface name":"Wingdings 2","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"128396","Unicode hex":"1F58C"},{"Typeface name":"Wingdings 2","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"128397","Unicode hex":"1F58D"},{"Typeface name":"Wingdings 2","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"9988","Unicode hex":"2704"},{"Typeface name":"Wingdings 2","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"9984","Unicode hex":"2700"},{"Typeface name":"Wingdings 2","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"128382","Unicode hex":"1F57E"},{"Typeface name":"Wingdings 2","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"128381","Unicode hex":"1F57D"},{"Typeface name":"Wingdings 2","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"128453","Unicode hex":"1F5C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"128454","Unicode hex":"1F5C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"128455","Unicode hex":"1F5C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"128456","Unicode hex":"1F5C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"128457","Unicode hex":"1F5C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"128458","Unicode hex":"1F5CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"128459","Unicode hex":"1F5CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"128460","Unicode hex":"1F5CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"128461","Unicode hex":"1F5CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"128203","Unicode hex":"1F4CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"128465","Unicode hex":"1F5D1"},{"Typeface name":"Wingdings 2","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"128468","Unicode hex":"1F5D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"128437","Unicode hex":"1F5B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"128438","Unicode hex":"1F5B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"128439","Unicode hex":"1F5B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"128440","Unicode hex":"1F5B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"128429","Unicode hex":"1F5AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"128431","Unicode hex":"1F5AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"128433","Unicode hex":"1F5B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"128402","Unicode hex":"1F592"},{"Typeface name":"Wingdings 2","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"128403","Unicode hex":"1F593"},{"Typeface name":"Wingdings 2","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"128408","Unicode hex":"1F598"},{"Typeface name":"Wingdings 2","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"128409","Unicode hex":"1F599"},{"Typeface name":"Wingdings 2","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"128410","Unicode hex":"1F59A"},{"Typeface name":"Wingdings 2","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"128411","Unicode hex":"1F59B"},{"Typeface name":"Wingdings 2","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"128072","Unicode hex":"1F448"},{"Typeface name":"Wingdings 2","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"128073","Unicode hex":"1F449"},{"Typeface name":"Wingdings 2","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"128412","Unicode hex":"1F59C"},{"Typeface name":"Wingdings 2","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"128413","Unicode hex":"1F59D"},{"Typeface name":"Wingdings 2","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"128414","Unicode hex":"1F59E"},{"Typeface name":"Wingdings 2","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"128415","Unicode hex":"1F59F"},{"Typeface name":"Wingdings 2","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"128416","Unicode hex":"1F5A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"128417","Unicode hex":"1F5A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"128070","Unicode hex":"1F446"},{"Typeface name":"Wingdings 2","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"128071","Unicode hex":"1F447"},{"Typeface name":"Wingdings 2","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"128418","Unicode hex":"1F5A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"128419","Unicode hex":"1F5A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"128401","Unicode hex":"1F591"},{"Typeface name":"Wingdings 2","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"128500","Unicode hex":"1F5F4"},{"Typeface name":"Wingdings 2","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"128504","Unicode hex":"1F5F8"},{"Typeface name":"Wingdings 2","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"128501","Unicode hex":"1F5F5"},{"Typeface name":"Wingdings 2","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9745","Unicode hex":"2611"},{"Typeface name":"Wingdings 2","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"11197","Unicode hex":"2BBD"},{"Typeface name":"Wingdings 2","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"9746","Unicode hex":"2612"},{"Typeface name":"Wingdings 2","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"11198","Unicode hex":"2BBE"},{"Typeface name":"Wingdings 2","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"11199","Unicode hex":"2BBF"},{"Typeface name":"Wingdings 2","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"128711","Unicode hex":"1F6C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"10680","Unicode hex":"29B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"128625","Unicode hex":"1F671"},{"Typeface name":"Wingdings 2","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"128628","Unicode hex":"1F674"},{"Typeface name":"Wingdings 2","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"128626","Unicode hex":"1F672"},{"Typeface name":"Wingdings 2","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"128627","Unicode hex":"1F673"},{"Typeface name":"Wingdings 2","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"8253","Unicode hex":"203D"},{"Typeface name":"Wingdings 2","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"128633","Unicode hex":"1F679"},{"Typeface name":"Wingdings 2","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"128634","Unicode hex":"1F67A"},{"Typeface name":"Wingdings 2","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"128635","Unicode hex":"1F67B"},{"Typeface name":"Wingdings 2","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"128614","Unicode hex":"1F666"},{"Typeface name":"Wingdings 2","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"128612","Unicode hex":"1F664"},{"Typeface name":"Wingdings 2","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"128613","Unicode hex":"1F665"},{"Typeface name":"Wingdings 2","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"128615","Unicode hex":"1F667"},{"Typeface name":"Wingdings 2","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"128602","Unicode hex":"1F65A"},{"Typeface name":"Wingdings 2","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"128600","Unicode hex":"1F658"},{"Typeface name":"Wingdings 2","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"128601","Unicode hex":"1F659"},{"Typeface name":"Wingdings 2","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"128603","Unicode hex":"1F65B"},{"Typeface name":"Wingdings 2","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"9450","Unicode hex":"24EA"},{"Typeface name":"Wingdings 2","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"9312","Unicode hex":"2460"},{"Typeface name":"Wingdings 2","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"9313","Unicode hex":"2461"},{"Typeface name":"Wingdings 2","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"9314","Unicode hex":"2462"},{"Typeface name":"Wingdings 2","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"9315","Unicode hex":"2463"},{"Typeface name":"Wingdings 2","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"9316","Unicode hex":"2464"},{"Typeface name":"Wingdings 2","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"9317","Unicode hex":"2465"},{"Typeface name":"Wingdings 2","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9318","Unicode hex":"2466"},{"Typeface name":"Wingdings 2","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9319","Unicode hex":"2467"},{"Typeface name":"Wingdings 2","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9320","Unicode hex":"2468"},{"Typeface name":"Wingdings 2","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9321","Unicode hex":"2469"},{"Typeface name":"Wingdings 2","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9471","Unicode hex":"24FF"},{"Typeface name":"Wingdings 2","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"10102","Unicode hex":"2776"},{"Typeface name":"Wingdings 2","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"10103","Unicode hex":"2777"},{"Typeface name":"Wingdings 2","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"10104","Unicode hex":"2778"},{"Typeface name":"Wingdings 2","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"10105","Unicode hex":"2779"},{"Typeface name":"Wingdings 2","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"10106","Unicode hex":"277A"},{"Typeface name":"Wingdings 2","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"10107","Unicode hex":"277B"},{"Typeface name":"Wingdings 2","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"10108","Unicode hex":"277C"},{"Typeface name":"Wingdings 2","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"10109","Unicode hex":"277D"},{"Typeface name":"Wingdings 2","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"10110","Unicode hex":"277E"},{"Typeface name":"Wingdings 2","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"10111","Unicode hex":"277F"},{"Typeface name":"Wingdings 2","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"9737","Unicode hex":"2609"},{"Typeface name":"Wingdings 2","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"127765","Unicode hex":"1F315"},{"Typeface name":"Wingdings 2","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"9789","Unicode hex":"263D"},{"Typeface name":"Wingdings 2","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"9790","Unicode hex":"263E"},{"Typeface name":"Wingdings 2","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11839","Unicode hex":"2E3F"},{"Typeface name":"Wingdings 2","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"10013","Unicode hex":"271D"},{"Typeface name":"Wingdings 2","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"128327","Unicode hex":"1F547"},{"Typeface name":"Wingdings 2","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"128348","Unicode hex":"1F55C"},{"Typeface name":"Wingdings 2","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"128349","Unicode hex":"1F55D"},{"Typeface name":"Wingdings 2","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"128350","Unicode hex":"1F55E"},{"Typeface name":"Wingdings 2","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"128351","Unicode hex":"1F55F"},{"Typeface name":"Wingdings 2","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"128352","Unicode hex":"1F560"},{"Typeface name":"Wingdings 2","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"128353","Unicode hex":"1F561"},{"Typeface name":"Wingdings 2","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"128354","Unicode hex":"1F562"},{"Typeface name":"Wingdings 2","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"128355","Unicode hex":"1F563"},{"Typeface name":"Wingdings 2","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"128356","Unicode hex":"1F564"},{"Typeface name":"Wingdings 2","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"128357","Unicode hex":"1F565"},{"Typeface name":"Wingdings 2","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"128358","Unicode hex":"1F566"},{"Typeface name":"Wingdings 2","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"128359","Unicode hex":"1F567"},{"Typeface name":"Wingdings 2","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"128616","Unicode hex":"1F668"},{"Typeface name":"Wingdings 2","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"128617","Unicode hex":"1F669"},{"Typeface name":"Wingdings 2","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"8901","Unicode hex":"22C5"},{"Typeface name":"Wingdings 2","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"128900","Unicode hex":"1F784"},{"Typeface name":"Wingdings 2","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"10625","Unicode hex":"2981"},{"Typeface name":"Wingdings 2","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"9679","Unicode hex":"25CF"},{"Typeface name":"Wingdings 2","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"9675","Unicode hex":"25CB"},{"Typeface name":"Wingdings 2","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"128901","Unicode hex":"1F785"},{"Typeface name":"Wingdings 2","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"128903","Unicode hex":"1F787"},{"Typeface name":"Wingdings 2","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"128905","Unicode hex":"1F789"},{"Typeface name":"Wingdings 2","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"8857","Unicode hex":"2299"},{"Typeface name":"Wingdings 2","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"10687","Unicode hex":"29BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"128908","Unicode hex":"1F78C"},{"Typeface name":"Wingdings 2","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"128909","Unicode hex":"1F78D"},{"Typeface name":"Wingdings 2","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"9726","Unicode hex":"25FE"},{"Typeface name":"Wingdings 2","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"9632","Unicode hex":"25A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"9633","Unicode hex":"25A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"128913","Unicode hex":"1F791"},{"Typeface name":"Wingdings 2","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"128914","Unicode hex":"1F792"},{"Typeface name":"Wingdings 2","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"128915","Unicode hex":"1F793"},{"Typeface name":"Wingdings 2","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"128916","Unicode hex":"1F794"},{"Typeface name":"Wingdings 2","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"9635","Unicode hex":"25A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"128917","Unicode hex":"1F795"},{"Typeface name":"Wingdings 2","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"128918","Unicode hex":"1F796"},{"Typeface name":"Wingdings 2","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"128919","Unicode hex":"1F797"},{"Typeface name":"Wingdings 2","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"128920","Unicode hex":"1F798"},{"Typeface name":"Wingdings 2","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"11049","Unicode hex":"2B29"},{"Typeface name":"Wingdings 2","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"11045","Unicode hex":"2B25"},{"Typeface name":"Wingdings 2","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"9671","Unicode hex":"25C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"128922","Unicode hex":"1F79A"},{"Typeface name":"Wingdings 2","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"9672","Unicode hex":"25C8"},{"Typeface name":"Wingdings 2","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"128923","Unicode hex":"1F79B"},{"Typeface name":"Wingdings 2","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"128924","Unicode hex":"1F79C"},{"Typeface name":"Wingdings 2","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"128925","Unicode hex":"1F79D"},{"Typeface name":"Wingdings 2","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"128926","Unicode hex":"1F79E"},{"Typeface name":"Wingdings 2","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"11050","Unicode hex":"2B2A"},{"Typeface name":"Wingdings 2","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"11047","Unicode hex":"2B27"},{"Typeface name":"Wingdings 2","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"9674","Unicode hex":"25CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"128928","Unicode hex":"1F7A0"},{"Typeface name":"Wingdings 2","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"9686","Unicode hex":"25D6"},{"Typeface name":"Wingdings 2","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"9687","Unicode hex":"25D7"},{"Typeface name":"Wingdings 2","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"11210","Unicode hex":"2BCA"},{"Typeface name":"Wingdings 2","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"11211","Unicode hex":"2BCB"},{"Typeface name":"Wingdings 2","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"11200","Unicode hex":"2BC0"},{"Typeface name":"Wingdings 2","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"11201","Unicode hex":"2BC1"},{"Typeface name":"Wingdings 2","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"11039","Unicode hex":"2B1F"},{"Typeface name":"Wingdings 2","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"11202","Unicode hex":"2BC2"},{"Typeface name":"Wingdings 2","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"11043","Unicode hex":"2B23"},{"Typeface name":"Wingdings 2","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"11042","Unicode hex":"2B22"},{"Typeface name":"Wingdings 2","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"11203","Unicode hex":"2BC3"},{"Typeface name":"Wingdings 2","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"11204","Unicode hex":"2BC4"},{"Typeface name":"Wingdings 2","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"128929","Unicode hex":"1F7A1"},{"Typeface name":"Wingdings 2","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"128930","Unicode hex":"1F7A2"},{"Typeface name":"Wingdings 2","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"128931","Unicode hex":"1F7A3"},{"Typeface name":"Wingdings 2","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"128932","Unicode hex":"1F7A4"},{"Typeface name":"Wingdings 2","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"128933","Unicode hex":"1F7A5"},{"Typeface name":"Wingdings 2","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"128934","Unicode hex":"1F7A6"},{"Typeface name":"Wingdings 2","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"128935","Unicode hex":"1F7A7"},{"Typeface name":"Wingdings 2","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"128936","Unicode hex":"1F7A8"},{"Typeface name":"Wingdings 2","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"128937","Unicode hex":"1F7A9"},{"Typeface name":"Wingdings 2","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"128938","Unicode hex":"1F7AA"},{"Typeface name":"Wingdings 2","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"128939","Unicode hex":"1F7AB"},{"Typeface name":"Wingdings 2","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"128940","Unicode hex":"1F7AC"},{"Typeface name":"Wingdings 2","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"128941","Unicode hex":"1F7AD"},{"Typeface name":"Wingdings 2","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"128942","Unicode hex":"1F7AE"},{"Typeface name":"Wingdings 2","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"128943","Unicode hex":"1F7AF"},{"Typeface name":"Wingdings 2","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"128944","Unicode hex":"1F7B0"},{"Typeface name":"Wingdings 2","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"128945","Unicode hex":"1F7B1"},{"Typeface name":"Wingdings 2","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"128946","Unicode hex":"1F7B2"},{"Typeface name":"Wingdings 2","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"128947","Unicode hex":"1F7B3"},{"Typeface name":"Wingdings 2","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"128948","Unicode hex":"1F7B4"},{"Typeface name":"Wingdings 2","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"128949","Unicode hex":"1F7B5"},{"Typeface name":"Wingdings 2","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"128950","Unicode hex":"1F7B6"},{"Typeface name":"Wingdings 2","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"128951","Unicode hex":"1F7B7"},{"Typeface name":"Wingdings 2","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"128952","Unicode hex":"1F7B8"},{"Typeface name":"Wingdings 2","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"128953","Unicode hex":"1F7B9"},{"Typeface name":"Wingdings 2","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"128954","Unicode hex":"1F7BA"},{"Typeface name":"Wingdings 2","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"128955","Unicode hex":"1F7BB"},{"Typeface name":"Wingdings 2","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"128956","Unicode hex":"1F7BC"},{"Typeface name":"Wingdings 2","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"128957","Unicode hex":"1F7BD"},{"Typeface name":"Wingdings 2","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"128958","Unicode hex":"1F7BE"},{"Typeface name":"Wingdings 2","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"128959","Unicode hex":"1F7BF"},{"Typeface name":"Wingdings 2","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"128960","Unicode hex":"1F7C0"},{"Typeface name":"Wingdings 2","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"128962","Unicode hex":"1F7C2"},{"Typeface name":"Wingdings 2","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"128964","Unicode hex":"1F7C4"},{"Typeface name":"Wingdings 2","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"128966","Unicode hex":"1F7C6"},{"Typeface name":"Wingdings 2","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"128969","Unicode hex":"1F7C9"},{"Typeface name":"Wingdings 2","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"128970","Unicode hex":"1F7CA"},{"Typeface name":"Wingdings 2","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"10038","Unicode hex":"2736"},{"Typeface name":"Wingdings 2","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"128972","Unicode hex":"1F7CC"},{"Typeface name":"Wingdings 2","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"128974","Unicode hex":"1F7CE"},{"Typeface name":"Wingdings 2","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"128976","Unicode hex":"1F7D0"},{"Typeface name":"Wingdings 2","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"128978","Unicode hex":"1F7D2"},{"Typeface name":"Wingdings 2","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"10041","Unicode hex":"2739"},{"Typeface name":"Wingdings 2","Dingbat dec":"241","Dingbat hex":"F1","Unicode dec":"128963","Unicode hex":"1F7C3"},{"Typeface name":"Wingdings 2","Dingbat dec":"242","Dingbat hex":"F2","Unicode dec":"128967","Unicode hex":"1F7C7"},{"Typeface name":"Wingdings 2","Dingbat dec":"243","Dingbat hex":"F3","Unicode dec":"10031","Unicode hex":"272F"},{"Typeface name":"Wingdings 2","Dingbat dec":"244","Dingbat hex":"F4","Unicode dec":"128973","Unicode hex":"1F7CD"},{"Typeface name":"Wingdings 2","Dingbat dec":"245","Dingbat hex":"F5","Unicode dec":"128980","Unicode hex":"1F7D4"},{"Typeface name":"Wingdings 2","Dingbat dec":"246","Dingbat hex":"F6","Unicode dec":"11212","Unicode hex":"2BCC"},{"Typeface name":"Wingdings 2","Dingbat dec":"247","Dingbat hex":"F7","Unicode dec":"11213","Unicode hex":"2BCD"},{"Typeface name":"Wingdings 2","Dingbat dec":"248","Dingbat hex":"F8","Unicode dec":"8251","Unicode hex":"203B"},{"Typeface name":"Wingdings 2","Dingbat dec":"249","Dingbat hex":"F9","Unicode dec":"8258","Unicode hex":"2042"},{"Typeface name":"Wingdings 3","Dingbat dec":"32","Dingbat hex":"20","Unicode dec":"32","Unicode hex":"20"},{"Typeface name":"Wingdings 3","Dingbat dec":"33","Dingbat hex":"21","Unicode dec":"11104","Unicode hex":"2B60"},{"Typeface name":"Wingdings 3","Dingbat dec":"34","Dingbat hex":"22","Unicode dec":"11106","Unicode hex":"2B62"},{"Typeface name":"Wingdings 3","Dingbat dec":"35","Dingbat hex":"23","Unicode dec":"11105","Unicode hex":"2B61"},{"Typeface name":"Wingdings 3","Dingbat dec":"36","Dingbat hex":"24","Unicode dec":"11107","Unicode hex":"2B63"},{"Typeface name":"Wingdings 3","Dingbat dec":"37","Dingbat hex":"25","Unicode dec":"11110","Unicode hex":"2B66"},{"Typeface name":"Wingdings 3","Dingbat dec":"38","Dingbat hex":"26","Unicode dec":"11111","Unicode hex":"2B67"},{"Typeface name":"Wingdings 3","Dingbat dec":"39","Dingbat hex":"27","Unicode dec":"11113","Unicode hex":"2B69"},{"Typeface name":"Wingdings 3","Dingbat dec":"40","Dingbat hex":"28","Unicode dec":"11112","Unicode hex":"2B68"},{"Typeface name":"Wingdings 3","Dingbat dec":"41","Dingbat hex":"29","Unicode dec":"11120","Unicode hex":"2B70"},{"Typeface name":"Wingdings 3","Dingbat dec":"42","Dingbat hex":"2A","Unicode dec":"11122","Unicode hex":"2B72"},{"Typeface name":"Wingdings 3","Dingbat dec":"43","Dingbat hex":"2B","Unicode dec":"11121","Unicode hex":"2B71"},{"Typeface name":"Wingdings 3","Dingbat dec":"44","Dingbat hex":"2C","Unicode dec":"11123","Unicode hex":"2B73"},{"Typeface name":"Wingdings 3","Dingbat dec":"45","Dingbat hex":"2D","Unicode dec":"11126","Unicode hex":"2B76"},{"Typeface name":"Wingdings 3","Dingbat dec":"46","Dingbat hex":"2E","Unicode dec":"11128","Unicode hex":"2B78"},{"Typeface name":"Wingdings 3","Dingbat dec":"47","Dingbat hex":"2F","Unicode dec":"11131","Unicode hex":"2B7B"},{"Typeface name":"Wingdings 3","Dingbat dec":"48","Dingbat hex":"30","Unicode dec":"11133","Unicode hex":"2B7D"},{"Typeface name":"Wingdings 3","Dingbat dec":"49","Dingbat hex":"31","Unicode dec":"11108","Unicode hex":"2B64"},{"Typeface name":"Wingdings 3","Dingbat dec":"50","Dingbat hex":"32","Unicode dec":"11109","Unicode hex":"2B65"},{"Typeface name":"Wingdings 3","Dingbat dec":"51","Dingbat hex":"33","Unicode dec":"11114","Unicode hex":"2B6A"},{"Typeface name":"Wingdings 3","Dingbat dec":"52","Dingbat hex":"34","Unicode dec":"11116","Unicode hex":"2B6C"},{"Typeface name":"Wingdings 3","Dingbat dec":"53","Dingbat hex":"35","Unicode dec":"11115","Unicode hex":"2B6B"},{"Typeface name":"Wingdings 3","Dingbat dec":"54","Dingbat hex":"36","Unicode dec":"11117","Unicode hex":"2B6D"},{"Typeface name":"Wingdings 3","Dingbat dec":"55","Dingbat hex":"37","Unicode dec":"11085","Unicode hex":"2B4D"},{"Typeface name":"Wingdings 3","Dingbat dec":"56","Dingbat hex":"38","Unicode dec":"11168","Unicode hex":"2BA0"},{"Typeface name":"Wingdings 3","Dingbat dec":"57","Dingbat hex":"39","Unicode dec":"11169","Unicode hex":"2BA1"},{"Typeface name":"Wingdings 3","Dingbat dec":"58","Dingbat hex":"3A","Unicode dec":"11170","Unicode hex":"2BA2"},{"Typeface name":"Wingdings 3","Dingbat dec":"59","Dingbat hex":"3B","Unicode dec":"11171","Unicode hex":"2BA3"},{"Typeface name":"Wingdings 3","Dingbat dec":"60","Dingbat hex":"3C","Unicode dec":"11172","Unicode hex":"2BA4"},{"Typeface name":"Wingdings 3","Dingbat dec":"61","Dingbat hex":"3D","Unicode dec":"11173","Unicode hex":"2BA5"},{"Typeface name":"Wingdings 3","Dingbat dec":"62","Dingbat hex":"3E","Unicode dec":"11174","Unicode hex":"2BA6"},{"Typeface name":"Wingdings 3","Dingbat dec":"63","Dingbat hex":"3F","Unicode dec":"11175","Unicode hex":"2BA7"},{"Typeface name":"Wingdings 3","Dingbat dec":"64","Dingbat hex":"40","Unicode dec":"11152","Unicode hex":"2B90"},{"Typeface name":"Wingdings 3","Dingbat dec":"65","Dingbat hex":"41","Unicode dec":"11153","Unicode hex":"2B91"},{"Typeface name":"Wingdings 3","Dingbat dec":"66","Dingbat hex":"42","Unicode dec":"11154","Unicode hex":"2B92"},{"Typeface name":"Wingdings 3","Dingbat dec":"67","Dingbat hex":"43","Unicode dec":"11155","Unicode hex":"2B93"},{"Typeface name":"Wingdings 3","Dingbat dec":"68","Dingbat hex":"44","Unicode dec":"11136","Unicode hex":"2B80"},{"Typeface name":"Wingdings 3","Dingbat dec":"69","Dingbat hex":"45","Unicode dec":"11139","Unicode hex":"2B83"},{"Typeface name":"Wingdings 3","Dingbat dec":"70","Dingbat hex":"46","Unicode dec":"11134","Unicode hex":"2B7E"},{"Typeface name":"Wingdings 3","Dingbat dec":"71","Dingbat hex":"47","Unicode dec":"11135","Unicode hex":"2B7F"},{"Typeface name":"Wingdings 3","Dingbat dec":"72","Dingbat hex":"48","Unicode dec":"11140","Unicode hex":"2B84"},{"Typeface name":"Wingdings 3","Dingbat dec":"73","Dingbat hex":"49","Unicode dec":"11142","Unicode hex":"2B86"},{"Typeface name":"Wingdings 3","Dingbat dec":"74","Dingbat hex":"4A","Unicode dec":"11141","Unicode hex":"2B85"},{"Typeface name":"Wingdings 3","Dingbat dec":"75","Dingbat hex":"4B","Unicode dec":"11143","Unicode hex":"2B87"},{"Typeface name":"Wingdings 3","Dingbat dec":"76","Dingbat hex":"4C","Unicode dec":"11151","Unicode hex":"2B8F"},{"Typeface name":"Wingdings 3","Dingbat dec":"77","Dingbat hex":"4D","Unicode dec":"11149","Unicode hex":"2B8D"},{"Typeface name":"Wingdings 3","Dingbat dec":"78","Dingbat hex":"4E","Unicode dec":"11150","Unicode hex":"2B8E"},{"Typeface name":"Wingdings 3","Dingbat dec":"79","Dingbat hex":"4F","Unicode dec":"11148","Unicode hex":"2B8C"},{"Typeface name":"Wingdings 3","Dingbat dec":"80","Dingbat hex":"50","Unicode dec":"11118","Unicode hex":"2B6E"},{"Typeface name":"Wingdings 3","Dingbat dec":"81","Dingbat hex":"51","Unicode dec":"11119","Unicode hex":"2B6F"},{"Typeface name":"Wingdings 3","Dingbat dec":"82","Dingbat hex":"52","Unicode dec":"9099","Unicode hex":"238B"},{"Typeface name":"Wingdings 3","Dingbat dec":"83","Dingbat hex":"53","Unicode dec":"8996","Unicode hex":"2324"},{"Typeface name":"Wingdings 3","Dingbat dec":"84","Dingbat hex":"54","Unicode dec":"8963","Unicode hex":"2303"},{"Typeface name":"Wingdings 3","Dingbat dec":"85","Dingbat hex":"55","Unicode dec":"8997","Unicode hex":"2325"},{"Typeface name":"Wingdings 3","Dingbat dec":"86","Dingbat hex":"56","Unicode dec":"9251","Unicode hex":"2423"},{"Typeface name":"Wingdings 3","Dingbat dec":"87","Dingbat hex":"57","Unicode dec":"9085","Unicode hex":"237D"},{"Typeface name":"Wingdings 3","Dingbat dec":"88","Dingbat hex":"58","Unicode dec":"8682","Unicode hex":"21EA"},{"Typeface name":"Wingdings 3","Dingbat dec":"89","Dingbat hex":"59","Unicode dec":"11192","Unicode hex":"2BB8"},{"Typeface name":"Wingdings 3","Dingbat dec":"90","Dingbat hex":"5A","Unicode dec":"129184","Unicode hex":"1F8A0"},{"Typeface name":"Wingdings 3","Dingbat dec":"91","Dingbat hex":"5B","Unicode dec":"129185","Unicode hex":"1F8A1"},{"Typeface name":"Wingdings 3","Dingbat dec":"92","Dingbat hex":"5C","Unicode dec":"129186","Unicode hex":"1F8A2"},{"Typeface name":"Wingdings 3","Dingbat dec":"93","Dingbat hex":"5D","Unicode dec":"129187","Unicode hex":"1F8A3"},{"Typeface name":"Wingdings 3","Dingbat dec":"94","Dingbat hex":"5E","Unicode dec":"129188","Unicode hex":"1F8A4"},{"Typeface name":"Wingdings 3","Dingbat dec":"95","Dingbat hex":"5F","Unicode dec":"129189","Unicode hex":"1F8A5"},{"Typeface name":"Wingdings 3","Dingbat dec":"96","Dingbat hex":"60","Unicode dec":"129190","Unicode hex":"1F8A6"},{"Typeface name":"Wingdings 3","Dingbat dec":"97","Dingbat hex":"61","Unicode dec":"129191","Unicode hex":"1F8A7"},{"Typeface name":"Wingdings 3","Dingbat dec":"98","Dingbat hex":"62","Unicode dec":"129192","Unicode hex":"1F8A8"},{"Typeface name":"Wingdings 3","Dingbat dec":"99","Dingbat hex":"63","Unicode dec":"129193","Unicode hex":"1F8A9"},{"Typeface name":"Wingdings 3","Dingbat dec":"100","Dingbat hex":"64","Unicode dec":"129194","Unicode hex":"1F8AA"},{"Typeface name":"Wingdings 3","Dingbat dec":"101","Dingbat hex":"65","Unicode dec":"129195","Unicode hex":"1F8AB"},{"Typeface name":"Wingdings 3","Dingbat dec":"102","Dingbat hex":"66","Unicode dec":"129104","Unicode hex":"1F850"},{"Typeface name":"Wingdings 3","Dingbat dec":"103","Dingbat hex":"67","Unicode dec":"129106","Unicode hex":"1F852"},{"Typeface name":"Wingdings 3","Dingbat dec":"104","Dingbat hex":"68","Unicode dec":"129105","Unicode hex":"1F851"},{"Typeface name":"Wingdings 3","Dingbat dec":"105","Dingbat hex":"69","Unicode dec":"129107","Unicode hex":"1F853"},{"Typeface name":"Wingdings 3","Dingbat dec":"106","Dingbat hex":"6A","Unicode dec":"129108","Unicode hex":"1F854"},{"Typeface name":"Wingdings 3","Dingbat dec":"107","Dingbat hex":"6B","Unicode dec":"129109","Unicode hex":"1F855"},{"Typeface name":"Wingdings 3","Dingbat dec":"108","Dingbat hex":"6C","Unicode dec":"129111","Unicode hex":"1F857"},{"Typeface name":"Wingdings 3","Dingbat dec":"109","Dingbat hex":"6D","Unicode dec":"129110","Unicode hex":"1F856"},{"Typeface name":"Wingdings 3","Dingbat dec":"110","Dingbat hex":"6E","Unicode dec":"129112","Unicode hex":"1F858"},{"Typeface name":"Wingdings 3","Dingbat dec":"111","Dingbat hex":"6F","Unicode dec":"129113","Unicode hex":"1F859"},{"Typeface name":"Wingdings 3","Dingbat dec":"112","Dingbat hex":"70","Unicode dec":"9650","Unicode hex":"25B2"},{"Typeface name":"Wingdings 3","Dingbat dec":"113","Dingbat hex":"71","Unicode dec":"9660","Unicode hex":"25BC"},{"Typeface name":"Wingdings 3","Dingbat dec":"114","Dingbat hex":"72","Unicode dec":"9651","Unicode hex":"25B3"},{"Typeface name":"Wingdings 3","Dingbat dec":"115","Dingbat hex":"73","Unicode dec":"9661","Unicode hex":"25BD"},{"Typeface name":"Wingdings 3","Dingbat dec":"116","Dingbat hex":"74","Unicode dec":"9664","Unicode hex":"25C0"},{"Typeface name":"Wingdings 3","Dingbat dec":"117","Dingbat hex":"75","Unicode dec":"9654","Unicode hex":"25B6"},{"Typeface name":"Wingdings 3","Dingbat dec":"118","Dingbat hex":"76","Unicode dec":"9665","Unicode hex":"25C1"},{"Typeface name":"Wingdings 3","Dingbat dec":"119","Dingbat hex":"77","Unicode dec":"9655","Unicode hex":"25B7"},{"Typeface name":"Wingdings 3","Dingbat dec":"120","Dingbat hex":"78","Unicode dec":"9699","Unicode hex":"25E3"},{"Typeface name":"Wingdings 3","Dingbat dec":"121","Dingbat hex":"79","Unicode dec":"9698","Unicode hex":"25E2"},{"Typeface name":"Wingdings 3","Dingbat dec":"122","Dingbat hex":"7A","Unicode dec":"9700","Unicode hex":"25E4"},{"Typeface name":"Wingdings 3","Dingbat dec":"123","Dingbat hex":"7B","Unicode dec":"9701","Unicode hex":"25E5"},{"Typeface name":"Wingdings 3","Dingbat dec":"124","Dingbat hex":"7C","Unicode dec":"128896","Unicode hex":"1F780"},{"Typeface name":"Wingdings 3","Dingbat dec":"125","Dingbat hex":"7D","Unicode dec":"128898","Unicode hex":"1F782"},{"Typeface name":"Wingdings 3","Dingbat dec":"126","Dingbat hex":"7E","Unicode dec":"128897","Unicode hex":"1F781"},{"Typeface name":"Wingdings 3","Dingbat dec":"128","Dingbat hex":"80","Unicode dec":"128899","Unicode hex":"1F783"},{"Typeface name":"Wingdings 3","Dingbat dec":"129","Dingbat hex":"81","Unicode dec":"11205","Unicode hex":"2BC5"},{"Typeface name":"Wingdings 3","Dingbat dec":"130","Dingbat hex":"82","Unicode dec":"11206","Unicode hex":"2BC6"},{"Typeface name":"Wingdings 3","Dingbat dec":"131","Dingbat hex":"83","Unicode dec":"11207","Unicode hex":"2BC7"},{"Typeface name":"Wingdings 3","Dingbat dec":"132","Dingbat hex":"84","Unicode dec":"11208","Unicode hex":"2BC8"},{"Typeface name":"Wingdings 3","Dingbat dec":"133","Dingbat hex":"85","Unicode dec":"11164","Unicode hex":"2B9C"},{"Typeface name":"Wingdings 3","Dingbat dec":"134","Dingbat hex":"86","Unicode dec":"11166","Unicode hex":"2B9E"},{"Typeface name":"Wingdings 3","Dingbat dec":"135","Dingbat hex":"87","Unicode dec":"11165","Unicode hex":"2B9D"},{"Typeface name":"Wingdings 3","Dingbat dec":"136","Dingbat hex":"88","Unicode dec":"11167","Unicode hex":"2B9F"},{"Typeface name":"Wingdings 3","Dingbat dec":"137","Dingbat hex":"89","Unicode dec":"129040","Unicode hex":"1F810"},{"Typeface name":"Wingdings 3","Dingbat dec":"138","Dingbat hex":"8A","Unicode dec":"129042","Unicode hex":"1F812"},{"Typeface name":"Wingdings 3","Dingbat dec":"139","Dingbat hex":"8B","Unicode dec":"129041","Unicode hex":"1F811"},{"Typeface name":"Wingdings 3","Dingbat dec":"140","Dingbat hex":"8C","Unicode dec":"129043","Unicode hex":"1F813"},{"Typeface name":"Wingdings 3","Dingbat dec":"141","Dingbat hex":"8D","Unicode dec":"129044","Unicode hex":"1F814"},{"Typeface name":"Wingdings 3","Dingbat dec":"142","Dingbat hex":"8E","Unicode dec":"129046","Unicode hex":"1F816"},{"Typeface name":"Wingdings 3","Dingbat dec":"143","Dingbat hex":"8F","Unicode dec":"129045","Unicode hex":"1F815"},{"Typeface name":"Wingdings 3","Dingbat dec":"144","Dingbat hex":"90","Unicode dec":"129047","Unicode hex":"1F817"},{"Typeface name":"Wingdings 3","Dingbat dec":"145","Dingbat hex":"91","Unicode dec":"129048","Unicode hex":"1F818"},{"Typeface name":"Wingdings 3","Dingbat dec":"146","Dingbat hex":"92","Unicode dec":"129050","Unicode hex":"1F81A"},{"Typeface name":"Wingdings 3","Dingbat dec":"147","Dingbat hex":"93","Unicode dec":"129049","Unicode hex":"1F819"},{"Typeface name":"Wingdings 3","Dingbat dec":"148","Dingbat hex":"94","Unicode dec":"129051","Unicode hex":"1F81B"},{"Typeface name":"Wingdings 3","Dingbat dec":"149","Dingbat hex":"95","Unicode dec":"129052","Unicode hex":"1F81C"},{"Typeface name":"Wingdings 3","Dingbat dec":"150","Dingbat hex":"96","Unicode dec":"129054","Unicode hex":"1F81E"},{"Typeface name":"Wingdings 3","Dingbat dec":"151","Dingbat hex":"97","Unicode dec":"129053","Unicode hex":"1F81D"},{"Typeface name":"Wingdings 3","Dingbat dec":"152","Dingbat hex":"98","Unicode dec":"129055","Unicode hex":"1F81F"},{"Typeface name":"Wingdings 3","Dingbat dec":"153","Dingbat hex":"99","Unicode dec":"129024","Unicode hex":"1F800"},{"Typeface name":"Wingdings 3","Dingbat dec":"154","Dingbat hex":"9A","Unicode dec":"129026","Unicode hex":"1F802"},{"Typeface name":"Wingdings 3","Dingbat dec":"155","Dingbat hex":"9B","Unicode dec":"129025","Unicode hex":"1F801"},{"Typeface name":"Wingdings 3","Dingbat dec":"156","Dingbat hex":"9C","Unicode dec":"129027","Unicode hex":"1F803"},{"Typeface name":"Wingdings 3","Dingbat dec":"157","Dingbat hex":"9D","Unicode dec":"129028","Unicode hex":"1F804"},{"Typeface name":"Wingdings 3","Dingbat dec":"158","Dingbat hex":"9E","Unicode dec":"129030","Unicode hex":"1F806"},{"Typeface name":"Wingdings 3","Dingbat dec":"159","Dingbat hex":"9F","Unicode dec":"129029","Unicode hex":"1F805"},{"Typeface name":"Wingdings 3","Dingbat dec":"160","Dingbat hex":"A0","Unicode dec":"129031","Unicode hex":"1F807"},{"Typeface name":"Wingdings 3","Dingbat dec":"161","Dingbat hex":"A1","Unicode dec":"129032","Unicode hex":"1F808"},{"Typeface name":"Wingdings 3","Dingbat dec":"162","Dingbat hex":"A2","Unicode dec":"129034","Unicode hex":"1F80A"},{"Typeface name":"Wingdings 3","Dingbat dec":"163","Dingbat hex":"A3","Unicode dec":"129033","Unicode hex":"1F809"},{"Typeface name":"Wingdings 3","Dingbat dec":"164","Dingbat hex":"A4","Unicode dec":"129035","Unicode hex":"1F80B"},{"Typeface name":"Wingdings 3","Dingbat dec":"165","Dingbat hex":"A5","Unicode dec":"129056","Unicode hex":"1F820"},{"Typeface name":"Wingdings 3","Dingbat dec":"166","Dingbat hex":"A6","Unicode dec":"129058","Unicode hex":"1F822"},{"Typeface name":"Wingdings 3","Dingbat dec":"167","Dingbat hex":"A7","Unicode dec":"129060","Unicode hex":"1F824"},{"Typeface name":"Wingdings 3","Dingbat dec":"168","Dingbat hex":"A8","Unicode dec":"129062","Unicode hex":"1F826"},{"Typeface name":"Wingdings 3","Dingbat dec":"169","Dingbat hex":"A9","Unicode dec":"129064","Unicode hex":"1F828"},{"Typeface name":"Wingdings 3","Dingbat dec":"170","Dingbat hex":"AA","Unicode dec":"129066","Unicode hex":"1F82A"},{"Typeface name":"Wingdings 3","Dingbat dec":"171","Dingbat hex":"AB","Unicode dec":"129068","Unicode hex":"1F82C"},{"Typeface name":"Wingdings 3","Dingbat dec":"172","Dingbat hex":"AC","Unicode dec":"129180","Unicode hex":"1F89C"},{"Typeface name":"Wingdings 3","Dingbat dec":"173","Dingbat hex":"AD","Unicode dec":"129181","Unicode hex":"1F89D"},{"Typeface name":"Wingdings 3","Dingbat dec":"174","Dingbat hex":"AE","Unicode dec":"129182","Unicode hex":"1F89E"},{"Typeface name":"Wingdings 3","Dingbat dec":"175","Dingbat hex":"AF","Unicode dec":"129183","Unicode hex":"1F89F"},{"Typeface name":"Wingdings 3","Dingbat dec":"176","Dingbat hex":"B0","Unicode dec":"129070","Unicode hex":"1F82E"},{"Typeface name":"Wingdings 3","Dingbat dec":"177","Dingbat hex":"B1","Unicode dec":"129072","Unicode hex":"1F830"},{"Typeface name":"Wingdings 3","Dingbat dec":"178","Dingbat hex":"B2","Unicode dec":"129074","Unicode hex":"1F832"},{"Typeface name":"Wingdings 3","Dingbat dec":"179","Dingbat hex":"B3","Unicode dec":"129076","Unicode hex":"1F834"},{"Typeface name":"Wingdings 3","Dingbat dec":"180","Dingbat hex":"B4","Unicode dec":"129078","Unicode hex":"1F836"},{"Typeface name":"Wingdings 3","Dingbat dec":"181","Dingbat hex":"B5","Unicode dec":"129080","Unicode hex":"1F838"},{"Typeface name":"Wingdings 3","Dingbat dec":"182","Dingbat hex":"B6","Unicode dec":"129082","Unicode hex":"1F83A"},{"Typeface name":"Wingdings 3","Dingbat dec":"183","Dingbat hex":"B7","Unicode dec":"129081","Unicode hex":"1F839"},{"Typeface name":"Wingdings 3","Dingbat dec":"184","Dingbat hex":"B8","Unicode dec":"129083","Unicode hex":"1F83B"},{"Typeface name":"Wingdings 3","Dingbat dec":"185","Dingbat hex":"B9","Unicode dec":"129176","Unicode hex":"1F898"},{"Typeface name":"Wingdings 3","Dingbat dec":"186","Dingbat hex":"BA","Unicode dec":"129178","Unicode hex":"1F89A"},{"Typeface name":"Wingdings 3","Dingbat dec":"187","Dingbat hex":"BB","Unicode dec":"129177","Unicode hex":"1F899"},{"Typeface name":"Wingdings 3","Dingbat dec":"188","Dingbat hex":"BC","Unicode dec":"129179","Unicode hex":"1F89B"},{"Typeface name":"Wingdings 3","Dingbat dec":"189","Dingbat hex":"BD","Unicode dec":"129084","Unicode hex":"1F83C"},{"Typeface name":"Wingdings 3","Dingbat dec":"190","Dingbat hex":"BE","Unicode dec":"129086","Unicode hex":"1F83E"},{"Typeface name":"Wingdings 3","Dingbat dec":"191","Dingbat hex":"BF","Unicode dec":"129085","Unicode hex":"1F83D"},{"Typeface name":"Wingdings 3","Dingbat dec":"192","Dingbat hex":"C0","Unicode dec":"129087","Unicode hex":"1F83F"},{"Typeface name":"Wingdings 3","Dingbat dec":"193","Dingbat hex":"C1","Unicode dec":"129088","Unicode hex":"1F840"},{"Typeface name":"Wingdings 3","Dingbat dec":"194","Dingbat hex":"C2","Unicode dec":"129090","Unicode hex":"1F842"},{"Typeface name":"Wingdings 3","Dingbat dec":"195","Dingbat hex":"C3","Unicode dec":"129089","Unicode hex":"1F841"},{"Typeface name":"Wingdings 3","Dingbat dec":"196","Dingbat hex":"C4","Unicode dec":"129091","Unicode hex":"1F843"},{"Typeface name":"Wingdings 3","Dingbat dec":"197","Dingbat hex":"C5","Unicode dec":"129092","Unicode hex":"1F844"},{"Typeface name":"Wingdings 3","Dingbat dec":"198","Dingbat hex":"C6","Unicode dec":"129094","Unicode hex":"1F846"},{"Typeface name":"Wingdings 3","Dingbat dec":"199","Dingbat hex":"C7","Unicode dec":"129093","Unicode hex":"1F845"},{"Typeface name":"Wingdings 3","Dingbat dec":"200","Dingbat hex":"C8","Unicode dec":"129095","Unicode hex":"1F847"},{"Typeface name":"Wingdings 3","Dingbat dec":"201","Dingbat hex":"C9","Unicode dec":"11176","Unicode hex":"2BA8"},{"Typeface name":"Wingdings 3","Dingbat dec":"202","Dingbat hex":"CA","Unicode dec":"11177","Unicode hex":"2BA9"},{"Typeface name":"Wingdings 3","Dingbat dec":"203","Dingbat hex":"CB","Unicode dec":"11178","Unicode hex":"2BAA"},{"Typeface name":"Wingdings 3","Dingbat dec":"204","Dingbat hex":"CC","Unicode dec":"11179","Unicode hex":"2BAB"},{"Typeface name":"Wingdings 3","Dingbat dec":"205","Dingbat hex":"CD","Unicode dec":"11180","Unicode hex":"2BAC"},{"Typeface name":"Wingdings 3","Dingbat dec":"206","Dingbat hex":"CE","Unicode dec":"11181","Unicode hex":"2BAD"},{"Typeface name":"Wingdings 3","Dingbat dec":"207","Dingbat hex":"CF","Unicode dec":"11182","Unicode hex":"2BAE"},{"Typeface name":"Wingdings 3","Dingbat dec":"208","Dingbat hex":"D0","Unicode dec":"11183","Unicode hex":"2BAF"},{"Typeface name":"Wingdings 3","Dingbat dec":"209","Dingbat hex":"D1","Unicode dec":"129120","Unicode hex":"1F860"},{"Typeface name":"Wingdings 3","Dingbat dec":"210","Dingbat hex":"D2","Unicode dec":"129122","Unicode hex":"1F862"},{"Typeface name":"Wingdings 3","Dingbat dec":"211","Dingbat hex":"D3","Unicode dec":"129121","Unicode hex":"1F861"},{"Typeface name":"Wingdings 3","Dingbat dec":"212","Dingbat hex":"D4","Unicode dec":"129123","Unicode hex":"1F863"},{"Typeface name":"Wingdings 3","Dingbat dec":"213","Dingbat hex":"D5","Unicode dec":"129124","Unicode hex":"1F864"},{"Typeface name":"Wingdings 3","Dingbat dec":"214","Dingbat hex":"D6","Unicode dec":"129125","Unicode hex":"1F865"},{"Typeface name":"Wingdings 3","Dingbat dec":"215","Dingbat hex":"D7","Unicode dec":"129127","Unicode hex":"1F867"},{"Typeface name":"Wingdings 3","Dingbat dec":"216","Dingbat hex":"D8","Unicode dec":"129126","Unicode hex":"1F866"},{"Typeface name":"Wingdings 3","Dingbat dec":"217","Dingbat hex":"D9","Unicode dec":"129136","Unicode hex":"1F870"},{"Typeface name":"Wingdings 3","Dingbat dec":"218","Dingbat hex":"DA","Unicode dec":"129138","Unicode hex":"1F872"},{"Typeface name":"Wingdings 3","Dingbat dec":"219","Dingbat hex":"DB","Unicode dec":"129137","Unicode hex":"1F871"},{"Typeface name":"Wingdings 3","Dingbat dec":"220","Dingbat hex":"DC","Unicode dec":"129139","Unicode hex":"1F873"},{"Typeface name":"Wingdings 3","Dingbat dec":"221","Dingbat hex":"DD","Unicode dec":"129140","Unicode hex":"1F874"},{"Typeface name":"Wingdings 3","Dingbat dec":"222","Dingbat hex":"DE","Unicode dec":"129141","Unicode hex":"1F875"},{"Typeface name":"Wingdings 3","Dingbat dec":"223","Dingbat hex":"DF","Unicode dec":"129143","Unicode hex":"1F877"},{"Typeface name":"Wingdings 3","Dingbat dec":"224","Dingbat hex":"E0","Unicode dec":"129142","Unicode hex":"1F876"},{"Typeface name":"Wingdings 3","Dingbat dec":"225","Dingbat hex":"E1","Unicode dec":"129152","Unicode hex":"1F880"},{"Typeface name":"Wingdings 3","Dingbat dec":"226","Dingbat hex":"E2","Unicode dec":"129154","Unicode hex":"1F882"},{"Typeface name":"Wingdings 3","Dingbat dec":"227","Dingbat hex":"E3","Unicode dec":"129153","Unicode hex":"1F881"},{"Typeface name":"Wingdings 3","Dingbat dec":"228","Dingbat hex":"E4","Unicode dec":"129155","Unicode hex":"1F883"},{"Typeface name":"Wingdings 3","Dingbat dec":"229","Dingbat hex":"E5","Unicode dec":"129156","Unicode hex":"1F884"},{"Typeface name":"Wingdings 3","Dingbat dec":"230","Dingbat hex":"E6","Unicode dec":"129157","Unicode hex":"1F885"},{"Typeface name":"Wingdings 3","Dingbat dec":"231","Dingbat hex":"E7","Unicode dec":"129159","Unicode hex":"1F887"},{"Typeface name":"Wingdings 3","Dingbat dec":"232","Dingbat hex":"E8","Unicode dec":"129158","Unicode hex":"1F886"},{"Typeface name":"Wingdings 3","Dingbat dec":"233","Dingbat hex":"E9","Unicode dec":"129168","Unicode hex":"1F890"},{"Typeface name":"Wingdings 3","Dingbat dec":"234","Dingbat hex":"EA","Unicode dec":"129170","Unicode hex":"1F892"},{"Typeface name":"Wingdings 3","Dingbat dec":"235","Dingbat hex":"EB","Unicode dec":"129169","Unicode hex":"1F891"},{"Typeface name":"Wingdings 3","Dingbat dec":"236","Dingbat hex":"EC","Unicode dec":"129171","Unicode hex":"1F893"},{"Typeface name":"Wingdings 3","Dingbat dec":"237","Dingbat hex":"ED","Unicode dec":"129172","Unicode hex":"1F894"},{"Typeface name":"Wingdings 3","Dingbat dec":"238","Dingbat hex":"EE","Unicode dec":"129174","Unicode hex":"1F896"},{"Typeface name":"Wingdings 3","Dingbat dec":"239","Dingbat hex":"EF","Unicode dec":"129173","Unicode hex":"1F895"},{"Typeface name":"Wingdings 3","Dingbat dec":"240","Dingbat hex":"F0","Unicode dec":"129175","Unicode hex":"1F897"}];return mt.default=e,mt}var Qo;function gl(){if(Qo)return $e;Qo=1;var e=$e&&$e.__importDefault||function(l){return l&&l.__esModule?l:{default:l}};Object.defineProperty($e,"__esModule",{value:!0}),$e.hex=$e.dec=$e.codePoint=void 0;for(var n=e(pl()),t={},r=String.fromCodePoint?String.fromCodePoint:m,c=0,i=n.default;c<i.length;c++){var o=i[c],a=parseInt(o["Unicode dec"],10),u={codePoint:a,string:r(a)};t[o["Typeface name"].toUpperCase()+"_"+o["Dingbat dec"]]=u}function h(l,y){return t[l.toUpperCase()+"_"+y]}$e.codePoint=h;function b(l,y){return h(l,parseInt(y,10))}$e.dec=b;function g(l,y){return h(l,parseInt(y,16))}$e.hex=g;function m(l){if(l<=65535)return String.fromCharCode(l);var y=Math.floor((l-65536)/1024)+55296,f=(l-65536)%1024+56320;return String.fromCharCode(y,f)}return $e}var dn={},Jo;function Ds(){if(Jo)return dn;Jo=1;var e=ke;dn.paragraph=n,dn.run=t,dn._elements=c,dn._elementsOfType=r,dn.getDescendantsOfType=i,dn.getDescendants=o;function n(u){return r("paragraph",u)}function t(u){return r("run",u)}function r(u,h){return c(function(b){return b.type===u?h(b):b})}function c(u){return function h(b){if(b.children){var g=e.map(b.children,h);b=e.extend(b,{children:g})}return u(b)}}function i(u,h){return o(u).filter(function(b){return b.type===h})}function o(u){var h=[];return a(u,function(b){h.push(b)}),h}function a(u,h){u.children&&u.children.forEach(function(b){a(b,h),h(b)})}return dn}var bt={},ec;function ml(){if(ec)return bt;ec=1,bt.uriToZipEntryName=e,bt.replaceFragment=n;function e(t,r){return r.charAt(0)==="/"?r.substr(1):t+"/"+r}function n(t,r){var c=t.indexOf("#");return c!==-1&&(t=t.substring(0,c)),t+"#"+r}return bt}var nc;function bl(){if(nc)return gt;nc=1,gt.createBodyReader=u,gt._readNumberingProperties=b;var e=gl(),n=ke,t=Bn(),r=cn().Result,c=cn().warning,i=ga(),o=Ds(),a=ml();function u(_){return{readXmlElement:function(U){return new h(_).readXmlElement(U)},readXmlElements:function(U){return new h(_).readXmlElements(U)}}}function h(_){var U=[],E=[],S=[],A=_.relationships,I=_.contentTypes,$=_.docxFile,T=_.files,W=_.numbering,x=_.styles;function q(Y){var oe=Y.map(R);return d(oe)}function R(Y){if(Y.type==="element"){var oe=O[Y.name];if(oe)return oe(Y);if(!Object.prototype.hasOwnProperty.call(m,Y.name)){var le=c("An unrecognised element was ignored: "+Y.name);return l([le])}}return y()}function N(Y){return ae(Y).map(function(oe){return{type:"paragraphProperties",styleId:oe.styleId,styleName:oe.name,alignment:Y.firstOrEmpty("w:jc").attributes["w:val"],numbering:b(oe.styleId,Y.firstOrEmpty("w:numPr"),W),indent:G(Y.firstOrEmpty("w:ind"))}})}function G(Y){return{start:Y.attributes["w:start"]||Y.attributes["w:left"],end:Y.attributes["w:end"]||Y.attributes["w:right"],firstLine:Y.attributes["w:firstLine"],hanging:Y.attributes["w:hanging"]}}function P(Y){return ee(Y).map(function(oe){var le=Y.firstOrEmpty("w:sz").attributes["w:val"],ge=/^[0-9]+$/.test(le)?parseInt(le,10)/2:null;return{type:"runProperties",styleId:oe.styleId,styleName:oe.name,verticalAlignment:Y.firstOrEmpty("w:vertAlign").attributes["w:val"],font:Y.firstOrEmpty("w:rFonts").attributes["w:ascii"],fontSize:ge,isBold:L(Y.first("w:b")),isUnderline:Q(Y.first("w:u")),isItalic:L(Y.first("w:i")),isStrikethrough:L(Y.first("w:strike")),isAllCaps:L(Y.first("w:caps")),isSmallCaps:L(Y.first("w:smallCaps")),highlight:re(Y.firstOrEmpty("w:highlight").attributes["w:val"])}})}function Q(Y){if(Y){var oe=Y.attributes["w:val"];return oe!==void 0&&oe!=="false"&&oe!=="0"&&oe!=="none"}else return!1}function L(Y){if(Y){var oe=Y.attributes["w:val"];return oe!=="false"&&oe!=="0"}else return!1}function k(Y){return Y!=="false"&&Y!=="0"}function re(Y){return!Y||Y==="none"?null:Y}function ae(Y){return he(Y,"w:pStyle","Paragraph",x.findParagraphStyleById)}function ee(Y){return he(Y,"w:rStyle","Run",x.findCharacterStyleById)}function ce(Y){return he(Y,"w:tblStyle","Table",x.findTableStyleById)}function he(Y,oe,le,ge){var _e=[],Te=Y.first(oe),Be=null,Oe=null;if(Te&&(Be=Te.attributes["w:val"],Be)){var Je=ge(Be);Je?Oe=Je.name:_e.push(we(le,Be))}return s({styleId:Be,name:Oe},_e)}function de(Y){var oe=Y.attributes["w:fldCharType"];if(oe==="begin")U.push({type:"begin",fldChar:Y}),E=[];else if(oe==="end"){var le=U.pop();if(le.type==="begin"&&(le=me(le)),le.type==="checkbox")return f(t.checkbox({checked:le.checked}))}else if(oe==="separate"){var ge=U.pop(),_e=me(ge);U.push(_e)}return y()}function pe(){var Y=n.last(U.filter(function(oe){return oe.type==="hyperlink"}));return Y?Y.options:null}function me(Y){return ye(E.join(""),Y.type==="begin"?Y.fldChar:i.emptyElement)}function ye(Y,oe){var le=/\s*HYPERLINK "(.*)"/.exec(Y);if(le)return{type:"hyperlink",options:{href:le[1]}};var ge=/\s*HYPERLINK\s+\\l\s+"(.*)"/.exec(Y);if(ge)return{type:"hyperlink",options:{anchor:ge[1]}};var _e=/\s*FORMCHECKBOX\s*/.exec(Y);if(_e){var Te=oe.firstOrEmpty("w:ffData").firstOrEmpty("w:checkBox"),Be=Te.first("w:checked"),Oe=Be==null?L(Te.first("w:default")):L(Be);return{type:"checkbox",checked:Oe}}return{type:"unknown"}}function Ue(Y){return E.push(Y.text()),y()}function Ce(Y){var oe=Y.attributes["w:font"],le=Y.attributes["w:char"],ge=e.hex(oe,le);return ge==null&&/^F0..$/.test(le)&&(ge=e.hex(oe,le.substring(2))),ge==null?l([c("A w:sym element with an unsupported character was ignored: char "+le+" in font "+oe)]):f(new t.Text(ge.string))}function v(Y){return function(oe){var le=oe.attributes["w:id"];return f(new t.NoteReference({noteType:Y,noteId:le}))}}function Z(Y){return f(t.commentReference({commentId:Y.attributes["w:id"]}))}function X(Y){return q(Y.children)}var O={"w:p":function(Y){var oe=Y.firstOrEmpty("w:pPr"),le=!!oe.firstOrEmpty("w:rPr").first("w:del");if(le)return Y.children.forEach(function(_e){S.push(_e)}),y();var ge=Y.children;return S.length>0&&(ge=S.concat(ge),S=[]),p.map(N(oe),q(ge),function(_e,Te){return new t.Paragraph(Te,_e)}).insertExtra()},"w:r":function(Y){return p.map(P(Y.firstOrEmpty("w:rPr")),q(Y.children),function(oe,le){var ge=pe();return ge!==null&&(le=[new t.Hyperlink(le,ge)]),new t.Run(le,oe)})},"w:fldChar":de,"w:instrText":Ue,"w:t":function(Y){return f(new t.Text(Y.text()))},"w:tab":function(Y){return f(new t.Tab)},"w:noBreakHyphen":function(){return f(new t.Text("‑"))},"w:softHyphen":function(Y){return f(new t.Text(""))},"w:sym":Ce,"w:hyperlink":function(Y){var oe=Y.attributes["r:id"],le=Y.attributes["w:anchor"];return q(Y.children).map(function(ge){function _e(Be){var Oe=Y.attributes["w:tgtFrame"]||null;return new t.Hyperlink(ge,n.extend({targetFrame:Oe},Be))}if(oe){var Te=A.findTargetByRelationshipId(oe);return le&&(Te=a.replaceFragment(Te,le)),_e({href:Te})}else return le?_e({anchor:le}):ge})},"w:tbl":B,"w:tr":te,"w:tc":ie,"w:footnoteReference":v("footnote"),"w:endnoteReference":v("endnote"),"w:commentReference":Z,"w:br":function(Y){var oe=Y.attributes["w:type"];return oe==null||oe==="textWrapping"?f(t.lineBreak):oe==="page"?f(t.pageBreak):oe==="column"?f(t.columnBreak):l([c("Unsupported break type: "+oe)])},"w:bookmarkStart":function(Y){var oe=Y.attributes["w:name"];return oe==="_GoBack"?y():f(new t.BookmarkStart({name:oe}))},"mc:AlternateContent":function(Y){return X(Y.firstOrEmpty("mc:Fallback"))},"w:sdt":function(Y){var oe=q(Y.firstOrEmpty("w:sdtContent").children);return oe.map(function(le){var ge=Y.firstOrEmpty("w:sdtPr").first("wordml:checkbox");if(ge){var _e=ge.first("wordml:checked"),Te=!!_e&&k(_e.attributes["wordml:val"]),Be=t.checkbox({checked:Te}),Oe=!1,Je=le.map(o._elementsOfType(t.types.text,function(C){return C.value.length>0&&!Oe?(Oe=!0,Be):C}));return Oe?Je:Be}else return le})},"w:ins":X,"w:object":X,"w:smartTag":X,"w:drawing":X,"w:pict":function(Y){return X(Y).toExtra()},"v:roundrect":X,"v:shape":X,"v:textbox":X,"w:txbxContent":X,"wp:inline":K,"wp:anchor":K,"v:imagedata":ve,"v:group":X,"v:rect":X};return{readXmlElement:R,readXmlElements:q};function B(Y){var oe=V(Y.firstOrEmpty("w:tblPr"));return q(Y.children).flatMap(M).flatMap(function(le){return oe.map(function(ge){return t.Table(le,ge)})})}function V(Y){return ce(Y).map(function(oe){return{styleId:oe.styleId,styleName:oe.name}})}function te(Y){var oe=Y.firstOrEmpty("w:trPr"),le=!!oe.first("w:del");if(le)return y();var ge=!!oe.first("w:tblHeader");return q(Y.children).map(function(_e){return t.TableRow(_e,{isHeader:ge})})}function ie(Y){return q(Y.children).map(function(oe){var le=Y.firstOrEmpty("w:tcPr"),ge=le.firstOrEmpty("w:gridSpan").attributes["w:val"],_e=ge?parseInt(ge,10):1,Te=t.TableCell(oe,{colSpan:_e});return Te._vMerge=H(le),Te})}function H(Y){var oe=Y.first("w:vMerge");if(oe){var le=oe.attributes["w:val"];return le==="continue"||!le}else return null}function M(Y){var oe=n.any(Y,function(_e){return _e.type!==t.types.tableRow});if(oe)return j(Y),s(Y,[c("unexpected non-row element in table, cell merging may be incorrect")]);var le=n.any(Y,function(_e){return n.any(_e.children,function(Te){return Te.type!==t.types.tableCell})});if(le)return j(Y),s(Y,[c("unexpected non-cell element in table row, cell merging may be incorrect")]);var ge={};return Y.forEach(function(_e){var Te=0;_e.children.forEach(function(Be){Be._vMerge&&ge[Te]?ge[Te].rowSpan++:(ge[Te]=Be,Be._vMerge=!1),Te+=Be.colSpan})}),Y.forEach(function(_e){_e.children=_e.children.filter(function(Te){return!Te._vMerge}),_e.children.forEach(function(Te){delete Te._vMerge})}),f(Y)}function j(Y){Y.forEach(function(oe){var le=o.getDescendantsOfType(oe,t.types.tableCell);le.forEach(function(ge){delete ge._vMerge})})}function K(Y){var oe=Y.getElementsByTagName("a:graphic").getElementsByTagName("a:graphicData").getElementsByTagName("pic:pic").getElementsByTagName("pic:blipFill").getElementsByTagName("a:blip");return d(oe.map(ne.bind(null,Y)))}function ne(Y,oe){var le=Y.first("wp:docPr").attributes,ge=se(le.descr)?le.title:le.descr,_e=fe(oe);return _e===null?l([c("Could not find image file for a:blip element")]):xe(_e,ge)}function se(Y){return Y==null||/^\s*$/.test(Y)}function fe(Y){var oe=Y.attributes["r:embed"],le=Y.attributes["r:link"];if(oe)return be(oe);if(le){var ge=A.findTargetByRelationshipId(le);return{path:ge,read:T.read.bind(T,ge)}}else return null}function ve(Y){var oe=Y.attributes["r:id"];return oe?xe(be(oe),Y.attributes["o:title"]):l([c("A v:imagedata element without a relationship ID was ignored")])}function be(Y){var oe=a.uriToZipEntryName("word",A.findTargetByRelationshipId(Y));return{path:oe,read:$.read.bind($,oe)}}function xe(Y,oe){var le=I.findContentType(Y.path),ge=t.Image({readImage:Y.read,altText:oe,contentType:le}),_e=g[le]?[]:c("Image of type "+le+" is unlikely to display in web browsers");return s(ge,_e)}function we(Y,oe){return c(Y+" style with ID "+oe+" was referenced but not defined in the document")}}function b(_,U,E){var S=U.firstOrEmpty("w:ilvl").attributes["w:val"],A=U.firstOrEmpty("w:numId").attributes["w:val"];if(S!==void 0&&A!==void 0)return E.findLevel(A,S);if(_!=null){var I=E.findLevelByParagraphStyleId(_);if(I!=null)return I}return A!==void 0?E.findLevel(A,"0"):null}var g={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},m={"office-word:wrap":!0,"v:shadow":!0,"v:shapetype":!0,"w:annotationRef":!0,"w:bookmarkEnd":!0,"w:sectPr":!0,"w:proofErr":!0,"w:lastRenderedPageBreak":!0,"w:commentRangeStart":!0,"w:commentRangeEnd":!0,"w:del":!0,"w:footnoteRef":!0,"w:endnoteRef":!0,"w:pPr":!0,"w:rPr":!0,"w:tblPr":!0,"w:tblGrid":!0,"w:trPr":!0,"w:tcPr":!0};function l(_){return new p(null,null,_)}function y(){return new p(null)}function f(_){return new p(_)}function s(_,U){return new p(_,null,U)}function p(_,U,E){this.value=_||[],this.extra=U||[],this._result=new r({element:this.value,extra:U},E),this.messages=this._result.messages}p.prototype.toExtra=function(){return new p(null,D(this.extra,this.value),this.messages)},p.prototype.insertExtra=function(){var _=this.extra;return _&&_.length?new p(D(this.value,_),null,this.messages):this},p.prototype.map=function(_){var U=this._result.map(function(E){return _(E.element)});return new p(U.value,this.extra,U.messages)},p.prototype.flatMap=function(_){var U=this._result.flatMap(function(E){return _(E.element)._result});return new p(U.value.element,D(this.extra,U.value.extra),U.messages)},p.map=function(_,U,E){return new p(E(_.value,U.value),D(_.extra,U.extra),_.messages.concat(U.messages))};function d(_){var U=r.combine(n.pluck(_,"_result"));return new p(n.flatten(n.pluck(U.value,"element")),n.filter(n.flatten(n.pluck(U.value,"extra")),w),U.messages)}function D(_,U){return n.flatten([_,U])}function w(_){return _}return gt}var ti={},tc;function yl(){if(tc)return ti;tc=1,ti.DocumentXmlReader=t;var e=Bn(),n=cn().Result;function t(r){var c=r.bodyReader;function i(o){var a=o.first("w:body");if(a==null)throw new Error("Could not find the body element: are you sure this is a docx file?");var u=c.readXmlElements(a.children).map(function(h){return new e.Document(h,{notes:r.notes,comments:r.comments})});return new n(u.value,u.messages)}return{convertXmlToDocument:i}}return ti}var Zn={},rc;function Dl(){if(rc)return Zn;rc=1,Zn.readRelationships=e,Zn.defaultValue=new n([]),Zn.Relationships=n;function e(t){var r=[];return t.children.forEach(function(c){if(c.name==="relationships:Relationship"){var i={relationshipId:c.attributes.Id,target:c.attributes.Target,type:c.attributes.Type};r.push(i)}}),new n(r)}function n(t){var r={};t.forEach(function(i){r[i.relationshipId]=i.target});var c={};return t.forEach(function(i){c[i.type]||(c[i.type]=[]),c[i.type].push(i.target)}),{findTargetByRelationshipId:function(i){return r[i]},findTargetsByType:function(i){return c[i]||[]}}}return Zn}var yt={},ic;function vl(){if(ic)return yt;ic=1,yt.readContentTypesFromXml=n;var e={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};yt.defaultContentTypes=t({},{});function n(r){var c={},i={};return r.children.forEach(function(o){if(o.name==="content-types:Default"&&(c[o.attributes.Extension]=o.attributes.ContentType),o.name==="content-types:Override"){var a=o.attributes.PartName;a.charAt(0)==="/"&&(a=a.substring(1)),i[a]=o.attributes.ContentType}}),t(i,c)}function t(r,c){return{findContentType:function(i){var o=r[i];if(o)return o;var a=i.split("."),u=a[a.length-1];if(c.hasOwnProperty(u))return c[u];var h=e[u.toLowerCase()];return h?"image/"+h:null}}}return yt}var Yn={},ac;function xl(){if(ac)return Yn;ac=1;var e=ke;Yn.readNumberingXml=t,Yn.Numbering=n,Yn.defaultNumbering=new n({},{});function n(o,a,u){var h=e.flatten(e.values(a).map(function(l){return e.values(l.levels)})),b=e.indexBy(h.filter(function(l){return l.paragraphStyleId!=null}),"paragraphStyleId");function g(l,y){var f=o[l];if(f){var s=a[f.abstractNumId];if(s){if(s.numStyleLink==null)return a[f.abstractNumId].levels[y];var p=u.findNumberingStyleById(s.numStyleLink);return g(p.numId,y)}else return null}else return null}function m(l){return b[l]||null}return{findLevel:g,findLevelByParagraphStyleId:m}}function t(o,a){if(!a||!a.styles)throw new Error("styles is missing");var u=r(o),h=i(o);return new n(h,u,a.styles)}function r(o){var a={};return o.getElementsByTagName("w:abstractNum").forEach(function(u){var h=u.attributes["w:abstractNumId"];a[h]=c(u)}),a}function c(o){var a={},u=null;o.getElementsByTagName("w:lvl").forEach(function(b){var g=b.attributes["w:ilvl"],m=b.firstOrEmpty("w:numFmt").attributes["w:val"],l=m!=="bullet",y=b.firstOrEmpty("w:pStyle").attributes["w:val"];g===void 0?u={isOrdered:l,level:"0",paragraphStyleId:y}:a[g]={isOrdered:l,level:g,paragraphStyleId:y}}),u!==null&&a[u.level]===void 0&&(a[u.level]=u);var h=o.firstOrEmpty("w:numStyleLink").attributes["w:val"];return{levels:a,numStyleLink:h}}function i(o){var a={};return o.getElementsByTagName("w:num").forEach(function(u){var h=u.attributes["w:numId"],b=u.first("w:abstractNumId").attributes["w:val"];a[h]={abstractNumId:b}}),a}return Yn}var $n={},oc;function _l(){if(oc)return $n;oc=1,$n.readStylesXml=n,$n.Styles=e,$n.defaultStyles=new e({},{});function e(o,a,u,h){return{findParagraphStyleById:function(b){return o[b]},findCharacterStyleById:function(b){return a[b]},findTableStyleById:function(b){return u[b]},findNumberingStyleById:function(b){return h[b]}}}e.EMPTY=new e({},{},{},{});function n(o){var a={},u={},h={},b={},g={paragraph:a,character:u,table:h,numbering:b};return o.getElementsByTagName("w:style").forEach(function(m){var l=t(m),y=g[l.type];y&&y[l.styleId]===void 0&&(y[l.styleId]=l)}),new e(a,u,h,b)}function t(o){var a=o.attributes["w:type"];if(a==="numbering")return c(a,o);var u=i(o),h=r(o);return{type:a,styleId:u,name:h}}function r(o){var a=o.first("w:name");return a?a.attributes["w:val"]:null}function c(o,a){var u=i(a),h=a.firstOrEmpty("w:pPr").firstOrEmpty("w:numPr").firstOrEmpty("w:numId").attributes["w:val"];return{type:o,numId:h,styleId:u}}function i(o){return o.attributes["w:styleId"]}return $n}var On={},cc;function Ul(){if(cc)return On;cc=1;var e=Bn(),n=cn().Result;On.createFootnotesReader=t.bind(On,"footnote"),On.createEndnotesReader=t.bind(On,"endnote");function t(r,c){function i(u){return n.combine(u.getElementsByTagName("w:"+r).filter(o).map(a))}function o(u){var h=u.attributes["w:type"];return h!=="continuationSeparator"&&h!=="separator"}function a(u){var h=u.attributes["w:id"];return c.readXmlElements(u.children).map(function(b){return e.Note({noteType:r,noteId:h,body:b})})}return i}return On}var ri={},uc;function Tl(){if(uc)return ri;uc=1;var e=Bn(),n=cn().Result;function t(r){function c(o){return n.combine(o.getElementsByTagName("w:comment").map(i))}function i(o){var a=o.attributes["w:id"];function u(h){return(o.attributes[h]||"").trim()||null}return r.readXmlElements(o.children).map(function(h){return e.comment({commentId:a,body:h,authorName:u("w:author"),authorInitials:u("w:initials")})})}return c}return ri.createCommentsReader=t,ri}var ii={},sc;function wl(){if(sc)return ii;sc=1;var e=bn();ii.Files=n;function n(){function t(r){return e.reject(new Error("could not open external image: '"+r+`'
|
|
209
|
+
cannot open linked files from a web browser`))}return{read:t}}return ii}var dc;function El(){if(dc)return ut;dc=1,ut.read=y,ut._findPartPaths=f;var e=bn(),n=Bn(),t=cn().Result,r=ps(),c=hl().readXmlFromZipFile,i=bl().createBodyReader,o=yl().DocumentXmlReader,a=Dl(),u=vl(),h=xl(),b=_l(),g=Ul(),m=Tl(),l=wl().Files;function y(A,I,$){I=I||{},$=$||{};var T=new l({externalFileAccess:$.externalFileAccess,relativeToFile:I.path});return e.props({contentTypes:_(A),partPaths:f(A),docxFile:A,files:T}).also(function(W){return{styles:E(A,W.partPaths.styles)}}).also(function(W){return{numbering:U(A,W.partPaths.numbering,W.styles)}}).also(function(W){return{footnotes:D(W.partPaths.footnotes,W,function(x,q){return q?g.createFootnotesReader(x)(q):new t([])}),endnotes:D(W.partPaths.endnotes,W,function(x,q){return q?g.createEndnotesReader(x)(q):new t([])}),comments:D(W.partPaths.comments,W,function(x,q){return q?m.createCommentsReader(x)(q):new t([])})}}).also(function(W){return{notes:W.footnotes.flatMap(function(x){return W.endnotes.map(function(q){return new n.Notes(x.concat(q))})})}}).then(function(W){return D(W.partPaths.mainDocument,W,function(x,q){return W.notes.flatMap(function(R){return W.comments.flatMap(function(N){var G=new o({bodyReader:x,notes:R,comments:N});return G.convertXmlToDocument(q)})})})})}function f(A){return S(A).then(function(I){var $=s({docxFile:A,relationships:I,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument",basePath:"",fallbackPath:"word/document.xml"});if(!A.exists($))throw new Error("Could not find main document part. Are you sure this is a valid .docx file?");return d({filename:w($),readElement:a.readRelationships,defaultValue:a.defaultValue})(A).then(function(T){function W(x){return s({docxFile:A,relationships:T,relationshipType:"http://schemas.openxmlformats.org/officeDocument/2006/relationships/"+x,basePath:r.splitPath($).dirname,fallbackPath:"word/"+x+".xml"})}return{mainDocument:$,comments:W("comments"),endnotes:W("endnotes"),footnotes:W("footnotes"),numbering:W("numbering"),styles:W("styles")}})})}function s(A){var I=A.docxFile,$=A.relationships,T=A.relationshipType,W=A.basePath,x=A.fallbackPath,q=$.findTargetsByType(T),R=q.map(function(G){return p(r.joinPath(W,G),"/")}),N=R.filter(function(G){return I.exists(G)});return N.length===0?x:N[0]}function p(A,I){return A.substring(0,I.length)===I?A.substring(I.length):A}function d(A){return function(I){return c(I,A.filename).then(function($){return $?A.readElement($):A.defaultValue})}}function D(A,I,$){var T=d({filename:w(A),readElement:a.readRelationships,defaultValue:a.defaultValue});return T(I.docxFile).then(function(W){var x=new i({relationships:W,contentTypes:I.contentTypes,docxFile:I.docxFile,numbering:I.numbering,styles:I.styles,files:I.files});return c(I.docxFile,A).then(function(q){return $(x,q)})})}function w(A){var I=r.splitPath(A);return r.joinPath(I.dirname,"_rels",I.basename+".rels")}var _=d({filename:"[Content_Types].xml",readElement:u.readContentTypesFromXml,defaultValue:u.defaultContentTypes});function U(A,I,$){return d({filename:I,readElement:function(T){return h.readNumberingXml(T,{styles:$})},defaultValue:h.defaultNumbering})(A)}function E(A,I){return d({filename:I,readElement:b.readStylesXml,defaultValue:b.defaultStyles})(A)}var S=d({filename:"_rels/.rels",readElement:a.readRelationships,defaultValue:a.defaultValue});return ut}var Dt={},lc;function Al(){if(lc)return Dt;lc=1;var e=ke,n=bn(),t=ga();Dt.writeStyleMap=o,Dt.readStyleMap=b;var r="http://schemas.zwobble.org/mammoth/style-map",c="mammoth/style-map",i="/"+c;function o(g,m){return g.write(c,m),a(g).then(function(){return u(g)})}function a(g){var m="word/_rels/document.xml.rels",l="http://schemas.openxmlformats.org/package/2006/relationships",y="{"+l+"}Relationship";return g.read(m,"utf8").then(t.readString).then(function(f){var s=f.children;h(s,y,"Id",{Id:"rMammothStyleMap",Type:r,Target:i});var p={"":l};return g.write(m,t.writeString(f,p))})}function u(g){var m="[Content_Types].xml",l="http://schemas.openxmlformats.org/package/2006/content-types",y="{"+l+"}Override";return g.read(m,"utf8").then(t.readString).then(function(f){var s=f.children;h(s,y,"PartName",{PartName:i,ContentType:"text/prs.mammoth.style-map"});var p={"":l};return g.write(m,t.writeString(f,p))})}function h(g,m,l,y){var f=e.find(g,function(s){return s.name===m&&s.attributes[l]===y[l]});f?f.attributes=y:g.push(t.element(m,y))}function b(g){return g.exists(c)?g.read(c,"utf8"):n.resolve(null)}return Dt}var vt={},wn={},an={},ln={},fc;function vs(){if(fc)return ln;fc=1;var e=br();function n(u,h,b){return r(e.element(u,h,{fresh:!1}),b)}function t(u,h,b){var g=e.element(u,h,{fresh:!0});return r(g,b)}function r(u,h){return{type:"element",tag:u,children:h||[]}}function c(u){return{type:"text",value:u}}var i={type:"forceWrite"};ln.freshElement=t,ln.nonFreshElement=n,ln.elementWithTag=r,ln.text=c,ln.forceWrite=i;var o={br:!0,hr:!0,img:!0,input:!0};function a(u){return u.children.length===0&&o[u.tag.tagName]}return ln.isVoidElement=a,ln}var ai,hc;function Cl(){if(hc)return ai;hc=1;var e=ke,n=vs();function t(f){return r(h(f))}function r(f){var s=[];return f.map(c).forEach(function(p){u(s,p)}),s}function c(f){return i[f.type](f)}var i={element:o,text:a,forceWrite:a};function o(f){return n.elementWithTag(f.tag,r(f.children))}function a(f){return f}function u(f,s){var p=f[f.length-1];s.type==="element"&&!s.tag.fresh&&p&&p.type==="element"&&s.tag.matchesElement(p.tag)?(s.tag.separator&&u(p.children,n.text(s.tag.separator)),s.children.forEach(function(d){u(p.children,d)})):f.push(s)}function h(f){return b(f,function(s){return g[s.type](s)})}function b(f,s){return e.flatten(e.map(f,s),!0)}var g={element:l,text:y,forceWrite:m};function m(f){return[f]}function l(f){var s=h(f.children);return s.length===0&&!n.isVoidElement(f)?[]:[n.elementWithTag(f.tag,s)]}function y(f){return f.value.length===0?[]:[f]}return ai=t,ai}var pc;function mr(){if(pc)return an;pc=1;var e=vs();an.freshElement=e.freshElement,an.nonFreshElement=e.nonFreshElement,an.elementWithTag=e.elementWithTag,an.text=e.text,an.forceWrite=e.forceWrite,an.simplify=Cl();function n(o,a){a.forEach(function(u){t(o,u)})}function t(o,a){r[a.type](o,a)}var r={element:c,text:i,forceWrite:function(){}};function c(o,a){e.isVoidElement(a)?o.selfClosing(a.tag.tagName,a.tag.attributes):(o.open(a.tag.tagName,a.tag.attributes),n(o,a.children),o.close(a.tag.tagName))}function i(o,a){o.text(a.value)}return an.write=n,an}var gc;function br(){if(gc)return wn;gc=1;var e=ke,n=mr();wn.topLevelElement=t,wn.elements=r,wn.element=i;function t(a,u){return r([i(a,u,{fresh:!0})])}function r(a){return new c(a.map(function(u){return e.isString(u)?i(u):u}))}function c(a){this._elements=a}c.prototype.wrap=function(u){for(var h=u(),b=this._elements.length-1;b>=0;b--)h=this._elements[b].wrapNodes(h);return h};function i(a,u,h){return h=h||{},new o(a,u,h)}function o(a,u,h){var b={};e.isArray(a)?(a.forEach(function(g){b[g]=!0}),a=a[0]):b[a]=!0,this.tagName=a,this.tagNames=b,this.attributes=u||{},this.fresh=h.fresh,this.separator=h.separator}return o.prototype.matchesElement=function(a){return this.tagNames[a.tagName]&&e.isEqual(this.attributes||{},a.attributes||{})},o.prototype.wrap=function(u){return this.wrapNodes(u())},o.prototype.wrapNodes=function(u){return[n.elementWithTag(this,u)]},wn.empty=r([]),wn.ignore={wrap:function(){return[]}},wn}var oi={},mc;function xs(){return mc||(mc=1,(function(e){var n=ke,t=bn(),r=mr();e.imgElement=c;function c(i){return function(o,a){return t.when(i(o)).then(function(u){var h={};return o.altText&&(h.alt=o.altText),n.extend(h,u),[r.freshElement("img",h)]})}}e.inline=e.imgElement,e.dataUri=c(function(i){return i.readAsBase64String().then(function(o){return{src:"data:"+i.contentType+";base64,"+o}})})})(oi)),oi}var ci={},ui={},bc;function Fl(){if(bc)return ui;bc=1;var e=ke;ui.writer=n;function n(a){return a=a||{},a.prettyPrint?r():c()}var t={div:!0,p:!0,ul:!0,li:!0};function r(){var a=0,u=" ",h=[],b=!0,g=!1,m=c();function l(_,U){t[_]&&D(),h.push(_),m.open(_,U),t[_]&&a++,b=!1}function y(_){t[_]&&(a--,D()),h.pop(),m.close(_)}function f(_){d();var U=w()?_:_.replace(`
|
|
210
210
|
`,`
|
|
211
|
-
`+u);
|
|
212
|
-
`);for(var _=0;_<
|
|
213
|
-
`:"",end:
|
|
214
|
-
`,list:{isOrdered:
|
|
215
|
-
`}}}var
|
|
211
|
+
`+u);m.text(U)}function s(_,U){D(),m.selfClosing(_,U)}function p(){return h.length===0||t[h[h.length-1]]}function d(){g||(D(),g=!0)}function D(){if(g=!1,!b&&p()&&!w()){m._append(`
|
|
212
|
+
`);for(var _=0;_<a;_++)m._append(u)}}function w(){return e.some(h,function(_){return _==="pre"})}return{asString:m.asString,open:l,close:y,text:f,selfClosing:s}}function c(){var a=[];function u(f,s){var p=g(s);a.push("<"+f+p+">")}function h(f){a.push("</"+f+">")}function b(f,s){var p=g(s);a.push("<"+f+p+" />")}function g(f){return e.map(f,function(s,p){return" "+p+'="'+o(s)+'"'}).join("")}function m(f){a.push(i(f))}function l(f){a.push(f)}function y(){return a.join("")}return{asString:y,open:u,close:h,text:m,selfClosing:b,_append:l}}function i(a){return a.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">")}function o(a){return a.replace(/&/g,"&").replace(/"/g,""").replace(/</g,"<").replace(/>/g,">")}return ui}var si={},yc;function Sl(){if(yc)return si;yc=1;var e=ke;function n(g){return t(g,g)}function t(g,m){return function(){return{start:g,end:m}}}function r(g){var m=g.href||"";return m?{start:"[",end:"]("+m+")",anchorPosition:"before"}:{}}function c(g){var m=g.src||"",l=g.alt||"";return m||l?{start:""}:{}}function i(g){return function(m,l){return{start:l?`
|
|
213
|
+
`:"",end:l?"":`
|
|
214
|
+
`,list:{isOrdered:g.isOrdered,indent:l?l.indent+1:0,count:0}}}}function o(g,m,l){m=m||{indent:0,isOrdered:!1,count:0},m.count++,l.hasClosed=!1;var y=m.isOrdered?m.count+".":"-",f=u(" ",m.indent)+y+" ";return{start:f,end:function(){if(!l.hasClosed)return l.hasClosed=!0,`
|
|
215
|
+
`}}}var a={p:t("",`
|
|
216
216
|
|
|
217
217
|
`),br:t("",`
|
|
218
|
-
`),ul:i({isOrdered:!1}),ol:i({isOrdered:!0}),li:
|
|
218
|
+
`),ul:i({isOrdered:!1}),ol:i({isOrdered:!0}),li:o,strong:n("__"),em:n("*"),a:r,img:c};(function(){for(var g=1;g<=6;g++)a["h"+g]=t(u("#",g)+" ",`
|
|
219
219
|
|
|
220
|
-
`)})();function u(m
|
|
220
|
+
`)})();function u(g,m){return new Array(m+1).join(g)}function h(){var g=[],m=[],l=null,y={};function f(_,U){U=U||{};var E=a[_]||function(){return{}},S=E(U,l,y);m.push({end:S.end,list:l}),S.list&&(l=S.list);var A=S.anchorPosition==="before";A&&s(U),g.push(S.start||""),A||s(U)}function s(_){_.id&&g.push('<a id="'+_.id+'"></a>')}function p(_){var U=m.pop();l=U.list;var E=e.isFunction(U.end)?U.end():U.end;g.push(E||"")}function d(_,U){f(_,U),p()}function D(_){g.push(b(_))}function w(){return g.join("")}return{asString:w,open:f,close:p,text:D,selfClosing:d}}si.writer=h;function b(g){return g.replace(/\\/g,"\\\\").replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,"\\$1")}return si}var Dc;function Bl(){if(Dc)return ci;Dc=1;var e=Fl(),n=Sl();ci.writer=t;function t(r){return r=r||{},r.outputFormat==="markdown"?n.writer():e.writer(r)}return ci}var vc;function kl(){if(vc)return vt;vc=1;var e=ke,n=bn(),t=Bn(),r=br(),c=cn(),i=xs(),o=mr(),a=Bl();vt.DocumentConverter=u;function u(s){return{convertToHtml:function(p){var d=e.indexBy(p.type===t.types.document?p.comments:[],"commentId"),D=new h(s,d);return D.convertToHtml(p)}}}function h(s,p){var d=1,D=[],w=[];s=e.extend({ignoreEmptyParagraphs:!0},s);var _=s.idPrefix===void 0?"":s.idPrefix,U=s.ignoreEmptyParagraphs,E=r.topLevelElement("p"),S=s.styleMap||[];function A(v){var Z=[],X=$(v,Z,{}),O=[];y(X,function(V){V.type==="deferred"&&O.push(V)});var B={};return n.mapSeries(O,function(V){return V.value().then(function(te){B[V.id]=te})}).then(function(){function V(ie){return l(ie,function(H){return H.type==="deferred"?B[H.id]:H.children?[e.extend({},H,{children:V(H.children)})]:[H]})}var te=a.writer({prettyPrint:s.prettyPrint,outputFormat:s.outputFormat});return o.write(te,o.simplify(V(X))),new c.Result(te.asString(),Z)})}function I(v,Z,X){return l(v,function(O){return $(O,Z,X)})}function $(v,Z,X){if(!X)throw new Error("options not set");var O=Ce[v.type];return O?O(v,Z,X):[]}function T(v,Z,X){return W(v,Z).wrap(function(){var O=I(v.children,Z,X);return U?O:[o.forceWrite].concat(O)})}function W(v,Z){var X=N(v);return X?X.to:(v.styleId&&Z.push(m("paragraph",v)),E)}function x(v,Z,X){var O=function(){return I(v.children,Z,X)},B=[];if(v.highlight!==null){var V=R({type:"highlight",color:v.highlight});V&&B.push(V)}v.isSmallCaps&&B.push(q("smallCaps")),v.isAllCaps&&B.push(q("allCaps")),v.isStrikethrough&&B.push(q("strikethrough","s")),v.isUnderline&&B.push(q("underline")),v.verticalAlignment===t.verticalAlignment.subscript&&B.push(r.element("sub",{},{fresh:!1})),v.verticalAlignment===t.verticalAlignment.superscript&&B.push(r.element("sup",{},{fresh:!1})),v.isItalic&&B.push(q("italic","em")),v.isBold&&B.push(q("bold","strong"));var te=r.empty,ie=N(v);return ie?te=ie.to:v.styleId&&Z.push(m("run",v)),B.push(te),B.forEach(function(H){O=H.wrap.bind(H,O)}),O()}function q(v,Z){var X=R({type:v});return X||(Z?r.element(Z,{},{fresh:!1}):r.empty)}function R(v,Z){var X=N(v);return X?X.to:Z}function N(v){for(var Z=0;Z<S.length;Z++)if(S[Z].from.matches(v))return S[Z]}function G(v){return function(Z,X){return n.attempt(function(){return v(Z,X)}).caught(function(O){return X.push(c.error(O)),[]})}}function P(v){return L(v.noteType,v.noteId)}function Q(v){return k(v.noteType,v.noteId)}function L(v,Z){return re(v+"-"+Z)}function k(v,Z){return re(v+"-ref-"+Z)}function re(v){return _+v}var ae=r.elements([r.element("table",{},{fresh:!0})]);function ee(v,Z,X){return R(v,ae).wrap(function(){return ce(v,Z,X)})}function ce(v,Z,X){var O=e.findIndex(v.children,function(ie){return!ie.type===t.types.tableRow||!ie.isHeader});O===-1&&(O=v.children.length);var B;if(O===0)B=I(v.children,Z,e.extend({},X,{isTableHeader:!1}));else{var V=I(v.children.slice(0,O),Z,e.extend({},X,{isTableHeader:!0})),te=I(v.children.slice(O),Z,e.extend({},X,{isTableHeader:!1}));B=[o.freshElement("thead",{},V),o.freshElement("tbody",{},te)]}return[o.forceWrite].concat(B)}function he(v,Z,X){var O=I(v.children,Z,X);return[o.freshElement("tr",{},[o.forceWrite].concat(O))]}function de(v,Z,X){var O=X.isTableHeader?"th":"td",B=I(v.children,Z,X),V={};return v.colSpan!==1&&(V.colspan=v.colSpan.toString()),v.rowSpan!==1&&(V.rowspan=v.rowSpan.toString()),[o.freshElement(O,V,[o.forceWrite].concat(B))]}function pe(v,Z,X){return R(v,r.ignore).wrap(function(){var O=p[v.commentId],B=w.length+1,V="["+f(O)+B+"]";return w.push({label:V,comment:O}),[o.freshElement("a",{href:"#"+L("comment",v.commentId),id:k("comment",v.commentId)},[o.text(V)])]})}function me(v,Z,X){var O=v.label,B=v.comment,V=I(B.body,Z,X).concat([o.nonFreshElement("p",{},[o.text(" "),o.freshElement("a",{href:"#"+k("comment",B.commentId)},[o.text("↑")])])]);return[o.freshElement("dt",{id:L("comment",B.commentId)},[o.text("Comment "+O)]),o.freshElement("dd",{},V)]}function ye(v,Z,X){return Ue(v).wrap(function(){return[]})}function Ue(v){var Z=N(v);return Z?Z.to:v.breakType==="line"?r.topLevelElement("br"):r.empty}var Ce={document:function(v,Z,X){var O=I(v.children,Z,X),B=D.map(function(te){return v.notes.resolve(te)}),V=I(B,Z,X);return O.concat([o.freshElement("ol",{},V),o.freshElement("dl",{},l(w,function(te){return me(te,Z,X)}))])},paragraph:T,run:x,text:function(v,Z,X){return[o.text(v.value)]},tab:function(v,Z,X){return[o.text(" ")]},hyperlink:function(v,Z,X){var O=v.anchor?"#"+re(v.anchor):v.href,B={href:O};v.targetFrame!=null&&(B.target=v.targetFrame);var V=I(v.children,Z,X);return[o.nonFreshElement("a",B,V)]},checkbox:function(v){var Z={type:"checkbox"};return v.checked&&(Z.checked="checked"),[o.freshElement("input",Z)]},bookmarkStart:function(v,Z,X){var O=o.freshElement("a",{id:re(v.name)},[o.forceWrite]);return[O]},noteReference:function(v,Z,X){D.push(v);var O=o.freshElement("a",{href:"#"+P(v),id:Q(v)},[o.text("["+d+++"]")]);return[o.freshElement("sup",{},[O])]},note:function(v,Z,X){var O=I(v.body,Z,X),B=o.elementWithTag(r.element("p",{},{fresh:!1}),[o.text(" "),o.freshElement("a",{href:"#"+Q(v)},[o.text("↑")])]),V=O.concat([B]);return o.freshElement("li",{id:P(v)},V)},commentReference:pe,comment:me,image:g(G(s.convertImage||i.dataUri)),table:ee,tableRow:he,tableCell:de,break:ye};return{convertToHtml:A}}var b=1;function g(s){return function(p,d,D){return[{type:"deferred",id:b++,value:function(){return s(p,d,D)}}]}}function m(s,p){return c.warning("Unrecognised "+s+" style: '"+p.styleName+"' (Style ID: "+p.styleId+")")}function l(s,p){return e.flatten(s.map(p),!0)}function y(s,p){s.forEach(function(d){p(d),d.children&&y(d.children,p)})}var f=vt.commentAuthorLabel=function(p){return p.authorInitials||""};return vt}var di={},xc;function Wl(){if(xc)return di;xc=1;var e=Bn();function n(t){if(t.type==="text")return t.value;if(t.type===e.types.tab)return" ";var r=t.type==="paragraph"?`
|
|
221
221
|
|
|
222
|
-
`:"";return(t.children||[]).map(n).join("")+r}return
|
|
222
|
+
`:"";return(t.children||[]).map(n).join("")+r}return di.convertElementToRawText=n,di}var Kn={},Ke={},li={},fi={exports:{}},_c;function Rl(){if(_c)return fi.exports;_c=1;var e=fi.exports=function(n,t){this._tokens=n,this._startIndex=t||0};return e.prototype.head=function(){return this._tokens[this._startIndex]},e.prototype.tail=function(n){return new e(this._tokens,this._startIndex+1)},e.prototype.toArray=function(){return this._tokens.slice(this._startIndex)},e.prototype.end=function(){return this._tokens[this._tokens.length-1]},e.prototype.to=function(n){var t=this.head().source,r=n.head()||n.end();return t.to(r.source)},fi.exports}var Uc;function Ol(){if(Uc)return li;Uc=1;var e=Rl();return li.Parser=function(n){var t=function(r,c){return r(new e(c))};return{parseTokens:t}},li}var hi={},pi={},Tc;function Nl(){return Tc||(Tc=1,(function(e){e.none=Object.create({value:function(){throw new Error("Called value on none")},isNone:function(){return!0},isSome:function(){return!1},map:function(){return e.none},flatMap:function(){return e.none},filter:function(){return e.none},toArray:function(){return[]},orElse:n,valueOrElse:n});function n(r){return typeof r=="function"?r():r}e.some=function(r){return new t(r)};var t=function(r){this._value=r};t.prototype.value=function(){return this._value},t.prototype.isNone=function(){return!1},t.prototype.isSome=function(){return!0},t.prototype.map=function(r){return new t(r(this._value))},t.prototype.flatMap=function(r){return r(this._value)},t.prototype.filter=function(r){return r(this._value)?this:e.none},t.prototype.toArray=function(){return[this._value]},t.prototype.orElse=function(r){return this},t.prototype.valueOrElse=function(r){return this._value},e.isOption=function(r){return r===e.none||r instanceof t},e.fromNullable=function(r){return r==null?e.none:new t(r)}})(pi)),pi}var gi,wc;function ma(){if(wc)return gi;wc=1,gi={failure:function(n,t){if(n.length<1)throw new Error("Failure must have errors");return new e({status:"failure",remaining:t,errors:n})},error:function(n,t){if(n.length<1)throw new Error("Failure must have errors");return new e({status:"error",remaining:t,errors:n})},success:function(n,t,r){return new e({status:"success",value:n,source:r,remaining:t,errors:[]})},cut:function(n){return new e({status:"cut",remaining:n,errors:[]})}};var e=function(n){this._value=n.value,this._status=n.status,this._hasValue=n.value!==void 0,this._remaining=n.remaining,this._source=n.source,this._errors=n.errors};return e.prototype.map=function(n){return this._hasValue?new e({value:n(this._value,this._source),status:this._status,remaining:this._remaining,source:this._source,errors:this._errors}):this},e.prototype.changeRemaining=function(n){return new e({value:this._value,status:this._status,remaining:n,source:this._source,errors:this._errors})},e.prototype.isSuccess=function(){return this._status==="success"||this._status==="cut"},e.prototype.isFailure=function(){return this._status==="failure"},e.prototype.isError=function(){return this._status==="error"},e.prototype.isCut=function(){return this._status==="cut"},e.prototype.value=function(){return this._value},e.prototype.remaining=function(){return this._remaining},e.prototype.source=function(){return this._source},e.prototype.errors=function(){return this._errors},gi}var mi={},Ec;function _s(){if(Ec)return mi;Ec=1,mi.error=function(n){return new e(n)};var e=function(n){this.expected=n.expected,this.actual=n.actual,this._location=n.location};return e.prototype.describe=function(){var n=this._location?this._location.describe()+`:
|
|
223
223
|
`:"";return n+"Expected "+this.expected+`
|
|
224
|
-
but got `+this.actual},e.prototype.lineNumber=function(){return this._location.lineNumber()},e.prototype.characterNumber=function(){return this._location.characterNumber()},
|
|
224
|
+
but got `+this.actual},e.prototype.lineNumber=function(){return this._location.lineNumber()},e.prototype.characterNumber=function(){return this._location.characterNumber()},mi}var bi={},Ac;function Il(){if(Ac)return bi;Ac=1,bi.fromArray=function(n){var t=0,r=function(){return t<n.length};return new e({hasNext:r,next:function(){if(r())return n[t++];throw new Error("No more elements")}})};var e=function(n){this._iterator=n};return e.prototype.map=function(n){var t=this._iterator;return new e({hasNext:function(){return t.hasNext()},next:function(){return n(t.next())}})},e.prototype.filter=function(n){var t=this._iterator,r=!1,c=!1,i,o=function(){if(!r)for(r=!0,c=!1;t.hasNext()&&!c;)i=t.next(),c=n(i)};return new e({hasNext:function(){return o(),c},next:function(){o();var a=i;return r=!1,a}})},e.prototype.first=function(){var n=this._iterator;return this._iterator.hasNext()?n.next():null},e.prototype.toArray=function(){for(var n=[];this._iterator.hasNext();)n.push(this._iterator.next());return n},bi}var Cc;function Us(){return Cc||(Cc=1,(function(e){var n=ke,t=Nl(),r=ma(),c=_s(),i=Il();e.token=function(m,l){var y=l!==void 0;return function(f){var s=f.head();if(s&&s.name===m&&(!y||s.value===l))return r.success(s.value,f.tail(),s.source);var p=b({name:m,value:l});return g(f,p)}},e.tokenOfType=function(m){return e.token(m)},e.firstOf=function(m,l){return n.isArray(l)||(l=Array.prototype.slice.call(arguments,1)),function(y){return i.fromArray(l).map(function(f){return f(y)}).filter(function(f){return f.isSuccess()||f.isError()}).first()||g(y,m)}},e.then=function(m,l){return function(y){var f=m(y);return f.map||console.log(f),f.map(l)}},e.sequence=function(){var m=Array.prototype.slice.call(arguments,0),l=function(f){var s=n.foldl(m,function(d,D){var w=d.result,_=d.hasCut;if(!w.isSuccess())return{result:w,hasCut:_};var U=D(w.remaining());if(U.isCut())return{result:w,hasCut:!0};if(U.isSuccess()){var E;D.isCaptured?E=w.value().withValue(D,U.value()):E=w.value();var S=U.remaining(),A=f.to(S);return{result:r.success(E,S,A),hasCut:_}}else return _?{result:r.error(U.errors(),U.remaining()),hasCut:_}:{result:U,hasCut:_}},{result:r.success(new o,f),hasCut:!1}).result,p=f.to(s.remaining());return s.map(function(d){return d.withValue(e.sequence.source,p)})};l.head=function(){var f=n.find(m,y);return e.then(l,e.sequence.extract(f))},l.map=function(f){return e.then(l,function(s){return f.apply(this,s.toArray())})};function y(f){return f.isCaptured}return l};var o=function(m,l){this._values=m||{},this._valuesArray=l||[]};o.prototype.withValue=function(m,l){if(m.captureName&&m.captureName in this._values)throw new Error('Cannot add second value for capture "'+m.captureName+'"');var y=n.clone(this._values);y[m.captureName]=l;var f=this._valuesArray.concat([l]);return new o(y,f)},o.prototype.get=function(m){if(m.captureName in this._values)return this._values[m.captureName];throw new Error('No value for capture "'+m.captureName+'"')},o.prototype.toArray=function(){return this._valuesArray},e.sequence.capture=function(m,l){var y=function(){return m.apply(this,arguments)};return y.captureName=l,y.isCaptured=!0,y},e.sequence.extract=function(m){return function(l){return l.get(m)}},e.sequence.applyValues=function(m){var l=Array.prototype.slice.call(arguments,1);return function(y){var f=l.map(function(s){return y.get(s)});return m.apply(this,f)}},e.sequence.source={captureName:"☃source☃"},e.sequence.cut=function(){return function(m){return r.cut(m)}},e.optional=function(m){return function(l){var y=m(l);return y.isSuccess()?y.map(t.some):y.isFailure()?r.success(t.none,l):y}},e.zeroOrMoreWithSeparator=function(m,l){return h(m,l,!1)},e.oneOrMoreWithSeparator=function(m,l){return h(m,l,!0)};var a=e.zeroOrMore=function(m){return function(l){for(var y=[],f;(f=m(l))&&f.isSuccess();)l=f.remaining(),y.push(f.value());return f.isError()?f:r.success(y,l)}};e.oneOrMore=function(m){return e.oneOrMoreWithSeparator(m,u)};function u(m){return r.success(null,m)}var h=function(m,l,y){return function(f){var s=m(f);if(s.isSuccess()){var p=e.sequence.capture(m,"main"),d=a(e.then(e.sequence(l,p),e.sequence.extract(p))),D=d(s.remaining());return r.success([s.value()].concat(D.value()),D.remaining())}else return y||s.isError()?s:r.success([],f)}};e.leftAssociative=function(m,l,y){var f;y?f=[{func:y,rule:l}]:f=l,f=f.map(function(p){return e.then(p.rule,function(d){return function(D,w){return p.func(D,d,w)}})});var s=e.firstOf.apply(null,["rules"].concat(f));return function(p){var d=p,D=m(p);if(!D.isSuccess())return D;for(var w=s(D.remaining());w.isSuccess();){var _=w.remaining(),U=d.to(w.remaining()),E=w.value();D=r.success(E(D.value(),U),_,U),w=s(D.remaining())}return w.isError()?w:D}},e.leftAssociative.firstOf=function(){return Array.prototype.slice.call(arguments,0)},e.nonConsuming=function(m){return function(l){return m(l).changeRemaining(l)}};var b=function(m){return m.value?m.name+' "'+m.value+'"':m.name};function g(m,l){var y,f=m.head();return f?y=c.error({expected:l,actual:b(f),location:f.source}):y=c.error({expected:l,actual:"end of tokens"}),r.failure([y],m)}})(hi)),hi}var yi={exports:{}},Fc;function Ts(){if(Fc)return yi.exports;Fc=1,yi.exports=function(n,t){var r={asString:function(){return n},range:function(c,i){return new e(n,t,c,i)}};return r};var e=function(n,t,r,c){this._string=n,this._description=t,this._startIndex=r,this._endIndex=c};return e.prototype.to=function(n){return new e(this._string,this._description,this._startIndex,n._endIndex)},e.prototype.describe=function(){var n=this._position(),t=this._description?this._description+`
|
|
225
225
|
`:"";return t+"Line number: "+n.lineNumber+`
|
|
226
226
|
Character number: `+n.characterNumber},e.prototype.lineNumber=function(){return this._position().lineNumber},e.prototype.characterNumber=function(){return this._position().characterNumber},e.prototype._position=function(){for(var n=this,t=0,r=function(){return n._string.indexOf(`
|
|
227
|
-
`,t)},c=1;r()!==-1&&r()<this._startIndex;)t=r()+1,c+=1;var i=this._startIndex-t+1;return{lineNumber:c,characterNumber:i}},
|
|
228
|
-
`,r:"\r",t:" "};function s(S){return S.replace(/\\(.)/g,function(A,I){return f[I]||I})}var p=n.rules.sequence(n.rules.tokenOfType("open-square-bracket"),n.rules.sequence.cut(),n.rules.sequence.capture(
|
|
227
|
+
`,t)},c=1;r()!==-1&&r()<this._startIndex;)t=r()+1,c+=1;var i=this._startIndex-t+1;return{lineNumber:c,characterNumber:i}},yi.exports}var Di,Sc;function ws(){return Sc||(Sc=1,Di=function(e,n,t){this.name=e,this.value=n,t&&(this.source=t)}),Di}var vi={},Bc;function Ll(){return Bc||(Bc=1,(function(e){var n=Us(),t=ma();e.parser=function(i,o,a){var u={rule:m,leftAssociative:l,rightAssociative:y},h=new r(a.map(g)),b=n.firstOf(i,o);function g(p){return{name:p.name,rule:c(p.ruleBuilder.bind(null,u))}}function m(){return f(h)}function l(p){return f(h.untilExclusive(p))}function y(p){return f(h.untilInclusive(p))}function f(p){return s.bind(null,p)}function s(p,d){var D=b(d);return D.isSuccess()?p.apply(D):D}return u};function r(i){function o(g){return new r(i.slice(0,u().indexOf(g)))}function a(g){return new r(i.slice(0,u().indexOf(g)+1))}function u(){return i.map(function(g){return g.name})}function h(g){for(var m,l;;)if(m=b(g.remaining()),m.isSuccess())l=g.source().to(m.source()),g=t.success(m.value()(g.value(),l),m.remaining(),l);else return m.isFailure()?g:m}function b(g){return n.firstOf("infix",i.map(function(m){return m.rule}))(g)}return{apply:h,untilExclusive:o,untilInclusive:a}}e.infix=function(i,o){function a(u){return e.infix(i,function(h){var b=o(h);return function(g){var m=b(g);return m.map(function(l){return function(y,f){return u(y,l,f)}})}})}return{name:i,ruleBuilder:o,map:a}};var c=function(i){var o;return function(a){return o||(o=i()),o(a)}}})(vi)),vi}var xi={},kc;function Ml(){if(kc)return xi;kc=1;var e=ws(),n=Ts();xi.RegexTokeniser=t;function t(r){r=r.map(function(a){return{name:a.name,regex:new RegExp(a.regex.source,"g")}});function c(a,u){for(var h=new n(a,u),b=0,g=[];b<a.length;){var m=i(a,b,h);b=m.endIndex,g.push(m.token)}return g.push(o(a,h)),g}function i(a,u,h){for(var b=0;b<r.length;b++){var g=r[b].regex;g.lastIndex=u;var m=g.exec(a);if(m){var y=u+m[0].length;if(m.index===u&&y>u){var l=m[1],f=new e(r[b].name,l,h.range(u,y));return{token:f,endIndex:y}}}}var y=u+1,f=new e("unrecognisedCharacter",a.substring(u,y),h.range(u,y));return{token:f,endIndex:y}}function o(a,u){return new e("end",null,u.range(a.length,a.length))}return{tokenise:c}}return xi}var Wc;function Es(){return Wc||(Wc=1,Ke.Parser=Ol().Parser,Ke.rules=Us(),Ke.errors=_s(),Ke.results=ma(),Ke.StringSource=Ts(),Ke.Token=ws(),Ke.bottomUp=Ll(),Ke.RegexTokeniser=Ml().RegexTokeniser,Ke.rule=function(e){var n;return function(t){return n||(n=e()),n(t)}}),Ke}var Re={},Rc;function ql(){if(Rc)return Re;Rc=1,Re.paragraph=e,Re.run=n,Re.table=t,Re.bold=new c("bold"),Re.italic=new c("italic"),Re.underline=new c("underline"),Re.strikethrough=new c("strikethrough"),Re.allCaps=new c("allCaps"),Re.smallCaps=new c("smallCaps"),Re.highlight=r,Re.commentReference=new c("commentReference"),Re.lineBreak=new o({breakType:"line"}),Re.pageBreak=new o({breakType:"page"}),Re.columnBreak=new o({breakType:"column"}),Re.equalTo=u,Re.startsWith=h;function e(m){return new c("paragraph",m)}function n(m){return new c("run",m)}function t(m){return new c("table",m)}function r(m){return new i(m)}function c(m,l){l=l||{},this._elementType=m,this._styleId=l.styleId,this._styleName=l.styleName,l.list&&(this._listIndex=l.list.levelIndex,this._listIsOrdered=l.list.isOrdered)}c.prototype.matches=function(m){return m.type===this._elementType&&(this._styleId===void 0||m.styleId===this._styleId)&&(this._styleName===void 0||m.styleName&&this._styleName.operator(this._styleName.operand,m.styleName))&&(this._listIndex===void 0||a(m,this._listIndex,this._listIsOrdered))&&(this._breakType===void 0||this._breakType===m.breakType)};function i(m){m=m||{},this._color=m.color}i.prototype.matches=function(m){return m.type==="highlight"&&(this._color===void 0||m.color===this._color)};function o(m){m=m||{},this._breakType=m.breakType}o.prototype.matches=function(m){return m.type==="break"&&(this._breakType===void 0||m.breakType===this._breakType)};function a(m,l,y){return m.numbering&&m.numbering.level==l&&m.numbering.isOrdered==y}function u(m){return{operator:b,operand:m}}function h(m){return{operator:g,operand:m}}function b(m,l){return m.toUpperCase()===l.toUpperCase()}function g(m,l){return l.toUpperCase().indexOf(m.toUpperCase())===0}return Re}var _i={},Oc;function Pl(){if(Oc)return _i;Oc=1;var e=Es(),n=e.RegexTokeniser;_i.tokenise=r;var t="'((?:\\\\.|[^'])*)";function r(c){var i="(?:[a-zA-Z\\-_]|\\\\.)",o=new n([{name:"identifier",regex:new RegExp("("+i+"(?:"+i+"|[0-9])*)")},{name:"dot",regex:/\./},{name:"colon",regex:/:/},{name:"gt",regex:/>/},{name:"whitespace",regex:/\s+/},{name:"arrow",regex:/=>/},{name:"equals",regex:/=/},{name:"startsWith",regex:/\^=/},{name:"open-paren",regex:/\(/},{name:"close-paren",regex:/\)/},{name:"open-square-bracket",regex:/\[/},{name:"close-square-bracket",regex:/\]/},{name:"string",regex:new RegExp(t+"'")},{name:"unterminated-string",regex:new RegExp(t)},{name:"integer",regex:/([0-9]+)/},{name:"choice",regex:/\|/},{name:"bang",regex:/(!)/}]);return o.tokenise(c)}return _i}var Nc;function zl(){if(Nc)return Kn;Nc=1;var e=ke,n=Es(),t=ql(),r=br(),c=Pl().tokenise,i=cn();Kn.readHtmlPath=b,Kn.readDocumentMatcher=u,Kn.readStyle=o;function o(S){return w(E,S)}function a(){return n.rules.sequence(n.rules.sequence.capture(h()),n.rules.tokenOfType("whitespace"),n.rules.tokenOfType("arrow"),n.rules.sequence.capture(n.rules.optional(n.rules.sequence(n.rules.tokenOfType("whitespace"),n.rules.sequence.capture(g())).head())),n.rules.tokenOfType("end")).map(function(S,A){return{from:S,to:A.valueOrElse(r.empty)}})}function u(S){return w(h(),S)}function h(){var S=n.rules.sequence,A=function(me,ye){return n.rules.then(n.rules.token("identifier",me),function(){return ye})},I=A("p",t.paragraph),$=A("r",t.run),T=n.rules.firstOf("p or r or table",I,$),W=n.rules.sequence(n.rules.tokenOfType("dot"),n.rules.sequence.cut(),n.rules.sequence.capture(m)).map(function(me){return{styleId:me}}),x=n.rules.firstOf("style name matcher",n.rules.then(n.rules.sequence(n.rules.tokenOfType("equals"),n.rules.sequence.cut(),n.rules.sequence.capture(y)).head(),function(me){return{styleName:t.equalTo(me)}}),n.rules.then(n.rules.sequence(n.rules.tokenOfType("startsWith"),n.rules.sequence.cut(),n.rules.sequence.capture(y)).head(),function(me){return{styleName:t.startsWith(me)}})),q=n.rules.sequence(n.rules.tokenOfType("open-square-bracket"),n.rules.sequence.cut(),n.rules.token("identifier","style-name"),n.rules.sequence.capture(x),n.rules.tokenOfType("close-square-bracket")).head(),R=n.rules.firstOf("list type",A("ordered-list",{isOrdered:!0}),A("unordered-list",{isOrdered:!1})),N=S(n.rules.tokenOfType("colon"),S.capture(R),S.cut(),n.rules.tokenOfType("open-paren"),S.capture(l),n.rules.tokenOfType("close-paren")).map(function(me,ye){return{list:{isOrdered:me.isOrdered,levelIndex:ye-1}}});function G(me){var ye=n.rules.firstOf.apply(n.rules.firstOf,["matcher suffix"].concat(me)),Ue=n.rules.zeroOrMore(ye);return n.rules.then(Ue,function(Ce){var v={};return Ce.forEach(function(Z){e.extend(v,Z)}),v})}var P=S(S.capture(T),S.capture(G([W,q,N]))).map(function(me,ye){return me(ye)}),Q=S(n.rules.token("identifier","table"),S.capture(G([W,q]))).map(function(me){return t.table(me)}),L=A("b",t.bold),k=A("i",t.italic),re=A("u",t.underline),ae=A("strike",t.strikethrough),ee=A("all-caps",t.allCaps),ce=A("small-caps",t.smallCaps),he=S(n.rules.token("identifier","highlight"),n.rules.sequence.capture(n.rules.optional(n.rules.sequence(n.rules.tokenOfType("open-square-bracket"),n.rules.sequence.cut(),n.rules.token("identifier","color"),n.rules.tokenOfType("equals"),n.rules.sequence.capture(y),n.rules.tokenOfType("close-square-bracket")).head()))).map(function(me){return t.highlight({color:me.valueOrElse(void 0)})}),de=A("comment-reference",t.commentReference),pe=S(n.rules.token("identifier","br"),S.cut(),n.rules.tokenOfType("open-square-bracket"),n.rules.token("identifier","type"),n.rules.tokenOfType("equals"),S.capture(y),n.rules.tokenOfType("close-square-bracket")).map(function(me){switch(me){case"line":return t.lineBreak;case"page":return t.pageBreak;case"column":return t.columnBreak}});return n.rules.firstOf("element type",P,Q,L,k,re,ae,ee,ce,he,de,pe)}function b(S){return w(g(),S)}function g(){var S=n.rules.sequence.capture,A=n.rules.tokenOfType("whitespace"),I=n.rules.then(n.rules.optional(n.rules.sequence(n.rules.tokenOfType("colon"),n.rules.token("identifier","fresh"))),function(x){return x.map(function(){return!0}).valueOrElse(!1)}),$=n.rules.then(n.rules.optional(n.rules.sequence(n.rules.tokenOfType("colon"),n.rules.token("identifier","separator"),n.rules.tokenOfType("open-paren"),S(y),n.rules.tokenOfType("close-paren")).head()),function(x){return x.valueOrElse("")}),T=n.rules.oneOrMoreWithSeparator(m,n.rules.tokenOfType("choice")),W=n.rules.sequence(S(T),S(n.rules.zeroOrMore(D)),S(I),S($)).map(function(x,q,R,N){var G={},P={};return q.forEach(function(Q){Q.append&&G[Q.name]?G[Q.name]+=" "+Q.value:G[Q.name]=Q.value}),R&&(P.fresh=!0),N&&(P.separator=N),r.element(x,G,P)});return n.rules.firstOf("html path",n.rules.then(n.rules.tokenOfType("bang"),function(){return r.ignore}),n.rules.then(n.rules.zeroOrMoreWithSeparator(W,n.rules.sequence(A,n.rules.tokenOfType("gt"),A)),r.elements))}var m=n.rules.then(n.rules.tokenOfType("identifier"),s),l=n.rules.tokenOfType("integer"),y=n.rules.then(n.rules.tokenOfType("string"),s),f={n:`
|
|
228
|
+
`,r:"\r",t:" "};function s(S){return S.replace(/\\(.)/g,function(A,I){return f[I]||I})}var p=n.rules.sequence(n.rules.tokenOfType("open-square-bracket"),n.rules.sequence.cut(),n.rules.sequence.capture(m),n.rules.tokenOfType("equals"),n.rules.sequence.capture(y),n.rules.tokenOfType("close-square-bracket")).map(function(S,A){return{name:S,value:A,append:!1}}),d=n.rules.sequence(n.rules.tokenOfType("dot"),n.rules.sequence.cut(),n.rules.sequence.capture(m)).map(function(S){return{name:"class",value:S,append:!0}}),D=n.rules.firstOf("attribute or class",p,d);function w(S,A){var I=c(A),$=n.Parser(),T=$.parseTokens(S,I);return T.isSuccess()?i.success(T.value()):new i.Result(null,[i.warning(_(A,T))])}function _(S,A){return"Did not understand this style mapping, so ignored it: "+S+`
|
|
229
229
|
`+A.errors().map(U).join(`
|
|
230
|
-
`)}function U(S){return"Error was at character number "+S.characterNumber()+": Expected "+S.expected+" but got "+S.actual}var E=
|
|
231
|
-
`).map(function(
|
|
230
|
+
`)}function U(S){return"Error was at character number "+S.characterNumber()+": Expected "+S.expected+" but got "+S.actual}var E=a();return Kn}var Qn={},Ic;function jl(){if(Ic)return Qn;Ic=1,Qn.readOptions=r;var e=ke,n=Qn._defaultStyleMap=["p.Heading1 => h1:fresh","p.Heading2 => h2:fresh","p.Heading3 => h3:fresh","p.Heading4 => h4:fresh","p.Heading5 => h5:fresh","p.Heading6 => h6:fresh","p[style-name='Heading 1'] => h1:fresh","p[style-name='Heading 2'] => h2:fresh","p[style-name='Heading 3'] => h3:fresh","p[style-name='Heading 4'] => h4:fresh","p[style-name='Heading 5'] => h5:fresh","p[style-name='Heading 6'] => h6:fresh","p[style-name='heading 1'] => h1:fresh","p[style-name='heading 2'] => h2:fresh","p[style-name='heading 3'] => h3:fresh","p[style-name='heading 4'] => h4:fresh","p[style-name='heading 5'] => h5:fresh","p[style-name='heading 6'] => h6:fresh","p.Heading => h1:fresh","p[style-name='Heading'] => h1:fresh","r[style-name='Strong'] => strong","p[style-name='footnote text'] => p:fresh","r[style-name='footnote reference'] =>","p[style-name='endnote text'] => p:fresh","r[style-name='endnote reference'] =>","p[style-name='annotation text'] => p:fresh","r[style-name='annotation reference'] =>","p[style-name='Footnote'] => p:fresh","r[style-name='Footnote anchor'] =>","p[style-name='Endnote'] => p:fresh","r[style-name='Endnote anchor'] =>","p:unordered-list(1) => ul > li:fresh","p:unordered-list(2) => ul|ol > li > ul > li:fresh","p:unordered-list(3) => ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:unordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ul > li:fresh","p:ordered-list(1) => ol > li:fresh","p:ordered-list(2) => ul|ol > li > ol > li:fresh","p:ordered-list(3) => ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(4) => ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","p:ordered-list(5) => ul|ol > li > ul|ol > li > ul|ol > li > ul|ol > li > ol > li:fresh","r[style-name='Hyperlink'] =>","p[style-name='Normal'] => p:fresh","p.Body => p:fresh","p[style-name='Body'] => p:fresh"],t=Qn._standardOptions={externalFileAccess:!1,transformDocument:i,includeDefaultStyleMap:!0,includeEmbeddedStyleMap:!0};function r(o){return o=o||{},e.extend({},t,o,{customStyleMap:c(o.styleMap),readStyleMap:function(){var a=this.customStyleMap;return this.includeEmbeddedStyleMap&&(a=a.concat(c(this.embeddedStyleMap))),this.includeDefaultStyleMap&&(a=a.concat(n)),a}})}function c(o){return o?e.isString(o)?o.split(`
|
|
231
|
+
`).map(function(a){return a.trim()}).filter(function(a){return a!==""&&a.charAt(0)!=="#"}):o:[]}function i(o){return o}return Qn}var Ui={},Lc;function Xl(){if(Lc)return Ui;Lc=1;var e=bn(),n=ps();Ui.openZip=t;function t(r){return r.arrayBuffer?e.resolve(n.openArrayBuffer(r.arrayBuffer)):e.reject(new Error("Could not find file in options"))}return Ui}var Ti={},Mc;function Vl(){if(Mc)return Ti;Mc=1;var e=br(),n=mr();Ti.element=t;function t(r){return function(c){return n.elementWithTag(e.element(r),[c])}}return Ti}var qc;function Hl(){if(qc)return He;qc=1;var e=ke,n=El(),t=Al(),r=kl().DocumentConverter,c=Wl().convertElementToRawText,i=zl().readStyle,o=jl().readOptions,a=Xl(),u=cn().Result;He.convertToHtml=h,He.convertToMarkdown=b,He.convert=g,He.extractRawText=f,He.images=xs(),He.transforms=Ds(),He.underline=Vl(),He.embedStyleMap=s,He.readEmbeddedStyleMap=m;function h(p,d){return g(p,d)}function b(p,d){var D=Object.create(d||{});return D.outputFormat="markdown",g(p,D)}function g(p,d){return d=o(d),a.openZip(p).tap(function(D){return t.readStyleMap(D).then(function(w){d.embeddedStyleMap=w})}).then(function(D){return n.read(D,p,d).then(function(w){return w.map(d.transformDocument)}).then(function(w){return l(w,d)})})}function m(p){return a.openZip(p).then(t.readStyleMap)}function l(p,d){var D=y(d.readStyleMap()),w=e.extend({},d,{styleMap:D.value}),_=new r(w);return p.flatMapThen(function(U){return D.flatMapThen(function(E){return _.convertToHtml(U)})})}function y(p){return u.combine((p||[]).map(i)).map(function(d){return d.filter(function(D){return!!D})})}function f(p){return a.openZip(p).then(n.read).then(function(d){return d.map(c)})}function s(p,d){return a.openZip(p).tap(function(D){return t.writeStyleMap(D,d)}).then(function(D){return D.toArrayBuffer()}).then(function(D){return{toArrayBuffer:function(){return D},toBuffer:function(){return Buffer.from(D)}}})}return He.styleMapping=function(){throw new Error(`Use a raw string instead of mammoth.styleMapping e.g. "p[style-name='Title'] => h1" instead of mammoth.styleMapping("p[style-name='Title'] => h1")`)},He}var Gl=Hl();const Zl=Xe.getDefaultExportFromCjs(Gl);function Yl(e,n){const t=atob(e.split(",")[1]),r=Array.from({length:t.length});for(let i=0;i<t.length;i++)r[i]=t.charCodeAt(i);const c=new Uint8Array(r);return new Blob([c],{type:n})}function $l(e,n){return new File([e],n,{type:e.type})}function Kl(e){const{toast:n}=Xe.useToast(),{t}=Cs.useLocale(),[r,c]=Da.useState(!1),i=Da.useRef(null);function o(){var g;(g=i.current)==null||g.click()}function a(g){const m=g.target.files[0];if(m){if(m.size>e.limit){n({variant:"destructive",title:t("editor.importWord.limitSize")});return}h(m)}}async function u(g){var s;const l=new DOMParser().parseFromString(g,"text/html"),y=l.querySelectorAll("img");if(y.length===0)return l.body.innerHTML;if(Xe.hasExtension(e.editor,"image")){const p=(s=e.editor.extensionManager.extensions.find(d=>d.name==="importWord"))==null?void 0:s.options;if(p&&typeof p.upload=="function"){const d=[];for(const w of y){const _=w.getAttribute("src"),U=Yl(_,"image/jpeg"),E=$l(U,"image.jpeg");d.push(E)}const D=await p.upload(d);for(const[w,_]of y.entries()){_.setAttribute("src",D[w].src);const U=_.parentElement;(U==null?void 0:U.tagName)==="P"&&(U.insertAdjacentElement("beforebegin",_),!U.hasChildNodes()&&U.textContent===""&&U.remove())}return l.body.innerHTML}else return console.warn("Image Upload method found, skip image conversion"),l.body.innerHTML}else return console.error("Image extension not found, unable to convert image"),l.body.innerHTML}async function h(g){c(!0);try{if(e.convert){const m=await e.convert(g);b(m)}else{const m=await g.arrayBuffer(),{value:l}=await Zl.convertToHtml({arrayBuffer:m},e==null?void 0:e.mammothOptions);b(l)}}finally{c(!1)}}async function b(g){const m=await u(g);e.editor.chain().setContent(m,!0).run()}return yr.jsxs("div",{children:[yr.jsx(Xe.ActionButton,{action:o,disabled:e==null?void 0:e.disabled,icon:e==null?void 0:e.icon,loading:r,tooltip:e==null?void 0:e.tooltip,tooltipOptions:e==null?void 0:e.tooltipOptions}),yr.jsx("input",{accept:".docx",onChange:a,ref:i,type:"file",style:{display:"none"}})]})}const Ql=As.Extension.create({name:"importWord",addOptions(){var e;return{...(e=this.parent)==null?void 0:e.call(this),upload:void 0,convert:void 0,limit:1024*1024*10,button:({editor:n,extension:t,t:r})=>{const{convert:c,limit:i,mammothOptions:o}=t.options;return{component:Kl,componentProps:{editor:n,convert:c,limit:i,mammothOptions:o,action:()=>n.commands.setHorizontalRule(),disabled:!n.can().setHorizontalRule(),icon:"Word",shortcutKeys:t.options.shortcutKeys??["alt","mod","S"],tooltip:r("editor.importWord.tooltip")}}}}}});exports.ImportWord=Ql;
|