reactjs-tiptap-editor 0.4.2 → 1.0.1
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/lib/ActionMenuButton-BKOg7hkq.js +38 -0
- package/lib/ActionMenuButton-DLQyd_gx.cjs +1 -0
- package/lib/Attachment.cjs +2 -2
- package/lib/Attachment.d.cts +27 -39
- package/lib/Attachment.d.ts +27 -39
- package/lib/Attachment.js +129 -99
- package/lib/Blockquote.cjs +3 -3
- package/lib/Blockquote.d.cts +27 -39
- package/lib/Blockquote.d.ts +27 -39
- package/lib/Blockquote.js +50 -22
- package/lib/Bold.cjs +1 -1
- package/lib/Bold.d.cts +27 -39
- package/lib/Bold.d.ts +27 -39
- package/lib/Bold.js +48 -20
- package/lib/BulletList.cjs +1 -1
- package/lib/BulletList.d.cts +27 -39
- package/lib/BulletList.d.ts +27 -39
- package/lib/BulletList.js +38 -9
- package/lib/Clear.cjs +1 -1
- package/lib/Clear.d.cts +27 -39
- package/lib/Clear.d.ts +27 -39
- package/lib/Clear.js +32 -6
- package/lib/Code.cjs +1 -1
- package/lib/Code.d.cts +27 -39
- package/lib/Code.d.ts +27 -39
- package/lib/Code.js +53 -25
- package/lib/CodeBlock.cjs +35 -35
- package/lib/CodeBlock.d.cts +27 -39
- package/lib/CodeBlock.d.ts +27 -39
- package/lib/CodeBlock.js +605 -590
- package/lib/CodeView.cjs +1 -1
- package/lib/CodeView.d.cts +28 -40
- package/lib/CodeView.d.ts +28 -40
- package/lib/CodeView.js +49 -21
- package/lib/Color.cjs +1 -1
- package/lib/Color.d.cts +31 -39
- package/lib/Color.d.ts +31 -39
- package/lib/Color.js +123 -79
- package/lib/Column.cjs +1 -0
- package/lib/{Document.d.cts → Column.d.cts} +33 -42
- package/lib/{Document.d.ts → Column.d.ts} +33 -42
- package/lib/Column.js +217 -0
- package/lib/{Drawer-CaAfmqNo.js → Drawer-DZ5jvmrX.js} +404 -394
- package/lib/Drawer-SRhwOc6T.cjs +1 -0
- package/lib/Drawer.cjs +1 -1
- package/lib/Drawer.d.cts +27 -39
- package/lib/Drawer.d.ts +27 -39
- package/lib/Drawer.js +6 -5
- package/lib/Emoji.cjs +1 -1
- package/lib/Emoji.d.cts +27 -44
- package/lib/Emoji.d.ts +27 -44
- package/lib/Emoji.js +377 -392
- package/lib/Excalidraw-DwBRXEtC.js +345 -0
- package/lib/Excalidraw-ZN3DQvDC.cjs +1 -0
- package/lib/Excalidraw.cjs +1 -1
- package/lib/Excalidraw.d.cts +27 -39
- package/lib/Excalidraw.d.ts +27 -39
- package/lib/Excalidraw.js +6 -4
- package/lib/ExportPdf.cjs +5 -5
- package/lib/ExportPdf.d.cts +27 -39
- package/lib/ExportPdf.d.ts +27 -39
- package/lib/ExportPdf.js +60 -32
- package/lib/ExportWord.cjs +1 -1
- package/lib/ExportWord.d.cts +28 -40
- package/lib/ExportWord.d.ts +28 -40
- package/lib/ExportWord.js +84 -21
- package/lib/FontFamily.cjs +1 -1
- package/lib/FontFamily.d.cts +41 -42
- package/lib/FontFamily.d.ts +41 -42
- package/lib/FontFamily.js +72 -74
- package/lib/FontSize.cjs +1 -1
- package/lib/FontSize.d.cts +38 -42
- package/lib/FontSize.d.ts +38 -42
- package/lib/FontSize.js +72 -64
- package/lib/Heading.cjs +1 -1
- package/lib/Heading.d.cts +41 -39
- package/lib/Heading.d.ts +41 -39
- package/lib/Heading.js +91 -73
- package/lib/Highlight.cjs +1 -1
- package/lib/Highlight.d.cts +31 -39
- package/lib/Highlight.d.ts +31 -39
- package/lib/Highlight.js +150 -19
- package/lib/History.cjs +1 -1
- package/lib/History.d.cts +29 -39
- package/lib/History.d.ts +29 -39
- package/lib/History.js +976 -53
- package/lib/HorizontalRule.cjs +1 -1
- package/lib/HorizontalRule.d.cts +27 -39
- package/lib/HorizontalRule.d.ts +27 -39
- package/lib/HorizontalRule.js +97 -17
- package/lib/Icon-DUpv2cI6.cjs +1 -0
- package/lib/Icon-jKs8Hr6p.js +11 -0
- package/lib/Iframe-CmXkEqOd.js +431 -0
- package/lib/Iframe-Cvca2G7X.cjs +1 -0
- package/lib/Iframe.cjs +1 -1
- package/lib/Iframe.d.cts +26 -45
- package/lib/Iframe.d.ts +26 -45
- package/lib/Iframe.js +6 -4
- package/lib/Image.cjs +1 -1
- package/lib/Image.d.cts +27 -40
- package/lib/Image.d.ts +27 -40
- package/lib/Image.js +848 -5
- package/lib/ImageGif.cjs +1 -1
- package/lib/ImageGif.d.cts +28 -42
- package/lib/ImageGif.d.ts +28 -42
- package/lib/ImageGif.js +424 -5
- package/lib/ImportWord.cjs +48 -48
- package/lib/ImportWord.d.cts +28 -40
- package/lib/ImportWord.d.ts +28 -40
- package/lib/ImportWord.js +2759 -2751
- package/lib/Indent.cjs +1 -1
- package/lib/Indent.d.cts +27 -39
- package/lib/Indent.d.ts +27 -39
- package/lib/Indent.js +97 -27
- package/lib/Italic.cjs +1 -1
- package/lib/Italic.d.cts +27 -39
- package/lib/Italic.d.ts +27 -39
- package/lib/Italic.js +47 -19
- package/lib/Katex-DsYXsjSS.js +2740 -0
- package/lib/Katex-XfrNne6U.cjs +4 -0
- package/lib/Katex.cjs +1 -1
- package/lib/Katex.d.cts +27 -39
- package/lib/Katex.d.ts +27 -39
- package/lib/Katex.js +5 -196
- package/lib/LineHeight.cjs +1 -1
- package/lib/LineHeight.d.cts +29 -45
- package/lib/LineHeight.d.ts +29 -45
- package/lib/LineHeight.js +71 -112
- package/lib/Link.cjs +1 -1
- package/lib/Link.d.cts +28 -42
- package/lib/Link.d.ts +28 -42
- package/lib/Link.js +3 -3
- package/lib/LinkEditBlock-BZenZq-Z.cjs +5 -0
- package/lib/LinkEditBlock-CB8yIffE.js +1241 -0
- package/lib/Mention.cjs +1 -1
- package/lib/Mention.d.cts +24 -39
- package/lib/Mention.d.ts +24 -39
- package/lib/Mention.js +112 -124
- package/lib/Mermaid.cjs +2 -2
- package/lib/Mermaid.d.cts +27 -39
- package/lib/Mermaid.d.ts +27 -39
- package/lib/Mermaid.js +177 -165
- package/lib/MoreMark.cjs +1 -1
- package/lib/MoreMark.d.cts +42 -41
- package/lib/MoreMark.d.ts +42 -41
- package/lib/MoreMark.js +125 -55
- package/lib/OrderedList.cjs +1 -1
- package/lib/OrderedList.d.cts +27 -39
- package/lib/OrderedList.d.ts +27 -39
- package/lib/OrderedList.js +37 -9
- package/lib/SearchAndReplace.cjs +1 -1
- package/lib/SearchAndReplace.d.cts +27 -42
- package/lib/SearchAndReplace.d.ts +27 -42
- package/lib/SearchAndReplace.js +221 -197
- package/lib/SlashCommand.cjs +1 -1
- package/lib/SlashCommand.d.cts +39 -46
- package/lib/SlashCommand.d.ts +39 -46
- package/lib/SlashCommand.js +235 -249
- package/lib/Strike.cjs +1 -1
- package/lib/Strike.d.cts +27 -39
- package/lib/Strike.d.ts +27 -39
- package/lib/Strike.js +39 -11
- package/lib/Table-B1j1Ebmh.cjs +9 -0
- package/lib/Table-Db8TcQX8.js +1984 -0
- package/lib/Table.cjs +1 -9
- package/lib/Table.d.cts +28 -42
- package/lib/Table.d.ts +28 -42
- package/lib/Table.js +3 -558
- package/lib/TaskList.cjs +1 -1
- package/lib/TaskList.d.cts +27 -39
- package/lib/TaskList.d.ts +27 -39
- package/lib/TaskList.js +38 -10
- package/lib/TextAlign.cjs +1 -1
- package/lib/TextAlign.d.cts +40 -39
- package/lib/TextAlign.d.ts +40 -39
- package/lib/TextAlign.js +108 -101
- package/lib/TextDirection.cjs +1 -1
- package/lib/TextDirection.d.cts +56 -39
- package/lib/TextDirection.d.ts +56 -39
- package/lib/TextDirection.js +105 -112
- package/lib/TextUnderline.cjs +1 -1
- package/lib/TextUnderline.d.cts +27 -39
- package/lib/TextUnderline.d.ts +27 -39
- package/lib/TextUnderline.js +46 -18
- package/lib/{Twitter-BFULyqdR.js → Twitter-CXmmjz9R.js} +536 -498
- package/lib/Twitter-CtVTIWJW.cjs +1 -0
- package/lib/Twitter.cjs +1 -1
- package/lib/Twitter.d.cts +27 -39
- package/lib/Twitter.d.ts +27 -39
- package/lib/Twitter.js +5 -4
- package/lib/Video.cjs +1 -1
- package/lib/Video.d.cts +27 -39
- package/lib/Video.d.ts +27 -39
- package/lib/Video.js +261 -4
- package/lib/_commonjsHelpers-BItOPCY9.js +28 -0
- package/lib/_commonjsHelpers-BTDuMlIz.cjs +1 -0
- package/lib/bubble.cjs +2 -0
- package/lib/{bubble-extra.d.cts → bubble.d.cts} +53 -54
- package/lib/{bubble-extra.d.ts → bubble.d.ts} +53 -54
- package/lib/bubble.js +1925 -0
- package/lib/button-B12K7BJ4.cjs +1 -0
- package/lib/button-DXMsXUEn.js +43 -0
- package/lib/clsx-C11secjj.cjs +1 -0
- package/lib/clsx-OuTLNxxd.js +16 -0
- package/lib/delete-node-CosiBes5.cjs +1 -0
- package/lib/delete-node-IyVmiRbI.js +22 -0
- package/lib/dialog-CaCS-W5S.cjs +1 -0
- package/lib/dialog-PtQivpHS.js +100 -0
- package/lib/dom-dataset-BqoJhJXt.cjs +1 -0
- package/lib/dom-dataset-CIEeltF6.js +47 -0
- package/lib/dropdown-menu-BPp2Z_U-.js +136 -0
- package/lib/dropdown-menu-CdSm4emp.cjs +1 -0
- package/lib/file-BLas99n7.js +43 -0
- package/lib/file-i7e4nQY2.cjs +1 -0
- package/lib/floating-ui.dom-U1vPFQ5f.js +1151 -0
- package/lib/floating-ui.dom-VCrc58uF.cjs +1 -0
- package/lib/icons-Cllpys39.js +362 -0
- package/lib/icons-CqHjeW5T.cjs +1 -0
- package/lib/index-BH4bc3jN.cjs +33 -0
- package/lib/index-BPfVXs5_.js +2380 -0
- package/lib/index-Bnmd0WvY.js +1631 -0
- package/lib/{index-Ch6dBBad.js → index-CBce_TWY.js} +40 -42
- package/lib/{index-5iBZLua9.cjs → index-D-5U8dY8.cjs} +8 -8
- package/lib/{index-ByurDDMv.js → index-D2TUfKkC.js} +2 -2
- package/lib/index-DV5kbgRU.cjs +1 -0
- package/lib/{index-LmrOdnen.js → index-DYkucCoF.js} +396 -495
- package/lib/index-Dfmm6FTT.cjs +1 -0
- package/lib/index-DnWWK9F_.js +6374 -0
- package/lib/index-DzcKxutn.js +632 -0
- package/lib/index-DzvuNTxo.cjs +4 -0
- package/lib/{index-BeCTd5v2.cjs → index-N--9MohJ.cjs} +1 -1
- package/lib/index-RfTlOzIr.cjs +22 -0
- package/lib/index.cjs +132 -1
- package/lib/index.d.cts +29 -280
- package/lib/index.d.ts +29 -280
- package/lib/index.js +243 -2
- package/lib/input-_ECRfn3Y.cjs +1 -0
- package/lib/input-wJ9PDEzZ.js +21 -0
- package/lib/isNumber-ClPupm7P.cjs +1 -0
- package/lib/isNumber-fpLGS0AZ.js +15 -0
- package/lib/label-BkgAe7IY.cjs +1 -0
- package/lib/label-CGdLYWv7.js +19 -0
- package/lib/locale-bundle.cjs +1 -1
- package/lib/locale-bundle.d.cts +5405 -57
- package/lib/locale-bundle.d.ts +5405 -57
- package/lib/locale-bundle.js +9 -7
- package/lib/popover-BgmUNMHj.cjs +1 -0
- package/lib/popover-CAuEW0Mr.js +23 -0
- package/lib/separator-CuBW_w98.js +328 -0
- package/lib/separator-DRIrVZ2N.cjs +1 -0
- package/lib/store-DX599H5W.js +10 -0
- package/lib/store-WStcMOiW.cjs +1 -0
- package/lib/style.css +1 -1
- package/lib/switch-CnLJ7Y-b.cjs +1 -0
- package/lib/switch-Coix_FA1.js +27 -0
- package/lib/tabs-B5mVSN1I.js +46 -0
- package/lib/tabs-BoLCMcCI.cjs +1 -0
- package/lib/textarea-B-6zTKQz.cjs +1 -0
- package/lib/{textarea-aPtytkDx.js → textarea-DUUM1jZd.js} +1 -1
- package/lib/theme-B7aAsK_T.js +15 -0
- package/lib/theme-D8_cxGqB.cjs +1 -0
- package/lib/throttle-CdwDrFpn.js +249 -0
- package/lib/throttle-qX7Yjtsg.cjs +1 -0
- package/lib/toggle-Cdp4IT2U.js +85 -0
- package/lib/toggle-D41PzQLJ.cjs +1 -0
- package/lib/tooltip-BuEiE96N.cjs +1 -0
- package/lib/tooltip-CopwsU8q.js +23 -0
- package/lib/updatePosition-8Sdem5jb.cjs +1 -0
- package/lib/updatePosition-BPmcE0YD.js +215 -0
- package/lib/use-toast-Bz3QCOtE.cjs +1 -0
- package/lib/use-toast-Crf7-q5H.js +98 -0
- package/lib/useButtonProps-BsEd4zYM.js +141 -0
- package/lib/useButtonProps-C6Vpn190.cjs +1 -0
- package/package.json +22 -105
- package/lib/ActionMenuButton-CYdM1xx5.cjs +0 -1
- package/lib/ActionMenuButton-DKRF6oa0.js +0 -33
- package/lib/BaseKit.cjs +0 -3
- package/lib/BaseKit.d.cts +0 -481
- package/lib/BaseKit.d.ts +0 -481
- package/lib/BaseKit.js +0 -132
- package/lib/Document.cjs +0 -1
- package/lib/Document.js +0 -9
- package/lib/Drawer-CdvCMSzN.cjs +0 -1
- package/lib/Excalidraw-BbMQhNvs.cjs +0 -1
- package/lib/Excalidraw-CVWz2Vyn.js +0 -290
- package/lib/FormatPainter.cjs +0 -1
- package/lib/FormatPainter.d.cts +0 -372
- package/lib/FormatPainter.d.ts +0 -372
- package/lib/FormatPainter.js +0 -76
- package/lib/ListItem.cjs +0 -1
- package/lib/ListItem.d.cts +0 -290
- package/lib/ListItem.d.ts +0 -290
- package/lib/ListItem.js +0 -7
- package/lib/MultiColumn.cjs +0 -1
- package/lib/MultiColumn.d.cts +0 -294
- package/lib/MultiColumn.d.ts +0 -294
- package/lib/MultiColumn.js +0 -8
- package/lib/RichTextEditor-CxvwGvQG.cjs +0 -142
- package/lib/RichTextEditor-DGcKEUGr.js +0 -22166
- package/lib/Selection.cjs +0 -1
- package/lib/Selection.d.cts +0 -289
- package/lib/Selection.d.ts +0 -289
- package/lib/Selection.js +0 -25
- package/lib/SubAndSuperScript.cjs +0 -1
- package/lib/SubAndSuperScript.d.cts +0 -377
- package/lib/SubAndSuperScript.d.ts +0 -377
- package/lib/SubAndSuperScript.js +0 -43
- package/lib/TableOfContent.cjs +0 -1
- package/lib/TableOfContent.d.cts +0 -291
- package/lib/TableOfContent.d.ts +0 -291
- package/lib/TableOfContent.js +0 -185
- package/lib/TextBubble.cjs +0 -1
- package/lib/TextBubble.d.cts +0 -362
- package/lib/TextBubble.d.ts +0 -362
- package/lib/TextBubble.js +0 -133
- package/lib/TrailingNode.cjs +0 -1
- package/lib/TrailingNode.d.cts +0 -297
- package/lib/TrailingNode.d.ts +0 -297
- package/lib/TrailingNode.js +0 -41
- package/lib/Twitter-Cutpkh3h.cjs +0 -1
- package/lib/bubble-extra.cjs +0 -2
- package/lib/bubble-extra.js +0 -631
- package/lib/dom-dataset-_6-diIRQ.cjs +0 -33
- package/lib/dom-dataset-lYeH6gfI.js +0 -2361
- package/lib/index-6D1J-A-o.cjs +0 -1
- package/lib/index-B96Cclrj.cjs +0 -3
- package/lib/index-BBz7Nmv9.js +0 -55
- package/lib/index-CUogRI7j.cjs +0 -1
- package/lib/index-DF2Lp4HZ.cjs +0 -100
- package/lib/index-D_L6n8O8.js +0 -76
- package/lib/index-Dbvi-Bvh.cjs +0 -1
- package/lib/index-DpCrt7xs.cjs +0 -1
- package/lib/index-DsAX1Vq8.cjs +0 -1
- package/lib/index-Dy4DlW9o.js +0 -12
- package/lib/index-J3jHHZ4d.js +0 -200
- package/lib/index-VvXaaKe3.js +0 -898
- package/lib/index-kbO3iWqL.js +0 -13432
- package/lib/textarea-DFo_aXnj.cjs +0 -1
package/lib/ImportWord.cjs
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const Cs=require("./index-RfTlOzIr.cjs"),Wn=require("react/jsx-runtime"),xa=require("react"),nn=require("./_commonjsHelpers-BTDuMlIz.cjs"),Ss=require("./toggle-D41PzQLJ.cjs"),Bs=require("./index-DV5kbgRU.cjs"),st=require("./useButtonProps-C6Vpn190.cjs"),ks=require("./index-Dfmm6FTT.cjs"),Ws=require("./use-toast-Bz3QCOtE.cjs");var Ve={},Si="1.13.7",_a=typeof self=="object"&&self.self===self&&self||typeof global=="object"&&global.global===global&&global||Function("return this")()||{},Yt=Array.prototype,Bi=Object.prototype,Ua=typeof Symbol<"u"?Symbol.prototype:null,Rs=Yt.push,ot=Yt.slice,et=Bi.toString,Os=Bi.hasOwnProperty,jc=typeof ArrayBuffer<"u",Ns=typeof DataView<"u",Is=Array.isArray,Ta=Object.keys,wa=Object.create,Ea=jc&&ArrayBuffer.isView,Ls=isNaN,Ms=isFinite,Xc=!{toString:null}.propertyIsEnumerable("toString"),Aa=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"],qs=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 Vc(e){return e===null}function ki(e){return e===void 0}function Wi(e){return e===!0||e===!1||et.call(e)==="[object Boolean]"}function Hc(e){return!!(e&&e.nodeType===1)}function Le(e){var n="[object "+e+"]";return function(t){return et.call(t)===n}}const $t=Le("String"),Ri=Le("Number"),Gc=Le("Date"),Zc=Le("RegExp"),Yc=Le("Error"),Oi=Le("Symbol"),Ni=Le("ArrayBuffer");var $c=Le("Function"),Ps=_a.document&&_a.document.childNodes;typeof/./!="function"&&typeof Int8Array!="object"&&typeof Ps!="function"&&($c=function(e){return typeof e=="function"||!1});const Ie=$c,Kc=Le("Object");var Qc=Ns&&(!/\[native code\]/.test(String(DataView))||Kc(new DataView(new ArrayBuffer(8)))),Ii=typeof Map<"u"&&Kc(new Map),zs=Le("DataView");function js(e){return e!=null&&Ie(e.getInt8)&&Ni(e.buffer)}const nt=Qc?js:zs,gn=Is||Le("Array");function mn(e,n){return e!=null&&Os.call(e,n)}var Ei=Le("Arguments");(function(){Ei(arguments)||(Ei=function(e){return mn(e,"callee")})})();const Kt=Ei;function Jc(e){return!Oi(e)&&Ms(e)&&!isNaN(parseFloat(e))}function Li(e){return Ri(e)&&Ls(e)}function Mi(e){return function(){return e}}function eu(e){return function(n){var t=e(n);return typeof t=="number"&&t>=0&&t<=qs}}function nu(e){return function(n){return n==null?void 0:n[e]}}const Xt=nu("byteLength"),Xs=eu(Xt);var Vs=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/;function Hs(e){return Ea?Ea(e)&&!nt(e):Xs(e)&&Vs.test(et.call(e))}const qi=jc?Hs:Mi(!1),Pe=nu("length");function Gs(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 tu(e,n){n=Gs(n);var t=Aa.length,r=e.constructor,c=Ie(r)&&r.prototype||Bi,i="constructor";for(mn(e,i)&&!n.contains(i)&&n.push(i);t--;)i=Aa[t],i in e&&e[i]!==c[i]&&!n.contains(i)&&n.push(i)}function We(e){if(!pn(e))return[];if(Ta)return Ta(e);var n=[];for(var t in e)mn(e,t)&&n.push(t);return Xc&&tu(e,n),n}function ru(e){if(e==null)return!0;var n=Pe(e);return typeof n=="number"&&(gn(e)||$t(e)||Kt(e))?n===0:Pe(We(e))===0}function Pi(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=Si;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 Fa(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,Xt(e))}var Ca="[object DataView]";function Ai(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:iu(e,n,t,r)}function iu(e,n,t,r){e instanceof Ae&&(e=e._wrapped),n instanceof Ae&&(n=n._wrapped);var c=et.call(e);if(c!==et.call(n))return!1;if(Qc&&c=="[object Object]"&&nt(e)){if(!nt(n))return!1;c=Ca}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 Ua.valueOf.call(e)===Ua.valueOf.call(n);case"[object ArrayBuffer]":case Ca:return iu(Fa(e),Fa(n),t,r)}var i=c==="[object Array]";if(!i&&qi(e)){var o=Xt(e);if(o!==Xt(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 f=t.length;f--;)if(t[f]===e)return r[f]===n;if(t.push(e),r.push(n),i){if(f=e.length,f!==n.length)return!1;for(;f--;)if(!Ai(e[f],n[f],t,r))return!1}else{var b=We(e),g;if(f=b.length,We(n).length!==f)return!1;for(;f--;)if(g=b[f],!(mn(n,g)&&Ai(e[g],n[g],t,r)))return!1}return t.pop(),r.pop(),!0}function au(e,n){return Ai(e,n)}function Pn(e){if(!pn(e))return[];var n=[];for(var t in e)n.push(t);return Xc&&tu(e,n),n}function zi(e){var n=Pe(e);return function(t){if(t==null)return!1;var r=Pn(t);if(Pe(r))return!1;for(var c=0;c<n;c++)if(!Ie(t[e[c]]))return!1;return e!==uu||!Ie(t[ji])}}var ji="forEach",ou="has",Xi=["clear","delete"],cu=["get",ou,"set"],Zs=Xi.concat(ji,cu),uu=Xi.concat(cu),Ys=["add"].concat(Xi,ji,ou);const su=Ii?zi(Zs):Le("Map"),du=Ii?zi(uu):Le("WeakMap"),lu=Ii?zi(Ys):Le("Set"),fu=Le("WeakSet");function Fn(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 hu(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 Vi(e){for(var n={},t=We(e),r=0,c=t.length;r<c;r++)n[e[t[r]]]=t[r];return n}function tt(e){var n=[];for(var t in e)Ie(e[t])&&n.push(t);return n.sort()}function Hi(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 f=o[u];(!n||t[f]===void 0)&&(t[f]=i[f])}return t}}const Gi=Hi(Pn),Mn=Hi(We),Zi=Hi(Pn,!0);function $s(){return function(){}}function pu(e){if(!pn(e))return{};if(wa)return wa(e);var n=$s();n.prototype=e;var t=new n;return n.prototype=null,t}function gu(e,n){var t=pu(e);return n&&Mn(t,n),t}function mu(e){return pn(e)?gn(e)?e.slice():Gi({},e):e}function bu(e,n){return n(e),e}function Yi(e){return gn(e)?e:[e]}Ae.toPath=Yi;function ct(e){return Ae.toPath(e)}function $i(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 Ki(e,n,t){var r=$i(e,ct(n));return ki(r)?t:r}function yu(e,n){n=ct(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 Qt(e){return e}function An(e){return e=Mn({},e),function(n){return Pi(n,e)}}function Jt(e){return e=ct(e),function(n){return $i(n,e)}}function ut(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 Du(e,n,t){return e==null?Qt:Ie(e)?ut(e,n,t):pn(e)&&!gn(e)?An(e):Jt(e)}function er(e,n){return Du(e,n,1/0)}Ae.iteratee=er;function ze(e,n,t){return Ae.iteratee!==er?Ae.iteratee(e,n):Du(e,n,t)}function vu(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 Qi(){}function xu(e){return e==null?Qi:function(n){return Ki(e,n)}}function _u(e,n,t){var r=Array(Math.max(0,e));n=ut(n,t,1);for(var c=0;c<e;c++)r[c]=n(c);return r}function Vt(e,n){return n==null&&(n=e,e=0),e+Math.floor(Math.random()*(n-e+1))}const qn=Date.now||function(){return new Date().getTime()};function Uu(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 Tu={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},wu=Uu(Tu),Ks=Vi(Tu),Eu=Uu(Ks),Au=Ae.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var vr=/(.)^/,Qs={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},Js=/\\|'|\r|\n|\u2028|\u2029/g;function ed(e){return"\\"+Qs[e]}var nd=/^\s*(\w|\$)+\s*$/;function Fu(e,n,t){!n&&t&&(n=t),n=Zi({},n,Ae.templateSettings);var r=RegExp([(n.escape||vr).source,(n.interpolate||vr).source,(n.evaluate||vr).source].join("|")+"|$","g"),c=0,i="__p+='";e.replace(r,function(f,b,g,m,h){return i+=e.slice(c,h).replace(Js,ed),c=h+f.length,b?i+=`'+
|
|
2
2
|
((__t=(`+b+`))==null?'':_.escape(__t))+
|
|
3
3
|
'`:g?i+=`'+
|
|
4
4
|
((__t=(`+g+`))==null?'':__t)+
|
|
5
5
|
'`:m&&(i+=`';
|
|
6
6
|
`+m+`
|
|
7
|
-
__p+='`),
|
|
8
|
-
`;var o=n.variable;if(o){if(
|
|
7
|
+
__p+='`),f}),i+=`';
|
|
8
|
+
`;var o=n.variable;if(o){if(!nd.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 a;try{a=new Function(o,"_",i)}catch(
|
|
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
|
|
12
|
+
`;var a;try{a=new Function(o,"_",i)}catch(f){throw f.source=i,f}var u=function(f){return a.call(this,f,Ae)};return u.source="function("+o+`){
|
|
13
|
+
`+i+"}",u}function Cu(e,n,t){n=ct(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 td=0;function Su(e){var n=++td+"";return e?e+n:n}function Bu(e){var n=Ae(e);return n._chain=!0,n}function ku(e,n,t,r,c){if(!(r instanceof n))return e.apply(t,c);var i=pu(e.prototype),o=e.apply(i,c);return pn(o)?o:i}var Cn=Me(function(e,n){var t=Cn.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 ku(e,r,this,this,o)};return r});Cn.placeholder=Ae;const Ji=Me(function(e,n,t){if(!Ie(e))throw new TypeError("Bind must be called on a function");var r=Me(function(c){return ku(e,r,n,this,t.concat(c))});return r}),Xe=eu(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(Xe(a)&&(gn(a)||Kt(a)))if(n>1)Sn(a,n-1,t,r),c=r.length;else for(var u=0,f=a.length;u<f;)r[c++]=a[u++];else t||(r[c++]=a)}return r}const Wu=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]=Ji(e[r],e)}return e});function Ru(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 ea=Me(function(e,n,t){return setTimeout(function(){return e.apply(null,t)},n)}),Ou=Cn(ea,Ae,1);function Nu(e,n,t){var r,c,i,o,a=0;t||(t={});var u=function(){a=t.leading===!1?0:qn(),r=null,o=e.apply(c,i),r||(c=i=null)},f=function(){var b=qn();!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 f.cancel=function(){clearTimeout(r),a=0,r=c=i=null},f}function Iu(e,n,t){var r,c,i,o,a,u=function(){var b=qn()-c;n>b?r=setTimeout(u,n-b):(r=null,t||(o=e.apply(a,i)),r||(i=a=null))},f=Me(function(b){return a=this,i=b,c=qn(),r||(r=setTimeout(u,n),t&&(o=e.apply(a,i))),o});return f.cancel=function(){clearTimeout(r),r=i=a=null},f}function Lu(e,n){return Cn(n,e)}function nr(e){return function(){return!e.apply(this,arguments)}}function Mu(){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 qu(e,n){return function(){if(--e<1)return n.apply(this,arguments)}}function na(e,n){var t;return function(){return--e>0&&(t=n.apply(this,arguments)),e<=1&&(n=null),t}}const Pu=Cn(na,2);function ta(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 zu(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 tr=zu(1),ra=zu(-1);function ia(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 ju(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(ot.call(r,o,a),Li),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 aa=ju(1,tr,ia),Xu=ju(-1,ra);function rt(e,n,t){var r=Xe(e)?tr:ta,c=r(e,n,t);if(c!==void 0&&c!==-1)return e[c]}function Vu(e,n){return rt(e,An(n))}function Ke(e,n,t){n=ut(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=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=!Xe(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 Hu(e){var n=function(t,r,c,i){var o=!Xe(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 f=o?o[u]:u;c=r(c,t[f],f,t)}return c};return function(t,r,c,i){var o=arguments.length>=3;return n(t,ut(r,i,4),c,o)}}const In=Hu(1),Ht=Hu(-1);function fn(e,n,t){var r=[];return n=ze(n,t),Ke(e,function(c,i,o){n(c,i,o)&&r.push(c)}),r}function Gu(e,n,t){return fn(e,nr(ze(n)),t)}function Gt(e,n,t){n=ze(n,t);for(var r=!Xe(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 Zt(e,n,t){n=ze(n,t);for(var r=!Xe(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 Ge(e,n,t,r){return Xe(e)||(e=Fn(e)),(typeof t!="number"||r)&&(t=0),aa(e,n,t)>=0}const Zu=Me(function(e,n,t){var r,c;return Ie(n)?c=n:(n=ct(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=$i(i,r)),i==null)return;o=i[n]}return o==null?o:o.apply(i,t)})});function rr(e,n){return on(e,Jt(n))}function Yu(e,n){return fn(e,An(n))}function oa(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=Xe(e)?e:Fn(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),Ke(e,function(f,b,g){o=n(f,b,g),(o>c||o===-1/0&&r===-1/0)&&(r=f,c=o)});return r}function $u(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=Xe(e)?e:Fn(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),Ke(e,function(f,b,g){o=n(f,b,g),(o<c||o===1/0&&r===1/0)&&(r=f,c=o)});return r}var rd=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g;function ca(e){return e?gn(e)?ot.call(e):$t(e)?e.match(rd):Xe(e)?on(e,Qt):Fn(e):[]}function ua(e,n,t){if(n==null||t)return Xe(e)||(e=Fn(e)),e[Vt(e.length-1)];var r=ca(e),c=Pe(r);n=Math.max(Math.min(n,c),0);for(var i=c-1,o=0;o<n;o++){var a=Vt(o,i),u=r[o];r[o]=r[a],r[a]=u}return r.slice(0,n)}function Ku(e){return ua(e,1/0)}function Qu(e,n,t){var r=0;return n=ze(n,t),rr(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 ir(e,n){return function(t,r,c){var i=n?[[],[]]:{};return r=ze(r,c),Ke(t,function(o,a){var u=r(o,a,t);e(i,o,u)}),i}}const Ju=ir(function(e,n,t){mn(e,t)?e[t].push(n):e[t]=[n]}),es=ir(function(e,n,t){e[t]=n}),ns=ir(function(e,n,t){mn(e,t)?e[t]++:e[t]=1}),ts=ir(function(e,n,t){e[t?0:1].push(n)},!0);function rs(e){return e==null?0:Xe(e)?e.length:We(e).length}function id(e,n,t){return n in t}const sa=Me(function(e,n){var t={},r=n[0];if(e==null)return t;Ie(r)?(n.length>1&&(r=ut(r,n[1])),n=Pn(e)):(r=id,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}),is=Me(function(e,n){var t=n[0],r;return Ie(t)?(t=nr(t),n.length>1&&(r=n[1])):(n=on(Sn(n,!1,!1),String),t=function(c,i){return!Ge(n,i)}),sa(e,t,r)});function da(e,n,t){return ot.call(e,0,Math.max(0,e.length-(n==null||t?1:n)))}function Ln(e,n,t){return e==null||e.length<1?n==null||t?void 0:[]:n==null||t?e[0]:da(e,e.length-n)}function En(e,n,t){return ot.call(e,n==null||t?1:n)}function as(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 os(e){return fn(e,Boolean)}function cs(e,n){return Sn(e,n,!1)}const la=Me(function(e,n){return n=Sn(n,!0,!0),fn(e,function(t){return!Ge(n,t)})}),us=Me(function(e,n){return la(e,n)});function it(e,n,t,r){Wi(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],f=t?t(u,o,e):u;n&&!t?((!o||i!==f)&&c.push(u),i=f):t?Ge(i,f)||(i.push(f),c.push(u)):Ge(c,u)||c.push(u)}return c}const ss=Me(function(e){return it(Sn(e,!0,!0))});function ds(e){for(var n=[],t=arguments.length,r=0,c=Pe(e);r<c;r++){var i=e[r];if(!Ge(n,i)){var o;for(o=1;o<t&&Ge(arguments[o],i);o++);o===t&&n.push(i)}}return n}function at(e){for(var n=e&&oa(e,Pe).length||0,t=Array(n),r=0;r<n;r++)t[r]=rr(e,r);return t}const ls=Me(at);function fs(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 hs(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 ps(e,n){if(n==null||n<1)return[];for(var t=[],r=0,c=e.length;r<c;)t.push(ot.call(e,r,r+=n));return t}function fa(e,n){return e._chain?Ae(n).chain():n}function ha(e){return Ke(tt(e),function(n){var t=Ae[n]=e[n];Ae.prototype[n]=function(){var r=[this._wrapped];return Rs.apply(r,arguments),fa(this,t.apply(Ae,r))}}),Ae}Ke(["pop","push","reverse","shift","sort","splice","unshift"],function(e){var n=Yt[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]),fa(this,t)}});Ke(["concat","join","slice"],function(e){var n=Yt[e];Ae.prototype[e]=function(){var t=this._wrapped;return t!=null&&(t=n.apply(t,arguments)),fa(this,t)}});const ad=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Si,after:qu,all:Gt,allKeys:Pn,any:Zt,assign:Mn,before:na,bind:Ji,bindAll:Wu,chain:Bu,chunk:ps,clone:mu,collect:on,compact:os,compose:Mu,constant:Mi,contains:Ge,countBy:ns,create:gu,debounce:Iu,default:Ae,defaults:Zi,defer:Ou,delay:ea,detect:rt,difference:la,drop:En,each:Ke,escape:wu,every:Gt,extend:Gi,extendOwn:Mn,filter:fn,find:rt,findIndex:tr,findKey:ta,findLastIndex:ra,findWhere:Vu,first:Ln,flatten:cs,foldl:In,foldr:Ht,forEach:Ke,functions:tt,get:Ki,groupBy:Ju,has:yu,head:Ln,identity:Qt,include:Ge,includes:Ge,indexBy:es,indexOf:aa,initial:da,inject:In,intersection:ds,invert:Vi,invoke:Zu,isArguments:Kt,isArray:gn,isArrayBuffer:Ni,isBoolean:Wi,isDataView:nt,isDate:Gc,isElement:Hc,isEmpty:ru,isEqual:au,isError:Yc,isFinite:Jc,isFunction:Ie,isMap:su,isMatch:Pi,isNaN:Li,isNull:Vc,isNumber:Ri,isObject:pn,isRegExp:Zc,isSet:lu,isString:$t,isSymbol:Oi,isTypedArray:qi,isUndefined:ki,isWeakMap:du,isWeakSet:fu,iteratee:er,keys:We,last:as,lastIndexOf:Xu,map:on,mapObject:vu,matcher:An,matches:An,max:oa,memoize:Ru,methods:tt,min:$u,mixin:ha,negate:nr,noop:Qi,now:qn,object:fs,omit:is,once:Pu,pairs:hu,partial:Cn,partition:ts,pick:sa,pluck:rr,property:Jt,propertyOf:xu,random:Vt,range:hs,reduce:In,reduceRight:Ht,reject:Gu,rest:En,restArguments:Me,result:Cu,sample:ua,select:fn,shuffle:Ku,size:rs,some:Zt,sortBy:Qu,sortedIndex:ia,tail:En,take:Ln,tap:bu,template:Fu,templateSettings:Au,throttle:Nu,times:_u,toArray:ca,toPath:Yi,transpose:at,unescape:Eu,union:ss,uniq:it,unique:it,uniqueId:Su,unzip:at,values:Fn,where:Yu,without:us,wrap:Lu,zip:ls},Symbol.toStringTag,{value:"Module"}));var Fi=ha(ad);Fi._=Fi;const od=Object.freeze(Object.defineProperty({__proto__:null,VERSION:Si,after:qu,all:Gt,allKeys:Pn,any:Zt,assign:Mn,before:na,bind:Ji,bindAll:Wu,chain:Bu,chunk:ps,clone:mu,collect:on,compact:os,compose:Mu,constant:Mi,contains:Ge,countBy:ns,create:gu,debounce:Iu,default:Fi,defaults:Zi,defer:Ou,delay:ea,detect:rt,difference:la,drop:En,each:Ke,escape:wu,every:Gt,extend:Gi,extendOwn:Mn,filter:fn,find:rt,findIndex:tr,findKey:ta,findLastIndex:ra,findWhere:Vu,first:Ln,flatten:cs,foldl:In,foldr:Ht,forEach:Ke,functions:tt,get:Ki,groupBy:Ju,has:yu,head:Ln,identity:Qt,include:Ge,includes:Ge,indexBy:es,indexOf:aa,initial:da,inject:In,intersection:ds,invert:Vi,invoke:Zu,isArguments:Kt,isArray:gn,isArrayBuffer:Ni,isBoolean:Wi,isDataView:nt,isDate:Gc,isElement:Hc,isEmpty:ru,isEqual:au,isError:Yc,isFinite:Jc,isFunction:Ie,isMap:su,isMatch:Pi,isNaN:Li,isNull:Vc,isNumber:Ri,isObject:pn,isRegExp:Zc,isSet:lu,isString:$t,isSymbol:Oi,isTypedArray:qi,isUndefined:ki,isWeakMap:du,isWeakSet:fu,iteratee:er,keys:We,last:as,lastIndexOf:Xu,map:on,mapObject:vu,matcher:An,matches:An,max:oa,memoize:Ru,methods:tt,min:$u,mixin:ha,negate:nr,noop:Qi,now:qn,object:fs,omit:is,once:Pu,pairs:hu,partial:Cn,partition:ts,pick:sa,pluck:rr,property:Jt,propertyOf:xu,random:Vt,range:hs,reduce:In,reduceRight:Ht,reject:Gu,rest:En,restArguments:Me,result:Cu,sample:ua,select:fn,shuffle:Ku,size:rs,some:Zt,sortBy:Qu,sortedIndex:ia,tail:En,take:Ln,tap:bu,template:Fu,templateSettings:Au,throttle:Nu,times:_u,toArray:ca,toPath:Yi,transpose:at,unescape:Eu,union:ss,uniq:it,unique:it,uniqueId:Su,unzip:at,values:Fn,where:Yu,without:us,wrap:Lu,zip:ls},Symbol.toStringTag,{value:"Module"})),ke=nn.getAugmentedNamespace(od);var dt={},He={},xr={exports:{}},lt={exports:{}},Sa;function zn(){if(Sa)return lt.exports;Sa=1;var e=(function(){return this===void 0})();if(e)lt.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}},f=function(b){try{return t.call(b)==="[object Array]"}catch{return!1}};lt.exports={isArray:f,keys:c,names:c,defineProperty:o,getDescriptor:i,freeze:a,getPrototypeOf:u,isES5:e,propertyIsWritable:function(){return!0}}}return lt.exports}var Xn,Ba;function Ce(){if(Ba)return Xn;Ba=1;var e=zn(),n=typeof navigator>"u",t={e:{}},r,c=typeof self<"u"?self:typeof window<"u"?window:typeof nn.commonjsGlobal<"u"?nn.commonjsGlobal:Xn!==void 0?Xn: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 f(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 h(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 l=(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{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 $=(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:l,getDataPropertyOrDefault:m,thrower:y,isArray:e.isArray,asArray:x,notEnumerableProp:h,isPrimitive:u,isObject:f,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 Xn=L,Xn}var ft={exports:{}},_r,ka;function cd(){if(ka)return _r;ka=1;var e=Ce(),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=nn.commonjsGlobal.setImmediate,i=process.nextTick;n=e.isRecentNode?function(a){c.call(nn.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},f=!1,b=document.createElement("div"),g=new MutationObserver(function(){a.classList.toggle("foo"),f=!1});g.observe(b,u);var m=function(){f||(f=!0,b.classList.toggle("foo"))};return function(y){var l=new MutationObserver(function(){l.disconnect(),y()});l.observe(a,u),m()}})():typeof setImmediate<"u"?n=function(a){setImmediate(a)}:typeof setTimeout<"u"?n=function(a){setTimeout(a,0)}:n=t;return _r=n,_r}var Ur,Wa;function ud(){if(Wa)return Ur;Wa=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)},Ur=n,Ur}var Ra;function sd(){if(Ra)return ft.exports;Ra=1;var e;try{throw new Error}catch(u){e=u}var n=cd(),t=ud(),r=Ce();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 f=this._schedule;return this._schedule=u,this._customScheduler=!0,f},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,f){f?(process.stderr.write("Fatal "+(u instanceof Error?u.stack:u)+`
|
|
17
|
+
`),process.exit(2)):this.throwLater(u)},c.prototype.throwLater=function(u,f){if(arguments.length===1&&(f=u,u=function(){throw f}),typeof setTimeout<"u")setTimeout(function(){u(f)},0);else try{this._schedule(function(){u(f)})}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,f,b){this._lateQueue.push(u,f,b),this._queueTick()}function o(u,f,b){this._normalQueue.push(u,f,b),this._queueTick()}function a(u){this._normalQueue._pushOne(u),this._queueTick()}return r.hasDevTools?(c.prototype.invokeLater=function(u,f,b){this._trampolineEnabled?i.call(this,u,f,b):this._schedule(function(){setTimeout(function(){u.call(f,b)},100)})},c.prototype.invoke=function(u,f,b){this._trampolineEnabled?o.call(this,u,f,b):this._schedule(function(){u.call(f,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 f=u.shift();if(typeof f!="function"){f._settlePromises();continue}var b=u.shift(),g=u.shift();f.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},ft.exports=c,ft.exports.firstLineError=e,ft.exports}var Tr,Oa;function hn(){if(Oa)return Tr;Oa=1;var e=zn(),n=e.freeze,t=Ce(),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"),f=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(" "),h=0;h<m.length;++h)typeof Array.prototype[m[h]]=="function"&&(g.prototype[m[h]]=Array.prototype[m[h]]);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
|
|
25
|
+
`}return y--,d};function l(p){if(!(this instanceof l))return new l(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(l,Error);var s=Error.__BluebirdErrorTypes__;return s||(s=n({CancellationError:f,TimeoutError:b,OperationalError:l,RejectionError:l,AggregateError:g}),e.defineProperty(Error,"__BluebirdErrorTypes__",{value:s,writable:!1,enumerable:!1,configurable:!1})),Tr={Error,TypeError:o,RangeError:a,CancellationError:s.CancellationError,OperationalError:s.OperationalError,TimeoutError:s.TimeoutError,AggregateError:s.AggregateError,Warning:u},Tr}var wr,Na;function dd(){return Na||(Na=1,wr=function(e,n){var t=Ce(),r=t.errorObj,c=t.isObject;function i(g,m){if(c(g)){if(g instanceof e)return g;var h=a(g);if(h===r){m&&m._pushContext();var y=e.reject(h.e);return m&&m._popContext(),y}else if(typeof h=="function"){if(f(g)){var y=new e(n);return g._then(y._fulfill,y._reject,void 0,y,null),y}return b(g,h,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 f(g){try{return u.call(g,"_promise0")}catch{return!1}}function b(g,m,h){var y=new e(n),l=y;h&&h._pushContext(),y._captureStackTrace(),h&&h._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 l}return i}),wr}var Er,Ia;function ld(){return Ia||(Ia=1,Er=function(e,n,t,r,c){var i=Ce();i.isArray;function o(u){switch(u){case-2:return[];case-3:return{}}}function a(u){var f=this._promise=new e(n);u instanceof e&&f._propagateFrom(u,3),f._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(f,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 h=r("expecting an array or an iterable object but got "+i.classString(g)).reason();this._promise._rejectCallback(h,!1);return}if(g.length===0){b===-5?this._resolveEmptyArray():this._resolve(o(b));return}this._iterate(g)},a.prototype._iterate=function(u){var f=this.getActualLength(u.length);this._length=f,this._values=this.shouldCopyValues()?new Array(f):this._values;for(var b=this._promise,g=!1,m=null,h=0;h<f;++h){var y=t(u[h],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,h),this._values[h]=y):(m&33554432)!==0?g=this._promiseFulfilled(y._value(),h):(m&16777216)!==0?g=this._promiseRejected(y._reason(),h):g=this._promiseCancelled(h):g=this._promiseFulfilled(y,h)}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,f){this._values[f]=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 f=0;f<u.length;++f)u[f]instanceof e&&u[f].cancel()}},a.prototype.shouldCopyValues=function(){return!0},a.prototype.getActualLength=function(u){return u},a}),Er}var Ar,La;function fd(){return La||(La=1,Ar=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,f=e.prototype._peekContext,b=e.prototype._promiseCreated;r.deactivateLongStackTraces=function(){e.prototype._pushContext=o,e.prototype._popContext=a,e._peekContext=u,e.prototype._peekContext=f,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}),Ar}var Fr,Ma;function hd(){return Ma||(Ma=1,Fr=function(e,n){var t=e._getDomain,r=e._async,c=hn().Warning,i=Ce(),o=i.canAttachTrace,a,u,f=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,b=/\((?:timers\.js):\d+:\d+\)/,g=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,m=null,h=null,y=!1,l,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
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
|
|
@@ -39,25 +39,25 @@ __p+='`),h}),i+=`';
|
|
|
39
39
|
`)),M+`
|
|
40
40
|
`+j.join(`
|
|
41
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+
|
|
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+h(se,M)}else ne=j+String(M);typeof l=="function"?l(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 Fe(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
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(
|
|
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():
|
|
46
|
-
`)[0].indexOf("stackDetection@")>=0)return m=/@/,
|
|
47
|
-
`)}:!i.isNode&&typeof new Error().stack=="string"&&(
|
|
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(f.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():Fe(be)};if(typeof Error.stackTraceLimit=="number"&&typeof Error.captureStackTrace=="function"){Error.stackTraceLimit+=6,m=j,h=K;var ne=Error.captureStackTrace;return X=function(ve){return f.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=/@/,h=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,h=K,function(be){Error.stackTraceLimit+=6;try{throw new Error}catch(xe){be.stack=xe.stack}Error.stackTraceLimit-=6}):(h=function(ve,be){return typeof ve=="string"?ve:(typeof be=="object"||typeof be=="function")&&be.name!==void 0&&be.message!==void 0?be.toString():Fe(be)},null)})();typeof console<"u"&&typeof console.warn<"u"&&(l=function(M){console.warn(M)},i.isNode&&process.stderr.isTTY?l=function(M,j){var K=j?"\x1B[33m":"\x1B[31m";console.warn(K+M+`\x1B[0m
|
|
47
|
+
`)}:!i.isNode&&typeof new Error().stack=="string"&&(l=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}}),Fr}var Cr,qa;function pd(){return qa||(qa=1,Cr=function(e,n){var t=Ce(),r=e.CancellationError,c=t.errorObj;function i(g,m,h){this.promise=g,this.type=m,this.handler=h,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 f(g){if(!a(this,g))return c.e=g,c}function b(g){var m=this.promise,h=this.handler;if(!this.called){this.called=!0;var y=this.isFinallyHandler()?h.call(m._boundValue()):h.call(m._boundValue(),g);if(y!==void 0){m._setReturnedNonUndefined();var l=n(y,m);if(l instanceof e){if(this.cancelPromise!=null)if(l._isCancelled()){var s=new r("late cancellation observer");return m._attachExtraTrace(s),c.e=s,c}else l.isPending()&&l._attachCancellationCallback(new o(this));return l._then(u,f,void 0,this,void 0)}}}return m.isRejected()?(a(this),c.e=g,c):(a(this),g)}return e.prototype._passThrough=function(g,m,h,y){return typeof g!="function"?this.then():this._then(h,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 Sr,Pa;function gd(){return Pa||(Pa=1,Sr=function(e){var n=Ce(),t=zn().keys,r=n.tryCatch,c=n.errorObj;function i(o,a,u){return function(f){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(f instanceof m)return r(a).call(b,f)}else if(typeof m=="function"){var h=r(m).call(b,f);if(h===c)return h;if(h)return r(a).call(b,f)}else if(n.isObject(f)){for(var y=t(m),l=0;l<y.length;++l){var s=y[l];if(m[s]!=f[s])continue e}return r(a).call(b,f)}}return e}}return i}),Sr}var Br,za;function gs(){if(za)return Br;za=1;var e=Ce(),n=e.maybeWrapAsError,t=hn(),r=t.OperationalError,c=zn();function i(f){return f instanceof Error&&c.getPrototypeOf(f)===Error.prototype}var o=/^(?:name|message|stack|cause)$/;function a(f){var b;if(i(f)){b=new r(f),b.name=f.name,b.message=f.message,b.stack=f.stack;for(var g=c.keys(f),m=0;m<g.length;++m){var h=g[m];o.test(h)||(b[h]=f[h])}return b}return e.markAsOriginatingFromRejection(f),f}function u(f,b){return function(g,m){if(f!==null){if(g){var h=a(n(g));f._attachExtraTrace(h),f._reject(h)}else if(!b)f._fulfill(m);else{for(var y=arguments.length,l=new Array(Math.max(y-1,0)),s=1;s<y;++s)l[s-1]=arguments[s];f._fulfill(l)}f=null}}}return Br=u,Br}var kr,ja;function md(){return ja||(ja=1,kr=function(e,n,t,r,c){var i=Ce(),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 f=o(a).apply(this,arguments),b=u._popContext();return c.checkForgottenReturns(f,b,"Promise.method",u),u._resolveFromSyncValue(f),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 f;if(arguments.length>1){c.deprecated("calling Promise.try with more than 1 argument");var b=arguments[1],g=arguments[2];f=i.isArray(b)?o(a).apply(g,b):o(a).call(g,b)}else f=o(a)();var m=u._popContext();return c.checkForgottenReturns(f,m,"Promise.try",u),u._resolveFromSyncValue(f),u},e.prototype._resolveFromSyncValue=function(a){a===i.errorObj?this._rejectCallback(a.e,!1):this._resolveCallback(a,!0)}}),kr}var Wr,Xa;function bd(){return Xa||(Xa=1,Wr=function(e,n,t,r){var c=!1,i=function(f,b){this._reject(b)},o=function(f,b){b.promiseRejectionQueued=!0,b.bindingPromise._then(i,i,null,this,f)},a=function(f,b){(this._bitField&50397184)===0&&this._resolveCallback(b.target)},u=function(f,b){b.promiseRejectionQueued||this._reject(f)};e.prototype.bind=function(f){c||(c=!0,e.prototype._propagateFrom=r.propagateFromFunction(),e.prototype._boundValue=r.boundValueFunction());var b=t(f),g=new e(n);g._propagateFrom(this,1);var m=this._target();if(g._setBoundTo(b),b instanceof e){var h={promiseRejectionQueued:!1,promise:g,target:m,bindingPromise:b};m._then(n,o,void 0,g,h),b._then(a,u,void 0,g,h),g._setOnCancel(b)}else g._resolveCallback(m);return g},e.prototype._setBoundTo=function(f){f!==void 0?(this._bitField=this._bitField|2097152,this._boundTo=f):this._bitField=this._bitField&-2097153},e.prototype._isBound=function(){return(this._bitField&2097152)===2097152},e.bind=function(f,b){return e.resolve(b).bind(f)}}),Wr}var Rr,Va;function yd(){return Va||(Va=1,Rr=function(e,n,t,r){var c=Ce(),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,f=u;u._isCancellable();){if(!u._cancelBy(f)){f._isFollowing()?f._followee().cancel():f._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(),f=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,f){if(c.isArray(u))for(var b=0;b<u.length;++b)this._doInvokeOnCancel(u[b],f);else if(u!==void 0)if(typeof u=="function"){if(!f){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()}}),Rr}var Or,Ha;function Dd(){return Ha||(Ha=1,Or=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)}}),Or}var Nr,Ga;function vd(){return Ga||(Ga=1,Nr=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},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}),
|
|
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}),Nr}var Ir,Za;function xd(){return Za||(Za=1,Ir=function(e,n,t,r,c,i){var o=Ce(),a=o.canEvaluate,u=o.tryCatch,f=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
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))},h=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+='`),h}),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,f,e,c)},y=[],l=[],s=[],p=0;p<8;++p)y.push(h(p+1)),l.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=l,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}}),Ir}var Lr,Ya;function _d(){return Ya||(Ya=1,Lr=function(e,n,t,r,c,i){var o=e._getDomain,a=Ce(),u=a.tryCatch,f=a.errorObj,b=e._async;function g(h,y,l,s){this.constructor$(h),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=l,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(h,y){var l=this._values,s=this.length(),p=this._preservedValues,d=this._limit;if(y<0){if(y=y*-1-1,l[y]=h,d>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(d>=1&&this._inFlight>=d)return l[y]=h,this._queue.push(y),!1;p!==null&&(p[y]=h);var D=this._promise,w=this._callback,_=D._boundValue();D._pushContext();var U=u(w).call(_,h,y,s),E=D._popContext();if(i.checkForgottenReturns(U,E,p!==null?"Promise.filter":"Promise.map",D),U===f)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++,l[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)}l[y]=U}var I=++this._totalResolved;return I>=s?(p!==null?this._filter(l,p):this._resolve(l),!0):!1},g.prototype._drainQueue=function(){for(var h=this._queue,y=this._limit,l=this._values;h.length>0&&this._inFlight<y;){if(this._isResolved())return;var s=h.pop();this._promiseFulfilled(l[s],s)}},g.prototype._filter=function(h,y){for(var l=y.length,s=new Array(l),p=0,d=0;d<l;++d)h[d]&&(s[p++]=y[d]);s.length=p,this._resolve(s)},g.prototype.preservedValues=function(){return this._preservedValues};function m(h,y,l,s){if(typeof y!="function")return t("expecting a function but got "+a.classString(y));var p=0;if(l!==void 0)if(typeof l=="object"&&l!==null){if(typeof l.concurrency!="number")return e.reject(new TypeError("'concurrency' must be a number but it is "+a.classString(l.concurrency)));p=l.concurrency}else return e.reject(new TypeError("options argument must be an object but it is "+a.classString(l)));return p=typeof p=="number"&&isFinite(p)&&p>=1?p:0,new g(h,y,p,s).promise()}e.prototype.map=function(h,y){return m(this,h,y,null)},e.map=function(h,y,l,s){return m(h,y,l,s)}}),Lr}var Mr,$a;function Ud(){if($a)return Mr;$a=1;var e=Object.create;if(e){var n=e(null),t=e(null);n[" size"]=t[" size"]=0}return Mr=function(r){var c=Ce(),i=c.canEvaluate,o=c.isIdentifier,a,u;{var f=function(s){return new Function("ensureMethod",`
|
|
106
106
|
return function(obj) {
|
|
107
107
|
'use strict'
|
|
108
108
|
var len = this.length;
|
|
@@ -119,23 +119,23 @@ __p+='`),h}),i+=`';
|
|
|
119
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))},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,
|
|
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,f,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 h(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(h,void 0,void 0,d,void 0)};function y(s){return s[this]}function l(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=l;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)}},Mr}var qr,Ka;function Td(){return Ka||(Ka=1,qr=function(e,n,t,r,c,i){var o=Ce(),a=hn().TypeError,u=Ce().inherits,f=o.errorObj,b=o.tryCatch,g={};function m(D){setTimeout(function(){throw D},0)}function h(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=h(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 l(D,w,_){this._data=D,this._promise=w,this._context=_}l.prototype.data=function(){return this._data},l.prototype.promise=function(){return this._promise},l.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():g},l.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},l.isDisposer=function(D){return D!=null&&typeof D.resource=="function"&&typeof D.tryDispose=="function"};function s(D,w,_){this.constructor$(D,w,_)}u(s,l),s.prototype.doDispose=function(D,w){var _=this.data();return _.call(D,D,w)};function p(D){return l.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(l.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 f.e=N.error(),f;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}}),qr}var Pr,Qa;function wd(){return Qa||(Qa=1,Pr=function(e,n,t){var r=Ce(),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 h,y;return m!==void 0?(h=e.resolve(m)._then(o,null,null,g,void 0),t.cancellation()&&m instanceof e&&h._setOnCancel(m)):(h=new e(n),y=setTimeout(function(){h._fulfill()},+g),t.cancellation()&&h._setOnCancel(new i(y)),h._captureStackTrace()),h._setAsyncGuaranteed(),h};e.prototype.delay=function(g){return a(g,this)};var u=function(g,m,h){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),h!=null&&h.cancel()};function f(g){return clearTimeout(this.handle),g}function b(g){throw clearTimeout(this.handle),g}e.prototype.timeout=function(g,m){g=+g;var h,y,l=new i(setTimeout(function(){h.isPending()&&u(h,m,y)},g));return t.cancellation()?(y=this.then(),h=y._then(f,b,void 0,l,void 0),h._setOnCancel(l)):h=this._then(f,b,void 0,l,void 0),h}}),Pr}var zr,Ja;function Ed(){return Ja||(Ja=1,zr=function(e,n,t,r,c,i){var o=hn(),a=o.TypeError,u=Ce(),f=u.errorObj,b=u.tryCatch,g=[];function m(y,l,s){for(var p=0;p<l.length;++p){s._pushContext();var d=b(l[p])(y);if(s._popContext(),d===f){s._pushContext();var D=e.reject(f.e);return s._popContext(),D}var w=r(d,s);if(w instanceof e)return w}return null}function h(y,l,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=l,this._generator=void 0,this._yieldHandlers=typeof s=="function"?[s].concat(g):g,this._yieldedPromise=null,this._cancellationPhase=!1}u.inherits(h,c),h.prototype._isResolved=function(){return this._promise===null},h.prototype._cleanup=function(){this._promise=this._generator=null,i.cancellation()&&this._finallyPromise!==null&&(this._finallyPromise._fulfill(),this._finallyPromise=null)},h.prototype._promiseCancelled=function(){if(!this._isResolved()){var y=typeof this._generator.return<"u",l;if(y)this._promise._pushContext(),l=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(),l=b(this._generator.throw).call(this._generator,s),this._promise._popContext()}this._cancellationPhase=!0,this._yieldedPromise=null,this._continue(l)}},h.prototype._promiseFulfilled=function(y){this._yieldedPromise=null,this._promise._pushContext();var l=b(this._generator.next).call(this._generator,y);this._promise._popContext(),this._continue(l)},h.prototype._promiseRejected=function(y){this._yieldedPromise=null,this._promise._attachExtraTrace(y),this._promise._pushContext();var l=b(this._generator.throw).call(this._generator,y);this._promise._popContext(),this._continue(l)},h.prototype._resultCancelled=function(){if(this._yieldedPromise instanceof e){var y=this._yieldedPromise;this._yieldedPromise=null,y.cancel()}},h.prototype.promise=function(){return this._promise},h.prototype._run=function(){this._generator=this._generatorFunction.call(this._receiver),this._receiver=this._generatorFunction=void 0,this._promiseFulfilled(void 0)},h.prototype._continue=function(y){var l=this._promise;if(y===f)return this._cleanup(),this._cancellationPhase?l.cancel():l._rejectCallback(y.e,!1);var s=y.value;if(y.done===!0)return this._cleanup(),this._cancellationPhase?l.cancel():l._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,
|
|
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,l){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(
|
|
132
|
+
`);var s=Object(l).yieldHandler,p=h,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
|
|
135
|
+
`);var l=new h(y,this),s=l.promise();return l._run(e.spawn),s}}),zr}var jr,eo;function Ad(){return eo||(eo=1,jr=function(e){var n=Ce(),t=e._async,r=n.tryCatch,c=n.errorObj;function i(u,f){var b=this;if(!n.isArray(u))return o.call(b,u,f);var g=r(f).apply(b._boundValue(),[null].concat(u));g===c&&t.throwLater(g.e)}function o(u,f){var b=this,g=b._boundValue(),m=u===void 0?r(f).call(g,null):r(f).call(g,null,u);m===c&&t.throwLater(m.e)}function a(u,f){var b=this;if(!u){var g=new Error(u+"");g.cause=u,u=g}var m=r(f).call(b._boundValue(),u);m===c&&t.throwLater(m.e)}e.prototype.asCallback=e.prototype.nodeify=function(u,f){if(typeof u=="function"){var b=o;f!==void 0&&Object(f).spread&&(b=i),this._then(b,a,void 0,this,u)}return this}}),jr}var Xr,no;function Fd(){return no||(no=1,Xr=function(e,n){var t={},r=Ce(),c=gs(),i=r.withAppended,o=r.maybeWrapAsError,a=r.canEvaluate,u=hn().TypeError,f="Async",b={__isPromisified__:!0},g=["arity","length","name","arguments","caller","callee","prototype","__isPromisified__"],m=new RegExp("^(?:"+g.join("|")+")$"),h=function(W){return r.isIdentifier(W)&&W.charAt(0)!=="_"&&W!=="constructor"};function y(W){return!m.test(W)}function l(W){try{return W.__isPromisified__===!0}catch{return!1}}function s(W,x,q){var R=r.getDataPropertyOrDefault(W,x+q,b);return R?l(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(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===
|
|
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===h?!0:h(Q);typeof L=="function"&&!l(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
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+=`
|
|
@@ -170,25 +170,25 @@ __p+='`),h}),i+=`';
|
|
|
170
170
|
};
|
|
171
171
|
notEnumerableProp(ret, '__isPromisified__', true);
|
|
172
172
|
return ret;
|
|
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(
|
|
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(l(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 q=!!x.multiArgs,R=x.suffix;typeof R!="string"&&(R=
|
|
176
|
+
`);x=Object(x);var q=!!x.multiArgs,R=x.suffix;typeof R!="string"&&(R=f);var N=x.filter;typeof N!="function"&&(N=h);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 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)}}),
|
|
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)}}),Xr}var Vr,to;function Cd(){return to||(to=1,Vr=function(e,n,t,r){var c=Ce(),i=c.isObject,o=zn(),a;typeof Map=="function"&&(a=Map);var u=(function(){var m=0,h=0;function y(l,s){this[m]=l,this[m+h]=s,m++}return function(s){h=s.size,m=0;var p=new Array(s.size*2);return s.forEach(y,p),p}})(),f=function(m){for(var h=new a,y=m.length/2|0,l=0;l<y;++l){var s=m[y+l],p=m[l];h.set(s,p)}return h};function b(m){var h=!1,y;if(a!==void 0&&m instanceof a)y=u(m),h=!0;else{var l=o.keys(m),s=l.length;y=new Array(s*2);for(var p=0;p<s;++p){var d=l[p];y[p]=m[d],y[p+s]=d}}this.constructor$(y),this._isMap=h,this._init$(void 0,-3)}c.inherits(b,n),b.prototype._init=function(){},b.prototype._promiseFulfilled=function(m,h){this._values[h]=m;var y=++this._totalResolved;if(y>=this._length){var l;if(this._isMap)l=f(this._values);else{l={};for(var s=this.length(),p=0,d=this.length();p<d;++p)l[this._values[p+s]]=this._values[p]}return this._resolve(l),!0}return!1},b.prototype.shouldCopyValues=function(){return!1},b.prototype.getActualLength=function(m){return m>>1};function g(m){var h,y=t(m);if(i(y))y instanceof e?h=y._then(e.props,void 0,void 0,void 0,void 0):h=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&&h._propagateFrom(y,2),h}e.prototype.props=function(){return g(this)},e.props=function(m){return g(m)}}),Vr}var Hr,ro;function Sd(){return ro||(ro=1,Hr=function(e,n,t,r){var c=Ce(),i=function(a){return a.then(function(u){return o(u,a)})};function o(a,u){var f=t(a);if(f instanceof e)return i(f);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,h=0,y=a.length;h<y;++h){var l=a[h];l===void 0&&!(h in a)||e.cast(l)._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)}}),Hr}var Gr,io;function Bd(){return io||(io=1,Gr=function(e,n,t,r,c,i){var o=e._getDomain,a=Ce(),u=a.tryCatch;function f(y,l,s,p){this.constructor$(y);var d=o();this._fn=d===null?l:a.domainBind(d,l),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(f,n),f.prototype._gotAccum=function(y){this._eachValues!==void 0&&this._eachValues!==null&&y!==c&&this._eachValues.push(y)},f.prototype._eachComplete=function(y){return this._eachValues!==null&&this._eachValues.push(y),this._eachValues},f.prototype._init=function(){},f.prototype._resolveEmptyArray=function(){this._resolve(this._eachValues!==void 0?this._eachValues:this._initialValue)},f.prototype.shouldCopyValues=function(){return!1},f.prototype._resolve=function(y){this._promise._resolveCallback(y),this._values=null},f.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())},f.prototype._iterate=function(y){this._values=y;var l,s,p=y.length;if(this._initialValue!==void 0?(l=this._initialValue,s=0):(l=e.resolve(y[0]),s=1),this._currentCancellable=l,!l.isRejected())for(;s<p;++s){var d={accum:null,value:y[s],index:s,length:p,array:this};l=l._then(m,void 0,void 0,d,void 0)}this._eachValues!==void 0&&(l=l._then(this._eachComplete,void 0,void 0,this,void 0)),l._then(b,b,void 0,l,this)},e.prototype.reduce=function(y,l){return g(this,y,l,null)},e.reduce=function(y,l,s,p){return g(y,l,s,p)};function b(y,l){this.isFulfilled()?l._resolve(y):l._reject(y)}function g(y,l,s,p){if(typeof l!="function")return t("expecting a function but got "+a.classString(l));var d=new f(y,l,s,p);return d.promise()}function m(y){this.accum=y,this.array._gotAccum(y);var l=r(this.value,this.array._promise);return l instanceof e?(this.array._currentCancellable=l,l._then(h,void 0,void 0,this,void 0)):h.call(this,l)}function h(y){var l=this.array,s=l._promise,p=u(l._fn);s._pushContext();var d;l._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&&(l._currentCancellable=d);var D=s._popContext();return i.checkForgottenReturns(d,D,l._eachValues!==void 0?"Promise.each":"Promise.reduce",s),d}}),Gr}var Zr,ao;function kd(){return ao||(ao=1,Zr=function(e,n,t){var r=e.PromiseInspection,c=Ce();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)}}),Zr}var Yr,oo;function Wd(){return oo||(oo=1,Yr=function(e,n,t){var r=Ce(),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 f(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 m=new u(b),
|
|
185
|
+
`);var m=new u(b),h=m.promise();return m.setHowMany(g),m.init(),h}e.some=function(b,g){return f(b,g)},e.prototype.some=function(b){return f(this,b)},e._SomePromiseArray=u}),Yr}var $r,co;function Rd(){return co||(co=1,$r=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)}}),$r}var Kr,uo;function Od(){return uo||(uo=1,Kr=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}),Kr}var Qr,so;function Nd(){return so||(so=1,Qr=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)}}),Qr}var lo;function Id(){return lo||(lo=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(R){return T.reject(new m(R))};function c(){}var i={},o=
|
|
188
|
+
`)},t=function(){return new T.PromiseInspection(this._target())},r=function(R){return T.reject(new m(R))};function c(){}var i={},o=Ce(),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=zn(),f=sd(),b=new f;u.defineProperty(T,"_async",{value:b});var g=hn(),m=T.TypeError=g.TypeError;T.RangeError=g.RangeError;var h=T.CancellationError=g.CancellationError;T.TimeoutError=g.TimeoutError,T.OperationalError=g.OperationalError,T.RejectionError=g.OperationalError,T.AggregateError=g.AggregateError;var y=function(){},l={},s={},p=dd()(T,y),d=ld()(T,y,p,r,c),D=fd()(T),w=D.create,_=hd()(T,D);_.CapturedTrace;var U=pd()(T,p),E=gd()(s),S=gs(),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(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:{}};/*!
|
|
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,l,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 h("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 h("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===l?!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),md()(T,y,p,r,_),bd()(T,y,p,_),yd()(T,d,r,_),Dd()(T),vd()(T),xd()(T,d,p,y,b,a),T.Promise=T,T.version="3.4.7",_d()(T,d,r,p,y,_),Ud()(T),Td()(T,r,p,w,y,_),wd()(T,y,_),Ed()(T,r,y,p,c,_),Ad()(T),Fd()(T,y),Cd()(T,d,p,r),Sd()(T,y,p,r),Bd()(T,d,r,p,y,_),kd()(T,d,_),Wd()(T,d,r),Rd()(T,y),Od()(T,y),Nd()(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(f.firstLineError,o.lastLineError),T}})(xr)),xr.exports}var fo;function bn(){if(fo)return He;fo=1;var e=ke,n=Id()();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(o,a){r=o,c=a});return{resolve:r,reject:c,promise:i}}return He}var Ee={},ho;function Bn(){if(ho)return Ee;ho=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 f(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 l(E.noteType,E.noteId)})}g.prototype.resolve=function(U){return this.findNoteByKey(l(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 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 l(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=f,Ee.noteReference=Ee.NoteReference=b,Ee.Notes=g,Ee.Note=m,Ee.commentReference=h,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 Rn={},po;function cn(){if(po)return Rn;po=1;var e=ke;Rn.Result=n,Rn.success=t,Rn.warning=r,Rn.error=c;function n(u,f){this.value=u,this.messages=f||[]}n.prototype.map=function(u){return new n(u(this.value),this.messages)},n.prototype.flatMap=function(u){var f=u(this.value);return new n(f.value,i([this,f]))},n.prototype.flatMapThen=function(u){var f=this;return u(this.value).then(function(b){return new n(b.value,i([f,b]))})},n.combine=function(u){var f=e.flatten(e.pluck(u,"value")),b=i(u);return new n(f,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 f=[];return e.flatten(e.pluck(u,"messages"),!0).forEach(function(b){o(f,b)||f.push(b)}),f}function o(u,f){return e.find(u,a.bind(null,f))!==void 0}function a(u,f){return u.type===f.type&&u.message===f.message}return Rn}var Vn={},Hn={},go;function Ld(){if(go)return Hn;go=1,Hn.byteLength=a,Hn.toByteArray=f,Hn.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(h){var y=h.length;if(y%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var l=h.indexOf("=");l===-1&&(l=y);var s=l===y?0:4-l%4;return[l,s]}function a(h){var y=o(h),l=y[0],s=y[1];return(l+s)*3/4-s}function u(h,y,l){return(y+l)*3/4-l}function f(h){var y,l=o(h),s=l[0],p=l[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 g(h,y,l){for(var s,p=[],d=y;d<l;d+=3)s=(h[d]<<16&16711680)+(h[d+1]<<8&65280)+(h[d+2]&255),p.push(b(s));return p.join("")}function m(h){for(var y,l=h.length,s=l%3,p=[],d=16383,D=0,w=l-s;D<w;D+=d)p.push(g(h,D,D+d>w?w:D+d));return s===1?(y=h[l-1],p.push(e[y>>2]+e[y<<4&63]+"==")):s===2&&(y=(h[l-2]<<8)+h[l-1],p.push(e[y>>10]+e[y>>4&63]+e[y<<2&63]+"=")),p.join("")}return Hn}function ht(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 Jr={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(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,`
|
|
201
|
+
*/var mo;function Md(){return mo||(mo=1,(function(e,n){(function(t){e.exports=t()})(function(){return(function t(r,c,i){function o(f,b){if(!c[f]){if(!r[f]){var g=typeof ht=="function"&&ht;if(!b&&g)return g(f,!0);if(a)return a(f,!0);var m=new Error("Cannot find module '"+f+"'");throw m.code="MODULE_NOT_FOUND",m}var h=c[f]={exports:{}};r[f][0].call(h.exports,function(y){var l=r[f][1][y];return o(l||y)},h,h.exports,t,r,c,i)}return c[f].exports}for(var a=typeof ht=="function"&&ht,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 f,b,g,m,h,y,l,s=[],p=0,d=u.length,D=d,w=i.getTypeOf(u)!=="string";p<u.length;)D=d-p,g=w?(f=u[p++],b=p<d?u[p++]:0,p<d?u[p++]:0):(f=u.charCodeAt(p++),b=p<d?u.charCodeAt(p++):0,p<d?u.charCodeAt(p++):0),m=f>>2,h=(3&f)<<4|b>>4,y=1<D?(15&b)<<2|g>>6:64,l=2<D?63&g:64,s.push(a.charAt(m)+a.charAt(h)+a.charAt(y)+a.charAt(l));return s.join("")},c.decode=function(u){var f,b,g,m,h,y,l=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);l<u.length;)f=a.indexOf(u.charAt(l++))<<2|(m=a.indexOf(u.charAt(l++)))>>4,b=(15&m)<<4|(h=a.indexOf(u.charAt(l++)))>>2,g=(3&h)<<6|(y=a.indexOf(u.charAt(l++))),d[s++]=f,h!==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 f(b,g,m,h,y){this.compressedSize=b,this.uncompressedSize=g,this.crc32=m,this.compression=h,this.compressedContent=y}f.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)}},f.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=f},{"./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=[],f=0;f<256;f++){a=f;for(var b=0;b<8;b++)a=1&a?3988292384^a>>>1:a>>>1;u[f]=a}return u})();r.exports=function(a,u){return a!==void 0&&a.length?i.getTypeOf(a)!=="string"?(function(f,b,g,m){var h=o,y=m+g;f^=-1;for(var l=m;l<y;l++)f=f>>>8^h[255&(f^b[l])];return-1^f})(0|u,a,a.length,0):(function(f,b,g,m){var h=o,y=m+g;f^=-1;for(var l=m;l<y;l++)f=f>>>8^h[255&(f^b.charCodeAt(l))];return-1^f})(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"),f=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(f,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(h,y){var l,s="";for(l=0;l<y;l++)s+=String.fromCharCode(255&h),h>>>=8;return s}function o(h,y,l,s,p,d){var D,w,_=h.file,U=h.compression,E=d!==f.utf8encode,S=a.transformTo("string",d(_.name)),A=a.transformTo("string",f.utf8encode(_.name)),I=_.comment,$=a.transformTo("string",d(I)),T=a.transformTo("string",f.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&&!l||(Q.crc32=h.crc32,Q.compressedSize=h.compressedSize,Q.uncompressedSize=h.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"),f=t("../utf8"),b=t("../crc32"),g=t("../signature");function m(h,y,l,s){u.call(this,"ZipFileWorker"),this.bytesWritten=0,this.zipComment=y,this.zipPlatform=l,this.encodeFileName=s,this.streamFiles=h,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(h){var y=h.meta.percent||0,l=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:l?(y+100*(l-s-1))/l:100}}))},m.prototype.openedSource=function(h){this.currentSourceOffset=this.bytesWritten,this.currentFile=h.file.name;var y=this.streamFiles&&!h.file.dir;if(y){var l=o(h,y,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:l.fileRecord,meta:{percent:0}})}else this.accumulate=!0},m.prototype.closedSource=function(h){this.accumulate=!1;var y=this.streamFiles&&!h.file.dir,l=o(h,y,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(l.dirRecord),y)this.push({data:(function(s){return g.DATA_DESCRIPTOR+i(s.crc32,4)+i(s.compressedSize,4)+i(s.uncompressedSize,4)})(h),meta:{percent:100}});else for(this.push({data:l.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},m.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 l=this.bytesWritten-h,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,l,h,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(h){this._sources.push(h);var y=this;return h.on("data",function(l){y.processChunk(l)}),h.on("end",function(){y.closedSource(y.previous.streamInfo),y._sources.length?y.prepareNextSource():y.end()}),h.on("error",function(l){y.error(l)}),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(h){var y=this._sources;if(!u.prototype.error.call(this,h))return!1;for(var l=0;l<y.length;l++)try{y[l].error(h)}catch{}return!0},m.prototype.lock=function(){u.prototype.lock.call(this);for(var h=this._sources,y=0;y<h.length;y++)h[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,f){var b=new o(u.streamFiles,f,u.platform,u.encodeFileName),g=0;try{a.forEach(function(m,h){g++;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),l=h.options.compressionOptions||u.compressionOptions||{},s=h.dir,p=h.date;h._compressWorker(y,l).withStreamInfo("file",{name:m,dir:s,date:p,comment:h.comment||"",unixPermissions:h.unixPermissions,dosPermissions:h.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"),f=t("./stream/Crc32Probe"),b=t("./nodejsUtils");function g(m){return new o.Promise(function(h,y){var l=m.decompressed.getContentWorker().pipe(new f);l.on("error",function(s){y(s)}).on("end",function(){l.streamInfo.crc32!==m.decompressed.crc32?y(new Error("Corrupted zip : CRC32 mismatch")):h()}).resume()})}r.exports=function(m,h){var y=this;return h=i.extend(h||{},{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,h.optimizedBinaryString,h.base64).then(function(l){var s=new u(h);return s.load(l),s}).then(function(l){var s=[o.Promise.resolve(l)],p=l.files;if(h.checkCRC32)for(var d=0;d<p.length;d++)s.push(g(p[d]));return o.Promise.all(s)}).then(function(l){for(var s=l.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"),o=t("../stream/GenericWorker");function a(u,f){o.call(this,"Nodejs stream input adapter for "+u),this._upstreamEnded=!1,this._bindStream(f)}i.inherits(a,o),a.prototype._bindStream=function(u){var f=this;(this._stream=u).pause(),u.on("data",function(b){f.push({data:b,meta:{percent:0}})}).on("error",function(b){f.isPaused?this.generatedError=b:f.error(b)}).on("end",function(){f.isPaused?f._upstreamEnded=!0:f.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,f){i.call(this,u),this._helper=a;var b=this;a.on("data",function(g,m){b.push(g)||b._helper.pause(),f&&f(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 l(_,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"),f=t("./stream/StreamHelper"),b=t("./defaults"),g=t("./compressedObject"),m=t("./zipObject"),h=t("./generate"),y=t("./nodejsUtils"),l=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=h.generateWorker(this,E,S)}catch(A){(U=new u("error")).error(A)}return new f(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),f=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]===f&&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),f=a.charCodeAt(1),b=a.charCodeAt(2),g=a.charCodeAt(3),m=this.readData(4);return u===m[0]&&f===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,f=0;for(this.checkOffset(a),u=this.index+a-1;u>=this.index;u--)f=(f<<8)+this.byteAt(u);return this.index+=a,f},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"),f=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 f(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 f=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=f+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 f=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type="",this._tickScheduled=!1,u.then(function(b){f.dataIsReady=!0,f.data=b,f.max=b&&b.length||0,f.type=i.getTypeOf(b),f.isPaused||f._tickAndRepeat()},function(b){f.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,f=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,f);break;case"uint8array":u=this.data.subarray(this.index,f);break;case"array":case"nodebuffer":u=this.data.slice(this.index,f)}return this.index=f,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"),f=t("../support"),b=t("../external"),g=null;if(f.nodestream)try{g=t("../nodejs/NodejsStreamOutputAdapter")}catch{}function m(y,l){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),l&&l(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 h(y,l,s){var p=l;switch(l){case"blob":case"arraybuffer":p="uint8array";break;case"base64":p="string"}try{this._internalType=p,this._outputType=l,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)}}h.prototype={accumulate:function(y){return m(this,y)},on:function(y,l){var s=this;return y==="data"?this._worker.on(y,function(p){l.call(s,p.data,p.meta)}):this._worker.on(y,function(){i.delay(l,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=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 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"),f=new Array(256),b=0;b<256;b++)f[b]=252<=b?6:248<=b?5:240<=b?4:224<=b?3:192<=b?2:1;f[254]=f[254]=1;function g(){u.call(this,"utf-8 decode"),this.leftOver=null}function m(){u.call(this,"utf-8 encode")}c.utf8encode=function(h){return o.nodebuffer?a.newBufferFrom(h,"utf-8"):(function(y){var l,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(l=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?l[D++]=s:(s<2048?l[D++]=192|s>>>6:(s<65536?l[D++]=224|s>>>12:(l[D++]=240|s>>>18,l[D++]=128|s>>>12&63),l[D++]=128|s>>>6&63),l[D++]=128|63&s);return l})(h)},c.utf8decode=function(h){return o.nodebuffer?i.transformTo("nodebuffer",h).toString("utf-8"):(function(y){var l,s,p,d,D=y.length,w=new Array(2*D);for(l=s=0;l<D;)if((p=y[l++])<128)w[s++]=p;else if(4<(d=f[p]))w[s++]=65533,l+=d-1;else{for(p&=d===2?31:d===3?15:7;1<d&&l<D;)p=p<<6|63&y[l++],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(o.uint8array?"uint8array":"array",h))},i.inherits(g,u),g.prototype.processChunk=function(h){var y=i.transformTo(o.uint8array?"uint8array":"array",h.data);if(this.leftOver&&this.leftOver.length){if(o.uint8array){var l=y;(y=new Uint8Array(l.length+this.leftOver.length)).set(this.leftOver,0),y.set(l,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+f[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:h.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(h){this.push({data:c.utf8encode(h.data),meta:h.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 f(l){return l}function b(l,s){for(var p=0;p<l.length;++p)s[p]=255&l.charCodeAt(p);return s}t("setimmediate"),c.newBlob=function(l,s){c.checkSupport("blob");try{return new Blob([l],{type:s})}catch{try{var p=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return p.append(l),p.getBlob(s)}catch{throw new Error("Bug : can't construct the Blob.")}}};var g={stringifyByChunk:function(l,s,p){var d=[],D=0,w=l.length;if(w<=p)return String.fromCharCode.apply(null,l);for(;D<w;)s==="array"||s==="nodebuffer"?d.push(String.fromCharCode.apply(null,l.slice(D,Math.min(D+p,w)))):d.push(String.fromCharCode.apply(null,l.subarray(D,Math.min(D+p,w)))),D+=p;return d.join("")},stringifyByChar:function(l){for(var s="",p=0;p<l.length;p++)s+=String.fromCharCode(l[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(l){var s=65536,p=c.getTypeOf(l),d=!0;if(p==="uint8array"?d=g.applyCanBeUsed.uint8array:p==="nodebuffer"&&(d=g.applyCanBeUsed.nodebuffer),d)for(;1<s;)try{return g.stringifyByChunk(l,p,s)}catch{s=Math.floor(s/2)}return g.stringifyByChar(l)}function h(l,s){for(var p=0;p<l.length;p++)s[p]=l[p];return s}c.applyFromCharCode=m;var y={};y.string={string:f,array:function(l){return b(l,new Array(l.length))},arraybuffer:function(l){return y.string.uint8array(l).buffer},uint8array:function(l){return b(l,new Uint8Array(l.length))},nodebuffer:function(l){return b(l,a.allocBuffer(l.length))}},y.array={string:m,array:f,arraybuffer:function(l){return new Uint8Array(l).buffer},uint8array:function(l){return new Uint8Array(l)},nodebuffer:function(l){return a.newBufferFrom(l)}},y.arraybuffer={string:function(l){return m(new Uint8Array(l))},array:function(l){return h(new Uint8Array(l),new Array(l.byteLength))},arraybuffer:f,uint8array:function(l){return new Uint8Array(l)},nodebuffer:function(l){return a.newBufferFrom(new Uint8Array(l))}},y.uint8array={string:m,array:function(l){return h(l,new Array(l.length))},arraybuffer:function(l){return l.buffer},uint8array:f,nodebuffer:function(l){return a.newBufferFrom(l)}},y.nodebuffer={string:m,array:function(l){return h(l,new Array(l.length))},arraybuffer:function(l){return y.nodebuffer.uint8array(l).buffer},uint8array:function(l){return h(l,new Uint8Array(l.length))},nodebuffer:f},c.transformTo=function(l,s){if(s=s||"",!l)return s;c.checkSupport(l);var p=c.getTypeOf(s);return y[p][l](s)},c.resolve=function(l){for(var s=l.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(l){return typeof l=="string"?"string":Object.prototype.toString.call(l)==="[object Array]"?"array":i.nodebuffer&&a.isBuffer(l)?"nodebuffer":i.uint8array&&l instanceof Uint8Array?"uint8array":i.arraybuffer&&l instanceof ArrayBuffer?"arraybuffer":void 0},c.checkSupport=function(l){if(!i[l.toLowerCase()])throw new Error(l+" is not supported by this platform")},c.MAX_VALUE_16BITS=65535,c.MAX_VALUE_32BITS=-1,c.pretty=function(l){var s,p,d="";for(p=0;p<(l||"").length;p++)d+="\\x"+((s=l.charCodeAt(p))<16?"0":"")+s.toString(16).toUpperCase();return d},c.delay=function(l,s,p){setImmediate(function(){l.apply(p||null,s||[])})},c.inherits=function(l,s){function p(){}p.prototype=s.prototype,l.prototype=new p},c.extend=function(){var l,s,p={};for(l=0;l<arguments.length;l++)for(s in arguments[l])Object.prototype.hasOwnProperty.call(arguments[l],s)&&p[s]===void 0&&(p[s]=arguments[l][s]);return p},c.prepareContent=function(l,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 '"+l+"'. 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"),f=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 h=this.reader.index;this.reader.setIndex(g);var y=this.reader.readString(4)===m;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 g=this.reader.readData(this.zipCommentLength),m=f.uint8array?"uint8array":"array",h=o.transformTo(m,g);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 g,m,h,y=this.zip64EndOfCentralSize-44;0<y;)g=this.reader.readInt(2),m=this.reader.readInt(4),h=this.reader.readData(m),this.zip64ExtensibleData[g]={id:g,length:m,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 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 h=this.centralDirOffset+this.centralDirSize;this.zip64&&(h+=20,h+=12+this.zip64EndOfCentralSize);var y=m-h;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"),f=t("./utf8"),b=t("./compressions"),g=t("./support");function m(h,y){this.options=h,this.loadOptions=y}m.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(h){var y,l;if(h.skip(22),this.fileNameLength=h.readInt(2),l=h.readInt(2),this.fileName=h.readData(this.fileNameLength),h.skip(l),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,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===o.MAX_VALUE_32BITS&&(this.uncompressedSize=h.readInt(8)),this.compressedSize===o.MAX_VALUE_32BITS&&(this.compressedSize=h.readInt(8)),this.localHeaderOffset===o.MAX_VALUE_32BITS&&(this.localHeaderOffset=h.readInt(8)),this.diskNumberStart===o.MAX_VALUE_32BITS&&(this.diskNumberStart=h.readInt(4))}},readExtraFields:function(h){var y,l,s,p=h.index+this.extraFieldsLength;for(this.extraFields||(this.extraFields={});h.index+4<p;)y=h.readInt(2),l=h.readInt(2),s=h.readData(l),this.extraFields[y]={id:y,length:l,value:s};h.setIndex(p)},handleUTF8:function(){var h=g.uint8array?"uint8array":"array";if(this.useUTF8())this.fileNameStr=f.utf8decode(this.fileName),this.fileCommentStr=f.utf8decode(this.fileComment);else{var y=this.findExtraFieldUnicodePath();if(y!==null)this.fileNameStr=y;else{var l=o.transformTo(h,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(l)}var s=this.findExtraFieldUnicodeComment();if(s!==null)this.fileCommentStr=s;else{var p=o.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:f.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:f.utf8decode(y.readData(h.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,l,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=l,this._dataBinary=s.binary,this.options={compression:s.compression,compressionOptions:s.compressionOptions}}var o=t("./stream/StreamHelper"),a=t("./stream/DataWorker"),u=t("./utf8"),f=t("./compressedObject"),b=t("./stream/GenericWorker");i.prototype={internalStream:function(y){var l=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"),l=this._decompressWorker();var d=!this._dataBinary;d&&!p&&(l=l.pipe(new u.Utf8EncodeWorker)),!d&&p&&(l=l.pipe(new u.Utf8DecodeWorker))}catch(D){(l=new b("error")).error(D)}return new o(l,s,"")},async:function(y,l){return this.internalStream(y).accumulate(l)},nodeStream:function(y,l){return this.internalStream(y||"nodebuffer").toNodejsStream(l)},_compressWorker:function(y,l){if(this._data instanceof f&&this._data.compression.magic===y.magic)return this._data.getCompressedWorker();var s=this._decompressWorker();return this._dataBinary||(s=s.pipe(new u.Utf8EncodeWorker)),f.createWorkerFrom(s,y,l)},_decompressWorker:function(){return this._data instanceof f?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.")},h=0;h<g.length;h++)i.prototype[g[h]]=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 f=0,b=new u(y),g=i.document.createTextNode("");b.observe(g,{characterData:!0}),o=function(){g.data=f=++f%2}}else if(i.setImmediate||i.MessageChannel===void 0)o="document"in i&&"onreadystatechange"in i.document.createElement("script")?function(){var l=i.document.createElement("script");l.onreadystatechange=function(){y(),l.onreadystatechange=null,l.parentNode.removeChild(l),l=null},i.document.documentElement.appendChild(l)}:function(){setTimeout(y,0)};else{var m=new i.MessageChannel;m.port1.onmessage=y,o=function(){m.port2.postMessage(0)}}var h=[];function y(){var l,s;a=!0;for(var p=h.length;p;){for(s=h,h=[],l=-1;++l<p;)s[l]();p=h.length}a=!1}r.exports=function(l){h.push(l)!==1||a||o()}}).call(this,typeof nn.commonjsGlobal<"u"?nn.commonjsGlobal:typeof self<"u"?self:typeof window<"u"?window:{})},{}],37:[function(t,r,c){var i=t("immediate");function o(){}var a={},u=["REJECTED"],f=["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&&l(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 h(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 l(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===f||typeof d!="function"&&this.state===u)return this;var D=new this.constructor(o);return this.state!==b?h(D,this.state===f?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){h(this.promise,this.onFulfilled,p)},m.prototype.callRejected=function(p){a.reject(this.promise,p)},m.prototype.otherCallRejected=function(p){h(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)l(p,w);else{p.state=f,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"),f=t("./zlib/zstream"),b=Object.prototype.toString,g=0,m=-1,h=0,y=8;function l(p){if(!(this instanceof l))return new l(p);this.options=o.assign({level:m,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 f,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 l(d);if(D.push(p,!0),D.err)throw D.msg||u[D.err];return D.result}l.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))},l.prototype.onData=function(p){this.chunks.push(p)},l.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=l,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"),f=t("./zlib/messages"),b=t("./zlib/zstream"),g=t("./zlib/gzheader"),m=Object.prototype.toString;function h(l){if(!(this instanceof h))return new h(l);this.options=o.assign({chunkSize:16384,windowBits:0,to:""},l||{});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)||l&&l.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(f[p]);this.header=new g,i.inflateGetHeader(this.strm,this.header)}function y(l,s){var p=new h(s);if(p.push(l,!0),p.err)throw p.msg||f[p.err];return p.result}h.prototype.push=function(l,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 l=="string"?E.input=a.binstring2buf(l):m.call(l)==="[object ArrayBuffer]"?E.input=new Uint8Array(l):E.input=l,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))},h.prototype.onData=function(l){this.chunks.push(l)},h.prototype.onEnd=function(l){l===u.Z_OK&&(this.options.to==="string"?this.result=this.chunks.join(""):this.result=o.flattenChunks(this.chunks)),this.chunks=[],this.err=l,this.msg=this.strm.msg},c.Inflate=h,c.inflate=y,c.inflateRaw=function(l,s){return(s=s||{}).raw=!0,y(l,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 f=Array.prototype.slice.call(arguments,1);f.length;){var b=f.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,f){return u.length===f?u:u.subarray?u.subarray(0,f):(u.length=f,u)};var o={arraySet:function(u,f,b,g,m){if(f.subarray&&u.subarray)u.set(f.subarray(b,b+g),m);else for(var h=0;h<g;h++)u[m+h]=f[b+h]},flattenChunks:function(u){var f,b,g,m,h,y;for(f=g=0,b=u.length;f<b;f++)g+=u[f].length;for(y=new Uint8Array(g),f=m=0,b=u.length;f<b;f++)h=u[f],y.set(h,m),m+=h.length;return y}},a={arraySet:function(u,f,b,g,m){for(var h=0;h<g;h++)u[m+h]=f[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,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),f=0;f<256;f++)u[f]=252<=f?6:248<=f?5:240<=f?4:224<=f?3:192<=f?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 h="",y=0;y<m;y++)h+=String.fromCharCode(g[y]);return h}u[254]=u[254]=1,c.string2buf=function(g){var m,h,y,l,s,p=g.length,d=0;for(l=0;l<p;l++)(64512&(h=g.charCodeAt(l)))==55296&&l+1<p&&(64512&(y=g.charCodeAt(l+1)))==56320&&(h=65536+(h-55296<<10)+(y-56320),l++),d+=h<128?1:h<2048?2:h<65536?3:4;for(m=new i.Buf8(d),l=s=0;s<d;l++)(64512&(h=g.charCodeAt(l)))==55296&&l+1<p&&(64512&(y=g.charCodeAt(l+1)))==56320&&(h=65536+(h-55296<<10)+(y-56320),l++),h<128?m[s++]=h:(h<2048?m[s++]=192|h>>>6:(h<65536?m[s++]=224|h>>>12:(m[s++]=240|h>>>18,m[s++]=128|h>>>12&63),m[s++]=128|h>>>6&63),m[s++]=128|63&h);return m},c.buf2binstring=function(g){return b(g,g.length)},c.binstring2buf=function(g){for(var m=new i.Buf8(g.length),h=0,y=m.length;h<y;h++)m[h]=g.charCodeAt(h);return m},c.buf2string=function(g,m){var h,y,l,s,p=m||g.length,d=new Array(2*p);for(h=y=0;h<p;)if((l=g[h++])<128)d[y++]=l;else if(4<(s=u[l]))d[y++]=65533,h+=s-1;else{for(l&=s===2?31:s===3?15:7;1<s&&h<p;)l=l<<6|63&g[h++],s--;1<s?d[y++]=65533:l<65536?d[y++]=l:(l-=65536,d[y++]=55296|l>>10&1023,d[y++]=56320|1023&l)}return b(d,y)},c.utf8border=function(g,m){var h;for((m=m||g.length)>g.length&&(m=g.length),h=m-1;0<=h&&(192&g[h])==128;)h--;return h<0||h===0?m:h+u[g[h]]>m?h:m}},{"./common":41}],43:[function(t,r,c){r.exports=function(i,o,a,u){for(var f=65535&i|0,b=i>>>16&65535|0,g=0;a!==0;){for(a-=g=2e3<a?2e3:a;b=b+(f=f+o[u++]|0)|0,--g;);f%=65521,b%=65521}return f|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 f=0;f<8;f++)o=1&o?3988292384^o>>>1:o>>>1;a[u]=o}return a})();r.exports=function(o,a,u,f){var b=i,g=f+u;o^=-1;for(var m=f;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"),f=t("./crc32"),b=t("./messages"),g=0,m=4,h=0,y=-2,l=-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=f(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),h):G(v,y)}function Ue(v){var Z=ye(v);return Z===h&&(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 Fe(v,Z,X,O,B,V){if(!v)return y;var te=1;if(Z===l&&(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 Fe(v,Z,d,15,8,0)},c.deflateInit2=Fe,c.deflateReset=Ue,c.deflateResetKeep=ye,c.deflateSetHeader=function(v,Z){return v&&v.state?v.state.wrap!==2?y:(v.state.gzhead=Z,h):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=f(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=f(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=f(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=f(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=f(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=f(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=f(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,h}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),h;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,h}return Z!==m?h: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?h: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):h):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,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,o){var a,u,f,b,g,m,h,y,l,s,p,d,D,w,_,U,E,S,A,I,$,T,W,x,q;a=i.state,u=i.next_in,x=i.input,f=u+(i.avail_in-5),b=i.next_out,q=i.output,g=b-(o-i.avail_out),m=b+(i.avail_out-257),h=a.dmax,y=a.wsize,l=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)),h<($+=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(l<(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<f&&b<m);u-=I=D>>3,d&=(1<<(D-=I<<3))-1,i.next_in=u,i.next_out=b,i.avail_in=u<f?f-u+5:5-(u-f),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"),f=t("./inftrees"),b=1,g=2,m=0,h=-2,y=1,l=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(l),W.distcode=W.distdyn=new i.Buf32(s),W.sane=1,W.back=-1,m):h}function w(T){var W;return T&&T.state?((W=T.state).wsize=0,W.whave=0,W.wnext=0,D(T)):h}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)?h:(q.window!==null&&q.wbits!==W&&(q.window=null),q.wrap=x,q.wbits=W,w(T))):h}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):h}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(f(b,T.lens,0,288,E,0,T.work,{bits:9}),W=0;W<32;)T.lens[W++]=5;f(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,Fe,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 h;(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=f(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=f(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=f(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,Fe=me;pe=(B=x.lencode[Fe+((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,Fe=me;pe=(B=x.distcode[Fe+((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 h}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 h;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?h:((x.head=W).done=!1,m):h},c.inflateSetDictionary=function(T,W){var x,q=W.length;return T&&T.state?(x=T.state).wrap!==0&&x.mode!==11?h:x.mode===11&&o(1,W,q,0)!==x.check?-3:$(T,W,q,q)?(x.mode=31,-4):(x.havedict=1,m):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"),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],f=[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,h,y,l,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<h;W++)ae[g[m+W]]++;for(R=$,q=15;1<=q&&ae[q]===0;q--);if(q<R&&(R=q),q===0)return y[l++]=20971520,y[l++]=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<h;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=f,-1),T=x,U=l,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-l|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 f=0,b=29,g=256,m=g+1+b,h=30,y=19,l=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*h);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(h);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<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 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 Fe(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=l,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,Qe=ve.stat_desc.extra_base,F=ve.stat_desc.max_length,C=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<l;be++)F<(Y=ge[2*ge[2*(xe=fe.heap[be])+1]+1]+1)&&(Y=F,C++),ge[2*xe+1]=Y,_e<xe||(fe.bl_count[Y]++,oe=0,Qe<=xe&&(oe=Oe[xe-Qe]),le=ge[2*xe],fe.opt_len+=le*(Y+oe),Be&&(fe.static_len+=le*(Te[2*xe+1]+oe)));if(C!==0){do{for(Y=F-1;fe.bl_count[Y]===0;)Y--;fe.bl_count[Y]--,fe.bl_count[Y+1]+=2,fe.bl_count[F]--,C-=2}while(0<C);for(Y=F;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,(f<<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<h;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<h;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,h,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)),Fe(B,B.l_desc),Fe(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),Fe(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,f,b,g,m=1,h={},y=!1,l=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)}):l&&"onreadystatechange"in l.createElement("script")?(f=l.documentElement,function(w){var _=l.createElement("script");_.onreadystatechange=function(){d(w),_.onreadystatechange=null,f.removeChild(_),_=null},f.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[m]=E,u(m),m++},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(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 nn.commonjsGlobal<"u"?nn.commonjsGlobal:typeof self<"u"?self:typeof window<"u"?window:{})},{}]},{},[10])(10)})})(Jr)),Jr.exports}var bo;function ms(){if(bo)return Vn;bo=1;var e=Ld(),n=Md();Vn.openArrayBuffer=t,Vn.splitPath=r,Vn.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(h){if(m==="base64")return e.fromByteArray(h);if(m){var y=new TextDecoder(m);return y.decode(h)}else return h})}function f(g,m){o.file(g,m)}function b(){return o.generateAsync({type:"arraybuffer"})}return{exists:a,read:u,write:f,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 Vn}var pt={},sn={},On={},yo;function bs(){if(yo)return On;yo=1;var e=ke;On.Element=t,On.element=function(i,o,a){return new t(i,o,a)},On.text=function(i){return{type:"text",value:i}};var n=On.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 On}var ei={},gt={},Gn={},rn={},Un={},Do;function ar(){if(Do)return Un;Do=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 f=i[u];if(o.call(void 0,f,u,i))return f}}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 vo;function pa(){if(vo)return rn;vo=1;var e=ar(),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 o(F){if(!F)return[];var C=c(F);return Object.keys(C.reduce(i,{}))}function a(F){return function(C){return F&&F.indexOf(C)!==-1}}function u(F,C){for(var z in F)Object.prototype.hasOwnProperty.call(F,z)&&(C[z]=F[z])}function f(F,C){var z=F.prototype;if(!(z instanceof C)){let J=function(){};J.prototype=C.prototype,J=new J,u(z,J),F.prototype=z=J}z.constructor!=F&&(typeof F!="function"&&console.error("unknown Class:"+F),z.constructor=F)}var b={},g=b.ELEMENT_NODE=1,m=b.ATTRIBUTE_NODE=2,h=b.TEXT_NODE=3,y=b.CDATA_SECTION_NODE=4,l=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(F,C){if(C instanceof Error)var z=C;else z=this,Error.call(this,S[F]),this.message=S[F],Error.captureStackTrace&&Error.captureStackTrace(this,T);return z.code=F,C&&(this.message=this.message+": "+C),z}T.prototype=Error.prototype,u(E,T);function W(){}W.prototype={length:0,item:function(F){return F>=0&&F<this.length?this[F]:null},toString:function(F,C){for(var z=[],J=0;J<this.length;J++)Te(this[J],z,F,C);return z.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,q(this)}function q(F){var C=F._node._inc||F._node.ownerDocument._inc;if(F._inc!==C){var z=F._refresh(F._node);if(Qe(F,"length",z.length),!F.$$length||z.length<F.$$length)for(var J=z.length;J in F;J++)Object.prototype.hasOwnProperty.call(F,J)&&delete F[J];u(z,F),F._inc=C}}x.prototype.item=function(F){return q(this),this[F]||null},f(x,W);function R(){}function N(F,C){for(var z=F.length;z--;)if(F[z]===C)return z}function G(F,C,z,J){if(J?C[N(C,J)]=z:C[C.length++]=z,F){z.ownerElement=F;var ue=F.ownerDocument;ue&&(J&&ce(ue,F,J),ee(ue,F,z))}}function P(F,C,z){var J=N(C,z);if(J>=0){for(var ue=C.length-1;J<ue;)C[J]=C[++J];if(C.length=ue,F){var De=F.ownerDocument;De&&(ce(De,F,z),z.ownerElement=null)}}else throw new T(I,new Error(F.tagName+"@"+z))}R.prototype={length:0,item:W.prototype.item,getNamedItem:function(F){for(var C=this.length;C--;){var z=this[C];if(z.nodeName==F)return z}},setNamedItem:function(F){var C=F.ownerElement;if(C&&C!=this._ownerElement)throw new T($);var z=this.getNamedItem(F.nodeName);return G(this._ownerElement,this,F,z),z},setNamedItemNS:function(F){var C=F.ownerElement,z;if(C&&C!=this._ownerElement)throw new T($);return z=this.getNamedItemNS(F.namespaceURI,F.localName),G(this._ownerElement,this,F,z),z},removeNamedItem:function(F){var C=this.getNamedItem(F);return P(this._ownerElement,this,C),C},removeNamedItemNS:function(F,C){var z=this.getNamedItemNS(F,C);return P(this._ownerElement,this,z),z},getNamedItemNS:function(F,C){for(var z=this.length;z--;){var J=this[z];if(J.localName==C&&J.namespaceURI==F)return J}return null}};function Q(){}Q.prototype={hasFeature:function(F,C){return!0},createDocument:function(F,C,z){var J=new ae;if(J.implementation=this,J.childNodes=new W,J.doctype=z||null,z&&J.appendChild(z),C){var ue=J.createElementNS(F,C);J.appendChild(ue)}return J},createDocumentType:function(F,C,z){var J=new fe;return J.name=F,J.nodeName=F,J.publicId=C||"",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(F,C){return V(this,F,C)},replaceChild:function(F,C){V(this,F,C,B),C&&this.removeChild(C)},removeChild:function(F){return de(this,F)},appendChild:function(F){return this.insertBefore(F,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(F){return Oe(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 z=C._nsMap;if(z){for(var J in z)if(Object.prototype.hasOwnProperty.call(z,J)&&z[J]===F)return J}C=C.nodeType==m?C.ownerDocument:C.parentNode}return null},lookupNamespaceURI:function(F){for(var C=this;C;){var z=C._nsMap;if(z&&Object.prototype.hasOwnProperty.call(z,F))return z[F];C=C.nodeType==m?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 ee(F,C,z){F&&F._inc++;var J=z.namespaceURI;J===t.XMLNS&&(C._nsMap[z.prefix?z.localName:""]=z.value)}function ce(F,C,z,J){F&&F._inc++;var ue=z.namespaceURI;ue===t.XMLNS&&delete C._nsMap[z.prefix?z.localName:""]}function he(F,C,z){if(F&&F._inc){F._inc++;var J=C.childNodes;if(z)J[J.length++]=z;else{for(var ue=C.firstChild,De=0;ue;)J[De++]=ue,ue=ue.nextSibling;J.length=De,delete J[J.length]}}}function de(F,C){var z=C.previousSibling,J=C.nextSibling;return z?z.nextSibling=J:F.firstChild=J,J?J.previousSibling=z:F.lastChild=z,C.parentNode=null,C.previousSibling=null,C.nextSibling=null,he(F.ownerDocument,F),C}function pe(F){return F&&(F.nodeType===L.DOCUMENT_NODE||F.nodeType===L.DOCUMENT_FRAGMENT_NODE||F.nodeType===L.ELEMENT_NODE)}function me(F){return F&&(Ue(F)||Fe(F)||ye(F)||F.nodeType===L.DOCUMENT_FRAGMENT_NODE||F.nodeType===L.COMMENT_NODE||F.nodeType===L.PROCESSING_INSTRUCTION_NODE)}function ye(F){return F&&F.nodeType===L.DOCUMENT_TYPE_NODE}function Ue(F){return F&&F.nodeType===L.ELEMENT_NODE}function Fe(F){return F&&F.nodeType===L.TEXT_NODE}function v(F,C){var z=F.childNodes||[];if(n(z,Ue)||ye(C))return!1;var J=n(z,ye);return!(C&&J&&z.indexOf(J)>z.indexOf(C))}function Z(F,C){var z=F.childNodes||[];function J(De){return Ue(De)&&De!==C}if(n(z,J))return!1;var ue=n(z,ye);return!(C&&ue&&z.indexOf(ue)>z.indexOf(C))}function X(F,C,z){if(!pe(F))throw new T(A,"Unexpected parent node type "+F.nodeType);if(z&&z.parentNode!==F)throw new T(I,"child not in parent");if(!me(C)||ye(C)&&F.nodeType!==L.DOCUMENT_NODE)throw new T(A,"Unexpected node type "+C.nodeType+" for parent node type "+F.nodeType)}function O(F,C,z){var J=F.childNodes||[],ue=C.childNodes||[];if(C.nodeType===L.DOCUMENT_FRAGMENT_NODE){var De=ue.filter(Ue);if(De.length>1||n(ue,Fe))throw new T(A,"More than one element or text in fragment");if(De.length===1&&!v(F,z))throw new T(A,"Element in fragment can not be inserted before doctype")}if(Ue(C)&&!v(F,z))throw new T(A,"Only one element can be added and only after doctype");if(ye(C)){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(F,C,z){var J=F.childNodes||[],ue=C.childNodes||[];if(C.nodeType===L.DOCUMENT_FRAGMENT_NODE){var De=ue.filter(Ue);if(De.length>1||n(ue,Fe))throw new T(A,"More than one element or text in fragment");if(De.length===1&&!Z(F,z))throw new T(A,"Element in fragment can not be inserted before doctype")}if(Ue(C)&&!Z(F,z))throw new T(A,"Only one element can be added and only after doctype");if(ye(C)){if(n(J,function(Ze){return ye(Ze)&&Ze!==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(F,C,z,J){X(F,C,z),F.nodeType===L.DOCUMENT_NODE&&(J||O)(F,C,z);var ue=C.parentNode;if(ue&&ue.removeChild(C),C.nodeType===_){var De=C.firstChild;if(De==null)return C;var Se=C.lastChild}else De=Se=C;var qe=z?z.previousSibling:F.lastChild;De.previousSibling=qe,Se.nextSibling=z,qe?qe.nextSibling=De:F.firstChild=De,z==null?F.lastChild=Se:z.previousSibling=Se;do{De.parentNode=F;var Ze=F.ownerDocument||F;te(De,Ze)}while(De!==Se&&(De=De.nextSibling));return he(F.ownerDocument||F,F),C.nodeType==_&&(C.firstChild=C.lastChild=null),C}function te(F,C){if(F.ownerDocument!==C){if(F.ownerDocument=C,F.nodeType===g&&F.attributes)for(var z=0;z<F.attributes.length;z++){var J=F.attributes.item(z);J&&(J.ownerDocument=C)}for(var ue=F.firstChild;ue;)te(ue,C),ue=ue.nextSibling}}function ie(F,C){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,he(F.ownerDocument,F,C);var z=F.ownerDocument||F;return te(C,z),C}ae.prototype={nodeName:"#document",nodeType:D,doctype:null,documentElement:null,_inc:1,insertBefore:function(F,C){if(F.nodeType==_){for(var z=F.firstChild;z;){var J=z.nextSibling;this.insertBefore(z,C),z=J}return F}return V(this,F,C),te(F,this),this.documentElement===null&&F.nodeType===g&&(this.documentElement=F),F},removeChild:function(F){return this.documentElement==F&&(this.documentElement=null),de(this,F)},replaceChild:function(F,C){V(this,F,C,B),te(F,this),C&&this.removeChild(C),Ue(F)&&(this.documentElement=F)},importNode:function(F,C){return Be(this,F,C)},getElementById:function(F){var C=null;return re(this.documentElement,function(z){if(z.nodeType==g&&z.getAttribute("id")==F)return C=z,!0}),C},getElementsByClassName:function(F){var C=o(F);return new x(this,function(z){var J=[];return C.length>0&&re(z.documentElement,function(ue){if(ue!==z&&ue.nodeType===g){var De=ue.getAttribute("class");if(De){var Se=F===De;if(!Se){var qe=o(De);Se=C.every(a(qe))}Se&&J.push(ue)}}}),J})},createElement:function(F){var C=new H;C.ownerDocument=this,C.nodeName=F,C.tagName=F,C.localName=F,C.childNodes=new W;var z=C.attributes=new R;return z._ownerElement=C,C},createDocumentFragment:function(){var F=new we;return F.ownerDocument=this,F.childNodes=new W,F},createTextNode:function(F){var C=new K;return C.ownerDocument=this,C.appendData(F),C},createComment:function(F){var C=new ne;return C.ownerDocument=this,C.appendData(F),C},createCDATASection:function(F){var C=new se;return C.ownerDocument=this,C.appendData(F),C},createProcessingInstruction:function(F,C){var z=new Y;return z.ownerDocument=this,z.tagName=z.nodeName=z.target=F,z.nodeValue=z.data=C,z},createAttribute:function(F){var C=new M;return C.ownerDocument=this,C.name=F,C.nodeName=F,C.localName=F,C.specified=!0,C},createEntityReference:function(F){var C=new xe;return C.ownerDocument=this,C.nodeName=F,C},createElementNS:function(F,C){var z=new H,J=C.split(":"),ue=z.attributes=new R;return z.childNodes=new W,z.ownerDocument=this,z.nodeName=C,z.tagName=C,z.namespaceURI=F,J.length==2?(z.prefix=J[0],z.localName=J[1]):z.localName=C,ue._ownerElement=z,z},createAttributeNS:function(F,C){var z=new M,J=C.split(":");return z.ownerDocument=this,z.nodeName=C,z.name=C,z.namespaceURI=F,z.specified=!0,J.length==2?(z.prefix=J[0],z.localName=J[1]):z.localName=C,z}},f(ae,L);function H(){this._nsMap={}}H.prototype={nodeType:g,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 z=this.ownerDocument.createAttribute(F);z.value=z.nodeValue=""+C,this.setAttributeNode(z)},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 z=this.getAttributeNodeNS(F,C);z&&this.removeAttributeNode(z)},hasAttributeNS:function(F,C){return this.getAttributeNodeNS(F,C)!=null},getAttributeNS:function(F,C){var z=this.getAttributeNodeNS(F,C);return z&&z.value||""},setAttributeNS:function(F,C,z){var J=this.ownerDocument.createAttributeNS(F,C);J.value=J.nodeValue=""+z,this.setAttributeNode(J)},getAttributeNodeNS:function(F,C){return this.attributes.getNamedItemNS(F,C)},getElementsByTagName:function(F){return new x(this,function(C){var z=[];return re(C,function(J){J!==C&&J.nodeType==g&&(F==="*"||J.tagName==F)&&z.push(J)}),z})},getElementsByTagNameNS:function(F,C){return new x(this,function(z){var J=[];return re(z,function(ue){ue!==z&&ue.nodeType===g&&(F==="*"||ue.namespaceURI===F)&&(C==="*"||ue.localName==C)&&J.push(ue)}),J})}},ae.prototype.getElementsByTagName=H.prototype.getElementsByTagName,ae.prototype.getElementsByTagNameNS=H.prototype.getElementsByTagNameNS,f(H,L);function M(){}M.prototype.nodeType=m,f(M,L);function j(){}j.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,z){var J=this.data.substring(0,F),ue=this.data.substring(F+C);z=J+z+ue,this.nodeValue=this.data=z,this.length=z.length}},f(j,L);function K(){}K.prototype={nodeName:"#text",nodeType:h,splitText:function(F){var C=this.data,z=C.substring(F);C=C.substring(0,F),this.data=this.nodeValue=C,this.length=C.length;var J=this.ownerDocument.createTextNode(z);return this.parentNode&&this.parentNode.insertBefore(J,this.nextSibling),J}},f(K,j);function ne(){}ne.prototype={nodeName:"#comment",nodeType:d},f(ne,j);function se(){}se.prototype={nodeName:"#cdata-section",nodeType:y},f(se,j);function fe(){}fe.prototype.nodeType=w,f(fe,L);function ve(){}ve.prototype.nodeType=U,f(ve,L);function be(){}be.prototype.nodeType=s,f(be,L);function xe(){}xe.prototype.nodeType=l,f(xe,L);function we(){}we.prototype.nodeName="#document-fragment",we.prototype.nodeType=_,f(we,L);function Y(){}Y.prototype.nodeType=p,f(Y,L);function oe(){}oe.prototype.serializeToString=function(F,C,z){return le.call(F,C,z)},L.prototype.toString=le;function le(F,C){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,F,C,Se),z.join("")}function ge(F,C,z){var J=F.prefix||"",ue=F.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(F,C,z){F.push(" ",C,'="',z.replace(/[<>&"\t\n\r]/g,k),'"')}function Te(F,C,z,J,ue){if(ue||(ue=[]),J)if(F=J(F),F){if(typeof F=="string"){C.push(F);return}}else return;switch(F.nodeType){case g:var De=F.attributes,Se=De.length,Ne=F.firstChild,qe=F.tagName;z=t.isHTML(F.namespaceURI)||z;var Ze=qe;if(!z&&!F.prefix&&F.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===F.namespaceURI){un=vn.namespace;break}}if(un!==F.namespaceURI)for(var Dn=ue.length-1;Dn>=0;Dn--){var vn=ue[Dn];if(vn.namespace===F.namespaceURI){vn.prefix&&(Ze=vn.prefix+":"+qe);break}}}C.push("<",Ze);for(var xn=0;xn<Se;xn++){var Je=De.item(xn);Je.prefix=="xmlns"?ue.push({prefix:Je.localName,namespace:Je.value}):Je.nodeName=="xmlns"&&ue.push({prefix:"",namespace:Je.value})}for(var xn=0;xn<Se;xn++){var Je=De.item(xn);if(ge(Je,z,ue)){var _n=Je.prefix||"",jn=Je.namespaceURI;_e(C,_n?"xmlns:"+_n:"xmlns",jn),ue.push({prefix:_n,namespace:jn})}Te(Je,C,z,J,ue)}if(qe===Ze&&ge(F,z,ue)){var _n=F.prefix||"",jn=F.namespaceURI;_e(C,_n?"xmlns:"+_n:"xmlns",jn),ue.push({prefix:_n,namespace:jn})}if(Ne||z&&!/^(?:meta|link|img|br|hr|input)$/i.test(qe)){if(C.push(">"),z&&/^script$/i.test(qe))for(;Ne;)Ne.data?C.push(Ne.data):Te(Ne,C,z,J,ue.slice()),Ne=Ne.nextSibling;else for(;Ne;)Te(Ne,C,z,J,ue.slice()),Ne=Ne.nextSibling;C.push("</",Ze,">")}else C.push("/>");return;case D:case _:for(var Ne=F.firstChild;Ne;)Te(Ne,C,z,J,ue.slice()),Ne=Ne.nextSibling;return;case m:return _e(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 Da=F.publicId,kn=F.systemId;if(C.push("<!DOCTYPE ",F.name),Da)C.push(" PUBLIC ",Da),kn&&kn!="."&&C.push(" ",kn),C.push(">");else if(kn&&kn!=".")C.push(" SYSTEM ",kn,">");else{var va=F.internalSubset;va&&C.push(" [",va,"]"),C.push(">")}return;case p:return C.push("<?",F.target," ",F.data,"?>");case l:return C.push("&",F.nodeName,";");default:C.push("??",F.nodeName)}}function Be(F,C,z){var J;switch(C.nodeType){case g:J=C.cloneNode(!1),J.ownerDocument=F;case _:break;case m:z=!0;break}if(J||(J=C.cloneNode(!1)),J.ownerDocument=F,J.parentNode=null,z)for(var ue=C.firstChild;ue;)J.appendChild(Be(F,ue,z)),ue=ue.nextSibling;return J}function Oe(F,C,z){var J=new C.constructor;for(var ue in C)if(Object.prototype.hasOwnProperty.call(C,ue)){var De=C[ue];typeof De!="object"&&De!=J[ue]&&(J[ue]=De)}switch(C.childNodes&&(J.childNodes=new W),J.ownerDocument=F,J.nodeType){case g:var Se=C.attributes,qe=J.attributes=new R,Ze=Se.length;qe._ownerElement=J;for(var un=0;un<Ze;un++)J.setAttributeNode(Oe(F,Se.item(un),!0));break;case m:z=!0}if(z)for(var tn=C.firstChild;tn;)J.appendChild(Oe(F,tn,z)),tn=tn.nextSibling;return J}function Qe(F,C,z){F[C]=z}try{if(Object.defineProperty){let F=function(C){switch(C.nodeType){case g:case _:var z=[];for(C=C.firstChild;C;)C.nodeType!==7&&C.nodeType!==8&&z.push(F(C)),C=C.nextSibling;return z.join("");default:return C.nodeValue}};Object.defineProperty(x.prototype,"length",{get:function(){return q(this),this.$$length}}),Object.defineProperty(L.prototype,"textContent",{get:function(){return F(this)},set:function(C){switch(this.nodeType){case g: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}}}),Qe=function(C,z,J){C["$$"+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 Zn={},ni={},xo;function qd(){return xo||(xo=1,(function(e){var n=ar().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})(ni)),ni}var mt={},_o;function Pd(){if(_o)return mt;_o=1;var e=ar().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,f=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 h(){}h.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 Fe in me)Object.prototype.hasOwnProperty.call(me,Fe)&&T.endPrefixMapping(Fe);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=l(L,{}),V=0;V<O;V++){var te=v[V];N(te.offset),te.locator=l(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 l(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=f;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=f;else throw new Error('attribute value must after "="');break;case"/":switch(P){case c:$.setTagName(A.slice(I,G));case f: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 f: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 f: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 f: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 mt.XMLReader=h,mt.ParseError=m,mt}var Uo;function zd(){if(Uo)return Zn;Uo=1;var e=ar(),n=pa(),t=qd(),r=Pd(),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){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=(
|
|
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
|
|
205
|
+
`)}function f(s){this.options=s||{locator:{}}}f.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+h(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;l(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),l(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),l(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),l(this,w),this.doc.doctype=w}},warning:function(s){console.warn("[xmldom warning] "+s,h(this.locator))},error:function(s){console.error("[xmldom error] "+s,h(this.locator))},fatalError:function(s){throw new o(s,this.locator)}};function h(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 l(s,p){s.currentElement?s.currentElement.appendChild(p):s.doc.appendChild(p)}return Zn.__DOMHandler=g,Zn.normalizeLineEndings=u,Zn.DOMParser=f,Zn}var To;function jd(){if(To)return Gn;To=1;var e=pa();return Gn.DOMImplementation=e.DOMImplementation,Gn.XMLSerializer=e.XMLSerializer,Gn.DOMParser=zd().DOMParser,Gn}var wo;function Xd(){if(wo)return gt;wo=1;var e=jd(),n=pa();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 gt.parseFromString=t,gt.Node=n.Node,gt}var Eo;function Vd(){if(Eo)return ei;Eo=1;var e=bn(),n=ke,t=Xd(),r=bs(),c=r.Element;ei.readString=o;var i=t.Node;function o(a,u){u=u||{};try{var f=t.parseFromString(a,"text/xml")}catch(h){return e.reject(h)}if(f.documentElement.tagName==="parsererror")return e.resolve(new Error(f.documentElement.textContent));function b(h){switch(h.nodeType){case i.ELEMENT_NODE:return g(h);case i.TEXT_NODE:return r.text(h.nodeValue)}}function g(h){var y=m(h),l=[];n.forEach(h.childNodes,function(p){var d=b(p);d&&l.push(d)});var s={};return n.forEach(h.attributes,function(p){s[m(p)]=p.value}),new c(y,s,l)}function m(h){if(h.namespaceURI){var y=u[h.namespaceURI],l;return y?l=y+":":l="{"+h.namespaceURI+"}",l+h.localName}else return h.localName}return e.resolve(b(f.documentElement))}return ei}var ti={},Tn={},en={},Ao;function yn(){return Ao||(Ao=1,(function(){var e,n,t,r,c,i,o,a=[].slice,u={}.hasOwnProperty;e=function(){var f,b,g,m,h,y;if(y=arguments[0],h=2<=arguments.length?a.call(arguments,1):[],c(Object.assign))Object.assign.apply(null,arguments);else for(f=0,g=h.length;f<g;f++)if(m=h[f],m!=null)for(b in m)u.call(m,b)&&(y[b]=m[b]);return y},c=function(f){return!!f&&Object.prototype.toString.call(f)==="[object Function]"},i=function(f){var b;return!!f&&((b=typeof f)=="function"||b==="object")},t=function(f){return c(Array.isArray)?Array.isArray(f):Object.prototype.toString.call(f)==="[object Array]"},r=function(f){var b;if(t(f))return!f.length;for(b in f)if(u.call(f,b))return!1;return!0},o=function(f){var b,g;return i(f)&&(g=Object.getPrototypeOf(f))&&(b=g.constructor)&&typeof b=="function"&&b instanceof b&&Function.prototype.toString.call(b)===Function.prototype.toString.call(Object)},n=function(f){return c(f.valueOf)?f.valueOf():f},en.assign=e,en.isFunction=c,en.isObject=i,en.isArray=t,en.isEmpty=r,en.isPlainObject=o,en.getValue=n}).call(en)),en}var Ut={exports:{}},Tt={exports:{}},wt={exports:{}},Et={exports:{}},Hd=Et.exports,Fo;function ys(){return Fo||(Fo=1,(function(){Et.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(Hd)),Et.exports}var Gd=wt.exports,Co;function or(){return Co||(Co=1,(function(){var e,n,t,r,c,i,o=function(u,f){for(var b in f)a.call(f,b)&&(u[b]=f[b]);function g(){this.constructor=u}return g.prototype=f.prototype,u.prototype=new g,u.__super__=f.prototype,u},a={}.hasOwnProperty;i=yn(),c=i.isObject,r=i.isFunction,t=i.getValue,n=je(),e=ys(),wt.exports=(function(u){o(f,u);function f(b,g,m){if(f.__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 f.prototype.clone=function(){var b,g,m,h;m=Object.create(this),m.isRoot&&(m.documentObject=null),m.attributes={},h=this.attributes;for(g in h)a.call(h,g)&&(b=h[g],m.attributes[g]=b.clone());return m.children=[],this.children.forEach(function(y){var l;return l=y.clone(),l.parent=m,m.children.push(l)}),m},f.prototype.attribute=function(b,g){var m,h;if(b!=null&&(b=t(b)),c(b))for(m in b)a.call(b,m)&&(h=b[m],this.attribute(m,h));else r(g)&&(g=g.apply()),(!this.options.skipNullAttributes||g!=null)&&(this.attributes[b]=new e(this,b,g));return this},f.prototype.removeAttribute=function(b){var g,m,h;if(b==null)throw new Error("Missing attribute name. "+this.debugInfo());if(b=t(b),Array.isArray(b))for(m=0,h=b.length;m<h;m++)g=b[m],delete this.attributes[g];else delete this.attributes[b];return this},f.prototype.toString=function(b){return this.options.writer.set(b).element(this)},f.prototype.att=function(b,g){return this.attribute(b,g)},f.prototype.a=function(b,g){return this.attribute(b,g)},f})(n)}).call(Gd)),wt.exports}var At={exports:{}},Zd=At.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 o(){this.constructor=r}return o.prototype=c.prototype,r.prototype=new o,r.__super__=c.prototype,r},t={}.hasOwnProperty;e=je(),At.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(Zd)),At.exports}var Ft={exports:{}},Yd=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){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(Yd)),Ft.exports}var Ct={exports:{}},$d=Ct.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(),Ct.exports=(function(c){t(i,c);function i(o,a,u,f){var b;i.__super__.constructor.call(this,o),n(a)&&(b=a,a=b.version,u=b.encoding,f=b.standalone),a||(a="1.0"),this.version=this.stringify.xmlVersion(a),u!=null&&(this.encoding=this.stringify.xmlEncoding(u)),f!=null&&(this.standalone=this.stringify.xmlStandalone(f))}return i.prototype.toString=function(o){return this.options.writer.set(o).declaration(this)},i})(e)}).call($d)),Ct.exports}var St={exports:{}},Bt={exports:{}},Kd=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,u,f,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(!f)throw new Error("Missing DTD attribute default. "+this.debugInfo(o));if(f.indexOf("#")!==0&&(f="#"+f),!f.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw new Error("Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. "+this.debugInfo(o));if(b&&!f.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=f}return c.prototype.toString=function(i){return this.options.writer.set(i).dtdAttList(this)},c})(e)}).call(Kd)),Bt.exports}var kt={exports:{}},Qd=kt.exports,Ro;function lr(){return Ro||(Ro=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(),kt.exports=(function(c){t(i,c);function i(o,a,u,f){if(i.__super__.constructor.call(this,o),u==null)throw new Error("Missing DTD entity name. "+this.debugInfo(u));if(f==null)throw new Error("Missing DTD entity value. "+this.debugInfo(u));if(this.pe=!!a,this.name=this.stringify.eleName(u),!n(f))this.value=this.stringify.dtdEntityValue(f);else{if(!f.pubID&&!f.sysID)throw new Error("Public and/or system identifiers are required for an external entity. "+this.debugInfo(u));if(f.pubID&&!f.sysID)throw new Error("System identifier is required for a public external entity. "+this.debugInfo(u));if(f.pubID!=null&&(this.pubID=this.stringify.dtdPubID(f.pubID)),f.sysID!=null&&(this.sysID=this.stringify.dtdSysID(f.sysID)),f.nData!=null&&(this.nData=this.stringify.dtdNData(f.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(Qd)),kt.exports}var Wt={exports:{}},Jd=Wt.exports,Oo;function fr(){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 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,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(Jd)),Wt.exports}var Rt={exports:{}},el=Rt.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(),Rt.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(el)),Rt.exports}var nl=St.exports,Io;function pr(){return Io||(Io=1,(function(){var e,n,t,r,c,i,o=function(u,f){for(var b in f)a.call(f,b)&&(u[b]=f[b]);function g(){this.constructor=u}return g.prototype=f.prototype,u.prototype=new g,u.__super__=f.prototype,u},a={}.hasOwnProperty;i=yn().isObject,c=je(),e=dr(),t=lr(),n=fr(),r=hr(),St.exports=(function(u){o(f,u);function f(b,g,m){var h,y;f.__super__.constructor.call(this,b),this.name="!DOCTYPE",this.documentObject=b,i(g)&&(h=g,g=h.pubID,m=h.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 f.prototype.element=function(b,g){var m;return m=new n(this,b,g),this.children.push(m),this},f.prototype.attList=function(b,g,m,h,y){var l;return l=new e(this,b,g,m,h,y),this.children.push(l),this},f.prototype.entity=function(b,g){var m;return m=new t(this,!1,b,g),this.children.push(m),this},f.prototype.pEntity=function(b,g){var m;return m=new t(this,!0,b,g),this.children.push(m),this},f.prototype.notation=function(b,g){var m;return m=new r(this,b,g),this.children.push(m),this},f.prototype.toString=function(b){return this.options.writer.set(b).docType(this)},f.prototype.ele=function(b,g){return this.element(b,g)},f.prototype.att=function(b,g,m,h,y){return this.attList(b,g,m,h,y)},f.prototype.ent=function(b,g){return this.entity(b,g)},f.prototype.pent=function(b,g){return this.pEntity(b,g)},f.prototype.not=function(b,g){return this.notation(b,g)},f.prototype.up=function(){return this.root()||this.documentObject},f})(c)}).call(nl)),St.exports}var Ot={exports:{}},tl=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){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(tl)),Ot.exports}var Nt={exports:{}},rl=Nt.exports,Mo;function mr(){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,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(rl)),Nt.exports}var It={exports:{}},il=It.exports,qo;function br(){return qo||(qo=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(),It.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(il)),It.exports}var Lt={exports:{}},al=Lt.exports,Po;function ga(){return Po||(Po=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(),Lt.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(al)),Lt.exports}var ol=Tt.exports,zo;function je(){return zo||(zo=1,(function(){var e,n,t,r,c,i,o,a,u,f,b,g,m,h,y={}.hasOwnProperty;h=yn(),m=h.isObject,g=h.isFunction,b=h.isEmpty,f=h.getValue,i=null,e=null,n=null,t=null,r=null,a=null,u=null,o=null,c=null,Tt.exports=(function(){function l(s){this.parent=s,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],i||(i=or(),e=cr(),n=ur(),t=sr(),r=pr(),a=gr(),u=mr(),o=br(),c=ga())}return l.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=f(p),m(p)||(T=[p,d],d=T[0],p=T[1]),s!=null&&(s=f(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},l.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},l.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},l.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},l.prototype.node=function(s,p,d){var D,w;return s!=null&&(s=f(s)),p||(p={}),p=f(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},l.prototype.text=function(s){var p;return p=new u(this,s),this.children.push(p),this},l.prototype.cdata=function(s){var p;return p=new e(this,s),this.children.push(p),this},l.prototype.comment=function(s){var p;return p=new n(this,s),this.children.push(p),this},l.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},l.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},l.prototype.raw=function(s){var p;return p=new a(this,s),this.children.push(p),this},l.prototype.dummy=function(){var s;return s=new c(this),this.children.push(s),s},l.prototype.instruction=function(s,p){var d,D,w,_,U;if(s!=null&&(s=f(s)),p!=null&&(p=f(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},l.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},l.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},l.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},l.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},l.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},l.prototype.root=function(){var s;for(s=this;s;){if(s.isDocument)return s.rootObject;if(s.isRoot)return s;s=s.parent}},l.prototype.document=function(){var s;for(s=this;s;){if(s.isDocument)return s;s=s.parent}},l.prototype.end=function(s){return this.document().end(s)},l.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]},l.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]},l.prototype.importDocument=function(s){var p;return p=s.root().clone(),p.parent=this,p.isRoot=!1,this.children.push(p),this},l.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+">"},l.prototype.ele=function(s,p,d){return this.element(s,p,d)},l.prototype.nod=function(s,p,d){return this.node(s,p,d)},l.prototype.txt=function(s){return this.text(s)},l.prototype.dat=function(s){return this.cdata(s)},l.prototype.com=function(s){return this.comment(s)},l.prototype.ins=function(s,p){return this.instruction(s,p)},l.prototype.doc=function(){return this.document()},l.prototype.dec=function(s,p,d){return this.declaration(s,p,d)},l.prototype.dtd=function(s,p){return this.doctype(s,p)},l.prototype.e=function(s,p,d){return this.element(s,p,d)},l.prototype.n=function(s,p,d){return this.node(s,p,d)},l.prototype.t=function(s){return this.text(s)},l.prototype.d=function(s){return this.cdata(s)},l.prototype.c=function(s){return this.comment(s)},l.prototype.r=function(s){return this.raw(s)},l.prototype.i=function(s,p){return this.instruction(s,p)},l.prototype.u=function(){return this.up()},l.prototype.importXMLBuilder=function(s){return this.importDocument(s)},l})()}).call(ol)),Tt.exports}var Mt={exports:{}},cl=Mt.exports,jo;function Ds(){return jo||(jo=1,(function(){var e=function(t,r){return function(){return t.apply(r,arguments)}},n={}.hasOwnProperty;Mt.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(cl)),Mt.exports}var qt={exports:{}},Pt={exports:{}},ul=Pt.exports,Xo;function vs(){return Xo||(Xo=1,(function(){var e={}.hasOwnProperty;Pt.exports=(function(){function n(t){var r,c,i,o,a,u,f,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=(f=t.spacebeforeslash)!=null?f:"",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(ul)),Pt.exports}var sl=qt.exports,Vo;function ma(){return Vo||(Vo=1,(function(){var e,n,t,r,c,i,o,a,u,f,b,g,m,h,y=function(s,p){for(var d in p)l.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},l={}.hasOwnProperty;o=sr(),a=pr(),e=cr(),n=ur(),f=or(),g=gr(),m=mr(),b=br(),u=ga(),t=dr(),r=fr(),c=lr(),i=hr(),h=vs(),qt.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)l.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 f):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 f){U=this.space(D)+"<"+d.name,E=d.attributes;for(_ in E)l.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 f):return this.space(D)+"</"+d.name+">"+this.newline;case!(d instanceof a):return this.space(D)+"]>"+this.newline}},p})(h)}).call(sl)),qt.exports}var dl=Ut.exports,Ho;function ll(){return Ho||(Ho=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 f(){this.constructor=o}return f.prototype=a.prototype,o.prototype=new f,o.__super__=a.prototype,o},i={}.hasOwnProperty;r=yn().isPlainObject,e=je(),t=Ds(),n=ma(),Ut.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 f;return u?r(u)&&(f=u,u=this.options.writer.set(f)):u=this.options.writer,u.document(this)},a.prototype.toString=function(u){return this.options.writer.set(u).document(this)},a})(e)}).call(dl)),Ut.exports}var zt={exports:{}},fl=zt.exports,Go;function hl(){return Go||(Go=1,(function(){var e,n,t,r,c,i,o,a,u,f,b,g,m,h,y,l,s,p,d,D,w={}.hasOwnProperty;D=yn(),p=D.isObject,s=D.isFunction,d=D.isPlainObject,l=D.getValue,f=or(),n=cr(),t=ur(),g=gr(),y=mr(),b=br(),a=sr(),u=pr(),r=dr(),i=lr(),c=fr(),o=hr(),e=ys(),h=Ds(),m=ma(),zt.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 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=l(U),E===null&&S==null&&(A=[{},null],E=A[0],S=A[1]),E==null&&(E={}),E=l(E),p(E)||(I=[E,S],S=I[0],E=I[1]),this.currentNode=new f(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=l(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=l(U)),E!=null&&(E=l(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 f&&(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(fl)),zt.exports}var jt={exports:{}},pl=jt.exports,Zo;function gl(){return Zo||(Zo=1,(function(){var e,n,t,r,c,i,o,a,u,f,b,g,m,h,y=function(s,p){for(var d in p)l.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},l={}.hasOwnProperty;o=sr(),a=pr(),e=cr(),n=ur(),f=or(),g=gr(),m=mr(),b=br(),u=ga(),t=dr(),r=fr(),c=lr(),i=hr(),h=vs(),jt.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)l.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 f):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})(h)}).call(pl)),jt.exports}var Yo;function ml(){return Yo||(Yo=1,(function(){var e,n,t,r,c,i,o;o=yn(),c=o.assign,i=o.isFunction,e=ll(),n=hl(),r=ma(),t=gl(),Tn.create=function(a,u,f,b){var g,m;if(a==null)throw new Error("Root element needs a name.");return b=c({},u,f,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,f){var b;return i(a)&&(b=[a,u],u=b[0],f=b[1],a={}),u?new n(a,u,f):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 $o;function bl(){if($o)return ti;$o=1;var e=ke,n=ml();ti.writeString=t;function t(c,i){var o=e.invert(i),a={element:f,text:r};function u(m,h){return a[h.type](m,h)}function f(m,h){var y=m.element(b(h.name),h.attributes);h.children.forEach(function(l){u(y,l)})}function b(m){var h=/^\{(.*)\}(.*)$/.exec(m);if(h){var y=o[h[1]];return y+(y===""?"":":")+h[2]}else return m}function g(m){var h=n.create(b(m.name),{version:"1.0",encoding:"UTF-8",standalone:!0});return e.forEach(i,function(y,l){var s="xmlns"+(l===""?"":":"+l);h.attribute(s,y)}),m.children.forEach(function(y){u(h,y)}),h.end()}return g(c)}function r(c,i){c.text(i.value)}return ti}var Ko;function ba(){if(Ko)return sn;Ko=1;var e=bs();return sn.Element=e.Element,sn.element=e.element,sn.emptyElement=e.emptyElement,sn.text=e.text,sn.readString=Vd().readString,sn.writeString=bl().writeString,sn}var Qo;function yl(){if(Qo)return pt;Qo=1;var e=ke,n=bn(),t=ba();pt.read=c,pt.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(f){return a(f)[0]})}function i(u,f){return u.exists(f)?u.read(f,"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 pt}var bt={},Ye={},yt={},Jo;function Dl(){if(Jo)return yt;Jo=1,Object.defineProperty(yt,"__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 yt.default=e,yt}var ec;function vl(){if(ec)return Ye;ec=1;var e=Ye&&Ye.__importDefault||function(h){return h&&h.__esModule?h:{default:h}};Object.defineProperty(Ye,"__esModule",{value:!0}),Ye.hex=Ye.dec=Ye.codePoint=void 0;for(var n=e(Dl()),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 f(h,y){return t[h.toUpperCase()+"_"+y]}Ye.codePoint=f;function b(h,y){return f(h,parseInt(y,10))}Ye.dec=b;function g(h,y){return f(h,parseInt(y,16))}Ye.hex=g;function m(h){if(h<=65535)return String.fromCharCode(h);var y=Math.floor((h-65536)/1024)+55296,l=(h-65536)%1024+56320;return String.fromCharCode(y,l)}return Ye}var dn={},nc;function xs(){if(nc)return dn;nc=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,f){return c(function(b){return b.type===u?f(b):b})}function c(u){return function f(b){if(b.children){var g=e.map(b.children,f);b=e.extend(b,{children:g})}return u(b)}}function i(u,f){return o(u).filter(function(b){return b.type===f})}function o(u){var f=[];return a(u,function(b){f.push(b)}),f}function a(u,f){u.children&&u.children.forEach(function(b){a(b,f),f(b)})}return dn}var Dt={},tc;function xl(){if(tc)return Dt;tc=1,Dt.uriToZipEntryName=e,Dt.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 Dt}var rc;function _l(){if(rc)return bt;rc=1,bt.createBodyReader=u,bt._readNumberingProperties=b;var e=vl(),n=ke,t=Bn(),r=cn().Result,c=cn().warning,i=ba(),o=xs(),a=xl();function u(_){return{readXmlElement:function(U){return new f(_).readXmlElement(U)},readXmlElements:function(U){return new f(_).readXmlElements(U)}}}function f(_){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 h([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 Qe=ge(Be);Qe?Oe=Qe.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 l(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 Fe(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?h([c("A w:sym element with an unsupported character was ignored: char "+le+" in font "+oe)]):l(new t.Text(ge.string))}function v(Y){return function(oe){var le=oe.attributes["w:id"];return l(new t.NoteReference({noteType:Y,noteId:le}))}}function Z(Y){return l(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 l(new t.Text(Y.text()))},"w:tab":function(Y){return l(new t.Tab)},"w:noBreakHyphen":function(){return l(new t.Text("‑"))},"w:softHyphen":function(Y){return l(new t.Text(""))},"w:sym":Fe,"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"?l(t.lineBreak):oe==="page"?l(t.pageBreak):oe==="column"?l(t.columnBreak):h([c("Unsupported break type: "+oe)])},"w:bookmarkStart":function(Y){var oe=Y.attributes["w:name"];return oe==="_GoBack"?y():l(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,Qe=le.map(o._elementsOfType(t.types.text,function(F){return F.value.length>0&&!Oe?(Oe=!0,Be):F}));return Oe?Qe: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})}),l(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?h([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"]):h([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 h(_){return new p(null,null,_)}function y(){return new p(null)}function l(_){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 bt}var ri={},ic;function Ul(){if(ic)return ri;ic=1,ri.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(f){return new e.Document(f,{notes:r.notes,comments:r.comments})});return new n(u.value,u.messages)}return{convertXmlToDocument:i}}return ri}var Yn={},ac;function Tl(){if(ac)return Yn;ac=1,Yn.readRelationships=e,Yn.defaultValue=new n([]),Yn.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 Yn}var vt={},oc;function wl(){if(oc)return vt;oc=1,vt.readContentTypesFromXml=n;var e={png:"png",gif:"gif",jpeg:"jpeg",jpg:"jpeg",tif:"tiff",tiff:"tiff",bmp:"bmp"};vt.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 f=e[u.toLowerCase()];return f?"image/"+f:null}}}return vt}var $n={},cc;function El(){if(cc)return $n;cc=1;var e=ke;$n.readNumberingXml=t,$n.Numbering=n,$n.defaultNumbering=new n({},{});function n(o,a,u){var f=e.flatten(e.values(a).map(function(h){return e.values(h.levels)})),b=e.indexBy(f.filter(function(h){return h.paragraphStyleId!=null}),"paragraphStyleId");function g(h,y){var l=o[h];if(l){var s=a[l.abstractNumId];if(s){if(s.numStyleLink==null)return a[l.abstractNumId].levels[y];var p=u.findNumberingStyleById(s.numStyleLink);return g(p.numId,y)}else return null}else return null}function m(h){return b[h]||null}return{findLevel:g,findLevelByParagraphStyleId:m}}function t(o,a){if(!a||!a.styles)throw new Error("styles is missing");var u=r(o),f=i(o);return new n(f,u,a.styles)}function r(o){var a={};return o.getElementsByTagName("w:abstractNum").forEach(function(u){var f=u.attributes["w:abstractNumId"];a[f]=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"],h=m!=="bullet",y=b.firstOrEmpty("w:pStyle").attributes["w:val"];g===void 0?u={isOrdered:h,level:"0",paragraphStyleId:y}:a[g]={isOrdered:h,level:g,paragraphStyleId:y}}),u!==null&&a[u.level]===void 0&&(a[u.level]=u);var f=o.firstOrEmpty("w:numStyleLink").attributes["w:val"];return{levels:a,numStyleLink:f}}function i(o){var a={};return o.getElementsByTagName("w:num").forEach(function(u){var f=u.attributes["w:numId"],b=u.first("w:abstractNumId").attributes["w:val"];a[f]={abstractNumId:b}}),a}return $n}var Kn={},uc;function Al(){if(uc)return Kn;uc=1,Kn.readStylesXml=n,Kn.Styles=e,Kn.defaultStyles=new e({},{});function e(o,a,u,f){return{findParagraphStyleById:function(b){return o[b]},findCharacterStyleById:function(b){return a[b]},findTableStyleById:function(b){return u[b]},findNumberingStyleById:function(b){return f[b]}}}e.EMPTY=new e({},{},{},{});function n(o){var a={},u={},f={},b={},g={paragraph:a,character:u,table:f,numbering:b};return o.getElementsByTagName("w:style").forEach(function(m){var h=t(m),y=g[h.type];y&&y[h.styleId]===void 0&&(y[h.styleId]=h)}),new e(a,u,f,b)}function t(o){var a=o.attributes["w:type"];if(a==="numbering")return c(a,o);var u=i(o),f=r(o);return{type:a,styleId:u,name:f}}function r(o){var a=o.first("w:name");return a?a.attributes["w:val"]:null}function c(o,a){var u=i(a),f=a.firstOrEmpty("w:pPr").firstOrEmpty("w:numPr").firstOrEmpty("w:numId").attributes["w:val"];return{type:o,numId:f,styleId:u}}function i(o){return o.attributes["w:styleId"]}return Kn}var Nn={},sc;function Fl(){if(sc)return Nn;sc=1;var e=Bn(),n=cn().Result;Nn.createFootnotesReader=t.bind(Nn,"footnote"),Nn.createEndnotesReader=t.bind(Nn,"endnote");function t(r,c){function i(u){return n.combine(u.getElementsByTagName("w:"+r).filter(o).map(a))}function o(u){var f=u.attributes["w:type"];return f!=="continuationSeparator"&&f!=="separator"}function a(u){var f=u.attributes["w:id"];return c.readXmlElements(u.children).map(function(b){return e.Note({noteType:r,noteId:f,body:b})})}return i}return Nn}var ii={},dc;function Cl(){if(dc)return ii;dc=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(f){return(o.attributes[f]||"").trim()||null}return r.readXmlElements(o.children).map(function(f){return e.comment({commentId:a,body:f,authorName:u("w:author"),authorInitials:u("w:initials")})})}return c}return ii.createCommentsReader=t,ii}var ai={},lc;function Sl(){if(lc)return ai;lc=1;var e=bn();ai.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 ai}var fc;function Bl(){if(fc)return dt;fc=1,dt.read=y,dt._findPartPaths=l;var e=bn(),n=Bn(),t=cn().Result,r=ms(),c=yl().readXmlFromZipFile,i=_l().createBodyReader,o=Ul().DocumentXmlReader,a=Tl(),u=wl(),f=El(),b=Al(),g=Fl(),m=Cl(),h=Sl().Files;function y(A,I,$){I=I||{},$=$||{};var T=new h({externalFileAccess:$.externalFileAccess,relativeToFile:I.path});return e.props({contentTypes:_(A),partPaths:l(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 l(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 f.readNumberingXml(T,{styles:$})},defaultValue:f.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 dt}var xt={},hc;function kl(){if(hc)return xt;hc=1;var e=ke,n=bn(),t=ba();xt.writeStyleMap=o,xt.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",h="http://schemas.openxmlformats.org/package/2006/relationships",y="{"+h+"}Relationship";return g.read(m,"utf8").then(t.readString).then(function(l){var s=l.children;f(s,y,"Id",{Id:"rMammothStyleMap",Type:r,Target:i});var p={"":h};return g.write(m,t.writeString(l,p))})}function u(g){var m="[Content_Types].xml",h="http://schemas.openxmlformats.org/package/2006/content-types",y="{"+h+"}Override";return g.read(m,"utf8").then(t.readString).then(function(l){var s=l.children;f(s,y,"PartName",{PartName:i,ContentType:"text/prs.mammoth.style-map"});var p={"":h};return g.write(m,t.writeString(l,p))})}function f(g,m,h,y){var l=e.find(g,function(s){return s.name===m&&s.attributes[h]===y[h]});l?l.attributes=y:g.push(t.element(m,y))}function b(g){return g.exists(c)?g.read(c,"utf8"):n.resolve(null)}return xt}var _t={},wn={},an={},ln={},pc;function _s(){if(pc)return ln;pc=1;var e=Dr();function n(u,f,b){return r(e.element(u,f,{fresh:!1}),b)}function t(u,f,b){var g=e.element(u,f,{fresh:!0});return r(g,b)}function r(u,f){return{type:"element",tag:u,children:f||[]}}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 oi,gc;function Wl(){if(gc)return oi;gc=1;var e=ke,n=_s();function t(l){return r(f(l))}function r(l){var s=[];return l.map(c).forEach(function(p){u(s,p)}),s}function c(l){return i[l.type](l)}var i={element:o,text:a,forceWrite:a};function o(l){return n.elementWithTag(l.tag,r(l.children))}function a(l){return l}function u(l,s){var p=l[l.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)})):l.push(s)}function f(l){return b(l,function(s){return g[s.type](s)})}function b(l,s){return e.flatten(e.map(l,s),!0)}var g={element:h,text:y,forceWrite:m};function m(l){return[l]}function h(l){var s=f(l.children);return s.length===0&&!n.isVoidElement(l)?[]:[n.elementWithTag(l.tag,s)]}function y(l){return l.value.length===0?[]:[l]}return oi=t,oi}var mc;function yr(){if(mc)return an;mc=1;var e=_s();an.freshElement=e.freshElement,an.nonFreshElement=e.nonFreshElement,an.elementWithTag=e.elementWithTag,an.text=e.text,an.forceWrite=e.forceWrite,an.simplify=Wl();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 bc;function Dr(){if(bc)return wn;bc=1;var e=ke,n=yr();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 f=u(),b=this._elements.length-1;b>=0;b--)f=this._elements[b].wrapNodes(f);return f};function i(a,u,f){return f=f||{},new o(a,u,f)}function o(a,u,f){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=f.fresh,this.separator=f.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 ci={},yc;function Us(){return yc||(yc=1,(function(e){var n=ke,t=bn(),r=yr();e.imgElement=c;function c(i){return function(o,a){return t.when(i(o)).then(function(u){var f={};return o.altText&&(f.alt=o.altText),n.extend(f,u),[r.freshElement("img",f)]})}}e.inline=e.imgElement,e.dataUri=c(function(i){return i.readAsBase64String().then(function(o){return{src:"data:"+i.contentType+";base64,"+o}})})})(ci)),ci}var ui={},si={},Dc;function Rl(){if(Dc)return si;Dc=1;var e=ke;si.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=" ",f=[],b=!0,g=!1,m=c();function h(_,U){t[_]&&D(),f.push(_),m.open(_,U),t[_]&&a++,b=!1}function y(_){t[_]&&(a--,D()),f.pop(),m.close(_)}function l(_){d();var U=w()?_:_.replace(`
|
|
210
210
|
`,`
|
|
211
|
-
`+u);m.text(U)}function s(_,U){D(),m.selfClosing(_,U)}function p(){return
|
|
212
|
-
`);for(var _=0;_<a;_++)m._append(u)}}function w(){return e.some(
|
|
213
|
-
`:"",end:
|
|
214
|
-
`,list:{isOrdered:g.isOrdered,indent:
|
|
211
|
+
`+u);m.text(U)}function s(_,U){D(),m.selfClosing(_,U)}function p(){return f.length===0||t[f[f.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(f,function(_){return _==="pre"})}return{asString:m.asString,open:h,close:y,text:l,selfClosing:s}}function c(){var a=[];function u(l,s){var p=g(s);a.push("<"+l+p+">")}function f(l){a.push("</"+l+">")}function b(l,s){var p=g(s);a.push("<"+l+p+" />")}function g(l){return e.map(l,function(s,p){return" "+p+'="'+o(s)+'"'}).join("")}function m(l){a.push(i(l))}function h(l){a.push(l)}function y(){return a.join("")}return{asString:y,open:u,close:f,text:m,selfClosing:b,_append:h}}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 si}var di={},vc;function Ol(){if(vc)return di;vc=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||"",h=g.alt||"";return m||h?{start:""}:{}}function i(g){return function(m,h){return{start:h?`
|
|
213
|
+
`:"",end:h?"":`
|
|
214
|
+
`,list:{isOrdered:g.isOrdered,indent:h?h.indent+1:0,count:0}}}}function o(g,m,h){m=m||{indent:0,isOrdered:!1,count:0},m.count++,h.hasClosed=!1;var y=m.isOrdered?m.count+".":"-",l=u(" ",m.indent)+y+" ";return{start:l,end:function(){if(!h.hasClosed)return h.hasClosed=!0,`
|
|
215
215
|
`}}}var a={p:t("",`
|
|
216
216
|
|
|
217
217
|
`),br:t("",`
|
|
218
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(g,m){return new Array(m+1).join(g)}function
|
|
220
|
+
`)})();function u(g,m){return new Array(m+1).join(g)}function f(){var g=[],m=[],h=null,y={};function l(_,U){U=U||{};var E=a[_]||function(){return{}},S=E(U,h,y);m.push({end:S.end,list:h}),S.list&&(h=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();h=U.list;var E=e.isFunction(U.end)?U.end():U.end;g.push(E||"")}function d(_,U){l(_,U),p()}function D(_){g.push(b(_))}function w(){return g.join("")}return{asString:w,open:l,close:p,text:D,selfClosing:d}}di.writer=f;function b(g){return g.replace(/\\/g,"\\\\").replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,"\\$1")}return di}var xc;function Nl(){if(xc)return ui;xc=1;var e=Rl(),n=Ol();ui.writer=t;function t(r){return r=r||{},r.outputFormat==="markdown"?n.writer():e.writer(r)}return ui}var _c;function Il(){if(_c)return _t;_c=1;var e=ke,n=bn(),t=Bn(),r=Dr(),c=cn(),i=Us(),o=yr(),a=Nl();_t.DocumentConverter=u;function u(s){return{convertToHtml:function(p){var d=e.indexBy(p.type===t.types.document?p.comments:[],"commentId"),D=new f(s,d);return D.convertToHtml(p)}}}function f(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 h(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 h(v,function(O){return $(O,Z,X)})}function $(v,Z,X){if(!X)throw new Error("options not set");var O=Fe[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="["+l(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 Fe={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",{},h(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 h(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 l=_t.commentAuthorLabel=function(p){return p.authorInitials||""};return _t}var li={},Uc;function Ll(){if(Uc)return li;Uc=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 li.convertElementToRawText=n,li}var Qn={},$e={},fi={},hi={exports:{}},Tc;function Ml(){if(Tc)return hi.exports;Tc=1;var e=hi.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)},hi.exports}var wc;function ql(){if(wc)return fi;wc=1;var e=Ml();return fi.Parser=function(n){var t=function(r,c){return r(new e(c))};return{parseTokens:t}},fi}var pi={},gi={},Ec;function Pl(){return Ec||(Ec=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)}})(gi)),gi}var mi,Ac;function ya(){if(Ac)return mi;Ac=1,mi={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},mi}var bi={},Fc;function Ts(){if(Fc)return bi;Fc=1,bi.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()},bi}var yi={},Cc;function zl(){if(Cc)return yi;Cc=1,yi.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},yi}var Sc;function ws(){return Sc||(Sc=1,(function(e){var n=ke,t=Pl(),r=ya(),c=Ts(),i=zl();e.token=function(m,h){var y=h!==void 0;return function(l){var s=l.head();if(s&&s.name===m&&(!y||s.value===h))return r.success(s.value,l.tail(),s.source);var p=b({name:m,value:h});return g(l,p)}},e.tokenOfType=function(m){return e.token(m)},e.firstOf=function(m,h){return n.isArray(h)||(h=Array.prototype.slice.call(arguments,1)),function(y){return i.fromArray(h).map(function(l){return l(y)}).filter(function(l){return l.isSuccess()||l.isError()}).first()||g(y,m)}},e.then=function(m,h){return function(y){var l=m(y);return l.map||console.log(l),l.map(h)}},e.sequence=function(){var m=Array.prototype.slice.call(arguments,0),h=function(l){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=l.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,l),hasCut:!1}).result,p=l.to(s.remaining());return s.map(function(d){return d.withValue(e.sequence.source,p)})};h.head=function(){var l=n.find(m,y);return e.then(h,e.sequence.extract(l))},h.map=function(l){return e.then(h,function(s){return l.apply(this,s.toArray())})};function y(l){return l.isCaptured}return h};var o=function(m,h){this._values=m||{},this._valuesArray=h||[]};o.prototype.withValue=function(m,h){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]=h;var l=this._valuesArray.concat([h]);return new o(y,l)},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,h){var y=function(){return m.apply(this,arguments)};return y.captureName=h,y.isCaptured=!0,y},e.sequence.extract=function(m){return function(h){return h.get(m)}},e.sequence.applyValues=function(m){var h=Array.prototype.slice.call(arguments,1);return function(y){var l=h.map(function(s){return y.get(s)});return m.apply(this,l)}},e.sequence.source={captureName:"☃source☃"},e.sequence.cut=function(){return function(m){return r.cut(m)}},e.optional=function(m){return function(h){var y=m(h);return y.isSuccess()?y.map(t.some):y.isFailure()?r.success(t.none,h):y}},e.zeroOrMoreWithSeparator=function(m,h){return f(m,h,!1)},e.oneOrMoreWithSeparator=function(m,h){return f(m,h,!0)};var a=e.zeroOrMore=function(m){return function(h){for(var y=[],l;(l=m(h))&&l.isSuccess();)h=l.remaining(),y.push(l.value());return l.isError()?l:r.success(y,h)}};e.oneOrMore=function(m){return e.oneOrMoreWithSeparator(m,u)};function u(m){return r.success(null,m)}var f=function(m,h,y){return function(l){var s=m(l);if(s.isSuccess()){var p=e.sequence.capture(m,"main"),d=a(e.then(e.sequence(h,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([],l)}};e.leftAssociative=function(m,h,y){var l;y?l=[{func:y,rule:h}]:l=h,l=l.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(l));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(h){return m(h).changeRemaining(h)}};var b=function(m){return m.value?m.name+' "'+m.value+'"':m.name};function g(m,h){var y,l=m.head();return l?y=c.error({expected:h,actual:b(l),location:l.source}):y=c.error({expected:h,actual:"end of tokens"}),r.failure([y],m)}})(pi)),pi}var Di={exports:{}},Bc;function Es(){if(Bc)return Di.exports;Bc=1,Di.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
|
|
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}},Di.exports}var vi,kc;function As(){return kc||(kc=1,vi=function(e,n,t){this.name=e,this.value=n,t&&(this.source=t)}),vi}var xi={},Wc;function jl(){return Wc||(Wc=1,(function(e){var n=ws(),t=ya();e.parser=function(i,o,a){var u={rule:m,leftAssociative:h,rightAssociative:y},f=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 l(f)}function h(p){return l(f.untilExclusive(p))}function y(p){return l(f.untilInclusive(p))}function l(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 f(g){for(var m,h;;)if(m=b(g.remaining()),m.isSuccess())h=g.source().to(m.source()),g=t.success(m.value()(g.value(),h),m.remaining(),h);else return m.isFailure()?g:m}function b(g){return n.firstOf("infix",i.map(function(m){return m.rule}))(g)}return{apply:f,untilExclusive:o,untilInclusive:a}}e.infix=function(i,o){function a(u){return e.infix(i,function(f){var b=o(f);return function(g){var m=b(g);return m.map(function(h){return function(y,l){return u(y,h,l)}})}})}return{name:i,ruleBuilder:o,map:a}};var c=function(i){var o;return function(a){return o||(o=i()),o(a)}}})(xi)),xi}var _i={},Rc;function Xl(){if(Rc)return _i;Rc=1;var e=As(),n=Es();_i.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 f=new n(a,u),b=0,g=[];b<a.length;){var m=i(a,b,f);b=m.endIndex,g.push(m.token)}return g.push(o(a,f)),g}function i(a,u,f){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 h=m[1],l=new e(r[b].name,h,f.range(u,y));return{token:l,endIndex:y}}}}var y=u+1,l=new e("unrecognisedCharacter",a.substring(u,y),f.range(u,y));return{token:l,endIndex:y}}function o(a,u){return new e("end",null,u.range(a.length,a.length))}return{tokenise:c}}return _i}var Oc;function Fs(){return Oc||(Oc=1,$e.Parser=ql().Parser,$e.rules=ws(),$e.errors=Ts(),$e.results=ya(),$e.StringSource=Es(),$e.Token=As(),$e.bottomUp=jl(),$e.RegexTokeniser=Xl().RegexTokeniser,$e.rule=function(e){var n;return function(t){return n||(n=e()),n(t)}}),$e}var Re={},Nc;function Vl(){if(Nc)return Re;Nc=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=f;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,h){h=h||{},this._elementType=m,this._styleId=h.styleId,this._styleName=h.styleName,h.list&&(this._listIndex=h.list.levelIndex,this._listIsOrdered=h.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,h,y){return m.numbering&&m.numbering.level==h&&m.numbering.isOrdered==y}function u(m){return{operator:b,operand:m}}function f(m){return{operator:g,operand:m}}function b(m,h){return m.toUpperCase()===h.toUpperCase()}function g(m,h){return h.toUpperCase().indexOf(m.toUpperCase())===0}return Re}var Ui={},Ic;function Hl(){if(Ic)return Ui;Ic=1;var e=Fs(),n=e.RegexTokeniser;Ui.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 Ui}var Lc;function Gl(){if(Lc)return Qn;Lc=1;var e=ke,n=Fs(),t=Vl(),r=Dr(),c=Hl().tokenise,i=cn();Qn.readHtmlPath=b,Qn.readDocumentMatcher=u,Qn.readStyle=o;function o(S){return w(E,S)}function a(){return n.rules.sequence(n.rules.sequence.capture(f()),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(f(),S)}function f(){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(h),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(Fe){var v={};return Fe.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),h=n.rules.tokenOfType("integer"),y=n.rules.then(n.rules.tokenOfType("string"),s),l={n:`
|
|
228
|
+
`,r:"\r",t:" "};function s(S){return S.replace(/\\(.)/g,function(A,I){return l[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=a();return
|
|
231
|
-
`).map(function(a){return a.trim()}).filter(function(a){return a!==""&&a.charAt(0)!=="#"}):o:[]}function i(o){return o}return
|
|
230
|
+
`)}function U(S){return"Error was at character number "+S.characterNumber()+": Expected "+S.expected+" but got "+S.actual}var E=a();return Qn}var Jn={},Mc;function Zl(){if(Mc)return Jn;Mc=1,Jn.readOptions=r;var e=ke,n=Jn._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=Jn._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 Jn}var Ti={},qc;function Yl(){if(qc)return Ti;qc=1;var e=bn(),n=ms();Ti.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 Ti}var wi={},Pc;function $l(){if(Pc)return wi;Pc=1;var e=Dr(),n=yr();wi.element=t;function t(r){return function(c){return n.elementWithTag(e.element(r),[c])}}return wi}var zc;function Kl(){if(zc)return Ve;zc=1;var e=ke,n=Bl(),t=kl(),r=Il().DocumentConverter,c=Ll().convertElementToRawText,i=Gl().readStyle,o=Zl().readOptions,a=Yl(),u=cn().Result;Ve.convertToHtml=f,Ve.convertToMarkdown=b,Ve.convert=g,Ve.extractRawText=l,Ve.images=Us(),Ve.transforms=xs(),Ve.underline=$l(),Ve.embedStyleMap=s,Ve.readEmbeddedStyleMap=m;function f(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 h(w,d)})})}function m(p){return a.openZip(p).then(t.readStyleMap)}function h(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 l(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 Ve.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")`)},Ve}var Ql=Kl();const Jl=nn.getDefaultExportFromCjs(Ql);function ef(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 nf(e,n){return new File([e],n,{type:e.type})}function tf(){const e=Bs.useEditorInstance(),n=st.useButtonProps(Ci.name),{icon:t=void 0,tooltip:r=void 0,tooltipOptions:c={},isActive:i=void 0,mammothOptions:o,limit:a,convert:u}=(n==null?void 0:n.componentProps)??{},{editorDisabled:f}=st.useToggleActive(i),b=st.useExtension(Ci.name),{toast:g}=Ws.useToast(),{t:m}=ks.useLocale(),[h,y]=xa.useState(!1),l=xa.useRef(null);function s(){var _;(_=l.current)==null||_.click()}function p(_){const U=_.target.files[0];if(U){if(U.size>a){g({variant:"destructive",title:m("editor.importWord.limitSize")});return}D(U)}}async function d(_){const E=new DOMParser().parseFromString(_,"text/html"),S=E.querySelectorAll("img");if(S.length===0)return E.body.innerHTML;if(st.hasExtension(e,"image")){const I=b==null?void 0:b.options;if(I&&typeof I.upload=="function"){const $=[];for(const W of S){const x=W.getAttribute("src"),q=ef(x,"image/jpeg"),R=nf(q,"image.jpeg");$.push(R)}const T=await I.upload($);for(const[W,x]of S.entries()){x.setAttribute("src",T[W].src);const q=x.parentElement;(q==null?void 0:q.tagName)==="P"&&(q.insertAdjacentElement("beforebegin",x),!q.hasChildNodes()&&q.textContent===""&&q.remove())}return E.body.innerHTML}else return console.warn("Image Upload method found, skip image conversion"),E.body.innerHTML}else return console.error("Image extension not found, unable to convert image"),E.body.innerHTML}async function D(_){y(!0);try{if(u){const U=await u(_);w(U)}else{const U=await _.arrayBuffer(),{value:E}=await Jl.convertToHtml({arrayBuffer:U},o);w(E)}}finally{y(!1)}}async function w(_){const U=await d(_);e.chain().setContent(U,!0).run()}return n?Wn.jsxs(Wn.Fragment,{children:[Wn.jsx(Ss.ActionButton,{action:s,disabled:f,icon:t,loading:h,tooltip:r,tooltipOptions:c}),Wn.jsx("input",{accept:".docx",onChange:p,ref:l,type:"file",style:{display:"none"}})]}):Wn.jsx(Wn.Fragment,{})}const Ci=Cs.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:({extension:n,t})=>{const{convert:r,limit:c,mammothOptions:i}=n.options;return{componentProps:{convert:r,limit:c,mammothOptions:i,icon:"Word",shortcutKeys:n.options.shortcutKeys??["alt","mod","S"],tooltip:t("editor.importWord.tooltip")}}}}}});exports.ImportWord=Ci;exports.RichTextImportWord=tf;
|