@daoyi/nmtl-ui 2.0.1-beta.8 → 2.0.1-beta.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/Autocomplete-cf913b25.js +423 -0
- package/lib/components/Autocomplete.js +19 -1
- package/lib/components/Avatar.js +53 -1
- package/lib/components/BackTop.js +109 -1
- package/lib/components/BarChart.js +762 -1
- package/lib/components/Breadcrumbs.js +122 -1
- package/lib/components/Button-611f1770.js +92 -0
- package/lib/components/Button.js +6 -1
- package/lib/components/Carousel.js +4654 -1
- package/lib/components/Checkbox.js +37 -1
- package/lib/components/CollapseContent.js +179 -1
- package/lib/components/ContactModal-0a4c67b8.js +12020 -0
- package/lib/components/ContactModal.js +22 -3
- package/lib/components/Drawer-55c0f66f.js +156 -0
- package/lib/components/Drawer.js +11 -1
- package/lib/components/Dropdown.js +134 -1
- package/lib/components/Empty-67b4d7d7.js +45 -0
- package/lib/components/Empty.js +5 -1
- package/lib/components/ExportButton.js +112 -1
- package/lib/components/ExtraTools-e4f085bc.js +3537 -0
- package/lib/components/ExtraTools.js +10 -22
- package/lib/components/Filter.js +782 -12
- package/lib/components/Footer.js +271 -1
- package/lib/components/ForwardLink-edab5061.js +106 -0
- package/lib/components/ForwardLink.js +8 -0
- package/lib/components/Header.js +194 -1
- package/lib/components/Image.js +61 -1
- package/lib/components/Input.js +82 -1
- package/lib/components/InputMethod.js +33949 -12
- package/lib/components/KeywordSearch-0b5681d9.js +144 -0
- package/lib/components/KeywordSearch.js +21 -1
- package/lib/components/KeywordTicker.js +190 -1
- package/lib/components/Keywords.js +317 -1
- package/lib/components/Loading.js +28 -1
- package/lib/components/MUITheme.js +2624 -1
- package/lib/components/Modal-c33b7a7f.js +108 -0
- package/lib/components/Modal.js +9 -1
- package/lib/components/MoreButton-b2306abb.js +110 -0
- package/lib/components/MoreButton.js +6 -1
- package/lib/components/Pagination.js +3637 -0
- package/lib/components/Radio.js +78 -1
- package/lib/components/SNA.js +1691 -22
- package/lib/components/Select-9a745e5c.js +115 -0
- package/lib/components/Select.js +8 -1
- package/lib/components/Spin-96bc2c76.js +75 -0
- package/lib/components/Spin.js +6 -1
- package/lib/components/Table.js +51 -1
- package/lib/components/Tooltip-123cc349.js +70 -0
- package/lib/components/Tooltip.js +7 -1
- package/lib/components/_commonjsHelpers-70de2c37.js +28 -0
- package/lib/components/_rollupPluginBabelHelpers-a52356f6.js +142 -0
- package/lib/components/createSvgIcon-ad1104bb.js +576 -0
- package/lib/components/dataExport-04b77185.js +93 -0
- package/lib/components/debounce-127da66c.js +355 -0
- package/lib/components/defaultTheme-ed7746fe.js +1661 -0
- package/lib/components/globalConfig.js +175 -0
- package/lib/components/hoist-non-react-statics.cjs-3f408ad2.js +105 -0
- package/lib/components/index-848f4409.js +61 -0
- package/lib/components/index-983dcd15.js +481 -0
- package/lib/components/isObjectLike-e111475d.js +190 -0
- package/lib/components/style-inject.es-1f59c1d0.js +28 -1
- package/lib/components/toConsumableArray-dbe8af76.js +19 -0
- package/lib/components/transform-3a04288b.js +5475 -0
- package/lib/components/withTheme-2d778133.js +6 -0
- package/lib/index.d.ts +2 -0
- package/lib/index.js +2 -0
- package/lib/utils/_rollupPluginBabelHelpers-8dd26e1a.js +121 -0
- package/lib/utils/arrayMerge.js +4953 -1
- package/lib/utils/chunkArray.js +15 -1
- package/lib/utils/convert2HtmlEntities.js +42 -1
- package/lib/utils/domToImage.js +802 -1
- package/lib/utils/downloadGephi.js +106 -1
- package/lib/utils/exportXlsx.js +219 -1
- package/lib/utils/historyAppendSearch.js +502 -1
- package/lib/utils/isDevelopMode.js +5 -1
- package/lib/utils/parseYMD.js +36 -1
- package/lib/utils/removeDuplicateItem.js +11 -1
- package/lib/utils/sendEmail.js +39 -1
- package/lib/utils/snaDefine-6a2bcd94.js +5 -0
- package/lib/utils/snaDefine.js +1 -1
- package/lib/utils/snaPreProcess.js +84 -1
- package/package.json +17 -21
- package/lib/components/Empty-54b79907.js +0 -1
- package/lib/components/KeywordSearch-5a393f12.js +0 -1
- package/lib/components/Select-f2441b83.js +0 -1
- package/lib/components/_rollupPluginBabelHelpers-1b8c042f.js +0 -1
- package/lib/components/_rollupPluginBabelHelpers-ec4e2a53.js +0 -1
- package/lib/components/createSvgIcon-62b64929.js +0 -1
- package/lib/components/createSvgIcon-e24792d4.js +0 -1
- package/lib/components/createTheme-7fffa109.js +0 -1
- package/lib/components/dataExport-9fccd4f0.js +0 -1
- package/lib/components/debounce-c993109b.js +0 -1
- package/lib/components/hoist-non-react-statics.cjs-d6a9befd.js +0 -1
- package/lib/components/index-11391ca3.js +0 -7
- package/lib/components/index-b2745105.js +0 -7
- package/lib/components/isObjectLike-2f1983fe.js +0 -1
- package/lib/components/style-inject.es-c875d022.js +0 -1
- package/lib/components/transform-0eb2d36e.js +0 -1
- package/lib/utils/_commonjsHelpers-e2cda605.js +0 -1
- package/lib/utils/_rollupPluginBabelHelpers-928a52ce.js +0 -1
|
@@ -1,3 +1,22 @@
|
|
|
1
|
-
import{_ as e}from"./_rollupPluginBabelHelpers-1b8c042f.js";import t,{createContext as n,forwardRef as r,createElement as o,useContext as i,useRef as a,useEffect as s,useReducer as u,useCallback as c,useMemo as l,useLayoutEffect as f,Component as d,useState as h,useImperativeHandle as p,Fragment as m}from"react";import y from"prop-types";import{h as g}from"./hoist-non-react-statics.cjs-d6a9befd.js";import v from"axios";import{i as _,a as b,r as w,M as S}from"./createSvgIcon-62b64929.js";import{c as k,a as O,b as D,s as M,u as j}from"./style-inject.es-c875d022.js";import{c as T}from"./index-11391ca3.js";import{Input as x,Button as E,Box as A,Typography as P,FormControl as Y,RadioGroup as F,FormControlLabel as I,Radio as R,TextField as C,TextareaAutosize as N}from"@material-ui/core";import{S as L}from"./Select-f2441b83.js";import"react-is";import"@material-ui/icons";import"./createTheme-7fffa109.js";import"@material-ui/styles";import"react-dom";import"./Empty-54b79907.js";var U=Array.isArray,W=Object.keys,V=Object.prototype.hasOwnProperty,H="undefined"!=typeof Element;function z(e,t){if(e===t)return!0;if(e&&t&&"object"==typeof e&&"object"==typeof t){var n,r,o,i=U(e),a=U(t);if(i&&a){if((r=e.length)!=t.length)return!1;for(n=r;0!=n--;)if(!z(e[n],t[n]))return!1;return!0}if(i!=a)return!1;var s=e instanceof Date,u=t instanceof Date;if(s!=u)return!1;if(s&&u)return e.getTime()==t.getTime();var c=e instanceof RegExp,l=t instanceof RegExp;if(c!=l)return!1;if(c&&l)return e.toString()==t.toString();var f=W(e);if((r=f.length)!==W(t).length)return!1;for(n=r;0!=n--;)if(!V.call(t,f[n]))return!1;if(H&&e instanceof Element&&t instanceof Element)return e===t;for(n=r;0!=n--;)if(!("_owner"===(o=f[n])&&e.$$typeof||z(e[o],t[o])))return!1;return!0}return e!=e&&t!=t}var $=function(e,t){try{return z(e,t)}catch(e){if(e.message&&e.message.match(/stack|recursion/i)||-2146828260===e.number)return console.warn("Warning: react-fast-compare does not handle circular references.",e.name,e.message),!1;throw e}},G=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===B}(e)}(e)};var B="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function q(e,t){return!1!==t.clone&&t.isMergeableObject(e)?K((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function Z(e,t,n){return e.concat(t).map((function(e){return q(e,n)}))}function K(e,t,n){(n=n||{}).arrayMerge=n.arrayMerge||Z,n.isMergeableObject=n.isMergeableObject||G;var r=Array.isArray(t);return r===Array.isArray(e)?r?n.arrayMerge(e,t,n):function(e,t,n){var r={};return n.isMergeableObject(e)&&Object.keys(e).forEach((function(t){r[t]=q(e[t],n)})),Object.keys(t).forEach((function(o){n.isMergeableObject(t[o])&&e[o]?r[o]=K(e[o],t[o],n):r[o]=q(t[o],n)})),r}(e,t,n):q(t,n)}K.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return K(e,n,t)}),{})};var J=K,Q="object"==typeof global&&global&&global.Object===Object&&global,X="object"==typeof self&&self&&self.Object===Object&&self,ee=Q||X||Function("return this")(),te=ee.Symbol,ne=Object.prototype,re=ne.hasOwnProperty,oe=ne.toString,ie=te?te.toStringTag:void 0;var ae=Object.prototype.toString;var se=te?te.toStringTag:void 0;function ue(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":se&&se in Object(e)?function(e){var t=re.call(e,ie),n=e[ie];try{e[ie]=void 0;var r=!0}catch(e){}var o=oe.call(e);return r&&(t?e[ie]=n:delete e[ie]),o}(e):function(e){return ae.call(e)}(e)}function ce(e,t){return function(n){return e(t(n))}}var le=ce(Object.getPrototypeOf,Object);function fe(e){return null!=e&&"object"==typeof e}var de=Function.prototype,he=Object.prototype,pe=de.toString,me=he.hasOwnProperty,ye=pe.call(Object);function ge(e){if(!fe(e)||"[object Object]"!=ue(e))return!1;var t=le(e);if(null===t)return!0;var n=me.call(t,"constructor")&&t.constructor;return"function"==typeof n&&n instanceof n&&pe.call(n)==ye}function ve(e,t){return e===t||e!=e&&t!=t}function _e(e,t){for(var n=e.length;n--;)if(ve(e[n][0],t))return n;return-1}var be=Array.prototype.splice;function we(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Se(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}we.prototype.clear=function(){this.__data__=[],this.size=0},we.prototype.delete=function(e){var t=this.__data__,n=_e(t,e);return!(n<0)&&(n==t.length-1?t.pop():be.call(t,n,1),--this.size,!0)},we.prototype.get=function(e){var t=this.__data__,n=_e(t,e);return n<0?void 0:t[n][1]},we.prototype.has=function(e){return _e(this.__data__,e)>-1},we.prototype.set=function(e,t){var n=this.__data__,r=_e(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this};function ke(e){if(!Se(e))return!1;var t=ue(e);return"[object Function]"==t||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}var Oe,De=ee["__core-js_shared__"],Me=(Oe=/[^.]+$/.exec(De&&De.keys&&De.keys.IE_PROTO||""))?"Symbol(src)_1."+Oe:"";var je=Function.prototype.toString;function Te(e){if(null!=e){try{return je.call(e)}catch(e){}try{return e+""}catch(e){}}return""}var xe=/^\[object .+?Constructor\]$/,Ee=Function.prototype,Ae=Object.prototype,Pe=Ee.toString,Ye=Ae.hasOwnProperty,Fe=RegExp("^"+Pe.call(Ye).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Ie(e){return!(!Se(e)||(t=e,Me&&Me in t))&&(ke(e)?Fe:xe).test(Te(e));var t}function Re(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return Ie(n)?n:void 0}var Ce=Re(ee,"Map"),Ne=Re(Object,"create");var Le=Object.prototype.hasOwnProperty;var Ue=Object.prototype.hasOwnProperty;function We(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Ve(e,t){var n,r,o=e.__data__;return("string"==(r=typeof(n=t))||"number"==r||"symbol"==r||"boolean"==r?"__proto__"!==n:null===n)?o["string"==typeof t?"string":"hash"]:o.map}function He(e){var t=-1,n=null==e?0:e.length;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}We.prototype.clear=function(){this.__data__=Ne?Ne(null):{},this.size=0},We.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},We.prototype.get=function(e){var t=this.__data__;if(Ne){var n=t[e];return"__lodash_hash_undefined__"===n?void 0:n}return Le.call(t,e)?t[e]:void 0},We.prototype.has=function(e){var t=this.__data__;return Ne?void 0!==t[e]:Ue.call(t,e)},We.prototype.set=function(e,t){var n=this.__data__;return this.size+=this.has(e)?0:1,n[e]=Ne&&void 0===t?"__lodash_hash_undefined__":t,this},He.prototype.clear=function(){this.size=0,this.__data__={hash:new We,map:new(Ce||we),string:new We}},He.prototype.delete=function(e){var t=Ve(this,e).delete(e);return this.size-=t?1:0,t},He.prototype.get=function(e){return Ve(this,e).get(e)},He.prototype.has=function(e){return Ve(this,e).has(e)},He.prototype.set=function(e,t){var n=Ve(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this};function ze(e){var t=this.__data__=new we(e);this.size=t.size}ze.prototype.clear=function(){this.__data__=new we,this.size=0},ze.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},ze.prototype.get=function(e){return this.__data__.get(e)},ze.prototype.has=function(e){return this.__data__.has(e)},ze.prototype.set=function(e,t){var n=this.__data__;if(n instanceof we){var r=n.__data__;if(!Ce||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new He(r)}return n.set(e,t),this.size=n.size,this};var $e=function(){try{var e=Re(Object,"defineProperty");return e({},"",{}),e}catch(e){}}(),Ge=$e;function Be(e,t,n){"__proto__"==t&&Ge?Ge(e,t,{configurable:!0,enumerable:!0,value:n,writable:!0}):e[t]=n}var qe=Object.prototype.hasOwnProperty;function Ze(e,t,n){var r=e[t];qe.call(e,t)&&ve(r,n)&&(void 0!==n||t in e)||Be(e,t,n)}function Ke(e,t,n,r){var o=!n;n||(n={});for(var i=-1,a=t.length;++i<a;){var s=t[i],u=r?r(n[s],e[s],s,n,e):void 0;void 0===u&&(u=e[s]),o?Be(n,s,u):Ze(n,s,u)}return n}function Je(e){return fe(e)&&"[object Arguments]"==ue(e)}var Qe=Object.prototype,Xe=Qe.hasOwnProperty,et=Qe.propertyIsEnumerable,tt=Je(function(){return arguments}())?Je:function(e){return fe(e)&&Xe.call(e,"callee")&&!et.call(e,"callee")},nt=Array.isArray;var rt="object"==typeof exports&&exports&&!exports.nodeType&&exports,ot=rt&&"object"==typeof module&&module&&!module.nodeType&&module,it=ot&&ot.exports===rt?ee.Buffer:void 0,at=(it?it.isBuffer:void 0)||function(){return!1},st=/^(?:0|[1-9]\d*)$/;function ut(e,t){var n=typeof e;return!!(t=null==t?9007199254740991:t)&&("number"==n||"symbol"!=n&&st.test(e))&&e>-1&&e%1==0&&e<t}function ct(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}var lt={};function ft(e){return function(t){return e(t)}}lt["[object Float32Array]"]=lt["[object Float64Array]"]=lt["[object Int8Array]"]=lt["[object Int16Array]"]=lt["[object Int32Array]"]=lt["[object Uint8Array]"]=lt["[object Uint8ClampedArray]"]=lt["[object Uint16Array]"]=lt["[object Uint32Array]"]=!0,lt["[object Arguments]"]=lt["[object Array]"]=lt["[object ArrayBuffer]"]=lt["[object Boolean]"]=lt["[object DataView]"]=lt["[object Date]"]=lt["[object Error]"]=lt["[object Function]"]=lt["[object Map]"]=lt["[object Number]"]=lt["[object Object]"]=lt["[object RegExp]"]=lt["[object Set]"]=lt["[object String]"]=lt["[object WeakMap]"]=!1;var dt="object"==typeof exports&&exports&&!exports.nodeType&&exports,ht=dt&&"object"==typeof module&&module&&!module.nodeType&&module,pt=ht&&ht.exports===dt&&Q.process,mt=function(){try{var e=ht&&ht.require&&ht.require("util").types;return e||pt&&pt.binding&&pt.binding("util")}catch(e){}}(),yt=mt&&mt.isTypedArray,gt=yt?ft(yt):function(e){return fe(e)&&ct(e.length)&&!!lt[ue(e)]},vt=Object.prototype.hasOwnProperty;function _t(e,t){var n=nt(e),r=!n&&tt(e),o=!n&&!r&&at(e),i=!n&&!r&&!o&>(e),a=n||r||o||i,s=a?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],u=s.length;for(var c in e)!t&&!vt.call(e,c)||a&&("length"==c||o&&("offset"==c||"parent"==c)||i&&("buffer"==c||"byteLength"==c||"byteOffset"==c)||ut(c,u))||s.push(c);return s}var bt=Object.prototype;function wt(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||bt)}var St=ce(Object.keys,Object),kt=Object.prototype.hasOwnProperty;function Ot(e){return null!=e&&ct(e.length)&&!ke(e)}function Dt(e){return Ot(e)?_t(e):function(e){if(!wt(e))return St(e);var t=[];for(var n in Object(e))kt.call(e,n)&&"constructor"!=n&&t.push(n);return t}(e)}var Mt=Object.prototype.hasOwnProperty;function jt(e){if(!Se(e))return function(e){var t=[];if(null!=e)for(var n in Object(e))t.push(n);return t}(e);var t=wt(e),n=[];for(var r in e)("constructor"!=r||!t&&Mt.call(e,r))&&n.push(r);return n}function Tt(e){return Ot(e)?_t(e,!0):jt(e)}var xt="object"==typeof exports&&exports&&!exports.nodeType&&exports,Et=xt&&"object"==typeof module&&module&&!module.nodeType&&module,At=Et&&Et.exports===xt?ee.Buffer:void 0,Pt=At?At.allocUnsafe:void 0;function Yt(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}function Ft(){return[]}var It=Object.prototype.propertyIsEnumerable,Rt=Object.getOwnPropertySymbols,Ct=Rt?function(e){return null==e?[]:(e=Object(e),function(e,t){for(var n=-1,r=null==e?0:e.length,o=0,i=[];++n<r;){var a=e[n];t(a,n,e)&&(i[o++]=a)}return i}(Rt(e),(function(t){return It.call(e,t)})))}:Ft,Nt=Ct;function Lt(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}var Ut=Object.getOwnPropertySymbols?function(e){for(var t=[];e;)Lt(t,Nt(e)),e=le(e);return t}:Ft,Wt=Ut;function Vt(e,t,n){var r=t(e);return nt(e)?r:Lt(r,n(e))}function Ht(e){return Vt(e,Dt,Nt)}function zt(e){return Vt(e,Tt,Wt)}var $t=Re(ee,"DataView"),Gt=Re(ee,"Promise"),Bt=Re(ee,"Set"),qt=Re(ee,"WeakMap"),Zt=Te($t),Kt=Te(Ce),Jt=Te(Gt),Qt=Te(Bt),Xt=Te(qt),en=ue;($t&&"[object DataView]"!=en(new $t(new ArrayBuffer(1)))||Ce&&"[object Map]"!=en(new Ce)||Gt&&"[object Promise]"!=en(Gt.resolve())||Bt&&"[object Set]"!=en(new Bt)||qt&&"[object WeakMap]"!=en(new qt))&&(en=function(e){var t=ue(e),n="[object Object]"==t?e.constructor:void 0,r=n?Te(n):"";if(r)switch(r){case Zt:return"[object DataView]";case Kt:return"[object Map]";case Jt:return"[object Promise]";case Qt:return"[object Set]";case Xt:return"[object WeakMap]"}return t});var tn=en,nn=Object.prototype.hasOwnProperty;var rn=ee.Uint8Array;function on(e){var t=new e.constructor(e.byteLength);return new rn(t).set(new rn(e)),t}var an=/\w*$/;var sn=te?te.prototype:void 0,un=sn?sn.valueOf:void 0;function cn(e,t,n){var r,o,i,a=e.constructor;switch(t){case"[object ArrayBuffer]":return on(e);case"[object Boolean]":case"[object Date]":return new a(+e);case"[object DataView]":return function(e,t){var n=t?on(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,n);case"[object Float32Array]":case"[object Float64Array]":case"[object Int8Array]":case"[object Int16Array]":case"[object Int32Array]":case"[object Uint8Array]":case"[object Uint8ClampedArray]":case"[object Uint16Array]":case"[object Uint32Array]":return function(e,t){var n=t?on(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}(e,n);case"[object Map]":case"[object Set]":return new a;case"[object Number]":case"[object String]":return new a(e);case"[object RegExp]":return(i=new(o=e).constructor(o.source,an.exec(o))).lastIndex=o.lastIndex,i;case"[object Symbol]":return r=e,un?Object(un.call(r)):{}}}var ln=Object.create,fn=function(){function e(){}return function(t){if(!Se(t))return{};if(ln)return ln(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}(),dn=fn;var hn=mt&&mt.isMap,pn=hn?ft(hn):function(e){return fe(e)&&"[object Map]"==tn(e)};var mn=mt&&mt.isSet,yn=mn?ft(mn):function(e){return fe(e)&&"[object Set]"==tn(e)},gn={};function vn(e,t,n,r,o,i){var a,s=1&t,u=2&t,c=4&t;if(n&&(a=o?n(e,r,o,i):n(e)),void 0!==a)return a;if(!Se(e))return e;var l=nt(e);if(l){if(a=function(e){var t=e.length,n=new e.constructor(t);return t&&"string"==typeof e[0]&&nn.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!s)return Yt(e,a)}else{var f=tn(e),d="[object Function]"==f||"[object GeneratorFunction]"==f;if(at(e))return function(e,t){if(t)return e.slice();var n=e.length,r=Pt?Pt(n):new e.constructor(n);return e.copy(r),r}(e,s);if("[object Object]"==f||"[object Arguments]"==f||d&&!o){if(a=u||d?{}:function(e){return"function"!=typeof e.constructor||wt(e)?{}:dn(le(e))}(e),!s)return u?function(e,t){return Ke(e,Wt(e),t)}(e,function(e,t){return e&&Ke(t,Tt(t),e)}(a,e)):function(e,t){return Ke(e,Nt(e),t)}(e,function(e,t){return e&&Ke(t,Dt(t),e)}(a,e))}else{if(!gn[f])return o?e:{};a=cn(e,f,s)}}i||(i=new ze);var h=i.get(e);if(h)return h;i.set(e,a),yn(e)?e.forEach((function(r){a.add(vn(r,t,n,r,e,i))})):pn(e)&&e.forEach((function(r,o){a.set(o,vn(r,t,n,o,e,i))}));var p=l?void 0:(c?u?zt:Ht:u?Tt:Dt)(e);return function(e,t){for(var n=-1,r=null==e?0:e.length;++n<r&&!1!==t(e[n],n,e););}(p||e,(function(r,o){p&&(r=e[o=r]),Ze(a,o,vn(r,t,n,o,e,i))})),a}gn["[object Arguments]"]=gn["[object Array]"]=gn["[object ArrayBuffer]"]=gn["[object DataView]"]=gn["[object Boolean]"]=gn["[object Date]"]=gn["[object Float32Array]"]=gn["[object Float64Array]"]=gn["[object Int8Array]"]=gn["[object Int16Array]"]=gn["[object Int32Array]"]=gn["[object Map]"]=gn["[object Number]"]=gn["[object Object]"]=gn["[object RegExp]"]=gn["[object Set]"]=gn["[object String]"]=gn["[object Symbol]"]=gn["[object Uint8Array]"]=gn["[object Uint8ClampedArray]"]=gn["[object Uint16Array]"]=gn["[object Uint32Array]"]=!0,gn["[object Error]"]=gn["[object Function]"]=gn["[object WeakMap]"]=!1;function _n(e){return vn(e,4)}function bn(e,t){for(var n=-1,r=null==e?0:e.length,o=Array(r);++n<r;)o[n]=t(e[n],n,e);return o}function wn(e){return"symbol"==typeof e||fe(e)&&"[object Symbol]"==ue(e)}function Sn(e,t){if("function"!=typeof e||null!=t&&"function"!=typeof t)throw new TypeError("Expected a function");var n=function(){var r=arguments,o=t?t.apply(this,r):r[0],i=n.cache;if(i.has(o))return i.get(o);var a=e.apply(this,r);return n.cache=i.set(o,a)||i,a};return n.cache=new(Sn.Cache||He),n}Sn.Cache=He;var kn,On,Dn,Mn=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,jn=/\\(\\)?/g,Tn=(kn=function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(""),e.replace(Mn,(function(e,n,r,o){t.push(r?o.replace(jn,"$1"):n||e)})),t},On=Sn(kn,(function(e){return 500===Dn.size&&Dn.clear(),e})),Dn=On.cache,On),xn=Tn;function En(e){if("string"==typeof e||wn(e))return e;var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t}var An=te?te.prototype:void 0,Pn=An?An.toString:void 0;function Yn(e){if("string"==typeof e)return e;if(nt(e))return bn(e,Yn)+"";if(wn(e))return Pn?Pn.call(e):"";var t=e+"";return"0"==t&&1/e==-Infinity?"-0":t}function Fn(e){return nt(e)?bn(e,En):wn(e)?[e]:Yt(xn(function(e){return null==e?"":Yn(e)}(e)))}function In(){return In=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},In.apply(this,arguments)}function Rn(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}var Cn=function(e){return"function"==typeof e},Nn=function(e){return null!==e&&"object"==typeof e},Ln=function(e){return String(Math.floor(Number(e)))===e},Un=function(e){return"[object String]"===Object.prototype.toString.call(e)},Wn=function(e){return Nn(e)&&Cn(e.then)};function Vn(e,t,n,r){void 0===r&&(r=0);for(var o=Fn(t);e&&r<o.length;)e=e[o[r++]];return void 0===e?n:e}function Hn(e,t,n){for(var r=_n(e),o=r,i=0,a=Fn(t);i<a.length-1;i++){var s=a[i],u=Vn(e,a.slice(0,i+1));if(u&&(Nn(u)||Array.isArray(u)))o=o[s]=_n(u);else{var c=a[i+1];o=o[s]=Ln(c)&&Number(c)>=0?[]:{}}}return(0===i?e:o)[a[i]]===n?e:(void 0===n?delete o[a[i]]:o[a[i]]=n,0===i&&void 0===n&&delete r[a[i]],r)}function zn(e,t,n,r){void 0===n&&(n=new WeakMap),void 0===r&&(r={});for(var o=0,i=Object.keys(e);o<i.length;o++){var a=i[o],s=e[a];Nn(s)?n.get(s)||(n.set(s,!0),r[a]=Array.isArray(s)?[]:{},zn(s,t,n,r[a])):r[a]=t}return r}var $n=n(void 0);$n.displayName="FormikContext";var Gn=$n.Provider,Bn=$n.Consumer;function qn(){var e=i($n);return e}function Zn(e,t){switch(t.type){case"SET_VALUES":return In({},e,{values:t.payload});case"SET_TOUCHED":return In({},e,{touched:t.payload});case"SET_ERRORS":return $(e.errors,t.payload)?e:In({},e,{errors:t.payload});case"SET_STATUS":return In({},e,{status:t.payload});case"SET_ISSUBMITTING":return In({},e,{isSubmitting:t.payload});case"SET_ISVALIDATING":return In({},e,{isValidating:t.payload});case"SET_FIELD_VALUE":return In({},e,{values:Hn(e.values,t.payload.field,t.payload.value)});case"SET_FIELD_TOUCHED":return In({},e,{touched:Hn(e.touched,t.payload.field,t.payload.value)});case"SET_FIELD_ERROR":return In({},e,{errors:Hn(e.errors,t.payload.field,t.payload.value)});case"RESET_FORM":return In({},e,t.payload);case"SET_FORMIK_STATE":return t.payload(e);case"SUBMIT_ATTEMPT":return In({},e,{touched:zn(e.values,!0),isSubmitting:!0,submitCount:e.submitCount+1});case"SUBMIT_FAILURE":case"SUBMIT_SUCCESS":return In({},e,{isSubmitting:!1});default:return e}}var Kn={},Jn={};function Qn(e){var t=e.validateOnChange,n=void 0===t||t,r=e.validateOnBlur,o=void 0===r||r,i=e.validateOnMount,f=void 0!==i&&i,d=e.isInitialValid,h=e.enableReinitialize,p=void 0!==h&&h,m=e.onSubmit,y=Rn(e,["validateOnChange","validateOnBlur","validateOnMount","isInitialValid","enableReinitialize","onSubmit"]),g=In({validateOnChange:n,validateOnBlur:o,validateOnMount:f,onSubmit:m},y),v=a(g.initialValues),_=a(g.initialErrors||Kn),b=a(g.initialTouched||Jn),w=a(g.initialStatus),S=a(!1),k=a({});s((function(){return S.current=!0,function(){S.current=!1}}),[]);var O=u(Zn,{values:g.initialValues,errors:g.initialErrors||Kn,touched:g.initialTouched||Jn,status:g.initialStatus,isSubmitting:!1,isValidating:!1,submitCount:0}),D=O[0],M=O[1],j=c((function(e,t){return new Promise((function(n,r){var o=g.validate(e,t);null==o?n(Kn):Wn(o)?o.then((function(e){n(e||Kn)}),(function(e){r(e)})):n(o)}))}),[g.validate]),T=c((function(e,t){var n=g.validationSchema,r=Cn(n)?n(t):n,o=t&&r.validateAt?r.validateAt(t,e):function(e,t,n,r){void 0===n&&(n=!1);void 0===r&&(r={});var o=Xn(e);return t[n?"validateSync":"validate"](o,{abortEarly:!1,context:r})}(e,r);return new Promise((function(e,t){o.then((function(){e(Kn)}),(function(n){"ValidationError"===n.name?e(function(e){var t={};if(e.inner){if(0===e.inner.length)return Hn(t,e.path,e.message);var n=e.inner,r=Array.isArray(n),o=0;for(n=r?n:n[Symbol.iterator]();;){var i;if(r){if(o>=n.length)break;i=n[o++]}else{if((o=n.next()).done)break;i=o.value}var a=i;Vn(t,a.path)||(t=Hn(t,a.path,a.message))}}return t}(n)):t(n)}))}))}),[g.validationSchema]),x=c((function(e,t){return new Promise((function(n){return n(k.current[e].validate(t))}))}),[]),E=c((function(e){var t=Object.keys(k.current).filter((function(e){return Cn(k.current[e].validate)})),n=t.length>0?t.map((function(t){return x(t,Vn(e,t))})):[Promise.resolve("DO_NOT_DELETE_YOU_WILL_BE_FIRED")];return Promise.all(n).then((function(e){return e.reduce((function(e,n,r){return"DO_NOT_DELETE_YOU_WILL_BE_FIRED"===n||n&&(e=Hn(e,t[r],n)),e}),{})}))}),[x]),A=c((function(e){return Promise.all([E(e),g.validationSchema?T(e):{},g.validate?j(e):{}]).then((function(e){var t=e[0],n=e[1],r=e[2];return J.all([t,n,r],{arrayMerge:er})}))}),[g.validate,g.validationSchema,E,j,T]),P=nr((function(e){return void 0===e&&(e=D.values),M({type:"SET_ISVALIDATING",payload:!0}),A(e).then((function(e){return S.current&&(M({type:"SET_ISVALIDATING",payload:!1}),M({type:"SET_ERRORS",payload:e})),e}))}));s((function(){f&&!0===S.current&&$(v.current,g.initialValues)&&P(v.current)}),[f,P]);var Y=c((function(e){var t=e&&e.values?e.values:v.current,n=e&&e.errors?e.errors:_.current?_.current:g.initialErrors||{},r=e&&e.touched?e.touched:b.current?b.current:g.initialTouched||{},o=e&&e.status?e.status:w.current?w.current:g.initialStatus;v.current=t,_.current=n,b.current=r,w.current=o;var i=function(){M({type:"RESET_FORM",payload:{isSubmitting:!!e&&!!e.isSubmitting,errors:n,touched:r,status:o,values:t,isValidating:!!e&&!!e.isValidating,submitCount:e&&e.submitCount&&"number"==typeof e.submitCount?e.submitCount:0}})};if(g.onReset){var a=g.onReset(D.values,ee);Wn(a)?a.then(i):i()}else i()}),[g.initialErrors,g.initialStatus,g.initialTouched]);s((function(){!0!==S.current||$(v.current,g.initialValues)||(p&&(v.current=g.initialValues,Y()),f&&P(v.current))}),[p,g.initialValues,Y,f,P]),s((function(){p&&!0===S.current&&!$(_.current,g.initialErrors)&&(_.current=g.initialErrors||Kn,M({type:"SET_ERRORS",payload:g.initialErrors||Kn}))}),[p,g.initialErrors]),s((function(){p&&!0===S.current&&!$(b.current,g.initialTouched)&&(b.current=g.initialTouched||Jn,M({type:"SET_TOUCHED",payload:g.initialTouched||Jn}))}),[p,g.initialTouched]),s((function(){p&&!0===S.current&&!$(w.current,g.initialStatus)&&(w.current=g.initialStatus,M({type:"SET_STATUS",payload:g.initialStatus}))}),[p,g.initialStatus,g.initialTouched]);var F=nr((function(e){if(k.current[e]&&Cn(k.current[e].validate)){var t=Vn(D.values,e),n=k.current[e].validate(t);return Wn(n)?(M({type:"SET_ISVALIDATING",payload:!0}),n.then((function(e){return e})).then((function(t){M({type:"SET_FIELD_ERROR",payload:{field:e,value:t}}),M({type:"SET_ISVALIDATING",payload:!1})}))):(M({type:"SET_FIELD_ERROR",payload:{field:e,value:n}}),Promise.resolve(n))}return g.validationSchema?(M({type:"SET_ISVALIDATING",payload:!0}),T(D.values,e).then((function(e){return e})).then((function(t){M({type:"SET_FIELD_ERROR",payload:{field:e,value:t[e]}}),M({type:"SET_ISVALIDATING",payload:!1})}))):Promise.resolve()})),I=c((function(e,t){var n=t.validate;k.current[e]={validate:n}}),[]),R=c((function(e){delete k.current[e]}),[]),C=nr((function(e,t){return M({type:"SET_TOUCHED",payload:e}),(void 0===t?o:t)?P(D.values):Promise.resolve()})),N=c((function(e){M({type:"SET_ERRORS",payload:e})}),[]),L=nr((function(e,t){var r=Cn(e)?e(D.values):e;return M({type:"SET_VALUES",payload:r}),(void 0===t?n:t)?P(r):Promise.resolve()})),U=c((function(e,t){M({type:"SET_FIELD_ERROR",payload:{field:e,value:t}})}),[]),W=nr((function(e,t,r){return M({type:"SET_FIELD_VALUE",payload:{field:e,value:t}}),(void 0===r?n:r)?P(Hn(D.values,e,t)):Promise.resolve()})),V=c((function(e,t){var n,r=t,o=e;if(!Un(e)){e.persist&&e.persist();var i=e.target?e.target:e.currentTarget,a=i.type,s=i.name,u=i.id,c=i.value,l=i.checked,f=(i.outerHTML,i.options),d=i.multiple;r=t||(s||u),o=/number|range/.test(a)?(n=parseFloat(c),isNaN(n)?"":n):/checkbox/.test(a)?function(e,t,n){if("boolean"==typeof e)return Boolean(t);var r=[],o=!1,i=-1;if(Array.isArray(e))r=e,o=(i=e.indexOf(n))>=0;else if(!n||"true"==n||"false"==n)return Boolean(t);if(t&&n&&!o)return r.concat(n);if(!o)return r;return r.slice(0,i).concat(r.slice(i+1))}(Vn(D.values,r),l,c):f&&d?function(e){return Array.from(e).filter((function(e){return e.selected})).map((function(e){return e.value}))}(f):c}r&&W(r,o)}),[W,D.values]),H=nr((function(e){if(Un(e))return function(t){return V(t,e)};V(e)})),z=nr((function(e,t,n){return void 0===t&&(t=!0),M({type:"SET_FIELD_TOUCHED",payload:{field:e,value:t}}),(void 0===n?o:n)?P(D.values):Promise.resolve()})),G=c((function(e,t){e.persist&&e.persist();var n=e.target,r=n.name,o=n.id,i=(n.outerHTML,t||(r||o));z(i,!0)}),[z]),B=nr((function(e){if(Un(e))return function(t){return G(t,e)};G(e)})),q=c((function(e){Cn(e)?M({type:"SET_FORMIK_STATE",payload:e}):M({type:"SET_FORMIK_STATE",payload:function(){return e}})}),[]),Z=c((function(e){M({type:"SET_STATUS",payload:e})}),[]),K=c((function(e){M({type:"SET_ISSUBMITTING",payload:e})}),[]),Q=nr((function(){return M({type:"SUBMIT_ATTEMPT"}),P().then((function(e){var t=e instanceof Error;if(!t&&0===Object.keys(e).length){var n;try{if(void 0===(n=te()))return}catch(e){throw e}return Promise.resolve(n).then((function(e){return S.current&&M({type:"SUBMIT_SUCCESS"}),e})).catch((function(e){if(S.current)throw M({type:"SUBMIT_FAILURE"}),e}))}if(S.current&&(M({type:"SUBMIT_FAILURE"}),t))throw e}))})),X=nr((function(e){e&&e.preventDefault&&Cn(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&Cn(e.stopPropagation)&&e.stopPropagation(),Q().catch((function(e){console.warn("Warning: An unhandled error was caught from submitForm()",e)}))})),ee={resetForm:Y,validateForm:P,validateField:F,setErrors:N,setFieldError:U,setFieldTouched:z,setFieldValue:W,setStatus:Z,setSubmitting:K,setTouched:C,setValues:L,setFormikState:q,submitForm:Q},te=nr((function(){return m(D.values,ee)})),ne=nr((function(e){e&&e.preventDefault&&Cn(e.preventDefault)&&e.preventDefault(),e&&e.stopPropagation&&Cn(e.stopPropagation)&&e.stopPropagation(),Y()})),re=c((function(e){return{value:Vn(D.values,e),error:Vn(D.errors,e),touched:!!Vn(D.touched,e),initialValue:Vn(v.current,e),initialTouched:!!Vn(b.current,e),initialError:Vn(_.current,e)}}),[D.errors,D.touched,D.values]),oe=c((function(e){return{setValue:function(t,n){return W(e,t,n)},setTouched:function(t,n){return z(e,t,n)},setError:function(t){return U(e,t)}}}),[W,z,U]),ie=c((function(e){var t=Nn(e),n=t?e.name:e,r=Vn(D.values,n),o={name:n,value:r,onChange:H,onBlur:B};if(t){var i=e.type,a=e.value,s=e.as,u=e.multiple;"checkbox"===i?void 0===a?o.checked=!!r:(o.checked=!(!Array.isArray(r)||!~r.indexOf(a)),o.value=a):"radio"===i?(o.checked=r===a,o.value=a):"select"===s&&u&&(o.value=o.value||[],o.multiple=!0)}return o}),[B,H,D.values]),ae=l((function(){return!$(v.current,D.values)}),[v.current,D.values]),se=l((function(){return void 0!==d?ae?D.errors&&0===Object.keys(D.errors).length:!1!==d&&Cn(d)?d(g):d:D.errors&&0===Object.keys(D.errors).length}),[d,ae,D.errors,g]);return In({},D,{initialValues:v.current,initialErrors:_.current,initialTouched:b.current,initialStatus:w.current,handleBlur:B,handleChange:H,handleReset:ne,handleSubmit:X,resetForm:Y,setErrors:N,setFormikState:q,setFieldTouched:z,setFieldValue:W,setFieldError:U,setStatus:Z,setSubmitting:K,setTouched:C,setValues:L,submitForm:Q,validateForm:P,validateField:F,isValid:se,dirty:ae,unregisterField:R,registerField:I,getFieldProps:ie,getFieldMeta:re,getFieldHelpers:oe,validateOnBlur:o,validateOnChange:n,validateOnMount:f})}function Xn(e){var t=Array.isArray(e)?[]:{};for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)){var r=String(n);!0===Array.isArray(e[r])?t[r]=e[r].map((function(e){return!0===Array.isArray(e)||ge(e)?Xn(e):""!==e?e:void 0})):ge(e[r])?t[r]=Xn(e[r]):t[r]=""!==e[r]?e[r]:void 0}return t}function er(e,t,n){var r=e.slice();return t.forEach((function(t,o){if(void 0===r[o]){var i=!1!==n.clone&&n.isMergeableObject(t);r[o]=i?J(Array.isArray(t)?[]:{},t,n):t}else n.isMergeableObject(t)?r[o]=J(e[o],t,n):-1===e.indexOf(t)&&r.push(t)})),r}var tr="undefined"!=typeof window&&void 0!==window.document&&void 0!==window.document.createElement?f:s;function nr(e){var t=a(e);return tr((function(){t.current=e})),c((function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return t.current.apply(void 0,n)}),[])}function rr(e){var t=e.validate,n=e.name,r=e.render,i=e.children,a=e.as,u=e.component,c=Rn(e,["validate","name","render","children","as","component"]),l=Rn(qn(),["validate","validationSchema"]),f=l.registerField,d=l.unregisterField;s((function(){return f(n,{validate:t}),function(){d(n)}}),[f,d,n,t]);var h=l.getFieldProps(In({name:n},c)),p=l.getFieldMeta(n),m={field:h,form:l};if(r)return r(In({},m,{meta:p}));if(Cn(i))return i(In({},m,{meta:p}));if(u){if("string"==typeof u){var y=c.innerRef,g=Rn(c,["innerRef"]);return o(u,In({ref:y},h,g),i)}return o(u,In({field:h,form:l},c),i)}var v=a||"input";if("string"==typeof v){var _=c.innerRef,b=Rn(c,["innerRef"]);return o(v,In({ref:_},h,b),i)}return o(v,In({},h,c),i)}function or(e){var t=function(t){return o(Bn,null,(function(n){return o(e,Object.assign({},t,{formik:n}))}))},n=e.displayName||e.name||e.constructor&&e.constructor.name||"Component";return t.WrappedComponent=e,t.displayName="FormikConnect("+n+")",g(t,e)}r((function(e,t){var n=e.action,r=Rn(e,["action"]),i=null!=n?n:"#",a=qn(),s=a.handleReset,u=a.handleSubmit;return o("form",Object.assign({onSubmit:u,ref:t,onReset:s,action:i},r))})).displayName="Form";var ir=or(function(e){var t,n;function r(){return e.apply(this,arguments)||this}n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n;var i=r.prototype;return i.shouldComponentUpdate=function(e){return Vn(this.props.formik.errors,this.props.name)!==Vn(e.formik.errors,this.props.name)||Vn(this.props.formik.touched,this.props.name)!==Vn(e.formik.touched,this.props.name)||Object.keys(this.props).length!==Object.keys(e).length},i.render=function(){var e=this.props,t=e.component,n=e.formik,r=e.render,i=e.children,a=e.name,s=Rn(e,["component","formik","render","children","name"]),u=Vn(n.touched,a),c=Vn(n.errors,a);return u&&c?r?Cn(r)?r(c):null:i?Cn(i)?i(c):null:t?o(t,s,c):c:null},r}(d));const ar=function(e,t,n){let r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:5e3;v.defaults.timeout=r;try{return v.post(t,{sendMail:e}).then((e=>n({state:e&&200===e.status}))).catch((e=>(console.error("api:axios:catch:error: ",e.message),{state:!1,error:e.message})))}catch(e){return console.error("api:axios:try:catch:error: ",e.message),{state:!1,error:e.message}}};var sr=k((function(e,t){e.exports=function(){var t,n;function r(){return t.apply(null,arguments)}function o(e){t=e}function i(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function a(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function s(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(s(e,t))return!1;return!0}function c(e){return void 0===e}function l(e){return"number"==typeof e||"[object Number]"===Object.prototype.toString.call(e)}function f(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function d(e,t){var n,r=[];for(n=0;n<e.length;++n)r.push(t(e[n],n));return r}function h(e,t){for(var n in t)s(t,n)&&(e[n]=t[n]);return s(t,"toString")&&(e.toString=t.toString),s(t,"valueOf")&&(e.valueOf=t.valueOf),e}function p(e,t,n,r){return qn(e,t,n,r,!0).utc()}function m(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function y(e){return null==e._pf&&(e._pf=m()),e._pf}function g(e){if(null==e._isValid){var t=y(e),r=n.call(t.parsedDateParts,(function(e){return null!=e})),o=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&r);if(e._strict&&(o=o&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return o;e._isValid=o}return e._isValid}function v(e){var t=p(NaN);return null!=e?h(y(t),e):y(t).userInvalidated=!0,t}n=Array.prototype.some?Array.prototype.some:function(e){var t,n=Object(this),r=n.length>>>0;for(t=0;t<r;t++)if(t in n&&e.call(this,n[t],t,n))return!0;return!1};var _=r.momentProperties=[],b=!1;function w(e,t){var n,r,o;if(c(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),c(t._i)||(e._i=t._i),c(t._f)||(e._f=t._f),c(t._l)||(e._l=t._l),c(t._strict)||(e._strict=t._strict),c(t._tzm)||(e._tzm=t._tzm),c(t._isUTC)||(e._isUTC=t._isUTC),c(t._offset)||(e._offset=t._offset),c(t._pf)||(e._pf=y(t)),c(t._locale)||(e._locale=t._locale),_.length>0)for(n=0;n<_.length;n++)c(o=t[r=_[n]])||(e[r]=o);return e}function S(e){w(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===b&&(b=!0,r.updateOffset(this),b=!1)}function k(e){return e instanceof S||null!=e&&null!=e._isAMomentObject}function O(e){!1===r.suppressDeprecationWarnings&&"undefined"!=typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function M(e,t){var n=!0;return h((function(){if(null!=r.deprecationHandler&&r.deprecationHandler(null,e),n){var o,i,a,u=[];for(i=0;i<arguments.length;i++){if(o="","object"==typeof arguments[i]){for(a in o+="\n["+i+"] ",arguments[0])s(arguments[0],a)&&(o+=a+": "+arguments[0][a]+", ");o=o.slice(0,-2)}else o=arguments[i];u.push(o)}O(e+"\nArguments: "+Array.prototype.slice.call(u).join("")+"\n"+(new Error).stack),n=!1}return t.apply(this,arguments)}),t)}var j,T={};function x(e,t){null!=r.deprecationHandler&&r.deprecationHandler(e,t),T[e]||(O(t),T[e]=!0)}function E(e){return"undefined"!=typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function A(e){var t,n;for(n in e)s(e,n)&&(E(t=e[n])?this[n]=t:this["_"+n]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function P(e,t){var n,r=h({},e);for(n in t)s(t,n)&&(a(e[n])&&a(t[n])?(r[n]={},h(r[n],e[n]),h(r[n],t[n])):null!=t[n]?r[n]=t[n]:delete r[n]);for(n in e)s(e,n)&&!s(t,n)&&a(e[n])&&(r[n]=h({},r[n]));return r}function Y(e){null!=e&&this.set(e)}r.suppressDeprecationWarnings=!1,r.deprecationHandler=null,j=Object.keys?Object.keys:function(e){var t,n=[];for(t in e)s(e,t)&&n.push(t);return n};var F={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function I(e,t,n){var r=this._calendar[e]||this._calendar.sameElse;return E(r)?r.call(t,n):r}function R(e,t,n){var r=""+Math.abs(e),o=t-r.length;return(e>=0?n?"+":"":"-")+Math.pow(10,Math.max(0,o)).toString().substr(1)+r}var C=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,N=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,L={},U={};function W(e,t,n,r){var o=r;"string"==typeof r&&(o=function(){return this[r]()}),e&&(U[e]=o),t&&(U[t[0]]=function(){return R(o.apply(this,arguments),t[1],t[2])}),n&&(U[n]=function(){return this.localeData().ordinal(o.apply(this,arguments),e)})}function V(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function H(e){var t,n,r=e.match(C);for(t=0,n=r.length;t<n;t++)U[r[t]]?r[t]=U[r[t]]:r[t]=V(r[t]);return function(t){var o,i="";for(o=0;o<n;o++)i+=E(r[o])?r[o].call(t,e):r[o];return i}}function z(e,t){return e.isValid()?(t=$(t,e.localeData()),L[t]=L[t]||H(t),L[t](e)):e.localeData().invalidDate()}function $(e,t){var n=5;function r(e){return t.longDateFormat(e)||e}for(N.lastIndex=0;n>=0&&N.test(e);)e=e.replace(N,r),N.lastIndex=0,n-=1;return e}var G={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function B(e){var t=this._longDateFormat[e],n=this._longDateFormat[e.toUpperCase()];return t||!n?t:(this._longDateFormat[e]=n.match(C).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var q="Invalid date";function Z(){return this._invalidDate}var K="%d",J=/\d{1,2}/;function Q(e){return this._ordinal.replace("%d",e)}var X={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function ee(e,t,n,r){var o=this._relativeTime[n];return E(o)?o(e,t,n,r):o.replace(/%d/i,e)}function te(e,t){var n=this._relativeTime[e>0?"future":"past"];return E(n)?n(t):n.replace(/%s/i,t)}var ne={};function re(e,t){var n=e.toLowerCase();ne[n]=ne[n+"s"]=ne[t]=e}function oe(e){return"string"==typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function ie(e){var t,n,r={};for(n in e)s(e,n)&&(t=oe(n))&&(r[t]=e[n]);return r}var ae={};function se(e,t){ae[e]=t}function ue(e){var t,n=[];for(t in e)s(e,t)&&n.push({unit:t,priority:ae[t]});return n.sort((function(e,t){return e.priority-t.priority})),n}function ce(e){return e%4==0&&e%100!=0||e%400==0}function le(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function fe(e){var t=+e,n=0;return 0!==t&&isFinite(t)&&(n=le(t)),n}function de(e,t){return function(n){return null!=n?(pe(this,e,n),r.updateOffset(this,t),this):he(this,e)}}function he(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function pe(e,t,n){e.isValid()&&!isNaN(n)&&("FullYear"===t&&ce(e.year())&&1===e.month()&&29===e.date()?(n=fe(n),e._d["set"+(e._isUTC?"UTC":"")+t](n,e.month(),et(n,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](n))}function me(e){return E(this[e=oe(e)])?this[e]():this}function ye(e,t){if("object"==typeof e){var n,r=ue(e=ie(e));for(n=0;n<r.length;n++)this[r[n].unit](e[r[n].unit])}else if(E(this[e=oe(e)]))return this[e](t);return this}var ge,ve=/\d/,_e=/\d\d/,be=/\d{3}/,we=/\d{4}/,Se=/[+-]?\d{6}/,ke=/\d\d?/,Oe=/\d\d\d\d?/,De=/\d\d\d\d\d\d?/,Me=/\d{1,3}/,je=/\d{1,4}/,Te=/[+-]?\d{1,6}/,xe=/\d+/,Ee=/[+-]?\d+/,Ae=/Z|[+-]\d\d:?\d\d/gi,Pe=/Z|[+-]\d\d(?::?\d\d)?/gi,Ye=/[+-]?\d+(\.\d{1,3})?/,Fe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function Ie(e,t,n){ge[e]=E(t)?t:function(e,r){return e&&n?n:t}}function Re(e,t){return s(ge,e)?ge[e](t._strict,t._locale):new RegExp(Ce(e))}function Ce(e){return Ne(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,n,r,o){return t||n||r||o})))}function Ne(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Le={};function Ue(e,t){var n,r=t;for("string"==typeof e&&(e=[e]),l(t)&&(r=function(e,n){n[t]=fe(e)}),n=0;n<e.length;n++)Le[e[n]]=r}function We(e,t){Ue(e,(function(e,n,r,o){r._w=r._w||{},t(e,r._w,r,o)}))}function Ve(e,t,n){null!=t&&s(Le,e)&&Le[e](t,n._a,n,e)}var He,ze=0,$e=1,Ge=2,Be=3,qe=4,Ze=5,Ke=6,Je=7,Qe=8;function Xe(e,t){return(e%t+t)%t}function et(e,t){if(isNaN(e)||isNaN(t))return NaN;var n=Xe(t,12);return e+=(t-n)/12,1===n?ce(e)?29:28:31-n%7%2}He=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},W("M",["MM",2],"Mo",(function(){return this.month()+1})),W("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),W("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),re("month","M"),se("month",8),Ie("M",ke),Ie("MM",ke,_e),Ie("MMM",(function(e,t){return t.monthsShortRegex(e)})),Ie("MMMM",(function(e,t){return t.monthsRegex(e)})),Ue(["M","MM"],(function(e,t){t[$e]=fe(e)-1})),Ue(["MMM","MMMM"],(function(e,t,n,r){var o=n._locale.monthsParse(e,r,n._strict);null!=o?t[$e]=o:y(n).invalidMonth=e}));var tt="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),nt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),rt=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,ot=Fe,it=Fe;function at(e,t){return e?i(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||rt).test(t)?"format":"standalone"][e.month()]:i(this._months)?this._months:this._months.standalone}function st(e,t){return e?i(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[rt.test(t)?"format":"standalone"][e.month()]:i(this._monthsShort)?this._monthsShort:this._monthsShort.standalone}function ut(e,t,n){var r,o,i,a=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],r=0;r<12;++r)i=p([2e3,r]),this._shortMonthsParse[r]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[r]=this.months(i,"").toLocaleLowerCase();return n?"MMM"===t?-1!==(o=He.call(this._shortMonthsParse,a))?o:null:-1!==(o=He.call(this._longMonthsParse,a))?o:null:"MMM"===t?-1!==(o=He.call(this._shortMonthsParse,a))||-1!==(o=He.call(this._longMonthsParse,a))?o:null:-1!==(o=He.call(this._longMonthsParse,a))||-1!==(o=He.call(this._shortMonthsParse,a))?o:null}function ct(e,t,n){var r,o,i;if(this._monthsParseExact)return ut.call(this,e,t,n);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),r=0;r<12;r++){if(o=p([2e3,r]),n&&!this._longMonthsParse[r]&&(this._longMonthsParse[r]=new RegExp("^"+this.months(o,"").replace(".","")+"$","i"),this._shortMonthsParse[r]=new RegExp("^"+this.monthsShort(o,"").replace(".","")+"$","i")),n||this._monthsParse[r]||(i="^"+this.months(o,"")+"|^"+this.monthsShort(o,""),this._monthsParse[r]=new RegExp(i.replace(".",""),"i")),n&&"MMMM"===t&&this._longMonthsParse[r].test(e))return r;if(n&&"MMM"===t&&this._shortMonthsParse[r].test(e))return r;if(!n&&this._monthsParse[r].test(e))return r}}function lt(e,t){var n;if(!e.isValid())return e;if("string"==typeof t)if(/^\d+$/.test(t))t=fe(t);else if(!l(t=e.localeData().monthsParse(t)))return e;return n=Math.min(e.date(),et(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,n),e}function ft(e){return null!=e?(lt(this,e),r.updateOffset(this,!0),this):he(this,"Month")}function dt(){return et(this.year(),this.month())}function ht(e){return this._monthsParseExact?(s(this,"_monthsRegex")||mt.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(s(this,"_monthsShortRegex")||(this._monthsShortRegex=ot),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function pt(e){return this._monthsParseExact?(s(this,"_monthsRegex")||mt.call(this),e?this._monthsStrictRegex:this._monthsRegex):(s(this,"_monthsRegex")||(this._monthsRegex=it),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function mt(){function e(e,t){return t.length-e.length}var t,n,r=[],o=[],i=[];for(t=0;t<12;t++)n=p([2e3,t]),r.push(this.monthsShort(n,"")),o.push(this.months(n,"")),i.push(this.months(n,"")),i.push(this.monthsShort(n,""));for(r.sort(e),o.sort(e),i.sort(e),t=0;t<12;t++)r[t]=Ne(r[t]),o[t]=Ne(o[t]);for(t=0;t<24;t++)i[t]=Ne(i[t]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+r.join("|")+")","i")}function yt(e){return ce(e)?366:365}W("Y",0,0,(function(){var e=this.year();return e<=9999?R(e,4):"+"+e})),W(0,["YY",2],0,(function(){return this.year()%100})),W(0,["YYYY",4],0,"year"),W(0,["YYYYY",5],0,"year"),W(0,["YYYYYY",6,!0],0,"year"),re("year","y"),se("year",1),Ie("Y",Ee),Ie("YY",ke,_e),Ie("YYYY",je,we),Ie("YYYYY",Te,Se),Ie("YYYYYY",Te,Se),Ue(["YYYYY","YYYYYY"],ze),Ue("YYYY",(function(e,t){t[ze]=2===e.length?r.parseTwoDigitYear(e):fe(e)})),Ue("YY",(function(e,t){t[ze]=r.parseTwoDigitYear(e)})),Ue("Y",(function(e,t){t[ze]=parseInt(e,10)})),r.parseTwoDigitYear=function(e){return fe(e)+(fe(e)>68?1900:2e3)};var gt=de("FullYear",!0);function vt(){return ce(this.year())}function _t(e,t,n,r,o,i,a){var s;return e<100&&e>=0?(s=new Date(e+400,t,n,r,o,i,a),isFinite(s.getFullYear())&&s.setFullYear(e)):s=new Date(e,t,n,r,o,i,a),s}function bt(e){var t,n;return e<100&&e>=0?((n=Array.prototype.slice.call(arguments))[0]=e+400,t=new Date(Date.UTC.apply(null,n)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function wt(e,t,n){var r=7+t-n;return-(7+bt(e,0,r).getUTCDay()-t)%7+r-1}function St(e,t,n,r,o){var i,a,s=1+7*(t-1)+(7+n-r)%7+wt(e,r,o);return s<=0?a=yt(i=e-1)+s:s>yt(e)?(i=e+1,a=s-yt(e)):(i=e,a=s),{year:i,dayOfYear:a}}function kt(e,t,n){var r,o,i=wt(e.year(),t,n),a=Math.floor((e.dayOfYear()-i-1)/7)+1;return a<1?r=a+Ot(o=e.year()-1,t,n):a>Ot(e.year(),t,n)?(r=a-Ot(e.year(),t,n),o=e.year()+1):(o=e.year(),r=a),{week:r,year:o}}function Ot(e,t,n){var r=wt(e,t,n),o=wt(e+1,t,n);return(yt(e)-r+o)/7}function Dt(e){return kt(e,this._week.dow,this._week.doy).week}W("w",["ww",2],"wo","week"),W("W",["WW",2],"Wo","isoWeek"),re("week","w"),re("isoWeek","W"),se("week",5),se("isoWeek",5),Ie("w",ke),Ie("ww",ke,_e),Ie("W",ke),Ie("WW",ke,_e),We(["w","ww","W","WW"],(function(e,t,n,r){t[r.substr(0,1)]=fe(e)}));var Mt={dow:0,doy:6};function jt(){return this._week.dow}function Tt(){return this._week.doy}function xt(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function Et(e){var t=kt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function At(e,t){return"string"!=typeof e?e:isNaN(e)?"number"==typeof(e=t.weekdaysParse(e))?e:null:parseInt(e,10)}function Pt(e,t){return"string"==typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function Yt(e,t){return e.slice(t,7).concat(e.slice(0,t))}W("d",0,"do","day"),W("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),W("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),W("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),W("e",0,0,"weekday"),W("E",0,0,"isoWeekday"),re("day","d"),re("weekday","e"),re("isoWeekday","E"),se("day",11),se("weekday",11),se("isoWeekday",11),Ie("d",ke),Ie("e",ke),Ie("E",ke),Ie("dd",(function(e,t){return t.weekdaysMinRegex(e)})),Ie("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),Ie("dddd",(function(e,t){return t.weekdaysRegex(e)})),We(["dd","ddd","dddd"],(function(e,t,n,r){var o=n._locale.weekdaysParse(e,r,n._strict);null!=o?t.d=o:y(n).invalidWeekday=e})),We(["d","e","E"],(function(e,t,n,r){t[r]=fe(e)}));var Ft="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),It="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Rt="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Ct=Fe,Nt=Fe,Lt=Fe;function Ut(e,t){var n=i(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?Yt(n,this._week.dow):e?n[e.day()]:n}function Wt(e){return!0===e?Yt(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Vt(e){return!0===e?Yt(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Ht(e,t,n){var r,o,i,a=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],r=0;r<7;++r)i=p([2e3,1]).day(r),this._minWeekdaysParse[r]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[r]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[r]=this.weekdays(i,"").toLocaleLowerCase();return n?"dddd"===t?-1!==(o=He.call(this._weekdaysParse,a))?o:null:"ddd"===t?-1!==(o=He.call(this._shortWeekdaysParse,a))?o:null:-1!==(o=He.call(this._minWeekdaysParse,a))?o:null:"dddd"===t?-1!==(o=He.call(this._weekdaysParse,a))||-1!==(o=He.call(this._shortWeekdaysParse,a))||-1!==(o=He.call(this._minWeekdaysParse,a))?o:null:"ddd"===t?-1!==(o=He.call(this._shortWeekdaysParse,a))||-1!==(o=He.call(this._weekdaysParse,a))||-1!==(o=He.call(this._minWeekdaysParse,a))?o:null:-1!==(o=He.call(this._minWeekdaysParse,a))||-1!==(o=He.call(this._weekdaysParse,a))||-1!==(o=He.call(this._shortWeekdaysParse,a))?o:null}function zt(e,t,n){var r,o,i;if(this._weekdaysParseExact)return Ht.call(this,e,t,n);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),r=0;r<7;r++){if(o=p([2e3,1]).day(r),n&&!this._fullWeekdaysParse[r]&&(this._fullWeekdaysParse[r]=new RegExp("^"+this.weekdays(o,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[r]=new RegExp("^"+this.weekdaysShort(o,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[r]=new RegExp("^"+this.weekdaysMin(o,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[r]||(i="^"+this.weekdays(o,"")+"|^"+this.weekdaysShort(o,"")+"|^"+this.weekdaysMin(o,""),this._weekdaysParse[r]=new RegExp(i.replace(".",""),"i")),n&&"dddd"===t&&this._fullWeekdaysParse[r].test(e))return r;if(n&&"ddd"===t&&this._shortWeekdaysParse[r].test(e))return r;if(n&&"dd"===t&&this._minWeekdaysParse[r].test(e))return r;if(!n&&this._weekdaysParse[r].test(e))return r}}function $t(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=At(e,this.localeData()),this.add(e-t,"d")):t}function Gt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function Bt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Pt(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function qt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(s(this,"_weekdaysRegex")||(this._weekdaysRegex=Ct),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Zt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(s(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=Nt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Kt(e){return this._weekdaysParseExact?(s(this,"_weekdaysRegex")||Jt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(s(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=Lt),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Jt(){function e(e,t){return t.length-e.length}var t,n,r,o,i,a=[],s=[],u=[],c=[];for(t=0;t<7;t++)n=p([2e3,1]).day(t),r=Ne(this.weekdaysMin(n,"")),o=Ne(this.weekdaysShort(n,"")),i=Ne(this.weekdays(n,"")),a.push(r),s.push(o),u.push(i),c.push(r),c.push(o),c.push(i);a.sort(e),s.sort(e),u.sort(e),c.sort(e),this._weekdaysRegex=new RegExp("^("+c.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+u.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+s.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+a.join("|")+")","i")}function Qt(){return this.hours()%12||12}function Xt(){return this.hours()||24}function en(e,t){W(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function tn(e,t){return t._meridiemParse}function nn(e){return"p"===(e+"").toLowerCase().charAt(0)}W("H",["HH",2],0,"hour"),W("h",["hh",2],0,Qt),W("k",["kk",2],0,Xt),W("hmm",0,0,(function(){return""+Qt.apply(this)+R(this.minutes(),2)})),W("hmmss",0,0,(function(){return""+Qt.apply(this)+R(this.minutes(),2)+R(this.seconds(),2)})),W("Hmm",0,0,(function(){return""+this.hours()+R(this.minutes(),2)})),W("Hmmss",0,0,(function(){return""+this.hours()+R(this.minutes(),2)+R(this.seconds(),2)})),en("a",!0),en("A",!1),re("hour","h"),se("hour",13),Ie("a",tn),Ie("A",tn),Ie("H",ke),Ie("h",ke),Ie("k",ke),Ie("HH",ke,_e),Ie("hh",ke,_e),Ie("kk",ke,_e),Ie("hmm",Oe),Ie("hmmss",De),Ie("Hmm",Oe),Ie("Hmmss",De),Ue(["H","HH"],Be),Ue(["k","kk"],(function(e,t,n){var r=fe(e);t[Be]=24===r?0:r})),Ue(["a","A"],(function(e,t,n){n._isPm=n._locale.isPM(e),n._meridiem=e})),Ue(["h","hh"],(function(e,t,n){t[Be]=fe(e),y(n).bigHour=!0})),Ue("hmm",(function(e,t,n){var r=e.length-2;t[Be]=fe(e.substr(0,r)),t[qe]=fe(e.substr(r)),y(n).bigHour=!0})),Ue("hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Be]=fe(e.substr(0,r)),t[qe]=fe(e.substr(r,2)),t[Ze]=fe(e.substr(o)),y(n).bigHour=!0})),Ue("Hmm",(function(e,t,n){var r=e.length-2;t[Be]=fe(e.substr(0,r)),t[qe]=fe(e.substr(r))})),Ue("Hmmss",(function(e,t,n){var r=e.length-4,o=e.length-2;t[Be]=fe(e.substr(0,r)),t[qe]=fe(e.substr(r,2)),t[Ze]=fe(e.substr(o))}));var rn=/[ap]\.?m?\.?/i,on=de("Hours",!0);function an(e,t,n){return e>11?n?"pm":"PM":n?"am":"AM"}var sn,un={calendar:F,longDateFormat:G,invalidDate:q,ordinal:K,dayOfMonthOrdinalParse:J,relativeTime:X,months:tt,monthsShort:nt,week:Mt,weekdays:Ft,weekdaysMin:Rt,weekdaysShort:It,meridiemParse:rn},cn={},ln={};function fn(e,t){var n,r=Math.min(e.length,t.length);for(n=0;n<r;n+=1)if(e[n]!==t[n])return n;return r}function dn(e){return e?e.toLowerCase().replace("_","-"):e}function hn(e){for(var t,n,r,o,i=0;i<e.length;){for(t=(o=dn(e[i]).split("-")).length,n=(n=dn(e[i+1]))?n.split("-"):null;t>0;){if(r=pn(o.slice(0,t).join("-")))return r;if(n&&n.length>=t&&fn(o,n)>=t-1)break;t--}i++}return sn}function pn(t){var n=null;if(void 0===cn[t]&&e&&e.exports)try{n=sn._abbr,D("./locale/"+t),mn(n)}catch(e){cn[t]=null}return cn[t]}function mn(e,t){var n;return e&&((n=c(t)?vn(e):yn(e,t))?sn=n:"undefined"!=typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),sn._abbr}function yn(e,t){if(null!==t){var n,r=un;if(t.abbr=e,null!=cn[e])x("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),r=cn[e]._config;else if(null!=t.parentLocale)if(null!=cn[t.parentLocale])r=cn[t.parentLocale]._config;else{if(null==(n=pn(t.parentLocale)))return ln[t.parentLocale]||(ln[t.parentLocale]=[]),ln[t.parentLocale].push({name:e,config:t}),null;r=n._config}return cn[e]=new Y(P(r,t)),ln[e]&&ln[e].forEach((function(e){yn(e.name,e.config)})),mn(e),cn[e]}return delete cn[e],null}function gn(e,t){if(null!=t){var n,r,o=un;null!=cn[e]&&null!=cn[e].parentLocale?cn[e].set(P(cn[e]._config,t)):(null!=(r=pn(e))&&(o=r._config),t=P(o,t),null==r&&(t.abbr=e),(n=new Y(t)).parentLocale=cn[e],cn[e]=n),mn(e)}else null!=cn[e]&&(null!=cn[e].parentLocale?(cn[e]=cn[e].parentLocale,e===mn()&&mn(e)):null!=cn[e]&&delete cn[e]);return cn[e]}function vn(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return sn;if(!i(e)){if(t=pn(e))return t;e=[e]}return hn(e)}function _n(){return j(cn)}function bn(e){var t,n=e._a;return n&&-2===y(e).overflow&&(t=n[$e]<0||n[$e]>11?$e:n[Ge]<1||n[Ge]>et(n[ze],n[$e])?Ge:n[Be]<0||n[Be]>24||24===n[Be]&&(0!==n[qe]||0!==n[Ze]||0!==n[Ke])?Be:n[qe]<0||n[qe]>59?qe:n[Ze]<0||n[Ze]>59?Ze:n[Ke]<0||n[Ke]>999?Ke:-1,y(e)._overflowDayOfYear&&(t<ze||t>Ge)&&(t=Ge),y(e)._overflowWeeks&&-1===t&&(t=Je),y(e)._overflowWeekday&&-1===t&&(t=Qe),y(e).overflow=t),e}var wn=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Sn=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,kn=/Z|[+-]\d\d(?::?\d\d)?/,On=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Dn=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],Mn=/^\/?Date\((-?\d+)/i,jn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Tn={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function xn(e){var t,n,r,o,i,a,s=e._i,u=wn.exec(s)||Sn.exec(s);if(u){for(y(e).iso=!0,t=0,n=On.length;t<n;t++)if(On[t][1].exec(u[1])){o=On[t][0],r=!1!==On[t][2];break}if(null==o)return void(e._isValid=!1);if(u[3]){for(t=0,n=Dn.length;t<n;t++)if(Dn[t][1].exec(u[3])){i=(u[2]||" ")+Dn[t][0];break}if(null==i)return void(e._isValid=!1)}if(!r&&null!=i)return void(e._isValid=!1);if(u[4]){if(!kn.exec(u[4]))return void(e._isValid=!1);a="Z"}e._f=o+(i||"")+(a||""),Wn(e)}else e._isValid=!1}function En(e,t,n,r,o,i){var a=[An(e),nt.indexOf(t),parseInt(n,10),parseInt(r,10),parseInt(o,10)];return i&&a.push(parseInt(i,10)),a}function An(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Pn(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Yn(e,t,n){return!e||It.indexOf(e)===new Date(t[0],t[1],t[2]).getDay()||(y(n).weekdayMismatch=!0,n._isValid=!1,!1)}function Fn(e,t,n){if(e)return Tn[e];if(t)return 0;var r=parseInt(n,10),o=r%100;return(r-o)/100*60+o}function In(e){var t,n=jn.exec(Pn(e._i));if(n){if(t=En(n[4],n[3],n[2],n[5],n[6],n[7]),!Yn(n[1],t,e))return;e._a=t,e._tzm=Fn(n[8],n[9],n[10]),e._d=bt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),y(e).rfc2822=!0}else e._isValid=!1}function Rn(e){var t=Mn.exec(e._i);null===t?(xn(e),!1===e._isValid&&(delete e._isValid,In(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:r.createFromInputFallback(e)))):e._d=new Date(+t[1])}function Cn(e,t,n){return null!=e?e:null!=t?t:n}function Nn(e){var t=new Date(r.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function Ln(e){var t,n,r,o,i,a=[];if(!e._d){for(r=Nn(e),e._w&&null==e._a[Ge]&&null==e._a[$e]&&Un(e),null!=e._dayOfYear&&(i=Cn(e._a[ze],r[ze]),(e._dayOfYear>yt(i)||0===e._dayOfYear)&&(y(e)._overflowDayOfYear=!0),n=bt(i,0,e._dayOfYear),e._a[$e]=n.getUTCMonth(),e._a[Ge]=n.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=a[t]=r[t];for(;t<7;t++)e._a[t]=a[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[Be]&&0===e._a[qe]&&0===e._a[Ze]&&0===e._a[Ke]&&(e._nextDay=!0,e._a[Be]=0),e._d=(e._useUTC?bt:_t).apply(null,a),o=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[Be]=24),e._w&&void 0!==e._w.d&&e._w.d!==o&&(y(e).weekdayMismatch=!0)}}function Un(e){var t,n,r,o,i,a,s,u,c;null!=(t=e._w).GG||null!=t.W||null!=t.E?(i=1,a=4,n=Cn(t.GG,e._a[ze],kt(Zn(),1,4).year),r=Cn(t.W,1),((o=Cn(t.E,1))<1||o>7)&&(u=!0)):(i=e._locale._week.dow,a=e._locale._week.doy,c=kt(Zn(),i,a),n=Cn(t.gg,e._a[ze],c.year),r=Cn(t.w,c.week),null!=t.d?((o=t.d)<0||o>6)&&(u=!0):null!=t.e?(o=t.e+i,(t.e<0||t.e>6)&&(u=!0)):o=i),r<1||r>Ot(n,i,a)?y(e)._overflowWeeks=!0:null!=u?y(e)._overflowWeekday=!0:(s=St(n,r,o,i,a),e._a[ze]=s.year,e._dayOfYear=s.dayOfYear)}function Wn(e){if(e._f!==r.ISO_8601)if(e._f!==r.RFC_2822){e._a=[],y(e).empty=!0;var t,n,o,i,a,s,u=""+e._i,c=u.length,l=0;for(o=$(e._f,e._locale).match(C)||[],t=0;t<o.length;t++)i=o[t],(n=(u.match(Re(i,e))||[])[0])&&((a=u.substr(0,u.indexOf(n))).length>0&&y(e).unusedInput.push(a),u=u.slice(u.indexOf(n)+n.length),l+=n.length),U[i]?(n?y(e).empty=!1:y(e).unusedTokens.push(i),Ve(i,n,e)):e._strict&&!n&&y(e).unusedTokens.push(i);y(e).charsLeftOver=c-l,u.length>0&&y(e).unusedInput.push(u),e._a[Be]<=12&&!0===y(e).bigHour&&e._a[Be]>0&&(y(e).bigHour=void 0),y(e).parsedDateParts=e._a.slice(0),y(e).meridiem=e._meridiem,e._a[Be]=Vn(e._locale,e._a[Be],e._meridiem),null!==(s=y(e).era)&&(e._a[ze]=e._locale.erasConvertYear(s,e._a[ze])),Ln(e),bn(e)}else In(e);else xn(e)}function Vn(e,t,n){var r;return null==n?t:null!=e.meridiemHour?e.meridiemHour(t,n):null!=e.isPM?((r=e.isPM(n))&&t<12&&(t+=12),r||12!==t||(t=0),t):t}function Hn(e){var t,n,r,o,i,a,s=!1;if(0===e._f.length)return y(e).invalidFormat=!0,void(e._d=new Date(NaN));for(o=0;o<e._f.length;o++)i=0,a=!1,t=w({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[o],Wn(t),g(t)&&(a=!0),i+=y(t).charsLeftOver,i+=10*y(t).unusedTokens.length,y(t).score=i,s?i<r&&(r=i,n=t):(null==r||i<r||a)&&(r=i,n=t,a&&(s=!0));h(e,n||t)}function zn(e){if(!e._d){var t=ie(e._i),n=void 0===t.day?t.date:t.day;e._a=d([t.year,t.month,n,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),Ln(e)}}function $n(e){var t=new S(bn(Gn(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Gn(e){var t=e._i,n=e._f;return e._locale=e._locale||vn(e._l),null===t||void 0===n&&""===t?v({nullInput:!0}):("string"==typeof t&&(e._i=t=e._locale.preparse(t)),k(t)?new S(bn(t)):(f(t)?e._d=t:i(n)?Hn(e):n?Wn(e):Bn(e),g(e)||(e._d=null),e))}function Bn(e){var t=e._i;c(t)?e._d=new Date(r.now()):f(t)?e._d=new Date(t.valueOf()):"string"==typeof t?Rn(e):i(t)?(e._a=d(t.slice(0),(function(e){return parseInt(e,10)})),Ln(e)):a(t)?zn(e):l(t)?e._d=new Date(t):r.createFromInputFallback(e)}function qn(e,t,n,r,o){var s={};return!0!==t&&!1!==t||(r=t,t=void 0),!0!==n&&!1!==n||(r=n,n=void 0),(a(e)&&u(e)||i(e)&&0===e.length)&&(e=void 0),s._isAMomentObject=!0,s._useUTC=s._isUTC=o,s._l=n,s._i=e,s._f=t,s._strict=r,$n(s)}function Zn(e,t,n,r){return qn(e,t,n,r,!1)}r.createFromInputFallback=M("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),r.ISO_8601=function(){},r.RFC_2822=function(){};var Kn=M("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Zn.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:v()})),Jn=M("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=Zn.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:v()}));function Qn(e,t){var n,r;if(1===t.length&&i(t[0])&&(t=t[0]),!t.length)return Zn();for(n=t[0],r=1;r<t.length;++r)t[r].isValid()&&!t[r][e](n)||(n=t[r]);return n}function Xn(){return Qn("isBefore",[].slice.call(arguments,0))}function er(){return Qn("isAfter",[].slice.call(arguments,0))}var tr=function(){return Date.now?Date.now():+new Date},nr=["year","quarter","month","week","day","hour","minute","second","millisecond"];function rr(e){var t,n,r=!1;for(t in e)if(s(e,t)&&(-1===He.call(nr,t)||null!=e[t]&&isNaN(e[t])))return!1;for(n=0;n<nr.length;++n)if(e[nr[n]]){if(r)return!1;parseFloat(e[nr[n]])!==fe(e[nr[n]])&&(r=!0)}return!0}function or(){return this._isValid}function ir(){return Tr(NaN)}function ar(e){var t=ie(e),n=t.year||0,r=t.quarter||0,o=t.month||0,i=t.week||t.isoWeek||0,a=t.day||0,s=t.hour||0,u=t.minute||0,c=t.second||0,l=t.millisecond||0;this._isValid=rr(t),this._milliseconds=+l+1e3*c+6e4*u+1e3*s*60*60,this._days=+a+7*i,this._months=+o+3*r+12*n,this._data={},this._locale=vn(),this._bubble()}function sr(e){return e instanceof ar}function ur(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function cr(e,t,n){var r,o=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),a=0;for(r=0;r<o;r++)(n&&e[r]!==t[r]||!n&&fe(e[r])!==fe(t[r]))&&a++;return a+i}function lr(e,t){W(e,0,0,(function(){var e=this.utcOffset(),n="+";return e<0&&(e=-e,n="-"),n+R(~~(e/60),2)+t+R(~~e%60,2)}))}lr("Z",":"),lr("ZZ",""),Ie("Z",Pe),Ie("ZZ",Pe),Ue(["Z","ZZ"],(function(e,t,n){n._useUTC=!0,n._tzm=dr(Pe,e)}));var fr=/([\+\-]|\d\d)/gi;function dr(e,t){var n,r,o=(t||"").match(e);return null===o?null:0===(r=60*(n=((o[o.length-1]||[])+"").match(fr)||["-",0,0])[1]+fe(n[2]))?0:"+"===n[0]?r:-r}function hr(e,t){var n,o;return t._isUTC?(n=t.clone(),o=(k(e)||f(e)?e.valueOf():Zn(e).valueOf())-n.valueOf(),n._d.setTime(n._d.valueOf()+o),r.updateOffset(n,!1),n):Zn(e).local()}function pr(e){return-Math.round(e._d.getTimezoneOffset())}function mr(e,t,n){var o,i=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"==typeof e){if(null===(e=dr(Pe,e)))return this}else Math.abs(e)<16&&!n&&(e*=60);return!this._isUTC&&t&&(o=pr(this)),this._offset=e,this._isUTC=!0,null!=o&&this.add(o,"m"),i!==e&&(!t||this._changeInProgress?Yr(this,Tr(e-i,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,r.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?i:pr(this)}function yr(e,t){return null!=e?("string"!=typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function gr(e){return this.utcOffset(0,e)}function vr(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(pr(this),"m")),this}function _r(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"==typeof this._i){var e=dr(Ae,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this}function br(e){return!!this.isValid()&&(e=e?Zn(e).utcOffset():0,(this.utcOffset()-e)%60==0)}function wr(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function Sr(){if(!c(this._isDSTShifted))return this._isDSTShifted;var e,t={};return w(t,this),(t=Gn(t))._a?(e=t._isUTC?p(t._a):Zn(t._a),this._isDSTShifted=this.isValid()&&cr(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function kr(){return!!this.isValid()&&!this._isUTC}function Or(){return!!this.isValid()&&this._isUTC}function Dr(){return!!this.isValid()&&this._isUTC&&0===this._offset}r.updateOffset=function(){};var Mr=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,jr=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Tr(e,t){var n,r,o,i=e,a=null;return sr(e)?i={ms:e._milliseconds,d:e._days,M:e._months}:l(e)||!isNaN(+e)?(i={},t?i[t]=+e:i.milliseconds=+e):(a=Mr.exec(e))?(n="-"===a[1]?-1:1,i={y:0,d:fe(a[Ge])*n,h:fe(a[Be])*n,m:fe(a[qe])*n,s:fe(a[Ze])*n,ms:fe(ur(1e3*a[Ke]))*n}):(a=jr.exec(e))?(n="-"===a[1]?-1:1,i={y:xr(a[2],n),M:xr(a[3],n),w:xr(a[4],n),d:xr(a[5],n),h:xr(a[6],n),m:xr(a[7],n),s:xr(a[8],n)}):null==i?i={}:"object"==typeof i&&("from"in i||"to"in i)&&(o=Ar(Zn(i.from),Zn(i.to)),(i={}).ms=o.milliseconds,i.M=o.months),r=new ar(i),sr(e)&&s(e,"_locale")&&(r._locale=e._locale),sr(e)&&s(e,"_isValid")&&(r._isValid=e._isValid),r}function xr(e,t){var n=e&&parseFloat(e.replace(",","."));return(isNaN(n)?0:n)*t}function Er(e,t){var n={};return n.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(n.months,"M").isAfter(t)&&--n.months,n.milliseconds=+t-+e.clone().add(n.months,"M"),n}function Ar(e,t){var n;return e.isValid()&&t.isValid()?(t=hr(t,e),e.isBefore(t)?n=Er(e,t):((n=Er(t,e)).milliseconds=-n.milliseconds,n.months=-n.months),n):{milliseconds:0,months:0}}function Pr(e,t){return function(n,r){var o;return null===r||isNaN(+r)||(x(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),o=n,n=r,r=o),Yr(this,Tr(n,r),e),this}}function Yr(e,t,n,o){var i=t._milliseconds,a=ur(t._days),s=ur(t._months);e.isValid()&&(o=null==o||o,s&<(e,he(e,"Month")+s*n),a&&pe(e,"Date",he(e,"Date")+a*n),i&&e._d.setTime(e._d.valueOf()+i*n),o&&r.updateOffset(e,a||s))}Tr.fn=ar.prototype,Tr.invalid=ir;var Fr=Pr(1,"add"),Ir=Pr(-1,"subtract");function Rr(e){return"string"==typeof e||e instanceof String}function Cr(e){return k(e)||f(e)||Rr(e)||l(e)||Lr(e)||Nr(e)||null==e}function Nr(e){var t,n,r=a(e)&&!u(e),o=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<i.length;t+=1)n=i[t],o=o||s(e,n);return r&&o}function Lr(e){var t=i(e),n=!1;return t&&(n=0===e.filter((function(t){return!l(t)&&Rr(e)})).length),t&&n}function Ur(e){var t,n,r=a(e)&&!u(e),o=!1,i=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<i.length;t+=1)n=i[t],o=o||s(e,n);return r&&o}function Wr(e,t){var n=e.diff(t,"days",!0);return n<-6?"sameElse":n<-1?"lastWeek":n<0?"lastDay":n<1?"sameDay":n<2?"nextDay":n<7?"nextWeek":"sameElse"}function Vr(e,t){1===arguments.length&&(arguments[0]?Cr(arguments[0])?(e=arguments[0],t=void 0):Ur(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var n=e||Zn(),o=hr(n,this).startOf("day"),i=r.calendarFormat(this,o)||"sameElse",a=t&&(E(t[i])?t[i].call(this,n):t[i]);return this.format(a||this.localeData().calendar(i,this,Zn(n)))}function Hr(){return new S(this)}function zr(e,t){var n=k(e)?e:Zn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=oe(t)||"millisecond")?this.valueOf()>n.valueOf():n.valueOf()<this.clone().startOf(t).valueOf())}function $r(e,t){var n=k(e)?e:Zn(e);return!(!this.isValid()||!n.isValid())&&("millisecond"===(t=oe(t)||"millisecond")?this.valueOf()<n.valueOf():this.clone().endOf(t).valueOf()<n.valueOf())}function Gr(e,t,n,r){var o=k(e)?e:Zn(e),i=k(t)?t:Zn(t);return!!(this.isValid()&&o.isValid()&&i.isValid())&&("("===(r=r||"()")[0]?this.isAfter(o,n):!this.isBefore(o,n))&&(")"===r[1]?this.isBefore(i,n):!this.isAfter(i,n))}function Br(e,t){var n,r=k(e)?e:Zn(e);return!(!this.isValid()||!r.isValid())&&("millisecond"===(t=oe(t)||"millisecond")?this.valueOf()===r.valueOf():(n=r.valueOf(),this.clone().startOf(t).valueOf()<=n&&n<=this.clone().endOf(t).valueOf()))}function qr(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Zr(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function Kr(e,t,n){var r,o,i;if(!this.isValid())return NaN;if(!(r=hr(e,this)).isValid())return NaN;switch(o=6e4*(r.utcOffset()-this.utcOffset()),t=oe(t)){case"year":i=Jr(this,r)/12;break;case"month":i=Jr(this,r);break;case"quarter":i=Jr(this,r)/3;break;case"second":i=(this-r)/1e3;break;case"minute":i=(this-r)/6e4;break;case"hour":i=(this-r)/36e5;break;case"day":i=(this-r-o)/864e5;break;case"week":i=(this-r-o)/6048e5;break;default:i=this-r}return n?i:le(i)}function Jr(e,t){if(e.date()<t.date())return-Jr(t,e);var n=12*(t.year()-e.year())+(t.month()-e.month()),r=e.clone().add(n,"months");return-(n+(t-r<0?(t-r)/(r-e.clone().add(n-1,"months")):(t-r)/(e.clone().add(n+1,"months")-r)))||0}function Qr(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function Xr(e){if(!this.isValid())return null;var t=!0!==e,n=t?this.clone().utc():this;return n.year()<0||n.year()>9999?z(n,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):E(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",z(n,"Z")):z(n,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function eo(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,n,r,o="moment",i="";return this.isLocal()||(o=0===this.utcOffset()?"moment.utc":"moment.parseZone",i="Z"),e="["+o+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",n="-MM-DD[T]HH:mm:ss.SSS",r=i+'[")]',this.format(e+t+n+r)}function to(e){e||(e=this.isUtc()?r.defaultFormatUtc:r.defaultFormat);var t=z(this,e);return this.localeData().postformat(t)}function no(e,t){return this.isValid()&&(k(e)&&e.isValid()||Zn(e).isValid())?Tr({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function ro(e){return this.from(Zn(),e)}function oo(e,t){return this.isValid()&&(k(e)&&e.isValid()||Zn(e).isValid())?Tr({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function io(e){return this.to(Zn(),e)}function ao(e){var t;return void 0===e?this._locale._abbr:(null!=(t=vn(e))&&(this._locale=t),this)}r.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",r.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var so=M("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function uo(){return this._locale}var co=1e3,lo=60*co,fo=60*lo,ho=3506328*fo;function po(e,t){return(e%t+t)%t}function mo(e,t,n){return e<100&&e>=0?new Date(e+400,t,n)-ho:new Date(e,t,n).valueOf()}function yo(e,t,n){return e<100&&e>=0?Date.UTC(e+400,t,n)-ho:Date.UTC(e,t,n)}function go(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?yo:mo,e){case"year":t=n(this.year(),0,1);break;case"quarter":t=n(this.year(),this.month()-this.month()%3,1);break;case"month":t=n(this.year(),this.month(),1);break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=n(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=po(t+(this._isUTC?0:this.utcOffset()*lo),fo);break;case"minute":t=this._d.valueOf(),t-=po(t,lo);break;case"second":t=this._d.valueOf(),t-=po(t,co)}return this._d.setTime(t),r.updateOffset(this,!0),this}function vo(e){var t,n;if(void 0===(e=oe(e))||"millisecond"===e||!this.isValid())return this;switch(n=this._isUTC?yo:mo,e){case"year":t=n(this.year()+1,0,1)-1;break;case"quarter":t=n(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=n(this.year(),this.month()+1,1)-1;break;case"week":t=n(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=n(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=n(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=fo-po(t+(this._isUTC?0:this.utcOffset()*lo),fo)-1;break;case"minute":t=this._d.valueOf(),t+=lo-po(t,lo)-1;break;case"second":t=this._d.valueOf(),t+=co-po(t,co)-1}return this._d.setTime(t),r.updateOffset(this,!0),this}function _o(){return this._d.valueOf()-6e4*(this._offset||0)}function bo(){return Math.floor(this.valueOf()/1e3)}function wo(){return new Date(this.valueOf())}function So(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function ko(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function Oo(){return this.isValid()?this.toISOString():null}function Do(){return g(this)}function Mo(){return h({},y(this))}function jo(){return y(this).overflow}function To(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function xo(e,t){var n,o,i,a=this._eras||vn("en")._eras;for(n=0,o=a.length;n<o;++n)switch("string"==typeof a[n].since&&(i=r(a[n].since).startOf("day"),a[n].since=i.valueOf()),typeof a[n].until){case"undefined":a[n].until=1/0;break;case"string":i=r(a[n].until).startOf("day").valueOf(),a[n].until=i.valueOf()}return a}function Eo(e,t,n){var r,o,i,a,s,u=this.eras();for(e=e.toUpperCase(),r=0,o=u.length;r<o;++r)if(i=u[r].name.toUpperCase(),a=u[r].abbr.toUpperCase(),s=u[r].narrow.toUpperCase(),n)switch(t){case"N":case"NN":case"NNN":if(a===e)return u[r];break;case"NNNN":if(i===e)return u[r];break;case"NNNNN":if(s===e)return u[r]}else if([i,a,s].indexOf(e)>=0)return u[r]}function Ao(e,t){var n=e.since<=e.until?1:-1;return void 0===t?r(e.since).year():r(e.since).year()+(t-e.offset)*n}function Po(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].name;if(r[e].until<=n&&n<=r[e].since)return r[e].name}return""}function Yo(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].narrow;if(r[e].until<=n&&n<=r[e].since)return r[e].narrow}return""}function Fo(){var e,t,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e){if(n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until)return r[e].abbr;if(r[e].until<=n&&n<=r[e].since)return r[e].abbr}return""}function Io(){var e,t,n,o,i=this.localeData().eras();for(e=0,t=i.length;e<t;++e)if(n=i[e].since<=i[e].until?1:-1,o=this.clone().startOf("day").valueOf(),i[e].since<=o&&o<=i[e].until||i[e].until<=o&&o<=i[e].since)return(this.year()-r(i[e].since).year())*n+i[e].offset;return this.year()}function Ro(e){return s(this,"_erasNameRegex")||Ho.call(this),e?this._erasNameRegex:this._erasRegex}function Co(e){return s(this,"_erasAbbrRegex")||Ho.call(this),e?this._erasAbbrRegex:this._erasRegex}function No(e){return s(this,"_erasNarrowRegex")||Ho.call(this),e?this._erasNarrowRegex:this._erasRegex}function Lo(e,t){return t.erasAbbrRegex(e)}function Uo(e,t){return t.erasNameRegex(e)}function Wo(e,t){return t.erasNarrowRegex(e)}function Vo(e,t){return t._eraYearOrdinalRegex||xe}function Ho(){var e,t,n=[],r=[],o=[],i=[],a=this.eras();for(e=0,t=a.length;e<t;++e)r.push(Ne(a[e].name)),n.push(Ne(a[e].abbr)),o.push(Ne(a[e].narrow)),i.push(Ne(a[e].name)),i.push(Ne(a[e].abbr)),i.push(Ne(a[e].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+r.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+n.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+o.join("|")+")","i")}function zo(e,t){W(0,[e,e.length],0,t)}function $o(e){return Jo.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Go(e){return Jo.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function Bo(){return Ot(this.year(),1,4)}function qo(){return Ot(this.isoWeekYear(),1,4)}function Zo(){var e=this.localeData()._week;return Ot(this.year(),e.dow,e.doy)}function Ko(){var e=this.localeData()._week;return Ot(this.weekYear(),e.dow,e.doy)}function Jo(e,t,n,r,o){var i;return null==e?kt(this,r,o).year:(t>(i=Ot(e,r,o))&&(t=i),Qo.call(this,e,t,n,r,o))}function Qo(e,t,n,r,o){var i=St(e,t,n,r,o),a=bt(i.year,0,i.dayOfYear);return this.year(a.getUTCFullYear()),this.month(a.getUTCMonth()),this.date(a.getUTCDate()),this}function Xo(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}W("N",0,0,"eraAbbr"),W("NN",0,0,"eraAbbr"),W("NNN",0,0,"eraAbbr"),W("NNNN",0,0,"eraName"),W("NNNNN",0,0,"eraNarrow"),W("y",["y",1],"yo","eraYear"),W("y",["yy",2],0,"eraYear"),W("y",["yyy",3],0,"eraYear"),W("y",["yyyy",4],0,"eraYear"),Ie("N",Lo),Ie("NN",Lo),Ie("NNN",Lo),Ie("NNNN",Uo),Ie("NNNNN",Wo),Ue(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,n,r){var o=n._locale.erasParse(e,r,n._strict);o?y(n).era=o:y(n).invalidEra=e})),Ie("y",xe),Ie("yy",xe),Ie("yyy",xe),Ie("yyyy",xe),Ie("yo",Vo),Ue(["y","yy","yyy","yyyy"],ze),Ue(["yo"],(function(e,t,n,r){var o;n._locale._eraYearOrdinalRegex&&(o=e.match(n._locale._eraYearOrdinalRegex)),n._locale.eraYearOrdinalParse?t[ze]=n._locale.eraYearOrdinalParse(e,o):t[ze]=parseInt(e,10)})),W(0,["gg",2],0,(function(){return this.weekYear()%100})),W(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),zo("gggg","weekYear"),zo("ggggg","weekYear"),zo("GGGG","isoWeekYear"),zo("GGGGG","isoWeekYear"),re("weekYear","gg"),re("isoWeekYear","GG"),se("weekYear",1),se("isoWeekYear",1),Ie("G",Ee),Ie("g",Ee),Ie("GG",ke,_e),Ie("gg",ke,_e),Ie("GGGG",je,we),Ie("gggg",je,we),Ie("GGGGG",Te,Se),Ie("ggggg",Te,Se),We(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,n,r){t[r.substr(0,2)]=fe(e)})),We(["gg","GG"],(function(e,t,n,o){t[o]=r.parseTwoDigitYear(e)})),W("Q",0,"Qo","quarter"),re("quarter","Q"),se("quarter",7),Ie("Q",ve),Ue("Q",(function(e,t){t[$e]=3*(fe(e)-1)})),W("D",["DD",2],"Do","date"),re("date","D"),se("date",9),Ie("D",ke),Ie("DD",ke,_e),Ie("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Ue(["D","DD"],Ge),Ue("Do",(function(e,t){t[Ge]=fe(e.match(ke)[0])}));var ei=de("Date",!0);function ti(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}W("DDD",["DDDD",3],"DDDo","dayOfYear"),re("dayOfYear","DDD"),se("dayOfYear",4),Ie("DDD",Me),Ie("DDDD",be),Ue(["DDD","DDDD"],(function(e,t,n){n._dayOfYear=fe(e)})),W("m",["mm",2],0,"minute"),re("minute","m"),se("minute",14),Ie("m",ke),Ie("mm",ke,_e),Ue(["m","mm"],qe);var ni=de("Minutes",!1);W("s",["ss",2],0,"second"),re("second","s"),se("second",15),Ie("s",ke),Ie("ss",ke,_e),Ue(["s","ss"],Ze);var ri,oi,ii=de("Seconds",!1);for(W("S",0,0,(function(){return~~(this.millisecond()/100)})),W(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),W(0,["SSS",3],0,"millisecond"),W(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),W(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),W(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),W(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),W(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),W(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),re("millisecond","ms"),se("millisecond",16),Ie("S",Me,ve),Ie("SS",Me,_e),Ie("SSS",Me,be),ri="SSSS";ri.length<=9;ri+="S")Ie(ri,xe);function ai(e,t){t[Ke]=fe(1e3*("0."+e))}for(ri="S";ri.length<=9;ri+="S")Ue(ri,ai);function si(){return this._isUTC?"UTC":""}function ui(){return this._isUTC?"Coordinated Universal Time":""}oi=de("Milliseconds",!1),W("z",0,0,"zoneAbbr"),W("zz",0,0,"zoneName");var ci=S.prototype;function li(e){return Zn(1e3*e)}function fi(){return Zn.apply(null,arguments).parseZone()}function di(e){return e}ci.add=Fr,ci.calendar=Vr,ci.clone=Hr,ci.diff=Kr,ci.endOf=vo,ci.format=to,ci.from=no,ci.fromNow=ro,ci.to=oo,ci.toNow=io,ci.get=me,ci.invalidAt=jo,ci.isAfter=zr,ci.isBefore=$r,ci.isBetween=Gr,ci.isSame=Br,ci.isSameOrAfter=qr,ci.isSameOrBefore=Zr,ci.isValid=Do,ci.lang=so,ci.locale=ao,ci.localeData=uo,ci.max=Jn,ci.min=Kn,ci.parsingFlags=Mo,ci.set=ye,ci.startOf=go,ci.subtract=Ir,ci.toArray=So,ci.toObject=ko,ci.toDate=wo,ci.toISOString=Xr,ci.inspect=eo,"undefined"!=typeof Symbol&&null!=Symbol.for&&(ci[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),ci.toJSON=Oo,ci.toString=Qr,ci.unix=bo,ci.valueOf=_o,ci.creationData=To,ci.eraName=Po,ci.eraNarrow=Yo,ci.eraAbbr=Fo,ci.eraYear=Io,ci.year=gt,ci.isLeapYear=vt,ci.weekYear=$o,ci.isoWeekYear=Go,ci.quarter=ci.quarters=Xo,ci.month=ft,ci.daysInMonth=dt,ci.week=ci.weeks=xt,ci.isoWeek=ci.isoWeeks=Et,ci.weeksInYear=Zo,ci.weeksInWeekYear=Ko,ci.isoWeeksInYear=Bo,ci.isoWeeksInISOWeekYear=qo,ci.date=ei,ci.day=ci.days=$t,ci.weekday=Gt,ci.isoWeekday=Bt,ci.dayOfYear=ti,ci.hour=ci.hours=on,ci.minute=ci.minutes=ni,ci.second=ci.seconds=ii,ci.millisecond=ci.milliseconds=oi,ci.utcOffset=mr,ci.utc=gr,ci.local=vr,ci.parseZone=_r,ci.hasAlignedHourOffset=br,ci.isDST=wr,ci.isLocal=kr,ci.isUtcOffset=Or,ci.isUtc=Dr,ci.isUTC=Dr,ci.zoneAbbr=si,ci.zoneName=ui,ci.dates=M("dates accessor is deprecated. Use date instead.",ei),ci.months=M("months accessor is deprecated. Use month instead",ft),ci.years=M("years accessor is deprecated. Use year instead",gt),ci.zone=M("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",yr),ci.isDSTShifted=M("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",Sr);var hi=Y.prototype;function pi(e,t,n,r){var o=vn(),i=p().set(r,t);return o[n](i,e)}function mi(e,t,n){if(l(e)&&(t=e,e=void 0),e=e||"",null!=t)return pi(e,t,n,"month");var r,o=[];for(r=0;r<12;r++)o[r]=pi(e,r,n,"month");return o}function yi(e,t,n,r){"boolean"==typeof e?(l(t)&&(n=t,t=void 0),t=t||""):(n=t=e,e=!1,l(t)&&(n=t,t=void 0),t=t||"");var o,i=vn(),a=e?i._week.dow:0,s=[];if(null!=n)return pi(t,(n+a)%7,r,"day");for(o=0;o<7;o++)s[o]=pi(t,(o+a)%7,r,"day");return s}function gi(e,t){return mi(e,t,"months")}function vi(e,t){return mi(e,t,"monthsShort")}function _i(e,t,n){return yi(e,t,n,"weekdays")}function bi(e,t,n){return yi(e,t,n,"weekdaysShort")}function wi(e,t,n){return yi(e,t,n,"weekdaysMin")}hi.calendar=I,hi.longDateFormat=B,hi.invalidDate=Z,hi.ordinal=Q,hi.preparse=di,hi.postformat=di,hi.relativeTime=ee,hi.pastFuture=te,hi.set=A,hi.eras=xo,hi.erasParse=Eo,hi.erasConvertYear=Ao,hi.erasAbbrRegex=Co,hi.erasNameRegex=Ro,hi.erasNarrowRegex=No,hi.months=at,hi.monthsShort=st,hi.monthsParse=ct,hi.monthsRegex=pt,hi.monthsShortRegex=ht,hi.week=Dt,hi.firstDayOfYear=Tt,hi.firstDayOfWeek=jt,hi.weekdays=Ut,hi.weekdaysMin=Vt,hi.weekdaysShort=Wt,hi.weekdaysParse=zt,hi.weekdaysRegex=qt,hi.weekdaysShortRegex=Zt,hi.weekdaysMinRegex=Kt,hi.isPM=nn,hi.meridiem=an,mn("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10;return e+(1===fe(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th")}}),r.lang=M("moment.lang is deprecated. Use moment.locale instead.",mn),r.langData=M("moment.langData is deprecated. Use moment.localeData instead.",vn);var Si=Math.abs;function ki(){var e=this._data;return this._milliseconds=Si(this._milliseconds),this._days=Si(this._days),this._months=Si(this._months),e.milliseconds=Si(e.milliseconds),e.seconds=Si(e.seconds),e.minutes=Si(e.minutes),e.hours=Si(e.hours),e.months=Si(e.months),e.years=Si(e.years),this}function Oi(e,t,n,r){var o=Tr(t,n);return e._milliseconds+=r*o._milliseconds,e._days+=r*o._days,e._months+=r*o._months,e._bubble()}function Di(e,t){return Oi(this,e,t,1)}function Mi(e,t){return Oi(this,e,t,-1)}function ji(e){return e<0?Math.floor(e):Math.ceil(e)}function Ti(){var e,t,n,r,o,i=this._milliseconds,a=this._days,s=this._months,u=this._data;return i>=0&&a>=0&&s>=0||i<=0&&a<=0&&s<=0||(i+=864e5*ji(Ei(s)+a),a=0,s=0),u.milliseconds=i%1e3,e=le(i/1e3),u.seconds=e%60,t=le(e/60),u.minutes=t%60,n=le(t/60),u.hours=n%24,a+=le(n/24),s+=o=le(xi(a)),a-=ji(Ei(o)),r=le(s/12),s%=12,u.days=a,u.months=s,u.years=r,this}function xi(e){return 4800*e/146097}function Ei(e){return 146097*e/4800}function Ai(e){if(!this.isValid())return NaN;var t,n,r=this._milliseconds;if("month"===(e=oe(e))||"quarter"===e||"year"===e)switch(t=this._days+r/864e5,n=this._months+xi(t),e){case"month":return n;case"quarter":return n/3;case"year":return n/12}else switch(t=this._days+Math.round(Ei(this._months)),e){case"week":return t/7+r/6048e5;case"day":return t+r/864e5;case"hour":return 24*t+r/36e5;case"minute":return 1440*t+r/6e4;case"second":return 86400*t+r/1e3;case"millisecond":return Math.floor(864e5*t)+r;default:throw new Error("Unknown unit "+e)}}function Pi(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*fe(this._months/12):NaN}function Yi(e){return function(){return this.as(e)}}var Fi=Yi("ms"),Ii=Yi("s"),Ri=Yi("m"),Ci=Yi("h"),Ni=Yi("d"),Li=Yi("w"),Ui=Yi("M"),Wi=Yi("Q"),Vi=Yi("y");function Hi(){return Tr(this)}function zi(e){return e=oe(e),this.isValid()?this[e+"s"]():NaN}function $i(e){return function(){return this.isValid()?this._data[e]:NaN}}var Gi=$i("milliseconds"),Bi=$i("seconds"),qi=$i("minutes"),Zi=$i("hours"),Ki=$i("days"),Ji=$i("months"),Qi=$i("years");function Xi(){return le(this.days()/7)}var ea=Math.round,ta={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function na(e,t,n,r,o){return o.relativeTime(t||1,!!n,e,r)}function ra(e,t,n,r){var o=Tr(e).abs(),i=ea(o.as("s")),a=ea(o.as("m")),s=ea(o.as("h")),u=ea(o.as("d")),c=ea(o.as("M")),l=ea(o.as("w")),f=ea(o.as("y")),d=i<=n.ss&&["s",i]||i<n.s&&["ss",i]||a<=1&&["m"]||a<n.m&&["mm",a]||s<=1&&["h"]||s<n.h&&["hh",s]||u<=1&&["d"]||u<n.d&&["dd",u];return null!=n.w&&(d=d||l<=1&&["w"]||l<n.w&&["ww",l]),(d=d||c<=1&&["M"]||c<n.M&&["MM",c]||f<=1&&["y"]||["yy",f])[2]=t,d[3]=+e>0,d[4]=r,na.apply(null,d)}function oa(e){return void 0===e?ea:"function"==typeof e&&(ea=e,!0)}function ia(e,t){return void 0!==ta[e]&&(void 0===t?ta[e]:(ta[e]=t,"s"===e&&(ta.ss=t-1),!0))}function aa(e,t){if(!this.isValid())return this.localeData().invalidDate();var n,r,o=!1,i=ta;return"object"==typeof e&&(t=e,e=!1),"boolean"==typeof e&&(o=e),"object"==typeof t&&(i=Object.assign({},ta,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),r=ra(this,!o,i,n=this.localeData()),o&&(r=n.pastFuture(+this,r)),n.postformat(r)}var sa=Math.abs;function ua(e){return(e>0)-(e<0)||+e}function ca(){if(!this.isValid())return this.localeData().invalidDate();var e,t,n,r,o,i,a,s,u=sa(this._milliseconds)/1e3,c=sa(this._days),l=sa(this._months),f=this.asSeconds();return f?(e=le(u/60),t=le(e/60),u%=60,e%=60,n=le(l/12),l%=12,r=u?u.toFixed(3).replace(/\.?0+$/,""):"",o=f<0?"-":"",i=ua(this._months)!==ua(f)?"-":"",a=ua(this._days)!==ua(f)?"-":"",s=ua(this._milliseconds)!==ua(f)?"-":"",o+"P"+(n?i+n+"Y":"")+(l?i+l+"M":"")+(c?a+c+"D":"")+(t||e||u?"T":"")+(t?s+t+"H":"")+(e?s+e+"M":"")+(u?s+r+"S":"")):"P0D"}var la=ar.prototype;return la.isValid=or,la.abs=ki,la.add=Di,la.subtract=Mi,la.as=Ai,la.asMilliseconds=Fi,la.asSeconds=Ii,la.asMinutes=Ri,la.asHours=Ci,la.asDays=Ni,la.asWeeks=Li,la.asMonths=Ui,la.asQuarters=Wi,la.asYears=Vi,la.valueOf=Pi,la._bubble=Ti,la.clone=Hi,la.get=zi,la.milliseconds=Gi,la.seconds=Bi,la.minutes=qi,la.hours=Zi,la.days=Ki,la.weeks=Xi,la.months=Ji,la.years=Qi,la.humanize=aa,la.toISOString=ca,la.toString=ca,la.toJSON=ca,la.locale=ao,la.localeData=uo,la.toIsoString=M("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ca),la.lang=so,W("X",0,0,"unix"),W("x",0,0,"valueOf"),Ie("x",Ee),Ie("X",Ye),Ue("X",(function(e,t,n){n._d=new Date(1e3*parseFloat(e))})),Ue("x",(function(e,t,n){n._d=new Date(fe(e))})),
|
|
2
|
-
|
|
3
|
-
r.version="2.29.1",o(Zn),r.fn=ci,r.min=Xn,r.max=er,r.now=tr,r.utc=p,r.unix=li,r.months=gi,r.isDate=f,r.locale=mn,r.invalid=v,r.duration=Tr,r.isMoment=k,r.weekdays=_i,r.parseZone=fi,r.localeData=vn,r.isDuration=sr,r.monthsShort=vi,r.weekdaysMin=wi,r.defineLocale=yn,r.updateLocale=gn,r.locales=_n,r.weekdaysShort=bi,r.normalizeUnits=oe,r.relativeTimeRounding=oa,r.relativeTimeThreshold=ia,r.calendarFormat=Wr,r.prototype=ci,r.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},r}()}));const ur="DATA_PROVIDER",cr="PROBLEM",lr=e=>String.fromCharCode(e>57&&e<84?e+7:e<57?e:e+13),fr=(e,t,n)=>{const r=~~(Math.random()*(e-t+1)+t);if(!n)return r;const o=[];for(let r=0;r<n;r+=1)o.push(fr(e,t));return o},dr=()=>({data:fr(109,48,4),rotate:fr(75,-75,4),fz:fr(24,30,4),color:[fr(100,255,3),fr(100,255,4),fr(100,255,3),fr(100,255,3)]});M(".vcode {\n display: block;\n align-items: center; }\n .vcode__image {\n margin-top: 10px;\n background: rgba(0, 0, 0, 0.8);\n width: 160px;\n overflow: hidden;\n height: 50px;\n text-align: center;\n position: relative; }\n .vcode__image:hover .vcode__mask {\n opacity: 0.8; }\n .vcode__image__mask {\n position: absolute;\n width: 100%;\n top: 0;\n line-height: 50px;\n background-color: rgba(0, 0, 0, 0.95);\n opacity: 0;\n z-index: 1;\n transition: opacity 0.3s ease-in-out;\n cursor: pointer; }\n .vcode__image__itemStr {\n float: left;\n margin-left: 20px; }\n\n#bgi {\n top: 0;\n left: 0;\n position: absolute;\n width: 100%;\n height: 100%; }\n");const hr=e=>{let{visible:n,placeholder:r,onChange:o,formatMessage:i}=e;const[a,u]=h(dr()),{data:c,rotate:l,fz:f,color:d}=a,p=()=>{(()=>{const e=document.getElementById("bgi").getContext("2d");e.strokeStyle=`rgb(${fr(100,10,3).toString()})`;for(let t=0;t<7;t+=1)e.lineTo(fr(200,0),fr(200,10)),e.moveTo(fr(200,0),fr(200,0)),e.stroke()})(),u(dr())};s((()=>{p()}),[n]);const m=`${lr(c[0])}${lr(c[1])}${lr(c[2])}${lr(c[3])}`;return t.createElement("div",{className:"vcode"},t.createElement(x,{placeholder:r,onChange:e=>o(e.target.value===m)}),t.createElement("div",{className:"vcode__image"},t.createElement("canvas",{id:"bgi",width:"200",height:"200"}),c.map(((e,n)=>t.createElement("div",{key:n.toString(),className:"vcode__image__itemStr",style:{transform:`rotate(${l[n]}deg)`,fontSize:`${f[n]}px`,color:`rgb(${d[n].toString()})`}},lr(e)))),t.createElement("div",{className:"vcode__image__mask",onClick:p},i({id:"common.click.refresh"}))))};hr.defaultProps={visible:!1,placeholder:void 0,onChange:()=>{},formatMessage:()=>{}},hr.propTypes={visible:y.bool,placeholder:y.string,onChange:y.func,formatMessage:y.func};var pr=k((function(e,n){var r;e.exports=(r=t,function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){e.exports=n(8)},function(e,t,n){e.exports=n(6)()},function(e,t){e.exports=r},function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e,t){return decodeURIComponent(e.replace(new RegExp("^(?:.*[&\\?]"+encodeURIComponent(t).replace(/[\.\+\*]/g,"\\$&")+"(?:\\=([^&]*))?)?.*$","i"),"$1"))}},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},u=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),c=r(n(2)),l=r(n(1)),f=r(n(5)),d=r(n(3)),h=function(){var e=!1;try{e=!!(window.navigator&&window.navigator.standalone||navigator.userAgent.match("CriOS")||navigator.userAgent.match(/mobile/i))}catch(e){}return e},p=function(e){function t(){var e,n,r;o(this,t);for(var a=arguments.length,u=Array(a),c=0;c<a;c++)u[c]=arguments[c];return n=r=i(this,(e=t.__proto__||Object.getPrototypeOf(t)).call.apply(e,[this].concat(u))),r.state={isSdkLoaded:!1,isProcessing:!1},r.responseApi=function(e){window.FB.api("/me",{locale:r.props.language,fields:r.props.fields},(function(t){s(t,e),r.props.callback(t)}))},r.checkLoginState=function(e){r.setStateIfMounted({isProcessing:!1}),e.authResponse?r.responseApi(e.authResponse):r.props.onFailure?r.props.onFailure({status:e.status}):r.props.callback({status:e.status})},r.checkLoginAfterRefresh=function(e){"connected"===e.status?r.checkLoginState(e):window.FB.login((function(e){return r.checkLoginState(e)}),!0)},r.click=function(e){if(r.state.isSdkLoaded&&!r.state.isProcessing&&!r.props.isDisabled){r.setState({isProcessing:!0});var t=r.props,n=t.scope,o=t.appId,i=t.onClick,a=t.returnScopes,s=t.responseType,u=t.redirectUri,c=t.disableMobileRedirect,l=t.authType,d=t.state;if("function"!=typeof i||(i(e),!e.defaultPrevented)){var h={client_id:o,redirect_uri:u,state:d,return_scopes:a,scope:n,response_type:s,auth_type:l};if(r.props.isMobile&&!c)window.location.href="https://www.facebook.com/dialog/oauth"+(0,f.default)(h);else{if(!window.FB)return void(r.props.onFailure&&r.props.onFailure({status:"facebookNotLoaded"}));window.FB.login(r.checkLoginState,{scope:n,return_scopes:a,auth_type:h.auth_type})}}}},i(r,n)}return a(t,e),u(t,[{key:"componentDidMount",value:function(){if(this._isMounted=!0,document.getElementById("facebook-jssdk"))this.sdkLoaded();else{this.setFbAsyncInit(),this.loadSdkAsynchronously();var e=document.getElementById("fb-root");e||((e=document.createElement("div")).id="fb-root",document.body.appendChild(e))}}},{key:"componentWillReceiveProps",value:function(e){this.state.isSdkLoaded&&e.autoLoad&&!this.props.autoLoad&&window.FB.getLoginStatus(this.checkLoginAfterRefresh)}},{key:"componentWillUnmount",value:function(){this._isMounted=!1}},{key:"setStateIfMounted",value:function(e){this._isMounted&&this.setState(e)}},{key:"setFbAsyncInit",value:function(){var e=this,t=this.props,n=t.appId,r=t.xfbml,o=t.cookie,i=t.version,a=t.autoLoad;window.fbAsyncInit=function(){window.FB.init({version:"v"+i,appId:n,xfbml:r,cookie:o}),e.setStateIfMounted({isSdkLoaded:!0}),(a||e.isRedirectedFromFb())&&window.FB.getLoginStatus(e.checkLoginAfterRefresh)}}},{key:"isRedirectedFromFb",value:function(){var e=window.location.search;return(0,d.default)(e,"code")||(0,d.default)(e,"granted_scopes")}},{key:"sdkLoaded",value:function(){this.setState({isSdkLoaded:!0})}},{key:"loadSdkAsynchronously",value:function(){var e=this.props.language;!function(t,n,r){var o=t.getElementsByTagName(n)[0],i=o,a=o;t.getElementById(r)||((a=t.createElement(n)).id=r,a.src="https://connect.facebook.net/"+e+"/sdk.js",i.parentNode.insertBefore(a,i))}(document,"script","facebook-jssdk")}},{key:"render",value:function(){var e=this.props.render;if(!e)throw new Error("ReactFacebookLogin requires a render prop to render");var t={onClick:this.click,isDisabled:!!this.props.isDisabled,isProcessing:this.state.isProcessing,isSdkLoaded:this.state.isSdkLoaded};return this.props.render(t)}}]),t}(c.default.Component);p.propTypes={isDisabled:l.default.bool,callback:l.default.func.isRequired,appId:l.default.string.isRequired,xfbml:l.default.bool,cookie:l.default.bool,authType:l.default.string,scope:l.default.string,state:l.default.string,responseType:l.default.string,returnScopes:l.default.bool,redirectUri:l.default.string,autoLoad:l.default.bool,disableMobileRedirect:l.default.bool,isMobile:l.default.bool,fields:l.default.string,version:l.default.string,language:l.default.string,onClick:l.default.func,onFailure:l.default.func,render:l.default.func.isRequired},p.defaultProps={redirectUri:"undefined"!=typeof window?window.location.href:"/",scope:"public_profile,email",returnScopes:!1,xfbml:!1,cookie:!1,authType:"",fields:"name",version:"2.3",language:"en_US",disableMobileRedirect:!1,isMobile:h(),onFailure:null,state:"facebookdirect",responseType:"code"},t.default=p},function(e,t){Object.defineProperty(t,"__esModule",{value:!0}),t.default=function(e){return"?"+Object.keys(e).map((function(t){return t+"="+encodeURIComponent(e[t])})).join("&")}},function(e,t,n){function r(){}var o=n(7);e.exports=function(){function e(e,t,n,r,i,a){if(a!==o){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 t(){return e}e.isRequired=e;var n={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t};return n.checkPropTypes=r,n.PropTypes=n,n}},function(e,t){var n="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";e.exports=n},function(e,t,n){function r(e){return e&&e.__esModule?e:{default:e}}function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function i(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}function a(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}Object.defineProperty(t,"__esModule",{value:!0});var s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},u=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),c=r(n(2)),l=r(n(1)),f=r(n(9)),d=r(n(4)),h=function(e){return["button","input","select","textarea","optgroup","option","fieldset"].indexOf((e+"").toLowerCase())>=0},p=function(e){function t(){return o(this,t),i(this,(t.__proto__||Object.getPrototypeOf(t)).apply(this,arguments))}return a(t,e),u(t,[{key:"style",value:function(){var e=this.constructor.defaultProps.cssClass;return this.props.cssClass===e&&c.default.createElement("style",{dangerouslySetInnerHTML:{__html:f.default}})}},{key:"containerStyle",value:function(e){var t=e.isProcessing,n=e.isSdkLoaded,r=e.isDisabled,o={transition:"opacity 0.5s"};return(t||!n||r)&&(o.opacity=.6),s(o,this.props.containerStyle)}},{key:"renderOwnButton",value:function(e){var t=this.props,n=t.cssClass,r=t.size,o=t.icon,i=t.textButton,a=t.typeButton,u=t.buttonStyle,l=e.onClick,f="string"==typeof o,d={};return e.isDisabled&&h(this.props.tag)&&(d.disabled=!0),c.default.createElement("span",{style:this.containerStyle(e)},f&&c.default.createElement("link",{rel:"stylesheet",href:"https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"}),c.default.createElement(this.props.tag,s({type:a,className:n+" "+r,style:u,onClick:l},d),o&&f&&c.default.createElement("i",{className:"fa "+o}),o&&!f&&o,i),this.style())}},{key:"render",value:function(){var e=this;return c.default.createElement(d.default,s({},this.props,{render:function(t){return e.renderOwnButton(t)}}))}}]),t}(c.default.Component);p.propTypes={textButton:l.default.string,typeButton:l.default.string,size:l.default.string,cssClass:l.default.string,icon:l.default.any,containerStyle:l.default.object,buttonStyle:l.default.object,tag:l.default.oneOfType([l.default.node,l.default.func])},p.defaultProps={textButton:"Login with Facebook",typeButton:"button",size:"metro",fields:"name",cssClass:"kep-login-facebook",tag:"button"},t.default=p},function(e,t,n){(t=e.exports=n(10)()).push([e.id,".kep-login-facebook{font-family:Helvetica,sans-serif;font-weight:700;-webkit-font-smoothing:antialiased;color:#fff;cursor:pointer;display:inline-block;font-size:calc(.27548vw + 12.71074px);text-decoration:none;text-transform:uppercase;transition:background-color .3s,border-color .3s;background-color:#4c69ba;border:calc(.06887vw + .67769px) solid #4c69ba;padding:calc(.34435vw + 13.38843px) calc(.34435vw + 18.38843px)}.kep-login-facebook.small{padding:calc(.34435vw + 3.38843px) calc(.34435vw + 8.38843px)}.kep-login-facebook.medium{padding:calc(.34435vw + 8.38843px) calc(.34435vw + 13.38843px)}.kep-login-facebook.metro{border-radius:0}.kep-login-facebook .fa{margin-right:calc(.34435vw + 3.38843px)}",""]),t.locals={"kep-login-facebook":"kep-login-facebook",small:"small",medium:"medium",metro:"metro",fa:"fa"}},function(e,t){e.exports=function(){var e=[];return e.toString=function(){for(var e=[],t=0;t<this.length;t++){var n=this[t];n[2]?e.push("@media "+n[2]+"{"+n[1]+"}"):e.push(n[1])}return e.join("")},e.i=function(t,n){"string"==typeof t&&(t=[[null,t,""]]);for(var r={},o=0;o<this.length;o++){var i=this[o][0];"number"==typeof i&&(r[i]=!0)}for(o=0;o<t.length;o++){var a=t[o];"number"==typeof a[0]&&r[a[0]]||(n&&!a[2]?a[2]=n:n&&(a[2]="("+a[2]+") and ("+n+")"),e.push(a))}},e}}]))})),mr=j(pr);pr.FacebookLogin;var yr=k((function(e,n){"undefined"!=typeof self&&self,e.exports=function(e){return r={},t.m=n=[function(t){t.exports=e},function(e,t,n){e.exports=n(2)()},function(e,t,n){function r(){}function o(){}var i=n(3);o.resetWarningCache=r,e.exports=function(){function e(e,t,n,r,o,a){if(a!==i){var s=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 t(){return e}var n={array:e.isRequired=e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:o,resetWarningCache:r};return n.PropTypes=n}},function(e){e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,n){function r(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(e,t)||function(){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 o(e,t){null!=t&&t<=e.length||(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function i(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return a(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?a(e,t):void 0}}(e,t)||function(){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 a(e,t){null!=t&&t<=e.length||(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return u(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?u(e,t):void 0}}(e,t)||function(){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 u(e,t){null!=t&&t<=e.length||(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function c(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e)){var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}}(e,t)||function(e,t){if(e){if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?l(e,t):void 0}}(e,t)||function(){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 l(e,t){null!=t&&t<=e.length||(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function f(e,t,n,r,o,i){var a=e.getElementsByTagName(t)[0],s=a,u=a;(u=e.createElement(t)).id=n,u.src=r,s&&s.parentNode?s.parentNode.insertBefore(u,s):e.head.appendChild(u),u.onerror=i,u.onload=o}function d(e,t){var n=e.getElementById(t);n&&n.parentNode.removeChild(n)}function h(e){return g.a.createElement("span",{style:{paddingRight:10,fontWeight:500,paddingLeft:e.icon?0:10,paddingTop:10,paddingBottom:10}},e.children)}function p(e){return g.a.createElement("div",{style:{marginRight:10,background:e.active?"#eee":"#fff",padding:10,borderRadius:2}},g.a.createElement("svg",{width:"18",height:"18",xmlns:"http://www.w3.org/2000/svg"},g.a.createElement("g",{fill:"#000",fillRule:"evenodd"},g.a.createElement("path",{d:"M9 3.48c1.69 0 2.83.73 3.48 1.34l2.54-2.48C13.46.89 11.43 0 9 0 5.48 0 2.44 2.02.96 4.96l2.91 2.26C4.6 5.05 6.62 3.48 9 3.48z",fill:"#EA4335"}),g.a.createElement("path",{d:"M17.64 9.2c0-.74-.06-1.28-.19-1.84H9v3.34h4.96c-.1.83-.64 2.08-1.84 2.92l2.84 2.2c1.7-1.57 2.68-3.88 2.68-6.62z",fill:"#4285F4"}),g.a.createElement("path",{d:"M3.88 10.78A5.54 5.54 0 0 1 3.58 9c0-.62.11-1.22.29-1.78L.96 4.96A9.008 9.008 0 0 0 0 9c0 1.45.35 2.82.96 4.04l2.92-2.26z",fill:"#FBBC05"}),g.a.createElement("path",{d:"M9 18c2.43 0 4.47-.8 5.96-2.18l-2.84-2.2c-.76.53-1.78.9-3.12.9-2.38 0-4.4-1.57-5.12-3.74L.97 13.04C2.45 15.98 5.48 18 9 18z",fill:"#34A853"}),g.a.createElement("path",{fill:"none",d:"M0 0h18v18H0z"}))))}function m(e){var t=i(Object(y.useState)(!1),2),n=t[0],r=t[1],o=i(Object(y.useState)(!1),2),a=o[0],s=o[1],u=e.tag,c=e.type,l=e.className,f=e.disabledStyle,d=e.buttonText,m=e.children,_=e.render,b=e.theme,w=e.icon,S=e.disabled,k=v({onSuccess:e.onSuccess,onAutoLoadFinished:e.onAutoLoadFinished,onRequest:e.onRequest,onFailure:e.onFailure,onScriptLoadFailure:e.onScriptLoadFailure,clientId:e.clientId,cookiePolicy:e.cookiePolicy,loginHint:e.loginHint,hostedDomain:e.hostedDomain,autoLoad:e.autoLoad,isSignedIn:e.isSignedIn,fetchBasicProfile:e.fetchBasicProfile,redirectUri:e.redirectUri,discoveryDocs:e.discoveryDocs,uxMode:e.uxMode,scope:e.scope,accessType:e.accessType,responseType:e.responseType,jsSrc:e.jsSrc,prompt:e.prompt}),O=k.signIn,D=S||!k.loaded;if(_)return _({onClick:O,disabled:D});var M={backgroundColor:"dark"===b?"rgb(66, 133, 244)":"#fff",display:"inline-flex",alignItems:"center",color:"dark"===b?"#fff":"rgba(0, 0, 0, .54)",boxShadow:"0 2px 2px 0 rgba(0, 0, 0, .24), 0 0 1px 0 rgba(0, 0, 0, .24)",padding:0,borderRadius:2,border:"1px solid transparent",fontSize:14,fontWeight:"500",fontFamily:"Roboto, sans-serif"},j={cursor:"pointer",backgroundColor:"dark"===b?"#3367D6":"#eee",color:"dark"===b?"#fff":"rgba(0, 0, 0, .54)",opacity:1},T=D?Object.assign({},M,f):a?Object.assign({},M,j):n?Object.assign({},M,{cursor:"pointer",opacity:.9}):M;return g.a.createElement(u,{onMouseEnter:function(){return r(!0)},onMouseLeave:function(){r(!1),s(!1)},onMouseDown:function(){return s(!0)},onMouseUp:function(){return s(!1)},onClick:O,style:T,type:c,disabled:D,className:l},[w&&g.a.createElement(p,{key:1,active:a}),g.a.createElement(h,{icon:w,key:2},m||d)])}n.r(t),n.d(t,"default",(function(){return b})),n.d(t,"GoogleLogin",(function(){return b})),n.d(t,"GoogleLogout",(function(){return S})),n.d(t,"useGoogleLogin",(function(){return v})),n.d(t,"useGoogleLogout",(function(){return w}));var y=n(0),g=n.n(y),v=(n(1),function(e){function t(e){var t=e.getBasicProfile(),n=e.getAuthResponse(!0);e.googleId=t.getId(),e.tokenObj=n,e.tokenId=n.id_token,e.accessToken=n.access_token,e.profileObj={googleId:t.getId(),imageUrl:t.getImageUrl(),email:t.getEmail(),name:t.getName(),givenName:t.getGivenName(),familyName:t.getFamilyName()},i(e)}function n(e){if(e&&e.preventDefault(),Y){var n=window.gapi.auth2.getAuthInstance(),r={prompt:A};h(),"code"===T?n.grantOfflineAccess(r).then((function(e){return i(e)}),(function(e){return c(e)})):n.signIn(r).then((function(e){return t(e)}),(function(e){return c(e)}))}}var o=e.onSuccess,i=void 0===o?function(){}:o,a=e.onAutoLoadFinished,s=void 0===a?function(){}:a,u=e.onFailure,c=void 0===u?function(){}:u,l=e.onRequest,h=void 0===l?function(){}:l,p=e.onScriptLoadFailure,m=e.clientId,g=e.cookiePolicy,v=e.loginHint,_=e.hostedDomain,b=e.autoLoad,w=e.isSignedIn,S=e.fetchBasicProfile,k=e.redirectUri,O=e.discoveryDocs,D=e.uxMode,M=e.scope,j=e.accessType,T=e.responseType,x=e.jsSrc,E=void 0===x?"https://apis.google.com/js/api.js":x,A=e.prompt,P=r(Object(y.useState)(!1),2),Y=P[0],F=P[1];return Object(y.useEffect)((function(){var e=!1,n=p||c;return f(document,"script","google-login",E,(function(){var r={client_id:m,cookie_policy:g,login_hint:v,hosted_domain:_,fetch_basic_profile:S,discoveryDocs:O,ux_mode:D,redirect_uri:k,scope:M,access_type:j};"code"===T&&(r.access_type="offline"),window.gapi.load("auth2",(function(){var o=window.gapi.auth2.getAuthInstance();o?o.then((function(){e||(w&&o.isSignedIn.get()?(F(!0),s(!0),t(o.currentUser.get())):(F(!0),s(!1)))}),(function(e){c(e)})):window.gapi.auth2.init(r).then((function(n){if(!e){F(!0);var r=w&&n.isSignedIn.get();s(r),r&&t(n.currentUser.get())}}),(function(e){F(!0),s(!1),n(e)}))}))}),(function(e){n(e)})),function(){e=!0,d(document,"google-login")}}),[]),Object(y.useEffect)((function(){b&&n()}),[Y]),{signIn:n,loaded:Y}});function _(e){var t=c(Object(y.useState)(!1),2),n=t[0],r=t[1],o=c(Object(y.useState)(!1),2),i=o[0],a=o[1],s=e.tag,u=e.type,l=e.className,f=e.disabledStyle,d=e.buttonText,m=e.children,v=e.render,_=e.theme,b=e.icon,S=e.disabled,k=w({jsSrc:e.jsSrc,onFailure:e.onFailure,onScriptLoadFailure:e.onScriptLoadFailure,clientId:e.clientId,cookiePolicy:e.cookiePolicy,loginHint:e.loginHint,hostedDomain:e.hostedDomain,fetchBasicProfile:e.fetchBasicProfile,discoveryDocs:e.discoveryDocs,uxMode:e.uxMode,redirectUri:e.redirectUri,scope:e.scope,accessType:e.accessType,onLogoutSuccess:e.onLogoutSuccess}),O=k.signOut,D=S||!k.loaded;if(v)return v({onClick:O,disabled:D});var M={backgroundColor:"dark"===_?"rgb(66, 133, 244)":"#fff",display:"inline-flex",alignItems:"center",color:"dark"===_?"#fff":"rgba(0, 0, 0, .54)",boxShadow:"0 2px 2px 0 rgba(0, 0, 0, .24), 0 0 1px 0 rgba(0, 0, 0, .24)",padding:0,borderRadius:2,border:"1px solid transparent",fontSize:14,fontWeight:"500",fontFamily:"Roboto, sans-serif"},j={cursor:"pointer",backgroundColor:"dark"===_?"#3367D6":"#eee",color:"dark"===_?"#fff":"rgba(0, 0, 0, .54)",opacity:1},T=D?Object.assign({},M,f):i?Object.assign({},M,j):n?Object.assign({},M,{cursor:"pointer",opacity:.9}):M;return g.a.createElement(s,{onMouseEnter:function(){return r(!0)},onMouseLeave:function(){r(!1),a(!1)},onMouseDown:function(){return a(!0)},onMouseUp:function(){return a(!1)},onClick:O,style:T,type:u,disabled:D,className:l},[b&&g.a.createElement(p,{key:1,active:i}),g.a.createElement(h,{icon:b,key:2},m||d)])}m.defaultProps={type:"button",tag:"button",buttonText:"Sign in with Google",scope:"profile email",accessType:"online",prompt:"",cookiePolicy:"single_host_origin",fetchBasicProfile:!0,isSignedIn:!1,uxMode:"popup",disabledStyle:{opacity:.6},icon:!0,theme:"light",onRequest:function(){}};var b=m,w=function(e){var t=e.jsSrc,n=void 0===t?"https://apis.google.com/js/api.js":t,r=e.onFailure,o=e.onScriptLoadFailure,i=e.clientId,a=e.cookiePolicy,u=e.loginHint,c=e.hostedDomain,l=e.fetchBasicProfile,h=e.discoveryDocs,p=e.uxMode,m=e.redirectUri,g=e.scope,v=e.accessType,_=e.onLogoutSuccess,b=s(Object(y.useState)(!1),2),w=b[0],S=b[1],k=Object(y.useCallback)((function(){if(window.gapi){var e=window.gapi.auth2.getAuthInstance();null!=e&&e.then((function(){e.signOut().then((function(){e.disconnect(),_()}))}),(function(e){return r(e)}))}}),[_]);return Object(y.useEffect)((function(){var e=o||r;return f(document,"script","google-login",n,(function(){var t={client_id:i,cookie_policy:a,login_hint:u,hosted_domain:c,fetch_basic_profile:l,discoveryDocs:h,ux_mode:p,redirect_uri:m,scope:g,access_type:v};window.gapi.load("auth2",(function(){window.gapi.auth2.getAuthInstance()?S(!0):window.gapi.auth2.init(t).then((function(){return S(!0)}),(function(t){return e(t)}))}))}),(function(t){e(t)})),function(){d(document,"google-login")}}),[]),{signOut:k,loaded:w}};_.defaultProps={type:"button",tag:"button",buttonText:"Logout of Google",disabledStyle:{opacity:.6},icon:!0,theme:"light",jsSrc:"https://apis.google.com/js/api.js"};var S=_}],t.c=r,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{enumerable:!0,get:r})},t.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.t=function(e,n){if(1&n&&(e=t(e)),8&n)return e;if(4&n&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(t.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&n&&"string"!=typeof e)for(var o in e)t.d(r,o,function(t){return e[t]}.bind(null,o));return r},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=4);function t(e){if(r[e])return r[e].exports;var o=r[e]={i:e,l:!1,exports:{}};return n[e].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n,r}(t)})),gr=j(yr);yr.GoogleLogin;M(".emailInput__loginSDK {\n display: flex;\n align-items: center; }\n .emailInput__loginSDK__google {\n padding: 6px 10px 4px !important;\n border: 1px solid black !important; }\n .emailInput__loginSDK__google div {\n padding: 0 !important; }\n .emailInput__loginSDK__google span {\n padding: 0 !important; }\n .emailInput__loginSDK__fb {\n padding: 9px 10px !important;\n border-radius: 3px;\n margin-left: 10px;\n background-color: #4c69ba;\n border: 1px solid black;\n color: white; }\n .emailInput__loginSDK__fb i {\n margin-right: 10px; }\n\n.emailInput__operator {\n margin-top: 10px; }\n");const vr=e=>{let{value:n,placeholder:r,onChange:o,onNotify:i}=e;const[a,s]=h(!1);l((()=>()=>setTimeout((()=>s(!0)),1e3)),[]);const u=e=>{e&&e.profileObj&&e.profileObj.email?o(e.profileObj.email):a&&i({type:"error",message:"common.action.failed"})};return t.createElement("div",{className:"emailInput"},t.createElement("div",{className:"emailInput__loginSDK"},t.createElement(gr,{clientId:"593080210200-cfmvk6ikbfv0thudsidgi4n63stuqrrg.apps.googleusercontent.com",buttonText:"Google",onSuccess:u,onFailure:u,className:"emailInput__loginSDK__google",cookiePolicy:"single_host_origin"}),t.createElement(mr,{appId:"1391837967649911",autoLoad:!1,fields:"name,email,picture",callback:e=>{e&&e.email?o(e.email):i({type:"error",message:"common.action.failed"})},icon:"fa-facebook",cssClass:"emailInput__loginSDK__fb",size:"small",textButton:"Facebook"})),t.createElement("div",{className:"emailInput__operator"},t.createElement(x,{value:n,placeholder:r,onChange:e=>o(e.target.value)})))};vr.defaultProps={value:void 0,placeholder:void 0,onChange:()=>{},onNotify:()=>{}},vr.propTypes={value:y.string,placeholder:y.string,onChange:y.func,onNotify:y.func};var _r=j(k((function(e,n){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=_(t),o=(0,b(w).default)(r.createElement("path",{d:"M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"}),"CloudUpload");n.default=o})));function br(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{u(r.next(e))}catch(e){i(e)}}function s(e){try{u(r.throw(e))}catch(e){i(e)}}function u(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,s)}u((r=r.apply(e,t||[])).next())}))}function wr(e,t){var n,r,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(n)throw new TypeError("Generator is already executing.");for(;a;)try{if(n=1,r&&(o=2&i[0]?r.return:i[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,i[1])).done)return o;switch(r=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,r=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!(o=a.trys,(o=o.length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=t.call(e,a)}catch(e){i=[6,e],r=0}finally{n=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}function Sr(e,t){var n="function"==typeof Symbol&&e[Symbol.iterator];if(!n)return e;var r,o,i=n.call(e),a=[];try{for(;(void 0===t||t-- >0)&&!(r=i.next()).done;)a.push(r.value)}catch(e){o={error:e}}finally{try{r&&!r.done&&(n=i.return)&&n.call(i)}finally{if(o)throw o.error}}return a}var kr=new Map([["avi","video/avi"],["gif","image/gif"],["ico","image/x-icon"],["jpeg","image/jpeg"],["jpg","image/jpeg"],["mkv","video/x-matroska"],["mov","video/quicktime"],["mp4","video/mp4"],["pdf","application/pdf"],["png","image/png"],["zip","application/zip"],["doc","application/msword"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"]]);function Or(e,t){var n=function(e){var t=e.name;if(t&&-1!==t.lastIndexOf(".")&&!e.type){var n=t.split(".").pop().toLowerCase(),r=kr.get(n);r&&Object.defineProperty(e,"type",{value:r,writable:!1,configurable:!1,enumerable:!0})}return e}(e);if("string"!=typeof n.path){var r=e.webkitRelativePath;Object.defineProperty(n,"path",{value:"string"==typeof t?t:"string"==typeof r&&r.length>0?r:e.name,writable:!1,configurable:!1,enumerable:!0})}return n}var Dr=[".DS_Store","Thumbs.db"];function Mr(e){return(null!==e.target&&e.target.files?xr(e.target.files):[]).map((function(e){return Or(e)}))}function jr(e,t){return br(this,void 0,void 0,(function(){var n;return wr(this,(function(r){switch(r.label){case 0:return e.items?(n=xr(e.items).filter((function(e){return"file"===e.kind})),"drop"!==t?[2,n]:[4,Promise.all(n.map(Er))]):[3,2];case 1:return[2,Tr(Ar(r.sent()))];case 2:return[2,Tr(xr(e.files).map((function(e){return Or(e)})))]}}))}))}function Tr(e){return e.filter((function(e){return-1===Dr.indexOf(e.name)}))}function xr(e){for(var t=[],n=0;n<e.length;n++){var r=e[n];t.push(r)}return t}function Er(e){if("function"!=typeof e.webkitGetAsEntry)return Pr(e);var t=e.webkitGetAsEntry();return t&&t.isDirectory?Fr(t):Pr(e)}function Ar(e){return e.reduce((function(e,t){return function(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(Sr(arguments[t]));return e}(e,Array.isArray(t)?Ar(t):[t])}),[])}function Pr(e){var t=e.getAsFile();if(!t)return Promise.reject(e+" is not a File");var n=Or(t);return Promise.resolve(n)}function Yr(e){return br(this,void 0,void 0,(function(){return wr(this,(function(t){return[2,e.isDirectory?Fr(e):Ir(e)]}))}))}function Fr(e){var t=e.createReader();return new Promise((function(e,n){var r=[];!function o(){var i=this;t.readEntries((function(t){return br(i,void 0,void 0,(function(){var i,a,s;return wr(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(r)];case 2:return i=u.sent(),e(i),[3,4];case 3:return a=u.sent(),n(a),[3,4];case 4:return[3,6];case 5:s=Promise.all(t.map(Yr)),r.push(s),o(),u.label=6;case 6:return[2]}}))}))}),(function(e){n(e)}))}()}))}function Ir(e){return br(this,void 0,void 0,(function(){return wr(this,(function(t){return[2,new Promise((function(t,n){e.file((function(n){var r=Or(n,e.fullPath);t(r)}),(function(e){n(e)}))}))]}))}))}var Rr=j(k((function(e,t){t.__esModule=!0,t.default=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(","),r=e.name||"",o=(e.type||"").toLowerCase(),i=o.replace(/\/.*$/,"");return n.some((function(e){var t=e.trim().toLowerCase();return"."===t.charAt(0)?r.toLowerCase().endsWith(t):t.endsWith("/*")?i===t.replace(/\/.*$/,""):o===t}))}return!0}})));function Cr(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Nr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(e);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Nr(e,t)}(e,t)||function(){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 Nr(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}var Lr=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)}},Ur=function(e){return{code:"file-too-large",message:"File is larger than ".concat(e," bytes")}},Wr=function(e){return{code:"file-too-small",message:"File is smaller than ".concat(e," bytes")}},Vr={code:"too-many-files",message:"Too many files"};function Hr(e,t){var n="application/x-moz-file"===e.type||Rr(e,t);return[n,n?null:Lr(t)]}function zr(e,t,n){if($r(e.size))if($r(t)&&$r(n)){if(e.size>n)return[!1,Ur(n)];if(e.size<t)return[!1,Wr(t)]}else{if($r(t)&&e.size<t)return[!1,Wr(t)];if($r(n)&&e.size>n)return[!1,Ur(n)]}return[!0,null]}function $r(e){return null!=e}function Gr(e){var t=e.files,n=e.accept,r=e.minSize,o=e.maxSize,i=e.multiple,a=e.maxFiles;return!(!i&&t.length>1||i&&a>=1&&t.length>a)&&t.every((function(e){var t=Cr(Hr(e,n),1)[0],i=Cr(zr(e,r,o),1)[0];return t&&i}))}function Br(e){return"function"==typeof e.isPropagationStopped?e.isPropagationStopped():void 0!==e.cancelBubble&&e.cancelBubble}function qr(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 Zr(e){e.preventDefault()}function Kr(e){return-1!==e.indexOf("MSIE")||-1!==e.indexOf("Trident/")}function Jr(e){return-1!==e.indexOf("Edge/")}function Qr(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:window.navigator.userAgent;return Kr(e)||Jr(e)}function Xr(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(e){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];return t.some((function(t){return!Br(e)&&t&&t.apply(void 0,[e].concat(r)),Br(e)}))}}function eo(e){return function(e){if(Array.isArray(e))return ro(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||no(e)||function(){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 to(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if("undefined"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var n=[],r=!0,o=!1,i=void 0;try{for(var a,s=e[Symbol.iterator]();!(r=(a=s.next()).done)&&(n.push(a.value),!t||n.length!==t);r=!0);}catch(e){o=!0,i=e}finally{try{r||null==s.return||s.return()}finally{if(o)throw i}}return n}(e,t)||no(e,t)||function(){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 no(e,t){if(e){if("string"==typeof e)return ro(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?ro(e,t):void 0}}function ro(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function oo(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function io(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?oo(Object(n),!0).forEach((function(t){ao(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):oo(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function ao(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function so(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var uo=r((function(e,n){var r=e.children,o=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=io(io({},co),e),n=t.accept,r=t.disabled,o=t.getFilesFromEvent,i=t.maxSize,f=t.minSize,d=t.multiple,h=t.maxFiles,p=t.onDragEnter,m=t.onDragLeave,y=t.onDragOver,g=t.onDrop,v=t.onDropAccepted,_=t.onDropRejected,b=t.onFileDialogCancel,w=t.preventDropOnDocument,S=t.noClick,k=t.noKeyboard,O=t.noDrag,D=t.noDragEventsBubbling,M=t.validator,j=a(null),T=a(null),x=to(u(fo,lo),2),E=x[0],A=x[1],P=E.isFocused,Y=E.isFileDialogActive,F=E.draggedFiles,I=c((function(){T.current&&(A({type:"openDialog"}),T.current.value=null,T.current.click())}),[A]),R=function(){Y&&setTimeout((function(){T.current&&(T.current.files.length||(A({type:"closeDialog"}),"function"==typeof b&&b()))}),300)};s((function(){return window.addEventListener("focus",R,!1),function(){window.removeEventListener("focus",R,!1)}}),[T,Y,b]);var C=c((function(e){j.current&&j.current.isEqualNode(e.target)&&(32!==e.keyCode&&13!==e.keyCode||(e.preventDefault(),I()))}),[j,T]),N=c((function(){A({type:"focus"})}),[]),L=c((function(){A({type:"blur"})}),[]),U=c((function(){S||(Qr()?setTimeout(I,0):I())}),[T,S]),W=a([]),V=function(e){j.current&&j.current.contains(e.target)||(e.preventDefault(),W.current=[])};s((function(){return w&&(document.addEventListener("dragover",Zr,!1),document.addEventListener("drop",V,!1)),function(){w&&(document.removeEventListener("dragover",Zr),document.removeEventListener("drop",V))}}),[j,w]);var H=c((function(e){e.preventDefault(),e.persist(),K(e),W.current=[].concat(eo(W.current),[e.target]),qr(e)&&Promise.resolve(o(e)).then((function(t){Br(e)&&!D||(A({draggedFiles:t,isDragActive:!0,type:"setDraggedFiles"}),p&&p(e))}))}),[o,p,D]),z=c((function(e){e.preventDefault(),e.persist(),K(e);var t=qr(e);if(t&&e.dataTransfer)try{e.dataTransfer.dropEffect="copy"}catch(e){}return t&&y&&y(e),!1}),[y,D]),$=c((function(e){e.preventDefault(),e.persist(),K(e);var t=W.current.filter((function(e){return j.current&&j.current.contains(e)})),n=t.indexOf(e.target);-1!==n&&t.splice(n,1),W.current=t,t.length>0||(A({isDragActive:!1,type:"setDraggedFiles",draggedFiles:[]}),qr(e)&&m&&m(e))}),[j,m,D]),G=c((function(e){e.preventDefault(),e.persist(),K(e),W.current=[],qr(e)&&Promise.resolve(o(e)).then((function(t){if(!Br(e)||D){var r=[],o=[];t.forEach((function(e){var t=to(Hr(e,n),2),a=t[0],s=t[1],u=to(zr(e,f,i),2),c=u[0],l=u[1],d=M?M(e):null;if(a&&c&&!d)r.push(e);else{var h=[s,l];d&&(h=h.concat(d)),o.push({file:e,errors:h.filter((function(e){return e}))})}})),(!d&&r.length>1||d&&h>=1&&r.length>h)&&(r.forEach((function(e){o.push({file:e,errors:[Vr]})})),r.splice(0)),A({acceptedFiles:r,fileRejections:o,type:"setFiles"}),g&&g(r,o,e),o.length>0&&_&&_(o,e),r.length>0&&v&&v(r,e)}})),A({type:"reset"})}),[d,n,f,i,h,o,g,v,_,D]),B=function(e){return r?null:e},q=function(e){return k?null:B(e)},Z=function(e){return O?null:B(e)},K=function(e){D&&e.stopPropagation()},J=l((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.refKey,n=void 0===t?"ref":t,o=e.onKeyDown,i=e.onFocus,a=e.onBlur,s=e.onClick,u=e.onDragEnter,c=e.onDragOver,l=e.onDragLeave,f=e.onDrop,d=so(e,["refKey","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"]);return io(io(ao({onKeyDown:q(Xr(o,C)),onFocus:q(Xr(i,N)),onBlur:q(Xr(a,L)),onClick:B(Xr(s,U)),onDragEnter:Z(Xr(u,H)),onDragOver:Z(Xr(c,z)),onDragLeave:Z(Xr(l,$)),onDrop:Z(Xr(f,G))},n,j),r||k?{}:{tabIndex:0}),d)}}),[j,C,N,L,U,H,z,$,G,k,O,r]),Q=c((function(e){e.stopPropagation()}),[]),X=l((function(){return function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.refKey,r=void 0===t?"ref":t,o=e.onChange,i=e.onClick,a=so(e,["refKey","onChange","onClick"]);return io(io({},ao({accept:n,multiple:d,type:"file",style:{display:"none"},onChange:B(Xr(o,G)),onClick:B(Xr(i,Q)),autoComplete:"off",tabIndex:-1},r,T)),a)}}),[T,n,d,G,r]),ee=F.length,te=ee>0&&Gr({files:F,accept:n,minSize:f,maxSize:i,multiple:d,maxFiles:h}),ne=ee>0&&!te;return io(io({},E),{},{isDragAccept:te,isDragReject:ne,isFocused:P&&!r,getRootProps:J,getInputProps:X,rootRef:j,inputRef:T,open:B(I)})}(so(e,["children"])),i=o.open,f=so(o,["open"]);return p(n,(function(){return{open:i}}),[i]),t.createElement(m,null,r(io(io({},f),{},{open:i})))}));uo.displayName="Dropzone";var co={disabled:!1,getFilesFromEvent:function(e){return br(this,void 0,void 0,(function(){return wr(this,(function(t){return[2,(n=e,n.dataTransfer&&e.dataTransfer?jr(e.dataTransfer,e.type):Mr(e))];var n}))}))},maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null};uo.defaultProps=co,uo.propTypes={children:y.func,accept:y.oneOfType([y.string,y.arrayOf(y.string)]),multiple:y.bool,preventDropOnDocument:y.bool,noClick:y.bool,noKeyboard:y.bool,noDrag:y.bool,noDragEventsBubbling:y.bool,minSize:y.number,maxSize:y.number,maxFiles:y.number,disabled:y.bool,getFilesFromEvent:y.func,onFileDialogCancel:y.func,onDragEnter:y.func,onDragLeave:y.func,onDragOver:y.func,onDrop:y.func,onDropAccepted:y.func,onDropRejected:y.func,validator:y.func};var lo={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,draggedFiles:[],acceptedFiles:[],fileRejections:[]};function fo(e,t){switch(t.type){case"focus":return io(io({},e),{},{isFocused:!0});case"blur":return io(io({},e),{},{isFocused:!1});case"openDialog":return io(io({},e),{},{isFileDialogActive:!0});case"closeDialog":return io(io({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":var n=t.isDragActive,r=t.draggedFiles;return io(io({},e),{},{draggedFiles:r,isDragActive:n});case"setFiles":return io(io({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections});case"reset":return io(io({},e),{},{isFileDialogActive:!1,isDragActive:!1,draggedFiles:[],acceptedFiles:[],fileRejections:[]});default:return e}}const ho=e=>{let{onChange:n}=e;const r=a(null),o=()=>{r.current&&r.current.open()};return t.createElement(uo,{ref:r,noClick:!0,noKeyboard:!0,onDropAccepted:e=>n(e),multiple:!1,noDrag:!0},(e=>{let{getRootProps:n,getInputProps:r,acceptedFiles:i}=e;return t.createElement("div",{className:"container"},t.createElement("div",n({className:"dropzone"}),t.createElement("input",r()),t.createElement(E,{variant:"contained",color:"default",startIcon:t.createElement(_r,null),onClick:o},"Upload")),t.createElement("aside",null,t.createElement("ul",null,i.map((e=>t.createElement("li",{key:e.path},e.path))))))}))};ho.propTypes={onChange:y.func.isRequired};M(".formItem {\n width: 100%;\n margin-bottom: 16px; }\n .formItem:last-child {\n margin-bottom: initial; }\n .formItem__title {\n display: flex;\n font-size: 16px;\n font-weight: bold; }\n .formItem__title__star {\n margin-left: 3px;\n color: #d93333; }\n .formItem__operator {\n margin: 2px 0;\n font-size: 14px; }\n .formItem__operator__radio__desc {\n margin-left: 35px !important; }\n .formItem__operator--unsupport {\n border: 1px solid #d93333;\n background: pink;\n color: black;\n padding: 5px 10px; }\n .formItem__error {\n color: #d93333;\n font-weight: bold; }\n .formItem textarea {\n border: 1px solid #d9d9d9;\n border-radius: 3px;\n width: 100%;\n background: transparent;\n padding: 6px 10px; }\n .formItem ::-webkit-calendar-picker-indicator {\n filter: invert(1); }\n");const po=n=>{let{name:r,type:o,options:i,label:a,hint:s,placeholder:u,required:c,setFieldValue:l,formatMessage:f,onNotify:d}=n;const h=u||`${f({id:"common.enter"})} ${a}`;return t.createElement(rr,{name:r,render:n=>{let{field:u}=n;const p=(n=>{let r;switch(o){case"input":r=t.createElement(x,e({},n,{placeholder:h}));break;case"textarea":r=t.createElement(N,e({},n,{minRows:3,placeholder:h}));break;case"select":r=t.createElement(L,e({},n,{options:i,placeholder:h}));break;case"datePicker":r=t.createElement(C,e({},n,{type:"date",onChange:e=>l(n.name,e.target.value)}));break;case"email":r=t.createElement(vr,e({},n,{placeholder:h,onChange:e=>l(n.name,e),onNotify:d}));break;case"radio":r=t.createElement(Y,{component:"fieldset"},t.createElement(F,n,i.map((e=>t.createElement(t.Fragment,null,t.createElement(I,{key:e.value,value:e.value,control:t.createElement(R,null),label:e.label}),e&&e.desc&&t.createElement(P,{variant:"caption",className:"formItem__operator__radio__desc"},e.desc))))));break;case"upload":r=t.createElement(ho,e({},n,{onChange:e=>l(n.name,e)}));break;case"vcode":r=t.createElement(hr,{placeholder:h,onChange:e=>l(n.name,e),formatMessage:f});break;default:r=null}return r})(u);return t.createElement("div",{id:`form-${r}`,className:"formItem"},a&&t.createElement("div",{className:"formItem__title"},a,c&&t.createElement("div",{className:"formItem__title__star"},"*")),s&&t.createElement(A,{my:1},t.createElement(P,{variant:"body2"},s)),t.createElement("div",{className:T("formItem__operator",{"formItem__operator--unsupport":!p})},p||"Check component type is support on FormItem"),t.createElement(ir,{className:"formItem__error",name:r,component:"div"}))}})};po.defaultProps={label:void 0,placeholder:void 0,hint:void 0,options:[],required:!1,setFieldValue:()=>{},formatMessage:()=>{},onNotify:()=>{}},po.propTypes={name:y.string.isRequired,type:y.string.isRequired,label:y.string,hint:y.string,options:y.arrayOf(y.any),placeholder:y.string,required:y.bool,setFieldValue:y.func,formatMessage:y.func,onNotify:y.func};let mo;const yo=n=>{let{type:r,mailto:o,open:i,emailAPI:a,setOpen:s,formatMessage:u,onNotify:c}=n;const[l,f]=h(!1),[d,p]=h(r),m=(e=>{let{formatMessage:t,formType:n}=e;const r=[{name:"subject",type:"radio",label:t({id:"common.form.subject"}),options:[{label:t({id:"common.has.problem"}),value:cr,desc:t({id:"common.has.problem.hint"})},{label:t({id:"common.form.dataProvide"}),value:ur,desc:t({id:"common.form.dataProvide.hint"})}],required:!0,initialValue:n},{name:"name",type:"input",label:t({id:"common.form.name"}),required:!0},{name:"phone",type:"input",label:t({id:"common.form.phone"})},{name:"email",type:"email",label:"e-mail",required:!0},{name:"age",type:"select",label:t({id:"common.form.age"}),options:["0-9","10-19","20-29","30-39","40-49","50-59","60-69","70-79","80-89","90-99"]},{name:"job",type:"input",label:t({id:"common.form.job"})}],o=[{name:"dataName",type:"input",label:t({id:"common.form.dataname"}),placeholder:t({id:"common.form.dataname.placeholder"})},{name:"author",type:"input",label:t({id:"common.form.author"})},{name:"date",type:"datePicker",label:t({id:"common.form.datadate"}),initialValue:sr().format("yyyy-MM-DD")},{name:"offer",type:"input",label:t({id:"common.form.providername"}),placeholder:t({id:"common.form.provider.notice"})}],i=[{name:"files",type:"upload",label:t({id:"common.form.attachment"}),hint:t({id:"common.form.attachment.hint"})},{name:"message",type:"textarea",label:t({id:"common.content"})},{name:"vcode",type:"vcode",label:t({id:"common.form.code"}),initialValue:!1,required:!0}];return r.concat(n===ur?o:[]).concat(i)})({formatMessage:u,formType:d}),y=Qn({initialValues:m.reduce(((e,t)=>({...e,[t.name]:t.initialValue||""})),{}),validate:e=>{const t={};if(m.filter((e=>{let{required:t}=e;return t})).forEach((n=>{let{name:r,label:o}=n;e[r]||(t[r]=`${u({id:"common.enter"})} ${o}`)})),/^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i.test(e.email)||(t.email=u({id:"common.form.valid.error.email"})),e.vcode||(t.vcode=u({id:"common.form.code.error"})),p(e.subject),Array.isArray(e.files)){e.files.reduce(((e,t)=>e+t.size),0)>2097152&&(t.files=u({id:"common.form.attachment.valid.error"}))}return mo=Object.keys(t).length>0?Object.keys(t).shift():null,t},onSubmit:e=>{const t=`${e.subject===cr?u({id:"common.has.problem"}):u({id:"common.form.dataProvide"})}-${u({id:"header.title"})}-${e.name}`,n=d===cr?(e=>{let{formatMessage:t,values:n}=e;const r=[];return Object.keys(n).forEach((e=>{switch(e){case"subject":{const o=t({id:"common.has.problem"});n[e]&&r.push(`${o}-${t({id:"header.title"})}`);break}case"name":n[e]&&r.push(`${t({id:"common.form.name"})}:${n[e]}`);break;case"email":n[e]&&r.push(`e-mail:${n[e]}`);break;case"phone":n[e]&&r.push(`${t({id:"common.form.phone"})}:${n[e]}`);break;case"age":n[e]&&r.push(`${t({id:"common.form.age"})}:${n[e]}`);break;case"job":n[e]&&r.push(`${t({id:"common.form.job"})}:${n[e]}`);break;case"message":n[e]&&r.push(`${t({id:"common.content"})}:${n[e]}`)}})),r.join("<br />")})({formatMessage:u,values:e}):(e=>{let{formatMessage:t,values:n}=e;const r=[];return Object.keys(n).forEach((e=>{switch(e){case"subject":{const o=t({id:"common.form.dataProvide"});n[e]&&r.push(`${o}-${t({id:"header.title"})}`);break}case"name":n[e]&&r.push(`${t({id:"common.form.name"})}:${n[e]}`);break;case"email":n[e]&&r.push(`e-mail:${n[e]}`);break;case"phone":n[e]&&r.push(`${t({id:"common.form.phone"})}:${n[e]}`);break;case"age":n[e]&&r.push(`${t({id:"common.form.age"})}:${n[e]}`);break;case"job":n[e]&&r.push(`${t({id:"common.form.job"})}:${n[e]}`);break;case"dataName":n[e]&&r.push(`${t({id:"common.form.dataname"})}:${n[e]}`);break;case"author":n[e]&&r.push(`${t({id:"common.form.author"})}:${n[e]}`);break;case"date":n[e]&&r.push(`${t({id:"common.form.datadate"})}:${n[e]}`);break;case"offer":n[e]&&r.push(`${t({id:"common.form.providername"})}:${n[e]}`);break;case"message":n[e]&&r.push(`${t({id:"common.content"})}:${n[e]}`)}})),r.join("<br />")})({formatMessage:u,values:e});f(!0);const r=e.files&&e.files[0]&&e.files[0].name;var i;e.files&&e.files.length>0?(i=e.files[0],new Promise(((e,t)=>{const n=new FileReader;n.readAsDataURL(i),n.onload=()=>e(n.result),n.onerror=e=>t(e)}))).then((i=>{ar({from:e.email,to:o,subject:t,html:n,attachments:[{filename:r,content:i}]},a,(e=>{let{state:t}=e;t?(f(!1),y.resetForm(),s(!1),c({message:"common.action.success"})):c({type:"error",message:"common.action.error"})}))})):ar({from:e.email,to:o,subject:t,html:n},a,(e=>{let{state:t}=e;t?(f(!1),y.resetForm(),s(!1),c({message:"common.action.success"})):c({type:"error",message:"common.action.error"})}))}});return t.createElement(S,{fullWidth:!0,visible:i,loading:l,title:u({id:"common.form.contactUs"}),onCancel:()=>{y.resetForm(),s(!1)},onOk:()=>{y.handleSubmit();const e=document.getElementById(`form-${mo}`);if(e){const t=e.offsetTop-65;e.parentElement.scrollTo?e.parentElement.scrollTo({top:t,behavior:"smooth"}):e.parentElement.scrollTop=t}mo&&c({type:"error",message:"common.form.error"})},cancelText:u({id:"common.cancel"}),okText:u({id:"common.submit"})},t.createElement(Gn,{value:y},m.map((n=>t.createElement(po,e({key:n.name},n,{setFieldValue:y.setFieldValue,formatMessage:u,onNotify:c}))))))};yo.defaultProps={type:cr,mailto:"twp@nmtl.gov.tw",open:!1,emailAPI:"https://api.daoyidh.com/nmtl/mail",setOpen:()=>{},formatMessage:()=>{},onNotify:()=>{}},yo.propTypes={type:y.oneOf(["DATA_PROVIDER","PROBLEM"]),mailto:y.string,open:y.bool,emailAPI:y.string,setOpen:y.func,formatMessage:y.func,onNotify:y.func};export{yo as default};
|
|
1
|
+
export { C as default } from './ContactModal-0a4c67b8.js';
|
|
2
|
+
import './_rollupPluginBabelHelpers-a52356f6.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'prop-types';
|
|
5
|
+
import './hoist-non-react-statics.cjs-3f408ad2.js';
|
|
6
|
+
import 'react-is';
|
|
7
|
+
import 'axios';
|
|
8
|
+
import './Modal-c33b7a7f.js';
|
|
9
|
+
import './index-848f4409.js';
|
|
10
|
+
import '@material-ui/core';
|
|
11
|
+
import '@material-ui/icons';
|
|
12
|
+
import './Button-611f1770.js';
|
|
13
|
+
import './style-inject.es-1f59c1d0.js';
|
|
14
|
+
import './Spin-96bc2c76.js';
|
|
15
|
+
import './_commonjsHelpers-70de2c37.js';
|
|
16
|
+
import './Select-9a745e5c.js';
|
|
17
|
+
import './Empty-67b4d7d7.js';
|
|
18
|
+
import './createSvgIcon-ad1104bb.js';
|
|
19
|
+
import './defaultTheme-ed7746fe.js';
|
|
20
|
+
import '@material-ui/styles';
|
|
21
|
+
import 'react-dom';
|
|
22
|
+
import './globalConfig';
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { a as _slicedToArray } from './_rollupPluginBabelHelpers-a52356f6.js';
|
|
2
|
+
import React__default, { useState } from 'react';
|
|
3
|
+
import PropTypes from 'prop-types';
|
|
4
|
+
import { List, ListItem, ListItemIcon, ListItemText, IconButton, Drawer as Drawer$1, Divider } from '@material-ui/core';
|
|
5
|
+
import { DehazeRounded } from '@material-ui/icons';
|
|
6
|
+
import { S as Select } from './Select-9a745e5c.js';
|
|
7
|
+
import { useHistory, useRouteMatch } from 'react-router-dom';
|
|
8
|
+
import { s as styleInject } from './style-inject.es-1f59c1d0.js';
|
|
9
|
+
|
|
10
|
+
var defaultSupportLanguage = [
|
|
11
|
+
// { value: 'en', label: 'English' },
|
|
12
|
+
{
|
|
13
|
+
value: 'zh-tw',
|
|
14
|
+
label: '繁體中文'
|
|
15
|
+
}
|
|
16
|
+
// { value: 'zh-cn', label: '簡體中文' },
|
|
17
|
+
];
|
|
18
|
+
|
|
19
|
+
/* [檢查-語系]本系統是否支援該語系 並回傳語系 */
|
|
20
|
+
var checkLanguageSupport = function checkLanguageSupport(_ref) {
|
|
21
|
+
var language = _ref.language,
|
|
22
|
+
supportLanguages = _ref.supportLanguages;
|
|
23
|
+
var isSupport = supportLanguages.some(function (_ref2) {
|
|
24
|
+
var value = _ref2.value;
|
|
25
|
+
return value === language;
|
|
26
|
+
});
|
|
27
|
+
return isSupport ? language : supportLanguages[0].value;
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
const DrawerList = _ref => {
|
|
31
|
+
let {
|
|
32
|
+
drawerList,
|
|
33
|
+
setOpen
|
|
34
|
+
} = _ref;
|
|
35
|
+
const history = useHistory();
|
|
36
|
+
const {
|
|
37
|
+
url
|
|
38
|
+
} = useRouteMatch();
|
|
39
|
+
return /*#__PURE__*/React__default.createElement(List, {
|
|
40
|
+
className: "drawer__list"
|
|
41
|
+
}, Array.isArray(drawerList) && drawerList.map((_ref2, index) => {
|
|
42
|
+
let {
|
|
43
|
+
name,
|
|
44
|
+
icon,
|
|
45
|
+
path
|
|
46
|
+
} = _ref2;
|
|
47
|
+
return /*#__PURE__*/React__default.createElement(ListItem, {
|
|
48
|
+
button: true,
|
|
49
|
+
key: index.toString(),
|
|
50
|
+
onClick: () => {
|
|
51
|
+
if (path.indexOf('http') > -1) {
|
|
52
|
+
window.location = path;
|
|
53
|
+
} else {
|
|
54
|
+
history.push({
|
|
55
|
+
pathname: `${url}${path}`
|
|
56
|
+
});
|
|
57
|
+
}
|
|
58
|
+
setOpen(false);
|
|
59
|
+
}
|
|
60
|
+
}, icon && /*#__PURE__*/React__default.createElement(ListItemIcon, {
|
|
61
|
+
style: {
|
|
62
|
+
marginRight: 24
|
|
63
|
+
}
|
|
64
|
+
}, icon), /*#__PURE__*/React__default.createElement(ListItemText, {
|
|
65
|
+
primary: name
|
|
66
|
+
}));
|
|
67
|
+
}));
|
|
68
|
+
};
|
|
69
|
+
DrawerList.defaultProps = {};
|
|
70
|
+
DrawerList.propTypes = {
|
|
71
|
+
drawerList: PropTypes.arrayOf(PropTypes.any).isRequired,
|
|
72
|
+
setOpen: PropTypes.func.isRequired
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
var css_248z = ".drawer__icon {\n display: none !important; }\n\n.drawer__header {\n display: flex;\n align-items: center;\n padding: 20px; }\n .drawer__header-title {\n font-size: 18px;\n font-weight: bold; }\n\n.drawer__list {\n padding: 10px !important; }\n .drawer__list .MuiSvgIcon-root {\n margin-left: 8px; }\n\n.drawer__lang {\n margin: 24px 36px !important; }\n\n@media screen and (max-width: 768px) {\n .drawer {\n display: flex;\n justify-content: flex-end; }\n .drawer__icon {\n display: flex !important; } }\n";
|
|
76
|
+
styleInject(css_248z);
|
|
77
|
+
|
|
78
|
+
var Drawer = function Drawer(_ref) {
|
|
79
|
+
var title = _ref.title,
|
|
80
|
+
logo = _ref.logo,
|
|
81
|
+
locale = _ref.locale,
|
|
82
|
+
supportLanguages = _ref.supportLanguages,
|
|
83
|
+
drawerList = _ref.drawerList,
|
|
84
|
+
onLanguageChange = _ref.onLanguageChange;
|
|
85
|
+
var _useState = useState(false),
|
|
86
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
87
|
+
open = _useState2[0],
|
|
88
|
+
setOpen = _useState2[1];
|
|
89
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
90
|
+
className: "drawer"
|
|
91
|
+
}, /*#__PURE__*/React__default.createElement(IconButton, {
|
|
92
|
+
className: "drawer__icon",
|
|
93
|
+
onClick: function onClick() {
|
|
94
|
+
return setOpen(true);
|
|
95
|
+
}
|
|
96
|
+
}, /*#__PURE__*/React__default.createElement(DehazeRounded, {
|
|
97
|
+
fontSize: "large"
|
|
98
|
+
})), /*#__PURE__*/React__default.createElement(Drawer$1, {
|
|
99
|
+
anchor: "right",
|
|
100
|
+
open: open,
|
|
101
|
+
onClose: function onClose() {
|
|
102
|
+
return setOpen(false);
|
|
103
|
+
},
|
|
104
|
+
onKeyDown: function onKeyDown() {
|
|
105
|
+
return setOpen(false);
|
|
106
|
+
}
|
|
107
|
+
}, (logo || title) && /*#__PURE__*/React__default.createElement("div", {
|
|
108
|
+
className: "drawer__header"
|
|
109
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
110
|
+
className: "drawer__header-logo"
|
|
111
|
+
}, logo), /*#__PURE__*/React__default.createElement("div", {
|
|
112
|
+
className: "drawer__header-title"
|
|
113
|
+
}, title)), /*#__PURE__*/React__default.createElement(Divider, null), /*#__PURE__*/React__default.createElement(DrawerList, {
|
|
114
|
+
drawerList: (Array.isArray(drawerList) ? drawerList : []).filter(function (_ref2) {
|
|
115
|
+
var showInHeader = _ref2.showInHeader;
|
|
116
|
+
return showInHeader;
|
|
117
|
+
}),
|
|
118
|
+
setOpen: setOpen
|
|
119
|
+
}), /*#__PURE__*/React__default.createElement(Divider, null), Array.isArray(supportLanguages) && supportLanguages.length > 0 && /*#__PURE__*/React__default.createElement(Select, {
|
|
120
|
+
className: "drawer__lang",
|
|
121
|
+
defaultValue: checkLanguageSupport({
|
|
122
|
+
language: locale,
|
|
123
|
+
supportLanguages: supportLanguages
|
|
124
|
+
}),
|
|
125
|
+
onChange: function onChange(value) {
|
|
126
|
+
return onLanguageChange(value);
|
|
127
|
+
},
|
|
128
|
+
options: supportLanguages
|
|
129
|
+
})));
|
|
130
|
+
};
|
|
131
|
+
Drawer.defaultProps = {
|
|
132
|
+
title: undefined,
|
|
133
|
+
logo: undefined,
|
|
134
|
+
locale: undefined,
|
|
135
|
+
supportLanguages: [
|
|
136
|
+
// { value: 'en', label: 'English' },
|
|
137
|
+
{
|
|
138
|
+
value: 'zh-tw',
|
|
139
|
+
label: '繁體中文'
|
|
140
|
+
}
|
|
141
|
+
// { value: 'zh-cn', label: '簡體中文' },
|
|
142
|
+
],
|
|
143
|
+
|
|
144
|
+
drawerList: undefined,
|
|
145
|
+
onLanguageChange: function onLanguageChange() {}
|
|
146
|
+
};
|
|
147
|
+
Drawer.propTypes = {
|
|
148
|
+
title: PropTypes.string,
|
|
149
|
+
logo: PropTypes.node,
|
|
150
|
+
locale: PropTypes.string,
|
|
151
|
+
supportLanguages: PropTypes.arrayOf(PropTypes.any),
|
|
152
|
+
drawerList: PropTypes.arrayOf(PropTypes.any),
|
|
153
|
+
onLanguageChange: PropTypes.func
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
export { Drawer as D, checkLanguageSupport as c, defaultSupportLanguage as d };
|
package/lib/components/Drawer.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
export { D as default } from './Drawer-55c0f66f.js';
|
|
2
|
+
import './_rollupPluginBabelHelpers-a52356f6.js';
|
|
3
|
+
import 'react';
|
|
4
|
+
import 'prop-types';
|
|
5
|
+
import '@material-ui/core';
|
|
6
|
+
import '@material-ui/icons';
|
|
7
|
+
import './Select-9a745e5c.js';
|
|
8
|
+
import './index-848f4409.js';
|
|
9
|
+
import './Empty-67b4d7d7.js';
|
|
10
|
+
import './style-inject.es-1f59c1d0.js';
|
|
11
|
+
import 'react-router-dom';
|