syntaxic-react-editor 1.0.9 → 1.0.10

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.
@@ -1,5 +1,5 @@
1
- (function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`:root{--swe-bg-gray:#f3f3f3;--swe-bg-workspace:#e6e6e6;--swe-border-color:#d1d5db;--swe-primary-blue:#2b579a;--swe-primary-blue-hover:#1e3e6d;--swe-text-gray:#4b5563;--swe-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--swe-shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--swe-shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--swe-dropdown-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--swe-bg-premium:#fff}.swe-text-primary-blue{color:var(--swe-primary-blue)}.swe-editor-root{background-color:var(--swe-bg-gray);-webkit-user-select:none;user-select:none;border:1px solid var(--swe-border-color);flex-direction:column;width:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;display:flex;overflow:hidden}.swe-toolbar-container{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);flex-shrink:0;padding:4px 4px 0;display:flex;position:relative}.swe-tab{cursor:pointer;color:#374151;border-top:1px solid #0000;border-left:1px solid #0000;border-right:1px solid #0000;padding:4px 16px;font-size:.75rem;transition:background-color .2s,border-color .2s}.swe-tab:hover{border-left-color:var(--swe-border-color);border-right-color:var(--swe-border-color);background-color:#fff}.swe-tab-active{border-left-color:var(--swe-border-color);border-right-color:var(--swe-border-color);border-top-color:var(--swe-border-color);color:var(--swe-primary-blue);background-color:#fff;font-weight:600}.swe-tab-blue{color:#1e40af;background-color:#f0f7ff;border-color:#60a5fa}.swe-tab-green{color:#166534;background-color:#f5fff5;border-color:#4ade80}.swe-ribbon{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);z-index:30;flex-wrap:nowrap;flex-shrink:0;align-items:flex-start;gap:8px;height:105px;padding:6px 8px;display:flex;position:relative;overflow-x:auto}.swe-workspace{flex:1;display:flex;overflow:hidden}.swe-scroll-area{background-color:var(--swe-bg-workspace);z-index:10;flex:1;position:relative;overflow:auto}.swe-btn{cursor:pointer;color:#374151;background:0 0;border:1px solid #0000;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.swe-btn:hover{background-color:#d0d0d0;border-color:#9ca3af}.swe-btn-active{border-color:var(--swe-primary-blue);background-color:#c1d3ee;box-shadow:inset 0 2px 4px #0000000f}.swe-btn-disabled{opacity:.5;cursor:not-allowed}.swe-btn-label{margin-top:2px;font-size:8px}.swe-page-container{flex-direction:column;align-items:center;min-width:100%;min-height:100%;padding-top:0;padding-bottom:32px;display:flex;position:relative}.swe-page-wrapper{border:1px solid var(--swe-border-color);background-color:#fff;flex-direction:column;width:210mm;max-width:100%;margin:0 auto;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a}.swe-editor-content{color:#000;word-break:break-word;outline:none;width:100%;min-height:297mm;line-height:1.5}.swe-editor-content p{min-height:1.5em;margin:0}.swe-editor-root td::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root th::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root td ::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root th ::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root td,.swe-editor-root th{outline-offset:-1px;border:1px solid #000;min-width:30px;padding:8px;transition:background-color .1s;position:relative}.swe-editor-root td[data-selected=true],.swe-editor-root th[data-selected=true]{box-shadow:inset 0 0 0 1px #2b579a;background-color:#e7f0fd!important}.swe-locked-region{border:1px dashed var(--swe-border-color);-webkit-user-select:all;user-select:all;background-color:#f3f4f680;transition:all .2s;position:relative}span.swe-locked-region{vertical-align:baseline;border-radius:4px;margin:0 2px;padding:0 4px;line-height:normal;display:inline-block}.swe-locked-region:hover{background-color:#f3f4f6cc;border-color:#9ca3af}.swe-locked-region:hover:after{content:"🔒 Locked";color:#fff;pointer-events:none;z-index:10;background:#374151;border-radius:4px;padding:2px 6px;font-size:10px;position:absolute;top:-18px;right:0}.swe-toolbar-group{border-right:1px solid var(--swe-border-color);height:88px;margin-right:8px;padding-bottom:18px;padding-right:8px;display:flex;position:relative}.swe-toolbar-group-label{text-align:center;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;pointer-events:none;padding-bottom:2px;font-size:8px;font-weight:800;position:absolute;bottom:0;left:0;right:0}.swe-vertical-divider{background-color:var(--swe-border-color);width:1px;height:16px;margin:0 4px}.swe-dropdown-menu{background-color:var(--swe-bg-premium);border:1px solid var(--swe-border-color);box-shadow:var(--swe-shadow-xl);z-index:110;color:#333;border-radius:6px;flex-direction:column;padding:8px 0;display:flex;position:fixed}.swe-dropdown-item{text-align:left;cursor:pointer;color:#374151;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:12px;transition:background-color .1s;display:flex}.swe-dropdown-item:hover{background-color:var(--swe-bg-gray)}.swe-table-grid{border:1px solid var(--swe-border-color);background-color:#fff;border-radius:4px;flex-direction:column;gap:2px;padding:8px;display:flex}.swe-table-cell{cursor:pointer;border:1px solid #e5e7eb;border-radius:2px;width:20px;height:20px;transition:background-color .1s}.swe-table-cell-active{border-color:var(--swe-primary-blue);background-color:#c1d3ee}.swe-input{border:1px solid var(--swe-border-color);border-radius:2px;outline:none;width:100%;padding:4px 8px;font-size:14px}.swe-input:focus{border-color:var(--swe-primary-blue)}.swe-input-sm{border:1px solid var(--swe-border-color);background-color:#fff;border-radius:2px;outline:none;width:56px;height:24px;padding:0 6px;font-size:12px;transition:border-color .1s}.swe-input-sm:focus{border-color:var(--swe-primary-blue)}.swe-form-label{color:#374151;text-align:right;min-width:60px;font-size:10px}.swe-kbd{border:1px solid var(--swe-border-color);color:#374151;text-align:center;background-color:#f3f4f6;border-radius:4px;min-width:60px;padding:2px 6px;font-family:monospace;font-size:10px;font-weight:700;box-shadow:0 1px #0000001a}.swe-shortcut-item{align-items:center;gap:8px;min-width:140px;display:flex}.swe-shortcut-grid{grid-template-rows:repeat(2,1fr);grid-auto-flow:column;gap:8px 24px;display:grid}.swe-btn-icon{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;padding:4px;transition:all .1s;display:flex}.swe-btn-icon:hover{background-color:var(--swe-bg-hover);border-color:var(--swe-border-color)}.swe-divider-v{background-color:var(--swe-border-color);width:1px;height:24px;margin:0 4px}.swe-divider-h{background-color:var(--swe-border-color);width:100%;height:1px;margin:8px 0}.swe-grid-3{border:1px solid var(--swe-border-color);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:2px;padding:2px;display:grid}.swe-text-red-500{color:#ef4444}.swe-text-red-700{color:#b91c1c}.swe-text-green-700{color:#15803d}.swe-text-green-800{color:#166534}.swe-text-gray-100{color:#f3f4f6}.swe-text-gray-200{color:#e5e7eb}.swe-text-gray-300{color:#d1d5db}.swe-text-gray-400{color:#9ca3af}.swe-text-gray-500{color:#6b7280}.swe-text-gray-600{color:#4b5563}.swe-text-gray-700{color:#374151}.swe-text-gray-800{color:#1f2937}.swe-text-gray-900{color:#111827}.swe-text-center{text-align:center}.swe-toolbar-group-green{background-color:#f0fdf4;border-right:1px solid #bbf7d0;border-radius:4px;flex-direction:row;height:60px;display:flex;position:relative}.swe-accent-green{accent-color:#16a34a}.swe-color-picker-btn{cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;width:36px;height:52px;transition:all .1s;display:flex}.swe-color-picker-btn:hover:not(:disabled){background-color:var(--swe-bg-hover);border-color:var(--swe-border-color);box-shadow:0 1px 2px #0000000d}.swe-color-picker-btn-compact{width:auto;height:32px;padding:0 4px}.swe-color-picker-content{background-color:var(--swe-bg-premium);border:1px solid var(--swe-border-color);box-shadow:var(--swe-shadow-xl);color:#333;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.swe-color-picker-title{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:700}.swe-color-swatch{cursor:pointer;border:1px solid #e5e7eb;width:18px;height:18px;transition:transform .1s}.swe-color-swatch:hover{z-index:10;border-color:#9ca3af;transform:scale(1.2)}.swe-color-btn-action{cursor:pointer;text-align:left;color:#333;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:13px;transition:all .1s;display:flex}.swe-color-btn-action:hover{background-color:#f3f4f6}.swe-color-btn-more{color:var(--swe-primary-blue);font-weight:500}.swe-color-btn-more:hover{background-color:#eff6ff}.swe-btn-primary{background-color:var(--swe-primary-blue);color:#fff;cursor:pointer;border:none;border-radius:2px;padding:4px 12px;font-size:12px}.swe-btn-primary:hover{background-color:#1a3a6a}.swe-btn-secondary{color:#4b5563;cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:2px;padding:4px 12px;font-size:12px}.swe-btn-secondary:hover{background-color:#f3f4f6}.swe-sidebar{border-left:1px solid var(--swe-border-color);z-index:40;color:#333;background-color:#fff;flex-direction:column;flex-shrink:0;width:320px;display:flex;position:relative;box-shadow:-10px 0 15px -3px #0000000d}.swe-sidebar-header{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);color:#333;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.swe-sidebar-tabs{z-index:10;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;position:sticky;top:0}.swe-sidebar-tab{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;cursor:pointer;background:0 0;border:none;flex:1;padding:12px 0;font-size:10px;font-weight:800}.swe-sidebar-tab-active{color:var(--swe-primary-blue);border-bottom-color:var(--swe-primary-blue)}.swe-sidebar-content{flex:1;padding:20px;overflow-y:auto}.swe-custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.swe-custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.swe-custom-scrollbar::-webkit-scrollbar-track{background:0 0}.swe-hidden{display:none}.swe-flex{display:flex}.swe-flex-col{flex-direction:column;display:flex}.swe-items-center{align-items:center}.swe-justify-between{justify-content:space-between}.swe-w-full{width:100%}.swe-h-full{height:100%}.swe-relative{position:relative}.swe-absolute{position:absolute}.swe-p-8{padding:32px}.swe-py-8{padding-top:32px;padding-bottom:32px}.swe-flex-1{flex:1}.swe-min-w-full{min-width:100%}.swe-max-w-full{max-width:100%}.swe-min-h-full{min-height:100%}.swe-overflow-hidden{overflow:hidden}.swe-overflow-auto{overflow:auto}.swe-sticky{position:sticky}.swe-top-0{top:0}.swe-z-10{z-index:10}.swe-z-20{z-index:20}.swe-bg-white{background-color:#fff}.swe-shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.swe-border{border:1px solid var(--swe-border-color)}.swe-outline-none{outline-offset:2px;outline:2px solid #0000}.swe-text-black{color:#000}.swe-text-12pt{font-size:12pt}.swe-text-11pt{font-size:11pt}.swe-font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.swe-resize-none{resize:none}.swe-fixed{position:fixed}.swe-inset-0{inset:0}.swe-z-overlay{z-index:100}.swe-z-modal{z-index:110}.swe-overlay{z-index:100;background-color:#0000;position:fixed;inset:0}.swe-ruler-container{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);justify-content:center;width:100%;height:26px;display:flex;overflow:hidden}.swe-ruler-content{background-color:#fff;align-items:flex-end;height:100%;display:flex;position:relative}.swe-ruler-margin-area{opacity:.8;z-index:10;pointer-events:none;background-color:#e8e8e8;height:100%;position:absolute;top:0}.swe-ruler-margin-left{border-right:1px solid #9ca3af;left:0}.swe-ruler-margin-right{border-left:1px solid #9ca3af;right:0}.swe-ruler-marker{z-index:30;cursor:ew-resize;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:0}.swe-ruler-marker-triangle{border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:8px solid var(--swe-primary-blue);width:0;height:0;transition:border-bottom-color .1s}.swe-ruler-marker:hover .swe-ruler-marker-triangle{border-bottom-color:var(--swe-primary-blue-hover)}.swe-ruler-marker-box{background-color:var(--swe-primary-blue);border-bottom-right-radius:2px;border-bottom-left-radius:2px;width:14px;height:8px;transition:background-color .1s}.swe-ruler-marker:hover .swe-ruler-marker-box{background-color:var(--swe-primary-blue-hover)}.swe-ruler-ticks{z-index:0;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;inset:0}.swe-ruler-tick-group{border-left:1px solid #d1d5db;flex:1;align-items:flex-end;height:100%;display:flex;position:relative}.swe-ruler-tick-label{color:#6b7280;font-size:8px;font-weight:500;position:absolute;bottom:8px;left:4px}.swe-ruler-subticks{justify-content:space-between;width:100%;padding:0 20%;display:flex}.swe-ruler-tick-small{background-color:#aaa;width:1px;height:4px}.swe-sidebar-label{text-transform:uppercase;color:#6b7280;letter-spacing:.05em;margin-bottom:8px;margin-left:4px;font-size:10px;font-weight:800;display:block}.swe-sidebar-input-wrapper{width:100%;margin-bottom:16px;position:relative}.swe-sidebar-input{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 36px 10px 12px;font-size:13px;transition:all .2s;box-shadow:inset 0 1px 2px #0000000d}.swe-sidebar-input:focus{border-color:var(--swe-primary-blue);background-color:#fff;box-shadow:0 0 0 4px #2b579a0d}.swe-sidebar-input-icon{color:#d1d5db;pointer-events:none;transition:color .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.swe-sidebar-input:focus+.swe-sidebar-input-icon{color:var(--swe-primary-blue)}.swe-sidebar-help-box{color:#9ca3af;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;margin-top:32px;padding:16px;font-size:10px;font-style:italic;line-height:1.6}.swe-sidebar-help-icon{color:#e5e7eb;margin-bottom:8px}@keyframes swe-fade-in{0%{opacity:0}to{opacity:1}}@keyframes swe-slide-in-top{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.swe-animate-fade{animation:.2s ease-out swe-fade-in}.swe-animate-slide{animation:.2s ease-out swe-slide-in-top}.swe-status-msg{border-radius:6px;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:10px;font-weight:700;display:flex}.swe-status-error{color:#dc2626;background-color:#fef2f2;border:1px solid #fee2e2}.swe-status-success{color:#16a34a;background-color:#f0fdf4;border:1px solid #dcfce7}.swe-status-info{color:#2563eb;background-color:#eff6ff;border:1px solid #dbeafe}.swe-search-results-list{flex-direction:column;gap:8px;max-height:400px;padding-right:4px;display:flex;overflow-y:auto}.swe-search-result-item{text-align:left;cursor:pointer;background-color:#fff;border:1px solid #f3f4f6;border-radius:8px;width:100%;padding:10px;transition:all .2s;box-shadow:0 1px 2px #00000005}.swe-search-result-item:hover{border-color:var(--swe-primary-blue);background-color:#f0f7ff;transform:translateY(-1px)}.swe-search-result-item:active{transform:translateY(0)}.swe-gap-1{gap:4px}.swe-gap-2{gap:8px}.swe-gap-3{gap:12px}.swe-gap-4{gap:16px}.swe-p-1{padding:4px}.swe-p-2{padding:8px}.swe-p-3{padding:12px}.swe-mt-1{margin-top:4px}.swe-mt-2{margin-top:8px}.swe-mt-4{margin-top:16px}.swe-mb-1{margin-bottom:4px}.swe-mb-2{margin-bottom:8px}.swe-mb-4{margin-bottom:16px}.swe-ml-1{margin-left:4px}.swe-mr-1{margin-right:4px}.swe-font-bold{font-weight:700}.swe-text-xs{font-size:.75rem}.swe-text-sm{font-size:.875rem}.swe-uppercase{text-transform:uppercase}.swe-tracking-wide{letter-spacing:.025em}.swe-tracking-widest{letter-spacing:.1em}.swe-italic{font-style:italic}.swe-rounded-full{border-radius:9999px}.swe-btn-sidebar-main{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.swe-btn-sidebar-primary{background-color:var(--swe-primary-blue);color:#fff;box-shadow:0 4px 6px -1px #2b579a33}.swe-btn-sidebar-primary:hover:not(:disabled){background-color:var(--swe-primary-blue-hover);transform:translateY(-1px)}.swe-btn-sidebar-success{color:#fff;background-color:#16a34a;box-shadow:0 4px 6px -1px #16a34a33}.swe-btn-sidebar-success:hover:not(:disabled){background-color:#15803d;transform:translateY(-1px)}.swe-btn-sidebar-outline{color:#374151;background-color:#fff;border:1px solid #d1d5db}.swe-btn-sidebar-outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.swe-btn-sidebar-main:disabled{opacity:.5;cursor:not-allowed}.swe-btn-sidebar-main:active:not(:disabled){transform:translateY(0)}.swe-pt-1{padding-top:4px}.swe-pt-2{padding-top:8px}.swe-pt-3{padding-top:12px}.swe-pt-4{padding-top:16px}.swe-pb-1{padding-bottom:4px}.swe-pb-2{padding-bottom:8px}.swe-pl-1{padding-left:4px}.swe-pl-2{padding-left:8px}.swe-accent-blue{accent-color:var(--swe-primary-blue)}/*$vite$:1*/`)),document.head.appendChild(e)}}catch(e){console.error(`vite-plugin-css-injected-by-js`,e)}})();
2
- (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`react`),require(`react-dom`),require(`react/jsx-runtime`)):typeof define==`function`&&define.amd?define([`exports`,`react`,`react-dom`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.ReactWordEditor={},e.React,e.ReactDOM,e.ReactJSXRuntime))})(this,function(e,t,n,r){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});var i=Object.create,a=Object.defineProperty,o=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,c=Object.getPrototypeOf,l=Object.prototype.hasOwnProperty,u=(e,t)=>()=>(e&&(t=e(e=0)),t),d=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),f=(e,t)=>{let n={};for(var r in e)a(n,r,{get:e[r],enumerable:!0});return t||a(n,Symbol.toStringTag,{value:`Module`}),n},p=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=s(t),c=0,u=i.length,d;c<u;c++)d=i[c],!l.call(e,d)&&d!==n&&a(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(r=o(t,d))||r.enumerable});return e},m=(e,t,n)=>(n=e==null?{}:i(c(e)),p(t||!e||!e.__esModule?a(n,`default`,{value:e,enumerable:!0}):n,e)),h=e=>l.call(e,`module.exports`)?e[`module.exports`]:p(a({},`__esModule`,{value:!0}),e);t=m(t,1),n=m(n,1);var g,_,v,y,b,x,S,C,w,T,E,D,O,k,A,j,M,N,P,F,I=u((()=>{g=`1.13.8`,_=typeof self==`object`&&self.self===self&&self||typeof global==`object`&&global.global===global&&global||Function(`return this`)()||{},v=Array.prototype,y=Object.prototype,b=typeof Symbol<`u`?Symbol.prototype:null,x=v.push,S=v.slice,C=y.toString,w=y.hasOwnProperty,T=typeof ArrayBuffer<`u`,E=typeof DataView<`u`,D=Array.isArray,O=Object.keys,k=Object.create,A=T&&ArrayBuffer.isView,j=isNaN,M=isFinite,N=!{toString:null}.propertyIsEnumerable(`toString`),P=[`valueOf`,`isPrototypeOf`,`toString`,`propertyIsEnumerable`,`hasOwnProperty`,`toLocaleString`],F=2**53-1}));function L(e,t){return t=t==null?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+t];switch(t){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 a=Array(t+1);for(i=0;i<t;i++)a[i]=arguments[i];return a[t]=r,e.apply(this,a)}}var R=u((()=>{}));function z(e){var t=typeof e;return t===`function`||t===`object`&&!!e}var B=u((()=>{}));function ee(e){return e===null}var te=u((()=>{}));function V(e){return e===void 0}var ne=u((()=>{}));function re(e){return e===!0||e===!1||C.call(e)===`[object Boolean]`}var ie=u((()=>{I()}));function ae(e){return!!(e&&e.nodeType===1)}var oe=u((()=>{}));function H(e){var t=`[object `+e+`]`;return function(e){return C.call(e)===t}}var U=u((()=>{I()})),se,ce=u((()=>{U(),se=H(`String`)})),le,ue=u((()=>{U(),le=H(`Number`)})),de,fe=u((()=>{U(),de=H(`Date`)})),pe,W=u((()=>{U(),pe=H(`RegExp`)})),me,he=u((()=>{U(),me=H(`Error`)})),ge,_e=u((()=>{U(),ge=H(`Symbol`)})),ve,ye=u((()=>{U(),ve=H(`ArrayBuffer`)})),be,xe,G,Se=u((()=>{U(),I(),be=H(`Function`),xe=_.document&&_.document.childNodes,typeof/./!=`function`&&typeof Int8Array!=`object`&&typeof xe!=`function`&&(be=function(e){return typeof e==`function`||!1}),G=be})),Ce,we=u((()=>{U(),Ce=H(`Object`)})),Te,Ee,K=u((()=>{I(),we(),Te=E&&(!/\[native code\]/.test(String(DataView))||Ce(new DataView(new ArrayBuffer(8)))),Ee=typeof Map<`u`&&Ce(new Map)}));function De(e){return e!=null&&G(e.getInt8)&&ve(e.buffer)}var Oe,ke,Ae=u((()=>{U(),Se(),ye(),K(),Oe=H(`DataView`),ke=Te?De:Oe})),je,Me=u((()=>{I(),U(),je=D||H(`Array`)}));function Ne(e,t){return e!=null&&w.call(e,t)}var Pe=u((()=>{I()})),Fe,q,Ie=u((()=>{U(),Pe(),Fe=H(`Arguments`),(function(){Fe(arguments)||(Fe=function(e){return Ne(e,`callee`)})})(),q=Fe}));function Le(e){return!ge(e)&&M(e)&&!isNaN(parseFloat(e))}var Re=u((()=>{I(),_e()}));function ze(e){return le(e)&&j(e)}var Be=u((()=>{I(),ue()}));function Ve(e){return function(){return e}}var He=u((()=>{}));function Ue(e){return function(t){var n=e(t);return typeof n==`number`&&n>=0&&n<=F}}var We=u((()=>{I()}));function Ge(e){return function(t){return t?.[e]}}var Ke=u((()=>{})),qe,Je=u((()=>{Ke(),qe=Ge(`byteLength`)})),Ye,Xe=u((()=>{We(),Je(),Ye=Ue(qe)}));function Ze(e){return A?A(e)&&!ke(e):Ye(e)&&Qe.test(C.call(e))}var Qe,$e,J=u((()=>{I(),Ae(),He(),Xe(),Qe=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,$e=T?Ze:Ve(!1)})),Y,et=u((()=>{Ke(),Y=Ge(`length`)}));function tt(e){for(var t={},n=e.length,r=0;r<n;++r)t[e[r]]=!0;return{contains:function(e){return t[e]===!0},push:function(n){return t[n]=!0,e.push(n)}}}function nt(e,t){t=tt(t);var n=P.length,r=e.constructor,i=G(r)&&r.prototype||y,a=`constructor`;for(Ne(e,a)&&!t.contains(a)&&t.push(a);n--;)a=P[n],a in e&&e[a]!==i[a]&&!t.contains(a)&&t.push(a)}var rt=u((()=>{I(),Se(),Pe()}));function it(e){if(!z(e))return[];if(O)return O(e);var t=[];for(var n in e)Ne(e,n)&&t.push(n);return N&&nt(e,t),t}var at=u((()=>{B(),I(),Pe(),rt()}));function ot(e){if(e==null)return!0;var t=Y(e);return typeof t==`number`&&(je(e)||se(e)||q(e))?t===0:Y(it(e))===0}var st=u((()=>{et(),Me(),ce(),Ie(),at()}));function ct(e,t){var n=it(t),r=n.length;if(e==null)return!r;for(var i=Object(e),a=0;a<r;a++){var o=n[a];if(t[o]!==i[o]||!(o in i))return!1}return!0}var lt=u((()=>{at()}));function X(e){if(e instanceof X)return e;if(!(this instanceof X))return new X(e);this._wrapped=e}var ut=u((()=>{I(),X.VERSION=g,X.prototype.value=function(){return this._wrapped},X.prototype.valueOf=X.prototype.toJSON=X.prototype.value,X.prototype.toString=function(){return String(this._wrapped)}}));function dt(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,qe(e))}var ft=u((()=>{Je()}));function pt(e,t){for(var n=[{a:e,b:t}],r=[],i=[];n.length;){var a=n.pop();if(a===!0){r.pop(),i.pop();continue}if(e=a.a,t=a.b,e===t){if(e!==0||1/e==1/t)continue;return!1}if(e==null||t==null)return!1;if(e!==e){if(t!==t)continue;return!1}var o=typeof e;if(o!==`function`&&o!==`object`&&typeof t!=`object`)return!1;e instanceof X&&(e=e._wrapped),t instanceof X&&(t=t._wrapped);var s=C.call(e);if(s!==C.call(t))return!1;if(Te&&s==`[object Object]`&&ke(e)){if(!ke(t))return!1;s=mt}switch(s){case`[object RegExp]`:case`[object String]`:if(``+e==``+t)continue;return!1;case`[object Number]`:n.push({a:+e,b:+t});continue;case`[object Date]`:case`[object Boolean]`:if(+e==+t)continue;return!1;case`[object Symbol]`:if(b.valueOf.call(e)===b.valueOf.call(t))continue;return!1;case`[object ArrayBuffer]`:case mt:n.push({a:dt(e),b:dt(t)});continue}var c=s===`[object Array]`;if(!c&&$e(e)){if(qe(e)!==qe(t))return!1;if(e.buffer===t.buffer&&e.byteOffset===t.byteOffset)continue;c=!0}if(!c){if(typeof e!=`object`||typeof t!=`object`)return!1;var l=e.constructor,u=t.constructor;if(l!==u&&!(G(l)&&l instanceof l&&G(u)&&u instanceof u)&&`constructor`in e&&`constructor`in t)return!1}for(var d=r.length;d--;)if(r[d]===e){if(i[d]===t)break;return!1}if(!(d>=0))if(r.push(e),i.push(t),n.push(!0),c){if(d=e.length,d!==t.length)return!1;for(;d--;)n.push({a:e[d],b:t[d]})}else{var f=it(e),p;if(d=f.length,it(t).length!==d)return!1;for(;d--;){if(p=f[d],!Ne(t,p))return!1;n.push({a:e[p],b:t[p]})}}}return!0}var mt,ht=u((()=>{ut(),I(),Je(),J(),Se(),K(),Ae(),at(),Pe(),ft(),mt=`[object DataView]`}));function gt(e){if(!z(e))return[];var t=[];for(var n in e)t.push(n);return N&&nt(e,t),t}var _t=u((()=>{B(),I(),rt()}));function vt(e){var t=Y(e);return function(n){if(n==null||Y(gt(n)))return!1;for(var r=0;r<t;r++)if(!G(n[e[r]]))return!1;return e!==wt||!G(n[yt])}}var yt,bt,xt,St,Ct,wt,Tt,Et=u((()=>{et(),Se(),_t(),yt=`forEach`,bt=`has`,xt=[`clear`,`delete`],St=[`get`,bt,`set`],Ct=xt.concat(yt,St),wt=xt.concat(St),Tt=[`add`].concat(xt,yt,bt)})),Dt,Ot=u((()=>{U(),K(),Et(),Dt=Ee?vt(Ct):H(`Map`)})),kt,At=u((()=>{U(),K(),Et(),kt=Ee?vt(wt):H(`WeakMap`)})),jt,Mt=u((()=>{U(),K(),Et(),jt=Ee?vt(Tt):H(`Set`)})),Nt,Pt=u((()=>{U(),Nt=H(`WeakSet`)}));function Ft(e){for(var t=it(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=e[t[i]];return r}var It=u((()=>{at()}));function Lt(e){for(var t=it(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=[t[i],e[t[i]]];return r}var Rt=u((()=>{at()}));function zt(e){for(var t={},n=it(e),r=0,i=n.length;r<i;r++)t[e[n[r]]]=n[r];return t}var Bt=u((()=>{at()}));function Vt(e){var t=[];for(var n in e)G(e[n])&&t.push(n);return t.sort()}var Ht=u((()=>{Se()}));function Ut(e,t){return function(n){var r=arguments.length;if(t&&(n=Object(n)),r<2||n==null)return n;for(var i=1;i<r;i++)for(var a=arguments[i],o=e(a),s=o.length,c=0;c<s;c++){var l=o[c];(!t||n[l]===void 0)&&(n[l]=a[l])}return n}}var Wt=u((()=>{})),Gt,Kt=u((()=>{Wt(),_t(),Gt=Ut(gt)})),qt,Jt=u((()=>{Wt(),at(),qt=Ut(it)})),Yt,Xt=u((()=>{Wt(),_t(),Yt=Ut(gt,!0)}));function Zt(){return function(){}}function Qt(e){if(!z(e))return{};if(k)return k(e);var t=Zt();t.prototype=e;var n=new t;return t.prototype=null,n}var $t=u((()=>{B(),I()}));function en(e,t){var n=Qt(e);return t&&qt(n,t),n}var tn=u((()=>{$t(),Jt()}));function nn(e){return z(e)?je(e)?e.slice():Gt({},e):e}var rn=u((()=>{B(),Me(),Kt()}));function an(e,t){return t(e),e}var on=u((()=>{}));function sn(e){return je(e)?e:[e]}var cn=u((()=>{ut(),Me(),X.toPath=sn}));function ln(e){return X.toPath(e)}var un=u((()=>{ut(),cn()}));function dn(e,t){for(var n=t.length,r=0;r<n;r++){if(e==null)return;e=e[t[r]]}return n?e:void 0}var fn=u((()=>{}));function pn(e,t,n){var r=dn(e,ln(t));return V(r)?n:r}var mn=u((()=>{un(),fn(),ne()}));function hn(e,t){t=ln(t);for(var n=t.length,r=0;r<n;r++){var i=t[r];if(!Ne(e,i))return!1;e=e[i]}return!!n}var gn=u((()=>{Pe(),un()}));function _n(e){return e}var vn=u((()=>{}));function yn(e){return e=qt({},e),function(t){return ct(t,e)}}var bn=u((()=>{Jt(),lt()}));function xn(e){return e=ln(e),function(t){return dn(t,e)}}var Sn=u((()=>{fn(),un()}));function Cn(e,t,n){if(t===void 0)return e;switch(n??3){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,i){return e.call(t,n,r,i)};case 4:return function(n,r,i,a){return e.call(t,n,r,i,a)}}return function(){return e.apply(t,arguments)}}var wn=u((()=>{}));function Tn(e,t,n){return e==null?_n:G(e)?Cn(e,t,n):z(e)&&!je(e)?yn(e):xn(e)}var En=u((()=>{vn(),Se(),B(),Me(),bn(),Sn(),wn()}));function Dn(e,t){return Tn(e,t,1/0)}var On=u((()=>{ut(),En(),X.iteratee=Dn}));function kn(e,t,n){return X.iteratee===Dn?Tn(e,t,n):X.iteratee(e,t)}var An=u((()=>{ut(),En(),On()}));function jn(e,t,n){t=kn(t,n);for(var r=it(e),i=r.length,a={},o=0;o<i;o++){var s=r[o];a[s]=t(e[s],s,e)}return a}var Mn=u((()=>{An(),at()}));function Nn(){}var Pn=u((()=>{}));function Fn(e){return e==null?Nn:function(t){return pn(e,t)}}var In=u((()=>{Pn(),mn()}));function Ln(e,t,n){var r=Array(Math.max(0,e));t=Cn(t,n,1);for(var i=0;i<e;i++)r[i]=t(i);return r}var Rn=u((()=>{wn()}));function zn(e,t){return t??(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}var Bn=u((()=>{})),Vn,Hn=u((()=>{Vn=Date.now||function(){return new Date().getTime()}}));function Un(e){var t=function(t){return e[t]},n=`(?:`+it(e).join(`|`)+`)`,r=RegExp(n),i=RegExp(n,`g`);return function(e){return e=e==null?``:``+e,r.test(e)?e.replace(i,t):e}}var Wn=u((()=>{at()})),Gn,Kn=u((()=>{Gn={"&":`&amp;`,"<":`&lt;`,">":`&gt;`,'"':`&quot;`,"'":`&#x27;`,"`":`&#x60;`}})),qn,Jn=u((()=>{Wn(),Kn(),qn=Un(Gn)})),Yn,Xn=u((()=>{Bt(),Kn(),Yn=zt(Gn)})),Zn,Qn=u((()=>{Wn(),Xn(),Zn=Un(Yn)})),$n,er=u((()=>{ut(),$n=X.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g}}));function tr(e){return`\\`+ir[e]}function nr(e,t,n){!t&&n&&(t=n),t=Yt({},t,X.templateSettings);var r=RegExp([(t.escape||rr).source,(t.interpolate||rr).source,(t.evaluate||rr).source].join(`|`)+`|$`,`g`),i=0,a=`__p+='`;e.replace(r,function(t,n,r,o,s){return a+=e.slice(i,s).replace(ar,tr),i=s+t.length,n?a+=`'+
1
+ (function(){try{if(typeof document<`u`){var e=document.createElement(`style`);e.appendChild(document.createTextNode(`:root{--swe-bg-gray:#f3f3f3;--swe-bg-workspace:#e6e6e6;--swe-border-color:#d1d5db;--swe-primary-blue:#2b579a;--swe-primary-blue-hover:#1e3e6d;--swe-text-gray:#4b5563;--swe-shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--swe-shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--swe-shadow-xl:0 20px 25px -5px #0000001a, 0 10px 10px -5px #0000000a;--swe-dropdown-shadow:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--swe-bg-premium:#fff}.swe-text-primary-blue{color:var(--swe-primary-blue)}.swe-editor-root{background-color:var(--swe-bg-gray);-webkit-user-select:none;user-select:none;border:1px solid var(--swe-border-color);flex-direction:column;width:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.875rem;display:flex;overflow:hidden}.swe-toolbar-container{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);flex-shrink:0;padding:4px 4px 0;display:flex;position:relative}.swe-tab{cursor:pointer;color:#374151;border-top:1px solid #0000;border-left:1px solid #0000;border-right:1px solid #0000;padding:4px 16px;font-size:.75rem;transition:background-color .2s,border-color .2s}.swe-tab:hover{border-left-color:var(--swe-border-color);border-right-color:var(--swe-border-color);background-color:#fff}.swe-tab-active{border-left-color:var(--swe-border-color);border-right-color:var(--swe-border-color);border-top-color:var(--swe-border-color);color:var(--swe-primary-blue);background-color:#fff;font-weight:600}.swe-tab-blue{color:#1e40af;background-color:#f0f7ff;border-color:#60a5fa}.swe-tab-green{color:#166534;background-color:#f5fff5;border-color:#4ade80}.swe-ribbon{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);z-index:30;flex-wrap:nowrap;flex-shrink:0;align-items:flex-start;gap:8px;height:105px;padding:6px 8px;display:flex;position:relative;overflow-x:auto}.swe-workspace{flex:1;display:flex;overflow:hidden}.swe-scroll-area{background-color:var(--swe-bg-workspace);z-index:10;flex:1;position:relative;overflow:auto}.swe-btn{cursor:pointer;color:#374151;background:0 0;border:1px solid #0000;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}.swe-btn:hover{background-color:#d0d0d0;border-color:#9ca3af}.swe-btn-active{border-color:var(--swe-primary-blue);background-color:#c1d3ee;box-shadow:inset 0 2px 4px #0000000f}.swe-btn-disabled{opacity:.5;cursor:not-allowed}.swe-btn-label{margin-top:2px;font-size:8px}.swe-page-container{flex-direction:column;align-items:center;min-width:100%;min-height:100%;padding-top:0;padding-bottom:32px;display:flex;position:relative}.swe-page-wrapper{border:1px solid var(--swe-border-color);background-color:#fff;flex-direction:column;width:210mm;max-width:100%;margin:0 auto;display:flex;position:relative;box-shadow:0 10px 15px -3px #0000001a}.swe-editor-content{color:#000;word-break:break-word;outline:none;width:100%;min-height:297mm;line-height:1.5}.swe-editor-content p{min-height:1.5em;margin:0}.swe-editor-root td::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root th::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root td ::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root th ::selection{color:#000!important;background-color:#c1d3ee!important}.swe-editor-root td,.swe-editor-root th{outline-offset:-1px;border:1px solid #000;min-width:30px;padding:8px;transition:background-color .1s;position:relative}.swe-editor-root td[data-selected=true],.swe-editor-root th[data-selected=true]{box-shadow:inset 0 0 0 1px #2b579a;background-color:#e7f0fd!important}.swe-locked-region{border:1px dashed var(--swe-border-color);-webkit-user-select:all;user-select:all;background-color:#f3f4f680;transition:all .2s;position:relative}span.swe-locked-region{vertical-align:baseline;border-radius:4px;margin:0 2px;padding:0 4px;line-height:normal;display:inline-block}.swe-locked-region:hover{background-color:#f3f4f6cc;border-color:#9ca3af}.swe-locked-region:hover:after{content:"🔒 Locked";color:#fff;pointer-events:none;z-index:10;background:#374151;border-radius:4px;padding:2px 6px;font-size:10px;position:absolute;top:-18px;right:0}.swe-toolbar-group{border-right:1px solid var(--swe-border-color);height:88px;margin-right:8px;padding-bottom:18px;padding-right:8px;display:flex;position:relative}.swe-toolbar-group-label{text-align:center;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;pointer-events:none;padding-bottom:2px;font-size:8px;font-weight:800;position:absolute;bottom:0;left:0;right:0}.swe-vertical-divider{background-color:var(--swe-border-color);width:1px;height:16px;margin:0 4px}.swe-dropdown-menu{background-color:var(--swe-bg-premium);border:1px solid var(--swe-border-color);box-shadow:var(--swe-shadow-xl);z-index:110;color:#333;border-radius:6px;flex-direction:column;padding:8px 0;display:flex;position:fixed}.swe-dropdown-item{text-align:left;cursor:pointer;color:#374151;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:8px 16px;font-size:12px;transition:background-color .1s;display:flex}.swe-dropdown-item:hover{background-color:var(--swe-bg-gray)}.swe-table-grid{border:1px solid var(--swe-border-color);background-color:#fff;border-radius:4px;flex-direction:column;gap:2px;padding:8px;display:flex}.swe-table-cell{cursor:pointer;border:1px solid #e5e7eb;border-radius:2px;width:20px;height:20px;transition:background-color .1s}.swe-table-cell-active{border-color:var(--swe-primary-blue);background-color:#c1d3ee}.swe-input{border:1px solid var(--swe-border-color);border-radius:2px;outline:none;width:100%;padding:4px 8px;font-size:14px}.swe-input:focus{border-color:var(--swe-primary-blue)}.swe-input-sm{border:1px solid var(--swe-border-color);background-color:#fff;border-radius:2px;outline:none;width:56px;height:24px;padding:0 6px;font-size:12px;transition:border-color .1s}.swe-input-sm:focus{border-color:var(--swe-primary-blue)}.swe-form-label{color:#374151;text-align:right;min-width:60px;font-size:10px}.swe-kbd{border:1px solid var(--swe-border-color);color:#374151;text-align:center;background-color:#f3f4f6;border-radius:4px;min-width:60px;padding:2px 6px;font-family:monospace;font-size:10px;font-weight:700;box-shadow:0 1px #0000001a}.swe-shortcut-item{align-items:center;gap:8px;min-width:140px;display:flex}.swe-shortcut-grid{grid-template-rows:repeat(2,1fr);grid-auto-flow:column;gap:8px 24px;display:grid}.swe-btn-icon{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:2px;justify-content:center;align-items:center;padding:4px;transition:all .1s;display:flex}.swe-btn-icon:hover{background-color:var(--swe-bg-hover);border-color:var(--swe-border-color)}.swe-divider-v{background-color:var(--swe-border-color);width:1px;height:24px;margin:0 4px}.swe-divider-h{background-color:var(--swe-border-color);width:100%;height:1px;margin:8px 0}.swe-grid-3{border:1px solid var(--swe-border-color);border-radius:4px;grid-template-columns:repeat(3,1fr);gap:2px;padding:2px;display:grid}.swe-text-red-500{color:#ef4444}.swe-text-red-700{color:#b91c1c}.swe-text-green-700{color:#15803d}.swe-text-green-800{color:#166534}.swe-text-gray-100{color:#f3f4f6}.swe-text-gray-200{color:#e5e7eb}.swe-text-gray-300{color:#d1d5db}.swe-text-gray-400{color:#9ca3af}.swe-text-gray-500{color:#6b7280}.swe-text-gray-600{color:#4b5563}.swe-text-gray-700{color:#374151}.swe-text-gray-800{color:#1f2937}.swe-text-gray-900{color:#111827}.swe-text-center{text-align:center}.swe-toolbar-group-green{background-color:#f0fdf4;border-right:1px solid #bbf7d0;border-radius:4px;flex-direction:row;height:60px;display:flex;position:relative}.swe-accent-green{accent-color:#16a34a}.swe-color-picker-btn{cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;width:36px;height:52px;transition:all .1s;display:flex}.swe-color-picker-btn:hover:not(:disabled){background-color:var(--swe-bg-hover);border-color:var(--swe-border-color);box-shadow:0 1px 2px #0000000d}.swe-color-picker-btn-compact{width:auto;height:32px;padding:0 4px}.swe-color-picker-content{background-color:var(--swe-bg-premium);border:1px solid var(--swe-border-color);box-shadow:var(--swe-shadow-xl);color:#333;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}.swe-color-picker-title{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:700}.swe-color-swatch{cursor:pointer;border:1px solid #e5e7eb;width:18px;height:18px;transition:transform .1s}.swe-color-swatch:hover{z-index:10;border-color:#9ca3af;transform:scale(1.2)}.swe-color-btn-action{cursor:pointer;text-align:left;color:#333;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;width:100%;padding:8px 12px;font-size:13px;transition:all .1s;display:flex}.swe-color-btn-action:hover{background-color:#f3f4f6}.swe-color-btn-more{color:var(--swe-primary-blue);font-weight:500}.swe-color-btn-more:hover{background-color:#eff6ff}.swe-btn-primary{background-color:var(--swe-primary-blue);color:#fff;cursor:pointer;border:none;border-radius:2px;padding:4px 12px;font-size:12px}.swe-btn-primary:hover{background-color:#1a3a6a}.swe-btn-secondary{color:#4b5563;cursor:pointer;background-color:#0000;border:1px solid #0000;border-radius:2px;padding:4px 12px;font-size:12px}.swe-btn-secondary:hover{background-color:#f3f4f6}.swe-sidebar{border-left:1px solid var(--swe-border-color);z-index:40;color:#333;background-color:#fff;flex-direction:column;flex-shrink:0;width:320px;display:flex;position:relative;box-shadow:-10px 0 15px -3px #0000000d}.swe-sidebar-header{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);color:#333;justify-content:space-between;align-items:center;height:48px;padding:0 16px;display:flex}.swe-sidebar-tabs{z-index:10;background-color:#fff;border-bottom:1px solid #e5e7eb;display:flex;position:sticky;top:0}.swe-sidebar-tab{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;cursor:pointer;background:0 0;border:none;flex:1;padding:12px 0;font-size:10px;font-weight:800}.swe-sidebar-tab-active{color:var(--swe-primary-blue);border-bottom-color:var(--swe-primary-blue)}.swe-sidebar-content{flex:1;padding:20px;overflow-y:auto}.swe-custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.swe-custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.swe-custom-scrollbar::-webkit-scrollbar-track{background:0 0}.swe-hidden{display:none}.swe-flex{display:flex}.swe-flex-col{flex-direction:column;display:flex}.swe-items-center{align-items:center}.swe-justify-between{justify-content:space-between}.swe-w-full{width:100%}.swe-h-full{height:100%}.swe-relative{position:relative}.swe-absolute{position:absolute}.swe-p-8{padding:32px}.swe-py-8{padding-top:32px;padding-bottom:32px}.swe-flex-1{flex:1}.swe-min-w-full{min-width:100%}.swe-max-w-full{max-width:100%}.swe-min-h-full{min-height:100%}.swe-overflow-hidden{overflow:hidden}.swe-overflow-auto{overflow:auto}.swe-sticky{position:sticky}.swe-top-0{top:0}.swe-z-10{z-index:10}.swe-z-20{z-index:20}.swe-bg-white{background-color:#fff}.swe-shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.swe-border{border:1px solid var(--swe-border-color)}.swe-outline-none{outline-offset:2px;outline:2px solid #0000}.swe-text-black{color:#000}.swe-text-12pt{font-size:12pt}.swe-text-11pt{font-size:11pt}.swe-font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.swe-resize-none{resize:none}.swe-fixed{position:fixed}.swe-inset-0{inset:0}.swe-z-overlay{z-index:100}.swe-z-modal{z-index:110}.swe-overlay{z-index:100;background-color:#0000;position:fixed;inset:0}.swe-ruler-container{background-color:var(--swe-bg-gray);border-bottom:1px solid var(--swe-border-color);justify-content:center;width:100%;height:26px;display:flex;overflow:hidden}.swe-ruler-content{background-color:#fff;align-items:flex-end;height:100%;display:flex;position:relative}.swe-ruler-margin-area{opacity:.8;z-index:10;pointer-events:none;background-color:#e8e8e8;height:100%;position:absolute;top:0}.swe-ruler-margin-left{border-right:1px solid #9ca3af;left:0}.swe-ruler-margin-right{border-left:1px solid #9ca3af;right:0}.swe-ruler-marker{z-index:30;cursor:ew-resize;-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:0}.swe-ruler-marker-triangle{border-left:6px solid #0000;border-right:6px solid #0000;border-bottom:8px solid var(--swe-primary-blue);width:0;height:0;transition:border-bottom-color .1s}.swe-ruler-marker:hover .swe-ruler-marker-triangle{border-bottom-color:var(--swe-primary-blue-hover)}.swe-ruler-marker-box{background-color:var(--swe-primary-blue);border-bottom-right-radius:2px;border-bottom-left-radius:2px;width:14px;height:8px;transition:background-color .1s}.swe-ruler-marker:hover .swe-ruler-marker-box{background-color:var(--swe-primary-blue-hover)}.swe-ruler-ticks{z-index:0;align-items:flex-end;width:100%;height:100%;display:flex;position:absolute;inset:0}.swe-ruler-tick-group{border-left:1px solid #d1d5db;flex:1;align-items:flex-end;height:100%;display:flex;position:relative}.swe-ruler-tick-label{color:#6b7280;font-size:8px;font-weight:500;position:absolute;bottom:8px;left:4px}.swe-ruler-subticks{justify-content:space-between;width:100%;padding:0 20%;display:flex}.swe-ruler-tick-small{background-color:#aaa;width:1px;height:4px}.swe-sidebar-label{text-transform:uppercase;color:#6b7280;letter-spacing:.05em;margin-bottom:8px;margin-left:4px;font-size:10px;font-weight:800;display:block}.swe-sidebar-input-wrapper{width:100%;margin-bottom:16px;position:relative}.swe-sidebar-input{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:10px 36px 10px 12px;font-size:13px;transition:all .2s;box-shadow:inset 0 1px 2px #0000000d}.swe-sidebar-input:focus{border-color:var(--swe-primary-blue);background-color:#fff;box-shadow:0 0 0 4px #2b579a0d}.swe-sidebar-input-icon{color:#d1d5db;pointer-events:none;transition:color .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.swe-sidebar-input:focus+.swe-sidebar-input-icon{color:var(--swe-primary-blue)}.swe-sidebar-help-box{color:#9ca3af;background-color:#f9fafb;border:1px solid #f3f4f6;border-radius:8px;margin-top:32px;padding:16px;font-size:10px;font-style:italic;line-height:1.6}.swe-sidebar-help-icon{color:#e5e7eb;margin-bottom:8px}@keyframes swe-fade-in{0%{opacity:0}to{opacity:1}}@keyframes swe-slide-in-top{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.swe-animate-fade{animation:.2s ease-out swe-fade-in}.swe-animate-slide{animation:.2s ease-out swe-slide-in-top}.swe-status-msg{border-radius:6px;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:10px;font-weight:700;display:flex}.swe-status-error{color:#dc2626;background-color:#fef2f2;border:1px solid #fee2e2}.swe-status-success{color:#16a34a;background-color:#f0fdf4;border:1px solid #dcfce7}.swe-status-info{color:#2563eb;background-color:#eff6ff;border:1px solid #dbeafe}.swe-search-results-list{flex-direction:column;gap:8px;max-height:400px;padding-right:4px;display:flex;overflow-y:auto}.swe-search-result-item{text-align:left;cursor:pointer;background-color:#fff;border:1px solid #f3f4f6;border-radius:8px;width:100%;padding:10px;transition:all .2s;box-shadow:0 1px 2px #00000005}.swe-search-result-item:hover{border-color:var(--swe-primary-blue);background-color:#f0f7ff;transform:translateY(-1px)}.swe-search-result-item:active{transform:translateY(0)}.swe-gap-1{gap:4px}.swe-gap-2{gap:8px}.swe-gap-3{gap:12px}.swe-gap-4{gap:16px}.swe-p-1{padding:4px}.swe-p-2{padding:8px}.swe-p-3{padding:12px}.swe-mt-1{margin-top:4px}.swe-mt-2{margin-top:8px}.swe-mt-4{margin-top:16px}.swe-mb-1{margin-bottom:4px}.swe-mb-2{margin-bottom:8px}.swe-mb-4{margin-bottom:16px}.swe-ml-1{margin-left:4px}.swe-mr-1{margin-right:4px}.swe-font-bold{font-weight:700}.swe-text-xs{font-size:.75rem}.swe-text-sm{font-size:.875rem}.swe-uppercase{text-transform:uppercase}.swe-tracking-wide{letter-spacing:.025em}.swe-tracking-widest{letter-spacing:.1em}.swe-italic{font-style:italic}.swe-rounded-full{border-radius:9999px}.swe-btn-sidebar-main{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.swe-btn-sidebar-primary{background-color:var(--swe-primary-blue);color:#fff;box-shadow:0 4px 6px -1px #2b579a33}.swe-btn-sidebar-primary:hover:not(:disabled){background-color:var(--swe-primary-blue-hover);transform:translateY(-1px)}.swe-btn-sidebar-success{color:#fff;background-color:#16a34a;box-shadow:0 4px 6px -1px #16a34a33}.swe-btn-sidebar-success:hover:not(:disabled){background-color:#15803d;transform:translateY(-1px)}.swe-btn-sidebar-outline{color:#374151;background-color:#fff;border:1px solid #d1d5db}.swe-btn-sidebar-outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.swe-btn-sidebar-main:disabled{opacity:.5;cursor:not-allowed}.swe-btn-sidebar-main:active:not(:disabled){transform:translateY(0)}.swe-pt-1{padding-top:4px}.swe-pt-2{padding-top:8px}.swe-pt-3{padding-top:12px}.swe-pt-4{padding-top:16px}.swe-pb-1{padding-bottom:4px}.swe-pb-2{padding-bottom:8px}.swe-pl-1{padding-left:4px}.swe-pl-2{padding-left:8px}.swe-accent-blue{accent-color:var(--swe-primary-blue)}.swe-editor-content p,.swe-editor-content div,.swe-editor-content li,.swe-editor-content span,.swe-editor-content td,.swe-editor-content th,.swe-editor-content h1,.swe-editor-content h2,.swe-editor-content h3,.swe-editor-content h4,.swe-editor-content h5,.swe-editor-content h6{color:#000}.swe-editor-content ul{list-style-type:disc;margin-top:8px!important;margin-bottom:8px!important;padding-left:30px!important}.swe-editor-content ol{list-style-type:decimal;margin-top:8px!important;margin-bottom:8px!important;padding-left:30px!important}.swe-editor-content li{margin-bottom:4px!important}.swe-editor-content blockquote{border-left:4px solid var(--swe-primary-blue)!important;color:#4b5563!important;background-color:#f9fafb!important;margin:12px 0!important;padding:10px 20px!important;font-style:italic!important}.swe-ribbon-collapsed{border-bottom-width:0!important;height:0!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden!important}.swe-tab-collapse-btn:hover{color:var(--swe-primary-blue)!important;background-color:#e2e8f0!important}/*$vite$:1*/`)),document.head.appendChild(e)}}catch(e){console.error(`vite-plugin-css-injected-by-js`,e)}})();
2
+ (function(e,t){typeof exports==`object`&&typeof module<`u`?t(exports,require(`react`),require(`react-dom`),require(`react/jsx-runtime`)):typeof define==`function`&&define.amd?define([`exports`,`react`,`react-dom`,`react/jsx-runtime`],t):(e=typeof globalThis<`u`?globalThis:e||self,t(e.ReactWordEditor={},e.React,e.ReactDOM,e.ReactJSXRuntime))})(this,function(e,t,n,r){Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});var i=Object.create,a=Object.defineProperty,o=Object.getOwnPropertyDescriptor,s=Object.getOwnPropertyNames,c=Object.getPrototypeOf,l=Object.prototype.hasOwnProperty,u=(e,t)=>()=>(e&&(t=e(e=0)),t),d=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),f=(e,t)=>{let n={};for(var r in e)a(n,r,{get:e[r],enumerable:!0});return t||a(n,Symbol.toStringTag,{value:`Module`}),n},p=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=s(t),c=0,u=i.length,d;c<u;c++)d=i[c],!l.call(e,d)&&d!==n&&a(e,d,{get:(e=>t[e]).bind(null,d),enumerable:!(r=o(t,d))||r.enumerable});return e},m=(e,t,n)=>(n=e==null?{}:i(c(e)),p(t||!e||!e.__esModule?a(n,`default`,{value:e,enumerable:!0}):n,e)),h=e=>l.call(e,`module.exports`)?e[`module.exports`]:p(a({},`__esModule`,{value:!0}),e);t=m(t,1),n=m(n,1);var g,_,v,y,b,x,S,C,w,T,E,D,O,k,A,j,M,N,P,F,I=u((()=>{g=`1.13.8`,_=typeof self==`object`&&self.self===self&&self||typeof global==`object`&&global.global===global&&global||Function(`return this`)()||{},v=Array.prototype,y=Object.prototype,b=typeof Symbol<`u`?Symbol.prototype:null,x=v.push,S=v.slice,C=y.toString,w=y.hasOwnProperty,T=typeof ArrayBuffer<`u`,E=typeof DataView<`u`,D=Array.isArray,O=Object.keys,k=Object.create,A=T&&ArrayBuffer.isView,j=isNaN,M=isFinite,N=!{toString:null}.propertyIsEnumerable(`toString`),P=[`valueOf`,`isPrototypeOf`,`toString`,`propertyIsEnumerable`,`hasOwnProperty`,`toLocaleString`],F=2**53-1}));function L(e,t){return t=t==null?e.length-1:+t,function(){for(var n=Math.max(arguments.length-t,0),r=Array(n),i=0;i<n;i++)r[i]=arguments[i+t];switch(t){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 a=Array(t+1);for(i=0;i<t;i++)a[i]=arguments[i];return a[t]=r,e.apply(this,a)}}var R=u((()=>{}));function z(e){var t=typeof e;return t===`function`||t===`object`&&!!e}var B=u((()=>{}));function ee(e){return e===null}var V=u((()=>{}));function H(e){return e===void 0}var te=u((()=>{}));function ne(e){return e===!0||e===!1||C.call(e)===`[object Boolean]`}var re=u((()=>{I()}));function ie(e){return!!(e&&e.nodeType===1)}var ae=u((()=>{}));function U(e){var t=`[object `+e+`]`;return function(e){return C.call(e)===t}}var W=u((()=>{I()})),oe,se=u((()=>{W(),oe=U(`String`)})),ce,le=u((()=>{W(),ce=U(`Number`)})),ue,de=u((()=>{W(),ue=U(`Date`)})),fe,G=u((()=>{W(),fe=U(`RegExp`)})),pe,me=u((()=>{W(),pe=U(`Error`)})),he,ge=u((()=>{W(),he=U(`Symbol`)})),_e,ve=u((()=>{W(),_e=U(`ArrayBuffer`)})),ye,be,xe,Se=u((()=>{W(),I(),ye=U(`Function`),be=_.document&&_.document.childNodes,typeof/./!=`function`&&typeof Int8Array!=`object`&&typeof be!=`function`&&(ye=function(e){return typeof e==`function`||!1}),xe=ye})),Ce,we=u((()=>{W(),Ce=U(`Object`)})),Te,Ee,De=u((()=>{I(),we(),Te=E&&(!/\[native code\]/.test(String(DataView))||Ce(new DataView(new ArrayBuffer(8)))),Ee=typeof Map<`u`&&Ce(new Map)}));function Oe(e){return e!=null&&xe(e.getInt8)&&_e(e.buffer)}var ke,Ae,je=u((()=>{W(),Se(),ve(),De(),ke=U(`DataView`),Ae=Te?Oe:ke})),K,Me=u((()=>{I(),W(),K=D||U(`Array`)}));function Ne(e,t){return e!=null&&w.call(e,t)}var Pe=u((()=>{I()})),Fe,Ie,Le=u((()=>{W(),Pe(),Fe=U(`Arguments`),(function(){Fe(arguments)||(Fe=function(e){return Ne(e,`callee`)})})(),Ie=Fe}));function Re(e){return!he(e)&&M(e)&&!isNaN(parseFloat(e))}var ze=u((()=>{I(),ge()}));function Be(e){return ce(e)&&j(e)}var q=u((()=>{I(),le()}));function Ve(e){return function(){return e}}var He=u((()=>{}));function Ue(e){return function(t){var n=e(t);return typeof n==`number`&&n>=0&&n<=F}}var We=u((()=>{I()}));function Ge(e){return function(t){return t?.[e]}}var Ke=u((()=>{})),qe,Je=u((()=>{Ke(),qe=Ge(`byteLength`)})),Ye,Xe=u((()=>{We(),Je(),Ye=Ue(qe)}));function Ze(e){return A?A(e)&&!Ae(e):Ye(e)&&Qe.test(C.call(e))}var Qe,$e,et=u((()=>{I(),je(),He(),Xe(),Qe=/\[object ((I|Ui)nt(8|16|32)|Float(32|64)|Uint8Clamped|Big(I|Ui)nt64)Array\]/,$e=T?Ze:Ve(!1)})),tt,nt=u((()=>{Ke(),tt=Ge(`length`)}));function rt(e){for(var t={},n=e.length,r=0;r<n;++r)t[e[r]]=!0;return{contains:function(e){return t[e]===!0},push:function(n){return t[n]=!0,e.push(n)}}}function it(e,t){t=rt(t);var n=P.length,r=e.constructor,i=xe(r)&&r.prototype||y,a=`constructor`;for(Ne(e,a)&&!t.contains(a)&&t.push(a);n--;)a=P[n],a in e&&e[a]!==i[a]&&!t.contains(a)&&t.push(a)}var J=u((()=>{I(),Se(),Pe()}));function Y(e){if(!z(e))return[];if(O)return O(e);var t=[];for(var n in e)Ne(e,n)&&t.push(n);return N&&it(e,t),t}var at=u((()=>{B(),I(),Pe(),J()}));function ot(e){if(e==null)return!0;var t=tt(e);return typeof t==`number`&&(K(e)||oe(e)||Ie(e))?t===0:tt(Y(e))===0}var st=u((()=>{nt(),Me(),se(),Le(),at()}));function ct(e,t){var n=Y(t),r=n.length;if(e==null)return!r;for(var i=Object(e),a=0;a<r;a++){var o=n[a];if(t[o]!==i[o]||!(o in i))return!1}return!0}var lt=u((()=>{at()}));function X(e){if(e instanceof X)return e;if(!(this instanceof X))return new X(e);this._wrapped=e}var ut=u((()=>{I(),X.VERSION=g,X.prototype.value=function(){return this._wrapped},X.prototype.valueOf=X.prototype.toJSON=X.prototype.value,X.prototype.toString=function(){return String(this._wrapped)}}));function dt(e){return new Uint8Array(e.buffer||e,e.byteOffset||0,qe(e))}var ft=u((()=>{Je()}));function pt(e,t){for(var n=[{a:e,b:t}],r=[],i=[];n.length;){var a=n.pop();if(a===!0){r.pop(),i.pop();continue}if(e=a.a,t=a.b,e===t){if(e!==0||1/e==1/t)continue;return!1}if(e==null||t==null)return!1;if(e!==e){if(t!==t)continue;return!1}var o=typeof e;if(o!==`function`&&o!==`object`&&typeof t!=`object`)return!1;e instanceof X&&(e=e._wrapped),t instanceof X&&(t=t._wrapped);var s=C.call(e);if(s!==C.call(t))return!1;if(Te&&s==`[object Object]`&&Ae(e)){if(!Ae(t))return!1;s=mt}switch(s){case`[object RegExp]`:case`[object String]`:if(``+e==``+t)continue;return!1;case`[object Number]`:n.push({a:+e,b:+t});continue;case`[object Date]`:case`[object Boolean]`:if(+e==+t)continue;return!1;case`[object Symbol]`:if(b.valueOf.call(e)===b.valueOf.call(t))continue;return!1;case`[object ArrayBuffer]`:case mt:n.push({a:dt(e),b:dt(t)});continue}var c=s===`[object Array]`;if(!c&&$e(e)){if(qe(e)!==qe(t))return!1;if(e.buffer===t.buffer&&e.byteOffset===t.byteOffset)continue;c=!0}if(!c){if(typeof e!=`object`||typeof t!=`object`)return!1;var l=e.constructor,u=t.constructor;if(l!==u&&!(xe(l)&&l instanceof l&&xe(u)&&u instanceof u)&&`constructor`in e&&`constructor`in t)return!1}for(var d=r.length;d--;)if(r[d]===e){if(i[d]===t)break;return!1}if(!(d>=0))if(r.push(e),i.push(t),n.push(!0),c){if(d=e.length,d!==t.length)return!1;for(;d--;)n.push({a:e[d],b:t[d]})}else{var f=Y(e),p;if(d=f.length,Y(t).length!==d)return!1;for(;d--;){if(p=f[d],!Ne(t,p))return!1;n.push({a:e[p],b:t[p]})}}}return!0}var mt,ht=u((()=>{ut(),I(),Je(),et(),Se(),De(),je(),at(),Pe(),ft(),mt=`[object DataView]`}));function gt(e){if(!z(e))return[];var t=[];for(var n in e)t.push(n);return N&&it(e,t),t}var _t=u((()=>{B(),I(),J()}));function vt(e){var t=tt(e);return function(n){if(n==null||tt(gt(n)))return!1;for(var r=0;r<t;r++)if(!xe(n[e[r]]))return!1;return e!==wt||!xe(n[yt])}}var yt,bt,xt,St,Ct,wt,Tt,Et=u((()=>{nt(),Se(),_t(),yt=`forEach`,bt=`has`,xt=[`clear`,`delete`],St=[`get`,bt,`set`],Ct=xt.concat(yt,St),wt=xt.concat(St),Tt=[`add`].concat(xt,yt,bt)})),Dt,Ot=u((()=>{W(),De(),Et(),Dt=Ee?vt(Ct):U(`Map`)})),kt,At=u((()=>{W(),De(),Et(),kt=Ee?vt(wt):U(`WeakMap`)})),jt,Mt=u((()=>{W(),De(),Et(),jt=Ee?vt(Tt):U(`Set`)})),Nt,Pt=u((()=>{W(),Nt=U(`WeakSet`)}));function Ft(e){for(var t=Y(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=e[t[i]];return r}var It=u((()=>{at()}));function Lt(e){for(var t=Y(e),n=t.length,r=Array(n),i=0;i<n;i++)r[i]=[t[i],e[t[i]]];return r}var Rt=u((()=>{at()}));function zt(e){for(var t={},n=Y(e),r=0,i=n.length;r<i;r++)t[e[n[r]]]=n[r];return t}var Bt=u((()=>{at()}));function Vt(e){var t=[];for(var n in e)xe(e[n])&&t.push(n);return t.sort()}var Ht=u((()=>{Se()}));function Ut(e,t){return function(n){var r=arguments.length;if(t&&(n=Object(n)),r<2||n==null)return n;for(var i=1;i<r;i++)for(var a=arguments[i],o=e(a),s=o.length,c=0;c<s;c++){var l=o[c];(!t||n[l]===void 0)&&(n[l]=a[l])}return n}}var Wt=u((()=>{})),Gt,Kt=u((()=>{Wt(),_t(),Gt=Ut(gt)})),qt,Jt=u((()=>{Wt(),at(),qt=Ut(Y)})),Yt,Xt=u((()=>{Wt(),_t(),Yt=Ut(gt,!0)}));function Zt(){return function(){}}function Qt(e){if(!z(e))return{};if(k)return k(e);var t=Zt();t.prototype=e;var n=new t;return t.prototype=null,n}var $t=u((()=>{B(),I()}));function en(e,t){var n=Qt(e);return t&&qt(n,t),n}var tn=u((()=>{$t(),Jt()}));function nn(e){return z(e)?K(e)?e.slice():Gt({},e):e}var rn=u((()=>{B(),Me(),Kt()}));function an(e,t){return t(e),e}var on=u((()=>{}));function sn(e){return K(e)?e:[e]}var cn=u((()=>{ut(),Me(),X.toPath=sn}));function ln(e){return X.toPath(e)}var un=u((()=>{ut(),cn()}));function dn(e,t){for(var n=t.length,r=0;r<n;r++){if(e==null)return;e=e[t[r]]}return n?e:void 0}var fn=u((()=>{}));function pn(e,t,n){var r=dn(e,ln(t));return H(r)?n:r}var mn=u((()=>{un(),fn(),te()}));function hn(e,t){t=ln(t);for(var n=t.length,r=0;r<n;r++){var i=t[r];if(!Ne(e,i))return!1;e=e[i]}return!!n}var gn=u((()=>{Pe(),un()}));function _n(e){return e}var vn=u((()=>{}));function yn(e){return e=qt({},e),function(t){return ct(t,e)}}var bn=u((()=>{Jt(),lt()}));function xn(e){return e=ln(e),function(t){return dn(t,e)}}var Sn=u((()=>{fn(),un()}));function Cn(e,t,n){if(t===void 0)return e;switch(n??3){case 1:return function(n){return e.call(t,n)};case 3:return function(n,r,i){return e.call(t,n,r,i)};case 4:return function(n,r,i,a){return e.call(t,n,r,i,a)}}return function(){return e.apply(t,arguments)}}var wn=u((()=>{}));function Tn(e,t,n){return e==null?_n:xe(e)?Cn(e,t,n):z(e)&&!K(e)?yn(e):xn(e)}var En=u((()=>{vn(),Se(),B(),Me(),bn(),Sn(),wn()}));function Dn(e,t){return Tn(e,t,1/0)}var On=u((()=>{ut(),En(),X.iteratee=Dn}));function kn(e,t,n){return X.iteratee===Dn?Tn(e,t,n):X.iteratee(e,t)}var An=u((()=>{ut(),En(),On()}));function jn(e,t,n){t=kn(t,n);for(var r=Y(e),i=r.length,a={},o=0;o<i;o++){var s=r[o];a[s]=t(e[s],s,e)}return a}var Mn=u((()=>{An(),at()}));function Nn(){}var Pn=u((()=>{}));function Fn(e){return e==null?Nn:function(t){return pn(e,t)}}var In=u((()=>{Pn(),mn()}));function Ln(e,t,n){var r=Array(Math.max(0,e));t=Cn(t,n,1);for(var i=0;i<e;i++)r[i]=t(i);return r}var Rn=u((()=>{wn()}));function zn(e,t){return t??(t=e,e=0),e+Math.floor(Math.random()*(t-e+1))}var Bn=u((()=>{})),Vn,Hn=u((()=>{Vn=Date.now||function(){return new Date().getTime()}}));function Un(e){var t=function(t){return e[t]},n=`(?:`+Y(e).join(`|`)+`)`,r=RegExp(n),i=RegExp(n,`g`);return function(e){return e=e==null?``:``+e,r.test(e)?e.replace(i,t):e}}var Wn=u((()=>{at()})),Gn,Kn=u((()=>{Gn={"&":`&amp;`,"<":`&lt;`,">":`&gt;`,'"':`&quot;`,"'":`&#x27;`,"`":`&#x60;`}})),qn,Jn=u((()=>{Wn(),Kn(),qn=Un(Gn)})),Yn,Xn=u((()=>{Bt(),Kn(),Yn=zt(Gn)})),Zn,Qn=u((()=>{Wn(),Xn(),Zn=Un(Yn)})),$n,er=u((()=>{ut(),$n=X.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g}}));function tr(e){return`\\`+ir[e]}function nr(e,t,n){!t&&n&&(t=n),t=Yt({},t,X.templateSettings);var r=RegExp([(t.escape||rr).source,(t.interpolate||rr).source,(t.evaluate||rr).source].join(`|`)+`|$`,`g`),i=0,a=`__p+='`;e.replace(r,function(t,n,r,o,s){return a+=e.slice(i,s).replace(ar,tr),i=s+t.length,n?a+=`'+
3
3
  ((__t=(`+n+`))==null?'':_.escape(__t))+
4
4
  '`:r?a+=`'+
5
5
  ((__t=(`+r+`))==null?'':__t)+
@@ -11,7 +11,7 @@ __p+='`),t}),a+=`';
11
11
  `,o=`obj`;a=`var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};
12
12
  `+a+`return __p;
13
13
  `;var s;try{s=Function(o,`_`,a)}catch(e){throw e.source=a,e}var c=function(e){return s.call(this,e,X)};return c.source=`function(`+o+`){
14
- `+a+`}`,c}var rr,ir,ar,or,sr=u((()=>{Xt(),ut(),er(),rr=/(.)^/,ir={"'":`'`,"\\":`\\`,"\r":`r`,"\n":`n`,"\u2028":`u2028`,"\u2029":`u2029`},ar=/\\|'|\r|\n|\u2028|\u2029/g,or=/^\s*(\w|\$)+\s*$/}));function cr(e,t,n){t=ln(t);var r=t.length;if(!r)return G(n)?n.call(e):n;for(var i=0;i<r;i++){var a=e?.[t[i]];a===void 0&&(a=n,i=r),e=G(a)?a.call(e):a}return e}var lr=u((()=>{Se(),un()}));function ur(e){var t=++dr+``;return e?e+t:t}var dr,fr=u((()=>{dr=0}));function pr(e){var t=X(e);return t._chain=!0,t}var mr=u((()=>{ut()}));function hr(e,t,n,r,i){if(!(r instanceof t))return e.apply(n,i);var a=Qt(e.prototype),o=e.apply(a,i);return z(o)?o:a}var gr=u((()=>{$t(),B()})),_r,vr=u((()=>{R(),gr(),ut(),_r=L(function(e,t){var n=_r.placeholder,r=function(){for(var i=0,a=t.length,o=Array(a),s=0;s<a;s++)o[s]=t[s]===n?arguments[i++]:t[s];for(;i<arguments.length;)o.push(arguments[i++]);return hr(e,r,this,this,o)};return r}),_r.placeholder=X})),yr,br=u((()=>{R(),Se(),gr(),yr=L(function(e,t,n){if(!G(e))throw TypeError(`Bind must be called on a function`);var r=L(function(i){return hr(e,r,t,this,n.concat(i))});return r})})),xr,Sr=u((()=>{We(),et(),xr=Ue(Y)}));function Cr(e,t,n){!t&&t!==0&&(t=1/0);for(var r=[],i=0,a=0,o=Y(e)||0,s=[];;){if(a>=o){if(!s.length)break;var c=s.pop();a=c.i,e=c.v,o=Y(e);continue}var l=e[a++];s.length>=t?r[i++]=l:xr(l)&&(je(l)||q(l))?(s.push({i:a,v:e}),a=0,e=l,o=Y(e)):n||(r[i++]=l)}return r}var wr=u((()=>{et(),Sr(),Me(),Ie()})),Tr,Er=u((()=>{R(),wr(),br(),Tr=L(function(e,t){t=Cr(t,!1,!1);var n=t.length;if(n<1)throw Error(`bindAll must be passed function names`);for(;n--;){var r=t[n];e[r]=yr(e[r],e)}return e})}));function Dr(e,t){var n=function(r){var i=n.cache,a=``+(t?t.apply(this,arguments):r);return Ne(i,a)||(i[a]=e.apply(this,arguments)),i[a]};return n.cache={},n}var Or=u((()=>{Pe()})),kr,Ar=u((()=>{R(),kr=L(function(e,t,n){return setTimeout(function(){return e.apply(null,n)},t)})})),jr,Mr=u((()=>{vr(),Ar(),ut(),jr=_r(kr,X,1)}));function Nr(e,t,n){var r,i,a,o,s=0;n||={};var c=function(){s=n.leading===!1?0:Vn(),r=null,o=e.apply(i,a),r||(i=a=null)},l=function(){var l=Vn();!s&&n.leading===!1&&(s=l);var u=t-(l-s);return i=this,a=arguments,u<=0||u>t?(r&&=(clearTimeout(r),null),s=l,o=e.apply(i,a),r||(i=a=null)):!r&&n.trailing!==!1&&(r=setTimeout(c,u)),o};return l.cancel=function(){clearTimeout(r),s=0,r=i=a=null},l}var Pr=u((()=>{Hn()}));function Fr(e,t,n){var r,i,a,o,s,c=function(){var l=Vn()-i;t>l?r=setTimeout(c,t-l):(r=null,n||(o=e.apply(s,a)),r||(a=s=null))},l=L(function(l){return s=this,a=l,i=Vn(),r||(r=setTimeout(c,t),n&&(o=e.apply(s,a))),o});return l.cancel=function(){clearTimeout(r),r=a=s=null},l}var Ir=u((()=>{R(),Hn()}));function Lr(e,t){return _r(t,e)}var Rr=u((()=>{vr()}));function zr(e){return function(){return!e.apply(this,arguments)}}var Br=u((()=>{}));function Vr(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}}var Hr=u((()=>{}));function Ur(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}var Wr=u((()=>{}));function Gr(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var Kr=u((()=>{})),qr,Jr=u((()=>{vr(),Kr(),qr=_r(Gr,2)}));function Yr(e,t,n){t=kn(t,n);for(var r=it(e),i,a=0,o=r.length;a<o;a++)if(i=r[a],t(e[i],i,e))return i}var Xr=u((()=>{An(),at()}));function Zr(e){return function(t,n,r){n=kn(n,r);for(var i=Y(t),a=e>0?0:i-1;a>=0&&a<i;a+=e)if(n(t[a],a,t))return a;return-1}}var Qr=u((()=>{An(),et()})),$r,ei=u((()=>{Qr(),$r=Zr(1)})),ti,ni=u((()=>{Qr(),ti=Zr(-1)}));function ri(e,t,n,r){n=kn(n,r,1);for(var i=n(t),a=0,o=Y(e);a<o;){var s=Math.floor((a+o)/2);n(e[s])<i?a=s+1:o=s}return a}var ii=u((()=>{An(),et()}));function ai(e,t,n){return function(r,i,a){var o=0,s=Y(r);if(typeof a==`number`)e>0?o=a>=0?a:Math.max(a+s,o):s=a>=0?Math.min(a+1,s):a+s+1;else if(n&&a&&s)return a=n(r,i),r[a]===i?a:-1;if(i!==i)return a=t(S.call(r,o,s),ze),a>=0?a+o:-1;for(a=e>0?o:s-1;a>=0&&a<s;a+=e)if(r[a]===i)return a;return-1}}var oi=u((()=>{et(),I(),Be()})),si,ci=u((()=>{ii(),ei(),oi(),si=ai(1,$r,ri)})),li,ui=u((()=>{ni(),oi(),li=ai(-1,ti)}));function di(e,t,n){var r=(xr(e)?$r:Yr)(e,t,n);if(r!==void 0&&r!==-1)return e[r]}var fi=u((()=>{Sr(),ei(),Xr()}));function pi(e,t){return di(e,yn(t))}var mi=u((()=>{fi(),bn()}));function hi(e,t,n){t=Cn(t,n);var r,i;if(xr(e))for(r=0,i=e.length;r<i;r++)t(e[r],r,e);else{var a=it(e);for(r=0,i=a.length;r<i;r++)t(e[a[r]],a[r],e)}return e}var gi=u((()=>{wn(),Sr(),at()}));function _i(e,t,n){t=kn(t,n);for(var r=!xr(e)&&it(e),i=(r||e).length,a=Array(i),o=0;o<i;o++){var s=r?r[o]:o;a[o]=t(e[s],s,e)}return a}var vi=u((()=>{An(),Sr(),at()}));function yi(e){var t=function(t,n,r,i){var a=!xr(t)&&it(t),o=(a||t).length,s=e>0?0:o-1;for(i||(r=t[a?a[s]:s],s+=e);s>=0&&s<o;s+=e){var c=a?a[s]:s;r=n(r,t[c],c,t)}return r};return function(e,n,r,i){var a=arguments.length>=3;return t(e,Cn(n,i,4),r,a)}}var bi=u((()=>{Sr(),at(),wn()})),xi,Si=u((()=>{bi(),xi=yi(1)})),Ci,wi=u((()=>{bi(),Ci=yi(-1)}));function Ti(e,t,n){var r=[];return t=kn(t,n),hi(e,function(e,n,i){t(e,n,i)&&r.push(e)}),r}var Ei=u((()=>{An(),gi()}));function Di(e,t,n){return Ti(e,zr(kn(t)),n)}var Oi=u((()=>{Ei(),Br(),An()}));function ki(e,t,n){t=kn(t,n);for(var r=!xr(e)&&it(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(!t(e[o],o,e))return!1}return!0}var Ai=u((()=>{An(),Sr(),at()}));function ji(e,t,n){t=kn(t,n);for(var r=!xr(e)&&it(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(t(e[o],o,e))return!0}return!1}var Mi=u((()=>{An(),Sr(),at()}));function Ni(e,t,n,r){return xr(e)||(e=Ft(e)),(typeof n!=`number`||r)&&(n=0),si(e,t,n)>=0}var Pi=u((()=>{Sr(),It(),ci()})),Fi,Ii=u((()=>{R(),Se(),vi(),fn(),un(),Fi=L(function(e,t,n){var r,i;return G(t)?i=t:(t=ln(t),r=t.slice(0,-1),t=t[t.length-1]),_i(e,function(e){var a=i;if(!a){if(r&&r.length&&(e=dn(e,r)),e==null)return;a=e[t]}return a==null?a:a.apply(e,n)})})}));function Li(e,t){return _i(e,xn(t))}var Ri=u((()=>{vi(),Sn()}));function zi(e,t){return Ti(e,yn(t))}var Bi=u((()=>{Ei(),bn()}));function Vi(e,t,n){var r=-1/0,i=-1/0,a,o;if(t==null||typeof t==`number`&&typeof e[0]!=`object`&&e!=null){e=xr(e)?e:Ft(e);for(var s=0,c=e.length;s<c;s++)a=e[s],a!=null&&a>r&&(r=a)}else t=kn(t,n),hi(e,function(e,n,a){o=t(e,n,a),(o>i||o===-1/0&&r===-1/0)&&(r=e,i=o)});return r}var Hi=u((()=>{Sr(),It(),An(),gi()}));function Ui(e,t,n){var r=1/0,i=1/0,a,o;if(t==null||typeof t==`number`&&typeof e[0]!=`object`&&e!=null){e=xr(e)?e:Ft(e);for(var s=0,c=e.length;s<c;s++)a=e[s],a!=null&&a<r&&(r=a)}else t=kn(t,n),hi(e,function(e,n,a){o=t(e,n,a),(o<i||o===1/0&&r===1/0)&&(r=e,i=o)});return r}var Wi=u((()=>{Sr(),It(),An(),gi()}));function Gi(e){return e?je(e)?S.call(e):se(e)?e.match(Ki):xr(e)?_i(e,_n):Ft(e):[]}var Ki,qi=u((()=>{Me(),I(),ce(),Sr(),vi(),vn(),It(),Ki=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g}));function Ji(e,t,n){if(t==null||n)return xr(e)||(e=Ft(e)),e[zn(e.length-1)];var r=Gi(e),i=Y(r);t=Math.max(Math.min(t,i),0);for(var a=i-1,o=0;o<t;o++){var s=zn(o,a),c=r[o];r[o]=r[s],r[s]=c}return r.slice(0,t)}var Yi=u((()=>{Sr(),It(),et(),Bn(),qi()}));function Xi(e){return Ji(e,1/0)}var Zi=u((()=>{Yi()}));function Qi(e,t,n){var r=0;return t=kn(t,n),Li(_i(e,function(e,n,i){return{value:e,index:r++,criteria:t(e,n,i)}}).sort(function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||n===void 0)return 1;if(n<r||r===void 0)return-1}return e.index-t.index}),`value`)}var $i=u((()=>{An(),Ri(),vi()}));function ea(e,t){return function(n,r,i){var a=t?[[],[]]:{};return r=kn(r,i),hi(n,function(t,i){e(a,t,r(t,i,n))}),a}}var ta=u((()=>{An(),gi()})),na,ra=u((()=>{ta(),Pe(),na=ea(function(e,t,n){Ne(e,n)?e[n].push(t):e[n]=[t]})})),ia,aa=u((()=>{ta(),ia=ea(function(e,t,n){e[n]=t})})),oa,sa=u((()=>{ta(),Pe(),oa=ea(function(e,t,n){Ne(e,n)?e[n]++:e[n]=1})})),ca,la=u((()=>{ta(),ca=ea(function(e,t,n){e[+!n].push(t)},!0)}));function ua(e){return e==null?0:xr(e)?e.length:it(e).length}var da=u((()=>{Sr(),at()}));function fa(e,t,n){return t in n}var pa=u((()=>{})),ma,ha=u((()=>{R(),Se(),wn(),_t(),pa(),wr(),ma=L(function(e,t){var n={},r=t[0];if(e==null)return n;G(r)?(t.length>1&&(r=Cn(r,t[1])),t=gt(e)):(r=fa,t=Cr(t,!1,!1),e=Object(e));for(var i=0,a=t.length;i<a;i++){var o=t[i],s=e[o];r(s,o,e)&&(n[o]=s)}return n})})),ga,_a=u((()=>{R(),Se(),Br(),vi(),wr(),Pi(),ha(),ga=L(function(e,t){var n=t[0],r;return G(n)?(n=zr(n),t.length>1&&(r=t[1])):(t=_i(Cr(t,!1,!1),String),n=function(e,n){return!Ni(t,n)}),ma(e,n,r)})}));function va(e,t,n){return S.call(e,0,Math.max(0,e.length-(t==null||n?1:t)))}var ya=u((()=>{I()}));function ba(e,t,n){return e==null||e.length<1?t==null||n?void 0:[]:t==null||n?e[0]:va(e,e.length-t)}var xa=u((()=>{ya()}));function Sa(e,t,n){return S.call(e,t==null||n?1:t)}var Ca=u((()=>{I()}));function wa(e,t,n){return e==null||e.length<1?t==null||n?void 0:[]:t==null||n?e[e.length-1]:Sa(e,Math.max(0,e.length-t))}var Ta=u((()=>{Ca()}));function Ea(e){return Ti(e,Boolean)}var Da=u((()=>{Ei()}));function Oa(e,t){return Cr(e,t,!1)}var ka=u((()=>{wr()})),Aa,ja=u((()=>{R(),wr(),Ei(),Pi(),Aa=L(function(e,t){return t=Cr(t,!0,!0),Ti(e,function(e){return!Ni(t,e)})})})),Ma,Na=u((()=>{R(),ja(),Ma=L(function(e,t){return Aa(e,t)})}));function Pa(e,t,n,r){re(t)||(r=n,n=t,t=!1),n!=null&&(n=kn(n,r));for(var i=[],a=[],o=0,s=Y(e);o<s;o++){var c=e[o],l=n?n(c,o,e):c;t&&!n?((!o||a!==l)&&i.push(c),a=l):n?Ni(a,l)||(a.push(l),i.push(c)):Ni(i,c)||i.push(c)}return i}var Fa=u((()=>{ie(),An(),et(),Pi()})),Ia,La=u((()=>{R(),Fa(),wr(),Ia=L(function(e){return Pa(Cr(e,!0,!0))})}));function Ra(e){for(var t=[],n=arguments.length,r=0,i=Y(e);r<i;r++){var a=e[r];if(!Ni(t,a)){var o;for(o=1;o<n&&Ni(arguments[o],a);o++);o===n&&t.push(a)}}return t}var za=u((()=>{et(),Pi()}));function Ba(e){for(var t=e&&Vi(e,Y).length||0,n=Array(t),r=0;r<t;r++)n[r]=Li(e,r);return n}var Va=u((()=>{Hi(),et(),Ri()})),Ha,Ua=u((()=>{R(),Va(),Ha=L(Ba)}));function Wa(e,t){for(var n={},r=0,i=Y(e);r<i;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n}var Ga=u((()=>{et()}));function Ka(e,t,n){t??(t=e||0,e=0),n||=t<e?-1:1;for(var r=Math.max(Math.ceil((t-e)/n),0),i=Array(r),a=0;a<r;a++,e+=n)i[a]=e;return i}var qa=u((()=>{}));function Ja(e,t){if(t==null||t<1)return[];for(var n=[],r=0,i=e.length;r<i;)n.push(S.call(e,r,r+=t));return n}var Ya=u((()=>{I()}));function Xa(e,t){return e._chain?X(t).chain():t}var Za=u((()=>{ut()}));function Qa(e){return hi(Vt(e),function(t){var n=X[t]=e[t];X.prototype[t]=function(){var e=[this._wrapped];return x.apply(e,arguments),Xa(this,n.apply(X,e))}}),X}var $a=u((()=>{ut(),gi(),Ht(),I(),Za()})),eo,to=u((()=>{ut(),gi(),I(),Za(),hi([`pop`,`push`,`reverse`,`shift`,`sort`,`splice`,`unshift`],function(e){var t=v[e];X.prototype[e]=function(){var n=this._wrapped;return n!=null&&(t.apply(n,arguments),(e===`shift`||e===`splice`)&&n.length===0&&delete n[0]),Xa(this,n)}}),hi([`concat`,`join`,`slice`],function(e){var t=v[e];X.prototype[e]=function(){var e=this._wrapped;return e!=null&&(e=t.apply(e,arguments)),Xa(this,e)}}),eo=X})),no=f({VERSION:()=>g,after:()=>Ur,all:()=>ki,allKeys:()=>gt,any:()=>ji,assign:()=>qt,before:()=>Gr,bind:()=>yr,bindAll:()=>Tr,chain:()=>pr,chunk:()=>Ja,clone:()=>nn,collect:()=>_i,compact:()=>Ea,compose:()=>Vr,constant:()=>Ve,contains:()=>Ni,countBy:()=>oa,create:()=>en,debounce:()=>Fr,default:()=>eo,defaults:()=>Yt,defer:()=>jr,delay:()=>kr,detect:()=>di,difference:()=>Aa,drop:()=>Sa,each:()=>hi,escape:()=>qn,every:()=>ki,extend:()=>Gt,extendOwn:()=>qt,filter:()=>Ti,find:()=>di,findIndex:()=>$r,findKey:()=>Yr,findLastIndex:()=>ti,findWhere:()=>pi,first:()=>ba,flatten:()=>Oa,foldl:()=>xi,foldr:()=>Ci,forEach:()=>hi,functions:()=>Vt,get:()=>pn,groupBy:()=>na,has:()=>hn,head:()=>ba,identity:()=>_n,include:()=>Ni,includes:()=>Ni,indexBy:()=>ia,indexOf:()=>si,initial:()=>va,inject:()=>xi,intersection:()=>Ra,invert:()=>zt,invoke:()=>Fi,isArguments:()=>q,isArray:()=>je,isArrayBuffer:()=>ve,isBoolean:()=>re,isDataView:()=>ke,isDate:()=>de,isElement:()=>ae,isEmpty:()=>ot,isEqual:()=>pt,isError:()=>me,isFinite:()=>Le,isFunction:()=>G,isMap:()=>Dt,isMatch:()=>ct,isNaN:()=>ze,isNull:()=>ee,isNumber:()=>le,isObject:()=>z,isRegExp:()=>pe,isSet:()=>jt,isString:()=>se,isSymbol:()=>ge,isTypedArray:()=>$e,isUndefined:()=>V,isWeakMap:()=>kt,isWeakSet:()=>Nt,iteratee:()=>Dn,keys:()=>it,last:()=>wa,lastIndexOf:()=>li,map:()=>_i,mapObject:()=>jn,matcher:()=>yn,matches:()=>yn,max:()=>Vi,memoize:()=>Dr,methods:()=>Vt,min:()=>Ui,mixin:()=>Qa,negate:()=>zr,noop:()=>Nn,now:()=>Vn,object:()=>Wa,omit:()=>ga,once:()=>qr,pairs:()=>Lt,partial:()=>_r,partition:()=>ca,pick:()=>ma,pluck:()=>Li,property:()=>xn,propertyOf:()=>Fn,random:()=>zn,range:()=>Ka,reduce:()=>xi,reduceRight:()=>Ci,reject:()=>Di,rest:()=>Sa,restArguments:()=>L,result:()=>cr,sample:()=>Ji,select:()=>Ti,shuffle:()=>Xi,size:()=>ua,some:()=>ji,sortBy:()=>Qi,sortedIndex:()=>ri,tail:()=>Sa,take:()=>ba,tap:()=>an,template:()=>nr,templateSettings:()=>$n,throttle:()=>Nr,times:()=>Ln,toArray:()=>Gi,toPath:()=>sn,transpose:()=>Ba,unescape:()=>Zn,union:()=>Ia,uniq:()=>Pa,unique:()=>Pa,uniqueId:()=>ur,unzip:()=>Ba,values:()=>Ft,where:()=>zi,without:()=>Ma,wrap:()=>Lr,zip:()=>Ha}),ro=u((()=>{I(),R(),B(),te(),ne(),ie(),oe(),ce(),ue(),fe(),W(),he(),_e(),ye(),Ae(),Me(),Se(),Ie(),Re(),Be(),J(),st(),lt(),ht(),Ot(),At(),Mt(),Pt(),at(),_t(),It(),Rt(),Bt(),Ht(),Kt(),Jt(),Xt(),tn(),rn(),on(),mn(),gn(),Mn(),vn(),He(),Pn(),cn(),Sn(),In(),bn(),Rn(),Bn(),Hn(),Jn(),Qn(),er(),sr(),lr(),fr(),mr(),On(),vr(),br(),Er(),Or(),Ar(),Mr(),Pr(),Ir(),Rr(),Br(),Hr(),Wr(),Kr(),Jr(),Xr(),ei(),ni(),ii(),ci(),ui(),fi(),mi(),gi(),vi(),Si(),wi(),Ei(),Oi(),Ai(),Mi(),Pi(),Ii(),Ri(),Bi(),Hi(),Wi(),Zi(),Yi(),$i(),ra(),aa(),sa(),la(),qi(),da(),ha(),_a(),xa(),ya(),Ta(),Ca(),Da(),ka(),Na(),Fa(),La(),za(),ja(),Va(),Ua(),Ga(),qa(),Ya(),$a(),to()})),io,ao=u((()=>{ro(),io=Qa(no),io._=io})),oo=f({VERSION:()=>g,after:()=>Ur,all:()=>ki,allKeys:()=>gt,any:()=>ji,assign:()=>qt,before:()=>Gr,bind:()=>yr,bindAll:()=>Tr,chain:()=>pr,chunk:()=>Ja,clone:()=>nn,collect:()=>_i,compact:()=>Ea,compose:()=>Vr,constant:()=>Ve,contains:()=>Ni,countBy:()=>oa,create:()=>en,debounce:()=>Fr,default:()=>io,defaults:()=>Yt,defer:()=>jr,delay:()=>kr,detect:()=>di,difference:()=>Aa,drop:()=>Sa,each:()=>hi,escape:()=>qn,every:()=>ki,extend:()=>Gt,extendOwn:()=>qt,filter:()=>Ti,find:()=>di,findIndex:()=>$r,findKey:()=>Yr,findLastIndex:()=>ti,findWhere:()=>pi,first:()=>ba,flatten:()=>Oa,foldl:()=>xi,foldr:()=>Ci,forEach:()=>hi,functions:()=>Vt,get:()=>pn,groupBy:()=>na,has:()=>hn,head:()=>ba,identity:()=>_n,include:()=>Ni,includes:()=>Ni,indexBy:()=>ia,indexOf:()=>si,initial:()=>va,inject:()=>xi,intersection:()=>Ra,invert:()=>zt,invoke:()=>Fi,isArguments:()=>q,isArray:()=>je,isArrayBuffer:()=>ve,isBoolean:()=>re,isDataView:()=>ke,isDate:()=>de,isElement:()=>ae,isEmpty:()=>ot,isEqual:()=>pt,isError:()=>me,isFinite:()=>Le,isFunction:()=>G,isMap:()=>Dt,isMatch:()=>ct,isNaN:()=>ze,isNull:()=>ee,isNumber:()=>le,isObject:()=>z,isRegExp:()=>pe,isSet:()=>jt,isString:()=>se,isSymbol:()=>ge,isTypedArray:()=>$e,isUndefined:()=>V,isWeakMap:()=>kt,isWeakSet:()=>Nt,iteratee:()=>Dn,keys:()=>it,last:()=>wa,lastIndexOf:()=>li,map:()=>_i,mapObject:()=>jn,matcher:()=>yn,matches:()=>yn,max:()=>Vi,memoize:()=>Dr,methods:()=>Vt,min:()=>Ui,mixin:()=>Qa,negate:()=>zr,noop:()=>Nn,now:()=>Vn,object:()=>Wa,omit:()=>ga,once:()=>qr,pairs:()=>Lt,partial:()=>_r,partition:()=>ca,pick:()=>ma,pluck:()=>Li,property:()=>xn,propertyOf:()=>Fn,random:()=>zn,range:()=>Ka,reduce:()=>xi,reduceRight:()=>Ci,reject:()=>Di,rest:()=>Sa,restArguments:()=>L,result:()=>cr,sample:()=>Ji,select:()=>Ti,shuffle:()=>Xi,size:()=>ua,some:()=>ji,sortBy:()=>Qi,sortedIndex:()=>ri,tail:()=>Sa,take:()=>ba,tap:()=>an,template:()=>nr,templateSettings:()=>$n,throttle:()=>Nr,times:()=>Ln,toArray:()=>Gi,toPath:()=>sn,transpose:()=>Ba,unescape:()=>Zn,union:()=>Ia,uniq:()=>Pa,unique:()=>Pa,uniqueId:()=>ur,unzip:()=>Ba,values:()=>Ft,where:()=>zi,without:()=>Ma,wrap:()=>Lr,zip:()=>Ha}),so=u((()=>{ao(),ro()})),co=d(((e,t)=>{var n=(function(){"use strict";return this===void 0})();if(n)t.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:n,propertyIsWritable:function(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return!!(!n||n.writable||n.set)}};else{var r={}.hasOwnProperty,i={}.toString,a={}.constructor.prototype,o=function(e){var t=[];for(var n in e)r.call(e,n)&&t.push(n);return t};t.exports={isArray:function(e){try{return i.call(e)===`[object Array]`}catch{return!1}},keys:o,names:o,defineProperty:function(e,t,n){return e[t]=n.value,e},getDescriptor:function(e,t){return{value:e[t]}},freeze:function(e){return e},getPrototypeOf:function(e){try{return Object(e).constructor.prototype}catch{return a}},isES5:n,propertyIsWritable:function(){return!0}}}})),Z=d(((e,t)=>{var n=co(),r=typeof navigator>`u`,i={e:{}},a,o=typeof self<`u`?self:typeof window<`u`?window:typeof global<`u`?global:e===void 0?null:e;function s(){try{var e=a;return a=null,e.apply(this,arguments)}catch(e){return i.e=e,i}}function c(e){return a=e,s}var l=function(e,t){var n={}.hasOwnProperty;function r(){for(var r in this.constructor=e,this.constructor$=t,t.prototype)n.call(t.prototype,r)&&r.charAt(r.length-1)!==`$`&&(this[r+`$`]=t.prototype[r])}return r.prototype=t.prototype,e.prototype=new r,e.prototype};function u(e){return e==null||e===!0||e===!1||typeof e==`string`||typeof e==`number`}function d(e){return typeof e==`function`||typeof e==`object`&&!!e}function f(e){return u(e)?Error(w(e)):e}function p(e,t){var n=e.length,r=Array(n+1),i;for(i=0;i<n;++i)r[i]=e[i];return r[i]=t,r}function m(e,t,r){if(n.isES5){var i=Object.getOwnPropertyDescriptor(e,t);if(i!=null)return i.get==null&&i.set==null?i.value:r}else return{}.hasOwnProperty.call(e,t)?e[t]:void 0}function h(e,t,r){if(u(e))return e;var i={value:r,configurable:!0,enumerable:!1,writable:!0};return n.defineProperty(e,t,i),e}function g(e){throw e}var _=(function(){var e=[Array.prototype,Object.prototype,Function.prototype],t=function(t){for(var n=0;n<e.length;++n)if(e[n]===t)return!0;return!1};if(n.isES5){var r=Object.getOwnPropertyNames;return function(e){for(var i=[],a=Object.create(null);e!=null&&!t(e);){var o;try{o=r(e)}catch{return i}for(var s=0;s<o.length;++s){var c=o[s];if(!a[c]){a[c]=!0;var l=Object.getOwnPropertyDescriptor(e,c);l!=null&&l.get==null&&l.set==null&&i.push(c)}}e=n.getPrototypeOf(e)}return i}}else{var i={}.hasOwnProperty;return function(n){if(t(n))return[];var r=[];enumeration:for(var a in n)if(i.call(n,a))r.push(a);else{for(var o=0;o<e.length;++o)if(i.call(e[o],a))continue enumeration;r.push(a)}return r}}})(),v=/this\s*\.\s*\S+\s*=/;function y(e){try{if(typeof e==`function`){var t=n.names(e.prototype),r=n.isES5&&t.length>1,i=t.length>0&&!(t.length===1&&t[0]===`constructor`),a=v.test(e+``)&&n.names(e).length>0;if(r||i||a)return!0}return!1}catch{return!1}}function b(e){function t(){}t.prototype=e;for(var n=8;n--;)new t;return e}var x=/^[a-z$_][a-z$_0-9]*$/i;function S(e){return x.test(e)}function C(e,t,n){for(var r=Array(e),i=0;i<e;++i)r[i]=t+i+n;return r}function w(e){try{return e+``}catch{return`[no string representation]`}}function T(e){return typeof e==`object`&&!!e&&typeof e.message==`string`&&typeof e.name==`string`}function E(e){try{h(e,`isOperational`,!0)}catch{}}function D(e){return e==null?!1:e instanceof Error.__BluebirdErrorTypes__.OperationalError||e.isOperational===!0}function O(e){return T(e)&&n.propertyIsWritable(e,`stack`)}var k=(function(){return`stack`in Error()?function(e){return O(e)?e:Error(w(e))}:function(e){if(O(e))return e;try{throw Error(w(e))}catch(e){return e}}})();function A(e){return{}.toString.call(e)}function j(e,t,r){for(var i=n.names(e),a=0;a<i.length;++a){var o=i[a];if(r(o))try{n.defineProperty(t,o,n.getDescriptor(e,o))}catch{}}}var M=function(e){return n.isArray(e)?e:null};if(typeof Symbol<`u`&&Symbol.iterator){var N=typeof Array.from==`function`?function(e){return Array.from(e)}:function(e){for(var t=[],n=e[Symbol.iterator](),r;!(r=n.next()).done;)t.push(r.value);return t};M=function(e){return n.isArray(e)?e:e!=null&&typeof e[Symbol.iterator]==`function`?N(e):null}}var P=typeof process<`u`&&A(process).toLowerCase()===`[object process]`,F=typeof process<`u`&&process.env!==void 0;function I(e){return F?process.env[e]:void 0}function L(){if(typeof Promise==`function`)try{var e=new Promise(function(){});if({}.toString.call(e)===`[object Promise]`)return Promise}catch{}}function R(e,t){return e.bind(t)}var z={isClass:y,isIdentifier:S,inheritedDataKeys:_,getDataPropertyOrDefault:m,thrower:g,isArray:n.isArray,asArray:M,notEnumerableProp:h,isPrimitive:u,isObject:d,isError:T,canEvaluate:r,errorObj:i,tryCatch:c,inherits:l,withAppended:p,maybeWrapAsError:f,toFastProperties:b,filledRange:C,toString:w,canAttachTrace:O,ensureErrorObject:k,originatesFromRejection:D,markAsOriginatingFromRejection:E,classString:A,copyDescriptors:j,hasDevTools:typeof chrome<`u`&&chrome&&typeof chrome.loadTimes==`function`,isNode:P,hasEnvVariables:F,env:I,global:o,getNativePromise:L,domainBind:R};z.isRecentNode=z.isNode&&(function(){var e=process.versions.node.split(`.`).map(Number);return e[0]===0&&e[1]>10||e[0]>0})(),z.isNode&&z.toFastProperties(process);try{throw Error()}catch(e){z.lastLineError=e}t.exports=z})),lo=d(((e,t)=>{var n=Z(),r,i=function(){throw Error(`No async scheduler available
14
+ `+a+`}`,c}var rr,ir,ar,or,sr=u((()=>{Xt(),ut(),er(),rr=/(.)^/,ir={"'":`'`,"\\":`\\`,"\r":`r`,"\n":`n`,"\u2028":`u2028`,"\u2029":`u2029`},ar=/\\|'|\r|\n|\u2028|\u2029/g,or=/^\s*(\w|\$)+\s*$/}));function cr(e,t,n){t=ln(t);var r=t.length;if(!r)return xe(n)?n.call(e):n;for(var i=0;i<r;i++){var a=e?.[t[i]];a===void 0&&(a=n,i=r),e=xe(a)?a.call(e):a}return e}var lr=u((()=>{Se(),un()}));function ur(e){var t=++dr+``;return e?e+t:t}var dr,fr=u((()=>{dr=0}));function pr(e){var t=X(e);return t._chain=!0,t}var mr=u((()=>{ut()}));function hr(e,t,n,r,i){if(!(r instanceof t))return e.apply(n,i);var a=Qt(e.prototype),o=e.apply(a,i);return z(o)?o:a}var gr=u((()=>{$t(),B()})),_r,vr=u((()=>{R(),gr(),ut(),_r=L(function(e,t){var n=_r.placeholder,r=function(){for(var i=0,a=t.length,o=Array(a),s=0;s<a;s++)o[s]=t[s]===n?arguments[i++]:t[s];for(;i<arguments.length;)o.push(arguments[i++]);return hr(e,r,this,this,o)};return r}),_r.placeholder=X})),yr,br=u((()=>{R(),Se(),gr(),yr=L(function(e,t,n){if(!xe(e))throw TypeError(`Bind must be called on a function`);var r=L(function(i){return hr(e,r,t,this,n.concat(i))});return r})})),xr,Sr=u((()=>{We(),nt(),xr=Ue(tt)}));function Cr(e,t,n){!t&&t!==0&&(t=1/0);for(var r=[],i=0,a=0,o=tt(e)||0,s=[];;){if(a>=o){if(!s.length)break;var c=s.pop();a=c.i,e=c.v,o=tt(e);continue}var l=e[a++];s.length>=t?r[i++]=l:xr(l)&&(K(l)||Ie(l))?(s.push({i:a,v:e}),a=0,e=l,o=tt(e)):n||(r[i++]=l)}return r}var wr=u((()=>{nt(),Sr(),Me(),Le()})),Tr,Er=u((()=>{R(),wr(),br(),Tr=L(function(e,t){t=Cr(t,!1,!1);var n=t.length;if(n<1)throw Error(`bindAll must be passed function names`);for(;n--;){var r=t[n];e[r]=yr(e[r],e)}return e})}));function Dr(e,t){var n=function(r){var i=n.cache,a=``+(t?t.apply(this,arguments):r);return Ne(i,a)||(i[a]=e.apply(this,arguments)),i[a]};return n.cache={},n}var Or=u((()=>{Pe()})),kr,Ar=u((()=>{R(),kr=L(function(e,t,n){return setTimeout(function(){return e.apply(null,n)},t)})})),jr,Mr=u((()=>{vr(),Ar(),ut(),jr=_r(kr,X,1)}));function Nr(e,t,n){var r,i,a,o,s=0;n||={};var c=function(){s=n.leading===!1?0:Vn(),r=null,o=e.apply(i,a),r||(i=a=null)},l=function(){var l=Vn();!s&&n.leading===!1&&(s=l);var u=t-(l-s);return i=this,a=arguments,u<=0||u>t?(r&&=(clearTimeout(r),null),s=l,o=e.apply(i,a),r||(i=a=null)):!r&&n.trailing!==!1&&(r=setTimeout(c,u)),o};return l.cancel=function(){clearTimeout(r),s=0,r=i=a=null},l}var Pr=u((()=>{Hn()}));function Fr(e,t,n){var r,i,a,o,s,c=function(){var l=Vn()-i;t>l?r=setTimeout(c,t-l):(r=null,n||(o=e.apply(s,a)),r||(a=s=null))},l=L(function(l){return s=this,a=l,i=Vn(),r||(r=setTimeout(c,t),n&&(o=e.apply(s,a))),o});return l.cancel=function(){clearTimeout(r),r=a=s=null},l}var Ir=u((()=>{R(),Hn()}));function Lr(e,t){return _r(t,e)}var Rr=u((()=>{vr()}));function zr(e){return function(){return!e.apply(this,arguments)}}var Br=u((()=>{}));function Vr(){var e=arguments,t=e.length-1;return function(){for(var n=t,r=e[t].apply(this,arguments);n--;)r=e[n].call(this,r);return r}}var Hr=u((()=>{}));function Ur(e,t){return function(){if(--e<1)return t.apply(this,arguments)}}var Wr=u((()=>{}));function Gr(e,t){var n;return function(){return--e>0&&(n=t.apply(this,arguments)),e<=1&&(t=null),n}}var Kr=u((()=>{})),qr,Jr=u((()=>{vr(),Kr(),qr=_r(Gr,2)}));function Yr(e,t,n){t=kn(t,n);for(var r=Y(e),i,a=0,o=r.length;a<o;a++)if(i=r[a],t(e[i],i,e))return i}var Xr=u((()=>{An(),at()}));function Zr(e){return function(t,n,r){n=kn(n,r);for(var i=tt(t),a=e>0?0:i-1;a>=0&&a<i;a+=e)if(n(t[a],a,t))return a;return-1}}var Qr=u((()=>{An(),nt()})),$r,ei=u((()=>{Qr(),$r=Zr(1)})),ti,ni=u((()=>{Qr(),ti=Zr(-1)}));function ri(e,t,n,r){n=kn(n,r,1);for(var i=n(t),a=0,o=tt(e);a<o;){var s=Math.floor((a+o)/2);n(e[s])<i?a=s+1:o=s}return a}var ii=u((()=>{An(),nt()}));function ai(e,t,n){return function(r,i,a){var o=0,s=tt(r);if(typeof a==`number`)e>0?o=a>=0?a:Math.max(a+s,o):s=a>=0?Math.min(a+1,s):a+s+1;else if(n&&a&&s)return a=n(r,i),r[a]===i?a:-1;if(i!==i)return a=t(S.call(r,o,s),Be),a>=0?a+o:-1;for(a=e>0?o:s-1;a>=0&&a<s;a+=e)if(r[a]===i)return a;return-1}}var oi=u((()=>{nt(),I(),q()})),si,ci=u((()=>{ii(),ei(),oi(),si=ai(1,$r,ri)})),li,ui=u((()=>{ni(),oi(),li=ai(-1,ti)}));function di(e,t,n){var r=(xr(e)?$r:Yr)(e,t,n);if(r!==void 0&&r!==-1)return e[r]}var fi=u((()=>{Sr(),ei(),Xr()}));function pi(e,t){return di(e,yn(t))}var mi=u((()=>{fi(),bn()}));function hi(e,t,n){t=Cn(t,n);var r,i;if(xr(e))for(r=0,i=e.length;r<i;r++)t(e[r],r,e);else{var a=Y(e);for(r=0,i=a.length;r<i;r++)t(e[a[r]],a[r],e)}return e}var gi=u((()=>{wn(),Sr(),at()}));function _i(e,t,n){t=kn(t,n);for(var r=!xr(e)&&Y(e),i=(r||e).length,a=Array(i),o=0;o<i;o++){var s=r?r[o]:o;a[o]=t(e[s],s,e)}return a}var vi=u((()=>{An(),Sr(),at()}));function yi(e){var t=function(t,n,r,i){var a=!xr(t)&&Y(t),o=(a||t).length,s=e>0?0:o-1;for(i||(r=t[a?a[s]:s],s+=e);s>=0&&s<o;s+=e){var c=a?a[s]:s;r=n(r,t[c],c,t)}return r};return function(e,n,r,i){var a=arguments.length>=3;return t(e,Cn(n,i,4),r,a)}}var bi=u((()=>{Sr(),at(),wn()})),xi,Si=u((()=>{bi(),xi=yi(1)})),Ci,wi=u((()=>{bi(),Ci=yi(-1)}));function Ti(e,t,n){var r=[];return t=kn(t,n),hi(e,function(e,n,i){t(e,n,i)&&r.push(e)}),r}var Ei=u((()=>{An(),gi()}));function Di(e,t,n){return Ti(e,zr(kn(t)),n)}var Oi=u((()=>{Ei(),Br(),An()}));function ki(e,t,n){t=kn(t,n);for(var r=!xr(e)&&Y(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(!t(e[o],o,e))return!1}return!0}var Ai=u((()=>{An(),Sr(),at()}));function ji(e,t,n){t=kn(t,n);for(var r=!xr(e)&&Y(e),i=(r||e).length,a=0;a<i;a++){var o=r?r[a]:a;if(t(e[o],o,e))return!0}return!1}var Mi=u((()=>{An(),Sr(),at()}));function Ni(e,t,n,r){return xr(e)||(e=Ft(e)),(typeof n!=`number`||r)&&(n=0),si(e,t,n)>=0}var Pi=u((()=>{Sr(),It(),ci()})),Fi,Ii=u((()=>{R(),Se(),vi(),fn(),un(),Fi=L(function(e,t,n){var r,i;return xe(t)?i=t:(t=ln(t),r=t.slice(0,-1),t=t[t.length-1]),_i(e,function(e){var a=i;if(!a){if(r&&r.length&&(e=dn(e,r)),e==null)return;a=e[t]}return a==null?a:a.apply(e,n)})})}));function Li(e,t){return _i(e,xn(t))}var Ri=u((()=>{vi(),Sn()}));function zi(e,t){return Ti(e,yn(t))}var Bi=u((()=>{Ei(),bn()}));function Vi(e,t,n){var r=-1/0,i=-1/0,a,o;if(t==null||typeof t==`number`&&typeof e[0]!=`object`&&e!=null){e=xr(e)?e:Ft(e);for(var s=0,c=e.length;s<c;s++)a=e[s],a!=null&&a>r&&(r=a)}else t=kn(t,n),hi(e,function(e,n,a){o=t(e,n,a),(o>i||o===-1/0&&r===-1/0)&&(r=e,i=o)});return r}var Hi=u((()=>{Sr(),It(),An(),gi()}));function Ui(e,t,n){var r=1/0,i=1/0,a,o;if(t==null||typeof t==`number`&&typeof e[0]!=`object`&&e!=null){e=xr(e)?e:Ft(e);for(var s=0,c=e.length;s<c;s++)a=e[s],a!=null&&a<r&&(r=a)}else t=kn(t,n),hi(e,function(e,n,a){o=t(e,n,a),(o<i||o===1/0&&r===1/0)&&(r=e,i=o)});return r}var Wi=u((()=>{Sr(),It(),An(),gi()}));function Gi(e){return e?K(e)?S.call(e):oe(e)?e.match(Ki):xr(e)?_i(e,_n):Ft(e):[]}var Ki,qi=u((()=>{Me(),I(),se(),Sr(),vi(),vn(),It(),Ki=/[^\ud800-\udfff]|[\ud800-\udbff][\udc00-\udfff]|[\ud800-\udfff]/g}));function Ji(e,t,n){if(t==null||n)return xr(e)||(e=Ft(e)),e[zn(e.length-1)];var r=Gi(e),i=tt(r);t=Math.max(Math.min(t,i),0);for(var a=i-1,o=0;o<t;o++){var s=zn(o,a),c=r[o];r[o]=r[s],r[s]=c}return r.slice(0,t)}var Yi=u((()=>{Sr(),It(),nt(),Bn(),qi()}));function Xi(e){return Ji(e,1/0)}var Zi=u((()=>{Yi()}));function Qi(e,t,n){var r=0;return t=kn(t,n),Li(_i(e,function(e,n,i){return{value:e,index:r++,criteria:t(e,n,i)}}).sort(function(e,t){var n=e.criteria,r=t.criteria;if(n!==r){if(n>r||n===void 0)return 1;if(n<r||r===void 0)return-1}return e.index-t.index}),`value`)}var $i=u((()=>{An(),Ri(),vi()}));function ea(e,t){return function(n,r,i){var a=t?[[],[]]:{};return r=kn(r,i),hi(n,function(t,i){e(a,t,r(t,i,n))}),a}}var ta=u((()=>{An(),gi()})),na,ra=u((()=>{ta(),Pe(),na=ea(function(e,t,n){Ne(e,n)?e[n].push(t):e[n]=[t]})})),ia,aa=u((()=>{ta(),ia=ea(function(e,t,n){e[n]=t})})),oa,sa=u((()=>{ta(),Pe(),oa=ea(function(e,t,n){Ne(e,n)?e[n]++:e[n]=1})})),ca,la=u((()=>{ta(),ca=ea(function(e,t,n){e[+!n].push(t)},!0)}));function ua(e){return e==null?0:xr(e)?e.length:Y(e).length}var da=u((()=>{Sr(),at()}));function fa(e,t,n){return t in n}var pa=u((()=>{})),ma,ha=u((()=>{R(),Se(),wn(),_t(),pa(),wr(),ma=L(function(e,t){var n={},r=t[0];if(e==null)return n;xe(r)?(t.length>1&&(r=Cn(r,t[1])),t=gt(e)):(r=fa,t=Cr(t,!1,!1),e=Object(e));for(var i=0,a=t.length;i<a;i++){var o=t[i],s=e[o];r(s,o,e)&&(n[o]=s)}return n})})),ga,_a=u((()=>{R(),Se(),Br(),vi(),wr(),Pi(),ha(),ga=L(function(e,t){var n=t[0],r;return xe(n)?(n=zr(n),t.length>1&&(r=t[1])):(t=_i(Cr(t,!1,!1),String),n=function(e,n){return!Ni(t,n)}),ma(e,n,r)})}));function va(e,t,n){return S.call(e,0,Math.max(0,e.length-(t==null||n?1:t)))}var ya=u((()=>{I()}));function ba(e,t,n){return e==null||e.length<1?t==null||n?void 0:[]:t==null||n?e[0]:va(e,e.length-t)}var xa=u((()=>{ya()}));function Sa(e,t,n){return S.call(e,t==null||n?1:t)}var Ca=u((()=>{I()}));function wa(e,t,n){return e==null||e.length<1?t==null||n?void 0:[]:t==null||n?e[e.length-1]:Sa(e,Math.max(0,e.length-t))}var Ta=u((()=>{Ca()}));function Ea(e){return Ti(e,Boolean)}var Da=u((()=>{Ei()}));function Oa(e,t){return Cr(e,t,!1)}var ka=u((()=>{wr()})),Aa,ja=u((()=>{R(),wr(),Ei(),Pi(),Aa=L(function(e,t){return t=Cr(t,!0,!0),Ti(e,function(e){return!Ni(t,e)})})})),Ma,Na=u((()=>{R(),ja(),Ma=L(function(e,t){return Aa(e,t)})}));function Pa(e,t,n,r){ne(t)||(r=n,n=t,t=!1),n!=null&&(n=kn(n,r));for(var i=[],a=[],o=0,s=tt(e);o<s;o++){var c=e[o],l=n?n(c,o,e):c;t&&!n?((!o||a!==l)&&i.push(c),a=l):n?Ni(a,l)||(a.push(l),i.push(c)):Ni(i,c)||i.push(c)}return i}var Fa=u((()=>{re(),An(),nt(),Pi()})),Ia,La=u((()=>{R(),Fa(),wr(),Ia=L(function(e){return Pa(Cr(e,!0,!0))})}));function Ra(e){for(var t=[],n=arguments.length,r=0,i=tt(e);r<i;r++){var a=e[r];if(!Ni(t,a)){var o;for(o=1;o<n&&Ni(arguments[o],a);o++);o===n&&t.push(a)}}return t}var za=u((()=>{nt(),Pi()}));function Ba(e){for(var t=e&&Vi(e,tt).length||0,n=Array(t),r=0;r<t;r++)n[r]=Li(e,r);return n}var Va=u((()=>{Hi(),nt(),Ri()})),Ha,Ua=u((()=>{R(),Va(),Ha=L(Ba)}));function Wa(e,t){for(var n={},r=0,i=tt(e);r<i;r++)t?n[e[r]]=t[r]:n[e[r][0]]=e[r][1];return n}var Ga=u((()=>{nt()}));function Ka(e,t,n){t??(t=e||0,e=0),n||=t<e?-1:1;for(var r=Math.max(Math.ceil((t-e)/n),0),i=Array(r),a=0;a<r;a++,e+=n)i[a]=e;return i}var qa=u((()=>{}));function Ja(e,t){if(t==null||t<1)return[];for(var n=[],r=0,i=e.length;r<i;)n.push(S.call(e,r,r+=t));return n}var Ya=u((()=>{I()}));function Xa(e,t){return e._chain?X(t).chain():t}var Za=u((()=>{ut()}));function Qa(e){return hi(Vt(e),function(t){var n=X[t]=e[t];X.prototype[t]=function(){var e=[this._wrapped];return x.apply(e,arguments),Xa(this,n.apply(X,e))}}),X}var $a=u((()=>{ut(),gi(),Ht(),I(),Za()})),eo,to=u((()=>{ut(),gi(),I(),Za(),hi([`pop`,`push`,`reverse`,`shift`,`sort`,`splice`,`unshift`],function(e){var t=v[e];X.prototype[e]=function(){var n=this._wrapped;return n!=null&&(t.apply(n,arguments),(e===`shift`||e===`splice`)&&n.length===0&&delete n[0]),Xa(this,n)}}),hi([`concat`,`join`,`slice`],function(e){var t=v[e];X.prototype[e]=function(){var e=this._wrapped;return e!=null&&(e=t.apply(e,arguments)),Xa(this,e)}}),eo=X})),no=f({VERSION:()=>g,after:()=>Ur,all:()=>ki,allKeys:()=>gt,any:()=>ji,assign:()=>qt,before:()=>Gr,bind:()=>yr,bindAll:()=>Tr,chain:()=>pr,chunk:()=>Ja,clone:()=>nn,collect:()=>_i,compact:()=>Ea,compose:()=>Vr,constant:()=>Ve,contains:()=>Ni,countBy:()=>oa,create:()=>en,debounce:()=>Fr,default:()=>eo,defaults:()=>Yt,defer:()=>jr,delay:()=>kr,detect:()=>di,difference:()=>Aa,drop:()=>Sa,each:()=>hi,escape:()=>qn,every:()=>ki,extend:()=>Gt,extendOwn:()=>qt,filter:()=>Ti,find:()=>di,findIndex:()=>$r,findKey:()=>Yr,findLastIndex:()=>ti,findWhere:()=>pi,first:()=>ba,flatten:()=>Oa,foldl:()=>xi,foldr:()=>Ci,forEach:()=>hi,functions:()=>Vt,get:()=>pn,groupBy:()=>na,has:()=>hn,head:()=>ba,identity:()=>_n,include:()=>Ni,includes:()=>Ni,indexBy:()=>ia,indexOf:()=>si,initial:()=>va,inject:()=>xi,intersection:()=>Ra,invert:()=>zt,invoke:()=>Fi,isArguments:()=>Ie,isArray:()=>K,isArrayBuffer:()=>_e,isBoolean:()=>ne,isDataView:()=>Ae,isDate:()=>ue,isElement:()=>ie,isEmpty:()=>ot,isEqual:()=>pt,isError:()=>pe,isFinite:()=>Re,isFunction:()=>xe,isMap:()=>Dt,isMatch:()=>ct,isNaN:()=>Be,isNull:()=>ee,isNumber:()=>ce,isObject:()=>z,isRegExp:()=>fe,isSet:()=>jt,isString:()=>oe,isSymbol:()=>he,isTypedArray:()=>$e,isUndefined:()=>H,isWeakMap:()=>kt,isWeakSet:()=>Nt,iteratee:()=>Dn,keys:()=>Y,last:()=>wa,lastIndexOf:()=>li,map:()=>_i,mapObject:()=>jn,matcher:()=>yn,matches:()=>yn,max:()=>Vi,memoize:()=>Dr,methods:()=>Vt,min:()=>Ui,mixin:()=>Qa,negate:()=>zr,noop:()=>Nn,now:()=>Vn,object:()=>Wa,omit:()=>ga,once:()=>qr,pairs:()=>Lt,partial:()=>_r,partition:()=>ca,pick:()=>ma,pluck:()=>Li,property:()=>xn,propertyOf:()=>Fn,random:()=>zn,range:()=>Ka,reduce:()=>xi,reduceRight:()=>Ci,reject:()=>Di,rest:()=>Sa,restArguments:()=>L,result:()=>cr,sample:()=>Ji,select:()=>Ti,shuffle:()=>Xi,size:()=>ua,some:()=>ji,sortBy:()=>Qi,sortedIndex:()=>ri,tail:()=>Sa,take:()=>ba,tap:()=>an,template:()=>nr,templateSettings:()=>$n,throttle:()=>Nr,times:()=>Ln,toArray:()=>Gi,toPath:()=>sn,transpose:()=>Ba,unescape:()=>Zn,union:()=>Ia,uniq:()=>Pa,unique:()=>Pa,uniqueId:()=>ur,unzip:()=>Ba,values:()=>Ft,where:()=>zi,without:()=>Ma,wrap:()=>Lr,zip:()=>Ha}),ro=u((()=>{I(),R(),B(),V(),te(),re(),ae(),se(),le(),de(),G(),me(),ge(),ve(),je(),Me(),Se(),Le(),ze(),q(),et(),st(),lt(),ht(),Ot(),At(),Mt(),Pt(),at(),_t(),It(),Rt(),Bt(),Ht(),Kt(),Jt(),Xt(),tn(),rn(),on(),mn(),gn(),Mn(),vn(),He(),Pn(),cn(),Sn(),In(),bn(),Rn(),Bn(),Hn(),Jn(),Qn(),er(),sr(),lr(),fr(),mr(),On(),vr(),br(),Er(),Or(),Ar(),Mr(),Pr(),Ir(),Rr(),Br(),Hr(),Wr(),Kr(),Jr(),Xr(),ei(),ni(),ii(),ci(),ui(),fi(),mi(),gi(),vi(),Si(),wi(),Ei(),Oi(),Ai(),Mi(),Pi(),Ii(),Ri(),Bi(),Hi(),Wi(),Zi(),Yi(),$i(),ra(),aa(),sa(),la(),qi(),da(),ha(),_a(),xa(),ya(),Ta(),Ca(),Da(),ka(),Na(),Fa(),La(),za(),ja(),Va(),Ua(),Ga(),qa(),Ya(),$a(),to()})),io,ao=u((()=>{ro(),io=Qa(no),io._=io})),oo=f({VERSION:()=>g,after:()=>Ur,all:()=>ki,allKeys:()=>gt,any:()=>ji,assign:()=>qt,before:()=>Gr,bind:()=>yr,bindAll:()=>Tr,chain:()=>pr,chunk:()=>Ja,clone:()=>nn,collect:()=>_i,compact:()=>Ea,compose:()=>Vr,constant:()=>Ve,contains:()=>Ni,countBy:()=>oa,create:()=>en,debounce:()=>Fr,default:()=>io,defaults:()=>Yt,defer:()=>jr,delay:()=>kr,detect:()=>di,difference:()=>Aa,drop:()=>Sa,each:()=>hi,escape:()=>qn,every:()=>ki,extend:()=>Gt,extendOwn:()=>qt,filter:()=>Ti,find:()=>di,findIndex:()=>$r,findKey:()=>Yr,findLastIndex:()=>ti,findWhere:()=>pi,first:()=>ba,flatten:()=>Oa,foldl:()=>xi,foldr:()=>Ci,forEach:()=>hi,functions:()=>Vt,get:()=>pn,groupBy:()=>na,has:()=>hn,head:()=>ba,identity:()=>_n,include:()=>Ni,includes:()=>Ni,indexBy:()=>ia,indexOf:()=>si,initial:()=>va,inject:()=>xi,intersection:()=>Ra,invert:()=>zt,invoke:()=>Fi,isArguments:()=>Ie,isArray:()=>K,isArrayBuffer:()=>_e,isBoolean:()=>ne,isDataView:()=>Ae,isDate:()=>ue,isElement:()=>ie,isEmpty:()=>ot,isEqual:()=>pt,isError:()=>pe,isFinite:()=>Re,isFunction:()=>xe,isMap:()=>Dt,isMatch:()=>ct,isNaN:()=>Be,isNull:()=>ee,isNumber:()=>ce,isObject:()=>z,isRegExp:()=>fe,isSet:()=>jt,isString:()=>oe,isSymbol:()=>he,isTypedArray:()=>$e,isUndefined:()=>H,isWeakMap:()=>kt,isWeakSet:()=>Nt,iteratee:()=>Dn,keys:()=>Y,last:()=>wa,lastIndexOf:()=>li,map:()=>_i,mapObject:()=>jn,matcher:()=>yn,matches:()=>yn,max:()=>Vi,memoize:()=>Dr,methods:()=>Vt,min:()=>Ui,mixin:()=>Qa,negate:()=>zr,noop:()=>Nn,now:()=>Vn,object:()=>Wa,omit:()=>ga,once:()=>qr,pairs:()=>Lt,partial:()=>_r,partition:()=>ca,pick:()=>ma,pluck:()=>Li,property:()=>xn,propertyOf:()=>Fn,random:()=>zn,range:()=>Ka,reduce:()=>xi,reduceRight:()=>Ci,reject:()=>Di,rest:()=>Sa,restArguments:()=>L,result:()=>cr,sample:()=>Ji,select:()=>Ti,shuffle:()=>Xi,size:()=>ua,some:()=>ji,sortBy:()=>Qi,sortedIndex:()=>ri,tail:()=>Sa,take:()=>ba,tap:()=>an,template:()=>nr,templateSettings:()=>$n,throttle:()=>Nr,times:()=>Ln,toArray:()=>Gi,toPath:()=>sn,transpose:()=>Ba,unescape:()=>Zn,union:()=>Ia,uniq:()=>Pa,unique:()=>Pa,uniqueId:()=>ur,unzip:()=>Ba,values:()=>Ft,where:()=>zi,without:()=>Ma,wrap:()=>Lr,zip:()=>Ha}),so=u((()=>{ao(),ro()})),co=d(((e,t)=>{var n=(function(){"use strict";return this===void 0})();if(n)t.exports={freeze:Object.freeze,defineProperty:Object.defineProperty,getDescriptor:Object.getOwnPropertyDescriptor,keys:Object.keys,names:Object.getOwnPropertyNames,getPrototypeOf:Object.getPrototypeOf,isArray:Array.isArray,isES5:n,propertyIsWritable:function(e,t){var n=Object.getOwnPropertyDescriptor(e,t);return!!(!n||n.writable||n.set)}};else{var r={}.hasOwnProperty,i={}.toString,a={}.constructor.prototype,o=function(e){var t=[];for(var n in e)r.call(e,n)&&t.push(n);return t};t.exports={isArray:function(e){try{return i.call(e)===`[object Array]`}catch{return!1}},keys:o,names:o,defineProperty:function(e,t,n){return e[t]=n.value,e},getDescriptor:function(e,t){return{value:e[t]}},freeze:function(e){return e},getPrototypeOf:function(e){try{return Object(e).constructor.prototype}catch{return a}},isES5:n,propertyIsWritable:function(){return!0}}}})),Z=d(((e,t)=>{var n=co(),r=typeof navigator>`u`,i={e:{}},a,o=typeof self<`u`?self:typeof window<`u`?window:typeof global<`u`?global:e===void 0?null:e;function s(){try{var e=a;return a=null,e.apply(this,arguments)}catch(e){return i.e=e,i}}function c(e){return a=e,s}var l=function(e,t){var n={}.hasOwnProperty;function r(){for(var r in this.constructor=e,this.constructor$=t,t.prototype)n.call(t.prototype,r)&&r.charAt(r.length-1)!==`$`&&(this[r+`$`]=t.prototype[r])}return r.prototype=t.prototype,e.prototype=new r,e.prototype};function u(e){return e==null||e===!0||e===!1||typeof e==`string`||typeof e==`number`}function d(e){return typeof e==`function`||typeof e==`object`&&!!e}function f(e){return u(e)?Error(w(e)):e}function p(e,t){var n=e.length,r=Array(n+1),i;for(i=0;i<n;++i)r[i]=e[i];return r[i]=t,r}function m(e,t,r){if(n.isES5){var i=Object.getOwnPropertyDescriptor(e,t);if(i!=null)return i.get==null&&i.set==null?i.value:r}else return{}.hasOwnProperty.call(e,t)?e[t]:void 0}function h(e,t,r){if(u(e))return e;var i={value:r,configurable:!0,enumerable:!1,writable:!0};return n.defineProperty(e,t,i),e}function g(e){throw e}var _=(function(){var e=[Array.prototype,Object.prototype,Function.prototype],t=function(t){for(var n=0;n<e.length;++n)if(e[n]===t)return!0;return!1};if(n.isES5){var r=Object.getOwnPropertyNames;return function(e){for(var i=[],a=Object.create(null);e!=null&&!t(e);){var o;try{o=r(e)}catch{return i}for(var s=0;s<o.length;++s){var c=o[s];if(!a[c]){a[c]=!0;var l=Object.getOwnPropertyDescriptor(e,c);l!=null&&l.get==null&&l.set==null&&i.push(c)}}e=n.getPrototypeOf(e)}return i}}else{var i={}.hasOwnProperty;return function(n){if(t(n))return[];var r=[];enumeration:for(var a in n)if(i.call(n,a))r.push(a);else{for(var o=0;o<e.length;++o)if(i.call(e[o],a))continue enumeration;r.push(a)}return r}}})(),v=/this\s*\.\s*\S+\s*=/;function y(e){try{if(typeof e==`function`){var t=n.names(e.prototype),r=n.isES5&&t.length>1,i=t.length>0&&!(t.length===1&&t[0]===`constructor`),a=v.test(e+``)&&n.names(e).length>0;if(r||i||a)return!0}return!1}catch{return!1}}function b(e){function t(){}t.prototype=e;for(var n=8;n--;)new t;return e}var x=/^[a-z$_][a-z$_0-9]*$/i;function S(e){return x.test(e)}function C(e,t,n){for(var r=Array(e),i=0;i<e;++i)r[i]=t+i+n;return r}function w(e){try{return e+``}catch{return`[no string representation]`}}function T(e){return typeof e==`object`&&!!e&&typeof e.message==`string`&&typeof e.name==`string`}function E(e){try{h(e,`isOperational`,!0)}catch{}}function D(e){return e==null?!1:e instanceof Error.__BluebirdErrorTypes__.OperationalError||e.isOperational===!0}function O(e){return T(e)&&n.propertyIsWritable(e,`stack`)}var k=(function(){return`stack`in Error()?function(e){return O(e)?e:Error(w(e))}:function(e){if(O(e))return e;try{throw Error(w(e))}catch(e){return e}}})();function A(e){return{}.toString.call(e)}function j(e,t,r){for(var i=n.names(e),a=0;a<i.length;++a){var o=i[a];if(r(o))try{n.defineProperty(t,o,n.getDescriptor(e,o))}catch{}}}var M=function(e){return n.isArray(e)?e:null};if(typeof Symbol<`u`&&Symbol.iterator){var N=typeof Array.from==`function`?function(e){return Array.from(e)}:function(e){for(var t=[],n=e[Symbol.iterator](),r;!(r=n.next()).done;)t.push(r.value);return t};M=function(e){return n.isArray(e)?e:e!=null&&typeof e[Symbol.iterator]==`function`?N(e):null}}var P=typeof process<`u`&&A(process).toLowerCase()===`[object process]`,F=typeof process<`u`&&process.env!==void 0;function I(e){return F?process.env[e]:void 0}function L(){if(typeof Promise==`function`)try{var e=new Promise(function(){});if({}.toString.call(e)===`[object Promise]`)return Promise}catch{}}function R(e,t){return e.bind(t)}var z={isClass:y,isIdentifier:S,inheritedDataKeys:_,getDataPropertyOrDefault:m,thrower:g,isArray:n.isArray,asArray:M,notEnumerableProp:h,isPrimitive:u,isObject:d,isError:T,canEvaluate:r,errorObj:i,tryCatch:c,inherits:l,withAppended:p,maybeWrapAsError:f,toFastProperties:b,filledRange:C,toString:w,canAttachTrace:O,ensureErrorObject:k,originatesFromRejection:D,markAsOriginatingFromRejection:E,classString:A,copyDescriptors:j,hasDevTools:typeof chrome<`u`&&chrome&&typeof chrome.loadTimes==`function`,isNode:P,hasEnvVariables:F,env:I,global:o,getNativePromise:L,domainBind:R};z.isRecentNode=z.isNode&&(function(){var e=process.versions.node.split(`.`).map(Number);return e[0]===0&&e[1]>10||e[0]>0})(),z.isNode&&z.toFastProperties(process);try{throw Error()}catch(e){z.lastLineError=e}t.exports=z})),lo=d(((e,t)=>{var n=Z(),r,i=function(){throw Error(`No async scheduler available
15
15
 
16
16
  See http://goo.gl/MqrFmX
17
17
  `)},a=n.getNativePromise();if(n.isNode&&typeof MutationObserver>`u`){var o=global.setImmediate,s=process.nextTick;r=n.isRecentNode?function(e){o.call(global,e)}:function(e){s.call(process,e)}}else if(typeof a==`function`&&typeof a.resolve==`function`){var c=a.resolve();r=function(e){c.then(e)}}else r=typeof MutationObserver<`u`&&!(typeof window<`u`&&window.navigator&&(window.navigator.standalone||window.cordova))?(function(){var e=document.createElement(`div`),t={attributes:!0},n=!1,r=document.createElement(`div`);new MutationObserver(function(){e.classList.toggle(`foo`),n=!1}).observe(r,t);var i=function(){n||(n=!0,r.classList.toggle(`foo`))};return function(n){var r=new MutationObserver(function(){r.disconnect(),n()});r.observe(e,t),i()}})():typeof setImmediate<`u`?function(e){setImmediate(e)}:typeof setTimeout<`u`?function(e){setTimeout(e,0)}:i;t.exports=r})),uo=d(((e,t)=>{function n(e,t,n,r,i){for(var a=0;a<i;++a)n[a+r]=e[a+t],e[a+t]=void 0}function r(e){this._capacity=e,this._length=0,this._front=0}r.prototype._willBeOverCapacity=function(e){return this._capacity<e},r.prototype._pushOne=function(e){var t=this.length();this._checkCapacity(t+1);var n=this._front+t&this._capacity-1;this[n]=e,this._length=t+1},r.prototype.push=function(e,t,n){var r=this.length()+3;if(this._willBeOverCapacity(r)){this._pushOne(e),this._pushOne(t),this._pushOne(n);return}var i=this._front+r-3;this._checkCapacity(r);var a=this._capacity-1;this[i+0&a]=e,this[i+1&a]=t,this[i+2&a]=n,this._length=r},r.prototype.shift=function(){var e=this._front,t=this[e];return this[e]=void 0,this._front=e+1&this._capacity-1,this._length--,t},r.prototype.length=function(){return this._length},r.prototype._checkCapacity=function(e){this._capacity<e&&this._resizeTo(this._capacity<<1)},r.prototype._resizeTo=function(e){var t=this._capacity;this._capacity=e;var r=this._front+this._length&t-1;n(this,0,this,t,r)},t.exports=r})),fo=d(((e,t)=>{var n;try{throw Error()}catch(e){n=e}var r=lo(),i=uo(),a=Z();function o(){this._customScheduler=!1,this._isTickUsed=!1,this._lateQueue=new i(16),this._normalQueue=new i(16),this._haveDrainedQueues=!1,this._trampolineEnabled=!0;var e=this;this.drainQueues=function(){e._drainQueues()},this._schedule=r}o.prototype.setScheduler=function(e){var t=this._schedule;return this._schedule=e,this._customScheduler=!0,t},o.prototype.hasCustomScheduler=function(){return this._customScheduler},o.prototype.enableTrampoline=function(){this._trampolineEnabled=!0},o.prototype.disableTrampolineIfNecessary=function(){a.hasDevTools&&(this._trampolineEnabled=!1)},o.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},o.prototype.fatalError=function(e,t){t?(process.stderr.write(`Fatal `+(e instanceof Error?e.stack:e)+`
@@ -23,29 +23,29 @@ __p+='`),t}),a+=`';
23
23
  `;g++,e=Array(g*4+1).join(` `);for(var n=0;n<this.length;++n){for(var r=this[n]===this?`[Circular AggregateError]`:this[n]+``,i=r.split(`
24
24
  `),a=0;a<i.length;++a)i[a]=e+i[a];r=i.join(`
25
25
  `),t+=r+`
26
- `}return g--,t};function _(e){if(!(this instanceof _))return new _(e);o(this,`name`,`OperationalError`),o(this,`message`,e),this.cause=e,this.isOperational=!0,e instanceof Error?(o(this,`message`,e.message),o(this,`stack`,e.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}a(_,Error);var v=Error.__BluebirdErrorTypes__;v||(v=r({CancellationError:d,TimeoutError:f,OperationalError:_,RejectionError:_,AggregateError:p}),n.defineProperty(Error,`__BluebirdErrorTypes__`,{value:v,writable:!1,enumerable:!1,configurable:!1})),t.exports={Error,TypeError:c,RangeError:l,CancellationError:v.CancellationError,OperationalError:v.OperationalError,TimeoutError:v.TimeoutError,AggregateError:v.AggregateError,Warning:u}})),mo=d(((e,t)=>{t.exports=function(e,t){var n=Z(),r=n.errorObj,i=n.isObject;function a(n,a){if(i(n)){if(n instanceof e)return n;var o=s(n);if(o===r){a&&a._pushContext();var c=e.reject(o.e);return a&&a._popContext(),c}else if(typeof o==`function`){if(l(n)){var c=new e(t);return n._then(c._fulfill,c._reject,void 0,c,null),c}return u(n,o,a)}}return n}function o(e){return e.then}function s(e){try{return o(e)}catch(e){return r.e=e,r}}var c={}.hasOwnProperty;function l(e){try{return c.call(e,`_promise0`)}catch{return!1}}function u(i,a,o){var s=new e(t),c=s;o&&o._pushContext(),s._captureStackTrace(),o&&o._popContext();var l=!0,u=n.tryCatch(a).call(i,d,f);l=!1,s&&u===r&&(s._rejectCallback(u.e,!0,!0),s=null);function d(e){s&&=(s._resolveCallback(e),null)}function f(e){s&&=(s._rejectCallback(e,l,!0),null)}return c}return a}})),ho=d(((e,t)=>{t.exports=function(e,t,n,r,i){var a=Z();a.isArray;function o(e){switch(e){case-2:return[];case-3:return{}}}function s(n){var r=this._promise=new e(t);n instanceof e&&r._propagateFrom(n,3),r._setOnCancel(this),this._values=n,this._length=0,this._totalResolved=0,this._init(void 0,-2)}return a.inherits(s,i),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function t(i,s){var c=n(this._values,this._promise);if(c instanceof e){c=c._target();var l=c._bitField;if(this._values=c,!(l&50397184))return this._promise._setAsyncGuaranteed(),c._then(t,this._reject,void 0,this,s);if(l&33554432)c=c._value();else if(l&16777216)return this._reject(c._reason());else return this._cancel()}if(c=a.asArray(c),c===null){var u=r(`expecting an array or an iterable object but got `+a.classString(c)).reason();this._promise._rejectCallback(u,!1);return}if(c.length===0){s===-5?this._resolveEmptyArray():this._resolve(o(s));return}this._iterate(c)},s.prototype._iterate=function(t){var r=this.getActualLength(t.length);this._length=r,this._values=this.shouldCopyValues()?Array(r):this._values;for(var i=this._promise,a=!1,o=null,s=0;s<r;++s){var c=n(t[s],i);c instanceof e?(c=c._target(),o=c._bitField):o=null,a?o!==null&&c.suppressUnhandledRejections():o===null?a=this._promiseFulfilled(c,s):o&50397184?a=o&33554432?this._promiseFulfilled(c._value(),s):o&16777216?this._promiseRejected(c._reason(),s):this._promiseCancelled(s):(c._proxy(this,s),this._values[s]=c)}a||i._setAsyncGuaranteed()},s.prototype._isResolved=function(){return this._values===null},s.prototype._resolve=function(e){this._values=null,this._promise._fulfill(e)},s.prototype._cancel=function(){this._isResolved()||!this._promise._isCancellable()||(this._values=null,this._promise._cancel())},s.prototype._reject=function(e){this._values=null,this._promise._rejectCallback(e,!1)},s.prototype._promiseFulfilled=function(e,t){return this._values[t]=e,++this._totalResolved>=this._length?(this._resolve(this._values),!0):!1},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(e){return this._totalResolved++,this._reject(e),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var n=0;n<t.length;++n)t[n]instanceof e&&t[n].cancel()}},s.prototype.shouldCopyValues=function(){return!0},s.prototype.getActualLength=function(e){return e},s}})),go=d(((e,t)=>{t.exports=function(e){var t=!1,n=[];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(a())}r.prototype._pushContext=function(){this._trace!==void 0&&(this._trace._promiseCreated=null,n.push(this._trace))},r.prototype._popContext=function(){if(this._trace!==void 0){var e=n.pop(),t=e._promiseCreated;return e._promiseCreated=null,t}return null};function i(){if(t)return new r}function a(){var e=n.length-1;if(e>=0)return n[e]}return r.CapturedTrace=null,r.create=i,r.deactivateLongStackTraces=function(){},r.activateLongStackTraces=function(){var n=e.prototype._pushContext,i=e.prototype._popContext,o=e._peekContext,s=e.prototype._peekContext,c=e.prototype._promiseCreated;r.deactivateLongStackTraces=function(){e.prototype._pushContext=n,e.prototype._popContext=i,e._peekContext=o,e.prototype._peekContext=s,e.prototype._promiseCreated=c,t=!1},t=!0,e.prototype._pushContext=r.prototype._pushContext,e.prototype._popContext=r.prototype._popContext,e._peekContext=e.prototype._peekContext=a,e.prototype._promiseCreated=function(){var e=this._peekContext();e&&e._promiseCreated==null&&(e._promiseCreated=this)}},r}})),_o=d(((e,t)=>{t.exports=function(e,t){var n=e._getDomain,r=e._async,i=po().Warning,a=Z(),o=a.canAttachTrace,s,c,l=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,u=/\((?:timers\.js):\d+:\d+\)/,d=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,f=null,p=null,m=!1,h,g=!!(a.env(`BLUEBIRD_DEBUG`)!=0&&(a.env(`BLUEBIRD_DEBUG`)||a.env(`NODE_ENV`)===`development`)),_=!!(a.env(`BLUEBIRD_WARNINGS`)!=0&&(g||a.env(`BLUEBIRD_WARNINGS`))),v=!!(a.env(`BLUEBIRD_LONG_STACK_TRACES`)!=0&&(g||a.env(`BLUEBIRD_LONG_STACK_TRACES`))),y=a.env(`BLUEBIRD_W_FORGOTTEN_RETURN`)!=0&&(_||!!a.env(`BLUEBIRD_W_FORGOTTEN_RETURN`));e.prototype.suppressUnhandledRejections=function(){var e=this._target();e._bitField=e._bitField&-1048577|524288},e.prototype._ensurePossibleRejectionHandled=function(){this._bitField&524288||(this._setRejectionIsUnhandled(),r.invokeLater(this._notifyUnhandledRejection,this,void 0))},e.prototype._notifyUnhandledRejectionIsHandled=function(){oe(`rejectionHandled`,s,void 0,this)},e.prototype._setReturnedNonUndefined=function(){this._bitField|=268435456},e.prototype._returnedNonUndefined=function(){return(this._bitField&268435456)!=0},e.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var e=this._settledValue();this._setUnhandledRejectionIsNotified(),oe(`unhandledRejection`,c,e,this)}},e.prototype._setUnhandledRejectionIsNotified=function(){this._bitField|=262144},e.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField&=-262145},e.prototype._isUnhandledRejectionNotified=function(){return(this._bitField&262144)>0},e.prototype._setRejectionIsUnhandled=function(){this._bitField|=1048576},e.prototype._unsetRejectionIsUnhandled=function(){this._bitField&=-1048577,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},e.prototype._isRejectionUnhandled=function(){return(this._bitField&1048576)>0},e.prototype._warn=function(e,t,n){return B(e,t,n||this)},e.onPossiblyUnhandledRejection=function(e){var t=n();c=typeof e==`function`?t===null?e:a.domainBind(t,e):void 0},e.onUnhandledRejectionHandled=function(e){var t=n();s=typeof e==`function`?t===null?e:a.domainBind(t,e):void 0};var b=function(){};e.longStackTraces=function(){if(r.haveItemsQueued()&&!W.longStackTraces)throw Error(`cannot enable long stack traces after promises have been created
26
+ `}return g--,t};function _(e){if(!(this instanceof _))return new _(e);o(this,`name`,`OperationalError`),o(this,`message`,e),this.cause=e,this.isOperational=!0,e instanceof Error?(o(this,`message`,e.message),o(this,`stack`,e.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}a(_,Error);var v=Error.__BluebirdErrorTypes__;v||(v=r({CancellationError:d,TimeoutError:f,OperationalError:_,RejectionError:_,AggregateError:p}),n.defineProperty(Error,`__BluebirdErrorTypes__`,{value:v,writable:!1,enumerable:!1,configurable:!1})),t.exports={Error,TypeError:c,RangeError:l,CancellationError:v.CancellationError,OperationalError:v.OperationalError,TimeoutError:v.TimeoutError,AggregateError:v.AggregateError,Warning:u}})),mo=d(((e,t)=>{t.exports=function(e,t){var n=Z(),r=n.errorObj,i=n.isObject;function a(n,a){if(i(n)){if(n instanceof e)return n;var o=s(n);if(o===r){a&&a._pushContext();var c=e.reject(o.e);return a&&a._popContext(),c}else if(typeof o==`function`){if(l(n)){var c=new e(t);return n._then(c._fulfill,c._reject,void 0,c,null),c}return u(n,o,a)}}return n}function o(e){return e.then}function s(e){try{return o(e)}catch(e){return r.e=e,r}}var c={}.hasOwnProperty;function l(e){try{return c.call(e,`_promise0`)}catch{return!1}}function u(i,a,o){var s=new e(t),c=s;o&&o._pushContext(),s._captureStackTrace(),o&&o._popContext();var l=!0,u=n.tryCatch(a).call(i,d,f);l=!1,s&&u===r&&(s._rejectCallback(u.e,!0,!0),s=null);function d(e){s&&=(s._resolveCallback(e),null)}function f(e){s&&=(s._rejectCallback(e,l,!0),null)}return c}return a}})),ho=d(((e,t)=>{t.exports=function(e,t,n,r,i){var a=Z();a.isArray;function o(e){switch(e){case-2:return[];case-3:return{}}}function s(n){var r=this._promise=new e(t);n instanceof e&&r._propagateFrom(n,3),r._setOnCancel(this),this._values=n,this._length=0,this._totalResolved=0,this._init(void 0,-2)}return a.inherits(s,i),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function t(i,s){var c=n(this._values,this._promise);if(c instanceof e){c=c._target();var l=c._bitField;if(this._values=c,!(l&50397184))return this._promise._setAsyncGuaranteed(),c._then(t,this._reject,void 0,this,s);if(l&33554432)c=c._value();else if(l&16777216)return this._reject(c._reason());else return this._cancel()}if(c=a.asArray(c),c===null){var u=r(`expecting an array or an iterable object but got `+a.classString(c)).reason();this._promise._rejectCallback(u,!1);return}if(c.length===0){s===-5?this._resolveEmptyArray():this._resolve(o(s));return}this._iterate(c)},s.prototype._iterate=function(t){var r=this.getActualLength(t.length);this._length=r,this._values=this.shouldCopyValues()?Array(r):this._values;for(var i=this._promise,a=!1,o=null,s=0;s<r;++s){var c=n(t[s],i);c instanceof e?(c=c._target(),o=c._bitField):o=null,a?o!==null&&c.suppressUnhandledRejections():o===null?a=this._promiseFulfilled(c,s):o&50397184?a=o&33554432?this._promiseFulfilled(c._value(),s):o&16777216?this._promiseRejected(c._reason(),s):this._promiseCancelled(s):(c._proxy(this,s),this._values[s]=c)}a||i._setAsyncGuaranteed()},s.prototype._isResolved=function(){return this._values===null},s.prototype._resolve=function(e){this._values=null,this._promise._fulfill(e)},s.prototype._cancel=function(){this._isResolved()||!this._promise._isCancellable()||(this._values=null,this._promise._cancel())},s.prototype._reject=function(e){this._values=null,this._promise._rejectCallback(e,!1)},s.prototype._promiseFulfilled=function(e,t){return this._values[t]=e,++this._totalResolved>=this._length?(this._resolve(this._values),!0):!1},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(e){return this._totalResolved++,this._reject(e),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var n=0;n<t.length;++n)t[n]instanceof e&&t[n].cancel()}},s.prototype.shouldCopyValues=function(){return!0},s.prototype.getActualLength=function(e){return e},s}})),go=d(((e,t)=>{t.exports=function(e){var t=!1,n=[];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(a())}r.prototype._pushContext=function(){this._trace!==void 0&&(this._trace._promiseCreated=null,n.push(this._trace))},r.prototype._popContext=function(){if(this._trace!==void 0){var e=n.pop(),t=e._promiseCreated;return e._promiseCreated=null,t}return null};function i(){if(t)return new r}function a(){var e=n.length-1;if(e>=0)return n[e]}return r.CapturedTrace=null,r.create=i,r.deactivateLongStackTraces=function(){},r.activateLongStackTraces=function(){var n=e.prototype._pushContext,i=e.prototype._popContext,o=e._peekContext,s=e.prototype._peekContext,c=e.prototype._promiseCreated;r.deactivateLongStackTraces=function(){e.prototype._pushContext=n,e.prototype._popContext=i,e._peekContext=o,e.prototype._peekContext=s,e.prototype._promiseCreated=c,t=!1},t=!0,e.prototype._pushContext=r.prototype._pushContext,e.prototype._popContext=r.prototype._popContext,e._peekContext=e.prototype._peekContext=a,e.prototype._promiseCreated=function(){var e=this._peekContext();e&&e._promiseCreated==null&&(e._promiseCreated=this)}},r}})),_o=d(((e,t)=>{t.exports=function(e,t){var n=e._getDomain,r=e._async,i=po().Warning,a=Z(),o=a.canAttachTrace,s,c,l=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,u=/\((?:timers\.js):\d+:\d+\)/,d=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,f=null,p=null,m=!1,h,g=!!(a.env(`BLUEBIRD_DEBUG`)!=0&&(a.env(`BLUEBIRD_DEBUG`)||a.env(`NODE_ENV`)===`development`)),_=!!(a.env(`BLUEBIRD_WARNINGS`)!=0&&(g||a.env(`BLUEBIRD_WARNINGS`))),v=!!(a.env(`BLUEBIRD_LONG_STACK_TRACES`)!=0&&(g||a.env(`BLUEBIRD_LONG_STACK_TRACES`))),y=a.env(`BLUEBIRD_W_FORGOTTEN_RETURN`)!=0&&(_||!!a.env(`BLUEBIRD_W_FORGOTTEN_RETURN`));e.prototype.suppressUnhandledRejections=function(){var e=this._target();e._bitField=e._bitField&-1048577|524288},e.prototype._ensurePossibleRejectionHandled=function(){this._bitField&524288||(this._setRejectionIsUnhandled(),r.invokeLater(this._notifyUnhandledRejection,this,void 0))},e.prototype._notifyUnhandledRejectionIsHandled=function(){ae(`rejectionHandled`,s,void 0,this)},e.prototype._setReturnedNonUndefined=function(){this._bitField|=268435456},e.prototype._returnedNonUndefined=function(){return(this._bitField&268435456)!=0},e.prototype._notifyUnhandledRejection=function(){if(this._isRejectionUnhandled()){var e=this._settledValue();this._setUnhandledRejectionIsNotified(),ae(`unhandledRejection`,c,e,this)}},e.prototype._setUnhandledRejectionIsNotified=function(){this._bitField|=262144},e.prototype._unsetUnhandledRejectionIsNotified=function(){this._bitField&=-262145},e.prototype._isUnhandledRejectionNotified=function(){return(this._bitField&262144)>0},e.prototype._setRejectionIsUnhandled=function(){this._bitField|=1048576},e.prototype._unsetRejectionIsUnhandled=function(){this._bitField&=-1048577,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},e.prototype._isRejectionUnhandled=function(){return(this._bitField&1048576)>0},e.prototype._warn=function(e,t,n){return B(e,t,n||this)},e.onPossiblyUnhandledRejection=function(e){var t=n();c=typeof e==`function`?t===null?e:a.domainBind(t,e):void 0},e.onUnhandledRejectionHandled=function(e){var t=n();s=typeof e==`function`?t===null?e:a.domainBind(t,e):void 0};var b=function(){};e.longStackTraces=function(){if(r.haveItemsQueued()&&!G.longStackTraces)throw Error(`cannot enable long stack traces after promises have been created
27
27
 
28
28
  See http://goo.gl/MqrFmX
29
- `);if(!W.longStackTraces&&se()){var n=e.prototype._captureStackTrace,i=e.prototype._attachExtraTrace;W.longStackTraces=!0,b=function(){if(r.haveItemsQueued()&&!W.longStackTraces)throw Error(`cannot enable long stack traces after promises have been created
29
+ `);if(!G.longStackTraces&&oe()){var n=e.prototype._captureStackTrace,i=e.prototype._attachExtraTrace;G.longStackTraces=!0,b=function(){if(r.haveItemsQueued()&&!G.longStackTraces)throw Error(`cannot enable long stack traces after promises have been created
30
30
 
31
31
  See http://goo.gl/MqrFmX
32
- `);e.prototype._captureStackTrace=n,e.prototype._attachExtraTrace=i,t.deactivateLongStackTraces(),r.enableTrampoline(),W.longStackTraces=!1},e.prototype._captureStackTrace=I,e.prototype._attachExtraTrace=L,t.activateLongStackTraces(),r.disableTrampolineIfNecessary()}},e.hasLongStackTraces=function(){return W.longStackTraces&&se()};var x=(function(){try{if(typeof CustomEvent==`function`){var e=new CustomEvent(`CustomEvent`);return a.global.dispatchEvent(e),function(e,t){var n=new CustomEvent(e.toLowerCase(),{detail:t,cancelable:!0});return!a.global.dispatchEvent(n)}}else if(typeof Event==`function`){var e=new Event(`CustomEvent`);return a.global.dispatchEvent(e),function(e,t){var n=new Event(e.toLowerCase(),{cancelable:!0});return n.detail=t,!a.global.dispatchEvent(n)}}else{var e=document.createEvent(`CustomEvent`);return e.initCustomEvent(`testingtheevent`,!1,!0,{}),a.global.dispatchEvent(e),function(e,t){var n=document.createEvent(`CustomEvent`);return n.initCustomEvent(e.toLowerCase(),!1,!0,t),!a.global.dispatchEvent(n)}}}catch{}return function(){return!1}})(),S=(function(){return a.isNode?function(){return process.emit.apply(process,arguments)}:a.global?function(e){var t=`on`+e.toLowerCase(),n=a.global[t];return n?(n.apply(a.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}})();function C(e,t){return{promise:t}}var w={promiseCreated:C,promiseFulfilled:C,promiseRejected:C,promiseResolved:C,promiseCancelled:C,promiseChained:function(e,t,n){return{promise:t,child:n}},warning:function(e,t){return{warning:t}},unhandledRejection:function(e,t,n){return{reason:t,promise:n}},rejectionHandled:C},T=function(e){var t=!1;try{t=S.apply(null,arguments)}catch(e){r.throwLater(e),t=!0}var n=!1;try{n=x(e,w[e].apply(null,arguments))}catch(e){r.throwLater(e),n=!0}return n||t};e.config=function(t){if(t=Object(t),`longStackTraces`in t&&(t.longStackTraces?e.longStackTraces():!t.longStackTraces&&e.hasLongStackTraces()&&b()),`warnings`in t){var n=t.warnings;W.warnings=!!n,y=W.warnings,a.isObject(n)&&`wForgottenReturn`in n&&(y=!!n.wForgottenReturn)}if(`cancellation`in t&&t.cancellation&&!W.cancellation){if(r.haveItemsQueued())throw Error(`cannot enable cancellation after promises are in use`);e.prototype._clearCancellationData=j,e.prototype._propagateFrom=M,e.prototype._onCancel=k,e.prototype._setOnCancel=A,e.prototype._attachCancellationCallback=O,e.prototype._execute=D,P=M,W.cancellation=!0}return`monitoring`in t&&(t.monitoring&&!W.monitoring?(W.monitoring=!0,e.prototype._fireEvent=T):!t.monitoring&&W.monitoring&&(W.monitoring=!1,e.prototype._fireEvent=E)),e};function E(){return!1}e.prototype._fireEvent=E,e.prototype._execute=function(e,t,n){try{e(t,n)}catch(e){return e}},e.prototype._onCancel=function(){},e.prototype._setOnCancel=function(e){},e.prototype._attachCancellationCallback=function(e){},e.prototype._captureStackTrace=function(){},e.prototype._attachExtraTrace=function(){},e.prototype._clearCancellationData=function(){},e.prototype._propagateFrom=function(e,t){};function D(e,t,n){var r=this;try{e(t,n,function(e){if(typeof e!=`function`)throw TypeError(`onCancel must be a function, got: `+a.toString(e));r._attachCancellationCallback(e)})}catch(e){return e}}function O(e){if(!this._isCancellable())return this;var t=this._onCancel();t===void 0?this._setOnCancel(e):a.isArray(t)?t.push(e):this._setOnCancel([t,e])}function k(){return this._onCancelField}function A(e){this._onCancelField=e}function j(){this._cancellationParent=void 0,this._onCancelField=void 0}function M(e,t){if(t&1){this._cancellationParent=e;var n=e._branchesRemainingToCancel;n===void 0&&(n=0),e._branchesRemainingToCancel=n+1}t&2&&e._isBound()&&this._setBoundTo(e._boundTo)}function N(e,t){t&2&&e._isBound()&&this._setBoundTo(e._boundTo)}var P=N;function F(){var t=this._boundTo;return t!==void 0&&t instanceof e?t.isFulfilled()?t.value():void 0:t}function I(){this._trace=new fe(this._peekContext())}function L(e,t){if(o(e)){var n=this._trace;if(n!==void 0&&t&&(n=n._parent),n!==void 0)n.attachExtraTrace(e);else if(!e.__stackCleaned__){var r=ie(e);a.notEnumerableProp(e,`stack`,r.message+`
32
+ `);e.prototype._captureStackTrace=n,e.prototype._attachExtraTrace=i,t.deactivateLongStackTraces(),r.enableTrampoline(),G.longStackTraces=!1},e.prototype._captureStackTrace=I,e.prototype._attachExtraTrace=L,t.activateLongStackTraces(),r.disableTrampolineIfNecessary()}},e.hasLongStackTraces=function(){return G.longStackTraces&&oe()};var x=(function(){try{if(typeof CustomEvent==`function`){var e=new CustomEvent(`CustomEvent`);return a.global.dispatchEvent(e),function(e,t){var n=new CustomEvent(e.toLowerCase(),{detail:t,cancelable:!0});return!a.global.dispatchEvent(n)}}else if(typeof Event==`function`){var e=new Event(`CustomEvent`);return a.global.dispatchEvent(e),function(e,t){var n=new Event(e.toLowerCase(),{cancelable:!0});return n.detail=t,!a.global.dispatchEvent(n)}}else{var e=document.createEvent(`CustomEvent`);return e.initCustomEvent(`testingtheevent`,!1,!0,{}),a.global.dispatchEvent(e),function(e,t){var n=document.createEvent(`CustomEvent`);return n.initCustomEvent(e.toLowerCase(),!1,!0,t),!a.global.dispatchEvent(n)}}}catch{}return function(){return!1}})(),S=(function(){return a.isNode?function(){return process.emit.apply(process,arguments)}:a.global?function(e){var t=`on`+e.toLowerCase(),n=a.global[t];return n?(n.apply(a.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}})();function C(e,t){return{promise:t}}var w={promiseCreated:C,promiseFulfilled:C,promiseRejected:C,promiseResolved:C,promiseCancelled:C,promiseChained:function(e,t,n){return{promise:t,child:n}},warning:function(e,t){return{warning:t}},unhandledRejection:function(e,t,n){return{reason:t,promise:n}},rejectionHandled:C},T=function(e){var t=!1;try{t=S.apply(null,arguments)}catch(e){r.throwLater(e),t=!0}var n=!1;try{n=x(e,w[e].apply(null,arguments))}catch(e){r.throwLater(e),n=!0}return n||t};e.config=function(t){if(t=Object(t),`longStackTraces`in t&&(t.longStackTraces?e.longStackTraces():!t.longStackTraces&&e.hasLongStackTraces()&&b()),`warnings`in t){var n=t.warnings;G.warnings=!!n,y=G.warnings,a.isObject(n)&&`wForgottenReturn`in n&&(y=!!n.wForgottenReturn)}if(`cancellation`in t&&t.cancellation&&!G.cancellation){if(r.haveItemsQueued())throw Error(`cannot enable cancellation after promises are in use`);e.prototype._clearCancellationData=j,e.prototype._propagateFrom=M,e.prototype._onCancel=k,e.prototype._setOnCancel=A,e.prototype._attachCancellationCallback=O,e.prototype._execute=D,P=M,G.cancellation=!0}return`monitoring`in t&&(t.monitoring&&!G.monitoring?(G.monitoring=!0,e.prototype._fireEvent=T):!t.monitoring&&G.monitoring&&(G.monitoring=!1,e.prototype._fireEvent=E)),e};function E(){return!1}e.prototype._fireEvent=E,e.prototype._execute=function(e,t,n){try{e(t,n)}catch(e){return e}},e.prototype._onCancel=function(){},e.prototype._setOnCancel=function(e){},e.prototype._attachCancellationCallback=function(e){},e.prototype._captureStackTrace=function(){},e.prototype._attachExtraTrace=function(){},e.prototype._clearCancellationData=function(){},e.prototype._propagateFrom=function(e,t){};function D(e,t,n){var r=this;try{e(t,n,function(e){if(typeof e!=`function`)throw TypeError(`onCancel must be a function, got: `+a.toString(e));r._attachCancellationCallback(e)})}catch(e){return e}}function O(e){if(!this._isCancellable())return this;var t=this._onCancel();t===void 0?this._setOnCancel(e):a.isArray(t)?t.push(e):this._setOnCancel([t,e])}function k(){return this._onCancelField}function A(e){this._onCancelField=e}function j(){this._cancellationParent=void 0,this._onCancelField=void 0}function M(e,t){if(t&1){this._cancellationParent=e;var n=e._branchesRemainingToCancel;n===void 0&&(n=0),e._branchesRemainingToCancel=n+1}t&2&&e._isBound()&&this._setBoundTo(e._boundTo)}function N(e,t){t&2&&e._isBound()&&this._setBoundTo(e._boundTo)}var P=N;function F(){var t=this._boundTo;return t!==void 0&&t instanceof e?t.isFulfilled()?t.value():void 0:t}function I(){this._trace=new de(this._peekContext())}function L(e,t){if(o(e)){var n=this._trace;if(n!==void 0&&t&&(n=n._parent),n!==void 0)n.attachExtraTrace(e);else if(!e.__stackCleaned__){var r=re(e);a.notEnumerableProp(e,`stack`,r.message+`
33
33
  `+r.stack.join(`
34
34
  `)),a.notEnumerableProp(e,`__stackCleaned__`,!0)}}}function R(e,t,n,r,i){if(e===void 0&&t!==null&&y){if(i!==void 0&&i._returnedNonUndefined()||!(r._bitField&65535))return;n&&(n+=` `);var a=``,o=``;if(t._trace){for(var s=t._trace.stack.split(`
35
- `),c=ne(s),l=c.length-1;l>=0;--l){var f=c[l];if(!u.test(f)){var p=f.match(d);p&&(a=`at `+p[1]+`:`+p[2]+`:`+p[3]+` `);break}}if(c.length>0){for(var m=c[0],l=0;l<s.length;++l)if(s[l]===m){l>0&&(o=`
36
- `+s[l-1]);break}}}var h=`a promise was created in a `+n+`handler `+a+`but was not returned from it, see http://goo.gl/rRqMUw`+o;r._warn(h,!0,t)}}function z(e,t){var n=e+` is deprecated and will be removed in a future version.`;return t&&(n+=` Use `+t+` instead.`),B(n)}function B(t,n,r){if(W.warnings){var a=new i(t),o;if(n)r._attachExtraTrace(a);else if(W.longStackTraces&&(o=e._peekContext()))o.attachExtraTrace(a);else{var s=ie(a);a.stack=s.message+`
35
+ `),c=te(s),l=c.length-1;l>=0;--l){var f=c[l];if(!u.test(f)){var p=f.match(d);p&&(a=`at `+p[1]+`:`+p[2]+`:`+p[3]+` `);break}}if(c.length>0){for(var m=c[0],l=0;l<s.length;++l)if(s[l]===m){l>0&&(o=`
36
+ `+s[l-1]);break}}}var h=`a promise was created in a `+n+`handler `+a+`but was not returned from it, see http://goo.gl/rRqMUw`+o;r._warn(h,!0,t)}}function z(e,t){var n=e+` is deprecated and will be removed in a future version.`;return t&&(n+=` Use `+t+` instead.`),B(n)}function B(t,n,r){if(G.warnings){var a=new i(t),o;if(n)r._attachExtraTrace(a);else if(G.longStackTraces&&(o=e._peekContext()))o.attachExtraTrace(a);else{var s=re(a);a.stack=s.message+`
37
37
  `+s.stack.join(`
38
- `)}T(`warning`,a)||ae(a,``,!0)}}function ee(e,t){for(var n=0;n<t.length-1;++n)t[n].push(`From previous event:`),t[n]=t[n].join(`
38
+ `)}T(`warning`,a)||ie(a,``,!0)}}function ee(e,t){for(var n=0;n<t.length-1;++n)t[n].push(`From previous event:`),t[n]=t[n].join(`
39
39
  `);return n<t.length&&(t[n]=t[n].join(`
40
40
  `)),e+`
41
41
  `+t.join(`
42
- `)}function te(e){for(var t=0;t<e.length;++t)(e[t].length===0||t+1<e.length&&e[t][0]===e[t+1][0])&&(e.splice(t,1),t--)}function V(e){for(var t=e[0],n=1;n<e.length;++n){for(var r=e[n],i=t.length-1,a=t[i],o=-1,s=r.length-1;s>=0;--s)if(r[s]===a){o=s;break}for(var s=o;s>=0;--s){var c=r[s];if(t[i]===c)t.pop(),i--;else break}t=r}}function ne(e){for(var t=[],n=0;n<e.length;++n){var r=e[n],i=r===` (No stack trace)`||f.test(r),a=i&&ce(r);i&&!a&&(m&&r.charAt(0)!==` `&&(r=` `+r),t.push(r))}return t}function re(e){for(var t=e.stack.replace(/\s+$/g,``).split(`
43
- `),n=0;n<t.length;++n){var r=t[n];if(r===` (No stack trace)`||f.test(r))break}return n>0&&e.name!=`SyntaxError`&&(t=t.slice(n)),t}function ie(e){var t=e.stack,n=e.toString();return t=typeof t==`string`&&t.length>0?re(e):[` (No stack trace)`],{message:n,stack:e.name==`SyntaxError`?t:ne(t)}}function ae(e,t,n){if(typeof console<`u`){var r;if(a.isObject(e)){var i=e.stack;r=t+p(i,e)}else r=t+String(e);typeof h==`function`?h(r,n):(typeof console.log==`function`||typeof console.log==`object`)&&console.log(r)}}function oe(e,t,n,i){var a=!1;try{typeof t==`function`&&(a=!0,e===`rejectionHandled`?t(i):t(n,i))}catch(e){r.throwLater(e)}e===`unhandledRejection`?!T(e,n,i)&&!a&&ae(n,`Unhandled rejection `):T(e,i)}function H(e){var t;if(typeof e==`function`)t=`[function `+(e.name||`anonymous`)+`]`;else{if(t=e&&typeof e.toString==`function`?e.toString():a.toString(e),/\[object [a-zA-Z0-9$_]+\]/.test(t))try{t=JSON.stringify(e)}catch{}t.length===0&&(t=`(empty array)`)}return`(<`+U(t)+`>, no stack trace)`}function U(e){var t=41;return e.length<t?e:e.substr(0,t-3)+`...`}function se(){return typeof pe==`function`}var ce=function(){return!1},le=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function ue(e){var t=e.match(le);if(t)return{fileName:t[1],line:parseInt(t[2],10)}}function de(e,t){if(se()){for(var n=e.stack.split(`
42
+ `)}function V(e){for(var t=0;t<e.length;++t)(e[t].length===0||t+1<e.length&&e[t][0]===e[t+1][0])&&(e.splice(t,1),t--)}function H(e){for(var t=e[0],n=1;n<e.length;++n){for(var r=e[n],i=t.length-1,a=t[i],o=-1,s=r.length-1;s>=0;--s)if(r[s]===a){o=s;break}for(var s=o;s>=0;--s){var c=r[s];if(t[i]===c)t.pop(),i--;else break}t=r}}function te(e){for(var t=[],n=0;n<e.length;++n){var r=e[n],i=r===` (No stack trace)`||f.test(r),a=i&&se(r);i&&!a&&(m&&r.charAt(0)!==` `&&(r=` `+r),t.push(r))}return t}function ne(e){for(var t=e.stack.replace(/\s+$/g,``).split(`
43
+ `),n=0;n<t.length;++n){var r=t[n];if(r===` (No stack trace)`||f.test(r))break}return n>0&&e.name!=`SyntaxError`&&(t=t.slice(n)),t}function re(e){var t=e.stack,n=e.toString();return t=typeof t==`string`&&t.length>0?ne(e):[` (No stack trace)`],{message:n,stack:e.name==`SyntaxError`?t:te(t)}}function ie(e,t,n){if(typeof console<`u`){var r;if(a.isObject(e)){var i=e.stack;r=t+p(i,e)}else r=t+String(e);typeof h==`function`?h(r,n):(typeof console.log==`function`||typeof console.log==`object`)&&console.log(r)}}function ae(e,t,n,i){var a=!1;try{typeof t==`function`&&(a=!0,e===`rejectionHandled`?t(i):t(n,i))}catch(e){r.throwLater(e)}e===`unhandledRejection`?!T(e,n,i)&&!a&&ie(n,`Unhandled rejection `):T(e,i)}function U(e){var t;if(typeof e==`function`)t=`[function `+(e.name||`anonymous`)+`]`;else{if(t=e&&typeof e.toString==`function`?e.toString():a.toString(e),/\[object [a-zA-Z0-9$_]+\]/.test(t))try{t=JSON.stringify(e)}catch{}t.length===0&&(t=`(empty array)`)}return`(<`+W(t)+`>, no stack trace)`}function W(e){var t=41;return e.length<t?e:e.substr(0,t-3)+`...`}function oe(){return typeof fe==`function`}var se=function(){return!1},ce=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;function le(e){var t=e.match(ce);if(t)return{fileName:t[1],line:parseInt(t[2],10)}}function ue(e,t){if(oe()){for(var n=e.stack.split(`
44
44
  `),r=t.stack.split(`
45
- `),i=-1,a=-1,o,s,c=0;c<n.length;++c){var u=ue(n[c]);if(u){o=u.fileName,i=u.line;break}}for(var c=0;c<r.length;++c){var u=ue(r[c]);if(u){s=u.fileName,a=u.line;break}}i<0||a<0||!o||!s||o!==s||i>=a||(ce=function(e){if(l.test(e))return!0;var t=ue(e);return!!(t&&t.fileName===o&&i<=t.line&&t.line<=a)})}}function fe(e){this._parent=e,this._promisesCreated=0;var t=this._length=1+(e===void 0?0:e._length);pe(this,fe),t>32&&this.uncycle()}a.inherits(fe,Error),t.CapturedTrace=fe,fe.prototype.uncycle=function(){var e=this._length;if(!(e<2)){for(var t=[],n={},r=0,i=this;i!==void 0;++r)t.push(i),i=i._parent;e=this._length=r;for(var r=e-1;r>=0;--r){var a=t[r].stack;n[a]===void 0&&(n[a]=r)}for(var r=0;r<e;++r){var o=n[t[r].stack];if(o!==void 0&&o!==r){o>0&&(t[o-1]._parent=void 0,t[o-1]._length=1),t[r]._parent=void 0,t[r]._length=1;var s=r>0?t[r-1]:this;o<e-1?(s._parent=t[o+1],s._parent.uncycle(),s._length=s._parent._length+1):(s._parent=void 0,s._length=1);for(var c=s._length+1,l=r-2;l>=0;--l)t[l]._length=c,c++;return}}}},fe.prototype.attachExtraTrace=function(e){if(!e.__stackCleaned__){this.uncycle();for(var t=ie(e),n=t.message,r=[t.stack],i=this;i!==void 0;)r.push(ne(i.stack.split(`
46
- `))),i=i._parent;V(r),te(r),a.notEnumerableProp(e,`stack`,ee(n,r)),a.notEnumerableProp(e,`__stackCleaned__`,!0)}};var pe=(function(){var e=/^\s*at\s*/,t=function(e,t){return typeof e==`string`?e:t.name!==void 0&&t.message!==void 0?t.toString():H(t)};if(typeof Error.stackTraceLimit==`number`&&typeof Error.captureStackTrace==`function`){Error.stackTraceLimit+=6,f=e,p=t;var n=Error.captureStackTrace;return ce=function(e){return l.test(e)},function(e,t){Error.stackTraceLimit+=6,n(e,t),Error.stackTraceLimit-=6}}var r=Error();if(typeof r.stack==`string`&&r.stack.split(`
47
- `)[0].indexOf(`stackDetection@`)>=0)return f=/@/,p=t,m=!0,function(e){e.stack=Error().stack};var i;try{throw Error()}catch(e){i=`stack`in e}return!(`stack`in r)&&i&&typeof Error.stackTraceLimit==`number`?(f=e,p=t,function(e){Error.stackTraceLimit+=6;try{throw Error()}catch(t){e.stack=t.stack}Error.stackTraceLimit-=6}):(p=function(e,t){return typeof e==`string`?e:(typeof t==`object`||typeof t==`function`)&&t.name!==void 0&&t.message!==void 0?t.toString():H(t)},null)})([]);typeof console<`u`&&console.warn!==void 0&&(h=function(e){console.warn(e)},a.isNode&&process.stderr.isTTY?h=function(e,t){console.warn((t?`\x1B[33m`:`\x1B[31m`)+e+`\x1B[0m
48
- `)}:!a.isNode&&typeof Error().stack==`string`&&(h=function(e,t){console.warn(`%c`+e,t?`color: darkorange`:`color: red`)}));var W={warnings:_,longStackTraces:!1,cancellation:!1,monitoring:!1};return v&&e.longStackTraces(),{longStackTraces:function(){return W.longStackTraces},warnings:function(){return W.warnings},cancellation:function(){return W.cancellation},monitoring:function(){return W.monitoring},propagateFromFunction:function(){return P},boundValueFunction:function(){return F},checkForgottenReturns:R,setBounds:de,warn:B,deprecated:z,CapturedTrace:fe,fireDomEvent:x,fireGlobalEvent:S}}})),vo=d(((e,t)=>{t.exports=function(e,t){var n=Z(),r=e.CancellationError,i=n.errorObj;function a(e,t,n){this.promise=e,this.type=t,this.handler=n,this.called=!1,this.cancelPromise=null}a.prototype.isFinallyHandler=function(){return this.type===0};function o(e){this.finallyHandler=e}o.prototype._resultCancelled=function(){s(this.finallyHandler)};function s(e,t){return e.cancelPromise==null?!1:(arguments.length>1?e.cancelPromise._reject(t):e.cancelPromise._cancel(),e.cancelPromise=null,!0)}function c(){return u.call(this,this.promise._target()._settledValue())}function l(e){if(!s(this,e))return i.e=e,i}function u(n){var a=this.promise,u=this.handler;if(!this.called){this.called=!0;var d=this.isFinallyHandler()?u.call(a._boundValue()):u.call(a._boundValue(),n);if(d!==void 0){a._setReturnedNonUndefined();var f=t(d,a);if(f instanceof e){if(this.cancelPromise!=null)if(f._isCancelled()){var p=new r(`late cancellation observer`);return a._attachExtraTrace(p),i.e=p,i}else f.isPending()&&f._attachCancellationCallback(new o(this));return f._then(c,l,void 0,this,void 0)}}}return a.isRejected()?(s(this),i.e=n,i):(s(this),n)}return e.prototype._passThrough=function(e,t,n,r){return typeof e==`function`?this._then(n,r,void 0,new a(this,t,e),void 0):this.then()},e.prototype.lastly=e.prototype.finally=function(e){return this._passThrough(e,0,u,u)},e.prototype.tap=function(e){return this._passThrough(e,1,u)},a}})),yo=d(((e,t)=>{t.exports=function(e){var t=Z(),n=co().keys,r=t.tryCatch,i=t.errorObj;function a(a,o,s){return function(c){var l=s._boundValue();predicateLoop:for(var u=0;u<a.length;++u){var d=a[u];if(d===Error||d!=null&&d.prototype instanceof Error){if(c instanceof d)return r(o).call(l,c)}else if(typeof d==`function`){var f=r(d).call(l,c);if(f===i)return f;if(f)return r(o).call(l,c)}else if(t.isObject(c)){for(var p=n(d),m=0;m<p.length;++m){var h=p[m];if(d[h]!=c[h])continue predicateLoop}return r(o).call(l,c)}}return e}}return a}})),bo=d(((e,t)=>{var n=Z(),r=n.maybeWrapAsError,i=po().OperationalError,a=co();function o(e){return e instanceof Error&&a.getPrototypeOf(e)===Error.prototype}var s=/^(?:name|message|stack|cause)$/;function c(e){var t;if(o(e)){t=new i(e),t.name=e.name,t.message=e.message,t.stack=e.stack;for(var r=a.keys(e),c=0;c<r.length;++c){var l=r[c];s.test(l)||(t[l]=e[l])}return t}return n.markAsOriginatingFromRejection(e),e}function l(e,t){return function(n,i){if(e!==null){if(n){var a=c(r(n));e._attachExtraTrace(a),e._reject(a)}else if(!t)e._fulfill(i);else{for(var o=arguments.length,s=Array(Math.max(o-1,0)),l=1;l<o;++l)s[l-1]=arguments[l];e._fulfill(s)}e=null}}}t.exports=l})),xo=d(((e,t)=>{t.exports=function(e,t,n,r,i){var a=Z(),o=a.tryCatch;e.method=function(n){if(typeof n!=`function`)throw new e.TypeError(`expecting a function but got `+a.classString(n));return function(){var r=new e(t);r._captureStackTrace(),r._pushContext();var a=o(n).apply(this,arguments),s=r._popContext();return i.checkForgottenReturns(a,s,`Promise.method`,r),r._resolveFromSyncValue(a),r}},e.attempt=e.try=function(n){if(typeof n!=`function`)return r(`expecting a function but got `+a.classString(n));var s=new e(t);s._captureStackTrace(),s._pushContext();var c;if(arguments.length>1){i.deprecated(`calling Promise.try with more than 1 argument`);var l=arguments[1],u=arguments[2];c=a.isArray(l)?o(n).apply(u,l):o(n).call(u,l)}else c=o(n)();var d=s._popContext();return i.checkForgottenReturns(c,d,`Promise.try`,s),s._resolveFromSyncValue(c),s},e.prototype._resolveFromSyncValue=function(e){e===a.errorObj?this._rejectCallback(e.e,!1):this._resolveCallback(e,!0)}}})),So=d(((e,t)=>{t.exports=function(e,t,n,r){var i=!1,a=function(e,t){this._reject(t)},o=function(e,t){t.promiseRejectionQueued=!0,t.bindingPromise._then(a,a,null,this,e)},s=function(e,t){this._bitField&50397184||this._resolveCallback(t.target)},c=function(e,t){t.promiseRejectionQueued||this._reject(e)};e.prototype.bind=function(a){i||(i=!0,e.prototype._propagateFrom=r.propagateFromFunction(),e.prototype._boundValue=r.boundValueFunction());var l=n(a),u=new e(t);u._propagateFrom(this,1);var d=this._target();if(u._setBoundTo(l),l instanceof e){var f={promiseRejectionQueued:!1,promise:u,target:d,bindingPromise:l};d._then(t,o,void 0,u,f),l._then(s,c,void 0,u,f),u._setOnCancel(l)}else u._resolveCallback(d);return u},e.prototype._setBoundTo=function(e){e===void 0?this._bitField&=-2097153:(this._bitField|=2097152,this._boundTo=e)},e.prototype._isBound=function(){return(this._bitField&2097152)==2097152},e.bind=function(t,n){return e.resolve(n).bind(t)}}})),Co=d(((e,t)=>{t.exports=function(e,t,n,r){var i=Z(),a=i.tryCatch,o=i.errorObj,s=e._async;e.prototype.break=e.prototype.cancel=function(){if(!r.cancellation())return this._warn(`cancellation is disabled`);for(var e=this,t=e;e._isCancellable();){if(!e._cancelBy(t)){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}var n=e._cancellationParent;if(n==null||!n._isCancellable()){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}else e._isFollowing()&&e._followee().cancel(),e._setWillBeCancelled(),t=e,e=n}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return this._branchesRemainingToCancel===void 0||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(e){return e===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(),s.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(e,t){if(i.isArray(e))for(var n=0;n<e.length;++n)this._doInvokeOnCancel(e[n],t);else if(e!==void 0)if(typeof e==`function`){if(!t){var r=a(e).call(this._boundValue());r===o&&(this._attachExtraTrace(r.e),s.throwLater(r.e))}}else e._resultCancelled(this)},e.prototype._invokeOnCancel=function(){var e=this._onCancel();this._unsetOnCancel(),s.invoke(this._doInvokeOnCancel,this,e)},e.prototype._invokeInternalOnCancel=function(){this._isCancellable()&&(this._doInvokeOnCancel(this._onCancel(),!0),this._unsetOnCancel())},e.prototype._resultCancelled=function(){this.cancel()}}})),wo=d(((e,t)=>{t.exports=function(e){function t(){return this.value}function n(){throw this.reason}e.prototype.return=e.prototype.thenReturn=function(n){return n instanceof e&&n.suppressUnhandledRejections(),this._then(t,void 0,void 0,{value:n},void 0)},e.prototype.throw=e.prototype.thenThrow=function(e){return this._then(n,void 0,void 0,{reason:e},void 0)},e.prototype.catchThrow=function(e){if(arguments.length<=1)return this._then(void 0,n,void 0,{reason:e},void 0);var t=arguments[1];return this.caught(e,function(){throw t})},e.prototype.catchReturn=function(n){if(arguments.length<=1)return n instanceof e&&n.suppressUnhandledRejections(),this._then(void 0,t,void 0,{value:n},void 0);var r=arguments[1];return r instanceof e&&r.suppressUnhandledRejections(),this.caught(n,function(){return r})}}})),To=d(((e,t)=>{t.exports=function(e){function t(e){e===void 0?(this._bitField=0,this._settledValueField=void 0):(e=e._target(),this._bitField=e._bitField,this._settledValueField=e._isFateSealed()?e._settledValue():void 0)}t.prototype._settledValue=function(){return this._settledValueField};var n=t.prototype.value=function(){if(!this.isFulfilled())throw TypeError(`cannot get fulfillment value of a non-fulfilled promise
45
+ `),i=-1,a=-1,o,s,c=0;c<n.length;++c){var u=le(n[c]);if(u){o=u.fileName,i=u.line;break}}for(var c=0;c<r.length;++c){var u=le(r[c]);if(u){s=u.fileName,a=u.line;break}}i<0||a<0||!o||!s||o!==s||i>=a||(se=function(e){if(l.test(e))return!0;var t=le(e);return!!(t&&t.fileName===o&&i<=t.line&&t.line<=a)})}}function de(e){this._parent=e,this._promisesCreated=0;var t=this._length=1+(e===void 0?0:e._length);fe(this,de),t>32&&this.uncycle()}a.inherits(de,Error),t.CapturedTrace=de,de.prototype.uncycle=function(){var e=this._length;if(!(e<2)){for(var t=[],n={},r=0,i=this;i!==void 0;++r)t.push(i),i=i._parent;e=this._length=r;for(var r=e-1;r>=0;--r){var a=t[r].stack;n[a]===void 0&&(n[a]=r)}for(var r=0;r<e;++r){var o=n[t[r].stack];if(o!==void 0&&o!==r){o>0&&(t[o-1]._parent=void 0,t[o-1]._length=1),t[r]._parent=void 0,t[r]._length=1;var s=r>0?t[r-1]:this;o<e-1?(s._parent=t[o+1],s._parent.uncycle(),s._length=s._parent._length+1):(s._parent=void 0,s._length=1);for(var c=s._length+1,l=r-2;l>=0;--l)t[l]._length=c,c++;return}}}},de.prototype.attachExtraTrace=function(e){if(!e.__stackCleaned__){this.uncycle();for(var t=re(e),n=t.message,r=[t.stack],i=this;i!==void 0;)r.push(te(i.stack.split(`
46
+ `))),i=i._parent;H(r),V(r),a.notEnumerableProp(e,`stack`,ee(n,r)),a.notEnumerableProp(e,`__stackCleaned__`,!0)}};var fe=(function(){var e=/^\s*at\s*/,t=function(e,t){return typeof e==`string`?e:t.name!==void 0&&t.message!==void 0?t.toString():U(t)};if(typeof Error.stackTraceLimit==`number`&&typeof Error.captureStackTrace==`function`){Error.stackTraceLimit+=6,f=e,p=t;var n=Error.captureStackTrace;return se=function(e){return l.test(e)},function(e,t){Error.stackTraceLimit+=6,n(e,t),Error.stackTraceLimit-=6}}var r=Error();if(typeof r.stack==`string`&&r.stack.split(`
47
+ `)[0].indexOf(`stackDetection@`)>=0)return f=/@/,p=t,m=!0,function(e){e.stack=Error().stack};var i;try{throw Error()}catch(e){i=`stack`in e}return!(`stack`in r)&&i&&typeof Error.stackTraceLimit==`number`?(f=e,p=t,function(e){Error.stackTraceLimit+=6;try{throw Error()}catch(t){e.stack=t.stack}Error.stackTraceLimit-=6}):(p=function(e,t){return typeof e==`string`?e:(typeof t==`object`||typeof t==`function`)&&t.name!==void 0&&t.message!==void 0?t.toString():U(t)},null)})([]);typeof console<`u`&&console.warn!==void 0&&(h=function(e){console.warn(e)},a.isNode&&process.stderr.isTTY?h=function(e,t){console.warn((t?`\x1B[33m`:`\x1B[31m`)+e+`\x1B[0m
48
+ `)}:!a.isNode&&typeof Error().stack==`string`&&(h=function(e,t){console.warn(`%c`+e,t?`color: darkorange`:`color: red`)}));var G={warnings:_,longStackTraces:!1,cancellation:!1,monitoring:!1};return v&&e.longStackTraces(),{longStackTraces:function(){return G.longStackTraces},warnings:function(){return G.warnings},cancellation:function(){return G.cancellation},monitoring:function(){return G.monitoring},propagateFromFunction:function(){return P},boundValueFunction:function(){return F},checkForgottenReturns:R,setBounds:ue,warn:B,deprecated:z,CapturedTrace:de,fireDomEvent:x,fireGlobalEvent:S}}})),vo=d(((e,t)=>{t.exports=function(e,t){var n=Z(),r=e.CancellationError,i=n.errorObj;function a(e,t,n){this.promise=e,this.type=t,this.handler=n,this.called=!1,this.cancelPromise=null}a.prototype.isFinallyHandler=function(){return this.type===0};function o(e){this.finallyHandler=e}o.prototype._resultCancelled=function(){s(this.finallyHandler)};function s(e,t){return e.cancelPromise==null?!1:(arguments.length>1?e.cancelPromise._reject(t):e.cancelPromise._cancel(),e.cancelPromise=null,!0)}function c(){return u.call(this,this.promise._target()._settledValue())}function l(e){if(!s(this,e))return i.e=e,i}function u(n){var a=this.promise,u=this.handler;if(!this.called){this.called=!0;var d=this.isFinallyHandler()?u.call(a._boundValue()):u.call(a._boundValue(),n);if(d!==void 0){a._setReturnedNonUndefined();var f=t(d,a);if(f instanceof e){if(this.cancelPromise!=null)if(f._isCancelled()){var p=new r(`late cancellation observer`);return a._attachExtraTrace(p),i.e=p,i}else f.isPending()&&f._attachCancellationCallback(new o(this));return f._then(c,l,void 0,this,void 0)}}}return a.isRejected()?(s(this),i.e=n,i):(s(this),n)}return e.prototype._passThrough=function(e,t,n,r){return typeof e==`function`?this._then(n,r,void 0,new a(this,t,e),void 0):this.then()},e.prototype.lastly=e.prototype.finally=function(e){return this._passThrough(e,0,u,u)},e.prototype.tap=function(e){return this._passThrough(e,1,u)},a}})),yo=d(((e,t)=>{t.exports=function(e){var t=Z(),n=co().keys,r=t.tryCatch,i=t.errorObj;function a(a,o,s){return function(c){var l=s._boundValue();predicateLoop:for(var u=0;u<a.length;++u){var d=a[u];if(d===Error||d!=null&&d.prototype instanceof Error){if(c instanceof d)return r(o).call(l,c)}else if(typeof d==`function`){var f=r(d).call(l,c);if(f===i)return f;if(f)return r(o).call(l,c)}else if(t.isObject(c)){for(var p=n(d),m=0;m<p.length;++m){var h=p[m];if(d[h]!=c[h])continue predicateLoop}return r(o).call(l,c)}}return e}}return a}})),bo=d(((e,t)=>{var n=Z(),r=n.maybeWrapAsError,i=po().OperationalError,a=co();function o(e){return e instanceof Error&&a.getPrototypeOf(e)===Error.prototype}var s=/^(?:name|message|stack|cause)$/;function c(e){var t;if(o(e)){t=new i(e),t.name=e.name,t.message=e.message,t.stack=e.stack;for(var r=a.keys(e),c=0;c<r.length;++c){var l=r[c];s.test(l)||(t[l]=e[l])}return t}return n.markAsOriginatingFromRejection(e),e}function l(e,t){return function(n,i){if(e!==null){if(n){var a=c(r(n));e._attachExtraTrace(a),e._reject(a)}else if(!t)e._fulfill(i);else{for(var o=arguments.length,s=Array(Math.max(o-1,0)),l=1;l<o;++l)s[l-1]=arguments[l];e._fulfill(s)}e=null}}}t.exports=l})),xo=d(((e,t)=>{t.exports=function(e,t,n,r,i){var a=Z(),o=a.tryCatch;e.method=function(n){if(typeof n!=`function`)throw new e.TypeError(`expecting a function but got `+a.classString(n));return function(){var r=new e(t);r._captureStackTrace(),r._pushContext();var a=o(n).apply(this,arguments),s=r._popContext();return i.checkForgottenReturns(a,s,`Promise.method`,r),r._resolveFromSyncValue(a),r}},e.attempt=e.try=function(n){if(typeof n!=`function`)return r(`expecting a function but got `+a.classString(n));var s=new e(t);s._captureStackTrace(),s._pushContext();var c;if(arguments.length>1){i.deprecated(`calling Promise.try with more than 1 argument`);var l=arguments[1],u=arguments[2];c=a.isArray(l)?o(n).apply(u,l):o(n).call(u,l)}else c=o(n)();var d=s._popContext();return i.checkForgottenReturns(c,d,`Promise.try`,s),s._resolveFromSyncValue(c),s},e.prototype._resolveFromSyncValue=function(e){e===a.errorObj?this._rejectCallback(e.e,!1):this._resolveCallback(e,!0)}}})),So=d(((e,t)=>{t.exports=function(e,t,n,r){var i=!1,a=function(e,t){this._reject(t)},o=function(e,t){t.promiseRejectionQueued=!0,t.bindingPromise._then(a,a,null,this,e)},s=function(e,t){this._bitField&50397184||this._resolveCallback(t.target)},c=function(e,t){t.promiseRejectionQueued||this._reject(e)};e.prototype.bind=function(a){i||(i=!0,e.prototype._propagateFrom=r.propagateFromFunction(),e.prototype._boundValue=r.boundValueFunction());var l=n(a),u=new e(t);u._propagateFrom(this,1);var d=this._target();if(u._setBoundTo(l),l instanceof e){var f={promiseRejectionQueued:!1,promise:u,target:d,bindingPromise:l};d._then(t,o,void 0,u,f),l._then(s,c,void 0,u,f),u._setOnCancel(l)}else u._resolveCallback(d);return u},e.prototype._setBoundTo=function(e){e===void 0?this._bitField&=-2097153:(this._bitField|=2097152,this._boundTo=e)},e.prototype._isBound=function(){return(this._bitField&2097152)==2097152},e.bind=function(t,n){return e.resolve(n).bind(t)}}})),Co=d(((e,t)=>{t.exports=function(e,t,n,r){var i=Z(),a=i.tryCatch,o=i.errorObj,s=e._async;e.prototype.break=e.prototype.cancel=function(){if(!r.cancellation())return this._warn(`cancellation is disabled`);for(var e=this,t=e;e._isCancellable();){if(!e._cancelBy(t)){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}var n=e._cancellationParent;if(n==null||!n._isCancellable()){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}else e._isFollowing()&&e._followee().cancel(),e._setWillBeCancelled(),t=e,e=n}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return this._branchesRemainingToCancel===void 0||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(e){return e===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(),s.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(e,t){if(i.isArray(e))for(var n=0;n<e.length;++n)this._doInvokeOnCancel(e[n],t);else if(e!==void 0)if(typeof e==`function`){if(!t){var r=a(e).call(this._boundValue());r===o&&(this._attachExtraTrace(r.e),s.throwLater(r.e))}}else e._resultCancelled(this)},e.prototype._invokeOnCancel=function(){var e=this._onCancel();this._unsetOnCancel(),s.invoke(this._doInvokeOnCancel,this,e)},e.prototype._invokeInternalOnCancel=function(){this._isCancellable()&&(this._doInvokeOnCancel(this._onCancel(),!0),this._unsetOnCancel())},e.prototype._resultCancelled=function(){this.cancel()}}})),wo=d(((e,t)=>{t.exports=function(e){function t(){return this.value}function n(){throw this.reason}e.prototype.return=e.prototype.thenReturn=function(n){return n instanceof e&&n.suppressUnhandledRejections(),this._then(t,void 0,void 0,{value:n},void 0)},e.prototype.throw=e.prototype.thenThrow=function(e){return this._then(n,void 0,void 0,{reason:e},void 0)},e.prototype.catchThrow=function(e){if(arguments.length<=1)return this._then(void 0,n,void 0,{reason:e},void 0);var t=arguments[1];return this.caught(e,function(){throw t})},e.prototype.catchReturn=function(n){if(arguments.length<=1)return n instanceof e&&n.suppressUnhandledRejections(),this._then(void 0,t,void 0,{value:n},void 0);var r=arguments[1];return r instanceof e&&r.suppressUnhandledRejections(),this.caught(n,function(){return r})}}})),To=d(((e,t)=>{t.exports=function(e){function t(e){e===void 0?(this._bitField=0,this._settledValueField=void 0):(e=e._target(),this._bitField=e._bitField,this._settledValueField=e._isFateSealed()?e._settledValue():void 0)}t.prototype._settledValue=function(){return this._settledValueField};var n=t.prototype.value=function(){if(!this.isFulfilled())throw TypeError(`cannot get fulfillment value of a non-fulfilled promise
49
49
 
50
50
  See http://goo.gl/MqrFmX
51
51
  `);return this._settledValue()},r=t.prototype.error=t.prototype.reason=function(){if(!this.isRejected())throw TypeError(`cannot get rejection reason of a non-rejected promise
@@ -190,13 +190,13 @@ __p+='`),t}),a+=`';
190
190
 
191
191
  See http://goo.gl/MqrFmX
192
192
  `)}function O(e){this._bitField=0,this._fulfillmentHandler0=void 0,this._rejectionHandler0=void 0,this._promise0=void 0,this._receiver0=void 0,e!==m&&(D(this,e),this._resolveFromExecutor(e)),this._promiseCreated(),this._fireEvent(`promiseCreated`,this)}O.prototype.toString=function(){return`[object Promise]`},O.prototype.caught=O.prototype.catch=function(e){var t=arguments.length;if(t>1){var n=Array(t-1),i=0,a;for(a=0;a<t-1;++a){var s=arguments[a];if(o.isObject(s))n[i++]=s;else return r(`expecting an object but got A catch statement predicate `+o.classString(s))}return n.length=i,e=arguments[a],this.then(void 0,C(n,e,this))}return this.then(void 0,e)},O.prototype.reflect=function(){return this._then(n,n,void 0,this,void 0)},O.prototype.then=function(e,t){if(x.warnings()&&arguments.length>0&&typeof e!=`function`&&typeof t!=`function`){var n=`.then() only accepts functions but was passed: `+o.classString(e);arguments.length>1&&(n+=`, `+o.classString(t)),this._warn(n)}return this._then(e,t,void 0,void 0,void 0)},O.prototype.done=function(e,t){this._then(e,t,void 0,void 0,void 0)._setIsFinal()},O.prototype.spread=function(e){return typeof e==`function`?this.all()._then(e,void 0,void 0,h,void 0):r(`expecting a function but got `+o.classString(e))},O.prototype.toJSON=function(){var e={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(e.fulfillmentValue=this.value(),e.isFulfilled=!0):this.isRejected()&&(e.rejectionReason=this.reason(),e.isRejected=!0),e},O.prototype.all=function(){return arguments.length>0&&this._warn(`.all() was passed arguments but it does not take any`),new v(this).promise()},O.prototype.error=function(e){return this.caught(o.originatesFromRejection,e)},O.getNewLibraryCopy=t.exports,O.is=function(e){return e instanceof O},O.fromNode=O.fromCallback=function(e){var t=new O(m);t._captureStackTrace();var n=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,r=E(e)(w(t,n));return r===T&&t._rejectCallback(r.e,!0),t._isFateSealed()||t._setAsyncGuaranteed(),t},O.all=function(e){return new v(e).promise()},O.cast=function(e){var t=_(e);return t instanceof O||(t=new O(m),t._captureStackTrace(),t._setFulfilled(),t._rejectionHandler0=e),t},O.resolve=O.fulfilled=O.cast,O.reject=O.rejected=function(e){var t=new O(m);return t._captureStackTrace(),t._rejectCallback(e,!0),t},O.setScheduler=function(e){if(typeof e!=`function`)throw new f(`expecting a function but got `+o.classString(e));return u.setScheduler(e)},O.prototype._then=function(e,t,n,r,i){var a=i!==void 0,c=a?i:new O(m),l=this._target(),d=l._bitField;a||(c._propagateFrom(this,3),c._captureStackTrace(),r===void 0&&this._bitField&2097152&&(r=d&50397184?this._boundValue():l===this?void 0:this._boundTo),this._fireEvent(`promiseChained`,this,c));var f=s();if(d&50397184){var h,g,_=l._settlePromiseCtx;d&33554432?(g=l._rejectionHandler0,h=e):d&16777216?(g=l._fulfillmentHandler0,h=t,l._unsetRejectionIsUnhandled()):(_=l._settlePromiseLateCancellationObserver,g=new p(`late cancellation observer`),l._attachExtraTrace(g),h=t),u.invoke(_,l,{handler:f===null?h:typeof h==`function`&&o.domainBind(f,h),promise:c,receiver:r,value:g})}else l._addCallbacks(e,t,c,r,f);return c},O.prototype._length=function(){return this._bitField&65535},O.prototype._isFateSealed=function(){return(this._bitField&117506048)!=0},O.prototype._isFollowing=function(){return(this._bitField&67108864)==67108864},O.prototype._setLength=function(e){this._bitField=this._bitField&-65536|e&65535},O.prototype._setFulfilled=function(){this._bitField|=33554432,this._fireEvent(`promiseFulfilled`,this)},O.prototype._setRejected=function(){this._bitField|=16777216,this._fireEvent(`promiseRejected`,this)},O.prototype._setFollowing=function(){this._bitField|=67108864,this._fireEvent(`promiseResolved`,this)},O.prototype._setIsFinal=function(){this._bitField|=4194304},O.prototype._isFinal=function(){return(this._bitField&4194304)>0},O.prototype._unsetCancelled=function(){this._bitField&=-65537},O.prototype._setCancelled=function(){this._bitField|=65536,this._fireEvent(`promiseCancelled`,this)},O.prototype._setWillBeCancelled=function(){this._bitField|=8388608},O.prototype._setAsyncGuaranteed=function(){u.hasCustomScheduler()||(this._bitField|=134217728)},O.prototype._receiverAt=function(e){var t=e===0?this._receiver0:this[e*4-4+3];if(t!==a)return t===void 0&&this._isBound()?this._boundValue():t},O.prototype._promiseAt=function(e){return this[e*4-4+2]},O.prototype._fulfillmentHandlerAt=function(e){return this[e*4-4+0]},O.prototype._rejectionHandlerAt=function(e){return this[e*4-4+1]},O.prototype._boundValue=function(){},O.prototype._migrateCallback0=function(e){e._bitField;var t=e._fulfillmentHandler0,n=e._rejectionHandler0,r=e._promise0,i=e._receiverAt(0);i===void 0&&(i=a),this._addCallbacks(t,n,r,i,null)},O.prototype._migrateCallbackAt=function(e,t){var n=e._fulfillmentHandlerAt(t),r=e._rejectionHandlerAt(t),i=e._promiseAt(t),o=e._receiverAt(t);o===void 0&&(o=a),this._addCallbacks(n,r,i,o,null)},O.prototype._addCallbacks=function(e,t,n,r,i){var a=this._length();if(a>=65531&&(a=0,this._setLength(0)),a===0)this._promise0=n,this._receiver0=r,typeof e==`function`&&(this._fulfillmentHandler0=i===null?e:o.domainBind(i,e)),typeof t==`function`&&(this._rejectionHandler0=i===null?t:o.domainBind(i,t));else{var s=a*4-4;this[s+2]=n,this[s+3]=r,typeof e==`function`&&(this[s+0]=i===null?e:o.domainBind(i,e)),typeof t==`function`&&(this[s+1]=i===null?t:o.domainBind(i,t))}return this._setLength(a+1),a},O.prototype._proxy=function(e,t){this._addCallbacks(void 0,void 0,t,e,null)},O.prototype._resolveCallback=function(t,n){if(!(this._bitField&117506048)){if(t===this)return this._rejectCallback(e(),!1);var r=_(t,this);if(!(r instanceof O))return this._fulfill(t);n&&this._propagateFrom(r,2);var i=r._target();if(i===this){this._reject(e());return}var a=i._bitField;if(!(a&50397184)){var o=this._length();o>0&&i._migrateCallback0(this);for(var s=1;s<o;++s)i._migrateCallbackAt(this,s);this._setFollowing(),this._setLength(0),this._setFollowee(i)}else if(a&33554432)this._fulfill(i._value());else if(a&16777216)this._reject(i._reason());else{var c=new p(`late cancellation observer`);i._attachExtraTrace(c),this._reject(c)}}},O.prototype._rejectCallback=function(e,t,n){var r=o.ensureErrorObject(e),i=r===e;if(!i&&!n&&x.warnings()){var a=`a promise was rejected with a non-error: `+o.classString(e);this._warn(a,!0)}this._attachExtraTrace(r,t?i:!1),this._reject(e)},O.prototype._resolveFromExecutor=function(e){var t=this;this._captureStackTrace(),this._pushContext();var n=!0,r=this._execute(e,function(e){t._resolveCallback(e)},function(e){t._rejectCallback(e,n)});n=!1,this._popContext(),r!==void 0&&t._rejectCallback(r,!0)},O.prototype._settlePromiseFromHandler=function(e,t,n,r){var i=r._bitField;if(!(i&65536)){r._pushContext();var a;t===h?!n||typeof n.length!=`number`?(a=T,a.e=new f(`cannot .spread() a non-array: `+o.classString(n))):a=E(e).apply(this._boundValue(),n):a=E(e).call(t,n);var s=r._popContext();i=r._bitField,!(i&65536)&&(a===g?r._reject(n):a===T?r._rejectCallback(a.e,!1):(x.checkForgottenReturns(a,s,``,r,this),r._resolveCallback(a)))}},O.prototype._target=function(){for(var e=this;e._isFollowing();)e=e._followee();return e},O.prototype._followee=function(){return this._rejectionHandler0},O.prototype._setFollowee=function(e){this._rejectionHandler0=e},O.prototype._settlePromise=function(e,t,r,a){var o=e instanceof O,s=this._bitField,c=(s&134217728)!=0;s&65536?(o&&e._invokeInternalOnCancel(),r instanceof S&&r.isFinallyHandler()?(r.cancelPromise=e,E(t).call(r,a)===T&&e._reject(T.e)):t===n?e._fulfill(n.call(r)):r instanceof i?r._promiseCancelled(e):o||e instanceof v?e._cancel():r.cancel()):typeof t==`function`?o?(c&&e._setAsyncGuaranteed(),this._settlePromiseFromHandler(t,r,a,e)):t.call(r,a,e):r instanceof i?r._isResolved()||(s&33554432?r._promiseFulfilled(a,e):r._promiseRejected(a,e)):o&&(c&&e._setAsyncGuaranteed(),s&33554432?e._fulfill(a):e._reject(a))},O.prototype._settlePromiseLateCancellationObserver=function(e){var t=e.handler,n=e.promise,r=e.receiver,i=e.value;typeof t==`function`?n instanceof O?this._settlePromiseFromHandler(t,r,i,n):t.call(r,i,n):n instanceof O&&n._reject(i)},O.prototype._settlePromiseCtx=function(e){this._settlePromise(e.promise,e.handler,e.receiver,e.value)},O.prototype._settlePromise0=function(e,t,n){var r=this._promise0,i=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(r,e,i,t)},O.prototype._clearCallbackDataAtIndex=function(e){var t=e*4-4;this[t+2]=this[t+3]=this[t+0]=this[t+1]=void 0},O.prototype._fulfill=function(t){var n=this._bitField;if(!((n&117506048)>>>16)){if(t===this){var r=e();return this._attachExtraTrace(r),this._reject(r)}this._setFulfilled(),this._rejectionHandler0=t,(n&65535)>0&&(n&134217728?this._settlePromises():u.settlePromises(this))}},O.prototype._reject=function(e){var t=this._bitField;if(!((t&117506048)>>>16)){if(this._setRejected(),this._fulfillmentHandler0=e,this._isFinal())return u.fatalError(e,o.isNode);(t&65535)>0?u.settlePromises(this):this._ensurePossibleRejectionHandled()}},O.prototype._fulfillPromises=function(e,t){for(var n=1;n<e;n++){var r=this._fulfillmentHandlerAt(n),i=this._promiseAt(n),a=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(i,r,a,t)}},O.prototype._rejectPromises=function(e,t){for(var n=1;n<e;n++){var r=this._rejectionHandlerAt(n),i=this._promiseAt(n),a=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(i,r,a,t)}},O.prototype._settlePromises=function(){var e=this._bitField,t=e&65535;if(t>0){if(e&16842752){var n=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,n,e),this._rejectPromises(t,n)}else{var r=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,r,e),this._fulfillPromises(t,r)}this._setLength(0)}this._clearCancellationData()},O.prototype._settledValue=function(){var e=this._bitField;if(e&33554432)return this._rejectionHandler0;if(e&16777216)return this._fulfillmentHandler0};function k(e){this.promise._resolveCallback(e)}function A(e){this.promise._rejectCallback(e,!1)}O.defer=O.pending=function(){return x.deprecated(`Promise.defer`,`new Promise`),{promise:new O(m),resolve:k,reject:A}},o.notEnumerableProp(O,`_makeSelfResolutionError`,e),xo()(O,m,_,r,x),So()(O,m,_,x),Co()(O,v,r,x),wo()(O),To()(O),Eo()(O,v,_,m,u,s),O.Promise=O,O.version=`3.4.7`,Do()(O,v,r,_,m,x),Oo()(O),ko()(O,r,_,b,m,x),Ao()(O,m,x),jo()(O,r,m,_,i,x),Mo()(O),No()(O,m),Po()(O,v,_,r),Fo()(O,m,_,r),Io()(O,v,r,_,m,x),Lo()(O,v,x),Ro()(O,v,r),zo()(O,m),Bo()(O,m),Vo()(O),o.toFastProperties(O),o.toFastProperties(O.prototype);function j(e){var t=new O(m);t._fulfillmentHandler0=e,t._rejectionHandler0=e,t._promise0=e,t._receiver0=e}return j({a:1}),j({b:2}),j({c:3}),j(1),j(function(){}),j(void 0),j(!1),j(new O(m)),x.setBounds(l.firstLineError,o.lastLineError),O}})),Uo=d((e=>{var t=(so(),h(oo)),n=Ho()();e.defer=r,e.when=n.resolve,e.resolve=n.resolve,e.all=n.all,e.props=n.props,e.reject=n.reject,e.promisify=n.promisify,e.mapSeries=n.mapSeries,e.attempt=n.attempt,e.nfcall=function(e){var t=Array.prototype.slice.call(arguments,1);return n.promisify(e).apply(null,t)},n.prototype.fail=n.prototype.caught,n.prototype.also=function(e){return this.then(function(r){var i=t.extend({},r,e(r));return n.props(i)})};function r(){var e,t,r=new n.Promise(function(n,r){e=n,t=r});return{resolve:e,reject:t,promise:r}}})),Wo=d((e=>{var t=(so(),h(oo)),n=e.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 r(e,t){return t||={},{type:n.document,children:e,notes:t.notes||new f({}),comments:t.comments||[]}}function i(e,t){t||={};var r=t.indent||{};return{type:n.paragraph,children:e,styleId:t.styleId||null,styleName:t.styleName||null,numbering:t.numbering||null,alignment:t.alignment||null,indent:{start:r.start||null,end:r.end||null,firstLine:r.firstLine||null,hanging:r.hanging||null}}}function a(e,t){return t||={},{type:n.run,children:e,styleId:t.styleId||null,styleName:t.styleName||null,isBold:!!t.isBold,isUnderline:!!t.isUnderline,isItalic:!!t.isItalic,isStrikethrough:!!t.isStrikethrough,isAllCaps:!!t.isAllCaps,isSmallCaps:!!t.isSmallCaps,verticalAlignment:t.verticalAlignment||o.baseline,font:t.font||null,fontSize:t.fontSize||null,highlight:t.highlight||null}}var o={baseline:`baseline`,superscript:`superscript`,subscript:`subscript`};function s(e){return{type:n.text,value:e}}function c(){return{type:n.tab}}function l(e){return{type:n.checkbox,checked:e.checked}}function u(e,t){return{type:n.hyperlink,children:e,href:t.href,anchor:t.anchor,targetFrame:t.targetFrame}}function d(e){return{type:n.noteReference,noteType:e.noteType,noteId:e.noteId}}function f(e){this._notes=t.indexBy(e,function(e){return _(e.noteType,e.noteId)})}f.prototype.resolve=function(e){return this.findNoteByKey(_(e.noteType,e.noteId))},f.prototype.findNoteByKey=function(e){return this._notes[e]||null};function p(e){return{type:n.note,noteType:e.noteType,noteId:e.noteId,body:e.body}}function m(e){return{type:n.commentReference,commentId:e.commentId}}function g(e){return{type:n.comment,commentId:e.commentId,body:e.body,authorName:e.authorName,authorInitials:e.authorInitials}}function _(e,t){return e+`-`+t}function v(e){return{type:n.image,read:function(t){return t?e.readImage(t):e.readImage().then(function(e){return Buffer.from(e)})},readAsArrayBuffer:function(){return e.readImage()},readAsBase64String:function(){return e.readImage(`base64`)},readAsBuffer:function(){return e.readImage().then(function(e){return Buffer.from(e)})},altText:e.altText,contentType:e.contentType}}function y(e,t){return t||={},{type:n.table,children:e,styleId:t.styleId||null,styleName:t.styleName||null}}function b(e,t){return t||={},{type:n.tableRow,children:e,isHeader:t.isHeader||!1}}function x(e,t){return t||={},{type:n.tableCell,children:e,colSpan:t.colSpan==null?1:t.colSpan,rowSpan:t.rowSpan==null?1:t.rowSpan}}function S(e){return{type:n.break,breakType:e}}function C(e){return{type:n.bookmarkStart,name:e.name}}e.document=e.Document=r,e.paragraph=e.Paragraph=i,e.run=e.Run=a,e.text=e.Text=s,e.tab=e.Tab=c,e.checkbox=e.Checkbox=l,e.Hyperlink=u,e.noteReference=e.NoteReference=d,e.Notes=f,e.Note=p,e.commentReference=m,e.comment=g,e.Image=v,e.Table=y,e.TableRow=b,e.TableCell=x,e.lineBreak=S(`line`),e.pageBreak=S(`page`),e.columnBreak=S(`column`),e.BookmarkStart=C,e.verticalAlignment=o})),Go=d((e=>{var t=(so(),h(oo));e.Result=n,e.success=r,e.warning=i,e.error=a;function n(e,t){this.value=e,this.messages=t||[]}n.prototype.map=function(e){return new n(e(this.value),this.messages)},n.prototype.flatMap=function(e){var t=e(this.value);return new n(t.value,o([this,t]))},n.prototype.flatMapThen=function(e){var t=this;return e(this.value).then(function(e){return new n(e.value,o([t,e]))})},n.combine=function(e){return new n(t.flatten(t.pluck(e,`value`)),o(e))};function r(e){return new n(e,[])}function i(e){return{type:`warning`,message:e}}function a(e){return{type:`error`,message:e.message,error:e}}function o(e){var n=[];return t.flatten(t.pluck(e,`messages`),!0).forEach(function(e){s(n,e)||n.push(e)}),n}function s(e,n){return t.find(e,c.bind(null,n))!==void 0}function c(e,t){return e.type===t.type&&e.message===t.message}})),Ko=d((e=>{e.byteLength=c,e.toByteArray=u,e.fromByteArray=p;for(var t=[],n=[],r=typeof Uint8Array<`u`?Uint8Array:Array,i=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,a=0,o=i.length;a<o;++a)t[a]=i[a],n[i.charCodeAt(a)]=a;n[45]=62,n[95]=63;function s(e){var t=e.length;if(t%4>0)throw Error(`Invalid string. Length must be a multiple of 4`);var n=e.indexOf(`=`);n===-1&&(n=t);var r=n===t?0:4-n%4;return[n,r]}function c(e){var t=s(e),n=t[0],r=t[1];return(n+r)*3/4-r}function l(e,t,n){return(t+n)*3/4-n}function u(e){var t,i=s(e),a=i[0],o=i[1],c=new r(l(e,a,o)),u=0,d=o>0?a-4:a,f;for(f=0;f<d;f+=4)t=n[e.charCodeAt(f)]<<18|n[e.charCodeAt(f+1)]<<12|n[e.charCodeAt(f+2)]<<6|n[e.charCodeAt(f+3)],c[u++]=t>>16&255,c[u++]=t>>8&255,c[u++]=t&255;return o===2&&(t=n[e.charCodeAt(f)]<<2|n[e.charCodeAt(f+1)]>>4,c[u++]=t&255),o===1&&(t=n[e.charCodeAt(f)]<<10|n[e.charCodeAt(f+1)]<<4|n[e.charCodeAt(f+2)]>>2,c[u++]=t>>8&255,c[u++]=t&255),c}function d(e){return t[e>>18&63]+t[e>>12&63]+t[e>>6&63]+t[e&63]}function f(e,t,n){for(var r,i=[],a=t;a<n;a+=3)r=(e[a]<<16&16711680)+(e[a+1]<<8&65280)+(e[a+2]&255),i.push(d(r));return i.join(``)}function p(e){for(var n,r=e.length,i=r%3,a=[],o=16383,s=0,c=r-i;s<c;s+=o)a.push(f(e,s,s+o>c?c:s+o));return i===1?(n=e[r-1],a.push(t[n>>2]+t[n<<4&63]+`==`)):i===2&&(n=(e[r-2]<<8)+e[r-1],a.push(t[n>>10]+t[n>>4&63]+t[n<<2&63]+`=`)),a.join(``)}})),qo=d(((e,t)=>{(function(n){typeof e==`object`&&t!==void 0?t.exports=n():typeof define==`function`&&define.amd?define([],n):(typeof window<`u`?window:typeof global<`u`?global:typeof self<`u`?self:this).JSZip=n()})(function(){return function e(t,n,r){function i(o,s){if(!n[o]){if(!t[o]){var c=typeof require==`function`&&require;if(!s&&c)return c(o,!0);if(a)return a(o,!0);var l=Error(`Cannot find module '`+o+`'`);throw l.code=`MODULE_NOT_FOUND`,l}var u=n[o]={exports:{}};t[o][0].call(u.exports,function(e){var n=t[o][1][e];return i(n||e)},u,u.exports,e,t,n,r)}return n[o].exports}for(var a=typeof require==`function`&&require,o=0;o<r.length;o++)i(r[o]);return i}({1:[function(e,t,n){"use strict";var r=e(`./utils`),i=e(`./support`),a=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=`;n.encode=function(e){for(var t,n,i,o,s,c,l,u=[],d=0,f=e.length,p=f,m=r.getTypeOf(e)!==`string`;d<e.length;)p=f-d,i=m?(t=e[d++],n=d<f?e[d++]:0,d<f?e[d++]:0):(t=e.charCodeAt(d++),n=d<f?e.charCodeAt(d++):0,d<f?e.charCodeAt(d++):0),o=t>>2,s=(3&t)<<4|n>>4,c=1<p?(15&n)<<2|i>>6:64,l=2<p?63&i:64,u.push(a.charAt(o)+a.charAt(s)+a.charAt(c)+a.charAt(l));return u.join(``)},n.decode=function(e){var t,n,r,o,s,c,l=0,u=0,d=`data:`;if(e.substr(0,d.length)===d)throw Error(`Invalid base64 input, it looks like a data url.`);var f,p=3*(e=e.replace(/[^A-Za-z0-9+/=]/g,``)).length/4;if(e.charAt(e.length-1)===a.charAt(64)&&p--,e.charAt(e.length-2)===a.charAt(64)&&p--,p%1!=0)throw Error(`Invalid base64 input, bad content length.`);for(f=i.uint8array?new Uint8Array(0|p):Array(0|p);l<e.length;)t=a.indexOf(e.charAt(l++))<<2|(o=a.indexOf(e.charAt(l++)))>>4,n=(15&o)<<4|(s=a.indexOf(e.charAt(l++)))>>2,r=(3&s)<<6|(c=a.indexOf(e.charAt(l++))),f[u++]=t,s!==64&&(f[u++]=n),c!==64&&(f[u++]=r);return f}},{"./support":30,"./utils":32}],2:[function(e,t,n){"use strict";var r=e(`./external`),i=e(`./stream/DataWorker`),a=e(`./stream/Crc32Probe`),o=e(`./stream/DataLengthProbe`);function s(e,t,n,r,i){this.compressedSize=e,this.uncompressedSize=t,this.crc32=n,this.compression=r,this.compressedContent=i}s.prototype={getContentWorker:function(){var e=new i(r.Promise.resolve(this.compressedContent)).pipe(this.compression.uncompressWorker()).pipe(new o(`data_length`)),t=this;return e.on(`end`,function(){if(this.streamInfo.data_length!==t.uncompressedSize)throw Error(`Bug : uncompressed data size mismatch`)}),e},getCompressedWorker:function(){return new i(r.Promise.resolve(this.compressedContent)).withStreamInfo(`compressedSize`,this.compressedSize).withStreamInfo(`uncompressedSize`,this.uncompressedSize).withStreamInfo(`crc32`,this.crc32).withStreamInfo(`compression`,this.compression)}},s.createWorkerFrom=function(e,t,n){return e.pipe(new a).pipe(new o(`uncompressedSize`)).pipe(t.compressWorker(n)).pipe(new o(`compressedSize`)).withStreamInfo(`compression`,t)},t.exports=s},{"./external":6,"./stream/Crc32Probe":25,"./stream/DataLengthProbe":26,"./stream/DataWorker":27}],3:[function(e,t,n){"use strict";var r=e(`./stream/GenericWorker`);n.STORE={magic:`\0\0`,compressWorker:function(){return new r(`STORE compression`)},uncompressWorker:function(){return new r(`STORE decompression`)}},n.DEFLATE=e(`./flate`)},{"./flate":7,"./stream/GenericWorker":28}],4:[function(e,t,n){"use strict";var r=e(`./utils`),i=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t){return e!==void 0&&e.length?r.getTypeOf(e)===`string`?function(e,t,n,r){var a=i,o=r+n;e^=-1;for(var s=r;s<o;s++)e=e>>>8^a[255&(e^t.charCodeAt(s))];return-1^e}(0|t,e,e.length,0):function(e,t,n,r){var a=i,o=r+n;e^=-1;for(var s=r;s<o;s++)e=e>>>8^a[255&(e^t[s])];return-1^e}(0|t,e,e.length,0):0}},{"./utils":32}],5:[function(e,t,n){"use strict";n.base64=!1,n.binary=!1,n.dir=!1,n.createFolders=!0,n.date=null,n.compression=null,n.compressionOptions=null,n.comment=null,n.unixPermissions=null,n.dosPermissions=null},{}],6:[function(e,t,n){"use strict";var r=null;r=typeof Promise<`u`?Promise:e(`lie`),t.exports={Promise:r}},{lie:37}],7:[function(e,t,n){"use strict";var r=typeof Uint8Array<`u`&&typeof Uint16Array<`u`&&typeof Uint32Array<`u`,i=e(`pako`),a=e(`./utils`),o=e(`./stream/GenericWorker`),s=r?`uint8array`:`array`;function c(e,t){o.call(this,`FlateWorker/`+e),this._pako=null,this._pakoAction=e,this._pakoOptions=t,this.meta={}}n.magic=`\b\0`,a.inherits(c,o),c.prototype.processChunk=function(e){this.meta=e.meta,this._pako===null&&this._createPako(),this._pako.push(a.transformTo(s,e.data),!1)},c.prototype.flush=function(){o.prototype.flush.call(this),this._pako===null&&this._createPako(),this._pako.push([],!0)},c.prototype.cleanUp=function(){o.prototype.cleanUp.call(this),this._pako=null},c.prototype._createPako=function(){this._pako=new i[this._pakoAction]({raw:!0,level:this._pakoOptions.level||-1});var e=this;this._pako.onData=function(t){e.push({data:t,meta:e.meta})}},n.compressWorker=function(e){return new c(`Deflate`,e)},n.uncompressWorker=function(){return new c(`Inflate`,{})}},{"./stream/GenericWorker":28,"./utils":32,pako:38}],8:[function(e,t,n){"use strict";function r(e,t){var n,r=``;for(n=0;n<t;n++)r+=String.fromCharCode(255&e),e>>>=8;return r}function i(e,t,n,i,o,u){var d,f,p=e.file,m=e.compression,h=u!==s.utf8encode,g=a.transformTo(`string`,u(p.name)),_=a.transformTo(`string`,s.utf8encode(p.name)),v=p.comment,y=a.transformTo(`string`,u(v)),b=a.transformTo(`string`,s.utf8encode(v)),x=_.length!==p.name.length,S=b.length!==v.length,C=``,w=``,T=``,E=p.dir,D=p.date,O={crc32:0,compressedSize:0,uncompressedSize:0};t&&!n||(O.crc32=e.crc32,O.compressedSize=e.compressedSize,O.uncompressedSize=e.uncompressedSize);var k=0;t&&(k|=8),h||!x&&!S||(k|=2048);var A=0,j=0;E&&(A|=16),o===`UNIX`?(j=798,A|=function(e,t){var n=e;return e||(n=t?16893:33204),(65535&n)<<16}(p.unixPermissions,E)):(j=20,A|=function(e){return 63&(e||0)}(p.dosPermissions)),d=D.getUTCHours(),d<<=6,d|=D.getUTCMinutes(),d<<=5,d|=D.getUTCSeconds()/2,f=D.getUTCFullYear()-1980,f<<=4,f|=D.getUTCMonth()+1,f<<=5,f|=D.getUTCDate(),x&&(w=r(1,1)+r(c(g),4)+_,C+=`up`+r(w.length,2)+w),S&&(T=r(1,1)+r(c(y),4)+b,C+=`uc`+r(T.length,2)+T);var M=``;return M+=`
193
- \0`,M+=r(k,2),M+=m.magic,M+=r(d,2),M+=r(f,2),M+=r(O.crc32,4),M+=r(O.compressedSize,4),M+=r(O.uncompressedSize,4),M+=r(g.length,2),M+=r(C.length,2),{fileRecord:l.LOCAL_FILE_HEADER+M+g+C,dirRecord:l.CENTRAL_FILE_HEADER+r(j,2)+M+r(y.length,2)+`\0\0\0\0`+r(A,4)+r(i,4)+g+C+y}}var a=e(`../utils`),o=e(`../stream/GenericWorker`),s=e(`../utf8`),c=e(`../crc32`),l=e(`../signature`);function u(e,t,n,r){o.call(this,`ZipFileWorker`),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=n,this.encodeFileName=r,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}a.inherits(u,o),u.prototype.push=function(e){var t=e.meta.percent||0,n=this.entriesCount,r=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,o.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:n?(t+100*(n-r-1))/n:100}}))},u.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;if(t){var n=i(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:n.fileRecord,meta:{percent:0}})}else this.accumulate=!0},u.prototype.closedSource=function(e){this.accumulate=!1;var t=this.streamFiles&&!e.file.dir,n=i(e,t,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(n.dirRecord),t)this.push({data:function(e){return l.DATA_DESCRIPTOR+r(e.crc32,4)+r(e.compressedSize,4)+r(e.uncompressedSize,4)}(e),meta:{percent:100}});else for(this.push({data:n.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},u.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});var n=this.bytesWritten-e,i=function(e,t,n,i,o){var s=a.transformTo(`string`,o(i));return l.CENTRAL_DIRECTORY_END+`\0\0\0\0`+r(e,2)+r(e,2)+r(t,4)+r(n,4)+r(s.length,2)+s}(this.dirRecords.length,n,e,this.zipComment,this.encodeFileName);this.push({data:i,meta:{percent:100}})},u.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},u.prototype.registerPrevious=function(e){this._sources.push(e);var t=this;return e.on(`data`,function(e){t.processChunk(e)}),e.on(`end`,function(){t.closedSource(t.previous.streamInfo),t._sources.length?t.prepareNextSource():t.end()}),e.on(`error`,function(e){t.error(e)}),this},u.prototype.resume=function(){return!!o.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},u.prototype.error=function(e){var t=this._sources;if(!o.prototype.error.call(this,e))return!1;for(var n=0;n<t.length;n++)try{t[n].error(e)}catch{}return!0},u.prototype.lock=function(){o.prototype.lock.call(this);for(var e=this._sources,t=0;t<e.length;t++)e[t].lock()},t.exports=u},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(e,t,n){"use strict";var r=e(`../compressions`),i=e(`./ZipFileWorker`);n.generateWorker=function(e,t,n){var a=new i(t.streamFiles,n,t.platform,t.encodeFileName),o=0;try{e.forEach(function(e,n){o++;var i=function(e,t){var n=e||t,i=r[n];if(!i)throw Error(n+` is not a valid compression method !`);return i}(n.options.compression,t.compression),s=n.options.compressionOptions||t.compressionOptions||{},c=n.dir,l=n.date;n._compressWorker(i,s).withStreamInfo(`file`,{name:e,dir:c,date:l,comment:n.comment||``,unixPermissions:n.unixPermissions,dosPermissions:n.dosPermissions}).pipe(a)}),a.entriesCount=o}catch(e){a.error(e)}return a}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,n){"use strict";function r(){if(!(this instanceof r))return new r;if(arguments.length)throw 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 e=new r;for(var t in this)typeof this[t]!=`function`&&(e[t]=this[t]);return e}}(r.prototype=e(`./object`)).loadAsync=e(`./load`),r.support=e(`./support`),r.defaults=e(`./defaults`),r.version=`3.10.1`,r.loadAsync=function(e,t){return new r().loadAsync(e,t)},r.external=e(`./external`),t.exports=r},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(e,t,n){"use strict";var r=e(`./utils`),i=e(`./external`),a=e(`./utf8`),o=e(`./zipEntries`),s=e(`./stream/Crc32Probe`),c=e(`./nodejsUtils`);function l(e){return new i.Promise(function(t,n){var r=e.decompressed.getContentWorker().pipe(new s);r.on(`error`,function(e){n(e)}).on(`end`,function(){r.streamInfo.crc32===e.decompressed.crc32?t():n(Error(`Corrupted zip : CRC32 mismatch`))}).resume()})}t.exports=function(e,t){var n=this;return t=r.extend(t||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:a.utf8decode}),c.isNode&&c.isStream(e)?i.Promise.reject(Error(`JSZip can't accept a stream when loading a zip file.`)):r.prepareContent(`the loaded zip file`,e,!0,t.optimizedBinaryString,t.base64).then(function(e){var n=new o(t);return n.load(e),n}).then(function(e){var n=[i.Promise.resolve(e)],r=e.files;if(t.checkCRC32)for(var a=0;a<r.length;a++)n.push(l(r[a]));return i.Promise.all(n)}).then(function(e){for(var i=e.shift(),a=i.files,o=0;o<a.length;o++){var s=a[o],c=s.fileNameStr,l=r.resolve(s.fileNameStr);n.file(l,s.decompressed,{binary:!0,optimizedBinaryString:!0,date:s.date,dir:s.dir,comment:s.fileCommentStr.length?s.fileCommentStr:null,unixPermissions:s.unixPermissions,dosPermissions:s.dosPermissions,createFolders:t.createFolders}),s.dir||(n.file(l).unsafeOriginalName=c)}return i.zipComment.length&&(n.comment=i.zipComment),n})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`../stream/GenericWorker`);function a(e,t){i.call(this,`Nodejs stream input adapter for `+e),this._upstreamEnded=!1,this._bindStream(t)}r.inherits(a,i),a.prototype._bindStream=function(e){var t=this;(this._stream=e).pause(),e.on(`data`,function(e){t.push({data:e,meta:{percent:0}})}).on(`error`,function(e){t.isPaused?this.generatedError=e:t.error(e)}).on(`end`,function(){t.isPaused?t._upstreamEnded=!0:t.end()})},a.prototype.pause=function(){return!!i.prototype.pause.call(this)&&(this._stream.pause(),!0)},a.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=a},{"../stream/GenericWorker":28,"../utils":32}],13:[function(e,t,n){"use strict";var r=e(`readable-stream`).Readable;function i(e,t,n){r.call(this,t),this._helper=e;var i=this;e.on(`data`,function(e,t){i.push(e)||i._helper.pause(),n&&n(t)}).on(`error`,function(e){i.emit(`error`,e)}).on(`end`,function(){i.push(null)})}e(`../utils`).inherits(i,r),i.prototype._read=function(){this._helper.resume()},t.exports=i},{"../utils":32,"readable-stream":16}],14:[function(e,t,n){"use strict";t.exports={isNode:typeof Buffer<`u`,newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);if(typeof e==`number`)throw Error(`The "data" argument must not be a number`);return new Buffer(e,t)},allocBuffer:function(e){if(Buffer.alloc)return Buffer.alloc(e);var t=new Buffer(e);return t.fill(0),t},isBuffer:function(e){return Buffer.isBuffer(e)},isStream:function(e){return e&&typeof e.on==`function`&&typeof e.pause==`function`&&typeof e.resume==`function`}}},{}],15:[function(e,t,n){"use strict";function r(e,t,n){var r,i=a.getTypeOf(t),s=a.extend(n||{},c);s.date=s.date||new Date,s.compression!==null&&(s.compression=s.compression.toUpperCase()),typeof s.unixPermissions==`string`&&(s.unixPermissions=parseInt(s.unixPermissions,8)),s.unixPermissions&&16384&s.unixPermissions&&(s.dir=!0),s.dosPermissions&&16&s.dosPermissions&&(s.dir=!0),s.dir&&(e=h(e)),s.createFolders&&(r=m(e))&&g.call(this,r,!0);var d=i===`string`&&!1===s.binary&&!1===s.base64;n&&n.binary!==void 0||(s.binary=!d),(t instanceof l&&t.uncompressedSize===0||s.dir||!t||t.length===0)&&(s.base64=!1,s.binary=!0,t=``,s.compression=`STORE`,i=`string`);var _=null;_=t instanceof l||t instanceof o?t:f.isNode&&f.isStream(t)?new p(e,t):a.prepareContent(e,t,s.binary,s.optimizedBinaryString,s.base64);var v=new u(e,_,s);this.files[e]=v}var i=e(`./utf8`),a=e(`./utils`),o=e(`./stream/GenericWorker`),s=e(`./stream/StreamHelper`),c=e(`./defaults`),l=e(`./compressedObject`),u=e(`./zipObject`),d=e(`./generate`),f=e(`./nodejsUtils`),p=e(`./nodejs/NodejsStreamInputAdapter`),m=function(e){e.slice(-1)===`/`&&(e=e.substring(0,e.length-1));var t=e.lastIndexOf(`/`);return 0<t?e.substring(0,t):``},h=function(e){return e.slice(-1)!==`/`&&(e+=`/`),e},g=function(e,t){return t=t===void 0?c.createFolders:t,e=h(e),this.files[e]||r.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]};function _(e){return Object.prototype.toString.call(e)===`[object RegExp]`}t.exports={load:function(){throw Error(`This method has been removed in JSZip 3.0, please check the upgrade guide.`)},forEach:function(e){var t,n,r;for(t in this.files)r=this.files[t],(n=t.slice(this.root.length,t.length))&&t.slice(0,this.root.length)===this.root&&e(n,r)},filter:function(e){var t=[];return this.forEach(function(n,r){e(n,r)&&t.push(r)}),t},file:function(e,t,n){if(arguments.length!==1)return e=this.root+e,r.call(this,e,t,n),this;if(_(e)){var i=e;return this.filter(function(e,t){return!t.dir&&i.test(e)})}var a=this.files[this.root+e];return a&&!a.dir?a:null},folder:function(e){if(!e)return this;if(_(e))return this.filter(function(t,n){return n.dir&&e.test(t)});var t=this.root+e,n=g.call(this,t),r=this.clone();return r.root=n.name,r},remove:function(e){e=this.root+e;var t=this.files[e];if(t||=(e.slice(-1)!==`/`&&(e+=`/`),this.files[e]),t&&!t.dir)delete this.files[e];else for(var n=this.filter(function(t,n){return n.name.slice(0,e.length)===e}),r=0;r<n.length;r++)delete this.files[n[r].name];return this},generate:function(){throw Error(`This method has been removed in JSZip 3.0, please check the upgrade guide.`)},generateInternalStream:function(e){var t,n={};try{if((n=a.extend(e||{},{streamFiles:!1,compression:`STORE`,compressionOptions:null,type:``,platform:`DOS`,comment:null,mimeType:`application/zip`,encodeFileName:i.utf8encode})).type=n.type.toLowerCase(),n.compression=n.compression.toUpperCase(),n.type===`binarystring`&&(n.type=`string`),!n.type)throw Error(`No output type specified.`);a.checkSupport(n.type),n.platform!==`darwin`&&n.platform!==`freebsd`&&n.platform!==`linux`&&n.platform!==`sunos`||(n.platform=`UNIX`),n.platform===`win32`&&(n.platform=`DOS`);var r=n.comment||this.comment||``;t=d.generateWorker(this,n,r)}catch(e){(t=new o(`error`)).error(e)}return new s(t,n.type||`string`,n.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return(e||={}).type||(e.type=`nodebuffer`),this.generateInternalStream(e).toNodejsStream(t)}}},{"./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(e,t,n){"use strict";t.exports=e(`stream`)},{stream:void 0}],17:[function(e,t,n){"use strict";var r=e(`./DataReader`);function i(e){r.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}e(`../utils`).inherits(i,r),i.prototype.byteAt=function(e){return this.data[this.zero+e]},i.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),a=this.length-4;0<=a;--a)if(this.data[a]===t&&this.data[a+1]===n&&this.data[a+2]===r&&this.data[a+3]===i)return a-this.zero;return-1},i.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),a=this.readData(4);return t===a[0]&&n===a[1]&&r===a[2]&&i===a[3]},i.prototype.readData=function(e){if(this.checkOffset(e),e===0)return[];var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],18:[function(e,t,n){"use strict";var r=e(`../utils`);function i(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||e<0)throw Error(`End of data reached (data length = `+this.length+`, asked index = `+e+`). Corrupted zip ?`)},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(){},readInt:function(e){var t,n=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)n=(n<<8)+this.byteAt(t);return this.index+=e,n},readString:function(e){return r.transformTo(`string`,this.readData(e))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":32}],19:[function(e,t,n){"use strict";var r=e(`./Uint8ArrayReader`);function i(e){r.call(this,e)}e(`../utils`).inherits(i,r),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,n){"use strict";var r=e(`./DataReader`);function i(e){r.call(this,e)}e(`../utils`).inherits(i,r),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],21:[function(e,t,n){"use strict";var r=e(`./ArrayReader`);function i(e){r.call(this,e)}e(`../utils`).inherits(i,r),i.prototype.readData=function(e){if(this.checkOffset(e),e===0)return new Uint8Array;var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`../support`),a=e(`./ArrayReader`),o=e(`./StringReader`),s=e(`./NodeBufferReader`),c=e(`./Uint8ArrayReader`);t.exports=function(e){var t=r.getTypeOf(e);return r.checkSupport(t),t!==`string`||i.uint8array?t===`nodebuffer`?new s(e):i.uint8array?new c(r.transformTo(`uint8array`,e)):new a(r.transformTo(`array`,e)):new o(e)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,n){"use strict";n.LOCAL_FILE_HEADER=`PK`,n.CENTRAL_FILE_HEADER=`PK`,n.CENTRAL_DIRECTORY_END=`PK`,n.ZIP64_CENTRAL_DIRECTORY_LOCATOR=`PK\x07`,n.ZIP64_CENTRAL_DIRECTORY_END=`PK`,n.DATA_DESCRIPTOR=`PK\x07\b`},{}],24:[function(e,t,n){"use strict";var r=e(`./GenericWorker`),i=e(`../utils`);function a(e){r.call(this,`ConvertWorker to `+e),this.destType=e}i.inherits(a,r),a.prototype.processChunk=function(e){this.push({data:i.transformTo(this.destType,e.data),meta:e.meta})},t.exports=a},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,n){"use strict";var r=e(`./GenericWorker`),i=e(`../crc32`);function a(){r.call(this,`Crc32Probe`),this.withStreamInfo(`crc32`,0)}e(`../utils`).inherits(a,r),a.prototype.processChunk=function(e){this.streamInfo.crc32=i(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=a},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`./GenericWorker`);function a(e){i.call(this,`DataLengthProbe for `+e),this.propName=e,this.withStreamInfo(e,0)}r.inherits(a,i),a.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}i.prototype.processChunk.call(this,e)},t.exports=a},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`./GenericWorker`);function a(e){i.call(this,`DataWorker`);var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type=``,this._tickScheduled=!1,e.then(function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=r.getTypeOf(e),t.isPaused||t._tickAndRepeat()},function(e){t.error(e)})}r.inherits(a,i),a.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this.data=null},a.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,r.delay(this._tickAndRepeat,[],this)),!0)},a.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(r.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},a.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case`string`:e=this.data.substring(this.index,t);break;case`uint8array`:e=this.data.subarray(this.index,t);break;case`array`:case`nodebuffer`:e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=a},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,n){"use strict";function r(e){this.name=e||`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}r.prototype={push:function(e){this.emit(`data`,e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit(`end`),this.cleanUp(),this.isFinished=!0}catch(e){this.emit(`error`,e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit(`error`,e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var n=0;n<this._listeners[e].length;n++)this._listeners[e][n].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw Error(`The stream '`+this+`' has already been used.`);this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on(`data`,function(e){t.processChunk(e)}),e.on(`end`,function(){t.end()}),e.on(`error`,function(e){t.error(e)}),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 e=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),!e},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw Error(`The stream '`+this+`' has already been used.`);this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e=`Worker `+this.name;return this.previous?this.previous+` -> `+e:e}},t.exports=r},{}],29:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`./ConvertWorker`),a=e(`./GenericWorker`),o=e(`../base64`),s=e(`../support`),c=e(`../external`),l=null;if(s.nodestream)try{l=e(`../nodejs/NodejsStreamOutputAdapter`)}catch{}function u(e,t){return new c.Promise(function(n,i){var a=[],s=e._internalType,c=e._outputType,l=e._mimeType;e.on(`data`,function(e,n){a.push(e),t&&t(n)}).on(`error`,function(e){a=[],i(e)}).on(`end`,function(){try{n(function(e,t,n){switch(e){case`blob`:return r.newBlob(r.transformTo(`arraybuffer`,t),n);case`base64`:return o.encode(t);default:return r.transformTo(e,t)}}(c,function(e,t){var n,r=0,i=null,a=0;for(n=0;n<t.length;n++)a+=t[n].length;switch(e){case`string`:return t.join(``);case`array`:return Array.prototype.concat.apply([],t);case`uint8array`:for(i=new Uint8Array(a),n=0;n<t.length;n++)i.set(t[n],r),r+=t[n].length;return i;case`nodebuffer`:return Buffer.concat(t);default:throw Error(`concat : unsupported type '`+e+`'`)}}(s,a),l))}catch(e){i(e)}a=[]}).resume()})}function d(e,t,n){var o=t;switch(t){case`blob`:case`arraybuffer`:o=`uint8array`;break;case`base64`:o=`string`}try{this._internalType=o,this._outputType=t,this._mimeType=n,r.checkSupport(o),this._worker=e.pipe(new i(o)),e.lock()}catch(e){this._worker=new a(`error`),this._worker.error(e)}}d.prototype={accumulate:function(e){return u(this,e)},on:function(e,t){var n=this;return e===`data`?this._worker.on(e,function(e){t.call(n,e.data,e.meta)}):this._worker.on(e,function(){r.delay(t,arguments,n)}),this},resume:function(){return r.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(e){if(r.checkSupport(`nodestream`),this._outputType!==`nodebuffer`)throw Error(this._outputType+` is not supported by this method`);return new l(this,{objectMode:this._outputType!==`nodebuffer`},e)}},t.exports=d},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(e,t,n){"use strict";if(n.base64=!0,n.array=!0,n.string=!0,n.arraybuffer=typeof ArrayBuffer<`u`&&typeof Uint8Array<`u`,n.nodebuffer=typeof Buffer<`u`,n.uint8array=typeof Uint8Array<`u`,typeof ArrayBuffer>`u`)n.blob=!1;else{var r=new ArrayBuffer(0);try{n.blob=new Blob([r],{type:`application/zip`}).size===0}catch{try{var i=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);i.append(r),n.blob=i.getBlob(`application/zip`).size===0}catch{n.blob=!1}}}try{n.nodestream=!!e(`readable-stream`).Readable}catch{n.nodestream=!1}},{"readable-stream":16}],31:[function(e,t,n){"use strict";for(var r=e(`./utils`),i=e(`./support`),a=e(`./nodejsUtils`),o=e(`./stream/GenericWorker`),s=Array(256),c=0;c<256;c++)s[c]=252<=c?6:248<=c?5:240<=c?4:224<=c?3:192<=c?2:1;s[254]=s[254]=1;function l(){o.call(this,`utf-8 decode`),this.leftOver=null}function u(){o.call(this,`utf-8 encode`)}n.utf8encode=function(e){return i.nodebuffer?a.newBufferFrom(e,`utf-8`):function(e){var t,n,r,a,o,s=e.length,c=0;for(a=0;a<s;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(r=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(r-56320),a++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=i.uint8array?new Uint8Array(c):Array(c),a=o=0;o<c;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(r=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(r-56320),a++),n<128?t[o++]=n:(n<2048?t[o++]=192|n>>>6:(n<65536?t[o++]=224|n>>>12:(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63),t[o++]=128|n>>>6&63),t[o++]=128|63&n);return t}(e)},n.utf8decode=function(e){return i.nodebuffer?r.transformTo(`nodebuffer`,e).toString(`utf-8`):function(e){var t,n,i,a,o=e.length,c=Array(2*o);for(t=n=0;t<o;)if((i=e[t++])<128)c[n++]=i;else if(4<(a=s[i]))c[n++]=65533,t+=a-1;else{for(i&=a===2?31:a===3?15:7;1<a&&t<o;)i=i<<6|63&e[t++],a--;1<a?c[n++]=65533:i<65536?c[n++]=i:(i-=65536,c[n++]=55296|i>>10&1023,c[n++]=56320|1023&i)}return c.length!==n&&(c.subarray?c=c.subarray(0,n):c.length=n),r.applyFromCharCode(c)}(e=r.transformTo(i.uint8array?`uint8array`:`array`,e))},r.inherits(l,o),l.prototype.processChunk=function(e){var t=r.transformTo(i.uint8array?`uint8array`:`array`,e.data);if(this.leftOver&&this.leftOver.length){if(i.uint8array){var a=t;(t=new Uint8Array(a.length+this.leftOver.length)).set(this.leftOver,0),t.set(a,this.leftOver.length)}else t=this.leftOver.concat(t);this.leftOver=null}var o=function(e,t){var n;for((t||=e.length)>e.length&&(t=e.length),n=t-1;0<=n&&(192&e[n])==128;)n--;return n<0||n===0?t:n+s[e[n]]>t?n:t}(t),c=t;o!==t.length&&(i.uint8array?(c=t.subarray(0,o),this.leftOver=t.subarray(o,t.length)):(c=t.slice(0,o),this.leftOver=t.slice(o,t.length))),this.push({data:n.utf8decode(c),meta:e.meta})},l.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:n.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},n.Utf8DecodeWorker=l,r.inherits(u,o),u.prototype.processChunk=function(e){this.push({data:n.utf8encode(e.data),meta:e.meta})},n.Utf8EncodeWorker=u},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,n){"use strict";var r=e(`./support`),i=e(`./base64`),a=e(`./nodejsUtils`),o=e(`./external`);function s(e){return e}function c(e,t){for(var n=0;n<e.length;++n)t[n]=255&e.charCodeAt(n);return t}e(`setimmediate`),n.newBlob=function(e,t){n.checkSupport(`blob`);try{return new Blob([e],{type:t})}catch{try{var r=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return r.append(e),r.getBlob(t)}catch{throw Error(`Bug : can't construct the Blob.`)}}};var l={stringifyByChunk:function(e,t,n){var r=[],i=0,a=e.length;if(a<=n)return String.fromCharCode.apply(null,e);for(;i<a;)t===`array`||t===`nodebuffer`?r.push(String.fromCharCode.apply(null,e.slice(i,Math.min(i+n,a)))):r.push(String.fromCharCode.apply(null,e.subarray(i,Math.min(i+n,a)))),i+=n;return r.join(``)},stringifyByChar:function(e){for(var t=``,n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t},applyCanBeUsed:{uint8array:function(){try{return r.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}}(),nodebuffer:function(){try{return r.nodebuffer&&String.fromCharCode.apply(null,a.allocBuffer(1)).length===1}catch{return!1}}()}};function u(e){var t=65536,r=n.getTypeOf(e),i=!0;if(r===`uint8array`?i=l.applyCanBeUsed.uint8array:r===`nodebuffer`&&(i=l.applyCanBeUsed.nodebuffer),i)for(;1<t;)try{return l.stringifyByChunk(e,r,t)}catch{t=Math.floor(t/2)}return l.stringifyByChar(e)}function d(e,t){for(var n=0;n<e.length;n++)t[n]=e[n];return t}n.applyFromCharCode=u;var f={};f.string={string:s,array:function(e){return c(e,Array(e.length))},arraybuffer:function(e){return f.string.uint8array(e).buffer},uint8array:function(e){return c(e,new Uint8Array(e.length))},nodebuffer:function(e){return c(e,a.allocBuffer(e.length))}},f.array={string:u,array:s,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return a.newBufferFrom(e)}},f.arraybuffer={string:function(e){return u(new Uint8Array(e))},array:function(e){return d(new Uint8Array(e),Array(e.byteLength))},arraybuffer:s,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return a.newBufferFrom(new Uint8Array(e))}},f.uint8array={string:u,array:function(e){return d(e,Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:s,nodebuffer:function(e){return a.newBufferFrom(e)}},f.nodebuffer={string:u,array:function(e){return d(e,Array(e.length))},arraybuffer:function(e){return f.nodebuffer.uint8array(e).buffer},uint8array:function(e){return d(e,new Uint8Array(e.length))},nodebuffer:s},n.transformTo=function(e,t){return t||=``,e?(n.checkSupport(e),f[n.getTypeOf(t)][e](t)):t},n.resolve=function(e){for(var t=e.split(`/`),n=[],r=0;r<t.length;r++){var i=t[r];i===`.`||i===``&&r!==0&&r!==t.length-1||(i===`..`?n.pop():n.push(i))}return n.join(`/`)},n.getTypeOf=function(e){return typeof e==`string`?`string`:Object.prototype.toString.call(e)===`[object Array]`?`array`:r.nodebuffer&&a.isBuffer(e)?`nodebuffer`:r.uint8array&&e instanceof Uint8Array?`uint8array`:r.arraybuffer&&e instanceof ArrayBuffer?`arraybuffer`:void 0},n.checkSupport=function(e){if(!r[e.toLowerCase()])throw Error(e+` is not supported by this platform`)},n.MAX_VALUE_16BITS=65535,n.MAX_VALUE_32BITS=-1,n.pretty=function(e){var t,n,r=``;for(n=0;n<(e||``).length;n++)r+=`\\x`+((t=e.charCodeAt(n))<16?`0`:``)+t.toString(16).toUpperCase();return r},n.delay=function(e,t,n){setImmediate(function(){e.apply(n||null,t||[])})},n.inherits=function(e,t){function n(){}n.prototype=t.prototype,e.prototype=new n},n.extend=function(){var e,t,n={};for(e=0;e<arguments.length;e++)for(t in arguments[e])Object.prototype.hasOwnProperty.call(arguments[e],t)&&n[t]===void 0&&(n[t]=arguments[e][t]);return n},n.prepareContent=function(e,t,a,s,l){return o.Promise.resolve(t).then(function(e){return r.blob&&(e instanceof Blob||[`[object File]`,`[object Blob]`].indexOf(Object.prototype.toString.call(e))!==-1)&&typeof FileReader<`u`?new o.Promise(function(t,n){var r=new FileReader;r.onload=function(e){t(e.target.result)},r.onerror=function(e){n(e.target.error)},r.readAsArrayBuffer(e)}):e}).then(function(t){var u=n.getTypeOf(t);return u?(u===`arraybuffer`?t=n.transformTo(`uint8array`,t):u===`string`&&(l?t=i.decode(t):a&&!0!==s&&(t=function(e){return c(e,r.uint8array?new Uint8Array(e.length):Array(e.length))}(t))),t):o.Promise.reject(Error(`Can't read the data of '`+e+`'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?`))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(e,t,n){"use strict";var r=e(`./reader/readerFor`),i=e(`./utils`),a=e(`./signature`),o=e(`./zipEntry`),s=e(`./support`);function c(e){this.files=[],this.loadOptions=e}c.prototype={checkSignature:function(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=this.reader.readString(4);throw Error(`Corrupted zip or bug: unexpected signature (`+i.pretty(t)+`, expected `+i.pretty(e)+`)`)}},isSignature:function(e,t){var n=this.reader.index;this.reader.setIndex(e);var r=this.reader.readString(4)===t;return this.reader.setIndex(n),r},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 e=this.reader.readData(this.zipCommentLength),t=s.uint8array?`uint8array`:`array`,n=i.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(n)},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 e,t,n,r=this.zip64EndOfCentralSize-44;0<r;)e=this.reader.readInt(2),t=this.reader.readInt(4),n=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:n}},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 Error(`Multi-volumes zip are not supported`)},readLocalFiles:function(){var e,t;for(e=0;e<this.files.length;e++)t=this.files[e],this.reader.setIndex(t.localHeaderOffset),this.checkSignature(a.LOCAL_FILE_HEADER),t.readLocalPart(this.reader),t.handleUTF8(),t.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(a.CENTRAL_FILE_HEADER);)(e=new o({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw Error(`Corrupted zip or bug: expected `+this.centralDirRecords+` records in central dir, got `+this.files.length)},readEndOfCentral:function(){var e=this.reader.lastIndexOfSignature(a.CENTRAL_DIRECTORY_END);if(e<0)throw this.isSignature(0,a.LOCAL_FILE_HEADER)?Error(`Corrupted zip: can't find end of central directory`):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(e);var t=e;if(this.checkSignature(a.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===i.MAX_VALUE_16BITS||this.diskWithCentralDirStart===i.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===i.MAX_VALUE_16BITS||this.centralDirRecords===i.MAX_VALUE_16BITS||this.centralDirSize===i.MAX_VALUE_32BITS||this.centralDirOffset===i.MAX_VALUE_32BITS){if(this.zip64=!0,(e=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw Error(`Corrupted zip: can't find the ZIP64 end of central directory locator`);if(this.reader.setIndex(e),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 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 n=this.centralDirOffset+this.centralDirSize;this.zip64&&(n+=20,n+=12+this.zip64EndOfCentralSize);var r=t-n;if(0<r)this.isSignature(t,a.CENTRAL_FILE_HEADER)||(this.reader.zero=r);else if(r<0)throw Error(`Corrupted zip: missing `+Math.abs(r)+` bytes.`)},prepareReader:function(e){this.reader=r(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=c},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(e,t,n){"use strict";var r=e(`./reader/readerFor`),i=e(`./utils`),a=e(`./compressedObject`),o=e(`./crc32`),s=e(`./utf8`),c=e(`./compressions`),l=e(`./support`);function u(e,t){this.options=e,this.loadOptions=t}u.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(e){var t,n;if(e.skip(22),this.fileNameLength=e.readInt(2),n=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(n),this.compressedSize===-1||this.uncompressedSize===-1)throw Error(`Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)`);if((t=function(e){for(var t in c)if(Object.prototype.hasOwnProperty.call(c,t)&&c[t].magic===e)return c[t];return null}(this.compressionMethod))===null)throw Error(`Corrupted zip : compression `+i.pretty(this.compressionMethod)+` unknown (inner file : `+i.transformTo(`string`,this.fileName)+`)`);this.decompressed=new a(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw Error(`Encrypted zip are not supported`);e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),e==0&&(this.dosPermissions=63&this.externalFileAttributes),e==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!==`/`||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var e=r(this.extraFields[1].value);this.uncompressedSize===i.MAX_VALUE_32BITS&&(this.uncompressedSize=e.readInt(8)),this.compressedSize===i.MAX_VALUE_32BITS&&(this.compressedSize=e.readInt(8)),this.localHeaderOffset===i.MAX_VALUE_32BITS&&(this.localHeaderOffset=e.readInt(8)),this.diskNumberStart===i.MAX_VALUE_32BITS&&(this.diskNumberStart=e.readInt(4))}},readExtraFields:function(e){var t,n,r,i=e.index+this.extraFieldsLength;for(this.extraFields||={};e.index+4<i;)t=e.readInt(2),n=e.readInt(2),r=e.readData(n),this.extraFields[t]={id:t,length:n,value:r};e.setIndex(i)},handleUTF8:function(){var e=l.uint8array?`uint8array`:`array`;if(this.useUTF8())this.fileNameStr=s.utf8decode(this.fileName),this.fileCommentStr=s.utf8decode(this.fileComment);else{var t=this.findExtraFieldUnicodePath();if(t!==null)this.fileNameStr=t;else{var n=i.transformTo(e,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(n)}var r=this.findExtraFieldUnicodeComment();if(r!==null)this.fileCommentStr=r;else{var a=i.transformTo(e,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(a)}}},findExtraFieldUnicodePath:function(){var e=this.extraFields[28789];if(e){var t=r(e.value);return t.readInt(1)===1&&o(this.fileName)===t.readInt(4)?s.utf8decode(t.readData(e.length-5)):null}return null},findExtraFieldUnicodeComment:function(){var e=this.extraFields[25461];if(e){var t=r(e.value);return t.readInt(1)===1&&o(this.fileComment)===t.readInt(4)?s.utf8decode(t.readData(e.length-5)):null}return null}},t.exports=u},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(e,t,n){"use strict";function r(e,t,n){this.name=e,this.dir=n.dir,this.date=n.date,this.comment=n.comment,this.unixPermissions=n.unixPermissions,this.dosPermissions=n.dosPermissions,this._data=t,this._dataBinary=n.binary,this.options={compression:n.compression,compressionOptions:n.compressionOptions}}var i=e(`./stream/StreamHelper`),a=e(`./stream/DataWorker`),o=e(`./utf8`),s=e(`./compressedObject`),c=e(`./stream/GenericWorker`);r.prototype={internalStream:function(e){var t=null,n=`string`;try{if(!e)throw Error(`No output type specified.`);var r=(n=e.toLowerCase())===`string`||n===`text`;n!==`binarystring`&&n!==`text`||(n=`string`),t=this._decompressWorker();var a=!this._dataBinary;a&&!r&&(t=t.pipe(new o.Utf8EncodeWorker)),!a&&r&&(t=t.pipe(new o.Utf8DecodeWorker))}catch(e){(t=new c(`error`)).error(e)}return new i(t,n,``)},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||`nodebuffer`).toNodejsStream(t)},_compressWorker:function(e,t){if(this._data instanceof s&&this._data.compression.magic===e.magic)return this._data.getCompressedWorker();var n=this._decompressWorker();return this._dataBinary||(n=n.pipe(new o.Utf8EncodeWorker)),s.createWorkerFrom(n,e,t)},_decompressWorker:function(){return this._data instanceof s?this._data.getContentWorker():this._data instanceof c?this._data:new a(this._data)}};for(var l=[`asText`,`asBinary`,`asNodeBuffer`,`asUint8Array`,`asArrayBuffer`],u=function(){throw Error(`This method has been removed in JSZip 3.0, please check the upgrade guide.`)},d=0;d<l.length;d++)r.prototype[l[d]]=u;t.exports=r},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(e,t,n){(function(e){"use strict";var n,r,i=e.MutationObserver||e.WebKitMutationObserver;if(i){var a=0,o=new i(u),s=e.document.createTextNode(``);o.observe(s,{characterData:!0}),n=function(){s.data=a=++a%2}}else if(e.setImmediate||e.MessageChannel===void 0)n=`document`in e&&`onreadystatechange`in e.document.createElement(`script`)?function(){var t=e.document.createElement(`script`);t.onreadystatechange=function(){u(),t.onreadystatechange=null,t.parentNode.removeChild(t),t=null},e.document.documentElement.appendChild(t)}:function(){setTimeout(u,0)};else{var c=new e.MessageChannel;c.port1.onmessage=u,n=function(){c.port2.postMessage(0)}}var l=[];function u(){var e,t;r=!0;for(var n=l.length;n;){for(t=l,l=[],e=-1;++e<n;)t[e]();n=l.length}r=!1}t.exports=function(e){l.push(e)!==1||r||n()}}).call(this,typeof global<`u`?global:typeof self<`u`?self:typeof window<`u`?window:{})},{}],37:[function(e,t,n){"use strict";var r=e(`immediate`);function i(){}var a={},o=[`REJECTED`],s=[`FULFILLED`],c=[`PENDING`];function l(e){if(typeof e!=`function`)throw TypeError(`resolver must be a function`);this.state=c,this.queue=[],this.outcome=void 0,e!==i&&p(this,e)}function u(e,t,n){this.promise=e,typeof t==`function`&&(this.onFulfilled=t,this.callFulfilled=this.otherCallFulfilled),typeof n==`function`&&(this.onRejected=n,this.callRejected=this.otherCallRejected)}function d(e,t,n){r(function(){var r;try{r=t(n)}catch(t){return a.reject(e,t)}r===e?a.reject(e,TypeError(`Cannot resolve promise with itself`)):a.resolve(e,r)})}function f(e){var t=e&&e.then;if(e&&(typeof e==`object`||typeof e==`function`)&&typeof t==`function`)return function(){t.apply(e,arguments)}}function p(e,t){var n=!1;function r(t){n||(n=!0,a.reject(e,t))}function i(t){n||(n=!0,a.resolve(e,t))}var o=m(function(){t(i,r)});o.status===`error`&&r(o.value)}function m(e,t){var n={};try{n.value=e(t),n.status=`success`}catch(e){n.status=`error`,n.value=e}return n}(t.exports=l).prototype.finally=function(e){if(typeof e!=`function`)return this;var t=this.constructor;return this.then(function(n){return t.resolve(e()).then(function(){return n})},function(n){return t.resolve(e()).then(function(){throw n})})},l.prototype.catch=function(e){return this.then(null,e)},l.prototype.then=function(e,t){if(typeof e!=`function`&&this.state===s||typeof t!=`function`&&this.state===o)return this;var n=new this.constructor(i);return this.state===c?this.queue.push(new u(n,e,t)):d(n,this.state===s?e:t,this.outcome),n},u.prototype.callFulfilled=function(e){a.resolve(this.promise,e)},u.prototype.otherCallFulfilled=function(e){d(this.promise,this.onFulfilled,e)},u.prototype.callRejected=function(e){a.reject(this.promise,e)},u.prototype.otherCallRejected=function(e){d(this.promise,this.onRejected,e)},a.resolve=function(e,t){var n=m(f,t);if(n.status===`error`)return a.reject(e,n.value);var r=n.value;if(r)p(e,r);else{e.state=s,e.outcome=t;for(var i=-1,o=e.queue.length;++i<o;)e.queue[i].callFulfilled(t)}return e},a.reject=function(e,t){e.state=o,e.outcome=t;for(var n=-1,r=e.queue.length;++n<r;)e.queue[n].callRejected(t);return e},l.resolve=function(e){return e instanceof this?e:a.resolve(new this(i),e)},l.reject=function(e){var t=new this(i);return a.reject(t,e)},l.all=function(e){var t=this;if(Object.prototype.toString.call(e)!==`[object Array]`)return this.reject(TypeError(`must be an array`));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var o=Array(n),s=0,c=-1,l=new this(i);++c<n;)u(e[c],c);return l;function u(e,i){t.resolve(e).then(function(e){o[i]=e,++s!==n||r||(r=!0,a.resolve(l,o))},function(e){r||(r=!0,a.reject(l,e))})}},l.race=function(e){var t=this;if(Object.prototype.toString.call(e)!==`[object Array]`)return this.reject(TypeError(`must be an array`));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var o=-1,s=new this(i);++o<n;)c=e[o],t.resolve(c).then(function(e){r||(r=!0,a.resolve(s,e))},function(e){r||(r=!0,a.reject(s,e))});var c;return s}},{immediate:36}],38:[function(e,t,n){"use strict";var r={};(0,e(`./lib/utils/common`).assign)(r,e(`./lib/deflate`),e(`./lib/inflate`),e(`./lib/zlib/constants`)),t.exports=r},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,n){"use strict";var r=e(`./zlib/deflate`),i=e(`./utils/common`),a=e(`./utils/strings`),o=e(`./zlib/messages`),s=e(`./zlib/zstream`),c=Object.prototype.toString,l=0,u=-1,d=0,f=8;function p(e){if(!(this instanceof p))return new p(e);this.options=i.assign({level:u,method:f,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:``},e||{});var t=this.options;t.raw&&0<t.windowBits?t.windowBits=-t.windowBits:t.gzip&&0<t.windowBits&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var n=r.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(n!==l)throw Error(o[n]);if(t.header&&r.deflateSetHeader(this.strm,t.header),t.dictionary){var m;if(m=typeof t.dictionary==`string`?a.string2buf(t.dictionary):c.call(t.dictionary)===`[object ArrayBuffer]`?new Uint8Array(t.dictionary):t.dictionary,(n=r.deflateSetDictionary(this.strm,m))!==l)throw Error(o[n]);this._dict_set=!0}}function m(e,t){var n=new p(t);if(n.push(e,!0),n.err)throw n.msg||o[n.err];return n.result}p.prototype.push=function(e,t){var n,o,s=this.strm,u=this.options.chunkSize;if(this.ended)return!1;o=t===~~t?t:!0===t?4:0,typeof e==`string`?s.input=a.string2buf(e):c.call(e)===`[object ArrayBuffer]`?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(s.avail_out===0&&(s.output=new i.Buf8(u),s.next_out=0,s.avail_out=u),(n=r.deflate(s,o))!==1&&n!==l)return this.onEnd(n),!(this.ended=!0);s.avail_out!==0&&(s.avail_in!==0||o!==4&&o!==2)||(this.options.to===`string`?this.onData(a.buf2binstring(i.shrinkBuf(s.output,s.next_out))):this.onData(i.shrinkBuf(s.output,s.next_out)))}while((0<s.avail_in||s.avail_out===0)&&n!==1);return o===4?(n=r.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===l):o!==2||(this.onEnd(l),!(s.avail_out=0))},p.prototype.onData=function(e){this.chunks.push(e)},p.prototype.onEnd=function(e){e===l&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Deflate=p,n.deflate=m,n.deflateRaw=function(e,t){return(t||={}).raw=!0,m(e,t)},n.gzip=function(e,t){return(t||={}).gzip=!0,m(e,t)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,n){"use strict";var r=e(`./zlib/inflate`),i=e(`./utils/common`),a=e(`./utils/strings`),o=e(`./zlib/constants`),s=e(`./zlib/messages`),c=e(`./zlib/zstream`),l=e(`./zlib/gzheader`),u=Object.prototype.toString;function d(e){if(!(this instanceof d))return new d(e);this.options=i.assign({chunkSize:16384,windowBits:0,to:``},e||{});var t=this.options;t.raw&&0<=t.windowBits&&t.windowBits<16&&(t.windowBits=-t.windowBits,t.windowBits===0&&(t.windowBits=-15)),!(0<=t.windowBits&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),15<t.windowBits&&t.windowBits<48&&!(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var n=r.inflateInit2(this.strm,t.windowBits);if(n!==o.Z_OK)throw Error(s[n]);this.header=new l,r.inflateGetHeader(this.strm,this.header)}function f(e,t){var n=new d(t);if(n.push(e,!0),n.err)throw n.msg||s[n.err];return n.result}d.prototype.push=function(e,t){var n,s,c,l,d,f,p=this.strm,m=this.options.chunkSize,h=this.options.dictionary,g=!1;if(this.ended)return!1;s=t===~~t?t:!0===t?o.Z_FINISH:o.Z_NO_FLUSH,typeof e==`string`?p.input=a.binstring2buf(e):u.call(e)===`[object ArrayBuffer]`?p.input=new Uint8Array(e):p.input=e,p.next_in=0,p.avail_in=p.input.length;do{if(p.avail_out===0&&(p.output=new i.Buf8(m),p.next_out=0,p.avail_out=m),(n=r.inflate(p,o.Z_NO_FLUSH))===o.Z_NEED_DICT&&h&&(f=typeof h==`string`?a.string2buf(h):u.call(h)===`[object ArrayBuffer]`?new Uint8Array(h):h,n=r.inflateSetDictionary(this.strm,f)),n===o.Z_BUF_ERROR&&!0===g&&(n=o.Z_OK,g=!1),n!==o.Z_STREAM_END&&n!==o.Z_OK)return this.onEnd(n),!(this.ended=!0);p.next_out&&(p.avail_out!==0&&n!==o.Z_STREAM_END&&(p.avail_in!==0||s!==o.Z_FINISH&&s!==o.Z_SYNC_FLUSH)||(this.options.to===`string`?(c=a.utf8border(p.output,p.next_out),l=p.next_out-c,d=a.buf2string(p.output,c),p.next_out=l,p.avail_out=m-l,l&&i.arraySet(p.output,p.output,c,l,0),this.onData(d)):this.onData(i.shrinkBuf(p.output,p.next_out)))),p.avail_in===0&&p.avail_out===0&&(g=!0)}while((0<p.avail_in||p.avail_out===0)&&n!==o.Z_STREAM_END);return n===o.Z_STREAM_END&&(s=o.Z_FINISH),s===o.Z_FINISH?(n=r.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===o.Z_OK):s!==o.Z_SYNC_FLUSH||(this.onEnd(o.Z_OK),!(p.avail_out=0))},d.prototype.onData=function(e){this.chunks.push(e)},d.prototype.onEnd=function(e){e===o.Z_OK&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Inflate=d,n.inflate=f,n.inflateRaw=function(e,t){return(t||={}).raw=!0,f(e,t)},n.ungzip=f},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,n){"use strict";var r=typeof Uint8Array<`u`&&typeof Uint16Array<`u`&&typeof Int32Array<`u`;n.assign=function(e){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var n=t.shift();if(n){if(typeof n!=`object`)throw TypeError(n+`must be non-object`);for(var r in n)n.hasOwnProperty(r)&&(e[r]=n[r])}}return e},n.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,n,r,i){if(t.subarray&&e.subarray)e.set(t.subarray(n,n+r),i);else for(var a=0;a<r;a++)e[i+a]=t[n+a]},flattenChunks:function(e){var t,n,r,i,a,o;for(t=r=0,n=e.length;t<n;t++)r+=e[t].length;for(o=new Uint8Array(r),t=i=0,n=e.length;t<n;t++)a=e[t],o.set(a,i),i+=a.length;return o}},a={arraySet:function(e,t,n,r,i){for(var a=0;a<r;a++)e[i+a]=t[n+a]},flattenChunks:function(e){return[].concat.apply([],e)}};n.setTyped=function(e){e?(n.Buf8=Uint8Array,n.Buf16=Uint16Array,n.Buf32=Int32Array,n.assign(n,i)):(n.Buf8=Array,n.Buf16=Array,n.Buf32=Array,n.assign(n,a))},n.setTyped(r)},{}],42:[function(e,t,n){"use strict";var r=e(`./common`),i=!0,a=!0;try{String.fromCharCode.apply(null,[0])}catch{i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{a=!1}for(var o=new r.Buf8(256),s=0;s<256;s++)o[s]=252<=s?6:248<=s?5:240<=s?4:224<=s?3:192<=s?2:1;function c(e,t){if(t<65537&&(e.subarray&&a||!e.subarray&&i))return String.fromCharCode.apply(null,r.shrinkBuf(e,t));for(var n=``,o=0;o<t;o++)n+=String.fromCharCode(e[o]);return n}o[254]=o[254]=1,n.string2buf=function(e){var t,n,i,a,o,s=e.length,c=0;for(a=0;a<s;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(i=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(i-56320),a++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=new r.Buf8(c),a=o=0;o<c;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(i=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(i-56320),a++),n<128?t[o++]=n:(n<2048?t[o++]=192|n>>>6:(n<65536?t[o++]=224|n>>>12:(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63),t[o++]=128|n>>>6&63),t[o++]=128|63&n);return t},n.buf2binstring=function(e){return c(e,e.length)},n.binstring2buf=function(e){for(var t=new r.Buf8(e.length),n=0,i=t.length;n<i;n++)t[n]=e.charCodeAt(n);return t},n.buf2string=function(e,t){var n,r,i,a,s=t||e.length,l=Array(2*s);for(n=r=0;n<s;)if((i=e[n++])<128)l[r++]=i;else if(4<(a=o[i]))l[r++]=65533,n+=a-1;else{for(i&=a===2?31:a===3?15:7;1<a&&n<s;)i=i<<6|63&e[n++],a--;1<a?l[r++]=65533:i<65536?l[r++]=i:(i-=65536,l[r++]=55296|i>>10&1023,l[r++]=56320|1023&i)}return c(l,r)},n.utf8border=function(e,t){var n;for((t||=e.length)>e.length&&(t=e.length),n=t-1;0<=n&&(192&e[n])==128;)n--;return n<0||n===0?t:n+o[e[n]]>t?n:t}},{"./common":41}],43:[function(e,t,n){"use strict";t.exports=function(e,t,n,r){for(var i=65535&e|0,a=e>>>16&65535|0,o=0;n!==0;){for(n-=o=2e3<n?2e3:n;a=a+(i=i+t[r++]|0)|0,--o;);i%=65521,a%=65521}return i|a<<16|0}},{}],44:[function(e,t,n){"use strict";t.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(e,t,n){"use strict";var r=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t,n,i){var a=r,o=i+n;e^=-1;for(var s=i;s<o;s++)e=e>>>8^a[255&(e^t[s])];return-1^e}},{}],46:[function(e,t,n){"use strict";var r,i=e(`../utils/common`),a=e(`./trees`),o=e(`./adler32`),s=e(`./crc32`),c=e(`./messages`),l=0,u=4,d=0,f=-2,p=-1,m=4,h=2,g=8,_=9,v=286,y=30,b=19,x=2*v+1,S=15,C=3,w=258,T=w+C+1,E=42,D=113,O=1,k=2,A=3,j=4;function M(e,t){return e.msg=c[t],t}function N(e){return(e<<1)-(4<e?9:0)}function P(e){for(var t=e.length;0<=--t;)e[t]=0}function F(e){var t=e.state,n=t.pending;n>e.avail_out&&(n=e.avail_out),n!==0&&(i.arraySet(e.output,t.pending_buf,t.pending_out,n,e.next_out),e.next_out+=n,t.pending_out+=n,e.total_out+=n,e.avail_out-=n,t.pending-=n,t.pending===0&&(t.pending_out=0))}function I(e,t){a._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,F(e.strm)}function L(e,t){e.pending_buf[e.pending++]=t}function R(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function z(e,t){var n,r,i=e.max_chain_length,a=e.strstart,o=e.prev_length,s=e.nice_match,c=e.strstart>e.w_size-T?e.strstart-(e.w_size-T):0,l=e.window,u=e.w_mask,d=e.prev,f=e.strstart+w,p=l[a+o-1],m=l[a+o];e.prev_length>=e.good_match&&(i>>=2),s>e.lookahead&&(s=e.lookahead);do if(l[(n=t)+o]===m&&l[n+o-1]===p&&l[n]===l[a]&&l[++n]===l[a+1]){a+=2,n++;do;while(l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&a<f);if(r=w-(f-a),a=f-w,o<r){if(e.match_start=t,s<=(o=r))break;p=l[a+o-1],m=l[a+o]}}while((t=d[t&u])>c&&--i!=0);return o<=e.lookahead?o:e.lookahead}function B(e){var t,n,r,a,c,l,u,d,f,p,m=e.w_size;do{if(a=e.window_size-e.lookahead-e.strstart,e.strstart>=m+(m-T)){for(i.arraySet(e.window,e.window,m,m,0),e.match_start-=m,e.strstart-=m,e.block_start-=m,t=n=e.hash_size;r=e.head[--t],e.head[t]=m<=r?r-m:0,--n;);for(t=n=m;r=e.prev[--t],e.prev[t]=m<=r?r-m:0,--n;);a+=m}if(e.strm.avail_in===0)break;if(l=e.strm,u=e.window,d=e.strstart+e.lookahead,f=a,p=void 0,p=l.avail_in,f<p&&(p=f),n=p===0?0:(l.avail_in-=p,i.arraySet(u,l.input,l.next_in,p,d),l.state.wrap===1?l.adler=o(l.adler,u,p,d):l.state.wrap===2&&(l.adler=s(l.adler,u,p,d)),l.next_in+=p,l.total_in+=p,p),e.lookahead+=n,e.lookahead+e.insert>=C)for(c=e.strstart-e.insert,e.ins_h=e.window[c],e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+C-1])&e.hash_mask,e.prev[c&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=c,c++,e.insert--,!(e.lookahead+e.insert<C)););}while(e.lookahead<T&&e.strm.avail_in!==0)}function ee(e,t){for(var n,r;;){if(e.lookahead<T){if(B(e),e.lookahead<T&&t===l)return O;if(e.lookahead===0)break}if(n=0,e.lookahead>=C&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),n!==0&&e.strstart-n<=e.w_size-T&&(e.match_length=z(e,n)),e.match_length>=C)if(r=a._tr_tally(e,e.strstart-e.match_start,e.match_length-C),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=C){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart,--e.match_length!=0;);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else r=a._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(r&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=e.strstart<C-1?e.strstart:C-1,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}function te(e,t){for(var n,r,i;;){if(e.lookahead<T){if(B(e),e.lookahead<T&&t===l)return O;if(e.lookahead===0)break}if(n=0,e.lookahead>=C&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=C-1,n!==0&&e.prev_length<e.max_lazy_match&&e.strstart-n<=e.w_size-T&&(e.match_length=z(e,n),e.match_length<=5&&(e.strategy===1||e.match_length===C&&4096<e.strstart-e.match_start)&&(e.match_length=C-1)),e.prev_length>=C&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-C,r=a._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-C),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),--e.prev_length!=0;);if(e.match_available=0,e.match_length=C-1,e.strstart++,r&&(I(e,!1),e.strm.avail_out===0))return O}else if(e.match_available){if((r=a._tr_tally(e,0,e.window[e.strstart-1]))&&I(e,!1),e.strstart++,e.lookahead--,e.strm.avail_out===0)return O}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&=(r=a._tr_tally(e,0,e.window[e.strstart-1]),0),e.insert=e.strstart<C-1?e.strstart:C-1,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}function V(e,t,n,r,i){this.good_length=e,this.max_lazy=t,this.nice_length=n,this.max_chain=r,this.func=i}function ne(){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=g,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 i.Buf16(2*x),this.dyn_dtree=new i.Buf16(2*(2*y+1)),this.bl_tree=new i.Buf16(2*(2*b+1)),P(this.dyn_ltree),P(this.dyn_dtree),P(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new i.Buf16(S+1),this.heap=new i.Buf16(2*v+1),P(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new i.Buf16(2*v+1),P(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 re(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=h,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?E:D,e.adler=t.wrap===2?0:1,t.last_flush=l,a._tr_init(t),d):M(e,f)}function ie(e){var t=re(e);return t===d&&function(e){e.window_size=2*e.w_size,P(e.head),e.max_lazy_match=r[e.level].max_lazy,e.good_match=r[e.level].good_length,e.nice_match=r[e.level].nice_length,e.max_chain_length=r[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=C-1,e.match_available=0,e.ins_h=0}(e.state),t}function ae(e,t,n,r,a,o){if(!e)return f;var s=1;if(t===p&&(t=6),r<0?(s=0,r=-r):15<r&&(s=2,r-=16),a<1||_<a||n!==g||r<8||15<r||t<0||9<t||o<0||m<o)return M(e,f);r===8&&(r=9);var c=new ne;return(e.state=c).strm=e,c.wrap=s,c.gzhead=null,c.w_bits=r,c.w_size=1<<c.w_bits,c.w_mask=c.w_size-1,c.hash_bits=a+7,c.hash_size=1<<c.hash_bits,c.hash_mask=c.hash_size-1,c.hash_shift=~~((c.hash_bits+C-1)/C),c.window=new i.Buf8(2*c.w_size),c.head=new i.Buf16(c.hash_size),c.prev=new i.Buf16(c.w_size),c.lit_bufsize=1<<a+6,c.pending_buf_size=4*c.lit_bufsize,c.pending_buf=new i.Buf8(c.pending_buf_size),c.d_buf=1*c.lit_bufsize,c.l_buf=3*c.lit_bufsize,c.level=t,c.strategy=o,c.method=n,ie(e)}r=[new V(0,0,0,0,function(e,t){var n=65535;for(n>e.pending_buf_size-5&&(n=e.pending_buf_size-5);;){if(e.lookahead<=1){if(B(e),e.lookahead===0&&t===l)return O;if(e.lookahead===0)break}e.strstart+=e.lookahead,e.lookahead=0;var r=e.block_start+n;if((e.strstart===0||e.strstart>=r)&&(e.lookahead=e.strstart-r,e.strstart=r,I(e,!1),e.strm.avail_out===0)||e.strstart-e.block_start>=e.w_size-T&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=0,t===u?(I(e,!0),e.strm.avail_out===0?A:j):(e.strstart>e.block_start&&(I(e,!1),e.strm.avail_out),O)}),new V(4,4,8,4,ee),new V(4,5,16,8,ee),new V(4,6,32,32,ee),new V(4,4,16,16,te),new V(8,16,32,32,te),new V(8,16,128,128,te),new V(8,32,128,256,te),new V(32,128,258,1024,te),new V(32,258,258,4096,te)],n.deflateInit=function(e,t){return ae(e,t,g,15,8,0)},n.deflateInit2=ae,n.deflateReset=ie,n.deflateResetKeep=re,n.deflateSetHeader=function(e,t){return e&&e.state&&e.state.wrap===2?(e.state.gzhead=t,d):f},n.deflate=function(e,t){var n,i,o,c;if(!e||!e.state||5<t||t<0)return e?M(e,f):f;if(i=e.state,!e.output||!e.input&&e.avail_in!==0||i.status===666&&t!==u)return M(e,e.avail_out===0?-5:f);if(i.strm=e,n=i.last_flush,i.last_flush=t,i.status===E)if(i.wrap===2)e.adler=0,L(i,31),L(i,139),L(i,8),i.gzhead?(L(i,+!!i.gzhead.text+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),L(i,255&i.gzhead.time),L(i,i.gzhead.time>>8&255),L(i,i.gzhead.time>>16&255),L(i,i.gzhead.time>>24&255),L(i,i.level===9?2:2<=i.strategy||i.level<2?4:0),L(i,255&i.gzhead.os),i.gzhead.extra&&i.gzhead.extra.length&&(L(i,255&i.gzhead.extra.length),L(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(e.adler=s(e.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=69):(L(i,0),L(i,0),L(i,0),L(i,0),L(i,0),L(i,i.level===9?2:2<=i.strategy||i.level<2?4:0),L(i,3),i.status=D);else{var p=g+(i.w_bits-8<<4)<<8;p|=(2<=i.strategy||i.level<2?0:i.level<6?1:i.level===6?2:3)<<6,i.strstart!==0&&(p|=32),p+=31-p%31,i.status=D,R(i,p),i.strstart!==0&&(R(i,e.adler>>>16),R(i,65535&e.adler)),e.adler=1}if(i.status===69)if(i.gzhead.extra){for(o=i.pending;i.gzindex<(65535&i.gzhead.extra.length)&&(i.pending!==i.pending_buf_size||(i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),F(e),o=i.pending,i.pending!==i.pending_buf_size));)L(i,255&i.gzhead.extra[i.gzindex]),i.gzindex++;i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=73)}else i.status=73;if(i.status===73)if(i.gzhead.name){o=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),F(e),o=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.name.length?255&i.gzhead.name.charCodeAt(i.gzindex++):0,L(i,c)}while(c!==0);i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),c===0&&(i.gzindex=0,i.status=91)}else i.status=91;if(i.status===91)if(i.gzhead.comment){o=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),F(e),o=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.comment.length?255&i.gzhead.comment.charCodeAt(i.gzindex++):0,L(i,c)}while(c!==0);i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),c===0&&(i.status=103)}else i.status=103;if(i.status===103&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&F(e),i.pending+2<=i.pending_buf_size&&(L(i,255&e.adler),L(i,e.adler>>8&255),e.adler=0,i.status=D)):i.status=D),i.pending!==0){if(F(e),e.avail_out===0)return i.last_flush=-1,d}else if(e.avail_in===0&&N(t)<=N(n)&&t!==u)return M(e,-5);if(i.status===666&&e.avail_in!==0)return M(e,-5);if(e.avail_in!==0||i.lookahead!==0||t!==l&&i.status!==666){var m=i.strategy===2?function(e,t){for(var n;;){if(e.lookahead===0&&(B(e),e.lookahead===0)){if(t===l)return O;break}if(e.match_length=0,n=a._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,n&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=0,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}(i,t):i.strategy===3?function(e,t){for(var n,r,i,o,s=e.window;;){if(e.lookahead<=w){if(B(e),e.lookahead<=w&&t===l)return O;if(e.lookahead===0)break}if(e.match_length=0,e.lookahead>=C&&0<e.strstart&&(r=s[i=e.strstart-1])===s[++i]&&r===s[++i]&&r===s[++i]){o=e.strstart+w;do;while(r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&i<o);e.match_length=w-(o-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=C?(n=a._tr_tally(e,1,e.match_length-C),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(n=a._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),n&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=0,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}(i,t):r[i.level].func(i,t);if(m!==A&&m!==j||(i.status=666),m===O||m===A)return e.avail_out===0&&(i.last_flush=-1),d;if(m===k&&(t===1?a._tr_align(i):t!==5&&(a._tr_stored_block(i,0,0,!1),t===3&&(P(i.head),i.lookahead===0&&(i.strstart=0,i.block_start=0,i.insert=0))),F(e),e.avail_out===0))return i.last_flush=-1,d}return t===u?i.wrap<=0?1:(i.wrap===2?(L(i,255&e.adler),L(i,e.adler>>8&255),L(i,e.adler>>16&255),L(i,e.adler>>24&255),L(i,255&e.total_in),L(i,e.total_in>>8&255),L(i,e.total_in>>16&255),L(i,e.total_in>>24&255)):(R(i,e.adler>>>16),R(i,65535&e.adler)),F(e),0<i.wrap&&(i.wrap=-i.wrap),i.pending===0?1:d):d},n.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==E&&t!==69&&t!==73&&t!==91&&t!==103&&t!==D&&t!==666?M(e,f):(e.state=null,t===D?M(e,-3):d):f},n.deflateSetDictionary=function(e,t){var n,r,a,s,c,l,u,p,m=t.length;if(!e||!e.state||(s=(n=e.state).wrap)===2||s===1&&n.status!==E||n.lookahead)return f;for(s===1&&(e.adler=o(e.adler,t,m,0)),n.wrap=0,m>=n.w_size&&(s===0&&(P(n.head),n.strstart=0,n.block_start=0,n.insert=0),p=new i.Buf8(n.w_size),i.arraySet(p,t,m-n.w_size,n.w_size,0),t=p,m=n.w_size),c=e.avail_in,l=e.next_in,u=e.input,e.avail_in=m,e.next_in=0,e.input=t,B(n);n.lookahead>=C;){for(r=n.strstart,a=n.lookahead-(C-1);n.ins_h=(n.ins_h<<n.hash_shift^n.window[r+C-1])&n.hash_mask,n.prev[r&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=r,r++,--a;);n.strstart=r,n.lookahead=C-1,B(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=C-1,n.match_available=0,e.next_in=l,e.input=u,e.avail_in=c,n.wrap=s,d},n.deflateInfo=`pako deflate (from Nodeca project)`},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,n){"use strict";t.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(e,t,n){"use strict";t.exports=function(e,t){var n=e.state,r=e.next_in,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b,x,S,C,w,T=e.input,E;i=r+(e.avail_in-5),a=e.next_out,E=e.output,o=a-(t-e.avail_out),s=a+(e.avail_out-257),c=n.dmax,l=n.wsize,u=n.whave,d=n.wnext,f=n.window,p=n.hold,m=n.bits,h=n.lencode,g=n.distcode,_=(1<<n.lenbits)-1,v=(1<<n.distbits)-1;e:do{m<15&&(p+=T[r++]<<m,m+=8,p+=T[r++]<<m,m+=8),y=h[p&_];t:for(;;){if(p>>>=b=y>>>24,m-=b,(b=y>>>16&255)==0)E[a++]=65535&y;else{if(!(16&b)){if(!(64&b)){y=h[(65535&y)+(p&(1<<b)-1)];continue t}if(32&b){n.mode=12;break e}e.msg=`invalid literal/length code`,n.mode=30;break e}x=65535&y,(b&=15)&&(m<b&&(p+=T[r++]<<m,m+=8),x+=p&(1<<b)-1,p>>>=b,m-=b),m<15&&(p+=T[r++]<<m,m+=8,p+=T[r++]<<m,m+=8),y=g[p&v];r:for(;;){if(p>>>=b=y>>>24,m-=b,!(16&(b=y>>>16&255))){if(!(64&b)){y=g[(65535&y)+(p&(1<<b)-1)];continue r}e.msg=`invalid distance code`,n.mode=30;break e}if(S=65535&y,m<(b&=15)&&(p+=T[r++]<<m,(m+=8)<b&&(p+=T[r++]<<m,m+=8)),c<(S+=p&(1<<b)-1)){e.msg=`invalid distance too far back`,n.mode=30;break e}if(p>>>=b,m-=b,(b=a-o)<S){if(u<(b=S-b)&&n.sane){e.msg=`invalid distance too far back`,n.mode=30;break e}if(w=f,(C=0)===d){if(C+=l-b,b<x){for(x-=b;E[a++]=f[C++],--b;);C=a-S,w=E}}else if(d<b){if(C+=l+d-b,(b-=d)<x){for(x-=b;E[a++]=f[C++],--b;);if(C=0,d<x){for(x-=b=d;E[a++]=f[C++],--b;);C=a-S,w=E}}}else if(C+=d-b,b<x){for(x-=b;E[a++]=f[C++],--b;);C=a-S,w=E}for(;2<x;)E[a++]=w[C++],E[a++]=w[C++],E[a++]=w[C++],x-=3;x&&(E[a++]=w[C++],1<x&&(E[a++]=w[C++]))}else{for(C=a-S;E[a++]=E[C++],E[a++]=E[C++],E[a++]=E[C++],2<(x-=3););x&&(E[a++]=E[C++],1<x&&(E[a++]=E[C++]))}break}}break}}while(r<i&&a<s);r-=x=m>>3,p&=(1<<(m-=x<<3))-1,e.next_in=r,e.next_out=a,e.avail_in=r<i?i-r+5:5-(r-i),e.avail_out=a<s?s-a+257:257-(a-s),n.hold=p,n.bits=m}},{}],49:[function(e,t,n){"use strict";var r=e(`../utils/common`),i=e(`./adler32`),a=e(`./crc32`),o=e(`./inffast`),s=e(`./inftrees`),c=1,l=2,u=0,d=-2,f=1,p=852,m=592;function h(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function g(){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 r.Buf16(320),this.work=new r.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function _(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg=``,t.wrap&&(e.adler=1&t.wrap),t.mode=f,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new r.Buf32(p),t.distcode=t.distdyn=new r.Buf32(m),t.sane=1,t.back=-1,u):d}function v(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,_(e)):d}function y(e,t){var n,r;return e&&e.state?(r=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t)?d:(r.window!==null&&r.wbits!==t&&(r.window=null),r.wrap=n,r.wbits=t,v(e))):d}function b(e,t){var n,r;return e?(r=new g,(e.state=r).window=null,(n=y(e,t))!==u&&(e.state=null),n):d}var x,S,C=!0;function w(e){if(C){var t;for(x=new r.Buf32(512),S=new r.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(s(c,e.lens,0,288,x,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;s(l,e.lens,0,32,S,0,e.work,{bits:5}),C=!1}e.lencode=x,e.lenbits=9,e.distcode=S,e.distbits=5}function T(e,t,n,i){var a,o=e.state;return o.window===null&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new r.Buf8(o.wsize)),i>=o.wsize?(r.arraySet(o.window,t,n-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(i<(a=o.wsize-o.wnext)&&(a=i),r.arraySet(o.window,t,n-i,a,o.wnext),(i-=a)?(r.arraySet(o.window,t,n-i,i,0),o.wnext=i,o.whave=o.wsize):(o.wnext+=a,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=a))),0}n.inflateReset=v,n.inflateReset2=y,n.inflateResetKeep=_,n.inflateInit=function(e){return b(e,15)},n.inflateInit2=b,n.inflate=function(e,t){var n,p,m,g,_,v,y,b,x,S,C,E,D,O,k,A,j,M,N,P,F,I,L,R,z=0,B=new r.Buf8(4),ee=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&e.avail_in!==0)return d;(n=e.state).mode===12&&(n.mode=13),_=e.next_out,m=e.output,y=e.avail_out,g=e.next_in,p=e.input,v=e.avail_in,b=n.hold,x=n.bits,S=v,C=y,I=u;e:for(;;)switch(n.mode){case f:if(n.wrap===0){n.mode=13;break}for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(2&n.wrap&&b===35615){B[n.check=0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0),x=b=0,n.mode=2;break}if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&b)<<8)+(b>>8))%31){e.msg=`incorrect header check`,n.mode=30;break}if((15&b)!=8){e.msg=`unknown compression method`,n.mode=30;break}if(x-=4,F=8+(15&(b>>>=4)),n.wbits===0)n.wbits=F;else if(F>n.wbits){e.msg=`invalid window size`,n.mode=30;break}n.dmax=1<<F,e.adler=n.check=1,n.mode=512&b?10:12,x=b=0;break;case 2:for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(n.flags=b,(255&n.flags)!=8){e.msg=`unknown compression method`,n.mode=30;break}if(57344&n.flags){e.msg=`unknown header flags set`,n.mode=30;break}n.head&&(n.head.text=b>>8&1),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0)),x=b=0,n.mode=3;case 3:for(;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.head&&(n.head.time=b),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,B[2]=b>>>16&255,B[3]=b>>>24&255,n.check=a(n.check,B,4,0)),x=b=0,n.mode=4;case 4:for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.head&&(n.head.xflags=255&b,n.head.os=b>>8),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0)),x=b=0,n.mode=5;case 5:if(1024&n.flags){for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.length=b,n.head&&(n.head.extra_len=b),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0)),x=b=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&(v<(E=n.length)&&(E=v),E&&(n.head&&(F=n.head.extra_len-n.length,n.head.extra||(n.head.extra=Array(n.head.extra_len)),r.arraySet(n.head.extra,p,g,E,F)),512&n.flags&&(n.check=a(n.check,p,E,g)),v-=E,g+=E,n.length-=E),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(v===0)break e;for(E=0;F=p[g+ E++],n.head&&F&&n.length<65536&&(n.head.name+=String.fromCharCode(F)),F&&E<v;);if(512&n.flags&&(n.check=a(n.check,p,E,g)),v-=E,g+=E,F)break e}else n.head&&(n.head.name=null);n.length=0,n.mode=8;case 8:if(4096&n.flags){if(v===0)break e;for(E=0;F=p[g+ E++],n.head&&F&&n.length<65536&&(n.head.comment+=String.fromCharCode(F)),F&&E<v;);if(512&n.flags&&(n.check=a(n.check,p,E,g)),v-=E,g+=E,F)break e}else n.head&&(n.head.comment=null);n.mode=9;case 9:if(512&n.flags){for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(b!==(65535&n.check)){e.msg=`header crc mismatch`,n.mode=30;break}x=b=0}n.head&&(n.head.hcrc=n.flags>>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}e.adler=n.check=h(b),x=b=0,n.mode=11;case 11:if(n.havedict===0)return e.next_out=_,e.avail_out=y,e.next_in=g,e.avail_in=v,n.hold=b,n.bits=x,2;e.adler=n.check=1,n.mode=12;case 12:if(t===5||t===6)break e;case 13:if(n.last){b>>>=7&x,x-=7&x,n.mode=27;break}for(;x<3;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}switch(n.last=1&b,--x,3&(b>>>=1)){case 0:n.mode=14;break;case 1:if(w(n),n.mode=20,t!==6)break;b>>>=2,x-=2;break e;case 2:n.mode=17;break;case 3:e.msg=`invalid block type`,n.mode=30}b>>>=2,x-=2;break;case 14:for(b>>>=7&x,x-=7&x;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if((65535&b)!=(b>>>16^65535)){e.msg=`invalid stored block lengths`,n.mode=30;break}if(n.length=65535&b,x=b=0,n.mode=15,t===6)break e;case 15:n.mode=16;case 16:if(E=n.length){if(v<E&&(E=v),y<E&&(E=y),E===0)break e;r.arraySet(m,p,g,E,_),v-=E,g+=E,y-=E,_+=E,n.length-=E;break}n.mode=12;break;case 17:for(;x<14;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(n.nlen=257+(31&b),b>>>=5,x-=5,n.ndist=1+(31&b),b>>>=5,x-=5,n.ncode=4+(15&b),b>>>=4,x-=4,286<n.nlen||30<n.ndist){e.msg=`too many length or distance symbols`,n.mode=30;break}n.have=0,n.mode=18;case 18:for(;n.have<n.ncode;){for(;x<3;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.lens[ee[n.have++]]=7&b,b>>>=3,x-=3}for(;n.have<19;)n.lens[ee[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,L={bits:n.lenbits},I=s(0,n.lens,0,19,n.lencode,0,n.work,L),n.lenbits=L.bits,I){e.msg=`invalid code lengths set`,n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have<n.nlen+n.ndist;){for(;A=(z=n.lencode[b&(1<<n.lenbits)-1])>>>16&255,j=65535&z,!((k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(j<16)b>>>=k,x-=k,n.lens[n.have++]=j;else{if(j===16){for(R=k+2;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(b>>>=k,x-=k,n.have===0){e.msg=`invalid bit length repeat`,n.mode=30;break}F=n.lens[n.have-1],E=3+(3&b),b>>>=2,x-=2}else if(j===17){for(R=k+3;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}x-=k,F=0,E=3+(7&(b>>>=k)),b>>>=3,x-=3}else{for(R=k+7;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}x-=k,F=0,E=11+(127&(b>>>=k)),b>>>=7,x-=7}if(n.have+E>n.nlen+n.ndist){e.msg=`invalid bit length repeat`,n.mode=30;break}for(;E--;)n.lens[n.have++]=F}}if(n.mode===30)break;if(n.lens[256]===0){e.msg=`invalid code -- missing end-of-block`,n.mode=30;break}if(n.lenbits=9,L={bits:n.lenbits},I=s(c,n.lens,0,n.nlen,n.lencode,0,n.work,L),n.lenbits=L.bits,I){e.msg=`invalid literal/lengths set`,n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,L={bits:n.distbits},I=s(l,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,L),n.distbits=L.bits,I){e.msg=`invalid distances set`,n.mode=30;break}if(n.mode=20,t===6)break e;case 20:n.mode=21;case 21:if(6<=v&&258<=y){e.next_out=_,e.avail_out=y,e.next_in=g,e.avail_in=v,n.hold=b,n.bits=x,o(e,C),_=e.next_out,m=e.output,y=e.avail_out,g=e.next_in,p=e.input,v=e.avail_in,b=n.hold,x=n.bits,n.mode===12&&(n.back=-1);break}for(n.back=0;A=(z=n.lencode[b&(1<<n.lenbits)-1])>>>16&255,j=65535&z,!((k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(A&&!(240&A)){for(M=k,N=A,P=j;A=(z=n.lencode[P+((b&(1<<M+N)-1)>>M)])>>>16&255,j=65535&z,!(M+(k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}b>>>=M,x-=M,n.back+=M}if(b>>>=k,x-=k,n.back+=k,n.length=j,A===0){n.mode=26;break}if(32&A){n.back=-1,n.mode=12;break}if(64&A){e.msg=`invalid literal/length code`,n.mode=30;break}n.extra=15&A,n.mode=22;case 22:if(n.extra){for(R=n.extra;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.length+=b&(1<<n.extra)-1,b>>>=n.extra,x-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;A=(z=n.distcode[b&(1<<n.distbits)-1])>>>16&255,j=65535&z,!((k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(!(240&A)){for(M=k,N=A,P=j;A=(z=n.distcode[P+((b&(1<<M+N)-1)>>M)])>>>16&255,j=65535&z,!(M+(k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}b>>>=M,x-=M,n.back+=M}if(b>>>=k,x-=k,n.back+=k,64&A){e.msg=`invalid distance code`,n.mode=30;break}n.offset=j,n.extra=15&A,n.mode=24;case 24:if(n.extra){for(R=n.extra;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.offset+=b&(1<<n.extra)-1,b>>>=n.extra,x-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg=`invalid distance too far back`,n.mode=30;break}n.mode=25;case 25:if(y===0)break e;if(E=C-y,n.offset>E){if((E=n.offset-E)>n.whave&&n.sane){e.msg=`invalid distance too far back`,n.mode=30;break}D=E>n.wnext?(E-=n.wnext,n.wsize-E):n.wnext-E,E>n.length&&(E=n.length),O=n.window}else O=m,D=_-n.offset,E=n.length;for(y<E&&(E=y),y-=E,n.length-=E;m[_++]=O[D++],--E;);n.length===0&&(n.mode=21);break;case 26:if(y===0)break e;m[_++]=n.length,y--,n.mode=21;break;case 27:if(n.wrap){for(;x<32;){if(v===0)break e;v--,b|=p[g++]<<x,x+=8}if(C-=y,e.total_out+=C,n.total+=C,C&&(e.adler=n.check=n.flags?a(n.check,m,C,_-C):i(n.check,m,C,_-C)),C=y,(n.flags?b:h(b))!==n.check){e.msg=`incorrect data check`,n.mode=30;break}x=b=0}n.mode=28;case 28:if(n.wrap&&n.flags){for(;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(b!==(4294967295&n.total)){e.msg=`incorrect length check`,n.mode=30;break}x=b=0}n.mode=29;case 29:I=1;break e;case 30:I=-3;break e;case 31:return-4;case 32:default:return d}return e.next_out=_,e.avail_out=y,e.next_in=g,e.avail_in=v,n.hold=b,n.bits=x,(n.wsize||C!==e.avail_out&&n.mode<30&&(n.mode<27||t!==4))&&T(e,e.output,e.next_out,C-e.avail_out)?(n.mode=31,-4):(S-=e.avail_in,C-=e.avail_out,e.total_in+=S,e.total_out+=C,n.total+=C,n.wrap&&C&&(e.adler=n.check=n.flags?a(n.check,m,C,e.next_out-C):i(n.check,m,C,e.next_out-C)),e.data_type=n.bits+(n.last?64:0)+(n.mode===12?128:0)+(n.mode===20||n.mode===15?256:0),(S==0&&C===0||t===4)&&I===u&&(I=-5),I)},n.inflateEnd=function(e){if(!e||!e.state)return d;var t=e.state;return t.window&&=null,e.state=null,u},n.inflateGetHeader=function(e,t){var n;return e&&e.state&&2&(n=e.state).wrap?((n.head=t).done=!1,u):d},n.inflateSetDictionary=function(e,t){var n,r=t.length;return e&&e.state?(n=e.state).wrap!==0&&n.mode!==11?d:n.mode===11&&i(1,t,r,0)!==n.check?-3:T(e,t,r,r)?(n.mode=31,-4):(n.havedict=1,u):d},n.inflateInfo=`pako inflate (from Nodeca project)`},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,n){"use strict";var r=e(`../utils/common`),i=[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],o=[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],s=[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];t.exports=function(e,t,n,c,l,u,d,f){var p,m,h,g,_,v,y,b,x,S=f.bits,C=0,w=0,T=0,E=0,D=0,O=0,k=0,A=0,j=0,M=0,N=null,P=0,F=new r.Buf16(16),I=new r.Buf16(16),L=null,R=0;for(C=0;C<=15;C++)F[C]=0;for(w=0;w<c;w++)F[t[n+w]]++;for(D=S,E=15;1<=E&&F[E]===0;E--);if(E<D&&(D=E),E===0)return l[u++]=20971520,l[u++]=20971520,f.bits=1,0;for(T=1;T<E&&F[T]===0;T++);for(D<T&&(D=T),C=A=1;C<=15;C++)if(A<<=1,(A-=F[C])<0)return-1;if(0<A&&(e===0||E!==1))return-1;for(I[1]=0,C=1;C<15;C++)I[C+1]=I[C]+F[C];for(w=0;w<c;w++)t[n+w]!==0&&(d[I[t[n+w]]++]=w);if(v=e===0?(N=L=d,19):e===1?(N=i,P-=257,L=a,R-=257,256):(N=o,L=s,-1),C=T,_=u,k=w=M=0,h=-1,g=(j=1<<(O=D))-1,e===1&&852<j||e===2&&592<j)return 1;for(;;){for(y=C-k,x=d[w]<v?(b=0,d[w]):d[w]>v?(b=L[R+d[w]],N[P+d[w]]):(b=96,0),p=1<<C-k,T=m=1<<O;l[_+(M>>k)+(m-=p)]=y<<24|b<<16|x|0,m!==0;);for(p=1<<C-1;M&p;)p>>=1;if(p===0?M=0:(M&=p-1,M+=p),w++,--F[C]==0){if(C===E)break;C=t[n+d[w]]}if(D<C&&(M&g)!==h){for(k===0&&(k=D),_+=T,A=1<<(O=C-k);O+k<E&&!((A-=F[O+k])<=0);)O++,A<<=1;if(j+=1<<O,e===1&&852<j||e===2&&592<j)return 1;l[h=M&g]=D<<24|O<<16|_-u|0}}return M!==0&&(l[_+M]=C-k<<24|4194304),f.bits=D,0}},{"../utils/common":41}],51:[function(e,t,n){"use strict";t.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(e,t,n){"use strict";var r=e(`../utils/common`),i=0,a=1;function o(e){for(var t=e.length;0<=--t;)e[t]=0}var s=0,c=29,l=256,u=l+1+c,d=30,f=19,p=2*u+1,m=15,h=16,g=7,_=256,v=16,y=17,b=18,x=[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],C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],w=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],T=Array(2*(u+2));o(T);var E=Array(2*d);o(E);var D=Array(512);o(D);var O=Array(256);o(O);var k=Array(c);o(k);var A,j,M,N=Array(d);function P(e,t,n,r,i){this.static_tree=e,this.extra_bits=t,this.extra_base=n,this.elems=r,this.max_length=i,this.has_stree=e&&e.length}function F(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function I(e){return e<256?D[e]:D[256+(e>>>7)]}function L(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function R(e,t,n){e.bi_valid>h-n?(e.bi_buf|=t<<e.bi_valid&65535,L(e,e.bi_buf),e.bi_buf=t>>h-e.bi_valid,e.bi_valid+=n-h):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=n)}function z(e,t,n){R(e,n[2*t],n[2*t+1])}function B(e,t){for(var n=0;n|=1&e,e>>>=1,n<<=1,0<--t;);return n>>>1}function ee(e,t,n){var r,i,a=Array(m+1),o=0;for(r=1;r<=m;r++)a[r]=o=o+n[r-1]<<1;for(i=0;i<=t;i++){var s=e[2*i+1];s!==0&&(e[2*i]=B(a[s]++,s))}}function te(e){var t;for(t=0;t<u;t++)e.dyn_ltree[2*t]=0;for(t=0;t<d;t++)e.dyn_dtree[2*t]=0;for(t=0;t<f;t++)e.bl_tree[2*t]=0;e.dyn_ltree[2*_]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function V(e){8<e.bi_valid?L(e,e.bi_buf):0<e.bi_valid&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function ne(e,t,n,r){var i=2*t,a=2*n;return e[i]<e[a]||e[i]===e[a]&&r[t]<=r[n]}function re(e,t,n){for(var r=e.heap[n],i=n<<1;i<=e.heap_len&&(i<e.heap_len&&ne(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!ne(t,r,e.heap[i],e.depth));)e.heap[n]=e.heap[i],n=i,i<<=1;e.heap[n]=r}function ie(e,t,n){var r,i,a,o,s=0;if(e.last_lit!==0)for(;r=e.pending_buf[e.d_buf+2*s]<<8|e.pending_buf[e.d_buf+2*s+1],i=e.pending_buf[e.l_buf+s],s++,r===0?z(e,i,t):(z(e,(a=O[i])+l+1,t),(o=x[a])!==0&&R(e,i-=k[a],o),z(e,a=I(--r),n),(o=S[a])!==0&&R(e,r-=N[a],o)),s<e.last_lit;);z(e,_,t)}function ae(e,t){var n,r,i,a=t.dyn_tree,o=t.stat_desc.static_tree,s=t.stat_desc.has_stree,c=t.stat_desc.elems,l=-1;for(e.heap_len=0,e.heap_max=p,n=0;n<c;n++)a[2*n]===0?a[2*n+1]=0:(e.heap[++e.heap_len]=l=n,e.depth[n]=0);for(;e.heap_len<2;)a[2*(i=e.heap[++e.heap_len]=l<2?++l:0)]=1,e.depth[i]=0,e.opt_len--,s&&(e.static_len-=o[2*i+1]);for(t.max_code=l,n=e.heap_len>>1;1<=n;n--)re(e,a,n);for(i=c;n=e.heap[1],e.heap[1]=e.heap[e.heap_len--],re(e,a,1),r=e.heap[1],e.heap[--e.heap_max]=n,e.heap[--e.heap_max]=r,a[2*i]=a[2*n]+a[2*r],e.depth[i]=(e.depth[n]>=e.depth[r]?e.depth[n]:e.depth[r])+1,a[2*n+1]=a[2*r+1]=i,e.heap[1]=i++,re(e,a,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1],function(e,t){var n,r,i,a,o,s,c=t.dyn_tree,l=t.max_code,u=t.stat_desc.static_tree,d=t.stat_desc.has_stree,f=t.stat_desc.extra_bits,h=t.stat_desc.extra_base,g=t.stat_desc.max_length,_=0;for(a=0;a<=m;a++)e.bl_count[a]=0;for(c[2*e.heap[e.heap_max]+1]=0,n=e.heap_max+1;n<p;n++)g<(a=c[2*c[2*(r=e.heap[n])+1]+1]+1)&&(a=g,_++),c[2*r+1]=a,l<r||(e.bl_count[a]++,o=0,h<=r&&(o=f[r-h]),s=c[2*r],e.opt_len+=s*(a+o),d&&(e.static_len+=s*(u[2*r+1]+o)));if(_!==0){do{for(a=g-1;e.bl_count[a]===0;)a--;e.bl_count[a]--,e.bl_count[a+1]+=2,e.bl_count[g]--,_-=2}while(0<_);for(a=g;a!==0;a--)for(r=e.bl_count[a];r!==0;)l<(i=e.heap[--n])||(c[2*i+1]!==a&&(e.opt_len+=(a-c[2*i+1])*c[2*i],c[2*i+1]=a),r--)}}(e,t),ee(a,l,e.bl_count)}function oe(e,t,n){var r,i,a=-1,o=t[1],s=0,c=7,l=4;for(o===0&&(c=138,l=3),t[2*(n+1)+1]=65535,r=0;r<=n;r++)i=o,o=t[2*(r+1)+1],++s<c&&i===o||(s<l?e.bl_tree[2*i]+=s:i===0?s<=10?e.bl_tree[2*y]++:e.bl_tree[2*b]++:(i!==a&&e.bl_tree[2*i]++,e.bl_tree[2*v]++),a=i,l=(s=0)===o?(c=138,3):i===o?(c=6,3):(c=7,4))}function H(e,t,n){var r,i,a=-1,o=t[1],s=0,c=7,l=4;for(o===0&&(c=138,l=3),r=0;r<=n;r++)if(i=o,o=t[2*(r+1)+1],!(++s<c&&i===o)){if(s<l)for(;z(e,i,e.bl_tree),--s!=0;);else i===0?s<=10?(z(e,y,e.bl_tree),R(e,s-3,3)):(z(e,b,e.bl_tree),R(e,s-11,7)):(i!==a&&(z(e,i,e.bl_tree),s--),z(e,v,e.bl_tree),R(e,s-3,2));a=i,l=(s=0)===o?(c=138,3):i===o?(c=6,3):(c=7,4)}}o(N);var U=!1;function se(e,t,n,i){R(e,(s<<1)+ +!!i,3),function(e,t,n,i){V(e),i&&(L(e,n),L(e,~n)),r.arraySet(e.pending_buf,e.window,t,n,e.pending),e.pending+=n}(e,t,n,!0)}n._tr_init=function(e){U||=(function(){var e,t,n,r,i,a=Array(m+1);for(r=n=0;r<c-1;r++)for(k[r]=n,e=0;e<1<<x[r];e++)O[n++]=r;for(O[n-1]=r,r=i=0;r<16;r++)for(N[r]=i,e=0;e<1<<S[r];e++)D[i++]=r;for(i>>=7;r<d;r++)for(N[r]=i<<7,e=0;e<1<<S[r]-7;e++)D[256+ i++]=r;for(t=0;t<=m;t++)a[t]=0;for(e=0;e<=143;)T[2*e+1]=8,e++,a[8]++;for(;e<=255;)T[2*e+1]=9,e++,a[9]++;for(;e<=279;)T[2*e+1]=7,e++,a[7]++;for(;e<=287;)T[2*e+1]=8,e++,a[8]++;for(ee(T,u+1,a),e=0;e<d;e++)E[2*e+1]=5,E[2*e]=B(e,5);A=new P(T,x,l+1,u,m),j=new P(E,S,0,d,m),M=new P([],C,0,f,g)}(),!0),e.l_desc=new F(e.dyn_ltree,A),e.d_desc=new F(e.dyn_dtree,j),e.bl_desc=new F(e.bl_tree,M),e.bi_buf=0,e.bi_valid=0,te(e)},n._tr_stored_block=se,n._tr_flush_block=function(e,t,n,r){var o,s,c=0;0<e.level?(e.strm.data_type===2&&(e.strm.data_type=function(e){var t,n=4093624447;for(t=0;t<=31;t++,n>>>=1)if(1&n&&e.dyn_ltree[2*t]!==0)return i;if(e.dyn_ltree[18]!==0||e.dyn_ltree[20]!==0||e.dyn_ltree[26]!==0)return a;for(t=32;t<l;t++)if(e.dyn_ltree[2*t]!==0)return a;return i}(e)),ae(e,e.l_desc),ae(e,e.d_desc),c=function(e){var t;for(oe(e,e.dyn_ltree,e.l_desc.max_code),oe(e,e.dyn_dtree,e.d_desc.max_code),ae(e,e.bl_desc),t=f-1;3<=t&&e.bl_tree[2*w[t]+1]===0;t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),o=e.opt_len+3+7>>>3,(s=e.static_len+3+7>>>3)<=o&&(o=s)):o=s=n+5,n+4<=o&&t!==-1?se(e,t,n,r):e.strategy===4||s===o?(R(e,2+ +!!r,3),ie(e,T,E)):(R(e,4+ +!!r,3),function(e,t,n,r){var i;for(R(e,t-257,5),R(e,n-1,5),R(e,r-4,4),i=0;i<r;i++)R(e,e.bl_tree[2*w[i]+1],3);H(e,e.dyn_ltree,t-1),H(e,e.dyn_dtree,n-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,c+1),ie(e,e.dyn_ltree,e.dyn_dtree)),te(e),r&&V(e)},n._tr_tally=function(e,t,n){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&n,e.last_lit++,t===0?e.dyn_ltree[2*n]++:(e.matches++,t--,e.dyn_ltree[2*(O[n]+l+1)]++,e.dyn_dtree[2*I(t)]++),e.last_lit===e.lit_bufsize-1},n._tr_align=function(e){R(e,2,3),z(e,_,T),function(e){e.bi_valid===16?(L(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):8<=e.bi_valid&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}(e)}},{"../utils/common":41}],53:[function(e,t,n){"use strict";t.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(e,t,n){(function(e){(function(e,t){"use strict";if(!e.setImmediate){var n,r,i,a,o=1,s={},c=!1,l=e.document,u=Object.getPrototypeOf&&Object.getPrototypeOf(e);u=u&&u.setTimeout?u:e,n={}.toString.call(e.process)===`[object process]`?function(e){process.nextTick(function(){f(e)})}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage(``,`*`),e.onmessage=n,t}}()?(a=`setImmediate$`+Math.random()+`$`,e.addEventListener?e.addEventListener(`message`,p,!1):e.attachEvent(`onmessage`,p),function(t){e.postMessage(a+t,`*`)}):e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){f(e.data)},function(e){i.port2.postMessage(e)}):l&&`onreadystatechange`in l.createElement(`script`)?(r=l.documentElement,function(e){var t=l.createElement(`script`);t.onreadystatechange=function(){f(e),t.onreadystatechange=null,r.removeChild(t),t=null},r.appendChild(t)}):function(e){setTimeout(f,0,e)},u.setImmediate=function(e){typeof e!=`function`&&(e=Function(``+e));for(var t=Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];return s[o]={callback:e,args:t},n(o),o++},u.clearImmediate=d}function d(e){delete s[e]}function f(e){if(c)setTimeout(f,0,e);else{var n=s[e];if(n){c=!0;try{(function(e){var n=e.callback,r=e.args;switch(r.length){case 0:n();break;case 1:n(r[0]);break;case 2:n(r[0],r[1]);break;case 3:n(r[0],r[1],r[2]);break;default:n.apply(t,r)}})(n)}finally{d(e),c=!1}}}}function p(t){t.source===e&&typeof t.data==`string`&&t.data.indexOf(a)===0&&f(+t.data.slice(a.length))}})(typeof self>`u`?e===void 0?this:e:self)}).call(this,typeof global<`u`?global:typeof self<`u`?self:typeof window<`u`?window:{})},{}]},{},[10])(10)})})),Jo=d((e=>{var t=Ko(),n=qo();e.openArrayBuffer=r,e.splitPath=i,e.joinPath=a;function r(e){return n.loadAsync(e).then(function(e){function n(t){return e.file(t)!==null}function r(n,r){return e.file(n).async(`uint8array`).then(function(e){return r===`base64`?t.fromByteArray(e):r?new TextDecoder(r).decode(e):e})}function i(t,n){e.file(t,n)}function a(){return e.generateAsync({type:`arraybuffer`})}return{exists:n,read:r,write:i,toArrayBuffer:a}})}function i(e){var t=e.lastIndexOf(`/`);return t===-1?{dirname:``,basename:e}:{dirname:e.substring(0,t),basename:e.substring(t+1)}}function a(){var e=Array.prototype.filter.call(arguments,function(e){return e}),t=[];return e.forEach(function(e){/^\//.test(e)?t=[e]:t.push(e)}),t.join(`/`)}})),Yo=d((e=>{var t=(so(),h(oo));e.Element=r,e.element=function(e,t,n){return new r(e,t,n)},e.text=function(e){return{type:`text`,value:e}};var n=e.emptyElement={first:function(){return null},firstOrEmpty:function(){return n},attributes:{},children:[]};function r(e,t,n){this.type=`element`,this.name=e,this.attributes=t||{},this.children=n||[]}r.prototype.first=function(e){return t.find(this.children,function(t){return t.name===e})},r.prototype.firstOrEmpty=function(e){return this.first(e)||n},r.prototype.getElementsByTagName=function(e){return a(t.filter(this.children,function(t){return t.name===e}))},r.prototype.text=function(){if(this.children.length===0)return``;if(this.children.length!==1||this.children[0].type!==`text`)throw Error(`Not implemented`);return this.children[0].value};var i={getElementsByTagName:function(e){return a(t.flatten(this.map(function(t){return t.getElementsByTagName(e)},!0)))}};function a(e){return t.extend(e,i)}})),Xo=d((e=>{function t(e,t,n){if(n===void 0&&(n=Array.prototype),e&&typeof n.find==`function`)return n.find.call(e,t);for(var r=0;r<e.length;r++)if(Object.prototype.hasOwnProperty.call(e,r)){var i=e[r];if(t.call(void 0,i,r,e))return i}}function n(e,t){return t===void 0&&(t=Object),t&&typeof t.freeze==`function`?t.freeze(e):e}function r(e,t){if(typeof e!=`object`||!e)throw TypeError(`target is not an object`);for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}var i=n({HTML:`text/html`,isHTML:function(e){return e===i.HTML},XML_APPLICATION:`application/xml`,XML_TEXT:`text/xml`,XML_XHTML_APPLICATION:`application/xhtml+xml`,XML_SVG_IMAGE:`image/svg+xml`}),a=n({HTML:`http://www.w3.org/1999/xhtml`,isHTML:function(e){return e===a.HTML},SVG:`http://www.w3.org/2000/svg`,XML:`http://www.w3.org/XML/1998/namespace`,XMLNS:`http://www.w3.org/2000/xmlns/`});e.assign=r,e.find=t,e.freeze=n,e.MIME_TYPE=i,e.NAMESPACE=a})),Zo=d((e=>{var t=Xo(),n=t.find,r=t.NAMESPACE;function i(e){return e!==``}function a(e){return e?e.split(/[\t\n\f\r ]+/).filter(i):[]}function o(e,t){return e.hasOwnProperty(t)||(e[t]=!0),e}function s(e){if(!e)return[];var t=a(e);return Object.keys(t.reduce(o,{}))}function c(e){return function(t){return e&&e.indexOf(t)!==-1}}function l(e,t){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}function u(e,t){var n=e.prototype;if(!(n instanceof t)){function r(){}r.prototype=t.prototype,r=new r,l(n,r),e.prototype=n=r}n.constructor!=e&&(typeof e!=`function`&&console.error(`unknown Class:`+e),n.constructor=e)}var d={},f=d.ELEMENT_NODE=1,p=d.ATTRIBUTE_NODE=2,m=d.TEXT_NODE=3,h=d.CDATA_SECTION_NODE=4,g=d.ENTITY_REFERENCE_NODE=5,_=d.ENTITY_NODE=6,v=d.PROCESSING_INSTRUCTION_NODE=7,y=d.COMMENT_NODE=8,b=d.DOCUMENT_NODE=9,x=d.DOCUMENT_TYPE_NODE=10,S=d.DOCUMENT_FRAGMENT_NODE=11,C=d.NOTATION_NODE=12,w={},T={};w.INDEX_SIZE_ERR=(T[1]=`Index size error`,1),w.DOMSTRING_SIZE_ERR=(T[2]=`DOMString size error`,2);var E=w.HIERARCHY_REQUEST_ERR=(T[3]=`Hierarchy request error`,3);w.WRONG_DOCUMENT_ERR=(T[4]=`Wrong document`,4);var D=w.INVALID_CHARACTER_ERR=(T[5]=`Invalid character`,5);w.NO_DATA_ALLOWED_ERR=(T[6]=`No data allowed`,6),w.NO_MODIFICATION_ALLOWED_ERR=(T[7]=`No modification allowed`,7);var O=w.NOT_FOUND_ERR=(T[8]=`Not found`,8);w.NOT_SUPPORTED_ERR=(T[9]=`Not supported`,9);var k=w.INUSE_ATTRIBUTE_ERR=(T[10]=`Attribute in use`,10);w.INVALID_STATE_ERR=(T[11]=`Invalid state`,11),w.SYNTAX_ERR=(T[12]=`Syntax error`,12),w.INVALID_MODIFICATION_ERR=(T[13]=`Invalid modification`,13),w.NAMESPACE_ERR=(T[14]=`Invalid namespace`,14),w.INVALID_ACCESS_ERR=(T[15]=`Invalid access`,15);function A(e,t){if(t instanceof Error)var n=t;else n=this,Error.call(this,T[e]),this.message=T[e],Error.captureStackTrace&&Error.captureStackTrace(this,A);return n.code=e,t&&(this.message=this.message+`: `+t),n}A.prototype=Error.prototype,l(w,A);function j(){}j.prototype={length:0,item:function(e){return e>=0&&e<this.length?this[e]:null},toString:function(e,t){for(var n=[],r=0;r<this.length;r++)ke(this[r],n,e,t);return n.join(``)},filter:function(e){return Array.prototype.filter.call(this,e)},indexOf:function(e){return Array.prototype.indexOf.call(this,e)}};function M(e,t){this._node=e,this._refresh=t,N(this)}function N(e){var t=e._node._inc||e._node.ownerDocument._inc;if(e._inc!==t){var n=e._refresh(e._node);if(Me(e,`length`,n.length),!e.$$length||n.length<e.$$length)for(var r=n.length;r in e;r++)Object.prototype.hasOwnProperty.call(e,r)&&delete e[r];l(n,e),e._inc=t}}M.prototype.item=function(e){return N(this),this[e]||null},u(M,j);function P(){}function F(e,t){for(var n=e.length;n--;)if(e[n]===t)return n}function I(e,t,n,r){if(r?t[F(t,r)]=n:t[t.length++]=n,e){n.ownerElement=e;var i=e.ownerDocument;i&&(r&&ne(i,e,r),V(i,e,n))}}function L(e,t,n){var r=F(t,n);if(r>=0){for(var i=t.length-1;r<i;)t[r]=t[++r];if(t.length=i,e){var a=e.ownerDocument;a&&(ne(a,e,n),n.ownerElement=null)}}else throw new A(O,Error(e.tagName+`@`+n))}P.prototype={length:0,item:j.prototype.item,getNamedItem:function(e){for(var t=this.length;t--;){var n=this[t];if(n.nodeName==e)return n}},setNamedItem:function(e){var t=e.ownerElement;if(t&&t!=this._ownerElement)throw new A(k);var n=this.getNamedItem(e.nodeName);return I(this._ownerElement,this,e,n),n},setNamedItemNS:function(e){var t=e.ownerElement,n;if(t&&t!=this._ownerElement)throw new A(k);return n=this.getNamedItemNS(e.namespaceURI,e.localName),I(this._ownerElement,this,e,n),n},removeNamedItem:function(e){var t=this.getNamedItem(e);return L(this._ownerElement,this,t),t},removeNamedItemNS:function(e,t){var n=this.getNamedItemNS(e,t);return L(this._ownerElement,this,n),n},getNamedItemNS:function(e,t){for(var n=this.length;n--;){var r=this[n];if(r.localName==t&&r.namespaceURI==e)return r}return null}};function R(){}R.prototype={hasFeature:function(e,t){return!0},createDocument:function(e,t,n){var r=new te;if(r.implementation=this,r.childNodes=new j,r.doctype=n||null,n&&r.appendChild(n),t){var i=r.createElementNS(e,t);r.appendChild(i)}return r},createDocumentType:function(e,t,n){var r=new xe;return r.name=e,r.nodeName=e,r.publicId=t||``,r.systemId=n||``,r}};function z(){}z.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(e,t){return pe(this,e,t)},replaceChild:function(e,t){pe(this,e,t,fe),t&&this.removeChild(t)},removeChild:function(e){return ie(this,e)},appendChild:function(e){return this.insertBefore(e,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(e){return je(this.ownerDocument||this,this,e)},normalize:function(){for(var e=this.firstChild;e;){var t=e.nextSibling;t&&t.nodeType==m&&e.nodeType==m?(this.removeChild(t),e.appendData(t.data)):(e.normalize(),e=t)}},isSupported:function(e,t){return this.ownerDocument.implementation.hasFeature(e,t)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(e){for(var t=this;t;){var n=t._nsMap;if(n){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)&&n[r]===e)return r}t=t.nodeType==p?t.ownerDocument:t.parentNode}return null},lookupNamespaceURI:function(e){for(var t=this;t;){var n=t._nsMap;if(n&&Object.prototype.hasOwnProperty.call(n,e))return n[e];t=t.nodeType==p?t.ownerDocument:t.parentNode}return null},isDefaultNamespace:function(e){return this.lookupPrefix(e)==null}};function B(e){return e==`<`&&`&lt;`||e==`>`&&`&gt;`||e==`&`&&`&amp;`||e==`"`&&`&quot;`||`&#`+e.charCodeAt()+`;`}l(d,z),l(d,z.prototype);function ee(e,t){if(t(e))return!0;if(e=e.firstChild)do if(ee(e,t))return!0;while(e=e.nextSibling)}function te(){this.ownerDocument=this}function V(e,t,n){e&&e._inc++,n.namespaceURI===r.XMLNS&&(t._nsMap[n.prefix?n.localName:``]=n.value)}function ne(e,t,n,i){e&&e._inc++,n.namespaceURI===r.XMLNS&&delete t._nsMap[n.prefix?n.localName:``]}function re(e,t,n){if(e&&e._inc){e._inc++;var r=t.childNodes;if(n)r[r.length++]=n;else{for(var i=t.firstChild,a=0;i;)r[a++]=i,i=i.nextSibling;r.length=a,delete r[r.length]}}}function ie(e,t){var n=t.previousSibling,r=t.nextSibling;return n?n.nextSibling=r:e.firstChild=r,r?r.previousSibling=n:e.lastChild=n,t.parentNode=null,t.previousSibling=null,t.nextSibling=null,re(e.ownerDocument,e),t}function ae(e){return e&&(e.nodeType===z.DOCUMENT_NODE||e.nodeType===z.DOCUMENT_FRAGMENT_NODE||e.nodeType===z.ELEMENT_NODE)}function oe(e){return e&&(U(e)||se(e)||H(e)||e.nodeType===z.DOCUMENT_FRAGMENT_NODE||e.nodeType===z.COMMENT_NODE||e.nodeType===z.PROCESSING_INSTRUCTION_NODE)}function H(e){return e&&e.nodeType===z.DOCUMENT_TYPE_NODE}function U(e){return e&&e.nodeType===z.ELEMENT_NODE}function se(e){return e&&e.nodeType===z.TEXT_NODE}function ce(e,t){var r=e.childNodes||[];if(n(r,U)||H(t))return!1;var i=n(r,H);return!(t&&i&&r.indexOf(i)>r.indexOf(t))}function le(e,t){var r=e.childNodes||[];function i(e){return U(e)&&e!==t}if(n(r,i))return!1;var a=n(r,H);return!(t&&a&&r.indexOf(a)>r.indexOf(t))}function ue(e,t,n){if(!ae(e))throw new A(E,`Unexpected parent node type `+e.nodeType);if(n&&n.parentNode!==e)throw new A(O,`child not in parent`);if(!oe(t)||H(t)&&e.nodeType!==z.DOCUMENT_NODE)throw new A(E,`Unexpected node type `+t.nodeType+` for parent node type `+e.nodeType)}function de(e,t,r){var i=e.childNodes||[],a=t.childNodes||[];if(t.nodeType===z.DOCUMENT_FRAGMENT_NODE){var o=a.filter(U);if(o.length>1||n(a,se))throw new A(E,`More than one element or text in fragment`);if(o.length===1&&!ce(e,r))throw new A(E,`Element in fragment can not be inserted before doctype`)}if(U(t)&&!ce(e,r))throw new A(E,`Only one element can be added and only after doctype`);if(H(t)){if(n(i,H))throw new A(E,`Only one doctype is allowed`);var s=n(i,U);if(r&&i.indexOf(s)<i.indexOf(r))throw new A(E,`Doctype can only be inserted before an element`);if(!r&&s)throw new A(E,`Doctype can not be appended since element is present`)}}function fe(e,t,r){var i=e.childNodes||[],a=t.childNodes||[];if(t.nodeType===z.DOCUMENT_FRAGMENT_NODE){var o=a.filter(U);if(o.length>1||n(a,se))throw new A(E,`More than one element or text in fragment`);if(o.length===1&&!le(e,r))throw new A(E,`Element in fragment can not be inserted before doctype`)}if(U(t)&&!le(e,r))throw new A(E,`Only one element can be added and only after doctype`);if(H(t)){function s(e){return H(e)&&e!==r}if(n(i,s))throw new A(E,`Only one doctype is allowed`);var c=n(i,U);if(r&&i.indexOf(c)<i.indexOf(r))throw new A(E,`Doctype can only be inserted before an element`)}}function pe(e,t,n,r){ue(e,t,n),e.nodeType===z.DOCUMENT_NODE&&(r||de)(e,t,n);var i=t.parentNode;if(i&&i.removeChild(t),t.nodeType===S){var a=t.firstChild;if(a==null)return t;var o=t.lastChild}else a=o=t;var s=n?n.previousSibling:e.lastChild;a.previousSibling=s,o.nextSibling=n,s?s.nextSibling=a:e.firstChild=a,n==null?e.lastChild=o:n.previousSibling=o;do{a.parentNode=e;var c=e.ownerDocument||e;W(a,c)}while(a!==o&&(a=a.nextSibling));return re(e.ownerDocument||e,e),t.nodeType==S&&(t.firstChild=t.lastChild=null),t}function W(e,t){if(e.ownerDocument!==t){if(e.ownerDocument=t,e.nodeType===f&&e.attributes)for(var n=0;n<e.attributes.length;n++){var r=e.attributes.item(n);r&&(r.ownerDocument=t)}for(var i=e.firstChild;i;)W(i,t),i=i.nextSibling}}function me(e,t){return t.parentNode&&t.parentNode.removeChild(t),t.parentNode=e,t.previousSibling=e.lastChild,t.nextSibling=null,t.previousSibling?t.previousSibling.nextSibling=t:e.firstChild=t,e.lastChild=t,re(e.ownerDocument,e,t),W(t,e.ownerDocument||e),t}te.prototype={nodeName:`#document`,nodeType:b,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,t){if(e.nodeType==S){for(var n=e.firstChild;n;){var r=n.nextSibling;this.insertBefore(n,t),n=r}return e}return pe(this,e,t),W(e,this),this.documentElement===null&&e.nodeType===f&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),ie(this,e)},replaceChild:function(e,t){pe(this,e,t,fe),W(e,this),t&&this.removeChild(t),U(e)&&(this.documentElement=e)},importNode:function(e,t){return Ae(this,e,t)},getElementById:function(e){var t=null;return ee(this.documentElement,function(n){if(n.nodeType==f&&n.getAttribute(`id`)==e)return t=n,!0}),t},getElementsByClassName:function(e){var t=s(e);return new M(this,function(n){var r=[];return t.length>0&&ee(n.documentElement,function(i){if(i!==n&&i.nodeType===f){var a=i.getAttribute(`class`);if(a){var o=e===a;if(!o){var l=s(a);o=t.every(c(l))}o&&r.push(i)}}}),r})},createElement:function(e){var t=new he;t.ownerDocument=this,t.nodeName=e,t.tagName=e,t.localName=e,t.childNodes=new j;var n=t.attributes=new P;return n._ownerElement=t,t},createDocumentFragment:function(){var e=new we;return e.ownerDocument=this,e.childNodes=new j,e},createTextNode:function(e){var t=new ve;return t.ownerDocument=this,t.appendData(e),t},createComment:function(e){var t=new ye;return t.ownerDocument=this,t.appendData(e),t},createCDATASection:function(e){if(e.indexOf(`]]>`)!==-1)throw new A(D,`data contains "]]>"`);var t=new be;return t.ownerDocument=this,t.appendData(e),t},createProcessingInstruction:function(e,t){var n=new Te;return n.ownerDocument=this,n.tagName=n.nodeName=n.target=e,n.nodeValue=n.data=t,n},createAttribute:function(e){var t=new ge;return t.ownerDocument=this,t.name=e,t.nodeName=e,t.localName=e,t.specified=!0,t},createEntityReference:function(e){var t=new Ce;return t.ownerDocument=this,t.nodeName=e,t},createElementNS:function(e,t){var n=new he,r=t.split(`:`),i=n.attributes=new P;return n.childNodes=new j,n.ownerDocument=this,n.nodeName=t,n.tagName=t,n.namespaceURI=e,r.length==2?(n.prefix=r[0],n.localName=r[1]):n.localName=t,i._ownerElement=n,n},createAttributeNS:function(e,t){var n=new ge,r=t.split(`:`);return n.ownerDocument=this,n.nodeName=t,n.name=t,n.namespaceURI=e,n.specified=!0,r.length==2?(n.prefix=r[0],n.localName=r[1]):n.localName=t,n}},u(te,z);function he(){this._nsMap={}}he.prototype={nodeType:f,hasAttribute:function(e){return this.getAttributeNode(e)!=null},getAttribute:function(e){var t=this.getAttributeNode(e);return t&&t.value||``},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,t){var n=this.ownerDocument.createAttribute(e);n.value=n.nodeValue=``+t,this.setAttributeNode(n)},removeAttribute:function(e){var t=this.getAttributeNode(e);t&&this.removeAttributeNode(t)},appendChild:function(e){return e.nodeType===S?this.insertBefore(e,null):me(this,e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);n&&this.removeAttributeNode(n)},hasAttributeNS:function(e,t){return this.getAttributeNodeNS(e,t)!=null},getAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);return n&&n.value||``},setAttributeNS:function(e,t,n){var r=this.ownerDocument.createAttributeNS(e,t);r.value=r.nodeValue=``+n,this.setAttributeNode(r)},getAttributeNodeNS:function(e,t){return this.attributes.getNamedItemNS(e,t)},getElementsByTagName:function(e){return new M(this,function(t){var n=[];return ee(t,function(r){r!==t&&r.nodeType==f&&(e===`*`||r.tagName==e)&&n.push(r)}),n})},getElementsByTagNameNS:function(e,t){return new M(this,function(n){var r=[];return ee(n,function(i){i!==n&&i.nodeType===f&&(e===`*`||i.namespaceURI===e)&&(t===`*`||i.localName==t)&&r.push(i)}),r})}},te.prototype.getElementsByTagName=he.prototype.getElementsByTagName,te.prototype.getElementsByTagNameNS=he.prototype.getElementsByTagNameNS,u(he,z);function ge(){}ge.prototype.nodeType=p,u(ge,z);function _e(){}_e.prototype={data:``,substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},appendChild:function(e){throw Error(T[E])},deleteData:function(e,t){this.replaceData(e,t,``)},replaceData:function(e,t,n){var r=this.data.substring(0,e),i=this.data.substring(e+t);n=r+n+i,this.nodeValue=this.data=n,this.length=n.length}},u(_e,z);function ve(){}ve.prototype={nodeName:`#text`,nodeType:m,splitText:function(e){var t=this.data,n=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var r=this.ownerDocument.createTextNode(n);return this.parentNode&&this.parentNode.insertBefore(r,this.nextSibling),r}},u(ve,_e);function ye(){}ye.prototype={nodeName:`#comment`,nodeType:y},u(ye,_e);function be(){}be.prototype={nodeName:`#cdata-section`,nodeType:h},u(be,_e);function xe(){}xe.prototype.nodeType=x,u(xe,z);function G(){}G.prototype.nodeType=C,u(G,z);function Se(){}Se.prototype.nodeType=_,u(Se,z);function Ce(){}Ce.prototype.nodeType=g,u(Ce,z);function we(){}we.prototype.nodeName=`#document-fragment`,we.prototype.nodeType=S,u(we,z);function Te(){}Te.prototype.nodeType=v,u(Te,z);function Ee(){}Ee.prototype.serializeToString=function(e,t,n){return K.call(e,t,n)},z.prototype.toString=K;function K(e,t){var n=[],r=this.nodeType==9&&this.documentElement||this,i=r.prefix,a=r.namespaceURI;if(a&&i==null){var i=r.lookupPrefix(a);if(i==null)var o=[{namespace:a,prefix:null}]}return ke(this,n,e,t,o),n.join(``)}function De(e,t,n){var i=e.prefix||``,a=e.namespaceURI;if(!a||i===`xml`&&a===r.XML||a===r.XMLNS)return!1;for(var o=n.length;o--;){var s=n[o];if(s.prefix===i)return s.namespace!==a}return!0}function Oe(e,t,n){e.push(` `,t,`="`,n.replace(/[<>&"\t\n\r]/g,B),`"`)}function ke(e,t,n,i,a){if(a||=[],i)if(e=i(e),e){if(typeof e==`string`){t.push(e);return}}else return;switch(e.nodeType){case f:var o=e.attributes,s=o.length,c=e.firstChild,l=e.tagName;n=r.isHTML(e.namespaceURI)||n;var u=l;if(!n&&!e.prefix&&e.namespaceURI){for(var d,_=0;_<o.length;_++)if(o.item(_).name===`xmlns`){d=o.item(_).value;break}if(!d)for(var C=a.length-1;C>=0;C--){var w=a[C];if(w.prefix===``&&w.namespace===e.namespaceURI){d=w.namespace;break}}if(d!==e.namespaceURI)for(var C=a.length-1;C>=0;C--){var w=a[C];if(w.namespace===e.namespaceURI){w.prefix&&(u=w.prefix+`:`+l);break}}}t.push(`<`,u);for(var T=0;T<s;T++){var E=o.item(T);E.prefix==`xmlns`?a.push({prefix:E.localName,namespace:E.value}):E.nodeName==`xmlns`&&a.push({prefix:``,namespace:E.value})}for(var T=0;T<s;T++){var E=o.item(T);if(De(E,n,a)){var D=E.prefix||``,O=E.namespaceURI;Oe(t,D?`xmlns:`+D:`xmlns`,O),a.push({prefix:D,namespace:O})}ke(E,t,n,i,a)}if(l===u&&De(e,n,a)){var D=e.prefix||``,O=e.namespaceURI;Oe(t,D?`xmlns:`+D:`xmlns`,O),a.push({prefix:D,namespace:O})}if(c||n&&!/^(?:meta|link|img|br|hr|input)$/i.test(l)){if(t.push(`>`),n&&/^script$/i.test(l))for(;c;)c.data?t.push(c.data):ke(c,t,n,i,a.slice()),c=c.nextSibling;else for(;c;)ke(c,t,n,i,a.slice()),c=c.nextSibling;t.push(`</`,u,`>`)}else t.push(`/>`);return;case b:case S:for(var c=e.firstChild;c;)ke(c,t,n,i,a.slice()),c=c.nextSibling;return;case p:return Oe(t,e.name,e.value);case m:return t.push(e.data.replace(/[<&>]/g,B));case h:return t.push(`<![CDATA[`,e.data.replace(/]]>/g,`]]]]><![CDATA[>`),`]]>`);case y:return t.push(`<!--`,e.data,`-->`);case x:var k=e.publicId,A=e.systemId;if(t.push(`<!DOCTYPE `,e.name),k)t.push(` PUBLIC `,k),A&&A!=`.`&&t.push(` `,A),t.push(`>`);else if(A&&A!=`.`)t.push(` SYSTEM `,A,`>`);else{var j=e.internalSubset;j&&t.push(` [`,j,`]`),t.push(`>`)}return;case v:return t.push(`<?`,e.target,` `,e.data,`?>`);case g:return t.push(`&`,e.nodeName,`;`);default:t.push(`??`,e.nodeName)}}function Ae(e,t,n){var r;switch(t.nodeType){case f:r=t.cloneNode(!1),r.ownerDocument=e;case S:break;case p:n=!0;break}if(r||=t.cloneNode(!1),r.ownerDocument=e,r.parentNode=null,n)for(var i=t.firstChild;i;)r.appendChild(Ae(e,i,n)),i=i.nextSibling;return r}function je(e,t,n){var r=new t.constructor;for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i)){var a=t[i];typeof a!=`object`&&a!=r[i]&&(r[i]=a)}switch(t.childNodes&&(r.childNodes=new j),r.ownerDocument=e,r.nodeType){case f:var o=t.attributes,s=r.attributes=new P,c=o.length;s._ownerElement=r;for(var l=0;l<c;l++)r.setAttributeNode(je(e,o.item(l),!0));break;case p:n=!0}if(n)for(var u=t.firstChild;u;)r.appendChild(je(e,u,n)),u=u.nextSibling;return r}function Me(e,t,n){e[t]=n}try{if(Object.defineProperty){Object.defineProperty(M.prototype,`length`,{get:function(){return N(this),this.$$length}}),Object.defineProperty(z.prototype,`textContent`,{get:function(){return Ne(this)},set:function(e){switch(this.nodeType){case f:case S:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}});function Ne(e){switch(e.nodeType){case f:case S:var t=[];for(e=e.firstChild;e;)e.nodeType!==7&&e.nodeType!==8&&t.push(Ne(e)),e=e.nextSibling;return t.join(``);default:return e.nodeValue}}Me=function(e,t,n){e[`$$`+t]=n}}}catch{}e.DocumentType=xe,e.DOMException=A,e.DOMImplementation=R,e.Element=he,e.Node=z,e.NodeList=j,e.XMLSerializer=Ee})),Qo=d((e=>{var t=Xo().freeze;e.XML_ENTITIES=t({amp:`&`,apos:`'`,gt:`>`,lt:`<`,quot:`"`}),e.HTML_ENTITIES=t({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:`\xA0`,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:`
193
+ \0`,M+=r(k,2),M+=m.magic,M+=r(d,2),M+=r(f,2),M+=r(O.crc32,4),M+=r(O.compressedSize,4),M+=r(O.uncompressedSize,4),M+=r(g.length,2),M+=r(C.length,2),{fileRecord:l.LOCAL_FILE_HEADER+M+g+C,dirRecord:l.CENTRAL_FILE_HEADER+r(j,2)+M+r(y.length,2)+`\0\0\0\0`+r(A,4)+r(i,4)+g+C+y}}var a=e(`../utils`),o=e(`../stream/GenericWorker`),s=e(`../utf8`),c=e(`../crc32`),l=e(`../signature`);function u(e,t,n,r){o.call(this,`ZipFileWorker`),this.bytesWritten=0,this.zipComment=t,this.zipPlatform=n,this.encodeFileName=r,this.streamFiles=e,this.accumulate=!1,this.contentBuffer=[],this.dirRecords=[],this.currentSourceOffset=0,this.entriesCount=0,this.currentFile=null,this._sources=[]}a.inherits(u,o),u.prototype.push=function(e){var t=e.meta.percent||0,n=this.entriesCount,r=this._sources.length;this.accumulate?this.contentBuffer.push(e):(this.bytesWritten+=e.data.length,o.prototype.push.call(this,{data:e.data,meta:{currentFile:this.currentFile,percent:n?(t+100*(n-r-1))/n:100}}))},u.prototype.openedSource=function(e){this.currentSourceOffset=this.bytesWritten,this.currentFile=e.file.name;var t=this.streamFiles&&!e.file.dir;if(t){var n=i(e,t,!1,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);this.push({data:n.fileRecord,meta:{percent:0}})}else this.accumulate=!0},u.prototype.closedSource=function(e){this.accumulate=!1;var t=this.streamFiles&&!e.file.dir,n=i(e,t,!0,this.currentSourceOffset,this.zipPlatform,this.encodeFileName);if(this.dirRecords.push(n.dirRecord),t)this.push({data:function(e){return l.DATA_DESCRIPTOR+r(e.crc32,4)+r(e.compressedSize,4)+r(e.uncompressedSize,4)}(e),meta:{percent:100}});else for(this.push({data:n.fileRecord,meta:{percent:0}});this.contentBuffer.length;)this.push(this.contentBuffer.shift());this.currentFile=null},u.prototype.flush=function(){for(var e=this.bytesWritten,t=0;t<this.dirRecords.length;t++)this.push({data:this.dirRecords[t],meta:{percent:100}});var n=this.bytesWritten-e,i=function(e,t,n,i,o){var s=a.transformTo(`string`,o(i));return l.CENTRAL_DIRECTORY_END+`\0\0\0\0`+r(e,2)+r(e,2)+r(t,4)+r(n,4)+r(s.length,2)+s}(this.dirRecords.length,n,e,this.zipComment,this.encodeFileName);this.push({data:i,meta:{percent:100}})},u.prototype.prepareNextSource=function(){this.previous=this._sources.shift(),this.openedSource(this.previous.streamInfo),this.isPaused?this.previous.pause():this.previous.resume()},u.prototype.registerPrevious=function(e){this._sources.push(e);var t=this;return e.on(`data`,function(e){t.processChunk(e)}),e.on(`end`,function(){t.closedSource(t.previous.streamInfo),t._sources.length?t.prepareNextSource():t.end()}),e.on(`error`,function(e){t.error(e)}),this},u.prototype.resume=function(){return!!o.prototype.resume.call(this)&&(!this.previous&&this._sources.length?(this.prepareNextSource(),!0):this.previous||this._sources.length||this.generatedError?void 0:(this.end(),!0))},u.prototype.error=function(e){var t=this._sources;if(!o.prototype.error.call(this,e))return!1;for(var n=0;n<t.length;n++)try{t[n].error(e)}catch{}return!0},u.prototype.lock=function(){o.prototype.lock.call(this);for(var e=this._sources,t=0;t<e.length;t++)e[t].lock()},t.exports=u},{"../crc32":4,"../signature":23,"../stream/GenericWorker":28,"../utf8":31,"../utils":32}],9:[function(e,t,n){"use strict";var r=e(`../compressions`),i=e(`./ZipFileWorker`);n.generateWorker=function(e,t,n){var a=new i(t.streamFiles,n,t.platform,t.encodeFileName),o=0;try{e.forEach(function(e,n){o++;var i=function(e,t){var n=e||t,i=r[n];if(!i)throw Error(n+` is not a valid compression method !`);return i}(n.options.compression,t.compression),s=n.options.compressionOptions||t.compressionOptions||{},c=n.dir,l=n.date;n._compressWorker(i,s).withStreamInfo(`file`,{name:e,dir:c,date:l,comment:n.comment||``,unixPermissions:n.unixPermissions,dosPermissions:n.dosPermissions}).pipe(a)}),a.entriesCount=o}catch(e){a.error(e)}return a}},{"../compressions":3,"./ZipFileWorker":8}],10:[function(e,t,n){"use strict";function r(){if(!(this instanceof r))return new r;if(arguments.length)throw 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 e=new r;for(var t in this)typeof this[t]!=`function`&&(e[t]=this[t]);return e}}(r.prototype=e(`./object`)).loadAsync=e(`./load`),r.support=e(`./support`),r.defaults=e(`./defaults`),r.version=`3.10.1`,r.loadAsync=function(e,t){return new r().loadAsync(e,t)},r.external=e(`./external`),t.exports=r},{"./defaults":5,"./external":6,"./load":11,"./object":15,"./support":30}],11:[function(e,t,n){"use strict";var r=e(`./utils`),i=e(`./external`),a=e(`./utf8`),o=e(`./zipEntries`),s=e(`./stream/Crc32Probe`),c=e(`./nodejsUtils`);function l(e){return new i.Promise(function(t,n){var r=e.decompressed.getContentWorker().pipe(new s);r.on(`error`,function(e){n(e)}).on(`end`,function(){r.streamInfo.crc32===e.decompressed.crc32?t():n(Error(`Corrupted zip : CRC32 mismatch`))}).resume()})}t.exports=function(e,t){var n=this;return t=r.extend(t||{},{base64:!1,checkCRC32:!1,optimizedBinaryString:!1,createFolders:!1,decodeFileName:a.utf8decode}),c.isNode&&c.isStream(e)?i.Promise.reject(Error(`JSZip can't accept a stream when loading a zip file.`)):r.prepareContent(`the loaded zip file`,e,!0,t.optimizedBinaryString,t.base64).then(function(e){var n=new o(t);return n.load(e),n}).then(function(e){var n=[i.Promise.resolve(e)],r=e.files;if(t.checkCRC32)for(var a=0;a<r.length;a++)n.push(l(r[a]));return i.Promise.all(n)}).then(function(e){for(var i=e.shift(),a=i.files,o=0;o<a.length;o++){var s=a[o],c=s.fileNameStr,l=r.resolve(s.fileNameStr);n.file(l,s.decompressed,{binary:!0,optimizedBinaryString:!0,date:s.date,dir:s.dir,comment:s.fileCommentStr.length?s.fileCommentStr:null,unixPermissions:s.unixPermissions,dosPermissions:s.dosPermissions,createFolders:t.createFolders}),s.dir||(n.file(l).unsafeOriginalName=c)}return i.zipComment.length&&(n.comment=i.zipComment),n})}},{"./external":6,"./nodejsUtils":14,"./stream/Crc32Probe":25,"./utf8":31,"./utils":32,"./zipEntries":33}],12:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`../stream/GenericWorker`);function a(e,t){i.call(this,`Nodejs stream input adapter for `+e),this._upstreamEnded=!1,this._bindStream(t)}r.inherits(a,i),a.prototype._bindStream=function(e){var t=this;(this._stream=e).pause(),e.on(`data`,function(e){t.push({data:e,meta:{percent:0}})}).on(`error`,function(e){t.isPaused?this.generatedError=e:t.error(e)}).on(`end`,function(){t.isPaused?t._upstreamEnded=!0:t.end()})},a.prototype.pause=function(){return!!i.prototype.pause.call(this)&&(this._stream.pause(),!0)},a.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(this._upstreamEnded?this.end():this._stream.resume(),!0)},t.exports=a},{"../stream/GenericWorker":28,"../utils":32}],13:[function(e,t,n){"use strict";var r=e(`readable-stream`).Readable;function i(e,t,n){r.call(this,t),this._helper=e;var i=this;e.on(`data`,function(e,t){i.push(e)||i._helper.pause(),n&&n(t)}).on(`error`,function(e){i.emit(`error`,e)}).on(`end`,function(){i.push(null)})}e(`../utils`).inherits(i,r),i.prototype._read=function(){this._helper.resume()},t.exports=i},{"../utils":32,"readable-stream":16}],14:[function(e,t,n){"use strict";t.exports={isNode:typeof Buffer<`u`,newBufferFrom:function(e,t){if(Buffer.from&&Buffer.from!==Uint8Array.from)return Buffer.from(e,t);if(typeof e==`number`)throw Error(`The "data" argument must not be a number`);return new Buffer(e,t)},allocBuffer:function(e){if(Buffer.alloc)return Buffer.alloc(e);var t=new Buffer(e);return t.fill(0),t},isBuffer:function(e){return Buffer.isBuffer(e)},isStream:function(e){return e&&typeof e.on==`function`&&typeof e.pause==`function`&&typeof e.resume==`function`}}},{}],15:[function(e,t,n){"use strict";function r(e,t,n){var r,i=a.getTypeOf(t),s=a.extend(n||{},c);s.date=s.date||new Date,s.compression!==null&&(s.compression=s.compression.toUpperCase()),typeof s.unixPermissions==`string`&&(s.unixPermissions=parseInt(s.unixPermissions,8)),s.unixPermissions&&16384&s.unixPermissions&&(s.dir=!0),s.dosPermissions&&16&s.dosPermissions&&(s.dir=!0),s.dir&&(e=h(e)),s.createFolders&&(r=m(e))&&g.call(this,r,!0);var d=i===`string`&&!1===s.binary&&!1===s.base64;n&&n.binary!==void 0||(s.binary=!d),(t instanceof l&&t.uncompressedSize===0||s.dir||!t||t.length===0)&&(s.base64=!1,s.binary=!0,t=``,s.compression=`STORE`,i=`string`);var _=null;_=t instanceof l||t instanceof o?t:f.isNode&&f.isStream(t)?new p(e,t):a.prepareContent(e,t,s.binary,s.optimizedBinaryString,s.base64);var v=new u(e,_,s);this.files[e]=v}var i=e(`./utf8`),a=e(`./utils`),o=e(`./stream/GenericWorker`),s=e(`./stream/StreamHelper`),c=e(`./defaults`),l=e(`./compressedObject`),u=e(`./zipObject`),d=e(`./generate`),f=e(`./nodejsUtils`),p=e(`./nodejs/NodejsStreamInputAdapter`),m=function(e){e.slice(-1)===`/`&&(e=e.substring(0,e.length-1));var t=e.lastIndexOf(`/`);return 0<t?e.substring(0,t):``},h=function(e){return e.slice(-1)!==`/`&&(e+=`/`),e},g=function(e,t){return t=t===void 0?c.createFolders:t,e=h(e),this.files[e]||r.call(this,e,null,{dir:!0,createFolders:t}),this.files[e]};function _(e){return Object.prototype.toString.call(e)===`[object RegExp]`}t.exports={load:function(){throw Error(`This method has been removed in JSZip 3.0, please check the upgrade guide.`)},forEach:function(e){var t,n,r;for(t in this.files)r=this.files[t],(n=t.slice(this.root.length,t.length))&&t.slice(0,this.root.length)===this.root&&e(n,r)},filter:function(e){var t=[];return this.forEach(function(n,r){e(n,r)&&t.push(r)}),t},file:function(e,t,n){if(arguments.length!==1)return e=this.root+e,r.call(this,e,t,n),this;if(_(e)){var i=e;return this.filter(function(e,t){return!t.dir&&i.test(e)})}var a=this.files[this.root+e];return a&&!a.dir?a:null},folder:function(e){if(!e)return this;if(_(e))return this.filter(function(t,n){return n.dir&&e.test(t)});var t=this.root+e,n=g.call(this,t),r=this.clone();return r.root=n.name,r},remove:function(e){e=this.root+e;var t=this.files[e];if(t||=(e.slice(-1)!==`/`&&(e+=`/`),this.files[e]),t&&!t.dir)delete this.files[e];else for(var n=this.filter(function(t,n){return n.name.slice(0,e.length)===e}),r=0;r<n.length;r++)delete this.files[n[r].name];return this},generate:function(){throw Error(`This method has been removed in JSZip 3.0, please check the upgrade guide.`)},generateInternalStream:function(e){var t,n={};try{if((n=a.extend(e||{},{streamFiles:!1,compression:`STORE`,compressionOptions:null,type:``,platform:`DOS`,comment:null,mimeType:`application/zip`,encodeFileName:i.utf8encode})).type=n.type.toLowerCase(),n.compression=n.compression.toUpperCase(),n.type===`binarystring`&&(n.type=`string`),!n.type)throw Error(`No output type specified.`);a.checkSupport(n.type),n.platform!==`darwin`&&n.platform!==`freebsd`&&n.platform!==`linux`&&n.platform!==`sunos`||(n.platform=`UNIX`),n.platform===`win32`&&(n.platform=`DOS`);var r=n.comment||this.comment||``;t=d.generateWorker(this,n,r)}catch(e){(t=new o(`error`)).error(e)}return new s(t,n.type||`string`,n.mimeType)},generateAsync:function(e,t){return this.generateInternalStream(e).accumulate(t)},generateNodeStream:function(e,t){return(e||={}).type||(e.type=`nodebuffer`),this.generateInternalStream(e).toNodejsStream(t)}}},{"./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(e,t,n){"use strict";t.exports=e(`stream`)},{stream:void 0}],17:[function(e,t,n){"use strict";var r=e(`./DataReader`);function i(e){r.call(this,e);for(var t=0;t<this.data.length;t++)e[t]=255&e[t]}e(`../utils`).inherits(i,r),i.prototype.byteAt=function(e){return this.data[this.zero+e]},i.prototype.lastIndexOfSignature=function(e){for(var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),a=this.length-4;0<=a;--a)if(this.data[a]===t&&this.data[a+1]===n&&this.data[a+2]===r&&this.data[a+3]===i)return a-this.zero;return-1},i.prototype.readAndCheckSignature=function(e){var t=e.charCodeAt(0),n=e.charCodeAt(1),r=e.charCodeAt(2),i=e.charCodeAt(3),a=this.readData(4);return t===a[0]&&n===a[1]&&r===a[2]&&i===a[3]},i.prototype.readData=function(e){if(this.checkOffset(e),e===0)return[];var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],18:[function(e,t,n){"use strict";var r=e(`../utils`);function i(e){this.data=e,this.length=e.length,this.index=0,this.zero=0}i.prototype={checkOffset:function(e){this.checkIndex(this.index+e)},checkIndex:function(e){if(this.length<this.zero+e||e<0)throw Error(`End of data reached (data length = `+this.length+`, asked index = `+e+`). Corrupted zip ?`)},setIndex:function(e){this.checkIndex(e),this.index=e},skip:function(e){this.setIndex(this.index+e)},byteAt:function(){},readInt:function(e){var t,n=0;for(this.checkOffset(e),t=this.index+e-1;t>=this.index;t--)n=(n<<8)+this.byteAt(t);return this.index+=e,n},readString:function(e){return r.transformTo(`string`,this.readData(e))},readData:function(){},lastIndexOfSignature:function(){},readAndCheckSignature:function(){},readDate:function(){var e=this.readInt(4);return new Date(Date.UTC(1980+(e>>25&127),(e>>21&15)-1,e>>16&31,e>>11&31,e>>5&63,(31&e)<<1))}},t.exports=i},{"../utils":32}],19:[function(e,t,n){"use strict";var r=e(`./Uint8ArrayReader`);function i(e){r.call(this,e)}e(`../utils`).inherits(i,r),i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./Uint8ArrayReader":21}],20:[function(e,t,n){"use strict";var r=e(`./DataReader`);function i(e){r.call(this,e)}e(`../utils`).inherits(i,r),i.prototype.byteAt=function(e){return this.data.charCodeAt(this.zero+e)},i.prototype.lastIndexOfSignature=function(e){return this.data.lastIndexOf(e)-this.zero},i.prototype.readAndCheckSignature=function(e){return e===this.readData(4)},i.prototype.readData=function(e){this.checkOffset(e);var t=this.data.slice(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./DataReader":18}],21:[function(e,t,n){"use strict";var r=e(`./ArrayReader`);function i(e){r.call(this,e)}e(`../utils`).inherits(i,r),i.prototype.readData=function(e){if(this.checkOffset(e),e===0)return new Uint8Array;var t=this.data.subarray(this.zero+this.index,this.zero+this.index+e);return this.index+=e,t},t.exports=i},{"../utils":32,"./ArrayReader":17}],22:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`../support`),a=e(`./ArrayReader`),o=e(`./StringReader`),s=e(`./NodeBufferReader`),c=e(`./Uint8ArrayReader`);t.exports=function(e){var t=r.getTypeOf(e);return r.checkSupport(t),t!==`string`||i.uint8array?t===`nodebuffer`?new s(e):i.uint8array?new c(r.transformTo(`uint8array`,e)):new a(r.transformTo(`array`,e)):new o(e)}},{"../support":30,"../utils":32,"./ArrayReader":17,"./NodeBufferReader":19,"./StringReader":20,"./Uint8ArrayReader":21}],23:[function(e,t,n){"use strict";n.LOCAL_FILE_HEADER=`PK`,n.CENTRAL_FILE_HEADER=`PK`,n.CENTRAL_DIRECTORY_END=`PK`,n.ZIP64_CENTRAL_DIRECTORY_LOCATOR=`PK\x07`,n.ZIP64_CENTRAL_DIRECTORY_END=`PK`,n.DATA_DESCRIPTOR=`PK\x07\b`},{}],24:[function(e,t,n){"use strict";var r=e(`./GenericWorker`),i=e(`../utils`);function a(e){r.call(this,`ConvertWorker to `+e),this.destType=e}i.inherits(a,r),a.prototype.processChunk=function(e){this.push({data:i.transformTo(this.destType,e.data),meta:e.meta})},t.exports=a},{"../utils":32,"./GenericWorker":28}],25:[function(e,t,n){"use strict";var r=e(`./GenericWorker`),i=e(`../crc32`);function a(){r.call(this,`Crc32Probe`),this.withStreamInfo(`crc32`,0)}e(`../utils`).inherits(a,r),a.prototype.processChunk=function(e){this.streamInfo.crc32=i(e.data,this.streamInfo.crc32||0),this.push(e)},t.exports=a},{"../crc32":4,"../utils":32,"./GenericWorker":28}],26:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`./GenericWorker`);function a(e){i.call(this,`DataLengthProbe for `+e),this.propName=e,this.withStreamInfo(e,0)}r.inherits(a,i),a.prototype.processChunk=function(e){if(e){var t=this.streamInfo[this.propName]||0;this.streamInfo[this.propName]=t+e.data.length}i.prototype.processChunk.call(this,e)},t.exports=a},{"../utils":32,"./GenericWorker":28}],27:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`./GenericWorker`);function a(e){i.call(this,`DataWorker`);var t=this;this.dataIsReady=!1,this.index=0,this.max=0,this.data=null,this.type=``,this._tickScheduled=!1,e.then(function(e){t.dataIsReady=!0,t.data=e,t.max=e&&e.length||0,t.type=r.getTypeOf(e),t.isPaused||t._tickAndRepeat()},function(e){t.error(e)})}r.inherits(a,i),a.prototype.cleanUp=function(){i.prototype.cleanUp.call(this),this.data=null},a.prototype.resume=function(){return!!i.prototype.resume.call(this)&&(!this._tickScheduled&&this.dataIsReady&&(this._tickScheduled=!0,r.delay(this._tickAndRepeat,[],this)),!0)},a.prototype._tickAndRepeat=function(){this._tickScheduled=!1,this.isPaused||this.isFinished||(this._tick(),this.isFinished||(r.delay(this._tickAndRepeat,[],this),this._tickScheduled=!0))},a.prototype._tick=function(){if(this.isPaused||this.isFinished)return!1;var e=null,t=Math.min(this.max,this.index+16384);if(this.index>=this.max)return this.end();switch(this.type){case`string`:e=this.data.substring(this.index,t);break;case`uint8array`:e=this.data.subarray(this.index,t);break;case`array`:case`nodebuffer`:e=this.data.slice(this.index,t)}return this.index=t,this.push({data:e,meta:{percent:this.max?this.index/this.max*100:0}})},t.exports=a},{"../utils":32,"./GenericWorker":28}],28:[function(e,t,n){"use strict";function r(e){this.name=e||`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}r.prototype={push:function(e){this.emit(`data`,e)},end:function(){if(this.isFinished)return!1;this.flush();try{this.emit(`end`),this.cleanUp(),this.isFinished=!0}catch(e){this.emit(`error`,e)}return!0},error:function(e){return!this.isFinished&&(this.isPaused?this.generatedError=e:(this.isFinished=!0,this.emit(`error`,e),this.previous&&this.previous.error(e),this.cleanUp()),!0)},on:function(e,t){return this._listeners[e].push(t),this},cleanUp:function(){this.streamInfo=this.generatedError=this.extraStreamInfo=null,this._listeners=[]},emit:function(e,t){if(this._listeners[e])for(var n=0;n<this._listeners[e].length;n++)this._listeners[e][n].call(this,t)},pipe:function(e){return e.registerPrevious(this)},registerPrevious:function(e){if(this.isLocked)throw Error(`The stream '`+this+`' has already been used.`);this.streamInfo=e.streamInfo,this.mergeStreamInfo(),this.previous=e;var t=this;return e.on(`data`,function(e){t.processChunk(e)}),e.on(`end`,function(){t.end()}),e.on(`error`,function(e){t.error(e)}),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 e=this.isPaused=!1;return this.generatedError&&(this.error(this.generatedError),e=!0),this.previous&&this.previous.resume(),!e},flush:function(){},processChunk:function(e){this.push(e)},withStreamInfo:function(e,t){return this.extraStreamInfo[e]=t,this.mergeStreamInfo(),this},mergeStreamInfo:function(){for(var e in this.extraStreamInfo)Object.prototype.hasOwnProperty.call(this.extraStreamInfo,e)&&(this.streamInfo[e]=this.extraStreamInfo[e])},lock:function(){if(this.isLocked)throw Error(`The stream '`+this+`' has already been used.`);this.isLocked=!0,this.previous&&this.previous.lock()},toString:function(){var e=`Worker `+this.name;return this.previous?this.previous+` -> `+e:e}},t.exports=r},{}],29:[function(e,t,n){"use strict";var r=e(`../utils`),i=e(`./ConvertWorker`),a=e(`./GenericWorker`),o=e(`../base64`),s=e(`../support`),c=e(`../external`),l=null;if(s.nodestream)try{l=e(`../nodejs/NodejsStreamOutputAdapter`)}catch{}function u(e,t){return new c.Promise(function(n,i){var a=[],s=e._internalType,c=e._outputType,l=e._mimeType;e.on(`data`,function(e,n){a.push(e),t&&t(n)}).on(`error`,function(e){a=[],i(e)}).on(`end`,function(){try{n(function(e,t,n){switch(e){case`blob`:return r.newBlob(r.transformTo(`arraybuffer`,t),n);case`base64`:return o.encode(t);default:return r.transformTo(e,t)}}(c,function(e,t){var n,r=0,i=null,a=0;for(n=0;n<t.length;n++)a+=t[n].length;switch(e){case`string`:return t.join(``);case`array`:return Array.prototype.concat.apply([],t);case`uint8array`:for(i=new Uint8Array(a),n=0;n<t.length;n++)i.set(t[n],r),r+=t[n].length;return i;case`nodebuffer`:return Buffer.concat(t);default:throw Error(`concat : unsupported type '`+e+`'`)}}(s,a),l))}catch(e){i(e)}a=[]}).resume()})}function d(e,t,n){var o=t;switch(t){case`blob`:case`arraybuffer`:o=`uint8array`;break;case`base64`:o=`string`}try{this._internalType=o,this._outputType=t,this._mimeType=n,r.checkSupport(o),this._worker=e.pipe(new i(o)),e.lock()}catch(e){this._worker=new a(`error`),this._worker.error(e)}}d.prototype={accumulate:function(e){return u(this,e)},on:function(e,t){var n=this;return e===`data`?this._worker.on(e,function(e){t.call(n,e.data,e.meta)}):this._worker.on(e,function(){r.delay(t,arguments,n)}),this},resume:function(){return r.delay(this._worker.resume,[],this._worker),this},pause:function(){return this._worker.pause(),this},toNodejsStream:function(e){if(r.checkSupport(`nodestream`),this._outputType!==`nodebuffer`)throw Error(this._outputType+` is not supported by this method`);return new l(this,{objectMode:this._outputType!==`nodebuffer`},e)}},t.exports=d},{"../base64":1,"../external":6,"../nodejs/NodejsStreamOutputAdapter":13,"../support":30,"../utils":32,"./ConvertWorker":24,"./GenericWorker":28}],30:[function(e,t,n){"use strict";if(n.base64=!0,n.array=!0,n.string=!0,n.arraybuffer=typeof ArrayBuffer<`u`&&typeof Uint8Array<`u`,n.nodebuffer=typeof Buffer<`u`,n.uint8array=typeof Uint8Array<`u`,typeof ArrayBuffer>`u`)n.blob=!1;else{var r=new ArrayBuffer(0);try{n.blob=new Blob([r],{type:`application/zip`}).size===0}catch{try{var i=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);i.append(r),n.blob=i.getBlob(`application/zip`).size===0}catch{n.blob=!1}}}try{n.nodestream=!!e(`readable-stream`).Readable}catch{n.nodestream=!1}},{"readable-stream":16}],31:[function(e,t,n){"use strict";for(var r=e(`./utils`),i=e(`./support`),a=e(`./nodejsUtils`),o=e(`./stream/GenericWorker`),s=Array(256),c=0;c<256;c++)s[c]=252<=c?6:248<=c?5:240<=c?4:224<=c?3:192<=c?2:1;s[254]=s[254]=1;function l(){o.call(this,`utf-8 decode`),this.leftOver=null}function u(){o.call(this,`utf-8 encode`)}n.utf8encode=function(e){return i.nodebuffer?a.newBufferFrom(e,`utf-8`):function(e){var t,n,r,a,o,s=e.length,c=0;for(a=0;a<s;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(r=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(r-56320),a++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=i.uint8array?new Uint8Array(c):Array(c),a=o=0;o<c;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(r=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(r-56320),a++),n<128?t[o++]=n:(n<2048?t[o++]=192|n>>>6:(n<65536?t[o++]=224|n>>>12:(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63),t[o++]=128|n>>>6&63),t[o++]=128|63&n);return t}(e)},n.utf8decode=function(e){return i.nodebuffer?r.transformTo(`nodebuffer`,e).toString(`utf-8`):function(e){var t,n,i,a,o=e.length,c=Array(2*o);for(t=n=0;t<o;)if((i=e[t++])<128)c[n++]=i;else if(4<(a=s[i]))c[n++]=65533,t+=a-1;else{for(i&=a===2?31:a===3?15:7;1<a&&t<o;)i=i<<6|63&e[t++],a--;1<a?c[n++]=65533:i<65536?c[n++]=i:(i-=65536,c[n++]=55296|i>>10&1023,c[n++]=56320|1023&i)}return c.length!==n&&(c.subarray?c=c.subarray(0,n):c.length=n),r.applyFromCharCode(c)}(e=r.transformTo(i.uint8array?`uint8array`:`array`,e))},r.inherits(l,o),l.prototype.processChunk=function(e){var t=r.transformTo(i.uint8array?`uint8array`:`array`,e.data);if(this.leftOver&&this.leftOver.length){if(i.uint8array){var a=t;(t=new Uint8Array(a.length+this.leftOver.length)).set(this.leftOver,0),t.set(a,this.leftOver.length)}else t=this.leftOver.concat(t);this.leftOver=null}var o=function(e,t){var n;for((t||=e.length)>e.length&&(t=e.length),n=t-1;0<=n&&(192&e[n])==128;)n--;return n<0||n===0?t:n+s[e[n]]>t?n:t}(t),c=t;o!==t.length&&(i.uint8array?(c=t.subarray(0,o),this.leftOver=t.subarray(o,t.length)):(c=t.slice(0,o),this.leftOver=t.slice(o,t.length))),this.push({data:n.utf8decode(c),meta:e.meta})},l.prototype.flush=function(){this.leftOver&&this.leftOver.length&&(this.push({data:n.utf8decode(this.leftOver),meta:{}}),this.leftOver=null)},n.Utf8DecodeWorker=l,r.inherits(u,o),u.prototype.processChunk=function(e){this.push({data:n.utf8encode(e.data),meta:e.meta})},n.Utf8EncodeWorker=u},{"./nodejsUtils":14,"./stream/GenericWorker":28,"./support":30,"./utils":32}],32:[function(e,t,n){"use strict";var r=e(`./support`),i=e(`./base64`),a=e(`./nodejsUtils`),o=e(`./external`);function s(e){return e}function c(e,t){for(var n=0;n<e.length;++n)t[n]=255&e.charCodeAt(n);return t}e(`setimmediate`),n.newBlob=function(e,t){n.checkSupport(`blob`);try{return new Blob([e],{type:t})}catch{try{var r=new(self.BlobBuilder||self.WebKitBlobBuilder||self.MozBlobBuilder||self.MSBlobBuilder);return r.append(e),r.getBlob(t)}catch{throw Error(`Bug : can't construct the Blob.`)}}};var l={stringifyByChunk:function(e,t,n){var r=[],i=0,a=e.length;if(a<=n)return String.fromCharCode.apply(null,e);for(;i<a;)t===`array`||t===`nodebuffer`?r.push(String.fromCharCode.apply(null,e.slice(i,Math.min(i+n,a)))):r.push(String.fromCharCode.apply(null,e.subarray(i,Math.min(i+n,a)))),i+=n;return r.join(``)},stringifyByChar:function(e){for(var t=``,n=0;n<e.length;n++)t+=String.fromCharCode(e[n]);return t},applyCanBeUsed:{uint8array:function(){try{return r.uint8array&&String.fromCharCode.apply(null,new Uint8Array(1)).length===1}catch{return!1}}(),nodebuffer:function(){try{return r.nodebuffer&&String.fromCharCode.apply(null,a.allocBuffer(1)).length===1}catch{return!1}}()}};function u(e){var t=65536,r=n.getTypeOf(e),i=!0;if(r===`uint8array`?i=l.applyCanBeUsed.uint8array:r===`nodebuffer`&&(i=l.applyCanBeUsed.nodebuffer),i)for(;1<t;)try{return l.stringifyByChunk(e,r,t)}catch{t=Math.floor(t/2)}return l.stringifyByChar(e)}function d(e,t){for(var n=0;n<e.length;n++)t[n]=e[n];return t}n.applyFromCharCode=u;var f={};f.string={string:s,array:function(e){return c(e,Array(e.length))},arraybuffer:function(e){return f.string.uint8array(e).buffer},uint8array:function(e){return c(e,new Uint8Array(e.length))},nodebuffer:function(e){return c(e,a.allocBuffer(e.length))}},f.array={string:u,array:s,arraybuffer:function(e){return new Uint8Array(e).buffer},uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return a.newBufferFrom(e)}},f.arraybuffer={string:function(e){return u(new Uint8Array(e))},array:function(e){return d(new Uint8Array(e),Array(e.byteLength))},arraybuffer:s,uint8array:function(e){return new Uint8Array(e)},nodebuffer:function(e){return a.newBufferFrom(new Uint8Array(e))}},f.uint8array={string:u,array:function(e){return d(e,Array(e.length))},arraybuffer:function(e){return e.buffer},uint8array:s,nodebuffer:function(e){return a.newBufferFrom(e)}},f.nodebuffer={string:u,array:function(e){return d(e,Array(e.length))},arraybuffer:function(e){return f.nodebuffer.uint8array(e).buffer},uint8array:function(e){return d(e,new Uint8Array(e.length))},nodebuffer:s},n.transformTo=function(e,t){return t||=``,e?(n.checkSupport(e),f[n.getTypeOf(t)][e](t)):t},n.resolve=function(e){for(var t=e.split(`/`),n=[],r=0;r<t.length;r++){var i=t[r];i===`.`||i===``&&r!==0&&r!==t.length-1||(i===`..`?n.pop():n.push(i))}return n.join(`/`)},n.getTypeOf=function(e){return typeof e==`string`?`string`:Object.prototype.toString.call(e)===`[object Array]`?`array`:r.nodebuffer&&a.isBuffer(e)?`nodebuffer`:r.uint8array&&e instanceof Uint8Array?`uint8array`:r.arraybuffer&&e instanceof ArrayBuffer?`arraybuffer`:void 0},n.checkSupport=function(e){if(!r[e.toLowerCase()])throw Error(e+` is not supported by this platform`)},n.MAX_VALUE_16BITS=65535,n.MAX_VALUE_32BITS=-1,n.pretty=function(e){var t,n,r=``;for(n=0;n<(e||``).length;n++)r+=`\\x`+((t=e.charCodeAt(n))<16?`0`:``)+t.toString(16).toUpperCase();return r},n.delay=function(e,t,n){setImmediate(function(){e.apply(n||null,t||[])})},n.inherits=function(e,t){function n(){}n.prototype=t.prototype,e.prototype=new n},n.extend=function(){var e,t,n={};for(e=0;e<arguments.length;e++)for(t in arguments[e])Object.prototype.hasOwnProperty.call(arguments[e],t)&&n[t]===void 0&&(n[t]=arguments[e][t]);return n},n.prepareContent=function(e,t,a,s,l){return o.Promise.resolve(t).then(function(e){return r.blob&&(e instanceof Blob||[`[object File]`,`[object Blob]`].indexOf(Object.prototype.toString.call(e))!==-1)&&typeof FileReader<`u`?new o.Promise(function(t,n){var r=new FileReader;r.onload=function(e){t(e.target.result)},r.onerror=function(e){n(e.target.error)},r.readAsArrayBuffer(e)}):e}).then(function(t){var u=n.getTypeOf(t);return u?(u===`arraybuffer`?t=n.transformTo(`uint8array`,t):u===`string`&&(l?t=i.decode(t):a&&!0!==s&&(t=function(e){return c(e,r.uint8array?new Uint8Array(e.length):Array(e.length))}(t))),t):o.Promise.reject(Error(`Can't read the data of '`+e+`'. Is it in a supported JavaScript type (String, Blob, ArrayBuffer, etc) ?`))})}},{"./base64":1,"./external":6,"./nodejsUtils":14,"./support":30,setimmediate:54}],33:[function(e,t,n){"use strict";var r=e(`./reader/readerFor`),i=e(`./utils`),a=e(`./signature`),o=e(`./zipEntry`),s=e(`./support`);function c(e){this.files=[],this.loadOptions=e}c.prototype={checkSignature:function(e){if(!this.reader.readAndCheckSignature(e)){this.reader.index-=4;var t=this.reader.readString(4);throw Error(`Corrupted zip or bug: unexpected signature (`+i.pretty(t)+`, expected `+i.pretty(e)+`)`)}},isSignature:function(e,t){var n=this.reader.index;this.reader.setIndex(e);var r=this.reader.readString(4)===t;return this.reader.setIndex(n),r},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 e=this.reader.readData(this.zipCommentLength),t=s.uint8array?`uint8array`:`array`,n=i.transformTo(t,e);this.zipComment=this.loadOptions.decodeFileName(n)},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 e,t,n,r=this.zip64EndOfCentralSize-44;0<r;)e=this.reader.readInt(2),t=this.reader.readInt(4),n=this.reader.readData(t),this.zip64ExtensibleData[e]={id:e,length:t,value:n}},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 Error(`Multi-volumes zip are not supported`)},readLocalFiles:function(){var e,t;for(e=0;e<this.files.length;e++)t=this.files[e],this.reader.setIndex(t.localHeaderOffset),this.checkSignature(a.LOCAL_FILE_HEADER),t.readLocalPart(this.reader),t.handleUTF8(),t.processAttributes()},readCentralDir:function(){var e;for(this.reader.setIndex(this.centralDirOffset);this.reader.readAndCheckSignature(a.CENTRAL_FILE_HEADER);)(e=new o({zip64:this.zip64},this.loadOptions)).readCentralPart(this.reader),this.files.push(e);if(this.centralDirRecords!==this.files.length&&this.centralDirRecords!==0&&this.files.length===0)throw Error(`Corrupted zip or bug: expected `+this.centralDirRecords+` records in central dir, got `+this.files.length)},readEndOfCentral:function(){var e=this.reader.lastIndexOfSignature(a.CENTRAL_DIRECTORY_END);if(e<0)throw this.isSignature(0,a.LOCAL_FILE_HEADER)?Error(`Corrupted zip: can't find end of central directory`):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(e);var t=e;if(this.checkSignature(a.CENTRAL_DIRECTORY_END),this.readBlockEndOfCentral(),this.diskNumber===i.MAX_VALUE_16BITS||this.diskWithCentralDirStart===i.MAX_VALUE_16BITS||this.centralDirRecordsOnThisDisk===i.MAX_VALUE_16BITS||this.centralDirRecords===i.MAX_VALUE_16BITS||this.centralDirSize===i.MAX_VALUE_32BITS||this.centralDirOffset===i.MAX_VALUE_32BITS){if(this.zip64=!0,(e=this.reader.lastIndexOfSignature(a.ZIP64_CENTRAL_DIRECTORY_LOCATOR))<0)throw Error(`Corrupted zip: can't find the ZIP64 end of central directory locator`);if(this.reader.setIndex(e),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 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 n=this.centralDirOffset+this.centralDirSize;this.zip64&&(n+=20,n+=12+this.zip64EndOfCentralSize);var r=t-n;if(0<r)this.isSignature(t,a.CENTRAL_FILE_HEADER)||(this.reader.zero=r);else if(r<0)throw Error(`Corrupted zip: missing `+Math.abs(r)+` bytes.`)},prepareReader:function(e){this.reader=r(e)},load:function(e){this.prepareReader(e),this.readEndOfCentral(),this.readCentralDir(),this.readLocalFiles()}},t.exports=c},{"./reader/readerFor":22,"./signature":23,"./support":30,"./utils":32,"./zipEntry":34}],34:[function(e,t,n){"use strict";var r=e(`./reader/readerFor`),i=e(`./utils`),a=e(`./compressedObject`),o=e(`./crc32`),s=e(`./utf8`),c=e(`./compressions`),l=e(`./support`);function u(e,t){this.options=e,this.loadOptions=t}u.prototype={isEncrypted:function(){return(1&this.bitFlag)==1},useUTF8:function(){return(2048&this.bitFlag)==2048},readLocalPart:function(e){var t,n;if(e.skip(22),this.fileNameLength=e.readInt(2),n=e.readInt(2),this.fileName=e.readData(this.fileNameLength),e.skip(n),this.compressedSize===-1||this.uncompressedSize===-1)throw Error(`Bug or corrupted zip : didn't get enough information from the central directory (compressedSize === -1 || uncompressedSize === -1)`);if((t=function(e){for(var t in c)if(Object.prototype.hasOwnProperty.call(c,t)&&c[t].magic===e)return c[t];return null}(this.compressionMethod))===null)throw Error(`Corrupted zip : compression `+i.pretty(this.compressionMethod)+` unknown (inner file : `+i.transformTo(`string`,this.fileName)+`)`);this.decompressed=new a(this.compressedSize,this.uncompressedSize,this.crc32,t,e.readData(this.compressedSize))},readCentralPart:function(e){this.versionMadeBy=e.readInt(2),e.skip(2),this.bitFlag=e.readInt(2),this.compressionMethod=e.readString(2),this.date=e.readDate(),this.crc32=e.readInt(4),this.compressedSize=e.readInt(4),this.uncompressedSize=e.readInt(4);var t=e.readInt(2);if(this.extraFieldsLength=e.readInt(2),this.fileCommentLength=e.readInt(2),this.diskNumberStart=e.readInt(2),this.internalFileAttributes=e.readInt(2),this.externalFileAttributes=e.readInt(4),this.localHeaderOffset=e.readInt(4),this.isEncrypted())throw Error(`Encrypted zip are not supported`);e.skip(t),this.readExtraFields(e),this.parseZIP64ExtraField(e),this.fileComment=e.readData(this.fileCommentLength)},processAttributes:function(){this.unixPermissions=null,this.dosPermissions=null;var e=this.versionMadeBy>>8;this.dir=!!(16&this.externalFileAttributes),e==0&&(this.dosPermissions=63&this.externalFileAttributes),e==3&&(this.unixPermissions=this.externalFileAttributes>>16&65535),this.dir||this.fileNameStr.slice(-1)!==`/`||(this.dir=!0)},parseZIP64ExtraField:function(){if(this.extraFields[1]){var e=r(this.extraFields[1].value);this.uncompressedSize===i.MAX_VALUE_32BITS&&(this.uncompressedSize=e.readInt(8)),this.compressedSize===i.MAX_VALUE_32BITS&&(this.compressedSize=e.readInt(8)),this.localHeaderOffset===i.MAX_VALUE_32BITS&&(this.localHeaderOffset=e.readInt(8)),this.diskNumberStart===i.MAX_VALUE_32BITS&&(this.diskNumberStart=e.readInt(4))}},readExtraFields:function(e){var t,n,r,i=e.index+this.extraFieldsLength;for(this.extraFields||={};e.index+4<i;)t=e.readInt(2),n=e.readInt(2),r=e.readData(n),this.extraFields[t]={id:t,length:n,value:r};e.setIndex(i)},handleUTF8:function(){var e=l.uint8array?`uint8array`:`array`;if(this.useUTF8())this.fileNameStr=s.utf8decode(this.fileName),this.fileCommentStr=s.utf8decode(this.fileComment);else{var t=this.findExtraFieldUnicodePath();if(t!==null)this.fileNameStr=t;else{var n=i.transformTo(e,this.fileName);this.fileNameStr=this.loadOptions.decodeFileName(n)}var r=this.findExtraFieldUnicodeComment();if(r!==null)this.fileCommentStr=r;else{var a=i.transformTo(e,this.fileComment);this.fileCommentStr=this.loadOptions.decodeFileName(a)}}},findExtraFieldUnicodePath:function(){var e=this.extraFields[28789];if(e){var t=r(e.value);return t.readInt(1)===1&&o(this.fileName)===t.readInt(4)?s.utf8decode(t.readData(e.length-5)):null}return null},findExtraFieldUnicodeComment:function(){var e=this.extraFields[25461];if(e){var t=r(e.value);return t.readInt(1)===1&&o(this.fileComment)===t.readInt(4)?s.utf8decode(t.readData(e.length-5)):null}return null}},t.exports=u},{"./compressedObject":2,"./compressions":3,"./crc32":4,"./reader/readerFor":22,"./support":30,"./utf8":31,"./utils":32}],35:[function(e,t,n){"use strict";function r(e,t,n){this.name=e,this.dir=n.dir,this.date=n.date,this.comment=n.comment,this.unixPermissions=n.unixPermissions,this.dosPermissions=n.dosPermissions,this._data=t,this._dataBinary=n.binary,this.options={compression:n.compression,compressionOptions:n.compressionOptions}}var i=e(`./stream/StreamHelper`),a=e(`./stream/DataWorker`),o=e(`./utf8`),s=e(`./compressedObject`),c=e(`./stream/GenericWorker`);r.prototype={internalStream:function(e){var t=null,n=`string`;try{if(!e)throw Error(`No output type specified.`);var r=(n=e.toLowerCase())===`string`||n===`text`;n!==`binarystring`&&n!==`text`||(n=`string`),t=this._decompressWorker();var a=!this._dataBinary;a&&!r&&(t=t.pipe(new o.Utf8EncodeWorker)),!a&&r&&(t=t.pipe(new o.Utf8DecodeWorker))}catch(e){(t=new c(`error`)).error(e)}return new i(t,n,``)},async:function(e,t){return this.internalStream(e).accumulate(t)},nodeStream:function(e,t){return this.internalStream(e||`nodebuffer`).toNodejsStream(t)},_compressWorker:function(e,t){if(this._data instanceof s&&this._data.compression.magic===e.magic)return this._data.getCompressedWorker();var n=this._decompressWorker();return this._dataBinary||(n=n.pipe(new o.Utf8EncodeWorker)),s.createWorkerFrom(n,e,t)},_decompressWorker:function(){return this._data instanceof s?this._data.getContentWorker():this._data instanceof c?this._data:new a(this._data)}};for(var l=[`asText`,`asBinary`,`asNodeBuffer`,`asUint8Array`,`asArrayBuffer`],u=function(){throw Error(`This method has been removed in JSZip 3.0, please check the upgrade guide.`)},d=0;d<l.length;d++)r.prototype[l[d]]=u;t.exports=r},{"./compressedObject":2,"./stream/DataWorker":27,"./stream/GenericWorker":28,"./stream/StreamHelper":29,"./utf8":31}],36:[function(e,t,n){(function(e){"use strict";var n,r,i=e.MutationObserver||e.WebKitMutationObserver;if(i){var a=0,o=new i(u),s=e.document.createTextNode(``);o.observe(s,{characterData:!0}),n=function(){s.data=a=++a%2}}else if(e.setImmediate||e.MessageChannel===void 0)n=`document`in e&&`onreadystatechange`in e.document.createElement(`script`)?function(){var t=e.document.createElement(`script`);t.onreadystatechange=function(){u(),t.onreadystatechange=null,t.parentNode.removeChild(t),t=null},e.document.documentElement.appendChild(t)}:function(){setTimeout(u,0)};else{var c=new e.MessageChannel;c.port1.onmessage=u,n=function(){c.port2.postMessage(0)}}var l=[];function u(){var e,t;r=!0;for(var n=l.length;n;){for(t=l,l=[],e=-1;++e<n;)t[e]();n=l.length}r=!1}t.exports=function(e){l.push(e)!==1||r||n()}}).call(this,typeof global<`u`?global:typeof self<`u`?self:typeof window<`u`?window:{})},{}],37:[function(e,t,n){"use strict";var r=e(`immediate`);function i(){}var a={},o=[`REJECTED`],s=[`FULFILLED`],c=[`PENDING`];function l(e){if(typeof e!=`function`)throw TypeError(`resolver must be a function`);this.state=c,this.queue=[],this.outcome=void 0,e!==i&&p(this,e)}function u(e,t,n){this.promise=e,typeof t==`function`&&(this.onFulfilled=t,this.callFulfilled=this.otherCallFulfilled),typeof n==`function`&&(this.onRejected=n,this.callRejected=this.otherCallRejected)}function d(e,t,n){r(function(){var r;try{r=t(n)}catch(t){return a.reject(e,t)}r===e?a.reject(e,TypeError(`Cannot resolve promise with itself`)):a.resolve(e,r)})}function f(e){var t=e&&e.then;if(e&&(typeof e==`object`||typeof e==`function`)&&typeof t==`function`)return function(){t.apply(e,arguments)}}function p(e,t){var n=!1;function r(t){n||(n=!0,a.reject(e,t))}function i(t){n||(n=!0,a.resolve(e,t))}var o=m(function(){t(i,r)});o.status===`error`&&r(o.value)}function m(e,t){var n={};try{n.value=e(t),n.status=`success`}catch(e){n.status=`error`,n.value=e}return n}(t.exports=l).prototype.finally=function(e){if(typeof e!=`function`)return this;var t=this.constructor;return this.then(function(n){return t.resolve(e()).then(function(){return n})},function(n){return t.resolve(e()).then(function(){throw n})})},l.prototype.catch=function(e){return this.then(null,e)},l.prototype.then=function(e,t){if(typeof e!=`function`&&this.state===s||typeof t!=`function`&&this.state===o)return this;var n=new this.constructor(i);return this.state===c?this.queue.push(new u(n,e,t)):d(n,this.state===s?e:t,this.outcome),n},u.prototype.callFulfilled=function(e){a.resolve(this.promise,e)},u.prototype.otherCallFulfilled=function(e){d(this.promise,this.onFulfilled,e)},u.prototype.callRejected=function(e){a.reject(this.promise,e)},u.prototype.otherCallRejected=function(e){d(this.promise,this.onRejected,e)},a.resolve=function(e,t){var n=m(f,t);if(n.status===`error`)return a.reject(e,n.value);var r=n.value;if(r)p(e,r);else{e.state=s,e.outcome=t;for(var i=-1,o=e.queue.length;++i<o;)e.queue[i].callFulfilled(t)}return e},a.reject=function(e,t){e.state=o,e.outcome=t;for(var n=-1,r=e.queue.length;++n<r;)e.queue[n].callRejected(t);return e},l.resolve=function(e){return e instanceof this?e:a.resolve(new this(i),e)},l.reject=function(e){var t=new this(i);return a.reject(t,e)},l.all=function(e){var t=this;if(Object.prototype.toString.call(e)!==`[object Array]`)return this.reject(TypeError(`must be an array`));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var o=Array(n),s=0,c=-1,l=new this(i);++c<n;)u(e[c],c);return l;function u(e,i){t.resolve(e).then(function(e){o[i]=e,++s!==n||r||(r=!0,a.resolve(l,o))},function(e){r||(r=!0,a.reject(l,e))})}},l.race=function(e){var t=this;if(Object.prototype.toString.call(e)!==`[object Array]`)return this.reject(TypeError(`must be an array`));var n=e.length,r=!1;if(!n)return this.resolve([]);for(var o=-1,s=new this(i);++o<n;)c=e[o],t.resolve(c).then(function(e){r||(r=!0,a.resolve(s,e))},function(e){r||(r=!0,a.reject(s,e))});var c;return s}},{immediate:36}],38:[function(e,t,n){"use strict";var r={};(0,e(`./lib/utils/common`).assign)(r,e(`./lib/deflate`),e(`./lib/inflate`),e(`./lib/zlib/constants`)),t.exports=r},{"./lib/deflate":39,"./lib/inflate":40,"./lib/utils/common":41,"./lib/zlib/constants":44}],39:[function(e,t,n){"use strict";var r=e(`./zlib/deflate`),i=e(`./utils/common`),a=e(`./utils/strings`),o=e(`./zlib/messages`),s=e(`./zlib/zstream`),c=Object.prototype.toString,l=0,u=-1,d=0,f=8;function p(e){if(!(this instanceof p))return new p(e);this.options=i.assign({level:u,method:f,chunkSize:16384,windowBits:15,memLevel:8,strategy:d,to:``},e||{});var t=this.options;t.raw&&0<t.windowBits?t.windowBits=-t.windowBits:t.gzip&&0<t.windowBits&&t.windowBits<16&&(t.windowBits+=16),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new s,this.strm.avail_out=0;var n=r.deflateInit2(this.strm,t.level,t.method,t.windowBits,t.memLevel,t.strategy);if(n!==l)throw Error(o[n]);if(t.header&&r.deflateSetHeader(this.strm,t.header),t.dictionary){var m;if(m=typeof t.dictionary==`string`?a.string2buf(t.dictionary):c.call(t.dictionary)===`[object ArrayBuffer]`?new Uint8Array(t.dictionary):t.dictionary,(n=r.deflateSetDictionary(this.strm,m))!==l)throw Error(o[n]);this._dict_set=!0}}function m(e,t){var n=new p(t);if(n.push(e,!0),n.err)throw n.msg||o[n.err];return n.result}p.prototype.push=function(e,t){var n,o,s=this.strm,u=this.options.chunkSize;if(this.ended)return!1;o=t===~~t?t:!0===t?4:0,typeof e==`string`?s.input=a.string2buf(e):c.call(e)===`[object ArrayBuffer]`?s.input=new Uint8Array(e):s.input=e,s.next_in=0,s.avail_in=s.input.length;do{if(s.avail_out===0&&(s.output=new i.Buf8(u),s.next_out=0,s.avail_out=u),(n=r.deflate(s,o))!==1&&n!==l)return this.onEnd(n),!(this.ended=!0);s.avail_out!==0&&(s.avail_in!==0||o!==4&&o!==2)||(this.options.to===`string`?this.onData(a.buf2binstring(i.shrinkBuf(s.output,s.next_out))):this.onData(i.shrinkBuf(s.output,s.next_out)))}while((0<s.avail_in||s.avail_out===0)&&n!==1);return o===4?(n=r.deflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===l):o!==2||(this.onEnd(l),!(s.avail_out=0))},p.prototype.onData=function(e){this.chunks.push(e)},p.prototype.onEnd=function(e){e===l&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Deflate=p,n.deflate=m,n.deflateRaw=function(e,t){return(t||={}).raw=!0,m(e,t)},n.gzip=function(e,t){return(t||={}).gzip=!0,m(e,t)}},{"./utils/common":41,"./utils/strings":42,"./zlib/deflate":46,"./zlib/messages":51,"./zlib/zstream":53}],40:[function(e,t,n){"use strict";var r=e(`./zlib/inflate`),i=e(`./utils/common`),a=e(`./utils/strings`),o=e(`./zlib/constants`),s=e(`./zlib/messages`),c=e(`./zlib/zstream`),l=e(`./zlib/gzheader`),u=Object.prototype.toString;function d(e){if(!(this instanceof d))return new d(e);this.options=i.assign({chunkSize:16384,windowBits:0,to:``},e||{});var t=this.options;t.raw&&0<=t.windowBits&&t.windowBits<16&&(t.windowBits=-t.windowBits,t.windowBits===0&&(t.windowBits=-15)),!(0<=t.windowBits&&t.windowBits<16)||e&&e.windowBits||(t.windowBits+=32),15<t.windowBits&&t.windowBits<48&&!(15&t.windowBits)&&(t.windowBits|=15),this.err=0,this.msg=``,this.ended=!1,this.chunks=[],this.strm=new c,this.strm.avail_out=0;var n=r.inflateInit2(this.strm,t.windowBits);if(n!==o.Z_OK)throw Error(s[n]);this.header=new l,r.inflateGetHeader(this.strm,this.header)}function f(e,t){var n=new d(t);if(n.push(e,!0),n.err)throw n.msg||s[n.err];return n.result}d.prototype.push=function(e,t){var n,s,c,l,d,f,p=this.strm,m=this.options.chunkSize,h=this.options.dictionary,g=!1;if(this.ended)return!1;s=t===~~t?t:!0===t?o.Z_FINISH:o.Z_NO_FLUSH,typeof e==`string`?p.input=a.binstring2buf(e):u.call(e)===`[object ArrayBuffer]`?p.input=new Uint8Array(e):p.input=e,p.next_in=0,p.avail_in=p.input.length;do{if(p.avail_out===0&&(p.output=new i.Buf8(m),p.next_out=0,p.avail_out=m),(n=r.inflate(p,o.Z_NO_FLUSH))===o.Z_NEED_DICT&&h&&(f=typeof h==`string`?a.string2buf(h):u.call(h)===`[object ArrayBuffer]`?new Uint8Array(h):h,n=r.inflateSetDictionary(this.strm,f)),n===o.Z_BUF_ERROR&&!0===g&&(n=o.Z_OK,g=!1),n!==o.Z_STREAM_END&&n!==o.Z_OK)return this.onEnd(n),!(this.ended=!0);p.next_out&&(p.avail_out!==0&&n!==o.Z_STREAM_END&&(p.avail_in!==0||s!==o.Z_FINISH&&s!==o.Z_SYNC_FLUSH)||(this.options.to===`string`?(c=a.utf8border(p.output,p.next_out),l=p.next_out-c,d=a.buf2string(p.output,c),p.next_out=l,p.avail_out=m-l,l&&i.arraySet(p.output,p.output,c,l,0),this.onData(d)):this.onData(i.shrinkBuf(p.output,p.next_out)))),p.avail_in===0&&p.avail_out===0&&(g=!0)}while((0<p.avail_in||p.avail_out===0)&&n!==o.Z_STREAM_END);return n===o.Z_STREAM_END&&(s=o.Z_FINISH),s===o.Z_FINISH?(n=r.inflateEnd(this.strm),this.onEnd(n),this.ended=!0,n===o.Z_OK):s!==o.Z_SYNC_FLUSH||(this.onEnd(o.Z_OK),!(p.avail_out=0))},d.prototype.onData=function(e){this.chunks.push(e)},d.prototype.onEnd=function(e){e===o.Z_OK&&(this.options.to===`string`?this.result=this.chunks.join(``):this.result=i.flattenChunks(this.chunks)),this.chunks=[],this.err=e,this.msg=this.strm.msg},n.Inflate=d,n.inflate=f,n.inflateRaw=function(e,t){return(t||={}).raw=!0,f(e,t)},n.ungzip=f},{"./utils/common":41,"./utils/strings":42,"./zlib/constants":44,"./zlib/gzheader":47,"./zlib/inflate":49,"./zlib/messages":51,"./zlib/zstream":53}],41:[function(e,t,n){"use strict";var r=typeof Uint8Array<`u`&&typeof Uint16Array<`u`&&typeof Int32Array<`u`;n.assign=function(e){for(var t=Array.prototype.slice.call(arguments,1);t.length;){var n=t.shift();if(n){if(typeof n!=`object`)throw TypeError(n+`must be non-object`);for(var r in n)n.hasOwnProperty(r)&&(e[r]=n[r])}}return e},n.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,n,r,i){if(t.subarray&&e.subarray)e.set(t.subarray(n,n+r),i);else for(var a=0;a<r;a++)e[i+a]=t[n+a]},flattenChunks:function(e){var t,n,r,i,a,o;for(t=r=0,n=e.length;t<n;t++)r+=e[t].length;for(o=new Uint8Array(r),t=i=0,n=e.length;t<n;t++)a=e[t],o.set(a,i),i+=a.length;return o}},a={arraySet:function(e,t,n,r,i){for(var a=0;a<r;a++)e[i+a]=t[n+a]},flattenChunks:function(e){return[].concat.apply([],e)}};n.setTyped=function(e){e?(n.Buf8=Uint8Array,n.Buf16=Uint16Array,n.Buf32=Int32Array,n.assign(n,i)):(n.Buf8=Array,n.Buf16=Array,n.Buf32=Array,n.assign(n,a))},n.setTyped(r)},{}],42:[function(e,t,n){"use strict";var r=e(`./common`),i=!0,a=!0;try{String.fromCharCode.apply(null,[0])}catch{i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch{a=!1}for(var o=new r.Buf8(256),s=0;s<256;s++)o[s]=252<=s?6:248<=s?5:240<=s?4:224<=s?3:192<=s?2:1;function c(e,t){if(t<65537&&(e.subarray&&a||!e.subarray&&i))return String.fromCharCode.apply(null,r.shrinkBuf(e,t));for(var n=``,o=0;o<t;o++)n+=String.fromCharCode(e[o]);return n}o[254]=o[254]=1,n.string2buf=function(e){var t,n,i,a,o,s=e.length,c=0;for(a=0;a<s;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(i=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(i-56320),a++),c+=n<128?1:n<2048?2:n<65536?3:4;for(t=new r.Buf8(c),a=o=0;o<c;a++)(64512&(n=e.charCodeAt(a)))==55296&&a+1<s&&(64512&(i=e.charCodeAt(a+1)))==56320&&(n=65536+(n-55296<<10)+(i-56320),a++),n<128?t[o++]=n:(n<2048?t[o++]=192|n>>>6:(n<65536?t[o++]=224|n>>>12:(t[o++]=240|n>>>18,t[o++]=128|n>>>12&63),t[o++]=128|n>>>6&63),t[o++]=128|63&n);return t},n.buf2binstring=function(e){return c(e,e.length)},n.binstring2buf=function(e){for(var t=new r.Buf8(e.length),n=0,i=t.length;n<i;n++)t[n]=e.charCodeAt(n);return t},n.buf2string=function(e,t){var n,r,i,a,s=t||e.length,l=Array(2*s);for(n=r=0;n<s;)if((i=e[n++])<128)l[r++]=i;else if(4<(a=o[i]))l[r++]=65533,n+=a-1;else{for(i&=a===2?31:a===3?15:7;1<a&&n<s;)i=i<<6|63&e[n++],a--;1<a?l[r++]=65533:i<65536?l[r++]=i:(i-=65536,l[r++]=55296|i>>10&1023,l[r++]=56320|1023&i)}return c(l,r)},n.utf8border=function(e,t){var n;for((t||=e.length)>e.length&&(t=e.length),n=t-1;0<=n&&(192&e[n])==128;)n--;return n<0||n===0?t:n+o[e[n]]>t?n:t}},{"./common":41}],43:[function(e,t,n){"use strict";t.exports=function(e,t,n,r){for(var i=65535&e|0,a=e>>>16&65535|0,o=0;n!==0;){for(n-=o=2e3<n?2e3:n;a=a+(i=i+t[r++]|0)|0,--o;);i%=65521,a%=65521}return i|a<<16|0}},{}],44:[function(e,t,n){"use strict";t.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(e,t,n){"use strict";var r=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var r=0;r<8;r++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t,n,i){var a=r,o=i+n;e^=-1;for(var s=i;s<o;s++)e=e>>>8^a[255&(e^t[s])];return-1^e}},{}],46:[function(e,t,n){"use strict";var r,i=e(`../utils/common`),a=e(`./trees`),o=e(`./adler32`),s=e(`./crc32`),c=e(`./messages`),l=0,u=4,d=0,f=-2,p=-1,m=4,h=2,g=8,_=9,v=286,y=30,b=19,x=2*v+1,S=15,C=3,w=258,T=w+C+1,E=42,D=113,O=1,k=2,A=3,j=4;function M(e,t){return e.msg=c[t],t}function N(e){return(e<<1)-(4<e?9:0)}function P(e){for(var t=e.length;0<=--t;)e[t]=0}function F(e){var t=e.state,n=t.pending;n>e.avail_out&&(n=e.avail_out),n!==0&&(i.arraySet(e.output,t.pending_buf,t.pending_out,n,e.next_out),e.next_out+=n,t.pending_out+=n,e.total_out+=n,e.avail_out-=n,t.pending-=n,t.pending===0&&(t.pending_out=0))}function I(e,t){a._tr_flush_block(e,0<=e.block_start?e.block_start:-1,e.strstart-e.block_start,t),e.block_start=e.strstart,F(e.strm)}function L(e,t){e.pending_buf[e.pending++]=t}function R(e,t){e.pending_buf[e.pending++]=t>>>8&255,e.pending_buf[e.pending++]=255&t}function z(e,t){var n,r,i=e.max_chain_length,a=e.strstart,o=e.prev_length,s=e.nice_match,c=e.strstart>e.w_size-T?e.strstart-(e.w_size-T):0,l=e.window,u=e.w_mask,d=e.prev,f=e.strstart+w,p=l[a+o-1],m=l[a+o];e.prev_length>=e.good_match&&(i>>=2),s>e.lookahead&&(s=e.lookahead);do if(l[(n=t)+o]===m&&l[n+o-1]===p&&l[n]===l[a]&&l[++n]===l[a+1]){a+=2,n++;do;while(l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&l[++a]===l[++n]&&a<f);if(r=w-(f-a),a=f-w,o<r){if(e.match_start=t,s<=(o=r))break;p=l[a+o-1],m=l[a+o]}}while((t=d[t&u])>c&&--i!=0);return o<=e.lookahead?o:e.lookahead}function B(e){var t,n,r,a,c,l,u,d,f,p,m=e.w_size;do{if(a=e.window_size-e.lookahead-e.strstart,e.strstart>=m+(m-T)){for(i.arraySet(e.window,e.window,m,m,0),e.match_start-=m,e.strstart-=m,e.block_start-=m,t=n=e.hash_size;r=e.head[--t],e.head[t]=m<=r?r-m:0,--n;);for(t=n=m;r=e.prev[--t],e.prev[t]=m<=r?r-m:0,--n;);a+=m}if(e.strm.avail_in===0)break;if(l=e.strm,u=e.window,d=e.strstart+e.lookahead,f=a,p=void 0,p=l.avail_in,f<p&&(p=f),n=p===0?0:(l.avail_in-=p,i.arraySet(u,l.input,l.next_in,p,d),l.state.wrap===1?l.adler=o(l.adler,u,p,d):l.state.wrap===2&&(l.adler=s(l.adler,u,p,d)),l.next_in+=p,l.total_in+=p,p),e.lookahead+=n,e.lookahead+e.insert>=C)for(c=e.strstart-e.insert,e.ins_h=e.window[c],e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+1])&e.hash_mask;e.insert&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[c+C-1])&e.hash_mask,e.prev[c&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=c,c++,e.insert--,!(e.lookahead+e.insert<C)););}while(e.lookahead<T&&e.strm.avail_in!==0)}function ee(e,t){for(var n,r;;){if(e.lookahead<T){if(B(e),e.lookahead<T&&t===l)return O;if(e.lookahead===0)break}if(n=0,e.lookahead>=C&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),n!==0&&e.strstart-n<=e.w_size-T&&(e.match_length=z(e,n)),e.match_length>=C)if(r=a._tr_tally(e,e.strstart-e.match_start,e.match_length-C),e.lookahead-=e.match_length,e.match_length<=e.max_lazy_match&&e.lookahead>=C){for(e.match_length--;e.strstart++,e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart,--e.match_length!=0;);e.strstart++}else e.strstart+=e.match_length,e.match_length=0,e.ins_h=e.window[e.strstart],e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+1])&e.hash_mask;else r=a._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++;if(r&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=e.strstart<C-1?e.strstart:C-1,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}function V(e,t){for(var n,r,i;;){if(e.lookahead<T){if(B(e),e.lookahead<T&&t===l)return O;if(e.lookahead===0)break}if(n=0,e.lookahead>=C&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),e.prev_length=e.match_length,e.prev_match=e.match_start,e.match_length=C-1,n!==0&&e.prev_length<e.max_lazy_match&&e.strstart-n<=e.w_size-T&&(e.match_length=z(e,n),e.match_length<=5&&(e.strategy===1||e.match_length===C&&4096<e.strstart-e.match_start)&&(e.match_length=C-1)),e.prev_length>=C&&e.match_length<=e.prev_length){for(i=e.strstart+e.lookahead-C,r=a._tr_tally(e,e.strstart-1-e.prev_match,e.prev_length-C),e.lookahead-=e.prev_length-1,e.prev_length-=2;++e.strstart<=i&&(e.ins_h=(e.ins_h<<e.hash_shift^e.window[e.strstart+C-1])&e.hash_mask,n=e.prev[e.strstart&e.w_mask]=e.head[e.ins_h],e.head[e.ins_h]=e.strstart),--e.prev_length!=0;);if(e.match_available=0,e.match_length=C-1,e.strstart++,r&&(I(e,!1),e.strm.avail_out===0))return O}else if(e.match_available){if((r=a._tr_tally(e,0,e.window[e.strstart-1]))&&I(e,!1),e.strstart++,e.lookahead--,e.strm.avail_out===0)return O}else e.match_available=1,e.strstart++,e.lookahead--}return e.match_available&&=(r=a._tr_tally(e,0,e.window[e.strstart-1]),0),e.insert=e.strstart<C-1?e.strstart:C-1,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}function H(e,t,n,r,i){this.good_length=e,this.max_lazy=t,this.nice_length=n,this.max_chain=r,this.func=i}function te(){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=g,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 i.Buf16(2*x),this.dyn_dtree=new i.Buf16(2*(2*y+1)),this.bl_tree=new i.Buf16(2*(2*b+1)),P(this.dyn_ltree),P(this.dyn_dtree),P(this.bl_tree),this.l_desc=null,this.d_desc=null,this.bl_desc=null,this.bl_count=new i.Buf16(S+1),this.heap=new i.Buf16(2*v+1),P(this.heap),this.heap_len=0,this.heap_max=0,this.depth=new i.Buf16(2*v+1),P(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 ne(e){var t;return e&&e.state?(e.total_in=e.total_out=0,e.data_type=h,(t=e.state).pending=0,t.pending_out=0,t.wrap<0&&(t.wrap=-t.wrap),t.status=t.wrap?E:D,e.adler=t.wrap===2?0:1,t.last_flush=l,a._tr_init(t),d):M(e,f)}function re(e){var t=ne(e);return t===d&&function(e){e.window_size=2*e.w_size,P(e.head),e.max_lazy_match=r[e.level].max_lazy,e.good_match=r[e.level].good_length,e.nice_match=r[e.level].nice_length,e.max_chain_length=r[e.level].max_chain,e.strstart=0,e.block_start=0,e.lookahead=0,e.insert=0,e.match_length=e.prev_length=C-1,e.match_available=0,e.ins_h=0}(e.state),t}function ie(e,t,n,r,a,o){if(!e)return f;var s=1;if(t===p&&(t=6),r<0?(s=0,r=-r):15<r&&(s=2,r-=16),a<1||_<a||n!==g||r<8||15<r||t<0||9<t||o<0||m<o)return M(e,f);r===8&&(r=9);var c=new te;return(e.state=c).strm=e,c.wrap=s,c.gzhead=null,c.w_bits=r,c.w_size=1<<c.w_bits,c.w_mask=c.w_size-1,c.hash_bits=a+7,c.hash_size=1<<c.hash_bits,c.hash_mask=c.hash_size-1,c.hash_shift=~~((c.hash_bits+C-1)/C),c.window=new i.Buf8(2*c.w_size),c.head=new i.Buf16(c.hash_size),c.prev=new i.Buf16(c.w_size),c.lit_bufsize=1<<a+6,c.pending_buf_size=4*c.lit_bufsize,c.pending_buf=new i.Buf8(c.pending_buf_size),c.d_buf=1*c.lit_bufsize,c.l_buf=3*c.lit_bufsize,c.level=t,c.strategy=o,c.method=n,re(e)}r=[new H(0,0,0,0,function(e,t){var n=65535;for(n>e.pending_buf_size-5&&(n=e.pending_buf_size-5);;){if(e.lookahead<=1){if(B(e),e.lookahead===0&&t===l)return O;if(e.lookahead===0)break}e.strstart+=e.lookahead,e.lookahead=0;var r=e.block_start+n;if((e.strstart===0||e.strstart>=r)&&(e.lookahead=e.strstart-r,e.strstart=r,I(e,!1),e.strm.avail_out===0)||e.strstart-e.block_start>=e.w_size-T&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=0,t===u?(I(e,!0),e.strm.avail_out===0?A:j):(e.strstart>e.block_start&&(I(e,!1),e.strm.avail_out),O)}),new H(4,4,8,4,ee),new H(4,5,16,8,ee),new H(4,6,32,32,ee),new H(4,4,16,16,V),new H(8,16,32,32,V),new H(8,16,128,128,V),new H(8,32,128,256,V),new H(32,128,258,1024,V),new H(32,258,258,4096,V)],n.deflateInit=function(e,t){return ie(e,t,g,15,8,0)},n.deflateInit2=ie,n.deflateReset=re,n.deflateResetKeep=ne,n.deflateSetHeader=function(e,t){return e&&e.state&&e.state.wrap===2?(e.state.gzhead=t,d):f},n.deflate=function(e,t){var n,i,o,c;if(!e||!e.state||5<t||t<0)return e?M(e,f):f;if(i=e.state,!e.output||!e.input&&e.avail_in!==0||i.status===666&&t!==u)return M(e,e.avail_out===0?-5:f);if(i.strm=e,n=i.last_flush,i.last_flush=t,i.status===E)if(i.wrap===2)e.adler=0,L(i,31),L(i,139),L(i,8),i.gzhead?(L(i,+!!i.gzhead.text+(i.gzhead.hcrc?2:0)+(i.gzhead.extra?4:0)+(i.gzhead.name?8:0)+(i.gzhead.comment?16:0)),L(i,255&i.gzhead.time),L(i,i.gzhead.time>>8&255),L(i,i.gzhead.time>>16&255),L(i,i.gzhead.time>>24&255),L(i,i.level===9?2:2<=i.strategy||i.level<2?4:0),L(i,255&i.gzhead.os),i.gzhead.extra&&i.gzhead.extra.length&&(L(i,255&i.gzhead.extra.length),L(i,i.gzhead.extra.length>>8&255)),i.gzhead.hcrc&&(e.adler=s(e.adler,i.pending_buf,i.pending,0)),i.gzindex=0,i.status=69):(L(i,0),L(i,0),L(i,0),L(i,0),L(i,0),L(i,i.level===9?2:2<=i.strategy||i.level<2?4:0),L(i,3),i.status=D);else{var p=g+(i.w_bits-8<<4)<<8;p|=(2<=i.strategy||i.level<2?0:i.level<6?1:i.level===6?2:3)<<6,i.strstart!==0&&(p|=32),p+=31-p%31,i.status=D,R(i,p),i.strstart!==0&&(R(i,e.adler>>>16),R(i,65535&e.adler)),e.adler=1}if(i.status===69)if(i.gzhead.extra){for(o=i.pending;i.gzindex<(65535&i.gzhead.extra.length)&&(i.pending!==i.pending_buf_size||(i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),F(e),o=i.pending,i.pending!==i.pending_buf_size));)L(i,255&i.gzhead.extra[i.gzindex]),i.gzindex++;i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),i.gzindex===i.gzhead.extra.length&&(i.gzindex=0,i.status=73)}else i.status=73;if(i.status===73)if(i.gzhead.name){o=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),F(e),o=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.name.length?255&i.gzhead.name.charCodeAt(i.gzindex++):0,L(i,c)}while(c!==0);i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),c===0&&(i.gzindex=0,i.status=91)}else i.status=91;if(i.status===91)if(i.gzhead.comment){o=i.pending;do{if(i.pending===i.pending_buf_size&&(i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),F(e),o=i.pending,i.pending===i.pending_buf_size)){c=1;break}c=i.gzindex<i.gzhead.comment.length?255&i.gzhead.comment.charCodeAt(i.gzindex++):0,L(i,c)}while(c!==0);i.gzhead.hcrc&&i.pending>o&&(e.adler=s(e.adler,i.pending_buf,i.pending-o,o)),c===0&&(i.status=103)}else i.status=103;if(i.status===103&&(i.gzhead.hcrc?(i.pending+2>i.pending_buf_size&&F(e),i.pending+2<=i.pending_buf_size&&(L(i,255&e.adler),L(i,e.adler>>8&255),e.adler=0,i.status=D)):i.status=D),i.pending!==0){if(F(e),e.avail_out===0)return i.last_flush=-1,d}else if(e.avail_in===0&&N(t)<=N(n)&&t!==u)return M(e,-5);if(i.status===666&&e.avail_in!==0)return M(e,-5);if(e.avail_in!==0||i.lookahead!==0||t!==l&&i.status!==666){var m=i.strategy===2?function(e,t){for(var n;;){if(e.lookahead===0&&(B(e),e.lookahead===0)){if(t===l)return O;break}if(e.match_length=0,n=a._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++,n&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=0,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}(i,t):i.strategy===3?function(e,t){for(var n,r,i,o,s=e.window;;){if(e.lookahead<=w){if(B(e),e.lookahead<=w&&t===l)return O;if(e.lookahead===0)break}if(e.match_length=0,e.lookahead>=C&&0<e.strstart&&(r=s[i=e.strstart-1])===s[++i]&&r===s[++i]&&r===s[++i]){o=e.strstart+w;do;while(r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&r===s[++i]&&i<o);e.match_length=w-(o-i),e.match_length>e.lookahead&&(e.match_length=e.lookahead)}if(e.match_length>=C?(n=a._tr_tally(e,1,e.match_length-C),e.lookahead-=e.match_length,e.strstart+=e.match_length,e.match_length=0):(n=a._tr_tally(e,0,e.window[e.strstart]),e.lookahead--,e.strstart++),n&&(I(e,!1),e.strm.avail_out===0))return O}return e.insert=0,t===u?(I(e,!0),e.strm.avail_out===0?A:j):e.last_lit&&(I(e,!1),e.strm.avail_out===0)?O:k}(i,t):r[i.level].func(i,t);if(m!==A&&m!==j||(i.status=666),m===O||m===A)return e.avail_out===0&&(i.last_flush=-1),d;if(m===k&&(t===1?a._tr_align(i):t!==5&&(a._tr_stored_block(i,0,0,!1),t===3&&(P(i.head),i.lookahead===0&&(i.strstart=0,i.block_start=0,i.insert=0))),F(e),e.avail_out===0))return i.last_flush=-1,d}return t===u?i.wrap<=0?1:(i.wrap===2?(L(i,255&e.adler),L(i,e.adler>>8&255),L(i,e.adler>>16&255),L(i,e.adler>>24&255),L(i,255&e.total_in),L(i,e.total_in>>8&255),L(i,e.total_in>>16&255),L(i,e.total_in>>24&255)):(R(i,e.adler>>>16),R(i,65535&e.adler)),F(e),0<i.wrap&&(i.wrap=-i.wrap),i.pending===0?1:d):d},n.deflateEnd=function(e){var t;return e&&e.state?(t=e.state.status)!==E&&t!==69&&t!==73&&t!==91&&t!==103&&t!==D&&t!==666?M(e,f):(e.state=null,t===D?M(e,-3):d):f},n.deflateSetDictionary=function(e,t){var n,r,a,s,c,l,u,p,m=t.length;if(!e||!e.state||(s=(n=e.state).wrap)===2||s===1&&n.status!==E||n.lookahead)return f;for(s===1&&(e.adler=o(e.adler,t,m,0)),n.wrap=0,m>=n.w_size&&(s===0&&(P(n.head),n.strstart=0,n.block_start=0,n.insert=0),p=new i.Buf8(n.w_size),i.arraySet(p,t,m-n.w_size,n.w_size,0),t=p,m=n.w_size),c=e.avail_in,l=e.next_in,u=e.input,e.avail_in=m,e.next_in=0,e.input=t,B(n);n.lookahead>=C;){for(r=n.strstart,a=n.lookahead-(C-1);n.ins_h=(n.ins_h<<n.hash_shift^n.window[r+C-1])&n.hash_mask,n.prev[r&n.w_mask]=n.head[n.ins_h],n.head[n.ins_h]=r,r++,--a;);n.strstart=r,n.lookahead=C-1,B(n)}return n.strstart+=n.lookahead,n.block_start=n.strstart,n.insert=n.lookahead,n.lookahead=0,n.match_length=n.prev_length=C-1,n.match_available=0,e.next_in=l,e.input=u,e.avail_in=c,n.wrap=s,d},n.deflateInfo=`pako deflate (from Nodeca project)`},{"../utils/common":41,"./adler32":43,"./crc32":45,"./messages":51,"./trees":52}],47:[function(e,t,n){"use strict";t.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(e,t,n){"use strict";t.exports=function(e,t){var n=e.state,r=e.next_in,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b,x,S,C,w,T=e.input,E;i=r+(e.avail_in-5),a=e.next_out,E=e.output,o=a-(t-e.avail_out),s=a+(e.avail_out-257),c=n.dmax,l=n.wsize,u=n.whave,d=n.wnext,f=n.window,p=n.hold,m=n.bits,h=n.lencode,g=n.distcode,_=(1<<n.lenbits)-1,v=(1<<n.distbits)-1;e:do{m<15&&(p+=T[r++]<<m,m+=8,p+=T[r++]<<m,m+=8),y=h[p&_];t:for(;;){if(p>>>=b=y>>>24,m-=b,(b=y>>>16&255)==0)E[a++]=65535&y;else{if(!(16&b)){if(!(64&b)){y=h[(65535&y)+(p&(1<<b)-1)];continue t}if(32&b){n.mode=12;break e}e.msg=`invalid literal/length code`,n.mode=30;break e}x=65535&y,(b&=15)&&(m<b&&(p+=T[r++]<<m,m+=8),x+=p&(1<<b)-1,p>>>=b,m-=b),m<15&&(p+=T[r++]<<m,m+=8,p+=T[r++]<<m,m+=8),y=g[p&v];r:for(;;){if(p>>>=b=y>>>24,m-=b,!(16&(b=y>>>16&255))){if(!(64&b)){y=g[(65535&y)+(p&(1<<b)-1)];continue r}e.msg=`invalid distance code`,n.mode=30;break e}if(S=65535&y,m<(b&=15)&&(p+=T[r++]<<m,(m+=8)<b&&(p+=T[r++]<<m,m+=8)),c<(S+=p&(1<<b)-1)){e.msg=`invalid distance too far back`,n.mode=30;break e}if(p>>>=b,m-=b,(b=a-o)<S){if(u<(b=S-b)&&n.sane){e.msg=`invalid distance too far back`,n.mode=30;break e}if(w=f,(C=0)===d){if(C+=l-b,b<x){for(x-=b;E[a++]=f[C++],--b;);C=a-S,w=E}}else if(d<b){if(C+=l+d-b,(b-=d)<x){for(x-=b;E[a++]=f[C++],--b;);if(C=0,d<x){for(x-=b=d;E[a++]=f[C++],--b;);C=a-S,w=E}}}else if(C+=d-b,b<x){for(x-=b;E[a++]=f[C++],--b;);C=a-S,w=E}for(;2<x;)E[a++]=w[C++],E[a++]=w[C++],E[a++]=w[C++],x-=3;x&&(E[a++]=w[C++],1<x&&(E[a++]=w[C++]))}else{for(C=a-S;E[a++]=E[C++],E[a++]=E[C++],E[a++]=E[C++],2<(x-=3););x&&(E[a++]=E[C++],1<x&&(E[a++]=E[C++]))}break}}break}}while(r<i&&a<s);r-=x=m>>3,p&=(1<<(m-=x<<3))-1,e.next_in=r,e.next_out=a,e.avail_in=r<i?i-r+5:5-(r-i),e.avail_out=a<s?s-a+257:257-(a-s),n.hold=p,n.bits=m}},{}],49:[function(e,t,n){"use strict";var r=e(`../utils/common`),i=e(`./adler32`),a=e(`./crc32`),o=e(`./inffast`),s=e(`./inftrees`),c=1,l=2,u=0,d=-2,f=1,p=852,m=592;function h(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function g(){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 r.Buf16(320),this.work=new r.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function _(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg=``,t.wrap&&(e.adler=1&t.wrap),t.mode=f,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new r.Buf32(p),t.distcode=t.distdyn=new r.Buf32(m),t.sane=1,t.back=-1,u):d}function v(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,_(e)):d}function y(e,t){var n,r;return e&&e.state?(r=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15<t)?d:(r.window!==null&&r.wbits!==t&&(r.window=null),r.wrap=n,r.wbits=t,v(e))):d}function b(e,t){var n,r;return e?(r=new g,(e.state=r).window=null,(n=y(e,t))!==u&&(e.state=null),n):d}var x,S,C=!0;function w(e){if(C){var t;for(x=new r.Buf32(512),S=new r.Buf32(32),t=0;t<144;)e.lens[t++]=8;for(;t<256;)e.lens[t++]=9;for(;t<280;)e.lens[t++]=7;for(;t<288;)e.lens[t++]=8;for(s(c,e.lens,0,288,x,0,e.work,{bits:9}),t=0;t<32;)e.lens[t++]=5;s(l,e.lens,0,32,S,0,e.work,{bits:5}),C=!1}e.lencode=x,e.lenbits=9,e.distcode=S,e.distbits=5}function T(e,t,n,i){var a,o=e.state;return o.window===null&&(o.wsize=1<<o.wbits,o.wnext=0,o.whave=0,o.window=new r.Buf8(o.wsize)),i>=o.wsize?(r.arraySet(o.window,t,n-o.wsize,o.wsize,0),o.wnext=0,o.whave=o.wsize):(i<(a=o.wsize-o.wnext)&&(a=i),r.arraySet(o.window,t,n-i,a,o.wnext),(i-=a)?(r.arraySet(o.window,t,n-i,i,0),o.wnext=i,o.whave=o.wsize):(o.wnext+=a,o.wnext===o.wsize&&(o.wnext=0),o.whave<o.wsize&&(o.whave+=a))),0}n.inflateReset=v,n.inflateReset2=y,n.inflateResetKeep=_,n.inflateInit=function(e){return b(e,15)},n.inflateInit2=b,n.inflate=function(e,t){var n,p,m,g,_,v,y,b,x,S,C,E,D,O,k,A,j,M,N,P,F,I,L,R,z=0,B=new r.Buf8(4),ee=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15];if(!e||!e.state||!e.output||!e.input&&e.avail_in!==0)return d;(n=e.state).mode===12&&(n.mode=13),_=e.next_out,m=e.output,y=e.avail_out,g=e.next_in,p=e.input,v=e.avail_in,b=n.hold,x=n.bits,S=v,C=y,I=u;e:for(;;)switch(n.mode){case f:if(n.wrap===0){n.mode=13;break}for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(2&n.wrap&&b===35615){B[n.check=0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0),x=b=0,n.mode=2;break}if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&b)<<8)+(b>>8))%31){e.msg=`incorrect header check`,n.mode=30;break}if((15&b)!=8){e.msg=`unknown compression method`,n.mode=30;break}if(x-=4,F=8+(15&(b>>>=4)),n.wbits===0)n.wbits=F;else if(F>n.wbits){e.msg=`invalid window size`,n.mode=30;break}n.dmax=1<<F,e.adler=n.check=1,n.mode=512&b?10:12,x=b=0;break;case 2:for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(n.flags=b,(255&n.flags)!=8){e.msg=`unknown compression method`,n.mode=30;break}if(57344&n.flags){e.msg=`unknown header flags set`,n.mode=30;break}n.head&&(n.head.text=b>>8&1),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0)),x=b=0,n.mode=3;case 3:for(;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.head&&(n.head.time=b),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,B[2]=b>>>16&255,B[3]=b>>>24&255,n.check=a(n.check,B,4,0)),x=b=0,n.mode=4;case 4:for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.head&&(n.head.xflags=255&b,n.head.os=b>>8),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0)),x=b=0,n.mode=5;case 5:if(1024&n.flags){for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.length=b,n.head&&(n.head.extra_len=b),512&n.flags&&(B[0]=255&b,B[1]=b>>>8&255,n.check=a(n.check,B,2,0)),x=b=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&(v<(E=n.length)&&(E=v),E&&(n.head&&(F=n.head.extra_len-n.length,n.head.extra||(n.head.extra=Array(n.head.extra_len)),r.arraySet(n.head.extra,p,g,E,F)),512&n.flags&&(n.check=a(n.check,p,E,g)),v-=E,g+=E,n.length-=E),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(v===0)break e;for(E=0;F=p[g+ E++],n.head&&F&&n.length<65536&&(n.head.name+=String.fromCharCode(F)),F&&E<v;);if(512&n.flags&&(n.check=a(n.check,p,E,g)),v-=E,g+=E,F)break e}else n.head&&(n.head.name=null);n.length=0,n.mode=8;case 8:if(4096&n.flags){if(v===0)break e;for(E=0;F=p[g+ E++],n.head&&F&&n.length<65536&&(n.head.comment+=String.fromCharCode(F)),F&&E<v;);if(512&n.flags&&(n.check=a(n.check,p,E,g)),v-=E,g+=E,F)break e}else n.head&&(n.head.comment=null);n.mode=9;case 9:if(512&n.flags){for(;x<16;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(b!==(65535&n.check)){e.msg=`header crc mismatch`,n.mode=30;break}x=b=0}n.head&&(n.head.hcrc=n.flags>>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}e.adler=n.check=h(b),x=b=0,n.mode=11;case 11:if(n.havedict===0)return e.next_out=_,e.avail_out=y,e.next_in=g,e.avail_in=v,n.hold=b,n.bits=x,2;e.adler=n.check=1,n.mode=12;case 12:if(t===5||t===6)break e;case 13:if(n.last){b>>>=7&x,x-=7&x,n.mode=27;break}for(;x<3;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}switch(n.last=1&b,--x,3&(b>>>=1)){case 0:n.mode=14;break;case 1:if(w(n),n.mode=20,t!==6)break;b>>>=2,x-=2;break e;case 2:n.mode=17;break;case 3:e.msg=`invalid block type`,n.mode=30}b>>>=2,x-=2;break;case 14:for(b>>>=7&x,x-=7&x;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if((65535&b)!=(b>>>16^65535)){e.msg=`invalid stored block lengths`,n.mode=30;break}if(n.length=65535&b,x=b=0,n.mode=15,t===6)break e;case 15:n.mode=16;case 16:if(E=n.length){if(v<E&&(E=v),y<E&&(E=y),E===0)break e;r.arraySet(m,p,g,E,_),v-=E,g+=E,y-=E,_+=E,n.length-=E;break}n.mode=12;break;case 17:for(;x<14;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(n.nlen=257+(31&b),b>>>=5,x-=5,n.ndist=1+(31&b),b>>>=5,x-=5,n.ncode=4+(15&b),b>>>=4,x-=4,286<n.nlen||30<n.ndist){e.msg=`too many length or distance symbols`,n.mode=30;break}n.have=0,n.mode=18;case 18:for(;n.have<n.ncode;){for(;x<3;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.lens[ee[n.have++]]=7&b,b>>>=3,x-=3}for(;n.have<19;)n.lens[ee[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,L={bits:n.lenbits},I=s(0,n.lens,0,19,n.lencode,0,n.work,L),n.lenbits=L.bits,I){e.msg=`invalid code lengths set`,n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have<n.nlen+n.ndist;){for(;A=(z=n.lencode[b&(1<<n.lenbits)-1])>>>16&255,j=65535&z,!((k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(j<16)b>>>=k,x-=k,n.lens[n.have++]=j;else{if(j===16){for(R=k+2;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(b>>>=k,x-=k,n.have===0){e.msg=`invalid bit length repeat`,n.mode=30;break}F=n.lens[n.have-1],E=3+(3&b),b>>>=2,x-=2}else if(j===17){for(R=k+3;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}x-=k,F=0,E=3+(7&(b>>>=k)),b>>>=3,x-=3}else{for(R=k+7;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}x-=k,F=0,E=11+(127&(b>>>=k)),b>>>=7,x-=7}if(n.have+E>n.nlen+n.ndist){e.msg=`invalid bit length repeat`,n.mode=30;break}for(;E--;)n.lens[n.have++]=F}}if(n.mode===30)break;if(n.lens[256]===0){e.msg=`invalid code -- missing end-of-block`,n.mode=30;break}if(n.lenbits=9,L={bits:n.lenbits},I=s(c,n.lens,0,n.nlen,n.lencode,0,n.work,L),n.lenbits=L.bits,I){e.msg=`invalid literal/lengths set`,n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,L={bits:n.distbits},I=s(l,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,L),n.distbits=L.bits,I){e.msg=`invalid distances set`,n.mode=30;break}if(n.mode=20,t===6)break e;case 20:n.mode=21;case 21:if(6<=v&&258<=y){e.next_out=_,e.avail_out=y,e.next_in=g,e.avail_in=v,n.hold=b,n.bits=x,o(e,C),_=e.next_out,m=e.output,y=e.avail_out,g=e.next_in,p=e.input,v=e.avail_in,b=n.hold,x=n.bits,n.mode===12&&(n.back=-1);break}for(n.back=0;A=(z=n.lencode[b&(1<<n.lenbits)-1])>>>16&255,j=65535&z,!((k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(A&&!(240&A)){for(M=k,N=A,P=j;A=(z=n.lencode[P+((b&(1<<M+N)-1)>>M)])>>>16&255,j=65535&z,!(M+(k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}b>>>=M,x-=M,n.back+=M}if(b>>>=k,x-=k,n.back+=k,n.length=j,A===0){n.mode=26;break}if(32&A){n.back=-1,n.mode=12;break}if(64&A){e.msg=`invalid literal/length code`,n.mode=30;break}n.extra=15&A,n.mode=22;case 22:if(n.extra){for(R=n.extra;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.length+=b&(1<<n.extra)-1,b>>>=n.extra,x-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;A=(z=n.distcode[b&(1<<n.distbits)-1])>>>16&255,j=65535&z,!((k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(!(240&A)){for(M=k,N=A,P=j;A=(z=n.distcode[P+((b&(1<<M+N)-1)>>M)])>>>16&255,j=65535&z,!(M+(k=z>>>24)<=x);){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}b>>>=M,x-=M,n.back+=M}if(b>>>=k,x-=k,n.back+=k,64&A){e.msg=`invalid distance code`,n.mode=30;break}n.offset=j,n.extra=15&A,n.mode=24;case 24:if(n.extra){for(R=n.extra;x<R;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}n.offset+=b&(1<<n.extra)-1,b>>>=n.extra,x-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg=`invalid distance too far back`,n.mode=30;break}n.mode=25;case 25:if(y===0)break e;if(E=C-y,n.offset>E){if((E=n.offset-E)>n.whave&&n.sane){e.msg=`invalid distance too far back`,n.mode=30;break}D=E>n.wnext?(E-=n.wnext,n.wsize-E):n.wnext-E,E>n.length&&(E=n.length),O=n.window}else O=m,D=_-n.offset,E=n.length;for(y<E&&(E=y),y-=E,n.length-=E;m[_++]=O[D++],--E;);n.length===0&&(n.mode=21);break;case 26:if(y===0)break e;m[_++]=n.length,y--,n.mode=21;break;case 27:if(n.wrap){for(;x<32;){if(v===0)break e;v--,b|=p[g++]<<x,x+=8}if(C-=y,e.total_out+=C,n.total+=C,C&&(e.adler=n.check=n.flags?a(n.check,m,C,_-C):i(n.check,m,C,_-C)),C=y,(n.flags?b:h(b))!==n.check){e.msg=`incorrect data check`,n.mode=30;break}x=b=0}n.mode=28;case 28:if(n.wrap&&n.flags){for(;x<32;){if(v===0)break e;v--,b+=p[g++]<<x,x+=8}if(b!==(4294967295&n.total)){e.msg=`incorrect length check`,n.mode=30;break}x=b=0}n.mode=29;case 29:I=1;break e;case 30:I=-3;break e;case 31:return-4;case 32:default:return d}return e.next_out=_,e.avail_out=y,e.next_in=g,e.avail_in=v,n.hold=b,n.bits=x,(n.wsize||C!==e.avail_out&&n.mode<30&&(n.mode<27||t!==4))&&T(e,e.output,e.next_out,C-e.avail_out)?(n.mode=31,-4):(S-=e.avail_in,C-=e.avail_out,e.total_in+=S,e.total_out+=C,n.total+=C,n.wrap&&C&&(e.adler=n.check=n.flags?a(n.check,m,C,e.next_out-C):i(n.check,m,C,e.next_out-C)),e.data_type=n.bits+(n.last?64:0)+(n.mode===12?128:0)+(n.mode===20||n.mode===15?256:0),(S==0&&C===0||t===4)&&I===u&&(I=-5),I)},n.inflateEnd=function(e){if(!e||!e.state)return d;var t=e.state;return t.window&&=null,e.state=null,u},n.inflateGetHeader=function(e,t){var n;return e&&e.state&&2&(n=e.state).wrap?((n.head=t).done=!1,u):d},n.inflateSetDictionary=function(e,t){var n,r=t.length;return e&&e.state?(n=e.state).wrap!==0&&n.mode!==11?d:n.mode===11&&i(1,t,r,0)!==n.check?-3:T(e,t,r,r)?(n.mode=31,-4):(n.havedict=1,u):d},n.inflateInfo=`pako inflate (from Nodeca project)`},{"../utils/common":41,"./adler32":43,"./crc32":45,"./inffast":48,"./inftrees":50}],50:[function(e,t,n){"use strict";var r=e(`../utils/common`),i=[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],o=[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],s=[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];t.exports=function(e,t,n,c,l,u,d,f){var p,m,h,g,_,v,y,b,x,S=f.bits,C=0,w=0,T=0,E=0,D=0,O=0,k=0,A=0,j=0,M=0,N=null,P=0,F=new r.Buf16(16),I=new r.Buf16(16),L=null,R=0;for(C=0;C<=15;C++)F[C]=0;for(w=0;w<c;w++)F[t[n+w]]++;for(D=S,E=15;1<=E&&F[E]===0;E--);if(E<D&&(D=E),E===0)return l[u++]=20971520,l[u++]=20971520,f.bits=1,0;for(T=1;T<E&&F[T]===0;T++);for(D<T&&(D=T),C=A=1;C<=15;C++)if(A<<=1,(A-=F[C])<0)return-1;if(0<A&&(e===0||E!==1))return-1;for(I[1]=0,C=1;C<15;C++)I[C+1]=I[C]+F[C];for(w=0;w<c;w++)t[n+w]!==0&&(d[I[t[n+w]]++]=w);if(v=e===0?(N=L=d,19):e===1?(N=i,P-=257,L=a,R-=257,256):(N=o,L=s,-1),C=T,_=u,k=w=M=0,h=-1,g=(j=1<<(O=D))-1,e===1&&852<j||e===2&&592<j)return 1;for(;;){for(y=C-k,x=d[w]<v?(b=0,d[w]):d[w]>v?(b=L[R+d[w]],N[P+d[w]]):(b=96,0),p=1<<C-k,T=m=1<<O;l[_+(M>>k)+(m-=p)]=y<<24|b<<16|x|0,m!==0;);for(p=1<<C-1;M&p;)p>>=1;if(p===0?M=0:(M&=p-1,M+=p),w++,--F[C]==0){if(C===E)break;C=t[n+d[w]]}if(D<C&&(M&g)!==h){for(k===0&&(k=D),_+=T,A=1<<(O=C-k);O+k<E&&!((A-=F[O+k])<=0);)O++,A<<=1;if(j+=1<<O,e===1&&852<j||e===2&&592<j)return 1;l[h=M&g]=D<<24|O<<16|_-u|0}}return M!==0&&(l[_+M]=C-k<<24|4194304),f.bits=D,0}},{"../utils/common":41}],51:[function(e,t,n){"use strict";t.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(e,t,n){"use strict";var r=e(`../utils/common`),i=0,a=1;function o(e){for(var t=e.length;0<=--t;)e[t]=0}var s=0,c=29,l=256,u=l+1+c,d=30,f=19,p=2*u+1,m=15,h=16,g=7,_=256,v=16,y=17,b=18,x=[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],C=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,7],w=[16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15],T=Array(2*(u+2));o(T);var E=Array(2*d);o(E);var D=Array(512);o(D);var O=Array(256);o(O);var k=Array(c);o(k);var A,j,M,N=Array(d);function P(e,t,n,r,i){this.static_tree=e,this.extra_bits=t,this.extra_base=n,this.elems=r,this.max_length=i,this.has_stree=e&&e.length}function F(e,t){this.dyn_tree=e,this.max_code=0,this.stat_desc=t}function I(e){return e<256?D[e]:D[256+(e>>>7)]}function L(e,t){e.pending_buf[e.pending++]=255&t,e.pending_buf[e.pending++]=t>>>8&255}function R(e,t,n){e.bi_valid>h-n?(e.bi_buf|=t<<e.bi_valid&65535,L(e,e.bi_buf),e.bi_buf=t>>h-e.bi_valid,e.bi_valid+=n-h):(e.bi_buf|=t<<e.bi_valid&65535,e.bi_valid+=n)}function z(e,t,n){R(e,n[2*t],n[2*t+1])}function B(e,t){for(var n=0;n|=1&e,e>>>=1,n<<=1,0<--t;);return n>>>1}function ee(e,t,n){var r,i,a=Array(m+1),o=0;for(r=1;r<=m;r++)a[r]=o=o+n[r-1]<<1;for(i=0;i<=t;i++){var s=e[2*i+1];s!==0&&(e[2*i]=B(a[s]++,s))}}function V(e){var t;for(t=0;t<u;t++)e.dyn_ltree[2*t]=0;for(t=0;t<d;t++)e.dyn_dtree[2*t]=0;for(t=0;t<f;t++)e.bl_tree[2*t]=0;e.dyn_ltree[2*_]=1,e.opt_len=e.static_len=0,e.last_lit=e.matches=0}function H(e){8<e.bi_valid?L(e,e.bi_buf):0<e.bi_valid&&(e.pending_buf[e.pending++]=e.bi_buf),e.bi_buf=0,e.bi_valid=0}function te(e,t,n,r){var i=2*t,a=2*n;return e[i]<e[a]||e[i]===e[a]&&r[t]<=r[n]}function ne(e,t,n){for(var r=e.heap[n],i=n<<1;i<=e.heap_len&&(i<e.heap_len&&te(t,e.heap[i+1],e.heap[i],e.depth)&&i++,!te(t,r,e.heap[i],e.depth));)e.heap[n]=e.heap[i],n=i,i<<=1;e.heap[n]=r}function re(e,t,n){var r,i,a,o,s=0;if(e.last_lit!==0)for(;r=e.pending_buf[e.d_buf+2*s]<<8|e.pending_buf[e.d_buf+2*s+1],i=e.pending_buf[e.l_buf+s],s++,r===0?z(e,i,t):(z(e,(a=O[i])+l+1,t),(o=x[a])!==0&&R(e,i-=k[a],o),z(e,a=I(--r),n),(o=S[a])!==0&&R(e,r-=N[a],o)),s<e.last_lit;);z(e,_,t)}function ie(e,t){var n,r,i,a=t.dyn_tree,o=t.stat_desc.static_tree,s=t.stat_desc.has_stree,c=t.stat_desc.elems,l=-1;for(e.heap_len=0,e.heap_max=p,n=0;n<c;n++)a[2*n]===0?a[2*n+1]=0:(e.heap[++e.heap_len]=l=n,e.depth[n]=0);for(;e.heap_len<2;)a[2*(i=e.heap[++e.heap_len]=l<2?++l:0)]=1,e.depth[i]=0,e.opt_len--,s&&(e.static_len-=o[2*i+1]);for(t.max_code=l,n=e.heap_len>>1;1<=n;n--)ne(e,a,n);for(i=c;n=e.heap[1],e.heap[1]=e.heap[e.heap_len--],ne(e,a,1),r=e.heap[1],e.heap[--e.heap_max]=n,e.heap[--e.heap_max]=r,a[2*i]=a[2*n]+a[2*r],e.depth[i]=(e.depth[n]>=e.depth[r]?e.depth[n]:e.depth[r])+1,a[2*n+1]=a[2*r+1]=i,e.heap[1]=i++,ne(e,a,1),2<=e.heap_len;);e.heap[--e.heap_max]=e.heap[1],function(e,t){var n,r,i,a,o,s,c=t.dyn_tree,l=t.max_code,u=t.stat_desc.static_tree,d=t.stat_desc.has_stree,f=t.stat_desc.extra_bits,h=t.stat_desc.extra_base,g=t.stat_desc.max_length,_=0;for(a=0;a<=m;a++)e.bl_count[a]=0;for(c[2*e.heap[e.heap_max]+1]=0,n=e.heap_max+1;n<p;n++)g<(a=c[2*c[2*(r=e.heap[n])+1]+1]+1)&&(a=g,_++),c[2*r+1]=a,l<r||(e.bl_count[a]++,o=0,h<=r&&(o=f[r-h]),s=c[2*r],e.opt_len+=s*(a+o),d&&(e.static_len+=s*(u[2*r+1]+o)));if(_!==0){do{for(a=g-1;e.bl_count[a]===0;)a--;e.bl_count[a]--,e.bl_count[a+1]+=2,e.bl_count[g]--,_-=2}while(0<_);for(a=g;a!==0;a--)for(r=e.bl_count[a];r!==0;)l<(i=e.heap[--n])||(c[2*i+1]!==a&&(e.opt_len+=(a-c[2*i+1])*c[2*i],c[2*i+1]=a),r--)}}(e,t),ee(a,l,e.bl_count)}function ae(e,t,n){var r,i,a=-1,o=t[1],s=0,c=7,l=4;for(o===0&&(c=138,l=3),t[2*(n+1)+1]=65535,r=0;r<=n;r++)i=o,o=t[2*(r+1)+1],++s<c&&i===o||(s<l?e.bl_tree[2*i]+=s:i===0?s<=10?e.bl_tree[2*y]++:e.bl_tree[2*b]++:(i!==a&&e.bl_tree[2*i]++,e.bl_tree[2*v]++),a=i,l=(s=0)===o?(c=138,3):i===o?(c=6,3):(c=7,4))}function U(e,t,n){var r,i,a=-1,o=t[1],s=0,c=7,l=4;for(o===0&&(c=138,l=3),r=0;r<=n;r++)if(i=o,o=t[2*(r+1)+1],!(++s<c&&i===o)){if(s<l)for(;z(e,i,e.bl_tree),--s!=0;);else i===0?s<=10?(z(e,y,e.bl_tree),R(e,s-3,3)):(z(e,b,e.bl_tree),R(e,s-11,7)):(i!==a&&(z(e,i,e.bl_tree),s--),z(e,v,e.bl_tree),R(e,s-3,2));a=i,l=(s=0)===o?(c=138,3):i===o?(c=6,3):(c=7,4)}}o(N);var W=!1;function oe(e,t,n,i){R(e,(s<<1)+ +!!i,3),function(e,t,n,i){H(e),i&&(L(e,n),L(e,~n)),r.arraySet(e.pending_buf,e.window,t,n,e.pending),e.pending+=n}(e,t,n,!0)}n._tr_init=function(e){W||=(function(){var e,t,n,r,i,a=Array(m+1);for(r=n=0;r<c-1;r++)for(k[r]=n,e=0;e<1<<x[r];e++)O[n++]=r;for(O[n-1]=r,r=i=0;r<16;r++)for(N[r]=i,e=0;e<1<<S[r];e++)D[i++]=r;for(i>>=7;r<d;r++)for(N[r]=i<<7,e=0;e<1<<S[r]-7;e++)D[256+ i++]=r;for(t=0;t<=m;t++)a[t]=0;for(e=0;e<=143;)T[2*e+1]=8,e++,a[8]++;for(;e<=255;)T[2*e+1]=9,e++,a[9]++;for(;e<=279;)T[2*e+1]=7,e++,a[7]++;for(;e<=287;)T[2*e+1]=8,e++,a[8]++;for(ee(T,u+1,a),e=0;e<d;e++)E[2*e+1]=5,E[2*e]=B(e,5);A=new P(T,x,l+1,u,m),j=new P(E,S,0,d,m),M=new P([],C,0,f,g)}(),!0),e.l_desc=new F(e.dyn_ltree,A),e.d_desc=new F(e.dyn_dtree,j),e.bl_desc=new F(e.bl_tree,M),e.bi_buf=0,e.bi_valid=0,V(e)},n._tr_stored_block=oe,n._tr_flush_block=function(e,t,n,r){var o,s,c=0;0<e.level?(e.strm.data_type===2&&(e.strm.data_type=function(e){var t,n=4093624447;for(t=0;t<=31;t++,n>>>=1)if(1&n&&e.dyn_ltree[2*t]!==0)return i;if(e.dyn_ltree[18]!==0||e.dyn_ltree[20]!==0||e.dyn_ltree[26]!==0)return a;for(t=32;t<l;t++)if(e.dyn_ltree[2*t]!==0)return a;return i}(e)),ie(e,e.l_desc),ie(e,e.d_desc),c=function(e){var t;for(ae(e,e.dyn_ltree,e.l_desc.max_code),ae(e,e.dyn_dtree,e.d_desc.max_code),ie(e,e.bl_desc),t=f-1;3<=t&&e.bl_tree[2*w[t]+1]===0;t--);return e.opt_len+=3*(t+1)+5+5+4,t}(e),o=e.opt_len+3+7>>>3,(s=e.static_len+3+7>>>3)<=o&&(o=s)):o=s=n+5,n+4<=o&&t!==-1?oe(e,t,n,r):e.strategy===4||s===o?(R(e,2+ +!!r,3),re(e,T,E)):(R(e,4+ +!!r,3),function(e,t,n,r){var i;for(R(e,t-257,5),R(e,n-1,5),R(e,r-4,4),i=0;i<r;i++)R(e,e.bl_tree[2*w[i]+1],3);U(e,e.dyn_ltree,t-1),U(e,e.dyn_dtree,n-1)}(e,e.l_desc.max_code+1,e.d_desc.max_code+1,c+1),re(e,e.dyn_ltree,e.dyn_dtree)),V(e),r&&H(e)},n._tr_tally=function(e,t,n){return e.pending_buf[e.d_buf+2*e.last_lit]=t>>>8&255,e.pending_buf[e.d_buf+2*e.last_lit+1]=255&t,e.pending_buf[e.l_buf+e.last_lit]=255&n,e.last_lit++,t===0?e.dyn_ltree[2*n]++:(e.matches++,t--,e.dyn_ltree[2*(O[n]+l+1)]++,e.dyn_dtree[2*I(t)]++),e.last_lit===e.lit_bufsize-1},n._tr_align=function(e){R(e,2,3),z(e,_,T),function(e){e.bi_valid===16?(L(e,e.bi_buf),e.bi_buf=0,e.bi_valid=0):8<=e.bi_valid&&(e.pending_buf[e.pending++]=255&e.bi_buf,e.bi_buf>>=8,e.bi_valid-=8)}(e)}},{"../utils/common":41}],53:[function(e,t,n){"use strict";t.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(e,t,n){(function(e){(function(e,t){"use strict";if(!e.setImmediate){var n,r,i,a,o=1,s={},c=!1,l=e.document,u=Object.getPrototypeOf&&Object.getPrototypeOf(e);u=u&&u.setTimeout?u:e,n={}.toString.call(e.process)===`[object process]`?function(e){process.nextTick(function(){f(e)})}:function(){if(e.postMessage&&!e.importScripts){var t=!0,n=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage(``,`*`),e.onmessage=n,t}}()?(a=`setImmediate$`+Math.random()+`$`,e.addEventListener?e.addEventListener(`message`,p,!1):e.attachEvent(`onmessage`,p),function(t){e.postMessage(a+t,`*`)}):e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){f(e.data)},function(e){i.port2.postMessage(e)}):l&&`onreadystatechange`in l.createElement(`script`)?(r=l.documentElement,function(e){var t=l.createElement(`script`);t.onreadystatechange=function(){f(e),t.onreadystatechange=null,r.removeChild(t),t=null},r.appendChild(t)}):function(e){setTimeout(f,0,e)},u.setImmediate=function(e){typeof e!=`function`&&(e=Function(``+e));for(var t=Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];return s[o]={callback:e,args:t},n(o),o++},u.clearImmediate=d}function d(e){delete s[e]}function f(e){if(c)setTimeout(f,0,e);else{var n=s[e];if(n){c=!0;try{(function(e){var n=e.callback,r=e.args;switch(r.length){case 0:n();break;case 1:n(r[0]);break;case 2:n(r[0],r[1]);break;case 3:n(r[0],r[1],r[2]);break;default:n.apply(t,r)}})(n)}finally{d(e),c=!1}}}}function p(t){t.source===e&&typeof t.data==`string`&&t.data.indexOf(a)===0&&f(+t.data.slice(a.length))}})(typeof self>`u`?e===void 0?this:e:self)}).call(this,typeof global<`u`?global:typeof self<`u`?self:typeof window<`u`?window:{})},{}]},{},[10])(10)})})),Jo=d((e=>{var t=Ko(),n=qo();e.openArrayBuffer=r,e.splitPath=i,e.joinPath=a;function r(e){return n.loadAsync(e).then(function(e){function n(t){return e.file(t)!==null}function r(n,r){return e.file(n).async(`uint8array`).then(function(e){return r===`base64`?t.fromByteArray(e):r?new TextDecoder(r).decode(e):e})}function i(t,n){e.file(t,n)}function a(){return e.generateAsync({type:`arraybuffer`})}return{exists:n,read:r,write:i,toArrayBuffer:a}})}function i(e){var t=e.lastIndexOf(`/`);return t===-1?{dirname:``,basename:e}:{dirname:e.substring(0,t),basename:e.substring(t+1)}}function a(){var e=Array.prototype.filter.call(arguments,function(e){return e}),t=[];return e.forEach(function(e){/^\//.test(e)?t=[e]:t.push(e)}),t.join(`/`)}})),Yo=d((e=>{var t=(so(),h(oo));e.Element=r,e.element=function(e,t,n){return new r(e,t,n)},e.text=function(e){return{type:`text`,value:e}};var n=e.emptyElement={first:function(){return null},firstOrEmpty:function(){return n},attributes:{},children:[]};function r(e,t,n){this.type=`element`,this.name=e,this.attributes=t||{},this.children=n||[]}r.prototype.first=function(e){return t.find(this.children,function(t){return t.name===e})},r.prototype.firstOrEmpty=function(e){return this.first(e)||n},r.prototype.getElementsByTagName=function(e){return a(t.filter(this.children,function(t){return t.name===e}))},r.prototype.text=function(){if(this.children.length===0)return``;if(this.children.length!==1||this.children[0].type!==`text`)throw Error(`Not implemented`);return this.children[0].value};var i={getElementsByTagName:function(e){return a(t.flatten(this.map(function(t){return t.getElementsByTagName(e)},!0)))}};function a(e){return t.extend(e,i)}})),Xo=d((e=>{function t(e,t,n){if(n===void 0&&(n=Array.prototype),e&&typeof n.find==`function`)return n.find.call(e,t);for(var r=0;r<e.length;r++)if(Object.prototype.hasOwnProperty.call(e,r)){var i=e[r];if(t.call(void 0,i,r,e))return i}}function n(e,t){return t===void 0&&(t=Object),t&&typeof t.freeze==`function`?t.freeze(e):e}function r(e,t){if(typeof e!=`object`||!e)throw TypeError(`target is not an object`);for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}var i=n({HTML:`text/html`,isHTML:function(e){return e===i.HTML},XML_APPLICATION:`application/xml`,XML_TEXT:`text/xml`,XML_XHTML_APPLICATION:`application/xhtml+xml`,XML_SVG_IMAGE:`image/svg+xml`}),a=n({HTML:`http://www.w3.org/1999/xhtml`,isHTML:function(e){return e===a.HTML},SVG:`http://www.w3.org/2000/svg`,XML:`http://www.w3.org/XML/1998/namespace`,XMLNS:`http://www.w3.org/2000/xmlns/`});e.assign=r,e.find=t,e.freeze=n,e.MIME_TYPE=i,e.NAMESPACE=a})),Zo=d((e=>{var t=Xo(),n=t.find,r=t.NAMESPACE;function i(e){return e!==``}function a(e){return e?e.split(/[\t\n\f\r ]+/).filter(i):[]}function o(e,t){return e.hasOwnProperty(t)||(e[t]=!0),e}function s(e){if(!e)return[];var t=a(e);return Object.keys(t.reduce(o,{}))}function c(e){return function(t){return e&&e.indexOf(t)!==-1}}function l(e,t){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}function u(e,t){var n=e.prototype;if(!(n instanceof t)){function r(){}r.prototype=t.prototype,r=new r,l(n,r),e.prototype=n=r}n.constructor!=e&&(typeof e!=`function`&&console.error(`unknown Class:`+e),n.constructor=e)}var d={},f=d.ELEMENT_NODE=1,p=d.ATTRIBUTE_NODE=2,m=d.TEXT_NODE=3,h=d.CDATA_SECTION_NODE=4,g=d.ENTITY_REFERENCE_NODE=5,_=d.ENTITY_NODE=6,v=d.PROCESSING_INSTRUCTION_NODE=7,y=d.COMMENT_NODE=8,b=d.DOCUMENT_NODE=9,x=d.DOCUMENT_TYPE_NODE=10,S=d.DOCUMENT_FRAGMENT_NODE=11,C=d.NOTATION_NODE=12,w={},T={};w.INDEX_SIZE_ERR=(T[1]=`Index size error`,1),w.DOMSTRING_SIZE_ERR=(T[2]=`DOMString size error`,2);var E=w.HIERARCHY_REQUEST_ERR=(T[3]=`Hierarchy request error`,3);w.WRONG_DOCUMENT_ERR=(T[4]=`Wrong document`,4);var D=w.INVALID_CHARACTER_ERR=(T[5]=`Invalid character`,5);w.NO_DATA_ALLOWED_ERR=(T[6]=`No data allowed`,6),w.NO_MODIFICATION_ALLOWED_ERR=(T[7]=`No modification allowed`,7);var O=w.NOT_FOUND_ERR=(T[8]=`Not found`,8);w.NOT_SUPPORTED_ERR=(T[9]=`Not supported`,9);var k=w.INUSE_ATTRIBUTE_ERR=(T[10]=`Attribute in use`,10);w.INVALID_STATE_ERR=(T[11]=`Invalid state`,11),w.SYNTAX_ERR=(T[12]=`Syntax error`,12),w.INVALID_MODIFICATION_ERR=(T[13]=`Invalid modification`,13),w.NAMESPACE_ERR=(T[14]=`Invalid namespace`,14),w.INVALID_ACCESS_ERR=(T[15]=`Invalid access`,15);function A(e,t){if(t instanceof Error)var n=t;else n=this,Error.call(this,T[e]),this.message=T[e],Error.captureStackTrace&&Error.captureStackTrace(this,A);return n.code=e,t&&(this.message=this.message+`: `+t),n}A.prototype=Error.prototype,l(w,A);function j(){}j.prototype={length:0,item:function(e){return e>=0&&e<this.length?this[e]:null},toString:function(e,t){for(var n=[],r=0;r<this.length;r++)Ae(this[r],n,e,t);return n.join(``)},filter:function(e){return Array.prototype.filter.call(this,e)},indexOf:function(e){return Array.prototype.indexOf.call(this,e)}};function M(e,t){this._node=e,this._refresh=t,N(this)}function N(e){var t=e._node._inc||e._node.ownerDocument._inc;if(e._inc!==t){var n=e._refresh(e._node);if(Me(e,`length`,n.length),!e.$$length||n.length<e.$$length)for(var r=n.length;r in e;r++)Object.prototype.hasOwnProperty.call(e,r)&&delete e[r];l(n,e),e._inc=t}}M.prototype.item=function(e){return N(this),this[e]||null},u(M,j);function P(){}function F(e,t){for(var n=e.length;n--;)if(e[n]===t)return n}function I(e,t,n,r){if(r?t[F(t,r)]=n:t[t.length++]=n,e){n.ownerElement=e;var i=e.ownerDocument;i&&(r&&te(i,e,r),H(i,e,n))}}function L(e,t,n){var r=F(t,n);if(r>=0){for(var i=t.length-1;r<i;)t[r]=t[++r];if(t.length=i,e){var a=e.ownerDocument;a&&(te(a,e,n),n.ownerElement=null)}}else throw new A(O,Error(e.tagName+`@`+n))}P.prototype={length:0,item:j.prototype.item,getNamedItem:function(e){for(var t=this.length;t--;){var n=this[t];if(n.nodeName==e)return n}},setNamedItem:function(e){var t=e.ownerElement;if(t&&t!=this._ownerElement)throw new A(k);var n=this.getNamedItem(e.nodeName);return I(this._ownerElement,this,e,n),n},setNamedItemNS:function(e){var t=e.ownerElement,n;if(t&&t!=this._ownerElement)throw new A(k);return n=this.getNamedItemNS(e.namespaceURI,e.localName),I(this._ownerElement,this,e,n),n},removeNamedItem:function(e){var t=this.getNamedItem(e);return L(this._ownerElement,this,t),t},removeNamedItemNS:function(e,t){var n=this.getNamedItemNS(e,t);return L(this._ownerElement,this,n),n},getNamedItemNS:function(e,t){for(var n=this.length;n--;){var r=this[n];if(r.localName==t&&r.namespaceURI==e)return r}return null}};function R(){}R.prototype={hasFeature:function(e,t){return!0},createDocument:function(e,t,n){var r=new V;if(r.implementation=this,r.childNodes=new j,r.doctype=n||null,n&&r.appendChild(n),t){var i=r.createElementNS(e,t);r.appendChild(i)}return r},createDocumentType:function(e,t,n){var r=new be;return r.name=e,r.nodeName=e,r.publicId=t||``,r.systemId=n||``,r}};function z(){}z.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(e,t){return fe(this,e,t)},replaceChild:function(e,t){fe(this,e,t,de),t&&this.removeChild(t)},removeChild:function(e){return re(this,e)},appendChild:function(e){return this.insertBefore(e,null)},hasChildNodes:function(){return this.firstChild!=null},cloneNode:function(e){return K(this.ownerDocument||this,this,e)},normalize:function(){for(var e=this.firstChild;e;){var t=e.nextSibling;t&&t.nodeType==m&&e.nodeType==m?(this.removeChild(t),e.appendData(t.data)):(e.normalize(),e=t)}},isSupported:function(e,t){return this.ownerDocument.implementation.hasFeature(e,t)},hasAttributes:function(){return this.attributes.length>0},lookupPrefix:function(e){for(var t=this;t;){var n=t._nsMap;if(n){for(var r in n)if(Object.prototype.hasOwnProperty.call(n,r)&&n[r]===e)return r}t=t.nodeType==p?t.ownerDocument:t.parentNode}return null},lookupNamespaceURI:function(e){for(var t=this;t;){var n=t._nsMap;if(n&&Object.prototype.hasOwnProperty.call(n,e))return n[e];t=t.nodeType==p?t.ownerDocument:t.parentNode}return null},isDefaultNamespace:function(e){return this.lookupPrefix(e)==null}};function B(e){return e==`<`&&`&lt;`||e==`>`&&`&gt;`||e==`&`&&`&amp;`||e==`"`&&`&quot;`||`&#`+e.charCodeAt()+`;`}l(d,z),l(d,z.prototype);function ee(e,t){if(t(e))return!0;if(e=e.firstChild)do if(ee(e,t))return!0;while(e=e.nextSibling)}function V(){this.ownerDocument=this}function H(e,t,n){e&&e._inc++,n.namespaceURI===r.XMLNS&&(t._nsMap[n.prefix?n.localName:``]=n.value)}function te(e,t,n,i){e&&e._inc++,n.namespaceURI===r.XMLNS&&delete t._nsMap[n.prefix?n.localName:``]}function ne(e,t,n){if(e&&e._inc){e._inc++;var r=t.childNodes;if(n)r[r.length++]=n;else{for(var i=t.firstChild,a=0;i;)r[a++]=i,i=i.nextSibling;r.length=a,delete r[r.length]}}}function re(e,t){var n=t.previousSibling,r=t.nextSibling;return n?n.nextSibling=r:e.firstChild=r,r?r.previousSibling=n:e.lastChild=n,t.parentNode=null,t.previousSibling=null,t.nextSibling=null,ne(e.ownerDocument,e),t}function ie(e){return e&&(e.nodeType===z.DOCUMENT_NODE||e.nodeType===z.DOCUMENT_FRAGMENT_NODE||e.nodeType===z.ELEMENT_NODE)}function ae(e){return e&&(W(e)||oe(e)||U(e)||e.nodeType===z.DOCUMENT_FRAGMENT_NODE||e.nodeType===z.COMMENT_NODE||e.nodeType===z.PROCESSING_INSTRUCTION_NODE)}function U(e){return e&&e.nodeType===z.DOCUMENT_TYPE_NODE}function W(e){return e&&e.nodeType===z.ELEMENT_NODE}function oe(e){return e&&e.nodeType===z.TEXT_NODE}function se(e,t){var r=e.childNodes||[];if(n(r,W)||U(t))return!1;var i=n(r,U);return!(t&&i&&r.indexOf(i)>r.indexOf(t))}function ce(e,t){var r=e.childNodes||[];function i(e){return W(e)&&e!==t}if(n(r,i))return!1;var a=n(r,U);return!(t&&a&&r.indexOf(a)>r.indexOf(t))}function le(e,t,n){if(!ie(e))throw new A(E,`Unexpected parent node type `+e.nodeType);if(n&&n.parentNode!==e)throw new A(O,`child not in parent`);if(!ae(t)||U(t)&&e.nodeType!==z.DOCUMENT_NODE)throw new A(E,`Unexpected node type `+t.nodeType+` for parent node type `+e.nodeType)}function ue(e,t,r){var i=e.childNodes||[],a=t.childNodes||[];if(t.nodeType===z.DOCUMENT_FRAGMENT_NODE){var o=a.filter(W);if(o.length>1||n(a,oe))throw new A(E,`More than one element or text in fragment`);if(o.length===1&&!se(e,r))throw new A(E,`Element in fragment can not be inserted before doctype`)}if(W(t)&&!se(e,r))throw new A(E,`Only one element can be added and only after doctype`);if(U(t)){if(n(i,U))throw new A(E,`Only one doctype is allowed`);var s=n(i,W);if(r&&i.indexOf(s)<i.indexOf(r))throw new A(E,`Doctype can only be inserted before an element`);if(!r&&s)throw new A(E,`Doctype can not be appended since element is present`)}}function de(e,t,r){var i=e.childNodes||[],a=t.childNodes||[];if(t.nodeType===z.DOCUMENT_FRAGMENT_NODE){var o=a.filter(W);if(o.length>1||n(a,oe))throw new A(E,`More than one element or text in fragment`);if(o.length===1&&!ce(e,r))throw new A(E,`Element in fragment can not be inserted before doctype`)}if(W(t)&&!ce(e,r))throw new A(E,`Only one element can be added and only after doctype`);if(U(t)){function s(e){return U(e)&&e!==r}if(n(i,s))throw new A(E,`Only one doctype is allowed`);var c=n(i,W);if(r&&i.indexOf(c)<i.indexOf(r))throw new A(E,`Doctype can only be inserted before an element`)}}function fe(e,t,n,r){le(e,t,n),e.nodeType===z.DOCUMENT_NODE&&(r||ue)(e,t,n);var i=t.parentNode;if(i&&i.removeChild(t),t.nodeType===S){var a=t.firstChild;if(a==null)return t;var o=t.lastChild}else a=o=t;var s=n?n.previousSibling:e.lastChild;a.previousSibling=s,o.nextSibling=n,s?s.nextSibling=a:e.firstChild=a,n==null?e.lastChild=o:n.previousSibling=o;do{a.parentNode=e;var c=e.ownerDocument||e;G(a,c)}while(a!==o&&(a=a.nextSibling));return ne(e.ownerDocument||e,e),t.nodeType==S&&(t.firstChild=t.lastChild=null),t}function G(e,t){if(e.ownerDocument!==t){if(e.ownerDocument=t,e.nodeType===f&&e.attributes)for(var n=0;n<e.attributes.length;n++){var r=e.attributes.item(n);r&&(r.ownerDocument=t)}for(var i=e.firstChild;i;)G(i,t),i=i.nextSibling}}function pe(e,t){return t.parentNode&&t.parentNode.removeChild(t),t.parentNode=e,t.previousSibling=e.lastChild,t.nextSibling=null,t.previousSibling?t.previousSibling.nextSibling=t:e.firstChild=t,e.lastChild=t,ne(e.ownerDocument,e,t),G(t,e.ownerDocument||e),t}V.prototype={nodeName:`#document`,nodeType:b,doctype:null,documentElement:null,_inc:1,insertBefore:function(e,t){if(e.nodeType==S){for(var n=e.firstChild;n;){var r=n.nextSibling;this.insertBefore(n,t),n=r}return e}return fe(this,e,t),G(e,this),this.documentElement===null&&e.nodeType===f&&(this.documentElement=e),e},removeChild:function(e){return this.documentElement==e&&(this.documentElement=null),re(this,e)},replaceChild:function(e,t){fe(this,e,t,de),G(e,this),t&&this.removeChild(t),W(e)&&(this.documentElement=e)},importNode:function(e,t){return je(this,e,t)},getElementById:function(e){var t=null;return ee(this.documentElement,function(n){if(n.nodeType==f&&n.getAttribute(`id`)==e)return t=n,!0}),t},getElementsByClassName:function(e){var t=s(e);return new M(this,function(n){var r=[];return t.length>0&&ee(n.documentElement,function(i){if(i!==n&&i.nodeType===f){var a=i.getAttribute(`class`);if(a){var o=e===a;if(!o){var l=s(a);o=t.every(c(l))}o&&r.push(i)}}}),r})},createElement:function(e){var t=new me;t.ownerDocument=this,t.nodeName=e,t.tagName=e,t.localName=e,t.childNodes=new j;var n=t.attributes=new P;return n._ownerElement=t,t},createDocumentFragment:function(){var e=new we;return e.ownerDocument=this,e.childNodes=new j,e},createTextNode:function(e){var t=new _e;return t.ownerDocument=this,t.appendData(e),t},createComment:function(e){var t=new ve;return t.ownerDocument=this,t.appendData(e),t},createCDATASection:function(e){if(e.indexOf(`]]>`)!==-1)throw new A(D,`data contains "]]>"`);var t=new ye;return t.ownerDocument=this,t.appendData(e),t},createProcessingInstruction:function(e,t){var n=new Te;return n.ownerDocument=this,n.tagName=n.nodeName=n.target=e,n.nodeValue=n.data=t,n},createAttribute:function(e){var t=new he;return t.ownerDocument=this,t.name=e,t.nodeName=e,t.localName=e,t.specified=!0,t},createEntityReference:function(e){var t=new Ce;return t.ownerDocument=this,t.nodeName=e,t},createElementNS:function(e,t){var n=new me,r=t.split(`:`),i=n.attributes=new P;return n.childNodes=new j,n.ownerDocument=this,n.nodeName=t,n.tagName=t,n.namespaceURI=e,r.length==2?(n.prefix=r[0],n.localName=r[1]):n.localName=t,i._ownerElement=n,n},createAttributeNS:function(e,t){var n=new he,r=t.split(`:`);return n.ownerDocument=this,n.nodeName=t,n.name=t,n.namespaceURI=e,n.specified=!0,r.length==2?(n.prefix=r[0],n.localName=r[1]):n.localName=t,n}},u(V,z);function me(){this._nsMap={}}me.prototype={nodeType:f,hasAttribute:function(e){return this.getAttributeNode(e)!=null},getAttribute:function(e){var t=this.getAttributeNode(e);return t&&t.value||``},getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,t){var n=this.ownerDocument.createAttribute(e);n.value=n.nodeValue=``+t,this.setAttributeNode(n)},removeAttribute:function(e){var t=this.getAttributeNode(e);t&&this.removeAttributeNode(t)},appendChild:function(e){return e.nodeType===S?this.insertBefore(e,null):pe(this,e)},setAttributeNode:function(e){return this.attributes.setNamedItem(e)},setAttributeNodeNS:function(e){return this.attributes.setNamedItemNS(e)},removeAttributeNode:function(e){return this.attributes.removeNamedItem(e.nodeName)},removeAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);n&&this.removeAttributeNode(n)},hasAttributeNS:function(e,t){return this.getAttributeNodeNS(e,t)!=null},getAttributeNS:function(e,t){var n=this.getAttributeNodeNS(e,t);return n&&n.value||``},setAttributeNS:function(e,t,n){var r=this.ownerDocument.createAttributeNS(e,t);r.value=r.nodeValue=``+n,this.setAttributeNode(r)},getAttributeNodeNS:function(e,t){return this.attributes.getNamedItemNS(e,t)},getElementsByTagName:function(e){return new M(this,function(t){var n=[];return ee(t,function(r){r!==t&&r.nodeType==f&&(e===`*`||r.tagName==e)&&n.push(r)}),n})},getElementsByTagNameNS:function(e,t){return new M(this,function(n){var r=[];return ee(n,function(i){i!==n&&i.nodeType===f&&(e===`*`||i.namespaceURI===e)&&(t===`*`||i.localName==t)&&r.push(i)}),r})}},V.prototype.getElementsByTagName=me.prototype.getElementsByTagName,V.prototype.getElementsByTagNameNS=me.prototype.getElementsByTagNameNS,u(me,z);function he(){}he.prototype.nodeType=p,u(he,z);function ge(){}ge.prototype={data:``,substringData:function(e,t){return this.data.substring(e,e+t)},appendData:function(e){e=this.data+e,this.nodeValue=this.data=e,this.length=e.length},insertData:function(e,t){this.replaceData(e,0,t)},appendChild:function(e){throw Error(T[E])},deleteData:function(e,t){this.replaceData(e,t,``)},replaceData:function(e,t,n){var r=this.data.substring(0,e),i=this.data.substring(e+t);n=r+n+i,this.nodeValue=this.data=n,this.length=n.length}},u(ge,z);function _e(){}_e.prototype={nodeName:`#text`,nodeType:m,splitText:function(e){var t=this.data,n=t.substring(e);t=t.substring(0,e),this.data=this.nodeValue=t,this.length=t.length;var r=this.ownerDocument.createTextNode(n);return this.parentNode&&this.parentNode.insertBefore(r,this.nextSibling),r}},u(_e,ge);function ve(){}ve.prototype={nodeName:`#comment`,nodeType:y},u(ve,ge);function ye(){}ye.prototype={nodeName:`#cdata-section`,nodeType:h},u(ye,ge);function be(){}be.prototype.nodeType=x,u(be,z);function xe(){}xe.prototype.nodeType=C,u(xe,z);function Se(){}Se.prototype.nodeType=_,u(Se,z);function Ce(){}Ce.prototype.nodeType=g,u(Ce,z);function we(){}we.prototype.nodeName=`#document-fragment`,we.prototype.nodeType=S,u(we,z);function Te(){}Te.prototype.nodeType=v,u(Te,z);function Ee(){}Ee.prototype.serializeToString=function(e,t,n){return De.call(e,t,n)},z.prototype.toString=De;function De(e,t){var n=[],r=this.nodeType==9&&this.documentElement||this,i=r.prefix,a=r.namespaceURI;if(a&&i==null){var i=r.lookupPrefix(a);if(i==null)var o=[{namespace:a,prefix:null}]}return Ae(this,n,e,t,o),n.join(``)}function Oe(e,t,n){var i=e.prefix||``,a=e.namespaceURI;if(!a||i===`xml`&&a===r.XML||a===r.XMLNS)return!1;for(var o=n.length;o--;){var s=n[o];if(s.prefix===i)return s.namespace!==a}return!0}function ke(e,t,n){e.push(` `,t,`="`,n.replace(/[<>&"\t\n\r]/g,B),`"`)}function Ae(e,t,n,i,a){if(a||=[],i)if(e=i(e),e){if(typeof e==`string`){t.push(e);return}}else return;switch(e.nodeType){case f:var o=e.attributes,s=o.length,c=e.firstChild,l=e.tagName;n=r.isHTML(e.namespaceURI)||n;var u=l;if(!n&&!e.prefix&&e.namespaceURI){for(var d,_=0;_<o.length;_++)if(o.item(_).name===`xmlns`){d=o.item(_).value;break}if(!d)for(var C=a.length-1;C>=0;C--){var w=a[C];if(w.prefix===``&&w.namespace===e.namespaceURI){d=w.namespace;break}}if(d!==e.namespaceURI)for(var C=a.length-1;C>=0;C--){var w=a[C];if(w.namespace===e.namespaceURI){w.prefix&&(u=w.prefix+`:`+l);break}}}t.push(`<`,u);for(var T=0;T<s;T++){var E=o.item(T);E.prefix==`xmlns`?a.push({prefix:E.localName,namespace:E.value}):E.nodeName==`xmlns`&&a.push({prefix:``,namespace:E.value})}for(var T=0;T<s;T++){var E=o.item(T);if(Oe(E,n,a)){var D=E.prefix||``,O=E.namespaceURI;ke(t,D?`xmlns:`+D:`xmlns`,O),a.push({prefix:D,namespace:O})}Ae(E,t,n,i,a)}if(l===u&&Oe(e,n,a)){var D=e.prefix||``,O=e.namespaceURI;ke(t,D?`xmlns:`+D:`xmlns`,O),a.push({prefix:D,namespace:O})}if(c||n&&!/^(?:meta|link|img|br|hr|input)$/i.test(l)){if(t.push(`>`),n&&/^script$/i.test(l))for(;c;)c.data?t.push(c.data):Ae(c,t,n,i,a.slice()),c=c.nextSibling;else for(;c;)Ae(c,t,n,i,a.slice()),c=c.nextSibling;t.push(`</`,u,`>`)}else t.push(`/>`);return;case b:case S:for(var c=e.firstChild;c;)Ae(c,t,n,i,a.slice()),c=c.nextSibling;return;case p:return ke(t,e.name,e.value);case m:return t.push(e.data.replace(/[<&>]/g,B));case h:return t.push(`<![CDATA[`,e.data.replace(/]]>/g,`]]]]><![CDATA[>`),`]]>`);case y:return t.push(`<!--`,e.data,`-->`);case x:var k=e.publicId,A=e.systemId;if(t.push(`<!DOCTYPE `,e.name),k)t.push(` PUBLIC `,k),A&&A!=`.`&&t.push(` `,A),t.push(`>`);else if(A&&A!=`.`)t.push(` SYSTEM `,A,`>`);else{var j=e.internalSubset;j&&t.push(` [`,j,`]`),t.push(`>`)}return;case v:return t.push(`<?`,e.target,` `,e.data,`?>`);case g:return t.push(`&`,e.nodeName,`;`);default:t.push(`??`,e.nodeName)}}function je(e,t,n){var r;switch(t.nodeType){case f:r=t.cloneNode(!1),r.ownerDocument=e;case S:break;case p:n=!0;break}if(r||=t.cloneNode(!1),r.ownerDocument=e,r.parentNode=null,n)for(var i=t.firstChild;i;)r.appendChild(je(e,i,n)),i=i.nextSibling;return r}function K(e,t,n){var r=new t.constructor;for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i)){var a=t[i];typeof a!=`object`&&a!=r[i]&&(r[i]=a)}switch(t.childNodes&&(r.childNodes=new j),r.ownerDocument=e,r.nodeType){case f:var o=t.attributes,s=r.attributes=new P,c=o.length;s._ownerElement=r;for(var l=0;l<c;l++)r.setAttributeNode(K(e,o.item(l),!0));break;case p:n=!0}if(n)for(var u=t.firstChild;u;)r.appendChild(K(e,u,n)),u=u.nextSibling;return r}function Me(e,t,n){e[t]=n}try{if(Object.defineProperty){Object.defineProperty(M.prototype,`length`,{get:function(){return N(this),this.$$length}}),Object.defineProperty(z.prototype,`textContent`,{get:function(){return Ne(this)},set:function(e){switch(this.nodeType){case f:case S:for(;this.firstChild;)this.removeChild(this.firstChild);(e||String(e))&&this.appendChild(this.ownerDocument.createTextNode(e));break;default:this.data=e,this.value=e,this.nodeValue=e}}});function Ne(e){switch(e.nodeType){case f:case S:var t=[];for(e=e.firstChild;e;)e.nodeType!==7&&e.nodeType!==8&&t.push(Ne(e)),e=e.nextSibling;return t.join(``);default:return e.nodeValue}}Me=function(e,t,n){e[`$$`+t]=n}}}catch{}e.DocumentType=be,e.DOMException=A,e.DOMImplementation=R,e.Element=me,e.Node=z,e.NodeList=j,e.XMLSerializer=Ee})),Qo=d((e=>{var t=Xo().freeze;e.XML_ENTITIES=t({amp:`&`,apos:`'`,gt:`>`,lt:`<`,quot:`"`}),e.HTML_ENTITIES=t({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:`\xA0`,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:`
194
194
  `,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:`\xA0`,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})),$o=d((e=>{var t=Xo().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]/,r=RegExp(`[\\-\\.0-9`+n.source.slice(1,-1)+`\\u00B7\\u0300-\\u036F\\u203F-\\u2040]`),i=RegExp(`^`+n.source+r.source+`*(?::`+n.source+r.source+`*)?$`),a=0,o=1,s=2,c=3,l=4,u=5,d=6,f=7;function p(e,t){this.message=e,this.locator=t,Error.captureStackTrace&&Error.captureStackTrace(this,p)}p.prototype=Error(),p.prototype.name=p.name;function m(){}m.prototype={parse:function(e,t,n){var r=this.domBuilder;r.startDocument(),x(t,t={}),h(e,t,n,r,this.errorHandler),r.endDocument()}};function h(e,n,r,i,a){function o(e){if(e>65535){e-=65536;var t=55296+(e>>10),n=56320+(e&1023);return String.fromCharCode(t,n)}else return String.fromCharCode(e)}function s(e){var t=e.slice(1,-1);return Object.hasOwnProperty.call(r,t)?r[t]:t.charAt(0)===`#`?o(parseInt(t.substr(1).replace(`x`,`0x`))):(a.error(`entity not found:`+e),e)}function c(t){if(t>T){var n=e.substring(T,t).replace(/&#?\w+;/g,s);m&&l(T),i.characters(n,0,t-T),T=t}}function l(t,n){for(;t>=d&&(n=f.exec(e));)u=n.index,d=u+n[0].length,m.lineNumber++;m.columnNumber=t-u+1}for(var u=0,d=0,f=/.*(?:\r\n?|\n)|.*$/g,m=i.locator,h=[{currentNSMap:n}],x={},T=0;;){try{var E=e.indexOf(`<`,T);if(E<0){if(!e.substr(T).match(/^\s*$/)){var D=i.doc,O=D.createTextNode(e.substr(T));D.appendChild(O),i.currentElement=O}return}switch(E>T&&c(E),e.charAt(E+1)){case`/`:var k=e.indexOf(`>`,E+3),A=e.substring(E+2,k).replace(/[ \t\n\r]+$/g,``),j=h.pop();k<0?(A=e.substring(E+2).replace(/[\s<].*/,``),a.error(`end tag name: `+A+` is not complete:`+j.tagName),k=E+1+A.length):A.match(/\s</)&&(A=A.replace(/[\s<].*/,``),a.error(`end tag name: `+A+` maybe not complete`),k=E+1+A.length);var M=j.localNSMap,N=j.tagName==A;if(N||j.tagName&&j.tagName.toLowerCase()==A.toLowerCase()){if(i.endElement(j.uri,j.localName,A),M)for(var P in M)Object.prototype.hasOwnProperty.call(M,P)&&i.endPrefixMapping(P);N||a.fatalError(`end tag name: `+A+` is not match the current start tagName:`+j.tagName)}else h.push(j);k++;break;case`?`:m&&l(E),k=C(e,E,i);break;case`!`:m&&l(E),k=S(e,E,i,a);break;default:m&&l(E);var F=new w,I=h[h.length-1].currentNSMap,k=_(e,E,F,I,s,a),L=F.length;if(!F.closed&&b(e,k,F.tagName,x)&&(F.closed=!0,r.nbsp||a.warning(`unclosed xml attribute`)),m&&L){for(var R=g(m,{}),z=0;z<L;z++){var B=F[z];l(B.offset),B.locator=g(m,{})}i.locator=R,v(F,i,I)&&h.push(F),i.locator=m}else v(F,i,I)&&h.push(F);t.isHTML(F.uri)&&!F.closed?k=y(e,k,F.tagName,s,i):k++}}catch(e){if(e instanceof p)throw e;a.error(`element parse error: `+e),k=-1}k>T?T=k:c(Math.max(E,T)+1)}}function g(e,t){return t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber,t}function _(e,n,r,i,p,m){function h(e,t,n){r.attributeNames.hasOwnProperty(e)&&m.fatalError(`Attribute `+e+` redefined`),r.addValue(e,t.replace(/[\t\n\r]/g,` `).replace(/&#?\w+;/g,p),n)}for(var g,_,v=++n,y=a;;){var b=e.charAt(v);switch(b){case`=`:if(y===o)g=e.slice(n,v),y=c;else if(y===s)y=c;else throw Error(`attribute equal must after attrName`);break;case`'`:case`"`:if(y===c||y===o)if(y===o&&(m.warning(`attribute value must after "="`),g=e.slice(n,v)),n=v+1,v=e.indexOf(b,n),v>0)_=e.slice(n,v),h(g,_,n-1),y=u;else throw Error(`attribute value no end '`+b+`' match`);else if(y==l)_=e.slice(n,v),h(g,_,n),m.warning(`attribute "`+g+`" missed start quot(`+b+`)!!`),n=v+1,y=u;else throw Error(`attribute value must after "="`);break;case`/`:switch(y){case a:r.setTagName(e.slice(n,v));case u:case d:case f:y=f,r.closed=!0;case l:case o:break;case s:r.closed=!0;break;default:throw Error(`attribute invalid close char('/')`)}break;case``:return m.error(`unexpected end of input`),y==a&&r.setTagName(e.slice(n,v)),v;case`>`:switch(y){case a:r.setTagName(e.slice(n,v));case u:case d:case f:break;case l:case o:_=e.slice(n,v),_.slice(-1)===`/`&&(r.closed=!0,_=_.slice(0,-1));case s:y===s&&(_=g),y==l?(m.warning(`attribute "`+_+`" missed quot(")!`),h(g,_,n)):((!t.isHTML(i[``])||!_.match(/^(?:disabled|checked|selected)$/i))&&m.warning(`attribute "`+_+`" missed value!! "`+_+`" instead!!`),h(_,_,n));break;case c:throw Error(`attribute value missed!!`)}return v;case`€`:b=` `;default:if(b<=` `)switch(y){case a:r.setTagName(e.slice(n,v)),y=d;break;case o:g=e.slice(n,v),y=s;break;case l:var _=e.slice(n,v);m.warning(`attribute "`+_+`" missed quot(")!!`),h(g,_,n);case u:y=d;break}else switch(y){case s:r.tagName,(!t.isHTML(i[``])||!g.match(/^(?:disabled|checked|selected)$/i))&&m.warning(`attribute "`+g+`" missed value!! "`+g+`" instead2!!`),h(g,g,n),n=v,y=o;break;case u:m.warning(`attribute space is required"`+g+`"!!`);case d:y=o,n=v;break;case c:y=l,n=v;break;case f:throw Error(`elements closed character '/' and '>' must be connected to`)}}v++}}function v(e,n,r){for(var i=e.tagName,a=null,o=e.length;o--;){var s=e[o],c=s.qName,l=s.value,u=c.indexOf(`:`);if(u>0)var d=s.prefix=c.slice(0,u),f=c.slice(u+1),p=d===`xmlns`&&f;else f=c,d=null,p=c===`xmlns`&&``;s.localName=f,p!==!1&&(a??(a={},x(r,r={})),r[p]=a[p]=l,s.uri=t.XMLNS,n.startPrefixMapping(p,l))}for(var o=e.length;o--;){s=e[o];var d=s.prefix;d&&(d===`xml`&&(s.uri=t.XML),d!==`xmlns`&&(s.uri=r[d||``]))}var u=i.indexOf(`:`);u>0?(d=e.prefix=i.slice(0,u),f=e.localName=i.slice(u+1)):(d=null,f=e.localName=i);var m=e.uri=r[d||``];if(n.startElement(m,f,i,e),e.closed){if(n.endElement(m,f,i),a)for(d in a)Object.prototype.hasOwnProperty.call(a,d)&&n.endPrefixMapping(d)}else return e.currentNSMap=r,e.localNSMap=a,!0}function y(e,t,n,r,i){if(/^(?:script|textarea)$/i.test(n)){var a=e.indexOf(`</`+n+`>`,t),o=e.substring(t+1,a);if(/[&<]/.test(o))return/^script$/i.test(n)?(i.characters(o,0,o.length),a):(o=o.replace(/&#?\w+;/g,r),i.characters(o,0,o.length),a)}return t+1}function b(e,t,n,r){var i=r[n];return i??(i=e.lastIndexOf(`</`+n+`>`),i<t&&(i=e.lastIndexOf(`</`+n)),r[n]=i),i<t}function x(e,t){for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}function S(e,t,n,r){switch(e.charAt(t+2)){case`-`:if(e.charAt(t+3)===`-`){var i=e.indexOf(`-->`,t+4);return i>t?(n.comment(e,t+4,i-t-4),i+3):(r.error(`Unclosed comment`),-1)}else return-1;default:if(e.substr(t+3,6)==`CDATA[`){var i=e.indexOf(`]]>`,t+9);return n.startCDATA(),n.characters(e,t+9,i-t-9),n.endCDATA(),i+3}var a=T(e,t),o=a.length;if(o>1&&/!doctype/i.test(a[0][0])){var s=a[1][0],c=!1,l=!1;o>3&&(/^public$/i.test(a[2][0])?(c=a[3][0],l=o>4&&a[4][0]):/^system$/i.test(a[2][0])&&(l=a[3][0]));var u=a[o-1];return n.startDTD(s,c,l),n.endDTD(),u.index+u[0].length}}return-1}function C(e,t,n){var r=e.indexOf(`?>`,t);if(r){var i=e.substring(t,r).match(/^<\?(\S*)\s*([\s\S]*?)$/);return i?(i[0].length,n.processingInstruction(i[1],i[2]),r+2):-1}return-1}function w(){this.attributeNames={}}w.prototype={setTagName:function(e){if(!i.test(e))throw Error(`invalid tagName:`+e);this.tagName=e},addValue:function(e,t,n){if(!i.test(e))throw Error(`invalid attribute:`+e);this.attributeNames[e]=this.length,this[this.length++]={qName:e,value:t,offset:n}},length:0,getLocalName:function(e){return this[e].localName},getLocator:function(e){return this[e].locator},getQName:function(e){return this[e].qName},getURI:function(e){return this[e].uri},getValue:function(e){return this[e].value}};function T(e,t){var n,r=[],i=/'[^']+'|"[^"]+"|[^\s<>\/=]+=?|(\/?\s*>|<)/g;for(i.lastIndex=t,i.exec(e);n=i.exec(e);)if(r.push(n),n[1])return r}e.XMLReader=m,e.ParseError=p})),es=d((e=>{var t=Xo(),n=Zo(),r=Qo(),i=$o(),a=n.DOMImplementation,o=t.NAMESPACE,s=i.ParseError,c=i.XMLReader;function l(e){return e.replace(/\r[\n\u0085]/g,`
195
195
  `).replace(/[\r\u0085\u2028]/g,`
196
196
  `)}function u(e){this.options=e||{locator:{}}}u.prototype.parseFromString=function(e,t){var n=this.options,i=new c,a=n.domBuilder||new f,s=n.errorHandler,u=n.locator,p=n.xmlns||{},m=/\/x?html?$/.test(t),h=m?r.HTML_ENTITIES:r.XML_ENTITIES;u&&a.setDocumentLocator(u),i.errorHandler=d(s,a,u),i.domBuilder=n.domBuilder||a,m&&(p[``]=o.HTML),p.xml=p.xml||o.XML;var g=n.normalizeLineEndings||l;return e&&typeof e==`string`?i.parse(g(e),p,h):i.errorHandler.error(`invalid doc source`),a.doc};function d(e,t,n){if(!e){if(t instanceof f)return t;e=t}var r={},i=e instanceof Function;n||={};function a(t){var a=e[t];!a&&i&&(a=e.length==2?function(n){e(t,n)}:e),r[t]=a&&function(e){a(`[xmldom `+t+`] `+e+m(n))}||function(){}}return a(`warning`),a(`error`),a(`fatalError`),r}function f(){this.cdata=!1}function p(e,t){t.lineNumber=e.lineNumber,t.columnNumber=e.columnNumber}f.prototype={startDocument:function(){this.doc=new a().createDocument(null,null,null),this.locator&&(this.doc.documentURI=this.locator.systemId)},startElement:function(e,t,n,r){var i=this.doc,a=i.createElementNS(e,n||t),o=r.length;g(this,a),this.currentElement=a,this.locator&&p(this.locator,a);for(var s=0;s<o;s++){var e=r.getURI(s),c=r.getValue(s),n=r.getQName(s),l=i.createAttributeNS(e,n);this.locator&&p(r.getLocator(s),l),l.value=l.nodeValue=c,a.setAttributeNode(l)}},endElement:function(e,t,n){var r=this.currentElement;r.tagName,this.currentElement=r.parentNode},startPrefixMapping:function(e,t){},endPrefixMapping:function(e){},processingInstruction:function(e,t){var n=this.doc.createProcessingInstruction(e,t);this.locator&&p(this.locator,n),g(this,n)},ignorableWhitespace:function(e,t,n){},characters:function(e,t,n){if(e=h.apply(this,arguments),e){if(this.cdata)var r=this.doc.createCDATASection(e);else var r=this.doc.createTextNode(e);this.currentElement?this.currentElement.appendChild(r):/^\s*$/.test(e)&&this.doc.appendChild(r),this.locator&&p(this.locator,r)}},skippedEntity:function(e){},endDocument:function(){this.doc.normalize()},setDocumentLocator:function(e){(this.locator=e)&&(e.lineNumber=0)},comment:function(e,t,n){e=h.apply(this,arguments);var r=this.doc.createComment(e);this.locator&&p(this.locator,r),g(this,r)},startCDATA:function(){this.cdata=!0},endCDATA:function(){this.cdata=!1},startDTD:function(e,t,n){var r=this.doc.implementation;if(r&&r.createDocumentType){var i=r.createDocumentType(e,t,n);this.locator&&p(this.locator,i),g(this,i),this.doc.doctype=i}},warning:function(e){console.warn(`[xmldom warning] `+e,m(this.locator))},error:function(e){console.error(`[xmldom error] `+e,m(this.locator))},fatalError:function(e){throw new s(e,this.locator)}};function m(e){if(e)return`
197
197
  @`+(e.systemId||``)+`#[line:`+e.lineNumber+`,col:`+e.columnNumber+`]`}function h(e,t,n){return typeof e==`string`?e.substr(t,n):e.length>=t+n||t?new java.lang.String(e,t,n)+``:e}`endDTD,startEntity,endEntity,attributeDecl,elementDecl,externalEntityDecl,internalEntityDecl,resolveEntity,getExternalSubset,notationDecl,unparsedEntityDecl`.replace(/\w+/g,function(e){f.prototype[e]=function(){return null}});function g(e,t){e.currentElement?e.currentElement.appendChild(t):e.doc.appendChild(t)}e.__DOMHandler=f,e.normalizeLineEndings=l,e.DOMParser=u})),ts=d((e=>{var t=Zo();e.DOMImplementation=t.DOMImplementation,e.XMLSerializer=t.XMLSerializer,e.DOMParser=es().DOMParser})),ns=d((e=>{var t=ts(),n=Zo();function r(e){var n=null,r=new t.DOMParser({errorHandler:function(e,t){n={level:e,message:t}}}).parseFromString(e);if(n===null)return r;throw Error(n.level+`: `+n.message)}e.parseFromString=r,e.Node=n.Node})),rs=d((e=>{var t=Uo(),n=(so(),h(oo)),r=ns(),i=Yo(),a=i.Element;e.readString=s;var o=r.Node;function s(e,s){s||={};try{var c=r.parseFromString(e,`text/xml`)}catch(e){return t.reject(e)}if(c.documentElement.tagName===`parsererror`)return t.resolve(Error(c.documentElement.textContent));function l(e){switch(e.nodeType){case o.ELEMENT_NODE:return u(e);case o.TEXT_NODE:return i.text(e.nodeValue)}}function u(e){var t=d(e),r=[];n.forEach(e.childNodes,function(e){var t=l(e);t&&r.push(t)});var i={};return n.forEach(e.attributes,function(e){i[d(e)]=e.value}),new a(t,i,r)}function d(e){if(e.namespaceURI){var t=s[e.namespaceURI];return(t?t+`:`:`{`+e.namespaceURI+`}`)+e.localName}else return e.localName}return t.resolve(l(c.documentElement))}})),is=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c=[].slice,l={}.hasOwnProperty;e=function(){var e,t,n,r,i,o=arguments[0];if(i=2<=arguments.length?c.call(arguments,1):[],a(Object.assign))Object.assign.apply(null,arguments);else for(e=0,n=i.length;e<n;e++)if(r=i[e],r!=null)for(t in r)l.call(r,t)&&(o[t]=r[t]);return o},a=function(e){return!!e&&Object.prototype.toString.call(e)===`[object Function]`},o=function(e){var t;return!!e&&((t=typeof e)==`function`||t===`object`)},r=function(e){return a(Array.isArray)?Array.isArray(e):Object.prototype.toString.call(e)===`[object Array]`},i=function(e){var t;if(r(e))return!e.length;for(t in e)if(l.call(e,t))return!1;return!0},s=function(e){var t,n;return o(e)&&(n=Object.getPrototypeOf(e))&&(t=n.constructor)&&typeof t==`function`&&t instanceof t&&Function.prototype.toString.call(t)===Function.prototype.toString.call(Object)},n=function(e){return a(e.valueOf)?e.valueOf():e},t.exports.assign=e,t.exports.isFunction=a,t.exports.isObject=o,t.exports.isArray=r,t.exports.isEmpty=i,t.exports.isPlainObject=s,t.exports.getValue=n}).call(e)})),as=d(((e,t)=>{(function(){t.exports=(function(){function e(e,t,n){if(this.options=e.options,this.stringify=e.stringify,this.parent=e,t==null)throw Error(`Missing attribute name. `+this.debugInfo(t));if(n==null)throw Error(`Missing attribute value. `+this.debugInfo(t));this.name=this.stringify.attName(t),this.value=this.stringify.attValue(n)}return e.prototype.clone=function(){return Object.create(this)},e.prototype.toString=function(e){return this.options.writer.set(e).attribute(this)},e.prototype.debugInfo=function(e){return e||=this.name,e==null?`parent: <`+this.parent.name+`>`:`attribute: {`+e+`}, parent: <`+this.parent.name+`>`},e})()}).call(e)})),os=d(((e,t)=>{(function(){var e,n,r,i,a,o,s=function(e,t){for(var n in t)c.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},c={}.hasOwnProperty;o=is(),a=o.isObject,i=o.isFunction,r=o.getValue,n=ys(),e=as(),t.exports=(function(t){s(n,t);function n(e,t,r){if(n.__super__.constructor.call(this,e),t==null)throw Error(`Missing element name. `+this.debugInfo());this.name=this.stringify.eleName(t),this.attributes={},r!=null&&this.attribute(r),e.isDocument&&(this.isRoot=!0,this.documentObject=e,e.rootObject=this)}return n.prototype.clone=function(){var e,t,n=Object.create(this),r;for(t in n.isRoot&&(n.documentObject=null),n.attributes={},r=this.attributes,r)c.call(r,t)&&(e=r[t],n.attributes[t]=e.clone());return n.children=[],this.children.forEach(function(e){var t=e.clone();return t.parent=n,n.children.push(t)}),n},n.prototype.attribute=function(t,n){var o,s;if(t!=null&&(t=r(t)),a(t))for(o in t)c.call(t,o)&&(s=t[o],this.attribute(o,s));else i(n)&&(n=n.apply()),(!this.options.skipNullAttributes||n!=null)&&(this.attributes[t]=new e(this,t,n));return this},n.prototype.removeAttribute=function(e){var t,n,i;if(e==null)throw Error(`Missing attribute name. `+this.debugInfo());if(e=r(e),Array.isArray(e))for(n=0,i=e.length;n<i;n++)t=e[n],delete this.attributes[t];else delete this.attributes[e];return this},n.prototype.toString=function(e){return this.options.writer.set(e).element(this)},n.prototype.att=function(e,t){return this.attribute(e,t)},n.prototype.a=function(e,t){return this.attribute(e,t)},n})(n)}).call(e)})),ss=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing CDATA text. `+this.debugInfo());this.text=this.stringify.cdata(n)}return t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).cdata(this)},t})(e)}).call(e)})),cs=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing comment text. `+this.debugInfo());this.text=this.stringify.comment(n)}return t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).comment(this)},t})(e)}).call(e)})),ls=d(((e,t)=>{(function(){var e,n,r=function(e,t){for(var n in t)i.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},i={}.hasOwnProperty;n=is().isObject,e=ys(),t.exports=(function(e){r(t,e);function t(e,r,i,a){var o;t.__super__.constructor.call(this,e),n(r)&&(o=r,r=o.version,i=o.encoding,a=o.standalone),r||=`1.0`,this.version=this.stringify.xmlVersion(r),i!=null&&(this.encoding=this.stringify.xmlEncoding(i)),a!=null&&(this.standalone=this.stringify.xmlStandalone(a))}return t.prototype.toString=function(e){return this.options.writer.set(e).declaration(this)},t})(e)}).call(e)})),us=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n,r,i,a,o){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing DTD element name. `+this.debugInfo());if(r==null)throw Error(`Missing DTD attribute name. `+this.debugInfo(n));if(!i)throw Error(`Missing DTD attribute type. `+this.debugInfo(n));if(!a)throw Error(`Missing DTD attribute default. `+this.debugInfo(n));if(a.indexOf(`#`)!==0&&(a=`#`+a),!a.match(/^(#REQUIRED|#IMPLIED|#FIXED|#DEFAULT)$/))throw Error(`Invalid default value type; expected: #REQUIRED, #IMPLIED, #FIXED or #DEFAULT. `+this.debugInfo(n));if(o&&!a.match(/^(#FIXED|#DEFAULT)$/))throw Error(`Default value only applies to #FIXED or #DEFAULT. `+this.debugInfo(n));this.elementName=this.stringify.eleName(n),this.attributeName=this.stringify.attName(r),this.attributeType=this.stringify.dtdAttType(i),this.defaultValue=this.stringify.dtdAttDefault(o),this.defaultValueType=a}return t.prototype.toString=function(e){return this.options.writer.set(e).dtdAttList(this)},t})(e)}).call(e)})),ds=d(((e,t)=>{(function(){var e,n,r=function(e,t){for(var n in t)i.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},i={}.hasOwnProperty;n=is().isObject,e=ys(),t.exports=(function(e){r(t,e);function t(e,r,i,a){if(t.__super__.constructor.call(this,e),i==null)throw Error(`Missing DTD entity name. `+this.debugInfo(i));if(a==null)throw Error(`Missing DTD entity value. `+this.debugInfo(i));if(this.pe=!!r,this.name=this.stringify.eleName(i),!n(a))this.value=this.stringify.dtdEntityValue(a);else{if(!a.pubID&&!a.sysID)throw Error(`Public and/or system identifiers are required for an external entity. `+this.debugInfo(i));if(a.pubID&&!a.sysID)throw Error(`System identifier is required for a public external entity. `+this.debugInfo(i));if(a.pubID!=null&&(this.pubID=this.stringify.dtdPubID(a.pubID)),a.sysID!=null&&(this.sysID=this.stringify.dtdSysID(a.sysID)),a.nData!=null&&(this.nData=this.stringify.dtdNData(a.nData)),this.pe&&this.nData)throw Error(`Notation declaration is not allowed in a parameter entity. `+this.debugInfo(i))}}return t.prototype.toString=function(e){return this.options.writer.set(e).dtdEntity(this)},t})(e)}).call(e)})),fs=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n,r){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing DTD element name. `+this.debugInfo());r||=`(#PCDATA)`,Array.isArray(r)&&(r=`(`+r.join(`,`)+`)`),this.name=this.stringify.eleName(n),this.value=this.stringify.dtdElementValue(r)}return t.prototype.toString=function(e){return this.options.writer.set(e).dtdElement(this)},t})(e)}).call(e)})),ps=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n,r){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing DTD notation name. `+this.debugInfo(n));if(!r.pubID&&!r.sysID)throw Error(`Public or system identifiers are required for an external entity. `+this.debugInfo(n));this.name=this.stringify.eleName(n),r.pubID!=null&&(this.pubID=this.stringify.dtdPubID(r.pubID)),r.sysID!=null&&(this.sysID=this.stringify.dtdSysID(r.sysID))}return t.prototype.toString=function(e){return this.options.writer.set(e).dtdNotation(this)},t})(e)}).call(e)})),ms=d(((e,t)=>{(function(){var e,n,r,i,a,o,s=function(e,t){for(var n in t)c.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},c={}.hasOwnProperty;o=is().isObject,a=ys(),e=us(),r=ds(),n=fs(),i=ps(),t.exports=(function(t){s(a,t);function a(e,t,n){var r,i;a.__super__.constructor.call(this,e),this.name=`!DOCTYPE`,this.documentObject=e,o(t)&&(r=t,t=r.pubID,n=r.sysID),n??(i=[t,n],n=i[0],t=i[1]),t!=null&&(this.pubID=this.stringify.dtdPubID(t)),n!=null&&(this.sysID=this.stringify.dtdSysID(n))}return a.prototype.element=function(e,t){var r=new n(this,e,t);return this.children.push(r),this},a.prototype.attList=function(t,n,r,i,a){var o=new e(this,t,n,r,i,a);return this.children.push(o),this},a.prototype.entity=function(e,t){var n=new r(this,!1,e,t);return this.children.push(n),this},a.prototype.pEntity=function(e,t){var n=new r(this,!0,e,t);return this.children.push(n),this},a.prototype.notation=function(e,t){var n=new i(this,e,t);return this.children.push(n),this},a.prototype.toString=function(e){return this.options.writer.set(e).docType(this)},a.prototype.ele=function(e,t){return this.element(e,t)},a.prototype.att=function(e,t,n,r,i){return this.attList(e,t,n,r,i)},a.prototype.ent=function(e,t){return this.entity(e,t)},a.prototype.pent=function(e,t){return this.pEntity(e,t)},a.prototype.not=function(e,t){return this.notation(e,t)},a.prototype.up=function(){return this.root()||this.documentObject},a})(a)}).call(e)})),hs=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing raw text. `+this.debugInfo());this.value=this.stringify.raw(n)}return t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).raw(this)},t})(e)}).call(e)})),gs=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing element text. `+this.debugInfo());this.value=this.stringify.eleText(n)}return t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).text(this)},t})(e)}).call(e)})),_s=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e,n,r){if(t.__super__.constructor.call(this,e),n==null)throw Error(`Missing instruction target. `+this.debugInfo());this.target=this.stringify.insTarget(n),r&&(this.value=this.stringify.insValue(r))}return t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return this.options.writer.set(e).processingInstruction(this)},t})(e)}).call(e)})),vs=d(((e,t)=>{(function(){var e,n=function(e,t){for(var n in t)r.call(t,n)&&(e[n]=t[n]);function i(){this.constructor=e}return i.prototype=t.prototype,e.prototype=new i,e.__super__=t.prototype,e},r={}.hasOwnProperty;e=ys(),t.exports=(function(e){n(t,e);function t(e){t.__super__.constructor.call(this,e),this.isDummy=!0}return t.prototype.clone=function(){return Object.create(this)},t.prototype.toString=function(e){return``},t})(e)}).call(e)})),ys=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c,l,u,d,f,p,m,h={}.hasOwnProperty;m=is(),p=m.isObject,f=m.isFunction,d=m.isEmpty,u=m.getValue,o=null,e=null,n=null,r=null,i=null,c=null,l=null,s=null,a=null,t.exports=(function(){function t(t){this.parent=t,this.parent&&(this.options=this.parent.options,this.stringify=this.parent.stringify),this.children=[],o||(o=os(),e=ss(),n=cs(),r=ls(),i=ms(),c=hs(),l=gs(),s=_s(),a=vs())}return t.prototype.element=function(e,t,n){var r,i,a,o,s,c=null,l,m,g,_,v;if(t===null&&n==null&&(g=[{},null],t=g[0],n=g[1]),t??={},t=u(t),p(t)||(_=[t,n],n=_[0],t=_[1]),e!=null&&(e=u(e)),Array.isArray(e))for(a=0,l=e.length;a<l;a++)i=e[a],c=this.element(i);else if(f(e))c=this.element(e.apply());else if(p(e)){for(s in e)if(h.call(e,s))if(v=e[s],f(v)&&(v=v.apply()),p(v)&&d(v)&&(v=null),!this.options.ignoreDecorators&&this.stringify.convertAttKey&&s.indexOf(this.stringify.convertAttKey)===0)c=this.attribute(s.substr(this.stringify.convertAttKey.length),v);else if(!this.options.separateArrayItems&&Array.isArray(v))for(o=0,m=v.length;o<m;o++)i=v[o],r={},r[s]=i,c=this.element(r);else p(v)?(c=this.element(s),c.element(v)):c=this.element(s,v)}else c=this.options.skipNullNodes&&n===null?this.dummy():!this.options.ignoreDecorators&&this.stringify.convertTextKey&&e.indexOf(this.stringify.convertTextKey)===0?this.text(n):!this.options.ignoreDecorators&&this.stringify.convertCDataKey&&e.indexOf(this.stringify.convertCDataKey)===0?this.cdata(n):!this.options.ignoreDecorators&&this.stringify.convertCommentKey&&e.indexOf(this.stringify.convertCommentKey)===0?this.comment(n):!this.options.ignoreDecorators&&this.stringify.convertRawKey&&e.indexOf(this.stringify.convertRawKey)===0?this.raw(n):!this.options.ignoreDecorators&&this.stringify.convertPIKey&&e.indexOf(this.stringify.convertPIKey)===0?this.instruction(e.substr(this.stringify.convertPIKey.length),n):this.node(e,t,n);if(c==null)throw Error(`Could not create any elements with: `+e+`. `+this.debugInfo());return c},t.prototype.insertBefore=function(e,t,n){var r,i,a;if(this.isRoot)throw Error(`Cannot insert elements at root level. `+this.debugInfo(e));return i=this.parent.children.indexOf(this),a=this.parent.children.splice(i),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,a),r},t.prototype.insertAfter=function(e,t,n){var r,i,a;if(this.isRoot)throw Error(`Cannot insert elements at root level. `+this.debugInfo(e));return i=this.parent.children.indexOf(this),a=this.parent.children.splice(i+1),r=this.parent.element(e,t,n),Array.prototype.push.apply(this.parent.children,a),r},t.prototype.remove=function(){var e;if(this.isRoot)throw Error(`Cannot remove the root element. `+this.debugInfo());return e=this.parent.children.indexOf(this),[].splice.apply(this.parent.children,[e,e-e+1]),this.parent},t.prototype.node=function(e,t,n){var r,i;return e!=null&&(e=u(e)),t||={},t=u(t),p(t)||(i=[t,n],n=i[0],t=i[1]),r=new o(this,e,t),n!=null&&r.text(n),this.children.push(r),r},t.prototype.text=function(e){var t=new l(this,e);return this.children.push(t),this},t.prototype.cdata=function(t){var n=new e(this,t);return this.children.push(n),this},t.prototype.comment=function(e){var t=new n(this,e);return this.children.push(t),this},t.prototype.commentBefore=function(e){var t=this.parent.children.indexOf(this),n=this.parent.children.splice(t);return this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},t.prototype.commentAfter=function(e){var t=this.parent.children.indexOf(this),n=this.parent.children.splice(t+1);return this.parent.comment(e),Array.prototype.push.apply(this.parent.children,n),this},t.prototype.raw=function(e){var t=new c(this,e);return this.children.push(t),this},t.prototype.dummy=function(){var e=new a(this);return this.children.push(e),e},t.prototype.instruction=function(e,t){var n,r,i,a,o;if(e!=null&&(e=u(e)),t!=null&&(t=u(t)),Array.isArray(e))for(a=0,o=e.length;a<o;a++)n=e[a],this.instruction(n);else if(p(e))for(n in e)h.call(e,n)&&(r=e[n],this.instruction(n,r));else f(t)&&(t=t.apply()),i=new s(this,e,t),this.children.push(i);return this},t.prototype.instructionBefore=function(e,t){var n=this.parent.children.indexOf(this),r=this.parent.children.splice(n);return this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},t.prototype.instructionAfter=function(e,t){var n=this.parent.children.indexOf(this),r=this.parent.children.splice(n+1);return this.parent.instruction(e,t),Array.prototype.push.apply(this.parent.children,r),this},t.prototype.declaration=function(e,t,n){var i=this.document(),a=new r(i,e,t,n);return i.children[0]instanceof r?i.children[0]=a:i.children.unshift(a),i.root()||i},t.prototype.doctype=function(e,t){var n,r=this.document(),a=new i(r,e,t),o,s,c,l,u,d=r.children,f;for(o=s=0,l=d.length;s<l;o=++s)if(n=d[o],n instanceof i)return r.children[o]=a,a;for(f=r.children,o=c=0,u=f.length;c<u;o=++c)if(n=f[o],n.isRoot)return r.children.splice(o,0,a),a;return r.children.push(a),a},t.prototype.up=function(){if(this.isRoot)throw Error(`The root node has no parent. Use doc() if you need to get the document object.`);return this.parent},t.prototype.root=function(){for(var e=this;e;)if(e.isDocument)return e.rootObject;else if(e.isRoot)return e;else e=e.parent},t.prototype.document=function(){for(var e=this;e;)if(e.isDocument)return e;else e=e.parent},t.prototype.end=function(e){return this.document().end(e)},t.prototype.prev=function(){for(var e=this.parent.children.indexOf(this);e>0&&this.parent.children[e-1].isDummy;)--e;if(e<1)throw Error(`Already at the first node. `+this.debugInfo());return this.parent.children[e-1]},t.prototype.next=function(){for(var e=this.parent.children.indexOf(this);e<this.parent.children.length-1&&this.parent.children[e+1].isDummy;)e+=1;if(e===-1||e===this.parent.children.length-1)throw Error(`Already at the last node. `+this.debugInfo());return this.parent.children[e+1]},t.prototype.importDocument=function(e){var t=e.root().clone();return t.parent=this,t.isRoot=!1,this.children.push(t),this},t.prototype.debugInfo=function(e){return e||=this.name,e==null&&!this.parent?.name?``:e==null?`parent: <`+this.parent.name+`>`:this.parent?.name?`node: <`+e+`>, parent: <`+this.parent.name+`>`:`node: <`+e+`>`},t.prototype.ele=function(e,t,n){return this.element(e,t,n)},t.prototype.nod=function(e,t,n){return this.node(e,t,n)},t.prototype.txt=function(e){return this.text(e)},t.prototype.dat=function(e){return this.cdata(e)},t.prototype.com=function(e){return this.comment(e)},t.prototype.ins=function(e,t){return this.instruction(e,t)},t.prototype.doc=function(){return this.document()},t.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},t.prototype.dtd=function(e,t){return this.doctype(e,t)},t.prototype.e=function(e,t,n){return this.element(e,t,n)},t.prototype.n=function(e,t,n){return this.node(e,t,n)},t.prototype.t=function(e){return this.text(e)},t.prototype.d=function(e){return this.cdata(e)},t.prototype.c=function(e){return this.comment(e)},t.prototype.r=function(e){return this.raw(e)},t.prototype.i=function(e,t){return this.instruction(e,t)},t.prototype.u=function(){return this.up()},t.prototype.importXMLBuilder=function(e){return this.importDocument(e)},t})()}).call(e)})),bs=d(((e,t)=>{(function(){var e=function(e,t){return function(){return e.apply(t,arguments)}},n={}.hasOwnProperty;t.exports=(function(){function t(t){this.assertLegalChar=e(this.assertLegalChar,this);var r,i,a;for(r in t||={},this.noDoubleEncoding=t.noDoubleEncoding,i=t.stringify||{},i)n.call(i,r)&&(a=i[r],this[r]=a)}return t.prototype.eleName=function(e){return e=``+e||``,this.assertLegalChar(e)},t.prototype.eleText=function(e){return e=``+e||``,this.assertLegalChar(this.elEscape(e))},t.prototype.cdata=function(e){return e=``+e||``,e=e.replace(`]]>`,`]]]]><![CDATA[>`),this.assertLegalChar(e)},t.prototype.comment=function(e){if(e=``+e||``,e.match(/--/))throw Error(`Comment text cannot contain double-hypen: `+e);return this.assertLegalChar(e)},t.prototype.raw=function(e){return``+e||``},t.prototype.attName=function(e){return e=``+e||``},t.prototype.attValue=function(e){return e=``+e||``,this.attEscape(e)},t.prototype.insTarget=function(e){return``+e||``},t.prototype.insValue=function(e){if(e=``+e||``,e.match(/\?>/))throw Error(`Invalid processing instruction value: `+e);return e},t.prototype.xmlVersion=function(e){if(e=``+e||``,!e.match(/1\.[0-9]+/))throw Error(`Invalid version number: `+e);return e},t.prototype.xmlEncoding=function(e){if(e=``+e||``,!e.match(/^[A-Za-z](?:[A-Za-z0-9._-])*$/))throw Error(`Invalid encoding: `+e);return e},t.prototype.xmlStandalone=function(e){return e?`yes`:`no`},t.prototype.dtdPubID=function(e){return``+e||``},t.prototype.dtdSysID=function(e){return``+e||``},t.prototype.dtdElementValue=function(e){return``+e||``},t.prototype.dtdAttType=function(e){return``+e||``},t.prototype.dtdAttDefault=function(e){return e==null?e:``+e||``},t.prototype.dtdEntityValue=function(e){return``+e||``},t.prototype.dtdNData=function(e){return``+e||``},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(e){var t=e.match(/[\0\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/);if(t)throw Error(`Invalid character in string: `+e+` at index `+t.index);return e},t.prototype.elEscape=function(e){var t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g;return e.replace(t,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/\r/g,`&#xD;`)},t.prototype.attEscape=function(e){var t=this.noDoubleEncoding?/(?!&\S+;)&/g:/&/g;return e.replace(t,`&amp;`).replace(/</g,`&lt;`).replace(/"/g,`&quot;`).replace(/\t/g,`&#x9;`).replace(/\n/g,`&#xA;`).replace(/\r/g,`&#xD;`)},t})()}).call(e)})),xs=d(((e,t)=>{(function(){var e={}.hasOwnProperty;t.exports=(function(){function t(t){var n,r,i;for(n in t||={},this.pretty=t.pretty||!1,this.allowEmpty=t.allowEmpty??!1,this.pretty?(this.indent=t.indent??` `,this.newline=t.newline??`
198
198
  `,this.offset=t.offset??0,this.dontprettytextnodes=t.dontprettytextnodes??0):(this.indent=``,this.newline=``,this.offset=0,this.dontprettytextnodes=0),this.spacebeforeslash=t.spacebeforeslash??``,this.spacebeforeslash===!0&&(this.spacebeforeslash=` `),this.newlinedefault=this.newline,this.prettydefault=this.pretty,r=t.writer||{},r)e.call(r,n)&&(i=r[n],this[n]=i)}return t.prototype.set=function(t){var n,r,i;for(n in 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:`
199
- `,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,r=t.writer||{},r)e.call(r,n)&&(i=r[n],this[n]=i);return this},t.prototype.space=function(e){var t;return this.pretty?(t=(e||0)+this.offset+1,t>0?Array(t).join(this.indent):``):``},t})()}).call(e)})),Ss=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c,l,u,d,f,p,m,h=function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},g={}.hasOwnProperty;s=ls(),c=ms(),e=ss(),n=cs(),u=os(),f=hs(),p=gs(),d=_s(),l=vs(),r=us(),i=fs(),a=ds(),o=ps(),m=xs(),t.exports=(function(t){h(m,t);function m(e){m.__super__.constructor.call(this,e)}return m.prototype.document=function(e){var t,r,i,a,o;for(this.textispresent=!1,a=``,o=e.children,r=0,i=o.length;r<i;r++)t=o[r],!(t instanceof l)&&(a+=(function(){switch(!1){case!(t instanceof s):return this.declaration(t);case!(t instanceof c):return this.docType(t);case!(t instanceof n):return this.comment(t);case!(t instanceof d):return this.processingInstruction(t);default:return this.element(t,0)}}).call(this));return this.pretty&&a.slice(-this.newline.length)===this.newline&&(a=a.slice(0,-this.newline.length)),a},m.prototype.attribute=function(e){return` `+e.name+`="`+e.value+`"`},m.prototype.cdata=function(e,t){return this.space(t)+`<![CDATA[`+e.text+`]]>`+this.newline},m.prototype.comment=function(e,t){return this.space(t)+`<!-- `+e.text+` -->`+this.newline},m.prototype.declaration=function(e,t){var n=this.space(t);return n+=`<?xml version="`+e.version+`"`,e.encoding!=null&&(n+=` encoding="`+e.encoding+`"`),e.standalone!=null&&(n+=` standalone="`+e.standalone+`"`),n+=this.spacebeforeslash+`?>`,n+=this.newline,n},m.prototype.docType=function(t,s){var c,l,u,f,p;if(s||=0,f=this.space(s),f+=`<!DOCTYPE `+t.root().name,t.pubID&&t.sysID?f+=` PUBLIC "`+t.pubID+`" "`+t.sysID+`"`:t.sysID&&(f+=` SYSTEM "`+t.sysID+`"`),t.children.length>0){for(f+=` [`,f+=this.newline,p=t.children,l=0,u=p.length;l<u;l++)c=p[l],f+=(function(){switch(!1){case!(c instanceof r):return this.dtdAttList(c,s+1);case!(c instanceof i):return this.dtdElement(c,s+1);case!(c instanceof a):return this.dtdEntity(c,s+1);case!(c instanceof o):return this.dtdNotation(c,s+1);case!(c instanceof e):return this.cdata(c,s+1);case!(c instanceof n):return this.comment(c,s+1);case!(c instanceof d):return this.processingInstruction(c,s+1);default:throw Error(`Unknown DTD node type: `+c.constructor.name)}}).call(this);f+=`]`}return f+=this.spacebeforeslash+`>`,f+=this.newline,f},m.prototype.element=function(t,r){var i,a,o,s,c,m,h,_,v,y,b,x,S;for(h in r||=0,S=!1,this.textispresent?(this.newline=``,this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),x=this.space(r),_=``,_+=x+`<`+t.name,v=t.attributes,v)g.call(v,h)&&(i=v[h],_+=this.attribute(i));if(t.children.length===0||t.children.every(function(e){return e.value===``}))this.allowEmpty?_+=`></`+t.name+`>`+this.newline:_+=this.spacebeforeslash+`/>`+this.newline;else if(this.pretty&&t.children.length===1&&t.children[0].value!=null)_+=`>`,_+=t.children[0].value,_+=`</`+t.name+`>`+this.newline;else{if(this.dontprettytextnodes){for(y=t.children,o=0,c=y.length;o<c;o++)if(a=y[o],a.value!=null){this.textispresent++,S=!0;break}}for(this.textispresent&&(this.newline=``,this.pretty=!1,x=this.space(r)),_+=`>`+this.newline,b=t.children,s=0,m=b.length;s<m;s++)a=b[s],_+=(function(){switch(!1){case!(a instanceof e):return this.cdata(a,r+1);case!(a instanceof n):return this.comment(a,r+1);case!(a instanceof u):return this.element(a,r+1);case!(a instanceof f):return this.raw(a,r+1);case!(a instanceof p):return this.text(a,r+1);case!(a instanceof d):return this.processingInstruction(a,r+1);case!(a instanceof l):return``;default:throw Error(`Unknown XML node type: `+a.constructor.name)}}).call(this);S&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),_+=x+`</`+t.name+`>`+this.newline}return _},m.prototype.processingInstruction=function(e,t){var n=this.space(t)+`<?`+e.target;return e.value&&(n+=` `+e.value),n+=this.spacebeforeslash+`?>`+this.newline,n},m.prototype.raw=function(e,t){return this.space(t)+e.value+this.newline},m.prototype.text=function(e,t){return this.space(t)+e.value+this.newline},m.prototype.dtdAttList=function(e,t){var n=this.space(t)+`<!ATTLIST `+e.elementName+` `+e.attributeName+` `+e.attributeType;return e.defaultValueType!==`#DEFAULT`&&(n+=` `+e.defaultValueType),e.defaultValue&&(n+=` "`+e.defaultValue+`"`),n+=this.spacebeforeslash+`>`+this.newline,n},m.prototype.dtdElement=function(e,t){return this.space(t)+`<!ELEMENT `+e.name+` `+e.value+this.spacebeforeslash+`>`+this.newline},m.prototype.dtdEntity=function(e,t){var n=this.space(t)+`<!ENTITY`;return e.pe&&(n+=` %`),n+=` `+e.name,e.value?n+=` "`+e.value+`"`:(e.pubID&&e.sysID?n+=` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`:e.sysID&&(n+=` SYSTEM "`+e.sysID+`"`),e.nData&&(n+=` NDATA `+e.nData)),n+=this.spacebeforeslash+`>`+this.newline,n},m.prototype.dtdNotation=function(e,t){var n=this.space(t)+`<!NOTATION `+e.name;return e.pubID&&e.sysID?n+=` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`:e.pubID?n+=` PUBLIC "`+e.pubID+`"`:e.sysID&&(n+=` SYSTEM "`+e.sysID+`"`),n+=this.spacebeforeslash+`>`+this.newline,n},m.prototype.openNode=function(e,t){var n,r,i,a;if(t||=0,e instanceof u){for(r in i=this.space(t)+`<`+e.name,a=e.attributes,a)g.call(a,r)&&(n=a[r],i+=this.attribute(n));return i+=(e.children?`>`:`/>`)+this.newline,i}else return i=this.space(t)+`<!DOCTYPE `+e.rootNodeName,e.pubID&&e.sysID?i+=` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`:e.sysID&&(i+=` SYSTEM "`+e.sysID+`"`),i+=(e.children?` [`:`>`)+this.newline,i},m.prototype.closeNode=function(e,t){switch(t||=0,!1){case!(e instanceof u):return this.space(t)+`</`+e.name+`>`+this.newline;case!(e instanceof c):return this.space(t)+`]>`+this.newline}},m})(m)}).call(e)})),Cs=d(((e,t)=>{(function(){var e,n,r,i,a=function(e,t){for(var n in t)o.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},o={}.hasOwnProperty;i=is().isPlainObject,e=ys(),r=bs(),n=Ss(),t.exports=(function(e){a(t,e);function t(e){t.__super__.constructor.call(this,null),this.name=`?xml`,e||={},e.writer||=new n,this.options=e,this.stringify=new r(e),this.isDocument=!0}return t.prototype.end=function(e){var t;return e?i(e)&&(t=e,e=this.options.writer.set(t)):e=this.options.writer,e.document(this)},t.prototype.toString=function(e){return this.options.writer.set(e).document(this)},t})(e)}).call(e)})),ws=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b,x={}.hasOwnProperty;b=is(),v=b.isObject,_=b.isFunction,y=b.isPlainObject,g=b.getValue,u=os(),n=ss(),r=cs(),f=hs(),h=gs(),d=_s(),c=ls(),l=ms(),i=us(),o=ds(),a=fs(),s=ps(),e=as(),m=bs(),p=Ss(),t.exports=(function(){function t(e,t,n){var r;this.name=`?xml`,e||={},e.writer?y(e.writer)&&(r=e.writer,e.writer=new p(r)):e.writer=new p(e),this.options=e,this.writer=e.writer,this.stringify=new m(e),this.onDataCallback=t||function(){},this.onEndCallback=n||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return t.prototype.node=function(e,t,n){var r,i;if(e==null)throw Error(`Missing node name.`);if(this.root&&this.currentLevel===-1)throw Error(`Document can only have one root node. `+this.debugInfo(e));return this.openCurrent(),e=g(e),t===null&&n==null&&(r=[{},null],t=r[0],n=r[1]),t??={},t=g(t),v(t)||(i=[t,n],n=i[0],t=i[1]),this.currentNode=new u(this,e,t),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,n!=null&&this.text(n),this},t.prototype.element=function(e,t,n){return this.currentNode&&this.currentNode instanceof l?this.dtdElement.apply(this,arguments):this.node(e,t,n)},t.prototype.attribute=function(t,n){var r,i;if(!this.currentNode||this.currentNode.children)throw Error(`att() can only be used immediately after an ele() call in callback mode. `+this.debugInfo(t));if(t!=null&&(t=g(t)),v(t))for(r in t)x.call(t,r)&&(i=t[r],this.attribute(r,i));else _(n)&&(n=n.apply()),(!this.options.skipNullAttributes||n!=null)&&(this.currentNode.attributes[t]=new e(this,t,n));return this},t.prototype.text=function(e){var t;return this.openCurrent(),t=new h(this,e),this.onData(this.writer.text(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.cdata=function(e){var t;return this.openCurrent(),t=new n(this,e),this.onData(this.writer.cdata(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.comment=function(e){var t;return this.openCurrent(),t=new r(this,e),this.onData(this.writer.comment(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.raw=function(e){var t;return this.openCurrent(),t=new f(this,e),this.onData(this.writer.raw(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.instruction=function(e,t){var n,r,i,a,o;if(this.openCurrent(),e!=null&&(e=g(e)),t!=null&&(t=g(t)),Array.isArray(e))for(n=0,a=e.length;n<a;n++)r=e[n],this.instruction(r);else if(v(e))for(r in e)x.call(e,r)&&(i=e[r],this.instruction(r,i));else _(t)&&(t=t.apply()),o=new d(this,e,t),this.onData(this.writer.processingInstruction(o,this.currentLevel+1),this.currentLevel+1);return this},t.prototype.declaration=function(e,t,n){var r;if(this.openCurrent(),this.documentStarted)throw Error(`declaration() must be the first node.`);return r=new c(this,e,t,n),this.onData(this.writer.declaration(r,this.currentLevel+1),this.currentLevel+1),this},t.prototype.doctype=function(e,t,n){if(this.openCurrent(),e==null)throw Error(`Missing root node name.`);if(this.root)throw Error(`dtd() must come before the root node.`);return this.currentNode=new l(this,t,n),this.currentNode.rootNodeName=e,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},t.prototype.dtdElement=function(e,t){var n;return this.openCurrent(),n=new a(this,e,t),this.onData(this.writer.dtdElement(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.attList=function(e,t,n,r,a){var o;return this.openCurrent(),o=new i(this,e,t,n,r,a),this.onData(this.writer.dtdAttList(o,this.currentLevel+1),this.currentLevel+1),this},t.prototype.entity=function(e,t){var n;return this.openCurrent(),n=new o(this,!1,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.pEntity=function(e,t){var n;return this.openCurrent(),n=new o(this,!0,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.notation=function(e,t){var n;return this.openCurrent(),n=new s(this,e,t),this.onData(this.writer.dtdNotation(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.up=function(){if(this.currentLevel<0)throw 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},t.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},t.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},t.prototype.openNode=function(e){if(!e.isOpen)return!this.root&&this.currentLevel===0&&e instanceof u&&(this.root=e),this.onData(this.writer.openNode(e,this.currentLevel),this.currentLevel),e.isOpen=!0},t.prototype.closeNode=function(e){if(!e.isClosed)return this.onData(this.writer.closeNode(e,this.currentLevel),this.currentLevel),e.isClosed=!0},t.prototype.onData=function(e,t){return this.documentStarted=!0,this.onDataCallback(e,t+1)},t.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},t.prototype.debugInfo=function(e){return e==null?``:`node: <`+e+`>`},t.prototype.ele=function(){return this.element.apply(this,arguments)},t.prototype.nod=function(e,t,n){return this.node(e,t,n)},t.prototype.txt=function(e){return this.text(e)},t.prototype.dat=function(e){return this.cdata(e)},t.prototype.com=function(e){return this.comment(e)},t.prototype.ins=function(e,t){return this.instruction(e,t)},t.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},t.prototype.dtd=function(e,t,n){return this.doctype(e,t,n)},t.prototype.e=function(e,t,n){return this.element(e,t,n)},t.prototype.n=function(e,t,n){return this.node(e,t,n)},t.prototype.t=function(e){return this.text(e)},t.prototype.d=function(e){return this.cdata(e)},t.prototype.c=function(e){return this.comment(e)},t.prototype.r=function(e){return this.raw(e)},t.prototype.i=function(e,t){return this.instruction(e,t)},t.prototype.att=function(){return this.currentNode&&this.currentNode instanceof l?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.a=function(){return this.currentNode&&this.currentNode instanceof l?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.ent=function(e,t){return this.entity(e,t)},t.prototype.pent=function(e,t){return this.pEntity(e,t)},t.prototype.not=function(e,t){return this.notation(e,t)},t})()}).call(e)})),Ts=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c,l,u,d,f,p,m,h=function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},g={}.hasOwnProperty;s=ls(),c=ms(),e=ss(),n=cs(),u=os(),f=hs(),p=gs(),d=_s(),l=vs(),r=us(),i=fs(),a=ds(),o=ps(),m=xs(),t.exports=(function(t){h(m,t);function m(e,t){m.__super__.constructor.call(this,t),this.stream=e}return m.prototype.document=function(e){var t,r,i,a,o,u=e.children,f,p;for(r=0,a=u.length;r<a;r++)t=u[r],t.isLastRootNode=!1;for(e.children[e.children.length-1].isLastRootNode=!0,f=e.children,p=[],i=0,o=f.length;i<o;i++)if(t=f[i],!(t instanceof l))switch(!1){case!(t instanceof s):p.push(this.declaration(t));break;case!(t instanceof c):p.push(this.docType(t));break;case!(t instanceof n):p.push(this.comment(t));break;case!(t instanceof d):p.push(this.processingInstruction(t));break;default:p.push(this.element(t))}return p},m.prototype.attribute=function(e){return this.stream.write(` `+e.name+`="`+e.value+`"`)},m.prototype.cdata=function(e,t){return this.stream.write(this.space(t)+`<![CDATA[`+e.text+`]]>`+this.endline(e))},m.prototype.comment=function(e,t){return this.stream.write(this.space(t)+`<!-- `+e.text+` -->`+this.endline(e))},m.prototype.declaration=function(e,t){return this.stream.write(this.space(t)),this.stream.write(`<?xml version="`+e.version+`"`),e.encoding!=null&&this.stream.write(` encoding="`+e.encoding+`"`),e.standalone!=null&&this.stream.write(` standalone="`+e.standalone+`"`),this.stream.write(this.spacebeforeslash+`?>`),this.stream.write(this.endline(e))},m.prototype.docType=function(t,s){var c,l,u,f;if(s||=0,this.stream.write(this.space(s)),this.stream.write(`<!DOCTYPE `+t.root().name),t.pubID&&t.sysID?this.stream.write(` PUBLIC "`+t.pubID+`" "`+t.sysID+`"`):t.sysID&&this.stream.write(` SYSTEM "`+t.sysID+`"`),t.children.length>0){for(this.stream.write(` [`),this.stream.write(this.endline(t)),f=t.children,l=0,u=f.length;l<u;l++)switch(c=f[l],!1){case!(c instanceof r):this.dtdAttList(c,s+1);break;case!(c instanceof i):this.dtdElement(c,s+1);break;case!(c instanceof a):this.dtdEntity(c,s+1);break;case!(c instanceof o):this.dtdNotation(c,s+1);break;case!(c instanceof e):this.cdata(c,s+1);break;case!(c instanceof n):this.comment(c,s+1);break;case!(c instanceof d):this.processingInstruction(c,s+1);break;default:throw Error(`Unknown DTD node type: `+c.constructor.name)}this.stream.write(`]`)}return this.stream.write(this.spacebeforeslash+`>`),this.stream.write(this.endline(t))},m.prototype.element=function(t,r){var i,a,o,s,c,m,h,_;for(c in r||=0,_=this.space(r),this.stream.write(_+`<`+t.name),m=t.attributes,m)g.call(m,c)&&(i=m[c],this.attribute(i));if(t.children.length===0||t.children.every(function(e){return e.value===``}))this.allowEmpty?this.stream.write(`></`+t.name+`>`):this.stream.write(this.spacebeforeslash+`/>`);else if(this.pretty&&t.children.length===1&&t.children[0].value!=null)this.stream.write(`>`),this.stream.write(t.children[0].value),this.stream.write(`</`+t.name+`>`);else{for(this.stream.write(`>`+this.newline),h=t.children,o=0,s=h.length;o<s;o++)switch(a=h[o],!1){case!(a instanceof e):this.cdata(a,r+1);break;case!(a instanceof n):this.comment(a,r+1);break;case!(a instanceof u):this.element(a,r+1);break;case!(a instanceof f):this.raw(a,r+1);break;case!(a instanceof p):this.text(a,r+1);break;case!(a instanceof d):this.processingInstruction(a,r+1);break;case!(a instanceof l):break;default:throw Error(`Unknown XML node type: `+a.constructor.name)}this.stream.write(_+`</`+t.name+`>`)}return this.stream.write(this.endline(t))},m.prototype.processingInstruction=function(e,t){return this.stream.write(this.space(t)+`<?`+e.target),e.value&&this.stream.write(` `+e.value),this.stream.write(this.spacebeforeslash+`?>`+this.endline(e))},m.prototype.raw=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},m.prototype.text=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},m.prototype.dtdAttList=function(e,t){return this.stream.write(this.space(t)+`<!ATTLIST `+e.elementName+` `+e.attributeName+` `+e.attributeType),e.defaultValueType!==`#DEFAULT`&&this.stream.write(` `+e.defaultValueType),e.defaultValue&&this.stream.write(` "`+e.defaultValue+`"`),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.dtdElement=function(e,t){return this.stream.write(this.space(t)+`<!ELEMENT `+e.name+` `+e.value),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.dtdEntity=function(e,t){return this.stream.write(this.space(t)+`<!ENTITY`),e.pe&&this.stream.write(` %`),this.stream.write(` `+e.name),e.value?this.stream.write(` "`+e.value+`"`):(e.pubID&&e.sysID?this.stream.write(` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`):e.sysID&&this.stream.write(` SYSTEM "`+e.sysID+`"`),e.nData&&this.stream.write(` NDATA `+e.nData)),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.dtdNotation=function(e,t){return this.stream.write(this.space(t)+`<!NOTATION `+e.name),e.pubID&&e.sysID?this.stream.write(` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`):e.pubID?this.stream.write(` PUBLIC "`+e.pubID+`"`):e.sysID&&this.stream.write(` SYSTEM "`+e.sysID+`"`),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.endline=function(e){return e.isLastRootNode?``:this.newline},m})(m)}).call(e)})),Es=d(((e,t)=>{(function(){var e,n,r,i,a,o,s=is();a=s.assign,o=s.isFunction,e=Cs(),n=ws(),i=Ss(),r=Ts(),t.exports.create=function(t,n,r,i){var o,s;if(t==null)throw Error(`Root element needs a name.`);return i=a({},n,r,i),o=new e(i),s=o.element(t),i.headless||(o.declaration(i),(i.pubID!=null||i.sysID!=null)&&o.doctype(i)),s},t.exports.begin=function(t,r,i){var a;return o(t)&&(a=[t,r],r=a[0],i=a[1],t={}),r?new n(t,r,i):new e(t)},t.exports.stringWriter=function(e){return new i(e)},t.exports.streamWriter=function(e,t){return new r(e,t)}}).call(e)})),Ds=d((e=>{var t=(so(),h(oo)),n=Es();e.writeString=r;function r(e,r){var a=t.invert(r),o={element:c,text:i};function s(e,t){return o[t.type](e,t)}function c(e,t){var n=e.element(l(t.name),t.attributes);t.children.forEach(function(e){s(n,e)})}function l(e){var t=/^\{(.*)\}(.*)$/.exec(e);if(t){var n=a[t[1]];return n+(n===``?``:`:`)+t[2]}else return e}function u(e){var i=n.create(l(e.name),{version:`1.0`,encoding:`UTF-8`,standalone:!0});return t.forEach(r,function(e,t){var n=`xmlns`+(t===``?``:`:`+t);i.attribute(n,e)}),e.children.forEach(function(e){s(i,e)}),i.end()}return u(e)}function i(e,t){e.text(t.value)}})),Os=d((e=>{var t=Yo();e.Element=t.Element,e.element=t.element,e.emptyElement=t.emptyElement,e.text=t.text,e.readString=rs().readString,e.writeString=Ds().writeString})),ks=d((e=>{var t=(so(),h(oo)),n=Uo(),r=Os();e.read=a,e.readXmlFromZipFile=o;var i={"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 a(e){return r.readString(e,i).then(function(e){return c(e)[0]})}function o(e,t){return e.exists(t)?e.read(t,`utf-8`).then(s).then(a):n.resolve(null)}function s(e){return e.replace(/^\uFEFF/g,``)}function c(e){return e.type===`element`?e.name===`mc:AlternateContent`?e.firstOrEmpty(`mc:Fallback`).children:(e.children=t.flatten(e.children.map(c,!0)),[e]):[e]}})),As=d((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.default=[{"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`}]})),js=d((e=>{var t=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,`__esModule`,{value:!0}),e.hex=e.dec=e.codePoint=void 0;for(var n=t(As()),r={},i=String.fromCodePoint?String.fromCodePoint:p,a=0,o=n.default;a<o.length;a++){var s=o[a],c=parseInt(s[`Unicode dec`],10),l={codePoint:c,string:i(c)};r[s[`Typeface name`].toUpperCase()+`_`+s[`Dingbat dec`]]=l}function u(e,t){return r[e.toUpperCase()+`_`+t]}e.codePoint=u;function d(e,t){return u(e,parseInt(t,10))}e.dec=d;function f(e,t){return u(e,parseInt(t,16))}e.hex=f;function p(e){if(e<=65535)return String.fromCharCode(e);var t=Math.floor((e-65536)/1024)+55296,n=(e-65536)%1024+56320;return String.fromCharCode(t,n)}})),Ms=d((e=>{var t=(so(),h(oo));e.paragraph=n,e.run=r,e._elements=a,e._elementsOfType=i,e.getDescendantsOfType=o,e.getDescendants=s;function n(e){return i(`paragraph`,e)}function r(e){return i(`run`,e)}function i(e,t){return a(function(n){return n.type===e?t(n):n})}function a(e){return function n(r){if(r.children){var i=t.map(r.children,n);r=t.extend(r,{children:i})}return e(r)}}function o(e,t){return s(e).filter(function(e){return e.type===t})}function s(e){var t=[];return c(e,function(e){t.push(e)}),t}function c(e,t){e.children&&e.children.forEach(function(e){c(e,t),t(e)})}})),Ns=d((e=>{e.uriToZipEntryName=t,e.replaceFragment=n;function t(e,t){return t.charAt(0)===`/`?t.substr(1):e+`/`+t}function n(e,t){var n=e.indexOf(`#`);return n!==-1&&(e=e.substring(0,n)),e+`#`+t}})),Ps=d((e=>{e.createBodyReader=l,e._readNumberingProperties=d;var t=js(),n=(so(),h(oo)),r=Wo(),i=Go().Result,a=Go().warning,o=Os(),s=Ms(),c=Ns();function l(e){return{readXmlElement:function(t){return new u(e).readXmlElement(t)},readXmlElements:function(t){return new u(e).readXmlElements(t)}}}function u(e){var i=[],l=[],u=[],h=e.relationships,x=e.contentTypes,S=e.docxFile,C=e.files,w=e.numbering,T=e.styles;function E(e){return b(e.map(D))}function D(e){if(e.type===`element`){var t=oe[e.name];if(t)return t(e);if(!Object.prototype.hasOwnProperty.call(p,e.name))return m([a(`An unrecognised element was ignored: `+e.name)])}return g()}function O(e){return F(e).map(function(t){return{type:`paragraphProperties`,styleId:t.styleId,styleName:t.name,alignment:e.firstOrEmpty(`w:jc`).attributes[`w:val`],numbering:d(t.styleId,e.firstOrEmpty(`w:numPr`),w),indent:k(e.firstOrEmpty(`w:ind`))}})}function k(e){return{start:e.attributes[`w:start`]||e.attributes[`w:left`],end:e.attributes[`w:end`]||e.attributes[`w:right`],firstLine:e.attributes[`w:firstLine`],hanging:e.attributes[`w:hanging`]}}function A(e){return I(e).map(function(t){var n=e.firstOrEmpty(`w:sz`).attributes[`w:val`],r=/^[0-9]+$/.test(n)?parseInt(n,10)/2:null;return{type:`runProperties`,styleId:t.styleId,styleName:t.name,verticalAlignment:e.firstOrEmpty(`w:vertAlign`).attributes[`w:val`],font:e.firstOrEmpty(`w:rFonts`).attributes[`w:ascii`],fontSize:r,isBold:M(e.first(`w:b`)),isUnderline:j(e.first(`w:u`)),isItalic:M(e.first(`w:i`)),isStrikethrough:M(e.first(`w:strike`)),isAllCaps:M(e.first(`w:caps`)),isSmallCaps:M(e.first(`w:smallCaps`)),highlight:P(e.firstOrEmpty(`w:highlight`).attributes[`w:val`])}})}function j(e){if(e){var t=e.attributes[`w:val`];return t!==void 0&&t!==`false`&&t!==`0`&&t!==`none`}else return!1}function M(e){if(e){var t=e.attributes[`w:val`];return t!==`false`&&t!==`0`}else return!1}function N(e){return e!==`false`&&e!==`0`}function P(e){return!e||e===`none`?null:e}function F(e){return R(e,`w:pStyle`,`Paragraph`,T.findParagraphStyleById)}function I(e){return R(e,`w:rStyle`,`Run`,T.findCharacterStyleById)}function L(e){return R(e,`w:tblStyle`,`Table`,T.findTableStyleById)}function R(e,t,n,r){var i=[],a=e.first(t),o=null,s=null;if(a&&(o=a.attributes[`w:val`],o)){var c=r(o);c?s=c.name:i.push(ve(n,o))}return v({styleId:o,name:s},i)}function z(e){var t=e.attributes[`w:fldCharType`];if(t===`begin`)i.push({type:`begin`,fldChar:e}),l=[];else if(t===`end`){var n=i.pop();if(n.type===`begin`&&(n=ee(n)),n.type===`checkbox`)return _(r.checkbox({checked:n.checked}))}else if(t===`separate`){var a=ee(i.pop());i.push(a)}return g()}function B(){var e=n.last(i.filter(function(e){return e.type===`hyperlink`}));return e?e.options:null}function ee(e){return te(l.join(``),e.type===`begin`?e.fldChar:o.emptyElement)}function te(e,t){var n=/^\s*HYPERLINK\s+(\\l\s+)?(?:"(.*)"|([^\\]\S*))/.exec(e);if(n){var r=n[2]===void 0?n[3]:n[2];return{type:`hyperlink`,options:n[1]===void 0?{href:r}:{anchor:r}}}if(/\s*FORMCHECKBOX\s*/.exec(e)){var i=t.firstOrEmpty(`w:ffData`).firstOrEmpty(`w:checkBox`);return{type:`checkbox`,checked:M(i.first(`w:checked`)??i.first(`w:default`))}}return{type:`unknown`}}function V(e){return l.push(e.text()),g()}function ne(e){var n=e.attributes[`w:font`],i=e.attributes[`w:char`],o=t.hex(n,i);return o==null&&/^F0..$/.test(i)&&(o=t.hex(n,i.substring(2))),o==null?m([a(`A w:sym element with an unsupported character was ignored: char `+i+` in font `+n)]):_(new r.Text(o.string))}function re(e){return function(t){var n=t.attributes[`w:id`];return _(new r.NoteReference({noteType:e,noteId:n}))}}function ie(e){return _(r.commentReference({commentId:e.attributes[`w:id`]}))}function ae(e){return E(e.children)}var oe={"w:p":function(e){var t=e.firstOrEmpty(`w:pPr`);if(t.firstOrEmpty(`w:rPr`).first(`w:del`))return e.children.forEach(function(e){u.push(e)}),g();var n=e.children;return u.length>0&&(n=u.concat(n),u=[]),y.map(O(t),E(n),function(e,t){return new r.Paragraph(t,e)}).insertExtra()},"w:r":function(e){return y.map(A(e.firstOrEmpty(`w:rPr`)),E(e.children),function(e,t){var n=B();return n!==null&&(t=[new r.Hyperlink(t,n)]),new r.Run(t,e)})},"w:fldChar":z,"w:instrText":V,"w:t":function(e){return _(new r.Text(e.text()))},"w:tab":function(e){return _(new r.Tab)},"w:noBreakHyphen":function(){return _(new r.Text(`‑`))},"w:softHyphen":function(e){return _(new r.Text(`­`))},"w:sym":ne,"w:hyperlink":function(e){var t=e.attributes[`r:id`],i=e.attributes[`w:anchor`];return E(e.children).map(function(a){function o(t){var i=e.attributes[`w:tgtFrame`]||null;return new r.Hyperlink(a,n.extend({targetFrame:i},t))}if(t){var s=h.findTargetByRelationshipId(t);return i&&(s=c.replaceFragment(s,i)),o({href:s})}else if(i)return o({anchor:i});else return a})},"w:tbl":H,"w:tr":se,"w:tc":ce,"w:footnoteReference":re(`footnote`),"w:endnoteReference":re(`endnote`),"w:commentReference":ie,"w:br":function(e){var t=e.attributes[`w:type`];return t==null||t===`textWrapping`?_(r.lineBreak):t===`page`?_(r.pageBreak):t===`column`?_(r.columnBreak):m([a(`Unsupported break type: `+t)])},"w:bookmarkStart":function(e){var t=e.attributes[`w:name`];return t===`_GoBack`?g():_(new r.BookmarkStart({name:t}))},"mc:AlternateContent":function(e){return ae(e.firstOrEmpty(`mc:Fallback`))},"w:sdt":function(e){return E(e.firstOrEmpty(`w:sdtContent`).children).map(function(t){var n=e.firstOrEmpty(`w:sdtPr`).first(`wordml:checkbox`);if(n){var i=n.first(`wordml:checked`),a=!!i&&N(i.attributes[`wordml:val`]),o=r.checkbox({checked:a}),c=!1,l=t.map(s._elementsOfType(r.types.text,function(e){return e.value.length>0&&!c?(c=!0,o):e}));return c?l:o}else return t})},"w:ins":ae,"w:object":ae,"w:smartTag":ae,"w:drawing":ae,"w:pict":function(e){return ae(e).toExtra()},"v:roundrect":ae,"v:shape":ae,"v:textbox":ae,"w:txbxContent":ae,"wp:inline":fe,"wp:anchor":fe,"v:imagedata":he,"v:group":ae,"v:rect":ae};return{readXmlElement:D,readXmlElements:E};function H(e){var t=U(e.firstOrEmpty(`w:tblPr`));return E(e.children).flatMap(ue).flatMap(function(e){return t.map(function(t){return r.Table(e,t)})})}function U(e){return L(e).map(function(e){return{styleId:e.styleId,styleName:e.name}})}function se(e){var t=e.firstOrEmpty(`w:trPr`);if(t.first(`w:del`))return g();var n=!!t.first(`w:tblHeader`);return E(e.children).map(function(e){return r.TableRow(e,{isHeader:n})})}function ce(e){return E(e.children).map(function(t){var n=e.firstOrEmpty(`w:tcPr`),i=n.firstOrEmpty(`w:gridSpan`).attributes[`w:val`],a=i?parseInt(i,10):1,o=r.TableCell(t,{colSpan:a});return o._vMerge=le(n),o})}function le(e){var t=e.first(`w:vMerge`);if(t){var n=t.attributes[`w:val`];return n===`continue`||!n}else return null}function ue(e){if(n.any(e,function(e){return e.type!==r.types.tableRow}))return de(e),v(e,[a(`unexpected non-row element in table, cell merging may be incorrect`)]);if(n.any(e,function(e){return n.any(e.children,function(e){return e.type!==r.types.tableCell})}))return de(e),v(e,[a(`unexpected non-cell element in table row, cell merging may be incorrect`)]);var t={};return e.forEach(function(e){var n=0;e.children.forEach(function(e){e._vMerge&&t[n]?t[n].rowSpan++:(t[n]=e,e._vMerge=!1),n+=e.colSpan})}),e.forEach(function(e){e.children=e.children.filter(function(e){return!e._vMerge}),e.children.forEach(function(e){delete e._vMerge})}),_(e)}function de(e){e.forEach(function(e){s.getDescendantsOfType(e,r.types.tableCell).forEach(function(e){delete e._vMerge})})}function fe(e){return b(e.getElementsByTagName(`a:graphic`).getElementsByTagName(`a:graphicData`).getElementsByTagName(`pic:pic`).getElementsByTagName(`pic:blipFill`).getElementsByTagName(`a:blip`).map(pe.bind(null,e)))}function pe(e,t){var n=e.firstOrEmpty(`wp:docPr`),i=n.attributes,o=W(i.descr)?i.title:i.descr,s=me(t);return s===null?m([a(`Could not find image file for a:blip element`)]):_e(s,o).map(function(e){var t=n.firstOrEmpty(`a:hlinkClick`).attributes[`r:id`];if(t){var i=h.findTargetByRelationshipId(t);return new r.Hyperlink([e],{href:i})}else return e})}function W(e){return e==null||/^\s*$/.test(e)}function me(e){var t=e.attributes[`r:embed`],n=e.attributes[`r:link`];if(t)return ge(t);if(n){var r=h.findTargetByRelationshipId(n);return{path:r,read:C.read.bind(C,r)}}else return null}function he(e){var t=e.attributes[`r:id`];return t?_e(ge(t),e.attributes[`o:title`]):m([a(`A v:imagedata element without a relationship ID was ignored`)])}function ge(e){var t=c.uriToZipEntryName(`word`,h.findTargetByRelationshipId(e));return{path:t,read:S.read.bind(S,t)}}function _e(e,t){var n=x.findContentType(e.path);return v(r.Image({readImage:e.read,altText:t,contentType:n}),f[n]?[]:a(`Image of type `+n+` is unlikely to display in web browsers`))}function ve(e,t){return a(e+` style with ID `+t+` was referenced but not defined in the document`)}}function d(e,t,n){var r=t.firstOrEmpty(`w:ilvl`).attributes[`w:val`],i=t.firstOrEmpty(`w:numId`).attributes[`w:val`];if(r!==void 0&&i!==void 0)return n.findLevel(i,r);if(e!=null){var a=n.findLevelByParagraphStyleId(e);if(a!=null)return a}return i===void 0?null:n.findLevel(i,`0`)}var f={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},p={"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 m(e){return new y(null,null,e)}function g(){return new y(null)}function _(e){return new y(e)}function v(e,t){return new y(e,null,t)}function y(e,t,n){this.value=e||[],this.extra=t||[],this._result=new i({element:this.value,extra:t},n),this.messages=this._result.messages}y.prototype.toExtra=function(){return new y(null,x(this.extra,this.value),this.messages)},y.prototype.insertExtra=function(){var e=this.extra;return e&&e.length?new y(x(this.value,e),null,this.messages):this},y.prototype.map=function(e){var t=this._result.map(function(t){return e(t.element)});return new y(t.value,this.extra,t.messages)},y.prototype.flatMap=function(e){var t=this._result.flatMap(function(t){return e(t.element)._result});return new y(t.value.element,x(this.extra,t.value.extra),t.messages)},y.map=function(e,t,n){return new y(n(e.value,t.value),x(e.extra,t.extra),e.messages.concat(t.messages))};function b(e){var t=i.combine(n.pluck(e,`_result`));return new y(n.flatten(n.pluck(t.value,`element`)),n.filter(n.flatten(n.pluck(t.value,`extra`)),S),t.messages)}function x(e,t){return n.flatten([e,t])}function S(e){return e}})),Fs=d((e=>{e.DocumentXmlReader=r;var t=Wo(),n=Go().Result;function r(e){var r=e.bodyReader;function i(i){var a=i.first(`w:body`);if(a==null)throw Error(`Could not find the body element: are you sure this is a docx file?`);var o=r.readXmlElements(a.children).map(function(n){return new t.Document(n,{notes:e.notes,comments:e.comments})});return new n(o.value,o.messages)}return{convertXmlToDocument:i}}})),Is=d((e=>{e.readRelationships=t,e.defaultValue=new n([]),e.Relationships=n;function t(e){var t=[];return e.children.forEach(function(e){if(e.name===`relationships:Relationship`){var n={relationshipId:e.attributes.Id,target:e.attributes.Target,type:e.attributes.Type};t.push(n)}}),new n(t)}function n(e){var t={};e.forEach(function(e){t[e.relationshipId]=e.target});var n={};return e.forEach(function(e){n[e.type]||(n[e.type]=[]),n[e.type].push(e.target)}),{findTargetByRelationshipId:function(e){return t[e]},findTargetsByType:function(e){return n[e]||[]}}}})),Ls=d((e=>{e.readContentTypesFromXml=n;var t={png:`png`,gif:`gif`,jpeg:`jpeg`,jpg:`jpeg`,tif:`tiff`,tiff:`tiff`,bmp:`bmp`};e.defaultContentTypes=r({},{});function n(e){var t={},n={};return e.children.forEach(function(e){if(e.name===`content-types:Default`&&(t[e.attributes.Extension]=e.attributes.ContentType),e.name===`content-types:Override`){var r=e.attributes.PartName;r.charAt(0)===`/`&&(r=r.substring(1)),n[r]=e.attributes.ContentType}}),r(n,t)}function r(e,n){return{findContentType:function(r){var i=e[r];if(i)return i;var a=r.split(`.`),o=a[a.length-1];if(n.hasOwnProperty(o))return n[o];var s=t[o.toLowerCase()];return s?`image/`+s:null}}}})),Rs=d((e=>{var t=(so(),h(oo));e.readNumberingXml=r,e.Numbering=n,e.defaultNumbering=new n({},{});function n(e,n,r){var i=t.flatten(t.values(n).map(function(e){return t.values(e.levels)})),a=t.indexBy(i.filter(function(e){return e.paragraphStyleId!=null}),`paragraphStyleId`);function o(t,i){var a=e[t];if(a){var s=n[a.abstractNumId];return s?s.numStyleLink==null?n[a.abstractNumId].levels[i]:o(r.findNumberingStyleById(s.numStyleLink).numId,i):null}else return null}function s(e){return a[e]||null}return{findLevel:o,findLevelByParagraphStyleId:s}}function r(e,t){if(!t||!t.styles)throw Error(`styles is missing`);var r=i(e);return new n(o(e,r),r,t.styles)}function i(e){var t={};return e.getElementsByTagName(`w:abstractNum`).forEach(function(e){var n=e.attributes[`w:abstractNumId`];t[n]=a(e)}),t}function a(e){var t={},n=null;return e.getElementsByTagName(`w:lvl`).forEach(function(e){var r=e.attributes[`w:ilvl`],i=e.firstOrEmpty(`w:numFmt`).attributes[`w:val`]!==`bullet`,a=e.firstOrEmpty(`w:pStyle`).attributes[`w:val`];r===void 0?n={isOrdered:i,level:`0`,paragraphStyleId:a}:t[r]={isOrdered:i,level:r,paragraphStyleId:a}}),n!==null&&t[n.level]===void 0&&(t[n.level]=n),{levels:t,numStyleLink:e.firstOrEmpty(`w:numStyleLink`).attributes[`w:val`]}}function o(e){var t={};return e.getElementsByTagName(`w:num`).forEach(function(e){var n=e.attributes[`w:numId`];t[n]={abstractNumId:e.first(`w:abstractNumId`).attributes[`w:val`]}}),t}})),zs=d((e=>{e.readStylesXml=n,e.Styles=t,e.defaultStyles=new t({},{});function t(e,t,n,r){return{findParagraphStyleById:function(t){return e[t]},findCharacterStyleById:function(e){return t[e]},findTableStyleById:function(e){return n[e]},findNumberingStyleById:function(e){return r[e]}}}t.EMPTY=new t({},{},{},{});function n(e){var n={},i={},a={},o={},s={paragraph:n,character:i,table:a,numbering:o};return e.getElementsByTagName(`w:style`).forEach(function(e){var t=r(e),n=s[t.type];n&&n[t.styleId]===void 0&&(n[t.styleId]=t)}),new t(n,i,a,o)}function r(e){var t=e.attributes[`w:type`];return t===`numbering`?a(t,e):{type:t,styleId:o(e),name:i(e)}}function i(e){var t=e.first(`w:name`);return t?t.attributes[`w:val`]:null}function a(e,t){var n=o(t);return{type:e,numId:t.firstOrEmpty(`w:pPr`).firstOrEmpty(`w:numPr`).firstOrEmpty(`w:numId`).attributes[`w:val`],styleId:n}}function o(e){return e.attributes[`w:styleId`]}})),Bs=d((e=>{var t=Wo(),n=Go().Result;e.createFootnotesReader=r.bind(e,`footnote`),e.createEndnotesReader=r.bind(e,`endnote`);function r(e,r){function i(t){return n.combine(t.getElementsByTagName(`w:`+e).filter(a).map(o))}function a(e){var t=e.attributes[`w:type`];return t!==`continuationSeparator`&&t!==`separator`}function o(n){var i=n.attributes[`w:id`];return r.readXmlElements(n.children).map(function(n){return t.Note({noteType:e,noteId:i,body:n})})}return i}})),Vs=d((e=>{var t=Wo(),n=Go().Result;function r(e){function r(e){return n.combine(e.getElementsByTagName(`w:comment`).map(i))}function i(n){var r=n.attributes[`w:id`];function i(e){return(n.attributes[e]||``).trim()||null}return e.readXmlElements(n.children).map(function(e){return t.comment({commentId:r,body:e,authorName:i(`w:author`),authorInitials:i(`w:initials`)})})}return r}e.createCommentsReader=r})),Hs=d((e=>{var t=Uo();e.Files=n;function n(){function e(e){return t.reject(Error(`could not open external image: '`+e+`'
199
+ `,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,r=t.writer||{},r)e.call(r,n)&&(i=r[n],this[n]=i);return this},t.prototype.space=function(e){var t;return this.pretty?(t=(e||0)+this.offset+1,t>0?Array(t).join(this.indent):``):``},t})()}).call(e)})),Ss=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c,l,u,d,f,p,m,h=function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},g={}.hasOwnProperty;s=ls(),c=ms(),e=ss(),n=cs(),u=os(),f=hs(),p=gs(),d=_s(),l=vs(),r=us(),i=fs(),a=ds(),o=ps(),m=xs(),t.exports=(function(t){h(m,t);function m(e){m.__super__.constructor.call(this,e)}return m.prototype.document=function(e){var t,r,i,a,o;for(this.textispresent=!1,a=``,o=e.children,r=0,i=o.length;r<i;r++)t=o[r],!(t instanceof l)&&(a+=(function(){switch(!1){case!(t instanceof s):return this.declaration(t);case!(t instanceof c):return this.docType(t);case!(t instanceof n):return this.comment(t);case!(t instanceof d):return this.processingInstruction(t);default:return this.element(t,0)}}).call(this));return this.pretty&&a.slice(-this.newline.length)===this.newline&&(a=a.slice(0,-this.newline.length)),a},m.prototype.attribute=function(e){return` `+e.name+`="`+e.value+`"`},m.prototype.cdata=function(e,t){return this.space(t)+`<![CDATA[`+e.text+`]]>`+this.newline},m.prototype.comment=function(e,t){return this.space(t)+`<!-- `+e.text+` -->`+this.newline},m.prototype.declaration=function(e,t){var n=this.space(t);return n+=`<?xml version="`+e.version+`"`,e.encoding!=null&&(n+=` encoding="`+e.encoding+`"`),e.standalone!=null&&(n+=` standalone="`+e.standalone+`"`),n+=this.spacebeforeslash+`?>`,n+=this.newline,n},m.prototype.docType=function(t,s){var c,l,u,f,p;if(s||=0,f=this.space(s),f+=`<!DOCTYPE `+t.root().name,t.pubID&&t.sysID?f+=` PUBLIC "`+t.pubID+`" "`+t.sysID+`"`:t.sysID&&(f+=` SYSTEM "`+t.sysID+`"`),t.children.length>0){for(f+=` [`,f+=this.newline,p=t.children,l=0,u=p.length;l<u;l++)c=p[l],f+=(function(){switch(!1){case!(c instanceof r):return this.dtdAttList(c,s+1);case!(c instanceof i):return this.dtdElement(c,s+1);case!(c instanceof a):return this.dtdEntity(c,s+1);case!(c instanceof o):return this.dtdNotation(c,s+1);case!(c instanceof e):return this.cdata(c,s+1);case!(c instanceof n):return this.comment(c,s+1);case!(c instanceof d):return this.processingInstruction(c,s+1);default:throw Error(`Unknown DTD node type: `+c.constructor.name)}}).call(this);f+=`]`}return f+=this.spacebeforeslash+`>`,f+=this.newline,f},m.prototype.element=function(t,r){var i,a,o,s,c,m,h,_,v,y,b,x,S;for(h in r||=0,S=!1,this.textispresent?(this.newline=``,this.pretty=!1):(this.newline=this.newlinedefault,this.pretty=this.prettydefault),x=this.space(r),_=``,_+=x+`<`+t.name,v=t.attributes,v)g.call(v,h)&&(i=v[h],_+=this.attribute(i));if(t.children.length===0||t.children.every(function(e){return e.value===``}))this.allowEmpty?_+=`></`+t.name+`>`+this.newline:_+=this.spacebeforeslash+`/>`+this.newline;else if(this.pretty&&t.children.length===1&&t.children[0].value!=null)_+=`>`,_+=t.children[0].value,_+=`</`+t.name+`>`+this.newline;else{if(this.dontprettytextnodes){for(y=t.children,o=0,c=y.length;o<c;o++)if(a=y[o],a.value!=null){this.textispresent++,S=!0;break}}for(this.textispresent&&(this.newline=``,this.pretty=!1,x=this.space(r)),_+=`>`+this.newline,b=t.children,s=0,m=b.length;s<m;s++)a=b[s],_+=(function(){switch(!1){case!(a instanceof e):return this.cdata(a,r+1);case!(a instanceof n):return this.comment(a,r+1);case!(a instanceof u):return this.element(a,r+1);case!(a instanceof f):return this.raw(a,r+1);case!(a instanceof p):return this.text(a,r+1);case!(a instanceof d):return this.processingInstruction(a,r+1);case!(a instanceof l):return``;default:throw Error(`Unknown XML node type: `+a.constructor.name)}}).call(this);S&&this.textispresent--,this.textispresent||(this.newline=this.newlinedefault,this.pretty=this.prettydefault),_+=x+`</`+t.name+`>`+this.newline}return _},m.prototype.processingInstruction=function(e,t){var n=this.space(t)+`<?`+e.target;return e.value&&(n+=` `+e.value),n+=this.spacebeforeslash+`?>`+this.newline,n},m.prototype.raw=function(e,t){return this.space(t)+e.value+this.newline},m.prototype.text=function(e,t){return this.space(t)+e.value+this.newline},m.prototype.dtdAttList=function(e,t){var n=this.space(t)+`<!ATTLIST `+e.elementName+` `+e.attributeName+` `+e.attributeType;return e.defaultValueType!==`#DEFAULT`&&(n+=` `+e.defaultValueType),e.defaultValue&&(n+=` "`+e.defaultValue+`"`),n+=this.spacebeforeslash+`>`+this.newline,n},m.prototype.dtdElement=function(e,t){return this.space(t)+`<!ELEMENT `+e.name+` `+e.value+this.spacebeforeslash+`>`+this.newline},m.prototype.dtdEntity=function(e,t){var n=this.space(t)+`<!ENTITY`;return e.pe&&(n+=` %`),n+=` `+e.name,e.value?n+=` "`+e.value+`"`:(e.pubID&&e.sysID?n+=` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`:e.sysID&&(n+=` SYSTEM "`+e.sysID+`"`),e.nData&&(n+=` NDATA `+e.nData)),n+=this.spacebeforeslash+`>`+this.newline,n},m.prototype.dtdNotation=function(e,t){var n=this.space(t)+`<!NOTATION `+e.name;return e.pubID&&e.sysID?n+=` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`:e.pubID?n+=` PUBLIC "`+e.pubID+`"`:e.sysID&&(n+=` SYSTEM "`+e.sysID+`"`),n+=this.spacebeforeslash+`>`+this.newline,n},m.prototype.openNode=function(e,t){var n,r,i,a;if(t||=0,e instanceof u){for(r in i=this.space(t)+`<`+e.name,a=e.attributes,a)g.call(a,r)&&(n=a[r],i+=this.attribute(n));return i+=(e.children?`>`:`/>`)+this.newline,i}else return i=this.space(t)+`<!DOCTYPE `+e.rootNodeName,e.pubID&&e.sysID?i+=` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`:e.sysID&&(i+=` SYSTEM "`+e.sysID+`"`),i+=(e.children?` [`:`>`)+this.newline,i},m.prototype.closeNode=function(e,t){switch(t||=0,!1){case!(e instanceof u):return this.space(t)+`</`+e.name+`>`+this.newline;case!(e instanceof c):return this.space(t)+`]>`+this.newline}},m})(m)}).call(e)})),Cs=d(((e,t)=>{(function(){var e,n,r,i,a=function(e,t){for(var n in t)o.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},o={}.hasOwnProperty;i=is().isPlainObject,e=ys(),r=bs(),n=Ss(),t.exports=(function(e){a(t,e);function t(e){t.__super__.constructor.call(this,null),this.name=`?xml`,e||={},e.writer||=new n,this.options=e,this.stringify=new r(e),this.isDocument=!0}return t.prototype.end=function(e){var t;return e?i(e)&&(t=e,e=this.options.writer.set(t)):e=this.options.writer,e.document(this)},t.prototype.toString=function(e){return this.options.writer.set(e).document(this)},t})(e)}).call(e)})),ws=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b,x={}.hasOwnProperty;b=is(),v=b.isObject,_=b.isFunction,y=b.isPlainObject,g=b.getValue,u=os(),n=ss(),r=cs(),f=hs(),h=gs(),d=_s(),c=ls(),l=ms(),i=us(),o=ds(),a=fs(),s=ps(),e=as(),m=bs(),p=Ss(),t.exports=(function(){function t(e,t,n){var r;this.name=`?xml`,e||={},e.writer?y(e.writer)&&(r=e.writer,e.writer=new p(r)):e.writer=new p(e),this.options=e,this.writer=e.writer,this.stringify=new m(e),this.onDataCallback=t||function(){},this.onEndCallback=n||function(){},this.currentNode=null,this.currentLevel=-1,this.openTags={},this.documentStarted=!1,this.documentCompleted=!1,this.root=null}return t.prototype.node=function(e,t,n){var r,i;if(e==null)throw Error(`Missing node name.`);if(this.root&&this.currentLevel===-1)throw Error(`Document can only have one root node. `+this.debugInfo(e));return this.openCurrent(),e=g(e),t===null&&n==null&&(r=[{},null],t=r[0],n=r[1]),t??={},t=g(t),v(t)||(i=[t,n],n=i[0],t=i[1]),this.currentNode=new u(this,e,t),this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,n!=null&&this.text(n),this},t.prototype.element=function(e,t,n){return this.currentNode&&this.currentNode instanceof l?this.dtdElement.apply(this,arguments):this.node(e,t,n)},t.prototype.attribute=function(t,n){var r,i;if(!this.currentNode||this.currentNode.children)throw Error(`att() can only be used immediately after an ele() call in callback mode. `+this.debugInfo(t));if(t!=null&&(t=g(t)),v(t))for(r in t)x.call(t,r)&&(i=t[r],this.attribute(r,i));else _(n)&&(n=n.apply()),(!this.options.skipNullAttributes||n!=null)&&(this.currentNode.attributes[t]=new e(this,t,n));return this},t.prototype.text=function(e){var t;return this.openCurrent(),t=new h(this,e),this.onData(this.writer.text(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.cdata=function(e){var t;return this.openCurrent(),t=new n(this,e),this.onData(this.writer.cdata(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.comment=function(e){var t;return this.openCurrent(),t=new r(this,e),this.onData(this.writer.comment(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.raw=function(e){var t;return this.openCurrent(),t=new f(this,e),this.onData(this.writer.raw(t,this.currentLevel+1),this.currentLevel+1),this},t.prototype.instruction=function(e,t){var n,r,i,a,o;if(this.openCurrent(),e!=null&&(e=g(e)),t!=null&&(t=g(t)),Array.isArray(e))for(n=0,a=e.length;n<a;n++)r=e[n],this.instruction(r);else if(v(e))for(r in e)x.call(e,r)&&(i=e[r],this.instruction(r,i));else _(t)&&(t=t.apply()),o=new d(this,e,t),this.onData(this.writer.processingInstruction(o,this.currentLevel+1),this.currentLevel+1);return this},t.prototype.declaration=function(e,t,n){var r;if(this.openCurrent(),this.documentStarted)throw Error(`declaration() must be the first node.`);return r=new c(this,e,t,n),this.onData(this.writer.declaration(r,this.currentLevel+1),this.currentLevel+1),this},t.prototype.doctype=function(e,t,n){if(this.openCurrent(),e==null)throw Error(`Missing root node name.`);if(this.root)throw Error(`dtd() must come before the root node.`);return this.currentNode=new l(this,t,n),this.currentNode.rootNodeName=e,this.currentNode.children=!1,this.currentLevel++,this.openTags[this.currentLevel]=this.currentNode,this},t.prototype.dtdElement=function(e,t){var n;return this.openCurrent(),n=new a(this,e,t),this.onData(this.writer.dtdElement(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.attList=function(e,t,n,r,a){var o;return this.openCurrent(),o=new i(this,e,t,n,r,a),this.onData(this.writer.dtdAttList(o,this.currentLevel+1),this.currentLevel+1),this},t.prototype.entity=function(e,t){var n;return this.openCurrent(),n=new o(this,!1,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.pEntity=function(e,t){var n;return this.openCurrent(),n=new o(this,!0,e,t),this.onData(this.writer.dtdEntity(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.notation=function(e,t){var n;return this.openCurrent(),n=new s(this,e,t),this.onData(this.writer.dtdNotation(n,this.currentLevel+1),this.currentLevel+1),this},t.prototype.up=function(){if(this.currentLevel<0)throw 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},t.prototype.end=function(){for(;this.currentLevel>=0;)this.up();return this.onEnd()},t.prototype.openCurrent=function(){if(this.currentNode)return this.currentNode.children=!0,this.openNode(this.currentNode)},t.prototype.openNode=function(e){if(!e.isOpen)return!this.root&&this.currentLevel===0&&e instanceof u&&(this.root=e),this.onData(this.writer.openNode(e,this.currentLevel),this.currentLevel),e.isOpen=!0},t.prototype.closeNode=function(e){if(!e.isClosed)return this.onData(this.writer.closeNode(e,this.currentLevel),this.currentLevel),e.isClosed=!0},t.prototype.onData=function(e,t){return this.documentStarted=!0,this.onDataCallback(e,t+1)},t.prototype.onEnd=function(){return this.documentCompleted=!0,this.onEndCallback()},t.prototype.debugInfo=function(e){return e==null?``:`node: <`+e+`>`},t.prototype.ele=function(){return this.element.apply(this,arguments)},t.prototype.nod=function(e,t,n){return this.node(e,t,n)},t.prototype.txt=function(e){return this.text(e)},t.prototype.dat=function(e){return this.cdata(e)},t.prototype.com=function(e){return this.comment(e)},t.prototype.ins=function(e,t){return this.instruction(e,t)},t.prototype.dec=function(e,t,n){return this.declaration(e,t,n)},t.prototype.dtd=function(e,t,n){return this.doctype(e,t,n)},t.prototype.e=function(e,t,n){return this.element(e,t,n)},t.prototype.n=function(e,t,n){return this.node(e,t,n)},t.prototype.t=function(e){return this.text(e)},t.prototype.d=function(e){return this.cdata(e)},t.prototype.c=function(e){return this.comment(e)},t.prototype.r=function(e){return this.raw(e)},t.prototype.i=function(e,t){return this.instruction(e,t)},t.prototype.att=function(){return this.currentNode&&this.currentNode instanceof l?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.a=function(){return this.currentNode&&this.currentNode instanceof l?this.attList.apply(this,arguments):this.attribute.apply(this,arguments)},t.prototype.ent=function(e,t){return this.entity(e,t)},t.prototype.pent=function(e,t){return this.pEntity(e,t)},t.prototype.not=function(e,t){return this.notation(e,t)},t})()}).call(e)})),Ts=d(((e,t)=>{(function(){var e,n,r,i,a,o,s,c,l,u,d,f,p,m,h=function(e,t){for(var n in t)g.call(t,n)&&(e[n]=t[n]);function r(){this.constructor=e}return r.prototype=t.prototype,e.prototype=new r,e.__super__=t.prototype,e},g={}.hasOwnProperty;s=ls(),c=ms(),e=ss(),n=cs(),u=os(),f=hs(),p=gs(),d=_s(),l=vs(),r=us(),i=fs(),a=ds(),o=ps(),m=xs(),t.exports=(function(t){h(m,t);function m(e,t){m.__super__.constructor.call(this,t),this.stream=e}return m.prototype.document=function(e){var t,r,i,a,o,u=e.children,f,p;for(r=0,a=u.length;r<a;r++)t=u[r],t.isLastRootNode=!1;for(e.children[e.children.length-1].isLastRootNode=!0,f=e.children,p=[],i=0,o=f.length;i<o;i++)if(t=f[i],!(t instanceof l))switch(!1){case!(t instanceof s):p.push(this.declaration(t));break;case!(t instanceof c):p.push(this.docType(t));break;case!(t instanceof n):p.push(this.comment(t));break;case!(t instanceof d):p.push(this.processingInstruction(t));break;default:p.push(this.element(t))}return p},m.prototype.attribute=function(e){return this.stream.write(` `+e.name+`="`+e.value+`"`)},m.prototype.cdata=function(e,t){return this.stream.write(this.space(t)+`<![CDATA[`+e.text+`]]>`+this.endline(e))},m.prototype.comment=function(e,t){return this.stream.write(this.space(t)+`<!-- `+e.text+` -->`+this.endline(e))},m.prototype.declaration=function(e,t){return this.stream.write(this.space(t)),this.stream.write(`<?xml version="`+e.version+`"`),e.encoding!=null&&this.stream.write(` encoding="`+e.encoding+`"`),e.standalone!=null&&this.stream.write(` standalone="`+e.standalone+`"`),this.stream.write(this.spacebeforeslash+`?>`),this.stream.write(this.endline(e))},m.prototype.docType=function(t,s){var c,l,u,f;if(s||=0,this.stream.write(this.space(s)),this.stream.write(`<!DOCTYPE `+t.root().name),t.pubID&&t.sysID?this.stream.write(` PUBLIC "`+t.pubID+`" "`+t.sysID+`"`):t.sysID&&this.stream.write(` SYSTEM "`+t.sysID+`"`),t.children.length>0){for(this.stream.write(` [`),this.stream.write(this.endline(t)),f=t.children,l=0,u=f.length;l<u;l++)switch(c=f[l],!1){case!(c instanceof r):this.dtdAttList(c,s+1);break;case!(c instanceof i):this.dtdElement(c,s+1);break;case!(c instanceof a):this.dtdEntity(c,s+1);break;case!(c instanceof o):this.dtdNotation(c,s+1);break;case!(c instanceof e):this.cdata(c,s+1);break;case!(c instanceof n):this.comment(c,s+1);break;case!(c instanceof d):this.processingInstruction(c,s+1);break;default:throw Error(`Unknown DTD node type: `+c.constructor.name)}this.stream.write(`]`)}return this.stream.write(this.spacebeforeslash+`>`),this.stream.write(this.endline(t))},m.prototype.element=function(t,r){var i,a,o,s,c,m,h,_;for(c in r||=0,_=this.space(r),this.stream.write(_+`<`+t.name),m=t.attributes,m)g.call(m,c)&&(i=m[c],this.attribute(i));if(t.children.length===0||t.children.every(function(e){return e.value===``}))this.allowEmpty?this.stream.write(`></`+t.name+`>`):this.stream.write(this.spacebeforeslash+`/>`);else if(this.pretty&&t.children.length===1&&t.children[0].value!=null)this.stream.write(`>`),this.stream.write(t.children[0].value),this.stream.write(`</`+t.name+`>`);else{for(this.stream.write(`>`+this.newline),h=t.children,o=0,s=h.length;o<s;o++)switch(a=h[o],!1){case!(a instanceof e):this.cdata(a,r+1);break;case!(a instanceof n):this.comment(a,r+1);break;case!(a instanceof u):this.element(a,r+1);break;case!(a instanceof f):this.raw(a,r+1);break;case!(a instanceof p):this.text(a,r+1);break;case!(a instanceof d):this.processingInstruction(a,r+1);break;case!(a instanceof l):break;default:throw Error(`Unknown XML node type: `+a.constructor.name)}this.stream.write(_+`</`+t.name+`>`)}return this.stream.write(this.endline(t))},m.prototype.processingInstruction=function(e,t){return this.stream.write(this.space(t)+`<?`+e.target),e.value&&this.stream.write(` `+e.value),this.stream.write(this.spacebeforeslash+`?>`+this.endline(e))},m.prototype.raw=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},m.prototype.text=function(e,t){return this.stream.write(this.space(t)+e.value+this.endline(e))},m.prototype.dtdAttList=function(e,t){return this.stream.write(this.space(t)+`<!ATTLIST `+e.elementName+` `+e.attributeName+` `+e.attributeType),e.defaultValueType!==`#DEFAULT`&&this.stream.write(` `+e.defaultValueType),e.defaultValue&&this.stream.write(` "`+e.defaultValue+`"`),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.dtdElement=function(e,t){return this.stream.write(this.space(t)+`<!ELEMENT `+e.name+` `+e.value),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.dtdEntity=function(e,t){return this.stream.write(this.space(t)+`<!ENTITY`),e.pe&&this.stream.write(` %`),this.stream.write(` `+e.name),e.value?this.stream.write(` "`+e.value+`"`):(e.pubID&&e.sysID?this.stream.write(` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`):e.sysID&&this.stream.write(` SYSTEM "`+e.sysID+`"`),e.nData&&this.stream.write(` NDATA `+e.nData)),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.dtdNotation=function(e,t){return this.stream.write(this.space(t)+`<!NOTATION `+e.name),e.pubID&&e.sysID?this.stream.write(` PUBLIC "`+e.pubID+`" "`+e.sysID+`"`):e.pubID?this.stream.write(` PUBLIC "`+e.pubID+`"`):e.sysID&&this.stream.write(` SYSTEM "`+e.sysID+`"`),this.stream.write(this.spacebeforeslash+`>`+this.endline(e))},m.prototype.endline=function(e){return e.isLastRootNode?``:this.newline},m})(m)}).call(e)})),Es=d(((e,t)=>{(function(){var e,n,r,i,a,o,s=is();a=s.assign,o=s.isFunction,e=Cs(),n=ws(),i=Ss(),r=Ts(),t.exports.create=function(t,n,r,i){var o,s;if(t==null)throw Error(`Root element needs a name.`);return i=a({},n,r,i),o=new e(i),s=o.element(t),i.headless||(o.declaration(i),(i.pubID!=null||i.sysID!=null)&&o.doctype(i)),s},t.exports.begin=function(t,r,i){var a;return o(t)&&(a=[t,r],r=a[0],i=a[1],t={}),r?new n(t,r,i):new e(t)},t.exports.stringWriter=function(e){return new i(e)},t.exports.streamWriter=function(e,t){return new r(e,t)}}).call(e)})),Ds=d((e=>{var t=(so(),h(oo)),n=Es();e.writeString=r;function r(e,r){var a=t.invert(r),o={element:c,text:i};function s(e,t){return o[t.type](e,t)}function c(e,t){var n=e.element(l(t.name),t.attributes);t.children.forEach(function(e){s(n,e)})}function l(e){var t=/^\{(.*)\}(.*)$/.exec(e);if(t){var n=a[t[1]];return n+(n===``?``:`:`)+t[2]}else return e}function u(e){var i=n.create(l(e.name),{version:`1.0`,encoding:`UTF-8`,standalone:!0});return t.forEach(r,function(e,t){var n=`xmlns`+(t===``?``:`:`+t);i.attribute(n,e)}),e.children.forEach(function(e){s(i,e)}),i.end()}return u(e)}function i(e,t){e.text(t.value)}})),Os=d((e=>{var t=Yo();e.Element=t.Element,e.element=t.element,e.emptyElement=t.emptyElement,e.text=t.text,e.readString=rs().readString,e.writeString=Ds().writeString})),ks=d((e=>{var t=(so(),h(oo)),n=Uo(),r=Os();e.read=a,e.readXmlFromZipFile=o;var i={"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 a(e){return r.readString(e,i).then(function(e){return c(e)[0]})}function o(e,t){return e.exists(t)?e.read(t,`utf-8`).then(s).then(a):n.resolve(null)}function s(e){return e.replace(/^\uFEFF/g,``)}function c(e){return e.type===`element`?e.name===`mc:AlternateContent`?e.firstOrEmpty(`mc:Fallback`).children:(e.children=t.flatten(e.children.map(c,!0)),[e]):[e]}})),As=d((e=>{Object.defineProperty(e,`__esModule`,{value:!0}),e.default=[{"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`}]})),js=d((e=>{var t=e&&e.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,`__esModule`,{value:!0}),e.hex=e.dec=e.codePoint=void 0;for(var n=t(As()),r={},i=String.fromCodePoint?String.fromCodePoint:p,a=0,o=n.default;a<o.length;a++){var s=o[a],c=parseInt(s[`Unicode dec`],10),l={codePoint:c,string:i(c)};r[s[`Typeface name`].toUpperCase()+`_`+s[`Dingbat dec`]]=l}function u(e,t){return r[e.toUpperCase()+`_`+t]}e.codePoint=u;function d(e,t){return u(e,parseInt(t,10))}e.dec=d;function f(e,t){return u(e,parseInt(t,16))}e.hex=f;function p(e){if(e<=65535)return String.fromCharCode(e);var t=Math.floor((e-65536)/1024)+55296,n=(e-65536)%1024+56320;return String.fromCharCode(t,n)}})),Ms=d((e=>{var t=(so(),h(oo));e.paragraph=n,e.run=r,e._elements=a,e._elementsOfType=i,e.getDescendantsOfType=o,e.getDescendants=s;function n(e){return i(`paragraph`,e)}function r(e){return i(`run`,e)}function i(e,t){return a(function(n){return n.type===e?t(n):n})}function a(e){return function n(r){if(r.children){var i=t.map(r.children,n);r=t.extend(r,{children:i})}return e(r)}}function o(e,t){return s(e).filter(function(e){return e.type===t})}function s(e){var t=[];return c(e,function(e){t.push(e)}),t}function c(e,t){e.children&&e.children.forEach(function(e){c(e,t),t(e)})}})),Ns=d((e=>{e.uriToZipEntryName=t,e.replaceFragment=n;function t(e,t){return t.charAt(0)===`/`?t.substr(1):e+`/`+t}function n(e,t){var n=e.indexOf(`#`);return n!==-1&&(e=e.substring(0,n)),e+`#`+t}})),Ps=d((e=>{e.createBodyReader=l,e._readNumberingProperties=d;var t=js(),n=(so(),h(oo)),r=Wo(),i=Go().Result,a=Go().warning,o=Os(),s=Ms(),c=Ns();function l(e){return{readXmlElement:function(t){return new u(e).readXmlElement(t)},readXmlElements:function(t){return new u(e).readXmlElements(t)}}}function u(e){var i=[],l=[],u=[],h=e.relationships,x=e.contentTypes,S=e.docxFile,C=e.files,w=e.numbering,T=e.styles;function E(e){return b(e.map(D))}function D(e){if(e.type===`element`){var t=ae[e.name];if(t)return t(e);if(!Object.prototype.hasOwnProperty.call(p,e.name))return m([a(`An unrecognised element was ignored: `+e.name)])}return g()}function O(e){return F(e).map(function(t){return{type:`paragraphProperties`,styleId:t.styleId,styleName:t.name,alignment:e.firstOrEmpty(`w:jc`).attributes[`w:val`],numbering:d(t.styleId,e.firstOrEmpty(`w:numPr`),w),indent:k(e.firstOrEmpty(`w:ind`))}})}function k(e){return{start:e.attributes[`w:start`]||e.attributes[`w:left`],end:e.attributes[`w:end`]||e.attributes[`w:right`],firstLine:e.attributes[`w:firstLine`],hanging:e.attributes[`w:hanging`]}}function A(e){return I(e).map(function(t){var n=e.firstOrEmpty(`w:sz`).attributes[`w:val`],r=/^[0-9]+$/.test(n)?parseInt(n,10)/2:null;return{type:`runProperties`,styleId:t.styleId,styleName:t.name,verticalAlignment:e.firstOrEmpty(`w:vertAlign`).attributes[`w:val`],font:e.firstOrEmpty(`w:rFonts`).attributes[`w:ascii`],fontSize:r,isBold:M(e.first(`w:b`)),isUnderline:j(e.first(`w:u`)),isItalic:M(e.first(`w:i`)),isStrikethrough:M(e.first(`w:strike`)),isAllCaps:M(e.first(`w:caps`)),isSmallCaps:M(e.first(`w:smallCaps`)),highlight:P(e.firstOrEmpty(`w:highlight`).attributes[`w:val`])}})}function j(e){if(e){var t=e.attributes[`w:val`];return t!==void 0&&t!==`false`&&t!==`0`&&t!==`none`}else return!1}function M(e){if(e){var t=e.attributes[`w:val`];return t!==`false`&&t!==`0`}else return!1}function N(e){return e!==`false`&&e!==`0`}function P(e){return!e||e===`none`?null:e}function F(e){return R(e,`w:pStyle`,`Paragraph`,T.findParagraphStyleById)}function I(e){return R(e,`w:rStyle`,`Run`,T.findCharacterStyleById)}function L(e){return R(e,`w:tblStyle`,`Table`,T.findTableStyleById)}function R(e,t,n,r){var i=[],a=e.first(t),o=null,s=null;if(a&&(o=a.attributes[`w:val`],o)){var c=r(o);c?s=c.name:i.push(_e(n,o))}return v({styleId:o,name:s},i)}function z(e){var t=e.attributes[`w:fldCharType`];if(t===`begin`)i.push({type:`begin`,fldChar:e}),l=[];else if(t===`end`){var n=i.pop();if(n.type===`begin`&&(n=ee(n)),n.type===`checkbox`)return _(r.checkbox({checked:n.checked}))}else if(t===`separate`){var a=ee(i.pop());i.push(a)}return g()}function B(){var e=n.last(i.filter(function(e){return e.type===`hyperlink`}));return e?e.options:null}function ee(e){return V(l.join(``),e.type===`begin`?e.fldChar:o.emptyElement)}function V(e,t){var n=/^\s*HYPERLINK\s+(\\l\s+)?(?:"(.*)"|([^\\]\S*))/.exec(e);if(n){var r=n[2]===void 0?n[3]:n[2];return{type:`hyperlink`,options:n[1]===void 0?{href:r}:{anchor:r}}}if(/\s*FORMCHECKBOX\s*/.exec(e)){var i=t.firstOrEmpty(`w:ffData`).firstOrEmpty(`w:checkBox`);return{type:`checkbox`,checked:M(i.first(`w:checked`)??i.first(`w:default`))}}return{type:`unknown`}}function H(e){return l.push(e.text()),g()}function te(e){var n=e.attributes[`w:font`],i=e.attributes[`w:char`],o=t.hex(n,i);return o==null&&/^F0..$/.test(i)&&(o=t.hex(n,i.substring(2))),o==null?m([a(`A w:sym element with an unsupported character was ignored: char `+i+` in font `+n)]):_(new r.Text(o.string))}function ne(e){return function(t){var n=t.attributes[`w:id`];return _(new r.NoteReference({noteType:e,noteId:n}))}}function re(e){return _(r.commentReference({commentId:e.attributes[`w:id`]}))}function ie(e){return E(e.children)}var ae={"w:p":function(e){var t=e.firstOrEmpty(`w:pPr`);if(t.firstOrEmpty(`w:rPr`).first(`w:del`))return e.children.forEach(function(e){u.push(e)}),g();var n=e.children;return u.length>0&&(n=u.concat(n),u=[]),y.map(O(t),E(n),function(e,t){return new r.Paragraph(t,e)}).insertExtra()},"w:r":function(e){return y.map(A(e.firstOrEmpty(`w:rPr`)),E(e.children),function(e,t){var n=B();return n!==null&&(t=[new r.Hyperlink(t,n)]),new r.Run(t,e)})},"w:fldChar":z,"w:instrText":H,"w:t":function(e){return _(new r.Text(e.text()))},"w:tab":function(e){return _(new r.Tab)},"w:noBreakHyphen":function(){return _(new r.Text(`‑`))},"w:softHyphen":function(e){return _(new r.Text(`­`))},"w:sym":te,"w:hyperlink":function(e){var t=e.attributes[`r:id`],i=e.attributes[`w:anchor`];return E(e.children).map(function(a){function o(t){var i=e.attributes[`w:tgtFrame`]||null;return new r.Hyperlink(a,n.extend({targetFrame:i},t))}if(t){var s=h.findTargetByRelationshipId(t);return i&&(s=c.replaceFragment(s,i)),o({href:s})}else if(i)return o({anchor:i});else return a})},"w:tbl":U,"w:tr":oe,"w:tc":se,"w:footnoteReference":ne(`footnote`),"w:endnoteReference":ne(`endnote`),"w:commentReference":re,"w:br":function(e){var t=e.attributes[`w:type`];return t==null||t===`textWrapping`?_(r.lineBreak):t===`page`?_(r.pageBreak):t===`column`?_(r.columnBreak):m([a(`Unsupported break type: `+t)])},"w:bookmarkStart":function(e){var t=e.attributes[`w:name`];return t===`_GoBack`?g():_(new r.BookmarkStart({name:t}))},"mc:AlternateContent":function(e){return ie(e.firstOrEmpty(`mc:Fallback`))},"w:sdt":function(e){return E(e.firstOrEmpty(`w:sdtContent`).children).map(function(t){var n=e.firstOrEmpty(`w:sdtPr`).first(`wordml:checkbox`);if(n){var i=n.first(`wordml:checked`),a=!!i&&N(i.attributes[`wordml:val`]),o=r.checkbox({checked:a}),c=!1,l=t.map(s._elementsOfType(r.types.text,function(e){return e.value.length>0&&!c?(c=!0,o):e}));return c?l:o}else return t})},"w:ins":ie,"w:object":ie,"w:smartTag":ie,"w:drawing":ie,"w:pict":function(e){return ie(e).toExtra()},"v:roundrect":ie,"v:shape":ie,"v:textbox":ie,"w:txbxContent":ie,"wp:inline":de,"wp:anchor":de,"v:imagedata":me,"v:group":ie,"v:rect":ie};return{readXmlElement:D,readXmlElements:E};function U(e){var t=W(e.firstOrEmpty(`w:tblPr`));return E(e.children).flatMap(le).flatMap(function(e){return t.map(function(t){return r.Table(e,t)})})}function W(e){return L(e).map(function(e){return{styleId:e.styleId,styleName:e.name}})}function oe(e){var t=e.firstOrEmpty(`w:trPr`);if(t.first(`w:del`))return g();var n=!!t.first(`w:tblHeader`);return E(e.children).map(function(e){return r.TableRow(e,{isHeader:n})})}function se(e){return E(e.children).map(function(t){var n=e.firstOrEmpty(`w:tcPr`),i=n.firstOrEmpty(`w:gridSpan`).attributes[`w:val`],a=i?parseInt(i,10):1,o=r.TableCell(t,{colSpan:a});return o._vMerge=ce(n),o})}function ce(e){var t=e.first(`w:vMerge`);if(t){var n=t.attributes[`w:val`];return n===`continue`||!n}else return null}function le(e){if(n.any(e,function(e){return e.type!==r.types.tableRow}))return ue(e),v(e,[a(`unexpected non-row element in table, cell merging may be incorrect`)]);if(n.any(e,function(e){return n.any(e.children,function(e){return e.type!==r.types.tableCell})}))return ue(e),v(e,[a(`unexpected non-cell element in table row, cell merging may be incorrect`)]);var t={};return e.forEach(function(e){var n=0;e.children.forEach(function(e){e._vMerge&&t[n]?t[n].rowSpan++:(t[n]=e,e._vMerge=!1),n+=e.colSpan})}),e.forEach(function(e){e.children=e.children.filter(function(e){return!e._vMerge}),e.children.forEach(function(e){delete e._vMerge})}),_(e)}function ue(e){e.forEach(function(e){s.getDescendantsOfType(e,r.types.tableCell).forEach(function(e){delete e._vMerge})})}function de(e){return b(e.getElementsByTagName(`a:graphic`).getElementsByTagName(`a:graphicData`).getElementsByTagName(`pic:pic`).getElementsByTagName(`pic:blipFill`).getElementsByTagName(`a:blip`).map(fe.bind(null,e)))}function fe(e,t){var n=e.firstOrEmpty(`wp:docPr`),i=n.attributes,o=G(i.descr)?i.title:i.descr,s=pe(t);return s===null?m([a(`Could not find image file for a:blip element`)]):ge(s,o).map(function(e){var t=n.firstOrEmpty(`a:hlinkClick`).attributes[`r:id`];if(t){var i=h.findTargetByRelationshipId(t);return new r.Hyperlink([e],{href:i})}else return e})}function G(e){return e==null||/^\s*$/.test(e)}function pe(e){var t=e.attributes[`r:embed`],n=e.attributes[`r:link`];if(t)return he(t);if(n){var r=h.findTargetByRelationshipId(n);return{path:r,read:C.read.bind(C,r)}}else return null}function me(e){var t=e.attributes[`r:id`];return t?ge(he(t),e.attributes[`o:title`]):m([a(`A v:imagedata element without a relationship ID was ignored`)])}function he(e){var t=c.uriToZipEntryName(`word`,h.findTargetByRelationshipId(e));return{path:t,read:S.read.bind(S,t)}}function ge(e,t){var n=x.findContentType(e.path);return v(r.Image({readImage:e.read,altText:t,contentType:n}),f[n]?[]:a(`Image of type `+n+` is unlikely to display in web browsers`))}function _e(e,t){return a(e+` style with ID `+t+` was referenced but not defined in the document`)}}function d(e,t,n){var r=t.firstOrEmpty(`w:ilvl`).attributes[`w:val`],i=t.firstOrEmpty(`w:numId`).attributes[`w:val`];if(r!==void 0&&i!==void 0)return n.findLevel(i,r);if(e!=null){var a=n.findLevelByParagraphStyleId(e);if(a!=null)return a}return i===void 0?null:n.findLevel(i,`0`)}var f={"image/png":!0,"image/gif":!0,"image/jpeg":!0,"image/svg+xml":!0,"image/tiff":!0},p={"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 m(e){return new y(null,null,e)}function g(){return new y(null)}function _(e){return new y(e)}function v(e,t){return new y(e,null,t)}function y(e,t,n){this.value=e||[],this.extra=t||[],this._result=new i({element:this.value,extra:t},n),this.messages=this._result.messages}y.prototype.toExtra=function(){return new y(null,x(this.extra,this.value),this.messages)},y.prototype.insertExtra=function(){var e=this.extra;return e&&e.length?new y(x(this.value,e),null,this.messages):this},y.prototype.map=function(e){var t=this._result.map(function(t){return e(t.element)});return new y(t.value,this.extra,t.messages)},y.prototype.flatMap=function(e){var t=this._result.flatMap(function(t){return e(t.element)._result});return new y(t.value.element,x(this.extra,t.value.extra),t.messages)},y.map=function(e,t,n){return new y(n(e.value,t.value),x(e.extra,t.extra),e.messages.concat(t.messages))};function b(e){var t=i.combine(n.pluck(e,`_result`));return new y(n.flatten(n.pluck(t.value,`element`)),n.filter(n.flatten(n.pluck(t.value,`extra`)),S),t.messages)}function x(e,t){return n.flatten([e,t])}function S(e){return e}})),Fs=d((e=>{e.DocumentXmlReader=r;var t=Wo(),n=Go().Result;function r(e){var r=e.bodyReader;function i(i){var a=i.first(`w:body`);if(a==null)throw Error(`Could not find the body element: are you sure this is a docx file?`);var o=r.readXmlElements(a.children).map(function(n){return new t.Document(n,{notes:e.notes,comments:e.comments})});return new n(o.value,o.messages)}return{convertXmlToDocument:i}}})),Is=d((e=>{e.readRelationships=t,e.defaultValue=new n([]),e.Relationships=n;function t(e){var t=[];return e.children.forEach(function(e){if(e.name===`relationships:Relationship`){var n={relationshipId:e.attributes.Id,target:e.attributes.Target,type:e.attributes.Type};t.push(n)}}),new n(t)}function n(e){var t={};e.forEach(function(e){t[e.relationshipId]=e.target});var n={};return e.forEach(function(e){n[e.type]||(n[e.type]=[]),n[e.type].push(e.target)}),{findTargetByRelationshipId:function(e){return t[e]},findTargetsByType:function(e){return n[e]||[]}}}})),Ls=d((e=>{e.readContentTypesFromXml=n;var t={png:`png`,gif:`gif`,jpeg:`jpeg`,jpg:`jpeg`,tif:`tiff`,tiff:`tiff`,bmp:`bmp`};e.defaultContentTypes=r({},{});function n(e){var t={},n={};return e.children.forEach(function(e){if(e.name===`content-types:Default`&&(t[e.attributes.Extension]=e.attributes.ContentType),e.name===`content-types:Override`){var r=e.attributes.PartName;r.charAt(0)===`/`&&(r=r.substring(1)),n[r]=e.attributes.ContentType}}),r(n,t)}function r(e,n){return{findContentType:function(r){var i=e[r];if(i)return i;var a=r.split(`.`),o=a[a.length-1];if(n.hasOwnProperty(o))return n[o];var s=t[o.toLowerCase()];return s?`image/`+s:null}}}})),Rs=d((e=>{var t=(so(),h(oo));e.readNumberingXml=r,e.Numbering=n,e.defaultNumbering=new n({},{});function n(e,n,r){var i=t.flatten(t.values(n).map(function(e){return t.values(e.levels)})),a=t.indexBy(i.filter(function(e){return e.paragraphStyleId!=null}),`paragraphStyleId`);function o(t,i){var a=e[t];if(a){var s=n[a.abstractNumId];return s?s.numStyleLink==null?n[a.abstractNumId].levels[i]:o(r.findNumberingStyleById(s.numStyleLink).numId,i):null}else return null}function s(e){return a[e]||null}return{findLevel:o,findLevelByParagraphStyleId:s}}function r(e,t){if(!t||!t.styles)throw Error(`styles is missing`);var r=i(e);return new n(o(e,r),r,t.styles)}function i(e){var t={};return e.getElementsByTagName(`w:abstractNum`).forEach(function(e){var n=e.attributes[`w:abstractNumId`];t[n]=a(e)}),t}function a(e){var t={},n=null;return e.getElementsByTagName(`w:lvl`).forEach(function(e){var r=e.attributes[`w:ilvl`],i=e.firstOrEmpty(`w:numFmt`).attributes[`w:val`]!==`bullet`,a=e.firstOrEmpty(`w:pStyle`).attributes[`w:val`];r===void 0?n={isOrdered:i,level:`0`,paragraphStyleId:a}:t[r]={isOrdered:i,level:r,paragraphStyleId:a}}),n!==null&&t[n.level]===void 0&&(t[n.level]=n),{levels:t,numStyleLink:e.firstOrEmpty(`w:numStyleLink`).attributes[`w:val`]}}function o(e){var t={};return e.getElementsByTagName(`w:num`).forEach(function(e){var n=e.attributes[`w:numId`];t[n]={abstractNumId:e.first(`w:abstractNumId`).attributes[`w:val`]}}),t}})),zs=d((e=>{e.readStylesXml=n,e.Styles=t,e.defaultStyles=new t({},{});function t(e,t,n,r){return{findParagraphStyleById:function(t){return e[t]},findCharacterStyleById:function(e){return t[e]},findTableStyleById:function(e){return n[e]},findNumberingStyleById:function(e){return r[e]}}}t.EMPTY=new t({},{},{},{});function n(e){var n={},i={},a={},o={},s={paragraph:n,character:i,table:a,numbering:o};return e.getElementsByTagName(`w:style`).forEach(function(e){var t=r(e),n=s[t.type];n&&n[t.styleId]===void 0&&(n[t.styleId]=t)}),new t(n,i,a,o)}function r(e){var t=e.attributes[`w:type`];return t===`numbering`?a(t,e):{type:t,styleId:o(e),name:i(e)}}function i(e){var t=e.first(`w:name`);return t?t.attributes[`w:val`]:null}function a(e,t){var n=o(t);return{type:e,numId:t.firstOrEmpty(`w:pPr`).firstOrEmpty(`w:numPr`).firstOrEmpty(`w:numId`).attributes[`w:val`],styleId:n}}function o(e){return e.attributes[`w:styleId`]}})),Bs=d((e=>{var t=Wo(),n=Go().Result;e.createFootnotesReader=r.bind(e,`footnote`),e.createEndnotesReader=r.bind(e,`endnote`);function r(e,r){function i(t){return n.combine(t.getElementsByTagName(`w:`+e).filter(a).map(o))}function a(e){var t=e.attributes[`w:type`];return t!==`continuationSeparator`&&t!==`separator`}function o(n){var i=n.attributes[`w:id`];return r.readXmlElements(n.children).map(function(n){return t.Note({noteType:e,noteId:i,body:n})})}return i}})),Vs=d((e=>{var t=Wo(),n=Go().Result;function r(e){function r(e){return n.combine(e.getElementsByTagName(`w:comment`).map(i))}function i(n){var r=n.attributes[`w:id`];function i(e){return(n.attributes[e]||``).trim()||null}return e.readXmlElements(n.children).map(function(e){return t.comment({commentId:r,body:e,authorName:i(`w:author`),authorInitials:i(`w:initials`)})})}return r}e.createCommentsReader=r})),Hs=d((e=>{var t=Uo();e.Files=n;function n(){function e(e){return t.reject(Error(`could not open external image: '`+e+`'
200
200
  cannot open linked files from a web browser`))}return{read:e}}})),Us=d((e=>{e.read=h,e._findPartPaths=g;var t=Uo(),n=Wo(),r=Go().Result,i=Jo(),a=ks().readXmlFromZipFile,o=Ps().createBodyReader,s=Fs().DocumentXmlReader,c=Is(),l=Ls(),u=Rs(),d=zs(),f=Bs(),p=Vs(),m=Hs().Files;function h(e,i,a){i||={},a||={};var o=new m({externalFileAccess:a.externalFileAccess,relativeToFile:i.path});return t.props({contentTypes:S(e),partPaths:g(e),docxFile:e,files:o}).also(function(t){return{styles:w(e,t.partPaths.styles)}}).also(function(t){return{numbering:C(e,t.partPaths.numbering,t.styles)}}).also(function(e){return{footnotes:b(e.partPaths.footnotes,e,function(e,t){return t?f.createFootnotesReader(e)(t):new r([])}),endnotes:b(e.partPaths.endnotes,e,function(e,t){return t?f.createEndnotesReader(e)(t):new r([])}),comments:b(e.partPaths.comments,e,function(e,t){return t?p.createCommentsReader(e)(t):new r([])})}}).also(function(e){return{notes:e.footnotes.flatMap(function(t){return e.endnotes.map(function(e){return new n.Notes(t.concat(e))})})}}).then(function(e){return b(e.partPaths.mainDocument,e,function(t,n){return e.notes.flatMap(function(r){return e.comments.flatMap(function(e){return new s({bodyReader:t,notes:r,comments:e}).convertXmlToDocument(n)})})})})}function g(e){return T(e).then(function(t){var n=_({docxFile:e,relationships:t,relationshipType:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument`,basePath:``,fallbackPath:`word/document.xml`});if(!e.exists(n))throw Error(`Could not find main document part. Are you sure this is a valid .docx file?`);return y({filename:x(n),readElement:c.readRelationships,defaultValue:c.defaultValue})(e).then(function(t){function r(r){return _({docxFile:e,relationships:t,relationshipType:`http://schemas.openxmlformats.org/officeDocument/2006/relationships/`+r,basePath:i.splitPath(n).dirname,fallbackPath:`word/`+r+`.xml`})}return{mainDocument:n,comments:r(`comments`),endnotes:r(`endnotes`),footnotes:r(`footnotes`),numbering:r(`numbering`),styles:r(`styles`)}})})}function _(e){var t=e.docxFile,n=e.relationships,r=e.relationshipType,a=e.basePath,o=e.fallbackPath,s=n.findTargetsByType(r).map(function(e){return v(i.joinPath(a,e),`/`)}).filter(function(e){return t.exists(e)});return s.length===0?o:s[0]}function v(e,t){return e.substring(0,t.length)===t?e.substring(t.length):e}function y(e){return function(t){return a(t,e.filename).then(function(t){return t?e.readElement(t):e.defaultValue})}}function b(e,t,n){return y({filename:x(e),readElement:c.readRelationships,defaultValue:c.defaultValue})(t.docxFile).then(function(r){var i=new o({relationships:r,contentTypes:t.contentTypes,docxFile:t.docxFile,numbering:t.numbering,styles:t.styles,files:t.files});return a(t.docxFile,e).then(function(e){return n(i,e)})})}function x(e){var t=i.splitPath(e);return i.joinPath(t.dirname,`_rels`,t.basename+`.rels`)}var S=y({filename:`[Content_Types].xml`,readElement:l.readContentTypesFromXml,defaultValue:l.defaultContentTypes});function C(e,t,n){return y({filename:t,readElement:function(e){return u.readNumberingXml(e,{styles:n})},defaultValue:u.defaultNumbering})(e)}function w(e,t){return y({filename:t,readElement:d.readStylesXml,defaultValue:d.defaultStyles})(e)}var T=y({filename:`_rels/.rels`,readElement:c.readRelationships,defaultValue:c.defaultValue})})),Ws=d((e=>{var t=(so(),h(oo)),n=Uo(),r=Os();e.writeStyleMap=s,e.readStyleMap=d;var i=`http://schemas.zwobble.org/mammoth/style-map`,a=`mammoth/style-map`,o=`/`+a;function s(e,t){return e.write(a,t),c(e).then(function(){return l(e)})}function c(e){var t=`word/_rels/document.xml.rels`,n=`http://schemas.openxmlformats.org/package/2006/relationships`,a=`{`+n+`}Relationship`;return e.read(t,`utf8`).then(r.readString).then(function(s){var c=s.children;u(c,a,`Id`,{Id:`rMammothStyleMap`,Type:i,Target:o});var l={"":n};return e.write(t,r.writeString(s,l))})}function l(e){var t=`[Content_Types].xml`,n=`http://schemas.openxmlformats.org/package/2006/content-types`,i=`{`+n+`}Override`;return e.read(t,`utf8`).then(r.readString).then(function(a){var s=a.children;u(s,i,`PartName`,{PartName:o,ContentType:`text/prs.mammoth.style-map`});var c={"":n};return e.write(t,r.writeString(a,c))})}function u(e,n,i,a){var o=t.find(e,function(e){return e.name===n&&e.attributes[i]===a[i]});o?o.attributes=a:e.push(r.element(n,a))}function d(e){return e.exists(a)?e.read(a,`utf8`):n.resolve(null)}})),Gs=d((e=>{var t=Js();function n(e,n,r){return i(t.element(e,n,{fresh:!1}),r)}function r(e,n,r){return i(t.element(e,n,{fresh:!0}),r)}function i(e,t){return{type:`element`,tag:e,children:t||[]}}function a(e){return{type:`text`,value:e}}e.freshElement=r,e.nonFreshElement=n,e.elementWithTag=i,e.text=a,e.forceWrite={type:`forceWrite`};var o={br:!0,hr:!0,img:!0,input:!0};function s(e){return e.children.length===0&&o[e.tag.tagName]}e.isVoidElement=s})),Ks=d(((e,t)=>{var n=(so(),h(oo)),r=Gs();function i(e){return a(d(e))}function a(e){var t=[];return e.map(o).forEach(function(e){u(t,e)}),t}function o(e){return s[e.type](e)}var s={element:c,text:l,forceWrite:l};function c(e){return r.elementWithTag(e.tag,a(e.children))}function l(e){return e}function u(e,t){var n=e[e.length-1];t.type===`element`&&!t.tag.fresh&&n&&n.type===`element`&&t.tag.matchesElement(n.tag)?(t.tag.separator&&u(n.children,r.text(t.tag.separator)),t.children.forEach(function(e){u(n.children,e)})):e.push(t)}function d(e){return f(e,function(e){return p[e.type](e)})}function f(e,t){return n.flatten(n.map(e,t),!0)}var p={element:g,text:_,forceWrite:m};function m(e){return[e]}function g(e){var t=d(e.children);return t.length===0&&!r.isVoidElement(e)?[]:[r.elementWithTag(e.tag,t)]}function _(e){return e.value.length===0?[]:[e]}t.exports=i})),qs=d((e=>{var t=Gs();e.freshElement=t.freshElement,e.nonFreshElement=t.nonFreshElement,e.elementWithTag=t.elementWithTag,e.text=t.text,e.forceWrite=t.forceWrite,e.simplify=Ks();function n(e,t){t.forEach(function(t){r(e,t)})}function r(e,t){i[t.type](e,t)}var i={element:a,text:o,forceWrite:function(){}};function a(e,r){t.isVoidElement(r)?e.selfClosing(r.tag.tagName,r.tag.attributes):(e.open(r.tag.tagName,r.tag.attributes),n(e,r.children),e.close(r.tag.tagName))}function o(e,t){e.text(t.value)}e.write=n})),Js=d((e=>{var t=(so(),h(oo)),n=qs();e.topLevelElement=r,e.elements=i,e.element=o;function r(e,t){return i([o(e,t,{fresh:!0})])}function i(e){return new a(e.map(function(e){return t.isString(e)?o(e):e}))}function a(e){this._elements=e}a.prototype.wrap=function(e){for(var t=e(),n=this._elements.length-1;n>=0;n--)t=this._elements[n].wrapNodes(t);return t};function o(e,t,n){return n||={},new s(e,t,n)}function s(e,n,r){var i={};t.isArray(e)?(e.forEach(function(e){i[e]=!0}),e=e[0]):i[e]=!0,this.tagName=e,this.tagNames=i,this.attributes=n||{},this.fresh=r.fresh,this.separator=r.separator}s.prototype.matchesElement=function(e){return this.tagNames[e.tagName]&&t.isEqual(this.attributes||{},e.attributes||{})},s.prototype.wrap=function(e){return this.wrapNodes(e())},s.prototype.wrapNodes=function(e){return[n.elementWithTag(this,e)]},e.empty=i([]),e.ignore={wrap:function(){return[]}}})),Ys=d((e=>{var t=(so(),h(oo)),n=Uo(),r=qs();e.imgElement=i;function i(e){return function(i,a){return n.when(e(i)).then(function(e){var n={};return i.altText&&(n.alt=i.altText),t.extend(n,e),[r.freshElement(`img`,n)]})}}e.inline=e.imgElement,e.dataUri=i(function(e){return e.readAsBase64String().then(function(t){return{src:`data:`+e.contentType+`;base64,`+t}})})})),Xs=d((e=>{var t=(so(),h(oo));e.writer=n;function n(e){return e||={},e.prettyPrint?i():a()}var r={div:!0,p:!0,ul:!0,li:!0};function i(){var e=0,n=` `,i=[],o=!0,s=!1,c=a();function l(t,n){r[t]&&h(),i.push(t),c.open(t,n),r[t]&&e++,o=!1}function u(t){r[t]&&(e--,h()),i.pop(),c.close(t)}function d(e){m();var t=g()?e:e.replace(`
201
201
  `,`
202
202
  `+n);c.text(t)}function f(e,t){h(),c.selfClosing(e,t)}function p(){return i.length===0||r[i[i.length-1]]}function m(){s||=(h(),!0)}function h(){if(s=!1,!o&&p()&&!g()){c._append(`
@@ -208,7 +208,7 @@ cannot open linked files from a web browser`))}return{read:e}}})),Us=d((e=>{e.re
208
208
  `),br:r(``,`
209
209
  `),ul:o({isOrdered:!1}),ol:o({isOrdered:!0}),li:s,strong:n(`__`),em:n(`*`),a:i,img:a};(function(){for(var e=1;e<=6;e++)c[`h`+e]=r(l(`#`,e)+` `,`
210
210
 
211
- `)})();function l(e,t){return Array(t+1).join(e)}function u(){var e=[],n=[],r=null,i={};function a(t,a){a||={};var s=(c[t]||function(){return{}})(a,r,i);n.push({end:s.end,list:r}),s.list&&(r=s.list);var l=s.anchorPosition===`before`;l&&o(a),e.push(s.start||``),l||o(a)}function o(t){t.id&&e.push(`<a id="`+t.id+`"></a>`)}function s(i){var a=n.pop();r=a.list;var o=t.isFunction(a.end)?a.end():a.end;e.push(o||``)}function l(e,t){a(e,t),s(e)}function u(t){e.push(d(t))}function f(){return e.join(``)}return{asString:f,open:a,close:s,text:u,selfClosing:l}}e.writer=u;function d(e){return e.replace(/\\/g,`\\\\`).replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,`\\$1`)}})),Qs=d((e=>{var t=Xs(),n=Zs();e.writer=r;function r(e){return e||={},e.outputFormat===`markdown`?n.writer():t.writer(e)}})),$s=d((e=>{var t=(so(),h(oo)),n=Uo(),r=Wo(),i=Js(),a=Go(),o=Ys(),s=qs(),c=Qs();e.DocumentConverter=l;function l(e){return{convertToHtml:function(n){return new u(e,t.indexBy(n.type===r.types.document?n.comments:[],`commentId`)).convertToHtml(n)}}}function u(e,l){var u=1,d=[],h=[];e=t.extend({ignoreEmptyParagraphs:!0},e);var v=e.idPrefix===void 0?``:e.idPrefix,y=e.ignoreEmptyParagraphs,b=i.topLevelElement(`p`),x=e.styleMap||[];function S(r){var i=[],o=w(r,i,{}),l=[];g(o,function(e){e.type===`deferred`&&l.push(e)});var u={};return n.mapSeries(l,function(e){return e.value().then(function(t){u[e.id]=t})}).then(function(){function n(e){return m(e,function(e){return e.type===`deferred`?u[e.id]:e.children?[t.extend({},e,{children:n(e.children)})]:[e]})}var r=c.writer({prettyPrint:e.prettyPrint,outputFormat:e.outputFormat});return s.write(r,s.simplify(n(o))),new a.Result(r.asString(),i)})}function C(e,t,n){return m(e,function(e){return w(e,t,n)})}function w(e,t,n){if(!n)throw Error(`options not set`);var r=ie[e.type];return r?r(e,t,n):[]}function T(e,t,n){return E(e,t).wrap(function(){var r=C(e.children,t,n);return y?r:[s.forceWrite].concat(r)})}function E(e,t){var n=A(e);return n?n.to:(e.styleId&&t.push(p(`paragraph`,e)),b)}function D(e,t,n){var a=function(){return C(e.children,t,n)},o=[];if(e.highlight!==null){var s=k({type:`highlight`,color:e.highlight});s&&o.push(s)}e.isSmallCaps&&o.push(O(`smallCaps`)),e.isAllCaps&&o.push(O(`allCaps`)),e.isStrikethrough&&o.push(O(`strikethrough`,`s`)),e.isUnderline&&o.push(O(`underline`)),e.verticalAlignment===r.verticalAlignment.subscript&&o.push(i.element(`sub`,{},{fresh:!1})),e.verticalAlignment===r.verticalAlignment.superscript&&o.push(i.element(`sup`,{},{fresh:!1})),e.isItalic&&o.push(O(`italic`,`em`)),e.isBold&&o.push(O(`bold`,`strong`));var c=i.empty,l=A(e);return l?c=l.to:e.styleId&&t.push(p(`run`,e)),o.push(c),o.forEach(function(e){a=e.wrap.bind(e,a)}),a()}function O(e,t){return k({type:e})||(t?i.element(t,{},{fresh:!1}):i.empty)}function k(e,t){var n=A(e);return n?n.to:t}function A(e){for(var t=0;t<x.length;t++)if(x[t].from.matches(e))return x[t]}function j(e){return function(t,r){return n.attempt(function(){return e(t,r)}).caught(function(e){return r.push(a.error(e)),[]})}}function M(e){return P(e.noteType,e.noteId)}function N(e){return F(e.noteType,e.noteId)}function P(e,t){return I(e+`-`+t)}function F(e,t){return I(e+`-ref-`+t)}function I(e){return v+e}var L=i.elements([i.element(`table`,{},{fresh:!0})]);function R(e,t,n){return k(e,L).wrap(function(){return z(e,t,n)})}function z(e,n,i){var a=t.findIndex(e.children,function(e){return!e.type===r.types.tableRow||!e.isHeader});a===-1&&(a=e.children.length);var o;if(a===0)o=C(e.children,n,t.extend({},i,{isTableHeader:!1}));else{var c=C(e.children.slice(0,a),n,t.extend({},i,{isTableHeader:!0})),l=C(e.children.slice(a),n,t.extend({},i,{isTableHeader:!1}));o=[s.freshElement(`thead`,{},c),s.freshElement(`tbody`,{},l)]}return[s.forceWrite].concat(o)}function B(e,t,n){var r=C(e.children,t,n);return[s.freshElement(`tr`,{},[s.forceWrite].concat(r))]}function ee(e,t,n){var r=n.isTableHeader?`th`:`td`,i=C(e.children,t,n),a={};return e.colSpan!==1&&(a.colspan=e.colSpan.toString()),e.rowSpan!==1&&(a.rowspan=e.rowSpan.toString()),[s.freshElement(r,a,[s.forceWrite].concat(i))]}function te(e,t,n){return k(e,i.ignore).wrap(function(){var t=l[e.commentId],n=h.length+1,r=`[`+_(t)+n+`]`;return h.push({label:r,comment:t}),[s.freshElement(`a`,{href:`#`+P(`comment`,e.commentId),id:F(`comment`,e.commentId)},[s.text(r)])]})}function V(e,t,n){var r=e.label,i=e.comment,a=C(i.body,t,n).concat([s.nonFreshElement(`p`,{},[s.text(` `),s.freshElement(`a`,{href:`#`+F(`comment`,i.commentId)},[s.text(`↑`)])])]);return[s.freshElement(`dt`,{id:P(`comment`,i.commentId)},[s.text(`Comment `+r)]),s.freshElement(`dd`,{},a)]}function ne(e,t,n){return re(e).wrap(function(){return[]})}function re(e){var t=A(e);return t?t.to:e.breakType===`line`?i.topLevelElement(`br`):i.empty}var ie={document:function(e,t,n){var r=C(e.children,t,n),i=C(d.map(function(t){return e.notes.resolve(t)}),t,n);return r.concat([s.freshElement(`ol`,{},i),s.freshElement(`dl`,{},m(h,function(e){return V(e,t,n)}))])},paragraph:T,run:D,text:function(e,t,n){return[s.text(e.value)]},tab:function(e,t,n){return[s.text(` `)]},hyperlink:function(e,t,n){var r={href:e.anchor?`#`+I(e.anchor):e.href};e.targetFrame!=null&&(r.target=e.targetFrame);var i=C(e.children,t,n);return[s.nonFreshElement(`a`,r,i)]},checkbox:function(e){var t={type:`checkbox`};return e.checked&&(t.checked=`checked`),[s.freshElement(`input`,t)]},bookmarkStart:function(e,t,n){return[s.freshElement(`a`,{id:I(e.name)},[s.forceWrite])]},noteReference:function(e,t,n){d.push(e);var r=s.freshElement(`a`,{href:`#`+M(e),id:N(e)},[s.text(`[`+ u+++`]`)]);return[s.freshElement(`sup`,{},[r])]},note:function(e,t,n){var r=C(e.body,t,n),a=s.elementWithTag(i.element(`p`,{},{fresh:!1}),[s.text(` `),s.freshElement(`a`,{href:`#`+N(e)},[s.text(`↑`)])]),o=r.concat([a]);return s.freshElement(`li`,{id:M(e)},o)},commentReference:te,comment:V,image:f(j(e.convertImage||o.dataUri)),table:R,tableRow:B,tableCell:ee,break:ne};return{convertToHtml:S}}var d=1;function f(e){return function(t,n,r){return[{type:`deferred`,id:d++,value:function(){return e(t,n,r)}}]}}function p(e,t){return a.warning(`Unrecognised `+e+` style: '`+t.styleName+`' (Style ID: `+t.styleId+`)`)}function m(e,n){return t.flatten(e.map(n),!0)}function g(e,t){e.forEach(function(e){t(e),e.children&&g(e.children,t)})}var _=e.commentAuthorLabel=function(e){return e.authorInitials||``}})),ec=d((e=>{var t=Wo();function n(e){if(e.type===`text`)return e.value;if(e.type===t.types.tab)return` `;var r=e.type===`paragraph`?`
211
+ `)})();function l(e,t){return Array(t+1).join(e)}function u(){var e=[],n=[],r=null,i={};function a(t,a){a||={};var s=(c[t]||function(){return{}})(a,r,i);n.push({end:s.end,list:r}),s.list&&(r=s.list);var l=s.anchorPosition===`before`;l&&o(a),e.push(s.start||``),l||o(a)}function o(t){t.id&&e.push(`<a id="`+t.id+`"></a>`)}function s(i){var a=n.pop();r=a.list;var o=t.isFunction(a.end)?a.end():a.end;e.push(o||``)}function l(e,t){a(e,t),s(e)}function u(t){e.push(d(t))}function f(){return e.join(``)}return{asString:f,open:a,close:s,text:u,selfClosing:l}}e.writer=u;function d(e){return e.replace(/\\/g,`\\\\`).replace(/([\`\*_\{\}\[\]\(\)\#\+\-\.\!])/g,`\\$1`)}})),Qs=d((e=>{var t=Xs(),n=Zs();e.writer=r;function r(e){return e||={},e.outputFormat===`markdown`?n.writer():t.writer(e)}})),$s=d((e=>{var t=(so(),h(oo)),n=Uo(),r=Wo(),i=Js(),a=Go(),o=Ys(),s=qs(),c=Qs();e.DocumentConverter=l;function l(e){return{convertToHtml:function(n){return new u(e,t.indexBy(n.type===r.types.document?n.comments:[],`commentId`)).convertToHtml(n)}}}function u(e,l){var u=1,d=[],h=[];e=t.extend({ignoreEmptyParagraphs:!0},e);var v=e.idPrefix===void 0?``:e.idPrefix,y=e.ignoreEmptyParagraphs,b=i.topLevelElement(`p`),x=e.styleMap||[];function S(r){var i=[],o=w(r,i,{}),l=[];g(o,function(e){e.type===`deferred`&&l.push(e)});var u={};return n.mapSeries(l,function(e){return e.value().then(function(t){u[e.id]=t})}).then(function(){function n(e){return m(e,function(e){return e.type===`deferred`?u[e.id]:e.children?[t.extend({},e,{children:n(e.children)})]:[e]})}var r=c.writer({prettyPrint:e.prettyPrint,outputFormat:e.outputFormat});return s.write(r,s.simplify(n(o))),new a.Result(r.asString(),i)})}function C(e,t,n){return m(e,function(e){return w(e,t,n)})}function w(e,t,n){if(!n)throw Error(`options not set`);var r=re[e.type];return r?r(e,t,n):[]}function T(e,t,n){return E(e,t).wrap(function(){var r=C(e.children,t,n);return y?r:[s.forceWrite].concat(r)})}function E(e,t){var n=A(e);return n?n.to:(e.styleId&&t.push(p(`paragraph`,e)),b)}function D(e,t,n){var a=function(){return C(e.children,t,n)},o=[];if(e.highlight!==null){var s=k({type:`highlight`,color:e.highlight});s&&o.push(s)}e.isSmallCaps&&o.push(O(`smallCaps`)),e.isAllCaps&&o.push(O(`allCaps`)),e.isStrikethrough&&o.push(O(`strikethrough`,`s`)),e.isUnderline&&o.push(O(`underline`)),e.verticalAlignment===r.verticalAlignment.subscript&&o.push(i.element(`sub`,{},{fresh:!1})),e.verticalAlignment===r.verticalAlignment.superscript&&o.push(i.element(`sup`,{},{fresh:!1})),e.isItalic&&o.push(O(`italic`,`em`)),e.isBold&&o.push(O(`bold`,`strong`));var c=i.empty,l=A(e);return l?c=l.to:e.styleId&&t.push(p(`run`,e)),o.push(c),o.forEach(function(e){a=e.wrap.bind(e,a)}),a()}function O(e,t){return k({type:e})||(t?i.element(t,{},{fresh:!1}):i.empty)}function k(e,t){var n=A(e);return n?n.to:t}function A(e){for(var t=0;t<x.length;t++)if(x[t].from.matches(e))return x[t]}function j(e){return function(t,r){return n.attempt(function(){return e(t,r)}).caught(function(e){return r.push(a.error(e)),[]})}}function M(e){return P(e.noteType,e.noteId)}function N(e){return F(e.noteType,e.noteId)}function P(e,t){return I(e+`-`+t)}function F(e,t){return I(e+`-ref-`+t)}function I(e){return v+e}var L=i.elements([i.element(`table`,{},{fresh:!0})]);function R(e,t,n){return k(e,L).wrap(function(){return z(e,t,n)})}function z(e,n,i){var a=t.findIndex(e.children,function(e){return!e.type===r.types.tableRow||!e.isHeader});a===-1&&(a=e.children.length);var o;if(a===0)o=C(e.children,n,t.extend({},i,{isTableHeader:!1}));else{var c=C(e.children.slice(0,a),n,t.extend({},i,{isTableHeader:!0})),l=C(e.children.slice(a),n,t.extend({},i,{isTableHeader:!1}));o=[s.freshElement(`thead`,{},c),s.freshElement(`tbody`,{},l)]}return[s.forceWrite].concat(o)}function B(e,t,n){var r=C(e.children,t,n);return[s.freshElement(`tr`,{},[s.forceWrite].concat(r))]}function ee(e,t,n){var r=n.isTableHeader?`th`:`td`,i=C(e.children,t,n),a={};return e.colSpan!==1&&(a.colspan=e.colSpan.toString()),e.rowSpan!==1&&(a.rowspan=e.rowSpan.toString()),[s.freshElement(r,a,[s.forceWrite].concat(i))]}function V(e,t,n){return k(e,i.ignore).wrap(function(){var t=l[e.commentId],n=h.length+1,r=`[`+_(t)+n+`]`;return h.push({label:r,comment:t}),[s.freshElement(`a`,{href:`#`+P(`comment`,e.commentId),id:F(`comment`,e.commentId)},[s.text(r)])]})}function H(e,t,n){var r=e.label,i=e.comment,a=C(i.body,t,n).concat([s.nonFreshElement(`p`,{},[s.text(` `),s.freshElement(`a`,{href:`#`+F(`comment`,i.commentId)},[s.text(`↑`)])])]);return[s.freshElement(`dt`,{id:P(`comment`,i.commentId)},[s.text(`Comment `+r)]),s.freshElement(`dd`,{},a)]}function te(e,t,n){return ne(e).wrap(function(){return[]})}function ne(e){var t=A(e);return t?t.to:e.breakType===`line`?i.topLevelElement(`br`):i.empty}var re={document:function(e,t,n){var r=C(e.children,t,n),i=C(d.map(function(t){return e.notes.resolve(t)}),t,n);return r.concat([s.freshElement(`ol`,{},i),s.freshElement(`dl`,{},m(h,function(e){return H(e,t,n)}))])},paragraph:T,run:D,text:function(e,t,n){return[s.text(e.value)]},tab:function(e,t,n){return[s.text(` `)]},hyperlink:function(e,t,n){var r={href:e.anchor?`#`+I(e.anchor):e.href};e.targetFrame!=null&&(r.target=e.targetFrame);var i=C(e.children,t,n);return[s.nonFreshElement(`a`,r,i)]},checkbox:function(e){var t={type:`checkbox`};return e.checked&&(t.checked=`checked`),[s.freshElement(`input`,t)]},bookmarkStart:function(e,t,n){return[s.freshElement(`a`,{id:I(e.name)},[s.forceWrite])]},noteReference:function(e,t,n){d.push(e);var r=s.freshElement(`a`,{href:`#`+M(e),id:N(e)},[s.text(`[`+ u+++`]`)]);return[s.freshElement(`sup`,{},[r])]},note:function(e,t,n){var r=C(e.body,t,n),a=s.elementWithTag(i.element(`p`,{},{fresh:!1}),[s.text(` `),s.freshElement(`a`,{href:`#`+N(e)},[s.text(`↑`)])]),o=r.concat([a]);return s.freshElement(`li`,{id:M(e)},o)},commentReference:V,comment:H,image:f(j(e.convertImage||o.dataUri)),table:R,tableRow:B,tableCell:ee,break:te};return{convertToHtml:S}}var d=1;function f(e){return function(t,n,r){return[{type:`deferred`,id:d++,value:function(){return e(t,n,r)}}]}}function p(e,t){return a.warning(`Unrecognised `+e+` style: '`+t.styleName+`' (Style ID: `+t.styleId+`)`)}function m(e,n){return t.flatten(e.map(n),!0)}function g(e,t){e.forEach(function(e){t(e),e.children&&g(e.children,t)})}var _=e.commentAuthorLabel=function(e){return e.authorInitials||``}})),ec=d((e=>{var t=Wo();function n(e){if(e.type===`text`)return e.value;if(e.type===t.types.tab)return` `;var r=e.type===`paragraph`?`
212
212
 
213
213
  `:``;return(e.children||[]).map(n).join(``)+r}e.convertElementToRawText=n})),tc=d(((e,t)=>{var n=t.exports=function(e,t){this._tokens=e,this._startIndex=t||0};n.prototype.head=function(){return this._tokens[this._startIndex]},n.prototype.tail=function(e){return new n(this._tokens,this._startIndex+1)},n.prototype.toArray=function(){return this._tokens.slice(this._startIndex)},n.prototype.end=function(){return this._tokens[this._tokens.length-1]},n.prototype.to=function(e){var t=this.head().source,n=e.head()||e.end();return t.to(n.source)}})),nc=d((e=>{var t=tc();e.Parser=function(e){return{parseTokens:function(e,n){return e(new t(n))}}}})),rc=d((e=>{e.none=Object.create({value:function(){throw 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:t,valueOrElse:t});function t(e){return typeof e==`function`?e():e}e.some=function(e){return new n(e)};var n=function(e){this._value=e};n.prototype.value=function(){return this._value},n.prototype.isNone=function(){return!1},n.prototype.isSome=function(){return!0},n.prototype.map=function(e){return new n(e(this._value))},n.prototype.flatMap=function(e){return e(this._value)},n.prototype.filter=function(t){return t(this._value)?this:e.none},n.prototype.toArray=function(){return[this._value]},n.prototype.orElse=function(e){return this},n.prototype.valueOrElse=function(e){return this._value},e.isOption=function(t){return t===e.none||t instanceof n},e.fromNullable=function(t){return t==null?e.none:new n(t)}})),ic=d(((e,t)=>{t.exports={failure:function(e,t){if(e.length<1)throw Error(`Failure must have errors`);return new n({status:`failure`,remaining:t,errors:e})},error:function(e,t){if(e.length<1)throw Error(`Failure must have errors`);return new n({status:`error`,remaining:t,errors:e})},success:function(e,t,r){return new n({status:`success`,value:e,source:r,remaining:t,errors:[]})},cut:function(e){return new n({status:`cut`,remaining:e,errors:[]})}};var n=function(e){this._value=e.value,this._status=e.status,this._hasValue=e.value!==void 0,this._remaining=e.remaining,this._source=e.source,this._errors=e.errors};n.prototype.map=function(e){return this._hasValue?new n({value:e(this._value,this._source),status:this._status,remaining:this._remaining,source:this._source,errors:this._errors}):this},n.prototype.changeRemaining=function(e){return new n({value:this._value,status:this._status,remaining:e,source:this._source,errors:this._errors})},n.prototype.isSuccess=function(){return this._status===`success`||this._status===`cut`},n.prototype.isFailure=function(){return this._status===`failure`},n.prototype.isError=function(){return this._status===`error`},n.prototype.isCut=function(){return this._status===`cut`},n.prototype.value=function(){return this._value},n.prototype.remaining=function(){return this._remaining},n.prototype.source=function(){return this._source},n.prototype.errors=function(){return this._errors}})),ac=d((e=>{e.error=function(e){return new t(e)};var t=function(e){this.expected=e.expected,this.actual=e.actual,this._location=e.location};t.prototype.describe=function(){return(this._location?this._location.describe()+`:
214
214
  `:``)+`Expected `+this.expected+`
@@ -219,7 +219,7 @@ Character number: `+e.characterNumber},n.prototype.lineNumber=function(){return
219
219
  `,r:`\r`,t:` `};function v(e){return e.replace(/\\(.)/g,function(e,t){return _[t]||t})}var y=n.rules.sequence(n.rules.tokenOfType(`open-square-bracket`),n.rules.sequence.cut(),n.rules.sequence.capture(p),n.rules.tokenOfType(`equals`),n.rules.sequence.capture(g),n.rules.tokenOfType(`close-square-bracket`)).map(function(e,t){return{name:e,value:t,append:!1}}),b=n.rules.sequence(n.rules.tokenOfType(`dot`),n.rules.sequence.cut(),n.rules.sequence.capture(p)).map(function(e){return{name:`class`,value:e,append:!0}}),x=n.rules.firstOf(`attribute or class`,y,b);function S(e,t){var r=a(t),i=n.Parser().parseTokens(e,r);return i.isSuccess()?o.success(i.value()):new o.Result(null,[o.warning(C(t,i))])}function C(e,t){return`Did not understand this style mapping, so ignored it: `+e+`
220
220
  `+t.errors().map(w).join(`
221
221
  `)}function w(e){return`Error was at character number `+e.characterNumber()+`: Expected `+e.expected+` but got `+e.actual}var T=c()})),gc=d((e=>{e.readOptions=i;var t=(so(),h(oo)),n=e._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`.split(`,`),r=e._standardOptions={externalFileAccess:!1,transformDocument:o,includeDefaultStyleMap:!0,includeEmbeddedStyleMap:!0};function i(e){return e||={},t.extend({},r,e,{customStyleMap:a(e.styleMap),readStyleMap:function(){var e=this.customStyleMap;return this.includeEmbeddedStyleMap&&(e=e.concat(a(this.embeddedStyleMap))),this.includeDefaultStyleMap&&(e=e.concat(n)),e}})}function a(e){return e?t.isString(e)?e.split(`
222
- `).map(function(e){return e.trim()}).filter(function(e){return e!==``&&e.charAt(0)!==`#`}):e:[]}function o(e){return e}})),_c=d((e=>{var t=Uo(),n=Jo();e.openZip=r;function r(e){return e.arrayBuffer?t.resolve(n.openArrayBuffer(e.arrayBuffer)):t.reject(Error(`Could not find file in options`))}})),vc=d((e=>{var t=Js(),n=qs();e.element=r;function r(e){return function(r){return n.elementWithTag(t.element(e),[r])}}})),yc=m(d((e=>{var t=(so(),h(oo)),n=Us(),r=Ws(),i=$s().DocumentConverter;ec().convertElementToRawText;var a=hc().readStyle,o=gc().readOptions,s=_c(),c=Go().Result;e.convertToHtml=l,e.images=Ys(),e.transforms=Ms(),e.underline=vc();function l(e,t){return u(e,t)}function u(e,t){return t=o(t),s.openZip(e).tap(function(e){return r.readStyleMap(e).then(function(e){t.embeddedStyleMap=e})}).then(function(r){return n.read(r,e,t).then(function(e){return e.map(t.transformDocument)}).then(function(e){return d(e,t)})})}function d(e,n){var r=f(n.readStyleMap()),a=new i(t.extend({},n,{styleMap:r.value}));return e.flatMapThen(function(e){return r.flatMapThen(function(t){return a.convertToHtml(e)})})}function f(e){return c.combine((e||[]).map(a)).map(function(e){return e.filter(function(e){return!!e})})}}))(),1);function bc(e,t,n,r){if(!t)return;let i=window.getSelection(),a=[],o=t.closest(`table`);if(o){let e=o.querySelectorAll(`td[data-selected="true"], th[data-selected="true"]`);e.length>0?e.forEach(e=>a.push(e)):i&&i.rangeCount>0&&o.querySelectorAll(`td, th`).forEach(e=>{i.containsNode(e,!0)&&a.push(e)})}a.length===0&&a.push(t);let s=t,c=s.closest(`tbody`)||s.closest(`table`)?.tBodies[0];if(!c)return;let l=c.closest(`table`),u=()=>{let e=[];return Array.from(c.rows).forEach((t,n)=>{e[n]||(e[n]=[]);let r=0;Array.from(t.cells).forEach(t=>{for(;e[n][r];)r++;let i=t.rowSpan||1,a=t.colSpan||1;for(let o=0;o<i;o++)for(let i=0;i<a;i++)e[n+o]||(e[n+o]=[]),e[n+o][r+i]=t;r+=a})}),e},d=()=>{r?.onContentChanged?.()};switch(e){case`insertRowAbove`:{let e=s.parentElement,t=Array.from(c.children).indexOf(e),n=c.insertRow(t);Array.from(e.children).forEach(()=>{let e=n.insertCell();e.style.cssText=s.style.cssText,e.innerHTML=`&#8203;`});break}case`insertRowBelow`:{let e=s.parentElement,t=Array.from(c.children).indexOf(e),n=c.insertRow(t+1);Array.from(e.children).forEach(()=>{let e=n.insertCell();e.style.cssText=s.style.cssText,e.innerHTML=`&#8203;`});break}case`insertColLeft`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s);Array.from(c.children).forEach(e=>{let n=e.insertCell(t);n.style.cssText=s.style.cssText,n.innerHTML=`&#8203;`});break}case`insertColRight`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s);Array.from(c.children).forEach(e=>{let n=e.insertCell(t+1);n.style.cssText=s.style.cssText,n.innerHTML=`&#8203;`});break}case`deleteRow`:{let e=s.parentElement,t=Array.from(c.children).indexOf(e);c.deleteRow(t),c.children.length===0&&(l.remove(),r?.onTableDeleted?.());break}case`deleteCol`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s);Array.from(c.children).forEach(e=>{e.children[t]&&e.deleteCell(t)}),c.children[0]?.children.length===0&&(l.remove(),r?.onTableDeleted?.());break}case`deleteTable`:l.remove(),r?.onTableDeleted?.();break;case`mergeCells`:{if(a.length<2)return;let e=u(),t=999,n=-1,r=999,i=-1;a.forEach(a=>{for(let o=0;o<e.length;o++){let s=e[o].indexOf(a);s!==-1&&(t=Math.min(t,o),n=Math.max(n,o+(a.rowSpan||1)-1),r=Math.min(r,s),i=Math.max(i,s+(a.colSpan||1)-1))}});let o=e[t][r];if(!o)return;for(let a=t;a<=n;a++)for(let t=r;t<=i;t++){let n=e[a][t];if(n&&n!==o){n.innerHTML!==`&#8203;`&&(o.innerHTML+=n.innerHTML),n.remove();for(let r=0;r<(n.rowSpan||1);r++)for(let i=0;i<(n.colSpan||1);i++)e[a+r][t+i]=o}}o.rowSpan=n-t+1,o.colSpan=i-r+1;break}case`mergeRight`:{let e=u(),t=s.rowSpan||1,n=s.colSpan||1,r=-1,i=-1;for(let t=0;t<e.length;t++){let n=e[t].indexOf(s);if(n!==-1){i=t,r=n;break}}if(r!==-1){let a=r+n,o=new Set;for(let n=i;n<i+t;n++){let t=e[n]?.[a];t&&t!==s&&o.add(t)}o.size>0&&(s.colSpan=n+(Array.from(o)[0].colSpan||1),o.forEach(e=>{e.innerHTML!==`&#8203;`&&(s.innerHTML+=e.innerHTML),e.remove()}))}break}case`mergeDown`:{let e=u(),t=s.rowSpan||1,n=s.colSpan||1,r=-1,i=-1;for(let t=0;t<e.length;t++){let n=e[t].indexOf(s);if(n!==-1){i=t,r=n;break}}if(i!==-1){let a=i+t,o=new Set;for(let t=r;t<r+n;t++){let n=e[a]?.[t];n&&n!==s&&o.add(n)}o.size>0&&(s.rowSpan=t+(Array.from(o)[0].rowSpan||1),o.forEach(e=>{e.innerHTML!==`&#8203;`&&(s.innerHTML+=e.innerHTML),e.remove()}))}break}case`cellColor`:a.forEach(e=>{e.style.backgroundColor=n}),d();break;case`cellBorder`:a.forEach(e=>{e.style.border=n}),d();break;case`borderTop`:a.forEach(e=>{e.style.borderTop=n||`1px solid black`});break;case`borderBottom`:a.forEach(e=>{e.style.borderBottom=n||`1px solid black`});break;case`borderLeft`:a.forEach(e=>{e.style.borderLeft=n||`1px solid black`});break;case`borderRight`:a.forEach(e=>{e.style.borderRight=n||`1px solid black`});break;case`borderAll`:a.forEach(e=>{e.style.border=n||`1px solid black`});break;case`borderNone`:a.forEach(e=>{e.style.border=`none`});break;case`paddingTopPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingTop)||0;e.style.paddingTop=`${t+1}px`}),d();break;case`paddingTopMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingTop)||0;t>0&&(e.style.paddingTop=`${t-1}px`)}),d();break;case`paddingBottomPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingBottom)||0;e.style.paddingBottom=`${t+1}px`}),d();break;case`paddingBottomMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingBottom)||0;t>0&&(e.style.paddingBottom=`${t-1}px`)}),d();break;case`paddingLeftPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingLeft)||0;e.style.paddingLeft=`${t+1}px`}),d();break;case`paddingLeftMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingLeft)||0;t>0&&(e.style.paddingLeft=`${t-1}px`)}),d();break;case`paddingRightPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingRight)||0;e.style.paddingRight=`${t+1}px`}),d();break;case`paddingRightMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingRight)||0;t>0&&(e.style.paddingRight=`${t-1}px`)}),d();break;case`splitCell`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s),n=Array.from(c.children).indexOf(e),r=s.colSpan||1,i=s.rowSpan||1;if(r>1||i>1){s.colSpan=1,s.rowSpan=1;for(let n=1;n<r;n++){let n=e.insertCell(t+1);n.style.cssText=s.style.cssText,n.style.backgroundColor=``,n.innerHTML=`&#8203;`}for(let e=1;e<i;e++){let i=c.rows[n+e];if(i)for(let e=0;e<r;e++){let e=i.insertCell(t);e.style.cssText=s.style.cssText,e.style.backgroundColor=``,e.innerHTML=`&#8203;`}}}break}case`alignTop`:a.forEach(e=>{e.style.verticalAlign=`top`});break;case`alignMiddle`:a.forEach(e=>{e.style.verticalAlign=`middle`});break;case`alignBottom`:a.forEach(e=>{e.style.verticalAlign=`bottom`});break;case`justifyLeft`:a.forEach(e=>{e.style.textAlign=`left`});break;case`justifyCenter`:a.forEach(e=>{e.style.textAlign=`center`});break;case`justifyRight`:a.forEach(e=>{e.style.textAlign=`right`});break;case`justifyFull`:a.forEach(e=>{e.style.textAlign=`justify`});break}r?.onFocusRequested?.()}var xc=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),Sc=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),Cc={xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`},wc=(0,t.forwardRef)(({color:e=`currentColor`,size:n=24,strokeWidth:r=2,absoluteStrokeWidth:i,className:a=``,children:o,iconNode:s,...c},l)=>(0,t.createElement)(`svg`,{ref:l,...Cc,width:n,height:n,stroke:e,strokeWidth:i?Number(r)*24/Number(n):r,className:Sc(`lucide`,a),...c},[...s.map(([e,n])=>(0,t.createElement)(e,n)),...Array.isArray(o)?o:[o]])),Q=(e,n)=>{let r=(0,t.forwardRef)(({className:r,...i},a)=>(0,t.createElement)(wc,{ref:a,iconNode:n,className:Sc(`lucide-${xc(e)}`,r),...i}));return r.displayName=`${e}`,r},Tc=Q(`AlignCenter`,[[`path`,{d:`M17 12H7`,key:`16if0g`}],[`path`,{d:`M19 18H5`,key:`18s9l3`}],[`path`,{d:`M21 6H3`,key:`1jwq7v`}]]),Ec=Q(`AlignJustify`,[[`path`,{d:`M3 12h18`,key:`1i2n21`}],[`path`,{d:`M3 18h18`,key:`1h113x`}],[`path`,{d:`M3 6h18`,key:`d0wm0j`}]]),Dc=Q(`AlignLeft`,[[`path`,{d:`M15 12H3`,key:`6jk70r`}],[`path`,{d:`M17 18H3`,key:`1amg6g`}],[`path`,{d:`M21 6H3`,key:`1jwq7v`}]]),Oc=Q(`AlignRight`,[[`path`,{d:`M21 12H9`,key:`dn1m92`}],[`path`,{d:`M21 18H7`,key:`1ygte8`}],[`path`,{d:`M21 6H3`,key:`1jwq7v`}]]),kc=Q(`AlignVerticalJustifyCenter`,[[`rect`,{width:`14`,height:`6`,x:`5`,y:`16`,rx:`2`,key:`1i8z2d`}],[`rect`,{width:`10`,height:`6`,x:`7`,y:`2`,rx:`2`,key:`ypihtt`}],[`path`,{d:`M2 12h20`,key:`9i4pu4`}]]),Ac=Q(`AlignVerticalJustifyEnd`,[[`rect`,{width:`14`,height:`6`,x:`5`,y:`12`,rx:`2`,key:`4l4tp2`}],[`rect`,{width:`10`,height:`6`,x:`7`,y:`2`,rx:`2`,key:`ypihtt`}],[`path`,{d:`M2 22h20`,key:`272qi7`}]]),jc=Q(`AlignVerticalJustifyStart`,[[`rect`,{width:`14`,height:`6`,x:`5`,y:`16`,rx:`2`,key:`1i8z2d`}],[`rect`,{width:`10`,height:`6`,x:`7`,y:`6`,rx:`2`,key:`13squh`}],[`path`,{d:`M2 2h20`,key:`1ennik`}]]),Mc=Q(`ArrowDown`,[[`path`,{d:`M12 5v14`,key:`s699le`}],[`path`,{d:`m19 12-7 7-7-7`,key:`1idqje`}]]),Nc=Q(`ArrowLeft`,[[`path`,{d:`m12 19-7-7 7-7`,key:`1l729n`}],[`path`,{d:`M19 12H5`,key:`x3x0zl`}]]),Pc=Q(`ArrowRight`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`m12 5 7 7-7 7`,key:`xquz4c`}]]),Fc=Q(`ArrowUp`,[[`path`,{d:`m5 12 7-7 7 7`,key:`hav0vg`}],[`path`,{d:`M12 19V5`,key:`x0mq9r`}]]),Ic=Q(`Bold`,[[`path`,{d:`M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8`,key:`mg9rjx`}]]),Lc=Q(`ChevronDown`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),Rc=Q(`ChevronRight`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),zc=Q(`CircleAlert`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`line`,{x1:`12`,x2:`12`,y1:`8`,y2:`12`,key:`1pkeuh`}],[`line`,{x1:`12`,x2:`12.01`,y1:`16`,y2:`16`,key:`4dfq90`}]]),Bc=Q(`CircleCheckBig`,[[`path`,{d:`M21.801 10A10 10 0 1 1 17 3.335`,key:`yps3ct`}],[`path`,{d:`m9 11 3 3L22 4`,key:`1pflzl`}]]),Vc=Q(`CircleHelp`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3`,key:`1u773s`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),Hc=Q(`ClipboardPaste`,[[`path`,{d:`M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z`,key:`1pp7kr`}],[`path`,{d:`M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10`,key:`2ik1ml`}],[`path`,{d:`m17 10 4 4-4 4`,key:`vp2hj1`}]]),Uc=Q(`Combine`,[[`path`,{d:`M10 18H5a3 3 0 0 1-3-3v-1`,key:`ru65g8`}],[`path`,{d:`M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2`,key:`e30een`}],[`path`,{d:`M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2`,key:`2ahx8o`}],[`path`,{d:`m7 21 3-3-3-3`,key:`127cv2`}],[`rect`,{x:`14`,y:`14`,width:`8`,height:`8`,rx:`2`,key:`1b0bso`}],[`rect`,{x:`2`,y:`2`,width:`8`,height:`8`,rx:`2`,key:`1x09vl`}]]),Wc=Q(`Copy`,[[`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`,key:`17jyea`}],[`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`,key:`zix9uf`}]]),Gc=Q(`Eraser`,[[`path`,{d:`m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21`,key:`182aya`}],[`path`,{d:`M22 21H7`,key:`t4ddhn`}],[`path`,{d:`m5 11 9 9`,key:`1mo9qw`}]]),Kc=Q(`FileCode`,[[`path`,{d:`M10 12.5 8 15l2 2.5`,key:`1tg20x`}],[`path`,{d:`m14 12.5 2 2.5-2 2.5`,key:`yinavb`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z`,key:`1mlx9k`}]]),qc=Q(`FileText`,[[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z`,key:`1rqfz7`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M10 9H8`,key:`b1mrlr`}],[`path`,{d:`M16 13H8`,key:`t4e002`}],[`path`,{d:`M16 17H8`,key:`z1uh3a`}]]),Jc=Q(`Image`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,ry:`2`,key:`1m3agn`}],[`circle`,{cx:`9`,cy:`9`,r:`2`,key:`af1f0g`}],[`path`,{d:`m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21`,key:`1xmnt7`}]]),Yc=Q(`IndentDecrease`,[[`path`,{d:`M21 12H11`,key:`wd7e0v`}],[`path`,{d:`M21 18H11`,key:`4wu86t`}],[`path`,{d:`M21 6H11`,key:`6dy1d6`}],[`path`,{d:`m7 8-4 4 4 4`,key:`o5hrat`}]]),Xc=Q(`IndentIncrease`,[[`path`,{d:`M21 12H11`,key:`wd7e0v`}],[`path`,{d:`M21 18H11`,key:`4wu86t`}],[`path`,{d:`M21 6H11`,key:`6dy1d6`}],[`path`,{d:`m3 8 4 4-4 4`,key:`1a3j6y`}]]),Zc=Q(`Info`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 16v-4`,key:`1dtifu`}],[`path`,{d:`M12 8h.01`,key:`e9boi3`}]]),Qc=Q(`Italic`,[[`line`,{x1:`19`,x2:`10`,y1:`4`,y2:`4`,key:`15jd3p`}],[`line`,{x1:`14`,x2:`5`,y1:`20`,y2:`20`,key:`bu0au3`}],[`line`,{x1:`15`,x2:`9`,y1:`4`,y2:`20`,key:`uljnxc`}]]),$c=Q(`Link`,[[`path`,{d:`M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71`,key:`1cjeqo`}],[`path`,{d:`M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71`,key:`19qd67`}]]),el=Q(`ListOrdered`,[[`path`,{d:`M10 12h11`,key:`6m4ad9`}],[`path`,{d:`M10 18h11`,key:`11hvi2`}],[`path`,{d:`M10 6h11`,key:`c7qv1k`}],[`path`,{d:`M4 10h2`,key:`16xx2s`}],[`path`,{d:`M4 6h1v4`,key:`cnovpq`}],[`path`,{d:`M6 18H4c0-1 2-2 2-3s-1-1.5-2-1`,key:`m9a95d`}]]),tl=Q(`List`,[[`path`,{d:`M3 12h.01`,key:`nlz23k`}],[`path`,{d:`M3 18h.01`,key:`1tta3j`}],[`path`,{d:`M3 6h.01`,key:`1rqtza`}],[`path`,{d:`M8 12h13`,key:`1za7za`}],[`path`,{d:`M8 18h13`,key:`1lx6n3`}],[`path`,{d:`M8 6h13`,key:`ik3vkj`}]]),nl=Q(`Maximize`,[[`path`,{d:`M8 3H5a2 2 0 0 0-2 2v3`,key:`1dcmit`}],[`path`,{d:`M21 8V5a2 2 0 0 0-2-2h-3`,key:`1e4gt3`}],[`path`,{d:`M3 16v3a2 2 0 0 0 2 2h3`,key:`wsl5sc`}],[`path`,{d:`M16 21h3a2 2 0 0 0 2-2v-3`,key:`18trek`}]]),rl=Q(`MoveVertical`,[[`path`,{d:`M12 2v20`,key:`t6zp3m`}],[`path`,{d:`m8 18 4 4 4-4`,key:`bh5tu3`}],[`path`,{d:`m8 6 4-4 4 4`,key:`ybng9g`}]]),il=Q(`PaintBucket`,[[`path`,{d:`m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z`,key:`irua1i`}],[`path`,{d:`m5 2 5 5`,key:`1lls2c`}],[`path`,{d:`M2 13h15`,key:`1hkzvu`}],[`path`,{d:`M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z`,key:`xk76lq`}]]),al=Q(`Printer`,[[`path`,{d:`M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2`,key:`143wyd`}],[`path`,{d:`M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6`,key:`1itne7`}],[`rect`,{x:`6`,y:`14`,width:`12`,height:`8`,rx:`1`,key:`1ue0tg`}]]),ol=Q(`Quote`,[[`path`,{d:`M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z`,key:`rib7q0`}],[`path`,{d:`M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z`,key:`1ymkrd`}]]),sl=Q(`Redo`,[[`path`,{d:`M21 7v6h-6`,key:`3ptur4`}],[`path`,{d:`M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7`,key:`1kgawr`}]]),cl=Q(`Replace`,[[`path`,{d:`M14 4a2 2 0 0 1 2-2`,key:`1w2hp7`}],[`path`,{d:`M16 10a2 2 0 0 1-2-2`,key:`shjach`}],[`path`,{d:`M20 2a2 2 0 0 1 2 2`,key:`188mtx`}],[`path`,{d:`M22 8a2 2 0 0 1-2 2`,key:`ddf4tu`}],[`path`,{d:`m3 7 3 3 3-3`,key:`x25e72`}],[`path`,{d:`M6 10V5a3 3 0 0 1 3-3h1`,key:`3y3t5z`}],[`rect`,{x:`2`,y:`14`,width:`8`,height:`8`,rx:`2`,key:`4rksxw`}]]),ll=Q(`RotateCcw`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}]]),ul=Q(`Save`,[[`path`,{d:`M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z`,key:`1c8476`}],[`path`,{d:`M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7`,key:`1ydtos`}],[`path`,{d:`M7 3v4a1 1 0 0 0 1 1h7`,key:`t51u73`}]]),dl=Q(`Scissors`,[[`circle`,{cx:`6`,cy:`6`,r:`3`,key:`1lh9wr`}],[`path`,{d:`M8.12 8.12 12 12`,key:`1alkpv`}],[`path`,{d:`M20 4 8.12 15.88`,key:`xgtan2`}],[`circle`,{cx:`6`,cy:`18`,r:`3`,key:`fqmcym`}],[`path`,{d:`M14.8 14.8 20 20`,key:`ptml3r`}]]),fl=Q(`Search`,[[`circle`,{cx:`11`,cy:`11`,r:`8`,key:`4ej97u`}],[`path`,{d:`m21 21-4.3-4.3`,key:`1qie3q`}]]),pl=Q(`Split`,[[`path`,{d:`M16 3h5v5`,key:`1806ms`}],[`path`,{d:`M8 3H3v5`,key:`15dfkv`}],[`path`,{d:`M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3`,key:`1qrqzj`}],[`path`,{d:`m15 9 6-6`,key:`ko1vev`}]]),ml=Q(`Square`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}]]),hl=Q(`Strikethrough`,[[`path`,{d:`M16 4H9a3 3 0 0 0-2.83 4`,key:`43sutm`}],[`path`,{d:`M14 12a4 4 0 0 1 0 8H6`,key:`nlfj13`}],[`line`,{x1:`4`,x2:`20`,y1:`12`,y2:`12`,key:`1e0a9i`}]]),gl=Q(`Table`,[[`path`,{d:`M12 3v18`,key:`108xh3`}],[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M3 9h18`,key:`1pudct`}],[`path`,{d:`M3 15h18`,key:`5xshup`}]]),_l=Q(`Trash2`,[[`path`,{d:`M3 6h18`,key:`d0wm0j`}],[`path`,{d:`M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6`,key:`4alrt4`}],[`path`,{d:`M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2`,key:`v07s0e`}],[`line`,{x1:`10`,x2:`10`,y1:`11`,y2:`17`,key:`1uufr5`}],[`line`,{x1:`14`,x2:`14`,y1:`11`,y2:`17`,key:`xtxkd`}]]),vl=Q(`Underline`,[[`path`,{d:`M6 4v6a6 6 0 0 0 12 0V4`,key:`9kb039`}],[`line`,{x1:`4`,x2:`20`,y1:`20`,y2:`20`,key:`nun2al`}]]),yl=Q(`Undo`,[[`path`,{d:`M3 7v6h6`,key:`1v2h90`}],[`path`,{d:`M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13`,key:`1r6uu6`}]]),bl=Q(`X`,[[`path`,{d:`M18 6 6 18`,key:`1bl5f8`}],[`path`,{d:`m6 6 12 12`,key:`d8bk6v`}]]),$=({onClick:e,icon:t,title:n,isActive:i=!1,className:a=``,label:o=``,disabled:s=!1,...c})=>(0,r.jsxs)(`button`,{onMouseDown:t=>{s||(t.preventDefault(),e&&e(t))},title:n,disabled:s,className:`swe-btn ${s?`swe-btn-disabled`:i?`swe-btn-active`:``} ${a}`,...c,children:[t,o&&(0,r.jsx)(`span`,{className:`swe-btn-label`,children:o})]}),xl=({showHtml:e,execCommand:i,activeStyles:a,fontConf:o,paragraphConf:s,changeLineSpacing:c,changeListStyleType:l,clipboardConf:u,handlePaste:d,toggleHtmlView:f,onOpenFind:p,onOpenReplace:m,editingConf:h,pluginContributions:g=[],toggleSelectionLock:_,fonts:v,sizes:y,saveSelection:b,openTextColorPicker:x,openHighlightColorPicker:S})=>{let[C,w]=t.default.useState({type:`ul`,open:!1,x:0,y:0}),[T,E]=t.default.useState({open:!1,x:0,y:0}),D=t=>g.filter(e=>e.groupId===t).map((n,c)=>(0,r.jsx)(n.component,{execCommand:i,activeStyles:a,showHtml:e,toggleHtmlView:f,onOpenFind:p,onOpenReplace:m,toggleSelectionLock:_,fonts:v,sizes:y,saveSelection:b,openTextColorPicker:x,openHighlightColorPicker:S,fontConf:o,paragraphConf:s,clipboardConf:u,editingConf:h},`plugin-${t}-${c}`)),O=(e,t)=>{e.preventDefault();let n=e.currentTarget.getBoundingClientRect();w({type:t,open:!0,x:n.left,y:n.bottom})};return(0,r.jsxs)(r.Fragment,{children:[u&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[u.paste&&(0,r.jsxs)(`button`,{onClick:d,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`50px`},title:`Paste (Ctrl+V)`,children:[(0,r.jsx)(Hc,{size:28,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Paste`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[u.cut&&(0,r.jsx)($,{onClick:()=>i(`cut`),icon:(0,r.jsx)(dl,{size:14}),disabled:e,title:`Cut (Ctrl+X)`}),u.undo&&(0,r.jsx)($,{onClick:()=>i(`undo`),icon:(0,r.jsx)(yl,{size:14}),disabled:e,title:`Undo (Ctrl+Z)`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[u.copy&&(0,r.jsx)($,{onClick:()=>i(`copy`),icon:(0,r.jsx)(Wc,{size:14}),disabled:e,title:`Copy (Ctrl+C)`}),u.redo&&(0,r.jsx)($,{onClick:()=>i(`redo`),icon:(0,r.jsx)(sl,{size:14}),disabled:e,title:`Redo (Ctrl+Y)`})]})]})]}),(0,r.jsx)(`div`,{className:`swe-pt-2`,children:D(`clipboard`)}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Clipboard`})]}),o&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[o.bold&&(0,r.jsx)($,{onClick:()=>i(`bold`),icon:(0,r.jsx)(Ic,{size:14}),isActive:a.bold,disabled:e,title:`Bold (Ctrl+B)`}),o.italic&&(0,r.jsx)($,{onClick:()=>i(`italic`),icon:(0,r.jsx)(Qc,{size:14}),isActive:a.italic,disabled:e,title:`Italic (Ctrl+I)`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[o.underline&&(0,r.jsx)($,{onClick:()=>i(`underline`),icon:(0,r.jsx)(vl,{size:14}),isActive:a.underline,disabled:e,title:`Underline (Ctrl+U)`}),o.strikeThrough&&(0,r.jsx)($,{onClick:()=>i(`strikeThrough`),icon:(0,r.jsx)(hl,{size:14}),isActive:a.strikeThrough,disabled:e,title:`Strikethrough`})]})]}),D(`font`)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Font`})]}),s&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[s.bullets&&(0,r.jsx)($,{onClick:e=>O(e,`ul`),icon:(0,r.jsx)(tl,{size:14}),isActive:a.insertUnorderedList,disabled:e,title:`Bullets`}),s.numbering&&(0,r.jsx)($,{onClick:e=>O(e,`ol`),icon:(0,r.jsx)(el,{size:14}),isActive:a.insertOrderedList,disabled:e,title:`Numbering`}),(s.bullets||s.numbering)&&(0,r.jsx)(`div`,{className:`swe-vertical-divider`}),s.outdent&&(0,r.jsx)($,{onClick:()=>i(`outdent`),icon:(0,r.jsx)(Yc,{size:14}),disabled:e,title:`Decrease Indent`}),s.indent&&(0,r.jsx)($,{onClick:()=>i(`indent`),icon:(0,r.jsx)(Xc,{size:14}),disabled:e,title:`Increase Indent`}),(s.outdent||s.indent)&&(0,r.jsx)(`div`,{className:`swe-vertical-divider`}),s.lineSpacing&&(0,r.jsx)($,{onClick:e=>{let t=e.currentTarget.getBoundingClientRect();E({open:!0,x:t.left,y:t.bottom})},icon:(0,r.jsx)(rl,{size:14}),disabled:e,title:`Line Spacing`}),s.blockquote&&(0,r.jsx)($,{onClick:()=>i(`formatBlock`,`blockquote`),icon:(0,r.jsx)(ol,{size:14}),disabled:e,title:`Quote`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[s.alignLeft&&(0,r.jsx)($,{onClick:()=>i(`justifyLeft`),icon:(0,r.jsx)(Dc,{size:14}),isActive:a.justifyLeft,disabled:e,title:`Align Left (Ctrl+L)`}),s.alignCenter&&(0,r.jsx)($,{onClick:()=>i(`justifyCenter`),icon:(0,r.jsx)(Tc,{size:14}),isActive:a.justifyCenter,disabled:e,title:`Align Center (Ctrl+E)`}),s.alignRight&&(0,r.jsx)($,{onClick:()=>i(`justifyRight`),icon:(0,r.jsx)(Oc,{size:14}),isActive:a.justifyRight,disabled:e,title:`Align Right (Ctrl+R)`}),s.alignJustify&&(0,r.jsx)($,{onClick:()=>i(`justifyFull`),icon:(0,r.jsx)(Ec,{size:14}),isActive:a.justifyFull,disabled:e,title:`Justify (Ctrl+J)`})]})]}),D(`paragraph`),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Paragraph`})]}),h&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[h.find&&(0,r.jsxs)(`button`,{onClick:p,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,children:[(0,r.jsx)(fl,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Find`})]}),h.replace&&(0,r.jsxs)(`button`,{onClick:m,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,children:[(0,r.jsx)(cl,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Replace`})]})]}),D(`editing`)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Editing`})]}),D(`custom`),C.open&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,style:{zIndex:98},onClick:()=>w(e=>({...e,open:!1}))}),(0,r.jsx)(`div`,{className:`swe-dropdown-menu`,style:{left:C.x,top:C.y},children:C.type===`ul`?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(`button`,{onClick:()=>{l(`disc`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:[(0,r.jsx)(`div`,{className:`w-2 h-2 rounded-full bg-black`}),` Dot`]}),(0,r.jsxs)(`button`,{onClick:()=>{l(`circle`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:[(0,r.jsx)(`div`,{className:`w-2 h-2 rounded-full border border-black`}),` Circle`]}),(0,r.jsxs)(`button`,{onClick:()=>{l(`square`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:[(0,r.jsx)(`div`,{className:`w-2 h-2 bg-black`}),` Square`]})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`button`,{onClick:()=>{l(`decimal`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`1. Number`}),(0,r.jsx)(`button`,{onClick:()=>{l(`lower-alpha`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`a. Lower Alpha`}),(0,r.jsx)(`button`,{onClick:()=>{l(`upper-alpha`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`A. Upper Alpha`}),(0,r.jsx)(`button`,{onClick:()=>{l(`lower-roman`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`i. Lower Roman`}),(0,r.jsx)(`button`,{onClick:()=>{l(`upper-roman`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`I. Upper Roman`})]})})]}),document.body),T.open&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,style:{zIndex:98},onClick:()=>E(e=>({...e,open:!1}))}),(0,r.jsx)(`div`,{className:`swe-dropdown-menu`,style:{left:T.x,top:T.y+4,minWidth:`80px`},children:[`1.0`,`1.15`,`1.5`,`2.0`,`2.5`,`3.0`].map(e=>(0,r.jsx)(`button`,{onClick:()=>{c(e),E(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:e},e))})]}),document.body)]})},Sl=({showHtml:e,tableConf:i,tableMenuRef:a,isTableMenuOpen:o,setIsTableMenuOpen:s,tableGridSize:c,setTableGridSize:l,handleInsertTable:u,mediaConf:d,imageInputRef:f,linkConf:p,execCommand:m,saveSelection:h,isLinkMenuOpen:g,setIsLinkMenuOpen:_,linkUrl:v,setLinkUrl:y})=>{let[b,x]=(0,t.useState)({top:0,left:0}),S=t.default.useRef(null);(0,t.useLayoutEffect)(()=>{if(o&&a.current){let e=a.current.getBoundingClientRect();x({top:e.bottom+4,left:e.left})}},[o,a]),(0,t.useLayoutEffect)(()=>{if(g&&S.current){let e=S.current.getBoundingClientRect();x({top:e.bottom+4,left:e.left})}},[g]);let C=()=>{if(h(),y(`https://`),S.current){let e=S.current.getBoundingClientRect();x({top:e.bottom+4,left:e.left})}_(!0)},w=()=>{m(`createLink`,v),_(!1),y(`https://`)};return(0,r.jsxs)(r.Fragment,{children:[i&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,ref:a,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[(0,r.jsxs)(`button`,{onClick:()=>s(e=>!e),disabled:e,className:`swe-btn ${o?`swe-btn-active`:``} ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},children:[(0,r.jsx)(gl,{size:22,className:`swe-text-primary-blue`}),(0,r.jsxs)(`span`,{className:`swe-btn-label swe-flex swe-items-center`,children:[`Table `,(0,r.jsx)(Lc,{size:10})]})]}),o&&!e&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,onClick:()=>s(!1)}),(0,r.jsxs)(`div`,{className:`swe-dropdown-menu`,style:{top:b.top,left:b.left,padding:`16px`,alignItems:`center`},children:[(0,r.jsx)(`div`,{className:`swe-text-sm swe-font-bold swe-mb-2`,children:c.r>0?`Insert Table ${c.c}×${c.r}`:`Choose Table Dimensions`}),(0,r.jsx)(`div`,{className:`swe-table-grid`,onMouseLeave:()=>l({r:0,c:0}),children:[...Array(8)].map((e,t)=>(0,r.jsx)(`div`,{className:`swe-flex swe-gap-1 swe-mb-1`,children:[...Array(10)].map((e,n)=>{let i=t+1,a=n+1;return(0,r.jsx)(`div`,{className:`swe-table-cell ${i<=c.r&&a<=c.c?`swe-table-cell-active`:``}`,onMouseEnter:()=>l({r:i,c:a}),onMouseDown:e=>{e.preventDefault(),u(i,a),s(!1)}},n)})},t))})]})]}),document.body)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Table`})]}),d&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`button`,{onClick:()=>f.current?.click(),disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},title:`Insert Picture`,children:[(0,r.jsx)(Jc,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Picture`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Media`})]}),p&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,ref:S,children:[(0,r.jsxs)(`button`,{onClick:C,disabled:e,className:`swe-btn ${g?`swe-btn-active`:``} ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},title:`Insert Link`,children:[(0,r.jsx)($c,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Link`})]}),g&&!e&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,onClick:()=>_(!1)}),(0,r.jsxs)(`div`,{className:`swe-dropdown-menu`,style:{top:b.top,left:b.left,padding:`12px`,minWidth:`240px`},children:[(0,r.jsx)(`label`,{className:`swe-text-xs swe-font-bold swe-mb-1`,children:`Address:`}),(0,r.jsx)(`input`,{autoFocus:!0,type:`text`,value:v,onChange:e=>y(e.target.value),onKeyDown:e=>e.key===`Enter`&&w(),className:`swe-input`,placeholder:`https://example.com`}),(0,r.jsxs)(`div`,{className:`swe-flex swe-justify-end swe-gap-2 swe-mt-2`,children:[(0,r.jsx)(`button`,{onClick:()=>_(!1),className:`swe-btn-secondary`,children:`Cancel`}),(0,r.jsx)(`button`,{onClick:w,className:`swe-btn-primary`,children:`OK`})]})]})]}),document.body)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Links`})]})]})},Cl=({showHtml:e,inputIndentLeft:t,setInputIndentLeft:n,inputIndentRight:i,setInputIndentRight:a,applyIndent:o,inputSpacingBefore:s,setInputSpacingBefore:c,inputSpacingAfter:l,setInputSpacingAfter:u,applySpacing:d,insertPageBreak:f,pagesConf:p})=>(0,r.jsxs)(r.Fragment,{children:[p&&!e&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`button`,{onClick:f,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},title:`Page Break (Ctrl+Enter)`,children:[(0,r.jsx)(dl,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Page Break`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Page Setup`})]}),!e&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,style:{gap:`16px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-justify-center`,style:{height:`60px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,children:`Indent Left`}),(0,r.jsx)(`input`,{type:`text`,value:t,onChange:e=>{n(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||o(`left`,t)},className:`swe-input-sm`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,children:`Indent Right`}),(0,r.jsx)(`input`,{type:`text`,value:i,onChange:e=>{a(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||o(`right`,t)},className:`swe-input-sm`})]})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-justify-center`,style:{height:`60px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,style:{minWidth:`70px`},children:`Spacing Before`}),(0,r.jsx)(`input`,{type:`text`,value:s,onChange:e=>{c(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||d(`before`,t)},className:`swe-input-sm`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,style:{minWidth:`70px`},children:`Spacing After`}),(0,r.jsx)(`input`,{type:`text`,value:l,onChange:e=>{u(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||d(`after`,t)},className:`swe-input-sm`})]})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Paragraph`})]})]}),wl=[`#ffffff`,`#000000`,`#eeece1`,`#1f497d`,`#4f81bd`,`#c0504d`,`#9bbb59`,`#8064a2`,`#4bacc6`,`#f79646`],Tl=[[`#f2f2f2`,`#7f7f7f`,`#ddd9c3`,`#c6d9f0`,`#dbe5f1`,`#f2dcdb`,`#ebf1de`,`#e5e0ec`,`#dbeef3`,`#fdeada`],[`#d8d8d8`,`#595959`,`#c4bd97`,`#8db3e2`,`#b8cce4`,`#e5b9b7`,`#d7e3bc`,`#ccc1d9`,`#b7dde8`,`#fbd5b5`],[`#bfbfbf`,`#3f3f3f`,`#938953`,`#548dd4`,`#95b3d7`,`#d99694`,`#c3d69b`,`#b2a2c7`,`#93cddd`,`#fac08f`],[`#a5a5a5`,`#262626`,`#494429`,`#17365d`,`#365f91`,`#953734`,`#76923c`,`#5f497a`,`#31859b`,`#e36c09`],[`#7f7f7f`,`#0c0c0c`,`#1d1b10`,`#0f243e`,`#243f60`,`#632423`,`#4f6128`,`#3f3151`,`#205867`,`#974806`]],El=[`#c00000`,`#ff0000`,`#ffc000`,`#ffff00`,`#92d050`,`#00b050`,`#00b0f0`,`#0070c0`,`#002060`,`#7030a0`],Dl=({label:e,icon:i,onSelect:a,disabled:o,onOpen:s,variant:c=`big`,activeColor:l})=>{let[u,d]=(0,t.useState)(!1),[f,p]=(0,t.useState)(null),m=(0,t.useRef)(null),h=(0,t.useRef)(null),[g,_]=(0,t.useState)(`#000000`),v=(0,t.useRef)(null),y=e=>{e.preventDefault(),!o&&(u?d(!1):(s?.(),d(!0)))};(0,t.useEffect)(()=>{if(!u)return;let e=()=>{let e=m.current?.getBoundingClientRect();e&&p({top:e.bottom,left:e.left})};return e(),window.addEventListener(`resize`,e),window.addEventListener(`scroll`,e,!0),()=>{window.removeEventListener(`resize`,e),window.removeEventListener(`scroll`,e,!0)}},[u]),(0,t.useEffect)(()=>{let e=e=>{if(u){let t=e.target,n=m.current?.contains(t),r=h.current?.contains(t),i=t===v.current;!n&&!r&&!i&&d(!1)}};return document.addEventListener(`mousedown`,e,!0),()=>document.removeEventListener(`mousedown`,e,!0)},[u]);let b=(e,t)=>{e.preventDefault(),a(t),d(!1)},x=()=>{v.current&&v.current.click()},S=e=>{let t=e.target.value;_(t),a(t)},C=c===`compact`;return(0,r.jsxs)(`div`,{className:`swe-relative swe-inline-block`,children:[(0,r.jsxs)(`button`,{ref:m,onMouseDown:y,disabled:o,title:e,className:`swe-color-picker-btn ${C?`swe-color-picker-btn-compact`:``} ${u?`swe-bg-white`:``}`,style:u?{borderColor:`var(--swe-border-color)`,backgroundColor:`white`}:{},children:[(0,r.jsxs)(`div`,{className:`swe-relative swe-flex-col swe-items-center ${C?`swe-scale-90`:``}`,children:[i,l&&(0,r.jsx)(`div`,{className:`swe-absolute`,style:{bottom:`-2px`,left:0,right:0,height:`3px`,borderRadius:`8px`,backgroundColor:l,boxShadow:`0 1px 1px rgba(0,0,0,0.1)`}})]}),(0,r.jsx)(Lc,{size:C?8:10,className:`swe-text-gray-500 swe-mt-1`,style:u?{transform:`rotate(180deg)`}:{}})]}),u&&f&&n.default.createPortal((0,r.jsxs)(`div`,{ref:h,className:`swe-color-picker-content`,style:{position:`fixed`,zIndex:9999,top:`${f.top+4}px`,left:`${f.left}px`,maxWidth:`100vw`},onMouseDown:e=>e.preventDefault(),children:[(0,r.jsxs)(`div`,{children:[(0,r.jsx)(`div`,{className:`swe-color-picker-title`,children:`Theme Colors`}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`div`,{className:`swe-flex`,children:wl.map(e=>(0,r.jsx)(`div`,{onMouseDown:t=>b(t,e),className:`swe-color-swatch`,style:{backgroundColor:e}},e))}),Tl.map((e,t)=>(0,r.jsx)(`div`,{className:`swe-flex`,children:e.map(e=>(0,r.jsx)(`div`,{onMouseDown:t=>b(t,e),className:`swe-color-swatch`,style:{backgroundColor:e,borderColor:`#f3f4f6`}},e))},t))]})]}),(0,r.jsxs)(`div`,{children:[(0,r.jsx)(`div`,{className:`swe-color-picker-title`,children:`Standard Colors`}),(0,r.jsx)(`div`,{className:`swe-flex`,children:El.map(e=>(0,r.jsx)(`div`,{onMouseDown:t=>b(t,e),className:`swe-color-swatch`,style:{backgroundColor:e},title:e},e))})]}),(0,r.jsx)(`div`,{className:`swe-divider-h`,style:{marginTop:`4px`}}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsxs)(`button`,{onMouseDown:e=>b(e,null),className:`swe-color-btn-action`,children:[(0,r.jsx)(Gc,{size:14,className:`swe-text-gray-400`}),(0,r.jsx)(`span`,{children:`No Color`})]}),(0,r.jsxs)(`button`,{onMouseDown:e=>{e.preventDefault(),x()},className:`swe-color-btn-action swe-color-btn-more`,children:[(0,r.jsx)(`div`,{style:{width:`14px`,height:`14px`,borderRadius:`50%`,border:`1px solid #e5e7eb`,background:`conic-gradient(red, yellow, lime, aqua, blue, magenta, red)`}}),(0,r.jsx)(`span`,{children:`More Colors...`})]}),(0,r.jsx)(`div`,{style:{marginTop:`4px`,borderTop:`1px solid #f3f4f6`,paddingTop:`4px`},children:(0,r.jsx)(`button`,{onMouseDown:e=>{e.preventDefault(),d(!1)},className:`swe-color-btn-action`,style:{justifyContent:`center`,fontSize:`10px`,fontWeight:`800`,color:`#9ca3af`,textTransform:`uppercase`,marginTop:`4px`,letterSpacing:`0.05em`},children:`Close Picker`})}),(0,r.jsx)(`input`,{ref:v,type:`color`,value:g,onChange:S,style:{opacity:0,position:`absolute`,pointerEvents:`none`}})]})]}),document.body)]})},Ol=({showHtml:e,activeTableCell:t,handleTableAction:n,saveSelection:i})=>{if(!t||e)return null;let a=e=>{let n=`padding${e}`,r=t.style[n];return r?parseInt(r):8};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`insertRowAbove`),icon:(0,r.jsx)(Fc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Above`}),(0,r.jsx)($,{onClick:()=>n(`insertRowBelow`),icon:(0,r.jsx)(Mc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Below`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Rows`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`insertColLeft`),icon:(0,r.jsx)(Nc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Left`}),(0,r.jsx)($,{onClick:()=>n(`insertColRight`),icon:(0,r.jsx)(Pc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Right`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Cols`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{borderLeft:`1px solid var(--swe-border-color)`,paddingLeft:`8px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`deleteRow`),icon:(0,r.jsx)(_l,{size:14,className:`swe-text-red-500`}),title:`Delete Row`,label:`Row`}),(0,r.jsx)($,{onClick:()=>n(`deleteCol`),icon:(0,r.jsx)(_l,{size:14,className:`swe-text-red-500`}),title:`Delete Col`,label:`Col`}),(0,r.jsx)($,{onClick:()=>n(`deleteTable`),icon:(0,r.jsx)(_l,{size:14,className:`swe-text-red-700`}),title:`Delete All`,label:`All`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Delete`})]})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Rows & Columns`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsx)(`div`,{className:`swe-flex swe-gap-1`,children:(0,r.jsx)($,{onClick:()=>n(`mergeCells`),icon:(0,r.jsx)(Uc,{size:14,className:`swe-text-primary-blue`}),title:`Merge Selected Cells`,label:`Selection`})}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Merge`})]}),(0,r.jsx)(`div`,{className:`swe-divider-v`}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`mergeRight`),icon:(0,r.jsx)(Uc,{size:14,className:`swe-text-primary-blue`}),title:`Merge Right`}),(0,r.jsx)($,{onClick:()=>n(`mergeDown`),icon:(0,r.jsx)(`div`,{style:{transform:`rotate(90deg)`},children:(0,r.jsx)(Uc,{size:14,className:`swe-text-primary-blue`})}),title:`Merge Down`}),(0,r.jsx)($,{onClick:()=>n(`splitCell`),icon:(0,r.jsx)(pl,{size:14,className:`swe-text-primary-blue`}),title:`Split Cells`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Individual`})]})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Merge`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`alignTop`),icon:(0,r.jsx)(jc,{size:14,className:`swe-text-primary-blue`}),title:`Align Top`}),(0,r.jsx)($,{onClick:()=>n(`alignMiddle`),icon:(0,r.jsx)(kc,{size:14,className:`swe-text-primary-blue`}),title:`Align Middle`}),(0,r.jsx)($,{onClick:()=>n(`alignBottom`),icon:(0,r.jsx)(Ac,{size:14,className:`swe-text-primary-blue`}),title:`Align Bottom`})]}),(0,r.jsx)(`div`,{className:`swe-divider-v`}),(0,r.jsx)(`div`,{className:`swe-flex swe-gap-1`,children:(0,r.jsx)(Dl,{label:`Shading`,icon:(0,r.jsx)(il,{size:16,className:`swe-text-primary-blue`}),disabled:e,onOpen:i,onSelect:e=>n(`cellColor`,e||`transparent`)})})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Alignment`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsx)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-1`,style:{border:`1px solid var(--swe-border-color)`,borderRadius:`4px`,padding:`2px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-text-center`,style:{fontSize:`8px`},children:`T/B`}),(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)(`button`,{onClick:()=>n(`paddingTopPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Fc,{size:12})}),(0,r.jsx)(`button`,{onClick:()=>n(`paddingBottomPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Mc,{size:12})})]})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-text-center`,style:{fontSize:`8px`},children:`L/R`}),(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)(`button`,{onClick:()=>n(`paddingLeftPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Nc,{size:12})}),(0,r.jsx)(`button`,{onClick:()=>n(`paddingRightPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Pc,{size:12})})]})]})]}),(0,r.jsxs)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:[`Padding (T:`,a(`Top`),` L:`,a(`Left`),`)`]})]})}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Cell Padding`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-grid-3`,children:[(0,r.jsx)(`button`,{onClick:()=>n(`borderTop`),className:`swe-btn-icon`,title:`Top Border`,children:(0,r.jsx)(`div`,{style:{width:`12px`,height:`2px`,backgroundColor:`black`,marginBottom:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderBottom`),className:`swe-btn-icon`,title:`Bottom Border`,children:(0,r.jsx)(`div`,{style:{width:`12px`,height:`2px`,backgroundColor:`black`,marginTop:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderLeft`),className:`swe-btn-icon`,title:`Left Border`,children:(0,r.jsx)(`div`,{style:{width:`2px`,height:`12px`,backgroundColor:`black`,marginRight:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderRight`),className:`swe-btn-icon`,title:`Right Border`,children:(0,r.jsx)(`div`,{style:{width:`2px`,height:`12px`,backgroundColor:`black`,marginLeft:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderAll`),className:`swe-btn-icon`,title:`All Borders`,children:(0,r.jsx)(ml,{size:12,style:{opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderNone`),className:`swe-btn-icon`,title:`No Borders`,children:(0,r.jsx)(nl,{size:12,className:`swe-text-gray-400`})})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-500 swe-mt-1`,children:`Borders`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Side Styling`})]})]})},kl=({showHtml:e,activeImage:t,imageWidth:n,handleImageWidthChange:i,handleImageAction:a})=>(0,r.jsx)(r.Fragment,{children:t&&!e&&(0,r.jsx)(`div`,{className:`swe-flex swe-items-center swe-gap-1`,children:(0,r.jsx)(`div`,{className:`swe-toolbar-group swe-toolbar-group-green`,style:{padding:`0 8px`},children:(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{borderRight:`1px solid #bbf7d0`,paddingRight:`16px`},children:[(0,r.jsxs)(`span`,{className:`swe-text-xs swe-text-green-800 swe-font-medium swe-mb-1`,children:[`Image Width: `,n,`%`]}),(0,r.jsx)(`input`,{type:`range`,min:`10`,max:`100`,value:n,onChange:i,className:`swe-accent-green`,style:{width:`100px`,cursor:`pointer`}}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label swe-text-green-700`,style:{bottom:`-18px`},children:`Size`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{borderRight:`1px solid #bbf7d0`,paddingRight:`16px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>a(`alignLeft`),icon:(0,r.jsx)(Dc,{size:14,className:`swe-text-green-700`}),title:`Align Left`}),(0,r.jsx)($,{onClick:()=>a(`alignCenter`),icon:(0,r.jsx)(Tc,{size:14,className:`swe-text-green-700`}),title:`Align Center`}),(0,r.jsx)($,{onClick:()=>a(`alignRight`),icon:(0,r.jsx)(Oc,{size:14,className:`swe-text-green-700`}),title:`Align Right`}),(0,r.jsx)($,{onClick:()=>a(`alignNone`),icon:(0,r.jsx)(Ec,{size:14,className:`swe-text-green-700`}),title:`Inline`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label swe-text-green-700`,style:{bottom:`-18px`},children:`Arrange`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{paddingLeft:`8px`},children:[(0,r.jsx)($,{onClick:()=>a(`delete`),icon:(0,r.jsx)(_l,{size:18,className:`swe-text-red-500`}),label:`Delete`,style:{height:`44px`,width:`44px`},title:`Delete Picture`}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label swe-text-red-500`,style:{bottom:`-18px`},children:`Actions`})]})]})})})}),Al=({onSave:e,onSaveAsDocs:t,onPrint:n,toggleHtmlView:i,activeStyles:a,showHtml:o,execCommand:s,onImportWord:c,pluginContributions:l=[],fonts:u,sizes:d})=>{let f=e=>l.filter(t=>t.groupId===e).map((t,n)=>(0,r.jsx)(t.component,{execCommand:s,activeStyles:a,showHtml:o,toggleHtmlView:i,onImportWord:c,fonts:u,sizes:d},`file-plugin-${e}-${n}`));return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsx)(`div`,{className:`swe-flex swe-justify-start`,children:(0,r.jsxs)(`button`,{onClick:n,disabled:o,className:`swe-btn ${o?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},children:[(0,r.jsx)(al,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Print`})]})}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-justify-center`,children:[(0,r.jsxs)(`button`,{onClick:e,className:`swe-btn`,style:{flexDirection:`row`,gap:`8px`,padding:`4px 8px`},children:[(0,r.jsx)(ul,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium`,children:`Save`})]}),(0,r.jsxs)(`button`,{onClick:t,className:`swe-btn`,style:{flexDirection:`row`,gap:`8px`,padding:`4px 8px`},children:[(0,r.jsx)(qc,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium`,children:`Save As Docx`})]}),(0,r.jsxs)(`button`,{onClick:i,className:`swe-btn ${o?`swe-btn-active`:``}`,style:{flexDirection:`row`,gap:`8px`,padding:`4px 8px`},children:[(0,r.jsx)(Kc,{size:14,className:o?`swe-text-primary-blue`:`swe-text-gray-400`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium`,children:o?`Rich Text`:`View HTML`})]})]}),f(`insert`),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Document`})]}),f(`custom`)]})};function jl(){return(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-h-full swe-gap-6`,style:{overflowX:`auto`,paddingRight:`24px`},children:[(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,style:{flexDirection:`column`,borderRight:`1px solid var(--swe-border-color)`,paddingRight:`16px`,height:`60px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2 swe-mb-1`,children:[(0,r.jsx)(Vc,{size:16,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-bold swe-text-gray-700 swe-uppercase`,children:`Shortcuts`})]}),(0,r.jsx)(`p`,{className:`swe-text-xs swe-text-gray-400`,style:{maxWidth:`120px`,lineHeight:`1.2`},children:`Keyboard guides for productivity.`})]}),(0,r.jsx)(`div`,{className:`swe-flex`,children:(0,r.jsx)(`div`,{className:`swe-shortcut-grid`,children:[{key:`Ctrl + B`,action:`Bold`},{key:`Ctrl + I`,action:`Italic`},{key:`Ctrl + U`,action:`Underline`},{key:`Ctrl + S`,action:`Save`},{key:`Ctrl + F`,action:`Find`},{key:`Ctrl + H`,action:`Replace`},{key:`Ctrl + K`,action:`Link`},{key:`Ctrl + P`,action:`Print`},{key:`Ctrl + L`,action:`Align Left`},{key:`Ctrl + E`,action:`Align Center`},{key:`Ctrl + R`,action:`Align Right`},{key:`Ctrl + J`,action:`Justify`},{key:`Ctrl + Z`,action:`Undo`},{key:`Ctrl + Y`,action:`Redo`},{key:`Tab`,action:`Indent`}].map((e,t)=>(0,r.jsxs)(`div`,{className:`swe-shortcut-item`,children:[(0,r.jsx)(`div`,{className:`swe-kbd`,children:e.key}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium swe-text-gray-600 swe-whitespace-nowrap`,children:e.action})]},t))})})]})}function Ml(e,t){if(!e)return!1;if(e===!0)return{...t};let n={...t};for(let t in n)n[t]=!!e[t];return n}e.ColorPicker=Dl,e.default=({initialHTML:e=`<p>Start typing here...</p>`,onChange:i,onSave:a,toolbarOptions:o={},height:s=`100vh`,className:c=``,initialPaddingLeft:l=20,initialPaddingRight:u=20,initialIndentLeft:d=0,initialIndentRight:f=0,initialLineSpacing:p=`1.5`,initialSpacingBefore:m=0,initialSpacingAfter:h=0,plugins:g=[]})=>{let _=(0,t.useRef)(null),v=(0,t.useRef)(null),y=(0,t.useRef)(null),b=(0,t.useRef)(null),x=(0,t.useRef)(null),S=(0,t.useRef)(null),C=(0,t.useRef)(null),w=(0,t.useRef)(null),T=(0,t.useRef)(null),E=e.trim(),D=(0,t.useRef)(E),[O,k]=(0,t.useState)(`Home`),A=Ml(o.clipboard??!0,{paste:!0,cut:!0,copy:!0,undo:!0,redo:!0}),j=Ml(o.font??!0,{family:!0,size:!0,bold:!0,italic:!0,underline:!0,strikeThrough:!0,subscript:!0,superscript:!0,highlight:!0,color:!0,clear:!0}),M=typeof o.font==`object`?o.font:{},N=Ml(o.paragraph??!0,{bullets:!0,numbering:!0,outdent:!0,indent:!0,alignLeft:!0,alignCenter:!0,alignRight:!0,alignJustify:!0,lineSpacing:!0,blockquote:!0}),P=Ml(o.editing??!0,{find:!0,replace:!0,lock:!0}),F=!!(o.table??!0),I=!!(o.link??!0),L=!!(o.media??!0),R=!!(o.pages??!0),[z,B]=(0,t.useState)({bold:!1,italic:!1,underline:!1,strikeThrough:!1,insertUnorderedList:!1,insertOrderedList:!1,justifyLeft:!1,justifyCenter:!1,justifyRight:!1,justifyFull:!1,fontSize:(M.size,`3`),fontName:(M.family,`Arial`),subscript:!1,superscript:!1}),[ee,te]=(0,t.useState)(d),[V,ne]=(0,t.useState)(f),[re,ie]=(0,t.useState)(d.toString()),[ae,oe]=(0,t.useState)(f.toString()),[H,U]=(0,t.useState)(m.toString()),[se,ce]=(0,t.useState)(h.toString()),[le,ue]=(0,t.useState)(null),[de,fe]=(0,t.useState)(!1),[pe,W]=(0,t.useState)(!1),[me,he]=(0,t.useState)(`https://`),[ge,_e]=(0,t.useState)(null),[ve,ye]=(0,t.useState)({top:0,left:0}),[be,xe]=(0,t.useState)({r:0,c:0}),[G,Se]=(0,t.useState)(null),[Ce,we]=(0,t.useState)(null),[Te,Ee]=(0,t.useState)(100),[K,De]=(0,t.useState)(!1),[Oe,ke]=(0,t.useState)(E),[Ae,je]=(0,t.useState)(0),[Me,Ne]=(0,t.useState)(0),[Pe,Fe]=(0,t.useState)(!1),[q,Ie]=(0,t.useState)(``),[Le,Re]=(0,t.useState)(``),[ze,Be]=(0,t.useState)(`find`),[Ve,He]=(0,t.useState)(!1),[Ue,We]=(0,t.useState)({message:``,type:null}),[Ge,Ke]=(0,t.useState)([]),qe=(0,t.useCallback)(()=>{if(!q||!_.current){Ke([]);return}let e=_.current,t=document.createTreeWalker(e,NodeFilter.SHOW_TEXT,null),n=[],r=Ve?q:q.toLowerCase(),i=t.nextNode();for(;i;){let e=i.textContent||``,a=Ve?e:e.toLowerCase(),o=a.indexOf(r);for(;o!==-1;){let t=Math.max(0,o-20),s=Math.min(e.length,o+q.length+20),c=e.substring(t,s);n.push({text:e.substring(o,o+q.length),context:c,node:i,start:o,end:o+q.length,fullContent:e}),o=a.indexOf(r,o+q.length)}i=t.nextNode()}return Ke(n),n},[q,Ve]);(0,t.useEffect)(()=>{We({message:``,type:null});let e=setTimeout(()=>{ze===`find`&&qe()},300);return()=>clearTimeout(e)},[q,qe,ze]);let[Je]=(0,t.useState)(E),Ye=e=>e*25.4/96,Xe=t.default.useCallback(()=>{if(!_.current)return;let e=_.current,t=!1;return Array.from(e.childNodes).forEach(n=>{let r=n.nodeType===3,i=n.nodeType===1&&n.tagName===`BR`;if(r&&n.textContent?.trim()||i){let r=document.createElement(`p`);e.insertBefore(r,n),r.appendChild(n),t=!0}}),t},[]),Ze=t.default.useCallback(()=>{let e=window.getSelection();e&&e.rangeCount>0&&(w.current=e.getRangeAt(0).cloneRange())},[]),Qe=t.default.useCallback(()=>{if(!_.current)return;let e=window.getSelection();if(!e||e.rangeCount===0)return;let t=e.getRangeAt(0),n=t.startContainer,r=t.startOffset,i=!1,a=document.createTreeWalker(_.current,NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_TEXT),o=a.nextNode(),s=!0;for(;o;){if(o.nodeType===1){let e=o.tagName;if([`P`,`LI`,`H1`,`H2`,`H3`,`BLOCKQUOTE`,`DIV`].includes(e))s=!0;else if(e===`A`){s=!1;let e=a.nextNode();for(;e&&o.contains(e);)e=a.nextNode();o=e;continue}}else if(o.nodeType===3){let e=o.textContent||``;if(e.length>0){let t=``,n=s;for(let r=0;r<e.length;r++){let a=e[r];/\s/.test(a)||a===`\xA0`?t+=a:n&&/[a-z]/.test(a)?(t+=a.toUpperCase(),n=!1,i=!0):(t+=a,a.trim().length>0&&(n=!1,/[.!?]/.test(a)&&(n=!0)))}o.textContent!==t&&(o.textContent=t),s=n}}o=a.nextNode()}if(i)try{let t=document.createRange();t.setStart(n,r),t.collapse(!0),e.removeAllRanges(),e.addRange(t)}catch{}},[]),$e=t.default.useCallback(()=>{if(!_.current)return;let e=(_.current.innerText||_.current.textContent||``).replace(/\u200B/g,``);Ne(e.length),je(e.trim().split(/\s+/).filter(e=>e.length>0).length)},[]);(0,t.useEffect)(()=>{$e()},[$e]);let J=t.default.useCallback(()=>{if(!_.current||K)return;let e=_.current.innerHTML;e!==D.current&&(D.current=e,i?.(e),$e())},[i,K,$e]),Y=t.default.useCallback(()=>{if(!document.queryCommandState||!_.current)return;let e=document.queryCommandState(`subscript`),t=document.queryCommandState(`superscript`),n=window.getSelection();if(n&&n.rangeCount>0){let r=n.anchorNode,i=r?.nodeType===3?r.parentElement:r;i&&_.current.contains(i)&&(i.closest(`sub`)&&(e=!0),i.closest(`sup`)&&(t=!0))}if(B({bold:document.queryCommandState(`bold`),italic:document.queryCommandState(`italic`),underline:document.queryCommandState(`underline`),strikeThrough:document.queryCommandState(`strikeThrough`),insertUnorderedList:document.queryCommandState(`insertUnorderedList`),insertOrderedList:document.queryCommandState(`insertOrderedList`),justifyLeft:document.queryCommandState(`justifyLeft`),justifyCenter:document.queryCommandState(`justifyCenter`),justifyRight:document.queryCommandState(`justifyRight`),justifyFull:document.queryCommandState(`justifyFull`),fontSize:document.queryCommandValue(`fontSize`)||`3`,fontName:document.queryCommandValue(`fontName`).replace(/"/g,``)||`Arial`,subscript:e,superscript:t,foreColor:document.queryCommandValue(`foreColor`)||`#000000`,hiliteColor:document.queryCommandValue(`hiliteColor`)||`transparent`}),n&&n.rangeCount>0){let e=n.anchorNode,t=e?.nodeType===3?e.parentElement:e;if(t&&_.current.contains(t)){let e=t.closest(`ul,ol,p,div,h1,h2,h3,h4,h5,h6`);if(e&&_.current.contains(e)){let t=window.getComputedStyle(e),n=t.marginLeft,r=t.marginRight,i=t.marginTop,a=t.marginBottom,o=e=>e.endsWith(`mm`)?parseFloat(e):e.endsWith(`px`)?Ye(parseFloat(e)):0,s=e=>e.endsWith(`pt`)?parseFloat(e):e.endsWith(`px`)?Math.round(parseFloat(e)*.75):0,c=o(n),l=o(r);te(c),ne(l),document.activeElement?.getAttribute(`data-field`)!==`indentLeft`&&ie(Math.round(c).toString()),document.activeElement?.getAttribute(`data-field`)!==`indentRight`&&oe(Math.round(l).toString());let u=s(i),d=s(a);document.activeElement?.getAttribute(`data-field`)!==`spacingBefore`&&U(u.toString()),document.activeElement?.getAttribute(`data-field`)!==`spacingAfter`&&ce(d.toString())}Se(t.closest(`td,th`))}else Se(null)}},[]);(0,t.useEffect)(()=>{_.current&&(_.current.innerHTML=Je,D.current=Je),document.execCommand(`defaultParagraphSeparator`,!1,`p`)},[Je]),(0,t.useEffect)(()=>{!K&&_.current&&(_.current.innerHTML=D.current)},[K]);let[et,tt]=(0,t.useState)(!1),[nt,rt]=(0,t.useState)(null);(0,t.useEffect)(()=>{let e=e=>{let t=e.target.closest(`td, th`);t&&_.current?.contains(t)?(tt(!0),rt(t),e.shiftKey||(_.current.querySelectorAll(`td[data-selected], th[data-selected]`).forEach(e=>e.removeAttribute(`data-selected`)),t.setAttribute(`data-selected`,`true`))):(tt(!1),rt(null))},t=e=>{if(!et||!nt||!_.current)return;let t=e.target.closest(`td, th`);if(!t||!_.current.contains(t))return;let n=nt.closest(`table`);if(!n||n!==t.closest(`table`))return;let r=n.tBodies[0],i=(()=>{let e=[];return Array.from(r.rows).forEach((t,n)=>{e[n]||(e[n]=[]);let r=0;Array.from(t.cells).forEach(t=>{for(;e[n][r];)r++;let i=t.rowSpan||1,a=t.colSpan||1;for(let o=0;o<i;o++)for(let i=0;i<a;i++)e[n+o]||(e[n+o]=[]),e[n+o][r+i]=t;r+=a})}),e})(),a=-1,o=-1,s=-1,c=-1;if(i.forEach((e,n)=>{e.forEach((e,r)=>{e===nt&&(a=n,o=r),e===t&&(s=n,c=r)})}),a!==-1&&s!==-1){let e=Math.min(a,s),t=Math.max(a,s),r=Math.min(o,c),l=Math.max(o,c);n.querySelectorAll(`td, th`).forEach(e=>e.removeAttribute(`data-selected`));for(let n=e;n<=t;n++)for(let e=r;e<=l;e++)i[n]?.[e]?.setAttribute(`data-selected`,`true`)}},n=()=>{tt(!1),rt(null)};return document.addEventListener(`mousedown`,e),document.addEventListener(`mousemove`,t),document.addEventListener(`mouseup`,n),()=>{document.removeEventListener(`mousedown`,e),document.removeEventListener(`mousemove`,t),document.removeEventListener(`mouseup`,n)}},[et,nt]),(0,t.useEffect)(()=>{let e=()=>{setTimeout(()=>{Y();let e=window.getSelection();if(e&&e.rangeCount>0&&_.current?.contains(e.anchorNode)&&(w.current=e.getRangeAt(0).cloneRange(),!et)){let t=_.current;if(t)if(t.querySelectorAll(`td[data-selected], th[data-selected]`).forEach(e=>e.removeAttribute(`data-selected`)),!e.getRangeAt(0).collapsed)t.querySelectorAll(`table`).forEach(t=>{t.querySelectorAll(`td, th`).forEach(t=>{e.containsNode(t,!0)&&t.setAttribute(`data-selected`,`true`)})});else{let n=e.anchorNode,r=(n?.nodeType===3?n.parentElement:n)?.closest(`td, th`);r&&t.contains(r)&&r.setAttribute(`data-selected`,`true`)}}},10)};return document.addEventListener(`selectionchange`,e),()=>document.removeEventListener(`selectionchange`,e)},[et,Y]),(0,t.useEffect)(()=>{let e=e=>{T.current&&!T.current.contains(e.target)&&(fe(!1),xe({r:0,c:0}))};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]);let it=t.default.useCallback((e,t)=>{let n=window.getSelection(),r=n&&n.rangeCount>0?n.getRangeAt(0):null;if((!r||!_.current?.contains(r.commonAncestorContainer))&&(r=w.current),!r)return;let i=r.startContainer,a=(i.nodeType===3?i.parentNode:i).closest(`ul,ol,p,div,h1,h2,h3,h4,h5,h6`);a&&_.current?.contains(a)&&(a.style[e===`left`?`marginLeft`:`marginRight`]=`${t}mm`,J())},[J]),at=t.default.useCallback((e,t)=>{let n=window.getSelection(),r=n&&n.rangeCount>0?n.getRangeAt(0):null;if((!r||!_.current?.contains(r.commonAncestorContainer))&&(r=w.current),!r)return;let i=r.startContainer,a=(i.nodeType===3?i.parentNode:i).closest(`ul,ol,p,div,h1,h2,h3,h4,h5,h6`);a&&_.current?.contains(a)&&(a.style[e===`before`?`marginTop`:`marginBottom`]=`${t}pt`,J())},[J]);(0,t.useEffect)(()=>{let e=e=>{if(!le||!v.current)return;let t=v.current.getBoundingClientRect(),n=210/t.width,r=(e.clientX-t.left)*n;if(le===`left`){let e=Math.max(-20,Math.min(r-20,170-V-5));te(e),it(`left`,e)}else{let e=Math.max(-20,Math.min(210-r-20,170-ee-5));ne(e),it(`right`,e)}},t=()=>ue(null);return le?(document.body.style.cursor=`ew-resize`,window.addEventListener(`mousemove`,e),window.addEventListener(`mouseup`,t)):document.body.style.cursor=`default`,()=>{window.removeEventListener(`mousemove`,e),window.removeEventListener(`mouseup`,t)}},[le,ee,V,it]);let ot=(e,t=null)=>{if(_.current){if(e===`removeFormat`){let e=window.getSelection(),t=null;if(e&&e.rangeCount>0){let n=e.getRangeAt(0);t=n.cloneRange();let r=n.commonAncestorContainer,i=r.nodeType===3?r.parentElement:r;if(i&&_.current.contains(i)){let e=document.createTreeWalker(i,NodeFilter.SHOW_ELEMENT),t=e.currentNode;for(;t;){if(n.intersectsNode(t)){let e=t;e.style.backgroundColor=``,e.style.background=``,e.getAttribute(`style`)||e.removeAttribute(`style`)}t=e.nextNode()}}}document.execCommand(`removeFormat`,!1,``),document.execCommand(`foreColor`,!1,`#000000`),t&&(e?.removeAllRanges(),e?.addRange(t))}else if(e===`createLink`){let e=t;if(e){_.current.focus();let t=window.getSelection();if(t&&w.current){if(t.removeAllRanges(),t.addRange(w.current),w.current.collapsed)document.execCommand(`insertHTML`,!1,`<a href="${e}">${e}</a>`);else{let t=document.createElement(`div`);t.appendChild(w.current.cloneContents());let n=t.innerHTML;document.execCommand(`insertHTML`,!1,`<a href="${e}">${n}</a>`)}w.current=null}else document.execCommand(`insertHTML`,!1,`<a href="${e}">${e}</a>`)}}else if(e===`blockquote`){let e=window.getSelection();if(e&&e.rangeCount>0){let t=e.getRangeAt(0).commonAncestorContainer;(t.nodeType===3?t.parentElement:t)?.closest(`blockquote`)?document.execCommand(`formatBlock`,!1,`p`):document.execCommand(`formatBlock`,!1,`blockquote`)}}else if(e===`fontSize`||e===`fontName`){document.execCommand(e,!1,t??``);let n=window.getSelection();if(n&&n.rangeCount>0){let r=n.getRangeAt(0),i=r.commonAncestorContainer,a=i.nodeType===3?i.parentNode:i;if(a&&_.current.contains(a)){let n=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT),i={1:`8pt`,2:`10pt`,3:`12pt`,4:`14pt`,5:`18pt`,6:`24pt`,7:`36pt`},o=n.currentNode;for(;o;){if(o.nodeName===`LI`&&r.intersectsNode(o)){let n=o;e===`fontSize`&&t&&i[t]?n.style.fontSize=i[t]:e===`fontName`&&t&&(n.style.fontFamily=t)}o=n.nextNode()}}}}else{let n=e;if(e===`backColor`&&(!t||t!==`transparent`)&&(n=`hiliteColor`),_.current){_.current.focus();let e=window.getSelection();if(e&&w.current)try{e.removeAllRanges(),e.addRange(w.current)}catch(e){console.warn(`Failed to restore range`,e)}}if(n===`subscript`||n===`superscript`){let e=window.getSelection();if(e&&e.rangeCount>0){let t=e.getRangeAt(0).startContainer,r=t.nodeType===3?t.parentElement:t,i=n===`subscript`?`SUB`:`SUP`,a=r?.closest(i);if(a&&_.current?.contains(a)){let e=a.parentNode;if(e){let t=document.createDocumentFragment();for(;a.firstChild;)t.appendChild(a.firstChild);e.replaceChild(t,a),Y(),J();return}}}}document.execCommand(n,!1,t??``)}Y(),J()}},st=async()=>{try{let e=await navigator.clipboard.read();for(let t of e)if(t.types.includes(`text/html`)){let e=await(await t.getType(`text/html`)).text();document.execCommand(`insertHTML`,!1,e);return}else if(t.types.includes(`text/plain`)){let e=await(await t.getType(`text/plain`)).text();document.execCommand(`insertText`,!1,e);return}}catch{try{let e=await navigator.clipboard.readText();document.execCommand(`insertText`,!1,e)}catch{document.execCommand(`paste`)}}_.current?.focus(),Y(),J()},ct=e=>{if(!_.current)return;if(w.current){let t=w.current.commonAncestorContainer,n=(t.nodeType===3?t.parentNode:t)?.closest?.(`p,div,li,h1,h2,h3,h4,h5,h6`);n&&_.current.contains(n)?n.style.lineHeight=e:_.current.style.lineHeight=e}let t=window.getSelection();t&&(t.removeAllRanges(),w.current&&t.addRange(w.current)),_.current.focus(),J()},lt=e=>{if(!_.current)return;let t=window.getSelection();if(t&&t.rangeCount>0){let n=t.getRangeAt(0).commonAncestorContainer,r=(n.nodeType===3?n.parentElement:n)?.closest(`ol, ul`);r&&_.current.contains(r)&&(r.style.listStyleType=e)}_.current.focus(),J()},X=(e,t)=>{if(!e||!t)return;let n=!!G,r=`<table border="1" style="border-collapse:collapse;width:100%;${n?`margin:0`:`margin:10px 0`}"><tbody>`;for(let n=0;n<e;n++){r+=`<tr>`;for(let e=0;e<t;e++)r+=`<td style="border:1px solid black;padding:8px;min-width:50px;resize:both;overflow:hidden;">&#8203;</td>`;r+=`</tr>`}r+=`</tbody></table>${n?``:`<p>&#8203;</p>`}`,_.current?.focus();let i=window.getSelection();if(i&&(i.removeAllRanges(),w.current&&i.addRange(w.current)),n&&G&&(G.textContent||``).replace(/\u200B/g,``).trim()===``&&G.children.length===0){let e=document.createRange();e.selectNodeContents(G),i?.removeAllRanges(),i?.addRange(e)}document.execCommand(`insertHTML`,!1,r),fe(!1),xe({r:0,c:0}),J()},ut=e=>{let t=window.getSelection();if(!t)return;let n=document.createRange();n.setStart(e.node,e.start),n.setEnd(e.node,e.end),t.removeAllRanges(),t.addRange(n);let r=e.node.parentElement;r&&r.scrollIntoView({behavior:`smooth`,block:`center`}),_.current?.focus()},dt=()=>{if(!q||!_.current)return;let e=qe();if(!e||e.length===0){We({message:`No matches found for "${q}"`,type:`error`});return}let t=_.current,n=window.getSelection();if(!n)return;let r=t,i=0;if(n.rangeCount>0){let e=n.getRangeAt(0);r=e.endContainer,i=e.endOffset}let a=(e,t,n,r,i)=>{let a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT,null),o=!1,s=a.nextNode();for(;s;){if(o||(s===r||r.contains(s)&&s!==e)&&(o=!0),o){let e=s.textContent||``,a=n?t:t.toLowerCase(),o=(n?e:e.toLowerCase()).indexOf(a,s===r?i:0);if(o!==-1)return{node:s,start:o,end:o+t.length}}s=a.nextNode()}return null},o=a(t,q,Ve,r,i)||a(t,q,Ve,t,0);if(o){let e=document.createRange();e.setStart(o.node,o.start),e.setEnd(o.node,o.end),n.removeAllRanges(),n.addRange(e);let t=o.node.parentElement;t&&t.scrollIntoView({behavior:`smooth`,block:`center`})}},ft=(e=!1)=>{if(!(!q||!_.current))if(e){let e=document.createTreeWalker(_.current,NodeFilter.SHOW_TEXT,null),t=0,n=[],r=Ve?q:q.toLowerCase(),i=e.nextNode();for(;i;){let t=i.textContent||``,a=Ve?t:t.toLowerCase(),o=a.indexOf(r);for(;o!==-1;)n.push({node:i,start:o,end:o+q.length}),o=a.indexOf(r,o+q.length);i=e.nextNode()}for(let e=n.length-1;e>=0;e--){let r=n[e],i=r.node.textContent||``;r.node.textContent=i.substring(0,r.start)+Le+i.substring(r.end),t++}t>0?(J(),We({message:`Successfully replaced ${t} occurrences.`,type:`success`})):We({message:`No matches found to replace.`,type:`error`})}else{let e=window.getSelection();if(e&&e.rangeCount>0){let t=e.getRangeAt(0).toString();(Ve?t===q:t.toLowerCase()===q.toLowerCase())&&document.execCommand(`insertHTML`,!1,Le),dt()}else dt()}},pt=e=>{let t=e.target.files?.[0];if(t){let e=new FileReader;e.onload=e=>{let t=e.target?.result;if(_.current&&t){_.current.focus();let e=window.getSelection();e&&(e.removeAllRanges(),w.current&&e.addRange(w.current)),document.execCommand(`insertImage`,!1,t),Y(),J()}},e.readAsDataURL(t)}e.target.value=``},mt=async e=>{let t=e.target.files?.[0];if(t){We({message:`Importing document...`,type:`info`});try{let e=await t.arrayBuffer(),n=(await yc.convertToHtml({arrayBuffer:e})).value;_.current&&(_.current.innerHTML=n,J(),We({message:`Document imported successfully.`,type:`success`}))}catch(e){console.error(e),We({message:`Failed to import document.`,type:`error`})}e.target.value=``}},ht=()=>{let e=window.getSelection();if(!e||e.rangeCount===0||!_.current)return;let t=e.getRangeAt(0),n=_.current,r=Array.from(n.querySelectorAll(`.locked-region`));if(r.find(t=>e.containsNode(t,!0))){r.forEach(t=>{if(e.containsNode(t,!0))if(t.tagName===`SPAN`){let e=t.parentNode;for(;t.firstChild;)e?.insertBefore(t.firstChild,t);e?.removeChild(t)}else t.removeAttribute(`contenteditable`),t.classList.remove(`locked-region`)}),J();return}if(t.collapsed){let e=t.commonAncestorContainer;e.nodeType===3&&(e=e.parentElement);let r=e.closest(`p, div, li, h1, h2, h3, h4, h5, h6, blockquote`);r&&n.contains(r)&&(r.setAttribute(`contenteditable`,`false`),r.classList.add(`locked-region`))}else{let e=document.createElement(`span`);e.setAttribute(`contenteditable`,`false`),e.className=`locked-region`,e.title=`Locked Segment`,e.style.userSelect=`all`;try{t.surroundContents(e)}catch{let n=t.extractContents();e.appendChild(n),t.insertNode(e)}}J(),e.removeAllRanges()},gt=(e,t)=>{bc(e,G,t,{onTableDeleted:()=>Se(null),onContentChanged:J,onFocusRequested:()=>_.current?.focus()})},_t=e=>{if(!Ce)return;let t=Ce;switch(e){case`alignLeft`:t.style.display=`inline`,t.style.float=`left`,t.style.margin=`10px 10px 10px 0`;break;case`alignCenter`:t.style.display=`block`,t.style.float=`none`,t.style.margin=`10px auto`;break;case`alignRight`:t.style.display=`inline`,t.style.float=`right`,t.style.margin=`10px 0 10px 10px`;break;case`alignNone`:t.style.display=`inline`,t.style.float=`none`,t.style.margin=`10px 0`;break;case`delete`:t.remove(),we(null);break}_.current?.focus(),J()},vt=()=>{if(!_.current)return;let e=_.current.innerHTML,t=document.createElement(`iframe`);t.style.position=`fixed`,t.style.right=`0`,t.style.bottom=`0`,t.style.width=`0`,t.style.height=`0`,t.style.border=`none`,document.body.appendChild(t);let n=t.contentWindow?.document;if(!n){document.body.removeChild(t);return}n.open(),n.write(`<html><head><style>@page { size: A4 portrait; margin: 20mm; } body { font-family: Arial, sans-serif; font-size: 14px; background: white; color: black; margin: 0; padding: 0; word-break: break-word; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } .page-break-element { page-break-before: always; break-before: page; margin: 0; padding: 0; height: 0; border: none; } ul { list-style-type: disc; padding-left: 20px; margin: 1em 0; } ol { list-style-type: decimal; padding-left: 20px; margin: 1em 0; } li { display: list-item; } table { border-collapse: collapse; width: 100%; border: 1px solid #000; margin: 15px 0; table-layout: auto; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } td, th { border: 1px solid #000; padding: 8px; position: relative; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } img { max-width: 100%; height: auto; margin: 10px 0; border-radius: 2px; } p { margin: 0; min-height: 1.4em; }</style></head><body>${e}</body></html>`),n.close(),t.contentWindow?.focus(),setTimeout(()=>{t.contentWindow?.print(),setTimeout(()=>{t&&t.parentNode&&t.parentNode.removeChild(t)},500)},250)},yt=()=>{let e=_.current?.innerHTML||Oe;a?.(e)},bt=()=>{let e=`
222
+ `).map(function(e){return e.trim()}).filter(function(e){return e!==``&&e.charAt(0)!==`#`}):e:[]}function o(e){return e}})),_c=d((e=>{var t=Uo(),n=Jo();e.openZip=r;function r(e){return e.arrayBuffer?t.resolve(n.openArrayBuffer(e.arrayBuffer)):t.reject(Error(`Could not find file in options`))}})),vc=d((e=>{var t=Js(),n=qs();e.element=r;function r(e){return function(r){return n.elementWithTag(t.element(e),[r])}}})),yc=m(d((e=>{var t=(so(),h(oo)),n=Us(),r=Ws(),i=$s().DocumentConverter;ec().convertElementToRawText;var a=hc().readStyle,o=gc().readOptions,s=_c(),c=Go().Result;e.convertToHtml=l,e.images=Ys(),e.transforms=Ms(),e.underline=vc();function l(e,t){return u(e,t)}function u(e,t){return t=o(t),s.openZip(e).tap(function(e){return r.readStyleMap(e).then(function(e){t.embeddedStyleMap=e})}).then(function(r){return n.read(r,e,t).then(function(e){return e.map(t.transformDocument)}).then(function(e){return d(e,t)})})}function d(e,n){var r=f(n.readStyleMap()),a=new i(t.extend({},n,{styleMap:r.value}));return e.flatMapThen(function(e){return r.flatMapThen(function(t){return a.convertToHtml(e)})})}function f(e){return c.combine((e||[]).map(a)).map(function(e){return e.filter(function(e){return!!e})})}}))(),1);function bc(e,t,n,r){if(!t)return;let i=window.getSelection(),a=[],o=t.closest(`table`);if(o){let e=o.querySelectorAll(`td[data-selected="true"], th[data-selected="true"]`);e.length>0?e.forEach(e=>a.push(e)):i&&i.rangeCount>0&&o.querySelectorAll(`td, th`).forEach(e=>{i.containsNode(e,!0)&&a.push(e)})}a.length===0&&a.push(t);let s=t,c=s.closest(`tbody`)||s.closest(`table`)?.tBodies[0];if(!c)return;let l=c.closest(`table`),u=()=>{let e=[];return Array.from(c.rows).forEach((t,n)=>{e[n]||(e[n]=[]);let r=0;Array.from(t.cells).forEach(t=>{for(;e[n][r];)r++;let i=t.rowSpan||1,a=t.colSpan||1;for(let o=0;o<i;o++)for(let i=0;i<a;i++)e[n+o]||(e[n+o]=[]),e[n+o][r+i]=t;r+=a})}),e},d=()=>{r?.onContentChanged?.()};switch(e){case`insertRowAbove`:{let e=s.parentElement,t=Array.from(c.children).indexOf(e),n=c.insertRow(t);Array.from(e.children).forEach(()=>{let e=n.insertCell();e.style.cssText=s.style.cssText,e.innerHTML=`&#8203;`});break}case`insertRowBelow`:{let e=s.parentElement,t=Array.from(c.children).indexOf(e),n=c.insertRow(t+1);Array.from(e.children).forEach(()=>{let e=n.insertCell();e.style.cssText=s.style.cssText,e.innerHTML=`&#8203;`});break}case`insertColLeft`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s);Array.from(c.children).forEach(e=>{let n=e.insertCell(t);n.style.cssText=s.style.cssText,n.innerHTML=`&#8203;`});break}case`insertColRight`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s);Array.from(c.children).forEach(e=>{let n=e.insertCell(t+1);n.style.cssText=s.style.cssText,n.innerHTML=`&#8203;`});break}case`deleteRow`:{let e=s.parentElement,t=Array.from(c.children).indexOf(e);c.deleteRow(t),c.children.length===0&&(l.remove(),r?.onTableDeleted?.());break}case`deleteCol`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s);Array.from(c.children).forEach(e=>{e.children[t]&&e.deleteCell(t)}),c.children[0]?.children.length===0&&(l.remove(),r?.onTableDeleted?.());break}case`deleteTable`:l.remove(),r?.onTableDeleted?.();break;case`mergeCells`:{if(a.length<2)return;let e=u(),t=999,n=-1,r=999,i=-1;a.forEach(a=>{for(let o=0;o<e.length;o++){let s=e[o].indexOf(a);s!==-1&&(t=Math.min(t,o),n=Math.max(n,o+(a.rowSpan||1)-1),r=Math.min(r,s),i=Math.max(i,s+(a.colSpan||1)-1))}});let o=e[t][r];if(!o)return;for(let a=t;a<=n;a++)for(let t=r;t<=i;t++){let n=e[a][t];if(n&&n!==o){n.innerHTML!==`&#8203;`&&(o.innerHTML+=n.innerHTML),n.remove();for(let r=0;r<(n.rowSpan||1);r++)for(let i=0;i<(n.colSpan||1);i++)e[a+r][t+i]=o}}o.rowSpan=n-t+1,o.colSpan=i-r+1;break}case`mergeRight`:{let e=u(),t=s.rowSpan||1,n=s.colSpan||1,r=-1,i=-1;for(let t=0;t<e.length;t++){let n=e[t].indexOf(s);if(n!==-1){i=t,r=n;break}}if(r!==-1){let a=r+n,o=new Set;for(let n=i;n<i+t;n++){let t=e[n]?.[a];t&&t!==s&&o.add(t)}o.size>0&&(s.colSpan=n+(Array.from(o)[0].colSpan||1),o.forEach(e=>{e.innerHTML!==`&#8203;`&&(s.innerHTML+=e.innerHTML),e.remove()}))}break}case`mergeDown`:{let e=u(),t=s.rowSpan||1,n=s.colSpan||1,r=-1,i=-1;for(let t=0;t<e.length;t++){let n=e[t].indexOf(s);if(n!==-1){i=t,r=n;break}}if(i!==-1){let a=i+t,o=new Set;for(let t=r;t<r+n;t++){let n=e[a]?.[t];n&&n!==s&&o.add(n)}o.size>0&&(s.rowSpan=t+(Array.from(o)[0].rowSpan||1),o.forEach(e=>{e.innerHTML!==`&#8203;`&&(s.innerHTML+=e.innerHTML),e.remove()}))}break}case`cellColor`:a.forEach(e=>{e.style.backgroundColor=n}),d();break;case`cellBorder`:a.forEach(e=>{e.style.border=n}),d();break;case`borderTop`:a.forEach(e=>{e.style.borderTop=n||`1px solid black`});break;case`borderBottom`:a.forEach(e=>{e.style.borderBottom=n||`1px solid black`});break;case`borderLeft`:a.forEach(e=>{e.style.borderLeft=n||`1px solid black`});break;case`borderRight`:a.forEach(e=>{e.style.borderRight=n||`1px solid black`});break;case`borderAll`:a.forEach(e=>{e.style.border=n||`1px solid black`});break;case`borderNone`:a.forEach(e=>{e.style.border=`none`});break;case`paddingTopPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingTop)||0;e.style.paddingTop=`${t+1}px`}),d();break;case`paddingTopMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingTop)||0;t>0&&(e.style.paddingTop=`${t-1}px`)}),d();break;case`paddingBottomPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingBottom)||0;e.style.paddingBottom=`${t+1}px`}),d();break;case`paddingBottomMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingBottom)||0;t>0&&(e.style.paddingBottom=`${t-1}px`)}),d();break;case`paddingLeftPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingLeft)||0;e.style.paddingLeft=`${t+1}px`}),d();break;case`paddingLeftMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingLeft)||0;t>0&&(e.style.paddingLeft=`${t-1}px`)}),d();break;case`paddingRightPlus`:a.forEach(e=>{let t=parseInt(e.style.paddingRight)||0;e.style.paddingRight=`${t+1}px`}),d();break;case`paddingRightMinus`:a.forEach(e=>{let t=parseInt(e.style.paddingRight)||0;t>0&&(e.style.paddingRight=`${t-1}px`)}),d();break;case`splitCell`:{let e=s.parentElement,t=Array.from(e.children).indexOf(s),n=Array.from(c.children).indexOf(e),r=s.colSpan||1,i=s.rowSpan||1;if(r>1||i>1){s.colSpan=1,s.rowSpan=1;for(let n=1;n<r;n++){let n=e.insertCell(t+1);n.style.cssText=s.style.cssText,n.style.backgroundColor=``,n.innerHTML=`&#8203;`}for(let e=1;e<i;e++){let i=c.rows[n+e];if(i)for(let e=0;e<r;e++){let e=i.insertCell(t);e.style.cssText=s.style.cssText,e.style.backgroundColor=``,e.innerHTML=`&#8203;`}}}break}case`alignTop`:a.forEach(e=>{e.style.verticalAlign=`top`});break;case`alignMiddle`:a.forEach(e=>{e.style.verticalAlign=`middle`});break;case`alignBottom`:a.forEach(e=>{e.style.verticalAlign=`bottom`});break;case`justifyLeft`:a.forEach(e=>{e.style.textAlign=`left`});break;case`justifyCenter`:a.forEach(e=>{e.style.textAlign=`center`});break;case`justifyRight`:a.forEach(e=>{e.style.textAlign=`right`});break;case`justifyFull`:a.forEach(e=>{e.style.textAlign=`justify`});break}r?.onFocusRequested?.()}var xc=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),Sc=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),Cc={xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`},wc=(0,t.forwardRef)(({color:e=`currentColor`,size:n=24,strokeWidth:r=2,absoluteStrokeWidth:i,className:a=``,children:o,iconNode:s,...c},l)=>(0,t.createElement)(`svg`,{ref:l,...Cc,width:n,height:n,stroke:e,strokeWidth:i?Number(r)*24/Number(n):r,className:Sc(`lucide`,a),...c},[...s.map(([e,n])=>(0,t.createElement)(e,n)),...Array.isArray(o)?o:[o]])),Q=(e,n)=>{let r=(0,t.forwardRef)(({className:r,...i},a)=>(0,t.createElement)(wc,{ref:a,iconNode:n,className:Sc(`lucide-${xc(e)}`,r),...i}));return r.displayName=`${e}`,r},Tc=Q(`AlignCenter`,[[`path`,{d:`M17 12H7`,key:`16if0g`}],[`path`,{d:`M19 18H5`,key:`18s9l3`}],[`path`,{d:`M21 6H3`,key:`1jwq7v`}]]),Ec=Q(`AlignJustify`,[[`path`,{d:`M3 12h18`,key:`1i2n21`}],[`path`,{d:`M3 18h18`,key:`1h113x`}],[`path`,{d:`M3 6h18`,key:`d0wm0j`}]]),Dc=Q(`AlignLeft`,[[`path`,{d:`M15 12H3`,key:`6jk70r`}],[`path`,{d:`M17 18H3`,key:`1amg6g`}],[`path`,{d:`M21 6H3`,key:`1jwq7v`}]]),Oc=Q(`AlignRight`,[[`path`,{d:`M21 12H9`,key:`dn1m92`}],[`path`,{d:`M21 18H7`,key:`1ygte8`}],[`path`,{d:`M21 6H3`,key:`1jwq7v`}]]),kc=Q(`AlignVerticalJustifyCenter`,[[`rect`,{width:`14`,height:`6`,x:`5`,y:`16`,rx:`2`,key:`1i8z2d`}],[`rect`,{width:`10`,height:`6`,x:`7`,y:`2`,rx:`2`,key:`ypihtt`}],[`path`,{d:`M2 12h20`,key:`9i4pu4`}]]),Ac=Q(`AlignVerticalJustifyEnd`,[[`rect`,{width:`14`,height:`6`,x:`5`,y:`12`,rx:`2`,key:`4l4tp2`}],[`rect`,{width:`10`,height:`6`,x:`7`,y:`2`,rx:`2`,key:`ypihtt`}],[`path`,{d:`M2 22h20`,key:`272qi7`}]]),jc=Q(`AlignVerticalJustifyStart`,[[`rect`,{width:`14`,height:`6`,x:`5`,y:`16`,rx:`2`,key:`1i8z2d`}],[`rect`,{width:`10`,height:`6`,x:`7`,y:`6`,rx:`2`,key:`13squh`}],[`path`,{d:`M2 2h20`,key:`1ennik`}]]),Mc=Q(`ArrowDown`,[[`path`,{d:`M12 5v14`,key:`s699le`}],[`path`,{d:`m19 12-7 7-7-7`,key:`1idqje`}]]),Nc=Q(`ArrowLeft`,[[`path`,{d:`m12 19-7-7 7-7`,key:`1l729n`}],[`path`,{d:`M19 12H5`,key:`x3x0zl`}]]),Pc=Q(`ArrowRight`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`m12 5 7 7-7 7`,key:`xquz4c`}]]),Fc=Q(`ArrowUp`,[[`path`,{d:`m5 12 7-7 7 7`,key:`hav0vg`}],[`path`,{d:`M12 19V5`,key:`x0mq9r`}]]),Ic=Q(`Bold`,[[`path`,{d:`M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8`,key:`mg9rjx`}]]),Lc=Q(`ChevronDown`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),Rc=Q(`ChevronRight`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),zc=Q(`ChevronUp`,[[`path`,{d:`m18 15-6-6-6 6`,key:`153udz`}]]),Bc=Q(`CircleAlert`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`line`,{x1:`12`,x2:`12`,y1:`8`,y2:`12`,key:`1pkeuh`}],[`line`,{x1:`12`,x2:`12.01`,y1:`16`,y2:`16`,key:`4dfq90`}]]),Vc=Q(`CircleCheckBig`,[[`path`,{d:`M21.801 10A10 10 0 1 1 17 3.335`,key:`yps3ct`}],[`path`,{d:`m9 11 3 3L22 4`,key:`1pflzl`}]]),Hc=Q(`CircleHelp`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3`,key:`1u773s`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),Uc=Q(`ClipboardPaste`,[[`path`,{d:`M15 2H9a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h6c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1Z`,key:`1pp7kr`}],[`path`,{d:`M8 4H6a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2M16 4h2a2 2 0 0 1 2 2v2M11 14h10`,key:`2ik1ml`}],[`path`,{d:`m17 10 4 4-4 4`,key:`vp2hj1`}]]),Wc=Q(`Combine`,[[`path`,{d:`M10 18H5a3 3 0 0 1-3-3v-1`,key:`ru65g8`}],[`path`,{d:`M14 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2`,key:`e30een`}],[`path`,{d:`M20 2a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2`,key:`2ahx8o`}],[`path`,{d:`m7 21 3-3-3-3`,key:`127cv2`}],[`rect`,{x:`14`,y:`14`,width:`8`,height:`8`,rx:`2`,key:`1b0bso`}],[`rect`,{x:`2`,y:`2`,width:`8`,height:`8`,rx:`2`,key:`1x09vl`}]]),Gc=Q(`Copy`,[[`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`,key:`17jyea`}],[`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`,key:`zix9uf`}]]),Kc=Q(`Eraser`,[[`path`,{d:`m7 21-4.3-4.3c-1-1-1-2.5 0-3.4l9.6-9.6c1-1 2.5-1 3.4 0l5.6 5.6c1 1 1 2.5 0 3.4L13 21`,key:`182aya`}],[`path`,{d:`M22 21H7`,key:`t4ddhn`}],[`path`,{d:`m5 11 9 9`,key:`1mo9qw`}]]),qc=Q(`FileCode`,[[`path`,{d:`M10 12.5 8 15l2 2.5`,key:`1tg20x`}],[`path`,{d:`m14 12.5 2 2.5-2 2.5`,key:`yinavb`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7z`,key:`1mlx9k`}]]),Jc=Q(`FileText`,[[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z`,key:`1rqfz7`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M10 9H8`,key:`b1mrlr`}],[`path`,{d:`M16 13H8`,key:`t4e002`}],[`path`,{d:`M16 17H8`,key:`z1uh3a`}]]),Yc=Q(`Image`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,ry:`2`,key:`1m3agn`}],[`circle`,{cx:`9`,cy:`9`,r:`2`,key:`af1f0g`}],[`path`,{d:`m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21`,key:`1xmnt7`}]]),Xc=Q(`IndentDecrease`,[[`path`,{d:`M21 12H11`,key:`wd7e0v`}],[`path`,{d:`M21 18H11`,key:`4wu86t`}],[`path`,{d:`M21 6H11`,key:`6dy1d6`}],[`path`,{d:`m7 8-4 4 4 4`,key:`o5hrat`}]]),Zc=Q(`IndentIncrease`,[[`path`,{d:`M21 12H11`,key:`wd7e0v`}],[`path`,{d:`M21 18H11`,key:`4wu86t`}],[`path`,{d:`M21 6H11`,key:`6dy1d6`}],[`path`,{d:`m3 8 4 4-4 4`,key:`1a3j6y`}]]),Qc=Q(`Info`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 16v-4`,key:`1dtifu`}],[`path`,{d:`M12 8h.01`,key:`e9boi3`}]]),$c=Q(`Italic`,[[`line`,{x1:`19`,x2:`10`,y1:`4`,y2:`4`,key:`15jd3p`}],[`line`,{x1:`14`,x2:`5`,y1:`20`,y2:`20`,key:`bu0au3`}],[`line`,{x1:`15`,x2:`9`,y1:`4`,y2:`20`,key:`uljnxc`}]]),el=Q(`Link`,[[`path`,{d:`M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71`,key:`1cjeqo`}],[`path`,{d:`M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71`,key:`19qd67`}]]),tl=Q(`ListOrdered`,[[`path`,{d:`M10 12h11`,key:`6m4ad9`}],[`path`,{d:`M10 18h11`,key:`11hvi2`}],[`path`,{d:`M10 6h11`,key:`c7qv1k`}],[`path`,{d:`M4 10h2`,key:`16xx2s`}],[`path`,{d:`M4 6h1v4`,key:`cnovpq`}],[`path`,{d:`M6 18H4c0-1 2-2 2-3s-1-1.5-2-1`,key:`m9a95d`}]]),nl=Q(`List`,[[`path`,{d:`M3 12h.01`,key:`nlz23k`}],[`path`,{d:`M3 18h.01`,key:`1tta3j`}],[`path`,{d:`M3 6h.01`,key:`1rqtza`}],[`path`,{d:`M8 12h13`,key:`1za7za`}],[`path`,{d:`M8 18h13`,key:`1lx6n3`}],[`path`,{d:`M8 6h13`,key:`ik3vkj`}]]),rl=Q(`Maximize`,[[`path`,{d:`M8 3H5a2 2 0 0 0-2 2v3`,key:`1dcmit`}],[`path`,{d:`M21 8V5a2 2 0 0 0-2-2h-3`,key:`1e4gt3`}],[`path`,{d:`M3 16v3a2 2 0 0 0 2 2h3`,key:`wsl5sc`}],[`path`,{d:`M16 21h3a2 2 0 0 0 2-2v-3`,key:`18trek`}]]),il=Q(`MoveVertical`,[[`path`,{d:`M12 2v20`,key:`t6zp3m`}],[`path`,{d:`m8 18 4 4 4-4`,key:`bh5tu3`}],[`path`,{d:`m8 6 4-4 4 4`,key:`ybng9g`}]]),al=Q(`PaintBucket`,[[`path`,{d:`m19 11-8-8-8.6 8.6a2 2 0 0 0 0 2.8l5.2 5.2c.8.8 2 .8 2.8 0L19 11Z`,key:`irua1i`}],[`path`,{d:`m5 2 5 5`,key:`1lls2c`}],[`path`,{d:`M2 13h15`,key:`1hkzvu`}],[`path`,{d:`M22 20a2 2 0 1 1-4 0c0-1.6 1.7-2.4 2-4 .3 1.6 2 2.4 2 4Z`,key:`xk76lq`}]]),ol=Q(`Printer`,[[`path`,{d:`M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2`,key:`143wyd`}],[`path`,{d:`M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6`,key:`1itne7`}],[`rect`,{x:`6`,y:`14`,width:`12`,height:`8`,rx:`1`,key:`1ue0tg`}]]),sl=Q(`Quote`,[[`path`,{d:`M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z`,key:`rib7q0`}],[`path`,{d:`M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z`,key:`1ymkrd`}]]),cl=Q(`Redo`,[[`path`,{d:`M21 7v6h-6`,key:`3ptur4`}],[`path`,{d:`M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7`,key:`1kgawr`}]]),ll=Q(`Replace`,[[`path`,{d:`M14 4a2 2 0 0 1 2-2`,key:`1w2hp7`}],[`path`,{d:`M16 10a2 2 0 0 1-2-2`,key:`shjach`}],[`path`,{d:`M20 2a2 2 0 0 1 2 2`,key:`188mtx`}],[`path`,{d:`M22 8a2 2 0 0 1-2 2`,key:`ddf4tu`}],[`path`,{d:`m3 7 3 3 3-3`,key:`x25e72`}],[`path`,{d:`M6 10V5a3 3 0 0 1 3-3h1`,key:`3y3t5z`}],[`rect`,{x:`2`,y:`14`,width:`8`,height:`8`,rx:`2`,key:`4rksxw`}]]),ul=Q(`RotateCcw`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}]]),dl=Q(`Save`,[[`path`,{d:`M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z`,key:`1c8476`}],[`path`,{d:`M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7`,key:`1ydtos`}],[`path`,{d:`M7 3v4a1 1 0 0 0 1 1h7`,key:`t51u73`}]]),fl=Q(`Scissors`,[[`circle`,{cx:`6`,cy:`6`,r:`3`,key:`1lh9wr`}],[`path`,{d:`M8.12 8.12 12 12`,key:`1alkpv`}],[`path`,{d:`M20 4 8.12 15.88`,key:`xgtan2`}],[`circle`,{cx:`6`,cy:`18`,r:`3`,key:`fqmcym`}],[`path`,{d:`M14.8 14.8 20 20`,key:`ptml3r`}]]),pl=Q(`Search`,[[`circle`,{cx:`11`,cy:`11`,r:`8`,key:`4ej97u`}],[`path`,{d:`m21 21-4.3-4.3`,key:`1qie3q`}]]),ml=Q(`Split`,[[`path`,{d:`M16 3h5v5`,key:`1806ms`}],[`path`,{d:`M8 3H3v5`,key:`15dfkv`}],[`path`,{d:`M12 22v-8.3a4 4 0 0 0-1.172-2.872L3 3`,key:`1qrqzj`}],[`path`,{d:`m15 9 6-6`,key:`ko1vev`}]]),hl=Q(`Square`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}]]),gl=Q(`Strikethrough`,[[`path`,{d:`M16 4H9a3 3 0 0 0-2.83 4`,key:`43sutm`}],[`path`,{d:`M14 12a4 4 0 0 1 0 8H6`,key:`nlfj13`}],[`line`,{x1:`4`,x2:`20`,y1:`12`,y2:`12`,key:`1e0a9i`}]]),_l=Q(`Table`,[[`path`,{d:`M12 3v18`,key:`108xh3`}],[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M3 9h18`,key:`1pudct`}],[`path`,{d:`M3 15h18`,key:`5xshup`}]]),vl=Q(`Trash2`,[[`path`,{d:`M3 6h18`,key:`d0wm0j`}],[`path`,{d:`M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6`,key:`4alrt4`}],[`path`,{d:`M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2`,key:`v07s0e`}],[`line`,{x1:`10`,x2:`10`,y1:`11`,y2:`17`,key:`1uufr5`}],[`line`,{x1:`14`,x2:`14`,y1:`11`,y2:`17`,key:`xtxkd`}]]),yl=Q(`Underline`,[[`path`,{d:`M6 4v6a6 6 0 0 0 12 0V4`,key:`9kb039`}],[`line`,{x1:`4`,x2:`20`,y1:`20`,y2:`20`,key:`nun2al`}]]),bl=Q(`Undo`,[[`path`,{d:`M3 7v6h6`,key:`1v2h90`}],[`path`,{d:`M21 17a9 9 0 0 0-9-9 9 9 0 0 0-6 2.3L3 13`,key:`1r6uu6`}]]),xl=Q(`X`,[[`path`,{d:`M18 6 6 18`,key:`1bl5f8`}],[`path`,{d:`m6 6 12 12`,key:`d8bk6v`}]]),$=({onClick:e,icon:t,title:n,isActive:i=!1,className:a=``,label:o=``,disabled:s=!1,...c})=>(0,r.jsxs)(`button`,{onMouseDown:t=>{s||(t.preventDefault(),e&&e(t))},title:n,disabled:s,className:`swe-btn ${s?`swe-btn-disabled`:i?`swe-btn-active`:``} ${a}`,...c,children:[t,o&&(0,r.jsx)(`span`,{className:`swe-btn-label`,children:o})]}),Sl=({showHtml:e,execCommand:i,activeStyles:a,fontConf:o,paragraphConf:s,changeLineSpacing:c,changeListStyleType:l,clipboardConf:u,handlePaste:d,toggleHtmlView:f,onOpenFind:p,onOpenReplace:m,editingConf:h,pluginContributions:g=[],toggleSelectionLock:_,fonts:v,sizes:y,saveSelection:b,openTextColorPicker:x,openHighlightColorPicker:S})=>{let[C,w]=t.default.useState({type:`ul`,open:!1,x:0,y:0}),[T,E]=t.default.useState({open:!1,x:0,y:0}),D=t=>g.filter(e=>e.groupId===t).map((n,c)=>(0,r.jsx)(n.component,{execCommand:i,activeStyles:a,showHtml:e,toggleHtmlView:f,onOpenFind:p,onOpenReplace:m,toggleSelectionLock:_,fonts:v,sizes:y,saveSelection:b,openTextColorPicker:x,openHighlightColorPicker:S,fontConf:o,paragraphConf:s,clipboardConf:u,editingConf:h},`plugin-${t}-${c}`)),O=(e,t)=>{e.preventDefault();let n=e.currentTarget.getBoundingClientRect();w({type:t,open:!0,x:n.left,y:n.bottom})};return(0,r.jsxs)(r.Fragment,{children:[u&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[u.paste&&(0,r.jsxs)(`button`,{onClick:d,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`50px`},title:`Paste (Ctrl+V)`,children:[(0,r.jsx)(Uc,{size:28,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Paste`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[u.cut&&(0,r.jsx)($,{onClick:()=>i(`cut`),icon:(0,r.jsx)(fl,{size:14}),disabled:e,title:`Cut (Ctrl+X)`}),u.undo&&(0,r.jsx)($,{onClick:()=>i(`undo`),icon:(0,r.jsx)(bl,{size:14}),disabled:e,title:`Undo (Ctrl+Z)`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[u.copy&&(0,r.jsx)($,{onClick:()=>i(`copy`),icon:(0,r.jsx)(Gc,{size:14}),disabled:e,title:`Copy (Ctrl+C)`}),u.redo&&(0,r.jsx)($,{onClick:()=>i(`redo`),icon:(0,r.jsx)(cl,{size:14}),disabled:e,title:`Redo (Ctrl+Y)`})]})]})]}),(0,r.jsx)(`div`,{className:`swe-pt-2`,children:D(`clipboard`)}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Clipboard`})]}),o&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[o.bold&&(0,r.jsx)($,{onClick:()=>i(`bold`),icon:(0,r.jsx)(Ic,{size:14}),isActive:a.bold,disabled:e,title:`Bold (Ctrl+B)`}),o.italic&&(0,r.jsx)($,{onClick:()=>i(`italic`),icon:(0,r.jsx)($c,{size:14}),isActive:a.italic,disabled:e,title:`Italic (Ctrl+I)`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[o.underline&&(0,r.jsx)($,{onClick:()=>i(`underline`),icon:(0,r.jsx)(yl,{size:14}),isActive:a.underline,disabled:e,title:`Underline (Ctrl+U)`}),o.strikeThrough&&(0,r.jsx)($,{onClick:()=>i(`strikeThrough`),icon:(0,r.jsx)(gl,{size:14}),isActive:a.strikeThrough,disabled:e,title:`Strikethrough`})]})]}),D(`font`)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Font`})]}),s&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[s.bullets&&(0,r.jsx)($,{onClick:e=>O(e,`ul`),icon:(0,r.jsx)(nl,{size:14}),isActive:a.insertUnorderedList,disabled:e,title:`Bullets`}),s.numbering&&(0,r.jsx)($,{onClick:e=>O(e,`ol`),icon:(0,r.jsx)(tl,{size:14}),isActive:a.insertOrderedList,disabled:e,title:`Numbering`}),(s.bullets||s.numbering)&&(0,r.jsx)(`div`,{className:`swe-vertical-divider`}),s.outdent&&(0,r.jsx)($,{onClick:()=>i(`outdent`),icon:(0,r.jsx)(Xc,{size:14}),disabled:e,title:`Decrease Indent`}),s.indent&&(0,r.jsx)($,{onClick:()=>i(`indent`),icon:(0,r.jsx)(Zc,{size:14}),disabled:e,title:`Increase Indent`}),(s.outdent||s.indent)&&(0,r.jsx)(`div`,{className:`swe-vertical-divider`}),s.lineSpacing&&(0,r.jsx)($,{onClick:e=>{let t=e.currentTarget.getBoundingClientRect();E({open:!0,x:t.left,y:t.bottom})},icon:(0,r.jsx)(il,{size:14}),disabled:e,title:`Line Spacing`}),s.blockquote&&(0,r.jsx)($,{onClick:()=>i(`formatBlock`,`blockquote`),icon:(0,r.jsx)(sl,{size:14}),disabled:e,title:`Quote`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[s.alignLeft&&(0,r.jsx)($,{onClick:()=>i(`justifyLeft`),icon:(0,r.jsx)(Dc,{size:14}),isActive:a.justifyLeft,disabled:e,title:`Align Left (Ctrl+L)`}),s.alignCenter&&(0,r.jsx)($,{onClick:()=>i(`justifyCenter`),icon:(0,r.jsx)(Tc,{size:14}),isActive:a.justifyCenter,disabled:e,title:`Align Center (Ctrl+E)`}),s.alignRight&&(0,r.jsx)($,{onClick:()=>i(`justifyRight`),icon:(0,r.jsx)(Oc,{size:14}),isActive:a.justifyRight,disabled:e,title:`Align Right (Ctrl+R)`}),s.alignJustify&&(0,r.jsx)($,{onClick:()=>i(`justifyFull`),icon:(0,r.jsx)(Ec,{size:14}),isActive:a.justifyFull,disabled:e,title:`Justify (Ctrl+J)`})]})]}),D(`paragraph`),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Paragraph`})]}),h&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[h.find&&(0,r.jsxs)(`button`,{onClick:p,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,children:[(0,r.jsx)(pl,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Find`})]}),h.replace&&(0,r.jsxs)(`button`,{onClick:m,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,children:[(0,r.jsx)(ll,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Replace`})]})]}),D(`editing`)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Editing`})]}),D(`custom`),C.open&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,style:{zIndex:98},onClick:()=>w(e=>({...e,open:!1}))}),(0,r.jsx)(`div`,{className:`swe-dropdown-menu`,style:{left:C.x,top:C.y},children:C.type===`ul`?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(`button`,{onClick:()=>{l(`disc`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:[(0,r.jsx)(`div`,{className:`w-2 h-2 rounded-full bg-black`}),` Dot`]}),(0,r.jsxs)(`button`,{onClick:()=>{l(`circle`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:[(0,r.jsx)(`div`,{className:`w-2 h-2 rounded-full border border-black`}),` Circle`]}),(0,r.jsxs)(`button`,{onClick:()=>{l(`square`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:[(0,r.jsx)(`div`,{className:`w-2 h-2 bg-black`}),` Square`]})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`button`,{onClick:()=>{l(`decimal`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`1. Number`}),(0,r.jsx)(`button`,{onClick:()=>{l(`lower-alpha`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`a. Lower Alpha`}),(0,r.jsx)(`button`,{onClick:()=>{l(`upper-alpha`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`A. Upper Alpha`}),(0,r.jsx)(`button`,{onClick:()=>{l(`lower-roman`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`i. Lower Roman`}),(0,r.jsx)(`button`,{onClick:()=>{l(`upper-roman`),w(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:`I. Upper Roman`})]})})]}),document.body),T.open&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,style:{zIndex:98},onClick:()=>E(e=>({...e,open:!1}))}),(0,r.jsx)(`div`,{className:`swe-dropdown-menu`,style:{left:T.x,top:T.y+4,minWidth:`80px`},children:[`1.0`,`1.15`,`1.5`,`2.0`,`2.5`,`3.0`].map(e=>(0,r.jsx)(`button`,{onClick:()=>{c(e),E(e=>({...e,open:!1}))},className:`swe-dropdown-item`,children:e},e))})]}),document.body)]})},Cl=({showHtml:e,tableConf:i,tableMenuRef:a,isTableMenuOpen:o,setIsTableMenuOpen:s,tableGridSize:c,setTableGridSize:l,handleInsertTable:u,mediaConf:d,imageInputRef:f,linkConf:p,execCommand:m,saveSelection:h,isLinkMenuOpen:g,setIsLinkMenuOpen:_,linkUrl:v,setLinkUrl:y})=>{let[b,x]=(0,t.useState)({top:0,left:0}),S=t.default.useRef(null);(0,t.useLayoutEffect)(()=>{if(o&&a.current){let e=a.current.getBoundingClientRect();x({top:e.bottom+4,left:e.left})}},[o,a]),(0,t.useLayoutEffect)(()=>{if(g&&S.current){let e=S.current.getBoundingClientRect();x({top:e.bottom+4,left:e.left})}},[g]);let C=()=>{if(h(),y(`https://`),S.current){let e=S.current.getBoundingClientRect();x({top:e.bottom+4,left:e.left})}_(!0)},w=()=>{m(`createLink`,v),_(!1),y(`https://`)};return(0,r.jsxs)(r.Fragment,{children:[i&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,ref:a,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,children:[(0,r.jsxs)(`button`,{onClick:()=>s(e=>!e),disabled:e,className:`swe-btn ${o?`swe-btn-active`:``} ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},children:[(0,r.jsx)(_l,{size:22,className:`swe-text-primary-blue`}),(0,r.jsxs)(`span`,{className:`swe-btn-label swe-flex swe-items-center`,children:[`Table `,(0,r.jsx)(Lc,{size:10})]})]}),o&&!e&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,onClick:()=>s(!1)}),(0,r.jsxs)(`div`,{className:`swe-dropdown-menu`,style:{top:b.top,left:b.left,padding:`16px`,alignItems:`center`},children:[(0,r.jsx)(`div`,{className:`swe-text-sm swe-font-bold swe-mb-2`,children:c.r>0?`Insert Table ${c.c}×${c.r}`:`Choose Table Dimensions`}),(0,r.jsx)(`div`,{className:`swe-table-grid`,onMouseLeave:()=>l({r:0,c:0}),children:[...Array(8)].map((e,t)=>(0,r.jsx)(`div`,{className:`swe-flex swe-gap-1 swe-mb-1`,children:[...Array(10)].map((e,n)=>{let i=t+1,a=n+1;return(0,r.jsx)(`div`,{className:`swe-table-cell ${i<=c.r&&a<=c.c?`swe-table-cell-active`:``}`,onMouseEnter:()=>l({r:i,c:a}),onMouseDown:e=>{e.preventDefault(),u(i,a),s(!1)}},n)})},t))})]})]}),document.body)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Table`})]}),d&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`button`,{onClick:()=>f.current?.click(),disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},title:`Insert Picture`,children:[(0,r.jsx)(Yc,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Picture`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Media`})]}),p&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,ref:S,children:[(0,r.jsxs)(`button`,{onClick:C,disabled:e,className:`swe-btn ${g?`swe-btn-active`:``} ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},title:`Insert Link`,children:[(0,r.jsx)(el,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Link`})]}),g&&!e&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`swe-overlay`,onClick:()=>_(!1)}),(0,r.jsxs)(`div`,{className:`swe-dropdown-menu`,style:{top:b.top,left:b.left,padding:`12px`,minWidth:`240px`},children:[(0,r.jsx)(`label`,{className:`swe-text-xs swe-font-bold swe-mb-1`,children:`Address:`}),(0,r.jsx)(`input`,{autoFocus:!0,type:`text`,value:v,onChange:e=>y(e.target.value),onKeyDown:e=>e.key===`Enter`&&w(),className:`swe-input`,placeholder:`https://example.com`}),(0,r.jsxs)(`div`,{className:`swe-flex swe-justify-end swe-gap-2 swe-mt-2`,children:[(0,r.jsx)(`button`,{onClick:()=>_(!1),className:`swe-btn-secondary`,children:`Cancel`}),(0,r.jsx)(`button`,{onClick:w,className:`swe-btn-primary`,children:`OK`})]})]})]}),document.body)]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Links`})]})]})},wl=({showHtml:e,inputIndentLeft:t,setInputIndentLeft:n,inputIndentRight:i,setInputIndentRight:a,applyIndent:o,inputSpacingBefore:s,setInputSpacingBefore:c,inputSpacingAfter:l,setInputSpacingAfter:u,applySpacing:d,insertPageBreak:f,pagesConf:p})=>(0,r.jsxs)(r.Fragment,{children:[p&&!e&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`button`,{onClick:f,disabled:e,className:`swe-btn ${e?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},title:`Page Break (Ctrl+Enter)`,children:[(0,r.jsx)(fl,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Page Break`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Page Setup`})]}),!e&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,style:{gap:`16px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-justify-center`,style:{height:`60px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,children:`Indent Left`}),(0,r.jsx)(`input`,{type:`text`,value:t,onChange:e=>{n(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||o(`left`,t)},className:`swe-input-sm`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,children:`Indent Right`}),(0,r.jsx)(`input`,{type:`text`,value:i,onChange:e=>{a(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||o(`right`,t)},className:`swe-input-sm`})]})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-justify-center`,style:{height:`60px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,style:{minWidth:`70px`},children:`Spacing Before`}),(0,r.jsx)(`input`,{type:`text`,value:s,onChange:e=>{c(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||d(`before`,t)},className:`swe-input-sm`})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center`,style:{gap:`6px`,height:`24px`},children:[(0,r.jsx)(`span`,{className:`swe-form-label`,style:{minWidth:`70px`},children:`Spacing After`}),(0,r.jsx)(`input`,{type:`text`,value:l,onChange:e=>{u(e.target.value);let t=parseFloat(e.target.value);isNaN(t)||d(`after`,t)},className:`swe-input-sm`})]})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Paragraph`})]})]}),Tl=[`#ffffff`,`#000000`,`#eeece1`,`#1f497d`,`#4f81bd`,`#c0504d`,`#9bbb59`,`#8064a2`,`#4bacc6`,`#f79646`],El=[[`#f2f2f2`,`#7f7f7f`,`#ddd9c3`,`#c6d9f0`,`#dbe5f1`,`#f2dcdb`,`#ebf1de`,`#e5e0ec`,`#dbeef3`,`#fdeada`],[`#d8d8d8`,`#595959`,`#c4bd97`,`#8db3e2`,`#b8cce4`,`#e5b9b7`,`#d7e3bc`,`#ccc1d9`,`#b7dde8`,`#fbd5b5`],[`#bfbfbf`,`#3f3f3f`,`#938953`,`#548dd4`,`#95b3d7`,`#d99694`,`#c3d69b`,`#b2a2c7`,`#93cddd`,`#fac08f`],[`#a5a5a5`,`#262626`,`#494429`,`#17365d`,`#365f91`,`#953734`,`#76923c`,`#5f497a`,`#31859b`,`#e36c09`],[`#7f7f7f`,`#0c0c0c`,`#1d1b10`,`#0f243e`,`#243f60`,`#632423`,`#4f6128`,`#3f3151`,`#205867`,`#974806`]],Dl=[`#c00000`,`#ff0000`,`#ffc000`,`#ffff00`,`#92d050`,`#00b050`,`#00b0f0`,`#0070c0`,`#002060`,`#7030a0`],Ol=({label:e,icon:i,onSelect:a,disabled:o,onOpen:s,variant:c=`big`,activeColor:l})=>{let[u,d]=(0,t.useState)(!1),[f,p]=(0,t.useState)(null),m=(0,t.useRef)(null),h=(0,t.useRef)(null),[g,_]=(0,t.useState)(`#000000`),v=(0,t.useRef)(null),y=e=>{e.preventDefault(),!o&&(u?d(!1):(s?.(),d(!0)))};(0,t.useEffect)(()=>{if(!u)return;let e=()=>{let e=m.current?.getBoundingClientRect();e&&p({top:e.bottom,left:e.left})};return e(),window.addEventListener(`resize`,e),window.addEventListener(`scroll`,e,!0),()=>{window.removeEventListener(`resize`,e),window.removeEventListener(`scroll`,e,!0)}},[u]),(0,t.useEffect)(()=>{let e=e=>{if(u){let t=e.target,n=m.current?.contains(t),r=h.current?.contains(t),i=t===v.current;!n&&!r&&!i&&d(!1)}};return document.addEventListener(`mousedown`,e,!0),()=>document.removeEventListener(`mousedown`,e,!0)},[u]);let b=(e,t)=>{e.preventDefault(),a(t),d(!1)},x=()=>{v.current&&v.current.click()},S=e=>{let t=e.target.value;_(t),a(t)},C=c===`compact`;return(0,r.jsxs)(`div`,{className:`swe-relative swe-inline-block`,children:[(0,r.jsxs)(`button`,{ref:m,onMouseDown:y,disabled:o,title:e,className:`swe-color-picker-btn ${C?`swe-color-picker-btn-compact`:``} ${u?`swe-bg-white`:``}`,style:u?{borderColor:`var(--swe-border-color)`,backgroundColor:`white`}:{},children:[(0,r.jsxs)(`div`,{className:`swe-relative swe-flex-col swe-items-center ${C?`swe-scale-90`:``}`,children:[i,l&&(0,r.jsx)(`div`,{className:`swe-absolute`,style:{bottom:`-2px`,left:0,right:0,height:`3px`,borderRadius:`8px`,backgroundColor:l,boxShadow:`0 1px 1px rgba(0,0,0,0.1)`}})]}),(0,r.jsx)(Lc,{size:C?8:10,className:`swe-text-gray-500 swe-mt-1`,style:u?{transform:`rotate(180deg)`}:{}})]}),u&&f&&n.default.createPortal((0,r.jsxs)(`div`,{ref:h,className:`swe-color-picker-content`,style:{position:`fixed`,zIndex:9999,top:`${f.top+4}px`,left:`${f.left}px`,maxWidth:`100vw`},onMouseDown:e=>e.preventDefault(),children:[(0,r.jsxs)(`div`,{children:[(0,r.jsx)(`div`,{className:`swe-color-picker-title`,children:`Theme Colors`}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`div`,{className:`swe-flex`,children:Tl.map(e=>(0,r.jsx)(`div`,{onMouseDown:t=>b(t,e),className:`swe-color-swatch`,style:{backgroundColor:e}},e))}),El.map((e,t)=>(0,r.jsx)(`div`,{className:`swe-flex`,children:e.map(e=>(0,r.jsx)(`div`,{onMouseDown:t=>b(t,e),className:`swe-color-swatch`,style:{backgroundColor:e,borderColor:`#f3f4f6`}},e))},t))]})]}),(0,r.jsxs)(`div`,{children:[(0,r.jsx)(`div`,{className:`swe-color-picker-title`,children:`Standard Colors`}),(0,r.jsx)(`div`,{className:`swe-flex`,children:Dl.map(e=>(0,r.jsx)(`div`,{onMouseDown:t=>b(t,e),className:`swe-color-swatch`,style:{backgroundColor:e},title:e},e))})]}),(0,r.jsx)(`div`,{className:`swe-divider-h`,style:{marginTop:`4px`}}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsxs)(`button`,{onMouseDown:e=>b(e,null),className:`swe-color-btn-action`,children:[(0,r.jsx)(Kc,{size:14,className:`swe-text-gray-400`}),(0,r.jsx)(`span`,{children:`No Color`})]}),(0,r.jsxs)(`button`,{onMouseDown:e=>{e.preventDefault(),x()},className:`swe-color-btn-action swe-color-btn-more`,children:[(0,r.jsx)(`div`,{style:{width:`14px`,height:`14px`,borderRadius:`50%`,border:`1px solid #e5e7eb`,background:`conic-gradient(red, yellow, lime, aqua, blue, magenta, red)`}}),(0,r.jsx)(`span`,{children:`More Colors...`})]}),(0,r.jsx)(`div`,{style:{marginTop:`4px`,borderTop:`1px solid #f3f4f6`,paddingTop:`4px`},children:(0,r.jsx)(`button`,{onMouseDown:e=>{e.preventDefault(),d(!1)},className:`swe-color-btn-action`,style:{justifyContent:`center`,fontSize:`10px`,fontWeight:`800`,color:`#9ca3af`,textTransform:`uppercase`,marginTop:`4px`,letterSpacing:`0.05em`},children:`Close Picker`})}),(0,r.jsx)(`input`,{ref:v,type:`color`,value:g,onChange:S,style:{opacity:0,position:`absolute`,pointerEvents:`none`}})]})]}),document.body)]})},kl=({showHtml:e,activeTableCell:t,handleTableAction:n,saveSelection:i})=>{if(!t||e)return null;let a=e=>{let n=`padding${e}`,r=t.style[n];return r?parseInt(r):8};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`insertRowAbove`),icon:(0,r.jsx)(Fc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Above`}),(0,r.jsx)($,{onClick:()=>n(`insertRowBelow`),icon:(0,r.jsx)(Mc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Below`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Rows`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`insertColLeft`),icon:(0,r.jsx)(Nc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Left`}),(0,r.jsx)($,{onClick:()=>n(`insertColRight`),icon:(0,r.jsx)(Pc,{size:14,className:`swe-text-primary-blue`}),title:`Insert Right`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Cols`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{borderLeft:`1px solid var(--swe-border-color)`,paddingLeft:`8px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`deleteRow`),icon:(0,r.jsx)(vl,{size:14,className:`swe-text-red-500`}),title:`Delete Row`,label:`Row`}),(0,r.jsx)($,{onClick:()=>n(`deleteCol`),icon:(0,r.jsx)(vl,{size:14,className:`swe-text-red-500`}),title:`Delete Col`,label:`Col`}),(0,r.jsx)($,{onClick:()=>n(`deleteTable`),icon:(0,r.jsx)(vl,{size:14,className:`swe-text-red-700`}),title:`Delete All`,label:`All`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Delete`})]})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Rows & Columns`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsx)(`div`,{className:`swe-flex swe-gap-1`,children:(0,r.jsx)($,{onClick:()=>n(`mergeCells`),icon:(0,r.jsx)(Wc,{size:14,className:`swe-text-primary-blue`}),title:`Merge Selected Cells`,label:`Selection`})}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Merge`})]}),(0,r.jsx)(`div`,{className:`swe-divider-v`}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`mergeRight`),icon:(0,r.jsx)(Wc,{size:14,className:`swe-text-primary-blue`}),title:`Merge Right`}),(0,r.jsx)($,{onClick:()=>n(`mergeDown`),icon:(0,r.jsx)(`div`,{style:{transform:`rotate(90deg)`},children:(0,r.jsx)(Wc,{size:14,className:`swe-text-primary-blue`})}),title:`Merge Down`}),(0,r.jsx)($,{onClick:()=>n(`splitCell`),icon:(0,r.jsx)(ml,{size:14,className:`swe-text-primary-blue`}),title:`Split Cells`})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:`Individual`})]})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Merge`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>n(`alignTop`),icon:(0,r.jsx)(jc,{size:14,className:`swe-text-primary-blue`}),title:`Align Top`}),(0,r.jsx)($,{onClick:()=>n(`alignMiddle`),icon:(0,r.jsx)(kc,{size:14,className:`swe-text-primary-blue`}),title:`Align Middle`}),(0,r.jsx)($,{onClick:()=>n(`alignBottom`),icon:(0,r.jsx)(Ac,{size:14,className:`swe-text-primary-blue`}),title:`Align Bottom`})]}),(0,r.jsx)(`div`,{className:`swe-divider-v`}),(0,r.jsx)(`div`,{className:`swe-flex swe-gap-1`,children:(0,r.jsx)(Ol,{label:`Shading`,icon:(0,r.jsx)(al,{size:16,className:`swe-text-primary-blue`}),disabled:e,onOpen:i,onSelect:e=>n(`cellColor`,e||`transparent`)})})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Alignment`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsx)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-1`,style:{border:`1px solid var(--swe-border-color)`,borderRadius:`4px`,padding:`2px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-text-center`,style:{fontSize:`8px`},children:`T/B`}),(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)(`button`,{onClick:()=>n(`paddingTopPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Fc,{size:12})}),(0,r.jsx)(`button`,{onClick:()=>n(`paddingBottomPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Mc,{size:12})})]})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-text-center`,style:{fontSize:`8px`},children:`L/R`}),(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)(`button`,{onClick:()=>n(`paddingLeftPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Nc,{size:12})}),(0,r.jsx)(`button`,{onClick:()=>n(`paddingRightPlus`),className:`swe-btn-icon swe-text-primary-blue`,children:(0,r.jsx)(Pc,{size:12})})]})]})]}),(0,r.jsxs)(`span`,{className:`swe-text-xs swe-text-gray-400 swe-mt-1`,children:[`Padding (T:`,a(`Top`),` L:`,a(`Left`),`)`]})]})}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Cell Padding`})]}),(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-grid-3`,children:[(0,r.jsx)(`button`,{onClick:()=>n(`borderTop`),className:`swe-btn-icon`,title:`Top Border`,children:(0,r.jsx)(`div`,{style:{width:`12px`,height:`2px`,backgroundColor:`black`,marginBottom:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderBottom`),className:`swe-btn-icon`,title:`Bottom Border`,children:(0,r.jsx)(`div`,{style:{width:`12px`,height:`2px`,backgroundColor:`black`,marginTop:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderLeft`),className:`swe-btn-icon`,title:`Left Border`,children:(0,r.jsx)(`div`,{style:{width:`2px`,height:`12px`,backgroundColor:`black`,marginRight:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderRight`),className:`swe-btn-icon`,title:`Right Border`,children:(0,r.jsx)(`div`,{style:{width:`2px`,height:`12px`,backgroundColor:`black`,marginLeft:`6px`,opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderAll`),className:`swe-btn-icon`,title:`All Borders`,children:(0,r.jsx)(hl,{size:12,style:{opacity:.6}})}),(0,r.jsx)(`button`,{onClick:()=>n(`borderNone`),className:`swe-btn-icon`,title:`No Borders`,children:(0,r.jsx)(rl,{size:12,className:`swe-text-gray-400`})})]}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-text-gray-500 swe-mt-1`,children:`Borders`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Side Styling`})]})]})},Al=({showHtml:e,activeImage:t,imageWidth:n,handleImageWidthChange:i,handleImageAction:a})=>(0,r.jsx)(r.Fragment,{children:t&&!e&&(0,r.jsx)(`div`,{className:`swe-flex swe-items-center swe-gap-1`,children:(0,r.jsx)(`div`,{className:`swe-toolbar-group swe-toolbar-group-green`,style:{padding:`0 8px`},children:(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{borderRight:`1px solid #bbf7d0`,paddingRight:`16px`},children:[(0,r.jsxs)(`span`,{className:`swe-text-xs swe-text-green-800 swe-font-medium swe-mb-1`,children:[`Image Width: `,n,`%`]}),(0,r.jsx)(`input`,{type:`range`,min:`10`,max:`100`,value:n,onChange:i,className:`swe-accent-green`,style:{width:`100px`,cursor:`pointer`}}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label swe-text-green-700`,style:{bottom:`-18px`},children:`Size`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{borderRight:`1px solid #bbf7d0`,paddingRight:`16px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-gap-1`,children:[(0,r.jsx)($,{onClick:()=>a(`alignLeft`),icon:(0,r.jsx)(Dc,{size:14,className:`swe-text-green-700`}),title:`Align Left`}),(0,r.jsx)($,{onClick:()=>a(`alignCenter`),icon:(0,r.jsx)(Tc,{size:14,className:`swe-text-green-700`}),title:`Align Center`}),(0,r.jsx)($,{onClick:()=>a(`alignRight`),icon:(0,r.jsx)(Oc,{size:14,className:`swe-text-green-700`}),title:`Align Right`}),(0,r.jsx)($,{onClick:()=>a(`alignNone`),icon:(0,r.jsx)(Ec,{size:14,className:`swe-text-green-700`}),title:`Inline`})]}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label swe-text-green-700`,style:{bottom:`-18px`},children:`Arrange`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-items-center`,style:{paddingLeft:`8px`},children:[(0,r.jsx)($,{onClick:()=>a(`delete`),icon:(0,r.jsx)(vl,{size:18,className:`swe-text-red-500`}),label:`Delete`,style:{height:`44px`,width:`44px`},title:`Delete Picture`}),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label swe-text-red-500`,style:{bottom:`-18px`},children:`Actions`})]})]})})})}),jl=({onSave:e,onSaveAsDocs:t,onPrint:n,toggleHtmlView:i,activeStyles:a,showHtml:o,execCommand:s,onImportWord:c,pluginContributions:l=[],fonts:u,sizes:d,fileConf:f})=>{let p=e=>l.filter(t=>t.groupId===e).map((t,n)=>(0,r.jsx)(t.component,{execCommand:s,activeStyles:a,showHtml:o,toggleHtmlView:i,onImportWord:c,fonts:u,sizes:d,fileConf:f},`file-plugin-${e}-${n}`)),m=!f||f.print!==!1,h=!f||f.save!==!1,g=!f||f.saveAs!==!1,_=!f||f.html!==!1,v=m||h||g||_;return!v&&l.filter(e=>e.groupId===`insert`).length===0?null:(0,r.jsxs)(r.Fragment,{children:[v&&(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,children:[m&&(0,r.jsx)(`div`,{className:`swe-flex swe-justify-start`,children:(0,r.jsxs)(`button`,{onClick:n,disabled:o,className:`swe-btn ${o?`swe-btn-disabled`:``}`,style:{height:`60px`,width:`52px`},children:[(0,r.jsx)(ol,{size:22,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-btn-label`,children:`Print`})]})}),(h||g||_)&&(0,r.jsxs)(`div`,{className:`swe-flex-col swe-justify-center`,children:[h&&(0,r.jsxs)(`button`,{onClick:e,className:`swe-btn`,style:{flexDirection:`row`,gap:`8px`,padding:`4px 8px`},children:[(0,r.jsx)(dl,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium`,children:`Save`})]}),g&&(0,r.jsxs)(`button`,{onClick:t,className:`swe-btn`,style:{flexDirection:`row`,gap:`8px`,padding:`4px 8px`},children:[(0,r.jsx)(Jc,{size:14,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium`,children:`Save As Docx`})]}),_&&(0,r.jsxs)(`button`,{onClick:i,className:`swe-btn ${o?`swe-btn-active`:``}`,style:{flexDirection:`row`,gap:`8px`,padding:`4px 8px`},children:[(0,r.jsx)(qc,{size:14,className:o?`swe-text-primary-blue`:`swe-text-gray-400`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium`,children:o?`Rich Text`:`View HTML`})]})]}),p(`insert`),(0,r.jsx)(`div`,{className:`swe-toolbar-group-label`,children:`Document`})]}),p(`custom`)]})};function Ml(){return(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-h-full swe-gap-6`,style:{overflowX:`auto`,paddingRight:`24px`},children:[(0,r.jsxs)(`div`,{className:`swe-toolbar-group`,style:{flexDirection:`column`,borderRight:`1px solid var(--swe-border-color)`,paddingRight:`16px`,height:`60px`},children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2 swe-mb-1`,children:[(0,r.jsx)(Hc,{size:16,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-bold swe-text-gray-700 swe-uppercase`,children:`Shortcuts`})]}),(0,r.jsx)(`p`,{className:`swe-text-xs swe-text-gray-400`,style:{maxWidth:`120px`,lineHeight:`1.2`},children:`Keyboard guides for productivity.`})]}),(0,r.jsx)(`div`,{className:`swe-flex`,children:(0,r.jsx)(`div`,{className:`swe-shortcut-grid`,children:[{key:`Ctrl + B`,action:`Bold`},{key:`Ctrl + I`,action:`Italic`},{key:`Ctrl + U`,action:`Underline`},{key:`Ctrl + S`,action:`Save`},{key:`Ctrl + F`,action:`Find`},{key:`Ctrl + H`,action:`Replace`},{key:`Ctrl + K`,action:`Link`},{key:`Ctrl + P`,action:`Print`},{key:`Ctrl + L`,action:`Align Left`},{key:`Ctrl + E`,action:`Align Center`},{key:`Ctrl + R`,action:`Align Right`},{key:`Ctrl + J`,action:`Justify`},{key:`Ctrl + Z`,action:`Undo`},{key:`Ctrl + Y`,action:`Redo`},{key:`Tab`,action:`Indent`}].map((e,t)=>(0,r.jsxs)(`div`,{className:`swe-shortcut-item`,children:[(0,r.jsx)(`div`,{className:`swe-kbd`,children:e.key}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-medium swe-text-gray-600 swe-whitespace-nowrap`,children:e.action})]},t))})})]})}function Nl(e,t){if(!e)return!1;if(e===!0)return{...t};let n={...t};for(let t in n)n[t]=!!e[t];return n}e.ColorPicker=Ol,e.default=({initialHTML:e=`<p>Start typing here...</p>`,onChange:i,onSave:a,toolbarOptions:o={},height:s=`100vh`,className:c=``,initialPaddingLeft:l=20,initialPaddingRight:u=20,initialIndentLeft:d=0,initialIndentRight:f=0,initialLineSpacing:p=`1.5`,initialSpacingBefore:m=0,initialSpacingAfter:h=0,plugins:g=[]})=>{let _=(0,t.useRef)(null),v=(0,t.useRef)(null),y=(0,t.useRef)(null),b=(0,t.useRef)(null),x=(0,t.useRef)(null),S=(0,t.useRef)(null),C=(0,t.useRef)(null),w=(0,t.useRef)(null),T=(0,t.useRef)(null),E=e.trim(),D=(0,t.useRef)(E),[O,k]=(0,t.useState)(`Home`),A=Nl(o.clipboard??!0,{paste:!0,cut:!0,copy:!0,undo:!0,redo:!0}),j=Nl(o.font??!0,{family:!0,size:!0,bold:!0,italic:!0,underline:!0,strikeThrough:!0,subscript:!0,superscript:!0,highlight:!0,color:!0,clear:!0}),M=typeof o.font==`object`?o.font:{},N=Nl(o.paragraph??!0,{bullets:!0,numbering:!0,outdent:!0,indent:!0,alignLeft:!0,alignCenter:!0,alignRight:!0,alignJustify:!0,lineSpacing:!0,blockquote:!0}),P=Nl(o.editing??!0,{find:!0,replace:!0,lock:!0,source:!0}),F=Nl(o.file??!0,{save:!0,saveAs:!0,print:!0,html:!0,import:!0}),I=!!(o.table??!0),L=!!(o.link??!0),R=!!(o.media??!0),z=!!(o.pages??!0),B=o.help??!0,ee=o.collapsible??!0,[V,H]=(0,t.useState)(o.collapsed??!1);(0,t.useEffect)(()=>{o.collapsed!==void 0&&H(o.collapsed)},[o.collapsed]),(0,t.useEffect)(()=>{!B&&O===`Help`&&k(`Home`)},[B,O]);let[te,ne]=(0,t.useState)({bold:!1,italic:!1,underline:!1,strikeThrough:!1,insertUnorderedList:!1,insertOrderedList:!1,justifyLeft:!1,justifyCenter:!1,justifyRight:!1,justifyFull:!1,fontSize:(M.size,`3`),fontName:(M.family,`Arial`),subscript:!1,superscript:!1}),[re,ie]=(0,t.useState)(d),[ae,U]=(0,t.useState)(f),[W,oe]=(0,t.useState)(d.toString()),[se,ce]=(0,t.useState)(f.toString()),[le,ue]=(0,t.useState)(m.toString()),[de,fe]=(0,t.useState)(h.toString()),[G,pe]=(0,t.useState)(null),[me,he]=(0,t.useState)(!1),[ge,_e]=(0,t.useState)(!1),[ve,ye]=(0,t.useState)(`https://`),[be,xe]=(0,t.useState)(null),[Se,Ce]=(0,t.useState)({top:0,left:0}),[we,Te]=(0,t.useState)({r:0,c:0}),[Ee,De]=(0,t.useState)(null),[Oe,ke]=(0,t.useState)(null),[Ae,je]=(0,t.useState)(100),[K,Me]=(0,t.useState)(!1),[Ne,Pe]=(0,t.useState)(E),[Fe,Ie]=(0,t.useState)(0),[Le,Re]=(0,t.useState)(0),[ze,Be]=(0,t.useState)(!1),[q,Ve]=(0,t.useState)(``),[He,Ue]=(0,t.useState)(``),[We,Ge]=(0,t.useState)(`find`),[Ke,qe]=(0,t.useState)(!1),[Je,Ye]=(0,t.useState)({message:``,type:null}),[Xe,Ze]=(0,t.useState)([]),Qe=(0,t.useCallback)(()=>{if(!q||!_.current){Ze([]);return}let e=_.current,t=document.createTreeWalker(e,NodeFilter.SHOW_TEXT,null),n=[],r=Ke?q:q.toLowerCase(),i=t.nextNode();for(;i;){let e=i.textContent||``,a=Ke?e:e.toLowerCase(),o=a.indexOf(r);for(;o!==-1;){let t=Math.max(0,o-20),s=Math.min(e.length,o+q.length+20),c=e.substring(t,s);n.push({text:e.substring(o,o+q.length),context:c,node:i,start:o,end:o+q.length,fullContent:e}),o=a.indexOf(r,o+q.length)}i=t.nextNode()}return Ze(n),n},[q,Ke]);(0,t.useEffect)(()=>{Ye({message:``,type:null});let e=setTimeout(()=>{We===`find`&&Qe()},300);return()=>clearTimeout(e)},[q,Qe,We]);let[$e]=(0,t.useState)(E),et=e=>e*25.4/96,tt=t.default.useCallback(()=>{if(!_.current)return;let e=_.current,t=!1;return Array.from(e.childNodes).forEach(n=>{let r=n.nodeType===3,i=n.nodeType===1&&n.tagName===`BR`;if(r&&n.textContent?.trim()||i){let r=document.createElement(`p`);e.insertBefore(r,n),r.appendChild(n),t=!0}}),t},[]),nt=t.default.useCallback(()=>{let e=window.getSelection();e&&e.rangeCount>0&&(w.current=e.getRangeAt(0).cloneRange())},[]),rt=t.default.useCallback(()=>{if(!_.current)return;let e=window.getSelection();if(!e||e.rangeCount===0)return;let t=e.getRangeAt(0),n=t.startContainer,r=t.startOffset,i=!1,a=document.createTreeWalker(_.current,NodeFilter.SHOW_ELEMENT|NodeFilter.SHOW_TEXT),o=a.nextNode(),s=!0;for(;o;){if(o.nodeType===1){let e=o.tagName;if([`P`,`LI`,`H1`,`H2`,`H3`,`BLOCKQUOTE`,`DIV`].includes(e))s=!0;else if(e===`A`){s=!1;let e=a.nextNode();for(;e&&o.contains(e);)e=a.nextNode();o=e;continue}}else if(o.nodeType===3){let e=o.textContent||``;if(e.length>0){let t=``,n=s;for(let r=0;r<e.length;r++){let a=e[r];/\s/.test(a)||a===`\xA0`?t+=a:n&&/[a-z]/.test(a)?(t+=a.toUpperCase(),n=!1,i=!0):(t+=a,a.trim().length>0&&(n=!1,/[.!?]/.test(a)&&(n=!0)))}o.textContent!==t&&(o.textContent=t),s=n}}o=a.nextNode()}if(i)try{let t=document.createRange();t.setStart(n,r),t.collapse(!0),e.removeAllRanges(),e.addRange(t)}catch{}},[]),it=t.default.useCallback(()=>{if(!_.current)return;let e=(_.current.innerText||_.current.textContent||``).replace(/\u200B/g,``);Re(e.length),Ie(e.trim().split(/\s+/).filter(e=>e.length>0).length)},[]);(0,t.useEffect)(()=>{it()},[it]);let J=t.default.useCallback(()=>{if(!_.current||K)return;let e=_.current.innerHTML;e!==D.current&&(D.current=e,i?.(e),it())},[i,K,it]),Y=t.default.useCallback(()=>{if(!document.queryCommandState||!_.current)return;let e=document.queryCommandState(`subscript`),t=document.queryCommandState(`superscript`),n=window.getSelection();if(n&&n.rangeCount>0){let r=n.anchorNode,i=r?.nodeType===3?r.parentElement:r;i&&_.current.contains(i)&&(i.closest(`sub`)&&(e=!0),i.closest(`sup`)&&(t=!0))}if(ne({bold:document.queryCommandState(`bold`),italic:document.queryCommandState(`italic`),underline:document.queryCommandState(`underline`),strikeThrough:document.queryCommandState(`strikeThrough`),insertUnorderedList:document.queryCommandState(`insertUnorderedList`),insertOrderedList:document.queryCommandState(`insertOrderedList`),justifyLeft:document.queryCommandState(`justifyLeft`),justifyCenter:document.queryCommandState(`justifyCenter`),justifyRight:document.queryCommandState(`justifyRight`),justifyFull:document.queryCommandState(`justifyFull`),fontSize:document.queryCommandValue(`fontSize`)||`3`,fontName:document.queryCommandValue(`fontName`).replace(/"/g,``)||`Arial`,subscript:e,superscript:t,foreColor:document.queryCommandValue(`foreColor`)||`#000000`,hiliteColor:document.queryCommandValue(`hiliteColor`)||`transparent`}),n&&n.rangeCount>0){let e=n.anchorNode,t=e?.nodeType===3?e.parentElement:e;if(t&&_.current.contains(t)){let e=t.closest(`ul,ol,p,div,h1,h2,h3,h4,h5,h6`);if(e&&_.current.contains(e)){let t=window.getComputedStyle(e),n=t.marginLeft,r=t.marginRight,i=t.marginTop,a=t.marginBottom,o=e=>e.endsWith(`mm`)?parseFloat(e):e.endsWith(`px`)?et(parseFloat(e)):0,s=e=>e.endsWith(`pt`)?parseFloat(e):e.endsWith(`px`)?Math.round(parseFloat(e)*.75):0,c=o(n),l=o(r);ie(c),U(l),document.activeElement?.getAttribute(`data-field`)!==`indentLeft`&&oe(Math.round(c).toString()),document.activeElement?.getAttribute(`data-field`)!==`indentRight`&&ce(Math.round(l).toString());let u=s(i),d=s(a);document.activeElement?.getAttribute(`data-field`)!==`spacingBefore`&&ue(u.toString()),document.activeElement?.getAttribute(`data-field`)!==`spacingAfter`&&fe(d.toString())}De(t.closest(`td,th`))}else De(null)}},[]);(0,t.useEffect)(()=>{_.current&&(_.current.innerHTML=$e,D.current=$e),document.execCommand(`defaultParagraphSeparator`,!1,`p`)},[$e]),(0,t.useEffect)(()=>{!K&&_.current&&(_.current.innerHTML=D.current)},[K]);let[at,ot]=(0,t.useState)(!1),[st,ct]=(0,t.useState)(null);(0,t.useEffect)(()=>{let e=e=>{let t=e.target.closest(`td, th`);t&&_.current?.contains(t)?(ot(!0),ct(t),e.shiftKey||(_.current.querySelectorAll(`td[data-selected], th[data-selected]`).forEach(e=>e.removeAttribute(`data-selected`)),t.setAttribute(`data-selected`,`true`))):(ot(!1),ct(null))},t=e=>{if(!at||!st||!_.current)return;let t=e.target.closest(`td, th`);if(!t||!_.current.contains(t))return;let n=st.closest(`table`);if(!n||n!==t.closest(`table`))return;let r=n.tBodies[0],i=(()=>{let e=[];return Array.from(r.rows).forEach((t,n)=>{e[n]||(e[n]=[]);let r=0;Array.from(t.cells).forEach(t=>{for(;e[n][r];)r++;let i=t.rowSpan||1,a=t.colSpan||1;for(let o=0;o<i;o++)for(let i=0;i<a;i++)e[n+o]||(e[n+o]=[]),e[n+o][r+i]=t;r+=a})}),e})(),a=-1,o=-1,s=-1,c=-1;if(i.forEach((e,n)=>{e.forEach((e,r)=>{e===st&&(a=n,o=r),e===t&&(s=n,c=r)})}),a!==-1&&s!==-1){let e=Math.min(a,s),t=Math.max(a,s),r=Math.min(o,c),l=Math.max(o,c);n.querySelectorAll(`td, th`).forEach(e=>e.removeAttribute(`data-selected`));for(let n=e;n<=t;n++)for(let e=r;e<=l;e++)i[n]?.[e]?.setAttribute(`data-selected`,`true`)}},n=()=>{ot(!1),ct(null)};return document.addEventListener(`mousedown`,e),document.addEventListener(`mousemove`,t),document.addEventListener(`mouseup`,n),()=>{document.removeEventListener(`mousedown`,e),document.removeEventListener(`mousemove`,t),document.removeEventListener(`mouseup`,n)}},[at,st]),(0,t.useEffect)(()=>{let e=()=>{setTimeout(()=>{Y();let e=window.getSelection();if(e&&e.rangeCount>0&&_.current?.contains(e.anchorNode)&&(w.current=e.getRangeAt(0).cloneRange(),!at)){let t=_.current;if(t)if(t.querySelectorAll(`td[data-selected], th[data-selected]`).forEach(e=>e.removeAttribute(`data-selected`)),!e.getRangeAt(0).collapsed)t.querySelectorAll(`table`).forEach(t=>{t.querySelectorAll(`td, th`).forEach(t=>{e.containsNode(t,!0)&&t.setAttribute(`data-selected`,`true`)})});else{let n=e.anchorNode,r=(n?.nodeType===3?n.parentElement:n)?.closest(`td, th`);r&&t.contains(r)&&r.setAttribute(`data-selected`,`true`)}}},10)};return document.addEventListener(`selectionchange`,e),()=>document.removeEventListener(`selectionchange`,e)},[at,Y]),(0,t.useEffect)(()=>{let e=e=>{T.current&&!T.current.contains(e.target)&&(he(!1),Te({r:0,c:0}))};return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[]);let lt=t.default.useCallback((e,t)=>{let n=window.getSelection(),r=n&&n.rangeCount>0?n.getRangeAt(0):null;if((!r||!_.current?.contains(r.commonAncestorContainer))&&(r=w.current),!r)return;let i=r.startContainer,a=(i.nodeType===3?i.parentNode:i).closest(`ul,ol,p,div,h1,h2,h3,h4,h5,h6`);a&&_.current?.contains(a)&&(a.style[e===`left`?`marginLeft`:`marginRight`]=`${t}mm`,J())},[J]),X=t.default.useCallback((e,t)=>{let n=window.getSelection(),r=n&&n.rangeCount>0?n.getRangeAt(0):null;if((!r||!_.current?.contains(r.commonAncestorContainer))&&(r=w.current),!r)return;let i=r.startContainer,a=(i.nodeType===3?i.parentNode:i).closest(`ul,ol,p,div,h1,h2,h3,h4,h5,h6`);a&&_.current?.contains(a)&&(a.style[e===`before`?`marginTop`:`marginBottom`]=`${t}pt`,J())},[J]);(0,t.useEffect)(()=>{let e=e=>{if(!G||!v.current)return;let t=v.current.getBoundingClientRect(),n=210/t.width,r=(e.clientX-t.left)*n;if(G===`left`){let e=Math.max(-20,Math.min(r-20,170-ae-5));ie(e),lt(`left`,e)}else{let e=Math.max(-20,Math.min(210-r-20,170-re-5));U(e),lt(`right`,e)}},t=()=>pe(null);return G?(document.body.style.cursor=`ew-resize`,window.addEventListener(`mousemove`,e),window.addEventListener(`mouseup`,t)):document.body.style.cursor=`default`,()=>{window.removeEventListener(`mousemove`,e),window.removeEventListener(`mouseup`,t)}},[G,re,ae,lt]);let ut=(e,t=null)=>{if(_.current){if(e===`removeFormat`){let e=window.getSelection(),t=null;if(e&&e.rangeCount>0){let n=e.getRangeAt(0);t=n.cloneRange();let r=n.commonAncestorContainer,i=r.nodeType===3?r.parentElement:r;if(i&&_.current.contains(i)){let e=document.createTreeWalker(i,NodeFilter.SHOW_ELEMENT),t=e.currentNode;for(;t;){if(n.intersectsNode(t)){let e=t;e.style.backgroundColor=``,e.style.background=``,e.getAttribute(`style`)||e.removeAttribute(`style`)}t=e.nextNode()}}}document.execCommand(`removeFormat`,!1,``),document.execCommand(`foreColor`,!1,`#000000`),t&&(e?.removeAllRanges(),e?.addRange(t))}else if(e===`createLink`){let e=t;if(e){_.current.focus();let t=window.getSelection();if(t&&w.current){if(t.removeAllRanges(),t.addRange(w.current),w.current.collapsed)document.execCommand(`insertHTML`,!1,`<a href="${e}">${e}</a>`);else{let t=document.createElement(`div`);t.appendChild(w.current.cloneContents());let n=t.innerHTML;document.execCommand(`insertHTML`,!1,`<a href="${e}">${n}</a>`)}w.current=null}else document.execCommand(`insertHTML`,!1,`<a href="${e}">${e}</a>`)}}else if(e===`blockquote`){let e=window.getSelection();if(e&&e.rangeCount>0){let t=e.getRangeAt(0).commonAncestorContainer;(t.nodeType===3?t.parentElement:t)?.closest(`blockquote`)?document.execCommand(`formatBlock`,!1,`p`):document.execCommand(`formatBlock`,!1,`blockquote`)}}else if(e===`fontSize`||e===`fontName`){document.execCommand(e,!1,t??``);let n=window.getSelection();if(n&&n.rangeCount>0){let r=n.getRangeAt(0),i=r.commonAncestorContainer,a=i.nodeType===3?i.parentNode:i;if(a&&_.current.contains(a)){let n=document.createTreeWalker(a,NodeFilter.SHOW_ELEMENT),i={1:`8pt`,2:`10pt`,3:`12pt`,4:`14pt`,5:`18pt`,6:`24pt`,7:`36pt`},o=n.currentNode;for(;o;){if(o.nodeName===`LI`&&r.intersectsNode(o)){let n=o;e===`fontSize`&&t&&i[t]?n.style.fontSize=i[t]:e===`fontName`&&t&&(n.style.fontFamily=t)}o=n.nextNode()}}}}else{let n=e;if(e===`backColor`&&(!t||t!==`transparent`)&&(n=`hiliteColor`),_.current){_.current.focus();let e=window.getSelection();if(e&&w.current)try{e.removeAllRanges(),e.addRange(w.current)}catch(e){console.warn(`Failed to restore range`,e)}}if(n===`subscript`||n===`superscript`){let e=window.getSelection();if(e&&e.rangeCount>0){let t=e.getRangeAt(0).startContainer,r=t.nodeType===3?t.parentElement:t,i=n===`subscript`?`SUB`:`SUP`,a=r?.closest(i);if(a&&_.current?.contains(a)){let e=a.parentNode;if(e){let t=document.createDocumentFragment();for(;a.firstChild;)t.appendChild(a.firstChild);e.replaceChild(t,a),Y(),J();return}}}}document.execCommand(n,!1,t??``)}Y(),J()}},dt=async()=>{try{let e=await navigator.clipboard.read();for(let t of e)if(t.types.includes(`text/html`)){let e=await(await t.getType(`text/html`)).text();document.execCommand(`insertHTML`,!1,e);return}else if(t.types.includes(`text/plain`)){let e=await(await t.getType(`text/plain`)).text();document.execCommand(`insertText`,!1,e);return}}catch{try{let e=await navigator.clipboard.readText();document.execCommand(`insertText`,!1,e)}catch{document.execCommand(`paste`)}}_.current?.focus(),Y(),J()},ft=e=>{if(!_.current)return;let t=w.current,n=window.getSelection();if(n&&n.rangeCount>0){let e=n.getRangeAt(0);_.current.contains(e.commonAncestorContainer)&&(t=e)}if(!t)return;let r=[];if(t.collapsed){let e=t.commonAncestorContainer,n=(e.nodeType===3?e.parentNode:e)?.closest?.(`p,div,li,h1,h2,h3,h4,h5,h6,blockquote`);n&&_.current.contains(n)&&n!==_.current&&r.push(n)}else r=Array.from(_.current.querySelectorAll(`p,div,li,h1,h2,h3,h4,h5,h6,blockquote`)).filter(e=>{let n=e;return n===_.current||!t.intersectsNode(n)?!1:!Array.from(n.querySelectorAll(`p,div,li,h1,h2,h3,h4,h5,h6,blockquote`)).some(e=>t.intersectsNode(e))});if(r.length>0)r.forEach(t=>{t.style.lineHeight=e});else{let n=t.commonAncestorContainer,r=n.nodeType===3?n.parentNode:n;r&&_.current.contains(r)&&r!==_.current&&(r.style.lineHeight=e)}n&&(n.removeAllRanges(),n.addRange(t)),_.current.focus(),J()},pt=e=>{if(!_.current)return;let t=window.getSelection();if(t&&t.rangeCount>0){let n=t.getRangeAt(0).commonAncestorContainer,r=(n.nodeType===3?n.parentElement:n)?.closest(`ol, ul`);if(!r){let t=[`disc`,`circle`,`square`].includes(e)?`insertUnorderedList`:`insertOrderedList`;document.execCommand(t,!1);let n=window.getSelection();if(n&&n.rangeCount>0){let e=n.getRangeAt(0).commonAncestorContainer;r=(e.nodeType===3?e.parentElement:e)?.closest(`ol, ul`)}}r&&_.current.contains(r)&&(r.style.listStyleType=e)}_.current.focus(),J()},mt=(e,t)=>{if(!e||!t)return;let n=!!Ee,r=`<table border="1" style="border-collapse:collapse;width:100%;${n?`margin:0`:`margin:10px 0`}"><tbody>`;for(let n=0;n<e;n++){r+=`<tr>`;for(let e=0;e<t;e++)r+=`<td style="border:1px solid black;padding:8px;min-width:50px;resize:both;overflow:hidden;">&#8203;</td>`;r+=`</tr>`}r+=`</tbody></table>${n?``:`<p>&#8203;</p>`}`,_.current?.focus();let i=window.getSelection();if(i&&(i.removeAllRanges(),w.current&&i.addRange(w.current)),n&&Ee&&(Ee.textContent||``).replace(/\u200B/g,``).trim()===``&&Ee.children.length===0){let e=document.createRange();e.selectNodeContents(Ee),i?.removeAllRanges(),i?.addRange(e)}document.execCommand(`insertHTML`,!1,r),he(!1),Te({r:0,c:0}),J()},ht=e=>{let t=window.getSelection();if(!t)return;let n=document.createRange();n.setStart(e.node,e.start),n.setEnd(e.node,e.end),t.removeAllRanges(),t.addRange(n);let r=e.node.parentElement;r&&r.scrollIntoView({behavior:`smooth`,block:`center`}),_.current?.focus()},gt=()=>{if(!q||!_.current)return;let e=Qe();if(!e||e.length===0){Ye({message:`No matches found for "${q}"`,type:`error`});return}let t=_.current,n=window.getSelection();if(!n)return;let r=t,i=0;if(n.rangeCount>0){let e=n.getRangeAt(0);r=e.endContainer,i=e.endOffset}let a=(e,t,n,r,i)=>{let a=document.createTreeWalker(e,NodeFilter.SHOW_TEXT,null),o=!1,s=a.nextNode();for(;s;){if(o||(s===r||r.contains(s)&&s!==e)&&(o=!0),o){let e=s.textContent||``,a=n?t:t.toLowerCase(),o=(n?e:e.toLowerCase()).indexOf(a,s===r?i:0);if(o!==-1)return{node:s,start:o,end:o+t.length}}s=a.nextNode()}return null},o=a(t,q,Ke,r,i)||a(t,q,Ke,t,0);if(o){let e=document.createRange();e.setStart(o.node,o.start),e.setEnd(o.node,o.end),n.removeAllRanges(),n.addRange(e);let t=o.node.parentElement;t&&t.scrollIntoView({behavior:`smooth`,block:`center`})}},_t=(e=!1)=>{if(!(!q||!_.current))if(e){let e=document.createTreeWalker(_.current,NodeFilter.SHOW_TEXT,null),t=0,n=[],r=Ke?q:q.toLowerCase(),i=e.nextNode();for(;i;){let t=i.textContent||``,a=Ke?t:t.toLowerCase(),o=a.indexOf(r);for(;o!==-1;)n.push({node:i,start:o,end:o+q.length}),o=a.indexOf(r,o+q.length);i=e.nextNode()}for(let e=n.length-1;e>=0;e--){let r=n[e],i=r.node.textContent||``;r.node.textContent=i.substring(0,r.start)+He+i.substring(r.end),t++}t>0?(J(),Ye({message:`Successfully replaced ${t} occurrences.`,type:`success`})):Ye({message:`No matches found to replace.`,type:`error`})}else{let e=window.getSelection();if(e&&e.rangeCount>0){let t=e.getRangeAt(0).toString();(Ke?t===q:t.toLowerCase()===q.toLowerCase())&&document.execCommand(`insertHTML`,!1,He),gt()}else gt()}},vt=e=>{let t=e.target.files?.[0];if(t){let e=new FileReader;e.onload=e=>{let t=e.target?.result;if(_.current&&t){_.current.focus();let e=window.getSelection();e&&(e.removeAllRanges(),w.current&&e.addRange(w.current)),document.execCommand(`insertImage`,!1,t),Y(),J()}},e.readAsDataURL(t)}e.target.value=``},yt=async e=>{let t=e.target.files?.[0];if(t){Ye({message:`Importing document...`,type:`info`});try{let e=await t.arrayBuffer(),n=(await yc.convertToHtml({arrayBuffer:e})).value;_.current&&(_.current.innerHTML=n,J(),Ye({message:`Document imported successfully.`,type:`success`}))}catch(e){console.error(e),Ye({message:`Failed to import document.`,type:`error`})}e.target.value=``}},bt=()=>{let e=window.getSelection();if(!e||e.rangeCount===0||!_.current)return;let t=e.getRangeAt(0),n=_.current,r=Array.from(n.querySelectorAll(`.locked-region, .swe-locked-region`));if(r.find(t=>e.containsNode(t,!0))){r.forEach(t=>{if(e.containsNode(t,!0))if(t.tagName===`SPAN`){let e=t.parentNode;for(;t.firstChild;)e?.insertBefore(t.firstChild,t);e?.removeChild(t)}else t.removeAttribute(`contenteditable`),t.classList.remove(`locked-region`,`swe-locked-region`)}),J();return}if(t.collapsed){let e=t.commonAncestorContainer;e.nodeType===3&&(e=e.parentElement);let r=e.closest(`p, div, li, h1, h2, h3, h4, h5, h6, blockquote`);r&&n.contains(r)&&(r.setAttribute(`contenteditable`,`false`),r.classList.add(`swe-locked-region`))}else{let e=document.createElement(`span`);e.setAttribute(`contenteditable`,`false`),e.className=`swe-locked-region`,e.title=`Locked Segment`,e.style.userSelect=`all`;try{t.surroundContents(e)}catch{let n=t.extractContents();e.appendChild(n),t.insertNode(e)}}J(),e.removeAllRanges()},xt=(e,t)=>{bc(e,Ee,t,{onTableDeleted:()=>De(null),onContentChanged:J,onFocusRequested:()=>_.current?.focus()})},St=e=>{if(!Oe)return;let t=Oe;switch(e){case`alignLeft`:t.style.display=`inline`,t.style.float=`left`,t.style.margin=`10px 10px 10px 0`;break;case`alignCenter`:t.style.display=`block`,t.style.float=`none`,t.style.margin=`10px auto`;break;case`alignRight`:t.style.display=`inline`,t.style.float=`right`,t.style.margin=`10px 0 10px 10px`;break;case`alignNone`:t.style.display=`inline`,t.style.float=`none`,t.style.margin=`10px 0`;break;case`delete`:t.remove(),ke(null);break}_.current?.focus(),J()},Ct=()=>{if(!_.current)return;let e=_.current.innerHTML,t=document.createElement(`iframe`);t.style.position=`fixed`,t.style.right=`0`,t.style.bottom=`0`,t.style.width=`0`,t.style.height=`0`,t.style.border=`none`,document.body.appendChild(t);let n=t.contentWindow?.document;if(!n){document.body.removeChild(t);return}n.open(),n.write(`<html><head><style>@page { size: A4 portrait; margin: 20mm; } body { font-family: Arial, sans-serif; font-size: 14px; background: white; color: black; margin: 0; padding: 0; word-break: break-word; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } .page-break-element { page-break-before: always; break-before: page; margin: 0; padding: 0; height: 0; border: none; } ul { list-style-type: disc; padding-left: 20px; margin: 1em 0; } ol { list-style-type: decimal; padding-left: 20px; margin: 1em 0; } li { display: list-item; } table { border-collapse: collapse; width: 100%; border: 1px solid #000; margin: 15px 0; table-layout: auto; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } td, th { border: 1px solid #000; padding: 8px; position: relative; -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; } img { max-width: 100%; height: auto; margin: 10px 0; border-radius: 2px; } p { margin: 0; min-height: 1.4em; }</style></head><body>${e}</body></html>`),n.close(),t.contentWindow?.focus(),setTimeout(()=>{t.contentWindow?.print(),setTimeout(()=>{t&&t.parentNode&&t.parentNode.removeChild(t)},500)},250)},wt=()=>{let e=_.current?.innerHTML||Ne;a?.(e)},Tt=()=>{let e=`
223
223
  <html xmlns:o='urn:schemas-microsoft-com:office:office' xmlns:w='urn:schemas-microsoft-com:office:word' xmlns='http://www.w3.org/TR/REC-html40'>
224
224
  <head><meta charset='utf-8'><title>Export DOC</title>
225
225
  <style>
@@ -229,7 +229,7 @@ Character number: `+e.characterNumber},n.prototype.lineNumber=function(){return
229
229
  img { max-width: 100%; height: auto; }
230
230
  </style>
231
231
  </head><body>
232
- `+(_.current?.innerHTML||Oe)+`</body></html>`,t=new Blob([``,e],{type:`application/msword`}),n=URL.createObjectURL(t),r=document.createElement(`a`);r.href=n,r.download=`document.doc`,document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)},xt=()=>{_.current?.focus(),document.execCommand(`insertHTML`,!1,`<div class="page-break-element" contenteditable="false"></div><p>&#8203;</p>`),Y(),J()},St=()=>{K?(D.current=Oe,i?.(Oe),De(!1)):(_.current&&ke(_.current.innerHTML),De(!0),k(`Home`))},Ct=e=>{let t=parseInt(e.target.value);Ee(t),Ce&&(Ce.style.width=`${t}%`,Ce.style.height=`auto`,J())},wt=e=>{_.current?.querySelectorAll(`img`).forEach(e=>e.classList.remove(`selected-img`));let t=e.target,n=t.closest(`a`);if(n&&_.current?.contains(n)){_e(n);let e=n.getBoundingClientRect();ye({top:e.bottom+window.scrollY+5,left:Math.max(10,e.left+window.scrollX)}),we(null)}else t.tagName===`IMG`?(t.classList.add(`selected-img`),we(t),Ee(t.style.width?parseInt(t.style.width):100),_e(null)):(we(null),_e(null));Y()},Tt=()=>{if(!ge)return;let e=document.createRange();e.selectNode(ge);let t=window.getSelection();t&&(t.removeAllRanges(),t.addRange(e)),document.execCommand(`unlink`),_e(null),J()},Et=()=>{if(!ge)return;he(ge.href);let e=document.createRange();e.selectNode(ge),w.current=e,k(`Insert`),W(!0),_e(null)},Dt=e=>{let t=window.getSelection(),n=t&&t.rangeCount>0?t.getRangeAt(0):null;if((e.key===`Backspace`||e.key===`Delete`)&&n&&t&&_.current)if(n.collapsed){if(e.key===`Backspace`&&n.startOffset===0){let t=n.startContainer.previousSibling;if(!t&&n.startContainer.parentNode!==_.current&&(t=n.startContainer.parentNode?.previousSibling??null),t&&t.classList?.contains(`locked-region`)){e.preventDefault();return}}if(e.key===`Delete`){let t=n.startContainer,r=t.nodeType===3?t.textContent?.length??0:0;if(n.startOffset===r){let n=t.nextSibling;if(!n&&t.parentNode!==_.current&&(n=t.parentNode?.nextSibling??null),n&&n.classList?.contains(`locked-region`)){e.preventDefault();return}}}}else{let n=_.current.querySelectorAll(`.locked-region`);for(let r of Array.from(n))if(t.containsNode(r,!0)){e.preventDefault();return}}if(e.key===`Tab`&&(e.preventDefault(),n&&t)){let r=t.anchorNode;if(r?.nodeType===3&&(r=r.parentNode),r?.closest(`li`))document.execCommand(e.shiftKey?`outdent`:`indent`);else if(e.shiftKey)document.execCommand(`outdent`);else{let e=document.createTextNode(`\xA0\xA0\xA0\xA0`);n.insertNode(e),n.setStartAfter(e),n.setEndAfter(e),t.removeAllRanges(),t.addRange(n)}J()}if(e.ctrlKey&&e.key===`Enter`&&(e.preventDefault(),xt()),e.ctrlKey&&e.key===`b`&&(e.preventDefault(),ot(`bold`)),e.ctrlKey&&e.key===`i`&&(e.preventDefault(),ot(`italic`)),e.ctrlKey&&e.key===`u`&&(e.preventDefault(),ot(`underline`)),e.ctrlKey&&e.key===`f`&&!K&&P&&P.find&&(e.preventDefault(),Fe(!0),Be(`find`)),e.ctrlKey&&e.key===`h`&&!K&&P&&P.replace&&(e.preventDefault(),Fe(!0),Be(`replace`)),e.ctrlKey&&e.key===`k`&&!K&&I&&(e.preventDefault(),Ze(),W(!0),k(`Insert`)),e.ctrlKey&&e.key===`s`&&(e.preventDefault(),yt()),e.ctrlKey&&e.key===`p`&&(e.preventDefault(),vt()),e.ctrlKey&&e.key===`l`&&(e.preventDefault(),ot(`justifyLeft`)),e.ctrlKey&&e.key===`e`&&(e.preventDefault(),ot(`justifyCenter`)),e.ctrlKey&&e.key===`r`&&(e.preventDefault(),ot(`justifyRight`)),e.ctrlKey&&e.key===`j`&&(e.preventDefault(),ot(`justifyFull`)),(e.key===` `||e.key===`Enter`)&&setTimeout(()=>{Xe(),Qe()},10),e.key===` `&&n&&t&&n.startContainer.nodeType===3){let r=n.startContainer,i=r.textContent??``,a=i.substring(0,n.startOffset);(a===`1.`||a===`-`)&&(!r.previousSibling||r.previousSibling.nodeName===`BR`)&&(e.preventDefault(),r.textContent=i.substring(n.startOffset),n.setStart(r,0),n.collapse(!0),t.removeAllRanges(),t.addRange(n),document.execCommand(a===`1.`?`insertOrderedList`:`insertUnorderedList`),J())}},Ot=[`Arial`,`Calibri`,`Times New Roman`,`Verdana`,`Georgia`,`Courier New`],kt=[{label:`8`,value:`1`},{label:`10`,value:`2`},{label:`12`,value:`3`},{label:`14`,value:`4`},{label:`18`,value:`5`},{label:`24`,value:`6`},{label:`36`,value:`7`}],At=(0,t.useRef)(null),jt=(0,t.useRef)(null);return(0,t.useEffect)(()=>{G&&!At.current?k(`Table Layout`):!G&&At.current&&O===`Table Layout`&&k(`Home`),At.current=G},[G,O]),(0,t.useEffect)(()=>{Ce&&!jt.current?k(`Picture Format`):!Ce&&jt.current&&O===`Picture Format`&&k(`Home`),jt.current=Ce},[Ce,O]),(0,r.jsxs)(`div`,{className:`swe-editor-root ${c}`,style:{height:s},children:[(0,r.jsx)(`style`,{children:`
232
+ `+(_.current?.innerHTML||Ne)+`</body></html>`,t=new Blob([``,e],{type:`application/msword`}),n=URL.createObjectURL(t),r=document.createElement(`a`);r.href=n,r.download=`document.doc`,document.body.appendChild(r),r.click(),document.body.removeChild(r),URL.revokeObjectURL(n)},Et=()=>{_.current?.focus(),document.execCommand(`insertHTML`,!1,`<div class="page-break-element" contenteditable="false"></div><p>&#8203;</p>`),Y(),J()},Dt=()=>{K?(D.current=Ne,i?.(Ne),Me(!1)):(_.current&&Pe(_.current.innerHTML),Me(!0),k(`Home`))},Ot=e=>{let t=parseInt(e.target.value);je(t),Oe&&(Oe.style.width=`${t}%`,Oe.style.height=`auto`,J())},kt=e=>{_.current?.querySelectorAll(`img`).forEach(e=>e.classList.remove(`selected-img`));let t=e.target,n=t.closest(`a`);if(n&&_.current?.contains(n)){xe(n);let e=n.getBoundingClientRect();Ce({top:e.bottom+window.scrollY+5,left:Math.max(10,e.left+window.scrollX)}),ke(null)}else t.tagName===`IMG`?(t.classList.add(`selected-img`),ke(t),je(t.style.width?parseInt(t.style.width):100),xe(null)):(ke(null),xe(null));Y()},At=()=>{if(!be)return;let e=document.createRange();e.selectNode(be);let t=window.getSelection();t&&(t.removeAllRanges(),t.addRange(e)),document.execCommand(`unlink`),xe(null),J()},jt=()=>{if(!be)return;ye(be.href);let e=document.createRange();e.selectNode(be),w.current=e,k(`Insert`),_e(!0),xe(null)},Mt=e=>{let t=window.getSelection(),n=t&&t.rangeCount>0?t.getRangeAt(0):null;if((e.key===`Backspace`||e.key===`Delete`)&&n&&t&&_.current)if(n.collapsed){if(e.key===`Backspace`&&n.startOffset===0){let t=n.startContainer.previousSibling;if(!t&&n.startContainer.parentNode!==_.current&&(t=n.startContainer.parentNode?.previousSibling??null),t&&(t.classList?.contains(`locked-region`)||t.classList?.contains(`swe-locked-region`))){e.preventDefault();return}}if(e.key===`Delete`){let t=n.startContainer,r=t.nodeType===3?t.textContent?.length??0:0;if(n.startOffset===r){let n=t.nextSibling;if(!n&&t.parentNode!==_.current&&(n=t.parentNode?.nextSibling??null),n&&(n.classList?.contains(`locked-region`)||n.classList?.contains(`swe-locked-region`))){e.preventDefault();return}}}}else{let n=_.current.querySelectorAll(`.locked-region, .swe-locked-region`);for(let r of Array.from(n))if(t.containsNode(r,!0)){e.preventDefault();return}}if(e.key===`Tab`&&(e.preventDefault(),n&&t)){let r=t.anchorNode;if(r?.nodeType===3&&(r=r.parentNode),r?.closest(`li`))document.execCommand(e.shiftKey?`outdent`:`indent`);else if(e.shiftKey)document.execCommand(`outdent`);else{let e=document.createTextNode(`\xA0\xA0\xA0\xA0`);n.insertNode(e),n.setStartAfter(e),n.setEndAfter(e),t.removeAllRanges(),t.addRange(n)}J()}if(e.ctrlKey&&e.key===`Enter`&&(e.preventDefault(),Et()),e.ctrlKey&&e.key===`b`&&(e.preventDefault(),ut(`bold`)),e.ctrlKey&&e.key===`i`&&(e.preventDefault(),ut(`italic`)),e.ctrlKey&&e.key===`u`&&(e.preventDefault(),ut(`underline`)),e.ctrlKey&&e.key===`f`&&!K&&P&&P.find&&(e.preventDefault(),Be(!0),Ge(`find`)),e.ctrlKey&&e.key===`h`&&!K&&P&&P.replace&&(e.preventDefault(),Be(!0),Ge(`replace`)),e.ctrlKey&&e.key===`k`&&!K&&L&&(e.preventDefault(),nt(),_e(!0),k(`Insert`)),e.ctrlKey&&e.key===`s`&&(e.preventDefault(),wt()),e.ctrlKey&&e.key===`p`&&(e.preventDefault(),Ct()),e.ctrlKey&&e.key===`l`&&(e.preventDefault(),ut(`justifyLeft`)),e.ctrlKey&&e.key===`e`&&(e.preventDefault(),ut(`justifyCenter`)),e.ctrlKey&&e.key===`r`&&(e.preventDefault(),ut(`justifyRight`)),e.ctrlKey&&e.key===`j`&&(e.preventDefault(),ut(`justifyFull`)),(e.key===` `||e.key===`Enter`)&&setTimeout(()=>{tt(),rt()},10),e.key===` `&&n&&t&&n.startContainer.nodeType===3){let r=n.startContainer,i=r.textContent??``,a=i.substring(0,n.startOffset);(a===`1.`||a===`-`)&&(!r.previousSibling||r.previousSibling.nodeName===`BR`)&&(e.preventDefault(),r.textContent=i.substring(n.startOffset),n.setStart(r,0),n.collapse(!0),t.removeAllRanges(),t.addRange(n),document.execCommand(a===`1.`?`insertOrderedList`:`insertUnorderedList`),J())}},Nt=[`Arial`,`Calibri`,`Times New Roman`,`Verdana`,`Georgia`,`Courier New`],Pt=[{label:`8`,value:`1`},{label:`10`,value:`2`},{label:`12`,value:`3`},{label:`14`,value:`4`},{label:`18`,value:`5`},{label:`24`,value:`6`},{label:`36`,value:`7`}],Ft=(0,t.useRef)(null),It=(0,t.useRef)(null);return(0,t.useEffect)(()=>{Ee&&!Ft.current?k(`Table Layout`):!Ee&&Ft.current&&O===`Table Layout`&&k(`Home`),Ft.current=Ee},[Ee,O]),(0,t.useEffect)(()=>{Oe&&!It.current?k(`Picture Format`):!Oe&&It.current&&O===`Picture Format`&&k(`Home`),It.current=Oe},[Oe,O]),(0,r.jsxs)(`div`,{className:`swe-editor-root ${c}`,style:{height:s},children:[(0,r.jsx)(`style`,{children:`
233
233
  @media (max-width: 768px) {
234
234
  .editor-content { width: 100% !important; min-height: 70vh !important; padding: 15px !important; box-shadow: none; border-radius: 0; }
235
235
  .editor-wrapper { width: 100% !important; padding: 0; }
@@ -238,4 +238,4 @@ Character number: `+e.characterNumber},n.prototype.lineNumber=function(){return
238
238
  }
239
239
  .custom-scrollbar::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
240
240
  .custom-scrollbar::-webkit-scrollbar-track { background: transparent; }
241
- `}),(0,r.jsx)(`input`,{type:`color`,ref:y,className:`swe-hidden`,onChange:e=>ot(`foreColor`,e.target.value)}),(0,r.jsx)(`input`,{type:`color`,ref:b,className:`swe-hidden`,onChange:e=>ot(`backColor`,e.target.value)}),(0,r.jsx)(`input`,{type:`color`,ref:x,className:`swe-hidden`,onChange:e=>{G&&(G.style.backgroundColor=e.target.value,J())}}),(0,r.jsx)(`input`,{type:`file`,ref:S,accept:`image/*`,className:`swe-hidden`,onChange:pt}),(0,r.jsx)(`input`,{type:`file`,ref:C,accept:`.docx`,className:`swe-hidden`,onChange:mt}),(0,r.jsxs)(`div`,{className:`swe-toolbar-container`,children:[(0,r.jsx)(`div`,{onClick:()=>k(`File`),className:`swe-tab ${O===`File`?`swe-tab-active`:``}`,children:`File`}),(0,r.jsx)(`div`,{onClick:()=>k(`Home`),className:`swe-tab ${O===`Home`?`swe-tab-active`:``}`,children:`Home`}),(F||L||R)&&(0,r.jsx)(`div`,{onClick:()=>k(`Insert`),className:`swe-tab ${O===`Insert`?`swe-tab-active`:``}`,children:`Insert`}),(0,r.jsx)(`div`,{onClick:()=>k(`Layout`),className:`swe-tab ${O===`Layout`?`swe-tab-active`:``}`,children:`Layout`}),G&&!K&&(0,r.jsx)(`div`,{onClick:()=>k(`Table Layout`),className:`swe-tab swe-tab-blue ${O===`Table Layout`?`swe-tab-active`:``}`,children:`Table Layout`}),Ce&&!K&&(0,r.jsx)(`div`,{onClick:()=>k(`Picture Format`),className:`swe-tab swe-tab-green ${O===`Picture Format`?`swe-tab-active`:``}`,children:`Picture Format`}),(0,r.jsx)(`div`,{onClick:()=>k(`Help`),className:`swe-tab ${O===`Help`?`swe-tab-active`:``}`,children:`Help`}),(0,r.jsx)(`div`,{className:`flex-1`})]}),(0,r.jsxs)(`div`,{className:`swe-ribbon swe-custom-scrollbar`,children:[O===`File`&&(0,r.jsx)(Al,{onSave:yt,onSaveAsDocs:bt,onPrint:vt,toggleHtmlView:St,onImportWord:()=>C.current?.click(),activeStyles:z,showHtml:K,execCommand:ot,fonts:Ot,sizes:kt,pluginContributions:g.flatMap(e=>e.ribbonContributions?.filter(e=>e.tabId===`File`)||[])}),O===`Home`&&(0,r.jsx)(xl,{showHtml:K,clipboardConf:A,handlePaste:st,execCommand:ot,fontConf:j,activeStyles:z,paragraphConf:N,changeLineSpacing:ct,changeListStyleType:lt,toggleHtmlView:St,saveSelection:Ze,onOpenFind:()=>{Fe(!0),Be(`find`)},onOpenReplace:()=>{Fe(!0),Be(`replace`)},toggleSelectionLock:ht,editingConf:P,pluginContributions:g.flatMap(e=>e.ribbonContributions?.filter(e=>e.tabId===`Home`)||[]),fonts:Ot,sizes:kt,openTextColorPicker:()=>y.current?.click(),openHighlightColorPicker:()=>b.current?.click()}),O===`Insert`&&(0,r.jsx)(Sl,{showHtml:K,tableConf:F,tableMenuRef:T,isTableMenuOpen:de,setIsTableMenuOpen:fe,tableGridSize:be,setTableGridSize:xe,handleInsertTable:X,mediaConf:L,imageInputRef:S,linkConf:I,execCommand:ot,savedRangeRef:w,saveSelection:Ze,isLinkMenuOpen:pe,setIsLinkMenuOpen:W,linkUrl:me,setLinkUrl:he}),O===`Layout`&&(0,r.jsx)(Cl,{showHtml:K,inputIndentLeft:re,setInputIndentLeft:ie,inputIndentRight:ae,setInputIndentRight:oe,applyIndent:it,inputSpacingBefore:H,setInputSpacingBefore:U,inputSpacingAfter:se,setInputSpacingAfter:ce,applySpacing:at,insertPageBreak:xt,pagesConf:R}),O===`Table Layout`&&(0,r.jsx)(Ol,{showHtml:K,activeTableCell:G,handleTableAction:gt,saveSelection:Ze}),O===`Picture Format`&&(0,r.jsx)(kl,{showHtml:K,activeImage:Ce,imageWidth:Te,handleImageWidthChange:Ct,handleImageAction:_t}),O===`Help`&&(0,r.jsx)(jl,{})]}),(0,r.jsxs)(`div`,{className:`swe-workspace`,children:[(0,r.jsx)(`div`,{className:`swe-scroll-area swe-custom-scrollbar`,children:(0,r.jsxs)(`div`,{className:`swe-page-container`,children:[(0,r.jsx)(`div`,{className:`swe-ruler-container swe-sticky swe-top-0 swe-z-20`,children:(0,r.jsxs)(`div`,{ref:v,className:`swe-ruler-content`,style:{width:`210mm`,minWidth:`210mm`},children:[(0,r.jsx)(`div`,{className:`swe-ruler-margin-area swe-ruler-margin-left`,style:{width:`calc(${l}mm + ${ee}mm)`}}),(0,r.jsxs)(`div`,{className:`swe-ruler-marker`,style:{left:`calc(${l}mm + ${ee}mm)`,transform:`translateX(-50%)`},onMouseDown:e=>{e.preventDefault(),ue(`left`)},children:[(0,r.jsx)(`div`,{className:`swe-ruler-marker-triangle`}),(0,r.jsx)(`div`,{className:`swe-ruler-marker-box`})]}),(0,r.jsx)(`div`,{className:`swe-ruler-ticks`,children:[...Array(20)].map((e,t)=>(0,r.jsxs)(`div`,{className:`swe-ruler-tick-group`,children:[(0,r.jsx)(`span`,{className:`swe-ruler-tick-label`,children:t+1}),(0,r.jsxs)(`div`,{className:`swe-ruler-subticks`,children:[(0,r.jsx)(`div`,{className:`swe-ruler-tick-small`}),(0,r.jsx)(`div`,{className:`swe-ruler-tick-small`})]})]},t))}),(0,r.jsx)(`div`,{className:`swe-ruler-margin-area swe-ruler-margin-right`,style:{width:`calc(${u}mm + ${V}mm)`}}),(0,r.jsx)(`div`,{className:`swe-ruler-marker`,style:{right:`calc(${u}mm + ${V}mm)`,transform:`translateX(50%)`},onMouseDown:e=>{e.preventDefault(),ue(`right`)},children:(0,r.jsx)(`div`,{className:`swe-ruler-marker-triangle`})})]})}),(0,r.jsx)(`div`,{className:`swe-py-8 swe-flex swe-w-full`,children:(0,r.jsx)(`div`,{className:`swe-page-wrapper`,children:K?(0,r.jsx)(`textarea`,{className:`swe-editor-content swe-outline-none swe-text-11pt swe-text-black swe-font-mono swe-resize-none`,style:{paddingTop:`20mm`,paddingBottom:`20mm`,paddingLeft:`${l}mm`,paddingRight:`${u}mm`,lineHeight:p},value:Oe,onChange:e=>{ke(e.target.value),i?.(e.target.value)},spellCheck:!1}):(0,r.jsx)(`div`,{ref:_,contentEditable:!0,suppressContentEditableWarning:!0,onKeyDown:Dt,onInput:J,onMouseUp:Y,onClick:wt,className:`swe-editor-content swe-outline-none swe-text-12pt swe-text-black`,style:{paddingTop:`20mm`,paddingBottom:`20mm`,paddingLeft:`${l}mm`,paddingRight:`${u}mm`,lineHeight:p}})})})]})}),Pe&&(0,r.jsxs)(`div`,{className:`swe-sidebar`,children:[(0,r.jsxs)(`div`,{className:`swe-sidebar-header`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2`,children:[(0,r.jsx)(fl,{size:16,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-bold swe-uppercase swe-tracking-widest`,children:`Navigation`})]}),(0,r.jsx)(`button`,{onClick:()=>Fe(!1),className:`swe-btn-icon swe-rounded-full`,title:`Close Sidebar`,children:(0,r.jsx)(bl,{size:16})})]}),(0,r.jsxs)(`div`,{className:`swe-sidebar-tabs`,children:[(0,r.jsx)(`button`,{onClick:()=>Be(`find`),className:`swe-sidebar-tab ${ze===`find`?`swe-sidebar-tab-active`:``}`,children:`Find`}),(0,r.jsx)(`button`,{onClick:()=>Be(`replace`),className:`swe-sidebar-tab ${ze===`replace`?`swe-sidebar-tab-active`:``}`,children:`Replace`})]}),(0,r.jsxs)(`div`,{className:`swe-sidebar-content swe-custom-scrollbar`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`label`,{className:`swe-sidebar-label`,children:`Search Document`}),(0,r.jsxs)(`div`,{className:`swe-sidebar-input-wrapper`,children:[(0,r.jsx)(`input`,{type:`text`,value:q,onChange:e=>Ie(e.target.value),onKeyDown:e=>{e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),ze===`find`?dt():ft(!1))},placeholder:`Type to search...`,className:`swe-sidebar-input`,autoFocus:!0}),(0,r.jsx)(fl,{size:14,className:`swe-sidebar-input-icon`})]})]}),ze===`replace`&&(0,r.jsxs)(`div`,{className:`swe-flex-col swe-animate-slide`,children:[(0,r.jsx)(`label`,{className:`swe-sidebar-label`,children:`Replace With`}),(0,r.jsxs)(`div`,{className:`swe-sidebar-input-wrapper`,children:[(0,r.jsx)(`input`,{type:`text`,value:Le,onChange:e=>Re(e.target.value),onKeyDown:e=>{e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),ft(!1))},placeholder:`Replacement text...`,className:`swe-sidebar-input`}),(0,r.jsx)(cl,{size:14,className:`swe-sidebar-input-icon`})]})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2 swe-mb-4`,children:[(0,r.jsx)(`input`,{type:`checkbox`,id:`caseSensitive`,checked:Ve,onChange:e=>He(e.target.checked),className:`swe-accent-blue`}),(0,r.jsx)(`label`,{htmlFor:`caseSensitive`,className:`swe-text-xs swe-font-bold swe-uppercase swe-cursor-pointer`,children:`Case Sensitive`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-gap-2`,children:[Ue.message&&(0,r.jsxs)(`div`,{className:`swe-status-msg swe-animate-slide ${Ue.type===`error`?`swe-status-error`:Ue.type===`success`?`swe-status-success`:`swe-status-info`}`,children:[Ue.type===`error`&&(0,r.jsx)(zc,{size:12}),Ue.type===`success`&&(0,r.jsx)(Bc,{size:12}),Ue.type===`info`&&(0,r.jsx)(Zc,{size:12}),Ue.message]}),ze===`replace`?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(`button`,{onClick:()=>ft(!1),disabled:!q,className:`swe-btn-sidebar-main swe-btn-sidebar-success`,children:[(0,r.jsx)(cl,{size:14}),` Replace Current`]}),(0,r.jsxs)(`button`,{onClick:()=>ft(!0),disabled:!q,className:`swe-btn-sidebar-main swe-btn-sidebar-outline swe-mt-2`,children:[(0,r.jsx)(ll,{size:14}),` Replace All`]})]}):(0,r.jsx)(r.Fragment,{children:(0,r.jsxs)(`button`,{onClick:dt,disabled:!q,className:`swe-btn-sidebar-main swe-btn-sidebar-primary`,children:[`Find Next Match `,(0,r.jsx)(Rc,{size:14})]})})]}),(0,r.jsxs)(`div`,{className:`swe-sidebar-help-box`,children:[(0,r.jsx)(Vc,{size:14,className:`swe-sidebar-help-icon`}),`Use the search box above to find specific terms throughout your document. The editor will automatically scroll and highlight matches.`]}),ze===`find`&&Ge.length>0&&(0,r.jsxs)(`div`,{className:`swe-flex-col swe-mt-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-justify-between swe-items-center swe-mb-2`,children:[(0,r.jsxs)(`span`,{className:`swe-text-xs swe-font-bold swe-uppercase swe-tracking-widest`,children:[`Results (`,Ge.length,`)`]}),(0,r.jsx)(`button`,{onClick:()=>Ke([]),className:`swe-text-xs swe-text-primary-blue swe-font-bold swe-uppercase hover:underline`,children:`Clear`})]}),(0,r.jsx)(`div`,{className:`swe-search-results-list swe-custom-scrollbar`,children:Ge.map((e,n)=>(0,r.jsxs)(`button`,{onClick:()=>ut(e),className:`swe-search-result-item`,children:[(0,r.jsxs)(`div`,{className:`swe-text-xs swe-font-bold swe-uppercase swe-mb-1 swe-flex swe-items-center swe-gap-1`,children:[(0,r.jsx)(fl,{size:10,className:`swe-text-primary-blue`}),`Result `,n+1]}),(0,r.jsxs)(`div`,{className:`swe-text-sm swe-italic swe-text-gray-600`,children:[`...`,e.context.split(e.text).map((n,i,a)=>(0,r.jsxs)(t.default.Fragment,{children:[n,i<a.length-1&&(0,r.jsx)(`span`,{className:`bg-yellow-200 text-black px-0.5 rounded font-bold`,children:e.text})]},i)),`...`]})]},n))})]})]})]})]}),ge&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`fixed inset-0 z-[99]`,onClick:()=>_e(null)}),(0,r.jsxs)(`div`,{className:`fixed z-[100] bg-white border border-gray-300 shadow-xl px-3 py-2 rounded-lg flex items-center gap-3 animate-in fade-in zoom-in duration-200`,style:{top:ve.top,left:ve.left},children:[(0,r.jsxs)(`div`,{className:`flex flex-col max-w-[200px]`,children:[(0,r.jsx)(`span`,{className:`text-[10px] text-gray-400 font-bold uppercase tracking-wider`,children:`Link Address`}),(0,r.jsx)(`a`,{href:ge.href,target:`_blank`,rel:`noopener noreferrer`,className:`text-xs text-blue-600 truncate hover:underline`,children:ge.href})]}),(0,r.jsx)(`div`,{className:`w-[1px] h-6 bg-gray-200`}),(0,r.jsxs)(`div`,{className:`flex gap-1`,children:[(0,r.jsx)(`button`,{onClick:Et,className:`p-1.5 hover:bg-gray-100 rounded text-gray-600 transition-colors`,title:`Edit Link`,children:(0,r.jsx)($c,{size:14})}),(0,r.jsx)(`button`,{onClick:Tt,className:`p-1.5 hover:bg-red-50 rounded text-red-500 transition-colors`,title:`Remove Link`,children:(0,r.jsx)(bl,{size:14})})]})]})]}),document.body),(0,r.jsxs)(`div`,{className:`swe-status-bar`,children:[(0,r.jsxs)(`div`,{className:`flex items-center gap-6`,children:[(0,r.jsxs)(`div`,{className:`flex items-center gap-1.5 font-medium uppercase tracking-tight`,children:[(0,r.jsx)(`span`,{className:`text-gray-400`,children:`Words:`}),(0,r.jsx)(`span`,{className:`bg-gray-200/50 px-1.5 py-0.5 rounded border border-gray-300 text-gray-700`,children:Ae})]}),(0,r.jsxs)(`div`,{className:`flex items-center gap-1.5 font-medium uppercase tracking-tight`,children:[(0,r.jsx)(`span`,{className:`text-gray-400`,children:`Characters:`}),(0,r.jsx)(`span`,{className:`bg-gray-200/50 px-1.5 py-0.5 rounded border border-gray-300 text-gray-700`,children:Me})]})]}),(0,r.jsxs)(`div`,{className:`flex items-center gap-4 text-gray-400 font-medium tracking-tight`,children:[(0,r.jsx)(`span`,{className:`uppercase text-[9px]`,children:K?`Source Code View`:`Rich Text Editor`}),(0,r.jsx)(`div`,{className:`w-[1px] h-3 bg-gray-300`}),(0,r.jsx)(`span`,{children:`100%`})]})]})]})}});
241
+ `}),(0,r.jsx)(`input`,{type:`color`,ref:y,className:`swe-hidden`,onChange:e=>ut(`foreColor`,e.target.value)}),(0,r.jsx)(`input`,{type:`color`,ref:b,className:`swe-hidden`,onChange:e=>ut(`backColor`,e.target.value)}),(0,r.jsx)(`input`,{type:`color`,ref:x,className:`swe-hidden`,onChange:e=>{Ee&&(Ee.style.backgroundColor=e.target.value,J())}}),(0,r.jsx)(`input`,{type:`file`,ref:S,accept:`image/*`,className:`swe-hidden`,onChange:vt}),(0,r.jsx)(`input`,{type:`file`,ref:C,accept:`.docx`,className:`swe-hidden`,onChange:yt}),(0,r.jsxs)(`div`,{className:`swe-toolbar-container`,children:[F&&(0,r.jsx)(`div`,{onClick:()=>{k(`File`),V&&H(!1)},className:`swe-tab ${O===`File`?`swe-tab-active`:``}`,children:`File`}),(0,r.jsx)(`div`,{onClick:()=>{k(`Home`),V&&H(!1)},className:`swe-tab ${O===`Home`?`swe-tab-active`:``}`,children:`Home`}),(I||R||z)&&(0,r.jsx)(`div`,{onClick:()=>{k(`Insert`),V&&H(!1)},className:`swe-tab ${O===`Insert`?`swe-tab-active`:``}`,children:`Insert`}),(0,r.jsx)(`div`,{onClick:()=>{k(`Layout`),V&&H(!1)},className:`swe-tab ${O===`Layout`?`swe-tab-active`:``}`,children:`Layout`}),Ee&&!K&&(0,r.jsx)(`div`,{onClick:()=>{k(`Table Layout`),V&&H(!1)},className:`swe-tab swe-tab-blue ${O===`Table Layout`?`swe-tab-active`:``}`,children:`Table Layout`}),Oe&&!K&&(0,r.jsx)(`div`,{onClick:()=>{k(`Picture Format`),V&&H(!1)},className:`swe-tab swe-tab-green ${O===`Picture Format`?`swe-tab-active`:``}`,children:`Picture Format`}),B&&(0,r.jsx)(`div`,{onClick:()=>{k(`Help`),V&&H(!1)},className:`swe-tab ${O===`Help`?`swe-tab-active`:``}`,children:`Help`}),(0,r.jsx)(`div`,{className:`flex-1`}),ee&&(0,r.jsx)(`button`,{onClick:()=>H(!V),className:`swe-tab-collapse-btn`,style:{background:`none`,border:`none`,cursor:`pointer`,display:`flex`,alignItems:`center`,justifyContent:`center`,padding:`4px 8px`,borderRadius:`4px`,color:`#4b5563`,height:`24px`,alignSelf:`center`,marginRight:`8px`},title:V?`Expand Ribbon`:`Collapse Ribbon`,children:V?(0,r.jsx)(Lc,{size:14}):(0,r.jsx)(zc,{size:14})})]}),(0,r.jsxs)(`div`,{className:`swe-ribbon swe-custom-scrollbar ${V?`swe-ribbon-collapsed`:``}`,children:[O===`File`&&(0,r.jsx)(jl,{onSave:wt,onSaveAsDocs:Tt,onPrint:Ct,toggleHtmlView:Dt,onImportWord:()=>C.current?.click(),activeStyles:te,showHtml:K,execCommand:ut,fonts:Nt,sizes:Pt,fileConf:F,pluginContributions:g.flatMap(e=>e.ribbonContributions?.filter(e=>e.tabId===`File`)||[])}),O===`Home`&&(0,r.jsx)(Sl,{showHtml:K,clipboardConf:A,handlePaste:dt,execCommand:ut,fontConf:j,activeStyles:te,paragraphConf:N,changeLineSpacing:ft,changeListStyleType:pt,toggleHtmlView:Dt,saveSelection:nt,onOpenFind:()=>{Be(!0),Ge(`find`)},onOpenReplace:()=>{Be(!0),Ge(`replace`)},toggleSelectionLock:bt,editingConf:P,pluginContributions:g.flatMap(e=>e.ribbonContributions?.filter(e=>e.tabId===`Home`)||[]),fonts:Nt,sizes:Pt,openTextColorPicker:()=>y.current?.click(),openHighlightColorPicker:()=>b.current?.click()}),O===`Insert`&&(0,r.jsx)(Cl,{showHtml:K,tableConf:I,tableMenuRef:T,isTableMenuOpen:me,setIsTableMenuOpen:he,tableGridSize:we,setTableGridSize:Te,handleInsertTable:mt,mediaConf:R,imageInputRef:S,linkConf:L,execCommand:ut,savedRangeRef:w,saveSelection:nt,isLinkMenuOpen:ge,setIsLinkMenuOpen:_e,linkUrl:ve,setLinkUrl:ye}),O===`Layout`&&(0,r.jsx)(wl,{showHtml:K,inputIndentLeft:W,setInputIndentLeft:oe,inputIndentRight:se,setInputIndentRight:ce,applyIndent:lt,inputSpacingBefore:le,setInputSpacingBefore:ue,inputSpacingAfter:de,setInputSpacingAfter:fe,applySpacing:X,insertPageBreak:Et,pagesConf:z}),O===`Table Layout`&&(0,r.jsx)(kl,{showHtml:K,activeTableCell:Ee,handleTableAction:xt,saveSelection:nt}),O===`Picture Format`&&(0,r.jsx)(Al,{showHtml:K,activeImage:Oe,imageWidth:Ae,handleImageWidthChange:Ot,handleImageAction:St}),O===`Help`&&(0,r.jsx)(Ml,{})]}),(0,r.jsxs)(`div`,{className:`swe-workspace`,children:[(0,r.jsx)(`div`,{className:`swe-scroll-area swe-custom-scrollbar`,children:(0,r.jsxs)(`div`,{className:`swe-page-container`,children:[(0,r.jsx)(`div`,{className:`swe-ruler-container swe-sticky swe-top-0 swe-z-20`,children:(0,r.jsxs)(`div`,{ref:v,className:`swe-ruler-content`,style:{width:`210mm`,minWidth:`210mm`},children:[(0,r.jsx)(`div`,{className:`swe-ruler-margin-area swe-ruler-margin-left`,style:{width:`calc(${l}mm + ${re}mm)`}}),(0,r.jsxs)(`div`,{className:`swe-ruler-marker`,style:{left:`calc(${l}mm + ${re}mm)`,transform:`translateX(-50%)`},onMouseDown:e=>{e.preventDefault(),pe(`left`)},children:[(0,r.jsx)(`div`,{className:`swe-ruler-marker-triangle`}),(0,r.jsx)(`div`,{className:`swe-ruler-marker-box`})]}),(0,r.jsx)(`div`,{className:`swe-ruler-ticks`,children:[...Array(20)].map((e,t)=>(0,r.jsxs)(`div`,{className:`swe-ruler-tick-group`,children:[(0,r.jsx)(`span`,{className:`swe-ruler-tick-label`,children:t+1}),(0,r.jsxs)(`div`,{className:`swe-ruler-subticks`,children:[(0,r.jsx)(`div`,{className:`swe-ruler-tick-small`}),(0,r.jsx)(`div`,{className:`swe-ruler-tick-small`})]})]},t))}),(0,r.jsx)(`div`,{className:`swe-ruler-margin-area swe-ruler-margin-right`,style:{width:`calc(${u}mm + ${ae}mm)`}}),(0,r.jsx)(`div`,{className:`swe-ruler-marker`,style:{right:`calc(${u}mm + ${ae}mm)`,transform:`translateX(50%)`},onMouseDown:e=>{e.preventDefault(),pe(`right`)},children:(0,r.jsx)(`div`,{className:`swe-ruler-marker-triangle`})})]})}),(0,r.jsx)(`div`,{className:`swe-py-8 swe-flex swe-w-full`,children:(0,r.jsx)(`div`,{className:`swe-page-wrapper`,children:K?(0,r.jsx)(`textarea`,{className:`swe-editor-content swe-outline-none swe-text-11pt swe-text-black swe-font-mono swe-resize-none`,style:{paddingTop:`20mm`,paddingBottom:`20mm`,paddingLeft:`${l}mm`,paddingRight:`${u}mm`,lineHeight:p},value:Ne,onChange:e=>{Pe(e.target.value),i?.(e.target.value)},spellCheck:!1}):(0,r.jsx)(`div`,{ref:_,contentEditable:!0,suppressContentEditableWarning:!0,onKeyDown:Mt,onInput:J,onMouseUp:Y,onClick:kt,className:`swe-editor-content swe-outline-none swe-text-12pt swe-text-black`,style:{paddingTop:`20mm`,paddingBottom:`20mm`,paddingLeft:`${l}mm`,paddingRight:`${u}mm`,lineHeight:p}})})})]})}),ze&&(0,r.jsxs)(`div`,{className:`swe-sidebar`,children:[(0,r.jsxs)(`div`,{className:`swe-sidebar-header`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2`,children:[(0,r.jsx)(pl,{size:16,className:`swe-text-primary-blue`}),(0,r.jsx)(`span`,{className:`swe-text-xs swe-font-bold swe-uppercase swe-tracking-widest`,children:`Navigation`})]}),(0,r.jsx)(`button`,{onClick:()=>Be(!1),className:`swe-btn-icon swe-rounded-full`,title:`Close Sidebar`,children:(0,r.jsx)(xl,{size:16})})]}),(0,r.jsxs)(`div`,{className:`swe-sidebar-tabs`,children:[(0,r.jsx)(`button`,{onClick:()=>Ge(`find`),className:`swe-sidebar-tab ${We===`find`?`swe-sidebar-tab-active`:``}`,children:`Find`}),(0,r.jsx)(`button`,{onClick:()=>Ge(`replace`),className:`swe-sidebar-tab ${We===`replace`?`swe-sidebar-tab-active`:``}`,children:`Replace`})]}),(0,r.jsxs)(`div`,{className:`swe-sidebar-content swe-custom-scrollbar`,children:[(0,r.jsxs)(`div`,{className:`swe-flex-col`,children:[(0,r.jsx)(`label`,{className:`swe-sidebar-label`,children:`Search Document`}),(0,r.jsxs)(`div`,{className:`swe-sidebar-input-wrapper`,children:[(0,r.jsx)(`input`,{type:`text`,value:q,onChange:e=>Ve(e.target.value),onKeyDown:e=>{e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),We===`find`?gt():_t(!1))},placeholder:`Type to search...`,className:`swe-sidebar-input`,autoFocus:!0}),(0,r.jsx)(pl,{size:14,className:`swe-sidebar-input-icon`})]})]}),We===`replace`&&(0,r.jsxs)(`div`,{className:`swe-flex-col swe-animate-slide`,children:[(0,r.jsx)(`label`,{className:`swe-sidebar-label`,children:`Replace With`}),(0,r.jsxs)(`div`,{className:`swe-sidebar-input-wrapper`,children:[(0,r.jsx)(`input`,{type:`text`,value:He,onChange:e=>Ue(e.target.value),onKeyDown:e=>{e.key===`Enter`&&(e.preventDefault(),e.stopPropagation(),_t(!1))},placeholder:`Replacement text...`,className:`swe-sidebar-input`}),(0,r.jsx)(ll,{size:14,className:`swe-sidebar-input-icon`})]})]}),(0,r.jsxs)(`div`,{className:`swe-flex swe-items-center swe-gap-2 swe-mb-4`,children:[(0,r.jsx)(`input`,{type:`checkbox`,id:`caseSensitive`,checked:Ke,onChange:e=>qe(e.target.checked),className:`swe-accent-blue`}),(0,r.jsx)(`label`,{htmlFor:`caseSensitive`,className:`swe-text-xs swe-font-bold swe-uppercase swe-cursor-pointer`,children:`Case Sensitive`})]}),(0,r.jsxs)(`div`,{className:`swe-flex-col swe-gap-2`,children:[Je.message&&(0,r.jsxs)(`div`,{className:`swe-status-msg swe-animate-slide ${Je.type===`error`?`swe-status-error`:Je.type===`success`?`swe-status-success`:`swe-status-info`}`,children:[Je.type===`error`&&(0,r.jsx)(Bc,{size:12}),Je.type===`success`&&(0,r.jsx)(Vc,{size:12}),Je.type===`info`&&(0,r.jsx)(Qc,{size:12}),Je.message]}),We===`replace`?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)(`button`,{onClick:()=>_t(!1),disabled:!q,className:`swe-btn-sidebar-main swe-btn-sidebar-success`,children:[(0,r.jsx)(ll,{size:14}),` Replace Current`]}),(0,r.jsxs)(`button`,{onClick:()=>_t(!0),disabled:!q,className:`swe-btn-sidebar-main swe-btn-sidebar-outline swe-mt-2`,children:[(0,r.jsx)(ul,{size:14}),` Replace All`]})]}):(0,r.jsx)(r.Fragment,{children:(0,r.jsxs)(`button`,{onClick:gt,disabled:!q,className:`swe-btn-sidebar-main swe-btn-sidebar-primary`,children:[`Find Next Match `,(0,r.jsx)(Rc,{size:14})]})})]}),(0,r.jsxs)(`div`,{className:`swe-sidebar-help-box`,children:[(0,r.jsx)(Hc,{size:14,className:`swe-sidebar-help-icon`}),`Use the search box above to find specific terms throughout your document. The editor will automatically scroll and highlight matches.`]}),We===`find`&&Xe.length>0&&(0,r.jsxs)(`div`,{className:`swe-flex-col swe-mt-4`,children:[(0,r.jsxs)(`div`,{className:`swe-flex swe-justify-between swe-items-center swe-mb-2`,children:[(0,r.jsxs)(`span`,{className:`swe-text-xs swe-font-bold swe-uppercase swe-tracking-widest`,children:[`Results (`,Xe.length,`)`]}),(0,r.jsx)(`button`,{onClick:()=>Ze([]),className:`swe-text-xs swe-text-primary-blue swe-font-bold swe-uppercase hover:underline`,children:`Clear`})]}),(0,r.jsx)(`div`,{className:`swe-search-results-list swe-custom-scrollbar`,children:Xe.map((e,n)=>(0,r.jsxs)(`button`,{onClick:()=>ht(e),className:`swe-search-result-item`,children:[(0,r.jsxs)(`div`,{className:`swe-text-xs swe-font-bold swe-uppercase swe-mb-1 swe-flex swe-items-center swe-gap-1`,children:[(0,r.jsx)(pl,{size:10,className:`swe-text-primary-blue`}),`Result `,n+1]}),(0,r.jsxs)(`div`,{className:`swe-text-sm swe-italic swe-text-gray-600`,children:[`...`,e.context.split(e.text).map((n,i,a)=>(0,r.jsxs)(t.default.Fragment,{children:[n,i<a.length-1&&(0,r.jsx)(`span`,{className:`bg-yellow-200 text-black px-0.5 rounded font-bold`,children:e.text})]},i)),`...`]})]},n))})]})]})]})]}),be&&n.default.createPortal((0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(`div`,{className:`fixed inset-0 z-[99]`,onClick:()=>xe(null)}),(0,r.jsxs)(`div`,{className:`fixed z-[100] bg-white border border-gray-300 shadow-xl px-3 py-2 rounded-lg flex items-center gap-3 animate-in fade-in zoom-in duration-200`,style:{top:Se.top,left:Se.left},children:[(0,r.jsxs)(`div`,{className:`flex flex-col max-w-[200px]`,children:[(0,r.jsx)(`span`,{className:`text-[10px] text-gray-400 font-bold uppercase tracking-wider`,children:`Link Address`}),(0,r.jsx)(`a`,{href:be.href,target:`_blank`,rel:`noopener noreferrer`,className:`text-xs text-blue-600 truncate hover:underline`,children:be.href})]}),(0,r.jsx)(`div`,{className:`w-[1px] h-6 bg-gray-200`}),(0,r.jsxs)(`div`,{className:`flex gap-1`,children:[(0,r.jsx)(`button`,{onClick:jt,className:`p-1.5 hover:bg-gray-100 rounded text-gray-600 transition-colors`,title:`Edit Link`,children:(0,r.jsx)(el,{size:14})}),(0,r.jsx)(`button`,{onClick:At,className:`p-1.5 hover:bg-red-50 rounded text-red-500 transition-colors`,title:`Remove Link`,children:(0,r.jsx)(xl,{size:14})})]})]})]}),document.body),(0,r.jsxs)(`div`,{className:`swe-status-bar`,children:[(0,r.jsxs)(`div`,{className:`flex items-center gap-6`,children:[(0,r.jsxs)(`div`,{className:`flex items-center gap-1.5 font-medium uppercase tracking-tight`,children:[(0,r.jsx)(`span`,{className:`text-gray-400`,children:`Words:`}),(0,r.jsx)(`span`,{className:`bg-gray-200/50 px-1.5 py-0.5 rounded border border-gray-300 text-gray-700`,children:Fe})]}),(0,r.jsxs)(`div`,{className:`flex items-center gap-1.5 font-medium uppercase tracking-tight`,children:[(0,r.jsx)(`span`,{className:`text-gray-400`,children:`Characters:`}),(0,r.jsx)(`span`,{className:`bg-gray-200/50 px-1.5 py-0.5 rounded border border-gray-300 text-gray-700`,children:Le})]})]}),(0,r.jsxs)(`div`,{className:`flex items-center gap-4 text-gray-400 font-medium tracking-tight`,children:[(0,r.jsx)(`span`,{className:`uppercase text-[9px]`,children:K?`Source Code View`:`Rich Text Editor`}),(0,r.jsx)(`div`,{className:`w-[1px] h-3 bg-gray-300`}),(0,r.jsx)(`span`,{children:`100%`})]})]})]})}});