@lifesg/web-frontend-engine 1.0.0-alpha.4 → 1.0.0-alpha.5

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.
Files changed (81) hide show
  1. package/README.md +2 -1
  2. package/chunks/heic2any.3b8e0e2e.js +2 -0
  3. package/chunks/heic2any.3b8e0e2e.js.map +1 -0
  4. package/chunks/index.a9be1bad.js +2 -0
  5. package/chunks/index.a9be1bad.js.map +1 -0
  6. package/chunks/index.cb84bb25.js +813 -0
  7. package/chunks/index.cb84bb25.js.map +1 -0
  8. package/chunks/index.f3b64f06.js +10 -0
  9. package/chunks/index.f3b64f06.js.map +1 -0
  10. package/cjs/chunks/heic2any.8d6aeb48.js +2 -0
  11. package/cjs/chunks/heic2any.8d6aeb48.js.map +1 -0
  12. package/cjs/chunks/index.3a31dd0d.js +813 -0
  13. package/cjs/chunks/index.3a31dd0d.js.map +1 -0
  14. package/cjs/chunks/index.42475725.js +2 -0
  15. package/cjs/chunks/index.42475725.js.map +1 -0
  16. package/cjs/chunks/index.4da6edf0.js +10 -0
  17. package/cjs/chunks/index.4da6edf0.js.map +1 -0
  18. package/cjs/index.js +1 -285
  19. package/cjs/index.js.map +1 -1
  20. package/components/fields/checkbox-group/checkbox-group.styles.d.ts +1 -1
  21. package/components/fields/image-upload/image-context/image-context.d.ts +14 -0
  22. package/components/fields/image-upload/image-context/index.d.ts +1 -0
  23. package/components/fields/image-upload/image-input/file-item/file-item.d.ts +11 -0
  24. package/components/fields/image-upload/image-input/file-item/file-item.styles.d.ts +16 -0
  25. package/components/fields/image-upload/image-input/file-item/index.d.ts +1 -0
  26. package/components/fields/image-upload/image-input/image-input.d.ts +17 -0
  27. package/components/fields/image-upload/image-input/image-input.styles.d.ts +8 -0
  28. package/components/fields/image-upload/image-input/index.d.ts +1 -0
  29. package/components/fields/image-upload/image-manager/image-manager.d.ts +22 -0
  30. package/components/fields/image-upload/image-manager/index.d.ts +2 -0
  31. package/components/fields/image-upload/image-review/image-editor/image-editor.d.ts +3 -0
  32. package/components/fields/image-upload/image-review/image-editor/image-editor.styles.d.ts +4 -0
  33. package/components/fields/image-upload/image-review/image-editor/index.d.ts +3 -0
  34. package/components/fields/image-upload/image-review/image-editor/types.d.ts +16 -0
  35. package/components/fields/image-upload/image-review/image-error/image-error.d.ts +8 -0
  36. package/components/fields/image-upload/image-review/image-error/image-error.styles.d.ts +7 -0
  37. package/components/fields/image-upload/image-review/image-error/index.d.ts +1 -0
  38. package/components/fields/image-upload/image-review/image-prompts/image-prompts.d.ts +11 -0
  39. package/components/fields/image-upload/image-review/image-prompts/index.d.ts +1 -0
  40. package/components/fields/image-upload/image-review/image-review.d.ts +15 -0
  41. package/components/fields/image-upload/image-review/image-review.styles.d.ts +31 -0
  42. package/components/fields/image-upload/image-review/image-thumbnails/image-thumbnails.d.ts +11 -0
  43. package/components/fields/image-upload/image-review/image-thumbnails/image-thumbnails.styles.d.ts +14 -0
  44. package/components/fields/image-upload/image-review/image-thumbnails/index.d.ts +1 -0
  45. package/components/fields/image-upload/image-review/index.d.ts +1 -0
  46. package/components/fields/image-upload/image-upload-helper.d.ts +10 -0
  47. package/components/fields/image-upload/image-upload.d.ts +4 -0
  48. package/components/fields/image-upload/index.d.ts +2 -0
  49. package/components/fields/image-upload/types.d.ts +65 -0
  50. package/components/fields/index.d.ts +1 -0
  51. package/components/fields/radio-button/radio-button.styles.d.ts +4 -3
  52. package/components/fields/radio-button/types.d.ts +5 -2
  53. package/components/fields/reset-button/types.d.ts +1 -0
  54. package/components/fields/text-field/types.d.ts +8 -0
  55. package/components/fields/textarea/textarea.styles.d.ts +1 -1
  56. package/components/frontend-engine/event/context-provider.d.ts +14 -0
  57. package/components/frontend-engine/event/index.d.ts +1 -0
  58. package/components/frontend-engine/types.d.ts +23 -19
  59. package/components/frontend-engine/yup/types.d.ts +2 -1
  60. package/components/shared/drag-upload/drag-upload.d.ts +3 -0
  61. package/components/shared/drag-upload/drag-upload.styles.d.ts +4 -0
  62. package/components/shared/drag-upload/index.d.ts +2 -0
  63. package/components/shared/drag-upload/types.d.ts +15 -0
  64. package/components/shared/error-messages.d.ts +27 -4
  65. package/components/shared/index.d.ts +2 -0
  66. package/components/shared/prompt/index.d.ts +2 -0
  67. package/components/shared/prompt/prompt.d.ts +2 -0
  68. package/components/shared/prompt/prompt.styles.d.ts +15 -0
  69. package/components/shared/prompt/types.d.ts +16 -0
  70. package/index.js +1 -285
  71. package/index.js.map +1 -1
  72. package/package.json +8 -2
  73. package/utils/api-client/api-client.d.ts +65 -0
  74. package/utils/api-client/index.d.ts +1 -0
  75. package/utils/file-helper.d.ts +43 -0
  76. package/utils/hooks/index.d.ts +1 -0
  77. package/utils/hooks/use-field-event.d.ts +9 -0
  78. package/utils/hooks/use-previous.d.ts +4 -1
  79. package/utils/image-helper.d.ts +34 -0
  80. package/utils/index.d.ts +4 -0
  81. package/utils/window-helper.d.ts +3 -0
@@ -0,0 +1,813 @@
1
+ import{jsxs,Fragment,jsx}from"react/jsx-runtime";import*as React from"react";import React__default,{createContext,useRef,useEffect,useContext,useState,useMemo,useReducer,useCallback,forwardRef,useImperativeHandle,Fragment as Fragment$1,createElement,createRef,lazy,Suspense}from"react";import require$$0$1 from"events";import require$$0$2 from"buffer";import{MediaWidths,MediaQuery}from"@lifesg/react-design-system/media";import{Alert as Alert$1}from"@lifesg/react-design-system/alert";import{Text as Text$2}from"@lifesg/react-design-system/text";import{Color}from"@lifesg/react-design-system/color";import styled,{css,keyframes}from"styled-components";import{Modal}from"@lifesg/react-design-system/modal";import{Button}from"@lifesg/react-design-system/button";import{renderToStaticMarkup}from"react-dom/server";import{Filter as Filter$1,ImageButton}from"@lifesg/react-design-system";import{Toggle}from"@lifesg/react-design-system/toggle";import{Form}from"@lifesg/react-design-system/form";import{Checkbox}from"@lifesg/react-design-system/checkbox";import{Textarea as Textarea$1}from"@lifesg/react-design-system/input-textarea";import{CrossIcon}from"@lifesg/react-icons/cross";import{IconButton}from"@lifesg/react-design-system/icon-button";import{InputMultiSelect,InputSelect}from"@lifesg/react-design-system/input-select";import{RadioButton}from"@lifesg/react-design-system/radio-button";var isCheckBoxInput=e=>"checkbox"===e.type,isDateObject=e=>e instanceof Date,isNullOrUndefined=e=>null==e;const isObjectType=e=>"object"==typeof e;var isObject$8=e=>!isNullOrUndefined(e)&&!Array.isArray(e)&&isObjectType(e)&&!isDateObject(e),getEventValue=e=>isObject$8(e)&&e.target?isCheckBoxInput(e.target)?e.target.checked:e.target.value:e,getNodeParentName=e=>e.substring(0,e.search(/\.\d+(\.|$)/))||e,isNameInFieldArray=(e,t)=>e.has(getNodeParentName(t)),isPlainObject$3=e=>{const t=e.constructor&&e.constructor.prototype;return isObject$8(t)&&t.hasOwnProperty("isPrototypeOf")},isWeb="undefined"!=typeof window&&void 0!==window.HTMLElement&&"undefined"!=typeof document;function cloneObject(e){let t;const r=Array.isArray(e);if(e instanceof Date)t=new Date(e);else if(e instanceof Set)t=new Set(e);else{if(isWeb&&(e instanceof Blob||e instanceof FileList)||!r&&!isObject$8(e))return e;if(t=r?[]:{},Array.isArray(e)||isPlainObject$3(e))for(const r in e)t[r]=cloneObject(e[r]);else t=e}return t}var compact=e=>Array.isArray(e)?e.filter(Boolean):[],isUndefined=e=>void 0===e,get$2=(e,t,r)=>{if(!t||!isObject$8(e))return r;const n=compact(t.split(/[,[\].]+?/)).reduce(((e,t)=>isNullOrUndefined(e)?e:e[t]),e);return isUndefined(n)||n===e?isUndefined(e[t])?r:e[t]:n};const EVENTS={BLUR:"blur",FOCUS_OUT:"focusout",CHANGE:"change"},VALIDATION_MODE={onBlur:"onBlur",onChange:"onChange",onSubmit:"onSubmit",onTouched:"onTouched",all:"all"},INPUT_VALIDATION_RULES={max:"max",min:"min",maxLength:"maxLength",minLength:"minLength",pattern:"pattern",required:"required",validate:"validate"},HookFormContext=React__default.createContext(null),useFormContext=()=>React__default.useContext(HookFormContext),FormProvider=e=>{const{children:t,...r}=e;return React__default.createElement(HookFormContext.Provider,{value:r},t)};var getProxyFormState=(e,t,r,n=!0)=>{const i={defaultValues:t._defaultValues};for(const a in e)Object.defineProperty(i,a,{get:()=>{const i=a;return t._proxyFormState[i]!==VALIDATION_MODE.all&&(t._proxyFormState[i]=!n||VALIDATION_MODE.all),r&&(r[i]=!0),e[i]}});return i},isEmptyObject$1=e=>isObject$8(e)&&!Object.keys(e).length,shouldRenderFormState=(e,t,r,n)=>{r(e);const{name:i,...a}=e;return isEmptyObject$1(a)||Object.keys(a).length>=Object.keys(t).length||Object.keys(a).find((e=>t[e]===(!n||VALIDATION_MODE.all)))},convertToArrayPayload=e=>Array.isArray(e)?e:[e],shouldSubscribeByName=(e,t,r)=>r&&t?e===t:!e||!t||e===t||convertToArrayPayload(e).some((e=>e&&(e.startsWith(t)||t.startsWith(e))));function useSubscribe(e){const t=React__default.useRef(e);t.current=e,React__default.useEffect((()=>{const r=!e.disabled&&t.current.subject&&t.current.subject.subscribe({next:t.current.next});return()=>{r&&r.unsubscribe()}}),[e.disabled])}function useFormState(e){const t=useFormContext(),{control:r=t.control,disabled:n,name:i,exact:a}=e||{},[o,s]=React__default.useState(r._formState),u=React__default.useRef(!0),l=React__default.useRef({isDirty:!1,isLoading:!1,dirtyFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1}),c=React__default.useRef(i);return c.current=i,useSubscribe({disabled:n,next:e=>u.current&&shouldSubscribeByName(c.current,e.name,a)&&shouldRenderFormState(e,l.current,r._updateFormState)&&s({...r._formState,...e}),subject:r._subjects.state}),React__default.useEffect((()=>(u.current=!0,l.current.isValid&&r._updateValid(!0),()=>{u.current=!1})),[r]),getProxyFormState(o,r,l.current,!1)}var isString$1=e=>"string"==typeof e,generateWatchOutput=(e,t,r,n,i)=>isString$1(e)?(n&&t.watch.add(e),get$2(r,e,i)):Array.isArray(e)?e.map((e=>(n&&t.watch.add(e),get$2(r,e)))):(n&&(t.watchAll=!0),r);function useWatch(e){const t=useFormContext(),{control:r=t.control,name:n,defaultValue:i,disabled:a,exact:o}=e||{},s=React__default.useRef(n);s.current=n,useSubscribe({disabled:a,subject:r._subjects.values,next:e=>{shouldSubscribeByName(s.current,e.name,o)&&l(cloneObject(generateWatchOutput(s.current,r._names,e.values||r._formValues,!1,i)))}});const[u,l]=React__default.useState(r._getWatch(n,i));return React__default.useEffect((()=>r._removeUnmounted())),u}var isKey$4=e=>/^\w*$/.test(e),stringToPath$2=e=>compact(e.replace(/["|']|\]/g,"").split(/\.|\[/));function set$1(e,t,r){let n=-1;const i=isKey$4(t)?[t]:stringToPath$2(t),a=i.length,o=a-1;for(;++n<a;){const t=i[n];let a=r;if(n!==o){const r=e[t];a=isObject$8(r)||Array.isArray(r)?r:isNaN(+i[n+1])?{}:[]}e[t]=a,e=e[t]}return e}function useController(e){const t=useFormContext(),{name:r,control:n=t.control,shouldUnregister:i}=e,a=isNameInFieldArray(n._names.array,r),o=useWatch({control:n,name:r,defaultValue:get$2(n._formValues,r,get$2(n._defaultValues,r,e.defaultValue)),exact:!0}),s=useFormState({control:n,name:r}),u=React__default.useRef(n.register(r,{...e.rules,value:o}));return React__default.useEffect((()=>{const e=n._options.shouldUnregister||i,t=(e,t)=>{const r=get$2(n._fields,e);r&&(r._f.mount=t)};if(t(r,!0),e){const e=cloneObject(get$2(n._options.defaultValues,r));set$1(n._defaultValues,r,e),isUndefined(get$2(n._formValues,r))&&set$1(n._formValues,r,e)}return()=>{(a?e&&!n._state.action:e)?n.unregister(r):t(r,!1)}}),[r,n,a,i]),{field:{name:r,value:o,onChange:React__default.useCallback((e=>u.current.onChange({target:{value:getEventValue(e),name:r},type:EVENTS.CHANGE})),[r]),onBlur:React__default.useCallback((()=>u.current.onBlur({target:{value:get$2(n._formValues,r),name:r},type:EVENTS.BLUR})),[r,n]),ref:e=>{const t=get$2(n._fields,r);t&&e&&(t._f.ref={focus:()=>e.focus(),select:()=>e.select(),setCustomValidity:t=>e.setCustomValidity(t),reportValidity:()=>e.reportValidity()})}},formState:s,fieldState:Object.defineProperties({},{invalid:{enumerable:!0,get:()=>!!get$2(s.errors,r)},isDirty:{enumerable:!0,get:()=>!!get$2(s.dirtyFields,r)},isTouched:{enumerable:!0,get:()=>!!get$2(s.touchedFields,r)},error:{enumerable:!0,get:()=>get$2(s.errors,r)}})}}const Controller=e=>e.render(useController(e));var appendErrors=(e,t,r,n,i)=>t?{...r[e],types:{...r[e]&&r[e].types?r[e].types:{},[n]:i||!0}}:{};const focusFieldBy=(e,t,r)=>{for(const n of r||Object.keys(e)){const r=get$2(e,n);if(r){const{_f:e,...n}=r;if(e&&t(e.name)){if(e.ref.focus){e.ref.focus();break}if(e.refs&&e.refs[0].focus){e.refs[0].focus();break}}else isObject$8(n)&&focusFieldBy(n,t)}}};var getValidationModes=e=>({isOnSubmit:!e||e===VALIDATION_MODE.onSubmit,isOnBlur:e===VALIDATION_MODE.onBlur,isOnChange:e===VALIDATION_MODE.onChange,isOnAll:e===VALIDATION_MODE.all,isOnTouch:e===VALIDATION_MODE.onTouched}),isWatched=(e,t,r)=>!r&&(t.watchAll||t.watch.has(e)||[...t.watch].some((t=>e.startsWith(t)&&/^\.\w+/.test(e.slice(t.length))))),updateFieldArrayRootError=(e,t,r)=>{const n=compact(get$2(e,r));return set$1(n,"root",t[r]),set$1(e,r,n),e},isBoolean=e=>"boolean"==typeof e,isFileInput=e=>"file"===e.type,isFunction$3=e=>"function"==typeof e,isHTMLElement=e=>{if(!isWeb)return!1;const t=e?e.ownerDocument:0;return e instanceof(t&&t.defaultView?t.defaultView.HTMLElement:HTMLElement)},isMessage=e=>isString$1(e),isRadioInput=e=>"radio"===e.type,isRegex=e=>e instanceof RegExp;const defaultResult={value:!1,isValid:!1},validResult={value:!0,isValid:!0};var getCheckboxValue=e=>{if(Array.isArray(e)){if(e.length>1){const t=e.filter((e=>e&&e.checked&&!e.disabled)).map((e=>e.value));return{value:t,isValid:!!t.length}}return e[0].checked&&!e[0].disabled?e[0].attributes&&!isUndefined(e[0].attributes.value)?isUndefined(e[0].value)||""===e[0].value?validResult:{value:e[0].value,isValid:!0}:validResult:defaultResult}return defaultResult};const defaultReturn={isValid:!1,value:null};var getRadioValue=e=>Array.isArray(e)?e.reduce(((e,t)=>t&&t.checked&&!t.disabled?{isValid:!0,value:t.value}:e),defaultReturn):defaultReturn;function getValidateError(e,t,r="validate"){if(isMessage(e)||Array.isArray(e)&&e.every(isMessage)||isBoolean(e)&&!e)return{type:r,message:isMessage(e)?e:"",ref:t}}var getValueAndMessage=e=>isObject$8(e)&&!isRegex(e)?e:{value:e,message:""},validateField=async(e,t,r,n,i)=>{const{ref:a,refs:o,required:s,maxLength:u,minLength:l,min:c,max:d,pattern:h,validate:f,name:p,valueAsNumber:m,mount:_,disabled:g}=e._f,y=get$2(t,p);if(!_||g)return{};const E=o?o[0]:a,b=e=>{n&&E.reportValidity&&(E.setCustomValidity(isBoolean(e)?"":e||""),E.reportValidity())},v={},T=isRadioInput(a),S=isCheckBoxInput(a),A=T||S,C=(m||isFileInput(a))&&isUndefined(a.value)&&isUndefined(y)||isHTMLElement(a)&&""===a.value||""===y||Array.isArray(y)&&!y.length,M=appendErrors.bind(null,p,r,v),N=(e,t,r,n=INPUT_VALIDATION_RULES.maxLength,i=INPUT_VALIDATION_RULES.minLength)=>{const o=e?t:r;v[p]={type:e?n:i,message:o,ref:a,...M(e?n:i,o)}};if(i?!Array.isArray(y)||!y.length:s&&(!A&&(C||isNullOrUndefined(y))||isBoolean(y)&&!y||S&&!getCheckboxValue(o).isValid||T&&!getRadioValue(o).isValid)){const{value:e,message:t}=isMessage(s)?{value:!!s,message:s}:getValueAndMessage(s);if(e&&(v[p]={type:INPUT_VALIDATION_RULES.required,message:t,ref:E,...M(INPUT_VALIDATION_RULES.required,t)},!r))return b(t),v}if(!(C||isNullOrUndefined(c)&&isNullOrUndefined(d))){let e,t;const n=getValueAndMessage(d),i=getValueAndMessage(c);if(isNullOrUndefined(y)||isNaN(y)){const r=a.valueAsDate||new Date(y),o=e=>new Date((new Date).toDateString()+" "+e),s="time"==a.type,u="week"==a.type;isString$1(n.value)&&y&&(e=s?o(y)>o(n.value):u?y>n.value:r>new Date(n.value)),isString$1(i.value)&&y&&(t=s?o(y)<o(i.value):u?y<i.value:r<new Date(i.value))}else{const r=a.valueAsNumber||(y?+y:y);isNullOrUndefined(n.value)||(e=r>n.value),isNullOrUndefined(i.value)||(t=r<i.value)}if((e||t)&&(N(!!e,n.message,i.message,INPUT_VALIDATION_RULES.max,INPUT_VALIDATION_RULES.min),!r))return b(v[p].message),v}if((u||l)&&!C&&(isString$1(y)||i&&Array.isArray(y))){const e=getValueAndMessage(u),t=getValueAndMessage(l),n=!isNullOrUndefined(e.value)&&y.length>+e.value,i=!isNullOrUndefined(t.value)&&y.length<+t.value;if((n||i)&&(N(n,e.message,t.message),!r))return b(v[p].message),v}if(h&&!C&&isString$1(y)){const{value:e,message:t}=getValueAndMessage(h);if(isRegex(e)&&!y.match(e)&&(v[p]={type:INPUT_VALIDATION_RULES.pattern,message:t,ref:a,...M(INPUT_VALIDATION_RULES.pattern,t)},!r))return b(t),v}if(f)if(isFunction$3(f)){const e=getValidateError(await f(y,t),E);if(e&&(v[p]={...e,...M(INPUT_VALIDATION_RULES.validate,e.message)},!r))return b(e.message),v}else if(isObject$8(f)){let e={};for(const n in f){if(!isEmptyObject$1(e)&&!r)break;const i=getValidateError(await f[n](y,t),E,n);i&&(e={...i,...M(n,i.message)},b(i.message),r&&(v[p]=e))}if(!isEmptyObject$1(e)&&(v[p]={ref:E,...e},!r))return v}return b(!0),v};function baseGet$3(e,t){const r=t.slice(0,-1).length;let n=0;for(;n<r;)e=isUndefined(e)?n++:e[t[n++]];return e}function isEmptyArray(e){for(const t in e)if(!isUndefined(e[t]))return!1;return!0}function unset(e,t){const r=Array.isArray(t)?t:isKey$4(t)?[t]:stringToPath$2(t),n=1===r.length?e:baseGet$3(e,r),i=r.length-1,a=r[i];return n&&delete n[a],0!==i&&(isObject$8(n)&&isEmptyObject$1(n)||Array.isArray(n)&&isEmptyArray(n))&&unset(e,r.slice(0,-1)),e}function createSubject(){let e=[];return{get observers(){return e},next:t=>{for(const r of e)r.next&&r.next(t)},subscribe:t=>(e.push(t),{unsubscribe:()=>{e=e.filter((e=>e!==t))}}),unsubscribe:()=>{e=[]}}}var isPrimitive$1=e=>isNullOrUndefined(e)||!isObjectType(e);function deepEqual(e,t){if(isPrimitive$1(e)||isPrimitive$1(t))return e===t;if(isDateObject(e)&&isDateObject(t))return e.getTime()===t.getTime();const r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(const i of r){const r=e[i];if(!n.includes(i))return!1;if("ref"!==i){const e=t[i];if(isDateObject(r)&&isDateObject(e)||isObject$8(r)&&isObject$8(e)||Array.isArray(r)&&Array.isArray(e)?!deepEqual(r,e):r!==e)return!1}}return!0}var isMultipleSelect=e=>"select-multiple"===e.type,isRadioOrCheckbox=e=>isRadioInput(e)||isCheckBoxInput(e),live=e=>isHTMLElement(e)&&e.isConnected,objectHasFunction=e=>{for(const t in e)if(isFunction$3(e[t]))return!0;return!1};function markFieldsDirty(e,t={}){const r=Array.isArray(e);if(isObject$8(e)||r)for(const r in e)Array.isArray(e[r])||isObject$8(e[r])&&!objectHasFunction(e[r])?(t[r]=Array.isArray(e[r])?[]:{},markFieldsDirty(e[r],t[r])):isNullOrUndefined(e[r])||(t[r]=!0);return t}function getDirtyFieldsFromDefaultValues(e,t,r){const n=Array.isArray(e);if(isObject$8(e)||n)for(const n in e)Array.isArray(e[n])||isObject$8(e[n])&&!objectHasFunction(e[n])?isUndefined(t)||isPrimitive$1(r[n])?r[n]=Array.isArray(e[n])?markFieldsDirty(e[n],[]):{...markFieldsDirty(e[n])}:getDirtyFieldsFromDefaultValues(e[n],isNullOrUndefined(t)?{}:t[n],r[n]):r[n]=!deepEqual(e[n],t[n]);return r}var getDirtyFields=(e,t)=>getDirtyFieldsFromDefaultValues(e,t,markFieldsDirty(t)),getFieldValueAs=(e,{valueAsNumber:t,valueAsDate:r,setValueAs:n})=>isUndefined(e)?e:t?""===e?NaN:e?+e:e:r&&isString$1(e)?new Date(e):n?n(e):e;function getFieldValue(e){const t=e.ref;if(!(e.refs?e.refs.every((e=>e.disabled)):t.disabled))return isFileInput(t)?t.files:isRadioInput(t)?getRadioValue(e.refs).value:isMultipleSelect(t)?[...t.selectedOptions].map((({value:e})=>e)):isCheckBoxInput(t)?getCheckboxValue(e.refs).value:getFieldValueAs(isUndefined(t.value)?e.ref.value:t.value,e)}var getResolverOptions=(e,t,r,n)=>{const i={};for(const r of e){const e=get$2(t,r);e&&set$1(i,r,e._f)}return{criteriaMode:r,names:[...e],fields:i,shouldUseNativeValidation:n}},getRuleValue=e=>isUndefined(e)?e:isRegex(e)?e.source:isObject$8(e)?isRegex(e.value)?e.value.source:e.value:e,hasValidation=e=>e.mount&&(e.required||e.min||e.max||e.maxLength||e.minLength||e.pattern||e.validate);function schemaErrorLookup(e,t,r){const n=get$2(e,r);if(n||isKey$4(r))return{error:n,name:r};const i=r.split(".");for(;i.length;){const n=i.join("."),a=get$2(t,n),o=get$2(e,n);if(a&&!Array.isArray(a)&&r!==n)return{name:r};if(o&&o.type)return{name:n,error:o};i.pop()}return{name:r}}var skipValidation=(e,t,r,n,i)=>!i.isOnAll&&(!r&&i.isOnTouch?!(t||e):(r?n.isOnBlur:i.isOnBlur)?!e:!(r?n.isOnChange:i.isOnChange)||e),unsetEmptyArray=(e,t)=>!compact(get$2(e,t)).length&&unset(e,t);const defaultOptions={mode:VALIDATION_MODE.onSubmit,reValidateMode:VALIDATION_MODE.onChange,shouldFocusError:!0};function createFormControl(e={},t){let r,n={...defaultOptions,...e},i={submitCount:0,isDirty:!1,isLoading:isFunction$3(n.defaultValues),isValidating:!1,isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,touchedFields:{},dirtyFields:{},errors:{}},a={},o=(isObject$8(n.defaultValues)||isObject$8(n.values))&&cloneObject(n.defaultValues||n.values)||{},s=n.shouldUnregister?{}:cloneObject(o),u={action:!1,mount:!1,watch:!1},l={mount:new Set,unMount:new Set,array:new Set,watch:new Set},c=0;const d={isDirty:!1,dirtyFields:!1,touchedFields:!1,isValidating:!1,isValid:!1,errors:!1},h={values:createSubject(),array:createSubject(),state:createSubject()},f=e.resetOptions&&e.resetOptions.keepDirtyValues,p=getValidationModes(n.mode),m=getValidationModes(n.reValidateMode),_=n.criteriaMode===VALIDATION_MODE.all,g=async e=>{if(d.isValid||e){const e=n.resolver?isEmptyObject$1((await T()).errors):await S(a,!0);e!==i.isValid&&h.state.next({isValid:e})}},y=e=>d.isValidating&&h.state.next({isValidating:e}),E=(e,t,r,n)=>{const i=get$2(a,e);if(i){const a=get$2(s,e,isUndefined(r)?get$2(o,e):r);isUndefined(a)||n&&n.defaultChecked||t?set$1(s,e,t?a:getFieldValue(i._f)):M(e,a),u.mount&&g()}},b=(e,t,r,n,a)=>{let s=!1,u=!1;const l={name:e};if(!r||n){d.isDirty&&(u=i.isDirty,i.isDirty=l.isDirty=A(),s=u!==l.isDirty);const r=deepEqual(get$2(o,e),t);u=get$2(i.dirtyFields,e),r?unset(i.dirtyFields,e):set$1(i.dirtyFields,e,!0),l.dirtyFields=i.dirtyFields,s=s||d.dirtyFields&&u!==!r}if(r){const t=get$2(i.touchedFields,e);t||(set$1(i.touchedFields,e,r),l.touchedFields=i.touchedFields,s=s||d.touchedFields&&t!==r)}return s&&a&&h.state.next(l),s?l:{}},v=(t,n,a,o)=>{const s=get$2(i.errors,t),u=d.isValid&&isBoolean(n)&&i.isValid!==n;var l;if(e.delayError&&a?(l=()=>((e,t)=>{set$1(i.errors,e,t),h.state.next({errors:i.errors})})(t,a),r=e=>{clearTimeout(c),c=setTimeout(l,e)},r(e.delayError)):(clearTimeout(c),r=null,a?set$1(i.errors,t,a):unset(i.errors,t)),(a?!deepEqual(s,a):s)||!isEmptyObject$1(o)||u){const e={...o,...u&&isBoolean(n)?{isValid:n}:{},errors:i.errors,name:t};i={...i,...e},h.state.next(e)}y(!1)},T=async e=>n.resolver(s,n.context,getResolverOptions(e||l.mount,a,n.criteriaMode,n.shouldUseNativeValidation)),S=async(e,t,r={valid:!0})=>{for(const a in e){const o=e[a];if(o){const{_f:e,...a}=o;if(e){const a=l.array.has(e.name),u=await validateField(o,s,_,n.shouldUseNativeValidation&&!t,a);if(u[e.name]&&(r.valid=!1,t))break;!t&&(get$2(u,e.name)?a?updateFieldArrayRootError(i.errors,u,e.name):set$1(i.errors,e.name,u[e.name]):unset(i.errors,e.name))}a&&await S(a,t,r)}}return r.valid},A=(e,t)=>(e&&t&&set$1(s,e,t),!deepEqual(D(),o)),C=(e,t,r)=>generateWatchOutput(e,l,{...u.mount?s:isUndefined(t)?o:isString$1(e)?{[e]:t}:t},r,t),M=(e,t,r={})=>{const n=get$2(a,e);let i=t;if(n){const r=n._f;r&&(!r.disabled&&set$1(s,e,getFieldValueAs(t,r)),i=isHTMLElement(r.ref)&&isNullOrUndefined(t)?"":t,isMultipleSelect(r.ref)?[...r.ref.options].forEach((e=>e.selected=i.includes(e.value))):r.refs?isCheckBoxInput(r.ref)?r.refs.length>1?r.refs.forEach((e=>(!e.defaultChecked||!e.disabled)&&(e.checked=Array.isArray(i)?!!i.find((t=>t===e.value)):i===e.value))):r.refs[0]&&(r.refs[0].checked=!!i):r.refs.forEach((e=>e.checked=e.value===i)):isFileInput(r.ref)?r.ref.value="":(r.ref.value=i,r.ref.type||h.values.next({name:e,values:{...s}})))}(r.shouldDirty||r.shouldTouch)&&b(e,i,r.shouldTouch,r.shouldDirty,!0),r.shouldValidate&&w(e)},N=(e,t,r)=>{for(const n in t){const i=t[n],o=`${e}.${n}`,s=get$2(a,o);!l.array.has(e)&&isPrimitive$1(i)&&(!s||s._f)||isDateObject(i)?M(o,i,r):N(o,i,r)}},$=(e,r,n={})=>{const c=get$2(a,e),f=l.array.has(e),p=cloneObject(r);set$1(s,e,p),f?(h.array.next({name:e,values:{...s}}),(d.isDirty||d.dirtyFields)&&n.shouldDirty&&h.state.next({name:e,dirtyFields:getDirtyFields(o,s),isDirty:A(e,p)})):!c||c._f||isNullOrUndefined(p)?M(e,p,n):N(e,p,n),isWatched(e,l)&&h.state.next({...i}),h.values.next({name:e,values:{...s}}),!u.mount&&t()},O=async e=>{const t=e.target;let o=t.name,u=!0;const c=get$2(a,o);if(c){let f,E;const A=t.type?getFieldValue(c._f):getEventValue(e),C=e.type===EVENTS.BLUR||e.type===EVENTS.FOCUS_OUT,M=!hasValidation(c._f)&&!n.resolver&&!get$2(i.errors,o)&&!c._f.deps||skipValidation(C,get$2(i.touchedFields,o),i.isSubmitted,m,p),N=isWatched(o,l,C);set$1(s,o,A),C?(c._f.onBlur&&c._f.onBlur(e),r&&r(0)):c._f.onChange&&c._f.onChange(e);const $=b(o,A,C,!1),O=!isEmptyObject$1($)||N;if(!C&&h.values.next({name:o,type:e.type,values:{...s}}),M)return d.isValid&&g(),O&&h.state.next({name:o,...N?{}:$});if(!C&&N&&h.state.next({...i}),y(!0),n.resolver){const{errors:e}=await T([o]),t=schemaErrorLookup(i.errors,a,o),r=schemaErrorLookup(e,a,t.name||o);f=r.error,o=r.name,E=isEmptyObject$1(e)}else f=(await validateField(c,s,_,n.shouldUseNativeValidation))[o],u=isNaN(A)||A===get$2(s,o,A),u&&(f?E=!1:d.isValid&&(E=await S(a,!0)));u&&(c._f.deps&&w(c._f.deps),v(o,E,f,$))}},w=async(e,t={})=>{let r,o;const s=convertToArrayPayload(e);if(y(!0),n.resolver){const t=await(async e=>{const{errors:t}=await T();if(e)for(const r of e){const e=get$2(t,r);e?set$1(i.errors,r,e):unset(i.errors,r)}else i.errors=t;return t})(isUndefined(e)?e:s);r=isEmptyObject$1(t),o=e?!s.some((e=>get$2(t,e))):r}else e?(o=(await Promise.all(s.map((async e=>{const t=get$2(a,e);return await S(t&&t._f?{[e]:t}:t)})))).every(Boolean),(o||i.isValid)&&g()):o=r=await S(a);return h.state.next({...!isString$1(e)||d.isValid&&r!==i.isValid?{}:{name:e},...n.resolver||!e?{isValid:r}:{},errors:i.errors,isValidating:!1}),t.shouldFocus&&!o&&focusFieldBy(a,(e=>e&&get$2(i.errors,e)),e?s:l.mount),o},D=e=>{const t={...o,...u.mount?s:{}};return isUndefined(e)?t:isString$1(e)?get$2(t,e):e.map((e=>get$2(t,e)))},L=(e,t)=>({invalid:!!get$2((t||i).errors,e),isDirty:!!get$2((t||i).dirtyFields,e),isTouched:!!get$2((t||i).touchedFields,e),error:get$2((t||i).errors,e)}),I=(e,t={})=>{for(const r of e?convertToArrayPayload(e):l.mount)l.mount.delete(r),l.array.delete(r),t.keepValue||(unset(a,r),unset(s,r)),!t.keepError&&unset(i.errors,r),!t.keepDirty&&unset(i.dirtyFields,r),!t.keepTouched&&unset(i.touchedFields,r),!n.shouldUnregister&&!t.keepDefaultValue&&unset(o,r);h.values.next({values:{...s}}),h.state.next({...i,...t.keepDirty?{isDirty:A()}:{}}),!t.keepIsValid&&g()},x=(e,t={})=>{let r=get$2(a,e);const i=isBoolean(t.disabled);return set$1(a,e,{...r||{},_f:{...r&&r._f?r._f:{ref:{name:e}},name:e,mount:!0,...t}}),l.mount.add(e),r?i&&set$1(s,e,t.disabled?void 0:get$2(s,e,getFieldValue(r._f))):E(e,!0,t.value),{...i?{disabled:t.disabled}:{},...n.shouldUseNativeValidation?{required:!!t.required,min:getRuleValue(t.min),max:getRuleValue(t.max),minLength:getRuleValue(t.minLength),maxLength:getRuleValue(t.maxLength),pattern:getRuleValue(t.pattern)}:{},name:e,onChange:O,onBlur:O,ref:i=>{if(i){x(e,t),r=get$2(a,e);const n=isUndefined(i.value)&&i.querySelectorAll&&i.querySelectorAll("input,select,textarea")[0]||i,s=isRadioOrCheckbox(n),u=r._f.refs||[];if(s?u.find((e=>e===n)):n===r._f.ref)return;set$1(a,e,{_f:{...r._f,...s?{refs:[...u.filter(live),n,...Array.isArray(get$2(o,e))?[{}]:[]],ref:{type:n.type,name:e}}:{ref:n}}}),E(e,!1,void 0,n)}else r=get$2(a,e,{}),r._f&&(r._f.mount=!1),(n.shouldUnregister||t.shouldUnregister)&&(!isNameInFieldArray(l.array,e)||!u.action)&&l.unMount.add(e)}}},R=()=>n.shouldFocusError&&focusFieldBy(a,(e=>e&&get$2(i.errors,e)),l.mount),F=(r,n={})=>{const c=r||o,p=cloneObject(c),m=r&&!isEmptyObject$1(r)?p:o;if(n.keepDefaultValues||(o=c),!n.keepValues){if(n.keepDirtyValues||f)for(const e of l.mount)get$2(i.dirtyFields,e)?set$1(m,e,get$2(s,e)):$(e,get$2(m,e));else{if(isWeb&&isUndefined(r))for(const e of l.mount){const t=get$2(a,e);if(t&&t._f){const e=Array.isArray(t._f.refs)?t._f.refs[0]:t._f.ref;if(isHTMLElement(e)){const t=e.closest("form");if(t){t.reset();break}}}}a={}}s=e.shouldUnregister?n.keepDefaultValues?cloneObject(o):{}:p,h.array.next({values:{...m}}),h.values.next({values:{...m}})}l={mount:new Set,unMount:new Set,array:new Set,watch:new Set,watchAll:!1,focus:""},!u.mount&&t(),u.mount=!d.isValid||!!n.keepIsValid,u.watch=!!e.shouldUnregister,h.state.next({submitCount:n.keepSubmitCount?i.submitCount:0,isDirty:n.keepDirty?i.isDirty:!(!n.keepDefaultValues||deepEqual(r,o)),isSubmitted:!!n.keepIsSubmitted&&i.isSubmitted,dirtyFields:n.keepDirtyValues?i.dirtyFields:n.keepDefaultValues&&r?getDirtyFields(o,r):{},touchedFields:n.keepTouched?i.touchedFields:{},errors:n.keepErrors?i.errors:{},isSubmitting:!1,isSubmitSuccessful:!1})},k=(e,t)=>F(isFunction$3(e)?e(s):e,t);return{control:{register:x,unregister:I,getFieldState:L,_executeSchema:T,_getWatch:C,_getDirty:A,_updateValid:g,_removeUnmounted:()=>{for(const e of l.unMount){const t=get$2(a,e);t&&(t._f.refs?t._f.refs.every((e=>!live(e))):!live(t._f.ref))&&I(e)}l.unMount=new Set},_updateFieldArray:(e,t=[],r,n,l=!0,c=!0)=>{if(n&&r){if(u.action=!0,c&&Array.isArray(get$2(a,e))){const t=r(get$2(a,e),n.argA,n.argB);l&&set$1(a,e,t)}if(c&&Array.isArray(get$2(i.errors,e))){const t=r(get$2(i.errors,e),n.argA,n.argB);l&&set$1(i.errors,e,t),unsetEmptyArray(i.errors,e)}if(d.touchedFields&&c&&Array.isArray(get$2(i.touchedFields,e))){const t=r(get$2(i.touchedFields,e),n.argA,n.argB);l&&set$1(i.touchedFields,e,t)}d.dirtyFields&&(i.dirtyFields=getDirtyFields(o,s)),h.state.next({name:e,isDirty:A(e,t),dirtyFields:i.dirtyFields,errors:i.errors,isValid:i.isValid})}else set$1(s,e,t)},_getFieldArray:t=>compact(get$2(u.mount?s:o,t,e.shouldUnregister?get$2(o,t,[]):[])),_reset:F,_resetDefaultValues:()=>isFunction$3(n.defaultValues)&&n.defaultValues().then((e=>{k(e,n.resetOptions),h.state.next({isLoading:!1})})),_updateFormState:e=>{i={...i,...e}},_subjects:h,_proxyFormState:d,get _fields(){return a},get _formValues(){return s},get _state(){return u},set _state(e){u=e},get _defaultValues(){return o},get _names(){return l},set _names(e){l=e},get _formState(){return i},set _formState(e){i=e},get _options(){return n},set _options(e){n={...n,...e}}},trigger:w,register:x,handleSubmit:(e,t)=>async r=>{r&&(r.preventDefault&&r.preventDefault(),r.persist&&r.persist());let o=cloneObject(s);if(h.state.next({isSubmitting:!0}),n.resolver){const{errors:e,values:t}=await T();i.errors=e,o=t}else await S(a);unset(i.errors,"root"),isEmptyObject$1(i.errors)?(h.state.next({errors:{}}),await e(o,r)):(t&&await t({...i.errors},r),R(),setTimeout(R)),h.state.next({isSubmitted:!0,isSubmitting:!1,isSubmitSuccessful:isEmptyObject$1(i.errors),submitCount:i.submitCount+1,errors:i.errors})},watch:(e,t)=>isFunction$3(e)?h.values.subscribe({next:r=>e(C(void 0,t),r)}):C(e,t,!0),setValue:$,getValues:D,reset:k,resetField:(e,t={})=>{get$2(a,e)&&(isUndefined(t.defaultValue)?$(e,get$2(o,e)):($(e,t.defaultValue),set$1(o,e,t.defaultValue)),t.keepTouched||unset(i.touchedFields,e),t.keepDirty||(unset(i.dirtyFields,e),i.isDirty=t.defaultValue?A(e,get$2(o,e)):A()),t.keepError||(unset(i.errors,e),d.isValid&&g()),h.state.next({...i}))},clearErrors:e=>{e&&convertToArrayPayload(e).forEach((e=>unset(i.errors,e))),h.state.next({errors:e?i.errors:{}})},unregister:I,setError:(e,t,r)=>{const n=(get$2(a,e,{_f:{}})._f||{}).ref;set$1(i.errors,e,{...t,ref:n}),h.state.next({name:e,errors:i.errors,isValid:!1}),r&&r.shouldFocus&&n&&n.focus&&n.focus()},setFocus:(e,t={})=>{const r=get$2(a,e),n=r&&r._f;if(n){const e=n.refs?n.refs[0]:n.ref;e.focus&&(e.focus(),t.shouldSelect&&e.select())}},getFieldState:L}}function useForm(e={}){const t=React__default.useRef(),[r,n]=React__default.useState({isDirty:!1,isValidating:!1,isLoading:isFunction$3(e.defaultValues),isSubmitted:!1,isSubmitting:!1,isSubmitSuccessful:!1,isValid:!1,submitCount:0,dirtyFields:{},touchedFields:{},errors:{},defaultValues:isFunction$3(e.defaultValues)?void 0:e.defaultValues});t.current||(t.current={...createFormControl(e,(()=>n((e=>({...e}))))),formState:r});const i=t.current.control;return i._options=e,useSubscribe({subject:i._subjects.state,next:e=>{shouldRenderFormState(e,i._proxyFormState,i._updateFormState,!0)&&n({...i._formState})}}),React__default.useEffect((()=>{e.values&&!deepEqual(e.values,i._defaultValues)?i._reset(e.values,i._options.resetOptions):i._resetDefaultValues()}),[e.values,i]),React__default.useEffect((()=>{i._state.mount||(i._updateValid(),i._state.mount=!0),i._state.watch&&(i._state.watch=!1,i._subjects.state.next({...i._formState})),i._removeUnmounted()})),t.current.formState=getProxyFormState(r,i),t.current}var e=function(e,t,r){if(e&&"reportValidity"in e){var n=get$2(r,t);e.setCustomValidity(n&&n.message||""),e.reportValidity()}},t=function(t,r){var n=function(n){var i=r.fields[n];i&&i.ref&&"reportValidity"in i.ref?e(i.ref,n,t):i.refs&&i.refs.forEach((function(r){return e(r,n,t)}))};for(var i in r.fields)n(i)},f=function(e,r){r.shouldUseNativeValidation&&t(e,r);var n={};for(var i in e){var a=get$2(r.fields,i);set$1(n,i,Object.assign(e[i],{ref:a&&a.ref}))}return n},o=function(e,r,n){return void 0===r&&(r={}),void 0===n&&(n={}),function(i,a,o){try{return Promise.resolve(function(s,u){try{var l=(r.context&&"development"===process.env.NODE_ENV&&console.warn("You should not used the yup options context. Please, use the 'useForm' context object instead"),Promise.resolve(e["sync"===n.mode?"validateSync":"validate"](i,Object.assign({abortEarly:!1},r,{context:a}))).then((function(e){return o.shouldUseNativeValidation&&t({},o),{values:n.rawValues?i:e,errors:{}}})))}catch(e){return u(e)}return l&&l.then?l.then(void 0,u):l}(0,(function(e){if(!e.inner)throw e;return{values:{},errors:f((t=e,r=!o.shouldUseNativeValidation&&"all"===o.criteriaMode,(t.inner||[]).reduce((function(e,t){if(e[t.path]||(e[t.path]={message:t.message,type:t.type}),r){var n=e[t.path].types,i=n&&n[t.type];e[t.path]=appendErrors(t.path,r,e,t.type,i?[].concat(i,t.message):t.message)}return e}),{})),o)};var t,r})))}catch(e){return Promise.reject(e)}}},commonjsGlobal="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};function getAugmentedNamespace(e){var t=e.default;if("function"==typeof t){var r=function(){return t.apply(this,arguments)};r.prototype=t.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(e).forEach((function(t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})})),r}var objectProto$d=Object.prototype;function isPrototype$2(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||objectProto$d)}var _isPrototype=isPrototype$2;function overArg$1(e,t){return function(r){return e(t(r))}}var _overArg=overArg$1,overArg=_overArg,nativeKeys$1=overArg(Object.keys,Object),_nativeKeys=nativeKeys$1,isPrototype$1=_isPrototype,nativeKeys=_nativeKeys,objectProto$c=Object.prototype,hasOwnProperty$a=objectProto$c.hasOwnProperty;function baseKeys$2(e){if(!isPrototype$1(e))return nativeKeys(e);var t=[];for(var r in Object(e))hasOwnProperty$a.call(e,r)&&"constructor"!=r&&t.push(r);return t}var _baseKeys=baseKeys$2,freeGlobal$1="object"==typeof commonjsGlobal&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,_freeGlobal=freeGlobal$1,freeGlobal=_freeGlobal,freeSelf="object"==typeof self&&self&&self.Object===Object&&self,root$9=freeGlobal||freeSelf||Function("return this")(),_root=root$9,root$8=_root,Symbol$5=root$8.Symbol,_Symbol=Symbol$5,Symbol$4=_Symbol,objectProto$b=Object.prototype,hasOwnProperty$9=objectProto$b.hasOwnProperty,nativeObjectToString$1=objectProto$b.toString,symToStringTag$1=Symbol$4?Symbol$4.toStringTag:void 0;function getRawTag$1(e){var t=hasOwnProperty$9.call(e,symToStringTag$1),r=e[symToStringTag$1];try{e[symToStringTag$1]=void 0;var n=!0}catch(e){}var i=nativeObjectToString$1.call(e);return n&&(t?e[symToStringTag$1]=r:delete e[symToStringTag$1]),i}var _getRawTag=getRawTag$1,objectProto$a=Object.prototype,nativeObjectToString=objectProto$a.toString;function objectToString$1(e){return nativeObjectToString.call(e)}var _objectToString=objectToString$1,Symbol$3=_Symbol,getRawTag=_getRawTag,objectToString=_objectToString,nullTag="[object Null]",undefinedTag="[object Undefined]",symToStringTag=Symbol$3?Symbol$3.toStringTag:void 0;function baseGetTag$7(e){return null==e?void 0===e?undefinedTag:nullTag:symToStringTag&&symToStringTag in Object(e)?getRawTag(e):objectToString(e)}var _baseGetTag=baseGetTag$7;function isObject$7(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}var isObject_1=isObject$7,baseGetTag$6=_baseGetTag,isObject$6=isObject_1,asyncTag="[object AsyncFunction]",funcTag$1="[object Function]",genTag="[object GeneratorFunction]",proxyTag="[object Proxy]";function isFunction$2(e){if(!isObject$6(e))return!1;var t=baseGetTag$6(e);return t==funcTag$1||t==genTag||t==asyncTag||t==proxyTag}var isFunction_1=isFunction$2,root$7=_root,coreJsData$1=root$7["__core-js_shared__"],_coreJsData=coreJsData$1,coreJsData=_coreJsData,maskSrcKey=(uid=/[^.]+$/.exec(coreJsData&&coreJsData.keys&&coreJsData.keys.IE_PROTO||""),uid?"Symbol(src)_1."+uid:""),uid;function isMasked$1(e){return!!maskSrcKey&&maskSrcKey in e}var _isMasked=isMasked$1,funcProto$1=Function.prototype,funcToString$1=funcProto$1.toString;function toSource$2(e){if(null!=e){try{return funcToString$1.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var _toSource=toSource$2,isFunction$1=isFunction_1,isMasked=_isMasked,isObject$5=isObject_1,toSource$1=_toSource,reRegExpChar=/[\\^$.*+?()[\]{}|]/g,reIsHostCtor=/^\[object .+?Constructor\]$/,funcProto=Function.prototype,objectProto$9=Object.prototype,funcToString=funcProto.toString,hasOwnProperty$8=objectProto$9.hasOwnProperty,reIsNative=RegExp("^"+funcToString.call(hasOwnProperty$8).replace(reRegExpChar,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative$1(e){return!(!isObject$5(e)||isMasked(e))&&(isFunction$1(e)?reIsNative:reIsHostCtor).test(toSource$1(e))}var _baseIsNative=baseIsNative$1;function getValue$1(e,t){return null==e?void 0:e[t]}var _getValue=getValue$1,baseIsNative=_baseIsNative,getValue=_getValue;function getNative$7(e,t){var r=getValue(e,t);return baseIsNative(r)?r:void 0}var _getNative=getNative$7,getNative$6=_getNative,root$6=_root,DataView$2=getNative$6(root$6,"DataView"),_DataView=DataView$2,getNative$5=_getNative,root$5=_root,Map$4=getNative$5(root$5,"Map"),_Map=Map$4,getNative$4=_getNative,root$4=_root,Promise$2=getNative$4(root$4,"Promise"),_Promise=Promise$2,getNative$3=_getNative,root$3=_root,Set$2=getNative$3(root$3,"Set"),_Set=Set$2,getNative$2=_getNative,root$2=_root,WeakMap$1=getNative$2(root$2,"WeakMap"),_WeakMap=WeakMap$1,DataView$1=_DataView,Map$3=_Map,Promise$1=_Promise,Set$1=_Set,WeakMap=_WeakMap,baseGetTag$5=_baseGetTag,toSource=_toSource,mapTag$3="[object Map]",objectTag$2="[object Object]",promiseTag="[object Promise]",setTag$3="[object Set]",weakMapTag$1="[object WeakMap]",dataViewTag$2="[object DataView]",dataViewCtorString=toSource(DataView$1),mapCtorString=toSource(Map$3),promiseCtorString=toSource(Promise$1),setCtorString=toSource(Set$1),weakMapCtorString=toSource(WeakMap),getTag$2=baseGetTag$5;(DataView$1&&getTag$2(new DataView$1(new ArrayBuffer(1)))!=dataViewTag$2||Map$3&&getTag$2(new Map$3)!=mapTag$3||Promise$1&&getTag$2(Promise$1.resolve())!=promiseTag||Set$1&&getTag$2(new Set$1)!=setTag$3||WeakMap&&getTag$2(new WeakMap)!=weakMapTag$1)&&(getTag$2=function(e){var t=baseGetTag$5(e),r=t==objectTag$2?e.constructor:void 0,n=r?toSource(r):"";if(n)switch(n){case dataViewCtorString:return dataViewTag$2;case mapCtorString:return mapTag$3;case promiseCtorString:return promiseTag;case setCtorString:return setTag$3;case weakMapCtorString:return weakMapTag$1}return t});var _getTag=getTag$2;function isObjectLike$8(e){return null!=e&&"object"==typeof e}var isObjectLike_1=isObjectLike$8,baseGetTag$4=_baseGetTag,isObjectLike$7=isObjectLike_1,argsTag$2="[object Arguments]";function baseIsArguments$1(e){return isObjectLike$7(e)&&baseGetTag$4(e)==argsTag$2}var _baseIsArguments=baseIsArguments$1,baseIsArguments=_baseIsArguments,isObjectLike$6=isObjectLike_1,objectProto$8=Object.prototype,hasOwnProperty$7=objectProto$8.hasOwnProperty,propertyIsEnumerable$1=objectProto$8.propertyIsEnumerable,isArguments$3=baseIsArguments(function(){return arguments}())?baseIsArguments:function(e){return isObjectLike$6(e)&&hasOwnProperty$7.call(e,"callee")&&!propertyIsEnumerable$1.call(e,"callee")},isArguments_1=isArguments$3,isArray$a=Array.isArray,isArray_1=isArray$a,MAX_SAFE_INTEGER$2=9007199254740991;function isLength$3(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=MAX_SAFE_INTEGER$2}var isLength_1=isLength$3,isFunction=isFunction_1,isLength$2=isLength_1;function isArrayLike$3(e){return null!=e&&isLength$2(e.length)&&!isFunction(e)}var isArrayLike_1=isArrayLike$3,isBuffer$3={exports:{}};function stubFalse(){return!1}var stubFalse_1=stubFalse;!function(e,t){var r=_root,n=stubFalse_1,i=t&&!t.nodeType&&t,a=i&&e&&!e.nodeType&&e,o=a&&a.exports===i?r.Buffer:void 0,s=(o?o.isBuffer:void 0)||n;e.exports=s}(isBuffer$3,isBuffer$3.exports);var baseGetTag$3=_baseGetTag,isLength$1=isLength_1,isObjectLike$5=isObjectLike_1,argsTag$1="[object Arguments]",arrayTag$1="[object Array]",boolTag$1="[object Boolean]",dateTag$1="[object Date]",errorTag$1="[object Error]",funcTag="[object Function]",mapTag$2="[object Map]",numberTag$2="[object Number]",objectTag$1="[object Object]",regexpTag$1="[object RegExp]",setTag$2="[object Set]",stringTag$2="[object String]",weakMapTag="[object WeakMap]",arrayBufferTag$1="[object ArrayBuffer]",dataViewTag$1="[object DataView]",float32Tag="[object Float32Array]",float64Tag="[object Float64Array]",int8Tag="[object Int8Array]",int16Tag="[object Int16Array]",int32Tag="[object Int32Array]",uint8Tag="[object Uint8Array]",uint8ClampedTag="[object Uint8ClampedArray]",uint16Tag="[object Uint16Array]",uint32Tag="[object Uint32Array]",typedArrayTags={};function baseIsTypedArray$1(e){return isObjectLike$5(e)&&isLength$1(e.length)&&!!typedArrayTags[baseGetTag$3(e)]}typedArrayTags[float32Tag]=typedArrayTags[float64Tag]=typedArrayTags[int8Tag]=typedArrayTags[int16Tag]=typedArrayTags[int32Tag]=typedArrayTags[uint8Tag]=typedArrayTags[uint8ClampedTag]=typedArrayTags[uint16Tag]=typedArrayTags[uint32Tag]=!0,typedArrayTags[argsTag$1]=typedArrayTags[arrayTag$1]=typedArrayTags[arrayBufferTag$1]=typedArrayTags[boolTag$1]=typedArrayTags[dataViewTag$1]=typedArrayTags[dateTag$1]=typedArrayTags[errorTag$1]=typedArrayTags[funcTag]=typedArrayTags[mapTag$2]=typedArrayTags[numberTag$2]=typedArrayTags[objectTag$1]=typedArrayTags[regexpTag$1]=typedArrayTags[setTag$2]=typedArrayTags[stringTag$2]=typedArrayTags[weakMapTag]=!1;var _baseIsTypedArray=baseIsTypedArray$1;function baseUnary$2(e){return function(t){return e(t)}}var _baseUnary=baseUnary$2,_nodeUtil={exports:{}};!function(e,t){var r=_freeGlobal,n=t&&!t.nodeType&&t,i=n&&e&&!e.nodeType&&e,a=i&&i.exports===n&&r.process,o=function(){try{var e=i&&i.require&&i.require("util").types;return e||a&&a.binding&&a.binding("util")}catch(e){}}();e.exports=o}(_nodeUtil,_nodeUtil.exports);var baseIsTypedArray=_baseIsTypedArray,baseUnary$1=_baseUnary,nodeUtil=_nodeUtil.exports,nodeIsTypedArray=nodeUtil&&nodeUtil.isTypedArray,isTypedArray$3=nodeIsTypedArray?baseUnary$1(nodeIsTypedArray):baseIsTypedArray,isTypedArray_1=isTypedArray$3,baseKeys$1=_baseKeys,getTag$1=_getTag,isArguments$2=isArguments_1,isArray$9=isArray_1,isArrayLike$2=isArrayLike_1,isBuffer$2=isBuffer$3.exports,isPrototype=_isPrototype,isTypedArray$2=isTypedArray_1,mapTag$1="[object Map]",setTag$1="[object Set]",objectProto$7=Object.prototype,hasOwnProperty$6=objectProto$7.hasOwnProperty;function isEmpty(e){if(null==e)return!0;if(isArrayLike$2(e)&&(isArray$9(e)||"string"==typeof e||"function"==typeof e.splice||isBuffer$2(e)||isTypedArray$2(e)||isArguments$2(e)))return!e.length;var t=getTag$1(e);if(t==mapTag$1||t==setTag$1)return!e.size;if(isPrototype(e))return!baseKeys$1(e).length;for(var r in e)if(hasOwnProperty$6.call(e,r))return!1;return!0}var isEmpty_1=isEmpty,has$3=Object.prototype.hasOwnProperty;function find$1(e,t,r){for(r of e.keys())if(dequal(r,t))return r}function dequal(e,t){var r,n,i;if(e===t)return!0;if(e&&t&&(r=e.constructor)===t.constructor){if(r===Date)return e.getTime()===t.getTime();if(r===RegExp)return e.toString()===t.toString();if(r===Array){if((n=e.length)===t.length)for(;n--&&dequal(e[n],t[n]););return-1===n}if(r===Set){if(e.size!==t.size)return!1;for(n of e){if((i=n)&&"object"==typeof i&&!(i=find$1(t,i)))return!1;if(!t.has(i))return!1}return!0}if(r===Map){if(e.size!==t.size)return!1;for(n of e){if((i=n[0])&&"object"==typeof i&&!(i=find$1(t,i)))return!1;if(!dequal(n[1],t.get(i)))return!1}return!0}if(r===ArrayBuffer)e=new Uint8Array(e),t=new Uint8Array(t);else if(r===DataView){if((n=e.byteLength)===t.byteLength)for(;n--&&e.getInt8(n)===t.getInt8(n););return-1===n}if(ArrayBuffer.isView(e)){if((n=e.byteLength)===t.byteLength)for(;n--&&e[n]===t[n];);return-1===n}if(!r||"object"==typeof e){for(r in n=0,e){if(has$3.call(e,r)&&++n&&!has$3.call(t,r))return!1;if(!(r in t)||!dequal(e[r],t[r]))return!1}return Object.keys(t).length===n}}return e!=e&&t!=t}function checkDeps(e){if(!e||!e.length)throw new Error("useDeepCompareEffect should not be used with no dependencies. Use React.useEffect instead.");if(e.every(isPrimitive))throw new Error("useDeepCompareEffect should not be used with dependencies that are all primitive values. Use React.useEffect instead.")}function isPrimitive(e){return null==e||/^[sbn]/.test(typeof e)}function useDeepCompareMemoize(e){var t=React.useRef(e),r=React.useRef(0);return dequal(e,t.current)||(t.current=e,r.current+=1),React.useMemo((function(){return t.current}),[r.current])}function useDeepCompareEffect(e,t){return"production"!==process.env.NODE_ENV&&checkDeps(t),React.useEffect(e,useDeepCompareMemoize(t))}function useDeepCompareEffectNoCheck(e,t){return React.useEffect(e,useDeepCompareMemoize(t))}
2
+ //! @version @js-joda/core - 5.5.3
3
+ //! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
4
+ //! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
5
+ //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
6
+ /**
7
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
8
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
9
+ */function createErrorType$1(e,t,r){function n(e){Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,t&&t.apply(this,arguments),this.toString=function(){return this.name+": "+this.message}}return void 0===r&&(r=Error),n.prototype=Object.create(r.prototype),n.prototype.name=e,n.prototype.constructor=n,n}var DateTimeException=createErrorType$1("DateTimeException",messageWithCause),DateTimeParseException=createErrorType$1("DateTimeParseException",messageForDateTimeParseException),UnsupportedTemporalTypeException=createErrorType$1("UnsupportedTemporalTypeException",null,DateTimeException),ArithmeticException=createErrorType$1("ArithmeticException"),IllegalArgumentException=createErrorType$1("IllegalArgumentException"),IllegalStateException=createErrorType$1("IllegalStateException"),NullPointerException=createErrorType$1("NullPointerException");function messageWithCause(e,t){void 0===t&&(t=null);var r=e||this.name;null!==t&&t instanceof Error&&(r+="\n-------\nCaused by: "+t.stack+"\n-------\n"),this.message=r}function messageForDateTimeParseException(e,t,r,n){void 0===t&&(t=""),void 0===r&&(r=0),void 0===n&&(n=null);var i=e||this.name;i+=": "+t+", at index: "+r,null!==n&&n instanceof Error&&(i+="\n-------\nCaused by: "+n.stack+"\n-------\n"),this.message=i,this.parsedString=function(){return t},this.errorIndex=function(){return r}}function _inheritsLoose$1(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,_setPrototypeOf$1(e,t)}function _setPrototypeOf$1(e,t){return _setPrototypeOf$1=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},_setPrototypeOf$1(e,t)}function _assertThisInitialized$1(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}
10
+ /**
11
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
12
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
13
+ */function assert(e,t,r){if(!e)throw r?new r(t):new Error(t)}function requireNonNull(e,t){if(null==e)throw new NullPointerException(t+" must not be null");return e}function requireInstance(e,t,r){if(!(e instanceof t))throw new IllegalArgumentException(r+" must be an instance of "+(t.name?t.name:t)+(e&&e.constructor&&e.constructor.name?", but is "+e.constructor.name:""));return e}function abstractMethodFail(e){throw new TypeError('abstract method "'+e+'" is not implemented')}var assert$1=Object.freeze({__proto__:null,assert:assert,requireNonNull:requireNonNull,requireInstance:requireInstance,abstractMethodFail:abstractMethodFail}),MAX_SAFE_INTEGER$1=9007199254740991,MIN_SAFE_INTEGER=-9007199254740991,MathUtil=function(){function e(){}return e.intDiv=function(t,r){var n=t/r;return n=e.roundDown(n),e.safeZero(n)},e.intMod=function(t,r){var n=t-e.intDiv(t,r)*r;return n=e.roundDown(n),e.safeZero(n)},e.roundDown=function(e){return e<0?Math.ceil(e):Math.floor(e)},e.floorDiv=function(t,r){var n=Math.floor(t/r);return e.safeZero(n)},e.floorMod=function(t,r){var n=t-e.floorDiv(t,r)*r;return e.safeZero(n)},e.safeAdd=function(t,r){if(e.verifyInt(t),e.verifyInt(r),0===t)return e.safeZero(r);if(0===r)return e.safeZero(t);var n=e.safeToInt(t+r);if(n===t||n===r)throw new ArithmeticException("Invalid addition beyond MAX_SAFE_INTEGER!");return n},e.safeSubtract=function(t,r){return e.verifyInt(t),e.verifyInt(r),0===t&&0===r?0:0===t?e.safeZero(-1*r):0===r?e.safeZero(t):e.safeToInt(t-r)},e.safeMultiply=function(t,r){if(e.verifyInt(t),e.verifyInt(r),1===t)return e.safeZero(r);if(1===r)return e.safeZero(t);if(0===t||0===r)return 0;var n=e.safeToInt(t*r);if(n/r!==t||t===MIN_SAFE_INTEGER&&-1===r||r===MIN_SAFE_INTEGER&&-1===t)throw new ArithmeticException("Multiplication overflows: "+t+" * "+r);return n},e.parseInt=function(e){function t(t){return e.apply(this,arguments)}return t.toString=function(){return e.toString()},t}((function(t){var r=parseInt(t);return e.safeToInt(r)})),e.safeToInt=function(t){return e.verifyInt(t),e.safeZero(t)},e.verifyInt=function(e){if(null==e)throw new ArithmeticException("Invalid value: '"+e+"', using null or undefined as argument");if(isNaN(e))throw new ArithmeticException("Invalid int value, using NaN as argument");if(e%1!=0)throw new ArithmeticException("Invalid value: '"+e+"' is a float");if(e>MAX_SAFE_INTEGER$1||e<MIN_SAFE_INTEGER)throw new ArithmeticException("Calculation overflows an int: "+e)},e.safeZero=function(e){return 0===e?0:+e},e.compareNumbers=function(e,t){return e<t?-1:e>t?1:0},e.smi=function(e){return e>>>1&1073741824|3221225471&e},e.hash=function(t){if(t!=t||t===1/0)return 0;for(var r=t;t>4294967295;)r^=t/=4294967295;return e.smi(r)},e.hashCode=function(){for(var t=17,r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];for(var a=0,o=n;a<o.length;a++){var s=o[a];t=(t<<5)-t+e.hash(s)}return e.hash(t)},e}();
14
+ /**
15
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
16
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
17
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
18
+ */MathUtil.MAX_SAFE_INTEGER=MAX_SAFE_INTEGER$1,MathUtil.MIN_SAFE_INTEGER=MIN_SAFE_INTEGER;
19
+ /**
20
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
21
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
22
+ */
23
+ var Enum=function(){function e(e){this._name=e}var t=e.prototype;return t.equals=function(e){return this===e},t.toString=function(){return this._name},t.toJSON=function(){return this.toString()},e}(),TemporalAmount=function(){function e(){}var t=e.prototype;return t.get=function(e){abstractMethodFail("get")},t.units=function(){abstractMethodFail("units")},t.addTo=function(e){abstractMethodFail("addTo")},t.subtractFrom=function(e){abstractMethodFail("subtractFrom")},e}();
24
+ /*
25
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
26
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
27
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
28
+ */"undefined"!=typeof Symbol&&Symbol.toPrimitive&&(TemporalAmount.prototype[Symbol.toPrimitive]=function(e){if("number"!==e)return this.toString();throw new TypeError("A conversion from TemporalAmount to a number is not allowed. To compare use the methods .equals(), .compareTo(), .isBefore() or one that is more suitable to your use case.")})
29
+ /*
30
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
31
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
32
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
33
+ */;var TemporalUnit=function(){function e(){}var t=e.prototype;return t.duration=function(){abstractMethodFail("duration")},t.isDurationEstimated=function(){abstractMethodFail("isDurationEstimated")},t.isDateBased=function(){abstractMethodFail("isDateBased")},t.isTimeBased=function(){abstractMethodFail("isTimeBased")},t.isSupportedBy=function(e){abstractMethodFail("isSupportedBy")},t.addTo=function(e,t){abstractMethodFail("addTo")},t.between=function(e,t){abstractMethodFail("between")},e}(),Duration=function(e){function t(t,r){var n;return(n=e.call(this)||this)._seconds=MathUtil.safeToInt(t),n._nanos=MathUtil.safeToInt(r),n}_inheritsLoose$1(t,e),t.ofDays=function(e){return t._create(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_DAY),0)},t.ofHours=function(e){return t._create(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_HOUR),0)},t.ofMinutes=function(e){return t._create(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_MINUTE),0)},t.ofSeconds=function(e,r){void 0===r&&(r=0);var n=MathUtil.safeAdd(e,MathUtil.floorDiv(r,LocalTime.NANOS_PER_SECOND)),i=MathUtil.floorMod(r,LocalTime.NANOS_PER_SECOND);return t._create(n,i)},t.ofMillis=function(e){var r=MathUtil.intDiv(e,1e3),n=MathUtil.intMod(e,1e3);return n<0&&(n+=1e3,r--),t._create(r,1e6*n)},t.ofNanos=function(e){var t=MathUtil.intDiv(e,LocalTime.NANOS_PER_SECOND),r=MathUtil.intMod(e,LocalTime.NANOS_PER_SECOND);return r<0&&(r+=LocalTime.NANOS_PER_SECOND,t--),this._create(t,r)},t.of=function(e,r){return t.ZERO.plus(e,r)},t.from=function(e){requireNonNull(e,"amount"),requireInstance(e,TemporalAmount);var r=t.ZERO;return e.units().forEach((function(t){r=r.plus(e.get(t),t)})),r},t.between=function(e,t){requireNonNull(e,"startInclusive"),requireNonNull(t,"endExclusive");var r=e.until(t,ChronoUnit.SECONDS),n=0;if(e.isSupported(ChronoField.NANO_OF_SECOND)&&t.isSupported(ChronoField.NANO_OF_SECOND))try{var i=e.getLong(ChronoField.NANO_OF_SECOND);if(n=t.getLong(ChronoField.NANO_OF_SECOND)-i,r>0&&n<0)n+=LocalTime.NANOS_PER_SECOND;else if(r<0&&n>0)n-=LocalTime.NANOS_PER_SECOND;else if(0===r&&0!==n){var a=t.with(ChronoField.NANO_OF_SECOND,i);r=e.until(a,ChronoUnit.SECONDS)}}catch(e){}return this.ofSeconds(r,n)},t.parse=function(e){requireNonNull(e,"text");var r=new RegExp("([-+]?)P(?:([-+]?[0-9]+)D)?(T(?:([-+]?[0-9]+)H)?(?:([-+]?[0-9]+)M)?(?:([-+]?[0-9]+)(?:[.,]([0-9]{0,9}))?S)?)?","i").exec(e);if(null!==r&&"T"===r[3]==!1){var n="-"===r[1],i=r[2],a=r[4],o=r[5],s=r[6],u=r[7];if(null!=i||null!=a||null!=o||null!=s){var l=t._parseNumber(e,i,LocalTime.SECONDS_PER_DAY,"days"),c=t._parseNumber(e,a,LocalTime.SECONDS_PER_HOUR,"hours"),d=t._parseNumber(e,o,LocalTime.SECONDS_PER_MINUTE,"minutes"),h=t._parseNumber(e,s,1,"seconds"),f=null!=s&&"-"===s.charAt(0),p=t._parseFraction(e,u,f?-1:1);try{return t._create(n,l,c,d,h,p)}catch(t){throw new DateTimeParseException("Text cannot be parsed to a Duration: overflow",e,0,t)}}}throw new DateTimeParseException("Text cannot be parsed to a Duration",e,0)},t._parseNumber=function(e,t,r,n){if(null==t)return 0;try{return"+"===t[0]&&(t=t.substring(1)),MathUtil.safeMultiply(parseFloat(t),r)}catch(t){throw new DateTimeParseException("Text cannot be parsed to a Duration: "+n,e,0,t)}},t._parseFraction=function(e,t,r){return null==t||0===t.length?0:(t=(t+"000000000").substring(0,9),parseFloat(t)*r)},t._create=function(){return arguments.length<=2?t._createSecondsNanos(arguments[0],arguments[1]):t._createNegateDaysHoursMinutesSecondsNanos(arguments[0],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},t._createNegateDaysHoursMinutesSecondsNanos=function(e,r,n,i,a,o){var s=MathUtil.safeAdd(r,MathUtil.safeAdd(n,MathUtil.safeAdd(i,a)));return e?t.ofSeconds(s,o).negated():t.ofSeconds(s,o)},t._createSecondsNanos=function(e,r){return void 0===e&&(e=0),void 0===r&&(r=0),0===e&&0===r?t.ZERO:new t(e,r)};var r=t.prototype;return r.get=function(e){if(e===ChronoUnit.SECONDS)return this._seconds;if(e===ChronoUnit.NANOS)return this._nanos;throw new UnsupportedTemporalTypeException("Unsupported unit: "+e)},r.units=function(){return[ChronoUnit.SECONDS,ChronoUnit.NANOS]},r.isZero=function(){return 0===this._seconds&&0===this._nanos},r.isNegative=function(){return this._seconds<0},r.seconds=function(){return this._seconds},r.nano=function(){return this._nanos},r.withSeconds=function(e){return t._create(e,this._nanos)},r.withNanos=function(e){return ChronoField.NANO_OF_SECOND.checkValidIntValue(e),t._create(this._seconds,e)},r.plusDuration=function(e){return requireNonNull(e,"duration"),this.plus(e.seconds(),e.nano())},r.plus=function(e,t){return 1===arguments.length?this.plusDuration(e):2===arguments.length&&t instanceof TemporalUnit?this.plusAmountUnit(e,t):this.plusSecondsNanos(e,t)},r.plusAmountUnit=function(e,t){if(requireNonNull(e,"amountToAdd"),requireNonNull(t,"unit"),t===ChronoUnit.DAYS)return this.plusSecondsNanos(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_DAY),0);if(t.isDurationEstimated())throw new UnsupportedTemporalTypeException("Unit must not have an estimated duration");if(0===e)return this;if(t instanceof ChronoUnit){switch(t){case ChronoUnit.NANOS:return this.plusNanos(e);case ChronoUnit.MICROS:return this.plusSecondsNanos(1e3*MathUtil.intDiv(e,1e9),1e3*MathUtil.intMod(e,1e9));case ChronoUnit.MILLIS:return this.plusMillis(e);case ChronoUnit.SECONDS:return this.plusSeconds(e)}return this.plusSecondsNanos(MathUtil.safeMultiply(t.duration().seconds(),e),0)}var r=t.duration().multipliedBy(e);return this.plusSecondsNanos(r.seconds(),r.nano())},r.plusDays=function(e){return this.plusSecondsNanos(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_DAY),0)},r.plusHours=function(e){return this.plusSecondsNanos(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_HOUR),0)},r.plusMinutes=function(e){return this.plusSecondsNanos(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_MINUTE),0)},r.plusSeconds=function(e){return this.plusSecondsNanos(e,0)},r.plusMillis=function(e){return this.plusSecondsNanos(MathUtil.intDiv(e,1e3),1e6*MathUtil.intMod(e,1e3))},r.plusNanos=function(e){return this.plusSecondsNanos(0,e)},r.plusSecondsNanos=function(e,r){if(requireNonNull(e,"secondsToAdd"),requireNonNull(r,"nanosToAdd"),0===e&&0===r)return this;var n=MathUtil.safeAdd(this._seconds,e);n=MathUtil.safeAdd(n,MathUtil.intDiv(r,LocalTime.NANOS_PER_SECOND)),r=MathUtil.intMod(r,LocalTime.NANOS_PER_SECOND);var i=MathUtil.safeAdd(this._nanos,r);return t.ofSeconds(n,i)},r.minus=function(e,t){return 1===arguments.length?this.minusDuration(e):this.minusAmountUnit(e,t)},r.minusDuration=function(e){requireNonNull(e,"duration");var t=e.seconds(),r=e.nano();return t===MIN_SAFE_INTEGER?this.plus(MAX_SAFE_INTEGER$1,-r):this.plus(-t,-r)},r.minusAmountUnit=function(e,t){return requireNonNull(e,"amountToSubtract"),requireNonNull(t,"unit"),e===MIN_SAFE_INTEGER?this.plusAmountUnit(MAX_SAFE_INTEGER$1,t):this.plusAmountUnit(-e,t)},r.minusDays=function(e){return e===MIN_SAFE_INTEGER?this.plusDays(MAX_SAFE_INTEGER$1):this.plusDays(-e)},r.minusHours=function(e){return e===MIN_SAFE_INTEGER?this.plusHours(MAX_SAFE_INTEGER$1):this.plusHours(-e)},r.minusMinutes=function(e){return e===MIN_SAFE_INTEGER?this.plusMinutes(MAX_SAFE_INTEGER$1):this.plusMinutes(-e)},r.minusSeconds=function(e){return e===MIN_SAFE_INTEGER?this.plusSeconds(MAX_SAFE_INTEGER$1):this.plusSeconds(-e)},r.minusMillis=function(e){return e===MIN_SAFE_INTEGER?this.plusMillis(MAX_SAFE_INTEGER$1):this.plusMillis(-e)},r.minusNanos=function(e){return e===MIN_SAFE_INTEGER?this.plusNanos(MAX_SAFE_INTEGER$1):this.plusNanos(-e)},r.multipliedBy=function(e){if(0===e)return t.ZERO;if(1===e)return this;var r=MathUtil.safeMultiply(this._seconds,e),n=MathUtil.safeMultiply(this._nanos,e);return r+=MathUtil.intDiv(n,LocalTime.NANOS_PER_SECOND),n=MathUtil.intMod(n,LocalTime.NANOS_PER_SECOND),t.ofSeconds(r,n)},r.dividedBy=function(e){if(0===e)throw new ArithmeticException("Cannot divide by zero");if(1===e)return this;var r=MathUtil.intDiv(this._seconds,e),n=MathUtil.roundDown((this._seconds/e-r)*LocalTime.NANOS_PER_SECOND),i=MathUtil.intDiv(this._nanos,e);return i=n+i,t.ofSeconds(r,i)},r.negated=function(){return this.multipliedBy(-1)},r.abs=function(){return this.isNegative()?this.negated():this},r.addTo=function(e){return requireNonNull(e,"temporal"),0!==this._seconds&&(e=e.plus(this._seconds,ChronoUnit.SECONDS)),0!==this._nanos&&(e=e.plus(this._nanos,ChronoUnit.NANOS)),e},r.subtractFrom=function(e){return requireNonNull(e,"temporal"),0!==this._seconds&&(e=e.minus(this._seconds,ChronoUnit.SECONDS)),0!==this._nanos&&(e=e.minus(this._nanos,ChronoUnit.NANOS)),e},r.toDays=function(){return MathUtil.intDiv(this._seconds,LocalTime.SECONDS_PER_DAY)},r.toHours=function(){return MathUtil.intDiv(this._seconds,LocalTime.SECONDS_PER_HOUR)},r.toMinutes=function(){return MathUtil.intDiv(this._seconds,LocalTime.SECONDS_PER_MINUTE)},r.toMillis=function(){var e=Math.round(MathUtil.safeMultiply(this._seconds,1e3));return e=MathUtil.safeAdd(e,MathUtil.intDiv(this._nanos,1e6))},r.toNanos=function(){var e=MathUtil.safeMultiply(this._seconds,LocalTime.NANOS_PER_SECOND);return e=MathUtil.safeAdd(e,this._nanos)},r.compareTo=function(e){requireNonNull(e,"otherDuration"),requireInstance(e,t,"otherDuration");var r=MathUtil.compareNumbers(this._seconds,e.seconds());return 0!==r?r:this._nanos-e.nano()},r.equals=function(e){return this===e||e instanceof t&&(this.seconds()===e.seconds()&&this.nano()===e.nano())},r.toString=function(){if(this===t.ZERO)return"PT0S";var e,r=MathUtil.intDiv(this._seconds,LocalTime.SECONDS_PER_HOUR),n=MathUtil.intDiv(MathUtil.intMod(this._seconds,LocalTime.SECONDS_PER_HOUR),LocalTime.SECONDS_PER_MINUTE),i=MathUtil.intMod(this._seconds,LocalTime.SECONDS_PER_MINUTE),a="PT";if(0!==r&&(a+=r+"H"),0!==n&&(a+=n+"M"),0===i&&0===this._nanos&&a.length>2)return a;if(i<0&&this._nanos>0?a+=-1===i?"-0":i+1:a+=i,this._nanos>0)for(a+=".",a+=e=(e=i<0?""+(2*LocalTime.NANOS_PER_SECOND-this._nanos):""+(LocalTime.NANOS_PER_SECOND+this._nanos)).slice(1,e.length);"0"===a.charAt(a.length-1);)a=a.slice(0,a.length-1);return a+="S"},r.toJSON=function(){return this.toString()},t}(TemporalAmount);function _init$n(){Duration.ZERO=new Duration(0,0)}
34
+ /*
35
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
36
+ * @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
37
+ */var YearConstants=function(){};function _init$m(){YearConstants.MIN_VALUE=-999999,YearConstants.MAX_VALUE=999999}var ChronoUnit=function(e){function t(t,r){var n;return(n=e.call(this)||this)._name=t,n._duration=r,n}_inheritsLoose$1(t,e);var r=t.prototype;return r.duration=function(){return this._duration},r.isDurationEstimated=function(){return this.isDateBased()||this===t.FOREVER},r.isDateBased=function(){return this.compareTo(t.DAYS)>=0&&this!==t.FOREVER},r.isTimeBased=function(){return this.compareTo(t.DAYS)<0},r.isSupportedBy=function(e){if(this===t.FOREVER)return!1;try{return e.plus(1,this),!0}catch(t){try{return e.plus(-1,this),!0}catch(e){return!1}}},r.addTo=function(e,t){return e.plus(t,this)},r.between=function(e,t){return e.until(t,this)},r.toString=function(){return this._name},r.compareTo=function(e){return this.duration().compareTo(e.duration())},t}(TemporalUnit);function _init$l(){ChronoUnit.NANOS=new ChronoUnit("Nanos",Duration.ofNanos(1)),ChronoUnit.MICROS=new ChronoUnit("Micros",Duration.ofNanos(1e3)),ChronoUnit.MILLIS=new ChronoUnit("Millis",Duration.ofNanos(1e6)),ChronoUnit.SECONDS=new ChronoUnit("Seconds",Duration.ofSeconds(1)),ChronoUnit.MINUTES=new ChronoUnit("Minutes",Duration.ofSeconds(60)),ChronoUnit.HOURS=new ChronoUnit("Hours",Duration.ofSeconds(3600)),ChronoUnit.HALF_DAYS=new ChronoUnit("HalfDays",Duration.ofSeconds(43200)),ChronoUnit.DAYS=new ChronoUnit("Days",Duration.ofSeconds(86400)),ChronoUnit.WEEKS=new ChronoUnit("Weeks",Duration.ofSeconds(604800)),ChronoUnit.MONTHS=new ChronoUnit("Months",Duration.ofSeconds(2629746)),ChronoUnit.YEARS=new ChronoUnit("Years",Duration.ofSeconds(31556952)),ChronoUnit.DECADES=new ChronoUnit("Decades",Duration.ofSeconds(315569520)),ChronoUnit.CENTURIES=new ChronoUnit("Centuries",Duration.ofSeconds(3155695200)),ChronoUnit.MILLENNIA=new ChronoUnit("Millennia",Duration.ofSeconds(31556952e3)),ChronoUnit.ERAS=new ChronoUnit("Eras",Duration.ofSeconds(31556952*(YearConstants.MAX_VALUE+1))),ChronoUnit.FOREVER=new ChronoUnit("Forever",Duration.ofSeconds(MathUtil.MAX_SAFE_INTEGER,999999999))}
38
+ /**
39
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
40
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
41
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
42
+ */var TemporalField=function(){function e(){}var t=e.prototype;return t.isDateBased=function(){abstractMethodFail("isDateBased")},t.isTimeBased=function(){abstractMethodFail("isTimeBased")},t.baseUnit=function(){abstractMethodFail("baseUnit")},t.rangeUnit=function(){abstractMethodFail("rangeUnit")},t.range=function(){abstractMethodFail("range")},t.rangeRefinedBy=function(e){abstractMethodFail("rangeRefinedBy")},t.getFrom=function(e){abstractMethodFail("getFrom")},t.adjustInto=function(e,t){abstractMethodFail("adjustInto")},t.isSupportedBy=function(e){abstractMethodFail("isSupportedBy")},t.displayName=function(){abstractMethodFail("displayName")},t.equals=function(e){abstractMethodFail("equals")},t.name=function(){abstractMethodFail("name")},e}(),ValueRange=function(){function e(e,t,r,n){assert(!(e>t),"Smallest minimum value '"+e+"' must be less than largest minimum value '"+t+"'",IllegalArgumentException),assert(!(r>n),"Smallest maximum value '"+r+"' must be less than largest maximum value '"+n+"'",IllegalArgumentException),assert(!(t>n),"Minimum value '"+t+"' must be less than maximum value '"+n+"'",IllegalArgumentException),this._minSmallest=e,this._minLargest=t,this._maxLargest=n,this._maxSmallest=r}var t=e.prototype;return t.isFixed=function(){return this._minSmallest===this._minLargest&&this._maxSmallest===this._maxLargest},t.minimum=function(){return this._minSmallest},t.largestMinimum=function(){return this._minLargest},t.maximum=function(){return this._maxLargest},t.smallestMaximum=function(){return this._maxSmallest},t.isValidValue=function(e){return this.minimum()<=e&&e<=this.maximum()},t.checkValidValue=function(e,t){return this.isValidValue(e)?e:assert(!1,null!=t?"Invalid value for "+t+" (valid values "+this.toString()+"): "+e:"Invalid value (valid values "+this.toString()+"): "+e,DateTimeException)},t.checkValidIntValue=function(e,t){if(!1===this.isValidIntValue(e))throw new DateTimeException("Invalid int value for "+t+": "+e);return e},t.isValidIntValue=function(e){return this.isIntValue()&&this.isValidValue(e)},t.isIntValue=function(){return this.minimum()>=MathUtil.MIN_SAFE_INTEGER&&this.maximum()<=MathUtil.MAX_SAFE_INTEGER},t.equals=function(t){return t===this||t instanceof e&&(this._minSmallest===t._minSmallest&&this._minLargest===t._minLargest&&this._maxSmallest===t._maxSmallest&&this._maxLargest===t._maxLargest)},t.hashCode=function(){return MathUtil.hashCode(this._minSmallest,this._minLargest,this._maxSmallest,this._maxLargest)},t.toString=function(){var e=this.minimum()+(this.minimum()!==this.largestMinimum()?"/"+this.largestMinimum():"");return e+=" - ",e+=this.smallestMaximum()+(this.smallestMaximum()!==this.maximum()?"/"+this.maximum():"")},e.of=function(){return 2===arguments.length?new e(arguments[0],arguments[0],arguments[1],arguments[1]):3===arguments.length?new e(arguments[0],arguments[0],arguments[1],arguments[2]):4===arguments.length?new e(arguments[0],arguments[1],arguments[2],arguments[3]):assert(!1,"Invalid number of arguments "+arguments.length,IllegalArgumentException)},e}(),ChronoField=function(e){function t(t,r,n,i){var a;return(a=e.call(this)||this)._name=t,a._baseUnit=r,a._rangeUnit=n,a._range=i,a}_inheritsLoose$1(t,e),t.byName=function(e){for(var r in t)if(t[r]&&t[r]instanceof t&&t[r].name()===e)return t[r]};var r=t.prototype;return r.name=function(){return this._name},r.baseUnit=function(){return this._baseUnit},r.rangeUnit=function(){return this._rangeUnit},r.range=function(){return this._range},r.displayName=function(){return this.toString()},r.checkValidValue=function(e){return this.range().checkValidValue(e,this)},r.checkValidIntValue=function(e){return this.range().checkValidIntValue(e,this)},r.isDateBased=function(){return this===t.DAY_OF_WEEK||this===t.ALIGNED_DAY_OF_WEEK_IN_MONTH||this===t.ALIGNED_DAY_OF_WEEK_IN_YEAR||this===t.DAY_OF_MONTH||this===t.DAY_OF_YEAR||this===t.EPOCH_DAY||this===t.ALIGNED_WEEK_OF_MONTH||this===t.ALIGNED_WEEK_OF_YEAR||this===t.MONTH_OF_YEAR||this===t.PROLEPTIC_MONTH||this===t.YEAR_OF_ERA||this===t.YEAR||this===t.ERA},r.isTimeBased=function(){return this===t.NANO_OF_SECOND||this===t.NANO_OF_DAY||this===t.MICRO_OF_SECOND||this===t.MICRO_OF_DAY||this===t.MILLI_OF_SECOND||this===t.MILLI_OF_DAY||this===t.SECOND_OF_MINUTE||this===t.SECOND_OF_DAY||this===t.MINUTE_OF_HOUR||this===t.MINUTE_OF_DAY||this===t.HOUR_OF_AMPM||this===t.CLOCK_HOUR_OF_AMPM||this===t.HOUR_OF_DAY||this===t.CLOCK_HOUR_OF_DAY||this===t.AMPM_OF_DAY},r.rangeRefinedBy=function(e){return e.range(this)},r.getFrom=function(e){return e.getLong(this)},r.toString=function(){return this.name()},r.equals=function(e){return this===e},r.adjustInto=function(e,t){return e.with(this,t)},r.isSupportedBy=function(e){return e.isSupported(this)},t}(TemporalField);
43
+ /**
44
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
45
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
46
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
47
+ */function _init$k(){ChronoField.NANO_OF_SECOND=new ChronoField("NanoOfSecond",ChronoUnit.NANOS,ChronoUnit.SECONDS,ValueRange.of(0,999999999)),ChronoField.NANO_OF_DAY=new ChronoField("NanoOfDay",ChronoUnit.NANOS,ChronoUnit.DAYS,ValueRange.of(0,86399999999999)),ChronoField.MICRO_OF_SECOND=new ChronoField("MicroOfSecond",ChronoUnit.MICROS,ChronoUnit.SECONDS,ValueRange.of(0,999999)),ChronoField.MICRO_OF_DAY=new ChronoField("MicroOfDay",ChronoUnit.MICROS,ChronoUnit.DAYS,ValueRange.of(0,86399999999)),ChronoField.MILLI_OF_SECOND=new ChronoField("MilliOfSecond",ChronoUnit.MILLIS,ChronoUnit.SECONDS,ValueRange.of(0,999)),ChronoField.MILLI_OF_DAY=new ChronoField("MilliOfDay",ChronoUnit.MILLIS,ChronoUnit.DAYS,ValueRange.of(0,86399999)),ChronoField.SECOND_OF_MINUTE=new ChronoField("SecondOfMinute",ChronoUnit.SECONDS,ChronoUnit.MINUTES,ValueRange.of(0,59)),ChronoField.SECOND_OF_DAY=new ChronoField("SecondOfDay",ChronoUnit.SECONDS,ChronoUnit.DAYS,ValueRange.of(0,86399)),ChronoField.MINUTE_OF_HOUR=new ChronoField("MinuteOfHour",ChronoUnit.MINUTES,ChronoUnit.HOURS,ValueRange.of(0,59)),ChronoField.MINUTE_OF_DAY=new ChronoField("MinuteOfDay",ChronoUnit.MINUTES,ChronoUnit.DAYS,ValueRange.of(0,1439)),ChronoField.HOUR_OF_AMPM=new ChronoField("HourOfAmPm",ChronoUnit.HOURS,ChronoUnit.HALF_DAYS,ValueRange.of(0,11)),ChronoField.CLOCK_HOUR_OF_AMPM=new ChronoField("ClockHourOfAmPm",ChronoUnit.HOURS,ChronoUnit.HALF_DAYS,ValueRange.of(1,12)),ChronoField.HOUR_OF_DAY=new ChronoField("HourOfDay",ChronoUnit.HOURS,ChronoUnit.DAYS,ValueRange.of(0,23)),ChronoField.CLOCK_HOUR_OF_DAY=new ChronoField("ClockHourOfDay",ChronoUnit.HOURS,ChronoUnit.DAYS,ValueRange.of(1,24)),ChronoField.AMPM_OF_DAY=new ChronoField("AmPmOfDay",ChronoUnit.HALF_DAYS,ChronoUnit.DAYS,ValueRange.of(0,1)),ChronoField.DAY_OF_WEEK=new ChronoField("DayOfWeek",ChronoUnit.DAYS,ChronoUnit.WEEKS,ValueRange.of(1,7)),ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH=new ChronoField("AlignedDayOfWeekInMonth",ChronoUnit.DAYS,ChronoUnit.WEEKS,ValueRange.of(1,7)),ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR=new ChronoField("AlignedDayOfWeekInYear",ChronoUnit.DAYS,ChronoUnit.WEEKS,ValueRange.of(1,7)),ChronoField.DAY_OF_MONTH=new ChronoField("DayOfMonth",ChronoUnit.DAYS,ChronoUnit.MONTHS,ValueRange.of(1,28,31),"day"),ChronoField.DAY_OF_YEAR=new ChronoField("DayOfYear",ChronoUnit.DAYS,ChronoUnit.YEARS,ValueRange.of(1,365,366)),ChronoField.EPOCH_DAY=new ChronoField("EpochDay",ChronoUnit.DAYS,ChronoUnit.FOREVER,ValueRange.of(-365961662,364522971)),ChronoField.ALIGNED_WEEK_OF_MONTH=new ChronoField("AlignedWeekOfMonth",ChronoUnit.WEEKS,ChronoUnit.MONTHS,ValueRange.of(1,4,5)),ChronoField.ALIGNED_WEEK_OF_YEAR=new ChronoField("AlignedWeekOfYear",ChronoUnit.WEEKS,ChronoUnit.YEARS,ValueRange.of(1,53)),ChronoField.MONTH_OF_YEAR=new ChronoField("MonthOfYear",ChronoUnit.MONTHS,ChronoUnit.YEARS,ValueRange.of(1,12),"month"),ChronoField.PROLEPTIC_MONTH=new ChronoField("ProlepticMonth",ChronoUnit.MONTHS,ChronoUnit.FOREVER,ValueRange.of(12*YearConstants.MIN_VALUE,12*YearConstants.MAX_VALUE+11)),ChronoField.YEAR_OF_ERA=new ChronoField("YearOfEra",ChronoUnit.YEARS,ChronoUnit.FOREVER,ValueRange.of(1,YearConstants.MAX_VALUE,YearConstants.MAX_VALUE+1)),ChronoField.YEAR=new ChronoField("Year",ChronoUnit.YEARS,ChronoUnit.FOREVER,ValueRange.of(YearConstants.MIN_VALUE,YearConstants.MAX_VALUE),"year"),ChronoField.ERA=new ChronoField("Era",ChronoUnit.ERAS,ChronoUnit.FOREVER,ValueRange.of(0,1)),ChronoField.INSTANT_SECONDS=new ChronoField("InstantSeconds",ChronoUnit.SECONDS,ChronoUnit.FOREVER,ValueRange.of(MIN_SAFE_INTEGER,MAX_SAFE_INTEGER$1)),ChronoField.OFFSET_SECONDS=new ChronoField("OffsetSeconds",ChronoUnit.SECONDS,ChronoUnit.FOREVER,ValueRange.of(-64800,64800))}
48
+ /**
49
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
50
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
51
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
52
+ */var TemporalQueries=function(){function e(){}return e.zoneId=function(){return e.ZONE_ID},e.chronology=function(){return e.CHRONO},e.precision=function(){return e.PRECISION},e.zone=function(){return e.ZONE},e.offset=function(){return e.OFFSET},e.localDate=function(){return e.LOCAL_DATE},e.localTime=function(){return e.LOCAL_TIME},e}(),TemporalAccessor=function(){function e(){}var t=e.prototype;return t.query=function(e){return e===TemporalQueries.zoneId()||e===TemporalQueries.chronology()||e===TemporalQueries.precision()?null:e.queryFrom(this)},t.get=function(e){return this.range(e).checkValidIntValue(this.getLong(e),e)},t.getLong=function(e){abstractMethodFail("getLong")},t.range=function(e){if(e instanceof ChronoField){if(this.isSupported(e))return e.range();throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.rangeRefinedBy(this)},t.isSupported=function(e){abstractMethodFail("isSupported")},e}(),TemporalQuery=function(e){function t(){return e.apply(this,arguments)||this}return _inheritsLoose$1(t,e),t.prototype.queryFrom=function(e){abstractMethodFail("queryFrom")},t}(Enum);
53
+ /**
54
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
55
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
56
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
57
+ */function createTemporalQuery(e,t){var r=function(e){function t(){return e.apply(this,arguments)||this}return _inheritsLoose$1(t,e),t}(TemporalQuery);return r.prototype.queryFrom=t,new r(e)}var DayOfWeek=function(e){function t(t,r){var n;return(n=e.call(this)||this)._ordinal=t,n._name=r,n}_inheritsLoose$1(t,e);var r=t.prototype;return r.ordinal=function(){return this._ordinal},r.name=function(){return this._name},t.values=function(){return ENUMS.slice()},t.valueOf=function(e){for(var r=0;r<ENUMS.length&&ENUMS[r].name()!==e;r++);return t.of(r+1)},t.of=function(e){if(e<1||e>7)throw new DateTimeException("Invalid value for DayOfWeek: "+e);return ENUMS[e-1]},t.from=function(e){if(assert(null!=e,"temporal",NullPointerException),e instanceof t)return e;try{return t.of(e.get(ChronoField.DAY_OF_WEEK))}catch(t){throw t instanceof DateTimeException?new DateTimeException("Unable to obtain DayOfWeek from TemporalAccessor: "+e+", type "+(null!=e.constructor?e.constructor.name:""),t):t}},r.value=function(){return this._ordinal+1},r.displayName=function(e,t){throw new IllegalArgumentException("Pattern using (localized) text not implemented yet!")},r.isSupported=function(e){return e instanceof ChronoField?e===ChronoField.DAY_OF_WEEK:null!=e&&e.isSupportedBy(this)},r.range=function(e){if(e===ChronoField.DAY_OF_WEEK)return e.range();if(e instanceof ChronoField)throw new UnsupportedTemporalTypeException("Unsupported field: "+e);return e.rangeRefinedBy(this)},r.get=function(e){return e===ChronoField.DAY_OF_WEEK?this.value():this.range(e).checkValidIntValue(this.getLong(e),e)},r.getLong=function(e){if(e===ChronoField.DAY_OF_WEEK)return this.value();if(e instanceof ChronoField)throw new UnsupportedTemporalTypeException("Unsupported field: "+e);return e.getFrom(this)},r.plus=function(e){var t=MathUtil.floorMod(e,7);return ENUMS[MathUtil.floorMod(this._ordinal+(t+7),7)]},r.minus=function(e){return this.plus(-1*MathUtil.floorMod(e,7))},r.query=function(e){return e===TemporalQueries.precision()?ChronoUnit.DAYS:e===TemporalQueries.localDate()||e===TemporalQueries.localTime()||e===TemporalQueries.chronology()||e===TemporalQueries.zone()||e===TemporalQueries.zoneId()||e===TemporalQueries.offset()?null:(assert(null!=e,"query",NullPointerException),e.queryFrom(this))},r.adjustInto=function(e){return requireNonNull(e,"temporal"),e.with(ChronoField.DAY_OF_WEEK,this.value())},r.equals=function(e){return this===e},r.toString=function(){return this._name},r.compareTo=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this._ordinal-e._ordinal},r.toJSON=function(){return this.toString()},t}(TemporalAccessor),ENUMS;function _init$j(){DayOfWeek.MONDAY=new DayOfWeek(0,"MONDAY"),DayOfWeek.TUESDAY=new DayOfWeek(1,"TUESDAY"),DayOfWeek.WEDNESDAY=new DayOfWeek(2,"WEDNESDAY"),DayOfWeek.THURSDAY=new DayOfWeek(3,"THURSDAY"),DayOfWeek.FRIDAY=new DayOfWeek(4,"FRIDAY"),DayOfWeek.SATURDAY=new DayOfWeek(5,"SATURDAY"),DayOfWeek.SUNDAY=new DayOfWeek(6,"SUNDAY"),DayOfWeek.FROM=createTemporalQuery("DayOfWeek.FROM",(function(e){return DayOfWeek.from(e)})),ENUMS=[DayOfWeek.MONDAY,DayOfWeek.TUESDAY,DayOfWeek.WEDNESDAY,DayOfWeek.THURSDAY,DayOfWeek.FRIDAY,DayOfWeek.SATURDAY,DayOfWeek.SUNDAY]}var Month=function(e){function t(t,r){var n;return(n=e.call(this)||this)._value=MathUtil.safeToInt(t),n._name=r,n}_inheritsLoose$1(t,e);var r=t.prototype;return r.value=function(){return this._value},r.ordinal=function(){return this._value-1},r.name=function(){return this._name},r.displayName=function(e,t){throw new IllegalArgumentException("Pattern using (localized) text not implemented yet!")},r.isSupported=function(e){return null!==e&&(e instanceof ChronoField?e===ChronoField.MONTH_OF_YEAR:null!=e&&e.isSupportedBy(this))},r.get=function(e){return e===ChronoField.MONTH_OF_YEAR?this.value():this.range(e).checkValidIntValue(this.getLong(e),e)},r.getLong=function(e){if(e===ChronoField.MONTH_OF_YEAR)return this.value();if(e instanceof ChronoField)throw new UnsupportedTemporalTypeException("Unsupported field: "+e);return e.getFrom(this)},r.plus=function(e){var r=MathUtil.intMod(e,12)+12,n=MathUtil.intMod(this.value()+r,12);return n=0===n?12:n,t.of(n)},r.minus=function(e){return this.plus(-1*MathUtil.intMod(e,12))},r.length=function(e){switch(this){case t.FEBRUARY:return e?29:28;case t.APRIL:case t.JUNE:case t.SEPTEMBER:case t.NOVEMBER:return 30;default:return 31}},r.minLength=function(){switch(this){case t.FEBRUARY:return 28;case t.APRIL:case t.JUNE:case t.SEPTEMBER:case t.NOVEMBER:return 30;default:return 31}},r.maxLength=function(){switch(this){case t.FEBRUARY:return 29;case t.APRIL:case t.JUNE:case t.SEPTEMBER:case t.NOVEMBER:return 30;default:return 31}},r.firstDayOfYear=function(e){var r=e?1:0;switch(this){case t.JANUARY:return 1;case t.FEBRUARY:return 32;case t.MARCH:return 60+r;case t.APRIL:return 91+r;case t.MAY:return 121+r;case t.JUNE:return 152+r;case t.JULY:return 182+r;case t.AUGUST:return 213+r;case t.SEPTEMBER:return 244+r;case t.OCTOBER:return 274+r;case t.NOVEMBER:return 305+r;case t.DECEMBER:default:return 335+r}},r.firstMonthOfQuarter=function(){switch(this){case t.JANUARY:case t.FEBRUARY:case t.MARCH:return t.JANUARY;case t.APRIL:case t.MAY:case t.JUNE:return t.APRIL;case t.JULY:case t.AUGUST:case t.SEPTEMBER:return t.JULY;case t.OCTOBER:case t.NOVEMBER:case t.DECEMBER:default:return t.OCTOBER}},r.query=function(t){return assert(null!=t,"query() parameter must not be null",DateTimeException),t===TemporalQueries.chronology()?IsoChronology.INSTANCE:t===TemporalQueries.precision()?ChronoUnit.MONTHS:e.prototype.query.call(this,t)},r.toString=function(){switch(this){case t.JANUARY:return"JANUARY";case t.FEBRUARY:return"FEBRUARY";case t.MARCH:return"MARCH";case t.APRIL:return"APRIL";case t.MAY:return"MAY";case t.JUNE:return"JUNE";case t.JULY:return"JULY";case t.AUGUST:return"AUGUST";case t.SEPTEMBER:return"SEPTEMBER";case t.OCTOBER:return"OCTOBER";case t.NOVEMBER:return"NOVEMBER";case t.DECEMBER:return"DECEMBER";default:return"unknown Month, value: "+this.value()}},r.toJSON=function(){return this.toString()},r.adjustInto=function(e){return e.with(ChronoField.MONTH_OF_YEAR,this.value())},r.compareTo=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this._value-e._value},r.equals=function(e){return this===e},t.valueOf=function(e){for(var r=0;r<MONTHS.length&&MONTHS[r].name()!==e;r++);return t.of(r+1)},t.values=function(){return MONTHS.slice()},t.of=function(e){return(e<1||e>12)&&assert(!1,"Invalid value for MonthOfYear: "+e,DateTimeException),MONTHS[e-1]},t.from=function(e){if(e instanceof t)return e;try{return t.of(e.get(ChronoField.MONTH_OF_YEAR))}catch(t){throw new DateTimeException("Unable to obtain Month from TemporalAccessor: "+e+" of type "+(e&&null!=e.constructor?e.constructor.name:""),t)}},t}(TemporalAccessor),MONTHS;function _init$i(){Month.JANUARY=new Month(1,"JANUARY"),Month.FEBRUARY=new Month(2,"FEBRUARY"),Month.MARCH=new Month(3,"MARCH"),Month.APRIL=new Month(4,"APRIL"),Month.MAY=new Month(5,"MAY"),Month.JUNE=new Month(6,"JUNE"),Month.JULY=new Month(7,"JULY"),Month.AUGUST=new Month(8,"AUGUST"),Month.SEPTEMBER=new Month(9,"SEPTEMBER"),Month.OCTOBER=new Month(10,"OCTOBER"),Month.NOVEMBER=new Month(11,"NOVEMBER"),Month.DECEMBER=new Month(12,"DECEMBER"),MONTHS=[Month.JANUARY,Month.FEBRUARY,Month.MARCH,Month.APRIL,Month.MAY,Month.JUNE,Month.JULY,Month.AUGUST,Month.SEPTEMBER,Month.OCTOBER,Month.NOVEMBER,Month.DECEMBER]}var PATTERN=/([-+]?)P(?:([-+]?[0-9]+)Y)?(?:([-+]?[0-9]+)M)?(?:([-+]?[0-9]+)W)?(?:([-+]?[0-9]+)D)?/,Period=function(e){function t(r,n,i){var a;a=e.call(this)||this;var o=MathUtil.safeToInt(r),s=MathUtil.safeToInt(n),u=MathUtil.safeToInt(i);return 0===o&&0===s&&0===u?(t.ZERO||(a._years=o,a._months=s,a._days=u,t.ZERO=_assertThisInitialized$1(a)),t.ZERO||_assertThisInitialized$1(a)):(a._years=o,a._months=s,a._days=u,a)}_inheritsLoose$1(t,e),t.ofYears=function(e){return t.create(e,0,0)},t.ofMonths=function(e){return t.create(0,e,0)},t.ofWeeks=function(e){return t.create(0,0,MathUtil.safeMultiply(e,7))},t.ofDays=function(e){return t.create(0,0,e)},t.of=function(e,r,n){return t.create(e,r,n)},t.from=function(e){if(e instanceof t)return e;requireNonNull(e,"amount");for(var r=0,n=0,i=0,a=e.units(),o=0;o<a.length;o++){var s=a[o],u=e.get(s);if(s===ChronoUnit.YEARS)r=MathUtil.safeToInt(u);else if(s===ChronoUnit.MONTHS)n=MathUtil.safeToInt(u);else{if(s!==ChronoUnit.DAYS)throw new DateTimeException("Unit must be Years, Months or Days, but was "+s);i=MathUtil.safeToInt(u)}}return t.create(r,n,i)},t.between=function(e,t){return requireNonNull(e,"startDate"),requireNonNull(t,"endDate"),requireInstance(e,LocalDate,"startDate"),requireInstance(t,LocalDate,"endDate"),e.until(t)},t.parse=function(e){requireNonNull(e,"text");try{return t._parse(e)}catch(t){throw t instanceof ArithmeticException?new DateTimeParseException("Text cannot be parsed to a Period",e,0,t):t}},t._parse=function(e){var r=PATTERN.exec(e);if(null!=r){var n="-"===r[1]?-1:1,i=r[2],a=r[3],o=r[4],s=r[5];if(null!=i||null!=a||null!=o||null!=s){var u=t._parseNumber(e,i,n),l=t._parseNumber(e,a,n),c=t._parseNumber(e,o,n),d=t._parseNumber(e,s,n);return d=MathUtil.safeAdd(d,MathUtil.safeMultiply(c,7)),t.create(u,l,d)}}throw new DateTimeParseException("Text cannot be parsed to a Period",e,0)},t._parseNumber=function(e,t,r){if(null==t)return 0;var n=MathUtil.parseInt(t);return MathUtil.safeMultiply(n,r)},t.create=function(e,r,n){return new t(e,r,n)};var r=t.prototype;return r.units=function(){return[ChronoUnit.YEARS,ChronoUnit.MONTHS,ChronoUnit.DAYS]},r.chronology=function(){return IsoChronology.INSTANCE},r.get=function(e){if(e===ChronoUnit.YEARS)return this._years;if(e===ChronoUnit.MONTHS)return this._months;if(e===ChronoUnit.DAYS)return this._days;throw new UnsupportedTemporalTypeException("Unsupported unit: "+e)},r.isZero=function(){return this===t.ZERO},r.isNegative=function(){return this._years<0||this._months<0||this._days<0},r.years=function(){return this._years},r.months=function(){return this._months},r.days=function(){return this._days},r.withYears=function(e){return e===this._years?this:t.create(e,this._months,this._days)},r.withMonths=function(e){return e===this._months?this:t.create(this._years,e,this._days)},r.withDays=function(e){return e===this._days?this:t.create(this._years,this._months,e)},r.plus=function(e){var r=t.from(e);return t.create(MathUtil.safeAdd(this._years,r._years),MathUtil.safeAdd(this._months,r._months),MathUtil.safeAdd(this._days,r._days))},r.plusYears=function(e){return 0===e?this:t.create(MathUtil.safeToInt(MathUtil.safeAdd(this._years,e)),this._months,this._days)},r.plusMonths=function(e){return 0===e?this:t.create(this._years,MathUtil.safeToInt(MathUtil.safeAdd(this._months,e)),this._days)},r.plusDays=function(e){return 0===e?this:t.create(this._years,this._months,MathUtil.safeToInt(MathUtil.safeAdd(this._days,e)))},r.minus=function(e){var r=t.from(e);return t.create(MathUtil.safeSubtract(this._years,r._years),MathUtil.safeSubtract(this._months,r._months),MathUtil.safeSubtract(this._days,r._days))},r.minusYears=function(e){return this.plusYears(-1*e)},r.minusMonths=function(e){return this.plusMonths(-1*e)},r.minusDays=function(e){return this.plusDays(-1*e)},r.multipliedBy=function(e){return this===t.ZERO||1===e?this:t.create(MathUtil.safeMultiply(this._years,e),MathUtil.safeMultiply(this._months,e),MathUtil.safeMultiply(this._days,e))},r.negated=function(){return this.multipliedBy(-1)},r.normalized=function(){var e=this.toTotalMonths(),r=MathUtil.intDiv(e,12),n=MathUtil.intMod(e,12);return r===this._years&&n===this._months?this:t.create(MathUtil.safeToInt(r),n,this._days)},r.toTotalMonths=function(){return 12*this._years+this._months},r.addTo=function(e){return requireNonNull(e,"temporal"),0!==this._years?e=0!==this._months?e.plus(this.toTotalMonths(),ChronoUnit.MONTHS):e.plus(this._years,ChronoUnit.YEARS):0!==this._months&&(e=e.plus(this._months,ChronoUnit.MONTHS)),0!==this._days&&(e=e.plus(this._days,ChronoUnit.DAYS)),e},r.subtractFrom=function(e){return requireNonNull(e,"temporal"),0!==this._years?e=0!==this._months?e.minus(this.toTotalMonths(),ChronoUnit.MONTHS):e.minus(this._years,ChronoUnit.YEARS):0!==this._months&&(e=e.minus(this._months,ChronoUnit.MONTHS)),0!==this._days&&(e=e.minus(this._days,ChronoUnit.DAYS)),e},r.equals=function(e){if(this===e)return!0;if(e instanceof t){var r=e;return this._years===r._years&&this._months===r._months&&this._days===r._days}return!1},r.hashCode=function(){return MathUtil.hashCode(this._years,this._months,this._days)},r.toString=function(){if(this===t.ZERO)return"P0D";var e="P";return 0!==this._years&&(e+=this._years+"Y"),0!==this._months&&(e+=this._months+"M"),0!==this._days&&(e+=this._days+"D"),e},r.toJSON=function(){return this.toString()},t}(TemporalAmount);function _init$h(){Period.ofDays(0)}
58
+ /*
59
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
60
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
61
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
62
+ */var ParsePosition=function(){function e(e){this._index=e,this._errorIndex=-1}var t=e.prototype;return t.getIndex=function(){return this._index},t.setIndex=function(e){this._index=e},t.getErrorIndex=function(){return this._errorIndex},t.setErrorIndex=function(e){this._errorIndex=e},e}(),EnumMap=function(){function e(){this._map={}}var t=e.prototype;return t.putAll=function(e){for(var t in e._map)this._map[t]=e._map[t];return this},t.containsKey=function(e){return this._map.hasOwnProperty(e.name())&&void 0!==this.get(e)},t.get=function(e){return this._map[e.name()]},t.put=function(e,t){return this.set(e,t)},t.set=function(e,t){return this._map[e.name()]=t,this},t.retainAll=function(e){for(var t={},r=0;r<e.length;r++){var n=e[r].name();t[n]=this._map[n]}return this._map=t,this},t.remove=function(e){var t=e.name(),r=this._map[t];return this._map[t]=void 0,r},t.keySet=function(){return this._map},t.clear=function(){this._map={}},e}(),ResolverStyle=function(e){function t(){return e.apply(this,arguments)||this}return _inheritsLoose$1(t,e),t}(Enum);
63
+ /*
64
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
65
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
66
+ */ResolverStyle.STRICT=new ResolverStyle("STRICT"),ResolverStyle.SMART=new ResolverStyle("SMART"),ResolverStyle.LENIENT=new ResolverStyle("LENIENT");var Temporal=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.isSupported=function(e){abstractMethodFail("isSupported")},r.minus=function(e,t){return arguments.length<2?this._minusAmount(e):this._minusUnit(e,t)},r._minusAmount=function(e){return requireNonNull(e,"amount"),requireInstance(e,TemporalAmount,"amount"),e.subtractFrom(this)},r._minusUnit=function(e,t){return requireNonNull(e,"amountToSubtract"),requireNonNull(t,"unit"),requireInstance(t,TemporalUnit,"unit"),this._plusUnit(-e,t)},r.plus=function(e,t){return arguments.length<2?this._plusAmount(e):this._plusUnit(e,t)},r._plusAmount=function(e){return requireNonNull(e,"amount"),requireInstance(e,TemporalAmount,"amount"),e.addTo(this)},r._plusUnit=function(e,t){abstractMethodFail("_plusUnit")},r.until=function(e,t){abstractMethodFail("until")},r.with=function(e,t){return arguments.length<2?this._withAdjuster(e):this._withField(e,t)},r._withAdjuster=function(e){return requireNonNull(e,"adjuster"),assert("function"==typeof e.adjustInto,"adjuster must be a TemporalAdjuster",IllegalArgumentException),e.adjustInto(this)},r._withField=function(e,t){abstractMethodFail("_withField")},t}(TemporalAccessor);"undefined"!=typeof Symbol&&Symbol.toPrimitive&&(Temporal.prototype[Symbol.toPrimitive]=function(e){if("number"!==e)return this.toString();throw new TypeError("A conversion from Temporal to a number is not allowed. To compare use the methods .equals(), .compareTo(), .isBefore() or one that is more suitable to your use case.")});var ChronoLocalDate=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.isSupported=function(e){return e instanceof ChronoField||e instanceof ChronoUnit?e.isDateBased():null!=e&&e.isSupportedBy(this)},r.query=function(t){return t===TemporalQueries.chronology()?this.chronology():t===TemporalQueries.precision()?ChronoUnit.DAYS:t===TemporalQueries.localDate()?LocalDate.ofEpochDay(this.toEpochDay()):t===TemporalQueries.localTime()||t===TemporalQueries.zone()||t===TemporalQueries.zoneId()||t===TemporalQueries.offset()?null:e.prototype.query.call(this,t)},r.adjustInto=function(e){return e.with(ChronoField.EPOCH_DAY,this.toEpochDay())},r.format=function(e){return requireNonNull(e,"formatter"),requireInstance(e,DateTimeFormatter,"formatter"),e.format(this)},t}(Temporal),StringUtil=function(){function e(){}return e.startsWith=function(e,t){return 0===e.indexOf(t)},e.hashCode=function(e){var t=e.length;if(0===t)return 0;for(var r=0,n=0;n<t;n++){r=(r<<5)-r+e.charCodeAt(n),r|=0}return MathUtil.smi(r)},e}(),ZoneId=function(){function e(){}e.systemDefault=function(){throw new DateTimeException("not supported operation")},e.getAvailableZoneIds=function(){throw new DateTimeException("not supported operation")},e.of=function(e){throw new DateTimeException("not supported operation"+e)},e.ofOffset=function(e,t){throw new DateTimeException("not supported operation"+e+t)},e.from=function(e){throw new DateTimeException("not supported operation"+e)};var t=e.prototype;return t.id=function(){abstractMethodFail("ZoneId.id")},t.rules=function(){abstractMethodFail("ZoneId.rules")},t.normalized=function(){var e=this.rules();return e.isFixedOffset()?e.offset(Instant.EPOCH):this},t.equals=function(t){return this===t||t instanceof e&&this.id()===t.id()},t.hashCode=function(){return StringUtil.hashCode(this.id())},t.toString=function(){return this.id()},t.toJSON=function(){return this.toString()},e}(),ZoneRules=function(){function e(){}e.of=function(e){return requireNonNull(e,"offset"),new Fixed(e)};var t=e.prototype;return t.isFixedOffset=function(){abstractMethodFail("ZoneRules.isFixedOffset")},t.offset=function(e){return e instanceof Instant?this.offsetOfInstant(e):this.offsetOfLocalDateTime(e)},t.offsetOfInstant=function(e){abstractMethodFail("ZoneRules.offsetInstant")},t.offsetOfEpochMilli=function(e){abstractMethodFail("ZoneRules.offsetOfEpochMilli")},t.offsetOfLocalDateTime=function(e){abstractMethodFail("ZoneRules.offsetLocalDateTime")},t.validOffsets=function(e){abstractMethodFail("ZoneRules.validOffsets")},t.transition=function(e){abstractMethodFail("ZoneRules.transition")},t.standardOffset=function(e){abstractMethodFail("ZoneRules.standardOffset")},t.daylightSavings=function(e){abstractMethodFail("ZoneRules.daylightSavings")},t.isDaylightSavings=function(e){abstractMethodFail("ZoneRules.isDaylightSavings")},t.isValidOffset=function(e,t){abstractMethodFail("ZoneRules.isValidOffset")},t.nextTransition=function(e){abstractMethodFail("ZoneRules.nextTransition")},t.previousTransition=function(e){abstractMethodFail("ZoneRules.previousTransition")},t.transitions=function(){abstractMethodFail("ZoneRules.transitions")},t.transitionRules=function(){abstractMethodFail("ZoneRules.transitionRules")},t.toString=function(){abstractMethodFail("ZoneRules.toString")},t.toJSON=function(){return this.toString()},e}(),Fixed=function(e){function t(t){var r;return(r=e.call(this)||this)._offset=t,r}_inheritsLoose$1(t,e);var r=t.prototype;return r.isFixedOffset=function(){return!0},r.offsetOfInstant=function(){return this._offset},r.offsetOfEpochMilli=function(){return this._offset},r.offsetOfLocalDateTime=function(){return this._offset},r.validOffsets=function(){return[this._offset]},r.transition=function(){return null},r.standardOffset=function(){return this._offset},r.daylightSavings=function(){return Duration.ZERO},r.isDaylightSavings=function(){return!1},r.isValidOffset=function(e,t){return this._offset.equals(t)},r.nextTransition=function(){return null},r.previousTransition=function(){return null},r.transitions=function(){return[]},r.transitionRules=function(){return[]},r.equals=function(e){return this===e||e instanceof t&&this._offset.equals(e._offset)},r.toString=function(){return"FixedRules:"+this._offset.toString()},t}(ZoneRules),SECONDS_CACHE={},ID_CACHE={},ZoneOffset=function(e){function t(r){var n;return n=e.call(this)||this,t._validateTotalSeconds(r),n._totalSeconds=MathUtil.safeToInt(r),n._rules=ZoneRules.of(_assertThisInitialized$1(n)),n._id=t._buildId(r),n}_inheritsLoose$1(t,e);var r=t.prototype;return r.totalSeconds=function(){return this._totalSeconds},r.id=function(){return this._id},t._buildId=function(e){if(0===e)return"Z";var t=Math.abs(e),r=MathUtil.intDiv(t,LocalTime.SECONDS_PER_HOUR),n=MathUtil.intMod(MathUtil.intDiv(t,LocalTime.SECONDS_PER_MINUTE),LocalTime.MINUTES_PER_HOUR),i=(e<0?"-":"+")+(r<10?"0":"")+r+(n<10?":0":":")+n,a=MathUtil.intMod(t,LocalTime.SECONDS_PER_MINUTE);return 0!==a&&(i+=(a<10?":0":":")+a),i},t._validateTotalSeconds=function(e){if(Math.abs(e)>t.MAX_SECONDS)throw new DateTimeException("Zone offset not in valid range: -18:00 to +18:00")},t._validate=function(e,t,r){if(e<-18||e>18)throw new DateTimeException("Zone offset hours not in valid range: value "+e+" is not in the range -18 to 18");if(e>0){if(t<0||r<0)throw new DateTimeException("Zone offset minutes and seconds must be positive because hours is positive")}else if(e<0){if(t>0||r>0)throw new DateTimeException("Zone offset minutes and seconds must be negative because hours is negative")}else if(t>0&&r<0||t<0&&r>0)throw new DateTimeException("Zone offset minutes and seconds must have the same sign");if(Math.abs(t)>59)throw new DateTimeException("Zone offset minutes not in valid range: abs(value) "+Math.abs(t)+" is not in the range 0 to 59");if(Math.abs(r)>59)throw new DateTimeException("Zone offset seconds not in valid range: abs(value) "+Math.abs(r)+" is not in the range 0 to 59");if(18===Math.abs(e)&&(Math.abs(t)>0||Math.abs(r)>0))throw new DateTimeException("Zone offset not in valid range: -18:00 to +18:00")},t.of=function(e){requireNonNull(e,"offsetId");var r,n,i,a=ID_CACHE[e];if(null!=a)return a;switch(e.length){case 2:e=e[0]+"0"+e[1];case 3:r=t._parseNumber(e,1,!1),n=0,i=0;break;case 5:r=t._parseNumber(e,1,!1),n=t._parseNumber(e,3,!1),i=0;break;case 6:r=t._parseNumber(e,1,!1),n=t._parseNumber(e,4,!0),i=0;break;case 7:r=t._parseNumber(e,1,!1),n=t._parseNumber(e,3,!1),i=t._parseNumber(e,5,!1);break;case 9:r=t._parseNumber(e,1,!1),n=t._parseNumber(e,4,!0),i=t._parseNumber(e,7,!0);break;default:throw new DateTimeException("Invalid ID for ZoneOffset, invalid format: "+e)}var o=e[0];if("+"!==o&&"-"!==o)throw new DateTimeException("Invalid ID for ZoneOffset, plus/minus not found when expected: "+e);return"-"===o?t.ofHoursMinutesSeconds(-r,-n,-i):t.ofHoursMinutesSeconds(r,n,i)},t._parseNumber=function(e,t,r){if(r&&":"!==e[t-1])throw new DateTimeException("Invalid ID for ZoneOffset, colon not found when expected: "+e);var n=e[t],i=e[t+1];if(n<"0"||n>"9"||i<"0"||i>"9")throw new DateTimeException("Invalid ID for ZoneOffset, non numeric characters found: "+e);return 10*(n.charCodeAt(0)-48)+(i.charCodeAt(0)-48)},t.ofHours=function(e){return t.ofHoursMinutesSeconds(e,0,0)},t.ofHoursMinutes=function(e,r){return t.ofHoursMinutesSeconds(e,r,0)},t.ofHoursMinutesSeconds=function(e,r,n){t._validate(e,r,n);var i=e*LocalTime.SECONDS_PER_HOUR+r*LocalTime.SECONDS_PER_MINUTE+n;return t.ofTotalSeconds(i)},t.ofTotalMinutes=function(e){var r=e*LocalTime.SECONDS_PER_MINUTE;return t.ofTotalSeconds(r)},t.ofTotalSeconds=function(e){if(e%(15*LocalTime.SECONDS_PER_MINUTE)==0){var r=e,n=SECONDS_CACHE[r];return null==n&&(n=new t(e),SECONDS_CACHE[r]=n,ID_CACHE[n.id()]=n),n}return new t(e)},r.rules=function(){return this._rules},r.get=function(e){return this.getLong(e)},r.getLong=function(e){if(e===ChronoField.OFFSET_SECONDS)return this._totalSeconds;if(e instanceof ChronoField)throw new DateTimeException("Unsupported field: "+e);return e.getFrom(this)},r.query=function(e){return requireNonNull(e,"query"),e===TemporalQueries.offset()||e===TemporalQueries.zone()?this:e===TemporalQueries.localDate()||e===TemporalQueries.localTime()||e===TemporalQueries.precision()||e===TemporalQueries.chronology()||e===TemporalQueries.zoneId()?null:e.queryFrom(this)},r.adjustInto=function(e){return e.with(ChronoField.OFFSET_SECONDS,this._totalSeconds)},r.compareTo=function(e){return requireNonNull(e,"other"),e._totalSeconds-this._totalSeconds},r.equals=function(e){return this===e||e instanceof t&&this._totalSeconds===e._totalSeconds},r.hashCode=function(){return this._totalSeconds},r.toString=function(){return this._id},t}(ZoneId);
67
+ /*
68
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
69
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
70
+ */function _init$g(){ZoneOffset.MAX_SECONDS=18*LocalTime.SECONDS_PER_HOUR,ZoneOffset.UTC=ZoneOffset.ofTotalSeconds(0),ZoneOffset.MIN=ZoneOffset.ofTotalSeconds(-ZoneOffset.MAX_SECONDS),ZoneOffset.MAX=ZoneOffset.ofTotalSeconds(ZoneOffset.MAX_SECONDS)}var DateTimeBuilder=function(e){function t(){var t;return(t=e.call(this)||this).fieldValues=new EnumMap,t.chrono=null,t.zone=null,t.date=null,t.time=null,t.leapSecond=!1,t.excessDays=null,t}_inheritsLoose$1(t,e),t.create=function(e,r){var n=new t;return n._addFieldValue(e,r),n};var r=t.prototype;return r.getFieldValue0=function(e){return this.fieldValues.get(e)},r._addFieldValue=function(e,t){requireNonNull(e,"field");var r=this.getFieldValue0(e);if(null!=r&&r!==t)throw new DateTimeException("Conflict found: "+e+" "+r+" differs from "+e+" "+t+": "+this);return this._putFieldValue0(e,t)},r._putFieldValue0=function(e,t){return this.fieldValues.put(e,t),this},r.resolve=function(e,t){return null!=t&&this.fieldValues.retainAll(t),this._mergeDate(e),this._mergeTime(e),this._resolveTimeInferZeroes(e),null!=this.excessDays&&!1===this.excessDays.isZero()&&null!=this.date&&null!=this.time&&(this.date=this.date.plus(this.excessDays),this.excessDays=Period.ZERO),this._resolveInstant(),this},r._mergeDate=function(e){this._checkDate(IsoChronology.INSTANCE.resolveDate(this.fieldValues,e))},r._checkDate=function(e){if(null!=e)for(var t in this._addObject(e),this.fieldValues.keySet()){var r=ChronoField.byName(t);if(r&&void 0!==this.fieldValues.get(r)&&r.isDateBased()){var n=void 0;try{n=e.getLong(r)}catch(e){if(e instanceof DateTimeException)continue;throw e}var i=this.fieldValues.get(r);if(n!==i)throw new DateTimeException("Conflict found: Field "+r+" "+n+" differs from "+r+" "+i+" derived from "+e)}}},r._mergeTime=function(e){if(this.fieldValues.containsKey(ChronoField.CLOCK_HOUR_OF_DAY)){var t=this.fieldValues.remove(ChronoField.CLOCK_HOUR_OF_DAY);e!==ResolverStyle.LENIENT&&(e===ResolverStyle.SMART&&0===t||ChronoField.CLOCK_HOUR_OF_DAY.checkValidValue(t)),this._addFieldValue(ChronoField.HOUR_OF_DAY,24===t?0:t)}if(this.fieldValues.containsKey(ChronoField.CLOCK_HOUR_OF_AMPM)){var r=this.fieldValues.remove(ChronoField.CLOCK_HOUR_OF_AMPM);e!==ResolverStyle.LENIENT&&(e===ResolverStyle.SMART&&0===r||ChronoField.CLOCK_HOUR_OF_AMPM.checkValidValue(r)),this._addFieldValue(ChronoField.HOUR_OF_AMPM,12===r?0:r)}if(e!==ResolverStyle.LENIENT&&(this.fieldValues.containsKey(ChronoField.AMPM_OF_DAY)&&ChronoField.AMPM_OF_DAY.checkValidValue(this.fieldValues.get(ChronoField.AMPM_OF_DAY)),this.fieldValues.containsKey(ChronoField.HOUR_OF_AMPM)&&ChronoField.HOUR_OF_AMPM.checkValidValue(this.fieldValues.get(ChronoField.HOUR_OF_AMPM))),this.fieldValues.containsKey(ChronoField.AMPM_OF_DAY)&&this.fieldValues.containsKey(ChronoField.HOUR_OF_AMPM)){var n=this.fieldValues.remove(ChronoField.AMPM_OF_DAY),i=this.fieldValues.remove(ChronoField.HOUR_OF_AMPM);this._addFieldValue(ChronoField.HOUR_OF_DAY,12*n+i)}if(this.fieldValues.containsKey(ChronoField.NANO_OF_DAY)){var a=this.fieldValues.remove(ChronoField.NANO_OF_DAY);e!==ResolverStyle.LENIENT&&ChronoField.NANO_OF_DAY.checkValidValue(a),this._addFieldValue(ChronoField.SECOND_OF_DAY,MathUtil.intDiv(a,1e9)),this._addFieldValue(ChronoField.NANO_OF_SECOND,MathUtil.intMod(a,1e9))}if(this.fieldValues.containsKey(ChronoField.MICRO_OF_DAY)){var o=this.fieldValues.remove(ChronoField.MICRO_OF_DAY);e!==ResolverStyle.LENIENT&&ChronoField.MICRO_OF_DAY.checkValidValue(o),this._addFieldValue(ChronoField.SECOND_OF_DAY,MathUtil.intDiv(o,1e6)),this._addFieldValue(ChronoField.MICRO_OF_SECOND,MathUtil.intMod(o,1e6))}if(this.fieldValues.containsKey(ChronoField.MILLI_OF_DAY)){var s=this.fieldValues.remove(ChronoField.MILLI_OF_DAY);e!==ResolverStyle.LENIENT&&ChronoField.MILLI_OF_DAY.checkValidValue(s),this._addFieldValue(ChronoField.SECOND_OF_DAY,MathUtil.intDiv(s,1e3)),this._addFieldValue(ChronoField.MILLI_OF_SECOND,MathUtil.intMod(s,1e3))}if(this.fieldValues.containsKey(ChronoField.SECOND_OF_DAY)){var u=this.fieldValues.remove(ChronoField.SECOND_OF_DAY);e!==ResolverStyle.LENIENT&&ChronoField.SECOND_OF_DAY.checkValidValue(u),this._addFieldValue(ChronoField.HOUR_OF_DAY,MathUtil.intDiv(u,3600)),this._addFieldValue(ChronoField.MINUTE_OF_HOUR,MathUtil.intMod(MathUtil.intDiv(u,60),60)),this._addFieldValue(ChronoField.SECOND_OF_MINUTE,MathUtil.intMod(u,60))}if(this.fieldValues.containsKey(ChronoField.MINUTE_OF_DAY)){var l=this.fieldValues.remove(ChronoField.MINUTE_OF_DAY);e!==ResolverStyle.LENIENT&&ChronoField.MINUTE_OF_DAY.checkValidValue(l),this._addFieldValue(ChronoField.HOUR_OF_DAY,MathUtil.intDiv(l,60)),this._addFieldValue(ChronoField.MINUTE_OF_HOUR,MathUtil.intMod(l,60))}if(e!==ResolverStyle.LENIENT&&(this.fieldValues.containsKey(ChronoField.MILLI_OF_SECOND)&&ChronoField.MILLI_OF_SECOND.checkValidValue(this.fieldValues.get(ChronoField.MILLI_OF_SECOND)),this.fieldValues.containsKey(ChronoField.MICRO_OF_SECOND)&&ChronoField.MICRO_OF_SECOND.checkValidValue(this.fieldValues.get(ChronoField.MICRO_OF_SECOND))),this.fieldValues.containsKey(ChronoField.MILLI_OF_SECOND)&&this.fieldValues.containsKey(ChronoField.MICRO_OF_SECOND)){var c=this.fieldValues.remove(ChronoField.MILLI_OF_SECOND),d=this.fieldValues.get(ChronoField.MICRO_OF_SECOND);this._putFieldValue0(ChronoField.MICRO_OF_SECOND,1e3*c+MathUtil.intMod(d,1e3))}if(this.fieldValues.containsKey(ChronoField.MICRO_OF_SECOND)&&this.fieldValues.containsKey(ChronoField.NANO_OF_SECOND)){var h=this.fieldValues.get(ChronoField.NANO_OF_SECOND);this._putFieldValue0(ChronoField.MICRO_OF_SECOND,MathUtil.intDiv(h,1e3)),this.fieldValues.remove(ChronoField.MICRO_OF_SECOND)}if(this.fieldValues.containsKey(ChronoField.MILLI_OF_SECOND)&&this.fieldValues.containsKey(ChronoField.NANO_OF_SECOND)){var f=this.fieldValues.get(ChronoField.NANO_OF_SECOND);this._putFieldValue0(ChronoField.MILLI_OF_SECOND,MathUtil.intDiv(f,1e6)),this.fieldValues.remove(ChronoField.MILLI_OF_SECOND)}if(this.fieldValues.containsKey(ChronoField.MICRO_OF_SECOND)){var p=this.fieldValues.remove(ChronoField.MICRO_OF_SECOND);this._putFieldValue0(ChronoField.NANO_OF_SECOND,1e3*p)}else if(this.fieldValues.containsKey(ChronoField.MILLI_OF_SECOND)){var m=this.fieldValues.remove(ChronoField.MILLI_OF_SECOND);this._putFieldValue0(ChronoField.NANO_OF_SECOND,1e6*m)}},r._resolveTimeInferZeroes=function(e){var t=this.fieldValues.get(ChronoField.HOUR_OF_DAY),r=this.fieldValues.get(ChronoField.MINUTE_OF_HOUR),n=this.fieldValues.get(ChronoField.SECOND_OF_MINUTE),i=this.fieldValues.get(ChronoField.NANO_OF_SECOND);if(null!=t&&(null!=r||null==n&&null==i)&&(null==r||null!=n||null==i)){if(e!==ResolverStyle.LENIENT){if(null!=t){e!==ResolverStyle.SMART||24!==t||null!=r&&0!==r||null!=n&&0!==n||null!=i&&0!==i||(t=0,this.excessDays=Period.ofDays(1));var a=ChronoField.HOUR_OF_DAY.checkValidIntValue(t);if(null!=r){var o=ChronoField.MINUTE_OF_HOUR.checkValidIntValue(r);if(null!=n){var s=ChronoField.SECOND_OF_MINUTE.checkValidIntValue(n);if(null!=i){var u=ChronoField.NANO_OF_SECOND.checkValidIntValue(i);this._addObject(LocalTime.of(a,o,s,u))}else this._addObject(LocalTime.of(a,o,s))}else null==i&&this._addObject(LocalTime.of(a,o))}else null==n&&null==i&&this._addObject(LocalTime.of(a,0))}}else if(null!=t){var l=t;if(null!=r)if(null!=n){null==i&&(i=0);var c=MathUtil.safeMultiply(l,36e11);c=MathUtil.safeAdd(c,MathUtil.safeMultiply(r,6e10)),c=MathUtil.safeAdd(c,MathUtil.safeMultiply(n,1e9)),c=MathUtil.safeAdd(c,i);var d=MathUtil.floorDiv(c,864e11),h=MathUtil.floorMod(c,864e11);this._addObject(LocalTime.ofNanoOfDay(h)),this.excessDays=Period.ofDays(d)}else{var f=MathUtil.safeMultiply(l,3600);f=MathUtil.safeAdd(f,MathUtil.safeMultiply(r,60));var p=MathUtil.floorDiv(f,86400),m=MathUtil.floorMod(f,86400);this._addObject(LocalTime.ofSecondOfDay(m)),this.excessDays=Period.ofDays(p)}else{var _=MathUtil.safeToInt(MathUtil.floorDiv(l,24));l=MathUtil.floorMod(l,24),this._addObject(LocalTime.of(l,0)),this.excessDays=Period.ofDays(_)}}this.fieldValues.remove(ChronoField.HOUR_OF_DAY),this.fieldValues.remove(ChronoField.MINUTE_OF_HOUR),this.fieldValues.remove(ChronoField.SECOND_OF_MINUTE),this.fieldValues.remove(ChronoField.NANO_OF_SECOND)}},r._addObject=function(e){e instanceof ChronoLocalDate?this.date=e:e instanceof LocalTime&&(this.time=e)},r._resolveInstant=function(){if(null!=this.date&&null!=this.time){var e=this.fieldValues.get(ChronoField.OFFSET_SECONDS);if(null!=e){var t=ZoneOffset.ofTotalSeconds(e),r=this.date.atTime(this.time).atZone(t).getLong(ChronoField.INSTANT_SECONDS);this.fieldValues.put(ChronoField.INSTANT_SECONDS,r)}else if(null!=this.zone){var n=this.date.atTime(this.time).atZone(this.zone).getLong(ChronoField.INSTANT_SECONDS);this.fieldValues.put(ChronoField.INSTANT_SECONDS,n)}}},r.build=function(e){return e.queryFrom(this)},r.isSupported=function(e){return null!=e&&(this.fieldValues.containsKey(e)&&void 0!==this.fieldValues.get(e)||null!=this.date&&this.date.isSupported(e)||null!=this.time&&this.time.isSupported(e))},r.getLong=function(e){requireNonNull(e,"field");var t=this.getFieldValue0(e);if(null==t){if(null!=this.date&&this.date.isSupported(e))return this.date.getLong(e);if(null!=this.time&&this.time.isSupported(e))return this.time.getLong(e);throw new DateTimeException("Field not found: "+e)}return t},r.query=function(e){return e===TemporalQueries.zoneId()?this.zone:e===TemporalQueries.chronology()?this.chrono:e===TemporalQueries.localDate()?null!=this.date?LocalDate.from(this.date):null:e===TemporalQueries.localTime()?this.time:e===TemporalQueries.zone()||e===TemporalQueries.offset()?e.queryFrom(this):e===TemporalQueries.precision()?null:e.queryFrom(this)},t}(TemporalAccessor),DateTimeParseContext=function(){function e(){if(1===arguments.length){if(arguments[0]instanceof e)return void this._constructorSelf.apply(this,arguments);this._constructorFormatter.apply(this,arguments)}else this._constructorParam.apply(this,arguments);this._caseSensitive=!0,this._strict=!0,this._parsed=[new Parsed(this)]}var t=e.prototype;return t._constructorParam=function(e,t,r){this._locale=e,this._symbols=t,this._overrideChronology=r},t._constructorFormatter=function(e){this._locale=e.locale(),this._symbols=e.decimalStyle(),this._overrideChronology=e.chronology()},t._constructorSelf=function(e){this._locale=e._locale,this._symbols=e._symbols,this._overrideChronology=e._overrideChronology,this._overrideZone=e._overrideZone,this._caseSensitive=e._caseSensitive,this._strict=e._strict,this._parsed=[new Parsed(this)]},t.copy=function(){return new e(this)},t.symbols=function(){return this._symbols},t.isStrict=function(){return this._strict},t.setStrict=function(e){this._strict=e},t.locale=function(){return this._locale},t.setLocale=function(e){this._locale=e},t.startOptional=function(){this._parsed.push(this.currentParsed().copy())},t.endOptional=function(e){e?this._parsed.splice(this._parsed.length-2,1):this._parsed.splice(this._parsed.length-1,1)},t.isCaseSensitive=function(){return this._caseSensitive},t.setCaseSensitive=function(e){this._caseSensitive=e},t.subSequenceEquals=function(e,t,r,n,i){if(t+i>e.length||n+i>r.length)return!1;this.isCaseSensitive()||(e=e.toLowerCase(),r=r.toLowerCase());for(var a=0;a<i;a++){if(e[t+a]!==r[n+a])return!1}return!0},t.charEquals=function(e,t){return this.isCaseSensitive()?e===t:this.charEqualsIgnoreCase(e,t)},t.charEqualsIgnoreCase=function(e,t){return e===t||e.toLowerCase()===t.toLowerCase()},t.setParsedField=function(e,t,r,n){var i=this.currentParsed().fieldValues,a=i.get(e);return i.set(e,t),null!=a&&a!==t?~r:n},t.setParsedZone=function(e){requireNonNull(e,"zone"),this.currentParsed().zone=e},t.getParsed=function(e){return this.currentParsed().fieldValues.get(e)},t.toParsed=function(){return this.currentParsed()},t.currentParsed=function(){return this._parsed[this._parsed.length-1]},t.setParsedLeapSecond=function(){this.currentParsed().leapSecond=!0},t.getEffectiveChronology=function(){var e=this.currentParsed().chrono;return null==e&&null==(e=this._overrideChronology)&&(e=IsoChronology.INSTANCE),e},e}(),Parsed=function(e){function t(t){var r;return(r=e.call(this)||this).chrono=null,r.zone=null,r.fieldValues=new EnumMap,r.leapSecond=!1,r.dateTimeParseContext=t,r}_inheritsLoose$1(t,e);var r=t.prototype;return r.copy=function(){var e=new t;return e.chrono=this.chrono,e.zone=this.zone,e.fieldValues.putAll(this.fieldValues),e.leapSecond=this.leapSecond,e.dateTimeParseContext=this.dateTimeParseContext,e},r.toString=function(){return this.fieldValues+", "+this.chrono+", "+this.zone},r.isSupported=function(e){return this.fieldValues.containsKey(e)},r.get=function(e){var t=this.fieldValues.get(e);return assert(null!=t),t},r.query=function(t){return t===TemporalQueries.chronology()?this.chrono:t===TemporalQueries.zoneId()||t===TemporalQueries.zone()?this.zone:e.prototype.query.call(this,t)},r.toBuilder=function(){var e=new DateTimeBuilder;return e.fieldValues.putAll(this.fieldValues),e.chrono=this.dateTimeParseContext.getEffectiveChronology(),null!=this.zone?e.zone=this.zone:e.zone=this.overrideZone,e.leapSecond=this.leapSecond,e.excessDays=this.excessDays,e},t}(Temporal),DateTimePrintContext=function(){function e(t,r,n){2===arguments.length&&arguments[1]instanceof DateTimeFormatter?(this._temporal=e.adjust(t,r),this._locale=r.locale(),this._symbols=r.decimalStyle()):(this._temporal=t,this._locale=r,this._symbols=n),this._optional=0}e.adjust=function(e,t){return e};var t=e.prototype;return t.symbols=function(){return this._symbols},t.startOptional=function(){this._optional++},t.endOptional=function(){this._optional--},t.getValueQuery=function(e){var t=this._temporal.query(e);if(null==t&&0===this._optional)throw new DateTimeException("Unable to extract value: "+this._temporal);return t},t.getValue=function(e){try{return this._temporal.getLong(e)}catch(e){if(e instanceof DateTimeException&&this._optional>0)return null;throw e}},t.temporal=function(){return this._temporal},t.locale=function(){return this._locale},t.setDateTime=function(e){this._temporal=e},t.setLocale=function(e){this._locale=e},e}(),IsoFields={},QUARTER_DAYS=[0,90,181,273,0,91,182,274],Field=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.isDateBased=function(){return!0},r.isTimeBased=function(){return!1},r._isIso=function(){return!0},t._getWeekRangeByLocalDate=function(e){var r=t._getWeekBasedYear(e);return ValueRange.of(1,t._getWeekRangeByYear(r))},t._getWeekRangeByYear=function(e){var t=LocalDate.of(e,1,1);return t.dayOfWeek()===DayOfWeek.THURSDAY||t.dayOfWeek()===DayOfWeek.WEDNESDAY&&t.isLeapYear()?53:52},t._getWeek=function(e){var r=e.dayOfWeek().ordinal(),n=e.dayOfYear()-1,i=n+(3-r),a=i-7*MathUtil.intDiv(i,7)-3;if(a<-3&&(a+=7),n<a)return t._getWeekRangeByLocalDate(e.withDayOfYear(180).minusYears(1)).maximum();var o=MathUtil.intDiv(n-a,7)+1;return 53===o&&!1===(-3===a||-2===a&&e.isLeapYear())&&(o=1),o},t._getWeekBasedYear=function(e){var t=e.year(),r=e.dayOfYear();if(r<=3)r-e.dayOfWeek().ordinal()<-2&&t--;else if(r>=363){var n=e.dayOfWeek().ordinal();(r=r-363-(e.isLeapYear()?1:0))-n>=0&&t++}return t},r.displayName=function(){return this.toString()},r.resolve=function(){return null},r.name=function(){return this.toString()},t}(TemporalField),DAY_OF_QUARTER_FIELD=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.toString=function(){return"DayOfQuarter"},r.baseUnit=function(){return ChronoUnit.DAYS},r.rangeUnit=function(){return QUARTER_YEARS},r.range=function(){return ValueRange.of(1,90,92)},r.isSupportedBy=function(e){return e.isSupported(ChronoField.DAY_OF_YEAR)&&e.isSupported(ChronoField.MONTH_OF_YEAR)&&e.isSupported(ChronoField.YEAR)&&this._isIso(e)},r.rangeRefinedBy=function(e){if(!1===e.isSupported(this))throw new UnsupportedTemporalTypeException("Unsupported field: DayOfQuarter");var t=e.getLong(QUARTER_OF_YEAR);if(1===t){var r=e.getLong(ChronoField.YEAR);return IsoChronology.isLeapYear(r)?ValueRange.of(1,91):ValueRange.of(1,90)}return 2===t?ValueRange.of(1,91):3===t||4===t?ValueRange.of(1,92):this.range()},r.getFrom=function(e){if(!1===e.isSupported(this))throw new UnsupportedTemporalTypeException("Unsupported field: DayOfQuarter");var t=e.get(ChronoField.DAY_OF_YEAR),r=e.get(ChronoField.MONTH_OF_YEAR),n=e.getLong(ChronoField.YEAR);return t-QUARTER_DAYS[MathUtil.intDiv(r-1,3)+(IsoChronology.isLeapYear(n)?4:0)]},r.adjustInto=function(e,t){var r=this.getFrom(e);return this.range().checkValidValue(t,this),e.with(ChronoField.DAY_OF_YEAR,e.getLong(ChronoField.DAY_OF_YEAR)+(t-r))},r.resolve=function(e,t,r){var n=e.get(ChronoField.YEAR),i=e.get(QUARTER_OF_YEAR);if(null==n||null==i)return null;var a,o=ChronoField.YEAR.checkValidIntValue(n),s=e.get(DAY_OF_QUARTER);if(r===ResolverStyle.LENIENT){var u=i;a=(a=(a=LocalDate.of(o,1,1)).plusMonths(MathUtil.safeMultiply(MathUtil.safeSubtract(u,1),3))).plusDays(MathUtil.safeSubtract(s,1))}else{var l=QUARTER_OF_YEAR.range().checkValidIntValue(i,QUARTER_OF_YEAR);if(r===ResolverStyle.STRICT){var c=92;1===l?c=IsoChronology.isLeapYear(o)?91:90:2===l&&(c=91),ValueRange.of(1,c).checkValidValue(s,this)}else this.range().checkValidValue(s,this);a=LocalDate.of(o,3*(l-1)+1,1).plusDays(s-1)}return e.remove(this),e.remove(ChronoField.YEAR),e.remove(QUARTER_OF_YEAR),a},t}(Field),QUARTER_OF_YEAR_FIELD=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.toString=function(){return"QuarterOfYear"},r.baseUnit=function(){return QUARTER_YEARS},r.rangeUnit=function(){return ChronoUnit.YEARS},r.range=function(){return ValueRange.of(1,4)},r.isSupportedBy=function(e){return e.isSupported(ChronoField.MONTH_OF_YEAR)&&this._isIso(e)},r.rangeRefinedBy=function(e){return this.range()},r.getFrom=function(e){if(!1===e.isSupported(this))throw new UnsupportedTemporalTypeException("Unsupported field: QuarterOfYear");var t=e.getLong(ChronoField.MONTH_OF_YEAR);return MathUtil.intDiv(t+2,3)},r.adjustInto=function(e,t){var r=this.getFrom(e);return this.range().checkValidValue(t,this),e.with(ChronoField.MONTH_OF_YEAR,e.getLong(ChronoField.MONTH_OF_YEAR)+3*(t-r))},t}(Field),WEEK_OF_WEEK_BASED_YEAR_FIELD=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.toString=function(){return"WeekOfWeekBasedYear"},r.baseUnit=function(){return ChronoUnit.WEEKS},r.rangeUnit=function(){return WEEK_BASED_YEARS},r.range=function(){return ValueRange.of(1,52,53)},r.isSupportedBy=function(e){return e.isSupported(ChronoField.EPOCH_DAY)&&this._isIso(e)},r.rangeRefinedBy=function(e){if(!1===e.isSupported(this))throw new UnsupportedTemporalTypeException("Unsupported field: WeekOfWeekBasedYear");return Field._getWeekRangeByLocalDate(LocalDate.from(e))},r.getFrom=function(e){if(!1===e.isSupported(this))throw new UnsupportedTemporalTypeException("Unsupported field: WeekOfWeekBasedYear");return Field._getWeek(LocalDate.from(e))},r.adjustInto=function(e,t){return this.range().checkValidValue(t,this),e.plus(MathUtil.safeSubtract(t,this.getFrom(e)),ChronoUnit.WEEKS)},r.resolve=function(e,t,r){var n=e.get(WEEK_BASED_YEAR),i=e.get(ChronoField.DAY_OF_WEEK);if(null==n||null==i)return null;var a,o=WEEK_BASED_YEAR.range().checkValidIntValue(n,WEEK_BASED_YEAR),s=e.get(WEEK_OF_WEEK_BASED_YEAR);if(r===ResolverStyle.LENIENT){var u=i,l=0;u>7?(l=MathUtil.intDiv(u-1,7),u=MathUtil.intMod(u-1,7)+1):u<1&&(l=MathUtil.intDiv(u,7)-1,u=MathUtil.intMod(u,7)+7),a=LocalDate.of(o,1,4).plusWeeks(s-1).plusWeeks(l).with(ChronoField.DAY_OF_WEEK,u)}else{var c=ChronoField.DAY_OF_WEEK.checkValidIntValue(i);if(r===ResolverStyle.STRICT){var d=LocalDate.of(o,1,4);Field._getWeekRangeByLocalDate(d).checkValidValue(s,this)}else this.range().checkValidValue(s,this);a=LocalDate.of(o,1,4).plusWeeks(s-1).with(ChronoField.DAY_OF_WEEK,c)}return e.remove(this),e.remove(WEEK_BASED_YEAR),e.remove(ChronoField.DAY_OF_WEEK),a},r.displayName=function(){return"Week"},t}(Field),WEEK_BASED_YEAR_FIELD=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.toString=function(){return"WeekBasedYear"},r.baseUnit=function(){return WEEK_BASED_YEARS},r.rangeUnit=function(){return ChronoUnit.FOREVER},r.range=function(){return ChronoField.YEAR.range()},r.isSupportedBy=function(e){return e.isSupported(ChronoField.EPOCH_DAY)&&this._isIso(e)},r.rangeRefinedBy=function(e){return ChronoField.YEAR.range()},r.getFrom=function(e){if(!1===e.isSupported(this))throw new UnsupportedTemporalTypeException("Unsupported field: WeekBasedYear");return Field._getWeekBasedYear(LocalDate.from(e))},r.adjustInto=function(e,t){if(!1===this.isSupportedBy(e))throw new UnsupportedTemporalTypeException("Unsupported field: WeekBasedYear");var r=this.range().checkValidIntValue(t,WEEK_BASED_YEAR),n=LocalDate.from(e),i=n.get(ChronoField.DAY_OF_WEEK),a=Field._getWeek(n);53===a&&52===Field._getWeekRangeByYear(r)&&(a=52);var o=LocalDate.of(r,1,4),s=i-o.get(ChronoField.DAY_OF_WEEK)+7*(a-1);return o=o.plusDays(s),e.with(o)},t}(Field),Unit=function(e){function t(t,r){var n;return(n=e.call(this)||this)._name=t,n._duration=r,n}_inheritsLoose$1(t,e);var r=t.prototype;return r.duration=function(){return this._duration},r.isDurationEstimated=function(){return!0},r.isDateBased=function(){return!0},r.isTimeBased=function(){return!1},r.isSupportedBy=function(e){return e.isSupported(ChronoField.EPOCH_DAY)},r.addTo=function(e,t){switch(this){case WEEK_BASED_YEARS:var r=MathUtil.safeAdd(e.get(WEEK_BASED_YEAR),t);return e.with(WEEK_BASED_YEAR,r);case QUARTER_YEARS:return e.plus(MathUtil.intDiv(t,256),ChronoUnit.YEARS).plus(3*MathUtil.intMod(t,256),ChronoUnit.MONTHS);default:throw new IllegalStateException("Unreachable")}},r.between=function(e,t){switch(this){case WEEK_BASED_YEARS:return MathUtil.safeSubtract(t.getLong(WEEK_BASED_YEAR),e.getLong(WEEK_BASED_YEAR));case QUARTER_YEARS:return MathUtil.intDiv(e.until(t,ChronoUnit.MONTHS),3);default:throw new IllegalStateException("Unreachable")}},r.toString=function(){return this._name},t}(TemporalUnit),DAY_OF_QUARTER=null,QUARTER_OF_YEAR=null,WEEK_OF_WEEK_BASED_YEAR=null,WEEK_BASED_YEAR=null,WEEK_BASED_YEARS=null,QUARTER_YEARS=null;function _init$f(){DAY_OF_QUARTER=new DAY_OF_QUARTER_FIELD,QUARTER_OF_YEAR=new QUARTER_OF_YEAR_FIELD,WEEK_OF_WEEK_BASED_YEAR=new WEEK_OF_WEEK_BASED_YEAR_FIELD,WEEK_BASED_YEAR=new WEEK_BASED_YEAR_FIELD,WEEK_BASED_YEARS=new Unit("WeekBasedYears",Duration.ofSeconds(31556952)),QUARTER_YEARS=new Unit("QuarterYears",Duration.ofSeconds(7889238)),IsoFields.DAY_OF_QUARTER=DAY_OF_QUARTER,IsoFields.QUARTER_OF_YEAR=QUARTER_OF_YEAR,IsoFields.WEEK_OF_WEEK_BASED_YEAR=WEEK_OF_WEEK_BASED_YEAR,IsoFields.WEEK_BASED_YEAR=WEEK_BASED_YEAR,IsoFields.WEEK_BASED_YEARS=WEEK_BASED_YEARS,IsoFields.QUARTER_YEARS=QUARTER_YEARS,LocalDate.prototype.isoWeekOfWeekyear=function(){return this.get(IsoFields.WEEK_OF_WEEK_BASED_YEAR)},LocalDate.prototype.isoWeekyear=function(){return this.get(IsoFields.WEEK_BASED_YEAR)}}
71
+ /**
72
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
73
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
74
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
75
+ */var DecimalStyle=function(){function e(e,t,r,n){this._zeroDigit=e,this._zeroDigitCharCode=e.charCodeAt(0),this._positiveSign=t,this._negativeSign=r,this._decimalSeparator=n}var t=e.prototype;return t.positiveSign=function(){return this._positiveSign},t.withPositiveSign=function(t){return t===this._positiveSign?this:new e(this._zeroDigit,t,this._negativeSign,this._decimalSeparator)},t.negativeSign=function(){return this._negativeSign},t.withNegativeSign=function(t){return t===this._negativeSign?this:new e(this._zeroDigit,this._positiveSign,t,this._decimalSeparator)},t.zeroDigit=function(){return this._zeroDigit},t.withZeroDigit=function(t){return t===this._zeroDigit?this:new e(t,this._positiveSign,this._negativeSign,this._decimalSeparator)},t.decimalSeparator=function(){return this._decimalSeparator},t.withDecimalSeparator=function(t){return t===this._decimalSeparator?this:new e(this._zeroDigit,this._positiveSign,this._negativeSign,t)},t.convertToDigit=function(e){var t=e.charCodeAt(0)-this._zeroDigitCharCode;return t>=0&&t<=9?t:-1},t.convertNumberToI18N=function(e){if("0"===this._zeroDigit)return e;for(var t=this._zeroDigitCharCode-"0".charCodeAt(0),r="",n=0;n<e.length;n++)r+=String.fromCharCode(e.charCodeAt(n)+t);return r},t.equals=function(t){return this===t||t instanceof e&&(this._zeroDigit===t._zeroDigit&&this._positiveSign===t._positiveSign&&this._negativeSign===t._negativeSign&&this._decimalSeparator===t._decimalSeparator)},t.hashCode=function(){return this._zeroDigit+this._positiveSign+this._negativeSign+this._decimalSeparator},t.toString=function(){return"DecimalStyle["+this._zeroDigit+this._positiveSign+this._negativeSign+this._decimalSeparator+"]"},e.of=function(){throw new Error("not yet supported")},e.availableLocales=function(){throw new Error("not yet supported")},e}();DecimalStyle.STANDARD=new DecimalStyle("0","+","-",".");var SignStyle=function(e){function t(){return e.apply(this,arguments)||this}return _inheritsLoose$1(t,e),t.prototype.parse=function(e,r,n){switch(this){case t.NORMAL:return!e||!r;case t.ALWAYS:case t.EXCEEDS_PAD:return!0;default:return!r&&!n}},t}(Enum);SignStyle.NORMAL=new SignStyle("NORMAL"),SignStyle.NEVER=new SignStyle("NEVER"),SignStyle.ALWAYS=new SignStyle("ALWAYS"),SignStyle.EXCEEDS_PAD=new SignStyle("EXCEEDS_PAD"),SignStyle.NOT_NEGATIVE=new SignStyle("NOT_NEGATIVE");var TextStyle=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.isStandalone=function(){switch(this){case t.FULL_STANDALONE:case t.SHORT_STANDALONE:case t.NARROW_STANDALONE:return!0;default:return!1}},r.asStandalone=function(){switch(this){case t.FULL:return t.FULL_STANDALONE;case t.SHORT:return t.SHORT_STANDALONE;case t.NARROW:return t.NARROW_STANDALONE;default:return this}},r.asNormal=function(){switch(this){case t.FULL_STANDALONE:return t.FULL;case t.SHORT_STANDALONE:return t.SHORT;case t.NARROW_STANDALONE:return t.NARROW;default:return this}},t}(Enum);TextStyle.FULL=new TextStyle("FULL"),TextStyle.FULL_STANDALONE=new TextStyle("FULL_STANDALONE"),TextStyle.SHORT=new TextStyle("SHORT"),TextStyle.SHORT_STANDALONE=new TextStyle("SHORT_STANDALONE"),TextStyle.NARROW=new TextStyle("NARROW"),TextStyle.NARROW_STANDALONE=new TextStyle("NARROW_STANDALONE");
76
+ /**
77
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
78
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
79
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
80
+ */
81
+ var CharLiteralPrinterParser=function(){function e(e){if(e.length>1)throw new IllegalArgumentException('invalid literal, too long: "'+e+'"');this._literal=e}var t=e.prototype;return t.print=function(e,t){return t.append(this._literal),!0},t.parse=function(e,t,r){if(r===t.length)return~r;var n=t.charAt(r);return!1===e.charEquals(this._literal,n)?~r:r+this._literal.length},t.toString=function(){return"'"===this._literal?"''":"'"+this._literal+"'"},e}(),CompositePrinterParser=function(){function e(e,t){this._printerParsers=e,this._optional=t}var t=e.prototype;return t.withOptional=function(t){return t===this._optional?this:new e(this._printerParsers,t)},t.print=function(e,t){var r=t.length();this._optional&&e.startOptional();try{for(var n=0;n<this._printerParsers.length;n++){if(!1===this._printerParsers[n].print(e,t))return t.setLength(r),!0}}finally{this._optional&&e.endOptional()}return!0},t.parse=function(e,t,r){if(this._optional){e.startOptional();for(var n=r,i=0;i<this._printerParsers.length;i++){if((n=this._printerParsers[i].parse(e,t,n))<0)return e.endOptional(!1),r}return e.endOptional(!0),n}for(var a=0;a<this._printerParsers.length;a++){if((r=this._printerParsers[a].parse(e,t,r))<0)break}return r},t.toString=function(){var e="";if(null!=this._printerParsers){e+=this._optional?"[":"(";for(var t=0;t<this._printerParsers.length;t++){e+=this._printerParsers[t].toString()}e+=this._optional?"]":")"}return e},e}(),FractionPrinterParser=function(){function e(e,t,r,n){if(requireNonNull(e,"field"),!1===e.range().isFixed())throw new IllegalArgumentException("Field must have a fixed set of values: "+e);if(t<0||t>9)throw new IllegalArgumentException("Minimum width must be from 0 to 9 inclusive but was "+t);if(r<1||r>9)throw new IllegalArgumentException("Maximum width must be from 1 to 9 inclusive but was "+r);if(r<t)throw new IllegalArgumentException("Maximum width must exceed or equal the minimum width but "+r+" < "+t);this.field=e,this.minWidth=t,this.maxWidth=r,this.decimalPoint=n}var t=e.prototype;return t.print=function(e,t){var r=e.getValue(this.field);if(null===r)return!1;var n=e.symbols();if(0===r){if(this.minWidth>0){this.decimalPoint&&t.append(n.decimalSeparator());for(var i=0;i<this.minWidth;i++)t.append(n.zeroDigit())}}else{var a=this.convertToFraction(r,n.zeroDigit()),o=Math.min(Math.max(a.length,this.minWidth),this.maxWidth);if(1*(a=a.substr(0,o))>0)for(;a.length>this.minWidth&&"0"===a[a.length-1];)a=a.substr(0,a.length-1);var s=a;s=n.convertNumberToI18N(s),this.decimalPoint&&t.append(n.decimalSeparator()),t.append(s)}return!0},t.parse=function(e,t,r){var n=e.isStrict()?this.minWidth:0,i=e.isStrict()?this.maxWidth:9,a=t.length;if(r===a)return n>0?~r:r;if(this.decimalPoint){if(t[r]!==e.symbols().decimalSeparator())return n>0?~r:r;r++}var o=r+n;if(o>a)return~r;for(var s=Math.min(r+i,a),u=0,l=r;l<s;){var c=t.charAt(l++),d=e.symbols().convertToDigit(c);if(d<0){if(l<o)return~r;l--;break}u=10*u+d}var h=l-r,f=Math.pow(10,h),p=this.convertFromFraction(u,f);return e.setParsedField(this.field,p,r,l)},t.convertToFraction=function(e,t){var r=this.field.range();r.checkValidValue(e,this.field);for(var n=r.minimum(),i=r.maximum()-n+1,a=e-n,o=""+MathUtil.intDiv(1e9*a,i);o.length<9;)o=t+o;return o},t.convertFromFraction=function(e,t){var r=this.field.range(),n=r.minimum(),i=r.maximum()-n+1;return MathUtil.intDiv(e*i,t)},t.toString=function(){var e=this.decimalPoint?",DecimalPoint":"";return"Fraction("+this.field+","+this.minWidth+","+this.maxWidth+e+")"},e}(),MAX_WIDTH$1=15,EXCEED_POINTS=[0,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9],NumberPrinterParser=function(){function e(e,t,r,n,i){void 0===i&&(i=0),this._field=e,this._minWidth=t,this._maxWidth=r,this._signStyle=n,this._subsequentWidth=i}var t=e.prototype;return t.field=function(){return this._field},t.minWidth=function(){return this._minWidth},t.maxWidth=function(){return this._maxWidth},t.signStyle=function(){return this._signStyle},t.withFixedWidth=function(){return-1===this._subsequentWidth?this:new e(this._field,this._minWidth,this._maxWidth,this._signStyle,-1)},t.withSubsequentWidth=function(t){return new e(this._field,this._minWidth,this._maxWidth,this._signStyle,this._subsequentWidth+t)},t._isFixedWidth=function(){return-1===this._subsequentWidth||this._subsequentWidth>0&&this._minWidth===this._maxWidth&&this._signStyle===SignStyle.NOT_NEGATIVE},t.print=function(e,t){var r=e.getValue(this._field);if(null==r)return!1;var n=this._getValue(e,r),i=e.symbols(),a=""+Math.abs(n);if(a.length>this._maxWidth)throw new DateTimeException("Field "+this._field+" cannot be printed as the value "+n+" exceeds the maximum print width of "+this._maxWidth);if(a=i.convertNumberToI18N(a),n>=0)switch(this._signStyle){case SignStyle.EXCEEDS_PAD:this._minWidth<MAX_WIDTH$1&&n>=EXCEED_POINTS[this._minWidth]&&t.append(i.positiveSign());break;case SignStyle.ALWAYS:t.append(i.positiveSign())}else switch(this._signStyle){case SignStyle.NORMAL:case SignStyle.EXCEEDS_PAD:case SignStyle.ALWAYS:t.append(i.negativeSign());break;case SignStyle.NOT_NEGATIVE:throw new DateTimeException("Field "+this._field+" cannot be printed as the value "+n+" cannot be negative according to the SignStyle")}for(var o=0;o<this._minWidth-a.length;o++)t.append(i.zeroDigit());return t.append(a),!0},t.parse=function(e,t,r){var n=t.length;if(r===n)return~r;assert(r>=0&&r<n);var i=t.charAt(r),a=!1,o=!1;if(i===e.symbols().positiveSign()){if(!1===this._signStyle.parse(!0,e.isStrict(),this._minWidth===this._maxWidth))return~r;o=!0,r++}else if(i===e.symbols().negativeSign()){if(!1===this._signStyle.parse(!1,e.isStrict(),this._minWidth===this._maxWidth))return~r;a=!0,r++}else if(this._signStyle===SignStyle.ALWAYS&&e.isStrict())return~r;var s=e.isStrict()||this._isFixedWidth()?this._minWidth:1,u=r+s;if(u>n)return~r;for(var l=(e.isStrict()||this._isFixedWidth()?this._maxWidth:9)+Math.max(this._subsequentWidth,0),c=0,d=r,h=0;h<2;h++){for(var f=Math.min(d+l,n);d<f;){var p=t.charAt(d++),m=e.symbols().convertToDigit(p);if(m<0){if(--d<u)return~r;break}if(d-r>MAX_WIDTH$1)throw new ArithmeticException("number text exceeds length");c=10*c+m}if(!(this._subsequentWidth>0&&0===h))break;var _=d-r;l=Math.max(s,_-this._subsequentWidth),d=r,c=0}if(a){if(0===c&&e.isStrict())return~(r-1);0!==c&&(c=-c)}else if(this._signStyle===SignStyle.EXCEEDS_PAD&&e.isStrict()){var g=d-r;if(o){if(g<=this._minWidth)return~(r-1)}else if(g>this._minWidth)return~r}return this._setValue(e,c,r,d)},t._getValue=function(e,t){return t},t._setValue=function(e,t,r,n){return e.setParsedField(this._field,t,r,n)},t.toString=function(){return 1===this._minWidth&&this._maxWidth===MAX_WIDTH$1&&this._signStyle===SignStyle.NORMAL?"Value("+this._field+")":this._minWidth===this._maxWidth&&this._signStyle===SignStyle.NOT_NEGATIVE?"Value("+this._field+","+this._minWidth+")":"Value("+this._field+","+this._minWidth+","+this._maxWidth+","+this._signStyle+")"},e}(),ReducedPrinterParser=function(e){function t(t,r,n,i,a){var o;if(o=e.call(this,t,r,n,SignStyle.NOT_NEGATIVE)||this,r<1||r>10)throw new IllegalArgumentException("The width must be from 1 to 10 inclusive but was "+r);if(n<1||n>10)throw new IllegalArgumentException("The maxWidth must be from 1 to 10 inclusive but was "+n);if(n<r)throw new IllegalArgumentException("The maxWidth must be greater than the width");if(null===a){if(!1===t.range().isValidValue(i))throw new IllegalArgumentException("The base value must be within the range of the field");if(i+EXCEED_POINTS[r]>MathUtil.MAX_SAFE_INTEGER)throw new DateTimeException("Unable to add printer-parser as the range exceeds the capacity of an int")}return o._baseValue=i,o._baseDate=a,o}_inheritsLoose$1(t,e);var r=t.prototype;return r._getValue=function(e,t){var r=Math.abs(t),n=this._baseValue;null!==this._baseDate&&(e.temporal(),n=IsoChronology.INSTANCE.date(this._baseDate).get(this._field));return t>=n&&t<n+EXCEED_POINTS[this._minWidth]?r%EXCEED_POINTS[this._minWidth]:r%EXCEED_POINTS[this._maxWidth]},r._setValue=function(e,t,r,n){var i=this._baseValue;null!=this._baseDate&&(i=e.getEffectiveChronology().date(this._baseDate).get(this._field));if(n-r===this._minWidth&&t>=0){var a=EXCEED_POINTS[this._minWidth],o=i-i%a;(t=i>0?o+t:o-t)<i&&(t+=a)}return e.setParsedField(this._field,t,r,n)},r.withFixedWidth=function(){return-1===this._subsequentWidth?this:new t(this._field,this._minWidth,this._maxWidth,this._baseValue,this._baseDate)},r.withSubsequentWidth=function(e){return new t(this._field,this._minWidth,this._maxWidth,this._baseValue,this._baseDate,this._subsequentWidth+e)},r.isFixedWidth=function(t){return!1!==t.isStrict()&&e.prototype.isFixedWidth.call(this,t)},r.toString=function(){return"ReducedValue("+this._field+","+this._minWidth+","+this._maxWidth+","+(null!=this._baseDate?this._baseDate:this._baseValue)+")"},t}(NumberPrinterParser),PATTERNS=["+HH","+HHmm","+HH:mm","+HHMM","+HH:MM","+HHMMss","+HH:MM:ss","+HHMMSS","+HH:MM:SS"],OffsetIdPrinterParser=function(){function e(e,t){requireNonNull(e,"noOffsetText"),requireNonNull(t,"pattern"),this.noOffsetText=e,this.type=this._checkPattern(t)}var t=e.prototype;return t._checkPattern=function(e){for(var t=0;t<PATTERNS.length;t++)if(PATTERNS[t]===e)return t;throw new IllegalArgumentException("Invalid zone offset pattern: "+e)},t.print=function(e,t){var r=e.getValue(ChronoField.OFFSET_SECONDS);if(null==r)return!1;var n=MathUtil.safeToInt(r);if(0===n)t.append(this.noOffsetText);else{var i=Math.abs(MathUtil.intMod(MathUtil.intDiv(n,3600),100)),a=Math.abs(MathUtil.intMod(MathUtil.intDiv(n,60),60)),o=Math.abs(MathUtil.intMod(n,60)),s=t.length(),u=i;t.append(n<0?"-":"+").appendChar(MathUtil.intDiv(i,10)+"0").appendChar(MathUtil.intMod(i,10)+"0"),(this.type>=3||this.type>=1&&a>0)&&(t.append(this.type%2==0?":":"").appendChar(MathUtil.intDiv(a,10)+"0").appendChar(a%10+"0"),u+=a,(this.type>=7||this.type>=5&&o>0)&&(t.append(this.type%2==0?":":"").appendChar(MathUtil.intDiv(o,10)+"0").appendChar(o%10+"0"),u+=o)),0===u&&(t.setLength(s),t.append(this.noOffsetText))}return!0},t.parse=function(e,t,r){var n=t.length,i=this.noOffsetText.length;if(0===i){if(r===n)return e.setParsedField(ChronoField.OFFSET_SECONDS,0,r,r)}else{if(r===n)return~r;if(e.subSequenceEquals(t,r,this.noOffsetText,0,i))return e.setParsedField(ChronoField.OFFSET_SECONDS,0,r,r+i)}var a=t[r];if("+"===a||"-"===a){var o="-"===a?-1:1,s=[0,0,0,0];if(s[0]=r+1,!1===(this._parseNumber(s,1,t,!0)||this._parseNumber(s,2,t,this.type>=3)||this._parseNumber(s,3,t,!1))){var u=MathUtil.safeZero(o*(3600*s[1]+60*s[2]+s[3]));return e.setParsedField(ChronoField.OFFSET_SECONDS,u,r,s[0])}}return 0===i?e.setParsedField(ChronoField.OFFSET_SECONDS,0,r,r+i):~r},t._parseNumber=function(e,t,r,n){if((this.type+3)/2<t)return!1;var i=e[0];if(this.type%2==0&&t>1){if(i+1>r.length||":"!==r[i])return n;i++}if(i+2>r.length)return n;var a=r[i++],o=r[i++];if(a<"0"||a>"9"||o<"0"||o>"9")return n;var s=10*(a.charCodeAt(0)-48)+(o.charCodeAt(0)-48);return s<0||s>59?n:(e[t]=s,e[0]=i,!1)},t.toString=function(){var e=this.noOffsetText.replace("'","''");return"Offset("+PATTERNS[this.type]+",'"+e+"')"},e}();
82
+ /**
83
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
84
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
85
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
86
+ */OffsetIdPrinterParser.INSTANCE_ID=new OffsetIdPrinterParser("Z","+HH:MM:ss"),OffsetIdPrinterParser.PATTERNS=PATTERNS;
87
+ /**
88
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
89
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
90
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
91
+ */
92
+ var PadPrinterParserDecorator=function(){function e(e,t,r){this._printerParser=e,this._padWidth=t,this._padChar=r}var t=e.prototype;return t.print=function(e,t){var r=t.length();if(!1===this._printerParser.print(e,t))return!1;var n=t.length()-r;if(n>this._padWidth)throw new DateTimeException("Cannot print as output of "+n+" characters exceeds pad width of "+this._padWidth);for(var i=0;i<this._padWidth-n;i++)t.insert(r,this._padChar);return!0},t.parse=function(e,t,r){var n=e.isStrict(),i=e.isCaseSensitive();if(assert(!(r>t.length)),assert(r>=0),r===t.length)return~r;var a=r+this._padWidth;if(a>t.length){if(n)return~r;a=t.length}for(var o=r;o<a&&(i?t[o]===this._padChar:e.charEquals(t[o],this._padChar));)o++;t=t.substring(0,a);var s=this._printerParser.parse(e,t,o);return s!==a&&n?~(r+o):s},t.toString=function(){return"Pad("+this._printerParser+","+this._padWidth+(" "===this._padChar?")":",'"+this._padChar+"')")},e}(),SettingsParser=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.print=function(){return!0},r.parse=function(e,r,n){switch(this){case t.SENSITIVE:e.setCaseSensitive(!0);break;case t.INSENSITIVE:e.setCaseSensitive(!1);break;case t.STRICT:e.setStrict(!0);break;case t.LENIENT:e.setStrict(!1)}return n},r.toString=function(){switch(this){case t.SENSITIVE:return"ParseCaseSensitive(true)";case t.INSENSITIVE:return"ParseCaseSensitive(false)";case t.STRICT:return"ParseStrict(true)";case t.LENIENT:return"ParseStrict(false)"}},t}(Enum);SettingsParser.SENSITIVE=new SettingsParser("SENSITIVE"),SettingsParser.INSENSITIVE=new SettingsParser("INSENSITIVE"),SettingsParser.STRICT=new SettingsParser("STRICT"),SettingsParser.LENIENT=new SettingsParser("LENIENT");
93
+ /**
94
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
95
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
96
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
97
+ */
98
+ var StringLiteralPrinterParser=function(){function e(e){this._literal=e}var t=e.prototype;return t.print=function(e,t){return t.append(this._literal),!0},t.parse=function(e,t,r){return assert(!(r>t.length||r<0)),!1===e.subSequenceEquals(t,r,this._literal,0,this._literal.length)?~r:r+this._literal.length},t.toString=function(){return"'"+this._literal.replace("'","''")+"'"},e}(),ZoneRulesProvider=function(){function e(){}return e.getRules=function(e){throw new DateTimeException("unsupported ZoneId:"+e)},e.getAvailableZoneIds=function(){return[]},e}(),ZoneRegion=function(e){function t(t,r){var n;return(n=e.call(this)||this)._id=t,n._rules=r,n}_inheritsLoose$1(t,e),t.ofId=function(e){return new t(e,ZoneRulesProvider.getRules(e))};var r=t.prototype;return r.id=function(){return this._id},r.rules=function(){return this._rules},t}(ZoneId),ZoneIdPrinterParser=function(){function e(e,t){this.query=e,this.description=t}var t=e.prototype;return t.print=function(e,t){var r=e.getValueQuery(this.query);return null!=r&&(t.append(r.id()),!0)},t.parse=function(e,t,r){var n=t.length;if(r>n)return~r;if(r===n)return~r;var i=t.charAt(r);if("+"===i||"-"===i){var a=e.copy(),o=OffsetIdPrinterParser.INSTANCE_ID.parse(a,t,r);if(o<0)return o;var s=a.getParsed(ChronoField.OFFSET_SECONDS),u=ZoneOffset.ofTotalSeconds(s);return e.setParsedZone(u),o}if(n>=r+2){var l=t.charAt(r+1);if(e.charEquals(i,"U")&&e.charEquals(l,"T"))return n>=r+3&&e.charEquals(t.charAt(r+2),"C")?this._parsePrefixedOffset(e,t,r,r+3):this._parsePrefixedOffset(e,t,r,r+2);if(e.charEquals(i,"G")&&n>=r+3&&e.charEquals(l,"M")&&e.charEquals(t.charAt(r+2),"T"))return this._parsePrefixedOffset(e,t,r,r+3)}if("SYSTEM"===t.substr(r,6))return e.setParsedZone(ZoneId.systemDefault()),r+6;if(e.charEquals(i,"Z"))return e.setParsedZone(ZoneOffset.UTC),r+1;var c=ZoneRulesProvider.getAvailableZoneIds();zoneIdTree.size!==c.length&&(zoneIdTree=ZoneIdTree.createTreeMap(c));for(var d=n-r,h=zoneIdTree.treeMap,f=null,p=0;null!=h;){var m=t.substr(r,Math.min(h.length,d));null!=(h=h.get(m))&&h.isLeaf&&(f=m,p=h.length)}return null!=f?(e.setParsedZone(ZoneRegion.ofId(f)),r+p):~r},t._parsePrefixedOffset=function(e,t,r,n){var i=t.substring(r,n).toUpperCase(),a=e.copy();if(n<t.length&&e.charEquals(t.charAt(n),"Z"))return e.setParsedZone(ZoneId.ofOffset(i,ZoneOffset.UTC)),n;var o=OffsetIdPrinterParser.INSTANCE_ID.parse(a,t,n);if(o<0)return e.setParsedZone(ZoneId.ofOffset(i,ZoneOffset.UTC)),n;var s=a.getParsed(ChronoField.OFFSET_SECONDS),u=ZoneOffset.ofTotalSeconds(s);return e.setParsedZone(ZoneId.ofOffset(i,u)),o},t.toString=function(){return this.description},e}(),ZoneIdTree=function(){function e(e,t){this.size=e,this.treeMap=t}return e.createTreeMap=function(t){for(var r=t.sort((function(e,t){return e.length-t.length})),n=new ZoneIdTreeMap(r[0].length,!1),i=0;i<r.length;i++)n.add(r[i]);return new e(r.length,n)},e}(),ZoneIdTreeMap=function(){function e(e,t){void 0===e&&(e=0),void 0===t&&(t=!1),this.length=e,this.isLeaf=t,this._treeMap={}}var t=e.prototype;return t.add=function(t){var r=t.length;if(r===this.length)this._treeMap[t]=new e(r,!0);else if(r>this.length){var n=t.substr(0,this.length),i=this._treeMap[n];null==i&&(i=new e(r,!1),this._treeMap[n]=i),i.add(t)}},t.get=function(e){return this._treeMap[e]},e}(),zoneIdTree=new ZoneIdTree([]),MAX_WIDTH=15,DateTimeFormatterBuilder=function(){function e(){this._active=this,this._parent=null,this._printerParsers=[],this._optional=!1,this._padNextWidth=0,this._padNextChar=null,this._valueParserIndex=-1}e._of=function(t,r){requireNonNull(t,"parent"),requireNonNull(r,"optional");var n=new e;return n._parent=t,n._optional=r,n};var t=e.prototype;return t.parseCaseSensitive=function(){return this._appendInternalPrinterParser(SettingsParser.SENSITIVE),this},t.parseCaseInsensitive=function(){return this._appendInternalPrinterParser(SettingsParser.INSENSITIVE),this},t.parseStrict=function(){return this._appendInternalPrinterParser(SettingsParser.STRICT),this},t.parseLenient=function(){return this._appendInternalPrinterParser(SettingsParser.LENIENT),this},t.appendValue=function(){return 1===arguments.length?this._appendValue1.apply(this,arguments):2===arguments.length?this._appendValue2.apply(this,arguments):this._appendValue4.apply(this,arguments)},t._appendValue1=function(e){return requireNonNull(e),this._appendValuePrinterParser(new NumberPrinterParser(e,1,MAX_WIDTH,SignStyle.NORMAL)),this},t._appendValue2=function(e,t){if(requireNonNull(e),t<1||t>MAX_WIDTH)throw new IllegalArgumentException("The width must be from 1 to "+MAX_WIDTH+" inclusive but was "+t);var r=new NumberPrinterParser(e,t,t,SignStyle.NOT_NEGATIVE);return this._appendValuePrinterParser(r),this},t._appendValue4=function(e,t,r,n){if(requireNonNull(e),requireNonNull(n),t===r&&n===SignStyle.NOT_NEGATIVE)return this._appendValue2(e,r);if(t<1||t>MAX_WIDTH)throw new IllegalArgumentException("The minimum width must be from 1 to "+MAX_WIDTH+" inclusive but was "+t);if(r<1||r>MAX_WIDTH)throw new IllegalArgumentException("The minimum width must be from 1 to "+MAX_WIDTH+" inclusive but was "+r);if(r<t)throw new IllegalArgumentException("The maximum width must exceed or equal the minimum width but "+r+" < "+t);var i=new NumberPrinterParser(e,t,r,n);return this._appendValuePrinterParser(i),this},t.appendValueReduced=function(){return 4===arguments.length&&arguments[3]instanceof ChronoLocalDate?this._appendValueReducedFieldWidthMaxWidthBaseDate.apply(this,arguments):this._appendValueReducedFieldWidthMaxWidthBaseValue.apply(this,arguments)},t._appendValueReducedFieldWidthMaxWidthBaseValue=function(e,t,r,n){requireNonNull(e,"field");var i=new ReducedPrinterParser(e,t,r,n,null);return this._appendValuePrinterParser(i),this},t._appendValueReducedFieldWidthMaxWidthBaseDate=function(e,t,r,n){requireNonNull(e,"field"),requireNonNull(n,"baseDate"),requireInstance(n,ChronoLocalDate,"baseDate");var i=new ReducedPrinterParser(e,t,r,0,n);return this._appendValuePrinterParser(i),this},t._appendValuePrinterParser=function(e){if(assert(null!=e),this._active._valueParserIndex>=0&&this._active._printerParsers[this._active._valueParserIndex]instanceof NumberPrinterParser){var t=this._active._valueParserIndex,r=this._active._printerParsers[t];e.minWidth()===e.maxWidth()&&e.signStyle()===SignStyle.NOT_NEGATIVE?(r=r.withSubsequentWidth(e.maxWidth()),this._appendInternal(e.withFixedWidth()),this._active._valueParserIndex=t):(r=r.withFixedWidth(),this._active._valueParserIndex=this._appendInternal(e)),this._active._printerParsers[t]=r}else this._active._valueParserIndex=this._appendInternal(e);return this},t.appendFraction=function(e,t,r,n){return this._appendInternal(new FractionPrinterParser(e,t,r,n)),this},t.appendInstant=function(e){if(void 0===e&&(e=-2),e<-2||e>9)throw new IllegalArgumentException("Invalid fractional digits: "+e);return this._appendInternal(new InstantPrinterParser(e)),this},t.appendOffsetId=function(){return this._appendInternal(OffsetIdPrinterParser.INSTANCE_ID),this},t.appendOffset=function(e,t){return this._appendInternalPrinterParser(new OffsetIdPrinterParser(t,e)),this},t.appendZoneId=function(){return this._appendInternal(new ZoneIdPrinterParser(TemporalQueries.zoneId(),"ZoneId()")),this},t.appendPattern=function(e){return requireNonNull(e,"pattern"),this._parsePattern(e),this},t.appendZoneText=function(){throw new IllegalArgumentException("Pattern using (localized) text not implemented, use @js-joda/locale plugin!")},t.appendText=function(){throw new IllegalArgumentException("Pattern using (localized) text not implemented, use @js-joda/locale plugin!")},t.appendLocalizedOffset=function(){throw new IllegalArgumentException("Pattern using (localized) text not implemented, use @js-joda/locale plugin!")},t.appendWeekField=function(){throw new IllegalArgumentException("Pattern using (localized) text not implemented, use @js-joda/locale plugin!")},t._parsePattern=function(e){for(var t={G:ChronoField.ERA,y:ChronoField.YEAR_OF_ERA,u:ChronoField.YEAR,Q:IsoFields.QUARTER_OF_YEAR,q:IsoFields.QUARTER_OF_YEAR,M:ChronoField.MONTH_OF_YEAR,L:ChronoField.MONTH_OF_YEAR,D:ChronoField.DAY_OF_YEAR,d:ChronoField.DAY_OF_MONTH,F:ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH,E:ChronoField.DAY_OF_WEEK,c:ChronoField.DAY_OF_WEEK,e:ChronoField.DAY_OF_WEEK,a:ChronoField.AMPM_OF_DAY,H:ChronoField.HOUR_OF_DAY,k:ChronoField.CLOCK_HOUR_OF_DAY,K:ChronoField.HOUR_OF_AMPM,h:ChronoField.CLOCK_HOUR_OF_AMPM,m:ChronoField.MINUTE_OF_HOUR,s:ChronoField.SECOND_OF_MINUTE,S:ChronoField.NANO_OF_SECOND,A:ChronoField.MILLI_OF_DAY,n:ChronoField.NANO_OF_SECOND,N:ChronoField.NANO_OF_DAY},r=0;r<e.length;r++){var n=e.charAt(r);if(n>="A"&&n<="Z"||n>="a"&&n<="z"){for(var i=r++;r<e.length&&e.charAt(r)===n;r++);var a=r-i;if("p"===n){var o=0;if(r<e.length&&((n=e.charAt(r))>="A"&&n<="Z"||n>="a"&&n<="z")){for(o=a,i=r++;r<e.length&&e.charAt(r)===n;r++);a=r-i}if(0===o)throw new IllegalArgumentException("Pad letter 'p' must be followed by valid pad pattern: "+e);this.padNext(o)}var s=t[n];if(null!=s)this._parseField(n,a,s);else if("z"===n){if(a>4)throw new IllegalArgumentException("Too many pattern letters: "+n);4===a?this.appendZoneText(TextStyle.FULL):this.appendZoneText(TextStyle.SHORT)}else if("V"===n){if(2!==a)throw new IllegalArgumentException("Pattern letter count must be 2: "+n);this.appendZoneId()}else if("Z"===n)if(a<4)this.appendOffset("+HHMM","+0000");else if(4===a)this.appendLocalizedOffset(TextStyle.FULL);else{if(5!==a)throw new IllegalArgumentException("Too many pattern letters: "+n);this.appendOffset("+HH:MM:ss","Z")}else if("O"===n)if(1===a)this.appendLocalizedOffset(TextStyle.SHORT);else{if(4!==a)throw new IllegalArgumentException("Pattern letter count must be 1 or 4: "+n);this.appendLocalizedOffset(TextStyle.FULL)}else if("X"===n){if(a>5)throw new IllegalArgumentException("Too many pattern letters: "+n);this.appendOffset(OffsetIdPrinterParser.PATTERNS[a+(1===a?0:1)],"Z")}else if("x"===n){if(a>5)throw new IllegalArgumentException("Too many pattern letters: "+n);var u=1===a?"+00":a%2==0?"+0000":"+00:00";this.appendOffset(OffsetIdPrinterParser.PATTERNS[a+(1===a?0:1)],u)}else if("W"===n){if(a>1)throw new IllegalArgumentException("Too many pattern letters: "+n);this.appendWeekField("W",a)}else if("w"===n){if(a>2)throw new IllegalArgumentException("Too many pattern letters: "+n);this.appendWeekField("w",a)}else{if("Y"!==n)throw new IllegalArgumentException("Unknown pattern letter: "+n);this.appendWeekField("Y",a)}r--}else if("'"===n){for(var l=r++;r<e.length;r++)if("'"===e.charAt(r)){if(!(r+1<e.length&&"'"===e.charAt(r+1)))break;r++}if(r>=e.length)throw new IllegalArgumentException("Pattern ends with an incomplete string literal: "+e);var c=e.substring(l+1,r);0===c.length?this.appendLiteral("'"):this.appendLiteral(c.replace("''","'"))}else if("["===n)this.optionalStart();else if("]"===n){if(null===this._active._parent)throw new IllegalArgumentException("Pattern invalid as it contains ] without previous [");this.optionalEnd()}else{if("{"===n||"}"===n||"#"===n)throw new IllegalArgumentException("Pattern includes reserved character: '"+n+"'");this.appendLiteral(n)}}},t._parseField=function(e,t,r){switch(e){case"u":case"y":2===t?this.appendValueReduced(r,2,2,ReducedPrinterParser.BASE_DATE):t<4?this.appendValue(r,t,MAX_WIDTH,SignStyle.NORMAL):this.appendValue(r,t,MAX_WIDTH,SignStyle.EXCEEDS_PAD);break;case"M":case"Q":switch(t){case 1:this.appendValue(r);break;case 2:this.appendValue(r,2);break;case 3:this.appendText(r,TextStyle.SHORT);break;case 4:this.appendText(r,TextStyle.FULL);break;case 5:this.appendText(r,TextStyle.NARROW);break;default:throw new IllegalArgumentException("Too many pattern letters: "+e)}break;case"L":case"q":switch(t){case 1:this.appendValue(r);break;case 2:this.appendValue(r,2);break;case 3:this.appendText(r,TextStyle.SHORT_STANDALONE);break;case 4:this.appendText(r,TextStyle.FULL_STANDALONE);break;case 5:this.appendText(r,TextStyle.NARROW_STANDALONE);break;default:throw new IllegalArgumentException("Too many pattern letters: "+e)}break;case"e":switch(t){case 1:case 2:this.appendWeekField("e",t);break;case 3:this.appendText(r,TextStyle.SHORT);break;case 4:this.appendText(r,TextStyle.FULL);break;case 5:this.appendText(r,TextStyle.NARROW);break;default:throw new IllegalArgumentException("Too many pattern letters: "+e)}break;case"c":switch(t){case 1:this.appendWeekField("c",t);break;case 2:throw new IllegalArgumentException("Invalid number of pattern letters: "+e);case 3:this.appendText(r,TextStyle.SHORT_STANDALONE);break;case 4:this.appendText(r,TextStyle.FULL_STANDALONE);break;case 5:this.appendText(r,TextStyle.NARROW_STANDALONE);break;default:throw new IllegalArgumentException("Too many pattern letters: "+e)}break;case"a":if(1!==t)throw new IllegalArgumentException("Too many pattern letters: "+e);this.appendText(r,TextStyle.SHORT);break;case"E":case"G":switch(t){case 1:case 2:case 3:this.appendText(r,TextStyle.SHORT);break;case 4:this.appendText(r,TextStyle.FULL);break;case 5:this.appendText(r,TextStyle.NARROW);break;default:throw new IllegalArgumentException("Too many pattern letters: "+e)}break;case"S":this.appendFraction(ChronoField.NANO_OF_SECOND,t,t,!1);break;case"F":if(1!==t)throw new IllegalArgumentException("Too many pattern letters: "+e);this.appendValue(r);break;case"d":case"h":case"H":case"k":case"K":case"m":case"s":if(1===t)this.appendValue(r);else{if(2!==t)throw new IllegalArgumentException("Too many pattern letters: "+e);this.appendValue(r,t)}break;case"D":if(1===t)this.appendValue(r);else{if(!(t<=3))throw new IllegalArgumentException("Too many pattern letters: "+e);this.appendValue(r,t)}break;default:1===t?this.appendValue(r):this.appendValue(r,t)}},t.padNext=function(){return 1===arguments.length?this._padNext1.apply(this,arguments):this._padNext2.apply(this,arguments)},t._padNext1=function(e){return this._padNext2(e," ")},t._padNext2=function(e,t){if(e<1)throw new IllegalArgumentException("The pad width must be at least one but was "+e);return this._active._padNextWidth=e,this._active._padNextChar=t,this._active._valueParserIndex=-1,this},t.optionalStart=function(){return this._active._valueParserIndex=-1,this._active=e._of(this._active,!0),this},t.optionalEnd=function(){if(null==this._active._parent)throw new IllegalStateException("Cannot call optionalEnd() as there was no previous call to optionalStart()");if(this._active._printerParsers.length>0){var e=new CompositePrinterParser(this._active._printerParsers,this._active._optional);this._active=this._active._parent,this._appendInternal(e)}else this._active=this._active._parent;return this},t._appendInternal=function(e){return assert(null!=e),this._active._padNextWidth>0&&(null!=e&&(e=new PadPrinterParserDecorator(e,this._active._padNextWidth,this._active._padNextChar)),this._active._padNextWidth=0,this._active._padNextChar=0),this._active._printerParsers.push(e),this._active._valueParserIndex=-1,this._active._printerParsers.length-1},t.appendLiteral=function(e){return assert(null!=e),e.length>0&&(1===e.length?this._appendInternalPrinterParser(new CharLiteralPrinterParser(e.charAt(0))):this._appendInternalPrinterParser(new StringLiteralPrinterParser(e))),this},t._appendInternalPrinterParser=function(e){return assert(null!=e),this._active._padNextWidth>0&&(null!=e&&(e=new PadPrinterParserDecorator(e,this._active._padNextWidth,this._active._padNextChar)),this._active._padNextWidth=0,this._active._padNextChar=0),this._active._printerParsers.push(e),this._active._valueParserIndex=-1,this._active._printerParsers.length-1},t.append=function(e){return requireNonNull(e,"formatter"),this._appendInternal(e._toPrinterParser(!1)),this},t.toFormatter=function(e){for(void 0===e&&(e=ResolverStyle.SMART);null!=this._active._parent;)this.optionalEnd();var t=new CompositePrinterParser(this._printerParsers,!1);return new DateTimeFormatter(t,null,DecimalStyle.STANDARD,e,null,null,null)},e}(),SECONDS_PER_10000_YEARS=31556952e4,SECONDS_0000_TO_1970=62167219200,InstantPrinterParser=function(){function e(e){this.fractionalDigits=e}var t=e.prototype;return t.print=function(e,t){var r=e.getValue(ChronoField.INSTANT_SECONDS),n=0;if(e.temporal().isSupported(ChronoField.NANO_OF_SECOND)&&(n=e.temporal().getLong(ChronoField.NANO_OF_SECOND)),null==r)return!1;var i=r,a=ChronoField.NANO_OF_SECOND.checkValidIntValue(n);if(i>=-SECONDS_0000_TO_1970){var o=i-SECONDS_PER_10000_YEARS+SECONDS_0000_TO_1970,s=MathUtil.floorDiv(o,SECONDS_PER_10000_YEARS)+1,u=MathUtil.floorMod(o,SECONDS_PER_10000_YEARS),l=LocalDateTime.ofEpochSecond(u-SECONDS_0000_TO_1970,0,ZoneOffset.UTC);s>0&&t.append("+").append(s),t.append(l.toString()),0===l.second()&&t.append(":00")}else{var c=i+SECONDS_0000_TO_1970,d=MathUtil.intDiv(c,SECONDS_PER_10000_YEARS),h=MathUtil.intMod(c,SECONDS_PER_10000_YEARS),f=LocalDateTime.ofEpochSecond(h-SECONDS_0000_TO_1970,0,ZoneOffset.UTC),p=t.length();t.append(f.toString()),0===f.second()&&t.append(":00"),d<0&&(-1e4===f.year()?t.replace(p,p+2,""+(d-1)):0===h?t.insert(p,d):t.insert(p+1,Math.abs(d)))}if(-2===this.fractionalDigits)0!==a&&(t.append("."),0===MathUtil.intMod(a,1e6)?t.append((""+(MathUtil.intDiv(a,1e6)+1e3)).substring(1)):0===MathUtil.intMod(a,1e3)?t.append((""+(MathUtil.intDiv(a,1e3)+1e6)).substring(1)):t.append((""+(a+1e9)).substring(1)));else if(this.fractionalDigits>0||-1===this.fractionalDigits&&a>0){t.append(".");for(var m=1e8,_=0;-1===this.fractionalDigits&&a>0||_<this.fractionalDigits;_++){var g=MathUtil.intDiv(a,m);t.append(g),a-=g*m,m=MathUtil.intDiv(m,10)}}return t.append("Z"),!0},t.parse=function(e,t,r){var n=e.copy(),i=this.fractionalDigits<0?0:this.fractionalDigits,a=this.fractionalDigits<0?9:this.fractionalDigits,o=(new DateTimeFormatterBuilder).append(DateTimeFormatter.ISO_LOCAL_DATE).appendLiteral("T").appendValue(ChronoField.HOUR_OF_DAY,2).appendLiteral(":").appendValue(ChronoField.MINUTE_OF_HOUR,2).appendLiteral(":").appendValue(ChronoField.SECOND_OF_MINUTE,2).appendFraction(ChronoField.NANO_OF_SECOND,i,a,!0).appendLiteral("Z").toFormatter()._toPrinterParser(!1).parse(n,t,r);if(o<0)return o;var s,u=n.getParsed(ChronoField.YEAR),l=n.getParsed(ChronoField.MONTH_OF_YEAR),c=n.getParsed(ChronoField.DAY_OF_MONTH),d=n.getParsed(ChronoField.HOUR_OF_DAY),h=n.getParsed(ChronoField.MINUTE_OF_HOUR),f=n.getParsed(ChronoField.SECOND_OF_MINUTE),p=n.getParsed(ChronoField.NANO_OF_SECOND),m=null!=f?f:0,_=null!=p?p:0,g=MathUtil.intMod(u,1e4),y=0;24===d&&0===h&&0===m&&0===_?(d=0,y=1):23===d&&59===h&&60===m&&(e.setParsedLeapSecond(),m=59);try{s=LocalDateTime.of(g,l,c,d,h,m,0).plusDays(y).toEpochSecond(ZoneOffset.UTC),s+=MathUtil.safeMultiply(MathUtil.intDiv(u,1e4),SECONDS_PER_10000_YEARS)}catch(e){return~r}var E=o;return E=e.setParsedField(ChronoField.INSTANT_SECONDS,s,r,E),e.setParsedField(ChronoField.NANO_OF_SECOND,_,r,E)},t.toString=function(){return"Instant()"},e}();
99
+ /*
100
+ * @copyright (c) 2016, Philipp Thürwächter, Pattrick Hüper
101
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
102
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
103
+ */function _init$e(){ReducedPrinterParser.BASE_DATE=LocalDate.of(2e3,1,1),DateTimeFormatterBuilder.CompositePrinterParser=CompositePrinterParser,DateTimeFormatterBuilder.PadPrinterParserDecorator=PadPrinterParserDecorator,DateTimeFormatterBuilder.SettingsParser=SettingsParser,DateTimeFormatterBuilder.CharLiteralPrinterParser=StringLiteralPrinterParser,DateTimeFormatterBuilder.StringLiteralPrinterParser=StringLiteralPrinterParser,DateTimeFormatterBuilder.CharLiteralPrinterParser=CharLiteralPrinterParser,DateTimeFormatterBuilder.NumberPrinterParser=NumberPrinterParser,DateTimeFormatterBuilder.ReducedPrinterParser=ReducedPrinterParser,DateTimeFormatterBuilder.FractionPrinterParser=FractionPrinterParser,DateTimeFormatterBuilder.OffsetIdPrinterParser=OffsetIdPrinterParser,DateTimeFormatterBuilder.ZoneIdPrinterParser=ZoneIdPrinterParser}
104
+ /*
105
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
106
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
107
+ */var StringBuilder=function(){function e(){this._str=""}var t=e.prototype;return t.append=function(e){return this._str+=e,this},t.appendChar=function(e){return this._str+=e[0],this},t.insert=function(e,t){return this._str=this._str.slice(0,e)+t+this._str.slice(e),this},t.replace=function(e,t,r){return this._str=this._str.slice(0,e)+r+this._str.slice(t),this},t.length=function(){return this._str.length},t.setLength=function(e){return this._str=this._str.slice(0,e),this},t.toString=function(){return this._str},e}(),DateTimeFormatter=function(){function e(e,t,r,n,i,a,o){void 0===a&&(a=IsoChronology.INSTANCE),assert(null!=e),assert(null!=r),assert(null!=n),this._printerParser=e,this._locale=t,this._decimalStyle=r,this._resolverStyle=n,this._resolverFields=i,this._chrono=a,this._zone=o}e.parsedExcessDays=function(){return e.PARSED_EXCESS_DAYS},e.parsedLeapSecond=function(){return e.PARSED_LEAP_SECOND},e.ofPattern=function(e){return(new DateTimeFormatterBuilder).appendPattern(e).toFormatter()};var t=e.prototype;return t.locale=function(){return this._locale},t.decimalStyle=function(){return this._decimalStyle},t.chronology=function(){return this._chrono},t.withChronology=function(t){return null!=this._chrono&&this._chrono.equals(t)?this:new e(this._printerParser,this._locale,this._decimalStyle,this._resolverStyle,this._resolverFields,t,this._zone)},t.withLocale=function(){return this},t.withResolverStyle=function(t){return requireNonNull(t,"resolverStyle"),t.equals(this._resolverStyle)?this:new e(this._printerParser,this._locale,this._decimalStyle,t,this._resolverFields,this._chrono,this._zone)},t.format=function(e){var t=new StringBuilder(32);return this._formatTo(e,t),t.toString()},t._formatTo=function(e,t){requireNonNull(e,"temporal"),requireNonNull(t,"appendable");var r=new DateTimePrintContext(e,this);this._printerParser.print(r,t)},t.parse=function(e,t){return 1===arguments.length?this.parse1(e):this.parse2(e,t)},t.parse1=function(e){requireNonNull(e,"text");try{return this._parseToBuilder(e,null).resolve(this._resolverStyle,this._resolverFields)}catch(t){throw t instanceof DateTimeParseException?t:this._createError(e,t)}},t.parse2=function(e,t){requireNonNull(e,"text"),requireNonNull(t,"type");try{return this._parseToBuilder(e,null).resolve(this._resolverStyle,this._resolverFields).build(t)}catch(t){throw t instanceof DateTimeParseException?t:this._createError(e,t)}},t._createError=function(e,t){var r="";return r=e.length>64?e.substring(0,64)+"...":e,new DateTimeParseException("Text '"+r+"' could not be parsed: "+t.message,e,0,t)},t._parseToBuilder=function(e,t){var r=null!=t?t:new ParsePosition(0),n=this._parseUnresolved0(e,r);if(null==n||r.getErrorIndex()>=0||null==t&&r.getIndex()<e.length){var i="";throw i=e.length>64?e.substr(0,64).toString()+"...":e,r.getErrorIndex()>=0?new DateTimeParseException("Text '"+i+"' could not be parsed at index "+r.getErrorIndex(),e,r.getErrorIndex()):new DateTimeParseException("Text '"+i+"' could not be parsed, unparsed text found at index "+r.getIndex(),e,r.getIndex())}return n.toBuilder()},t.parseUnresolved=function(e,t){return this._parseUnresolved0(e,t)},t._parseUnresolved0=function(e,t){assert(null!=e,"text",NullPointerException),assert(null!=t,"position",NullPointerException);var r=new DateTimeParseContext(this),n=t.getIndex();return(n=this._printerParser.parse(r,e,n))<0?(t.setErrorIndex(~n),null):(t.setIndex(n),r.toParsed())},t._toPrinterParser=function(e){return this._printerParser.withOptional(e)},t.toString=function(){var e=this._printerParser.toString();return 0===e.indexOf("[")?e:e.substring(1,e.length-1)},e}();
108
+ /**
109
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
110
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
111
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
112
+ */function _init$d(){DateTimeFormatter.ISO_LOCAL_DATE=(new DateTimeFormatterBuilder).appendValue(ChronoField.YEAR,4,10,SignStyle.EXCEEDS_PAD).appendLiteral("-").appendValue(ChronoField.MONTH_OF_YEAR,2).appendLiteral("-").appendValue(ChronoField.DAY_OF_MONTH,2).toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.ISO_LOCAL_TIME=(new DateTimeFormatterBuilder).appendValue(ChronoField.HOUR_OF_DAY,2).appendLiteral(":").appendValue(ChronoField.MINUTE_OF_HOUR,2).optionalStart().appendLiteral(":").appendValue(ChronoField.SECOND_OF_MINUTE,2).optionalStart().appendFraction(ChronoField.NANO_OF_SECOND,0,9,!0).toFormatter(ResolverStyle.STRICT),DateTimeFormatter.ISO_LOCAL_DATE_TIME=(new DateTimeFormatterBuilder).parseCaseInsensitive().append(DateTimeFormatter.ISO_LOCAL_DATE).appendLiteral("T").append(DateTimeFormatter.ISO_LOCAL_TIME).toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.ISO_INSTANT=(new DateTimeFormatterBuilder).parseCaseInsensitive().appendInstant().toFormatter(ResolverStyle.STRICT),DateTimeFormatter.ISO_OFFSET_DATE_TIME=(new DateTimeFormatterBuilder).parseCaseInsensitive().append(DateTimeFormatter.ISO_LOCAL_DATE_TIME).appendOffsetId().toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.ISO_ZONED_DATE_TIME=(new DateTimeFormatterBuilder).append(DateTimeFormatter.ISO_OFFSET_DATE_TIME).optionalStart().appendLiteral("[").parseCaseSensitive().appendZoneId().appendLiteral("]").toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.BASIC_ISO_DATE=(new DateTimeFormatterBuilder).appendValue(ChronoField.YEAR,4,10,SignStyle.EXCEEDS_PAD).appendValue(ChronoField.MONTH_OF_YEAR,2).appendValue(ChronoField.DAY_OF_MONTH,2).toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.ISO_OFFSET_DATE=(new DateTimeFormatterBuilder).parseCaseInsensitive().append(DateTimeFormatter.ISO_LOCAL_DATE).appendOffsetId().toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.ISO_OFFSET_TIME=(new DateTimeFormatterBuilder).parseCaseInsensitive().append(DateTimeFormatter.ISO_LOCAL_TIME).appendOffsetId().toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.ISO_ORDINAL_DATE=(new DateTimeFormatterBuilder).appendValue(ChronoField.YEAR,4,10,SignStyle.EXCEEDS_PAD).appendLiteral("-").appendValue(ChronoField.DAY_OF_YEAR).toFormatter(ResolverStyle.STRICT),DateTimeFormatter.ISO_WEEK_DATE=(new DateTimeFormatterBuilder).appendValue(ChronoField.YEAR,4,10,SignStyle.EXCEEDS_PAD).appendLiteral("-W").appendValue(ChronoField.ALIGNED_WEEK_OF_YEAR).appendLiteral("-").appendValue(ChronoField.DAY_OF_WEEK).toFormatter(ResolverStyle.STRICT),DateTimeFormatter.ISO_DATE=(new DateTimeFormatterBuilder).parseCaseInsensitive().append(DateTimeFormatter.ISO_LOCAL_DATE).optionalStart().appendOffsetId().optionalEnd().toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.ISO_TIME=(new DateTimeFormatterBuilder).parseCaseInsensitive().append(DateTimeFormatter.ISO_LOCAL_TIME).optionalStart().appendOffsetId().optionalEnd().toFormatter(ResolverStyle.STRICT),DateTimeFormatter.ISO_DATE_TIME=(new DateTimeFormatterBuilder).append(DateTimeFormatter.ISO_LOCAL_DATE_TIME).optionalStart().appendOffsetId().optionalEnd().toFormatter(ResolverStyle.STRICT).withChronology(IsoChronology.INSTANCE),DateTimeFormatter.PARSED_EXCESS_DAYS=createTemporalQuery("PARSED_EXCESS_DAYS",(function(e){return e instanceof DateTimeBuilder?e.excessDays:Period.ZERO})),DateTimeFormatter.PARSED_LEAP_SECOND=createTemporalQuery("PARSED_LEAP_SECOND",(function(e){return e instanceof DateTimeBuilder&&e.leapSecond}))}var MonthDay=function(e){function t(t,r){var n;return(n=e.call(this)||this)._month=MathUtil.safeToInt(t),n._day=MathUtil.safeToInt(r),n}_inheritsLoose$1(t,e),t.now=function(e){return 0===arguments.length?t.now0():1===arguments.length&&e instanceof ZoneId?t.nowZoneId(e):t.nowClock(e)},t.now0=function(){return this.nowClock(Clock.systemDefaultZone())},t.nowZoneId=function(e){return requireNonNull(e,"zone"),this.nowClock(Clock.system(e))},t.nowClock=function(e){requireNonNull(e,"clock");var r=LocalDate.now(e);return t.of(r.month(),r.dayOfMonth())},t.of=function(e,r){return 2===arguments.length&&e instanceof Month?t.ofMonthNumber(e,r):t.ofNumberNumber(e,r)},t.ofMonthNumber=function(e,r){if(requireNonNull(e,"month"),ChronoField.DAY_OF_MONTH.checkValidValue(r),r>e.maxLength())throw new DateTimeException("Illegal value for DayOfMonth field, value "+r+" is not valid for month "+e.toString());return new t(e.value(),r)},t.ofNumberNumber=function(e,r){return requireNonNull(e,"month"),requireNonNull(r,"dayOfMonth"),t.of(Month.of(e),r)},t.from=function(e){if(requireNonNull(e,"temporal"),requireInstance(e,TemporalAccessor,"temporal"),e instanceof t)return e;try{return t.of(e.get(ChronoField.MONTH_OF_YEAR),e.get(ChronoField.DAY_OF_MONTH))}catch(t){throw new DateTimeException("Unable to obtain MonthDay from TemporalAccessor: "+e+", type "+(e&&null!=e.constructor?e.constructor.name:""))}},t.parse=function(e,r){return 1===arguments.length?t.parseString(e):t.parseStringFormatter(e,r)},t.parseString=function(e){return t.parseStringFormatter(e,PARSER$2)},t.parseStringFormatter=function(e,r){return requireNonNull(e,"text"),requireNonNull(r,"formatter"),requireInstance(r,DateTimeFormatter,"formatter"),r.parse(e,t.FROM)};var r=t.prototype;return r.monthValue=function(){return this._month},r.month=function(){return Month.of(this._month)},r.dayOfMonth=function(){return this._day},r.isSupported=function(e){return e instanceof ChronoField?e===ChronoField.MONTH_OF_YEAR||e===ChronoField.DAY_OF_MONTH:null!=e&&e.isSupportedBy(this)},r.range=function(t){return t===ChronoField.MONTH_OF_YEAR?t.range():t===ChronoField.DAY_OF_MONTH?ValueRange.of(1,this.month().minLength(),this.month().maxLength()):e.prototype.range.call(this,t)},r.get=function(e){return this.range(e).checkValidIntValue(this.getLong(e),e)},r.getLong=function(e){if(requireNonNull(e,"field"),e instanceof ChronoField){switch(e){case ChronoField.DAY_OF_MONTH:return this._day;case ChronoField.MONTH_OF_YEAR:return this._month}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.getFrom(this)},r.isValidYear=function(e){return!1==(29===this._day&&2===this._month&&!1===Year.isLeap(e))},r.withMonth=function(e){return this.with(Month.of(e))},r.with=function(e){if(requireNonNull(e,"month"),e.value()===this._month)return this;var r=Math.min(this._day,e.maxLength());return new t(e.value(),r)},r.withDayOfMonth=function(e){return e===this._day?this:t.of(this._month,e)},r.query=function(t){return requireNonNull(t,"query"),requireInstance(t,TemporalQuery,"query"),t===TemporalQueries.chronology()?IsoChronology.INSTANCE:e.prototype.query.call(this,t)},r.adjustInto=function(e){return requireNonNull(e,"temporal"),(e=e.with(ChronoField.MONTH_OF_YEAR,this._month)).with(ChronoField.DAY_OF_MONTH,Math.min(e.range(ChronoField.DAY_OF_MONTH).maximum(),this._day))},r.atYear=function(e){return LocalDate.of(e,this._month,this.isValidYear(e)?this._day:28)},r.compareTo=function(e){requireNonNull(e,"other"),requireInstance(e,t,"other");var r=this._month-e.monthValue();return 0===r&&(r=this._day-e.dayOfMonth()),r},r.isAfter=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this.compareTo(e)>0},r.isBefore=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this.compareTo(e)<0},r.equals=function(e){if(this===e)return!0;if(e instanceof t){var r=e;return this.monthValue()===r.monthValue()&&this.dayOfMonth()===r.dayOfMonth()}return!1},r.toString=function(){return"--"+(this._month<10?"0":"")+this._month+(this._day<10?"-0":"-")+this._day},r.toJSON=function(){return this.toString()},r.format=function(e){return requireNonNull(e,"formatter"),requireInstance(e,DateTimeFormatter,"formatter"),e.format(this)},t}(TemporalAccessor),PARSER$2;function _init$c(){PARSER$2=(new DateTimeFormatterBuilder).appendLiteral("--").appendValue(ChronoField.MONTH_OF_YEAR,2).appendLiteral("-").appendValue(ChronoField.DAY_OF_MONTH,2).toFormatter(),MonthDay.FROM=createTemporalQuery("MonthDay.FROM",(function(e){return MonthDay.from(e)}))}var YearMonth=function(e){function t(t,r){var n;return(n=e.call(this)||this)._year=MathUtil.safeToInt(t),n._month=MathUtil.safeToInt(r),n}_inheritsLoose$1(t,e),t.now=function(e){return 0===arguments.length?t.now0():1===arguments.length&&e instanceof ZoneId?t.nowZoneId(e):t.nowClock(e)},t.now0=function(){return t.nowClock(Clock.systemDefaultZone())},t.nowZoneId=function(e){return t.nowClock(Clock.system(e))},t.nowClock=function(e){var r=LocalDate.now(e);return t.of(r.year(),r.month())},t.of=function(e,r){return 2===arguments.length&&r instanceof Month?t.ofNumberMonth(e,r):t.ofNumberNumber(e,r)},t.ofNumberMonth=function(e,r){return requireNonNull(r,"month"),requireInstance(r,Month,"month"),t.ofNumberNumber(e,r.value())},t.ofNumberNumber=function(e,r){return requireNonNull(e,"year"),requireNonNull(r,"month"),ChronoField.YEAR.checkValidValue(e),ChronoField.MONTH_OF_YEAR.checkValidValue(r),new t(e,r)},t.from=function(e){if(requireNonNull(e,"temporal"),e instanceof t)return e;try{return t.of(e.get(ChronoField.YEAR),e.get(ChronoField.MONTH_OF_YEAR))}catch(t){throw new DateTimeException("Unable to obtain YearMonth from TemporalAccessor: "+e+", type "+(e&&null!=e.constructor?e.constructor.name:""))}},t.parse=function(e,r){return 1===arguments.length?t.parseString(e):t.parseStringFormatter(e,r)},t.parseString=function(e){return t.parseStringFormatter(e,PARSER$1)},t.parseStringFormatter=function(e,r){return requireNonNull(r,"formatter"),r.parse(e,t.FROM)};var r=t.prototype;return r.isSupported=function(e){return 1===arguments.length&&e instanceof TemporalField?this.isSupportedField(e):this.isSupportedUnit(e)},r.isSupportedField=function(e){return e instanceof ChronoField?e===ChronoField.YEAR||e===ChronoField.MONTH_OF_YEAR||e===ChronoField.PROLEPTIC_MONTH||e===ChronoField.YEAR_OF_ERA||e===ChronoField.ERA:null!=e&&e.isSupportedBy(this)},r.isSupportedUnit=function(e){return e instanceof ChronoUnit?e===ChronoUnit.MONTHS||e===ChronoUnit.YEARS||e===ChronoUnit.DECADES||e===ChronoUnit.CENTURIES||e===ChronoUnit.MILLENNIA||e===ChronoUnit.ERAS:null!=e&&e.isSupportedBy(this)},r.range=function(t){return t===ChronoField.YEAR_OF_ERA?this.year()<=0?ValueRange.of(1,Year.MAX_VALUE+1):ValueRange.of(1,Year.MAX_VALUE):e.prototype.range.call(this,t)},r.get=function(e){return requireNonNull(e,"field"),requireInstance(e,TemporalField,"field"),this.range(e).checkValidIntValue(this.getLong(e),e)},r.getLong=function(e){if(requireNonNull(e,"field"),requireInstance(e,TemporalField,"field"),e instanceof ChronoField){switch(e){case ChronoField.MONTH_OF_YEAR:return this._month;case ChronoField.PROLEPTIC_MONTH:return this._getProlepticMonth();case ChronoField.YEAR_OF_ERA:return this._year<1?1-this._year:this._year;case ChronoField.YEAR:return this._year;case ChronoField.ERA:return this._year<1?0:1}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.getFrom(this)},r._getProlepticMonth=function(){return MathUtil.safeAdd(MathUtil.safeMultiply(this._year,12),this._month-1)},r.year=function(){return this._year},r.monthValue=function(){return this._month},r.month=function(){return Month.of(this._month)},r.isLeapYear=function(){return IsoChronology.isLeapYear(this._year)},r.isValidDay=function(e){return e>=1&&e<=this.lengthOfMonth()},r.lengthOfMonth=function(){return this.month().length(this.isLeapYear())},r.lengthOfYear=function(){return this.isLeapYear()?366:365},r.with=function(e,t){return 1===arguments.length?this._withAdjuster(e):this._withField(e,t)},r._withField=function(e,t){if(requireNonNull(e,"field"),requireInstance(e,TemporalField,"field"),e instanceof ChronoField){var r=e;switch(r.checkValidValue(t),r){case ChronoField.MONTH_OF_YEAR:return this.withMonth(t);case ChronoField.PROLEPTIC_MONTH:return this.plusMonths(t-this.getLong(ChronoField.PROLEPTIC_MONTH));case ChronoField.YEAR_OF_ERA:return this.withYear(this._year<1?1-t:t);case ChronoField.YEAR:return this.withYear(t);case ChronoField.ERA:return this.getLong(ChronoField.ERA)===t?this:this.withYear(1-this._year)}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.adjustInto(this,t)},r.withYear=function(e){return ChronoField.YEAR.checkValidValue(e),new t(e,this._month)},r.withMonth=function(e){return ChronoField.MONTH_OF_YEAR.checkValidValue(e),new t(this._year,e)},r._plusUnit=function(e,t){if(requireNonNull(t,"unit"),requireInstance(t,TemporalUnit,"unit"),t instanceof ChronoUnit){switch(t){case ChronoUnit.MONTHS:return this.plusMonths(e);case ChronoUnit.YEARS:return this.plusYears(e);case ChronoUnit.DECADES:return this.plusYears(MathUtil.safeMultiply(e,10));case ChronoUnit.CENTURIES:return this.plusYears(MathUtil.safeMultiply(e,100));case ChronoUnit.MILLENNIA:return this.plusYears(MathUtil.safeMultiply(e,1e3));case ChronoUnit.ERAS:return this.with(ChronoField.ERA,MathUtil.safeAdd(this.getLong(ChronoField.ERA),e))}throw new UnsupportedTemporalTypeException("Unsupported unit: "+t)}return t.addTo(this,e)},r.plusYears=function(e){if(0===e)return this;var t=ChronoField.YEAR.checkValidIntValue(this._year+e);return this.withYear(t)},r.plusMonths=function(e){if(0===e)return this;var r=12*this._year+(this._month-1)+e;return new t(ChronoField.YEAR.checkValidIntValue(MathUtil.floorDiv(r,12)),MathUtil.floorMod(r,12)+1)},r.minusYears=function(e){return e===MathUtil.MIN_SAFE_INTEGER?this.plusYears(MathUtil.MIN_SAFE_INTEGER).plusYears(1):this.plusYears(-e)},r.minusMonths=function(e){return e===MathUtil.MIN_SAFE_INTEGER?this.plusMonths(Math.MAX_SAFE_INTEGER).plusMonths(1):this.plusMonths(-e)},r.query=function(t){return requireNonNull(t,"query"),requireInstance(t,TemporalQuery,"query"),t===TemporalQueries.chronology()?IsoChronology.INSTANCE:t===TemporalQueries.precision()?ChronoUnit.MONTHS:t===TemporalQueries.localDate()||t===TemporalQueries.localTime()||t===TemporalQueries.zone()||t===TemporalQueries.zoneId()||t===TemporalQueries.offset()?null:e.prototype.query.call(this,t)},r.adjustInto=function(e){return requireNonNull(e,"temporal"),requireInstance(e,Temporal,"temporal"),e.with(ChronoField.PROLEPTIC_MONTH,this._getProlepticMonth())},r.until=function(e,r){requireNonNull(e,"endExclusive"),requireNonNull(r,"unit"),requireInstance(e,Temporal,"endExclusive"),requireInstance(r,TemporalUnit,"unit");var n=t.from(e);if(r instanceof ChronoUnit){var i=n._getProlepticMonth()-this._getProlepticMonth();switch(r){case ChronoUnit.MONTHS:return i;case ChronoUnit.YEARS:return MathUtil.intDiv(i,12);case ChronoUnit.DECADES:return MathUtil.intDiv(i,120);case ChronoUnit.CENTURIES:return MathUtil.intDiv(i,1200);case ChronoUnit.MILLENNIA:return MathUtil.intDiv(i,12e3);case ChronoUnit.ERAS:return n.getLong(ChronoField.ERA)-this.getLong(ChronoField.ERA)}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}return r.between(this,n)},r.atDay=function(e){return requireNonNull(e,"dayOfMonth"),LocalDate.of(this._year,this._month,e)},r.atEndOfMonth=function(){return LocalDate.of(this._year,this._month,this.lengthOfMonth())},r.compareTo=function(e){requireNonNull(e,"other"),requireInstance(e,t,"other");var r=this._year-e.year();return 0===r&&(r=this._month-e.monthValue()),r},r.isAfter=function(e){return this.compareTo(e)>0},r.isBefore=function(e){return this.compareTo(e)<0},r.equals=function(e){if(this===e)return!0;if(e instanceof t){var r=e;return this.year()===r.year()&&this.monthValue()===r.monthValue()}return!1},r.toString=function(){return PARSER$1.format(this)},r.toJSON=function(){return this.toString()},r.format=function(e){return requireNonNull(e,"formatter"),e.format(this)},t}(Temporal),PARSER$1;function _init$b(){PARSER$1=(new DateTimeFormatterBuilder).appendValue(ChronoField.YEAR,4,10,SignStyle.EXCEEDS_PAD).appendLiteral("-").appendValue(ChronoField.MONTH_OF_YEAR,2).toFormatter(),YearMonth.FROM=createTemporalQuery("YearMonth.FROM",(function(e){return YearMonth.from(e)}))}var Year=function(e){function t(t){var r;return(r=e.call(this)||this)._year=MathUtil.safeToInt(t),r}_inheritsLoose$1(t,e);var r=t.prototype;return r.value=function(){return this._year},t.now=function(e){return void 0===e&&(e=void 0),void 0===e?t.now0():e instanceof ZoneId?t.nowZoneId(e):t.nowClock(e)},t.now0=function(){return t.nowClock(Clock.systemDefaultZone())},t.nowZoneId=function(e){return requireNonNull(e,"zone"),requireInstance(e,ZoneId,"zone"),t.nowClock(Clock.system(e))},t.nowClock=function(e){requireNonNull(e,"clock"),requireInstance(e,Clock,"clock");var r=LocalDate.now(e);return t.of(r.year())},t.of=function(e){return requireNonNull(e,"isoYear"),ChronoField.YEAR.checkValidValue(e),new t(e)},t.from=function(e){if(requireNonNull(e,"temporal"),requireInstance(e,TemporalAccessor,"temporal"),e instanceof t)return e;try{return t.of(e.get(ChronoField.YEAR))}catch(t){throw new DateTimeException("Unable to obtain Year from TemporalAccessor: "+e+", type "+(e&&null!=e.constructor?e.constructor.name:""))}},t.parse=function(e,r){return arguments.length<=1?t.parseText(e):t.parseTextFormatter(e,r)},t.parseText=function(e){return requireNonNull(e,"text"),t.parse(e,PARSER)},t.parseTextFormatter=function(e,r){return void 0===r&&(r=PARSER),requireNonNull(e,"text"),requireNonNull(r,"formatter"),requireInstance(r,DateTimeFormatter,"formatter"),r.parse(e,t.FROM)},t.isLeap=function(e){return 0===MathUtil.intMod(e,4)&&(0!==MathUtil.intMod(e,100)||0===MathUtil.intMod(e,400))},r.isSupported=function(e){return 1===arguments.length&&e instanceof TemporalField?this.isSupportedField(e):this.isSupportedUnit(e)},r.isSupportedField=function(e){return e instanceof ChronoField?e===ChronoField.YEAR||e===ChronoField.YEAR_OF_ERA||e===ChronoField.ERA:null!=e&&e.isSupportedBy(this)},r.isSupportedUnit=function(e){return e instanceof ChronoUnit?e===ChronoUnit.YEARS||e===ChronoUnit.DECADES||e===ChronoUnit.CENTURIES||e===ChronoUnit.MILLENNIA||e===ChronoUnit.ERAS:null!=e&&e.isSupportedBy(this)},r.range=function(t){if(this.isSupported(t))return t.range();if(t instanceof ChronoField)throw new UnsupportedTemporalTypeException("Unsupported field: "+t);return e.prototype.range.call(this,t)},r.get=function(e){return this.range(e).checkValidIntValue(this.getLong(e),e)},r.getLong=function(e){if(requireNonNull(e,"field"),e instanceof ChronoField){switch(e){case ChronoField.YEAR_OF_ERA:return this._year<1?1-this._year:this._year;case ChronoField.YEAR:return this._year;case ChronoField.ERA:return this._year<1?0:1}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.getFrom(this)},r.isLeap=function(){return t.isLeap(this._year)},r._withField=function(e,r){if(requireNonNull(e,"field"),requireInstance(e,TemporalField,"field"),e instanceof ChronoField){switch(e.checkValidValue(r),e){case ChronoField.YEAR_OF_ERA:return t.of(this._year<1?1-r:r);case ChronoField.YEAR:return t.of(r);case ChronoField.ERA:return this.getLong(ChronoField.ERA)===r?this:t.of(1-this._year)}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.adjustInto(this,r)},r._plusUnit=function(e,t){if(requireNonNull(e,"amountToAdd"),requireNonNull(t,"unit"),requireInstance(t,TemporalUnit,"unit"),t instanceof ChronoUnit){switch(t){case ChronoUnit.YEARS:return this.plusYears(e);case ChronoUnit.DECADES:return this.plusYears(MathUtil.safeMultiply(e,10));case ChronoUnit.CENTURIES:return this.plusYears(MathUtil.safeMultiply(e,100));case ChronoUnit.MILLENNIA:return this.plusYears(MathUtil.safeMultiply(e,1e3));case ChronoUnit.ERAS:return this.with(ChronoField.ERA,MathUtil.safeAdd(this.getLong(ChronoField.ERA),e))}throw new UnsupportedTemporalTypeException("Unsupported unit: "+t)}return t.addTo(this,e)},r.plusYears=function(e){return 0===e?this:t.of(ChronoField.YEAR.checkValidIntValue(MathUtil.safeAdd(this._year,e)))},r.minusYears=function(e){return e===MathUtil.MIN_SAFE_INTEGER?this.plusYears(MathUtil.MAX_SAFE_INTEGER).plusYears(1):this.plusYears(-e)},r.adjustInto=function(e){return requireNonNull(e,"temporal"),e.with(ChronoField.YEAR,this._year)},r.isValidMonthDay=function(e){return null!=e&&e.isValidYear(this._year)},r.length=function(){return this.isLeap()?366:365},r.atDay=function(e){return LocalDate.ofYearDay(this._year,e)},r.atMonth=function(e){return 1===arguments.length&&e instanceof Month?this.atMonthMonth(e):this.atMonthNumber(e)},r.atMonthMonth=function(e){return requireNonNull(e,"month"),requireInstance(e,Month,"month"),YearMonth.of(this._year,e)},r.atMonthNumber=function(e){return requireNonNull(e,"month"),YearMonth.of(this._year,e)},r.atMonthDay=function(e){return requireNonNull(e,"monthDay"),requireInstance(e,MonthDay,"monthDay"),e.atYear(this._year)},r.query=function(t){return requireNonNull(t,"query()"),requireInstance(t,TemporalQuery,"query()"),t===TemporalQueries.chronology()?IsoChronology.INSTANCE:t===TemporalQueries.precision()?ChronoUnit.YEARS:t===TemporalQueries.localDate()||t===TemporalQueries.localTime()||t===TemporalQueries.zone()||t===TemporalQueries.zoneId()||t===TemporalQueries.offset()?null:e.prototype.query.call(this,t)},r.compareTo=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this._year-e._year},r.isAfter=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this._year>e._year},r.isBefore=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this._year<e._year},r.format=function(e){return requireNonNull(e,"formatter"),requireInstance(e,DateTimeFormatter,"formatter"),e.format(this)},r.equals=function(e){return this===e||e instanceof t&&this.value()===e.value()},r.toString=function(){return""+this._year},r.toJSON=function(){return this.toString()},r.until=function(e,r){var n=t.from(e);if(r instanceof ChronoUnit){var i=n.value()-this.value();switch(r){case ChronoUnit.YEARS:return i;case ChronoUnit.DECADES:return MathUtil.intDiv(i,10);case ChronoUnit.CENTURIES:return MathUtil.intDiv(i,100);case ChronoUnit.MILLENNIA:return MathUtil.intDiv(i,1e3);case ChronoUnit.ERAS:return n.getLong(ChronoField.ERA)-this.getLong(ChronoField.ERA)}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}return r.between(this,n)},t}(Temporal),PARSER;function _init$a(){Year.MIN_VALUE=YearConstants.MIN_VALUE,Year.MAX_VALUE=YearConstants.MAX_VALUE,PARSER=(new DateTimeFormatterBuilder).appendValue(ChronoField.YEAR,4,10,SignStyle.EXCEEDS_PAD).toFormatter(),Year.FROM=createTemporalQuery("Year.FROM",(function(e){return Year.from(e)}))}
113
+ /*
114
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
115
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
116
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
117
+ */var TemporalAdjuster=function(){function e(){}return e.prototype.adjustInto=function(e){abstractMethodFail("adjustInto")},e}(),TemporalAdjusters=function(){function e(){}return e.firstDayOfMonth=function(){return Impl.FIRST_DAY_OF_MONTH},e.lastDayOfMonth=function(){return Impl.LAST_DAY_OF_MONTH},e.firstDayOfNextMonth=function(){return Impl.FIRST_DAY_OF_NEXT_MONTH},e.firstDayOfYear=function(){return Impl.FIRST_DAY_OF_YEAR},e.lastDayOfYear=function(){return Impl.LAST_DAY_OF_YEAR},e.firstDayOfNextYear=function(){return Impl.FIRST_DAY_OF_NEXT_YEAR},e.firstInMonth=function(e){return requireNonNull(e,"dayOfWeek"),new DayOfWeekInMonth(1,e)},e.lastInMonth=function(e){return requireNonNull(e,"dayOfWeek"),new DayOfWeekInMonth(-1,e)},e.dayOfWeekInMonth=function(e,t){return requireNonNull(t,"dayOfWeek"),new DayOfWeekInMonth(e,t)},e.next=function(e){return new RelativeDayOfWeek(2,e)},e.nextOrSame=function(e){return new RelativeDayOfWeek(0,e)},e.previous=function(e){return new RelativeDayOfWeek(3,e)},e.previousOrSame=function(e){return new RelativeDayOfWeek(1,e)},e}(),Impl=function(e){function t(t){var r;return(r=e.call(this)||this)._ordinal=t,r}return _inheritsLoose$1(t,e),t.prototype.adjustInto=function(e){switch(this._ordinal){case 0:return e.with(ChronoField.DAY_OF_MONTH,1);case 1:return e.with(ChronoField.DAY_OF_MONTH,e.range(ChronoField.DAY_OF_MONTH).maximum());case 2:return e.with(ChronoField.DAY_OF_MONTH,1).plus(1,ChronoUnit.MONTHS);case 3:return e.with(ChronoField.DAY_OF_YEAR,1);case 4:return e.with(ChronoField.DAY_OF_YEAR,e.range(ChronoField.DAY_OF_YEAR).maximum());case 5:return e.with(ChronoField.DAY_OF_YEAR,1).plus(1,ChronoUnit.YEARS)}throw new IllegalStateException("Unreachable")},t}(TemporalAdjuster);Impl.FIRST_DAY_OF_MONTH=new Impl(0),Impl.LAST_DAY_OF_MONTH=new Impl(1),Impl.FIRST_DAY_OF_NEXT_MONTH=new Impl(2),Impl.FIRST_DAY_OF_YEAR=new Impl(3),Impl.LAST_DAY_OF_YEAR=new Impl(4),Impl.FIRST_DAY_OF_NEXT_YEAR=new Impl(5);var DayOfWeekInMonth=function(e){function t(t,r){var n;return(n=e.call(this)||this)._ordinal=t,n._dowValue=r.value(),n}return _inheritsLoose$1(t,e),t.prototype.adjustInto=function(e){if(this._ordinal>=0){var t=e.with(ChronoField.DAY_OF_MONTH,1),r=t.get(ChronoField.DAY_OF_WEEK),n=MathUtil.intMod(this._dowValue-r+7,7);return n+=7*(this._ordinal-1),t.plus(n,ChronoUnit.DAYS)}var i=e.with(ChronoField.DAY_OF_MONTH,e.range(ChronoField.DAY_OF_MONTH).maximum()),a=i.get(ChronoField.DAY_OF_WEEK),o=this._dowValue-a;return o=0===o?0:o>0?o-7:o,o-=7*(-this._ordinal-1),i.plus(o,ChronoUnit.DAYS)},t}(TemporalAdjuster),RelativeDayOfWeek=function(e){function t(t,r){var n;return n=e.call(this)||this,requireNonNull(r,"dayOfWeek"),n._relative=t,n._dowValue=r.value(),n}return _inheritsLoose$1(t,e),t.prototype.adjustInto=function(e){var t=e.get(ChronoField.DAY_OF_WEEK);if(this._relative<2&&t===this._dowValue)return e;if(0==(1&this._relative)){var r=t-this._dowValue;return e.plus(r>=0?7-r:-r,ChronoUnit.DAYS)}var n=this._dowValue-t;return e.minus(n>=0?7-n:-n,ChronoUnit.DAYS)},t}(TemporalAdjuster),IsoChronology=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e),t.isLeapYear=function(e){return 0==(3&e)&&(e%100!=0||e%400==0)};var r=t.prototype;return r._updateResolveMap=function(e,t,r){requireNonNull(e,"fieldValues"),requireNonNull(t,"field");var n=e.get(t);if(null!=n&&n!==r)throw new DateTimeException("Invalid state, field: "+t+" "+n+" conflicts with "+t+" "+r);e.put(t,r)},r.resolveDate=function(e,t){if(e.containsKey(ChronoField.EPOCH_DAY))return LocalDate.ofEpochDay(e.remove(ChronoField.EPOCH_DAY));var r=e.remove(ChronoField.PROLEPTIC_MONTH);null!=r&&(t!==ResolverStyle.LENIENT&&ChronoField.PROLEPTIC_MONTH.checkValidValue(r),this._updateResolveMap(e,ChronoField.MONTH_OF_YEAR,MathUtil.floorMod(r,12)+1),this._updateResolveMap(e,ChronoField.YEAR,MathUtil.floorDiv(r,12)));var n=e.remove(ChronoField.YEAR_OF_ERA);if(null!=n){t!==ResolverStyle.LENIENT&&ChronoField.YEAR_OF_ERA.checkValidValue(n);var i=e.remove(ChronoField.ERA);if(null==i){var a=e.get(ChronoField.YEAR);t===ResolverStyle.STRICT?null!=a?this._updateResolveMap(e,ChronoField.YEAR,a>0?n:MathUtil.safeSubtract(1,n)):e.put(ChronoField.YEAR_OF_ERA,n):this._updateResolveMap(e,ChronoField.YEAR,null==a||a>0?n:MathUtil.safeSubtract(1,n))}else if(1===i)this._updateResolveMap(e,ChronoField.YEAR,n);else{if(0!==i)throw new DateTimeException("Invalid value for era: "+i);this._updateResolveMap(e,ChronoField.YEAR,MathUtil.safeSubtract(1,n))}}else e.containsKey(ChronoField.ERA)&&ChronoField.ERA.checkValidValue(e.get(ChronoField.ERA));if(e.containsKey(ChronoField.YEAR)){if(e.containsKey(ChronoField.MONTH_OF_YEAR)&&e.containsKey(ChronoField.DAY_OF_MONTH)){var o=ChronoField.YEAR.checkValidIntValue(e.remove(ChronoField.YEAR)),s=e.remove(ChronoField.MONTH_OF_YEAR),u=e.remove(ChronoField.DAY_OF_MONTH);if(t===ResolverStyle.LENIENT){var l=s-1,c=u-1;return LocalDate.of(o,1,1).plusMonths(l).plusDays(c)}return t===ResolverStyle.SMART?(ChronoField.DAY_OF_MONTH.checkValidValue(u),4===s||6===s||9===s||11===s?u=Math.min(u,30):2===s&&(u=Math.min(u,Month.FEBRUARY.length(Year.isLeap(o)))),LocalDate.of(o,s,u)):LocalDate.of(o,s,u)}if(e.containsKey(ChronoField.DAY_OF_YEAR)){var d=ChronoField.YEAR.checkValidIntValue(e.remove(ChronoField.YEAR));if(t===ResolverStyle.LENIENT){var h=MathUtil.safeSubtract(e.remove(ChronoField.DAY_OF_YEAR),1);return LocalDate.ofYearDay(d,1).plusDays(h)}var f=ChronoField.DAY_OF_YEAR.checkValidIntValue(e.remove(ChronoField.DAY_OF_YEAR));return LocalDate.ofYearDay(d,f)}if(e.containsKey(ChronoField.ALIGNED_WEEK_OF_YEAR)){if(e.containsKey(ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR)){var p=ChronoField.YEAR.checkValidIntValue(e.remove(ChronoField.YEAR));if(t===ResolverStyle.LENIENT){var m=MathUtil.safeSubtract(e.remove(ChronoField.ALIGNED_WEEK_OF_YEAR),1),_=MathUtil.safeSubtract(e.remove(ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR),1);return LocalDate.of(p,1,1).plusWeeks(m).plusDays(_)}var g=ChronoField.ALIGNED_WEEK_OF_YEAR.checkValidIntValue(e.remove(ChronoField.ALIGNED_WEEK_OF_YEAR)),y=ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR.checkValidIntValue(e.remove(ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR)),E=LocalDate.of(p,1,1).plusDays(7*(g-1)+(y-1));if(t===ResolverStyle.STRICT&&E.get(ChronoField.YEAR)!==p)throw new DateTimeException("Strict mode rejected date parsed to a different year");return E}if(e.containsKey(ChronoField.DAY_OF_WEEK)){var b=ChronoField.YEAR.checkValidIntValue(e.remove(ChronoField.YEAR));if(t===ResolverStyle.LENIENT){var v=MathUtil.safeSubtract(e.remove(ChronoField.ALIGNED_WEEK_OF_YEAR),1),T=MathUtil.safeSubtract(e.remove(ChronoField.DAY_OF_WEEK),1);return LocalDate.of(b,1,1).plusWeeks(v).plusDays(T)}var S=ChronoField.ALIGNED_WEEK_OF_YEAR.checkValidIntValue(e.remove(ChronoField.ALIGNED_WEEK_OF_YEAR)),A=ChronoField.DAY_OF_WEEK.checkValidIntValue(e.remove(ChronoField.DAY_OF_WEEK)),C=LocalDate.of(b,1,1).plusWeeks(S-1).with(TemporalAdjusters.nextOrSame(DayOfWeek.of(A)));if(t===ResolverStyle.STRICT&&C.get(ChronoField.YEAR)!==b)throw new DateTimeException("Strict mode rejected date parsed to a different month");return C}}}return null},r.date=function(e){return LocalDate.from(e)},t}(Enum);function _init$9(){IsoChronology.INSTANCE=new IsoChronology("IsoChronology")}var OffsetTime=function(e){function t(t,r){var n;return n=e.call(this)||this,requireNonNull(t,"time"),requireInstance(t,LocalTime,"time"),requireNonNull(r,"offset"),requireInstance(r,ZoneOffset,"offset"),n._time=t,n._offset=r,n}_inheritsLoose$1(t,e),t.from=function(e){if(requireNonNull(e,"temporal"),e instanceof t)return e;if(e instanceof OffsetDateTime)return e.toOffsetTime();try{return new t(LocalTime.from(e),ZoneOffset.from(e))}catch(t){throw new DateTimeException("Unable to obtain OffsetTime TemporalAccessor: "+e+", type "+(null!=e.constructor?e.constructor.name:""))}},t.now=function(e){return 0===arguments.length?t._now(Clock.systemDefaultZone()):e instanceof Clock?t._now(e):t._now(Clock.system(e))},t._now=function(e){requireNonNull(e,"clock");var r=e.instant();return t.ofInstant(r,e.zone().rules().offset(r))},t.of=function(){return arguments.length<=2?t.ofTimeAndOffset.apply(this,arguments):t.ofNumbers.apply(this,arguments)},t.ofNumbers=function(e,r,n,i,a){return new t(LocalTime.of(e,r,n,i),a)},t.ofTimeAndOffset=function(e,r){return new t(e,r)},t.ofInstant=function(e,r){requireNonNull(e,"instant"),requireInstance(e,Instant,"instant"),requireNonNull(r,"zone"),requireInstance(r,ZoneId,"zone");var n=r.rules().offset(e),i=e.epochSecond()%LocalTime.SECONDS_PER_DAY;return(i=(i+n.totalSeconds())%LocalTime.SECONDS_PER_DAY)<0&&(i+=LocalTime.SECONDS_PER_DAY),new t(LocalTime.ofSecondOfDay(i,e.nano()),n)},t.parse=function(e,r){return void 0===r&&(r=DateTimeFormatter.ISO_OFFSET_TIME),requireNonNull(r,"formatter"),r.parse(e,t.FROM)};var r=t.prototype;return r.adjustInto=function(e){return e.with(ChronoField.NANO_OF_DAY,this._time.toNanoOfDay()).with(ChronoField.OFFSET_SECONDS,this.offset().totalSeconds())},r.atDate=function(e){return OffsetDateTime.of(e,this._time,this._offset)},r.format=function(e){return requireNonNull(e,"formatter"),e.format(this,t.FROM)},r.get=function(t){return e.prototype.get.call(this,t)},r.getLong=function(e){return e instanceof ChronoField?e===ChronoField.OFFSET_SECONDS?this._offset.totalSeconds():this._time.getLong(e):e.getFrom(this)},r.hour=function(){return this._time.hour()},r.minute=function(){return this._time.minute()},r.second=function(){return this._time.second()},r.nano=function(){return this._time.nano()},r.offset=function(){return this._offset},r.isAfter=function(e){return requireNonNull(e,"other"),this._toEpochNano()>e._toEpochNano()},r.isBefore=function(e){return requireNonNull(e,"other"),this._toEpochNano()<e._toEpochNano()},r.isEqual=function(e){return requireNonNull(e,"other"),this._toEpochNano()===e._toEpochNano()},r.isSupported=function(e){return e instanceof ChronoField?e.isTimeBased()||e===ChronoField.OFFSET_SECONDS:e instanceof ChronoUnit?e.isTimeBased():null!=e&&e.isSupportedBy(this)},r.minusHours=function(e){return this._withLocalTimeOffset(this._time.minusHours(e),this._offset)},r.minusMinutes=function(e){return this._withLocalTimeOffset(this._time.minusMinutes(e),this._offset)},r.minusSeconds=function(e){return this._withLocalTimeOffset(this._time.minusSeconds(e),this._offset)},r.minusNanos=function(e){return this._withLocalTimeOffset(this._time.minusNanos(e),this._offset)},r._minusAmount=function(e){return requireNonNull(e),e.subtractFrom(this)},r._minusUnit=function(e,t){return this.plus(-1*e,t)},r._plusAmount=function(e){return requireNonNull(e),e.addTo(this)},r._plusUnit=function(e,t){return t instanceof ChronoUnit?this._withLocalTimeOffset(this._time.plus(e,t),this._offset):t.addTo(this,e)},r.plusHours=function(e){return this._withLocalTimeOffset(this._time.plusHours(e),this._offset)},r.plusMinutes=function(e){return this._withLocalTimeOffset(this._time.plusMinutes(e),this._offset)},r.plusSeconds=function(e){return this._withLocalTimeOffset(this._time.plusSeconds(e),this._offset)},r.plusNanos=function(e){return this._withLocalTimeOffset(this._time.plusNanos(e),this._offset)},r.query=function(t){return requireNonNull(t,"query"),t===TemporalQueries.precision()?ChronoUnit.NANOS:t===TemporalQueries.offset()||t===TemporalQueries.zone()?this.offset():t===TemporalQueries.localTime()?this._time:t===TemporalQueries.chronology()||t===TemporalQueries.localDate()||t===TemporalQueries.zoneId()?null:e.prototype.query.call(this,t)},r.range=function(e){return e instanceof ChronoField?e===ChronoField.OFFSET_SECONDS?e.range():this._time.range(e):e.rangeRefinedBy(this)},r.toLocalTime=function(){return this._time},r.truncatedTo=function(e){return this._withLocalTimeOffset(this._time.truncatedTo(e),this._offset)},r.until=function(e,r){requireNonNull(e,"endExclusive"),requireNonNull(r,"unit");var n=t.from(e);if(r instanceof ChronoUnit){var i=n._toEpochNano()-this._toEpochNano();switch(r){case ChronoUnit.NANOS:return i;case ChronoUnit.MICROS:return MathUtil.intDiv(i,1e3);case ChronoUnit.MILLIS:return MathUtil.intDiv(i,1e6);case ChronoUnit.SECONDS:return MathUtil.intDiv(i,LocalTime.NANOS_PER_SECOND);case ChronoUnit.MINUTES:return MathUtil.intDiv(i,LocalTime.NANOS_PER_MINUTE);case ChronoUnit.HOURS:return MathUtil.intDiv(i,LocalTime.NANOS_PER_HOUR);case ChronoUnit.HALF_DAYS:return MathUtil.intDiv(i,12*LocalTime.NANOS_PER_HOUR)}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}return r.between(this,n)},r.withHour=function(e){return this._withLocalTimeOffset(this._time.withHour(e),this._offset)},r.withMinute=function(e){return this._withLocalTimeOffset(this._time.withMinute(e),this._offset)},r.withSecond=function(e){return this._withLocalTimeOffset(this._time.withSecond(e),this._offset)},r.withNano=function(e){return this._withLocalTimeOffset(this._time.withNano(e),this._offset)},r.withOffsetSameInstant=function(e){if(requireNonNull(e,"offset"),e.equals(this._offset))return this;var r=e.totalSeconds()-this._offset.totalSeconds();return new t(this._time.plusSeconds(r),e)},r.withOffsetSameLocal=function(e){return null!=e&&e.equals(this._offset)?this:new t(this._time,e)},r._toEpochNano=function(){return this._time.toNanoOfDay()-this._offset.totalSeconds()*LocalTime.NANOS_PER_SECOND},r._withAdjuster=function(e){return requireNonNull(e,"adjuster"),e instanceof LocalTime?this._withLocalTimeOffset(e,this._offset):e instanceof ZoneOffset?this._withLocalTimeOffset(this._time,e):e instanceof t?e:e.adjustInto(this)},r._withField=function(e,t){return requireNonNull(e,"field"),e instanceof ChronoField?e===ChronoField.OFFSET_SECONDS?this._withLocalTimeOffset(this._time,ZoneOffset.ofTotalSeconds(e.checkValidIntValue(t))):this._withLocalTimeOffset(this._time.with(e,t),this._offset):e.adjustInto(this,t)},r._withLocalTimeOffset=function(e,r){return this._time===e&&this._offset.equals(r)?this:new t(e,r)},r.compareTo=function(e){if(requireNonNull(e,"other"),requireInstance(e,t,"other"),this._offset.equals(e._offset))return this._time.compareTo(e._time);var r=MathUtil.compareNumbers(this._toEpochNano(),e._toEpochNano());return 0===r?this._time.compareTo(e._time):r},r.equals=function(e){return this===e||e instanceof t&&(this._time.equals(e._time)&&this._offset.equals(e._offset))},r.hashCode=function(){return this._time.hashCode()^this._offset.hashCode()},r.toString=function(){return this._time.toString()+this._offset.toString()},r.toJSON=function(){return this.toString()},t}(Temporal);function _init$8(){OffsetTime.MIN=OffsetTime.ofNumbers(0,0,0,0,ZoneOffset.MAX),OffsetTime.MAX=OffsetTime.ofNumbers(23,59,59,999999999,ZoneOffset.MIN),OffsetTime.FROM=createTemporalQuery("OffsetTime.FROM",(function(e){return OffsetTime.from(e)}))}var ChronoZonedDateTime=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.query=function(t){return t===TemporalQueries.zoneId()||t===TemporalQueries.zone()?this.zone():t===TemporalQueries.chronology()?this.toLocalDate().chronology():t===TemporalQueries.precision()?ChronoUnit.NANOS:t===TemporalQueries.offset()?this.offset():t===TemporalQueries.localDate()?LocalDate.ofEpochDay(this.toLocalDate().toEpochDay()):t===TemporalQueries.localTime()?this.toLocalTime():e.prototype.query.call(this,t)},r.format=function(e){return requireNonNull(e,"formatter"),e.format(this)},r.toInstant=function(){return Instant.ofEpochSecond(this.toEpochSecond(),this.toLocalTime().nano())},r.toEpochSecond=function(){var e=86400*this.toLocalDate().toEpochDay()+this.toLocalTime().toSecondOfDay();return e-=this.offset().totalSeconds()},r.compareTo=function(e){requireNonNull(e,"other");var t=MathUtil.compareNumbers(this.toEpochSecond(),e.toEpochSecond());return 0===t&&0===(t=this.toLocalTime().nano()-e.toLocalTime().nano())&&0===(t=this.toLocalDateTime().compareTo(e.toLocalDateTime()))&&(t=strcmp(this.zone().id(),e.zone().id())),t},r.isAfter=function(e){requireNonNull(e,"other");var t=this.toEpochSecond(),r=e.toEpochSecond();return t>r||t===r&&this.toLocalTime().nano()>e.toLocalTime().nano()},r.isBefore=function(e){requireNonNull(e,"other");var t=this.toEpochSecond(),r=e.toEpochSecond();return t<r||t===r&&this.toLocalTime().nano()<e.toLocalTime().nano()},r.isEqual=function(e){return requireNonNull(e,"other"),this.toEpochSecond()===e.toEpochSecond()&&this.toLocalTime().nano()===e.toLocalTime().nano()},r.equals=function(e){return this===e||e instanceof t&&0===this.compareTo(e)},t}(Temporal);function strcmp(e,t){return e<t?-1:e>t?1:0}var ZonedDateTime=function(e){function t(t,r,n){var i;return requireNonNull(t,"dateTime"),requireNonNull(r,"offset"),requireNonNull(n,"zone"),(i=e.call(this)||this)._dateTime=t,i._offset=r,i._zone=n,i}_inheritsLoose$1(t,e),t.now=function(e){var r;return r=e instanceof ZoneId?Clock.system(e):null==e?Clock.systemDefaultZone():e,t.ofInstant(r.instant(),r.zone())},t.of=function(){return arguments.length<=2?t.of2.apply(this,arguments):3===arguments.length&&arguments[0]instanceof LocalDate?t.of3.apply(this,arguments):t.of8.apply(this,arguments)},t.of3=function(e,r,n){return t.of2(LocalDateTime.of(e,r),n)},t.of2=function(e,r){return t.ofLocal(e,r,null)},t.of8=function(e,r,n,i,a,o,s,u){var l=LocalDateTime.of(e,r,n,i,a,o,s);return t.ofLocal(l,u,null)},t.ofLocal=function(e,r,n){if(requireNonNull(e,"localDateTime"),requireNonNull(r,"zone"),r instanceof ZoneOffset)return new t(e,r,r);var i=null,a=r.rules(),o=a.validOffsets(e);if(1===o.length)i=o[0];else if(0===o.length){var s=a.transition(e);e=e.plusSeconds(s.duration().seconds()),i=s.offsetAfter()}else i=null!=n&&o.some((function(e){return e.equals(n)}))?n:requireNonNull(o[0],"offset");return new t(e,i,r)},t.ofInstant=function(){return 2===arguments.length?t.ofInstant2.apply(this,arguments):t.ofInstant3.apply(this,arguments)},t.ofInstant2=function(e,r){return requireNonNull(e,"instant"),requireNonNull(r,"zone"),t._create(e.epochSecond(),e.nano(),r)},t.ofInstant3=function(e,r,n){return requireNonNull(e,"localDateTime"),requireNonNull(r,"offset"),requireNonNull(n,"zone"),t._create(e.toEpochSecond(r),e.nano(),n)},t._create=function(e,r,n){var i=n.rules(),a=Instant.ofEpochSecond(e,r),o=i.offset(a);return new t(LocalDateTime.ofEpochSecond(e,r,o),o,n)},t.ofStrict=function(e,r,n){requireNonNull(e,"localDateTime"),requireNonNull(r,"offset"),requireNonNull(n,"zone");var i=n.rules();if(!1===i.isValidOffset(e,r)){var a=i.transition(e);if(null!=a&&a.isGap())throw new DateTimeException("LocalDateTime "+e+" does not exist in zone "+n+" due to a gap in the local time-line, typically caused by daylight savings");throw new DateTimeException('ZoneOffset "'+r+'" is not valid for LocalDateTime "'+e+'" in zone "'+n+'"')}return new t(e,r,n)},t.ofLenient=function(e,r,n){if(requireNonNull(e,"localDateTime"),requireNonNull(r,"offset"),requireNonNull(n,"zone"),n instanceof ZoneOffset&&!1===r.equals(n))throw new IllegalArgumentException("ZoneId must match ZoneOffset");return new t(e,r,n)},t.from=function(e){if(requireNonNull(e,"temporal"),e instanceof t)return e;var r=ZoneId.from(e);if(e.isSupported(ChronoField.INSTANT_SECONDS)){var n=t._from(e,r);if(null!=n)return n}var i=LocalDateTime.from(e);return t.of2(i,r)},t._from=function(e,r){try{return t.__from(e,r)}catch(e){if(!(e instanceof DateTimeException))throw e}},t.__from=function(e,r){var n=e.getLong(ChronoField.INSTANT_SECONDS),i=e.get(ChronoField.NANO_OF_SECOND);return t._create(n,i,r)},t.parse=function(e,r){return void 0===r&&(r=DateTimeFormatter.ISO_ZONED_DATE_TIME),requireNonNull(r,"formatter"),r.parse(e,t.FROM)};var r=t.prototype;return r._resolveLocal=function(e){return requireNonNull(e,"newDateTime"),t.ofLocal(e,this._zone,this._offset)},r._resolveInstant=function(e){return t.ofInstant3(e,this._offset,this._zone)},r._resolveOffset=function(e){return!1===e.equals(this._offset)&&this._zone.rules().isValidOffset(this._dateTime,e)?new t(this._dateTime,e,this._zone):this},r.isSupported=function(e){return e instanceof ChronoField||(e instanceof ChronoUnit?e.isDateBased()||e.isTimeBased():null!=e&&e.isSupportedBy(this))},r.range=function(e){return e instanceof ChronoField?e===ChronoField.INSTANT_SECONDS||e===ChronoField.OFFSET_SECONDS?e.range():this._dateTime.range(e):e.rangeRefinedBy(this)},r.get=function(e){return this.getLong(e)},r.getLong=function(e){if(e instanceof ChronoField){switch(e){case ChronoField.INSTANT_SECONDS:return this.toEpochSecond();case ChronoField.OFFSET_SECONDS:return this._offset.totalSeconds()}return this._dateTime.getLong(e)}return requireNonNull(e,"field"),e.getFrom(this)},r.offset=function(){return this._offset},r.withEarlierOffsetAtOverlap=function(){var e=this._zone.rules().transition(this._dateTime);if(null!=e&&e.isOverlap()){var r=e.offsetBefore();if(!1===r.equals(this._offset))return new t(this._dateTime,r,this._zone)}return this},r.withLaterOffsetAtOverlap=function(){var e=this._zone.rules().transition(this.toLocalDateTime());if(null!=e){var r=e.offsetAfter();if(!1===r.equals(this._offset))return new t(this._dateTime,r,this._zone)}return this},r.zone=function(){return this._zone},r.withZoneSameLocal=function(e){return requireNonNull(e,"zone"),this._zone.equals(e)?this:t.ofLocal(this._dateTime,e,this._offset)},r.withZoneSameInstant=function(e){return requireNonNull(e,"zone"),this._zone.equals(e)?this:t._create(this._dateTime.toEpochSecond(this._offset),this._dateTime.nano(),e)},r.withFixedOffsetZone=function(){return this._zone.equals(this._offset)?this:new t(this._dateTime,this._offset,this._offset)},r.year=function(){return this._dateTime.year()},r.monthValue=function(){return this._dateTime.monthValue()},r.month=function(){return this._dateTime.month()},r.dayOfMonth=function(){return this._dateTime.dayOfMonth()},r.dayOfYear=function(){return this._dateTime.dayOfYear()},r.dayOfWeek=function(){return this._dateTime.dayOfWeek()},r.hour=function(){return this._dateTime.hour()},r.minute=function(){return this._dateTime.minute()},r.second=function(){return this._dateTime.second()},r.nano=function(){return this._dateTime.nano()},r._withAdjuster=function(r){if(r instanceof LocalDate)return this._resolveLocal(LocalDateTime.of(r,this._dateTime.toLocalTime()));if(r instanceof LocalTime)return this._resolveLocal(LocalDateTime.of(this._dateTime.toLocalDate(),r));if(r instanceof LocalDateTime)return this._resolveLocal(r);if(r instanceof Instant){var n=r;return t._create(n.epochSecond(),n.nano(),this._zone)}return r instanceof ZoneOffset?this._resolveOffset(r):e.prototype._withAdjuster.call(this,r)},r._withField=function(e,r){if(e instanceof ChronoField){switch(e){case ChronoField.INSTANT_SECONDS:return t._create(r,this.nano(),this._zone);case ChronoField.OFFSET_SECONDS:var n=ZoneOffset.ofTotalSeconds(e.checkValidIntValue(r));return this._resolveOffset(n)}return this._resolveLocal(this._dateTime.with(e,r))}return e.adjustInto(this,r)},r.withYear=function(e){return this._resolveLocal(this._dateTime.withYear(e))},r.withMonth=function(e){return this._resolveLocal(this._dateTime.withMonth(e))},r.withDayOfMonth=function(e){return this._resolveLocal(this._dateTime.withDayOfMonth(e))},r.withDayOfYear=function(e){return this._resolveLocal(this._dateTime.withDayOfYear(e))},r.withHour=function(e){return this._resolveLocal(this._dateTime.withHour(e))},r.withMinute=function(e){return this._resolveLocal(this._dateTime.withMinute(e))},r.withSecond=function(e){return this._resolveLocal(this._dateTime.withSecond(e))},r.withNano=function(e){return this._resolveLocal(this._dateTime.withNano(e))},r.truncatedTo=function(e){return this._resolveLocal(this._dateTime.truncatedTo(e))},r._plusUnit=function(e,t){return t instanceof ChronoUnit?t.isDateBased()?this._resolveLocal(this._dateTime.plus(e,t)):this._resolveInstant(this._dateTime.plus(e,t)):(requireNonNull(t,"unit"),t.addTo(this,e))},r.plusYears=function(e){return this._resolveLocal(this._dateTime.plusYears(e))},r.plusMonths=function(e){return this._resolveLocal(this._dateTime.plusMonths(e))},r.plusWeeks=function(e){return this._resolveLocal(this._dateTime.plusWeeks(e))},r.plusDays=function(e){return this._resolveLocal(this._dateTime.plusDays(e))},r.plusHours=function(e){return this._resolveInstant(this._dateTime.plusHours(e))},r.plusMinutes=function(e){return this._resolveInstant(this._dateTime.plusMinutes(e))},r.plusSeconds=function(e){return this._resolveInstant(this._dateTime.plusSeconds(e))},r.plusNanos=function(e){return this._resolveInstant(this._dateTime.plusNanos(e))},r._minusUnit=function(e,t){return this._plusUnit(-1*e,t)},r.minusYears=function(e){return this.plusYears(-1*e)},r.minusMonths=function(e){return this.plusMonths(-1*e)},r.minusWeeks=function(e){return this.plusWeeks(-1*e)},r.minusDays=function(e){return this.plusDays(-1*e)},r.minusHours=function(e){return this.plusHours(-1*e)},r.minusMinutes=function(e){return this.plusMinutes(-1*e)},r.minusSeconds=function(e){return this.plusSeconds(-1*e)},r.minusNanos=function(e){return this.plusNanos(-1*e)},r.query=function(t){return t===TemporalQueries.localDate()?this.toLocalDate():(requireNonNull(t,"query"),e.prototype.query.call(this,t))},r.until=function(e,r){var n=t.from(e);if(r instanceof ChronoUnit){if(n=n.withZoneSameInstant(this._zone),r.isDateBased())return this._dateTime.until(n._dateTime,r);var i=this._offset.totalSeconds()-n._offset.totalSeconds(),a=n._dateTime.plusSeconds(i);return this._dateTime.until(a,r)}return r.between(this,n)},r.toLocalDateTime=function(){return this._dateTime},r.toLocalDate=function(){return this._dateTime.toLocalDate()},r.toLocalTime=function(){return this._dateTime.toLocalTime()},r.toOffsetDateTime=function(){return OffsetDateTime.of(this._dateTime,this._offset)},r.equals=function(e){return this===e||e instanceof t&&(this._dateTime.equals(e._dateTime)&&this._offset.equals(e._offset)&&this._zone.equals(e._zone))},r.hashCode=function(){return MathUtil.hashCode(this._dateTime.hashCode(),this._offset.hashCode(),this._zone.hashCode())},r.toString=function(){var e=this._dateTime.toString()+this._offset.toString();return this._offset!==this._zone&&(e+="["+this._zone.toString()+"]"),e},r.toJSON=function(){return this.toString()},r.format=function(t){return e.prototype.format.call(this,t)},t}(ChronoZonedDateTime);function _init$7(){ZonedDateTime.FROM=createTemporalQuery("ZonedDateTime.FROM",(function(e){return ZonedDateTime.from(e)}))}var OffsetDateTime=function(e){function t(t,r){var n;return n=e.call(this)||this,requireNonNull(t,"dateTime"),requireInstance(t,LocalDateTime,"dateTime"),requireNonNull(r,"offset"),requireInstance(r,ZoneOffset,"offset"),n._dateTime=t,n._offset=r,n}_inheritsLoose$1(t,e),t.from=function(e){if(requireNonNull(e,"temporal"),e instanceof t)return e;try{var r=ZoneOffset.from(e);try{var n=LocalDateTime.from(e);return t.of(n,r)}catch(n){var i=Instant.from(e);return t.ofInstant(i,r)}}catch(t){throw new DateTimeException("Unable to obtain OffsetDateTime TemporalAccessor: "+e+", type "+(null!=e.constructor?e.constructor.name:""))}},t.now=function(e){if(0===arguments.length)return t.now(Clock.systemDefaultZone());if(requireNonNull(e,"clockOrZone"),e instanceof ZoneId)return t.now(Clock.system(e));if(e instanceof Clock){var r=e.instant();return t.ofInstant(r,e.zone().rules().offset(r))}throw new IllegalArgumentException("clockOrZone must be an instance of ZoneId or Clock")},t.of=function(){return arguments.length<=2?t.ofDateTime.apply(this,arguments):3===arguments.length?t.ofDateAndTime.apply(this,arguments):t.ofNumbers.apply(this,arguments)},t.ofDateTime=function(e,r){return new t(e,r)},t.ofDateAndTime=function(e,r,n){return new t(LocalDateTime.of(e,r),n)},t.ofNumbers=function(e,r,n,i,a,o,s,u){return void 0===i&&(i=0),void 0===a&&(a=0),void 0===o&&(o=0),void 0===s&&(s=0),new t(LocalDateTime.of(e,r,n,i,a,o,s),u)},t.ofInstant=function(e,r){requireNonNull(e,"instant"),requireNonNull(r,"zone");var n=r.rules().offset(e);return new t(LocalDateTime.ofEpochSecond(e.epochSecond(),e.nano(),n),n)},t.parse=function(e,r){return void 0===r&&(r=DateTimeFormatter.ISO_OFFSET_DATE_TIME),requireNonNull(r,"formatter"),r.parse(e,t.FROM)};var r=t.prototype;return r.adjustInto=function(e){return e.with(ChronoField.EPOCH_DAY,this.toLocalDate().toEpochDay()).with(ChronoField.NANO_OF_DAY,this.toLocalTime().toNanoOfDay()).with(ChronoField.OFFSET_SECONDS,this.offset().totalSeconds())},r.until=function(e,r){var n=t.from(e);return r instanceof ChronoUnit?(n=n.withOffsetSameInstant(this._offset),this._dateTime.until(n._dateTime,r)):r.between(this,n)},r.atZoneSameInstant=function(e){return ZonedDateTime.ofInstant(this._dateTime,this._offset,e)},r.atZoneSimilarLocal=function(e){return ZonedDateTime.ofLocal(this._dateTime,e,this._offset)},r.query=function(t){return requireNonNull(t,"query"),t===TemporalQueries.chronology()?IsoChronology.INSTANCE:t===TemporalQueries.precision()?ChronoUnit.NANOS:t===TemporalQueries.offset()||t===TemporalQueries.zone()?this.offset():t===TemporalQueries.localDate()?this.toLocalDate():t===TemporalQueries.localTime()?this.toLocalTime():t===TemporalQueries.zoneId()?null:e.prototype.query.call(this,t)},r.get=function(t){if(t instanceof ChronoField){switch(t){case ChronoField.INSTANT_SECONDS:throw new DateTimeException("Field too large for an int: "+t);case ChronoField.OFFSET_SECONDS:return this.offset().totalSeconds()}return this._dateTime.get(t)}return e.prototype.get.call(this,t)},r.getLong=function(e){if(e instanceof ChronoField){switch(e){case ChronoField.INSTANT_SECONDS:return this.toEpochSecond();case ChronoField.OFFSET_SECONDS:return this.offset().totalSeconds()}return this._dateTime.getLong(e)}return e.getFrom(this)},r.offset=function(){return this._offset},r.year=function(){return this._dateTime.year()},r.monthValue=function(){return this._dateTime.monthValue()},r.month=function(){return this._dateTime.month()},r.dayOfMonth=function(){return this._dateTime.dayOfMonth()},r.dayOfYear=function(){return this._dateTime.dayOfYear()},r.dayOfWeek=function(){return this._dateTime.dayOfWeek()},r.hour=function(){return this._dateTime.hour()},r.minute=function(){return this._dateTime.minute()},r.second=function(){return this._dateTime.second()},r.nano=function(){return this._dateTime.nano()},r.toLocalDateTime=function(){return this._dateTime},r.toLocalDate=function(){return this._dateTime.toLocalDate()},r.toLocalTime=function(){return this._dateTime.toLocalTime()},r.toOffsetTime=function(){return OffsetTime.of(this._dateTime.toLocalTime(),this._offset)},r.toZonedDateTime=function(){return ZonedDateTime.of(this._dateTime,this._offset)},r.toInstant=function(){return this._dateTime.toInstant(this._offset)},r.toEpochSecond=function(){return this._dateTime.toEpochSecond(this._offset)},r.isSupported=function(e){return e instanceof ChronoField||e instanceof ChronoUnit?e.isDateBased()||e.isTimeBased():null!=e&&e.isSupportedBy(this)},r.range=function(e){return e instanceof ChronoField?e===ChronoField.INSTANT_SECONDS||e===ChronoField.OFFSET_SECONDS?e.range():this._dateTime.range(e):e.rangeRefinedBy(this)},r._withAdjuster=function(e){return requireNonNull(e),e instanceof LocalDate||e instanceof LocalTime||e instanceof LocalDateTime?this._withDateTimeOffset(this._dateTime.with(e),this._offset):e instanceof Instant?t.ofInstant(e,this._offset):e instanceof ZoneOffset?this._withDateTimeOffset(this._dateTime,e):e instanceof t?e:e.adjustInto(this)},r._withField=function(e,r){if(requireNonNull(e),e instanceof ChronoField){var n=e;switch(n){case ChronoField.INSTANT_SECONDS:return t.ofInstant(Instant.ofEpochSecond(r,this.nano()),this._offset);case ChronoField.OFFSET_SECONDS:return this._withDateTimeOffset(this._dateTime,ZoneOffset.ofTotalSeconds(n.checkValidIntValue(r)))}return this._withDateTimeOffset(this._dateTime.with(e,r),this._offset)}return e.adjustInto(this,r)},r._withDateTimeOffset=function(e,r){return this._dateTime===e&&this._offset.equals(r)?this:new t(e,r)},r.withYear=function(e){return this._withDateTimeOffset(this._dateTime.withYear(e),this._offset)},r.withMonth=function(e){return this._withDateTimeOffset(this._dateTime.withMonth(e),this._offset)},r.withDayOfMonth=function(e){return this._withDateTimeOffset(this._dateTime.withDayOfMonth(e),this._offset)},r.withDayOfYear=function(e){return this._withDateTimeOffset(this._dateTime.withDayOfYear(e),this._offset)},r.withHour=function(e){return this._withDateTimeOffset(this._dateTime.withHour(e),this._offset)},r.withMinute=function(e){return this._withDateTimeOffset(this._dateTime.withMinute(e),this._offset)},r.withSecond=function(e){return this._withDateTimeOffset(this._dateTime.withSecond(e),this._offset)},r.withNano=function(e){return this._withDateTimeOffset(this._dateTime.withNano(e),this._offset)},r.withOffsetSameLocal=function(e){return requireNonNull(e,"offset"),this._withDateTimeOffset(this._dateTime,e)},r.withOffsetSameInstant=function(e){if(requireNonNull(e,"offset"),e.equals(this._offset))return this;var r=e.totalSeconds()-this._offset.totalSeconds();return new t(this._dateTime.plusSeconds(r),e)},r.truncatedTo=function(e){return this._withDateTimeOffset(this._dateTime.truncatedTo(e),this._offset)},r._plusAmount=function(e){return requireNonNull(e,"amount"),e.addTo(this)},r._plusUnit=function(e,t){return t instanceof ChronoUnit?this._withDateTimeOffset(this._dateTime.plus(e,t),this._offset):t.addTo(this,e)},r.plusYears=function(e){return this._withDateTimeOffset(this._dateTime.plusYears(e),this._offset)},r.plusMonths=function(e){return this._withDateTimeOffset(this._dateTime.plusMonths(e),this._offset)},r.plusWeeks=function(e){return this._withDateTimeOffset(this._dateTime.plusWeeks(e),this._offset)},r.plusDays=function(e){return this._withDateTimeOffset(this._dateTime.plusDays(e),this._offset)},r.plusHours=function(e){return this._withDateTimeOffset(this._dateTime.plusHours(e),this._offset)},r.plusMinutes=function(e){return this._withDateTimeOffset(this._dateTime.plusMinutes(e),this._offset)},r.plusSeconds=function(e){return this._withDateTimeOffset(this._dateTime.plusSeconds(e),this._offset)},r.plusNanos=function(e){return this._withDateTimeOffset(this._dateTime.plusNanos(e),this._offset)},r._minusAmount=function(e){return requireNonNull(e),e.subtractFrom(this)},r._minusUnit=function(e,t){return this.plus(-1*e,t)},r.minusYears=function(e){return this._withDateTimeOffset(this._dateTime.minusYears(e),this._offset)},r.minusMonths=function(e){return this._withDateTimeOffset(this._dateTime.minusMonths(e),this._offset)},r.minusWeeks=function(e){return this._withDateTimeOffset(this._dateTime.minusWeeks(e),this._offset)},r.minusDays=function(e){return this._withDateTimeOffset(this._dateTime.minusDays(e),this._offset)},r.minusHours=function(e){return this._withDateTimeOffset(this._dateTime.minusHours(e),this._offset)},r.minusMinutes=function(e){return this._withDateTimeOffset(this._dateTime.minusMinutes(e),this._offset)},r.minusSeconds=function(e){return this._withDateTimeOffset(this._dateTime.minusSeconds(e),this._offset)},r.minusNanos=function(e){return this._withDateTimeOffset(this._dateTime.minusNanos(e),this._offset)},r.compareTo=function(e){if(requireNonNull(e,"other"),requireInstance(e,t,"other"),this.offset().equals(e.offset()))return this.toLocalDateTime().compareTo(e.toLocalDateTime());var r=MathUtil.compareNumbers(this.toEpochSecond(),e.toEpochSecond());return 0===r&&0===(r=this.toLocalTime().nano()-e.toLocalTime().nano())&&(r=this.toLocalDateTime().compareTo(e.toLocalDateTime())),r},r.isAfter=function(e){requireNonNull(e,"other");var t=this.toEpochSecond(),r=e.toEpochSecond();return t>r||t===r&&this.toLocalTime().nano()>e.toLocalTime().nano()},r.isBefore=function(e){requireNonNull(e,"other");var t=this.toEpochSecond(),r=e.toEpochSecond();return t<r||t===r&&this.toLocalTime().nano()<e.toLocalTime().nano()},r.isEqual=function(e){return requireNonNull(e,"other"),this.toEpochSecond()===e.toEpochSecond()&&this.toLocalTime().nano()===e.toLocalTime().nano()},r.equals=function(e){return this===e||e instanceof t&&(this._dateTime.equals(e._dateTime)&&this._offset.equals(e._offset))},r.hashCode=function(){return this._dateTime.hashCode()^this._offset.hashCode()},r.toString=function(){return this._dateTime.toString()+this._offset.toString()},r.toJSON=function(){return this.toString()},r.format=function(e){return requireNonNull(e,"formatter"),e.format(this)},t}(Temporal);function _init$6(){OffsetDateTime.MIN=LocalDateTime.MIN.atOffset(ZoneOffset.MAX),OffsetDateTime.MAX=LocalDateTime.MAX.atOffset(ZoneOffset.MIN),OffsetDateTime.FROM=createTemporalQuery("OffsetDateTime.FROM",(function(e){return OffsetDateTime.from(e)}))}var DAYS_PER_CYCLE=146097,DAYS_0000_TO_1970=5*DAYS_PER_CYCLE-10957,LocalDate=function(e){function t(r,n,i){var a;return a=e.call(this)||this,requireNonNull(r,"year"),requireNonNull(n,"month"),requireNonNull(i,"dayOfMonth"),n instanceof Month&&(n=n.value()),a._year=MathUtil.safeToInt(r),a._month=MathUtil.safeToInt(n),a._day=MathUtil.safeToInt(i),t._validate(a._year,a._month,a._day),a}_inheritsLoose$1(t,e),t.now=function(e){var r;return r=null==e?Clock.systemDefaultZone():e instanceof ZoneId?Clock.system(e):e,t.ofInstant(r.instant(),r.zone())},t.ofInstant=function(e,r){void 0===r&&(r=ZoneId.systemDefault()),requireNonNull(e,"instant");var n=r.rules().offset(e),i=e.epochSecond()+n.totalSeconds(),a=MathUtil.floorDiv(i,LocalTime.SECONDS_PER_DAY);return t.ofEpochDay(a)},t.of=function(e,r,n){return new t(e,r,n)},t.ofYearDay=function(e,r){ChronoField.YEAR.checkValidValue(e);var n=IsoChronology.isLeapYear(e);366===r&&!1===n&&assert(!1,"Invalid date 'DayOfYear 366' as '"+e+"' is not a leap year",DateTimeException);var i=Month.of(Math.floor((r-1)/31+1));r>i.firstDayOfYear(n)+i.length(n)-1&&(i=i.plus(1));var a=r-i.firstDayOfYear(n)+1;return new t(e,i.value(),a)},t.ofEpochDay=function(e){var r,n,i,a,o;void 0===e&&(e=0),o=e+DAYS_0000_TO_1970,r=0,(o-=60)<0&&(r=400*(n=MathUtil.intDiv(o+1,DAYS_PER_CYCLE)-1),o+=-n*DAYS_PER_CYCLE),(i=o-(365*(a=MathUtil.intDiv(400*o+591,DAYS_PER_CYCLE))+MathUtil.intDiv(a,4)-MathUtil.intDiv(a,100)+MathUtil.intDiv(a,400)))<0&&(i=o-(365*--a+MathUtil.intDiv(a,4)-MathUtil.intDiv(a,100)+MathUtil.intDiv(a,400))),a+=r;var s=i,u=MathUtil.intDiv(5*s+2,153),l=(u+2)%12+1,c=s-MathUtil.intDiv(306*u+5,10)+1;return new t(a+=MathUtil.intDiv(u,10),l,c)},t.from=function(e){requireNonNull(e,"temporal");var t=e.query(TemporalQueries.localDate());if(null==t)throw new DateTimeException("Unable to obtain LocalDate from TemporalAccessor: "+e+", type "+(null!=e.constructor?e.constructor.name:""));return t},t.parse=function(e,r){return void 0===r&&(r=DateTimeFormatter.ISO_LOCAL_DATE),assert(null!=r,"formatter",NullPointerException),r.parse(e,t.FROM)},t._resolvePreviousValid=function(e,r,n){switch(r){case 2:n=Math.min(n,IsoChronology.isLeapYear(e)?29:28);break;case 4:case 6:case 9:case 11:n=Math.min(n,30)}return t.of(e,r,n)},t._validate=function(e,t,r){var n;if(ChronoField.YEAR.checkValidValue(e),ChronoField.MONTH_OF_YEAR.checkValidValue(t),ChronoField.DAY_OF_MONTH.checkValidValue(r),r>28){switch(n=31,t){case 2:n=IsoChronology.isLeapYear(e)?29:28;break;case 4:case 6:case 9:case 11:n=30}r>n&&assert(!1,29===r?"Invalid date 'February 29' as '"+e+"' is not a leap year":"Invalid date '"+e+"' '"+t+"' '"+r+"'",DateTimeException)}};var r=t.prototype;return r.isSupported=function(t){return e.prototype.isSupported.call(this,t)},r.range=function(e){if(e instanceof ChronoField){if(e.isDateBased()){switch(e){case ChronoField.DAY_OF_MONTH:return ValueRange.of(1,this.lengthOfMonth());case ChronoField.DAY_OF_YEAR:return ValueRange.of(1,this.lengthOfYear());case ChronoField.ALIGNED_WEEK_OF_MONTH:return ValueRange.of(1,this.month()===Month.FEBRUARY&&!1===this.isLeapYear()?4:5);case ChronoField.YEAR_OF_ERA:return this._year<=0?ValueRange.of(1,Year.MAX_VALUE+1):ValueRange.of(1,Year.MAX_VALUE)}return e.range()}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.rangeRefinedBy(this)},r.get=function(e){return this.getLong(e)},r.getLong=function(e){return assert(null!=e,"",NullPointerException),e instanceof ChronoField?this._get0(e):e.getFrom(this)},r._get0=function(e){switch(e){case ChronoField.DAY_OF_WEEK:return this.dayOfWeek().value();case ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH:return MathUtil.intMod(this._day-1,7)+1;case ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR:return MathUtil.intMod(this.dayOfYear()-1,7)+1;case ChronoField.DAY_OF_MONTH:return this._day;case ChronoField.DAY_OF_YEAR:return this.dayOfYear();case ChronoField.EPOCH_DAY:return this.toEpochDay();case ChronoField.ALIGNED_WEEK_OF_MONTH:return MathUtil.intDiv(this._day-1,7)+1;case ChronoField.ALIGNED_WEEK_OF_YEAR:return MathUtil.intDiv(this.dayOfYear()-1,7)+1;case ChronoField.MONTH_OF_YEAR:return this._month;case ChronoField.PROLEPTIC_MONTH:return this._prolepticMonth();case ChronoField.YEAR_OF_ERA:return this._year>=1?this._year:1-this._year;case ChronoField.YEAR:return this._year;case ChronoField.ERA:return this._year>=1?1:0}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)},r._prolepticMonth=function(){return 12*this._year+(this._month-1)},r.chronology=function(){return IsoChronology.INSTANCE},r.year=function(){return this._year},r.monthValue=function(){return this._month},r.month=function(){return Month.of(this._month)},r.dayOfMonth=function(){return this._day},r.dayOfYear=function(){return this.month().firstDayOfYear(this.isLeapYear())+this._day-1},r.dayOfWeek=function(){var e=MathUtil.floorMod(this.toEpochDay()+3,7);return DayOfWeek.of(e+1)},r.isLeapYear=function(){return IsoChronology.isLeapYear(this._year)},r.lengthOfMonth=function(){switch(this._month){case 2:return this.isLeapYear()?29:28;case 4:case 6:case 9:case 11:return 30;default:return 31}},r.lengthOfYear=function(){return this.isLeapYear()?366:365},r._withAdjuster=function(r){return requireNonNull(r,"adjuster"),r instanceof t?r:e.prototype._withAdjuster.call(this,r)},r._withField=function(e,r){if(assert(null!=e,"field",NullPointerException),e instanceof ChronoField){var n=e;switch(n.checkValidValue(r),n){case ChronoField.DAY_OF_WEEK:return this.plusDays(r-this.dayOfWeek().value());case ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH:return this.plusDays(r-this.getLong(ChronoField.ALIGNED_DAY_OF_WEEK_IN_MONTH));case ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR:return this.plusDays(r-this.getLong(ChronoField.ALIGNED_DAY_OF_WEEK_IN_YEAR));case ChronoField.DAY_OF_MONTH:return this.withDayOfMonth(r);case ChronoField.DAY_OF_YEAR:return this.withDayOfYear(r);case ChronoField.EPOCH_DAY:return t.ofEpochDay(r);case ChronoField.ALIGNED_WEEK_OF_MONTH:return this.plusWeeks(r-this.getLong(ChronoField.ALIGNED_WEEK_OF_MONTH));case ChronoField.ALIGNED_WEEK_OF_YEAR:return this.plusWeeks(r-this.getLong(ChronoField.ALIGNED_WEEK_OF_YEAR));case ChronoField.MONTH_OF_YEAR:return this.withMonth(r);case ChronoField.PROLEPTIC_MONTH:return this.plusMonths(r-this.getLong(ChronoField.PROLEPTIC_MONTH));case ChronoField.YEAR_OF_ERA:return this.withYear(this._year>=1?r:1-r);case ChronoField.YEAR:return this.withYear(r);case ChronoField.ERA:return this.getLong(ChronoField.ERA)===r?this:this.withYear(1-this._year)}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.adjustInto(this,r)},r.withYear=function(e){return this._year===e?this:(ChronoField.YEAR.checkValidValue(e),t._resolvePreviousValid(e,this._month,this._day))},r.withMonth=function(e){var r=e instanceof Month?e.value():e;return this._month===r?this:(ChronoField.MONTH_OF_YEAR.checkValidValue(r),t._resolvePreviousValid(this._year,r,this._day))},r.withDayOfMonth=function(e){return this._day===e?this:t.of(this._year,this._month,e)},r.withDayOfYear=function(e){return this.dayOfYear()===e?this:t.ofYearDay(this._year,e)},r._plusUnit=function(e,t){if(requireNonNull(e,"amountToAdd"),requireNonNull(t,"unit"),t instanceof ChronoUnit){switch(t){case ChronoUnit.DAYS:return this.plusDays(e);case ChronoUnit.WEEKS:return this.plusWeeks(e);case ChronoUnit.MONTHS:return this.plusMonths(e);case ChronoUnit.YEARS:return this.plusYears(e);case ChronoUnit.DECADES:return this.plusYears(MathUtil.safeMultiply(e,10));case ChronoUnit.CENTURIES:return this.plusYears(MathUtil.safeMultiply(e,100));case ChronoUnit.MILLENNIA:return this.plusYears(MathUtil.safeMultiply(e,1e3));case ChronoUnit.ERAS:return this.with(ChronoField.ERA,MathUtil.safeAdd(this.getLong(ChronoField.ERA),e))}throw new UnsupportedTemporalTypeException("Unsupported unit: "+t)}return t.addTo(this,e)},r.plusYears=function(e){if(0===e)return this;var r=ChronoField.YEAR.checkValidIntValue(this._year+e);return t._resolvePreviousValid(r,this._month,this._day)},r.plusMonths=function(e){if(0===e)return this;var r=12*this._year+(this._month-1)+e,n=ChronoField.YEAR.checkValidIntValue(MathUtil.floorDiv(r,12)),i=MathUtil.floorMod(r,12)+1;return t._resolvePreviousValid(n,i,this._day)},r.plusWeeks=function(e){return this.plusDays(MathUtil.safeMultiply(e,7))},r.plusDays=function(e){if(0===e)return this;var r=MathUtil.safeAdd(this.toEpochDay(),e);return t.ofEpochDay(r)},r._minusUnit=function(e,t){return requireNonNull(e,"amountToSubtract"),requireNonNull(t,"unit"),this._plusUnit(-1*e,t)},r.minusYears=function(e){return this.plusYears(-1*e)},r.minusMonths=function(e){return this.plusMonths(-1*e)},r.minusWeeks=function(e){return this.plusWeeks(-1*e)},r.minusDays=function(e){return this.plusDays(-1*e)},r.query=function(t){return requireNonNull(t,"query"),t===TemporalQueries.localDate()?this:e.prototype.query.call(this,t)},r.adjustInto=function(t){return e.prototype.adjustInto.call(this,t)},r.until=function(e,t){return arguments.length<2?this.until1(e):this.until2(e,t)},r.until2=function(e,r){var n=t.from(e);if(r instanceof ChronoUnit){switch(r){case ChronoUnit.DAYS:return this.daysUntil(n);case ChronoUnit.WEEKS:return MathUtil.intDiv(this.daysUntil(n),7);case ChronoUnit.MONTHS:return this._monthsUntil(n);case ChronoUnit.YEARS:return MathUtil.intDiv(this._monthsUntil(n),12);case ChronoUnit.DECADES:return MathUtil.intDiv(this._monthsUntil(n),120);case ChronoUnit.CENTURIES:return MathUtil.intDiv(this._monthsUntil(n),1200);case ChronoUnit.MILLENNIA:return MathUtil.intDiv(this._monthsUntil(n),12e3);case ChronoUnit.ERAS:return n.getLong(ChronoField.ERA)-this.getLong(ChronoField.ERA)}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}return r.between(this,n)},r.daysUntil=function(e){return e.toEpochDay()-this.toEpochDay()},r._monthsUntil=function(e){var t=32*this._prolepticMonth()+this.dayOfMonth(),r=32*e._prolepticMonth()+e.dayOfMonth();return MathUtil.intDiv(r-t,32)},r.until1=function(e){var r=t.from(e),n=r._prolepticMonth()-this._prolepticMonth(),i=r._day-this._day;if(n>0&&i<0){n--;var a=this.plusMonths(n);i=r.toEpochDay()-a.toEpochDay()}else n<0&&i>0&&(n++,i-=r.lengthOfMonth());var o=MathUtil.intDiv(n,12),s=MathUtil.intMod(n,12);return Period.of(o,s,i)},r.atTime=function(){return 1===arguments.length?this.atTime1.apply(this,arguments):this.atTime4.apply(this,arguments)},r.atTime1=function(e){if(requireNonNull(e,"time"),e instanceof LocalTime)return LocalDateTime.of(this,e);if(e instanceof OffsetTime)return this._atTimeOffsetTime(e);throw new IllegalArgumentException("time must be an instance of LocalTime or OffsetTime"+(e&&e.constructor&&e.constructor.name?", but is "+e.constructor.name:""))},r.atTime4=function(e,t,r,n){return void 0===r&&(r=0),void 0===n&&(n=0),this.atTime1(LocalTime.of(e,t,r,n))},r._atTimeOffsetTime=function(e){return OffsetDateTime.of(LocalDateTime.of(this,e.toLocalTime()),e.offset())},r.atStartOfDay=function(e){return null!=e?this._atStartOfDayWithZone(e):LocalDateTime.of(this,LocalTime.MIDNIGHT)},r._atStartOfDayWithZone=function(e){requireNonNull(e,"zone");var t=this.atTime(LocalTime.MIDNIGHT);if(e instanceof ZoneOffset==!1){var r=e.rules().transition(t);null!=r&&r.isGap()&&(t=r.dateTimeAfter())}return ZonedDateTime.of(t,e)},r.toEpochDay=function(){var e=this._year,t=this._month,r=0;return r+=365*e,e>=0?r+=MathUtil.intDiv(e+3,4)-MathUtil.intDiv(e+99,100)+MathUtil.intDiv(e+399,400):r-=MathUtil.intDiv(e,-4)-MathUtil.intDiv(e,-100)+MathUtil.intDiv(e,-400),r+=MathUtil.intDiv(367*t-362,12),r+=this.dayOfMonth()-1,t>2&&(r--,IsoChronology.isLeapYear(e)||r--),r-DAYS_0000_TO_1970},r.compareTo=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this._compareTo0(e)},r._compareTo0=function(e){var t=this._year-e._year;return 0===t&&0===(t=this._month-e._month)&&(t=this._day-e._day),t},r.isAfter=function(e){return this.compareTo(e)>0},r.isBefore=function(e){return this.compareTo(e)<0},r.isEqual=function(e){return 0===this.compareTo(e)},r.equals=function(e){return this===e||e instanceof t&&0===this._compareTo0(e)},r.hashCode=function(){var e=this._year,t=this._month,r=this._day;return MathUtil.hash(4294965248&e^(e<<11)+(t<<6)+r)},r.toString=function(){var e=this._year,t=this._month,r=this._day;return(Math.abs(e)<1e3?e<0?"-"+(""+(e-1e4)).slice(-4):(""+(e+1e4)).slice(-4):e>9999?"+"+e:""+e)+(t<10?"-0"+t:"-"+t)+(r<10?"-0"+r:"-"+r)},r.toJSON=function(){return this.toString()},r.format=function(t){return requireNonNull(t,"formatter"),requireInstance(t,DateTimeFormatter,"formatter"),e.prototype.format.call(this,t)},t}(ChronoLocalDate);function _init$5(){LocalDate.MIN=LocalDate.of(YearConstants.MIN_VALUE,1,1),LocalDate.MAX=LocalDate.of(YearConstants.MAX_VALUE,12,31),LocalDate.EPOCH_0=LocalDate.ofEpochDay(0),LocalDate.FROM=createTemporalQuery("LocalDate.FROM",(function(e){return LocalDate.from(e)}))}var ChronoLocalDateTime=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.chronology=function(){return this.toLocalDate().chronology()},r.query=function(t){return t===TemporalQueries.chronology()?this.chronology():t===TemporalQueries.precision()?ChronoUnit.NANOS:t===TemporalQueries.localDate()?LocalDate.ofEpochDay(this.toLocalDate().toEpochDay()):t===TemporalQueries.localTime()?this.toLocalTime():t===TemporalQueries.zone()||t===TemporalQueries.zoneId()||t===TemporalQueries.offset()?null:e.prototype.query.call(this,t)},r.adjustInto=function(e){return e.with(ChronoField.EPOCH_DAY,this.toLocalDate().toEpochDay()).with(ChronoField.NANO_OF_DAY,this.toLocalTime().toNanoOfDay())},r.toInstant=function(e){return requireInstance(e,ZoneOffset,"zoneId"),Instant.ofEpochSecond(this.toEpochSecond(e),this.toLocalTime().nano())},r.toEpochSecond=function(e){requireNonNull(e,"offset");var t=86400*this.toLocalDate().toEpochDay()+this.toLocalTime().toSecondOfDay();return t-=e.totalSeconds(),MathUtil.safeToInt(t)},t}(Temporal),LocalDateTime=function(e){function t(t,r){var n;return n=e.call(this)||this,requireInstance(t,LocalDate,"date"),requireInstance(r,LocalTime,"time"),n._date=t,n._time=r,n}_inheritsLoose$1(t,e),t.now=function(e){return null==e?t._now(Clock.systemDefaultZone()):e instanceof Clock?t._now(e):t._now(Clock.system(e))},t._now=function(e){return requireNonNull(e,"clock"),t.ofInstant(e.instant(),e.zone())},t._ofEpochMillis=function(e,r){var n=MathUtil.floorDiv(e,1e3)+r.totalSeconds(),i=MathUtil.floorDiv(n,LocalTime.SECONDS_PER_DAY),a=MathUtil.floorMod(n,LocalTime.SECONDS_PER_DAY),o=1e6*MathUtil.floorMod(e,1e3);return new t(LocalDate.ofEpochDay(i),LocalTime.ofSecondOfDay(a,o))},t.of=function(){return arguments.length<=2?t.ofDateAndTime.apply(this,arguments):t.ofNumbers.apply(this,arguments)},t.ofNumbers=function(e,r,n,i,a,o,s){return void 0===i&&(i=0),void 0===a&&(a=0),void 0===o&&(o=0),void 0===s&&(s=0),new t(LocalDate.of(e,r,n),LocalTime.of(i,a,o,s))},t.ofDateAndTime=function(e,r){return requireNonNull(e,"date"),requireNonNull(r,"time"),new t(e,r)},t.ofInstant=function(e,r){void 0===r&&(r=ZoneId.systemDefault()),requireNonNull(e,"instant"),requireInstance(e,Instant,"instant"),requireNonNull(r,"zone");var n=r.rules().offset(e);return t.ofEpochSecond(e.epochSecond(),e.nano(),n)},t.ofEpochSecond=function(e,r,n){void 0===e&&(e=0),void 0===r&&(r=0),2===arguments.length&&r instanceof ZoneOffset&&(n=r,r=0),requireNonNull(n,"offset");var i=e+n.totalSeconds(),a=MathUtil.floorDiv(i,LocalTime.SECONDS_PER_DAY),o=MathUtil.floorMod(i,LocalTime.SECONDS_PER_DAY);return new t(LocalDate.ofEpochDay(a),LocalTime.ofSecondOfDay(o,r))},t.from=function(e){if(requireNonNull(e,"temporal"),e instanceof t)return e;if(e instanceof ZonedDateTime)return e.toLocalDateTime();try{return new t(LocalDate.from(e),LocalTime.from(e))}catch(t){throw new DateTimeException("Unable to obtain LocalDateTime TemporalAccessor: "+e+", type "+(null!=e.constructor?e.constructor.name:""))}},t.parse=function(e,r){return void 0===r&&(r=DateTimeFormatter.ISO_LOCAL_DATE_TIME),requireNonNull(r,"formatter"),r.parse(e,t.FROM)};var r=t.prototype;return r._withDateTime=function(e,r){return this._date.equals(e)&&this._time.equals(r)?this:new t(e,r)},r.isSupported=function(e){return e instanceof ChronoField||e instanceof ChronoUnit?e.isDateBased()||e.isTimeBased():null!=e&&e.isSupportedBy(this)},r.range=function(e){return e instanceof ChronoField?e.isTimeBased()?this._time.range(e):this._date.range(e):e.rangeRefinedBy(this)},r.get=function(t){return t instanceof ChronoField?t.isTimeBased()?this._time.get(t):this._date.get(t):e.prototype.get.call(this,t)},r.getLong=function(e){return requireNonNull(e,"field"),e instanceof ChronoField?e.isTimeBased()?this._time.getLong(e):this._date.getLong(e):e.getFrom(this)},r.year=function(){return this._date.year()},r.monthValue=function(){return this._date.monthValue()},r.month=function(){return this._date.month()},r.dayOfMonth=function(){return this._date.dayOfMonth()},r.dayOfYear=function(){return this._date.dayOfYear()},r.dayOfWeek=function(){return this._date.dayOfWeek()},r.hour=function(){return this._time.hour()},r.minute=function(){return this._time.minute()},r.second=function(){return this._time.second()},r.nano=function(){return this._time.nano()},r._withAdjuster=function(r){return requireNonNull(r,"adjuster"),r instanceof LocalDate?this._withDateTime(r,this._time):r instanceof LocalTime?this._withDateTime(this._date,r):r instanceof t?r:e.prototype._withAdjuster.call(this,r)},r._withField=function(e,t){return requireNonNull(e,"field"),e instanceof ChronoField?e.isTimeBased()?this._withDateTime(this._date,this._time.with(e,t)):this._withDateTime(this._date.with(e,t),this._time):e.adjustInto(this,t)},r.withYear=function(e){return this._withDateTime(this._date.withYear(e),this._time)},r.withMonth=function(e){return this._withDateTime(this._date.withMonth(e),this._time)},r.withDayOfMonth=function(e){return this._withDateTime(this._date.withDayOfMonth(e),this._time)},r.withDayOfYear=function(e){return this._withDateTime(this._date.withDayOfYear(e),this._time)},r.withHour=function(e){var t=this._time.withHour(e);return this._withDateTime(this._date,t)},r.withMinute=function(e){var t=this._time.withMinute(e);return this._withDateTime(this._date,t)},r.withSecond=function(e){var t=this._time.withSecond(e);return this._withDateTime(this._date,t)},r.withNano=function(e){var t=this._time.withNano(e);return this._withDateTime(this._date,t)},r.truncatedTo=function(e){return this._withDateTime(this._date,this._time.truncatedTo(e))},r._plusUnit=function(e,t){if(requireNonNull(t,"unit"),t instanceof ChronoUnit){switch(t){case ChronoUnit.NANOS:return this.plusNanos(e);case ChronoUnit.MICROS:return this.plusDays(MathUtil.intDiv(e,LocalTime.MICROS_PER_DAY)).plusNanos(1e3*MathUtil.intMod(e,LocalTime.MICROS_PER_DAY));case ChronoUnit.MILLIS:return this.plusDays(MathUtil.intDiv(e,LocalTime.MILLIS_PER_DAY)).plusNanos(1e6*MathUtil.intMod(e,LocalTime.MILLIS_PER_DAY));case ChronoUnit.SECONDS:return this.plusSeconds(e);case ChronoUnit.MINUTES:return this.plusMinutes(e);case ChronoUnit.HOURS:return this.plusHours(e);case ChronoUnit.HALF_DAYS:return this.plusDays(MathUtil.intDiv(e,256)).plusHours(12*MathUtil.intMod(e,256))}return this._withDateTime(this._date.plus(e,t),this._time)}return t.addTo(this,e)},r.plusYears=function(e){var t=this._date.plusYears(e);return this._withDateTime(t,this._time)},r.plusMonths=function(e){var t=this._date.plusMonths(e);return this._withDateTime(t,this._time)},r.plusWeeks=function(e){var t=this._date.plusWeeks(e);return this._withDateTime(t,this._time)},r.plusDays=function(e){var t=this._date.plusDays(e);return this._withDateTime(t,this._time)},r.plusHours=function(e){return this._plusWithOverflow(this._date,e,0,0,0,1)},r.plusMinutes=function(e){return this._plusWithOverflow(this._date,0,e,0,0,1)},r.plusSeconds=function(e){return this._plusWithOverflow(this._date,0,0,e,0,1)},r.plusNanos=function(e){return this._plusWithOverflow(this._date,0,0,0,e,1)},r._minusUnit=function(e,t){return requireNonNull(t,"unit"),this._plusUnit(-1*e,t)},r.minusYears=function(e){return this.plusYears(-1*e)},r.minusMonths=function(e){return this.plusMonths(-1*e)},r.minusWeeks=function(e){return this.plusWeeks(-1*e)},r.minusDays=function(e){return this.plusDays(-1*e)},r.minusHours=function(e){return this._plusWithOverflow(this._date,e,0,0,0,-1)},r.minusMinutes=function(e){return this._plusWithOverflow(this._date,0,e,0,0,-1)},r.minusSeconds=function(e){return this._plusWithOverflow(this._date,0,0,e,0,-1)},r.minusNanos=function(e){return this._plusWithOverflow(this._date,0,0,0,e,-1)},r._plusWithOverflow=function(e,t,r,n,i,a){if(0===t&&0===r&&0===n&&0===i)return this._withDateTime(e,this._time);var o=MathUtil.intDiv(i,LocalTime.NANOS_PER_DAY)+MathUtil.intDiv(n,LocalTime.SECONDS_PER_DAY)+MathUtil.intDiv(r,LocalTime.MINUTES_PER_DAY)+MathUtil.intDiv(t,LocalTime.HOURS_PER_DAY);o*=a;var s=MathUtil.intMod(i,LocalTime.NANOS_PER_DAY)+MathUtil.intMod(n,LocalTime.SECONDS_PER_DAY)*LocalTime.NANOS_PER_SECOND+MathUtil.intMod(r,LocalTime.MINUTES_PER_DAY)*LocalTime.NANOS_PER_MINUTE+MathUtil.intMod(t,LocalTime.HOURS_PER_DAY)*LocalTime.NANOS_PER_HOUR,u=this._time.toNanoOfDay();s=s*a+u,o+=MathUtil.floorDiv(s,LocalTime.NANOS_PER_DAY);var l=MathUtil.floorMod(s,LocalTime.NANOS_PER_DAY),c=l===u?this._time:LocalTime.ofNanoOfDay(l);return this._withDateTime(e.plusDays(o),c)},r.query=function(t){return requireNonNull(t,"query"),t===TemporalQueries.localDate()?this.toLocalDate():e.prototype.query.call(this,t)},r.adjustInto=function(t){return e.prototype.adjustInto.call(this,t)},r.until=function(e,r){requireNonNull(e,"endExclusive"),requireNonNull(r,"unit");var n=t.from(e);if(r instanceof ChronoUnit){if(r.isTimeBased()){var i=this._date.daysUntil(n._date),a=n._time.toNanoOfDay()-this._time.toNanoOfDay();i>0&&a<0?(i--,a+=LocalTime.NANOS_PER_DAY):i<0&&a>0&&(i++,a-=LocalTime.NANOS_PER_DAY);var o=i;switch(r){case ChronoUnit.NANOS:return o=MathUtil.safeMultiply(o,LocalTime.NANOS_PER_DAY),MathUtil.safeAdd(o,a);case ChronoUnit.MICROS:return o=MathUtil.safeMultiply(o,LocalTime.MICROS_PER_DAY),MathUtil.safeAdd(o,MathUtil.intDiv(a,1e3));case ChronoUnit.MILLIS:return o=MathUtil.safeMultiply(o,LocalTime.MILLIS_PER_DAY),MathUtil.safeAdd(o,MathUtil.intDiv(a,1e6));case ChronoUnit.SECONDS:return o=MathUtil.safeMultiply(o,LocalTime.SECONDS_PER_DAY),MathUtil.safeAdd(o,MathUtil.intDiv(a,LocalTime.NANOS_PER_SECOND));case ChronoUnit.MINUTES:return o=MathUtil.safeMultiply(o,LocalTime.MINUTES_PER_DAY),MathUtil.safeAdd(o,MathUtil.intDiv(a,LocalTime.NANOS_PER_MINUTE));case ChronoUnit.HOURS:return o=MathUtil.safeMultiply(o,LocalTime.HOURS_PER_DAY),MathUtil.safeAdd(o,MathUtil.intDiv(a,LocalTime.NANOS_PER_HOUR));case ChronoUnit.HALF_DAYS:return o=MathUtil.safeMultiply(o,2),MathUtil.safeAdd(o,MathUtil.intDiv(a,12*LocalTime.NANOS_PER_HOUR))}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}var s=n._date,u=n._time;return s.isAfter(this._date)&&u.isBefore(this._time)?s=s.minusDays(1):s.isBefore(this._date)&&u.isAfter(this._time)&&(s=s.plusDays(1)),this._date.until(s,r)}return r.between(this,n)},r.atOffset=function(e){return OffsetDateTime.of(this,e)},r.atZone=function(e){return ZonedDateTime.of(this,e)},r.toLocalDate=function(){return this._date},r.toLocalTime=function(){return this._time},r.compareTo=function(e){return requireNonNull(e,"other"),requireInstance(e,t,"other"),this._compareTo0(e)},r._compareTo0=function(e){var t=this._date.compareTo(e.toLocalDate());return 0===t&&(t=this._time.compareTo(e.toLocalTime())),t},r.isAfter=function(e){return this.compareTo(e)>0},r.isBefore=function(e){return this.compareTo(e)<0},r.isEqual=function(e){return 0===this.compareTo(e)},r.equals=function(e){return this===e||e instanceof t&&(this._date.equals(e._date)&&this._time.equals(e._time))},r.hashCode=function(){return this._date.hashCode()^this._time.hashCode()},r.toString=function(){return this._date.toString()+"T"+this._time.toString()},r.toJSON=function(){return this.toString()},r.format=function(e){return requireNonNull(e,"formatter"),e.format(this)},t}(ChronoLocalDateTime);function _init$4(){LocalDateTime.MIN=LocalDateTime.of(LocalDate.MIN,LocalTime.MIN),LocalDateTime.MAX=LocalDateTime.of(LocalDate.MAX,LocalTime.MAX),LocalDateTime.FROM=createTemporalQuery("LocalDateTime.FROM",(function(e){return LocalDateTime.from(e)}))}var LocalTime=function(e){function t(r,n,i,a){var o;void 0===r&&(r=0),void 0===n&&(n=0),void 0===i&&(i=0),void 0===a&&(a=0),o=e.call(this)||this;var s=MathUtil.safeToInt(r),u=MathUtil.safeToInt(n),l=MathUtil.safeToInt(i),c=MathUtil.safeToInt(a);return t._validate(s,u,l,c),0===u&&0===l&&0===c?(t.HOURS[s]||(o._hour=s,o._minute=u,o._second=l,o._nano=c,t.HOURS[s]=_assertThisInitialized$1(o)),t.HOURS[s]||_assertThisInitialized$1(o)):(o._hour=s,o._minute=u,o._second=l,o._nano=c,o)}_inheritsLoose$1(t,e),t.now=function(e){return null==e?t._now(Clock.systemDefaultZone()):e instanceof Clock?t._now(e):t._now(Clock.system(e))},t._now=function(e){return void 0===e&&(e=Clock.systemDefaultZone()),requireNonNull(e,"clock"),t.ofInstant(e.instant(),e.zone())},t.ofInstant=function(e,r){void 0===r&&(r=ZoneId.systemDefault());var n=r.rules().offset(e),i=MathUtil.intMod(e.epochSecond(),t.SECONDS_PER_DAY);return(i=MathUtil.intMod(i+n.totalSeconds(),t.SECONDS_PER_DAY))<0&&(i+=t.SECONDS_PER_DAY),t.ofSecondOfDay(i,e.nano())},t.of=function(e,r,n,i){return new t(e,r,n,i)},t.ofSecondOfDay=function(e,r){void 0===e&&(e=0),void 0===r&&(r=0),ChronoField.SECOND_OF_DAY.checkValidValue(e),ChronoField.NANO_OF_SECOND.checkValidValue(r);var n=MathUtil.intDiv(e,t.SECONDS_PER_HOUR);e-=n*t.SECONDS_PER_HOUR;var i=MathUtil.intDiv(e,t.SECONDS_PER_MINUTE);return new t(n,i,e-=i*t.SECONDS_PER_MINUTE,r)},t.ofNanoOfDay=function(e){void 0===e&&(e=0),ChronoField.NANO_OF_DAY.checkValidValue(e);var r=MathUtil.intDiv(e,t.NANOS_PER_HOUR);e-=r*t.NANOS_PER_HOUR;var n=MathUtil.intDiv(e,t.NANOS_PER_MINUTE);e-=n*t.NANOS_PER_MINUTE;var i=MathUtil.intDiv(e,t.NANOS_PER_SECOND);return new t(r,n,i,e-=i*t.NANOS_PER_SECOND)},t.from=function(e){requireNonNull(e,"temporal");var t=e.query(TemporalQueries.localTime());if(null==t)throw new DateTimeException("Unable to obtain LocalTime TemporalAccessor: "+e+", type "+(null!=e.constructor?e.constructor.name:""));return t},t.parse=function(e,r){return void 0===r&&(r=DateTimeFormatter.ISO_LOCAL_TIME),requireNonNull(r,"formatter"),r.parse(e,t.FROM)},t._validate=function(e,t,r,n){ChronoField.HOUR_OF_DAY.checkValidValue(e),ChronoField.MINUTE_OF_HOUR.checkValidValue(t),ChronoField.SECOND_OF_MINUTE.checkValidValue(r),ChronoField.NANO_OF_SECOND.checkValidValue(n)};var r=t.prototype;return r.isSupported=function(e){return e instanceof ChronoField||e instanceof ChronoUnit?e.isTimeBased():null!=e&&e.isSupportedBy(this)},r.range=function(t){return requireNonNull(t),e.prototype.range.call(this,t)},r.get=function(e){return this.getLong(e)},r.getLong=function(e){return requireNonNull(e,"field"),e instanceof ChronoField?this._get0(e):e.getFrom(this)},r._get0=function(e){switch(e){case ChronoField.NANO_OF_SECOND:return this._nano;case ChronoField.NANO_OF_DAY:return this.toNanoOfDay();case ChronoField.MICRO_OF_SECOND:return MathUtil.intDiv(this._nano,1e3);case ChronoField.MICRO_OF_DAY:return MathUtil.intDiv(this.toNanoOfDay(),1e3);case ChronoField.MILLI_OF_SECOND:return MathUtil.intDiv(this._nano,1e6);case ChronoField.MILLI_OF_DAY:return MathUtil.intDiv(this.toNanoOfDay(),1e6);case ChronoField.SECOND_OF_MINUTE:return this._second;case ChronoField.SECOND_OF_DAY:return this.toSecondOfDay();case ChronoField.MINUTE_OF_HOUR:return this._minute;case ChronoField.MINUTE_OF_DAY:return 60*this._hour+this._minute;case ChronoField.HOUR_OF_AMPM:return MathUtil.intMod(this._hour,12);case ChronoField.CLOCK_HOUR_OF_AMPM:var t=MathUtil.intMod(this._hour,12);return t%12==0?12:t;case ChronoField.HOUR_OF_DAY:return this._hour;case ChronoField.CLOCK_HOUR_OF_DAY:return 0===this._hour?24:this._hour;case ChronoField.AMPM_OF_DAY:return MathUtil.intDiv(this._hour,12)}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)},r.hour=function(){return this._hour},r.minute=function(){return this._minute},r.second=function(){return this._second},r.nano=function(){return this._nano},r._withAdjuster=function(r){return requireNonNull(r,"adjuster"),r instanceof t?r:e.prototype._withAdjuster.call(this,r)},r._withField=function(e,r){if(requireNonNull(e,"field"),requireInstance(e,TemporalField,"field"),e instanceof ChronoField){switch(e.checkValidValue(r),e){case ChronoField.NANO_OF_SECOND:return this.withNano(r);case ChronoField.NANO_OF_DAY:return t.ofNanoOfDay(r);case ChronoField.MICRO_OF_SECOND:return this.withNano(1e3*r);case ChronoField.MICRO_OF_DAY:return t.ofNanoOfDay(1e3*r);case ChronoField.MILLI_OF_SECOND:return this.withNano(1e6*r);case ChronoField.MILLI_OF_DAY:return t.ofNanoOfDay(1e6*r);case ChronoField.SECOND_OF_MINUTE:return this.withSecond(r);case ChronoField.SECOND_OF_DAY:return this.plusSeconds(r-this.toSecondOfDay());case ChronoField.MINUTE_OF_HOUR:return this.withMinute(r);case ChronoField.MINUTE_OF_DAY:return this.plusMinutes(r-(60*this._hour+this._minute));case ChronoField.HOUR_OF_AMPM:return this.plusHours(r-MathUtil.intMod(this._hour,12));case ChronoField.CLOCK_HOUR_OF_AMPM:return this.plusHours((12===r?0:r)-MathUtil.intMod(this._hour,12));case ChronoField.HOUR_OF_DAY:return this.withHour(r);case ChronoField.CLOCK_HOUR_OF_DAY:return this.withHour(24===r?0:r);case ChronoField.AMPM_OF_DAY:return this.plusHours(12*(r-MathUtil.intDiv(this._hour,12)))}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.adjustInto(this,r)},r.withHour=function(e){return void 0===e&&(e=0),this._hour===e?this:new t(e,this._minute,this._second,this._nano)},r.withMinute=function(e){return void 0===e&&(e=0),this._minute===e?this:new t(this._hour,e,this._second,this._nano)},r.withSecond=function(e){return void 0===e&&(e=0),this._second===e?this:new t(this._hour,this._minute,e,this._nano)},r.withNano=function(e){return void 0===e&&(e=0),this._nano===e?this:new t(this._hour,this._minute,this._second,e)},r.truncatedTo=function(e){if(requireNonNull(e,"unit"),e===ChronoUnit.NANOS)return this;var r=e.duration();if(r.seconds()>t.SECONDS_PER_DAY)throw new DateTimeException("Unit is too large to be used for truncation");var n=r.toNanos();if(0!==MathUtil.intMod(t.NANOS_PER_DAY,n))throw new DateTimeException("Unit must divide into a standard day without remainder");var i=this.toNanoOfDay();return t.ofNanoOfDay(MathUtil.intDiv(i,n)*n)},r._plusUnit=function(e,r){if(requireNonNull(r,"unit"),r instanceof ChronoUnit){switch(r){case ChronoUnit.NANOS:return this.plusNanos(e);case ChronoUnit.MICROS:return this.plusNanos(1e3*MathUtil.intMod(e,t.MICROS_PER_DAY));case ChronoUnit.MILLIS:return this.plusNanos(1e6*MathUtil.intMod(e,t.MILLIS_PER_DAY));case ChronoUnit.SECONDS:return this.plusSeconds(e);case ChronoUnit.MINUTES:return this.plusMinutes(e);case ChronoUnit.HOURS:return this.plusHours(e);case ChronoUnit.HALF_DAYS:return this.plusHours(12*MathUtil.intMod(e,2))}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}return r.addTo(this,e)},r.plusHours=function(e){return 0===e?this:new t(MathUtil.intMod(MathUtil.intMod(e,t.HOURS_PER_DAY)+this._hour+t.HOURS_PER_DAY,t.HOURS_PER_DAY),this._minute,this._second,this._nano)},r.plusMinutes=function(e){if(0===e)return this;var r=this._hour*t.MINUTES_PER_HOUR+this._minute,n=MathUtil.intMod(MathUtil.intMod(e,t.MINUTES_PER_DAY)+r+t.MINUTES_PER_DAY,t.MINUTES_PER_DAY);return r===n?this:new t(MathUtil.intDiv(n,t.MINUTES_PER_HOUR),MathUtil.intMod(n,t.MINUTES_PER_HOUR),this._second,this._nano)},r.plusSeconds=function(e){if(0===e)return this;var r=this._hour*t.SECONDS_PER_HOUR+this._minute*t.SECONDS_PER_MINUTE+this._second,n=MathUtil.intMod(MathUtil.intMod(e,t.SECONDS_PER_DAY)+r+t.SECONDS_PER_DAY,t.SECONDS_PER_DAY);return r===n?this:new t(MathUtil.intDiv(n,t.SECONDS_PER_HOUR),MathUtil.intMod(MathUtil.intDiv(n,t.SECONDS_PER_MINUTE),t.MINUTES_PER_HOUR),MathUtil.intMod(n,t.SECONDS_PER_MINUTE),this._nano)},r.plusNanos=function(e){if(0===e)return this;var r=this.toNanoOfDay(),n=MathUtil.intMod(MathUtil.intMod(e,t.NANOS_PER_DAY)+r+t.NANOS_PER_DAY,t.NANOS_PER_DAY);return r===n?this:new t(MathUtil.intDiv(n,t.NANOS_PER_HOUR),MathUtil.intMod(MathUtil.intDiv(n,t.NANOS_PER_MINUTE),t.MINUTES_PER_HOUR),MathUtil.intMod(MathUtil.intDiv(n,t.NANOS_PER_SECOND),t.SECONDS_PER_MINUTE),MathUtil.intMod(n,t.NANOS_PER_SECOND))},r._minusUnit=function(e,t){return requireNonNull(t,"unit"),this._plusUnit(-1*e,t)},r.minusHours=function(e){return this.plusHours(-1*MathUtil.intMod(e,t.HOURS_PER_DAY))},r.minusMinutes=function(e){return this.plusMinutes(-1*MathUtil.intMod(e,t.MINUTES_PER_DAY))},r.minusSeconds=function(e){return this.plusSeconds(-1*MathUtil.intMod(e,t.SECONDS_PER_DAY))},r.minusNanos=function(e){return this.plusNanos(-1*MathUtil.intMod(e,t.NANOS_PER_DAY))},r.query=function(e){return requireNonNull(e,"query"),e===TemporalQueries.precision()?ChronoUnit.NANOS:e===TemporalQueries.localTime()?this:e===TemporalQueries.chronology()||e===TemporalQueries.zoneId()||e===TemporalQueries.zone()||e===TemporalQueries.offset()||e===TemporalQueries.localDate()?null:e.queryFrom(this)},r.adjustInto=function(e){return e.with(t.NANO_OF_DAY,this.toNanoOfDay())},r.until=function(e,r){requireNonNull(e,"endExclusive"),requireNonNull(r,"unit");var n=t.from(e);if(r instanceof ChronoUnit){var i=n.toNanoOfDay()-this.toNanoOfDay();switch(r){case ChronoUnit.NANOS:return i;case ChronoUnit.MICROS:return MathUtil.intDiv(i,1e3);case ChronoUnit.MILLIS:return MathUtil.intDiv(i,1e6);case ChronoUnit.SECONDS:return MathUtil.intDiv(i,t.NANOS_PER_SECOND);case ChronoUnit.MINUTES:return MathUtil.intDiv(i,t.NANOS_PER_MINUTE);case ChronoUnit.HOURS:return MathUtil.intDiv(i,t.NANOS_PER_HOUR);case ChronoUnit.HALF_DAYS:return MathUtil.intDiv(i,12*t.NANOS_PER_HOUR)}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}return r.between(this,n)},r.atDate=function(e){return LocalDateTime.of(e,this)},r.atOffset=function(e){return OffsetTime.of(this,e)},r.toSecondOfDay=function(){var e=this._hour*t.SECONDS_PER_HOUR;return e+=this._minute*t.SECONDS_PER_MINUTE,e+=this._second},r.toNanoOfDay=function(){var e=this._hour*t.NANOS_PER_HOUR;return e+=this._minute*t.NANOS_PER_MINUTE,e+=this._second*t.NANOS_PER_SECOND,e+=this._nano},r.compareTo=function(e){requireNonNull(e,"other"),requireInstance(e,t,"other");var r=MathUtil.compareNumbers(this._hour,e._hour);return 0===r&&0===(r=MathUtil.compareNumbers(this._minute,e._minute))&&0===(r=MathUtil.compareNumbers(this._second,e._second))&&(r=MathUtil.compareNumbers(this._nano,e._nano)),r},r.isAfter=function(e){return this.compareTo(e)>0},r.isBefore=function(e){return this.compareTo(e)<0},r.equals=function(e){return this===e||e instanceof t&&(this._hour===e._hour&&this._minute===e._minute&&this._second===e._second&&this._nano===e._nano)},r.hashCode=function(){var e=this.toNanoOfDay();return MathUtil.hash(e)},r.toString=function(){var e="",t=this._hour,r=this._minute,n=this._second,i=this._nano;return e+=t<10?"0":"",e+=t,e+=r<10?":0":":",e+=r,(n>0||i>0)&&(e+=n<10?":0":":",e+=n,i>0&&(e+=".",0===MathUtil.intMod(i,1e6)?e+=(""+(MathUtil.intDiv(i,1e6)+1e3)).substring(1):0===MathUtil.intMod(i,1e3)?e+=(""+(MathUtil.intDiv(i,1e3)+1e6)).substring(1):e+=(""+(i+1e9)).substring(1))),e},r.toJSON=function(){return this.toString()},r.format=function(e){return requireNonNull(e,"formatter"),e.format(this)},t}(Temporal);function _init$3(){LocalTime.HOURS=[];for(var e=0;e<24;e++)LocalTime.of(e,0,0,0);LocalTime.MIN=LocalTime.HOURS[0],LocalTime.MAX=new LocalTime(23,59,59,999999999),LocalTime.MIDNIGHT=LocalTime.HOURS[0],LocalTime.NOON=LocalTime.HOURS[12],LocalTime.FROM=createTemporalQuery("LocalTime.FROM",(function(e){return LocalTime.from(e)}))}LocalTime.HOURS_PER_DAY=24,LocalTime.MINUTES_PER_HOUR=60,LocalTime.MINUTES_PER_DAY=LocalTime.MINUTES_PER_HOUR*LocalTime.HOURS_PER_DAY,LocalTime.SECONDS_PER_MINUTE=60,LocalTime.SECONDS_PER_HOUR=LocalTime.SECONDS_PER_MINUTE*LocalTime.MINUTES_PER_HOUR,LocalTime.SECONDS_PER_DAY=LocalTime.SECONDS_PER_HOUR*LocalTime.HOURS_PER_DAY,LocalTime.MILLIS_PER_DAY=1e3*LocalTime.SECONDS_PER_DAY,LocalTime.MICROS_PER_DAY=1e6*LocalTime.SECONDS_PER_DAY,LocalTime.NANOS_PER_SECOND=1e9,LocalTime.NANOS_PER_MINUTE=LocalTime.NANOS_PER_SECOND*LocalTime.SECONDS_PER_MINUTE,LocalTime.NANOS_PER_HOUR=LocalTime.NANOS_PER_MINUTE*LocalTime.MINUTES_PER_HOUR,LocalTime.NANOS_PER_DAY=LocalTime.NANOS_PER_HOUR*LocalTime.HOURS_PER_DAY;var NANOS_PER_MILLI=1e6,Instant=function(e){function t(r,n){var i;return i=e.call(this)||this,t._validate(r,n),i._seconds=MathUtil.safeToInt(r),i._nanos=MathUtil.safeToInt(n),i}_inheritsLoose$1(t,e),t.now=function(e){return void 0===e&&(e=Clock.systemUTC()),e.instant()},t.ofEpochSecond=function(e,r){void 0===r&&(r=0);var n=e+MathUtil.floorDiv(r,LocalTime.NANOS_PER_SECOND),i=MathUtil.floorMod(r,LocalTime.NANOS_PER_SECOND);return t._create(n,i)},t.ofEpochMilli=function(e){var r=MathUtil.floorDiv(e,1e3),n=MathUtil.floorMod(e,1e3);return t._create(r,1e6*n)},t.ofEpochMicro=function(e){var r=MathUtil.floorDiv(e,1e6),n=MathUtil.floorMod(e,1e6);return t._create(r,1e3*n)},t.from=function(e){try{var r=e.getLong(ChronoField.INSTANT_SECONDS),n=e.get(ChronoField.NANO_OF_SECOND);return t.ofEpochSecond(r,n)}catch(t){throw new DateTimeException("Unable to obtain Instant from TemporalAccessor: "+e+", type "+typeof e,t)}},t.parse=function(e){return DateTimeFormatter.ISO_INSTANT.parse(e,t.FROM)},t._create=function(e,r){return 0===e&&0===r?t.EPOCH:new t(e,r)},t._validate=function(e,r){if(e<t.MIN_SECONDS||e>t.MAX_SECONDS)throw new DateTimeException("Instant exceeds minimum or maximum instant");if(r<0||r>LocalTime.NANOS_PER_SECOND)throw new DateTimeException("Instant exceeds minimum or maximum instant")};var r=t.prototype;return r.isSupported=function(e){return e instanceof ChronoField?e===ChronoField.INSTANT_SECONDS||e===ChronoField.NANO_OF_SECOND||e===ChronoField.MICRO_OF_SECOND||e===ChronoField.MILLI_OF_SECOND:e instanceof ChronoUnit?e.isTimeBased()||e===ChronoUnit.DAYS:null!=e&&e.isSupportedBy(this)},r.range=function(t){return e.prototype.range.call(this,t)},r.get=function(e){return this.getLong(e)},r.getLong=function(e){if(e instanceof ChronoField){switch(e){case ChronoField.NANO_OF_SECOND:return this._nanos;case ChronoField.MICRO_OF_SECOND:return MathUtil.intDiv(this._nanos,1e3);case ChronoField.MILLI_OF_SECOND:return MathUtil.intDiv(this._nanos,NANOS_PER_MILLI);case ChronoField.INSTANT_SECONDS:return this._seconds}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.getFrom(this)},r.epochSecond=function(){return this._seconds},r.nano=function(){return this._nanos},r._withField=function(e,r){if(requireNonNull(e,"field"),e instanceof ChronoField){switch(e.checkValidValue(r),e){case ChronoField.MILLI_OF_SECOND:var n=r*NANOS_PER_MILLI;return n!==this._nanos?t._create(this._seconds,n):this;case ChronoField.MICRO_OF_SECOND:var i=1e3*r;return i!==this._nanos?t._create(this._seconds,i):this;case ChronoField.NANO_OF_SECOND:return r!==this._nanos?t._create(this._seconds,r):this;case ChronoField.INSTANT_SECONDS:return r!==this._seconds?t._create(r,this._nanos):this}throw new UnsupportedTemporalTypeException("Unsupported field: "+e)}return e.adjustInto(this,r)},r.truncatedTo=function(e){if(requireNonNull(e,"unit"),e===ChronoUnit.NANOS)return this;var t=e.duration();if(t.seconds()>LocalTime.SECONDS_PER_DAY)throw new DateTimeException("Unit is too large to be used for truncation");var r=t.toNanos();if(0!==MathUtil.intMod(LocalTime.NANOS_PER_DAY,r))throw new DateTimeException("Unit must divide into a standard day without remainder");var n=MathUtil.intMod(this._seconds,LocalTime.SECONDS_PER_DAY)*LocalTime.NANOS_PER_SECOND+this._nanos,i=MathUtil.intDiv(n,r)*r;return this.plusNanos(i-n)},r._plusUnit=function(e,t){if(requireNonNull(e,"amountToAdd"),requireNonNull(t,"unit"),requireInstance(t,TemporalUnit),t instanceof ChronoUnit){switch(t){case ChronoUnit.NANOS:return this.plusNanos(e);case ChronoUnit.MICROS:return this.plusMicros(e);case ChronoUnit.MILLIS:return this.plusMillis(e);case ChronoUnit.SECONDS:return this.plusSeconds(e);case ChronoUnit.MINUTES:return this.plusSeconds(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_MINUTE));case ChronoUnit.HOURS:return this.plusSeconds(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_HOUR));case ChronoUnit.HALF_DAYS:return this.plusSeconds(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_DAY/2));case ChronoUnit.DAYS:return this.plusSeconds(MathUtil.safeMultiply(e,LocalTime.SECONDS_PER_DAY))}throw new UnsupportedTemporalTypeException("Unsupported unit: "+t)}return t.addTo(this,e)},r.plusSeconds=function(e){return this._plus(e,0)},r.plusMillis=function(e){return this._plus(MathUtil.intDiv(e,1e3),MathUtil.intMod(e,1e3)*NANOS_PER_MILLI)},r.plusNanos=function(e){return this._plus(0,e)},r.plusMicros=function(e){return this._plus(MathUtil.intDiv(e,1e6),1e3*MathUtil.intMod(e,1e6))},r._plus=function(e,r){if(0===e&&0===r)return this;var n=this._seconds+e;n+=MathUtil.intDiv(r,LocalTime.NANOS_PER_SECOND);var i=this._nanos+r%LocalTime.NANOS_PER_SECOND;return t.ofEpochSecond(n,i)},r._minusUnit=function(e,t){return this._plusUnit(-1*e,t)},r.minusSeconds=function(e){return this.plusSeconds(-1*e)},r.minusMillis=function(e){return this.plusMillis(-1*e)},r.minusNanos=function(e){return this.plusNanos(-1*e)},r.minusMicros=function(e){return this.plusMicros(-1*e)},r.query=function(e){return requireNonNull(e,"query"),e===TemporalQueries.precision()?ChronoUnit.NANOS:e===TemporalQueries.localDate()||e===TemporalQueries.localTime()||e===TemporalQueries.chronology()||e===TemporalQueries.zoneId()||e===TemporalQueries.zone()||e===TemporalQueries.offset()?null:e.queryFrom(this)},r.adjustInto=function(e){return requireNonNull(e,"temporal"),e.with(ChronoField.INSTANT_SECONDS,this._seconds).with(ChronoField.NANO_OF_SECOND,this._nanos)},r.until=function(e,r){requireNonNull(e,"endExclusive"),requireNonNull(r,"unit");var n=t.from(e);if(r instanceof ChronoUnit){switch(r){case ChronoUnit.NANOS:return this._nanosUntil(n);case ChronoUnit.MICROS:return this._microsUntil(n);case ChronoUnit.MILLIS:return MathUtil.safeSubtract(n.toEpochMilli(),this.toEpochMilli());case ChronoUnit.SECONDS:return this._secondsUntil(n);case ChronoUnit.MINUTES:return MathUtil.intDiv(this._secondsUntil(n),LocalTime.SECONDS_PER_MINUTE);case ChronoUnit.HOURS:return MathUtil.intDiv(this._secondsUntil(n),LocalTime.SECONDS_PER_HOUR);case ChronoUnit.HALF_DAYS:return MathUtil.intDiv(this._secondsUntil(n),12*LocalTime.SECONDS_PER_HOUR);case ChronoUnit.DAYS:return MathUtil.intDiv(this._secondsUntil(n),LocalTime.SECONDS_PER_DAY)}throw new UnsupportedTemporalTypeException("Unsupported unit: "+r)}return r.between(this,n)},r._microsUntil=function(e){var t=MathUtil.safeSubtract(e.epochSecond(),this.epochSecond()),r=MathUtil.safeMultiply(t,1e6);return MathUtil.safeAdd(r,MathUtil.intDiv(e.nano()-this.nano(),1e3))},r._nanosUntil=function(e){var t=MathUtil.safeSubtract(e.epochSecond(),this.epochSecond()),r=MathUtil.safeMultiply(t,LocalTime.NANOS_PER_SECOND);return MathUtil.safeAdd(r,e.nano()-this.nano())},r._secondsUntil=function(e){var t=MathUtil.safeSubtract(e.epochSecond(),this.epochSecond()),r=e.nano()-this.nano();return t>0&&r<0?t--:t<0&&r>0&&t++,t},r.atOffset=function(e){return OffsetDateTime.ofInstant(this,e)},r.atZone=function(e){return ZonedDateTime.ofInstant(this,e)},r.toEpochMilli=function(){return MathUtil.safeMultiply(this._seconds,1e3)+MathUtil.intDiv(this._nanos,NANOS_PER_MILLI)},r.compareTo=function(e){requireNonNull(e,"otherInstant"),requireInstance(e,t,"otherInstant");var r=MathUtil.compareNumbers(this._seconds,e._seconds);return 0!==r?r:this._nanos-e._nanos},r.isAfter=function(e){return this.compareTo(e)>0},r.isBefore=function(e){return this.compareTo(e)<0},r.equals=function(e){return this===e||e instanceof t&&(this.epochSecond()===e.epochSecond()&&this.nano()===e.nano())},r.hashCode=function(){return MathUtil.hashCode(this._seconds,this._nanos)},r.toString=function(){return DateTimeFormatter.ISO_INSTANT.format(this)},r.toJSON=function(){return this.toString()},t}(Temporal);function _init$2(){Instant.MIN_SECONDS=-31619119219200,Instant.MAX_SECONDS=31494816403199,Instant.EPOCH=new Instant(0,0),Instant.MIN=Instant.ofEpochSecond(Instant.MIN_SECONDS,0),Instant.MAX=Instant.ofEpochSecond(Instant.MAX_SECONDS,999999999),Instant.FROM=createTemporalQuery("Instant.FROM",(function(e){return Instant.from(e)}))}var Clock=function(){function e(){}e.systemUTC=function(){return new SystemClock(ZoneOffset.UTC)},e.systemDefaultZone=function(){return new SystemClock(ZoneId.systemDefault())},e.system=function(e){return new SystemClock(e)},e.fixed=function(e,t){return new FixedClock(e,t)},e.offset=function(e,t){return new OffsetClock(e,t)};var t=e.prototype;return t.millis=function(){abstractMethodFail("Clock.millis")},t.instant=function(){abstractMethodFail("Clock.instant")},t.zone=function(){abstractMethodFail("Clock.zone")},t.withZone=function(){abstractMethodFail("Clock.withZone")},e}(),SystemClock=function(e){function t(t){var r;return requireNonNull(t,"zone"),(r=e.call(this)||this)._zone=t,r}_inheritsLoose$1(t,e);var r=t.prototype;return r.zone=function(){return this._zone},r.millis=function(){return(new Date).getTime()},r.instant=function(){return Instant.ofEpochMilli(this.millis())},r.equals=function(e){return e instanceof t&&this._zone.equals(e._zone)},r.withZone=function(e){return e.equals(this._zone)?this:new t(e)},r.toString=function(){return"SystemClock["+this._zone.toString()+"]"},t}(Clock),FixedClock=function(e){function t(t,r){var n;return(n=e.call(this)||this)._instant=t,n._zoneId=r,n}_inheritsLoose$1(t,e);var r=t.prototype;return r.instant=function(){return this._instant},r.millis=function(){return this._instant.toEpochMilli()},r.zone=function(){return this._zoneId},r.toString=function(){return"FixedClock[]"},r.equals=function(e){return e instanceof t&&(this._instant.equals(e._instant)&&this._zoneId.equals(e._zoneId))},r.withZone=function(e){return e.equals(this._zoneId)?this:new t(this._instant,e)},t}(Clock),OffsetClock=function(e){function t(t,r){var n;return(n=e.call(this)||this)._baseClock=t,n._offset=r,n}_inheritsLoose$1(t,e);var r=t.prototype;return r.zone=function(){return this._baseClock.zone()},r.withZone=function(e){return e.equals(this._baseClock.zone())?this:new t(this._baseClock.withZone(e),this._offset)},r.millis=function(){return this._baseClock.millis()+this._offset.toMillis()},r.instant=function(){return this._baseClock.instant().plus(this._offset)},r.equals=function(e){return e instanceof t&&(this._baseClock.equals(e._baseClock)&&this._offset.equals(e._offset))},r.toString=function(){return"OffsetClock["+this._baseClock+","+this._offset+"]"},t}(Clock),ZoneOffsetTransition=function(){function e(e,t,r){if(requireNonNull(e,"transition"),requireNonNull(t,"offsetBefore"),requireNonNull(r,"offsetAfter"),t.equals(r))throw new IllegalArgumentException("Offsets must not be equal");if(0!==e.nano())throw new IllegalArgumentException("Nano-of-second must be zero");this._transition=e instanceof LocalDateTime?e:LocalDateTime.ofEpochSecond(e,0,t),this._offsetBefore=t,this._offsetAfter=r}e.of=function(t,r,n){return new e(t,r,n)};var t=e.prototype;return t.instant=function(){return this._transition.toInstant(this._offsetBefore)},t.toEpochSecond=function(){return this._transition.toEpochSecond(this._offsetBefore)},t.dateTimeBefore=function(){return this._transition},t.dateTimeAfter=function(){return this._transition.plusSeconds(this.durationSeconds())},t.offsetBefore=function(){return this._offsetBefore},t.offsetAfter=function(){return this._offsetAfter},t.duration=function(){return Duration.ofSeconds(this.durationSeconds())},t.durationSeconds=function(){return this._offsetAfter.totalSeconds()-this._offsetBefore.totalSeconds()},t.isGap=function(){return this._offsetAfter.totalSeconds()>this._offsetBefore.totalSeconds()},t.isOverlap=function(){return this._offsetAfter.totalSeconds()<this._offsetBefore.totalSeconds()},t.isValidOffset=function(e){return!this.isGap()&&(this._offsetBefore.equals(e)||this._offsetAfter.equals(e))},t.validOffsets=function(){return this.isGap()?[]:[this._offsetBefore,this._offsetAfter]},t.compareTo=function(e){return this.instant().compareTo(e.instant())},t.equals=function(t){if(t===this)return!0;if(t instanceof e){var r=t;return this._transition.equals(r._transition)&&this._offsetBefore.equals(r.offsetBefore())&&this._offsetAfter.equals(r.offsetAfter())}return!1},t.hashCode=function(){return this._transition.hashCode()^this._offsetBefore.hashCode()^this._offsetAfter.hashCode()>>>16},t.toString=function(){return"Transition["+(this.isGap()?"Gap":"Overlap")+" at "+this._transition.toString()+this._offsetBefore.toString()+" to "+this._offsetAfter+"]"},e}();
118
+ /*
119
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
120
+ * @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
121
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
122
+ */
123
+ function _init$1(){TemporalQueries.ZONE_ID=createTemporalQuery("ZONE_ID",(function(e){return e.query(TemporalQueries.ZONE_ID)})),TemporalQueries.CHRONO=createTemporalQuery("CHRONO",(function(e){return e.query(TemporalQueries.CHRONO)})),TemporalQueries.PRECISION=createTemporalQuery("PRECISION",(function(e){return e.query(TemporalQueries.PRECISION)})),TemporalQueries.OFFSET=createTemporalQuery("OFFSET",(function(e){return e.isSupported(ChronoField.OFFSET_SECONDS)?ZoneOffset.ofTotalSeconds(e.get(ChronoField.OFFSET_SECONDS)):null})),TemporalQueries.ZONE=createTemporalQuery("ZONE",(function(e){var t=e.query(TemporalQueries.ZONE_ID);return null!=t?t:e.query(TemporalQueries.OFFSET)})),TemporalQueries.LOCAL_DATE=createTemporalQuery("LOCAL_DATE",(function(e){return e.isSupported(ChronoField.EPOCH_DAY)?LocalDate.ofEpochDay(e.getLong(ChronoField.EPOCH_DAY)):null})),TemporalQueries.LOCAL_TIME=createTemporalQuery("LOCAL_TIME",(function(e){return e.isSupported(ChronoField.NANO_OF_DAY)?LocalTime.ofNanoOfDay(e.getLong(ChronoField.NANO_OF_DAY)):null}))}var SystemDefaultZoneRules=function(e){function t(){return e.apply(this,arguments)||this}_inheritsLoose$1(t,e);var r=t.prototype;return r.isFixedOffset=function(){return!1},r.offsetOfInstant=function(e){var t=new Date(e.toEpochMilli()).getTimezoneOffset();return ZoneOffset.ofTotalMinutes(-1*t)},r.offsetOfEpochMilli=function(e){var t=new Date(e).getTimezoneOffset();return ZoneOffset.ofTotalMinutes(-1*t)},r.offsetOfLocalDateTime=function(e){var t=1e3*e.toEpochSecond(ZoneOffset.UTC),r=new Date(t).getTimezoneOffset(),n=new Date(t+6e4*r).getTimezoneOffset();return ZoneOffset.ofTotalMinutes(-1*n)},r.validOffsets=function(e){return[this.offsetOfLocalDateTime(e)]},r.transition=function(){return null},r.standardOffset=function(e){return this.offsetOfInstant(e)},r.daylightSavings=function(){this._throwNotSupported()},r.isDaylightSavings=function(){this._throwNotSupported()},r.isValidOffset=function(e,t){return this.offsetOfLocalDateTime(e).equals(t)},r.nextTransition=function(){this._throwNotSupported()},r.previousTransition=function(){this._throwNotSupported()},r.transitions=function(){this._throwNotSupported()},r.transitionRules=function(){this._throwNotSupported()},r._throwNotSupported=function(){throw new DateTimeException("not supported operation")},r.equals=function(e){return this===e||e instanceof t},r.toString=function(){return"SYSTEM"},t}(ZoneRules),SystemDefaultZoneId=function(e){function t(){var t;return(t=e.call(this)||this)._rules=new SystemDefaultZoneRules,t}_inheritsLoose$1(t,e);var r=t.prototype;return r.rules=function(){return this._rules},r.equals=function(e){return this===e},r.id=function(){return"SYSTEM"},t}(ZoneId),ZoneIdFactory=function(){function e(){}return e.systemDefault=function(){return SYSTEM_DEFAULT_ZONE_ID_INSTANCE},e.getAvailableZoneIds=function(){return ZoneRulesProvider.getAvailableZoneIds()},e.of=function(e){if(requireNonNull(e,"zoneId"),"Z"===e)return ZoneOffset.UTC;if(1===e.length)throw new DateTimeException("Invalid zone: "+e);if(StringUtil.startsWith(e,"+")||StringUtil.startsWith(e,"-"))return ZoneOffset.of(e);if("UTC"===e||"GMT"===e||"GMT0"===e||"UT"===e)return new ZoneRegion(e,ZoneOffset.UTC.rules());if(StringUtil.startsWith(e,"UTC+")||StringUtil.startsWith(e,"GMT+")||StringUtil.startsWith(e,"UTC-")||StringUtil.startsWith(e,"GMT-")){var t=ZoneOffset.of(e.substring(3));return 0===t.totalSeconds()?new ZoneRegion(e.substring(0,3),t.rules()):new ZoneRegion(e.substring(0,3)+t.id(),t.rules())}if(StringUtil.startsWith(e,"UT+")||StringUtil.startsWith(e,"UT-")){var r=ZoneOffset.of(e.substring(2));return 0===r.totalSeconds()?new ZoneRegion("UT",r.rules()):new ZoneRegion("UT"+r.id(),r.rules())}return"SYSTEM"===e?ZoneId.systemDefault():ZoneRegion.ofId(e)},e.ofOffset=function(e,t){if(requireNonNull(e,"prefix"),requireNonNull(t,"offset"),0===e.length)return t;if("GMT"===e||"UTC"===e||"UT"===e)return 0===t.totalSeconds()?new ZoneRegion(e,t.rules()):new ZoneRegion(e+t.id(),t.rules());throw new IllegalArgumentException("Invalid prefix, must be GMT, UTC or UT: "+e)},e.from=function(e){requireNonNull(e,"temporal");var t=e.query(TemporalQueries.zone());if(null==t)throw new DateTimeException("Unable to obtain ZoneId from TemporalAccessor: "+e+", type "+(null!=e.constructor?e.constructor.name:""));return t},e}(),SYSTEM_DEFAULT_ZONE_ID_INSTANCE=null;function _init(){SYSTEM_DEFAULT_ZONE_ID_INSTANCE=new SystemDefaultZoneId,ZoneId.systemDefault=ZoneIdFactory.systemDefault,ZoneId.getAvailableZoneIds=ZoneIdFactory.getAvailableZoneIds,ZoneId.of=ZoneIdFactory.of,ZoneId.ofOffset=ZoneIdFactory.ofOffset,ZoneId.from=ZoneIdFactory.from,ZoneOffset.from=ZoneIdFactory.from,ZoneId.SYSTEM=SYSTEM_DEFAULT_ZONE_ID_INSTANCE,ZoneId.UTC=ZoneOffset.ofTotalSeconds(0)}
124
+ /*
125
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
126
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
127
+ */var isInit=!1;function init(){isInit||(isInit=!0,_init$m(),_init$n(),_init$l(),_init$k(),_init$3(),_init$f(),_init$1(),_init$j(),_init$2(),_init$5(),_init$4(),_init$a(),_init$i(),_init$b(),_init$c(),_init$h(),_init$g(),_init$7(),_init(),_init$9(),_init$d(),_init$e(),_init$6(),_init$8())}init();
128
+ /*
129
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
130
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
131
+ */
132
+ var ToNativeJsConverter=function(){function e(e,t){var r;if(e instanceof Instant)this.instant=e;else{if(e instanceof LocalDate)t=null==t?ZoneId.systemDefault():t,r=e.atStartOfDay(t);else if(e instanceof LocalDateTime)t=null==t?ZoneId.systemDefault():t,r=e.atZone(t);else{if(!(e instanceof ZonedDateTime))throw new IllegalArgumentException("unsupported instance for convert operation:"+e);r=null==t?e:e.withZoneSameInstant(t)}this.instant=r.toInstant()}}var t=e.prototype;return t.toDate=function(){return new Date(this.instant.toEpochMilli())},t.toEpochMilli=function(){return this.instant.toEpochMilli()},e}();function convert(e,t){return new ToNativeJsConverter(e,t)}
133
+ /*
134
+ * @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
135
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
136
+ */function nativeJs(e,t){if(void 0===t&&(t=ZoneId.systemDefault()),requireNonNull(e,"date"),requireNonNull(t,"zone"),e instanceof Date)return Instant.ofEpochMilli(e.getTime()).atZone(t);if("function"==typeof e.toDate&&e.toDate()instanceof Date)return Instant.ofEpochMilli(e.toDate().getTime()).atZone(t);throw new IllegalArgumentException("date must be a javascript Date or a moment instance")}function bindUse(e){var t=[];return function(r){return~t.indexOf(r)||(r(e),t.push(r)),e}}
137
+ /**
138
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
139
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
140
+ */var _$1={assert:assert$1,DateTimeBuilder:DateTimeBuilder,DateTimeParseContext:DateTimeParseContext,DateTimePrintContext:DateTimePrintContext,MathUtil:MathUtil,StringUtil:StringUtil,StringBuilder:StringBuilder},jsJodaExports={_:_$1,convert:convert,nativeJs:nativeJs,ArithmeticException:ArithmeticException,DateTimeException:DateTimeException,DateTimeParseException:DateTimeParseException,IllegalArgumentException:IllegalArgumentException,IllegalStateException:IllegalStateException,UnsupportedTemporalTypeException:UnsupportedTemporalTypeException,NullPointerException:NullPointerException,Clock:Clock,DayOfWeek:DayOfWeek,Duration:Duration,Instant:Instant,LocalDate:LocalDate,LocalTime:LocalTime,LocalDateTime:LocalDateTime,OffsetTime:OffsetTime,OffsetDateTime:OffsetDateTime,Month:Month,MonthDay:MonthDay,ParsePosition:ParsePosition,Period:Period,Year:Year,YearConstants:YearConstants,YearMonth:YearMonth,ZonedDateTime:ZonedDateTime,ZoneOffset:ZoneOffset,ZoneId:ZoneId,ZoneRegion:ZoneRegion,ZoneOffsetTransition:ZoneOffsetTransition,ZoneRules:ZoneRules,ZoneRulesProvider:ZoneRulesProvider,ChronoLocalDate:ChronoLocalDate,ChronoLocalDateTime:ChronoLocalDateTime,ChronoZonedDateTime:ChronoZonedDateTime,IsoChronology:IsoChronology,ChronoField:ChronoField,ChronoUnit:ChronoUnit,IsoFields:IsoFields,Temporal:Temporal,TemporalAccessor:TemporalAccessor,TemporalAdjuster:TemporalAdjuster,TemporalAdjusters:TemporalAdjusters,TemporalAmount:TemporalAmount,TemporalField:TemporalField,TemporalQueries:TemporalQueries,TemporalQuery:TemporalQuery,TemporalUnit:TemporalUnit,ValueRange:ValueRange,DateTimeFormatter:DateTimeFormatter,DateTimeFormatterBuilder:DateTimeFormatterBuilder,DecimalStyle:DecimalStyle,ResolverStyle:ResolverStyle,SignStyle:SignStyle,TextStyle:TextStyle},use=bindUse(jsJodaExports);jsJodaExports.use=use;var jsJoda_esm=Object.freeze({__proto__:null,ArithmeticException:ArithmeticException,ChronoField:ChronoField,ChronoLocalDate:ChronoLocalDate,ChronoLocalDateTime:ChronoLocalDateTime,ChronoUnit:ChronoUnit,ChronoZonedDateTime:ChronoZonedDateTime,Clock:Clock,DateTimeException:DateTimeException,DateTimeFormatter:DateTimeFormatter,DateTimeFormatterBuilder:DateTimeFormatterBuilder,DateTimeParseException:DateTimeParseException,DayOfWeek:DayOfWeek,DecimalStyle:DecimalStyle,Duration:Duration,IllegalArgumentException:IllegalArgumentException,IllegalStateException:IllegalStateException,Instant:Instant,IsoChronology:IsoChronology,IsoFields:IsoFields,LocalDate:LocalDate,LocalDateTime:LocalDateTime,LocalTime:LocalTime,Month:Month,MonthDay:MonthDay,NullPointerException:NullPointerException,OffsetDateTime:OffsetDateTime,OffsetTime:OffsetTime,ParsePosition:ParsePosition,Period:Period,ResolverStyle:ResolverStyle,SignStyle:SignStyle,Temporal:Temporal,TemporalAccessor:TemporalAccessor,TemporalAdjuster:TemporalAdjuster,TemporalAdjusters:TemporalAdjusters,TemporalAmount:TemporalAmount,TemporalField:TemporalField,TemporalQueries:TemporalQueries,TemporalQuery:TemporalQuery,TemporalUnit:TemporalUnit,TextStyle:TextStyle,UnsupportedTemporalTypeException:UnsupportedTemporalTypeException,ValueRange:ValueRange,Year:Year,YearConstants:YearConstants,YearMonth:YearMonth,ZoneId:ZoneId,ZoneOffset:ZoneOffset,ZoneOffsetTransition:ZoneOffsetTransition,ZoneRegion:ZoneRegion,ZoneRules:ZoneRules,ZoneRulesProvider:ZoneRulesProvider,ZonedDateTime:ZonedDateTime,_:_$1,convert:convert,nativeJs:nativeJs,use:use}),dist={exports:{}},require$$0=getAugmentedNamespace(jsJoda_esm);function arrayMap$2(e,t){for(var r=-1,n=null==e?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}!function(e,t){function r(){return r=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},r.apply(this,arguments)}function n(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,i(e,t)}function i(e,t){return i=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},i(e,t)}function a(e,t){if(e){if("string"==typeof e)return o(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?o(e,t):void 0}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function s(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=a(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var u=function(){function e(e,t,r){this._field=e,this._textStyle=t,this._provider=r}var r=e.prototype;return r.field=function(){return this._field},r.textStyle=function(){return this._textStyle},r.provider=function(){return this._provider},r.print=function(e,t){var r=e.getValue(this._field);if(null===r)return!1;var n=this._provider.getText(this._field,r,this._textStyle,e.locale());return null===n?this._numberPrinterParser().print(e,t):(t.append(n),!0)},r.parse=function(e,r,n){var i=r.length;if(n<0||n>i)throw new t.IllegalArgumentException("The position is invalid: "+n);var a=e.isStrict()?this._textStyle:null,o=this._provider.getTextIterator(this._field,a,e.locale());if(null!=o){for(var u,l=s(o);!(u=l()).done;){var c=u.value,d=c.key;if(e.subSequenceEquals(d,0,r,n,d.length))return e.setParsedField(this._field,c.value,n,n+d.length)}if(e.isStrict())return~n}return this._numberPrinterParser().parse(e,r,n)},r._numberPrinterParser=function(){return null==this._currentNumberPrinterParser&&(this._currentNumberPrinterParser=new t.DateTimeFormatterBuilder.NumberPrinterParser(this._field,1,19,t.SignStyle.NORMAL)),this._currentNumberPrinterParser},r.toString=function(){return this._textStyle===t.TextStyle.FULL?"Text("+this._field+")":"Text("+this._field+","+this._textStyle+")"},e}(),l={supplemental:{version:{_unicodeVersion:"12.1.0",_cldrVersion:"36"},likelySubtags:{aa:"aa-Latn-ET",aai:"aai-Latn-ZZ",aak:"aak-Latn-ZZ",aau:"aau-Latn-ZZ",ab:"ab-Cyrl-GE",abi:"abi-Latn-ZZ",abq:"abq-Cyrl-ZZ",abr:"abr-Latn-GH",abt:"abt-Latn-ZZ",aby:"aby-Latn-ZZ",acd:"acd-Latn-ZZ",ace:"ace-Latn-ID",ach:"ach-Latn-UG",ada:"ada-Latn-GH",ade:"ade-Latn-ZZ",adj:"adj-Latn-ZZ",adp:"adp-Tibt-BT",ady:"ady-Cyrl-RU",adz:"adz-Latn-ZZ",ae:"ae-Avst-IR",aeb:"aeb-Arab-TN",aey:"aey-Latn-ZZ",af:"af-Latn-ZA",agc:"agc-Latn-ZZ",agd:"agd-Latn-ZZ",agg:"agg-Latn-ZZ",agm:"agm-Latn-ZZ",ago:"ago-Latn-ZZ",agq:"agq-Latn-CM",aha:"aha-Latn-ZZ",ahl:"ahl-Latn-ZZ",aho:"aho-Ahom-IN",ajg:"ajg-Latn-ZZ",ak:"ak-Latn-GH",akk:"akk-Xsux-IQ",ala:"ala-Latn-ZZ",ali:"ali-Latn-ZZ",aln:"aln-Latn-XK",alt:"alt-Cyrl-RU",am:"am-Ethi-ET",amm:"amm-Latn-ZZ",amn:"amn-Latn-ZZ",amo:"amo-Latn-NG",amp:"amp-Latn-ZZ",an:"an-Latn-ES",anc:"anc-Latn-ZZ",ank:"ank-Latn-ZZ",ann:"ann-Latn-ZZ",any:"any-Latn-ZZ",aoj:"aoj-Latn-ZZ",aom:"aom-Latn-ZZ",aoz:"aoz-Latn-ID",apc:"apc-Arab-ZZ",apd:"apd-Arab-TG",ape:"ape-Latn-ZZ",apr:"apr-Latn-ZZ",aps:"aps-Latn-ZZ",apz:"apz-Latn-ZZ",ar:"ar-Arab-EG",arc:"arc-Armi-IR","arc-Nbat":"arc-Nbat-JO","arc-Palm":"arc-Palm-SY",arh:"arh-Latn-ZZ",arn:"arn-Latn-CL",aro:"aro-Latn-BO",arq:"arq-Arab-DZ",ars:"ars-Arab-SA",ary:"ary-Arab-MA",arz:"arz-Arab-EG",as:"as-Beng-IN",asa:"asa-Latn-TZ",ase:"ase-Sgnw-US",asg:"asg-Latn-ZZ",aso:"aso-Latn-ZZ",ast:"ast-Latn-ES",ata:"ata-Latn-ZZ",atg:"atg-Latn-ZZ",atj:"atj-Latn-CA",auy:"auy-Latn-ZZ",av:"av-Cyrl-RU",avl:"avl-Arab-ZZ",avn:"avn-Latn-ZZ",avt:"avt-Latn-ZZ",avu:"avu-Latn-ZZ",awa:"awa-Deva-IN",awb:"awb-Latn-ZZ",awo:"awo-Latn-ZZ",awx:"awx-Latn-ZZ",ay:"ay-Latn-BO",ayb:"ayb-Latn-ZZ",az:"az-Latn-AZ","az-Arab":"az-Arab-IR","az-IQ":"az-Arab-IQ","az-IR":"az-Arab-IR","az-RU":"az-Cyrl-RU",ba:"ba-Cyrl-RU",bal:"bal-Arab-PK",ban:"ban-Latn-ID",bap:"bap-Deva-NP",bar:"bar-Latn-AT",bas:"bas-Latn-CM",bav:"bav-Latn-ZZ",bax:"bax-Bamu-CM",bba:"bba-Latn-ZZ",bbb:"bbb-Latn-ZZ",bbc:"bbc-Latn-ID",bbd:"bbd-Latn-ZZ",bbj:"bbj-Latn-CM",bbp:"bbp-Latn-ZZ",bbr:"bbr-Latn-ZZ",bcf:"bcf-Latn-ZZ",bch:"bch-Latn-ZZ",bci:"bci-Latn-CI",bcm:"bcm-Latn-ZZ",bcn:"bcn-Latn-ZZ",bco:"bco-Latn-ZZ",bcq:"bcq-Ethi-ZZ",bcu:"bcu-Latn-ZZ",bdd:"bdd-Latn-ZZ",be:"be-Cyrl-BY",bef:"bef-Latn-ZZ",beh:"beh-Latn-ZZ",bej:"bej-Arab-SD",bem:"bem-Latn-ZM",bet:"bet-Latn-ZZ",bew:"bew-Latn-ID",bex:"bex-Latn-ZZ",bez:"bez-Latn-TZ",bfd:"bfd-Latn-CM",bfq:"bfq-Taml-IN",bft:"bft-Arab-PK",bfy:"bfy-Deva-IN",bg:"bg-Cyrl-BG",bgc:"bgc-Deva-IN",bgn:"bgn-Arab-PK",bgx:"bgx-Grek-TR",bhb:"bhb-Deva-IN",bhg:"bhg-Latn-ZZ",bhi:"bhi-Deva-IN",bhl:"bhl-Latn-ZZ",bho:"bho-Deva-IN",bhy:"bhy-Latn-ZZ",bi:"bi-Latn-VU",bib:"bib-Latn-ZZ",big:"big-Latn-ZZ",bik:"bik-Latn-PH",bim:"bim-Latn-ZZ",bin:"bin-Latn-NG",bio:"bio-Latn-ZZ",biq:"biq-Latn-ZZ",bjh:"bjh-Latn-ZZ",bji:"bji-Ethi-ZZ",bjj:"bjj-Deva-IN",bjn:"bjn-Latn-ID",bjo:"bjo-Latn-ZZ",bjr:"bjr-Latn-ZZ",bjt:"bjt-Latn-SN",bjz:"bjz-Latn-ZZ",bkc:"bkc-Latn-ZZ",bkm:"bkm-Latn-CM",bkq:"bkq-Latn-ZZ",bku:"bku-Latn-PH",bkv:"bkv-Latn-ZZ",blt:"blt-Tavt-VN",bm:"bm-Latn-ML",bmh:"bmh-Latn-ZZ",bmk:"bmk-Latn-ZZ",bmq:"bmq-Latn-ML",bmu:"bmu-Latn-ZZ",bn:"bn-Beng-BD",bng:"bng-Latn-ZZ",bnm:"bnm-Latn-ZZ",bnp:"bnp-Latn-ZZ",bo:"bo-Tibt-CN",boj:"boj-Latn-ZZ",bom:"bom-Latn-ZZ",bon:"bon-Latn-ZZ",bpy:"bpy-Beng-IN",bqc:"bqc-Latn-ZZ",bqi:"bqi-Arab-IR",bqp:"bqp-Latn-ZZ",bqv:"bqv-Latn-CI",br:"br-Latn-FR",bra:"bra-Deva-IN",brh:"brh-Arab-PK",brx:"brx-Deva-IN",brz:"brz-Latn-ZZ",bs:"bs-Latn-BA",bsj:"bsj-Latn-ZZ",bsq:"bsq-Bass-LR",bss:"bss-Latn-CM",bst:"bst-Ethi-ZZ",bto:"bto-Latn-PH",btt:"btt-Latn-ZZ",btv:"btv-Deva-PK",bua:"bua-Cyrl-RU",buc:"buc-Latn-YT",bud:"bud-Latn-ZZ",bug:"bug-Latn-ID",buk:"buk-Latn-ZZ",bum:"bum-Latn-CM",buo:"buo-Latn-ZZ",bus:"bus-Latn-ZZ",buu:"buu-Latn-ZZ",bvb:"bvb-Latn-GQ",bwd:"bwd-Latn-ZZ",bwr:"bwr-Latn-ZZ",bxh:"bxh-Latn-ZZ",bye:"bye-Latn-ZZ",byn:"byn-Ethi-ER",byr:"byr-Latn-ZZ",bys:"bys-Latn-ZZ",byv:"byv-Latn-CM",byx:"byx-Latn-ZZ",bza:"bza-Latn-ZZ",bze:"bze-Latn-ML",bzf:"bzf-Latn-ZZ",bzh:"bzh-Latn-ZZ",bzw:"bzw-Latn-ZZ",ca:"ca-Latn-ES",can:"can-Latn-ZZ",cbj:"cbj-Latn-ZZ",cch:"cch-Latn-NG",ccp:"ccp-Cakm-BD",ce:"ce-Cyrl-RU",ceb:"ceb-Latn-PH",cfa:"cfa-Latn-ZZ",cgg:"cgg-Latn-UG",ch:"ch-Latn-GU",chk:"chk-Latn-FM",chm:"chm-Cyrl-RU",cho:"cho-Latn-US",chp:"chp-Latn-CA",chr:"chr-Cher-US",cic:"cic-Latn-US",cja:"cja-Arab-KH",cjm:"cjm-Cham-VN",cjv:"cjv-Latn-ZZ",ckb:"ckb-Arab-IQ",ckl:"ckl-Latn-ZZ",cko:"cko-Latn-ZZ",cky:"cky-Latn-ZZ",cla:"cla-Latn-ZZ",cme:"cme-Latn-ZZ",cmg:"cmg-Soyo-MN",co:"co-Latn-FR",cop:"cop-Copt-EG",cps:"cps-Latn-PH",cr:"cr-Cans-CA",crh:"crh-Cyrl-UA",crj:"crj-Cans-CA",crk:"crk-Cans-CA",crl:"crl-Cans-CA",crm:"crm-Cans-CA",crs:"crs-Latn-SC",cs:"cs-Latn-CZ",csb:"csb-Latn-PL",csw:"csw-Cans-CA",ctd:"ctd-Pauc-MM",cu:"cu-Cyrl-RU","cu-Glag":"cu-Glag-BG",cv:"cv-Cyrl-RU",cy:"cy-Latn-GB",da:"da-Latn-DK",dad:"dad-Latn-ZZ",daf:"daf-Latn-ZZ",dag:"dag-Latn-ZZ",dah:"dah-Latn-ZZ",dak:"dak-Latn-US",dar:"dar-Cyrl-RU",dav:"dav-Latn-KE",dbd:"dbd-Latn-ZZ",dbq:"dbq-Latn-ZZ",dcc:"dcc-Arab-IN",ddn:"ddn-Latn-ZZ",de:"de-Latn-DE",ded:"ded-Latn-ZZ",den:"den-Latn-CA",dga:"dga-Latn-ZZ",dgh:"dgh-Latn-ZZ",dgi:"dgi-Latn-ZZ",dgl:"dgl-Arab-ZZ",dgr:"dgr-Latn-CA",dgz:"dgz-Latn-ZZ",dia:"dia-Latn-ZZ",dje:"dje-Latn-NE",dnj:"dnj-Latn-CI",dob:"dob-Latn-ZZ",doi:"doi-Arab-IN",dop:"dop-Latn-ZZ",dow:"dow-Latn-ZZ",drh:"drh-Mong-CN",dri:"dri-Latn-ZZ",drs:"drs-Ethi-ZZ",dsb:"dsb-Latn-DE",dtm:"dtm-Latn-ML",dtp:"dtp-Latn-MY",dts:"dts-Latn-ZZ",dty:"dty-Deva-NP",dua:"dua-Latn-CM",duc:"duc-Latn-ZZ",dud:"dud-Latn-ZZ",dug:"dug-Latn-ZZ",dv:"dv-Thaa-MV",dva:"dva-Latn-ZZ",dww:"dww-Latn-ZZ",dyo:"dyo-Latn-SN",dyu:"dyu-Latn-BF",dz:"dz-Tibt-BT",dzg:"dzg-Latn-ZZ",ebu:"ebu-Latn-KE",ee:"ee-Latn-GH",efi:"efi-Latn-NG",egl:"egl-Latn-IT",egy:"egy-Egyp-EG",eka:"eka-Latn-ZZ",eky:"eky-Kali-MM",el:"el-Grek-GR",ema:"ema-Latn-ZZ",emi:"emi-Latn-ZZ",en:"en-Latn-US","en-Shaw":"en-Shaw-GB",enn:"enn-Latn-ZZ",enq:"enq-Latn-ZZ",eo:"eo-Latn-001",eri:"eri-Latn-ZZ",es:"es-Latn-ES",esg:"esg-Gonm-IN",esu:"esu-Latn-US",et:"et-Latn-EE",etr:"etr-Latn-ZZ",ett:"ett-Ital-IT",etu:"etu-Latn-ZZ",etx:"etx-Latn-ZZ",eu:"eu-Latn-ES",ewo:"ewo-Latn-CM",ext:"ext-Latn-ES",fa:"fa-Arab-IR",faa:"faa-Latn-ZZ",fab:"fab-Latn-ZZ",fag:"fag-Latn-ZZ",fai:"fai-Latn-ZZ",fan:"fan-Latn-GQ",ff:"ff-Latn-SN","ff-Adlm":"ff-Adlm-GN",ffi:"ffi-Latn-ZZ",ffm:"ffm-Latn-ML",fi:"fi-Latn-FI",fia:"fia-Arab-SD",fil:"fil-Latn-PH",fit:"fit-Latn-SE",fj:"fj-Latn-FJ",flr:"flr-Latn-ZZ",fmp:"fmp-Latn-ZZ",fo:"fo-Latn-FO",fod:"fod-Latn-ZZ",fon:"fon-Latn-BJ",for:"for-Latn-ZZ",fpe:"fpe-Latn-ZZ",fqs:"fqs-Latn-ZZ",fr:"fr-Latn-FR",frc:"frc-Latn-US",frp:"frp-Latn-FR",frr:"frr-Latn-DE",frs:"frs-Latn-DE",fub:"fub-Arab-CM",fud:"fud-Latn-WF",fue:"fue-Latn-ZZ",fuf:"fuf-Latn-GN",fuh:"fuh-Latn-ZZ",fuq:"fuq-Latn-NE",fur:"fur-Latn-IT",fuv:"fuv-Latn-NG",fuy:"fuy-Latn-ZZ",fvr:"fvr-Latn-SD",fy:"fy-Latn-NL",ga:"ga-Latn-IE",gaa:"gaa-Latn-GH",gaf:"gaf-Latn-ZZ",gag:"gag-Latn-MD",gah:"gah-Latn-ZZ",gaj:"gaj-Latn-ZZ",gam:"gam-Latn-ZZ",gan:"gan-Hans-CN",gaw:"gaw-Latn-ZZ",gay:"gay-Latn-ID",gba:"gba-Latn-ZZ",gbf:"gbf-Latn-ZZ",gbm:"gbm-Deva-IN",gby:"gby-Latn-ZZ",gbz:"gbz-Arab-IR",gcr:"gcr-Latn-GF",gd:"gd-Latn-GB",gde:"gde-Latn-ZZ",gdn:"gdn-Latn-ZZ",gdr:"gdr-Latn-ZZ",geb:"geb-Latn-ZZ",gej:"gej-Latn-ZZ",gel:"gel-Latn-ZZ",gez:"gez-Ethi-ET",gfk:"gfk-Latn-ZZ",ggn:"ggn-Deva-NP",ghs:"ghs-Latn-ZZ",gil:"gil-Latn-KI",gim:"gim-Latn-ZZ",gjk:"gjk-Arab-PK",gjn:"gjn-Latn-ZZ",gju:"gju-Arab-PK",gkn:"gkn-Latn-ZZ",gkp:"gkp-Latn-ZZ",gl:"gl-Latn-ES",glk:"glk-Arab-IR",gmm:"gmm-Latn-ZZ",gmv:"gmv-Ethi-ZZ",gn:"gn-Latn-PY",gnd:"gnd-Latn-ZZ",gng:"gng-Latn-ZZ",god:"god-Latn-ZZ",gof:"gof-Ethi-ZZ",goi:"goi-Latn-ZZ",gom:"gom-Deva-IN",gon:"gon-Telu-IN",gor:"gor-Latn-ID",gos:"gos-Latn-NL",got:"got-Goth-UA",grb:"grb-Latn-ZZ",grc:"grc-Cprt-CY","grc-Linb":"grc-Linb-GR",grt:"grt-Beng-IN",grw:"grw-Latn-ZZ",gsw:"gsw-Latn-CH",gu:"gu-Gujr-IN",gub:"gub-Latn-BR",guc:"guc-Latn-CO",gud:"gud-Latn-ZZ",gur:"gur-Latn-GH",guw:"guw-Latn-ZZ",gux:"gux-Latn-ZZ",guz:"guz-Latn-KE",gv:"gv-Latn-IM",gvf:"gvf-Latn-ZZ",gvr:"gvr-Deva-NP",gvs:"gvs-Latn-ZZ",gwc:"gwc-Arab-ZZ",gwi:"gwi-Latn-CA",gwt:"gwt-Arab-ZZ",gyi:"gyi-Latn-ZZ",ha:"ha-Latn-NG","ha-CM":"ha-Arab-CM","ha-SD":"ha-Arab-SD",hag:"hag-Latn-ZZ",hak:"hak-Hans-CN",ham:"ham-Latn-ZZ",haw:"haw-Latn-US",haz:"haz-Arab-AF",hbb:"hbb-Latn-ZZ",hdy:"hdy-Ethi-ZZ",he:"he-Hebr-IL",hhy:"hhy-Latn-ZZ",hi:"hi-Deva-IN",hia:"hia-Latn-ZZ",hif:"hif-Latn-FJ",hig:"hig-Latn-ZZ",hih:"hih-Latn-ZZ",hil:"hil-Latn-PH",hla:"hla-Latn-ZZ",hlu:"hlu-Hluw-TR",hmd:"hmd-Plrd-CN",hmt:"hmt-Latn-ZZ",hnd:"hnd-Arab-PK",hne:"hne-Deva-IN",hnj:"hnj-Hmng-LA",hnn:"hnn-Latn-PH",hno:"hno-Arab-PK",ho:"ho-Latn-PG",hoc:"hoc-Deva-IN",hoj:"hoj-Deva-IN",hot:"hot-Latn-ZZ",hr:"hr-Latn-HR",hsb:"hsb-Latn-DE",hsn:"hsn-Hans-CN",ht:"ht-Latn-HT",hu:"hu-Latn-HU",hui:"hui-Latn-ZZ",hy:"hy-Armn-AM",hz:"hz-Latn-NA",ia:"ia-Latn-001",ian:"ian-Latn-ZZ",iar:"iar-Latn-ZZ",iba:"iba-Latn-MY",ibb:"ibb-Latn-NG",iby:"iby-Latn-ZZ",ica:"ica-Latn-ZZ",ich:"ich-Latn-ZZ",id:"id-Latn-ID",idd:"idd-Latn-ZZ",idi:"idi-Latn-ZZ",idu:"idu-Latn-ZZ",ife:"ife-Latn-TG",ig:"ig-Latn-NG",igb:"igb-Latn-ZZ",ige:"ige-Latn-ZZ",ii:"ii-Yiii-CN",ijj:"ijj-Latn-ZZ",ik:"ik-Latn-US",ikk:"ikk-Latn-ZZ",ikt:"ikt-Latn-CA",ikw:"ikw-Latn-ZZ",ikx:"ikx-Latn-ZZ",ilo:"ilo-Latn-PH",imo:"imo-Latn-ZZ",in:"in-Latn-ID",inh:"inh-Cyrl-RU",io:"io-Latn-001",iou:"iou-Latn-ZZ",iri:"iri-Latn-ZZ",is:"is-Latn-IS",it:"it-Latn-IT",iu:"iu-Cans-CA",iw:"iw-Hebr-IL",iwm:"iwm-Latn-ZZ",iws:"iws-Latn-ZZ",izh:"izh-Latn-RU",izi:"izi-Latn-ZZ",ja:"ja-Jpan-JP",jab:"jab-Latn-ZZ",jam:"jam-Latn-JM",jbo:"jbo-Latn-001",jbu:"jbu-Latn-ZZ",jen:"jen-Latn-ZZ",jgk:"jgk-Latn-ZZ",jgo:"jgo-Latn-CM",ji:"ji-Hebr-UA",jib:"jib-Latn-ZZ",jmc:"jmc-Latn-TZ",jml:"jml-Deva-NP",jra:"jra-Latn-ZZ",jut:"jut-Latn-DK",jv:"jv-Latn-ID",jw:"jw-Latn-ID",ka:"ka-Geor-GE",kaa:"kaa-Cyrl-UZ",kab:"kab-Latn-DZ",kac:"kac-Latn-MM",kad:"kad-Latn-ZZ",kai:"kai-Latn-ZZ",kaj:"kaj-Latn-NG",kam:"kam-Latn-KE",kao:"kao-Latn-ML",kbd:"kbd-Cyrl-RU",kbm:"kbm-Latn-ZZ",kbp:"kbp-Latn-ZZ",kbq:"kbq-Latn-ZZ",kbx:"kbx-Latn-ZZ",kby:"kby-Arab-NE",kcg:"kcg-Latn-NG",kck:"kck-Latn-ZW",kcl:"kcl-Latn-ZZ",kct:"kct-Latn-ZZ",kde:"kde-Latn-TZ",kdh:"kdh-Arab-TG",kdl:"kdl-Latn-ZZ",kdt:"kdt-Thai-TH",kea:"kea-Latn-CV",ken:"ken-Latn-CM",kez:"kez-Latn-ZZ",kfo:"kfo-Latn-CI",kfr:"kfr-Deva-IN",kfy:"kfy-Deva-IN",kg:"kg-Latn-CD",kge:"kge-Latn-ID",kgf:"kgf-Latn-ZZ",kgp:"kgp-Latn-BR",kha:"kha-Latn-IN",khb:"khb-Talu-CN",khn:"khn-Deva-IN",khq:"khq-Latn-ML",khs:"khs-Latn-ZZ",kht:"kht-Mymr-IN",khw:"khw-Arab-PK",khz:"khz-Latn-ZZ",ki:"ki-Latn-KE",kij:"kij-Latn-ZZ",kiu:"kiu-Latn-TR",kiw:"kiw-Latn-ZZ",kj:"kj-Latn-NA",kjd:"kjd-Latn-ZZ",kjg:"kjg-Laoo-LA",kjs:"kjs-Latn-ZZ",kjy:"kjy-Latn-ZZ",kk:"kk-Cyrl-KZ","kk-AF":"kk-Arab-AF","kk-Arab":"kk-Arab-CN","kk-CN":"kk-Arab-CN","kk-IR":"kk-Arab-IR","kk-MN":"kk-Arab-MN",kkc:"kkc-Latn-ZZ",kkj:"kkj-Latn-CM",kl:"kl-Latn-GL",kln:"kln-Latn-KE",klq:"klq-Latn-ZZ",klt:"klt-Latn-ZZ",klx:"klx-Latn-ZZ",km:"km-Khmr-KH",kmb:"kmb-Latn-AO",kmh:"kmh-Latn-ZZ",kmo:"kmo-Latn-ZZ",kms:"kms-Latn-ZZ",kmu:"kmu-Latn-ZZ",kmw:"kmw-Latn-ZZ",kn:"kn-Knda-IN",knf:"knf-Latn-GW",knp:"knp-Latn-ZZ",ko:"ko-Kore-KR",koi:"koi-Cyrl-RU",kok:"kok-Deva-IN",kol:"kol-Latn-ZZ",kos:"kos-Latn-FM",koz:"koz-Latn-ZZ",kpe:"kpe-Latn-LR",kpf:"kpf-Latn-ZZ",kpo:"kpo-Latn-ZZ",kpr:"kpr-Latn-ZZ",kpx:"kpx-Latn-ZZ",kqb:"kqb-Latn-ZZ",kqf:"kqf-Latn-ZZ",kqs:"kqs-Latn-ZZ",kqy:"kqy-Ethi-ZZ",kr:"kr-Latn-ZZ",krc:"krc-Cyrl-RU",kri:"kri-Latn-SL",krj:"krj-Latn-PH",krl:"krl-Latn-RU",krs:"krs-Latn-ZZ",kru:"kru-Deva-IN",ks:"ks-Arab-IN",ksb:"ksb-Latn-TZ",ksd:"ksd-Latn-ZZ",ksf:"ksf-Latn-CM",ksh:"ksh-Latn-DE",ksj:"ksj-Latn-ZZ",ksr:"ksr-Latn-ZZ",ktb:"ktb-Ethi-ZZ",ktm:"ktm-Latn-ZZ",kto:"kto-Latn-ZZ",ktr:"ktr-Latn-MY",ku:"ku-Latn-TR","ku-Arab":"ku-Arab-IQ","ku-LB":"ku-Arab-LB",kub:"kub-Latn-ZZ",kud:"kud-Latn-ZZ",kue:"kue-Latn-ZZ",kuj:"kuj-Latn-ZZ",kum:"kum-Cyrl-RU",kun:"kun-Latn-ZZ",kup:"kup-Latn-ZZ",kus:"kus-Latn-ZZ",kv:"kv-Cyrl-RU",kvg:"kvg-Latn-ZZ",kvr:"kvr-Latn-ID",kvx:"kvx-Arab-PK",kw:"kw-Latn-GB",kwj:"kwj-Latn-ZZ",kwo:"kwo-Latn-ZZ",kwq:"kwq-Latn-ZZ",kxa:"kxa-Latn-ZZ",kxc:"kxc-Ethi-ZZ",kxe:"kxe-Latn-ZZ",kxm:"kxm-Thai-TH",kxp:"kxp-Arab-PK",kxw:"kxw-Latn-ZZ",kxz:"kxz-Latn-ZZ",ky:"ky-Cyrl-KG","ky-Arab":"ky-Arab-CN","ky-CN":"ky-Arab-CN","ky-Latn":"ky-Latn-TR","ky-TR":"ky-Latn-TR",kye:"kye-Latn-ZZ",kyx:"kyx-Latn-ZZ",kzj:"kzj-Latn-MY",kzr:"kzr-Latn-ZZ",kzt:"kzt-Latn-MY",la:"la-Latn-VA",lab:"lab-Lina-GR",lad:"lad-Hebr-IL",lag:"lag-Latn-TZ",lah:"lah-Arab-PK",laj:"laj-Latn-UG",las:"las-Latn-ZZ",lb:"lb-Latn-LU",lbe:"lbe-Cyrl-RU",lbu:"lbu-Latn-ZZ",lbw:"lbw-Latn-ID",lcm:"lcm-Latn-ZZ",lcp:"lcp-Thai-CN",ldb:"ldb-Latn-ZZ",led:"led-Latn-ZZ",lee:"lee-Latn-ZZ",lem:"lem-Latn-ZZ",lep:"lep-Lepc-IN",leq:"leq-Latn-ZZ",leu:"leu-Latn-ZZ",lez:"lez-Cyrl-RU",lg:"lg-Latn-UG",lgg:"lgg-Latn-ZZ",li:"li-Latn-NL",lia:"lia-Latn-ZZ",lid:"lid-Latn-ZZ",lif:"lif-Deva-NP","lif-Limb":"lif-Limb-IN",lig:"lig-Latn-ZZ",lih:"lih-Latn-ZZ",lij:"lij-Latn-IT",lis:"lis-Lisu-CN",ljp:"ljp-Latn-ID",lki:"lki-Arab-IR",lkt:"lkt-Latn-US",lle:"lle-Latn-ZZ",lln:"lln-Latn-ZZ",lmn:"lmn-Telu-IN",lmo:"lmo-Latn-IT",lmp:"lmp-Latn-ZZ",ln:"ln-Latn-CD",lns:"lns-Latn-ZZ",lnu:"lnu-Latn-ZZ",lo:"lo-Laoo-LA",loj:"loj-Latn-ZZ",lok:"lok-Latn-ZZ",lol:"lol-Latn-CD",lor:"lor-Latn-ZZ",los:"los-Latn-ZZ",loz:"loz-Latn-ZM",lrc:"lrc-Arab-IR",lt:"lt-Latn-LT",ltg:"ltg-Latn-LV",lu:"lu-Latn-CD",lua:"lua-Latn-CD",luo:"luo-Latn-KE",luy:"luy-Latn-KE",luz:"luz-Arab-IR",lv:"lv-Latn-LV",lwl:"lwl-Thai-TH",lzh:"lzh-Hans-CN",lzz:"lzz-Latn-TR",mad:"mad-Latn-ID",maf:"maf-Latn-CM",mag:"mag-Deva-IN",mai:"mai-Deva-IN",mak:"mak-Latn-ID",man:"man-Latn-GM","man-GN":"man-Nkoo-GN","man-Nkoo":"man-Nkoo-GN",mas:"mas-Latn-KE",maw:"maw-Latn-ZZ",maz:"maz-Latn-MX",mbh:"mbh-Latn-ZZ",mbo:"mbo-Latn-ZZ",mbq:"mbq-Latn-ZZ",mbu:"mbu-Latn-ZZ",mbw:"mbw-Latn-ZZ",mci:"mci-Latn-ZZ",mcp:"mcp-Latn-ZZ",mcq:"mcq-Latn-ZZ",mcr:"mcr-Latn-ZZ",mcu:"mcu-Latn-ZZ",mda:"mda-Latn-ZZ",mde:"mde-Arab-ZZ",mdf:"mdf-Cyrl-RU",mdh:"mdh-Latn-PH",mdj:"mdj-Latn-ZZ",mdr:"mdr-Latn-ID",mdx:"mdx-Ethi-ZZ",med:"med-Latn-ZZ",mee:"mee-Latn-ZZ",mek:"mek-Latn-ZZ",men:"men-Latn-SL",mer:"mer-Latn-KE",met:"met-Latn-ZZ",meu:"meu-Latn-ZZ",mfa:"mfa-Arab-TH",mfe:"mfe-Latn-MU",mfn:"mfn-Latn-ZZ",mfo:"mfo-Latn-ZZ",mfq:"mfq-Latn-ZZ",mg:"mg-Latn-MG",mgh:"mgh-Latn-MZ",mgl:"mgl-Latn-ZZ",mgo:"mgo-Latn-CM",mgp:"mgp-Deva-NP",mgy:"mgy-Latn-TZ",mh:"mh-Latn-MH",mhi:"mhi-Latn-ZZ",mhl:"mhl-Latn-ZZ",mi:"mi-Latn-NZ",mif:"mif-Latn-ZZ",min:"min-Latn-ID",mis:"mis-Hatr-IQ","mis-Medf":"mis-Medf-NG",miw:"miw-Latn-ZZ",mk:"mk-Cyrl-MK",mki:"mki-Arab-ZZ",mkl:"mkl-Latn-ZZ",mkp:"mkp-Latn-ZZ",mkw:"mkw-Latn-ZZ",ml:"ml-Mlym-IN",mle:"mle-Latn-ZZ",mlp:"mlp-Latn-ZZ",mls:"mls-Latn-SD",mmo:"mmo-Latn-ZZ",mmu:"mmu-Latn-ZZ",mmx:"mmx-Latn-ZZ",mn:"mn-Cyrl-MN","mn-CN":"mn-Mong-CN","mn-Mong":"mn-Mong-CN",mna:"mna-Latn-ZZ",mnf:"mnf-Latn-ZZ",mni:"mni-Beng-IN",mnw:"mnw-Mymr-MM",mo:"mo-Latn-RO",moa:"moa-Latn-ZZ",moe:"moe-Latn-CA",moh:"moh-Latn-CA",mos:"mos-Latn-BF",mox:"mox-Latn-ZZ",mpp:"mpp-Latn-ZZ",mps:"mps-Latn-ZZ",mpt:"mpt-Latn-ZZ",mpx:"mpx-Latn-ZZ",mql:"mql-Latn-ZZ",mr:"mr-Deva-IN",mrd:"mrd-Deva-NP",mrj:"mrj-Cyrl-RU",mro:"mro-Mroo-BD",ms:"ms-Latn-MY","ms-CC":"ms-Arab-CC","ms-ID":"ms-Arab-ID",mt:"mt-Latn-MT",mtc:"mtc-Latn-ZZ",mtf:"mtf-Latn-ZZ",mti:"mti-Latn-ZZ",mtr:"mtr-Deva-IN",mua:"mua-Latn-CM",mur:"mur-Latn-ZZ",mus:"mus-Latn-US",mva:"mva-Latn-ZZ",mvn:"mvn-Latn-ZZ",mvy:"mvy-Arab-PK",mwk:"mwk-Latn-ML",mwr:"mwr-Deva-IN",mwv:"mwv-Latn-ID",mww:"mww-Hmnp-US",mxc:"mxc-Latn-ZW",mxm:"mxm-Latn-ZZ",my:"my-Mymr-MM",myk:"myk-Latn-ZZ",mym:"mym-Ethi-ZZ",myv:"myv-Cyrl-RU",myw:"myw-Latn-ZZ",myx:"myx-Latn-UG",myz:"myz-Mand-IR",mzk:"mzk-Latn-ZZ",mzm:"mzm-Latn-ZZ",mzn:"mzn-Arab-IR",mzp:"mzp-Latn-ZZ",mzw:"mzw-Latn-ZZ",mzz:"mzz-Latn-ZZ",na:"na-Latn-NR",nac:"nac-Latn-ZZ",naf:"naf-Latn-ZZ",nak:"nak-Latn-ZZ",nan:"nan-Hans-CN",nap:"nap-Latn-IT",naq:"naq-Latn-NA",nas:"nas-Latn-ZZ",nb:"nb-Latn-NO",nca:"nca-Latn-ZZ",nce:"nce-Latn-ZZ",ncf:"ncf-Latn-ZZ",nch:"nch-Latn-MX",nco:"nco-Latn-ZZ",ncu:"ncu-Latn-ZZ",nd:"nd-Latn-ZW",ndc:"ndc-Latn-MZ",nds:"nds-Latn-DE",ne:"ne-Deva-NP",neb:"neb-Latn-ZZ",new:"new-Deva-NP",nex:"nex-Latn-ZZ",nfr:"nfr-Latn-ZZ",ng:"ng-Latn-NA",nga:"nga-Latn-ZZ",ngb:"ngb-Latn-ZZ",ngl:"ngl-Latn-MZ",nhb:"nhb-Latn-ZZ",nhe:"nhe-Latn-MX",nhw:"nhw-Latn-MX",nif:"nif-Latn-ZZ",nii:"nii-Latn-ZZ",nij:"nij-Latn-ID",nin:"nin-Latn-ZZ",niu:"niu-Latn-NU",niy:"niy-Latn-ZZ",niz:"niz-Latn-ZZ",njo:"njo-Latn-IN",nkg:"nkg-Latn-ZZ",nko:"nko-Latn-ZZ",nl:"nl-Latn-NL",nmg:"nmg-Latn-CM",nmz:"nmz-Latn-ZZ",nn:"nn-Latn-NO",nnf:"nnf-Latn-ZZ",nnh:"nnh-Latn-CM",nnk:"nnk-Latn-ZZ",nnm:"nnm-Latn-ZZ",nnp:"nnp-Wcho-IN",no:"no-Latn-NO",nod:"nod-Lana-TH",noe:"noe-Deva-IN",non:"non-Runr-SE",nop:"nop-Latn-ZZ",nou:"nou-Latn-ZZ",nqo:"nqo-Nkoo-GN",nr:"nr-Latn-ZA",nrb:"nrb-Latn-ZZ",nsk:"nsk-Cans-CA",nsn:"nsn-Latn-ZZ",nso:"nso-Latn-ZA",nss:"nss-Latn-ZZ",ntm:"ntm-Latn-ZZ",ntr:"ntr-Latn-ZZ",nui:"nui-Latn-ZZ",nup:"nup-Latn-ZZ",nus:"nus-Latn-SS",nuv:"nuv-Latn-ZZ",nux:"nux-Latn-ZZ",nv:"nv-Latn-US",nwb:"nwb-Latn-ZZ",nxq:"nxq-Latn-CN",nxr:"nxr-Latn-ZZ",ny:"ny-Latn-MW",nym:"nym-Latn-TZ",nyn:"nyn-Latn-UG",nzi:"nzi-Latn-GH",oc:"oc-Latn-FR",ogc:"ogc-Latn-ZZ",okr:"okr-Latn-ZZ",okv:"okv-Latn-ZZ",om:"om-Latn-ET",ong:"ong-Latn-ZZ",onn:"onn-Latn-ZZ",ons:"ons-Latn-ZZ",opm:"opm-Latn-ZZ",or:"or-Orya-IN",oro:"oro-Latn-ZZ",oru:"oru-Arab-ZZ",os:"os-Cyrl-GE",osa:"osa-Osge-US",ota:"ota-Arab-ZZ",otk:"otk-Orkh-MN",ozm:"ozm-Latn-ZZ",pa:"pa-Guru-IN","pa-Arab":"pa-Arab-PK","pa-PK":"pa-Arab-PK",pag:"pag-Latn-PH",pal:"pal-Phli-IR","pal-Phlp":"pal-Phlp-CN",pam:"pam-Latn-PH",pap:"pap-Latn-AW",pau:"pau-Latn-PW",pbi:"pbi-Latn-ZZ",pcd:"pcd-Latn-FR",pcm:"pcm-Latn-NG",pdc:"pdc-Latn-US",pdt:"pdt-Latn-CA",ped:"ped-Latn-ZZ",peo:"peo-Xpeo-IR",pex:"pex-Latn-ZZ",pfl:"pfl-Latn-DE",phl:"phl-Arab-ZZ",phn:"phn-Phnx-LB",pil:"pil-Latn-ZZ",pip:"pip-Latn-ZZ",pka:"pka-Brah-IN",pko:"pko-Latn-KE",pl:"pl-Latn-PL",pla:"pla-Latn-ZZ",pms:"pms-Latn-IT",png:"png-Latn-ZZ",pnn:"pnn-Latn-ZZ",pnt:"pnt-Grek-GR",pon:"pon-Latn-FM",ppa:"ppa-Deva-IN",ppo:"ppo-Latn-ZZ",pra:"pra-Khar-PK",prd:"prd-Arab-IR",prg:"prg-Latn-001",ps:"ps-Arab-AF",pss:"pss-Latn-ZZ",pt:"pt-Latn-BR",ptp:"ptp-Latn-ZZ",puu:"puu-Latn-GA",pwa:"pwa-Latn-ZZ",qu:"qu-Latn-PE",quc:"quc-Latn-GT",qug:"qug-Latn-EC",rai:"rai-Latn-ZZ",raj:"raj-Deva-IN",rao:"rao-Latn-ZZ",rcf:"rcf-Latn-RE",rej:"rej-Latn-ID",rel:"rel-Latn-ZZ",res:"res-Latn-ZZ",rgn:"rgn-Latn-IT",rhg:"rhg-Arab-MM",ria:"ria-Latn-IN",rif:"rif-Tfng-MA","rif-NL":"rif-Latn-NL",rjs:"rjs-Deva-NP",rkt:"rkt-Beng-BD",rm:"rm-Latn-CH",rmf:"rmf-Latn-FI",rmo:"rmo-Latn-CH",rmt:"rmt-Arab-IR",rmu:"rmu-Latn-SE",rn:"rn-Latn-BI",rna:"rna-Latn-ZZ",rng:"rng-Latn-MZ",ro:"ro-Latn-RO",rob:"rob-Latn-ID",rof:"rof-Latn-TZ",roo:"roo-Latn-ZZ",rro:"rro-Latn-ZZ",rtm:"rtm-Latn-FJ",ru:"ru-Cyrl-RU",rue:"rue-Cyrl-UA",rug:"rug-Latn-SB",rw:"rw-Latn-RW",rwk:"rwk-Latn-TZ",rwo:"rwo-Latn-ZZ",ryu:"ryu-Kana-JP",sa:"sa-Deva-IN",saf:"saf-Latn-GH",sah:"sah-Cyrl-RU",saq:"saq-Latn-KE",sas:"sas-Latn-ID",sat:"sat-Latn-IN",sav:"sav-Latn-SN",saz:"saz-Saur-IN",sba:"sba-Latn-ZZ",sbe:"sbe-Latn-ZZ",sbp:"sbp-Latn-TZ",sc:"sc-Latn-IT",sck:"sck-Deva-IN",scl:"scl-Arab-ZZ",scn:"scn-Latn-IT",sco:"sco-Latn-GB",scs:"scs-Latn-CA",sd:"sd-Arab-PK","sd-Deva":"sd-Deva-IN","sd-Khoj":"sd-Khoj-IN","sd-Sind":"sd-Sind-IN",sdc:"sdc-Latn-IT",sdh:"sdh-Arab-IR",se:"se-Latn-NO",sef:"sef-Latn-CI",seh:"seh-Latn-MZ",sei:"sei-Latn-MX",ses:"ses-Latn-ML",sg:"sg-Latn-CF",sga:"sga-Ogam-IE",sgs:"sgs-Latn-LT",sgw:"sgw-Ethi-ZZ",sgz:"sgz-Latn-ZZ",shi:"shi-Tfng-MA",shk:"shk-Latn-ZZ",shn:"shn-Mymr-MM",shu:"shu-Arab-ZZ",si:"si-Sinh-LK",sid:"sid-Latn-ET",sig:"sig-Latn-ZZ",sil:"sil-Latn-ZZ",sim:"sim-Latn-ZZ",sjr:"sjr-Latn-ZZ",sk:"sk-Latn-SK",skc:"skc-Latn-ZZ",skr:"skr-Arab-PK",sks:"sks-Latn-ZZ",sl:"sl-Latn-SI",sld:"sld-Latn-ZZ",sli:"sli-Latn-PL",sll:"sll-Latn-ZZ",sly:"sly-Latn-ID",sm:"sm-Latn-WS",sma:"sma-Latn-SE",smj:"smj-Latn-SE",smn:"smn-Latn-FI",smp:"smp-Samr-IL",smq:"smq-Latn-ZZ",sms:"sms-Latn-FI",sn:"sn-Latn-ZW",snc:"snc-Latn-ZZ",snk:"snk-Latn-ML",snp:"snp-Latn-ZZ",snx:"snx-Latn-ZZ",sny:"sny-Latn-ZZ",so:"so-Latn-SO",sog:"sog-Sogd-UZ",sok:"sok-Latn-ZZ",soq:"soq-Latn-ZZ",sou:"sou-Thai-TH",soy:"soy-Latn-ZZ",spd:"spd-Latn-ZZ",spl:"spl-Latn-ZZ",sps:"sps-Latn-ZZ",sq:"sq-Latn-AL",sr:"sr-Cyrl-RS","sr-ME":"sr-Latn-ME","sr-RO":"sr-Latn-RO","sr-RU":"sr-Latn-RU","sr-TR":"sr-Latn-TR",srb:"srb-Sora-IN",srn:"srn-Latn-SR",srr:"srr-Latn-SN",srx:"srx-Deva-IN",ss:"ss-Latn-ZA",ssd:"ssd-Latn-ZZ",ssg:"ssg-Latn-ZZ",ssy:"ssy-Latn-ER",st:"st-Latn-ZA",stk:"stk-Latn-ZZ",stq:"stq-Latn-DE",su:"su-Latn-ID",sua:"sua-Latn-ZZ",sue:"sue-Latn-ZZ",suk:"suk-Latn-TZ",sur:"sur-Latn-ZZ",sus:"sus-Latn-GN",sv:"sv-Latn-SE",sw:"sw-Latn-TZ",swb:"swb-Arab-YT",swc:"swc-Latn-CD",swg:"swg-Latn-DE",swp:"swp-Latn-ZZ",swv:"swv-Deva-IN",sxn:"sxn-Latn-ID",sxw:"sxw-Latn-ZZ",syl:"syl-Beng-BD",syr:"syr-Syrc-IQ",szl:"szl-Latn-PL",ta:"ta-Taml-IN",taj:"taj-Deva-NP",tal:"tal-Latn-ZZ",tan:"tan-Latn-ZZ",taq:"taq-Latn-ZZ",tbc:"tbc-Latn-ZZ",tbd:"tbd-Latn-ZZ",tbf:"tbf-Latn-ZZ",tbg:"tbg-Latn-ZZ",tbo:"tbo-Latn-ZZ",tbw:"tbw-Latn-PH",tbz:"tbz-Latn-ZZ",tci:"tci-Latn-ZZ",tcy:"tcy-Knda-IN",tdd:"tdd-Tale-CN",tdg:"tdg-Deva-NP",tdh:"tdh-Deva-NP",tdu:"tdu-Latn-MY",te:"te-Telu-IN",ted:"ted-Latn-ZZ",tem:"tem-Latn-SL",teo:"teo-Latn-UG",tet:"tet-Latn-TL",tfi:"tfi-Latn-ZZ",tg:"tg-Cyrl-TJ","tg-Arab":"tg-Arab-PK","tg-PK":"tg-Arab-PK",tgc:"tgc-Latn-ZZ",tgo:"tgo-Latn-ZZ",tgu:"tgu-Latn-ZZ",th:"th-Thai-TH",thl:"thl-Deva-NP",thq:"thq-Deva-NP",thr:"thr-Deva-NP",ti:"ti-Ethi-ET",tif:"tif-Latn-ZZ",tig:"tig-Ethi-ER",tik:"tik-Latn-ZZ",tim:"tim-Latn-ZZ",tio:"tio-Latn-ZZ",tiv:"tiv-Latn-NG",tk:"tk-Latn-TM",tkl:"tkl-Latn-TK",tkr:"tkr-Latn-AZ",tkt:"tkt-Deva-NP",tl:"tl-Latn-PH",tlf:"tlf-Latn-ZZ",tlx:"tlx-Latn-ZZ",tly:"tly-Latn-AZ",tmh:"tmh-Latn-NE",tmy:"tmy-Latn-ZZ",tn:"tn-Latn-ZA",tnh:"tnh-Latn-ZZ",to:"to-Latn-TO",tof:"tof-Latn-ZZ",tog:"tog-Latn-MW",toq:"toq-Latn-ZZ",tpi:"tpi-Latn-PG",tpm:"tpm-Latn-ZZ",tpz:"tpz-Latn-ZZ",tqo:"tqo-Latn-ZZ",tr:"tr-Latn-TR",tru:"tru-Latn-TR",trv:"trv-Latn-TW",trw:"trw-Arab-ZZ",ts:"ts-Latn-ZA",tsd:"tsd-Grek-GR",tsf:"tsf-Deva-NP",tsg:"tsg-Latn-PH",tsj:"tsj-Tibt-BT",tsw:"tsw-Latn-ZZ",tt:"tt-Cyrl-RU",ttd:"ttd-Latn-ZZ",tte:"tte-Latn-ZZ",ttj:"ttj-Latn-UG",ttr:"ttr-Latn-ZZ",tts:"tts-Thai-TH",ttt:"ttt-Latn-AZ",tuh:"tuh-Latn-ZZ",tul:"tul-Latn-ZZ",tum:"tum-Latn-MW",tuq:"tuq-Latn-ZZ",tvd:"tvd-Latn-ZZ",tvl:"tvl-Latn-TV",tvu:"tvu-Latn-ZZ",twh:"twh-Latn-ZZ",twq:"twq-Latn-NE",txg:"txg-Tang-CN",ty:"ty-Latn-PF",tya:"tya-Latn-ZZ",tyv:"tyv-Cyrl-RU",tzm:"tzm-Latn-MA",ubu:"ubu-Latn-ZZ",udm:"udm-Cyrl-RU",ug:"ug-Arab-CN","ug-Cyrl":"ug-Cyrl-KZ","ug-KZ":"ug-Cyrl-KZ","ug-MN":"ug-Cyrl-MN",uga:"uga-Ugar-SY",uk:"uk-Cyrl-UA",uli:"uli-Latn-FM",umb:"umb-Latn-AO",und:"en-Latn-US","und-002":"en-Latn-NG","und-003":"en-Latn-US","und-005":"pt-Latn-BR","und-009":"en-Latn-AU","und-011":"en-Latn-NG","und-013":"es-Latn-MX","und-014":"sw-Latn-TZ","und-015":"ar-Arab-EG","und-017":"sw-Latn-CD","und-018":"en-Latn-ZA","und-019":"en-Latn-US","und-021":"en-Latn-US","und-029":"es-Latn-CU","und-030":"zh-Hans-CN","und-034":"hi-Deva-IN","und-035":"id-Latn-ID","und-039":"it-Latn-IT","und-053":"en-Latn-AU","und-054":"en-Latn-PG","und-057":"en-Latn-GU","und-061":"sm-Latn-WS","und-142":"zh-Hans-CN","und-143":"uz-Latn-UZ","und-145":"ar-Arab-SA","und-150":"ru-Cyrl-RU","und-151":"ru-Cyrl-RU","und-154":"en-Latn-GB","und-155":"de-Latn-DE","und-202":"en-Latn-NG","und-419":"es-Latn-419","und-AD":"ca-Latn-AD","und-Adlm":"ff-Adlm-GN","und-AE":"ar-Arab-AE","und-AF":"fa-Arab-AF","und-Aghb":"lez-Aghb-RU","und-Ahom":"aho-Ahom-IN","und-AL":"sq-Latn-AL","und-AM":"hy-Armn-AM","und-AO":"pt-Latn-AO","und-AQ":"und-Latn-AQ","und-AR":"es-Latn-AR","und-Arab":"ar-Arab-EG","und-Arab-CC":"ms-Arab-CC","und-Arab-CN":"ug-Arab-CN","und-Arab-GB":"ks-Arab-GB","und-Arab-ID":"ms-Arab-ID","und-Arab-IN":"ur-Arab-IN","und-Arab-KH":"cja-Arab-KH","und-Arab-MM":"rhg-Arab-MM","und-Arab-MN":"kk-Arab-MN","und-Arab-MU":"ur-Arab-MU","und-Arab-NG":"ha-Arab-NG","und-Arab-PK":"ur-Arab-PK","und-Arab-TG":"apd-Arab-TG","und-Arab-TH":"mfa-Arab-TH","und-Arab-TJ":"fa-Arab-TJ","und-Arab-TR":"az-Arab-TR","und-Arab-YT":"swb-Arab-YT","und-Armi":"arc-Armi-IR","und-Armn":"hy-Armn-AM","und-AS":"sm-Latn-AS","und-AT":"de-Latn-AT","und-Avst":"ae-Avst-IR","und-AW":"nl-Latn-AW","und-AX":"sv-Latn-AX","und-AZ":"az-Latn-AZ","und-BA":"bs-Latn-BA","und-Bali":"ban-Bali-ID","und-Bamu":"bax-Bamu-CM","und-Bass":"bsq-Bass-LR","und-Batk":"bbc-Batk-ID","und-BD":"bn-Beng-BD","und-BE":"nl-Latn-BE","und-Beng":"bn-Beng-BD","und-BF":"fr-Latn-BF","und-BG":"bg-Cyrl-BG","und-BH":"ar-Arab-BH","und-Bhks":"sa-Bhks-IN","und-BI":"rn-Latn-BI","und-BJ":"fr-Latn-BJ","und-BL":"fr-Latn-BL","und-BN":"ms-Latn-BN","und-BO":"es-Latn-BO","und-Bopo":"zh-Bopo-TW","und-BQ":"pap-Latn-BQ","und-BR":"pt-Latn-BR","und-Brah":"pka-Brah-IN","und-Brai":"fr-Brai-FR","und-BT":"dz-Tibt-BT","und-Bugi":"bug-Bugi-ID","und-Buhd":"bku-Buhd-PH","und-BV":"und-Latn-BV","und-BY":"be-Cyrl-BY","und-Cakm":"ccp-Cakm-BD","und-Cans":"cr-Cans-CA","und-Cari":"xcr-Cari-TR","und-CD":"sw-Latn-CD","und-CF":"fr-Latn-CF","und-CG":"fr-Latn-CG","und-CH":"de-Latn-CH","und-Cham":"cjm-Cham-VN","und-Cher":"chr-Cher-US","und-CI":"fr-Latn-CI","und-CL":"es-Latn-CL","und-CM":"fr-Latn-CM","und-CN":"zh-Hans-CN","und-CO":"es-Latn-CO","und-Copt":"cop-Copt-EG","und-CP":"und-Latn-CP","und-Cprt":"grc-Cprt-CY","und-CR":"es-Latn-CR","und-CU":"es-Latn-CU","und-CV":"pt-Latn-CV","und-CW":"pap-Latn-CW","und-CY":"el-Grek-CY","und-Cyrl":"ru-Cyrl-RU","und-Cyrl-AL":"mk-Cyrl-AL","und-Cyrl-BA":"sr-Cyrl-BA","und-Cyrl-GE":"ab-Cyrl-GE","und-Cyrl-GR":"mk-Cyrl-GR","und-Cyrl-MD":"uk-Cyrl-MD","und-Cyrl-RO":"bg-Cyrl-RO","und-Cyrl-SK":"uk-Cyrl-SK","und-Cyrl-TR":"kbd-Cyrl-TR","und-Cyrl-XK":"sr-Cyrl-XK","und-CZ":"cs-Latn-CZ","und-DE":"de-Latn-DE","und-Deva":"hi-Deva-IN","und-Deva-BT":"ne-Deva-BT","und-Deva-FJ":"hif-Deva-FJ","und-Deva-MU":"bho-Deva-MU","und-Deva-PK":"btv-Deva-PK","und-DJ":"aa-Latn-DJ","und-DK":"da-Latn-DK","und-DO":"es-Latn-DO","und-Dogr":"doi-Dogr-IN","und-Dupl":"fr-Dupl-FR","und-DZ":"ar-Arab-DZ","und-EA":"es-Latn-EA","und-EC":"es-Latn-EC","und-EE":"et-Latn-EE","und-EG":"ar-Arab-EG","und-Egyp":"egy-Egyp-EG","und-EH":"ar-Arab-EH","und-Elba":"sq-Elba-AL","und-Elym":"arc-Elym-IR","und-ER":"ti-Ethi-ER","und-ES":"es-Latn-ES","und-ET":"am-Ethi-ET","und-Ethi":"am-Ethi-ET","und-EU":"en-Latn-GB","und-EZ":"de-Latn-EZ","und-FI":"fi-Latn-FI","und-FO":"fo-Latn-FO","und-FR":"fr-Latn-FR","und-GA":"fr-Latn-GA","und-GE":"ka-Geor-GE","und-Geor":"ka-Geor-GE","und-GF":"fr-Latn-GF","und-GH":"ak-Latn-GH","und-GL":"kl-Latn-GL","und-Glag":"cu-Glag-BG","und-GN":"fr-Latn-GN","und-Gong":"wsg-Gong-IN","und-Gonm":"esg-Gonm-IN","und-Goth":"got-Goth-UA","und-GP":"fr-Latn-GP","und-GQ":"es-Latn-GQ","und-GR":"el-Grek-GR","und-Gran":"sa-Gran-IN","und-Grek":"el-Grek-GR","und-Grek-TR":"bgx-Grek-TR","und-GS":"und-Latn-GS","und-GT":"es-Latn-GT","und-Gujr":"gu-Gujr-IN","und-Guru":"pa-Guru-IN","und-GW":"pt-Latn-GW","und-Hanb":"zh-Hanb-TW","und-Hang":"ko-Hang-KR","und-Hani":"zh-Hani-CN","und-Hano":"hnn-Hano-PH","und-Hans":"zh-Hans-CN","und-Hant":"zh-Hant-TW","und-Hatr":"mis-Hatr-IQ","und-Hebr":"he-Hebr-IL","und-Hebr-CA":"yi-Hebr-CA","und-Hebr-GB":"yi-Hebr-GB","und-Hebr-SE":"yi-Hebr-SE","und-Hebr-UA":"yi-Hebr-UA","und-Hebr-US":"yi-Hebr-US","und-Hira":"ja-Hira-JP","und-HK":"zh-Hant-HK","und-Hluw":"hlu-Hluw-TR","und-HM":"und-Latn-HM","und-Hmng":"hnj-Hmng-LA","und-Hmnp":"mww-Hmnp-US","und-HN":"es-Latn-HN","und-HR":"hr-Latn-HR","und-HT":"ht-Latn-HT","und-HU":"hu-Latn-HU","und-Hung":"hu-Hung-HU","und-IC":"es-Latn-IC","und-ID":"id-Latn-ID","und-IL":"he-Hebr-IL","und-IN":"hi-Deva-IN","und-IQ":"ar-Arab-IQ","und-IR":"fa-Arab-IR","und-IS":"is-Latn-IS","und-IT":"it-Latn-IT","und-Ital":"ett-Ital-IT","und-Jamo":"ko-Jamo-KR","und-Java":"jv-Java-ID","und-JO":"ar-Arab-JO","und-JP":"ja-Jpan-JP","und-Jpan":"ja-Jpan-JP","und-Kali":"eky-Kali-MM","und-Kana":"ja-Kana-JP","und-KE":"sw-Latn-KE","und-KG":"ky-Cyrl-KG","und-KH":"km-Khmr-KH","und-Khar":"pra-Khar-PK","und-Khmr":"km-Khmr-KH","und-Khoj":"sd-Khoj-IN","und-KM":"ar-Arab-KM","und-Knda":"kn-Knda-IN","und-Kore":"ko-Kore-KR","und-KP":"ko-Kore-KP","und-KR":"ko-Kore-KR","und-Kthi":"bho-Kthi-IN","und-KW":"ar-Arab-KW","und-KZ":"ru-Cyrl-KZ","und-LA":"lo-Laoo-LA","und-Lana":"nod-Lana-TH","und-Laoo":"lo-Laoo-LA","und-Latn-AF":"tk-Latn-AF","und-Latn-AM":"ku-Latn-AM","und-Latn-CN":"za-Latn-CN","und-Latn-CY":"tr-Latn-CY","und-Latn-DZ":"fr-Latn-DZ","und-Latn-ET":"en-Latn-ET","und-Latn-GE":"ku-Latn-GE","und-Latn-IR":"tk-Latn-IR","und-Latn-KM":"fr-Latn-KM","und-Latn-MA":"fr-Latn-MA","und-Latn-MK":"sq-Latn-MK","und-Latn-MM":"kac-Latn-MM","und-Latn-MO":"pt-Latn-MO","und-Latn-MR":"fr-Latn-MR","und-Latn-RU":"krl-Latn-RU","und-Latn-SY":"fr-Latn-SY","und-Latn-TN":"fr-Latn-TN","und-Latn-TW":"trv-Latn-TW","und-Latn-UA":"pl-Latn-UA","und-LB":"ar-Arab-LB","und-Lepc":"lep-Lepc-IN","und-LI":"de-Latn-LI","und-Limb":"lif-Limb-IN","und-Lina":"lab-Lina-GR","und-Linb":"grc-Linb-GR","und-Lisu":"lis-Lisu-CN","und-LK":"si-Sinh-LK","und-LS":"st-Latn-LS","und-LT":"lt-Latn-LT","und-LU":"fr-Latn-LU","und-LV":"lv-Latn-LV","und-LY":"ar-Arab-LY","und-Lyci":"xlc-Lyci-TR","und-Lydi":"xld-Lydi-TR","und-MA":"ar-Arab-MA","und-Mahj":"hi-Mahj-IN","und-Maka":"mak-Maka-ID","und-Mand":"myz-Mand-IR","und-Mani":"xmn-Mani-CN","und-Marc":"bo-Marc-CN","und-MC":"fr-Latn-MC","und-MD":"ro-Latn-MD","und-ME":"sr-Latn-ME","und-Medf":"mis-Medf-NG","und-Mend":"men-Mend-SL","und-Merc":"xmr-Merc-SD","und-Mero":"xmr-Mero-SD","und-MF":"fr-Latn-MF","und-MG":"mg-Latn-MG","und-MK":"mk-Cyrl-MK","und-ML":"bm-Latn-ML","und-Mlym":"ml-Mlym-IN","und-MM":"my-Mymr-MM","und-MN":"mn-Cyrl-MN","und-MO":"zh-Hant-MO","und-Modi":"mr-Modi-IN","und-Mong":"mn-Mong-CN","und-MQ":"fr-Latn-MQ","und-MR":"ar-Arab-MR","und-Mroo":"mro-Mroo-BD","und-MT":"mt-Latn-MT","und-Mtei":"mni-Mtei-IN","und-MU":"mfe-Latn-MU","und-Mult":"skr-Mult-PK","und-MV":"dv-Thaa-MV","und-MX":"es-Latn-MX","und-MY":"ms-Latn-MY","und-Mymr":"my-Mymr-MM","und-Mymr-IN":"kht-Mymr-IN","und-Mymr-TH":"mnw-Mymr-TH","und-MZ":"pt-Latn-MZ","und-NA":"af-Latn-NA","und-Nand":"sa-Nand-IN","und-Narb":"xna-Narb-SA","und-Nbat":"arc-Nbat-JO","und-NC":"fr-Latn-NC","und-NE":"ha-Latn-NE","und-Newa":"new-Newa-NP","und-NI":"es-Latn-NI","und-Nkoo":"man-Nkoo-GN","und-NL":"nl-Latn-NL","und-NO":"nb-Latn-NO","und-NP":"ne-Deva-NP","und-Nshu":"zhx-Nshu-CN","und-Ogam":"sga-Ogam-IE","und-Olck":"sat-Olck-IN","und-OM":"ar-Arab-OM","und-Orkh":"otk-Orkh-MN","und-Orya":"or-Orya-IN","und-Osge":"osa-Osge-US","und-Osma":"so-Osma-SO","und-PA":"es-Latn-PA","und-Palm":"arc-Palm-SY","und-Pauc":"ctd-Pauc-MM","und-PE":"es-Latn-PE","und-Perm":"kv-Perm-RU","und-PF":"fr-Latn-PF","und-PG":"tpi-Latn-PG","und-PH":"fil-Latn-PH","und-Phag":"lzh-Phag-CN","und-Phli":"pal-Phli-IR","und-Phlp":"pal-Phlp-CN","und-Phnx":"phn-Phnx-LB","und-PK":"ur-Arab-PK","und-PL":"pl-Latn-PL","und-Plrd":"hmd-Plrd-CN","und-PM":"fr-Latn-PM","und-PR":"es-Latn-PR","und-Prti":"xpr-Prti-IR","und-PS":"ar-Arab-PS","und-PT":"pt-Latn-PT","und-PW":"pau-Latn-PW","und-PY":"gn-Latn-PY","und-QA":"ar-Arab-QA","und-QO":"en-Latn-DG","und-RE":"fr-Latn-RE","und-Rjng":"rej-Rjng-ID","und-RO":"ro-Latn-RO","und-Rohg":"rhg-Rohg-MM","und-RS":"sr-Cyrl-RS","und-RU":"ru-Cyrl-RU","und-Runr":"non-Runr-SE","und-RW":"rw-Latn-RW","und-SA":"ar-Arab-SA","und-Samr":"smp-Samr-IL","und-Sarb":"xsa-Sarb-YE","und-Saur":"saz-Saur-IN","und-SC":"fr-Latn-SC","und-SD":"ar-Arab-SD","und-SE":"sv-Latn-SE","und-Sgnw":"ase-Sgnw-US","und-Shaw":"en-Shaw-GB","und-Shrd":"sa-Shrd-IN","und-SI":"sl-Latn-SI","und-Sidd":"sa-Sidd-IN","und-Sind":"sd-Sind-IN","und-Sinh":"si-Sinh-LK","und-SJ":"nb-Latn-SJ","und-SK":"sk-Latn-SK","und-SM":"it-Latn-SM","und-SN":"fr-Latn-SN","und-SO":"so-Latn-SO","und-Sogd":"sog-Sogd-UZ","und-Sogo":"sog-Sogo-UZ","und-Sora":"srb-Sora-IN","und-Soyo":"cmg-Soyo-MN","und-SR":"nl-Latn-SR","und-ST":"pt-Latn-ST","und-Sund":"su-Sund-ID","und-SV":"es-Latn-SV","und-SY":"ar-Arab-SY","und-Sylo":"syl-Sylo-BD","und-Syrc":"syr-Syrc-IQ","und-Tagb":"tbw-Tagb-PH","und-Takr":"doi-Takr-IN","und-Tale":"tdd-Tale-CN","und-Talu":"khb-Talu-CN","und-Taml":"ta-Taml-IN","und-Tang":"txg-Tang-CN","und-Tavt":"blt-Tavt-VN","und-TD":"fr-Latn-TD","und-Telu":"te-Telu-IN","und-TF":"fr-Latn-TF","und-Tfng":"zgh-Tfng-MA","und-TG":"fr-Latn-TG","und-Tglg":"fil-Tglg-PH","und-TH":"th-Thai-TH","und-Thaa":"dv-Thaa-MV","und-Thai":"th-Thai-TH","und-Thai-CN":"lcp-Thai-CN","und-Thai-KH":"kdt-Thai-KH","und-Thai-LA":"kdt-Thai-LA","und-Tibt":"bo-Tibt-CN","und-Tirh":"mai-Tirh-IN","und-TJ":"tg-Cyrl-TJ","und-TK":"tkl-Latn-TK","und-TL":"pt-Latn-TL","und-TM":"tk-Latn-TM","und-TN":"ar-Arab-TN","und-TO":"to-Latn-TO","und-TR":"tr-Latn-TR","und-TV":"tvl-Latn-TV","und-TW":"zh-Hant-TW","und-TZ":"sw-Latn-TZ","und-UA":"uk-Cyrl-UA","und-UG":"sw-Latn-UG","und-Ugar":"uga-Ugar-SY","und-UY":"es-Latn-UY","und-UZ":"uz-Latn-UZ","und-VA":"it-Latn-VA","und-Vaii":"vai-Vaii-LR","und-VE":"es-Latn-VE","und-VN":"vi-Latn-VN","und-VU":"bi-Latn-VU","und-Wara":"hoc-Wara-IN","und-Wcho":"nnp-Wcho-IN","und-WF":"fr-Latn-WF","und-WS":"sm-Latn-WS","und-XK":"sq-Latn-XK","und-Xpeo":"peo-Xpeo-IR","und-Xsux":"akk-Xsux-IQ","und-YE":"ar-Arab-YE","und-Yiii":"ii-Yiii-CN","und-YT":"fr-Latn-YT","und-Zanb":"cmg-Zanb-MN","und-ZW":"sn-Latn-ZW",unr:"unr-Beng-IN","unr-Deva":"unr-Deva-NP","unr-NP":"unr-Deva-NP",unx:"unx-Beng-IN",uok:"uok-Latn-ZZ",ur:"ur-Arab-PK",uri:"uri-Latn-ZZ",urt:"urt-Latn-ZZ",urw:"urw-Latn-ZZ",usa:"usa-Latn-ZZ",utr:"utr-Latn-ZZ",uvh:"uvh-Latn-ZZ",uvl:"uvl-Latn-ZZ",uz:"uz-Latn-UZ","uz-AF":"uz-Arab-AF","uz-Arab":"uz-Arab-AF","uz-CN":"uz-Cyrl-CN",vag:"vag-Latn-ZZ",vai:"vai-Vaii-LR",van:"van-Latn-ZZ",ve:"ve-Latn-ZA",vec:"vec-Latn-IT",vep:"vep-Latn-RU",vi:"vi-Latn-VN",vic:"vic-Latn-SX",viv:"viv-Latn-ZZ",vls:"vls-Latn-BE",vmf:"vmf-Latn-DE",vmw:"vmw-Latn-MZ",vo:"vo-Latn-001",vot:"vot-Latn-RU",vro:"vro-Latn-EE",vun:"vun-Latn-TZ",vut:"vut-Latn-ZZ",wa:"wa-Latn-BE",wae:"wae-Latn-CH",waj:"waj-Latn-ZZ",wal:"wal-Ethi-ET",wan:"wan-Latn-ZZ",war:"war-Latn-PH",wbp:"wbp-Latn-AU",wbq:"wbq-Telu-IN",wbr:"wbr-Deva-IN",wci:"wci-Latn-ZZ",wer:"wer-Latn-ZZ",wgi:"wgi-Latn-ZZ",whg:"whg-Latn-ZZ",wib:"wib-Latn-ZZ",wiu:"wiu-Latn-ZZ",wiv:"wiv-Latn-ZZ",wja:"wja-Latn-ZZ",wji:"wji-Latn-ZZ",wls:"wls-Latn-WF",wmo:"wmo-Latn-ZZ",wnc:"wnc-Latn-ZZ",wni:"wni-Arab-KM",wnu:"wnu-Latn-ZZ",wo:"wo-Latn-SN",wob:"wob-Latn-ZZ",wos:"wos-Latn-ZZ",wrs:"wrs-Latn-ZZ",wsg:"wsg-Gong-IN",wsk:"wsk-Latn-ZZ",wtm:"wtm-Deva-IN",wuu:"wuu-Hans-CN",wuv:"wuv-Latn-ZZ",wwa:"wwa-Latn-ZZ",xav:"xav-Latn-BR",xbi:"xbi-Latn-ZZ",xcr:"xcr-Cari-TR",xes:"xes-Latn-ZZ",xh:"xh-Latn-ZA",xla:"xla-Latn-ZZ",xlc:"xlc-Lyci-TR",xld:"xld-Lydi-TR",xmf:"xmf-Geor-GE",xmn:"xmn-Mani-CN",xmr:"xmr-Merc-SD",xna:"xna-Narb-SA",xnr:"xnr-Deva-IN",xog:"xog-Latn-UG",xon:"xon-Latn-ZZ",xpr:"xpr-Prti-IR",xrb:"xrb-Latn-ZZ",xsa:"xsa-Sarb-YE",xsi:"xsi-Latn-ZZ",xsm:"xsm-Latn-ZZ",xsr:"xsr-Deva-NP",xwe:"xwe-Latn-ZZ",yam:"yam-Latn-ZZ",yao:"yao-Latn-MZ",yap:"yap-Latn-FM",yas:"yas-Latn-ZZ",yat:"yat-Latn-ZZ",yav:"yav-Latn-CM",yay:"yay-Latn-ZZ",yaz:"yaz-Latn-ZZ",yba:"yba-Latn-ZZ",ybb:"ybb-Latn-CM",yby:"yby-Latn-ZZ",yer:"yer-Latn-ZZ",ygr:"ygr-Latn-ZZ",ygw:"ygw-Latn-ZZ",yi:"yi-Hebr-001",yko:"yko-Latn-ZZ",yle:"yle-Latn-ZZ",ylg:"ylg-Latn-ZZ",yll:"yll-Latn-ZZ",yml:"yml-Latn-ZZ",yo:"yo-Latn-NG",yon:"yon-Latn-ZZ",yrb:"yrb-Latn-ZZ",yre:"yre-Latn-ZZ",yrl:"yrl-Latn-BR",yss:"yss-Latn-ZZ",yua:"yua-Latn-MX",yue:"yue-Hant-HK","yue-CN":"yue-Hans-CN","yue-Hans":"yue-Hans-CN",yuj:"yuj-Latn-ZZ",yut:"yut-Latn-ZZ",yuw:"yuw-Latn-ZZ",za:"za-Latn-CN",zag:"zag-Latn-SD",zdj:"zdj-Arab-KM",zea:"zea-Latn-NL",zgh:"zgh-Tfng-MA",zh:"zh-Hans-CN","zh-AU":"zh-Hant-AU","zh-BN":"zh-Hant-BN","zh-Bopo":"zh-Bopo-TW","zh-GB":"zh-Hant-GB","zh-GF":"zh-Hant-GF","zh-Hanb":"zh-Hanb-TW","zh-Hant":"zh-Hant-TW","zh-HK":"zh-Hant-HK","zh-ID":"zh-Hant-ID","zh-MO":"zh-Hant-MO","zh-MY":"zh-Hant-MY","zh-PA":"zh-Hant-PA","zh-PF":"zh-Hant-PF","zh-PH":"zh-Hant-PH","zh-SR":"zh-Hant-SR","zh-TH":"zh-Hant-TH","zh-TW":"zh-Hant-TW","zh-US":"zh-Hant-US","zh-VN":"zh-Hant-VN",zhx:"zhx-Nshu-CN",zia:"zia-Latn-ZZ",zlm:"zlm-Latn-TG",zmi:"zmi-Latn-MY",zne:"zne-Latn-ZZ",zu:"zu-Latn-ZA",zza:"zza-Latn-TR"}}},c={supplemental:{version:{_unicodeVersion:"12.1.0",_cldrVersion:"36"},metaZones:{metazoneInfo:{timezone:{Africa:{Abidjan:[{usesMetazone:{_mzone:"GMT"}}],Accra:[{usesMetazone:{_mzone:"GMT"}}],Addis_Ababa:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Algiers:[{usesMetazone:{_mzone:"Europe_Western",_to:"1977-10-20 23:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1977-10-20 23:00",_to:"1979-10-25 23:00"}},{usesMetazone:{_mzone:"Europe_Western",_from:"1979-10-25 23:00",_to:"1981-05-01 00:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1981-05-01 00:00"}}],Asmera:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Bamako:[{usesMetazone:{_mzone:"GMT"}}],Bangui:[{usesMetazone:{_mzone:"Africa_Western"}}],Banjul:[{usesMetazone:{_mzone:"GMT"}}],Bissau:[{usesMetazone:{_mzone:"Africa_FarWestern",_to:"1975-01-01 01:00"}},{usesMetazone:{_mzone:"GMT",_from:"1975-01-01 01:00"}}],Blantyre:[{usesMetazone:{_mzone:"Africa_Central"}}],Brazzaville:[{usesMetazone:{_mzone:"Africa_Western"}}],Bujumbura:[{usesMetazone:{_mzone:"Africa_Central"}}],Cairo:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Casablanca:[{usesMetazone:{_mzone:"Europe_Western",_to:"1984-03-16 00:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1984-03-16 00:00",_to:"1985-12-31 23:00"}},{usesMetazone:{_mzone:"Europe_Western",_from:"1985-12-31 23:00",_to:"2018-10-28 02:00"}}],Ceuta:[{usesMetazone:{_mzone:"Europe_Western",_to:"1984-03-16 00:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1984-03-16 00:00"}}],Conakry:[{usesMetazone:{_mzone:"GMT"}}],Dakar:[{usesMetazone:{_mzone:"GMT"}}],Dar_es_Salaam:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Djibouti:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Douala:[{usesMetazone:{_mzone:"Africa_Western"}}],El_Aaiun:[{usesMetazone:{_mzone:"Africa_FarWestern",_to:"1976-04-14 01:00"}},{usesMetazone:{_mzone:"Europe_Western",_from:"1976-04-14 01:00",_to:"2018-10-28 02:00"}}],Freetown:[{usesMetazone:{_mzone:"GMT"}}],Gaborone:[{usesMetazone:{_mzone:"Africa_Central"}}],Harare:[{usesMetazone:{_mzone:"Africa_Central"}}],Johannesburg:[{usesMetazone:{_mzone:"Africa_Southern"}}],Juba:[{usesMetazone:{_mzone:"Africa_Central",_to:"2000-01-15 10:00"}},{usesMetazone:{_mzone:"Africa_Eastern",_from:"2000-01-15 10:00"}}],Kampala:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Khartoum:[{usesMetazone:{_mzone:"Africa_Central",_to:"2000-01-15 10:00"}},{usesMetazone:{_mzone:"Africa_Eastern",_from:"2000-01-15 10:00",_to:"2017-10-31 21:00"}},{usesMetazone:{_mzone:"Africa_Central",_from:"2017-10-31 21:00"}}],Kigali:[{usesMetazone:{_mzone:"Africa_Central"}}],Kinshasa:[{usesMetazone:{_mzone:"Africa_Western"}}],Lagos:[{usesMetazone:{_mzone:"Africa_Western"}}],Libreville:[{usesMetazone:{_mzone:"Africa_Western"}}],Lome:[{usesMetazone:{_mzone:"GMT"}}],Luanda:[{usesMetazone:{_mzone:"Africa_Western"}}],Lubumbashi:[{usesMetazone:{_mzone:"Africa_Central"}}],Lusaka:[{usesMetazone:{_mzone:"Africa_Central"}}],Malabo:[{usesMetazone:{_mzone:"Africa_Western"}}],Maputo:[{usesMetazone:{_mzone:"Africa_Central"}}],Maseru:[{usesMetazone:{_mzone:"Africa_Southern"}}],Mbabane:[{usesMetazone:{_mzone:"Africa_Southern"}}],Mogadishu:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Monrovia:[{usesMetazone:{_mzone:"Liberia",_to:"1972-05-01 00:45"}},{usesMetazone:{_mzone:"GMT",_from:"1972-05-01 00:45"}}],Nairobi:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Ndjamena:[{usesMetazone:{_mzone:"Africa_Western"}}],Niamey:[{usesMetazone:{_mzone:"Africa_Western"}}],Nouakchott:[{usesMetazone:{_mzone:"GMT"}}],Ouagadougou:[{usesMetazone:{_mzone:"GMT"}}],"Porto-Novo":[{usesMetazone:{_mzone:"Africa_Western"}}],Sao_Tome:[{usesMetazone:{_mzone:"GMT",_to:"2018-01-01 01:00"}},{usesMetazone:{_mzone:"Africa_Western",_from:"2018-01-01 01:00",_to:"2019-01-01 01:00"}},{usesMetazone:{_mzone:"GMT",_from:"2019-01-01 01:00"}}],Tripoli:[{usesMetazone:{_mzone:"Europe_Eastern",_to:"1981-12-31 22:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1981-12-31 22:00",_to:"1990-05-03 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1990-05-03 23:00",_to:"1996-09-29 22:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1996-09-29 22:00",_to:"1997-10-03 22:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1997-10-03 22:00",_to:"2012-11-10 00:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"2012-11-10 00:00",_to:"2013-10-25 00:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"2013-10-25 00:00"}}],Tunis:[{usesMetazone:{_mzone:"Europe_Central"}}],Windhoek:[{usesMetazone:{_mzone:"Africa_Southern",_to:"1990-03-20 22:00"}},{usesMetazone:{_mzone:"Africa_Central",_from:"1990-03-20 22:00",_to:"1994-03-20 22:00"}},{usesMetazone:{_mzone:"Africa_Western",_from:"1994-03-20 22:00",_to:"2017-10-23 22:00"}},{usesMetazone:{_mzone:"Africa_Central",_from:"2017-10-23 22:00"}}]},America:{Adak:[{usesMetazone:{_mzone:"Bering",_to:"1983-10-30 12:00"}},{usesMetazone:{_mzone:"Hawaii_Aleutian",_from:"1983-11-30 10:00"}}],Anchorage:[{usesMetazone:{_mzone:"Alaska_Hawaii",_to:"1983-10-30 11:00"}},{usesMetazone:{_mzone:"Yukon",_from:"1983-10-30 11:00",_to:"1983-11-30 09:00"}},{usesMetazone:{_mzone:"Alaska",_from:"1983-11-30 09:00"}}],Anguilla:[{usesMetazone:{_mzone:"Atlantic"}}],Antigua:[{usesMetazone:{_mzone:"Atlantic"}}],Araguaina:[{usesMetazone:{_mzone:"Brasilia"}}],Argentina:{La_Rioja:[{usesMetazone:{_mzone:"Argentina",_to:"1991-03-01 02:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"1991-03-01 02:00",_to:"1991-05-07 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-05-07 04:00",_to:"2004-06-01 03:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"2004-06-01 03:00",_to:"2004-06-20 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-06-20 04:00"}}],Rio_Gallegos:[{usesMetazone:{_mzone:"Argentina",_to:"2004-06-01 03:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"2004-06-01 03:00",_to:"2004-06-20 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-06-20 04:00"}}],Salta:[{usesMetazone:{_mzone:"Argentina",_to:"1991-03-03 02:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-10-20 04:00"}}],San_Juan:[{usesMetazone:{_mzone:"Argentina",_to:"1991-03-01 02:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"1991-03-01 02:00",_to:"1991-05-07 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-05-07 04:00",_to:"2004-05-31 03:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"2004-05-31 03:00",_to:"2004-07-25 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-07-25 04:00"}}],San_Luis:[{usesMetazone:{_mzone:"Argentina",_to:"1990-03-14 02:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"1990-03-14 02:00",_to:"1991-06-01 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-06-01 04:00",_to:"1999-10-03 03:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"1999-10-03 03:00",_to:"2000-03-03 03:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2000-03-03 03:00",_to:"2004-05-31 03:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"2004-05-31 03:00",_to:"2004-07-25 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-07-25 04:00",_to:"2008-01-21 02:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"2008-01-21 02:00"}}],Tucuman:[{usesMetazone:{_mzone:"Argentina",_to:"1991-03-03 02:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-10-20 04:00",_to:"2004-06-01 03:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"2004-06-01 03:00",_to:"2004-06-13 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-06-13 04:00"}}],Ushuaia:[{usesMetazone:{_mzone:"Argentina",_to:"2004-05-30 03:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-06-20 04:00"}}]},Aruba:[{usesMetazone:{_mzone:"Atlantic"}}],Asuncion:[{usesMetazone:{_mzone:"Paraguay"}}],Bahia:[{usesMetazone:{_mzone:"Brasilia"}}],Bahia_Banderas:[{usesMetazone:{_mzone:"America_Pacific",_to:"1970-01-01 08:00"}},{usesMetazone:{_mzone:"America_Mountain",_from:"1970-01-01 08:00",_to:"2010-04-04 09:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2010-04-04 09:00"}}],Barbados:[{usesMetazone:{_mzone:"Atlantic"}}],Belem:[{usesMetazone:{_mzone:"Brasilia"}}],Belize:[{usesMetazone:{_mzone:"America_Central"}}],"Blanc-Sablon":[{usesMetazone:{_mzone:"Atlantic"}}],Boa_Vista:[{usesMetazone:{_mzone:"Amazon"}}],Bogota:[{usesMetazone:{_mzone:"Colombia"}}],Boise:[{usesMetazone:{_mzone:"America_Mountain"}}],Buenos_Aires:[{usesMetazone:{_mzone:"Argentina"}}],Cambridge_Bay:[{usesMetazone:{_mzone:"America_Mountain",_to:"1999-10-31 08:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1999-10-31 08:00",_to:"2000-10-29 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2000-10-29 07:00",_to:"2000-11-05 05:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2000-11-05 05:00",_to:"2001-04-01 09:00"}},{usesMetazone:{_mzone:"America_Mountain",_from:"2001-04-01 09:00"}}],Campo_Grande:[{usesMetazone:{_mzone:"Amazon"}}],Cancun:[{usesMetazone:{_mzone:"America_Central",_to:"1981-12-23 06:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1981-12-23 06:00",_to:"1998-08-02 06:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1998-08-02 06:00",_to:"2015-02-01 08:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2015-02-01 08:00"}}],Caracas:[{usesMetazone:{_mzone:"Venezuela"}}],Catamarca:[{usesMetazone:{_mzone:"Argentina",_to:"1991-03-03 02:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-10-20 04:00",_to:"2004-06-01 03:00"}},{usesMetazone:{_mzone:"Argentina_Western",_from:"2004-06-01 03:00",_to:"2004-06-20 04:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-06-20 04:00"}}],Cayenne:[{usesMetazone:{_mzone:"French_Guiana"}}],Cayman:[{usesMetazone:{_mzone:"America_Eastern"}}],Chicago:[{usesMetazone:{_mzone:"America_Central"}}],Chihuahua:[{usesMetazone:{_mzone:"America_Central",_to:"1998-04-05 09:00"}},{usesMetazone:{_mzone:"Mexico_Pacific",_from:"1998-04-05 09:00"}}],Coral_Harbour:[{usesMetazone:{_mzone:"America_Eastern"}}],Cordoba:[{usesMetazone:{_mzone:"Argentina",_to:"1991-03-03 02:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-10-20 04:00"}}],Costa_Rica:[{usesMetazone:{_mzone:"America_Central"}}],Creston:[{usesMetazone:{_mzone:"America_Mountain"}}],Cuiaba:[{usesMetazone:{_mzone:"Amazon"}}],Curacao:[{usesMetazone:{_mzone:"Atlantic"}}],Danmarkshavn:[{usesMetazone:{_mzone:"Greenland_Western",_to:"1996-01-01 03:00"}},{usesMetazone:{_mzone:"GMT",_from:"1996-01-01 03:00"}}],Dawson:[{usesMetazone:{_mzone:"Yukon",_to:"1973-10-28 09:00"}},{usesMetazone:{_mzone:"America_Pacific",_from:"1973-10-28 09:00"}}],Dawson_Creek:[{usesMetazone:{_mzone:"America_Pacific",_to:"1972-08-30 09:00"}},{usesMetazone:{_mzone:"America_Mountain",_from:"1972-08-30 09:00"}}],Denver:[{usesMetazone:{_mzone:"America_Mountain"}}],Detroit:[{usesMetazone:{_mzone:"America_Eastern"}}],Dominica:[{usesMetazone:{_mzone:"Atlantic"}}],Edmonton:[{usesMetazone:{_mzone:"America_Mountain"}}],Eirunepe:[{usesMetazone:{_mzone:"Acre",_to:"2008-06-24 05:00"}},{usesMetazone:{_mzone:"Amazon",_from:"2008-06-24 05:00",_to:"2013-11-10 04:00"}},{usesMetazone:{_mzone:"Acre",_from:"2013-11-10 04:00"}}],El_Salvador:[{usesMetazone:{_mzone:"America_Central"}}],Fort_Nelson:[{usesMetazone:{_mzone:"America_Pacific",_to:"2015-03-08 10:00"}},{usesMetazone:{_mzone:"America_Mountain",_from:"2015-03-08 10:00"}}],Fortaleza:[{usesMetazone:{_mzone:"Brasilia"}}],Glace_Bay:[{usesMetazone:{_mzone:"Atlantic"}}],Godthab:[{usesMetazone:{_mzone:"Greenland_Western"}}],Goose_Bay:[{usesMetazone:{_mzone:"Atlantic",_to:"1988-04-03 04:01"}},{usesMetazone:{_mzone:"Goose_Bay",_from:"1988-04-03 04:01",_to:"1988-10-30 02:01"}},{usesMetazone:{_mzone:"Atlantic",_from:"1988-10-30 02:01"}}],Grand_Turk:[{usesMetazone:{_mzone:"America_Eastern",_to:"2015-11-01 06:00"}},{usesMetazone:{_mzone:"Atlantic",_from:"2015-11-01 06:00",_to:"2018-03-11 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2018-03-11 07:00"}}],Grenada:[{usesMetazone:{_mzone:"Atlantic"}}],Guadeloupe:[{usesMetazone:{_mzone:"Atlantic"}}],Guatemala:[{usesMetazone:{_mzone:"America_Central"}}],Guayaquil:[{usesMetazone:{_mzone:"Ecuador"}}],Guyana:[{usesMetazone:{_mzone:"Guyana"}}],Halifax:[{usesMetazone:{_mzone:"Atlantic"}}],Havana:[{usesMetazone:{_mzone:"Cuba"}}],Hermosillo:[{usesMetazone:{_mzone:"America_Pacific",_to:"1970-01-01 08:00"}},{usesMetazone:{_mzone:"Mexico_Pacific",_from:"1970-01-01 08:00"}}],Indiana:{Knox:[{usesMetazone:{_mzone:"America_Central",_to:"1991-10-27 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1991-10-27 07:00",_to:"2006-04-02 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2006-04-02 07:00"}}],Marengo:[{usesMetazone:{_mzone:"America_Eastern",_to:"1974-01-06 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1974-01-06 07:00",_to:"1974-10-27 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1974-10-27 07:00"}}],Petersburg:[{usesMetazone:{_mzone:"America_Central",_to:"1977-10-30 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1977-10-30 07:00",_to:"2006-04-02 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2006-04-02 07:00",_to:"2007-11-04 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2007-11-04 07:00"}}],Tell_City:[{usesMetazone:{_mzone:"America_Eastern",_to:"2006-04-02 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2006-04-02 07:00"}}],Vevay:[{usesMetazone:{_mzone:"America_Eastern"}}],Vincennes:[{usesMetazone:{_mzone:"America_Eastern",_to:"2006-04-02 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2006-04-02 07:00",_to:"2007-11-04 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2007-11-04 07:00"}}],Winamac:[{usesMetazone:{_mzone:"America_Eastern",_to:"2006-04-02 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2006-04-02 07:00",_to:"2007-03-11 08:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2007-03-11 08:00"}}]},Indianapolis:[{usesMetazone:{_mzone:"America_Eastern"}}],Inuvik:[{usesMetazone:{_mzone:"America_Pacific",_to:"1979-04-29 10:00"}},{usesMetazone:{_mzone:"America_Mountain",_from:"1979-04-29 10:00"}}],Iqaluit:[{usesMetazone:{_mzone:"America_Eastern",_to:"1999-10-31 06:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1999-10-31 06:00",_to:"2000-10-29 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2000-10-29 07:00"}}],Jamaica:[{usesMetazone:{_mzone:"America_Eastern"}}],Jujuy:[{usesMetazone:{_mzone:"Argentina",_to:"1990-03-04 02:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1991-10-06 04:00"}}],Juneau:[{usesMetazone:{_mzone:"America_Pacific",_to:"1980-04-27 10:00"}},{usesMetazone:{_mzone:"Yukon",_from:"1980-04-27 10:00",_to:"1980-10-26 10:00"}},{usesMetazone:{_mzone:"America_Pacific",_from:"1980-10-26 10:00",_to:"1983-10-30 09:00"}},{usesMetazone:{_mzone:"Yukon",_from:"1983-10-30 09:00",_to:"1983-11-30 09:00"}},{usesMetazone:{_mzone:"Alaska",_from:"1983-11-30 09:00"}}],Kentucky:{Monticello:[{usesMetazone:{_mzone:"America_Central",_to:"2000-10-29 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2000-10-29 07:00"}}]},Kralendijk:[{usesMetazone:{_mzone:"Atlantic"}}],La_Paz:[{usesMetazone:{_mzone:"Bolivia"}}],Lima:[{usesMetazone:{_mzone:"Peru"}}],Los_Angeles:[{usesMetazone:{_mzone:"America_Pacific"}}],Louisville:[{usesMetazone:{_mzone:"America_Eastern",_to:"1974-01-06 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1974-01-06 07:00",_to:"1974-10-27 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1974-10-27 07:00"}}],Lower_Princes:[{usesMetazone:{_mzone:"Atlantic"}}],Maceio:[{usesMetazone:{_mzone:"Brasilia"}}],Managua:[{usesMetazone:{_mzone:"America_Central",_to:"1973-05-01 06:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1973-05-01 06:00",_to:"1975-02-16 05:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1975-02-16 05:00",_to:"1992-01-01 10:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1992-01-01 10:00",_to:"1992-09-24 05:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1992-09-24 05:00",_to:"1993-01-01 06:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1993-01-01 06:00",_to:"1997-01-01 05:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1997-01-01 05:00"}}],Manaus:[{usesMetazone:{_mzone:"Amazon"}}],Marigot:[{usesMetazone:{_mzone:"Atlantic"}}],Martinique:[{usesMetazone:{_mzone:"Atlantic"}}],Matamoros:[{usesMetazone:{_mzone:"America_Central"}}],Mazatlan:[{usesMetazone:{_mzone:"America_Pacific",_to:"1970-01-01 08:00"}},{usesMetazone:{_mzone:"Mexico_Pacific",_from:"1970-01-01 08:00"}}],Mendoza:[{usesMetazone:{_mzone:"Argentina",_to:"1990-03-04 02:00"}},{usesMetazone:{_mzone:"Argentina",_from:"1992-10-18 04:00",_to:"2004-05-23 03:00"}},{usesMetazone:{_mzone:"Argentina",_from:"2004-09-26 04:00"}}],Menominee:[{usesMetazone:{_mzone:"America_Eastern",_to:"1973-04-29 07:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1973-04-29 07:00"}}],Merida:[{usesMetazone:{_mzone:"America_Central",_to:"1981-12-23 06:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1981-12-23 06:00",_to:"1982-12-02 05:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1982-12-02 05:00"}}],Metlakatla:[{usesMetazone:{_mzone:"America_Pacific",_to:"2015-11-01 10:00"}},{usesMetazone:{_mzone:"Alaska",_from:"2015-11-01 10:00",_to:"2018-11-04 10:00"}},{usesMetazone:{_mzone:"America_Pacific",_from:"2018-11-04 10:00",_to:"2019-01-20 10:00"}},{usesMetazone:{_mzone:"Alaska",_from:"2019-01-20 10:00"}}],Mexico_City:[{usesMetazone:{_mzone:"America_Central"}}],Miquelon:[{usesMetazone:{_mzone:"Atlantic",_to:"1980-05-01 04:00"}},{usesMetazone:{_mzone:"Pierre_Miquelon",_from:"1980-05-01 04:00"}}],Moncton:[{usesMetazone:{_mzone:"Atlantic"}}],Monterrey:[{usesMetazone:{_mzone:"America_Central"}}],Montevideo:[{usesMetazone:{_mzone:"Uruguay"}}],Montserrat:[{usesMetazone:{_mzone:"Atlantic"}}],Nassau:[{usesMetazone:{_mzone:"America_Eastern"}}],New_York:[{usesMetazone:{_mzone:"America_Eastern"}}],Nipigon:[{usesMetazone:{_mzone:"America_Eastern"}}],Nome:[{usesMetazone:{_mzone:"Bering",_to:"1983-10-30 12:00"}},{usesMetazone:{_mzone:"Yukon",_from:"1983-10-30 12:00",_to:"1983-11-30 09:00"}},{usesMetazone:{_mzone:"Alaska",_from:"1983-11-30 09:00"}}],Noronha:[{usesMetazone:{_mzone:"Noronha"}}],North_Dakota:{Beulah:[{usesMetazone:{_mzone:"America_Mountain",_to:"2010-11-07 08:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2010-11-07 08:00"}}],Center:[{usesMetazone:{_mzone:"America_Mountain",_to:"1992-10-25 08:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1992-10-25 08:00"}}],New_Salem:[{usesMetazone:{_mzone:"America_Mountain",_to:"2003-10-26 08:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2003-10-26 08:00"}}]},Ojinaga:[{usesMetazone:{_mzone:"America_Central",_to:"1998-04-05 09:00"}},{usesMetazone:{_mzone:"America_Mountain",_from:"1998-04-05 09:00"}}],Panama:[{usesMetazone:{_mzone:"America_Eastern"}}],Pangnirtung:[{usesMetazone:{_mzone:"Atlantic",_to:"1995-04-02 06:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"1995-04-02 06:00",_to:"1999-10-31 06:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1999-10-31 06:00",_to:"2000-10-29 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2000-10-29 07:00"}}],Paramaribo:[{usesMetazone:{_mzone:"Dutch_Guiana",_to:"1975-11-20 03:30"}},{usesMetazone:{_mzone:"Suriname",_from:"1975-11-20 03:30"}}],Phoenix:[{usesMetazone:{_mzone:"America_Mountain"}}],Port_of_Spain:[{usesMetazone:{_mzone:"Atlantic"}}],"Port-au-Prince":[{usesMetazone:{_mzone:"America_Eastern"}}],Porto_Velho:[{usesMetazone:{_mzone:"Amazon"}}],Puerto_Rico:[{usesMetazone:{_mzone:"Atlantic"}}],Punta_Arenas:[{usesMetazone:{_mzone:"Chile",_to:"2016-12-03 23:00"}}],Rainy_River:[{usesMetazone:{_mzone:"America_Central"}}],Rankin_Inlet:[{usesMetazone:{_mzone:"America_Central",_to:"2000-10-29 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2000-10-29 07:00",_to:"2001-04-01 08:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2001-04-01 08:00"}}],Recife:[{usesMetazone:{_mzone:"Brasilia"}}],Regina:[{usesMetazone:{_mzone:"America_Central"}}],Resolute:[{usesMetazone:{_mzone:"America_Central",_to:"2000-10-29 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2000-10-29 07:00",_to:"2001-04-01 08:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2001-04-01 08:00",_to:"2006-10-29 07:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2006-10-29 07:00",_to:"2007-03-11 08:00"}},{usesMetazone:{_mzone:"America_Central",_from:"2007-03-11 08:00"}}],Rio_Branco:[{usesMetazone:{_mzone:"Acre",_to:"2008-06-24 05:00"}},{usesMetazone:{_mzone:"Amazon",_from:"2008-06-24 05:00",_to:"2013-11-10 04:00"}},{usesMetazone:{_mzone:"Acre",_from:"2013-11-10 04:00"}}],Santa_Isabel:[{usesMetazone:{_mzone:"Mexico_Northwest"}}],Santarem:[{usesMetazone:{_mzone:"Amazon",_to:"2008-06-24 04:00"}},{usesMetazone:{_mzone:"Brasilia",_from:"2008-06-24 04:00"}}],Santiago:[{usesMetazone:{_mzone:"Chile"}}],Santo_Domingo:[{usesMetazone:{_mzone:"Dominican",_to:"1974-10-27 05:00"}},{usesMetazone:{_mzone:"Atlantic",_from:"1974-10-27 05:00",_to:"2000-10-29 06:00"}},{usesMetazone:{_mzone:"America_Eastern",_from:"2000-10-29 06:00",_to:"2000-12-03 06:00"}},{usesMetazone:{_mzone:"Atlantic",_from:"2000-12-03 06:00"}}],Sao_Paulo:[{usesMetazone:{_mzone:"Brasilia"}}],Scoresbysund:[{usesMetazone:{_mzone:"Greenland_Central",_to:"1981-03-29 02:00"}},{usesMetazone:{_mzone:"Greenland_Eastern",_from:"1981-03-29 02:00"}}],Sitka:[{usesMetazone:{_mzone:"America_Pacific",_to:"1983-10-30 09:00"}},{usesMetazone:{_mzone:"Yukon",_from:"1983-10-30 09:00",_to:"1983-11-30 09:00"}},{usesMetazone:{_mzone:"Alaska",_from:"1983-11-30 09:00"}}],St_Barthelemy:[{usesMetazone:{_mzone:"Atlantic"}}],St_Johns:[{usesMetazone:{_mzone:"Newfoundland"}}],St_Kitts:[{usesMetazone:{_mzone:"Atlantic"}}],St_Lucia:[{usesMetazone:{_mzone:"Atlantic"}}],St_Thomas:[{usesMetazone:{_mzone:"Atlantic"}}],St_Vincent:[{usesMetazone:{_mzone:"Atlantic"}}],Swift_Current:[{usesMetazone:{_mzone:"America_Mountain",_to:"1972-04-30 09:00"}},{usesMetazone:{_mzone:"America_Central",_from:"1972-04-30 09:00"}}],Tegucigalpa:[{usesMetazone:{_mzone:"America_Central"}}],Thule:[{usesMetazone:{_mzone:"Atlantic"}}],Thunder_Bay:[{usesMetazone:{_mzone:"America_Eastern"}}],Tijuana:[{usesMetazone:{_mzone:"America_Pacific"}}],Toronto:[{usesMetazone:{_mzone:"America_Eastern"}}],Tortola:[{usesMetazone:{_mzone:"Atlantic"}}],Vancouver:[{usesMetazone:{_mzone:"America_Pacific"}}],Whitehorse:[{usesMetazone:{_mzone:"America_Pacific"}}],Winnipeg:[{usesMetazone:{_mzone:"America_Central"}}],Yakutat:[{usesMetazone:{_mzone:"Yukon",_to:"1983-11-30 09:00"}},{usesMetazone:{_mzone:"Alaska",_from:"1983-11-30 09:00"}}],Yellowknife:[{usesMetazone:{_mzone:"America_Mountain"}}]},Antarctica:{Casey:[{usesMetazone:{_mzone:"Australia_Western",_to:"2009-10-17 18:00"}},{usesMetazone:{_mzone:"Casey",_from:"2009-10-17 18:00",_to:"2010-03-04 15:00"}},{usesMetazone:{_mzone:"Australia_Western",_from:"2010-03-04 15:00",_to:"2011-10-27 18:00"}},{usesMetazone:{_mzone:"Casey",_from:"2011-10-27 18:00",_to:"2012-02-21 17:00"}},{usesMetazone:{_mzone:"Australia_Western",_from:"2012-02-21 17:00",_to:"2016-10-21 16:00"}},{usesMetazone:{_mzone:"Casey",_from:"2016-10-21 16:00",_to:"2018-03-10 17:00"}},{usesMetazone:{_mzone:"Australia_Western",_from:"2018-03-10 17:00"}}],Davis:[{usesMetazone:{_mzone:"Davis"}}],DumontDUrville:[{usesMetazone:{_mzone:"DumontDUrville"}}],Macquarie:[{usesMetazone:{_mzone:"Australia_Eastern",_to:"2010-04-03 16:00"}},{usesMetazone:{_mzone:"Macquarie",_from:"2010-04-03 16:00"}}],Mawson:[{usesMetazone:{_mzone:"Mawson"}}],McMurdo:[{usesMetazone:{_mzone:"New_Zealand"}}],Palmer:[{usesMetazone:{_mzone:"Argentina",_to:"1982-05-01 03:00"}},{usesMetazone:{_mzone:"Chile",_from:"1982-05-01 03:00",_to:"2016-12-03 23:00"}}],Rothera:[{usesMetazone:{_mzone:"Rothera"}}],Syowa:[{usesMetazone:{_mzone:"Syowa"}}],Troll:[{usesMetazone:{_mzone:"GMT"}}],Vostok:[{usesMetazone:{_mzone:"Vostok"}}]},Arctic:{Longyearbyen:[{usesMetazone:{_mzone:"Europe_Central"}}]},Asia:{Aden:[{usesMetazone:{_mzone:"Arabian"}}],Almaty:[{usesMetazone:{_mzone:"Almaty",_to:"2004-10-30 20:00"}},{usesMetazone:{_mzone:"Kazakhstan_Eastern",_from:"2004-10-30 20:00"}}],Amman:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Anadyr:[{usesMetazone:{_mzone:"Anadyr",_to:"2010-03-27 14:00"}},{usesMetazone:{_mzone:"Magadan",_from:"2010-03-27 14:00",_to:"2014-10-25 14:00"}},{usesMetazone:{_mzone:"Anadyr",_from:"2014-10-25 14:00"}}],Aqtau:[{usesMetazone:{_mzone:"Shevchenko",_to:"1991-12-15 19:00"}},{usesMetazone:{_mzone:"Aqtau",_from:"1991-12-15 19:00",_to:"2004-10-30 22:00"}},{usesMetazone:{_mzone:"Kazakhstan_Western",_from:"2004-10-30 22:00"}}],Aqtobe:[{usesMetazone:{_mzone:"Aktyubinsk",_to:"1991-12-15 19:00"}},{usesMetazone:{_mzone:"Aqtobe",_from:"1991-12-15 19:00",_to:"2004-10-30 21:00"}},{usesMetazone:{_mzone:"Kazakhstan_Western",_from:"2005-10-30 21:00"}}],Ashgabat:[{usesMetazone:{_mzone:"Ashkhabad",_to:"1991-10-26 20:00"}},{usesMetazone:{_mzone:"Turkmenistan",_from:"1991-10-26 20:00"}}],Atyrau:[{usesMetazone:{_mzone:"Kazakhstan_Western",_from:"2004-10-30 22:00"}}],Baghdad:[{usesMetazone:{_mzone:"Arabian"}}],Bahrain:[{usesMetazone:{_mzone:"Gulf",_to:"1972-05-31 20:00"}},{usesMetazone:{_mzone:"Arabian",_from:"1972-05-31 20:00"}}],Baku:[{usesMetazone:{_mzone:"Baku",_to:"1991-08-29 20:00"}},{usesMetazone:{_mzone:"Azerbaijan",_from:"1991-08-29 20:00"}}],Bangkok:[{usesMetazone:{_mzone:"Indochina"}}],Beirut:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Bishkek:[{usesMetazone:{_mzone:"Frunze",_to:"1991-08-30 20:00"}},{usesMetazone:{_mzone:"Kyrgystan",_from:"1991-08-30 20:00"}}],Brunei:[{usesMetazone:{_mzone:"Brunei"}}],Calcutta:[{usesMetazone:{_mzone:"India"}}],Chita:[{usesMetazone:{_mzone:"Yakutsk",_to:"2014-10-25 16:00"}},{usesMetazone:{_mzone:"Irkutsk",_from:"2014-10-25 16:00",_to:"2016-03-26 18:00"}},{usesMetazone:{_mzone:"Yakutsk",_from:"2016-03-26 18:00"}}],Choibalsan:[{usesMetazone:{_mzone:"Mongolia",_to:"1983-03-31 16:00"}},{usesMetazone:{_mzone:"Choibalsan",_from:"1983-03-31 16:00"}}],Colombo:[{usesMetazone:{_mzone:"India",_to:"1996-05-24 18:30"}},{usesMetazone:{_mzone:"Lanka",_from:"1996-05-24 18:30",_to:"2006-04-14 18:30"}},{usesMetazone:{_mzone:"India",_from:"2006-04-14 18:30"}}],Damascus:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Dhaka:[{usesMetazone:{_mzone:"Dacca",_to:"1971-03-25 18:00"}},{usesMetazone:{_mzone:"Bangladesh",_from:"1971-03-25 18:00"}}],Dili:[{usesMetazone:{_mzone:"East_Timor",_to:"1976-05-02 15:00"}},{usesMetazone:{_mzone:"Indonesia_Central",_from:"1976-05-02 15:00",_to:"2000-09-16 16:00"}},{usesMetazone:{_mzone:"East_Timor",_from:"2000-09-16 16:00"}}],Dubai:[{usesMetazone:{_mzone:"Gulf"}}],Dushanbe:[{usesMetazone:{_mzone:"Dushanbe",_to:"1991-09-08 21:00"}},{usesMetazone:{_mzone:"Tajikistan",_from:"1991-09-08 21:00"}}],Famagusta:[{usesMetazone:{_mzone:"Europe_Eastern",_to:"2016-09-07 21:00"}}],Gaza:[{usesMetazone:{_mzone:"Israel",_to:"1995-12-31 22:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1995-12-31 22:00"}}],Hebron:[{usesMetazone:{_mzone:"Israel",_to:"1995-12-31 22:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1995-12-31 22:00"}}],Hong_Kong:[{usesMetazone:{_mzone:"Hong_Kong"}}],Hovd:[{usesMetazone:{_mzone:"Hovd"}}],Irkutsk:[{usesMetazone:{_mzone:"Irkutsk"}}],Jakarta:[{usesMetazone:{_mzone:"Indonesia_Western"}}],Jayapura:[{usesMetazone:{_mzone:"Indonesia_Eastern"}}],Jerusalem:[{usesMetazone:{_mzone:"Israel"}}],Kabul:[{usesMetazone:{_mzone:"Afghanistan"}}],Kamchatka:[{usesMetazone:{_mzone:"Kamchatka"}}],Karachi:[{usesMetazone:{_mzone:"Karachi",_to:"1971-03-25 19:00"}},{usesMetazone:{_mzone:"Pakistan",_from:"1971-03-25 19:00"}}],Katmandu:[{usesMetazone:{_mzone:"Nepal"}}],Khandyga:[{usesMetazone:{_mzone:"Yakutsk",_to:"2003-12-31 15:00"}},{usesMetazone:{_mzone:"Vladivostok",_from:"2003-12-31 15:00",_to:"2011-09-12 13:00"}},{usesMetazone:{_mzone:"Yakutsk",_from:"2011-09-12 13:00"}}],Krasnoyarsk:[{usesMetazone:{_mzone:"Krasnoyarsk"}}],Kuala_Lumpur:[{usesMetazone:{_mzone:"Malaya",_to:"1981-12-31 16:30"}},{usesMetazone:{_mzone:"Malaysia",_from:"1981-12-31 16:30"}}],Kuching:[{usesMetazone:{_mzone:"Borneo",_to:"1981-12-31 16:00"}},{usesMetazone:{_mzone:"Malaysia",_from:"1981-12-31 16:00"}}],Kuwait:[{usesMetazone:{_mzone:"Arabian"}}],Macau:[{usesMetazone:{_mzone:"Macau",_to:"1999-12-19 16:00"}},{usesMetazone:{_mzone:"China",_from:"1999-12-19 16:00"}}],Magadan:[{usesMetazone:{_mzone:"Magadan"}}],Makassar:[{usesMetazone:{_mzone:"Indonesia_Central"}}],Manila:[{usesMetazone:{_mzone:"Philippines"}}],Muscat:[{usesMetazone:{_mzone:"Gulf"}}],Nicosia:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Novokuznetsk:[{usesMetazone:{_mzone:"Krasnoyarsk",_to:"2010-03-27 19:00"}},{usesMetazone:{_mzone:"Novosibirsk",_from:"2010-03-27 19:00",_to:"2014-10-25 19:00"}},{usesMetazone:{_mzone:"Krasnoyarsk",_from:"2014-10-25 19:00"}}],Novosibirsk:[{usesMetazone:{_mzone:"Novosibirsk"}}],Omsk:[{usesMetazone:{_mzone:"Omsk"}}],Oral:[{usesMetazone:{_mzone:"Uralsk",_to:"1991-12-15 20:00"}},{usesMetazone:{_mzone:"Oral",_from:"1991-12-15 20:00",_to:"2004-10-30 22:00"}},{usesMetazone:{_mzone:"Kazakhstan_Western",_from:"2004-10-30 22:00"}}],Phnom_Penh:[{usesMetazone:{_mzone:"Indochina"}}],Pontianak:[{usesMetazone:{_mzone:"Indonesia_Central",_to:"1987-12-31 16:00"}},{usesMetazone:{_mzone:"Indonesia_Western",_from:"1987-12-31 16:00"}}],Pyongyang:[{usesMetazone:{_mzone:"Korea",_to:"2015-08-14 15:00"}},{usesMetazone:{_mzone:"Pyongyang",_from:"2015-08-14 15:00",_to:"2018-05-04 15:00"}},{usesMetazone:{_mzone:"Korea",_from:"2018-05-04 15:00"}}],Qatar:[{usesMetazone:{_mzone:"Gulf",_to:"1972-05-31 20:00"}},{usesMetazone:{_mzone:"Arabian",_from:"1972-05-31 20:00"}}],Qostanay:[{usesMetazone:{_mzone:"Kazakhstan_Eastern",_from:"2004-10-30 21:00"}}],Qyzylorda:[{usesMetazone:{_mzone:"Kizilorda",_to:"1991-12-15 19:00"}},{usesMetazone:{_mzone:"Qyzylorda",_from:"1991-12-15 19:00",_to:"2004-10-30 21:00"}},{usesMetazone:{_mzone:"Kazakhstan_Eastern",_from:"2004-10-30 21:00",_to:"2018-12-20 18:00"}},{usesMetazone:{_mzone:"Kazakhstan_Western",_from:"2018-12-20 18:00"}}],Rangoon:[{usesMetazone:{_mzone:"Myanmar"}}],Riyadh:[{usesMetazone:{_mzone:"Arabian"}}],Saigon:[{usesMetazone:{_mzone:"Indochina",_from:"1975-06-12 16:00"}}],Sakhalin:[{usesMetazone:{_mzone:"Sakhalin"}}],Samarkand:[{usesMetazone:{_mzone:"Samarkand",_to:"1981-09-30 18:00"}},{usesMetazone:{_mzone:"Tashkent",_from:"1981-09-30 18:00",_to:"1982-03-31 18:00"}},{usesMetazone:{_mzone:"Samarkand",_from:"1982-03-31 18:00",_to:"1991-08-31 18:00"}},{usesMetazone:{_mzone:"Uzbekistan",_from:"1991-08-31 18:00"}}],Seoul:[{usesMetazone:{_mzone:"Korea"}}],Shanghai:[{usesMetazone:{_mzone:"China"}}],Singapore:[{usesMetazone:{_mzone:"Singapore"}}],Srednekolymsk:[{usesMetazone:{_mzone:"Magadan",_to:"2014-10-25 14:00"}}],Taipei:[{usesMetazone:{_mzone:"Taipei"}}],Tashkent:[{usesMetazone:{_mzone:"Tashkent",_to:"1991-08-31 18:00"}},{usesMetazone:{_mzone:"Uzbekistan",_from:"1991-08-31 18:00"}}],Tbilisi:[{usesMetazone:{_mzone:"Tbilisi",_to:"1991-04-08 20:00"}},{usesMetazone:{_mzone:"Georgia",_from:"1991-04-08 20:00"}}],Tehran:[{usesMetazone:{_mzone:"Iran"}}],Thimphu:[{usesMetazone:{_mzone:"India",_to:"1987-09-30 18:30"}},{usesMetazone:{_mzone:"Bhutan",_from:"1987-09-30 18:30"}}],Tokyo:[{usesMetazone:{_mzone:"Japan"}}],Ulaanbaatar:[{usesMetazone:{_mzone:"Mongolia"}}],Urumqi:[{usesMetazone:{_mzone:"Urumqi"}}],"Ust-Nera":[{usesMetazone:{_mzone:"Yakutsk",_to:"1981-03-31 15:00"}},{usesMetazone:{_mzone:"Magadan",_from:"1981-03-31 15:00",_to:"2011-09-12 12:00"}},{usesMetazone:{_mzone:"Vladivostok",_from:"2011-09-12 12:00"}}],Vientiane:[{usesMetazone:{_mzone:"Indochina"}}],Vladivostok:[{usesMetazone:{_mzone:"Vladivostok"}}],Yakutsk:[{usesMetazone:{_mzone:"Yakutsk"}}],Yekaterinburg:[{usesMetazone:{_mzone:"Sverdlovsk",_to:"1992-01-18 22:00"}},{usesMetazone:{_mzone:"Yekaterinburg",_from:"1992-01-18 22:00"}}],Yerevan:[{usesMetazone:{_mzone:"Yerevan",_to:"1991-09-22 20:00"}},{usesMetazone:{_mzone:"Armenia",_from:"1991-09-22 20:00"}}]},Atlantic:{Azores:[{usesMetazone:{_mzone:"Azores",_to:"1992-09-27 02:00"}},{usesMetazone:{_mzone:"Europe_Western",_from:"1992-09-27 02:00",_to:"1993-03-28 01:00"}},{usesMetazone:{_mzone:"Azores",_from:"1993-03-28 01:00"}}],Bermuda:[{usesMetazone:{_mzone:"Atlantic"}}],Canary:[{usesMetazone:{_mzone:"Europe_Western"}}],Cape_Verde:[{usesMetazone:{_mzone:"Cape_Verde"}}],Faeroe:[{usesMetazone:{_mzone:"Europe_Western"}}],Madeira:[{usesMetazone:{_mzone:"Europe_Western"}}],Reykjavik:[{usesMetazone:{_mzone:"GMT"}}],South_Georgia:[{usesMetazone:{_mzone:"South_Georgia"}}],St_Helena:[{usesMetazone:{_mzone:"GMT"}}],Stanley:[{usesMetazone:{_mzone:"Falkland"}}]},Australia:{Adelaide:[{usesMetazone:{_mzone:"Australia_Central"}}],Brisbane:[{usesMetazone:{_mzone:"Australia_Eastern"}}],Broken_Hill:[{usesMetazone:{_mzone:"Australia_Central"}}],Currie:[{usesMetazone:{_mzone:"Australia_Eastern"}}],Darwin:[{usesMetazone:{_mzone:"Australia_Central"}}],Eucla:[{usesMetazone:{_mzone:"Australia_CentralWestern"}}],Hobart:[{usesMetazone:{_mzone:"Australia_Eastern"}}],Lindeman:[{usesMetazone:{_mzone:"Australia_Eastern"}}],Lord_Howe:[{usesMetazone:{_mzone:"Australia_Eastern",_to:"1981-02-28 14:00"}},{usesMetazone:{_mzone:"Lord_Howe",_from:"1981-02-28 14:00"}}],Melbourne:[{usesMetazone:{_mzone:"Australia_Eastern"}}],Perth:[{usesMetazone:{_mzone:"Australia_Western"}}],Sydney:[{usesMetazone:{_mzone:"Australia_Eastern"}}]},CST6CDT:[{usesMetazone:{_mzone:"America_Central"}}],EST5EDT:[{usesMetazone:{_mzone:"America_Eastern"}}],Etc:{GMT:[{usesMetazone:{_mzone:"GMT"}}]},Europe:{Amsterdam:[{usesMetazone:{_mzone:"Europe_Central"}}],Andorra:[{usesMetazone:{_mzone:"Europe_Central"}}],Astrakhan:[{usesMetazone:{_mzone:"Moscow",_from:"1992-03-28 22:00",_to:"2016-03-26 23:00"}}],Athens:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Belgrade:[{usesMetazone:{_mzone:"Europe_Central"}}],Berlin:[{usesMetazone:{_mzone:"Europe_Central"}}],Bratislava:[{usesMetazone:{_mzone:"Europe_Central"}}],Brussels:[{usesMetazone:{_mzone:"Europe_Central"}}],Bucharest:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Budapest:[{usesMetazone:{_mzone:"Europe_Central"}}],Busingen:[{usesMetazone:{_mzone:"Europe_Central"}}],Chisinau:[{usesMetazone:{_mzone:"Moscow",_to:"1990-05-05 21:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1990-05-05 21:00"}}],Copenhagen:[{usesMetazone:{_mzone:"Europe_Central"}}],Dublin:[{usesMetazone:{_mzone:"Irish",_to:"1971-10-31 02:00"}},{usesMetazone:{_mzone:"GMT",_from:"1971-10-31 02:00"}}],Gibraltar:[{usesMetazone:{_mzone:"Europe_Central"}}],Guernsey:[{usesMetazone:{_mzone:"British",_to:"1971-10-31 02:00"}},{usesMetazone:{_mzone:"GMT",_from:"1971-10-31 02:00"}}],Helsinki:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Isle_of_Man:[{usesMetazone:{_mzone:"British",_to:"1971-10-31 02:00"}},{usesMetazone:{_mzone:"GMT",_from:"1971-10-31 02:00"}}],Istanbul:[{usesMetazone:{_mzone:"Europe_Eastern",_to:"1978-06-28 21:00"}},{usesMetazone:{_mzone:"Turkey",_from:"1978-06-28 21:00",_to:"1985-04-19 21:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1985-04-19 21:00",_to:"2016-09-06 21:00"}},{usesMetazone:{_mzone:"Turkey",_from:"2016-09-06 21:00"}}],Jersey:[{usesMetazone:{_mzone:"British",_to:"1971-10-31 02:00"}},{usesMetazone:{_mzone:"GMT",_from:"1971-10-31 02:00"}}],Kaliningrad:[{usesMetazone:{_mzone:"Moscow",_to:"1989-03-25 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1989-03-25 23:00",_to:"2011-03-27 00:00"}},{usesMetazone:{_mzone:"Europe_Further_Eastern",_from:"2011-03-27 00:00",_to:"2014-10-25 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"2014-10-25 23:00"}}],Kiev:[{usesMetazone:{_mzone:"Moscow",_to:"1990-06-30 22:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1990-06-30 22:00"}}],Lisbon:[{usesMetazone:{_mzone:"Europe_Central",_to:"1976-09-26 00:00"}},{usesMetazone:{_mzone:"Europe_Western",_from:"1976-09-26 00:00",_to:"1992-09-27 01:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1992-09-27 01:00",_to:"1996-03-31 01:00"}},{usesMetazone:{_mzone:"Europe_Western",_from:"1996-03-31 01:00"}}],Ljubljana:[{usesMetazone:{_mzone:"Europe_Central"}}],London:[{usesMetazone:{_mzone:"British",_to:"1971-10-31 02:00"}},{usesMetazone:{_mzone:"GMT",_from:"1971-10-31 02:00"}}],Luxembourg:[{usesMetazone:{_mzone:"Europe_Central"}}],Madrid:[{usesMetazone:{_mzone:"Europe_Central"}}],Malta:[{usesMetazone:{_mzone:"Europe_Central"}}],Mariehamn:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Minsk:[{usesMetazone:{_mzone:"Moscow",_to:"1991-03-30 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1991-03-30 23:00",_to:"2011-03-27 00:00"}},{usesMetazone:{_mzone:"Europe_Further_Eastern",_from:"2011-03-27 00:00",_to:"2014-10-26 22:00"}},{usesMetazone:{_mzone:"Moscow",_from:"2014-10-26 22:00"}}],Monaco:[{usesMetazone:{_mzone:"Europe_Central"}}],Moscow:[{usesMetazone:{_mzone:"Moscow",_to:"1991-03-30 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1991-03-30 23:00",_to:"1992-01-19 00:00"}},{usesMetazone:{_mzone:"Moscow",_from:"1992-01-19 00:00"}}],Oslo:[{usesMetazone:{_mzone:"Europe_Central"}}],Paris:[{usesMetazone:{_mzone:"Europe_Central"}}],Podgorica:[{usesMetazone:{_mzone:"Europe_Central"}}],Prague:[{usesMetazone:{_mzone:"Europe_Central"}}],Riga:[{usesMetazone:{_mzone:"Moscow",_to:"1989-03-25 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1989-03-25 23:00"}}],Rome:[{usesMetazone:{_mzone:"Europe_Central"}}],Samara:[{usesMetazone:{_mzone:"Kuybyshev",_to:"1989-03-25 22:00"}},{usesMetazone:{_mzone:"Moscow",_from:"1989-03-25 22:00",_to:"1991-03-30 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1991-03-30 23:00",_to:"1991-09-29 00:00"}},{usesMetazone:{_mzone:"Samara",_from:"1991-09-29 00:00"}}],San_Marino:[{usesMetazone:{_mzone:"Europe_Central"}}],Sarajevo:[{usesMetazone:{_mzone:"Europe_Central"}}],Saratov:[{usesMetazone:{_mzone:"Moscow",_from:"1992-03-28 22:00",_to:"2016-12-03 23:00"}}],Simferopol:[{usesMetazone:{_mzone:"Moscow",_to:"1990-06-30 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1990-06-30 23:00",_to:"1994-04-30 21:00"}},{usesMetazone:{_mzone:"Moscow",_from:"1994-04-30 21:00",_to:"1997-03-30 01:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1997-03-30 01:00",_to:"2014-03-30 00:00"}},{usesMetazone:{_mzone:"Moscow",_from:"2014-03-30 00:00"}}],Skopje:[{usesMetazone:{_mzone:"Europe_Central"}}],Sofia:[{usesMetazone:{_mzone:"Europe_Eastern"}}],Stockholm:[{usesMetazone:{_mzone:"Europe_Central"}}],Tallinn:[{usesMetazone:{_mzone:"Moscow",_to:"1989-03-25 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1989-03-25 23:00"}}],Tirane:[{usesMetazone:{_mzone:"Europe_Central"}}],Ulyanovsk:[{usesMetazone:{_mzone:"Moscow",_from:"1992-01-19 00:00",_to:"2016-03-26 23:00"}}],Uzhgorod:[{usesMetazone:{_mzone:"Moscow",_to:"1990-06-30 23:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1990-06-30 23:00",_to:"1991-03-31 02:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1991-03-31 02:00"}}],Vaduz:[{usesMetazone:{_mzone:"Europe_Central"}}],Vatican:[{usesMetazone:{_mzone:"Europe_Central"}}],Vienna:[{usesMetazone:{_mzone:"Europe_Central"}}],Vilnius:[{usesMetazone:{_mzone:"Moscow",_to:"1989-03-25 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1989-03-25 23:00",_to:"1998-03-29 01:00"}},{usesMetazone:{_mzone:"Europe_Central",_from:"1998-03-29 01:00",_to:"1999-10-31 01:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1999-10-31 01:00"}}],Volgograd:[{usesMetazone:{_mzone:"Volgograd",_to:"1992-03-28 22:00"}},{usesMetazone:{_mzone:"Moscow",_from:"1992-03-28 22:00",_to:"2018-10-27 23:00"}},{usesMetazone:{_mzone:"Volgograd",_from:"2018-10-27 23:00"}}],Warsaw:[{usesMetazone:{_mzone:"Europe_Central"}}],Zagreb:[{usesMetazone:{_mzone:"Europe_Central"}}],Zaporozhye:[{usesMetazone:{_mzone:"Moscow",_to:"1991-03-30 23:00"}},{usesMetazone:{_mzone:"Europe_Eastern",_from:"1991-03-30 23:00"}}],Zurich:[{usesMetazone:{_mzone:"Europe_Central"}}]},Indian:{Antananarivo:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Chagos:[{usesMetazone:{_mzone:"Indian_Ocean"}}],Christmas:[{usesMetazone:{_mzone:"Christmas"}}],Cocos:[{usesMetazone:{_mzone:"Cocos"}}],Comoro:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Kerguelen:[{usesMetazone:{_mzone:"French_Southern"}}],Mahe:[{usesMetazone:{_mzone:"Seychelles"}}],Maldives:[{usesMetazone:{_mzone:"Maldives"}}],Mauritius:[{usesMetazone:{_mzone:"Mauritius"}}],Mayotte:[{usesMetazone:{_mzone:"Africa_Eastern"}}],Reunion:[{usesMetazone:{_mzone:"Reunion"}}]},MST7MDT:[{usesMetazone:{_mzone:"America_Mountain"}}],Pacific:{Apia:[{usesMetazone:{_mzone:"Apia"}}],Auckland:[{usesMetazone:{_mzone:"New_Zealand"}}],Bougainville:[{usesMetazone:{_mzone:"Papua_New_Guinea",_to:"2014-12-27 16:00"}}],Chatham:[{usesMetazone:{_mzone:"Chatham"}}],Easter:[{usesMetazone:{_mzone:"Easter"}}],Efate:[{usesMetazone:{_mzone:"Vanuatu"}}],Enderbury:[{usesMetazone:{_mzone:"Phoenix_Islands"}}],Fakaofo:[{usesMetazone:{_mzone:"Tokelau"}}],Fiji:[{usesMetazone:{_mzone:"Fiji"}}],Funafuti:[{usesMetazone:{_mzone:"Tuvalu"}}],Galapagos:[{usesMetazone:{_mzone:"Ecuador",_to:"1986-01-01 05:00"}},{usesMetazone:{_mzone:"Galapagos",_from:"1986-01-01 05:00"}}],Gambier:[{usesMetazone:{_mzone:"Gambier"}}],Guadalcanal:[{usesMetazone:{_mzone:"Solomon"}}],Guam:[{usesMetazone:{_mzone:"Guam",_to:"2000-12-22 14:00"}},{usesMetazone:{_mzone:"Chamorro",_from:"2000-12-22 14:00"}}],Honolulu:[{usesMetazone:{_mzone:"Alaska_Hawaii",_to:"1983-10-30 11:00"}},{usesMetazone:{_mzone:"Hawaii_Aleutian",_from:"1983-10-30 11:00"}}],Johnston:[{usesMetazone:{_mzone:"Alaska_Hawaii",_to:"1983-10-30 11:00"}},{usesMetazone:{_mzone:"Hawaii_Aleutian",_from:"1983-10-30 11:00"}}],Kiritimati:[{usesMetazone:{_mzone:"Line_Islands"}}],Kosrae:[{usesMetazone:{_mzone:"Kosrae"}}],Kwajalein:[{usesMetazone:{_mzone:"Kwajalein",_to:"1993-08-21 12:00"}},{usesMetazone:{_mzone:"Marshall_Islands",_from:"1993-08-21 12:00"}}],Majuro:[{usesMetazone:{_mzone:"Marshall_Islands"}}],Marquesas:[{usesMetazone:{_mzone:"Marquesas"}}],Midway:[{usesMetazone:{_mzone:"Bering",_to:"1983-10-30 12:00"}},{usesMetazone:{_mzone:"Samoa",_from:"1983-10-30 12:00"}}],Nauru:[{usesMetazone:{_mzone:"Nauru"}}],Niue:[{usesMetazone:{_mzone:"Niue"}}],Norfolk:[{usesMetazone:{_mzone:"Norfolk"}}],Noumea:[{usesMetazone:{_mzone:"New_Caledonia"}}],Pago_Pago:[{usesMetazone:{_mzone:"Bering",_to:"1983-10-30 12:00"}},{usesMetazone:{_mzone:"Samoa",_from:"1983-10-30 12:00"}}],Palau:[{usesMetazone:{_mzone:"Palau"}}],Pitcairn:[{usesMetazone:{_mzone:"Pitcairn"}}],Ponape:[{usesMetazone:{_mzone:"Ponape"}}],Port_Moresby:[{usesMetazone:{_mzone:"Papua_New_Guinea"}}],Rarotonga:[{usesMetazone:{_mzone:"Cook"}}],Saipan:[{usesMetazone:{_mzone:"North_Mariana",_to:"2000-12-22 14:00"}},{usesMetazone:{_mzone:"Chamorro",_from:"2000-12-22 14:00"}}],Tahiti:[{usesMetazone:{_mzone:"Tahiti"}}],Tarawa:[{usesMetazone:{_mzone:"Gilbert_Islands"}}],Tongatapu:[{usesMetazone:{_mzone:"Tonga"}}],Truk:[{usesMetazone:{_mzone:"Truk"}}],Wake:[{usesMetazone:{_mzone:"Wake"}}],Wallis:[{usesMetazone:{_mzone:"Wallis"}}]},PST8PDT:[{usesMetazone:{_mzone:"America_Pacific"}}]}},metazones:[{mapZone:{_other:"Acre",_type:"America/Rio_Branco",_territory:"001"}},{mapZone:{_other:"Afghanistan",_type:"Asia/Kabul",_territory:"001"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Maputo",_territory:"001"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Bujumbura",_territory:"BI"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Gaborone",_territory:"BW"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Lubumbashi",_territory:"CD"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Blantyre",_territory:"MW"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Kigali",_territory:"RW"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Lusaka",_territory:"ZM"}},{mapZone:{_other:"Africa_Central",_type:"Africa/Harare",_territory:"ZW"}},{mapZone:{_other:"Africa_Eastern",_type:"Africa/Nairobi",_territory:"001"}},{mapZone:{_other:"Africa_Eastern",_type:"Africa/Djibouti",_territory:"DJ"}},{mapZone:{_other:"Africa_Eastern",_type:"Africa/Asmera",_territory:"ER"}},{mapZone:{_other:"Africa_Eastern",_type:"Africa/Addis_Ababa",_territory:"ET"}},{mapZone:{_other:"Africa_Eastern",_type:"Indian/Comoro",_territory:"KM"}},{mapZone:{_other:"Africa_Eastern",_type:"Indian/Antananarivo",_territory:"MG"}},{mapZone:{_other:"Africa_Eastern",_type:"Africa/Mogadishu",_territory:"SO"}},{mapZone:{_other:"Africa_Eastern",_type:"Africa/Dar_es_Salaam",_territory:"TZ"}},{mapZone:{_other:"Africa_Eastern",_type:"Africa/Kampala",_territory:"UG"}},{mapZone:{_other:"Africa_Eastern",_type:"Indian/Mayotte",_territory:"YT"}},{mapZone:{_other:"Africa_FarWestern",_type:"Africa/El_Aaiun",_territory:"001"}},{mapZone:{_other:"Africa_Southern",_type:"Africa/Johannesburg",_territory:"001"}},{mapZone:{_other:"Africa_Southern",_type:"Africa/Maseru",_territory:"LS"}},{mapZone:{_other:"Africa_Southern",_type:"Africa/Mbabane",_territory:"SZ"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Lagos",_territory:"001"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Luanda",_territory:"AO"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Porto-Novo",_territory:"BJ"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Kinshasa",_territory:"CD"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Bangui",_territory:"CF"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Brazzaville",_territory:"CG"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Douala",_territory:"CM"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Libreville",_territory:"GA"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Malabo",_territory:"GQ"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Niamey",_territory:"NE"}},{mapZone:{_other:"Africa_Western",_type:"Africa/Ndjamena",_territory:"TD"}},{mapZone:{_other:"Aktyubinsk",_type:"Asia/Aqtobe",_territory:"001"}},{mapZone:{_other:"Alaska",_type:"America/Juneau",_territory:"001"}},{mapZone:{_other:"Alaska_Hawaii",_type:"America/Anchorage",_territory:"001"}},{mapZone:{_other:"Almaty",_type:"Asia/Almaty",_territory:"001"}},{mapZone:{_other:"Amazon",_type:"America/Manaus",_territory:"001"}},{mapZone:{_other:"America_Central",_type:"America/Chicago",_territory:"001"}},{mapZone:{_other:"America_Central",_type:"America/Belize",_territory:"BZ"}},{mapZone:{_other:"America_Central",_type:"America/Winnipeg",_territory:"CA"}},{mapZone:{_other:"America_Central",_type:"America/Costa_Rica",_territory:"CR"}},{mapZone:{_other:"America_Central",_type:"America/Guatemala",_territory:"GT"}},{mapZone:{_other:"America_Central",_type:"America/Tegucigalpa",_territory:"HN"}},{mapZone:{_other:"America_Central",_type:"America/Mexico_City",_territory:"MX"}},{mapZone:{_other:"America_Central",_type:"America/El_Salvador",_territory:"SV"}},{mapZone:{_other:"America_Eastern",_type:"America/New_York",_territory:"001"}},{mapZone:{_other:"America_Eastern",_type:"America/Nassau",_territory:"BS"}},{mapZone:{_other:"America_Eastern",_type:"America/Toronto",_territory:"CA"}},{mapZone:{_other:"America_Eastern",_type:"America/Port-au-Prince",_territory:"HT"}},{mapZone:{_other:"America_Eastern",_type:"America/Jamaica",_territory:"JM"}},{mapZone:{_other:"America_Eastern",_type:"America/Cayman",_territory:"KY"}},{mapZone:{_other:"America_Eastern",_type:"America/Panama",_territory:"PA"}},{mapZone:{_other:"America_Mountain",_type:"America/Denver",_territory:"001"}},{mapZone:{_other:"America_Mountain",_type:"America/Edmonton",_territory:"CA"}},{mapZone:{_other:"America_Mountain",_type:"America/Hermosillo",_territory:"MX"}},{mapZone:{_other:"America_Pacific",_type:"America/Los_Angeles",_territory:"001"}},{mapZone:{_other:"America_Pacific",_type:"America/Vancouver",_territory:"CA"}},{mapZone:{_other:"America_Pacific",_type:"America/Tijuana",_territory:"MX"}},{mapZone:{_other:"Anadyr",_type:"Asia/Anadyr",_territory:"001"}},{mapZone:{_other:"Apia",_type:"Pacific/Apia",_territory:"001"}},{mapZone:{_other:"Aqtau",_type:"Asia/Aqtau",_territory:"001"}},{mapZone:{_other:"Aqtobe",_type:"Asia/Aqtobe",_territory:"001"}},{mapZone:{_other:"Arabian",_type:"Asia/Riyadh",_territory:"001"}},{mapZone:{_other:"Arabian",_type:"Asia/Bahrain",_territory:"BH"}},{mapZone:{_other:"Arabian",_type:"Asia/Baghdad",_territory:"IQ"}},{mapZone:{_other:"Arabian",_type:"Asia/Kuwait",_territory:"KW"}},{mapZone:{_other:"Arabian",_type:"Asia/Qatar",_territory:"QA"}},{mapZone:{_other:"Arabian",_type:"Asia/Aden",_territory:"YE"}},{mapZone:{_other:"Argentina",_type:"America/Buenos_Aires",_territory:"001"}},{mapZone:{_other:"Argentina_Western",_type:"America/Argentina/San_Luis",_territory:"001"}},{mapZone:{_other:"Armenia",_type:"Asia/Yerevan",_territory:"001"}},{mapZone:{_other:"Ashkhabad",_type:"Asia/Ashgabat",_territory:"001"}},{mapZone:{_other:"Atlantic",_type:"America/Halifax",_territory:"001"}},{mapZone:{_other:"Atlantic",_type:"America/Antigua",_territory:"AG"}},{mapZone:{_other:"Atlantic",_type:"America/Anguilla",_territory:"AI"}},{mapZone:{_other:"Atlantic",_type:"America/Aruba",_territory:"AW"}},{mapZone:{_other:"Atlantic",_type:"America/Barbados",_territory:"BB"}},{mapZone:{_other:"Atlantic",_type:"Atlantic/Bermuda",_territory:"BM"}},{mapZone:{_other:"Atlantic",_type:"America/Kralendijk",_territory:"BQ"}},{mapZone:{_other:"Atlantic",_type:"America/Curacao",_territory:"CW"}},{mapZone:{_other:"Atlantic",_type:"America/Dominica",_territory:"DM"}},{mapZone:{_other:"Atlantic",_type:"America/Grenada",_territory:"GD"}},{mapZone:{_other:"Atlantic",_type:"America/Thule",_territory:"GL"}},{mapZone:{_other:"Atlantic",_type:"America/Guadeloupe",_territory:"GP"}},{mapZone:{_other:"Atlantic",_type:"America/St_Kitts",_territory:"KN"}},{mapZone:{_other:"Atlantic",_type:"America/St_Lucia",_territory:"LC"}},{mapZone:{_other:"Atlantic",_type:"America/Marigot",_territory:"MF"}},{mapZone:{_other:"Atlantic",_type:"America/Martinique",_territory:"MQ"}},{mapZone:{_other:"Atlantic",_type:"America/Montserrat",_territory:"MS"}},{mapZone:{_other:"Atlantic",_type:"America/Puerto_Rico",_territory:"PR"}},{mapZone:{_other:"Atlantic",_type:"America/Lower_Princes",_territory:"SX"}},{mapZone:{_other:"Atlantic",_type:"America/Port_of_Spain",_territory:"TT"}},{mapZone:{_other:"Atlantic",_type:"America/St_Vincent",_territory:"VC"}},{mapZone:{_other:"Atlantic",_type:"America/Tortola",_territory:"VG"}},{mapZone:{_other:"Atlantic",_type:"America/St_Thomas",_territory:"VI"}},{mapZone:{_other:"Australia_Central",_type:"Australia/Adelaide",_territory:"001"}},{mapZone:{_other:"Australia_CentralWestern",_type:"Australia/Eucla",_territory:"001"}},{mapZone:{_other:"Australia_Eastern",_type:"Australia/Sydney",_territory:"001"}},{mapZone:{_other:"Australia_Western",_type:"Australia/Perth",_territory:"001"}},{mapZone:{_other:"Azerbaijan",_type:"Asia/Baku",_territory:"001"}},{mapZone:{_other:"Azores",_type:"Atlantic/Azores",_territory:"001"}},{mapZone:{_other:"Baku",_type:"Asia/Baku",_territory:"001"}},{mapZone:{_other:"Bangladesh",_type:"Asia/Dhaka",_territory:"001"}},{mapZone:{_other:"Bering",_type:"America/Adak",_territory:"001"}},{mapZone:{_other:"Bhutan",_type:"Asia/Thimphu",_territory:"001"}},{mapZone:{_other:"Bolivia",_type:"America/La_Paz",_territory:"001"}},{mapZone:{_other:"Borneo",_type:"Asia/Kuching",_territory:"001"}},{mapZone:{_other:"Brasilia",_type:"America/Sao_Paulo",_territory:"001"}},{mapZone:{_other:"British",_type:"Europe/London",_territory:"001"}},{mapZone:{_other:"Brunei",_type:"Asia/Brunei",_territory:"001"}},{mapZone:{_other:"Cape_Verde",_type:"Atlantic/Cape_Verde",_territory:"001"}},{mapZone:{_other:"Casey",_type:"Antarctica/Casey",_territory:"001"}},{mapZone:{_other:"Chamorro",_type:"Pacific/Saipan",_territory:"001"}},{mapZone:{_other:"Chamorro",_type:"Pacific/Guam",_territory:"GU"}},{mapZone:{_other:"Chatham",_type:"Pacific/Chatham",_territory:"001"}},{mapZone:{_other:"Chile",_type:"America/Santiago",_territory:"001"}},{mapZone:{_other:"China",_type:"Asia/Shanghai",_territory:"001"}},{mapZone:{_other:"Choibalsan",_type:"Asia/Choibalsan",_territory:"001"}},{mapZone:{_other:"Christmas",_type:"Indian/Christmas",_territory:"001"}},{mapZone:{_other:"Cocos",_type:"Indian/Cocos",_territory:"001"}},{mapZone:{_other:"Colombia",_type:"America/Bogota",_territory:"001"}},{mapZone:{_other:"Cook",_type:"Pacific/Rarotonga",_territory:"001"}},{mapZone:{_other:"Cuba",_type:"America/Havana",_territory:"001"}},{mapZone:{_other:"Dacca",_type:"Asia/Dhaka",_territory:"001"}},{mapZone:{_other:"Davis",_type:"Antarctica/Davis",_territory:"001"}},{mapZone:{_other:"Dominican",_type:"America/Santo_Domingo",_territory:"001"}},{mapZone:{_other:"DumontDUrville",_type:"Antarctica/DumontDUrville",_territory:"001"}},{mapZone:{_other:"Dushanbe",_type:"Asia/Dushanbe",_territory:"001"}},{mapZone:{_other:"Dutch_Guiana",_type:"America/Paramaribo",_territory:"001"}},{mapZone:{_other:"East_Timor",_type:"Asia/Dili",_territory:"001"}},{mapZone:{_other:"Easter",_type:"Pacific/Easter",_territory:"001"}},{mapZone:{_other:"Ecuador",_type:"America/Guayaquil",_territory:"001"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Paris",_territory:"001"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Andorra",_territory:"AD"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Tirane",_territory:"AL"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Vienna",_territory:"AT"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Sarajevo",_territory:"BA"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Brussels",_territory:"BE"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Zurich",_territory:"CH"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Prague",_territory:"CZ"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Berlin",_territory:"DE"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Copenhagen",_territory:"DK"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Madrid",_territory:"ES"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Gibraltar",_territory:"GI"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Zagreb",_territory:"HR"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Budapest",_territory:"HU"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Rome",_territory:"IT"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Vaduz",_territory:"LI"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Luxembourg",_territory:"LU"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Monaco",_territory:"MC"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Podgorica",_territory:"ME"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Skopje",_territory:"MK"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Malta",_territory:"MT"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Amsterdam",_territory:"NL"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Oslo",_territory:"NO"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Warsaw",_territory:"PL"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Belgrade",_territory:"RS"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Stockholm",_territory:"SE"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Ljubljana",_territory:"SI"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Bratislava",_territory:"SK"}},{mapZone:{_other:"Europe_Central",_type:"Europe/San_Marino",_territory:"SM"}},{mapZone:{_other:"Europe_Central",_type:"Africa/Tunis",_territory:"TN"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Vatican",_territory:"VA"}},{mapZone:{_other:"Europe_Central",_type:"Europe/Belgrade",_territory:"XK"}},{mapZone:{_other:"Europe_Eastern",_type:"Europe/Bucharest",_territory:"001"}},{mapZone:{_other:"Europe_Eastern",_type:"Europe/Mariehamn",_territory:"AX"}},{mapZone:{_other:"Europe_Eastern",_type:"Europe/Sofia",_territory:"BG"}},{mapZone:{_other:"Europe_Eastern",_type:"Asia/Nicosia",_territory:"CY"}},{mapZone:{_other:"Europe_Eastern",_type:"Africa/Cairo",_territory:"EG"}},{mapZone:{_other:"Europe_Eastern",_type:"Europe/Helsinki",_territory:"FI"}},{mapZone:{_other:"Europe_Eastern",_type:"Europe/Athens",_territory:"GR"}},{mapZone:{_other:"Europe_Eastern",_type:"Asia/Amman",_territory:"JO"}},{mapZone:{_other:"Europe_Eastern",_type:"Asia/Beirut",_territory:"LB"}},{mapZone:{_other:"Europe_Eastern",_type:"Asia/Damascus",_territory:"SY"}},{mapZone:{_other:"Europe_Further_Eastern",_type:"Europe/Minsk",_territory:"001"}},{mapZone:{_other:"Europe_Further_Eastern",_type:"Europe/Kaliningrad",_territory:"RU"}},{mapZone:{_other:"Europe_Western",_type:"Atlantic/Canary",_territory:"001"}},{mapZone:{_other:"Europe_Western",_type:"Atlantic/Faeroe",_territory:"FO"}},{mapZone:{_other:"Falkland",_type:"Atlantic/Stanley",_territory:"001"}},{mapZone:{_other:"Fiji",_type:"Pacific/Fiji",_territory:"001"}},{mapZone:{_other:"French_Guiana",_type:"America/Cayenne",_territory:"001"}},{mapZone:{_other:"French_Southern",_type:"Indian/Kerguelen",_territory:"001"}},{mapZone:{_other:"Frunze",_type:"Asia/Bishkek",_territory:"001"}},{mapZone:{_other:"Galapagos",_type:"Pacific/Galapagos",_territory:"001"}},{mapZone:{_other:"Gambier",_type:"Pacific/Gambier",_territory:"001"}},{mapZone:{_other:"Georgia",_type:"Asia/Tbilisi",_territory:"001"}},{mapZone:{_other:"Gilbert_Islands",_type:"Pacific/Tarawa",_territory:"001"}},{mapZone:{_other:"GMT",_type:"Atlantic/Reykjavik",_territory:"001"}},{mapZone:{_other:"GMT",_type:"Africa/Ouagadougou",_territory:"BF"}},{mapZone:{_other:"GMT",_type:"Africa/Abidjan",_territory:"CI"}},{mapZone:{_other:"GMT",_type:"Europe/London",_territory:"GB"}},{mapZone:{_other:"GMT",_type:"Africa/Accra",_territory:"GH"}},{mapZone:{_other:"GMT",_type:"Africa/Banjul",_territory:"GM"}},{mapZone:{_other:"GMT",_type:"Africa/Conakry",_territory:"GN"}},{mapZone:{_other:"GMT",_type:"Europe/Dublin",_territory:"IE"}},{mapZone:{_other:"GMT",_type:"Africa/Bamako",_territory:"ML"}},{mapZone:{_other:"GMT",_type:"Africa/Nouakchott",_territory:"MR"}},{mapZone:{_other:"GMT",_type:"Atlantic/St_Helena",_territory:"SH"}},{mapZone:{_other:"GMT",_type:"Africa/Freetown",_territory:"SL"}},{mapZone:{_other:"GMT",_type:"Africa/Dakar",_territory:"SN"}},{mapZone:{_other:"GMT",_type:"Africa/Lome",_territory:"TG"}},{mapZone:{_other:"Goose_Bay",_type:"America/Goose_Bay",_territory:"001"}},{mapZone:{_other:"Greenland_Central",_type:"America/Scoresbysund",_territory:"001"}},{mapZone:{_other:"Greenland_Eastern",_type:"America/Scoresbysund",_territory:"001"}},{mapZone:{_other:"Greenland_Western",_type:"America/Godthab",_territory:"001"}},{mapZone:{_other:"Guam",_type:"Pacific/Guam",_territory:"001"}},{mapZone:{_other:"Gulf",_type:"Asia/Dubai",_territory:"001"}},{mapZone:{_other:"Gulf",_type:"Asia/Muscat",_territory:"OM"}},{mapZone:{_other:"Guyana",_type:"America/Guyana",_territory:"001"}},{mapZone:{_other:"Hawaii_Aleutian",_type:"Pacific/Honolulu",_territory:"001"}},{mapZone:{_other:"Hong_Kong",_type:"Asia/Hong_Kong",_territory:"001"}},{mapZone:{_other:"Hovd",_type:"Asia/Hovd",_territory:"001"}},{mapZone:{_other:"India",_type:"Asia/Calcutta",_territory:"001"}},{mapZone:{_other:"India",_type:"Asia/Colombo",_territory:"LK"}},{mapZone:{_other:"Indian_Ocean",_type:"Indian/Chagos",_territory:"001"}},{mapZone:{_other:"Indochina",_type:"Asia/Bangkok",_territory:"001"}},{mapZone:{_other:"Indochina",_type:"Asia/Phnom_Penh",_territory:"KH"}},{mapZone:{_other:"Indochina",_type:"Asia/Vientiane",_territory:"LA"}},{mapZone:{_other:"Indonesia_Central",_type:"Asia/Makassar",_territory:"001"}},{mapZone:{_other:"Indonesia_Eastern",_type:"Asia/Jayapura",_territory:"001"}},{mapZone:{_other:"Indonesia_Western",_type:"Asia/Jakarta",_territory:"001"}},{mapZone:{_other:"Iran",_type:"Asia/Tehran",_territory:"001"}},{mapZone:{_other:"Irish",_type:"Europe/Dublin",_territory:"001"}},{mapZone:{_other:"Irkutsk",_type:"Asia/Irkutsk",_territory:"001"}},{mapZone:{_other:"Israel",_type:"Asia/Jerusalem",_territory:"001"}},{mapZone:{_other:"Japan",_type:"Asia/Tokyo",_territory:"001"}},{mapZone:{_other:"Kamchatka",_type:"Asia/Kamchatka",_territory:"001"}},{mapZone:{_other:"Karachi",_type:"Asia/Karachi",_territory:"001"}},{mapZone:{_other:"Kazakhstan_Eastern",_type:"Asia/Almaty",_territory:"001"}},{mapZone:{_other:"Kazakhstan_Western",_type:"Asia/Aqtobe",_territory:"001"}},{mapZone:{_other:"Kizilorda",_type:"Asia/Qyzylorda",_territory:"001"}},{mapZone:{_other:"Korea",_type:"Asia/Seoul",_territory:"001"}},{mapZone:{_other:"Kosrae",_type:"Pacific/Kosrae",_territory:"001"}},{mapZone:{_other:"Krasnoyarsk",_type:"Asia/Krasnoyarsk",_territory:"001"}},{mapZone:{_other:"Kuybyshev",_type:"Europe/Samara",_territory:"001"}},{mapZone:{_other:"Kwajalein",_type:"Pacific/Kwajalein",_territory:"001"}},{mapZone:{_other:"Kyrgystan",_type:"Asia/Bishkek",_territory:"001"}},{mapZone:{_other:"Lanka",_type:"Asia/Colombo",_territory:"001"}},{mapZone:{_other:"Liberia",_type:"Africa/Monrovia",_territory:"001"}},{mapZone:{_other:"Line_Islands",_type:"Pacific/Kiritimati",_territory:"001"}},{mapZone:{_other:"Lord_Howe",_type:"Australia/Lord_Howe",_territory:"001"}},{mapZone:{_other:"Macau",_type:"Asia/Macau",_territory:"001"}},{mapZone:{_other:"Macquarie",_type:"Antarctica/Macquarie",_territory:"001"}},{mapZone:{_other:"Magadan",_type:"Asia/Magadan",_territory:"001"}},{mapZone:{_other:"Malaya",_type:"Asia/Kuala_Lumpur",_territory:"001"}},{mapZone:{_other:"Malaysia",_type:"Asia/Kuching",_territory:"001"}},{mapZone:{_other:"Maldives",_type:"Indian/Maldives",_territory:"001"}},{mapZone:{_other:"Marquesas",_type:"Pacific/Marquesas",_territory:"001"}},{mapZone:{_other:"Marshall_Islands",_type:"Pacific/Majuro",_territory:"001"}},{mapZone:{_other:"Mauritius",_type:"Indian/Mauritius",_territory:"001"}},{mapZone:{_other:"Mawson",_type:"Antarctica/Mawson",_territory:"001"}},{mapZone:{_other:"Mexico_Northwest",_type:"America/Santa_Isabel",_territory:"001"}},{mapZone:{_other:"Mexico_Pacific",_type:"America/Mazatlan",_territory:"001"}},{mapZone:{_other:"Mongolia",_type:"Asia/Ulaanbaatar",_territory:"001"}},{mapZone:{_other:"Moscow",_type:"Europe/Moscow",_territory:"001"}},{mapZone:{_other:"Myanmar",_type:"Asia/Rangoon",_territory:"001"}},{mapZone:{_other:"Nauru",_type:"Pacific/Nauru",_territory:"001"}},{mapZone:{_other:"Nepal",_type:"Asia/Katmandu",_territory:"001"}},{mapZone:{_other:"New_Caledonia",_type:"Pacific/Noumea",_territory:"001"}},{mapZone:{_other:"New_Zealand",_type:"Pacific/Auckland",_territory:"001"}},{mapZone:{_other:"New_Zealand",_type:"Antarctica/McMurdo",_territory:"AQ"}},{mapZone:{_other:"Newfoundland",_type:"America/St_Johns",_territory:"001"}},{mapZone:{_other:"Niue",_type:"Pacific/Niue",_territory:"001"}},{mapZone:{_other:"Norfolk",_type:"Pacific/Norfolk",_territory:"001"}},{mapZone:{_other:"Noronha",_type:"America/Noronha",_territory:"001"}},{mapZone:{_other:"North_Mariana",_type:"Pacific/Saipan",_territory:"001"}},{mapZone:{_other:"Novosibirsk",_type:"Asia/Novosibirsk",_territory:"001"}},{mapZone:{_other:"Omsk",_type:"Asia/Omsk",_territory:"001"}},{mapZone:{_other:"Oral",_type:"Asia/Oral",_territory:"001"}},{mapZone:{_other:"Pakistan",_type:"Asia/Karachi",_territory:"001"}},{mapZone:{_other:"Palau",_type:"Pacific/Palau",_territory:"001"}},{mapZone:{_other:"Papua_New_Guinea",_type:"Pacific/Port_Moresby",_territory:"001"}},{mapZone:{_other:"Paraguay",_type:"America/Asuncion",_territory:"001"}},{mapZone:{_other:"Peru",_type:"America/Lima",_territory:"001"}},{mapZone:{_other:"Philippines",_type:"Asia/Manila",_territory:"001"}},{mapZone:{_other:"Phoenix_Islands",_type:"Pacific/Enderbury",_territory:"001"}},{mapZone:{_other:"Pierre_Miquelon",_type:"America/Miquelon",_territory:"001"}},{mapZone:{_other:"Pitcairn",_type:"Pacific/Pitcairn",_territory:"001"}},{mapZone:{_other:"Ponape",_type:"Pacific/Ponape",_territory:"001"}},{mapZone:{_other:"Pyongyang",_type:"Asia/Pyongyang",_territory:"001"}},{mapZone:{_other:"Qyzylorda",_type:"Asia/Qyzylorda",_territory:"001"}},{mapZone:{_other:"Reunion",_type:"Indian/Reunion",_territory:"001"}},{mapZone:{_other:"Rothera",_type:"Antarctica/Rothera",_territory:"001"}},{mapZone:{_other:"Sakhalin",_type:"Asia/Sakhalin",_territory:"001"}},{mapZone:{_other:"Samara",_type:"Europe/Samara",_territory:"001"}},{mapZone:{_other:"Samarkand",_type:"Asia/Samarkand",_territory:"001"}},{mapZone:{_other:"Samoa",_type:"Pacific/Pago_Pago",_territory:"001"}},{mapZone:{_other:"Seychelles",_type:"Indian/Mahe",_territory:"001"}},{mapZone:{_other:"Shevchenko",_type:"Asia/Aqtau",_territory:"001"}},{mapZone:{_other:"Singapore",_type:"Asia/Singapore",_territory:"001"}},{mapZone:{_other:"Solomon",_type:"Pacific/Guadalcanal",_territory:"001"}},{mapZone:{_other:"South_Georgia",_type:"Atlantic/South_Georgia",_territory:"001"}},{mapZone:{_other:"Suriname",_type:"America/Paramaribo",_territory:"001"}},{mapZone:{_other:"Sverdlovsk",_type:"Asia/Yekaterinburg",_territory:"001"}},{mapZone:{_other:"Syowa",_type:"Antarctica/Syowa",_territory:"001"}},{mapZone:{_other:"Tahiti",_type:"Pacific/Tahiti",_territory:"001"}},{mapZone:{_other:"Taipei",_type:"Asia/Taipei",_territory:"001"}},{mapZone:{_other:"Tajikistan",_type:"Asia/Dushanbe",_territory:"001"}},{mapZone:{_other:"Tashkent",_type:"Asia/Tashkent",_territory:"001"}},{mapZone:{_other:"Tbilisi",_type:"Asia/Tbilisi",_territory:"001"}},{mapZone:{_other:"Tokelau",_type:"Pacific/Fakaofo",_territory:"001"}},{mapZone:{_other:"Tonga",_type:"Pacific/Tongatapu",_territory:"001"}},{mapZone:{_other:"Truk",_type:"Pacific/Truk",_territory:"001"}},{mapZone:{_other:"Turkey",_type:"Europe/Istanbul",_territory:"001"}},{mapZone:{_other:"Turkmenistan",_type:"Asia/Ashgabat",_territory:"001"}},{mapZone:{_other:"Tuvalu",_type:"Pacific/Funafuti",_territory:"001"}},{mapZone:{_other:"Uralsk",_type:"Asia/Oral",_territory:"001"}},{mapZone:{_other:"Uruguay",_type:"America/Montevideo",_territory:"001"}},{mapZone:{_other:"Urumqi",_type:"Asia/Urumqi",_territory:"001"}},{mapZone:{_other:"Uzbekistan",_type:"Asia/Tashkent",_territory:"001"}},{mapZone:{_other:"Vanuatu",_type:"Pacific/Efate",_territory:"001"}},{mapZone:{_other:"Venezuela",_type:"America/Caracas",_territory:"001"}},{mapZone:{_other:"Vladivostok",_type:"Asia/Vladivostok",_territory:"001"}},{mapZone:{_other:"Volgograd",_type:"Europe/Volgograd",_territory:"001"}},{mapZone:{_other:"Vostok",_type:"Antarctica/Vostok",_territory:"001"}},{mapZone:{_other:"Wake",_type:"Pacific/Wake",_territory:"001"}},{mapZone:{_other:"Wallis",_type:"Pacific/Wallis",_territory:"001"}},{mapZone:{_other:"Yakutsk",_type:"Asia/Yakutsk",_territory:"001"}},{mapZone:{_other:"Yekaterinburg",_type:"Asia/Yekaterinburg",_territory:"001"}},{mapZone:{_other:"Yerevan",_type:"Asia/Yerevan",_territory:"001"}},{mapZone:{_other:"Yukon",_type:"America/Yakutat",_territory:"001"}}]}}},d={supplemental:{version:{_unicodeVersion:"12.1.0",_cldrVersion:"36"},weekData:{minDays:{"001":"1",AD:"4",AN:"4",AT:"4",AX:"4",BE:"4",BG:"4",CH:"4",CZ:"4",DE:"4",DK:"4",EE:"4",ES:"4",FI:"4",FJ:"4",FO:"4",FR:"4",GB:"4",GF:"4",GG:"4",GI:"4",GP:"4",GR:"4",GU:"1",HU:"4",IE:"4",IM:"4",IS:"4",IT:"4",JE:"4",LI:"4",LT:"4",LU:"4",MC:"4",MQ:"4",NL:"4",NO:"4",PL:"4",PT:"4",RE:"4",RU:"4",SE:"4",SJ:"4",SK:"4",SM:"4",UM:"1",US:"1",VA:"4",VI:"1"},firstDay:{"001":"mon",AD:"mon",AE:"sat",AF:"sat",AG:"sun",AI:"mon",AL:"mon",AM:"mon",AN:"mon",AR:"mon",AS:"sun",AT:"mon",AU:"sun",AX:"mon",AZ:"mon",BA:"mon",BD:"sun",BE:"mon",BG:"mon",BH:"sat",BM:"mon",BN:"mon",BR:"sun",BS:"sun",BT:"sun",BW:"sun",BY:"mon",BZ:"sun",CA:"sun",CH:"mon",CL:"mon",CM:"mon",CN:"sun",CO:"sun",CR:"mon",CY:"mon",CZ:"mon",DE:"mon",DJ:"sat",DK:"mon",DM:"sun",DO:"sun",DZ:"sat",EC:"mon",EE:"mon",EG:"sat",ES:"mon",ET:"sun",FI:"mon",FJ:"mon",FO:"mon",FR:"mon",GB:"mon","GB-alt-variant":"sun",GE:"mon",GF:"mon",GP:"mon",GR:"mon",GT:"sun",GU:"sun",HK:"sun",HN:"sun",HR:"mon",HU:"mon",ID:"sun",IE:"mon",IL:"sun",IN:"sun",IQ:"sat",IR:"sat",IS:"mon",IT:"mon",JM:"sun",JO:"sat",JP:"sun",KE:"sun",KG:"mon",KH:"sun",KR:"sun",KW:"sat",KZ:"mon",LA:"sun",LB:"mon",LI:"mon",LK:"mon",LT:"mon",LU:"mon",LV:"mon",LY:"sat",MC:"mon",MD:"mon",ME:"mon",MH:"sun",MK:"mon",MM:"sun",MN:"mon",MO:"sun",MQ:"mon",MT:"sun",MV:"fri",MX:"sun",MY:"mon",MZ:"sun",NI:"sun",NL:"mon",NO:"mon",NP:"sun",NZ:"mon",OM:"sat",PA:"sun",PE:"sun",PH:"sun",PK:"sun",PL:"mon",PR:"sun",PT:"sun",PY:"sun",QA:"sat",RE:"mon",RO:"mon",RS:"mon",RU:"mon",SA:"sun",SD:"sat",SE:"mon",SG:"sun",SI:"mon",SK:"mon",SM:"mon",SV:"sun",SY:"sat",TH:"sun",TJ:"mon",TM:"mon",TR:"mon",TT:"sun",TW:"sun",UA:"mon",UM:"sun",US:"sun",UY:"mon",UZ:"mon",VA:"mon",VE:"sun",VI:"sun",VN:"mon",WS:"sun",XK:"mon",YE:"sun",ZA:"sun",ZW:"sun"},weekendStart:{"001":"sat",AE:"fri",AF:"thu",BH:"fri",DZ:"fri",EG:"fri",IL:"fri",IN:"sun",IQ:"fri",IR:"fri",JO:"fri",KW:"fri",LY:"fri",OM:"fri",QA:"fri",SA:"fri",SD:"fri",SY:"fri",UG:"sun",YE:"fri"},weekendEnd:{"001":"sun",AE:"sat",AF:"fri",BH:"sat",DZ:"sat",EG:"sat",IL:"sat",IQ:"sat",IR:"fri",JO:"sat",KW:"sat",LY:"sat",OM:"sat",QA:"sat",SA:"sat",SD:"sat",SY:"sat",YE:"sat"},af:{_ordering:"weekOfDate weekOfInterval weekOfMonth"},"am az bs cs cy da el et hi ky lt mk sk ta th":{_ordering:"weekOfYear weekOfMonth"},"ar fil gu hu hy id kk ko":{_ordering:"weekOfMonth"},"be ro ru":{_ordering:"weekOfInterval weekOfMonth"},"bg de iw pt ur zh":{_ordering:"weekOfDate weekOfMonth weekOfInterval"},"ca es fr gl":{_ordering:"weekOfDate"},"en bn ja ka":{_ordering:"weekOfDate weekOfMonth"},eu:{_ordering:"weekOfMonth weekOfDate"},"fa hr it lv pl si sr uk uz":{_ordering:"weekOfMonth weekOfInterval"},"fi zh-TW":{_ordering:"weekOfYear weekOfDate weekOfMonth"},"is mn no sv vi":{_ordering:"weekOfYear weekOfMonth weekOfInterval"},"km mr":{_ordering:"weekOfMonth weekOfYear"},"kn ml pa":{_ordering:"weekOfMonth weekOfDate weekOfYear"},"lo sq":{_ordering:"weekOfMonth weekOfInterval weekOfDate weekOfYear"},"ms tr":{_ordering:"weekOfMonth weekOfYear weekOfInterval weekOfDate"},nl:{_ordering:"weekOfDate weekOfYear weekOfMonth"},sl:{_ordering:"weekOfInterval"},"sw te":{_ordering:"weekOfMonth weekOfInterval weekOfYear"},und:{_ordering:"weekOfYear"},zu:{_ordering:"weekOfYear weekOfInterval"}}}},h={main:{en:{identity:{version:{_cldrVersion:"36"},language:"en"},dates:{calendars:{gregorian:{months:{format:{abbreviated:{1:"Jan",2:"Feb",3:"Mar",4:"Apr",5:"May",6:"Jun",7:"Jul",8:"Aug",9:"Sep",10:"Oct",11:"Nov",12:"Dec"},narrow:{1:"J",2:"F",3:"M",4:"A",5:"M",6:"J",7:"J",8:"A",9:"S",10:"O",11:"N",12:"D"},wide:{1:"January",2:"February",3:"March",4:"April",5:"May",6:"June",7:"July",8:"August",9:"September",10:"October",11:"November",12:"December"}},"stand-alone":{abbreviated:{1:"Jan",2:"Feb",3:"Mar",4:"Apr",5:"May",6:"Jun",7:"Jul",8:"Aug",9:"Sep",10:"Oct",11:"Nov",12:"Dec"},narrow:{1:"J",2:"F",3:"M",4:"A",5:"M",6:"J",7:"J",8:"A",9:"S",10:"O",11:"N",12:"D"},wide:{1:"January",2:"February",3:"March",4:"April",5:"May",6:"June",7:"July",8:"August",9:"September",10:"October",11:"November",12:"December"}}},days:{format:{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},narrow:{sun:"S",mon:"M",tue:"T",wed:"W",thu:"T",fri:"F",sat:"S"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}},"stand-alone":{abbreviated:{sun:"Sun",mon:"Mon",tue:"Tue",wed:"Wed",thu:"Thu",fri:"Fri",sat:"Sat"},narrow:{sun:"S",mon:"M",tue:"T",wed:"W",thu:"T",fri:"F",sat:"S"},short:{sun:"Su",mon:"Mo",tue:"Tu",wed:"We",thu:"Th",fri:"Fr",sat:"Sa"},wide:{sun:"Sunday",mon:"Monday",tue:"Tuesday",wed:"Wednesday",thu:"Thursday",fri:"Friday",sat:"Saturday"}}},quarters:{format:{abbreviated:{1:"Q1",2:"Q2",3:"Q3",4:"Q4"},narrow:{1:"1",2:"2",3:"3",4:"4"},wide:{1:"1st quarter",2:"2nd quarter",3:"3rd quarter",4:"4th quarter"}},"stand-alone":{abbreviated:{1:"Q1",2:"Q2",3:"Q3",4:"Q4"},narrow:{1:"1",2:"2",3:"3",4:"4"},wide:{1:"1st quarter",2:"2nd quarter",3:"3rd quarter",4:"4th quarter"}}},dayPeriods:{format:{abbreviated:{midnight:"midnight",am:"AM","am-alt-variant":"am",noon:"noon",pm:"PM","pm-alt-variant":"pm",morning1:"in the morning",afternoon1:"in the afternoon",evening1:"in the evening",night1:"at night"},narrow:{midnight:"mi",am:"a","am-alt-variant":"am",noon:"n",pm:"p","pm-alt-variant":"pm",morning1:"in the morning",afternoon1:"in the afternoon",evening1:"in the evening",night1:"at night"},wide:{midnight:"midnight",am:"AM","am-alt-variant":"am",noon:"noon",pm:"PM","pm-alt-variant":"pm",morning1:"in the morning",afternoon1:"in the afternoon",evening1:"in the evening",night1:"at night"}},"stand-alone":{abbreviated:{midnight:"midnight",am:"AM","am-alt-variant":"am",noon:"noon",pm:"PM","pm-alt-variant":"pm",morning1:"morning",afternoon1:"afternoon",evening1:"evening",night1:"night"},narrow:{midnight:"midnight",am:"AM","am-alt-variant":"am",noon:"noon",pm:"PM","pm-alt-variant":"pm",morning1:"morning",afternoon1:"afternoon",evening1:"evening",night1:"night"},wide:{midnight:"midnight",am:"AM","am-alt-variant":"am",noon:"noon",pm:"PM","pm-alt-variant":"pm",morning1:"morning",afternoon1:"afternoon",evening1:"evening",night1:"night"}}},eras:{eraNames:{0:"Before Christ",1:"Anno Domini","0-alt-variant":"Before Common Era","1-alt-variant":"Common Era"},eraAbbr:{0:"BC",1:"AD","0-alt-variant":"BCE","1-alt-variant":"CE"},eraNarrow:{0:"B",1:"A","0-alt-variant":"BCE","1-alt-variant":"CE"}},dateFormats:{full:"EEEE, MMMM d, y",long:"MMMM d, y",medium:"MMM d, y",short:"M/d/yy"},timeFormats:{full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},dateTimeFormats:{full:"{1} 'at' {0}",long:"{1} 'at' {0}",medium:"{1}, {0}",short:"{1}, {0}",availableFormats:{Bh:"h B",Bhm:"h:mm B",Bhms:"h:mm:ss B",d:"d",E:"ccc",EBhm:"E h:mm B",EBhms:"E h:mm:ss B",Ed:"d E",Ehm:"E h:mm a",EHm:"E HH:mm",Ehms:"E h:mm:ss a",EHms:"E HH:mm:ss",Gy:"y G",GyMMM:"MMM y G",GyMMMd:"MMM d, y G",GyMMMEd:"E, MMM d, y G",h:"h a",H:"HH",hm:"h:mm a",Hm:"HH:mm",hms:"h:mm:ss a",Hms:"HH:mm:ss",hmsv:"h:mm:ss a v",Hmsv:"HH:mm:ss v",hmv:"h:mm a v",Hmv:"HH:mm v",M:"L",Md:"M/d",MEd:"E, M/d",MMM:"LLL",MMMd:"MMM d",MMMEd:"E, MMM d",MMMMd:"MMMM d","MMMMW-count-one":"'week' W 'of' MMMM","MMMMW-count-other":"'week' W 'of' MMMM",ms:"mm:ss",y:"y",yM:"M/y",yMd:"M/d/y",yMEd:"E, M/d/y",yMMM:"MMM y",yMMMd:"MMM d, y",yMMMEd:"E, MMM d, y",yMMMM:"MMMM y",yQQQ:"QQQ y",yQQQQ:"QQQQ y","yw-count-one":"'week' w 'of' Y","yw-count-other":"'week' w 'of' Y"},appendItems:{Day:"{0} ({2}: {1})","Day-Of-Week":"{0} {1}",Era:"{0} {1}",Hour:"{0} ({2}: {1})",Minute:"{0} ({2}: {1})",Month:"{0} ({2}: {1})",Quarter:"{0} ({2}: {1})",Second:"{0} ({2}: {1})",Timezone:"{0} {1}",Week:"{0} ({2}: {1})",Year:"{0} {1}"},intervalFormats:{intervalFormatFallback:"{0} – {1}",Bh:{B:"h B – h B",h:"h – h B"},Bhm:{B:"h:mm B – h:mm B",h:"h:mm – h:mm B",m:"h:mm – h:mm B"},d:{d:"d – d"},Gy:{G:"y G – y G",y:"y – y G"},GyM:{G:"M/y GGGGG – M/y GGGGG",M:"M/y – M/y GGGGG",y:"M/y – M/y GGGGG"},GyMd:{d:"M/d/y – M/d/y GGGGG",G:"M/d/y GGGGG – M/d/y GGGGG",M:"M/d/y – M/d/y GGGGG",y:"M/d/y – M/d/y GGGGG"},GyMEd:{d:"E, M/d/y – E, M/d/y GGGGG",G:"E, M/d/y GGGGG – E, M/d/y GGGGG",M:"E, M/d/y – E, M/d/y GGGGG",y:"E, M/d/y – E, M/d/y GGGGG"},GyMMM:{G:"MMM y G – MMM y G",M:"MMM – MMM y G",y:"MMM y – MMM y G"},GyMMMd:{d:"MMM d – d, y G",G:"MMM d, y G – MMM d, y G",M:"MMM d – MMM d, y G",y:"MMM d, y – MMM d, y G"},GyMMMEd:{d:"E, MMM d – E, MMM d, y G",G:"E, MMM d, y G – E, MMM d, y G",M:"E, MMM d – E, MMM d, y G",y:"E, MMM d, y – E, MMM d, y G"},h:{a:"h a – h a",h:"h – h a"},H:{H:"HH – HH"},hm:{a:"h:mm a – h:mm a",h:"h:mm – h:mm a",m:"h:mm – h:mm a"},Hm:{H:"HH:mm – HH:mm",m:"HH:mm – HH:mm"},hmv:{a:"h:mm a – h:mm a v",h:"h:mm – h:mm a v",m:"h:mm – h:mm a v"},Hmv:{H:"HH:mm – HH:mm v",m:"HH:mm – HH:mm v"},hv:{a:"h a – h a v",h:"h – h a v"},Hv:{H:"HH – HH v"},M:{M:"M – M"},Md:{d:"M/d – M/d",M:"M/d – M/d"},MEd:{d:"E, M/d – E, M/d",M:"E, M/d – E, M/d"},MMM:{M:"MMM – MMM"},MMMd:{d:"MMM d – d",M:"MMM d – MMM d"},MMMEd:{d:"E, MMM d – E, MMM d",M:"E, MMM d – E, MMM d"},y:{y:"y – y"},yM:{M:"M/y – M/y",y:"M/y – M/y"},yMd:{d:"M/d/y – M/d/y",M:"M/d/y – M/d/y",y:"M/d/y – M/d/y"},yMEd:{d:"E, M/d/y – E, M/d/y",M:"E, M/d/y – E, M/d/y",y:"E, M/d/y – E, M/d/y"},yMMM:{M:"MMM – MMM y",y:"MMM y – MMM y"},yMMMd:{d:"MMM d – d, y",M:"MMM d – MMM d, y",y:"MMM d, y – MMM d, y"},yMMMEd:{d:"E, MMM d – E, MMM d, y",M:"E, MMM d – E, MMM d, y",y:"E, MMM d, y – E, MMM d, y"},yMMMM:{M:"MMMM – MMMM y",y:"MMMM y – MMMM y"}}}}}}}}},f={main:{en:{identity:{version:{_cldrVersion:"36"},language:"en"},dates:{timeZoneNames:{hourFormat:"+HH:mm;-HH:mm",gmtFormat:"GMT{0}",gmtZeroFormat:"GMT",regionFormat:"{0} Time","regionFormat-type-daylight":"{0} Daylight Time","regionFormat-type-standard":"{0} Standard Time",fallbackFormat:"{1} ({0})",zone:{America:{Adak:{exemplarCity:"Adak"},Anchorage:{exemplarCity:"Anchorage"},Anguilla:{exemplarCity:"Anguilla"},Antigua:{exemplarCity:"Antigua"},Araguaina:{exemplarCity:"Araguaina"},Argentina:{Rio_Gallegos:{exemplarCity:"Rio Gallegos"},San_Juan:{exemplarCity:"San Juan"},Ushuaia:{exemplarCity:"Ushuaia"},La_Rioja:{exemplarCity:"La Rioja"},San_Luis:{exemplarCity:"San Luis"},Salta:{exemplarCity:"Salta"},Tucuman:{exemplarCity:"Tucuman"}},Aruba:{exemplarCity:"Aruba"},Asuncion:{exemplarCity:"Asunción"},Bahia:{exemplarCity:"Bahia"},Bahia_Banderas:{exemplarCity:"Bahia Banderas"},Barbados:{exemplarCity:"Barbados"},Belem:{exemplarCity:"Belem"},Belize:{exemplarCity:"Belize"},"Blanc-Sablon":{exemplarCity:"Blanc-Sablon"},Boa_Vista:{exemplarCity:"Boa Vista"},Bogota:{exemplarCity:"Bogota"},Boise:{exemplarCity:"Boise"},Buenos_Aires:{exemplarCity:"Buenos Aires"},Cambridge_Bay:{exemplarCity:"Cambridge Bay"},Campo_Grande:{exemplarCity:"Campo Grande"},Cancun:{exemplarCity:"Cancun"},Caracas:{exemplarCity:"Caracas"},Catamarca:{exemplarCity:"Catamarca"},Cayenne:{exemplarCity:"Cayenne"},Cayman:{exemplarCity:"Cayman"},Chicago:{exemplarCity:"Chicago"},Chihuahua:{exemplarCity:"Chihuahua"},Coral_Harbour:{exemplarCity:"Atikokan"},Cordoba:{exemplarCity:"Cordoba"},Costa_Rica:{exemplarCity:"Costa Rica"},Creston:{exemplarCity:"Creston"},Cuiaba:{exemplarCity:"Cuiaba"},Curacao:{exemplarCity:"Curaçao"},Danmarkshavn:{exemplarCity:"Danmarkshavn"},Dawson:{exemplarCity:"Dawson"},Dawson_Creek:{exemplarCity:"Dawson Creek"},Denver:{exemplarCity:"Denver"},Detroit:{exemplarCity:"Detroit"},Dominica:{exemplarCity:"Dominica"},Edmonton:{exemplarCity:"Edmonton"},Eirunepe:{exemplarCity:"Eirunepe"},El_Salvador:{exemplarCity:"El Salvador"},Fort_Nelson:{exemplarCity:"Fort Nelson"},Fortaleza:{exemplarCity:"Fortaleza"},Glace_Bay:{exemplarCity:"Glace Bay"},Godthab:{exemplarCity:"Nuuk"},Goose_Bay:{exemplarCity:"Goose Bay"},Grand_Turk:{exemplarCity:"Grand Turk"},Grenada:{exemplarCity:"Grenada"},Guadeloupe:{exemplarCity:"Guadeloupe"},Guatemala:{exemplarCity:"Guatemala"},Guayaquil:{exemplarCity:"Guayaquil"},Guyana:{exemplarCity:"Guyana"},Halifax:{exemplarCity:"Halifax"},Havana:{exemplarCity:"Havana"},Hermosillo:{exemplarCity:"Hermosillo"},Indiana:{Vincennes:{exemplarCity:"Vincennes, Indiana"},Petersburg:{exemplarCity:"Petersburg, Indiana"},Tell_City:{exemplarCity:"Tell City, Indiana"},Knox:{exemplarCity:"Knox, Indiana"},Winamac:{exemplarCity:"Winamac, Indiana"},Marengo:{exemplarCity:"Marengo, Indiana"},Vevay:{exemplarCity:"Vevay, Indiana"}},Indianapolis:{exemplarCity:"Indianapolis"},Inuvik:{exemplarCity:"Inuvik"},Iqaluit:{exemplarCity:"Iqaluit"},Jamaica:{exemplarCity:"Jamaica"},Jujuy:{exemplarCity:"Jujuy"},Juneau:{exemplarCity:"Juneau"},Kentucky:{Monticello:{exemplarCity:"Monticello, Kentucky"}},Kralendijk:{exemplarCity:"Kralendijk"},La_Paz:{exemplarCity:"La Paz"},Lima:{exemplarCity:"Lima"},Los_Angeles:{exemplarCity:"Los Angeles"},Louisville:{exemplarCity:"Louisville"},Lower_Princes:{exemplarCity:"Lower Prince’s Quarter"},Maceio:{exemplarCity:"Maceio"},Managua:{exemplarCity:"Managua"},Manaus:{exemplarCity:"Manaus"},Marigot:{exemplarCity:"Marigot"},Martinique:{exemplarCity:"Martinique"},Matamoros:{exemplarCity:"Matamoros"},Mazatlan:{exemplarCity:"Mazatlan"},Mendoza:{exemplarCity:"Mendoza"},Menominee:{exemplarCity:"Menominee"},Merida:{exemplarCity:"Merida"},Metlakatla:{exemplarCity:"Metlakatla"},Mexico_City:{exemplarCity:"Mexico City"},Miquelon:{exemplarCity:"Miquelon"},Moncton:{exemplarCity:"Moncton"},Monterrey:{exemplarCity:"Monterrey"},Montevideo:{exemplarCity:"Montevideo"},Montserrat:{exemplarCity:"Montserrat"},Nassau:{exemplarCity:"Nassau"},New_York:{exemplarCity:"New York"},Nipigon:{exemplarCity:"Nipigon"},Nome:{exemplarCity:"Nome"},Noronha:{exemplarCity:"Noronha"},North_Dakota:{Beulah:{exemplarCity:"Beulah, North Dakota"},New_Salem:{exemplarCity:"New Salem, North Dakota"},Center:{exemplarCity:"Center, North Dakota"}},Ojinaga:{exemplarCity:"Ojinaga"},Panama:{exemplarCity:"Panama"},Pangnirtung:{exemplarCity:"Pangnirtung"},Paramaribo:{exemplarCity:"Paramaribo"},Phoenix:{exemplarCity:"Phoenix"},"Port-au-Prince":{exemplarCity:"Port-au-Prince"},Port_of_Spain:{exemplarCity:"Port of Spain"},Porto_Velho:{exemplarCity:"Porto Velho"},Puerto_Rico:{exemplarCity:"Puerto Rico"},Punta_Arenas:{exemplarCity:"Punta Arenas"},Rainy_River:{exemplarCity:"Rainy River"},Rankin_Inlet:{exemplarCity:"Rankin Inlet"},Recife:{exemplarCity:"Recife"},Regina:{exemplarCity:"Regina"},Resolute:{exemplarCity:"Resolute"},Rio_Branco:{exemplarCity:"Rio Branco"},Santarem:{exemplarCity:"Santarem"},Santiago:{exemplarCity:"Santiago"},Santo_Domingo:{exemplarCity:"Santo Domingo"},Sao_Paulo:{exemplarCity:"Sao Paulo"},Scoresbysund:{exemplarCity:"Ittoqqortoormiit"},Sitka:{exemplarCity:"Sitka"},St_Barthelemy:{exemplarCity:"St. Barthélemy"},St_Johns:{exemplarCity:"St. John’s"},St_Kitts:{exemplarCity:"St. Kitts"},St_Lucia:{exemplarCity:"St. Lucia"},St_Thomas:{exemplarCity:"St. Thomas"},St_Vincent:{exemplarCity:"St. Vincent"},Swift_Current:{exemplarCity:"Swift Current"},Tegucigalpa:{exemplarCity:"Tegucigalpa"},Thule:{exemplarCity:"Thule"},Thunder_Bay:{exemplarCity:"Thunder Bay"},Tijuana:{exemplarCity:"Tijuana"},Toronto:{exemplarCity:"Toronto"},Tortola:{exemplarCity:"Tortola"},Vancouver:{exemplarCity:"Vancouver"},Whitehorse:{exemplarCity:"Whitehorse"},Winnipeg:{exemplarCity:"Winnipeg"},Yakutat:{exemplarCity:"Yakutat"},Yellowknife:{exemplarCity:"Yellowknife"}},Atlantic:{Azores:{exemplarCity:"Azores"},Bermuda:{exemplarCity:"Bermuda"},Canary:{exemplarCity:"Canary"},Cape_Verde:{exemplarCity:"Cape Verde"},Faeroe:{exemplarCity:"Faroe"},Madeira:{exemplarCity:"Madeira"},Reykjavik:{exemplarCity:"Reykjavik"},South_Georgia:{exemplarCity:"South Georgia"},St_Helena:{exemplarCity:"St. Helena"},Stanley:{exemplarCity:"Stanley"}},Europe:{Amsterdam:{exemplarCity:"Amsterdam"},Andorra:{exemplarCity:"Andorra"},Astrakhan:{exemplarCity:"Astrakhan"},Athens:{exemplarCity:"Athens"},Belgrade:{exemplarCity:"Belgrade"},Berlin:{exemplarCity:"Berlin"},Bratislava:{exemplarCity:"Bratislava"},Brussels:{exemplarCity:"Brussels"},Bucharest:{exemplarCity:"Bucharest"},Budapest:{exemplarCity:"Budapest"},Busingen:{exemplarCity:"Busingen"},Chisinau:{exemplarCity:"Chisinau"},Copenhagen:{exemplarCity:"Copenhagen"},Dublin:{long:{daylight:"Irish Standard Time"},exemplarCity:"Dublin"},Gibraltar:{exemplarCity:"Gibraltar"},Guernsey:{exemplarCity:"Guernsey"},Helsinki:{exemplarCity:"Helsinki"},Isle_of_Man:{exemplarCity:"Isle of Man"},Istanbul:{exemplarCity:"Istanbul"},Jersey:{exemplarCity:"Jersey"},Kaliningrad:{exemplarCity:"Kaliningrad"},Kiev:{exemplarCity:"Kiev","exemplarCity-alt-formal":"Kyiv"},Kirov:{exemplarCity:"Kirov"},Lisbon:{exemplarCity:"Lisbon"},Ljubljana:{exemplarCity:"Ljubljana"},London:{long:{daylight:"British Summer Time"},exemplarCity:"London"},Luxembourg:{exemplarCity:"Luxembourg"},Madrid:{exemplarCity:"Madrid"},Malta:{exemplarCity:"Malta"},Mariehamn:{exemplarCity:"Mariehamn"},Minsk:{exemplarCity:"Minsk"},Monaco:{exemplarCity:"Monaco"},Moscow:{exemplarCity:"Moscow"},Oslo:{exemplarCity:"Oslo"},Paris:{exemplarCity:"Paris"},Podgorica:{exemplarCity:"Podgorica"},Prague:{exemplarCity:"Prague"},Riga:{exemplarCity:"Riga"},Rome:{exemplarCity:"Rome"},Samara:{exemplarCity:"Samara"},San_Marino:{exemplarCity:"San Marino"},Sarajevo:{exemplarCity:"Sarajevo"},Saratov:{exemplarCity:"Saratov"},Simferopol:{exemplarCity:"Simferopol"},Skopje:{exemplarCity:"Skopje"},Sofia:{exemplarCity:"Sofia"},Stockholm:{exemplarCity:"Stockholm"},Tallinn:{exemplarCity:"Tallinn"},Tirane:{exemplarCity:"Tirane"},Ulyanovsk:{exemplarCity:"Ulyanovsk"},Uzhgorod:{exemplarCity:"Uzhhorod"},Vaduz:{exemplarCity:"Vaduz"},Vatican:{exemplarCity:"Vatican"},Vienna:{exemplarCity:"Vienna"},Vilnius:{exemplarCity:"Vilnius"},Volgograd:{exemplarCity:"Volgograd"},Warsaw:{exemplarCity:"Warsaw"},Zagreb:{exemplarCity:"Zagreb"},Zaporozhye:{exemplarCity:"Zaporozhye"},Zurich:{exemplarCity:"Zurich"}},Africa:{Abidjan:{exemplarCity:"Abidjan"},Accra:{exemplarCity:"Accra"},Addis_Ababa:{exemplarCity:"Addis Ababa"},Algiers:{exemplarCity:"Algiers"},Asmera:{exemplarCity:"Asmara"},Bamako:{exemplarCity:"Bamako"},Bangui:{exemplarCity:"Bangui"},Banjul:{exemplarCity:"Banjul"},Bissau:{exemplarCity:"Bissau"},Blantyre:{exemplarCity:"Blantyre"},Brazzaville:{exemplarCity:"Brazzaville"},Bujumbura:{exemplarCity:"Bujumbura"},Cairo:{exemplarCity:"Cairo"},Casablanca:{exemplarCity:"Casablanca"},Ceuta:{exemplarCity:"Ceuta"},Conakry:{exemplarCity:"Conakry"},Dakar:{exemplarCity:"Dakar"},Dar_es_Salaam:{exemplarCity:"Dar es Salaam"},Djibouti:{exemplarCity:"Djibouti"},Douala:{exemplarCity:"Douala"},El_Aaiun:{exemplarCity:"El Aaiun"},Freetown:{exemplarCity:"Freetown"},Gaborone:{exemplarCity:"Gaborone"},Harare:{exemplarCity:"Harare"},Johannesburg:{exemplarCity:"Johannesburg"},Juba:{exemplarCity:"Juba"},Kampala:{exemplarCity:"Kampala"},Khartoum:{exemplarCity:"Khartoum"},Kigali:{exemplarCity:"Kigali"},Kinshasa:{exemplarCity:"Kinshasa"},Lagos:{exemplarCity:"Lagos"},Libreville:{exemplarCity:"Libreville"},Lome:{exemplarCity:"Lome"},Luanda:{exemplarCity:"Luanda"},Lubumbashi:{exemplarCity:"Lubumbashi"},Lusaka:{exemplarCity:"Lusaka"},Malabo:{exemplarCity:"Malabo"},Maputo:{exemplarCity:"Maputo"},Maseru:{exemplarCity:"Maseru"},Mbabane:{exemplarCity:"Mbabane"},Mogadishu:{exemplarCity:"Mogadishu"},Monrovia:{exemplarCity:"Monrovia"},Nairobi:{exemplarCity:"Nairobi"},Ndjamena:{exemplarCity:"Ndjamena"},Niamey:{exemplarCity:"Niamey"},Nouakchott:{exemplarCity:"Nouakchott"},Ouagadougou:{exemplarCity:"Ouagadougou"},"Porto-Novo":{exemplarCity:"Porto-Novo"},Sao_Tome:{exemplarCity:"São Tomé"},Tripoli:{exemplarCity:"Tripoli"},Tunis:{exemplarCity:"Tunis"},Windhoek:{exemplarCity:"Windhoek"}},Asia:{Aden:{exemplarCity:"Aden"},Almaty:{exemplarCity:"Almaty"},Amman:{exemplarCity:"Amman"},Anadyr:{exemplarCity:"Anadyr"},Aqtau:{exemplarCity:"Aqtau"},Aqtobe:{exemplarCity:"Aqtobe"},Ashgabat:{exemplarCity:"Ashgabat"},Atyrau:{exemplarCity:"Atyrau"},Baghdad:{exemplarCity:"Baghdad"},Bahrain:{exemplarCity:"Bahrain"},Baku:{exemplarCity:"Baku"},Bangkok:{exemplarCity:"Bangkok"},Barnaul:{exemplarCity:"Barnaul"},Beirut:{exemplarCity:"Beirut"},Bishkek:{exemplarCity:"Bishkek"},Brunei:{exemplarCity:"Brunei"},Calcutta:{exemplarCity:"Kolkata"},Chita:{exemplarCity:"Chita"},Choibalsan:{exemplarCity:"Choibalsan"},Colombo:{exemplarCity:"Colombo"},Damascus:{exemplarCity:"Damascus"},Dhaka:{exemplarCity:"Dhaka"},Dili:{exemplarCity:"Dili"},Dubai:{exemplarCity:"Dubai"},Dushanbe:{exemplarCity:"Dushanbe"},Famagusta:{exemplarCity:"Famagusta"},Gaza:{exemplarCity:"Gaza"},Hebron:{exemplarCity:"Hebron"},Hong_Kong:{exemplarCity:"Hong Kong"},Hovd:{exemplarCity:"Hovd"},Irkutsk:{exemplarCity:"Irkutsk"},Jakarta:{exemplarCity:"Jakarta"},Jayapura:{exemplarCity:"Jayapura"},Jerusalem:{exemplarCity:"Jerusalem"},Kabul:{exemplarCity:"Kabul"},Kamchatka:{exemplarCity:"Kamchatka"},Karachi:{exemplarCity:"Karachi"},Katmandu:{exemplarCity:"Kathmandu"},Khandyga:{exemplarCity:"Khandyga"},Krasnoyarsk:{exemplarCity:"Krasnoyarsk"},Kuala_Lumpur:{exemplarCity:"Kuala Lumpur"},Kuching:{exemplarCity:"Kuching"},Kuwait:{exemplarCity:"Kuwait"},Macau:{exemplarCity:"Macao"},Magadan:{exemplarCity:"Magadan"},Makassar:{exemplarCity:"Makassar"},Manila:{exemplarCity:"Manila"},Muscat:{exemplarCity:"Muscat"},Nicosia:{exemplarCity:"Nicosia"},Novokuznetsk:{exemplarCity:"Novokuznetsk"},Novosibirsk:{exemplarCity:"Novosibirsk"},Omsk:{exemplarCity:"Omsk"},Oral:{exemplarCity:"Oral"},Phnom_Penh:{exemplarCity:"Phnom Penh"},Pontianak:{exemplarCity:"Pontianak"},Pyongyang:{exemplarCity:"Pyongyang"},Qatar:{exemplarCity:"Qatar"},Qostanay:{exemplarCity:"Kostanay"},Qyzylorda:{exemplarCity:"Qyzylorda"},Rangoon:{exemplarCity:"Yangon"},Riyadh:{exemplarCity:"Riyadh"},Saigon:{exemplarCity:"Ho Chi Minh City"},Sakhalin:{exemplarCity:"Sakhalin"},Samarkand:{exemplarCity:"Samarkand"},Seoul:{exemplarCity:"Seoul"},Shanghai:{exemplarCity:"Shanghai"},Singapore:{exemplarCity:"Singapore"},Srednekolymsk:{exemplarCity:"Srednekolymsk"},Taipei:{exemplarCity:"Taipei"},Tashkent:{exemplarCity:"Tashkent"},Tbilisi:{exemplarCity:"Tbilisi"},Tehran:{exemplarCity:"Tehran"},Thimphu:{exemplarCity:"Thimphu"},Tokyo:{exemplarCity:"Tokyo"},Tomsk:{exemplarCity:"Tomsk"},Ulaanbaatar:{exemplarCity:"Ulaanbaatar"},Urumqi:{exemplarCity:"Urumqi"},"Ust-Nera":{exemplarCity:"Ust-Nera"},Vientiane:{exemplarCity:"Vientiane"},Vladivostok:{exemplarCity:"Vladivostok"},Yakutsk:{exemplarCity:"Yakutsk"},Yekaterinburg:{exemplarCity:"Yekaterinburg"},Yerevan:{exemplarCity:"Yerevan"}},Indian:{Antananarivo:{exemplarCity:"Antananarivo"},Chagos:{exemplarCity:"Chagos"},Christmas:{exemplarCity:"Christmas"},Cocos:{exemplarCity:"Cocos"},Comoro:{exemplarCity:"Comoro"},Kerguelen:{exemplarCity:"Kerguelen"},Mahe:{exemplarCity:"Mahe"},Maldives:{exemplarCity:"Maldives"},Mauritius:{exemplarCity:"Mauritius"},Mayotte:{exemplarCity:"Mayotte"},Reunion:{exemplarCity:"Réunion"}},Australia:{Adelaide:{exemplarCity:"Adelaide"},Brisbane:{exemplarCity:"Brisbane"},Broken_Hill:{exemplarCity:"Broken Hill"},Currie:{exemplarCity:"Currie"},Darwin:{exemplarCity:"Darwin"},Eucla:{exemplarCity:"Eucla"},Hobart:{exemplarCity:"Hobart"},Lindeman:{exemplarCity:"Lindeman"},Lord_Howe:{exemplarCity:"Lord Howe"},Melbourne:{exemplarCity:"Melbourne"},Perth:{exemplarCity:"Perth"},Sydney:{exemplarCity:"Sydney"}},Pacific:{Apia:{exemplarCity:"Apia"},Auckland:{exemplarCity:"Auckland"},Bougainville:{exemplarCity:"Bougainville"},Chatham:{exemplarCity:"Chatham"},Easter:{exemplarCity:"Easter"},Efate:{exemplarCity:"Efate"},Enderbury:{exemplarCity:"Enderbury"},Fakaofo:{exemplarCity:"Fakaofo"},Fiji:{exemplarCity:"Fiji"},Funafuti:{exemplarCity:"Funafuti"},Galapagos:{exemplarCity:"Galapagos"},Gambier:{exemplarCity:"Gambier"},Guadalcanal:{exemplarCity:"Guadalcanal"},Guam:{exemplarCity:"Guam"},Honolulu:{short:{generic:"HST",standard:"HST",daylight:"HDT"}},Johnston:{exemplarCity:"Johnston"},Kiritimati:{exemplarCity:"Kiritimati"},Kosrae:{exemplarCity:"Kosrae"},Kwajalein:{exemplarCity:"Kwajalein"},Majuro:{exemplarCity:"Majuro"},Marquesas:{exemplarCity:"Marquesas"},Midway:{exemplarCity:"Midway"},Nauru:{exemplarCity:"Nauru"},Niue:{exemplarCity:"Niue"},Norfolk:{exemplarCity:"Norfolk"},Noumea:{exemplarCity:"Noumea"},Pago_Pago:{exemplarCity:"Pago Pago"},Palau:{exemplarCity:"Palau"},Pitcairn:{exemplarCity:"Pitcairn"},Ponape:{exemplarCity:"Pohnpei"},Port_Moresby:{exemplarCity:"Port Moresby"},Rarotonga:{exemplarCity:"Rarotonga"},Saipan:{exemplarCity:"Saipan"},Tahiti:{exemplarCity:"Tahiti"},Tarawa:{exemplarCity:"Tarawa"},Tongatapu:{exemplarCity:"Tongatapu"},Truk:{exemplarCity:"Chuuk"},Wake:{exemplarCity:"Wake"},Wallis:{exemplarCity:"Wallis"}},Arctic:{Longyearbyen:{exemplarCity:"Longyearbyen"}},Antarctica:{Casey:{exemplarCity:"Casey"},Davis:{exemplarCity:"Davis"},DumontDUrville:{exemplarCity:"Dumont d’Urville"},Macquarie:{exemplarCity:"Macquarie"},Mawson:{exemplarCity:"Mawson"},McMurdo:{exemplarCity:"McMurdo"},Palmer:{exemplarCity:"Palmer"},Rothera:{exemplarCity:"Rothera"},Syowa:{exemplarCity:"Syowa"},Troll:{exemplarCity:"Troll"},Vostok:{exemplarCity:"Vostok"}},Etc:{UTC:{long:{standard:"Coordinated Universal Time"},short:{standard:"UTC"}},Unknown:{exemplarCity:"Unknown City"}}},metazone:{Acre:{long:{generic:"Acre Time",standard:"Acre Standard Time",daylight:"Acre Summer Time"}},Afghanistan:{long:{standard:"Afghanistan Time"}},Africa_Central:{long:{standard:"Central Africa Time"}},Africa_Eastern:{long:{standard:"East Africa Time"}},Africa_Southern:{long:{standard:"South Africa Standard Time"}},Africa_Western:{long:{generic:"West Africa Time",standard:"West Africa Standard Time",daylight:"West Africa Summer Time"}},Alaska:{long:{generic:"Alaska Time",standard:"Alaska Standard Time",daylight:"Alaska Daylight Time"},short:{generic:"AKT",standard:"AKST",daylight:"AKDT"}},Almaty:{long:{generic:"Almaty Time",standard:"Almaty Standard Time",daylight:"Almaty Summer Time"}},Amazon:{long:{generic:"Amazon Time",standard:"Amazon Standard Time",daylight:"Amazon Summer Time"}},America_Central:{long:{generic:"Central Time",standard:"Central Standard Time",daylight:"Central Daylight Time"},short:{generic:"CT",standard:"CST",daylight:"CDT"}},America_Eastern:{long:{generic:"Eastern Time",standard:"Eastern Standard Time",daylight:"Eastern Daylight Time"},short:{generic:"ET",standard:"EST",daylight:"EDT"}},America_Mountain:{long:{generic:"Mountain Time",standard:"Mountain Standard Time",daylight:"Mountain Daylight Time"},short:{generic:"MT",standard:"MST",daylight:"MDT"}},America_Pacific:{long:{generic:"Pacific Time",standard:"Pacific Standard Time",daylight:"Pacific Daylight Time"},short:{generic:"PT",standard:"PST",daylight:"PDT"}},Anadyr:{long:{generic:"Anadyr Time",standard:"Anadyr Standard Time",daylight:"Anadyr Summer Time"}},Apia:{long:{generic:"Apia Time",standard:"Apia Standard Time",daylight:"Apia Daylight Time"}},Aqtau:{long:{generic:"Aqtau Time",standard:"Aqtau Standard Time",daylight:"Aqtau Summer Time"}},Aqtobe:{long:{generic:"Aqtobe Time",standard:"Aqtobe Standard Time",daylight:"Aqtobe Summer Time"}},Arabian:{long:{generic:"Arabian Time",standard:"Arabian Standard Time",daylight:"Arabian Daylight Time"}},Argentina:{long:{generic:"Argentina Time",standard:"Argentina Standard Time",daylight:"Argentina Summer Time"}},Argentina_Western:{long:{generic:"Western Argentina Time",standard:"Western Argentina Standard Time",daylight:"Western Argentina Summer Time"}},Armenia:{long:{generic:"Armenia Time",standard:"Armenia Standard Time",daylight:"Armenia Summer Time"}},Atlantic:{long:{generic:"Atlantic Time",standard:"Atlantic Standard Time",daylight:"Atlantic Daylight Time"},short:{generic:"AT",standard:"AST",daylight:"ADT"}},Australia_Central:{long:{generic:"Central Australia Time",standard:"Australian Central Standard Time",daylight:"Australian Central Daylight Time"}},Australia_CentralWestern:{long:{generic:"Australian Central Western Time",standard:"Australian Central Western Standard Time",daylight:"Australian Central Western Daylight Time"}},Australia_Eastern:{long:{generic:"Eastern Australia Time",standard:"Australian Eastern Standard Time",daylight:"Australian Eastern Daylight Time"}},Australia_Western:{long:{generic:"Western Australia Time",standard:"Australian Western Standard Time",daylight:"Australian Western Daylight Time"}},Azerbaijan:{long:{generic:"Azerbaijan Time",standard:"Azerbaijan Standard Time",daylight:"Azerbaijan Summer Time"}},Azores:{long:{generic:"Azores Time",standard:"Azores Standard Time",daylight:"Azores Summer Time"}},Bangladesh:{long:{generic:"Bangladesh Time",standard:"Bangladesh Standard Time",daylight:"Bangladesh Summer Time"}},Bhutan:{long:{standard:"Bhutan Time"}},Bolivia:{long:{standard:"Bolivia Time"}},Brasilia:{long:{generic:"Brasilia Time",standard:"Brasilia Standard Time",daylight:"Brasilia Summer Time"}},Brunei:{long:{standard:"Brunei Darussalam Time"}},Cape_Verde:{long:{generic:"Cape Verde Time",standard:"Cape Verde Standard Time",daylight:"Cape Verde Summer Time"}},Casey:{long:{standard:"Casey Time"}},Chamorro:{long:{standard:"Chamorro Standard Time"}},Chatham:{long:{generic:"Chatham Time",standard:"Chatham Standard Time",daylight:"Chatham Daylight Time"}},Chile:{long:{generic:"Chile Time",standard:"Chile Standard Time",daylight:"Chile Summer Time"}},China:{long:{generic:"China Time",standard:"China Standard Time",daylight:"China Daylight Time"}},Choibalsan:{long:{generic:"Choibalsan Time",standard:"Choibalsan Standard Time",daylight:"Choibalsan Summer Time"}},Christmas:{long:{standard:"Christmas Island Time"}},Cocos:{long:{standard:"Cocos Islands Time"}},Colombia:{long:{generic:"Colombia Time",standard:"Colombia Standard Time",daylight:"Colombia Summer Time"}},Cook:{long:{generic:"Cook Islands Time",standard:"Cook Islands Standard Time",daylight:"Cook Islands Half Summer Time"}},Cuba:{long:{generic:"Cuba Time",standard:"Cuba Standard Time",daylight:"Cuba Daylight Time"}},Davis:{long:{standard:"Davis Time"}},DumontDUrville:{long:{standard:"Dumont-d’Urville Time"}},East_Timor:{long:{standard:"East Timor Time"}},Easter:{long:{generic:"Easter Island Time",standard:"Easter Island Standard Time",daylight:"Easter Island Summer Time"}},Ecuador:{long:{standard:"Ecuador Time"}},Europe_Central:{long:{generic:"Central European Time",standard:"Central European Standard Time",daylight:"Central European Summer Time"}},Europe_Eastern:{long:{generic:"Eastern European Time",standard:"Eastern European Standard Time",daylight:"Eastern European Summer Time"}},Europe_Further_Eastern:{long:{standard:"Further-eastern European Time"}},Europe_Western:{long:{generic:"Western European Time",standard:"Western European Standard Time",daylight:"Western European Summer Time"}},Falkland:{long:{generic:"Falkland Islands Time",standard:"Falkland Islands Standard Time",daylight:"Falkland Islands Summer Time"}},Fiji:{long:{generic:"Fiji Time",standard:"Fiji Standard Time",daylight:"Fiji Summer Time"}},French_Guiana:{long:{standard:"French Guiana Time"}},French_Southern:{long:{standard:"French Southern & Antarctic Time"}},Galapagos:{long:{standard:"Galapagos Time"}},Gambier:{long:{standard:"Gambier Time"}},Georgia:{long:{generic:"Georgia Time",standard:"Georgia Standard Time",daylight:"Georgia Summer Time"}},Gilbert_Islands:{long:{standard:"Gilbert Islands Time"}},GMT:{long:{standard:"Greenwich Mean Time"},short:{standard:"GMT"}},Greenland_Eastern:{long:{generic:"East Greenland Time",standard:"East Greenland Standard Time",daylight:"East Greenland Summer Time"}},Greenland_Western:{long:{generic:"West Greenland Time",standard:"West Greenland Standard Time",daylight:"West Greenland Summer Time"}},Guam:{long:{standard:"Guam Standard Time"}},Gulf:{long:{standard:"Gulf Standard Time"}},Guyana:{long:{standard:"Guyana Time"}},Hawaii_Aleutian:{long:{generic:"Hawaii-Aleutian Time",standard:"Hawaii-Aleutian Standard Time",daylight:"Hawaii-Aleutian Daylight Time"},short:{generic:"HAT",standard:"HAST",daylight:"HADT"}},Hong_Kong:{long:{generic:"Hong Kong Time",standard:"Hong Kong Standard Time",daylight:"Hong Kong Summer Time"}},Hovd:{long:{generic:"Hovd Time",standard:"Hovd Standard Time",daylight:"Hovd Summer Time"}},India:{long:{standard:"India Standard Time"}},Indian_Ocean:{long:{standard:"Indian Ocean Time"}},Indochina:{long:{standard:"Indochina Time"}},Indonesia_Central:{long:{standard:"Central Indonesia Time"}},Indonesia_Eastern:{long:{standard:"Eastern Indonesia Time"}},Indonesia_Western:{long:{standard:"Western Indonesia Time"}},Iran:{long:{generic:"Iran Time",standard:"Iran Standard Time",daylight:"Iran Daylight Time"}},Irkutsk:{long:{generic:"Irkutsk Time",standard:"Irkutsk Standard Time",daylight:"Irkutsk Summer Time"}},Israel:{long:{generic:"Israel Time",standard:"Israel Standard Time",daylight:"Israel Daylight Time"}},Japan:{long:{generic:"Japan Time",standard:"Japan Standard Time",daylight:"Japan Daylight Time"}},Kamchatka:{long:{generic:"Petropavlovsk-Kamchatski Time",standard:"Petropavlovsk-Kamchatski Standard Time",daylight:"Petropavlovsk-Kamchatski Summer Time"}},Kazakhstan_Eastern:{long:{standard:"East Kazakhstan Time"}},Kazakhstan_Western:{long:{standard:"West Kazakhstan Time"}},Korea:{long:{generic:"Korean Time",standard:"Korean Standard Time",daylight:"Korean Daylight Time"}},Kosrae:{long:{standard:"Kosrae Time"}},Krasnoyarsk:{long:{generic:"Krasnoyarsk Time",standard:"Krasnoyarsk Standard Time",daylight:"Krasnoyarsk Summer Time"}},Kyrgystan:{long:{standard:"Kyrgyzstan Time"}},Lanka:{long:{standard:"Lanka Time"}},Line_Islands:{long:{standard:"Line Islands Time"}},Lord_Howe:{long:{generic:"Lord Howe Time",standard:"Lord Howe Standard Time",daylight:"Lord Howe Daylight Time"}},Macau:{long:{generic:"Macao Time",standard:"Macao Standard Time",daylight:"Macao Summer Time"}},Macquarie:{long:{standard:"Macquarie Island Time"}},Magadan:{long:{generic:"Magadan Time",standard:"Magadan Standard Time",daylight:"Magadan Summer Time"}},Malaysia:{long:{standard:"Malaysia Time"}},Maldives:{long:{standard:"Maldives Time"}},Marquesas:{long:{standard:"Marquesas Time"}},Marshall_Islands:{long:{standard:"Marshall Islands Time"}},Mauritius:{long:{generic:"Mauritius Time",standard:"Mauritius Standard Time",daylight:"Mauritius Summer Time"}},Mawson:{long:{standard:"Mawson Time"}},Mexico_Northwest:{long:{generic:"Northwest Mexico Time",standard:"Northwest Mexico Standard Time",daylight:"Northwest Mexico Daylight Time"}},Mexico_Pacific:{long:{generic:"Mexican Pacific Time",standard:"Mexican Pacific Standard Time",daylight:"Mexican Pacific Daylight Time"}},Mongolia:{long:{generic:"Ulaanbaatar Time",standard:"Ulaanbaatar Standard Time",daylight:"Ulaanbaatar Summer Time"}},Moscow:{long:{generic:"Moscow Time",standard:"Moscow Standard Time",daylight:"Moscow Summer Time"}},Myanmar:{long:{standard:"Myanmar Time"}},Nauru:{long:{standard:"Nauru Time"}},Nepal:{long:{standard:"Nepal Time"}},New_Caledonia:{long:{generic:"New Caledonia Time",standard:"New Caledonia Standard Time",daylight:"New Caledonia Summer Time"}},New_Zealand:{long:{generic:"New Zealand Time",standard:"New Zealand Standard Time",daylight:"New Zealand Daylight Time"}},Newfoundland:{long:{generic:"Newfoundland Time",standard:"Newfoundland Standard Time",daylight:"Newfoundland Daylight Time"}},Niue:{long:{standard:"Niue Time"}},Norfolk:{long:{standard:"Norfolk Island Time"}},Noronha:{long:{generic:"Fernando de Noronha Time",standard:"Fernando de Noronha Standard Time",daylight:"Fernando de Noronha Summer Time"}},North_Mariana:{long:{standard:"North Mariana Islands Time"}},Novosibirsk:{long:{generic:"Novosibirsk Time",standard:"Novosibirsk Standard Time",daylight:"Novosibirsk Summer Time"}},Omsk:{long:{generic:"Omsk Time",standard:"Omsk Standard Time",daylight:"Omsk Summer Time"}},Pakistan:{long:{generic:"Pakistan Time",standard:"Pakistan Standard Time",daylight:"Pakistan Summer Time"}},Palau:{long:{standard:"Palau Time"}},Papua_New_Guinea:{long:{standard:"Papua New Guinea Time"}},Paraguay:{long:{generic:"Paraguay Time",standard:"Paraguay Standard Time",daylight:"Paraguay Summer Time"}},Peru:{long:{generic:"Peru Time",standard:"Peru Standard Time",daylight:"Peru Summer Time"}},Philippines:{long:{generic:"Philippine Time",standard:"Philippine Standard Time",daylight:"Philippine Summer Time"}},Phoenix_Islands:{long:{standard:"Phoenix Islands Time"}},Pierre_Miquelon:{long:{generic:"St. Pierre & Miquelon Time",standard:"St. Pierre & Miquelon Standard Time",daylight:"St. Pierre & Miquelon Daylight Time"}},Pitcairn:{long:{standard:"Pitcairn Time"}},Ponape:{long:{standard:"Ponape Time"}},Pyongyang:{long:{standard:"Pyongyang Time"}},Qyzylorda:{long:{generic:"Qyzylorda Time",standard:"Qyzylorda Standard Time",daylight:"Qyzylorda Summer Time"}},Reunion:{long:{standard:"Réunion Time"}},Rothera:{long:{standard:"Rothera Time"}},Sakhalin:{long:{generic:"Sakhalin Time",standard:"Sakhalin Standard Time",daylight:"Sakhalin Summer Time"}},Samara:{long:{generic:"Samara Time",standard:"Samara Standard Time",daylight:"Samara Summer Time"}},Samoa:{long:{generic:"Samoa Time",standard:"Samoa Standard Time",daylight:"Samoa Daylight Time"}},Seychelles:{long:{standard:"Seychelles Time"}},Singapore:{long:{standard:"Singapore Standard Time"}},Solomon:{long:{standard:"Solomon Islands Time"}},South_Georgia:{long:{standard:"South Georgia Time"}},Suriname:{long:{standard:"Suriname Time"}},Syowa:{long:{standard:"Syowa Time"}},Tahiti:{long:{standard:"Tahiti Time"}},Taipei:{long:{generic:"Taipei Time",standard:"Taipei Standard Time",daylight:"Taipei Daylight Time"}},Tajikistan:{long:{standard:"Tajikistan Time"}},Tokelau:{long:{standard:"Tokelau Time"}},Tonga:{long:{generic:"Tonga Time",standard:"Tonga Standard Time",daylight:"Tonga Summer Time"}},Truk:{long:{standard:"Chuuk Time"}},Turkmenistan:{long:{generic:"Turkmenistan Time",standard:"Turkmenistan Standard Time",daylight:"Turkmenistan Summer Time"}},Tuvalu:{long:{standard:"Tuvalu Time"}},Uruguay:{long:{generic:"Uruguay Time",standard:"Uruguay Standard Time",daylight:"Uruguay Summer Time"}},Uzbekistan:{long:{generic:"Uzbekistan Time",standard:"Uzbekistan Standard Time",daylight:"Uzbekistan Summer Time"}},Vanuatu:{long:{generic:"Vanuatu Time",standard:"Vanuatu Standard Time",daylight:"Vanuatu Summer Time"}},Venezuela:{long:{standard:"Venezuela Time"}},Vladivostok:{long:{generic:"Vladivostok Time",standard:"Vladivostok Standard Time",daylight:"Vladivostok Summer Time"}},Volgograd:{long:{generic:"Volgograd Time",standard:"Volgograd Standard Time",daylight:"Volgograd Summer Time"}},Vostok:{long:{standard:"Vostok Time"}},Wake:{long:{standard:"Wake Island Time"}},Wallis:{long:{standard:"Wallis & Futuna Time"}},Yakutsk:{long:{generic:"Yakutsk Time",standard:"Yakutsk Standard Time",daylight:"Yakutsk Summer Time"}},Yekaterinburg:{long:{generic:"Yekaterinburg Time",standard:"Yekaterinburg Standard Time",daylight:"Yekaterinburg Summer Time"}}}}}}}},p={availableLocales:["en"]};function m(e){switch(e){case"availableLocales.json":return p;case"supplemental/likelySubtags.json":return l;case"supplemental/metaZones.json":return c;case"supplemental/weekData.json":return d;case"main/en/ca-gregorian.json":return h;case"main/en/timeZoneNames.json":return f;default:throw new Error("cldrData: unknown path ".concat(e))}}
141
+ /*
142
+ * @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
143
+ * @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
144
+ */var _=function(e,t){return{key:e,value:t,toString:function(){return e+"->"+t}}},g=function(e,t){return t.key.length-e.key.length},y=function(){function e(e){this._valueTextMap=e;var t={},r=[];Object.keys(e).forEach((function(n){var i={},a=[];Object.keys(e[n]).forEach((function(t){var r=e[n][t];void 0===i[r]&&(i[r]=_(r,parseInt(t)),a.push(i[r]))})),a.sort(g),t[n]=a,r=r.concat(a),t.null=r})),r.sort(g),this._parsable=t}var t=e.prototype;return t.getText=function(e,t){var r=this._valueTextMap[t];return null!=r?r[e]:null},t.getTextIterator=function(e){var t=this._parsable[e];return null!=t?t[Symbol.iterator]():null},e}();function E(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==commonjsGlobal||"undefined"!=typeof self&&self;var b={},v={get exports(){return b},set exports(e){b=e}},T={};!function(e){
145
+ /*!
146
+ * CLDR JavaScript Library v0.5.4 2020-10-22T15:56Z MIT license © Rafael Xavier
147
+ * http://git.io/h4lmVg
148
+ */
149
+ !function(t,r){e.exports=r()}(0,(function(){var e,t=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},r=function(e,r){if(t(e)&&(e=e.join("/")),"string"!=typeof e)throw new Error('invalid path "'+e+'"');return(e=(e=e.replace(/^\//,"").replace(/^cldr\//,"")).replace(/{[a-zA-Z]+}/g,(function(e){return e=e.replace(/^{([^}]*)}$/,"$1"),r[e]}))).split("/")},n=function(e,t){var r,n;if(e.some)return e.some(t);for(r=0,n=e.length;r<n;r++)if(t(e[r],r,e))return!0;return!1},i=function(e,t,r,i){var a,o=r[0],s=r[1],u=e.localeSep,l=r[2],c=r.slice(3,4);return i=i||{},"und"!==o&&"Zzzz"!==s&&"ZZ"!==l?[o,s,l].concat(c):void 0!==t.get("supplemental/likelySubtags")?n([[o,s,l],[o,l],[o,s],[o],["und",s]],(function(e){return a=!/\b(Zzzz|ZZ)\b/.test(e.join(u))&&t.get(["supplemental/likelySubtags",e.join(u)])}))?(a=a.split(u),["und"!==o?o:a[0],"Zzzz"!==s?s:a[1],"ZZ"!==l?l:a[2]].concat(c)):i.force?t.get("supplemental/likelySubtags/und").split(u):void 0:void 0},a=function(e,t,r){var a,o,s=r[0],u=r[1],l=r[2],c=r[3];return o=n([[[s,"Zzzz","ZZ"],[s]],[[s,"Zzzz",l],[s,l]],[[s,u,"ZZ"],[s,u]]],(function(n){var o=i(e,t,n[0]);return a=n[1],o&&o[0]===r[0]&&o[1]===r[1]&&o[2]===r[2]})),o?(c&&a.push(c),a):r},o=function(e){var t,r=[];return(t=(e=e.replace(/_/,"-")).split("-u-"))[1]&&(t[1]=t[1].split("-t-"),e=t[0]+(t[1][1]?"-t-"+t[1][1]:""),r[4]=t[1][0]),null===(t=e.split("-t-")[0].match(/^(([a-z]{2,3})(-([A-Z][a-z]{3}))?(-([A-Z]{2}|[0-9]{3}))?)((-([a-zA-Z0-9]{5,8}|[0-9][a-zA-Z0-9]{3}))*)$|^(root)$/))?["und","Zzzz","ZZ"]:(r[0]=t[10]||t[2]||"und",r[1]=t[4]||"Zzzz",r[2]=t[6]||"ZZ",t[7]&&t[7].length&&(r[3]=t[7].slice(1)),r)},s=function(e,t){var r,n;if(e.forEach)return e.forEach(t);for(r=0,n=e.length;r<n;r++)t(e[r],r,e)},u=function(e,t,r){var n=e._availableBundleMap,u=e._availableBundleMapQueue;return u.length&&(s(u,(function(r,s){var l,c,d,h;if(h=o(r),void 0===(c=i(e,t,h)))throw u.splice(s,1),new Error("Could not find likelySubtags for "+r);d=(d=a(e,t,c)).join(e.localeSep),(l=n[d])&&l.length<r.length||(n[d]=r)})),e._availableBundleMapQueue=[]),n[r]||null},l=function(e){var t,r=[];if(Object.keys)return Object.keys(e);for(t in e)r.push(t);return r},c=function(e,t){var r,n;return n=e+(t&&JSON?": "+JSON.stringify(t):""),(r=new Error(n)).code=e,s(l(t),(function(e){r[e]=t[e]})),r},d=function(e,t,r){if(!t)throw c(e,r)},h=function(e,t){d("E_MISSING_PARAMETER",void 0!==e,{name:t})},f=function(e,t,r,n){d("E_INVALID_PAR_TYPE",r,{expected:n,name:t,value:e})},p=function(e,r){f(e,r,"string"==typeof e||t(e),"String or Array")},m=function(e){return null!==e&&""+e=="[object Object]"},_=function(e,t){f(e,t,void 0===e||m(e),"Plain Object")},g=function(e,t){f(e,t,"string"==typeof e,"a string")},y=function(e,t){var r,n=e,i=t.length;for(r=0;r<i-1;r++)if(!(n=n[t[r]]))return;return n[t[r]]},E=function(e,t){var r,n=e._availableBundleMapQueue,i=y(t,["main"]);if(i)for(r in i)i.hasOwnProperty(r)&&"root"!==r&&-1===n.indexOf(r)&&n.push(r)},b=function(e){return t(e)?e:[e]},v=(e=function(){var r={},n=[].slice.call(arguments,0);return s(n,(function(n){var i;for(i in n)i in r&&"object"==typeof r[i]&&!t(r[i])?r[i]=e(r[i],n[i]):r[i]=n[i]})),r},e),T=function(e,t,r){var n,i,a;for(h(r[0],"json"),n=0;n<r.length;n++)for(a=b(r[n]),i=0;i<a.length;i++)_(a[i],"json"),t=v(t,a[i]),E(e,a[i]);return t},S=function(e,t,n){var i=r(t,n);return y(e._resolved,i)},A=function(e){this.init(e)};return A._alwaysArray=b,A._coreLoad=T,A._createError=c,A._itemGetResolved=S,A._jsonMerge=v,A._pathNormalize=r,A._resourceGet=y,A._validatePresence=h,A._validateType=f,A._validateTypePath=p,A._validateTypePlainObject=_,A._availableBundleMap={},A._availableBundleMapQueue=[],A._resolved={},A.localeSep="-",A.load=function(){A._resolved=T(A,A._resolved,arguments)},A.prototype.init=function(e){var t,r,n,s,l,c,d,f,p,m=A.localeSep,_="";h(e,"locale"),g(e,"locale"),5===(c=o(e)).length&&(_=m+"u"+m+(f=c.pop()),c[3]||c.pop()),p=c[3],r=(n=i(A,this,c,{force:!0})||c)[0],l=n[1],d=n[2],s=a(A,this,n).join(m),this.attributes=t={bundle:u(A,this,s),minLanguageId:s+_,maxLanguageId:n.join(m)+_,language:r,script:l,territory:d,region:d,variant:p},f&&("-"+f).replace(/-[a-z]{3,8}|(-[a-z]{2})-([a-z]{3,8})/g,(function(e,r,n){r?t["u"+r]=n:t["u"+e]=!0})),this.locale=e},A.prototype.get=function(e){return h(e,"path"),p(e,"path"),S(A,e,this.attributes)},A.prototype.main=function(e){return h(e,"path"),p(e,"path"),d("E_MISSING_BUNDLE",null!==this.attributes.bundle,{locale:this.locale}),e=b(e),this.get(["main/{bundle}"].concat(e))},A}))}({get exports(){return T},set exports(e){T=e}});var S={};!function(e){
150
+ /*!
151
+ * CLDR JavaScript Library v0.5.4 2020-10-22T15:56Z MIT license © Rafael Xavier
152
+ * http://git.io/h4lmVg
153
+ */
154
+ !function(t){e.exports=t(T)}((function(e){var t,r=e._pathNormalize,n=e._validatePresence,i=e._validateType;
155
+ /*!
156
+ * EventEmitter v4.2.7 - git.io/ee
157
+ * Oliver Caldwell
158
+ * MIT license
159
+ * @preserve
160
+ */t=function(){function e(){}var t=e.prototype;function r(e,t){for(var r=e.length;r--;)if(e[r].listener===t)return r;return-1}function n(e){return function(){return this[e].apply(this,arguments)}}return t.getListeners=function(e){var t,r,n=this._getEvents();if(e instanceof RegExp)for(r in t={},n)n.hasOwnProperty(r)&&e.test(r)&&(t[r]=n[r]);else t=n[e]||(n[e]=[]);return t},t.flattenListeners=function(e){var t,r=[];for(t=0;t<e.length;t+=1)r.push(e[t].listener);return r},t.getListenersAsObject=function(e){var t,r=this.getListeners(e);return r instanceof Array&&((t={})[e]=r),t||r},t.addListener=function(e,t){var n,i=this.getListenersAsObject(e),a="object"==typeof t;for(n in i)i.hasOwnProperty(n)&&-1===r(i[n],t)&&i[n].push(a?t:{listener:t,once:!1});return this},t.on=n("addListener"),t.addOnceListener=function(e,t){return this.addListener(e,{listener:t,once:!0})},t.once=n("addOnceListener"),t.defineEvent=function(e){return this.getListeners(e),this},t.defineEvents=function(e){for(var t=0;t<e.length;t+=1)this.defineEvent(e[t]);return this},t.removeListener=function(e,t){var n,i,a=this.getListenersAsObject(e);for(i in a)a.hasOwnProperty(i)&&-1!==(n=r(a[i],t))&&a[i].splice(n,1);return this},t.off=n("removeListener"),t.addListeners=function(e,t){return this.manipulateListeners(!1,e,t)},t.removeListeners=function(e,t){return this.manipulateListeners(!0,e,t)},t.manipulateListeners=function(e,t,r){var n,i,a=e?this.removeListener:this.addListener,o=e?this.removeListeners:this.addListeners;if("object"!=typeof t||t instanceof RegExp)for(n=r.length;n--;)a.call(this,t,r[n]);else for(n in t)t.hasOwnProperty(n)&&(i=t[n])&&("function"==typeof i?a.call(this,n,i):o.call(this,n,i));return this},t.removeEvent=function(e){var t,r=typeof e,n=this._getEvents();if("string"===r)delete n[e];else if(e instanceof RegExp)for(t in n)n.hasOwnProperty(t)&&e.test(t)&&delete n[t];else delete this._events;return this},t.removeAllListeners=n("removeEvent"),t.emitEvent=function(e,t){var r,n,i,a=this.getListenersAsObject(e);for(i in a)if(a.hasOwnProperty(i))for(n=a[i].length;n--;)!0===(r=a[i][n]).once&&this.removeListener(e,r.listener),r.listener.apply(this,t||[])===this._getOnceReturnValue()&&this.removeListener(e,r.listener);return this},t.trigger=n("emitEvent"),t.emit=function(e){var t=Array.prototype.slice.call(arguments,1);return this.emitEvent(e,t)},t.setOnceReturnValue=function(e){return this._onceReturnValue=e,this},t._getOnceReturnValue=function(){return!this.hasOwnProperty("_onceReturnValue")||this._onceReturnValue},t._getEvents=function(){return this._events||(this._events={})},e.noConflict=function(){return originalGlobalValue,e},e}();var a,o,s=function(e,t){i(e,t,void 0===e||"function"==typeof e,"Function")},u=new t;function l(e,t){i(e,t,"string"==typeof e||e instanceof RegExp,"String or RegExp")}function c(e,t){return function(r,i){return n(r,"event"),l(r,"event"),n(i,"listener"),s(i,"listener"),t[e].apply(t,arguments)}}function d(e){return c("off",e)}function h(e){return c("on",e)}function f(e){return c("once",e)}function p(){a=e.prototype.get,e.prototype.get=function(e){var t=a.apply(this,arguments);return e=r(e,this.attributes).join("/"),u.trigger("get",[e,t]),this.ee.trigger("get",[e,t]),t}}return e.off=d(u),e.on=h(u),e.once=f(u),o=e.prototype.init,e.prototype.init=function(){var e;this.ee=e=new t,this.off=d(e),this.on=h(e),this.once=f(e),o.apply(this,arguments)},e._eventInit=p,p(),e}))}({get exports(){return S},set exports(e){S=e}});var A={};!function(e){
161
+ /*!
162
+ * CLDR JavaScript Library v0.5.4 2020-10-22T15:56Z MIT license © Rafael Xavier
163
+ * http://git.io/h4lmVg
164
+ */
165
+ !function(t){e.exports=t(T)}((function(e){var t=e._alwaysArray,r=function(e){var r,n;return(n=(r=function(r){return function(n){return n=t(n),e.get([r].concat(n))}})("supplemental")).weekData=r("supplemental/weekData"),n.weekData.firstDay=function(){return e.get("supplemental/weekData/firstDay/{territory}")||e.get("supplemental/weekData/firstDay/001")},n.weekData.minDays=function(){var t=e.get("supplemental/weekData/minDays/{territory}")||e.get("supplemental/weekData/minDays/001");return parseInt(t,10)},n.timeData=r("supplemental/timeData"),n.timeData.allowed=function(){return e.get("supplemental/timeData/{territory}/_allowed")||e.get("supplemental/timeData/001/_allowed")},n.timeData.preferred=function(){return e.get("supplemental/timeData/{territory}/_preferred")||e.get("supplemental/timeData/001/_preferred")},n},n=e.prototype.init;return e.prototype.init=function(){n.apply(this,arguments),this.supplemental=r(this)},e}))}({get exports(){return A},set exports(e){A=e}});var C={};(function(e){
166
+ /*!
167
+ * CLDR JavaScript Library v0.5.4 2020-10-22T15:56Z MIT license © Rafael Xavier
168
+ * http://git.io/h4lmVg
169
+ */
170
+ !function(t){e.exports=t(T)}((function(e){var t,r=e._coreLoad,n=e._jsonMerge,i=e._pathNormalize,a=e._resourceGet,o=e._validatePresence,s=e._validateTypePath,u=function(e,t){var r,n;if("root"!==t)return r=i(["supplemental/parentLocales/parentLocale",t]),(n=a(e._resolved,r)||a(e._raw,r))?n:(n=t.substr(0,t.lastIndexOf(e.localeSep)))||"root"},l=function(e,t,r){var n,i=e,a=t.length;for(n=0;n<a-1;n++)i[t[n]]||(i[t[n]]={}),i=i[t[n]];i[t[n]]=r},c=(t=function(e,r,o,s,c){var d,h,f;if(void 0!==r&&r!==c)return d=i(o,s),void 0!==(f=a(e._resolved,d))&&"object"!=typeof f||(void 0===(f=a(e._raw,d))&&(h=u(e,r),f=t(e,h,o,n(s,{bundle:h}),r)),void 0!==f&&l(e._resolved,d,f)),f},t);return e._raw={},e.load=function(){e._raw=r(e,e._raw,arguments)},e.prototype.get=function(t){return o(t,"path"),s(t,"path"),c(e,this.attributes&&this.attributes.bundle||"",t,this.attributes)},e._eventInit&&e._eventInit(),e}))})({get exports(){return C},set exports(e){C=e}}),function(e){
171
+ /*!
172
+ * CLDR JavaScript Library v0.5.4 2020-10-22T15:56Z MIT license © Rafael Xavier
173
+ * http://git.io/h4lmVg
174
+ */
175
+ e.exports=T}(v);var M=E(b),N=new Set,$=function(e){N.has(e)||(M.load(m(e)),N.add(e))},O={},w=function(e){return null==O[e]&&(O[e]=new M(e)),O[e]},D={},L=function(e){if(null==D[e.locale]){var t={};e.get("supplemental/metaZones/metazones").forEach((function(e){e.mapZone&&(t[e.mapZone._other]||(t[e.mapZone._other]={}),t[e.mapZone._other][e.mapZone._territory]=e.mapZone._type)})),D[e.locale]=t}return D[e.locale]},I=function(){function e(){this._cache={},$("supplemental/likelySubtags.json")}var r=e.prototype;return r.getAvailableLocales=function(){return m("availableLocales.json").availableLocales},r.getText=function(e,t,r,n){var i=this._findStore(e,n);return i instanceof y?i.getText(t,r):null},r.getTextIterator=function(e,t,r){var n=this._findStore(e,r);return n instanceof y?n.getTextIterator(t):null},r._findStore=function(e,t){var r=_(e,t),n=this._cache[r];return void 0===n&&(n=this._createStore(e,t),this._cache[r]=n),n},r._createStore=function(e,r){$("main/"+r.localeString()+"/ca-gregorian.json");var n=w(r.localeString());if(e===t.ChronoField.MONTH_OF_YEAR){var i=n.main("dates/calendars/gregorian/months/format"),a={},o={};return o[1]=i.wide[1],o[2]=i.wide[2],o[3]=i.wide[3],o[4]=i.wide[4],o[5]=i.wide[5],o[6]=i.wide[6],o[7]=i.wide[7],o[8]=i.wide[8],o[9]=i.wide[9],o[10]=i.wide[10],o[11]=i.wide[11],o[12]=i.wide[12],a[t.TextStyle.FULL]=o,(o={})[1]=i.narrow[1],o[2]=i.narrow[2],o[3]=i.narrow[3],o[4]=i.narrow[4],o[5]=i.narrow[5],o[6]=i.narrow[6],o[7]=i.narrow[7],o[8]=i.narrow[8],o[9]=i.narrow[9],o[10]=i.narrow[10],o[11]=i.narrow[11],o[12]=i.narrow[12],a[t.TextStyle.NARROW]=o,(o={})[1]=i.abbreviated[1],o[2]=i.abbreviated[2],o[3]=i.abbreviated[3],o[4]=i.abbreviated[4],o[5]=i.abbreviated[5],o[6]=i.abbreviated[6],o[7]=i.abbreviated[7],o[8]=i.abbreviated[8],o[9]=i.abbreviated[9],o[10]=i.abbreviated[10],o[11]=i.abbreviated[11],o[12]=i.abbreviated[12],a[t.TextStyle.SHORT]=o,this._createLocaleStore(a)}if(e===t.ChronoField.DAY_OF_WEEK){var s=n.main("dates/calendars/gregorian/days/format"),u={},l={};return l[1]=s.wide.mon,l[2]=s.wide.tue,l[3]=s.wide.wed,l[4]=s.wide.thu,l[5]=s.wide.fri,l[6]=s.wide.sat,l[7]=s.wide.sun,u[t.TextStyle.FULL]=l,(l={})[1]=s.narrow.mon,l[2]=s.narrow.tue,l[3]=s.narrow.wed,l[4]=s.narrow.thu,l[5]=s.narrow.fri,l[6]=s.narrow.sat,l[7]=s.narrow.sun,u[t.TextStyle.NARROW]=l,(l={})[1]=s.abbreviated.mon,l[2]=s.abbreviated.tue,l[3]=s.abbreviated.wed,l[4]=s.abbreviated.thu,l[5]=s.abbreviated.fri,l[6]=s.abbreviated.sat,l[7]=s.abbreviated.sun,u[t.TextStyle.SHORT]=l,this._createLocaleStore(u)}if(e===t.ChronoField.AMPM_OF_DAY){var c=n.main("dates/calendars/gregorian/dayPeriods/format"),d={},h={};return h[0]=c.wide.am,h[1]=c.wide.pm,d[t.TextStyle.FULL]=h,(h={})[0]=c.narrow.am,h[1]=c.narrow.pm,d[t.TextStyle.NARROW]=h,(h={})[0]=c.abbreviated.am,h[1]=c.abbreviated.pm,d[t.TextStyle.SHORT]=h,this._createLocaleStore(d)}if(e===t.ChronoField.ERA){var f=n.main("dates/calendars/gregorian/eras"),p={},m={};return m[0]=f.eraNames[0],m[1]=f.eraNames[1],p[t.TextStyle.FULL]=m,(m={})[0]=f.eraNarrow[0],m[1]=f.eraNarrow[1],p[t.TextStyle.NARROW]=m,(m={})[0]=f.eraAbbr[0],m[1]=f.eraAbbr[1],p[t.TextStyle.SHORT]=m,this._createLocaleStore(p)}if(e===t.IsoFields.QUARTER_OF_YEAR){var _=n.main("dates/calendars/gregorian/quarters/format"),g={},y={};return y[1]=_.wide[1],y[2]=_.wide[2],y[3]=_.wide[3],y[4]=_.wide[4],g[t.TextStyle.FULL]=y,(y={})[1]=_.narrow[1],y[2]=_.narrow[2],y[3]=_.narrow[3],y[4]=_.narrow[4],g[t.TextStyle.NARROW]=y,(y={})[1]=_.abbreviated[1],y[2]=_.abbreviated[2],y[3]=_.abbreviated[3],y[4]=_.abbreviated[4],g[t.TextStyle.SHORT]=y,this._createLocaleStore(g)}return null},r._createLocaleStore=function(e){return e[t.TextStyle.FULL_STANDALONE]=e[t.TextStyle.FULL],e[t.TextStyle.SHORT_STANDALONE]=e[t.TextStyle.SHORT],Object.keys(e).indexOf(t.TextStyle.NARROW)>-1&&-1===Object.keys(e).indexOf(t.TextStyle.NARROW_STANDALONE)&&(e[t.TextStyle.NARROW_STANDALONE]=e[t.TextStyle.NARROW]),new y(e)},e}(),x=t._.assert,R=x.requireNonNull,F=x.requireInstance,k=function(e,t){var r=t.length-e.length;return 0===r&&(r=e.localeCompare(t)),r},P={},U=function(){function e(e){R(e,"textStyle"),F(e,t.TextStyle,"textStyle"),this._textStyle=e,this._zoneIdsLocales={},$("supplemental/likelySubtags.json"),$("supplemental/metaZones.json")}var r=e.prototype;return r._cachedResolveZoneIdText=function(e,t,r,n){null==P[e.locale]&&(P[e.locale]={});var i=P[e.locale];null==i[t]&&(i[t]={});var a=i[t];null==a[r]&&(a[r]={});var o=a[r];return null==o[n]&&(o[n]=this._resolveZoneIdText(e,t,r,n)),o[n]},r._resolveZoneIdText=function(e,t,r,n){var i=e.main("dates/timeZoneNames/zone/"+t+"/"+r+"/"+n);if(i)return i;var a=e.get("supplemental/metaZones/metazoneInfo/timezone/"+t);if(a){var o=a[a.length-1].usesMetazone._mzone,s=e.main("dates/timeZoneNames/metazone/"+o+"/"+r+"/"+n);if(s)return s;if((s=e.main("dates/timeZoneNames/metazone/"+o+"/"+r+"/generic"))||(s=e.main("dates/timeZoneNames/metazone/"+o+"/"+r+"/standard")),s)return s;var u=L(e),l=u[o][e.attributes.territory];if(l){if(l!==t)return this._cachedResolveZoneIdText(e,l,r,n)}else{var c=u[o]["001"];if(c!==t)return this._cachedResolveZoneIdText(e,c,r,n)}}},r.print=function(e,r){var n=e.getValueQuery(t.TemporalQueries.zoneId());if(null==n)return!1;if(n.normalized()instanceof t.ZoneOffset)return r.append(n.id()),!0;var i="generic",a=this._textStyle.asNormal()===t.TextStyle.FULL?"long":"short";$("main/"+e.locale().localeString()+"/timeZoneNames.json");var o=w(e.locale().localeString()),s=this._cachedResolveZoneIdText(o,n.id(),a,i);return s?r.append(s):r.append(n.id()),!0},r._resolveZoneIds=function(e){if(null!=this._zoneIdsLocales[e])return this._zoneIdsLocales[e];var r={};$("main/"+e+"/timeZoneNames.json");for(var n,i=w(e),a=s(t.ZoneRulesProvider.getAvailableZoneIds());!(n=a()).done;){var o=n.value;r[o]=o;var u=this._textStyle.asNormal()===t.TextStyle.FULL?"long":"short",l=this._cachedResolveZoneIdText(i,o,u,"generic");l&&(r[l]=o);var c=this._cachedResolveZoneIdText(i,o,u,"standard");c&&(r[c]=o);var d=this._cachedResolveZoneIdText(i,o,u,"daylight");d&&(r[d]=o)}var h=Object.keys(r).sort(k);return this._zoneIdsLocales[e]={ids:r,sortedKeys:h},this._zoneIdsLocales[e]},r.parse=function(e,r,n){for(var i=0,a=["UTC","GMT"];i<a.length;i++){var o=a[i];if(e.subSequenceEquals(r,n,o,0,o.length))return e.setParsedZone(t.ZoneId.of(o)),n+o.length}for(var u,l=this._resolveZoneIds(e.locale().localeString()),c=l.ids,d=s(l.sortedKeys);!(u=d()).done;){var h=u.value;if(e.subSequenceEquals(r,n,h,0,h.length))return e.setParsedZone(t.ZoneId.of(c[h])),n+h.length}return~n},r.toString=function(){return"ZoneText("+this._textStyle+")"},e}(),z=t._.MathUtil,Z=function(){function e(e){this._textStyle=e}var r=e.prototype;return r.textStyle=function(){return this._textStyle},r.print=function(e,r){var n=e.getValue(t.ChronoField.OFFSET_SECONDS);if(null==n)return!1;if(r.append("GMT"),this._textStyle===t.TextStyle.FULL)return new t.DateTimeFormatterBuilder.OffsetIdPrinterParser("","+HH:MM:ss").print(e,r);var i=z.safeToInt(n);if(0!==i){var a=Math.abs(z.intMod(z.intDiv(i,3600),100)),o=Math.abs(z.intMod(z.intDiv(i,60),60)),s=Math.abs(z.intMod(i,60));r.append(i<0?"-":"+").append(a),(o>0||s>0)&&(r.append(":").append(z.intDiv(o,10)).append(z.intMod(o,10)),s>0&&r.append(":").append(z.intDiv(s,10)).append(z.intMod(s,10)))}return!0},r.parse=function(e,r,n){if(!1===e.subSequenceEquals(r,n,"GMT",0,3))return~n;if(n+=3,this._textStyle===t.TextStyle.FULL)return new t.DateTimeFormatterBuilder.OffsetIdPrinterParser("","+HH:MM:ss").parse(e,r,n);var i=r.length;if(n===i)return e.setParsedField(t.ChronoField.OFFSET_SECONDS,0,n,n);var a=r.charAt(n);if("+"!==a&&"-"!==a)return e.setParsedField(t.ChronoField.OFFSET_SECONDS,0,n,n);var o="-"===a?-1:1;if(n===i)return~n;n++;var s=r.charAt(n);if(s<"0"||s>"9")return~n;n++;var u=z.parseInt(s);if(n!==i&&(s=r.charAt(n))>="0"&&s<="9"){if((u=10*u+z.parseInt(s))>23)return~n;n++}if(n===i||":"!==r.charAt(n)){var l=3600*o*u;return e.setParsedField(t.ChronoField.OFFSET_SECONDS,l,n,n)}if(++n>i-2)return~n;if((s=r.charAt(n))<"0"||s>"9")return~n;n++;var c=z.parseInt(s);if((s=r.charAt(n))<"0"||s>"9")return~n;if(n++,(c=10*c+z.parseInt(s))>59)return~n;if(n===i||":"!==r.charAt(n)){var d=o*(3600*u+60*c);return e.setParsedField(t.ChronoField.OFFSET_SECONDS,d,n,n)}if(++n>i-2)return~n;if((s=r.charAt(n))<"0"||s>"9")return~n;n++;var h=z.parseInt(s);if((s=r.charAt(n))<"0"||s>"9")return~n;if(n++,(h=10*h+z.parseInt(s))>59)return~n;var f=o*(3600*u+60*c+h);return e.setParsedField(t.ChronoField.OFFSET_SECONDS,f,n,n)},r.toString=function(){return"LocalizedOffset("+this._textStyle+")"},e}(),j=t._.MathUtil,B=t._.assert,H=B.requireNonNull,V=B.requireInstance,q=t.ValueRange.of(1,7),G=t.ValueRange.of(0,1,4,6),W=t.ValueRange.of(0,1,52,54),Y=t.ValueRange.of(1,52,53),K=t.ChronoField.YEAR.range(),Q={mon:t.DayOfWeek.MONDAY,tue:t.DayOfWeek.TUESDAY,wed:t.DayOfWeek.WEDNESDAY,thu:t.DayOfWeek.THURSDAY,fri:t.DayOfWeek.FRIDAY,sat:t.DayOfWeek.SATURDAY,sun:t.DayOfWeek.SUNDAY},X=function(){function e(e,t,r,n,i){this._name=e,this._weekDef=t,this._baseUnit=r,this._rangeUnit=n,this._range=i}e.ofDayOfWeekField=function(r){return new e("DayOfWeek",r,t.ChronoUnit.DAYS,t.ChronoUnit.WEEKS,q)},e.ofWeekOfMonthField=function(r){return new e("WeekOfMonth",r,t.ChronoUnit.WEEKS,t.ChronoUnit.MONTHS,G)},e.ofWeekOfYearField=function(r){return new e("WeekOfYear",r,t.ChronoUnit.WEEKS,t.ChronoUnit.YEARS,W)},e.ofWeekOfWeekBasedYearField=function(r){return new e("WeekOfWeekBasedYear",r,t.ChronoUnit.WEEKS,t.IsoFields.WEEK_BASED_YEARS,Y)},e.ofWeekBasedYearField=function(r){return new e("WeekBasedYear",r,t.IsoFields.WEEK_BASED_YEARS,t.ChronoUnit.FOREVER,K)};var r=e.prototype;return r.getFrom=function(e){var r=this._weekDef.firstDayOfWeek().value(),n=this._localizedDayOfWeek(e,r);if(this._rangeUnit===t.ChronoUnit.WEEKS)return n;if(this._rangeUnit===t.ChronoUnit.MONTHS)return this._localizedWeekOfMonth(e,n);if(this._rangeUnit===t.ChronoUnit.YEARS)return this._localizedWeekOfYear(e,n);if(this._rangeUnit===t.IsoFields.WEEK_BASED_YEARS)return this._localizedWOWBY(e);if(this._rangeUnit===t.ChronoUnit.FOREVER)return this._localizedWBY(e);throw new t.IllegalStateException("unreachable")},r._localizedDayOfWeek=function(e,r){var n=e.get(t.ChronoField.DAY_OF_WEEK);return j.floorMod(n-r,7)+1},r._localizedWeekOfMonth=function(r,n){var i=r.get(t.ChronoField.DAY_OF_MONTH),a=this._startOfWeekOffset(i,n);return e._computeWeek(a,i)},r._localizedWeekOfYear=function(r,n){var i=r.get(t.ChronoField.DAY_OF_YEAR),a=this._startOfWeekOffset(i,n);return e._computeWeek(a,i)},r._localizedWOWBY=function(r){var n=this._weekDef.firstDayOfWeek().value(),i=r.get(t.ChronoField.DAY_OF_WEEK),a=j.floorMod(i-n,7)+1,o=this._localizedWeekOfYear(r,a);if(0===o){var s=t.LocalDate.from(r).minus(1,t.ChronoUnit.WEEKS);return this._localizedWeekOfYear(s,a)+1}if(o>=53){var u=this._startOfWeekOffset(r.get(t.ChronoField.DAY_OF_YEAR),a),l=r.get(t.ChronoField.YEAR),c=t.Year.isLeap(l)?366:365,d=e._computeWeek(u,c+this._weekDef.minimalDaysInFirstWeek());if(o>=d)return o-(d-1)}return o},r._localizedWBY=function(r){var n=this._weekDef.firstDayOfWeek().value(),i=r.get(t.ChronoField.DAY_OF_WEEK),a=j.floorMod(i-n,7)+1,o=r.get(t.ChronoField.YEAR),s=this._localizedWeekOfYear(r,a);if(0===s)return o-1;if(s<53)return o;var u=this._startOfWeekOffset(r.get(t.ChronoField.DAY_OF_YEAR),a),l=t.Year.isLeap(o)?366:365;return s>=e._computeWeek(u,l+this._weekDef.minimalDaysInFirstWeek())?o+1:o},r._startOfWeekOffset=function(e,t){var r=j.floorMod(e-t,7),n=-r;return r+1>this._weekDef.minimalDaysInFirstWeek()&&(n=7-r),n},e._computeWeek=function(e,t){return j.intDiv(7+e+(t-1),7)},r.adjustInto=function(e,r){var n=this._range.checkValidIntValue(r,this),i=e.get(this);if(n===i)return e;if(this._rangeUnit===t.ChronoUnit.FOREVER){var a=e.get(this._weekDef.weekOfWeekBasedYear()),o=j.roundDown(52.1775*(r-i)),s=e.plus(o,t.ChronoUnit.WEEKS);if(s.get(this)>n){var u=s.get(this._weekDef.weekOfWeekBasedYear());s=s.minus(u,t.ChronoUnit.WEEKS)}else{s.get(this)<n&&(s=s.plus(2,t.ChronoUnit.WEEKS));var l=s.get(this._weekDef.weekOfWeekBasedYear());(s=s.plus(a-l,t.ChronoUnit.WEEKS)).get(this)>n&&(s=s.minus(1,t.ChronoUnit.WEEKS))}return s}var c=n-i;return e.plus(c,this._baseUnit)},r.resolve=function(e,r,n){var i=this._weekDef.firstDayOfWeek().value();if(this._rangeUnit===t.ChronoUnit.WEEKS){var a=e.remove(this),o=this._range.checkValidIntValue(a,this),s=j.floorMod(i-1+(o-1),7)+1;return e.put(t.ChronoField.DAY_OF_WEEK,s),null}if(!1===e.containsKey(t.ChronoField.DAY_OF_WEEK))return null;if(this._rangeUnit===t.ChronoUnit.FOREVER){if(!1===e.containsKey(this._weekDef.weekOfWeekBasedYear()))return null;var u,l,c=t.ChronoField.DAY_OF_WEEK.checkValidIntValue(e.get(t.ChronoField.DAY_OF_WEEK)),d=j.floorMod(c-i,7)+1,h=this.range().checkValidIntValue(e.get(this),this);if(n===t.ResolverStyle.LENIENT){u=t.LocalDate.of(h,1,this._weekDef.minimalDaysInFirstWeek());var f=e.get(this._weekDef.weekOfWeekBasedYear()),p=this._localizedDayOfWeek(u,i);l=7*(f-this._localizedWeekOfYear(u,p))+(d-p)}else{u=t.LocalDate.of(h,1,this._weekDef.minimalDaysInFirstWeek());var m=this._weekDef.weekOfWeekBasedYear().range().checkValidIntValue(e.get(this._weekDef.weekOfWeekBasedYear()),this._weekDef.weekOfWeekBasedYear),_=this._localizedDayOfWeek(u,i);l=7*(m-this._localizedWeekOfYear(u,_))+(d-_)}if(u=u.plus(l,t.ChronoUnit.DAYS),n===t.ResolverStyle.STRICT&&u.getLong(this)!==e.get(this))throw new t.DateTimeException("Strict mode rejected date parsed to a different year");return e.remove(this),e.remove(this._weekDef.weekOfWeekBasedYear()),e.remove(t.ChronoField.DAY_OF_WEEK),u}if(!1===e.containsKey(t.ChronoField.YEAR))return null;var g=t.ChronoField.DAY_OF_WEEK.checkValidIntValue(e.get(t.ChronoField.DAY_OF_WEEK)),y=j.floorMod(g-i,7)+1,E=t.ChronoField.YEAR.checkValidIntValue(e.get(t.ChronoField.YEAR));if(this._rangeUnit===t.ChronoUnit.MONTHS){if(!1===e.containsKey(t.ChronoField.MONTH_OF_YEAR))return null;var b,v,T=e.remove(this);if(n===t.ResolverStyle.LENIENT){var S=e.get(t.ChronoField.MONTH_OF_YEAR);b=(b=t.LocalDate.of(E,1,1)).plus(S-1,t.ChronoUnit.MONTHS);var A=this._localizedDayOfWeek(b,i);v=7*(T-this._localizedWeekOfMonth(b,A))+(y-A)}else{var C=t.ChronoField.MONTH_OF_YEAR.checkValidIntValue(e.get(t.ChronoField.MONTH_OF_YEAR));b=t.LocalDate.of(E,C,8);var M=this._localizedDayOfWeek(b,i);v=7*(this._range.checkValidIntValue(T,this)-this._localizedWeekOfMonth(b,M))+(y-M)}if(b=b.plus(v,t.ChronoUnit.DAYS),n===t.ResolverStyle.STRICT&&b.getLong(t.ChronoField.MONTH_OF_YEAR)!==e.get(t.ChronoField.MONTH_OF_YEAR))throw new t.DateTimeException("Strict mode rejected date parsed to a different month");return e.remove(this),e.remove(t.ChronoField.YEAR),e.remove(t.ChronoField.MONTH_OF_YEAR),e.remove(t.ChronoField.DAY_OF_WEEK),b}if(this._rangeUnit===t.ChronoUnit.YEARS){var N,$=e.remove(this),O=t.LocalDate.of(E,1,1);if(n===t.ResolverStyle.LENIENT){var w=this._localizedDayOfWeek(O,i);N=7*($-this._localizedWeekOfYear(O,w))+(y-w)}else{var D=this._localizedDayOfWeek(O,i);N=7*(this._range.checkValidIntValue($,this)-this._localizedWeekOfYear(O,D))+(y-D)}if(O=O.plus(N,t.ChronoUnit.DAYS),n===t.ResolverStyle.STRICT&&O.getLong(t.ChronoField.YEAR)!==e.get(t.ChronoField.YEAR))throw new t.DateTimeException("Strict mode rejected date parsed to a different year");return e.remove(this),e.remove(t.ChronoField.YEAR),e.remove(t.ChronoField.DAY_OF_WEEK),O}throw new t.IllegalStateException("unreachable")},r.name=function(){return this._name},r.baseUnit=function(){return this._baseUnit},r.rangeUnit=function(){return this._rangeUnit},r.range=function(){return this._range},r.isDateBased=function(){return!0},r.isTimeBased=function(){return!1},r.isSupportedBy=function(e){if(e.isSupported(t.ChronoField.DAY_OF_WEEK)){if(this._rangeUnit===t.ChronoUnit.WEEKS)return!0;if(this._rangeUnit===t.ChronoUnit.MONTHS)return e.isSupported(t.ChronoField.DAY_OF_MONTH);if(this._rangeUnit===t.ChronoUnit.YEARS)return e.isSupported(t.ChronoField.DAY_OF_YEAR);if(this._rangeUnit===t.IsoFields.WEEK_BASED_YEARS)return e.isSupported(t.ChronoField.EPOCH_DAY);if(this._rangeUnit===t.ChronoUnit.FOREVER)return e.isSupported(t.ChronoField.EPOCH_DAY)}return!1},r.rangeRefinedBy=function(r){if(this._rangeUnit===t.ChronoUnit.WEEKS)return this._range;var n=null;if(this._rangeUnit===t.ChronoUnit.MONTHS)n=t.ChronoField.DAY_OF_MONTH;else{if(this._rangeUnit!==t.ChronoUnit.YEARS){if(this._rangeUnit===t.IsoFields.WEEK_BASED_YEARS)return this._rangeWOWBY(r);if(this._rangeUnit===t.ChronoUnit.FOREVER)return r.range(t.ChronoField.YEAR);throw new t.IllegalStateException("unreachable")}n=t.ChronoField.DAY_OF_YEAR}var i=this._weekDef.firstDayOfWeek().value(),a=r.get(t.ChronoField.DAY_OF_WEEK),o=j.floorMod(a-i,7)+1,s=this._startOfWeekOffset(r.get(n),o),u=r.range(n);return t.ValueRange.of(e._computeWeek(s,u.minimum()),e._computeWeek(s,u.maximum()))},r._rangeWOWBY=function(r){var n=this._weekDef.firstDayOfWeek().value(),i=r.get(t.ChronoField.DAY_OF_WEEK),a=j.floorMod(i-n,7)+1,o=this._localizedWeekOfYear(r,a);if(0===o)return this._rangeWOWBY(t.IsoChronology.INSTANCE.date(r).minus(2,t.ChronoUnit.WEEKS));var s=this._startOfWeekOffset(r.get(t.ChronoField.DAY_OF_YEAR),a),u=r.get(t.ChronoField.YEAR),l=t.Year.isLeap(u)?366:365,c=e._computeWeek(s,l+this._weekDef.minimalDaysInFirstWeek());return o>=c?this._rangeWOWBY(t.IsoChronology.INSTANCE.date(r).plus(2,t.ChronoUnit.WEEKS)):t.ValueRange.of(1,c-1)},r.displayName=function(e){return H(e,"locale"),this._rangeUnit===t.ChronoUnit.YEARS?"Week":this.toString()},r.toString=function(){return this._name+"["+this._weekDef.toString()+"]"},e}(),J=new Map,ee=function(){function e(e,r){if(H(e,"firstDayOfWeek"),V(e,t.DayOfWeek,"firstDayOfWeek"),H(r,"minimalDaysInFirstWeek"),r<1||r>7)throw new t.IllegalArgumentException("Minimal number of days is invalid");this._firstDayOfWeek=e,this._minimalDays=r,this._dayOfWeek=X.ofDayOfWeekField(this),this._weekOfMonth=X.ofWeekOfMonthField(this),this._weekOfYear=X.ofWeekOfYearField(this),this._weekOfWeekBasedYear=X.ofWeekOfWeekBasedYearField(this),this._weekBasedYear=X.ofWeekBasedYearField(this),M.load(m("supplemental/likelySubtags.json"))}e.of=function(t,r){return void 0===r?e.ofLocale(t):e.ofFirstDayOfWeekMinDays(t,r)},e.ofLocale=function(t){H(t,"locale"),M.load(m("supplemental/weekData.json"));var r="001",n=new M(t.localeString()).get("supplemental/weekData"),i=Q[n.firstDay[t.country()]];i||(i=Q[n.firstDay[r]]);var a=n.minDays[t.country()];return a||(a=n.minDays[r]),e.ofFirstDayOfWeekMinDays(i,a)},e.ofFirstDayOfWeekMinDays=function(r,n){H(r,"firstDayOfWeek"),V(r,t.DayOfWeek,"firstDayOfWeek"),H(n,"minimalDaysInFirstWeek");var i=r.toString()+n,a=J.get(i);return null==a&&(a=new e(r,n),J.set(i,a),a=J.get(i)),a};var r=e.prototype;return r.firstDayOfWeek=function(){return this._firstDayOfWeek},r.minimalDaysInFirstWeek=function(){return this._minimalDays},r.dayOfWeek=function(){return this._dayOfWeek},r.weekOfMonth=function(){return this._weekOfMonth},r.weekOfYear=function(){return this._weekOfYear},r.weekOfWeekBasedYear=function(){return this._weekOfWeekBasedYear},r.weekBasedYear=function(){return this._weekBasedYear},r.equals=function(t){return this===t||t instanceof e&&this.hashCode()===t.hashCode()},r.hashCode=function(){return 7*this._firstDayOfWeek.ordinal()+this._minimalDays},r.toString=function(){return"WeekFields["+this._firstDayOfWeek+","+this._minimalDays+"]"},e}();
176
+ /*
177
+ * @copyright (c) 2020, Philipp Thuerwaechter & Pattrick Hueper
178
+ * @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
179
+ */function te(){ee.ISO=ee.of(t.DayOfWeek.MONDAY,4),ee.SUNDAY_START=ee.of(t.DayOfWeek.SUNDAY,1)}
180
+ /*
181
+ * @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
182
+ * @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
183
+ */var re=t._.StringBuilder,ne=function(){function e(e,t){this._letter=e,this._count=t}var r=e.prototype;return r.print=function(e,t){var r=ee.of(e.locale());return this._evaluate(r).print(e,t)},r.parse=function(e,t,r){var n=ee.of(e.locale());return this._evaluate(n).parse(e,t,r)},r._evaluate=function(e){var r=null;switch(this._letter){case"e":case"c":r=new t.DateTimeFormatterBuilder.NumberPrinterParser(e.dayOfWeek(),this._count,2,t.SignStyle.NOT_NEGATIVE);break;case"w":r=new t.DateTimeFormatterBuilder.NumberPrinterParser(e.weekOfWeekBasedYear(),this._count,2,t.SignStyle.NOT_NEGATIVE);break;case"W":r=new t.DateTimeFormatterBuilder.NumberPrinterParser(e.weekOfMonth(),1,2,t.SignStyle.NOT_NEGATIVE);break;case"Y":r=2===this._count?new t.DateTimeFormatterBuilder.ReducedPrinterParser(e.weekBasedYear(),2,2,0,t.DateTimeFormatterBuilder.ReducedPrinterParser.BASE_DATE):new t.DateTimeFormatterBuilder.NumberPrinterParser(e.weekBasedYear(),this._count,19,this._count<4?t.SignStyle.NORMAL:t.SignStyle.EXCEEDS_PAD,-1)}return r},r.toString=function(){var e=new re(30);return e.append("Localized("),"Y"===this._letter?1===this._count?e.append("WeekBasedYear"):2===this._count?e.append("ReducedValue(WeekBasedYear,2,2,2000-01-01)"):e.append("WeekBasedYear,").append(this._count).append(",").append(19).append(",").append(this._count<4?t.SignStyle.NORMAL:t.SignStyle.EXCEEDS_PAD):("c"===this._letter||"e"===this._letter?e.append("DayOfWeek"):"w"===this._letter?e.append("WeekOfWeekBasedYear"):"W"===this._letter&&e.append("WeekOfMonth"),e.append(","),e.append(this._count)),e.append(")"),e.toString()},e}(),ie=t._.assert,ae=ie.requireNonNull,oe=ie.requireInstance,se=function(e){function i(){return e.apply(this,arguments)||this}n(i,e);var a=i.prototype;return a.appendText=function(e,r){return void 0===r?this.appendTextField(e):r instanceof t.TextStyle?this.appendTextFieldStyle(e,r):this.appendTextFieldMap(e,r)},a.appendTextField=function(e){return this.appendTextFieldStyle(e,t.TextStyle.FULL)},a.appendTextFieldStyle=function(e,r){return ae(e,"field"),oe(e,t.TemporalField,"field"),ae(r,"textStyle"),oe(r,t.TextStyle,"textStyle"),this._appendInternal(new u(e,r,new I)),this},a.appendTextFieldMap=function(e,n){ae(e,"field"),oe(e,t.ChronoField,"field"),ae(n,"textLookup");var i=r({},n),a={};a[t.TextStyle.FULL]=i;var o=new y(a),s={getText:function(e,t,r){return o.getText(t,r)},getTextIterator:function(e,t){return o.getTextIterator(t)}};return this._appendInternal(new u(e,t.TextStyle.FULL,s)),this},a.appendWeekField=function(e,t){return ae(e,"field"),ae(t,"count"),this._appendInternal(new ne(e,t)),this},a.appendZoneText=function(e){return this._appendInternal(new U(e)),this},a.appendLocalizedOffset=function(e){if(ae(e,"textStyle"),e!==t.TextStyle.FULL&&e!==t.TextStyle.SHORT)throw new t.IllegalArgumentException("Style must be either full or short");return this._appendInternal(new Z(e)),this},i}(t.DateTimeFormatterBuilder),ue=function(){function e(e,t,r){void 0===t&&(t=""),void 0===r&&(r=""),this._language=e,this._country=t,this._localeString=r}e.getAvailableLocales=function(){return(new I).getAvailableLocales()};var t=e.prototype;return t.language=function(){return this._language},t.country=function(){return this._country},t.localeString=function(){return this._localeString.length>0?this._localeString:this._country.length>0?this._language+"-"+this._country:this._language},t.toString=function(){return"Locale["+this.localeString()+"]"},t.equals=function(t){return!!t&&t instanceof e&&this.localeString()===t.localeString()},e}();function le(){ue.ENGLISH=new ue("en"),ue.US=new ue("en","US","en"),ue.UK=new ue("en","GB"),ue.CANADA=new ue("en","CA"),ue.FRENCH=new ue("fr"),ue.FRANCE=new ue("fr","FR","fr"),ue.GERMAN=new ue("de"),ue.GERMANY=new ue("de","DE","de"),ue.KOREAN=new ue("ko"),ue.JAPANESE=new ue("ja","JP"),ue.JAPAN=new ue("ja","JP","ja"),ue.ITALIAN=new ue("it"),ue.ITALY=new ue("it","IT","it"),ue.CHINESE=new ue("zh"),ue.ROMANIAN=new ue("ro"),ue.SWEDISH=new ue("sv"),ue.SWEDEN=new ue("sv","SE","sv"),ue.HINDI=new ue("hi"),ue.RUSSIAN=new ue("ru")}var ce=t._.assert.requireNonNull,de=function(e){function r(){return e.apply(this,arguments)||this}return n(r,e),r.prototype.withLocale=function(e){return ce(e,"locale"),e.equals(this._locale)?this:new t.DateTimeFormatter(this._printerParser,e,this._decimalStyle,this._resolverStyle,this._resolverFields,this._chrono,this._zone)},r}(t.DateTimeFormatter);function he(){var e={1:"Mon",2:"Tue",3:"Wed",4:"Thu",5:"Fri",6:"Sat",7:"Sun"},r={1:"Jan",2:"Feb",3:"Mar",4:"Apr",5:"May",6:"Jun",7:"Jul",8:"Aug",9:"Sep",10:"Oct",11:"Nov",12:"Dec"};de.RFC_1123_DATE_TIME=(new se).parseCaseInsensitive().parseLenient().optionalStart().appendText(t.ChronoField.DAY_OF_WEEK,e).appendLiteral(", ").optionalEnd().appendValue(t.ChronoField.DAY_OF_MONTH,2).appendLiteral(" ").appendText(t.ChronoField.MONTH_OF_YEAR,r).appendLiteral(" ").appendValue(t.ChronoField.YEAR,4).appendLiteral(" ").appendValue(t.ChronoField.HOUR_OF_DAY,2).appendLiteral(":").appendValue(t.ChronoField.MINUTE_OF_HOUR,2).optionalStart().appendLiteral(":").appendValue(t.ChronoField.SECOND_OF_MINUTE,2).optionalEnd().appendLiteral(" ").appendZoneId().toFormatter(t.ResolverStyle.SMART).withChronology(t.IsoChronology.INSTANCE)}
184
+ /*
185
+ * @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
186
+ * @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
187
+ */var fe=!1;function pe(){fe||(fe=!0,le(),te(),he())}function me(e){Object.getOwnPropertyNames(se.prototype).forEach((function(t){"constructor"!==t&&(e.DateTimeFormatterBuilder.prototype[t]=se.prototype[t])})),Object.getOwnPropertyNames(de.prototype).forEach((function(t){"constructor"!==t&&(e.DateTimeFormatter.prototype[t]=de.prototype[t])})),e.DateTimeFormatter.RFC_1123_DATE_TIME=de.RFC_1123_DATE_TIME}
188
+ /*
189
+ * @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
190
+ * @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
191
+ */pe(),t.use(me),e.Locale=ue,e.WeekFields=ee}(dist.exports,require$$0);var _arrayMap=arrayMap$2,baseGetTag$2=_baseGetTag,isObjectLike$4=isObjectLike_1,symbolTag$1="[object Symbol]";function isSymbol$3(e){return"symbol"==typeof e||isObjectLike$4(e)&&baseGetTag$2(e)==symbolTag$1}var isSymbol_1=isSymbol$3,Symbol$2=_Symbol,arrayMap$1=_arrayMap,isArray$8=isArray_1,isSymbol$2=isSymbol_1,INFINITY$1=1/0,symbolProto$1=Symbol$2?Symbol$2.prototype:void 0,symbolToString$1=symbolProto$1?symbolProto$1.toString:void 0;function baseToString$1(e){if("string"==typeof e)return e;if(isArray$8(e))return arrayMap$1(e,baseToString$1)+"";if(isSymbol$2(e))return symbolToString$1?symbolToString$1.call(e):"";var t=e+"";return"0"==t&&1/e==-INFINITY$1?"-0":t}var _baseToString=baseToString$1,baseToString=_baseToString;function toString$6(e){return null==e?"":baseToString(e)}var toString_1=toString$6;function baseSlice$1(e,t,r){var n=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(r=r>i?i:r)<0&&(r+=i),i=t>r?0:r-t>>>0,t>>>=0;for(var a=Array(i);++n<i;)a[n]=e[n+t];return a}var _baseSlice=baseSlice$1,baseSlice=_baseSlice;function castSlice$1(e,t,r){var n=e.length;return r=void 0===r?n:r,!t&&r>=n?e:baseSlice(e,t,r)}var _castSlice=castSlice$1,rsAstralRange$2="\\ud800-\\udfff",rsComboMarksRange$3="\\u0300-\\u036f",reComboHalfMarksRange$3="\\ufe20-\\ufe2f",rsComboSymbolsRange$3="\\u20d0-\\u20ff",rsComboRange$3=rsComboMarksRange$3+reComboHalfMarksRange$3+rsComboSymbolsRange$3,rsVarRange$2="\\ufe0e\\ufe0f",rsZWJ$2="\\u200d",reHasUnicode=RegExp("["+rsZWJ$2+rsAstralRange$2+rsComboRange$3+rsVarRange$2+"]");function hasUnicode$2(e){return reHasUnicode.test(e)}var _hasUnicode=hasUnicode$2;function asciiToArray$1(e){return e.split("")}var _asciiToArray=asciiToArray$1,rsAstralRange$1="\\ud800-\\udfff",rsComboMarksRange$2="\\u0300-\\u036f",reComboHalfMarksRange$2="\\ufe20-\\ufe2f",rsComboSymbolsRange$2="\\u20d0-\\u20ff",rsComboRange$2=rsComboMarksRange$2+reComboHalfMarksRange$2+rsComboSymbolsRange$2,rsVarRange$1="\\ufe0e\\ufe0f",rsAstral="["+rsAstralRange$1+"]",rsCombo$2="["+rsComboRange$2+"]",rsFitz$1="\\ud83c[\\udffb-\\udfff]",rsModifier$1="(?:"+rsCombo$2+"|"+rsFitz$1+")",rsNonAstral$1="[^"+rsAstralRange$1+"]",rsRegional$1="(?:\\ud83c[\\udde6-\\uddff]){2}",rsSurrPair$1="[\\ud800-\\udbff][\\udc00-\\udfff]",rsZWJ$1="\\u200d",reOptMod$1=rsModifier$1+"?",rsOptVar$1="["+rsVarRange$1+"]?",rsOptJoin$1="(?:"+rsZWJ$1+"(?:"+[rsNonAstral$1,rsRegional$1,rsSurrPair$1].join("|")+")"+rsOptVar$1+reOptMod$1+")*",rsSeq$1=rsOptVar$1+reOptMod$1+rsOptJoin$1,rsSymbol="(?:"+[rsNonAstral$1+rsCombo$2+"?",rsCombo$2,rsRegional$1,rsSurrPair$1,rsAstral].join("|")+")",reUnicode=RegExp(rsFitz$1+"(?="+rsFitz$1+")|"+rsSymbol+rsSeq$1,"g");function unicodeToArray$1(e){return e.match(reUnicode)||[]}var _unicodeToArray=unicodeToArray$1,asciiToArray=_asciiToArray,hasUnicode$1=_hasUnicode,unicodeToArray=_unicodeToArray;function stringToArray$1(e){return hasUnicode$1(e)?unicodeToArray(e):asciiToArray(e)}var _stringToArray=stringToArray$1,castSlice=_castSlice,hasUnicode=_hasUnicode,stringToArray=_stringToArray,toString$5=toString_1;function createCaseFirst$1(e){return function(t){t=toString$5(t);var r=hasUnicode(t)?stringToArray(t):void 0,n=r?r[0]:t.charAt(0),i=r?castSlice(r,1).join(""):t.slice(1);return n[e]()+i}}var _createCaseFirst=createCaseFirst$1,createCaseFirst=_createCaseFirst,upperFirst$1=createCaseFirst("toUpperCase"),upperFirst_1=upperFirst$1,toString$4=toString_1,upperFirst=upperFirst_1;function capitalize$2(e){return upperFirst(toString$4(e).toLowerCase())}var capitalize_1=capitalize$2,browser$1={exports:{}},lib$8={},readableBrowser={exports:{}},streamBrowser=require$$0$1.EventEmitter,_nodeResolve_empty={},_nodeResolve_empty$1=Object.freeze({__proto__:null,default:_nodeResolve_empty}),require$$2=getAugmentedNamespace(_nodeResolve_empty$1),buffer_list,hasRequiredBuffer_list;function requireBuffer_list(){if(hasRequiredBuffer_list)return buffer_list;function e(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function t(t){for(var n=1;n<arguments.length;n++){var i=null!=arguments[n]?arguments[n]:{};n%2?e(Object(i),!0).forEach((function(e){r(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):e(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function r(e,t,r){return(t=i(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function n(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,i(n.key),n)}}function i(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}hasRequiredBuffer_list=1;var a=require$$0$2.Buffer,o=require$$2.inspect,s=o&&o.custom||"inspect";return buffer_list=function(){function e(){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.head=null,this.tail=null,this.length=0}var r,i,u;return r=e,(i=[{key:"push",value:function(e){var t={data:e,next:null};this.length>0?this.tail.next=t:this.head=t,this.tail=t,++this.length}},{key:"unshift",value:function(e){var t={data:e,next:this.head};0===this.length&&(this.tail=t),this.head=t,++this.length}},{key:"shift",value:function(){if(0!==this.length){var e=this.head.data;return 1===this.length?this.head=this.tail=null:this.head=this.head.next,--this.length,e}}},{key:"clear",value:function(){this.head=this.tail=null,this.length=0}},{key:"join",value:function(e){if(0===this.length)return"";for(var t=this.head,r=""+t.data;t=t.next;)r+=e+t.data;return r}},{key:"concat",value:function(e){if(0===this.length)return a.alloc(0);for(var t,r,n,i=a.allocUnsafe(e>>>0),o=this.head,s=0;o;)t=o.data,r=i,n=s,a.prototype.copy.call(t,r,n),s+=o.data.length,o=o.next;return i}},{key:"consume",value:function(e,t){var r;return e<this.head.data.length?(r=this.head.data.slice(0,e),this.head.data=this.head.data.slice(e)):r=e===this.head.data.length?this.shift():t?this._getString(e):this._getBuffer(e),r}},{key:"first",value:function(){return this.head.data}},{key:"_getString",value:function(e){var t=this.head,r=1,n=t.data;for(e-=n.length;t=t.next;){var i=t.data,a=e>i.length?i.length:e;if(a===i.length?n+=i:n+=i.slice(0,e),0==(e-=a)){a===i.length?(++r,t.next?this.head=t.next:this.head=this.tail=null):(this.head=t,t.data=i.slice(a));break}++r}return this.length-=r,n}},{key:"_getBuffer",value:function(e){var t=a.allocUnsafe(e),r=this.head,n=1;for(r.data.copy(t),e-=r.data.length;r=r.next;){var i=r.data,o=e>i.length?i.length:e;if(i.copy(t,t.length-e,0,o),0==(e-=o)){o===i.length?(++n,r.next?this.head=r.next:this.head=this.tail=null):(this.head=r,r.data=i.slice(o));break}++n}return this.length-=n,t}},{key:s,value:function(e,r){return o(this,t(t({},r),{},{depth:0,customInspect:!1}))}}])&&n(r.prototype,i),u&&n(r,u),Object.defineProperty(r,"prototype",{writable:!1}),e}()}function destroy(e,t){var r=this,n=this._readableState&&this._readableState.destroyed,i=this._writableState&&this._writableState.destroyed;return n||i?(t?t(e):e&&(this._writableState?this._writableState.errorEmitted||(this._writableState.errorEmitted=!0,process.nextTick(emitErrorNT,this,e)):process.nextTick(emitErrorNT,this,e)),this):(this._readableState&&(this._readableState.destroyed=!0),this._writableState&&(this._writableState.destroyed=!0),this._destroy(e||null,(function(e){!t&&e?r._writableState?r._writableState.errorEmitted?process.nextTick(emitCloseNT,r):(r._writableState.errorEmitted=!0,process.nextTick(emitErrorAndCloseNT,r,e)):process.nextTick(emitErrorAndCloseNT,r,e):t?(process.nextTick(emitCloseNT,r),t(e)):process.nextTick(emitCloseNT,r)})),this)}function emitErrorAndCloseNT(e,t){emitErrorNT(e,t),emitCloseNT(e)}function emitCloseNT(e){e._writableState&&!e._writableState.emitClose||e._readableState&&!e._readableState.emitClose||e.emit("close")}function undestroy(){this._readableState&&(this._readableState.destroyed=!1,this._readableState.reading=!1,this._readableState.ended=!1,this._readableState.endEmitted=!1),this._writableState&&(this._writableState.destroyed=!1,this._writableState.ended=!1,this._writableState.ending=!1,this._writableState.finalCalled=!1,this._writableState.prefinished=!1,this._writableState.finished=!1,this._writableState.errorEmitted=!1)}function emitErrorNT(e,t){e.emit("error",t)}function errorOrDestroy(e,t){var r=e._readableState,n=e._writableState;r&&r.autoDestroy||n&&n.autoDestroy?e.destroy(t):e.emit("error",t)}var destroy_1={destroy:destroy,undestroy:undestroy,errorOrDestroy:errorOrDestroy},errorsBrowser={};function _inheritsLoose(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}var codes={};function createErrorType(e,t,r){r||(r=Error);var n=function(e){function r(r,n,i){return e.call(this,function(e,r,n){return"string"==typeof t?t:t(e,r,n)}(r,n,i))||this}return _inheritsLoose(r,e),r}(r);n.prototype.name=r.name,n.prototype.code=e,codes[e]=n}function oneOf(e,t){if(Array.isArray(e)){var r=e.length;return e=e.map((function(e){return String(e)})),r>2?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:2===r?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}function startsWith(e,t,r){return e.substr(!r||r<0?0:+r,t.length)===t}function endsWith(e,t,r){return(void 0===r||r>e.length)&&(r=e.length),e.substring(r-t.length,r)===t}function includes(e,t,r){return"number"!=typeof r&&(r=0),!(r+t.length>e.length)&&-1!==e.indexOf(t,r)}createErrorType("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),createErrorType("ERR_INVALID_ARG_TYPE",(function(e,t,r){var n,i;if("string"==typeof t&&startsWith(t,"not ")?(n="must not be",t=t.replace(/^not /,"")):n="must be",endsWith(e," argument"))i="The ".concat(e," ").concat(n," ").concat(oneOf(t,"type"));else{var a=includes(e,".")?"property":"argument";i='The "'.concat(e,'" ').concat(a," ").concat(n," ").concat(oneOf(t,"type"))}return i+=". Received type ".concat(typeof r)}),TypeError),createErrorType("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),createErrorType("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),createErrorType("ERR_STREAM_PREMATURE_CLOSE","Premature close"),createErrorType("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),createErrorType("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),createErrorType("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end"),createErrorType("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),createErrorType("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),createErrorType("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),errorsBrowser.codes=codes;var ERR_INVALID_OPT_VALUE=errorsBrowser.codes.ERR_INVALID_OPT_VALUE;function highWaterMarkFrom(e,t,r){return null!=e.highWaterMark?e.highWaterMark:t?e[r]:null}function getHighWaterMark(e,t,r,n){var i=highWaterMarkFrom(t,n,r);if(null!=i){if(!isFinite(i)||Math.floor(i)!==i||i<0)throw new ERR_INVALID_OPT_VALUE(n?r:"highWaterMark",i);return Math.floor(i)}return e.objectMode?16:16384}var state={getHighWaterMark:getHighWaterMark},inherits_browser={exports:{}};"function"==typeof Object.create?inherits_browser.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:inherits_browser.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}};var browser=deprecate,_stream_writable,hasRequired_stream_writable,_stream_duplex,hasRequired_stream_duplex;function deprecate(e,t){if(config("noDeprecation"))return e;var r=!1;return function(){if(!r){if(config("throwDeprecation"))throw new Error(t);config("traceDeprecation")?console.trace(t):console.warn(t),r=!0}return e.apply(this,arguments)}}function config(e){try{if(!commonjsGlobal.localStorage)return!1}catch(e){return!1}var t=commonjsGlobal.localStorage[e];return null!=t&&"true"===String(t).toLowerCase()}function require_stream_writable(){if(hasRequired_stream_writable)return _stream_writable;function e(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var n=e.entry;e.entry=null;for(;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree.next=e}(t,e)}}var t;hasRequired_stream_writable=1,_stream_writable=v,v.WritableState=b;var r={deprecate:browser},n=streamBrowser,i=require$$0$2.Buffer,a=(void 0!==commonjsGlobal?commonjsGlobal:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){};var o,s=destroy_1,u=state.getHighWaterMark,l=errorsBrowser.codes,c=l.ERR_INVALID_ARG_TYPE,d=l.ERR_METHOD_NOT_IMPLEMENTED,h=l.ERR_MULTIPLE_CALLBACK,f=l.ERR_STREAM_CANNOT_PIPE,p=l.ERR_STREAM_DESTROYED,m=l.ERR_STREAM_NULL_VALUES,_=l.ERR_STREAM_WRITE_AFTER_END,g=l.ERR_UNKNOWN_ENCODING,y=s.errorOrDestroy;function E(){}function b(r,n,i){t=t||require_stream_duplex(),r=r||{},"boolean"!=typeof i&&(i=n instanceof t),this.objectMode=!!r.objectMode,i&&(this.objectMode=this.objectMode||!!r.writableObjectMode),this.highWaterMark=u(this,r,"writableHighWaterMark",i),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var a=!1===r.decodeStrings;this.decodeStrings=!a,this.defaultEncoding=r.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var r=e._writableState,n=r.sync,i=r.writecb;if("function"!=typeof i)throw new h;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,n,i){--t.pendingcb,r?(process.nextTick(i,n),process.nextTick(N,e,t),e._writableState.errorEmitted=!0,y(e,n)):(i(n),e._writableState.errorEmitted=!0,y(e,n),N(e,t))}(e,r,n,t,i);else{var a=C(r)||e.destroyed;a||r.corked||r.bufferProcessing||!r.bufferedRequest||A(e,r),n?process.nextTick(S,e,r,a,i):S(e,r,a,i)}}(n,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.emitClose=!1!==r.emitClose,this.autoDestroy=!!r.autoDestroy,this.bufferedRequestCount=0,this.corkedRequestsFree=new e(this)}function v(e){var r=this instanceof(t=t||require_stream_duplex());if(!r&&!o.call(v,this))return new v(e);this._writableState=new b(e,this,r),this.writable=!0,e&&("function"==typeof e.write&&(this._write=e.write),"function"==typeof e.writev&&(this._writev=e.writev),"function"==typeof e.destroy&&(this._destroy=e.destroy),"function"==typeof e.final&&(this._final=e.final)),n.call(this)}function T(e,t,r,n,i,a,o){t.writelen=n,t.writecb=o,t.writing=!0,t.sync=!0,t.destroyed?t.onwrite(new p("write")):r?e._writev(i,t.onwrite):e._write(i,a,t.onwrite),t.sync=!1}function S(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),N(e,t)}function A(t,r){r.bufferProcessing=!0;var n=r.bufferedRequest;if(t._writev&&n&&n.next){var i=r.bufferedRequestCount,a=new Array(i),o=r.corkedRequestsFree;o.entry=n;for(var s=0,u=!0;n;)a[s]=n,n.isBuf||(u=!1),n=n.next,s+=1;a.allBuffers=u,T(t,r,!0,r.length,a,"",o.finish),r.pendingcb++,r.lastBufferedRequest=null,o.next?(r.corkedRequestsFree=o.next,o.next=null):r.corkedRequestsFree=new e(r),r.bufferedRequestCount=0}else{for(;n;){var l=n.chunk,c=n.encoding,d=n.callback;if(T(t,r,!1,r.objectMode?1:l.length,l,c,d),n=n.next,r.bufferedRequestCount--,r.writing)break}null===n&&(r.lastBufferedRequest=null)}r.bufferedRequest=n,r.bufferProcessing=!1}function C(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function M(e,t){e._final((function(r){t.pendingcb--,r&&y(e,r),t.prefinished=!0,e.emit("prefinish"),N(e,t)}))}function N(e,t){var r=C(t);if(r&&(function(e,t){t.prefinished||t.finalCalled||("function"!=typeof e._final||t.destroyed?(t.prefinished=!0,e.emit("prefinish")):(t.pendingcb++,t.finalCalled=!0,process.nextTick(M,e,t)))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"),t.autoDestroy))){var n=e._readableState;(!n||n.autoDestroy&&n.endEmitted)&&e.destroy()}return r}return inherits_browser.exports(v,n),b.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(b.prototype,"buffer",{get:r.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"==typeof Symbol&&Symbol.hasInstance&&"function"==typeof Function.prototype[Symbol.hasInstance]?(o=Function.prototype[Symbol.hasInstance],Object.defineProperty(v,Symbol.hasInstance,{value:function(e){return!!o.call(this,e)||this===v&&(e&&e._writableState instanceof b)}})):o=function(e){return e instanceof this},v.prototype.pipe=function(){y(this,new f)},v.prototype.write=function(e,t,r){var n,o=this._writableState,s=!1,u=!o.objectMode&&(n=e,i.isBuffer(n)||n instanceof a);return u&&!i.isBuffer(e)&&(e=function(e){return i.from(e)}(e)),"function"==typeof t&&(r=t,t=null),u?t="buffer":t||(t=o.defaultEncoding),"function"!=typeof r&&(r=E),o.ending?function(e,t){var r=new _;y(e,r),process.nextTick(t,r)}(this,r):(u||function(e,t,r,n){var i;return null===r?i=new m:"string"==typeof r||t.objectMode||(i=new c("chunk",["string","Buffer"],r)),!i||(y(e,i),process.nextTick(n,i),!1)}(this,o,e,r))&&(o.pendingcb++,s=function(e,t,r,n,a,o){if(!r){var s=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!=typeof t||(t=i.from(t,r));return t}(t,n,a);n!==s&&(r=!0,a="buffer",n=s)}var u=t.objectMode?1:n.length;t.length+=u;var l=t.length<t.highWaterMark;l||(t.needDrain=!0);if(t.writing||t.corked){var c=t.lastBufferedRequest;t.lastBufferedRequest={chunk:n,encoding:a,isBuf:r,callback:o,next:null},c?c.next=t.lastBufferedRequest:t.bufferedRequest=t.lastBufferedRequest,t.bufferedRequestCount+=1}else T(e,t,!1,u,n,a,o);return l}(this,o,u,e,t,r)),s},v.prototype.cork=function(){this._writableState.corked++},v.prototype.uncork=function(){var e=this._writableState;e.corked&&(e.corked--,e.writing||e.corked||e.bufferProcessing||!e.bufferedRequest||A(this,e))},v.prototype.setDefaultEncoding=function(e){if("string"==typeof e&&(e=e.toLowerCase()),!(["hex","utf8","utf-8","ascii","binary","base64","ucs2","ucs-2","utf16le","utf-16le","raw"].indexOf((e+"").toLowerCase())>-1))throw new g(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(v.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(v.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),v.prototype._write=function(e,t,r){r(new d("_write()"))},v.prototype._writev=null,v.prototype.end=function(e,t,r){var n=this._writableState;return"function"==typeof e?(r=e,e=null,t=null):"function"==typeof t&&(r=t,t=null),null!=e&&this.write(e,t),n.corked&&(n.corked=1,this.uncork()),n.ending||function(e,t,r){t.ending=!0,N(e,t),r&&(t.finished?process.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,n,r),this},Object.defineProperty(v.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(v.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),v.prototype.destroy=s.destroy,v.prototype._undestroy=s.undestroy,v.prototype._destroy=function(e,t){t(e)},_stream_writable}function require_stream_duplex(){if(hasRequired_stream_duplex)return _stream_duplex;hasRequired_stream_duplex=1;var e=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};_stream_duplex=o;var t=require_stream_readable(),r=require_stream_writable();inherits_browser.exports(o,t);for(var n=e(r.prototype),i=0;i<n.length;i++){var a=n[i];o.prototype[a]||(o.prototype[a]=r.prototype[a])}function o(e){if(!(this instanceof o))return new o(e);t.call(this,e),r.call(this,e),this.allowHalfOpen=!0,e&&(!1===e.readable&&(this.readable=!1),!1===e.writable&&(this.writable=!1),!1===e.allowHalfOpen&&(this.allowHalfOpen=!1,this.once("end",s)))}function s(){this._writableState.ended||process.nextTick(u,this)}function u(e){e.end()}return Object.defineProperty(o.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),Object.defineProperty(o.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(o.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(o.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed&&this._writableState.destroyed)},set:function(e){void 0!==this._readableState&&void 0!==this._writableState&&(this._readableState.destroyed=e,this._writableState.destroyed=e)}}),_stream_duplex}var string_decoder={},safeBuffer={exports:{}},hasRequiredSafeBuffer,hasRequiredString_decoder;function requireSafeBuffer(){return hasRequiredSafeBuffer||(hasRequiredSafeBuffer=1,function(e,t){var r=require$$0$2,n=r.Buffer;function i(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return n(e,t,r)}n.from&&n.alloc&&n.allocUnsafe&&n.allocUnsafeSlow?e.exports=r:(i(r,t),t.Buffer=a),a.prototype=Object.create(n.prototype),i(n,a),a.from=function(e,t,r){if("number"==typeof e)throw new TypeError("Argument must not be a number");return n(e,t,r)},a.alloc=function(e,t,r){if("number"!=typeof e)throw new TypeError("Argument must be a number");var i=n(e);return void 0!==t?"string"==typeof r?i.fill(t,r):i.fill(t):i.fill(0),i},a.allocUnsafe=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return n(e)},a.allocUnsafeSlow=function(e){if("number"!=typeof e)throw new TypeError("Argument must be a number");return r.SlowBuffer(e)}}(safeBuffer,safeBuffer.exports)),safeBuffer.exports}function requireString_decoder(){if(hasRequiredString_decoder)return string_decoder;hasRequiredString_decoder=1;var e=requireSafeBuffer().Buffer,t=e.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function r(r){var n;switch(this.encoding=function(r){var n=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(r);if("string"!=typeof n&&(e.isEncoding===t||!t(r)))throw new Error("Unknown encoding: "+r);return n||r}(r),this.encoding){case"utf16le":this.text=a,this.end=o,n=4;break;case"utf8":this.fillLast=i,n=4;break;case"base64":this.text=s,this.end=u,n=3;break;default:return this.write=l,void(this.end=c)}this.lastNeed=0,this.lastTotal=0,this.lastChar=e.allocUnsafe(n)}function n(e){return e<=127?0:e>>5==6?2:e>>4==14?3:e>>3==30?4:e>>6==2?-1:-2}function i(e){var t=this.lastTotal-this.lastNeed,r=function(e,t,r){if(128!=(192&t[0]))return e.lastNeed=0,"�";if(e.lastNeed>1&&t.length>1){if(128!=(192&t[1]))return e.lastNeed=1,"�";if(e.lastNeed>2&&t.length>2&&128!=(192&t[2]))return e.lastNeed=2,"�"}}(this,e);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function a(e,t){if((e.length-t)%2==0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function o(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function s(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function u(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function l(e){return e.toString(this.encoding)}function c(e){return e&&e.length?this.write(e):""}return string_decoder.StringDecoder=r,r.prototype.write=function(e){if(0===e.length)return"";var t,r;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r<e.length?t?t+this.text(e,r):this.text(e,r):t||""},r.prototype.end=function(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+"�":t},r.prototype.text=function(e,t){var r=function(e,t,r){var i=t.length-1;if(i<r)return 0;var a=n(t[i]);if(a>=0)return a>0&&(e.lastNeed=a-1),a;if(--i<r||-2===a)return 0;if(a=n(t[i]),a>=0)return a>0&&(e.lastNeed=a-2),a;if(--i<r||-2===a)return 0;if(a=n(t[i]),a>=0)return a>0&&(2===a?a=0:e.lastNeed=a-3),a;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var i=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,i),e.toString("utf8",t,i)},r.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length},string_decoder}var ERR_STREAM_PREMATURE_CLOSE=errorsBrowser.codes.ERR_STREAM_PREMATURE_CLOSE;function once$2(e){var t=!1;return function(){if(!t){t=!0;for(var r=arguments.length,n=new Array(r),i=0;i<r;i++)n[i]=arguments[i];e.apply(this,n)}}}function noop$2(){}function isRequest$1(e){return e.setHeader&&"function"==typeof e.abort}function eos$1(e,t,r){if("function"==typeof t)return eos$1(e,null,t);t||(t={}),r=once$2(r||noop$2);var n=t.readable||!1!==t.readable&&e.readable,i=t.writable||!1!==t.writable&&e.writable,a=function(){e.writable||s()},o=e._writableState&&e._writableState.finished,s=function(){i=!1,o=!0,n||r.call(e)},u=e._readableState&&e._readableState.endEmitted,l=function(){n=!1,u=!0,i||r.call(e)},c=function(t){r.call(e,t)},d=function(){var t;return n&&!u?(e._readableState&&e._readableState.ended||(t=new ERR_STREAM_PREMATURE_CLOSE),r.call(e,t)):i&&!o?(e._writableState&&e._writableState.ended||(t=new ERR_STREAM_PREMATURE_CLOSE),r.call(e,t)):void 0},h=function(){e.req.on("finish",s)};return isRequest$1(e)?(e.on("complete",s),e.on("abort",d),e.req?h():e.on("request",h)):i&&!e._writableState&&(e.on("end",a),e.on("close",a)),e.on("end",l),e.on("finish",s),!1!==t.error&&e.on("error",c),e.on("close",d),function(){e.removeListener("complete",s),e.removeListener("abort",d),e.removeListener("request",h),e.req&&e.req.removeListener("finish",s),e.removeListener("end",a),e.removeListener("close",a),e.removeListener("finish",s),e.removeListener("end",l),e.removeListener("error",c),e.removeListener("close",d)}}var endOfStream=eos$1,async_iterator,hasRequiredAsync_iterator,fromBrowser,hasRequiredFromBrowser,_stream_readable,hasRequired_stream_readable;function requireAsync_iterator(){if(hasRequiredAsync_iterator)return async_iterator;var e;function t(e,t,r){return t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t),t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}hasRequiredAsync_iterator=1;var r=endOfStream,n=Symbol("lastResolve"),i=Symbol("lastReject"),a=Symbol("error"),o=Symbol("ended"),s=Symbol("lastPromise"),u=Symbol("handlePromise"),l=Symbol("stream");function c(e,t){return{value:e,done:t}}function d(e){var t=e[n];if(null!==t){var r=e[l].read();null!==r&&(e[s]=null,e[n]=null,e[i]=null,t(c(r,!1)))}}function h(e){process.nextTick(d,e)}var f=Object.getPrototypeOf((function(){})),p=Object.setPrototypeOf((e={get stream(){return this[l]},next:function(){var e=this,t=this[a];if(null!==t)return Promise.reject(t);if(this[o])return Promise.resolve(c(void 0,!0));if(this[l].destroyed)return new Promise((function(t,r){process.nextTick((function(){e[a]?r(e[a]):t(c(void 0,!0))}))}));var r,n=this[s];if(n)r=new Promise(function(e,t){return function(r,n){e.then((function(){t[o]?r(c(void 0,!0)):t[u](r,n)}),n)}}(n,this));else{var i=this[l].read();if(null!==i)return Promise.resolve(c(i,!1));r=new Promise(this[u])}return this[s]=r,r}},t(e,Symbol.asyncIterator,(function(){return this})),t(e,"return",(function(){var e=this;return new Promise((function(t,r){e[l].destroy(null,(function(e){e?r(e):t(c(void 0,!0))}))}))})),e),f);return async_iterator=function(e){var d,f=Object.create(p,(t(d={},l,{value:e,writable:!0}),t(d,n,{value:null,writable:!0}),t(d,i,{value:null,writable:!0}),t(d,a,{value:null,writable:!0}),t(d,o,{value:e._readableState.endEmitted,writable:!0}),t(d,u,{value:function(e,t){var r=f[l].read();r?(f[s]=null,f[n]=null,f[i]=null,e(c(r,!1))):(f[n]=e,f[i]=t)},writable:!0}),d));return f[s]=null,r(e,(function(e){if(e&&"ERR_STREAM_PREMATURE_CLOSE"!==e.code){var t=f[i];return null!==t&&(f[s]=null,f[n]=null,f[i]=null,t(e)),void(f[a]=e)}var r=f[n];null!==r&&(f[s]=null,f[n]=null,f[i]=null,r(c(void 0,!0))),f[o]=!0})),e.on("readable",h.bind(null,f)),f},async_iterator}function requireFromBrowser(){return hasRequiredFromBrowser?fromBrowser:(hasRequiredFromBrowser=1,fromBrowser=function(){throw new Error("Readable.from is not available in the browser")})}function require_stream_readable(){if(hasRequired_stream_readable)return _stream_readable;var e;hasRequired_stream_readable=1,_stream_readable=v,v.ReadableState=b,require$$0$1.EventEmitter;var t=function(e,t){return e.listeners(t).length},r=streamBrowser,n=require$$0$2.Buffer,i=(void 0!==commonjsGlobal?commonjsGlobal:"undefined"!=typeof window?window:"undefined"!=typeof self?self:{}).Uint8Array||function(){};var a,o=require$$2;a=o&&o.debuglog?o.debuglog("stream"):function(){};var s,u,l,c=requireBuffer_list(),d=destroy_1,h=state.getHighWaterMark,f=errorsBrowser.codes,p=f.ERR_INVALID_ARG_TYPE,m=f.ERR_STREAM_PUSH_AFTER_EOF,_=f.ERR_METHOD_NOT_IMPLEMENTED,g=f.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;inherits_browser.exports(v,r);var y=d.errorOrDestroy,E=["error","close","destroy","pause","resume"];function b(t,r,n){e=e||require_stream_duplex(),t=t||{},"boolean"!=typeof n&&(n=r instanceof e),this.objectMode=!!t.objectMode,n&&(this.objectMode=this.objectMode||!!t.readableObjectMode),this.highWaterMark=h(this,t,"readableHighWaterMark",n),this.buffer=new c,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==t.emitClose,this.autoDestroy=!!t.autoDestroy,this.destroyed=!1,this.defaultEncoding=t.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,t.encoding&&(s||(s=requireString_decoder().StringDecoder),this.decoder=new s(t.encoding),this.encoding=t.encoding)}function v(t){if(e=e||require_stream_duplex(),!(this instanceof v))return new v(t);var n=this instanceof e;this._readableState=new b(t,this,n),this.readable=!0,t&&("function"==typeof t.read&&(this._read=t.read),"function"==typeof t.destroy&&(this._destroy=t.destroy)),r.call(this)}function T(e,t,r,o,s){a("readableAddChunk",t);var u,l=e._readableState;if(null===t)l.reading=!1,function(e,t){if(a("onEofChunk"),t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?M(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,N(e)))}(e,l);else if(s||(u=function(e,t){var r;a=t,n.isBuffer(a)||a instanceof i||"string"==typeof t||void 0===t||e.objectMode||(r=new p("chunk",["string","Buffer","Uint8Array"],t));var a;return r}(l,t)),u)y(e,u);else if(l.objectMode||t&&t.length>0)if("string"==typeof t||l.objectMode||Object.getPrototypeOf(t)===n.prototype||(t=function(e){return n.from(e)}(t)),o)l.endEmitted?y(e,new g):S(e,l,t,!0);else if(l.ended)y(e,new m);else{if(l.destroyed)return!1;l.reading=!1,l.decoder&&!r?(t=l.decoder.write(t),l.objectMode||0!==t.length?S(e,l,t,!1):$(e,l)):S(e,l,t,!1)}else o||(l.reading=!1,$(e,l));return!l.ended&&(l.length<l.highWaterMark||0===l.length)}function S(e,t,r,n){t.flowing&&0===t.length&&!t.sync?(t.awaitDrain=0,e.emit("data",r)):(t.length+=t.objectMode?1:r.length,n?t.buffer.unshift(r):t.buffer.push(r),t.needReadable&&M(e)),$(e,t)}Object.defineProperty(v.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._readableState&&this._readableState.destroyed},set:function(e){this._readableState&&(this._readableState.destroyed=e)}}),v.prototype.destroy=d.destroy,v.prototype._undestroy=d.undestroy,v.prototype._destroy=function(e,t){t(e)},v.prototype.push=function(e,t){var r,i=this._readableState;return i.objectMode?r=!0:"string"==typeof e&&((t=t||i.defaultEncoding)!==i.encoding&&(e=n.from(e,t),t=""),r=!0),T(this,e,t,!1,r)},v.prototype.unshift=function(e){return T(this,e,null,!0,!1)},v.prototype.isPaused=function(){return!1===this._readableState.flowing},v.prototype.setEncoding=function(e){s||(s=requireString_decoder().StringDecoder);var t=new s(e);this._readableState.decoder=t,this._readableState.encoding=this._readableState.decoder.encoding;for(var r=this._readableState.buffer.head,n="";null!==r;)n+=t.write(r.data),r=r.next;return this._readableState.buffer.clear(),""!==n&&this._readableState.buffer.push(n),this._readableState.length=n.length,this};var A=1073741824;function C(e,t){return e<=0||0===t.length&&t.ended?0:t.objectMode?1:e!=e?t.flowing&&t.length?t.buffer.head.data.length:t.length:(e>t.highWaterMark&&(t.highWaterMark=function(e){return e>=A?e=A:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function M(e){var t=e._readableState;a("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(a("emitReadable",t.flowing),t.emittedReadable=!0,process.nextTick(N,e))}function N(e){var t=e._readableState;a("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,I(e)}function $(e,t){t.readingMore||(t.readingMore=!0,process.nextTick(O,e,t))}function O(e,t){for(;!t.reading&&!t.ended&&(t.length<t.highWaterMark||t.flowing&&0===t.length);){var r=t.length;if(a("maybeReadMore read 0"),e.read(0),r===t.length)break}t.readingMore=!1}function w(e){var t=e._readableState;t.readableListening=e.listenerCount("readable")>0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function D(e){a("readable nexttick read 0"),e.read(0)}function L(e,t){a("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),I(e),t.flowing&&!t.reading&&e.read(0)}function I(e){var t=e._readableState;for(a("flow",t.flowing);t.flowing&&null!==e.read(););}function x(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function R(e){var t=e._readableState;a("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,process.nextTick(F,t,e))}function F(e,t){if(a("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function k(e,t){for(var r=0,n=e.length;r<n;r++)if(e[r]===t)return r;return-1}return v.prototype.read=function(e){a("read",e),e=parseInt(e,10);var t=this._readableState,r=e;if(0!==e&&(t.emittedReadable=!1),0===e&&t.needReadable&&((0!==t.highWaterMark?t.length>=t.highWaterMark:t.length>0)||t.ended))return a("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?R(this):M(this),null;if(0===(e=C(e,t))&&t.ended)return 0===t.length&&R(this),null;var n,i=t.needReadable;return a("need readable",i),(0===t.length||t.length-e<t.highWaterMark)&&a("length less than watermark",i=!0),t.ended||t.reading?a("reading or ended",i=!1):i&&(a("do read"),t.reading=!0,t.sync=!0,0===t.length&&(t.needReadable=!0),this._read(t.highWaterMark),t.sync=!1,t.reading||(e=C(r,t))),null===(n=e>0?x(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&R(this)),null!==n&&this.emit("data",n),n},v.prototype._read=function(e){y(this,new _("_read()"))},v.prototype.pipe=function(e,r){var n=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,a("pipe count=%d opts=%j",i.pipesCount,r);var o=(!r||!1!==r.end)&&e!==process.stdout&&e!==process.stderr?u:m;function s(t,r){a("onunpipe"),t===n&&r&&!1===r.hasUnpiped&&(r.hasUnpiped=!0,a("cleanup"),e.removeListener("close",f),e.removeListener("finish",p),e.removeListener("drain",l),e.removeListener("error",h),e.removeListener("unpipe",s),n.removeListener("end",u),n.removeListener("end",m),n.removeListener("data",d),c=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||l())}function u(){a("onend"),e.end()}i.endEmitted?process.nextTick(o):n.once("end",o),e.on("unpipe",s);var l=function(e){return function(){var r=e._readableState;a("pipeOnDrain",r.awaitDrain),r.awaitDrain&&r.awaitDrain--,0===r.awaitDrain&&t(e,"data")&&(r.flowing=!0,I(e))}}(n);e.on("drain",l);var c=!1;function d(t){a("ondata");var r=e.write(t);a("dest.write",r),!1===r&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==k(i.pipes,e))&&!c&&(a("false write response, pause",i.awaitDrain),i.awaitDrain++),n.pause())}function h(r){a("onerror",r),m(),e.removeListener("error",h),0===t(e,"error")&&y(e,r)}function f(){e.removeListener("finish",p),m()}function p(){a("onfinish"),e.removeListener("close",f),m()}function m(){a("unpipe"),n.unpipe(e)}return n.on("data",d),function(e,t,r){if("function"==typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",h),e.once("close",f),e.once("finish",p),e.emit("pipe",n),i.flowing||(a("pipe resume"),n.resume()),e},v.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var a=0;a<i;a++)n[a].emit("unpipe",this,{hasUnpiped:!1});return this}var o=k(t.pipes,e);return-1===o||(t.pipes.splice(o,1),t.pipesCount-=1,1===t.pipesCount&&(t.pipes=t.pipes[0]),e.emit("unpipe",this,r)),this},v.prototype.on=function(e,t){var n=r.prototype.on.call(this,e,t),i=this._readableState;return"data"===e?(i.readableListening=this.listenerCount("readable")>0,!1!==i.flowing&&this.resume()):"readable"===e&&(i.endEmitted||i.readableListening||(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,a("on readable",i.length,i.reading),i.length?M(this):i.reading||process.nextTick(D,this))),n},v.prototype.addListener=v.prototype.on,v.prototype.removeListener=function(e,t){var n=r.prototype.removeListener.call(this,e,t);return"readable"===e&&process.nextTick(w,this),n},v.prototype.removeAllListeners=function(e){var t=r.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||process.nextTick(w,this),t},v.prototype.resume=function(){var e=this._readableState;return e.flowing||(a("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,process.nextTick(L,e,t))}(this,e)),e.paused=!1,this},v.prototype.pause=function(){return a("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(a("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},v.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(a("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(a("wrapped data"),r.decoder&&(i=r.decoder.write(i)),r.objectMode&&null==i)||(r.objectMode||i&&i.length)&&(t.push(i)||(n=!0,e.pause()))})),e)void 0===this[i]&&"function"==typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var o=0;o<E.length;o++)e.on(E[o],this.emit.bind(this,E[o]));return this._read=function(t){a("wrapped _read",t),n&&(n=!1,e.resume())},this},"function"==typeof Symbol&&(v.prototype[Symbol.asyncIterator]=function(){return void 0===u&&(u=requireAsync_iterator()),u(this)}),Object.defineProperty(v.prototype,"readableHighWaterMark",{enumerable:!1,get:function(){return this._readableState.highWaterMark}}),Object.defineProperty(v.prototype,"readableBuffer",{enumerable:!1,get:function(){return this._readableState&&this._readableState.buffer}}),Object.defineProperty(v.prototype,"readableFlowing",{enumerable:!1,get:function(){return this._readableState.flowing},set:function(e){this._readableState&&(this._readableState.flowing=e)}}),v._fromList=x,Object.defineProperty(v.prototype,"readableLength",{enumerable:!1,get:function(){return this._readableState.length}}),"function"==typeof Symbol&&(v.from=function(e,t){return void 0===l&&(l=requireFromBrowser()),l(v,e,t)}),_stream_readable}var _stream_transform=Transform$1,_require$codes$1=errorsBrowser.codes,ERR_METHOD_NOT_IMPLEMENTED=_require$codes$1.ERR_METHOD_NOT_IMPLEMENTED,ERR_MULTIPLE_CALLBACK=_require$codes$1.ERR_MULTIPLE_CALLBACK,ERR_TRANSFORM_ALREADY_TRANSFORMING=_require$codes$1.ERR_TRANSFORM_ALREADY_TRANSFORMING,ERR_TRANSFORM_WITH_LENGTH_0=_require$codes$1.ERR_TRANSFORM_WITH_LENGTH_0,Duplex=require_stream_duplex();function afterTransform(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new ERR_MULTIPLE_CALLBACK);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}function Transform$1(e){if(!(this instanceof Transform$1))return new Transform$1(e);Duplex.call(this,e),this._transformState={afterTransform:afterTransform.bind(this),needTransform:!1,transforming:!1,writecb:null,writechunk:null,writeencoding:null},this._readableState.needReadable=!0,this._readableState.sync=!1,e&&("function"==typeof e.transform&&(this._transform=e.transform),"function"==typeof e.flush&&(this._flush=e.flush)),this.on("prefinish",prefinish)}function prefinish(){var e=this;"function"!=typeof this._flush||this._readableState.destroyed?done(this,null,null):this._flush((function(t,r){done(e,t,r)}))}function done(e,t,r){if(t)return e.emit("error",t);if(null!=r&&e.push(r),e._writableState.length)throw new ERR_TRANSFORM_WITH_LENGTH_0;if(e._transformState.transforming)throw new ERR_TRANSFORM_ALREADY_TRANSFORMING;return e.push(null)}inherits_browser.exports(Transform$1,Duplex),Transform$1.prototype.push=function(e,t){return this._transformState.needTransform=!1,Duplex.prototype.push.call(this,e,t)},Transform$1.prototype._transform=function(e,t,r){r(new ERR_METHOD_NOT_IMPLEMENTED("_transform()"))},Transform$1.prototype._write=function(e,t,r){var n=this._transformState;if(n.writecb=r,n.writechunk=e,n.writeencoding=t,!n.transforming){var i=this._readableState;(n.needTransform||i.needReadable||i.length<i.highWaterMark)&&this._read(i.highWaterMark)}},Transform$1.prototype._read=function(e){var t=this._transformState;null===t.writechunk||t.transforming?t.needTransform=!0:(t.transforming=!0,this._transform(t.writechunk,t.writeencoding,t.afterTransform))},Transform$1.prototype._destroy=function(e,t){Duplex.prototype._destroy.call(this,e,(function(e){t(e)}))};var _stream_passthrough=PassThrough,Transform=_stream_transform,eos;function PassThrough(e){if(!(this instanceof PassThrough))return new PassThrough(e);Transform.call(this,e)}function once$1(e){var t=!1;return function(){t||(t=!0,e.apply(void 0,arguments))}}inherits_browser.exports(PassThrough,Transform),PassThrough.prototype._transform=function(e,t,r){r(null,e)};var _require$codes=errorsBrowser.codes,ERR_MISSING_ARGS=_require$codes.ERR_MISSING_ARGS,ERR_STREAM_DESTROYED=_require$codes.ERR_STREAM_DESTROYED;function noop$1(e){if(e)throw e}function isRequest(e){return e.setHeader&&"function"==typeof e.abort}function destroyer(e,t,r,n){n=once$1(n);var i=!1;e.on("close",(function(){i=!0})),void 0===eos&&(eos=endOfStream),eos(e,{readable:t,writable:r},(function(e){if(e)return n(e);i=!0,n()}));var a=!1;return function(t){if(!i&&!a)return a=!0,isRequest(e)?e.abort():"function"==typeof e.destroy?e.destroy():void n(t||new ERR_STREAM_DESTROYED("pipe"))}}function call(e){e()}function pipe(e,t){return e.pipe(t)}function popCallback(e){return e.length?"function"!=typeof e[e.length-1]?noop$1:e.pop():noop$1}function pipeline(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var n,i=popCallback(t);if(Array.isArray(t[0])&&(t=t[0]),t.length<2)throw new ERR_MISSING_ARGS("streams");var a=t.map((function(e,r){var o=r<t.length-1;return destroyer(e,o,r>0,(function(e){n||(n=e),e&&a.forEach(call),o||(a.forEach(call),i(n))}))}));return t.reduce(pipe)}var pipeline_1=pipeline,module,exports;module=readableBrowser,exports=readableBrowser.exports,(exports=module.exports=require_stream_readable()).Stream=exports,exports.Readable=exports,exports.Writable=require_stream_writable(),exports.Duplex=require_stream_duplex(),exports.Transform=_stream_transform,exports.PassThrough=_stream_passthrough,exports.finished=endOfStream,exports.pipeline=pipeline_1,Object.defineProperty(lib$8,"__esModule",{value:!0}),lib$8.ReadableWebToNodeStream=void 0;const readable_stream_1=readableBrowser.exports;class ReadableWebToNodeStream extends readable_stream_1.Readable{constructor(e){super(),this.bytesRead=0,this.released=!1,this.reader=e.getReader()}async _read(){if(this.released)return void this.push(null);this.pendingRead=this.reader.read();const e=await this.pendingRead;delete this.pendingRead,e.done||this.released?this.push(null):(this.bytesRead+=e.value.length,this.push(e.value))}async waitForReadToComplete(){this.pendingRead&&await this.pendingRead}async close(){await this.syncAndRelease()}async syncAndRelease(){this.released=!0,await this.waitForReadToComplete(),await this.reader.releaseLock()}}lib$8.ReadableWebToNodeStream=ReadableWebToNodeStream;var lib$7={},ieee754={
192
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
193
+ read:function(e,t,r,n,i){var a,o,s=8*i-n-1,u=(1<<s)-1,l=u>>1,c=-7,d=r?i-1:0,h=r?-1:1,f=e[t+d];for(d+=h,a=f&(1<<-c)-1,f>>=-c,c+=s;c>0;a=256*a+e[t+d],d+=h,c-=8);for(o=a&(1<<-c)-1,a>>=-c,c+=n;c>0;o=256*o+e[t+d],d+=h,c-=8);if(0===a)a=1-l;else{if(a===u)return o?NaN:1/0*(f?-1:1);o+=Math.pow(2,n),a-=l}return(f?-1:1)*o*Math.pow(2,a-n)},write:function(e,t,r,n,i,a){var o,s,u,l=8*a-i-1,c=(1<<l)-1,d=c>>1,h=23===i?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:a-1,p=n?1:-1,m=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(s=isNaN(t)?1:0,o=c):(o=Math.floor(Math.log(t)/Math.LN2),t*(u=Math.pow(2,-o))<1&&(o--,u*=2),(t+=o+d>=1?h/u:h*Math.pow(2,1-d))*u>=2&&(o++,u/=2),o+d>=c?(s=0,o=c):o+d>=1?(s=(t*u-1)*Math.pow(2,i),o+=d):(s=t*Math.pow(2,d-1)*Math.pow(2,i),o=0));i>=8;e[r+f]=255&s,f+=p,s/=256,i-=8);for(o=o<<i|s,l+=i;l>0;e[r+f]=255&o,f+=p,o/=256,l-=8);e[r+f-p]|=128*m}};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.AnsiStringType=e.StringType=e.BufferType=e.Uint8ArrayType=e.IgnoreType=e.Float80_LE=e.Float80_BE=e.Float64_LE=e.Float64_BE=e.Float32_LE=e.Float32_BE=e.Float16_LE=e.Float16_BE=e.INT64_BE=e.UINT64_BE=e.INT64_LE=e.UINT64_LE=e.INT32_LE=e.INT32_BE=e.INT24_BE=e.INT24_LE=e.INT16_LE=e.INT16_BE=e.INT8=e.UINT32_BE=e.UINT32_LE=e.UINT24_BE=e.UINT24_LE=e.UINT16_BE=e.UINT16_LE=e.UINT8=void 0;const t=ieee754;function r(e){return new DataView(e.buffer,e.byteOffset)}e.UINT8={len:1,get:(e,t)=>r(e).getUint8(t),put:(e,t,n)=>(r(e).setUint8(t,n),t+1)},e.UINT16_LE={len:2,get:(e,t)=>r(e).getUint16(t,!0),put:(e,t,n)=>(r(e).setUint16(t,n,!0),t+2)},e.UINT16_BE={len:2,get:(e,t)=>r(e).getUint16(t),put:(e,t,n)=>(r(e).setUint16(t,n),t+2)},e.UINT24_LE={len:3,get(e,t){const n=r(e);return n.getUint8(t)+(n.getUint16(t+1,!0)<<8)},put(e,t,n){const i=r(e);return i.setUint8(t,255&n),i.setUint16(t+1,n>>8,!0),t+3}},e.UINT24_BE={len:3,get(e,t){const n=r(e);return(n.getUint16(t)<<8)+n.getUint8(t+2)},put(e,t,n){const i=r(e);return i.setUint16(t,n>>8),i.setUint8(t+2,255&n),t+3}},e.UINT32_LE={len:4,get:(e,t)=>r(e).getUint32(t,!0),put:(e,t,n)=>(r(e).setUint32(t,n,!0),t+4)},e.UINT32_BE={len:4,get:(e,t)=>r(e).getUint32(t),put:(e,t,n)=>(r(e).setUint32(t,n),t+4)},e.INT8={len:1,get:(e,t)=>r(e).getInt8(t),put:(e,t,n)=>(r(e).setInt8(t,n),t+1)},e.INT16_BE={len:2,get:(e,t)=>r(e).getInt16(t),put:(e,t,n)=>(r(e).setInt16(t,n),t+2)},e.INT16_LE={len:2,get:(e,t)=>r(e).getInt16(t,!0),put:(e,t,n)=>(r(e).setInt16(t,n,!0),t+2)},e.INT24_LE={len:3,get(t,r){const n=e.UINT24_LE.get(t,r);return n>8388607?n-16777216:n},put(e,t,n){const i=r(e);return i.setUint8(t,255&n),i.setUint16(t+1,n>>8,!0),t+3}},e.INT24_BE={len:3,get(t,r){const n=e.UINT24_BE.get(t,r);return n>8388607?n-16777216:n},put(e,t,n){const i=r(e);return i.setUint16(t,n>>8),i.setUint8(t+2,255&n),t+3}},e.INT32_BE={len:4,get:(e,t)=>r(e).getInt32(t),put:(e,t,n)=>(r(e).setInt32(t,n),t+4)},e.INT32_LE={len:4,get:(e,t)=>r(e).getInt32(t,!0),put:(e,t,n)=>(r(e).setInt32(t,n,!0),t+4)},e.UINT64_LE={len:8,get:(e,t)=>r(e).getBigUint64(t,!0),put:(e,t,n)=>(r(e).setBigUint64(t,n,!0),t+8)},e.INT64_LE={len:8,get:(e,t)=>r(e).getBigInt64(t,!0),put:(e,t,n)=>(r(e).setBigInt64(t,n,!0),t+8)},e.UINT64_BE={len:8,get:(e,t)=>r(e).getBigUint64(t),put:(e,t,n)=>(r(e).setBigUint64(t,n),t+8)},e.INT64_BE={len:8,get:(e,t)=>r(e).getBigInt64(t),put:(e,t,n)=>(r(e).setBigInt64(t,n),t+8)},e.Float16_BE={len:2,get(e,r){return t.read(e,r,!1,10,this.len)},put(e,r,n){return t.write(e,n,r,!1,10,this.len),r+this.len}},e.Float16_LE={len:2,get(e,r){return t.read(e,r,!0,10,this.len)},put(e,r,n){return t.write(e,n,r,!0,10,this.len),r+this.len}},e.Float32_BE={len:4,get:(e,t)=>r(e).getFloat32(t),put:(e,t,n)=>(r(e).setFloat32(t,n),t+4)},e.Float32_LE={len:4,get:(e,t)=>r(e).getFloat32(t,!0),put:(e,t,n)=>(r(e).setFloat32(t,n,!0),t+4)},e.Float64_BE={len:8,get:(e,t)=>r(e).getFloat64(t),put:(e,t,n)=>(r(e).setFloat64(t,n),t+8)},e.Float64_LE={len:8,get:(e,t)=>r(e).getFloat64(t,!0),put:(e,t,n)=>(r(e).setFloat64(t,n,!0),t+8)},e.Float80_BE={len:10,get(e,r){return t.read(e,r,!1,63,this.len)},put(e,r,n){return t.write(e,n,r,!1,63,this.len),r+this.len}},e.Float80_LE={len:10,get(e,r){return t.read(e,r,!0,63,this.len)},put(e,r,n){return t.write(e,n,r,!0,63,this.len),r+this.len}};e.IgnoreType=class{constructor(e){this.len=e}get(e,t){}};e.Uint8ArrayType=class{constructor(e){this.len=e}get(e,t){return e.subarray(t,t+this.len)}};e.BufferType=class{constructor(e){this.len=e}get(e,t){return Buffer.from(e.subarray(t,t+this.len))}};e.StringType=class{constructor(e,t){this.len=e,this.encoding=t}get(e,t){return Buffer.from(e).toString(this.encoding,t,t+this.len)}};class n{constructor(e){this.len=e}static decode(e,t,r){let i="";for(let a=t;a<r;++a)i+=n.codePointToString(n.singleByteDecoder(e[a]));return i}static inRange(e,t,r){return t<=e&&e<=r}static codePointToString(e){return e<=65535?String.fromCharCode(e):(e-=65536,String.fromCharCode(55296+(e>>10),56320+(1023&e)))}static singleByteDecoder(e){if(n.inRange(e,0,127))return e;const t=n.windows1252[e-128];if(null===t)throw Error("invaliding encoding");return t}get(e,t=0){return n.decode(e,t,t+this.len)}}e.AnsiStringType=n,n.windows1252=[8364,129,8218,402,8222,8230,8224,8225,710,8240,352,8249,338,141,381,143,144,8216,8217,8220,8221,8226,8211,8212,732,8482,353,8250,339,157,382,376,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255]}(lib$7);var core$1={},ReadStreamTokenizer$1={},AbstractTokenizer$1={},lib$6={},EndOfFileStream={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.EndOfStreamError=e.defaultMessages=void 0,e.defaultMessages="End-Of-Stream";class t extends Error{constructor(){super(e.defaultMessages)}}e.EndOfStreamError=t}(EndOfFileStream);var StreamReader={},Deferred$1={};Object.defineProperty(Deferred$1,"__esModule",{value:!0}),Deferred$1.Deferred=void 0;class Deferred{constructor(){this.resolve=()=>null,this.reject=()=>null,this.promise=new Promise(((e,t)=>{this.reject=t,this.resolve=e}))}}Deferred$1.Deferred=Deferred,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.StreamReader=e.EndOfStreamError=void 0;const t=EndOfFileStream,r=Deferred$1;var n=EndOfFileStream;Object.defineProperty(e,"EndOfStreamError",{enumerable:!0,get:function(){return n.EndOfStreamError}});e.StreamReader=class{constructor(e){if(this.s=e,this.deferred=null,this.endOfStream=!1,this.peekQueue=[],!e.read||!e.once)throw new Error("Expected an instance of stream.Readable");this.s.once("end",(()=>this.reject(new t.EndOfStreamError))),this.s.once("error",(e=>this.reject(e))),this.s.once("close",(()=>this.reject(new Error("Stream closed"))))}async peek(e,t,r){const n=await this.read(e,t,r);return this.peekQueue.push(e.subarray(t,t+n)),n}async read(e,r,n){if(0===n)return 0;if(0===this.peekQueue.length&&this.endOfStream)throw new t.EndOfStreamError;let i=n,a=0;for(;this.peekQueue.length>0&&i>0;){const t=this.peekQueue.pop();if(!t)throw new Error("peekData should be defined");const n=Math.min(t.length,i);e.set(t.subarray(0,n),r+a),a+=n,i-=n,n<t.length&&this.peekQueue.push(t.subarray(n))}for(;i>0&&!this.endOfStream;){const t=Math.min(i,1048576),n=await this.readFromStream(e,r+a,t);if(a+=n,n<t)break;i-=n}return a}async readFromStream(e,t,n){const i=this.s.read(n);if(i)return e.set(i,t),i.length;{const i={buffer:e,offset:t,length:n,deferred:new r.Deferred};return this.deferred=i.deferred,this.s.once("readable",(()=>{this.readDeferred(i)})),i.deferred.promise}}readDeferred(e){const t=this.s.read(e.length);t?(e.buffer.set(t,e.offset),e.deferred.resolve(t.length),this.deferred=null):this.s.once("readable",(()=>{this.readDeferred(e)}))}reject(e){this.endOfStream=!0,this.deferred&&(this.deferred.reject(e),this.deferred=null)}}}(StreamReader),function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.StreamReader=e.EndOfStreamError=void 0;var t=EndOfFileStream;Object.defineProperty(e,"EndOfStreamError",{enumerable:!0,get:function(){return t.EndOfStreamError}});var r=StreamReader;Object.defineProperty(e,"StreamReader",{enumerable:!0,get:function(){return r.StreamReader}})}(lib$6),Object.defineProperty(AbstractTokenizer$1,"__esModule",{value:!0}),AbstractTokenizer$1.AbstractTokenizer=void 0;const peek_readable_1$2=lib$6;class AbstractTokenizer{constructor(e){this.position=0,this.numBuffer=new Uint8Array(8),this.fileInfo=e||{}}async readToken(e,t=this.position){const r=Buffer.alloc(e.len);if(await this.readBuffer(r,{position:t})<e.len)throw new peek_readable_1$2.EndOfStreamError;return e.get(r,0)}async peekToken(e,t=this.position){const r=Buffer.alloc(e.len);if(await this.peekBuffer(r,{position:t})<e.len)throw new peek_readable_1$2.EndOfStreamError;return e.get(r,0)}async readNumber(e){if(await this.readBuffer(this.numBuffer,{length:e.len})<e.len)throw new peek_readable_1$2.EndOfStreamError;return e.get(this.numBuffer,0)}async peekNumber(e){if(await this.peekBuffer(this.numBuffer,{length:e.len})<e.len)throw new peek_readable_1$2.EndOfStreamError;return e.get(this.numBuffer,0)}async ignore(e){if(void 0!==this.fileInfo.size){const t=this.fileInfo.size-this.position;if(e>t)return this.position+=t,t}return this.position+=e,e}async close(){}normalizeOptions(e,t){if(t&&void 0!==t.position&&t.position<this.position)throw new Error("`options.position` must be equal or greater than `tokenizer.position`");return t?{mayBeLess:!0===t.mayBeLess,offset:t.offset?t.offset:0,length:t.length?t.length:e.length-(t.offset?t.offset:0),position:t.position?t.position:this.position}:{mayBeLess:!1,offset:0,length:e.length,position:this.position}}}AbstractTokenizer$1.AbstractTokenizer=AbstractTokenizer,Object.defineProperty(ReadStreamTokenizer$1,"__esModule",{value:!0}),ReadStreamTokenizer$1.ReadStreamTokenizer=void 0;const AbstractTokenizer_1$1=AbstractTokenizer$1,peek_readable_1$1=lib$6,maxBufferSize=256e3;class ReadStreamTokenizer extends AbstractTokenizer_1$1.AbstractTokenizer{constructor(e,t){super(t),this.streamReader=new peek_readable_1$1.StreamReader(e)}async getFileInfo(){return this.fileInfo}async readBuffer(e,t){const r=this.normalizeOptions(e,t),n=r.position-this.position;if(n>0)return await this.ignore(n),this.readBuffer(e,t);if(n<0)throw new Error("`options.position` must be equal or greater than `tokenizer.position`");if(0===r.length)return 0;const i=await this.streamReader.read(e,r.offset,r.length);if(this.position+=i,(!t||!t.mayBeLess)&&i<r.length)throw new peek_readable_1$1.EndOfStreamError;return i}async peekBuffer(e,t){const r=this.normalizeOptions(e,t);let n=0;if(r.position){const t=r.position-this.position;if(t>0){const i=new Uint8Array(r.length+t);return n=await this.peekBuffer(i,{mayBeLess:r.mayBeLess}),e.set(i.subarray(t),r.offset),n-t}if(t<0)throw new Error("Cannot peek from a negative offset in a stream")}if(r.length>0){try{n=await this.streamReader.peek(e,r.offset,r.length)}catch(e){if(t&&t.mayBeLess&&e instanceof peek_readable_1$1.EndOfStreamError)return 0;throw e}if(!r.mayBeLess&&n<r.length)throw new peek_readable_1$1.EndOfStreamError}return n}async ignore(e){const t=Math.min(maxBufferSize,e),r=new Uint8Array(t);let n=0;for(;n<e;){const i=e-n,a=await this.readBuffer(r,{length:Math.min(t,i)});if(a<0)return a;n+=a}return n}}ReadStreamTokenizer$1.ReadStreamTokenizer=ReadStreamTokenizer;var BufferTokenizer$1={};Object.defineProperty(BufferTokenizer$1,"__esModule",{value:!0}),BufferTokenizer$1.BufferTokenizer=void 0;const peek_readable_1=lib$6,AbstractTokenizer_1=AbstractTokenizer$1;class BufferTokenizer extends AbstractTokenizer_1.AbstractTokenizer{constructor(e,t){super(t),this.uint8Array=e,this.fileInfo.size=this.fileInfo.size?this.fileInfo.size:e.length}async readBuffer(e,t){if(t&&t.position){if(t.position<this.position)throw new Error("`options.position` must be equal or greater than `tokenizer.position`");this.position=t.position}const r=await this.peekBuffer(e,t);return this.position+=r,r}async peekBuffer(e,t){const r=this.normalizeOptions(e,t),n=Math.min(this.uint8Array.length-r.position,r.length);if(!r.mayBeLess&&n<r.length)throw new peek_readable_1.EndOfStreamError;return e.set(this.uint8Array.subarray(r.position,r.position+n),r.offset),n}async close(){}}BufferTokenizer$1.BufferTokenizer=BufferTokenizer,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.fromBuffer=e.fromStream=e.EndOfStreamError=void 0;const t=ReadStreamTokenizer$1,r=BufferTokenizer$1;var n=lib$6;Object.defineProperty(e,"EndOfStreamError",{enumerable:!0,get:function(){return n.EndOfStreamError}}),e.fromStream=function(e,r){return r=r||{},new t.ReadStreamTokenizer(e,r)},e.fromBuffer=function(e,t){return new r.BufferTokenizer(e,t)}}(core$1);var util={stringToBytes:e=>[...e].map((e=>e.charCodeAt(0))),tarHeaderChecksumMatches:(e,t=0)=>{const r=parseInt(e.toString("utf8",148,154).replace(/\0.*$/,"").trim(),8);if(isNaN(r))return!1;let n=256;for(let r=t;r<t+148;r++)n+=e[r];for(let r=t+156;r<t+512;r++)n+=e[r];return r===n},uint32SyncSafeToken:{get:(e,t)=>127&e[t+3]|e[t+2]<<7|e[t+1]<<14|e[t]<<21,len:4}},supported$1={extensions:["jpg","png","apng","gif","webp","flif","xcf","cr2","cr3","orf","arw","dng","nef","rw2","raf","tif","bmp","icns","jxr","psd","indd","zip","tar","rar","gz","bz2","7z","dmg","mp4","mid","mkv","webm","mov","avi","mpg","mp2","mp3","m4a","oga","ogg","ogv","opus","flac","wav","spx","amr","pdf","epub","exe","swf","rtf","wasm","woff","woff2","eot","ttf","otf","ico","flv","ps","xz","sqlite","nes","crx","xpi","cab","deb","ar","rpm","Z","lz","cfb","mxf","mts","blend","bpg","docx","pptx","xlsx","3gp","3g2","jp2","jpm","jpx","mj2","aif","qcp","odt","ods","odp","xml","mobi","heic","cur","ktx","ape","wv","dcm","ics","glb","pcap","dsf","lnk","alias","voc","ac3","m4v","m4p","m4b","f4v","f4p","f4b","f4a","mie","asf","ogm","ogx","mpc","arrow","shp","aac","mp1","it","s3m","xm","ai","skp","avif","eps","lzh","pgp","asar","stl","chm","3mf","zst","jxl","vcf"],mimeTypes:["image/jpeg","image/png","image/gif","image/webp","image/flif","image/x-xcf","image/x-canon-cr2","image/x-canon-cr3","image/tiff","image/bmp","image/vnd.ms-photo","image/vnd.adobe.photoshop","application/x-indesign","application/epub+zip","application/x-xpinstall","application/vnd.oasis.opendocument.text","application/vnd.oasis.opendocument.spreadsheet","application/vnd.oasis.opendocument.presentation","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/zip","application/x-tar","application/x-rar-compressed","application/gzip","application/x-bzip2","application/x-7z-compressed","application/x-apple-diskimage","application/x-apache-arrow","video/mp4","audio/midi","video/x-matroska","video/webm","video/quicktime","video/vnd.avi","audio/vnd.wave","audio/qcelp","audio/x-ms-asf","video/x-ms-asf","application/vnd.ms-asf","video/mpeg","video/3gpp","audio/mpeg","audio/mp4","audio/opus","video/ogg","audio/ogg","application/ogg","audio/x-flac","audio/ape","audio/wavpack","audio/amr","application/pdf","application/x-msdownload","application/x-shockwave-flash","application/rtf","application/wasm","font/woff","font/woff2","application/vnd.ms-fontobject","font/ttf","font/otf","image/x-icon","video/x-flv","application/postscript","application/eps","application/x-xz","application/x-sqlite3","application/x-nintendo-nes-rom","application/x-google-chrome-extension","application/vnd.ms-cab-compressed","application/x-deb","application/x-unix-archive","application/x-rpm","application/x-compress","application/x-lzip","application/x-cfb","application/x-mie","application/mxf","video/mp2t","application/x-blender","image/bpg","image/jp2","image/jpx","image/jpm","image/mj2","audio/aiff","application/xml","application/x-mobipocket-ebook","image/heif","image/heif-sequence","image/heic","image/heic-sequence","image/icns","image/ktx","application/dicom","audio/x-musepack","text/calendar","text/vcard","model/gltf-binary","application/vnd.tcpdump.pcap","audio/x-dsf","application/x.ms.shortcut","application/x.apple.alias","audio/x-voc","audio/vnd.dolby.dd-raw","audio/x-m4a","image/apng","image/x-olympus-orf","image/x-sony-arw","image/x-adobe-dng","image/x-nikon-nef","image/x-panasonic-rw2","image/x-fujifilm-raf","video/x-m4v","video/3gpp2","application/x-esri-shape","audio/aac","audio/x-it","audio/x-s3m","audio/x-xm","video/MP1S","video/MP2P","application/vnd.sketchup.skp","image/avif","application/x-lzh-compressed","application/pgp-encrypted","application/x-asar","model/stl","application/vnd.ms-htmlhelp","model/3mf","image/jxl","application/zstd"]};const Token=lib$7,strtok3=core$1,{stringToBytes:stringToBytes,tarHeaderChecksumMatches:tarHeaderChecksumMatches,uint32SyncSafeToken:uint32SyncSafeToken}=util,supported=supported$1,minimumBytes=4100;async function fromStream(e){const t=await strtok3.fromStream(e);try{return await fromTokenizer(t)}finally{await t.close()}}async function fromBuffer(e){if(!(e instanceof Uint8Array||e instanceof ArrayBuffer||Buffer.isBuffer(e)))throw new TypeError(`Expected the \`input\` argument to be of type \`Uint8Array\` or \`Buffer\` or \`ArrayBuffer\`, got \`${typeof e}\``);const t=e instanceof Buffer?e:Buffer.from(e);if(!(t&&t.length>1))return;return fromTokenizer(strtok3.fromBuffer(t))}function _check(e,t,r){r={offset:0,...r};for(const[n,i]of t.entries())if(r.mask){if(i!==(r.mask[n]&e[n+r.offset]))return!1}else if(i!==e[n+r.offset])return!1;return!0}async function fromTokenizer(e){try{return _fromTokenizer(e)}catch(e){if(!(e instanceof strtok3.EndOfStreamError))throw e}}async function _fromTokenizer(e){let t=Buffer.alloc(minimumBytes);const r=(e,r)=>_check(t,e,r),n=(e,t)=>r(stringToBytes(e),t);if(e.fileInfo.size||(e.fileInfo.size=Number.MAX_SAFE_INTEGER),await e.peekBuffer(t,{length:12,mayBeLess:!0}),r([66,77]))return{ext:"bmp",mime:"image/bmp"};if(r([11,119]))return{ext:"ac3",mime:"audio/vnd.dolby.dd-raw"};if(r([120,1]))return{ext:"dmg",mime:"application/x-apple-diskimage"};if(r([77,90]))return{ext:"exe",mime:"application/x-msdownload"};if(r([37,33]))return await e.peekBuffer(t,{length:24,mayBeLess:!0}),n("PS-Adobe-",{offset:2})&&n(" EPSF-",{offset:14})?{ext:"eps",mime:"application/eps"}:{ext:"ps",mime:"application/postscript"};if(r([31,160])||r([31,157]))return{ext:"Z",mime:"application/x-compress"};if(r([255,216,255]))return{ext:"jpg",mime:"image/jpeg"};if(r([73,73,188]))return{ext:"jxr",mime:"image/vnd.ms-photo"};if(r([31,139,8]))return{ext:"gz",mime:"application/gzip"};if(r([66,90,104]))return{ext:"bz2",mime:"application/x-bzip2"};if(n("ID3")){await e.ignore(6);const u=await e.readToken(uint32SyncSafeToken);return e.position+u>e.fileInfo.size?{ext:"mp3",mime:"audio/mpeg"}:(await e.ignore(u),fromTokenizer(e))}if(n("MP+"))return{ext:"mpc",mime:"audio/x-musepack"};if((67===t[0]||70===t[0])&&r([87,83],{offset:1}))return{ext:"swf",mime:"application/x-shockwave-flash"};if(r([71,73,70]))return{ext:"gif",mime:"image/gif"};if(n("FLIF"))return{ext:"flif",mime:"image/flif"};if(n("8BPS"))return{ext:"psd",mime:"image/vnd.adobe.photoshop"};if(n("WEBP",{offset:8}))return{ext:"webp",mime:"image/webp"};if(n("MPCK"))return{ext:"mpc",mime:"audio/x-musepack"};if(n("FORM"))return{ext:"aif",mime:"audio/aiff"};if(n("icns",{offset:0}))return{ext:"icns",mime:"image/icns"};if(r([80,75,3,4])){try{for(;e.position+30<e.fileInfo.size;){await e.readBuffer(t,{length:30});const l={compressedSize:t.readUInt32LE(18),uncompressedSize:t.readUInt32LE(22),filenameLength:t.readUInt16LE(26),extraFieldLength:t.readUInt16LE(28)};if(l.filename=await e.readToken(new Token.StringType(l.filenameLength,"utf-8")),await e.ignore(l.extraFieldLength),"META-INF/mozilla.rsa"===l.filename)return{ext:"xpi",mime:"application/x-xpinstall"};if(l.filename.endsWith(".rels")||l.filename.endsWith(".xml")){switch(l.filename.split("/")[0]){case"_rels":default:break;case"word":return{ext:"docx",mime:"application/vnd.openxmlformats-officedocument.wordprocessingml.document"};case"ppt":return{ext:"pptx",mime:"application/vnd.openxmlformats-officedocument.presentationml.presentation"};case"xl":return{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"}}}if(l.filename.startsWith("xl/"))return{ext:"xlsx",mime:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"};if(l.filename.startsWith("3D/")&&l.filename.endsWith(".model"))return{ext:"3mf",mime:"model/3mf"};if("mimetype"===l.filename&&l.compressedSize===l.uncompressedSize){switch(await e.readToken(new Token.StringType(l.compressedSize,"utf-8"))){case"application/epub+zip":return{ext:"epub",mime:"application/epub+zip"};case"application/vnd.oasis.opendocument.text":return{ext:"odt",mime:"application/vnd.oasis.opendocument.text"};case"application/vnd.oasis.opendocument.spreadsheet":return{ext:"ods",mime:"application/vnd.oasis.opendocument.spreadsheet"};case"application/vnd.oasis.opendocument.presentation":return{ext:"odp",mime:"application/vnd.oasis.opendocument.presentation"}}}if(0===l.compressedSize){let c=-1;for(;c<0&&e.position<e.fileInfo.size;)await e.peekBuffer(t,{mayBeLess:!0}),c=t.indexOf("504B0304",0,"hex"),await e.ignore(c>=0?c:t.length)}else await e.ignore(l.compressedSize)}}catch(d){if(!(d instanceof strtok3.EndOfStreamError))throw d}return{ext:"zip",mime:"application/zip"}}if(n("OggS")){await e.ignore(28);const h=Buffer.alloc(8);return await e.readBuffer(h),_check(h,[79,112,117,115,72,101,97,100])?{ext:"opus",mime:"audio/opus"}:_check(h,[128,116,104,101,111,114,97])?{ext:"ogv",mime:"video/ogg"}:_check(h,[1,118,105,100,101,111,0])?{ext:"ogm",mime:"video/ogg"}:_check(h,[127,70,76,65,67])?{ext:"oga",mime:"audio/ogg"}:_check(h,[83,112,101,101,120,32,32])?{ext:"spx",mime:"audio/ogg"}:_check(h,[1,118,111,114,98,105,115])?{ext:"ogg",mime:"audio/ogg"}:{ext:"ogx",mime:"application/ogg"}}if(r([80,75])&&(3===t[2]||5===t[2]||7===t[2])&&(4===t[3]||6===t[3]||8===t[3]))return{ext:"zip",mime:"application/zip"};if(n("ftyp",{offset:4})&&0!=(96&t[8])){const f=t.toString("binary",8,12).replace("\0"," ").trim();switch(f){case"avif":return{ext:"avif",mime:"image/avif"};case"mif1":return{ext:"heic",mime:"image/heif"};case"msf1":return{ext:"heic",mime:"image/heif-sequence"};case"heic":case"heix":return{ext:"heic",mime:"image/heic"};case"hevc":case"hevx":return{ext:"heic",mime:"image/heic-sequence"};case"qt":return{ext:"mov",mime:"video/quicktime"};case"M4V":case"M4VH":case"M4VP":return{ext:"m4v",mime:"video/x-m4v"};case"M4P":return{ext:"m4p",mime:"video/mp4"};case"M4B":return{ext:"m4b",mime:"audio/mp4"};case"M4A":return{ext:"m4a",mime:"audio/x-m4a"};case"F4V":return{ext:"f4v",mime:"video/mp4"};case"F4P":return{ext:"f4p",mime:"video/mp4"};case"F4A":return{ext:"f4a",mime:"audio/mp4"};case"F4B":return{ext:"f4b",mime:"audio/mp4"};case"crx":return{ext:"cr3",mime:"image/x-canon-cr3"};default:return f.startsWith("3g")?f.startsWith("3g2")?{ext:"3g2",mime:"video/3gpp2"}:{ext:"3gp",mime:"video/3gpp"}:{ext:"mp4",mime:"video/mp4"}}}if(n("MThd"))return{ext:"mid",mime:"audio/midi"};if(n("wOFF")&&(r([0,1,0,0],{offset:4})||n("OTTO",{offset:4})))return{ext:"woff",mime:"font/woff"};if(n("wOF2")&&(r([0,1,0,0],{offset:4})||n("OTTO",{offset:4})))return{ext:"woff2",mime:"font/woff2"};if(r([212,195,178,161])||r([161,178,195,212]))return{ext:"pcap",mime:"application/vnd.tcpdump.pcap"};if(n("DSD "))return{ext:"dsf",mime:"audio/x-dsf"};if(n("LZIP"))return{ext:"lz",mime:"application/x-lzip"};if(n("fLaC"))return{ext:"flac",mime:"audio/x-flac"};if(r([66,80,71,251]))return{ext:"bpg",mime:"image/bpg"};if(n("wvpk"))return{ext:"wv",mime:"audio/wavpack"};if(n("%PDF")){await e.ignore(1350);const p=10485760,m=Buffer.alloc(Math.min(p,e.fileInfo.size));return await e.readBuffer(m,{mayBeLess:!0}),m.includes(Buffer.from("AIPrivateData"))?{ext:"ai",mime:"application/postscript"}:{ext:"pdf",mime:"application/pdf"}}if(r([0,97,115,109]))return{ext:"wasm",mime:"application/wasm"};if(r([73,73,42,0]))return n("CR",{offset:8})?{ext:"cr2",mime:"image/x-canon-cr2"}:r([28,0,254,0],{offset:8})||r([31,0,11,0],{offset:8})?{ext:"nef",mime:"image/x-nikon-nef"}:r([8,0,0,0],{offset:4})&&(r([45,0,254,0],{offset:8})||r([39,0,254,0],{offset:8}))?{ext:"dng",mime:"image/x-adobe-dng"}:(t=Buffer.alloc(24),await e.peekBuffer(t),(r([16,251,134,1],{offset:4})||r([8,0,0,0],{offset:4}))&&r([0,254,0,4,0,1,0,0,0,1,0,0,0,3,1],{offset:9})?{ext:"arw",mime:"image/x-sony-arw"}:{ext:"tif",mime:"image/tiff"});if(r([77,77,0,42]))return{ext:"tif",mime:"image/tiff"};if(n("MAC "))return{ext:"ape",mime:"audio/ape"};if(r([26,69,223,163])){async function i(){const t=await e.peekNumber(Token.UINT8);let r=128,n=0;for(;0==(t&r)&&0!==r;)++n,r>>=1;const i=Buffer.alloc(n+1);return await e.readBuffer(i),i}async function a(){const e=await i(),t=await i();t[0]^=128>>t.length-1;const r=Math.min(6,t.length);return{id:e.readUIntBE(0,e.length),len:t.readUIntBE(t.length-r,r)}}const _=await a(),g=await async function(t,r){for(;r>0;){const t=await a();if(17026===t.id)return e.readToken(new Token.StringType(t.len,"utf-8"));await e.ignore(t.len),--r}}(0,_.len);switch(g){case"webm":return{ext:"webm",mime:"video/webm"};case"matroska":return{ext:"mkv",mime:"video/x-matroska"};default:return}}if(r([82,73,70,70])){if(r([65,86,73],{offset:8}))return{ext:"avi",mime:"video/vnd.avi"};if(r([87,65,86,69],{offset:8}))return{ext:"wav",mime:"audio/vnd.wave"};if(r([81,76,67,77],{offset:8}))return{ext:"qcp",mime:"audio/qcelp"}}if(n("SQLi"))return{ext:"sqlite",mime:"application/x-sqlite3"};if(r([78,69,83,26]))return{ext:"nes",mime:"application/x-nintendo-nes-rom"};if(n("Cr24"))return{ext:"crx",mime:"application/x-google-chrome-extension"};if(n("MSCF")||n("ISc("))return{ext:"cab",mime:"application/vnd.ms-cab-compressed"};if(r([237,171,238,219]))return{ext:"rpm",mime:"application/x-rpm"};if(r([197,208,211,198]))return{ext:"eps",mime:"application/eps"};if(r([40,181,47,253]))return{ext:"zst",mime:"application/zstd"};if(r([79,84,84,79,0]))return{ext:"otf",mime:"font/otf"};if(n("#!AMR"))return{ext:"amr",mime:"audio/amr"};if(n("{\\rtf"))return{ext:"rtf",mime:"application/rtf"};if(r([70,76,86,1]))return{ext:"flv",mime:"video/x-flv"};if(n("IMPM"))return{ext:"it",mime:"audio/x-it"};if(n("-lh0-",{offset:2})||n("-lh1-",{offset:2})||n("-lh2-",{offset:2})||n("-lh3-",{offset:2})||n("-lh4-",{offset:2})||n("-lh5-",{offset:2})||n("-lh6-",{offset:2})||n("-lh7-",{offset:2})||n("-lzs-",{offset:2})||n("-lz4-",{offset:2})||n("-lz5-",{offset:2})||n("-lhd-",{offset:2}))return{ext:"lzh",mime:"application/x-lzh-compressed"};if(r([0,0,1,186])){if(r([33],{offset:4,mask:[241]}))return{ext:"mpg",mime:"video/MP1S"};if(r([68],{offset:4,mask:[196]}))return{ext:"mpg",mime:"video/MP2P"}}if(n("ITSF"))return{ext:"chm",mime:"application/vnd.ms-htmlhelp"};if(r([253,55,122,88,90,0]))return{ext:"xz",mime:"application/x-xz"};if(n("<?xml "))return{ext:"xml",mime:"application/xml"};if(r([55,122,188,175,39,28]))return{ext:"7z",mime:"application/x-7z-compressed"};if(r([82,97,114,33,26,7])&&(0===t[6]||1===t[6]))return{ext:"rar",mime:"application/x-rar-compressed"};if(n("solid "))return{ext:"stl",mime:"model/stl"};if(n("BLENDER"))return{ext:"blend",mime:"application/x-blender"};if(n("!<arch>")){await e.ignore(8);return"debian-binary"===await e.readToken(new Token.StringType(13,"ascii"))?{ext:"deb",mime:"application/x-deb"}:{ext:"ar",mime:"application/x-unix-archive"}}if(r([137,80,78,71,13,10,26,10])){async function o(){return{length:await e.readToken(Token.INT32_BE),type:await e.readToken(new Token.StringType(4,"binary"))}}await e.ignore(8);do{const y=await o();if(y.length<0)return;switch(y.type){case"IDAT":return{ext:"png",mime:"image/png"};case"acTL":return{ext:"apng",mime:"image/apng"};default:await e.ignore(y.length+4)}}while(e.position+8<e.fileInfo.size);return{ext:"png",mime:"image/png"}}if(r([65,82,82,79,87,49,0,0]))return{ext:"arrow",mime:"application/x-apache-arrow"};if(r([103,108,84,70,2,0,0,0]))return{ext:"glb",mime:"model/gltf-binary"};if(r([102,114,101,101],{offset:4})||r([109,100,97,116],{offset:4})||r([109,111,111,118],{offset:4})||r([119,105,100,101],{offset:4}))return{ext:"mov",mime:"video/quicktime"};if(r([73,73,82,79,8,0,0,0,24]))return{ext:"orf",mime:"image/x-olympus-orf"};if(n("gimp xcf "))return{ext:"xcf",mime:"image/x-xcf"};if(r([73,73,85,0,24,0,0,0,136,231,116,216]))return{ext:"rw2",mime:"image/x-panasonic-rw2"};if(r([48,38,178,117,142,102,207,17,166,217])){async function s(){const t=Buffer.alloc(16);return await e.readBuffer(t),{id:t,size:Number(await e.readToken(Token.UINT64_LE))}}for(await e.ignore(30);e.position+24<e.fileInfo.size;){const E=await s();let b=E.size-24;if(_check(E.id,[145,7,220,183,183,169,207,17,142,230,0,192,12,32,83,101])){const v=Buffer.alloc(16);if(b-=await e.readBuffer(v),_check(v,[64,158,105,248,77,91,207,17,168,253,0,128,95,92,68,43]))return{ext:"asf",mime:"audio/x-ms-asf"};if(_check(v,[192,239,25,188,77,91,207,17,168,253,0,128,95,92,68,43]))return{ext:"asf",mime:"video/x-ms-asf"};break}await e.ignore(b)}return{ext:"asf",mime:"application/vnd.ms-asf"}}if(r([171,75,84,88,32,49,49,187,13,10,26,10]))return{ext:"ktx",mime:"image/ktx"};if((r([126,16,4])||r([126,24,4]))&&r([48,77,73,69],{offset:4}))return{ext:"mie",mime:"application/x-mie"};if(r([39,10,0,0,0,0,0,0,0,0,0,0],{offset:2}))return{ext:"shp",mime:"application/x-esri-shape"};if(r([0,0,0,12,106,80,32,32,13,10,135,10])){await e.ignore(20);switch(await e.readToken(new Token.StringType(4,"ascii"))){case"jp2 ":return{ext:"jp2",mime:"image/jp2"};case"jpx ":return{ext:"jpx",mime:"image/jpx"};case"jpm ":return{ext:"jpm",mime:"image/jpm"};case"mjp2":return{ext:"mj2",mime:"image/mj2"};default:return}}if(r([255,10])||r([0,0,0,12,74,88,76,32,13,10,135,10]))return{ext:"jxl",mime:"image/jxl"};if(r([0,0,1,186])||r([0,0,1,179]))return{ext:"mpg",mime:"video/mpeg"};if(r([0,1,0,0,0]))return{ext:"ttf",mime:"font/ttf"};if(r([0,0,1,0]))return{ext:"ico",mime:"image/x-icon"};if(r([0,0,2,0]))return{ext:"cur",mime:"image/x-icon"};if(r([208,207,17,224,161,177,26,225]))return{ext:"cfb",mime:"application/x-cfb"};if(await e.peekBuffer(t,{length:Math.min(256,e.fileInfo.size),mayBeLess:!0}),n("BEGIN:")){if(n("VCARD",{offset:6}))return{ext:"vcf",mime:"text/vcard"};if(n("VCALENDAR",{offset:6}))return{ext:"ics",mime:"text/calendar"}}if(n("FUJIFILMCCD-RAW"))return{ext:"raf",mime:"image/x-fujifilm-raf"};if(n("Extended Module:"))return{ext:"xm",mime:"audio/x-xm"};if(n("Creative Voice File"))return{ext:"voc",mime:"audio/x-voc"};if(r([4,0,0,0])&&t.length>=16){const T=t.readUInt32LE(12);if(T>12&&t.length>=T+16)try{const S=t.slice(16,T+16).toString();if(JSON.parse(S).files)return{ext:"asar",mime:"application/x-asar"}}catch(A){}}if(r([6,14,43,52,2,5,1,1,13,1,2,1,1,2]))return{ext:"mxf",mime:"application/mxf"};if(n("SCRM",{offset:44}))return{ext:"s3m",mime:"audio/x-s3m"};if(r([71],{offset:4})&&(r([71],{offset:192})||r([71],{offset:196})))return{ext:"mts",mime:"video/mp2t"};if(r([66,79,79,75,77,79,66,73],{offset:60}))return{ext:"mobi",mime:"application/x-mobipocket-ebook"};if(r([68,73,67,77],{offset:128}))return{ext:"dcm",mime:"application/dicom"};if(r([76,0,0,0,1,20,2,0,0,0,0,0,192,0,0,0,0,0,0,70]))return{ext:"lnk",mime:"application/x.ms.shortcut"};if(r([98,111,111,107,0,0,0,0,109,97,114,107,0,0,0,0]))return{ext:"alias",mime:"application/x.apple.alias"};if(r([76,80],{offset:34})&&(r([0,0,1],{offset:8})||r([1,0,2],{offset:8})||r([2,0,2],{offset:8})))return{ext:"eot",mime:"application/vnd.ms-fontobject"};if(r([6,6,237,245,216,29,70,229,189,49,239,231,254,116,183,29]))return{ext:"indd",mime:"application/x-indesign"};if(await e.peekBuffer(t,{length:Math.min(512,e.fileInfo.size),mayBeLess:!0}),tarHeaderChecksumMatches(t))return{ext:"tar",mime:"application/x-tar"};if(r([255,254,255,14,83,0,107,0,101,0,116,0,99,0,104,0,85,0,112,0,32,0,77,0,111,0,100,0,101,0,108,0]))return{ext:"skp",mime:"application/vnd.sketchup.skp"};if(n("-----BEGIN PGP MESSAGE-----"))return{ext:"pgp",mime:"application/pgp-encrypted"};if(t.length>=2&&r([255,224],{offset:0,mask:[255,224]})){if(r([16],{offset:1,mask:[22]}))return r([8],{offset:1,mask:[8]}),{ext:"aac",mime:"audio/aac"};if(r([2],{offset:1,mask:[6]}))return{ext:"mp3",mime:"audio/mpeg"};if(r([4],{offset:1,mask:[6]}))return{ext:"mp2",mime:"audio/mpeg"};if(r([6],{offset:1,mask:[6]}))return{ext:"mp1",mime:"audio/mpeg"}}}const stream=readableStream=>new Promise(((resolve,reject)=>{const stream=eval("require")("stream");readableStream.on("error",reject),readableStream.once("readable",(async()=>{const e=new stream.PassThrough;let t;t=stream.pipeline?stream.pipeline(readableStream,e,(()=>{})):readableStream.pipe(e);const r=readableStream.read(minimumBytes)||readableStream.read()||Buffer.alloc(0);try{const t=await fromBuffer(r);e.fileType=t}catch(e){reject(e)}resolve(t)}))})),fileType={fromStream:fromStream,fromTokenizer:fromTokenizer,fromBuffer:fromBuffer,stream:stream};Object.defineProperty(fileType,"extensions",{get:()=>new Set(supported.extensions)}),Object.defineProperty(fileType,"mimeTypes",{get:()=>new Set(supported.mimeTypes)});var core=fileType,FileHelper;!function(e){const{ReadableWebToNodeStream:t}=lib$8,r=core;Object.assign(e.exports,r,{fromStream:async function(e){const n=new t(e),i=await r.fromStream(n);return await n.close(),i},fromBlob:async function(e){const t=await function(e){if(e.arrayBuffer)return e.arrayBuffer();return new Promise(((t,r)=>{const n=new FileReader;n.addEventListener("loadend",(e=>{t(e.target.result)})),n.addEventListener("error",(e=>{r(new Error(e.message))})),n.addEventListener("abort",(e=>{r(new Error(e.type))})),n.readAsArrayBuffer(e)}))}(e);return r.fromBuffer(Buffer.from(t))}})}(browser$1),function(e){e.truncateFileName=(e,t)=>{const r=Math.floor(t/8),n=e.length+3;if(n>r){const t=r/2;return e.substring(0,t)+"..."+e.substring(n-t)}return e},e.bytesToSize=e=>{let t=1;if(0==e)return"0 B";const r=Math.floor(Math.log(e)/Math.log(1024));return 0!==r&&1!==r||(t=0),Number(e/Math.pow(1024,r)).toFixed(t)+" "+["B","KB","MB","GB","TB"][r]},e.fileToDataUrl=async e=>{if(window&&window.FileReader)return new Promise(((t,r)=>{const n=new FileReader;n.readAsDataURL(e),n.onload=()=>t(n.result),n.onerror=e=>r(e)}))},e.dataUrlToBlob=async e=>(await fetch(e)).blob(),e.getFilesizeFromBase64=e=>{const t=e.length;return.75*t-(e.substring(t-2,2).match(/=/g)?.length||0)},e.extensionsToSentence=e=>{const t=e.map((e=>`.${e.toUpperCase()}`)),r=t.indexOf(".JPG");return r>-1&&t.splice(r+1,0,".JPEG"),new Intl.ListFormat("en-GB",{style:"long",type:"disjunction"}).format(t)},e.fileExtensionToMimeType=e=>{switch(e.toLowerCase()){case"jpg":case"jpeg":return"image/jpeg";case"png":return"image/png";case"gif":return"image/gif";case"heic":return"image/heic";case"heif":return"image/heif";case"webp":return"image/webp"}},e.getMimeType=async e=>{const t=await browser$1.exports.fromBlob(e);return t?.mime},e.deduplicateFileName=(t,r,n,i=n,a=1)=>{if(t.filter(((e,t)=>t!==r)).includes(n)){const o=i.split("."),s=o.pop();return s?(n=o.join().concat(` (${a}).`).concat(s),e.deduplicateFileName(t,r,n,i,++a)):n}return n}}(FileHelper||(FileHelper={}));const ERROR_MESSAGES={COMMON:{REQUIRED_OPTION:"An option is required"},CONTACT:{INVALID_SINGAPORE_NUMBER:"Invalid Singapore number",INVALID_INTERNATIONAL_NUMBER:"Invalid international number"},DATE:{MUST_BE_FUTURE:"Date must be in the future.",MUST_BE_PAST:"Date must be in the past.",CANNOT_BE_FUTURE:"Date cannot be in the future.",CANNOT_BE_PAST:"Date cannot be in the past.",MIN_DATE:e=>`Date cannot be earlier than ${e}`,MAX_DATE:e=>`Date cannot be later than ${e}`,INVALID:"Invalid date"},EMAIL:{INVALID:"Invalid email address"},GENERIC:{INVALID:"Invalid input",UNSUPPORTED:"This component is not supported by the engine"},UPLOAD:(e="file",t=`${e}s`)=>({REQUIRED:`Upload at least 1 ${e}`,MAX_FILES:r=>`Upload failed. You can only upload maximum of ${r} ${1!==r?t:e}.`,MAX_FILES_WITH_REMAINING:r=>`Upload failed. You can only upload ${r} more ${1===r?e:t}. To upload more ${t}, you may wish to delete your previously uploaded ${t}.`,MAX_FILE_SIZE:t=>`Upload failed. ${capitalize_1(e)} exceeds the maximum size of ${t} KB.`,GENERIC:"Upload failed. Please try again.",FILE_TYPE:e=>`Upload failed. Only ${FileHelper.extensionsToSentence(e)} files are accepted.`,MODAL:{FILE_TYPE:{TITLE:`Unsupported ${e} format`,DESCRIPTION:(e,t)=>jsxs(Fragment,{children:[e," could not be uploaded. Try again with a"," ",FileHelper.extensionsToSentence(t)," file."]})},GENERIC_ERROR:{TITLE:`${capitalize_1(e)} not uploaded`,DESCRIPTION:e=>jsxs(Fragment,{children:["There was a problem uploading ",e,". Please try again."]})},MAX_FILE_SIZE:{TITLE:`${capitalize_1(e)} exceeds maximum size`,DESCRIPTION:(e,t)=>jsxs(Fragment,{children:[e," exceeds the maximum size of ",t," KB."]})}}}),UNIT_NUMBER:{INVALID:"Invalid unit number"}};var DateTimeHelper,ImageHelper,ObjectHelper,TestHelper,WindowHelper;!function(e){e.formatDateTime=(e,t,r,n)=>{if(e)try{const i=DateTimeFormatter.ofPattern(t).withResolverStyle(ResolverStyle.STRICT).withLocale(dist.exports.Locale.ENGLISH);switch(r){case"date":return LocalDate.parse(e).format(i);case"time":return LocalTime.parse(e).format(i);case"datetime":return LocalDateTime.parse(e).format(i);default:return n||ERROR_MESSAGES.GENERIC.INVALID}}catch(e){return n||ERROR_MESSAGES.GENERIC.INVALID}},e.toLocalDateOrTime=function(e,t,r){if(e)try{const n=DateTimeFormatter.ofPattern(t).withResolverStyle(ResolverStyle.STRICT).withLocale(dist.exports.Locale.ENGLISH);switch(r){case"date":return LocalDate.parse(e,n);case"time":return LocalTime.parse(e,n);case"datetime":return LocalDateTime.parse(e,n);default:return}}catch(e){return}}}(DateTimeHelper||(DateTimeHelper={})),function(e){e.convertBlob=async(t,r="image/jpeg")=>{const n=await FileHelper.getMimeType(t);if("image/heic"===n||"image/heif"===n){const{default:e}=await import("./heic2any.3b8e0e2e.js").then((function(e){return e.h}));t=await e({blob:t,toType:r})}const i=await e.blobToImage(t),a=document.createElement("canvas");return a.width=i.width,a.height=i.height,a.getContext("2d").drawImage(i,0,0),a.toDataURL(r)},e.dataUrlToImage=async e=>new Promise(((t,r)=>{const n=new Image;n.onload=()=>t(n),n.onerror=()=>r(new Error("dataURLtoImage(): dataURL is illegal")),n.src=e})),e.blobToImage=async e=>{const t=URL.createObjectURL(e);return new Promise(((e,r)=>{const n=new Image;n.onload=()=>{URL.revokeObjectURL(t),e(n)},n.onerror=()=>r(new Error("blobToImage(): blob is illegal")),n.src=t}))},e.resampleImage=async(e,t)=>{const{scale:r,quality:n=1,type:i="image/jpeg"}=t,a=document.createElement("canvas"),o=a.getContext("2d");return a.width=e.width*r,a.height=e.height*r,o.drawImage(e,0,0,a.width,a.height),new Promise((e=>a.toBlob((t=>e(t)),i,n)))},e.compressImage=async(t,r)=>{const{quality:n=1,fileSize:i,attempts:a=0,maxAttempts:o}=r,s=await e.blobToImage(t);if(t.size<=1024*i)return t;const u=await e.resampleImage(s,{scale:1,quality:n});return u.size>1024*i&&(a<o||!o)?e.compressImage(t,{...r,quality:n-.1,attempts:a+1}):u}}(ImageHelper||(ImageHelper={})),function(e){e.upsert=(e,t,r)=>{const n={...e};return n[t]=t in n?{...n[t],...r}:r,n},e.getNestedValueByKey=(t,r)=>{if(r in t)return{[r]:t[r]};for(const[n,i]of Object.entries(t))if("object"==typeof i)return e.getNestedValueByKey(i,r);return{}}}(ObjectHelper||(ObjectHelper={})),function(e){e.generateId=(e,t,r)=>{let n=e;return t&&(n+=`__${t}`),r&&(n+=`--${r}`),n},e.getError=e=>{try{return e()}catch(e){return e}}}(TestHelper||(TestHelper={})),function(e){e.isMobileView=()=>window.innerWidth<=MediaWidths.mobileL||window.innerWidth>window.innerHeight&&window.innerHeight<MediaWidths.mobileL}(WindowHelper||(WindowHelper={}));const EventContext=createContext({eventManagerRef:{current:null}}),EventProvider=({children:e})=>{const t=useRef();return useEffect((()=>{t.current=document.createElement("div")}),[]),jsx(EventContext.Provider,{value:{eventManagerRef:t},children:e})},useFieldEvent=()=>{const{eventManagerRef:e}=useContext(EventContext);return{addFieldEventListener:(t,r,n,i)=>{e.current?.addEventListener(`${r}:${t}`,n,i)},dispatchFieldEvent:(t,r,n)=>e.current?.dispatchEvent(new CustomEvent(`${r}:${t}`,{cancelable:!0,detail:{id:r,...n}})),removeFieldEventListener:(t,r,n,i)=>{e.current?.removeEventListener(`${r}:${t}`,n,i)}}},usePrevious=e=>{const t=useRef();return useEffect((()=>{t.current=e}),[e]),t.current},YupContext=createContext({formValidationConfig:null,setFormValidationConfig:()=>null}),YupProvider=({children:e})=>{const[t,r]=useState(),n=useMemo((()=>({formValidationConfig:t,setFormValidationConfig:r})),[t]);return jsx(YupContext.Provider,{value:n,children:e})};var map,set;try{map=Map}catch(_){}try{set=Set}catch(_){}function baseClone(e,t,r){if(!e||"object"!=typeof e||"function"==typeof e)return e;if(e.nodeType&&"cloneNode"in e)return e.cloneNode(!0);if(e instanceof Date)return new Date(e.getTime());if(e instanceof RegExp)return new RegExp(e);if(Array.isArray(e))return e.map(clone);if(map&&e instanceof map)return new Map(Array.from(e.entries()));if(set&&e instanceof set)return new Set(Array.from(e.values()));if(e instanceof Object){t.push(e);var n=Object.create(e);for(var i in r.push(n),e){var a=t.findIndex((function(t){return t===e[i]}));n[i]=a>-1?r[a]:baseClone(e[i],t,r)}return n}return e}function clone(e){return baseClone(e,[],[])}const toString$3=Object.prototype.toString,errorToString=Error.prototype.toString,regExpToString=RegExp.prototype.toString,symbolToString="undefined"!=typeof Symbol?Symbol.prototype.toString:()=>"",SYMBOL_REGEXP=/^Symbol\((.*)\)(.*)$/;function printNumber(e){if(e!=+e)return"NaN";return 0===e&&1/e<0?"-0":""+e}function printSimpleValue(e,t=!1){if(null==e||!0===e||!1===e)return""+e;const r=typeof e;if("number"===r)return printNumber(e);if("string"===r)return t?`"${e}"`:e;if("function"===r)return"[Function "+(e.name||"anonymous")+"]";if("symbol"===r)return symbolToString.call(e).replace(SYMBOL_REGEXP,"Symbol($1)");const n=toString$3.call(e).slice(8,-1);return"Date"===n?isNaN(e.getTime())?""+e:e.toISOString(e):"Error"===n||e instanceof Error?"["+errorToString.call(e)+"]":"RegExp"===n?regExpToString.call(e):null}function printValue(e,t){let r=printSimpleValue(e,t);return null!==r?r:JSON.stringify(e,(function(e,r){let n=printSimpleValue(this[e],t);return null!==n?n:r}),2)}let mixed={default:"${path} is invalid",required:"${path} is a required field",oneOf:"${path} must be one of the following values: ${values}",notOneOf:"${path} must not be one of the following values: ${values}",notType:({path:e,type:t,value:r,originalValue:n})=>{let i=null!=n&&n!==r,a=`${e} must be a \`${t}\` type, but the final value was: \`${printValue(r,!0)}\``+(i?` (cast from the value \`${printValue(n,!0)}\`).`:".");return null===r&&(a+='\n If "null" is intended as an empty value be sure to mark the schema as `.nullable()`'),a},defined:"${path} must be defined"},string={length:"${path} must be exactly ${length} characters",min:"${path} must be at least ${min} characters",max:"${path} must be at most ${max} characters",matches:'${path} must match the following: "${regex}"',email:"${path} must be a valid email",url:"${path} must be a valid URL",uuid:"${path} must be a valid UUID",trim:"${path} must be a trimmed string",lowercase:"${path} must be a lowercase string",uppercase:"${path} must be a upper case string"},number={min:"${path} must be greater than or equal to ${min}",max:"${path} must be less than or equal to ${max}",lessThan:"${path} must be less than ${less}",moreThan:"${path} must be greater than ${more}",positive:"${path} must be a positive number",negative:"${path} must be a negative number",integer:"${path} must be an integer"},date={min:"${path} field must be later than ${min}",max:"${path} field must be at earlier than ${max}"},boolean={isValue:"${path} field must be ${value}"},object={noUnknown:"${path} field has unspecified keys: ${unknown}"},array={min:"${path} field must have at least ${min} items",max:"${path} field must have less than or equal to ${max} items",length:"${path} must have ${length} items"};var locale=Object.assign(Object.create(null),{mixed:mixed,string:string,number:number,date:date,object:object,array:array,boolean:boolean}),objectProto$6=Object.prototype,hasOwnProperty$5=objectProto$6.hasOwnProperty;function baseHas$1(e,t){return null!=e&&hasOwnProperty$5.call(e,t)}var _baseHas=baseHas$1,isArray$7=isArray_1,isSymbol$1=isSymbol_1,reIsDeepProp=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,reIsPlainProp=/^\w*$/;function isKey$3(e,t){if(isArray$7(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!isSymbol$1(e))||(reIsPlainProp.test(e)||!reIsDeepProp.test(e)||null!=t&&e in Object(t))}var _isKey=isKey$3,getNative$1=_getNative,nativeCreate$4=getNative$1(Object,"create"),_nativeCreate=nativeCreate$4,nativeCreate$3=_nativeCreate;function hashClear$1(){this.__data__=nativeCreate$3?nativeCreate$3(null):{},this.size=0}var _hashClear=hashClear$1;function hashDelete$1(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var _hashDelete=hashDelete$1,nativeCreate$2=_nativeCreate,HASH_UNDEFINED$2="__lodash_hash_undefined__",objectProto$5=Object.prototype,hasOwnProperty$4=objectProto$5.hasOwnProperty;function hashGet$1(e){var t=this.__data__;if(nativeCreate$2){var r=t[e];return r===HASH_UNDEFINED$2?void 0:r}return hasOwnProperty$4.call(t,e)?t[e]:void 0}var _hashGet=hashGet$1,nativeCreate$1=_nativeCreate,objectProto$4=Object.prototype,hasOwnProperty$3=objectProto$4.hasOwnProperty;function hashHas$1(e){var t=this.__data__;return nativeCreate$1?void 0!==t[e]:hasOwnProperty$3.call(t,e)}var _hashHas=hashHas$1,nativeCreate=_nativeCreate,HASH_UNDEFINED$1="__lodash_hash_undefined__";function hashSet$1(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=nativeCreate&&void 0===t?HASH_UNDEFINED$1:t,this}var _hashSet=hashSet$1,hashClear=_hashClear,hashDelete=_hashDelete,hashGet=_hashGet,hashHas=_hashHas,hashSet=_hashSet;function Hash$1(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}Hash$1.prototype.clear=hashClear,Hash$1.prototype.delete=hashDelete,Hash$1.prototype.get=hashGet,Hash$1.prototype.has=hashHas,Hash$1.prototype.set=hashSet;var _Hash=Hash$1;function listCacheClear$1(){this.__data__=[],this.size=0}var _listCacheClear=listCacheClear$1;function eq$2(e,t){return e===t||e!=e&&t!=t}var eq_1=eq$2,eq$1=eq_1;function assocIndexOf$4(e,t){for(var r=e.length;r--;)if(eq$1(e[r][0],t))return r;return-1}var _assocIndexOf=assocIndexOf$4,assocIndexOf$3=_assocIndexOf,arrayProto=Array.prototype,splice=arrayProto.splice;function listCacheDelete$1(e){var t=this.__data__,r=assocIndexOf$3(t,e);return!(r<0)&&(r==t.length-1?t.pop():splice.call(t,r,1),--this.size,!0)}var _listCacheDelete=listCacheDelete$1,assocIndexOf$2=_assocIndexOf;function listCacheGet$1(e){var t=this.__data__,r=assocIndexOf$2(t,e);return r<0?void 0:t[r][1]}var _listCacheGet=listCacheGet$1,assocIndexOf$1=_assocIndexOf;function listCacheHas$1(e){return assocIndexOf$1(this.__data__,e)>-1}var _listCacheHas=listCacheHas$1,assocIndexOf=_assocIndexOf;function listCacheSet$1(e,t){var r=this.__data__,n=assocIndexOf(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this}var _listCacheSet=listCacheSet$1,listCacheClear=_listCacheClear,listCacheDelete=_listCacheDelete,listCacheGet=_listCacheGet,listCacheHas=_listCacheHas,listCacheSet=_listCacheSet;function ListCache$4(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}ListCache$4.prototype.clear=listCacheClear,ListCache$4.prototype.delete=listCacheDelete,ListCache$4.prototype.get=listCacheGet,ListCache$4.prototype.has=listCacheHas,ListCache$4.prototype.set=listCacheSet;var _ListCache=ListCache$4,Hash=_Hash,ListCache$3=_ListCache,Map$2=_Map;function mapCacheClear$1(){this.size=0,this.__data__={hash:new Hash,map:new(Map$2||ListCache$3),string:new Hash}}var _mapCacheClear=mapCacheClear$1;function isKeyable$1(e){var t=typeof e;return"string"==t||"number"==t||"symbol"==t||"boolean"==t?"__proto__"!==e:null===e}var _isKeyable=isKeyable$1,isKeyable=_isKeyable;function getMapData$4(e,t){var r=e.__data__;return isKeyable(t)?r["string"==typeof t?"string":"hash"]:r.map}var _getMapData=getMapData$4,getMapData$3=_getMapData;function mapCacheDelete$1(e){var t=getMapData$3(this,e).delete(e);return this.size-=t?1:0,t}var _mapCacheDelete=mapCacheDelete$1,getMapData$2=_getMapData;function mapCacheGet$1(e){return getMapData$2(this,e).get(e)}var _mapCacheGet=mapCacheGet$1,getMapData$1=_getMapData;function mapCacheHas$1(e){return getMapData$1(this,e).has(e)}var _mapCacheHas=mapCacheHas$1,getMapData=_getMapData;function mapCacheSet$1(e,t){var r=getMapData(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this}var _mapCacheSet=mapCacheSet$1,mapCacheClear=_mapCacheClear,mapCacheDelete=_mapCacheDelete,mapCacheGet=_mapCacheGet,mapCacheHas=_mapCacheHas,mapCacheSet=_mapCacheSet;function MapCache$3(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}MapCache$3.prototype.clear=mapCacheClear,MapCache$3.prototype.delete=mapCacheDelete,MapCache$3.prototype.get=mapCacheGet,MapCache$3.prototype.has=mapCacheHas,MapCache$3.prototype.set=mapCacheSet;var _MapCache=MapCache$3,MapCache$2=_MapCache,FUNC_ERROR_TEXT="Expected a function";function memoize$1(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError(FUNC_ERROR_TEXT);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],a=r.cache;if(a.has(i))return a.get(i);var o=e.apply(this,n);return r.cache=a.set(i,o)||a,o};return r.cache=new(memoize$1.Cache||MapCache$2),r}memoize$1.Cache=MapCache$2;var memoize_1=memoize$1,memoize=memoize_1,MAX_MEMOIZE_SIZE=500;function memoizeCapped$1(e){var t=memoize(e,(function(e){return r.size===MAX_MEMOIZE_SIZE&&r.clear(),e})),r=t.cache;return t}var _memoizeCapped=memoizeCapped$1,memoizeCapped=_memoizeCapped,rePropName=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,reEscapeChar=/\\(\\)?/g,stringToPath$1=memoizeCapped((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(rePropName,(function(e,r,n,i){t.push(n?i.replace(reEscapeChar,"$1"):r||e)})),t})),_stringToPath=stringToPath$1,isArray$6=isArray_1,isKey$2=_isKey,stringToPath=_stringToPath,toString$2=toString_1;function castPath$2(e,t){return isArray$6(e)?e:isKey$2(e,t)?[e]:stringToPath(toString$2(e))}var _castPath=castPath$2,MAX_SAFE_INTEGER=9007199254740991,reIsUint=/^(?:0|[1-9]\d*)$/;function isIndex$2(e,t){var r=typeof e;return!!(t=null==t?MAX_SAFE_INTEGER:t)&&("number"==r||"symbol"!=r&&reIsUint.test(e))&&e>-1&&e%1==0&&e<t}var _isIndex=isIndex$2,isSymbol=isSymbol_1,INFINITY=1/0;function toKey$4(e){if("string"==typeof e||isSymbol(e))return e;var t=e+"";return"0"==t&&1/e==-INFINITY?"-0":t}var _toKey=toKey$4,castPath$1=_castPath,isArguments$1=isArguments_1,isArray$5=isArray_1,isIndex$1=_isIndex,isLength=isLength_1,toKey$3=_toKey;function hasPath$2(e,t,r){for(var n=-1,i=(t=castPath$1(t,e)).length,a=!1;++n<i;){var o=toKey$3(t[n]);if(!(a=null!=e&&r(e,o)))break;e=e[o]}return a||++n!=i?a:!!(i=null==e?0:e.length)&&isLength(i)&&isIndex$1(o,i)&&(isArray$5(e)||isArguments$1(e))}var _hasPath=hasPath$2,baseHas=_baseHas,hasPath$1=_hasPath;function has$2(e,t){return null!=e&&hasPath$1(e,t,baseHas)}var has_1=has$2;const isSchema=e=>e&&e.__isYupSchema__;class Condition{constructor(e,t){if(this.fn=void 0,this.refs=e,this.refs=e,"function"==typeof t)return void(this.fn=t);if(!has_1(t,"is"))throw new TypeError("`is:` is required for `when()` conditions");if(!t.then&&!t.otherwise)throw new TypeError("either `then:` or `otherwise:` is required for `when()` conditions");let{is:r,then:n,otherwise:i}=t,a="function"==typeof r?r:(...e)=>e.every((e=>e===r));this.fn=function(...e){let t=e.pop(),r=e.pop(),o=a(...e)?n:i;if(o)return"function"==typeof o?o(r):r.concat(o.resolve(t))}}resolve(e,t){let r=this.refs.map((e=>e.getValue(null==t?void 0:t.value,null==t?void 0:t.parent,null==t?void 0:t.context))),n=this.fn.apply(e,r.concat(e,t));if(void 0===n||n===e)return e;if(!isSchema(n))throw new TypeError("conditions must return a schema object");return n.resolve(t)}}function toArray(e){return null==e?[]:[].concat(e)}function _extends$4(){return _extends$4=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends$4.apply(this,arguments)}let strReg=/\$\{\s*(\w+)\s*\}/g;class ValidationError extends Error{static formatError(e,t){const r=t.label||t.path||"this";return r!==t.path&&(t=_extends$4({},t,{path:r})),"string"==typeof e?e.replace(strReg,((e,r)=>printValue(t[r]))):"function"==typeof e?e(t):e}static isError(e){return e&&"ValidationError"===e.name}constructor(e,t,r,n){super(),this.value=void 0,this.path=void 0,this.type=void 0,this.errors=void 0,this.params=void 0,this.inner=void 0,this.name="ValidationError",this.value=t,this.path=r,this.type=n,this.errors=[],this.inner=[],toArray(e).forEach((e=>{ValidationError.isError(e)?(this.errors.push(...e.errors),this.inner=this.inner.concat(e.inner.length?e.inner:e)):this.errors.push(e)})),this.message=this.errors.length>1?`${this.errors.length} errors occurred`:this.errors[0],Error.captureStackTrace&&Error.captureStackTrace(this,ValidationError)}}const once=e=>{let t=!1;return(...r)=>{t||(t=!0,e(...r))}};function runTests(e,t){let{endEarly:r,tests:n,args:i,value:a,errors:o,sort:s,path:u}=e,l=once(t),c=n.length;const d=[];if(o=o||[],!c)return o.length?l(new ValidationError(o,a,u)):l(null,a);for(let e=0;e<n.length;e++){(0,n[e])(i,(function(e){if(e){if(!ValidationError.isError(e))return l(e,a);if(r)return e.value=a,l(e,a);d.push(e)}if(--c<=0){if(d.length&&(s&&d.sort(s),o.length&&d.push(...o),o=d),o.length)return void l(new ValidationError(o,a,u),a);l(null,a)}}))}}var getNative=_getNative,defineProperty$2=function(){try{var e=getNative(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),_defineProperty$6=defineProperty$2,defineProperty$1=_defineProperty$6;function baseAssignValue$2(e,t,r){"__proto__"==t&&defineProperty$1?defineProperty$1(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}var _baseAssignValue=baseAssignValue$2;function createBaseFor$1(e){return function(t,r,n){for(var i=-1,a=Object(t),o=n(t),s=o.length;s--;){var u=o[e?s:++i];if(!1===r(a[u],u,a))break}return t}}var _createBaseFor=createBaseFor$1,createBaseFor=_createBaseFor,baseFor$1=createBaseFor(),_baseFor=baseFor$1;function baseTimes$1(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}var _baseTimes=baseTimes$1,baseTimes=_baseTimes,isArguments=isArguments_1,isArray$4=isArray_1,isBuffer$1=isBuffer$3.exports,isIndex=_isIndex,isTypedArray$1=isTypedArray_1,objectProto$3=Object.prototype,hasOwnProperty$2=objectProto$3.hasOwnProperty;function arrayLikeKeys$1(e,t){var r=isArray$4(e),n=!r&&isArguments(e),i=!r&&!n&&isBuffer$1(e),a=!r&&!n&&!i&&isTypedArray$1(e),o=r||n||i||a,s=o?baseTimes(e.length,String):[],u=s.length;for(var l in e)!t&&!hasOwnProperty$2.call(e,l)||o&&("length"==l||i&&("offset"==l||"parent"==l)||a&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||isIndex(l,u))||s.push(l);return s}var _arrayLikeKeys=arrayLikeKeys$1,arrayLikeKeys=_arrayLikeKeys,baseKeys=_baseKeys,isArrayLike$1=isArrayLike_1;function keys$3(e){return isArrayLike$1(e)?arrayLikeKeys(e):baseKeys(e)}var keys_1=keys$3,baseFor=_baseFor,keys$2=keys_1;function baseForOwn$2(e,t){return e&&baseFor(e,t,keys$2)}var _baseForOwn=baseForOwn$2,ListCache$2=_ListCache;function stackClear$1(){this.__data__=new ListCache$2,this.size=0}var _stackClear=stackClear$1;function stackDelete$1(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r}var _stackDelete=stackDelete$1;function stackGet$1(e){return this.__data__.get(e)}var _stackGet=stackGet$1;function stackHas$1(e){return this.__data__.has(e)}var _stackHas=stackHas$1,ListCache$1=_ListCache,Map$1=_Map,MapCache$1=_MapCache,LARGE_ARRAY_SIZE$1=200;function stackSet$1(e,t){var r=this.__data__;if(r instanceof ListCache$1){var n=r.__data__;if(!Map$1||n.length<LARGE_ARRAY_SIZE$1-1)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new MapCache$1(n)}return r.set(e,t),this.size=r.size,this}var _stackSet=stackSet$1,ListCache=_ListCache,stackClear=_stackClear,stackDelete=_stackDelete,stackGet=_stackGet,stackHas=_stackHas,stackSet=_stackSet;function Stack$2(e){var t=this.__data__=new ListCache(e);this.size=t.size}Stack$2.prototype.clear=stackClear,Stack$2.prototype.delete=stackDelete,Stack$2.prototype.get=stackGet,Stack$2.prototype.has=stackHas,Stack$2.prototype.set=stackSet;var _Stack=Stack$2,HASH_UNDEFINED="__lodash_hash_undefined__";function setCacheAdd$1(e){return this.__data__.set(e,HASH_UNDEFINED),this}var _setCacheAdd=setCacheAdd$1;function setCacheHas$1(e){return this.__data__.has(e)}var _setCacheHas=setCacheHas$1,MapCache=_MapCache,setCacheAdd=_setCacheAdd,setCacheHas=_setCacheHas;function SetCache$2(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new MapCache;++t<r;)this.add(e[t])}SetCache$2.prototype.add=SetCache$2.prototype.push=setCacheAdd,SetCache$2.prototype.has=setCacheHas;var _SetCache=SetCache$2;function arraySome$1(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var _arraySome=arraySome$1;function cacheHas$2(e,t){return e.has(t)}var _cacheHas=cacheHas$2,SetCache$1=_SetCache,arraySome=_arraySome,cacheHas$1=_cacheHas,COMPARE_PARTIAL_FLAG$5=1,COMPARE_UNORDERED_FLAG$3=2;function equalArrays$2(e,t,r,n,i,a){var o=r&COMPARE_PARTIAL_FLAG$5,s=e.length,u=t.length;if(s!=u&&!(o&&u>s))return!1;var l=a.get(e),c=a.get(t);if(l&&c)return l==t&&c==e;var d=-1,h=!0,f=r&COMPARE_UNORDERED_FLAG$3?new SetCache$1:void 0;for(a.set(e,t),a.set(t,e);++d<s;){var p=e[d],m=t[d];if(n)var _=o?n(m,p,d,t,e,a):n(p,m,d,e,t,a);if(void 0!==_){if(_)continue;h=!1;break}if(f){if(!arraySome(t,(function(e,t){if(!cacheHas$1(f,t)&&(p===e||i(p,e,r,n,a)))return f.push(t)}))){h=!1;break}}else if(p!==m&&!i(p,m,r,n,a)){h=!1;break}}return a.delete(e),a.delete(t),h}var _equalArrays=equalArrays$2,root$1=_root,Uint8Array$2=root$1.Uint8Array,_Uint8Array=Uint8Array$2;function mapToArray$1(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}var _mapToArray=mapToArray$1;function setToArray$1(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}var _setToArray=setToArray$1,Symbol$1=_Symbol,Uint8Array$1=_Uint8Array,eq=eq_1,equalArrays$1=_equalArrays,mapToArray=_mapToArray,setToArray=_setToArray,COMPARE_PARTIAL_FLAG$4=1,COMPARE_UNORDERED_FLAG$2=2,boolTag="[object Boolean]",dateTag="[object Date]",errorTag="[object Error]",mapTag="[object Map]",numberTag$1="[object Number]",regexpTag="[object RegExp]",setTag="[object Set]",stringTag$1="[object String]",symbolTag="[object Symbol]",arrayBufferTag="[object ArrayBuffer]",dataViewTag="[object DataView]",symbolProto=Symbol$1?Symbol$1.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function equalByTag$1(e,t,r,n,i,a,o){switch(r){case dataViewTag:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case arrayBufferTag:return!(e.byteLength!=t.byteLength||!a(new Uint8Array$1(e),new Uint8Array$1(t)));case boolTag:case dateTag:case numberTag$1:return eq(+e,+t);case errorTag:return e.name==t.name&&e.message==t.message;case regexpTag:case stringTag$1:return e==t+"";case mapTag:var s=mapToArray;case setTag:var u=n&COMPARE_PARTIAL_FLAG$4;if(s||(s=setToArray),e.size!=t.size&&!u)return!1;var l=o.get(e);if(l)return l==t;n|=COMPARE_UNORDERED_FLAG$2,o.set(e,t);var c=equalArrays$1(s(e),s(t),n,i,a,o);return o.delete(e),c;case symbolTag:if(symbolValueOf)return symbolValueOf.call(e)==symbolValueOf.call(t)}return!1}var _equalByTag=equalByTag$1;function arrayPush$1(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}var _arrayPush=arrayPush$1,arrayPush=_arrayPush,isArray$3=isArray_1;function baseGetAllKeys$1(e,t,r){var n=t(e);return isArray$3(e)?n:arrayPush(n,r(e))}var _baseGetAllKeys=baseGetAllKeys$1;function arrayFilter$1(e,t){for(var r=-1,n=null==e?0:e.length,i=0,a=[];++r<n;){var o=e[r];t(o,r,e)&&(a[i++]=o)}return a}var _arrayFilter=arrayFilter$1;function stubArray$1(){return[]}var stubArray_1=stubArray$1,arrayFilter=_arrayFilter,stubArray=stubArray_1,objectProto$2=Object.prototype,propertyIsEnumerable=objectProto$2.propertyIsEnumerable,nativeGetSymbols=Object.getOwnPropertySymbols,getSymbols$1=nativeGetSymbols?function(e){return null==e?[]:(e=Object(e),arrayFilter(nativeGetSymbols(e),(function(t){return propertyIsEnumerable.call(e,t)})))}:stubArray,_getSymbols=getSymbols$1,baseGetAllKeys=_baseGetAllKeys,getSymbols=_getSymbols,keys$1=keys_1;function getAllKeys$1(e){return baseGetAllKeys(e,keys$1,getSymbols)}var _getAllKeys=getAllKeys$1,getAllKeys=_getAllKeys,COMPARE_PARTIAL_FLAG$3=1,objectProto$1=Object.prototype,hasOwnProperty$1=objectProto$1.hasOwnProperty;function equalObjects$1(e,t,r,n,i,a){var o=r&COMPARE_PARTIAL_FLAG$3,s=getAllKeys(e),u=s.length;if(u!=getAllKeys(t).length&&!o)return!1;for(var l=u;l--;){var c=s[l];if(!(o?c in t:hasOwnProperty$1.call(t,c)))return!1}var d=a.get(e),h=a.get(t);if(d&&h)return d==t&&h==e;var f=!0;a.set(e,t),a.set(t,e);for(var p=o;++l<u;){var m=e[c=s[l]],_=t[c];if(n)var g=o?n(_,m,c,t,e,a):n(m,_,c,e,t,a);if(!(void 0===g?m===_||i(m,_,r,n,a):g)){f=!1;break}p||(p="constructor"==c)}if(f&&!p){var y=e.constructor,E=t.constructor;y==E||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof E&&E instanceof E||(f=!1)}return a.delete(e),a.delete(t),f}var _equalObjects=equalObjects$1,Stack$1=_Stack,equalArrays=_equalArrays,equalByTag=_equalByTag,equalObjects=_equalObjects,getTag=_getTag,isArray$2=isArray_1,isBuffer=isBuffer$3.exports,isTypedArray=isTypedArray_1,COMPARE_PARTIAL_FLAG$2=1,argsTag="[object Arguments]",arrayTag="[object Array]",objectTag="[object Object]",objectProto=Object.prototype,hasOwnProperty=objectProto.hasOwnProperty;function baseIsEqualDeep$1(e,t,r,n,i,a){var o=isArray$2(e),s=isArray$2(t),u=o?arrayTag:getTag(e),l=s?arrayTag:getTag(t),c=(u=u==argsTag?objectTag:u)==objectTag,d=(l=l==argsTag?objectTag:l)==objectTag,h=u==l;if(h&&isBuffer(e)){if(!isBuffer(t))return!1;o=!0,c=!1}if(h&&!c)return a||(a=new Stack$1),o||isTypedArray(e)?equalArrays(e,t,r,n,i,a):equalByTag(e,t,u,r,n,i,a);if(!(r&COMPARE_PARTIAL_FLAG$2)){var f=c&&hasOwnProperty.call(e,"__wrapped__"),p=d&&hasOwnProperty.call(t,"__wrapped__");if(f||p){var m=f?e.value():e,_=p?t.value():t;return a||(a=new Stack$1),i(m,_,r,n,a)}}return!!h&&(a||(a=new Stack$1),equalObjects(e,t,r,n,i,a))}var _baseIsEqualDeep=baseIsEqualDeep$1,baseIsEqualDeep=_baseIsEqualDeep,isObjectLike$3=isObjectLike_1;function baseIsEqual$3(e,t,r,n,i){return e===t||(null==e||null==t||!isObjectLike$3(e)&&!isObjectLike$3(t)?e!=e&&t!=t:baseIsEqualDeep(e,t,r,n,baseIsEqual$3,i))}var _baseIsEqual=baseIsEqual$3,Stack=_Stack,baseIsEqual$2=_baseIsEqual,COMPARE_PARTIAL_FLAG$1=1,COMPARE_UNORDERED_FLAG$1=2;function baseIsMatch$1(e,t,r,n){var i=r.length,a=i,o=!n;if(null==e)return!a;for(e=Object(e);i--;){var s=r[i];if(o&&s[2]?s[1]!==e[s[0]]:!(s[0]in e))return!1}for(;++i<a;){var u=(s=r[i])[0],l=e[u],c=s[1];if(o&&s[2]){if(void 0===l&&!(u in e))return!1}else{var d=new Stack;if(n)var h=n(l,c,u,e,t,d);if(!(void 0===h?baseIsEqual$2(c,l,COMPARE_PARTIAL_FLAG$1|COMPARE_UNORDERED_FLAG$1,n,d):h))return!1}}return!0}var _baseIsMatch=baseIsMatch$1,isObject$4=isObject_1;function isStrictComparable$2(e){return e==e&&!isObject$4(e)}var _isStrictComparable=isStrictComparable$2,isStrictComparable$1=_isStrictComparable,keys=keys_1;function getMatchData$1(e){for(var t=keys(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,isStrictComparable$1(i)]}return t}var _getMatchData=getMatchData$1;function matchesStrictComparable$2(e,t){return function(r){return null!=r&&(r[e]===t&&(void 0!==t||e in Object(r)))}}var _matchesStrictComparable=matchesStrictComparable$2,baseIsMatch=_baseIsMatch,getMatchData=_getMatchData,matchesStrictComparable$1=_matchesStrictComparable;function baseMatches$1(e){var t=getMatchData(e);return 1==t.length&&t[0][2]?matchesStrictComparable$1(t[0][0],t[0][1]):function(r){return r===e||baseIsMatch(r,e,t)}}var _baseMatches=baseMatches$1,castPath=_castPath,toKey$2=_toKey;function baseGet$2(e,t){for(var r=0,n=(t=castPath(t,e)).length;null!=e&&r<n;)e=e[toKey$2(t[r++])];return r&&r==n?e:void 0}var _baseGet=baseGet$2,baseGet$1=_baseGet;function get$1(e,t,r){var n=null==e?void 0:baseGet$1(e,t);return void 0===n?r:n}var get_1=get$1;function baseHasIn$1(e,t){return null!=e&&t in Object(e)}var _baseHasIn=baseHasIn$1,baseHasIn=_baseHasIn,hasPath=_hasPath;function hasIn$1(e,t){return null!=e&&hasPath(e,t,baseHasIn)}var hasIn_1=hasIn$1,baseIsEqual$1=_baseIsEqual,get=get_1,hasIn=hasIn_1,isKey$1=_isKey,isStrictComparable=_isStrictComparable,matchesStrictComparable=_matchesStrictComparable,toKey$1=_toKey,COMPARE_PARTIAL_FLAG=1,COMPARE_UNORDERED_FLAG=2;function baseMatchesProperty$1(e,t){return isKey$1(e)&&isStrictComparable(t)?matchesStrictComparable(toKey$1(e),t):function(r){var n=get(r,e);return void 0===n&&n===t?hasIn(r,e):baseIsEqual$1(t,n,COMPARE_PARTIAL_FLAG|COMPARE_UNORDERED_FLAG)}}var _baseMatchesProperty=baseMatchesProperty$1;function identity$3(e){return e}var identity_1=identity$3;function baseProperty$1(e){return function(t){return null==t?void 0:t[e]}}var _baseProperty=baseProperty$1,baseGet=_baseGet;function basePropertyDeep$1(e){return function(t){return baseGet(t,e)}}var _basePropertyDeep=basePropertyDeep$1,baseProperty=_baseProperty,basePropertyDeep=_basePropertyDeep,isKey=_isKey,toKey=_toKey;function property$1(e){return isKey(e)?baseProperty(toKey(e)):basePropertyDeep(e)}var property_1=property$1,baseMatches=_baseMatches,baseMatchesProperty=_baseMatchesProperty,identity$2=identity_1,isArray$1=isArray_1,property=property_1;function baseIteratee$2(e){return"function"==typeof e?e:null==e?identity$2:"object"==typeof e?isArray$1(e)?baseMatchesProperty(e[0],e[1]):baseMatches(e):property(e)}var _baseIteratee=baseIteratee$2,baseAssignValue$1=_baseAssignValue,baseForOwn$1=_baseForOwn,baseIteratee$1=_baseIteratee;function mapValues(e,t){var r={};return t=baseIteratee$1(t),baseForOwn$1(e,(function(e,n,i){baseAssignValue$1(r,n,t(e,n,i))})),r}var mapValues_1=mapValues;function Cache(e){this._maxSize=e,this.clear()}Cache.prototype.clear=function(){this._size=0,this._values=Object.create(null)},Cache.prototype.get=function(e){return this._values[e]},Cache.prototype.set=function(e,t){return this._size>=this._maxSize&&this.clear(),e in this._values||this._size++,this._values[e]=t};var SPLIT_REGEX=/[^.^\]^[]+|(?=\[\]|\.\.)/g,DIGIT_REGEX=/^\d+$/,LEAD_DIGIT_REGEX=/^\d/,SPEC_CHAR_REGEX=/[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g,CLEAN_QUOTES_REGEX=/^\s*(['"]?)(.*?)(\1)\s*$/,MAX_CACHE_SIZE=512,pathCache=new Cache(MAX_CACHE_SIZE),setCache=new Cache(MAX_CACHE_SIZE),getCache=new Cache(MAX_CACHE_SIZE),propertyExpr={Cache:Cache,split:split,normalizePath:normalizePath,setter:function(e){var t=normalizePath(e);return setCache.get(e)||setCache.set(e,(function(e,r){for(var n=0,i=t.length,a=e;n<i-1;){var o=t[n];if("__proto__"===o||"constructor"===o||"prototype"===o)return e;a=a[t[n++]]}a[t[n]]=r}))},getter:function(e,t){var r=normalizePath(e);return getCache.get(e)||getCache.set(e,(function(e){for(var n=0,i=r.length;n<i;){if(null==e&&t)return;e=e[r[n++]]}return e}))},join:function(e){return e.reduce((function(e,t){return e+(isQuoted(t)||DIGIT_REGEX.test(t)?"["+t+"]":(e?".":"")+t)}),"")},forEach:function(e,t,r){forEach(Array.isArray(e)?e:split(e),t,r)}};function normalizePath(e){return pathCache.get(e)||pathCache.set(e,split(e).map((function(e){return e.replace(CLEAN_QUOTES_REGEX,"$2")})))}function split(e){return e.match(SPLIT_REGEX)||[""]}function forEach(e,t,r){var n,i,a,o,s=e.length;for(i=0;i<s;i++)(n=e[i])&&(shouldBeQuoted(n)&&(n='"'+n+'"'),a=!(o=isQuoted(n))&&/^\d+$/.test(n),t.call(r,n,o,a,i,e))}function isQuoted(e){return"string"==typeof e&&e&&-1!==["'",'"'].indexOf(e.charAt(0))}function hasLeadingNumber(e){return e.match(LEAD_DIGIT_REGEX)&&!e.match(DIGIT_REGEX)}function hasSpecialChars(e){return SPEC_CHAR_REGEX.test(e)}function shouldBeQuoted(e){return!isQuoted(e)&&(hasLeadingNumber(e)||hasSpecialChars(e))}const prefixes={context:"$",value:"."};function create$9(e,t){return new Reference(e,t)}class Reference{constructor(e,t={}){if(this.key=void 0,this.isContext=void 0,this.isValue=void 0,this.isSibling=void 0,this.path=void 0,this.getter=void 0,this.map=void 0,"string"!=typeof e)throw new TypeError("ref must be a string, got: "+e);if(this.key=e.trim(),""===e)throw new TypeError("ref must be a non-empty string");this.isContext=this.key[0]===prefixes.context,this.isValue=this.key[0]===prefixes.value,this.isSibling=!this.isContext&&!this.isValue;let r=this.isContext?prefixes.context:this.isValue?prefixes.value:"";this.path=this.key.slice(r.length),this.getter=this.path&&propertyExpr.getter(this.path,!0),this.map=t.map}getValue(e,t,r){let n=this.isContext?r:this.isValue?e:t;return this.getter&&(n=this.getter(n||{})),this.map&&(n=this.map(n)),n}cast(e,t){return this.getValue(e,null==t?void 0:t.parent,null==t?void 0:t.context)}resolve(){return this}describe(){return{type:"ref",key:this.key}}toString(){return`Ref(${this.key})`}static isRef(e){return e&&e.__isYupRef}}function _extends$3(){return _extends$3=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends$3.apply(this,arguments)}function _objectWithoutPropertiesLoose$1(e,t){if(null==e)return{};var r,n,i={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(i[r]=e[r]);return i}function createValidation(e){function t(t,r){let{value:n,path:i="",label:a,options:o,originalValue:s,sync:u}=t,l=_objectWithoutPropertiesLoose$1(t,["value","path","label","options","originalValue","sync"]);const{name:c,test:d,params:h,message:f}=e;let{parent:p,context:m}=o;function _(e){return Reference.isRef(e)?e.getValue(n,p,m):e}function g(e={}){const t=mapValues_1(_extends$3({value:n,originalValue:s,label:a,path:e.path||i},h,e.params),_),r=new ValidationError(ValidationError.formatError(e.message||f,t),n,t.path,e.type||c);return r.params=t,r}let y,E=_extends$3({path:i,parent:p,type:c,createError:g,resolve:_,options:o,originalValue:s},l);if(u){try{var b;if(y=d.call(E,n,E),"function"==typeof(null==(b=y)?void 0:b.then))throw new Error(`Validation test of type: "${E.type}" returned a Promise during a synchronous validate. This test will finish after the validate call has returned`)}catch(e){return void r(e)}ValidationError.isError(y)?r(y):y?r(null,y):r(g())}else try{Promise.resolve(d.call(E,n,E)).then((e=>{ValidationError.isError(e)?r(e):e?r(null,e):r(g())})).catch(r)}catch(e){r(e)}}return t.OPTIONS=e,t}Reference.prototype.__isYupRef=!0;let trim=e=>e.substr(0,e.length-1).substr(1);function getIn(e,t,r,n=r){let i,a,o;return t?(propertyExpr.forEach(t,((s,u,l)=>{let c=u?trim(s):s;if((e=e.resolve({context:n,parent:i,value:r})).innerType){let n=l?parseInt(c,10):0;if(r&&n>=r.length)throw new Error(`Yup.reach cannot resolve an array item at index: ${s}, in the path: ${t}. because there is no value at that index. `);i=r,r=r&&r[n],e=e.innerType}if(!l){if(!e.fields||!e.fields[c])throw new Error(`The schema does not contain the path: ${t}. (failed at: ${o} which is a type: "${e._type}")`);i=r,r=r&&r[c],e=e.fields[c]}a=c,o=u?"["+s+"]":"."+s})),{schema:e,parent:i,parentPath:a}):{parent:i,parentPath:t,schema:e}}const reach=(e,t,r,n)=>getIn(e,t,r,n).schema;class ReferenceSet{constructor(){this.list=void 0,this.refs=void 0,this.list=new Set,this.refs=new Map}get size(){return this.list.size+this.refs.size}describe(){const e=[];for(const t of this.list)e.push(t);for(const[,t]of this.refs)e.push(t.describe());return e}toArray(){return Array.from(this.list).concat(Array.from(this.refs.values()))}resolveAll(e){return this.toArray().reduce(((t,r)=>t.concat(Reference.isRef(r)?e(r):r)),[])}add(e){Reference.isRef(e)?this.refs.set(e.key,e):this.list.add(e)}delete(e){Reference.isRef(e)?this.refs.delete(e.key):this.list.delete(e)}clone(){const e=new ReferenceSet;return e.list=new Set(this.list),e.refs=new Map(this.refs),e}merge(e,t){const r=this.clone();return e.list.forEach((e=>r.add(e))),e.refs.forEach((e=>r.add(e))),t.list.forEach((e=>r.delete(e))),t.refs.forEach((e=>r.delete(e))),r}}function _extends$2(){return _extends$2=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends$2.apply(this,arguments)}class BaseSchema{constructor(e){this.deps=[],this.tests=void 0,this.transforms=void 0,this.conditions=[],this._mutate=void 0,this._typeError=void 0,this._whitelist=new ReferenceSet,this._blacklist=new ReferenceSet,this.exclusiveTests=Object.create(null),this.spec=void 0,this.tests=[],this.transforms=[],this.withMutation((()=>{this.typeError(mixed.notType)})),this.type=(null==e?void 0:e.type)||"mixed",this.spec=_extends$2({strip:!1,strict:!1,abortEarly:!0,recursive:!0,nullable:!1,presence:"optional"},null==e?void 0:e.spec)}get _type(){return this.type}_typeCheck(e){return!0}clone(e){if(this._mutate)return e&&Object.assign(this.spec,e),this;const t=Object.create(Object.getPrototypeOf(this));return t.type=this.type,t._typeError=this._typeError,t._whitelistError=this._whitelistError,t._blacklistError=this._blacklistError,t._whitelist=this._whitelist.clone(),t._blacklist=this._blacklist.clone(),t.exclusiveTests=_extends$2({},this.exclusiveTests),t.deps=[...this.deps],t.conditions=[...this.conditions],t.tests=[...this.tests],t.transforms=[...this.transforms],t.spec=clone(_extends$2({},this.spec,e)),t}label(e){let t=this.clone();return t.spec.label=e,t}meta(...e){if(0===e.length)return this.spec.meta;let t=this.clone();return t.spec.meta=Object.assign(t.spec.meta||{},e[0]),t}withMutation(e){let t=this._mutate;this._mutate=!0;let r=e(this);return this._mutate=t,r}concat(e){if(!e||e===this)return this;if(e.type!==this.type&&"mixed"!==this.type)throw new TypeError(`You cannot \`concat()\` schema's of different types: ${this.type} and ${e.type}`);let t=this,r=e.clone();const n=_extends$2({},t.spec,r.spec);return r.spec=n,r._typeError||(r._typeError=t._typeError),r._whitelistError||(r._whitelistError=t._whitelistError),r._blacklistError||(r._blacklistError=t._blacklistError),r._whitelist=t._whitelist.merge(e._whitelist,e._blacklist),r._blacklist=t._blacklist.merge(e._blacklist,e._whitelist),r.tests=t.tests,r.exclusiveTests=t.exclusiveTests,r.withMutation((t=>{e.tests.forEach((e=>{t.test(e.OPTIONS)}))})),r.transforms=[...t.transforms,...r.transforms],r}isType(e){return!(!this.spec.nullable||null!==e)||this._typeCheck(e)}resolve(e){let t=this;if(t.conditions.length){let r=t.conditions;t=t.clone(),t.conditions=[],t=r.reduce(((t,r)=>r.resolve(t,e)),t),t=t.resolve(e)}return t}cast(e,t={}){let r=this.resolve(_extends$2({value:e},t)),n=r._cast(e,t);if(void 0!==e&&!1!==t.assert&&!0!==r.isType(n)){let i=printValue(e),a=printValue(n);throw new TypeError(`The value of ${t.path||"field"} could not be cast to a value that satisfies the schema type: "${r._type}". \n\nattempted value: ${i} \n`+(a!==i?`result of cast: ${a}`:""))}return n}_cast(e,t){let r=void 0===e?e:this.transforms.reduce(((t,r)=>r.call(this,t,e,this)),e);return void 0===r&&(r=this.getDefault()),r}_validate(e,t={},r){let{sync:n,path:i,from:a=[],originalValue:o=e,strict:s=this.spec.strict,abortEarly:u=this.spec.abortEarly}=t,l=e;s||(l=this._cast(l,_extends$2({assert:!1},t)));let c={value:l,path:i,options:t,originalValue:o,schema:this,label:this.spec.label,sync:n,from:a},d=[];this._typeError&&d.push(this._typeError);let h=[];this._whitelistError&&h.push(this._whitelistError),this._blacklistError&&h.push(this._blacklistError),runTests({args:c,value:l,path:i,sync:n,tests:d,endEarly:u},(e=>{e?r(e,l):runTests({tests:this.tests.concat(h),args:c,path:i,sync:n,value:l,endEarly:u},r)}))}validate(e,t,r){let n=this.resolve(_extends$2({},t,{value:e}));return"function"==typeof r?n._validate(e,t,r):new Promise(((r,i)=>n._validate(e,t,((e,t)=>{e?i(e):r(t)}))))}validateSync(e,t){let r;return this.resolve(_extends$2({},t,{value:e}))._validate(e,_extends$2({},t,{sync:!0}),((e,t)=>{if(e)throw e;r=t})),r}isValid(e,t){return this.validate(e,t).then((()=>!0),(e=>{if(ValidationError.isError(e))return!1;throw e}))}isValidSync(e,t){try{return this.validateSync(e,t),!0}catch(e){if(ValidationError.isError(e))return!1;throw e}}_getDefault(){let e=this.spec.default;return null==e?e:"function"==typeof e?e.call(this):clone(e)}getDefault(e){return this.resolve(e||{})._getDefault()}default(e){if(0===arguments.length)return this._getDefault();return this.clone({default:e})}strict(e=!0){let t=this.clone();return t.spec.strict=e,t}_isPresent(e){return null!=e}defined(e=mixed.defined){return this.test({message:e,name:"defined",exclusive:!0,test:e=>void 0!==e})}required(e=mixed.required){return this.clone({presence:"required"}).withMutation((t=>t.test({message:e,name:"required",exclusive:!0,test(e){return this.schema._isPresent(e)}})))}notRequired(){let e=this.clone({presence:"optional"});return e.tests=e.tests.filter((e=>"required"!==e.OPTIONS.name)),e}nullable(e=!0){return this.clone({nullable:!1!==e})}transform(e){let t=this.clone();return t.transforms.push(e),t}test(...e){let t;if(t=1===e.length?"function"==typeof e[0]?{test:e[0]}:e[0]:2===e.length?{name:e[0],test:e[1]}:{name:e[0],message:e[1],test:e[2]},void 0===t.message&&(t.message=mixed.default),"function"!=typeof t.test)throw new TypeError("`test` is a required parameters");let r=this.clone(),n=createValidation(t),i=t.exclusive||t.name&&!0===r.exclusiveTests[t.name];if(t.exclusive&&!t.name)throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");return t.name&&(r.exclusiveTests[t.name]=!!t.exclusive),r.tests=r.tests.filter((e=>{if(e.OPTIONS.name===t.name){if(i)return!1;if(e.OPTIONS.test===n.OPTIONS.test)return!1}return!0})),r.tests.push(n),r}when(e,t){Array.isArray(e)||"string"==typeof e||(t=e,e=".");let r=this.clone(),n=toArray(e).map((e=>new Reference(e)));return n.forEach((e=>{e.isSibling&&r.deps.push(e.key)})),r.conditions.push(new Condition(n,t)),r}typeError(e){let t=this.clone();return t._typeError=createValidation({message:e,name:"typeError",test(e){return!(void 0!==e&&!this.schema.isType(e))||this.createError({params:{type:this.schema._type}})}}),t}oneOf(e,t=mixed.oneOf){let r=this.clone();return e.forEach((e=>{r._whitelist.add(e),r._blacklist.delete(e)})),r._whitelistError=createValidation({message:t,name:"oneOf",test(e){if(void 0===e)return!0;let t=this.schema._whitelist,r=t.resolveAll(this.resolve);return!!r.includes(e)||this.createError({params:{values:t.toArray().join(", "),resolved:r}})}}),r}notOneOf(e,t=mixed.notOneOf){let r=this.clone();return e.forEach((e=>{r._blacklist.add(e),r._whitelist.delete(e)})),r._blacklistError=createValidation({message:t,name:"notOneOf",test(e){let t=this.schema._blacklist,r=t.resolveAll(this.resolve);return!r.includes(e)||this.createError({params:{values:t.toArray().join(", "),resolved:r}})}}),r}strip(e=!0){let t=this.clone();return t.spec.strip=e,t}describe(){const e=this.clone(),{label:t,meta:r}=e.spec,n={meta:r,label:t,type:e.type,oneOf:e._whitelist.describe(),notOneOf:e._blacklist.describe(),tests:e.tests.map((e=>({name:e.OPTIONS.name,params:e.OPTIONS.params}))).filter(((e,t,r)=>r.findIndex((t=>t.name===e.name))===t))};return n}}BaseSchema.prototype.__isYupSchema__=!0;for(const e of["validate","validateSync"])BaseSchema.prototype[`${e}At`]=function(t,r,n={}){const{parent:i,parentPath:a,schema:o}=getIn(this,t,r,n.context);return o[e](i&&i[a],_extends$2({},n,{parent:i,path:t}))};for(const e of["equals","is"])BaseSchema.prototype[e]=BaseSchema.prototype.oneOf;for(const e of["not","nope"])BaseSchema.prototype[e]=BaseSchema.prototype.notOneOf;BaseSchema.prototype.optional=BaseSchema.prototype.notRequired;const Mixed=BaseSchema;function create$8(){return new Mixed}create$8.prototype=Mixed.prototype;const isAbsent=e=>null==e;function create$7(){return new BooleanSchema}class BooleanSchema extends BaseSchema{constructor(){super({type:"boolean"}),this.withMutation((()=>{this.transform((function(e){if(!this.isType(e)){if(/^(true|1)$/i.test(String(e)))return!0;if(/^(false|0)$/i.test(String(e)))return!1}return e}))}))}_typeCheck(e){return e instanceof Boolean&&(e=e.valueOf()),"boolean"==typeof e}isTrue(e=boolean.isValue){return this.test({message:e,name:"is-value",exclusive:!0,params:{value:"true"},test:e=>isAbsent(e)||!0===e})}isFalse(e=boolean.isValue){return this.test({message:e,name:"is-value",exclusive:!0,params:{value:"false"},test:e=>isAbsent(e)||!1===e})}}create$7.prototype=BooleanSchema.prototype;let rEmail=/^((([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+(\.([a-z]|\d|[!#\$%&'\*\+\-\/=\?\^_`{\|}~]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])+)*)|((\x22)((((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(([\x01-\x08\x0b\x0c\x0e-\x1f\x7f]|\x21|[\x23-\x5b]|[\x5d-\x7e]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(\\([\x01-\x09\x0b\x0c\x0d-\x7f]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))))*(((\x20|\x09)*(\x0d\x0a))?(\x20|\x09)+)?(\x22)))@((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))$/i,rUrl=/^((https?|ftp):)?\/\/(((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:)*@)?(((\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5])\.(\d|[1-9]\d|1\d\d|2[0-4]\d|25[0-5]))|((([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|\d|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.)+(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])*([a-z]|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])))\.?)(:\d*)?)(\/((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)+(\/(([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)*)*)?)?(\?((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|[\uE000-\uF8FF]|\/|\?)*)?(\#((([a-z]|\d|-|\.|_|~|[\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])|(%[\da-f]{2})|[!\$&'\(\)\*\+,;=]|:|@)|\/|\?)*)?$/i,rUUID=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i,isTrimmed=e=>isAbsent(e)||e===e.trim(),objStringTag={}.toString();function create$6(){return new StringSchema}class StringSchema extends BaseSchema{constructor(){super({type:"string"}),this.withMutation((()=>{this.transform((function(e){if(this.isType(e))return e;if(Array.isArray(e))return e;const t=null!=e&&e.toString?e.toString():e;return t===objStringTag?e:t}))}))}_typeCheck(e){return e instanceof String&&(e=e.valueOf()),"string"==typeof e}_isPresent(e){return super._isPresent(e)&&!!e.length}length(e,t=string.length){return this.test({message:t,name:"length",exclusive:!0,params:{length:e},test(t){return isAbsent(t)||t.length===this.resolve(e)}})}min(e,t=string.min){return this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(t){return isAbsent(t)||t.length>=this.resolve(e)}})}max(e,t=string.max){return this.test({name:"max",exclusive:!0,message:t,params:{max:e},test(t){return isAbsent(t)||t.length<=this.resolve(e)}})}matches(e,t){let r,n,i=!1;return t&&("object"==typeof t?({excludeEmptyString:i=!1,message:r,name:n}=t):r=t),this.test({name:n||"matches",message:r||string.matches,params:{regex:e},test:t=>isAbsent(t)||""===t&&i||-1!==t.search(e)})}email(e=string.email){return this.matches(rEmail,{name:"email",message:e,excludeEmptyString:!0})}url(e=string.url){return this.matches(rUrl,{name:"url",message:e,excludeEmptyString:!0})}uuid(e=string.uuid){return this.matches(rUUID,{name:"uuid",message:e,excludeEmptyString:!1})}ensure(){return this.default("").transform((e=>null===e?"":e))}trim(e=string.trim){return this.transform((e=>null!=e?e.trim():e)).test({message:e,name:"trim",test:isTrimmed})}lowercase(e=string.lowercase){return this.transform((e=>isAbsent(e)?e:e.toLowerCase())).test({message:e,name:"string_case",exclusive:!0,test:e=>isAbsent(e)||e===e.toLowerCase()})}uppercase(e=string.uppercase){return this.transform((e=>isAbsent(e)?e:e.toUpperCase())).test({message:e,name:"string_case",exclusive:!0,test:e=>isAbsent(e)||e===e.toUpperCase()})}}create$6.prototype=StringSchema.prototype;let isNaN$1=e=>e!=+e;function create$5(){return new NumberSchema}class NumberSchema extends BaseSchema{constructor(){super({type:"number"}),this.withMutation((()=>{this.transform((function(e){let t=e;if("string"==typeof t){if(t=t.replace(/\s/g,""),""===t)return NaN;t=+t}return this.isType(t)?t:parseFloat(t)}))}))}_typeCheck(e){return e instanceof Number&&(e=e.valueOf()),"number"==typeof e&&!isNaN$1(e)}min(e,t=number.min){return this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(t){return isAbsent(t)||t>=this.resolve(e)}})}max(e,t=number.max){return this.test({message:t,name:"max",exclusive:!0,params:{max:e},test(t){return isAbsent(t)||t<=this.resolve(e)}})}lessThan(e,t=number.lessThan){return this.test({message:t,name:"max",exclusive:!0,params:{less:e},test(t){return isAbsent(t)||t<this.resolve(e)}})}moreThan(e,t=number.moreThan){return this.test({message:t,name:"min",exclusive:!0,params:{more:e},test(t){return isAbsent(t)||t>this.resolve(e)}})}positive(e=number.positive){return this.moreThan(0,e)}negative(e=number.negative){return this.lessThan(0,e)}integer(e=number.integer){return this.test({name:"integer",message:e,test:e=>isAbsent(e)||Number.isInteger(e)})}truncate(){return this.transform((e=>isAbsent(e)?e:0|e))}round(e){var t;let r=["ceil","floor","round","trunc"];if("trunc"===(e=(null==(t=e)?void 0:t.toLowerCase())||"round"))return this.truncate();if(-1===r.indexOf(e.toLowerCase()))throw new TypeError("Only valid options for round() are: "+r.join(", "));return this.transform((t=>isAbsent(t)?t:Math[e](t)))}}create$5.prototype=NumberSchema.prototype;var isoReg=/^(\d{4}|[+\-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,\.](\d{1,}))?)?(?:(Z)|([+\-])(\d{2})(?::?(\d{2}))?)?)?$/;function parseIsoDate(e){var t,r,n=[1,4,5,6,7,10,11],i=0;if(r=isoReg.exec(e)){for(var a,o=0;a=n[o];++o)r[a]=+r[a]||0;r[2]=(+r[2]||1)-1,r[3]=+r[3]||1,r[7]=r[7]?String(r[7]).substr(0,3):0,void 0!==r[8]&&""!==r[8]||void 0!==r[9]&&""!==r[9]?("Z"!==r[8]&&void 0!==r[9]&&(i=60*r[10]+r[11],"+"===r[9]&&(i=0-i)),t=Date.UTC(r[1],r[2],r[3],r[4],r[5]+i,r[6],r[7])):t=+new Date(r[1],r[2],r[3],r[4],r[5],r[6],r[7])}else t=Date.parse?Date.parse(e):NaN;return t}let invalidDate=new Date(""),isDate=e=>"[object Date]"===Object.prototype.toString.call(e);function create$4(){return new DateSchema}class DateSchema extends BaseSchema{constructor(){super({type:"date"}),this.withMutation((()=>{this.transform((function(e){return this.isType(e)?e:(e=parseIsoDate(e),isNaN(e)?invalidDate:new Date(e))}))}))}_typeCheck(e){return isDate(e)&&!isNaN(e.getTime())}prepareParam(e,t){let r;if(Reference.isRef(e))r=e;else{let n=this.cast(e);if(!this._typeCheck(n))throw new TypeError(`\`${t}\` must be a Date or a value that can be \`cast()\` to a Date`);r=n}return r}min(e,t=date.min){let r=this.prepareParam(e,"min");return this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(e){return isAbsent(e)||e>=this.resolve(r)}})}max(e,t=date.max){let r=this.prepareParam(e,"max");return this.test({message:t,name:"max",exclusive:!0,params:{max:e},test(e){return isAbsent(e)||e<=this.resolve(r)}})}}function arrayReduce$1(e,t,r,n){var i=-1,a=null==e?0:e.length;for(n&&a&&(r=e[++i]);++i<a;)r=t(r,e[i],i,e);return r}DateSchema.INVALID_DATE=invalidDate,create$4.prototype=DateSchema.prototype,create$4.INVALID_DATE=invalidDate;var _arrayReduce=arrayReduce$1;function basePropertyOf$1(e){return function(t){return null==e?void 0:e[t]}}var _basePropertyOf=basePropertyOf$1,basePropertyOf=_basePropertyOf,deburredLetters={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"},deburrLetter$1=basePropertyOf(deburredLetters),_deburrLetter=deburrLetter$1,deburrLetter=_deburrLetter,toString$1=toString_1,reLatin=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,rsComboMarksRange$1="\\u0300-\\u036f",reComboHalfMarksRange$1="\\ufe20-\\ufe2f",rsComboSymbolsRange$1="\\u20d0-\\u20ff",rsComboRange$1=rsComboMarksRange$1+reComboHalfMarksRange$1+rsComboSymbolsRange$1,rsCombo$1="["+rsComboRange$1+"]",reComboMark=RegExp(rsCombo$1,"g");function deburr$1(e){return(e=toString$1(e))&&e.replace(reLatin,deburrLetter).replace(reComboMark,"")}var deburr_1=deburr$1,reAsciiWord=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;function asciiWords$1(e){return e.match(reAsciiWord)||[]}var _asciiWords=asciiWords$1,reHasUnicodeWord=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;function hasUnicodeWord$1(e){return reHasUnicodeWord.test(e)}var _hasUnicodeWord=hasUnicodeWord$1,rsAstralRange="\\ud800-\\udfff",rsComboMarksRange="\\u0300-\\u036f",reComboHalfMarksRange="\\ufe20-\\ufe2f",rsComboSymbolsRange="\\u20d0-\\u20ff",rsComboRange=rsComboMarksRange+reComboHalfMarksRange+rsComboSymbolsRange,rsDingbatRange="\\u2700-\\u27bf",rsLowerRange="a-z\\xdf-\\xf6\\xf8-\\xff",rsMathOpRange="\\xac\\xb1\\xd7\\xf7",rsNonCharRange="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",rsPunctuationRange="\\u2000-\\u206f",rsSpaceRange=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",rsUpperRange="A-Z\\xc0-\\xd6\\xd8-\\xde",rsVarRange="\\ufe0e\\ufe0f",rsBreakRange=rsMathOpRange+rsNonCharRange+rsPunctuationRange+rsSpaceRange,rsApos$1="['’]",rsBreak="["+rsBreakRange+"]",rsCombo="["+rsComboRange+"]",rsDigits="\\d+",rsDingbat="["+rsDingbatRange+"]",rsLower="["+rsLowerRange+"]",rsMisc="[^"+rsAstralRange+rsBreakRange+rsDigits+rsDingbatRange+rsLowerRange+rsUpperRange+"]",rsFitz="\\ud83c[\\udffb-\\udfff]",rsModifier="(?:"+rsCombo+"|"+rsFitz+")",rsNonAstral="[^"+rsAstralRange+"]",rsRegional="(?:\\ud83c[\\udde6-\\uddff]){2}",rsSurrPair="[\\ud800-\\udbff][\\udc00-\\udfff]",rsUpper="["+rsUpperRange+"]",rsZWJ="\\u200d",rsMiscLower="(?:"+rsLower+"|"+rsMisc+")",rsMiscUpper="(?:"+rsUpper+"|"+rsMisc+")",rsOptContrLower="(?:"+rsApos$1+"(?:d|ll|m|re|s|t|ve))?",rsOptContrUpper="(?:"+rsApos$1+"(?:D|LL|M|RE|S|T|VE))?",reOptMod=rsModifier+"?",rsOptVar="["+rsVarRange+"]?",rsOptJoin="(?:"+rsZWJ+"(?:"+[rsNonAstral,rsRegional,rsSurrPair].join("|")+")"+rsOptVar+reOptMod+")*",rsOrdLower="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",rsOrdUpper="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",rsSeq=rsOptVar+reOptMod+rsOptJoin,rsEmoji="(?:"+[rsDingbat,rsRegional,rsSurrPair].join("|")+")"+rsSeq,reUnicodeWord=RegExp([rsUpper+"?"+rsLower+"+"+rsOptContrLower+"(?="+[rsBreak,rsUpper,"$"].join("|")+")",rsMiscUpper+"+"+rsOptContrUpper+"(?="+[rsBreak,rsUpper+rsMiscLower,"$"].join("|")+")",rsUpper+"?"+rsMiscLower+"+"+rsOptContrLower,rsUpper+"+"+rsOptContrUpper,rsOrdUpper,rsOrdLower,rsDigits,rsEmoji].join("|"),"g");function unicodeWords$1(e){return e.match(reUnicodeWord)||[]}var _unicodeWords=unicodeWords$1,asciiWords=_asciiWords,hasUnicodeWord=_hasUnicodeWord,toString=toString_1,unicodeWords=_unicodeWords;function words$1(e,t,r){return e=toString(e),void 0===(t=r?void 0:t)?hasUnicodeWord(e)?unicodeWords(e):asciiWords(e):e.match(t)||[]}var words_1=words$1,arrayReduce=_arrayReduce,deburr=deburr_1,words=words_1,rsApos="['’]",reApos=RegExp(rsApos,"g");function createCompounder$2(e){return function(t){return arrayReduce(words(deburr(t).replace(reApos,"")),e,"")}}var _createCompounder=createCompounder$2,createCompounder$1=_createCompounder,snakeCase=createCompounder$1((function(e,t,r){return e+(r?"_":"")+t.toLowerCase()})),snakeCase_1=snakeCase,capitalize$1=capitalize_1,createCompounder=_createCompounder,camelCase=createCompounder((function(e,t,r){return t=t.toLowerCase(),e+(r?capitalize$1(t):t)})),camelCase_1=camelCase,baseAssignValue=_baseAssignValue,baseForOwn=_baseForOwn,baseIteratee=_baseIteratee;function mapKeys(e,t){var r={};return t=baseIteratee(t),baseForOwn(e,(function(e,n,i){baseAssignValue(r,t(e,n,i),e)})),r}var mapKeys_1=mapKeys,toposort$1={exports:{}};function toposort(e,t){var r=e.length,n=new Array(r),i={},a=r,o=makeOutgoingEdges(t),s=makeNodesHash(e);for(t.forEach((function(e){if(!s.has(e[0])||!s.has(e[1]))throw new Error("Unknown node. There is an unknown node in the supplied edges.")}));a--;)i[a]||u(e[a],a,new Set);return n;function u(e,t,a){if(a.has(e)){var l;try{l=", node was:"+JSON.stringify(e)}catch(e){l=""}throw new Error("Cyclic dependency"+l)}if(!s.has(e))throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: "+JSON.stringify(e));if(!i[t]){i[t]=!0;var c=o.get(e)||new Set;if(t=(c=Array.from(c)).length){a.add(e);do{var d=c[--t];u(d,s.get(d),a)}while(t);a.delete(e)}n[--r]=e}}}function uniqueNodes(e){for(var t=new Set,r=0,n=e.length;r<n;r++){var i=e[r];t.add(i[0]),t.add(i[1])}return Array.from(t)}function makeOutgoingEdges(e){for(var t=new Map,r=0,n=e.length;r<n;r++){var i=e[r];t.has(i[0])||t.set(i[0],new Set),t.has(i[1])||t.set(i[1],new Set),t.get(i[0]).add(i[1])}return t}function makeNodesHash(e){for(var t=new Map,r=0,n=e.length;r<n;r++)t.set(e[r],r);return t}function sortFields(e,t=[]){let r=[],n=new Set,i=new Set(t.map((([e,t])=>`${e}-${t}`)));function a(e,t){let a=propertyExpr.split(e)[0];n.add(a),i.has(`${t}-${a}`)||r.push([t,a])}for(const t in e)if(has_1(e,t)){let r=e[t];n.add(t),Reference.isRef(r)&&r.isSibling?a(r.path,t):isSchema(r)&&"deps"in r&&r.deps.forEach((e=>a(e,t)))}return toposort$1.exports.array(Array.from(n),r).reverse()}function findIndex(e,t){let r=1/0;return e.some(((e,n)=>{var i;if(-1!==(null==(i=t.path)?void 0:i.indexOf(e)))return r=n,!0})),r}function sortByKeyOrder(e){return(t,r)=>findIndex(e,t)-findIndex(e,r)}function _extends$1(){return _extends$1=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends$1.apply(this,arguments)}toposort$1.exports=function(e){return toposort(uniqueNodes(e),e)},toposort$1.exports.array=toposort;let isObject$3=e=>"[object Object]"===Object.prototype.toString.call(e);function unknown(e,t){let r=Object.keys(e.fields);return Object.keys(t).filter((e=>-1===r.indexOf(e)))}const defaultSort=sortByKeyOrder([]);class ObjectSchema extends BaseSchema{constructor(e){super({type:"object"}),this.fields=Object.create(null),this._sortErrors=defaultSort,this._nodes=[],this._excludedEdges=[],this.withMutation((()=>{this.transform((function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e=null}return this.isType(e)?e:null})),e&&this.shape(e)}))}_typeCheck(e){return isObject$3(e)||"function"==typeof e}_cast(e,t={}){var r;let n=super._cast(e,t);if(void 0===n)return this.getDefault();if(!this._typeCheck(n))return n;let i=this.fields,a=null!=(r=t.stripUnknown)?r:this.spec.noUnknown,o=this._nodes.concat(Object.keys(n).filter((e=>-1===this._nodes.indexOf(e)))),s={},u=_extends$1({},t,{parent:s,__validating:t.__validating||!1}),l=!1;for(const e of o){let r=i[e],o=has_1(n,e);if(r){let i,a=n[e];u.path=(t.path?`${t.path}.`:"")+e,r=r.resolve({value:a,context:t.context,parent:s});let o="spec"in r?r.spec:void 0,c=null==o?void 0:o.strict;if(null==o?void 0:o.strip){l=l||e in n;continue}i=t.__validating&&c?n[e]:r.cast(n[e],u),void 0!==i&&(s[e]=i)}else o&&!a&&(s[e]=n[e]);s[e]!==n[e]&&(l=!0)}return l?s:n}_validate(e,t={},r){let n=[],{sync:i,from:a=[],originalValue:o=e,abortEarly:s=this.spec.abortEarly,recursive:u=this.spec.recursive}=t;a=[{schema:this,value:o},...a],t.__validating=!0,t.originalValue=o,t.from=a,super._validate(e,t,((e,l)=>{if(e){if(!ValidationError.isError(e)||s)return void r(e,l);n.push(e)}if(!u||!isObject$3(l))return void r(n[0]||null,l);o=o||l;let c=this._nodes.map((e=>(r,n)=>{let i=-1===e.indexOf(".")?(t.path?`${t.path}.`:"")+e:`${t.path||""}["${e}"]`,s=this.fields[e];s&&"validate"in s?s.validate(l[e],_extends$1({},t,{path:i,from:a,strict:!0,parent:l,originalValue:o[e]}),n):n(null)}));runTests({sync:i,tests:c,value:l,errors:n,endEarly:s,sort:this._sortErrors,path:t.path},r)}))}clone(e){const t=super.clone(e);return t.fields=_extends$1({},this.fields),t._nodes=this._nodes,t._excludedEdges=this._excludedEdges,t._sortErrors=this._sortErrors,t}concat(e){let t=super.concat(e),r=t.fields;for(let[e,t]of Object.entries(this.fields)){const n=r[e];void 0===n?r[e]=t:n instanceof BaseSchema&&t instanceof BaseSchema&&(r[e]=t.concat(n))}return t.withMutation((()=>t.shape(r,this._excludedEdges)))}getDefaultFromShape(){let e={};return this._nodes.forEach((t=>{const r=this.fields[t];e[t]="default"in r?r.getDefault():void 0})),e}_getDefault(){return"default"in this.spec?super._getDefault():this._nodes.length?this.getDefaultFromShape():void 0}shape(e,t=[]){let r=this.clone(),n=Object.assign(r.fields,e);return r.fields=n,r._sortErrors=sortByKeyOrder(Object.keys(n)),t.length&&(Array.isArray(t[0])||(t=[t]),r._excludedEdges=[...r._excludedEdges,...t]),r._nodes=sortFields(n,r._excludedEdges),r}pick(e){const t={};for(const r of e)this.fields[r]&&(t[r]=this.fields[r]);return this.clone().withMutation((e=>(e.fields={},e.shape(t))))}omit(e){const t=this.clone(),r=t.fields;t.fields={};for(const t of e)delete r[t];return t.withMutation((()=>t.shape(r)))}from(e,t,r){let n=propertyExpr.getter(e,!0);return this.transform((i=>{if(null==i)return i;let a=i;return has_1(i,e)&&(a=_extends$1({},i),r||delete a[e],a[t]=n(i)),a}))}noUnknown(e=!0,t=object.noUnknown){"string"==typeof e&&(t=e,e=!0);let r=this.test({name:"noUnknown",exclusive:!0,message:t,test(t){if(null==t)return!0;const r=unknown(this.schema,t);return!e||0===r.length||this.createError({params:{unknown:r.join(", ")}})}});return r.spec.noUnknown=e,r}unknown(e=!0,t=object.noUnknown){return this.noUnknown(!e,t)}transformKeys(e){return this.transform((t=>t&&mapKeys_1(t,((t,r)=>e(r)))))}camelCase(){return this.transformKeys(camelCase_1)}snakeCase(){return this.transformKeys(snakeCase_1)}constantCase(){return this.transformKeys((e=>snakeCase_1(e).toUpperCase()))}describe(){let e=super.describe();return e.fields=mapValues_1(this.fields,(e=>e.describe())),e}}function create$3(e){return new ObjectSchema(e)}function _extends(){return _extends=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_extends.apply(this,arguments)}function create$2(e){return new ArraySchema(e)}create$3.prototype=ObjectSchema.prototype;class ArraySchema extends BaseSchema{constructor(e){super({type:"array"}),this.innerType=void 0,this.innerType=e,this.withMutation((()=>{this.transform((function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(t){e=null}return this.isType(e)?e:null}))}))}_typeCheck(e){return Array.isArray(e)}get _subType(){return this.innerType}_cast(e,t){const r=super._cast(e,t);if(!this._typeCheck(r)||!this.innerType)return r;let n=!1;const i=r.map(((e,r)=>{const i=this.innerType.cast(e,_extends({},t,{path:`${t.path||""}[${r}]`}));return i!==e&&(n=!0),i}));return n?i:r}_validate(e,t={},r){var n,i;let a=[],o=t.sync,s=t.path,u=this.innerType,l=null!=(n=t.abortEarly)?n:this.spec.abortEarly,c=null!=(i=t.recursive)?i:this.spec.recursive,d=null!=t.originalValue?t.originalValue:e;super._validate(e,t,((e,n)=>{if(e){if(!ValidationError.isError(e)||l)return void r(e,n);a.push(e)}if(!c||!u||!this._typeCheck(n))return void r(a[0]||null,n);d=d||n;let i=new Array(n.length);for(let e=0;e<n.length;e++){let r=n[e],a=`${t.path||""}[${e}]`,o=_extends({},t,{path:a,strict:!0,parent:n,index:e,originalValue:d[e]});i[e]=(e,t)=>u.validate(r,o,t)}runTests({sync:o,path:s,value:n,errors:a,endEarly:l,tests:i},r)}))}clone(e){const t=super.clone(e);return t.innerType=this.innerType,t}concat(e){let t=super.concat(e);return t.innerType=this.innerType,e.innerType&&(t.innerType=t.innerType?t.innerType.concat(e.innerType):e.innerType),t}of(e){let t=this.clone();if(!isSchema(e))throw new TypeError("`array.of()` sub-schema must be a valid yup schema not: "+printValue(e));return t.innerType=e,t}length(e,t=array.length){return this.test({message:t,name:"length",exclusive:!0,params:{length:e},test(t){return isAbsent(t)||t.length===this.resolve(e)}})}min(e,t){return t=t||array.min,this.test({message:t,name:"min",exclusive:!0,params:{min:e},test(t){return isAbsent(t)||t.length>=this.resolve(e)}})}max(e,t){return t=t||array.max,this.test({message:t,name:"max",exclusive:!0,params:{max:e},test(t){return isAbsent(t)||t.length<=this.resolve(e)}})}ensure(){return this.default((()=>[])).transform(((e,t)=>this._typeCheck(e)?e:null==t?[]:[].concat(t)))}compact(e){let t=e?(t,r,n)=>!e(t,r,n):e=>!!e;return this.transform((e=>null!=e?e.filter(t):e))}describe(){let e=super.describe();return this.innerType&&(e.innerType=this.innerType.describe()),e}nullable(e=!0){return super.nullable(e)}defined(){return super.defined()}required(e){return super.required(e)}}function create$1(e){return new Lazy(e)}create$2.prototype=ArraySchema.prototype;class Lazy{constructor(e){this.type="lazy",this.__isYupSchema__=!0,this.__inputType=void 0,this.__outputType=void 0,this._resolve=(e,t={})=>{let r=this.builder(e,t);if(!isSchema(r))throw new TypeError("lazy() functions must return a valid schema");return r.resolve(t)},this.builder=e}resolve(e){return this._resolve(e.value,e)}cast(e,t){return this._resolve(e,t).cast(e,t)}validate(e,t,r){return this._resolve(e,t).validate(e,t,r)}validateSync(e,t){return this._resolve(e,t).validateSync(e,t)}validateAt(e,t,r){return this._resolve(t,r).validateAt(e,t,r)}validateSyncAt(e,t,r){return this._resolve(t,r).validateSyncAt(e,t,r)}describe(){return null}isValid(e,t){return this._resolve(e,t).isValid(e,t)}isValidSync(e,t){return this._resolve(e,t).isValidSync(e,t)}}function setLocale(e){Object.keys(e).forEach((t=>{Object.keys(e[t]).forEach((r=>{locale[t][r]=e[t][r]}))}))}function addMethod(e,t,r){if(!e||!isSchema(e.prototype))throw new TypeError("You must provide a yup schema constructor function");if("string"!=typeof t)throw new TypeError("A Method name must be provided");if("function"!=typeof r)throw new TypeError("Method function must be provided");e.prototype[t]=r}var Yup=Object.freeze({__proto__:null,mixed:create$8,bool:create$7,boolean:create$7,string:create$6,number:create$5,date:create$4,object:create$3,array:create$2,ref:create$9,lazy:create$1,reach:reach,isSchema:isSchema,addMethod:addMethod,setLocale:setLocale,ValidationError:ValidationError,BaseSchema:BaseSchema,MixedSchema:Mixed,BooleanSchema:BooleanSchema,StringSchema:StringSchema,NumberSchema:NumberSchema,DateSchema:DateSchema,ObjectSchema:ObjectSchema,ArraySchema:ArraySchema});const YUP_CONDITIONS=["required","length","min","max","matches","email","url","uuid","positive","negative","integer","lessThan","moreThan","when","filled","empty","equals","notEquals","includes","excludes","uinfin","equalsField"];var YupHelper;!function(e){const t=[];e.buildSchema=t=>{const n={},i=r(t);return Object.keys(i).forEach((r=>{const{schema:i,validationRules:a}=t[r];n[r]=e.buildFieldSchema(i,a)})),create$3().shape(n)};const r=e=>{const t={...e};return Object.entries(t).forEach((([e,{validationRules:r}])=>{const n=r?.filter((e=>!("when"in e)))||[],i=r?.filter((e=>"when"in e)).map((e=>{const r={...e};return Object.keys(r.when).forEach((e=>{r.when[e]={...r.when[e],yupSchema:t[e].schema}})),r}))||[];t[e].validationRules=[...n,...i]})),t};e.buildFieldSchema=(r,n)=>{const i=n.filter((e=>YUP_CONDITIONS.includes(Object.keys(e)[0])||t.includes(Object.keys(e)[0])));return e.mapRules(r,i)},e.mapSchemaType=e=>{switch(e){case"string":return create$6().typeError("Only string values are allowed");case"number":return create$5().typeError("Only number values are allowed");case"boolean":return create$7().typeError("Only boolean values are allowed");case"array":return create$2().typeError("Only array values are allowed");case"object":return create$3().typeError("Only object values are allowed");default:return create$8()}},e.mapRules=(r,n)=>(n.forEach((n=>{const i=Object.keys(n).filter((e=>YUP_CONDITIONS.includes(e)))?.[0];switch(!0){case n.required:r=r.required(n.errorMessage||"This field is required");break;case!!n.email:case!!n.url:case!!n.uuid:case!!n.positive:case!!n.negative:case!!n.integer:try{r=r[i](n.errorMessage)}catch(e){console.warn(`error applying "${i}" condition to ${r.type} schema`)}break;case n.length>0:case n.min>0:case n.max>0:case!!n.lessThan:case!!n.moreThan:try{r=r[i](n[i],n.errorMessage)}catch(e){console.warn(`error applying "${i}" condition to ${r.type} schema`)}break;case!!n.matches:{const e=n.matches.match(/\/(.*)\/([a-z]+)?/);try{r=r.matches(new RegExp(e[1],e[2]),n.errorMessage)}catch(e){console.warn(`error applying "${i}" condition to ${r.type} schema`)}}break;case!!n.when:Object.keys(n.when).forEach((t=>{const i=n.when[t].is,a=e.mapRules(e.mapSchemaType(r.type),n.when[t].then),o=n.when[t].otherwise&&e.mapRules(e.mapSchemaType(r.type),n.when[t].otherwise);r=Array.isArray(i)&&i.every((e=>"object"==typeof e))?r.when(t,(r=>{const s=e.mapRules(n.when[t].yupSchema.clone(),i);let u=!1;try{s.validateSync(r),u=!0}catch(e){}return u?a:o})):r.when(t,{is:i,then:a,otherwise:o})}))}const a=Object.keys(n).filter((e=>t.includes(e)))?.[0];a&&(r=r[a](n[a],n.errorMessage))})),r),e.addCondition=(e,r,n)=>{t.includes(r)?console.warn(`the validation condition "${r}" is not added because it already exists!`):(t.push(r),addMethod(Yup[e],r,(function(e,t){return this.test({name:r,message:t,test:(t,r)=>n(t,e,r)})})))}}(YupHelper||(YupHelper={}));var baseIsEqual=_baseIsEqual;function isEqual(e,t){return baseIsEqual(e,t)}var isEqual_1=isEqual;function isNil(e){return null==e}var isNil_1=isNil,baseGetTag$1=_baseGetTag,isObjectLike$2=isObjectLike_1,numberTag="[object Number]";function isNumber(e){return"number"==typeof e||isObjectLike$2(e)&&baseGetTag$1(e)==numberTag}var isNumber_1=isNumber,EUinfinType;!function(e){e.LOCAL_S_PREFIX="S",e.LOCAL_T_PREFIX="T",e.FOREIGN_F_PREFIX="F",e.FOREIGN_G_PREFIX="G",e.FOREIGN_M_PREFIX="M"}(EUinfinType||(EUinfinType={}));const DIGIT_WEIGHTS=[2,7,6,5,4,3,2],LOCAL_SUFFIX_CHAR_MAP=["J","Z","I","H","G","F","E","D","C","B","A"],FOREIGN_SUFFIX_CHAR_MAP=["X","W","U","T","R","Q","P","N","M","L","K"],FOREIGN_M_SUFFIX_CHAR_MAP=["X","W","U","T","R","Q","P","N","J","L","K"];function validateUinfin(e){if("string"==typeof e){const t=checkUinfinPattern(e),r=e.charAt(8)===getUinfinChecksum(e);return t&&r}return!1}function checkUinfinPattern(e){return/^[STFGM]\d{7}[A-Z]$/.test(e)}function getUinfinChecksum(e){let t=0;for(let r=0;r<7;++r)t+=Number(e.charAt(r+1))*DIGIT_WEIGHTS[r];const r=e.charAt(0);let n;return r!==EUinfinType.LOCAL_T_PREFIX&&r!==EUinfinType.FOREIGN_G_PREFIX||(t+=4),r===EUinfinType.FOREIGN_M_PREFIX&&(t+=3),n=r===EUinfinType.LOCAL_S_PREFIX||r===EUinfinType.LOCAL_T_PREFIX?LOCAL_SUFFIX_CHAR_MAP[t%11]:r===EUinfinType.FOREIGN_M_PREFIX?FOREIGN_M_SUFFIX_CHAR_MAP[t%11]:FOREIGN_SUFFIX_CHAR_MAP[t%11],n}YupHelper.addCondition("string","uinfin",(e=>validateUinfin(e)));const isEmptyValue=e=>isNumber_1(e)?isNil_1(e):isEmpty_1(e);YupHelper.addCondition("mixed","filled",(e=>!isEmptyValue(e))),YupHelper.addCondition("mixed","empty",(e=>isEmptyValue(e))),YupHelper.addCondition("mixed","equals",((e,t)=>!isEmptyValue(e)&&isEqual_1(e,t))),YupHelper.addCondition("mixed","notEquals",((e,t)=>!isEmptyValue(e)&&!isEqual_1(e,t))),YupHelper.addCondition("array","includes",((e,t)=>Array.isArray(t)?t.filter((t=>e.includes(t))).length===t.length:e.includes(t))),YupHelper.addCondition("array","excludes",((e,t)=>Array.isArray(t)?e.length&&0===t.filter((t=>e.includes(t))).length:!e.includes(t))),YupHelper.addCondition("mixed","equalsField",((e,t,r)=>"object"==typeof e&&Array.isArray(e)&&Array.isArray(r.parent[`${t}`])?isEqual_1(e?.sort(),r.parent[`${t}`]?.sort()):isEqual_1(e,r.parent[`${t}`])));const useValidationConfig=()=>{const{formValidationConfig:e,setFormValidationConfig:t}=useContext(YupContext);return{formValidationConfig:e,setFieldValidationConfig:(e,r,n=[])=>{t((t=>({...t,[e]:{schema:r,validationRules:n}})))},removeFieldValidationConfig:e=>t((t=>{const r={...t};return delete r[e],r}))}},useValidationSchema=()=>{const{formValidationConfig:e}=useContext(YupContext),[t,r]=useState(),[n,i]=useState(),[a,o]=useState({});useEffect((()=>{if(e){let t={},n={};Object.entries(e).forEach((([e,r])=>{if(!r.validationRules||0===r.validationRules.length)return void(t=ObjectHelper.upsert(t,e,{schema:r.schema,validationRules:[]}));const i=r.validationRules.filter((({soft:e})=>e)),a=r.validationRules.filter((({soft:e})=>!e));i.length&&(n=ObjectHelper.upsert(n,e,{schema:r.schema,validationRules:i})),a.length&&(t=ObjectHelper.upsert(t,e,{schema:r.schema,validationRules:a}))})),i(YupHelper.buildSchema(n)),r(YupHelper.buildSchema(t))}}),[e]);return{warnings:a,softValidationSchema:n,hardValidationSchema:t,performSoftValidation:(e,t)=>{try{e.validateSync(t,{abortEarly:!1}),o({})}catch(e){const t=e;if(isEmpty_1(t))return;const r=t.inner.reduce(((e,t)=>(e[t.path]=t.message,e)),{});o(r)}}}},ChipButton=styled.button`
194
+ background-color: ${Color.Neutral[8]};
195
+ border: 1px solid ${Color.Neutral[5]};
196
+ border-radius: 1rem;
197
+ display: inline-block;
198
+ padding: 0.063rem 0.438rem;
199
+
200
+ :hover {
201
+ box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
202
+ cursor: ${e=>e.disabled?"not-allowed":"pointer"};
203
+ }
204
+
205
+ :focus-visible {
206
+ outline: none;
207
+ box-shadow: 0 0 0 1px #024fa9;
208
+ }
209
+
210
+ ${e=>{if(e.isActive)return css`
211
+ background-color: ${Color.Neutral[4](e)};
212
+
213
+ ${ChipText} {
214
+ color: ${Color.Neutral[7](e)};
215
+ }
216
+ `}}
217
+ `,ChipText=styled(Text$2.XSmall)``,Chip=({children:e,...t})=>jsx(ChipButton,{type:"button","aria-pressed":t?.isActive,...t,children:jsx(Text$2.XSmall,{weight:"semibold",children:e})});var propTypes={exports:{}},reactIs={exports:{}},reactIs_production_min={},hasRequiredReactIs_production_min;function requireReactIs_production_min(){if(hasRequiredReactIs_production_min)return reactIs_production_min;hasRequiredReactIs_production_min=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,f=e?Symbol.for("react.memo"):60115,p=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,_=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function E(e){if("object"==typeof e&&null!==e){var h=e.$$typeof;switch(h){case t:switch(e=e.type){case u:case l:case n:case a:case i:case d:return e;default:switch(e=e&&e.$$typeof){case s:case c:case p:case f:case o:return e;default:return h}}case r:return h}}}function b(e){return E(e)===l}return reactIs_production_min.AsyncMode=u,reactIs_production_min.ConcurrentMode=l,reactIs_production_min.ContextConsumer=s,reactIs_production_min.ContextProvider=o,reactIs_production_min.Element=t,reactIs_production_min.ForwardRef=c,reactIs_production_min.Fragment=n,reactIs_production_min.Lazy=p,reactIs_production_min.Memo=f,reactIs_production_min.Portal=r,reactIs_production_min.Profiler=a,reactIs_production_min.StrictMode=i,reactIs_production_min.Suspense=d,reactIs_production_min.isAsyncMode=function(e){return b(e)||E(e)===u},reactIs_production_min.isConcurrentMode=b,reactIs_production_min.isContextConsumer=function(e){return E(e)===s},reactIs_production_min.isContextProvider=function(e){return E(e)===o},reactIs_production_min.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},reactIs_production_min.isForwardRef=function(e){return E(e)===c},reactIs_production_min.isFragment=function(e){return E(e)===n},reactIs_production_min.isLazy=function(e){return E(e)===p},reactIs_production_min.isMemo=function(e){return E(e)===f},reactIs_production_min.isPortal=function(e){return E(e)===r},reactIs_production_min.isProfiler=function(e){return E(e)===a},reactIs_production_min.isStrictMode=function(e){return E(e)===i},reactIs_production_min.isSuspense=function(e){return E(e)===d},reactIs_production_min.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===l||e===a||e===i||e===d||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===p||e.$$typeof===f||e.$$typeof===o||e.$$typeof===s||e.$$typeof===c||e.$$typeof===_||e.$$typeof===g||e.$$typeof===y||e.$$typeof===m)},reactIs_production_min.typeOf=E,reactIs_production_min}var reactIs_development={},hasRequiredReactIs_development,hasRequiredReactIs,objectAssign,hasRequiredObjectAssign,ReactPropTypesSecret_1,hasRequiredReactPropTypesSecret,has$1,hasRequiredHas,checkPropTypes_1,hasRequiredCheckPropTypes,factoryWithTypeCheckers,hasRequiredFactoryWithTypeCheckers,factoryWithThrowingShims,hasRequiredFactoryWithThrowingShims;
218
+ /** @license React v16.13.1
219
+ * react-is.development.js
220
+ *
221
+ * Copyright (c) Facebook, Inc. and its affiliates.
222
+ *
223
+ * This source code is licensed under the MIT license found in the
224
+ * LICENSE file in the root directory of this source tree.
225
+ */function requireReactIs_development(){return hasRequiredReactIs_development||(hasRequiredReactIs_development=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,r=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,i=e?Symbol.for("react.strict_mode"):60108,a=e?Symbol.for("react.profiler"):60114,o=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,u=e?Symbol.for("react.async_mode"):60111,l=e?Symbol.for("react.concurrent_mode"):60111,c=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,h=e?Symbol.for("react.suspense_list"):60120,f=e?Symbol.for("react.memo"):60115,p=e?Symbol.for("react.lazy"):60116,m=e?Symbol.for("react.block"):60121,_=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,y=e?Symbol.for("react.scope"):60119;function E(e){if("object"==typeof e&&null!==e){var h=e.$$typeof;switch(h){case t:var m=e.type;switch(m){case u:case l:case n:case a:case i:case d:return m;default:var _=m&&m.$$typeof;switch(_){case s:case c:case p:case f:case o:return _;default:return h}}case r:return h}}}var b=u,v=l,T=s,S=o,A=t,C=c,M=n,N=p,$=f,O=r,w=a,D=i,L=d,I=!1;function x(e){return E(e)===l}reactIs_development.AsyncMode=b,reactIs_development.ConcurrentMode=v,reactIs_development.ContextConsumer=T,reactIs_development.ContextProvider=S,reactIs_development.Element=A,reactIs_development.ForwardRef=C,reactIs_development.Fragment=M,reactIs_development.Lazy=N,reactIs_development.Memo=$,reactIs_development.Portal=O,reactIs_development.Profiler=w,reactIs_development.StrictMode=D,reactIs_development.Suspense=L,reactIs_development.isAsyncMode=function(e){return I||(I=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),x(e)||E(e)===u},reactIs_development.isConcurrentMode=x,reactIs_development.isContextConsumer=function(e){return E(e)===s},reactIs_development.isContextProvider=function(e){return E(e)===o},reactIs_development.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},reactIs_development.isForwardRef=function(e){return E(e)===c},reactIs_development.isFragment=function(e){return E(e)===n},reactIs_development.isLazy=function(e){return E(e)===p},reactIs_development.isMemo=function(e){return E(e)===f},reactIs_development.isPortal=function(e){return E(e)===r},reactIs_development.isProfiler=function(e){return E(e)===a},reactIs_development.isStrictMode=function(e){return E(e)===i},reactIs_development.isSuspense=function(e){return E(e)===d},reactIs_development.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===l||e===a||e===i||e===d||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===p||e.$$typeof===f||e.$$typeof===o||e.$$typeof===s||e.$$typeof===c||e.$$typeof===_||e.$$typeof===g||e.$$typeof===y||e.$$typeof===m)},reactIs_development.typeOf=E}()),reactIs_development}function requireReactIs(){return hasRequiredReactIs||(hasRequiredReactIs=1,function(e){"production"===process.env.NODE_ENV?e.exports=requireReactIs_production_min():e.exports=requireReactIs_development()}(reactIs)),reactIs.exports}
226
+ /*
227
+ object-assign
228
+ (c) Sindre Sorhus
229
+ @license MIT
230
+ */function requireObjectAssign(){if(hasRequiredObjectAssign)return objectAssign;hasRequiredObjectAssign=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;return objectAssign=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(n,i){for(var a,o,s=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(n),u=1;u<arguments.length;u++){for(var l in a=Object(arguments[u]))t.call(a,l)&&(s[l]=a[l]);if(e){o=e(a);for(var c=0;c<o.length;c++)r.call(a,o[c])&&(s[o[c]]=a[o[c]])}}return s},objectAssign}function requireReactPropTypesSecret(){if(hasRequiredReactPropTypesSecret)return ReactPropTypesSecret_1;hasRequiredReactPropTypesSecret=1;return ReactPropTypesSecret_1="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function requireHas(){return hasRequiredHas?has$1:(hasRequiredHas=1,has$1=Function.call.bind(Object.prototype.hasOwnProperty))}function requireCheckPropTypes(){if(hasRequiredCheckPropTypes)return checkPropTypes_1;hasRequiredCheckPropTypes=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=requireReactPropTypesSecret(),r={},n=requireHas();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function i(i,a,o,s,u){if("production"!==process.env.NODE_ENV)for(var l in i)if(n(i,l)){var c;try{if("function"!=typeof i[l]){var d=Error((s||"React class")+": "+o+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw d.name="Invariant Violation",d}c=i[l](a,l,s,o,null,t)}catch(e){c=e}if(!c||c instanceof Error||e((s||"React class")+": type specification of "+o+" `"+l+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof c+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),c instanceof Error&&!(c.message in r)){r[c.message]=!0;var h=u?u():"";e("Failed "+o+" type: "+c.message+(null!=h?h:""))}}}return i.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(r={})},checkPropTypes_1=i}function requireFactoryWithTypeCheckers(){if(hasRequiredFactoryWithTypeCheckers)return factoryWithTypeCheckers;hasRequiredFactoryWithTypeCheckers=1;var e=requireReactIs(),t=requireObjectAssign(),r=requireReactPropTypesSecret(),n=requireHas(),i=requireCheckPropTypes(),a=function(){};function o(){return null}return"production"!==process.env.NODE_ENV&&(a=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),factoryWithTypeCheckers=function(s,u){var l="function"==typeof Symbol&&Symbol.iterator,c="@@iterator";var d="<<anonymous>>",h={array:_("array"),bigint:_("bigint"),bool:_("boolean"),func:_("function"),number:_("number"),object:_("object"),string:_("string"),symbol:_("symbol"),any:m(o),arrayOf:function(e){return m((function(t,n,i,a,o){if("function"!=typeof e)return new p("Property `"+o+"` of component `"+i+"` has invalid PropType notation inside arrayOf.");var s=t[n];if(!Array.isArray(s))return new p("Invalid "+a+" `"+o+"` of type `"+E(s)+"` supplied to `"+i+"`, expected an array.");for(var u=0;u<s.length;u++){var l=e(s,u,i,a,o+"["+u+"]",r);if(l instanceof Error)return l}return null}))},element:m((function(e,t,r,n,i){var a=e[t];return s(a)?null:new p("Invalid "+n+" `"+i+"` of type `"+E(a)+"` supplied to `"+r+"`, expected a single ReactElement.")})),elementType:m((function(t,r,n,i,a){var o=t[r];return e.isValidElementType(o)?null:new p("Invalid "+i+" `"+a+"` of type `"+E(o)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(e){return m((function(t,r,n,i,a){if(!(t[r]instanceof e)){var o=e.name||d;return new p("Invalid "+i+" `"+a+"` of type `"+(((s=t[r]).constructor&&s.constructor.name?s.constructor.name:d)+"` supplied to `")+n+"`, expected instance of `"+o+"`.")}var s;return null}))},node:m((function(e,t,r,n,i){return y(e[t])?null:new p("Invalid "+n+" `"+i+"` supplied to `"+r+"`, expected a ReactNode.")})),objectOf:function(e){return m((function(t,i,a,o,s){if("function"!=typeof e)return new p("Property `"+s+"` of component `"+a+"` has invalid PropType notation inside objectOf.");var u=t[i],l=E(u);if("object"!==l)return new p("Invalid "+o+" `"+s+"` of type `"+l+"` supplied to `"+a+"`, expected an object.");for(var c in u)if(n(u,c)){var d=e(u,c,a,o,s+"."+c,r);if(d instanceof Error)return d}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),o;return m((function(t,r,n,i,a){for(var o=t[r],s=0;s<e.length;s++)if(f(o,e[s]))return null;var u=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new p("Invalid "+i+" `"+a+"` of value `"+String(o)+"` supplied to `"+n+"`, expected one of "+u+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&a("Invalid argument supplied to oneOfType, expected an instance of array."),o;for(var t=0;t<e.length;t++){var i=e[t];if("function"!=typeof i)return a("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+v(i)+" at index "+t+"."),o}return m((function(t,i,a,o,s){for(var u=[],l=0;l<e.length;l++){var c=(0,e[l])(t,i,a,o,s,r);if(null==c)return null;c.data&&n(c.data,"expectedType")&&u.push(c.data.expectedType)}return new p("Invalid "+o+" `"+s+"` supplied to `"+a+"`"+(u.length>0?", expected one of type ["+u.join(", ")+"]":"")+".")}))},shape:function(e){return m((function(t,n,i,a,o){var s=t[n],u=E(s);if("object"!==u)return new p("Invalid "+a+" `"+o+"` of type `"+u+"` supplied to `"+i+"`, expected `object`.");for(var l in e){var c=e[l];if("function"!=typeof c)return g(i,a,o,l,b(c));var d=c(s,l,i,a,o+"."+l,r);if(d)return d}return null}))},exact:function(e){return m((function(i,a,o,s,u){var l=i[a],c=E(l);if("object"!==c)return new p("Invalid "+s+" `"+u+"` of type `"+c+"` supplied to `"+o+"`, expected `object`.");var d=t({},i[a],e);for(var h in d){var f=e[h];if(n(e,h)&&"function"!=typeof f)return g(o,s,u,h,b(f));if(!f)return new p("Invalid "+s+" `"+u+"` key `"+h+"` supplied to `"+o+"`.\nBad object: "+JSON.stringify(i[a],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var m=f(l,h,o,s,u+"."+h,r);if(m)return m}return null}))}};function f(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function p(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function m(e){if("production"!==process.env.NODE_ENV)var t={},n=0;function i(i,o,s,l,c,h,f){if(l=l||d,h=h||s,f!==r){if(u){var m=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw m.name="Invariant Violation",m}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var _=l+":"+s;!t[_]&&n<3&&(a("You are manually calling a React.PropTypes validation function for the `"+h+"` prop on `"+l+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[_]=!0,n++)}}return null==o[s]?i?null===o[s]?new p("The "+c+" `"+h+"` is marked as required in `"+l+"`, but its value is `null`."):new p("The "+c+" `"+h+"` is marked as required in `"+l+"`, but its value is `undefined`."):null:e(o,s,l,c,h)}var o=i.bind(null,!1);return o.isRequired=i.bind(null,!0),o}function _(e){return m((function(t,r,n,i,a,o){var s=t[r];return E(s)!==e?new p("Invalid "+i+" `"+a+"` of type `"+b(s)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null}))}function g(e,t,r,n,i){return new p((e||"React class")+": "+t+" type `"+r+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+i+"`.")}function y(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(y);if(null===e||s(e))return!0;var t=function(e){var t=e&&(l&&e[l]||e[c]);if("function"==typeof t)return t}(e);if(!t)return!1;var r,n=t.call(e);if(t!==e.entries){for(;!(r=n.next()).done;)if(!y(r.value))return!1}else for(;!(r=n.next()).done;){var i=r.value;if(i&&!y(i[1]))return!1}return!0;default:return!1}}function E(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=E(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function v(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return p.prototype=Error.prototype,h.checkPropTypes=i,h.resetWarningCache=i.resetWarningCache,h.PropTypes=h,h},factoryWithTypeCheckers}function requireFactoryWithThrowingShims(){if(hasRequiredFactoryWithThrowingShims)return factoryWithThrowingShims;hasRequiredFactoryWithThrowingShims=1;var e=requireReactPropTypesSecret();function t(){}function r(){}return r.resetWarningCache=t,factoryWithThrowingShims=function(){function n(t,r,n,i,a,o){if(o!==e){var s=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw s.name="Invariant Violation",s}}function i(){return n}n.isRequired=n;var a={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:i,element:n,elementType:n,instanceOf:i,node:n,objectOf:i,oneOf:i,oneOfType:i,shape:i,exact:i,checkPropTypes:r,resetWarningCache:t};return a.PropTypes=a,a}}if("production"!==process.env.NODE_ENV){var ReactIs=requireReactIs(),throwOnDirectAccess=!0;propTypes.exports=requireFactoryWithTypeCheckers()(ReactIs.isElement,throwOnDirectAccess)}else propTypes.exports=requireFactoryWithThrowingShims()();function __awaiter(e,t,r,n){return new(r||(r=Promise))((function(i,a){function o(e){try{u(n.next(e))}catch(e){a(e)}}function s(e){try{u(n.throw(e))}catch(e){a(e)}}function u(e){var t;e.done?i(e.value):(t=e.value,t instanceof r?t:new r((function(e){e(t)}))).then(o,s)}u((n=n.apply(e,t||[])).next())}))}function __generator(e,t){var r,n,i,a,o={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]};return a={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(u){return function(s){if(r)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(o=0)),o;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return o.label++,{value:s[1],done:!1};case 5:o.label++,n=s[1],s=[0];continue;case 7:s=o.ops.pop(),o.trys.pop();continue;default:if(!(i=o.trys,(i=i.length>0&&i[i.length-1])||6!==s[0]&&2!==s[0])){o=0;continue}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){o.label=s[1];break}if(6===s[0]&&o.label<i[1]){o.label=i[1],i=s;break}if(i&&o.label<i[2]){o.label=i[2],o.ops.push(s);break}i[2]&&o.ops.pop(),o.trys.pop();continue}s=t.call(e,o)}catch(e){s=[6,e],n=0}finally{r=i=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,u])}}}function __read(e,t){var r="function"==typeof Symbol&&e[Symbol.iterator];if(!r)return e;var n,i,a=r.call(e),o=[];try{for(;(void 0===t||t-- >0)&&!(n=a.next()).done;)o.push(n.value)}catch(e){i={error:e}}finally{try{n&&!n.done&&(r=a.return)&&r.call(a)}finally{if(i)throw i.error}}return o}function __spreadArray(e,t,r){if(r||2===arguments.length)for(var n,i=0,a=t.length;i<a;i++)!n&&i in t||(n||(n=Array.prototype.slice.call(t,0,i)),n[i]=t[i]);return e.concat(n||Array.prototype.slice.call(t))}var COMMON_MIME_TYPES=new Map([["aac","audio/aac"],["abw","application/x-abiword"],["arc","application/x-freearc"],["avif","image/avif"],["avi","video/x-msvideo"],["azw","application/vnd.amazon.ebook"],["bin","application/octet-stream"],["bmp","image/bmp"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["cda","application/x-cdf"],["csh","application/x-csh"],["css","text/css"],["csv","text/csv"],["doc","application/msword"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["eot","application/vnd.ms-fontobject"],["epub","application/epub+zip"],["gz","application/gzip"],["gif","image/gif"],["heic","image/heic"],["heif","image/heif"],["htm","text/html"],["html","text/html"],["ico","image/vnd.microsoft.icon"],["ics","text/calendar"],["jar","application/java-archive"],["jpeg","image/jpeg"],["jpg","image/jpeg"],["js","text/javascript"],["json","application/json"],["jsonld","application/ld+json"],["mid","audio/midi"],["midi","audio/midi"],["mjs","text/javascript"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mpeg","video/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["opus","audio/opus"],["otf","font/otf"],["png","image/png"],["pdf","application/pdf"],["php","application/x-httpd-php"],["ppt","application/vnd.ms-powerpoint"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["rar","application/vnd.rar"],["rtf","application/rtf"],["sh","application/x-sh"],["svg","image/svg+xml"],["swf","application/x-shockwave-flash"],["tar","application/x-tar"],["tif","image/tiff"],["tiff","image/tiff"],["ts","video/mp2t"],["ttf","font/ttf"],["txt","text/plain"],["vsd","application/vnd.visio"],["wav","audio/wav"],["weba","audio/webm"],["webm","video/webm"],["webp","image/webp"],["woff","font/woff"],["woff2","font/woff2"],["xhtml","application/xhtml+xml"],["xls","application/vnd.ms-excel"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xml","application/xml"],["xul","application/vnd.mozilla.xul+xml"],["zip","application/zip"],["7z","application/x-7z-compressed"],["mkv","video/x-matroska"],["mov","video/quicktime"],["msg","application/vnd.ms-outlook"]]);function toFileWithPath(e,t){var r=withMimeType(e);if("string"!=typeof r.path){var n=e.webkitRelativePath;Object.defineProperty(r,"path",{value:"string"==typeof t?t:"string"==typeof n&&n.length>0?n:e.name,writable:!1,configurable:!1,enumerable:!0})}return r}function withMimeType(e){var t=e.name;if(t&&-1!==t.lastIndexOf(".")&&!e.type){var r=t.split(".").pop().toLowerCase(),n=COMMON_MIME_TYPES.get(r);n&&Object.defineProperty(e,"type",{value:n,writable:!1,configurable:!1,enumerable:!0})}return e}var FILES_TO_IGNORE=[".DS_Store","Thumbs.db"];function fromEvent(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return isObject$2(e)&&isDataTransfer(e.dataTransfer)?[2,getDataTransferFiles(e.dataTransfer,e.type)]:isChangeEvt(e)?[2,getInputFiles(e)]:Array.isArray(e)&&e.every((function(e){return"getFile"in e&&"function"==typeof e.getFile}))?[2,getFsHandleFiles(e)]:[2,[]]}))}))}function isDataTransfer(e){return isObject$2(e)}function isChangeEvt(e){return isObject$2(e)&&isObject$2(e.target)}function isObject$2(e){return"object"==typeof e&&null!==e}function getInputFiles(e){return fromList(e.target.files).map((function(e){return toFileWithPath(e)}))}function getFsHandleFiles(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:return[4,Promise.all(e.map((function(e){return e.getFile()})))];case 1:return[2,t.sent().map((function(e){return toFileWithPath(e)}))]}}))}))}function getDataTransferFiles(e,t){return __awaiter(this,void 0,void 0,(function(){var r;return __generator(this,(function(n){switch(n.label){case 0:return e.items?(r=fromList(e.items).filter((function(e){return"file"===e.kind})),"drop"!==t?[2,r]:[4,Promise.all(r.map(toFilePromises))]):[3,2];case 1:return[2,noIgnoredFiles(flatten(n.sent()))];case 2:return[2,noIgnoredFiles(fromList(e.files).map((function(e){return toFileWithPath(e)})))]}}))}))}function noIgnoredFiles(e){return e.filter((function(e){return-1===FILES_TO_IGNORE.indexOf(e.name)}))}function fromList(e){if(null===e)return[];for(var t=[],r=0;r<e.length;r++){var n=e[r];t.push(n)}return t}function toFilePromises(e){if("function"!=typeof e.webkitGetAsEntry)return fromDataTransferItem(e);var t=e.webkitGetAsEntry();return t&&t.isDirectory?fromDirEntry(t):fromDataTransferItem(e)}function flatten(e){return e.reduce((function(e,t){return __spreadArray(__spreadArray([],__read(e),!1),__read(Array.isArray(t)?flatten(t):[t]),!1)}),[])}function fromDataTransferItem(e){var t=e.getAsFile();if(!t)return Promise.reject("".concat(e," is not a File"));var r=toFileWithPath(t);return Promise.resolve(r)}function fromEntry(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,e.isDirectory?fromDirEntry(e):fromFileEntry(e)]}))}))}function fromDirEntry(e){var t=e.createReader();return new Promise((function(e,r){var n=[];!function i(){var a=this;t.readEntries((function(t){return __awaiter(a,void 0,void 0,(function(){var a,o,s;return __generator(this,(function(u){switch(u.label){case 0:if(t.length)return[3,5];u.label=1;case 1:return u.trys.push([1,3,,4]),[4,Promise.all(n)];case 2:return a=u.sent(),e(a),[3,4];case 3:return o=u.sent(),r(o),[3,4];case 4:return[3,6];case 5:s=Promise.all(t.map(fromEntry)),n.push(s),i(),u.label=6;case 6:return[2]}}))}))}),(function(e){r(e)}))}()}))}function fromFileEntry(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,new Promise((function(t,r){e.file((function(r){var n=toFileWithPath(r,e.fullPath);t(n)}),(function(e){r(e)}))}))]}))}))}var _default=function(e,t){if(e&&t){var r=Array.isArray(t)?t:t.split(","),n=e.name||"",i=(e.type||"").toLowerCase(),a=i.replace(/\/.*$/,"");return r.some((function(e){var t=e.trim().toLowerCase();return"."===t.charAt(0)?n.toLowerCase().endsWith(t):t.endsWith("/*")?a===t.replace(/\/.*$/,""):i===t}))}return!0};function _toConsumableArray$1(e){return _arrayWithoutHoles$1(e)||_iterableToArray$1(e)||_unsupportedIterableToArray$7(e)||_nonIterableSpread$1()}function _nonIterableSpread$1(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray$1(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles$1(e){if(Array.isArray(e))return _arrayLikeToArray$7(e)}function ownKeys$5(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _objectSpread$5(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys$5(Object(r),!0).forEach((function(t){_defineProperty$5(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys$5(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _defineProperty$5(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _slicedToArray$2(e,t){return _arrayWithHoles$2(e)||_iterableToArrayLimit$2(e,t)||_unsupportedIterableToArray$7(e,t)||_nonIterableRest$2()}function _nonIterableRest$2(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray$7(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray$7(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$7(e,t):void 0}}function _arrayLikeToArray$7(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _iterableToArrayLimit$2(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,a=[],o=!0,s=!1;try{for(r=r.call(e);!(o=(n=r.next()).done)&&(a.push(n.value),!t||a.length!==t);o=!0);}catch(e){s=!0,i=e}finally{try{o||null==r.return||r.return()}finally{if(s)throw i}}return a}}function _arrayWithHoles$2(e){if(Array.isArray(e))return e}var FILE_INVALID_TYPE="file-invalid-type",FILE_TOO_LARGE="file-too-large",FILE_TOO_SMALL="file-too-small",TOO_MANY_FILES="too-many-files",getInvalidTypeRejectionErr=function(e){e=Array.isArray(e)&&1===e.length?e[0]:e;var t=Array.isArray(e)?"one of ".concat(e.join(", ")):e;return{code:FILE_INVALID_TYPE,message:"File type must be ".concat(t)}},getTooLargeRejectionErr=function(e){return{code:FILE_TOO_LARGE,message:"File is larger than ".concat(e," ").concat(1===e?"byte":"bytes")}},getTooSmallRejectionErr=function(e){return{code:FILE_TOO_SMALL,message:"File is smaller than ".concat(e," ").concat(1===e?"byte":"bytes")}},TOO_MANY_FILES_REJECTION={code:TOO_MANY_FILES,message:"Too many files"};function fileAccepted(e,t){var r="application/x-moz-file"===e.type||_default(e,t);return[r,r?null:getInvalidTypeRejectionErr(t)]}function fileMatchSize(e,t,r){if(isDefined(e.size))if(isDefined(t)&&isDefined(r)){if(e.size>r)return[!1,getTooLargeRejectionErr(r)];if(e.size<t)return[!1,getTooSmallRejectionErr(t)]}else{if(isDefined(t)&&e.size<t)return[!1,getTooSmallRejectionErr(t)];if(isDefined(r)&&e.size>r)return[!1,getTooLargeRejectionErr(r)]}return[!0,null]}function isDefined(e){return null!=e}function allFilesAccepted(e){var t=e.files,r=e.accept,n=e.minSize,i=e.maxSize,a=e.multiple,o=e.maxFiles,s=e.validator;return!(!a&&t.length>1||a&&o>=1&&t.length>o)&&t.every((function(e){var t=_slicedToArray$2(fileAccepted(e,r),1)[0],a=_slicedToArray$2(fileMatchSize(e,n,i),1)[0],o=s?s(e):null;return t&&a&&!o}))}function isPropagationStopped(e){return"function"==typeof e.isPropagationStopped?e.isPropagationStopped():void 0!==e.cancelBubble&&e.cancelBubble}function isEvtWithFiles(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,(function(e){return"Files"===e||"application/x-moz-file"===e})):!!e.target&&!!e.target.files}function onDocumentDragOver(e){e.preventDefault()}function isIe(e){return-1!==e.indexOf("MSIE")||-1!==e.indexOf("Trident/")}function isEdge(e){return-1!==e.indexOf("Edge/")}function isIeOrEdge(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.navigator.userAgent;return isIe(e)||isEdge(e)}function composeEventHandlers(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(e){for(var r=arguments.length,n=new Array(r>1?r-1:0),i=1;i<r;i++)n[i-1]=arguments[i];return t.some((function(t){return!isPropagationStopped(e)&&t&&t.apply(void 0,[e].concat(n)),isPropagationStopped(e)}))}}function canUseFileSystemAccessAPI(){return"showOpenFilePicker"in window}function pickerOptionsFromAccept(e){return isDefined(e)?[{description:"Files",accept:Object.entries(e).filter((function(e){var t=_slicedToArray$2(e,2),r=t[0],n=t[1],i=!0;return isMIMEType(r)||(console.warn('Skipped "'.concat(r,'" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')),i=!1),Array.isArray(n)&&n.every(isExt)||(console.warn('Skipped "'.concat(r,'" because an invalid file extension was provided.')),i=!1),i})).reduce((function(e,t){var r=_slicedToArray$2(t,2),n=r[0],i=r[1];return _objectSpread$5(_objectSpread$5({},e),{},_defineProperty$5({},n,i))}),{})}]:e}function acceptPropAsAcceptAttr(e){if(isDefined(e))return Object.entries(e).reduce((function(e,t){var r=_slicedToArray$2(t,2),n=r[0],i=r[1];return[].concat(_toConsumableArray$1(e),[n],_toConsumableArray$1(i))}),[]).filter((function(e){return isMIMEType(e)||isExt(e)})).join(",")}function isAbort(e){return e instanceof DOMException&&("AbortError"===e.name||e.code===e.ABORT_ERR)}function isSecurityError(e){return e instanceof DOMException&&("SecurityError"===e.name||e.code===e.SECURITY_ERR)}function isMIMEType(e){return"audio/*"===e||"video/*"===e||"image/*"===e||"text/*"===e||/\w+\/[-+.\w]+/g.test(e)}function isExt(e){return/^.*\.[\w]+$/.test(e)}var _excluded=["children"],_excluded2=["open"],_excluded3=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],_excluded4=["refKey","onChange","onClick"];function _toConsumableArray(e){return _arrayWithoutHoles(e)||_iterableToArray(e)||_unsupportedIterableToArray$6(e)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function _arrayWithoutHoles(e){if(Array.isArray(e))return _arrayLikeToArray$6(e)}function _slicedToArray$1(e,t){return _arrayWithHoles$1(e)||_iterableToArrayLimit$1(e,t)||_unsupportedIterableToArray$6(e,t)||_nonIterableRest$1()}function _nonIterableRest$1(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray$6(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray$6(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$6(e,t):void 0}}function _arrayLikeToArray$6(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _iterableToArrayLimit$1(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,a=[],o=!0,s=!1;try{for(r=r.call(e);!(o=(n=r.next()).done)&&(a.push(n.value),!t||a.length!==t);o=!0);}catch(e){s=!0,i=e}finally{try{o||null==r.return||r.return()}finally{if(s)throw i}}return a}}function _arrayWithHoles$1(e){if(Array.isArray(e))return e}function ownKeys$4(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _objectSpread$4(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys$4(Object(r),!0).forEach((function(t){_defineProperty$4(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys$4(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _defineProperty$4(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _objectWithoutProperties(e,t){if(null==e)return{};var r,n,i=_objectWithoutPropertiesLoose(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(i[r]=e[r])}return i}function _objectWithoutPropertiesLoose(e,t){if(null==e)return{};var r,n,i={},a=Object.keys(e);for(n=0;n<a.length;n++)r=a[n],t.indexOf(r)>=0||(i[r]=e[r]);return i}var Dropzone=forwardRef((function(e,t){var r=e.children,n=useDropzone(_objectWithoutProperties(e,_excluded)),i=n.open,a=_objectWithoutProperties(n,_excluded2);return useImperativeHandle(t,(function(){return{open:i}}),[i]),React__default.createElement(Fragment$1,null,r(_objectSpread$4(_objectSpread$4({},a),{},{open:i})))}));Dropzone.displayName="Dropzone";var defaultProps={disabled:!1,getFilesFromEvent:fromEvent,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!0,autoFocus:!1};Dropzone.defaultProps=defaultProps,Dropzone.propTypes={children:propTypes.exports.func,accept:propTypes.exports.objectOf(propTypes.exports.arrayOf(propTypes.exports.string)),multiple:propTypes.exports.bool,preventDropOnDocument:propTypes.exports.bool,noClick:propTypes.exports.bool,noKeyboard:propTypes.exports.bool,noDrag:propTypes.exports.bool,noDragEventsBubbling:propTypes.exports.bool,minSize:propTypes.exports.number,maxSize:propTypes.exports.number,maxFiles:propTypes.exports.number,disabled:propTypes.exports.bool,getFilesFromEvent:propTypes.exports.func,onFileDialogCancel:propTypes.exports.func,onFileDialogOpen:propTypes.exports.func,useFsAccessApi:propTypes.exports.bool,autoFocus:propTypes.exports.bool,onDragEnter:propTypes.exports.func,onDragLeave:propTypes.exports.func,onDragOver:propTypes.exports.func,onDrop:propTypes.exports.func,onDropAccepted:propTypes.exports.func,onDropRejected:propTypes.exports.func,onError:propTypes.exports.func,validator:propTypes.exports.func};var initialState={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function useDropzone(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=_objectSpread$4(_objectSpread$4({},defaultProps),e),r=t.accept,n=t.disabled,i=t.getFilesFromEvent,a=t.maxSize,o=t.minSize,s=t.multiple,u=t.maxFiles,l=t.onDragEnter,c=t.onDragLeave,d=t.onDragOver,h=t.onDrop,f=t.onDropAccepted,p=t.onDropRejected,m=t.onFileDialogCancel,_=t.onFileDialogOpen,g=t.useFsAccessApi,y=t.autoFocus,E=t.preventDropOnDocument,b=t.noClick,v=t.noKeyboard,T=t.noDrag,S=t.noDragEventsBubbling,A=t.onError,C=t.validator,M=useMemo((function(){return acceptPropAsAcceptAttr(r)}),[r]),N=useMemo((function(){return pickerOptionsFromAccept(r)}),[r]),$=useMemo((function(){return"function"==typeof _?_:noop}),[_]),O=useMemo((function(){return"function"==typeof m?m:noop}),[m]),w=useRef(null),D=useRef(null),L=_slicedToArray$1(useReducer(reducer,initialState),2),I=L[0],x=L[1],R=I.isFocused,F=I.isFileDialogActive,k=useRef("undefined"!=typeof window&&window.isSecureContext&&g&&canUseFileSystemAccessAPI()),P=function(){!k.current&&F&&setTimeout((function(){D.current&&(D.current.files.length||(x({type:"closeDialog"}),O()))}),300)};useEffect((function(){return window.addEventListener("focus",P,!1),function(){window.removeEventListener("focus",P,!1)}}),[D,F,O,k]);var U=useRef([]),z=function(e){w.current&&w.current.contains(e.target)||(e.preventDefault(),U.current=[])};useEffect((function(){return E&&(document.addEventListener("dragover",onDocumentDragOver,!1),document.addEventListener("drop",z,!1)),function(){E&&(document.removeEventListener("dragover",onDocumentDragOver),document.removeEventListener("drop",z))}}),[w,E]),useEffect((function(){return!n&&y&&w.current&&w.current.focus(),function(){}}),[w,y,n]);var Z=useCallback((function(e){A?A(e):console.error(e)}),[A]),j=useCallback((function(e){e.preventDefault(),e.persist(),te(e),U.current=[].concat(_toConsumableArray(U.current),[e.target]),isEvtWithFiles(e)&&Promise.resolve(i(e)).then((function(t){if(!isPropagationStopped(e)||S){var r=t.length,n=r>0&&allFilesAccepted({files:t,accept:M,minSize:o,maxSize:a,multiple:s,maxFiles:u,validator:C});x({isDragAccept:n,isDragReject:r>0&&!n,isDragActive:!0,type:"setDraggedFiles"}),l&&l(e)}})).catch((function(e){return Z(e)}))}),[i,l,Z,S,M,o,a,s,u,C]),B=useCallback((function(e){e.preventDefault(),e.persist(),te(e);var t=isEvtWithFiles(e);if(t&&e.dataTransfer)try{e.dataTransfer.dropEffect="copy"}catch(e){}return t&&d&&d(e),!1}),[d,S]),H=useCallback((function(e){e.preventDefault(),e.persist(),te(e);var t=U.current.filter((function(e){return w.current&&w.current.contains(e)})),r=t.indexOf(e.target);-1!==r&&t.splice(r,1),U.current=t,t.length>0||(x({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),isEvtWithFiles(e)&&c&&c(e))}),[w,c,S]),V=useCallback((function(e,t){var r=[],n=[];e.forEach((function(e){var t=_slicedToArray$1(fileAccepted(e,M),2),i=t[0],s=t[1],u=_slicedToArray$1(fileMatchSize(e,o,a),2),l=u[0],c=u[1],d=C?C(e):null;if(i&&l&&!d)r.push(e);else{var h=[s,c];d&&(h=h.concat(d)),n.push({file:e,errors:h.filter((function(e){return e}))})}})),(!s&&r.length>1||s&&u>=1&&r.length>u)&&(r.forEach((function(e){n.push({file:e,errors:[TOO_MANY_FILES_REJECTION]})})),r.splice(0)),x({acceptedFiles:r,fileRejections:n,type:"setFiles"}),h&&h(r,n,t),n.length>0&&p&&p(n,t),r.length>0&&f&&f(r,t)}),[x,s,M,o,a,u,h,f,p,C]),q=useCallback((function(e){e.preventDefault(),e.persist(),te(e),U.current=[],isEvtWithFiles(e)&&Promise.resolve(i(e)).then((function(t){isPropagationStopped(e)&&!S||V(t,e)})).catch((function(e){return Z(e)})),x({type:"reset"})}),[i,V,Z,S]),G=useCallback((function(){if(k.current){x({type:"openDialog"}),$();var e={multiple:s,types:N};window.showOpenFilePicker(e).then((function(e){return i(e)})).then((function(e){V(e,null),x({type:"closeDialog"})})).catch((function(e){isAbort(e)?(O(e),x({type:"closeDialog"})):isSecurityError(e)?(k.current=!1,D.current?(D.current.value=null,D.current.click()):Z(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):Z(e)}))}else D.current&&(x({type:"openDialog"}),$(),D.current.value=null,D.current.click())}),[x,$,O,g,V,Z,N,s]),W=useCallback((function(e){w.current&&w.current.isEqualNode(e.target)&&(" "!==e.key&&"Enter"!==e.key&&32!==e.keyCode&&13!==e.keyCode||(e.preventDefault(),G()))}),[w,G]),Y=useCallback((function(){x({type:"focus"})}),[]),K=useCallback((function(){x({type:"blur"})}),[]),Q=useCallback((function(){b||(isIeOrEdge()?setTimeout(G,0):G())}),[b,G]),X=function(e){return n?null:e},J=function(e){return v?null:X(e)},ee=function(e){return T?null:X(e)},te=function(e){S&&e.stopPropagation()},re=useMemo((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.refKey,r=void 0===t?"ref":t,i=e.role,a=e.onKeyDown,o=e.onFocus,s=e.onBlur,u=e.onClick,l=e.onDragEnter,c=e.onDragOver,d=e.onDragLeave,h=e.onDrop,f=_objectWithoutProperties(e,_excluded3);return _objectSpread$4(_objectSpread$4(_defineProperty$4({onKeyDown:J(composeEventHandlers(a,W)),onFocus:J(composeEventHandlers(o,Y)),onBlur:J(composeEventHandlers(s,K)),onClick:X(composeEventHandlers(u,Q)),onDragEnter:ee(composeEventHandlers(l,j)),onDragOver:ee(composeEventHandlers(c,B)),onDragLeave:ee(composeEventHandlers(d,H)),onDrop:ee(composeEventHandlers(h,q)),role:"string"==typeof i&&""!==i?i:"presentation"},r,w),n||v?{}:{tabIndex:0}),f)}}),[w,W,Y,K,Q,j,B,H,q,v,T,n]),ne=useCallback((function(e){e.stopPropagation()}),[]),ie=useMemo((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.refKey,r=void 0===t?"ref":t,n=e.onChange,i=e.onClick,a=_objectWithoutProperties(e,_excluded4);return _objectSpread$4(_objectSpread$4({},_defineProperty$4({accept:M,multiple:s,type:"file",style:{display:"none"},onChange:X(composeEventHandlers(n,q)),onClick:X(composeEventHandlers(i,ne)),tabIndex:-1},r,D)),a)}}),[D,r,s,q,n]);return _objectSpread$4(_objectSpread$4({},I),{},{isFocused:R&&!n,getRootProps:re,getInputProps:ie,rootRef:w,inputRef:D,open:X(G)})}function reducer(e,t){switch(t.type){case"focus":return _objectSpread$4(_objectSpread$4({},e),{},{isFocused:!0});case"blur":return _objectSpread$4(_objectSpread$4({},e),{},{isFocused:!1});case"openDialog":return _objectSpread$4(_objectSpread$4({},initialState),{},{isFileDialogActive:!0});case"closeDialog":return _objectSpread$4(_objectSpread$4({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return _objectSpread$4(_objectSpread$4({},e),{},{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case"setFiles":return _objectSpread$4(_objectSpread$4({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections});case"reset":return _objectSpread$4({},initialState);default:return e}}function noop(){}const Wrapper$5=styled.div`
231
+ position: relative;
232
+ display: block;
233
+ border-radius: 0.25rem;
234
+ padding: 2rem;
235
+
236
+ > :not(:last-child) {
237
+ margin-bottom: 1rem;
238
+ }
239
+
240
+ ${MediaQuery.MaxWidth.tablet} {
241
+ padding: 2rem 1.25rem;
242
+ }
243
+ `,HiddenInput=styled.input`
244
+ display: none;
245
+ `,HintContainer=styled.div`
246
+ position: absolute;
247
+ top: 0;
248
+ left: 0;
249
+ width: 100%;
250
+ height: 100%;
251
+ /* Generated background-image for the dashed border from https://kovart.github.io/dashed-border-generator/ */
252
+ background-image: ${e=>`url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='${encodeURIComponent(Color.Primary(e))}' stroke-width='4' stroke-dasharray='8%2c 8' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");`};
253
+ background-color: ${Color.Accent.Light[6]};
254
+ display: flex;
255
+ flex-direction: column;
256
+ align-items: center;
257
+ justify-content: center;
258
+ text-align: center;
259
+ `,HintText=styled(Text$2.BodySmall)`
260
+ color: ${Color.Primary};
261
+ `,UPLOAD_ICON="https://assets.life.gov.sg/web-frontend-engine/img/icons/global-upload.svg",DragUpload=forwardRef(((e,t)=>{const{accept:r,capture:n,children:i,hint:a="Drop photos here",id:o="drag-upload",onInput:s}=e,u=useRef(),{getRootProps:l,isDragActive:c}=useDropzone({onDrop:s,noClick:!0});useImperativeHandle(t,(()=>({fileDialog:()=>u.current?.click()})));return jsxs(Wrapper$5,{id:TestHelper.generateId(o),"data-testid":TestHelper.generateId(o),...l(),children:[jsx(HiddenInput,{id:TestHelper.generateId(o,"hidden-input"),"data-testid":TestHelper.generateId(o,"hidden-input"),ref:u,type:"file","aria-hidden":"true",tabIndex:-1,capture:n,accept:r?.map((e=>`.${e}`)).join(","),onChange:async e=>{e.target.files&&s(Array.from(e.target.files))},onClick:e=>{e.target.value=""}}),i,c?jsxs(HintContainer,{id:TestHelper.generateId(o,"hint"),"data-testid":TestHelper.generateId(o,"hint"),children:[jsx("img",{src:UPLOAD_ICON,alt:""}),jsx(HintText,{weight:"semibold",children:a})]}):null]})})),Container$8=styled.div`
262
+ background: white;
263
+ border-radius: 0.5rem;
264
+ display: flex;
265
+ flex-direction: column;
266
+ justify-content: center;
267
+ margin: 0rem 1rem;
268
+ max-width: ${e=>"large"===e.size?"672px":"426px"};
269
+ width: ${e=>"large"===e.size?"672px":"426px"};
270
+ `,PromptImage=styled.img`
271
+ width: 11rem;
272
+ margin: 0 auto 2rem;
273
+ `,PromptButton=styled(Button.Default)`
274
+ width: ${({width:e})=>e||"100%"};
275
+ margin: 0 auto;
276
+
277
+ &:not(:first-child):last-child {
278
+ margin-top: 1rem;
279
+
280
+ ${MediaQuery.MinWidth.mobileL} {
281
+ margin-top: 0;
282
+ margin-right: ${e=>"large"===e.size?"2rem":"1rem"};
283
+ }
284
+ }
285
+ `,ButtonContainer=styled.div`
286
+ display: flex;
287
+ flex-direction: column;
288
+ justify-content: center;
289
+ padding: 0 1.5rem 4rem;
290
+
291
+ ${MediaQuery.MinWidth.mobileL} {
292
+ align-items: center;
293
+ padding: ${e=>"large"===e.size?"2rem 4rem 4rem":"2.5rem 1.5rem 2rem"};
294
+ flex-direction: row-reverse;
295
+ }
296
+ `,LabelContainer=styled.div`
297
+ display: flex;
298
+ flex-direction: column;
299
+ text-align: center;
300
+ padding: 1.5rem;
301
+
302
+ ${MediaQuery.MinWidth.mobileL} {
303
+ padding: ${e=>"large"===e.size?"4rem 4rem 0rem 4rem":"1rem 1.5rem 0"};
304
+ }
305
+ `,Description=styled(Text$2.H4)`
306
+ margin-top: 0.5rem;
307
+ `;styled.a`
308
+ display: inline-block;
309
+ font-family: open Sans semibold;
310
+ `,styled.strong`
311
+ font-family: open Sans semibold;
312
+ `;const Title=styled(Text$2.H4)`
313
+ margin-top: ${e=>"large"===e.size?"0rem":"2rem"};
314
+ `,Prompt=e=>{const{id:t="prompt",show:r,size:n,title:i,description:a,image:o,buttons:s}=e;return jsx(Modal,{show:r,id:TestHelper.generateId(t,void 0,r?"show":"hide"),"data-testid":TestHelper.generateId(t,void 0,r?"show":"hide"),children:jsxs(Container$8,{size:n,children:[jsxs(LabelContainer,{size:n,children:["string"==typeof o?jsx(PromptImage,{src:o,alt:i}):o,jsx(Title,{id:TestHelper.generateId(t,"title"),"data-testid":TestHelper.generateId(t,"title"),size:n,weight:"semibold",children:i}),"string"==typeof a?jsx(Description,{weight:"regular",children:a}):a]}),jsx(ButtonContainer,{size:n,children:s?.map(((e,r)=>jsx(PromptButton,{id:TestHelper.generateId(t,e.id?`btn-${e.id}`:`btn-${r+1}`),"data-testid":TestHelper.generateId(t,e.id?`btn-${e.id}`:`btn-${r+1}`),size:n,onClick:e.onClick,styleType:e.buttonStyle,width:1===s.length?"16rem":void 0,children:e.title},e.title)))})]})})};var lib$5={},Parser$3={},Tokenizer={},decode$1={},decodeDataHtml$1={};Object.defineProperty(decodeDataHtml$1,"__esModule",{value:!0}),decodeDataHtml$1.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(e){return e.charCodeAt(0)})));var decodeDataXml$1={};Object.defineProperty(decodeDataXml$1,"__esModule",{value:!0}),decodeDataXml$1.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(e){return e.charCodeAt(0)})));var decode_codepoint$1={};!function(e){var t;Object.defineProperty(e,"__esModule",{value:!0}),e.replaceCodePoint=e.fromCodePoint=void 0;var r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function n(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=r.get(e))&&void 0!==t?t:e}e.fromCodePoint=null!==(t=String.fromCodePoint)&&void 0!==t?t:function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)},e.replaceCodePoint=n,e.default=function(t){return(0,e.fromCodePoint)(n(t))}}(decode_codepoint$1),function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var i in e)"default"!==i&&Object.prototype.hasOwnProperty.call(e,i)&&t(n,e,i);return r(n,e),n},i=commonjsGlobal&&commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var a=i(decodeDataHtml$1);e.htmlDecodeTree=a.default;var o=i(decodeDataXml$1);e.xmlDecodeTree=o.default;var s=n(decode_codepoint$1);e.decodeCodePoint=s.default;var u,l=decode_codepoint$1;Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return l.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return l.fromCodePoint}}),function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(u||(u={}));var c,d,h;function f(e){return e>=u.ZERO&&e<=u.NINE}function p(e){return e===u.EQUALS||function(e){return e>=u.UPPER_A&&e<=u.UPPER_Z||e>=u.LOWER_A&&e<=u.LOWER_Z||f(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(c=e.BinTrieFlags||(e.BinTrieFlags={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(d||(d={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(h=e.DecodingMode||(e.DecodingMode={}));var m=function(){function e(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=d.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=h.Strict}return e.prototype.startEntity=function(e){this.decodeMode=e,this.state=d.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},e.prototype.write=function(e,t){switch(this.state){case d.EntityStart:return e.charCodeAt(t)===u.NUM?(this.state=d.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=d.NamedEntity,this.stateNamedEntity(e,t));case d.NumericStart:return this.stateNumericStart(e,t);case d.NumericDecimal:return this.stateNumericDecimal(e,t);case d.NumericHex:return this.stateNumericHex(e,t);case d.NamedEntity:return this.stateNamedEntity(e,t)}},e.prototype.stateNumericStart=function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===u.LOWER_X?(this.state=d.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=d.NumericDecimal,this.stateNumericDecimal(e,t))},e.prototype.addToNumericResult=function(e,t,r,n){if(t!==r){var i=r-t;this.result=this.result*Math.pow(n,i)+parseInt(e.substr(t,i),n),this.consumed+=i}},e.prototype.stateNumericHex=function(e,t){for(var r,n=t;t<e.length;){var i=e.charCodeAt(t);if(!(f(i)||(r=i,r>=u.UPPER_A&&r<=u.UPPER_F||r>=u.LOWER_A&&r<=u.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(i,3);t+=1}return this.addToNumericResult(e,n,t,16),-1},e.prototype.stateNumericDecimal=function(e,t){for(var r=t;t<e.length;){var n=e.charCodeAt(t);if(!f(n))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,r,t,10),-1},e.prototype.emitNumericEntity=function(e,t){var r;if(this.consumed<=t)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===u.SEMI)this.consumed+=1;else if(this.decodeMode===h.Strict)return 0;return this.emitCodePoint((0,s.replaceCodePoint)(this.result),this.consumed),this.errors&&(e!==u.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},e.prototype.stateNamedEntity=function(e,t){for(var r=this.decodeTree,n=r[this.treeIndex],i=(n&c.VALUE_LENGTH)>>14;t<e.length;t++,this.excess++){var a=e.charCodeAt(t);if(this.treeIndex=g(r,n,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return 0===this.result||this.decodeMode===h.Attribute&&(0===i||p(a))?0:this.emitNotTerminatedNamedEntity();if(0!==(i=((n=r[this.treeIndex])&c.VALUE_LENGTH)>>14)){if(a===u.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==h.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},e.prototype.emitNotTerminatedNamedEntity=function(){var e,t=this.result,r=(this.decodeTree[t]&c.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed},e.prototype.emitNamedEntityData=function(e,t,r){var n=this.decodeTree;return this.emitCodePoint(1===t?n[e]&~c.VALUE_LENGTH:n[e+1],r),3===t&&this.emitCodePoint(n[e+2],r),r},e.prototype.end=function(){var e;switch(this.state){case d.NamedEntity:return 0===this.result||this.decodeMode===h.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case d.NumericDecimal:return this.emitNumericEntity(0,2);case d.NumericHex:return this.emitNumericEntity(0,3);case d.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case d.EntityStart:return 0}},e}();function _(e){var t="",r=new m(e,(function(e){return t+=(0,s.fromCodePoint)(e)}));return function(e,n){for(var i=0,a=0;(a=e.indexOf("&",a))>=0;){t+=e.slice(i,a),r.startEntity(n);var o=r.write(e,a+1);if(o<0){i=a+r.end();break}i=a+o,a=0===o?i+1:i}var s=t+e.slice(i);return t="",s}}function g(e,t,r,n){var i=(t&c.BRANCH_LENGTH)>>7,a=t&c.JUMP_TABLE;if(0===i)return 0!==a&&n===a?r:-1;if(a){var o=n-a;return o<0||o>=i?-1:e[r+o]-1}for(var s=r,u=s+i-1;s<=u;){var l=s+u>>>1,d=e[l];if(d<n)s=l+1;else{if(!(d>n))return e[l+i];u=l-1}}return-1}e.EntityDecoder=m,e.determineBranch=g;var y=_(a.default),E=_(o.default);e.decodeHTML=function(e,t){return void 0===t&&(t=h.Legacy),y(e,t)},e.decodeHTMLAttribute=function(e){return y(e,h.Attribute)},e.decodeHTMLStrict=function(e){return y(e,h.Strict)},e.decodeXML=function(e){return E(e,h.Strict)}}(decode$1),function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.QuoteType=void 0;var t,r,n,i=decode$1;function a(e){return e===t.Space||e===t.NewLine||e===t.Tab||e===t.FormFeed||e===t.CarriageReturn}function o(e){return e===t.Slash||e===t.Gt||a(e)}function s(e){return e>=t.Zero&&e<=t.Nine}!function(e){e[e.Tab=9]="Tab",e[e.NewLine=10]="NewLine",e[e.FormFeed=12]="FormFeed",e[e.CarriageReturn=13]="CarriageReturn",e[e.Space=32]="Space",e[e.ExclamationMark=33]="ExclamationMark",e[e.Number=35]="Number",e[e.Amp=38]="Amp",e[e.SingleQuote=39]="SingleQuote",e[e.DoubleQuote=34]="DoubleQuote",e[e.Dash=45]="Dash",e[e.Slash=47]="Slash",e[e.Zero=48]="Zero",e[e.Nine=57]="Nine",e[e.Semi=59]="Semi",e[e.Lt=60]="Lt",e[e.Eq=61]="Eq",e[e.Gt=62]="Gt",e[e.Questionmark=63]="Questionmark",e[e.UpperA=65]="UpperA",e[e.LowerA=97]="LowerA",e[e.UpperF=70]="UpperF",e[e.LowerF=102]="LowerF",e[e.UpperZ=90]="UpperZ",e[e.LowerZ=122]="LowerZ",e[e.LowerX=120]="LowerX",e[e.OpeningSquareBracket=91]="OpeningSquareBracket"}(t||(t={})),function(e){e[e.Text=1]="Text",e[e.BeforeTagName=2]="BeforeTagName",e[e.InTagName=3]="InTagName",e[e.InSelfClosingTag=4]="InSelfClosingTag",e[e.BeforeClosingTagName=5]="BeforeClosingTagName",e[e.InClosingTagName=6]="InClosingTagName",e[e.AfterClosingTagName=7]="AfterClosingTagName",e[e.BeforeAttributeName=8]="BeforeAttributeName",e[e.InAttributeName=9]="InAttributeName",e[e.AfterAttributeName=10]="AfterAttributeName",e[e.BeforeAttributeValue=11]="BeforeAttributeValue",e[e.InAttributeValueDq=12]="InAttributeValueDq",e[e.InAttributeValueSq=13]="InAttributeValueSq",e[e.InAttributeValueNq=14]="InAttributeValueNq",e[e.BeforeDeclaration=15]="BeforeDeclaration",e[e.InDeclaration=16]="InDeclaration",e[e.InProcessingInstruction=17]="InProcessingInstruction",e[e.BeforeComment=18]="BeforeComment",e[e.CDATASequence=19]="CDATASequence",e[e.InSpecialComment=20]="InSpecialComment",e[e.InCommentLike=21]="InCommentLike",e[e.BeforeSpecialS=22]="BeforeSpecialS",e[e.SpecialStartSequence=23]="SpecialStartSequence",e[e.InSpecialTag=24]="InSpecialTag",e[e.BeforeEntity=25]="BeforeEntity",e[e.BeforeNumericEntity=26]="BeforeNumericEntity",e[e.InNamedEntity=27]="InNamedEntity",e[e.InNumericEntity=28]="InNumericEntity",e[e.InHexEntity=29]="InHexEntity"}(r||(r={})),function(e){e[e.NoValue=0]="NoValue",e[e.Unquoted=1]="Unquoted",e[e.Single=2]="Single",e[e.Double=3]="Double"}(n=e.QuoteType||(e.QuoteType={}));var u={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101])},l=function(){function e(e,t){var n=e.xmlMode,a=void 0!==n&&n,o=e.decodeEntities,s=void 0===o||o;this.cbs=t,this.state=r.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=r.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.trieIndex=0,this.trieCurrent=0,this.entityResult=0,this.entityExcess=0,this.xmlMode=a,this.decodeEntities=s,this.entityTrie=a?i.xmlDecodeTree:i.htmlDecodeTree}return e.prototype.reset=function(){this.state=r.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=r.Text,this.currentSequence=void 0,this.running=!0,this.offset=0},e.prototype.write=function(e){this.offset+=this.buffer.length,this.buffer=e,this.parse()},e.prototype.end=function(){this.running&&this.finish()},e.prototype.pause=function(){this.running=!1},e.prototype.resume=function(){this.running=!0,this.index<this.buffer.length+this.offset&&this.parse()},e.prototype.getIndex=function(){return this.index},e.prototype.getSectionStart=function(){return this.sectionStart},e.prototype.stateText=function(e){e===t.Lt||!this.decodeEntities&&this.fastForwardTo(t.Lt)?(this.index>this.sectionStart&&this.cbs.ontext(this.sectionStart,this.index),this.state=r.BeforeTagName,this.sectionStart=this.index):this.decodeEntities&&e===t.Amp&&(this.state=r.BeforeEntity)},e.prototype.stateSpecialStartSequence=function(e){var t=this.sequenceIndex===this.currentSequence.length;if(t?o(e):(32|e)===this.currentSequence[this.sequenceIndex]){if(!t)return void this.sequenceIndex++}else this.isSpecial=!1;this.sequenceIndex=0,this.state=r.InTagName,this.stateInTagName(e)},e.prototype.stateInSpecialTag=function(e){if(this.sequenceIndex===this.currentSequence.length){if(e===t.Gt||a(e)){var n=this.index-this.currentSequence.length;if(this.sectionStart<n){var i=this.index;this.index=n,this.cbs.ontext(this.sectionStart,n),this.index=i}return this.isSpecial=!1,this.sectionStart=n+2,void this.stateInClosingTagName(e)}this.sequenceIndex=0}(32|e)===this.currentSequence[this.sequenceIndex]?this.sequenceIndex+=1:0===this.sequenceIndex?this.currentSequence===u.TitleEnd?this.decodeEntities&&e===t.Amp&&(this.state=r.BeforeEntity):this.fastForwardTo(t.Lt)&&(this.sequenceIndex=1):this.sequenceIndex=Number(e===t.Lt)},e.prototype.stateCDATASequence=function(e){e===u.Cdata[this.sequenceIndex]?++this.sequenceIndex===u.Cdata.length&&(this.state=r.InCommentLike,this.currentSequence=u.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1):(this.sequenceIndex=0,this.state=r.InDeclaration,this.stateInDeclaration(e))},e.prototype.fastForwardTo=function(e){for(;++this.index<this.buffer.length+this.offset;)if(this.buffer.charCodeAt(this.index-this.offset)===e)return!0;return this.index=this.buffer.length+this.offset-1,!1},e.prototype.stateInCommentLike=function(e){e===this.currentSequence[this.sequenceIndex]?++this.sequenceIndex===this.currentSequence.length&&(this.currentSequence===u.CdataEnd?this.cbs.oncdata(this.sectionStart,this.index,2):this.cbs.oncomment(this.sectionStart,this.index,2),this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=r.Text):0===this.sequenceIndex?this.fastForwardTo(this.currentSequence[0])&&(this.sequenceIndex=1):e!==this.currentSequence[this.sequenceIndex-1]&&(this.sequenceIndex=0)},e.prototype.isTagStartChar=function(e){return this.xmlMode?!o(e):function(e){return e>=t.LowerA&&e<=t.LowerZ||e>=t.UpperA&&e<=t.UpperZ}(e)},e.prototype.startSpecial=function(e,t){this.isSpecial=!0,this.currentSequence=e,this.sequenceIndex=t,this.state=r.SpecialStartSequence},e.prototype.stateBeforeTagName=function(e){if(e===t.ExclamationMark)this.state=r.BeforeDeclaration,this.sectionStart=this.index+1;else if(e===t.Questionmark)this.state=r.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(e)){var n=32|e;this.sectionStart=this.index,this.xmlMode||n!==u.TitleEnd[2]?this.state=this.xmlMode||n!==u.ScriptEnd[2]?r.InTagName:r.BeforeSpecialS:this.startSpecial(u.TitleEnd,3)}else e===t.Slash?this.state=r.BeforeClosingTagName:(this.state=r.Text,this.stateText(e))},e.prototype.stateInTagName=function(e){o(e)&&(this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=r.BeforeAttributeName,this.stateBeforeAttributeName(e))},e.prototype.stateBeforeClosingTagName=function(e){a(e)||(e===t.Gt?this.state=r.Text:(this.state=this.isTagStartChar(e)?r.InClosingTagName:r.InSpecialComment,this.sectionStart=this.index))},e.prototype.stateInClosingTagName=function(e){(e===t.Gt||a(e))&&(this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=r.AfterClosingTagName,this.stateAfterClosingTagName(e))},e.prototype.stateAfterClosingTagName=function(e){(e===t.Gt||this.fastForwardTo(t.Gt))&&(this.state=r.Text,this.baseState=r.Text,this.sectionStart=this.index+1)},e.prototype.stateBeforeAttributeName=function(e){e===t.Gt?(this.cbs.onopentagend(this.index),this.isSpecial?(this.state=r.InSpecialTag,this.sequenceIndex=0):this.state=r.Text,this.baseState=this.state,this.sectionStart=this.index+1):e===t.Slash?this.state=r.InSelfClosingTag:a(e)||(this.state=r.InAttributeName,this.sectionStart=this.index)},e.prototype.stateInSelfClosingTag=function(e){e===t.Gt?(this.cbs.onselfclosingtag(this.index),this.state=r.Text,this.baseState=r.Text,this.sectionStart=this.index+1,this.isSpecial=!1):a(e)||(this.state=r.BeforeAttributeName,this.stateBeforeAttributeName(e))},e.prototype.stateInAttributeName=function(e){(e===t.Eq||o(e))&&(this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=r.AfterAttributeName,this.stateAfterAttributeName(e))},e.prototype.stateAfterAttributeName=function(e){e===t.Eq?this.state=r.BeforeAttributeValue:e===t.Slash||e===t.Gt?(this.cbs.onattribend(n.NoValue,this.index),this.state=r.BeforeAttributeName,this.stateBeforeAttributeName(e)):a(e)||(this.cbs.onattribend(n.NoValue,this.index),this.state=r.InAttributeName,this.sectionStart=this.index)},e.prototype.stateBeforeAttributeValue=function(e){e===t.DoubleQuote?(this.state=r.InAttributeValueDq,this.sectionStart=this.index+1):e===t.SingleQuote?(this.state=r.InAttributeValueSq,this.sectionStart=this.index+1):a(e)||(this.sectionStart=this.index,this.state=r.InAttributeValueNq,this.stateInAttributeValueNoQuotes(e))},e.prototype.handleInAttributeValue=function(e,i){e===i||!this.decodeEntities&&this.fastForwardTo(i)?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(i===t.DoubleQuote?n.Double:n.Single,this.index),this.state=r.BeforeAttributeName):this.decodeEntities&&e===t.Amp&&(this.baseState=this.state,this.state=r.BeforeEntity)},e.prototype.stateInAttributeValueDoubleQuotes=function(e){this.handleInAttributeValue(e,t.DoubleQuote)},e.prototype.stateInAttributeValueSingleQuotes=function(e){this.handleInAttributeValue(e,t.SingleQuote)},e.prototype.stateInAttributeValueNoQuotes=function(e){a(e)||e===t.Gt?(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(n.Unquoted,this.index),this.state=r.BeforeAttributeName,this.stateBeforeAttributeName(e)):this.decodeEntities&&e===t.Amp&&(this.baseState=this.state,this.state=r.BeforeEntity)},e.prototype.stateBeforeDeclaration=function(e){e===t.OpeningSquareBracket?(this.state=r.CDATASequence,this.sequenceIndex=0):this.state=e===t.Dash?r.BeforeComment:r.InDeclaration},e.prototype.stateInDeclaration=function(e){(e===t.Gt||this.fastForwardTo(t.Gt))&&(this.cbs.ondeclaration(this.sectionStart,this.index),this.state=r.Text,this.sectionStart=this.index+1)},e.prototype.stateInProcessingInstruction=function(e){(e===t.Gt||this.fastForwardTo(t.Gt))&&(this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=r.Text,this.sectionStart=this.index+1)},e.prototype.stateBeforeComment=function(e){e===t.Dash?(this.state=r.InCommentLike,this.currentSequence=u.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1):this.state=r.InDeclaration},e.prototype.stateInSpecialComment=function(e){(e===t.Gt||this.fastForwardTo(t.Gt))&&(this.cbs.oncomment(this.sectionStart,this.index,0),this.state=r.Text,this.sectionStart=this.index+1)},e.prototype.stateBeforeSpecialS=function(e){var t=32|e;t===u.ScriptEnd[3]?this.startSpecial(u.ScriptEnd,4):t===u.StyleEnd[3]?this.startSpecial(u.StyleEnd,4):(this.state=r.InTagName,this.stateInTagName(e))},e.prototype.stateBeforeEntity=function(e){this.entityExcess=1,this.entityResult=0,e===t.Number?this.state=r.BeforeNumericEntity:e===t.Amp||(this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=r.InNamedEntity,this.stateInNamedEntity(e))},e.prototype.stateInNamedEntity=function(e){if(this.entityExcess+=1,this.trieIndex=(0,i.determineBranch)(this.entityTrie,this.trieCurrent,this.trieIndex+1,e),this.trieIndex<0)return this.emitNamedEntity(),void this.index--;this.trieCurrent=this.entityTrie[this.trieIndex];var r=this.trieCurrent&i.BinTrieFlags.VALUE_LENGTH;if(r){var n=(r>>14)-1;if(this.allowLegacyEntity()||e===t.Semi){var a=this.index-this.entityExcess+1;a>this.sectionStart&&this.emitPartial(this.sectionStart,a),this.entityResult=this.trieIndex,this.trieIndex+=n,this.entityExcess=0,this.sectionStart=this.index+1,0===n&&this.emitNamedEntity()}else this.trieIndex+=n}},e.prototype.emitNamedEntity=function(){if(this.state=this.baseState,0!==this.entityResult)switch((this.entityTrie[this.entityResult]&i.BinTrieFlags.VALUE_LENGTH)>>14){case 1:this.emitCodePoint(this.entityTrie[this.entityResult]&~i.BinTrieFlags.VALUE_LENGTH);break;case 2:this.emitCodePoint(this.entityTrie[this.entityResult+1]);break;case 3:this.emitCodePoint(this.entityTrie[this.entityResult+1]),this.emitCodePoint(this.entityTrie[this.entityResult+2])}},e.prototype.stateBeforeNumericEntity=function(e){(32|e)===t.LowerX?(this.entityExcess++,this.state=r.InHexEntity):(this.state=r.InNumericEntity,this.stateInNumericEntity(e))},e.prototype.emitNumericEntity=function(e){var t=this.index-this.entityExcess-1;t+2+Number(this.state===r.InHexEntity)!==this.index&&(t>this.sectionStart&&this.emitPartial(this.sectionStart,t),this.sectionStart=this.index+Number(e),this.emitCodePoint((0,i.replaceCodePoint)(this.entityResult))),this.state=this.baseState},e.prototype.stateInNumericEntity=function(e){e===t.Semi?this.emitNumericEntity(!0):s(e)?(this.entityResult=10*this.entityResult+(e-t.Zero),this.entityExcess++):(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--)},e.prototype.stateInHexEntity=function(e){e===t.Semi?this.emitNumericEntity(!0):s(e)?(this.entityResult=16*this.entityResult+(e-t.Zero),this.entityExcess++):!function(e){return e>=t.UpperA&&e<=t.UpperF||e>=t.LowerA&&e<=t.LowerF}(e)?(this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state=this.baseState,this.index--):(this.entityResult=16*this.entityResult+((32|e)-t.LowerA+10),this.entityExcess++)},e.prototype.allowLegacyEntity=function(){return!this.xmlMode&&(this.baseState===r.Text||this.baseState===r.InSpecialTag)},e.prototype.cleanup=function(){this.running&&this.sectionStart!==this.index&&(this.state===r.Text||this.state===r.InSpecialTag&&0===this.sequenceIndex?(this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index):this.state!==r.InAttributeValueDq&&this.state!==r.InAttributeValueSq&&this.state!==r.InAttributeValueNq||(this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index))},e.prototype.shouldContinue=function(){return this.index<this.buffer.length+this.offset&&this.running},e.prototype.parse=function(){for(;this.shouldContinue();){var e=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case r.Text:this.stateText(e);break;case r.SpecialStartSequence:this.stateSpecialStartSequence(e);break;case r.InSpecialTag:this.stateInSpecialTag(e);break;case r.CDATASequence:this.stateCDATASequence(e);break;case r.InAttributeValueDq:this.stateInAttributeValueDoubleQuotes(e);break;case r.InAttributeName:this.stateInAttributeName(e);break;case r.InCommentLike:this.stateInCommentLike(e);break;case r.InSpecialComment:this.stateInSpecialComment(e);break;case r.BeforeAttributeName:this.stateBeforeAttributeName(e);break;case r.InTagName:this.stateInTagName(e);break;case r.InClosingTagName:this.stateInClosingTagName(e);break;case r.BeforeTagName:this.stateBeforeTagName(e);break;case r.AfterAttributeName:this.stateAfterAttributeName(e);break;case r.InAttributeValueSq:this.stateInAttributeValueSingleQuotes(e);break;case r.BeforeAttributeValue:this.stateBeforeAttributeValue(e);break;case r.BeforeClosingTagName:this.stateBeforeClosingTagName(e);break;case r.AfterClosingTagName:this.stateAfterClosingTagName(e);break;case r.BeforeSpecialS:this.stateBeforeSpecialS(e);break;case r.InAttributeValueNq:this.stateInAttributeValueNoQuotes(e);break;case r.InSelfClosingTag:this.stateInSelfClosingTag(e);break;case r.InDeclaration:this.stateInDeclaration(e);break;case r.BeforeDeclaration:this.stateBeforeDeclaration(e);break;case r.BeforeComment:this.stateBeforeComment(e);break;case r.InProcessingInstruction:this.stateInProcessingInstruction(e);break;case r.InNamedEntity:this.stateInNamedEntity(e);break;case r.BeforeEntity:this.stateBeforeEntity(e);break;case r.InHexEntity:this.stateInHexEntity(e);break;case r.InNumericEntity:this.stateInNumericEntity(e);break;default:this.stateBeforeNumericEntity(e)}this.index++}this.cleanup()},e.prototype.finish=function(){this.state===r.InNamedEntity&&this.emitNamedEntity(),this.sectionStart<this.index&&this.handleTrailingData(),this.cbs.onend()},e.prototype.handleTrailingData=function(){var e=this.buffer.length+this.offset;this.state===r.InCommentLike?this.currentSequence===u.CdataEnd?this.cbs.oncdata(this.sectionStart,e,0):this.cbs.oncomment(this.sectionStart,e,0):this.state===r.InNumericEntity&&this.allowLegacyEntity()||this.state===r.InHexEntity&&this.allowLegacyEntity()?this.emitNumericEntity(!1):this.state===r.InTagName||this.state===r.BeforeAttributeName||this.state===r.BeforeAttributeValue||this.state===r.AfterAttributeName||this.state===r.InAttributeName||this.state===r.InAttributeValueSq||this.state===r.InAttributeValueDq||this.state===r.InAttributeValueNq||this.state===r.InClosingTagName||this.cbs.ontext(this.sectionStart,e)},e.prototype.emitPartial=function(e,t){this.baseState!==r.Text&&this.baseState!==r.InSpecialTag?this.cbs.onattribdata(e,t):this.cbs.ontext(e,t)},e.prototype.emitCodePoint=function(e){this.baseState!==r.Text&&this.baseState!==r.InSpecialTag?this.cbs.onattribentity(e):this.cbs.ontextentity(e)},e}();e.default=l}(Tokenizer);var __createBinding$1=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),__setModuleDefault$1=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),__importStar$1=commonjsGlobal&&commonjsGlobal.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&__createBinding$1(t,e,r);return __setModuleDefault$1(t,e),t};Object.defineProperty(Parser$3,"__esModule",{value:!0}),Parser$3.Parser=void 0;var Tokenizer_js_1=__importStar$1(Tokenizer),decode_js_1=decode$1,formTags=new Set(["input","option","optgroup","select","button","datalist","textarea"]),pTag=new Set(["p"]),tableSectionTags=new Set(["thead","tbody"]),ddtTags=new Set(["dd","dt"]),rtpTags=new Set(["rt","rp"]),openImpliesClose=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",pTag],["h1",pTag],["h2",pTag],["h3",pTag],["h4",pTag],["h5",pTag],["h6",pTag],["select",formTags],["input",formTags],["output",formTags],["button",formTags],["datalist",formTags],["textarea",formTags],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",ddtTags],["dt",ddtTags],["address",pTag],["article",pTag],["aside",pTag],["blockquote",pTag],["details",pTag],["div",pTag],["dl",pTag],["fieldset",pTag],["figcaption",pTag],["figure",pTag],["footer",pTag],["form",pTag],["header",pTag],["hr",pTag],["main",pTag],["nav",pTag],["ol",pTag],["pre",pTag],["section",pTag],["table",pTag],["ul",pTag],["rt",rtpTags],["rp",rtpTags],["tbody",tableSectionTags],["tfoot",tableSectionTags]]),voidElements=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),foreignContextElements=new Set(["math","svg"]),htmlIntegrationElements=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),reNameEnd=/\s|\//,Parser$2=function(){function e(e,t){var r,n,i,a,o;void 0===t&&(t={}),this.options=t,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=null!=e?e:{},this.lowerCaseTagNames=null!==(r=t.lowerCaseTags)&&void 0!==r?r:!t.xmlMode,this.lowerCaseAttributeNames=null!==(n=t.lowerCaseAttributeNames)&&void 0!==n?n:!t.xmlMode,this.tokenizer=new(null!==(i=t.Tokenizer)&&void 0!==i?i:Tokenizer_js_1.default)(this.options,this),null===(o=(a=this.cbs).onparserinit)||void 0===o||o.call(a,this)}return e.prototype.ontext=function(e,t){var r,n,i=this.getSlice(e,t);this.endIndex=t-1,null===(n=(r=this.cbs).ontext)||void 0===n||n.call(r,i),this.startIndex=t},e.prototype.ontextentity=function(e){var t,r,n=this.tokenizer.getSectionStart();this.endIndex=n-1,null===(r=(t=this.cbs).ontext)||void 0===r||r.call(t,(0,decode_js_1.fromCodePoint)(e)),this.startIndex=n},e.prototype.isVoidElement=function(e){return!this.options.xmlMode&&voidElements.has(e)},e.prototype.onopentagname=function(e,t){this.endIndex=t;var r=this.getSlice(e,t);this.lowerCaseTagNames&&(r=r.toLowerCase()),this.emitOpenTag(r)},e.prototype.emitOpenTag=function(e){var t,r,n,i;this.openTagStart=this.startIndex,this.tagname=e;var a=!this.options.xmlMode&&openImpliesClose.get(e);if(a)for(;this.stack.length>0&&a.has(this.stack[this.stack.length-1]);){var o=this.stack.pop();null===(r=(t=this.cbs).onclosetag)||void 0===r||r.call(t,o,!0)}this.isVoidElement(e)||(this.stack.push(e),foreignContextElements.has(e)?this.foreignContext.push(!0):htmlIntegrationElements.has(e)&&this.foreignContext.push(!1)),null===(i=(n=this.cbs).onopentagname)||void 0===i||i.call(n,e),this.cbs.onopentag&&(this.attribs={})},e.prototype.endOpenTag=function(e){var t,r;this.startIndex=this.openTagStart,this.attribs&&(null===(r=(t=this.cbs).onopentag)||void 0===r||r.call(t,this.tagname,this.attribs,e),this.attribs=null),this.cbs.onclosetag&&this.isVoidElement(this.tagname)&&this.cbs.onclosetag(this.tagname,!0),this.tagname=""},e.prototype.onopentagend=function(e){this.endIndex=e,this.endOpenTag(!1),this.startIndex=e+1},e.prototype.onclosetag=function(e,t){var r,n,i,a,o,s;this.endIndex=t;var u=this.getSlice(e,t);if(this.lowerCaseTagNames&&(u=u.toLowerCase()),(foreignContextElements.has(u)||htmlIntegrationElements.has(u))&&this.foreignContext.pop(),this.isVoidElement(u))this.options.xmlMode||"br"!==u||(null===(n=(r=this.cbs).onopentagname)||void 0===n||n.call(r,"br"),null===(a=(i=this.cbs).onopentag)||void 0===a||a.call(i,"br",{},!0),null===(s=(o=this.cbs).onclosetag)||void 0===s||s.call(o,"br",!1));else{var l=this.stack.lastIndexOf(u);if(-1!==l)if(this.cbs.onclosetag)for(var c=this.stack.length-l;c--;)this.cbs.onclosetag(this.stack.pop(),0!==c);else this.stack.length=l;else this.options.xmlMode||"p"!==u||(this.emitOpenTag("p"),this.closeCurrentTag(!0))}this.startIndex=t+1},e.prototype.onselfclosingtag=function(e){this.endIndex=e,this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1]?(this.closeCurrentTag(!1),this.startIndex=e+1):this.onopentagend(e)},e.prototype.closeCurrentTag=function(e){var t,r,n=this.tagname;this.endOpenTag(e),this.stack[this.stack.length-1]===n&&(null===(r=(t=this.cbs).onclosetag)||void 0===r||r.call(t,n,!e),this.stack.pop())},e.prototype.onattribname=function(e,t){this.startIndex=e;var r=this.getSlice(e,t);this.attribname=this.lowerCaseAttributeNames?r.toLowerCase():r},e.prototype.onattribdata=function(e,t){this.attribvalue+=this.getSlice(e,t)},e.prototype.onattribentity=function(e){this.attribvalue+=(0,decode_js_1.fromCodePoint)(e)},e.prototype.onattribend=function(e,t){var r,n;this.endIndex=t,null===(n=(r=this.cbs).onattribute)||void 0===n||n.call(r,this.attribname,this.attribvalue,e===Tokenizer_js_1.QuoteType.Double?'"':e===Tokenizer_js_1.QuoteType.Single?"'":e===Tokenizer_js_1.QuoteType.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname)&&(this.attribs[this.attribname]=this.attribvalue),this.attribvalue=""},e.prototype.getInstructionName=function(e){var t=e.search(reNameEnd),r=t<0?e:e.substr(0,t);return this.lowerCaseTagNames&&(r=r.toLowerCase()),r},e.prototype.ondeclaration=function(e,t){this.endIndex=t;var r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction("!".concat(n),"!".concat(r))}this.startIndex=t+1},e.prototype.onprocessinginstruction=function(e,t){this.endIndex=t;var r=this.getSlice(e,t);if(this.cbs.onprocessinginstruction){var n=this.getInstructionName(r);this.cbs.onprocessinginstruction("?".concat(n),"?".concat(r))}this.startIndex=t+1},e.prototype.oncomment=function(e,t,r){var n,i,a,o;this.endIndex=t,null===(i=(n=this.cbs).oncomment)||void 0===i||i.call(n,this.getSlice(e,t-r)),null===(o=(a=this.cbs).oncommentend)||void 0===o||o.call(a),this.startIndex=t+1},e.prototype.oncdata=function(e,t,r){var n,i,a,o,s,u,l,c,d,h;this.endIndex=t;var f=this.getSlice(e,t-r);this.options.xmlMode||this.options.recognizeCDATA?(null===(i=(n=this.cbs).oncdatastart)||void 0===i||i.call(n),null===(o=(a=this.cbs).ontext)||void 0===o||o.call(a,f),null===(u=(s=this.cbs).oncdataend)||void 0===u||u.call(s)):(null===(c=(l=this.cbs).oncomment)||void 0===c||c.call(l,"[CDATA[".concat(f,"]]")),null===(h=(d=this.cbs).oncommentend)||void 0===h||h.call(d)),this.startIndex=t+1},e.prototype.onend=function(){var e,t;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(var r=this.stack.length;r>0;this.cbs.onclosetag(this.stack[--r],!0));}null===(t=(e=this.cbs).onend)||void 0===t||t.call(e)},e.prototype.reset=function(){var e,t,r,n;null===(t=(e=this.cbs).onreset)||void 0===t||t.call(e),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,null===(n=(r=this.cbs).onparserinit)||void 0===n||n.call(r,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1},e.prototype.parseComplete=function(e){this.reset(),this.end(e)},e.prototype.getSlice=function(e,t){for(;e-this.bufferOffset>=this.buffers[0].length;)this.shiftBuffer();for(var r=this.buffers[0].slice(e-this.bufferOffset,t-this.bufferOffset);t-this.bufferOffset>this.buffers[0].length;)this.shiftBuffer(),r+=this.buffers[0].slice(0,t-this.bufferOffset);return r},e.prototype.shiftBuffer=function(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()},e.prototype.write=function(e){var t,r;this.ended?null===(r=(t=this.cbs).onerror)||void 0===r||r.call(t,new Error(".write() after done!")):(this.buffers.push(e),this.tokenizer.running&&(this.tokenizer.write(e),this.writeIndex++))},e.prototype.end=function(e){var t,r;this.ended?null===(r=(t=this.cbs).onerror)||void 0===r||r.call(t,new Error(".end() after done!")):(e&&this.write(e),this.ended=!0,this.tokenizer.end())},e.prototype.pause=function(){this.tokenizer.pause()},e.prototype.resume=function(){for(this.tokenizer.resume();this.tokenizer.running&&this.writeIndex<this.buffers.length;)this.tokenizer.write(this.buffers[this.writeIndex++]);this.ended&&this.tokenizer.end()},e.prototype.parseChunk=function(e){this.write(e)},e.prototype.done=function(e){this.end(e)},e}();Parser$3.Parser=Parser$2;var lib$4={},lib$3={};!function(e){var t;Object.defineProperty(e,"__esModule",{value:!0}),e.Doctype=e.CDATA=e.Tag=e.Style=e.Script=e.Comment=e.Directive=e.Text=e.Root=e.isTag=e.ElementType=void 0,function(e){e.Root="root",e.Text="text",e.Directive="directive",e.Comment="comment",e.Script="script",e.Style="style",e.Tag="tag",e.CDATA="cdata",e.Doctype="doctype"}(t=e.ElementType||(e.ElementType={})),e.isTag=function(e){return e.type===t.Tag||e.type===t.Script||e.type===t.Style},e.Root=t.Root,e.Text=t.Text,e.Directive=t.Directive,e.Comment=t.Comment,e.Script=t.Script,e.Style=t.Style,e.Tag=t.Tag,e.CDATA=t.CDATA,e.Doctype=t.Doctype}(lib$3);var node={},__extends=commonjsGlobal&&commonjsGlobal.__extends||(extendStatics=function(e,t){return extendStatics=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(e[r]=t[r])},extendStatics(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function r(){this.constructor=e}extendStatics(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}),extendStatics,__assign$1=commonjsGlobal&&commonjsGlobal.__assign||function(){return __assign$1=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},__assign$1.apply(this,arguments)};Object.defineProperty(node,"__esModule",{value:!0}),node.cloneNode=node.hasChildren=node.isDocument=node.isDirective=node.isComment=node.isText=node.isCDATA=node.isTag=node.Element=node.Document=node.CDATA=node.NodeWithChildren=node.ProcessingInstruction=node.Comment=node.Text=node.DataNode=node.Node=void 0;var domelementtype_1$1=lib$3,Node$5=function(){function e(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}return Object.defineProperty(e.prototype,"parentNode",{get:function(){return this.parent},set:function(e){this.parent=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"previousSibling",{get:function(){return this.prev},set:function(e){this.prev=e},enumerable:!1,configurable:!0}),Object.defineProperty(e.prototype,"nextSibling",{get:function(){return this.next},set:function(e){this.next=e},enumerable:!1,configurable:!0}),e.prototype.cloneNode=function(e){return void 0===e&&(e=!1),cloneNode$1(this,e)},e}();node.Node=Node$5;var DataNode=function(e){function t(t){var r=e.call(this)||this;return r.data=t,r}return __extends(t,e),Object.defineProperty(t.prototype,"nodeValue",{get:function(){return this.data},set:function(e){this.data=e},enumerable:!1,configurable:!0}),t}(Node$5);node.DataNode=DataNode;var Text$1=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=domelementtype_1$1.ElementType.Text,t}return __extends(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 3},enumerable:!1,configurable:!0}),t}(DataNode);node.Text=Text$1;var Comment$5=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=domelementtype_1$1.ElementType.Comment,t}return __extends(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 8},enumerable:!1,configurable:!0}),t}(DataNode);node.Comment=Comment$5;var ProcessingInstruction=function(e){function t(t,r){var n=e.call(this,r)||this;return n.name=t,n.type=domelementtype_1$1.ElementType.Directive,n}return __extends(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),t}(DataNode);node.ProcessingInstruction=ProcessingInstruction;var NodeWithChildren=function(e){function t(t){var r=e.call(this)||this;return r.children=t,r}return __extends(t,e),Object.defineProperty(t.prototype,"firstChild",{get:function(){var e;return null!==(e=this.children[0])&&void 0!==e?e:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"lastChild",{get:function(){return this.children.length>0?this.children[this.children.length-1]:null},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"childNodes",{get:function(){return this.children},set:function(e){this.children=e},enumerable:!1,configurable:!0}),t}(Node$5);node.NodeWithChildren=NodeWithChildren;var CDATA=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=domelementtype_1$1.ElementType.CDATA,t}return __extends(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 4},enumerable:!1,configurable:!0}),t}(NodeWithChildren);node.CDATA=CDATA;var Document$4=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.type=domelementtype_1$1.ElementType.Root,t}return __extends(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 9},enumerable:!1,configurable:!0}),t}(NodeWithChildren);node.Document=Document$4;var Element=function(e){function t(t,r,n,i){void 0===n&&(n=[]),void 0===i&&(i="script"===t?domelementtype_1$1.ElementType.Script:"style"===t?domelementtype_1$1.ElementType.Style:domelementtype_1$1.ElementType.Tag);var a=e.call(this,n)||this;return a.name=t,a.attribs=r,a.type=i,a}return __extends(t,e),Object.defineProperty(t.prototype,"nodeType",{get:function(){return 1},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"tagName",{get:function(){return this.name},set:function(e){this.name=e},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"attributes",{get:function(){var e=this;return Object.keys(this.attribs).map((function(t){var r,n;return{name:t,value:e.attribs[t],namespace:null===(r=e["x-attribsNamespace"])||void 0===r?void 0:r[t],prefix:null===(n=e["x-attribsPrefix"])||void 0===n?void 0:n[t]}}))},enumerable:!1,configurable:!0}),t}(NodeWithChildren);function isTag(e){return(0,domelementtype_1$1.isTag)(e)}function isCDATA(e){return e.type===domelementtype_1$1.ElementType.CDATA}function isText(e){return e.type===domelementtype_1$1.ElementType.Text}function isComment(e){return e.type===domelementtype_1$1.ElementType.Comment}function isDirective(e){return e.type===domelementtype_1$1.ElementType.Directive}function isDocument(e){return e.type===domelementtype_1$1.ElementType.Root}function hasChildren(e){return Object.prototype.hasOwnProperty.call(e,"children")}function cloneNode$1(e,t){var r;if(void 0===t&&(t=!1),isText(e))r=new Text$1(e.data);else if(isComment(e))r=new Comment$5(e.data);else if(isTag(e)){var n=t?cloneChildren(e.children):[],i=new Element(e.name,__assign$1({},e.attribs),n);n.forEach((function(e){return e.parent=i})),null!=e.namespace&&(i.namespace=e.namespace),e["x-attribsNamespace"]&&(i["x-attribsNamespace"]=__assign$1({},e["x-attribsNamespace"])),e["x-attribsPrefix"]&&(i["x-attribsPrefix"]=__assign$1({},e["x-attribsPrefix"])),r=i}else if(isCDATA(e)){n=t?cloneChildren(e.children):[];var a=new CDATA(n);n.forEach((function(e){return e.parent=a})),r=a}else if(isDocument(e)){n=t?cloneChildren(e.children):[];var o=new Document$4(n);n.forEach((function(e){return e.parent=o})),e["x-mode"]&&(o["x-mode"]=e["x-mode"]),r=o}else{if(!isDirective(e))throw new Error("Not implemented yet: ".concat(e.type));var s=new ProcessingInstruction(e.name,e.data);null!=e["x-name"]&&(s["x-name"]=e["x-name"],s["x-publicId"]=e["x-publicId"],s["x-systemId"]=e["x-systemId"]),r=s}return r.startIndex=e.startIndex,r.endIndex=e.endIndex,null!=e.sourceCodeLocation&&(r.sourceCodeLocation=e.sourceCodeLocation),r}function cloneChildren(e){for(var t=e.map((function(e){return cloneNode$1(e,!0)})),r=1;r<t.length;r++)t[r].prev=t[r-1],t[r-1].next=t[r];return t}node.Element=Element,node.isTag=isTag,node.isCDATA=isCDATA,node.isText=isText,node.isComment=isComment,node.isDirective=isDirective,node.isDocument=isDocument,node.hasChildren=hasChildren,node.cloneNode=cloneNode$1,function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=commonjsGlobal&&commonjsGlobal.__exportStar||function(e,r){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(r,n)||t(r,e,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.DomHandler=void 0;var n=lib$3,i=node;r(node,e);var a={withStartIndices:!1,withEndIndices:!1,xmlMode:!1},o=function(){function e(e,t,r){this.dom=[],this.root=new i.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,"function"==typeof t&&(r=t,t=a),"object"==typeof e&&(t=e,e=void 0),this.callback=null!=e?e:null,this.options=null!=t?t:a,this.elementCB=null!=r?r:null}return e.prototype.onparserinit=function(e){this.parser=e},e.prototype.onreset=function(){this.dom=[],this.root=new i.Document(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null},e.prototype.onend=function(){this.done||(this.done=!0,this.parser=null,this.handleCallback(null))},e.prototype.onerror=function(e){this.handleCallback(e)},e.prototype.onclosetag=function(){this.lastNode=null;var e=this.tagStack.pop();this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),this.elementCB&&this.elementCB(e)},e.prototype.onopentag=function(e,t){var r=this.options.xmlMode?n.ElementType.Tag:void 0,a=new i.Element(e,t,void 0,r);this.addNode(a),this.tagStack.push(a)},e.prototype.ontext=function(e){var t=this.lastNode;if(t&&t.type===n.ElementType.Text)t.data+=e,this.options.withEndIndices&&(t.endIndex=this.parser.endIndex);else{var r=new i.Text(e);this.addNode(r),this.lastNode=r}},e.prototype.oncomment=function(e){if(this.lastNode&&this.lastNode.type===n.ElementType.Comment)this.lastNode.data+=e;else{var t=new i.Comment(e);this.addNode(t),this.lastNode=t}},e.prototype.oncommentend=function(){this.lastNode=null},e.prototype.oncdatastart=function(){var e=new i.Text(""),t=new i.CDATA([e]);this.addNode(t),e.parent=t,this.lastNode=e},e.prototype.oncdataend=function(){this.lastNode=null},e.prototype.onprocessinginstruction=function(e,t){var r=new i.ProcessingInstruction(e,t);this.addNode(r)},e.prototype.handleCallback=function(e){if("function"==typeof this.callback)this.callback(e,this.dom);else if(e)throw e},e.prototype.addNode=function(e){var t=this.tagStack[this.tagStack.length-1],r=t.children[t.children.length-1];this.options.withStartIndices&&(e.startIndex=this.parser.startIndex),this.options.withEndIndices&&(e.endIndex=this.parser.endIndex),t.children.push(e),r&&(e.prev=r,r.next=e),e.parent=t,this.lastNode=null},e}();e.DomHandler=o,e.default=o}(lib$4);var lib$2={},stringify$5={},lib$1={},lib={},decode={},decodeDataHtml={};Object.defineProperty(decodeDataHtml,"__esModule",{value:!0}),decodeDataHtml.default=new Uint16Array('ᵁ<Õıʊҝջאٵ۞ޢߖࠏ੊ઑඡ๭༉༦჊ረዡᐕᒝᓃᓟᔥ\0\0\0\0\0\0ᕫᛍᦍᰒᷝ὾⁠↰⊍⏀⏻⑂⠤⤒ⴈ⹈⿎〖㊺㘹㞬㣾㨨㩱㫠㬮ࠀEMabcfglmnoprstu\\bfms„‹•˜¦³¹ÈÏlig耻Æ䃆P耻&䀦cute耻Á䃁reve;䄂Āiyx}rc耻Â䃂;䐐r;쀀𝔄rave耻À䃀pha;䎑acr;䄀d;橓Āgp¡on;䄄f;쀀𝔸plyFunction;恡ing耻Å䃅Ācs¾Ãr;쀀𝒜ign;扔ilde耻Ã䃃ml耻Ä䃄ЀaceforsuåûþėĜĢħĪĀcrêòkslash;或Ŷöø;櫧ed;挆y;䐑ƀcrtąċĔause;戵noullis;愬a;䎒r;쀀𝔅pf;쀀𝔹eve;䋘còēmpeq;扎܀HOacdefhilorsuōőŖƀƞƢƵƷƺǜȕɳɸɾcy;䐧PY耻©䂩ƀcpyŝŢźute;䄆Ā;iŧŨ拒talDifferentialD;慅leys;愭ȀaeioƉƎƔƘron;䄌dil耻Ç䃇rc;䄈nint;戰ot;䄊ĀdnƧƭilla;䂸terDot;䂷òſi;䎧rcleȀDMPTLJNjǑǖot;抙inus;抖lus;投imes;抗oĀcsǢǸkwiseContourIntegral;戲eCurlyĀDQȃȏoubleQuote;思uote;怙ȀlnpuȞȨɇɕonĀ;eȥȦ户;橴ƀgitȯȶȺruent;扡nt;戯ourIntegral;戮ĀfrɌɎ;愂oduct;成nterClockwiseContourIntegral;戳oss;樯cr;쀀𝒞pĀ;Cʄʅ拓ap;才րDJSZacefiosʠʬʰʴʸˋ˗ˡ˦̳ҍĀ;oŹʥtrahd;椑cy;䐂cy;䐅cy;䐏ƀgrsʿ˄ˇger;怡r;憡hv;櫤Āayː˕ron;䄎;䐔lĀ;t˝˞戇a;䎔r;쀀𝔇Āaf˫̧Ācm˰̢riticalȀADGT̖̜̀̆cute;䂴oŴ̋̍;䋙bleAcute;䋝rave;䁠ilde;䋜ond;拄ferentialD;慆Ѱ̽\0\0\0͔͂\0Ѕf;쀀𝔻ƀ;DE͈͉͍䂨ot;惜qual;扐blèCDLRUVͣͲ΂ϏϢϸontourIntegraìȹoɴ͹\0\0ͻ»͉nArrow;懓Āeo·ΤftƀARTΐΖΡrrow;懐ightArrow;懔eåˊngĀLRΫτeftĀARγιrrow;柸ightArrow;柺ightArrow;柹ightĀATϘϞrrow;懒ee;抨pɁϩ\0\0ϯrrow;懑ownArrow;懕erticalBar;戥ǹABLRTaВЪаўѿͼrrowƀ;BUНОТ憓ar;椓pArrow;懵reve;䌑eft˒к\0ц\0ѐightVector;楐eeVector;楞ectorĀ;Bљњ憽ar;楖ightǔѧ\0ѱeeVector;楟ectorĀ;BѺѻ懁ar;楗eeĀ;A҆҇护rrow;憧ĀctҒҗr;쀀𝒟rok;䄐ࠀNTacdfglmopqstuxҽӀӄӋӞӢӧӮӵԡԯԶՒ՝ՠեG;䅊H耻Ð䃐cute耻É䃉ƀaiyӒӗӜron;䄚rc耻Ê䃊;䐭ot;䄖r;쀀𝔈rave耻È䃈ement;戈ĀapӺӾcr;䄒tyɓԆ\0\0ԒmallSquare;旻erySmallSquare;斫ĀgpԦԪon;䄘f;쀀𝔼silon;䎕uĀaiԼՉlĀ;TՂՃ橵ilde;扂librium;懌Āci՗՚r;愰m;橳a;䎗ml耻Ë䃋Āipժկsts;戃onentialE;慇ʀcfiosօֈ֍ֲ׌y;䐤r;쀀𝔉lledɓ֗\0\0֣mallSquare;旼erySmallSquare;斪Ͱֺ\0ֿ\0\0ׄf;쀀𝔽All;戀riertrf;愱cò׋؀JTabcdfgorstר׬ׯ׺؀ؒؖ؛؝أ٬ٲcy;䐃耻>䀾mmaĀ;d׷׸䎓;䏜reve;䄞ƀeiy؇،ؐdil;䄢rc;䄜;䐓ot;䄠r;쀀𝔊;拙pf;쀀𝔾eater̀EFGLSTصلَٖٛ٦qualĀ;Lؾؿ扥ess;招ullEqual;执reater;檢ess;扷lantEqual;橾ilde;扳cr;쀀𝒢;扫ЀAacfiosuڅڋږڛڞڪھۊRDcy;䐪Āctڐڔek;䋇;䁞irc;䄤r;愌lbertSpace;愋ǰگ\0ڲf;愍izontalLine;攀Āctۃۅòکrok;䄦mpńېۘownHumðįqual;扏܀EJOacdfgmnostuۺ۾܃܇܎ܚܞܡܨ݄ݸދޏޕcy;䐕lig;䄲cy;䐁cute耻Í䃍Āiyܓܘrc耻Î䃎;䐘ot;䄰r;愑rave耻Ì䃌ƀ;apܠܯܿĀcgܴܷr;䄪inaryI;慈lieóϝǴ݉\0ݢĀ;eݍݎ戬Āgrݓݘral;戫section;拂isibleĀCTݬݲomma;恣imes;恢ƀgptݿރވon;䄮f;쀀𝕀a;䎙cr;愐ilde;䄨ǫޚ\0ޞcy;䐆l耻Ï䃏ʀcfosuެ޷޼߂ߐĀiyޱ޵rc;䄴;䐙r;쀀𝔍pf;쀀𝕁ǣ߇\0ߌr;쀀𝒥rcy;䐈kcy;䐄΀HJacfosߤߨ߽߬߱ࠂࠈcy;䐥cy;䐌ppa;䎚Āey߶߻dil;䄶;䐚r;쀀𝔎pf;쀀𝕂cr;쀀𝒦րJTaceflmostࠥࠩࠬࡐࡣ঳সে্਷ੇcy;䐉耻<䀼ʀcmnpr࠷࠼ࡁࡄࡍute;䄹bda;䎛g;柪lacetrf;愒r;憞ƀaeyࡗ࡜ࡡron;䄽dil;䄻;䐛Āfsࡨ॰tԀACDFRTUVarࡾࢩࢱࣦ࣠ࣼयज़ΐ४Ānrࢃ࢏gleBracket;柨rowƀ;BR࢙࢚࢞憐ar;懤ightArrow;懆eiling;挈oǵࢷ\0ࣃbleBracket;柦nǔࣈ\0࣒eeVector;楡ectorĀ;Bࣛࣜ懃ar;楙loor;挊ightĀAV࣯ࣵrrow;憔ector;楎Āerँगeƀ;AVउऊऐ抣rrow;憤ector;楚iangleƀ;BEतथऩ抲ar;槏qual;抴pƀDTVषूौownVector;楑eeVector;楠ectorĀ;Bॖॗ憿ar;楘ectorĀ;B॥०憼ar;楒ightáΜs̀EFGLSTॾঋকঝঢভqualGreater;拚ullEqual;扦reater;扶ess;檡lantEqual;橽ilde;扲r;쀀𝔏Ā;eঽা拘ftarrow;懚idot;䄿ƀnpw৔ਖਛgȀLRlr৞৷ਂਐeftĀAR০৬rrow;柵ightArrow;柷ightArrow;柶eftĀarγਊightáοightáϊf;쀀𝕃erĀLRਢਬeftArrow;憙ightArrow;憘ƀchtਾੀੂòࡌ;憰rok;䅁;扪Ѐacefiosuਗ਼੝੠੷੼અઋ઎p;椅y;䐜Ādl੥੯iumSpace;恟lintrf;愳r;쀀𝔐nusPlus;戓pf;쀀𝕄cò੶;䎜ҀJacefostuણધભીଔଙඑ඗ඞcy;䐊cute;䅃ƀaey઴હાron;䅇dil;䅅;䐝ƀgswે૰଎ativeƀMTV૓૟૨ediumSpace;怋hiĀcn૦૘ë૙eryThiî૙tedĀGL૸ଆreaterGreateòٳessLesóੈLine;䀊r;쀀𝔑ȀBnptଢନଷ଺reak;恠BreakingSpace;䂠f;愕ڀ;CDEGHLNPRSTV୕ୖ୪୼஡௫ఄ౞಄ದ೘ൡඅ櫬Āou୛୤ngruent;扢pCap;扭oubleVerticalBar;戦ƀlqxஃஊ஛ement;戉ualĀ;Tஒஓ扠ilde;쀀≂̸ists;戄reater΀;EFGLSTஶஷ஽௉௓௘௥扯qual;扱ullEqual;쀀≧̸reater;쀀≫̸ess;批lantEqual;쀀⩾̸ilde;扵umpń௲௽ownHump;쀀≎̸qual;쀀≏̸eĀfsఊధtTriangleƀ;BEచఛడ拪ar;쀀⧏̸qual;括s̀;EGLSTవశ఼ౄోౘ扮qual;扰reater;扸ess;쀀≪̸lantEqual;쀀⩽̸ilde;扴estedĀGL౨౹reaterGreater;쀀⪢̸essLess;쀀⪡̸recedesƀ;ESಒಓಛ技qual;쀀⪯̸lantEqual;拠ĀeiಫಹverseElement;戌ghtTriangleƀ;BEೋೌ೒拫ar;쀀⧐̸qual;拭ĀquೝഌuareSuĀbp೨೹setĀ;E೰ೳ쀀⊏̸qual;拢ersetĀ;Eഃആ쀀⊐̸qual;拣ƀbcpഓതൎsetĀ;Eഛഞ쀀⊂⃒qual;抈ceedsȀ;ESTലള഻െ抁qual;쀀⪰̸lantEqual;拡ilde;쀀≿̸ersetĀ;E൘൛쀀⊃⃒qual;抉ildeȀ;EFT൮൯൵ൿ扁qual;扄ullEqual;扇ilde;扉erticalBar;戤cr;쀀𝒩ilde耻Ñ䃑;䎝܀Eacdfgmoprstuvලෂ෉෕ෛ෠෧෼ขภยา฿ไlig;䅒cute耻Ó䃓Āiy෎ීrc耻Ô䃔;䐞blac;䅐r;쀀𝔒rave耻Ò䃒ƀaei෮ෲ෶cr;䅌ga;䎩cron;䎟pf;쀀𝕆enCurlyĀDQฎบoubleQuote;怜uote;怘;橔Āclวฬr;쀀𝒪ash耻Ø䃘iŬื฼de耻Õ䃕es;樷ml耻Ö䃖erĀBP๋๠Āar๐๓r;怾acĀek๚๜;揞et;掴arenthesis;揜Ҁacfhilors๿ງຊຏຒດຝະ໼rtialD;戂y;䐟r;쀀𝔓i;䎦;䎠usMinus;䂱Āipຢອncareplanåڝf;愙Ȁ;eio຺ູ໠໤檻cedesȀ;EST່້໏໚扺qual;檯lantEqual;扼ilde;找me;怳Ādp໩໮uct;戏ortionĀ;aȥ໹l;戝Āci༁༆r;쀀𝒫;䎨ȀUfos༑༖༛༟OT耻"䀢r;쀀𝔔pf;愚cr;쀀𝒬؀BEacefhiorsu༾གྷཇའཱིྦྷྪྭ႖ႩႴႾarr;椐G耻®䂮ƀcnrཎནབute;䅔g;柫rĀ;tཛྷཝ憠l;椖ƀaeyཧཬཱron;䅘dil;䅖;䐠Ā;vླྀཹ愜erseĀEUྂྙĀlq྇ྎement;戋uilibrium;懋pEquilibrium;楯r»ཹo;䎡ghtЀACDFTUVa࿁࿫࿳ဢဨၛႇϘĀnr࿆࿒gleBracket;柩rowƀ;BL࿜࿝࿡憒ar;懥eftArrow;懄eiling;按oǵ࿹\0စbleBracket;柧nǔည\0နeeVector;楝ectorĀ;Bဝသ懂ar;楕loor;挋Āerိ၃eƀ;AVဵံြ抢rrow;憦ector;楛iangleƀ;BEၐၑၕ抳ar;槐qual;抵pƀDTVၣၮၸownVector;楏eeVector;楜ectorĀ;Bႂႃ憾ar;楔ectorĀ;B႑႒懀ar;楓Āpuႛ႞f;愝ndImplies;楰ightarrow;懛ĀchႹႼr;愛;憱leDelayed;槴ڀHOacfhimoqstuფჱჷჽᄙᄞᅑᅖᅡᅧᆵᆻᆿĀCcჩხHcy;䐩y;䐨FTcy;䐬cute;䅚ʀ;aeiyᄈᄉᄎᄓᄗ檼ron;䅠dil;䅞rc;䅜;䐡r;쀀𝔖ortȀDLRUᄪᄴᄾᅉownArrow»ОeftArrow»࢚ightArrow»࿝pArrow;憑gma;䎣allCircle;战pf;쀀𝕊ɲᅭ\0\0ᅰt;戚areȀ;ISUᅻᅼᆉᆯ斡ntersection;抓uĀbpᆏᆞsetĀ;Eᆗᆘ抏qual;抑ersetĀ;Eᆨᆩ抐qual;抒nion;抔cr;쀀𝒮ar;拆ȀbcmpᇈᇛሉላĀ;sᇍᇎ拐etĀ;Eᇍᇕqual;抆ĀchᇠህeedsȀ;ESTᇭᇮᇴᇿ扻qual;檰lantEqual;扽ilde;承Tháྌ;我ƀ;esሒሓሣ拑rsetĀ;Eሜም抃qual;抇et»ሓրHRSacfhiorsሾቄ቉ቕ቞ቱቶኟዂወዑORN耻Þ䃞ADE;愢ĀHc቎ቒcy;䐋y;䐦Ābuቚቜ;䀉;䎤ƀaeyብቪቯron;䅤dil;䅢;䐢r;쀀𝔗Āeiቻ኉Dzኀ\0ኇefore;戴a;䎘Ācn኎ኘkSpace;쀀  Space;怉ldeȀ;EFTካኬኲኼ戼qual;扃ullEqual;扅ilde;扈pf;쀀𝕋ipleDot;惛Āctዖዛr;쀀𝒯rok;䅦ૡዷጎጚጦ\0ጬጱ\0\0\0\0\0ጸጽ፷ᎅ\0᏿ᐄᐊᐐĀcrዻጁute耻Ú䃚rĀ;oጇገ憟cir;楉rǣጓ\0጖y;䐎ve;䅬Āiyጞጣrc耻Û䃛;䐣blac;䅰r;쀀𝔘rave耻Ù䃙acr;䅪Ādiፁ፩erĀBPፈ፝Āarፍፐr;䁟acĀekፗፙ;揟et;掵arenthesis;揝onĀ;P፰፱拃lus;抎Āgp፻፿on;䅲f;쀀𝕌ЀADETadps᎕ᎮᎸᏄϨᏒᏗᏳrrowƀ;BDᅐᎠᎤar;椒ownArrow;懅ownArrow;憕quilibrium;楮eeĀ;AᏋᏌ报rrow;憥ownáϳerĀLRᏞᏨeftArrow;憖ightArrow;憗iĀ;lᏹᏺ䏒on;䎥ing;䅮cr;쀀𝒰ilde;䅨ml耻Ü䃜ҀDbcdefosvᐧᐬᐰᐳᐾᒅᒊᒐᒖash;披ar;櫫y;䐒ashĀ;lᐻᐼ抩;櫦Āerᑃᑅ;拁ƀbtyᑌᑐᑺar;怖Ā;iᑏᑕcalȀBLSTᑡᑥᑪᑴar;戣ine;䁼eparator;杘ilde;所ThinSpace;怊r;쀀𝔙pf;쀀𝕍cr;쀀𝒱dash;抪ʀcefosᒧᒬᒱᒶᒼirc;䅴dge;拀r;쀀𝔚pf;쀀𝕎cr;쀀𝒲Ȁfiosᓋᓐᓒᓘr;쀀𝔛;䎞pf;쀀𝕏cr;쀀𝒳ҀAIUacfosuᓱᓵᓹᓽᔄᔏᔔᔚᔠcy;䐯cy;䐇cy;䐮cute耻Ý䃝Āiyᔉᔍrc;䅶;䐫r;쀀𝔜pf;쀀𝕐cr;쀀𝒴ml;䅸ЀHacdefosᔵᔹᔿᕋᕏᕝᕠᕤcy;䐖cute;䅹Āayᕄᕉron;䅽;䐗ot;䅻Dzᕔ\0ᕛoWidtè૙a;䎖r;愨pf;愤cr;쀀𝒵௡ᖃᖊᖐ\0ᖰᖶᖿ\0\0\0\0ᗆᗛᗫᙟ᙭\0ᚕ᚛ᚲᚹ\0ᚾcute耻á䃡reve;䄃̀;Ediuyᖜᖝᖡᖣᖨᖭ戾;쀀∾̳;房rc耻â䃢te肻´̆;䐰lig耻æ䃦Ā;r²ᖺ;쀀𝔞rave耻à䃠ĀepᗊᗖĀfpᗏᗔsym;愵èᗓha;䎱ĀapᗟcĀclᗤᗧr;䄁g;樿ɤᗰ\0\0ᘊʀ;adsvᗺᗻᗿᘁᘇ戧nd;橕;橜lope;橘;橚΀;elmrszᘘᘙᘛᘞᘿᙏᙙ戠;榤e»ᘙsdĀ;aᘥᘦ戡ѡᘰᘲᘴᘶᘸᘺᘼᘾ;榨;榩;榪;榫;榬;榭;榮;榯tĀ;vᙅᙆ戟bĀ;dᙌᙍ抾;榝Āptᙔᙗh;戢»¹arr;捼Āgpᙣᙧon;䄅f;쀀𝕒΀;Eaeiop዁ᙻᙽᚂᚄᚇᚊ;橰cir;橯;扊d;手s;䀧roxĀ;e዁ᚒñᚃing耻å䃥ƀctyᚡᚦᚨr;쀀𝒶;䀪mpĀ;e዁ᚯñʈilde耻ã䃣ml耻ä䃤Āciᛂᛈoninôɲnt;樑ࠀNabcdefiklnoprsu᛭ᛱᜰ᜼ᝃᝈ᝸᝽០៦ᠹᡐᜍ᤽᥈ᥰot;櫭Ācrᛶ᜞kȀcepsᜀᜅᜍᜓong;扌psilon;䏶rime;怵imĀ;e᜚᜛戽q;拍Ŷᜢᜦee;抽edĀ;gᜬᜭ挅e»ᜭrkĀ;t፜᜷brk;掶Āoyᜁᝁ;䐱quo;怞ʀcmprtᝓ᝛ᝡᝤᝨausĀ;eĊĉptyv;榰séᜌnoõēƀahwᝯ᝱ᝳ;䎲;愶een;扬r;쀀𝔟g΀costuvwឍឝឳេ៕៛៞ƀaiuបពរðݠrc;旯p»፱ƀdptឤឨឭot;樀lus;樁imes;樂ɱឹ\0\0ើcup;樆ar;昅riangleĀdu៍្own;施p;斳plus;樄eåᑄåᒭarow;植ƀako៭ᠦᠵĀcn៲ᠣkƀlst៺֫᠂ozenge;槫riangleȀ;dlr᠒᠓᠘᠝斴own;斾eft;旂ight;斸k;搣Ʊᠫ\0ᠳƲᠯ\0ᠱ;斒;斑4;斓ck;斈ĀeoᠾᡍĀ;qᡃᡆ쀀=⃥uiv;쀀≡⃥t;挐Ȁptwxᡙᡞᡧᡬf;쀀𝕓Ā;tᏋᡣom»Ꮜtie;拈؀DHUVbdhmptuvᢅᢖᢪᢻᣗᣛᣬ᣿ᤅᤊᤐᤡȀLRlrᢎᢐᢒᢔ;敗;敔;敖;敓ʀ;DUduᢡᢢᢤᢦᢨ敐;敦;敩;敤;敧ȀLRlrᢳᢵᢷᢹ;敝;敚;敜;教΀;HLRhlrᣊᣋᣍᣏᣑᣓᣕ救;敬;散;敠;敫;敢;敟ox;槉ȀLRlrᣤᣦᣨᣪ;敕;敒;攐;攌ʀ;DUduڽ᣷᣹᣻᣽;敥;敨;攬;攴inus;抟lus;択imes;抠ȀLRlrᤙᤛᤝ᤟;敛;敘;攘;攔΀;HLRhlrᤰᤱᤳᤵᤷ᤻᤹攂;敪;敡;敞;攼;攤;攜Āevģ᥂bar耻¦䂦Ȁceioᥑᥖᥚᥠr;쀀𝒷mi;恏mĀ;e᜚᜜lƀ;bhᥨᥩᥫ䁜;槅sub;柈Ŭᥴ᥾lĀ;e᥹᥺怢t»᥺pƀ;Eeįᦅᦇ;檮Ā;qۜۛೡᦧ\0᧨ᨑᨕᨲ\0ᨷᩐ\0\0᪴\0\0᫁\0\0ᬡᬮ᭍᭒\0᯽\0ᰌƀcpr᦭ᦲ᧝ute;䄇̀;abcdsᦿᧀᧄ᧊᧕᧙戩nd;橄rcup;橉Āau᧏᧒p;橋p;橇ot;橀;쀀∩︀Āeo᧢᧥t;恁îړȀaeiu᧰᧻ᨁᨅǰ᧵\0᧸s;橍on;䄍dil耻ç䃧rc;䄉psĀ;sᨌᨍ橌m;橐ot;䄋ƀdmnᨛᨠᨦil肻¸ƭptyv;榲t脀¢;eᨭᨮ䂢räƲr;쀀𝔠ƀceiᨽᩀᩍy;䑇ckĀ;mᩇᩈ朓ark»ᩈ;䏇r΀;Ecefms᩟᩠ᩢᩫ᪤᪪᪮旋;槃ƀ;elᩩᩪᩭ䋆q;扗eɡᩴ\0\0᪈rrowĀlr᩼᪁eft;憺ight;憻ʀRSacd᪒᪔᪖᪚᪟»ཇ;擈st;抛irc;抚ash;抝nint;樐id;櫯cir;槂ubsĀ;u᪻᪼晣it»᪼ˬ᫇᫔᫺\0ᬊonĀ;eᫍᫎ䀺Ā;qÇÆɭ᫙\0\0᫢aĀ;t᫞᫟䀬;䁀ƀ;fl᫨᫩᫫戁îᅠeĀmx᫱᫶ent»᫩eóɍǧ᫾\0ᬇĀ;dኻᬂot;橭nôɆƀfryᬐᬔᬗ;쀀𝕔oäɔ脀©;sŕᬝr;愗Āaoᬥᬩrr;憵ss;朗Ācuᬲᬷr;쀀𝒸Ābpᬼ᭄Ā;eᭁᭂ櫏;櫑Ā;eᭉᭊ櫐;櫒dot;拯΀delprvw᭠᭬᭷ᮂᮬᯔ᯹arrĀlr᭨᭪;椸;椵ɰ᭲\0\0᭵r;拞c;拟arrĀ;p᭿ᮀ憶;椽̀;bcdosᮏᮐᮖᮡᮥᮨ截rcap;橈Āauᮛᮞp;橆p;橊ot;抍r;橅;쀀∪︀Ȁalrv᮵ᮿᯞᯣrrĀ;mᮼᮽ憷;椼yƀevwᯇᯔᯘqɰᯎ\0\0ᯒreã᭳uã᭵ee;拎edge;拏en耻¤䂤earrowĀlrᯮ᯳eft»ᮀight»ᮽeäᯝĀciᰁᰇoninôǷnt;戱lcty;挭ঀAHabcdefhijlorstuwz᰸᰻᰿ᱝᱩᱵᲊᲞᲬᲷ᳻᳿ᴍᵻᶑᶫᶻ᷆᷍rò΁ar;楥Ȁglrs᱈ᱍ᱒᱔ger;怠eth;愸òᄳhĀ;vᱚᱛ怐»ऊūᱡᱧarow;椏aã̕Āayᱮᱳron;䄏;䐴ƀ;ao̲ᱼᲄĀgrʿᲁr;懊tseq;橷ƀglmᲑᲔᲘ耻°䂰ta;䎴ptyv;榱ĀirᲣᲨsht;楿;쀀𝔡arĀlrᲳᲵ»ࣜ»သʀaegsv᳂͸᳖᳜᳠mƀ;oș᳊᳔ndĀ;ș᳑uit;晦amma;䏝in;拲ƀ;io᳧᳨᳸䃷de脀÷;o᳧ᳰntimes;拇nø᳷cy;䑒cɯᴆ\0\0ᴊrn;挞op;挍ʀlptuwᴘᴝᴢᵉᵕlar;䀤f;쀀𝕕ʀ;emps̋ᴭᴷᴽᵂqĀ;d͒ᴳot;扑inus;戸lus;戔quare;抡blebarwedgåúnƀadhᄮᵝᵧownarrowóᲃarpoonĀlrᵲᵶefôᲴighôᲶŢᵿᶅkaro÷གɯᶊ\0\0ᶎrn;挟op;挌ƀcotᶘᶣᶦĀryᶝᶡ;쀀𝒹;䑕l;槶rok;䄑Ādrᶰᶴot;拱iĀ;fᶺ᠖斿Āah᷀᷃ròЩaòྦangle;榦Āci᷒ᷕy;䑟grarr;柿ऀDacdefglmnopqrstuxḁḉḙḸոḼṉṡṾấắẽỡἪἷὄ὎὚ĀDoḆᴴoôᲉĀcsḎḔute耻é䃩ter;橮ȀaioyḢḧḱḶron;䄛rĀ;cḭḮ扖耻ê䃪lon;払;䑍ot;䄗ĀDrṁṅot;扒;쀀𝔢ƀ;rsṐṑṗ檚ave耻è䃨Ā;dṜṝ檖ot;檘Ȁ;ilsṪṫṲṴ檙nters;揧;愓Ā;dṹṺ檕ot;檗ƀapsẅẉẗcr;䄓tyƀ;svẒẓẕ戅et»ẓpĀ1;ẝẤijạả;怄;怅怃ĀgsẪẬ;䅋p;怂ĀgpẴẸon;䄙f;쀀𝕖ƀalsỄỎỒrĀ;sỊị拕l;槣us;橱iƀ;lvỚớở䎵on»ớ;䏵ȀcsuvỪỳἋἣĀioữḱrc»Ḯɩỹ\0\0ỻíՈantĀglἂἆtr»ṝess»Ṻƀaeiἒ἖Ἒls;䀽st;扟vĀ;DȵἠD;橸parsl;槥ĀDaἯἳot;打rr;楱ƀcdiἾὁỸr;愯oô͒ĀahὉὋ;䎷耻ð䃰Āmrὓὗl耻ë䃫o;悬ƀcipὡὤὧl;䀡sôծĀeoὬὴctatioîՙnentialåչৡᾒ\0ᾞ\0ᾡᾧ\0\0ῆῌ\0ΐ\0ῦῪ \0 ⁚llingdotseñṄy;䑄male;晀ƀilrᾭᾳ῁lig;耀ffiɩᾹ\0\0᾽g;耀ffig;耀ffl;쀀𝔣lig;耀filig;쀀fjƀaltῙ῜ῡt;晭ig;耀flns;斱of;䆒ǰ΅\0ῳf;쀀𝕗ĀakֿῷĀ;vῼ´拔;櫙artint;樍Āao‌⁕Ācs‑⁒ႉ‸⁅⁈\0⁐β•‥‧‪‬\0‮耻½䂽;慓耻¼䂼;慕;慙;慛Ƴ‴\0‶;慔;慖ʴ‾⁁\0\0⁃耻¾䂾;慗;慜5;慘ƶ⁌\0⁎;慚;慝8;慞l;恄wn;挢cr;쀀𝒻ࢀEabcdefgijlnorstv₂₉₟₥₰₴⃰⃵⃺⃿℃ℒℸ̗ℾ⅒↞Ā;lٍ₇;檌ƀcmpₐₕ₝ute;䇵maĀ;dₜ᳚䎳;檆reve;䄟Āiy₪₮rc;䄝;䐳ot;䄡Ȁ;lqsؾق₽⃉ƀ;qsؾٌ⃄lanô٥Ȁ;cdl٥⃒⃥⃕c;檩otĀ;o⃜⃝檀Ā;l⃢⃣檂;檄Ā;e⃪⃭쀀⋛︀s;檔r;쀀𝔤Ā;gٳ؛mel;愷cy;䑓Ȁ;Eajٚℌℎℐ;檒;檥;檤ȀEaesℛℝ℩ℴ;扩pĀ;p℣ℤ檊rox»ℤĀ;q℮ℯ檈Ā;q℮ℛim;拧pf;쀀𝕘Āci⅃ⅆr;愊mƀ;el٫ⅎ⅐;檎;檐茀>;cdlqr׮ⅠⅪⅮⅳⅹĀciⅥⅧ;檧r;橺ot;拗Par;榕uest;橼ʀadelsↄⅪ←ٖ↛ǰ↉\0↎proø₞r;楸qĀlqؿ↖lesó₈ií٫Āen↣↭rtneqq;쀀≩︀Å↪ԀAabcefkosy⇄⇇⇱⇵⇺∘∝∯≨≽ròΠȀilmr⇐⇔⇗⇛rsðᒄf»․ilôکĀdr⇠⇤cy;䑊ƀ;cwࣴ⇫⇯ir;楈;憭ar;意irc;䄥ƀalr∁∎∓rtsĀ;u∉∊晥it»∊lip;怦con;抹r;쀀𝔥sĀew∣∩arow;椥arow;椦ʀamopr∺∾≃≞≣rr;懿tht;戻kĀlr≉≓eftarrow;憩ightarrow;憪f;쀀𝕙bar;怕ƀclt≯≴≸r;쀀𝒽asè⇴rok;䄧Ābp⊂⊇ull;恃hen»ᱛૡ⊣\0⊪\0⊸⋅⋎\0⋕⋳\0\0⋸⌢⍧⍢⍿\0⎆⎪⎴cute耻í䃭ƀ;iyݱ⊰⊵rc耻î䃮;䐸Ācx⊼⊿y;䐵cl耻¡䂡ĀfrΟ⋉;쀀𝔦rave耻ì䃬Ȁ;inoܾ⋝⋩⋮Āin⋢⋦nt;樌t;戭fin;槜ta;愩lig;䄳ƀaop⋾⌚⌝ƀcgt⌅⌈⌗r;䄫ƀelpܟ⌏⌓inåގarôܠh;䄱f;抷ed;䆵ʀ;cfotӴ⌬⌱⌽⍁are;愅inĀ;t⌸⌹戞ie;槝doô⌙ʀ;celpݗ⍌⍐⍛⍡al;抺Āgr⍕⍙eróᕣã⍍arhk;樗rod;樼Ȁcgpt⍯⍲⍶⍻y;䑑on;䄯f;쀀𝕚a;䎹uest耻¿䂿Āci⎊⎏r;쀀𝒾nʀ;EdsvӴ⎛⎝⎡ӳ;拹ot;拵Ā;v⎦⎧拴;拳Ā;iݷ⎮lde;䄩ǫ⎸\0⎼cy;䑖l耻ï䃯̀cfmosu⏌⏗⏜⏡⏧⏵Āiy⏑⏕rc;䄵;䐹r;쀀𝔧ath;䈷pf;쀀𝕛ǣ⏬\0⏱r;쀀𝒿rcy;䑘kcy;䑔Ѐacfghjos␋␖␢␧␭␱␵␻ppaĀ;v␓␔䎺;䏰Āey␛␠dil;䄷;䐺r;쀀𝔨reen;䄸cy;䑅cy;䑜pf;쀀𝕜cr;쀀𝓀஀ABEHabcdefghjlmnoprstuv⑰⒁⒆⒍⒑┎┽╚▀♎♞♥♹♽⚚⚲⛘❝❨➋⟀⠁⠒ƀart⑷⑺⑼rò৆òΕail;椛arr;椎Ā;gঔ⒋;檋ar;楢ॣ⒥\0⒪\0⒱\0\0\0\0\0⒵Ⓔ\0ⓆⓈⓍ\0⓹ute;䄺mptyv;榴raîࡌbda;䎻gƀ;dlࢎⓁⓃ;榑åࢎ;檅uo耻«䂫rЀ;bfhlpst࢙ⓞⓦⓩ⓫⓮⓱⓵Ā;f࢝ⓣs;椟s;椝ë≒p;憫l;椹im;楳l;憢ƀ;ae⓿─┄檫il;椙Ā;s┉┊檭;쀀⪭︀ƀabr┕┙┝rr;椌rk;杲Āak┢┬cĀek┨┪;䁻;䁛Āes┱┳;榋lĀdu┹┻;榏;榍Ȁaeuy╆╋╖╘ron;䄾Ādi═╔il;䄼ìࢰâ┩;䐻Ȁcqrs╣╦╭╽a;椶uoĀ;rนᝆĀdu╲╷har;楧shar;楋h;憲ʀ;fgqs▋▌উ◳◿扤tʀahlrt▘▤▷◂◨rrowĀ;t࢙□aé⓶arpoonĀdu▯▴own»њp»०eftarrows;懇ightƀahs◍◖◞rrowĀ;sࣴࢧarpoonó྘quigarro÷⇰hreetimes;拋ƀ;qs▋ও◺lanôবʀ;cdgsব☊☍☝☨c;檨otĀ;o☔☕橿Ā;r☚☛檁;檃Ā;e☢☥쀀⋚︀s;檓ʀadegs☳☹☽♉♋pproøⓆot;拖qĀgq♃♅ôউgtò⒌ôছiíলƀilr♕࣡♚sht;楼;쀀𝔩Ā;Eজ♣;檑š♩♶rĀdu▲♮Ā;l॥♳;楪lk;斄cy;䑙ʀ;achtੈ⚈⚋⚑⚖rò◁orneòᴈard;楫ri;旺Āio⚟⚤dot;䅀ustĀ;a⚬⚭掰che»⚭ȀEaes⚻⚽⛉⛔;扨pĀ;p⛃⛄檉rox»⛄Ā;q⛎⛏檇Ā;q⛎⚻im;拦Ѐabnoptwz⛩⛴⛷✚✯❁❇❐Ānr⛮⛱g;柬r;懽rëࣁgƀlmr⛿✍✔eftĀar০✇ightá৲apsto;柼ightá৽parrowĀlr✥✩efô⓭ight;憬ƀafl✶✹✽r;榅;쀀𝕝us;樭imes;樴š❋❏st;戗áፎƀ;ef❗❘᠀旊nge»❘arĀ;l❤❥䀨t;榓ʀachmt❳❶❼➅➇ròࢨorneòᶌarĀ;d྘➃;業;怎ri;抿̀achiqt➘➝ੀ➢➮➻quo;怹r;쀀𝓁mƀ;egল➪➬;檍;檏Ābu┪➳oĀ;rฟ➹;怚rok;䅂萀<;cdhilqrࠫ⟒☹⟜⟠⟥⟪⟰Āci⟗⟙;檦r;橹reå◲mes;拉arr;楶uest;橻ĀPi⟵⟹ar;榖ƀ;ef⠀भ᠛旃rĀdu⠇⠍shar;楊har;楦Āen⠗⠡rtneqq;쀀≨︀Å⠞܀Dacdefhilnopsu⡀⡅⢂⢎⢓⢠⢥⢨⣚⣢⣤ઃ⣳⤂Dot;戺Ȁclpr⡎⡒⡣⡽r耻¯䂯Āet⡗⡙;時Ā;e⡞⡟朠se»⡟Ā;sျ⡨toȀ;dluျ⡳⡷⡻owîҌefôएðᏑker;斮Āoy⢇⢌mma;権;䐼ash;怔asuredangle»ᘦr;쀀𝔪o;愧ƀcdn⢯⢴⣉ro耻µ䂵Ȁ;acdᑤ⢽⣀⣄sôᚧir;櫰ot肻·Ƶusƀ;bd⣒ᤃ⣓戒Ā;uᴼ⣘;横ţ⣞⣡p;櫛ò−ðઁĀdp⣩⣮els;抧f;쀀𝕞Āct⣸⣽r;쀀𝓂pos»ᖝƀ;lm⤉⤊⤍䎼timap;抸ఀGLRVabcdefghijlmoprstuvw⥂⥓⥾⦉⦘⧚⧩⨕⨚⩘⩝⪃⪕⪤⪨⬄⬇⭄⭿⮮ⰴⱧⱼ⳩Āgt⥇⥋;쀀⋙̸Ā;v⥐௏쀀≫⃒ƀelt⥚⥲⥶ftĀar⥡⥧rrow;懍ightarrow;懎;쀀⋘̸Ā;v⥻ే쀀≪⃒ightarrow;懏ĀDd⦎⦓ash;抯ash;抮ʀbcnpt⦣⦧⦬⦱⧌la»˞ute;䅄g;쀀∠⃒ʀ;Eiop඄⦼⧀⧅⧈;쀀⩰̸d;쀀≋̸s;䅉roø඄urĀ;a⧓⧔普lĀ;s⧓ସdz⧟\0⧣p肻 ଷmpĀ;e௹ఀʀaeouy⧴⧾⨃⨐⨓ǰ⧹\0⧻;橃on;䅈dil;䅆ngĀ;dൾ⨊ot;쀀⩭̸p;橂;䐽ash;怓΀;Aadqsxஒ⨩⨭⨻⩁⩅⩐rr;懗rĀhr⨳⨶k;椤Ā;oᏲᏰot;쀀≐̸uiöୣĀei⩊⩎ar;椨í஘istĀ;s஠டr;쀀𝔫ȀEest௅⩦⩹⩼ƀ;qs஼⩭௡ƀ;qs஼௅⩴lanô௢ií௪Ā;rஶ⪁»ஷƀAap⪊⪍⪑rò⥱rr;憮ar;櫲ƀ;svྍ⪜ྌĀ;d⪡⪢拼;拺cy;䑚΀AEadest⪷⪺⪾⫂⫅⫶⫹rò⥦;쀀≦̸rr;憚r;急Ȁ;fqs఻⫎⫣⫯tĀar⫔⫙rro÷⫁ightarro÷⪐ƀ;qs఻⪺⫪lanôౕĀ;sౕ⫴»శiíౝĀ;rవ⫾iĀ;eచథiäඐĀpt⬌⬑f;쀀𝕟膀¬;in⬙⬚⬶䂬nȀ;Edvஉ⬤⬨⬮;쀀⋹̸ot;쀀⋵̸ǡஉ⬳⬵;拷;拶iĀ;vಸ⬼ǡಸ⭁⭃;拾;拽ƀaor⭋⭣⭩rȀ;ast୻⭕⭚⭟lleì୻l;쀀⫽⃥;쀀∂̸lint;樔ƀ;ceಒ⭰⭳uåಥĀ;cಘ⭸Ā;eಒ⭽ñಘȀAait⮈⮋⮝⮧rò⦈rrƀ;cw⮔⮕⮙憛;쀀⤳̸;쀀↝̸ghtarrow»⮕riĀ;eೋೖ΀chimpqu⮽⯍⯙⬄୸⯤⯯Ȁ;cerല⯆ഷ⯉uå൅;쀀𝓃ortɭ⬅\0\0⯖ará⭖mĀ;e൮⯟Ā;q൴൳suĀbp⯫⯭å೸åഋƀbcp⯶ⰑⰙȀ;Ees⯿ⰀഢⰄ抄;쀀⫅̸etĀ;eഛⰋqĀ;qണⰀcĀ;eലⰗñസȀ;EesⰢⰣൟⰧ抅;쀀⫆̸etĀ;e൘ⰮqĀ;qൠⰣȀgilrⰽⰿⱅⱇìௗlde耻ñ䃱çృiangleĀlrⱒⱜeftĀ;eచⱚñదightĀ;eೋⱥñ೗Ā;mⱬⱭ䎽ƀ;esⱴⱵⱹ䀣ro;愖p;怇ҀDHadgilrsⲏⲔⲙⲞⲣⲰⲶⳓⳣash;抭arr;椄p;쀀≍⃒ash;抬ĀetⲨⲬ;쀀≥⃒;쀀>⃒nfin;槞ƀAetⲽⳁⳅrr;椂;쀀≤⃒Ā;rⳊⳍ쀀<⃒ie;쀀⊴⃒ĀAtⳘⳜrr;椃rie;쀀⊵⃒im;쀀∼⃒ƀAan⳰⳴ⴂrr;懖rĀhr⳺⳽k;椣Ā;oᏧᏥear;椧ቓ᪕\0\0\0\0\0\0\0\0\0\0\0\0\0ⴭ\0ⴸⵈⵠⵥ⵲ⶄᬇ\0\0ⶍⶫ\0ⷈⷎ\0ⷜ⸙⸫⸾⹃Ācsⴱ᪗ute耻ó䃳ĀiyⴼⵅrĀ;c᪞ⵂ耻ô䃴;䐾ʀabios᪠ⵒⵗLjⵚlac;䅑v;樸old;榼lig;䅓Ācr⵩⵭ir;榿;쀀𝔬ͯ⵹\0\0⵼\0ⶂn;䋛ave耻ò䃲;槁Ābmⶈ෴ar;榵Ȁacitⶕ⶘ⶥⶨrò᪀Āir⶝ⶠr;榾oss;榻nå๒;槀ƀaeiⶱⶵⶹcr;䅍ga;䏉ƀcdnⷀⷅǍron;䎿;榶pf;쀀𝕠ƀaelⷔ⷗ǒr;榷rp;榹΀;adiosvⷪⷫⷮ⸈⸍⸐⸖戨rò᪆Ȁ;efmⷷⷸ⸂⸅橝rĀ;oⷾⷿ愴f»ⷿ耻ª䂪耻º䂺gof;抶r;橖lope;橗;橛ƀclo⸟⸡⸧ò⸁ash耻ø䃸l;折iŬⸯ⸴de耻õ䃵esĀ;aǛ⸺s;樶ml耻ö䃶bar;挽ૡ⹞\0⹽\0⺀⺝\0⺢⺹\0\0⻋ຜ\0⼓\0\0⼫⾼\0⿈rȀ;astЃ⹧⹲຅脀¶;l⹭⹮䂶leìЃɩ⹸\0\0⹻m;櫳;櫽y;䐿rʀcimpt⺋⺏⺓ᡥ⺗nt;䀥od;䀮il;怰enk;怱r;쀀𝔭ƀimo⺨⺰⺴Ā;v⺭⺮䏆;䏕maô੶ne;明ƀ;tv⺿⻀⻈䏀chfork»´;䏖Āau⻏⻟nĀck⻕⻝kĀ;h⇴⻛;愎ö⇴sҀ;abcdemst⻳⻴ᤈ⻹⻽⼄⼆⼊⼎䀫cir;樣ir;樢Āouᵀ⼂;樥;橲n肻±ຝim;樦wo;樧ƀipu⼙⼠⼥ntint;樕f;쀀𝕡nd耻£䂣Ԁ;Eaceinosu່⼿⽁⽄⽇⾁⾉⾒⽾⾶;檳p;檷uå໙Ā;c໎⽌̀;acens່⽙⽟⽦⽨⽾pproø⽃urlyeñ໙ñ໎ƀaes⽯⽶⽺pprox;檹qq;檵im;拨iíໟmeĀ;s⾈ຮ怲ƀEas⽸⾐⽺ð⽵ƀdfp໬⾙⾯ƀals⾠⾥⾪lar;挮ine;挒urf;挓Ā;t໻⾴ï໻rel;抰Āci⿀⿅r;쀀𝓅;䏈ncsp;怈̀fiopsu⿚⋢⿟⿥⿫⿱r;쀀𝔮pf;쀀𝕢rime;恗cr;쀀𝓆ƀaeo⿸〉〓tĀei⿾々rnionóڰnt;樖stĀ;e【】䀿ñἙô༔઀ABHabcdefhilmnoprstux぀けさすムㄎㄫㅇㅢㅲㆎ㈆㈕㈤㈩㉘㉮㉲㊐㊰㊷ƀartぇおがròႳòϝail;検aròᱥar;楤΀cdenqrtとふへみわゔヌĀeuねぱ;쀀∽̱te;䅕iãᅮmptyv;榳gȀ;del࿑らるろ;榒;榥å࿑uo耻»䂻rր;abcfhlpstw࿜ガクシスゼゾダッデナp;極Ā;f࿠ゴs;椠;椳s;椞ë≝ð✮l;楅im;楴l;憣;憝Āaiパフil;椚oĀ;nホボ戶aló༞ƀabrョリヮrò៥rk;杳ĀakンヽcĀekヹ・;䁽;䁝Āes㄂㄄;榌lĀduㄊㄌ;榎;榐Ȁaeuyㄗㄜㄧㄩron;䅙Ādiㄡㄥil;䅗ì࿲âヺ;䑀Ȁclqsㄴㄷㄽㅄa;椷dhar;楩uoĀ;rȎȍh;憳ƀacgㅎㅟངlȀ;ipsླྀㅘㅛႜnåႻarôྩt;断ƀilrㅩဣㅮsht;楽;쀀𝔯ĀaoㅷㆆrĀduㅽㅿ»ѻĀ;l႑ㆄ;楬Ā;vㆋㆌ䏁;䏱ƀgns㆕ㇹㇼht̀ahlrstㆤㆰ㇂㇘㇤㇮rrowĀ;t࿜ㆭaéトarpoonĀduㆻㆿowîㅾp»႒eftĀah㇊㇐rrowó࿪arpoonóՑightarrows;應quigarro÷ニhreetimes;拌g;䋚ingdotseñἲƀahm㈍㈐㈓rò࿪aòՑ;怏oustĀ;a㈞㈟掱che»㈟mid;櫮Ȁabpt㈲㈽㉀㉒Ānr㈷㈺g;柭r;懾rëဃƀafl㉇㉊㉎r;榆;쀀𝕣us;樮imes;樵Āap㉝㉧rĀ;g㉣㉤䀩t;榔olint;樒arò㇣Ȁachq㉻㊀Ⴜ㊅quo;怺r;쀀𝓇Ābu・㊊oĀ;rȔȓƀhir㊗㊛㊠reåㇸmes;拊iȀ;efl㊪ၙᠡ㊫方tri;槎luhar;楨;愞ൡ㋕㋛㋟㌬㌸㍱\0㍺㎤\0\0㏬㏰\0㐨㑈㑚㒭㒱㓊㓱\0㘖\0\0㘳cute;䅛quï➺Ԁ;Eaceinpsyᇭ㋳㋵㋿㌂㌋㌏㌟㌦㌩;檴ǰ㋺\0㋼;檸on;䅡uåᇾĀ;dᇳ㌇il;䅟rc;䅝ƀEas㌖㌘㌛;檶p;檺im;择olint;樓iíሄ;䑁otƀ;be㌴ᵇ㌵担;橦΀Aacmstx㍆㍊㍗㍛㍞㍣㍭rr;懘rĀhr㍐㍒ë∨Ā;oਸ਼਴t耻§䂧i;䀻war;椩mĀin㍩ðnuóñt;朶rĀ;o㍶⁕쀀𝔰Ȁacoy㎂㎆㎑㎠rp;景Āhy㎋㎏cy;䑉;䑈rtɭ㎙\0\0㎜iäᑤaraì⹯耻­䂭Āgm㎨㎴maƀ;fv㎱㎲㎲䏃;䏂Ѐ;deglnprካ㏅㏉㏎㏖㏞㏡㏦ot;橪Ā;q኱ኰĀ;E㏓㏔檞;檠Ā;E㏛㏜檝;檟e;扆lus;樤arr;楲aròᄽȀaeit㏸㐈㐏㐗Āls㏽㐄lsetmé㍪hp;樳parsl;槤Ādlᑣ㐔e;挣Ā;e㐜㐝檪Ā;s㐢㐣檬;쀀⪬︀ƀflp㐮㐳㑂tcy;䑌Ā;b㐸㐹䀯Ā;a㐾㐿槄r;挿f;쀀𝕤aĀdr㑍ЂesĀ;u㑔㑕晠it»㑕ƀcsu㑠㑹㒟Āau㑥㑯pĀ;sᆈ㑫;쀀⊓︀pĀ;sᆴ㑵;쀀⊔︀uĀbp㑿㒏ƀ;esᆗᆜ㒆etĀ;eᆗ㒍ñᆝƀ;esᆨᆭ㒖etĀ;eᆨ㒝ñᆮƀ;afᅻ㒦ְrť㒫ֱ»ᅼaròᅈȀcemt㒹㒾㓂㓅r;쀀𝓈tmîñiì㐕aræᆾĀar㓎㓕rĀ;f㓔ឿ昆Āan㓚㓭ightĀep㓣㓪psiloîỠhé⺯s»⡒ʀbcmnp㓻㕞ሉ㖋㖎Ҁ;Edemnprs㔎㔏㔑㔕㔞㔣㔬㔱㔶抂;櫅ot;檽Ā;dᇚ㔚ot;櫃ult;櫁ĀEe㔨㔪;櫋;把lus;檿arr;楹ƀeiu㔽㕒㕕tƀ;en㔎㕅㕋qĀ;qᇚ㔏eqĀ;q㔫㔨m;櫇Ābp㕚㕜;櫕;櫓c̀;acensᇭ㕬㕲㕹㕻㌦pproø㋺urlyeñᇾñᇳƀaes㖂㖈㌛pproø㌚qñ㌗g;晪ڀ123;Edehlmnps㖩㖬㖯ሜ㖲㖴㗀㗉㗕㗚㗟㗨㗭耻¹䂹耻²䂲耻³䂳;櫆Āos㖹㖼t;檾ub;櫘Ā;dሢ㗅ot;櫄sĀou㗏㗒l;柉b;櫗arr;楻ult;櫂ĀEe㗤㗦;櫌;抋lus;櫀ƀeiu㗴㘉㘌tƀ;enሜ㗼㘂qĀ;qሢ㖲eqĀ;q㗧㗤m;櫈Ābp㘑㘓;櫔;櫖ƀAan㘜㘠㘭rr;懙rĀhr㘦㘨ë∮Ā;oਫ਩war;椪lig耻ß䃟௡㙑㙝㙠ዎ㙳㙹\0㙾㛂\0\0\0\0\0㛛㜃\0㜉㝬\0\0\0㞇ɲ㙖\0\0㙛get;挖;䏄rë๟ƀaey㙦㙫㙰ron;䅥dil;䅣;䑂lrec;挕r;쀀𝔱Ȁeiko㚆㚝㚵㚼Dz㚋\0㚑eĀ4fኄኁaƀ;sv㚘㚙㚛䎸ym;䏑Ācn㚢㚲kĀas㚨㚮pproø዁im»ኬsðኞĀas㚺㚮ð዁rn耻þ䃾Ǭ̟㛆⋧es膀×;bd㛏㛐㛘䃗Ā;aᤏ㛕r;樱;樰ƀeps㛡㛣㜀á⩍Ȁ;bcf҆㛬㛰㛴ot;挶ir;櫱Ā;o㛹㛼쀀𝕥rk;櫚á㍢rime;怴ƀaip㜏㜒㝤dåቈ΀adempst㜡㝍㝀㝑㝗㝜㝟ngleʀ;dlqr㜰㜱㜶㝀㝂斵own»ᶻeftĀ;e⠀㜾ñम;扜ightĀ;e㊪㝋ñၚot;旬inus;樺lus;樹b;槍ime;樻ezium;揢ƀcht㝲㝽㞁Āry㝷㝻;쀀𝓉;䑆cy;䑛rok;䅧Āio㞋㞎xô᝷headĀlr㞗㞠eftarro÷ࡏightarrow»ཝऀAHabcdfghlmoprstuw㟐㟓㟗㟤㟰㟼㠎㠜㠣㠴㡑㡝㡫㢩㣌㣒㣪㣶ròϭar;楣Ācr㟜㟢ute耻ú䃺òᅐrǣ㟪\0㟭y;䑞ve;䅭Āiy㟵㟺rc耻û䃻;䑃ƀabh㠃㠆㠋ròᎭlac;䅱aòᏃĀir㠓㠘sht;楾;쀀𝔲rave耻ù䃹š㠧㠱rĀlr㠬㠮»ॗ»ႃlk;斀Āct㠹㡍ɯ㠿\0\0㡊rnĀ;e㡅㡆挜r»㡆op;挏ri;旸Āal㡖㡚cr;䅫肻¨͉Āgp㡢㡦on;䅳f;쀀𝕦̀adhlsuᅋ㡸㡽፲㢑㢠ownáᎳarpoonĀlr㢈㢌efô㠭ighô㠯iƀ;hl㢙㢚㢜䏅»ᏺon»㢚parrows;懈ƀcit㢰㣄㣈ɯ㢶\0\0㣁rnĀ;e㢼㢽挝r»㢽op;挎ng;䅯ri;旹cr;쀀𝓊ƀdir㣙㣝㣢ot;拰lde;䅩iĀ;f㜰㣨»᠓Āam㣯㣲rò㢨l耻ü䃼angle;榧ހABDacdeflnoprsz㤜㤟㤩㤭㦵㦸㦽㧟㧤㧨㧳㧹㧽㨁㨠ròϷarĀ;v㤦㤧櫨;櫩asèϡĀnr㤲㤷grt;榜΀eknprst㓣㥆㥋㥒㥝㥤㦖appá␕othinçẖƀhir㓫⻈㥙opô⾵Ā;hᎷ㥢ïㆍĀiu㥩㥭gmá㎳Ābp㥲㦄setneqĀ;q㥽㦀쀀⊊︀;쀀⫋︀setneqĀ;q㦏㦒쀀⊋︀;쀀⫌︀Āhr㦛㦟etá㚜iangleĀlr㦪㦯eft»थight»ၑy;䐲ash»ံƀelr㧄㧒㧗ƀ;beⷪ㧋㧏ar;抻q;扚lip;拮Ābt㧜ᑨaòᑩr;쀀𝔳tré㦮suĀbp㧯㧱»ജ»൙pf;쀀𝕧roð໻tré㦴Ācu㨆㨋r;쀀𝓋Ābp㨐㨘nĀEe㦀㨖»㥾nĀEe㦒㨞»㦐igzag;榚΀cefoprs㨶㨻㩖㩛㩔㩡㩪irc;䅵Ādi㩀㩑Ābg㩅㩉ar;機eĀ;qᗺ㩏;扙erp;愘r;쀀𝔴pf;쀀𝕨Ā;eᑹ㩦atèᑹcr;쀀𝓌ૣណ㪇\0㪋\0㪐㪛\0\0㪝㪨㪫㪯\0\0㫃㫎\0㫘ៜ៟tré៑r;쀀𝔵ĀAa㪔㪗ròσrò৶;䎾ĀAa㪡㪤ròθrò৫að✓is;拻ƀdptឤ㪵㪾Āfl㪺ឩ;쀀𝕩imåឲĀAa㫇㫊ròώròਁĀcq㫒ីr;쀀𝓍Āpt៖㫜ré។Ѐacefiosu㫰㫽㬈㬌㬑㬕㬛㬡cĀuy㫶㫻te耻ý䃽;䑏Āiy㬂㬆rc;䅷;䑋n耻¥䂥r;쀀𝔶cy;䑗pf;쀀𝕪cr;쀀𝓎Ācm㬦㬩y;䑎l耻ÿ䃿Ԁacdefhiosw㭂㭈㭔㭘㭤㭩㭭㭴㭺㮀cute;䅺Āay㭍㭒ron;䅾;䐷ot;䅼Āet㭝㭡træᕟa;䎶r;쀀𝔷cy;䐶grarr;懝pf;쀀𝕫cr;쀀𝓏Ājn㮅㮇;怍j;怌'.split("").map((function(e){return e.charCodeAt(0)})));var decodeDataXml={};Object.defineProperty(decodeDataXml,"__esModule",{value:!0}),decodeDataXml.default=new Uint16Array("Ȁaglq\tɭ\0\0p;䀦os;䀧t;䀾t;䀼uot;䀢".split("").map((function(e){return e.charCodeAt(0)})));var decode_codepoint={};!function(e){var t;Object.defineProperty(e,"__esModule",{value:!0}),e.replaceCodePoint=e.fromCodePoint=void 0;var r=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]);function n(e){var t;return e>=55296&&e<=57343||e>1114111?65533:null!==(t=r.get(e))&&void 0!==t?t:e}e.fromCodePoint=null!==(t=String.fromCodePoint)&&void 0!==t?t:function(e){var t="";return e>65535&&(e-=65536,t+=String.fromCharCode(e>>>10&1023|55296),e=56320|1023&e),t+=String.fromCharCode(e)},e.replaceCodePoint=n,e.default=function(t){return(0,e.fromCodePoint)(n(t))}}(decode_codepoint),function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var i in e)"default"!==i&&Object.prototype.hasOwnProperty.call(e,i)&&t(n,e,i);return r(n,e),n},i=commonjsGlobal&&commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXML=e.decodeHTMLStrict=e.decodeHTMLAttribute=e.decodeHTML=e.determineBranch=e.EntityDecoder=e.DecodingMode=e.BinTrieFlags=e.fromCodePoint=e.replaceCodePoint=e.decodeCodePoint=e.xmlDecodeTree=e.htmlDecodeTree=void 0;var a=i(decodeDataHtml);e.htmlDecodeTree=a.default;var o=i(decodeDataXml);e.xmlDecodeTree=o.default;var s=n(decode_codepoint);e.decodeCodePoint=s.default;var u,l=decode_codepoint;Object.defineProperty(e,"replaceCodePoint",{enumerable:!0,get:function(){return l.replaceCodePoint}}),Object.defineProperty(e,"fromCodePoint",{enumerable:!0,get:function(){return l.fromCodePoint}}),function(e){e[e.NUM=35]="NUM",e[e.SEMI=59]="SEMI",e[e.EQUALS=61]="EQUALS",e[e.ZERO=48]="ZERO",e[e.NINE=57]="NINE",e[e.LOWER_A=97]="LOWER_A",e[e.LOWER_F=102]="LOWER_F",e[e.LOWER_X=120]="LOWER_X",e[e.LOWER_Z=122]="LOWER_Z",e[e.UPPER_A=65]="UPPER_A",e[e.UPPER_F=70]="UPPER_F",e[e.UPPER_Z=90]="UPPER_Z"}(u||(u={}));var c,d,h;function f(e){return e>=u.ZERO&&e<=u.NINE}function p(e){return e===u.EQUALS||function(e){return e>=u.UPPER_A&&e<=u.UPPER_Z||e>=u.LOWER_A&&e<=u.LOWER_Z||f(e)}(e)}!function(e){e[e.VALUE_LENGTH=49152]="VALUE_LENGTH",e[e.BRANCH_LENGTH=16256]="BRANCH_LENGTH",e[e.JUMP_TABLE=127]="JUMP_TABLE"}(c=e.BinTrieFlags||(e.BinTrieFlags={})),function(e){e[e.EntityStart=0]="EntityStart",e[e.NumericStart=1]="NumericStart",e[e.NumericDecimal=2]="NumericDecimal",e[e.NumericHex=3]="NumericHex",e[e.NamedEntity=4]="NamedEntity"}(d||(d={})),function(e){e[e.Legacy=0]="Legacy",e[e.Strict=1]="Strict",e[e.Attribute=2]="Attribute"}(h=e.DecodingMode||(e.DecodingMode={}));var m=function(){function e(e,t,r){this.decodeTree=e,this.emitCodePoint=t,this.errors=r,this.state=d.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=h.Strict}return e.prototype.startEntity=function(e){this.decodeMode=e,this.state=d.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1},e.prototype.write=function(e,t){switch(this.state){case d.EntityStart:return e.charCodeAt(t)===u.NUM?(this.state=d.NumericStart,this.consumed+=1,this.stateNumericStart(e,t+1)):(this.state=d.NamedEntity,this.stateNamedEntity(e,t));case d.NumericStart:return this.stateNumericStart(e,t);case d.NumericDecimal:return this.stateNumericDecimal(e,t);case d.NumericHex:return this.stateNumericHex(e,t);case d.NamedEntity:return this.stateNamedEntity(e,t)}},e.prototype.stateNumericStart=function(e,t){return t>=e.length?-1:(32|e.charCodeAt(t))===u.LOWER_X?(this.state=d.NumericHex,this.consumed+=1,this.stateNumericHex(e,t+1)):(this.state=d.NumericDecimal,this.stateNumericDecimal(e,t))},e.prototype.addToNumericResult=function(e,t,r,n){if(t!==r){var i=r-t;this.result=this.result*Math.pow(n,i)+parseInt(e.substr(t,i),n),this.consumed+=i}},e.prototype.stateNumericHex=function(e,t){for(var r,n=t;t<e.length;){var i=e.charCodeAt(t);if(!(f(i)||(r=i,r>=u.UPPER_A&&r<=u.UPPER_F||r>=u.LOWER_A&&r<=u.LOWER_F)))return this.addToNumericResult(e,n,t,16),this.emitNumericEntity(i,3);t+=1}return this.addToNumericResult(e,n,t,16),-1},e.prototype.stateNumericDecimal=function(e,t){for(var r=t;t<e.length;){var n=e.charCodeAt(t);if(!f(n))return this.addToNumericResult(e,r,t,10),this.emitNumericEntity(n,2);t+=1}return this.addToNumericResult(e,r,t,10),-1},e.prototype.emitNumericEntity=function(e,t){var r;if(this.consumed<=t)return null===(r=this.errors)||void 0===r||r.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(e===u.SEMI)this.consumed+=1;else if(this.decodeMode===h.Strict)return 0;return this.emitCodePoint((0,s.replaceCodePoint)(this.result),this.consumed),this.errors&&(e!==u.SEMI&&this.errors.missingSemicolonAfterCharacterReference(),this.errors.validateNumericCharacterReference(this.result)),this.consumed},e.prototype.stateNamedEntity=function(e,t){for(var r=this.decodeTree,n=r[this.treeIndex],i=(n&c.VALUE_LENGTH)>>14;t<e.length;t++,this.excess++){var a=e.charCodeAt(t);if(this.treeIndex=g(r,n,this.treeIndex+Math.max(1,i),a),this.treeIndex<0)return 0===this.result||this.decodeMode===h.Attribute&&(0===i||p(a))?0:this.emitNotTerminatedNamedEntity();if(0!==(i=((n=r[this.treeIndex])&c.VALUE_LENGTH)>>14)){if(a===u.SEMI)return this.emitNamedEntityData(this.treeIndex,i,this.consumed+this.excess);this.decodeMode!==h.Strict&&(this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0)}}return-1},e.prototype.emitNotTerminatedNamedEntity=function(){var e,t=this.result,r=(this.decodeTree[t]&c.VALUE_LENGTH)>>14;return this.emitNamedEntityData(t,r,this.consumed),null===(e=this.errors)||void 0===e||e.missingSemicolonAfterCharacterReference(),this.consumed},e.prototype.emitNamedEntityData=function(e,t,r){var n=this.decodeTree;return this.emitCodePoint(1===t?n[e]&~c.VALUE_LENGTH:n[e+1],r),3===t&&this.emitCodePoint(n[e+2],r),r},e.prototype.end=function(){var e;switch(this.state){case d.NamedEntity:return 0===this.result||this.decodeMode===h.Attribute&&this.result!==this.treeIndex?0:this.emitNotTerminatedNamedEntity();case d.NumericDecimal:return this.emitNumericEntity(0,2);case d.NumericHex:return this.emitNumericEntity(0,3);case d.NumericStart:return null===(e=this.errors)||void 0===e||e.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case d.EntityStart:return 0}},e}();function _(e){var t="",r=new m(e,(function(e){return t+=(0,s.fromCodePoint)(e)}));return function(e,n){for(var i=0,a=0;(a=e.indexOf("&",a))>=0;){t+=e.slice(i,a),r.startEntity(n);var o=r.write(e,a+1);if(o<0){i=a+r.end();break}i=a+o,a=0===o?i+1:i}var s=t+e.slice(i);return t="",s}}function g(e,t,r,n){var i=(t&c.BRANCH_LENGTH)>>7,a=t&c.JUMP_TABLE;if(0===i)return 0!==a&&n===a?r:-1;if(a){var o=n-a;return o<0||o>=i?-1:e[r+o]-1}for(var s=r,u=s+i-1;s<=u;){var l=s+u>>>1,d=e[l];if(d<n)s=l+1;else{if(!(d>n))return e[l+i];u=l-1}}return-1}e.EntityDecoder=m,e.determineBranch=g;var y=_(a.default),E=_(o.default);e.decodeHTML=function(e,t){return void 0===t&&(t=h.Legacy),y(e,t)},e.decodeHTMLAttribute=function(e){return y(e,h.Attribute)},e.decodeHTMLStrict=function(e){return y(e,h.Strict)},e.decodeXML=function(e){return E(e,h.Strict)}}(decode);var encode={},encodeHtml={};function restoreDiff(e){for(var t=1;t<e.length;t++)e[t][0]+=e[t-1][0]+1;return e}Object.defineProperty(encodeHtml,"__esModule",{value:!0}),encodeHtml.default=new Map(restoreDiff([[9,"&Tab;"],[0,"&NewLine;"],[22,"&excl;"],[0,"&quot;"],[0,"&num;"],[0,"&dollar;"],[0,"&percnt;"],[0,"&amp;"],[0,"&apos;"],[0,"&lpar;"],[0,"&rpar;"],[0,"&ast;"],[0,"&plus;"],[0,"&comma;"],[1,"&period;"],[0,"&sol;"],[10,"&colon;"],[0,"&semi;"],[0,{v:"&lt;",n:8402,o:"&nvlt;"}],[0,{v:"&equals;",n:8421,o:"&bne;"}],[0,{v:"&gt;",n:8402,o:"&nvgt;"}],[0,"&quest;"],[0,"&commat;"],[26,"&lbrack;"],[0,"&bsol;"],[0,"&rbrack;"],[0,"&Hat;"],[0,"&lowbar;"],[0,"&DiacriticalGrave;"],[5,{n:106,o:"&fjlig;"}],[20,"&lbrace;"],[0,"&verbar;"],[0,"&rbrace;"],[34,"&nbsp;"],[0,"&iexcl;"],[0,"&cent;"],[0,"&pound;"],[0,"&curren;"],[0,"&yen;"],[0,"&brvbar;"],[0,"&sect;"],[0,"&die;"],[0,"&copy;"],[0,"&ordf;"],[0,"&laquo;"],[0,"&not;"],[0,"&shy;"],[0,"&circledR;"],[0,"&macr;"],[0,"&deg;"],[0,"&PlusMinus;"],[0,"&sup2;"],[0,"&sup3;"],[0,"&acute;"],[0,"&micro;"],[0,"&para;"],[0,"&centerdot;"],[0,"&cedil;"],[0,"&sup1;"],[0,"&ordm;"],[0,"&raquo;"],[0,"&frac14;"],[0,"&frac12;"],[0,"&frac34;"],[0,"&iquest;"],[0,"&Agrave;"],[0,"&Aacute;"],[0,"&Acirc;"],[0,"&Atilde;"],[0,"&Auml;"],[0,"&angst;"],[0,"&AElig;"],[0,"&Ccedil;"],[0,"&Egrave;"],[0,"&Eacute;"],[0,"&Ecirc;"],[0,"&Euml;"],[0,"&Igrave;"],[0,"&Iacute;"],[0,"&Icirc;"],[0,"&Iuml;"],[0,"&ETH;"],[0,"&Ntilde;"],[0,"&Ograve;"],[0,"&Oacute;"],[0,"&Ocirc;"],[0,"&Otilde;"],[0,"&Ouml;"],[0,"&times;"],[0,"&Oslash;"],[0,"&Ugrave;"],[0,"&Uacute;"],[0,"&Ucirc;"],[0,"&Uuml;"],[0,"&Yacute;"],[0,"&THORN;"],[0,"&szlig;"],[0,"&agrave;"],[0,"&aacute;"],[0,"&acirc;"],[0,"&atilde;"],[0,"&auml;"],[0,"&aring;"],[0,"&aelig;"],[0,"&ccedil;"],[0,"&egrave;"],[0,"&eacute;"],[0,"&ecirc;"],[0,"&euml;"],[0,"&igrave;"],[0,"&iacute;"],[0,"&icirc;"],[0,"&iuml;"],[0,"&eth;"],[0,"&ntilde;"],[0,"&ograve;"],[0,"&oacute;"],[0,"&ocirc;"],[0,"&otilde;"],[0,"&ouml;"],[0,"&div;"],[0,"&oslash;"],[0,"&ugrave;"],[0,"&uacute;"],[0,"&ucirc;"],[0,"&uuml;"],[0,"&yacute;"],[0,"&thorn;"],[0,"&yuml;"],[0,"&Amacr;"],[0,"&amacr;"],[0,"&Abreve;"],[0,"&abreve;"],[0,"&Aogon;"],[0,"&aogon;"],[0,"&Cacute;"],[0,"&cacute;"],[0,"&Ccirc;"],[0,"&ccirc;"],[0,"&Cdot;"],[0,"&cdot;"],[0,"&Ccaron;"],[0,"&ccaron;"],[0,"&Dcaron;"],[0,"&dcaron;"],[0,"&Dstrok;"],[0,"&dstrok;"],[0,"&Emacr;"],[0,"&emacr;"],[2,"&Edot;"],[0,"&edot;"],[0,"&Eogon;"],[0,"&eogon;"],[0,"&Ecaron;"],[0,"&ecaron;"],[0,"&Gcirc;"],[0,"&gcirc;"],[0,"&Gbreve;"],[0,"&gbreve;"],[0,"&Gdot;"],[0,"&gdot;"],[0,"&Gcedil;"],[1,"&Hcirc;"],[0,"&hcirc;"],[0,"&Hstrok;"],[0,"&hstrok;"],[0,"&Itilde;"],[0,"&itilde;"],[0,"&Imacr;"],[0,"&imacr;"],[2,"&Iogon;"],[0,"&iogon;"],[0,"&Idot;"],[0,"&imath;"],[0,"&IJlig;"],[0,"&ijlig;"],[0,"&Jcirc;"],[0,"&jcirc;"],[0,"&Kcedil;"],[0,"&kcedil;"],[0,"&kgreen;"],[0,"&Lacute;"],[0,"&lacute;"],[0,"&Lcedil;"],[0,"&lcedil;"],[0,"&Lcaron;"],[0,"&lcaron;"],[0,"&Lmidot;"],[0,"&lmidot;"],[0,"&Lstrok;"],[0,"&lstrok;"],[0,"&Nacute;"],[0,"&nacute;"],[0,"&Ncedil;"],[0,"&ncedil;"],[0,"&Ncaron;"],[0,"&ncaron;"],[0,"&napos;"],[0,"&ENG;"],[0,"&eng;"],[0,"&Omacr;"],[0,"&omacr;"],[2,"&Odblac;"],[0,"&odblac;"],[0,"&OElig;"],[0,"&oelig;"],[0,"&Racute;"],[0,"&racute;"],[0,"&Rcedil;"],[0,"&rcedil;"],[0,"&Rcaron;"],[0,"&rcaron;"],[0,"&Sacute;"],[0,"&sacute;"],[0,"&Scirc;"],[0,"&scirc;"],[0,"&Scedil;"],[0,"&scedil;"],[0,"&Scaron;"],[0,"&scaron;"],[0,"&Tcedil;"],[0,"&tcedil;"],[0,"&Tcaron;"],[0,"&tcaron;"],[0,"&Tstrok;"],[0,"&tstrok;"],[0,"&Utilde;"],[0,"&utilde;"],[0,"&Umacr;"],[0,"&umacr;"],[0,"&Ubreve;"],[0,"&ubreve;"],[0,"&Uring;"],[0,"&uring;"],[0,"&Udblac;"],[0,"&udblac;"],[0,"&Uogon;"],[0,"&uogon;"],[0,"&Wcirc;"],[0,"&wcirc;"],[0,"&Ycirc;"],[0,"&ycirc;"],[0,"&Yuml;"],[0,"&Zacute;"],[0,"&zacute;"],[0,"&Zdot;"],[0,"&zdot;"],[0,"&Zcaron;"],[0,"&zcaron;"],[19,"&fnof;"],[34,"&imped;"],[63,"&gacute;"],[65,"&jmath;"],[142,"&circ;"],[0,"&caron;"],[16,"&breve;"],[0,"&DiacriticalDot;"],[0,"&ring;"],[0,"&ogon;"],[0,"&DiacriticalTilde;"],[0,"&dblac;"],[51,"&DownBreve;"],[127,"&Alpha;"],[0,"&Beta;"],[0,"&Gamma;"],[0,"&Delta;"],[0,"&Epsilon;"],[0,"&Zeta;"],[0,"&Eta;"],[0,"&Theta;"],[0,"&Iota;"],[0,"&Kappa;"],[0,"&Lambda;"],[0,"&Mu;"],[0,"&Nu;"],[0,"&Xi;"],[0,"&Omicron;"],[0,"&Pi;"],[0,"&Rho;"],[1,"&Sigma;"],[0,"&Tau;"],[0,"&Upsilon;"],[0,"&Phi;"],[0,"&Chi;"],[0,"&Psi;"],[0,"&ohm;"],[7,"&alpha;"],[0,"&beta;"],[0,"&gamma;"],[0,"&delta;"],[0,"&epsi;"],[0,"&zeta;"],[0,"&eta;"],[0,"&theta;"],[0,"&iota;"],[0,"&kappa;"],[0,"&lambda;"],[0,"&mu;"],[0,"&nu;"],[0,"&xi;"],[0,"&omicron;"],[0,"&pi;"],[0,"&rho;"],[0,"&sigmaf;"],[0,"&sigma;"],[0,"&tau;"],[0,"&upsi;"],[0,"&phi;"],[0,"&chi;"],[0,"&psi;"],[0,"&omega;"],[7,"&thetasym;"],[0,"&Upsi;"],[2,"&phiv;"],[0,"&piv;"],[5,"&Gammad;"],[0,"&digamma;"],[18,"&kappav;"],[0,"&rhov;"],[3,"&epsiv;"],[0,"&backepsilon;"],[10,"&IOcy;"],[0,"&DJcy;"],[0,"&GJcy;"],[0,"&Jukcy;"],[0,"&DScy;"],[0,"&Iukcy;"],[0,"&YIcy;"],[0,"&Jsercy;"],[0,"&LJcy;"],[0,"&NJcy;"],[0,"&TSHcy;"],[0,"&KJcy;"],[1,"&Ubrcy;"],[0,"&DZcy;"],[0,"&Acy;"],[0,"&Bcy;"],[0,"&Vcy;"],[0,"&Gcy;"],[0,"&Dcy;"],[0,"&IEcy;"],[0,"&ZHcy;"],[0,"&Zcy;"],[0,"&Icy;"],[0,"&Jcy;"],[0,"&Kcy;"],[0,"&Lcy;"],[0,"&Mcy;"],[0,"&Ncy;"],[0,"&Ocy;"],[0,"&Pcy;"],[0,"&Rcy;"],[0,"&Scy;"],[0,"&Tcy;"],[0,"&Ucy;"],[0,"&Fcy;"],[0,"&KHcy;"],[0,"&TScy;"],[0,"&CHcy;"],[0,"&SHcy;"],[0,"&SHCHcy;"],[0,"&HARDcy;"],[0,"&Ycy;"],[0,"&SOFTcy;"],[0,"&Ecy;"],[0,"&YUcy;"],[0,"&YAcy;"],[0,"&acy;"],[0,"&bcy;"],[0,"&vcy;"],[0,"&gcy;"],[0,"&dcy;"],[0,"&iecy;"],[0,"&zhcy;"],[0,"&zcy;"],[0,"&icy;"],[0,"&jcy;"],[0,"&kcy;"],[0,"&lcy;"],[0,"&mcy;"],[0,"&ncy;"],[0,"&ocy;"],[0,"&pcy;"],[0,"&rcy;"],[0,"&scy;"],[0,"&tcy;"],[0,"&ucy;"],[0,"&fcy;"],[0,"&khcy;"],[0,"&tscy;"],[0,"&chcy;"],[0,"&shcy;"],[0,"&shchcy;"],[0,"&hardcy;"],[0,"&ycy;"],[0,"&softcy;"],[0,"&ecy;"],[0,"&yucy;"],[0,"&yacy;"],[1,"&iocy;"],[0,"&djcy;"],[0,"&gjcy;"],[0,"&jukcy;"],[0,"&dscy;"],[0,"&iukcy;"],[0,"&yicy;"],[0,"&jsercy;"],[0,"&ljcy;"],[0,"&njcy;"],[0,"&tshcy;"],[0,"&kjcy;"],[1,"&ubrcy;"],[0,"&dzcy;"],[7074,"&ensp;"],[0,"&emsp;"],[0,"&emsp13;"],[0,"&emsp14;"],[1,"&numsp;"],[0,"&puncsp;"],[0,"&ThinSpace;"],[0,"&hairsp;"],[0,"&NegativeMediumSpace;"],[0,"&zwnj;"],[0,"&zwj;"],[0,"&lrm;"],[0,"&rlm;"],[0,"&dash;"],[2,"&ndash;"],[0,"&mdash;"],[0,"&horbar;"],[0,"&Verbar;"],[1,"&lsquo;"],[0,"&CloseCurlyQuote;"],[0,"&lsquor;"],[1,"&ldquo;"],[0,"&CloseCurlyDoubleQuote;"],[0,"&bdquo;"],[1,"&dagger;"],[0,"&Dagger;"],[0,"&bull;"],[2,"&nldr;"],[0,"&hellip;"],[9,"&permil;"],[0,"&pertenk;"],[0,"&prime;"],[0,"&Prime;"],[0,"&tprime;"],[0,"&backprime;"],[3,"&lsaquo;"],[0,"&rsaquo;"],[3,"&oline;"],[2,"&caret;"],[1,"&hybull;"],[0,"&frasl;"],[10,"&bsemi;"],[7,"&qprime;"],[7,{v:"&MediumSpace;",n:8202,o:"&ThickSpace;"}],[0,"&NoBreak;"],[0,"&af;"],[0,"&InvisibleTimes;"],[0,"&ic;"],[72,"&euro;"],[46,"&tdot;"],[0,"&DotDot;"],[37,"&complexes;"],[2,"&incare;"],[4,"&gscr;"],[0,"&hamilt;"],[0,"&Hfr;"],[0,"&Hopf;"],[0,"&planckh;"],[0,"&hbar;"],[0,"&imagline;"],[0,"&Ifr;"],[0,"&lagran;"],[0,"&ell;"],[1,"&naturals;"],[0,"&numero;"],[0,"&copysr;"],[0,"&weierp;"],[0,"&Popf;"],[0,"&Qopf;"],[0,"&realine;"],[0,"&real;"],[0,"&reals;"],[0,"&rx;"],[3,"&trade;"],[1,"&integers;"],[2,"&mho;"],[0,"&zeetrf;"],[0,"&iiota;"],[2,"&bernou;"],[0,"&Cayleys;"],[1,"&escr;"],[0,"&Escr;"],[0,"&Fouriertrf;"],[1,"&Mellintrf;"],[0,"&order;"],[0,"&alefsym;"],[0,"&beth;"],[0,"&gimel;"],[0,"&daleth;"],[12,"&CapitalDifferentialD;"],[0,"&dd;"],[0,"&ee;"],[0,"&ii;"],[10,"&frac13;"],[0,"&frac23;"],[0,"&frac15;"],[0,"&frac25;"],[0,"&frac35;"],[0,"&frac45;"],[0,"&frac16;"],[0,"&frac56;"],[0,"&frac18;"],[0,"&frac38;"],[0,"&frac58;"],[0,"&frac78;"],[49,"&larr;"],[0,"&ShortUpArrow;"],[0,"&rarr;"],[0,"&darr;"],[0,"&harr;"],[0,"&updownarrow;"],[0,"&nwarr;"],[0,"&nearr;"],[0,"&LowerRightArrow;"],[0,"&LowerLeftArrow;"],[0,"&nlarr;"],[0,"&nrarr;"],[1,{v:"&rarrw;",n:824,o:"&nrarrw;"}],[0,"&Larr;"],[0,"&Uarr;"],[0,"&Rarr;"],[0,"&Darr;"],[0,"&larrtl;"],[0,"&rarrtl;"],[0,"&LeftTeeArrow;"],[0,"&mapstoup;"],[0,"&map;"],[0,"&DownTeeArrow;"],[1,"&hookleftarrow;"],[0,"&hookrightarrow;"],[0,"&larrlp;"],[0,"&looparrowright;"],[0,"&harrw;"],[0,"&nharr;"],[1,"&lsh;"],[0,"&rsh;"],[0,"&ldsh;"],[0,"&rdsh;"],[1,"&crarr;"],[0,"&cularr;"],[0,"&curarr;"],[2,"&circlearrowleft;"],[0,"&circlearrowright;"],[0,"&leftharpoonup;"],[0,"&DownLeftVector;"],[0,"&RightUpVector;"],[0,"&LeftUpVector;"],[0,"&rharu;"],[0,"&DownRightVector;"],[0,"&dharr;"],[0,"&dharl;"],[0,"&RightArrowLeftArrow;"],[0,"&udarr;"],[0,"&LeftArrowRightArrow;"],[0,"&leftleftarrows;"],[0,"&upuparrows;"],[0,"&rightrightarrows;"],[0,"&ddarr;"],[0,"&leftrightharpoons;"],[0,"&Equilibrium;"],[0,"&nlArr;"],[0,"&nhArr;"],[0,"&nrArr;"],[0,"&DoubleLeftArrow;"],[0,"&DoubleUpArrow;"],[0,"&DoubleRightArrow;"],[0,"&dArr;"],[0,"&DoubleLeftRightArrow;"],[0,"&DoubleUpDownArrow;"],[0,"&nwArr;"],[0,"&neArr;"],[0,"&seArr;"],[0,"&swArr;"],[0,"&lAarr;"],[0,"&rAarr;"],[1,"&zigrarr;"],[6,"&larrb;"],[0,"&rarrb;"],[15,"&DownArrowUpArrow;"],[7,"&loarr;"],[0,"&roarr;"],[0,"&hoarr;"],[0,"&forall;"],[0,"&comp;"],[0,{v:"&part;",n:824,o:"&npart;"}],[0,"&exist;"],[0,"&nexist;"],[0,"&empty;"],[1,"&Del;"],[0,"&Element;"],[0,"&NotElement;"],[1,"&ni;"],[0,"&notni;"],[2,"&prod;"],[0,"&coprod;"],[0,"&sum;"],[0,"&minus;"],[0,"&MinusPlus;"],[0,"&dotplus;"],[1,"&Backslash;"],[0,"&lowast;"],[0,"&compfn;"],[1,"&radic;"],[2,"&prop;"],[0,"&infin;"],[0,"&angrt;"],[0,{v:"&ang;",n:8402,o:"&nang;"}],[0,"&angmsd;"],[0,"&angsph;"],[0,"&mid;"],[0,"&nmid;"],[0,"&DoubleVerticalBar;"],[0,"&NotDoubleVerticalBar;"],[0,"&and;"],[0,"&or;"],[0,{v:"&cap;",n:65024,o:"&caps;"}],[0,{v:"&cup;",n:65024,o:"&cups;"}],[0,"&int;"],[0,"&Int;"],[0,"&iiint;"],[0,"&conint;"],[0,"&Conint;"],[0,"&Cconint;"],[0,"&cwint;"],[0,"&ClockwiseContourIntegral;"],[0,"&awconint;"],[0,"&there4;"],[0,"&becaus;"],[0,"&ratio;"],[0,"&Colon;"],[0,"&dotminus;"],[1,"&mDDot;"],[0,"&homtht;"],[0,{v:"&sim;",n:8402,o:"&nvsim;"}],[0,{v:"&backsim;",n:817,o:"&race;"}],[0,{v:"&ac;",n:819,o:"&acE;"}],[0,"&acd;"],[0,"&VerticalTilde;"],[0,"&NotTilde;"],[0,{v:"&eqsim;",n:824,o:"&nesim;"}],[0,"&sime;"],[0,"&NotTildeEqual;"],[0,"&cong;"],[0,"&simne;"],[0,"&ncong;"],[0,"&ap;"],[0,"&nap;"],[0,"&ape;"],[0,{v:"&apid;",n:824,o:"&napid;"}],[0,"&backcong;"],[0,{v:"&asympeq;",n:8402,o:"&nvap;"}],[0,{v:"&bump;",n:824,o:"&nbump;"}],[0,{v:"&bumpe;",n:824,o:"&nbumpe;"}],[0,{v:"&doteq;",n:824,o:"&nedot;"}],[0,"&doteqdot;"],[0,"&efDot;"],[0,"&erDot;"],[0,"&Assign;"],[0,"&ecolon;"],[0,"&ecir;"],[0,"&circeq;"],[1,"&wedgeq;"],[0,"&veeeq;"],[1,"&triangleq;"],[2,"&equest;"],[0,"&ne;"],[0,{v:"&Congruent;",n:8421,o:"&bnequiv;"}],[0,"&nequiv;"],[1,{v:"&le;",n:8402,o:"&nvle;"}],[0,{v:"&ge;",n:8402,o:"&nvge;"}],[0,{v:"&lE;",n:824,o:"&nlE;"}],[0,{v:"&gE;",n:824,o:"&ngE;"}],[0,{v:"&lnE;",n:65024,o:"&lvertneqq;"}],[0,{v:"&gnE;",n:65024,o:"&gvertneqq;"}],[0,{v:"&ll;",n:new Map(restoreDiff([[824,"&nLtv;"],[7577,"&nLt;"]]))}],[0,{v:"&gg;",n:new Map(restoreDiff([[824,"&nGtv;"],[7577,"&nGt;"]]))}],[0,"&between;"],[0,"&NotCupCap;"],[0,"&nless;"],[0,"&ngt;"],[0,"&nle;"],[0,"&nge;"],[0,"&lesssim;"],[0,"&GreaterTilde;"],[0,"&nlsim;"],[0,"&ngsim;"],[0,"&LessGreater;"],[0,"&gl;"],[0,"&NotLessGreater;"],[0,"&NotGreaterLess;"],[0,"&pr;"],[0,"&sc;"],[0,"&prcue;"],[0,"&sccue;"],[0,"&PrecedesTilde;"],[0,{v:"&scsim;",n:824,o:"&NotSucceedsTilde;"}],[0,"&NotPrecedes;"],[0,"&NotSucceeds;"],[0,{v:"&sub;",n:8402,o:"&NotSubset;"}],[0,{v:"&sup;",n:8402,o:"&NotSuperset;"}],[0,"&nsub;"],[0,"&nsup;"],[0,"&sube;"],[0,"&supe;"],[0,"&NotSubsetEqual;"],[0,"&NotSupersetEqual;"],[0,{v:"&subne;",n:65024,o:"&varsubsetneq;"}],[0,{v:"&supne;",n:65024,o:"&varsupsetneq;"}],[1,"&cupdot;"],[0,"&UnionPlus;"],[0,{v:"&sqsub;",n:824,o:"&NotSquareSubset;"}],[0,{v:"&sqsup;",n:824,o:"&NotSquareSuperset;"}],[0,"&sqsube;"],[0,"&sqsupe;"],[0,{v:"&sqcap;",n:65024,o:"&sqcaps;"}],[0,{v:"&sqcup;",n:65024,o:"&sqcups;"}],[0,"&CirclePlus;"],[0,"&CircleMinus;"],[0,"&CircleTimes;"],[0,"&osol;"],[0,"&CircleDot;"],[0,"&circledcirc;"],[0,"&circledast;"],[1,"&circleddash;"],[0,"&boxplus;"],[0,"&boxminus;"],[0,"&boxtimes;"],[0,"&dotsquare;"],[0,"&RightTee;"],[0,"&dashv;"],[0,"&DownTee;"],[0,"&bot;"],[1,"&models;"],[0,"&DoubleRightTee;"],[0,"&Vdash;"],[0,"&Vvdash;"],[0,"&VDash;"],[0,"&nvdash;"],[0,"&nvDash;"],[0,"&nVdash;"],[0,"&nVDash;"],[0,"&prurel;"],[1,"&LeftTriangle;"],[0,"&RightTriangle;"],[0,{v:"&LeftTriangleEqual;",n:8402,o:"&nvltrie;"}],[0,{v:"&RightTriangleEqual;",n:8402,o:"&nvrtrie;"}],[0,"&origof;"],[0,"&imof;"],[0,"&multimap;"],[0,"&hercon;"],[0,"&intcal;"],[0,"&veebar;"],[1,"&barvee;"],[0,"&angrtvb;"],[0,"&lrtri;"],[0,"&bigwedge;"],[0,"&bigvee;"],[0,"&bigcap;"],[0,"&bigcup;"],[0,"&diam;"],[0,"&sdot;"],[0,"&sstarf;"],[0,"&divideontimes;"],[0,"&bowtie;"],[0,"&ltimes;"],[0,"&rtimes;"],[0,"&leftthreetimes;"],[0,"&rightthreetimes;"],[0,"&backsimeq;"],[0,"&curlyvee;"],[0,"&curlywedge;"],[0,"&Sub;"],[0,"&Sup;"],[0,"&Cap;"],[0,"&Cup;"],[0,"&fork;"],[0,"&epar;"],[0,"&lessdot;"],[0,"&gtdot;"],[0,{v:"&Ll;",n:824,o:"&nLl;"}],[0,{v:"&Gg;",n:824,o:"&nGg;"}],[0,{v:"&leg;",n:65024,o:"&lesg;"}],[0,{v:"&gel;",n:65024,o:"&gesl;"}],[2,"&cuepr;"],[0,"&cuesc;"],[0,"&NotPrecedesSlantEqual;"],[0,"&NotSucceedsSlantEqual;"],[0,"&NotSquareSubsetEqual;"],[0,"&NotSquareSupersetEqual;"],[2,"&lnsim;"],[0,"&gnsim;"],[0,"&precnsim;"],[0,"&scnsim;"],[0,"&nltri;"],[0,"&NotRightTriangle;"],[0,"&nltrie;"],[0,"&NotRightTriangleEqual;"],[0,"&vellip;"],[0,"&ctdot;"],[0,"&utdot;"],[0,"&dtdot;"],[0,"&disin;"],[0,"&isinsv;"],[0,"&isins;"],[0,{v:"&isindot;",n:824,o:"&notindot;"}],[0,"&notinvc;"],[0,"&notinvb;"],[1,{v:"&isinE;",n:824,o:"&notinE;"}],[0,"&nisd;"],[0,"&xnis;"],[0,"&nis;"],[0,"&notnivc;"],[0,"&notnivb;"],[6,"&barwed;"],[0,"&Barwed;"],[1,"&lceil;"],[0,"&rceil;"],[0,"&LeftFloor;"],[0,"&rfloor;"],[0,"&drcrop;"],[0,"&dlcrop;"],[0,"&urcrop;"],[0,"&ulcrop;"],[0,"&bnot;"],[1,"&profline;"],[0,"&profsurf;"],[1,"&telrec;"],[0,"&target;"],[5,"&ulcorn;"],[0,"&urcorn;"],[0,"&dlcorn;"],[0,"&drcorn;"],[2,"&frown;"],[0,"&smile;"],[9,"&cylcty;"],[0,"&profalar;"],[7,"&topbot;"],[6,"&ovbar;"],[1,"&solbar;"],[60,"&angzarr;"],[51,"&lmoustache;"],[0,"&rmoustache;"],[2,"&OverBracket;"],[0,"&bbrk;"],[0,"&bbrktbrk;"],[37,"&OverParenthesis;"],[0,"&UnderParenthesis;"],[0,"&OverBrace;"],[0,"&UnderBrace;"],[2,"&trpezium;"],[4,"&elinters;"],[59,"&blank;"],[164,"&circledS;"],[55,"&boxh;"],[1,"&boxv;"],[9,"&boxdr;"],[3,"&boxdl;"],[3,"&boxur;"],[3,"&boxul;"],[3,"&boxvr;"],[7,"&boxvl;"],[7,"&boxhd;"],[7,"&boxhu;"],[7,"&boxvh;"],[19,"&boxH;"],[0,"&boxV;"],[0,"&boxdR;"],[0,"&boxDr;"],[0,"&boxDR;"],[0,"&boxdL;"],[0,"&boxDl;"],[0,"&boxDL;"],[0,"&boxuR;"],[0,"&boxUr;"],[0,"&boxUR;"],[0,"&boxuL;"],[0,"&boxUl;"],[0,"&boxUL;"],[0,"&boxvR;"],[0,"&boxVr;"],[0,"&boxVR;"],[0,"&boxvL;"],[0,"&boxVl;"],[0,"&boxVL;"],[0,"&boxHd;"],[0,"&boxhD;"],[0,"&boxHD;"],[0,"&boxHu;"],[0,"&boxhU;"],[0,"&boxHU;"],[0,"&boxvH;"],[0,"&boxVh;"],[0,"&boxVH;"],[19,"&uhblk;"],[3,"&lhblk;"],[3,"&block;"],[8,"&blk14;"],[0,"&blk12;"],[0,"&blk34;"],[13,"&square;"],[8,"&blacksquare;"],[0,"&EmptyVerySmallSquare;"],[1,"&rect;"],[0,"&marker;"],[2,"&fltns;"],[1,"&bigtriangleup;"],[0,"&blacktriangle;"],[0,"&triangle;"],[2,"&blacktriangleright;"],[0,"&rtri;"],[3,"&bigtriangledown;"],[0,"&blacktriangledown;"],[0,"&dtri;"],[2,"&blacktriangleleft;"],[0,"&ltri;"],[6,"&loz;"],[0,"&cir;"],[32,"&tridot;"],[2,"&bigcirc;"],[8,"&ultri;"],[0,"&urtri;"],[0,"&lltri;"],[0,"&EmptySmallSquare;"],[0,"&FilledSmallSquare;"],[8,"&bigstar;"],[0,"&star;"],[7,"&phone;"],[49,"&female;"],[1,"&male;"],[29,"&spades;"],[2,"&clubs;"],[1,"&hearts;"],[0,"&diamondsuit;"],[3,"&sung;"],[2,"&flat;"],[0,"&natural;"],[0,"&sharp;"],[163,"&check;"],[3,"&cross;"],[8,"&malt;"],[21,"&sext;"],[33,"&VerticalSeparator;"],[25,"&lbbrk;"],[0,"&rbbrk;"],[84,"&bsolhsub;"],[0,"&suphsol;"],[28,"&LeftDoubleBracket;"],[0,"&RightDoubleBracket;"],[0,"&lang;"],[0,"&rang;"],[0,"&Lang;"],[0,"&Rang;"],[0,"&loang;"],[0,"&roang;"],[7,"&longleftarrow;"],[0,"&longrightarrow;"],[0,"&longleftrightarrow;"],[0,"&DoubleLongLeftArrow;"],[0,"&DoubleLongRightArrow;"],[0,"&DoubleLongLeftRightArrow;"],[1,"&longmapsto;"],[2,"&dzigrarr;"],[258,"&nvlArr;"],[0,"&nvrArr;"],[0,"&nvHarr;"],[0,"&Map;"],[6,"&lbarr;"],[0,"&bkarow;"],[0,"&lBarr;"],[0,"&dbkarow;"],[0,"&drbkarow;"],[0,"&DDotrahd;"],[0,"&UpArrowBar;"],[0,"&DownArrowBar;"],[2,"&Rarrtl;"],[2,"&latail;"],[0,"&ratail;"],[0,"&lAtail;"],[0,"&rAtail;"],[0,"&larrfs;"],[0,"&rarrfs;"],[0,"&larrbfs;"],[0,"&rarrbfs;"],[2,"&nwarhk;"],[0,"&nearhk;"],[0,"&hksearow;"],[0,"&hkswarow;"],[0,"&nwnear;"],[0,"&nesear;"],[0,"&seswar;"],[0,"&swnwar;"],[8,{v:"&rarrc;",n:824,o:"&nrarrc;"}],[1,"&cudarrr;"],[0,"&ldca;"],[0,"&rdca;"],[0,"&cudarrl;"],[0,"&larrpl;"],[2,"&curarrm;"],[0,"&cularrp;"],[7,"&rarrpl;"],[2,"&harrcir;"],[0,"&Uarrocir;"],[0,"&lurdshar;"],[0,"&ldrushar;"],[2,"&LeftRightVector;"],[0,"&RightUpDownVector;"],[0,"&DownLeftRightVector;"],[0,"&LeftUpDownVector;"],[0,"&LeftVectorBar;"],[0,"&RightVectorBar;"],[0,"&RightUpVectorBar;"],[0,"&RightDownVectorBar;"],[0,"&DownLeftVectorBar;"],[0,"&DownRightVectorBar;"],[0,"&LeftUpVectorBar;"],[0,"&LeftDownVectorBar;"],[0,"&LeftTeeVector;"],[0,"&RightTeeVector;"],[0,"&RightUpTeeVector;"],[0,"&RightDownTeeVector;"],[0,"&DownLeftTeeVector;"],[0,"&DownRightTeeVector;"],[0,"&LeftUpTeeVector;"],[0,"&LeftDownTeeVector;"],[0,"&lHar;"],[0,"&uHar;"],[0,"&rHar;"],[0,"&dHar;"],[0,"&luruhar;"],[0,"&ldrdhar;"],[0,"&ruluhar;"],[0,"&rdldhar;"],[0,"&lharul;"],[0,"&llhard;"],[0,"&rharul;"],[0,"&lrhard;"],[0,"&udhar;"],[0,"&duhar;"],[0,"&RoundImplies;"],[0,"&erarr;"],[0,"&simrarr;"],[0,"&larrsim;"],[0,"&rarrsim;"],[0,"&rarrap;"],[0,"&ltlarr;"],[1,"&gtrarr;"],[0,"&subrarr;"],[1,"&suplarr;"],[0,"&lfisht;"],[0,"&rfisht;"],[0,"&ufisht;"],[0,"&dfisht;"],[5,"&lopar;"],[0,"&ropar;"],[4,"&lbrke;"],[0,"&rbrke;"],[0,"&lbrkslu;"],[0,"&rbrksld;"],[0,"&lbrksld;"],[0,"&rbrkslu;"],[0,"&langd;"],[0,"&rangd;"],[0,"&lparlt;"],[0,"&rpargt;"],[0,"&gtlPar;"],[0,"&ltrPar;"],[3,"&vzigzag;"],[1,"&vangrt;"],[0,"&angrtvbd;"],[6,"&ange;"],[0,"&range;"],[0,"&dwangle;"],[0,"&uwangle;"],[0,"&angmsdaa;"],[0,"&angmsdab;"],[0,"&angmsdac;"],[0,"&angmsdad;"],[0,"&angmsdae;"],[0,"&angmsdaf;"],[0,"&angmsdag;"],[0,"&angmsdah;"],[0,"&bemptyv;"],[0,"&demptyv;"],[0,"&cemptyv;"],[0,"&raemptyv;"],[0,"&laemptyv;"],[0,"&ohbar;"],[0,"&omid;"],[0,"&opar;"],[1,"&operp;"],[1,"&olcross;"],[0,"&odsold;"],[1,"&olcir;"],[0,"&ofcir;"],[0,"&olt;"],[0,"&ogt;"],[0,"&cirscir;"],[0,"&cirE;"],[0,"&solb;"],[0,"&bsolb;"],[3,"&boxbox;"],[3,"&trisb;"],[0,"&rtriltri;"],[0,{v:"&LeftTriangleBar;",n:824,o:"&NotLeftTriangleBar;"}],[0,{v:"&RightTriangleBar;",n:824,o:"&NotRightTriangleBar;"}],[11,"&iinfin;"],[0,"&infintie;"],[0,"&nvinfin;"],[4,"&eparsl;"],[0,"&smeparsl;"],[0,"&eqvparsl;"],[5,"&blacklozenge;"],[8,"&RuleDelayed;"],[1,"&dsol;"],[9,"&bigodot;"],[0,"&bigoplus;"],[0,"&bigotimes;"],[1,"&biguplus;"],[1,"&bigsqcup;"],[5,"&iiiint;"],[0,"&fpartint;"],[2,"&cirfnint;"],[0,"&awint;"],[0,"&rppolint;"],[0,"&scpolint;"],[0,"&npolint;"],[0,"&pointint;"],[0,"&quatint;"],[0,"&intlarhk;"],[10,"&pluscir;"],[0,"&plusacir;"],[0,"&simplus;"],[0,"&plusdu;"],[0,"&plussim;"],[0,"&plustwo;"],[1,"&mcomma;"],[0,"&minusdu;"],[2,"&loplus;"],[0,"&roplus;"],[0,"&Cross;"],[0,"&timesd;"],[0,"&timesbar;"],[1,"&smashp;"],[0,"&lotimes;"],[0,"&rotimes;"],[0,"&otimesas;"],[0,"&Otimes;"],[0,"&odiv;"],[0,"&triplus;"],[0,"&triminus;"],[0,"&tritime;"],[0,"&intprod;"],[2,"&amalg;"],[0,"&capdot;"],[1,"&ncup;"],[0,"&ncap;"],[0,"&capand;"],[0,"&cupor;"],[0,"&cupcap;"],[0,"&capcup;"],[0,"&cupbrcap;"],[0,"&capbrcup;"],[0,"&cupcup;"],[0,"&capcap;"],[0,"&ccups;"],[0,"&ccaps;"],[2,"&ccupssm;"],[2,"&And;"],[0,"&Or;"],[0,"&andand;"],[0,"&oror;"],[0,"&orslope;"],[0,"&andslope;"],[1,"&andv;"],[0,"&orv;"],[0,"&andd;"],[0,"&ord;"],[1,"&wedbar;"],[6,"&sdote;"],[3,"&simdot;"],[2,{v:"&congdot;",n:824,o:"&ncongdot;"}],[0,"&easter;"],[0,"&apacir;"],[0,{v:"&apE;",n:824,o:"&napE;"}],[0,"&eplus;"],[0,"&pluse;"],[0,"&Esim;"],[0,"&Colone;"],[0,"&Equal;"],[1,"&ddotseq;"],[0,"&equivDD;"],[0,"&ltcir;"],[0,"&gtcir;"],[0,"&ltquest;"],[0,"&gtquest;"],[0,{v:"&leqslant;",n:824,o:"&nleqslant;"}],[0,{v:"&geqslant;",n:824,o:"&ngeqslant;"}],[0,"&lesdot;"],[0,"&gesdot;"],[0,"&lesdoto;"],[0,"&gesdoto;"],[0,"&lesdotor;"],[0,"&gesdotol;"],[0,"&lap;"],[0,"&gap;"],[0,"&lne;"],[0,"&gne;"],[0,"&lnap;"],[0,"&gnap;"],[0,"&lEg;"],[0,"&gEl;"],[0,"&lsime;"],[0,"&gsime;"],[0,"&lsimg;"],[0,"&gsiml;"],[0,"&lgE;"],[0,"&glE;"],[0,"&lesges;"],[0,"&gesles;"],[0,"&els;"],[0,"&egs;"],[0,"&elsdot;"],[0,"&egsdot;"],[0,"&el;"],[0,"&eg;"],[2,"&siml;"],[0,"&simg;"],[0,"&simlE;"],[0,"&simgE;"],[0,{v:"&LessLess;",n:824,o:"&NotNestedLessLess;"}],[0,{v:"&GreaterGreater;",n:824,o:"&NotNestedGreaterGreater;"}],[1,"&glj;"],[0,"&gla;"],[0,"&ltcc;"],[0,"&gtcc;"],[0,"&lescc;"],[0,"&gescc;"],[0,"&smt;"],[0,"&lat;"],[0,{v:"&smte;",n:65024,o:"&smtes;"}],[0,{v:"&late;",n:65024,o:"&lates;"}],[0,"&bumpE;"],[0,{v:"&PrecedesEqual;",n:824,o:"&NotPrecedesEqual;"}],[0,{v:"&sce;",n:824,o:"&NotSucceedsEqual;"}],[2,"&prE;"],[0,"&scE;"],[0,"&precneqq;"],[0,"&scnE;"],[0,"&prap;"],[0,"&scap;"],[0,"&precnapprox;"],[0,"&scnap;"],[0,"&Pr;"],[0,"&Sc;"],[0,"&subdot;"],[0,"&supdot;"],[0,"&subplus;"],[0,"&supplus;"],[0,"&submult;"],[0,"&supmult;"],[0,"&subedot;"],[0,"&supedot;"],[0,{v:"&subE;",n:824,o:"&nsubE;"}],[0,{v:"&supE;",n:824,o:"&nsupE;"}],[0,"&subsim;"],[0,"&supsim;"],[2,{v:"&subnE;",n:65024,o:"&varsubsetneqq;"}],[0,{v:"&supnE;",n:65024,o:"&varsupsetneqq;"}],[2,"&csub;"],[0,"&csup;"],[0,"&csube;"],[0,"&csupe;"],[0,"&subsup;"],[0,"&supsub;"],[0,"&subsub;"],[0,"&supsup;"],[0,"&suphsub;"],[0,"&supdsub;"],[0,"&forkv;"],[0,"&topfork;"],[0,"&mlcp;"],[8,"&Dashv;"],[1,"&Vdashl;"],[0,"&Barv;"],[0,"&vBar;"],[0,"&vBarv;"],[1,"&Vbar;"],[0,"&Not;"],[0,"&bNot;"],[0,"&rnmid;"],[0,"&cirmid;"],[0,"&midcir;"],[0,"&topcir;"],[0,"&nhpar;"],[0,"&parsim;"],[9,{v:"&parsl;",n:8421,o:"&nparsl;"}],[44343,{n:new Map(restoreDiff([[56476,"&Ascr;"],[1,"&Cscr;"],[0,"&Dscr;"],[2,"&Gscr;"],[2,"&Jscr;"],[0,"&Kscr;"],[2,"&Nscr;"],[0,"&Oscr;"],[0,"&Pscr;"],[0,"&Qscr;"],[1,"&Sscr;"],[0,"&Tscr;"],[0,"&Uscr;"],[0,"&Vscr;"],[0,"&Wscr;"],[0,"&Xscr;"],[0,"&Yscr;"],[0,"&Zscr;"],[0,"&ascr;"],[0,"&bscr;"],[0,"&cscr;"],[0,"&dscr;"],[1,"&fscr;"],[1,"&hscr;"],[0,"&iscr;"],[0,"&jscr;"],[0,"&kscr;"],[0,"&lscr;"],[0,"&mscr;"],[0,"&nscr;"],[1,"&pscr;"],[0,"&qscr;"],[0,"&rscr;"],[0,"&sscr;"],[0,"&tscr;"],[0,"&uscr;"],[0,"&vscr;"],[0,"&wscr;"],[0,"&xscr;"],[0,"&yscr;"],[0,"&zscr;"],[52,"&Afr;"],[0,"&Bfr;"],[1,"&Dfr;"],[0,"&Efr;"],[0,"&Ffr;"],[0,"&Gfr;"],[2,"&Jfr;"],[0,"&Kfr;"],[0,"&Lfr;"],[0,"&Mfr;"],[0,"&Nfr;"],[0,"&Ofr;"],[0,"&Pfr;"],[0,"&Qfr;"],[1,"&Sfr;"],[0,"&Tfr;"],[0,"&Ufr;"],[0,"&Vfr;"],[0,"&Wfr;"],[0,"&Xfr;"],[0,"&Yfr;"],[1,"&afr;"],[0,"&bfr;"],[0,"&cfr;"],[0,"&dfr;"],[0,"&efr;"],[0,"&ffr;"],[0,"&gfr;"],[0,"&hfr;"],[0,"&ifr;"],[0,"&jfr;"],[0,"&kfr;"],[0,"&lfr;"],[0,"&mfr;"],[0,"&nfr;"],[0,"&ofr;"],[0,"&pfr;"],[0,"&qfr;"],[0,"&rfr;"],[0,"&sfr;"],[0,"&tfr;"],[0,"&ufr;"],[0,"&vfr;"],[0,"&wfr;"],[0,"&xfr;"],[0,"&yfr;"],[0,"&zfr;"],[0,"&Aopf;"],[0,"&Bopf;"],[1,"&Dopf;"],[0,"&Eopf;"],[0,"&Fopf;"],[0,"&Gopf;"],[1,"&Iopf;"],[0,"&Jopf;"],[0,"&Kopf;"],[0,"&Lopf;"],[0,"&Mopf;"],[1,"&Oopf;"],[3,"&Sopf;"],[0,"&Topf;"],[0,"&Uopf;"],[0,"&Vopf;"],[0,"&Wopf;"],[0,"&Xopf;"],[0,"&Yopf;"],[1,"&aopf;"],[0,"&bopf;"],[0,"&copf;"],[0,"&dopf;"],[0,"&eopf;"],[0,"&fopf;"],[0,"&gopf;"],[0,"&hopf;"],[0,"&iopf;"],[0,"&jopf;"],[0,"&kopf;"],[0,"&lopf;"],[0,"&mopf;"],[0,"&nopf;"],[0,"&oopf;"],[0,"&popf;"],[0,"&qopf;"],[0,"&ropf;"],[0,"&sopf;"],[0,"&topf;"],[0,"&uopf;"],[0,"&vopf;"],[0,"&wopf;"],[0,"&xopf;"],[0,"&yopf;"],[0,"&zopf;"]]))}],[8906,"&fflig;"],[0,"&filig;"],[0,"&fllig;"],[0,"&ffilig;"],[0,"&ffllig;"]]));var _escape={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.getCodePoint=e.xmlReplacer=void 0,e.xmlReplacer=/["&'<>$\x80-\uFFFF]/g;var t=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]);function r(r){for(var n,i="",a=0;null!==(n=e.xmlReplacer.exec(r));){var o=n.index,s=r.charCodeAt(o),u=t.get(s);void 0!==u?(i+=r.substring(a,o)+u,a=o+1):(i+="".concat(r.substring(a,o),"&#x").concat((0,e.getCodePoint)(r,o).toString(16),";"),a=e.xmlReplacer.lastIndex+=Number(55296==(64512&s)))}return i+r.substr(a)}function n(e,t){return function(r){for(var n,i=0,a="";n=e.exec(r);)i!==n.index&&(a+=r.substring(i,n.index)),a+=t.get(n[0].charCodeAt(0)),i=n.index+1;return a+r.substring(i)}}e.getCodePoint=null!=String.prototype.codePointAt?function(e,t){return e.codePointAt(t)}:function(e,t){return 55296==(64512&e.charCodeAt(t))?1024*(e.charCodeAt(t)-55296)+e.charCodeAt(t+1)-56320+65536:e.charCodeAt(t)},e.encodeXML=r,e.escape=r,e.escapeUTF8=n(/[&<>'"]/g,t),e.escapeAttribute=n(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),e.escapeText=n(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]))}(_escape);var __importDefault$1=commonjsGlobal&&commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(encode,"__esModule",{value:!0}),encode.encodeNonAsciiHTML=encode.encodeHTML=void 0;var encode_html_js_1=__importDefault$1(encodeHtml),escape_js_1=_escape,htmlReplacer=/[\t\n!-,./:-@[-`\f{-}$\x80-\uFFFF]/g;function encodeHTML(e){return encodeHTMLTrieRe(htmlReplacer,e)}function encodeNonAsciiHTML(e){return encodeHTMLTrieRe(escape_js_1.xmlReplacer,e)}function encodeHTMLTrieRe(e,t){for(var r,n="",i=0;null!==(r=e.exec(t));){var a=r.index;n+=t.substring(i,a);var o=t.charCodeAt(a),s=encode_html_js_1.default.get(o);if("object"==typeof s){if(a+1<t.length){var u=t.charCodeAt(a+1),l="number"==typeof s.n?s.n===u?s.o:void 0:s.n.get(u);if(void 0!==l){n+=l,i=e.lastIndex+=1;continue}}s=s.v}if(void 0!==s)n+=s,i=a+1;else{var c=(0,escape_js_1.getCodePoint)(t,a);n+="&#x".concat(c.toString(16),";"),i=e.lastIndex+=Number(c!==o)}}return n+t.substr(i)}encode.encodeHTML=encodeHTML,encode.encodeNonAsciiHTML=encodeNonAsciiHTML,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.decodeXMLStrict=e.decodeHTML5Strict=e.decodeHTML4Strict=e.decodeHTML5=e.decodeHTML4=e.decodeHTMLAttribute=e.decodeHTMLStrict=e.decodeHTML=e.decodeXML=e.DecodingMode=e.EntityDecoder=e.encodeHTML5=e.encodeHTML4=e.encodeNonAsciiHTML=e.encodeHTML=e.escapeText=e.escapeAttribute=e.escapeUTF8=e.escape=e.encodeXML=e.encode=e.decodeStrict=e.decode=e.EncodingMode=e.EntityLevel=void 0;var t,r,n=decode,i=encode,a=_escape;function o(e,r){if(void 0===r&&(r=t.XML),("number"==typeof r?r:r.level)===t.HTML){var i="object"==typeof r?r.mode:void 0;return(0,n.decodeHTML)(e,i)}return(0,n.decodeXML)(e)}!function(e){e[e.XML=0]="XML",e[e.HTML=1]="HTML"}(t=e.EntityLevel||(e.EntityLevel={})),function(e){e[e.UTF8=0]="UTF8",e[e.ASCII=1]="ASCII",e[e.Extensive=2]="Extensive",e[e.Attribute=3]="Attribute",e[e.Text=4]="Text"}(r=e.EncodingMode||(e.EncodingMode={})),e.decode=o,e.decodeStrict=function(e,r){var i;void 0===r&&(r=t.XML);var a="number"==typeof r?{level:r}:r;return null!==(i=a.mode)&&void 0!==i||(a.mode=n.DecodingMode.Strict),o(e,a)},e.encode=function(e,n){void 0===n&&(n=t.XML);var o="number"==typeof n?{level:n}:n;return o.mode===r.UTF8?(0,a.escapeUTF8)(e):o.mode===r.Attribute?(0,a.escapeAttribute)(e):o.mode===r.Text?(0,a.escapeText)(e):o.level===t.HTML?o.mode===r.ASCII?(0,i.encodeNonAsciiHTML)(e):(0,i.encodeHTML)(e):(0,a.encodeXML)(e)};var s=_escape;Object.defineProperty(e,"encodeXML",{enumerable:!0,get:function(){return s.encodeXML}}),Object.defineProperty(e,"escape",{enumerable:!0,get:function(){return s.escape}}),Object.defineProperty(e,"escapeUTF8",{enumerable:!0,get:function(){return s.escapeUTF8}}),Object.defineProperty(e,"escapeAttribute",{enumerable:!0,get:function(){return s.escapeAttribute}}),Object.defineProperty(e,"escapeText",{enumerable:!0,get:function(){return s.escapeText}});var u=encode;Object.defineProperty(e,"encodeHTML",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(e,"encodeNonAsciiHTML",{enumerable:!0,get:function(){return u.encodeNonAsciiHTML}}),Object.defineProperty(e,"encodeHTML4",{enumerable:!0,get:function(){return u.encodeHTML}}),Object.defineProperty(e,"encodeHTML5",{enumerable:!0,get:function(){return u.encodeHTML}});var l=decode;Object.defineProperty(e,"EntityDecoder",{enumerable:!0,get:function(){return l.EntityDecoder}}),Object.defineProperty(e,"DecodingMode",{enumerable:!0,get:function(){return l.DecodingMode}}),Object.defineProperty(e,"decodeXML",{enumerable:!0,get:function(){return l.decodeXML}}),Object.defineProperty(e,"decodeHTML",{enumerable:!0,get:function(){return l.decodeHTML}}),Object.defineProperty(e,"decodeHTMLStrict",{enumerable:!0,get:function(){return l.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTMLAttribute",{enumerable:!0,get:function(){return l.decodeHTMLAttribute}}),Object.defineProperty(e,"decodeHTML4",{enumerable:!0,get:function(){return l.decodeHTML}}),Object.defineProperty(e,"decodeHTML5",{enumerable:!0,get:function(){return l.decodeHTML}}),Object.defineProperty(e,"decodeHTML4Strict",{enumerable:!0,get:function(){return l.decodeHTMLStrict}}),Object.defineProperty(e,"decodeHTML5Strict",{enumerable:!0,get:function(){return l.decodeHTMLStrict}}),Object.defineProperty(e,"decodeXMLStrict",{enumerable:!0,get:function(){return l.decodeXML}})}(lib);var foreignNames={};Object.defineProperty(foreignNames,"__esModule",{value:!0}),foreignNames.attributeNames=foreignNames.elementNames=void 0,foreignNames.elementNames=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((function(e){return[e.toLowerCase(),e]}))),foreignNames.attributeNames=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((function(e){return[e.toLowerCase(),e]})));var __assign=commonjsGlobal&&commonjsGlobal.__assign||function(){return __assign=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var i in t=arguments[r])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},__assign.apply(this,arguments)},__createBinding=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),__setModuleDefault=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),__importStar=commonjsGlobal&&commonjsGlobal.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var r in e)"default"!==r&&Object.prototype.hasOwnProperty.call(e,r)&&__createBinding(t,e,r);return __setModuleDefault(t,e),t};Object.defineProperty(lib$1,"__esModule",{value:!0}),lib$1.render=void 0;var ElementType=__importStar(lib$3),entities_1=lib,foreignNames_js_1=foreignNames,unencodedElements=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]);function replaceQuotes(e){return e.replace(/"/g,"&quot;")}function formatAttributes(e,t){var r;if(e){var n=!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)?replaceQuotes:t.xmlMode||"utf8"!==t.encodeEntities?entities_1.encodeXML:entities_1.escapeAttribute;return Object.keys(e).map((function(r){var i,a,o=null!==(i=e[r])&&void 0!==i?i:"";return"foreign"===t.xmlMode&&(r=null!==(a=foreignNames_js_1.attributeNames.get(r))&&void 0!==a?a:r),t.emptyAttrs||t.xmlMode||""!==o?"".concat(r,'="').concat(n(o),'"'):r})).join(" ")}}var singleTag=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);function render(e,t){void 0===t&&(t={});for(var r=("length"in e?e:[e]),n="",i=0;i<r.length;i++)n+=renderNode(r[i],t);return n}function renderNode(e,t){switch(e.type){case ElementType.Root:return render(e.children,t);case ElementType.Doctype:case ElementType.Directive:return renderDirective(e);case ElementType.Comment:return renderComment(e);case ElementType.CDATA:return renderCdata(e);case ElementType.Script:case ElementType.Style:case ElementType.Tag:return renderTag(e,t);case ElementType.Text:return renderText(e,t)}}lib$1.render=render,lib$1.default=render;var foreignModeIntegrationPoints=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),foreignElements=new Set(["svg","math"]);function renderTag(e,t){var r;"foreign"===t.xmlMode&&(e.name=null!==(r=foreignNames_js_1.elementNames.get(e.name))&&void 0!==r?r:e.name,e.parent&&foreignModeIntegrationPoints.has(e.parent.name)&&(t=__assign(__assign({},t),{xmlMode:!1}))),!t.xmlMode&&foreignElements.has(e.name)&&(t=__assign(__assign({},t),{xmlMode:"foreign"}));var n="<".concat(e.name),i=formatAttributes(e.attribs,t);return i&&(n+=" ".concat(i)),0===e.children.length&&(t.xmlMode?!1!==t.selfClosingTags:t.selfClosingTags&&singleTag.has(e.name))?(t.xmlMode||(n+=" "),n+="/>"):(n+=">",e.children.length>0&&(n+=render(e.children,t)),!t.xmlMode&&singleTag.has(e.name)||(n+="</".concat(e.name,">"))),n}function renderDirective(e){return"<".concat(e.data,">")}function renderText(e,t){var r,n=e.data||"";return!1===(null!==(r=t.encodeEntities)&&void 0!==r?r:t.decodeEntities)||!t.xmlMode&&e.parent&&unencodedElements.has(e.parent.name)||(n=t.xmlMode||"utf8"!==t.encodeEntities?(0,entities_1.encodeXML)(n):(0,entities_1.escapeText)(n)),n}function renderCdata(e){return"<![CDATA[".concat(e.children[0].data,"]]>")}function renderComment(e){return"\x3c!--".concat(e.data,"--\x3e")}var __importDefault=commonjsGlobal&&commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(stringify$5,"__esModule",{value:!0}),stringify$5.innerText=stringify$5.textContent=stringify$5.getText=stringify$5.getInnerHTML=stringify$5.getOuterHTML=void 0;var domhandler_1$3=lib$4,dom_serializer_1=__importDefault(lib$1),domelementtype_1=lib$3;function getOuterHTML(e,t){return(0,dom_serializer_1.default)(e,t)}function getInnerHTML(e,t){return(0,domhandler_1$3.hasChildren)(e)?e.children.map((function(e){return getOuterHTML(e,t)})).join(""):""}function getText(e){return Array.isArray(e)?e.map(getText).join(""):(0,domhandler_1$3.isTag)(e)?"br"===e.name?"\n":getText(e.children):(0,domhandler_1$3.isCDATA)(e)?getText(e.children):(0,domhandler_1$3.isText)(e)?e.data:""}function textContent(e){return Array.isArray(e)?e.map(textContent).join(""):(0,domhandler_1$3.hasChildren)(e)&&!(0,domhandler_1$3.isComment)(e)?textContent(e.children):(0,domhandler_1$3.isText)(e)?e.data:""}function innerText(e){return Array.isArray(e)?e.map(innerText).join(""):(0,domhandler_1$3.hasChildren)(e)&&(e.type===domelementtype_1.ElementType.Tag||(0,domhandler_1$3.isCDATA)(e))?innerText(e.children):(0,domhandler_1$3.isText)(e)?e.data:""}stringify$5.getOuterHTML=getOuterHTML,stringify$5.getInnerHTML=getInnerHTML,stringify$5.getText=getText,stringify$5.textContent=textContent,stringify$5.innerText=innerText;var traversal={};Object.defineProperty(traversal,"__esModule",{value:!0}),traversal.prevElementSibling=traversal.nextElementSibling=traversal.getName=traversal.hasAttrib=traversal.getAttributeValue=traversal.getSiblings=traversal.getParent=traversal.getChildren=void 0;var domhandler_1$2=lib$4;function getChildren(e){return(0,domhandler_1$2.hasChildren)(e)?e.children:[]}function getParent(e){return e.parent||null}function getSiblings(e){var t=getParent(e);if(null!=t)return getChildren(t);for(var r=[e],n=e.prev,i=e.next;null!=n;)r.unshift(n),n=n.prev;for(;null!=i;)r.push(i),i=i.next;return r}function getAttributeValue(e,t){var r;return null===(r=e.attribs)||void 0===r?void 0:r[t]}function hasAttrib(e,t){return null!=e.attribs&&Object.prototype.hasOwnProperty.call(e.attribs,t)&&null!=e.attribs[t]}function getName(e){return e.name}function nextElementSibling(e){for(var t=e.next;null!==t&&!(0,domhandler_1$2.isTag)(t);)t=t.next;return t}function prevElementSibling(e){for(var t=e.prev;null!==t&&!(0,domhandler_1$2.isTag)(t);)t=t.prev;return t}traversal.getChildren=getChildren,traversal.getParent=getParent,traversal.getSiblings=getSiblings,traversal.getAttributeValue=getAttributeValue,traversal.hasAttrib=hasAttrib,traversal.getName=getName,traversal.nextElementSibling=nextElementSibling,traversal.prevElementSibling=prevElementSibling;var manipulation={};function removeElement(e){if(e.prev&&(e.prev.next=e.next),e.next&&(e.next.prev=e.prev),e.parent){var t=e.parent.children,r=t.lastIndexOf(e);r>=0&&t.splice(r,1)}e.next=null,e.prev=null,e.parent=null}function replaceElement(e,t){var r=t.prev=e.prev;r&&(r.next=t);var n=t.next=e.next;n&&(n.prev=t);var i=t.parent=e.parent;if(i){var a=i.children;a[a.lastIndexOf(e)]=t,e.parent=null}}function appendChild(e,t){if(removeElement(t),t.next=null,t.parent=e,e.children.push(t)>1){var r=e.children[e.children.length-2];r.next=t,t.prev=r}else t.prev=null}function append(e,t){removeElement(t);var r=e.parent,n=e.next;if(t.next=n,t.prev=e,e.next=t,t.parent=r,n){if(n.prev=t,r){var i=r.children;i.splice(i.lastIndexOf(n),0,t)}}else r&&r.children.push(t)}function prependChild(e,t){if(removeElement(t),t.parent=e,t.prev=null,1!==e.children.unshift(t)){var r=e.children[1];r.prev=t,t.next=r}else t.next=null}function prepend(e,t){removeElement(t);var r=e.parent;if(r){var n=r.children;n.splice(n.indexOf(e),0,t)}e.prev&&(e.prev.next=t),t.parent=r,t.prev=e.prev,t.next=e,e.prev=t}Object.defineProperty(manipulation,"__esModule",{value:!0}),manipulation.prepend=manipulation.prependChild=manipulation.append=manipulation.appendChild=manipulation.replaceElement=manipulation.removeElement=void 0,manipulation.removeElement=removeElement,manipulation.replaceElement=replaceElement,manipulation.appendChild=appendChild,manipulation.append=append,manipulation.prependChild=prependChild,manipulation.prepend=prepend;var querying={};Object.defineProperty(querying,"__esModule",{value:!0}),querying.findAll=querying.existsOne=querying.findOne=querying.findOneChild=querying.find=querying.filter=void 0;var domhandler_1$1=lib$4;function filter$1(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),find(e,Array.isArray(t)?t:[t],r,n)}function find(e,t,r,n){for(var i=[],a=[t],o=[0];;)if(o[0]>=a[0].length){if(1===o.length)return i;a.shift(),o.shift()}else{var s=a[0][o[0]++];if(e(s)&&(i.push(s),--n<=0))return i;r&&(0,domhandler_1$1.hasChildren)(s)&&s.children.length>0&&(o.unshift(0),a.unshift(s.children))}}function findOneChild(e,t){return t.find(e)}function findOne(e,t,r){void 0===r&&(r=!0);for(var n=null,i=0;i<t.length&&!n;i++){var a=t[i];(0,domhandler_1$1.isTag)(a)&&(e(a)?n=a:r&&a.children.length>0&&(n=findOne(e,a.children,!0)))}return n}function existsOne(e,t){return t.some((function(t){return(0,domhandler_1$1.isTag)(t)&&(e(t)||existsOne(e,t.children))}))}function findAll(e,t){for(var r=[],n=[t],i=[0];;)if(i[0]>=n[0].length){if(1===n.length)return r;n.shift(),i.shift()}else{var a=n[0][i[0]++];(0,domhandler_1$1.isTag)(a)&&(e(a)&&r.push(a),a.children.length>0&&(i.unshift(0),n.unshift(a.children)))}}querying.filter=filter$1,querying.find=find,querying.findOneChild=findOneChild,querying.findOne=findOne,querying.existsOne=existsOne,querying.findAll=findAll;var legacy={};Object.defineProperty(legacy,"__esModule",{value:!0}),legacy.getElementsByTagType=legacy.getElementsByTagName=legacy.getElementById=legacy.getElements=legacy.testElement=void 0;var domhandler_1=lib$4,querying_js_1=querying,Checks={tag_name:function(e){return"function"==typeof e?function(t){return(0,domhandler_1.isTag)(t)&&e(t.name)}:"*"===e?domhandler_1.isTag:function(t){return(0,domhandler_1.isTag)(t)&&t.name===e}},tag_type:function(e){return"function"==typeof e?function(t){return e(t.type)}:function(t){return t.type===e}},tag_contains:function(e){return"function"==typeof e?function(t){return(0,domhandler_1.isText)(t)&&e(t.data)}:function(t){return(0,domhandler_1.isText)(t)&&t.data===e}}};function getAttribCheck(e,t){return"function"==typeof t?function(r){return(0,domhandler_1.isTag)(r)&&t(r.attribs[e])}:function(r){return(0,domhandler_1.isTag)(r)&&r.attribs[e]===t}}function combineFuncs(e,t){return function(r){return e(r)||t(r)}}function compileTest(e){var t=Object.keys(e).map((function(t){var r=e[t];return Object.prototype.hasOwnProperty.call(Checks,t)?Checks[t](r):getAttribCheck(t,r)}));return 0===t.length?null:t.reduce(combineFuncs)}function testElement(e,t){var r=compileTest(e);return!r||r(t)}function getElements(e,t,r,n){void 0===n&&(n=1/0);var i=compileTest(e);return i?(0,querying_js_1.filter)(i,t,r,n):[]}function getElementById(e,t,r){return void 0===r&&(r=!0),Array.isArray(t)||(t=[t]),(0,querying_js_1.findOne)(getAttribCheck("id",e),t,r)}function getElementsByTagName(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,querying_js_1.filter)(Checks.tag_name(e),t,r,n)}function getElementsByTagType(e,t,r,n){return void 0===r&&(r=!0),void 0===n&&(n=1/0),(0,querying_js_1.filter)(Checks.tag_type(e),t,r,n)}legacy.testElement=testElement,legacy.getElements=getElements,legacy.getElementById=getElementById,legacy.getElementsByTagName=getElementsByTagName,legacy.getElementsByTagType=getElementsByTagType;var helpers={};!function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.uniqueSort=e.compareDocumentPosition=e.DocumentPosition=e.removeSubsets=void 0;var t,r=lib$4;function n(e,n){var i=[],a=[];if(e===n)return 0;for(var o=(0,r.hasChildren)(e)?e:e.parent;o;)i.unshift(o),o=o.parent;for(o=(0,r.hasChildren)(n)?n:n.parent;o;)a.unshift(o),o=o.parent;for(var s=Math.min(i.length,a.length),u=0;u<s&&i[u]===a[u];)u++;if(0===u)return t.DISCONNECTED;var l=i[u-1],c=l.children,d=i[u],h=a[u];return c.indexOf(d)>c.indexOf(h)?l===n?t.FOLLOWING|t.CONTAINED_BY:t.FOLLOWING:l===e?t.PRECEDING|t.CONTAINS:t.PRECEDING}e.removeSubsets=function(e){for(var t=e.length;--t>=0;){var r=e[t];if(t>0&&e.lastIndexOf(r,t-1)>=0)e.splice(t,1);else for(var n=r.parent;n;n=n.parent)if(e.includes(n)){e.splice(t,1);break}}return e},function(e){e[e.DISCONNECTED=1]="DISCONNECTED",e[e.PRECEDING=2]="PRECEDING",e[e.FOLLOWING=4]="FOLLOWING",e[e.CONTAINS=8]="CONTAINS",e[e.CONTAINED_BY=16]="CONTAINED_BY"}(t=e.DocumentPosition||(e.DocumentPosition={})),e.compareDocumentPosition=n,e.uniqueSort=function(e){return e=e.filter((function(e,t,r){return!r.includes(e,t+1)})),e.sort((function(e,r){var i=n(e,r);return i&t.PRECEDING?-1:i&t.FOLLOWING?1:0})),e}}(helpers);var feeds={};Object.defineProperty(feeds,"__esModule",{value:!0}),feeds.getFeed=void 0;var stringify_js_1=stringify$5,legacy_js_1=legacy;function getFeed(e){var t=getOneElement(isValidFeed,e);return t?"feed"===t.name?getAtomFeed(t):getRssFeed(t):null}function getAtomFeed(e){var t,r=e.children,n={type:"atom",items:(0,legacy_js_1.getElementsByTagName)("entry",r).map((function(e){var t,r=e.children,n={media:getMediaElements(r)};addConditionally(n,"id","id",r),addConditionally(n,"title","title",r);var i=null===(t=getOneElement("link",r))||void 0===t?void 0:t.attribs.href;i&&(n.link=i);var a=fetch$1("summary",r)||fetch$1("content",r);a&&(n.description=a);var o=fetch$1("updated",r);return o&&(n.pubDate=new Date(o)),n}))};addConditionally(n,"id","id",r),addConditionally(n,"title","title",r);var i=null===(t=getOneElement("link",r))||void 0===t?void 0:t.attribs.href;i&&(n.link=i),addConditionally(n,"description","subtitle",r);var a=fetch$1("updated",r);return a&&(n.updated=new Date(a)),addConditionally(n,"author","email",r,!0),n}function getRssFeed(e){var t,r,n=null!==(r=null===(t=getOneElement("channel",e.children))||void 0===t?void 0:t.children)&&void 0!==r?r:[],i={type:e.name.substr(0,3),id:"",items:(0,legacy_js_1.getElementsByTagName)("item",e.children).map((function(e){var t=e.children,r={media:getMediaElements(t)};addConditionally(r,"id","guid",t),addConditionally(r,"title","title",t),addConditionally(r,"link","link",t),addConditionally(r,"description","description",t);var n=fetch$1("pubDate",t)||fetch$1("dc:date",t);return n&&(r.pubDate=new Date(n)),r}))};addConditionally(i,"title","title",n),addConditionally(i,"link","link",n),addConditionally(i,"description","description",n);var a=fetch$1("lastBuildDate",n);return a&&(i.updated=new Date(a)),addConditionally(i,"author","managingEditor",n,!0),i}feeds.getFeed=getFeed;var MEDIA_KEYS_STRING=["url","type","lang"],MEDIA_KEYS_INT=["fileSize","bitrate","framerate","samplingrate","channels","duration","height","width"];function getMediaElements(e){return(0,legacy_js_1.getElementsByTagName)("media:content",e).map((function(e){for(var t=e.attribs,r={medium:t.medium,isDefault:!!t.isDefault},n=0,i=MEDIA_KEYS_STRING;n<i.length;n++){t[s=i[n]]&&(r[s]=t[s])}for(var a=0,o=MEDIA_KEYS_INT;a<o.length;a++){var s;t[s=o[a]]&&(r[s]=parseInt(t[s],10))}return t.expression&&(r.expression=t.expression),r}))}function getOneElement(e,t){return(0,legacy_js_1.getElementsByTagName)(e,t,!0,1)[0]}function fetch$1(e,t,r){return void 0===r&&(r=!1),(0,stringify_js_1.textContent)((0,legacy_js_1.getElementsByTagName)(e,t,r,1)).trim()}function addConditionally(e,t,r,n,i){void 0===i&&(i=!1);var a=fetch$1(r,n,i);a&&(e[t]=a)}function isValidFeed(e){return"rss"===e||"feed"===e||"rdf:RDF"===e}!function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=commonjsGlobal&&commonjsGlobal.__exportStar||function(e,r){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(r,n)||t(r,e,n)};Object.defineProperty(e,"__esModule",{value:!0}),e.hasChildren=e.isDocument=e.isComment=e.isText=e.isCDATA=e.isTag=void 0,r(stringify$5,e),r(traversal,e),r(manipulation,e),r(querying,e),r(legacy,e),r(helpers,e),r(feeds,e);var n=lib$4;Object.defineProperty(e,"isTag",{enumerable:!0,get:function(){return n.isTag}}),Object.defineProperty(e,"isCDATA",{enumerable:!0,get:function(){return n.isCDATA}}),Object.defineProperty(e,"isText",{enumerable:!0,get:function(){return n.isText}}),Object.defineProperty(e,"isComment",{enumerable:!0,get:function(){return n.isComment}}),Object.defineProperty(e,"isDocument",{enumerable:!0,get:function(){return n.isDocument}}),Object.defineProperty(e,"hasChildren",{enumerable:!0,get:function(){return n.hasChildren}})}(lib$2),function(e){var t=commonjsGlobal&&commonjsGlobal.__createBinding||(Object.create?function(e,t,r,n){void 0===n&&(n=r);var i=Object.getOwnPropertyDescriptor(t,r);i&&!("get"in i?!t.__esModule:i.writable||i.configurable)||(i={enumerable:!0,get:function(){return t[r]}}),Object.defineProperty(e,n,i)}:function(e,t,r,n){void 0===n&&(n=r),e[n]=t[r]}),r=commonjsGlobal&&commonjsGlobal.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),n=commonjsGlobal&&commonjsGlobal.__importStar||function(e){if(e&&e.__esModule)return e;var n={};if(null!=e)for(var i in e)"default"!==i&&Object.prototype.hasOwnProperty.call(e,i)&&t(n,e,i);return r(n,e),n},i=commonjsGlobal&&commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(e,"__esModule",{value:!0}),e.DomUtils=e.parseFeed=e.getFeed=e.ElementType=e.Tokenizer=e.createDomStream=e.parseDOM=e.parseDocument=e.DefaultHandler=e.DomHandler=e.Parser=void 0;var a=Parser$3,o=Parser$3;Object.defineProperty(e,"Parser",{enumerable:!0,get:function(){return o.Parser}});var s=lib$4,u=lib$4;function l(e,t){var r=new s.DomHandler(void 0,t);return new a.Parser(r,t).end(e),r.root}function c(e,t){return l(e,t).children}Object.defineProperty(e,"DomHandler",{enumerable:!0,get:function(){return u.DomHandler}}),Object.defineProperty(e,"DefaultHandler",{enumerable:!0,get:function(){return u.DomHandler}}),e.parseDocument=l,e.parseDOM=c,e.createDomStream=function(e,t,r){var n=new s.DomHandler(e,t,r);return new a.Parser(n,t)};var d=Tokenizer;Object.defineProperty(e,"Tokenizer",{enumerable:!0,get:function(){return i(d).default}}),e.ElementType=n(lib$3);var h=lib$2,f=lib$2;Object.defineProperty(e,"getFeed",{enumerable:!0,get:function(){return f.getFeed}});var p={xmlMode:!0};e.parseFeed=function(e,t){return void 0===t&&(t=p),(0,h.getFeed)(c(e,t))},e.DomUtils=n(lib$2)}(lib$5);var escapeStringRegexp$1=e=>{if("string"!=typeof e)throw new TypeError("Expected a string");return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")},isPlainObject$2={};
315
+ /*!
316
+ * is-plain-object <https://github.com/jonschlinkert/is-plain-object>
317
+ *
318
+ * Copyright (c) 2014-2017, Jon Schlinkert.
319
+ * Released under the MIT License.
320
+ */
321
+ function isObject$1(e){return"[object Object]"===Object.prototype.toString.call(e)}function isPlainObject$1(e){var t,r;return!1!==isObject$1(e)&&(void 0===(t=e.constructor)||!1!==isObject$1(r=t.prototype)&&!1!==r.hasOwnProperty("isPrototypeOf"))}Object.defineProperty(isPlainObject$2,"__esModule",{value:!0}),isPlainObject$2.isPlainObject=isPlainObject$1;var isMergeableObject=function(e){return isNonNullObject(e)&&!isSpecial(e)};function isNonNullObject(e){return!!e&&"object"==typeof e}function isSpecial(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||isReactElement(e)}var canUseSymbol="function"==typeof Symbol&&Symbol.for,REACT_ELEMENT_TYPE=canUseSymbol?Symbol.for("react.element"):60103;function isReactElement(e){return e.$$typeof===REACT_ELEMENT_TYPE}function emptyTarget(e){return Array.isArray(e)?[]:{}}function cloneUnlessOtherwiseSpecified(e,t){return!1!==t.clone&&t.isMergeableObject(e)?deepmerge$1(emptyTarget(e),e,t):e}function defaultArrayMerge(e,t,r){return e.concat(t).map((function(e){return cloneUnlessOtherwiseSpecified(e,r)}))}function getMergeFunction(e,t){if(!t.customMerge)return deepmerge$1;var r=t.customMerge(e);return"function"==typeof r?r:deepmerge$1}function getEnumerableOwnPropertySymbols(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return Object.propertyIsEnumerable.call(e,t)})):[]}function getKeys(e){return Object.keys(e).concat(getEnumerableOwnPropertySymbols(e))}function propertyIsOnObject(e,t){try{return t in e}catch(e){return!1}}function propertyIsUnsafe(e,t){return propertyIsOnObject(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))}function mergeObject(e,t,r){var n={};return r.isMergeableObject(e)&&getKeys(e).forEach((function(t){n[t]=cloneUnlessOtherwiseSpecified(e[t],r)})),getKeys(t).forEach((function(i){propertyIsUnsafe(e,i)||(propertyIsOnObject(e,i)&&r.isMergeableObject(t[i])?n[i]=getMergeFunction(i,r)(e[i],t[i],r):n[i]=cloneUnlessOtherwiseSpecified(t[i],r))})),n}function deepmerge$1(e,t,r){(r=r||{}).arrayMerge=r.arrayMerge||defaultArrayMerge,r.isMergeableObject=r.isMergeableObject||isMergeableObject,r.cloneUnlessOtherwiseSpecified=cloneUnlessOtherwiseSpecified;var n=Array.isArray(t);return n===Array.isArray(e)?n?r.arrayMerge(e,t,r):mergeObject(e,t,r):cloneUnlessOtherwiseSpecified(t,r)}deepmerge$1.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return deepmerge$1(e,r,t)}),{})};var deepmerge_1=deepmerge$1,cjs=deepmerge_1,parseSrcset$1={exports:{}};!function(e){!function(t,r){e.exports?e.exports=r():t.parseSrcset=r()}(commonjsGlobal,(function(){return function(e){function t(e){return" "===e||"\t"===e||"\n"===e||"\f"===e||"\r"===e}function r(t){var r,n=t.exec(e.substring(m));if(n)return r=n[0],m+=r.length,r}for(var n,i,a,o,s,u=e.length,l=/^[ \t\n\r\u000c]+/,c=/^[, \t\n\r\u000c]+/,d=/^[^ \t\n\r\u000c]+/,h=/[,]+$/,f=/^\d+$/,p=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/,m=0,_=[];;){if(r(c),m>=u)return _;n=r(d),i=[],","===n.slice(-1)?(n=n.replace(h,""),y()):g()}function g(){for(r(l),a="",o="in descriptor";;){if(s=e.charAt(m),"in descriptor"===o)if(t(s))a&&(i.push(a),a="",o="after descriptor");else{if(","===s)return m+=1,a&&i.push(a),void y();if("("===s)a+=s,o="in parens";else{if(""===s)return a&&i.push(a),void y();a+=s}}else if("in parens"===o)if(")"===s)a+=s,o="in descriptor";else{if(""===s)return i.push(a),void y();a+=s}else if("after descriptor"===o)if(t(s));else{if(""===s)return void y();o="in descriptor",m-=1}m+=1}}function y(){var t,r,a,o,s,u,l,c,d,h=!1,m={};for(o=0;o<i.length;o++)u=(s=i[o])[s.length-1],l=s.substring(0,s.length-1),c=parseInt(l,10),d=parseFloat(l),f.test(l)&&"w"===u?((t||r)&&(h=!0),0===c?h=!0:t=c):p.test(l)&&"x"===u?((t||r||a)&&(h=!0),d<0?h=!0:r=d):f.test(l)&&"h"===u?((a||r)&&(h=!0),0===c?h=!0:a=c):h=!0;h?console&&console.log&&console.log("Invalid srcset descriptor found in '"+e+"' at '"+s+"'."):(m.url=n,t&&(m.w=t),r&&(m.d=r),a&&(m.h=a),_.push(m))}}}))}(parseSrcset$1);var picocolors_browser={exports:{}},x=String,create=function(){return{isColorSupported:!1,reset:x,bold:x,dim:x,italic:x,underline:x,inverse:x,hidden:x,strikethrough:x,black:x,red:x,green:x,yellow:x,blue:x,magenta:x,cyan:x,white:x,gray:x,bgBlack:x,bgRed:x,bgGreen:x,bgYellow:x,bgBlue:x,bgMagenta:x,bgCyan:x,bgWhite:x}};picocolors_browser.exports=create(),picocolors_browser.exports.createColors=create;let pico=picocolors_browser.exports,terminalHighlight$1=require$$2;class CssSyntaxError$3 extends Error{constructor(e,t,r,n,i,a){super(e),this.name="CssSyntaxError",this.reason=e,i&&(this.file=i),n&&(this.source=n),a&&(this.plugin=a),void 0!==t&&void 0!==r&&("number"==typeof t?(this.line=t,this.column=r):(this.line=t.line,this.column=t.column,this.endLine=r.line,this.endColumn=r.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,CssSyntaxError$3)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"<css input>",void 0!==this.line&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(e){if(!this.source)return"";let t=this.source;null==e&&(e=pico.isColorSupported),terminalHighlight$1&&e&&(t=terminalHighlight$1(t));let r,n,i=t.split(/\r?\n/),a=Math.max(this.line-3,0),o=Math.min(this.line+2,i.length),s=String(o).length;if(e){let{bold:e,red:t,gray:i}=pico.createColors(!0);r=r=>e(t(r)),n=e=>i(e)}else r=n=e=>e;return i.slice(a,o).map(((e,t)=>{let i=a+1+t,o=" "+(" "+i).slice(-s)+" | ";if(i===this.line){let t=n(o.replace(/\d/g," "))+e.slice(0,this.column-1).replace(/[^\t]/g," ");return r(">")+n(o)+e+"\n "+t+r("^")}return" "+n(o)+e})).join("\n")}toString(){let e=this.showSourceCode();return e&&(e="\n\n"+e+"\n"),this.name+": "+this.message+e}}var cssSyntaxError=CssSyntaxError$3;CssSyntaxError$3.default=CssSyntaxError$3;var symbols={};symbols.isClean=Symbol("isClean"),symbols.my=Symbol("my");const DEFAULT_RAW={colon:": ",indent:" ",beforeDecl:"\n",beforeRule:"\n",beforeOpen:" ",beforeClose:"\n",beforeComment:"\n",after:"\n",emptyBody:"",commentLeft:" ",commentRight:" ",semicolon:!1};function capitalize(e){return e[0].toUpperCase()+e.slice(1)}class Stringifier$2{constructor(e){this.builder=e}stringify(e,t){if(!this[e.type])throw new Error("Unknown AST node type "+e.type+". Maybe you need to change PostCSS stringifier.");this[e.type](e,t)}document(e){this.body(e)}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}comment(e){let t=this.raw(e,"left","commentLeft"),r=this.raw(e,"right","commentRight");this.builder("/*"+t+e.text+r+"*/",e)}decl(e,t){let r=this.raw(e,"between","colon"),n=e.prop+r+this.rawValue(e,"value");e.important&&(n+=e.raws.important||" !important"),t&&(n+=";"),this.builder(n,e)}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,"end")}atrule(e,t){let r="@"+e.name,n=e.params?this.rawValue(e,"params"):"";if(void 0!==e.raws.afterName?r+=e.raws.afterName:n&&(r+=" "),e.nodes)this.block(e,r+n);else{let i=(e.raws.between||"")+(t?";":"");this.builder(r+n+i,e)}}body(e){let t=e.nodes.length-1;for(;t>0&&"comment"===e.nodes[t].type;)t-=1;let r=this.raw(e,"semicolon");for(let n=0;n<e.nodes.length;n++){let i=e.nodes[n],a=this.raw(i,"before");a&&this.builder(a),this.stringify(i,t!==n||r)}}block(e,t){let r,n=this.raw(e,"between","beforeOpen");this.builder(t+n+"{",e,"start"),e.nodes&&e.nodes.length?(this.body(e),r=this.raw(e,"after")):r=this.raw(e,"after","emptyBody"),r&&this.builder(r),this.builder("}",e,"end")}raw(e,t,r){let n;if(r||(r=t),t&&(n=e.raws[t],void 0!==n))return n;let i=e.parent;if("before"===r){if(!i||"root"===i.type&&i.first===e)return"";if(i&&"document"===i.type)return""}if(!i)return DEFAULT_RAW[r];let a=e.root();if(a.rawCache||(a.rawCache={}),void 0!==a.rawCache[r])return a.rawCache[r];if("before"===r||"after"===r)return this.beforeAfter(e,r);{let i="raw"+capitalize(r);this[i]?n=this[i](a,e):a.walk((e=>{if(n=e.raws[t],void 0!==n)return!1}))}return void 0===n&&(n=DEFAULT_RAW[r]),a.rawCache[r]=n,n}rawSemicolon(e){let t;return e.walk((e=>{if(e.nodes&&e.nodes.length&&"decl"===e.last.type&&(t=e.raws.semicolon,void 0!==t))return!1})),t}rawEmptyBody(e){let t;return e.walk((e=>{if(e.nodes&&0===e.nodes.length&&(t=e.raws.after,void 0!==t))return!1})),t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;return e.walk((r=>{let n=r.parent;if(n&&n!==e&&n.parent&&n.parent===e&&void 0!==r.raws.before){let e=r.raws.before.split("\n");return t=e[e.length-1],t=t.replace(/\S/g,""),!1}})),t}rawBeforeComment(e,t){let r;return e.walkComments((e=>{if(void 0!==e.raws.before)return r=e.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(t,null,"beforeDecl"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeDecl(e,t){let r;return e.walkDecls((e=>{if(void 0!==e.raws.before)return r=e.raws.before,r.includes("\n")&&(r=r.replace(/[^\n]+$/,"")),!1})),void 0===r?r=this.raw(t,null,"beforeRule"):r&&(r=r.replace(/\S/g,"")),r}rawBeforeRule(e){let t;return e.walk((r=>{if(r.nodes&&(r.parent!==e||e.first!==r)&&void 0!==r.raws.before)return t=r.raws.before,t.includes("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),t&&(t=t.replace(/\S/g,"")),t}rawBeforeClose(e){let t;return e.walk((e=>{if(e.nodes&&e.nodes.length>0&&void 0!==e.raws.after)return t=e.raws.after,t.includes("\n")&&(t=t.replace(/[^\n]+$/,"")),!1})),t&&(t=t.replace(/\S/g,"")),t}rawBeforeOpen(e){let t;return e.walk((e=>{if("decl"!==e.type&&(t=e.raws.between,void 0!==t))return!1})),t}rawColon(e){let t;return e.walkDecls((e=>{if(void 0!==e.raws.between)return t=e.raws.between.replace(/[^\s:]/g,""),!1})),t}beforeAfter(e,t){let r;r="decl"===e.type?this.raw(e,null,"beforeDecl"):"comment"===e.type?this.raw(e,null,"beforeComment"):"before"===t?this.raw(e,null,"beforeRule"):this.raw(e,null,"beforeClose");let n=e.parent,i=0;for(;n&&"root"!==n.type;)i+=1,n=n.parent;if(r.includes("\n")){let t=this.raw(e,null,"indent");if(t.length)for(let e=0;e<i;e++)r+=t}return r}rawValue(e,t){let r=e[t],n=e.raws[t];return n&&n.value===r?n.raw:r}}var stringifier=Stringifier$2;Stringifier$2.default=Stringifier$2;let Stringifier$1=stringifier;function stringify$4(e,t){new Stringifier$1(t).stringify(e)}var stringify_1=stringify$4;stringify$4.default=stringify$4;let{isClean:isClean$2,my:my$2}=symbols,CssSyntaxError$2=cssSyntaxError,Stringifier=stringifier,stringify$3=stringify_1;function cloneNode(e,t){let r=new e.constructor;for(let n in e){if(!Object.prototype.hasOwnProperty.call(e,n))continue;if("proxyCache"===n)continue;let i=e[n],a=typeof i;"parent"===n&&"object"===a?t&&(r[n]=t):"source"===n?r[n]=i:Array.isArray(i)?r[n]=i.map((e=>cloneNode(e,r))):("object"===a&&null!==i&&(i=cloneNode(i)),r[n]=i)}return r}class Node$4{constructor(e={}){this.raws={},this[isClean$2]=!1,this[my$2]=!0;for(let t in e)if("nodes"===t){this.nodes=[];for(let r of e[t])"function"==typeof r.clone?this.append(r.clone()):this.append(r)}else this[t]=e[t]}error(e,t={}){if(this.source){let{start:r,end:n}=this.rangeBy(t);return this.source.input.error(e,{line:r.line,column:r.column},{line:n.line,column:n.column},t)}return new CssSyntaxError$2(e)}warn(e,t,r){let n={node:this};for(let e in r)n[e]=r[e];return e.warn(t,n)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}toString(e=stringify$3){e.stringify&&(e=e.stringify);let t="";return e(this,(e=>{t+=e})),t}assign(e={}){for(let t in e)this[t]=e[t];return this}clone(e={}){let t=cloneNode(this);for(let r in e)t[r]=e[r];return t}cloneBefore(e={}){let t=this.clone(e);return this.parent.insertBefore(this,t),t}cloneAfter(e={}){let t=this.clone(e);return this.parent.insertAfter(this,t),t}replaceWith(...e){if(this.parent){let t=this,r=!1;for(let n of e)n===this?r=!0:r?(this.parent.insertAfter(t,n),t=n):this.parent.insertBefore(t,n);r||this.remove()}return this}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}before(e){return this.parent.insertBefore(this,e),this}after(e){return this.parent.insertAfter(this,e),this}root(){let e=this;for(;e.parent&&"document"!==e.parent.type;)e=e.parent;return e}raw(e,t){return(new Stringifier).raw(this,e,t)}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}toJSON(e,t){let r={},n=null==t;t=t||new Map;let i=0;for(let e in this){if(!Object.prototype.hasOwnProperty.call(this,e))continue;if("parent"===e||"proxyCache"===e)continue;let n=this[e];if(Array.isArray(n))r[e]=n.map((e=>"object"==typeof e&&e.toJSON?e.toJSON(null,t):e));else if("object"==typeof n&&n.toJSON)r[e]=n.toJSON(null,t);else if("source"===e){let a=t.get(n.input);null==a&&(a=i,t.set(n.input,i),i++),r[e]={inputId:a,start:n.start,end:n.end}}else r[e]=n}return n&&(r.inputs=[...t.keys()].map((e=>e.toJSON()))),r}positionInside(e){let t=this.toString(),r=this.source.start.column,n=this.source.start.line;for(let i=0;i<e;i++)"\n"===t[i]?(r=1,n+=1):r+=1;return{line:n,column:r}}positionBy(e){let t=this.source.start;if(e.index)t=this.positionInside(e.index);else if(e.word){let r=this.toString().indexOf(e.word);-1!==r&&(t=this.positionInside(r))}return t}rangeBy(e){let t={line:this.source.start.line,column:this.source.start.column},r=this.source.end?{line:this.source.end.line,column:this.source.end.column+1}:{line:t.line,column:t.column+1};if(e.word){let n=this.toString().indexOf(e.word);-1!==n&&(t=this.positionInside(n),r=this.positionInside(n+e.word.length))}else e.start?t={line:e.start.line,column:e.start.column}:e.index&&(t=this.positionInside(e.index)),e.end?r={line:e.end.line,column:e.end.column}:e.endIndex?r=this.positionInside(e.endIndex):e.index&&(r=this.positionInside(e.index+1));return(r.line<t.line||r.line===t.line&&r.column<=t.column)&&(r={line:t.line,column:t.column+1}),{start:t,end:r}}getProxyProcessor(){return{set:(e,t,r)=>(e[t]===r||(e[t]=r,"prop"!==t&&"value"!==t&&"name"!==t&&"params"!==t&&"important"!==t&&"text"!==t||e.markDirty()),!0),get:(e,t)=>"proxyOf"===t?e:"root"===t?()=>e.root().toProxy():e[t]}}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\n\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\n\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}markDirty(){if(this[isClean$2]){this[isClean$2]=!1;let e=this;for(;e=e.parent;)e[isClean$2]=!1}}get proxyOf(){return this}}var node_1=Node$4;Node$4.default=Node$4;let Node$3=node_1;class Declaration$4 extends Node$3{constructor(e){e&&void 0!==e.value&&"string"!=typeof e.value&&(e={...e,value:String(e.value)}),super(e),this.type="decl"}get variable(){return this.prop.startsWith("--")||"$"===this.prop[0]}}var declaration=Declaration$4;Declaration$4.default=Declaration$4;let urlAlphabet="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",customAlphabet=(e,t=21)=>(r=t)=>{let n="",i=r;for(;i--;)n+=e[Math.random()*e.length|0];return n},nanoid$1=(e=21)=>{let t="",r=e;for(;r--;)t+=urlAlphabet[64*Math.random()|0];return t};var nonSecure={nanoid:nanoid$1,customAlphabet:customAlphabet};let{SourceMapConsumer:SourceMapConsumer$2,SourceMapGenerator:SourceMapGenerator$2}=require$$2,{existsSync:existsSync,readFileSync:readFileSync}=require$$2,{dirname:dirname$1,join:join}=require$$2;function fromBase64(e){return Buffer?Buffer.from(e,"base64").toString():window.atob(e)}class PreviousMap$2{constructor(e,t){if(!1===t.map)return;this.loadAnnotation(e),this.inline=this.startWith(this.annotation,"data:");let r=t.map?t.map.prev:void 0,n=this.loadMap(t.from,r);!this.mapFile&&t.from&&(this.mapFile=t.from),this.mapFile&&(this.root=dirname$1(this.mapFile)),n&&(this.text=n)}consumer(){return this.consumerCache||(this.consumerCache=new SourceMapConsumer$2(this.text)),this.consumerCache}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}startWith(e,t){return!!e&&e.substr(0,t.length)===t}getAnnotationURL(e){return e.replace(/^\/\*\s*# sourceMappingURL=/,"").trim()}loadAnnotation(e){let t=e.match(/\/\*\s*# sourceMappingURL=/gm);if(!t)return;let r=e.lastIndexOf(t.pop()),n=e.indexOf("*/",r);r>-1&&n>-1&&(this.annotation=this.getAnnotationURL(e.substring(r,n)))}decodeInline(e){if(/^data:application\/json;charset=utf-?8,/.test(e)||/^data:application\/json,/.test(e))return decodeURIComponent(e.substr(RegExp.lastMatch.length));if(/^data:application\/json;charset=utf-?8;base64,/.test(e)||/^data:application\/json;base64,/.test(e))return fromBase64(e.substr(RegExp.lastMatch.length));let t=e.match(/data:application\/json;([^,]+),/)[1];throw new Error("Unsupported source map encoding "+t)}loadFile(e){if(this.root=dirname$1(e),existsSync(e))return this.mapFile=e,readFileSync(e,"utf-8").toString().trim()}loadMap(e,t){if(!1===t)return!1;if(t){if("string"==typeof t)return t;if("function"!=typeof t){if(t instanceof SourceMapConsumer$2)return SourceMapGenerator$2.fromSourceMap(t).toString();if(t instanceof SourceMapGenerator$2)return t.toString();if(this.isMap(t))return JSON.stringify(t);throw new Error("Unsupported previous source map format: "+t.toString())}{let r=t(e);if(r){let e=this.loadFile(r);if(!e)throw new Error("Unable to load previous source map: "+r.toString());return e}}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let t=this.annotation;return e&&(t=join(dirname$1(e),t)),this.loadFile(t)}}}isMap(e){return"object"==typeof e&&("string"==typeof e.mappings||"string"==typeof e._mappings||Array.isArray(e.sections))}}var previousMap=PreviousMap$2;PreviousMap$2.default=PreviousMap$2;let{SourceMapConsumer:SourceMapConsumer$1,SourceMapGenerator:SourceMapGenerator$1}=require$$2,{fileURLToPath:fileURLToPath,pathToFileURL:pathToFileURL$1}=require$$2,{resolve:resolve$1,isAbsolute:isAbsolute}=require$$2,{nanoid:nanoid}=nonSecure,terminalHighlight=require$$2,CssSyntaxError$1=cssSyntaxError,PreviousMap$1=previousMap,fromOffsetCache=Symbol("fromOffsetCache"),sourceMapAvailable$1=Boolean(SourceMapConsumer$1&&SourceMapGenerator$1),pathAvailable$1=Boolean(resolve$1&&isAbsolute);class Input$4{constructor(e,t={}){if(null==e||"object"==typeof e&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),"\ufeff"===this.css[0]||"￾"===this.css[0]?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,t.from&&(!pathAvailable$1||/^\w+:\/\//.test(t.from)||isAbsolute(t.from)?this.file=t.from:this.file=resolve$1(t.from)),pathAvailable$1&&sourceMapAvailable$1){let e=new PreviousMap$1(this.css,t);if(e.text){this.map=e;let t=e.consumer().file;!this.file&&t&&(this.file=this.mapResolve(t))}}this.file||(this.id="<input css "+nanoid(6)+">"),this.map&&(this.map.file=this.from)}fromOffset(e){let t,r;if(this[fromOffsetCache])r=this[fromOffsetCache];else{let e=this.css.split("\n");r=new Array(e.length);let t=0;for(let n=0,i=e.length;n<i;n++)r[n]=t,t+=e[n].length+1;this[fromOffsetCache]=r}t=r[r.length-1];let n=0;if(e>=t)n=r.length-1;else{let t,i=r.length-2;for(;n<i;)if(t=n+(i-n>>1),e<r[t])i=t-1;else{if(!(e>=r[t+1])){n=t;break}n=t+1}}return{line:n+1,col:e-r[n]+1}}error(e,t,r,n={}){let i,a,o;if(t&&"object"==typeof t){let e=t,n=r;if("number"==typeof e.offset){let n=this.fromOffset(e.offset);t=n.line,r=n.col}else t=e.line,r=e.column;if("number"==typeof n.offset){let e=this.fromOffset(n.offset);a=e.line,o=e.col}else a=n.line,o=n.column}else if(!r){let e=this.fromOffset(t);t=e.line,r=e.col}let s=this.origin(t,r,a,o);return i=s?new CssSyntaxError$1(e,void 0===s.endLine?s.line:{line:s.line,column:s.column},void 0===s.endLine?s.column:{line:s.endLine,column:s.endColumn},s.source,s.file,n.plugin):new CssSyntaxError$1(e,void 0===a?t:{line:t,column:r},void 0===a?r:{line:a,column:o},this.css,this.file,n.plugin),i.input={line:t,column:r,endLine:a,endColumn:o,source:this.css},this.file&&(pathToFileURL$1&&(i.input.url=pathToFileURL$1(this.file).toString()),i.input.file=this.file),i}origin(e,t,r,n){if(!this.map)return!1;let i,a,o=this.map.consumer(),s=o.originalPositionFor({line:e,column:t});if(!s.source)return!1;"number"==typeof r&&(i=o.originalPositionFor({line:r,column:n})),a=isAbsolute(s.source)?pathToFileURL$1(s.source):new URL(s.source,this.map.consumer().sourceRoot||pathToFileURL$1(this.map.mapFile));let u={url:a.toString(),line:s.line,column:s.column,endLine:i&&i.line,endColumn:i&&i.column};if("file:"===a.protocol){if(!fileURLToPath)throw new Error("file: protocol is not available in this PostCSS build");u.file=fileURLToPath(a)}let l=o.sourceContentFor(s.source);return l&&(u.source=l),u}mapResolve(e){return/^\w+:\/\//.test(e)?e:resolve$1(this.map.consumer().sourceRoot||this.map.root||".",e)}get from(){return this.file||this.id}toJSON(){let e={};for(let t of["hasBOM","css","file","id"])null!=this[t]&&(e[t]=this[t]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}}var input=Input$4;Input$4.default=Input$4,terminalHighlight&&terminalHighlight.registerInput&&terminalHighlight.registerInput(Input$4);let{SourceMapConsumer:SourceMapConsumer,SourceMapGenerator:SourceMapGenerator}=require$$2,{dirname:dirname,resolve:resolve,relative:relative,sep:sep}=require$$2,{pathToFileURL:pathToFileURL}=require$$2,Input$3=input,sourceMapAvailable=Boolean(SourceMapConsumer&&SourceMapGenerator),pathAvailable=Boolean(dirname&&resolve&&relative&&sep);class MapGenerator$2{constructor(e,t,r,n){this.stringify=e,this.mapOpts=r.map||{},this.root=t,this.opts=r,this.css=n,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute}isMap(){return void 0!==this.opts.map?!!this.opts.map:this.previous().length>0}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk((e=>{if(e.source&&e.source.input.map){let t=e.source.input.map;this.previousMaps.includes(t)||this.previousMaps.push(t)}}));else{let e=new Input$3(this.css,this.opts);e.map&&this.previousMaps.push(e.map)}return this.previousMaps}isInline(){if(void 0!==this.mapOpts.inline)return this.mapOpts.inline;let e=this.mapOpts.annotation;return(void 0===e||!0===e)&&(!this.previous().length||this.previous().some((e=>e.inline)))}isSourcesContent(){return void 0!==this.mapOpts.sourcesContent?this.mapOpts.sourcesContent:!this.previous().length||this.previous().some((e=>e.withContent()))}clearAnnotation(){if(!1!==this.mapOpts.annotation)if(this.root){let e;for(let t=this.root.nodes.length-1;t>=0;t--)e=this.root.nodes[t],"comment"===e.type&&0===e.text.indexOf("# sourceMappingURL=")&&this.root.removeChild(t)}else this.css&&(this.css=this.css.replace(/(\n)?\/\*#[\S\s]*?\*\/$/gm,""))}setSourcesContent(){let e={};if(this.root)this.root.walk((t=>{if(t.source){let r=t.source.input.from;if(r&&!e[r]){e[r]=!0;let n=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(n,t.source.input.css)}}}));else if(this.css){let e=this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>";this.map.setSourceContent(e,this.css)}}applyPrevMaps(){for(let e of this.previous()){let t,r=this.toUrl(this.path(e.file)),n=e.root||dirname(e.file);!1===this.mapOpts.sourcesContent?(t=new SourceMapConsumer(e.text),t.sourcesContent&&(t.sourcesContent=t.sourcesContent.map((()=>null)))):t=e.consumer(),this.map.applySourceMap(t,r,this.toUrl(this.path(n)))}}isAnnotation(){return!!this.isInline()||(void 0!==this.mapOpts.annotation?this.mapOpts.annotation:!this.previous().length||this.previous().some((e=>e.annotation)))}toBase64(e){return Buffer?Buffer.from(e).toString("base64"):window.btoa(unescape(encodeURIComponent(e)))}addAnnotation(){let e;e=this.isInline()?"data:application/json;base64,"+this.toBase64(this.map.toString()):"string"==typeof this.mapOpts.annotation?this.mapOpts.annotation:"function"==typeof this.mapOpts.annotation?this.mapOpts.annotation(this.opts.to,this.root):this.outputFile()+".map";let t="\n";this.css.includes("\r\n")&&(t="\r\n"),this.css+=t+"/*# sourceMappingURL="+e+" */"}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}generateMap(){if(this.root)this.generateString();else if(1===this.previous().length){let e=this.previous()[0].consumer();e.file=this.outputFile(),this.map=SourceMapGenerator.fromSourceMap(e)}else this.map=new SourceMapGenerator({file:this.outputFile()}),this.map.addMapping({source:this.opts.from?this.toUrl(this.path(this.opts.from)):"<no source>",generated:{line:1,column:0},original:{line:1,column:0}});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}path(e){if(0===e.indexOf("<"))return e;if(/^\w+:\/\//.test(e))return e;if(this.mapOpts.absolute)return e;let t=this.opts.to?dirname(this.opts.to):".";return"string"==typeof this.mapOpts.annotation&&(t=dirname(resolve(t,this.mapOpts.annotation))),e=relative(t,e)}toUrl(e){return"\\"===sep&&(e=e.replace(/\\/g,"/")),encodeURI(e).replace(/[#?]/g,encodeURIComponent)}toFileUrl(e){if(pathToFileURL)return pathToFileURL(e).toString();throw new Error("`map.absolute` option is not available in this PostCSS build")}sourcePath(e){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(e.source.input.from):this.toUrl(this.path(e.source.input.from))}generateString(){this.css="",this.map=new SourceMapGenerator({file:this.outputFile()});let e,t,r=1,n=1,i="<no source>",a={source:"",generated:{line:0,column:0},original:{line:0,column:0}};this.stringify(this.root,((o,s,u)=>{if(this.css+=o,s&&"end"!==u&&(a.generated.line=r,a.generated.column=n-1,s.source&&s.source.start?(a.source=this.sourcePath(s),a.original.line=s.source.start.line,a.original.column=s.source.start.column-1,this.map.addMapping(a)):(a.source=i,a.original.line=1,a.original.column=0,this.map.addMapping(a))),e=o.match(/\n/g),e?(r+=e.length,t=o.lastIndexOf("\n"),n=o.length-t):n+=o.length,s&&"start"!==u){let e=s.parent||{raws:{}};("decl"===s.type||"atrule"===s.type&&!s.nodes)&&s===e.last&&!e.raws.semicolon||(s.source&&s.source.end?(a.source=this.sourcePath(s),a.original.line=s.source.end.line,a.original.column=s.source.end.column-1,a.generated.line=r,a.generated.column=n-2,this.map.addMapping(a)):(a.source=i,a.original.line=1,a.original.column=0,a.generated.line=r,a.generated.column=n-1,this.map.addMapping(a)))}}))}generate(){if(this.clearAnnotation(),pathAvailable&&sourceMapAvailable&&this.isMap())return this.generateMap();{let e="";return this.stringify(this.root,(t=>{e+=t})),[e]}}}var mapGenerator=MapGenerator$2;let Node$2=node_1;class Comment$4 extends Node$2{constructor(e){super(e),this.type="comment"}}var comment=Comment$4;Comment$4.default=Comment$4;let{isClean:isClean$1,my:my$1}=symbols,Declaration$3=declaration,Comment$3=comment,Node$1=node_1,parse$5,Rule$4,AtRule$4,Root$6;function cleanSource(e){return e.map((e=>(e.nodes&&(e.nodes=cleanSource(e.nodes)),delete e.source,e)))}function markDirtyUp(e){if(e[isClean$1]=!1,e.proxyOf.nodes)for(let t of e.proxyOf.nodes)markDirtyUp(t)}class Container$7 extends Node$1{push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}each(e){if(!this.proxyOf.nodes)return;let t,r,n=this.getIterator();for(;this.indexes[n]<this.proxyOf.nodes.length&&(t=this.indexes[n],r=e(this.proxyOf.nodes[t],t),!1!==r);)this.indexes[n]+=1;return delete this.indexes[n],r}walk(e){return this.each(((t,r)=>{let n;try{n=e(t,r)}catch(e){throw t.addToError(e)}return!1!==n&&t.walk&&(n=t.walk(e)),n}))}walkDecls(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if("decl"===r.type&&e.test(r.prop))return t(r,n)})):this.walk(((r,n)=>{if("decl"===r.type&&r.prop===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if("decl"===e.type)return t(e,r)})))}walkRules(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if("rule"===r.type&&e.test(r.selector))return t(r,n)})):this.walk(((r,n)=>{if("rule"===r.type&&r.selector===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if("rule"===e.type)return t(e,r)})))}walkAtRules(e,t){return t?e instanceof RegExp?this.walk(((r,n)=>{if("atrule"===r.type&&e.test(r.name))return t(r,n)})):this.walk(((r,n)=>{if("atrule"===r.type&&r.name===e)return t(r,n)})):(t=e,this.walk(((e,r)=>{if("atrule"===e.type)return t(e,r)})))}walkComments(e){return this.walk(((t,r)=>{if("comment"===t.type)return e(t,r)}))}append(...e){for(let t of e){let e=this.normalize(t,this.last);for(let t of e)this.proxyOf.nodes.push(t)}return this.markDirty(),this}prepend(...e){e=e.reverse();for(let t of e){let e=this.normalize(t,this.first,"prepend").reverse();for(let t of e)this.proxyOf.nodes.unshift(t);for(let t in this.indexes)this.indexes[t]=this.indexes[t]+e.length}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let t of this.nodes)t.cleanRaws(e)}insertBefore(e,t){let r,n=this.index(e),i=0===n&&"prepend",a=this.normalize(t,this.proxyOf.nodes[n],i).reverse();n=this.index(e);for(let e of a)this.proxyOf.nodes.splice(n,0,e);for(let e in this.indexes)r=this.indexes[e],n<=r&&(this.indexes[e]=r+a.length);return this.markDirty(),this}insertAfter(e,t){let r,n=this.index(e),i=this.normalize(t,this.proxyOf.nodes[n]).reverse();n=this.index(e);for(let e of i)this.proxyOf.nodes.splice(n+1,0,e);for(let e in this.indexes)r=this.indexes[e],n<r&&(this.indexes[e]=r+i.length);return this.markDirty(),this}removeChild(e){let t;e=this.index(e),this.proxyOf.nodes[e].parent=void 0,this.proxyOf.nodes.splice(e,1);for(let r in this.indexes)t=this.indexes[r],t>=e&&(this.indexes[r]=t-1);return this.markDirty(),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}replaceValues(e,t,r){return r||(r=t,t={}),this.walkDecls((n=>{t.props&&!t.props.includes(n.prop)||t.fast&&!n.value.includes(t.fast)||(n.value=n.value.replace(e,r))})),this.markDirty(),this}every(e){return this.nodes.every(e)}some(e){return this.nodes.some(e)}index(e){return"number"==typeof e?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}normalize(e,t){if("string"==typeof e)e=cleanSource(parse$5(e).nodes);else if(Array.isArray(e)){e=e.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,"ignore")}else if("root"===e.type&&"document"!==this.type){e=e.nodes.slice(0);for(let t of e)t.parent&&t.parent.removeChild(t,"ignore")}else if(e.type)e=[e];else if(e.prop){if(void 0===e.value)throw new Error("Value field is missed in node creation");"string"!=typeof e.value&&(e.value=String(e.value)),e=[new Declaration$3(e)]}else if(e.selector)e=[new Rule$4(e)];else if(e.name)e=[new AtRule$4(e)];else{if(!e.text)throw new Error("Unknown node type in node creation");e=[new Comment$3(e)]}return e.map((e=>(e[my$1]||Container$7.rebuild(e),(e=e.proxyOf).parent&&e.parent.removeChild(e),e[isClean$1]&&markDirtyUp(e),void 0===e.raws.before&&t&&void 0!==t.raws.before&&(e.raws.before=t.raws.before.replace(/\S/g,"")),e.parent=this.proxyOf,e)))}getProxyProcessor(){return{set:(e,t,r)=>(e[t]===r||(e[t]=r,"name"!==t&&"params"!==t&&"selector"!==t||e.markDirty()),!0),get:(e,t)=>"proxyOf"===t?e:e[t]?"each"===t||"string"==typeof t&&t.startsWith("walk")?(...r)=>e[t](...r.map((e=>"function"==typeof e?(t,r)=>e(t.toProxy(),r):e))):"every"===t||"some"===t?r=>e[t](((e,...t)=>r(e.toProxy(),...t))):"root"===t?()=>e.root().toProxy():"nodes"===t?e.nodes.map((e=>e.toProxy())):"first"===t||"last"===t?e[t].toProxy():e[t]:e[t]}}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}}Container$7.registerParse=e=>{parse$5=e},Container$7.registerRule=e=>{Rule$4=e},Container$7.registerAtRule=e=>{AtRule$4=e},Container$7.registerRoot=e=>{Root$6=e};var container=Container$7;Container$7.default=Container$7,Container$7.rebuild=e=>{"atrule"===e.type?Object.setPrototypeOf(e,AtRule$4.prototype):"rule"===e.type?Object.setPrototypeOf(e,Rule$4.prototype):"decl"===e.type?Object.setPrototypeOf(e,Declaration$3.prototype):"comment"===e.type?Object.setPrototypeOf(e,Comment$3.prototype):"root"===e.type&&Object.setPrototypeOf(e,Root$6.prototype),e[my$1]=!0,e.nodes&&e.nodes.forEach((e=>{Container$7.rebuild(e)}))};let Container$6=container,LazyResult$4,Processor$3;class Document$3 extends Container$6{constructor(e){super({type:"document",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new LazyResult$4(new Processor$3,this,e).stringify()}}Document$3.registerLazyResult=e=>{LazyResult$4=e},Document$3.registerProcessor=e=>{Processor$3=e};var document$1=Document$3;Document$3.default=Document$3;let printed={};var warnOnce$2=function(e){printed[e]||(printed[e]=!0,"undefined"!=typeof console&&console.warn&&console.warn(e))};class Warning$2{constructor(e,t={}){if(this.type="warning",this.text=e,t.node&&t.node.source){let e=t.node.rangeBy(t);this.line=e.start.line,this.column=e.start.column,this.endLine=e.end.line,this.endColumn=e.end.column}for(let e in t)this[e]=t[e]}toString(){return this.node?this.node.error(this.text,{plugin:this.plugin,index:this.index,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}}var warning=Warning$2;Warning$2.default=Warning$2;let Warning$1=warning;class Result$3{constructor(e,t,r){this.processor=e,this.messages=[],this.root=t,this.opts=r,this.css=void 0,this.map=void 0}toString(){return this.css}warn(e,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let r=new Warning$1(e,t);return this.messages.push(r),r}warnings(){return this.messages.filter((e=>"warning"===e.type))}get content(){return this.css}}var result$1=Result$3;Result$3.default=Result$3;const SINGLE_QUOTE="'".charCodeAt(0),DOUBLE_QUOTE='"'.charCodeAt(0),BACKSLASH="\\".charCodeAt(0),SLASH="/".charCodeAt(0),NEWLINE="\n".charCodeAt(0),SPACE=" ".charCodeAt(0),FEED="\f".charCodeAt(0),TAB="\t".charCodeAt(0),CR="\r".charCodeAt(0),OPEN_SQUARE="[".charCodeAt(0),CLOSE_SQUARE="]".charCodeAt(0),OPEN_PARENTHESES="(".charCodeAt(0),CLOSE_PARENTHESES=")".charCodeAt(0),OPEN_CURLY="{".charCodeAt(0),CLOSE_CURLY="}".charCodeAt(0),SEMICOLON=";".charCodeAt(0),ASTERISK="*".charCodeAt(0),COLON=":".charCodeAt(0),AT="@".charCodeAt(0),RE_AT_END=/[\t\n\f\r "#'()/;[\\\]{}]/g,RE_WORD_END=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,RE_BAD_BRACKET=/.[\n"'(/\\]/,RE_HEX_ESCAPE=/[\da-f]/i;var tokenize=function(e,t={}){let r,n,i,a,o,s,u,l,c,d,h=e.css.valueOf(),f=t.ignoreErrors,p=h.length,m=0,_=[],g=[];function y(t){throw e.error("Unclosed "+t,m)}return{back:function(e){g.push(e)},nextToken:function(e){if(g.length)return g.pop();if(m>=p)return;let t=!!e&&e.ignoreUnclosed;switch(r=h.charCodeAt(m),r){case NEWLINE:case SPACE:case TAB:case CR:case FEED:n=m;do{n+=1,r=h.charCodeAt(n)}while(r===SPACE||r===NEWLINE||r===TAB||r===CR||r===FEED);d=["space",h.slice(m,n)],m=n-1;break;case OPEN_SQUARE:case CLOSE_SQUARE:case OPEN_CURLY:case CLOSE_CURLY:case COLON:case SEMICOLON:case CLOSE_PARENTHESES:{let e=String.fromCharCode(r);d=[e,e,m];break}case OPEN_PARENTHESES:if(l=_.length?_.pop()[1]:"",c=h.charCodeAt(m+1),"url"===l&&c!==SINGLE_QUOTE&&c!==DOUBLE_QUOTE&&c!==SPACE&&c!==NEWLINE&&c!==TAB&&c!==FEED&&c!==CR){n=m;do{if(s=!1,n=h.indexOf(")",n+1),-1===n){if(f||t){n=m;break}y("bracket")}for(u=n;h.charCodeAt(u-1)===BACKSLASH;)u-=1,s=!s}while(s);d=["brackets",h.slice(m,n+1),m,n],m=n}else n=h.indexOf(")",m+1),a=h.slice(m,n+1),-1===n||RE_BAD_BRACKET.test(a)?d=["(","(",m]:(d=["brackets",a,m,n],m=n);break;case SINGLE_QUOTE:case DOUBLE_QUOTE:i=r===SINGLE_QUOTE?"'":'"',n=m;do{if(s=!1,n=h.indexOf(i,n+1),-1===n){if(f||t){n=m+1;break}y("string")}for(u=n;h.charCodeAt(u-1)===BACKSLASH;)u-=1,s=!s}while(s);d=["string",h.slice(m,n+1),m,n],m=n;break;case AT:RE_AT_END.lastIndex=m+1,RE_AT_END.test(h),n=0===RE_AT_END.lastIndex?h.length-1:RE_AT_END.lastIndex-2,d=["at-word",h.slice(m,n+1),m,n],m=n;break;case BACKSLASH:for(n=m,o=!0;h.charCodeAt(n+1)===BACKSLASH;)n+=1,o=!o;if(r=h.charCodeAt(n+1),o&&r!==SLASH&&r!==SPACE&&r!==NEWLINE&&r!==TAB&&r!==CR&&r!==FEED&&(n+=1,RE_HEX_ESCAPE.test(h.charAt(n)))){for(;RE_HEX_ESCAPE.test(h.charAt(n+1));)n+=1;h.charCodeAt(n+1)===SPACE&&(n+=1)}d=["word",h.slice(m,n+1),m,n],m=n;break;default:r===SLASH&&h.charCodeAt(m+1)===ASTERISK?(n=h.indexOf("*/",m+2)+1,0===n&&(f||t?n=h.length:y("comment")),d=["comment",h.slice(m,n+1),m,n],m=n):(RE_WORD_END.lastIndex=m+1,RE_WORD_END.test(h),n=0===RE_WORD_END.lastIndex?h.length-1:RE_WORD_END.lastIndex-2,d=["word",h.slice(m,n+1),m,n],_.push(d),m=n)}return m++,d},endOfFile:function(){return 0===g.length&&m>=p},position:function(){return m}}};let Container$5=container;class AtRule$3 extends Container$5{constructor(e){super(e),this.type="atrule"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}}var atRule=AtRule$3;AtRule$3.default=AtRule$3,Container$5.registerAtRule(AtRule$3);let Container$4=container,LazyResult$3,Processor$2;class Root$5 extends Container$4{constructor(e){super(e),this.type="root",this.nodes||(this.nodes=[])}removeChild(e,t){let r=this.index(e);return!t&&0===r&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),super.removeChild(e)}normalize(e,t,r){let n=super.normalize(e);if(t)if("prepend"===r)this.nodes.length>1?t.raws.before=this.nodes[1].raws.before:delete t.raws.before;else if(this.first!==t)for(let e of n)e.raws.before=t.raws.before;return n}toResult(e={}){return new LazyResult$3(new Processor$2,this,e).stringify()}}Root$5.registerLazyResult=e=>{LazyResult$3=e},Root$5.registerProcessor=e=>{Processor$2=e};var root=Root$5;Root$5.default=Root$5,Container$4.registerRoot(Root$5);let list$2={split(e,t,r){let n=[],i="",a=!1,o=0,s=!1,u="",l=!1;for(let r of e)l?l=!1:"\\"===r?l=!0:s?r===u&&(s=!1):'"'===r||"'"===r?(s=!0,u=r):"("===r?o+=1:")"===r?o>0&&(o-=1):0===o&&t.includes(r)&&(a=!0),a?(""!==i&&n.push(i.trim()),i="",a=!1):i+=r;return(r||""!==i)&&n.push(i.trim()),n},space:e=>list$2.split(e,[" ","\n","\t"]),comma:e=>list$2.split(e,[","],!0)};var list_1=list$2;list$2.default=list$2;let Container$3=container,list$1=list_1;class Rule$3 extends Container$3{constructor(e){super(e),this.type="rule",this.nodes||(this.nodes=[])}get selectors(){return list$1.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\s*/):null,r=t?t[0]:","+this.raw("between","beforeOpen");this.selector=e.join(r)}}var rule=Rule$3;Rule$3.default=Rule$3,Container$3.registerRule(Rule$3);let Declaration$2=declaration,tokenizer=tokenize,Comment$2=comment,AtRule$2=atRule,Root$4=root,Rule$2=rule;const SAFE_COMMENT_NEIGHBOR={empty:!0,space:!0};function findLastWithPosition(e){for(let t=e.length-1;t>=0;t--){let r=e[t],n=r[3]||r[2];if(n)return n}}class Parser$1{constructor(e){this.input=e,this.root=new Root$4,this.current=this.root,this.spaces="",this.semicolon=!1,this.customProperty=!1,this.createTokenizer(),this.root.source={input:e,start:{offset:0,line:1,column:1}}}createTokenizer(){this.tokenizer=tokenizer(this.input)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case"space":this.spaces+=e[1];break;case";":this.freeSemicolon(e);break;case"}":this.end(e);break;case"comment":this.comment(e);break;case"at-word":this.atrule(e);break;case"{":this.emptyRule(e);break;default:this.other(e)}this.endFile()}comment(e){let t=new Comment$2;this.init(t,e[2]),t.source.end=this.getPosition(e[3]||e[2]);let r=e[1].slice(2,-2);if(/^\s*$/.test(r))t.text="",t.raws.left=r,t.raws.right="";else{let e=r.match(/^(\s*)([^]*\S)(\s*)$/);t.text=e[2],t.raws.left=e[1],t.raws.right=e[3]}}emptyRule(e){let t=new Rule$2;this.init(t,e[2]),t.selector="",t.raws.between="",this.current=t}other(e){let t=!1,r=null,n=!1,i=null,a=[],o=e[1].startsWith("--"),s=[],u=e;for(;u;){if(r=u[0],s.push(u),"("===r||"["===r)i||(i=u),a.push("("===r?")":"]");else if(o&&n&&"{"===r)i||(i=u),a.push("}");else if(0===a.length){if(";"===r){if(n)return void this.decl(s,o);break}if("{"===r)return void this.rule(s);if("}"===r){this.tokenizer.back(s.pop()),t=!0;break}":"===r&&(n=!0)}else r===a[a.length-1]&&(a.pop(),0===a.length&&(i=null));u=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),a.length>0&&this.unclosedBracket(i),t&&n){if(!o)for(;s.length&&(u=s[s.length-1][0],"space"===u||"comment"===u);)this.tokenizer.back(s.pop());this.decl(s,o)}else this.unknownWord(s)}rule(e){e.pop();let t=new Rule$2;this.init(t,e[0][2]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,"selector",e),this.current=t}decl(e,t){let r=new Declaration$2;this.init(r,e[0][2]);let n,i=e[e.length-1];for(";"===i[0]&&(this.semicolon=!0,e.pop()),r.source.end=this.getPosition(i[3]||i[2]||findLastWithPosition(e));"word"!==e[0][0];)1===e.length&&this.unknownWord(e),r.raws.before+=e.shift()[1];for(r.source.start=this.getPosition(e[0][2]),r.prop="";e.length;){let t=e[0][0];if(":"===t||"space"===t||"comment"===t)break;r.prop+=e.shift()[1]}for(r.raws.between="";e.length;){if(n=e.shift(),":"===n[0]){r.raws.between+=n[1];break}"word"===n[0]&&/\w/.test(n[1])&&this.unknownWord([n]),r.raws.between+=n[1]}"_"!==r.prop[0]&&"*"!==r.prop[0]||(r.raws.before+=r.prop[0],r.prop=r.prop.slice(1));let a,o=[];for(;e.length&&(a=e[0][0],"space"===a||"comment"===a);)o.push(e.shift());this.precheckMissedSemicolon(e);for(let t=e.length-1;t>=0;t--){if(n=e[t],"!important"===n[1].toLowerCase()){r.important=!0;let n=this.stringFrom(e,t);n=this.spacesFromEnd(e)+n," !important"!==n&&(r.raws.important=n);break}if("important"===n[1].toLowerCase()){let n=e.slice(0),i="";for(let e=t;e>0;e--){let t=n[e][0];if(0===i.trim().indexOf("!")&&"space"!==t)break;i=n.pop()[1]+i}0===i.trim().indexOf("!")&&(r.important=!0,r.raws.important=i,e=n)}if("space"!==n[0]&&"comment"!==n[0])break}e.some((e=>"space"!==e[0]&&"comment"!==e[0]))&&(r.raws.between+=o.map((e=>e[1])).join(""),o=[]),this.raw(r,"value",o.concat(e),t),r.value.includes(":")&&!t&&this.checkMissedSemicolon(e)}atrule(e){let t,r,n,i=new AtRule$2;i.name=e[1].slice(1),""===i.name&&this.unnamedAtrule(i,e),this.init(i,e[2]);let a=!1,o=!1,s=[],u=[];for(;!this.tokenizer.endOfFile();){if(t=(e=this.tokenizer.nextToken())[0],"("===t||"["===t?u.push("("===t?")":"]"):"{"===t&&u.length>0?u.push("}"):t===u[u.length-1]&&u.pop(),0===u.length){if(";"===t){i.source.end=this.getPosition(e[2]),this.semicolon=!0;break}if("{"===t){o=!0;break}if("}"===t){if(s.length>0){for(n=s.length-1,r=s[n];r&&"space"===r[0];)r=s[--n];r&&(i.source.end=this.getPosition(r[3]||r[2]))}this.end(e);break}s.push(e)}else s.push(e);if(this.tokenizer.endOfFile()){a=!0;break}}i.raws.between=this.spacesAndCommentsFromEnd(s),s.length?(i.raws.afterName=this.spacesAndCommentsFromStart(s),this.raw(i,"params",s),a&&(e=s[s.length-1],i.source.end=this.getPosition(e[3]||e[2]),this.spaces=i.raws.between,i.raws.between="")):(i.raws.afterName="",i.params=""),o&&(i.nodes=[],this.current=i)}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let e=this.current.nodes[this.current.nodes.length-1];e&&"rule"===e.type&&!e.raws.ownSemicolon&&(e.raws.ownSemicolon=this.spaces,this.spaces="")}}getPosition(e){let t=this.input.fromOffset(e);return{offset:e,line:t.line,column:t.col}}init(e,t){this.current.push(e),e.source={start:this.getPosition(t),input:this.input},e.raws.before=this.spaces,this.spaces="","comment"!==e.type&&(this.semicolon=!1)}raw(e,t,r,n){let i,a,o,s,u=r.length,l="",c=!0;for(let e=0;e<u;e+=1)i=r[e],a=i[0],"space"!==a||e!==u-1||n?"comment"===a?(s=r[e-1]?r[e-1][0]:"empty",o=r[e+1]?r[e+1][0]:"empty",SAFE_COMMENT_NEIGHBOR[s]||SAFE_COMMENT_NEIGHBOR[o]||","===l.slice(-1)?c=!1:l+=i[1]):l+=i[1]:c=!1;if(!c){let n=r.reduce(((e,t)=>e+t[1]),"");e.raws[t]={value:l,raw:n}}e[t]=l}spacesAndCommentsFromEnd(e){let t,r="";for(;e.length&&(t=e[e.length-1][0],"space"===t||"comment"===t);)r=e.pop()[1]+r;return r}spacesAndCommentsFromStart(e){let t,r="";for(;e.length&&(t=e[0][0],"space"===t||"comment"===t);)r+=e.shift()[1];return r}spacesFromEnd(e){let t,r="";for(;e.length&&(t=e[e.length-1][0],"space"===t);)r=e.pop()[1]+r;return r}stringFrom(e,t){let r="";for(let n=t;n<e.length;n++)r+=e[n][1];return e.splice(t,e.length-t),r}colon(e){let t,r,n,i=0;for(let[a,o]of e.entries()){if(t=o,r=t[0],"("===r&&(i+=1),")"===r&&(i-=1),0===i&&":"===r){if(n){if("word"===n[0]&&"progid"===n[1])continue;return a}this.doubleColon(t)}n=t}return!1}unclosedBracket(e){throw this.input.error("Unclosed bracket",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error("Unknown word",{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unexpectedClose(e){throw this.input.error("Unexpected }",{offset:e[2]},{offset:e[2]+1})}unclosedBlock(){let e=this.current.source.start;throw this.input.error("Unclosed block",e.line,e.column)}doubleColon(e){throw this.input.error("Double colon",{offset:e[2]},{offset:e[2]+e[1].length})}unnamedAtrule(e,t){throw this.input.error("At-rule without name",{offset:t[2]},{offset:t[2]+t[1].length})}precheckMissedSemicolon(){}checkMissedSemicolon(e){let t=this.colon(e);if(!1===t)return;let r,n=0;for(let i=t-1;i>=0&&(r=e[i],"space"===r[0]||(n+=1,2!==n));i--);throw this.input.error("Missed semicolon","word"===r[0]?r[3]+1:r[2])}}var parser=Parser$1;let Container$2=container,Parser=parser,Input$2=input;function parse$4(e,t){let r=new Input$2(e,t),n=new Parser(r);try{n.parse()}catch(e){throw"production"!==process.env.NODE_ENV&&"CssSyntaxError"===e.name&&t&&t.from&&(/\.scss$/i.test(t.from)?e.message+="\nYou tried to parse SCSS with the standard CSS parser; try again with the postcss-scss parser":/\.sass/i.test(t.from)?e.message+="\nYou tried to parse Sass with the standard CSS parser; try again with the postcss-sass parser":/\.less$/i.test(t.from)&&(e.message+="\nYou tried to parse Less with the standard CSS parser; try again with the postcss-less parser")),e}return n.root}var parse_1=parse$4;parse$4.default=parse$4,Container$2.registerParse(parse$4);let{isClean:isClean,my:my}=symbols,MapGenerator$1=mapGenerator,stringify$2=stringify_1,Container$1=container,Document$2=document$1,warnOnce$1=warnOnce$2,Result$2=result$1,parse$3=parse_1,Root$3=root;const TYPE_TO_CLASS_NAME={document:"Document",root:"Root",atrule:"AtRule",rule:"Rule",decl:"Declaration",comment:"Comment"},PLUGIN_PROPS={postcssPlugin:!0,prepare:!0,Once:!0,Document:!0,Root:!0,Declaration:!0,Rule:!0,AtRule:!0,Comment:!0,DeclarationExit:!0,RuleExit:!0,AtRuleExit:!0,CommentExit:!0,RootExit:!0,DocumentExit:!0,OnceExit:!0},NOT_VISITORS={postcssPlugin:!0,prepare:!0,Once:!0},CHILDREN=0;function isPromise(e){return"object"==typeof e&&"function"==typeof e.then}function getEvents(e){let t=!1,r=TYPE_TO_CLASS_NAME[e.type];return"decl"===e.type?t=e.prop.toLowerCase():"atrule"===e.type&&(t=e.name.toLowerCase()),t&&e.append?[r,r+"-"+t,CHILDREN,r+"Exit",r+"Exit-"+t]:t?[r,r+"-"+t,r+"Exit",r+"Exit-"+t]:e.append?[r,CHILDREN,r+"Exit"]:[r,r+"Exit"]}function toStack(e){let t;return t="document"===e.type?["Document",CHILDREN,"DocumentExit"]:"root"===e.type?["Root",CHILDREN,"RootExit"]:getEvents(e),{node:e,events:t,eventIndex:0,visitors:[],visitorIndex:0,iterator:0}}function cleanMarks(e){return e[isClean]=!1,e.nodes&&e.nodes.forEach((e=>cleanMarks(e))),e}let postcss$1={};class LazyResult$2{constructor(e,t,r){let n;if(this.stringified=!1,this.processed=!1,"object"!=typeof t||null===t||"root"!==t.type&&"document"!==t.type)if(t instanceof LazyResult$2||t instanceof Result$2)n=cleanMarks(t.root),t.map&&(void 0===r.map&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=t.map);else{let e=parse$3;r.syntax&&(e=r.syntax.parse),r.parser&&(e=r.parser),e.parse&&(e=e.parse);try{n=e(t,r)}catch(e){this.processed=!0,this.error=e}n&&!n[my]&&Container$1.rebuild(n)}else n=cleanMarks(t);this.result=new Result$2(e,n,r),this.helpers={...postcss$1,result:this.result,postcss:postcss$1},this.plugins=this.processor.plugins.map((e=>"object"==typeof e&&e.prepare?{...e,...e.prepare(this.result)}:e))}get[Symbol.toStringTag](){return"LazyResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.stringify().css}get content(){return this.stringify().content}get map(){return this.stringify().map}get root(){return this.sync().root}get messages(){return this.sync().messages}warnings(){return this.sync().warnings()}toString(){return this.css}then(e,t){return"production"!==process.env.NODE_ENV&&("from"in this.opts||warnOnce$1("Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent this warning.")),this.async().then(e,t)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins){if(isPromise(this.runOnRoot(e)))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[isClean];)e[isClean]=!0,this.walkSync(e);if(this.listeners.OnceExit)if("document"===e.type)for(let t of e.nodes)this.visitSync(this.listeners.OnceExit,t);else this.visitSync(this.listeners.OnceExit,e)}return this.result}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,t=stringify$2;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);let r=new MapGenerator$1(t,this.result.root,this.result.opts).generate();return this.result.css=r[0],this.result.map=r[1],this.result}walkSync(e){e[isClean]=!0;let t=getEvents(e);for(let r of t)if(r===CHILDREN)e.nodes&&e.each((e=>{e[isClean]||this.walkSync(e)}));else{let t=this.listeners[r];if(t&&this.visitSync(t,e.toProxy()))return}}visitSync(e,t){for(let[r,n]of e){let e;this.result.lastPlugin=r;try{e=n(t,this.helpers)}catch(e){throw this.handleError(e,t.proxyOf)}if("root"!==t.type&&"document"!==t.type&&!t.parent)return!0;if(isPromise(e))throw this.getAsyncError()}}runOnRoot(e){this.result.lastPlugin=e;try{if("object"==typeof e&&e.Once){if("document"===this.result.root.type){let t=this.result.root.nodes.map((t=>e.Once(t,this.helpers)));return isPromise(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}if("function"==typeof e)return e(this.result.root,this.result)}catch(e){throw this.handleError(e)}}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(e,t){let r=this.result.lastPlugin;try{if(t&&t.addToError(e),this.error=e,"CssSyntaxError"!==e.name||e.plugin){if(r.postcssVersion&&"production"!==process.env.NODE_ENV){let e=r.postcssPlugin,t=r.postcssVersion,n=this.result.processor.version,i=t.split("."),a=n.split(".");(i[0]!==a[0]||parseInt(i[1])>parseInt(a[1]))&&console.error("Unknown error from PostCSS plugin. Your current PostCSS version is "+n+", but "+e+" uses "+t+". Perhaps this is the source of the error below.")}}else e.plugin=r.postcssPlugin,e.setMessage()}catch(e){console&&console.error&&console.error(e)}return e}async runAsync(){this.plugin=0;for(let e=0;e<this.plugins.length;e++){let t=this.plugins[e],r=this.runOnRoot(t);if(isPromise(r))try{await r}catch(e){throw this.handleError(e)}}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[isClean];){e[isClean]=!0;let t=[toStack(e)];for(;t.length>0;){let e=this.visitTick(t);if(isPromise(e))try{await e}catch(e){let r=t[t.length-1].node;throw this.handleError(e,r)}}}if(this.listeners.OnceExit)for(let[t,r]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if("document"===e.type){let t=e.nodes.map((e=>r(e,this.helpers)));await Promise.all(t)}else await r(e,this.helpers)}catch(e){throw this.handleError(e)}}}return this.processed=!0,this.stringify()}prepareVisitors(){this.listeners={};let e=(e,t,r)=>{this.listeners[t]||(this.listeners[t]=[]),this.listeners[t].push([e,r])};for(let t of this.plugins)if("object"==typeof t)for(let r in t){if(!PLUGIN_PROPS[r]&&/^[A-Z]/.test(r))throw new Error(`Unknown event ${r} in ${t.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!NOT_VISITORS[r])if("object"==typeof t[r])for(let n in t[r])e(t,"*"===n?r:r+"-"+n.toLowerCase(),t[r][n]);else"function"==typeof t[r]&&e(t,r,t[r])}this.hasListener=Object.keys(this.listeners).length>0}visitTick(e){let t=e[e.length-1],{node:r,visitors:n}=t;if("root"!==r.type&&"document"!==r.type&&!r.parent)return void e.pop();if(n.length>0&&t.visitorIndex<n.length){let[e,i]=n[t.visitorIndex];t.visitorIndex+=1,t.visitorIndex===n.length&&(t.visitors=[],t.visitorIndex=0),this.result.lastPlugin=e;try{return i(r.toProxy(),this.helpers)}catch(e){throw this.handleError(e,r)}}if(0!==t.iterator){let n,i=t.iterator;for(;n=r.nodes[r.indexes[i]];)if(r.indexes[i]+=1,!n[isClean])return n[isClean]=!0,void e.push(toStack(n));t.iterator=0,delete r.indexes[i]}let i=t.events;for(;t.eventIndex<i.length;){let e=i[t.eventIndex];if(t.eventIndex+=1,e===CHILDREN)return void(r.nodes&&r.nodes.length&&(r[isClean]=!0,t.iterator=r.getIterator()));if(this.listeners[e])return void(t.visitors=this.listeners[e])}e.pop()}}LazyResult$2.registerPostcss=e=>{postcss$1=e};var lazyResult=LazyResult$2;LazyResult$2.default=LazyResult$2,Root$3.registerLazyResult(LazyResult$2),Document$2.registerLazyResult(LazyResult$2);let MapGenerator=mapGenerator,stringify$1=stringify_1,warnOnce=warnOnce$2,parse$2=parse_1;const Result$1=result$1;class NoWorkResult$1{constructor(e,t,r){let n;t=t.toString(),this.stringified=!1,this._processor=e,this._css=t,this._opts=r,this._map=void 0;let i=stringify$1;this.result=new Result$1(this._processor,n,this._opts),this.result.css=t;let a=this;Object.defineProperty(this.result,"root",{get:()=>a.root});let o=new MapGenerator(i,n,this._opts,t);if(o.isMap()){let[e,t]=o.generate();e&&(this.result.css=e),t&&(this.result.map=t)}}get[Symbol.toStringTag](){return"NoWorkResult"}get processor(){return this.result.processor}get opts(){return this.result.opts}get css(){return this.result.css}get content(){return this.result.css}get map(){return this.result.map}get root(){if(this._root)return this._root;let e,t=parse$2;try{e=t(this._css,this._opts)}catch(e){this.error=e}if(this.error)throw this.error;return this._root=e,e}get messages(){return[]}warnings(){return[]}toString(){return this._css}then(e,t){return"production"!==process.env.NODE_ENV&&("from"in this._opts||warnOnce("Without `from` option PostCSS could generate wrong source map and will not find Browserslist config. Set it to CSS file path or to `undefined` to prevent this warning.")),this.async().then(e,t)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}sync(){if(this.error)throw this.error;return this.result}}var noWorkResult=NoWorkResult$1;NoWorkResult$1.default=NoWorkResult$1;let NoWorkResult=noWorkResult,LazyResult$1=lazyResult,Document$1=document$1,Root$2=root;class Processor$1{constructor(e=[]){this.version="8.4.23",this.plugins=this.normalize(e)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}process(e,t={}){return 0===this.plugins.length&&void 0===t.parser&&void 0===t.stringifier&&void 0===t.syntax?new NoWorkResult(this,e,t):new LazyResult$1(this,e,t)}normalize(e){let t=[];for(let r of e)if(!0===r.postcss?r=r():r.postcss&&(r=r.postcss),"object"==typeof r&&Array.isArray(r.plugins))t=t.concat(r.plugins);else if("object"==typeof r&&r.postcssPlugin)t.push(r);else if("function"==typeof r)t.push(r);else{if("object"!=typeof r||!r.parse&&!r.stringify)throw new Error(r+" is not a PostCSS plugin");if("production"!==process.env.NODE_ENV)throw new Error("PostCSS syntaxes cannot be used as plugins. Instead, please use one of the syntax/parser/stringifier options as outlined in your PostCSS runner documentation.")}return t}}var processor=Processor$1;Processor$1.default=Processor$1,Root$2.registerProcessor(Processor$1),Document$1.registerProcessor(Processor$1);let Declaration$1=declaration,PreviousMap=previousMap,Comment$1=comment,AtRule$1=atRule,Input$1=input,Root$1=root,Rule$1=rule;function fromJSON$1(e,t){if(Array.isArray(e))return e.map((e=>fromJSON$1(e)));let{inputs:r,...n}=e;if(r){t=[];for(let e of r){let r={...e,__proto__:Input$1.prototype};r.map&&(r.map={...r.map,__proto__:PreviousMap.prototype}),t.push(r)}}if(n.nodes&&(n.nodes=e.nodes.map((e=>fromJSON$1(e,t)))),n.source){let{inputId:e,...r}=n.source;n.source=r,null!=e&&(n.source.input=t[e])}if("root"===n.type)return new Root$1(n);if("decl"===n.type)return new Declaration$1(n);if("rule"===n.type)return new Rule$1(n);if("comment"===n.type)return new Comment$1(n);if("atrule"===n.type)return new AtRule$1(n);throw new Error("Unknown node type: "+e.type)}var fromJSON_1=fromJSON$1;fromJSON$1.default=fromJSON$1;let CssSyntaxError=cssSyntaxError,Declaration=declaration,LazyResult=lazyResult,Container=container,Processor=processor,stringify=stringify_1,fromJSON=fromJSON_1,Document=document$1,Warning=warning,Comment=comment,AtRule=atRule,Result=result$1,Input=input,parse$1=parse_1,list=list_1,Rule=rule,Root=root,Node=node_1;function postcss(...e){return 1===e.length&&Array.isArray(e[0])&&(e=e[0]),new Processor(e)}postcss.plugin=function(e,t){let r,n=!1;function i(...r){console&&console.warn&&!n&&(n=!0,console.warn(e+": postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration"),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(e+": 里面 postcss.plugin 被弃用. 迁移指南:\nhttps://www.w3ctech.com/topic/2226"));let i=t(...r);return i.postcssPlugin=e,i.postcssVersion=(new Processor).version,i}return Object.defineProperty(i,"postcss",{get:()=>(r||(r=i()),r)}),i.process=function(e,t,r){return postcss([i(r)]).process(e,t)},i},postcss.stringify=stringify,postcss.parse=parse$1,postcss.fromJSON=fromJSON,postcss.list=list,postcss.comment=e=>new Comment(e),postcss.atRule=e=>new AtRule(e),postcss.decl=e=>new Declaration(e),postcss.rule=e=>new Rule(e),postcss.root=e=>new Root(e),postcss.document=e=>new Document(e),postcss.CssSyntaxError=CssSyntaxError,postcss.Declaration=Declaration,postcss.Container=Container,postcss.Processor=Processor,postcss.Document=Document,postcss.Comment=Comment,postcss.Warning=Warning,postcss.AtRule=AtRule,postcss.Result=Result,postcss.Input=Input,postcss.Rule=Rule,postcss.Root=Root,postcss.Node=Node,LazyResult.registerPostcss(postcss);var postcss_1=postcss;postcss.default=postcss;const htmlparser=lib$5,escapeStringRegexp=escapeStringRegexp$1,{isPlainObject:isPlainObject}=isPlainObject$2,deepmerge=cjs,parseSrcset=parseSrcset$1.exports,{parse:postcssParse}=postcss_1,mediaTags=["img","audio","video","picture","svg","object","map","iframe","embed"],vulnerableTags=["script","style"];function each(e,t){e&&Object.keys(e).forEach((function(r){t(e[r],r)}))}function has(e,t){return{}.hasOwnProperty.call(e,t)}function filter(e,t){const r=[];return each(e,(function(e){t(e)&&r.push(e)})),r}function isEmptyObject(e){for(const t in e)if(has(e,t))return!1;return!0}function stringifySrcset(e){return e.map((function(e){if(!e.url)throw new Error("URL missing");return e.url+(e.w?` ${e.w}w`:"")+(e.h?` ${e.h}h`:"")+(e.d?` ${e.d}x`:"")})).join(", ")}var sanitizeHtml_1=sanitizeHtml;const VALID_HTML_ATTRIBUTE_NAME=/^[^\0\t\n\f\r /<=>]+$/;function sanitizeHtml(e,t,r){if(null==e)return"";"number"==typeof e&&(e=e.toString());let n="",i="";function a(e,t){const r=this;this.tag=e,this.attribs=t||{},this.tagPosition=n.length,this.text="",this.mediaChildren=[],this.updateParentNodeText=function(){if(_.length){_[_.length-1].text+=r.text}},this.updateParentNodeMediaChildren=function(){if(_.length&&mediaTags.includes(this.tag)){_[_.length-1].mediaChildren.push(this.tag)}}}(t=Object.assign({},sanitizeHtml.defaults,t)).parser=Object.assign({},htmlParserDefaults,t.parser);const o=function(e){return!1===t.allowedTags||(t.allowedTags||[]).indexOf(e)>-1};vulnerableTags.forEach((function(e){o(e)&&!t.allowVulnerableTags&&console.warn(`\n\n⚠️ Your \`allowedTags\` option includes, \`${e}\`, which is inherently\nvulnerable to XSS attacks. Please remove it from \`allowedTags\`.\nOr, to disable this warning, add the \`allowVulnerableTags\` option\nand ensure you are accounting for this risk.\n\n`)}));const s=t.nonTextTags||["script","style","textarea","option"];let u,l;t.allowedAttributes&&(u={},l={},each(t.allowedAttributes,(function(e,t){u[t]=[];const r=[];e.forEach((function(e){"string"==typeof e&&e.indexOf("*")>=0?r.push(escapeStringRegexp(e).replace(/\\\*/g,".*")):u[t].push(e)})),r.length&&(l[t]=new RegExp("^("+r.join("|")+")$"))})));const c={},d={},h={};each(t.allowedClasses,(function(e,t){u&&(has(u,t)||(u[t]=[]),u[t].push("class")),c[t]=[],h[t]=[];const r=[];e.forEach((function(e){"string"==typeof e&&e.indexOf("*")>=0?r.push(escapeStringRegexp(e).replace(/\\\*/g,".*")):e instanceof RegExp?h[t].push(e):c[t].push(e)})),r.length&&(d[t]=new RegExp("^("+r.join("|")+")$"))}));const f={};let p,m,_,g,y,E,b;each(t.transformTags,(function(e,t){let r;"function"==typeof e?r=e:"string"==typeof e&&(r=sanitizeHtml.simpleTransform(e)),"*"===t?p=r:f[t]=r}));let v=!1;S();const T=new htmlparser.Parser({onopentag:function(e,r){if(t.enforceHtmlBoundary&&"html"===e&&S(),E)return void b++;const T=new a(e,r);_.push(T);let $=!1;const O=!!T.text;let w;if(has(f,e)&&(w=f[e](e,r),T.attribs=r=w.attribs,void 0!==w.text&&(T.innerText=w.text),e!==w.tagName&&(T.name=e=w.tagName,y[m]=w.tagName)),p&&(w=p(e,r),T.attribs=r=w.attribs,e!==w.tagName&&(T.name=e=w.tagName,y[m]=w.tagName)),(!o(e)||"recursiveEscape"===t.disallowedTagsMode&&!isEmptyObject(g)||null!=t.nestingLimit&&m>=t.nestingLimit)&&($=!0,g[m]=!0,"discard"===t.disallowedTagsMode&&-1!==s.indexOf(e)&&(E=!0,b=1),g[m]=!0),m++,$){if("discard"===t.disallowedTagsMode)return;i=n,n=""}n+="<"+e,"script"===e&&(t.allowedScriptHostnames||t.allowedScriptDomains)&&(T.innerText=""),(!u||has(u,e)||u["*"])&&each(r,(function(r,i){if(!VALID_HTML_ATTRIBUTE_NAME.test(i))return void delete T.attribs[i];let a=!1;if(!u||has(u,e)&&-1!==u[e].indexOf(i)||u["*"]&&-1!==u["*"].indexOf(i)||has(l,e)&&l[e].test(i)||l["*"]&&l["*"].test(i))a=!0;else if(u&&u[e])for(const t of u[e])if(isPlainObject(t)&&t.name&&t.name===i){a=!0;let e="";if(!0===t.multiple){const n=r.split(" ");for(const r of n)-1!==t.values.indexOf(r)&&(""===e?e=r:e+=" "+r)}else t.values.indexOf(r)>=0&&(e=r);r=e}if(a){if(-1!==t.allowedSchemesAppliedToAttributes.indexOf(i)&&C(e,r))return void delete T.attribs[i];if("script"===e&&"src"===i){let e=!0;try{const n=M(r);if(t.allowedScriptHostnames||t.allowedScriptDomains){const r=(t.allowedScriptHostnames||[]).find((function(e){return e===n.url.hostname})),i=(t.allowedScriptDomains||[]).find((function(e){return n.url.hostname===e||n.url.hostname.endsWith(`.${e}`)}));e=r||i}}catch(t){e=!1}if(!e)return void delete T.attribs[i]}if("iframe"===e&&"src"===i){let e=!0;try{const n=M(r);if(n.isRelativeUrl)e=has(t,"allowIframeRelativeUrls")?t.allowIframeRelativeUrls:!t.allowedIframeHostnames&&!t.allowedIframeDomains;else if(t.allowedIframeHostnames||t.allowedIframeDomains){const r=(t.allowedIframeHostnames||[]).find((function(e){return e===n.url.hostname})),i=(t.allowedIframeDomains||[]).find((function(e){return n.url.hostname===e||n.url.hostname.endsWith(`.${e}`)}));e=r||i}}catch(t){e=!1}if(!e)return void delete T.attribs[i]}if("srcset"===i)try{let e=parseSrcset(r);if(e.forEach((function(e){C("srcset",e.url)&&(e.evil=!0)})),e=filter(e,(function(e){return!e.evil})),!e.length)return void delete T.attribs[i];r=stringifySrcset(filter(e,(function(e){return!e.evil}))),T.attribs[i]=r}catch(e){return void delete T.attribs[i]}if("class"===i){const t=c[e],n=c["*"],a=d[e],o=h[e],s=[a,d["*"]].concat(o).filter((function(e){return e}));if(!(r=N(r,t&&n?deepmerge(t,n):t||n,s)).length)return void delete T.attribs[i]}if("style"===i)if(t.parseStyleAttributes)try{const n=function(e,t){if(!t)return e;const r=e.nodes[0];let n;n=t[r.selector]&&t["*"]?deepmerge(t[r.selector],t["*"]):t[r.selector]||t["*"];n&&(e.nodes[0].nodes=r.nodes.reduce(function(e){return function(t,r){if(has(e,r.prop)){e[r.prop].some((function(e){return e.test(r.value)}))&&t.push(r)}return t}}(n),[]));return e}(postcssParse(e+" {"+r+"}"),t.allowedStyles);if(r=function(e){return e.nodes[0].nodes.reduce((function(e,t){return e.push(`${t.prop}:${t.value}${t.important?" !important":""}`),e}),[]).join(";")}(n),0===r.length)return void delete T.attribs[i]}catch(t){return console.warn('Failed to parse "'+e+" {"+r+"}\", If you're running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547"),void delete T.attribs[i]}else if(t.allowedStyles)throw new Error("allowedStyles option cannot be used together with parseStyleAttributes: false.");n+=" "+i,r&&r.length&&(n+='="'+A(r,!0)+'"')}else delete T.attribs[i]})),-1!==t.selfClosing.indexOf(e)?n+=" />":(n+=">",!T.innerText||O||t.textFilter||(n+=A(T.innerText),v=!0)),$&&(n=i+A(n),i="")},ontext:function(e){if(E)return;const r=_[_.length-1];let i;if(r&&(i=r.tag,e=void 0!==r.innerText?r.innerText:e),"discard"!==t.disallowedTagsMode||"script"!==i&&"style"!==i){const r=A(e,!1);t.textFilter&&!v?n+=t.textFilter(r,i):v||(n+=r)}else n+=e;if(_.length){_[_.length-1].text+=e}},onclosetag:function(e,r){if(E){if(b--,b)return;E=!1}const a=_.pop();if(!a)return;if(a.tag!==e)return void _.push(a);E=!!t.enforceHtmlBoundary&&"html"===e,m--;const s=g[m];if(s){if(delete g[m],"discard"===t.disallowedTagsMode)return void a.updateParentNodeText();i=n,n=""}y[m]&&(e=y[m],delete y[m]),t.exclusiveFilter&&t.exclusiveFilter(a)?n=n.substr(0,a.tagPosition):(a.updateParentNodeMediaChildren(),a.updateParentNodeText(),-1!==t.selfClosing.indexOf(e)||r&&!o(e)&&["escape","recursiveEscape"].indexOf(t.disallowedTagsMode)>=0?s&&(n=i,i=""):(n+="</"+e+">",s&&(n=i+A(n),i=""),v=!1))}},t.parser);return T.write(e),T.end(),n;function S(){n="",m=0,_=[],g={},y={},E=!1,b=0}function A(e,r){return"string"!=typeof e&&(e+=""),t.parser.decodeEntities&&(e=e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),r&&(e=e.replace(/"/g,"&quot;"))),e=e.replace(/&(?![a-zA-Z0-9#]{1,20};)/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;"),r&&(e=e.replace(/"/g,"&quot;")),e}function C(e,r){for(r=r.replace(/[\x00-\x20]+/g,"");;){const e=r.indexOf("\x3c!--");if(-1===e)break;const t=r.indexOf("--\x3e",e+4);if(-1===t)break;r=r.substring(0,e)+r.substring(t+3)}const n=r.match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/);if(!n)return!!r.match(/^[/\\]{2}/)&&!t.allowProtocolRelative;const i=n[1].toLowerCase();return has(t.allowedSchemesByTag,e)?-1===t.allowedSchemesByTag[e].indexOf(i):!t.allowedSchemes||-1===t.allowedSchemes.indexOf(i)}function M(e){if((e=e.replace(/^(\w+:)?\s*[\\/]\s*[\\/]/,"$1//")).startsWith("relative:"))throw new Error("relative: exploit attempt");let t="relative://relative-site";for(let e=0;e<100;e++)t+=`/${e}`;const r=new URL(e,t);return{isRelativeUrl:r&&"relative-site"===r.hostname&&"relative:"===r.protocol,url:r}}function N(e,t,r){return t?(e=e.split(/\s+/)).filter((function(e){return-1!==t.indexOf(e)||r.some((function(t){return t.test(e)}))})).join(" "):e}}const htmlParserDefaults={decodeEntities:!0};sanitizeHtml.defaults={allowedTags:["address","article","aside","footer","header","h1","h2","h3","h4","h5","h6","hgroup","main","nav","section","blockquote","dd","div","dl","dt","figcaption","figure","hr","li","main","ol","p","pre","ul","a","abbr","b","bdi","bdo","br","cite","code","data","dfn","em","i","kbd","mark","q","rb","rp","rt","rtc","ruby","s","samp","small","span","strong","sub","sup","time","u","var","wbr","caption","col","colgroup","table","tbody","td","tfoot","th","thead","tr"],disallowedTagsMode:"discard",allowedAttributes:{a:["href","name","target"],img:["src","srcset","alt","title","width","height","loading"]},selfClosing:["img","br","hr","area","base","basefont","input","link","meta"],allowedSchemes:["http","https","ftp","mailto","tel"],allowedSchemesByTag:{},allowedSchemesAppliedToAttributes:["href","src","cite"],allowProtocolRelative:!0,enforceHtmlBoundary:!1,parseStyleAttributes:!0},sanitizeHtml.simpleTransform=function(e,t,r){return r=void 0===r||r,t=t||{},function(n,i){let a;if(r)for(a in t)i[a]=t[a];else i=t;return{tagName:e,attribs:i}}};var sanitize=sanitizeHtml_1;const Sanitize=e=>{const{id:t,children:r}=e,n=()=>t?TestHelper.generateId(t,"sanitized"):TestHelper.generateId("sanitized");return jsx("span",{id:n(),"data-testid":n(),dangerouslySetInnerHTML:{__html:sanitize("string"!=typeof r?renderToStaticMarkup(r):r)}})},Alert=e=>{const{id:t,schema:{children:r,...n}}=e;return jsx(Alert$1,{id:t,"data-testid":TestHelper.generateId(t,"alert"),...n,children:jsx(Sanitize,{id:t,children:r})})},TEXT_MAPPING={"TEXT-D1":Text$2.D1,"TEXT-D2":Text$2.D2,"TEXT-DBODY":Text$2.DBody,"TEXT-H1":Text$2.H1,"TEXT-H2":Text$2.H2,"TEXT-H3":Text$2.H3,"TEXT-H4":Text$2.H4,"TEXT-H5":Text$2.H5,"TEXT-H6":Text$2.H6,"TEXT-BODY":Text$2.Body,"TEXT-BODYSMALL":Text$2.BodySmall,"TEXT-XSMALL":Text$2.XSmall},Text=e=>{const{id:t,schema:{children:r,uiType:n,...i}}=e,a=TEXT_MAPPING[n.toUpperCase()]||void 0,o=e=>TestHelper.generateId(e,"text");return jsx(a,{id:t,"data-testid":o(t),...i,...(()=>{const e=isArray_1(r)&&r.length>1,t=isObject_1(r)&&Object.keys(r).length>1;return e||t})()&&{as:"div"},children:jsx(Sanitize,{id:t,children:isArray_1(r)?r.map(((e,r)=>{const n=`${t}-${r}`;return jsx(a,{id:n,"data-testid":o(n),children:jsx(Sanitize,{id:n,children:e})},r)})):"object"==typeof r?Object.entries(r).map((([e,t],r)=>jsx(Text,{id:e,schema:t},r))):r})})};var FrontendEngineElements=Object.freeze({__proto__:null,Alert:Alert,Text:Text}),lodash={exports:{}};
322
+ /**
323
+ * @license
324
+ * Lodash <https://lodash.com/>
325
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
326
+ * Released under MIT license <https://lodash.com/license>
327
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
328
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
329
+ */
330
+ !function(e,t){(function(){var r,n="Expected a function",i="__lodash_hash_undefined__",a="__lodash_placeholder__",o=16,s=32,u=64,l=128,c=256,d=1/0,h=9007199254740991,f=NaN,p=4294967295,m=[["ary",l],["bind",1],["bindKey",2],["curry",8],["curryRight",o],["flip",512],["partial",s],["partialRight",u],["rearg",c]],_="[object Arguments]",g="[object Array]",y="[object Boolean]",E="[object Date]",b="[object Error]",v="[object Function]",T="[object GeneratorFunction]",S="[object Map]",A="[object Number]",C="[object Object]",M="[object Promise]",N="[object RegExp]",$="[object Set]",O="[object String]",w="[object Symbol]",D="[object WeakMap]",L="[object ArrayBuffer]",I="[object DataView]",x="[object Float32Array]",R="[object Float64Array]",F="[object Int8Array]",k="[object Int16Array]",P="[object Int32Array]",U="[object Uint8Array]",z="[object Uint8ClampedArray]",Z="[object Uint16Array]",j="[object Uint32Array]",B=/\b__p \+= '';/g,H=/\b(__p \+=) '' \+/g,V=/(__e\(.*?\)|\b__t\)) \+\n'';/g,q=/&(?:amp|lt|gt|quot|#39);/g,G=/[&<>"']/g,W=RegExp(q.source),Y=RegExp(G.source),K=/<%-([\s\S]+?)%>/g,Q=/<%([\s\S]+?)%>/g,X=/<%=([\s\S]+?)%>/g,J=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ee=/^\w*$/,te=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,re=/[\\^$.*+?()[\]{}|]/g,ne=RegExp(re.source),ie=/^\s+/,ae=/\s/,oe=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,se=/\{\n\/\* \[wrapped with (.+)\] \*/,ue=/,? & /,le=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,ce=/[()=,{}\[\]\/\s]/,de=/\\(\\)?/g,he=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,fe=/\w*$/,pe=/^[-+]0x[0-9a-f]+$/i,me=/^0b[01]+$/i,_e=/^\[object .+?Constructor\]$/,ge=/^0o[0-7]+$/i,ye=/^(?:0|[1-9]\d*)$/,Ee=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,be=/($^)/,ve=/['\n\r\u2028\u2029\\]/g,Te="\\ud800-\\udfff",Se="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",Ae="\\u2700-\\u27bf",Ce="a-z\\xdf-\\xf6\\xf8-\\xff",Me="A-Z\\xc0-\\xd6\\xd8-\\xde",Ne="\\ufe0e\\ufe0f",$e="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Oe="['’]",we="["+Te+"]",De="["+$e+"]",Le="["+Se+"]",Ie="\\d+",xe="["+Ae+"]",Re="["+Ce+"]",Fe="[^"+Te+$e+Ie+Ae+Ce+Me+"]",ke="\\ud83c[\\udffb-\\udfff]",Pe="[^"+Te+"]",Ue="(?:\\ud83c[\\udde6-\\uddff]){2}",ze="[\\ud800-\\udbff][\\udc00-\\udfff]",Ze="["+Me+"]",je="\\u200d",Be="(?:"+Re+"|"+Fe+")",He="(?:"+Ze+"|"+Fe+")",Ve="(?:['’](?:d|ll|m|re|s|t|ve))?",qe="(?:['’](?:D|LL|M|RE|S|T|VE))?",Ge="(?:"+Le+"|"+ke+")"+"?",We="["+Ne+"]?",Ye=We+Ge+("(?:"+je+"(?:"+[Pe,Ue,ze].join("|")+")"+We+Ge+")*"),Ke="(?:"+[xe,Ue,ze].join("|")+")"+Ye,Qe="(?:"+[Pe+Le+"?",Le,Ue,ze,we].join("|")+")",Xe=RegExp(Oe,"g"),Je=RegExp(Le,"g"),et=RegExp(ke+"(?="+ke+")|"+Qe+Ye,"g"),tt=RegExp([Ze+"?"+Re+"+"+Ve+"(?="+[De,Ze,"$"].join("|")+")",He+"+"+qe+"(?="+[De,Ze+Be,"$"].join("|")+")",Ze+"?"+Be+"+"+Ve,Ze+"+"+qe,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",Ie,Ke].join("|"),"g"),rt=RegExp("["+je+Te+Se+Ne+"]"),nt=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,it=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],at=-1,ot={};ot[x]=ot[R]=ot[F]=ot[k]=ot[P]=ot[U]=ot[z]=ot[Z]=ot[j]=!0,ot[_]=ot[g]=ot[L]=ot[y]=ot[I]=ot[E]=ot[b]=ot[v]=ot[S]=ot[A]=ot[C]=ot[N]=ot[$]=ot[O]=ot[D]=!1;var st={};st[_]=st[g]=st[L]=st[I]=st[y]=st[E]=st[x]=st[R]=st[F]=st[k]=st[P]=st[S]=st[A]=st[C]=st[N]=st[$]=st[O]=st[w]=st[U]=st[z]=st[Z]=st[j]=!0,st[b]=st[v]=st[D]=!1;var ut={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},lt=parseFloat,ct=parseInt,dt="object"==typeof commonjsGlobal&&commonjsGlobal&&commonjsGlobal.Object===Object&&commonjsGlobal,ht="object"==typeof self&&self&&self.Object===Object&&self,ft=dt||ht||Function("return this")(),pt=t&&!t.nodeType&&t,mt=pt&&e&&!e.nodeType&&e,_t=mt&&mt.exports===pt,gt=_t&&dt.process,yt=function(){try{var e=mt&&mt.require&&mt.require("util").types;return e||gt&&gt.binding&&gt.binding("util")}catch(e){}}(),Et=yt&&yt.isArrayBuffer,bt=yt&&yt.isDate,vt=yt&&yt.isMap,Tt=yt&&yt.isRegExp,St=yt&&yt.isSet,At=yt&&yt.isTypedArray;function Ct(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function Mt(e,t,r,n){for(var i=-1,a=null==e?0:e.length;++i<a;){var o=e[i];t(n,o,r(o),e)}return n}function Nt(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););return e}function $t(e,t){for(var r=null==e?0:e.length;r--&&!1!==t(e[r],r,e););return e}function Ot(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(!t(e[r],r,e))return!1;return!0}function wt(e,t){for(var r=-1,n=null==e?0:e.length,i=0,a=[];++r<n;){var o=e[r];t(o,r,e)&&(a[i++]=o)}return a}function Dt(e,t){return!!(null==e?0:e.length)&&Zt(e,t,0)>-1}function Lt(e,t,r){for(var n=-1,i=null==e?0:e.length;++n<i;)if(r(t,e[n]))return!0;return!1}function It(e,t){for(var r=-1,n=null==e?0:e.length,i=Array(n);++r<n;)i[r]=t(e[r],r,e);return i}function xt(e,t){for(var r=-1,n=t.length,i=e.length;++r<n;)e[i+r]=t[r];return e}function Rt(e,t,r,n){var i=-1,a=null==e?0:e.length;for(n&&a&&(r=e[++i]);++i<a;)r=t(r,e[i],i,e);return r}function Ft(e,t,r,n){var i=null==e?0:e.length;for(n&&i&&(r=e[--i]);i--;)r=t(r,e[i],i,e);return r}function kt(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var Pt=Vt("length");function Ut(e,t,r){var n;return r(e,(function(e,r,i){if(t(e,r,i))return n=r,!1})),n}function zt(e,t,r,n){for(var i=e.length,a=r+(n?1:-1);n?a--:++a<i;)if(t(e[a],a,e))return a;return-1}function Zt(e,t,r){return t==t?function(e,t,r){var n=r-1,i=e.length;for(;++n<i;)if(e[n]===t)return n;return-1}(e,t,r):zt(e,Bt,r)}function jt(e,t,r,n){for(var i=r-1,a=e.length;++i<a;)if(n(e[i],t))return i;return-1}function Bt(e){return e!=e}function Ht(e,t){var r=null==e?0:e.length;return r?Wt(e,t)/r:f}function Vt(e){return function(t){return null==t?r:t[e]}}function qt(e){return function(t){return null==e?r:e[t]}}function Gt(e,t,r,n,i){return i(e,(function(e,i,a){r=n?(n=!1,e):t(r,e,i,a)})),r}function Wt(e,t){for(var n,i=-1,a=e.length;++i<a;){var o=t(e[i]);o!==r&&(n=n===r?o:n+o)}return n}function Yt(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}function Kt(e){return e?e.slice(0,fr(e)+1).replace(ie,""):e}function Qt(e){return function(t){return e(t)}}function Xt(e,t){return It(t,(function(t){return e[t]}))}function Jt(e,t){return e.has(t)}function er(e,t){for(var r=-1,n=e.length;++r<n&&Zt(t,e[r],0)>-1;);return r}function tr(e,t){for(var r=e.length;r--&&Zt(t,e[r],0)>-1;);return r}var rr=qt({"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"}),nr=qt({"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"});function ir(e){return"\\"+ut[e]}function ar(e){return rt.test(e)}function or(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}function sr(e,t){return function(r){return e(t(r))}}function ur(e,t){for(var r=-1,n=e.length,i=0,o=[];++r<n;){var s=e[r];s!==t&&s!==a||(e[r]=a,o[i++]=r)}return o}function lr(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}function cr(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=[e,e]})),r}function dr(e){return ar(e)?function(e){var t=et.lastIndex=0;for(;et.test(e);)++t;return t}(e):Pt(e)}function hr(e){return ar(e)?function(e){return e.match(et)||[]}(e):function(e){return e.split("")}(e)}function fr(e){for(var t=e.length;t--&&ae.test(e.charAt(t)););return t}var pr=qt({"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"});var mr=function e(t){var ae=(t=null==t?ft:mr.defaults(ft.Object(),t,mr.pick(ft,it))).Array,Te=t.Date,Se=t.Error,Ae=t.Function,Ce=t.Math,Me=t.Object,Ne=t.RegExp,$e=t.String,Oe=t.TypeError,we=ae.prototype,De=Ae.prototype,Le=Me.prototype,Ie=t["__core-js_shared__"],xe=De.toString,Re=Le.hasOwnProperty,Fe=0,ke=function(){var e=/[^.]+$/.exec(Ie&&Ie.keys&&Ie.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),Pe=Le.toString,Ue=xe.call(Me),ze=ft._,Ze=Ne("^"+xe.call(Re).replace(re,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),je=_t?t.Buffer:r,Be=t.Symbol,He=t.Uint8Array,Ve=je?je.allocUnsafe:r,qe=sr(Me.getPrototypeOf,Me),Ge=Me.create,We=Le.propertyIsEnumerable,Ye=we.splice,Ke=Be?Be.isConcatSpreadable:r,Qe=Be?Be.iterator:r,et=Be?Be.toStringTag:r,rt=function(){try{var e=da(Me,"defineProperty");return e({},"",{}),e}catch(e){}}(),ut=t.clearTimeout!==ft.clearTimeout&&t.clearTimeout,dt=Te&&Te.now!==ft.Date.now&&Te.now,ht=t.setTimeout!==ft.setTimeout&&t.setTimeout,pt=Ce.ceil,mt=Ce.floor,gt=Me.getOwnPropertySymbols,yt=je?je.isBuffer:r,Pt=t.isFinite,qt=we.join,_r=sr(Me.keys,Me),gr=Ce.max,yr=Ce.min,Er=Te.now,br=t.parseInt,vr=Ce.random,Tr=we.reverse,Sr=da(t,"DataView"),Ar=da(t,"Map"),Cr=da(t,"Promise"),Mr=da(t,"Set"),Nr=da(t,"WeakMap"),$r=da(Me,"create"),Or=Nr&&new Nr,wr={},Dr=ka(Sr),Lr=ka(Ar),Ir=ka(Cr),xr=ka(Mr),Rr=ka(Nr),Fr=Be?Be.prototype:r,kr=Fr?Fr.valueOf:r,Pr=Fr?Fr.toString:r;function Ur(e){if(ts(e)&&!Ho(e)&&!(e instanceof Br)){if(e instanceof jr)return e;if(Re.call(e,"__wrapped__"))return Pa(e)}return new jr(e)}var zr=function(){function e(){}return function(t){if(!es(t))return{};if(Ge)return Ge(t);e.prototype=t;var n=new e;return e.prototype=r,n}}();function Zr(){}function jr(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=r}function Br(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=p,this.__views__=[]}function Hr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Vr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function qr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Gr(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new qr;++t<r;)this.add(e[t])}function Wr(e){var t=this.__data__=new Vr(e);this.size=t.size}function Yr(e,t){var r=Ho(e),n=!r&&Bo(e),i=!r&&!n&&Wo(e),a=!r&&!n&&!i&&ls(e),o=r||n||i||a,s=o?Yt(e.length,$e):[],u=s.length;for(var l in e)!t&&!Re.call(e,l)||o&&("length"==l||i&&("offset"==l||"parent"==l)||a&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||ya(l,u))||s.push(l);return s}function Kr(e){var t=e.length;return t?e[Wn(0,t-1)]:r}function Qr(e,t){return xa(Oi(e),sn(t,0,e.length))}function Xr(e){return xa(Oi(e))}function Jr(e,t,n){(n!==r&&!zo(e[t],n)||n===r&&!(t in e))&&an(e,t,n)}function en(e,t,n){var i=e[t];Re.call(e,t)&&zo(i,n)&&(n!==r||t in e)||an(e,t,n)}function tn(e,t){for(var r=e.length;r--;)if(zo(e[r][0],t))return r;return-1}function rn(e,t,r,n){return hn(e,(function(e,i,a){t(n,e,r(e),a)})),n}function nn(e,t){return e&&wi(t,Ds(t),e)}function an(e,t,r){"__proto__"==t&&rt?rt(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function on(e,t){for(var n=-1,i=t.length,a=ae(i),o=null==e;++n<i;)a[n]=o?r:Ms(e,t[n]);return a}function sn(e,t,n){return e==e&&(n!==r&&(e=e<=n?e:n),t!==r&&(e=e>=t?e:t)),e}function un(e,t,n,i,a,o){var s,u=1&t,l=2&t,c=4&t;if(n&&(s=a?n(e,i,a,o):n(e)),s!==r)return s;if(!es(e))return e;var d=Ho(e);if(d){if(s=function(e){var t=e.length,r=new e.constructor(t);t&&"string"==typeof e[0]&&Re.call(e,"index")&&(r.index=e.index,r.input=e.input);return r}(e),!u)return Oi(e,s)}else{var h=pa(e),f=h==v||h==T;if(Wo(e))return Si(e,u);if(h==C||h==_||f&&!a){if(s=l||f?{}:_a(e),!u)return l?function(e,t){return wi(e,fa(e),t)}(e,function(e,t){return e&&wi(t,Ls(t),e)}(s,e)):function(e,t){return wi(e,ha(e),t)}(e,nn(s,e))}else{if(!st[h])return a?e:{};s=function(e,t,r){var n=e.constructor;switch(t){case L:return Ai(e);case y:case E:return new n(+e);case I:return function(e,t){var r=t?Ai(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case x:case R:case F:case k:case P:case U:case z:case Z:case j:return Ci(e,r);case S:return new n;case A:case O:return new n(e);case N:return function(e){var t=new e.constructor(e.source,fe.exec(e));return t.lastIndex=e.lastIndex,t}(e);case $:return new n;case w:return i=e,kr?Me(kr.call(i)):{}}var i}(e,h,u)}}o||(o=new Wr);var p=o.get(e);if(p)return p;o.set(e,s),os(e)?e.forEach((function(r){s.add(un(r,t,n,r,e,o))})):rs(e)&&e.forEach((function(r,i){s.set(i,un(r,t,n,i,e,o))}));var m=d?r:(c?l?ia:na:l?Ls:Ds)(e);return Nt(m||e,(function(r,i){m&&(r=e[i=r]),en(s,i,un(r,t,n,i,e,o))})),s}function ln(e,t,n){var i=n.length;if(null==e)return!i;for(e=Me(e);i--;){var a=n[i],o=t[a],s=e[a];if(s===r&&!(a in e)||!o(s))return!1}return!0}function cn(e,t,i){if("function"!=typeof e)throw new Oe(n);return wa((function(){e.apply(r,i)}),t)}function dn(e,t,r,n){var i=-1,a=Dt,o=!0,s=e.length,u=[],l=t.length;if(!s)return u;r&&(t=It(t,Qt(r))),n?(a=Lt,o=!1):t.length>=200&&(a=Jt,o=!1,t=new Gr(t));e:for(;++i<s;){var c=e[i],d=null==r?c:r(c);if(c=n||0!==c?c:0,o&&d==d){for(var h=l;h--;)if(t[h]===d)continue e;u.push(c)}else a(t,d,n)||u.push(c)}return u}Ur.templateSettings={escape:K,evaluate:Q,interpolate:X,variable:"",imports:{_:Ur}},Ur.prototype=Zr.prototype,Ur.prototype.constructor=Ur,jr.prototype=zr(Zr.prototype),jr.prototype.constructor=jr,Br.prototype=zr(Zr.prototype),Br.prototype.constructor=Br,Hr.prototype.clear=function(){this.__data__=$r?$r(null):{},this.size=0},Hr.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Hr.prototype.get=function(e){var t=this.__data__;if($r){var n=t[e];return n===i?r:n}return Re.call(t,e)?t[e]:r},Hr.prototype.has=function(e){var t=this.__data__;return $r?t[e]!==r:Re.call(t,e)},Hr.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=$r&&t===r?i:t,this},Vr.prototype.clear=function(){this.__data__=[],this.size=0},Vr.prototype.delete=function(e){var t=this.__data__,r=tn(t,e);return!(r<0)&&(r==t.length-1?t.pop():Ye.call(t,r,1),--this.size,!0)},Vr.prototype.get=function(e){var t=this.__data__,n=tn(t,e);return n<0?r:t[n][1]},Vr.prototype.has=function(e){return tn(this.__data__,e)>-1},Vr.prototype.set=function(e,t){var r=this.__data__,n=tn(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},qr.prototype.clear=function(){this.size=0,this.__data__={hash:new Hr,map:new(Ar||Vr),string:new Hr}},qr.prototype.delete=function(e){var t=la(this,e).delete(e);return this.size-=t?1:0,t},qr.prototype.get=function(e){return la(this,e).get(e)},qr.prototype.has=function(e){return la(this,e).has(e)},qr.prototype.set=function(e,t){var r=la(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},Gr.prototype.add=Gr.prototype.push=function(e){return this.__data__.set(e,i),this},Gr.prototype.has=function(e){return this.__data__.has(e)},Wr.prototype.clear=function(){this.__data__=new Vr,this.size=0},Wr.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},Wr.prototype.get=function(e){return this.__data__.get(e)},Wr.prototype.has=function(e){return this.__data__.has(e)},Wr.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Vr){var n=r.__data__;if(!Ar||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new qr(n)}return r.set(e,t),this.size=r.size,this};var hn=Ii(bn),fn=Ii(vn,!0);function pn(e,t){var r=!0;return hn(e,(function(e,n,i){return r=!!t(e,n,i)})),r}function mn(e,t,n){for(var i=-1,a=e.length;++i<a;){var o=e[i],s=t(o);if(null!=s&&(u===r?s==s&&!us(s):n(s,u)))var u=s,l=o}return l}function _n(e,t){var r=[];return hn(e,(function(e,n,i){t(e,n,i)&&r.push(e)})),r}function gn(e,t,r,n,i){var a=-1,o=e.length;for(r||(r=ga),i||(i=[]);++a<o;){var s=e[a];t>0&&r(s)?t>1?gn(s,t-1,r,n,i):xt(i,s):n||(i[i.length]=s)}return i}var yn=xi(),En=xi(!0);function bn(e,t){return e&&yn(e,t,Ds)}function vn(e,t){return e&&En(e,t,Ds)}function Tn(e,t){return wt(t,(function(t){return Qo(e[t])}))}function Sn(e,t){for(var n=0,i=(t=Ei(t,e)).length;null!=e&&n<i;)e=e[Fa(t[n++])];return n&&n==i?e:r}function An(e,t,r){var n=t(e);return Ho(e)?n:xt(n,r(e))}function Cn(e){return null==e?e===r?"[object Undefined]":"[object Null]":et&&et in Me(e)?function(e){var t=Re.call(e,et),n=e[et];try{e[et]=r;var i=!0}catch(e){}var a=Pe.call(e);i&&(t?e[et]=n:delete e[et]);return a}(e):function(e){return Pe.call(e)}(e)}function Mn(e,t){return e>t}function Nn(e,t){return null!=e&&Re.call(e,t)}function $n(e,t){return null!=e&&t in Me(e)}function On(e,t,n){for(var i=n?Lt:Dt,a=e[0].length,o=e.length,s=o,u=ae(o),l=1/0,c=[];s--;){var d=e[s];s&&t&&(d=It(d,Qt(t))),l=yr(d.length,l),u[s]=!n&&(t||a>=120&&d.length>=120)?new Gr(s&&d):r}d=e[0];var h=-1,f=u[0];e:for(;++h<a&&c.length<l;){var p=d[h],m=t?t(p):p;if(p=n||0!==p?p:0,!(f?Jt(f,m):i(c,m,n))){for(s=o;--s;){var _=u[s];if(!(_?Jt(_,m):i(e[s],m,n)))continue e}f&&f.push(m),c.push(p)}}return c}function wn(e,t,n){var i=null==(e=Na(e,t=Ei(t,e)))?e:e[Fa(Ya(t))];return null==i?r:Ct(i,e,n)}function Dn(e){return ts(e)&&Cn(e)==_}function Ln(e,t,n,i,a){return e===t||(null==e||null==t||!ts(e)&&!ts(t)?e!=e&&t!=t:function(e,t,n,i,a,o){var s=Ho(e),u=Ho(t),l=s?g:pa(e),c=u?g:pa(t),d=(l=l==_?C:l)==C,h=(c=c==_?C:c)==C,f=l==c;if(f&&Wo(e)){if(!Wo(t))return!1;s=!0,d=!1}if(f&&!d)return o||(o=new Wr),s||ls(e)?ta(e,t,n,i,a,o):function(e,t,r,n,i,a,o){switch(r){case I:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case L:return!(e.byteLength!=t.byteLength||!a(new He(e),new He(t)));case y:case E:case A:return zo(+e,+t);case b:return e.name==t.name&&e.message==t.message;case N:case O:return e==t+"";case S:var s=or;case $:var u=1&n;if(s||(s=lr),e.size!=t.size&&!u)return!1;var l=o.get(e);if(l)return l==t;n|=2,o.set(e,t);var c=ta(s(e),s(t),n,i,a,o);return o.delete(e),c;case w:if(kr)return kr.call(e)==kr.call(t)}return!1}(e,t,l,n,i,a,o);if(!(1&n)){var p=d&&Re.call(e,"__wrapped__"),m=h&&Re.call(t,"__wrapped__");if(p||m){var v=p?e.value():e,T=m?t.value():t;return o||(o=new Wr),a(v,T,n,i,o)}}if(!f)return!1;return o||(o=new Wr),function(e,t,n,i,a,o){var s=1&n,u=na(e),l=u.length,c=na(t),d=c.length;if(l!=d&&!s)return!1;var h=l;for(;h--;){var f=u[h];if(!(s?f in t:Re.call(t,f)))return!1}var p=o.get(e),m=o.get(t);if(p&&m)return p==t&&m==e;var _=!0;o.set(e,t),o.set(t,e);var g=s;for(;++h<l;){var y=e[f=u[h]],E=t[f];if(i)var b=s?i(E,y,f,t,e,o):i(y,E,f,e,t,o);if(!(b===r?y===E||a(y,E,n,i,o):b)){_=!1;break}g||(g="constructor"==f)}if(_&&!g){var v=e.constructor,T=t.constructor;v==T||!("constructor"in e)||!("constructor"in t)||"function"==typeof v&&v instanceof v&&"function"==typeof T&&T instanceof T||(_=!1)}return o.delete(e),o.delete(t),_}(e,t,n,i,a,o)}(e,t,n,i,Ln,a))}function In(e,t,n,i){var a=n.length,o=a,s=!i;if(null==e)return!o;for(e=Me(e);a--;){var u=n[a];if(s&&u[2]?u[1]!==e[u[0]]:!(u[0]in e))return!1}for(;++a<o;){var l=(u=n[a])[0],c=e[l],d=u[1];if(s&&u[2]){if(c===r&&!(l in e))return!1}else{var h=new Wr;if(i)var f=i(c,d,l,e,t,h);if(!(f===r?Ln(d,c,3,i,h):f))return!1}}return!0}function xn(e){return!(!es(e)||(t=e,ke&&ke in t))&&(Qo(e)?Ze:_e).test(ka(e));var t}function Rn(e){return"function"==typeof e?e:null==e?nu:"object"==typeof e?Ho(e)?Zn(e[0],e[1]):zn(e):hu(e)}function Fn(e){if(!Sa(e))return _r(e);var t=[];for(var r in Me(e))Re.call(e,r)&&"constructor"!=r&&t.push(r);return t}function kn(e){if(!es(e))return function(e){var t=[];if(null!=e)for(var r in Me(e))t.push(r);return t}(e);var t=Sa(e),r=[];for(var n in e)("constructor"!=n||!t&&Re.call(e,n))&&r.push(n);return r}function Pn(e,t){return e<t}function Un(e,t){var r=-1,n=qo(e)?ae(e.length):[];return hn(e,(function(e,i,a){n[++r]=t(e,i,a)})),n}function zn(e){var t=ca(e);return 1==t.length&&t[0][2]?Ca(t[0][0],t[0][1]):function(r){return r===e||In(r,e,t)}}function Zn(e,t){return ba(e)&&Aa(t)?Ca(Fa(e),t):function(n){var i=Ms(n,e);return i===r&&i===t?Ns(n,e):Ln(t,i,3)}}function jn(e,t,n,i,a){e!==t&&yn(t,(function(o,s){if(a||(a=new Wr),es(o))!function(e,t,n,i,a,o,s){var u=$a(e,n),l=$a(t,n),c=s.get(l);if(c)return void Jr(e,n,c);var d=o?o(u,l,n+"",e,t,s):r,h=d===r;if(h){var f=Ho(l),p=!f&&Wo(l),m=!f&&!p&&ls(l);d=l,f||p||m?Ho(u)?d=u:Go(u)?d=Oi(u):p?(h=!1,d=Si(l,!0)):m?(h=!1,d=Ci(l,!0)):d=[]:is(l)||Bo(l)?(d=u,Bo(u)?d=gs(u):es(u)&&!Qo(u)||(d=_a(l))):h=!1}h&&(s.set(l,d),a(d,l,i,o,s),s.delete(l));Jr(e,n,d)}(e,t,s,n,jn,i,a);else{var u=i?i($a(e,s),o,s+"",e,t,a):r;u===r&&(u=o),Jr(e,s,u)}}),Ls)}function Bn(e,t){var n=e.length;if(n)return ya(t+=t<0?n:0,n)?e[t]:r}function Hn(e,t,r){t=t.length?It(t,(function(e){return Ho(e)?function(t){return Sn(t,1===e.length?e[0]:e)}:e})):[nu];var n=-1;t=It(t,Qt(ua()));var i=Un(e,(function(e,r,i){var a=It(t,(function(t){return t(e)}));return{criteria:a,index:++n,value:e}}));return function(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}(i,(function(e,t){return function(e,t,r){var n=-1,i=e.criteria,a=t.criteria,o=i.length,s=r.length;for(;++n<o;){var u=Mi(i[n],a[n]);if(u)return n>=s?u:u*("desc"==r[n]?-1:1)}return e.index-t.index}(e,t,r)}))}function Vn(e,t,r){for(var n=-1,i=t.length,a={};++n<i;){var o=t[n],s=Sn(e,o);r(s,o)&&Jn(a,Ei(o,e),s)}return a}function qn(e,t,r,n){var i=n?jt:Zt,a=-1,o=t.length,s=e;for(e===t&&(t=Oi(t)),r&&(s=It(e,Qt(r)));++a<o;)for(var u=0,l=t[a],c=r?r(l):l;(u=i(s,c,u,n))>-1;)s!==e&&Ye.call(s,u,1),Ye.call(e,u,1);return e}function Gn(e,t){for(var r=e?t.length:0,n=r-1;r--;){var i=t[r];if(r==n||i!==a){var a=i;ya(i)?Ye.call(e,i,1):di(e,i)}}return e}function Wn(e,t){return e+mt(vr()*(t-e+1))}function Yn(e,t){var r="";if(!e||t<1||t>h)return r;do{t%2&&(r+=e),(t=mt(t/2))&&(e+=e)}while(t);return r}function Kn(e,t){return Da(Ma(e,t,nu),e+"")}function Qn(e){return Kr(zs(e))}function Xn(e,t){var r=zs(e);return xa(r,sn(t,0,r.length))}function Jn(e,t,n,i){if(!es(e))return e;for(var a=-1,o=(t=Ei(t,e)).length,s=o-1,u=e;null!=u&&++a<o;){var l=Fa(t[a]),c=n;if("__proto__"===l||"constructor"===l||"prototype"===l)return e;if(a!=s){var d=u[l];(c=i?i(d,l,u):r)===r&&(c=es(d)?d:ya(t[a+1])?[]:{})}en(u,l,c),u=u[l]}return e}var ei=Or?function(e,t){return Or.set(e,t),e}:nu,ti=rt?function(e,t){return rt(e,"toString",{configurable:!0,enumerable:!1,value:eu(t),writable:!0})}:nu;function ri(e){return xa(zs(e))}function ni(e,t,r){var n=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(r=r>i?i:r)<0&&(r+=i),i=t>r?0:r-t>>>0,t>>>=0;for(var a=ae(i);++n<i;)a[n]=e[n+t];return a}function ii(e,t){var r;return hn(e,(function(e,n,i){return!(r=t(e,n,i))})),!!r}function ai(e,t,r){var n=0,i=null==e?n:e.length;if("number"==typeof t&&t==t&&i<=2147483647){for(;n<i;){var a=n+i>>>1,o=e[a];null!==o&&!us(o)&&(r?o<=t:o<t)?n=a+1:i=a}return i}return oi(e,t,nu,r)}function oi(e,t,n,i){var a=0,o=null==e?0:e.length;if(0===o)return 0;for(var s=(t=n(t))!=t,u=null===t,l=us(t),c=t===r;a<o;){var d=mt((a+o)/2),h=n(e[d]),f=h!==r,p=null===h,m=h==h,_=us(h);if(s)var g=i||m;else g=c?m&&(i||f):u?m&&f&&(i||!p):l?m&&f&&!p&&(i||!_):!p&&!_&&(i?h<=t:h<t);g?a=d+1:o=d}return yr(o,4294967294)}function si(e,t){for(var r=-1,n=e.length,i=0,a=[];++r<n;){var o=e[r],s=t?t(o):o;if(!r||!zo(s,u)){var u=s;a[i++]=0===o?0:o}}return a}function ui(e){return"number"==typeof e?e:us(e)?f:+e}function li(e){if("string"==typeof e)return e;if(Ho(e))return It(e,li)+"";if(us(e))return Pr?Pr.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ci(e,t,r){var n=-1,i=Dt,a=e.length,o=!0,s=[],u=s;if(r)o=!1,i=Lt;else if(a>=200){var l=t?null:Yi(e);if(l)return lr(l);o=!1,i=Jt,u=new Gr}else u=t?[]:s;e:for(;++n<a;){var c=e[n],d=t?t(c):c;if(c=r||0!==c?c:0,o&&d==d){for(var h=u.length;h--;)if(u[h]===d)continue e;t&&u.push(d),s.push(c)}else i(u,d,r)||(u!==s&&u.push(d),s.push(c))}return s}function di(e,t){return null==(e=Na(e,t=Ei(t,e)))||delete e[Fa(Ya(t))]}function hi(e,t,r,n){return Jn(e,t,r(Sn(e,t)),n)}function fi(e,t,r,n){for(var i=e.length,a=n?i:-1;(n?a--:++a<i)&&t(e[a],a,e););return r?ni(e,n?0:a,n?a+1:i):ni(e,n?a+1:0,n?i:a)}function pi(e,t){var r=e;return r instanceof Br&&(r=r.value()),Rt(t,(function(e,t){return t.func.apply(t.thisArg,xt([e],t.args))}),r)}function mi(e,t,r){var n=e.length;if(n<2)return n?ci(e[0]):[];for(var i=-1,a=ae(n);++i<n;)for(var o=e[i],s=-1;++s<n;)s!=i&&(a[i]=dn(a[i]||o,e[s],t,r));return ci(gn(a,1),t,r)}function _i(e,t,n){for(var i=-1,a=e.length,o=t.length,s={};++i<a;){var u=i<o?t[i]:r;n(s,e[i],u)}return s}function gi(e){return Go(e)?e:[]}function yi(e){return"function"==typeof e?e:nu}function Ei(e,t){return Ho(e)?e:ba(e,t)?[e]:Ra(ys(e))}var bi=Kn;function vi(e,t,n){var i=e.length;return n=n===r?i:n,!t&&n>=i?e:ni(e,t,n)}var Ti=ut||function(e){return ft.clearTimeout(e)};function Si(e,t){if(t)return e.slice();var r=e.length,n=Ve?Ve(r):new e.constructor(r);return e.copy(n),n}function Ai(e){var t=new e.constructor(e.byteLength);return new He(t).set(new He(e)),t}function Ci(e,t){var r=t?Ai(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function Mi(e,t){if(e!==t){var n=e!==r,i=null===e,a=e==e,o=us(e),s=t!==r,u=null===t,l=t==t,c=us(t);if(!u&&!c&&!o&&e>t||o&&s&&l&&!u&&!c||i&&s&&l||!n&&l||!a)return 1;if(!i&&!o&&!c&&e<t||c&&n&&a&&!i&&!o||u&&n&&a||!s&&a||!l)return-1}return 0}function Ni(e,t,r,n){for(var i=-1,a=e.length,o=r.length,s=-1,u=t.length,l=gr(a-o,0),c=ae(u+l),d=!n;++s<u;)c[s]=t[s];for(;++i<o;)(d||i<a)&&(c[r[i]]=e[i]);for(;l--;)c[s++]=e[i++];return c}function $i(e,t,r,n){for(var i=-1,a=e.length,o=-1,s=r.length,u=-1,l=t.length,c=gr(a-s,0),d=ae(c+l),h=!n;++i<c;)d[i]=e[i];for(var f=i;++u<l;)d[f+u]=t[u];for(;++o<s;)(h||i<a)&&(d[f+r[o]]=e[i++]);return d}function Oi(e,t){var r=-1,n=e.length;for(t||(t=ae(n));++r<n;)t[r]=e[r];return t}function wi(e,t,n,i){var a=!n;n||(n={});for(var o=-1,s=t.length;++o<s;){var u=t[o],l=i?i(n[u],e[u],u,n,e):r;l===r&&(l=e[u]),a?an(n,u,l):en(n,u,l)}return n}function Di(e,t){return function(r,n){var i=Ho(r)?Mt:rn,a=t?t():{};return i(r,e,ua(n,2),a)}}function Li(e){return Kn((function(t,n){var i=-1,a=n.length,o=a>1?n[a-1]:r,s=a>2?n[2]:r;for(o=e.length>3&&"function"==typeof o?(a--,o):r,s&&Ea(n[0],n[1],s)&&(o=a<3?r:o,a=1),t=Me(t);++i<a;){var u=n[i];u&&e(t,u,i,o)}return t}))}function Ii(e,t){return function(r,n){if(null==r)return r;if(!qo(r))return e(r,n);for(var i=r.length,a=t?i:-1,o=Me(r);(t?a--:++a<i)&&!1!==n(o[a],a,o););return r}}function xi(e){return function(t,r,n){for(var i=-1,a=Me(t),o=n(t),s=o.length;s--;){var u=o[e?s:++i];if(!1===r(a[u],u,a))break}return t}}function Ri(e){return function(t){var n=ar(t=ys(t))?hr(t):r,i=n?n[0]:t.charAt(0),a=n?vi(n,1).join(""):t.slice(1);return i[e]()+a}}function Fi(e){return function(t){return Rt(Qs(Bs(t).replace(Xe,"")),e,"")}}function ki(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=zr(e.prototype),n=e.apply(r,t);return es(n)?n:r}}function Pi(e){return function(t,n,i){var a=Me(t);if(!qo(t)){var o=ua(n,3);t=Ds(t),n=function(e){return o(a[e],e,a)}}var s=e(t,n,i);return s>-1?a[o?t[s]:s]:r}}function Ui(e){return ra((function(t){var i=t.length,a=i,o=jr.prototype.thru;for(e&&t.reverse();a--;){var s=t[a];if("function"!=typeof s)throw new Oe(n);if(o&&!u&&"wrapper"==oa(s))var u=new jr([],!0)}for(a=u?a:i;++a<i;){var l=oa(s=t[a]),c="wrapper"==l?aa(s):r;u=c&&va(c[0])&&424==c[1]&&!c[4].length&&1==c[9]?u[oa(c[0])].apply(u,c[3]):1==s.length&&va(s)?u[l]():u.thru(s)}return function(){var e=arguments,r=e[0];if(u&&1==e.length&&Ho(r))return u.plant(r).value();for(var n=0,a=i?t[n].apply(this,e):r;++n<i;)a=t[n].call(this,a);return a}}))}function zi(e,t,n,i,a,o,s,u,c,d){var h=t&l,f=1&t,p=2&t,m=24&t,_=512&t,g=p?r:ki(e);return function l(){for(var y=arguments.length,E=ae(y),b=y;b--;)E[b]=arguments[b];if(m)var v=sa(l),T=function(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}(E,v);if(i&&(E=Ni(E,i,a,m)),o&&(E=$i(E,o,s,m)),y-=T,m&&y<d){var S=ur(E,v);return Gi(e,t,zi,l.placeholder,n,E,S,u,c,d-y)}var A=f?n:this,C=p?A[e]:e;return y=E.length,u?E=function(e,t){var n=e.length,i=yr(t.length,n),a=Oi(e);for(;i--;){var o=t[i];e[i]=ya(o,n)?a[o]:r}return e}(E,u):_&&y>1&&E.reverse(),h&&c<y&&(E.length=c),this&&this!==ft&&this instanceof l&&(C=g||ki(C)),C.apply(A,E)}}function Zi(e,t){return function(r,n){return function(e,t,r,n){return bn(e,(function(e,i,a){t(n,r(e),i,a)})),n}(r,e,t(n),{})}}function ji(e,t){return function(n,i){var a;if(n===r&&i===r)return t;if(n!==r&&(a=n),i!==r){if(a===r)return i;"string"==typeof n||"string"==typeof i?(n=li(n),i=li(i)):(n=ui(n),i=ui(i)),a=e(n,i)}return a}}function Bi(e){return ra((function(t){return t=It(t,Qt(ua())),Kn((function(r){var n=this;return e(t,(function(e){return Ct(e,n,r)}))}))}))}function Hi(e,t){var n=(t=t===r?" ":li(t)).length;if(n<2)return n?Yn(t,e):t;var i=Yn(t,pt(e/dr(t)));return ar(t)?vi(hr(i),0,e).join(""):i.slice(0,e)}function Vi(e){return function(t,n,i){return i&&"number"!=typeof i&&Ea(t,n,i)&&(n=i=r),t=fs(t),n===r?(n=t,t=0):n=fs(n),function(e,t,r,n){for(var i=-1,a=gr(pt((t-e)/(r||1)),0),o=ae(a);a--;)o[n?a:++i]=e,e+=r;return o}(t,n,i=i===r?t<n?1:-1:fs(i),e)}}function qi(e){return function(t,r){return"string"==typeof t&&"string"==typeof r||(t=_s(t),r=_s(r)),e(t,r)}}function Gi(e,t,n,i,a,o,l,c,d,h){var f=8&t;t|=f?s:u,4&(t&=~(f?u:s))||(t&=-4);var p=[e,t,a,f?o:r,f?l:r,f?r:o,f?r:l,c,d,h],m=n.apply(r,p);return va(e)&&Oa(m,p),m.placeholder=i,La(m,e,t)}function Wi(e){var t=Ce[e];return function(e,r){if(e=_s(e),(r=null==r?0:yr(ps(r),292))&&Pt(e)){var n=(ys(e)+"e").split("e");return+((n=(ys(t(n[0]+"e"+(+n[1]+r)))+"e").split("e"))[0]+"e"+(+n[1]-r))}return t(e)}}var Yi=Mr&&1/lr(new Mr([,-0]))[1]==d?function(e){return new Mr(e)}:uu;function Ki(e){return function(t){var r=pa(t);return r==S?or(t):r==$?cr(t):function(e,t){return It(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Qi(e,t,i,d,h,f,p,m){var _=2&t;if(!_&&"function"!=typeof e)throw new Oe(n);var g=d?d.length:0;if(g||(t&=-97,d=h=r),p=p===r?p:gr(ps(p),0),m=m===r?m:ps(m),g-=h?h.length:0,t&u){var y=d,E=h;d=h=r}var b=_?r:aa(e),v=[e,t,i,d,h,y,E,f,p,m];if(b&&function(e,t){var r=e[1],n=t[1],i=r|n,o=i<131,s=n==l&&8==r||n==l&&r==c&&e[7].length<=t[8]||384==n&&t[7].length<=t[8]&&8==r;if(!o&&!s)return e;1&n&&(e[2]=t[2],i|=1&r?0:4);var u=t[3];if(u){var d=e[3];e[3]=d?Ni(d,u,t[4]):u,e[4]=d?ur(e[3],a):t[4]}(u=t[5])&&(d=e[5],e[5]=d?$i(d,u,t[6]):u,e[6]=d?ur(e[5],a):t[6]);(u=t[7])&&(e[7]=u);n&l&&(e[8]=null==e[8]?t[8]:yr(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=i}(v,b),e=v[0],t=v[1],i=v[2],d=v[3],h=v[4],!(m=v[9]=v[9]===r?_?0:e.length:gr(v[9]-g,0))&&24&t&&(t&=-25),t&&1!=t)T=8==t||t==o?function(e,t,n){var i=ki(e);return function a(){for(var o=arguments.length,s=ae(o),u=o,l=sa(a);u--;)s[u]=arguments[u];var c=o<3&&s[0]!==l&&s[o-1]!==l?[]:ur(s,l);return(o-=c.length)<n?Gi(e,t,zi,a.placeholder,r,s,c,r,r,n-o):Ct(this&&this!==ft&&this instanceof a?i:e,this,s)}}(e,t,m):t!=s&&33!=t||h.length?zi.apply(r,v):function(e,t,r,n){var i=1&t,a=ki(e);return function t(){for(var o=-1,s=arguments.length,u=-1,l=n.length,c=ae(l+s),d=this&&this!==ft&&this instanceof t?a:e;++u<l;)c[u]=n[u];for(;s--;)c[u++]=arguments[++o];return Ct(d,i?r:this,c)}}(e,t,i,d);else var T=function(e,t,r){var n=1&t,i=ki(e);return function t(){return(this&&this!==ft&&this instanceof t?i:e).apply(n?r:this,arguments)}}(e,t,i);return La((b?ei:Oa)(T,v),e,t)}function Xi(e,t,n,i){return e===r||zo(e,Le[n])&&!Re.call(i,n)?t:e}function Ji(e,t,n,i,a,o){return es(e)&&es(t)&&(o.set(t,e),jn(e,t,r,Ji,o),o.delete(t)),e}function ea(e){return is(e)?r:e}function ta(e,t,n,i,a,o){var s=1&n,u=e.length,l=t.length;if(u!=l&&!(s&&l>u))return!1;var c=o.get(e),d=o.get(t);if(c&&d)return c==t&&d==e;var h=-1,f=!0,p=2&n?new Gr:r;for(o.set(e,t),o.set(t,e);++h<u;){var m=e[h],_=t[h];if(i)var g=s?i(_,m,h,t,e,o):i(m,_,h,e,t,o);if(g!==r){if(g)continue;f=!1;break}if(p){if(!kt(t,(function(e,t){if(!Jt(p,t)&&(m===e||a(m,e,n,i,o)))return p.push(t)}))){f=!1;break}}else if(m!==_&&!a(m,_,n,i,o)){f=!1;break}}return o.delete(e),o.delete(t),f}function ra(e){return Da(Ma(e,r,Ha),e+"")}function na(e){return An(e,Ds,ha)}function ia(e){return An(e,Ls,fa)}var aa=Or?function(e){return Or.get(e)}:uu;function oa(e){for(var t=e.name+"",r=wr[t],n=Re.call(wr,t)?r.length:0;n--;){var i=r[n],a=i.func;if(null==a||a==e)return i.name}return t}function sa(e){return(Re.call(Ur,"placeholder")?Ur:e).placeholder}function ua(){var e=Ur.iteratee||iu;return e=e===iu?Rn:e,arguments.length?e(arguments[0],arguments[1]):e}function la(e,t){var r,n,i=e.__data__;return("string"==(n=typeof(r=t))||"number"==n||"symbol"==n||"boolean"==n?"__proto__"!==r:null===r)?i["string"==typeof t?"string":"hash"]:i.map}function ca(e){for(var t=Ds(e),r=t.length;r--;){var n=t[r],i=e[n];t[r]=[n,i,Aa(i)]}return t}function da(e,t){var n=function(e,t){return null==e?r:e[t]}(e,t);return xn(n)?n:r}var ha=gt?function(e){return null==e?[]:(e=Me(e),wt(gt(e),(function(t){return We.call(e,t)})))}:mu,fa=gt?function(e){for(var t=[];e;)xt(t,ha(e)),e=qe(e);return t}:mu,pa=Cn;function ma(e,t,r){for(var n=-1,i=(t=Ei(t,e)).length,a=!1;++n<i;){var o=Fa(t[n]);if(!(a=null!=e&&r(e,o)))break;e=e[o]}return a||++n!=i?a:!!(i=null==e?0:e.length)&&Jo(i)&&ya(o,i)&&(Ho(e)||Bo(e))}function _a(e){return"function"!=typeof e.constructor||Sa(e)?{}:zr(qe(e))}function ga(e){return Ho(e)||Bo(e)||!!(Ke&&e&&e[Ke])}function ya(e,t){var r=typeof e;return!!(t=null==t?h:t)&&("number"==r||"symbol"!=r&&ye.test(e))&&e>-1&&e%1==0&&e<t}function Ea(e,t,r){if(!es(r))return!1;var n=typeof t;return!!("number"==n?qo(r)&&ya(t,r.length):"string"==n&&t in r)&&zo(r[t],e)}function ba(e,t){if(Ho(e))return!1;var r=typeof e;return!("number"!=r&&"symbol"!=r&&"boolean"!=r&&null!=e&&!us(e))||(ee.test(e)||!J.test(e)||null!=t&&e in Me(t))}function va(e){var t=oa(e),r=Ur[t];if("function"!=typeof r||!(t in Br.prototype))return!1;if(e===r)return!0;var n=aa(r);return!!n&&e===n[0]}(Sr&&pa(new Sr(new ArrayBuffer(1)))!=I||Ar&&pa(new Ar)!=S||Cr&&pa(Cr.resolve())!=M||Mr&&pa(new Mr)!=$||Nr&&pa(new Nr)!=D)&&(pa=function(e){var t=Cn(e),n=t==C?e.constructor:r,i=n?ka(n):"";if(i)switch(i){case Dr:return I;case Lr:return S;case Ir:return M;case xr:return $;case Rr:return D}return t});var Ta=Ie?Qo:_u;function Sa(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||Le)}function Aa(e){return e==e&&!es(e)}function Ca(e,t){return function(n){return null!=n&&(n[e]===t&&(t!==r||e in Me(n)))}}function Ma(e,t,n){return t=gr(t===r?e.length-1:t,0),function(){for(var r=arguments,i=-1,a=gr(r.length-t,0),o=ae(a);++i<a;)o[i]=r[t+i];i=-1;for(var s=ae(t+1);++i<t;)s[i]=r[i];return s[t]=n(o),Ct(e,this,s)}}function Na(e,t){return t.length<2?e:Sn(e,ni(t,0,-1))}function $a(e,t){if(("constructor"!==t||"function"!=typeof e[t])&&"__proto__"!=t)return e[t]}var Oa=Ia(ei),wa=ht||function(e,t){return ft.setTimeout(e,t)},Da=Ia(ti);function La(e,t,r){var n=t+"";return Da(e,function(e,t){var r=t.length;if(!r)return e;var n=r-1;return t[n]=(r>1?"& ":"")+t[n],t=t.join(r>2?", ":" "),e.replace(oe,"{\n/* [wrapped with "+t+"] */\n")}(n,function(e,t){return Nt(m,(function(r){var n="_."+r[0];t&r[1]&&!Dt(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(se);return t?t[1].split(ue):[]}(n),r)))}function Ia(e){var t=0,n=0;return function(){var i=Er(),a=16-(i-n);if(n=i,a>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(r,arguments)}}function xa(e,t){var n=-1,i=e.length,a=i-1;for(t=t===r?i:t;++n<t;){var o=Wn(n,a),s=e[o];e[o]=e[n],e[n]=s}return e.length=t,e}var Ra=function(e){var t=xo(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(te,(function(e,r,n,i){t.push(n?i.replace(de,"$1"):r||e)})),t}));function Fa(e){if("string"==typeof e||us(e))return e;var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}function ka(e){if(null!=e){try{return xe.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Pa(e){if(e instanceof Br)return e.clone();var t=new jr(e.__wrapped__,e.__chain__);return t.__actions__=Oi(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Ua=Kn((function(e,t){return Go(e)?dn(e,gn(t,1,Go,!0)):[]})),za=Kn((function(e,t){var n=Ya(t);return Go(n)&&(n=r),Go(e)?dn(e,gn(t,1,Go,!0),ua(n,2)):[]})),Za=Kn((function(e,t){var n=Ya(t);return Go(n)&&(n=r),Go(e)?dn(e,gn(t,1,Go,!0),r,n):[]}));function ja(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var i=null==r?0:ps(r);return i<0&&(i=gr(n+i,0)),zt(e,ua(t,3),i)}function Ba(e,t,n){var i=null==e?0:e.length;if(!i)return-1;var a=i-1;return n!==r&&(a=ps(n),a=n<0?gr(i+a,0):yr(a,i-1)),zt(e,ua(t,3),a,!0)}function Ha(e){return(null==e?0:e.length)?gn(e,1):[]}function Va(e){return e&&e.length?e[0]:r}var qa=Kn((function(e){var t=It(e,gi);return t.length&&t[0]===e[0]?On(t):[]})),Ga=Kn((function(e){var t=Ya(e),n=It(e,gi);return t===Ya(n)?t=r:n.pop(),n.length&&n[0]===e[0]?On(n,ua(t,2)):[]})),Wa=Kn((function(e){var t=Ya(e),n=It(e,gi);return(t="function"==typeof t?t:r)&&n.pop(),n.length&&n[0]===e[0]?On(n,r,t):[]}));function Ya(e){var t=null==e?0:e.length;return t?e[t-1]:r}var Ka=Kn(Qa);function Qa(e,t){return e&&e.length&&t&&t.length?qn(e,t):e}var Xa=ra((function(e,t){var r=null==e?0:e.length,n=on(e,t);return Gn(e,It(t,(function(e){return ya(e,r)?+e:e})).sort(Mi)),n}));function Ja(e){return null==e?e:Tr.call(e)}var eo=Kn((function(e){return ci(gn(e,1,Go,!0))})),to=Kn((function(e){var t=Ya(e);return Go(t)&&(t=r),ci(gn(e,1,Go,!0),ua(t,2))})),ro=Kn((function(e){var t=Ya(e);return t="function"==typeof t?t:r,ci(gn(e,1,Go,!0),r,t)}));function no(e){if(!e||!e.length)return[];var t=0;return e=wt(e,(function(e){if(Go(e))return t=gr(e.length,t),!0})),Yt(t,(function(t){return It(e,Vt(t))}))}function io(e,t){if(!e||!e.length)return[];var n=no(e);return null==t?n:It(n,(function(e){return Ct(t,r,e)}))}var ao=Kn((function(e,t){return Go(e)?dn(e,t):[]})),oo=Kn((function(e){return mi(wt(e,Go))})),so=Kn((function(e){var t=Ya(e);return Go(t)&&(t=r),mi(wt(e,Go),ua(t,2))})),uo=Kn((function(e){var t=Ya(e);return t="function"==typeof t?t:r,mi(wt(e,Go),r,t)})),lo=Kn(no);var co=Kn((function(e){var t=e.length,n=t>1?e[t-1]:r;return n="function"==typeof n?(e.pop(),n):r,io(e,n)}));function ho(e){var t=Ur(e);return t.__chain__=!0,t}function fo(e,t){return t(e)}var po=ra((function(e){var t=e.length,n=t?e[0]:0,i=this.__wrapped__,a=function(t){return on(t,e)};return!(t>1||this.__actions__.length)&&i instanceof Br&&ya(n)?((i=i.slice(n,+n+(t?1:0))).__actions__.push({func:fo,args:[a],thisArg:r}),new jr(i,this.__chain__).thru((function(e){return t&&!e.length&&e.push(r),e}))):this.thru(a)}));var mo=Di((function(e,t,r){Re.call(e,r)?++e[r]:an(e,r,1)}));var _o=Pi(ja),go=Pi(Ba);function yo(e,t){return(Ho(e)?Nt:hn)(e,ua(t,3))}function Eo(e,t){return(Ho(e)?$t:fn)(e,ua(t,3))}var bo=Di((function(e,t,r){Re.call(e,r)?e[r].push(t):an(e,r,[t])}));var vo=Kn((function(e,t,r){var n=-1,i="function"==typeof t,a=qo(e)?ae(e.length):[];return hn(e,(function(e){a[++n]=i?Ct(t,e,r):wn(e,t,r)})),a})),To=Di((function(e,t,r){an(e,r,t)}));function So(e,t){return(Ho(e)?It:Un)(e,ua(t,3))}var Ao=Di((function(e,t,r){e[r?0:1].push(t)}),(function(){return[[],[]]}));var Co=Kn((function(e,t){if(null==e)return[];var r=t.length;return r>1&&Ea(e,t[0],t[1])?t=[]:r>2&&Ea(t[0],t[1],t[2])&&(t=[t[0]]),Hn(e,gn(t,1),[])})),Mo=dt||function(){return ft.Date.now()};function No(e,t,n){return t=n?r:t,t=e&&null==t?e.length:t,Qi(e,l,r,r,r,r,t)}function $o(e,t){var i;if("function"!=typeof t)throw new Oe(n);return e=ps(e),function(){return--e>0&&(i=t.apply(this,arguments)),e<=1&&(t=r),i}}var Oo=Kn((function(e,t,r){var n=1;if(r.length){var i=ur(r,sa(Oo));n|=s}return Qi(e,n,t,r,i)})),wo=Kn((function(e,t,r){var n=3;if(r.length){var i=ur(r,sa(wo));n|=s}return Qi(t,n,e,r,i)}));function Do(e,t,i){var a,o,s,u,l,c,d=0,h=!1,f=!1,p=!0;if("function"!=typeof e)throw new Oe(n);function m(t){var n=a,i=o;return a=o=r,d=t,u=e.apply(i,n)}function _(e){var n=e-c;return c===r||n>=t||n<0||f&&e-d>=s}function g(){var e=Mo();if(_(e))return y(e);l=wa(g,function(e){var r=t-(e-c);return f?yr(r,s-(e-d)):r}(e))}function y(e){return l=r,p&&a?m(e):(a=o=r,u)}function E(){var e=Mo(),n=_(e);if(a=arguments,o=this,c=e,n){if(l===r)return function(e){return d=e,l=wa(g,t),h?m(e):u}(c);if(f)return Ti(l),l=wa(g,t),m(c)}return l===r&&(l=wa(g,t)),u}return t=_s(t)||0,es(i)&&(h=!!i.leading,s=(f="maxWait"in i)?gr(_s(i.maxWait)||0,t):s,p="trailing"in i?!!i.trailing:p),E.cancel=function(){l!==r&&Ti(l),d=0,a=c=o=l=r},E.flush=function(){return l===r?u:y(Mo())},E}var Lo=Kn((function(e,t){return cn(e,1,t)})),Io=Kn((function(e,t,r){return cn(e,_s(t)||0,r)}));function xo(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new Oe(n);var r=function(){var n=arguments,i=t?t.apply(this,n):n[0],a=r.cache;if(a.has(i))return a.get(i);var o=e.apply(this,n);return r.cache=a.set(i,o)||a,o};return r.cache=new(xo.Cache||qr),r}function Ro(e){if("function"!=typeof e)throw new Oe(n);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}xo.Cache=qr;var Fo=bi((function(e,t){var r=(t=1==t.length&&Ho(t[0])?It(t[0],Qt(ua())):It(gn(t,1),Qt(ua()))).length;return Kn((function(n){for(var i=-1,a=yr(n.length,r);++i<a;)n[i]=t[i].call(this,n[i]);return Ct(e,this,n)}))})),ko=Kn((function(e,t){var n=ur(t,sa(ko));return Qi(e,s,r,t,n)})),Po=Kn((function(e,t){var n=ur(t,sa(Po));return Qi(e,u,r,t,n)})),Uo=ra((function(e,t){return Qi(e,c,r,r,r,t)}));function zo(e,t){return e===t||e!=e&&t!=t}var Zo=qi(Mn),jo=qi((function(e,t){return e>=t})),Bo=Dn(function(){return arguments}())?Dn:function(e){return ts(e)&&Re.call(e,"callee")&&!We.call(e,"callee")},Ho=ae.isArray,Vo=Et?Qt(Et):function(e){return ts(e)&&Cn(e)==L};function qo(e){return null!=e&&Jo(e.length)&&!Qo(e)}function Go(e){return ts(e)&&qo(e)}var Wo=yt||_u,Yo=bt?Qt(bt):function(e){return ts(e)&&Cn(e)==E};function Ko(e){if(!ts(e))return!1;var t=Cn(e);return t==b||"[object DOMException]"==t||"string"==typeof e.message&&"string"==typeof e.name&&!is(e)}function Qo(e){if(!es(e))return!1;var t=Cn(e);return t==v||t==T||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Xo(e){return"number"==typeof e&&e==ps(e)}function Jo(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=h}function es(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function ts(e){return null!=e&&"object"==typeof e}var rs=vt?Qt(vt):function(e){return ts(e)&&pa(e)==S};function ns(e){return"number"==typeof e||ts(e)&&Cn(e)==A}function is(e){if(!ts(e)||Cn(e)!=C)return!1;var t=qe(e);if(null===t)return!0;var r=Re.call(t,"constructor")&&t.constructor;return"function"==typeof r&&r instanceof r&&xe.call(r)==Ue}var as=Tt?Qt(Tt):function(e){return ts(e)&&Cn(e)==N};var os=St?Qt(St):function(e){return ts(e)&&pa(e)==$};function ss(e){return"string"==typeof e||!Ho(e)&&ts(e)&&Cn(e)==O}function us(e){return"symbol"==typeof e||ts(e)&&Cn(e)==w}var ls=At?Qt(At):function(e){return ts(e)&&Jo(e.length)&&!!ot[Cn(e)]};var cs=qi(Pn),ds=qi((function(e,t){return e<=t}));function hs(e){if(!e)return[];if(qo(e))return ss(e)?hr(e):Oi(e);if(Qe&&e[Qe])return function(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}(e[Qe]());var t=pa(e);return(t==S?or:t==$?lr:zs)(e)}function fs(e){return e?(e=_s(e))===d||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function ps(e){var t=fs(e),r=t%1;return t==t?r?t-r:t:0}function ms(e){return e?sn(ps(e),0,p):0}function _s(e){if("number"==typeof e)return e;if(us(e))return f;if(es(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=es(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=Kt(e);var r=me.test(e);return r||ge.test(e)?ct(e.slice(2),r?2:8):pe.test(e)?f:+e}function gs(e){return wi(e,Ls(e))}function ys(e){return null==e?"":li(e)}var Es=Li((function(e,t){if(Sa(t)||qo(t))wi(t,Ds(t),e);else for(var r in t)Re.call(t,r)&&en(e,r,t[r])})),bs=Li((function(e,t){wi(t,Ls(t),e)})),vs=Li((function(e,t,r,n){wi(t,Ls(t),e,n)})),Ts=Li((function(e,t,r,n){wi(t,Ds(t),e,n)})),Ss=ra(on);var As=Kn((function(e,t){e=Me(e);var n=-1,i=t.length,a=i>2?t[2]:r;for(a&&Ea(t[0],t[1],a)&&(i=1);++n<i;)for(var o=t[n],s=Ls(o),u=-1,l=s.length;++u<l;){var c=s[u],d=e[c];(d===r||zo(d,Le[c])&&!Re.call(e,c))&&(e[c]=o[c])}return e})),Cs=Kn((function(e){return e.push(r,Ji),Ct(xs,r,e)}));function Ms(e,t,n){var i=null==e?r:Sn(e,t);return i===r?n:i}function Ns(e,t){return null!=e&&ma(e,t,$n)}var $s=Zi((function(e,t,r){null!=t&&"function"!=typeof t.toString&&(t=Pe.call(t)),e[t]=r}),eu(nu)),Os=Zi((function(e,t,r){null!=t&&"function"!=typeof t.toString&&(t=Pe.call(t)),Re.call(e,t)?e[t].push(r):e[t]=[r]}),ua),ws=Kn(wn);function Ds(e){return qo(e)?Yr(e):Fn(e)}function Ls(e){return qo(e)?Yr(e,!0):kn(e)}var Is=Li((function(e,t,r){jn(e,t,r)})),xs=Li((function(e,t,r,n){jn(e,t,r,n)})),Rs=ra((function(e,t){var r={};if(null==e)return r;var n=!1;t=It(t,(function(t){return t=Ei(t,e),n||(n=t.length>1),t})),wi(e,ia(e),r),n&&(r=un(r,7,ea));for(var i=t.length;i--;)di(r,t[i]);return r}));var Fs=ra((function(e,t){return null==e?{}:function(e,t){return Vn(e,t,(function(t,r){return Ns(e,r)}))}(e,t)}));function ks(e,t){if(null==e)return{};var r=It(ia(e),(function(e){return[e]}));return t=ua(t),Vn(e,r,(function(e,r){return t(e,r[0])}))}var Ps=Ki(Ds),Us=Ki(Ls);function zs(e){return null==e?[]:Xt(e,Ds(e))}var Zs=Fi((function(e,t,r){return t=t.toLowerCase(),e+(r?js(t):t)}));function js(e){return Ks(ys(e).toLowerCase())}function Bs(e){return(e=ys(e))&&e.replace(Ee,rr).replace(Je,"")}var Hs=Fi((function(e,t,r){return e+(r?"-":"")+t.toLowerCase()})),Vs=Fi((function(e,t,r){return e+(r?" ":"")+t.toLowerCase()})),qs=Ri("toLowerCase");var Gs=Fi((function(e,t,r){return e+(r?"_":"")+t.toLowerCase()}));var Ws=Fi((function(e,t,r){return e+(r?" ":"")+Ks(t)}));var Ys=Fi((function(e,t,r){return e+(r?" ":"")+t.toUpperCase()})),Ks=Ri("toUpperCase");function Qs(e,t,n){return e=ys(e),(t=n?r:t)===r?function(e){return nt.test(e)}(e)?function(e){return e.match(tt)||[]}(e):function(e){return e.match(le)||[]}(e):e.match(t)||[]}var Xs=Kn((function(e,t){try{return Ct(e,r,t)}catch(e){return Ko(e)?e:new Se(e)}})),Js=ra((function(e,t){return Nt(t,(function(t){t=Fa(t),an(e,t,Oo(e[t],e))})),e}));function eu(e){return function(){return e}}var tu=Ui(),ru=Ui(!0);function nu(e){return e}function iu(e){return Rn("function"==typeof e?e:un(e,1))}var au=Kn((function(e,t){return function(r){return wn(r,e,t)}})),ou=Kn((function(e,t){return function(r){return wn(e,r,t)}}));function su(e,t,r){var n=Ds(t),i=Tn(t,n);null!=r||es(t)&&(i.length||!n.length)||(r=t,t=e,e=this,i=Tn(t,Ds(t)));var a=!(es(r)&&"chain"in r&&!r.chain),o=Qo(e);return Nt(i,(function(r){var n=t[r];e[r]=n,o&&(e.prototype[r]=function(){var t=this.__chain__;if(a||t){var r=e(this.__wrapped__);return(r.__actions__=Oi(this.__actions__)).push({func:n,args:arguments,thisArg:e}),r.__chain__=t,r}return n.apply(e,xt([this.value()],arguments))})})),e}function uu(){}var lu=Bi(It),cu=Bi(Ot),du=Bi(kt);function hu(e){return ba(e)?Vt(Fa(e)):function(e){return function(t){return Sn(t,e)}}(e)}var fu=Vi(),pu=Vi(!0);function mu(){return[]}function _u(){return!1}var gu=ji((function(e,t){return e+t}),0),yu=Wi("ceil"),Eu=ji((function(e,t){return e/t}),1),bu=Wi("floor");var vu,Tu=ji((function(e,t){return e*t}),1),Su=Wi("round"),Au=ji((function(e,t){return e-t}),0);return Ur.after=function(e,t){if("function"!=typeof t)throw new Oe(n);return e=ps(e),function(){if(--e<1)return t.apply(this,arguments)}},Ur.ary=No,Ur.assign=Es,Ur.assignIn=bs,Ur.assignInWith=vs,Ur.assignWith=Ts,Ur.at=Ss,Ur.before=$o,Ur.bind=Oo,Ur.bindAll=Js,Ur.bindKey=wo,Ur.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Ho(e)?e:[e]},Ur.chain=ho,Ur.chunk=function(e,t,n){t=(n?Ea(e,t,n):t===r)?1:gr(ps(t),0);var i=null==e?0:e.length;if(!i||t<1)return[];for(var a=0,o=0,s=ae(pt(i/t));a<i;)s[o++]=ni(e,a,a+=t);return s},Ur.compact=function(e){for(var t=-1,r=null==e?0:e.length,n=0,i=[];++t<r;){var a=e[t];a&&(i[n++]=a)}return i},Ur.concat=function(){var e=arguments.length;if(!e)return[];for(var t=ae(e-1),r=arguments[0],n=e;n--;)t[n-1]=arguments[n];return xt(Ho(r)?Oi(r):[r],gn(t,1))},Ur.cond=function(e){var t=null==e?0:e.length,r=ua();return e=t?It(e,(function(e){if("function"!=typeof e[1])throw new Oe(n);return[r(e[0]),e[1]]})):[],Kn((function(r){for(var n=-1;++n<t;){var i=e[n];if(Ct(i[0],this,r))return Ct(i[1],this,r)}}))},Ur.conforms=function(e){return function(e){var t=Ds(e);return function(r){return ln(r,e,t)}}(un(e,1))},Ur.constant=eu,Ur.countBy=mo,Ur.create=function(e,t){var r=zr(e);return null==t?r:nn(r,t)},Ur.curry=function e(t,n,i){var a=Qi(t,8,r,r,r,r,r,n=i?r:n);return a.placeholder=e.placeholder,a},Ur.curryRight=function e(t,n,i){var a=Qi(t,o,r,r,r,r,r,n=i?r:n);return a.placeholder=e.placeholder,a},Ur.debounce=Do,Ur.defaults=As,Ur.defaultsDeep=Cs,Ur.defer=Lo,Ur.delay=Io,Ur.difference=Ua,Ur.differenceBy=za,Ur.differenceWith=Za,Ur.drop=function(e,t,n){var i=null==e?0:e.length;return i?ni(e,(t=n||t===r?1:ps(t))<0?0:t,i):[]},Ur.dropRight=function(e,t,n){var i=null==e?0:e.length;return i?ni(e,0,(t=i-(t=n||t===r?1:ps(t)))<0?0:t):[]},Ur.dropRightWhile=function(e,t){return e&&e.length?fi(e,ua(t,3),!0,!0):[]},Ur.dropWhile=function(e,t){return e&&e.length?fi(e,ua(t,3),!0):[]},Ur.fill=function(e,t,n,i){var a=null==e?0:e.length;return a?(n&&"number"!=typeof n&&Ea(e,t,n)&&(n=0,i=a),function(e,t,n,i){var a=e.length;for((n=ps(n))<0&&(n=-n>a?0:a+n),(i=i===r||i>a?a:ps(i))<0&&(i+=a),i=n>i?0:ms(i);n<i;)e[n++]=t;return e}(e,t,n,i)):[]},Ur.filter=function(e,t){return(Ho(e)?wt:_n)(e,ua(t,3))},Ur.flatMap=function(e,t){return gn(So(e,t),1)},Ur.flatMapDeep=function(e,t){return gn(So(e,t),d)},Ur.flatMapDepth=function(e,t,n){return n=n===r?1:ps(n),gn(So(e,t),n)},Ur.flatten=Ha,Ur.flattenDeep=function(e){return(null==e?0:e.length)?gn(e,d):[]},Ur.flattenDepth=function(e,t){return(null==e?0:e.length)?gn(e,t=t===r?1:ps(t)):[]},Ur.flip=function(e){return Qi(e,512)},Ur.flow=tu,Ur.flowRight=ru,Ur.fromPairs=function(e){for(var t=-1,r=null==e?0:e.length,n={};++t<r;){var i=e[t];n[i[0]]=i[1]}return n},Ur.functions=function(e){return null==e?[]:Tn(e,Ds(e))},Ur.functionsIn=function(e){return null==e?[]:Tn(e,Ls(e))},Ur.groupBy=bo,Ur.initial=function(e){return(null==e?0:e.length)?ni(e,0,-1):[]},Ur.intersection=qa,Ur.intersectionBy=Ga,Ur.intersectionWith=Wa,Ur.invert=$s,Ur.invertBy=Os,Ur.invokeMap=vo,Ur.iteratee=iu,Ur.keyBy=To,Ur.keys=Ds,Ur.keysIn=Ls,Ur.map=So,Ur.mapKeys=function(e,t){var r={};return t=ua(t,3),bn(e,(function(e,n,i){an(r,t(e,n,i),e)})),r},Ur.mapValues=function(e,t){var r={};return t=ua(t,3),bn(e,(function(e,n,i){an(r,n,t(e,n,i))})),r},Ur.matches=function(e){return zn(un(e,1))},Ur.matchesProperty=function(e,t){return Zn(e,un(t,1))},Ur.memoize=xo,Ur.merge=Is,Ur.mergeWith=xs,Ur.method=au,Ur.methodOf=ou,Ur.mixin=su,Ur.negate=Ro,Ur.nthArg=function(e){return e=ps(e),Kn((function(t){return Bn(t,e)}))},Ur.omit=Rs,Ur.omitBy=function(e,t){return ks(e,Ro(ua(t)))},Ur.once=function(e){return $o(2,e)},Ur.orderBy=function(e,t,n,i){return null==e?[]:(Ho(t)||(t=null==t?[]:[t]),Ho(n=i?r:n)||(n=null==n?[]:[n]),Hn(e,t,n))},Ur.over=lu,Ur.overArgs=Fo,Ur.overEvery=cu,Ur.overSome=du,Ur.partial=ko,Ur.partialRight=Po,Ur.partition=Ao,Ur.pick=Fs,Ur.pickBy=ks,Ur.property=hu,Ur.propertyOf=function(e){return function(t){return null==e?r:Sn(e,t)}},Ur.pull=Ka,Ur.pullAll=Qa,Ur.pullAllBy=function(e,t,r){return e&&e.length&&t&&t.length?qn(e,t,ua(r,2)):e},Ur.pullAllWith=function(e,t,n){return e&&e.length&&t&&t.length?qn(e,t,r,n):e},Ur.pullAt=Xa,Ur.range=fu,Ur.rangeRight=pu,Ur.rearg=Uo,Ur.reject=function(e,t){return(Ho(e)?wt:_n)(e,Ro(ua(t,3)))},Ur.remove=function(e,t){var r=[];if(!e||!e.length)return r;var n=-1,i=[],a=e.length;for(t=ua(t,3);++n<a;){var o=e[n];t(o,n,e)&&(r.push(o),i.push(n))}return Gn(e,i),r},Ur.rest=function(e,t){if("function"!=typeof e)throw new Oe(n);return Kn(e,t=t===r?t:ps(t))},Ur.reverse=Ja,Ur.sampleSize=function(e,t,n){return t=(n?Ea(e,t,n):t===r)?1:ps(t),(Ho(e)?Qr:Xn)(e,t)},Ur.set=function(e,t,r){return null==e?e:Jn(e,t,r)},Ur.setWith=function(e,t,n,i){return i="function"==typeof i?i:r,null==e?e:Jn(e,t,n,i)},Ur.shuffle=function(e){return(Ho(e)?Xr:ri)(e)},Ur.slice=function(e,t,n){var i=null==e?0:e.length;return i?(n&&"number"!=typeof n&&Ea(e,t,n)?(t=0,n=i):(t=null==t?0:ps(t),n=n===r?i:ps(n)),ni(e,t,n)):[]},Ur.sortBy=Co,Ur.sortedUniq=function(e){return e&&e.length?si(e):[]},Ur.sortedUniqBy=function(e,t){return e&&e.length?si(e,ua(t,2)):[]},Ur.split=function(e,t,n){return n&&"number"!=typeof n&&Ea(e,t,n)&&(t=n=r),(n=n===r?p:n>>>0)?(e=ys(e))&&("string"==typeof t||null!=t&&!as(t))&&!(t=li(t))&&ar(e)?vi(hr(e),0,n):e.split(t,n):[]},Ur.spread=function(e,t){if("function"!=typeof e)throw new Oe(n);return t=null==t?0:gr(ps(t),0),Kn((function(r){var n=r[t],i=vi(r,0,t);return n&&xt(i,n),Ct(e,this,i)}))},Ur.tail=function(e){var t=null==e?0:e.length;return t?ni(e,1,t):[]},Ur.take=function(e,t,n){return e&&e.length?ni(e,0,(t=n||t===r?1:ps(t))<0?0:t):[]},Ur.takeRight=function(e,t,n){var i=null==e?0:e.length;return i?ni(e,(t=i-(t=n||t===r?1:ps(t)))<0?0:t,i):[]},Ur.takeRightWhile=function(e,t){return e&&e.length?fi(e,ua(t,3),!1,!0):[]},Ur.takeWhile=function(e,t){return e&&e.length?fi(e,ua(t,3)):[]},Ur.tap=function(e,t){return t(e),e},Ur.throttle=function(e,t,r){var i=!0,a=!0;if("function"!=typeof e)throw new Oe(n);return es(r)&&(i="leading"in r?!!r.leading:i,a="trailing"in r?!!r.trailing:a),Do(e,t,{leading:i,maxWait:t,trailing:a})},Ur.thru=fo,Ur.toArray=hs,Ur.toPairs=Ps,Ur.toPairsIn=Us,Ur.toPath=function(e){return Ho(e)?It(e,Fa):us(e)?[e]:Oi(Ra(ys(e)))},Ur.toPlainObject=gs,Ur.transform=function(e,t,r){var n=Ho(e),i=n||Wo(e)||ls(e);if(t=ua(t,4),null==r){var a=e&&e.constructor;r=i?n?new a:[]:es(e)&&Qo(a)?zr(qe(e)):{}}return(i?Nt:bn)(e,(function(e,n,i){return t(r,e,n,i)})),r},Ur.unary=function(e){return No(e,1)},Ur.union=eo,Ur.unionBy=to,Ur.unionWith=ro,Ur.uniq=function(e){return e&&e.length?ci(e):[]},Ur.uniqBy=function(e,t){return e&&e.length?ci(e,ua(t,2)):[]},Ur.uniqWith=function(e,t){return t="function"==typeof t?t:r,e&&e.length?ci(e,r,t):[]},Ur.unset=function(e,t){return null==e||di(e,t)},Ur.unzip=no,Ur.unzipWith=io,Ur.update=function(e,t,r){return null==e?e:hi(e,t,yi(r))},Ur.updateWith=function(e,t,n,i){return i="function"==typeof i?i:r,null==e?e:hi(e,t,yi(n),i)},Ur.values=zs,Ur.valuesIn=function(e){return null==e?[]:Xt(e,Ls(e))},Ur.without=ao,Ur.words=Qs,Ur.wrap=function(e,t){return ko(yi(t),e)},Ur.xor=oo,Ur.xorBy=so,Ur.xorWith=uo,Ur.zip=lo,Ur.zipObject=function(e,t){return _i(e||[],t||[],en)},Ur.zipObjectDeep=function(e,t){return _i(e||[],t||[],Jn)},Ur.zipWith=co,Ur.entries=Ps,Ur.entriesIn=Us,Ur.extend=bs,Ur.extendWith=vs,su(Ur,Ur),Ur.add=gu,Ur.attempt=Xs,Ur.camelCase=Zs,Ur.capitalize=js,Ur.ceil=yu,Ur.clamp=function(e,t,n){return n===r&&(n=t,t=r),n!==r&&(n=(n=_s(n))==n?n:0),t!==r&&(t=(t=_s(t))==t?t:0),sn(_s(e),t,n)},Ur.clone=function(e){return un(e,4)},Ur.cloneDeep=function(e){return un(e,5)},Ur.cloneDeepWith=function(e,t){return un(e,5,t="function"==typeof t?t:r)},Ur.cloneWith=function(e,t){return un(e,4,t="function"==typeof t?t:r)},Ur.conformsTo=function(e,t){return null==t||ln(e,t,Ds(t))},Ur.deburr=Bs,Ur.defaultTo=function(e,t){return null==e||e!=e?t:e},Ur.divide=Eu,Ur.endsWith=function(e,t,n){e=ys(e),t=li(t);var i=e.length,a=n=n===r?i:sn(ps(n),0,i);return(n-=t.length)>=0&&e.slice(n,a)==t},Ur.eq=zo,Ur.escape=function(e){return(e=ys(e))&&Y.test(e)?e.replace(G,nr):e},Ur.escapeRegExp=function(e){return(e=ys(e))&&ne.test(e)?e.replace(re,"\\$&"):e},Ur.every=function(e,t,n){var i=Ho(e)?Ot:pn;return n&&Ea(e,t,n)&&(t=r),i(e,ua(t,3))},Ur.find=_o,Ur.findIndex=ja,Ur.findKey=function(e,t){return Ut(e,ua(t,3),bn)},Ur.findLast=go,Ur.findLastIndex=Ba,Ur.findLastKey=function(e,t){return Ut(e,ua(t,3),vn)},Ur.floor=bu,Ur.forEach=yo,Ur.forEachRight=Eo,Ur.forIn=function(e,t){return null==e?e:yn(e,ua(t,3),Ls)},Ur.forInRight=function(e,t){return null==e?e:En(e,ua(t,3),Ls)},Ur.forOwn=function(e,t){return e&&bn(e,ua(t,3))},Ur.forOwnRight=function(e,t){return e&&vn(e,ua(t,3))},Ur.get=Ms,Ur.gt=Zo,Ur.gte=jo,Ur.has=function(e,t){return null!=e&&ma(e,t,Nn)},Ur.hasIn=Ns,Ur.head=Va,Ur.identity=nu,Ur.includes=function(e,t,r,n){e=qo(e)?e:zs(e),r=r&&!n?ps(r):0;var i=e.length;return r<0&&(r=gr(i+r,0)),ss(e)?r<=i&&e.indexOf(t,r)>-1:!!i&&Zt(e,t,r)>-1},Ur.indexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var i=null==r?0:ps(r);return i<0&&(i=gr(n+i,0)),Zt(e,t,i)},Ur.inRange=function(e,t,n){return t=fs(t),n===r?(n=t,t=0):n=fs(n),function(e,t,r){return e>=yr(t,r)&&e<gr(t,r)}(e=_s(e),t,n)},Ur.invoke=ws,Ur.isArguments=Bo,Ur.isArray=Ho,Ur.isArrayBuffer=Vo,Ur.isArrayLike=qo,Ur.isArrayLikeObject=Go,Ur.isBoolean=function(e){return!0===e||!1===e||ts(e)&&Cn(e)==y},Ur.isBuffer=Wo,Ur.isDate=Yo,Ur.isElement=function(e){return ts(e)&&1===e.nodeType&&!is(e)},Ur.isEmpty=function(e){if(null==e)return!0;if(qo(e)&&(Ho(e)||"string"==typeof e||"function"==typeof e.splice||Wo(e)||ls(e)||Bo(e)))return!e.length;var t=pa(e);if(t==S||t==$)return!e.size;if(Sa(e))return!Fn(e).length;for(var r in e)if(Re.call(e,r))return!1;return!0},Ur.isEqual=function(e,t){return Ln(e,t)},Ur.isEqualWith=function(e,t,n){var i=(n="function"==typeof n?n:r)?n(e,t):r;return i===r?Ln(e,t,r,n):!!i},Ur.isError=Ko,Ur.isFinite=function(e){return"number"==typeof e&&Pt(e)},Ur.isFunction=Qo,Ur.isInteger=Xo,Ur.isLength=Jo,Ur.isMap=rs,Ur.isMatch=function(e,t){return e===t||In(e,t,ca(t))},Ur.isMatchWith=function(e,t,n){return n="function"==typeof n?n:r,In(e,t,ca(t),n)},Ur.isNaN=function(e){return ns(e)&&e!=+e},Ur.isNative=function(e){if(Ta(e))throw new Se("Unsupported core-js use. Try https://npms.io/search?q=ponyfill.");return xn(e)},Ur.isNil=function(e){return null==e},Ur.isNull=function(e){return null===e},Ur.isNumber=ns,Ur.isObject=es,Ur.isObjectLike=ts,Ur.isPlainObject=is,Ur.isRegExp=as,Ur.isSafeInteger=function(e){return Xo(e)&&e>=-9007199254740991&&e<=h},Ur.isSet=os,Ur.isString=ss,Ur.isSymbol=us,Ur.isTypedArray=ls,Ur.isUndefined=function(e){return e===r},Ur.isWeakMap=function(e){return ts(e)&&pa(e)==D},Ur.isWeakSet=function(e){return ts(e)&&"[object WeakSet]"==Cn(e)},Ur.join=function(e,t){return null==e?"":qt.call(e,t)},Ur.kebabCase=Hs,Ur.last=Ya,Ur.lastIndexOf=function(e,t,n){var i=null==e?0:e.length;if(!i)return-1;var a=i;return n!==r&&(a=(a=ps(n))<0?gr(i+a,0):yr(a,i-1)),t==t?function(e,t,r){for(var n=r+1;n--;)if(e[n]===t)return n;return n}(e,t,a):zt(e,Bt,a,!0)},Ur.lowerCase=Vs,Ur.lowerFirst=qs,Ur.lt=cs,Ur.lte=ds,Ur.max=function(e){return e&&e.length?mn(e,nu,Mn):r},Ur.maxBy=function(e,t){return e&&e.length?mn(e,ua(t,2),Mn):r},Ur.mean=function(e){return Ht(e,nu)},Ur.meanBy=function(e,t){return Ht(e,ua(t,2))},Ur.min=function(e){return e&&e.length?mn(e,nu,Pn):r},Ur.minBy=function(e,t){return e&&e.length?mn(e,ua(t,2),Pn):r},Ur.stubArray=mu,Ur.stubFalse=_u,Ur.stubObject=function(){return{}},Ur.stubString=function(){return""},Ur.stubTrue=function(){return!0},Ur.multiply=Tu,Ur.nth=function(e,t){return e&&e.length?Bn(e,ps(t)):r},Ur.noConflict=function(){return ft._===this&&(ft._=ze),this},Ur.noop=uu,Ur.now=Mo,Ur.pad=function(e,t,r){e=ys(e);var n=(t=ps(t))?dr(e):0;if(!t||n>=t)return e;var i=(t-n)/2;return Hi(mt(i),r)+e+Hi(pt(i),r)},Ur.padEnd=function(e,t,r){e=ys(e);var n=(t=ps(t))?dr(e):0;return t&&n<t?e+Hi(t-n,r):e},Ur.padStart=function(e,t,r){e=ys(e);var n=(t=ps(t))?dr(e):0;return t&&n<t?Hi(t-n,r)+e:e},Ur.parseInt=function(e,t,r){return r||null==t?t=0:t&&(t=+t),br(ys(e).replace(ie,""),t||0)},Ur.random=function(e,t,n){if(n&&"boolean"!=typeof n&&Ea(e,t,n)&&(t=n=r),n===r&&("boolean"==typeof t?(n=t,t=r):"boolean"==typeof e&&(n=e,e=r)),e===r&&t===r?(e=0,t=1):(e=fs(e),t===r?(t=e,e=0):t=fs(t)),e>t){var i=e;e=t,t=i}if(n||e%1||t%1){var a=vr();return yr(e+a*(t-e+lt("1e-"+((a+"").length-1))),t)}return Wn(e,t)},Ur.reduce=function(e,t,r){var n=Ho(e)?Rt:Gt,i=arguments.length<3;return n(e,ua(t,4),r,i,hn)},Ur.reduceRight=function(e,t,r){var n=Ho(e)?Ft:Gt,i=arguments.length<3;return n(e,ua(t,4),r,i,fn)},Ur.repeat=function(e,t,n){return t=(n?Ea(e,t,n):t===r)?1:ps(t),Yn(ys(e),t)},Ur.replace=function(){var e=arguments,t=ys(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Ur.result=function(e,t,n){var i=-1,a=(t=Ei(t,e)).length;for(a||(a=1,e=r);++i<a;){var o=null==e?r:e[Fa(t[i])];o===r&&(i=a,o=n),e=Qo(o)?o.call(e):o}return e},Ur.round=Su,Ur.runInContext=e,Ur.sample=function(e){return(Ho(e)?Kr:Qn)(e)},Ur.size=function(e){if(null==e)return 0;if(qo(e))return ss(e)?dr(e):e.length;var t=pa(e);return t==S||t==$?e.size:Fn(e).length},Ur.snakeCase=Gs,Ur.some=function(e,t,n){var i=Ho(e)?kt:ii;return n&&Ea(e,t,n)&&(t=r),i(e,ua(t,3))},Ur.sortedIndex=function(e,t){return ai(e,t)},Ur.sortedIndexBy=function(e,t,r){return oi(e,t,ua(r,2))},Ur.sortedIndexOf=function(e,t){var r=null==e?0:e.length;if(r){var n=ai(e,t);if(n<r&&zo(e[n],t))return n}return-1},Ur.sortedLastIndex=function(e,t){return ai(e,t,!0)},Ur.sortedLastIndexBy=function(e,t,r){return oi(e,t,ua(r,2),!0)},Ur.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var r=ai(e,t,!0)-1;if(zo(e[r],t))return r}return-1},Ur.startCase=Ws,Ur.startsWith=function(e,t,r){return e=ys(e),r=null==r?0:sn(ps(r),0,e.length),t=li(t),e.slice(r,r+t.length)==t},Ur.subtract=Au,Ur.sum=function(e){return e&&e.length?Wt(e,nu):0},Ur.sumBy=function(e,t){return e&&e.length?Wt(e,ua(t,2)):0},Ur.template=function(e,t,n){var i=Ur.templateSettings;n&&Ea(e,t,n)&&(t=r),e=ys(e),t=vs({},t,i,Xi);var a,o,s=vs({},t.imports,i.imports,Xi),u=Ds(s),l=Xt(s,u),c=0,d=t.interpolate||be,h="__p += '",f=Ne((t.escape||be).source+"|"+d.source+"|"+(d===X?he:be).source+"|"+(t.evaluate||be).source+"|$","g"),p="//# sourceURL="+(Re.call(t,"sourceURL")?(t.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++at+"]")+"\n";e.replace(f,(function(t,r,n,i,s,u){return n||(n=i),h+=e.slice(c,u).replace(ve,ir),r&&(a=!0,h+="' +\n__e("+r+") +\n'"),s&&(o=!0,h+="';\n"+s+";\n__p += '"),n&&(h+="' +\n((__t = ("+n+")) == null ? '' : __t) +\n'"),c=u+t.length,t})),h+="';\n";var m=Re.call(t,"variable")&&t.variable;if(m){if(ce.test(m))throw new Se("Invalid `variable` option passed into `_.template`")}else h="with (obj) {\n"+h+"\n}\n";h=(o?h.replace(B,""):h).replace(H,"$1").replace(V,"$1;"),h="function("+(m||"obj")+") {\n"+(m?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(a?", __e = _.escape":"")+(o?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+h+"return __p\n}";var _=Xs((function(){return Ae(u,p+"return "+h).apply(r,l)}));if(_.source=h,Ko(_))throw _;return _},Ur.times=function(e,t){if((e=ps(e))<1||e>h)return[];var r=p,n=yr(e,p);t=ua(t),e-=p;for(var i=Yt(n,t);++r<e;)t(r);return i},Ur.toFinite=fs,Ur.toInteger=ps,Ur.toLength=ms,Ur.toLower=function(e){return ys(e).toLowerCase()},Ur.toNumber=_s,Ur.toSafeInteger=function(e){return e?sn(ps(e),-9007199254740991,h):0===e?e:0},Ur.toString=ys,Ur.toUpper=function(e){return ys(e).toUpperCase()},Ur.trim=function(e,t,n){if((e=ys(e))&&(n||t===r))return Kt(e);if(!e||!(t=li(t)))return e;var i=hr(e),a=hr(t);return vi(i,er(i,a),tr(i,a)+1).join("")},Ur.trimEnd=function(e,t,n){if((e=ys(e))&&(n||t===r))return e.slice(0,fr(e)+1);if(!e||!(t=li(t)))return e;var i=hr(e);return vi(i,0,tr(i,hr(t))+1).join("")},Ur.trimStart=function(e,t,n){if((e=ys(e))&&(n||t===r))return e.replace(ie,"");if(!e||!(t=li(t)))return e;var i=hr(e);return vi(i,er(i,hr(t))).join("")},Ur.truncate=function(e,t){var n=30,i="...";if(es(t)){var a="separator"in t?t.separator:a;n="length"in t?ps(t.length):n,i="omission"in t?li(t.omission):i}var o=(e=ys(e)).length;if(ar(e)){var s=hr(e);o=s.length}if(n>=o)return e;var u=n-dr(i);if(u<1)return i;var l=s?vi(s,0,u).join(""):e.slice(0,u);if(a===r)return l+i;if(s&&(u+=l.length-u),as(a)){if(e.slice(u).search(a)){var c,d=l;for(a.global||(a=Ne(a.source,ys(fe.exec(a))+"g")),a.lastIndex=0;c=a.exec(d);)var h=c.index;l=l.slice(0,h===r?u:h)}}else if(e.indexOf(li(a),u)!=u){var f=l.lastIndexOf(a);f>-1&&(l=l.slice(0,f))}return l+i},Ur.unescape=function(e){return(e=ys(e))&&W.test(e)?e.replace(q,pr):e},Ur.uniqueId=function(e){var t=++Fe;return ys(e)+t},Ur.upperCase=Ys,Ur.upperFirst=Ks,Ur.each=yo,Ur.eachRight=Eo,Ur.first=Va,su(Ur,(vu={},bn(Ur,(function(e,t){Re.call(Ur.prototype,t)||(vu[t]=e)})),vu),{chain:!1}),Ur.VERSION="4.17.21",Nt(["bind","bindKey","curry","curryRight","partial","partialRight"],(function(e){Ur[e].placeholder=Ur})),Nt(["drop","take"],(function(e,t){Br.prototype[e]=function(n){n=n===r?1:gr(ps(n),0);var i=this.__filtered__&&!t?new Br(this):this.clone();return i.__filtered__?i.__takeCount__=yr(n,i.__takeCount__):i.__views__.push({size:yr(n,p),type:e+(i.__dir__<0?"Right":"")}),i},Br.prototype[e+"Right"]=function(t){return this.reverse()[e](t).reverse()}})),Nt(["filter","map","takeWhile"],(function(e,t){var r=t+1,n=1==r||3==r;Br.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:ua(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}})),Nt(["head","last"],(function(e,t){var r="take"+(t?"Right":"");Br.prototype[e]=function(){return this[r](1).value()[0]}})),Nt(["initial","tail"],(function(e,t){var r="drop"+(t?"":"Right");Br.prototype[e]=function(){return this.__filtered__?new Br(this):this[r](1)}})),Br.prototype.compact=function(){return this.filter(nu)},Br.prototype.find=function(e){return this.filter(e).head()},Br.prototype.findLast=function(e){return this.reverse().find(e)},Br.prototype.invokeMap=Kn((function(e,t){return"function"==typeof e?new Br(this):this.map((function(r){return wn(r,e,t)}))})),Br.prototype.reject=function(e){return this.filter(Ro(ua(e)))},Br.prototype.slice=function(e,t){e=ps(e);var n=this;return n.__filtered__&&(e>0||t<0)?new Br(n):(e<0?n=n.takeRight(-e):e&&(n=n.drop(e)),t!==r&&(n=(t=ps(t))<0?n.dropRight(-t):n.take(t-e)),n)},Br.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Br.prototype.toArray=function(){return this.take(p)},bn(Br.prototype,(function(e,t){var n=/^(?:filter|find|map|reject)|While$/.test(t),i=/^(?:head|last)$/.test(t),a=Ur[i?"take"+("last"==t?"Right":""):t],o=i||/^find/.test(t);a&&(Ur.prototype[t]=function(){var t=this.__wrapped__,s=i?[1]:arguments,u=t instanceof Br,l=s[0],c=u||Ho(t),d=function(e){var t=a.apply(Ur,xt([e],s));return i&&h?t[0]:t};c&&n&&"function"==typeof l&&1!=l.length&&(u=c=!1);var h=this.__chain__,f=!!this.__actions__.length,p=o&&!h,m=u&&!f;if(!o&&c){t=m?t:new Br(this);var _=e.apply(t,s);return _.__actions__.push({func:fo,args:[d],thisArg:r}),new jr(_,h)}return p&&m?e.apply(this,s):(_=this.thru(d),p?i?_.value()[0]:_.value():_)})})),Nt(["pop","push","shift","sort","splice","unshift"],(function(e){var t=we[e],r=/^(?:push|sort|unshift)$/.test(e)?"tap":"thru",n=/^(?:pop|shift)$/.test(e);Ur.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var i=this.value();return t.apply(Ho(i)?i:[],e)}return this[r]((function(r){return t.apply(Ho(r)?r:[],e)}))}})),bn(Br.prototype,(function(e,t){var r=Ur[t];if(r){var n=r.name+"";Re.call(wr,n)||(wr[n]=[]),wr[n].push({name:t,func:r})}})),wr[zi(r,2).name]=[{name:"wrapper",func:r}],Br.prototype.clone=function(){var e=new Br(this.__wrapped__);return e.__actions__=Oi(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=Oi(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=Oi(this.__views__),e},Br.prototype.reverse=function(){if(this.__filtered__){var e=new Br(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Br.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=Ho(e),n=t<0,i=r?e.length:0,a=function(e,t,r){var n=-1,i=r.length;for(;++n<i;){var a=r[n],o=a.size;switch(a.type){case"drop":e+=o;break;case"dropRight":t-=o;break;case"take":t=yr(t,e+o);break;case"takeRight":e=gr(e,t-o)}}return{start:e,end:t}}(0,i,this.__views__),o=a.start,s=a.end,u=s-o,l=n?s:o-1,c=this.__iteratees__,d=c.length,h=0,f=yr(u,this.__takeCount__);if(!r||!n&&i==u&&f==u)return pi(e,this.__actions__);var p=[];e:for(;u--&&h<f;){for(var m=-1,_=e[l+=t];++m<d;){var g=c[m],y=g.iteratee,E=g.type,b=y(_);if(2==E)_=b;else if(!b){if(1==E)continue e;break e}}p[h++]=_}return p},Ur.prototype.at=po,Ur.prototype.chain=function(){return ho(this)},Ur.prototype.commit=function(){return new jr(this.value(),this.__chain__)},Ur.prototype.next=function(){this.__values__===r&&(this.__values__=hs(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?r:this.__values__[this.__index__++]}},Ur.prototype.plant=function(e){for(var t,n=this;n instanceof Zr;){var i=Pa(n);i.__index__=0,i.__values__=r,t?a.__wrapped__=i:t=i;var a=i;n=n.__wrapped__}return a.__wrapped__=e,t},Ur.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Br){var t=e;return this.__actions__.length&&(t=new Br(this)),(t=t.reverse()).__actions__.push({func:fo,args:[Ja],thisArg:r}),new jr(t,this.__chain__)}return this.thru(Ja)},Ur.prototype.toJSON=Ur.prototype.valueOf=Ur.prototype.value=function(){return pi(this.__wrapped__,this.__actions__)},Ur.prototype.first=Ur.prototype.head,Qe&&(Ur.prototype[Qe]=function(){return this}),Ur}();mt?((mt.exports=mr)._=mr,pt._=mr):ft._=mr}).call(commonjsGlobal)}(lodash,lodash.exports);var _=lodash.exports;const Filter=e=>{const{resetField:t,getValues:r}=useFormContext(),{id:n,schema:{children:i,label:a,toggleFilterButtonLabel:o,clearButtonDisabled:s}}=e;return jsx(Filter$1,{"data-testid":TestHelper.generateId(n,"filter"),toggleFilterButtonLabel:o,headerTitle:a,clearButtonDisabled:s,onClear:()=>{const e=(()=>{const e=[],t=r();for(const r in t)_.isEmpty(ObjectHelper.getNestedValueByKey(i,r))||e.push(r);return e})();(e=>{e.forEach((e=>t(e)))})(e)},children:jsx(Wrapper,{children:i})})},FilterItem=e=>{const{id:t,schema:{children:r,label:n,collapsible:i=!0,showDivider:a=!0,showMobileDivider:o=!0}}=e;return jsx(Filter$1.Item,{"data-testid":TestHelper.generateId(t,"filter-item"),title:n,collapsible:i,showDivider:a,showMobileDivider:o,children:jsx(Wrapper,{children:r})})},FilterCheckbox=e=>{const{schema:{label:t,options:r,...n},id:i,value:a,onChange:o}=e,{setValue:s}=useFormContext(),[u,l]=useState();useDeepCompareEffect((()=>{const e=a?.filter((e=>r.find((t=>t.value===e)))),t=r.filter((e=>a?.find((t=>e.value===t))));l(t),s(i,e)}),[r,a]);return jsx(Filter$1.Checkbox,{id:i,...n,"data-testid":TestHelper.generateId(i,"filter-checkbox"),title:t,selectedOptions:u,options:r,onSelect:e=>{o({target:{value:e.map((e=>e.value))}})}})};var FrontendEngineCustomComponents=Object.freeze({__proto__:null,Filter:Filter,FilterItem:FilterItem,FilterCheckbox:FilterCheckbox});function baseFindIndex$1(e,t,r,n){for(var i=e.length,a=r+(n?1:-1);n?a--:++a<i;)if(t(e[a],a,e))return a;return-1}var _baseFindIndex=baseFindIndex$1;function baseIsNaN$1(e){return e!=e}var _baseIsNaN=baseIsNaN$1;function strictIndexOf$1(e,t,r){for(var n=r-1,i=e.length;++n<i;)if(e[n]===t)return n;return-1}var _strictIndexOf=strictIndexOf$1,baseFindIndex=_baseFindIndex,baseIsNaN=_baseIsNaN,strictIndexOf=_strictIndexOf;function baseIndexOf$1(e,t,r){return t==t?strictIndexOf(e,t,r):baseFindIndex(e,baseIsNaN,r)}var _baseIndexOf=baseIndexOf$1,baseIndexOf=_baseIndexOf;function arrayIncludes$1(e,t){return!!(null==e?0:e.length)&&baseIndexOf(e,t,0)>-1}var _arrayIncludes=arrayIncludes$1;function arrayIncludesWith$1(e,t,r){for(var n=-1,i=null==e?0:e.length;++n<i;)if(r(t,e[n]))return!0;return!1}var _arrayIncludesWith=arrayIncludesWith$1,SetCache=_SetCache,arrayIncludes=_arrayIncludes,arrayIncludesWith=_arrayIncludesWith,arrayMap=_arrayMap,baseUnary=_baseUnary,cacheHas=_cacheHas,LARGE_ARRAY_SIZE=200;function baseDifference$1(e,t,r,n){var i=-1,a=arrayIncludes,o=!0,s=e.length,u=[],l=t.length;if(!s)return u;r&&(t=arrayMap(t,baseUnary(r))),n?(a=arrayIncludesWith,o=!1):t.length>=LARGE_ARRAY_SIZE&&(a=cacheHas,o=!1,t=new SetCache(t));e:for(;++i<s;){var c=e[i],d=null==r?c:r(c);if(c=n||0!==c?c:0,o&&d==d){for(var h=l;h--;)if(t[h]===d)continue e;u.push(c)}else a(t,d,n)||u.push(c)}return u}var _baseDifference=baseDifference$1;function apply$1(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}var _apply=apply$1,apply=_apply,nativeMax=Math.max;function overRest$1(e,t,r){return t=nativeMax(void 0===t?e.length-1:t,0),function(){for(var n=arguments,i=-1,a=nativeMax(n.length-t,0),o=Array(a);++i<a;)o[i]=n[t+i];i=-1;for(var s=Array(t+1);++i<t;)s[i]=n[i];return s[t]=r(o),apply(e,this,s)}}var _overRest=overRest$1;function constant$1(e){return function(){return e}}var constant_1=constant$1,constant=constant_1,defineProperty=_defineProperty$6,identity$1=identity_1,baseSetToString$1=defineProperty?function(e,t){return defineProperty(e,"toString",{configurable:!0,enumerable:!1,value:constant(t),writable:!0})}:identity$1,_baseSetToString=baseSetToString$1,HOT_COUNT=800,HOT_SPAN=16,nativeNow=Date.now;function shortOut$1(e){var t=0,r=0;return function(){var n=nativeNow(),i=HOT_SPAN-(n-r);if(r=n,i>0){if(++t>=HOT_COUNT)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}var _shortOut=shortOut$1,baseSetToString=_baseSetToString,shortOut=_shortOut,setToString$1=shortOut(baseSetToString),_setToString=setToString$1,identity=identity_1,overRest=_overRest,setToString=_setToString;function baseRest$1(e,t){return setToString(overRest(e,t,identity),e+"")}var _baseRest=baseRest$1,isArrayLike=isArrayLike_1,isObjectLike$1=isObjectLike_1;function isArrayLikeObject$1(e){return isObjectLike$1(e)&&isArrayLike(e)}var isArrayLikeObject_1=isArrayLikeObject$1,baseDifference=_baseDifference,baseRest=_baseRest,isArrayLikeObject=isArrayLikeObject_1,without=baseRest((function(e,t){return isArrayLikeObject(e)?baseDifference(e,t):[]})),without_1=without;const Label$1=styled(Text$2.BodySmall)`
331
+ cursor: ${e=>e.disabled?"not-allowed":"pointer"};
332
+ `,StyledCheckbox=styled(Checkbox)`
333
+ margin-right: 5px;
334
+ `,CheckboxContainer=styled.div`
335
+ display: flex;
336
+ align-items: center;
337
+ :not(:last-of-type) {
338
+ margin-bottom: 1rem;
339
+ }
340
+ `,ToggleWrapper=styled.div`
341
+ display: flex;
342
+ flex-wrap: wrap;
343
+ gap: 1rem;
344
+ `,CheckboxGroup=e=>{const{schema:{label:t,options:r,validation:n,disabled:i,customOptions:a,...o},id:s,value:u,error:l,onChange:c}=e,{setValue:d}=useFormContext(),[h,f]=useState(u||[]),{setFieldValidationConfig:p}=useValidationConfig();useEffect((()=>{const e=n?.find((e=>"required"in e));p(s,create$2().of(create$6()).test("is-empty-array",e?.errorMessage||ERROR_MESSAGES.COMMON.REQUIRED_OPTION,(t=>!t||!e?.required||t.length>0)),n)}),[n]),useDeepCompareEffect((()=>{const e=u?.filter((e=>r.find((t=>t.value===e))));d(s,e)}),[r]),useEffect((()=>{f(u||[])}),[u]);const m=(e,t)=>{const n=r.find((e=>!0===e.none));let i=[...h];t?i=i.includes(e)?[]:[e]:i.includes(e)?i=without_1(i,e,n?.value):(i.push(e),i=without_1(i,n?.value)),c({target:{value:i}})},_=e=>h.includes(e),g=e=>`${s}-${e}`;return jsx(Form.CustomField,{id:s,label:t,errorMessage:l?.message,children:"toggle"===a?.styleType?r.length>0&&jsx(ToggleWrapper,{children:r.map(((e,t)=>{const r=g(t);return jsx(Toggle,{...o,type:"checkbox","data-testid":TestHelper.generateId(s,"toggle"),id:r,disabled:i??e.disabled,name:e.label,indicator:"toggle"===a.styleType&&a?.indicator,styleType:"toggle"===a.styleType&&!1===a?.border?"no-border":"default",checked:_(e.value),onChange:()=>m(e.value,e.none),error:!!l?.message,children:e.label},t)}))}):r.length>0&&r.map(((e,t)=>{const r=g(t);return jsxs(CheckboxContainer,{children:[jsx(StyledCheckbox,{...o,"data-testid":TestHelper.generateId(s,"checkbox"),id:r,disabled:i??e.disabled,name:e.label,value:e.value,checked:_(e.value),onChange:()=>m(e.value)}),jsx(Label$1,{as:"label",htmlFor:r,disabled:i??e.disabled,children:e.label})]},t)}))})},Wrapper$4=styled.div`
345
+ display: flex;
346
+ flex-direction: ${({chipPosition:e})=>"bottom"!==e?"column":"column-reverse"};
347
+ `,ChipContainer$1=styled.div`
348
+ margin: 0.5rem 0rem;
349
+ display: flex;
350
+ gap: 0.5rem;
351
+ `,StyledTextarea=styled(Textarea$1)`
352
+ width: auto;
353
+
354
+ ${e=>e.resizable?css`
355
+ resize: vertical;
356
+ max-height: 37.5rem;
357
+ min-height: ${e.rows?`${e.rows+44+24}px`:"5rem"};
358
+ `:css`
359
+ resize: none;
360
+ `}
361
+ `,Textarea=e=>{const{schema:{chipTexts:t,chipPosition:r,rows:n=1,resizable:i,label:a,validation:o,...s},id:u,name:l,onChange:c,value:d,error:h,...f}=e,{setValue:p}=useFormContext(),[m,_]=useState(d||""),[g,y]=useState(),{setFieldValidationConfig:E}=useValidationConfig();useEffect((()=>{p(u,d)}),[]),useEffect((()=>{const e=o?.find((e=>"max"in e)),t=o?.find((e=>"length"in e));e?.max>0?y(e.max):t?.length>0&&y(t.length),E(u,create$6(),o)}),[o]),useEffect((()=>{_(d||"")}),[d]);const b=e=>()=>{const t=m?.length||0;if(g&&t>=g)return;const r=((m||"")+(t?` ${e}`:e)).substring(0,g);c({target:{value:r}})};return jsx(Form.CustomField,{label:a,id:u,errorMessage:h?.message,children:jsxs(Wrapper$4,{chipPosition:r,children:[t?.length&&jsx(ChipContainer$1,{children:t.map(((e,t)=>jsx(Chip,{id:TestHelper.generateId(u,`chip-${lodash.exports.kebabCase(e)}`,t),onClick:b(e),children:e},e)))}),jsx(StyledTextarea,{...s,...f,id:u+"-base","data-testid":TestHelper.generateId(u,"textarea"),name:l,maxLength:g,rows:n,resizable:i,onChange:e=>{c(e)},value:m,error:!!h?.message})]})})},ChipContainer=styled.div`
362
+ display: flex;
363
+ gap: 0.5rem;
364
+ margin-bottom: 0.5rem;
365
+ `,Chips=e=>{const{schema:{label:t,options:r,validation:n,disabled:i,textarea:a,...o},id:s,value:u,onChange:l,error:c,...d}=e,[h,f]=useState(u||[]),[p,m]=useState(!1),[_,g]=useState(!0),{control:y,setValue:E}=useFormContext(),{setFieldValidationConfig:b,removeFieldValidationConfig:v}=useValidationConfig();useEffect((()=>{const e=n?.find((e=>"required"in e)),t=n?.find((e=>"max"in e)),r=n?.find((e=>"length"in e));b(s,create$2().of(create$6()).test("is-empty-array",e?.errorMessage||ERROR_MESSAGES.COMMON.REQUIRED_OPTION,(t=>!t||!e?.required||t.length>0)),n),1!==t?.max&&1!==r?.length||g(!1)}),[n]),useDeepCompareEffect((()=>{const e=[...r.map((e=>e.value)),a?.label],t=u?.filter((t=>e.includes(t)));E(s,t)}),[r]),useEffect((()=>{u?.includes(a?.label)?A(!0):A(),f(u||[])}),[u]);const T=e=>h.includes(e),S=()=>`${s}-textarea`,A=(e=!1)=>{m(e),e||(v(S()),E(S(),void 0))},C=e=>{let t=[...h];if(t.includes(e))return t=t.filter((t=>t!==e)),void l({target:{value:t}});_?t.push(e):t=[e],l({target:{value:t}})};return jsxs(Form.CustomField,{label:t,errorMessage:c?.message,...d,children:[jsxs(ChipContainer,{"data-testid":TestHelper.generateId(s,"chips"),children:[r.map(((e,t)=>createElement(Chip,{...o,key:t,onClick:()=>C(e.value),isActive:T(e.value),disabled:i??e.disabled},e.label))),(()=>{const e=a?.label;if(a||e)return jsx(Chip,{...o,onClick:()=>{C(e)},isActive:T(e),children:e})})()]}),(()=>{const e=a?.label;if(!a&&!e)return jsx(Fragment,{});const r=S(),n={uiType:"textarea",label:t,...a};return p?jsx(Controller,{control:y,name:r,shouldUnregister:!1,render:({field:e,fieldState:t})=>{const i={...e,id:r,ref:void 0};return jsx(Textarea,{schema:n,...i,...t})}}):jsx(Fragment,{})})()]})},CountryData=[["Afghanistan",["asia"],"af","93"],["Albania",["europe"],"al","355"],["Algeria",["africa","north-africa"],"dz","213"],["Andorra",["europe"],"ad","376"],["Angola",["africa"],"ao","244"],["Antigua and Barbuda",["america","carribean"],"ag","1268"],["Argentina",["america","south-america"],"ar","54","(..) ........"],["Armenia",["asia","ex-ussr"],"am","374",".. ......"],["Aruba",["america","carribean"],"aw","297"],["Australia",["oceania"],"au","61","(..) .... ...."],["Austria",["europe","eu-union"],"at","43"],["Azerbaijan",["asia","ex-ussr"],"az","994","(..) ... .. .."],["Bahamas",["america","carribean"],"bs","1242"],["Bahrain",["middle-east"],"bh","973"],["Bangladesh",["asia"],"bd","880"],["Barbados",["america","carribean"],"bb","1246"],["Belarus",["europe","ex-ussr"],"by","375","(..) ... .. .."],["Belgium",["europe","eu-union"],"be","32","... .. .. .."],["Belize",["america","central-america"],"bz","501"],["Benin",["africa"],"bj","229"],["Bhutan",["asia"],"bt","975"],["Bolivia",["america","south-america"],"bo","591"],["Bosnia and Herzegovina",["europe","ex-yugos"],"ba","387"],["Botswana",["africa"],"bw","267"],["Brazil",["america","south-america"],"br","55","(..) ........."],["British Indian Ocean Territory",["asia"],"io","246"],["Brunei",["asia"],"bn","673"],["Bulgaria",["europe","eu-union"],"bg","359"],["Burkina Faso",["africa"],"bf","226"],["Burundi",["africa"],"bi","257"],["Cambodia",["asia"],"kh","855"],["Cameroon",["africa"],"cm","237"],["Canada",["america","north-america"],"ca","1","(...) ... ...."],["Cape Verde",["africa"],"cv","238"],["Caribbean Netherlands",["america","carribean"],"bq","599",""],["Central African Republic",["africa"],"cf","236"],["Chad",["africa"],"td","235"],["Chile",["america","south-america"],"cl","56"],["China",["asia"],"cn","86",".. ........."],["Colombia",["america","south-america"],"co","57","... ... ...."],["Comoros",["africa"],"km","269"],["Congo",["africa"],"cd","243"],["Congo",["africa"],"cg","242"],["Costa Rica",["america","central-america"],"cr","506",".... ...."],["Côte d’Ivoire",["africa"],"ci","225",".. .. .. .."],["Croatia",["europe","eu-union","ex-yugos"],"hr","385"],["Cuba",["america","carribean"],"cu","53"],["Curaçao",["america","carribean"],"cw","599",""],["Cyprus",["europe","eu-union"],"cy","357",".. ......"],["Czech Republic",["europe","eu-union"],"cz","420","... ... ..."],["Denmark",["europe","eu-union","baltic"],"dk","45",".. .. .. .."],["Djibouti",["africa"],"dj","253"],["Dominica",["america","carribean"],"dm","1767"],["Dominican Republic",["america","carribean"],"do","1",""],["Ecuador",["america","south-america"],"ec","593"],["Egypt",["africa","north-africa"],"eg","20"],["El Salvador",["america","central-america"],"sv","503",".... ...."],["Equatorial Guinea",["africa"],"gq","240"],["Eritrea",["africa"],"er","291"],["Estonia",["europe","eu-union","ex-ussr","baltic"],"ee","372",".... ......"],["Ethiopia",["africa"],"et","251"],["Fiji",["oceania"],"fj","679"],["Finland",["europe","eu-union","baltic"],"fi","358",".. ... .. .."],["France",["europe","eu-union"],"fr","33",". .. .. .. .."],["French Guiana",["america","south-america"],"gf","594"],["French Polynesia",["oceania"],"pf","689"],["Gabon",["africa"],"ga","241"],["Gambia",["africa"],"gm","220"],["Georgia",["asia","ex-ussr"],"ge","995"],["Germany",["europe","eu-union","baltic"],"de","49",".... ........"],["Ghana",["africa"],"gh","233"],["Greece",["europe","eu-union"],"gr","30"],["Grenada",["america","carribean"],"gd","1473"],["Guadeloupe",["america","carribean"],"gp","590","",0],["Guam",["oceania"],"gu","1671"],["Guatemala",["america","central-america"],"gt","502",".... ...."],["Guinea",["africa"],"gn","224"],["Guinea-Bissau",["africa"],"gw","245"],["Guyana",["america","south-america"],"gy","592"],["Haiti",["america","carribean"],"ht","509",".... ...."],["Honduras",["america","central-america"],"hn","504"],["Hong Kong",["asia"],"hk","852",".... ...."],["Hungary",["europe","eu-union"],"hu","36"],["Iceland",["europe"],"is","354","... ...."],["India",["asia"],"in","91","..... ....."],["Indonesia",["asia"],"id","62"],["Iran",["middle-east"],"ir","98","... ... ...."],["Iraq",["middle-east"],"iq","964"],["Ireland",["europe","eu-union"],"ie","353",".. ......."],["Israel",["middle-east"],"il","972","... ... ...."],["Italy",["europe","eu-union"],"it","39","... ......."],["Jamaica",["america","carribean"],"jm","1876"],["Japan",["asia"],"jp","81",".. .... ...."],["Jordan",["middle-east"],"jo","962"],["Kazakhstan",["asia","ex-ussr"],"kz","7","... ... .. .."],["Kenya",["africa"],"ke","254"],["Kiribati",["oceania"],"ki","686"],["Kosovo",["europe","ex-yugos"],"xk","383"],["Kuwait",["middle-east"],"kw","965"],["Kyrgyzstan",["asia","ex-ussr"],"kg","996","... ... ..."],["Laos",["asia"],"la","856"],["Latvia",["europe","eu-union","ex-ussr","baltic"],"lv","371",".. ... ..."],["Lebanon",["middle-east"],"lb","961"],["Lesotho",["africa"],"ls","266"],["Liberia",["africa"],"lr","231"],["Libya",["africa","north-africa"],"ly","218"],["Liechtenstein",["europe"],"li","423"],["Lithuania",["europe","eu-union","ex-ussr","baltic"],"lt","370"],["Luxembourg",["europe","eu-union"],"lu","352"],["Macau",["asia"],"mo","853"],["Macedonia",["europe","ex-yugos"],"mk","389"],["Madagascar",["africa"],"mg","261"],["Malawi",["africa"],"mw","265"],["Malaysia",["asia"],"my","60",".. .... ...."],["Maldives",["asia"],"mv","960"],["Mali",["africa"],"ml","223"],["Malta",["europe","eu-union"],"mt","356"],["Marshall Islands",["oceania"],"mh","692"],["Martinique",["america","carribean"],"mq","596"],["Mauritania",["africa"],"mr","222"],["Mauritius",["africa"],"mu","230"],["Mexico",["america","central-america"],"mx","52","... ... ...."],["Micronesia",["oceania"],"fm","691"],["Moldova",["europe"],"md","373","(..) .. .. .."],["Monaco",["europe"],"mc","377"],["Mongolia",["asia"],"mn","976"],["Montenegro",["europe","ex-yugos"],"me","382"],["Morocco",["africa","north-africa"],"ma","212"],["Mozambique",["africa"],"mz","258"],["Myanmar",["asia"],"mm","95"],["Namibia",["africa"],"na","264"],["Nauru",["africa"],"nr","674"],["Nepal",["asia"],"np","977"],["Netherlands",["europe","eu-union"],"nl","31",".. ........"],["New Caledonia",["oceania"],"nc","687"],["New Zealand",["oceania"],"nz","64","... ... ...."],["Nicaragua",["america","central-america"],"ni","505"],["Niger",["africa"],"ne","227"],["Nigeria",["africa"],"ng","234"],["North Korea",["asia"],"kp","850"],["Norway",["europe","baltic"],"no","47","... .. ..."],["Oman",["middle-east"],"om","968"],["Pakistan",["asia"],"pk","92","... ......."],["Palau",["oceania"],"pw","680"],["Palestine",["middle-east"],"ps","970"],["Panama",["america","central-america"],"pa","507"],["Papua New Guinea",["oceania"],"pg","675"],["Paraguay",["america","south-america"],"py","595"],["Peru",["america","south-america"],"pe","51"],["Philippines",["asia"],"ph","63",".... ......."],["Poland",["europe","eu-union","baltic"],"pl","48","... ... ..."],["Portugal",["europe","eu-union"],"pt","351"],["Puerto Rico",["america","carribean"],"pr","1",""],["Qatar",["middle-east"],"qa","974"],["Réunion",["africa"],"re","262"],["Romania",["europe","eu-union"],"ro","40"],["Russia",["europe","asia","ex-ussr","baltic"],"ru","7","(...) ... .. .."],["Rwanda",["africa"],"rw","250"],["Saint Kitts and Nevis",["america","carribean"],"kn","1869"],["Saint Lucia",["america","carribean"],"lc","1758"],["Saint Vincent and the Grenadines",["america","carribean"],"vc","1784"],["Samoa",["oceania"],"ws","685"],["San Marino",["europe"],"sm","378"],["São Tomé and Príncipe",["africa"],"st","239"],["Saudi Arabia",["middle-east"],"sa","966"],["Senegal",["africa"],"sn","221"],["Serbia",["europe","ex-yugos"],"rs","381"],["Seychelles",["africa"],"sc","248"],["Sierra Leone",["africa"],"sl","232"],["Singapore",["asia"],"sg","65",".... ...."],["Slovakia",["europe","eu-union"],"sk","421"],["Slovenia",["europe","eu-union","ex-yugos"],"si","386"],["Solomon Islands",["oceania"],"sb","677"],["Somalia",["africa"],"so","252"],["South Africa",["africa"],"za","27"],["South Korea",["asia"],"kr","82","... .... ...."],["South Sudan",["africa","north-africa"],"ss","211"],["Spain",["europe","eu-union"],"es","34","... ... ..."],["Sri Lanka",["asia"],"lk","94"],["Sudan",["africa"],"sd","249"],["Suriname",["america","south-america"],"sr","597"],["Swaziland",["africa"],"sz","268"],["Sweden",["europe","eu-union","baltic"],"se","46","(...) ... ..."],["Switzerland",["europe"],"ch","41",".. ... .. .."],["Syria",["middle-east"],"sy","963"],["Taiwan",["asia"],"tw","886"],["Tajikistan",["asia","ex-ussr"],"tj","992"],["Tanzania",["africa"],"tz","255"],["Thailand",["asia"],"th","66"],["Timor-Leste",["asia"],"tl","670"],["Togo",["africa"],"tg","228"],["Tonga",["oceania"],"to","676"],["Trinidad and Tobago",["america","carribean"],"tt","1868"],["Tunisia",["africa","north-africa"],"tn","216"],["Turkey",["europe"],"tr","90","... ... .. .."],["Turkmenistan",["asia","ex-ussr"],"tm","993"],["Tuvalu",["asia"],"tv","688"],["Uganda",["africa"],"ug","256"],["Ukraine",["europe","ex-ussr"],"ua","380","(..) ... .. .."],["United Arab Emirates",["middle-east"],"ae","971"],["United Kingdom",["europe","eu-union"],"gb","44",".... ......"],["United States",["america","north-america"],"us","1","(...) ... ...."],["Uruguay",["america","south-america"],"uy","598"],["Uzbekistan",["asia","ex-ussr"],"uz","998",".. ... .. .."],["Vanuatu",["oceania"],"vu","678"],["Vatican City",["europe"],"va","39",".. .... ...."],["Venezuela",["america","south-america"],"ve","58"],["Vietnam",["asia"],"vn","84"],["Yemen",["middle-east"],"ye","967"],["Zambia",["africa"],"zm","260"],["Zimbabwe",["africa"],"zw","263"]],getCountryMap=()=>{const e=new Map;return CountryData.forEach((t=>{const[r,...n]=t,i=n.find((e=>/^\d+$/.test(e)));e.set(r,i)})),e},getInternationalCallingCodeMap=()=>getCountryMap(),getCountryFromPrefix=(e,t)=>{for(const[r,n]of t.entries())if(n===e)return r};var byCountry=function(e){return search("country",e)};function search(e,t){for(var r=0;r<countries.length;r++)if(countries[r][e]===t)return countries[r];return null}var countries=[{continent:"Asia",region:"South Asia",country:"Afghanistan",capital:"Kabul",fips:"AF",iso2:"AF",iso3:"AFG",isoNo:"4",internet:"AF"},{continent:"Europe",region:"South East Europe",country:"Albania",capital:"Tirana",fips:"AL",iso2:"AL",iso3:"ALB",isoNo:"8",internet:"AL"},{continent:"Africa",region:"Northern Africa",country:"Algeria",capital:"Algiers",fips:"AG",iso2:"DZ",iso3:"DZA",isoNo:"12",internet:"DZ"},{continent:"Oceania",region:"Pacific",country:"American Samoa",capital:"Pago Pago",fips:"AQ",iso2:"AS",iso3:"ASM",isoNo:"16",internet:"AS"},{continent:"Europe",region:"South West Europe",country:"Andorra",capital:"Andorra la Vella",fips:"AN",iso2:"AD",iso3:"AND",isoNo:"20",internet:"AD"},{continent:"Africa",region:"Southern Africa",country:"Angola",capital:"Luanda",fips:"AO",iso2:"AO",iso3:"AGO",isoNo:"24",internet:"AO"},{continent:"Americas",region:"West Indies",country:"Anguilla",capital:"The Valley",fips:"AV",iso2:"AI",iso3:"AIA",isoNo:"660",internet:"AI"},{continent:"Americas",region:"West Indies",country:"Antigua and Barbuda",capital:"Saint John's",fips:"AC",iso2:"AG",iso3:"ATG",isoNo:"28",internet:"AG"},{continent:"Americas",region:"South America",country:"Argentina",capital:"Buenos Aires",fips:"AR",iso2:"AR",iso3:"ARG",isoNo:"32",internet:"AR"},{continent:"Asia",region:"South West Asia",country:"Armenia",capital:"Yerevan",fips:"AM",iso2:"AM",iso3:"ARM",isoNo:"51",internet:"AM"},{continent:"Americas",region:"West Indies",country:"Aruba",capital:"Oranjestad",fips:"AA",iso2:"AW",iso3:"ABW",isoNo:"533",internet:"AW"},{continent:"Oceania",region:"Pacific",country:"Australia",capital:"Canberra",fips:"AS",iso2:"AU",iso3:"AUS",isoNo:"36",internet:"AU"},{continent:"Europe",region:"Central Europe",country:"Austria",capital:"Vienna",fips:"AU",iso2:"AT",iso3:"AUT",isoNo:"40",internet:"AT"},{continent:"Asia",region:"South West Asia",country:"Azerbaijan",capital:"Baku (Baki)",fips:"AJ",iso2:"AZ",iso3:"AZE",isoNo:"31",internet:"AZ"},{continent:"Americas",region:"West Indies",country:"The Bahamas",capital:"Nassau",fips:"BF",iso2:"BS",iso3:"BHS",isoNo:"44",internet:"BS"},{continent:"Asia",region:"South West Asia",country:"Bahrain",capital:"Manama",fips:"BA",iso2:"BH",iso3:"BHR",isoNo:"48",internet:"BH"},{continent:"Asia",region:"South Asia",country:"Bangladesh",capital:"Dhaka",fips:"BG",iso2:"BD",iso3:"BGD",isoNo:"50",internet:"BD"},{continent:"Americas",region:"West Indies",country:"Barbados",capital:"Bridgetown",fips:"BB",iso2:"BB",iso3:"BRB",isoNo:"52",internet:"BB"},{continent:"Europe",region:"Eastern Europe",country:"Belarus",capital:"Minsk",fips:"BO",iso2:"BY",iso3:"BLR",isoNo:"112",internet:"BY"},{continent:"Europe",region:"Western Europe",country:"Belgium",capital:"Brussels",fips:"BE",iso2:"BE",iso3:"BEL",isoNo:"56",internet:"BE"},{continent:"Americas",region:"Central America",country:"Belize",capital:"Belmopan",fips:"BH",iso2:"BZ",iso3:"BLZ",isoNo:"84",internet:"BZ"},{continent:"Africa",region:"Western Africa",country:"Benin",capital:"Porto-Novo��",fips:"BN",iso2:"BJ",iso3:"BEN",isoNo:"204",internet:"BJ"},{continent:"Americas",region:"West Indies",country:"Bermuda",capital:"Hamilton",fips:"BD",iso2:"BM",iso3:"BMU",isoNo:"60",internet:"BM"},{continent:"Asia",region:"South Asia",country:"Bhutan",capital:"Thimphu",fips:"BT",iso2:"BT",iso3:"BTN",isoNo:"64",internet:"BT"},{continent:"Americas",region:"South America",country:"Bolivia",capital:"La Paz / Sucre",fips:"BL",iso2:"BO",iso3:"BOL",isoNo:"68",internet:"BO"},{continent:"Europe",region:"South East Europe",country:"Bosnia and Herzegovina",capital:"Sarajevo",fips:"BK",iso2:"BA",iso3:"BIH",isoNo:"70",internet:"BA"},{continent:"Africa",region:"Southern Africa",country:"Botswana",capital:"Gaborone",fips:"BC",iso2:"BW",iso3:"BWA",isoNo:"72",internet:"BW"},{continent:"Americas",region:"South America",country:"Brazil",capital:"Brasilia",fips:"BR",iso2:"BR",iso3:"BRA",isoNo:"76",internet:"BR"},{continent:"Americas",region:"West Indies",country:"British Virgin Islands",capital:"Road Town",fips:"VI",iso2:"VG",iso3:"VGB",isoNo:"92",internet:"VG"},{continent:"Asia",region:"South East Asia",country:"Brunei",capital:"Bandar Seri Begawan",fips:"BX",iso2:"BN",iso3:"BRN",isoNo:"96",internet:"BN"},{continent:"Europe",region:"South East Europe",country:"Bulgaria",capital:"Sofia",fips:"BU",iso2:"BG",iso3:"BGR",isoNo:"100",internet:"BG"},{continent:"Africa",region:"Western Africa",country:"Burkina Faso",capital:"Ouagadougou",fips:"UV",iso2:"BF",iso3:"BFA",isoNo:"854",internet:"BF"},{continent:"Africa",region:"Central Africa",country:"Burundi",capital:"Bujumbura",fips:"BY",iso2:"BI",iso3:"BDI",isoNo:"108",internet:"BI"},{continent:"Asia",region:"South East Asia",country:"Cambodia",capital:"Phnom Penh",fips:"CB",iso2:"KH",iso3:"KHM",isoNo:"116",internet:"KH"},{continent:"Africa",region:"Western Africa",country:"Cameroon",capital:"Yaounde",fips:"CM",iso2:"CM",iso3:"CMR",isoNo:"120",internet:"CM"},{continent:"Americas",region:"North America",country:"Canada",capital:"Ottawa",fips:"CA",iso2:"CA",iso3:"CAN",isoNo:"124",internet:"CA"},{continent:"Africa",region:"Western Africa",country:"Cape Verde",capital:"Praia",fips:"CV",iso2:"CV",iso3:"CPV",isoNo:"132",internet:"CV"},{continent:"Americas",region:"West Indies",country:"Cayman Islands",capital:"George Town",fips:"CJ",iso2:"KY",iso3:"CYM",isoNo:"136",internet:"KY"},{continent:"Africa",region:"Central Africa",country:"Central African Republic",capital:"Bangui",fips:"CT",iso2:"CF",iso3:"CAF",isoNo:"140",internet:"CF"},{continent:"Africa",region:"Central Africa",country:"Chad",capital:"N'Djamena",fips:"CD",iso2:"TD",iso3:"TCD",isoNo:"148",internet:"TD"},{continent:"Americas",region:"South America",country:"Chile",capital:"Santiago",fips:"CI",iso2:"CL",iso3:"CHL",isoNo:"152",internet:"CL"},{continent:"Asia",region:"East Asia",country:"China",capital:"Beijing",fips:"CH",iso2:"CN",iso3:"CHN",isoNo:"156",internet:"CN"},{continent:"Asia",region:"South East Asia",country:"Christmas Island",capital:"The Settlement",fips:"KT",iso2:"CX",iso3:"CXR",isoNo:"162",internet:"CX"},{continent:"Asia",region:"South East Asia",country:"Cocos (Keeling) Islands",capital:"West Island",fips:"CK",iso2:"CC",iso3:"CCK",isoNo:"166",internet:"CC"},{continent:"Americas",region:"South America",country:"Colombia",capital:"Bogota",fips:"CO",iso2:"CO",iso3:"COL",isoNo:"170",internet:"CO"},{continent:"Africa",region:"Indian Ocean",country:"Comoros",capital:"Moroni",fips:"CN",iso2:"KM",iso3:"COM",isoNo:"174",internet:"KM"},{continent:"Africa",region:"Central Africa",country:"Republic of the Congo",capital:"Brazzaville",fips:"CF",iso2:"CG",iso3:"COG",isoNo:"178",internet:"CG"},{continent:"Oceania",region:"Pacific",country:"Cook Islands",capital:"Avarua",fips:"CW",iso2:"CK",iso3:"COK",isoNo:"184",internet:"CK"},{continent:"Americas",region:"Central America",country:"Costa Rica",capital:"San Jose",fips:"CS",iso2:"CR",iso3:"CRI",isoNo:"188",internet:"CR"},{continent:"Africa",region:"Western Africa",country:"Cote d'Ivoire",capital:"Yamoussoukro",fips:"IV",iso2:"CI",iso3:"CIV",isoNo:"384",internet:"CI"},{continent:"Europe",region:"South East Europe",country:"Croatia",capital:"Zagreb",fips:"HR",iso2:"HR",iso3:"HRV",isoNo:"191",internet:"HR"},{continent:"Americas",region:"West Indies",country:"Cuba",capital:"Havana",fips:"CU",iso2:"CU",iso3:"CUB",isoNo:"192",internet:"CU"},{continent:"Asia",region:"South West Asia",country:"Cyprus",capital:"Nicosia",fips:"CY",iso2:"CY",iso3:"CYP",isoNo:"196",internet:"CY"},{continent:"Europe",region:"Central Europe",country:"Czech Republic",capital:"Prague",fips:"EZ",iso2:"CZ",iso3:"CZE",isoNo:"203",internet:"CZ"},{continent:"Europe",region:"Northern Europe",country:"Denmark",capital:"Copenhagen",fips:"DA",iso2:"DK",iso3:"DNK",isoNo:"208",internet:"DK"},{continent:"Africa",region:"Eastern Africa",country:"Djibouti",capital:"Djibouti",fips:"DJ",iso2:"DJ",iso3:"DJI",isoNo:"262",internet:"DJ"},{continent:"Americas",region:"West Indies",country:"Dominica",capital:"Roseau",fips:"DO",iso2:"DM",iso3:"DMA",isoNo:"212",internet:"DM"},{continent:"Americas",region:"West Indies",country:"Dominican Republic",capital:"Santo Domingo",fips:"DR",iso2:"DO",iso3:"DOM",isoNo:"214",internet:"DO"},{continent:"Americas",region:"South America",country:"Ecuador",capital:"Quito",fips:"EC",iso2:"EC",iso3:"ECU",isoNo:"218",internet:"EC"},{continent:"Africa",region:"Northern Africa",country:"Egypt",capital:"Cairo",fips:"EG",iso2:"EG",iso3:"EGY",isoNo:"818",internet:"EG"},{continent:"Americas",region:"Central America",country:"El Salvador",capital:"San Salvador",fips:"ES",iso2:"SV",iso3:"SLV",isoNo:"222",internet:"SV"},{continent:"Africa",region:"Western Africa",country:"Equatorial Guinea",capital:"Malabo",fips:"EK",iso2:"GQ",iso3:"GNQ",isoNo:"226",internet:"GQ"},{continent:"Africa",region:"Eastern Africa",country:"Eritrea",capital:"Asmara",fips:"ER",iso2:"ER",iso3:"ERI",isoNo:"232",internet:"ER"},{continent:"Europe",region:"Eastern Europe",country:"Estonia",capital:"Tallinn",fips:"EN",iso2:"EE",iso3:"EST",isoNo:"233",internet:"EE"},{continent:"Africa",region:"Eastern Africa",country:"Ethiopia",capital:"Addis Ababa",fips:"ET",iso2:"ET",iso3:"ETH",isoNo:"231",internet:"ET"},{continent:"Americas",region:"South America",country:"Falkland Islands (Islas Malvinas)",capital:"Stanley",fips:"FA",iso2:"FK",iso3:"FLK",isoNo:"238",internet:"FK"},{continent:"Europe",region:"Northern Europe",country:"Faroe Islands",capital:"Torshavn",fips:"FO",iso2:"FO",iso3:"FRO",isoNo:"234",internet:"FO"},{continent:"Oceania",region:"Pacific",country:"Fiji",capital:"Suva",fips:"FJ",iso2:"FJ",iso3:"FJI",isoNo:"242",internet:"FJ"},{continent:"Europe",region:"Northern Europe",country:"Finland",capital:"Helsinki",fips:"FI",iso2:"FI",iso3:"FIN",isoNo:"246",internet:"FI"},{continent:"Europe",region:"Western Europe",country:"France",capital:"Paris",fips:"FR",iso2:"FR",iso3:"FRA",isoNo:"250",internet:"FR"},{continent:"Americas",region:"South America",country:"French Guiana",capital:"Cayenne",fips:"FG",iso2:"GF",iso3:"GUF",isoNo:"254",internet:"GF"},{continent:"Oceania",region:"Pacific",country:"French Polynesia",capital:"Papeete",fips:"FP",iso2:"PF",iso3:"PYF",isoNo:"258",internet:"PF"},{continent:"Africa",region:"Western Africa",country:"Gabon",capital:"Libreville",fips:"GB",iso2:"GA",iso3:"GAB",isoNo:"266",internet:"GA"},{continent:"Africa",region:"Western Africa",country:"The Gambia",capital:"Banjul",fips:"GA",iso2:"GM",iso3:"GMB",isoNo:"270",internet:"GM"},{continent:"Asia",region:"South West Asia",country:"Georgia",capital:"T'bilisi",fips:"GG",iso2:"GE",iso3:"GEO",isoNo:"268",internet:"GE"},{continent:"Europe",region:"Western Europe",country:"Germany",capital:"Berlin",fips:"GM",iso2:"DE",iso3:"DEU",isoNo:"276",internet:"DE"},{continent:"Africa",region:"Western Africa",country:"Ghana",capital:"Accra",fips:"GH",iso2:"GH",iso3:"GHA",isoNo:"288",internet:"GH"},{continent:"Europe",region:"South West Europe",country:"Gibraltar",capital:"Gibraltar",fips:"GI",iso2:"GI",iso3:"GIB",isoNo:"292",internet:"GI"},{continent:"Europe",region:"South East Europe",country:"Greece",capital:"Athens",fips:"GR",iso2:"GR",iso3:"GRC",isoNo:"300",internet:"GR"},{continent:"Americas",region:"North America",country:"Greenland",capital:"Nuuk (Godthab)",fips:"GL",iso2:"GL",iso3:"GRL",isoNo:"304",internet:"GL"},{continent:"Americas",region:"West Indies",country:"Grenada",capital:"Saint George's",fips:"GJ",iso2:"GD",iso3:"GRD",isoNo:"308",internet:"GD"},{continent:"Americas",region:"West Indies",country:"Guadeloupe",capital:"Basse-Terre",fips:"GP",iso2:"GP",iso3:"GLP",isoNo:"312",internet:"GP"},{continent:"Oceania",region:"Pacific",country:"Guam",capital:"Hagatna (Agana)",fips:"GQ",iso2:"GU",iso3:"GUM",isoNo:"316",internet:"GU"},{continent:"Americas",region:"Central America",country:"Guatemala",capital:"Guatemala",fips:"GT",iso2:"GT",iso3:"GTM",isoNo:"320",internet:"GT"},{continent:"Africa",region:"Western Africa",country:"Guinea",capital:"Conakry",fips:"GV",iso2:"GN",iso3:"GIN",isoNo:"324",internet:"GN"},{continent:"Africa",region:"Western Africa",country:"Guinea-Bissau",capital:"Bissau",fips:"PU",iso2:"GW",iso3:"GNB",isoNo:"624",internet:"GW"},{continent:"Americas",region:"South America",country:"Guyana",capital:"Georgetown",fips:"GY",iso2:"GY",iso3:"GUY",isoNo:"328",internet:"GY"},{continent:"Americas",region:"West Indies",country:"Haiti",capital:"Port-au-Prince",fips:"HA",iso2:"HT",iso3:"HTI",isoNo:"332",internet:"HT"},{continent:"Europe",region:"Southern Europe",country:"Holy See (Vatican City)",capital:"Vatican City",fips:"VT",iso2:"VA",iso3:"VAT",isoNo:"336",internet:"VA"},{continent:"Americas",region:"Central America",country:"Honduras",capital:"Tegucigalpa",fips:"HO",iso2:"HN",iso3:"HND",isoNo:"340",internet:"HN"},{continent:"Europe",region:"Central Europe",country:"Hungary",capital:"Budapest",fips:"HU",iso2:"HU",iso3:"HUN",isoNo:"348",internet:"HU"},{continent:"Europe",region:"Northern Europe",country:"Iceland",capital:"Reykjavik",fips:"IC",iso2:"IS",iso3:"ISL",isoNo:"352",internet:"IS"},{continent:"Asia",region:"South Asia",country:"India",capital:"New Delhi",fips:"IN",iso2:"IN",iso3:"IND",isoNo:"356",internet:"IN"},{continent:"Asia",region:"South East Asia",country:"Indonesia",capital:"Jakarta",fips:"ID",iso2:"ID",iso3:"IDN",isoNo:"360",internet:"ID"},{continent:"Asia",region:"South West Asia",country:"Iran",capital:"Tehran",fips:"IR",iso2:"IR",iso3:"IRN",isoNo:"364",internet:"IR"},{continent:"Asia",region:"South West Asia",country:"Iraq",capital:"Baghdad",fips:"IZ",iso2:"IQ",iso3:"IRQ",isoNo:"368",internet:"IQ"},{continent:"Europe",region:"Western Europe",country:"Ireland",capital:"Dublin",fips:"EI",iso2:"IE",iso3:"IRL",isoNo:"372",internet:"IE"},{continent:"Asia",region:"South West Asia",country:"Israel",capital:"Jerusalem",fips:"IS",iso2:"IL",iso3:"ISR",isoNo:"376",internet:"IL"},{continent:"Europe",region:"Southern Europe",country:"Italy",capital:"Rome",fips:"IT",iso2:"IT",iso3:"ITA",isoNo:"380",internet:"IT"},{continent:"Americas",region:"West Indies",country:"Jamaica",capital:"Kingston",fips:"JM",iso2:"JM",iso3:"JAM",isoNo:"388",internet:"JM"},{continent:"Asia",region:"East Asia",country:"Japan",capital:"Tokyo",fips:"JA",iso2:"JP",iso3:"JPN",isoNo:"392",internet:"JP"},{continent:"Asia",region:"South West Asia",country:"Jordan",capital:"Amman",fips:"JO",iso2:"JO",iso3:"JOR",isoNo:"400",internet:"JO"},{continent:"Asia",region:"Central Asia",country:"Kazakhstan",capital:"Astana (Akmola)",fips:"KZ",iso2:"KZ",iso3:"KAZ",isoNo:"398",internet:"KZ"},{continent:"Africa",region:"Eastern Africa",country:"Kenya",capital:"Nairobi",fips:"KE",iso2:"KE",iso3:"KEN",isoNo:"404",internet:"KE"},{continent:"Oceania",region:"Pacific",country:"Kiribati",capital:"Tarawa",fips:"KR",iso2:"KI",iso3:"KIR",isoNo:"296",internet:"KI"},{continent:"Asia",region:"East Asia",country:"North Korea",capital:"P'yongyang",fips:"KN",iso2:"KP",iso3:"PRK",isoNo:"408",internet:"KP"},{continent:"Asia",region:"East Asia",country:"South Korea",capital:"Seoul",fips:"KS",iso2:"KR",iso3:"KOR",isoNo:"410",internet:"KR"},{continent:"Asia",region:"South West Asia",country:"Kuwait",capital:"Kuwait",fips:"KU",iso2:"KW",iso3:"KWT",isoNo:"414",internet:"KW"},{continent:"Asia",region:"Central Asia",country:"Kyrgyzstan",capital:"Bishkek",fips:"KG",iso2:"KG",iso3:"KGZ",isoNo:"417",internet:"KG"},{continent:"Asia",region:"South East Asia",country:"Laos",capital:"Vientiane",fips:"LA",iso2:"LA",iso3:"LAO",isoNo:"418",internet:"LA"},{continent:"Europe",region:"Eastern Europe",country:"Latvia",capital:"Riga",fips:"LG",iso2:"LV",iso3:"LVA",isoNo:"428",internet:"LV"},{continent:"Asia",region:"South West Asia",country:"Lebanon",capital:"Beirut",fips:"LE",iso2:"LB",iso3:"LBN",isoNo:"422",internet:"LB"},{continent:"Africa",region:"Southern Africa",country:"Lesotho",capital:"Maseru",fips:"LT",iso2:"LS",iso3:"LSO",isoNo:"426",internet:"LS"},{continent:"Africa",region:"Western Africa",country:"Liberia",capital:"Monrovia",fips:"LI",iso2:"LR",iso3:"LBR",isoNo:"430",internet:"LR"},{continent:"Africa",region:"Northern Africa",country:"Libya",capital:"Tripoli",fips:"LY",iso2:"LY",iso3:"LBY",isoNo:"434",internet:"LY"},{continent:"Europe",region:"Central Europe",country:"Liechtenstein",capital:"Vaduz",fips:"LS",iso2:"LI",iso3:"LIE",isoNo:"438",internet:"LI"},{continent:"Europe",region:"Eastern Europe",country:"Lithuania",capital:"Vilnius",fips:"LH",iso2:"LT",iso3:"LTU",isoNo:"440",internet:"LT"},{continent:"Europe",region:"Western Europe",country:"Luxembourg",capital:"Luxembourg",fips:"LU",iso2:"LU",iso3:"LUX",isoNo:"442",internet:"LU"},{continent:"Europe",region:"South East Europe",country:"North Macedonia",capital:"Skopje",fips:"MK",iso2:"MK",iso3:"MKD",isoNo:"807",internet:"MK"},{continent:"Africa",region:"Indian Ocean",country:"Madagascar",capital:"Antananarivo",fips:"MA",iso2:"MG",iso3:"MDG",isoNo:"450",internet:"MG"},{continent:"Africa",region:"Southern Africa",country:"Malawi",capital:"Lilongwe",fips:"MI",iso2:"MW",iso3:"MWI",isoNo:"454",internet:"MW"},{continent:"Asia",region:"South East Asia",country:"Malaysia",capital:"Kuala Lumpur",fips:"MY",iso2:"MY",iso3:"MYS",isoNo:"458",internet:"MY"},{continent:"Asia",region:"South Asia",country:"Maldives",capital:"Male (Maale)",fips:"MV",iso2:"MV",iso3:"MDV",isoNo:"462",internet:"MV"},{continent:"Africa",region:"Western Africa",country:"Mali",capital:"Bamako",fips:"ML",iso2:"ML",iso3:"MLI",isoNo:"466",internet:"ML"},{continent:"Europe",region:"Southern Europe",country:"Malta",capital:"Valletta",fips:"MT",iso2:"MT",iso3:"MLT",isoNo:"470",internet:"MT"},{continent:"Europe",region:"Western Europe",country:"Isle of Man",capital:"Douglas",fips:"IM",iso2:"IM",iso3:"IMN",isoNo:"833",internet:"IM"},{continent:"Oceania",region:"Pacific",country:"Marshall Islands",capital:"Majuro",fips:"RM",iso2:"MH",iso3:"MHL",isoNo:"584",internet:"MH"},{continent:"Americas",region:"West Indies",country:"Martinique",capital:"Fort-de-France",fips:"MB",iso2:"MQ",iso3:"MTQ",isoNo:"474",internet:"MQ"},{continent:"Africa",region:"Western Africa",country:"Mauritania",capital:"Nouakchott",fips:"MR",iso2:"MR",iso3:"MRT",isoNo:"478",internet:"MR"},{continent:"Africa",region:"Indian Ocean",country:"Mauritius",capital:"Port Louis",fips:"MP",iso2:"MU",iso3:"MUS",isoNo:"480",internet:"MU"},{continent:"Africa",region:"Indian Ocean",country:"Mayotte",capital:"Mamoutzou",fips:"MF",iso2:"YT",iso3:"MYT",isoNo:"175",internet:"YT"},{continent:"Americas",region:"Central America",country:"Mexico",capital:"Mexico",fips:"MX",iso2:"MX",iso3:"MEX",isoNo:"484",internet:"MX"},{continent:"Oceania",region:"Pacific",country:"Federated States of Micronesia",capital:"Palikir",fips:"",iso2:"FM",iso3:"FSM",isoNo:"583",internet:"FM"},{continent:"Europe",region:"Eastern Europe",country:"Moldova",capital:"Chisinau",fips:"MD",iso2:"MD",iso3:"MDA",isoNo:"498",internet:"MD"},{continent:"Europe",region:"Western Europe",country:"Monaco",capital:"Monaco",fips:"MN",iso2:"MC",iso3:"MCO",isoNo:"492",internet:"MC"},{continent:"Asia",region:"Northern Asia",country:"Mongolia",capital:"Ulaanbaatar",fips:"MG",iso2:"MN",iso3:"MNG",isoNo:"496",internet:"MN"},{continent:"Americas",region:"West Indies",country:"Montserrat",capital:"Plymouth",fips:"MH",iso2:"MS",iso3:"MSR",isoNo:"500",internet:"MS"},{continent:"Africa",region:"Northern Africa",country:"Morocco",capital:"Rabat",fips:"MO",iso2:"MA",iso3:"MAR",isoNo:"504",internet:"MA"},{continent:"Africa",region:"Southern Africa",country:"Mozambique",capital:"Maputo",fips:"MZ",iso2:"MZ",iso3:"MOZ",isoNo:"508",internet:"MZ"},{continent:"Asia",region:"South East Asia",country:"Myanmar (Burma)",capital:"Rangoon (Yangon)",fips:"BM",iso2:"MM",iso3:"MMR",isoNo:"104",internet:"MM"},{continent:"Africa",region:"Southern Africa",country:"Namibia",capital:"Windhoek",fips:"WA",iso2:"NA",iso3:"NAM",isoNo:"516",internet:"NA"},{continent:"Oceania",region:"Pacific",country:"Nauru",capital:"no official capital",fips:"NR",iso2:"NR",iso3:"NRU",isoNo:"520",internet:"NR"},{continent:"Asia",region:"South Asia",country:"Nepal",capital:"Kathmandu",fips:"NP",iso2:"NP",iso3:"NPL",isoNo:"524",internet:"NP"},{continent:"Europe",region:"Western Europe",country:"Netherlands",capital:"Amsterdam",fips:"NL",iso2:"NL",iso3:"NLD",isoNo:"528",internet:"NL"},{continent:"Americas",region:"West Indies",country:"Netherlands Antilles",capital:"Willemstad",fips:"NT",iso2:"AN",iso3:"ANT",isoNo:"530",internet:"AN"},{continent:"Oceania",region:"Pacific",country:"New Caledonia",capital:"Noumea",fips:"NC",iso2:"NC",iso3:"NCL",isoNo:"540",internet:"NC"},{continent:"Oceania",region:"Pacific",country:"New Zealand",capital:"Wellington",fips:"NZ",iso2:"NZ",iso3:"NZL",isoNo:"554",internet:"NZ"},{continent:"Americas",region:"Central America",country:"Nicaragua",capital:"Managua",fips:"NU",iso2:"NI",iso3:"NIC",isoNo:"558",internet:"NI"},{continent:"Africa",region:"Western Africa",country:"Niger",capital:"Niamey",fips:"NG",iso2:"NE",iso3:"NER",isoNo:"562",internet:"NE"},{continent:"Africa",region:"Western Africa",country:"Nigeria",capital:"Abuja",fips:"NI",iso2:"NG",iso3:"NGA",isoNo:"566",internet:"NG"},{continent:"Oceania",region:"Pacific",country:"Niue",capital:"Alofi",fips:"NE",iso2:"NU",iso3:"NIU",isoNo:"570",internet:"NU"},{continent:"Oceania",region:"Pacific",country:"Norfolk Island",capital:"Kingston",fips:"NF",iso2:"NF",iso3:"NFK",isoNo:"574",internet:"NF"},{continent:"Oceania",region:"Pacific",country:"Northern Mariana Islands",capital:"Saipan",fips:"CQ",iso2:"MP",iso3:"MNP",isoNo:"580",internet:"MP"},{continent:"Europe",region:"Northern Europe",country:"Norway",capital:"Oslo",fips:"NO",iso2:"NO",iso3:"NOR",isoNo:"578",internet:"NO"},{continent:"Asia",region:"South West Asia",country:"Oman",capital:"Muscat",fips:"MU",iso2:"OM",iso3:"OMN",isoNo:"512",internet:"OM"},{continent:"Asia",region:"South Asia",country:"Pakistan",capital:"Islamabad",fips:"PK",iso2:"PK",iso3:"PAK",isoNo:"586",internet:"PK"},{continent:"Oceania",region:"Pacific",country:"Palau",capital:"Koror",fips:"PS",iso2:"PW",iso3:"PLW",isoNo:"585",internet:"PW"},{continent:"Asia",region:"South West Asia",country:"Palestinian Territory",capital:"East Jerusalem",fips:"WE",iso2:"PS",iso3:"PSE",isoNo:"275",internet:"PS"},{continent:"Americas",region:"Central America",country:"Panama",capital:"Panama",fips:"PM",iso2:"PA",iso3:"PAN",isoNo:"591",internet:"PA"},{continent:"Oceania",region:"Pacific",country:"Papua New Guinea",capital:"Port Moresby",fips:"PP",iso2:"PG",iso3:"PNG",isoNo:"598",internet:"PG"},{continent:"Americas",region:"South America",country:"Paraguay",capital:"Asuncion",fips:"PA",iso2:"PY",iso3:"PRY",isoNo:"600",internet:"PY"},{continent:"Americas",region:"South America",country:"Peru",capital:"Lima",fips:"PE",iso2:"PE",iso3:"PER",isoNo:"604",internet:"PE"},{continent:"Asia",region:"South East Asia",country:"Philippines",capital:"Manila",fips:"RP",iso2:"PH",iso3:"PHL",isoNo:"608",internet:"PH"},{continent:"Oceania",region:"Pacific",country:"Pitcairn Islands",capital:"Adamstown",fips:"PC",iso2:"PN",iso3:"PCN",isoNo:"612",internet:"PN"},{continent:"Europe",region:"Eastern Europe",country:"Poland",capital:"Warsaw",fips:"PL",iso2:"PL",iso3:"POL",isoNo:"616",internet:"PL"},{continent:"Europe",region:"South West Europe",country:"Portugal",capital:"Lisbon",fips:"PO",iso2:"PT",iso3:"PRT",isoNo:"620",internet:"PT"},{continent:"Americas",region:"West Indies",country:"Puerto Rico",capital:"San Juan",fips:"RQ",iso2:"PR",iso3:"PRI",isoNo:"630",internet:"PR"},{continent:"Asia",region:"South West Asia",country:"Qatar",capital:"Doha",fips:"QA",iso2:"QA",iso3:"QAT",isoNo:"634",internet:"QA"},{continent:"Africa",region:"Indian Ocean",country:"Reunion",capital:"Saint-Denis",fips:"RE",iso2:"RE",iso3:"REU",isoNo:"638",internet:"RE"},{continent:"Europe",region:"South East Europe",country:"Romania",capital:"Bucharest",fips:"RO",iso2:"RO",iso3:"ROU",isoNo:"642",internet:"RO"},{continent:"Asia",region:"Northern Asia",country:"Russia",capital:"Moscow",fips:"RS",iso2:"RU",iso3:"RUS",isoNo:"643",internet:"RU"},{continent:"Africa",region:"Central Africa",country:"Rwanda",capital:"Kigali",fips:"RW",iso2:"RW",iso3:"RWA",isoNo:"646",internet:"RW"},{continent:"Americas",region:"West Indies",country:"Saint Kitts and Nevis",capital:"Basseterre",fips:"SC",iso2:"KN",iso3:"KNA",isoNo:"659",internet:"KN"},{continent:"Americas",region:"West Indies",country:"Saint Lucia",capital:"Castries",fips:"ST",iso2:"LC",iso3:"LCA",isoNo:"662",internet:"LC"},{continent:"Americas",region:"North America",country:"Saint Pierre and Miquelon",capital:"Saint-Pierre",fips:"SB",iso2:"PM",iso3:"SPM",isoNo:"666",internet:"PM"},{continent:"Americas",region:"West Indies",country:"Saint Vincent and the Grenadines",capital:"Kingstown",fips:"VC",iso2:"VC",iso3:"VCT",isoNo:"670",internet:"VC"},{continent:"Europe",region:"Southern Europe",country:"San Marino",capital:"San Marino",fips:"SM",iso2:"SM",iso3:"SMR",isoNo:"674",internet:"SM"},{continent:"Africa",region:"Western Africa",country:"Sao Tome and Principe",capital:"Sao Tome",fips:"TP",iso2:"ST",iso3:"STP",isoNo:"678",internet:"ST"},{continent:"Asia",region:"South West Asia",country:"Saudi Arabia",capital:"Riyadh",fips:"SA",iso2:"SA",iso3:"SAU",isoNo:"682",internet:"SA"},{continent:"Africa",region:"Western Africa",country:"Senegal",capital:"Dakar",fips:"SG",iso2:"SN",iso3:"SEN",isoNo:"686",internet:"SN"},{continent:"Africa",region:"Indian Ocean",country:"Seychelles",capital:"Victoria",fips:"SE",iso2:"SC",iso3:"SYC",isoNo:"690",internet:"SC"},{continent:"Africa",region:"Western Africa",country:"Sierra Leone",capital:"Freetown",fips:"SL",iso2:"SL",iso3:"SLE",isoNo:"694",internet:"SL"},{continent:"Asia",region:"South East Asia",country:"Singapore",capital:"Singapore",fips:"SN",iso2:"SG",iso3:"SGP",isoNo:"702",internet:"SG"},{continent:"Europe",region:"Central Europe",country:"Slovakia",capital:"Bratislava",fips:"LO",iso2:"SK",iso3:"SVK",isoNo:"703",internet:"SK"},{continent:"Europe",region:"South East Europe",country:"Slovenia",capital:"Ljubljana",fips:"SI",iso2:"SI",iso3:"SVN",isoNo:"705",internet:"SI"},{continent:"Oceania",region:"Pacific",country:"Solomon Islands",capital:"Honiara",fips:"BP",iso2:"SB",iso3:"SLB",isoNo:"90",internet:"SB"},{continent:"Africa",region:"Eastern Africa",country:"Somalia",capital:"Mogadishu",fips:"SO",iso2:"SO",iso3:"SOM",isoNo:"706",internet:"SO"},{continent:"Africa",region:"Southern Africa",country:"South Africa",capital:"Pretoria��",fips:"SF",iso2:"ZA",iso3:"ZAF",isoNo:"710",internet:"ZA"},{continent:"Europe",region:"South West Europe",country:"Spain",capital:"Madrid",fips:"SP",iso2:"ES",iso3:"ESP",isoNo:"724",internet:"ES"},{continent:"Asia",region:"South Asia",country:"Sri Lanka",capital:"Colombo",fips:"CE",iso2:"LK",iso3:"LKA",isoNo:"144",internet:"LK"},{continent:"Africa",region:"Northern Africa",country:"Sudan",capital:"Khartoum",fips:"SU",iso2:"SD",iso3:"SDN",isoNo:"736",internet:"SD"},{continent:"Americas",region:"South America",country:"Suriname",capital:"Paramaribo",fips:"NS",iso2:"SR",iso3:"SUR",isoNo:"740",internet:"SR"},{continent:"Europe",region:"Northern Europe",country:"Svalbard",capital:"Longyearbyen",fips:"SV",iso2:"SJ",iso3:"SJM",isoNo:"744",internet:"SJ"},{continent:"Africa",region:"Southern Africa",country:"Eswatini",capital:"Mbabane",fips:"WZ",iso2:"SZ",iso3:"SWZ",isoNo:"748",internet:"SZ"},{continent:"Europe",region:"Northern Europe",country:"Sweden",capital:"Stockholm",fips:"SW",iso2:"SE",iso3:"SWE",isoNo:"752",internet:"SE"},{continent:"Europe",region:"Central Europe",country:"Switzerland",capital:"Bern",fips:"SZ",iso2:"CH",iso3:"CHE",isoNo:"756",internet:"CH"},{continent:"Asia",region:"South West Asia",country:"Syria",capital:"Damascus",fips:"SY",iso2:"SY",iso3:"SYR",isoNo:"760",internet:"SY"},{continent:"Asia",region:"East Asia",country:"Taiwan",capital:"Taipei",fips:"TW",iso2:"TW",iso3:"TWN",isoNo:"158",internet:"TW"},{continent:"Asia",region:"Central Asia",country:"Tajikistan",capital:"Dushanbe",fips:"TI",iso2:"TJ",iso3:"TJK",isoNo:"762",internet:"TJ"},{continent:"Africa",region:"Eastern Africa",country:"Tanzania",capital:"Dar es Salaam",fips:"TZ",iso2:"TZ",iso3:"TZA",isoNo:"834",internet:"TZ"},{continent:"Asia",region:"South East Asia",country:"Thailand",capital:"Bangkok",fips:"TH",iso2:"TH",iso3:"THA",isoNo:"764",internet:"TH"},{continent:"Africa",region:"Western Africa",country:"Togo",capital:"Lome",fips:"TO",iso2:"TG",iso3:"TGO",isoNo:"768",internet:"TG"},{continent:"Oceania",region:"Pacific",country:"Tokelau",capital:"none",fips:"TL",iso2:"TK",iso3:"TKL",isoNo:"772",internet:"TK"},{continent:"Oceania",region:"Pacific",country:"Tonga",capital:"Nuku'alofa",fips:"TN",iso2:"TO",iso3:"TON",isoNo:"776",internet:"TO"},{continent:"Americas",region:"West Indies",country:"Trinidad and Tobago",capital:"Port-of-Spain",fips:"TD",iso2:"TT",iso3:"TTO",isoNo:"780",internet:"TT"},{continent:"Africa",region:"Northern Africa",country:"Tunisia",capital:"Tunis",fips:"TS",iso2:"TN",iso3:"TUN",isoNo:"788",internet:"TN"},{continent:"Asia",region:"South West Asia",country:"Turkey",capital:"Ankara",fips:"TU",iso2:"TR",iso3:"TUR",isoNo:"792",internet:"TR"},{continent:"Asia",region:"Central Asia",country:"Turkmenistan",capital:"Ashgabat",fips:"TX",iso2:"TM",iso3:"TKM",isoNo:"795",internet:"TM"},{continent:"Americas",region:"West Indies",country:"Turks and Caicos Islands",capital:"Grand Turk",fips:"TK",iso2:"TC",iso3:"TCA",isoNo:"796",internet:"TC"},{continent:"Oceania",region:"Pacific",country:"Tuvalu",capital:"Funafuti",fips:"TV",iso2:"TV",iso3:"TUV",isoNo:"798",internet:"TV"},{continent:"Africa",region:"Eastern Africa",country:"Uganda",capital:"Kampala",fips:"UG",iso2:"UG",iso3:"UGA",isoNo:"800",internet:"UG"},{continent:"Europe",region:"Eastern Europe",country:"Ukraine",capital:"Kiev",fips:"UP",iso2:"UA",iso3:"UKR",isoNo:"804",internet:"UA"},{continent:"Asia",region:"South West Asia",country:"United Arab Emirates",capital:"Abu Dhabi",fips:"TC",iso2:"AE",iso3:"ARE",isoNo:"784",internet:"AE"},{continent:"Europe",region:"Western Europe",country:"United Kingdom",capital:"London",fips:"UK",iso2:"GB",iso3:"GBR",isoNo:"826",internet:"UK"},{continent:"Americas",region:"North America",country:"United States",capital:"Washington DC",fips:"US",iso2:"US",iso3:"USA",isoNo:"840",internet:"US"},{continent:"Americas",region:"North America",country:"United States Minor Outlying Islands",capital:"Washington DC",fips:"",iso2:"UM",iso3:"UMI",isoNo:"581",internet:"US"},{continent:"Americas",region:"South America",country:"Uruguay",capital:"Montevideo",fips:"UY",iso2:"UY",iso3:"URY",isoNo:"858",internet:"UY"},{continent:"Asia",region:"Central Asia",country:"Uzbekistan",capital:"Tashkent (Toshkent)",fips:"UZ",iso2:"UZ",iso3:"UZB",isoNo:"860",internet:"UZ"},{continent:"Oceania",region:"Pacific",country:"Vanuatu",capital:"Port-Vila",fips:"NH",iso2:"VU",iso3:"VUT",isoNo:"548",internet:"VU"},{continent:"Americas",region:"South America",country:"Venezuela",capital:"Caracas",fips:"VE",iso2:"VE",iso3:"VEN",isoNo:"862",internet:"UE"},{continent:"Asia",region:"South East Asia",country:"Vietnam",capital:"Hanoi",fips:"VN",iso2:"VN",iso3:"VNM",isoNo:"704",internet:"VN"},{continent:"Americas",region:"West Indies",country:"Virgin Islands",capital:"Charlotte Amalie",fips:"VQ",iso2:"VI",iso3:"VIR",isoNo:"850",internet:"VI"},{continent:"Oceania",region:"Pacific",country:"Wallis and Futuna",capital:"Mata-Utu (on Ile Uvea)",fips:"WF",iso2:"WF",iso3:"WLF",isoNo:"876",internet:"WF"},{continent:"Africa",region:"Northern Africa",country:"Western Sahara",capital:"none",fips:"WI",iso2:"EH",iso3:"ESH",isoNo:"732",internet:"EH"},{continent:"Oceania",region:"Pacific",country:"Western Samoa",capital:"Apia",fips:"WS",iso2:"WS",iso3:"WSM",isoNo:"882",internet:"WS"},{continent:"Asia",region:"South West Asia",country:"Yemen",capital:"Sanaa",fips:"YM",iso2:"YE",iso3:"YEM",isoNo:"887",internet:"YE"},{continent:"Africa",region:"Central Africa",country:"Democratic Republic of the Congo",capital:"Kinshasa",fips:"CG",iso2:"CD",iso3:"COD",isoNo:"180",internet:"ZR"},{continent:"Africa",region:"Southern Africa",country:"Zambia",capital:"Lusaka",fips:"ZA",iso2:"ZM",iso3:"ZMB",isoNo:"894",internet:"ZM"},{continent:"Africa",region:"Southern Africa",country:"Zimbabwe",capital:"Harare",fips:"ZI",iso2:"ZW",iso3:"ZWE",isoNo:"716",internet:"ZW"},{continent:"Asia",region:"East Asia",country:"Hong Kong",capital:"Victoria",fips:"HK",iso2:"HK",iso3:"HKG",isoNo:"344",internet:"HK"},{continent:"Asia",region:"East Asia",country:"Macau",capital:"Macau",fips:"MC",iso2:"MO",iso3:"MAC",isoNo:"446",internet:"MO"},{continent:"Antarctica",region:"Antarctica",country:"Antarctica",capital:"",fips:"AY",iso2:"AQ",iso3:"ATA",isoNo:"10",internet:"AQ"},{continent:"Atlantic Ocean",region:"South Atlantic Ocean",country:"Bouvet Island",capital:"",fips:"BV",iso2:"BV",iso3:"BVT",isoNo:"74",internet:"BV"},{continent:"Asia",region:"South Asia",country:"British Indian Ocean Territory",capital:"",fips:"IO",iso2:"IO",iso3:"IOT",isoNo:"86",internet:"IO"},{continent:"Indian Ocean",region:"Southern Indian Ocean",country:"French Southern and Antarctic Lands",capital:"",fips:"FS",iso2:"TF",iso3:"ATF",isoNo:"260",internet:"--"},{continent:"Indian Ocean",region:"Southern Indian Ocean",country:"Heard Island and McDonald Islands",capital:"",fips:"HM",iso2:"HM",iso3:"HMD",isoNo:"334",internet:"HM"},{continent:"Atlantic Ocean",region:"South Atlantic Ocean",country:"Saint Helena",capital:"",fips:"SH",iso2:"SH",iso3:"SHN",isoNo:"654",internet:"SH"},{continent:"Atlantic Ocean",region:"South Atlantic Ocean",country:"South Georgia and the South Sandwich Islands",capital:"",fips:"SX",iso2:"GS",iso3:"SGS",isoNo:"239",internet:"GS"},{continent:"Europe",region:"Western Europe",country:"Guernsey",capital:"Saint Peter Port",fips:"GK",iso2:"GG",iso3:"GGY",isoNo:"831",internet:"GG"},{continent:"Europe",region:"South East Europe",country:"Serbia",capital:"Belgrade",fips:"RI",iso2:"RS",iso3:"SRB",isoNo:"688",internet:"RS"},{continent:"Americas",region:"West Indies",country:"Saint Barthélemy",capital:"Gustavia",fips:"TB",iso2:"BL",iso3:"BLM",isoNo:"652",internet:"BL"},{continent:"Europe",region:"South East Europe",country:"Montenegro",capital:"Podgorica",fips:"MJ",iso2:"ME",iso3:"MNE",isoNo:"499",internet:"ME"},{continent:"Europe",region:"Western Europe",country:"Jersey",capital:"Saint Helier",fips:"JE",iso2:"JE",iso3:"JEY",isoNo:"832",internet:"JE"},{continent:"Americas",region:"West Indies",country:"Curaçao",capital:"Willemstad",fips:"UC",iso2:"CW",iso3:"CUW",isoNo:"531",internet:"CW"},{continent:"Americas",region:"West Indies",country:"Saint Martin",capital:"Marigot",fips:"RN",iso2:"MF",iso3:"MAF",isoNo:"663",internet:"MF"},{continent:"Americas",region:"West Indies",country:"Sint Maarten",capital:"Philipsburg",fips:"NN",iso2:"SX",iso3:"SXM",isoNo:"534",internet:"SX"},{continent:"Asia",region:"South East Asia",country:"Timor-Leste",capital:"Dili",fips:"TT",iso2:"TL",iso3:"TLS",isoNo:"626",internet:"TL"},{continent:"Africa",region:"Northern Africa",country:"South Sudan",capital:"Juba",fips:"OD",iso2:"SS",iso3:"SSD",isoNo:"728",internet:"SS"},{continent:"Europe",region:"Northern Europe",country:"Åland Islands",capital:"Mariehamn",fips:"AX",iso2:"AX",iso3:"ALA",isoNo:"248",internet:"AX"},{continent:"Americas",region:"West Indies",country:"Bonaire",capital:"Kralendijk",fips:"BQ",iso2:"BQ",iso3:"BES",isoNo:"535",internet:"BQ"},{continent:"Europe",region:"South East Europe",country:"Republic of Kosovo",capital:"Pristina",fips:"KV",iso2:"XK",iso3:"UNK",isoNo:null,internet:"XK"}],metadata={version:4,country_calling_codes:{1:["US","AG","AI","AS","BB","BM","BS","CA","DM","DO","GD","GU","JM","KN","KY","LC","MP","MS","PR","SX","TC","TT","VC","VG","VI"],7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"],86:["CN"],90:["TR"],91:["IN"],92:["PK"],93:["AF"],94:["LK"],95:["MM"],98:["IR"],211:["SS"],212:["MA","EH"],213:["DZ"],216:["TN"],218:["LY"],220:["GM"],221:["SN"],222:["MR"],223:["ML"],224:["GN"],225:["CI"],226:["BF"],227:["NE"],228:["TG"],229:["BJ"],230:["MU"],231:["LR"],232:["SL"],233:["GH"],234:["NG"],235:["TD"],236:["CF"],237:["CM"],238:["CV"],239:["ST"],240:["GQ"],241:["GA"],242:["CG"],243:["CD"],244:["AO"],245:["GW"],246:["IO"],247:["AC"],248:["SC"],249:["SD"],250:["RW"],251:["ET"],252:["SO"],253:["DJ"],254:["KE"],255:["TZ"],256:["UG"],257:["BI"],258:["MZ"],260:["ZM"],261:["MG"],262:["RE","YT"],263:["ZW"],264:["NA"],265:["MW"],266:["LS"],267:["BW"],268:["SZ"],269:["KM"],290:["SH","TA"],291:["ER"],297:["AW"],298:["FO"],299:["GL"],350:["GI"],351:["PT"],352:["LU"],353:["IE"],354:["IS"],355:["AL"],356:["MT"],357:["CY"],358:["FI","AX"],359:["BG"],370:["LT"],371:["LV"],372:["EE"],373:["MD"],374:["AM"],375:["BY"],376:["AD"],377:["MC"],378:["SM"],380:["UA"],381:["RS"],382:["ME"],383:["XK"],385:["HR"],386:["SI"],387:["BA"],389:["MK"],420:["CZ"],421:["SK"],423:["LI"],500:["FK"],501:["BZ"],502:["GT"],503:["SV"],504:["HN"],505:["NI"],506:["CR"],507:["PA"],508:["PM"],509:["HT"],590:["GP","BL","MF"],591:["BO"],592:["GY"],593:["EC"],594:["GF"],595:["PY"],596:["MQ"],597:["SR"],598:["UY"],599:["CW","BQ"],670:["TL"],672:["NF"],673:["BN"],674:["NR"],675:["PG"],676:["TO"],677:["SB"],678:["VU"],679:["FJ"],680:["PW"],681:["WF"],682:["CK"],683:["NU"],685:["WS"],686:["KI"],687:["NC"],688:["TV"],689:["PF"],690:["TK"],691:["FM"],692:["MH"],850:["KP"],852:["HK"],853:["MO"],855:["KH"],856:["LA"],880:["BD"],886:["TW"],960:["MV"],961:["LB"],962:["JO"],963:["SY"],964:["IQ"],965:["KW"],966:["SA"],967:["YE"],968:["OM"],970:["PS"],971:["AE"],972:["IL"],973:["BH"],974:["QA"],975:["BT"],976:["MN"],977:["NP"],992:["TJ"],993:["TM"],994:["AZ"],995:["GE"],996:["KG"],998:["UZ"]},countries:{AC:["247","00","(?:[01589]\\d|[46])\\d{4}",[5,6]],AD:["376","00","(?:1|6\\d)\\d{7}|[135-9]\\d{5}",[6,8,9],[["(\\d{3})(\\d{3})","$1 $2",["[135-9]"]],["(\\d{4})(\\d{4})","$1 $2",["1"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]]],AE:["971","00","(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}",[5,6,7,8,9,10,11,12],[["(\\d{3})(\\d{2,9})","$1 $2",["60|8"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[236]|[479][2-8]"],"0$1"],["(\\d{3})(\\d)(\\d{5})","$1 $2 $3",["[479]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"]],"0"],AF:["93","00","[2-7]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"]],"0"],AG:["1","011","(?:268|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([457]\\d{6})$|1","268$1",0,"268"],AI:["1","011","(?:264|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2457]\\d{6})$|1","264$1",0,"264"],AL:["355","00","(?:700\\d\\d|900)\\d{3}|8\\d{5,7}|(?:[2-5]|6\\d)\\d{7}",[6,7,8,9],[["(\\d{3})(\\d{3,4})","$1 $2",["80|9"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["4[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2358][2-5]|4"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["[23578]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["6"],"0$1"]],"0"],AM:["374","00","(?:[1-489]\\d|55|60|77)\\d{6}",[8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[89]0"],"0 $1"],["(\\d{3})(\\d{5})","$1 $2",["2|3[12]"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["1|47"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[3-9]"],"0$1"]],"0"],AO:["244","00","[29]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[29]"]]]],AR:["54","00","(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}",[10,11],[["(\\d{4})(\\d{2})(\\d{4})","$1 $2-$3",["2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])","2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["1"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[68]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2-$3",["[23]"],"0$1",1],["(\\d)(\\d{4})(\\d{2})(\\d{4})","$2 15-$3-$4",["9(?:2[2-469]|3[3-578])","9(?:2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9]))","9(?:2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8])))|92(?:2[24-9]|3[1-59]|47)","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5(?:[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]","9(?:2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|5(?:4(?:4|5[13-7]|6[89])|[56][46]|[78])|7[378]|8(?:6[3-6]|[78]))))|92(?:2[24-9]|3[1-59]|47)|93(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]"],"0$1",0,"$1 $2 $3-$4"],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 15-$3-$4",["91"],"0$1",0,"$1 $2 $3-$4"],["(\\d{3})(\\d{3})(\\d{5})","$1-$2-$3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 15-$3-$4",["9"],"0$1",0,"$1 $2 $3-$4"]],"0",0,"0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?","9$1"],AS:["1","011","(?:[58]\\d\\d|684|900)\\d{7}",[10],0,"1",0,"([267]\\d{6})$|1","684$1",0,"684"],AT:["43","00","1\\d{3,12}|2\\d{6,12}|43(?:(?:0\\d|5[02-9])\\d{3,9}|2\\d{4,5}|[3467]\\d{4}|8\\d{4,6}|9\\d{4,7})|5\\d{4,12}|8\\d{7,12}|9\\d{8,12}|(?:[367]\\d|4[0-24-9])\\d{4,11}",[4,5,6,7,8,9,10,11,12,13],[["(\\d)(\\d{3,12})","$1 $2",["1(?:11|[2-9])"],"0$1"],["(\\d{3})(\\d{2})","$1 $2",["517"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["5[079]"],"0$1"],["(\\d{3})(\\d{3,10})","$1 $2",["(?:31|4)6|51|6(?:5[0-3579]|[6-9])|7(?:20|32|8)|[89]"],"0$1"],["(\\d{4})(\\d{3,9})","$1 $2",["[2-467]|5[2-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["5"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,7})","$1 $2 $3",["5"],"0$1"]],"0"],AU:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{7}(?:\\d(?:\\d{2})?)?|8[0-24-9]\\d{7})|[2-478]\\d{8}|1\\d{4,7}",[5,6,7,8,9,10,12],[["(\\d{2})(\\d{3,4})","$1 $2",["16"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,4})","$1 $2 $3",["16"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["14|4"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[2378]"],"(0$1)"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:30|[89])"]]],"0",0,"(183[12])|0",0,0,0,[["(?:(?:2(?:[0-26-9]\\d|3[0-8]|4[02-9]|5[0135-9])|3(?:[0-3589]\\d|4[0-578]|6[1-9]|7[0-35-9])|7(?:[013-57-9]\\d|2[0-8]))\\d{3}|8(?:51(?:0(?:0[03-9]|[12479]\\d|3[2-9]|5[0-8]|6[1-9]|8[0-7])|1(?:[0235689]\\d|1[0-69]|4[0-589]|7[0-47-9])|2(?:0[0-79]|[18][13579]|2[14-9]|3[0-46-9]|[4-6]\\d|7[89]|9[0-4]))|(?:6[0-8]|[78]\\d)\\d{3}|9(?:[02-9]\\d{3}|1(?:(?:[0-58]\\d|6[0135-9])\\d|7(?:0[0-24-9]|[1-9]\\d)|9(?:[0-46-9]\\d|5[0-79])))))\\d{3}",[9]],["4(?:79[01]|83[0-389]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[016-9]|7[02-8]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,["163\\d{2,6}",[5,6,7,8,9]],["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],AW:["297","00","(?:[25-79]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[25-9]"]]]],AX:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}",[5,6,7,8,9,10,11,12],0,"0",0,0,0,0,"18",0,"00"],AZ:["994","00","365\\d{6}|(?:[124579]\\d|60|88)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[28]|2|365|46","1[28]|2|365[45]|46","1[28]|2|365(?:4|5[02])|46"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[13-9]"],"0$1"]],"0"],BA:["387","00","6\\d{8}|(?:[35689]\\d|49|70)\\d{6}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["6[1-3]|[7-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2-$3",["[3-5]|6[56]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["6"],"0$1"]],"0"],BB:["1","011","(?:246|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","246$1",0,"246"],BD:["880","00","[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{4,6})","$1-$2",["31[5-8]|[459]1"],"0$1"],["(\\d{3})(\\d{3,7})","$1-$2",["3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]"],"0$1"],["(\\d{4})(\\d{3,6})","$1-$2",["[13-9]|22"],"0$1"],["(\\d)(\\d{7,8})","$1-$2",["2"],"0$1"]],"0"],BE:["32","00","4\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:80|9)0"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[239]|4[23]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[15-8]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4"],"0$1"]],"0"],BF:["226","00","[025-7]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[025-7]"]]]],BG:["359","00","00800\\d{7}|[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}",[6,7,8,9,12],[["(\\d)(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["43[1-6]|70[1-9]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["(?:70|8)0"],"0$1"],["(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3",["43[1-7]|7"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[48]|9[08]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"]],"0"],BH:["973","00","[136-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[13679]|8[047]"]]]],BI:["257","00","(?:[267]\\d|31)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2367]"]]]],BJ:["229","00","[24-689]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-689]"]]]],BL:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:2[7-9]|5[12]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-2])\\d{4}"]]],BM:["1","011","(?:441|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","441$1",0,"441"],BN:["673","00","[2-578]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-578]"]]]],BO:["591","00(?:1\\d)?","(?:[2-467]\\d\\d|8001)\\d{5}",[8,9],[["(\\d)(\\d{7})","$1 $2",["[23]|4[46]"]],["(\\d{8})","$1",["[67]"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["8"]]],"0",0,"0(1\\d)?"],BQ:["599","00","(?:[34]1|7\\d)\\d{5}",[7],0,0,0,0,0,0,"[347]"],BR:["55","00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)","(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-46-9]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}",[8,9,10,11],[["(\\d{4})(\\d{4})","$1-$2",["300|4(?:0[02]|37)","4(?:02|37)0|[34]00"]],["(\\d{3})(\\d{2,3})(\\d{4})","$1 $2 $3",["(?:[358]|90)0"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2-$3",["(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]"],"($1)"],["(\\d{2})(\\d{5})(\\d{4})","$1 $2-$3",["[16][1-9]|[2-57-9]"],"($1)"]],"0",0,"(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?","$2"],BS:["1","011","(?:242|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([3-8]\\d{6})$|1","242$1",0,"242"],BT:["975","00","[17]\\d{7}|[2-8]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[2-68]|7[246]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[67]|7"]]]],BW:["267","00","(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}",[7,8,10],[["(\\d{2})(\\d{5})","$1 $2",["90"]],["(\\d{3})(\\d{4})","$1 $2",["[24-6]|3[15-79]"]],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37]"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["8"]]]],BY:["375","810","(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3})","$1 $2",["800"],"8 $1"],["(\\d{3})(\\d{2})(\\d{2,4})","$1 $2 $3",["800"],"8 $1"],["(\\d{4})(\\d{2})(\\d{3})","$1 $2-$3",["1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])","1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])"],"8 0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["1(?:[56]|7[467])|2[1-3]"],"8 0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-4]"],"8 0$1"],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["[89]"],"8 $1"]],"8",0,"0|80?",0,0,0,0,"8~10"],BZ:["501","00","(?:0800\\d|[2-8])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1-$2",["[2-8]"]],["(\\d)(\\d{3})(\\d{4})(\\d{3})","$1-$2-$3-$4",["0"]]]],CA:["1","011","(?:[2-8]\\d|90)\\d{8}|3\\d{6}",[7,10],0,"1",0,0,0,0,0,[["(?:2(?:04|[23]6|[48]9|50|63)|3(?:06|43|54|6[578]|82)|4(?:03|1[68]|[26]8|3[178]|50|74)|5(?:06|1[49]|48|79|8[147])|6(?:04|[18]3|39|47|72)|7(?:0[59]|42|53|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}",[10]],["",[10]],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}",[10]],["900[2-9]\\d{6}",[10]],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|(?:5(?:00|2[125-9]|33|44|66|77|88)|622)[2-9]\\d{6}",[10]],0,["310\\d{4}",[7]],0,["600[2-9]\\d{6}",[10]]]],CC:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}",[9]],["4(?:79[01]|83[0-389]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[016-9]|7[02-8]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CD:["243","00","[189]\\d{8}|[1-68]\\d{6}",[7,9],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[1-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]"],"0$1"]],"0"],CF:["236","00","(?:[27]\\d{3}|8776)\\d{4}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[278]"]]]],CG:["242","00","222\\d{6}|(?:0\\d|80)\\d{7}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[02]"]]]],CH:["41","00","8\\d{11}|[2-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8[047]|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-79]|81"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["8"],"0$1"]],"0"],CI:["225","00","[02]\\d{9}",[10],[["(\\d{2})(\\d{2})(\\d)(\\d{5})","$1 $2 $3 $4",["2"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3 $4",["0"]]]],CK:["682","00","[2-578]\\d{4}",[5],[["(\\d{2})(\\d{3})","$1 $2",["[2-578]"]]]],CL:["56","(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0","12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}",[9,10,11],[["(\\d{5})(\\d{4})","$1 $2",["219","2196"],"($1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["44"]],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2[1-36]"],"($1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["9[2-9]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])"],"($1)"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["60|8"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{3})(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3 $4",["60"]]]],CM:["237","00","[26]\\d{8}|88\\d{6,7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["88"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[26]|88"]]]],CN:["86","00|1(?:[12]\\d|79)\\d\\d00","1[127]\\d{8,9}|2\\d{9}(?:\\d{2})?|[12]\\d{6,7}|86\\d{6}|(?:1[03-689]\\d|6)\\d{7,9}|(?:[3-579]\\d|8[0-57-9])\\d{6,9}",[7,8,9,10,11,12],[["(\\d{2})(\\d{5,6})","$1 $2",["(?:10|2[0-57-9])[19]","(?:10|2[0-57-9])(?:10|9[56])","10(?:10|9[56])|2[0-57-9](?:100|9[56])"],"0$1"],["(\\d{3})(\\d{5,6})","$1 $2",["3(?:[157]|35|49|9[1-68])|4(?:[17]|2[179]|6[47-9]|8[23])|5(?:[1357]|2[37]|4[36]|6[1-46]|80)|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])|(?:4[35]|59|85)[1-9]","(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]","85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])","85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["(?:4|80)0"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|2(?:[02-57-9]|1[1-9])","10|2(?:[02-57-9]|1[1-9])","10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]"],"0$1",1],["(\\d{3})(\\d{7,8})","$1 $2",["9"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["80"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[3-578]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["1[3-9]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["[12]"],"0$1",1]],"0",0,"(1(?:[12]\\d|79)\\d\\d)|0",0,0,0,0,"00"],CO:["57","00(?:4(?:[14]4|56)|[579])","(?:60\\d\\d|9101)\\d{6}|(?:1\\d|3)\\d{9}",[10,11],[["(\\d{3})(\\d{7})","$1 $2",["6"],"($1)"],["(\\d{3})(\\d{7})","$1 $2",["3[0-357]|91"]],["(\\d)(\\d{3})(\\d{7})","$1-$2-$3",["1"],"0$1",0,"$1 $2 $3"]],"0",0,"0(4(?:[14]4|56)|[579])?"],CR:["506","00","(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}",[8,10],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[3-9]"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["[89]"]]],0,0,"(19(?:0[0-2468]|1[09]|20|66|77|99))"],CU:["53","119","[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}",[6,7,8,10],[["(\\d{2})(\\d{4,6})","$1 $2",["2[1-4]|[34]"],"(0$1)"],["(\\d)(\\d{6,7})","$1 $2",["7"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["5"],"0$1"],["(\\d{3})(\\d{7})","$1 $2",["8"],"0$1"]],"0"],CV:["238","0","(?:[2-59]\\d\\d|800)\\d{4}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2-589]"]]]],CW:["599","00","(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[3467]"]],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["9[4-8]"]]],0,0,0,0,0,"[69]"],CX:["61","001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011","1(?:[0-79]\\d{8}(?:\\d{2})?|8[0-24-9]\\d{7})|[148]\\d{8}|1\\d{5,7}",[6,7,8,9,10,12],0,"0",0,"([59]\\d{7})$|0","8$1",0,0,[["8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}",[9]],["4(?:79[01]|83[0-389]|93[0-6])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[016-9]|7[02-8]|8[0-24-9]|9[0-27-9])\\d{6}",[9]],["180(?:0\\d{3}|2)\\d{3}",[7,10]],["190[0-26]\\d{6}",[10]],0,0,0,0,["14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}",[9]],["13(?:00\\d{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}",[6,8,10,12]]],"0011"],CY:["357","00","(?:[279]\\d|[58]0)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[257-9]"]]]],CZ:["420","00","(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]|9[015-7]"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{2})","$1 $2 $3 $4",["96"]],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]]],DE:["49","00","[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:2[024-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[015]\\d|2[13]|31|[46][1-8])\\d{1,9}",[4,5,6,7,8,9,10,11,12,13,14,15],[["(\\d{2})(\\d{3,13})","$1 $2",["3[02]|40|[68]9"],"0$1"],["(\\d{3})(\\d{3,12})","$1 $2",["2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1","2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1"],"0$1"],["(\\d{4})(\\d{2,11})","$1 $2",["[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]","[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["138"],"0$1"],["(\\d{5})(\\d{2,10})","$1 $2",["3"],"0$1"],["(\\d{3})(\\d{5,11})","$1 $2",["181"],"0$1"],["(\\d{3})(\\d)(\\d{4,10})","$1 $2 $3",["1(?:3|80)|9"],"0$1"],["(\\d{3})(\\d{7,8})","$1 $2",["1[67]"],"0$1"],["(\\d{3})(\\d{7,12})","$1 $2",["8"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["185","1850","18500"],"0$1"],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["18[68]"],"0$1"],["(\\d{5})(\\d{6})","$1 $2",["15[0568]"],"0$1"],["(\\d{4})(\\d{7})","$1 $2",["15[1279]"],"0$1"],["(\\d{3})(\\d{8})","$1 $2",["18"],"0$1"],["(\\d{3})(\\d{2})(\\d{7,8})","$1 $2 $3",["1(?:6[023]|7)"],"0$1"],["(\\d{4})(\\d{2})(\\d{7})","$1 $2 $3",["15[279]"],"0$1"],["(\\d{3})(\\d{2})(\\d{8})","$1 $2 $3",["15"],"0$1"]],"0"],DJ:["253","00","(?:2\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[27]"]]]],DK:["45","00","[2-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-9]"]]]],DM:["1","011","(?:[58]\\d\\d|767|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","767$1",0,"767"],DO:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,0,0,0,"8001|8[024]9"],DZ:["213","00","(?:[1-4]|[5-79]\\d|80)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["9"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-8]"],"0$1"]],"0"],EC:["593","00","1\\d{9,10}|(?:[2-7]|9\\d)\\d{7}",[8,9,10,11],[["(\\d)(\\d{3})(\\d{4})","$1 $2-$3",["[2-7]"],"(0$1)",0,"$1-$2-$3"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{3})(\\d{3,4})","$1 $2 $3",["1"]]],"0"],EE:["372","00","8\\d{9}|[4578]\\d{7}|(?:[3-8]\\d|90)\\d{5}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],["(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],EG:["20","00","[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}",[8,9,10],[["(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],["(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[189]"],"0$1"]],"0"],EH:["212","00","[5-8]\\d{8}",[9],0,"0",0,0,0,0,"528[89]"],ER:["291","00","[178]\\d{6}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[178]"],"0$1"]],"0"],ES:["34","00","[5-9]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[89]00"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-9]"]]]],ET:["251","00","(?:11|[2-579]\\d)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-579]"],"0$1"]],"0"],FI:["358","00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))","[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}",[5,6,7,8,9,10,11,12],[["(\\d)(\\d{4,9})","$1 $2",["[2568][1-8]|3(?:0[1-9]|[1-9])|9"],"0$1"],["(\\d{3})(\\d{3,7})","$1 $2",["[12]00|[368]|70[07-9]"],"0$1"],["(\\d{2})(\\d{4,8})","$1 $2",["[1245]|7[135]"],"0$1"],["(\\d{2})(\\d{6,10})","$1 $2",["7"],"0$1"]],"0",0,0,0,0,"1[03-79]|[2-9]",0,"00"],FJ:["679","0(?:0|52)","45\\d{5}|(?:0800\\d|[235-9])\\d{6}",[7,11],[["(\\d{3})(\\d{4})","$1 $2",["[235-9]|45"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]]],0,0,0,0,0,0,0,"00"],FK:["500","00","[2-7]\\d{4}",[5]],FM:["691","00","(?:[39]\\d\\d|820)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[389]"]]]],FO:["298","00","[2-9]\\d{5}",[6],[["(\\d{6})","$1",["[2-9]"]]],0,0,"(10(?:01|[12]0|88))"],FR:["33","00","[1-9]\\d{8}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0 $1"],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["[1-79]"],"0$1"]],"0"],GA:["241","00","(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",[7,8],[["(\\d)(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-7]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["11|[67]"],"0$1"]],0,0,"0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})","$1"],GB:["44","00","[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}",[7,9,10],[["(\\d{3})(\\d{4})","$1 $2",["800","8001","80011","800111","8001111"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["845","8454","84546","845464"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["800"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["1(?:38|5[23]|69|76|94)","1(?:(?:38|69)7|5(?:24|39)|768|946)","1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["1(?:[2-69][02-9]|[78])"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[25]|7(?:0|6[02-9])","[25]|7(?:0|6(?:[03-9]|2[356]))"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[1389]"],"0$1"]],"0",0,0,0,0,0,[["(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0-579])|(?:(?:5[0-26-9]|[78][0-49])\\d|6(?:[0-4]\\d|50))\\d)|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-46-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}",[9,10]],["7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]],0," x"],GD:["1","011","(?:473|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","473$1",0,"473"],GE:["995","00","(?:[3-57]\\d\\d|800)\\d{6}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["32"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[57]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[348]"],"0$1"]],"0"],GF:["594","00","[56]94\\d{6}|(?:80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[56]|9[47]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[89]"],"0$1"]],"0"],GG:["44","00","(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?",[7,9,10],0,"0",0,"([25-9]\\d{5})$|0","1481$1",0,0,[["1481[25-9]\\d{5}",[10]],["7(?:(?:781|839)\\d|911[17])\\d{5}",[10]],["80[08]\\d{7}|800\\d{6}|8001111"],["(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d",[7,10]],["70\\d{8}",[10]],0,["(?:3[0347]|55)\\d{8}",[10]],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}",[10]],["56\\d{8}",[10]]]],GH:["233","00","(?:[235]\\d{3}|800)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[235]"],"0$1"]],"0"],GI:["350","00","(?:[25]\\d|60)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["2"]]]],GL:["299","00","(?:19|[2-689]\\d|70)\\d{4}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["19|[2-9]"]]]],GM:["220","00","[2-9]\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],GN:["224","00","722\\d{6}|(?:3|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["3"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[67]"]]]],GP:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0",0,0,0,0,0,[["590(?:0[1-68]|[14][0-24-9]|2[0-68]|3[1289]|5[3-579]|[68][0-689]|7[08]|9\\d)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-2])\\d{4}"]]],GQ:["240","00","222\\d{6}|(?:3\\d|55|[89]0)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235]"]],["(\\d{3})(\\d{6})","$1 $2",["[89]"]]]],GR:["30","00","5005000\\d{3}|8\\d{9,11}|(?:[269]\\d|70)\\d{8}",[10,11,12],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["21|7"]],["(\\d{4})(\\d{6})","$1 $2",["2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2689]"]],["(\\d{3})(\\d{3,4})(\\d{5})","$1 $2 $3",["8"]]]],GT:["502","00","(?:1\\d{3}|[2-7])\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1 $2",["[2-7]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],GU:["1","011","(?:[58]\\d\\d|671|900)\\d{7}",[10],0,"1",0,"([3-9]\\d{6})$|1","671$1",0,"671"],GW:["245","00","[49]\\d{8}|4\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["40"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"]]]],GY:["592","001","9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-46-9]"]]]],HK:["852","00(?:30|5[09]|[126-9]?)","8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}",[5,6,7,8,9,11],[["(\\d{3})(\\d{2,5})","$1 $2",["900","9003"]],["(\\d{4})(\\d{4})","$1 $2",["[2-7]|8[1-4]|9(?:0[1-9]|[1-8])"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{3})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["9"]]],0,0,0,0,0,0,0,"00"],HN:["504","00","8\\d{10}|[237-9]\\d{7}",[8,11],[["(\\d{4})(\\d{4})","$1-$2",["[237-9]"]]]],HR:["385","00","(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}",[6,7,8,9],[["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["6[01]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{4})(\\d{3})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-5]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"]],"0"],HT:["509","00","(?:[2-489]\\d|55)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[2-589]"]]]],HU:["36","00","[235-7]\\d{8}|[1-9]\\d{7}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27][2-9]|3[2-7]|4[24-9]|5[2-79]|6|8[2-57-9]|9[2-69]"],"(06 $1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"06 $1"]],"06"],ID:["62","00[89]","(?:(?:00[1-9]|8\\d)\\d{4}|[1-36])\\d{6}|00\\d{10}|[1-9]\\d{8,10}|[2-9]\\d{7}",[7,8,9,10,11,12,13],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["15"]],["(\\d{2})(\\d{5,9})","$1 $2",["2[124]|[36]1"],"(0$1)"],["(\\d{3})(\\d{5,7})","$1 $2",["800"],"0$1"],["(\\d{3})(\\d{5,8})","$1 $2",["[2-79]"],"(0$1)"],["(\\d{3})(\\d{3,4})(\\d{3})","$1-$2-$3",["8[1-35-9]"],"0$1"],["(\\d{3})(\\d{6,8})","$1 $2",["1"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["804"],"0$1"],["(\\d{3})(\\d)(\\d{3})(\\d{3})","$1 $2 $3 $4",["80"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1-$2-$3",["8"],"0$1"]],"0"],IE:["353","00","(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["2[24-9]|47|58|6[237-9]|9[35-9]"],"(0$1)"],["(\\d{3})(\\d{5})","$1 $2",["[45]0"],"(0$1)"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["1"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2569]|4[1-69]|7[14]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["70"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["81"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[78]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["4"],"(0$1)"],["(\\d{2})(\\d)(\\d{3})(\\d{4})","$1 $2 $3 $4",["8"],"0$1"]],"0"],IL:["972","0(?:0|1[2-9])","1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}",[7,8,9,10,11,12],[["(\\d{4})(\\d{3})","$1-$2",["125"]],["(\\d{4})(\\d{2})(\\d{2})","$1-$2-$3",["121"]],["(\\d)(\\d{3})(\\d{4})","$1-$2-$3",["[2-489]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1-$2-$3",["12"]],["(\\d{4})(\\d{6})","$1-$2",["159"]],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3-$4",["1[7-9]"]],["(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})","$1-$2 $3-$4",["15"]]],"0"],IM:["44","00","1624\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([25-8]\\d{5})$|0","1624$1",0,"74576|(?:16|7[56])24"],IN:["91","00","(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",[8,9,10,11,12,13],[["(\\d{8})","$1",["5(?:0|2[23]|3[03]|[67]1|88)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|888)","5(?:0|2(?:21|3)|3(?:0|3[23])|616|717|8888)"],0,1],["(\\d{4})(\\d{4,5})","$1 $2",["180","1800"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["140"],0,1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["11|2[02]|33|4[04]|79[1-7]|80[2-46]","11|2[02]|33|4[04]|79(?:[1-6]|7[19])|80(?:[2-4]|6[0-589])","11|2[02]|33|4[04]|79(?:[124-6]|3(?:[02-9]|1[0-24-9])|7(?:1|9[1-6]))|80(?:[2-4]|6[0-589])"],"0$1",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1(?:2[0-249]|3[0-25]|4[145]|[68]|7[1257])|2(?:1[257]|3[013]|4[01]|5[0137]|6[0158]|78|8[1568])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|5[12]|[78]1)|6(?:12|[2-4]1|5[17]|6[13]|80)|7(?:12|3[134]|4[47]|61|88)|8(?:16|2[014]|3[126]|6[136]|7[078]|8[34]|91)|(?:43|59|75)[15]|(?:1[59]|29|67|72)[14]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|674|7(?:(?:2[14]|3[34]|5[15])[2-6]|61[346]|88[0-8])|8(?:70[2-6]|84[235-7]|91[3-7])|(?:1(?:29|60|8[06])|261|552|6(?:12|[2-47]1|5[17]|6[13]|80)|7(?:12|31|4[47])|8(?:16|2[014]|3[126]|6[136]|7[78]|83))[2-7]","1(?:2[0-24]|3[0-25]|4[145]|[59][14]|6[1-9]|7[1257]|8[1-57-9])|2(?:1[257]|3[013]|4[01]|5[0137]|6[058]|78|8[1568]|9[14])|3(?:26|4[1-3]|5[34]|6[01489]|7[02-46]|8[159])|4(?:1[36]|2[1-47]|3[15]|5[12]|6[0-26-9]|7[0-24-9]|8[013-57]|9[014-7])|5(?:1[025]|22|[36][25]|4[28]|[578]1|9[15])|6(?:12(?:[2-6]|7[0-8])|74[2-7])|7(?:(?:2[14]|5[15])[2-6]|3171|61[346]|88(?:[2-7]|82))|8(?:70[2-6]|84(?:[2356]|7[19])|91(?:[3-6]|7[19]))|73[134][2-6]|(?:74[47]|8(?:16|2[014]|3[126]|6[136]|7[78]|83))(?:[2-6]|7[19])|(?:1(?:29|60|8[06])|261|552|6(?:[2-4]1|5[17]|6[13]|7(?:1|4[0189])|80)|7(?:12|88[01]))[2-7]"],"0$1",1],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2[2457-9]|3[2-5]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1[013-9]|28|3[129]|4[1-35689]|5[29]|6[02-5]|70)|807","1(?:[2-479]|5[0235-9])|[2-5]|6(?:1[1358]|2(?:[2457]|84|95)|3(?:[2-4]|55)|4[235-7]|5[2-689]|6[24578]|7[235689]|8[1-6])|7(?:1(?:[013-8]|9[6-9])|28[6-8]|3(?:17|2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4|5[0-367])|70[13-7])|807[19]","1(?:[2-479]|5(?:[0236-9]|5[013-9]))|[2-5]|6(?:2(?:84|95)|355|83)|73179|807(?:1|9[1-3])|(?:1552|6(?:1[1358]|2[2457]|3[2-4]|4[235-7]|5[2-689]|6[24578]|7[235689]|8[124-6])\\d|7(?:1(?:[013-8]\\d|9[6-9])|28[6-8]|3(?:2[0-49]|9[2-57])|4(?:1[2-4]|[29][0-7]|3[0-8]|[56]\\d|8[0-24-7])|5(?:2[1-3]|9[0-6])|6(?:0[5689]|2[5-9]|3[02-8]|4\\d|5[0-367])|70[13-7]))[2-7]"],"0$1",1],["(\\d{5})(\\d{5})","$1 $2",["[6-9]"],"0$1",1],["(\\d{4})(\\d{2,4})(\\d{4})","$1 $2 $3",["1(?:6|8[06])","1(?:6|8[06]0)"],0,1],["(\\d{4})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["18"],0,1]],"0"],IO:["246","00","3\\d{6}",[7],[["(\\d{3})(\\d{4})","$1 $2",["3"]]]],IQ:["964","00","(?:1|7\\d\\d)\\d{7}|[2-6]\\d{7,8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-6]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],IR:["98","00","[1-9]\\d{9}|(?:[1-8]\\d\\d|9)\\d{3,4}",[4,5,6,7,10],[["(\\d{4,5})","$1",["96"],"0$1"],["(\\d{2})(\\d{4,5})","$1 $2",["(?:1[137]|2[13-68]|3[1458]|4[145]|5[1468]|6[16]|7[1467]|8[13467])[12689]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["9"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["[1-8]"],"0$1"]],"0"],IS:["354","00|1(?:0(?:01|[12]0)|100)","(?:38\\d|[4-9])\\d{6}",[7,9],[["(\\d{3})(\\d{4})","$1 $2",["[4-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["3"]]],0,0,0,0,0,0,0,"00"],IT:["39","00","0\\d{5,10}|1\\d{8,10}|3(?:[0-8]\\d{7,10}|9\\d{7,8})|(?:55|70)\\d{8}|8\\d{5}(?:\\d{2,4})?",[6,7,8,9,10,11],[["(\\d{2})(\\d{4,6})","$1 $2",["0[26]"]],["(\\d{3})(\\d{3,6})","$1 $2",["0[13-57-9][0159]|8(?:03|4[17]|9[2-5])","0[13-57-9][0159]|8(?:03|4[17]|9(?:2|3[04]|[45][0-4]))"]],["(\\d{4})(\\d{2,6})","$1 $2",["0(?:[13-579][2-46-8]|8[236-8])"]],["(\\d{4})(\\d{4})","$1 $2",["894"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[26]|5"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["1(?:44|[679])|[378]"]],["(\\d{3})(\\d{3,4})(\\d{4})","$1 $2 $3",["0[13-57-9][0159]|14"]],["(\\d{2})(\\d{4})(\\d{5})","$1 $2 $3",["0[26]"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["0"]],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["3"]]],0,0,0,0,0,0,[["0669[0-79]\\d{1,6}|0(?:1(?:[0159]\\d|[27][1-5]|31|4[1-4]|6[1356]|8[2-57])|2\\d\\d|3(?:[0159]\\d|2[1-4]|3[12]|[48][1-6]|6[2-59]|7[1-7])|4(?:[0159]\\d|[23][1-9]|4[245]|6[1-5]|7[1-4]|81)|5(?:[0159]\\d|2[1-5]|3[2-6]|4[1-79]|6[4-6]|7[1-578]|8[3-8])|6(?:[0-57-9]\\d|6[0-8])|7(?:[0159]\\d|2[12]|3[1-7]|4[2-46]|6[13569]|7[13-6]|8[1-59])|8(?:[0159]\\d|2[3-578]|3[1-356]|[6-8][1-5])|9(?:[0159]\\d|[238][1-5]|4[12]|6[1-8]|7[1-6]))\\d{2,7}"],["3[1-9]\\d{8}|3[2-9]\\d{7}",[9,10]],["80(?:0\\d{3}|3)\\d{3}",[6,9]],["(?:0878\\d{3}|89(?:2\\d|3[04]|4(?:[0-4]|[5-9]\\d\\d)|5[0-4]))\\d\\d|(?:1(?:44|6[346])|89(?:38|5[5-9]|9))\\d{6}",[6,8,9,10]],["1(?:78\\d|99)\\d{6}",[9,10]],0,0,0,["55\\d{8}",[10]],["84(?:[08]\\d{3}|[17])\\d{3}",[6,9]]]],JE:["44","00","1534\\d{6}|(?:[3578]\\d|90)\\d{8}",[10],0,"0",0,"([0-24-8]\\d{5})$|0","1534$1",0,0,[["1534[0-24-8]\\d{5}"],["7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}"],["80(?:07(?:35|81)|8901)\\d{4}"],["(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}"],["701511\\d{4}"],0,["(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}"],["76(?:464|652)\\d{5}|76(?:0[0-28]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}"],["56\\d{8}"]]],JM:["1","011","(?:[58]\\d\\d|658|900)\\d{7}",[10],0,"1",0,0,0,0,"658|876"],JO:["962","00","(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}",[8,9],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2356]|87"],"(0$1)"],["(\\d{3})(\\d{5,6})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["70"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["7"],"0$1"]],"0"],JP:["81","010","00[1-9]\\d{6,14}|[257-9]\\d{9}|(?:00|[1-9]\\d\\d)\\d{6}",[8,9,10,11,12,13,14,15,16,17],[["(\\d{3})(\\d{3})(\\d{3})","$1-$2-$3",["(?:12|57|99)0"],"0$1"],["(\\d{4})(\\d)(\\d{4})","$1-$2-$3",["1(?:26|3[79]|4[56]|5[4-68]|6[3-5])|499|5(?:76|97)|746|8(?:3[89]|47|51|63)|9(?:80|9[16])","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:76|97)9|7468|8(?:3(?:8[7-9]|96)|477|51[2-9]|636)|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]","1(?:267|3(?:7[247]|9[278])|466|5(?:47|58|64)|6(?:3[245]|48|5[4-68]))|499[2468]|5(?:769|979[2-69])|7468|8(?:3(?:8[7-9]|96[2457-9])|477|51[2-9]|636[457-9])|9(?:802|9(?:1[23]|69))|1(?:45|58)[67]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2-$3",["[36]|4(?:2[09]|7[01])","[36]|4(?:2(?:0|9[02-69])|7(?:0[019]|1))"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["1(?:1|5[45]|77|88|9[69])|2(?:2[1-37]|3[0-269]|4[59]|5|6[24]|7[1-358]|8[1369]|9[0-38])|4(?:[28][1-9]|3[0-57]|[45]|6[248]|7[2-579]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-389])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9[2-6])|8(?:2[124589]|3[27-9]|49|51|6|7[0-468]|8[68]|9[019])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9[1-489])","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2(?:[127]|3[014-9])|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9[19])|62|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|8[1-9])|5(?:2|3[045]|4[0-369]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0-2469])|49|51|6(?:[0-24]|36|5[0-3589]|72|9[01459])|7[0-468]|8[68])|9(?:[23][1-9]|4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3[34]|4[0178]))|(?:49|55|83)[29]|(?:264|837)[016-9]|2(?:57|93)[015-9]|(?:25[0468]|422|838)[01]|(?:47[59]|59[89]|8(?:6[68]|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9[0169])|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:8294|96)[1-3]|2(?:57|93)[015-9]|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|8292|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]","1(?:1|5(?:4[018]|5[017])|77|88|9[69])|2(?:2[127]|3[0-269]|4[59]|5(?:[1-3]|5[0-69]|7[015-9]|9(?:17|99))|6(?:2|4[016-9])|7(?:[1-35]|8[0189])|8(?:[16]|3[0134]|9[0-5])|9(?:[028]|17|3[015-9]))|4(?:2(?:[13-79]|8[014-6])|3[0-57]|[45]|6[248]|7[2-47]|9[29])|5(?:2|3[045]|4[0-369]|5[29]|8[02389]|9[0-3])|7(?:2[02-46-9]|34|[58]|6[0249]|7[57]|9(?:[23]|4[0-59]|5[01569]|6[0167]))|8(?:2(?:[1258]|4[0-39]|9(?:[019]|4[1-3]|6(?:[0-47-9]|5[01346-9])))|3(?:[29]|7(?:[017-9]|6[6-8]))|49|51|6(?:[0-24]|36[23]|5(?:[0-389]|5[23])|6(?:[01]|9[178])|72|9[0145])|7[0-468]|8[68])|9(?:4[15]|5[138]|6[1-3]|7[156]|8[189]|9(?:[1289]|3(?:31|4[357])|4[0178]))|(?:223|8699)[014-9]|(?:25[0468]|422|838)[01]|(?:48|829(?:2|66)|9[23])[1-9]|(?:47[59]|59[89]|8(?:68|9))[019]"],"0$1"],["(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3",["[14]|[289][2-9]|5[3-9]|7[2-4679]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1-$2-$3",["800"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[257-9]"],"0$1"]],"0"],KE:["254","000","(?:[17]\\d\\d|900)\\d{6}|(?:2|80)0\\d{6,7}|[4-6]\\d{6,8}",[7,8,9,10],[["(\\d{2})(\\d{5,7})","$1 $2",["[24-6]"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[17]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0"],KG:["996","00","8\\d{9}|(?:[235-8]\\d|99)\\d{7}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["3(?:1[346]|[24-79])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[235-79]|88"],"0$1"],["(\\d{3})(\\d{3})(\\d)(\\d{2,3})","$1 $2 $3 $4",["8"],"0$1"]],"0"],KH:["855","00[14-9]","1\\d{9}|[1-9]\\d{7,8}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],KI:["686","00","(?:[37]\\d|6[0-79])\\d{6}|(?:[2-48]\\d|50)\\d{3}",[5,8],0,"0"],KM:["269","00","[3478]\\d{6}",[7],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[3478]"]]]],KN:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","869$1",0,"869"],KP:["850","00|99","85\\d{6}|(?:19\\d|[2-7])\\d{7}",[8,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2-7]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"]],"0"],KR:["82","00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))","00[1-9]\\d{8,11}|(?:[12]|5\\d{3})\\d{7}|[13-6]\\d{9}|(?:[1-6]\\d|80)\\d{7}|[3-6]\\d{4,5}|(?:00|7)0\\d{8}",[5,6,8,9,10,11,12,13,14],[["(\\d{2})(\\d{3,4})","$1-$2",["(?:3[1-3]|[46][1-4]|5[1-5])1"],"0$1"],["(\\d{4})(\\d{4})","$1-$2",["1"]],["(\\d)(\\d{3,4})(\\d{4})","$1-$2-$3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1-$2-$3",["60|8"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1-$2-$3",["[1346]|5[1-5]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2-$3",["[57]"],"0$1"],["(\\d{2})(\\d{5})(\\d{4})","$1-$2-$3",["5"],"0$1"]],"0",0,"0(8(?:[1-46-8]|5\\d\\d))?"],KW:["965","00","18\\d{5}|(?:[2569]\\d|41)\\d{6}",[7,8],[["(\\d{4})(\\d{3,4})","$1 $2",["[169]|2(?:[235]|4[1-35-9])|52"]],["(\\d{3})(\\d{5})","$1 $2",["[245]"]]]],KY:["1","011","(?:345|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","345$1",0,"345"],KZ:["7","810","(?:33622|8\\d{8})\\d{5}|[78]\\d{9}",[10,14],0,"8",0,0,0,0,"33|7",0,"8~10"],LA:["856","00","[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}",[8,9,10],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2[13]|3[14]|[4-8]"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["30[013-9]"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[23]"],"0$1"]],"0"],LB:["961","00","[27-9]\\d{7}|[13-9]\\d{6}",[7,8],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[13-69]|7(?:[2-57]|62|8[0-7]|9[04-9])|8[02-9]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[27-9]"]]],"0"],LC:["1","011","(?:[58]\\d\\d|758|900)\\d{7}",[10],0,"1",0,"([2-8]\\d{6})$|1","758$1",0,"758"],LI:["423","00","[68]\\d{8}|(?:[2378]\\d|90)\\d{5}",[7,9],[["(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3",["[2379]|8(?:0[09]|7)","[2379]|8(?:0(?:02|9)|7)"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["69"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]]],"0",0,"(1001)|0"],LK:["94","00","[1-9]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[1-689]"],"0$1"]],"0"],LR:["231","00","(?:[25]\\d|33|77|88)\\d{7}|(?:2\\d|[4-6])\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[4-6]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23578]"],"0$1"]],"0"],LS:["266","00","(?:[256]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2568]"]]]],LT:["370","00","(?:[3469]\\d|52|[78]0)\\d{6}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["52[0-7]"],"(8-$1)",1],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[7-9]"],"8 $1",1],["(\\d{2})(\\d{6})","$1 $2",["37|4(?:[15]|6[1-8])"],"(8-$1)",1],["(\\d{3})(\\d{5})","$1 $2",["[3-6]"],"(8-$1)",1]],"8",0,"[08]"],LU:["352","00","35[013-9]\\d{4,8}|6\\d{8}|35\\d{2,4}|(?:[2457-9]\\d|3[0-46-9])\\d{2,9}",[4,5,6,7,8,9,10,11],[["(\\d{2})(\\d{3})","$1 $2",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["2(?:0[2-689]|[2-9])|[3-57]|8(?:0[2-9]|[13-9])|9(?:0[89]|[2-579])"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["20[2-689]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4",["2(?:[0367]|4[3-8])"]],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["80[01]|90[015]"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3 $4",["20"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})(\\d{1,2})","$1 $2 $3 $4 $5",["2(?:[0367]|4[3-8])"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{1,5})","$1 $2 $3 $4",["[3-57]|8[13-9]|9(?:0[89]|[2-579])|(?:2|80)[2-9]"]]],0,0,"(15(?:0[06]|1[12]|[35]5|4[04]|6[26]|77|88|99)\\d)"],LV:["371","00","(?:[268]\\d|90)\\d{6}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[269]|8[01]"]]]],LY:["218","00","[2-9]\\d{8}",[9],[["(\\d{2})(\\d{7})","$1-$2",["[2-9]"],"0$1"]],"0"],MA:["212","00","[5-8]\\d{8}",[9],[["(\\d{5})(\\d{4})","$1-$2",["5(?:29|38)","5(?:29[1289]|389)","529(?:1[1-46-9]|2[013-8]|90)|5(?:298|389)[0-46-9]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5[45]"],"0$1"],["(\\d{4})(\\d{5})","$1-$2",["5(?:2[2-489]|3[5-9]|9)|892","5(?:2(?:[2-49]|8[235-9])|3[5-9]|9)|892"],"0$1"],["(\\d{2})(\\d{7})","$1-$2",["8"],"0$1"],["(\\d{3})(\\d{6})","$1-$2",["[5-7]"],"0$1"]],"0",0,0,0,0,0,[["5293[01]\\d{4}|5(?:2(?:[0-25-7]\\d|3[1-578]|4[02-46-8]|8[0235-7]|9[0-289])|3(?:[0-47]\\d|5[02-9]|6[02-8]|8[0189]|9[3-9])|(?:4[067]|5[03])\\d)\\d{5}"],["(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]|8[0-3]))\\d{6}"],["80\\d{7}"],["89\\d{7}"],0,0,0,0,["592(?:4[0-2]|93)\\d{4}"]]],MC:["377","00","(?:[3489]|6\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["4"],"0$1"],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[389]"]],["(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4 $5",["6"],"0$1"]],"0"],MD:["373","00","(?:[235-7]\\d|[89]0)\\d{6}",[8],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["22|3"],"0$1"],["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[25-7]"],"0$1"]],"0"],ME:["382","00","(?:20|[3-79]\\d)\\d{6}|80\\d{6,7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[2-9]"],"0$1"]],"0"],MF:["590","00","590\\d{6}|(?:69|80|9\\d)\\d{7}",[9],0,"0",0,0,0,0,0,[["590(?:0[079]|[14]3|[27][79]|30|5[0-268]|87)\\d{4}"],["69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}"],["80[0-5]\\d{6}"],0,0,0,0,0,["9(?:(?:395|76[018])\\d|475[0-2])\\d{4}"]]],MG:["261","00","[23]\\d{8}",[9],[["(\\d{2})(\\d{2})(\\d{3})(\\d{2})","$1 $2 $3 $4",["[23]"],"0$1"]],"0",0,"([24-9]\\d{6})$|0","20$1"],MH:["692","011","329\\d{4}|(?:[256]\\d|45)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1-$2",["[2-6]"]]],"1"],MK:["389","00","[2-578]\\d{7}",[8],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2|34[47]|4(?:[37]7|5[47]|64)"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[347]"],"0$1"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["[58]"],"0$1"]],"0"],ML:["223","00","[24-9]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24-9]"]]]],MM:["95","00","1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}",[6,7,8,9,10],[["(\\d)(\\d{2})(\\d{3})","$1 $2 $3",["16|2"],"0$1"],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[4-7]|8[1-35]"],"0$1"],["(\\d)(\\d{3})(\\d{4,6})","$1 $2 $3",["9(?:2[0-4]|[35-9]|4[137-9])"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["92"],"0$1"],["(\\d)(\\d{5})(\\d{4})","$1 $2 $3",["9"],"0$1"]],"0"],MN:["976","001","[12]\\d{7,9}|[5-9]\\d{7}",[8,9,10],[["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["[12]1"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[5-9]"]],["(\\d{3})(\\d{5,6})","$1 $2",["[12]2[1-3]"],"0$1"],["(\\d{4})(\\d{5,6})","$1 $2",["[12](?:27|3[2-8]|4[2-68]|5[1-4689])","[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]"],"0$1"],["(\\d{5})(\\d{4,5})","$1 $2",["[12]"],"0$1"]],"0"],MO:["853","00","0800\\d{3}|(?:28|[68]\\d)\\d{6}",[7,8],[["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{4})(\\d{4})","$1 $2",["[268]"]]]],MP:["1","011","[58]\\d{9}|(?:67|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","670$1",0,"670"],MQ:["596","00","596\\d{6}|(?:69|80|9\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[569]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],MR:["222","00","(?:[2-4]\\d\\d|800)\\d{5}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2-48]"]]]],MS:["1","011","(?:[58]\\d\\d|664|900)\\d{7}",[10],0,"1",0,"([34]\\d{6})$|1","664$1",0,"664"],MT:["356","00","3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[2357-9]"]]]],MU:["230","0(?:0|[24-7]0|3[03])","(?:[57]|8\\d\\d)\\d{7}|[2-468]\\d{6}",[7,8,10],[["(\\d{3})(\\d{4})","$1 $2",["[2-46]|8[013]"]],["(\\d{4})(\\d{4})","$1 $2",["[57]"]],["(\\d{5})(\\d{5})","$1 $2",["8"]]],0,0,0,0,0,0,0,"020"],MV:["960","0(?:0|19)","(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}",[7,10],[["(\\d{3})(\\d{4})","$1-$2",["[34679]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"]]],0,0,0,0,0,0,0,"00"],MW:["265","00","(?:[1289]\\d|31|77)\\d{7}|1\\d{6}",[7,9],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["1[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"],"0$1"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[137-9]"],"0$1"]],"0"],MX:["52","0[09]","1(?:(?:[27]2|44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[01]\\d|2[13-9]|[35][1-9]|4[0-35-9]|6[0-46-9]|7[013-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}",[10,11],[["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["33|5[56]|81"],0,1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[2-9]"],0,1],["(\\d)(\\d{2})(\\d{4})(\\d{4})","$2 $3 $4",["1(?:33|5[56]|81)"],0,1],["(\\d)(\\d{3})(\\d{3})(\\d{4})","$2 $3 $4",["1"],0,1]],"01",0,"0(?:[12]|4[45])|1",0,0,0,0,"00"],MY:["60","00","1\\d{8,9}|(?:3\\d|[4-9])\\d{7}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1-$2 $3",["[4-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1-$2 $3",["1(?:[02469]|[378][1-9]|53)|8","1(?:[02469]|[37][1-9]|53|8(?:[1-46-9]|5[7-9]))|8"],"0$1"],["(\\d)(\\d{4})(\\d{4})","$1-$2 $3",["3"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{4})","$1-$2-$3-$4",["1(?:[367]|80)"]],["(\\d{3})(\\d{3})(\\d{4})","$1-$2 $3",["15"],"0$1"],["(\\d{2})(\\d{4})(\\d{4})","$1-$2 $3",["1"],"0$1"]],"0"],MZ:["258","00","(?:2|8\\d)\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2|8[2-79]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]]],NA:["264","00","[68]\\d{7,8}",[8,9],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["88"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["87"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],NC:["687","00","(?:050|[2-57-9]\\d\\d)\\d{3}",[6],[["(\\d{2})(\\d{2})(\\d{2})","$1.$2.$3",["[02-57-9]"]]]],NE:["227","00","[027-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["08"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[089]|2[013]|7[04]"]]]],NF:["672","00","[13]\\d{5}",[6],[["(\\d{2})(\\d{4})","$1 $2",["1[0-3]"]],["(\\d)(\\d{5})","$1 $2",["[13]"]]],0,0,"([0-258]\\d{4})$","3$1"],NG:["234","009","(?:[124-7]|9\\d{3})\\d{6}|[1-9]\\d{7}|[78]\\d{9,13}",[7,8,10,11,12,13,14],[["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["78"],"0$1"],["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[12]|9(?:0[3-9]|[1-9])"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["[3-7]|8[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{4})(\\d{4,5})","$1 $2 $3",["[78]"],"0$1"],["(\\d{3})(\\d{5})(\\d{5,6})","$1 $2 $3",["[78]"],"0$1"]],"0"],NI:["505","00","(?:1800|[25-8]\\d{3})\\d{4}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[125-8]"]]]],NL:["31","00","(?:[124-7]\\d\\d|3(?:[02-9]\\d|1[0-8]))\\d{6}|8\\d{6,9}|9\\d{6,10}|1\\d{4,5}",[5,6,7,8,9,10,11],[["(\\d{3})(\\d{4,7})","$1 $2",["[89]0"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["66"],"0$1"],["(\\d)(\\d{8})","$1 $2",["6"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["1[16-8]|2[259]|3[124]|4[17-9]|5[124679]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-578]|91"],"0$1"],["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3",["9"],"0$1"]],"0"],NO:["47","00","(?:0|[2-9]\\d{3})\\d{4}",[5,8],[["(\\d{3})(\\d{2})(\\d{3})","$1 $2 $3",["[489]|59"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[235-7]"]]],0,0,0,0,0,"[02-689]|7[0-8]"],NP:["977","00","(?:1\\d|9)\\d{9}|[1-9]\\d{7}",[8,10,11],[["(\\d)(\\d{7})","$1-$2",["1[2-6]"],"0$1"],["(\\d{2})(\\d{6})","$1-$2",["1[01]|[2-8]|9(?:[1-59]|[67][2-6])"],"0$1"],["(\\d{3})(\\d{7})","$1-$2",["9"]]],"0"],NR:["674","00","(?:444|(?:55|8\\d)\\d|666)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[4-68]"]]]],NU:["683","00","(?:[47]|888\\d)\\d{3}",[4,7],[["(\\d{3})(\\d{4})","$1 $2",["8"]]]],NZ:["64","0(?:0|161)","[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,8})","$1 $2",["8[1-579]"],"0$1"],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["50[036-8]|[89]0","50(?:[0367]|88)|[89]0"],"0$1"],["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["24|[346]|7[2-57-9]|9[2-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:10|74)|[59]|80"],"0$1"],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["1|2[028]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,5})","$1 $2 $3",["2(?:[169]|7[0-35-9])|7|86"],"0$1"]],"0",0,0,0,0,0,0,"00"],OM:["968","00","(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}",[7,8,9],[["(\\d{3})(\\d{4,6})","$1 $2",["[58]"]],["(\\d{2})(\\d{6})","$1 $2",["2"]],["(\\d{4})(\\d{4})","$1 $2",["[179]"]]]],PA:["507","00","(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}",[7,8,10,11],[["(\\d{3})(\\d{4})","$1-$2",["[1-57-9]"]],["(\\d{4})(\\d{4})","$1-$2",["[68]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]]],PE:["51","00|19(?:1[124]|77|90)00","(?:[14-8]|9\\d)\\d{7}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["80"],"(0$1)"],["(\\d)(\\d{7})","$1 $2",["1"],"(0$1)"],["(\\d{2})(\\d{6})","$1 $2",["[4-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"]]],"0",0,0,0,0,0,0,"00"," Anexo "],PF:["689","00","4\\d{5}(?:\\d{2})?|8\\d{7,8}",[6,8,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["44"]],["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["4|8[7-9]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],PG:["675","00|140[1-3]","(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["18|[2-69]|85"]],["(\\d{4})(\\d{4})","$1 $2",["[78]"]]],0,0,0,0,0,0,0,"00"],PH:["63","00","(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}",[6,8,9,10,11,12,13],[["(\\d)(\\d{5})","$1 $2",["2"],"(0$1)"],["(\\d{4})(\\d{4,6})","$1 $2",["3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2","3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))"],"(0$1)"],["(\\d{5})(\\d{4})","$1 $2",["346|4(?:27|9[35])|883","3469|4(?:279|9(?:30|56))|8834"],"(0$1)"],["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["2"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|8[2-8]"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]],["(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})","$1 $2 $3 $4",["1"]]],"0"],PK:["92","00","122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,7})","$1 $2 $3",["[89]0"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["1"]],["(\\d{3})(\\d{6,7})","$1 $2",["2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8])","9(?:2[3-8]|98)|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:22|3[27-9]|4[2-6]|6[3569]|9[25-7]))[2-9]"],"(0$1)"],["(\\d{2})(\\d{7,8})","$1 $2",["(?:2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]"],"(0$1)"],["(\\d{5})(\\d{5})","$1 $2",["58"],"(0$1)"],["(\\d{3})(\\d{7})","$1 $2",["3"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["2[125]|4[0-246-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91"],"(0$1)"],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[24-9]"],"(0$1)"]],"0"],PL:["48","00","(?:6|8\\d\\d)\\d{7}|[1-9]\\d{6}(?:\\d{2})?|[26]\\d{5}",[6,7,8,9,10],[["(\\d{5})","$1",["19"]],["(\\d{3})(\\d{3})","$1 $2",["11|20|64"]],["(\\d{2})(\\d{2})(\\d{3})","$1 $2 $3",["(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])1","(?:1[2-8]|2[2-69]|3[2-4]|4[1-468]|5[24-689]|6[1-3578]|7[14-7]|8[1-79]|9[145])19"]],["(\\d{3})(\\d{2})(\\d{2,3})","$1 $2 $3",["64"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["21|39|45|5[0137]|6[0469]|7[02389]|8(?:0[14]|8)"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["1[2-8]|[2-7]|8[1-79]|9[145]"]],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["8"]]]],PM:["508","00","[45]\\d{5}|(?:708|80\\d)\\d{6}",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[45]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"],"0$1"]],"0"],PR:["1","011","(?:[589]\\d\\d|787)\\d{7}",[10],0,"1",0,0,0,0,"787|939"],PS:["970","00","[2489]2\\d{6}|(?:1\\d|5)\\d{8}",[8,9,10],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["[2489]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["5"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],PT:["351","00","1693\\d{5}|(?:[26-9]\\d|30)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["2[12]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["16|[236-9]"]]]],PW:["680","01[12]","(?:[24-8]\\d\\d|345|900)\\d{4}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[2-9]"]]]],PY:["595","00","59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}",[6,7,8,9,10,11],[["(\\d{3})(\\d{3,6})","$1 $2",["[2-9]0"],"0$1"],["(\\d{2})(\\d{5})","$1 $2",["[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]"],"(0$1)"],["(\\d{3})(\\d{4,5})","$1 $2",["2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["87"]],["(\\d{3})(\\d{6})","$1 $2",["9(?:[5-79]|8[1-6])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[2-8]"],"0$1"],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["9"]]],"0"],QA:["974","00","800\\d{4}|(?:2|800)\\d{6}|(?:0080|[3-7])\\d{7}",[7,8,9,11],[["(\\d{3})(\\d{4})","$1 $2",["2[16]|8"]],["(\\d{4})(\\d{4})","$1 $2",["[3-7]"]]]],RE:["262","00","(?:26|[689]\\d)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2689]"],"0$1"]],"0",0,0,0,0,0,[["26(?:2\\d\\d|3(?:0\\d|1[0-3]))\\d{4}"],["(?:69(?:2\\d\\d|3(?:0[0-46]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|6[0-6]|7[0-27]|8[0-8]|9[0-479]))|9(?:399[0-3]|479[0-2]|76(?:2[27]|3[0-37]|9\\d)))\\d{4}"],["80\\d{7}"],["89[1-37-9]\\d{6}"],0,0,0,0,0,["8(?:1[019]|2[0156]|84|90)\\d{6}"]]],RO:["40","00","(?:[2378]\\d|90)\\d{7}|[23]\\d{5}",[6,9],[["(\\d{3})(\\d{3})","$1 $2",["2[3-6]","2[3-6]\\d9"],"0$1"],["(\\d{2})(\\d{4})","$1 $2",["219|31"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[23]1"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[237-9]"],"0$1"]],"0",0,0,0,0,0,0,0," int "],RS:["381","00","38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}",[6,7,8,9,10,11,12],[["(\\d{3})(\\d{3,9})","$1 $2",["(?:2[389]|39)0|[7-9]"],"0$1"],["(\\d{2})(\\d{5,10})","$1 $2",["[1-36]"],"0$1"]],"0"],RU:["7","810","8\\d{13}|[347-9]\\d{9}",[10,14],[["(\\d{4})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-8]|2[1-9])","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:1[23]|[2-9]2))","7(?:1(?:[0-356]2|4[29]|7|8[27])|2(?:13[03-69]|62[013-9]))|72[1-57-9]2"],"8 ($1)",1],["(\\d{5})(\\d)(\\d{2})(\\d{2})","$1 $2 $3 $4",["7(?:1[0-68]|2[1-9])","7(?:1(?:[06][3-6]|[18]|2[35]|[3-5][3-5])|2(?:[13][3-5]|[24-689]|7[457]))","7(?:1(?:0(?:[356]|4[023])|[18]|2(?:3[013-9]|5)|3[45]|43[013-79]|5(?:3[1-8]|4[1-7]|5)|6(?:3[0-35-9]|[4-6]))|2(?:1(?:3[178]|[45])|[24-689]|3[35]|7[457]))|7(?:14|23)4[0-8]|71(?:33|45)[1-79]"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"8 ($1)",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2-$3-$4",["[349]|8(?:[02-7]|1[1-8])"],"8 ($1)",1],["(\\d{4})(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3 $4",["8"],"8 ($1)"]],"8",0,0,0,0,"3[04-689]|[489]",0,"8~10"],RW:["250","00","(?:06|[27]\\d\\d|[89]00)\\d{6}",[8,9],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["0"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[7-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["2"]]],"0"],SA:["966","00","92\\d{7}|(?:[15]|8\\d)\\d{8}",[9,10],[["(\\d{4})(\\d{5})","$1 $2",["9"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["1"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["5"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["81"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]]],"0"],SB:["677","0[01]","(?:[1-6]|[7-9]\\d\\d)\\d{4}",[5,7],[["(\\d{2})(\\d{5})","$1 $2",["7|8[4-9]|9(?:[1-8]|9[0-8])"]]]],SC:["248","010|0[0-2]","800\\d{4}|(?:[249]\\d|64)\\d{5}",[7],[["(\\d)(\\d{3})(\\d{3})","$1 $2 $3",["[246]|9[57]"]]],0,0,0,0,0,0,0,"00"],SD:["249","00","[19]\\d{8}",[9],[["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[19]"],"0$1"]],"0"],SE:["46","00","(?:[26]\\d\\d|9)\\d{9}|[1-9]\\d{8}|[1-689]\\d{7}|[1-4689]\\d{6}|2\\d{5}",[6,7,8,9,10],[["(\\d{2})(\\d{2,3})(\\d{2})","$1-$2 $3",["20"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{4})","$1-$2",["9(?:00|39|44|9)"],"0$1",0,"$1 $2"],["(\\d{2})(\\d{3})(\\d{2})","$1-$2 $3",["[12][136]|3[356]|4[0246]|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3"],["(\\d)(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2,3})(\\d{2})","$1-$2 $3",["1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3"],["(\\d{3})(\\d{2,3})(\\d{3})","$1-$2 $3",["9(?:00|39|44)"],"0$1",0,"$1 $2 $3"],["(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]"],"0$1",0,"$1 $2 $3 $4"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4",["10|7"],"0$1",0,"$1 $2 $3 $4"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1-$2 $3 $4",["8"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1-$2 $3 $4",["[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{2})(\\d{3})","$1-$2 $3 $4",["9"],"0$1",0,"$1 $2 $3 $4"],["(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1-$2 $3 $4 $5",["[26]"],"0$1",0,"$1 $2 $3 $4 $5"]],"0"],SG:["65","0[0-3]\\d","(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}",[8,10,11],[["(\\d{4})(\\d{4})","$1 $2",["[369]|8(?:0[1-6]|[1-9])"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"]],["(\\d{4})(\\d{4})(\\d{3})","$1 $2 $3",["7"]],["(\\d{4})(\\d{3})(\\d{4})","$1 $2 $3",["1"]]]],SH:["290","00","(?:[256]\\d|8)\\d{3}",[4,5],0,0,0,0,0,0,"[256]"],SI:["386","00|10(?:22|66|88|99)","[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}",[5,6,7,8],[["(\\d{2})(\\d{3,6})","$1 $2",["8[09]|9"],"0$1"],["(\\d{3})(\\d{5})","$1 $2",["59|8"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[37][01]|4[0139]|51|6"],"0$1"],["(\\d)(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[1-57]"],"(0$1)"]],"0",0,0,0,0,0,0,"00"],SJ:["47","00","0\\d{4}|(?:[489]\\d|[57]9)\\d{6}",[5,8],0,0,0,0,0,0,"79"],SK:["421","00","[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}",[6,7,9],[["(\\d)(\\d{2})(\\d{3,4})","$1 $2 $3",["21"],"0$1"],["(\\d{2})(\\d{2})(\\d{2,3})","$1 $2 $3",["[3-5][1-8]1","[3-5][1-8]1[67]"],"0$1"],["(\\d)(\\d{3})(\\d{3})(\\d{2})","$1/$2 $3 $4",["2"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[689]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1/$2 $3 $4",["[3-5]"],"0$1"]],"0"],SL:["232","00","(?:[237-9]\\d|66)\\d{6}",[8],[["(\\d{2})(\\d{6})","$1 $2",["[236-9]"],"(0$1)"]],"0"],SM:["378","00","(?:0549|[5-7]\\d)\\d{6}",[8,10],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[5-7]"]],["(\\d{4})(\\d{6})","$1 $2",["0"]]],0,0,"([89]\\d{5})$","0549$1"],SN:["221","00","(?:[378]\\d|93)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[379]"]]]],SO:["252","00","[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}",[6,7,8,9],[["(\\d{2})(\\d{4})","$1 $2",["8[125]"]],["(\\d{6})","$1",["[134]"]],["(\\d)(\\d{6})","$1 $2",["[15]|2[0-79]|3[0-46-8]|4[0-7]"]],["(\\d)(\\d{7})","$1 $2",["(?:2|90)4|[67]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3478]|64|90"]],["(\\d{2})(\\d{5,7})","$1 $2",["1|28|6(?:0[5-7]|[1-35-9])|9[2-9]"]]],"0"],SR:["597","00","(?:[2-5]|68|[78]\\d)\\d{5}",[6,7],[["(\\d{2})(\\d{2})(\\d{2})","$1-$2-$3",["56"]],["(\\d{3})(\\d{3})","$1-$2",["[2-5]"]],["(\\d{3})(\\d{4})","$1-$2",["[6-8]"]]]],SS:["211","00","[19]\\d{8}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[19]"],"0$1"]],"0"],ST:["239","00","(?:22|9\\d)\\d{5}",[7],[["(\\d{3})(\\d{4})","$1 $2",["[29]"]]]],SV:["503","00","[267]\\d{7}|[89]00\\d{4}(?:\\d{4})?",[7,8,11],[["(\\d{3})(\\d{4})","$1 $2",["[89]"]],["(\\d{4})(\\d{4})","$1 $2",["[267]"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["[89]"]]]],SX:["1","011","7215\\d{6}|(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"(5\\d{6})$|1","721$1",0,"721"],SY:["963","00","[1-39]\\d{8}|[1-5]\\d{7}",[8,9],[["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-5]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1",1]],"0"],SZ:["268","00","0800\\d{4}|(?:[237]\\d|900)\\d{6}",[8,9],[["(\\d{4})(\\d{4})","$1 $2",["[0237]"]],["(\\d{5})(\\d{4})","$1 $2",["9"]]]],TA:["290","00","8\\d{3}",[4],0,0,0,0,0,0,"8"],TC:["1","011","(?:[58]\\d\\d|649|900)\\d{7}",[10],0,"1",0,"([2-479]\\d{6})$|1","649$1",0,"649"],TD:["235","00|16","(?:22|[69]\\d|77)\\d{6}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[2679]"]]],0,0,0,0,0,0,0,"00"],TG:["228","00","[279]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[279]"]]]],TH:["66","00[1-9]","(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9}",[8,9,10,13],[["(\\d)(\\d{3})(\\d{4})","$1 $2 $3",["2"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[13-9]"],"0$1"],["(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["1"]]],"0"],TJ:["992","810","[0-57-9]\\d{8}",[9],[["(\\d{6})(\\d)(\\d{2})","$1 $2 $3",["331","3317"]],["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[34]7|91[78]"]],["(\\d{4})(\\d)(\\d{4})","$1 $2 $3",["3[1-5]"]],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[0-57-9]"]]],0,0,0,0,0,0,0,"8~10"],TK:["690","00","[2-47]\\d{3,6}",[4,5,6,7]],TL:["670","00","7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}",[7,8],[["(\\d{3})(\\d{4})","$1 $2",["[2-489]|70"]],["(\\d{4})(\\d{4})","$1 $2",["7"]]]],TM:["993","810","[1-6]\\d{7}",[8],[["(\\d{2})(\\d{2})(\\d{2})(\\d{2})","$1 $2-$3-$4",["12"],"(8 $1)"],["(\\d{3})(\\d)(\\d{2})(\\d{2})","$1 $2-$3-$4",["[1-5]"],"(8 $1)"],["(\\d{2})(\\d{6})","$1 $2",["6"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],TN:["216","00","[2-57-9]\\d{7}",[8],[["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-57-9]"]]]],TO:["676","00","(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}",[5,7],[["(\\d{2})(\\d{3})","$1-$2",["[2-4]|50|6[09]|7[0-24-69]|8[05]"]],["(\\d{4})(\\d{3})","$1 $2",["0"]],["(\\d{3})(\\d{4})","$1 $2",["[5-9]"]]]],TR:["90","00","4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}",[7,10,12,13],[["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["512|8[01589]|90"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["5(?:[0-59]|61)","5(?:[0-59]|616)","5(?:[0-59]|6161)"],"0$1",1],["(\\d{3})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[24][1-8]|3[1-9]"],"(0$1)",1],["(\\d{3})(\\d{3})(\\d{6,7})","$1 $2 $3",["80"],"0$1",1]],"0"],TT:["1","011","(?:[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-46-8]\\d{6})$|1","868$1",0,"868"],TV:["688","00","(?:2|7\\d\\d|90)\\d{4}",[5,6,7],[["(\\d{2})(\\d{3})","$1 $2",["2"]],["(\\d{2})(\\d{4})","$1 $2",["90"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],TW:["886","0(?:0[25-79]|19)","[2-689]\\d{8}|7\\d{9,10}|[2-8]\\d{7}|2\\d{6}",[7,8,9,10,11],[["(\\d{2})(\\d)(\\d{4})","$1 $2 $3",["202"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["[258]0"],"0$1"],["(\\d)(\\d{3,4})(\\d{4})","$1 $2 $3",["[23568]|4(?:0[02-48]|[1-47-9])|7[1-9]","[23568]|4(?:0[2-48]|[1-47-9])|(?:400|7)[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[49]"],"0$1"],["(\\d{2})(\\d{4})(\\d{4,5})","$1 $2 $3",["7"],"0$1"]],"0",0,0,0,0,0,0,0,"#"],TZ:["255","00[056]","(?:[25-8]\\d|41|90)\\d{7}",[9],[["(\\d{3})(\\d{2})(\\d{4})","$1 $2 $3",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[24]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["5"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[67]"],"0$1"]],"0"],UA:["380","00","[89]\\d{9}|[3-9]\\d{8}",[9,10],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]","6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]"],"0$1"],["(\\d{4})(\\d{5})","$1 $2",["3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6[0135689]|7[4-6])|6(?:[12][3-7]|[459])","3[1-8]|4(?:[1367]|[45][6-9]|8[4-6])|5(?:[1-5]|6(?:[015689]|3[02389])|7[4-6])|6(?:[12][3-7]|[459])"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[3-7]|89|9[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["[89]"],"0$1"]],"0",0,0,0,0,0,0,"0~0"],UG:["256","00[057]","800\\d{6}|(?:[29]0|[347]\\d)\\d{7}",[9],[["(\\d{4})(\\d{5})","$1 $2",["202","2024"],"0$1"],["(\\d{3})(\\d{6})","$1 $2",["[27-9]|4(?:6[45]|[7-9])"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[34]"],"0$1"]],"0"],US:["1","011","[2-9]\\d{9}|3\\d{6}",[10],[["(\\d{3})(\\d{4})","$1-$2",["310"],0,1],["(\\d{3})(\\d{3})(\\d{4})","($1) $2-$3",["[2-9]"],0,1,"$1-$2-$3"]],"1",0,0,0,0,0,[["(?:4722(?:0[0-35]|27)|505(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|4[46])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[0-2]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[349]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[179]|6[1-47]|7[0-5]|8[0256])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[01679]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[068]|3[0-2589]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01357-9]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}"],[""],["8(?:00|33|44|55|66|77|88)[2-9]\\d{6}"],["900[2-9]\\d{6}"],["52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-9]|33|44|66|77|88)[2-9]\\d{6}"]]],UY:["598","0(?:0|1[3-9]\\d)","(?:0004|4)\\d{9}|[1249]\\d{7}|(?:[49]\\d|80)\\d{5}",[7,8,10,13],[["(\\d{3})(\\d{4})","$1 $2",["405|8|90"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["9"],"0$1"],["(\\d{4})(\\d{4})","$1 $2",["[124]"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["4"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3 $4",["0"]]],"0",0,0,0,0,0,0,"00"," int. "],UZ:["998","810","(?:33|[5-79]\\d|88)\\d{7}",[9],[["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[35-9]"],"8 $1"]],"8",0,0,0,0,0,0,"8~10"],VA:["39","00","0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}",[6,7,8,9,10,11],0,0,0,0,0,0,"06698"],VC:["1","011","(?:[58]\\d\\d|784|900)\\d{7}",[10],0,"1",0,"([2-7]\\d{6})$|1","784$1",0,"784"],VE:["58","00","[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}",[10],[["(\\d{3})(\\d{7})","$1-$2",["[24-689]"],"0$1"]],"0"],VG:["1","011","(?:284|[58]\\d\\d|900)\\d{7}",[10],0,"1",0,"([2-578]\\d{6})$|1","284$1",0,"284"],VI:["1","011","[58]\\d{9}|(?:34|90)0\\d{7}",[10],0,"1",0,"([2-9]\\d{6})$|1","340$1",0,"340"],VN:["84","00","[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}",[7,8,9,10],[["(\\d{2})(\\d{5})","$1 $2",["80"],"0$1",1],["(\\d{4})(\\d{4,6})","$1 $2",["1"],0,1],["(\\d{2})(\\d{3})(\\d{2})(\\d{2})","$1 $2 $3 $4",["[69]"],"0$1",1],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[3578]"],"0$1",1],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["2[48]"],"0$1",1],["(\\d{3})(\\d{4})(\\d{3})","$1 $2 $3",["2"],"0$1",1]],"0"],VU:["678","00","[57-9]\\d{6}|(?:[238]\\d|48)\\d{3}",[5,7],[["(\\d{3})(\\d{4})","$1 $2",["[57-9]"]]]],WF:["681","00","(?:40|72)\\d{4}|8\\d{5}(?:\\d{3})?",[6,9],[["(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3",["[478]"]],["(\\d{3})(\\d{2})(\\d{2})(\\d{2})","$1 $2 $3 $4",["8"]]]],WS:["685","0","(?:[2-6]|8\\d{5})\\d{4}|[78]\\d{6}|[68]\\d{5}",[5,6,7,10],[["(\\d{5})","$1",["[2-5]|6[1-9]"]],["(\\d{3})(\\d{3,7})","$1 $2",["[68]"]],["(\\d{2})(\\d{5})","$1 $2",["7"]]]],XK:["383","00","[23]\\d{7,8}|(?:4\\d\\d|[89]00)\\d{5}",[8,9],[["(\\d{3})(\\d{5})","$1 $2",["[89]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3})","$1 $2 $3",["[2-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[23]"],"0$1"]],"0"],YE:["967","00","(?:1|7\\d)\\d{7}|[1-7]\\d{6}",[7,8,9],[["(\\d)(\\d{3})(\\d{3,4})","$1 $2 $3",["[1-6]|7(?:[24-6]|8[0-7])"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["7"],"0$1"]],"0"],YT:["262","00","(?:(?:(?:26|63)9|80\\d)\\d|9398)\\d{5}",[9],0,"0",0,0,0,0,"269|63|9398"],ZA:["27","00","[1-79]\\d{8}|8\\d{4,9}",[5,6,7,8,9,10],[["(\\d{2})(\\d{3,4})","$1 $2",["8[1-4]"],"0$1"],["(\\d{2})(\\d{3})(\\d{2,3})","$1 $2 $3",["8[1-4]"],"0$1"],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["860"],"0$1"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["[1-9]"],"0$1"],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["8"],"0$1"]],"0"],ZM:["260","00","800\\d{6}|(?:21|63|[79]\\d)\\d{7}",[9],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[28]"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["[79]"],"0$1"]],"0"],ZW:["263","00","2(?:[0-57-9]\\d{6,8}|6[0-24-9]\\d{6,7})|[38]\\d{9}|[35-8]\\d{8}|[3-6]\\d{7}|[1-689]\\d{6}|[1-3569]\\d{5}|[1356]\\d{4}",[5,6,7,8,9,10],[["(\\d{3})(\\d{3,5})","$1 $2",["2(?:0[45]|2[278]|[49]8)|3(?:[09]8|17)|6(?:[29]8|37|75)|[23][78]|(?:33|5[15]|6[68])[78]"],"0$1"],["(\\d)(\\d{3})(\\d{2,4})","$1 $2 $3",["[49]"],"0$1"],["(\\d{3})(\\d{4})","$1 $2",["80"],"0$1"],["(\\d{2})(\\d{7})","$1 $2",["24|8[13-59]|(?:2[05-79]|39|5[45]|6[15-8])2","2(?:02[014]|4|[56]20|[79]2)|392|5(?:42|525)|6(?:[16-8]21|52[013])|8[13-59]"],"(0$1)"],["(\\d{2})(\\d{3})(\\d{4})","$1 $2 $3",["7"],"0$1"],["(\\d{3})(\\d{3})(\\d{3,4})","$1 $2 $3",["2(?:1[39]|2[0157]|[378]|[56][14])|3(?:12|29)","2(?:1[39]|2[0157]|[378]|[56][14])|3(?:123|29)"],"0$1"],["(\\d{4})(\\d{6})","$1 $2",["8"],"0$1"],["(\\d{2})(\\d{3,5})","$1 $2",["1|2(?:0[0-36-9]|12|29|[56])|3(?:1[0-689]|[24-6])|5(?:[0236-9]|1[2-4])|6(?:[013-59]|7[0-46-9])|(?:33|55|6[68])[0-69]|(?:29|3[09]|62)[0-79]"],"0$1"],["(\\d{2})(\\d{3})(\\d{3,4})","$1 $2 $3",["29[013-9]|39|54"],"0$1"],["(\\d{4})(\\d{3,5})","$1 $2",["(?:25|54)8","258|5483"],"0$1"]],"0"]},nonGeographic:{800:["800",0,"(?:00|[1-9]\\d)\\d{6}",[8],[["(\\d{4})(\\d{4})","$1 $2",["\\d"]]],0,0,0,0,0,0,[0,0,["(?:00|[1-9]\\d)\\d{6}"]]],808:["808",0,"[1-9]\\d{7}",[8],[["(\\d{4})(\\d{4})","$1 $2",["[1-9]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,0,["[1-9]\\d{7}"]]],870:["870",0,"7\\d{11}|[35-7]\\d{8}",[9,12],[["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["[35-7]"]]],0,0,0,0,0,0,[0,["(?:[356]|774[45])\\d{8}|7[6-8]\\d{7}"]]],878:["878",0,"10\\d{10}",[12],[["(\\d{2})(\\d{5})(\\d{5})","$1 $2 $3",["1"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["10\\d{10}"]]],881:["881",0,"[0-36-9]\\d{8}",[9],[["(\\d)(\\d{3})(\\d{5})","$1 $2 $3",["[0-36-9]"]]],0,0,0,0,0,0,[0,["[0-36-9]\\d{8}"]]],882:["882",0,"[13]\\d{6}(?:\\d{2,5})?|[19]\\d{7}|(?:[25]\\d\\d|4)\\d{7}(?:\\d{2})?",[7,8,9,10,11,12],[["(\\d{2})(\\d{5})","$1 $2",["16|342"]],["(\\d{2})(\\d{6})","$1 $2",["49"]],["(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["1[36]|9"]],["(\\d{2})(\\d{4})(\\d{3})","$1 $2 $3",["3[23]"]],["(\\d{2})(\\d{3,4})(\\d{4})","$1 $2 $3",["16"]],["(\\d{2})(\\d{4})(\\d{4})","$1 $2 $3",["10|23|3(?:[15]|4[57])|4|51"]],["(\\d{3})(\\d{4})(\\d{4})","$1 $2 $3",["34"]],["(\\d{2})(\\d{4,5})(\\d{5})","$1 $2 $3",["[1-35]"]]],0,0,0,0,0,0,[0,["342\\d{4}|(?:337|49)\\d{6}|(?:3(?:2|47|7\\d{3})|50\\d{3})\\d{7}",[7,8,9,10,12]],0,0,0,0,0,0,["1(?:3(?:0[0347]|[13][0139]|2[035]|4[013568]|6[0459]|7[06]|8[15-8]|9[0689])\\d{4}|6\\d{5,10})|(?:345\\d|9[89])\\d{6}|(?:10|2(?:3|85\\d)|3(?:[15]|[69]\\d\\d)|4[15-8]|51)\\d{8}"]]],883:["883",0,"(?:[1-4]\\d|51)\\d{6,10}",[8,9,10,11,12],[["(\\d{3})(\\d{3})(\\d{2,8})","$1 $2 $3",["[14]|2[24-689]|3[02-689]|51[24-9]"]],["(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3",["510"]],["(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["21"]],["(\\d{4})(\\d{4})(\\d{4})","$1 $2 $3",["51[13]"]],["(\\d{3})(\\d{3})(\\d{3})(\\d{3})","$1 $2 $3 $4",["[235]"]]],0,0,0,0,0,0,[0,0,0,0,0,0,0,0,["(?:2(?:00\\d\\d|10)|(?:370[1-9]|51\\d0)\\d)\\d{7}|51(?:00\\d{5}|[24-9]0\\d{4,7})|(?:1[013-79]|2[24-689]|3[02-689]|4[0-4])0\\d{5,9}"]]],888:["888",0,"\\d{11}",[11],[["(\\d{3})(\\d{3})(\\d{5})","$1 $2 $3"]],0,0,0,0,0,0,[0,0,0,0,0,0,["\\d{11}"]]],979:["979",0,"[1359]\\d{8}",[9],[["(\\d)(\\d{4})(\\d{4})","$1 $2 $3",["[1359]"]]],0,0,0,0,0,0,[0,0,0,["[1359]\\d{8}"]]]}};function withMetadataArgument(e,t){var r=Array.prototype.slice.call(t);return r.push(metadata),e.apply(this,r)}function _typeof$2(e){return _typeof$2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof$2(e)}function _defineProperties$2(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function _createClass$2(e,t,r){return t&&_defineProperties$2(e.prototype,t),r&&_defineProperties$2(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}function _classCallCheck$2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _inherits(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&_setPrototypeOf(e,t)}function _createSuper(e){var t=_isNativeReflectConstruct();return function(){var r,n=_getPrototypeOf(e);if(t){var i=_getPrototypeOf(this).constructor;r=Reflect.construct(n,arguments,i)}else r=n.apply(this,arguments);return _possibleConstructorReturn(this,r)}}function _possibleConstructorReturn(e,t){if(t&&("object"===_typeof$2(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(e)}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function _wrapNativeSuper(e){var t="function"==typeof Map?new Map:void 0;return _wrapNativeSuper=function(e){if(null===e||!_isNativeFunction(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return _construct(e,arguments,_getPrototypeOf(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),_setPrototypeOf(r,e)},_wrapNativeSuper(e)}function _construct(e,t,r){return _construct=_isNativeReflectConstruct()?Reflect.construct:function(e,t,r){var n=[null];n.push.apply(n,t);var i=new(Function.bind.apply(e,n));return r&&_setPrototypeOf(i,r.prototype),i},_construct.apply(null,arguments)}function _isNativeReflectConstruct(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}function _isNativeFunction(e){return-1!==Function.toString.call(e).indexOf("[native code]")}function _setPrototypeOf(e,t){return _setPrototypeOf=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},_setPrototypeOf(e,t)}function _getPrototypeOf(e){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},_getPrototypeOf(e)}var ParseError=function(e){_inherits(r,_wrapNativeSuper(Error));var t=_createSuper(r);function r(e){var n;return _classCallCheck$2(this,r),n=t.call(this,e),Object.setPrototypeOf(_assertThisInitialized(n),r.prototype),n.name=n.constructor.name,n}return _createClass$2(r)}(),MIN_LENGTH_FOR_NSN=2,MAX_LENGTH_FOR_NSN=17,MAX_LENGTH_COUNTRY_CODE=3,VALID_DIGITS="0-90-9٠-٩۰-۹",DASHES="-‐-―−ー-",SLASHES="//",DOTS="..",WHITESPACE="  ­​⁠ ",BRACKETS="()()[]\\[\\]",TILDES="~⁓∼~",VALID_PUNCTUATION="".concat(DASHES).concat(SLASHES).concat(DOTS).concat(WHITESPACE).concat(BRACKETS).concat(TILDES),PLUS_CHARS="++";function compare(e,t){e=e.split("-"),t=t.split("-");for(var r=e[0].split("."),n=t[0].split("."),i=0;i<3;i++){var a=Number(r[i]),o=Number(n[i]);if(a>o)return 1;if(o>a)return-1;if(!isNaN(a)&&isNaN(o))return 1;if(isNaN(a)&&!isNaN(o))return-1}return e[1]&&t[1]?e[1]>t[1]?1:e[1]<t[1]?-1:0:!e[1]&&t[1]?1:e[1]&&!t[1]?-1:0}function _typeof$1(e){return _typeof$1="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof$1(e)}function _classCallCheck$1(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties$1(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function _createClass$1(e,t,r){return t&&_defineProperties$1(e.prototype,t),r&&_defineProperties$1(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}var V3="1.2.0",V4="1.7.35",DEFAULT_EXT_PREFIX=" ext. ",CALLING_CODE_REG_EXP=/^\d+$/,Metadata=function(){function e(t){_classCallCheck$1(this,e),validateMetadata(t),this.metadata=t,setVersion.call(this,t)}return _createClass$1(e,[{key:"getCountries",value:function(){return Object.keys(this.metadata.countries).filter((function(e){return"001"!==e}))}},{key:"getCountryMetadata",value:function(e){return this.metadata.countries[e]}},{key:"nonGeographic",value:function(){if(!(this.v1||this.v2||this.v3))return this.metadata.nonGeographic||this.metadata.nonGeographical}},{key:"hasCountry",value:function(e){return void 0!==this.getCountryMetadata(e)}},{key:"hasCallingCode",value:function(e){if(this.getCountryCodesForCallingCode(e))return!0;if(this.nonGeographic()){if(this.nonGeographic()[e])return!0}else{var t=this.countryCallingCodes()[e];if(t&&1===t.length&&"001"===t[0])return!0}}},{key:"isNonGeographicCallingCode",value:function(e){return this.nonGeographic()?!!this.nonGeographic()[e]:!this.getCountryCodesForCallingCode(e)}},{key:"country",value:function(e){return this.selectNumberingPlan(e)}},{key:"selectNumberingPlan",value:function(e,t){if(e&&CALLING_CODE_REG_EXP.test(e)&&(t=e,e=null),e&&"001"!==e){if(!this.hasCountry(e))throw new Error("Unknown country: ".concat(e));this.numberingPlan=new NumberingPlan(this.getCountryMetadata(e),this)}else if(t){if(!this.hasCallingCode(t))throw new Error("Unknown calling code: ".concat(t));this.numberingPlan=new NumberingPlan(this.getNumberingPlanMetadata(t),this)}else this.numberingPlan=void 0;return this}},{key:"getCountryCodesForCallingCode",value:function(e){var t=this.countryCallingCodes()[e];if(t){if(1===t.length&&3===t[0].length)return;return t}}},{key:"getCountryCodeForCallingCode",value:function(e){var t=this.getCountryCodesForCallingCode(e);if(t)return t[0]}},{key:"getNumberingPlanMetadata",value:function(e){var t=this.getCountryCodeForCallingCode(e);if(t)return this.getCountryMetadata(t);if(this.nonGeographic()){var r=this.nonGeographic()[e];if(r)return r}else{var n=this.countryCallingCodes()[e];if(n&&1===n.length&&"001"===n[0])return this.metadata.countries["001"]}}},{key:"countryCallingCode",value:function(){return this.numberingPlan.callingCode()}},{key:"IDDPrefix",value:function(){return this.numberingPlan.IDDPrefix()}},{key:"defaultIDDPrefix",value:function(){return this.numberingPlan.defaultIDDPrefix()}},{key:"nationalNumberPattern",value:function(){return this.numberingPlan.nationalNumberPattern()}},{key:"possibleLengths",value:function(){return this.numberingPlan.possibleLengths()}},{key:"formats",value:function(){return this.numberingPlan.formats()}},{key:"nationalPrefixForParsing",value:function(){return this.numberingPlan.nationalPrefixForParsing()}},{key:"nationalPrefixTransformRule",value:function(){return this.numberingPlan.nationalPrefixTransformRule()}},{key:"leadingDigits",value:function(){return this.numberingPlan.leadingDigits()}},{key:"hasTypes",value:function(){return this.numberingPlan.hasTypes()}},{key:"type",value:function(e){return this.numberingPlan.type(e)}},{key:"ext",value:function(){return this.numberingPlan.ext()}},{key:"countryCallingCodes",value:function(){return this.v1?this.metadata.country_phone_code_to_countries:this.metadata.country_calling_codes}},{key:"chooseCountryByCountryCallingCode",value:function(e){return this.selectNumberingPlan(e)}},{key:"hasSelectedNumberingPlan",value:function(){return void 0!==this.numberingPlan}}]),e}(),NumberingPlan=function(){function e(t,r){_classCallCheck$1(this,e),this.globalMetadataObject=r,this.metadata=t,setVersion.call(this,r.metadata)}return _createClass$1(e,[{key:"callingCode",value:function(){return this.metadata[0]}},{key:"getDefaultCountryMetadataForRegion",value:function(){return this.globalMetadataObject.getNumberingPlanMetadata(this.callingCode())}},{key:"IDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[1]}},{key:"defaultIDDPrefix",value:function(){if(!this.v1&&!this.v2)return this.metadata[12]}},{key:"nationalNumberPattern",value:function(){return this.v1||this.v2?this.metadata[1]:this.metadata[2]}},{key:"possibleLengths",value:function(){if(!this.v1)return this.metadata[this.v2?2:3]}},{key:"_getFormats",value:function(e){return e[this.v1?2:this.v2?3:4]}},{key:"formats",value:function(){var e=this,t=this._getFormats(this.metadata)||this._getFormats(this.getDefaultCountryMetadataForRegion())||[];return t.map((function(t){return new Format(t,e)}))}},{key:"nationalPrefix",value:function(){return this.metadata[this.v1?3:this.v2?4:5]}},{key:"_getNationalPrefixFormattingRule",value:function(e){return e[this.v1?4:this.v2?5:6]}},{key:"nationalPrefixFormattingRule",value:function(){return this._getNationalPrefixFormattingRule(this.metadata)||this._getNationalPrefixFormattingRule(this.getDefaultCountryMetadataForRegion())}},{key:"_nationalPrefixForParsing",value:function(){return this.metadata[this.v1?5:this.v2?6:7]}},{key:"nationalPrefixForParsing",value:function(){return this._nationalPrefixForParsing()||this.nationalPrefix()}},{key:"nationalPrefixTransformRule",value:function(){return this.metadata[this.v1?6:this.v2?7:8]}},{key:"_getNationalPrefixIsOptionalWhenFormatting",value:function(){return!!this.metadata[this.v1?7:this.v2?8:9]}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return this._getNationalPrefixIsOptionalWhenFormatting(this.metadata)||this._getNationalPrefixIsOptionalWhenFormatting(this.getDefaultCountryMetadataForRegion())}},{key:"leadingDigits",value:function(){return this.metadata[this.v1?8:this.v2?9:10]}},{key:"types",value:function(){return this.metadata[this.v1?9:this.v2?10:11]}},{key:"hasTypes",value:function(){return(!this.types()||0!==this.types().length)&&!!this.types()}},{key:"type",value:function(e){if(this.hasTypes()&&getType(this.types(),e))return new Type(getType(this.types(),e),this)}},{key:"ext",value:function(){return this.v1||this.v2?DEFAULT_EXT_PREFIX:this.metadata[13]||DEFAULT_EXT_PREFIX}}]),e}(),Format=function(){function e(t,r){_classCallCheck$1(this,e),this._format=t,this.metadata=r}return _createClass$1(e,[{key:"pattern",value:function(){return this._format[0]}},{key:"format",value:function(){return this._format[1]}},{key:"leadingDigitsPatterns",value:function(){return this._format[2]||[]}},{key:"nationalPrefixFormattingRule",value:function(){return this._format[3]||this.metadata.nationalPrefixFormattingRule()}},{key:"nationalPrefixIsOptionalWhenFormattingInNationalFormat",value:function(){return!!this._format[4]||this.metadata.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"nationalPrefixIsMandatoryWhenFormattingInNationalFormat",value:function(){return this.usesNationalPrefix()&&!this.nationalPrefixIsOptionalWhenFormattingInNationalFormat()}},{key:"usesNationalPrefix",value:function(){return!(!this.nationalPrefixFormattingRule()||FIRST_GROUP_ONLY_PREFIX_PATTERN.test(this.nationalPrefixFormattingRule()))}},{key:"internationalFormat",value:function(){return this._format[5]||this.format()}}]),e}(),FIRST_GROUP_ONLY_PREFIX_PATTERN=/^\(?\$1\)?$/,Type=function(){function e(t,r){_classCallCheck$1(this,e),this.type=t,this.metadata=r}return _createClass$1(e,[{key:"pattern",value:function(){return this.metadata.v1?this.type:this.type[0]}},{key:"possibleLengths",value:function(){if(!this.metadata.v1)return this.type[1]||this.metadata.possibleLengths()}}]),e}();function getType(e,t){switch(t){case"FIXED_LINE":return e[0];case"MOBILE":return e[1];case"TOLL_FREE":return e[2];case"PREMIUM_RATE":return e[3];case"PERSONAL_NUMBER":return e[4];case"VOICEMAIL":return e[5];case"UAN":return e[6];case"PAGER":return e[7];case"VOIP":return e[8];case"SHARED_COST":return e[9]}}function validateMetadata(e){if(!e)throw new Error("[libphonenumber-js] `metadata` argument not passed. Check your arguments.");if(!is_object(e)||!is_object(e.countries))throw new Error("[libphonenumber-js] `metadata` argument was passed but it's not a valid metadata. Must be an object having `.countries` child object property. Got ".concat(is_object(e)?"an object of shape: { "+Object.keys(e).join(", ")+" }":"a "+type_of(e)+": "+e,"."))}var is_object=function(e){return"object"===_typeof$1(e)},type_of=function(e){return _typeof$1(e)};function getCountryCallingCode(e,t){if((t=new Metadata(t)).hasCountry(e))return t.country(e).countryCallingCode();throw new Error("Unknown country: ".concat(e))}function setVersion(e){var t=e.version;"number"==typeof t?(this.v1=1===t,this.v2=2===t,this.v3=3===t,this.v4=4===t):t?-1===compare(t,V3)?this.v2=!0:-1===compare(t,V4)?this.v3=!0:this.v4=!0:this.v1=!0}var RFC3966_EXTN_PREFIX=";ext=",getExtensionDigitsPattern=function(e){return"([".concat(VALID_DIGITS,"]{1,").concat(e,"})")};function createExtensionPattern(e){var t="[  \\t,]*",r="[:\\..]?[  \\t,-]*",n="#?",i="[  \\t]*";return RFC3966_EXTN_PREFIX+getExtensionDigitsPattern("20")+"|"+(t+"(?:e?xt(?:ensi(?:ó?|ó))?n?|e?xtn?|доб|anexo)"+r+getExtensionDigitsPattern("20")+n)+"|"+(t+"(?:[xx##~~]|int|int)"+r+getExtensionDigitsPattern("9")+n)+"|"+("[- ]+"+getExtensionDigitsPattern("6")+"#")+"|"+(i+"(?:,{2}|;)"+r+getExtensionDigitsPattern("15")+n)+"|"+(i+"(?:,)+"+r+getExtensionDigitsPattern("9")+n)}var MIN_LENGTH_PHONE_NUMBER_PATTERN="["+VALID_DIGITS+"]{"+MIN_LENGTH_FOR_NSN+"}",VALID_PHONE_NUMBER="["+PLUS_CHARS+"]{0,1}(?:["+VALID_PUNCTUATION+"]*["+VALID_DIGITS+"]){3,}["+VALID_PUNCTUATION+VALID_DIGITS+"]*",VALID_PHONE_NUMBER_START_REG_EXP=new RegExp("^["+PLUS_CHARS+"]{0,1}(?:["+VALID_PUNCTUATION+"]*["+VALID_DIGITS+"]){1,2}$","i"),VALID_PHONE_NUMBER_WITH_EXTENSION=VALID_PHONE_NUMBER+"(?:"+createExtensionPattern()+")?",VALID_PHONE_NUMBER_PATTERN=new RegExp("^"+MIN_LENGTH_PHONE_NUMBER_PATTERN+"$|^"+VALID_PHONE_NUMBER_WITH_EXTENSION+"$","i");function isViablePhoneNumber(e){return e.length>=MIN_LENGTH_FOR_NSN&&VALID_PHONE_NUMBER_PATTERN.test(e)}function isViablePhoneNumberStart(e){return VALID_PHONE_NUMBER_START_REG_EXP.test(e)}var EXTN_PATTERN=new RegExp("(?:"+createExtensionPattern()+")$","i");function extractExtension(e){var t=e.search(EXTN_PATTERN);if(t<0)return{};for(var r=e.slice(0,t),n=e.match(EXTN_PATTERN),i=1;i<n.length;){if(n[i])return{number:r,ext:n[i]};i++}}var DIGITS={0:"0",1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9","0":"0","1":"1","2":"2","3":"3","4":"4","5":"5","6":"6","7":"7","8":"8","9":"9","٠":"0","١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","۰":"0","۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9"};function parseDigit(e){return DIGITS[e]}function _createForOfIteratorHelperLoose$4(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=_unsupportedIterableToArray$5(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray$5(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray$5(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$5(e,t):void 0}}function _arrayLikeToArray$5(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function parseIncompletePhoneNumber(e){for(var t,r="",n=_createForOfIteratorHelperLoose$4(e.split(""));!(t=n()).done;){r+=parsePhoneNumberCharacter(t.value,r)||""}return r}function parsePhoneNumberCharacter(e,t){if("+"===e){if(t)return;return"+"}return parseDigit(e)}function _createForOfIteratorHelperLoose$3(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=_unsupportedIterableToArray$4(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray$4(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray$4(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$4(e,t):void 0}}function _arrayLikeToArray$4(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function mergeArrays(e,t){for(var r,n=e.slice(),i=_createForOfIteratorHelperLoose$3(t);!(r=i()).done;){var a=r.value;e.indexOf(a)<0&&n.push(a)}return n.sort((function(e,t){return e-t}))}function checkNumberLength(e,t){return checkNumberLengthForType(e,void 0,t)}function checkNumberLengthForType(e,t,r){var n=r.type(t),i=n&&n.possibleLengths()||r.possibleLengths();if(!i)return"IS_POSSIBLE";if("FIXED_LINE_OR_MOBILE"===t){if(!r.type("FIXED_LINE"))return checkNumberLengthForType(e,"MOBILE",r);var a=r.type("MOBILE");a&&(i=mergeArrays(i,a.possibleLengths()))}else if(t&&!n)return"INVALID_LENGTH";var o=e.length,s=i[0];return s===o?"IS_POSSIBLE":s>o?"TOO_SHORT":i[i.length-1]<o?"TOO_LONG":i.indexOf(o,1)>=0?"IS_POSSIBLE":"INVALID_LENGTH"}function isPossiblePhoneNumber(e,t,r){if(void 0===t&&(t={}),r=new Metadata(r),t.v2){if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");r.selectNumberingPlan(e.countryCallingCode)}else{if(!e.phone)return!1;if(e.country){if(!r.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));r.country(e.country)}else{if(!e.countryCallingCode)throw new Error("Invalid phone number object passed");r.selectNumberingPlan(e.countryCallingCode)}}if(r.possibleLengths())return isPossibleNumber(e.phone||e.nationalNumber,r);if(e.countryCallingCode&&r.isNonGeographicCallingCode(e.countryCallingCode))return!0;throw new Error('Missing "possibleLengths" in metadata. Perhaps the metadata has been generated before v1.0.18.')}function isPossibleNumber(e,t){return"IS_POSSIBLE"===checkNumberLength(e,t)}function matchesEntirely(e,t){return e=e||"",new RegExp("^(?:"+t+")$").test(e)}function _createForOfIteratorHelperLoose$2(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=_unsupportedIterableToArray$3(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray$3(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray$3(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$3(e,t):void 0}}function _arrayLikeToArray$3(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var NON_FIXED_LINE_PHONE_TYPES=["MOBILE","PREMIUM_RATE","TOLL_FREE","SHARED_COST","VOIP","PERSONAL_NUMBER","PAGER","UAN","VOICEMAIL"];function getNumberType(e,t,r){if(t=t||{},e.country){(r=new Metadata(r)).selectNumberingPlan(e.country,e.countryCallingCode);var n=t.v2?e.nationalNumber:e.phone;if(matchesEntirely(n,r.nationalNumberPattern())){if(isNumberTypeEqualTo(n,"FIXED_LINE",r))return r.type("MOBILE")&&""===r.type("MOBILE").pattern()?"FIXED_LINE_OR_MOBILE":r.type("MOBILE")?isNumberTypeEqualTo(n,"MOBILE",r)?"FIXED_LINE_OR_MOBILE":"FIXED_LINE":"FIXED_LINE_OR_MOBILE";for(var i,a=_createForOfIteratorHelperLoose$2(NON_FIXED_LINE_PHONE_TYPES);!(i=a()).done;){var o=i.value;if(isNumberTypeEqualTo(n,o,r))return o}}}}function isNumberTypeEqualTo(e,t,r){return!(!(t=r.type(t))||!t.pattern())&&(!(t.possibleLengths()&&t.possibleLengths().indexOf(e.length)<0)&&matchesEntirely(e,t.pattern()))}function isValidNumber(e,t,r){return t=t||{},(r=new Metadata(r)).selectNumberingPlan(e.country,e.countryCallingCode),r.hasTypes()?void 0!==getNumberType(e,t,r.metadata):matchesEntirely(t.v2?e.nationalNumber:e.phone,r.nationalNumberPattern())}function getPossibleCountriesForNumber(e,t,r){var n=new Metadata(r).getCountryCodesForCallingCode(e);return n?n.filter((function(e){return couldNationalNumberBelongToCountry(t,e,r)})):[]}function couldNationalNumberBelongToCountry(e,t,r){var n=new Metadata(r);return n.selectNumberingPlan(t),n.numberingPlan.possibleLengths().indexOf(e.length)>=0}function applyInternationalSeparatorStyle(e){return e.replace(new RegExp("[".concat(VALID_PUNCTUATION,"]+"),"g")," ").trim()}var FIRST_GROUP_PATTERN=/(\$\d)/;function formatNationalNumberUsingFormat(e,t,r){var n=r.useInternationalFormat,i=r.withNationalPrefix;r.carrierCode,r.metadata;var a=e.replace(new RegExp(t.pattern()),n?t.internationalFormat():i&&t.nationalPrefixFormattingRule()?t.format().replace(FIRST_GROUP_PATTERN,t.nationalPrefixFormattingRule()):t.format());return n?applyInternationalSeparatorStyle(a):a}var SINGLE_IDD_PREFIX_REG_EXP=/^[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?$/;function getIddPrefix(e,t,r){var n=new Metadata(r);return n.selectNumberingPlan(e,t),n.defaultIDDPrefix()?n.defaultIDDPrefix():SINGLE_IDD_PREFIX_REG_EXP.test(n.IDDPrefix())?n.IDDPrefix():void 0}function formatRFC3966(e){var t=e.number,r=e.ext;if(!t)return"";if("+"!==t[0])throw new Error('"formatRFC3966()" expects "number" to be in E.164 format.');return"tel:".concat(t).concat(r?";ext="+r:"")}function _createForOfIteratorHelperLoose$1(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=_unsupportedIterableToArray$2(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray$2(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray$2(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$2(e,t):void 0}}function _arrayLikeToArray$2(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function ownKeys$3(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _objectSpread$3(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys$3(Object(r),!0).forEach((function(t){_defineProperty$3(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys$3(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _defineProperty$3(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var DEFAULT_OPTIONS={formatExtension:function(e,t,r){return"".concat(e).concat(r.ext()).concat(t)}};function formatNumber(e,t,r,n){if(r=r?_objectSpread$3(_objectSpread$3({},DEFAULT_OPTIONS),r):DEFAULT_OPTIONS,n=new Metadata(n),e.country&&"001"!==e.country){if(!n.hasCountry(e.country))throw new Error("Unknown country: ".concat(e.country));n.country(e.country)}else{if(!e.countryCallingCode)return e.phone||"";n.selectNumberingPlan(e.countryCallingCode)}var i,a=n.countryCallingCode(),o=r.v2?e.nationalNumber:e.phone;switch(t){case"NATIONAL":return o?addExtension(i=formatNationalNumber(o,e.carrierCode,"NATIONAL",n,r),e.ext,n,r.formatExtension):"";case"INTERNATIONAL":return o?(i=formatNationalNumber(o,null,"INTERNATIONAL",n,r),addExtension(i="+".concat(a," ").concat(i),e.ext,n,r.formatExtension)):"+".concat(a);case"E.164":return"+".concat(a).concat(o);case"RFC3966":return formatRFC3966({number:"+".concat(a).concat(o),ext:e.ext});case"IDD":if(!r.fromCountry)return;return addExtension(formatIDD(o,e.carrierCode,a,r.fromCountry,n),e.ext,n,r.formatExtension);default:throw new Error('Unknown "format" argument passed to "formatNumber()": "'.concat(t,'"'))}}function formatNationalNumber(e,t,r,n,i){var a=chooseFormatForNumber(n.formats(),e);return a?formatNationalNumberUsingFormat(e,a,{useInternationalFormat:"INTERNATIONAL"===r,withNationalPrefix:!a.nationalPrefixIsOptionalWhenFormattingInNationalFormat()||!i||!1!==i.nationalPrefix,carrierCode:t,metadata:n}):e}function chooseFormatForNumber(e,t){for(var r,n=_createForOfIteratorHelperLoose$1(e);!(r=n()).done;){var i=r.value;if(i.leadingDigitsPatterns().length>0){var a=i.leadingDigitsPatterns()[i.leadingDigitsPatterns().length-1];if(0!==t.search(a))continue}if(matchesEntirely(t,i.pattern()))return i}}function addExtension(e,t,r,n){return t?n(e,t,r):e}function formatIDD(e,t,r,n,i){if(getCountryCallingCode(n,i.metadata)===r){var a=formatNationalNumber(e,t,"NATIONAL",i);return"1"===r?r+" "+a:a}var o=getIddPrefix(n,void 0,i.metadata);if(o)return"".concat(o," ").concat(r," ").concat(formatNationalNumber(e,null,"INTERNATIONAL",i))}function ownKeys$2(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _objectSpread$2(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys$2(Object(r),!0).forEach((function(t){_defineProperty$2(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys$2(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _defineProperty$2(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function _createClass(e,t,r){return t&&_defineProperties(e.prototype,t),r&&_defineProperties(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e}var PhoneNumber=function(){function e(t,r,n){if(_classCallCheck(this,e),!t)throw new TypeError("`country` or `countryCallingCode` not passed");if(!r)throw new TypeError("`nationalNumber` not passed");if(!n)throw new TypeError("`metadata` not passed");var i=getCountryAndCountryCallingCode(t,n),a=i.country,o=i.countryCallingCode;this.country=a,this.countryCallingCode=o,this.nationalNumber=r,this.number="+"+this.countryCallingCode+this.nationalNumber,this.metadata=n}return _createClass(e,[{key:"setExt",value:function(e){this.ext=e}},{key:"getPossibleCountries",value:function(){return this.country?[this.country]:getPossibleCountriesForNumber(this.countryCallingCode,this.nationalNumber,this.metadata)}},{key:"isPossible",value:function(){return isPossiblePhoneNumber(this,{v2:!0},this.metadata)}},{key:"isValid",value:function(){return isValidNumber(this,{v2:!0},this.metadata)}},{key:"isNonGeographic",value:function(){return new Metadata(this.metadata).isNonGeographicCallingCode(this.countryCallingCode)}},{key:"isEqual",value:function(e){return this.number===e.number&&this.ext===e.ext}},{key:"getType",value:function(){return getNumberType(this,{v2:!0},this.metadata)}},{key:"format",value:function(e,t){return formatNumber(this,e,t?_objectSpread$2(_objectSpread$2({},t),{},{v2:!0}):{v2:!0},this.metadata)}},{key:"formatNational",value:function(e){return this.format("NATIONAL",e)}},{key:"formatInternational",value:function(e){return this.format("INTERNATIONAL",e)}},{key:"getURI",value:function(e){return this.format("RFC3966",e)}}]),e}(),isCountryCode=function(e){return/^[A-Z]{2}$/.test(e)};function getCountryAndCountryCallingCode(e,t){var r,n,i=new Metadata(t);return isCountryCode(e)?(r=e,i.selectNumberingPlan(r),n=i.countryCallingCode()):n=e,{country:r,countryCallingCode:n}}var CAPTURING_DIGIT_PATTERN=new RegExp("(["+VALID_DIGITS+"])");function stripIddPrefix(e,t,r,n){if(t){var i=new Metadata(n);i.selectNumberingPlan(t,r);var a=new RegExp(i.IDDPrefix());if(0===e.search(a)){var o=(e=e.slice(e.match(a)[0].length)).match(CAPTURING_DIGIT_PATTERN);if(!(o&&null!=o[1]&&o[1].length>0&&"0"===o[1]))return e}}}function extractNationalNumberFromPossiblyIncompleteNumber(e,t){if(e&&t.numberingPlan.nationalPrefixForParsing()){var r=new RegExp("^(?:"+t.numberingPlan.nationalPrefixForParsing()+")"),n=r.exec(e);if(n){var i,a,o,s=n.length-1,u=s>0&&n[s];if(t.nationalPrefixTransformRule()&&u)i=e.replace(r,t.nationalPrefixTransformRule()),s>1&&(a=n[1]);else{var l=n[0];i=e.slice(l.length),u&&(a=n[1])}if(u){var c=e.indexOf(n[1]);e.slice(0,c)===t.numberingPlan.nationalPrefix()&&(o=t.numberingPlan.nationalPrefix())}else o=n[0];return{nationalNumber:i,nationalPrefix:o,carrierCode:a}}}return{nationalNumber:e}}function extractNationalNumber(e,t){var r=extractNationalNumberFromPossiblyIncompleteNumber(e,t),n=r.carrierCode,i=r.nationalNumber;if(i!==e){if(!shouldHaveExtractedNationalPrefix(e,i,t))return{nationalNumber:e};if(t.possibleLengths()&&!isPossibleIncompleteNationalNumber(i,t))return{nationalNumber:e}}return{nationalNumber:i,carrierCode:n}}function shouldHaveExtractedNationalPrefix(e,t,r){return!(matchesEntirely(e,r.nationalNumberPattern())&&!matchesEntirely(t,r.nationalNumberPattern()))}function isPossibleIncompleteNationalNumber(e,t){switch(checkNumberLength(e,t)){case"TOO_SHORT":case"INVALID_LENGTH":return!1;default:return!0}}function extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(e,t,r,n){var i=t?getCountryCallingCode(t,n):r;if(0===e.indexOf(i)){(n=new Metadata(n)).selectNumberingPlan(t,r);var a=e.slice(i.length),o=extractNationalNumber(a,n).nationalNumber,s=extractNationalNumber(e,n).nationalNumber;if(!matchesEntirely(s,n.nationalNumberPattern())&&matchesEntirely(o,n.nationalNumberPattern())||"TOO_LONG"===checkNumberLength(s,n))return{countryCallingCode:i,number:a}}return{number:e}}function extractCountryCallingCode(e,t,r,n){if(!e)return{};var i;if("+"!==e[0]){var a=stripIddPrefix(e,t,r,n);if(!a||a===e){if(t||r){var o=extractCountryCallingCodeFromInternationalNumberWithoutPlusSign(e,t,r,n),s=o.countryCallingCode,u=o.number;if(s)return{countryCallingCodeSource:"FROM_NUMBER_WITHOUT_PLUS_SIGN",countryCallingCode:s,number:u}}return{number:e}}i=!0,e="+"+a}if("0"===e[1])return{};n=new Metadata(n);for(var l=2;l-1<=MAX_LENGTH_COUNTRY_CODE&&l<=e.length;){var c=e.slice(1,l);if(n.hasCallingCode(c))return n.selectNumberingPlan(c),{countryCallingCodeSource:i?"FROM_NUMBER_WITH_IDD":"FROM_NUMBER_WITH_PLUS_SIGN",countryCallingCode:c,number:e.slice(l)};l++}return{}}function _createForOfIteratorHelperLoose(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=_unsupportedIterableToArray$1(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray$1(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray$1(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray$1(e,t):void 0}}function _arrayLikeToArray$1(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function getCountryByNationalNumber(e,t,r){r=new Metadata(r);for(var n,i=_createForOfIteratorHelperLoose(e);!(n=i()).done;){var a=n.value;if(r.country(a),r.leadingDigits()){if(t&&0===t.search(r.leadingDigits()))return a}else if(getNumberType({phone:t,country:a},void 0,r.metadata))return a}}var USE_NON_GEOGRAPHIC_COUNTRY_CODE=!1;function getCountryByCallingCode(e,t,r){if(USE_NON_GEOGRAPHIC_COUNTRY_CODE&&r.isNonGeographicCallingCode(e))return"001";var n=r.getCountryCodesForCallingCode(e);return n?1===n.length?n[0]:getCountryByNationalNumber(n,t,r.metadata):void 0}var PLUS_SIGN="+",RFC3966_VISUAL_SEPARATOR_="[\\-\\.\\(\\)]?",RFC3966_PHONE_DIGIT_="(["+VALID_DIGITS+"]|"+RFC3966_VISUAL_SEPARATOR_+")",RFC3966_GLOBAL_NUMBER_DIGITS_="^\\"+PLUS_SIGN+RFC3966_PHONE_DIGIT_+"*["+VALID_DIGITS+"]"+RFC3966_PHONE_DIGIT_+"*$",RFC3966_GLOBAL_NUMBER_DIGITS_PATTERN_=new RegExp(RFC3966_GLOBAL_NUMBER_DIGITS_,"g"),ALPHANUM_=VALID_DIGITS,RFC3966_DOMAINLABEL_="["+ALPHANUM_+"]+((\\-)*["+ALPHANUM_+"])*",VALID_ALPHA_="a-zA-Z",RFC3966_TOPLABEL_="["+VALID_ALPHA_+"]+((\\-)*["+ALPHANUM_+"])*",RFC3966_DOMAINNAME_="^("+RFC3966_DOMAINLABEL_+"\\.)*"+RFC3966_TOPLABEL_+"\\.?$",RFC3966_DOMAINNAME_PATTERN_=new RegExp(RFC3966_DOMAINNAME_,"g"),RFC3966_PREFIX_="tel:",RFC3966_PHONE_CONTEXT_=";phone-context=",RFC3966_ISDN_SUBADDRESS_=";isub=";function extractPhoneContext(e){var t=e.indexOf(RFC3966_PHONE_CONTEXT_);if(t<0)return null;var r=t+RFC3966_PHONE_CONTEXT_.length;if(r>=e.length)return"";var n=e.indexOf(";",r);return n>=0?e.substring(r,n):e.substring(r)}function isPhoneContextValid(e){return null===e||0!==e.length&&(RFC3966_GLOBAL_NUMBER_DIGITS_PATTERN_.test(e)||RFC3966_DOMAINNAME_PATTERN_.test(e))}function extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(e,t){var r,n=t.extractFormattedPhoneNumber,i=extractPhoneContext(e);if(!isPhoneContextValid(i))throw new ParseError("NOT_A_NUMBER");if(null===i)r=n(e)||"";else{r="",i.charAt(0)===PLUS_SIGN&&(r+=i);var a,o=e.indexOf(RFC3966_PREFIX_);a=o>=0?o+RFC3966_PREFIX_.length:0;var s=e.indexOf(RFC3966_PHONE_CONTEXT_);r+=e.substring(a,s)}var u=r.indexOf(RFC3966_ISDN_SUBADDRESS_);if(u>0&&(r=r.substring(0,u)),""!==r)return r}var MAX_INPUT_STRING_LENGTH=250,PHONE_NUMBER_START_PATTERN=new RegExp("["+PLUS_CHARS+VALID_DIGITS+"]"),AFTER_PHONE_NUMBER_END_PATTERN=new RegExp("[^"+VALID_DIGITS+"#]+$");function parse(e,t,r){if(t=t||{},r=new Metadata(r),t.defaultCountry&&!r.hasCountry(t.defaultCountry)){if(t.v2)throw new ParseError("INVALID_COUNTRY");throw new Error("Unknown country: ".concat(t.defaultCountry))}var n=parseInput(e,t.v2,t.extract),i=n.number,a=n.ext,o=n.error;if(!i){if(t.v2){if("TOO_SHORT"===o)throw new ParseError("TOO_SHORT");throw new ParseError("NOT_A_NUMBER")}return{}}var s=parsePhoneNumber(i,t.defaultCountry,t.defaultCallingCode,r),u=s.country,l=s.nationalNumber,c=s.countryCallingCode,d=s.countryCallingCodeSource,h=s.carrierCode;if(!r.hasSelectedNumberingPlan()){if(t.v2)throw new ParseError("INVALID_COUNTRY");return{}}if(!l||l.length<MIN_LENGTH_FOR_NSN){if(t.v2)throw new ParseError("TOO_SHORT");return{}}if(l.length>MAX_LENGTH_FOR_NSN){if(t.v2)throw new ParseError("TOO_LONG");return{}}if(t.v2){var f=new PhoneNumber(c,l,r.metadata);return u&&(f.country=u),h&&(f.carrierCode=h),a&&(f.ext=a),f.__countryCallingCodeSource=d,f}var p=!!(t.extended?r.hasSelectedNumberingPlan():u)&&matchesEntirely(l,r.nationalNumberPattern());return t.extended?{country:u,countryCallingCode:c,carrierCode:h,valid:p,possible:!!p||!(!0!==t.extended||!r.possibleLengths()||!isPossibleNumber(l,r)),phone:l,ext:a}:p?result(u,l,a):{}}function _extractFormattedPhoneNumber(e,t,r){if(e)if(e.length>MAX_INPUT_STRING_LENGTH){if(r)throw new ParseError("TOO_LONG")}else{if(!1===t)return e;var n=e.search(PHONE_NUMBER_START_PATTERN);if(!(n<0))return e.slice(n).replace(AFTER_PHONE_NUMBER_END_PATTERN,"")}}function parseInput(e,t,r){var n=extractFormattedPhoneNumberFromPossibleRfc3966NumberUri(e,{extractFormattedPhoneNumber:function(e){return _extractFormattedPhoneNumber(e,r,t)}});if(!n)return{};if(!isViablePhoneNumber(n))return isViablePhoneNumberStart(n)?{error:"TOO_SHORT"}:{};var i=extractExtension(n);return i.ext?i:{number:n}}function result(e,t,r){var n={country:e,phone:t};return r&&(n.ext=r),n}function parsePhoneNumber(e,t,r,n){var i,a=extractCountryCallingCode(parseIncompletePhoneNumber(e),t,r,n.metadata),o=a.countryCallingCodeSource,s=a.countryCallingCode,u=a.number;if(s)n.selectNumberingPlan(s);else{if(!u||!t&&!r)return{};n.selectNumberingPlan(t,r),t&&(i=t),s=r||getCountryCallingCode(t,n.metadata)}if(!u)return{countryCallingCodeSource:o,countryCallingCode:s};var l=extractNationalNumber(parseIncompletePhoneNumber(u),n),c=l.nationalNumber,d=l.carrierCode,h=getCountryByCallingCode(s,c,n);return h&&(i=h,"001"===h||n.country(i)),{country:i,countryCallingCode:s,countryCallingCodeSource:o,nationalNumber:c,carrierCode:d}}function ownKeys$1(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _objectSpread$1(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys$1(Object(r),!0).forEach((function(t){_defineProperty$1(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys$1(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _defineProperty$1(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function parsePhoneNumberWithError$2(e,t,r){return parse(e,_objectSpread$1(_objectSpread$1({},t),{},{v2:!0}),r)}function _typeof(e){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_typeof(e)}function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function _objectSpread(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ownKeys(Object(r),!0).forEach((function(t){_defineProperty(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ownKeys(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function _defineProperty(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function _slicedToArray(e,t){return _arrayWithHoles(e)||_iterableToArrayLimit(e,t)||_unsupportedIterableToArray(e,t)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _unsupportedIterableToArray(e,t){if(e){if("string"==typeof e)return _arrayLikeToArray(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(e,t):void 0}}function _arrayLikeToArray(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function _iterableToArrayLimit(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,a=[],o=!0,s=!1;try{for(r=r.call(e);!(o=(n=r.next()).done)&&(a.push(n.value),!t||a.length!==t);o=!0);}catch(e){s=!0,i=e}finally{try{o||null==r.return||r.return()}finally{if(s)throw i}}return a}}function _arrayWithHoles(e){if(Array.isArray(e))return e}function normalizeArguments(e){var t,r,n,i=_slicedToArray(Array.prototype.slice.call(e),4),a=i[0],o=i[1],s=i[2],u=i[3];if("string"!=typeof a)throw new TypeError("A text for parsing must be a string.");if(t=a,o&&"string"!=typeof o){if(!isObject(o))throw new Error("Invalid second argument: ".concat(o));s?(r=o,n=s):n=o}else u?(r=s,n=u):(r=void 0,n=s),o&&(r=_objectSpread({defaultCountry:o},r));return{text:t,options:r,metadata:n}}var isObject=function(e){return"object"===_typeof(e)};function parsePhoneNumberWithError$1(){var e=normalizeArguments(arguments);return parsePhoneNumberWithError$2(e.text,e.options,e.metadata)}function parsePhoneNumberWithError(){return withMetadataArgument(parsePhoneNumberWithError$1,arguments)}const SINGAPORE_PHONE_NUMBER_REGEX=/^(?!\+?6599)(?!^\+65\d{6}$)^(?:\+?(?:65)?([9,8,6,3]{1}\d{7}))$/,SINGAPORE_MOBILE_NUMBER_REGEX=/^(?!\+?6599)(?!^\+65\d{6}$)^(?:\+?(?:65)?([9,8]{1}\d{7}))$/;var PhoneHelper;!function(e){e.getParsedPhoneNumber=e=>{const t=e.split(" "),r=t.length>1;return{prefix:r?t[0]:"",number:r?t[1]:e}},e.isSingaporeNumber=(t,r=!1)=>{try{const{number:n}=e.getParsedPhoneNumber(t),i=parsePhoneNumberWithError(t,"SG").isValid(),a=SINGAPORE_MOBILE_NUMBER_REGEX.test(n),o=SINGAPORE_PHONE_NUMBER_REGEX.test(n);return r?i&&o&&!a:i&&o&&a}catch(e){return!1}},e.isInternationalNumber=(e,t)=>{try{if(!e||!t)return!1;const r=byCountry(e).iso2;return parsePhoneNumberWithError(t,r).isValid()}catch(e){return!1}},e.formatPhoneNumber=(e,t)=>{if(t)return e?`${e} ${t}`:t}}(PhoneHelper||(PhoneHelper={}));const ContactField=e=>{const{schema:{label:t,defaultCountry:r,disabled:n,enableSearch:i,validation:a,placeholder:o,...s},id:u,name:l,onChange:c,value:d,error:h,...f}=e,[p,m]=useState(d||""),_=usePrevious(r),[g,y]=useState(r),[E]=useState(getInternationalCallingCodeMap()),[b,v]=useState(),[T,S]=useState(),[A,C]=useState(!1),{setFieldValidationConfig:M}=useValidationConfig();useEffect((()=>{const e=a?.find((e=>"contactNumber"in e)),t=e?.contactNumber?.singaporeNumber,r=e?.contactNumber?.internationalNumber,n=e?.errorMessage;E.has(r)?(y(r),C(!0)):["default","house","mobile"].includes(t)&&(y("Singapore"),C(!0)),S(t),M(u,create$6().test("singaporeNumber",n||ERROR_MESSAGES.CONTACT.INVALID_SINGAPORE_NUMBER,(e=>{if(!e||!t)return!0;switch(t){case"default":return PhoneHelper.isSingaporeNumber(e,!0)||PhoneHelper.isSingaporeNumber(e);case"house":return PhoneHelper.isSingaporeNumber(e,!0);case"mobile":return PhoneHelper.isSingaporeNumber(e)}})).test("internationalNumber",n||ERROR_MESSAGES.CONTACT.INVALID_INTERNATIONAL_NUMBER,(e=>!(e&&!t)||PhoneHelper.isInternationalNumber(b?.name,e))),a)}),[a,b]),useEffect((()=>{const e=g||"Singapore";v({name:e,prefix:E.get(e)})}),[g,E]),useEffect((()=>{const e=a?.find((e=>"contactNumber"in e)),t=e?.contactNumber?.singaporeNumber,n=e?.contactNumber?.internationalNumber;!r||_===r||E.has(n)||["default","house","mobile"].includes(t)||y(r)}),[a,r]),useEffect((()=>{const{number:e}=PhoneHelper.getParsedPhoneNumber(d||"");m(e)}),[d]);return jsx(Form.PhoneNumberInput,{...s,...f,"data-testid":TestHelper.generateId(u,"contact"),disabled:n,enableSearch:i,errorMessage:h?.message,fixedCountry:A,id:u,label:t,name:l,placeholder:(()=>{if(o)return o;if(T){return`Enter ${"mobile"===T?"mobile":"home"} number`}return"Enter contact number"})(),value:(()=>{if(!b)return;const{prefix:e}=b;return{number:p,countryCode:e}})(),onChange:e=>{const{countryCode:t,number:r}=e,n=t.replace(/\+/g,""),i=PhoneHelper.formatPhoneNumber(t,r);if(n!==b.prefix){const e=getCountryFromPrefix(n,E);v({name:e,prefix:t})}m(r),c({target:{value:i}})}})},DEFAULT_DATE_FORMAT="uuuu-MM-dd",DateField=e=>{const{schema:{label:t,useCurrentDate:r,dateFormat:n=DEFAULT_DATE_FORMAT,validation:i,...a},id:o,isDirty:s,onChange:u,value:l,error:c,...d}=e,{setValue:h}=useFormContext(),[f,p]=useState(l||""),{setFieldValidationConfig:m}=useValidationConfig();useEffect((()=>{const e=i?.find((e=>"future"in e)),t=i?.find((e=>"past"in e)),r=i?.find((e=>"notFuture"in e)),a=i?.find((e=>"notPast"in e)),s=i?.find((e=>"minDate"in e)),u=i?.find((e=>"maxDate"in e)),l=DateTimeHelper.toLocalDateOrTime(s?.minDate,n,"date"),c=DateTimeHelper.toLocalDateOrTime(u?.maxDate,n,"date");m(o,create$6().test("is-date",ERROR_MESSAGES.DATE.INVALID,(e=>!e||""===e||!!_(e)&&!!DateTimeHelper.toLocalDateOrTime(e,n,"date"))).test("future",e?.errorMessage||ERROR_MESSAGES.DATE.MUST_BE_FUTURE,(t=>{if(!_(t)||!e?.future)return!0;const r=DateTimeHelper.toLocalDateOrTime(t,n,"date");return!!r?.isAfter(LocalDate.now())})).test("past",t?.errorMessage||ERROR_MESSAGES.DATE.MUST_BE_PAST,(e=>{if(!_(e)||!t?.past)return!0;const r=DateTimeHelper.toLocalDateOrTime(e,n,"date");return!!r?.isBefore(LocalDate.now())})).test("not-future",r?.errorMessage||ERROR_MESSAGES.DATE.CANNOT_BE_FUTURE,(e=>{if(!_(e)||!r?.notFuture)return!0;const t=DateTimeHelper.toLocalDateOrTime(e,n,"date");return!t?.isAfter(LocalDate.now())})).test("not-past",a?.errorMessage||ERROR_MESSAGES.DATE.CANNOT_BE_PAST,(e=>{if(!_(e)||!a?.notPast)return!0;const t=DateTimeHelper.toLocalDateOrTime(e,n,"date");return!t?.isBefore(LocalDate.now())})).test("min-date",s?.errorMessage||ERROR_MESSAGES.DATE.MIN_DATE(DateTimeHelper.formatDateTime(s?.minDate,"dd/MM/uuuu","date")),(e=>{if(!_(e)||!l)return!0;const t=DateTimeHelper.toLocalDateOrTime(e,n,"date");return!t?.isBefore(l)})).test("max-date",u?.errorMessage||ERROR_MESSAGES.DATE.MAX_DATE(DateTimeHelper.formatDateTime(u?.maxDate,"dd/MM/uuuu","date")),(e=>{if(!_(e)||!c)return!0;const t=DateTimeHelper.toLocalDateOrTime(e,n,"date");return!t?.isAfter(c)})),i)}),[i]),useEffect((()=>{if(n)if(l)if(_(l)){const e=DateTimeHelper.toLocalDateOrTime(l,n,"date");p(DateTimeHelper.formatDateTime(e?.toString(),DEFAULT_DATE_FORMAT,"date",ERROR_MESSAGES.DATE.INVALID))}else p(ERROR_MESSAGES.DATE.INVALID);else if(!s)if(r){const e=DateTimeHelper.formatDateTime(LocalDate.now().toString(),n,"date");h(o,e,{shouldDirty:!0});const t=DateTimeHelper.formatDateTime(LocalDate.now().toString(),DEFAULT_DATE_FORMAT,"date");p(t)}else p(void 0)}),[r,l,n,s]);const _=e=>e&&e!==ERROR_MESSAGES.DATE.INVALID;return jsx(Form.DateInput,{...a,...d,id:o,"data-testid":TestHelper.generateId(o,"date"),label:t,errorMessage:c?.message,onChangeRaw:([e,t,r])=>{e||t||r?e.length<2||t.length<2||r.length<4?u({target:{value:ERROR_MESSAGES.DATE.INVALID}}):u({target:{value:DateTimeHelper.formatDateTime([r,t,e].join("-"),n,"date",ERROR_MESSAGES.DATE.INVALID)}}):u({target:{value:""}})},value:f})},ImageContext=createContext({images:[],setImages:()=>null,errorCount:0,setErrorCount:()=>null}),ImageProvider=({children:e})=>{const[t,r]=useState([]),[n,i]=useState(0),a=useMemo((()=>({images:t,setImages:r,errorCount:n,setErrorCount:i})),[t,n]);return jsx(ImageContext.Provider,{value:a,children:e})};var ImageUploadHelper;!function(e){e.findAvailableSlot=e=>{const t=e.reduce(((e,{slot:t})=>t>e?t:e),0),r=Math.max(t,e.length),n=Array(r).fill(0).map(((e,t)=>t)),i=e.map((({slot:e})=>e));return n.filter((e=>!i.includes(e)))[0]??r}}(ImageUploadHelper||(ImageUploadHelper={}));const ACCEPTED_FILE_TYPES=["jpg","gif","png","heic","heif","webp"];var EImageStatus;!function(e){e[e.INJECTED=-99]="INJECTED",e[e.ERROR_FORMAT=-3]="ERROR_FORMAT",e[e.ERROR_GENERIC=-2]="ERROR_GENERIC",e[e.ERROR_SIZE=-1]="ERROR_SIZE",e[e.NONE=0]="NONE",e[e.TO_RECOMPRESS=1]="TO_RECOMPRESS",e[e.COMPRESSED=2]="COMPRESSED",e[e.RECOMPRESSED=2]="RECOMPRESSED",e[e.CONVERTED=2]="CONVERTED",e[e.EDITED=3]="EDITED",e[e.UPLOAD_READY=4]="UPLOAD_READY",e[e.UPLOADING=5]="UPLOADING",e[e.UPLOADED=6]="UPLOADED"}(EImageStatus||(EImageStatus={}));const Wrapper$3=styled.div`
366
+ display: flex;
367
+ flex-wrap: wrap;
368
+ align-items: center;
369
+ gap: 0.5rem;
370
+ border: ${e=>e.isError?`1px solid ${Color.Validation.Red.Border(e)}`:`1px solid ${Color.Neutral[5](e)}`};
371
+ border-radius: 4px;
372
+ background-color: ${e=>e.isError?"rgb(253, 247, 247)":`${Color.Accent.Light[6](e)}`};
373
+ min-height: 3.5rem;
374
+ margin-bottom: 1rem;
375
+ padding: 1rem 2rem;
376
+ ${MediaQuery.MaxWidth.tablet} {
377
+ padding: 1rem;
378
+ }
379
+ `,CellInfo=styled.div`
380
+ display: flex;
381
+ flex-wrap: wrap;
382
+ align-items: center;
383
+ flex: 1;
384
+ `,CellFileSize=styled.div`
385
+ width: 4.24rem;
386
+
387
+ ${MediaQuery.MaxWidth.tablet} {
388
+ display: none;
389
+ }
390
+ `,CellProgressBar=styled.div`
391
+ display: flex;
392
+ justify-content: flex-end;
393
+ width: 19.15%;
394
+
395
+ ${MediaQuery.MaxWidth.mobileL} {
396
+ width: 100%;
397
+ }
398
+ `,CellDeleteButton=styled.div`
399
+ display: flex;
400
+ justify-content: flex-end;
401
+ width: 19.15%;
402
+ `,Thumbnail=styled.div`
403
+ margin-right: 2rem;
404
+ width: 6rem;
405
+ height: 6rem;
406
+ background: url(${e=>e.src}) no-repeat center / cover;
407
+ overflow: hidden;
408
+ border-radius: 0.25rem;
409
+
410
+ ${MediaQuery.MaxWidth.tablet} {
411
+ margin-right: 1rem;
412
+ }
413
+ `,TextBody=styled(Text$2.Body)`
414
+ flex: 1;
415
+ `,MobileFileSize=styled.div`
416
+ display: none;
417
+ ${MediaQuery.MaxWidth.tablet} {
418
+ display: block;
419
+ }
420
+ `,ProgressBar=styled.progress`
421
+ max-width: 96px;
422
+ flex: 1;
423
+ height: 0.63rem;
424
+
425
+ ${MediaQuery.MaxWidth.tablet} {
426
+ max-width: none;
427
+ }
428
+
429
+ &[value] {
430
+ width: 100%;
431
+
432
+ -webkit-appearance: none;
433
+ appearance: none;
434
+ }
435
+
436
+ &[value]::-webkit-progress-bar {
437
+ height: 100%;
438
+ border-radius: 1.25rem;
439
+ background-color: #eee;
440
+ }
441
+
442
+ &[value]::-webkit-progress-value {
443
+ height: 100%;
444
+ border-radius: 1.25rem;
445
+ background-color: ${Color.Accent.Light[1]};
446
+ }
447
+ `,ErrorText=styled(Text$2.H6)`
448
+ color: ${Color.Validation.Red.Text};
449
+ width: 100%;
450
+ `,DeleteButton=styled(IconButton)`
451
+ padding: 0;
452
+ // additional 0.5 negative marginRight because the image itself has padding already
453
+ background-color: transparent;
454
+ outline-style: none;
455
+
456
+ span {
457
+ font-size: 2rem;
458
+ color: ${Color.Neutral[3]};
459
+ }
460
+ `,FileItem=({id:e="file-item",index:t,fileItem:r,maxSizeInKb:n,accepts:i,onDelete:a,validation:o})=>{const{dataURL:s,file:u,name:l,status:c,uploadProgress:d}=r,[h,f]=useState(!1),[p,m]=useState(),_=useRef(null),[g,y]=useState(),E=useCallback((()=>{let e=0;_&&_.current&&(e=_.current.getBoundingClientRect().width);const t=FileHelper.truncateFileName(l,e);y(t)}),[l]);useEffect((()=>(window.addEventListener("resize",E),()=>window.removeEventListener("resize",E))),[E]),useEffect((()=>{switch(c){case EImageStatus.ERROR_FORMAT:{const e=o?.find((e=>"fileType"in e)),t=e?.errorMessage||ERROR_MESSAGES.UPLOAD("photo").FILE_TYPE(i);f(!0),m(t);break}case EImageStatus.ERROR_GENERIC:f(!0),m(ERROR_MESSAGES.UPLOAD("photo").GENERIC);break;case EImageStatus.ERROR_SIZE:{const e=o?.find((e=>"maxSizeInKb"in e)),t=e?.errorMessage||ERROR_MESSAGES.UPLOAD("photo").MAX_FILE_SIZE(n);f(!0),m(t);break}}}),[c,s,u.type,n]),useEffect((()=>{E()}),[_,E]);const b=`${Math.round(FileHelper.getFilesizeFromBase64(r.drawingDataURL||r.dataURL||"")/1e3)} KB`;return jsx(Wrapper$3,{isError:h,id:TestHelper.generateId(`${e}-${t+1}`),"data-testid":TestHelper.generateId(`${e}-${t+1}`),children:jsxs(Fragment,{children:[jsxs(CellInfo,{children:[c===EImageStatus.UPLOADED&&!h&&jsx(Thumbnail,{src:r.dataURL??"",id:TestHelper.generateId(`${e}-${t+1}`,"image"),"data-testid":TestHelper.generateId(`${e}-${t+1}`,"image")}),jsxs(TextBody,{as:"div",id:TestHelper.generateId(`${e}-${t+1}`,"file-image"),"data-testid":TestHelper.generateId(`${e}-${t+1}`,"file-image"),ref:_,children:[g,jsx(MobileFileSize,{children:b})]}),h&&jsx(ErrorText,{weight:"semibold",id:TestHelper.generateId(`${e}-${t+1}`,"error-text"),"data-testid":TestHelper.generateId(`${e}-${t+1}`,"error-text"),children:p})]}),jsx(CellFileSize,{children:jsx(Text$2.Body,{id:TestHelper.generateId(`${e}-${t+1}`,"file-size"),"data-testid":TestHelper.generateId(`${e}-${t+1}`,"file-size"),children:b})}),!h&&[EImageStatus.COMPRESSED,EImageStatus.CONVERTED,EImageStatus.UPLOADING].includes(c)?jsx(CellProgressBar,{children:jsx(ProgressBar,{value:d,max:100})}):jsx(CellDeleteButton,{children:jsx(DeleteButton,{onClick:a(t),id:TestHelper.generateId(`${e}-${t+1}`,"btn-delete"),"data-testid":TestHelper.generateId(`${e}-${t+1}`,"btn-delete"),children:jsx(CrossIcon,{})})})]})})},Wrapper$2=styled.div`
461
+ margin: 1.25rem 0;
462
+ border-radius: 0.25rem;
463
+ ${e=>`background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='${encodeURIComponent(Color.Neutral[5](e))}' stroke-width='4' stroke-dasharray='8%2c 8' stroke-dashoffset='8' stroke-linecap='square'/%3e%3c/svg%3e");`}
464
+
465
+ > :not(:last-child) {
466
+ margin-bottom: 2.5rem;
467
+ }
468
+ `,Subtitle=styled(Text$2.Body)`
469
+ margin-bottom: 0.55rem;
470
+ `,Content$1=styled(Text$2.BodySmall)`
471
+ color: ${Color.Neutral[3]};
472
+ `,UploadWrapper=styled.div`
473
+ margin-top: 2rem;
474
+ `,AddButton=styled(Button.Small)`
475
+ width: 100%;
476
+ text-align: center;
477
+ ${MediaQuery.MinWidth.mobileL} {
478
+ width: 10rem;
479
+ height: 2.5rem;
480
+ }
481
+ `;styled(Content$1)`
482
+ margin-top: 0.5rem;
483
+ display: none;
484
+ ${MediaQuery.MinWidth.tablet} {
485
+ display: block;
486
+ width: 10rem;
487
+ text-align: center;
488
+ }
489
+ `;const AlertContainer=styled(Alert$1)`
490
+ margin-top: 1rem;
491
+ margin-bottom: 1rem;
492
+ `,ImageInput=e=>{const{id:t,label:r,buttonLabel:n="Add photos",description:i,dimensions:a,maxFiles:o,accepts:s,maxSizeInKb:u,validation:l,errorMessage:c}=e,{images:d,setImages:h,setErrorCount:f}=useContext(ImageContext),{dispatchFieldEvent:p}=useFieldEvent(),m=createRef(),[_,g]=useState(0),[y,E]=useState();useEffect((()=>{o>0&&g(o-d.length)}),[o,d.length]);const b=usePrevious(y);useEffect((()=>{b&&!y&&f((e=>Math.max(0,e-1)))}),[y]);const v=e=>{e?.preventDefault(),p("file-dialog",t),m?.current?.fileDialog()},T=e=>t=>{t.preventDefault(),h((t=>t.filter(((t,r)=>r!==e)))),E(!1)};return jsx(Wrapper$2,{id:TestHelper.generateId(t),"data-testid":TestHelper.generateId(t),"aria-invalid":!!c,"aria-describedby":!!c&&TestHelper.generateId(t,"error"),children:jsxs(DragUpload,{id:`${t}-drag-upload`,accept:s,onInput:e=>{if(e&&e.length)if(!o||e.length+d.length<=o){const t=[...d];e.forEach((e=>{t.push({file:e,name:e.name,dimensions:a,status:EImageStatus.NONE,uploadProgress:0,addedFrom:"dragInput",slot:ImageUploadHelper.findAvailableSlot(t)})})),h(t),E(!1)}else o>0&&E(!0)},ref:m,children:[jsx(Subtitle,{as:"label",htmlFor:TestHelper.generateId(t,"file-input-add-button"),weight:"semibold",children:r}),jsx(Content$1,{children:jsx(Sanitize,{children:i})}),d&&d.length?d.map(((e,r)=>jsx(FileItem,{id:`${t}-file-item`,index:r,fileItem:e,maxSizeInKb:u,accepts:s,validation:l,onDelete:T},`${e.name}_${r}`))):null,y?(()=>{const e=l?.find((e=>"length"in e)),r=l?.find((e=>"max"in e));let n=e?.errorMessage||r?.errorMessage;return n||(n=_<1||d.length?ERROR_MESSAGES.UPLOAD("photo").MAX_FILES(o):ERROR_MESSAGES.UPLOAD("photo").MAX_FILES_WITH_REMAINING(_)),jsx(AlertContainer,{type:"error","data-testid":TestHelper.generateId(t,"error"),children:n})})():null,c&&(e=>jsx(AlertContainer,{type:"error","data-testid":TestHelper.generateId(t,"error"),children:e}))(c),o&&_<=0?null:jsx(UploadWrapper,{children:jsx(AddButton,{onClick:v,styleType:"secondary",id:TestHelper.generateId(t,"file-input-add-button"),"data-testid":TestHelper.generateId(t,"file-input-add-button"),children:n})})]})})},Wrapper$1=styled.div`
493
+ position: absolute;
494
+ top: 0;
495
+ left: 0;
496
+ width: 100%;
497
+ height: 100%;
498
+ display: flex;
499
+ justify-content: center;
500
+ align-items: center;
501
+ flex-direction: column;
502
+ background-color: black;
503
+ padding: 2.5rem;
504
+ text-align: center;
505
+
506
+ @media (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
507
+ flex-direction: row;
508
+ }
509
+ `,ErrorIcon=styled.img`
510
+ width: 100%;
511
+ max-width: 9rem;
512
+ height: auto;
513
+ margin-bottom: 2rem;
514
+
515
+ @media (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
516
+ margin: 0 2rem 0 0;
517
+ }
518
+ `,Content=styled.div`
519
+ display: flex;
520
+ flex-direction: column;
521
+ align-items: center;
522
+ gap: 0.5rem;
523
+ `,BodyText=styled.div`
524
+ color: ${Color.Neutral[8]};
525
+ `,NameWrapper=styled.span`
526
+ display: inline-block;
527
+ font-weight: bold;
528
+ `,OkButton=styled(Button.Default)`
529
+ width: 100%;
530
+ max-width: 16rem;
531
+ margin-top: 2rem;
532
+
533
+ @media (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
534
+ margin-top: 0.5rem;
535
+ }
536
+ `,WARNING_ICON$1="https://assets.life.gov.sg/web-frontend-engine/img/icons/warning-white.svg",ImageError=e=>{const{id:t="photo-error",image:{name:r,status:n},accepts:i,maxSizeInKb:a,onClickOk:o}=e,[s,u]=useState(),[l,c]=useState();return useEffect((()=>{const e=jsx(NameWrapper,{children:FileHelper.truncateFileName(r||"",300)});switch(n){case EImageStatus.ERROR_FORMAT:u(ERROR_MESSAGES.UPLOAD("photo").MODAL.FILE_TYPE.TITLE),c(ERROR_MESSAGES.UPLOAD("photo").MODAL.FILE_TYPE.DESCRIPTION(e,i));break;case EImageStatus.ERROR_GENERIC:u(ERROR_MESSAGES.UPLOAD("photo").MODAL.GENERIC_ERROR.TITLE),c(ERROR_MESSAGES.UPLOAD("photo").MODAL.GENERIC_ERROR.DESCRIPTION(e));break;case EImageStatus.ERROR_SIZE:u(ERROR_MESSAGES.UPLOAD("photo").MODAL.MAX_FILE_SIZE.TITLE),c(ERROR_MESSAGES.UPLOAD("photo").MODAL.MAX_FILE_SIZE.DESCRIPTION(e,a))}}),[i,a,r,n]),jsxs(Wrapper$1,{children:[jsx(ErrorIcon,{src:WARNING_ICON$1,alt:s}),jsxs(Content,{children:[jsx(BodyText,{as:Text$2.H4,id:TestHelper.generateId(t,"title"),"data-testid":TestHelper.generateId(t,"title"),children:s}),jsx(BodyText,{as:Text$2.Body,children:l}),jsx(OkButton,{onClick:o,id:TestHelper.generateId(t,"ok-button"),"data-testid":TestHelper.generateId(t,"ok-button"),children:"OK"})]})]})},ImagePrompts=e=>{const{id:t="image-prompts",onDecideClearDrawing:r,onDecideDelete:n,onDecideExit:i,images:a,show:o}=e;return jsxs(Fragment,{children:[jsx(Prompt,{id:TestHelper.generateId(t,"delete"),title:a.length>1?"Delete photo?":"Delete photo and exit?",show:"delete"===o,size:"large",description:a.length>1?"This photo will not be uploaded.":"As you're deleting the only photo, you'll be brought back to the form. You'll have to upload another photo.",buttons:[{id:"delete",title:a.length>1?"Yes, delete":"Delete and exit",onClick:()=>n(!0)},{id:"cancel",title:"Cancel",buttonStyle:"secondary",onClick:()=>n(!1)}]}),jsx(Prompt,{id:TestHelper.generateId(t,"exit"),title:"Exit without saving?",show:"exit"===o,description:"Your photos or drawings will not be saved.",buttons:[{id:"exit",title:"Yes, exit",onClick:()=>i(!0)},{id:"cancel",title:"Cancel",buttonStyle:"secondary",onClick:()=>i(!1)}]}),jsx(Prompt,{id:TestHelper.generateId(t,"clearing-drawing"),title:"Clear drawings?",show:"clear-drawing"===o,description:"Your changes will not be saved.",buttons:[{title:"Yes, clear",onClick:()=>r(!0)},{title:"Cancel",buttonStyle:"secondary",onClick:()=>r(!1)}]})]})},ModalBox=styled(Modal.Box)`
537
+ display: block;
538
+ max-height: fit-content;
539
+
540
+ ${MediaQuery.MinWidth.tablet} {
541
+ max-width: 42rem;
542
+ width: 100%;
543
+ }
544
+ ${MediaQuery.MaxWidth.tablet} {
545
+ margin: 0 1.25rem;
546
+ }
547
+
548
+ ${MediaQuery.MaxWidth.mobileL}, (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
549
+ display: flex;
550
+ flex-direction: column;
551
+ justify-content: space-between;
552
+ height: 100%;
553
+ width: 100%;
554
+ max-width: none;
555
+ max-height: none;
556
+ margin: 0;
557
+ border-radius: 0;
558
+ ${({statusBarHeight:e})=>e?`padding-top: ${e/16}rem;`:""}
559
+ }
560
+ `,HeaderSection=styled.div`
561
+ display: flex;
562
+ height: 2.75rem;
563
+ text-align: center;
564
+ align-items: center;
565
+ flex-shrink: 0;
566
+ ${({drawActive:e})=>e?"justify-content: space-between;":""}
567
+ `,ReviewCloseButton=styled(IconButton)`
568
+ position: absolute;
569
+ left: 0.5rem;
570
+ padding: 0.25rem;
571
+ background-color: transparent;
572
+ outline-style: none;
573
+ span {
574
+ font-size: 2rem;
575
+ color: ${Color.Primary};
576
+ }
577
+
578
+ ${MediaQuery.MaxWidth.mobileL}, (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
579
+ height: 2.25rem;
580
+ }
581
+ `,ReviewTitle=styled(Text$2.H5)`
582
+ font-weight: 600;
583
+ color: ${Color.Primary};
584
+ margin: 0 auto;
585
+ `,ButtonBase=css`
586
+ background: none;
587
+ outline: 0;
588
+ border: 0;
589
+ flex-shrink: 0;
590
+ cursor: pointer;
591
+ `,EditHeaderButton=styled.button`
592
+ ${ButtonBase}
593
+ display: flex;
594
+ color: ${Color.Primary};
595
+ font-size: 1rem;
596
+ padding: 0 1.5rem;
597
+ font-weight: 600;
598
+ `,ContentSection=styled.div`
599
+ position: relative;
600
+ display: flex;
601
+ align-items: center;
602
+ justify-content: center;
603
+ background-color: black;
604
+ overflow: hidden;
605
+ height: 31.25rem;
606
+ ${MediaQuery.MaxWidth.mobileL}, (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
607
+ height: 100%;
608
+ }
609
+ `,LoadingPreviewText=styled(Text$2.H4)`
610
+ color: white;
611
+ `,DrawDeleteButtonWrapper=styled.div`
612
+ position: absolute;
613
+ right: 1.5rem;
614
+ bottom: 1.5rem;
615
+ display: flex;
616
+ flex-direction: column;
617
+ justify-content: flex-end;
618
+
619
+ ${MediaQuery.MaxWidth.mobileL}, (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
620
+ right: 1.25rem;
621
+ }
622
+ `,DrawDeleteButton=styled(IconButton)`
623
+ padding: 0;
624
+ width: 5.4375rem;
625
+ height: 2.5rem;
626
+ background-color: white;
627
+ box-shadow: 0 0.125rem 0.25rem ${Color.Neutral[3]}80;
628
+ border-radius: 1.25rem;
629
+
630
+ &:first-child {
631
+ margin-bottom: 1rem;
632
+ }
633
+
634
+ > img {
635
+ width: 1.5rem;
636
+ height: 1.5rem;
637
+ }
638
+
639
+ &:hover,
640
+ &:disabled {
641
+ background-color: ${Color.Neutral[6]};
642
+ }
643
+
644
+ &:selected {
645
+ background-color: ${Color.Accent.Light[5]};
646
+ }
647
+ `,DrawDeleteButtonText=styled(Text$2.H6)`
648
+ color: ${e=>e.disabled?Color.Neutral[3]:Color.Primary};
649
+ line-height: 1.75rem;
650
+ `,DrawIcon=styled.img`
651
+ margin: 0 0.25rem 0 -0.5rem;
652
+ `,DeleteIcon=styled.img`
653
+ margin-left: -0.1rem;
654
+ `,ImageEditorWrapper=styled.div`
655
+ position: absolute;
656
+ top: 0;
657
+ left: 0;
658
+ width: 100%;
659
+ height: 100%;
660
+ `,FooterSection=styled.div`
661
+ display: flex;
662
+ justify-content: space-between;
663
+ align-items: center;
664
+ margin: 1rem 1.5rem 1rem 1.5rem;
665
+
666
+ ${MediaQuery.MaxWidth.mobileL}, (orientation: landscape) and (max-height: ${MediaWidths.mobileL}px) {
667
+ margin: 0 1.25rem;
668
+ height: 6.5rem;
669
+ max-height: 6.5rem;
670
+ }
671
+ `,FooterSaveButton=styled(Button.Default)`
672
+ height: 3rem;
673
+ margin-left: 1rem;
674
+ min-width: 6.5rem;
675
+ max-width: 7.125rem;
676
+ `,EraserButton=styled.button`
677
+ ${ButtonBase}
678
+ padding: 0;
679
+ width: 3rem;
680
+ height: 3rem;
681
+
682
+ ${MediaQuery.MaxWidth.mobileL} {
683
+ width: 2.5rem;
684
+ height: 2.5rem;
685
+ }
686
+ `,ButtonIcon=styled.img`
687
+ display: block;
688
+ width: 100%;
689
+ height: 100%;
690
+ `,PaletteHolder=styled.div`
691
+ display: flex;
692
+ gap: 0.5rem;
693
+ flex-direction: flex-end;
694
+ `,Palette=styled.button`
695
+ width: 3rem;
696
+ height: 3rem;
697
+ border-radius: 0.25rem;
698
+ padding: 0.75rem;
699
+ background-color: ${({color:e})=>e};
700
+ border: solid 1px ${({color:e,colorScheme:t})=>"light"===t?"#979797":e};
701
+ cursor: pointer;
702
+
703
+ ${MediaQuery.MaxWidth.mobileL} {
704
+ width: 2.5rem;
705
+ height: 2.5rem;
706
+ margin-left: 0.25rem;
707
+ }
708
+ `,ThumbnailsWrapper=styled.div`
709
+ display: flex;
710
+ gap: 0.5rem;
711
+ align-items: center;
712
+ height: 100%;
713
+ max-height: 5rem;
714
+ `,ThumbnailItem=styled.button`
715
+ position: relative;
716
+ cursor: pointer;
717
+ width: 3rem;
718
+ height: 3rem;
719
+ padding: 0;
720
+ border: none;
721
+ border-radius: 2px;
722
+ ${({src:e})=>`background-image: url(${e});`}
723
+ background-color: ${({error:e})=>e&&"#eee"};
724
+ background-position: center;
725
+ background-size: cover;
726
+ `,ThumbnailWarningIcon=styled.img`
727
+ position: absolute;
728
+ top: 12.5%;
729
+ left: 12.5%;
730
+ width: 75%;
731
+ height: 75%;
732
+ `,dotMoveKeyframe=keyframes`
733
+ 0% {
734
+ transform: scale(1);
735
+ }
736
+ 11% {
737
+ transform: scale(1.5) translate(0, -50%);
738
+ opacity: 1;
739
+ }
740
+ 27% {
741
+ transform: scale(1);
742
+ opacity: 0.25;
743
+ }
744
+ `,LoadingDot=styled.div`
745
+ width: 0.3125rem;
746
+ height: 0.3125rem;
747
+ border-radius: 50%;
748
+ animation: ${dotMoveKeyframe} 1.35s infinite linear;
749
+ opacity: 0.25;
750
+ background: ${Color.Neutral[2]};
751
+ margin: 0.125rem;
752
+ transform-origin: bottom;
753
+ `,LoadingBox=styled.div`
754
+ position: relative;
755
+ display: flex;
756
+ width: 3rem;
757
+ height: 3rem;
758
+ justify-content: center;
759
+ align-items: center;
760
+ border-radius: 2px;
761
+ background-color: ${Color.Neutral[5]};
762
+
763
+ ${LoadingDot}:nth-child(1) {
764
+ animation-delay: 0s;
765
+ }
766
+ ${LoadingDot}:nth-child(2) {
767
+ animation-delay: 0.1s;
768
+ }
769
+ ${LoadingDot}:nth-child(3) {
770
+ animation-delay: 0.17s;
771
+ }
772
+ ${LoadingDot}:nth-child(4) {
773
+ animation-delay: 0.25s;
774
+ }
775
+ `,BorderOverlay=styled.div`
776
+ border: ${e=>e.isSelected?"solid 2px":"none"};
777
+ border-color: ${Color.Primary};
778
+ width: 100%;
779
+ height: 100%;
780
+ `,HiddenFileSelect=styled.input`
781
+ display: none;
782
+ `,AddImageButton=styled(IconButton)`
783
+ padding: 0;
784
+ width: 3rem;
785
+ height: 3rem;
786
+
787
+ > img {
788
+ width: inherit;
789
+ height: inherit;
790
+ }
791
+ `,ADD_PLACEHOLDER_ICON="https://assets.life.gov.sg/web-frontend-engine/img/icons/photo-placeholder-add.svg",WARNING_ICON="https://assets.life.gov.sg/web-frontend-engine/img/icons/warning-grey.svg",ImageThumbnails=e=>{const{accepts:t,activeFileIndex:r,capture:n,id:i="image-thumbnails",images:a,maxFiles:o,onClickThumbnail:s,onSelectFile:u}=e,l=useRef(null),c=async e=>{e.target.files&&u(e.target.files[0])},d=()=>l?.current?.click();return jsxs(ThumbnailsWrapper,{id:TestHelper.generateId(i),children:[a.map(((e,t)=>e.status===EImageStatus.NONE?jsx(LoadingBox,{children:[...Array(4)].map(((e,t)=>jsx(LoadingDot,{},`dot-${t}`)))},t):e.status>EImageStatus.NONE?jsx(ThumbnailItem,{id:TestHelper.generateId(i,`item-${t+1}`),"data-testid":TestHelper.generateId(i,`item-${t+1}`),src:e.thumbnailDataURL||e.dataURL||ADD_PLACEHOLDER_ICON,type:"button","aria-label":`thumbnail of ${e.name}`,onClick:()=>s(t),children:jsx(BorderOverlay,{isSelected:r===t})},t):"reviewModal"===e.addedFrom?jsxs(ThumbnailItem,{id:TestHelper.generateId(i,`item-${t+1}`),"data-testid":TestHelper.generateId(i,`item-${t+1}`),type:"button","aria-label":`error with ${e.name}`,onClick:()=>s(t),error:!0,children:[jsx(BorderOverlay,{isSelected:r===t}),jsx(ThumbnailWarningIcon,{src:WARNING_ICON})]},t):void 0)),a.filter((({status:e,addedFrom:t})=>e>=EImageStatus.NONE||"reviewModal"===t)).length<o||!o&&jsxs(Fragment,{children:[jsx(HiddenFileSelect,{id:TestHelper.generateId(i,"file-input"),"data-testid":TestHelper.generateId(i,"file-input"),type:"file","aria-hidden":"true",tabIndex:-1,capture:n,ref:l,accept:t.map((e=>`.${e}`)).join(", "),onChange:c}),jsx(AddImageButton,{type:"button",id:TestHelper.generateId(i,"add-image-button"),"data-testid":TestHelper.generateId(i,"add-image-button"),"aria-label":"add image",onClick:d,children:jsx("img",{alt:"add",src:ADD_PLACEHOLDER_ICON})})]})]})},ICON_ERASER_BLACK="https://assets.life.gov.sg/web-frontend-engine/img/icons/eraser-black.svg",ICON_ERASER_BLUE="https://assets.life.gov.sg/web-frontend-engine/img/icons/eraser-blue.svg",ICON_DELETE_DISABLED="https://assets.life.gov.sg/web-frontend-engine/img/icons/image-delete-disabled.svg",ICON_DELETE="https://assets.life.gov.sg/web-frontend-engine/img/icons/image-delete.svg",ICON_DRAW_DISABLED="https://assets.life.gov.sg/web-frontend-engine/img/icons/image-draw-disabled.svg",ICON_DRAW="https://assets.life.gov.sg/web-frontend-engine/img/icons/image-draw.svg",ICON_PENCIL_GREY="https://assets.life.gov.sg/web-frontend-engine/img/icons/pencil-grey.svg",ICON_PENCIL_WHITE="https://assets.life.gov.sg/web-frontend-engine/img/icons/pencil-white.svg",ImageEditor=lazy((()=>import("./index.f3b64f06.js"))),PALETTE_COLORS=[{color:"#282828",label:"black"},{color:"#FFF",colorScheme:"light",label:"white"},{color:"#017cd3",label:"blue"},{color:"#fb0101",label:"red"},{color:"#22910c",label:"green"},{color:"#f8e821",label:"yellow"}],ImageReview=e=>{const{accepts:t,capture:r,compress:n,dimensions:i,id:a="image-review",maxFiles:o,maxSizeInKb:s,onExit:u,outputType:l,show:c}=e,{images:d,setImages:h}=useContext(ImageContext),{dispatchFieldEvent:f}=useFieldEvent(),p=usePrevious(c),[m,_]=useState(d.length-1),[g,y]=useState(!1),[E,b]=useState(),v=!!d?.find((({status:e})=>e===EImageStatus.NONE)),[T,S]=useState(PALETTE_COLORS[0].color),[A,C]=useState(!1),M=useRef(null),N=!!d?.find((({addedFrom:e,status:t})=>"reviewModal"===e&&t<=EImageStatus.NONE))||!d.length;useEffect((()=>{_(d.length-1)}),[d.length]),useEffect((()=>{c?f("show-review-modal",a):p&&f("hide-review-modal",a)}),[c]);const $=e=>{(!o||e&&d.filter((({addedFrom:e,status:t})=>t>=EImageStatus.NONE||"reviewModal"===e)).length<o)&&h((t=>[...t,{file:e,name:e.name,dimensions:i,status:EImageStatus.NONE,uploadProgress:0,addedFrom:"reviewModal",slot:ImageUploadHelper.findAvailableSlot(t)}]))},O=e=>{e&&(h(d.filter(((e,t)=>t!==m))),_(Math.max(0,m-1))),b(null)},w=()=>{f("save-review-images",a,{images:d,retry:w})&&(h(d.filter((({status:e})=>e>=EImageStatus.NONE)).map((e=>{const t={...e};return e.drawingDataURL&&(t.dataURL=e.drawingDataURL),e.status<EImageStatus.UPLOAD_READY&&e.status>EImageStatus.NONE&&(t.status=EImageStatus.UPLOAD_READY),t.drawingDataURL=void 0,t.drawing=void 0,t}))),u())},D=()=>{y(!0),S(PALETTE_COLORS[0].color)},L=async()=>{const{dataURL:e,drawing:t}=M.current?.export()||{},r=await ImageHelper.dataUrlToImage(e),i=await ImageHelper.resampleImage(r,{scale:96/r.width,type:FileHelper.fileExtensionToMimeType(l)}),a=await FileHelper.fileToDataUrl(i);h((r=>{const i=[...r];return i[m]={...i[m],thumbnailDataURL:a,drawingDataURL:e,drawing:t,status:n?EImageStatus.TO_RECOMPRESS:EImageStatus.EDITED},i})),y(!1),x()},I=()=>{x(),C(!0)},x=()=>{S(""),C(!1)};return jsx(Modal,{id:TestHelper.generateId(a,void 0,c?"show":"hide"),show:c,children:jsx(ModalBox,{className:TestHelper.generateId(a,"modal-box"),statusBarHeight:0,showCloseButton:!1,children:c?jsxs(Fragment,{children:[jsx(HeaderSection,{drawActive:g,children:jsxs(Fragment,g?{children:[jsx(EditHeaderButton,{id:TestHelper.generateId(a,"clear-drawing-button"),"data-testid":TestHelper.generateId(a,"clear-drawing-button"),onClick:()=>b("clear-drawing"),children:"Clear"}),jsx(EditHeaderButton,{id:TestHelper.generateId(a,"save-drawing"),"data-testid":TestHelper.generateId(a,"save-drawing"),onClick:L,children:"Save"})]}:{children:[jsx(ReviewCloseButton,{id:TestHelper.generateId(a,"close-button"),"data-testid":TestHelper.generateId(a,"close-button"),"aria-label":"exit review modal",onClick:()=>b("exit"),children:jsx(CrossIcon,{type:"cross"})}),jsx(ReviewTitle,{weight:"semibold",children:"Review photos"})]})}),jsxs(ContentSection,{children:[d.length>0&&jsx(ImageEditorWrapper,{children:jsx(Suspense,{fallback:null,children:jsx(ImageEditor,{baseImageDataURL:d[m]?.dataURL,drawing:d[m]?.drawing,color:g?T:void 0,erase:!!g&&A,ref:M,maxSizeInKb:s})})}),d.length>0&&jsx(LoadingPreviewText,{children:"Loading Preview..."}),!g&&d[m]?.status>=EImageStatus.NONE&&jsxs(DrawDeleteButtonWrapper,{children:[jsxs(DrawDeleteButton,{id:TestHelper.generateId(a,"draw-button"),"data-testid":TestHelper.generateId(a,"draw-button"),onClick:D,disabled:v,children:[jsx(DrawIcon,{src:v?ICON_DRAW_DISABLED:ICON_DRAW}),jsx(DrawDeleteButtonText,{weight:"semibold",disabled:v,children:"Draw"})]}),jsxs(DrawDeleteButton,{id:TestHelper.generateId(a,"delete-button"),"data-testid":TestHelper.generateId(a,"delete-button"),onClick:()=>b("delete"),disabled:v,children:[jsx(DeleteIcon,{src:v?ICON_DELETE_DISABLED:ICON_DELETE}),jsx(DrawDeleteButtonText,{weight:"semibold",disabled:v,children:"Delete"})]})]}),d[m]?.status<EImageStatus.NONE&&jsx(ImageError,{id:`${a}-photo-error`,image:d[m],accepts:t,maxSizeInKb:s,onClickOk:()=>O(!0)})]}),jsx(FooterSection,{children:jsxs(Fragment,g?{children:[jsx(EraserButton,{id:TestHelper.generateId(a,"eraser-button"),"data-testid":TestHelper.generateId(a,"eraser-button"),"aria-label":"eraser",onClick:I,active:A,children:jsx(ButtonIcon,{src:A?ICON_ERASER_BLUE:ICON_ERASER_BLACK,alt:""})}),jsx(PaletteHolder,{children:PALETTE_COLORS.map((({color:e,colorScheme:t,label:r},n)=>jsx(Palette,{id:TestHelper.generateId(a,`palette-color-${n}`),"aria-label":`${r} brush`,color:e,colorScheme:t,onClick:()=>(e=>{x(),S(e)})(e),children:T===e&&jsx(ButtonIcon,{src:"light"===t?ICON_PENCIL_GREY:ICON_PENCIL_WHITE})},e)))})]}:{children:[jsx(ImageThumbnails,{id:`${a}-image-thumbnails`,activeFileIndex:m,accepts:t,capture:r,maxFiles:o,images:d,onClickThumbnail:_,onSelectFile:$}),jsx(FooterSaveButton,{id:TestHelper.generateId(a,"save-button"),"data-testid":TestHelper.generateId(a,"save-button"),onClick:w,disabled:N,children:"Save"})]})}),jsx(ImagePrompts,{images:d,show:E,onDecideClearDrawing:e=>{e&&M.current.clearDrawing(),b(null)},onDecideDelete:O,onDecideExit:e=>{e&&(h(d.filter((({addedFrom:e,status:t})=>t>=EImageStatus.UPLOADED||t<EImageStatus.NONE&&"dragInput"===e)).map((e=>({...e,drawingDataURL:void 0,drawing:void 0})))),u()),b(null)}})]}):jsx(Fragment,{})})})},ImageManager=lazy((()=>import("./index.a9be1bad.js"))),ImageUploadInner=e=>{const{schema:{buttonLabel:t,compress:r,description:n,dimensions:i={width:1e3,height:1e3},editImage:a,label:o,outputType:s="jpg",uploadOnAddingFile:u,validation:l},id:c,isDirty:d,value:h,onChange:f,...p}=e,{images:m,setImages:_}=useContext(ImageContext),g=usePrevious(m),[y,E]=useState([...ACCEPTED_FILE_TYPES]),[b,v]=useState(0),[T,S]=useState(0),[A,C]=useState(!1),[M,N]=useState(!1),{setFieldValidationConfig:$}=useValidationConfig(),{dispatchFieldEvent:O}=useFieldEvent();useEffect((()=>{O("mount",c)}),[]),useEffect((()=>{if(!d&&Array.isArray(h)){const e=[];h.forEach((({fileName:t,dataURL:r},n)=>{const i={file:{},name:t,dimensions:{width:10,height:10},dataURL:r,status:EImageStatus.INJECTED,addedFrom:"schema",uploadProgress:100,slot:n};e.push(i)})),_(e)}}),[d]),useEffect((()=>{const e=l?.find((e=>"required"in e)),t=l?.find((e=>"fileType"in e)),r=l?.find((e=>"maxSizeInKb"in e));t?.fileType&&t?.fileType!==y&&E(t?.fileType),r?.maxSizeInKb&&r?.maxSizeInKb!==T&&S(r?.maxSizeInKb);const n=l?.find((e=>"length"in e)),i=l?.find((e=>"max"in e));let a;n?a={maxFiles:n.length,errorMessage:n.errorMessage}:i&&(a={maxFiles:i.max,errorMessage:i.errorMessage}),a?.maxFiles&&b!==a.maxFiles&&v(a.maxFiles),$(c,create$2().of(create$3().shape({fileName:create$6(),dataURL:create$6()})).test("is-empty-array",e?.errorMessage||ERROR_MESSAGES.UPLOAD("photo").REQUIRED,(t=>!t||!e?.required||t.length>0)).test("max-size-in-kb",r?.errorMessage||ERROR_MESSAGES.UPLOAD("photo").MAX_FILE_SIZE(r?.maxSizeInKb),(e=>!(e&&Array.isArray(e)&&r?.maxSizeInKb)||e.reduce(((e,t)=>!(!e||FileHelper.getFilesizeFromBase64(t.dataURL)>1024*r?.maxSizeInKb)),!0))),l)}),[l]),useEffect((()=>{m.some(((e,t)=>{const r=g?.[t];if(e.status!==r?.status||e.dataURL!==r.dataURL)switch(e.status){case EImageStatus.COMPRESSED:case EImageStatus.CONVERTED:if(a&&!M)return WindowHelper.isMobileView()?N(!0):C(!0),!0}})),0===m.length&&N(!1)}),[m.map((e=>e.status)).join(","),m.map((e=>e.dataURL)).join(",")]);const w=(e=!1)=>{e?a&&(document.body.classList.remove("lifesg-ds-overlay-open"),N(!0)):_((e=>e.map((e=>e.status<EImageStatus.UPLOAD_READY&&e.status>EImageStatus.NONE?{...e,status:EImageStatus.UPLOAD_READY}:e)))),C(!1)};return jsxs(Fragment,{children:[jsx(Suspense,{fallback:null,children:jsx(ImageManager,{accepts:y,compress:!!r,dimensions:i,editImage:a,maxSizeInKb:T,onChange:f,outputType:s,upload:u,value:h})}),jsx(ImageInput,{id:c,label:o,description:n,buttonLabel:t,accepts:y,maxFiles:b,maxSizeInKb:T,dimensions:i,errorMessage:p.error?.message,validation:l}),jsx(Prompt,{id:`${c}-review-prompt`,title:"Review photos?",size:"large",show:A,description:"This lets you check if you've selected the correct photos, and draw on them to highlight the issue.",buttons:[{id:"ok",title:"Ok",onClick:()=>w(!0)},{id:"skip",title:"Skip",buttonStyle:"secondary",onClick:()=>w()}]}),jsx(ImageReview,{accepts:y,dimensions:i,id:c,maxFiles:b,maxSizeInKb:T,onExit:()=>N(!1),outputType:s,show:M})]})},ImageUpload=e=>jsx(ImageProvider,{children:jsx(ImageUploadInner,{...e})}),MultiSelect=e=>{const{schema:{label:t,validation:r,options:n,...i},id:a,name:o,value:s,onChange:u,error:l}=e,{setValue:c}=useFormContext(),[d,h]=useState(s||[]),{setFieldValidationConfig:f}=useValidationConfig();useEffect((()=>{const e=r?.find((e=>"required"in e));f(a,create$2().of(create$6()).test("is-empty-array",e?.errorMessage||ERROR_MESSAGES.COMMON.REQUIRED_OPTION,(t=>!t||!e?.required||t.length>0)),r)}),[r]),useDeepCompareEffect((()=>{const e=s?.filter((e=>n.find((t=>t.value===e))));c(a,e)}),[n]),useEffect((()=>{h(s||[])}),[s]);return jsx(Form.CustomField,{id:a,label:t,errorMessage:l?.message,children:jsx(InputMultiSelect,{...i,id:a,"data-testid":TestHelper.generateId(a,"multi-select"),name:o,options:n,onSelectOptions:e=>{const t=e.map((e=>e.value));u({target:{value:t}})},selectedOptions:n.filter((e=>d.includes(e.value))),valueExtractor:e=>e.value,listExtractor:e=>e.label,error:!!l?.message})})},Label=styled(Text$2.BodySmall)`
792
+ cursor: ${e=>e.disabled?"not-allowed":"pointer"};
793
+ `,StyledRadioButton=styled(RadioButton)`
794
+ margin-right: 5px;
795
+ `,StyledImageButton=styled(ImageButton)`
796
+ flex: 1;
797
+ img {
798
+ min-width: 3.5rem;
799
+ }
800
+ `,RadioContainer=styled.div`
801
+ display: flex;
802
+ align-items: center;
803
+ :not(:last-of-type) {
804
+ margin-bottom: 1rem;
805
+ }
806
+ `,FlexWrapper=styled.div`
807
+ display: flex;
808
+ flex-wrap: wrap;
809
+ gap: 1rem;
810
+ `,RadioButtonGroup=e=>{const{schema:{label:t,options:r,disabled:n,validation:i,customOptions:a,...o},id:s,value:u,error:l,onChange:c}=e,{setValue:d}=useFormContext(),[h,f]=useState(u||""),{setFieldValidationConfig:p}=useValidationConfig();useEffect((()=>{p(s,create$6(),i)}),[i]),useDeepCompareEffect((()=>{r.find((e=>e.value===u))||d(s,"")}),[r]),useEffect((()=>{f(u||"")}),[u]);const m=e=>{c({target:{value:e}})},_=e=>h===e,g=e=>`${s}-${e}`;return jsx(Form.CustomField,{id:s,label:t,errorMessage:l?.message,children:(()=>{switch(a?.styleType){case"toggle":return r.length>0&&jsx(FlexWrapper,{children:r.map(((e,t)=>{const r=g(t);return createElement(Toggle,{...o,key:t,type:"radio",id:r,"data-testid":TestHelper.generateId(s,"radio"),disabled:n??e.disabled,name:e.label,indicator:"toggle"===a.styleType&&a?.indicator,styleType:"toggle"===a.styleType&&!1===a?.border?"no-border":"default",checked:_(e.value),onChange:()=>m(e.value),error:!!l?.message},e.label)}))});case"image-button":return r.length>0&&jsx(FlexWrapper,{children:r.map(((e,t)=>{const r=g(t);return createElement(StyledImageButton,{...o,type:"button",key:t,id:r,"data-testid":TestHelper.generateId(s,"radio"),disabled:n??e.disabled,name:e.label,selected:_(e.value),onClick:()=>m(e.value),imgSrc:e.imgSrc,error:!!l?.message},e.label)}))});default:return r.length>0&&r.map(((e,t)=>{const r=g(t);return jsxs(RadioContainer,{children:[jsx(StyledRadioButton,{...o,id:r,"data-testid":TestHelper.generateId(s,"radio"),disabled:n??e.disabled,name:e.label,value:e.value,checked:_(e.value),onChange:()=>m(e.value)}),jsx(Label,{as:"label",htmlFor:r,disabled:n??e.disabled,children:e.label})]},t)}))}})()})},Select=e=>{const{schema:{label:t,validation:r,options:n,...i},id:a,name:o,value:s,error:u,onChange:l}=e,{setValue:c}=useFormContext(),[d,h]=useState(s||""),{setFieldValidationConfig:f}=useValidationConfig();useEffect((()=>{f(a,create$6(),r)}),[r]),useDeepCompareEffect((()=>{n.find((e=>e.value===s))||c(a,"")}),[n]),useEffect((()=>{h(s||"")}),[s]);return jsx(Form.CustomField,{id:a,label:t,errorMessage:u?.message,children:jsx(InputSelect,{...i,id:a,"data-testid":TestHelper.generateId(a,"select"),name:o,error:!!u?.message,options:n,onSelectOption:(e,t)=>{l({target:{value:t}})},selectedOption:n.find((({value:e})=>e===d)),displayValueExtractor:e=>e.label,valueExtractor:e=>e.value,listExtractor:e=>e.label})})},SubmitButton=e=>{const{schema:{label:t,disabled:r,...n},id:i,...a}=e,{setFieldValidationConfig:o}=useValidationConfig(),{hardValidationSchema:s}=useValidationSchema(),u=useWatch({disabled:"invalid-form"!==r}),[l,c]=useState(!0===r);return useEffect((()=>{o(i,create$8())}),[]),useDeepCompareEffect((()=>{if("invalid-form"===r)try{s.validateSync(u),c(!1)}catch(e){c(!0)}}),[u]),jsx(Button.Default,{...n,...a,disabled:l,"data-testid":i,id:i,type:"submit",children:t})},TextField=e=>{const{schema:{inputMode:t,label:r,uiType:n,validation:i,customOptions:a,...o},id:s,value:u,onChange:l,error:c,...d}=e,[h,f]=useState(u||""),[p,m]=useState({}),{setFieldValidationConfig:_}=useValidationConfig();useEffect((()=>{switch(n){case"numeric-field":{_(s,create$5(),i);const e=i?.find((e=>"min"in e)),t=i?.find((e=>"max"in e)),r={...p};e?.min>0&&(r.min=e.min),t?.max>0&&(r.max=t.max),m(r);break}case"email-field":{const e=i?.find((e=>e.email));_(s,create$6().email(e?.errorMessage||ERROR_MESSAGES.EMAIL.INVALID),i);const t=i?.find((e=>"max"in e)),r=i?.find((e=>"length"in e)),n={...p};t?.max>0?n.maxLength=t.max:r?.length>0&&(n.maxLength=r.length),m(n);break}case"text-field":{_(s,create$6(),i);const e=i?.find((e=>"max"in e)),t=i?.find((e=>"length"in e)),r={...p};e?.max>0?r.maxLength=e.max:t?.length>0&&(r.maxLength=t.length),m(r);break}}}),[i]),useEffect((()=>{f(u||"")}),[u]);return jsx(Form.Input,{...o,...d,...p,id:s,"data-testid":TestHelper.generateId(s,n),type:(()=>{switch(n){case"numeric-field":return"number";case"email-field":return"email";default:return"text"}})(),label:r,onPaste:e=>a?.preventCopyAndPaste?e.preventDefault():null,onDrop:e=>a?.preventDragAndDrop?e.preventDefault():null,inputMode:(()=>{if(t)return t;switch(n){case"numeric-field":return"numeric";case"email-field":return"email";case"text-field":return"text";default:return"none"}})(),onChange:e=>{l(e)},value:h,errorMessage:c?.message})},TimeField=e=>{const{schema:{label:t,validation:r,placeholder:n,is24HourFormat:i,useCurrentTime:a,...o},id:s,value:u,error:l,onChange:c,...d}=e,[h,f]=useState(u||""),{setFieldValidationConfig:p}=useValidationConfig();useEffect((()=>{p(s,create$6(),r)}),[r]),useEffect((()=>{if(a&&!u){const e=i?"H:mm":"h:mma";setTimeout((()=>m(e)))}else f(u)}),[u,a,i]);const m=e=>{const t=DateTimeHelper.formatDateTime(LocalTime.now().toString().toUpperCase(),e,"time");f(t),c({target:{value:t}})};return jsx(Form.Timepicker,{...o,...d,id:s,"data-testid":TestHelper.generateId(s,"time"),label:t,errorMessage:l?.message,value:h,placeholder:n,format:i?"24hr":"12hr",onChange:e=>{c({target:{value:e.toUpperCase()}})}})};var baseGetTag=_baseGetTag,isArray=isArray_1,isObjectLike=isObjectLike_1,stringTag="[object String]";function isString(e){return"string"==typeof e||!isArray(e)&&isObjectLike(e)&&baseGetTag(e)==stringTag}var isString_1=isString;const ResetButton=e=>{const{schema:{label:t,disabled:r,ignoreDefaultValues:n,...i},id:a,...o}=e,{reset:s,getValues:u}=useFormContext();return jsx(Button.Default,{...i,...o,disabled:r,"data-testid":a,id:a,type:"reset",onClick:()=>{if(n){const e=u();Object.entries(e).forEach((([t,r])=>{isArray_1(r)?e[t]=[]:(isString_1(r)||isNumber_1(r))&&(e[t]="")})),s(e)}else s()},children:t})},UnitNumberField=e=>{const{schema:{label:t,validation:r,...n},id:i,value:a,error:o,onChange:s,...u}=e,[l,c]=useState(a||""),{setFieldValidationConfig:d}=useValidationConfig();useEffect((()=>{const e=r?.find((e=>"unitNumberFormat"in e));d(i,create$6().matches(/^([a-zA-Z0-9]{1,3}-[a-zA-Z0-9]{1,5})$/,{excludeEmptyString:!0,message:e?.errorMessage||ERROR_MESSAGES.UNIT_NUMBER.INVALID}),r)}),[r]),useEffect((()=>{c(a||"")}),[a]);return jsx(Form.UnitNumberInput,{...n,...u,id:i,"data-testid":TestHelper.generateId(i,"unit-number"),label:t,value:l,onChange:e=>{s({target:{value:e}})},errorMessage:o?.message})};var FrontendEngineFields=Object.freeze({__proto__:null,CheckboxGroup:CheckboxGroup,Chips:Chips,ContactField:ContactField,DateField:DateField,ImageUploadInner:ImageUploadInner,ImageUpload:ImageUpload,ACCEPTED_FILE_TYPES:ACCEPTED_FILE_TYPES,get EImageStatus(){return EImageStatus},MultiSelect:MultiSelect,RadioButtonGroup:RadioButtonGroup,Select:Select,SubmitButton:SubmitButton,TextField:TextField,Textarea:Textarea,TimeField:TimeField,ResetButton:ResetButton,UnitNumberField:UnitNumberField}),EFieldType,EElementType,ECustomElementType,ECustomFieldType;!function(e){e.CHECKBOX="CheckboxGroup",e.CHIPS="Chips",e["CONTACT-FIELD"]="ContactField",e["DATE-FIELD"]="DateField",e["EMAIL-FIELD"]="TextField",e["IMAGE-UPLOAD"]="ImageUpload",e["MULTI-SELECT"]="MultiSelect",e["NUMERIC-FIELD"]="TextField",e.RADIO="RadioButtonGroup",e.RESET="ResetButton",e.SELECT="Select",e.SUBMIT="SubmitButton",e.TEXTAREA="Textarea",e["TEXT-FIELD"]="TextField",e["TIME-FIELD"]="TimeField",e["UNIT-NUMBER-FIELD"]="UnitNumberField"}(EFieldType||(EFieldType={})),function(e){e.ALERT="Alert",e["TEXT-D1"]="Text",e["TEXT-D2"]="Text",e["TEXT-DBODY"]="Text",e["TEXT-H1"]="Text",e["TEXT-H2"]="Text",e["TEXT-H3"]="Text",e["TEXT-H4"]="Text",e["TEXT-H5"]="Text",e["TEXT-H6"]="Text",e["TEXT-BODY"]="Text",e["TEXT-BODYSMALL"]="Text",e["TEXT-XSMALL"]="Text",e.DIV="Wrapper",e.SPAN="Wrapper",e.HEADER="Wrapper",e.FOOTER="Wrapper",e.H1="Wrapper",e.H2="Wrapper",e.H3="Wrapper",e.H4="Wrapper",e.H5="Wrapper",e.H6="Wrapper",e.P="Wrapper"}(EElementType||(EElementType={})),function(e){e.FILTER="Filter",e["FILTER-ITEM"]="FilterItem"}(ECustomElementType||(ECustomElementType={})),function(e){e["FILTER-CHECKBOX"]="FilterCheckbox"}(ECustomFieldType||(ECustomFieldType={}));const ConditionalRenderer=({id:e,renderRules:t,children:r,schema:n})=>{const{watch:i}=useFormContext(),{formValidationConfig:a,removeFieldValidationConfig:o}=useValidationConfig(),[s,u]=useState(!1),[l,c]=useState();useEffect((()=>{const e=i((e=>c(e)));return()=>e.unsubscribe()}),[i]),useDeepCompareEffectNoCheck((()=>{if(isEmpty_1(t))return;const r=d();if(r!==s){if(!r){[e,...h(n?.children)].forEach((e=>o(e)))}u(r)}}),[a,l,t]);const d=()=>{if(isEmpty_1(t))return!0;let e=!1;return t.forEach((t=>{if(!e){const r={};Object.entries(t).forEach((([e,t])=>{const n=a?.[e]?.schema.type;if(n){let i=YupHelper.mapSchemaType(n);"number"===n&&(i=i.nullable().transform(((e,t)=>isEmpty_1(t)?void 0:+t))),r[e]={schema:i,validationRules:t}}}));const n=YupHelper.buildSchema(r);try{n.validateSync(l),e=!0}catch(e){}}})),e},h=e=>{const t=[];return isEmpty_1(e)||!isObject_1(e)||Object.keys(e).forEach((r=>{t.push(r),e.children&&t.push(...h(e.children))})),t};return isEmpty_1(t)||s?jsx(Fragment,{children:r}):null},DSAlert=styled(Alert$1)`
811
+ margin: -1rem 0rem 2rem;
812
+ `,fieldTypeKeys=Object.keys(EFieldType),elementTypeKeys=Object.keys(EElementType),renderField=(e,t,r,n,i)=>jsx(ConditionalRenderer,{id:t,...r&&"showIf"in r&&{renderRules:r.showIf},schema:r,children:jsx(Controller,{control:n,name:t,shouldUnregister:!0,render:({field:n,fieldState:a})=>{const o={...n,id:t,ref:void 0},s=i?.[t];return s?jsxs(Fragment,{children:[jsx(e,{schema:r,...o,...a}),jsx(DSAlert,{type:"warning",children:s})]}):jsx(e,{schema:r,...o,...a})}})},t),renderElement=(e,t,r)=>jsx(ConditionalRenderer,{id:t,...r&&"showIf"in r&&{renderRules:r.showIf},schema:r,children:jsx(e,{schema:r,id:t})},t),getCustomComponentType=e=>{const t=e?.toUpperCase();if(FrontendEngineCustomComponents[ECustomFieldType[t]]){return{fieldType:FrontendEngineCustomComponents[ECustomFieldType[t]]}}if(FrontendEngineCustomComponents[ECustomElementType[t]]){return{elementType:FrontendEngineCustomComponents[ECustomElementType[t]]}}},getComponentTypeOrFragment=(e,t)=>{const r=e?.toUpperCase(),n={...FrontendEngineFields,...FrontendEngineElements};if(fieldTypeKeys.includes(r)){return{fieldType:n[EFieldType[r]]}}if(elementTypeKeys.includes(r)){return{elementType:n[EElementType[r]]||Wrapper}}return{fragment:jsx(Fragment$1,{children:ERROR_MESSAGES.GENERIC.UNSUPPORTED},t)}},Wrapper=e=>{const{id:t,schema:r,children:n,warnings:i}=e,{showIf:a,uiType:o,children:s,...u}=r||{},[l,c]=useState(null),{control:d}=useFormContext();useEffect((()=>{const e=s||n;if("object"==typeof e){const t=[];Object.entries(e).forEach((([e,r])=>{if(isEmpty_1(r)||"object"!=typeof r)return;const n=r.referenceKey?getCustomComponentType(r.referenceKey):getComponentTypeOrFragment(r.uiType,e);n&&(n.fragment?t.push(n.fragment):n.fieldType?t.push(renderField(n.fieldType,e,r,d,i)):t.push(renderElement(n.elementType,e,r)))})),c(t)}else c("string"==typeof e?e:ERROR_MESSAGES.GENERIC.UNSUPPORTED)}),[s||n,d,i]);return o?jsx(o,{...u,id:t,"data-testid":TestHelper.generateId(t,o),children:l}):jsx(Fragment,{children:l})},Section=e=>{const{sectionSchema:{children:t},...r}=e;return jsx(Wrapper,{...r,children:t})},Sections=e=>{const{schema:t,warnings:r}=e;return jsx(Fragment,{children:Object.entries(t).map((([e,t],n)=>jsx(Section,{id:e,sectionSchema:t,warnings:r},`section-${n}`)))})},FrontendEngineInner=forwardRef(((e,t)=>{const{data:{className:r=null,defaultValues:n,sections:i,id:a,revalidationMode:s="onChange",validationMode:u="onTouched"},className:l=null,onChange:c,onSubmit:d}=e,{addFieldEventListener:h,dispatchFieldEvent:f,removeFieldEventListener:p}=useFieldEvent(),{warnings:m,performSoftValidation:_,softValidationSchema:g,hardValidationSchema:y}=useValidationSchema(),E=useForm({mode:u,reValidateMode:s,defaultValues:n,resolver:async(e,t,r)=>(_(g,e),await o(y)(e,t,r))}),{reset:b,watch:v,handleSubmit:T,getValues:S,setValue:A,setError:C,formState:M,clearErrors:N}=E,[$,O]=useState({});useImperativeHandle(t,(()=>({addFieldEventListener:h,addCustomValidation:YupHelper.addCondition,dispatchFieldEvent:f,getValues:S,isValid:w,removeFieldEventListener:p,reset:b,setErrors:L,setValue:A,submit:T(D)})));const w=useCallback((()=>{try{return y.validateSync(S()),!0}catch(e){return!1}}),[S,y]),D=e=>{d?.(e)},L=e=>{Object.entries(e).forEach((([t,r])=>{if(!!ObjectHelper.getNestedValueByKey(i,t))if(Array.isArray(r))C(t,{type:"api",message:r[0]});else if("object"==typeof r)L(r);else{const r=ObjectHelper.getNestedValueByKey(e,t),n=Object.values(r)[0],i=Object.keys(r)[0];C(i,{type:"api",message:n})}}))};useEffect((()=>{if(c){const e=v((e=>{c(e,w())}));return()=>e.unsubscribe()}}),[w,c,v]),useEffect((()=>{const e=M.errors;if(e&&!isEmpty_1(e)){const e=v((e=>{const t=Object.fromEntries(Object.entries(M.errors).filter((([e,t])=>"api"===t.type)));t&&!isEmpty_1(t)&&Object.keys(t).forEach((t=>{$[t]!==e[t]&&N(t)})),O(e)}));return()=>e.unsubscribe()}}),[M,v]),useDeepCompareEffectNoCheck((()=>{b(n)}),[n]);const I=a?`frontend-engine-${a}`:"frontend-engine",x=[l,r].join(" ").trim();return jsx(FormProvider,{...E,children:jsx("form",{id:I,"data-testid":TestHelper.generateId(a,"frontend-engine"),className:x,noValidate:!0,onSubmit:T(D),ref:t,children:jsx(Sections,{warnings:m,schema:i})})})})),FrontendEngine=forwardRef(((e,t)=>jsx(YupProvider,{children:jsx(EventProvider,{children:jsx(FrontendEngineInner,{...e,ref:t})})})));export{EImageStatus as E,FileHelper as F,ImageContext as I,TestHelper as T,WindowHelper as W,ImageHelper as a,FrontendEngine as b,commonjsGlobal as c,require$$2 as r,usePrevious as u};
813
+ //# sourceMappingURL=index.cb84bb25.js.map