@para-ui/core 2.2.44 → 2.2.46
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/DragVerify/index.d.ts +36 -0
- package/DragVerify/index.js +15 -0
- package/DragVerify/lang/en_US.d.ts +5 -0
- package/DragVerify/lang/index.d.ts +11 -0
- package/DragVerify/lang/zh_CN.d.ts +5 -0
- package/README.md +13 -2
- package/Selector/index.js +1 -1
- package/Selector/interface.d.ts +4 -0
- package/SelectorPicker/index.js +1 -1
- package/TextEditor/common.d.ts +11 -0
- package/TextEditor/index.d.ts +127 -0
- package/TextEditor/index.js +177 -0
- package/cdn/DragVerify/index.js +28 -0
- package/cdn/Selector/index.js +1 -1
- package/cdn/SelectorPicker/index.js +1 -1
- package/cdn/TextEditor/index.js +230 -0
- package/index.d.ts +4 -0
- package/index.js +167 -4
- package/package.json +5 -3
- package/style.css +3 -0
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("react"),require("react-dom"),require("@paraview/lib")):"function"==typeof define&&define.amd?define(["react","react-dom","@paraview/lib"],t):"object"==typeof exports?exports.ParaUI=t(require("react"),require("react-dom"),require("@paraview/lib")):e.ParaUI=t(e.react,e["react-dom"],e["@paraview/lib"])}(self,(function(e,t,n){return function(){var r={20170:function(e,t,n){"use strict";var r=n(87462),o=n(93324),i=n(45987),a=n(8156),u=n(96630),s=n(8920),l=n(5653),c=n(17294);function f(e){return"scale(".concat(e,", ").concat(Math.pow(e,2),")")}var d={entering:{opacity:1,transform:f(1)},entered:{opacity:1,transform:"none"}},p=a.forwardRef((function(e,t){var n=e.children,p=e.disableStrictModeCompat,h=void 0!==p&&p,g=e.in,v=e.onEnter,y=e.onEntered,m=e.onEntering,b=e.onExit,w=e.onExited,x=e.onExiting,E=e.style,S=e.timeout,C=void 0===S?"auto":S,D=e.TransitionComponent,O=void 0===D?u.ZP:D,A=(0,i.Z)(e,["children","disableStrictModeCompat","in","onEnter","onEntered","onEntering","onExit","onExited","onExiting","style","timeout","TransitionComponent"]),k=a.useRef(),T=a.useRef(),B=(0,s.Z)(),P=B.unstable_strictMode&&!h,F=a.useRef(null),_=(0,c.Z)(n.ref,t),j=(0,c.Z)(P?F:void 0,_),N=function(e){return function(t,n){if(e){var r=P?[F.current,t]:[t,n],i=(0,o.Z)(r,2),a=i[0],u=i[1];void 0===u?e(a):e(a,u)}}},R=N(m),I=N((function(e,t){(0,l.n)(e);var n,r=(0,l.C)({style:E,timeout:C},{mode:"enter"}),o=r.duration,i=r.delay;"auto"===C?(n=B.transitions.getAutoHeightDuration(e.clientHeight),T.current=n):n=o,e.style.transition=[B.transitions.create("opacity",{duration:n,delay:i}),B.transitions.create("transform",{duration:.666*n,delay:i})].join(","),v&&v(e,t)})),L=N(y),M=N(x),z=N((function(e){var t,n=(0,l.C)({style:E,timeout:C},{mode:"exit"}),r=n.duration,o=n.delay;"auto"===C?(t=B.transitions.getAutoHeightDuration(e.clientHeight),T.current=t):t=r,e.style.transition=[B.transitions.create("opacity",{duration:t,delay:o}),B.transitions.create("transform",{duration:.666*t,delay:o||.333*t})].join(","),e.style.opacity="0",e.style.transform=f(.75),b&&b(e)})),$=N(w);return a.useEffect((function(){return function(){clearTimeout(k.current)}}),[]),a.createElement(O,(0,r.Z)({appear:!0,in:g,nodeRef:P?F:void 0,onEnter:I,onEntered:L,onEntering:R,onExit:z,onExited:$,onExiting:M,addEndListener:function(e,t){var n=P?e:t;"auto"===C&&(k.current=setTimeout(n,T.current||0))},timeout:"auto"===C?null:C},A),(function(e,t){return a.cloneElement(n,(0,r.Z)({style:(0,r.Z)({opacity:0,transform:f(.75),visibility:"exited"!==e||g?void 0:"hidden"},d[e],E,n.props.style),ref:j},t))}))}));p.muiSupportAuto=!0,t.Z=p},43606:function(e,t,n){"use strict";var r=n(87462),o=n(45987),i=n(8156),a=n(28981),u=n(159),s=n(76234),l=n(82568),c=n(34236),f=n(17294);function d(e){return"function"==typeof e?e():e}var p="undefined"!=typeof window?i.useLayoutEffect:i.useEffect,h={},g=i.forwardRef((function(e,t){var n=e.anchorEl,g=e.children,v=e.container,y=e.disablePortal,m=void 0!==y&&y,b=e.keepMounted,w=void 0!==b&&b,x=e.modifiers,E=e.open,S=e.placement,C=void 0===S?"bottom":S,D=e.popperOptions,O=void 0===D?h:D,A=e.popperRef,k=e.style,T=e.transition,B=void 0!==T&&T,P=(0,o.Z)(e,["anchorEl","children","container","disablePortal","keepMounted","modifiers","open","placement","popperOptions","popperRef","style","transition"]),F=i.useRef(null),_=(0,f.Z)(F,t),j=i.useRef(null),N=(0,f.Z)(j,A),R=i.useRef(N);p((function(){R.current=N}),[N]),i.useImperativeHandle(A,(function(){return j.current}),[]);var I=i.useState(!0),L=I[0],M=I[1],z=function(e,t){if("ltr"===(t&&t.direction||"ltr"))return e;switch(e){case"bottom-end":return"bottom-start";case"bottom-start":return"bottom-end";case"top-end":return"top-start";case"top-start":return"top-end";default:return e}}(C,(0,u.Z)()),$=i.useState(z),H=$[0],U=$[1];i.useEffect((function(){j.current&&j.current.update()}));var V=i.useCallback((function(){if(F.current&&n&&E){j.current&&(j.current.destroy(),R.current(null));var e=function(e){U(e.placement)},t=(d(n),new a.Z(d(n),F.current,(0,r.Z)({placement:z},O,{modifiers:(0,r.Z)({},m?{}:{preventOverflow:{boundariesElement:"window"}},x,O.modifiers),onCreate:(0,l.Z)(e,O.onCreate),onUpdate:(0,l.Z)(e,O.onUpdate)})));R.current(t)}}),[n,m,x,E,z,O]),Z=i.useCallback((function(e){(0,c.Z)(_,e),V()}),[_,V]),W=function(){j.current&&(j.current.destroy(),R.current(null))};if(i.useEffect((function(){return function(){W()}}),[]),i.useEffect((function(){E||B||W()}),[E,B]),!w&&!E&&(!B||L))return null;var G={placement:H};return B&&(G.TransitionProps={in:E,onEnter:function(){M(!1)},onExited:function(){M(!0),W()}}),i.createElement(s.Z,{disablePortal:m,container:v},i.createElement("div",(0,r.Z)({ref:Z,role:"tooltip"},P,{style:(0,r.Z)({position:"fixed",top:0,left:0,display:E||!w||B?null:"none"},k)}),"function"==typeof g?g(G):g))}));t.Z=g},76234:function(e,t,n){"use strict";var r=n(8156),o=n(47111),i=n(34236),a=n(17294);var u="undefined"!=typeof window?r.useLayoutEffect:r.useEffect,s=r.forwardRef((function(e,t){var n=e.children,s=e.container,l=e.disablePortal,c=void 0!==l&&l,f=e.onRendered,d=r.useState(null),p=d[0],h=d[1],g=(0,a.Z)(r.isValidElement(n)?n.ref:null,t);return u((function(){c||h(function(e){return e="function"==typeof e?e():e,o.findDOMNode(e)}(s)||document.body)}),[s,c]),u((function(){if(p&&!c)return(0,i.Z)(t,p),function(){(0,i.Z)(t,null)}}),[t,p,c]),u((function(){f&&(p||c)&&f()}),[f,p,c]),c?r.isValidElement(n)?r.cloneElement(n,{ref:g}):n:p?o.createPortal(n,p):p}));t.Z=s},96230:function(e,t){"use strict";t.Z={50:"#e3f2fd",100:"#bbdefb",200:"#90caf9",300:"#64b5f6",400:"#42a5f5",500:"#2196f3",600:"#1e88e5",700:"#1976d2",800:"#1565c0",900:"#0d47a1",A100:"#82b1ff",A200:"#448aff",A400:"#2979ff",A700:"#2962ff"}},34733:function(e,t){"use strict";t.Z={black:"#000",white:"#fff"}},18334:function(e,t){"use strict";t.Z={50:"#e8f5e9",100:"#c8e6c9",200:"#a5d6a7",300:"#81c784",400:"#66bb6a",500:"#4caf50",600:"#43a047",700:"#388e3c",800:"#2e7d32",900:"#1b5e20",A100:"#b9f6ca",A200:"#69f0ae",A400:"#00e676",A700:"#00c853"}},88105:function(e,t){"use strict";t.Z={50:"#fafafa",100:"#f5f5f5",200:"#eeeeee",300:"#e0e0e0",400:"#bdbdbd",500:"#9e9e9e",600:"#757575",700:"#616161",800:"#424242",900:"#212121",A100:"#d5d5d5",A200:"#aaaaaa",A400:"#303030",A700:"#616161"}},34446:function(e,t){"use strict";t.Z={50:"#e8eaf6",100:"#c5cae9",200:"#9fa8da",300:"#7986cb",400:"#5c6bc0",500:"#3f51b5",600:"#3949ab",700:"#303f9f",800:"#283593",900:"#1a237e",A100:"#8c9eff",A200:"#536dfe",A400:"#3d5afe",A700:"#304ffe"}},59546:function(e,t){"use strict";t.Z={50:"#fff3e0",100:"#ffe0b2",200:"#ffcc80",300:"#ffb74d",400:"#ffa726",500:"#ff9800",600:"#fb8c00",700:"#f57c00",800:"#ef6c00",900:"#e65100",A100:"#ffd180",A200:"#ffab40",A400:"#ff9100",A700:"#ff6d00"}},9198:function(e,t){"use strict";t.Z={50:"#fce4ec",100:"#f8bbd0",200:"#f48fb1",300:"#f06292",400:"#ec407a",500:"#e91e63",600:"#d81b60",700:"#c2185b",800:"#ad1457",900:"#880e4f",A100:"#ff80ab",A200:"#ff4081",A400:"#f50057",A700:"#c51162"}},20907:function(e,t){"use strict";t.Z={50:"#ffebee",100:"#ffcdd2",200:"#ef9a9a",300:"#e57373",400:"#ef5350",500:"#f44336",600:"#e53935",700:"#d32f2f",800:"#c62828",900:"#b71c1c",A100:"#ff8a80",A200:"#ff5252",A400:"#ff1744",A700:"#d50000"}},59693:function(e,t,n){"use strict";n.d(t,{$n:function(){return f},U1:function(){return l},_j:function(){return c},mi:function(){return u}});var r=n(60288);function o(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1;return Math.min(Math.max(t,e),n)}function i(e){if(e.type)return e;if("#"===e.charAt(0))return i(function(e){e=e.substr(1);var t=new RegExp(".{1,".concat(e.length>=6?2:1,"}"),"g"),n=e.match(t);return n&&1===n[0].length&&(n=n.map((function(e){return e+e}))),n?"rgb".concat(4===n.length?"a":"","(").concat(n.map((function(e,t){return t<3?parseInt(e,16):Math.round(parseInt(e,16)/255*1e3)/1e3})).join(", "),")"):""}(e));var t=e.indexOf("("),n=e.substring(0,t);if(-1===["rgb","rgba","hsl","hsla"].indexOf(n))throw new Error((0,r.Z)(3,e));var o=e.substring(t+1,e.length-1).split(",");return{type:n,values:o=o.map((function(e){return parseFloat(e)}))}}function a(e){var t=e.type,n=e.values;return-1!==t.indexOf("rgb")?n=n.map((function(e,t){return t<3?parseInt(e,10):e})):-1!==t.indexOf("hsl")&&(n[1]="".concat(n[1],"%"),n[2]="".concat(n[2],"%")),"".concat(t,"(").concat(n.join(", "),")")}function u(e,t){var n=s(e),r=s(t);return(Math.max(n,r)+.05)/(Math.min(n,r)+.05)}function s(e){var t="hsl"===(e=i(e)).type?i(function(e){var t=(e=i(e)).values,n=t[0],r=t[1]/100,o=t[2]/100,u=r*Math.min(o,1-o),s=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:(e+n/30)%12;return o-u*Math.max(Math.min(t-3,9-t,1),-1)},l="rgb",c=[Math.round(255*s(0)),Math.round(255*s(8)),Math.round(255*s(4))];return"hsla"===e.type&&(l+="a",c.push(t[3])),a({type:l,values:c})}(e)).values:e.values;return t=t.map((function(e){return(e/=255)<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4)})),Number((.2126*t[0]+.7152*t[1]+.0722*t[2]).toFixed(3))}function l(e,t){return e=i(e),t=o(t),"rgb"!==e.type&&"hsl"!==e.type||(e.type+="a"),e.values[3]=t,a(e)}function c(e,t){if(e=i(e),t=o(t),-1!==e.type.indexOf("hsl"))e.values[2]*=1-t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]*=1-t;return a(e)}function f(e,t){if(e=i(e),t=o(t),-1!==e.type.indexOf("hsl"))e.values[2]+=(100-e.values[2])*t;else if(-1!==e.type.indexOf("rgb"))for(var n=0;n<3;n+=1)e.values[n]+=(255-e.values[n])*t;return a(e)}},90157:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(87462),o=n(45987),i=["xs","sm","md","lg","xl"];function a(e){var t=e.values,n=void 0===t?{xs:0,sm:600,md:960,lg:1280,xl:1920}:t,a=e.unit,u=void 0===a?"px":a,s=e.step,l=void 0===s?5:s,c=(0,o.Z)(e,["values","unit","step"]);function f(e){var t="number"==typeof n[e]?n[e]:e;return"@media (min-width:".concat(t).concat(u,")")}function d(e,t){var r=i.indexOf(t);return r===i.length-1?f(e):"@media (min-width:".concat("number"==typeof n[e]?n[e]:e).concat(u,") and ")+"(max-width:".concat((-1!==r&&"number"==typeof n[i[r+1]]?n[i[r+1]]:t)-l/100).concat(u,")")}return(0,r.Z)({keys:i,values:n,up:f,down:function(e){var t=i.indexOf(e)+1,r=n[i[t]];return t===i.length?f("xs"):"@media (max-width:".concat(("number"==typeof r&&t>0?r:e)-l/100).concat(u,")")},between:d,only:function(e){return d(e,e)},width:function(e){return n[e]}},c)}},66026:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(4942),o=n(87462);function i(e,t,n){var i;return(0,o.Z)({gutters:function(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};return(0,o.Z)({paddingLeft:t(2),paddingRight:t(2)},n,(0,r.Z)({},e.up("sm"),(0,o.Z)({paddingLeft:t(3),paddingRight:t(3)},n[e.up("sm")])))},toolbar:(i={minHeight:56},(0,r.Z)(i,"".concat(e.up("xs")," and (orientation: landscape)"),{minHeight:48}),(0,r.Z)(i,e.up("sm"),{minHeight:64}),i)},n)}},75635:function(e,t,n){"use strict";var r=n(45987),o=n(35953),i=n(90157),a=n(66026),u=n(8442),s=n(44606),l=n(97681),c=n(36875),f=n(88035),d=n(43366),p=n(92781);t.Z=function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.breakpoints,n=void 0===t?{}:t,h=e.mixins,g=void 0===h?{}:h,v=e.palette,y=void 0===v?{}:v,m=e.spacing,b=e.typography,w=void 0===b?{}:b,x=(0,r.Z)(e,["breakpoints","mixins","palette","spacing","typography"]),E=(0,u.ZP)(y),S=(0,i.Z)(n),C=(0,f.Z)(m),D=(0,o.Z)({breakpoints:S,direction:"ltr",mixins:(0,a.Z)(S,C,g),overrides:{},palette:E,props:{},shadows:l.Z,typography:(0,s.Z)(E,w),spacing:C,shape:c.Z,transitions:d.ZP,zIndex:p.Z},x),O=arguments.length,A=new Array(O>1?O-1:0),k=1;k<O;k++)A[k-1]=arguments[k];return D=A.reduce((function(e,t){return(0,o.Z)(e,t)}),D)}},8442:function(e,t,n){"use strict";n.d(t,{ZP:function(){return b}});var r=n(87462),o=n(45987),i=n(60288),a=n(35953),u=n(34733),s=n(88105),l=n(34446),c=n(9198),f=n(20907),d=n(59546),p=n(96230),h=n(18334),g=n(59693),v={text:{primary:"rgba(0, 0, 0, 0.87)",secondary:"rgba(0, 0, 0, 0.54)",disabled:"rgba(0, 0, 0, 0.38)",hint:"rgba(0, 0, 0, 0.38)"},divider:"rgba(0, 0, 0, 0.12)",background:{paper:u.Z.white,default:s.Z[50]},action:{active:"rgba(0, 0, 0, 0.54)",hover:"rgba(0, 0, 0, 0.04)",hoverOpacity:.04,selected:"rgba(0, 0, 0, 0.08)",selectedOpacity:.08,disabled:"rgba(0, 0, 0, 0.26)",disabledBackground:"rgba(0, 0, 0, 0.12)",disabledOpacity:.38,focus:"rgba(0, 0, 0, 0.12)",focusOpacity:.12,activatedOpacity:.12}},y={text:{primary:u.Z.white,secondary:"rgba(255, 255, 255, 0.7)",disabled:"rgba(255, 255, 255, 0.5)",hint:"rgba(255, 255, 255, 0.5)",icon:"rgba(255, 255, 255, 0.5)"},divider:"rgba(255, 255, 255, 0.12)",background:{paper:s.Z[800],default:"#303030"},action:{active:u.Z.white,hover:"rgba(255, 255, 255, 0.08)",hoverOpacity:.08,selected:"rgba(255, 255, 255, 0.16)",selectedOpacity:.16,disabled:"rgba(255, 255, 255, 0.3)",disabledBackground:"rgba(255, 255, 255, 0.12)",disabledOpacity:.38,focus:"rgba(255, 255, 255, 0.12)",focusOpacity:.12,activatedOpacity:.24}};function m(e,t,n,r){var o=r.light||r,i=r.dark||1.5*r;e[t]||(e.hasOwnProperty(n)?e[t]=e[n]:"light"===t?e.light=(0,g.$n)(e.main,o):"dark"===t&&(e.dark=(0,g._j)(e.main,i)))}function b(e){var t=e.primary,n=void 0===t?{light:l.Z[300],main:l.Z[500],dark:l.Z[700]}:t,b=e.secondary,w=void 0===b?{light:c.Z.A200,main:c.Z.A400,dark:c.Z.A700}:b,x=e.error,E=void 0===x?{light:f.Z[300],main:f.Z[500],dark:f.Z[700]}:x,S=e.warning,C=void 0===S?{light:d.Z[300],main:d.Z[500],dark:d.Z[700]}:S,D=e.info,O=void 0===D?{light:p.Z[300],main:p.Z[500],dark:p.Z[700]}:D,A=e.success,k=void 0===A?{light:h.Z[300],main:h.Z[500],dark:h.Z[700]}:A,T=e.type,B=void 0===T?"light":T,P=e.contrastThreshold,F=void 0===P?3:P,_=e.tonalOffset,j=void 0===_?.2:_,N=(0,o.Z)(e,["primary","secondary","error","warning","info","success","type","contrastThreshold","tonalOffset"]);function R(e){return(0,g.mi)(e,y.text.primary)>=F?y.text.primary:v.text.primary}var I=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:500,n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:300,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:700;if(!(e=(0,r.Z)({},e)).main&&e[t]&&(e.main=e[t]),!e.main)throw new Error((0,i.Z)(4,t));if("string"!=typeof e.main)throw new Error((0,i.Z)(5,JSON.stringify(e.main)));return m(e,"light",n,j),m(e,"dark",o,j),e.contrastText||(e.contrastText=R(e.main)),e},L={dark:y,light:v};return(0,a.Z)((0,r.Z)({common:u.Z,type:B,primary:I(n),secondary:I(w,"A400","A200","A700"),error:I(E),warning:I(C),info:I(O),success:I(k),grey:s.Z,contrastThreshold:F,getContrastText:R,augmentColor:I,tonalOffset:j},L[B]),N)}},88035:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(71279);function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;if(e.mui)return e;var t=(0,r.h)({spacing:e}),n=function(){for(var e=arguments.length,n=new Array(e),r=0;r<e;r++)n[r]=arguments[r];return 0===n.length?t(1):1===n.length?t(n[0]):n.map((function(e){if("string"==typeof e)return e;var n=t(e);return"number"==typeof n?"".concat(n,"px"):n})).join(" ")};return Object.defineProperty(n,"unit",{get:function(){return e}}),n.mui=!0,n}},44606:function(e,t,n){"use strict";n.d(t,{Z:function(){return l}});var r=n(87462),o=n(45987),i=n(35953);function a(e){return Math.round(1e5*e)/1e5}var u={textTransform:"uppercase"},s='"Roboto", "Helvetica", "Arial", sans-serif';function l(e,t){var n="function"==typeof t?t(e):t,l=n.fontFamily,c=void 0===l?s:l,f=n.fontSize,d=void 0===f?14:f,p=n.fontWeightLight,h=void 0===p?300:p,g=n.fontWeightRegular,v=void 0===g?400:g,y=n.fontWeightMedium,m=void 0===y?500:y,b=n.fontWeightBold,w=void 0===b?700:b,x=n.htmlFontSize,E=void 0===x?16:x,S=n.allVariants,C=n.pxToRem,D=(0,o.Z)(n,["fontFamily","fontSize","fontWeightLight","fontWeightRegular","fontWeightMedium","fontWeightBold","htmlFontSize","allVariants","pxToRem"]);var O=d/14,A=C||function(e){return"".concat(e/E*O,"rem")},k=function(e,t,n,o,i){return(0,r.Z)({fontFamily:c,fontWeight:e,fontSize:A(t),lineHeight:n},c===s?{letterSpacing:"".concat(a(o/t),"em")}:{},i,S)},T={h1:k(h,96,1.167,-1.5),h2:k(h,60,1.2,-.5),h3:k(v,48,1.167,0),h4:k(v,34,1.235,.25),h5:k(v,24,1.334,0),h6:k(m,20,1.6,.15),subtitle1:k(v,16,1.75,.15),subtitle2:k(m,14,1.57,.1),body1:k(v,16,1.5,.15),body2:k(v,14,1.43,.15),button:k(m,14,1.75,.4,u),caption:k(v,12,1.66,.4),overline:k(v,12,2.66,1,u)};return(0,i.Z)((0,r.Z)({htmlFontSize:E,pxToRem:A,round:a,fontFamily:c,fontSize:d,fontWeightLight:h,fontWeightRegular:v,fontWeightMedium:m,fontWeightBold:w},T),D,{clone:!1})}},99700:function(e,t,n){"use strict";var r=(0,n(75635).Z)();t.Z=r},97681:function(e,t){"use strict";function n(){return["".concat(arguments.length<=0?void 0:arguments[0],"px ").concat(arguments.length<=1?void 0:arguments[1],"px ").concat(arguments.length<=2?void 0:arguments[2],"px ").concat(arguments.length<=3?void 0:arguments[3],"px rgba(0,0,0,").concat(.2,")"),"".concat(arguments.length<=4?void 0:arguments[4],"px ").concat(arguments.length<=5?void 0:arguments[5],"px ").concat(arguments.length<=6?void 0:arguments[6],"px ").concat(arguments.length<=7?void 0:arguments[7],"px rgba(0,0,0,").concat(.14,")"),"".concat(arguments.length<=8?void 0:arguments[8],"px ").concat(arguments.length<=9?void 0:arguments[9],"px ").concat(arguments.length<=10?void 0:arguments[10],"px ").concat(arguments.length<=11?void 0:arguments[11],"px rgba(0,0,0,").concat(.12,")")].join(",")}var r=["none",n(0,2,1,-1,0,1,1,0,0,1,3,0),n(0,3,1,-2,0,2,2,0,0,1,5,0),n(0,3,3,-2,0,3,4,0,0,1,8,0),n(0,2,4,-1,0,4,5,0,0,1,10,0),n(0,3,5,-1,0,5,8,0,0,1,14,0),n(0,3,5,-1,0,6,10,0,0,1,18,0),n(0,4,5,-2,0,7,10,1,0,2,16,1),n(0,5,5,-3,0,8,10,1,0,3,14,2),n(0,5,6,-3,0,9,12,1,0,3,16,2),n(0,6,6,-3,0,10,14,1,0,4,18,3),n(0,6,7,-4,0,11,15,1,0,4,20,3),n(0,7,8,-4,0,12,17,2,0,5,22,4),n(0,7,8,-4,0,13,19,2,0,5,24,4),n(0,7,9,-4,0,14,21,2,0,5,26,4),n(0,8,9,-5,0,15,22,2,0,6,28,5),n(0,8,10,-5,0,16,24,2,0,6,30,5),n(0,8,11,-5,0,17,26,2,0,6,32,5),n(0,9,11,-5,0,18,28,2,0,7,34,6),n(0,9,12,-6,0,19,29,2,0,7,36,6),n(0,10,13,-6,0,20,31,3,0,8,38,7),n(0,10,13,-6,0,21,33,3,0,8,40,7),n(0,10,14,-6,0,22,35,3,0,8,42,7),n(0,11,14,-7,0,23,36,3,0,9,44,8),n(0,11,15,-7,0,24,38,3,0,9,46,8)];t.Z=r},36875:function(e,t){"use strict";t.Z={borderRadius:4}},43366:function(e,t,n){"use strict";var r=n(45987),o={easeInOut:"cubic-bezier(0.4, 0, 0.2, 1)",easeOut:"cubic-bezier(0.0, 0, 0.2, 1)",easeIn:"cubic-bezier(0.4, 0, 1, 1)",sharp:"cubic-bezier(0.4, 0, 0.6, 1)"},i={shortest:150,shorter:200,short:250,standard:300,complex:375,enteringScreen:225,leavingScreen:195};function a(e){return"".concat(Math.round(e),"ms")}t.ZP={easing:o,duration:i,create:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["all"],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.duration,u=void 0===n?i.standard:n,s=t.easing,l=void 0===s?o.easeInOut:s,c=t.delay,f=void 0===c?0:c;(0,r.Z)(t,["duration","easing","delay"]);return(Array.isArray(e)?e:[e]).map((function(e){return"".concat(e," ").concat("string"==typeof u?u:a(u)," ").concat(l," ").concat("string"==typeof f?f:a(f))})).join(",")},getAutoHeightDuration:function(e){if(!e)return 0;var t=e/36;return Math.round(10*(4+15*Math.pow(t,.25)+t/5))}}},8920:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(159),o=(n(8156),n(99700));function i(){return(0,r.Z)()||o.Z}},52543:function(e,t,n){"use strict";var r=n(87462),o=n(38920),i=n(99700);t.Z=function(e,t){return(0,o.Z)(e,(0,r.Z)({defaultTheme:i.Z},t))}},92781:function(e,t){"use strict";t.Z={mobileStepper:1e3,speedDial:1050,appBar:1100,drawer:1200,modal:1300,snackbar:1400,tooltip:1500}},5653:function(e,t,n){"use strict";n.d(t,{C:function(){return o},n:function(){return r}});var r=function(e){return e.scrollTop};function o(e,t){var n=e.timeout,r=e.style,o=void 0===r?{}:r;return{duration:o.transitionDuration||"number"==typeof n?n:n[t.mode]||0,delay:o.transitionDelay}}},93871:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(60288);function o(e){if("string"!=typeof e)throw new Error((0,r.Z)(7));return e.charAt(0).toUpperCase()+e.slice(1)}},82568:function(e,t,n){"use strict";function r(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.reduce((function(e,t){return null==t?e:function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];e.apply(this,r),t.apply(this,r)}}),(function(){}))}n.d(t,{Z:function(){return r}})},34236:function(e,t,n){"use strict";function r(e,t){"function"==typeof e?e(t):e&&(e.current=t)}n.d(t,{Z:function(){return r}})},17294:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(8156),o=n(34236);function i(e,t){return r.useMemo((function(){return null==e&&null==t?null:function(n){(0,o.Z)(e,n),(0,o.Z)(t,n)}}),[e,t])}},24896:function(e,t,n){"use strict";n.d(t,{Z:function(){return h}});var r=n(8156),o=n(47111),i=!0,a=!1,u=null,s={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function l(e){e.metaKey||e.altKey||e.ctrlKey||(i=!0)}function c(){i=!1}function f(){"hidden"===this.visibilityState&&a&&(i=!0)}function d(e){var t,n,r,o=e.target;try{return o.matches(":focus-visible")}catch(e){}return i||(n=(t=o).type,!("INPUT"!==(r=t.tagName)||!s[n]||t.readOnly)||"TEXTAREA"===r&&!t.readOnly||!!t.isContentEditable)}function p(){a=!0,window.clearTimeout(u),u=window.setTimeout((function(){a=!1}),100)}function h(){return{isFocusVisible:d,onBlurVisible:p,ref:r.useCallback((function(e){var t,n=o.findDOMNode(e);null!=n&&((t=n.ownerDocument).addEventListener("keydown",l,!0),t.addEventListener("mousedown",c,!0),t.addEventListener("pointerdown",c,!0),t.addEventListener("touchstart",c,!0),t.addEventListener("visibilitychange",f,!0))}),[])}}},26975:function(e,t,n){"use strict";n.d(t,{NU:function(){return c}});var r=n(8156),o=n.n(r),i=n(5034),a=n(54013),u=n(54620),s=(0,a.Ue)((0,u.Z)()),l={disableGeneration:!1,generateClassName:(0,i.Z)(),jss:s,sheetsCache:null,sheetsManager:new Map,sheetsRegistry:null},c=o().createContext(l)},17076:function(e,t){"use strict";var n="function"==typeof Symbol&&Symbol.for;t.Z=n?Symbol.for("mui.nested"):"__THEME_NESTED__"},5034:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(17076),o=["checked","disabled","error","focused","focusVisible","required","expanded","selected"];function i(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.disableGlobal,n=void 0!==t&&t,i=e.productionPrefix,a=void 0===i?"jss":i,u=e.seed,s=void 0===u?"":u,l=""===s?"":"".concat(s,"-"),c=0,f=function(){return c+=1};return function(e,t){var i=t.options.name;if(i&&0===i.indexOf("Mui")&&!t.options.link&&!n){if(-1!==o.indexOf(e.key))return"Mui-".concat(e.key);var u="".concat(l).concat(i,"-").concat(e.key);return t.options.theme[r.Z]&&""===s?"".concat(u,"-").concat(f()):u}return"".concat(l).concat(a).concat(f())}}},62241:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(87462),o=n(35953);function i(e){var t="function"==typeof e;return{create:function(n,i){var a;try{a=t?e(n):e}catch(e){throw e}if(!i||!n.overrides||!n.overrides[i])return a;var u=n.overrides[i],s=(0,r.Z)({},a);return Object.keys(u).forEach((function(e){s[e]=(0,o.Z)(s[e],u[e])})),s},options:{}}}},56902:function(e,t){"use strict";t.Z={}},93869:function(e,t,n){"use strict";function r(e){var t=e.theme,n=e.name,r=e.props;if(!t||!t.props||!t.props[n])return r;var o,i=t.props[n];for(o in i)void 0===r[o]&&(r[o]=i[o]);return r}n.d(t,{Z:function(){return r}})},54620:function(e,t,n){"use strict";n.d(t,{Z:function(){return c}});var r=n(27202),o=n(5019),i=n(63057),a=n(30314),u=n(83961),s=n(39414),l=n(26895);function c(){return{plugins:[(0,r.Z)(),(0,o.Z)(),(0,i.Z)(),(0,a.Z)(),(0,u.Z)(),"undefined"==typeof window?null:(0,s.Z)(),(0,l.Z)()]}}},12038:function(e,t,n){"use strict";n.d(t,{n:function(){return o}});var r=-1e9;function o(){return r+=1}},22954:function(e,t,n){"use strict";n.d(t,{Z:function(){return w}});var r=n(45987),o=n(87462),i=n(8156),a=n.n(i),u=n(54013),s=n(65835),l=n(91286),c=n(159),f=n(26975),d=n(12038),p=n(62241),h=n(56902);function g(e,t,n){var r=e.state;if(e.stylesOptions.disableGeneration)return t||{};r.cacheClasses||(r.cacheClasses={value:null,lastProp:null,lastJSS:{}});var o=!1;return r.classes!==r.cacheClasses.lastJSS&&(r.cacheClasses.lastJSS=r.classes,o=!0),t!==r.cacheClasses.lastProp&&(r.cacheClasses.lastProp=t,o=!0),o&&(r.cacheClasses.value=(0,s.Z)({baseClasses:r.cacheClasses.lastJSS,newClasses:t,Component:n})),r.cacheClasses.value}function v(e,t){var n=e.state,r=e.theme,i=e.stylesOptions,a=e.stylesCreator,c=e.name;if(!i.disableGeneration){var f=l.Z.get(i.sheetsManager,a,r);f||(f={refs:0,staticSheet:null,dynamicStyles:null},l.Z.set(i.sheetsManager,a,r,f));var d=(0,o.Z)({},a.options,i,{theme:r,flip:"boolean"==typeof i.flip?i.flip:"rtl"===r.direction});d.generateId=d.serverGenerateClassName||d.generateClassName;var p=i.sheetsRegistry;if(0===f.refs){var h;i.sheetsCache&&(h=l.Z.get(i.sheetsCache,a,r));var g=a.create(r,c);h||((h=i.jss.createStyleSheet(g,(0,o.Z)({link:!1},d))).attach(),i.sheetsCache&&l.Z.set(i.sheetsCache,a,r,h)),p&&p.add(h),f.staticSheet=h,f.dynamicStyles=(0,u._$)(g)}if(f.dynamicStyles){var v=i.jss.createStyleSheet(f.dynamicStyles,(0,o.Z)({link:!0},d));v.update(t),v.attach(),n.dynamicSheet=v,n.classes=(0,s.Z)({baseClasses:f.staticSheet.classes,newClasses:v.classes}),p&&p.add(v)}else n.classes=f.staticSheet.classes;f.refs+=1}}function y(e,t){var n=e.state;n.dynamicSheet&&n.dynamicSheet.update(t)}function m(e){var t=e.state,n=e.theme,r=e.stylesOptions,o=e.stylesCreator;if(!r.disableGeneration){var i=l.Z.get(r.sheetsManager,o,n);i.refs-=1;var a=r.sheetsRegistry;0===i.refs&&(l.Z.delete(r.sheetsManager,o,n),r.jss.removeStyleSheet(i.staticSheet),a&&a.remove(i.staticSheet)),t.dynamicSheet&&(r.jss.removeStyleSheet(t.dynamicSheet),a&&a.remove(t.dynamicSheet))}}function b(e,t){var n,r=a().useRef([]),o=a().useMemo((function(){return{}}),t);r.current!==o&&(r.current=o,n=e()),a().useEffect((function(){return function(){n&&n()}}),[o])}function w(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=t.name,i=t.classNamePrefix,u=t.Component,s=t.defaultTheme,l=void 0===s?h.Z:s,w=(0,r.Z)(t,["name","classNamePrefix","Component","defaultTheme"]),x=(0,p.Z)(e),E=n||i||"makeStyles";x.options={index:(0,d.n)(),name:n,meta:E,classNamePrefix:E};var S=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=(0,c.Z)()||l,r=(0,o.Z)({},a().useContext(f.NU),w),i=a().useRef(),s=a().useRef();b((function(){var o={name:n,state:{},stylesCreator:x,stylesOptions:r,theme:t};return v(o,e),s.current=!1,i.current=o,function(){m(o)}}),[t,x]),a().useEffect((function(){s.current&&y(i.current,e),s.current=!0}));var d=g(i.current,e.classes,u);return d};return S}},91286:function(e,t){"use strict";var n={set:function(e,t,n,r){var o=e.get(t);o||(o=new Map,e.set(t,o)),o.set(n,r)},get:function(e,t,n){var r=e.get(t);return r?r.get(n):void 0},delete:function(e,t,n){e.get(t).delete(n)}};t.Z=n},65835:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(87462);function o(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.baseClasses,n=e.newClasses;e.Component;if(!n)return t;var o=(0,r.Z)({},t);return Object.keys(n).forEach((function(e){n[e]&&(o[e]="".concat(t[e]," ").concat(n[e]))})),o}},83800:function(e,t,n){"use strict";var r=n(8156),o=n.n(r)().createContext(null);t.Z=o},159:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(8156),o=n.n(r),i=n(83800);function a(){return o().useContext(i.Z)}},38920:function(e,t,n){"use strict";var r=n(87462),o=n(45987),i=n(8156),a=n.n(i),u=n(8679),s=n.n(u),l=n(22954),c=n(93869),f=n(159);t.Z=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return function(n){var i=t.defaultTheme,u=t.withTheme,d=void 0!==u&&u,p=t.name,h=(0,o.Z)(t,["defaultTheme","withTheme","name"]);var g=p,v=(0,l.Z)(e,(0,r.Z)({defaultTheme:i,Component:n,name:p||n.displayName,classNamePrefix:g},h)),y=a().forwardRef((function(e,t){e.classes;var u,s=e.innerRef,l=(0,o.Z)(e,["classes","innerRef"]),h=v((0,r.Z)({},n.defaultProps,e)),g=l;return("string"==typeof p||d)&&(u=(0,f.Z)()||i,p&&(g=(0,c.Z)({theme:u,name:p,props:l})),d&&!g.theme&&(g.theme=u)),a().createElement(n,(0,r.Z)({ref:s||t,classes:h},g))}));return s()(y,n),y}}},71410:function(e,t,n){"use strict";n.d(t,{k:function(){return a}});var r=n(71002),o={xs:0,sm:600,md:960,lg:1280,xl:1920},i={keys:["xs","sm","md","lg","xl"],up:function(e){return"@media (min-width:".concat(o[e],"px)")}};function a(e,t,n){if(Array.isArray(t)){var o=e.theme.breakpoints||i;return t.reduce((function(e,r,i){return e[o.up(o.keys[i])]=n(t[i]),e}),{})}if("object"===(0,r.Z)(t)){var a=e.theme.breakpoints||i;return Object.keys(t).reduce((function(e,r){return e[a.up(r)]=n(t[r]),e}),{})}return n(t)}},92578:function(e,t,n){"use strict";function r(e){var t={};return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}n.d(t,{Z:function(){return r}})},19668:function(e,t,n){"use strict";var r=n(35953);t.Z=function(e,t){return t?(0,r.Z)(e,t,{clone:!1}):e}},71279:function(e,t,n){"use strict";n.d(t,{h:function(){return d}});var r=n(93324),o=n(71410),i=n(19668),a=n(92578),u={m:"margin",p:"padding"},s={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},l={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},c=(0,a.Z)((function(e){if(e.length>2){if(!l[e])return[e];e=l[e]}var t=e.split(""),n=(0,r.Z)(t,2),o=n[0],i=n[1],a=u[o],c=s[i]||"";return Array.isArray(c)?c.map((function(e){return a+e})):[a+c]})),f=["m","mt","mr","mb","ml","mx","my","p","pt","pr","pb","pl","px","py","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY"];function d(e){var t=e.spacing||8;return"number"==typeof t?function(e){return t*e}:Array.isArray(t)?function(e){return t[e]}:"function"==typeof t?t:function(){}}function p(e,t){return function(n){return e.reduce((function(e,r){return e[r]=function(e,t){if("string"==typeof t||null==t)return t;var n=e(Math.abs(t));return t>=0?n:"number"==typeof n?-n:"-".concat(n)}(t,n),e}),{})}}function h(e){var t=d(e.theme);return Object.keys(e).map((function(n){if(-1===f.indexOf(n))return null;var r=p(c(n),t),i=e[n];return(0,o.k)(e,i,r)})).reduce(i.Z,{})}h.propTypes={},h.filterProps=f},35953:function(e,t,n){"use strict";n.d(t,{Z:function(){return a}});var r=n(87462),o=n(71002);function i(e){return e&&"object"===(0,o.Z)(e)&&e.constructor===Object}function a(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{clone:!0},o=n.clone?(0,r.Z)({},e):e;return i(e)&&i(t)&&Object.keys(t).forEach((function(r){"__proto__"!==r&&(i(t[r])&&r in e?o[r]=a(e[r],t[r],n):o[r]=t[r])})),o}},60288:function(e,t,n){"use strict";function r(e){for(var t="https://mui.com/production-error/?code="+e,n=1;n<arguments.length;n+=1)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified Material-UI error #"+e+"; visit "+t+" for the full message."}n.d(t,{Z:function(){return r}})},97435:function(e,t,n){"use strict";n.d(t,{l:function(){return o}});var r=n(85893);
|
|
2
|
+
/*! *****************************************************************************
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted.
|
|
7
|
+
|
|
8
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
9
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
10
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
11
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
12
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
13
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
14
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
15
|
+
***************************************************************************** */!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],o=document.createElement("style");o.type="text/css","top"===n&&r.firstChild?r.insertBefore(o,r.firstChild):r.appendChild(o),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e))}}('@charset "UTF-8";\n/**\n* @author Hanz\n* @date 2021/8/25 下午3:16\n* @description icons scss\n*/\n.paraui-icon {\n width: 1em;\n height: 1em;\n fill: currentColor;\n display: inline-block;\n user-select: none;\n flex-shrink: 0;\n}\n.paraui-icon-primary {\n color: #3666d6;\n}\n.paraui-icon-secondary {\n color: #3666d6;\n}\n.paraui-icon-thirdary {\n color: #3666d6;\n}\n.paraui-icon-small {\n font-size: 16px;\n}\n.paraui-icon-medium {\n font-size: 18px;\n}\n.paraui-icon-large {\n font-size: 20px;\n}');var o=function(e){var t,n,o=e.path,i=e.className,a=e.color,u=void 0===a?"primary":a,s=e.size,l=void 0===s?"small":s,c=e.dataName,f=void 0===c?"":c,d=e.style,p=function(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}(e,["path","className","color","size","dataName","style"]);return(0,r.jsx)("svg",Object.assign({className:(n="paraui-icon",n+=" svg-icon",i&&(n+=" "+i),"primary"!==u&&"secondary"!==u&&"thirdary"!==u||(n+=" paraui-icon-"+u),l&&(n+=" paraui-icon-"+l),n),viewBox:"0 0 1024 1024","data-name":f,style:(t=Object.assign({},d),u&&"primary"!==u&&"secondary"!==u&&"thirdary"!==u&&(t.color=u),t)},p,{children:o}))}},86010:function(e,t,n){"use strict";function r(e){var t,n,o="";if("string"==typeof e||"number"==typeof e)o+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(n=r(e[t]))&&(o&&(o+=" "),o+=n);else for(t in e)e[t]&&(o&&(o+=" "),o+=t);return o}function o(){for(var e,t,n=0,o="";n<arguments.length;)(e=arguments[n++])&&(t=r(e))&&(o&&(o+=" "),o+=t);return o}n.d(t,{Z:function(){return o}})},22989:function(e,t,n){(t=n(23645)(!1)).push([e.id,':root,\n:host {\n --w-e-textarea-bg-color: #fff;\n --w-e-textarea-color: #333;\n --w-e-textarea-border-color: #ccc;\n --w-e-textarea-slight-border-color: #e8e8e8;\n --w-e-textarea-slight-color: #d4d4d4;\n --w-e-textarea-slight-bg-color: #f5f2f0;\n --w-e-textarea-selected-border-color: #B4D5FF;\n --w-e-textarea-handler-bg-color: #4290f7;\n --w-e-toolbar-color: #595959;\n --w-e-toolbar-bg-color: #fff;\n --w-e-toolbar-active-color: #333;\n --w-e-toolbar-active-bg-color: #f1f1f1;\n --w-e-toolbar-disabled-color: #999;\n --w-e-toolbar-border-color: #e8e8e8;\n --w-e-modal-button-bg-color: #fafafa;\n --w-e-modal-button-border-color: #d9d9d9;\n}\n\n.w-e-text-container *,.w-e-toolbar *{box-sizing:border-box;margin:0;outline:none;padding:0}.w-e-text-container blockquote,.w-e-text-container li,.w-e-text-container p,.w-e-text-container td,.w-e-text-container th,.w-e-toolbar *{line-height:1.5}.w-e-text-container{background-color:var(--w-e-textarea-bg-color);color:var(--w-e-textarea-color);height:100%;position:relative}.w-e-text-container .w-e-scroll{-webkit-overflow-scrolling:touch;height:100%}.w-e-text-container [data-slate-editor]{word-wrap:break-word;border-top:1px solid transparent;min-height:100%;outline:0;padding:0 10px;white-space:pre-wrap}.w-e-text-container [data-slate-editor] p{margin:15px 0}.w-e-text-container [data-slate-editor] h1,.w-e-text-container [data-slate-editor] h2,.w-e-text-container [data-slate-editor] h3,.w-e-text-container [data-slate-editor] h4,.w-e-text-container [data-slate-editor] h5{margin:20px 0}.w-e-text-container [data-slate-editor] img{cursor:default;display:inline!important;max-width:100%;min-height:20px;min-width:20px}.w-e-text-container [data-slate-editor] span{text-indent:0}.w-e-text-container [data-slate-editor] [data-selected=true]{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-placeholder{font-style:italic;left:10px;top:17px;width:90%}.w-e-max-length-info,.w-e-text-placeholder{color:var(--w-e-textarea-slight-color);pointer-events:none;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}.w-e-max-length-info{bottom:.5em;right:1em}.w-e-bar{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-color);font-size:14px;padding:0 5px}.w-e-bar svg{fill:var(--w-e-toolbar-color);height:14px;width:14px}.w-e-bar-show{display:flex}.w-e-bar-hidden{display:none}.w-e-hover-bar{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 5px #0000001f;position:absolute}.w-e-toolbar{flex-wrap:wrap;position:relative}.w-e-bar-divider{background-color:var(--w-e-toolbar-border-color);display:inline-flex;height:40px;margin:0 5px;width:1px}.w-e-bar-item{display:flex;height:40px;padding:4px;position:relative;text-align:center}.w-e-bar-item,.w-e-bar-item button{align-items:center;justify-content:center}.w-e-bar-item button{background:transparent;border:none;color:var(--w-e-toolbar-color);cursor:pointer;display:inline-flex;height:32px;overflow:hidden;padding:0 8px;white-space:nowrap}.w-e-bar-item button:hover{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item button .title{margin-left:5px}.w-e-bar-item .active{background-color:var(--w-e-toolbar-active-bg-color);color:var(--w-e-toolbar-active-color)}.w-e-bar-item .disabled{color:var(--w-e-toolbar-disabled-color);cursor:not-allowed}.w-e-bar-item .disabled svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover{background-color:var(--w-e-toolbar-bg-color);color:var(--w-e-toolbar-disabled-color)}.w-e-bar-item .disabled:hover svg{fill:var(--w-e-toolbar-disabled-color)}.w-e-menu-tooltip-v5:before{background-color:var(--w-e-toolbar-active-color);border-radius:5px;color:var(--w-e-toolbar-bg-color);content:attr(data-tooltip);font-size:.75em;opacity:0;padding:5px 10px;position:absolute;text-align:center;top:40px;transition:opacity .6s;visibility:hidden;white-space:pre;z-index:1}.w-e-menu-tooltip-v5:after{border:5px solid transparent;border-bottom:5px solid var(--w-e-toolbar-active-color);content:"";opacity:0;position:absolute;top:30px;transition:opacity .6s;visibility:hidden}.w-e-menu-tooltip-v5:hover:after,.w-e-menu-tooltip-v5:hover:before{opacity:1;visibility:visible}.w-e-menu-tooltip-v5.tooltip-right:before{left:100%;top:10px}.w-e-menu-tooltip-v5.tooltip-right:after{border-bottom-color:transparent;border-left-color:transparent;border-right-color:var(--w-e-toolbar-active-color);border-top-color:transparent;left:100%;margin-left:-10px;top:16px}.w-e-bar-item-group .w-e-bar-item-menus-container{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;display:none;left:0;margin-top:40px;position:absolute;top:0;z-index:1}.w-e-bar-item-group:hover .w-e-bar-item-menus-container{display:block}.w-e-select-list{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;left:0;margin-top:40px;max-height:350px;min-width:100px;overflow-y:auto;position:absolute;top:0;z-index:1}.w-e-select-list ul{line-height:1;list-style:none}.w-e-select-list ul .selected{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li{cursor:pointer;padding:7px 0 7px 25px;position:relative;text-align:left;white-space:nowrap}.w-e-select-list ul li:hover{background-color:var(--w-e-toolbar-active-bg-color)}.w-e-select-list ul li svg{left:0;margin-left:5px;margin-top:-7px;position:absolute;top:50%}.w-e-bar-bottom .w-e-select-list{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-drop-panel{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;margin-top:40px;min-width:200px;padding:10px;position:absolute;top:0;z-index:1}.w-e-bar-bottom .w-e-drop-panel{bottom:0;margin-bottom:40px;margin-top:0;top:inherit}.w-e-modal{background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-toolbar-border-color);border-radius:3px;box-shadow:0 2px 10px #0000001f;color:var(--w-e-toolbar-color);font-size:14px;min-height:40px;min-width:100px;padding:20px 15px 0;position:absolute;text-align:left;z-index:1}.w-e-modal .btn-close{cursor:pointer;line-height:1;padding:5px;position:absolute;right:8px;top:7px}.w-e-modal .btn-close svg{fill:var(--w-e-toolbar-color);height:10px;width:10px}.w-e-modal .babel-container{display:block;margin-bottom:15px}.w-e-modal .babel-container span{display:block;margin-bottom:10px}.w-e-modal .button-container{margin-bottom:15px}.w-e-modal button{background-color:var(--w-e-modal-button-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);cursor:pointer;font-weight:400;height:32px;padding:4.5px 15px;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.w-e-modal input[type=number],.w-e-modal input[type=text],.w-e-modal textarea{font-feature-settings:"tnum";background-color:var(--w-e-toolbar-bg-color);border:1px solid var(--w-e-modal-button-border-color);border-radius:4px;color:var(--w-e-toolbar-color);font-variant:tabular-nums;padding:4.5px 11px;transition:all .3s;width:100%}.w-e-modal textarea{min-height:60px}body .w-e-modal,body .w-e-modal *{box-sizing:border-box}.w-e-progress-bar{background-color:var(--w-e-textarea-handler-bg-color);height:1px;position:absolute;transition:width .3s;width:0}.w-e-full-screen-container{bottom:0!important;display:flex!important;flex-direction:column!important;height:100%!important;left:0!important;margin:0!important;padding:0!important;position:fixed;right:0!important;top:0!important;width:100%!important}.w-e-full-screen-container [data-w-e-textarea=true]{flex:1!important}\n.w-e-text-container [data-slate-editor] code{background-color:var(--w-e-textarea-slight-bg-color);border-radius:3px;font-family:monospace;padding:3px}.w-e-panel-content-color{list-style:none;text-align:left;width:230px}.w-e-panel-content-color li{border:1px solid var(--w-e-toolbar-bg-color);border-radius:3px 3px;cursor:pointer;display:inline-block;padding:2px}.w-e-panel-content-color li:hover{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color li .color-block{border:1px solid var(--w-e-toolbar-border-color);border-radius:3px 3px;height:17px;width:17px}.w-e-panel-content-color .active{border-color:var(--w-e-toolbar-color)}.w-e-panel-content-color .clear{line-height:1.5;margin-bottom:5px;width:100%}.w-e-panel-content-color .clear svg{height:16px;margin-bottom:-4px;width:16px}.w-e-text-container [data-slate-editor] blockquote{background-color:var(--w-e-textarea-slight-bg-color);border-left:8px solid var(--w-e-textarea-selected-border-color);display:block;font-size:100%;line-height:1.5;margin:10px 0;padding:10px}.w-e-panel-content-emotion{font-size:20px;list-style:none;text-align:left;width:300px}.w-e-panel-content-emotion li{border-radius:3px 3px;cursor:pointer;display:inline-block;padding:0 5px}.w-e-panel-content-emotion li:hover{background-color:var(--w-e-textarea-slight-bg-color)}.w-e-textarea-divider{border-radius:3px;margin:20px auto;padding:20px}.w-e-textarea-divider hr{background-color:var(--w-e-textarea-border-color);border:0;display:block;height:1px}.w-e-text-container [data-slate-editor] pre>code{background-color:var(--w-e-textarea-slight-bg-color);border:1px solid var(--w-e-textarea-slight-border-color);border-radius:4px 4px;display:block;font-size:14px;padding:10px;text-indent:0}.w-e-text-container [data-slate-editor] .w-e-image-container{display:inline-block;margin:0 3px}.w-e-text-container [data-slate-editor] .w-e-image-container:hover{box-shadow:0 0 0 2px var(--w-e-textarea-selected-border-color)}.w-e-text-container [data-slate-editor] .w-e-selected-image-container{overflow:hidden;position:relative}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .w-e-image-dragger{background-color:var(--w-e-textarea-handler-bg-color);height:7px;position:absolute;width:7px}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-top{cursor:nwse-resize;left:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-top{cursor:nesw-resize;right:0;top:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .left-bottom{bottom:0;cursor:nesw-resize;left:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container .right-bottom{bottom:0;cursor:nwse-resize;right:0}.w-e-text-container [data-slate-editor] .w-e-selected-image-container:hover{box-shadow:none}.w-e-text-container [contenteditable=false] .w-e-image-container:hover{box-shadow:none}\n\n.w-e-text-container [data-slate-editor] .table-container{border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin-top:10px;overflow-x:auto;padding:10px;width:100%}.w-e-text-container [data-slate-editor] table{border-collapse:collapse}.w-e-text-container [data-slate-editor] table td,.w-e-text-container [data-slate-editor] table th{border:1px solid var(--w-e-textarea-border-color);line-height:1.5;min-width:30px;padding:3px 5px;text-align:left}.w-e-text-container [data-slate-editor] table th{background-color:var(--w-e-textarea-slight-bg-color);font-weight:700;text-align:center}.w-e-panel-content-table{background-color:var(--w-e-toolbar-bg-color)}.w-e-panel-content-table table{border-collapse:collapse}.w-e-panel-content-table td{border:1px solid var(--w-e-toolbar-border-color);cursor:pointer;height:15px;padding:3px 5px;width:20px}.w-e-panel-content-table td.active{background-color:var(--w-e-toolbar-active-bg-color)}\n.w-e-textarea-video-container{background-image:linear-gradient(45deg,#eee 25%,transparent 0,transparent 75%,#eee 0,#eee),linear-gradient(45deg,#eee 25%,#fff 0,#fff 75%,#eee 0,#eee);background-position:0 0,10px 10px;background-size:20px 20px;border:1px dashed var(--w-e-textarea-border-color);border-radius:5px;margin:10px auto 0;padding:10px 0;text-align:center}\n\n.w-e-text-container [data-slate-editor] pre>code{word-wrap:normal;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;margin:.5em 0;overflow:auto;padding:1em;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:0 1px #fff;white-space:pre;word-break:normal;word-spacing:normal}.w-e-text-container [data-slate-editor] pre>code .token.cdata,.w-e-text-container [data-slate-editor] pre>code .token.comment,.w-e-text-container [data-slate-editor] pre>code .token.doctype,.w-e-text-container [data-slate-editor] pre>code .token.prolog{color:#708090}.w-e-text-container [data-slate-editor] pre>code .token.punctuation{color:#999}.w-e-text-container [data-slate-editor] pre>code .token.namespace{opacity:.7}.w-e-text-container [data-slate-editor] pre>code .token.boolean,.w-e-text-container [data-slate-editor] pre>code .token.constant,.w-e-text-container [data-slate-editor] pre>code .token.deleted,.w-e-text-container [data-slate-editor] pre>code .token.number,.w-e-text-container [data-slate-editor] pre>code .token.property,.w-e-text-container [data-slate-editor] pre>code .token.symbol,.w-e-text-container [data-slate-editor] pre>code .token.tag{color:#905}.w-e-text-container [data-slate-editor] pre>code .token.attr-name,.w-e-text-container [data-slate-editor] pre>code .token.builtin,.w-e-text-container [data-slate-editor] pre>code .token.char,.w-e-text-container [data-slate-editor] pre>code .token.inserted,.w-e-text-container [data-slate-editor] pre>code .token.selector,.w-e-text-container [data-slate-editor] pre>code .token.string{color:#690}.w-e-text-container [data-slate-editor] pre>code .language-css .token.string,.w-e-text-container [data-slate-editor] pre>code .style .token.string,.w-e-text-container [data-slate-editor] pre>code .token.entity,.w-e-text-container [data-slate-editor] pre>code .token.operator,.w-e-text-container [data-slate-editor] pre>code .token.url{color:#9a6e3a}.w-e-text-container [data-slate-editor] pre>code .token.atrule,.w-e-text-container [data-slate-editor] pre>code .token.attr-value,.w-e-text-container [data-slate-editor] pre>code .token.keyword{color:#07a}.w-e-text-container [data-slate-editor] pre>code .token.class-name,.w-e-text-container [data-slate-editor] pre>code .token.function{color:#dd4a68}.w-e-text-container [data-slate-editor] pre>code .token.important,.w-e-text-container [data-slate-editor] pre>code .token.regex,.w-e-text-container [data-slate-editor] pre>code .token.variable{color:#e90}.w-e-text-container [data-slate-editor] pre>code .token.bold,.w-e-text-container [data-slate-editor] pre>code .token.important{font-weight:700}.w-e-text-container [data-slate-editor] pre>code .token.italic{font-style:italic}.w-e-text-container [data-slate-editor] pre>code .token.entity{cursor:help}',""]),e.exports=t},7381:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-help{display:inline-block;font-size:16px;color:rgba(46,55,67,.7)}.paraui-help:hover{color:#3666d6}.paraui-help .paraui-icon{font-size:inherit;color:inherit}",""]),e.exports=t},19916:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-helper-text{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:12px;font-weight:400;padding-left:12px;line-height:20px;color:rgba(46,55,67,.7)}.paraui-helper-text.paraui-helper-text-error{color:#eb6054}",""]),e.exports=t},84928:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-label{font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;font-size:14px;font-weight:400;color:rgba(46,55,67,.7);margin-bottom:8px;display:inline-block;line-height:1.43;word-break:break-all}.paraui-label>.paraui-label-required{margin-left:2px;color:#eb6054}.paraui-label>.paraui-help{vertical-align:top;margin-left:4px}.paraui-label>.paraui-help svg{color:rgba(46,55,67,.4);vertical-align:top;position:relative;top:2px}.paraui-label.paraui-label-line.paraui-label-tooltip{border-bottom:1px dashed rgba(46,55,67,.4);padding-bottom:2px}",""]),e.exports=t},6273:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-text-editor .text-editor-content{border:1px solid rgba(171,176,185,.4);border-radius:4px;padding:1px 0}.paraui-text-editor .text-editor-content>div:nth-child(1){border-bottom:1px solid rgba(171,176,185,.4)}.paraui-text-editor .text-editor-content div[contenteditable=false]{background-color:rgba(171,176,185,.12)}.paraui-text-editor .text-editor-content div[contenteditable=false]:hover{border-color:rgba(171,176,185,.4);cursor:not-allowed}",""]),e.exports=t},9929:function(e,t,n){(t=n(23645)(!1)).push([e.id,".paraui-tooltip>div{padding-left:12px;padding-right:12px;font-size:14px;font-weight:400;color:#fff;background-color:rgba(46,55,67,.7)}.paraui-tooltip-left-right>div{margin:0 8px}.paraui-tooltip-top-bottom>div{margin:8px 0}",""]),e.exports=t},23645:function(e){"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=function(e,t){var n=e[1]||"",r=e[3];if(!r)return n;if(t&&"function"==typeof btoa){var o=(a=r,u=btoa(unescape(encodeURIComponent(JSON.stringify(a)))),s="sourceMappingURL=data:application/json;charset=utf-8;base64,".concat(u),"/*# ".concat(s," */")),i=r.sources.map((function(e){return"/*# sourceURL=".concat(r.sourceRoot||"").concat(e," */")}));return[n].concat(i).concat([o]).join("\n")}var a,u,s;return[n].join("\n")}(t,e);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},t.i=function(e,n,r){"string"==typeof e&&(e=[[null,e,""]]);var o={};if(r)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var u=0;u<e.length;u++){var s=[].concat(e[u]);r&&o[s[0]]||(n&&(s[2]?s[2]="".concat(n," and ").concat(s[2]):s[2]=n),t.push(s))}},t}},55730:function(e,t,n){"use strict";n.d(t,{HO:function(){return ne},if:function(){return m},wR:function(){return Y}});var r=n(33827),o=n(89062),i="",a="",u="",s="",l=r.Z&&"ontouchstart"in document.documentElement;if(r.Z){var c={Moz:"-moz-",ms:"-ms-",O:"-o-",Webkit:"-webkit-"},f=document.createElement("p").style;for(var d in c)if(d+"Transform"in f){i=d,a=c[d];break}"Webkit"===i&&"msHyphens"in f&&(i="ms",a=c.ms,s="edge"),"Webkit"===i&&"-apple-trailing-word"in f&&(u="apple")}var p=i,h=a,g=u,v=s,y=l;function m(e){return"-"===e[1]||"ms"===p?e:"@"+h+"keyframes"+e.substr(10)}var b={noPrefill:["appearance"],supportedProperty:function(e){return"appearance"===e&&("ms"===p?"-webkit-"+e:h+e)}},w={noPrefill:["color-adjust"],supportedProperty:function(e){return"color-adjust"===e&&("Webkit"===p?h+"print-"+e:e)}},x=/[-\s]+(.)?/g;function E(e,t){return t?t.toUpperCase():""}function S(e){return e.replace(x,E)}function C(e){return S("-"+e)}var D,O={noPrefill:["mask"],supportedProperty:function(e,t){if(!/^mask/.test(e))return!1;if("Webkit"===p){var n="mask-image";if(S(n)in t)return e;if(p+C(n)in t)return h+e}return e}},A={noPrefill:["text-orientation"],supportedProperty:function(e){return"text-orientation"===e&&("apple"!==g||y?e:h+e)}},k={noPrefill:["transform"],supportedProperty:function(e,t,n){return"transform"===e&&(n.transform?e:h+e)}},T={noPrefill:["transition"],supportedProperty:function(e,t,n){return"transition"===e&&(n.transition?e:h+e)}},B={noPrefill:["writing-mode"],supportedProperty:function(e){return"writing-mode"===e&&("Webkit"===p||"ms"===p&&"edge"!==v?h+e:e)}},P={noPrefill:["user-select"],supportedProperty:function(e){return"user-select"===e&&("Moz"===p||"ms"===p||"apple"===g?h+e:e)}},F={supportedProperty:function(e,t){return!!/^break-/.test(e)&&("Webkit"===p?"WebkitColumn"+C(e)in t&&h+"column-"+e:"Moz"===p&&("page"+C(e)in t&&"page-"+e))}},_={supportedProperty:function(e,t){if(!/^(border|margin|padding)-inline/.test(e))return!1;if("Moz"===p)return e;var n=e.replace("-inline","");return p+C(n)in t&&h+n}},j={supportedProperty:function(e,t){return S(e)in t&&e}},N={supportedProperty:function(e,t){var n=C(e);return"-"===e[0]||"-"===e[0]&&"-"===e[1]?e:p+n in t?h+e:"Webkit"!==p&&"Webkit"+n in t&&"-webkit-"+e}},R={supportedProperty:function(e){return"scroll-snap"===e.substring(0,11)&&("ms"===p?""+h+e:e)}},I={supportedProperty:function(e){return"overscroll-behavior"===e&&("ms"===p?h+"scroll-chaining":e)}},L={"flex-grow":"flex-positive","flex-shrink":"flex-negative","flex-basis":"flex-preferred-size","justify-content":"flex-pack",order:"flex-order","align-items":"flex-align","align-content":"flex-line-pack"},M={supportedProperty:function(e,t){var n=L[e];return!!n&&(p+C(n)in t&&h+n)}},z={flex:"box-flex","flex-grow":"box-flex","flex-direction":["box-orient","box-direction"],order:"box-ordinal-group","align-items":"box-align","flex-flow":["box-orient","box-direction"],"justify-content":"box-pack"},$=Object.keys(z),H=function(e){return h+e},U={supportedProperty:function(e,t,n){var r=n.multiple;if($.indexOf(e)>-1){var o=z[e];if(!Array.isArray(o))return p+C(o)in t&&h+o;if(!r)return!1;for(var i=0;i<o.length;i++)if(!(p+C(o[0])in t))return!1;return o.map(H)}return!1}},V=[b,w,O,A,k,T,B,P,F,_,j,N,R,I,M,U],Z=V.filter((function(e){return e.supportedProperty})).map((function(e){return e.supportedProperty})),W=V.filter((function(e){return e.noPrefill})).reduce((function(e,t){return e.push.apply(e,(0,o.Z)(t.noPrefill)),e}),[]),G={};if(r.Z){D=document.createElement("p");var q=window.getComputedStyle(document.documentElement,"");for(var K in q)isNaN(K)||(G[q[K]]=q[K]);W.forEach((function(e){return delete G[e]}))}function Y(e,t){if(void 0===t&&(t={}),!D)return e;if(null!=G[e])return G[e];"transition"!==e&&"transform"!==e||(t[e]=e in D.style);for(var n=0;n<Z.length&&(G[e]=Z[n](e,D.style,t),!G[e]);n++);try{D.style[e]=""}catch(e){return!1}return G[e]}var X,J={},Q={transition:1,"transition-property":1,"-webkit-transition":1,"-webkit-transition-property":1},ee=/(^\s*[\w-]+)|, (\s*[\w-]+)(?![^()]*\))/g;function te(e,t,n){if("var"===t)return"var";if("all"===t)return"all";if("all"===n)return", all";var r=t?Y(t):", "+Y(n);return r||(t||n)}function ne(e,t){var n=t;if(!X||"content"===e)return t;if("string"!=typeof n||!isNaN(parseInt(n,10)))return n;var r=e+n;if(null!=J[r])return J[r];try{X.style[e]=n}catch(e){return J[r]=!1,!1}if(Q[e])n=n.replace(ee,te);else if(""===X.style[e]&&("-ms-flex"===(n=h+n)&&(X.style[e]="-ms-flexbox"),X.style[e]=n,""===X.style[e]))return J[r]=!1,!1;return X.style[e]="",J[r]=n,J[r]}r.Z&&(X=document.createElement("p"))},8679:function(e,t,n){"use strict";var r=n(21296),o={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},i={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},a={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},u={};function s(e){return r.isMemo(e)?a:u[e.$$typeof]||o}u[r.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},u[r.Memo]=a;var l=Object.defineProperty,c=Object.getOwnPropertyNames,f=Object.getOwnPropertySymbols,d=Object.getOwnPropertyDescriptor,p=Object.getPrototypeOf,h=Object.prototype;e.exports=function e(t,n,r){if("string"!=typeof n){if(h){var o=p(n);o&&o!==h&&e(t,o,r)}var a=c(n);f&&(a=a.concat(f(n)));for(var u=s(t),g=s(n),v=0;v<a.length;++v){var y=a[v];if(!(i[y]||r&&r[y]||g&&g[y]||u&&u[y])){var m=d(n,y);try{l(t,y,m)}catch(e){}}}}return t}},96103:function(e,t){"use strict";
|
|
16
|
+
/** @license React v16.13.1
|
|
17
|
+
* react-is.production.min.js
|
|
18
|
+
*
|
|
19
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
20
|
+
*
|
|
21
|
+
* This source code is licensed under the MIT license found in the
|
|
22
|
+
* LICENSE file in the root directory of this source tree.
|
|
23
|
+
*/var n="function"==typeof Symbol&&Symbol.for,r=n?Symbol.for("react.element"):60103,o=n?Symbol.for("react.portal"):60106,i=n?Symbol.for("react.fragment"):60107,a=n?Symbol.for("react.strict_mode"):60108,u=n?Symbol.for("react.profiler"):60114,s=n?Symbol.for("react.provider"):60109,l=n?Symbol.for("react.context"):60110,c=n?Symbol.for("react.async_mode"):60111,f=n?Symbol.for("react.concurrent_mode"):60111,d=n?Symbol.for("react.forward_ref"):60112,p=n?Symbol.for("react.suspense"):60113,h=n?Symbol.for("react.suspense_list"):60120,g=n?Symbol.for("react.memo"):60115,v=n?Symbol.for("react.lazy"):60116,y=n?Symbol.for("react.block"):60121,m=n?Symbol.for("react.fundamental"):60117,b=n?Symbol.for("react.responder"):60118,w=n?Symbol.for("react.scope"):60119;function x(e){if("object"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case r:switch(e=e.type){case c:case f:case i:case u:case a:case p:return e;default:switch(e=e&&e.$$typeof){case l:case d:case v:case g:case s:return e;default:return t}}case o:return t}}}function E(e){return x(e)===f}t.AsyncMode=c,t.ConcurrentMode=f,t.ContextConsumer=l,t.ContextProvider=s,t.Element=r,t.ForwardRef=d,t.Fragment=i,t.Lazy=v,t.Memo=g,t.Portal=o,t.Profiler=u,t.StrictMode=a,t.Suspense=p,t.isAsyncMode=function(e){return E(e)||x(e)===c},t.isConcurrentMode=E,t.isContextConsumer=function(e){return x(e)===l},t.isContextProvider=function(e){return x(e)===s},t.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},t.isForwardRef=function(e){return x(e)===d},t.isFragment=function(e){return x(e)===i},t.isLazy=function(e){return x(e)===v},t.isMemo=function(e){return x(e)===g},t.isPortal=function(e){return x(e)===o},t.isProfiler=function(e){return x(e)===u},t.isStrictMode=function(e){return x(e)===a},t.isSuspense=function(e){return x(e)===p},t.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===f||e===u||e===a||e===p||e===h||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===g||e.$$typeof===s||e.$$typeof===l||e.$$typeof===d||e.$$typeof===m||e.$$typeof===b||e.$$typeof===w||e.$$typeof===y)},t.typeOf=x},21296:function(e,t,n){"use strict";e.exports=n(96103)},25477:function(e,t){"use strict";var n=/[A-Z]/g,r=/^ms-/,o={};function i(e){return"-"+e.toLowerCase()}t.Z=function(e){if(o.hasOwnProperty(e))return o[e];var t=e.replace(n,i);return o[e]=r.test(t)?"-"+t:t}},33827:function(e,t,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},o="object"===("undefined"==typeof window?"undefined":r(window))&&"object"===("undefined"==typeof document?"undefined":r(document))&&9===document.nodeType;t.Z=o},30314:function(e,t,n){"use strict";var r=n(25477);function o(e){var t={};for(var n in e){t[0===n.indexOf("--")?n:(0,r.Z)(n)]=e[n]}return e.fallbacks&&(Array.isArray(e.fallbacks)?t.fallbacks=e.fallbacks.map(o):t.fallbacks=o(e.fallbacks)),t}t.Z=function(){return{onProcessStyle:function(e){if(Array.isArray(e)){for(var t=0;t<e.length;t++)e[t]=o(e[t]);return e}return o(e)},onChangeValue:function(e,t,n){if(0===t.indexOf("--"))return e;var o=(0,r.Z)(t);return t===o?e:(n.prop(o,e),null)}}}},83961:function(e,t,n){"use strict";var r=n(54013),o=r.HZ&&CSS?CSS.px:"px",i=r.HZ&&CSS?CSS.ms:"ms",a=r.HZ&&CSS?CSS.percent:"%";function u(e){var t=/(-[a-z])/g,n=function(e){return e[1].toUpperCase()},r={};for(var o in e)r[o]=e[o],r[o.replace(t,n)]=e[o];return r}var s=u({"animation-delay":i,"animation-duration":i,"background-position":o,"background-position-x":o,"background-position-y":o,"background-size":o,border:o,"border-bottom":o,"border-bottom-left-radius":o,"border-bottom-right-radius":o,"border-bottom-width":o,"border-left":o,"border-left-width":o,"border-radius":o,"border-right":o,"border-right-width":o,"border-top":o,"border-top-left-radius":o,"border-top-right-radius":o,"border-top-width":o,"border-width":o,"border-block":o,"border-block-end":o,"border-block-end-width":o,"border-block-start":o,"border-block-start-width":o,"border-block-width":o,"border-inline":o,"border-inline-end":o,"border-inline-end-width":o,"border-inline-start":o,"border-inline-start-width":o,"border-inline-width":o,"border-start-start-radius":o,"border-start-end-radius":o,"border-end-start-radius":o,"border-end-end-radius":o,margin:o,"margin-bottom":o,"margin-left":o,"margin-right":o,"margin-top":o,"margin-block":o,"margin-block-end":o,"margin-block-start":o,"margin-inline":o,"margin-inline-end":o,"margin-inline-start":o,padding:o,"padding-bottom":o,"padding-left":o,"padding-right":o,"padding-top":o,"padding-block":o,"padding-block-end":o,"padding-block-start":o,"padding-inline":o,"padding-inline-end":o,"padding-inline-start":o,"mask-position-x":o,"mask-position-y":o,"mask-size":o,height:o,width:o,"min-height":o,"max-height":o,"min-width":o,"max-width":o,bottom:o,left:o,top:o,right:o,inset:o,"inset-block":o,"inset-block-end":o,"inset-block-start":o,"inset-inline":o,"inset-inline-end":o,"inset-inline-start":o,"box-shadow":o,"text-shadow":o,"column-gap":o,"column-rule":o,"column-rule-width":o,"column-width":o,"font-size":o,"font-size-delta":o,"letter-spacing":o,"text-decoration-thickness":o,"text-indent":o,"text-stroke":o,"text-stroke-width":o,"word-spacing":o,motion:o,"motion-offset":o,outline:o,"outline-offset":o,"outline-width":o,perspective:o,"perspective-origin-x":a,"perspective-origin-y":a,"transform-origin":a,"transform-origin-x":a,"transform-origin-y":a,"transform-origin-z":a,"transition-delay":i,"transition-duration":i,"vertical-align":o,"flex-basis":o,"shape-margin":o,size:o,gap:o,grid:o,"grid-gap":o,"row-gap":o,"grid-row-gap":o,"grid-column-gap":o,"grid-template-rows":o,"grid-template-columns":o,"grid-auto-rows":o,"grid-auto-columns":o,"box-shadow-x":o,"box-shadow-y":o,"box-shadow-blur":o,"box-shadow-spread":o,"font-line-height":o,"text-shadow-x":o,"text-shadow-y":o,"text-shadow-blur":o});function l(e,t,n){if(null==t)return t;if(Array.isArray(t))for(var r=0;r<t.length;r++)t[r]=l(e,t[r],n);else if("object"==typeof t)if("fallbacks"===e)for(var i in t)t[i]=l(i,t[i],n);else for(var a in t)t[a]=l(e+"-"+a,t[a],n);else if("number"==typeof t&&!1===isNaN(t)){var u=n[e]||s[e];return!u||0===t&&u===o?t.toString():"function"==typeof u?u(t).toString():""+t+u}return t}t.Z=function(e){void 0===e&&(e={});var t=u(e);return{onProcessStyle:function(e,n){if("style"!==n.type)return e;for(var r in e)e[r]=l(r,e[r],t);return e},onChangeValue:function(e,n){return l(n,e,t)}}}},5019:function(e,t,n){"use strict";var r=n(87462),o=n(54013),i="@global",a="@global ",u=function(){function e(e,t,n){for(var a in this.type="global",this.at=i,this.isProcessed=!1,this.key=e,this.options=n,this.rules=new o.RB((0,r.Z)({},n,{parent:this})),t)this.rules.add(a,t[a]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.replaceRule=function(e,t,n){var r=this.rules.replace(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.indexOf=function(e){return this.rules.indexOf(e)},t.toString=function(e){return this.rules.toString(e)},e}(),s=function(){function e(e,t,n){this.type="global",this.at=i,this.isProcessed=!1,this.key=e,this.options=n;var o=e.substr(a.length);this.rule=n.jss.createRule(o,t,(0,r.Z)({},n,{parent:this}))}return e.prototype.toString=function(e){return this.rule?this.rule.toString(e):""},e}(),l=/\s*,\s*/g;function c(e,t){for(var n=e.split(l),r="",o=0;o<n.length;o++)r+=t+" "+n[o].trim(),n[o+1]&&(r+=", ");return r}t.Z=function(){return{onCreateRule:function(e,t,n){if(!e)return null;if(e===i)return new u(e,t,n);if("@"===e[0]&&e.substr(0,a.length)===a)return new s(e,t,n);var r=n.parent;return r&&("global"===r.type||r.options.parent&&"global"===r.options.parent.type)&&(n.scoped=!1),n.selector||!1!==n.scoped||(n.selector=e),null},onProcessRule:function(e,t){"style"===e.type&&t&&(function(e,t){var n=e.options,o=e.style,a=o?o[i]:null;if(a){for(var u in a)t.addRule(u,a[u],(0,r.Z)({},n,{selector:c(u,e.selector)}));delete o[i]}}(e,t),function(e,t){var n=e.options,o=e.style;for(var a in o)if("@"===a[0]&&a.substr(0,i.length)===i){var u=c(a.substr(i.length),e.selector);t.addRule(u,o[a],(0,r.Z)({},n,{selector:u})),delete o[a]}}(e,t))}}}},63057:function(e,t,n){"use strict";var r=n(87462),o=/\s*,\s*/g,i=/&/g,a=/\$([\w-]+)/g;t.Z=function(){function e(e,t){return function(n,r){var o=e.getRule(r)||t&&t.getRule(r);return o?o.selector:r}}function t(e,t){for(var n=t.split(o),r=e.split(o),a="",u=0;u<n.length;u++)for(var s=n[u],l=0;l<r.length;l++){var c=r[l];a&&(a+=", "),a+=-1!==c.indexOf("&")?c.replace(i,s):s+" "+c}return a}function n(e,t,n){if(n)return(0,r.Z)({},n,{index:n.index+1});var o=e.options.nestingLevel;o=void 0===o?1:o+1;var i=(0,r.Z)({},e.options,{nestingLevel:o,index:t.indexOf(e)+1});return delete i.name,i}return{onProcessStyle:function(o,i,u){if("style"!==i.type)return o;var s,l,c=i,f=c.options.parent;for(var d in o){var p=-1!==d.indexOf("&"),h="@"===d[0];if(p||h){if(s=n(c,f,s),p){var g=t(d,c.selector);l||(l=e(f,u)),g=g.replace(a,l);var v=c.key+"-"+d;"replaceRule"in f?f.replaceRule(v,o[d],(0,r.Z)({},s,{selector:g})):f.addRule(v,o[d],(0,r.Z)({},s,{selector:g}))}else h&&f.addRule(d,{},s).addRule(c.key,o[d],{selector:c.selector});delete o[d]}}return o}}}},26895:function(e,t){"use strict";t.Z=function(){var e=function(e,t){return e.length===t.length?e>t?1:-1:e.length-t.length};return{onProcessStyle:function(t,n){if("style"!==n.type)return t;for(var r={},o=Object.keys(t).sort(e),i=0;i<o.length;i++)r[o[i]]=t[o[i]];return r}}}},27202:function(e,t,n){"use strict";var r=n(54013),o=Date.now(),i="fnValues"+o,a="fnStyle"+ ++o;t.Z=function(){return{onCreateRule:function(e,t,n){if("function"!=typeof t)return null;var o=(0,r.JH)(e,{},n);return o[a]=t,o},onProcessStyle:function(e,t){if(i in t||a in t)return e;var n={};for(var r in e){var o=e[r];"function"==typeof o&&(delete e[r],n[r]=o)}return t[i]=n,e},onUpdate:function(e,t,n,r){var o=t,u=o[a];u&&(o.style=u(e)||{});var s=o[i];if(s)for(var l in s)o.prop(l,s[l](e),r)}}}},39414:function(e,t,n){"use strict";var r=n(55730),o=n(54013);t.Z=function(){function e(t){for(var n in t){var i=t[n];if("fallbacks"===n&&Array.isArray(i))t[n]=i.map(e);else{var a=!1,u=(0,r.wR)(n);u&&u!==n&&(a=!0);var s=!1,l=(0,r.HO)(u,(0,o.EK)(i));l&&l!==i&&(s=!0),(a||s)&&(a&&delete t[n],t[u||n]=l||i)}}return t}return{onProcessRule:function(e){if("keyframes"===e.type){var t=e;t.at=(0,r.if)(t.at)}},onProcessStyle:function(t,n){return"style"!==n.type?t:e(t)},onChangeValue:function(e,t){return(0,r.HO)(t,(0,o.EK)(e))||e}}}},54013:function(e,t,n){"use strict";n.d(t,{EK:function(){return p},HZ:function(){return ye},JH:function(){return f},RB:function(){return q},Ue:function(){return ve},_$:function(){return me}});var r=n(87462),o=n(33827),i=n(43144),a=n(94578),u=n(97326),s=n(63366),l={}.constructor;function c(e){if(null==e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(c);if(e.constructor!==l)return e;var t={};for(var n in e)t[n]=c(e[n]);return t}function f(e,t,n){void 0===e&&(e="unnamed");var r=n.jss,o=c(t),i=r.plugins.onCreateRule(e,o,n);return i||(e[0],null)}var d=function(e,t){for(var n="",r=0;r<e.length&&"!important"!==e[r];r++)n&&(n+=t),n+=e[r];return n},p=function(e){if(!Array.isArray(e))return e;var t="";if(Array.isArray(e[0]))for(var n=0;n<e.length&&"!important"!==e[n];n++)t&&(t+=", "),t+=d(e[n]," ");else t=d(e,", ");return"!important"===e[e.length-1]&&(t+=" !important"),t};function h(e){return e&&!1===e.format?{linebreak:"",space:""}:{linebreak:"\n",space:" "}}function g(e,t){for(var n="",r=0;r<t;r++)n+=" ";return n+e}function v(e,t,n){void 0===n&&(n={});var r="";if(!t)return r;var o=n.indent,i=void 0===o?0:o,a=t.fallbacks;!1===n.format&&(i=-1/0);var u=h(n),s=u.linebreak,l=u.space;if(e&&i++,a)if(Array.isArray(a))for(var c=0;c<a.length;c++){var f=a[c];for(var d in f){var v=f[d];null!=v&&(r&&(r+=s),r+=g(d+":"+l+p(v)+";",i))}}else for(var y in a){var m=a[y];null!=m&&(r&&(r+=s),r+=g(y+":"+l+p(m)+";",i))}for(var b in t){var w=t[b];null!=w&&"fallbacks"!==b&&(r&&(r+=s),r+=g(b+":"+l+p(w)+";",i))}return(r||n.allowEmpty)&&e?(r&&(r=""+s+r+s),g(""+e+l+"{"+r,--i)+g("}",i)):r}var y=/([[\].#*$><+~=|^:(),"'`\s])/g,m="undefined"!=typeof CSS&&CSS.escape,b=function(e){return m?m(e):e.replace(y,"\\$1")},w=function(){function e(e,t,n){this.type="style",this.isProcessed=!1;var r=n.sheet,o=n.Renderer;this.key=e,this.options=n,this.style=t,r?this.renderer=r.renderer:o&&(this.renderer=new o)}return e.prototype.prop=function(e,t,n){if(void 0===t)return this.style[e];var r=!!n&&n.force;if(!r&&this.style[e]===t)return this;var o=t;n&&!1===n.process||(o=this.options.jss.plugins.onChangeValue(t,e,this));var i=null==o||!1===o,a=e in this.style;if(i&&!a&&!r)return this;var u=i&&a;if(u?delete this.style[e]:this.style[e]=o,this.renderable&&this.renderer)return u?this.renderer.removeProperty(this.renderable,e):this.renderer.setProperty(this.renderable,e,o),this;var s=this.options.sheet;return s&&s.attached,this},e}(),x=function(e){function t(t,n,r){var o;o=e.call(this,t,n,r)||this;var i=r.selector,a=r.scoped,s=r.sheet,l=r.generateId;return i?o.selectorText=i:!1!==a&&(o.id=l((0,u.Z)((0,u.Z)(o)),s),o.selectorText="."+b(o.id)),o}(0,a.Z)(t,e);var n=t.prototype;return n.applyTo=function(e){var t=this.renderer;if(t){var n=this.toJSON();for(var r in n)t.setProperty(e,r,n[r])}return this},n.toJSON=function(){var e={};for(var t in this.style){var n=this.style[t];"object"!=typeof n?e[t]=n:Array.isArray(n)&&(e[t]=p(n))}return e},n.toString=function(e){var t=this.options.sheet,n=!!t&&t.options.link?(0,r.Z)({},e,{allowEmpty:!0}):e;return v(this.selectorText,this.style,n)},(0,i.Z)(t,[{key:"selector",set:function(e){if(e!==this.selectorText){this.selectorText=e;var t=this.renderer,n=this.renderable;if(n&&t)t.setSelector(n,e)||t.replaceRule(n,this)}},get:function(){return this.selectorText}}]),t}(w),E={onCreateRule:function(e,t,n){return"@"===e[0]||n.parent&&"keyframes"===n.parent.type?null:new x(e,t,n)}},S={indent:1,children:!0},C=/@([\w-]+)/,D=function(){function e(e,t,n){this.type="conditional",this.isProcessed=!1,this.key=e;var o=e.match(C);for(var i in this.at=o?o[1]:"unknown",this.query=n.name||"@"+this.at,this.options=n,this.rules=new q((0,r.Z)({},n,{parent:this})),t)this.rules.add(i,t[i]);this.rules.process()}var t=e.prototype;return t.getRule=function(e){return this.rules.get(e)},t.indexOf=function(e){return this.rules.indexOf(e)},t.addRule=function(e,t,n){var r=this.rules.add(e,t,n);return r?(this.options.jss.plugins.onProcessRule(r),r):null},t.replaceRule=function(e,t,n){var r=this.rules.replace(e,t,n);return r&&this.options.jss.plugins.onProcessRule(r),r},t.toString=function(e){void 0===e&&(e=S);var t=h(e).linebreak;if(null==e.indent&&(e.indent=S.indent),null==e.children&&(e.children=S.children),!1===e.children)return this.query+" {}";var n=this.rules.toString(e);return n?this.query+" {"+t+n+t+"}":""},e}(),O=/@media|@supports\s+/,A={onCreateRule:function(e,t,n){return O.test(e)?new D(e,t,n):null}},k={indent:1,children:!0},T=/@keyframes\s+([\w-]+)/,B=function(){function e(e,t,n){this.type="keyframes",this.at="@keyframes",this.isProcessed=!1;var o=e.match(T);o&&o[1]?this.name=o[1]:this.name="noname",this.key=this.type+"-"+this.name,this.options=n;var i=n.scoped,a=n.sheet,u=n.generateId;for(var s in this.id=!1===i?this.name:b(u(this,a)),this.rules=new q((0,r.Z)({},n,{parent:this})),t)this.rules.add(s,t[s],(0,r.Z)({},n,{parent:this}));this.rules.process()}return e.prototype.toString=function(e){void 0===e&&(e=k);var t=h(e).linebreak;if(null==e.indent&&(e.indent=k.indent),null==e.children&&(e.children=k.children),!1===e.children)return this.at+" "+this.id+" {}";var n=this.rules.toString(e);return n&&(n=""+t+n+t),this.at+" "+this.id+" {"+n+"}"},e}(),P=/@keyframes\s+/,F=/\$([\w-]+)/g,_=function(e,t){return"string"==typeof e?e.replace(F,(function(e,n){return n in t?t[n]:e})):e},j=function(e,t,n){var r=e[t],o=_(r,n);o!==r&&(e[t]=o)},N={onCreateRule:function(e,t,n){return"string"==typeof e&&P.test(e)?new B(e,t,n):null},onProcessStyle:function(e,t,n){return"style"===t.type&&n?("animation-name"in e&&j(e,"animation-name",n.keyframes),"animation"in e&&j(e,"animation",n.keyframes),e):e},onChangeValue:function(e,t,n){var r=n.options.sheet;if(!r)return e;switch(t){case"animation":case"animation-name":return _(e,r.keyframes);default:return e}}},R=function(e){function t(){return e.apply(this,arguments)||this}return(0,a.Z)(t,e),t.prototype.toString=function(e){var t=this.options.sheet,n=!!t&&t.options.link?(0,r.Z)({},e,{allowEmpty:!0}):e;return v(this.key,this.style,n)},t}(w),I={onCreateRule:function(e,t,n){return n.parent&&"keyframes"===n.parent.type?new R(e,t,n):null}},L=function(){function e(e,t,n){this.type="font-face",this.at="@font-face",this.isProcessed=!1,this.key=e,this.style=t,this.options=n}return e.prototype.toString=function(e){var t=h(e).linebreak;if(Array.isArray(this.style)){for(var n="",r=0;r<this.style.length;r++)n+=v(this.at,this.style[r]),this.style[r+1]&&(n+=t);return n}return v(this.at,this.style,e)},e}(),M=/@font-face/,z={onCreateRule:function(e,t,n){return M.test(e)?new L(e,t,n):null}},$=function(){function e(e,t,n){this.type="viewport",this.at="@viewport",this.isProcessed=!1,this.key=e,this.style=t,this.options=n}return e.prototype.toString=function(e){return v(this.key,this.style,e)},e}(),H={onCreateRule:function(e,t,n){return"@viewport"===e||"@-ms-viewport"===e?new $(e,t,n):null}},U=function(){function e(e,t,n){this.type="simple",this.isProcessed=!1,this.key=e,this.value=t,this.options=n}return e.prototype.toString=function(e){if(Array.isArray(this.value)){for(var t="",n=0;n<this.value.length;n++)t+=this.key+" "+this.value[n]+";",this.value[n+1]&&(t+="\n");return t}return this.key+" "+this.value+";"},e}(),V={"@charset":!0,"@import":!0,"@namespace":!0},Z=[E,A,N,I,z,H,{onCreateRule:function(e,t,n){return e in V?new U(e,t,n):null}}],W={process:!0},G={force:!0,process:!0},q=function(){function e(e){this.map={},this.raw={},this.index=[],this.counter=0,this.options=e,this.classes=e.classes,this.keyframes=e.keyframes}var t=e.prototype;return t.add=function(e,t,n){var o=this.options,i=o.parent,a=o.sheet,u=o.jss,s=o.Renderer,l=o.generateId,c=o.scoped,d=(0,r.Z)({classes:this.classes,parent:i,sheet:a,jss:u,Renderer:s,generateId:l,scoped:c,name:e,keyframes:this.keyframes,selector:void 0},n),p=e;e in this.raw&&(p=e+"-d"+this.counter++),this.raw[p]=t,p in this.classes&&(d.selector="."+b(this.classes[p]));var h=f(p,t,d);if(!h)return null;this.register(h);var g=void 0===d.index?this.index.length:d.index;return this.index.splice(g,0,h),h},t.replace=function(e,t,n){var o=this.get(e),i=this.index.indexOf(o);o&&this.remove(o);var a=n;return-1!==i&&(a=(0,r.Z)({},n,{index:i})),this.add(e,t,a)},t.get=function(e){return this.map[e]},t.remove=function(e){this.unregister(e),delete this.raw[e.key],this.index.splice(this.index.indexOf(e),1)},t.indexOf=function(e){return this.index.indexOf(e)},t.process=function(){var e=this.options.jss.plugins;this.index.slice(0).forEach(e.onProcessRule,e)},t.register=function(e){this.map[e.key]=e,e instanceof x?(this.map[e.selector]=e,e.id&&(this.classes[e.key]=e.id)):e instanceof B&&this.keyframes&&(this.keyframes[e.name]=e.id)},t.unregister=function(e){delete this.map[e.key],e instanceof x?(delete this.map[e.selector],delete this.classes[e.key]):e instanceof B&&delete this.keyframes[e.name]},t.update=function(){var e,t,n;if("string"==typeof(arguments.length<=0?void 0:arguments[0])?(e=arguments.length<=0?void 0:arguments[0],t=arguments.length<=1?void 0:arguments[1],n=arguments.length<=2?void 0:arguments[2]):(t=arguments.length<=0?void 0:arguments[0],n=arguments.length<=1?void 0:arguments[1],e=null),e)this.updateOne(this.get(e),t,n);else for(var r=0;r<this.index.length;r++)this.updateOne(this.index[r],t,n)},t.updateOne=function(t,n,r){void 0===r&&(r=W);var o=this.options,i=o.jss.plugins,a=o.sheet;if(t.rules instanceof e)t.rules.update(n,r);else{var u=t.style;if(i.onUpdate(n,t,a,r),r.process&&u&&u!==t.style){for(var s in i.onProcessStyle(t.style,t,a),t.style){var l=t.style[s];l!==u[s]&&t.prop(s,l,G)}for(var c in u){var f=t.style[c],d=u[c];null==f&&f!==d&&t.prop(c,null,G)}}}},t.toString=function(e){for(var t="",n=this.options.sheet,r=!!n&&n.options.link,o=h(e).linebreak,i=0;i<this.index.length;i++){var a=this.index[i].toString(e);(a||r)&&(t&&(t+=o),t+=a)}return t},e}(),K=function(){function e(e,t){for(var n in this.attached=!1,this.deployed=!1,this.classes={},this.keyframes={},this.options=(0,r.Z)({},t,{sheet:this,parent:this,classes:this.classes,keyframes:this.keyframes}),t.Renderer&&(this.renderer=new t.Renderer(this)),this.rules=new q(this.options),e)this.rules.add(n,e[n]);this.rules.process()}var t=e.prototype;return t.attach=function(){return this.attached||(this.renderer&&this.renderer.attach(),this.attached=!0,this.deployed||this.deploy()),this},t.detach=function(){return this.attached?(this.renderer&&this.renderer.detach(),this.attached=!1,this):this},t.addRule=function(e,t,n){var r=this.queue;this.attached&&!r&&(this.queue=[]);var o=this.rules.add(e,t,n);return o?(this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(r?r.push(o):(this.insertRule(o),this.queue&&(this.queue.forEach(this.insertRule,this),this.queue=void 0)),o):o:(this.deployed=!1,o)):null},t.replaceRule=function(e,t,n){var r=this.rules.get(e);if(!r)return this.addRule(e,t,n);var o=this.rules.replace(e,t,n);return o&&this.options.jss.plugins.onProcessRule(o),this.attached?this.deployed?(this.renderer&&(o?r.renderable&&this.renderer.replaceRule(r.renderable,o):this.renderer.deleteRule(r)),o):o:(this.deployed=!1,o)},t.insertRule=function(e){this.renderer&&this.renderer.insertRule(e)},t.addRules=function(e,t){var n=[];for(var r in e){var o=this.addRule(r,e[r],t);o&&n.push(o)}return n},t.getRule=function(e){return this.rules.get(e)},t.deleteRule=function(e){var t="object"==typeof e?e:this.rules.get(e);return!(!t||this.attached&&!t.renderable)&&(this.rules.remove(t),!(this.attached&&t.renderable&&this.renderer)||this.renderer.deleteRule(t.renderable))},t.indexOf=function(e){return this.rules.indexOf(e)},t.deploy=function(){return this.renderer&&this.renderer.deploy(),this.deployed=!0,this},t.update=function(){var e;return(e=this.rules).update.apply(e,arguments),this},t.updateOne=function(e,t,n){return this.rules.updateOne(e,t,n),this},t.toString=function(e){return this.rules.toString(e)},e}(),Y=function(){function e(){this.plugins={internal:[],external:[]},this.registry={}}var t=e.prototype;return t.onCreateRule=function(e,t,n){for(var r=0;r<this.registry.onCreateRule.length;r++){var o=this.registry.onCreateRule[r](e,t,n);if(o)return o}return null},t.onProcessRule=function(e){if(!e.isProcessed){for(var t=e.options.sheet,n=0;n<this.registry.onProcessRule.length;n++)this.registry.onProcessRule[n](e,t);e.style&&this.onProcessStyle(e.style,e,t),e.isProcessed=!0}},t.onProcessStyle=function(e,t,n){for(var r=0;r<this.registry.onProcessStyle.length;r++)t.style=this.registry.onProcessStyle[r](t.style,t,n)},t.onProcessSheet=function(e){for(var t=0;t<this.registry.onProcessSheet.length;t++)this.registry.onProcessSheet[t](e)},t.onUpdate=function(e,t,n,r){for(var o=0;o<this.registry.onUpdate.length;o++)this.registry.onUpdate[o](e,t,n,r)},t.onChangeValue=function(e,t,n){for(var r=e,o=0;o<this.registry.onChangeValue.length;o++)r=this.registry.onChangeValue[o](r,t,n);return r},t.use=function(e,t){void 0===t&&(t={queue:"external"});var n=this.plugins[t.queue];-1===n.indexOf(e)&&(n.push(e),this.registry=[].concat(this.plugins.external,this.plugins.internal).reduce((function(e,t){for(var n in t)n in e&&e[n].push(t[n]);return e}),{onCreateRule:[],onProcessRule:[],onProcessStyle:[],onProcessSheet:[],onChangeValue:[],onUpdate:[]}))},e}(),X=function(){function e(){this.registry=[]}var t=e.prototype;return t.add=function(e){var t=this.registry,n=e.options.index;if(-1===t.indexOf(e))if(0===t.length||n>=this.index)t.push(e);else for(var r=0;r<t.length;r++)if(t[r].options.index>n)return void t.splice(r,0,e)},t.reset=function(){this.registry=[]},t.remove=function(e){var t=this.registry.indexOf(e);this.registry.splice(t,1)},t.toString=function(e){for(var t=void 0===e?{}:e,n=t.attached,r=(0,s.Z)(t,["attached"]),o=h(r).linebreak,i="",a=0;a<this.registry.length;a++){var u=this.registry[a];null!=n&&u.attached!==n||(i&&(i+=o),i+=u.toString(r))}return i},(0,i.Z)(e,[{key:"index",get:function(){return 0===this.registry.length?0:this.registry[this.registry.length-1].options.index}}]),e}(),J=new X,Q="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window&&window.Math===Math?window:"undefined"!=typeof self&&self.Math===Math?self:Function("return this")(),ee="2f1acc6c3a606b082e5eef5e54414ffb";null==Q[ee]&&(Q[ee]=0);var te=Q[ee]++,ne=function(e){void 0===e&&(e={});var t=0;return function(n,r){t+=1;var o="",i="";return r&&(r.options.classNamePrefix&&(i=r.options.classNamePrefix),null!=r.options.jss.id&&(o=String(r.options.jss.id))),e.minify?""+(i||"c")+te+o+t:i+n.key+"-"+te+(o?"-"+o:"")+"-"+t}},re=function(e){var t;return function(){return t||(t=e()),t}},oe=function(e,t){try{return e.attributeStyleMap?e.attributeStyleMap.get(t):e.style.getPropertyValue(t)}catch(e){return""}},ie=function(e,t,n){try{var r=n;if(Array.isArray(n)&&(r=p(n)),e.attributeStyleMap)e.attributeStyleMap.set(t,r);else{var o=r?r.indexOf("!important"):-1,i=o>-1?r.substr(0,o-1):r;e.style.setProperty(t,i,o>-1?"important":"")}}catch(e){return!1}return!0},ae=function(e,t){try{e.attributeStyleMap?e.attributeStyleMap.delete(t):e.style.removeProperty(t)}catch(e){}},ue=function(e,t){return e.selectorText=t,e.selectorText===t},se=re((function(){return document.querySelector("head")}));function le(e){var t=J.registry;if(t.length>0){var n=function(e,t){for(var n=0;n<e.length;n++){var r=e[n];if(r.attached&&r.options.index>t.index&&r.options.insertionPoint===t.insertionPoint)return r}return null}(t,e);if(n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element};if(n=function(e,t){for(var n=e.length-1;n>=0;n--){var r=e[n];if(r.attached&&r.options.insertionPoint===t.insertionPoint)return r}return null}(t,e),n&&n.renderer)return{parent:n.renderer.element.parentNode,node:n.renderer.element.nextSibling}}var r=e.insertionPoint;if(r&&"string"==typeof r){var o=function(e){for(var t=se(),n=0;n<t.childNodes.length;n++){var r=t.childNodes[n];if(8===r.nodeType&&r.nodeValue.trim()===e)return r}return null}(r);if(o)return{parent:o.parentNode,node:o.nextSibling}}return!1}var ce=re((function(){var e=document.querySelector('meta[property="csp-nonce"]');return e?e.getAttribute("content"):null})),fe=function(e,t,n){try{"insertRule"in e?e.insertRule(t,n):"appendRule"in e&&e.appendRule(t)}catch(e){return!1}return e.cssRules[n]},de=function(e,t){var n=e.cssRules.length;return void 0===t||t>n?n:t},pe=function(){function e(e){this.getPropertyValue=oe,this.setProperty=ie,this.removeProperty=ae,this.setSelector=ue,this.hasInsertedRules=!1,this.cssRules=[],e&&J.add(e),this.sheet=e;var t,n=this.sheet?this.sheet.options:{},r=n.media,o=n.meta,i=n.element;this.element=i||((t=document.createElement("style")).textContent="\n",t),this.element.setAttribute("data-jss",""),r&&this.element.setAttribute("media",r),o&&this.element.setAttribute("data-meta",o);var a=ce();a&&this.element.setAttribute("nonce",a)}var t=e.prototype;return t.attach=function(){if(!this.element.parentNode&&this.sheet){!function(e,t){var n=t.insertionPoint,r=le(t);if(!1!==r&&r.parent)r.parent.insertBefore(e,r.node);else if(n&&"number"==typeof n.nodeType){var o=n,i=o.parentNode;i&&i.insertBefore(e,o.nextSibling)}else se().appendChild(e)}(this.element,this.sheet.options);var e=Boolean(this.sheet&&this.sheet.deployed);this.hasInsertedRules&&e&&(this.hasInsertedRules=!1,this.deploy())}},t.detach=function(){if(this.sheet){var e=this.element.parentNode;e&&e.removeChild(this.element),this.sheet.options.link&&(this.cssRules=[],this.element.textContent="\n")}},t.deploy=function(){var e=this.sheet;e&&(e.options.link?this.insertRules(e.rules):this.element.textContent="\n"+e.toString()+"\n")},t.insertRules=function(e,t){for(var n=0;n<e.index.length;n++)this.insertRule(e.index[n],n,t)},t.insertRule=function(e,t,n){if(void 0===n&&(n=this.element.sheet),e.rules){var r=e,o=n;if("conditional"===e.type||"keyframes"===e.type){var i=de(n,t);if(!1===(o=fe(n,r.toString({children:!1}),i)))return!1;this.refCssRule(e,i,o)}return this.insertRules(r.rules,o),o}var a=e.toString();if(!a)return!1;var u=de(n,t),s=fe(n,a,u);return!1!==s&&(this.hasInsertedRules=!0,this.refCssRule(e,u,s),s)},t.refCssRule=function(e,t,n){e.renderable=n,e.options.parent instanceof K&&this.cssRules.splice(t,0,n)},t.deleteRule=function(e){var t=this.element.sheet,n=this.indexOf(e);return-1!==n&&(t.deleteRule(n),this.cssRules.splice(n,1),!0)},t.indexOf=function(e){return this.cssRules.indexOf(e)},t.replaceRule=function(e,t){var n=this.indexOf(e);return-1!==n&&(this.element.sheet.deleteRule(n),this.cssRules.splice(n,1),this.insertRule(t,n))},t.getRules=function(){return this.element.sheet.cssRules},e}(),he=0,ge=function(){function e(e){this.id=he++,this.version="10.9.2",this.plugins=new Y,this.options={id:{minify:!1},createGenerateId:ne,Renderer:o.Z?pe:null,plugins:[]},this.generateId=ne({minify:!1});for(var t=0;t<Z.length;t++)this.plugins.use(Z[t],{queue:"internal"});this.setup(e)}var t=e.prototype;return t.setup=function(e){return void 0===e&&(e={}),e.createGenerateId&&(this.options.createGenerateId=e.createGenerateId),e.id&&(this.options.id=(0,r.Z)({},this.options.id,e.id)),(e.createGenerateId||e.id)&&(this.generateId=this.options.createGenerateId(this.options.id)),null!=e.insertionPoint&&(this.options.insertionPoint=e.insertionPoint),"Renderer"in e&&(this.options.Renderer=e.Renderer),e.plugins&&this.use.apply(this,e.plugins),this},t.createStyleSheet=function(e,t){void 0===t&&(t={});var n=t.index;"number"!=typeof n&&(n=0===J.index?0:J.index+1);var o=new K(e,(0,r.Z)({},t,{jss:this,generateId:t.generateId||this.generateId,insertionPoint:this.options.insertionPoint,Renderer:this.options.Renderer,index:n}));return this.plugins.onProcessSheet(o),o},t.removeStyleSheet=function(e){return e.detach(),J.remove(e),this},t.createRule=function(e,t,n){if(void 0===t&&(t={}),void 0===n&&(n={}),"object"==typeof e)return this.createRule(void 0,e,t);var o=(0,r.Z)({},n,{name:e,jss:this,Renderer:this.options.Renderer});o.generateId||(o.generateId=this.generateId),o.classes||(o.classes={}),o.keyframes||(o.keyframes={});var i=f(e,t,o);return i&&this.plugins.onProcessRule(i),i},t.use=function(){for(var e=this,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];return n.forEach((function(t){e.plugins.use(t)})),this},e}(),ve=function(e){return new ge(e)},ye="object"==typeof CSS&&null!=CSS&&"number"in CSS;function me(e){var t=null;for(var n in e){var r=e[n],o=typeof r;if("function"===o)t||(t={}),t[n]=r;else if("object"===o&&null!==r&&!Array.isArray(r)){var i=me(r);i&&(t||(t={}),t[n]=i)}}return t}
|
|
24
|
+
/**
|
|
25
|
+
* A better abstraction over CSS.
|
|
26
|
+
*
|
|
27
|
+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
|
|
28
|
+
* @website https://github.com/cssinjs/jss
|
|
29
|
+
* @license MIT
|
|
30
|
+
*/ve()},27418:function(e){"use strict";
|
|
31
|
+
/*
|
|
32
|
+
object-assign
|
|
33
|
+
(c) Sindre Sorhus
|
|
34
|
+
@license MIT
|
|
35
|
+
*/var t=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;function o(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}e.exports=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},n=0;n<10;n++)t["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach((function(e){r[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(e){return!1}}()?Object.assign:function(e,i){for(var a,u,s=o(e),l=1;l<arguments.length;l++){for(var c in a=Object(arguments[l]))n.call(a,c)&&(s[c]=a[c]);if(t){u=t(a);for(var f=0;f<u.length;f++)r.call(a,u[f])&&(s[u[f]]=a[u[f]])}}return s}},28981:function(e,t,n){"use strict";
|
|
36
|
+
/**!
|
|
37
|
+
* @fileOverview Kickass library to create and place poppers near their reference elements.
|
|
38
|
+
* @version 1.16.1-lts
|
|
39
|
+
* @license
|
|
40
|
+
* Copyright (c) 2016 Federico Zivolo and contributors
|
|
41
|
+
*
|
|
42
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
43
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
44
|
+
* in the Software without restriction, including without limitation the rights
|
|
45
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
46
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
47
|
+
* furnished to do so, subject to the following conditions:
|
|
48
|
+
*
|
|
49
|
+
* The above copyright notice and this permission notice shall be included in all
|
|
50
|
+
* copies or substantial portions of the Software.
|
|
51
|
+
*
|
|
52
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
53
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
54
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
55
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
56
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
57
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
58
|
+
* SOFTWARE.
|
|
59
|
+
*/var r="undefined"!=typeof window&&"undefined"!=typeof document&&"undefined"!=typeof navigator,o=function(){for(var e=["Edge","Trident","Firefox"],t=0;t<e.length;t+=1)if(r&&navigator.userAgent.indexOf(e[t])>=0)return 1;return 0}();var i=r&&window.Promise?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then((function(){t=!1,e()})))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout((function(){t=!1,e()}),o))}};function a(e){return e&&"[object Function]"==={}.toString.call(e)}function u(e,t){if(1!==e.nodeType)return[];var n=e.ownerDocument.defaultView.getComputedStyle(e,null);return t?n[t]:n}function s(e){return"HTML"===e.nodeName?e:e.parentNode||e.host}function l(e){if(!e)return document.body;switch(e.nodeName){case"HTML":case"BODY":return e.ownerDocument.body;case"#document":return e.body}var t=u(e),n=t.overflow,r=t.overflowX,o=t.overflowY;return/(auto|scroll|overlay)/.test(n+o+r)?e:l(s(e))}function c(e){return e&&e.referenceNode?e.referenceNode:e}var f=r&&!(!window.MSInputMethodContext||!document.documentMode),d=r&&/MSIE 10/.test(navigator.userAgent);function p(e){return 11===e?f:10===e?d:f||d}function h(e){if(!e)return document.documentElement;for(var t=p(10)?document.body:null,n=e.offsetParent||null;n===t&&e.nextElementSibling;)n=(e=e.nextElementSibling).offsetParent;var r=n&&n.nodeName;return r&&"BODY"!==r&&"HTML"!==r?-1!==["TH","TD","TABLE"].indexOf(n.nodeName)&&"static"===u(n,"position")?h(n):n:e?e.ownerDocument.documentElement:document.documentElement}function g(e){return null!==e.parentNode?g(e.parentNode):e}function v(e,t){if(!(e&&e.nodeType&&t&&t.nodeType))return document.documentElement;var n=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,r=n?e:t,o=n?t:e,i=document.createRange();i.setStart(r,0),i.setEnd(o,0);var a,u,s=i.commonAncestorContainer;if(e!==s&&t!==s||r.contains(o))return"BODY"===(u=(a=s).nodeName)||"HTML"!==u&&h(a.firstElementChild)!==a?h(s):s;var l=g(e);return l.host?v(l.host,t):v(e,g(t).host)}function y(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"top",n="top"===t?"scrollTop":"scrollLeft",r=e.nodeName;if("BODY"===r||"HTML"===r){var o=e.ownerDocument.documentElement,i=e.ownerDocument.scrollingElement||o;return i[n]}return e[n]}function m(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=y(t,"top"),o=y(t,"left"),i=n?-1:1;return e.top+=r*i,e.bottom+=r*i,e.left+=o*i,e.right+=o*i,e}function b(e,t){var n="x"===t?"Left":"Top",r="Left"===n?"Right":"Bottom";return parseFloat(e["border"+n+"Width"])+parseFloat(e["border"+r+"Width"])}function w(e,t,n,r){return Math.max(t["offset"+e],t["scroll"+e],n["client"+e],n["offset"+e],n["scroll"+e],p(10)?parseInt(n["offset"+e])+parseInt(r["margin"+("Height"===e?"Top":"Left")])+parseInt(r["margin"+("Height"===e?"Bottom":"Right")]):0)}function x(e){var t=e.body,n=e.documentElement,r=p(10)&&getComputedStyle(n);return{height:w("Height",t,n,r),width:w("Width",t,n,r)}}var E=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},S=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=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},D=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};function O(e){return D({},e,{right:e.left+e.width,bottom:e.top+e.height})}function A(e){var t={};try{if(p(10)){t=e.getBoundingClientRect();var n=y(e,"top"),r=y(e,"left");t.top+=n,t.left+=r,t.bottom+=n,t.right+=r}else t=e.getBoundingClientRect()}catch(e){}var o={left:t.left,top:t.top,width:t.right-t.left,height:t.bottom-t.top},i="HTML"===e.nodeName?x(e.ownerDocument):{},a=i.width||e.clientWidth||o.width,s=i.height||e.clientHeight||o.height,l=e.offsetWidth-a,c=e.offsetHeight-s;if(l||c){var f=u(e);l-=b(f,"x"),c-=b(f,"y"),o.width-=l,o.height-=c}return O(o)}function k(e,t){var n=arguments.length>2&&void 0!==arguments[2]&&arguments[2],r=p(10),o="HTML"===t.nodeName,i=A(e),a=A(t),s=l(e),c=u(t),f=parseFloat(c.borderTopWidth),d=parseFloat(c.borderLeftWidth);n&&o&&(a.top=Math.max(a.top,0),a.left=Math.max(a.left,0));var h=O({top:i.top-a.top-f,left:i.left-a.left-d,width:i.width,height:i.height});if(h.marginTop=0,h.marginLeft=0,!r&&o){var g=parseFloat(c.marginTop),v=parseFloat(c.marginLeft);h.top-=f-g,h.bottom-=f-g,h.left-=d-v,h.right-=d-v,h.marginTop=g,h.marginLeft=v}return(r&&!n?t.contains(s):t===s&&"BODY"!==s.nodeName)&&(h=m(h,t)),h}function T(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=e.ownerDocument.documentElement,r=k(e,n),o=Math.max(n.clientWidth,window.innerWidth||0),i=Math.max(n.clientHeight,window.innerHeight||0),a=t?0:y(n),u=t?0:y(n,"left"),s={top:a-r.top+r.marginTop,left:u-r.left+r.marginLeft,width:o,height:i};return O(s)}function B(e){var t=e.nodeName;if("BODY"===t||"HTML"===t)return!1;if("fixed"===u(e,"position"))return!0;var n=s(e);return!!n&&B(n)}function P(e){if(!e||!e.parentElement||p())return document.documentElement;for(var t=e.parentElement;t&&"none"===u(t,"transform");)t=t.parentElement;return t||document.documentElement}function F(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]&&arguments[4],i={top:0,left:0},a=o?P(e):v(e,c(t));if("viewport"===r)i=T(a,o);else{var u=void 0;"scrollParent"===r?"BODY"===(u=l(s(t))).nodeName&&(u=e.ownerDocument.documentElement):u="window"===r?e.ownerDocument.documentElement:r;var f=k(u,a,o);if("HTML"!==u.nodeName||B(a))i=f;else{var d=x(e.ownerDocument),p=d.height,h=d.width;i.top+=f.top-f.marginTop,i.bottom=p+f.top,i.left+=f.left-f.marginLeft,i.right=h+f.left}}var g="number"==typeof(n=n||0);return i.left+=g?n:n.left||0,i.top+=g?n:n.top||0,i.right-=g?n:n.right||0,i.bottom-=g?n:n.bottom||0,i}function _(e){return e.width*e.height}function j(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf("auto"))return e;var a=F(n,r,i,o),u={top:{width:a.width,height:t.top-a.top},right:{width:a.right-t.right,height:a.height},bottom:{width:a.width,height:a.bottom-t.bottom},left:{width:t.left-a.left,height:a.height}},s=Object.keys(u).map((function(e){return D({key:e},u[e],{area:_(u[e])})})).sort((function(e,t){return t.area-e.area})),l=s.filter((function(e){var t=e.width,r=e.height;return t>=n.clientWidth&&r>=n.clientHeight})),c=l.length>0?l[0].key:s[0].key,f=e.split("-")[1];return c+(f?"-"+f:"")}function N(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null,o=r?P(t):v(t,c(n));return k(n,o,r)}function R(e){var t=e.ownerDocument.defaultView.getComputedStyle(e),n=parseFloat(t.marginTop||0)+parseFloat(t.marginBottom||0),r=parseFloat(t.marginLeft||0)+parseFloat(t.marginRight||0);return{width:e.offsetWidth+r,height:e.offsetHeight+n}}function I(e){var t={left:"right",right:"left",bottom:"top",top:"bottom"};return e.replace(/left|right|bottom|top/g,(function(e){return t[e]}))}function L(e,t,n){n=n.split("-")[0];var r=R(e),o={width:r.width,height:r.height},i=-1!==["right","left"].indexOf(n),a=i?"top":"left",u=i?"left":"top",s=i?"height":"width",l=i?"width":"height";return o[a]=t[a]+t[s]/2-r[s]/2,o[u]=n===u?t[u]-r[l]:t[I(u)],o}function M(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function z(e,t,n){return(void 0===n?e:e.slice(0,function(e,t,n){if(Array.prototype.findIndex)return e.findIndex((function(e){return e[t]===n}));var r=M(e,(function(e){return e[t]===n}));return e.indexOf(r)}(e,"name",n))).forEach((function(e){e.function&&console.warn("`modifier.function` is deprecated, use `modifier.fn`!");var n=e.function||e.fn;e.enabled&&a(n)&&(t.offsets.popper=O(t.offsets.popper),t.offsets.reference=O(t.offsets.reference),t=n(t,e))})),t}function $(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=N(this.state,this.popper,this.reference,this.options.positionFixed),e.placement=j(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.positionFixed=this.options.positionFixed,e.offsets.popper=L(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position=this.options.positionFixed?"fixed":"absolute",e=z(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function H(e,t){return e.some((function(e){var n=e.name;return e.enabled&&n===t}))}function U(e){for(var t=[!1,"ms","Webkit","Moz","O"],n=e.charAt(0).toUpperCase()+e.slice(1),r=0;r<t.length;r++){var o=t[r],i=o?""+o+n:e;if(void 0!==document.body.style[i])return i}return null}function V(){return this.state.isDestroyed=!0,H(this.modifiers,"applyStyle")&&(this.popper.removeAttribute("x-placement"),this.popper.style.position="",this.popper.style.top="",this.popper.style.left="",this.popper.style.right="",this.popper.style.bottom="",this.popper.style.willChange="",this.popper.style[U("transform")]=""),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function Z(e){var t=e.ownerDocument;return t?t.defaultView:window}function W(e,t,n,r){var o="BODY"===e.nodeName,i=o?e.ownerDocument.defaultView:e;i.addEventListener(t,n,{passive:!0}),o||W(l(i.parentNode),t,n,r),r.push(i)}function G(e,t,n,r){n.updateBound=r,Z(e).addEventListener("resize",n.updateBound,{passive:!0});var o=l(e);return W(o,"scroll",n.updateBound,n.scrollParents),n.scrollElement=o,n.eventsEnabled=!0,n}function q(){this.state.eventsEnabled||(this.state=G(this.reference,this.options,this.state,this.scheduleUpdate))}function K(){var e,t;this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=(e=this.reference,t=this.state,Z(e).removeEventListener("resize",t.updateBound),t.scrollParents.forEach((function(e){e.removeEventListener("scroll",t.updateBound)})),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t))}function Y(e){return""!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function X(e,t){Object.keys(t).forEach((function(n){var r="";-1!==["width","height","top","right","bottom","left"].indexOf(n)&&Y(t[n])&&(r="px"),e.style[n]=t[n]+r}))}var J=r&&/Firefox/i.test(navigator.userAgent);function Q(e,t,n){var r=M(e,(function(e){return e.name===t})),o=!!r&&e.some((function(e){return e.name===n&&e.enabled&&e.order<r.order}));if(!o){var i="`"+t+"`",a="`"+n+"`";console.warn(a+" modifier is required by "+i+" modifier in order to work, be sure to include it before "+i+"!")}return o}var ee=["auto-start","auto","auto-end","top-start","top","top-end","right-start","right","right-end","bottom-end","bottom","bottom-start","left-end","left","left-start"],te=ee.slice(3);function ne(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=te.indexOf(e),r=te.slice(n+1).concat(te.slice(0,n));return t?r.reverse():r}var re="flip",oe="clockwise",ie="counterclockwise";function ae(e,t,n,r){var o=[0,0],i=-1!==["right","left"].indexOf(r),a=e.split(/(\+|\-)/).map((function(e){return e.trim()})),u=a.indexOf(M(a,(function(e){return-1!==e.search(/,|\s/)})));a[u]&&-1===a[u].indexOf(",")&&console.warn("Offsets separated by white space(s) are deprecated, use a comma (,) instead.");var s=/\s*,\s*|\s+/,l=-1!==u?[a.slice(0,u).concat([a[u].split(s)[0]]),[a[u].split(s)[1]].concat(a.slice(u+1))]:[a];return l=l.map((function(e,r){var o=(1===r?!i:i)?"height":"width",a=!1;return e.reduce((function(e,t){return""===e[e.length-1]&&-1!==["+","-"].indexOf(t)?(e[e.length-1]=t,a=!0,e):a?(e[e.length-1]+=t,a=!1,e):e.concat(t)}),[]).map((function(e){return function(e,t,n,r){var o=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),i=+o[1],a=o[2];if(!i)return e;if(0===a.indexOf("%")){return O("%p"===a?n:r)[t]/100*i}if("vh"===a||"vw"===a)return("vh"===a?Math.max(document.documentElement.clientHeight,window.innerHeight||0):Math.max(document.documentElement.clientWidth,window.innerWidth||0))/100*i;return i}(e,o,t,n)}))})),l.forEach((function(e,t){e.forEach((function(n,r){Y(n)&&(o[t]+=n*("-"===e[r-1]?-1:1))}))})),o}var ue={shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,n=t.split("-")[0],r=t.split("-")[1];if(r){var o=e.offsets,i=o.reference,a=o.popper,u=-1!==["bottom","top"].indexOf(n),s=u?"left":"top",l=u?"width":"height",c={start:C({},s,i[s]),end:C({},s,i[s]+i[l]-a[l])};e.offsets.popper=D({},a,c[r])}return e}},offset:{order:200,enabled:!0,fn:function(e,t){var n=t.offset,r=e.placement,o=e.offsets,i=o.popper,a=o.reference,u=r.split("-")[0],s=void 0;return s=Y(+n)?[+n,0]:ae(n,i,a,u),"left"===u?(i.top+=s[0],i.left-=s[1]):"right"===u?(i.top+=s[0],i.left+=s[1]):"top"===u?(i.left+=s[0],i.top-=s[1]):"bottom"===u&&(i.left+=s[0],i.top+=s[1]),e.popper=i,e},offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var n=t.boundariesElement||h(e.instance.popper);e.instance.reference===n&&(n=h(n));var r=U("transform"),o=e.instance.popper.style,i=o.top,a=o.left,u=o[r];o.top="",o.left="",o[r]="";var s=F(e.instance.popper,e.instance.reference,t.padding,n,e.positionFixed);o.top=i,o.left=a,o[r]=u,t.boundaries=s;var l=t.priority,c=e.offsets.popper,f={primary:function(e){var n=c[e];return c[e]<s[e]&&!t.escapeWithReference&&(n=Math.max(c[e],s[e])),C({},e,n)},secondary:function(e){var n="right"===e?"left":"top",r=c[n];return c[e]>s[e]&&!t.escapeWithReference&&(r=Math.min(c[n],s[e]-("right"===e?c.width:c.height))),C({},n,r)}};return l.forEach((function(e){var t=-1!==["left","top"].indexOf(e)?"primary":"secondary";c=D({},c,f[t](e))})),e.offsets.popper=c,e},priority:["left","right","top","bottom"],padding:5,boundariesElement:"scrollParent"},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,n=t.popper,r=t.reference,o=e.placement.split("-")[0],i=Math.floor,a=-1!==["top","bottom"].indexOf(o),u=a?"right":"bottom",s=a?"left":"top",l=a?"width":"height";return n[u]<i(r[s])&&(e.offsets.popper[s]=i(r[s])-n[l]),n[s]>i(r[u])&&(e.offsets.popper[s]=i(r[u])),e}},arrow:{order:500,enabled:!0,fn:function(e,t){var n;if(!Q(e.instance.modifiers,"arrow","keepTogether"))return e;var r=t.element;if("string"==typeof r){if(!(r=e.instance.popper.querySelector(r)))return e}else if(!e.instance.popper.contains(r))return console.warn("WARNING: `arrow.element` must be child of its popper element!"),e;var o=e.placement.split("-")[0],i=e.offsets,a=i.popper,s=i.reference,l=-1!==["left","right"].indexOf(o),c=l?"height":"width",f=l?"Top":"Left",d=f.toLowerCase(),p=l?"left":"top",h=l?"bottom":"right",g=R(r)[c];s[h]-g<a[d]&&(e.offsets.popper[d]-=a[d]-(s[h]-g)),s[d]+g>a[h]&&(e.offsets.popper[d]+=s[d]+g-a[h]),e.offsets.popper=O(e.offsets.popper);var v=s[d]+s[c]/2-g/2,y=u(e.instance.popper),m=parseFloat(y["margin"+f]),b=parseFloat(y["border"+f+"Width"]),w=v-e.offsets.popper[d]-m-b;return w=Math.max(Math.min(a[c]-g,w),0),e.arrowElement=r,e.offsets.arrow=(C(n={},d,Math.round(w)),C(n,p,""),n),e},element:"[x-arrow]"},flip:{order:600,enabled:!0,fn:function(e,t){if(H(e.instance.modifiers,"inner"))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var n=F(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement,e.positionFixed),r=e.placement.split("-")[0],o=I(r),i=e.placement.split("-")[1]||"",a=[];switch(t.behavior){case re:a=[r,o];break;case oe:a=ne(r);break;case ie:a=ne(r,!0);break;default:a=t.behavior}return a.forEach((function(u,s){if(r!==u||a.length===s+1)return e;r=e.placement.split("-")[0],o=I(r);var l=e.offsets.popper,c=e.offsets.reference,f=Math.floor,d="left"===r&&f(l.right)>f(c.left)||"right"===r&&f(l.left)<f(c.right)||"top"===r&&f(l.bottom)>f(c.top)||"bottom"===r&&f(l.top)<f(c.bottom),p=f(l.left)<f(n.left),h=f(l.right)>f(n.right),g=f(l.top)<f(n.top),v=f(l.bottom)>f(n.bottom),y="left"===r&&p||"right"===r&&h||"top"===r&&g||"bottom"===r&&v,m=-1!==["top","bottom"].indexOf(r),b=!!t.flipVariations&&(m&&"start"===i&&p||m&&"end"===i&&h||!m&&"start"===i&&g||!m&&"end"===i&&v),w=!!t.flipVariationsByContent&&(m&&"start"===i&&h||m&&"end"===i&&p||!m&&"start"===i&&v||!m&&"end"===i&&g),x=b||w;(d||y||x)&&(e.flipped=!0,(d||y)&&(r=a[s+1]),x&&(i=function(e){return"end"===e?"start":"start"===e?"end":e}(i)),e.placement=r+(i?"-"+i:""),e.offsets.popper=D({},e.offsets.popper,L(e.instance.popper,e.offsets.reference,e.placement)),e=z(e.instance.modifiers,e,"flip"))})),e},behavior:"flip",padding:5,boundariesElement:"viewport",flipVariations:!1,flipVariationsByContent:!1},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,n=t.split("-")[0],r=e.offsets,o=r.popper,i=r.reference,a=-1!==["left","right"].indexOf(n),u=-1===["top","left"].indexOf(n);return o[a?"left":"top"]=i[n]-(u?o[a?"width":"height"]:0),e.placement=I(t),e.offsets.popper=O(o),e}},hide:{order:800,enabled:!0,fn:function(e){if(!Q(e.instance.modifiers,"hide","preventOverflow"))return e;var t=e.offsets.reference,n=M(e.instance.modifiers,(function(e){return"preventOverflow"===e.name})).boundaries;if(t.bottom<n.top||t.left>n.right||t.top>n.bottom||t.right<n.left){if(!0===e.hide)return e;e.hide=!0,e.attributes["x-out-of-boundaries"]=""}else{if(!1===e.hide)return e;e.hide=!1,e.attributes["x-out-of-boundaries"]=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var n=t.x,r=t.y,o=e.offsets.popper,i=M(e.instance.modifiers,(function(e){return"applyStyle"===e.name})).gpuAcceleration;void 0!==i&&console.warn("WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!");var a=void 0!==i?i:t.gpuAcceleration,u=h(e.instance.popper),s=A(u),l={position:o.position},c=function(e,t){var n=e.offsets,r=n.popper,o=n.reference,i=Math.round,a=Math.floor,u=function(e){return e},s=i(o.width),l=i(r.width),c=-1!==["left","right"].indexOf(e.placement),f=-1!==e.placement.indexOf("-"),d=t?c||f||s%2==l%2?i:a:u,p=t?i:u;return{left:d(s%2==1&&l%2==1&&!f&&t?r.left-1:r.left),top:p(r.top),bottom:p(r.bottom),right:d(r.right)}}(e,window.devicePixelRatio<2||!J),f="bottom"===n?"top":"bottom",d="right"===r?"left":"right",p=U("transform"),g=void 0,v=void 0;if(v="bottom"===f?"HTML"===u.nodeName?-u.clientHeight+c.bottom:-s.height+c.bottom:c.top,g="right"===d?"HTML"===u.nodeName?-u.clientWidth+c.right:-s.width+c.right:c.left,a&&p)l[p]="translate3d("+g+"px, "+v+"px, 0)",l[f]=0,l[d]=0,l.willChange="transform";else{var y="bottom"===f?-1:1,m="right"===d?-1:1;l[f]=v*y,l[d]=g*m,l.willChange=f+", "+d}var b={"x-placement":e.placement};return e.attributes=D({},b,e.attributes),e.styles=D({},l,e.styles),e.arrowStyles=D({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:"bottom",y:"right"},applyStyle:{order:900,enabled:!0,fn:function(e){var t,n;return X(e.instance.popper,e.styles),t=e.instance.popper,n=e.attributes,Object.keys(n).forEach((function(e){!1!==n[e]?t.setAttribute(e,n[e]):t.removeAttribute(e)})),e.arrowElement&&Object.keys(e.arrowStyles).length&&X(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,n,r,o){var i=N(o,t,e,n.positionFixed),a=j(n.placement,i,t,e,n.modifiers.flip.boundariesElement,n.modifiers.flip.padding);return t.setAttribute("x-placement",a),X(t,{position:n.positionFixed?"fixed":"absolute"}),n},gpuAcceleration:void 0}},se={placement:"bottom",positionFixed:!1,eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:ue},le=function(){function e(t,n){var r=this,o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};E(this,e),this.scheduleUpdate=function(){return requestAnimationFrame(r.update)},this.update=i(this.update.bind(this)),this.options=D({},e.Defaults,o),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=t&&t.jquery?t[0]:t,this.popper=n&&n.jquery?n[0]:n,this.options.modifiers={},Object.keys(D({},e.Defaults.modifiers,o.modifiers)).forEach((function(t){r.options.modifiers[t]=D({},e.Defaults.modifiers[t]||{},o.modifiers?o.modifiers[t]:{})})),this.modifiers=Object.keys(this.options.modifiers).map((function(e){return D({name:e},r.options.modifiers[e])})).sort((function(e,t){return e.order-t.order})),this.modifiers.forEach((function(e){e.enabled&&a(e.onLoad)&&e.onLoad(r.reference,r.popper,r.options,e,r.state)})),this.update();var u=this.options.eventsEnabled;u&&this.enableEventListeners(),this.state.eventsEnabled=u}return S(e,[{key:"update",value:function(){return $.call(this)}},{key:"destroy",value:function(){return V.call(this)}},{key:"enableEventListeners",value:function(){return q.call(this)}},{key:"disableEventListeners",value:function(){return K.call(this)}}]),e}();le.Utils=("undefined"!=typeof window?window:n.g).PopperUtils,le.placements=ee,le.Defaults=se,t.Z=le},96630:function(e,t,n){"use strict";var r=n(63366),o=n(94578),i=n(8156),a=n.n(i),u=n(47111),s=n.n(u),l=n(6035),c=n(220),f=n(59391),d="unmounted",p="exited",h="entering",g="entered",v="exiting",y=function(e){function t(t,n){var r;r=e.call(this,t,n)||this;var o,i=n&&!n.isMounting?t.enter:t.appear;return r.appearStatus=null,t.in?i?(o=p,r.appearStatus=h):o=g:o=t.unmountOnExit||t.mountOnEnter?d:p,r.state={status:o},r.nextCallback=null,r}(0,o.Z)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&t.status===d?{status:p}:null};var n=t.prototype;return n.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},n.componentDidUpdate=function(e){var t=null;if(e!==this.props){var n=this.state.status;this.props.in?n!==h&&n!==g&&(t=h):n!==h&&n!==g||(t=v)}this.updateStatus(!1,t)},n.componentWillUnmount=function(){this.cancelNextCallback()},n.getTimeouts=function(){var e,t,n,r=this.props.timeout;return e=t=n=r,null!=r&&"number"!=typeof r&&(e=r.exit,t=r.enter,n=void 0!==r.appear?r.appear:t),{exit:e,enter:t,appear:n}},n.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),t===h){if(this.props.unmountOnExit||this.props.mountOnEnter){var n=this.props.nodeRef?this.props.nodeRef.current:s().findDOMNode(this);n&&(0,f.Q)(n)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&this.state.status===p&&this.setState({status:d})},n.performEnter=function(e){var t=this,n=this.props.enter,r=this.context?this.context.isMounting:e,o=this.props.nodeRef?[r]:[s().findDOMNode(this),r],i=o[0],a=o[1],u=this.getTimeouts(),c=r?u.appear:u.enter;!e&&!n||l.Z.disabled?this.safeSetState({status:g},(function(){t.props.onEntered(i)})):(this.props.onEnter(i,a),this.safeSetState({status:h},(function(){t.props.onEntering(i,a),t.onTransitionEnd(c,(function(){t.safeSetState({status:g},(function(){t.props.onEntered(i,a)}))}))})))},n.performExit=function(){var e=this,t=this.props.exit,n=this.getTimeouts(),r=this.props.nodeRef?void 0:s().findDOMNode(this);t&&!l.Z.disabled?(this.props.onExit(r),this.safeSetState({status:v},(function(){e.props.onExiting(r),e.onTransitionEnd(n.exit,(function(){e.safeSetState({status:p},(function(){e.props.onExited(r)}))}))}))):this.safeSetState({status:p},(function(){e.props.onExited(r)}))},n.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},n.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},n.setNextCallback=function(e){var t=this,n=!0;return this.nextCallback=function(r){n&&(n=!1,t.nextCallback=null,e(r))},this.nextCallback.cancel=function(){n=!1},this.nextCallback},n.onTransitionEnd=function(e,t){this.setNextCallback(t);var n=this.props.nodeRef?this.props.nodeRef.current:s().findDOMNode(this),r=null==e&&!this.props.addEndListener;if(n&&!r){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[n,this.nextCallback],i=o[0],a=o[1];this.props.addEndListener(i,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},n.render=function(){var e=this.state.status;if(e===d)return null;var t=this.props,n=t.children,o=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,(0,r.Z)(t,["children","in","mountOnEnter","unmountOnExit","appear","enter","exit","timeout","addEndListener","onEnter","onEntering","onEntered","onExit","onExiting","onExited","nodeRef"]));return a().createElement(c.Z.Provider,{value:null},"function"==typeof n?n(e,o):a().cloneElement(a().Children.only(n),o))},t}(a().Component);function m(){}y.contextType=c.Z,y.propTypes={},y.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:m,onEntering:m,onEntered:m,onExit:m,onExiting:m,onExited:m},y.UNMOUNTED=d,y.EXITED=p,y.ENTERING=h,y.ENTERED=g,y.EXITING=v,t.ZP=y},220:function(e,t,n){"use strict";var r=n(8156),o=n.n(r);t.Z=o().createContext(null)},6035:function(e,t){"use strict";t.Z={disabled:!1}},59391:function(e,t,n){"use strict";n.d(t,{Q:function(){return r}});var r=function(e){return e.scrollTop}},75251:function(e,t,n){"use strict";
|
|
60
|
+
/** @license React v17.0.2
|
|
61
|
+
* react-jsx-runtime.production.min.js
|
|
62
|
+
*
|
|
63
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
64
|
+
*
|
|
65
|
+
* This source code is licensed under the MIT license found in the
|
|
66
|
+
* LICENSE file in the root directory of this source tree.
|
|
67
|
+
*/n(27418);var r=n(8156),o=60103;if(t.Fragment=60107,"function"==typeof Symbol&&Symbol.for){var i=Symbol.for;o=i("react.element"),t.Fragment=i("react.fragment")}var a=r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,u=Object.prototype.hasOwnProperty,s={key:!0,ref:!0,__self:!0,__source:!0};function l(e,t,n){var r,i={},l=null,c=null;for(r in void 0!==n&&(l=""+n),void 0!==t.key&&(l=""+t.key),void 0!==t.ref&&(c=t.ref),t)u.call(t,r)&&!s.hasOwnProperty(r)&&(i[r]=t[r]);if(e&&e.defaultProps)for(r in t=e.defaultProps)void 0===i[r]&&(i[r]=t[r]);return{$$typeof:o,type:e,key:l,ref:c,props:i,_owner:a.current}}t.jsx=l,t.jsxs=l},85893:function(e,t,n){"use strict";e.exports=n(75251)},98005:function(e,t,n){var r=n(93379),o=n(22989);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},62195:function(e,t,n){var r=n(93379),o=n(7381);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},2026:function(e,t,n){var r=n(93379),o=n(19916);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},80666:function(e,t,n){var r=n(93379),o=n(84928);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},96354:function(e,t,n){var r=n(93379),o=n(6273);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},42560:function(e,t,n){var r=n(93379),o=n(9929);"string"==typeof(o=o.__esModule?o.default:o)&&(o=[[e.id,o,""]]);var i={insert:"head",singleton:!1};r(o,i);e.exports=o.locals||{}},93379:function(e,t,n){"use strict";var r,o=function(){return void 0===r&&(r=Boolean(window&&document&&document.all&&!window.atob)),r},i=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function u(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function s(e,t){for(var n={},r=[],o=0;o<e.length;o++){var i=e[o],s=t.base?i[0]+t.base:i[0],l=n[s]||0,c="".concat(s," ").concat(l);n[s]=l+1;var f=u(c),d={css:i[1],media:i[2],sourceMap:i[3]};-1!==f?(a[f].references++,a[f].updater(d)):a.push({identifier:c,updater:v(d,t),references:1}),r.push(c)}return r}function l(e){var t=document.createElement("style"),r=e.attributes||{};if(void 0===r.nonce){var o=n.nc;o&&(r.nonce=o)}if(Object.keys(r).forEach((function(e){t.setAttribute(e,r[e])})),"function"==typeof e.insert)e.insert(t);else{var a=i(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var c,f=(c=[],function(e,t){return c[e]=t,c.filter(Boolean).join("\n")});function d(e,t,n,r){var o=n?"":r.media?"@media ".concat(r.media," {").concat(r.css,"}"):r.css;if(e.styleSheet)e.styleSheet.cssText=f(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function p(e,t,n){var r=n.css,o=n.media,i=n.sourceMap;if(o?e.setAttribute("media",o):e.removeAttribute("media"),i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),e.styleSheet)e.styleSheet.cssText=r;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(r))}}var h=null,g=0;function v(e,t){var n,r,o;if(t.singleton){var i=g++;n=h||(h=l(t)),r=d.bind(null,n,i,!1),o=d.bind(null,n,i,!0)}else n=l(t),r=p.bind(null,n,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return r(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;r(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=o());var n=s(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var r=0;r<n.length;r++){var o=u(n[r]);a[o].references--}for(var i=s(e,t),l=0;l<n.length;l++){var c=u(n[l]);0===a[c].references&&(a[c].updater(),a.splice(c,1))}n=i}}}},79389:function(e,t,n){"use strict";n.d(t,{default:function(){return d}});var r=n(8156),o=n.n(r),i=n(8398),a=n(85893),u=n(97435),s=function(e){return(0,a.jsx)(u.l,Object.assign({dataName:"Help",path:(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("path",{d:"M512 128a384 384 0 1 1-384 384 384 384 0 0 1 384-384m0-64a448 448 0 1 0 448 448 448 448 0 0 0-448-448z","p-id":"11281"}),(0,a.jsx)("path",{d:"M533.76 654.08H465.92v-19.2a140.8 140.8 0 0 1 64-128A135.04 135.04 0 0 0 598.4 403.2 79.36 79.36 0 0 0 518.4 320Q430.72 320 408.32 429.44l-72.32-18.56A168.32 168.32 0 0 1 528.64 256a144 144 0 0 1 152.32 138.88A167.68 167.68 0 0 1 588.8 544a108.8 108.8 0 0 0-55.04 96zM458.24 704h82.56v88.96H458.24z","p-id":"11282"})]})},e))},l=n(86010);n(62195);function c(){return c=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},c.apply(this,arguments)}function f(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 d=function(e){var t=e.title,n=void 0===t?"":t,r=e.children,a=e.arrow,u=void 0===a||a,d=e.interactive,p=void 0===d||d,h=e.className,g=e.placement,v=void 0===g?"top-start":g,y=f(e,["title","children","arrow","interactive","className","placement"]);return o().createElement(i.default,c({title:n,arrow:u,interactive:p,placement:v},y),o().createElement("span",{className:(0,l.Z)("paraui-help",h)},r||o().createElement(s,null)))}},18799:function(e,t,n){"use strict";var r=n(8156),o=n.n(r);n(2026);t.default=function(e){var t,n=e.className,r=e.style,i=e.error,a=void 0!==i&&i,u=e.helperText;return o().createElement("p",{className:(t="paraui-helper-text",n&&(t+=" "+n),a&&(t+=" paraui-helper-text-error"),t),style:r},u)}},50134:function(e,t,n){"use strict";var r=n(8156),o=n.n(r),i=n(79389);n(80666);t.default=function(e){var t=e.className,n=e.style,r=e.label,a=e.labelSign,u=e.required,s=void 0!==u&&u,l=e.tooltip,c=e.tooltipType,f=void 0===c?"icon":c,d=e.placement,p=e.arrow,h=e.tooltipIcon,g=function(){var e="paraui-label";return f&&(e+=" paraui-label-"+f),l&&(e+=" paraui-label-tooltip"),t&&(e+=" "+t),e};return o().createElement(o().Fragment,null,"icon"===f&&o().createElement("label",{className:g(),style:n},o().createElement(o().Fragment,null,r),s&&o().createElement("span",{className:"paraui-label-required"},"*"),a&&o().createElement("span",null,a),l&&o().createElement(i.default,{title:l,placement:d,arrow:p},h)),"line"===f&&o().createElement(i.default,{title:l||"",placement:d,arrow:p},o().createElement("label",{className:g(),style:n},o().createElement(o().Fragment,null,r),s&&o().createElement("span",{className:"paraui-label-required"},"*"),a&&o().createElement("span",null,a))))}},8398:function(e,t,n){"use strict";n.d(t,{default:function(){return P}});var r=n(8156),o=n.n(r),i=n(87462),a=n(93324),u=n(45987),s=n(4942),l=n(47111),c=n(86010),f=n(35953),d=n(59693),p=n(52543),h=n(93871),g=n(20170),v=n(43606),y=n(17294);var m=n(34236),b=n(24896);var w=n(8920);function x(e){return Math.round(1e5*e)/1e5}var E=!1,S=null;var C=r.forwardRef((function(e,t){var n=e.arrow,o=void 0!==n&&n,s=e.children,d=e.classes,p=e.disableFocusListener,x=void 0!==p&&p,C=e.disableHoverListener,D=void 0!==C&&C,O=e.disableTouchListener,A=void 0!==O&&O,k=e.enterDelay,T=void 0===k?100:k,B=e.enterNextDelay,P=void 0===B?0:B,F=e.enterTouchDelay,_=void 0===F?700:F,j=e.id,N=e.interactive,R=void 0!==N&&N,I=e.leaveDelay,L=void 0===I?0:I,M=e.leaveTouchDelay,z=void 0===M?1500:M,$=e.onClose,H=e.onOpen,U=e.open,V=e.placement,Z=void 0===V?"bottom":V,W=e.PopperComponent,G=void 0===W?v.Z:W,q=e.PopperProps,K=e.title,Y=e.TransitionComponent,X=void 0===Y?g.Z:Y,J=e.TransitionProps,Q=(0,u.Z)(e,["arrow","children","classes","disableFocusListener","disableHoverListener","disableTouchListener","enterDelay","enterNextDelay","enterTouchDelay","id","interactive","leaveDelay","leaveTouchDelay","onClose","onOpen","open","placement","PopperComponent","PopperProps","title","TransitionComponent","TransitionProps"]),ee=(0,w.Z)(),te=r.useState(),ne=te[0],re=te[1],oe=r.useState(null),ie=oe[0],ae=oe[1],ue=r.useRef(!1),se=r.useRef(),le=r.useRef(),ce=r.useRef(),fe=r.useRef(),de=function(e){var t=e.controlled,n=e.default,o=(e.name,e.state,r.useRef(void 0!==t).current),i=r.useState(n),a=i[0],u=i[1];return[o?t:a,r.useCallback((function(e){o||u(e)}),[])]}({controlled:U,default:!1,name:"Tooltip",state:"open"}),pe=(0,a.Z)(de,2),he=pe[0],ge=pe[1],ve=he,ye=function(e){var t=r.useState(e),n=t[0],o=t[1],i=e||n;return r.useEffect((function(){null==n&&o("mui-".concat(Math.round(1e5*Math.random())))}),[n]),i}(j);r.useEffect((function(){return function(){clearTimeout(se.current),clearTimeout(le.current),clearTimeout(ce.current),clearTimeout(fe.current)}}),[]);var me=function(e){clearTimeout(S),E=!0,ge(!0),H&&H(e)},be=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=s.props;"mouseover"===t.type&&n.onMouseOver&&e&&n.onMouseOver(t),ue.current&&"touchstart"!==t.type||(ne&&ne.removeAttribute("title"),clearTimeout(le.current),clearTimeout(ce.current),T||E&&P?(t.persist(),le.current=setTimeout((function(){me(t)}),E?P:T)):me(t))}},we=(0,b.Z)(),xe=we.isFocusVisible,Ee=we.onBlurVisible,Se=we.ref,Ce=r.useState(!1),De=Ce[0],Oe=Ce[1],Ae=function(){De&&(Oe(!1),Ee())},ke=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){ne||re(t.currentTarget),xe(t)&&(Oe(!0),be()(t));var n=s.props;n.onFocus&&e&&n.onFocus(t)}},Te=function(e){clearTimeout(S),S=setTimeout((function(){E=!1}),800+L),ge(!1),$&&$(e),clearTimeout(se.current),se.current=setTimeout((function(){ue.current=!1}),ee.transitions.duration.shortest)},Be=function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0];return function(t){var n=s.props;"blur"===t.type&&(n.onBlur&&e&&n.onBlur(t),Ae()),"mouseleave"===t.type&&n.onMouseLeave&&t.currentTarget===ne&&n.onMouseLeave(t),clearTimeout(le.current),clearTimeout(ce.current),t.persist(),ce.current=setTimeout((function(){Te(t)}),L)}},Pe=function(e){ue.current=!0;var t=s.props;t.onTouchStart&&t.onTouchStart(e)},Fe=(0,y.Z)(re,t),_e=(0,y.Z)(Se,Fe),je=r.useCallback((function(e){(0,m.Z)(_e,l.findDOMNode(e))}),[_e]),Ne=(0,y.Z)(s.ref,je);""===K&&(ve=!1);var Re=!ve&&!D,Ie=(0,i.Z)({"aria-describedby":ve?ye:null,title:Re&&"string"==typeof K?K:null},Q,s.props,{className:(0,c.Z)(Q.className,s.props.className),onTouchStart:Pe,ref:Ne}),Le={};A||(Ie.onTouchStart=function(e){Pe(e),clearTimeout(ce.current),clearTimeout(se.current),clearTimeout(fe.current),e.persist(),fe.current=setTimeout((function(){be()(e)}),_)},Ie.onTouchEnd=function(e){s.props.onTouchEnd&&s.props.onTouchEnd(e),clearTimeout(fe.current),clearTimeout(ce.current),e.persist(),ce.current=setTimeout((function(){Te(e)}),z)}),D||(Ie.onMouseOver=be(),Ie.onMouseLeave=Be(),R&&(Le.onMouseOver=be(!1),Le.onMouseLeave=Be(!1))),x||(Ie.onFocus=ke(),Ie.onBlur=Be(),R&&(Le.onFocus=ke(!1),Le.onBlur=Be(!1)));var Me=r.useMemo((function(){return(0,f.Z)({popperOptions:{modifiers:{arrow:{enabled:Boolean(ie),element:ie}}}},q)}),[ie,q]);return r.createElement(r.Fragment,null,r.cloneElement(s,Ie),r.createElement(G,(0,i.Z)({className:(0,c.Z)(d.popper,R&&d.popperInteractive,o&&d.popperArrow),placement:Z,anchorEl:ne,open:!!ne&&ve,id:Ie["aria-describedby"],transition:!0},Le,Me),(function(e){var t=e.placement,n=e.TransitionProps;return r.createElement(X,(0,i.Z)({timeout:ee.transitions.duration.shorter},n,J),r.createElement("div",{className:(0,c.Z)(d.tooltip,d["tooltipPlacement".concat((0,h.Z)(t.split("-")[0]))],ue.current&&d.touch,o&&d.tooltipArrow)},K,o?r.createElement("span",{className:d.arrow,ref:ae}):null))})))})),D=(0,p.Z)((function(e){return{popper:{zIndex:e.zIndex.tooltip,pointerEvents:"none"},popperInteractive:{pointerEvents:"auto"},popperArrow:{'&[x-placement*="bottom"] $arrow':{top:0,left:0,marginTop:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"0 100%"}},'&[x-placement*="top"] $arrow':{bottom:0,left:0,marginBottom:"-0.71em",marginLeft:4,marginRight:4,"&::before":{transformOrigin:"100% 0"}},'&[x-placement*="right"] $arrow':{left:0,marginLeft:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"100% 100%"}},'&[x-placement*="left"] $arrow':{right:0,marginRight:"-0.71em",height:"1em",width:"0.71em",marginTop:4,marginBottom:4,"&::before":{transformOrigin:"0 0"}}},tooltip:{backgroundColor:(0,d.U1)(e.palette.grey[700],.9),borderRadius:e.shape.borderRadius,color:e.palette.common.white,fontFamily:e.typography.fontFamily,padding:"4px 8px",fontSize:e.typography.pxToRem(10),lineHeight:"".concat(x(1.4),"em"),maxWidth:300,wordWrap:"break-word",fontWeight:e.typography.fontWeightMedium},tooltipArrow:{position:"relative",margin:"0"},arrow:{overflow:"hidden",position:"absolute",width:"1em",height:"0.71em",boxSizing:"border-box",color:(0,d.U1)(e.palette.grey[700],.9),"&::before":{content:'""',margin:"auto",display:"block",width:"100%",height:"100%",backgroundColor:"currentColor",transform:"rotate(45deg)"}},touch:{padding:"8px 16px",fontSize:e.typography.pxToRem(14),lineHeight:"".concat(x(16/14),"em"),fontWeight:e.typography.fontWeightRegular},tooltipPlacementLeft:(0,s.Z)({transformOrigin:"right center",margin:"0 24px "},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementRight:(0,s.Z)({transformOrigin:"left center",margin:"0 24px"},e.breakpoints.up("sm"),{margin:"0 14px"}),tooltipPlacementTop:(0,s.Z)({transformOrigin:"center bottom",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"}),tooltipPlacementBottom:(0,s.Z)({transformOrigin:"center top",margin:"24px 0"},e.breakpoints.up("sm"),{margin:"14px 0"})}}),{name:"MuiTooltip",flip:!1})(C);n(42560);function O(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function A(){return A=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},A.apply(this,arguments)}function k(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){O(e,t,n[t])}))}return e}function T(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(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}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function B(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 P=function(e){var t,n=e.placement,r=void 0===n?"top-start":n,i=e.className,a=e.arrow,u=void 0===a||a,s=e.PopperProps,l=e.boundariesElement,f=void 0===l?"scrollParent":l,d=B(e,["placement","className","arrow","PopperProps","boundariesElement"]),p=T(k({},e.classes),{popper:(0,c.Z)("paraui-tooltip",i,null===(t=e.classes)||void 0===t?void 0:t.popper,{"paraui-tooltip-left-right":(null==r?void 0:r.includes("left"))||(null==r?void 0:r.includes("right")),"paraui-tooltip-top-bottom":(null==r?void 0:r.includes("top"))||(null==r?void 0:r.includes("bottom"))})});return o().createElement(D,A({},d,{enterTouchDelay:0,arrow:u,placement:r,classes:p,PopperProps:T(k({},s),{modifiers:{preventOverflow:{boundariesElement:f}}})}))}},58543:function(e){"use strict";e.exports=n},8156:function(t){"use strict";t.exports=e},47111:function(e){"use strict";e.exports=t},30907:function(e,t,n){"use strict";function r(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}n.d(t,{Z:function(){return r}})},83878:function(e,t,n){"use strict";function r(e){if(Array.isArray(e))return e}n.d(t,{Z:function(){return r}})},45057:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(30907);function o(e){if(Array.isArray(e))return(0,r.Z)(e)}},97326:function(e,t,n){"use strict";function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}n.d(t,{Z:function(){return r}})},43144:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(67343);function o(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,(0,r.Z)(o.key),o)}}function i(e,t,n){return t&&o(e.prototype,t),n&&o(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}},4942:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(67343);function o(e,t,n){return(t=(0,r.Z)(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}},87462:function(e,t,n){"use strict";function r(){return r=Object.assign?Object.assign.bind():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},r.apply(this,arguments)}n.d(t,{Z:function(){return r}})},94578:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(89611);function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,(0,r.Z)(e,t)}},59199:function(e,t,n){"use strict";function r(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}n.d(t,{Z:function(){return r}})},31902:function(e,t,n){"use strict";function r(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,u=[],s=!0,l=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=i.call(n)).done)&&(u.push(r.value),u.length!==t);s=!0);}catch(e){l=!0,o=e}finally{try{if(!s&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(l)throw o}}return u}}n.d(t,{Z:function(){return r}})},25267:function(e,t,n){"use strict";function r(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:function(){return r}})},42786:function(e,t,n){"use strict";function r(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}n.d(t,{Z:function(){return r}})},45987:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(63366);function o(e,t){if(null==e)return{};var n,o,i=(0,r.Z)(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(o=0;o<a.length;o++)n=a[o],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(i[n]=e[n])}return i}},63366:function(e,t,n){"use strict";function r(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}n.d(t,{Z:function(){return r}})},89611:function(e,t,n){"use strict";function r(e,t){return r=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},r(e,t)}n.d(t,{Z:function(){return r}})},93324:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(83878),o=n(31902),i=n(40181),a=n(25267);function u(e,t){return(0,r.Z)(e)||(0,o.Z)(e,t)||(0,i.Z)(e,t)||(0,a.Z)()}},89062:function(e,t,n){"use strict";n.d(t,{Z:function(){return u}});var r=n(45057),o=n(59199),i=n(40181),a=n(42786);function u(e){return(0,r.Z)(e)||(0,o.Z)(e)||(0,i.Z)(e)||(0,a.Z)()}},35512:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(71002);function o(e,t){if("object"!==(0,r.Z)(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!==(0,r.Z)(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}},67343:function(e,t,n){"use strict";n.d(t,{Z:function(){return i}});var r=n(71002),o=n(35512);function i(e){var t=(0,o.Z)(e,"string");return"symbol"===(0,r.Z)(t)?t:String(t)}},71002:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{Z:function(){return r}})},40181:function(e,t,n){"use strict";n.d(t,{Z:function(){return o}});var r=n(30907);function o(e,t){if(e){if("string"==typeof e)return(0,r.Z)(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)?(0,r.Z)(e,t):void 0}}}},o={};function i(e){var t=o[e];if(void 0!==t)return t.exports;var n=o[e]={id:e,exports:{}};return r[e](n,n.exports,i),n.exports}i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,{a:t}),t},i.d=function(e,t){for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.nc=void 0;var a={};return function(){"use strict";i.r(a),i.d(a,{default:function(){return Hve}});var e=i(8156),t=i.n(e),n=i(50134),r="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function o(e){var t={exports:{}};return e(t,t.exports),t.exports}var u,s,l=function(e){return e&&e.Math==Math&&e},c=l("object"==typeof globalThis&&globalThis)||l("object"==typeof window&&window)||l("object"==typeof self&&self)||l("object"==typeof r&&r)||function(){return this}()||Function("return this")(),f=Function.prototype,d=f.apply,p=f.bind,h=f.call,g="object"==typeof Reflect&&Reflect.apply||(p?h.bind(d):function(){return h.apply(d,arguments)}),v=Function.prototype,y=v.bind,m=v.call,b=y&&y.bind(m),w=y?function(e){return e&&b(m,e)}:function(e){return e&&function(){return m.apply(e,arguments)}},x=function(e){return"function"==typeof e},E=function(e){try{return!!e()}catch(e){return!0}},S=!E((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),C=Function.prototype.call,D=C.bind?C.bind(C):function(){return C.apply(C,arguments)},O={}.propertyIsEnumerable,A=Object.getOwnPropertyDescriptor,k=A&&!O.call({1:2},1)?function(e){var t=A(this,e);return!!t&&t.enumerable}:O,T={f:k},B=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},P=w({}.toString),F=w("".slice),_=function(e){return F(P(e),8,-1)},j=c.Object,N=w("".split),R=E((function(){return!j("z").propertyIsEnumerable(0)}))?function(e){return"String"==_(e)?N(e,""):j(e)}:j,I=c.TypeError,L=function(e){if(null==e)throw I("Can't call method on "+e);return e},M=function(e){return R(L(e))},z=function(e){return"object"==typeof e?null!==e:x(e)},$={},H=function(e){return x(e)?e:void 0},U=function(e,t){return arguments.length<2?H($[e])||H(c[e]):$[e]&&$[e][t]||c[e]&&c[e][t]},V=w({}.isPrototypeOf),Z=U("navigator","userAgent")||"",W=c.process,G=c.Deno,q=W&&W.versions||G&&G.version,K=q&&q.v8;K&&(s=(u=K.split("."))[0]>0&&u[0]<4?1:+(u[0]+u[1])),!s&&Z&&(!(u=Z.match(/Edge\/(\d+)/))||u[1]>=74)&&(u=Z.match(/Chrome\/(\d+)/))&&(s=+u[1]);var Y,X=s,J=!!Object.getOwnPropertySymbols&&!E((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&X&&X<41})),Q=J&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,ee=c.Object,te=Q?function(e){return"symbol"==typeof e}:function(e){var t=U("Symbol");return x(t)&&V(t.prototype,ee(e))},ne=c.String,re=function(e){try{return ne(e)}catch(e){return"Object"}},oe=c.TypeError,ie=function(e){if(x(e))return e;throw oe(re(e)+" is not a function")},ae=function(e,t){var n=e[t];return null==n?void 0:ie(n)},ue=c.TypeError,se=Object.defineProperty,le=c["__core-js_shared__"]||function(e,t){try{se(c,e,{value:t,configurable:!0,writable:!0})}catch(n){c[e]=t}return t}("__core-js_shared__",{}),ce=o((function(e){(e.exports=function(e,t){return le[e]||(le[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"pure",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),fe=c.Object,de=function(e){return fe(L(e))},pe=w({}.hasOwnProperty),he=Object.hasOwn||function(e,t){return pe(de(e),t)},ge=0,ve=Math.random(),ye=w(1..toString),me=function(e){return"Symbol("+(void 0===e?"":e)+")_"+ye(++ge+ve,36)},be=ce("wks"),we=c.Symbol,xe=we&&we.for,Ee=Q?we:we&&we.withoutSetter||me,Se=function(e){if(!he(be,e)||!J&&"string"!=typeof be[e]){var t="Symbol."+e;J&&he(we,e)?be[e]=we[e]:be[e]=Q&&xe?xe(t):Ee(t)}return be[e]},Ce=c.TypeError,De=Se("toPrimitive"),Oe=function(e){var t=function(e,t){if(!z(e)||te(e))return e;var n,r=ae(e,De);if(r){if(void 0===t&&(t="default"),n=D(r,e,t),!z(n)||te(n))return n;throw Ce("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&x(n=e.toString)&&!z(r=D(n,e)))return r;if(x(n=e.valueOf)&&!z(r=D(n,e)))return r;if("string"!==t&&x(n=e.toString)&&!z(r=D(n,e)))return r;throw ue("Can't convert object to primitive value")}(e,t)}(e,"string");return te(t)?t:t+""},Ae=c.document,ke=z(Ae)&&z(Ae.createElement),Te=function(e){return ke?Ae.createElement(e):{}},Be=!S&&!E((function(){return 7!=Object.defineProperty(Te("div"),"a",{get:function(){return 7}}).a})),Pe=Object.getOwnPropertyDescriptor,Fe=S?Pe:function(e,t){if(e=M(e),t=Oe(t),Be)try{return Pe(e,t)}catch(e){}if(he(e,t))return B(!D(T.f,e,t),e[t])},_e={f:Fe},je=/#|\.prototype\./,Ne=function(e,t){var n=Ie[Re(e)];return n==Me||n!=Le&&(x(t)?E(t):!!t)},Re=Ne.normalize=function(e){return String(e).replace(je,".").toLowerCase()},Ie=Ne.data={},Le=Ne.NATIVE="N",Me=Ne.POLYFILL="P",ze=Ne,$e=w(w.bind),He=function(e,t){return ie(e),void 0===t?e:$e?$e(e,t):function(){return e.apply(t,arguments)}},Ue=c.String,Ve=c.TypeError,Ze=function(e){if(z(e))return e;throw Ve(Ue(e)+" is not an object")},We=c.TypeError,Ge=Object.defineProperty,qe=S?Ge:function(e,t,n){if(Ze(e),t=Oe(t),Ze(n),Be)try{return Ge(e,t,n)}catch(e){}if("get"in n||"set"in n)throw We("Accessors not supported");return"value"in n&&(e[t]=n.value),e},Ke={f:qe},Ye=S?function(e,t,n){return Ke.f(e,t,B(1,n))}:function(e,t,n){return e[t]=n,e},Xe=_e.f,Je=function(e){var t=function(n,r,o){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,r)}return new e(n,r,o)}return g(e,this,arguments)};return t.prototype=e.prototype,t},Qe=function(e,t){var n,r,o,i,a,u,s,l,f=e.target,d=e.global,p=e.stat,h=e.proto,g=d?c:p?c[f]:(c[f]||{}).prototype,v=d?$:$[f]||Ye($,f,{})[f],y=v.prototype;for(o in t)n=!ze(d?o:f+(p?".":"#")+o,e.forced)&&g&&he(g,o),a=v[o],n&&(u=e.noTargetGet?(l=Xe(g,o))&&l.value:g[o]),i=n&&u?u:t[o],n&&typeof a==typeof i||(s=e.bind&&n?He(i,c):e.wrap&&n?Je(i):h&&x(i)?w(i):i,(e.sham||i&&i.sham||a&&a.sham)&&Ye(s,"sham",!0),Ye(v,o,s),h&&(he($,r=f+"Prototype")||Ye($,r,{}),Ye($[r],o,i),e.real&&y&&!y[o]&&Ye(y,o,i)))},et=ce("keys"),tt=function(e){return et[e]||(et[e]=me(e))},nt=!E((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),rt=tt("IE_PROTO"),ot=c.Object,it=ot.prototype,at=nt?ot.getPrototypeOf:function(e){var t=de(e);if(he(t,rt))return t[rt];var n=t.constructor;return x(n)&&t instanceof n?n.prototype:t instanceof ot?it:null},ut=c.String,st=c.TypeError,lt=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=w(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return Ze(n),function(e){if("object"==typeof e||x(e))return e;throw st("Can't set "+ut(e)+" as a prototype")}(r),t?e(n,r):n.__proto__=r,n}}():void 0),ct=Math.ceil,ft=Math.floor,dt=function(e){var t=+e;return t!=t||0===t?0:(t>0?ft:ct)(t)},pt=Math.max,ht=Math.min,gt=function(e,t){var n=dt(e);return n<0?pt(n+t,0):ht(n,t)},vt=Math.min,yt=function(e){return(t=e.length)>0?vt(dt(t),9007199254740991):0;var t},mt=function(e){return function(t,n,r){var o,i=M(t),a=yt(i),u=gt(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},bt={includes:mt(!0),indexOf:mt(!1)},wt={},xt=bt.indexOf,Et=w([].push),St=function(e,t){var n,r=M(e),o=0,i=[];for(n in r)!he(wt,n)&&he(r,n)&&Et(i,n);for(;t.length>o;)he(r,n=t[o++])&&(~xt(i,n)||Et(i,n));return i},Ct=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Dt=Ct.concat("length","prototype"),Ot=Object.getOwnPropertyNames||function(e){return St(e,Dt)},At={f:Ot},kt={f:Object.getOwnPropertySymbols},Tt=w([].concat),Bt=U("Reflect","ownKeys")||function(e){var t=At.f(Ze(e)),n=kt.f;return n?Tt(t,n(e)):t},Pt=Object.keys||function(e){return St(e,Ct)},Ft=S?Object.defineProperties:function(e,t){Ze(e);for(var n,r=M(t),o=Pt(t),i=o.length,a=0;i>a;)Ke.f(e,n=o[a++],r[n]);return e},_t=U("document","documentElement"),jt=tt("IE_PROTO"),Nt=function(){},Rt=function(e){return"<script>"+e+"<\/script>"},It=function(e){e.write(Rt("")),e.close();var t=e.parentWindow.Object;return e=null,t},Lt=function(){try{Y=new ActiveXObject("htmlfile")}catch(e){}var e,t;Lt="undefined"!=typeof document?document.domain&&Y?It(Y):((t=Te("iframe")).style.display="none",_t.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(Rt("document.F=Object")),e.close(),e.F):It(Y);for(var n=Ct.length;n--;)delete Lt.prototype[Ct[n]];return Lt()};wt[jt]=!0;var Mt=Object.create||function(e,t){var n;return null!==e?(Nt.prototype=Ze(e),n=new Nt,Nt.prototype=null,n[jt]=e):n=Lt(),void 0===t?n:Ft(n,t)},zt=function(e,t,n){var r=Oe(t);r in e?Ke.f(e,r,B(0,n)):e[r]=n},$t=c.Array,Ht=Math.max,Ut=function(e,t,n){for(var r=yt(e),o=gt(t,r),i=gt(void 0===n?r:n,r),a=$t(Ht(i-o,0)),u=0;o<i;o++,u++)zt(a,u,e[o]);return a.length=u,a},Vt=w("".replace),Zt=w("".split),Wt=w([].join),Gt=String(Error("zxcasd").stack),qt=/\n\s*at [^:]*:[^\n]*/,Kt=qt.test(Gt),Yt=/@[^\n]*\n/.test(Gt)&&!/zxcasd/.test(Gt),Xt=function(e,t){if("string"!=typeof e)return e;if(Kt)for(;t--;)e=Vt(e,qt,"");else if(Yt)return Wt(Ut(Zt(e,"\n"),t),"\n");return e},Jt=function(e,t){z(t)&&"cause"in t&&Ye(e,"cause",t.cause)},Qt={},en=Se("iterator"),tn=Array.prototype,nn={};nn[Se("toStringTag")]="z";var rn="[object z]"===String(nn),on=Se("toStringTag"),an=c.Object,un="Arguments"==_(function(){return arguments}()),sn=rn?_:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=an(e),on))?n:un?_(t):"Object"==(r=_(t))&&x(t.callee)?"Arguments":r},ln=Se("iterator"),cn=function(e){if(null!=e)return ae(e,ln)||ae(e,"@@iterator")||Qt[sn(e)]},fn=c.TypeError,dn=function(e,t,n){var r,o;Ze(e);try{if(!(r=ae(e,"return"))){if("throw"===t)throw n;return n}r=D(r,e)}catch(e){o=!0,r=e}if("throw"===t)throw n;if(o)throw r;return Ze(r),n},pn=c.TypeError,hn=function(e,t){this.stopped=e,this.result=t},gn=hn.prototype,vn=function(e,t,n){var r,o,i,a,u,s,l,c=n&&n.that,f=!(!n||!n.AS_ENTRIES),d=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),h=He(t,c),g=function(e){return r&&dn(r,"normal",e),new hn(!0,e)},v=function(e){return f?(Ze(e),p?h(e[0],e[1],g):h(e[0],e[1])):p?h(e,g):h(e)};if(d)r=e;else{if(!(o=cn(e)))throw pn(re(e)+" is not iterable");if(function(e){return void 0!==e&&(Qt.Array===e||tn[en]===e)}(o)){for(i=0,a=yt(e);a>i;i++)if((u=v(e[i]))&&V(gn,u))return u;return new hn(!1)}r=function(e,t){var n=arguments.length<2?cn(e):t;if(ie(n))return Ze(D(n,e));throw fn(re(e)+" is not iterable")}(e,o)}for(s=r.next;!(l=D(s,r)).done;){try{u=v(l.value)}catch(e){dn(r,"throw",e)}if("object"==typeof u&&u&&V(gn,u))return u}return new hn(!1)},yn=c.String,mn=function(e){if("Symbol"===sn(e))throw TypeError("Cannot convert a Symbol value to a string");return yn(e)},bn=function(e,t){return void 0===e?arguments.length<2?"":t:mn(e)},wn=!E((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",B(1,7)),7!==e.stack)})),xn=Se("toStringTag"),En=c.Error,Sn=[].push,Cn=function(e,t){var n,r=arguments.length>2?arguments[2]:void 0,o=V(Dn,this);lt?n=lt(new En(void 0),o?at(this):Dn):(n=o?this:Mt(Dn),Ye(n,xn,"Error")),Ye(n,"message",bn(t,"")),wn&&Ye(n,"stack",Xt(n.stack,1)),Jt(n,r);var i=[];return vn(e,Sn,{that:i}),Ye(n,"errors",i),n};lt?lt(Cn,En):function(e,t){for(var n=Bt(t),r=Ke.f,o=_e.f,i=0;i<n.length;i++){var a=n[i];he(e,a)||r(e,a,o(t,a))}}(Cn,En);var Dn=Cn.prototype=Mt(En.prototype,{constructor:B(1,Cn),message:B(1,""),name:B(1,"AggregateError")});Qe({global:!0},{AggregateError:Cn});var On=w(Function.toString);x(le.inspectSource)||(le.inspectSource=function(e){return On(e)});var An,kn,Tn,Bn=le.inspectSource,Pn=c.WeakMap,Fn=x(Pn)&&/native code/.test(Bn(Pn)),_n=c.TypeError,jn=c.WeakMap;if(Fn||le.state){var Nn=le.state||(le.state=new jn),Rn=w(Nn.get),In=w(Nn.has),Ln=w(Nn.set);An=function(e,t){if(In(Nn,e))throw new _n("Object already initialized");return t.facade=e,Ln(Nn,e,t),t},kn=function(e){return Rn(Nn,e)||{}},Tn=function(e){return In(Nn,e)}}else{var Mn=tt("state");wt[Mn]=!0,An=function(e,t){if(he(e,Mn))throw new _n("Object already initialized");return t.facade=e,Ye(e,Mn,t),t},kn=function(e){return he(e,Mn)?e[Mn]:{}},Tn=function(e){return he(e,Mn)}}var zn,$n,Hn,Un={set:An,get:kn,has:Tn,enforce:function(e){return Tn(e)?kn(e):An(e,{})},getterFor:function(e){return function(t){var n;if(!z(t)||(n=kn(t)).type!==e)throw _n("Incompatible receiver, "+e+" required");return n}}},Vn=Function.prototype,Zn=S&&Object.getOwnPropertyDescriptor,Wn=he(Vn,"name"),Gn={EXISTS:Wn,PROPER:Wn&&"something"===function(){}.name,CONFIGURABLE:Wn&&(!S||S&&Zn(Vn,"name").configurable)},qn=function(e,t,n,r){r&&r.enumerable?e[t]=n:Ye(e,t,n)},Kn=Se("iterator"),Yn=!1;[].keys&&("next"in(Hn=[].keys())?($n=at(at(Hn)))!==Object.prototype&&(zn=$n):Yn=!0);var Xn=null==zn||E((function(){var e={};return zn[Kn].call(e)!==e}));zn=Xn?{}:Mt(zn),x(zn[Kn])||qn(zn,Kn,(function(){return this}));var Jn={IteratorPrototype:zn,BUGGY_SAFARI_ITERATORS:Yn},Qn=rn?{}.toString:function(){return"[object "+sn(this)+"]"},er=Ke.f,tr=Se("toStringTag"),nr=function(e,t,n,r){if(e){var o=n?e:e.prototype;he(o,tr)||er(o,tr,{configurable:!0,value:t}),r&&!rn&&Ye(o,"toString",Qn)}},rr=Jn.IteratorPrototype,or=function(){return this},ir=Gn.PROPER,ar=Jn.BUGGY_SAFARI_ITERATORS,ur=Se("iterator"),sr=function(){return this},lr=function(e,t,n,r,o,i,a){!function(e,t,n,r){var o=t+" Iterator";e.prototype=Mt(rr,{next:B(1,n)}),nr(e,o,!1,!0),Qt[o]=or}(n,t,r);var u,s,l,c=function(e){if(e===o&&g)return g;if(!ar&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},f=t+" Iterator",d=!1,p=e.prototype,h=p[ur]||p["@@iterator"]||o&&p[o],g=!ar&&h||c(o),v="Array"==t&&p.entries||h;if(v&&(u=at(v.call(new e)))!==Object.prototype&&u.next&&(nr(u,f,!0,!0),Qt[f]=sr),ir&&"values"==o&&h&&"values"!==h.name&&(d=!0,g=function(){return D(h,this)}),o)if(s={values:c("values"),keys:i?g:c("keys"),entries:c("entries")},a)for(l in s)(ar||d||!(l in p))&&qn(p,l,s[l]);else Qe({target:t,proto:!0,forced:ar||d},s);return a&&p[ur]!==g&&qn(p,ur,g,{name:o}),Qt[t]=g,s},cr=Un.set,fr=Un.getterFor("Array Iterator");lr(Array,"Array",(function(e,t){cr(this,{type:"Array Iterator",target:M(e),index:0,kind:t})}),(function(){var e=fr(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),Qt.Arguments=Qt.Array;var dr=w("".charAt),pr=w("".charCodeAt),hr=w("".slice),gr=function(e){return function(t,n){var r,o,i=mn(L(t)),a=dt(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=pr(i,a))<55296||r>56319||a+1===u||(o=pr(i,a+1))<56320||o>57343?e?dr(i,a):r:e?hr(i,a,a+2):o-56320+(r-55296<<10)+65536}},vr=(gr(!1),gr(!0)),yr=Un.set,mr=Un.getterFor("String Iterator");lr(String,"String",(function(e){yr(this,{type:"String Iterator",string:mn(e),index:0})}),(function(){var e,t=mr(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=vr(n,r),t.index+=e.length,{value:e,done:!1})}));var br=$.AggregateError,wr=Se("toStringTag");for(var xr in{CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}){var Er=c[xr],Sr=Er&&Er.prototype;Sr&&sn(Sr)!==wr&&Ye(Sr,wr,xr),Qt[xr]=Qt.Array}var Cr,Dr,Or=br,Ar=function(e){return e&&e.Math==Math&&e},kr=Ar("object"==typeof globalThis&&globalThis)||Ar("object"==typeof window&&window)||Ar("object"==typeof self&&self)||Ar("object"==typeof r&&r)||function(){return this}()||Function("return this")(),Tr=function(e){try{return!!e()}catch(e){return!0}},Br=!Tr((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Pr=Function.prototype.call,Fr=Pr.bind?Pr.bind(Pr):function(){return Pr.apply(Pr,arguments)},_r={}.propertyIsEnumerable,jr=Object.getOwnPropertyDescriptor,Nr=jr&&!_r.call({1:2},1)?function(e){var t=jr(this,e);return!!t&&t.enumerable}:_r,Rr={f:Nr},Ir=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Lr=Function.prototype,Mr=Lr.bind,zr=Lr.call,$r=Mr&&Mr.bind(zr),Hr=Mr?function(e){return e&&$r(zr,e)}:function(e){return e&&function(){return zr.apply(e,arguments)}},Ur=Hr({}.toString),Vr=Hr("".slice),Zr=function(e){return Vr(Ur(e),8,-1)},Wr=kr.Object,Gr=Hr("".split),qr=Tr((function(){return!Wr("z").propertyIsEnumerable(0)}))?function(e){return"String"==Zr(e)?Gr(e,""):Wr(e)}:Wr,Kr=kr.TypeError,Yr=function(e){if(null==e)throw Kr("Can't call method on "+e);return e},Xr=function(e){return qr(Yr(e))},Jr=function(e){return"function"==typeof e},Qr=function(e){return"object"==typeof e?null!==e:Jr(e)},eo=function(e){return Jr(e)?e:void 0},to=function(e,t){return arguments.length<2?eo(kr[e]):kr[e]&&kr[e][t]},no=Hr({}.isPrototypeOf),ro=to("navigator","userAgent")||"",oo=kr.process,io=kr.Deno,ao=oo&&oo.versions||io&&io.version,uo=ao&&ao.v8;uo&&(Dr=(Cr=uo.split("."))[0]>0&&Cr[0]<4?1:+(Cr[0]+Cr[1])),!Dr&&ro&&(!(Cr=ro.match(/Edge\/(\d+)/))||Cr[1]>=74)&&(Cr=ro.match(/Chrome\/(\d+)/))&&(Dr=+Cr[1]);var so=Dr,lo=!!Object.getOwnPropertySymbols&&!Tr((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&so&&so<41})),co=lo&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,fo=kr.Object,po=co?function(e){return"symbol"==typeof e}:function(e){var t=to("Symbol");return Jr(t)&&no(t.prototype,fo(e))},ho=kr.String,go=function(e){try{return ho(e)}catch(e){return"Object"}},vo=kr.TypeError,yo=function(e){if(Jr(e))return e;throw vo(go(e)+" is not a function")},mo=function(e,t){var n=e[t];return null==n?void 0:yo(n)},bo=kr.TypeError,wo=Object.defineProperty,xo=function(e,t){try{wo(kr,e,{value:t,configurable:!0,writable:!0})}catch(n){kr[e]=t}return t},Eo=kr["__core-js_shared__"]||xo("__core-js_shared__",{}),So=o((function(e){(e.exports=function(e,t){return Eo[e]||(Eo[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Co=kr.Object,Do=function(e){return Co(Yr(e))},Oo=Hr({}.hasOwnProperty),Ao=Object.hasOwn||function(e,t){return Oo(Do(e),t)},ko=0,To=Math.random(),Bo=Hr(1..toString),Po=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Bo(++ko+To,36)},Fo=So("wks"),_o=kr.Symbol,jo=_o&&_o.for,No=co?_o:_o&&_o.withoutSetter||Po,Ro=function(e){if(!Ao(Fo,e)||!lo&&"string"!=typeof Fo[e]){var t="Symbol."+e;lo&&Ao(_o,e)?Fo[e]=_o[e]:Fo[e]=co&&jo?jo(t):No(t)}return Fo[e]},Io=kr.TypeError,Lo=Ro("toPrimitive"),Mo=function(e){var t=function(e,t){if(!Qr(e)||po(e))return e;var n,r=mo(e,Lo);if(r){if(void 0===t&&(t="default"),n=Fr(r,e,t),!Qr(n)||po(n))return n;throw Io("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&Jr(n=e.toString)&&!Qr(r=Fr(n,e)))return r;if(Jr(n=e.valueOf)&&!Qr(r=Fr(n,e)))return r;if("string"!==t&&Jr(n=e.toString)&&!Qr(r=Fr(n,e)))return r;throw bo("Can't convert object to primitive value")}(e,t)}(e,"string");return po(t)?t:t+""},zo=kr.document,$o=Qr(zo)&&Qr(zo.createElement),Ho=function(e){return $o?zo.createElement(e):{}},Uo=!Br&&!Tr((function(){return 7!=Object.defineProperty(Ho("div"),"a",{get:function(){return 7}}).a})),Vo=Object.getOwnPropertyDescriptor,Zo=Br?Vo:function(e,t){if(e=Xr(e),t=Mo(t),Uo)try{return Vo(e,t)}catch(e){}if(Ao(e,t))return Ir(!Fr(Rr.f,e,t),e[t])},Wo={f:Zo},Go=kr.String,qo=kr.TypeError,Ko=function(e){if(Qr(e))return e;throw qo(Go(e)+" is not an object")},Yo=kr.TypeError,Xo=Object.defineProperty,Jo=Br?Xo:function(e,t,n){if(Ko(e),t=Mo(t),Ko(n),Uo)try{return Xo(e,t,n)}catch(e){}if("get"in n||"set"in n)throw Yo("Accessors not supported");return"value"in n&&(e[t]=n.value),e},Qo={f:Jo},ei=Br?function(e,t,n){return Qo.f(e,t,Ir(1,n))}:function(e,t,n){return e[t]=n,e},ti=Hr(Function.toString);Jr(Eo.inspectSource)||(Eo.inspectSource=function(e){return ti(e)});var ni,ri,oi,ii=Eo.inspectSource,ai=kr.WeakMap,ui=Jr(ai)&&/native code/.test(ii(ai)),si=So("keys"),li=function(e){return si[e]||(si[e]=Po(e))},ci={},fi=kr.TypeError,di=kr.WeakMap;if(ui||Eo.state){var pi=Eo.state||(Eo.state=new di),hi=Hr(pi.get),gi=Hr(pi.has),vi=Hr(pi.set);ni=function(e,t){if(gi(pi,e))throw new fi("Object already initialized");return t.facade=e,vi(pi,e,t),t},ri=function(e){return hi(pi,e)||{}},oi=function(e){return gi(pi,e)}}else{var yi=li("state");ci[yi]=!0,ni=function(e,t){if(Ao(e,yi))throw new fi("Object already initialized");return t.facade=e,ei(e,yi,t),t},ri=function(e){return Ao(e,yi)?e[yi]:{}},oi=function(e){return Ao(e,yi)}}var mi={set:ni,get:ri,has:oi,enforce:function(e){return oi(e)?ri(e):ni(e,{})},getterFor:function(e){return function(t){var n;if(!Qr(t)||(n=ri(t)).type!==e)throw fi("Incompatible receiver, "+e+" required");return n}}},bi=Function.prototype,wi=Br&&Object.getOwnPropertyDescriptor,xi=Ao(bi,"name"),Ei={EXISTS:xi,PROPER:xi&&"something"===function(){}.name,CONFIGURABLE:xi&&(!Br||Br&&wi(bi,"name").configurable)},Si=o((function(e){var t=Ei.CONFIGURABLE,n=mi.get,r=mi.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;Jr(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Ao(i,"name")||t&&i.name!==f)&&ei(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==kr?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:ei(e,n,i)):l?e[n]=i:xo(n,i)})(Function.prototype,"toString",(function(){return Jr(this)&&n(this).source||ii(this)}))})),Ci=Math.ceil,Di=Math.floor,Oi=function(e){var t=+e;return t!=t||0===t?0:(t>0?Di:Ci)(t)},Ai=Math.max,ki=Math.min,Ti=function(e,t){var n=Oi(e);return n<0?Ai(n+t,0):ki(n,t)},Bi=Math.min,Pi=function(e){return e>0?Bi(Oi(e),9007199254740991):0},Fi=function(e){return Pi(e.length)},_i=function(e){return function(t,n,r){var o,i=Xr(t),a=Fi(i),u=Ti(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},ji=(_i(!0),_i(!1)),Ni=Hr([].push),Ri=function(e,t){var n,r=Xr(e),o=0,i=[];for(n in r)!Ao(ci,n)&&Ao(r,n)&&Ni(i,n);for(;t.length>o;)Ao(r,n=t[o++])&&(~ji(i,n)||Ni(i,n));return i},Ii=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Li=Ii.concat("length","prototype"),Mi=Object.getOwnPropertyNames||function(e){return Ri(e,Li)},zi={f:Mi},$i={f:Object.getOwnPropertySymbols},Hi=Hr([].concat),Ui=to("Reflect","ownKeys")||function(e){var t=zi.f(Ko(e)),n=$i.f;return n?Hi(t,n(e)):t},Vi=function(e,t){for(var n=Ui(t),r=Qo.f,o=Wo.f,i=0;i<n.length;i++){var a=n[i];Ao(e,a)||r(e,a,o(t,a))}},Zi=/#|\.prototype\./,Wi=function(e,t){var n=qi[Gi(e)];return n==Yi||n!=Ki&&(Jr(t)?Tr(t):!!t)},Gi=Wi.normalize=function(e){return String(e).replace(Zi,".").toLowerCase()},qi=Wi.data={},Ki=Wi.NATIVE="N",Yi=Wi.POLYFILL="P",Xi=Wi,Ji=Wo.f,Qi=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?kr:l?kr[u]||xo(u,{}):(kr[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=Ji(n,r))&&a.value:n[r],!Xi(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;Vi(i,o)}(e.sham||o&&o.sham)&&ei(i,"sham",!0),Si(n,r,i,e)}},ea={};ea[Ro("toStringTag")]="z";var ta,na="[object z]"===String(ea),ra=Ro("toStringTag"),oa=kr.Object,ia="Arguments"==Zr(function(){return arguments}()),aa=na?Zr:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=oa(e),ra))?n:ia?Zr(t):"Object"==(r=Zr(t))&&Jr(t.callee)?"Arguments":r},ua=kr.String,sa=function(e){if("Symbol"===aa(e))throw TypeError("Cannot convert a Symbol value to a string");return ua(e)},la=function(){var e=Ko(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},ca=kr.RegExp,fa=Tr((function(){var e=ca("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),da=fa||Tr((function(){return!ca("a","y").sticky})),pa=fa||Tr((function(){var e=ca("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),ha={BROKEN_CARET:pa,MISSED_STICKY:da,UNSUPPORTED_Y:fa},ga=Object.keys||function(e){return Ri(e,Ii)},va=Br?Object.defineProperties:function(e,t){Ko(e);for(var n,r=Xr(t),o=ga(t),i=o.length,a=0;i>a;)Qo.f(e,n=o[a++],r[n]);return e},ya=to("document","documentElement"),ma=li("IE_PROTO"),ba=function(){},wa=function(e){return"<script>"+e+"<\/script>"},xa=function(e){e.write(wa("")),e.close();var t=e.parentWindow.Object;return e=null,t},Ea=function(){try{ta=new ActiveXObject("htmlfile")}catch(e){}var e,t;Ea="undefined"!=typeof document?document.domain&&ta?xa(ta):((t=Ho("iframe")).style.display="none",ya.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(wa("document.F=Object")),e.close(),e.F):xa(ta);for(var n=Ii.length;n--;)delete Ea.prototype[Ii[n]];return Ea()};ci[ma]=!0;var Sa,Ca,Da=Object.create||function(e,t){var n;return null!==e?(ba.prototype=Ko(e),n=new ba,ba.prototype=null,n[ma]=e):n=Ea(),void 0===t?n:va(n,t)},Oa=kr.RegExp,Aa=Tr((function(){var e=Oa(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),ka=kr.RegExp,Ta=Tr((function(){var e=ka("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Ba=mi.get,Pa=So("native-string-replace",String.prototype.replace),Fa=RegExp.prototype.exec,_a=Fa,ja=Hr("".charAt),Na=Hr("".indexOf),Ra=Hr("".replace),Ia=Hr("".slice),La=(Ca=/b*/g,Fr(Fa,Sa=/a/,"a"),Fr(Fa,Ca,"a"),0!==Sa.lastIndex||0!==Ca.lastIndex),Ma=ha.BROKEN_CARET,za=void 0!==/()??/.exec("")[1];(La||za||Ma||Aa||Ta)&&(_a=function(e){var t,n,r,o,i,a,u,s=this,l=Ba(s),c=sa(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=Fr(_a,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=Ma&&s.sticky,h=Fr(la,s),g=s.source,v=0,y=c;if(p&&(h=Ra(h,"y",""),-1===Na(h,"g")&&(h+="g"),y=Ia(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==ja(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),za&&(n=new RegExp("^"+g+"$(?!\\s)",h)),La&&(r=s.lastIndex),o=Fr(Fa,p?n:s,y),p?o?(o.input=Ia(o.input,v),o[0]=Ia(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:La&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),za&&o&&o.length>1&&Fr(Pa,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=Da(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var $a=_a;Qi({target:"RegExp",proto:!0,forced:/./.exec!==$a},{exec:$a});Ro("species");var Ha=RegExp.prototype,Ua=Hr("".charAt),Va=Hr("".charCodeAt),Za=Hr("".slice),Wa=function(e){return function(t,n){var r,o,i=sa(Yr(t)),a=Oi(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=Va(i,a))<55296||r>56319||a+1===u||(o=Va(i,a+1))<56320||o>57343?e?Ua(i,a):r:e?Za(i,a,a+2):o-56320+(r-55296<<10)+65536}},Ga={codeAt:Wa(!1),charAt:Wa(!0)},qa=Ga.charAt,Ka=function(e,t,n){return t+(n?qa(e,t).length:1)},Ya=kr.TypeError,Xa=function(e,t){var n=e.exec;if(Jr(n)){var r=Fr(n,e,t);return null!==r&&Ko(r),r}if("RegExp"===Zr(e))return Fr($a,e,t);throw Ya("RegExp#exec called on incompatible receiver")};!function(e,t,n,r){var o=Ro(e),i=!Tr((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!Tr((function(){var e=!1,t=/a/;return t.exec=function(){return e=!0,null},t[o](""),!e}));if(!i||!a){var u=Hr(/./[o]),s=function(e,t,n){return[function(t){var n=Yr(this),r=null==t?void 0:mo(t,e);return r?Fr(r,t,n):new RegExp(t)[e](sa(n))},function(e){var r=Ko(this),o=sa(e),i=n(t,r,o);if(i.done)return i.value;if(!r.global)return Xa(r,o);var a=r.unicode;r.lastIndex=0;for(var u,s=[],l=0;null!==(u=Xa(r,o));){var c=sa(u[0]);s[l]=c,""===c&&(r.lastIndex=Ka(o,Pi(r.lastIndex),a)),l++}return 0===l?null:s}]}(o,""[e],(function(e,t,n,r,o){var a=Hr(e),s=t.exec;return s===$a||s===Ha.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));Si(String.prototype,e,s[0]),Si(Ha,o,s[1])}}("match"),Qi({global:!0},{globalThis:kr});var Ja=!Tr((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),Qa=li("IE_PROTO"),eu=kr.Object,tu=eu.prototype,nu=Ja?eu.getPrototypeOf:function(e){var t=Do(e);if(Ao(t,Qa))return t[Qa];var n=t.constructor;return Jr(n)&&t instanceof n?n.prototype:t instanceof eu?tu:null},ru=kr.String,ou=kr.TypeError,iu=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Hr(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return Ko(n),function(e){if("object"==typeof e||Jr(e))return e;throw ou("Can't set "+ru(e)+" as a prototype")}(r),t?e(n,r):n.__proto__=r,n}}():void 0),au=kr.Array,uu=Math.max,su=Hr("".replace),lu=Hr("".split),cu=Hr([].join),fu=String(Error("zxcasd").stack),du=/\n\s*at [^:]*:[^\n]*/,pu=du.test(fu),hu=/@[^\n]*\n/.test(fu)&&!/zxcasd/.test(fu),gu=function(e,t){if("string"!=typeof e)return e;if(pu)for(;t--;)e=su(e,du,"");else if(hu)return cu(function(e,t,n){for(var r,o,i,a,u=Fi(e),s=Ti(t,u),l=Ti(u,u),c=au(uu(l-s,0)),f=0;s<l;s++,f++)r=c,o=f,i=e[s],void 0,(a=Mo(o))in r?Qo.f(r,a,Ir(0,i)):r[a]=i;return c.length=f,c}(lu(e,"\n"),t),"\n");return e},vu=function(e,t){Qr(t)&&"cause"in t&&ei(e,"cause",t.cause)},yu=Hr(Hr.bind),mu=function(e,t){return yo(e),void 0===t?e:yu?yu(e,t):function(){return e.apply(t,arguments)}},bu={},wu=Ro("iterator"),xu=Array.prototype,Eu=Ro("iterator"),Su=function(e){if(null!=e)return mo(e,Eu)||mo(e,"@@iterator")||bu[aa(e)]},Cu=kr.TypeError,Du=function(e,t,n){var r,o;Ko(e);try{if(!(r=mo(e,"return"))){if("throw"===t)throw n;return n}r=Fr(r,e)}catch(e){o=!0,r=e}if("throw"===t)throw n;if(o)throw r;return Ko(r),n},Ou=kr.TypeError,Au=function(e,t){this.stopped=e,this.result=t},ku=Au.prototype,Tu=function(e,t,n){var r,o,i,a,u,s,l,c=n&&n.that,f=!(!n||!n.AS_ENTRIES),d=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),h=mu(t,c),g=function(e){return r&&Du(r,"normal",e),new Au(!0,e)},v=function(e){return f?(Ko(e),p?h(e[0],e[1],g):h(e[0],e[1])):p?h(e,g):h(e)};if(d)r=e;else{if(!(o=Su(e)))throw Ou(go(e)+" is not iterable");if(function(e){return void 0!==e&&(bu.Array===e||xu[wu]===e)}(o)){for(i=0,a=Fi(e);a>i;i++)if((u=v(e[i]))&&no(ku,u))return u;return new Au(!1)}r=function(e,t){var n=arguments.length<2?Su(e):t;if(yo(n))return Ko(Fr(n,e));throw Cu(go(e)+" is not iterable")}(e,o)}for(s=r.next;!(l=Fr(s,r)).done;){try{u=v(l.value)}catch(e){Du(r,"throw",e)}if("object"==typeof u&&u&&no(ku,u))return u}return new Au(!1)},Bu=function(e,t){return void 0===e?arguments.length<2?"":t:sa(e)},Pu=!Tr((function(){var e=Error("a");return!("stack"in e)||(Object.defineProperty(e,"stack",Ir(1,7)),7!==e.stack)})),Fu=Ro("toStringTag"),_u=kr.Error,ju=[].push,Nu=function(e,t){var n,r=arguments.length>2?arguments[2]:void 0,o=no(Ru,this);iu?n=iu(new _u(void 0),o?nu(this):Ru):(n=o?this:Da(Ru),ei(n,Fu,"Error")),ei(n,"message",Bu(t,"")),Pu&&ei(n,"stack",gu(n.stack,1)),vu(n,r);var i=[];return Tu(e,ju,{that:i}),ei(n,"errors",i),n};iu?iu(Nu,_u):Vi(Nu,_u);var Ru=Nu.prototype=Da(_u.prototype,{constructor:Ir(1,Nu),message:Ir(1,""),name:Ir(1,"AggregateError")});Qi({global:!0},{AggregateError:Nu});var Iu=Ro("unscopables"),Lu=Array.prototype;null==Lu[Iu]&&Qo.f(Lu,Iu,{configurable:!0,value:Da(null)});var Mu,zu,$u,Hu=function(e){Lu[Iu][e]=!0},Uu=Ro("iterator"),Vu=!1;[].keys&&("next"in($u=[].keys())?(zu=nu(nu($u)))!==Object.prototype&&(Mu=zu):Vu=!0);var Zu=null==Mu||Tr((function(){var e={};return Mu[Uu].call(e)!==e}));Zu&&(Mu={}),Jr(Mu[Uu])||Si(Mu,Uu,(function(){return this}));var Wu={IteratorPrototype:Mu,BUGGY_SAFARI_ITERATORS:Vu},Gu=Qo.f,qu=Ro("toStringTag"),Ku=function(e,t,n){e&&!Ao(e=n?e:e.prototype,qu)&&Gu(e,qu,{configurable:!0,value:t})},Yu=Wu.IteratorPrototype,Xu=function(){return this},Ju=Ei.PROPER,Qu=Ei.CONFIGURABLE,es=Wu.IteratorPrototype,ts=Wu.BUGGY_SAFARI_ITERATORS,ns=Ro("iterator"),rs=function(){return this},os=function(e,t,n,r,o,i,a){!function(e,t,n,r){var o=t+" Iterator";e.prototype=Da(Yu,{next:Ir(1,n)}),Ku(e,o,!1),bu[o]=Xu}(n,t,r);var u,s,l,c=function(e){if(e===o&&g)return g;if(!ts&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},f=t+" Iterator",d=!1,p=e.prototype,h=p[ns]||p["@@iterator"]||o&&p[o],g=!ts&&h||c(o),v="Array"==t&&p.entries||h;if(v&&(u=nu(v.call(new e)))!==Object.prototype&&u.next&&(nu(u)!==es&&(iu?iu(u,es):Jr(u[ns])||Si(u,ns,rs)),Ku(u,f,!0)),Ju&&"values"==o&&h&&"values"!==h.name&&(Qu?ei(p,"name","values"):(d=!0,g=function(){return Fr(h,this)})),o)if(s={values:c("values"),keys:i?g:c("keys"),entries:c("entries")},a)for(l in s)(ts||d||!(l in p))&&Si(p,l,s[l]);else Qi({target:t,proto:!0,forced:ts||d},s);return p[ns]!==g&&Si(p,ns,g,{name:o}),bu[t]=g,s},is=mi.set,as=mi.getterFor("Array Iterator"),us=os(Array,"Array",(function(e,t){is(this,{type:"Array Iterator",target:Xr(e),index:0,kind:t})}),(function(){var e=as(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values");bu.Arguments=bu.Array,Hu("keys"),Hu("values"),Hu("entries");var ss=Ga.charAt,ls=mi.set,cs=mi.getterFor("String Iterator");os(String,"String",(function(e){ls(this,{type:"String Iterator",string:sa(e),index:0})}),(function(){var e,t=cs(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=ss(n,r),t.index+=e.length,{value:e,done:!1})}));var fs,ds={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},ps=Ho("span").classList,hs=ps&&ps.constructor&&ps.constructor.prototype,gs=hs===Object.prototype?void 0:hs,vs=Ro("iterator"),ys=Ro("toStringTag"),ms=us.values,bs=function(e,t){if(e){if(e[vs]!==ms)try{ei(e,vs,ms)}catch(t){e[vs]=ms}if(e[ys]||ei(e,ys,t),ds[t])for(var n in us)if(e[n]!==us[n])try{ei(e,n,us[n])}catch(t){e[n]=us[n]}}};for(var ws in ds)bs(kr[ws]&&kr[ws].prototype,ws);function xs(){"undefined"==typeof globalThis&&(window.globalThis=window)}function Es(){void 0===Or&&(window.AggregateError=function(e,t){var n=new Error(t);return n.errors=e,n})}bs(gs,"DOMTokenList"),void 0===i.g?("ActiveXObject"in window&&console.error("抱歉,wangEditor V5+ 版本开始,不在支持 IE 浏览器\n Sorry, wangEditor V5+ versions do not support IE browser."),xs(),Es()):i.g&&(null===(fs=i.g.navigator)||void 0===fs?void 0:fs.userAgent.match("QQBrowser"))&&(xs(),Es());var Ss=Array.isArray||function(e){return"Array"==_(e)},Cs=function(){},Ds=[],Os=U("Reflect","construct"),As=/^\s*(?:class|function)\b/,ks=w(As.exec),Ts=!As.exec(Cs),Bs=function(e){if(!x(e))return!1;try{return Os(Cs,Ds,e),!0}catch(e){return!1}},Ps=!Os||E((function(){var e;return Bs(Bs.call)||!Bs(Object)||!Bs((function(){e=!0}))||e}))?function(e){if(!x(e))return!1;switch(sn(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return Ts||!!ks(As,Bn(e))}:Bs,Fs=Se("species"),_s=c.Array,js=function(e,t){return new(function(e){var t;return Ss(e)&&(t=e.constructor,(Ps(t)&&(t===_s||Ss(t.prototype))||z(t)&&null===(t=t[Fs]))&&(t=void 0)),void 0===t?_s:t}(e))(0===t?0:t)},Ns=Se("species"),Rs=Se("isConcatSpreadable"),Is=c.TypeError,Ls=X>=51||!E((function(){var e=[];return e[Rs]=!1,e.concat()[0]!==e})),Ms=("concat",X>=51||!E((function(){var e=[];return(e.constructor={})[Ns]=function(){return{foo:1}},1!==e.concat(Boolean).foo}))),zs=function(e){if(!z(e))return!1;var t=e[Rs];return void 0!==t?!!t:Ss(e)};Qe({target:"Array",proto:!0,forced:!Ls||!Ms},{concat:function(e){var t,n,r,o,i,a=de(this),u=js(a,0),s=0;for(t=-1,r=arguments.length;t<r;t++)if(zs(i=-1===t?a:arguments[t])){if(s+(o=yt(i))>9007199254740991)throw Is("Maximum allowed index exceeded");for(n=0;n<o;n++,s++)n in i&&zt(u,s,i[n])}else{if(s>=9007199254740991)throw Is("Maximum allowed index exceeded");zt(u,s++,i)}return u.length=s,u}});var $s=At.f,Hs="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],Us={f:function(e){return Hs&&"Window"==_(e)?function(e){try{return $s(e)}catch(e){return Ut(Hs)}}(e):$s(M(e))}},Vs=w([].slice),Zs={f:Se},Ws=Ke.f,Gs=function(e){var t=$.Symbol||($.Symbol={});he(t,e)||Ws(t,e,{value:Zs.f(e)})},qs=w([].push),Ks=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=de(s),g=R(h),v=He(l,c),y=yt(g),m=0,b=f||js,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:qs(w,d)}else switch(e){case 4:return!1;case 7:qs(w,d)}return i?-1:r||o?o:w}},Ys=[Ks(0),Ks(1),Ks(2),Ks(3),Ks(4),Ks(5),Ks(6),Ks(7)][0],Xs=tt("hidden"),Js=Se("toPrimitive"),Qs=Un.set,el=Un.getterFor("Symbol"),tl=Object.prototype,nl=c.Symbol,rl=nl&&nl.prototype,ol=c.TypeError,il=c.QObject,al=U("JSON","stringify"),ul=_e.f,sl=Ke.f,ll=Us.f,cl=T.f,fl=w([].push),dl=ce("symbols"),pl=ce("op-symbols"),hl=ce("string-to-symbol-registry"),gl=ce("symbol-to-string-registry"),vl=ce("wks"),yl=!il||!il.prototype||!il.prototype.findChild,ml=S&&E((function(){return 7!=Mt(sl({},"a",{get:function(){return sl(this,"a",{value:7}).a}})).a}))?function(e,t,n){var r=ul(tl,t);r&&delete tl[t],sl(e,t,n),r&&e!==tl&&sl(tl,t,r)}:sl,bl=function(e,t){var n=dl[e]=Mt(rl);return Qs(n,{type:"Symbol",tag:e,description:t}),S||(n.description=t),n},wl=function(e,t,n){e===tl&&wl(pl,t,n),Ze(e);var r=Oe(t);return Ze(n),he(dl,r)?(n.enumerable?(he(e,Xs)&&e[Xs][r]&&(e[Xs][r]=!1),n=Mt(n,{enumerable:B(0,!1)})):(he(e,Xs)||sl(e,Xs,B(1,{})),e[Xs][r]=!0),ml(e,r,n)):sl(e,r,n)},xl=function(e,t){Ze(e);var n=M(t),r=Pt(n).concat(Dl(n));return Ys(r,(function(t){S&&!D(El,n,t)||wl(e,t,n[t])})),e},El=function(e){var t=Oe(e),n=D(cl,this,t);return!(this===tl&&he(dl,t)&&!he(pl,t))&&(!(n||!he(this,t)||!he(dl,t)||he(this,Xs)&&this[Xs][t])||n)},Sl=function(e,t){var n=M(e),r=Oe(t);if(n!==tl||!he(dl,r)||he(pl,r)){var o=ul(n,r);return!o||!he(dl,r)||he(n,Xs)&&n[Xs][r]||(o.enumerable=!0),o}},Cl=function(e){var t=ll(M(e)),n=[];return Ys(t,(function(e){he(dl,e)||he(wt,e)||fl(n,e)})),n},Dl=function(e){var t=e===tl,n=ll(t?pl:M(e)),r=[];return Ys(n,(function(e){!he(dl,e)||t&&!he(tl,e)||fl(r,dl[e])})),r};if(J||(rl=(nl=function(){if(V(rl,this))throw ol("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?mn(arguments[0]):void 0,t=me(e),n=function(e){this===tl&&D(n,pl,e),he(this,Xs)&&he(this[Xs],t)&&(this[Xs][t]=!1),ml(this,t,B(1,e))};return S&&yl&&ml(tl,t,{configurable:!0,set:n}),bl(t,e)}).prototype,qn(rl,"toString",(function(){return el(this).tag})),qn(nl,"withoutSetter",(function(e){return bl(me(e),e)})),T.f=El,Ke.f=wl,_e.f=Sl,At.f=Us.f=Cl,kt.f=Dl,Zs.f=function(e){return bl(Se(e),e)},S&&sl(rl,"description",{configurable:!0,get:function(){return el(this).description}})),Qe({global:!0,wrap:!0,forced:!J,sham:!J},{Symbol:nl}),Ys(Pt(vl),(function(e){Gs(e)})),Qe({target:"Symbol",stat:!0,forced:!J},{for:function(e){var t=mn(e);if(he(hl,t))return hl[t];var n=nl(t);return hl[t]=n,gl[n]=t,n},keyFor:function(e){if(!te(e))throw ol(e+" is not a symbol");if(he(gl,e))return gl[e]},useSetter:function(){yl=!0},useSimple:function(){yl=!1}}),Qe({target:"Object",stat:!0,forced:!J,sham:!S},{create:function(e,t){return void 0===t?Mt(e):xl(Mt(e),t)},defineProperty:wl,defineProperties:xl,getOwnPropertyDescriptor:Sl}),Qe({target:"Object",stat:!0,forced:!J},{getOwnPropertyNames:Cl,getOwnPropertySymbols:Dl}),Qe({target:"Object",stat:!0,forced:E((function(){kt.f(1)}))},{getOwnPropertySymbols:function(e){return kt.f(de(e))}}),al){var Ol=!J||E((function(){var e=nl();return"[null]"!=al([e])||"{}"!=al({a:e})||"{}"!=al(Object(e))}));Qe({target:"JSON",stat:!0,forced:Ol},{stringify:function(e,t,n){var r=Vs(arguments),o=t;if((z(t)||void 0!==e)&&!te(e))return Ss(t)||(t=function(e,t){if(x(o)&&(t=D(o,this,e,t)),!te(t))return t}),r[1]=t,g(al,null,r)}})}if(!rl[Js]){var Al=rl.valueOf;qn(rl,Js,(function(e){return D(Al,this)}))}nr(nl,"Symbol"),wt[Xs]=!0,Gs("asyncIterator"),Gs("hasInstance"),Gs("isConcatSpreadable"),Gs("iterator"),Gs("match"),Gs("matchAll"),Gs("replace"),Gs("search"),Gs("species"),Gs("split"),Gs("toPrimitive"),Gs("toStringTag"),Gs("unscopables"),nr(c.JSON,"JSON",!0);var kl=$.Symbol;Gs("asyncDispose"),Gs("dispose"),Gs("matcher"),Gs("metadata"),Gs("observable"),Gs("patternMatch"),Gs("replaceAll");var Tl=kl,Bl=Zs.f("iterator"),Pl=o((function(e){function t(n){return"function"==typeof Tl&&"symbol"==typeof Bl?(e.exports=t=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=t=function(e){return e&&"function"==typeof Tl&&e.constructor===Tl&&e!==Tl.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),t(n)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0})),Fl=function(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}(Pl),_l=Wo.f,jl=Tr((function(){_l(1)}));if(Qi({target:"Object",stat:!0,forced:!Br||jl,sham:!Br},{getOwnPropertyDescriptor:function(e,t){return _l(Xr(e),t)}}),"object"===(void 0===i.g?"undefined":Fl(i.g))){var Nl=Object.getOwnPropertyDescriptor(i.g,"window");i.g.window&&!Nl.set||(i.g.window=i.g,i.g.requestAnimationFrame=function(){},i.g.navigator={userAgent:""},i.g.location={hostname:"0.0.0.0",port:0,protocol:"http:"},i.g.btoa=function(){},i.g.crypto={getRandomValues:function(e){return nodeCrypto.randomFillSync(e)}}),null!=i.g.document&&null==i.g.document.getElementsByTagName&&(i.g.document.getElementsByTagName=function(){return[]})}
|
|
68
|
+
/*!
|
|
69
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
70
|
+
*
|
|
71
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
72
|
+
* Released under the MIT License.
|
|
73
|
+
*/function Rl(e){return"[object Object]"===Object.prototype.toString.call(e)}function Il(e){var t,n;return!1!==Rl(e)&&(void 0===(t=e.constructor)||!1!==Rl(n=t.prototype)&&!1!==n.hasOwnProperty("isPrototypeOf"))}function Ll(e){for(var t=arguments.length,n=Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];throw Error("[Immer] minified error nr: "+e+(n.length?" "+n.map((function(e){return"'"+e+"'"})).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function Ml(e){return!!e&&!!e[Sc]}function zl(e){return!!e&&(function(e){if(!e||"object"!=typeof e)return!1;var t=Object.getPrototypeOf(e);if(null===t)return!0;var n=Object.hasOwnProperty.call(t,"constructor")&&t.constructor;return n===Object||"function"==typeof n&&Function.toString.call(n)===Cc}(e)||Array.isArray(e)||!!e[Ec]||!!e.constructor[Ec]||Zl(e)||Wl(e))}function $l(e,t,n){void 0===n&&(n=!1),0===Hl(e)?(n?Object.keys:Dc)(e).forEach((function(r){n&&"symbol"==typeof r||t(r,e[r],e)})):e.forEach((function(n,r){return t(r,n,e)}))}function Hl(e){var t=e[Sc];return t?t.i>3?t.i-4:t.i:Array.isArray(e)?1:Zl(e)?2:Wl(e)?3:0}function Ul(e,t){return 2===Hl(e)?e.has(t):Object.prototype.hasOwnProperty.call(e,t)}function Vl(e,t,n){var r=Hl(e);2===r?e.set(t,n):3===r?(e.delete(t),e.add(n)):e[t]=n}function Zl(e){return mc&&e instanceof Map}function Wl(e){return bc&&e instanceof Set}function Gl(e){return e.o||e.t}function ql(e){if(Array.isArray(e))return Array.prototype.slice.call(e);var t=Oc(e);delete t[Sc];for(var n=Dc(t),r=0;r<n.length;r++){var o=n[r],i=t[o];!1===i.writable&&(i.writable=!0,i.configurable=!0),(i.get||i.set)&&(t[o]={configurable:!0,writable:!0,enumerable:i.enumerable,value:e[o]})}return Object.create(Object.getPrototypeOf(e),t)}function Kl(e,t){return void 0===t&&(t=!1),Xl(e)||Ml(e)||!zl(e)||(Hl(e)>1&&(e.set=e.add=e.clear=e.delete=Yl),Object.freeze(e),t&&$l(e,(function(e,t){return Kl(t,!0)}),!0)),e}function Yl(){Ll(2)}function Xl(e){return null==e||"object"!=typeof e||Object.isFrozen(e)}function Jl(e){var t=Ac[e];return t||Ll(18,e),t}function Ql(){return vc}function ec(e,t){t&&(Jl("Patches"),e.u=[],e.s=[],e.v=t)}function tc(e){nc(e),e.p.forEach(oc),e.p=null}function nc(e){e===vc&&(vc=e.l)}function rc(e){return vc={p:[],l:vc,h:e,m:!0,_:0}}function oc(e){var t=e[Sc];0===t.i||1===t.i?t.j():t.O=!0}function ic(e,t){t._=t.p.length;var n=t.p[0],r=void 0!==e&&e!==n;return t.h.g||Jl("ES5").S(t,e,r),r?(n[Sc].P&&(tc(t),Ll(4)),zl(e)&&(e=ac(t,e),t.l||sc(t,e)),t.u&&Jl("Patches").M(n[Sc],e,t.u,t.s)):e=ac(t,n,[]),tc(t),t.u&&t.v(t.u,t.s),e!==xc?e:void 0}function ac(e,t,n){if(Xl(t))return t;var r=t[Sc];if(!r)return $l(t,(function(o,i){return uc(e,r,t,o,i,n)}),!0),t;if(r.A!==e)return t;if(!r.P)return sc(e,r.t,!0),r.t;if(!r.I){r.I=!0,r.A._--;var o=4===r.i||5===r.i?r.o=ql(r.k):r.o;$l(3===r.i?new Set(o):o,(function(t,i){return uc(e,r,o,t,i,n)})),sc(e,o,!1),n&&e.u&&Jl("Patches").R(r,n,e.u,e.s)}return r.o}function uc(e,t,n,r,o,i){if(Ml(o)){var a=ac(e,o,i&&t&&3!==t.i&&!Ul(t.D,r)?i.concat(r):void 0);if(Vl(n,r,a),!Ml(a))return;e.m=!1}if(zl(o)&&!Xl(o)){if(!e.h.F&&e._<1)return;ac(e,o),t&&t.A.l||sc(e,o)}}function sc(e,t,n){void 0===n&&(n=!1),e.h.F&&e.m&&Kl(t,n)}function lc(e,t){var n=e[Sc];return(n?Gl(n):e)[t]}function cc(e,t){if(t in e)for(var n=Object.getPrototypeOf(e);n;){var r=Object.getOwnPropertyDescriptor(n,t);if(r)return r;n=Object.getPrototypeOf(n)}}function fc(e){e.P||(e.P=!0,e.l&&fc(e.l))}function dc(e){e.o||(e.o=ql(e.t))}function pc(e,t,n){var r=Zl(t)?Jl("MapSet").N(t,n):Wl(t)?Jl("MapSet").T(t,n):e.g?function(e,t){var n=Array.isArray(e),r={i:n?1:0,A:t?t.A:Ql(),P:!1,I:!1,D:{},l:t,t:e,k:null,o:null,j:null,C:!1},o=r,i=kc;n&&(o=[r],i=Tc);var a=Proxy.revocable(o,i),u=a.revoke,s=a.proxy;return r.k=s,r.j=u,s}(t,n):Jl("ES5").J(t,n);return(n?n.A:Ql()).p.push(r),r}function hc(e,t){switch(t){case 2:return new Map(e);case 3:return Array.from(e)}return ql(e)}var gc,vc,yc="undefined"!=typeof Symbol&&"symbol"==typeof Symbol("x"),mc="undefined"!=typeof Map,bc="undefined"!=typeof Set,wc="undefined"!=typeof Proxy&&void 0!==Proxy.revocable&&"undefined"!=typeof Reflect,xc=yc?Symbol.for("immer-nothing"):((gc={})["immer-nothing"]=!0,gc),Ec=yc?Symbol.for("immer-draftable"):"__$immer_draftable",Sc=yc?Symbol.for("immer-state"):"__$immer_state",Cc=""+Object.prototype.constructor,Dc="undefined"!=typeof Reflect&&Reflect.ownKeys?Reflect.ownKeys:void 0!==Object.getOwnPropertySymbols?function(e){return Object.getOwnPropertyNames(e).concat(Object.getOwnPropertySymbols(e))}:Object.getOwnPropertyNames,Oc=Object.getOwnPropertyDescriptors||function(e){var t={};return Dc(e).forEach((function(n){t[n]=Object.getOwnPropertyDescriptor(e,n)})),t},Ac={},kc={get:function(e,t){if(t===Sc)return e;var n=Gl(e);if(!Ul(n,t))return function(e,t,n){var r,o=cc(t,n);return o?"value"in o?o.value:null===(r=o.get)||void 0===r?void 0:r.call(e.k):void 0}(e,n,t);var r=n[t];return e.I||!zl(r)?r:r===lc(e.t,t)?(dc(e),e.o[t]=pc(e.A.h,r,e)):r},has:function(e,t){return t in Gl(e)},ownKeys:function(e){return Reflect.ownKeys(Gl(e))},set:function(e,t,n){var r=cc(Gl(e),t);if(null==r?void 0:r.set)return r.set.call(e.k,n),!0;if(!e.P){var o=lc(Gl(e),t),i=null==o?void 0:o[Sc];if(i&&i.t===n)return e.o[t]=n,e.D[t]=!1,!0;if(function(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}(n,o)&&(void 0!==n||Ul(e.t,t)))return!0;dc(e),fc(e)}return e.o[t]===n&&"number"!=typeof n&&(void 0!==n||t in e.o)||(e.o[t]=n,e.D[t]=!0,!0)},deleteProperty:function(e,t){return void 0!==lc(e.t,t)||t in e.t?(e.D[t]=!1,dc(e),fc(e)):delete e.D[t],e.o&&delete e.o[t],!0},getOwnPropertyDescriptor:function(e,t){var n=Gl(e),r=Reflect.getOwnPropertyDescriptor(n,t);return r?{writable:!0,configurable:1!==e.i||"length"!==t,enumerable:r.enumerable,value:n[t]}:r},defineProperty:function(){Ll(11)},getPrototypeOf:function(e){return Object.getPrototypeOf(e.t)},setPrototypeOf:function(){Ll(12)}},Tc={};$l(kc,(function(e,t){Tc[e]=function(){return arguments[0]=arguments[0][0],t.apply(this,arguments)}})),Tc.deleteProperty=function(e,t){return kc.deleteProperty.call(this,e[0],t)},Tc.set=function(e,t,n){return kc.set.call(this,e[0],t,n,e[0])};var Bc=function(){function e(e){var t=this;this.g=wc,this.F=!0,this.produce=function(e,n,r){if("function"==typeof e&&"function"!=typeof n){var o=n;n=e;var i=t;return function(e){var t=this;void 0===e&&(e=o);for(var r=arguments.length,a=Array(r>1?r-1:0),u=1;u<r;u++)a[u-1]=arguments[u];return i.produce(e,(function(e){var r;return(r=n).call.apply(r,[t,e].concat(a))}))}}var a;if("function"!=typeof n&&Ll(6),void 0!==r&&"function"!=typeof r&&Ll(7),zl(e)){var u=rc(t),s=pc(t,e,void 0),l=!0;try{a=n(s),l=!1}finally{l?tc(u):nc(u)}return"undefined"!=typeof Promise&&a instanceof Promise?a.then((function(e){return ec(u,r),ic(e,u)}),(function(e){throw tc(u),e})):(ec(u,r),ic(a,u))}if(!e||"object"!=typeof e){if((a=n(e))===xc)return;return void 0===a&&(a=e),t.F&&Kl(a,!0),a}Ll(21,e)},this.produceWithPatches=function(e,n){return"function"==typeof e?function(n){for(var r=arguments.length,o=Array(r>1?r-1:0),i=1;i<r;i++)o[i-1]=arguments[i];return t.produceWithPatches(n,(function(t){return e.apply(void 0,[t].concat(o))}))}:[t.produce(e,n,(function(e,t){r=e,o=t})),r,o];var r,o},"boolean"==typeof(null==e?void 0:e.useProxies)&&this.setUseProxies(e.useProxies),"boolean"==typeof(null==e?void 0:e.autoFreeze)&&this.setAutoFreeze(e.autoFreeze)}var t=e.prototype;return t.createDraft=function(e){zl(e)||Ll(8),Ml(e)&&(e=function(e){return Ml(e)||Ll(22,e),function e(t){if(!zl(t))return t;var n,r=t[Sc],o=Hl(t);if(r){if(!r.P&&(r.i<4||!Jl("ES5").K(r)))return r.t;r.I=!0,n=hc(t,o),r.I=!1}else n=hc(t,o);return $l(n,(function(t,o){r&&function(e,t){return 2===Hl(e)?e.get(t):e[t]}(r.t,t)===o||Vl(n,t,e(o))})),3===o?new Set(n):n}(e)}(e));var t=rc(this),n=pc(this,e,void 0);return n[Sc].C=!0,nc(t),n},t.finishDraft=function(e,t){var n=(e&&e[Sc]).A;return ec(n,t),ic(void 0,n)},t.setAutoFreeze=function(e){this.F=e},t.setUseProxies=function(e){e&&!wc&&Ll(20),this.g=e},t.applyPatches=function(e,t){var n;for(n=t.length-1;n>=0;n--){var r=t[n];if(0===r.path.length&&"replace"===r.op){e=r.value;break}}n>-1&&(t=t.slice(n+1));var o=Jl("Patches").$;return Ml(e)?o(e,t):this.produce(e,(function(e){return o(e,t)}))},e}(),Pc=new Bc,Fc=Pc.produce;Pc.produceWithPatches.bind(Pc),Pc.setAutoFreeze.bind(Pc),Pc.setUseProxies.bind(Pc),Pc.applyPatches.bind(Pc);var _c=Pc.createDraft.bind(Pc),jc=Pc.finishDraft.bind(Pc);function Nc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Rc=new WeakMap,Ic=new WeakMap,Lc=new WeakMap,Mc=new WeakMap,zc=new WeakMap,$c=new WeakMap;function Hc(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 Uc(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Hc(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Hc(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Vc=e=>{switch(e.type){case"insert_text":case"remove_text":case"set_node":var{path:t}=e;return Rf.levels(t);case"insert_node":var{node:n,path:r}=e,o=Rf.levels(r),i=Xf.isText(n)?[]:Array.from(Ff.nodes(n),(e=>{var[,t]=e;return r.concat(t)}));return[...o,...i];case"merge_node":var{path:a}=e;return[...Rf.ancestors(a),Rf.previous(a)];case"move_node":var{path:u,newPath:s}=e;if(Rf.equals(u,s))return[];var l=[],c=[];for(var f of Rf.ancestors(u)){var d=Rf.transform(f,e);l.push(d)}for(var p of Rf.ancestors(s)){var h=Rf.transform(p,e);c.push(h)}var g=c[c.length-1],v=s[s.length-1],y=g.concat(v);return[...l,...c,y];case"remove_node":var{path:m}=e;return[...Rf.ancestors(m)];case"split_node":var{path:b}=e;return[...Rf.levels(b),Rf.next(b)];default:return[]}};function Zc(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 Wc,Gc=function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=!t,r=t?Qc(e):e,o=Wc.None,i=Wc.None,a=0,u=null;for(var s of r){var l=s.codePointAt(0);if(!l)break;var c=df(s,l);if([o,i]=n?[i,c]:[c,o],pf(o,Wc.ZWJ)&&pf(i,Wc.ExtPict)&&!yf(n?e.substring(0,a):e.substring(0,e.length-a)))break;if(pf(o,Wc.RI)&&pf(i,Wc.RI)&&!(u=null!==u?!u:!!n||bf(e.substring(0,e.length-a))))break;if(o!==Wc.None&&i!==Wc.None&&gf(o,i))break;a+=s.length}return a||1},qc=/\s/,Kc=/[\u0021-\u0023\u0025-\u002A\u002C-\u002F\u003A\u003B\u003F\u0040\u005B-\u005D\u005F\u007B\u007D\u00A1\u00A7\u00AB\u00B6\u00B7\u00BB\u00BF\u037E\u0387\u055A-\u055F\u0589\u058A\u05BE\u05C0\u05C3\u05C6\u05F3\u05F4\u0609\u060A\u060C\u060D\u061B\u061E\u061F\u066A-\u066D\u06D4\u0700-\u070D\u07F7-\u07F9\u0830-\u083E\u085E\u0964\u0965\u0970\u0AF0\u0DF4\u0E4F\u0E5A\u0E5B\u0F04-\u0F12\u0F14\u0F3A-\u0F3D\u0F85\u0FD0-\u0FD4\u0FD9\u0FDA\u104A-\u104F\u10FB\u1360-\u1368\u1400\u166D\u166E\u169B\u169C\u16EB-\u16ED\u1735\u1736\u17D4-\u17D6\u17D8-\u17DA\u1800-\u180A\u1944\u1945\u1A1E\u1A1F\u1AA0-\u1AA6\u1AA8-\u1AAD\u1B5A-\u1B60\u1BFC-\u1BFF\u1C3B-\u1C3F\u1C7E\u1C7F\u1CC0-\u1CC7\u1CD3\u2010-\u2027\u2030-\u2043\u2045-\u2051\u2053-\u205E\u207D\u207E\u208D\u208E\u2329\u232A\u2768-\u2775\u27C5\u27C6\u27E6-\u27EF\u2983-\u2998\u29D8-\u29DB\u29FC\u29FD\u2CF9-\u2CFC\u2CFE\u2CFF\u2D70\u2E00-\u2E2E\u2E30-\u2E3B\u3001-\u3003\u3008-\u3011\u3014-\u301F\u3030\u303D\u30A0\u30FB\uA4FE\uA4FF\uA60D-\uA60F\uA673\uA67E\uA6F2-\uA6F7\uA874-\uA877\uA8CE\uA8CF\uA8F8-\uA8FA\uA92E\uA92F\uA95F\uA9C1-\uA9CD\uA9DE\uA9DF\uAA5C-\uAA5F\uAADE\uAADF\uAAF0\uAAF1\uABEB\uFD3E\uFD3F\uFE10-\uFE19\uFE30-\uFE52\uFE54-\uFE61\uFE63\uFE68\uFE6A\uFE6B\uFF01-\uFF03\uFF05-\uFF0A\uFF0C-\uFF0F\uFF1A\uFF1B\uFF1F\uFF20\uFF3B-\uFF3D\uFF3F\uFF5B\uFF5D\uFF5F-\uFF65]/,Yc=/['\u2018\u2019]/,Xc=(e,t,n)=>{if(n){var r=e.length-t;return[e.slice(r,e.length),e.slice(0,r)]}return[e.slice(0,t),e.slice(t)]},Jc=function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];if(qc.test(t))return!1;if(Yc.test(t)){var o=Gc(n,r),[i,a]=Xc(n,o,r);if(e(i,a,r))return!0}return!Kc.test(t)},Qc=function*(e){for(var t=e.length-1,n=0;n<e.length;n++){var r=e.charAt(t-n);if(tf(r.charCodeAt(0))){var o=e.charAt(t-n-1);if(ef(o.charCodeAt(0))){yield o+r,n++;continue}}yield r}},ef=e=>e>=55296&&e<=56319,tf=e=>e>=56320&&e<=57343;!function(e){e[e.None=0]="None",e[e.Extend=1]="Extend",e[e.ZWJ=2]="ZWJ",e[e.RI=4]="RI",e[e.Prepend=8]="Prepend",e[e.SpacingMark=16]="SpacingMark",e[e.L=32]="L",e[e.V=64]="V",e[e.T=128]="T",e[e.LV=256]="LV",e[e.LVT=512]="LVT",e[e.ExtPict=1024]="ExtPict",e[e.Any=2048]="Any"}(Wc||(Wc={}));var nf=/^(?:[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09BE\u09C1-\u09C4\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3E\u0B3F\u0B41-\u0B44\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B82\u0BBE\u0BC0\u0BCD\u0BD7\u0C00\u0C04\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC2\u0CC6\u0CCC\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D3E\u0D41-\u0D44\u0D4D\u0D57\u0D62\u0D63\u0D81\u0DCA\u0DCF\u0DD2-\u0DD4\u0DD6\u0DDF\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1AC0\u1B00-\u1B03\u1B34-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u200C\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFF9E\uFF9F]|\uD800[\uDDFD\uDEE0\uDF76-\uDF7A]|\uD802[\uDE01-\uDE03\uDE05\uDE06\uDE0C-\uDE0F\uDE38-\uDE3A\uDE3F\uDEE5\uDEE6]|\uD803[\uDD24-\uDD27\uDEAB\uDEAC\uDF46-\uDF50]|\uD804[\uDC01\uDC38-\uDC46\uDC7F-\uDC81\uDCB3-\uDCB6\uDCB9\uDCBA\uDD00-\uDD02\uDD27-\uDD2B\uDD2D-\uDD34\uDD73\uDD80\uDD81\uDDB6-\uDDBE\uDDC9-\uDDCC\uDDCF\uDE2F-\uDE31\uDE34\uDE36\uDE37\uDE3E\uDEDF\uDEE3-\uDEEA\uDF00\uDF01\uDF3B\uDF3C\uDF3E\uDF40\uDF57\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC38-\uDC3F\uDC42-\uDC44\uDC46\uDC5E\uDCB0\uDCB3-\uDCB8\uDCBA\uDCBD\uDCBF\uDCC0\uDCC2\uDCC3\uDDAF\uDDB2-\uDDB5\uDDBC\uDDBD\uDDBF\uDDC0\uDDDC\uDDDD\uDE33-\uDE3A\uDE3D\uDE3F\uDE40\uDEAB\uDEAD\uDEB0-\uDEB5\uDEB7\uDF1D-\uDF1F\uDF22-\uDF25\uDF27-\uDF2B]|\uD806[\uDC2F-\uDC37\uDC39\uDC3A\uDD30\uDD3B\uDD3C\uDD3E\uDD43\uDDD4-\uDDD7\uDDDA\uDDDB\uDDE0\uDE01-\uDE0A\uDE33-\uDE38\uDE3B-\uDE3E\uDE47\uDE51-\uDE56\uDE59-\uDE5B\uDE8A-\uDE96\uDE98\uDE99]|\uD807[\uDC30-\uDC36\uDC38-\uDC3D\uDC3F\uDC92-\uDCA7\uDCAA-\uDCB0\uDCB2\uDCB3\uDCB5\uDCB6\uDD31-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD45\uDD47\uDD90\uDD91\uDD95\uDD97\uDEF3\uDEF4]|\uD81A[\uDEF0-\uDEF4\uDF30-\uDF36]|\uD81B[\uDF4F\uDF8F-\uDF92\uDFE4]|\uD82F[\uDC9D\uDC9E]|\uD834[\uDD65\uDD67-\uDD69\uDD6E-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD30-\uDD36\uDEEC-\uDEEF]|\uD83A[\uDCD0-\uDCD6\uDD44-\uDD4A]|\uD83C[\uDFFB-\uDFFF]|\uDB40[\uDC20-\uDC7F\uDD00-\uDDEF])$/,rf=/^(?:[\u0600-\u0605\u06DD\u070F\u0890\u0891\u08E2\u0D4E]|\uD804[\uDCBD\uDCCD\uDDC2\uDDC3]|\uD806[\uDD3F\uDD41\uDE3A\uDE84-\uDE89]|\uD807\uDD46)$/,of=/^(?:[\u0903\u093B\u093E-\u0940\u0949-\u094C\u094E\u094F\u0982\u0983\u09BF\u09C0\u09C7\u09C8\u09CB\u09CC\u0A03\u0A3E-\u0A40\u0A83\u0ABE-\u0AC0\u0AC9\u0ACB\u0ACC\u0B02\u0B03\u0B40\u0B47\u0B48\u0B4B\u0B4C\u0BBF\u0BC1\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCC\u0C01-\u0C03\u0C41-\u0C44\u0C82\u0C83\u0CBE\u0CC0\u0CC1\u0CC3\u0CC4\u0CC7\u0CC8\u0CCA\u0CCB\u0D02\u0D03\u0D3F\u0D40\u0D46-\u0D48\u0D4A-\u0D4C\u0D82\u0D83\u0DD0\u0DD1\u0DD8-\u0DDE\u0DF2\u0DF3\u0E33\u0EB3\u0F3E\u0F3F\u0F7F\u1031\u103B\u103C\u1056\u1057\u1084\u1715\u1734\u17B6\u17BE-\u17C5\u17C7\u17C8\u1923-\u1926\u1929-\u192B\u1930\u1931\u1933-\u1938\u1A19\u1A1A\u1A55\u1A57\u1A6D-\u1A72\u1B04\u1B3B\u1B3D-\u1B41\u1B43\u1B44\u1B82\u1BA1\u1BA6\u1BA7\u1BAA\u1BE7\u1BEA-\u1BEC\u1BEE\u1BF2\u1BF3\u1C24-\u1C2B\u1C34\u1C35\u1CE1\u1CF7\uA823\uA824\uA827\uA880\uA881\uA8B4-\uA8C3\uA952\uA953\uA983\uA9B4\uA9B5\uA9BA\uA9BB\uA9BE-\uA9C0\uAA2F\uAA30\uAA33\uAA34\uAA4D\uAAEB\uAAEE\uAAEF\uAAF5\uABE3\uABE4\uABE6\uABE7\uABE9\uABEA\uABEC]|\uD804[\uDC00\uDC02\uDC82\uDCB0-\uDCB2\uDCB7\uDCB8\uDD2C\uDD45\uDD46\uDD82\uDDB3-\uDDB5\uDDBF\uDDC0\uDDCE\uDE2C-\uDE2E\uDE32\uDE33\uDE35\uDEE0-\uDEE2\uDF02\uDF03\uDF3F\uDF41-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF62\uDF63]|\uD805[\uDC35-\uDC37\uDC40\uDC41\uDC45\uDCB1\uDCB2\uDCB9\uDCBB\uDCBC\uDCBE\uDCC1\uDDB0\uDDB1\uDDB8-\uDDBB\uDDBE\uDE30-\uDE32\uDE3B\uDE3C\uDE3E\uDEAC\uDEAE\uDEAF\uDEB6\uDF26]|\uD806[\uDC2C-\uDC2E\uDC38\uDD31-\uDD35\uDD37\uDD38\uDD3D\uDD40\uDD42\uDDD1-\uDDD3\uDDDC-\uDDDF\uDDE4\uDE39\uDE57\uDE58\uDE97]|\uD807[\uDC2F\uDC3E\uDCA9\uDCB1\uDCB4\uDD8A-\uDD8E\uDD93\uDD94\uDD96\uDEF5\uDEF6]|\uD81B[\uDF51-\uDF87\uDFF0\uDFF1]|\uD834[\uDD66\uDD6D])$/,af=/^[\u1100-\u115F\uA960-\uA97C]$/,uf=/^[\u1160-\u11A7\uD7B0-\uD7C6]$/,sf=/^[\u11A8-\u11FF\uD7CB-\uD7FB]$/,lf=/^[\uAC00\uAC1C\uAC38\uAC54\uAC70\uAC8C\uACA8\uACC4\uACE0\uACFC\uAD18\uAD34\uAD50\uAD6C\uAD88\uADA4\uADC0\uADDC\uADF8\uAE14\uAE30\uAE4C\uAE68\uAE84\uAEA0\uAEBC\uAED8\uAEF4\uAF10\uAF2C\uAF48\uAF64\uAF80\uAF9C\uAFB8\uAFD4\uAFF0\uB00C\uB028\uB044\uB060\uB07C\uB098\uB0B4\uB0D0\uB0EC\uB108\uB124\uB140\uB15C\uB178\uB194\uB1B0\uB1CC\uB1E8\uB204\uB220\uB23C\uB258\uB274\uB290\uB2AC\uB2C8\uB2E4\uB300\uB31C\uB338\uB354\uB370\uB38C\uB3A8\uB3C4\uB3E0\uB3FC\uB418\uB434\uB450\uB46C\uB488\uB4A4\uB4C0\uB4DC\uB4F8\uB514\uB530\uB54C\uB568\uB584\uB5A0\uB5BC\uB5D8\uB5F4\uB610\uB62C\uB648\uB664\uB680\uB69C\uB6B8\uB6D4\uB6F0\uB70C\uB728\uB744\uB760\uB77C\uB798\uB7B4\uB7D0\uB7EC\uB808\uB824\uB840\uB85C\uB878\uB894\uB8B0\uB8CC\uB8E8\uB904\uB920\uB93C\uB958\uB974\uB990\uB9AC\uB9C8\uB9E4\uBA00\uBA1C\uBA38\uBA54\uBA70\uBA8C\uBAA8\uBAC4\uBAE0\uBAFC\uBB18\uBB34\uBB50\uBB6C\uBB88\uBBA4\uBBC0\uBBDC\uBBF8\uBC14\uBC30\uBC4C\uBC68\uBC84\uBCA0\uBCBC\uBCD8\uBCF4\uBD10\uBD2C\uBD48\uBD64\uBD80\uBD9C\uBDB8\uBDD4\uBDF0\uBE0C\uBE28\uBE44\uBE60\uBE7C\uBE98\uBEB4\uBED0\uBEEC\uBF08\uBF24\uBF40\uBF5C\uBF78\uBF94\uBFB0\uBFCC\uBFE8\uC004\uC020\uC03C\uC058\uC074\uC090\uC0AC\uC0C8\uC0E4\uC100\uC11C\uC138\uC154\uC170\uC18C\uC1A8\uC1C4\uC1E0\uC1FC\uC218\uC234\uC250\uC26C\uC288\uC2A4\uC2C0\uC2DC\uC2F8\uC314\uC330\uC34C\uC368\uC384\uC3A0\uC3BC\uC3D8\uC3F4\uC410\uC42C\uC448\uC464\uC480\uC49C\uC4B8\uC4D4\uC4F0\uC50C\uC528\uC544\uC560\uC57C\uC598\uC5B4\uC5D0\uC5EC\uC608\uC624\uC640\uC65C\uC678\uC694\uC6B0\uC6CC\uC6E8\uC704\uC720\uC73C\uC758\uC774\uC790\uC7AC\uC7C8\uC7E4\uC800\uC81C\uC838\uC854\uC870\uC88C\uC8A8\uC8C4\uC8E0\uC8FC\uC918\uC934\uC950\uC96C\uC988\uC9A4\uC9C0\uC9DC\uC9F8\uCA14\uCA30\uCA4C\uCA68\uCA84\uCAA0\uCABC\uCAD8\uCAF4\uCB10\uCB2C\uCB48\uCB64\uCB80\uCB9C\uCBB8\uCBD4\uCBF0\uCC0C\uCC28\uCC44\uCC60\uCC7C\uCC98\uCCB4\uCCD0\uCCEC\uCD08\uCD24\uCD40\uCD5C\uCD78\uCD94\uCDB0\uCDCC\uCDE8\uCE04\uCE20\uCE3C\uCE58\uCE74\uCE90\uCEAC\uCEC8\uCEE4\uCF00\uCF1C\uCF38\uCF54\uCF70\uCF8C\uCFA8\uCFC4\uCFE0\uCFFC\uD018\uD034\uD050\uD06C\uD088\uD0A4\uD0C0\uD0DC\uD0F8\uD114\uD130\uD14C\uD168\uD184\uD1A0\uD1BC\uD1D8\uD1F4\uD210\uD22C\uD248\uD264\uD280\uD29C\uD2B8\uD2D4\uD2F0\uD30C\uD328\uD344\uD360\uD37C\uD398\uD3B4\uD3D0\uD3EC\uD408\uD424\uD440\uD45C\uD478\uD494\uD4B0\uD4CC\uD4E8\uD504\uD520\uD53C\uD558\uD574\uD590\uD5AC\uD5C8\uD5E4\uD600\uD61C\uD638\uD654\uD670\uD68C\uD6A8\uD6C4\uD6E0\uD6FC\uD718\uD734\uD750\uD76C\uD788]$/,cf=/^[\uAC01-\uAC1B\uAC1D-\uAC37\uAC39-\uAC53\uAC55-\uAC6F\uAC71-\uAC8B\uAC8D-\uACA7\uACA9-\uACC3\uACC5-\uACDF\uACE1-\uACFB\uACFD-\uAD17\uAD19-\uAD33\uAD35-\uAD4F\uAD51-\uAD6B\uAD6D-\uAD87\uAD89-\uADA3\uADA5-\uADBF\uADC1-\uADDB\uADDD-\uADF7\uADF9-\uAE13\uAE15-\uAE2F\uAE31-\uAE4B\uAE4D-\uAE67\uAE69-\uAE83\uAE85-\uAE9F\uAEA1-\uAEBB\uAEBD-\uAED7\uAED9-\uAEF3\uAEF5-\uAF0F\uAF11-\uAF2B\uAF2D-\uAF47\uAF49-\uAF63\uAF65-\uAF7F\uAF81-\uAF9B\uAF9D-\uAFB7\uAFB9-\uAFD3\uAFD5-\uAFEF\uAFF1-\uB00B\uB00D-\uB027\uB029-\uB043\uB045-\uB05F\uB061-\uB07B\uB07D-\uB097\uB099-\uB0B3\uB0B5-\uB0CF\uB0D1-\uB0EB\uB0ED-\uB107\uB109-\uB123\uB125-\uB13F\uB141-\uB15B\uB15D-\uB177\uB179-\uB193\uB195-\uB1AF\uB1B1-\uB1CB\uB1CD-\uB1E7\uB1E9-\uB203\uB205-\uB21F\uB221-\uB23B\uB23D-\uB257\uB259-\uB273\uB275-\uB28F\uB291-\uB2AB\uB2AD-\uB2C7\uB2C9-\uB2E3\uB2E5-\uB2FF\uB301-\uB31B\uB31D-\uB337\uB339-\uB353\uB355-\uB36F\uB371-\uB38B\uB38D-\uB3A7\uB3A9-\uB3C3\uB3C5-\uB3DF\uB3E1-\uB3FB\uB3FD-\uB417\uB419-\uB433\uB435-\uB44F\uB451-\uB46B\uB46D-\uB487\uB489-\uB4A3\uB4A5-\uB4BF\uB4C1-\uB4DB\uB4DD-\uB4F7\uB4F9-\uB513\uB515-\uB52F\uB531-\uB54B\uB54D-\uB567\uB569-\uB583\uB585-\uB59F\uB5A1-\uB5BB\uB5BD-\uB5D7\uB5D9-\uB5F3\uB5F5-\uB60F\uB611-\uB62B\uB62D-\uB647\uB649-\uB663\uB665-\uB67F\uB681-\uB69B\uB69D-\uB6B7\uB6B9-\uB6D3\uB6D5-\uB6EF\uB6F1-\uB70B\uB70D-\uB727\uB729-\uB743\uB745-\uB75F\uB761-\uB77B\uB77D-\uB797\uB799-\uB7B3\uB7B5-\uB7CF\uB7D1-\uB7EB\uB7ED-\uB807\uB809-\uB823\uB825-\uB83F\uB841-\uB85B\uB85D-\uB877\uB879-\uB893\uB895-\uB8AF\uB8B1-\uB8CB\uB8CD-\uB8E7\uB8E9-\uB903\uB905-\uB91F\uB921-\uB93B\uB93D-\uB957\uB959-\uB973\uB975-\uB98F\uB991-\uB9AB\uB9AD-\uB9C7\uB9C9-\uB9E3\uB9E5-\uB9FF\uBA01-\uBA1B\uBA1D-\uBA37\uBA39-\uBA53\uBA55-\uBA6F\uBA71-\uBA8B\uBA8D-\uBAA7\uBAA9-\uBAC3\uBAC5-\uBADF\uBAE1-\uBAFB\uBAFD-\uBB17\uBB19-\uBB33\uBB35-\uBB4F\uBB51-\uBB6B\uBB6D-\uBB87\uBB89-\uBBA3\uBBA5-\uBBBF\uBBC1-\uBBDB\uBBDD-\uBBF7\uBBF9-\uBC13\uBC15-\uBC2F\uBC31-\uBC4B\uBC4D-\uBC67\uBC69-\uBC83\uBC85-\uBC9F\uBCA1-\uBCBB\uBCBD-\uBCD7\uBCD9-\uBCF3\uBCF5-\uBD0F\uBD11-\uBD2B\uBD2D-\uBD47\uBD49-\uBD63\uBD65-\uBD7F\uBD81-\uBD9B\uBD9D-\uBDB7\uBDB9-\uBDD3\uBDD5-\uBDEF\uBDF1-\uBE0B\uBE0D-\uBE27\uBE29-\uBE43\uBE45-\uBE5F\uBE61-\uBE7B\uBE7D-\uBE97\uBE99-\uBEB3\uBEB5-\uBECF\uBED1-\uBEEB\uBEED-\uBF07\uBF09-\uBF23\uBF25-\uBF3F\uBF41-\uBF5B\uBF5D-\uBF77\uBF79-\uBF93\uBF95-\uBFAF\uBFB1-\uBFCB\uBFCD-\uBFE7\uBFE9-\uC003\uC005-\uC01F\uC021-\uC03B\uC03D-\uC057\uC059-\uC073\uC075-\uC08F\uC091-\uC0AB\uC0AD-\uC0C7\uC0C9-\uC0E3\uC0E5-\uC0FF\uC101-\uC11B\uC11D-\uC137\uC139-\uC153\uC155-\uC16F\uC171-\uC18B\uC18D-\uC1A7\uC1A9-\uC1C3\uC1C5-\uC1DF\uC1E1-\uC1FB\uC1FD-\uC217\uC219-\uC233\uC235-\uC24F\uC251-\uC26B\uC26D-\uC287\uC289-\uC2A3\uC2A5-\uC2BF\uC2C1-\uC2DB\uC2DD-\uC2F7\uC2F9-\uC313\uC315-\uC32F\uC331-\uC34B\uC34D-\uC367\uC369-\uC383\uC385-\uC39F\uC3A1-\uC3BB\uC3BD-\uC3D7\uC3D9-\uC3F3\uC3F5-\uC40F\uC411-\uC42B\uC42D-\uC447\uC449-\uC463\uC465-\uC47F\uC481-\uC49B\uC49D-\uC4B7\uC4B9-\uC4D3\uC4D5-\uC4EF\uC4F1-\uC50B\uC50D-\uC527\uC529-\uC543\uC545-\uC55F\uC561-\uC57B\uC57D-\uC597\uC599-\uC5B3\uC5B5-\uC5CF\uC5D1-\uC5EB\uC5ED-\uC607\uC609-\uC623\uC625-\uC63F\uC641-\uC65B\uC65D-\uC677\uC679-\uC693\uC695-\uC6AF\uC6B1-\uC6CB\uC6CD-\uC6E7\uC6E9-\uC703\uC705-\uC71F\uC721-\uC73B\uC73D-\uC757\uC759-\uC773\uC775-\uC78F\uC791-\uC7AB\uC7AD-\uC7C7\uC7C9-\uC7E3\uC7E5-\uC7FF\uC801-\uC81B\uC81D-\uC837\uC839-\uC853\uC855-\uC86F\uC871-\uC88B\uC88D-\uC8A7\uC8A9-\uC8C3\uC8C5-\uC8DF\uC8E1-\uC8FB\uC8FD-\uC917\uC919-\uC933\uC935-\uC94F\uC951-\uC96B\uC96D-\uC987\uC989-\uC9A3\uC9A5-\uC9BF\uC9C1-\uC9DB\uC9DD-\uC9F7\uC9F9-\uCA13\uCA15-\uCA2F\uCA31-\uCA4B\uCA4D-\uCA67\uCA69-\uCA83\uCA85-\uCA9F\uCAA1-\uCABB\uCABD-\uCAD7\uCAD9-\uCAF3\uCAF5-\uCB0F\uCB11-\uCB2B\uCB2D-\uCB47\uCB49-\uCB63\uCB65-\uCB7F\uCB81-\uCB9B\uCB9D-\uCBB7\uCBB9-\uCBD3\uCBD5-\uCBEF\uCBF1-\uCC0B\uCC0D-\uCC27\uCC29-\uCC43\uCC45-\uCC5F\uCC61-\uCC7B\uCC7D-\uCC97\uCC99-\uCCB3\uCCB5-\uCCCF\uCCD1-\uCCEB\uCCED-\uCD07\uCD09-\uCD23\uCD25-\uCD3F\uCD41-\uCD5B\uCD5D-\uCD77\uCD79-\uCD93\uCD95-\uCDAF\uCDB1-\uCDCB\uCDCD-\uCDE7\uCDE9-\uCE03\uCE05-\uCE1F\uCE21-\uCE3B\uCE3D-\uCE57\uCE59-\uCE73\uCE75-\uCE8F\uCE91-\uCEAB\uCEAD-\uCEC7\uCEC9-\uCEE3\uCEE5-\uCEFF\uCF01-\uCF1B\uCF1D-\uCF37\uCF39-\uCF53\uCF55-\uCF6F\uCF71-\uCF8B\uCF8D-\uCFA7\uCFA9-\uCFC3\uCFC5-\uCFDF\uCFE1-\uCFFB\uCFFD-\uD017\uD019-\uD033\uD035-\uD04F\uD051-\uD06B\uD06D-\uD087\uD089-\uD0A3\uD0A5-\uD0BF\uD0C1-\uD0DB\uD0DD-\uD0F7\uD0F9-\uD113\uD115-\uD12F\uD131-\uD14B\uD14D-\uD167\uD169-\uD183\uD185-\uD19F\uD1A1-\uD1BB\uD1BD-\uD1D7\uD1D9-\uD1F3\uD1F5-\uD20F\uD211-\uD22B\uD22D-\uD247\uD249-\uD263\uD265-\uD27F\uD281-\uD29B\uD29D-\uD2B7\uD2B9-\uD2D3\uD2D5-\uD2EF\uD2F1-\uD30B\uD30D-\uD327\uD329-\uD343\uD345-\uD35F\uD361-\uD37B\uD37D-\uD397\uD399-\uD3B3\uD3B5-\uD3CF\uD3D1-\uD3EB\uD3ED-\uD407\uD409-\uD423\uD425-\uD43F\uD441-\uD45B\uD45D-\uD477\uD479-\uD493\uD495-\uD4AF\uD4B1-\uD4CB\uD4CD-\uD4E7\uD4E9-\uD503\uD505-\uD51F\uD521-\uD53B\uD53D-\uD557\uD559-\uD573\uD575-\uD58F\uD591-\uD5AB\uD5AD-\uD5C7\uD5C9-\uD5E3\uD5E5-\uD5FF\uD601-\uD61B\uD61D-\uD637\uD639-\uD653\uD655-\uD66F\uD671-\uD68B\uD68D-\uD6A7\uD6A9-\uD6C3\uD6C5-\uD6DF\uD6E1-\uD6FB\uD6FD-\uD717\uD719-\uD733\uD735-\uD74F\uD751-\uD76B\uD76D-\uD787\uD789-\uD7A3]$/,ff=/^(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u2388\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2605\u2607-\u2612\u2614-\u2685\u2690-\u2705\u2708-\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763-\u2767\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC00-\uDCFF\uDD0D-\uDD0F\uDD2F\uDD6C-\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDAD-\uDDE5\uDE01-\uDE0F\uDE1A\uDE2F\uDE32-\uDE3A\uDE3C-\uDE3F\uDE49-\uDFFA]|\uD83D[\uDC00-\uDD3D\uDD46-\uDE4F\uDE80-\uDEFF\uDF74-\uDF7F\uDFD5-\uDFFF]|\uD83E[\uDC0C-\uDC0F\uDC48-\uDC4F\uDC5A-\uDC5F\uDC88-\uDC8F\uDCAE-\uDCFF\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDEFF]|\uD83F[\uDC00-\uDFFD])$/,df=(e,t)=>{var n=Wc.Any;return-1!==e.search(nf)&&(n|=Wc.Extend),8205===t&&(n|=Wc.ZWJ),t>=127462&&t<=127487&&(n|=Wc.RI),-1!==e.search(rf)&&(n|=Wc.Prepend),-1!==e.search(of)&&(n|=Wc.SpacingMark),-1!==e.search(af)&&(n|=Wc.L),-1!==e.search(uf)&&(n|=Wc.V),-1!==e.search(sf)&&(n|=Wc.T),-1!==e.search(lf)&&(n|=Wc.LV),-1!==e.search(cf)&&(n|=Wc.LVT),-1!==e.search(ff)&&(n|=Wc.ExtPict),n};function pf(e,t){return 0!=(e&t)}var hf=[[Wc.L,Wc.L|Wc.V|Wc.LV|Wc.LVT],[Wc.LV|Wc.V,Wc.V|Wc.T],[Wc.LVT|Wc.T,Wc.T],[Wc.Any,Wc.Extend|Wc.ZWJ],[Wc.Any,Wc.SpacingMark],[Wc.Prepend,Wc.Any],[Wc.ZWJ,Wc.ExtPict],[Wc.RI,Wc.RI]];function gf(e,t){return-1===hf.findIndex((n=>pf(e,n[0])&&pf(t,n[1])))}var vf=/(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u2388\u23CF\u23E9-\u23F3\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB-\u25FE\u2600-\u2605\u2607-\u2612\u2614-\u2685\u2690-\u2705\u2708-\u2712\u2714\u2716\u271D\u2721\u2728\u2733\u2734\u2744\u2747\u274C\u274E\u2753-\u2755\u2757\u2763-\u2767\u2795-\u2797\u27A1\u27B0\u27BF\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B50\u2B55\u3030\u303D\u3297\u3299]|\uD83C[\uDC00-\uDCFF\uDD0D-\uDD0F\uDD2F\uDD6C-\uDD71\uDD7E\uDD7F\uDD8E\uDD91-\uDD9A\uDDAD-\uDDE5\uDE01-\uDE0F\uDE1A\uDE2F\uDE32-\uDE3A\uDE3C-\uDE3F\uDE49-\uDFFA]|\uD83D[\uDC00-\uDD3D\uDD46-\uDE4F\uDE80-\uDEFF\uDF74-\uDF7F\uDFD5-\uDFFF]|\uD83E[\uDC0C-\uDC0F\uDC48-\uDC4F\uDC5A-\uDC5F\uDC88-\uDC8F\uDCAE-\uDCFF\uDD0C-\uDD3A\uDD3C-\uDD45\uDD47-\uDEFF]|\uD83F[\uDC00-\uDFFD])(?:[\u0300-\u036F\u0483-\u0489\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u0610-\u061A\u064B-\u065F\u0670\u06D6-\u06DC\u06DF-\u06E4\u06E7\u06E8\u06EA-\u06ED\u0711\u0730-\u074A\u07A6-\u07B0\u07EB-\u07F3\u07FD\u0816-\u0819\u081B-\u0823\u0825-\u0827\u0829-\u082D\u0859-\u085B\u08D3-\u08E1\u08E3-\u0902\u093A\u093C\u0941-\u0948\u094D\u0951-\u0957\u0962\u0963\u0981\u09BC\u09BE\u09C1-\u09C4\u09CD\u09D7\u09E2\u09E3\u09FE\u0A01\u0A02\u0A3C\u0A41\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A70\u0A71\u0A75\u0A81\u0A82\u0ABC\u0AC1-\u0AC5\u0AC7\u0AC8\u0ACD\u0AE2\u0AE3\u0AFA-\u0AFF\u0B01\u0B3C\u0B3E\u0B3F\u0B41-\u0B44\u0B4D\u0B55-\u0B57\u0B62\u0B63\u0B82\u0BBE\u0BC0\u0BCD\u0BD7\u0C00\u0C04\u0C3E-\u0C40\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C62\u0C63\u0C81\u0CBC\u0CBF\u0CC2\u0CC6\u0CCC\u0CCD\u0CD5\u0CD6\u0CE2\u0CE3\u0D00\u0D01\u0D3B\u0D3C\u0D3E\u0D41-\u0D44\u0D4D\u0D57\u0D62\u0D63\u0D81\u0DCA\u0DCF\u0DD2-\u0DD4\u0DD6\u0DDF\u0E31\u0E34-\u0E3A\u0E47-\u0E4E\u0EB1\u0EB4-\u0EBC\u0EC8-\u0ECD\u0F18\u0F19\u0F35\u0F37\u0F39\u0F71-\u0F7E\u0F80-\u0F84\u0F86\u0F87\u0F8D-\u0F97\u0F99-\u0FBC\u0FC6\u102D-\u1030\u1032-\u1037\u1039\u103A\u103D\u103E\u1058\u1059\u105E-\u1060\u1071-\u1074\u1082\u1085\u1086\u108D\u109D\u135D-\u135F\u1712-\u1714\u1732-\u1734\u1752\u1753\u1772\u1773\u17B4\u17B5\u17B7-\u17BD\u17C6\u17C9-\u17D3\u17DD\u180B-\u180D\u1885\u1886\u18A9\u1920-\u1922\u1927\u1928\u1932\u1939-\u193B\u1A17\u1A18\u1A1B\u1A56\u1A58-\u1A5E\u1A60\u1A62\u1A65-\u1A6C\u1A73-\u1A7C\u1A7F\u1AB0-\u1AC0\u1B00-\u1B03\u1B34-\u1B3A\u1B3C\u1B42\u1B6B-\u1B73\u1B80\u1B81\u1BA2-\u1BA5\u1BA8\u1BA9\u1BAB-\u1BAD\u1BE6\u1BE8\u1BE9\u1BED\u1BEF-\u1BF1\u1C2C-\u1C33\u1C36\u1C37\u1CD0-\u1CD2\u1CD4-\u1CE0\u1CE2-\u1CE8\u1CED\u1CF4\u1CF8\u1CF9\u1DC0-\u1DF9\u1DFB-\u1DFF\u200C\u20D0-\u20F0\u2CEF-\u2CF1\u2D7F\u2DE0-\u2DFF\u302A-\u302F\u3099\u309A\uA66F-\uA672\uA674-\uA67D\uA69E\uA69F\uA6F0\uA6F1\uA802\uA806\uA80B\uA825\uA826\uA82C\uA8C4\uA8C5\uA8E0-\uA8F1\uA8FF\uA926-\uA92D\uA947-\uA951\uA980-\uA982\uA9B3\uA9B6-\uA9B9\uA9BC\uA9BD\uA9E5\uAA29-\uAA2E\uAA31\uAA32\uAA35\uAA36\uAA43\uAA4C\uAA7C\uAAB0\uAAB2-\uAAB4\uAAB7\uAAB8\uAABE\uAABF\uAAC1\uAAEC\uAAED\uAAF6\uABE5\uABE8\uABED\uFB1E\uFE00-\uFE0F\uFE20-\uFE2F\uFF9E\uFF9F]|\uD800[\uDDFD\uDEE0\uDF76-\uDF7A]|\uD802[\uDE01-\uDE03\uDE05\uDE06\uDE0C-\uDE0F\uDE38-\uDE3A\uDE3F\uDEE5\uDEE6]|\uD803[\uDD24-\uDD27\uDEAB\uDEAC\uDF46-\uDF50]|\uD804[\uDC01\uDC38-\uDC46\uDC7F-\uDC81\uDCB3-\uDCB6\uDCB9\uDCBA\uDD00-\uDD02\uDD27-\uDD2B\uDD2D-\uDD34\uDD73\uDD80\uDD81\uDDB6-\uDDBE\uDDC9-\uDDCC\uDDCF\uDE2F-\uDE31\uDE34\uDE36\uDE37\uDE3E\uDEDF\uDEE3-\uDEEA\uDF00\uDF01\uDF3B\uDF3C\uDF3E\uDF40\uDF57\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC38-\uDC3F\uDC42-\uDC44\uDC46\uDC5E\uDCB0\uDCB3-\uDCB8\uDCBA\uDCBD\uDCBF\uDCC0\uDCC2\uDCC3\uDDAF\uDDB2-\uDDB5\uDDBC\uDDBD\uDDBF\uDDC0\uDDDC\uDDDD\uDE33-\uDE3A\uDE3D\uDE3F\uDE40\uDEAB\uDEAD\uDEB0-\uDEB5\uDEB7\uDF1D-\uDF1F\uDF22-\uDF25\uDF27-\uDF2B]|\uD806[\uDC2F-\uDC37\uDC39\uDC3A\uDD30\uDD3B\uDD3C\uDD3E\uDD43\uDDD4-\uDDD7\uDDDA\uDDDB\uDDE0\uDE01-\uDE0A\uDE33-\uDE38\uDE3B-\uDE3E\uDE47\uDE51-\uDE56\uDE59-\uDE5B\uDE8A-\uDE96\uDE98\uDE99]|\uD807[\uDC30-\uDC36\uDC38-\uDC3D\uDC3F\uDC92-\uDCA7\uDCAA-\uDCB0\uDCB2\uDCB3\uDCB5\uDCB6\uDD31-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD45\uDD47\uDD90\uDD91\uDD95\uDD97\uDEF3\uDEF4]|\uD81A[\uDEF0-\uDEF4\uDF30-\uDF36]|\uD81B[\uDF4F\uDF8F-\uDF92\uDFE4]|\uD82F[\uDC9D\uDC9E]|\uD834[\uDD65\uDD67-\uDD69\uDD6E-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A\uDD30-\uDD36\uDEEC-\uDEEF]|\uD83A[\uDCD0-\uDCD6\uDD44-\uDD4A]|\uD83C[\uDFFB-\uDFFF]|\uDB40[\uDC20-\uDC7F\uDD00-\uDDEF])*\u200D$/,yf=e=>-1!==e.search(vf),mf=/(?:\uD83C[\uDDE6-\uDDFF])+$/g,bf=e=>{var t=e.match(mf);return null!==t&&t[0].length/2%2==1},wf=e=>Il(e)&&Ff.isNodeList(e.children)&&!Af.isEditor(e),xf={isAncestor:e=>Il(e)&&Ff.isNodeList(e.children),isElement:wf,isElementList:e=>Array.isArray(e)&&e.every((e=>xf.isElement(e))),isElementProps:e=>void 0!==e.children,isElementType:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"type";return wf(e)&&e[n]===t},matches(e,t){for(var n in t)if("children"!==n&&e[n]!==t[n])return!1;return!0}},Ef=["text"],Sf=["text"];function Cf(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 Df(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Cf(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Cf(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Of=new WeakMap,Af={above(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{voids:n=!1,mode:r="lowest",at:o=e.selection,match:i}=t;if(o){var a=Af.path(e,o),u="lowest"===r;for(var[s,l]of Af.levels(e,{at:a,voids:n,match:i,reverse:u}))if(!Xf.isText(s)&&!Rf.equals(a,l))return[s,l]}},addMark(e,t,n){e.addMark(t,n)},after(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o={anchor:Af.point(e,t,{edge:"end"}),focus:Af.end(e,[])},{distance:i=1}=r,a=0;for(var u of Af.positions(e,Df(Df({},r),{},{at:o}))){if(a>i)break;0!==a&&(n=u),a++}return n},before(e,t){var n,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o={anchor:Af.start(e,[]),focus:Af.point(e,t,{edge:"start"})},{distance:i=1}=r,a=0;for(var u of Af.positions(e,Df(Df({},r),{},{at:o,reverse:!0}))){if(a>i)break;0!==a&&(n=u),a++}return n},deleteBackward(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{unit:n="character"}=t;e.deleteBackward(n)},deleteForward(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{unit:n="character"}=t;e.deleteForward(n)},deleteFragment(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{direction:n="forward"}=t;e.deleteFragment(n)},edges:(e,t)=>[Af.start(e,t),Af.end(e,t)],end:(e,t)=>Af.point(e,t,{edge:"end"}),first(e,t){var n=Af.path(e,t,{edge:"start"});return Af.node(e,n)},fragment(e,t){var n=Af.range(e,t);return Ff.fragment(e,n)},hasBlocks:(e,t)=>t.children.some((t=>Af.isBlock(e,t))),hasInlines:(e,t)=>t.children.some((t=>Xf.isText(t)||Af.isInline(e,t))),hasTexts:(e,t)=>t.children.every((e=>Xf.isText(e))),insertBreak(e){e.insertBreak()},insertFragment(e,t){e.insertFragment(t)},insertNode(e,t){e.insertNode(t)},insertText(e,t){e.insertText(t)},isBlock:(e,t)=>xf.isElement(t)&&!e.isInline(t),isEditor(e){if(!Il(e))return!1;var t=Of.get(e);if(void 0!==t)return t;var n="function"==typeof e.addMark&&"function"==typeof e.apply&&"function"==typeof e.deleteBackward&&"function"==typeof e.deleteForward&&"function"==typeof e.deleteFragment&&"function"==typeof e.insertBreak&&"function"==typeof e.insertFragment&&"function"==typeof e.insertNode&&"function"==typeof e.insertText&&"function"==typeof e.isInline&&"function"==typeof e.isVoid&&"function"==typeof e.normalizeNode&&"function"==typeof e.onChange&&"function"==typeof e.removeMark&&(null===e.marks||Il(e.marks))&&(null===e.selection||Vf.isRange(e.selection))&&Ff.isNodeList(e.children)&&Nf.isOperationList(e.operations);return Of.set(e,n),n},isEnd(e,t,n){var r=Af.end(e,n);return zf.equals(t,r)},isEdge:(e,t,n)=>Af.isStart(e,t,n)||Af.isEnd(e,t,n),isEmpty(e,t){var{children:n}=t,[r]=n;return 0===n.length||1===n.length&&Xf.isText(r)&&""===r.text&&!e.isVoid(t)},isInline:(e,t)=>xf.isElement(t)&&e.isInline(t),isNormalizing(e){var t=Lc.get(e);return void 0===t||t},isStart(e,t,n){if(0!==t.offset)return!1;var r=Af.start(e,n);return zf.equals(t,r)},isVoid:(e,t)=>xf.isElement(t)&&e.isVoid(t),last(e,t){var n=Af.path(e,t,{edge:"end"});return Af.node(e,n)},leaf(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=Af.path(e,t,n);return[Ff.leaf(e,r),r]},*levels(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{at:n=e.selection,reverse:r=!1,voids:o=!1}=t,{match:i}=t;if(null==i&&(i=()=>!0),n){var a=[],u=Af.path(e,n);for(var[s,l]of Ff.levels(e,u))if(i(s,l)&&(a.push([s,l]),!o&&Af.isVoid(e,s)))break;r&&a.reverse(),yield*a}},marks(e){var{marks:t,selection:n}=e;if(!n)return null;if(t)return t;if(Vf.isExpanded(n)){var[r]=Af.nodes(e,{match:Xf.isText});if(r){var[o]=r;return Zc(o,Ef)}return{}}var{anchor:i}=n,{path:a}=i,[u]=Af.leaf(e,a);if(0===i.offset){var s=Af.previous(e,{at:a,match:Xf.isText}),l=Af.above(e,{match:t=>Af.isBlock(e,t)});if(s&&l){var[c,f]=s,[,d]=l;Rf.isAncestor(d,f)&&(u=c)}}return Zc(u,Sf)},next(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{mode:n="lowest",voids:r=!1}=t,{match:o,at:i=e.selection}=t;if(i){var a=Af.after(e,i,{voids:r});if(a){var[,u]=Af.last(e,[]),s=[a.path,u];if(Rf.isPath(i)&&0===i.length)throw new Error("Cannot get the next node from the root node!");if(null==o)if(Rf.isPath(i)){var[l]=Af.parent(e,i);o=e=>l.children.includes(e)}else o=()=>!0;var[c]=Af.nodes(e,{at:s,match:o,mode:n,voids:r});return c}}},node(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=Af.path(e,t,n);return[Ff.get(e,r),r]},*nodes(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{at:n=e.selection,mode:r="all",universal:o=!1,reverse:i=!1,voids:a=!1}=t,{match:u}=t;if(u||(u=()=>!0),n){var s,l;if(kf.isSpan(n))s=n[0],l=n[1];else{var c=Af.path(e,n,{edge:"start"}),f=Af.path(e,n,{edge:"end"});s=i?f:c,l=i?c:f}var d,p=Ff.nodes(e,{reverse:i,from:s,to:l,pass:t=>{var[n]=t;return!a&&Af.isVoid(e,n)}}),h=[];for(var[g,v]of p){var y=d&&0===Rf.compare(v,d[1]);if("highest"!==r||!y)if(u(g,v))if("lowest"===r&&y)d=[g,v];else{var m="lowest"===r?d:[g,v];m&&(o?h.push(m):yield m),d=[g,v]}else if(o&&!y&&Xf.isText(g))return}"lowest"===r&&d&&(o?h.push(d):yield d),o&&(yield*h)}},normalize(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{force:n=!1}=t,r=e=>Rc.get(e)||[];if(Af.isNormalizing(e)){if(n){var o=Array.from(Ff.nodes(e),(e=>{var[,t]=e;return t}));Rc.set(e,o)}0!==r(e).length&&Af.withoutNormalizing(e,(()=>{for(var t of r(e))if(Ff.has(e,t)){var n=Af.node(e,t),[o,i]=n;xf.isElement(o)&&0===o.children.length&&e.normalizeNode(n)}for(var a=42*r(e).length,u=0;0!==r(e).length;){if(u>a)throw new Error("\n Could not completely normalize the editor after ".concat(a," iterations! This is usually due to incorrect normalization logic that leaves a node in an invalid state.\n "));var s=r(e).pop();if(Ff.has(e,s)){var l=Af.node(e,s);e.normalizeNode(l)}u++}}))}},parent(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},r=Af.path(e,t,n),o=Rf.parent(r);return Af.node(e,o)},path(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{depth:r,edge:o}=n;if(Rf.isPath(t))if("start"===o){var[,i]=Ff.first(e,t);t=i}else if("end"===o){var[,a]=Ff.last(e,t);t=a}return Vf.isRange(t)&&(t="start"===o?Vf.start(t):"end"===o?Vf.end(t):Rf.common(t.anchor.path,t.focus.path)),zf.isPoint(t)&&(t=t.path),null!=r&&(t=t.slice(0,r)),t},hasPath:(e,t)=>Ff.has(e,t),pathRef(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{affinity:r="forward"}=n,o={current:t,affinity:r,unref(){var{current:t}=o;return Af.pathRefs(e).delete(o),o.current=null,t}};return Af.pathRefs(e).add(o),o},pathRefs(e){var t=Mc.get(e);return t||(t=new Set,Mc.set(e,t)),t},point(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{edge:r="start"}=n;if(Rf.isPath(t)){var o;if("end"===r){var[,i]=Ff.last(e,t);o=i}else{var[,a]=Ff.first(e,t);o=a}var u=Ff.get(e,o);if(!Xf.isText(u))throw new Error("Cannot get the ".concat(r," point in the node at path [").concat(t,"] because it has no ").concat(r," text node."));return{path:o,offset:"end"===r?u.text.length:0}}if(Vf.isRange(t)){var[s,l]=Vf.edges(t);return"start"===r?s:l}return t},pointRef(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{affinity:r="forward"}=n,o={current:t,affinity:r,unref(){var{current:t}=o;return Af.pointRefs(e).delete(o),o.current=null,t}};return Af.pointRefs(e).add(o),o},pointRefs(e){var t=zc.get(e);return t||(t=new Set,zc.set(e,t)),t},*positions(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{at:n=e.selection,unit:r="offset",reverse:o=!1,voids:i=!1}=t;if(n){var a=Af.range(e,n),[u,s]=Vf.edges(a),l=o?s:u,c=!1,f="",d=0,p=0,h=0;for(var[g,v]of Af.nodes(e,{at:n,reverse:o,voids:i})){if(xf.isElement(g)){if(!i&&e.isVoid(g)){yield Af.start(e,v);continue}if(e.isInline(g))continue;if(Af.hasInlines(e,g)){var y=Rf.isAncestor(v,s.path)?s:Af.end(e,v),m=Rf.isAncestor(v,u.path)?u:Af.start(e,v);f=Af.string(e,{anchor:m,focus:y},{voids:i}),c=!0}}if(Xf.isText(g)){var b=Rf.equals(v,l.path);for(b?(p=o?l.offset:g.text.length-l.offset,h=l.offset):(p=g.text.length,h=o?p:0),(b||c||"offset"===r)&&(yield{path:v,offset:h},c=!1);;){if(0===d){if(""===f)break;d=w(f,r,o),f=Xc(f,d,o)[1]}if(h=o?h-d:h+d,(p-=d)<0){d=-p;break}d=0,yield{path:v,offset:h}}}}}function w(e,t,n){return"character"===t?Gc(e,n):"word"===t?function(e){for(var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=0,r=!1;e.length>0;){var o=Gc(e,t),[i,a]=Xc(e,o,t);if(Jc(i,a,t))r=!0,n+=o;else{if(r)break;n+=o}e=a}return n}(e,n):"line"===t||"block"===t?e.length:1}},previous(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{mode:n="lowest",voids:r=!1}=t,{match:o,at:i=e.selection}=t;if(i){var a=Af.before(e,i,{voids:r});if(a){var[,u]=Af.first(e,[]),s=[a.path,u];if(Rf.isPath(i)&&0===i.length)throw new Error("Cannot get the previous node from the root node!");if(null==o)if(Rf.isPath(i)){var[l]=Af.parent(e,i);o=e=>l.children.includes(e)}else o=()=>!0;var[c]=Af.nodes(e,{reverse:!0,at:s,match:o,mode:n,voids:r});return c}}},range:(e,t,n)=>Vf.isRange(t)&&!n?t:{anchor:Af.start(e,t),focus:Af.end(e,n||t)},rangeRef(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{affinity:r="forward"}=n,o={current:t,affinity:r,unref(){var{current:t}=o;return Af.rangeRefs(e).delete(o),o.current=null,t}};return Af.rangeRefs(e).add(o),o},rangeRefs(e){var t=$c.get(e);return t||(t=new Set,$c.set(e,t)),t},removeMark(e,t){e.removeMark(t)},setNormalizing(e,t){Lc.set(e,t)},start:(e,t)=>Af.point(e,t,{edge:"start"}),string(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{voids:r=!1}=n,o=Af.range(e,t),[i,a]=Vf.edges(o),u="";for(var[s,l]of Af.nodes(e,{at:o,match:Xf.isText,voids:r})){var c=s.text;Rf.equals(l,a.path)&&(c=c.slice(0,a.offset)),Rf.equals(l,i.path)&&(c=c.slice(i.offset)),u+=c}return u},unhangRange(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{voids:r=!1}=n,[o,i]=Vf.edges(t);if(0!==o.offset||0!==i.offset||Vf.isCollapsed(t))return t;var a=Af.above(e,{at:i,match:t=>Af.isBlock(e,t)}),u=a?a[1]:[],s={anchor:Af.start(e,[]),focus:i},l=!0;for(var[c,f]of Af.nodes(e,{at:s,match:Xf.isText,reverse:!0,voids:r}))if(l)l=!1;else if(""!==c.text||Rf.isBefore(f,u)){i={path:f,offset:c.text.length};break}return{anchor:o,focus:i}},void(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return Af.above(e,Df(Df({},t),{},{match:t=>Af.isVoid(e,t)}))},withoutNormalizing(e,t){var n=Af.isNormalizing(e);Af.setNormalizing(e,!1);try{t()}finally{Af.setNormalizing(e,n)}Af.normalize(e)}},kf={isSpan:e=>Array.isArray(e)&&2===e.length&&e.every(Rf.isPath)},Tf=["children"],Bf=["text"],Pf=new WeakMap,Ff={ancestor(e,t){var n=Ff.get(e,t);if(Xf.isText(n))throw new Error("Cannot get the ancestor node at path [".concat(t,"] because it refers to a text node instead: ").concat(n));return n},*ancestors(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};for(var r of Rf.ancestors(t,n)){var o=[Ff.ancestor(e,r),r];yield o}},child(e,t){if(Xf.isText(e))throw new Error("Cannot get the child of a text node: ".concat(JSON.stringify(e)));var n=e.children[t];if(null==n)throw new Error("Cannot get child at index `".concat(t,"` in node: ").concat(JSON.stringify(e)));return n},*children(e,t){for(var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{reverse:r=!1}=n,o=Ff.ancestor(e,t),{children:i}=o,a=r?i.length-1:0;r?a>=0:a<i.length;){var u=Ff.child(o,a),s=t.concat(a);yield[u,s],a=r?a-1:a+1}},common(e,t,n){var r=Rf.common(t,n);return[Ff.get(e,r),r]},descendant(e,t){var n=Ff.get(e,t);if(Af.isEditor(n))throw new Error("Cannot get the descendant node at path [".concat(t,"] because it refers to the root editor node instead: ").concat(n));return n},*descendants(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var[n,r]of Ff.nodes(e,t))0!==r.length&&(yield[n,r])},*elements(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var[n,r]of Ff.nodes(e,t))xf.isElement(n)&&(yield[n,r])},extractProps:e=>xf.isAncestor(e)?Zc(e,Tf):Zc(e,Bf),first(e,t){for(var n=t.slice(),r=Ff.get(e,n);r&&!Xf.isText(r)&&0!==r.children.length;)r=r.children[0],n.push(0);return[r,n]},fragment(e,t){if(Xf.isText(e))throw new Error("Cannot get a fragment starting from a root text node: ".concat(JSON.stringify(e)));var n=Fc({children:e.children},(e=>{var[n,r]=Vf.edges(t),o=Ff.nodes(e,{reverse:!0,pass:e=>{var[,n]=e;return!Vf.includes(t,n)}});for(var[,i]of o){if(!Vf.includes(t,i)){var a=Ff.parent(e,i),u=i[i.length-1];a.children.splice(u,1)}if(Rf.equals(i,r.path)){var s=Ff.leaf(e,i);s.text=s.text.slice(0,r.offset)}if(Rf.equals(i,n.path)){var l=Ff.leaf(e,i);l.text=l.text.slice(n.offset)}}Af.isEditor(e)&&(e.selection=null)}));return n.children},get(e,t){for(var n=e,r=0;r<t.length;r++){var o=t[r];if(Xf.isText(n)||!n.children[o])throw new Error("Cannot find a descendant at path [".concat(t,"] in node: ").concat(JSON.stringify(e)));n=n.children[o]}return n},has(e,t){for(var n=e,r=0;r<t.length;r++){var o=t[r];if(Xf.isText(n)||!n.children[o])return!1;n=n.children[o]}return!0},isNode:e=>Xf.isText(e)||xf.isElement(e)||Af.isEditor(e),isNodeList(e){if(!Array.isArray(e))return!1;var t=Pf.get(e);if(void 0!==t)return t;var n=e.every((e=>Ff.isNode(e)));return Pf.set(e,n),n},last(e,t){for(var n=t.slice(),r=Ff.get(e,n);r&&!Xf.isText(r)&&0!==r.children.length;){var o=r.children.length-1;r=r.children[o],n.push(o)}return[r,n]},leaf(e,t){var n=Ff.get(e,t);if(!Xf.isText(n))throw new Error("Cannot get the leaf node at path [".concat(t,"] because it refers to a non-leaf node: ").concat(n));return n},*levels(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};for(var r of Rf.levels(t,n)){var o=Ff.get(e,r);yield[o,r]}},matches:(e,t)=>xf.isElement(e)&&xf.isElementProps(t)&&xf.matches(e,t)||Xf.isText(e)&&Xf.isTextProps(t)&&Xf.matches(e,t),*nodes(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{pass:n,reverse:r=!1}=t,{from:o=[],to:i}=t,a=new Set,u=[],s=e;!i||!(r?Rf.isBefore(u,i):Rf.isAfter(u,i));)if(a.has(s)||(yield[s,u]),a.has(s)||Xf.isText(s)||0===s.children.length||null!=n&&!1!==n([s,u])){if(0===u.length)break;if(!r){var l=Rf.next(u);if(Ff.has(e,l)){u=l,s=Ff.get(e,u);continue}}r&&0!==u[u.length-1]?(u=Rf.previous(u),s=Ff.get(e,u)):(u=Rf.parent(u),s=Ff.get(e,u),a.add(s))}else{a.add(s);var c=r?s.children.length-1:0;Rf.isAncestor(u,o)&&(c=o[u.length]),u=u.concat(c),s=Ff.get(e,u)}},parent(e,t){var n=Rf.parent(t),r=Ff.get(e,n);if(Xf.isText(r))throw new Error("Cannot get the parent of path [".concat(t,"] because it does not exist in the root."));return r},string:e=>Xf.isText(e)?e.text:e.children.map(Ff.string).join(""),*texts(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};for(var[n,r]of Ff.nodes(e,t))Xf.isText(n)&&(yield[n,r])}};function _f(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 jf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?_f(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):_f(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Nf={isNodeOperation:e=>Nf.isOperation(e)&&e.type.endsWith("_node"),isOperation(e){if(!Il(e))return!1;switch(e.type){case"insert_node":case"remove_node":return Rf.isPath(e.path)&&Ff.isNode(e.node);case"insert_text":case"remove_text":return"number"==typeof e.offset&&"string"==typeof e.text&&Rf.isPath(e.path);case"merge_node":return"number"==typeof e.position&&Rf.isPath(e.path)&&Il(e.properties);case"move_node":return Rf.isPath(e.path)&&Rf.isPath(e.newPath);case"set_node":return Rf.isPath(e.path)&&Il(e.properties)&&Il(e.newProperties);case"set_selection":return null===e.properties&&Vf.isRange(e.newProperties)||null===e.newProperties&&Vf.isRange(e.properties)||Il(e.properties)&&Il(e.newProperties);case"split_node":return Rf.isPath(e.path)&&"number"==typeof e.position&&Il(e.properties);default:return!1}},isOperationList:e=>Array.isArray(e)&&e.every((e=>Nf.isOperation(e))),isSelectionOperation:e=>Nf.isOperation(e)&&e.type.endsWith("_selection"),isTextOperation:e=>Nf.isOperation(e)&&e.type.endsWith("_text"),inverse(e){switch(e.type){case"insert_node":return jf(jf({},e),{},{type:"remove_node"});case"insert_text":return jf(jf({},e),{},{type:"remove_text"});case"merge_node":return jf(jf({},e),{},{type:"split_node",path:Rf.previous(e.path)});case"move_node":var{newPath:t,path:n}=e;if(Rf.equals(t,n))return e;if(Rf.isSibling(n,t))return jf(jf({},e),{},{path:t,newPath:n});var r=Rf.transform(n,e),o=Rf.transform(Rf.next(n),e);return jf(jf({},e),{},{path:r,newPath:o});case"remove_node":return jf(jf({},e),{},{type:"insert_node"});case"remove_text":return jf(jf({},e),{},{type:"insert_text"});case"set_node":var{properties:i,newProperties:a}=e;return jf(jf({},e),{},{properties:a,newProperties:i});case"set_selection":var{properties:u,newProperties:s}=e;return jf(jf({},e),{},null==u?{properties:s,newProperties:null}:null==s?{properties:null,newProperties:u}:{properties:s,newProperties:u});case"split_node":return jf(jf({},e),{},{type:"merge_node",path:Rf.next(e.path)})}}},Rf={ancestors(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{reverse:n=!1}=t,r=Rf.levels(e,t);return n?r.slice(1):r.slice(0,-1)},common(e,t){for(var n=[],r=0;r<e.length&&r<t.length;r++){var o=e[r];if(o!==t[r])break;n.push(o)}return n},compare(e,t){for(var n=Math.min(e.length,t.length),r=0;r<n;r++){if(e[r]<t[r])return-1;if(e[r]>t[r])return 1}return 0},endsAfter(e,t){var n=e.length-1,r=e.slice(0,n),o=t.slice(0,n),i=e[n],a=t[n];return Rf.equals(r,o)&&i>a},endsAt(e,t){var n=e.length,r=e.slice(0,n),o=t.slice(0,n);return Rf.equals(r,o)},endsBefore(e,t){var n=e.length-1,r=e.slice(0,n),o=t.slice(0,n),i=e[n],a=t[n];return Rf.equals(r,o)&&i<a},equals:(e,t)=>e.length===t.length&&e.every(((e,n)=>e===t[n])),hasPrevious:e=>e[e.length-1]>0,isAfter:(e,t)=>1===Rf.compare(e,t),isAncestor:(e,t)=>e.length<t.length&&0===Rf.compare(e,t),isBefore:(e,t)=>-1===Rf.compare(e,t),isChild:(e,t)=>e.length===t.length+1&&0===Rf.compare(e,t),isCommon:(e,t)=>e.length<=t.length&&0===Rf.compare(e,t),isDescendant:(e,t)=>e.length>t.length&&0===Rf.compare(e,t),isParent:(e,t)=>e.length+1===t.length&&0===Rf.compare(e,t),isPath:e=>Array.isArray(e)&&(0===e.length||"number"==typeof e[0]),isSibling(e,t){if(e.length!==t.length)return!1;var n=e.slice(0,-1),r=t.slice(0,-1);return e[e.length-1]!==t[t.length-1]&&Rf.equals(n,r)},levels(e){for(var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{reverse:n=!1}=t,r=[],o=0;o<=e.length;o++)r.push(e.slice(0,o));return n&&r.reverse(),r},next(e){if(0===e.length)throw new Error("Cannot get the next path of a root path [".concat(e,"], because it has no next index."));var t=e[e.length-1];return e.slice(0,-1).concat(t+1)},parent(e){if(0===e.length)throw new Error("Cannot get the parent path of the root path [".concat(e,"]."));return e.slice(0,-1)},previous(e){if(0===e.length)throw new Error("Cannot get the previous path of a root path [".concat(e,"], because it has no previous index."));var t=e[e.length-1];if(t<=0)throw new Error("Cannot get the previous path of a first child path [".concat(e,"] because it would result in a negative index."));return e.slice(0,-1).concat(t-1)},relative(e,t){if(!Rf.isAncestor(t,e)&&!Rf.equals(e,t))throw new Error("Cannot get the relative path of [".concat(e,"] inside ancestor [").concat(t,"], because it is not above or equal to the path."));return e.slice(t.length)},transform(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Fc(e,(r=>{var{affinity:o="forward"}=n;if(e&&0!==(null==e?void 0:e.length)){if(null===r)return null;switch(t.type){case"insert_node":var{path:i}=t;(Rf.equals(i,r)||Rf.endsBefore(i,r)||Rf.isAncestor(i,r))&&(r[i.length-1]+=1);break;case"remove_node":var{path:a}=t;if(Rf.equals(a,r)||Rf.isAncestor(a,r))return null;Rf.endsBefore(a,r)&&(r[a.length-1]-=1);break;case"merge_node":var{path:u,position:s}=t;Rf.equals(u,r)||Rf.endsBefore(u,r)?r[u.length-1]-=1:Rf.isAncestor(u,r)&&(r[u.length-1]-=1,r[u.length]+=s);break;case"split_node":var{path:l,position:c}=t;if(Rf.equals(l,r)){if("forward"===o)r[r.length-1]+=1;else if("backward"!==o)return null}else Rf.endsBefore(l,r)?r[l.length-1]+=1:Rf.isAncestor(l,r)&&e[l.length]>=c&&(r[l.length-1]+=1,r[l.length]-=c);break;case"move_node":var{path:f,newPath:d}=t;if(Rf.equals(f,d))return;if(Rf.isAncestor(f,r)||Rf.equals(f,r)){var p=d.slice();return Rf.endsBefore(f,d)&&f.length<d.length&&(p[f.length-1]-=1),p.concat(r.slice(f.length))}Rf.isSibling(f,d)&&(Rf.isAncestor(d,r)||Rf.equals(d,r))?Rf.endsBefore(f,r)?r[f.length-1]-=1:r[f.length-1]+=1:Rf.endsBefore(d,r)||Rf.equals(d,r)||Rf.isAncestor(d,r)?(Rf.endsBefore(f,r)&&(r[f.length-1]-=1),r[d.length-1]+=1):Rf.endsBefore(f,r)&&(Rf.equals(d,r)&&(r[d.length-1]+=1),r[f.length-1]-=1)}}}))}},If={transform(e,t){var{current:n,affinity:r}=e;if(null!=n){var o=Rf.transform(n,t,{affinity:r});e.current=o,null==o&&e.unref()}}};function Lf(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 Mf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Lf(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Lf(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var zf={compare(e,t){var n=Rf.compare(e.path,t.path);return 0===n?e.offset<t.offset?-1:e.offset>t.offset?1:0:n},isAfter:(e,t)=>1===zf.compare(e,t),isBefore:(e,t)=>-1===zf.compare(e,t),equals:(e,t)=>e.offset===t.offset&&Rf.equals(e.path,t.path),isPoint:e=>Il(e)&&"number"==typeof e.offset&&Rf.isPath(e.path),transform(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Fc(e,(e=>{if(null===e)return null;var{affinity:r="forward"}=n,{path:o,offset:i}=e;switch(t.type){case"insert_node":case"move_node":e.path=Rf.transform(o,t,n);break;case"insert_text":Rf.equals(t.path,o)&&t.offset<=i&&(e.offset+=t.text.length);break;case"merge_node":Rf.equals(t.path,o)&&(e.offset+=t.position),e.path=Rf.transform(o,t,n);break;case"remove_text":Rf.equals(t.path,o)&&t.offset<=i&&(e.offset-=Math.min(i-t.offset,t.text.length));break;case"remove_node":if(Rf.equals(t.path,o)||Rf.isAncestor(t.path,o))return null;e.path=Rf.transform(o,t,n);break;case"split_node":if(Rf.equals(t.path,o)){if(t.position===i&&null==r)return null;(t.position<i||t.position===i&&"forward"===r)&&(e.offset-=t.position,e.path=Rf.transform(o,t,Mf(Mf({},n),{},{affinity:"forward"})))}else e.path=Rf.transform(o,t,n)}}))}},$f={transform(e,t){var{current:n,affinity:r}=e;if(null!=n){var o=zf.transform(n,t,{affinity:r});e.current=o,null==o&&e.unref()}}},Hf=["anchor","focus"];function Uf(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}var Vf={edges(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{reverse:n=!1}=t,{anchor:r,focus:o}=e;return Vf.isBackward(e)===n?[r,o]:[o,r]},end(e){var[,t]=Vf.edges(e);return t},equals:(e,t)=>zf.equals(e.anchor,t.anchor)&&zf.equals(e.focus,t.focus),includes(e,t){if(Vf.isRange(t)){if(Vf.includes(e,t.anchor)||Vf.includes(e,t.focus))return!0;var[n,r]=Vf.edges(e),[o,i]=Vf.edges(t);return zf.isBefore(n,o)&&zf.isAfter(r,i)}var[a,u]=Vf.edges(e),s=!1,l=!1;return zf.isPoint(t)?(s=zf.compare(t,a)>=0,l=zf.compare(t,u)<=0):(s=Rf.compare(t,a.path)>=0,l=Rf.compare(t,u.path)<=0),s&&l},intersection(e,t){var n=Zc(e,Hf),[r,o]=Vf.edges(e),[i,a]=Vf.edges(t),u=zf.isBefore(r,i)?i:r,s=zf.isBefore(o,a)?o:a;return zf.isBefore(s,u)?null:function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Uf(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Uf(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}({anchor:u,focus:s},n)},isBackward(e){var{anchor:t,focus:n}=e;return zf.isAfter(t,n)},isCollapsed(e){var{anchor:t,focus:n}=e;return zf.equals(t,n)},isExpanded:e=>!Vf.isCollapsed(e),isForward:e=>!Vf.isBackward(e),isRange:e=>Il(e)&&zf.isPoint(e.anchor)&&zf.isPoint(e.focus),*points(e){yield[e.anchor,"anchor"],yield[e.focus,"focus"]},start(e){var[t]=Vf.edges(e);return t},transform(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return Fc(e,(e=>{if(null===e)return null;var r,o,{affinity:i="inward"}=n;if("inward"===i){var a=Vf.isCollapsed(e);Vf.isForward(e)?(r="forward",o=a?r:"backward"):(r="backward",o=a?r:"forward")}else"outward"===i?Vf.isForward(e)?(r="backward",o="forward"):(r="forward",o="backward"):(r=i,o=i);var u=zf.transform(e.anchor,t,{affinity:r}),s=zf.transform(e.focus,t,{affinity:o});if(!u||!s)return null;e.anchor=u,e.focus=s}))}},Zf={transform(e,t){var{current:n,affinity:r}=e;if(null!=n){var o=Vf.transform(n,t,{affinity:r});e.current=o,null==o&&e.unref()}}},Wf=(e,t)=>{for(var n in e){var r=e[n],o=t[n];if(Il(r)&&Il(o)){if(!Wf(r,o))return!1}else if(Array.isArray(r)&&Array.isArray(o)){if(r.length!==o.length)return!1;for(var i=0;i<r.length;i++)if(r[i]!==o[i])return!1}else if(r!==o)return!1}for(var a in t)if(void 0===e[a]&&void 0!==t[a])return!1;return!0},Gf=["text"],qf=["anchor","focus"];function Kf(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 Yf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Kf(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Kf(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var Xf={equals(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{loose:r=!1}=n;function o(e){return Zc(e,Gf)}return Wf(r?o(e):e,r?o(t):t)},isText:e=>Il(e)&&"string"==typeof e.text,isTextList:e=>Array.isArray(e)&&e.every((e=>Xf.isText(e))),isTextProps:e=>void 0!==e.text,matches(e,t){for(var n in t)if("text"!==n&&(!e.hasOwnProperty(n)||e[n]!==t[n]))return!1;return!0},decorations(e,t){var n=[Yf({},e)];for(var r of t){var o=Zc(r,qf),[i,a]=Vf.edges(r),u=[],s=0;for(var l of n){var{length:c}=l.text,f=s;if(s+=c,i.offset<=f&&a.offset>=s)Object.assign(l,o),u.push(l);else if(i.offset!==a.offset&&(i.offset===s||a.offset===f)||i.offset>s||a.offset<f||a.offset===f&&0!==f)u.push(l);else{var d=l,p=void 0,h=void 0;if(a.offset<s){var g=a.offset-f;h=Yf(Yf({},d),{},{text:d.text.slice(g)}),d=Yf(Yf({},d),{},{text:d.text.slice(0,g)})}if(i.offset>f){var v=i.offset-f;p=Yf(Yf({},d),{},{text:d.text.slice(0,v)}),d=Yf(Yf({},d),{},{text:d.text.slice(v)})}Object.assign(d,o),p&&u.push(p),u.push(d),h&&u.push(h)}}n=u}return n}};function Jf(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 Qf(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Jf(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Jf(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var ed={transform(e,t){e.children=_c(e.children);var n=e.selection&&_c(e.selection);try{n=((e,t,n)=>{switch(n.type){case"insert_node":var{path:r,node:o}=n,i=Ff.parent(e,r),a=r[r.length-1];if(a>i.children.length)throw new Error('Cannot apply an "insert_node" operation at path ['.concat(r,"] because the destination is past the end of the node."));if(i.children.splice(a,0,o),t)for(var[u,s]of Vf.points(t))t[s]=zf.transform(u,n);break;case"insert_text":var{path:l,offset:c,text:f}=n;if(0===f.length)break;var d=Ff.leaf(e,l),p=d.text.slice(0,c),h=d.text.slice(c);if(d.text=p+f+h,t)for(var[g,v]of Vf.points(t))t[v]=zf.transform(g,n);break;case"merge_node":var{path:y}=n,m=Ff.get(e,y),b=Rf.previous(y),w=Ff.get(e,b),x=Ff.parent(e,y),E=y[y.length-1];if(Xf.isText(m)&&Xf.isText(w))w.text+=m.text;else{if(Xf.isText(m)||Xf.isText(w))throw new Error('Cannot apply a "merge_node" operation at path ['.concat(y,"] to nodes of different interfaces: ").concat(m," ").concat(w));w.children.push(...m.children)}if(x.children.splice(E,1),t)for(var[S,C]of Vf.points(t))t[C]=zf.transform(S,n);break;case"move_node":var{path:D,newPath:O}=n;if(Rf.isAncestor(D,O))throw new Error("Cannot move a path [".concat(D,"] to new path [").concat(O,"] because the destination is inside itself."));var A=Ff.get(e,D),k=Ff.parent(e,D),T=D[D.length-1];k.children.splice(T,1);var B=Rf.transform(D,n),P=Ff.get(e,Rf.parent(B)),F=B[B.length-1];if(P.children.splice(F,0,A),t)for(var[_,j]of Vf.points(t))t[j]=zf.transform(_,n);break;case"remove_node":var{path:N}=n,R=N[N.length-1];if(Ff.parent(e,N).children.splice(R,1),t)for(var[I,L]of Vf.points(t)){var M=zf.transform(I,n);if(null!=t&&null!=M)t[L]=M;else{var z=void 0,$=void 0;for(var[H,U]of Ff.texts(e)){if(-1!==Rf.compare(U,N)){$=[H,U];break}z=[H,U]}var V=!1;z&&$&&(V=Rf.equals($[1],N)?!Rf.hasPrevious($[1]):Rf.common(z[1],N).length<Rf.common($[1],N).length),z&&!V?(I.path=z[1],I.offset=z[0].text.length):$?(I.path=$[1],I.offset=0):t=null}}break;case"remove_text":var{path:Z,offset:W,text:G}=n;if(0===G.length)break;var q=Ff.leaf(e,Z),K=q.text.slice(0,W),Y=q.text.slice(W+G.length);if(q.text=K+Y,t)for(var[X,J]of Vf.points(t))t[J]=zf.transform(X,n);break;case"set_node":var{path:Q,properties:ee,newProperties:te}=n;if(0===Q.length)throw new Error("Cannot set properties on the root node!");var ne=Ff.get(e,Q);for(var re in te){if("children"===re||"text"===re)throw new Error('Cannot set the "'.concat(re,'" property of nodes!'));var oe=te[re];null==oe?delete ne[re]:ne[re]=oe}for(var ie in ee)te.hasOwnProperty(ie)||delete ne[ie];break;case"set_selection":var{newProperties:ae}=n;if(null==ae)t=ae;else{if(null==t){if(!Vf.isRange(ae))throw new Error('Cannot apply an incomplete "set_selection" operation properties '.concat(JSON.stringify(ae)," when there is no current selection."));t=Qf({},ae)}for(var ue in ae){var se=ae[ue];if(null==se){if("anchor"===ue||"focus"===ue)throw new Error('Cannot remove the "'.concat(ue,'" selection property'));delete t[ue]}else t[ue]=se}}break;case"split_node":var{path:le,position:ce,properties:fe}=n;if(0===le.length)throw new Error('Cannot apply a "split_node" operation at path ['.concat(le,"] because the root node cannot be split."));var de,pe=Ff.get(e,le),he=Ff.parent(e,le),ge=le[le.length-1];if(Xf.isText(pe)){var ve=pe.text.slice(0,ce),ye=pe.text.slice(ce);pe.text=ve,de=Qf(Qf({},fe),{},{text:ye})}else{var me=pe.children.slice(0,ce),be=pe.children.slice(ce);pe.children=me,de=Qf(Qf({},fe),{},{children:be})}if(he.children.splice(ge+1,0,de),t)for(var[we,xe]of Vf.points(t))t[xe]=zf.transform(we,n)}return t})(e,n,t)}finally{e.children=jc(e.children),e.selection=n?Ml(n)?jc(n):n:null}}},td=["text"],nd=["children"];function rd(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 od(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?rd(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):rd(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var id={insertNodes(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Af.withoutNormalizing(e,(()=>{var{hanging:r=!1,voids:o=!1,mode:i="lowest"}=n,{at:a,match:u,select:s}=n;if(Ff.isNode(t)&&(t=[t]),0!==t.length){var[l]=t;if(a||(a=e.selection?e.selection:e.children.length>0?Af.end(e,[]):[0],s=!0),null==s&&(s=!1),Vf.isRange(a))if(r||(a=Af.unhangRange(e,a)),Vf.isCollapsed(a))a=a.anchor;else{var[,c]=Vf.edges(a),f=Af.pointRef(e,c);gd.delete(e,{at:a}),a=f.unref()}if(zf.isPoint(a)){null==u&&(u=Xf.isText(l)?e=>Xf.isText(e):e.isInline(l)?t=>Xf.isText(t)||Af.isInline(e,t):t=>Af.isBlock(e,t));var[d]=Af.nodes(e,{at:a.path,match:u,mode:i,voids:o});if(!d)return;var[,p]=d,h=Af.pathRef(e,p),g=Af.isEnd(e,a,p);gd.splitNodes(e,{at:a,match:u,mode:i,voids:o});var v=h.unref();a=g?Rf.next(v):v}var y=Rf.parent(a),m=a[a.length-1];if(o||!Af.void(e,{at:y})){for(var b of t){var w=y.concat(m);m++,e.apply({type:"insert_node",path:w,node:b}),a=Rf.next(a)}if(a=Rf.previous(a),s){var x=Af.end(e,a);x&&gd.select(e,x)}}}}))},liftNodes(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Af.withoutNormalizing(e,(()=>{var{at:n=e.selection,mode:r="lowest",voids:o=!1}=t,{match:i}=t;if(null==i&&(i=Rf.isPath(n)?sd(e,n):t=>Af.isBlock(e,t)),n){var a=Af.nodes(e,{at:n,match:i,mode:r,voids:o}),u=Array.from(a,(t=>{var[,n]=t;return Af.pathRef(e,n)}));for(var s of u){var l=s.unref();if(l.length<2)throw new Error("Cannot lift node at a path [".concat(l,"] because it has a depth of less than `2`."));var c=Af.node(e,Rf.parent(l)),[f,d]=c,p=l[l.length-1],{length:h}=f.children;if(1===h){var g=Rf.next(d);gd.moveNodes(e,{at:l,to:g,voids:o}),gd.removeNodes(e,{at:d,voids:o})}else if(0===p)gd.moveNodes(e,{at:l,to:d,voids:o});else if(p===h-1){var v=Rf.next(d);gd.moveNodes(e,{at:l,to:v,voids:o})}else{var y=Rf.next(l),m=Rf.next(d);gd.splitNodes(e,{at:y,voids:o}),gd.moveNodes(e,{at:l,to:m,voids:o})}}}}))},mergeNodes(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Af.withoutNormalizing(e,(()=>{var{match:n,at:r=e.selection}=t,{hanging:o=!1,voids:i=!1,mode:a="lowest"}=t;if(r){if(null==n)if(Rf.isPath(r)){var[u]=Af.parent(e,r);n=e=>u.children.includes(e)}else n=t=>Af.isBlock(e,t);if(!o&&Vf.isRange(r)&&(r=Af.unhangRange(e,r)),Vf.isRange(r))if(Vf.isCollapsed(r))r=r.anchor;else{var[,s]=Vf.edges(r),l=Af.pointRef(e,s);gd.delete(e,{at:r}),r=l.unref(),null==t.at&&gd.select(e,r)}var[c]=Af.nodes(e,{at:r,match:n,voids:i,mode:a}),f=Af.previous(e,{at:r,match:n,voids:i,mode:a});if(c&&f){var[d,p]=c,[h,g]=f;if(0!==p.length&&0!==g.length){var v,y,m=Rf.next(g),b=Rf.common(p,g),w=Rf.isSibling(p,g),x=Array.from(Af.levels(e,{at:p}),(e=>{var[t]=e;return t})).slice(b.length).slice(0,-1),E=Af.above(e,{at:p,mode:"highest",match:t=>x.includes(t)&&ad(e,t)}),S=E&&Af.pathRef(e,E[1]);if(Xf.isText(d)&&Xf.isText(h)){var C=Zc(d,td);y=h.text.length,v=C}else{if(!xf.isElement(d)||!xf.isElement(h))throw new Error("Cannot merge the node at path [".concat(p,"] with the previous sibling because it is not the same kind: ").concat(JSON.stringify(d)," ").concat(JSON.stringify(h)));C=Zc(d,nd),y=h.children.length,v=C}w||gd.moveNodes(e,{at:p,to:m,voids:i}),S&&gd.removeNodes(e,{at:S.current,voids:i}),xf.isElement(h)&&Af.isEmpty(e,h)||Xf.isText(h)&&""===h.text&&0!==g[g.length-1]?gd.removeNodes(e,{at:g,voids:i}):e.apply({type:"merge_node",path:m,position:y,properties:v}),S&&S.unref()}}}}))},moveNodes(e,t){Af.withoutNormalizing(e,(()=>{var{to:n,at:r=e.selection,mode:o="lowest",voids:i=!1}=t,{match:a}=t;if(r){null==a&&(a=Rf.isPath(r)?sd(e,r):t=>Af.isBlock(e,t));var u=Af.pathRef(e,n),s=Af.nodes(e,{at:r,match:a,mode:o,voids:i}),l=Array.from(s,(t=>{var[,n]=t;return Af.pathRef(e,n)}));for(var c of l){var f=c.unref(),d=u.current;0!==f.length&&e.apply({type:"move_node",path:f,newPath:d}),u.current&&Rf.isSibling(d,f)&&Rf.isAfter(d,f)&&(u.current=Rf.next(u.current))}u.unref()}}))},removeNodes(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Af.withoutNormalizing(e,(()=>{var{hanging:n=!1,voids:r=!1,mode:o="lowest"}=t,{at:i=e.selection,match:a}=t;if(i){null==a&&(a=Rf.isPath(i)?sd(e,i):t=>Af.isBlock(e,t)),!n&&Vf.isRange(i)&&(i=Af.unhangRange(e,i));var u=Af.nodes(e,{at:i,match:a,mode:o,voids:r}),s=Array.from(u,(t=>{var[,n]=t;return Af.pathRef(e,n)}));for(var l of s){var c=l.unref();if(c){var[f]=Af.node(e,c);e.apply({type:"remove_node",path:c,node:f})}}}}))},setNodes(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Af.withoutNormalizing(e,(()=>{var{match:r,at:o=e.selection}=n,{hanging:i=!1,mode:a="lowest",split:u=!1,voids:s=!1}=n;if(o){if(null==r&&(r=Rf.isPath(o)?sd(e,o):t=>Af.isBlock(e,t)),!i&&Vf.isRange(o)&&(o=Af.unhangRange(e,o)),u&&Vf.isRange(o)){if(Vf.isCollapsed(o)&&Af.leaf(e,o.anchor)[0].text.length>0)return;var l=Af.rangeRef(e,o,{affinity:"inward"}),[c,f]=Vf.edges(o),d="lowest"===a?"lowest":"highest",p=Af.isEnd(e,f,f.path);gd.splitNodes(e,{at:f,match:r,mode:d,voids:s,always:!p});var h=Af.isStart(e,c,c.path);gd.splitNodes(e,{at:c,match:r,mode:d,voids:s,always:!h}),o=l.unref(),null==n.at&&gd.select(e,o)}for(var[g,v]of Af.nodes(e,{at:o,match:r,mode:a,voids:s})){var y={},m={};if(0!==v.length){var b=!1;for(var w in t)"children"!==w&&"text"!==w&&t[w]!==g[w]&&(b=!0,g.hasOwnProperty(w)&&(y[w]=g[w]),null!=t[w]&&(m[w]=t[w]));b&&e.apply({type:"set_node",path:v,properties:y,newProperties:m})}}}}))},splitNodes(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Af.withoutNormalizing(e,(()=>{var{mode:n="lowest",voids:r=!1}=t,{match:o,at:i=e.selection,height:a=0,always:u=!1}=t;if(null==o&&(o=t=>Af.isBlock(e,t)),Vf.isRange(i)&&(i=ud(e,i)),Rf.isPath(i)){var s=i,l=Af.point(e,s),[c]=Af.parent(e,s);o=e=>e===c,a=l.path.length-s.length+1,i=l,u=!0}if(i){var f=Af.pointRef(e,i,{affinity:"backward"}),[d]=Af.nodes(e,{at:i,match:o,mode:n,voids:r});if(d){var p=Af.void(e,{at:i,mode:"highest"});if(!r&&p){var[h,g]=p;if(xf.isElement(h)&&e.isInline(h)){var v=Af.after(e,g);if(!v){var y=Rf.next(g);gd.insertNodes(e,{text:""},{at:y,voids:r}),v=Af.point(e,y)}i=v,u=!0}a=i.path.length-g.length+1,u=!0}var m=Af.pointRef(e,i),b=i.path.length-a,[,w]=d,x=i.path.slice(0,b),E=0===a?i.offset:i.path[b]+0;for(var[S,C]of Af.levels(e,{at:x,reverse:!0,voids:r})){var D=!1;if(C.length<w.length||0===C.length||!r&&Af.isVoid(e,S))break;var O=f.current,A=Af.isEnd(e,O,C);if(u||!f||!Af.isEdge(e,O,C)){D=!0;var k=Ff.extractProps(S);e.apply({type:"split_node",path:C,position:E,properties:k})}E=C[C.length-1]+(D||A?1:0)}if(null==t.at){var T=m.current||Af.end(e,[]);gd.select(e,T)}f.unref(),m.unref()}}}))},unsetNodes(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Array.isArray(t)||(t=[t]);var r={};for(var o of t)r[o]=null;gd.setNodes(e,r,n)},unwrapNodes(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Af.withoutNormalizing(e,(()=>{var{mode:n="lowest",split:r=!1,voids:o=!1}=t,{at:i=e.selection,match:a}=t;if(i){null==a&&(a=Rf.isPath(i)?sd(e,i):t=>Af.isBlock(e,t)),Rf.isPath(i)&&(i=Af.range(e,i));var u=Vf.isRange(i)?Af.rangeRef(e,i):null,s=Af.nodes(e,{at:i,match:a,mode:n,voids:o}),l=Array.from(s,(t=>{var[,n]=t;return Af.pathRef(e,n)})).reverse(),c=function(t){var n=t.unref(),[i]=Af.node(e,n),a=Af.range(e,n);r&&u&&(a=Vf.intersection(u.current,a)),gd.liftNodes(e,{at:a,match:e=>xf.isAncestor(i)&&i.children.includes(e),voids:o})};for(var f of l)c(f);u&&u.unref()}}))},wrapNodes(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Af.withoutNormalizing(e,(()=>{var{mode:r="lowest",split:o=!1,voids:i=!1}=n,{match:a,at:u=e.selection}=n;if(u){if(null==a&&(a=Rf.isPath(u)?sd(e,u):e.isInline(t)?t=>Af.isInline(e,t)||Xf.isText(t):t=>Af.isBlock(e,t)),o&&Vf.isRange(u)){var[s,l]=Vf.edges(u),c=Af.rangeRef(e,u,{affinity:"inward"});gd.splitNodes(e,{at:l,match:a,voids:i}),gd.splitNodes(e,{at:s,match:a,voids:i}),u=c.unref(),null==n.at&&gd.select(e,u)}var f=Array.from(Af.nodes(e,{at:u,match:e.isInline(t)?t=>Af.isBlock(e,t):e=>Af.isEditor(e),mode:"lowest",voids:i}));for(var[,d]of f){var p=Vf.isRange(u)?Vf.intersection(u,Af.range(e,d)):u;if(p){var h=Array.from(Af.nodes(e,{at:p,match:a,mode:r,voids:i}));if(h.length>0){var g=function(){var[n]=h,r=h[h.length-1],[,o]=n,[,a]=r;if(0===o.length&&0===a.length)return"continue";var u=Rf.equals(o,a)?Rf.parent(o):Rf.common(o,a),s=Af.range(e,o,a),l=Af.node(e,u),[c]=l,f=u.length+1,d=Rf.next(a.slice(0,f)),p=od(od({},t),{},{children:[]});gd.insertNodes(e,p,{at:d,voids:i}),gd.moveNodes(e,{at:s,match:e=>xf.isAncestor(c)&&c.children.includes(e),to:d.concat(0),voids:i})}();if("continue"===g)continue}}}}}))}},ad=(e,t)=>{if(xf.isElement(t)){var n=t;return!!Af.isVoid(e,t)||1===n.children.length&&ad(e,n.children[0])}return!Af.isEditor(t)},ud=(e,t)=>{if(Vf.isCollapsed(t))return t.anchor;var[,n]=Vf.edges(t),r=Af.pointRef(e,n);return gd.delete(e,{at:t}),r.unref()},sd=(e,t)=>{var[n]=Af.node(e,t);return e=>e===n};function ld(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 cd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?ld(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ld(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var fd={collapse(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{edge:n="anchor"}=t,{selection:r}=e;if(r)if("anchor"===n)gd.select(e,r.anchor);else if("focus"===n)gd.select(e,r.focus);else if("start"===n){var[o]=Vf.edges(r);gd.select(e,o)}else if("end"===n){var[,i]=Vf.edges(r);gd.select(e,i)}},deselect(e){var{selection:t}=e;t&&e.apply({type:"set_selection",properties:t,newProperties:null})},move(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},{selection:n}=e,{distance:r=1,unit:o="character",reverse:i=!1}=t,{edge:a=null}=t;if(n){"start"===a&&(a=Vf.isBackward(n)?"focus":"anchor"),"end"===a&&(a=Vf.isBackward(n)?"anchor":"focus");var{anchor:u,focus:s}=n,l={distance:r,unit:o},c={};if(null==a||"anchor"===a){var f=i?Af.before(e,u,l):Af.after(e,u,l);f&&(c.anchor=f)}if(null==a||"focus"===a){var d=i?Af.before(e,s,l):Af.after(e,s,l);d&&(c.focus=d)}gd.setSelection(e,c)}},select(e,t){var{selection:n}=e;if(t=Af.range(e,t),n)gd.setSelection(e,t);else{if(!Vf.isRange(t))throw new Error("When setting the selection and the current selection is `null` you must provide at least an `anchor` and `focus`, but you passed: ".concat(JSON.stringify(t)));e.apply({type:"set_selection",properties:n,newProperties:t})}},setPoint(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},{selection:r}=e,{edge:o="both"}=n;if(r){"start"===o&&(o=Vf.isBackward(r)?"focus":"anchor"),"end"===o&&(o=Vf.isBackward(r)?"anchor":"focus");var{anchor:i,focus:a}=r,u="anchor"===o?i:a;gd.setSelection(e,{["anchor"===o?"anchor":"focus"]:cd(cd({},u),t)})}},setSelection(e,t){var{selection:n}=e,r={},o={};if(n){for(var i in t)("anchor"===i&&null!=t.anchor&&!zf.equals(t.anchor,n.anchor)||"focus"===i&&null!=t.focus&&!zf.equals(t.focus,n.focus)||"anchor"!==i&&"focus"!==i&&t[i]!==n[i])&&(r[i]=n[i],o[i]=t[i]);Object.keys(r).length>0&&e.apply({type:"set_selection",properties:r,newProperties:o})}}},dd={delete(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};Af.withoutNormalizing(e,(()=>{var{reverse:n=!1,unit:r="character",distance:o=1,voids:i=!1}=t,{at:a=e.selection,hanging:u=!1}=t;if(a){if(Vf.isRange(a)&&Vf.isCollapsed(a)&&(a=a.anchor),zf.isPoint(a)){var s=Af.void(e,{at:a,mode:"highest"});if(!i&&s){var[,l]=s;a=l}else{var c={unit:r,distance:o};a={anchor:a,focus:n?Af.before(e,a,c)||Af.start(e,[]):Af.after(e,a,c)||Af.end(e,[])},u=!0}}if(Rf.isPath(a))gd.removeNodes(e,{at:a,voids:i});else if(!Vf.isCollapsed(a)){if(!u){var[,f]=Vf.edges(a),d=Af.end(e,[]);zf.equals(f,d)||(a=Af.unhangRange(e,a,{voids:i}))}var[p,h]=Vf.edges(a),g=Af.above(e,{match:t=>Af.isBlock(e,t),at:p,voids:i}),v=Af.above(e,{match:t=>Af.isBlock(e,t),at:h,voids:i}),y=g&&v&&!Rf.equals(g[1],v[1]),m=Rf.equals(p.path,h.path),b=i?null:Af.void(e,{at:p,mode:"highest"}),w=i?null:Af.void(e,{at:h,mode:"highest"});if(b){var x=Af.before(e,p);x&&g&&Rf.isAncestor(g[1],x.path)&&(p=x)}if(w){var E=Af.after(e,h);E&&v&&Rf.isAncestor(v[1],E.path)&&(h=E)}var S,C=[];for(var D of Af.nodes(e,{at:a,voids:i})){var[O,A]=D;S&&0===Rf.compare(A,S)||(!i&&Af.isVoid(e,O)||!Rf.isCommon(A,p.path)&&!Rf.isCommon(A,h.path))&&(C.push(D),S=A)}var k=Array.from(C,(t=>{var[,n]=t;return Af.pathRef(e,n)})),T=Af.pointRef(e,p),B=Af.pointRef(e,h);if(!m&&!b){var P=T.current,[F]=Af.leaf(e,P),{path:_}=P,{offset:j}=p,N=F.text.slice(j);N.length>0&&e.apply({type:"remove_text",path:_,offset:j,text:N})}for(var R of k){var I=R.unref();gd.removeNodes(e,{at:I,voids:i})}if(!w){var L=B.current,[M]=Af.leaf(e,L),{path:z}=L,$=m?p.offset:0,H=M.text.slice($,h.offset);H.length>0&&e.apply({type:"remove_text",path:z,offset:$,text:H})}!m&&y&&B.current&&T.current&&gd.mergeNodes(e,{at:B.current,hanging:!0,voids:i});var U=n?T.unref()||B.unref():B.unref()||T.unref();null==t.at&&U&&gd.select(e,U)}}}))},insertFragment(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Af.withoutNormalizing(e,(()=>{var{hanging:r=!1,voids:o=!1}=n,{at:i=e.selection}=n;if(t.length&&i){if(Vf.isRange(i))if(r||(i=Af.unhangRange(e,i)),Vf.isCollapsed(i))i=i.anchor;else{var[,a]=Vf.edges(i);if(!o&&Af.void(e,{at:a}))return;var u=Af.pointRef(e,a);gd.delete(e,{at:i}),i=u.unref()}else Rf.isPath(i)&&(i=Af.start(e,i));if(o||!Af.void(e,{at:i})){var s=Af.above(e,{at:i,match:t=>Af.isInline(e,t),mode:"highest",voids:o});if(s){var[,l]=s;Af.isEnd(e,i,l)?i=Af.after(e,l):Af.isStart(e,i,l)&&(i=Af.before(e,l))}var c=Af.above(e,{match:t=>Af.isBlock(e,t),at:i,voids:o}),[,f]=c,d=Af.isStart(e,i,f),p=Af.isEnd(e,i,f),h=d&&p,g=!d||d&&p,v=!p,[,y]=Ff.first({children:t},[]),[,m]=Ff.last({children:t},[]),b=[],w=t=>{var[n,r]=t;return!(0===r.length||!h&&(g&&Rf.isAncestor(r,y)&&xf.isElement(n)&&!e.isVoid(n)&&!e.isInline(n)||v&&Rf.isAncestor(r,m)&&xf.isElement(n)&&!e.isVoid(n)&&!e.isInline(n)))};for(var x of Ff.nodes({children:t},{pass:w}))w(x)&&b.push(x);var E=[],S=[],C=[],D=!0,O=!1;for(var[A]of b)xf.isElement(A)&&!e.isInline(A)?(D=!1,O=!0,S.push(A)):D?E.push(A):C.push(A);var[k]=Af.nodes(e,{at:i,match:t=>Xf.isText(t)||Af.isInline(e,t),mode:"highest",voids:o}),[,T]=k,B=Af.isStart(e,i,T),P=Af.isEnd(e,i,T),F=Af.pathRef(e,p?Rf.next(f):f),_=Af.pathRef(e,P?Rf.next(T):T),j=Af.pathRef(e,f);gd.splitNodes(e,{at:i,match:t=>O?Af.isBlock(e,t):Xf.isText(t)||Af.isInline(e,t),mode:O?"lowest":"highest",voids:o});var N=Af.pathRef(e,!B||B&&P?Rf.next(T):T);if(gd.insertNodes(e,E,{at:N.current,match:t=>Xf.isText(t)||Af.isInline(e,t),mode:"highest",voids:o}),h&&S.length&&gd.delete(e,{at:j.unref(),voids:o}),gd.insertNodes(e,S,{at:F.current,match:t=>Af.isBlock(e,t),mode:"lowest",voids:o}),gd.insertNodes(e,C,{at:_.current,match:t=>Xf.isText(t)||Af.isInline(e,t),mode:"highest",voids:o}),!n.at){var R;R=C.length>0?Rf.previous(_.current):S.length>0?Rf.previous(F.current):Rf.previous(N.current);var I=Af.end(e,R);gd.select(e,I)}N.unref(),F.unref(),_.unref()}}}))},insertText(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};Af.withoutNormalizing(e,(()=>{var{voids:r=!1}=n,{at:o=e.selection}=n;if(o){if(Rf.isPath(o)&&(o=Af.range(e,o)),Vf.isRange(o))if(Vf.isCollapsed(o))o=o.anchor;else{var i=Vf.end(o);if(!r&&Af.void(e,{at:i}))return;var a=Af.pointRef(e,i);gd.delete(e,{at:o,voids:r}),o=a.unref(),gd.setSelection(e,{anchor:o,focus:o})}if(r||!Af.void(e,{at:o})){var{path:u,offset:s}=o;t.length>0&&e.apply({type:"insert_text",path:u,offset:s,text:t})}}}))}};function pd(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 hd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?pd(Object(n),!0).forEach((function(t){Nc(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):pd(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var gd=hd(hd(hd(hd({},ed),id),fd),dd),vd="[object Map]",yd="[object Set]",md=/^\[object .+?Constructor\]$/,bd=/^(?:0|[1-9]\d*)$/,wd="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",xd="\\ud83c[\\udffb-\\udfff]",Ed="[^\\ud800-\\udfff]",Sd="(?:\\ud83c[\\udde6-\\uddff]){2}",Cd="[\\ud800-\\udbff][\\udc00-\\udfff]",Dd="(?:"+wd+"|"+xd+")?",Od="[\\ufe0e\\ufe0f]?"+Dd+"(?:\\u200d(?:"+[Ed,Sd,Cd].join("|")+")[\\ufe0e\\ufe0f]?"+Dd+")*",Ad="(?:"+[Ed+wd+"?",wd,Sd,Cd,"[\\ud800-\\udfff]"].join("|")+")",kd=RegExp(xd+"(?="+xd+")|"+Ad+Od,"g"),Td=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),Bd="object"==typeof r&&r&&r.Object===Object&&r,Pd="object"==typeof self&&self&&self.Object===Object&&self,Fd=Bd||Pd||Function("return this")();function _d(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function jd(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var Nd,Rd,Id=Function.prototype,Ld=Object.prototype,Md=Fd["__core-js_shared__"],zd=function(){var e=/[^.]+$/.exec(Md&&Md.keys&&Md.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),$d=Id.toString,Hd=Ld.hasOwnProperty,Ud=Ld.toString,Vd=RegExp("^"+$d.call(Hd).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Zd=Fd.Symbol,Wd=Zd?Zd.iterator:void 0,Gd=Ld.propertyIsEnumerable,qd=(Nd=Object.keys,Rd=Object,function(e){return Nd(Rd(e))}),Kd=ip(Fd,"DataView"),Yd=ip(Fd,"Map"),Xd=ip(Fd,"Promise"),Jd=ip(Fd,"Set"),Qd=ip(Fd,"WeakMap"),ep=sp(Kd),tp=sp(Yd),np=sp(Xd),rp=sp(Jd),op=sp(Qd);function ip(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){if(!dp(e)||function(e){return!!zd&&zd in e}(e))return!1;var t=fp(e)||function(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}(e)?Vd:md;return t.test(sp(e))}(n)?n:void 0}var ap=function(e){return Ud.call(e)};function up(e,t){return!!(t=null==t?9007199254740991:t)&&("number"==typeof e||bd.test(e))&&e>-1&&e%1==0&&e<t}function sp(e){if(null!=e){try{return $d.call(e)}catch(e){}try{return e+""}catch(e){}}return""}(Kd&&"[object DataView]"!=ap(new Kd(new ArrayBuffer(1)))||Yd&&ap(new Yd)!=vd||Xd&&"[object Promise]"!=ap(Xd.resolve())||Jd&&ap(new Jd)!=yd||Qd&&"[object WeakMap]"!=ap(new Qd))&&(ap=function(e){var t=Ud.call(e),n="[object Object]"==t?e.constructor:void 0,r=n?sp(n):void 0;if(r)switch(r){case ep:return"[object DataView]";case tp:return vd;case np:return"[object Promise]";case rp:return yd;case op:return"[object WeakMap]"}return t});var lp=Array.isArray;function cp(e){return null!=e&&function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}(e.length)&&!fp(e)}function fp(e){var t=dp(e)?Ud.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}function dp(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function pp(e){return!!e&&"object"==typeof e}function hp(e){return e?function(e,t){return function(e,t){for(var n=-1,r=e?e.length:0,o=Array(r);++n<r;)o[n]=t(e[n]);return o}(t,(function(t){return e[t]}))}(e,function(e){return cp(e)?function(e,t){var n=lp(e)||function(e){return function(e){return pp(e)&&cp(e)}(e)&&Hd.call(e,"callee")&&(!Gd.call(e,"callee")||"[object Arguments]"==Ud.call(e))}(e)?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],r=n.length,o=!!r;for(var i in e)!t&&!Hd.call(e,i)||o&&("length"==i||up(i,r))||n.push(i);return n}(e):function(e){if(n=(t=e)&&t.constructor,t!==("function"==typeof n&&n.prototype||Ld))return qd(e);var t,n,r=[];for(var o in Object(e))Hd.call(e,o)&&"constructor"!=o&&r.push(o);return r}(e)}(e)):[]}var gp=function(e){if(!e)return[];if(cp(e))return function(e){return"string"==typeof e||!lp(e)&&pp(e)&&"[object String]"==Ud.call(e)}(e)?function(e){return function(e){return Td.test(e)}(e)?function(e){return e.match(kd)||[]}(e):function(e){return e.split("")}(e)}(e):function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}(e);if(Wd&&e[Wd])return function(e){for(var t,n=[];!(t=e.next()).done;)n.push(t.value);return n}(e[Wd]());var t=ap(e);return(t==vd?_d:t==yd?jd:hp)(e)};function vp(e){return null!==e&&"object"==typeof e&&"constructor"in e&&e.constructor===Object}function yp(e,t){void 0===e&&(e={}),void 0===t&&(t={}),Object.keys(t).forEach((function(n){void 0===e[n]?e[n]=t[n]:vp(t[n])&&vp(e[n])&&Object.keys(t[n]).length>0&&yp(e[n],t[n])}))}var mp={body:{},addEventListener:function(){},removeEventListener:function(){},activeElement:{blur:function(){},nodeName:""},querySelector:function(){return null},querySelectorAll:function(){return[]},getElementById:function(){return null},createEvent:function(){return{initEvent:function(){}}},createElement:function(){return{children:[],childNodes:[],style:{},setAttribute:function(){},getElementsByTagName:function(){return[]}}},createElementNS:function(){return{}},importNode:function(){return null},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""}};function bp(){var e="undefined"!=typeof document?document:{};return yp(e,mp),e}var wp={document:mp,navigator:{userAgent:""},location:{hash:"",host:"",hostname:"",href:"",origin:"",pathname:"",protocol:"",search:""},history:{replaceState:function(){},pushState:function(){},go:function(){},back:function(){}},CustomEvent:function(){return this},addEventListener:function(){},removeEventListener:function(){},getComputedStyle:function(){return{getPropertyValue:function(){return""}}},Image:function(){},Date:function(){},screen:{},setTimeout:function(){},clearTimeout:function(){},matchMedia:function(){return{}},requestAnimationFrame:function(e){return"undefined"==typeof setTimeout?(e(),null):setTimeout(e,0)},cancelAnimationFrame:function(e){"undefined"!=typeof setTimeout&&clearTimeout(e)}};function xp(){var e="undefined"!=typeof window?window:{};return yp(e,wp),e}function Ep(e){return Ep=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},Ep(e)}function Sp(e,t){return Sp=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},Sp(e,t)}function Cp(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}function Dp(e,t,n){return Dp=Cp()?Reflect.construct:function(e,t,n){var r=[null];r.push.apply(r,t);var o=new(Function.bind.apply(e,r));return n&&Sp(o,n.prototype),o},Dp.apply(null,arguments)}function Op(e){var t="function"==typeof Map?new Map:void 0;return Op=function(e){if(null===e||!function(e){return-1!==Function.toString.call(e).indexOf("[native code]")}(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,n)}function n(){return Dp(e,arguments,Ep(this).constructor)}return n.prototype=Object.create(e.prototype,{constructor:{value:n,enumerable:!1,writable:!0,configurable:!0}}),Sp(n,e)},Op(e)}var Ap=function(e){var t,n;function r(t){var n,r,o;return r=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(n=e.call.apply(e,[this].concat(t))||this),o=r.__proto__,Object.defineProperty(r,"__proto__",{get:function(){return o},set:function(e){o.__proto__=e}}),n}return n=e,(t=r).prototype=Object.create(n.prototype),t.prototype.constructor=t,t.__proto__=n,r}(Op(Array));function kp(e){void 0===e&&(e=[]);var t=[];return e.forEach((function(e){Array.isArray(e)?t.push.apply(t,kp(e)):t.push(e)})),t}function Tp(e,t){return Array.prototype.filter.call(e,t)}function Bp(e,t){var n=xp(),r=bp(),o=[];if(!t&&e instanceof Ap)return e;if(!e)return new Ap(o);if("string"==typeof e){var i=e.trim();if(i.indexOf("<")>=0&&i.indexOf(">")>=0){var a="div";0===i.indexOf("<li")&&(a="ul"),0===i.indexOf("<tr")&&(a="tbody"),0!==i.indexOf("<td")&&0!==i.indexOf("<th")||(a="tr"),0===i.indexOf("<tbody")&&(a="table"),0===i.indexOf("<option")&&(a="select");var u=r.createElement(a);u.innerHTML=i;for(var s=0;s<u.childNodes.length;s+=1)o.push(u.childNodes[s])}else o=function(e,t){if("string"!=typeof e)return[e];for(var n=[],r=t.querySelectorAll(e),o=0;o<r.length;o+=1)n.push(r[o]);return n}(e.trim(),t||r)}else if(e.nodeType||e===n||e===r)o.push(e);else if(Array.isArray(e)){if(e instanceof Ap)return e;o=e}return new Ap(function(e){for(var t=[],n=0;n<e.length;n+=1)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(o))}function Pp(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=kp(t.map((function(e){return e.split(" ")})));return this.forEach((function(e){var t;(t=e.classList).add.apply(t,r)})),this}function Fp(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=kp(t.map((function(e){return e.split(" ")})));return this.forEach((function(e){var t;(t=e.classList).remove.apply(t,r)})),this}function _p(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=kp(t.map((function(e){return e.split(" ")})));return Tp(this,(function(e){return r.filter((function(t){return e.classList.contains(t)})).length>0})).length>0}function jp(e,t){if(1===arguments.length&&"string"==typeof e)return this[0]?this[0].getAttribute(e):void 0;for(var n=0;n<this.length;n+=1)if(2===arguments.length)this[n].setAttribute(e,t);else for(var r in e)this[n][r]=e[r],this[n].setAttribute(r,e[r]);return this}function Np(e){for(var t=0;t<this.length;t+=1)this[t].removeAttribute(e);return this}function Rp(){var e=this[0];if(e){var t,n={};if(e.dataset)for(var r in e.dataset)n[r]=e.dataset[r];else for(var o=0;o<e.attributes.length;o+=1){var i=e.attributes[o];i.name.indexOf("data-")>=0&&(n[(t=i.name.split("data-")[1],t.toLowerCase().replace(/-(.)/g,(function(e,t){return t.toUpperCase()})))]=i.value)}for(var a in n)"false"===n[a]?n[a]=!1:"true"===n[a]?n[a]=!0:parseFloat(n[a])===1*n[a]&&(n[a]*=1);return n}}function Ip(e){if(void 0===e){var t=this[0];if(!t)return;if(t.multiple&&"select"===t.nodeName.toLowerCase()){for(var n=[],r=0;r<t.selectedOptions.length;r+=1)n.push(t.selectedOptions[r].value);return n}return t.value}for(var o=0;o<this.length;o+=1){var i=this[o];if(Array.isArray(e)&&i.multiple&&"select"===i.nodeName.toLowerCase())for(var a=0;a<i.options.length;a+=1)i.options[a].selected=e.indexOf(i.options[a].value)>=0;else i.value=e}return this}function Lp(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],o=t[1],i=t[2],a=t[3];function u(e){var t=e.target;if(t){var n=e.target.dom7EventData||[];if(n.indexOf(e)<0&&n.unshift(e),Bp(t).is(o))i.apply(t,n);else for(var r=Bp(t).parents(),a=0;a<r.length;a+=1)Bp(r[a]).is(o)&&i.apply(r[a],n)}}function s(e){var t=e&&e.target&&e.target.dom7EventData||[];t.indexOf(e)<0&&t.unshift(e),i.apply(this,t)}"function"==typeof t[1]&&(r=t[0],i=t[1],a=t[2],o=void 0),a||(a=!1);for(var l,c=r.split(" "),f=0;f<this.length;f+=1){var d=this[f];if(o)for(l=0;l<c.length;l+=1){var p=c[l];d.dom7LiveListeners||(d.dom7LiveListeners={}),d.dom7LiveListeners[p]||(d.dom7LiveListeners[p]=[]),d.dom7LiveListeners[p].push({listener:i,proxyListener:u}),d.addEventListener(p,u,a)}else for(l=0;l<c.length;l+=1){var h=c[l];d.dom7Listeners||(d.dom7Listeners={}),d.dom7Listeners[h]||(d.dom7Listeners[h]=[]),d.dom7Listeners[h].push({listener:i,proxyListener:s}),d.addEventListener(h,s,a)}}return this}function Mp(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],o=t[1],i=t[2],a=t[3];"function"==typeof t[1]&&(r=t[0],i=t[1],a=t[2],o=void 0),a||(a=!1);for(var u=r.split(" "),s=0;s<u.length;s+=1)for(var l=u[s],c=0;c<this.length;c+=1){var f=this[c],d=void 0;if(!o&&f.dom7Listeners?d=f.dom7Listeners[l]:o&&f.dom7LiveListeners&&(d=f.dom7LiveListeners[l]),d&&d.length)for(var p=d.length-1;p>=0;p-=1){var h=d[p];i&&h.listener===i||i&&h.listener&&h.listener.dom7proxy&&h.listener.dom7proxy===i?(f.removeEventListener(l,h.proxyListener,a),d.splice(p,1)):i||(f.removeEventListener(l,h.proxyListener,a),d.splice(p,1))}}return this}function zp(){var e=xp();return this[0]===e?e.innerWidth:this.length>0?parseFloat(this.css("width")):null}function $p(){var e=xp();return this[0]===e?e.innerHeight:this.length>0?parseFloat(this.css("height")):null}function Hp(){if(this.length>0){var e=xp(),t=bp(),n=this[0],r=n.getBoundingClientRect(),o=t.body,i=n.clientTop||o.clientTop||0,a=n.clientLeft||o.clientLeft||0,u=n===e?e.scrollY:n.scrollTop,s=n===e?e.scrollX:n.scrollLeft;return{top:r.top+u-i,left:r.left+s-a}}return null}function Up(){for(var e=0;e<this.length;e+=1)this[e].style.display="none";return this}function Vp(){for(var e=xp(),t=0;t<this.length;t+=1){var n=this[t];"none"===n.style.display&&(n.style.display=""),"none"===e.getComputedStyle(n,null).getPropertyValue("display")&&(n.style.display="block")}return this}function Zp(e,t){var n,r=xp();if(1===arguments.length){if("string"!=typeof e){for(n=0;n<this.length;n+=1)for(var o in e)this[n].style[o]=e[o];return this}if(this[0])return r.getComputedStyle(this[0],null).getPropertyValue(e)}if(2===arguments.length&&"string"==typeof e){for(n=0;n<this.length;n+=1)this[n].style[e]=t;return this}return this}function Wp(e){return e?(this.forEach((function(t,n){e.apply(t,[t,n])})),this):this}function Gp(e){return Bp(Tp(this,e))}function qp(e){if(void 0===e)return this[0]?this[0].innerHTML:null;for(var t=0;t<this.length;t+=1)this[t].innerHTML=e;return this}function Kp(e){if(void 0===e)return this[0]?this[0].textContent.trim():null;for(var t=0;t<this.length;t+=1)this[t].textContent=e;return this}function Yp(e){var t,n,r=xp(),o=bp(),i=this[0];if(!i||void 0===e)return!1;if("string"==typeof e){if(i.matches)return i.matches(e);if(i.webkitMatchesSelector)return i.webkitMatchesSelector(e);if(i.msMatchesSelector)return i.msMatchesSelector(e);for(t=Bp(e),n=0;n<t.length;n+=1)if(t[n]===i)return!0;return!1}if(e===o)return i===o;if(e===r)return i===r;if(e.nodeType||e instanceof Ap){for(t=e.nodeType?[e]:e,n=0;n<t.length;n+=1)if(t[n]===i)return!0;return!1}return!1}function Xp(){for(var e,t=bp(),n=0;n<arguments.length;n+=1){e=n<0||arguments.length<=n?void 0:arguments[n];for(var r=0;r<this.length;r+=1)if("string"==typeof e){var o=t.createElement("div");for(o.innerHTML=e;o.firstChild;)this[r].appendChild(o.firstChild)}else if(e instanceof Ap)for(var i=0;i<e.length;i+=1)this[r].appendChild(e[i]);else this[r].appendChild(e)}return this}function Jp(e){var t,n,r=bp();for(t=0;t<this.length;t+=1)if("string"==typeof e){var o=r.createElement("div");for(o.innerHTML=e,n=o.childNodes.length-1;n>=0;n-=1)this[t].insertBefore(o.childNodes[n],this[t].childNodes[0])}else if(e instanceof Ap)for(n=0;n<e.length;n+=1)this[t].insertBefore(e[n],this[t].childNodes[0]);else this[t].insertBefore(e,this[t].childNodes[0]);return this}function Qp(e){for(var t=[],n=0;n<this.length;n+=1)null!==this[n].parentNode&&(e?Bp(this[n].parentNode).is(e)&&t.push(this[n].parentNode):t.push(this[n].parentNode));return Bp(t)}function eh(e){for(var t=[],n=0;n<this.length;n+=1)for(var r=this[n].parentNode;r;)e?Bp(r).is(e)&&t.push(r):t.push(r),r=r.parentNode;return Bp(t)}function th(e){for(var t=[],n=0;n<this.length;n+=1)for(var r=this[n].querySelectorAll(e),o=0;o<r.length;o+=1)t.push(r[o]);return Bp(t)}function nh(e){for(var t=[],n=0;n<this.length;n+=1)for(var r=this[n].children,o=0;o<r.length;o+=1)e&&!Bp(r[o]).is(e)||t.push(r[o]);return Bp(t)}function rh(){for(var e=0;e<this.length;e+=1)this[e].parentNode&&this[e].parentNode.removeChild(this[e]);return this}function oh(){for(var e=0;e<this.length;e+=1){var t=this[e];if(1===t.nodeType){for(var n=0;n<t.childNodes.length;n+=1)t.childNodes[n].parentNode&&t.childNodes[n].parentNode.removeChild(t.childNodes[n]);t.textContent=""}}return this}Bp.fn=Ap.prototype;var ih="resize scroll".split(" ");function ah(e){return function(){for(var t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];if(void 0===n[0]){for(var o=0;o<this.length;o+=1)ih.indexOf(e)<0&&(e in this[o]?this[o][e]():Bp(this[o]).trigger(e));return this}return this.on.apply(this,[e].concat(n))}}var uh=ah("click"),sh=ah("focus"),lh=/^(?:0|[1-9]\d*)$/;function ch(e,t){for(var n=-1,r=e?e.length:0;++n<r&&!1!==t(e[n],n,e););return e}var fh=Object.prototype,dh=fh.hasOwnProperty,ph=fh.toString,hh=fh.propertyIsEnumerable,gh=function(e,t){return function(n){return e(t(n))}}(Object.keys,Object);var vh,yh=(vh=function(e,t){return e&&mh(e,t,Eh)},function(e,t){if(null==e)return e;if(!xh(e))return vh(e,t);for(var n=e.length,r=-1,o=Object(e);++r<n&&!1!==t(o[r],r,o););return e}),mh=function(e,t,n){for(var r=-1,o=Object(e),i=n(e),a=i.length;a--;){var u=i[++r];if(!1===t(o[u],u,o))break}return e};function bh(e,t){return!!(t=null==t?9007199254740991:t)&&("number"==typeof e||lh.test(e))&&e>-1&&e%1==0&&e<t}var wh=Array.isArray;function xh(e){return null!=e&&function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}(e.length)&&!function(e){var t=function(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}(e)?ph.call(e):"";return"[object Function]"==t||"[object GeneratorFunction]"==t}(e)}function Eh(e){return xh(e)?function(e,t){var n=wh(e)||function(e){return function(e){return function(e){return!!e&&"object"==typeof e}(e)&&xh(e)}(e)&&dh.call(e,"callee")&&(!hh.call(e,"callee")||"[object Arguments]"==ph.call(e))}(e)?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],r=n.length,o=!!r;for(var i in e)!t&&!dh.call(e,i)||o&&("length"==i||bh(i,r))||n.push(i);return n}(e):function(e){if(n=(t=e)&&t.constructor,t!==("function"==typeof n&&n.prototype||fh))return gh(e);var t,n,r=[];for(var o in Object(e))dh.call(e,o)&&"constructor"!=o&&r.push(o);return r}(e)}function Sh(e){return e}var Ch=function(e,t){return(wh(e)?ch:yh)(e,"function"==typeof t?t:Sh)};let Dh=(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e));for(;e--;){let r=63&n[e];t+=r<36?r.toString(36):r<62?(r-26).toString(36).toUpperCase():r<63?"_":"-"}return t};var Oh=/^\s+|\s+$/g,Ah=/^[-+]0x[0-9a-f]+$/i,kh=/^0b[01]+$/i,Th=/^0o[0-7]+$/i,Bh=parseInt,Ph="object"==typeof r&&r&&r.Object===Object&&r,Fh="object"==typeof self&&self&&self.Object===Object&&self,_h=Ph||Fh||Function("return this")(),jh=Object.prototype.toString,Nh=Math.max,Rh=Math.min,Ih=function(){return _h.Date.now()};function Lh(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Mh(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==jh.call(e)}(e))return NaN;if(Lh(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=Lh(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(Oh,"");var n=kh.test(e);return n||Th.test(e)?Bh(e.slice(2),n?2:8):Ah.test(e)?NaN:+e}var zh=function(e,t,n){var r=!0,o=!0;if("function"!=typeof e)throw new TypeError("Expected a function");return Lh(n)&&(r="leading"in n?!!n.leading:r,o="trailing"in n?!!n.trailing:o),function(e,t,n){var r,o,i,a,u,s,l=0,c=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var n=r,i=o;return r=o=void 0,l=t,a=e.apply(i,n)}function h(e){return l=e,u=setTimeout(v,t),c?p(e):a}function g(e){var n=e-s;return void 0===s||n>=t||n<0||f&&e-l>=i}function v(){var e=Ih();if(g(e))return y(e);u=setTimeout(v,function(e){var n=t-(e-s);return f?Rh(n,i-(e-l)):n}(e))}function y(e){return u=void 0,d&&r?p(e):(r=o=void 0,a)}function m(){var e=Ih(),n=g(e);if(r=arguments,o=this,s=e,n){if(void 0===u)return h(s);if(f)return u=setTimeout(v,t),p(s)}return void 0===u&&(u=setTimeout(v,t)),a}return t=Mh(t)||0,Lh(n)&&(c=!!n.leading,i=(f="maxWait"in n)?Nh(Mh(n.maxWait)||0,t):i,d="trailing"in n?!!n.trailing:d),m.cancel=function(){void 0!==u&&clearTimeout(u),l=0,r=s=o=u=void 0},m.flush=function(){return void 0===u?a:y(Ih())},m}(e,t,{leading:r,maxWait:t,trailing:o})};const $h={createElement:function(e,t){return document.createElement(e,t)},createElementNS:function(e,t,n){return document.createElementNS(e,t,n)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},getTextContent:function(e){return e.textContent},isElement:function(e){return 1===e.nodeType},isText:function(e){return 3===e.nodeType},isComment:function(e){return 8===e.nodeType}};function Hh(e,t,n,r,o){return{sel:e,data:t,children:n,text:r,elm:o,key:void 0===t?void 0:t.key}}const Uh=Array.isArray;function Vh(e){return"string"==typeof e||"number"==typeof e||e instanceof String||e instanceof Number}function Zh(e){return void 0===e}function Wh(e){return void 0!==e}const Gh=Hh("",{},[],void 0,void 0);function qh(e,t){var n,r;const o=e.key===t.key,i=(null===(n=e.data)||void 0===n?void 0:n.is)===(null===(r=t.data)||void 0===r?void 0:r.is);return e.sel===t.sel&&o&&i}function Kh(e,t,n){var r;const o={};for(let i=t;i<=n;++i){const t=null===(r=e[i])||void 0===r?void 0:r.key;void 0!==t&&(o[t]=i)}return o}const Yh=["create","update","remove","destroy","pre","post"];function Xh(e,t){const n={create:[],update:[],remove:[],destroy:[],pre:[],post:[]},r=void 0!==t?t:$h;for(const t of Yh)for(const r of e){const e=r[t];void 0!==e&&n[t].push(e)}function o(e,t){return function(){if(0==--t){const t=r.parentNode(e);r.removeChild(t,e)}}}function i(e,t){var o,a;let u,s=e.data;if(void 0!==s){const t=null===(o=s.hook)||void 0===o?void 0:o.init;Wh(t)&&(t(e),s=e.data)}const l=e.children,c=e.sel;if("!"===c)Zh(e.text)&&(e.text=""),e.elm=r.createComment(e.text);else if(void 0!==c){const o=c.indexOf("#"),f=c.indexOf(".",o),d=o>0?o:c.length,p=f>0?f:c.length,h=-1!==o||-1!==f?c.slice(0,Math.min(d,p)):c,g=e.elm=Wh(s)&&Wh(u=s.ns)?r.createElementNS(u,h,s):r.createElement(h,s);for(d<p&&g.setAttribute("id",c.slice(d+1,p)),f>0&&g.setAttribute("class",c.slice(p+1).replace(/\./g," ")),u=0;u<n.create.length;++u)n.create[u](Gh,e);if(Uh(l))for(u=0;u<l.length;++u){const e=l[u];null!=e&&r.appendChild(g,i(e,t))}else Vh(e.text)&&r.appendChild(g,r.createTextNode(e.text));const v=e.data.hook;Wh(v)&&(null===(a=v.create)||void 0===a||a.call(v,Gh,e),v.insert&&t.push(e))}else e.elm=r.createTextNode(e.text);return e.elm}function a(e,t,n,o,a,u){for(;o<=a;++o){const a=n[o];null!=a&&r.insertBefore(e,i(a,u),t)}}function u(e){var t,r;const o=e.data;if(void 0!==o){null===(r=null===(t=null==o?void 0:o.hook)||void 0===t?void 0:t.destroy)||void 0===r||r.call(t,e);for(let t=0;t<n.destroy.length;++t)n.destroy[t](e);if(void 0!==e.children)for(let t=0;t<e.children.length;++t){const n=e.children[t];null!=n&&"string"!=typeof n&&u(n)}}}function s(e,t,i,a){for(var s,l;i<=a;++i){let a,c;const f=t[i];if(null!=f)if(Wh(f.sel)){u(f),a=n.remove.length+1,c=o(f.elm,a);for(let e=0;e<n.remove.length;++e)n.remove[e](f,c);const e=null===(l=null===(s=null==f?void 0:f.data)||void 0===s?void 0:s.hook)||void 0===l?void 0:l.remove;Wh(e)?e(f,c):c()}else r.removeChild(e,f.elm)}}function l(e,t,o){var u,c,f,d,p;const h=null===(u=t.data)||void 0===u?void 0:u.hook;null===(c=null==h?void 0:h.prepatch)||void 0===c||c.call(h,e,t);const g=t.elm=e.elm,v=e.children,y=t.children;if(e!==t){if(void 0!==t.data){for(let r=0;r<n.update.length;++r)n.update[r](e,t);null===(d=null===(f=t.data.hook)||void 0===f?void 0:f.update)||void 0===d||d.call(f,e,t)}Zh(t.text)?Wh(v)&&Wh(y)?v!==y&&function(e,t,n,o){let u,c,f,d,p=0,h=0,g=t.length-1,v=t[0],y=t[g],m=n.length-1,b=n[0],w=n[m];for(;p<=g&&h<=m;)null==v?v=t[++p]:null==y?y=t[--g]:null==b?b=n[++h]:null==w?w=n[--m]:qh(v,b)?(l(v,b,o),v=t[++p],b=n[++h]):qh(y,w)?(l(y,w,o),y=t[--g],w=n[--m]):qh(v,w)?(l(v,w,o),r.insertBefore(e,v.elm,r.nextSibling(y.elm)),v=t[++p],w=n[--m]):qh(y,b)?(l(y,b,o),r.insertBefore(e,y.elm,v.elm),y=t[--g],b=n[++h]):(void 0===u&&(u=Kh(t,p,g)),c=u[b.key],Zh(c)?r.insertBefore(e,i(b,o),v.elm):(f=t[c],f.sel!==b.sel?r.insertBefore(e,i(b,o),v.elm):(l(f,b,o),t[c]=void 0,r.insertBefore(e,f.elm,v.elm))),b=n[++h]);(p<=g||h<=m)&&(p>g?(d=null==n[m+1]?null:n[m+1].elm,a(e,d,n,h,m,o)):s(e,t,p,g))}(g,v,y,o):Wh(y)?(Wh(e.text)&&r.setTextContent(g,""),a(g,null,y,0,y.length-1,o)):Wh(v)?s(g,v,0,v.length-1):Wh(e.text)&&r.setTextContent(g,""):e.text!==t.text&&(Wh(v)&&s(g,v,0,v.length-1),r.setTextContent(g,t.text)),null===(p=null==h?void 0:h.postpatch)||void 0===p||p.call(h,e,t)}}return function(e,t){let o,a,u;const c=[];for(o=0;o<n.pre.length;++o)n.pre[o]();for(function(e){return void 0!==e.sel}(e)||(e=function(e){const t=e.id?"#"+e.id:"",n=e.getAttribute("class"),o=n?"."+n.split(" ").join("."):"";return Hh(r.tagName(e).toLowerCase()+t+o,{},[],void 0,e)}(e)),qh(e,t)?l(e,t,c):(a=e.elm,u=r.parentNode(a),i(t,c),null!==u&&(r.insertBefore(u,t.elm,r.nextSibling(a)),s(u,[e],0,0))),o=0;o<c.length;++o)c[o].data.hook.insert(c[o]);for(o=0;o<n.post.length;++o)n.post[o]();return t}}function Jh(e,t,n){if(e.ns="http://www.w3.org/2000/svg","foreignObject"!==n&&void 0!==t)for(let e=0;e<t.length;++e){const n=t[e].data;void 0!==n&&Jh(n,t[e].children,t[e].sel)}}function Qh(e,t,n){let r,o,i,a={};if(void 0!==n?(null!==t&&(a=t),Uh(n)?r=n:Vh(n)?o=n.toString():n&&n.sel&&(r=[n])):null!=t&&(Uh(t)?r=t:Vh(t)?o=t.toString():t&&t.sel?r=[t]:a=t),void 0!==r)for(i=0;i<r.length;++i)Vh(r[i])&&(r[i]=Hh(void 0,void 0,void 0,r[i],void 0));return"s"!==e[0]||"v"!==e[1]||"g"!==e[2]||3!==e.length&&"."!==e[3]&&"#"!==e[3]||Jh(a,r,e),Hh(e,a,r,o,void 0)}function eg(e,t){let n;const r=t.elm;let o=e.data.attrs,i=t.data.attrs;if((o||i)&&o!==i){for(n in o=o||{},i=i||{},i){const e=i[n];o[n]!==e&&(!0===e?r.setAttribute(n,""):!1===e?r.removeAttribute(n):120!==n.charCodeAt(0)?r.setAttribute(n,e):58===n.charCodeAt(3)?r.setAttributeNS("http://www.w3.org/XML/1998/namespace",n,e):58===n.charCodeAt(5)?r.setAttributeNS("http://www.w3.org/1999/xlink",n,e):r.setAttribute(n,e))}for(n in o)n in i||r.removeAttribute(n)}}const tg={create:eg,update:eg};function ng(e,t){let n,r;const o=t.elm;let i=e.data.class,a=t.data.class;if((i||a)&&i!==a){for(r in i=i||{},a=a||{},i)i[r]&&!Object.prototype.hasOwnProperty.call(a,r)&&o.classList.remove(r);for(r in a)n=a[r],n!==i[r]&&o.classList[n?"add":"remove"](r)}}const rg={create:ng,update:ng},og=/[A-Z]/g;function ig(e,t){const n=t.elm;let r,o=e.data.dataset,i=t.data.dataset;if(!o&&!i)return;if(o===i)return;o=o||{},i=i||{};const a=n.dataset;for(r in o)i[r]||(a?r in a&&delete a[r]:n.removeAttribute("data-"+r.replace(og,"-$&").toLowerCase()));for(r in i)o[r]!==i[r]&&(a?a[r]=i[r]:n.setAttribute("data-"+r.replace(og,"-$&").toLowerCase(),i[r]))}const ag={create:ig,update:ig};function ug(e,t,n){if("function"==typeof e)e.call(t,n,t);else if("object"==typeof e)for(let r=0;r<e.length;r++)ug(e[r],t,n)}function sg(e,t){const n=e.type,r=t.data.on;r&&r[n]&&ug(r[n],t,e)}function lg(e,t){const n=e.data.on,r=e.listener,o=e.elm,i=t&&t.data.on,a=t&&t.elm;let u;if(n!==i){if(n&&r)if(i)for(u in n)i[u]||o.removeEventListener(u,r,!1);else for(u in n)o.removeEventListener(u,r,!1);if(i){const r=t.listener=e.listener||function e(t){sg(t,e.vnode)};if(r.vnode=t,n)for(u in i)n[u]||a.addEventListener(u,r,!1);else for(u in i)a.addEventListener(u,r,!1)}}}const cg={create:lg,update:lg,destroy:lg};function fg(e,t){let n,r,o;const i=t.elm;let a=e.data.props,u=t.data.props;if((a||u)&&a!==u)for(n in a=a||{},u=u||{},u)r=u[n],o=a[n],o===r||"value"===n&&i[n]===r||(i[n]=r)}const dg={create:fg,update:fg},pg="undefined"!=typeof window&&window.requestAnimationFrame.bind(window)||setTimeout;let hg=!1;function gg(e,t,n){!function(e){pg((function(){pg(e)}))}((function(){e[t]=n}))}function vg(e,t){let n,r;const o=t.elm;let i=e.data.style,a=t.data.style;if(!i&&!a)return;if(i===a)return;i=i||{},a=a||{};const u="delayed"in i;for(r in i)a[r]||("-"===r[0]&&"-"===r[1]?o.style.removeProperty(r):o.style[r]="");for(r in a)if(n=a[r],"delayed"===r&&a.delayed)for(const e in a.delayed)n=a.delayed[e],u&&n===i.delayed[e]||gg(o.style,e,n);else"remove"!==r&&n!==i[r]&&("-"===r[0]&&"-"===r[1]?o.style.setProperty(r,n):o.style[r]=n)}const yg={pre:function(){hg=!1},create:vg,update:vg,destroy:function(e){let t,n;const r=e.elm,o=e.data.style;if(o&&(t=o.destroy))for(n in t)r.style[n]=t[n]},remove:function(e,t){const n=e.data.style;if(!n||!n.remove)return void t();let r;hg||(e.elm.offsetLeft,hg=!0);const o=e.elm;let i=0;const a=n.remove;let u=0;const s=[];for(r in a)s.push(r),o.style[r]=a[r];const l=getComputedStyle(o)["transition-property"].split(", ");for(;i<l.length;++i)-1!==s.indexOf(l[i])&&u++;o.addEventListener("transitionend",(function(e){e.target===o&&--u,0===u&&t()}))}};function mg(e,t){for(const n of e)null!=n&&!1!==n&&""!==n&&(Array.isArray(n)?mg(n,t):"string"==typeof n||"number"==typeof n||"boolean"==typeof n?t.push(Hh(void 0,void 0,void 0,String(n),void 0)):t.push(n));return t}function bg(e,t,...n){const r=mg(n,[]);return"function"==typeof e?e(t,r):1===r.length&&!r[0].sel&&r[0].text?Qh(e,t,r[0].text):Qh(e,t,r)}bg||(bg={});var wg,xg=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,Eg=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,Sg="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Cg="["+Sg+"]",Dg="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",Og="\\d+",Ag="[a-z\\xdf-\\xf6\\xf8-\\xff]",kg="[^\\ud800-\\udfff"+Sg+Og+"\\u2700-\\u27bfa-z\\xdf-\\xf6\\xf8-\\xffA-Z\\xc0-\\xd6\\xd8-\\xde]",Tg="\\ud83c[\\udffb-\\udfff]",Bg="[^\\ud800-\\udfff]",Pg="(?:\\ud83c[\\udde6-\\uddff]){2}",Fg="[\\ud800-\\udbff][\\udc00-\\udfff]",_g="[A-Z\\xc0-\\xd6\\xd8-\\xde]",jg="(?:"+Ag+"|"+kg+")",Ng="(?:"+_g+"|"+kg+")",Rg="(?:"+Dg+"|"+Tg+")?",Ig="[\\ufe0e\\ufe0f]?"+Rg+"(?:\\u200d(?:"+[Bg,Pg,Fg].join("|")+")[\\ufe0e\\ufe0f]?"+Rg+")*",Lg="(?:"+["[\\u2700-\\u27bf]",Pg,Fg].join("|")+")"+Ig,Mg="(?:"+[Bg+Dg+"?",Dg,Pg,Fg,"[\\ud800-\\udfff]"].join("|")+")",zg=RegExp("['’]","g"),$g=RegExp(Dg,"g"),Hg=RegExp(Tg+"(?="+Tg+")|"+Mg+Ig,"g"),Ug=RegExp([_g+"?"+Ag+"+(?:['’](?:d|ll|m|re|s|t|ve))?(?="+[Cg,_g,"$"].join("|")+")",Ng+"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?="+[Cg,_g+jg,"$"].join("|")+")",_g+"?"+jg+"+(?:['’](?:d|ll|m|re|s|t|ve))?",_g+"+(?:['’](?:D|LL|M|RE|S|T|VE))?",Og,Lg].join("|"),"g"),Vg=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),Zg=/[a-z][A-Z]|[A-Z]{2,}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Wg="object"==typeof r&&r&&r.Object===Object&&r,Gg="object"==typeof self&&self&&self.Object===Object&&self,qg=Wg||Gg||Function("return this")(),Kg=(wg={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"ss"},function(e){return null==wg?void 0:wg[e]});function Yg(e){return Vg.test(e)}var Xg=Object.prototype.toString,Jg=qg.Symbol,Qg=Jg?Jg.prototype:void 0,ev=Qg?Qg.toString:void 0;function tv(e){return null==e?"":function(e){if("string"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==Xg.call(e)}(e))return ev?ev.call(e):"";var t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(e)}for(var nv,rv=(nv=function(e,t,n){return t=t.toLowerCase(),e+(n?ov(tv(t).toLowerCase()):t)},function(e){return function(e,t,n,r){for(var o=-1,i=e?e.length:0;++o<i;)n=t(n,e[o],o,e);return n}(function(e,t,n){return e=tv(e),void 0===t?function(e){return Zg.test(e)}(e)?function(e){return e.match(Ug)||[]}(e):function(e){return e.match(xg)||[]}(e):e.match(t)||[]}(function(e){return(e=tv(e))&&e.replace(Eg,Kg).replace($g,"")}(e).replace(zg,"")),nv,"")}),ov=("toUpperCase",function(e){var t=Yg(e=tv(e))?function(e){return Yg(e)?function(e){return e.match(Hg)||[]}(e):function(e){return e.split("")}(e)}(e):void 0,n=t?t[0]:e.charAt(0),r=t?function(e,t,n){var r=e.length;return n=void 0===n?r:n,!t&&n>=r?e:function(e,t,n){var r=-1,o=e.length;t<0&&(t=-t>o?0:o+t),(n=n>o?o:n)<0&&(n+=o),o=t>n?0:n-t>>>0,t>>>=0;for(var i=Array(o);++r<o;)i[r]=e[r+t];return i}(e,t,n)}(t,1).join(""):e.slice(1);return n.toUpperCase()+r}),iv=rv,av="undefined"!=typeof window&&/Mac|iPod|iPhone|iPad/.test(window.navigator.platform),uv={alt:"altKey",control:"ctrlKey",meta:"metaKey",shift:"shiftKey"},sv={add:"+",break:"pause",cmd:"meta",command:"meta",ctl:"control",ctrl:"control",del:"delete",down:"arrowdown",esc:"escape",ins:"insert",left:"arrowleft",mod:av?"meta":"control",opt:"alt",option:"alt",return:"enter",right:"arrowright",space:" ",spacebar:" ",up:"arrowup",win:"meta",windows:"meta"},lv={backspace:8,tab:9,enter:13,shift:16,control:17,alt:18,pause:19,capslock:20,escape:27," ":32,pageup:33,pagedown:34,end:35,home:36,arrowleft:37,arrowup:38,arrowright:39,arrowdown:40,insert:45,delete:46,meta:91,numlock:144,scrolllock:145,";":186,"=":187,",":188,"-":189,".":190,"/":191,"`":192,"[":219,"\\":220,"]":221,"'":222},cv=1;cv<20;cv++)lv["f"+cv]=111+cv;function fv(e,t,n){t&&!("byKey"in t)&&(n=t,t=null),Array.isArray(e)||(e=[e]);var r=e.map((function(e){return function(e,t){var n=t&&t.byKey,r={},o=(e=e.replace("++","+add")).split("+"),i=o.length;for(var a in uv)r[uv[a]]=!1;var u=!0,s=!1,l=void 0;try{for(var c,f=o[Symbol.iterator]();!(u=(c=f.next()).done);u=!0){var d=c.value,p=d.endsWith("?")&&d.length>1;p&&(d=d.slice(0,-1));var h=pv(d),g=uv[h];if(d.length>1&&!g&&!sv[d]&&!lv[h])throw new TypeError('Unknown modifier: "'+d+'"');1!==i&&g||(n?r.key=h:r.which=dv(d)),g&&(r[g]=!p||null)}}catch(e){s=!0,l=e}finally{try{!u&&f.return&&f.return()}finally{if(s)throw l}}return r}(e,t)})),o=function(e){return r.some((function(t){return function(e,t){for(var n in e){var r=e[n],o=void 0;if(null!=r&&(null!=(o="key"===n&&null!=t.key?t.key.toLowerCase():"which"===n?91===r&&93===t.which?91:t.which:t[n])||!1!==r)&&o!==r)return!1}return!0}(t,e)}))};return null==n?o:o(n)}function dv(e){return e=pv(e),lv[e]||e.toUpperCase().charCodeAt(0)}function pv(e){return e=e.toLowerCase(),sv[e]||e}var hv=fv,gv=function(e,t){return fv(e,{byKey:!0},t)},vv=/^\s+|\s+$/g,yv=/^[-+]0x[0-9a-f]+$/i,mv=/^0b[01]+$/i,bv=/^0o[0-7]+$/i,wv=parseInt,xv="object"==typeof r&&r&&r.Object===Object&&r,Ev="object"==typeof self&&self&&self.Object===Object&&self,Sv=xv||Ev||Function("return this")(),Cv=Object.prototype.toString,Dv=Math.max,Ov=Math.min,Av=function(){return Sv.Date.now()};function kv(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Tv(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return!!e&&"object"==typeof e}(e)&&"[object Symbol]"==Cv.call(e)}(e))return NaN;if(kv(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=kv(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=e.replace(vv,"");var n=mv.test(e);return n||bv.test(e)?wv(e.slice(2),n?2:8):yv.test(e)?NaN:+e}var Bv,Pv=function(e,t,n){var r,o,i,a,u,s,l=0,c=!1,f=!1,d=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function p(t){var n=r,i=o;return r=o=void 0,l=t,a=e.apply(i,n)}function h(e){return l=e,u=setTimeout(v,t),c?p(e):a}function g(e){var n=e-s;return void 0===s||n>=t||n<0||f&&e-l>=i}function v(){var e=Av();if(g(e))return y(e);u=setTimeout(v,function(e){var n=t-(e-s);return f?Ov(n,i-(e-l)):n}(e))}function y(e){return u=void 0,d&&r?p(e):(r=o=void 0,a)}function m(){var e=Av(),n=g(e);if(r=arguments,o=this,s=e,n){if(void 0===u)return h(s);if(f)return u=setTimeout(v,t),p(s)}return void 0===u&&(u=setTimeout(v,t)),a}return t=Tv(t)||0,kv(n)&&(c=!!n.leading,i=(f="maxWait"in n)?Dv(Tv(n.maxWait)||0,t):i,d="trailing"in n?!!n.trailing:d),m.cancel=function(){void 0!==u&&clearTimeout(u),l=0,r=s=o=u=void 0},m.flush=function(){return void 0===u?a:y(Av())},m},Fv=o((function(e,t){var n="__lodash_hash_undefined__",o=9007199254740991,i="[object Arguments]",a="[object Boolean]",u="[object Date]",s="[object Function]",l="[object GeneratorFunction]",c="[object Map]",f="[object Number]",d="[object Object]",p="[object Promise]",h="[object RegExp]",g="[object Set]",v="[object String]",y="[object Symbol]",m="[object WeakMap]",b="[object ArrayBuffer]",w="[object DataView]",x="[object Float32Array]",E="[object Float64Array]",S="[object Int8Array]",C="[object Int16Array]",D="[object Int32Array]",O="[object Uint8Array]",A="[object Uint8ClampedArray]",k="[object Uint16Array]",T="[object Uint32Array]",B=/\w*$/,P=/^\[object .+?Constructor\]$/,F=/^(?:0|[1-9]\d*)$/,_={};_[i]=_["[object Array]"]=_[b]=_[w]=_[a]=_[u]=_[x]=_[E]=_[S]=_[C]=_[D]=_[c]=_[f]=_[d]=_[h]=_[g]=_[v]=_[y]=_[O]=_[A]=_[k]=_[T]=!0,_["[object Error]"]=_[s]=_[m]=!1;var j="object"==typeof r&&r&&r.Object===Object&&r,N="object"==typeof self&&self&&self.Object===Object&&self,R=j||N||Function("return this")(),I=t&&!t.nodeType&&t,L=I&&e&&!e.nodeType&&e,M=L&&L.exports===I;function z(e,t){return e.set(t[0],t[1]),e}function $(e,t){return e.add(t),e}function H(e,t,n,r){var o=-1,i=e?e.length:0;for(r&&i&&(n=e[++o]);++o<i;)n=t(n,e[o],o,e);return n}function U(e){var t=!1;if(null!=e&&"function"!=typeof e.toString)try{t=!!(e+"")}catch(e){}return t}function V(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function Z(e,t){return function(n){return e(t(n))}}function W(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var G=Array.prototype,q=Function.prototype,K=Object.prototype,Y=R["__core-js_shared__"],X=function(){var e=/[^.]+$/.exec(Y&&Y.keys&&Y.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),J=q.toString,Q=K.hasOwnProperty,ee=K.toString,te=RegExp("^"+J.call(Q).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ne=M?R.Buffer:void 0,re=R.Symbol,oe=R.Uint8Array,ie=Z(Object.getPrototypeOf,Object),ae=Object.create,ue=K.propertyIsEnumerable,se=G.splice,le=Object.getOwnPropertySymbols,ce=ne?ne.isBuffer:void 0,fe=Z(Object.keys,Object),de=Ne(R,"DataView"),pe=Ne(R,"Map"),he=Ne(R,"Promise"),ge=Ne(R,"Set"),ve=Ne(R,"WeakMap"),ye=Ne(Object,"create"),me=ze(de),be=ze(pe),we=ze(he),xe=ze(ge),Ee=ze(ve),Se=re?re.prototype:void 0,Ce=Se?Se.valueOf:void 0;function De(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Oe(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function Ae(e){var t=-1,n=e?e.length:0;for(this.clear();++t<n;){var r=e[t];this.set(r[0],r[1])}}function ke(e){this.__data__=new Oe(e)}function Te(e,t,n){var r=e[t];Q.call(e,t)&&$e(r,n)&&(void 0!==n||t in e)||(e[t]=n)}function Be(e,t){for(var n=e.length;n--;)if($e(e[n][0],t))return n;return-1}function Pe(e,t,n,r,o,p,m){var P;if(r&&(P=p?r(e,o,p,m):r(e)),void 0!==P)return P;if(!We(e))return e;var F=He(e);if(F){if(P=function(e){var t=e.length,n=e.constructor(t);return t&&"string"==typeof e[0]&&Q.call(e,"index")&&(n.index=e.index,n.input=e.input),n}(e),!t)return function(e,t){var n=-1,r=e.length;for(t||(t=Array(r));++n<r;)t[n]=e[n];return t}(e,P)}else{var j=Ie(e),N=j==s||j==l;if(Ve(e))return function(e,t){if(t)return e.slice();var n=new e.constructor(e.length);return e.copy(n),n}(e,t);if(j==d||j==i||N&&!p){if(U(e))return p?e:{};if(P=function(e){return"function"!=typeof e.constructor||Me(e)?{}:We(t=ie(e))?ae(t):{};var t}(N?{}:e),!t)return function(e,t){return _e(e,Re(e),t)}(e,function(e,t){return e&&_e(t,Ge(t),e)}(P,e))}else{if(!_[j])return p?e:{};P=function(e,t,n,r){var o=e.constructor;switch(t){case b:return Fe(e);case a:case u:return new o(+e);case w:return function(e,t){var n=t?Fe(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}(e,r);case x:case E:case S:case C:case D:case O:case A:case k:case T:return function(e,t){var n=t?Fe(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}(e,r);case c:return function(e,t,n){return H(t?n(V(e),!0):V(e),z,new e.constructor)}(e,r,n);case f:case v:return new o(e);case h:return function(e){var t=new e.constructor(e.source,B.exec(e));return t.lastIndex=e.lastIndex,t}(e);case g:return function(e,t,n){return H(t?n(W(e),!0):W(e),$,new e.constructor)}(e,r,n);case y:return function(e){return Ce?Object(Ce.call(e)):{}}(e)}}(e,j,Pe,t)}}m||(m=new ke);var R=m.get(e);if(R)return R;if(m.set(e,P),!F)var I=n?function(e){return function(e,t,n){var r=t(e);return He(e)?r:function(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}(r,n(e))}(e,Ge,Re)}(e):Ge(e);return function(e,t){for(var n=-1,r=e?e.length:0;++n<r&&!1!==t(e[n],n););}(I||e,(function(o,i){I&&(o=e[i=o]),Te(P,i,Pe(o,t,n,r,i,e,m))})),P}function Fe(e){var t=new e.constructor(e.byteLength);return new oe(t).set(new oe(e)),t}function _e(e,t,n,r){n||(n={});for(var o=-1,i=t.length;++o<i;){var a=t[o],u=r?r(n[a],e[a],a,n,e):void 0;Te(n,a,void 0===u?e[a]:u)}return n}function je(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 Ne(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!We(e)||function(e){return!!X&&X in e}(e))&&(Ze(e)||U(e)?te:P).test(ze(e))}(n)?n:void 0}De.prototype.clear=function(){this.__data__=ye?ye(null):{}},De.prototype.delete=function(e){return this.has(e)&&delete this.__data__[e]},De.prototype.get=function(e){var t=this.__data__;if(ye){var r=t[e];return r===n?void 0:r}return Q.call(t,e)?t[e]:void 0},De.prototype.has=function(e){var t=this.__data__;return ye?void 0!==t[e]:Q.call(t,e)},De.prototype.set=function(e,t){return this.__data__[e]=ye&&void 0===t?n:t,this},Oe.prototype.clear=function(){this.__data__=[]},Oe.prototype.delete=function(e){var t=this.__data__,n=Be(t,e);return!(n<0||(n==t.length-1?t.pop():se.call(t,n,1),0))},Oe.prototype.get=function(e){var t=this.__data__,n=Be(t,e);return n<0?void 0:t[n][1]},Oe.prototype.has=function(e){return Be(this.__data__,e)>-1},Oe.prototype.set=function(e,t){var n=this.__data__,r=Be(n,e);return r<0?n.push([e,t]):n[r][1]=t,this},Ae.prototype.clear=function(){this.__data__={hash:new De,map:new(pe||Oe),string:new De}},Ae.prototype.delete=function(e){return je(this,e).delete(e)},Ae.prototype.get=function(e){return je(this,e).get(e)},Ae.prototype.has=function(e){return je(this,e).has(e)},Ae.prototype.set=function(e,t){return je(this,e).set(e,t),this},ke.prototype.clear=function(){this.__data__=new Oe},ke.prototype.delete=function(e){return this.__data__.delete(e)},ke.prototype.get=function(e){return this.__data__.get(e)},ke.prototype.has=function(e){return this.__data__.has(e)},ke.prototype.set=function(e,t){var n=this.__data__;if(n instanceof Oe){var r=n.__data__;if(!pe||r.length<199)return r.push([e,t]),this;n=this.__data__=new Ae(r)}return n.set(e,t),this};var Re=le?Z(le,Object):function(){return[]},Ie=function(e){return ee.call(e)};function Le(e,t){return!!(t=null==t?o:t)&&("number"==typeof e||F.test(e))&&e>-1&&e%1==0&&e<t}function Me(e){var t=e&&e.constructor;return e===("function"==typeof t&&t.prototype||K)}function ze(e){if(null!=e){try{return J.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function $e(e,t){return e===t||e!=e&&t!=t}(de&&Ie(new de(new ArrayBuffer(1)))!=w||pe&&Ie(new pe)!=c||he&&Ie(he.resolve())!=p||ge&&Ie(new ge)!=g||ve&&Ie(new ve)!=m)&&(Ie=function(e){var t=ee.call(e),n=t==d?e.constructor:void 0,r=n?ze(n):void 0;if(r)switch(r){case me:return w;case be:return c;case we:return p;case xe:return g;case Ee:return m}return t});var He=Array.isArray;function Ue(e){return null!=e&&function(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}(e.length)&&!Ze(e)}var Ve=ce||function(){return!1};function Ze(e){var t=We(e)?ee.call(e):"";return t==s||t==l}function We(e){var t=typeof e;return!!e&&("object"==t||"function"==t)}function Ge(e){return Ue(e)?function(e,t){var n=He(e)||function(e){return function(e){return function(e){return!!e&&"object"==typeof e}(e)&&Ue(e)}(e)&&Q.call(e,"callee")&&(!ue.call(e,"callee")||ee.call(e)==i)}(e)?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],r=n.length,o=!!r;for(var a in e)!t&&!Q.call(e,a)||o&&("length"==a||Le(a,r))||n.push(a);return n}(e):function(e){if(!Me(e))return fe(e);var t=[];for(var n in Object(e))Q.call(e,n)&&"constructor"!=n&&t.push(n);return t}(e)}e.exports=function(e){return Pe(e,!0,!0)}}));function _v(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var jv=0;function Nv(e,t,n){const r=[];return e.forEach((e=>"string"!=typeof e?r.push(e):t[Symbol.split](e).forEach(((e,t,o)=>{""!==e&&r.push(e),t<o.length-1&&r.push(n)})))),r}
|
|
74
|
+
/**
|
|
75
|
+
* Takes a string with placeholder variables like `%{smart_count} file selected`
|
|
76
|
+
* and replaces it with values from options `{smart_count: 5}`
|
|
77
|
+
*
|
|
78
|
+
* @license https://github.com/airbnb/polyglot.js/blob/master/LICENSE
|
|
79
|
+
* taken from https://github.com/airbnb/polyglot.js/blob/master/lib/polyglot.js#L299
|
|
80
|
+
*
|
|
81
|
+
* @param {string} phrase that needs interpolation, with placeholders
|
|
82
|
+
* @param {object} options with values that will be used to replace placeholders
|
|
83
|
+
* @returns {any[]} interpolated
|
|
84
|
+
*/function Rv(e,t){const n=/\$/g;let r=[e];if(null==t)return r;for(const e of Object.keys(t))if("_"!==e){let o=t[e];"string"==typeof o&&(o=n[Symbol.replace](o,"$$$$")),r=Nv(r,new RegExp(`%\\{${e}\\}`,"g"),o)}return r}var Iv=(Bv=function(e){return"__private_"+jv+++"_"+e}("apply"),class{constructor(e){Object.defineProperty(this,Bv,{value:Lv}),this.locale={strings:{},pluralize:e=>1===e?0:1},Array.isArray(e)?e.forEach(_v(this,Bv)[Bv],this):_v(this,Bv)[Bv](e)}translate(e,t){return this.translateArray(e,t).join("")}translateArray(e,t){if(!function(e,t){return Object.prototype.hasOwnProperty.call(e,t)}(this.locale.strings,e))throw new Error(`missing string: ${e}`);const n=this.locale.strings[e];if("object"==typeof n){if(t&&void 0!==t.smart_count)return Rv(n[this.locale.pluralize(t.smart_count)],t);throw new Error("Attempted to use a string with plural forms, but no value was given for %{smart_count}")}return Rv(n,t)}});function Lv(e){if(null==e||!e.strings)return;const t=this.locale;this.locale={...t,strings:{...t.strings,...e.strings}},this.locale.pluralize=e.pluralize||t.pluralize}var Mv=function(){var e={},t=e._fns={};return e.emit=function(e,n,r,o,i,a,u){var s=function(e){for(var n=t[e]?t[e]:[],r=e.indexOf(":"),o=-1===r?[e]:[e.substring(0,r),e.substring(r+1)],i=Object.keys(t),a=0,u=i.length;a<u;a++){var s=i[a];if("*"===s&&(n=n.concat(t[s])),2===o.length&&o[0]===s){n=n.concat(t[s]);break}}return n}(e);s.length&&function(e,t,n){for(var r=0,o=t.length;r<o&&t[r];r++)t[r].event=e,t[r].apply(t[r],n)}(e,s,[n,r,o,i,a,u])},e.on=function(e,n){t[e]||(t[e]=[]),t[e].push(n)},e.once=function(t,n){this.on(t,(function r(){n.apply(this,arguments),e.off(t,r)}))},e.off=function(e,t){var n=[];if(e&&t)for(var r=this._fns[e],o=0,i=r?r.length:0;o<i;o++)r[o]!==t&&n.push(r[o]);n.length?this._fns[e]=n:delete this._fns[e]},e};let{urlAlphabet:zv}={urlAlphabet:"useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict"},$v=e=>crypto.getRandomValues(new Uint8Array(e)),Hv=(e,t,n)=>{let r=(2<<Math.log(e.length-1)/Math.LN2)-1,o=-~(1.6*r*t/e.length);return()=>{let i="";for(;;){let a=n(o),u=o;for(;u--;)if(i+=e[a[u]&r]||"",i.length===t)return i}}};var Uv={nanoid:(e=21)=>{let t="",n=crypto.getRandomValues(new Uint8Array(e));for(;e--;){let r=63&n[e];t+=r<36?r.toString(36):r<62?(r-26).toString(36).toUpperCase():r<63?"_":"-"}return t},customAlphabet:(e,t)=>Hv(e,t,$v),customRandom:Hv,urlAlphabet:zv,random:$v},Vv=function(e){if("number"!=typeof e||isNaN(e))throw new TypeError("Expected a number, got "+typeof e);var t=e<0,n=["B","KB","MB","GB","TB","PB","EB","ZB","YB"];if(t&&(e=-e),e<1)return(t?"-":"")+e+" B";var r=Math.min(Math.floor(Math.log(e)/Math.log(1024)),n.length-1);e=Number(e/Math.pow(1024,r));var o=n[r];return e>=10||e%1==0?(t?"-":"")+e.toFixed(0)+" "+o:(t?"-":"")+e.toFixed(1)+" "+o};function Zv(e,t){this.text=e=e||"",this.hasWild=~e.indexOf("*"),this.separator=t,this.parts=e.split(t)}Zv.prototype.match=function(e){var t,n,r=!0,o=this.parts,i=o.length;if("string"==typeof e||e instanceof String)if(this.hasWild||this.text==e){for(n=(e||"").split(this.separator),t=0;r&&t<i;t++)"*"!==o[t]&&(r=t<n.length&&o[t]===n[t]);r=r&&n}else r=!1;else if("function"==typeof e.splice)for(r=[],t=e.length;t--;)this.match(e[t])&&(r[r.length]=e[t]);else if("object"==typeof e)for(var a in r={},e)this.match(a)&&(r[a]=e[a]);return r};var Wv=/[\/\+\.]/,Gv=0;var qv=function(e){return"__private_"+Gv+++"_"+e}("publish");class Kv{constructor(){Object.defineProperty(this,qv,{value:Yv}),this.state={},this.callbacks=[]}getState(){return this.state}setState(e){const t={...this.state},n={...this.state,...e};this.state=n,function(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}(this,qv)[qv](t,n,e)}subscribe(e){return this.callbacks.push(e),()=>{this.callbacks.splice(this.callbacks.indexOf(e),1)}}}function Yv(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];this.callbacks.forEach((e=>{e(...t)}))}Kv.VERSION="2.0.3";var Xv=function(e){const t=e.lastIndexOf(".");return-1===t||t===e.length-1?{name:e,extension:void 0}:{name:e.slice(0,t),extension:e.slice(t+1)}},Jv={md:"text/markdown",markdown:"text/markdown",mp4:"video/mp4",mp3:"audio/mp3",svg:"image/svg+xml",jpg:"image/jpeg",png:"image/png",gif:"image/gif",heic:"image/heic",heif:"image/heif",yaml:"text/yaml",yml:"text/yaml",csv:"text/csv",tsv:"text/tab-separated-values",tab:"text/tab-separated-values",avi:"video/x-msvideo",mks:"video/x-matroska",mkv:"video/x-matroska",mov:"video/quicktime",doc:"application/msword",docm:"application/vnd.ms-word.document.macroenabled.12",docx:"application/vnd.openxmlformats-officedocument.wordprocessingml.document",dot:"application/msword",dotm:"application/vnd.ms-word.template.macroenabled.12",dotx:"application/vnd.openxmlformats-officedocument.wordprocessingml.template",xla:"application/vnd.ms-excel",xlam:"application/vnd.ms-excel.addin.macroenabled.12",xlc:"application/vnd.ms-excel",xlf:"application/x-xliff+xml",xlm:"application/vnd.ms-excel",xls:"application/vnd.ms-excel",xlsb:"application/vnd.ms-excel.sheet.binary.macroenabled.12",xlsm:"application/vnd.ms-excel.sheet.macroenabled.12",xlsx:"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",xlt:"application/vnd.ms-excel",xltm:"application/vnd.ms-excel.template.macroenabled.12",xltx:"application/vnd.openxmlformats-officedocument.spreadsheetml.template",xlw:"application/vnd.ms-excel",txt:"text/plain",text:"text/plain",conf:"text/plain",log:"text/plain",pdf:"application/pdf",zip:"application/zip","7z":"application/x-7z-compressed",rar:"application/x-rar-compressed",tar:"application/x-tar",gz:"application/gzip",dmg:"application/x-apple-diskimage"};function Qv(e){let t="";return e.replace(/[^A-Z0-9]/gi,(e=>(t+=`-${function(e){return e.charCodeAt(0).toString(32)}(e)}`,"/")))+t}var ey=function(e){if(null==e&&(e="undefined"!=typeof navigator?navigator.userAgent:null),!e)return!0;const t=/Edge\/(\d+\.\d+)/.exec(e);if(!t)return!0;const n=t[1];let[r,o]=n.split(".");return r=parseInt(r,10),o=parseInt(o,10),r<15||15===r&&o<15063||r>18||18===r&&o>=18218};function ty(e){return e<10?`0${e}`:e.toString()}var ny=function(){const e=new Date;return`${ty(e.getHours())}:${ty(e.getMinutes())}:${ty(e.getSeconds())}`},ry={justErrorsLogger:{debug:()=>{},warn:()=>{},error:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return console.error(`[Uppy] [${ny()}]`,...t)}},debugLogger:{debug:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return console.debug(`[Uppy] [${ny()}]`,...t)},warn:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return console.warn(`[Uppy] [${ny()}]`,...t)},error:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return console.error(`[Uppy] [${ny()}]`,...t)}}},oy={strings:{addBulkFilesFailed:{0:"Failed to add %{smart_count} file due to an internal error",1:"Failed to add %{smart_count} files due to internal errors"},youCanOnlyUploadX:{0:"You can only upload %{smart_count} file",1:"You can only upload %{smart_count} files"},youHaveToAtLeastSelectX:{0:"You have to select at least %{smart_count} file",1:"You have to select at least %{smart_count} files"},exceedsSize:"%{file} exceeds maximum allowed size of %{size}",missingRequiredMetaField:"Missing required meta fields",missingRequiredMetaFieldOnFile:"Missing required meta fields in %{fileName}",inferiorSize:"This file is smaller than the allowed size of %{size}",youCanOnlyUploadFileTypes:"You can only upload: %{types}",noMoreFilesAllowed:"Cannot add more files",noDuplicates:"Cannot add the duplicate file '%{fileName}', it already exists",companionError:"Connection with Companion failed",authAborted:"Authentication aborted",companionUnauthorizeHint:"To unauthorize to your %{provider} account, please go to %{url}",failedToUpload:"Failed to upload %{file}",noInternetConnection:"No Internet connection",connectedToInternet:"Connected to the Internet",noFilesFound:"You have no files or folders here",selectX:{0:"Select %{smart_count}",1:"Select %{smart_count}"},allFilesFromFolderNamed:"All files from folder %{name}",openFolderNamed:"Open folder %{name}",cancel:"Cancel",logOut:"Log out",filter:"Filter",resetFilter:"Reset filter",loading:"Loading...",authenticateWithTitle:"Please authenticate with %{pluginName} to select files",authenticateWith:"Connect to %{pluginName}",signInWithGoogle:"Sign in with Google",searchImages:"Search for images",enterTextToSearch:"Enter text to search for images",backToSearch:"Back to Search",emptyFolderAdded:"No files were added from empty folder",folderAlreadyAdded:'The folder "%{folder}" was already added',folderAdded:{0:"Added %{smart_count} file from %{folder}",1:"Added %{smart_count} files from %{folder}"}}},iy=Uv;let ay,uy;function sy(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var ly=0;function cy(e){return"__private_"+ly+++"_"+e}const{nanoid:fy}=iy,{justErrorsLogger:dy,debugLogger:py}=ry;class hy extends Error{constructor(){super(...arguments),this.isRestriction=!0}}"undefined"==typeof AggregateError&&(globalThis.AggregateError=class extends Error{constructor(e,t){super(t),this.errors=e}});class gy extends AggregateError{constructor(){super(...arguments),this.isRestriction=!0}}var vy=cy("plugins"),yy=cy("storeUnsubscribe"),my=cy("emitter"),by=cy("preProcessors"),wy=cy("uploaders"),xy=cy("postProcessors"),Ey=cy("checkRestrictions"),Sy=cy("checkMinNumberOfFiles"),Cy=cy("checkRequiredMetaFieldsOnFile"),Dy=cy("checkRequiredMetaFields"),Oy=cy("showOrLogErrorAndThrow"),Ay=cy("assertNewUploadAllowed"),ky=cy("checkAndCreateFileStateObject"),Ty=cy("startIfAutoProceed"),By=cy("addListeners"),Py=cy("updateOnlineStatus"),Fy=cy("createUpload"),_y=cy("getUpload"),jy=cy("removeUpload"),Ny=cy("runUpload");ay=Symbol.for("uppy test: getPlugins"),uy=Symbol.for("uppy test: createUpload");class Ry{constructor(e){Object.defineProperty(this,Ny,{value:Ky}),Object.defineProperty(this,jy,{value:qy}),Object.defineProperty(this,_y,{value:Gy}),Object.defineProperty(this,Fy,{value:Wy}),Object.defineProperty(this,By,{value:Zy}),Object.defineProperty(this,Ty,{value:Vy}),Object.defineProperty(this,ky,{value:Uy}),Object.defineProperty(this,Ay,{value:Hy}),Object.defineProperty(this,Oy,{value:$y}),Object.defineProperty(this,Dy,{value:zy}),Object.defineProperty(this,Cy,{value:My}),Object.defineProperty(this,Sy,{value:Ly}),Object.defineProperty(this,Ey,{value:Iy}),Object.defineProperty(this,vy,{writable:!0,value:Object.create(null)}),Object.defineProperty(this,yy,{writable:!0,value:void 0}),Object.defineProperty(this,my,{writable:!0,value:Mv()}),Object.defineProperty(this,by,{writable:!0,value:new Set}),Object.defineProperty(this,wy,{writable:!0,value:new Set}),Object.defineProperty(this,xy,{writable:!0,value:new Set}),Object.defineProperty(this,Py,{writable:!0,value:this.updateOnlineStatus.bind(this)}),this.defaultLocale=oy;const t={id:"uppy",autoProceed:!1,allowMultipleUploads:!0,allowMultipleUploadBatches:!0,debug:!1,restrictions:{maxFileSize:null,minFileSize:null,maxTotalFileSize:null,maxNumberOfFiles:null,minNumberOfFiles:null,allowedFileTypes:null,requiredMetaFields:[]},meta:{},onBeforeFileAdded:e=>e,onBeforeUpload:e=>e,store:new Kv,logger:dy,infoTimeout:5e3};if(this.opts={...t,...e,restrictions:{...t.restrictions,...e&&e.restrictions}},e&&e.logger&&e.debug?this.log("You are using a custom `logger`, but also set `debug: true`, which uses built-in logger to output logs to console. Ignoring `debug: true` and using your custom `logger`.","warning"):e&&e.debug&&(this.opts.logger=py),this.log(`Using Core v${this.constructor.VERSION}`),this.opts.restrictions.allowedFileTypes&&null!==this.opts.restrictions.allowedFileTypes&&!Array.isArray(this.opts.restrictions.allowedFileTypes))throw new TypeError("`restrictions.allowedFileTypes` must be an array");this.i18nInit(),this.calculateProgress=zh(this.calculateProgress.bind(this),500,{leading:!0,trailing:!0}),this.store=this.opts.store,this.setState({plugins:{},files:{},currentUploads:{},allowNewUpload:!0,capabilities:{uploadProgress:ey(),individualCancellation:!0,resumableUploads:!1},totalProgress:0,meta:{...this.opts.meta},info:[],recoveredState:null}),sy(this,yy)[yy]=this.store.subscribe(((e,t,n)=>{this.emit("state-update",e,t,n),this.updateAll(t)})),this.opts.debug&&"undefined"!=typeof window&&(window[this.opts.id]=this),sy(this,By)[By]()}emit(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];sy(this,my)[my].emit(e,...n)}on(e,t){return sy(this,my)[my].on(e,t),this}once(e,t){return sy(this,my)[my].once(e,t),this}off(e,t){return sy(this,my)[my].off(e,t),this}updateAll(e){this.iteratePlugins((t=>{t.update(e)}))}setState(e){this.store.setState(e)}getState(){return this.store.getState()}get state(){return this.getState()}setFileState(e,t){if(!this.getState().files[e])throw new Error(`Can’t set state for ${e} (the file could have been removed)`);this.setState({files:{...this.getState().files,[e]:{...this.getState().files[e],...t}}})}i18nInit(){const e=new Iv([this.defaultLocale,this.opts.locale]);this.i18n=e.translate.bind(e),this.i18nArray=e.translateArray.bind(e),this.locale=e.locale}setOptions(e){this.opts={...this.opts,...e,restrictions:{...this.opts.restrictions,...e&&e.restrictions}},e.meta&&this.setMeta(e.meta),this.i18nInit(),e.locale&&this.iteratePlugins((e=>{e.setOptions()})),this.setState()}resetProgress(){const e={percentage:0,bytesUploaded:0,uploadComplete:!1,uploadStarted:null},t={...this.getState().files},n={};Object.keys(t).forEach((r=>{const o={...t[r]};o.progress={...o.progress,...e},n[r]=o})),this.setState({files:n,totalProgress:0}),this.emit("reset-progress")}addPreProcessor(e){sy(this,by)[by].add(e)}removePreProcessor(e){return sy(this,by)[by].delete(e)}addPostProcessor(e){sy(this,xy)[xy].add(e)}removePostProcessor(e){return sy(this,xy)[xy].delete(e)}addUploader(e){sy(this,wy)[wy].add(e)}removeUploader(e){return sy(this,wy)[wy].delete(e)}setMeta(e){const t={...this.getState().meta,...e},n={...this.getState().files};Object.keys(n).forEach((t=>{n[t]={...n[t],meta:{...n[t].meta,...e}}})),this.log("Adding metadata:"),this.log(e),this.setState({meta:t,files:n})}setFileMeta(e,t){const n={...this.getState().files};if(!n[e])return void this.log("Was trying to set metadata for a file that has been removed: ",e);const r={...n[e].meta,...t};n[e]={...n[e],meta:r},this.setState({files:n})}getFile(e){return this.getState().files[e]}getFiles(){const{files:e}=this.getState();return Object.values(e)}getObjectOfFilesPerState(){const{files:e,totalProgress:t,error:n}=this.getState(),r=Object.values(e),o=r.filter((e=>{let{progress:t}=e;return!t.uploadComplete&&t.uploadStarted})),i=r.filter((e=>!e.progress.uploadStarted)),a=r.filter((e=>e.progress.uploadStarted||e.progress.preprocess||e.progress.postprocess)),u=r.filter((e=>e.progress.uploadStarted)),s=r.filter((e=>e.isPaused)),l=r.filter((e=>e.progress.uploadComplete)),c=r.filter((e=>e.error)),f=o.filter((e=>!e.isPaused)),d=r.filter((e=>e.progress.preprocess||e.progress.postprocess));return{newFiles:i,startedFiles:a,uploadStartedFiles:u,pausedFiles:s,completeFiles:l,erroredFiles:c,inProgressFiles:o,inProgressNotPausedFiles:f,processingFiles:d,isUploadStarted:u.length>0,isAllComplete:100===t&&l.length===r.length&&0===d.length,isAllErrored:!!n&&c.length===r.length,isAllPaused:0!==o.length&&s.length===o.length,isUploadInProgress:o.length>0,isSomeGhost:r.some((e=>e.isGhost))}}validateRestrictions(e,t){try{return sy(this,Ey)[Ey](e,t),{result:!0}}catch(e){return{result:!1,reason:e.message}}}checkIfFileAlreadyExists(e){const{files:t}=this.getState();return!(!t[e]||t[e].isGhost)}addFile(e){sy(this,Ay)[Ay](e);const{files:t}=this.getState();let n=sy(this,ky)[ky](t,e);return t[n.id]&&t[n.id].isGhost&&(n={...t[n.id],data:e.data,isGhost:!1},this.log(`Replaced the blob in the restored ghost file: ${n.name}, ${n.id}`)),this.setState({files:{...t,[n.id]:n}}),this.emit("file-added",n),this.emit("files-added",[n]),this.log(`Added file: ${n.name}, ${n.id}, mime type: ${n.type}`),sy(this,Ty)[Ty](),n.id}addFiles(e){sy(this,Ay)[Ay]();const t={...this.getState().files},n=[],r=[];for(let o=0;o<e.length;o++)try{let r=sy(this,ky)[ky](t,e[o]);t[r.id]&&t[r.id].isGhost&&(r={...t[r.id],data:e[o].data,isGhost:!1},this.log(`Replaced blob in a ghost file: ${r.name}, ${r.id}`)),t[r.id]=r,n.push(r)}catch(e){e.isRestriction||r.push(e)}if(this.setState({files:t}),n.forEach((e=>{this.emit("file-added",e)})),this.emit("files-added",n),n.length>5?this.log(`Added batch of ${n.length} files`):Object.keys(n).forEach((e=>{this.log(`Added file: ${n[e].name}\n id: ${n[e].id}\n type: ${n[e].type}`)})),n.length>0&&sy(this,Ty)[Ty](),r.length>0){let e="Multiple errors occurred while adding files:\n";if(r.forEach((t=>{e+=`\n * ${t.message}`})),this.info({message:this.i18n("addBulkFilesFailed",{smart_count:r.length}),details:e},"error",this.opts.infoTimeout),"function"==typeof AggregateError)throw new AggregateError(r,e);{const t=new Error(e);throw t.errors=r,t}}}removeFiles(e,t){const{files:n,currentUploads:r}=this.getState(),o={...n},i={...r},a=Object.create(null);function u(e){return void 0===a[e]}e.forEach((e=>{n[e]&&(a[e]=n[e],delete o[e])})),Object.keys(i).forEach((e=>{const t=r[e].fileIDs.filter(u);0!==t.length?i[e]={...r[e],fileIDs:t}:delete i[e]}));const s={currentUploads:i,files:o};0===Object.keys(o).length&&(s.allowNewUpload=!0,s.error=null,s.recoveredState=null),this.setState(s),this.calculateTotalProgress();const l=Object.keys(a);l.forEach((e=>{this.emit("file-removed",a[e],t)})),l.length>5?this.log(`Removed ${l.length} files`):this.log(`Removed files: ${l.join(", ")}`)}removeFile(e,t){void 0===t&&(t=null),this.removeFiles([e],t)}pauseResume(e){if(!this.getState().capabilities.resumableUploads||this.getFile(e).uploadComplete)return;const t=!this.getFile(e).isPaused;return this.setFileState(e,{isPaused:t}),this.emit("upload-pause",e,t),t}pauseAll(){const e={...this.getState().files};Object.keys(e).filter((t=>!e[t].progress.uploadComplete&&e[t].progress.uploadStarted)).forEach((t=>{const n={...e[t],isPaused:!0};e[t]=n})),this.setState({files:e}),this.emit("pause-all")}resumeAll(){const e={...this.getState().files};Object.keys(e).filter((t=>!e[t].progress.uploadComplete&&e[t].progress.uploadStarted)).forEach((t=>{const n={...e[t],isPaused:!1,error:null};e[t]=n})),this.setState({files:e}),this.emit("resume-all")}retryAll(){const e={...this.getState().files},t=Object.keys(e).filter((t=>e[t].error));if(t.forEach((t=>{const n={...e[t],isPaused:!1,error:null};e[t]=n})),this.setState({files:e,error:null}),this.emit("retry-all",t),0===t.length)return Promise.resolve({successful:[],failed:[]});const n=sy(this,Fy)[Fy](t,{forceAllowNewUpload:!0});return sy(this,Ny)[Ny](n)}cancelAll(){this.emit("cancel-all");const{files:e}=this.getState(),t=Object.keys(e);t.length&&this.removeFiles(t,"cancel-all"),this.setState({totalProgress:0,error:null,recoveredState:null})}retryUpload(e){this.setFileState(e,{error:null,isPaused:!1}),this.emit("upload-retry",e);const t=sy(this,Fy)[Fy]([e],{forceAllowNewUpload:!0});return sy(this,Ny)[Ny](t)}reset(){this.cancelAll()}logout(){this.iteratePlugins((e=>{e.provider&&e.provider.logout&&e.provider.logout()}))}calculateProgress(e,t){if(!this.getFile(e.id))return void this.log(`Not setting progress for a file that has been removed: ${e.id}`);const n=Number.isFinite(t.bytesTotal)&&t.bytesTotal>0;this.setFileState(e.id,{progress:{...this.getFile(e.id).progress,bytesUploaded:t.bytesUploaded,bytesTotal:t.bytesTotal,percentage:n?Math.round(t.bytesUploaded/t.bytesTotal*100):0}}),this.calculateTotalProgress()}calculateTotalProgress(){const e=this.getFiles().filter((e=>e.progress.uploadStarted||e.progress.preprocess||e.progress.postprocess));if(0===e.length)return this.emit("progress",0),void this.setState({totalProgress:0});const t=e.filter((e=>null!=e.progress.bytesTotal)),n=e.filter((e=>null==e.progress.bytesTotal));if(0===t.length){const t=100*e.length,r=n.reduce(((e,t)=>e+t.progress.percentage),0),o=Math.round(r/t*100);return void this.setState({totalProgress:o})}let r=t.reduce(((e,t)=>e+t.progress.bytesTotal),0);const o=r/t.length;r+=o*n.length;let i=0;t.forEach((e=>{i+=e.progress.bytesUploaded})),n.forEach((e=>{i+=o*(e.progress.percentage||0)/100}));let a=0===r?0:Math.round(i/r*100);a>100&&(a=100),this.setState({totalProgress:a}),this.emit("progress",a)}updateOnlineStatus(){void 0===window.navigator.onLine||window.navigator.onLine?(this.emit("is-online"),this.wasOffline&&(this.emit("back-online"),this.info(this.i18n("connectedToInternet"),"success",3e3),this.wasOffline=!1)):(this.emit("is-offline"),this.info(this.i18n("noInternetConnection"),"error",0),this.wasOffline=!0)}getID(){return this.opts.id}use(e,t){if("function"!=typeof e)throw new TypeError(`Expected a plugin class, but got ${null===e?"null":typeof e}. Please verify that the plugin was imported and spelled correctly.`);const n=new e(this,t),r=n.id;if(!r)throw new Error("Your plugin must have an id");if(!n.type)throw new Error("Your plugin must have a type");const o=this.getPlugin(r);if(o){const e=`Already found a plugin named '${o.id}'. Tried to use: '${r}'.\nUppy plugins must have unique \`id\` options. See https://uppy.io/docs/plugins/#id.`;throw new Error(e)}return e.VERSION&&this.log(`Using ${r} v${e.VERSION}`),n.type in sy(this,vy)[vy]?sy(this,vy)[vy][n.type].push(n):sy(this,vy)[vy][n.type]=[n],n.install(),this}getPlugin(e){for(const t of Object.values(sy(this,vy)[vy])){const n=t.find((t=>t.id===e));if(null!=n)return n}}[ay](e){return sy(this,vy)[vy][e]}iteratePlugins(e){Object.values(sy(this,vy)[vy]).flat(1).forEach(e)}removePlugin(e){this.log(`Removing plugin ${e.id}`),this.emit("plugin-remove",e),e.uninstall&&e.uninstall();const t=sy(this,vy)[vy][e.type],n=t.findIndex((t=>t.id===e.id));-1!==n&&t.splice(n,1);const r={plugins:{...this.getState().plugins,[e.id]:void 0}};this.setState(r)}close(){this.log(`Closing Uppy instance ${this.opts.id}: removing all files and uninstalling plugins`),this.reset(),sy(this,yy)[yy](),this.iteratePlugins((e=>{this.removePlugin(e)})),"undefined"!=typeof window&&window.removeEventListener&&(window.removeEventListener("online",sy(this,Py)[Py]),window.removeEventListener("offline",sy(this,Py)[Py]))}hideInfo(){const{info:e}=this.getState();this.setState({info:e.slice(1)}),this.emit("info-hidden")}info(e,t,n){void 0===t&&(t="info"),void 0===n&&(n=3e3);const r="object"==typeof e;this.setState({info:[...this.getState().info,{type:t,message:r?e.message:e,details:r?e.details:null}]}),setTimeout((()=>this.hideInfo()),n),this.emit("info-visible")}log(e,t){const{logger:n}=this.opts;switch(t){case"error":n.error(e);break;case"warning":n.warn(e);break;default:n.debug(e)}}restore(e){return this.log(`Core: attempting to restore upload "${e}"`),this.getState().currentUploads[e]?sy(this,Ny)[Ny](e):(sy(this,jy)[jy](e),Promise.reject(new Error("Nonexistent upload")))}[uy](){return sy(this,Fy)[Fy](...arguments)}addResultData(e,t){if(!sy(this,_y)[_y](e))return void this.log(`Not setting result for an upload that has been removed: ${e}`);const{currentUploads:n}=this.getState(),r={...n[e],result:{...n[e].result,...t}};this.setState({currentUploads:{...n,[e]:r}})}upload(){var e;null!=(e=sy(this,vy)[vy].uploader)&&e.length||this.log("No uploader type plugins are used","warning");let{files:t}=this.getState();const n=this.opts.onBeforeUpload(t);return!1===n?Promise.reject(new Error("Not starting the upload because onBeforeUpload returned false")):(n&&"object"==typeof n&&(t=n,this.setState({files:t})),Promise.resolve().then((()=>{sy(this,Sy)[Sy](t),sy(this,Dy)[Dy](t)})).catch((e=>{sy(this,Oy)[Oy](e)})).then((()=>{const{currentUploads:e}=this.getState(),n=Object.values(e).flatMap((e=>e.fileIDs)),r=[];Object.keys(t).forEach((e=>{const t=this.getFile(e);t.progress.uploadStarted||-1!==n.indexOf(e)||r.push(t.id)}));const o=sy(this,Fy)[Fy](r);return sy(this,Ny)[Ny](o)})).catch((e=>{sy(this,Oy)[Oy](e,{showInformer:!1})})))}}function Iy(e,t){void 0===t&&(t=this.getFiles());const{maxFileSize:n,minFileSize:r,maxTotalFileSize:o,maxNumberOfFiles:i,allowedFileTypes:a}=this.opts.restrictions;if(i&&t.length+1>i)throw new hy(`${this.i18n("youCanOnlyUploadX",{smart_count:i})}`);if(a&&!a.some((t=>t.indexOf("/")>-1?!!e.type&&function(e,t){function n(t){var n=function(e,t,n){var r=new Zv(e,n||/[\/\.]/);return void 0!==t?r.match(t):r}(t,e,Wv);return n&&n.length>=2}return t?n(t.split(";")[0]):n}(e.type.replace(/;.*?$/,""),t):!("."!==t[0]||!e.extension)&&e.extension.toLowerCase()===t.substr(1).toLowerCase()))){const e=a.join(", ");throw new hy(this.i18n("youCanOnlyUploadFileTypes",{types:e}))}if(o&&null!=e.size){let n=0;if(n+=e.size,t.forEach((e=>{n+=e.size})),n>o)throw new hy(this.i18n("exceedsSize",{size:Vv(o),file:e.name}))}if(n&&null!=e.size&&e.size>n)throw new hy(this.i18n("exceedsSize",{size:Vv(n),file:e.name}));if(r&&null!=e.size&&e.size<r)throw new hy(this.i18n("inferiorSize",{size:Vv(r)}))}function Ly(e){const{minNumberOfFiles:t}=this.opts.restrictions;if(Object.keys(e).length<t)throw new hy(`${this.i18n("youHaveToAtLeastSelectX",{smart_count:t})}`)}function My(e){const{requiredMetaFields:t}=this.opts.restrictions,{hasOwnProperty:n}=Object.prototype,r=[],o=[];for(let i=0;i<t.length;i++)if(!n.call(e.meta,t[i])||""===e.meta[t[i]]){const n=new hy(`${this.i18n("missingRequiredMetaFieldOnFile",{fileName:e.name})}`);r.push(n),o.push(t[i]),sy(this,Oy)[Oy](n,{file:e,showInformer:!1,throwErr:!1})}return this.setFileState(e.id,{missingRequiredMetaFields:o}),r}function zy(e){const t=Object.keys(e).flatMap((e=>{const t=this.getFile(e);return sy(this,Cy)[Cy](t)}));if(t.length)throw new gy(t,`${this.i18n("missingRequiredMetaField")}`)}function $y(e,t){let{showInformer:n=!0,file:r=null,throwErr:o=!0}=void 0===t?{}:t;const i="object"==typeof e?e.message:e,a="object"==typeof e&&e.details?e.details:"";let u=i;if(a&&(u+=` ${a}`),e.isRestriction?(this.log(u),this.emit("restriction-failed",r,e)):this.log(u,"error"),n&&this.info({message:i,details:a},"error",this.opts.infoTimeout),o)throw"object"==typeof e?e:new Error(e)}function Hy(e){const{allowNewUpload:t}=this.getState();!1===t&&sy(this,Oy)[Oy](new hy(this.i18n("noMoreFilesAllowed")),{file:e})}function Uy(e,t){const n=function(e){var t;if(e.type)return e.type;const n=e.name?null==(t=Xv(e.name).extension)?void 0:t.toLowerCase():null;return n&&n in Jv?Jv[n]:"application/octet-stream"}(t),r=function(e,t){return t.name?t.name:"image"===e.split("/")[0]?`${e.split("/")[0]}.${e.split("/")[1]}`:"noname"}(n,t),o=Xv(r).extension,i=Boolean(t.isRemote),a=function(e){let t="uppy";return"string"==typeof e.name&&(t+=`-${Qv(e.name.toLowerCase())}`),void 0!==e.type&&(t+=`-${e.type}`),e.meta&&"string"==typeof e.meta.relativePath&&(t+=`-${Qv(e.meta.relativePath.toLowerCase())}`),void 0!==e.data.size&&(t+=`-${e.data.size}`),void 0!==e.data.lastModified&&(t+=`-${e.data.lastModified}`),t}({...t,type:n});if(this.checkIfFileAlreadyExists(a)){const e=new hy(this.i18n("noDuplicates",{fileName:r}));sy(this,Oy)[Oy](e,{file:t})}const u=t.meta||{};u.name=r,u.type=n;const s=Number.isFinite(t.data.size)?t.data.size:null;let l={source:t.source||"",id:a,name:r,extension:o||"",meta:{...this.getState().meta,...u},type:n,data:t.data,progress:{percentage:0,bytesUploaded:0,bytesTotal:s,uploadComplete:!1,uploadStarted:null},size:s,isRemote:i,remote:t.remote||"",preview:t.preview};const c=this.opts.onBeforeFileAdded(l,e);!1===c?sy(this,Oy)[Oy](new hy("Cannot add the file because onBeforeFileAdded returned false."),{showInformer:!1,fileDescriptor:t}):"object"==typeof c&&null!==c&&(l=c);try{const t=Object.keys(e).map((t=>e[t]));sy(this,Ey)[Ey](l,t)}catch(e){sy(this,Oy)[Oy](e,{file:l})}return l}function Vy(){this.opts.autoProceed&&!this.scheduledAutoProceed&&(this.scheduledAutoProceed=setTimeout((()=>{this.scheduledAutoProceed=null,this.upload().catch((e=>{e.isRestriction||this.log(e.stack||e.message||e)}))}),4))}function Zy(){const e=(e,t,n)=>{let r=e.message||"Unknown error";e.details&&(r+=` ${e.details}`),this.setState({error:r}),null!=t&&t.id in this.getState().files&&this.setFileState(t.id,{error:r,response:n})};this.on("error",e),this.on("upload-error",((t,n,r)=>{if(e(n,t,r),"object"==typeof n&&n.message){const e=new Error(n.message);e.details=n.message,n.details&&(e.details+=` ${n.details}`),e.message=this.i18n("failedToUpload",{file:t.name}),sy(this,Oy)[Oy](e,{throwErr:!1})}else sy(this,Oy)[Oy](n,{throwErr:!1})})),this.on("upload",(()=>{this.setState({error:null})})),this.on("upload-started",(e=>{this.getFile(e.id)?this.setFileState(e.id,{progress:{uploadStarted:Date.now(),uploadComplete:!1,percentage:0,bytesUploaded:0,bytesTotal:e.size}}):this.log(`Not setting progress for a file that has been removed: ${e.id}`)})),this.on("upload-progress",this.calculateProgress),this.on("upload-success",((e,t)=>{if(!this.getFile(e.id))return void this.log(`Not setting progress for a file that has been removed: ${e.id}`);const n=this.getFile(e.id).progress;this.setFileState(e.id,{progress:{...n,postprocess:sy(this,xy)[xy].size>0?{mode:"indeterminate"}:null,uploadComplete:!0,percentage:100,bytesUploaded:n.bytesTotal},response:t,uploadURL:t.uploadURL,isPaused:!1}),null==e.size&&this.setFileState(e.id,{size:t.bytesUploaded||n.bytesTotal}),this.calculateTotalProgress()})),this.on("preprocess-progress",((e,t)=>{this.getFile(e.id)?this.setFileState(e.id,{progress:{...this.getFile(e.id).progress,preprocess:t}}):this.log(`Not setting progress for a file that has been removed: ${e.id}`)})),this.on("preprocess-complete",(e=>{if(!this.getFile(e.id))return void this.log(`Not setting progress for a file that has been removed: ${e.id}`);const t={...this.getState().files};t[e.id]={...t[e.id],progress:{...t[e.id].progress}},delete t[e.id].progress.preprocess,this.setState({files:t})})),this.on("postprocess-progress",((e,t)=>{this.getFile(e.id)?this.setFileState(e.id,{progress:{...this.getState().files[e.id].progress,postprocess:t}}):this.log(`Not setting progress for a file that has been removed: ${e.id}`)})),this.on("postprocess-complete",(e=>{if(!this.getFile(e.id))return void this.log(`Not setting progress for a file that has been removed: ${e.id}`);const t={...this.getState().files};t[e.id]={...t[e.id],progress:{...t[e.id].progress}},delete t[e.id].progress.postprocess,this.setState({files:t})})),this.on("restored",(()=>{this.calculateTotalProgress()})),this.on("dashboard:file-edit-complete",(e=>{e&&sy(this,Cy)[Cy](e)})),"undefined"!=typeof window&&window.addEventListener&&(window.addEventListener("online",sy(this,Py)[Py]),window.addEventListener("offline",sy(this,Py)[Py]),setTimeout(sy(this,Py)[Py],3e3))}function Wy(e,t){void 0===t&&(t={});const{forceAllowNewUpload:n=!1}=t,{allowNewUpload:r,currentUploads:o}=this.getState();if(!r&&!n)throw new Error("Cannot create a new upload: already uploading.");const i=fy();return this.emit("upload",{id:i,fileIDs:e}),this.setState({allowNewUpload:!1!==this.opts.allowMultipleUploadBatches&&!1!==this.opts.allowMultipleUploads,currentUploads:{...o,[i]:{fileIDs:e,step:0,result:{}}}}),i}function Gy(e){const{currentUploads:t}=this.getState();return t[e]}function qy(e){const t={...this.getState().currentUploads};delete t[e],this.setState({currentUploads:t})}async function Ky(e){let{currentUploads:t}=this.getState(),n=t[e];const r=n.step||0,o=[...sy(this,by)[by],...sy(this,wy)[wy],...sy(this,xy)[xy]];try{for(let i=r;i<o.length&&n;i++){const r=o[i],a={...n,step:i};this.setState({currentUploads:{...t,[e]:a}}),await r(a.fileIDs,e),t=this.getState().currentUploads,n=t[e]}}catch(t){throw this.emit("error",t),sy(this,jy)[jy](e),t}if(n){n.fileIDs.forEach((e=>{const t=this.getFile(e);t&&t.progress.postprocess&&this.emit("postprocess-complete",t)}));const r=n.fileIDs.map((e=>this.getFile(e))),o=r.filter((e=>!e.error)),i=r.filter((e=>e.error));await this.addResultData(e,{successful:o,failed:i,uploadID:e}),t=this.getState().currentUploads,n=t[e]}let i;return n&&(i=n.result,this.emit("complete",i),sy(this,jy)[jy](e)),null==i&&this.log(`Not setting result for an upload that has been removed: ${e}`),i}Ry.VERSION="2.1.3";var Yy=Ry,Xy=o((function(e,t){var n,r,o,i,a,u,s,l,c={},f=[],d=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function p(e,t){for(var n in t)e[n]=t[n];return e}function h(e){var t=e.parentNode;t&&t.removeChild(e)}function g(e,t,r){var o,i,a,u={};for(a in t)"key"==a?o=t[a]:"ref"==a?i=t[a]:u[a]=t[a];if(arguments.length>2&&(u.children=arguments.length>3?n.call(arguments,2):r),"function"==typeof e&&null!=e.defaultProps)for(a in e.defaultProps)void 0===u[a]&&(u[a]=e.defaultProps[a]);return v(e,u,o,i,null)}function v(e,t,n,i,a){var u={type:e,props:t,key:n,ref:i,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==a?++o:a};return null==a&&null!=r.vnode&&r.vnode(u),u}function y(e){return e.children}function m(e,t){this.props=e,this.context=t}function b(e,t){if(null==t)return e.__?b(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?b(e):null}function w(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return w(e)}}function x(e){(!e.__d&&(e.__d=!0)&&a.push(e)&&!E.__r++||s!==r.debounceRendering)&&((s=r.debounceRendering)||u)(E)}function E(){for(var e;E.__r=a.length;)e=a.sort((function(e,t){return e.__v.__b-t.__v.__b})),a=[],e.some((function(e){var t,n,r,o,i,a;e.__d&&(i=(o=(t=e).__v).__e,(a=t.__P)&&(n=[],(r=p({},o)).__v=o.__v+1,B(a,o,r,t.__n,void 0!==a.ownerSVGElement,null!=o.__h?[i]:null,n,null==i?b(o):i,o.__h),P(n,o),o.__e!=i&&w(o)))}))}function S(e,t,n,r,o,i,a,u,s,l){var d,p,h,g,m,w,x,E=r&&r.__k||f,S=E.length;for(n.__k=[],d=0;d<t.length;d++)if(null!=(g=n.__k[d]=null==(g=t[d])||"boolean"==typeof g?null:"string"==typeof g||"number"==typeof g||"bigint"==typeof g?v(null,g,null,null,g):Array.isArray(g)?v(y,{children:g},null,null,null):g.__b>0?v(g.type,g.props,g.key,null,g.__v):g)){if(g.__=n,g.__b=n.__b+1,null===(h=E[d])||h&&g.key==h.key&&g.type===h.type)E[d]=void 0;else for(p=0;p<S;p++){if((h=E[p])&&g.key==h.key&&g.type===h.type){E[p]=void 0;break}h=null}B(e,g,h=h||c,o,i,a,u,s,l),m=g.__e,(p=g.ref)&&h.ref!=p&&(x||(x=[]),h.ref&&x.push(h.ref,null,g),x.push(p,g.__c||m,g)),null!=m?(null==w&&(w=m),"function"==typeof g.type&&g.__k===h.__k?g.__d=s=C(g,s,e):s=D(e,g,h,E,m,s),"function"==typeof n.type&&(n.__d=s)):s&&h.__e==s&&s.parentNode!=e&&(s=b(h))}for(n.__e=w,d=S;d--;)null!=E[d]&&("function"==typeof n.type&&null!=E[d].__e&&E[d].__e==n.__d&&(n.__d=b(r,d+1)),j(E[d],E[d]));if(x)for(d=0;d<x.length;d++)_(x[d],x[++d],x[++d])}function C(e,t,n){for(var r,o=e.__k,i=0;o&&i<o.length;i++)(r=o[i])&&(r.__=e,t="function"==typeof r.type?C(r,t,n):D(n,r,r,o,r.__e,t));return t}function D(e,t,n,r,o,i){var a,u,s;if(void 0!==t.__d)a=t.__d,t.__d=void 0;else if(null==n||o!=i||null==o.parentNode)e:if(null==i||i.parentNode!==e)e.appendChild(o),a=null;else{for(u=i,s=0;(u=u.nextSibling)&&s<r.length;s+=2)if(u==o)break e;e.insertBefore(o,i),a=i}return void 0!==a?a:o.nextSibling}function O(e,t,n){"-"===t[0]?e.setProperty(t,n):e[t]=null==n?"":"number"!=typeof n||d.test(t)?n:n+"px"}function A(e,t,n,r,o){var i;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||O(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||O(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])i=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+i]=n,n?r||e.addEventListener(t,i?T:k,i):e.removeEventListener(t,i?T:k,i);else if("dangerouslySetInnerHTML"!==t){if(o)t=t.replace(/xlink[H:h]/,"h").replace(/sName$/,"s");else if("href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null!=n&&(!1!==n||"a"===t[0]&&"r"===t[1])?e.setAttribute(t,n):e.removeAttribute(t))}}function k(e){this.l[e.type+!1](r.event?r.event(e):e)}function T(e){this.l[e.type+!0](r.event?r.event(e):e)}function B(e,t,n,o,i,a,u,s,l){var c,f,d,h,g,v,b,w,x,E,C,D=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(l=n.__h,s=t.__e=n.__e,t.__h=null,a=[s]),(c=r.__b)&&c(t);try{e:if("function"==typeof D){if(w=t.props,x=(c=D.contextType)&&o[c.__c],E=c?x?x.props.value:c.__:o,n.__c?b=(f=t.__c=n.__c).__=f.__E:("prototype"in D&&D.prototype.render?t.__c=f=new D(w,E):(t.__c=f=new m(w,E),f.constructor=D,f.render=N),x&&x.sub(f),f.props=w,f.state||(f.state={}),f.context=E,f.__n=o,d=f.__d=!0,f.__h=[]),null==f.__s&&(f.__s=f.state),null!=D.getDerivedStateFromProps&&(f.__s==f.state&&(f.__s=p({},f.__s)),p(f.__s,D.getDerivedStateFromProps(w,f.__s))),h=f.props,g=f.state,d)null==D.getDerivedStateFromProps&&null!=f.componentWillMount&&f.componentWillMount(),null!=f.componentDidMount&&f.__h.push(f.componentDidMount);else{if(null==D.getDerivedStateFromProps&&w!==h&&null!=f.componentWillReceiveProps&&f.componentWillReceiveProps(w,E),!f.__e&&null!=f.shouldComponentUpdate&&!1===f.shouldComponentUpdate(w,f.__s,E)||t.__v===n.__v){f.props=w,f.state=f.__s,t.__v!==n.__v&&(f.__d=!1),f.__v=t,t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),f.__h.length&&u.push(f);break e}null!=f.componentWillUpdate&&f.componentWillUpdate(w,f.__s,E),null!=f.componentDidUpdate&&f.__h.push((function(){f.componentDidUpdate(h,g,v)}))}f.context=E,f.props=w,f.state=f.__s,(c=r.__r)&&c(t),f.__d=!1,f.__v=t,f.__P=e,c=f.render(f.props,f.state,f.context),f.state=f.__s,null!=f.getChildContext&&(o=p(p({},o),f.getChildContext())),d||null==f.getSnapshotBeforeUpdate||(v=f.getSnapshotBeforeUpdate(h,g)),C=null!=c&&c.type===y&&null==c.key?c.props.children:c,S(e,Array.isArray(C)?C:[C],t,n,o,i,a,u,s,l),f.base=t.__e,t.__h=null,f.__h.length&&u.push(f),b&&(f.__E=f.__=null),f.__e=!1}else null==a&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=F(n.__e,t,n,o,i,a,u,l);(c=r.diffed)&&c(t)}catch(e){t.__v=null,(l||null!=a)&&(t.__e=s,t.__h=!!l,a[a.indexOf(s)]=null),r.__e(e,t,n)}}function P(e,t){r.__c&&r.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){r.__e(e,t.__v)}}))}function F(e,t,r,o,i,a,u,s){var l,f,d,p=r.props,g=t.props,v=t.type,y=0;if("svg"===v&&(i=!0),null!=a)for(;y<a.length;y++)if((l=a[y])&&"setAttribute"in l==!!v&&(v?l.localName===v:3===l.nodeType)){e=l,a[y]=null;break}if(null==e){if(null===v)return document.createTextNode(g);e=i?document.createElementNS("http://www.w3.org/2000/svg",v):document.createElement(v,g.is&&g),a=null,s=!1}if(null===v)p===g||s&&e.data===g||(e.data=g);else{if(a=a&&n.call(e.childNodes),f=(p=r.props||c).dangerouslySetInnerHTML,d=g.dangerouslySetInnerHTML,!s){if(null!=a)for(p={},y=0;y<e.attributes.length;y++)p[e.attributes[y].name]=e.attributes[y].value;(d||f)&&(d&&(f&&d.__html==f.__html||d.__html===e.innerHTML)||(e.innerHTML=d&&d.__html||""))}if(function(e,t,n,r,o){var i;for(i in n)"children"===i||"key"===i||i in t||A(e,i,null,n[i],r);for(i in t)o&&"function"!=typeof t[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===t[i]||A(e,i,t[i],n[i],r)}(e,g,p,i,s),d)t.__k=[];else if(y=t.props.children,S(e,Array.isArray(y)?y:[y],t,r,o,i&&"foreignObject"!==v,a,u,a?a[0]:r.__k&&b(r,0),s),null!=a)for(y=a.length;y--;)null!=a[y]&&h(a[y]);s||("value"in g&&void 0!==(y=g.value)&&(y!==p.value||y!==e.value||"progress"===v&&!y)&&A(e,"value",y,p.value,!1),"checked"in g&&void 0!==(y=g.checked)&&y!==e.checked&&A(e,"checked",y,p.checked,!1))}return e}function _(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){r.__e(e,n)}}function j(e,t,n){var o,i;if(r.unmount&&r.unmount(e),(o=e.ref)&&(o.current&&o.current!==e.__e||_(o,null,t)),null!=(o=e.__c)){if(o.componentWillUnmount)try{o.componentWillUnmount()}catch(e){r.__e(e,t)}o.base=o.__P=null}if(o=e.__k)for(i=0;i<o.length;i++)o[i]&&j(o[i],t,"function"!=typeof e.type);n||null==e.__e||h(e.__e),e.__e=e.__d=void 0}function N(e,t,n){return this.constructor(e,n)}function R(e,t,o){var i,a,u;r.__&&r.__(e,t),a=(i="function"==typeof o)?null:o&&o.__k||t.__k,u=[],B(t,e=(!i&&o||t).__k=g(y,null,[e]),a||c,c,void 0!==t.ownerSVGElement,!i&&o?[o]:a?null:t.firstChild?n.call(t.childNodes):null,u,!i&&o?o:a?a.__e:t.firstChild,i),P(u,e)}n=f.slice,r={__e:function(e,t){for(var n,r,o;t=t.__;)if((n=t.__c)&&!n.__)try{if((r=n.constructor)&&null!=r.getDerivedStateFromError&&(n.setState(r.getDerivedStateFromError(e)),o=n.__d),null!=n.componentDidCatch&&(n.componentDidCatch(e),o=n.__d),o)return n.__E=n}catch(t){e=t}throw e}},o=0,i=function(e){return null!=e&&void 0===e.constructor},m.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=p({},this.state),"function"==typeof e&&(e=e(p({},n),this.props)),e&&p(n,e),null!=e&&this.__v&&(t&&this.__h.push(t),x(this))},m.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),x(this))},m.prototype.render=y,a=[],u="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,E.__r=0,l=0,t.Component=m,t.Fragment=y,t.cloneElement=function(e,t,r){var o,i,a,u=p({},e.props);for(a in t)"key"==a?o=t[a]:"ref"==a?i=t[a]:u[a]=t[a];return arguments.length>2&&(u.children=arguments.length>3?n.call(arguments,2):r),v(e.type,u,o||e.key,i||e.ref,null)},t.createContext=function(e,t){var n={__c:t="__cC"+l++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some(x)},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n},t.createElement=g,t.createRef=function(){return{current:null}},t.h=g,t.hydrate=function e(t,n){R(t,n,e)},t.isValidElement=i,t.options=r,t.render=R,t.toChildArray=function e(t,n){return n=n||[],null==t||"boolean"==typeof t||(Array.isArray(t)?t.some((function(t){e(t,n)})):n.push(t)),n}})),Jy=class{constructor(e,t){void 0===t&&(t={}),this.uppy=e,this.opts=t}getPluginState(){const{plugins:e}=this.uppy.getState();return e[this.id]||{}}setPluginState(e){const{plugins:t}=this.uppy.getState();this.uppy.setState({plugins:{...t,[this.id]:{...t[this.id],...e}}})}setOptions(e){this.opts={...this.opts,...e},this.setPluginState(),this.i18nInit()}i18nInit(){const e=new Iv([this.defaultLocale,this.uppy.locale,this.opts.locale]);this.i18n=e.translate.bind(e),this.i18nArray=e.translateArray.bind(e),this.setPluginState()}addTarget(){throw new Error("Extend the addTarget method to add your plugin to another plugin's target")}install(){}uninstall(){}render(){throw new Error("Extend the render method to add your plugin to a DOM element")}update(){}afterUpdate(){}};function Qy(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var em=0;const{render:tm}=Xy;var nm=function(e){return"__private_"+em+++"_"+e}("updateUI");class rm extends Jy{constructor(){super(...arguments),Object.defineProperty(this,nm,{writable:!0,value:void 0})}mount(e,t){const n=t.id,r=function(e,t){return void 0===t&&(t=document),"string"==typeof e?t.querySelector(e):(null==(n=e)?void 0:n.nodeType)===Node.ELEMENT_NODE?e:null;var n}(e);if(r){this.isTargetDOMEl=!0;const t=document.createDocumentFragment();return Qy(this,nm)[nm]=function(e){let t=null,n=null;return function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];return n=o,t||(t=Promise.resolve().then((()=>(t=null,e(...n))))),t}}((e=>{this.uppy.getPlugin(this.id)&&(tm(this.render(e),t),this.afterUpdate())})),this.uppy.log(`Installing ${n} to a DOM element '${e}'`),this.opts.replaceTargetContent&&(r.innerHTML=""),tm(this.render(this.uppy.getState()),t),this.el=t.firstElementChild,r.appendChild(t),this.onMount(),this.el}let o;if("object"==typeof e&&e instanceof rm)o=e;else if("function"==typeof e){const t=e;this.uppy.iteratePlugins((e=>{if(e instanceof t)return o=e,!1}))}if(o)return this.uppy.log(`Installing ${n} to ${o.id}`),this.parent=o,this.el=o.addTarget(t),this.onMount(),this.el;this.uppy.log(`Not installing ${n}`);let i=`Invalid target option given to ${n}.`;throw i+="function"==typeof e?" The given target is not a Plugin class. Please check that you're not specifying a React Component instead of a plugin. If you are using @uppy/* packages directly, make sure you have only 1 version of @uppy/core installed: run `npm ls @uppy/core` on the command line and verify that all the versions match and are deduped correctly.":"If you meant to target an HTML element, please make sure that the element exists. Check that the <script> tag initializing Uppy is right before the closing </body> tag at the end of the page. (see https://github.com/transloadit/uppy/issues/1042)\n\nIf you meant to target a plugin, please confirm that your `import` statements or `require` calls are correct.",new Error(i)}update(e){var t,n;null!=this.el&&(null==(t=(n=Qy(this,nm))[nm])||t.call(n,e))}unmount(){var e;this.isTargetDOMEl&&(null==(e=this.el)||e.remove()),this.onUnmount()}onMount(){}onUnmount(){}}var om=rm;const{debugLogger:im}=ry;var am=Yy,um=Yy,sm=om,lm=Jy,cm=im;am.Uppy=um,am.UIPlugin=sm,am.BasePlugin=lm,am.debugLogger=cm;class fm extends Error{constructor(e,t){void 0===t&&(t=null),super("This looks like a network error, the endpoint might be blocked by an internet provider or a firewall."),this.cause=e,this.isNetworkError=!0,this.request=t}}var dm=fm,pm=function(){return fetch(...arguments).catch((e=>{throw"AbortError"===e.name?e:new dm(e)}))};class hm extends Error{constructor(){super("Authorization required"),this.name="AuthError",this.isAuthError=!0}}var gm,vm,ym,mm,bm,wm=hm;function xm(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var Em=0;function Sm(e){return"__private_"+Em+++"_"+e}async function Cm(e){if(401===e.status)throw new wm;const t=e.json();if(e.status<200||e.status>300){let n=`Failed request with status: ${e.status}. ${e.statusText}`;try{const e=await t;n=e.message?`${n} message: ${e.message}`:n,n=e.requestId?`${n} request-Id: ${e.requestId}`:n}finally{throw new Error(n)}}return t}var Dm=(vm=Sm("getPostResponseFunc"),ym=Sm("getUrl"),mm=Sm("errorHandler"),bm=gm=class e{constructor(e,t){Object.defineProperty(this,mm,{value:Am}),Object.defineProperty(this,ym,{value:Om}),Object.defineProperty(this,vm,{writable:!0,value:e=>t=>e?t:this.onReceiveResponse(t)}),this.uppy=e,this.opts=t,this.onReceiveResponse=this.onReceiveResponse.bind(this),this.allowedHeaders=["accept","content-type","uppy-auth-token"],this.preflightDone=!1}get hostname(){const{companion:e}=this.uppy.getState(),t=this.opts.companionUrl;return(e&&e[t]?e[t]:t).replace(/\/$/,"")}headers(){const t=this.opts.companionHeaders||{};return Promise.resolve({...e.defaultHeaders,...t})}onReceiveResponse(e){const t=this.uppy.getState().companion||{},n=this.opts.companionUrl,{headers:r}=e;return r.has("i-am")&&r.get("i-am")!==t[n]&&this.uppy.setState({companion:{...t,[n]:r.get("i-am")}}),e}preflight(e){return this.preflightDone?Promise.resolve(this.allowedHeaders.slice()):fetch(xm(this,ym)[ym](e),{method:"OPTIONS"}).then((e=>(e.headers.has("access-control-allow-headers")&&(this.allowedHeaders=e.headers.get("access-control-allow-headers").split(",").map((e=>e.trim().toLowerCase()))),this.preflightDone=!0,this.allowedHeaders.slice()))).catch((e=>(this.uppy.log(`[CompanionClient] unable to make preflight request ${e}`,"warning"),this.preflightDone=!0,this.allowedHeaders.slice())))}preflightAndHeaders(e){return Promise.all([this.preflight(e),this.headers()]).then((e=>{let[t,n]=e;return Object.keys(n).forEach((e=>{t.includes(e.toLowerCase())||(this.uppy.log(`[CompanionClient] excluding disallowed header ${e}`),delete n[e])})),n}))}get(e,t){return this.preflightAndHeaders(e).then((t=>pm(xm(this,ym)[ym](e),{method:"get",headers:t,credentials:this.opts.companionCookiesRule||"same-origin"}))).then(xm(this,vm)[vm](t)).then(Cm).catch(xm(this,mm)[mm]("get",e))}post(e,t,n){const r="post";return this.preflightAndHeaders(e).then((n=>pm(xm(this,ym)[ym](e),{method:r,headers:n,credentials:this.opts.companionCookiesRule||"same-origin",body:JSON.stringify(t)}))).then(xm(this,vm)[vm](n)).then(Cm).catch(xm(this,mm)[mm](r,e))}delete(e,t,n){const r="delete";return this.preflightAndHeaders(e).then((n=>pm(`${this.hostname}/${e}`,{method:r,headers:n,credentials:this.opts.companionCookiesRule||"same-origin",body:t?JSON.stringify(t):null}))).then(xm(this,vm)[vm](n)).then(Cm).catch(xm(this,mm)[mm](r,e))}},gm.VERSION="2.0.4",gm.defaultHeaders={Accept:"application/json","Content-Type":"application/json","Uppy-Versions":`@uppy/companion-client=${gm.VERSION}`},bm);function Om(e){return/^(https?:|)\/\//.test(e)?e:`${this.hostname}/${e}`}function Am(e,t){return n=>{var r;if(null==(r=n)||!r.isAuthError){const r=new Error(`Could not ${e} ${xm(this,ym)[ym](t)}`);r.cause=n,n=r}return Promise.reject(n)}}var km,Tm,Bm,Pm,Fm,_m={setItem:(e,t)=>new Promise((n=>{localStorage.setItem(e,t),n()})),getItem:e=>Promise.resolve(localStorage.getItem(e)),removeItem:e=>new Promise((t=>{localStorage.removeItem(e),t()}))};let jm,Nm;function Rm(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var Im=0;function Lm(e){return"__private_"+Im+++"_"+e}var Mm,zm,$m=(km=Lm("queued"),Tm=Lm("emitter"),Bm=Lm("isOpen"),Pm=Lm("socket"),Fm=Lm("handleMessage"),jm=Symbol.for("uppy test: getSocket"),Nm=Symbol.for("uppy test: getQueued"),class{constructor(e){Object.defineProperty(this,km,{writable:!0,value:[]}),Object.defineProperty(this,Tm,{writable:!0,value:Mv()}),Object.defineProperty(this,Bm,{writable:!0,value:!1}),Object.defineProperty(this,Pm,{writable:!0,value:void 0}),Object.defineProperty(this,Fm,{writable:!0,value:e=>{try{const t=JSON.parse(e.data);this.emit(t.action,t.payload)}catch(e){console.log(e)}}}),this.opts=e,e&&!1===e.autoOpen||this.open()}get isOpen(){return Rm(this,Bm)[Bm]}[jm](){return Rm(this,Pm)[Pm]}[Nm](){return Rm(this,km)[km]}open(){Rm(this,Pm)[Pm]=new WebSocket(this.opts.target),Rm(this,Pm)[Pm].onopen=()=>{for(Rm(this,Bm)[Bm]=!0;Rm(this,km)[km].length>0&&Rm(this,Bm)[Bm];){const e=Rm(this,km)[km].shift();this.send(e.action,e.payload)}},Rm(this,Pm)[Pm].onclose=()=>{Rm(this,Bm)[Bm]=!1},Rm(this,Pm)[Pm].onmessage=Rm(this,Fm)[Fm]}close(){var e;null==(e=Rm(this,Pm)[Pm])||e.close()}send(e,t){Rm(this,Bm)[Bm]?Rm(this,Pm)[Pm].send(JSON.stringify({action:e,payload:t})):Rm(this,km)[km].push({action:e,payload:t})}on(e,t){Rm(this,Tm)[Tm].on(e,t)}emit(e,t){Rm(this,Tm)[Tm].emit(e,t)}once(e,t){Rm(this,Tm)[Tm].once(e,t)}}),Hm={RequestClient:Dm,Provider:class extends Dm{constructor(e,t){super(e,t),this.provider=t.provider,this.id=this.provider,this.name=this.opts.name||(e=>this.id.split("-").map((e=>e.charAt(0).toUpperCase()+e.slice(1))).join(" "))(),this.pluginId=this.opts.pluginId,this.tokenKey=`companion-${this.pluginId}-auth-token`,this.companionKeysParams=this.opts.companionKeysParams,this.preAuthToken=null}headers(){return Promise.all([super.headers(),this.getAuthToken()]).then((e=>{let[t,n]=e;const r={};return n&&(r["uppy-auth-token"]=n),this.companionKeysParams&&(r["uppy-credentials-params"]=btoa(JSON.stringify({params:this.companionKeysParams}))),{...t,...r}}))}onReceiveResponse(e){e=super.onReceiveResponse(e);const t=this.uppy.getPlugin(this.pluginId),n=t.getPluginState().authenticated?401!==e.status:e.status<400;return t.setPluginState({authenticated:n}),e}setAuthToken(e){return this.uppy.getPlugin(this.pluginId).storage.setItem(this.tokenKey,e)}getAuthToken(){return this.uppy.getPlugin(this.pluginId).storage.getItem(this.tokenKey)}authUrl(e){return void 0===e&&(e={}),this.preAuthToken&&(e.uppyPreAuthToken=this.preAuthToken),`${this.hostname}/${this.id}/connect?${new URLSearchParams(e)}`}fileUrl(e){return`${this.hostname}/${this.id}/get/${e}`}fetchPreAuthToken(){return this.companionKeysParams?this.post(`${this.id}/preauth/`,{params:this.companionKeysParams}).then((e=>{this.preAuthToken=e.token})).catch((e=>{this.uppy.log(`[CompanionClient] unable to fetch preAuthToken ${e}`,"warning")})):Promise.resolve()}list(e){return this.get(`${this.id}/list/${e||""}`)}logout(){return this.get(`${this.id}/logout`).then((e=>Promise.all([e,this.uppy.getPlugin(this.pluginId).storage.removeItem(this.tokenKey)]))).then((e=>{let[t]=e;return t}))}static initPlugin(e,t,n){if(e.type="acquirer",e.files=[],n&&(e.opts={...n,...t}),t.serverUrl||t.serverPattern)throw new Error("`serverUrl` and `serverPattern` have been renamed to `companionUrl` and `companionAllowedHosts` respectively in the 0.30.5 release. Please consult the docs (for example, https://uppy.io/docs/instagram/ for the Instagram plugin) and use the updated options.`");if(t.companionAllowedHosts){const n=t.companionAllowedHosts;if(!("string"==typeof n||Array.isArray(n)||n instanceof RegExp))throw new TypeError(`${e.id}: the option "companionAllowedHosts" must be one of string, Array, RegExp`);e.opts.companionAllowedHosts=n}else/^(?!https?:\/\/).*$/i.test(t.companionUrl)?e.opts.companionAllowedHosts=`https://${t.companionUrl.replace(/^\/\//,"")}`:e.opts.companionAllowedHosts=new URL(t.companionUrl).origin;e.storage=e.opts.storage||_m}},SearchProvider:class extends Dm{constructor(e,t){super(e,t),this.provider=t.provider,this.id=this.provider,this.name=this.opts.name||(e=>this.id.split("-").map((e=>e.charAt(0).toUpperCase()+e.slice(1))).join(" "))(),this.pluginId=this.opts.pluginId}fileUrl(e){return`${this.hostname}/search/${this.id}/get/${e}`}search(e,t){return t=t?`&${t}`:"",this.get(`search/${this.id}/list?q=${encodeURIComponent(e)}${t}`)}},Socket:$m},Um=zh((function(e,t,n){const{progress:r,bytesUploaded:o,bytesTotal:i}=t;r&&(e.uppy.log(`Upload progress: ${r}`),e.uppy.emit("upload-progress",n,{uploader:e,bytesUploaded:o,bytesTotal:i}))}),300,{leading:!0,trailing:!0});function Vm(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var Zm=0;function Wm(e){return"__private_"+Zm+++"_"+e}var Gm=(Mm=Wm("emitter"),zm=Wm("events"),class{constructor(e){Object.defineProperty(this,Mm,{writable:!0,value:void 0}),Object.defineProperty(this,zm,{writable:!0,value:[]}),Vm(this,Mm)[Mm]=e}on(e,t){return Vm(this,zm)[zm].push([e,t]),Vm(this,Mm)[Mm].on(e,t)}remove(){for(const[e,t]of Vm(this,zm)[zm].splice(0))Vm(this,Mm)[Mm].off(e,t)}});function qm(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var Km=0;function Ym(e){return"__private_"+Km+++"_"+e}var Xm=Ym("aliveTimer"),Jm=Ym("isDone"),Qm=Ym("onTimedOut"),eb=Ym("timeout"),tb=class{constructor(e,t){Object.defineProperty(this,Xm,{writable:!0,value:void 0}),Object.defineProperty(this,Jm,{writable:!0,value:!1}),Object.defineProperty(this,Qm,{writable:!0,value:void 0}),Object.defineProperty(this,eb,{writable:!0,value:void 0}),qm(this,eb)[eb]=e,qm(this,Qm)[Qm]=t}progress(){qm(this,Jm)[Jm]||qm(this,eb)[eb]>0&&(clearTimeout(qm(this,Xm)[Xm]),qm(this,Xm)[Xm]=setTimeout(qm(this,Qm)[Qm],qm(this,eb)[eb]))}done(){qm(this,Jm)[Jm]||(clearTimeout(qm(this,Xm)[Xm]),qm(this,Xm)[Xm]=null,qm(this,Jm)[Jm]=!0)}};function nb(e,t){if(!Object.prototype.hasOwnProperty.call(e,t))throw new TypeError("attempted to use private field on non-instance");return e}var rb=0;function ob(e){return"__private_"+rb+++"_"+e}function ib(){return new Error("Cancelled")}var ab=ob("activeRequests"),ub=ob("queuedHandlers"),sb=ob("call"),lb=ob("queueNext"),cb=ob("next"),fb=ob("queue"),db=ob("dequeue");function pb(e){nb(this,ab)[ab]+=1;let t,n=!1;try{t=e()}catch(e){throw nb(this,ab)[ab]-=1,e}return{abort:()=>{n||(n=!0,nb(this,ab)[ab]-=1,t(),nb(this,lb)[lb]())},done:()=>{n||(n=!0,nb(this,ab)[ab]-=1,nb(this,lb)[lb]())}}}function hb(){queueMicrotask((()=>nb(this,cb)[cb]()))}function gb(){if(nb(this,ab)[ab]>=this.limit)return;if(0===nb(this,ub)[ub].length)return;const e=nb(this,ub)[ub].shift(),t=nb(this,sb)[sb](e.fn);e.abort=t.abort,e.done=t.done}function vb(e,t){void 0===t&&(t={});const n={fn:e,priority:t.priority||0,abort:()=>{nb(this,db)[db](n)},done:()=>{throw new Error("Cannot mark a queued request as done: this indicates a bug")}},r=nb(this,ub)[ub].findIndex((e=>n.priority>e.priority));return-1===r?nb(this,ub)[ub].push(n):nb(this,ub)[ub].splice(r,0,n),n}function yb(e){const t=nb(this,ub)[ub].indexOf(e);-1!==t&&nb(this,ub)[ub].splice(t,1)}var mb,bb,wb={RateLimitedQueue:class{constructor(e){Object.defineProperty(this,db,{value:yb}),Object.defineProperty(this,fb,{value:vb}),Object.defineProperty(this,cb,{value:gb}),Object.defineProperty(this,lb,{value:hb}),Object.defineProperty(this,sb,{value:pb}),Object.defineProperty(this,ab,{writable:!0,value:0}),Object.defineProperty(this,ub,{writable:!0,value:[]}),this.limit="number"!=typeof e||0===e?1/0:e}run(e,t){return nb(this,ab)[ab]<this.limit?nb(this,sb)[sb](e):nb(this,fb)[fb](e,t)}wrapPromiseFunction(e,t){var n=this;return function(){for(var r=arguments.length,o=new Array(r),i=0;i<r;i++)o[i]=arguments[i];let a;const u=new Promise(((r,i)=>{a=n.run((()=>{let t,n;try{n=Promise.resolve(e(...o))}catch(e){n=Promise.reject(e)}return n.then((e=>{t?i(t):(a.done(),r(e))}),(e=>{t?i(t):(a.done(),i(e))})),()=>{t=ib()}}),t)}));return u.abort=()=>{a.abort()},u}}},internalRateLimitedQueue:Symbol("__queue")},xb=function(e){return!!e&&(0!==e.readyState&&4!==e.readyState||0===e.status)},Eb={strings:{timedOut:"Upload stalled for %{seconds} seconds, aborting."}};const{nanoid:Sb}=iy,{Provider:Cb,RequestClient:Db,Socket:Ob}=Hm,{RateLimitedQueue:Ab,internalRateLimitedQueue:kb}=wb;function Tb(e,t){let n=t;return n||(n=new Error("Upload error")),"string"==typeof n&&(n=new Error(n)),n instanceof Error||(n=Object.assign(new Error("Upload error"),{data:n})),xb(e)?(n=new dm(n,e),n):(n.request=e,n)}function Bb(e){return e.data.slice(0,e.data.size,e.meta.type)}var Pb=(bb=mb=class extends Jy{constructor(e,t){super(e,t),this.type="uploader",this.id=this.opts.id||"XHRUpload",this.title="XHRUpload",this.defaultLocale=Eb;const n={formData:!0,fieldName:t.bundle?"files[]":"file",method:"post",metaFields:null,responseUrlFieldName:"url",bundle:!1,headers:{},timeout:3e4,limit:5,withCredentials:!1,responseType:"",getResponseData(t){let n={};try{n=JSON.parse(t)}catch(t){e.log(t)}return n},getResponseError(e,t){let n=new Error("Upload error");return xb(t)&&(n=new dm(n,t)),n},validateStatus:e=>e>=200&&e<300};if(this.opts={...n,...t},this.i18nInit(),this.handleUpload=this.handleUpload.bind(this),kb in this.opts?this.requests=this.opts[kb]:this.requests=new Ab(this.opts.limit),this.opts.bundle&&!this.opts.formData)throw new Error("`opts.formData` must be true when `opts.bundle` is enabled.");this.uploaderEvents=Object.create(null)}getOptions(e){const t=this.uppy.getState().xhrUpload,{headers:n}=this.opts,r={...this.opts,...t||{},...e.xhrUpload||{},headers:{}};return"function"==typeof n?r.headers=n(e):Object.assign(r.headers,this.opts.headers),t&&Object.assign(r.headers,t.headers),e.xhrUpload&&Object.assign(r.headers,e.xhrUpload.headers),r}addMetadata(e,t,n){(Array.isArray(n.metaFields)?n.metaFields:Object.keys(t)).forEach((n=>{e.append(n,t[n])}))}createFormDataUpload(e,t){const n=new FormData;this.addMetadata(n,e.meta,t);const r=Bb(e);return e.name?n.append(t.fieldName,r,e.meta.name):n.append(t.fieldName,r),n}createBundledUpload(e,t){const n=new FormData,{meta:r}=this.uppy.getState();return this.addMetadata(n,r,t),e.forEach((e=>{const t=this.getOptions(e),r=Bb(e);e.name?n.append(t.fieldName,r,e.name):n.append(t.fieldName,r)})),n}upload(e,t,n){const r=this.getOptions(e);return this.uppy.log(`uploading ${t} of ${n}`),new Promise(((t,n)=>{this.uppy.emit("upload-started",e);const o=r.formData?this.createFormDataUpload(e,r):e.data,i=new XMLHttpRequest;this.uploaderEvents[e.id]=new Gm(this.uppy);const a=new tb(r.timeout,(()=>{i.abort(),s.done();const t=new Error(this.i18n("timedOut",{seconds:Math.ceil(r.timeout/1e3)}));this.uppy.emit("upload-error",e,t),n(t)})),u=Sb();i.upload.addEventListener("loadstart",(()=>{this.uppy.log(`[XHRUpload] ${u} started`)})),i.upload.addEventListener("progress",(t=>{this.uppy.log(`[XHRUpload] ${u} progress: ${t.loaded} / ${t.total}`),a.progress(),t.lengthComputable&&this.uppy.emit("upload-progress",e,{uploader:this,bytesUploaded:t.loaded,bytesTotal:t.total})})),i.addEventListener("load",(o=>{if(this.uppy.log(`[XHRUpload] ${u} finished`),a.done(),s.done(),this.uploaderEvents[e.id]&&(this.uploaderEvents[e.id].remove(),this.uploaderEvents[e.id]=null),r.validateStatus(o.target.status,i.responseText,i)){const n=r.getResponseData(i.responseText,i),a=n[r.responseUrlFieldName],u={status:o.target.status,body:n,uploadURL:a};return this.uppy.emit("upload-success",e,u),a&&this.uppy.log(`Download ${e.name} from ${a}`),t(e)}const l=r.getResponseData(i.responseText,i),c=Tb(i,r.getResponseError(i.responseText,i)),f={status:o.target.status,body:l};return this.uppy.emit("upload-error",e,c,f),n(c)})),i.addEventListener("error",(()=>{this.uppy.log(`[XHRUpload] ${u} errored`),a.done(),s.done(),this.uploaderEvents[e.id]&&(this.uploaderEvents[e.id].remove(),this.uploaderEvents[e.id]=null);const t=Tb(i,r.getResponseError(i.responseText,i));return this.uppy.emit("upload-error",e,t),n(t)})),i.open(r.method.toUpperCase(),r.endpoint,!0),i.withCredentials=r.withCredentials,""!==r.responseType&&(i.responseType=r.responseType);const s=this.requests.run((()=>{this.uppy.emit("upload-started",e);const t=this.getOptions(e);return Object.keys(t.headers).forEach((e=>{i.setRequestHeader(e,t.headers[e])})),i.send(o),()=>{a.done(),i.abort()}}));this.onFileRemove(e.id,(()=>{s.abort(),n(new Error("File removed"))})),this.onCancelAll(e.id,(()=>{s.abort(),n(new Error("Upload cancelled"))}))}))}uploadRemote(e){const t=this.getOptions(e);return new Promise(((n,r)=>{this.uppy.emit("upload-started",e);const o={};(Array.isArray(t.metaFields)?t.metaFields:Object.keys(e.meta)).forEach((t=>{o[t]=e.meta[t]})),new(e.remote.providerOptions.provider?Cb:Db)(this.uppy,e.remote.providerOptions).post(e.remote.url,{...e.remote.body,endpoint:t.endpoint,size:e.data.size,fieldname:t.fieldName,metadata:o,httpMethod:t.method,useFormData:t.formData,headers:t.headers}).then((o=>{const{token:i}=o,a=function(e){const t=/^(?:https?:\/\/|\/\/)?(?:[^@\n]+@)?(?:www\.)?([^\n]+)/i.exec(e)[1];return`${/^http:\/\//i.test(e)?"ws":"wss"}://${t}`}(e.remote.companionUrl),u=new Ob({target:`${a}/api/${i}`,autoOpen:!1});this.uploaderEvents[e.id]=new Gm(this.uppy),this.onFileRemove(e.id,(()=>{u.send("cancel",{}),s.abort(),n(`upload ${e.id} was removed`)})),this.onCancelAll(e.id,(()=>{u.send("cancel",{}),s.abort(),n(`upload ${e.id} was canceled`)})),this.onRetry(e.id,(()=>{u.send("pause",{}),u.send("resume",{})})),this.onRetryAll(e.id,(()=>{u.send("pause",{}),u.send("resume",{})})),u.on("progress",(t=>Um(this,t,e))),u.on("success",(r=>{const o=t.getResponseData(r.response.responseText,r.response),i=o[t.responseUrlFieldName],a={status:r.response.status,body:o,uploadURL:i};return this.uppy.emit("upload-success",e,a),s.done(),this.uploaderEvents[e.id]&&(this.uploaderEvents[e.id].remove(),this.uploaderEvents[e.id]=null),n()})),u.on("error",(n=>{const o=n.response,i=o?t.getResponseError(o.responseText,o):Object.assign(new Error(n.error.message),{cause:n.error});this.uppy.emit("upload-error",e,i),s.done(),this.uploaderEvents[e.id]&&(this.uploaderEvents[e.id].remove(),this.uploaderEvents[e.id]=null),r(i)}));const s=this.requests.run((()=>(u.open(),e.isPaused&&u.send("pause",{}),()=>u.close())))})).catch((t=>{this.uppy.emit("upload-error",e,t),r(t)}))}))}uploadBundle(e){return new Promise(((t,n)=>{const{endpoint:r}=this.opts,{method:o}=this.opts,i=this.uppy.getState().xhrUpload,a=this.createBundledUpload(e,{...this.opts,...i||{}}),u=new XMLHttpRequest,s=new tb(this.opts.timeout,(()=>{u.abort();const e=new Error(this.i18n("timedOut",{seconds:Math.ceil(this.opts.timeout/1e3)}));l(e),n(e)})),l=t=>{e.forEach((e=>{this.uppy.emit("upload-error",e,t)}))};u.upload.addEventListener("loadstart",(()=>{this.uppy.log("[XHRUpload] started uploading bundle"),s.progress()})),u.upload.addEventListener("progress",(t=>{s.progress(),t.lengthComputable&&e.forEach((e=>{this.uppy.emit("upload-progress",e,{uploader:this,bytesUploaded:t.loaded/t.total*e.size,bytesTotal:e.size})}))})),u.addEventListener("load",(r=>{if(s.done(),this.opts.validateStatus(r.target.status,u.responseText,u)){const n=this.opts.getResponseData(u.responseText,u),o={status:r.target.status,body:n};return e.forEach((e=>{this.uppy.emit("upload-success",e,o)})),t()}const o=this.opts.getResponseError(u.responseText,u)||new Error("Upload error");return o.request=u,l(o),n(o)})),u.addEventListener("error",(()=>{s.done();const e=this.opts.getResponseError(u.responseText,u)||new Error("Upload error");return l(e),n(e)})),this.uppy.on("cancel-all",(()=>{s.done(),u.abort()})),u.open(o.toUpperCase(),r,!0),u.withCredentials=this.opts.withCredentials,""!==this.opts.responseType&&(u.responseType=this.opts.responseType),Object.keys(this.opts.headers).forEach((e=>{u.setRequestHeader(e,this.opts.headers[e])})),u.send(a),e.forEach((e=>{this.uppy.emit("upload-started",e)}))}))}uploadFiles(e){const t=e.map(((t,n)=>{const r=parseInt(n,10)+1,o=e.length;return t.error?Promise.reject(new Error(t.error)):t.isRemote?this.uploadRemote(t,r,o):this.upload(t,r,o)}));return function(e){const t=[],n=[];function r(e){t.push(e)}function o(e){n.push(e)}return Promise.all(e.map((e=>e.then(r,o)))).then((()=>({successful:t,failed:n})))}(t)}onFileRemove(e,t){this.uploaderEvents[e].on("file-removed",(n=>{e===n.id&&t(n.id)}))}onRetry(e,t){this.uploaderEvents[e].on("upload-retry",(n=>{e===n&&t()}))}onRetryAll(e,t){this.uploaderEvents[e].on("retry-all",(()=>{this.uppy.getFile(e)&&t()}))}onCancelAll(e,t){this.uploaderEvents[e].on("cancel-all",(()=>{this.uppy.getFile(e)&&t()}))}handleUpload(e){if(0===e.length)return this.uppy.log("[XHRUpload] No files to upload!"),Promise.resolve();0!==this.opts.limit||this.opts[kb]||this.uppy.log("[XHRUpload] When uploading multiple files at once, consider setting the `limit` option (to `10` for example), to limit the number of concurrent uploads, which helps prevent memory and network issues: https://uppy.io/docs/xhr-upload/#limit-0","warning"),this.uppy.log("[XHRUpload] Uploading...");const t=e.map((e=>this.uppy.getFile(e)));if(this.opts.bundle){if(t.some((e=>e.isRemote)))throw new Error("Can’t upload remote files when the `bundle: true` option is set");if("function"==typeof this.opts.headers)throw new TypeError("`headers` may not be a function when the `bundle: true` option is set");return this.uploadBundle(t)}return this.uploadFiles(t).then((()=>null))}install(){if(this.opts.bundle){const{capabilities:e}=this.uppy.getState();this.uppy.setState({capabilities:{...e,individualCancellation:!1}})}this.uppy.addUploader(this.handleUpload)}uninstall(){if(this.opts.bundle){const{capabilities:e}=this.uppy.getState();this.uppy.setState({capabilities:{...e,individualCancellation:!0}})}this.uppy.removeUploader(this.handleUpload)}},mb.VERSION="2.0.6",bb),Fb="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function _b(e){var t={exports:{}};return e(t,t.exports),t.exports}var jb,Nb,Rb=function(e){return e&&e.Math==Math&&e},Ib=Rb("object"==typeof globalThis&&globalThis)||Rb("object"==typeof window&&window)||Rb("object"==typeof self&&self)||Rb("object"==typeof Fb&&Fb)||function(){return this}()||Function("return this")(),Lb=Object.defineProperty,Mb=function(e,t){try{Lb(Ib,e,{value:t,configurable:!0,writable:!0})}catch(n){Ib[e]=t}return t},zb=Ib["__core-js_shared__"]||Mb("__core-js_shared__",{}),$b=_b((function(e){(e.exports=function(e,t){return zb[e]||(zb[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Hb=Function.prototype,Ub=Hb.bind,Vb=Hb.call,Zb=Ub&&Ub.bind(Vb),Wb=Ub?function(e){return e&&Zb(Vb,e)}:function(e){return e&&function(){return Vb.apply(e,arguments)}},Gb=Ib.TypeError,qb=function(e){if(null==e)throw Gb("Can't call method on "+e);return e},Kb=Ib.Object,Yb=function(e){return Kb(qb(e))},Xb=Wb({}.hasOwnProperty),Jb=Object.hasOwn||function(e,t){return Xb(Yb(e),t)},Qb=0,ew=Math.random(),tw=Wb(1..toString),nw=function(e){return"Symbol("+(void 0===e?"":e)+")_"+tw(++Qb+ew,36)},rw=function(e){return"function"==typeof e},ow=function(e){return rw(e)?e:void 0},iw=function(e,t){return arguments.length<2?ow(Ib[e]):Ib[e]&&Ib[e][t]},aw=iw("navigator","userAgent")||"",uw=Ib.process,sw=Ib.Deno,lw=uw&&uw.versions||sw&&sw.version,cw=lw&&lw.v8;cw&&(Nb=(jb=cw.split("."))[0]>0&&jb[0]<4?1:+(jb[0]+jb[1])),!Nb&&aw&&(!(jb=aw.match(/Edge\/(\d+)/))||jb[1]>=74)&&(jb=aw.match(/Chrome\/(\d+)/))&&(Nb=+jb[1]);var fw=Nb,dw=function(e){try{return!!e()}catch(e){return!0}},pw=!!Object.getOwnPropertySymbols&&!dw((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&fw&&fw<41})),hw=pw&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,gw=$b("wks"),vw=Ib.Symbol,yw=vw&&vw.for,mw=hw?vw:vw&&vw.withoutSetter||nw,bw=function(e){if(!Jb(gw,e)||!pw&&"string"!=typeof gw[e]){var t="Symbol."+e;pw&&Jb(vw,e)?gw[e]=vw[e]:gw[e]=hw&&yw?yw(t):mw(t)}return gw[e]},ww={};ww[bw("toStringTag")]="z";var xw="[object z]"===String(ww),Ew=!dw((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Sw=function(e){return"object"==typeof e?null!==e:rw(e)},Cw=Ib.document,Dw=Sw(Cw)&&Sw(Cw.createElement),Ow=function(e){return Dw?Cw.createElement(e):{}},Aw=!Ew&&!dw((function(){return 7!=Object.defineProperty(Ow("div"),"a",{get:function(){return 7}}).a})),kw=Ib.String,Tw=Ib.TypeError,Bw=function(e){if(Sw(e))return e;throw Tw(kw(e)+" is not an object")},Pw=Function.prototype.call,Fw=Pw.bind?Pw.bind(Pw):function(){return Pw.apply(Pw,arguments)},_w=Wb({}.isPrototypeOf),jw=Ib.Object,Nw=hw?function(e){return"symbol"==typeof e}:function(e){var t=iw("Symbol");return rw(t)&&_w(t.prototype,jw(e))},Rw=Ib.String,Iw=function(e){try{return Rw(e)}catch(e){return"Object"}},Lw=Ib.TypeError,Mw=function(e){if(rw(e))return e;throw Lw(Iw(e)+" is not a function")},zw=function(e,t){var n=e[t];return null==n?void 0:Mw(n)},$w=Ib.TypeError,Hw=Ib.TypeError,Uw=bw("toPrimitive"),Vw=function(e){var t=function(e,t){if(!Sw(e)||Nw(e))return e;var n,r=zw(e,Uw);if(r){if(void 0===t&&(t="default"),n=Fw(r,e,t),!Sw(n)||Nw(n))return n;throw Hw("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&rw(n=e.toString)&&!Sw(r=Fw(n,e)))return r;if(rw(n=e.valueOf)&&!Sw(r=Fw(n,e)))return r;if("string"!==t&&rw(n=e.toString)&&!Sw(r=Fw(n,e)))return r;throw $w("Can't convert object to primitive value")}(e,t)}(e,"string");return Nw(t)?t:t+""},Zw=Ib.TypeError,Ww=Object.defineProperty,Gw={f:Ew?Ww:function(e,t,n){if(Bw(e),t=Vw(t),Bw(n),Aw)try{return Ww(e,t,n)}catch(e){}if("get"in n||"set"in n)throw Zw("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},qw=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Kw=Ew?function(e,t,n){return Gw.f(e,t,qw(1,n))}:function(e,t,n){return e[t]=n,e},Yw=Wb(Function.toString);rw(zb.inspectSource)||(zb.inspectSource=function(e){return Yw(e)});var Xw,Jw,Qw,ex=zb.inspectSource,tx=Ib.WeakMap,nx=rw(tx)&&/native code/.test(ex(tx)),rx=$b("keys"),ox=function(e){return rx[e]||(rx[e]=nw(e))},ix={},ax=Ib.TypeError,ux=Ib.WeakMap;if(nx||zb.state){var sx=zb.state||(zb.state=new ux),lx=Wb(sx.get),cx=Wb(sx.has),fx=Wb(sx.set);Xw=function(e,t){if(cx(sx,e))throw new ax("Object already initialized");return t.facade=e,fx(sx,e,t),t},Jw=function(e){return lx(sx,e)||{}},Qw=function(e){return cx(sx,e)}}else{var dx=ox("state");ix[dx]=!0,Xw=function(e,t){if(Jb(e,dx))throw new ax("Object already initialized");return t.facade=e,Kw(e,dx,t),t},Jw=function(e){return Jb(e,dx)?e[dx]:{}},Qw=function(e){return Jb(e,dx)}}var px={set:Xw,get:Jw,has:Qw,enforce:function(e){return Qw(e)?Jw(e):Xw(e,{})},getterFor:function(e){return function(t){var n;if(!Sw(t)||(n=Jw(t)).type!==e)throw ax("Incompatible receiver, "+e+" required");return n}}},hx=Function.prototype,gx=Ew&&Object.getOwnPropertyDescriptor,vx=Jb(hx,"name"),yx={EXISTS:vx,PROPER:vx&&"something"===function(){}.name,CONFIGURABLE:vx&&(!Ew||Ew&&gx(hx,"name").configurable)},mx=_b((function(e){var t=yx.CONFIGURABLE,n=px.get,r=px.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;rw(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Jb(i,"name")||t&&i.name!==f)&&Kw(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==Ib?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:Kw(e,n,i)):l?e[n]=i:Mb(n,i)})(Function.prototype,"toString",(function(){return rw(this)&&n(this).source||ex(this)}))})),bx=Wb({}.toString),wx=Wb("".slice),xx=function(e){return wx(bx(e),8,-1)},Ex=bw("toStringTag"),Sx=Ib.Object,Cx="Arguments"==xx(function(){return arguments}()),Dx=xw?xx:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Sx(e),Ex))?n:Cx?xx(t):"Object"==(r=xx(t))&&rw(t.callee)?"Arguments":r},Ox=xw?{}.toString:function(){return"[object "+Dx(this)+"]"};xw||mx(Object.prototype,"toString",Ox,{unsafe:!0});var Ax={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},kx=Ow("span").classList,Tx=kx&&kx.constructor&&kx.constructor.prototype,Bx=Tx===Object.prototype?void 0:Tx,Px=Wb(Wb.bind),Fx=function(e,t){return Mw(e),void 0===t?e:Px?Px(e,t):function(){return e.apply(t,arguments)}},_x=Ib.Object,jx=Wb("".split),Nx=dw((function(){return!_x("z").propertyIsEnumerable(0)}))?function(e){return"String"==xx(e)?jx(e,""):_x(e)}:_x,Rx=Math.ceil,Ix=Math.floor,Lx=function(e){var t=+e;return t!=t||0===t?0:(t>0?Ix:Rx)(t)},Mx=Math.min,zx=function(e){return e>0?Mx(Lx(e),9007199254740991):0},$x=function(e){return zx(e.length)},Hx=Array.isArray||function(e){return"Array"==xx(e)},Ux=function(){},Vx=[],Zx=iw("Reflect","construct"),Wx=/^\s*(?:class|function)\b/,Gx=Wb(Wx.exec),qx=!Wx.exec(Ux),Kx=function(e){if(!rw(e))return!1;try{return Zx(Ux,Vx,e),!0}catch(e){return!1}},Yx=!Zx||dw((function(){var e;return Kx(Kx.call)||!Kx(Object)||!Kx((function(){e=!0}))||e}))?function(e){if(!rw(e))return!1;switch(Dx(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return qx||!!Gx(Wx,ex(e))}:Kx,Xx=bw("species"),Jx=Ib.Array,Qx=function(e,t){return new(function(e){var t;return Hx(e)&&(t=e.constructor,(Yx(t)&&(t===Jx||Hx(t.prototype))||Sw(t)&&null===(t=t[Xx]))&&(t=void 0)),void 0===t?Jx:t}(e))(0===t?0:t)},eE=Wb([].push),tE=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=Yb(s),g=Nx(h),v=Fx(l,c),y=$x(g),m=0,b=f||Qx,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:eE(w,d)}else switch(e){case 4:return!1;case 7:eE(w,d)}return i?-1:r||o?o:w}},nE={forEach:tE(0),map:tE(1),filter:tE(2),some:tE(3),every:tE(4),find:tE(5),findIndex:tE(6),filterReject:tE(7)},rE=function(e,t){var n=[][e];return!!n&&dw((function(){n.call(null,t||function(){throw 1},1)}))},oE=nE.forEach,iE=rE("forEach")?[].forEach:function(e){return oE(this,e,arguments.length>1?arguments[1]:void 0)},aE=function(e){if(e&&e.forEach!==iE)try{Kw(e,"forEach",iE)}catch(t){e.forEach=iE}};for(var uE in Ax)Ax[uE]&&aE(Ib[uE]&&Ib[uE].prototype);aE(Bx);var sE={}.propertyIsEnumerable,lE=Object.getOwnPropertyDescriptor,cE=lE&&!sE.call({1:2},1)?function(e){var t=lE(this,e);return!!t&&t.enumerable}:sE,fE={f:cE},dE=function(e){return Nx(qb(e))},pE=Object.getOwnPropertyDescriptor,hE={f:Ew?pE:function(e,t){if(e=dE(e),t=Vw(t),Aw)try{return pE(e,t)}catch(e){}if(Jb(e,t))return qw(!Fw(fE.f,e,t),e[t])}},gE=Math.max,vE=Math.min,yE=function(e,t){var n=Lx(e);return n<0?gE(n+t,0):vE(n,t)},mE=function(e){return function(t,n,r){var o,i=dE(t),a=$x(i),u=yE(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},bE={includes:mE(!0),indexOf:mE(!1)},wE=bE.indexOf,xE=Wb([].push),EE=function(e,t){var n,r=dE(e),o=0,i=[];for(n in r)!Jb(ix,n)&&Jb(r,n)&&xE(i,n);for(;t.length>o;)Jb(r,n=t[o++])&&(~wE(i,n)||xE(i,n));return i},SE=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],CE=SE.concat("length","prototype"),DE={f:Object.getOwnPropertyNames||function(e){return EE(e,CE)}},OE={f:Object.getOwnPropertySymbols},AE=Wb([].concat),kE=iw("Reflect","ownKeys")||function(e){var t=DE.f(Bw(e)),n=OE.f;return n?AE(t,n(e)):t},TE=function(e,t){for(var n=kE(t),r=Gw.f,o=hE.f,i=0;i<n.length;i++){var a=n[i];Jb(e,a)||r(e,a,o(t,a))}},BE=/#|\.prototype\./,PE=function(e,t){var n=_E[FE(e)];return n==NE||n!=jE&&(rw(t)?dw(t):!!t)},FE=PE.normalize=function(e){return String(e).replace(BE,".").toLowerCase()},_E=PE.data={},jE=PE.NATIVE="N",NE=PE.POLYFILL="P",RE=PE,IE=hE.f,LE=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?Ib:l?Ib[u]||Mb(u,{}):(Ib[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=IE(n,r))&&a.value:n[r],!RE(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;TE(i,o)}(e.sham||o&&o.sham)&&Kw(i,"sham",!0),mx(n,r,i,e)}},ME=Object.keys||function(e){return EE(e,SE)},zE=dw((function(){ME(1)}));
|
|
85
|
+
/*!
|
|
86
|
+
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
|
|
87
|
+
*
|
|
88
|
+
* Copyright (c) 2014-2017, Jon Schlinkert.
|
|
89
|
+
* Released under the MIT License.
|
|
90
|
+
*/function $E(e){return"[object Object]"===Object.prototype.toString.call(e)}LE({target:"Object",stat:!0,forced:zE},{keys:function(e){return ME(Yb(e))}});var HE={isHistory(e){return!1!==$E(t=e)&&(void 0===(n=t.constructor)||!1!==$E(r=n.prototype)&&!1!==r.hasOwnProperty("isPrototypeOf"))&&Array.isArray(e.redos)&&Array.isArray(e.undos)&&(0===e.redos.length||Nf.isOperationList(e.redos[0]))&&(0===e.undos.length||Nf.isOperationList(e.undos[0]));var t,n,r}},UE=new WeakMap,VE=new WeakMap,ZE={isHistoryEditor:e=>HE.isHistory(e.history)&&Af.isEditor(e),isMerging:e=>VE.get(e),isSaving:e=>UE.get(e),redo(e){e.redo()},undo(e){e.undo()},withoutMerging(e,t){var n=ZE.isMerging(e);VE.set(e,!1),t(),VE.set(e,n)},withoutSaving(e,t){var n=ZE.isSaving(e);UE.set(e,!1),t(),UE.set(e,n)}},WE=Ib.String,GE=function(e){if("Symbol"===Dx(e))throw TypeError("Cannot convert a Symbol value to a string");return WE(e)},qE=function(){var e=Bw(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},KE=yx.PROPER,YE=RegExp.prototype,XE=YE.toString,JE=Wb(qE),QE=dw((function(){return"/a/b"!=XE.call({source:"a",flags:"b"})})),eS=KE&&"toString"!=XE.name;(QE||eS)&&mx(RegExp.prototype,"toString",(function(){var e=Bw(this),t=GE(e.source),n=e.flags;return"/"+t+"/"+GE(void 0===n&&_w(YE,e)&&!("flags"in YE)?JE(e):n)}),{unsafe:!0});var tS,nS=Ew?Object.defineProperties:function(e,t){Bw(e);for(var n,r=dE(t),o=ME(t),i=o.length,a=0;i>a;)Gw.f(e,n=o[a++],r[n]);return e},rS=iw("document","documentElement"),oS=ox("IE_PROTO"),iS=function(){},aS=function(e){return"<script>"+e+"<\/script>"},uS=function(e){e.write(aS("")),e.close();var t=e.parentWindow.Object;return e=null,t},sS=function(){try{tS=new ActiveXObject("htmlfile")}catch(e){}var e,t;sS="undefined"!=typeof document?document.domain&&tS?uS(tS):((t=Ow("iframe")).style.display="none",rS.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(aS("document.F=Object")),e.close(),e.F):uS(tS);for(var n=SE.length;n--;)delete sS.prototype[SE[n]];return sS()};ix[oS]=!0;var lS=Object.create||function(e,t){var n;return null!==e?(iS.prototype=Bw(e),n=new iS,iS.prototype=null,n[oS]=e):n=sS(),void 0===t?n:nS(n,t)},cS=bw("unscopables"),fS=Array.prototype;null==fS[cS]&&Gw.f(fS,cS,{configurable:!0,value:lS(null)});var dS=function(e){fS[cS][e]=!0},pS=bE.includes;LE({target:"Array",proto:!0},{includes:function(e){return pS(this,e,arguments.length>1?arguments[1]:void 0)}}),dS("includes");var hS=bw("match"),gS=function(e){var t;return Sw(e)&&(void 0!==(t=e[hS])?!!t:"RegExp"==xx(e))},vS=Ib.TypeError,yS=function(e){if(gS(e))throw vS("The method doesn't accept regular expressions");return e},mS=bw("match"),bS=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[mS]=!1,"/./"[e](t)}catch(e){}}return!1},wS=Wb("".indexOf);LE({target:"String",proto:!0,forced:!bS("includes")},{includes:function(e){return!!~wS(GE(qb(this)),GE(yS(e)),arguments.length>1?arguments[1]:void 0)}});var xS=/"/g,ES=Wb("".replace);LE({target:"String",proto:!0,forced:dw((function(){var e="".anchor('"');return e!==e.toLowerCase()||e.split('"').length>3}))},{anchor:function(e){return t=e,n=GE(qb(this)),r="<a",(r+=' name="'+ES(GE(t),xS,""")+'"')+">"+n+"</a>";var t,n,r}});var SS=function(e,t,n){var r,o;Bw(e);try{if(!(r=zw(e,"return"))){if("throw"===t)throw n;return n}r=Fw(r,e)}catch(e){o=!0,r=e}if("throw"===t)throw n;if(o)throw r;return Bw(r),n},CS=function(e,t,n,r){try{return r?t(Bw(n)[0],n[1]):t(n)}catch(t){SS(e,"throw",t)}},DS={},OS=bw("iterator"),AS=Array.prototype,kS=function(e){return void 0!==e&&(DS.Array===e||AS[OS]===e)},TS=function(e,t,n){var r=Vw(t);r in e?Gw.f(e,r,qw(0,n)):e[r]=n},BS=bw("iterator"),PS=function(e){if(null!=e)return zw(e,BS)||zw(e,"@@iterator")||DS[Dx(e)]},FS=Ib.TypeError,_S=function(e,t){var n=arguments.length<2?PS(e):t;if(Mw(n))return Bw(Fw(n,e));throw FS(Iw(e)+" is not iterable")},jS=Ib.Array,NS=bw("iterator"),RS=!1;try{var IS=0,LS={next:function(){return{done:!!IS++}},return:function(){RS=!0}};LS[NS]=function(){return this},Array.from(LS,(function(){throw 2}))}catch(sA){}var MS=function(e,t){if(!t&&!RS)return!1;var n=!1;try{var r={};r[NS]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(e){}return n},zS=!MS((function(e){Array.from(e)}));LE({target:"Array",stat:!0,forced:zS},{from:function(e){var t=Yb(e),n=Yx(this),r=arguments.length,o=r>1?arguments[1]:void 0,i=void 0!==o;i&&(o=Fx(o,r>2?arguments[2]:void 0));var a,u,s,l,c,f,d=PS(t),p=0;if(!d||this==jS&&kS(d))for(a=$x(t),u=n?new this(a):jS(a);a>p;p++)f=i?o(t[p],p):t[p],TS(u,p,f);else for(c=(l=_S(t,d)).next,u=n?new this:[];!(s=Fw(c,l)).done;p++)f=i?CS(l,o,[s.value,p],!0):s.value,TS(u,p,f);return u.length=p,u}});var $S,HS,US,VS=Wb("".charAt),ZS=Wb("".charCodeAt),WS=Wb("".slice),GS=function(e){return function(t,n){var r,o,i=GE(qb(t)),a=Lx(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=ZS(i,a))<55296||r>56319||a+1===u||(o=ZS(i,a+1))<56320||o>57343?e?VS(i,a):r:e?WS(i,a,a+2):o-56320+(r-55296<<10)+65536}},qS={codeAt:GS(!1),charAt:GS(!0)},KS=!dw((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),YS=ox("IE_PROTO"),XS=Ib.Object,JS=XS.prototype,QS=KS?XS.getPrototypeOf:function(e){var t=Yb(e);if(Jb(t,YS))return t[YS];var n=t.constructor;return rw(n)&&t instanceof n?n.prototype:t instanceof XS?JS:null},eC=bw("iterator"),tC=!1;[].keys&&("next"in(US=[].keys())?(HS=QS(QS(US)))!==Object.prototype&&($S=HS):tC=!0);var nC=null==$S||dw((function(){var e={};return $S[eC].call(e)!==e}));nC&&($S={}),rw($S[eC])||mx($S,eC,(function(){return this}));var rC={IteratorPrototype:$S,BUGGY_SAFARI_ITERATORS:tC},oC=Gw.f,iC=bw("toStringTag"),aC=function(e,t,n){e&&!Jb(e=n?e:e.prototype,iC)&&oC(e,iC,{configurable:!0,value:t})},uC=rC.IteratorPrototype,sC=function(){return this},lC=Ib.String,cC=Ib.TypeError,fC=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=Wb(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return Bw(n),function(e){if("object"==typeof e||rw(e))return e;throw cC("Can't set "+lC(e)+" as a prototype")}(r),t?e(n,r):n.__proto__=r,n}}():void 0),dC=yx.PROPER,pC=yx.CONFIGURABLE,hC=rC.IteratorPrototype,gC=rC.BUGGY_SAFARI_ITERATORS,vC=bw("iterator"),yC=function(){return this},mC=function(e,t,n,r,o,i,a){!function(e,t,n,r){var o=t+" Iterator";e.prototype=lS(uC,{next:qw(1,n)}),aC(e,o,!1),DS[o]=sC}(n,t,r);var u,s,l,c=function(e){if(e===o&&g)return g;if(!gC&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},f=t+" Iterator",d=!1,p=e.prototype,h=p[vC]||p["@@iterator"]||o&&p[o],g=!gC&&h||c(o),v="Array"==t&&p.entries||h;if(v&&(u=QS(v.call(new e)))!==Object.prototype&&u.next&&(QS(u)!==hC&&(fC?fC(u,hC):rw(u[vC])||mx(u,vC,yC)),aC(u,f,!0)),dC&&"values"==o&&h&&"values"!==h.name&&(pC?Kw(p,"name","values"):(d=!0,g=function(){return Fw(h,this)})),o)if(s={values:c("values"),keys:i?g:c("keys"),entries:c("entries")},a)for(l in s)(gC||d||!(l in p))&&mx(p,l,s[l]);else LE({target:t,proto:!0,forced:gC||d},s);return p[vC]!==g&&mx(p,vC,g,{name:o}),DS[t]=g,s},bC=qS.charAt,wC=px.set,xC=px.getterFor("String Iterator");mC(String,"String",(function(e){wC(this,{type:"String Iterator",string:GE(e),index:0})}),(function(){var e,t=xC(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=bC(n,r),t.index+=e.length,{value:e,done:!1})}));var EC,SC=hE.f,CC=Wb("".endsWith),DC=Wb("".slice),OC=Math.min,AC=bS("endsWith"),kC=!(AC||(EC=SC(String.prototype,"endsWith"),!EC||EC.writable));LE({target:"String",proto:!0,forced:!kC&&!AC},{endsWith:function(e){var t=GE(qb(this));yS(e);var n=arguments.length>1?arguments[1]:void 0,r=t.length,o=void 0===n?r:OC(zx(n),r),i=GE(e);return CC?CC(t,i,o):DC(t,o-i.length,o)===i}});var TC=Wb([].join),BC=Nx!=Object,PC=rE("join",",");LE({target:"Array",proto:!0,forced:BC||!PC},{join:function(e){return TC(dE(this),void 0===e?",":e)}});var FC=bw("species"),_C=function(e){return fw>=51||!dw((function(){var t=[];return(t.constructor={})[FC]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},jC=nE.map,NC=_C("map");LE({target:"Array",proto:!0,forced:!NC},{map:function(e){return jC(this,e,arguments.length>1?arguments[1]:void 0)}});var RC=Ib.RegExp,IC=dw((function(){var e=RC("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),LC=IC||dw((function(){return!RC("a","y").sticky})),MC={BROKEN_CARET:IC||dw((function(){var e=RC("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:LC,UNSUPPORTED_Y:IC},zC=Ib.RegExp,$C=dw((function(){var e=zC(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),HC=Ib.RegExp,UC=dw((function(){var e=HC("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),VC=px.get,ZC=$b("native-string-replace",String.prototype.replace),WC=RegExp.prototype.exec,GC=WC,qC=Wb("".charAt),KC=Wb("".indexOf),YC=Wb("".replace),XC=Wb("".slice),JC=function(){var e=/a/,t=/b*/g;return Fw(WC,e,"a"),Fw(WC,t,"a"),0!==e.lastIndex||0!==t.lastIndex}(),QC=MC.BROKEN_CARET,eD=void 0!==/()??/.exec("")[1];(JC||eD||QC||$C||UC)&&(GC=function(e){var t,n,r,o,i,a,u,s=this,l=VC(s),c=GE(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=Fw(GC,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=QC&&s.sticky,h=Fw(qE,s),g=s.source,v=0,y=c;if(p&&(h=YC(h,"y",""),-1===KC(h,"g")&&(h+="g"),y=XC(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==qC(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),eD&&(n=new RegExp("^"+g+"$(?!\\s)",h)),JC&&(r=s.lastIndex),o=Fw(WC,p?n:s,y),p?o?(o.input=XC(o.input,v),o[0]=XC(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:JC&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),eD&&o&&o.length>1&&Fw(ZC,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=lS(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var tD=GC;LE({target:"RegExp",proto:!0,forced:/./.exec!==tD},{exec:tD});var nD=Function.prototype,rD=nD.apply,oD=nD.bind,iD=nD.call,aD="object"==typeof Reflect&&Reflect.apply||(oD?iD.bind(rD):function(){return iD.apply(rD,arguments)}),uD=bw("species"),sD=RegExp.prototype,lD=function(e,t,n,r){var o=bw(e),i=!dw((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!dw((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[uD]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return t=!0,null},n[o](""),!t}));if(!i||!a||n){var u=Wb(/./[o]),s=t(o,""[e],(function(e,t,n,r,o){var a=Wb(e),s=t.exec;return s===tD||s===sD.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));mx(String.prototype,e,s[0]),mx(sD,o,s[1])}r&&Kw(sD[o],"sham",!0)},cD=qS.charAt,fD=function(e,t,n){return t+(n?cD(e,t).length:1)},dD=Math.floor,pD=Wb("".charAt),hD=Wb("".replace),gD=Wb("".slice),vD=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,yD=/\$([$&'`]|\d{1,2})/g,mD=function(e,t,n,r,o,i){var a=n+e.length,u=r.length,s=yD;return void 0!==o&&(o=Yb(o),s=vD),hD(i,s,(function(i,s){var l;switch(pD(s,0)){case"$":return"$";case"&":return e;case"`":return gD(t,0,n);case"'":return gD(t,a);case"<":l=o[gD(s,1,-1)];break;default:var c=+s;if(0===c)return i;if(c>u){var f=dD(c/10);return 0===f?i:f<=u?void 0===r[f-1]?pD(s,1):r[f-1]+pD(s,1):i}l=r[c-1]}return void 0===l?"":l}))},bD=Ib.TypeError,wD=function(e,t){var n=e.exec;if(rw(n)){var r=Fw(n,e,t);return null!==r&&Bw(r),r}if("RegExp"===xx(e))return Fw(tD,e,t);throw bD("RegExp#exec called on incompatible receiver")},xD=bw("replace"),ED=Math.max,SD=Math.min,CD=Wb([].concat),DD=Wb([].push),OD=Wb("".indexOf),AD=Wb("".slice),kD="$0"==="a".replace(/./,"$0"),TD=!!/./[xD]&&""===/./[xD]("a","$0");lD("replace",(function(e,t,n){var r=TD?"$":"$0";return[function(e,n){var r=qb(this),o=null==e?void 0:zw(e,xD);return o?Fw(o,e,r,n):Fw(t,GE(r),e,n)},function(e,o){var i=Bw(this),a=GE(e);if("string"==typeof o&&-1===OD(o,r)&&-1===OD(o,"$<")){var u=n(t,i,a,o);if(u.done)return u.value}var s=rw(o);s||(o=GE(o));var l=i.global;if(l){var c=i.unicode;i.lastIndex=0}for(var f=[];;){var d=wD(i,a);if(null===d)break;if(DD(f,d),!l)break;""===GE(d[0])&&(i.lastIndex=fD(a,zx(i.lastIndex),c))}for(var p,h="",g=0,v=0;v<f.length;v++){for(var y=GE((d=f[v])[0]),m=ED(SD(Lx(d.index),a.length),0),b=[],w=1;w<d.length;w++)DD(b,void 0===(p=d[w])?p:String(p));var x=d.groups;if(s){var E=CD([y],b,m,a);void 0!==x&&DD(E,x);var S=GE(aD(o,void 0,E))}else S=mD(y,a,m,b,x,o);m>=g&&(h+=AD(a,g,m)+S,g=m+y.length)}return h+AD(a,g)}]}),!!dw((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!kD||TD);
|
|
91
|
+
/*! *****************************************************************************
|
|
92
|
+
Copyright (c) Microsoft Corporation.
|
|
93
|
+
|
|
94
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
95
|
+
purpose with or without fee is hereby granted.
|
|
96
|
+
|
|
97
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
98
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
99
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
100
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
101
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
102
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
103
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
104
|
+
***************************************************************************** */
|
|
105
|
+
var BD=function(e,t){return BD=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},BD(e,t)};function PD(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}BD(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var FD=function(){return FD=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},FD.apply(this,arguments)};function _D(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function jD(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}function ND(e,t){for(var n=0,r=t.length,o=e.length;n<r;n++,o++)e[o]=t[n];return e}var RD=0,ID=function(){this.id=""+RD++},LD=px.set,MD=px.getterFor("Array Iterator"),zD=mC(Array,"Array",(function(e,t){LD(this,{type:"Array Iterator",target:dE(e),index:0,kind:t})}),(function(){var e=MD(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values");DS.Arguments=DS.Array,dS("keys"),dS("values"),dS("entries");var $D=function(e,t,n){for(var r in t)mx(e,r,t[r],n);return e},HD=Ib.Array,UD=Math.max,VD=function(e,t,n){for(var r=$x(e),o=yE(t,r),i=yE(void 0===n?r:n,r),a=HD(UD(i-o,0)),u=0;o<i;o++,u++)TS(a,u,e[o]);return a.length=u,a},ZD=DE.f,WD="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],GD={f:function(e){return WD&&"Window"==xx(e)?function(e){try{return ZD(e)}catch(e){return VD(WD)}}(e):ZD(dE(e))}},qD=dw((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})),KD=Object.isExtensible,YD=dw((function(){KD(1)}))||qD?function(e){return!!Sw(e)&&(!qD||"ArrayBuffer"!=xx(e))&&(!KD||KD(e))}:KD,XD=!dw((function(){return Object.isExtensible(Object.preventExtensions({}))})),JD=_b((function(e){var t=Gw.f,n=!1,r=nw("meta"),o=0,i=function(e){t(e,r,{value:{objectID:"O"+o++,weakData:{}}})},a=e.exports={enable:function(){a.enable=function(){},n=!0;var e=DE.f,t=Wb([].splice),o={};o[r]=1,e(o).length&&(DE.f=function(n){for(var o=e(n),i=0,a=o.length;i<a;i++)if(o[i]===r){t(o,i,1);break}return o},LE({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:GD.f}))},fastKey:function(e,t){if(!Sw(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!Jb(e,r)){if(!YD(e))return"F";if(!t)return"E";i(e)}return e[r].objectID},getWeakData:function(e,t){if(!Jb(e,r)){if(!YD(e))return!0;if(!t)return!1;i(e)}return e[r].weakData},onFreeze:function(e){return XD&&n&&YD(e)&&!Jb(e,r)&&i(e),e}};ix[r]=!0})),QD=Ib.TypeError,eO=function(e,t){this.stopped=e,this.result=t},tO=eO.prototype,nO=function(e,t,n){var r,o,i,a,u,s,l,c=n&&n.that,f=!(!n||!n.AS_ENTRIES),d=!(!n||!n.IS_ITERATOR),p=!(!n||!n.INTERRUPTED),h=Fx(t,c),g=function(e){return r&&SS(r,"normal",e),new eO(!0,e)},v=function(e){return f?(Bw(e),p?h(e[0],e[1],g):h(e[0],e[1])):p?h(e,g):h(e)};if(d)r=e;else{if(!(o=PS(e)))throw QD(Iw(e)+" is not iterable");if(kS(o)){for(i=0,a=$x(e);a>i;i++)if((u=v(e[i]))&&_w(tO,u))return u;return new eO(!1)}r=_S(e,o)}for(s=r.next;!(l=Fw(s,r)).done;){try{u=v(l.value)}catch(e){SS(r,"throw",e)}if("object"==typeof u&&u&&_w(tO,u))return u}return new eO(!1)},rO=Ib.TypeError,oO=function(e,t){if(_w(t,e))return e;throw rO("Incorrect invocation")},iO=function(e,t,n){var r,o;return fC&&rw(r=t.constructor)&&r!==n&&Sw(o=r.prototype)&&o!==n.prototype&&fC(e,o),e},aO=function(e,t,n){var r=-1!==e.indexOf("Map"),o=-1!==e.indexOf("Weak"),i=r?"set":"add",a=Ib[e],u=a&&a.prototype,s=a,l={},c=function(e){var t=Wb(u[e]);mx(u,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!Sw(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return o&&!Sw(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!Sw(e))&&t(this,0===e?0:e)}:function(e,n){return t(this,0===e?0:e,n),this})};if(RE(e,!rw(a)||!(o||u.forEach&&!dw((function(){(new a).entries().next()})))))s=n.getConstructor(t,e,r,i),JD.enable();else if(RE(e,!0)){var f=new s,d=f[i](o?{}:-0,1)!=f,p=dw((function(){f.has(1)})),h=MS((function(e){new a(e)})),g=!o&&dw((function(){for(var e=new a,t=5;t--;)e[i](t,t);return!e.has(-0)}));h||((s=t((function(e,t){oO(e,u);var n=iO(new a,e,s);return null!=t&&nO(t,n[i],{that:n,AS_ENTRIES:r}),n}))).prototype=u,u.constructor=s),(p||g)&&(c("delete"),c("has"),r&&c("get")),(g||d)&&c(i),o&&u.clear&&delete u.clear}return l[e]=s,LE({global:!0,forced:s!=a},l),aC(s,e),o||n.setStrong(s,e,r),s},uO=JD.getWeakData,sO=px.set,lO=px.getterFor,cO=nE.find,fO=nE.findIndex,dO=Wb([].splice),pO=0,hO=function(e){return e.frozen||(e.frozen=new gO)},gO=function(){this.entries=[]},vO=function(e,t){return cO(e.entries,(function(e){return e[0]===t}))};gO.prototype={get:function(e){var t=vO(this,e);if(t)return t[1]},has:function(e){return!!vO(this,e)},set:function(e,t){var n=vO(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=fO(this.entries,(function(t){return t[0]===e}));return~t&&dO(this.entries,t,1),!!~t}};var yO,mO={getConstructor:function(e,t,n,r){var o=e((function(e,o){oO(e,i),sO(e,{type:t,id:pO++,frozen:void 0}),null!=o&&nO(o,e[r],{that:e,AS_ENTRIES:n})})),i=o.prototype,a=lO(t),u=function(e,t,n){var r=a(e),o=uO(Bw(t),!0);return!0===o?hO(r).set(t,n):o[r.id]=n,e};return $D(i,{delete:function(e){var t=a(this);if(!Sw(e))return!1;var n=uO(e);return!0===n?hO(t).delete(e):n&&Jb(n,t.id)&&delete n[t.id]},has:function(e){var t=a(this);if(!Sw(e))return!1;var n=uO(e);return!0===n?hO(t).has(e):n&&Jb(n,t.id)}}),$D(i,n?{get:function(e){var t=a(this);if(Sw(e)){var n=uO(e);return!0===n?hO(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return u(this,e,t)}}:{add:function(e){return u(this,e,!0)}}),o}},bO=px.enforce,wO=!Ib.ActiveXObject&&"ActiveXObject"in Ib,xO=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},EO=aO("WeakMap",xO,mO);if(nx&&wO){yO=mO.getConstructor(xO,"WeakMap",!0),JD.enable();var SO=EO.prototype,CO=Wb(SO.delete),DO=Wb(SO.has),OO=Wb(SO.get),AO=Wb(SO.set);$D(SO,{delete:function(e){if(Sw(e)&&!YD(e)){var t=bO(this);return t.frozen||(t.frozen=new yO),CO(this,e)||t.frozen.delete(e)}return CO(this,e)},has:function(e){if(Sw(e)&&!YD(e)){var t=bO(this);return t.frozen||(t.frozen=new yO),DO(this,e)||t.frozen.has(e)}return DO(this,e)},get:function(e){if(Sw(e)&&!YD(e)){var t=bO(this);return t.frozen||(t.frozen=new yO),DO(this,e)?OO(this,e):t.frozen.get(e)}return OO(this,e)},set:function(e,t){if(Sw(e)&&!YD(e)){var n=bO(this);n.frozen||(n.frozen=new yO),DO(this,e)?AO(this,e,t):n.frozen.set(e,t)}else AO(this,e,t);return this}})}var kO=bw("iterator"),TO=bw("toStringTag"),BO=zD.values,PO=function(e,t){if(e){if(e[kO]!==BO)try{Kw(e,kO,BO)}catch(t){e[kO]=BO}if(e[TO]||Kw(e,TO,t),Ax[t])for(var n in zD)if(e[n]!==zD[n])try{Kw(e,n,zD[n])}catch(t){e[n]=zD[n]}}};for(var FO in Ax)PO(Ib[FO]&&Ib[FO].prototype,FO);PO(Bx,"DOMTokenList");var _O=new WeakMap,jO=new WeakMap,NO=new WeakMap,RO=new WeakMap,IO=new WeakMap,LO=new WeakMap,MO=new WeakMap,zO=new WeakMap,$O=new WeakMap,HO=new WeakMap,UO=new WeakMap,VO=new WeakMap,ZO=new WeakMap,WO=new WeakMap,GO=new WeakMap,qO=new WeakMap,KO=new WeakMap,YO=new WeakMap,XO=new WeakMap,JO=new WeakMap,QO=new WeakMap,eA=new WeakMap,tA=new WeakMap,nA=new WeakMap,rA=new WeakMap,oA=nE.find,iA=!0;"find"in[]&&Array(1).find((function(){iA=!1})),LE({target:"Array",proto:!0,forced:iA},{find:function(e){return oA(this,e,arguments.length>1?arguments[1]:void 0)}}),dS("find"),LE({global:!0},{globalThis:Ib});const aA=["area","base","basefont","bgsound","br","col","command","embed","frame","hr","image","img","input","isindex","keygen","link","menuitem","meta","nextid","param","source","track","wbr"];Zp&&(Bp.fn.css=Zp),Xp&&(Bp.fn.append=Xp),Pp&&(Bp.fn.addClass=Pp),Fp&&(Bp.fn.removeClass=Fp),_p&&(Bp.fn.hasClass=_p),Lp&&(Bp.fn.on=Lp),sh&&(Bp.fn.focus=sh),jp&&(Bp.fn.attr=jp),Np&&(Bp.fn.removeAttr=Np),Up&&(Bp.fn.hide=Up),Vp&&(Bp.fn.show=Vp),Hp&&(Bp.fn.offset=Hp),zp&&(Bp.fn.width=zp),$p&&(Bp.fn.height=$p),Qp&&(Bp.fn.parent=Qp),eh&&(Bp.fn.parents=eh),Yp&&(Bp.fn.is=Yp),Rp&&(Bp.fn.dataset=Rp),Ip&&(Bp.fn.val=Ip),Kp&&(Bp.fn.text=Kp),qp&&(Bp.fn.html=qp),nh&&(Bp.fn.children=nh),rh&&(Bp.fn.remove=rh),th&&(Bp.fn.find=th),Wp&&(Bp.fn.each=Wp),oh&&(Bp.fn.empty=oh);var uA,sA,lA=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||null},cA=function(e){return fA(e)&&1===e.nodeType},fA=function(e){var t=lA(e);return!!t&&e instanceof t.Node},dA=function(e){var t=e&&e.anchorNode&&lA(e.anchorNode);return!!t&&e instanceof t.Selection},pA=function(e){return fA(e)&&3===e.nodeType},hA=function(e){var t,n,r;return null!==(t=window.document.getElementById(e))&&void 0!==t?t:(null===(r=null===(n=window.document.activeElement)||void 0===n?void 0:n.shadowRoot)||void 0===r?void 0:r.getElementById(e))||null},gA=function(e,t,n){for(var r,o=e.childNodes,i=o[t],a=t,u=!1,s=!1;(fA(r=i)&&8===r.nodeType||cA(i)&&0===i.childNodes.length||cA(i)&&"false"===i.getAttribute("contenteditable"))&&(!u||!s);)a>=o.length?(u=!0,a=t-1,n="backward"):a<0?(s=!0,a=t+1,n="forward"):(i=o[a],t=a,a+="forward"===n?1:-1);return[i,t]},vA=function(e,t,n){return jD(gA(e,t,n),1)[0]},yA=function e(t){var n,r,o="";if(pA(t)&&t.nodeValue)return t.nodeValue;if(cA(t)){try{for(var i=_D(Array.from(t.childNodes)),a=i.next();!a.done;a=i.next())o+=e(a.value)}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}var u=getComputedStyle(t).getPropertyValue("display");"block"!==u&&"list"!==u&&"table-row"!==u&&"BR"!==t.tagName||(o+="\n")}return o};function mA(e,t){if(!(e instanceof HTMLElement&&"true"===e.dataset.slateVoid))for(var n=e.childNodes,r=n.length;r--;){var o=n[r],i=o.nodeType;3==i?t(o,e):1!=i&&9!=i&&11!=i||mA(o,t)}}function bA(e){if(0===e.length)return"";var t=e[0];return t.nodeType!==uA.ELEMENT_NODE?"":t.tagName.toLowerCase()}(sA=uA||(uA={}))[sA.ELEMENT_NODE=1]="ELEMENT_NODE",sA[sA.TEXT_NODE=3]="TEXT_NODE",sA[sA.CDATA_SECTION_NODE=4]="CDATA_SECTION_NODE",sA[sA.PROCESSING_INSTRUCTION_NODE=7]="PROCESSING_INSTRUCTION_NODE",sA[sA.COMMENT_NODE=8]="COMMENT_NODE",sA[sA.DOCUMENT_NODE=9]="DOCUMENT_NODE",sA[sA.DOCUMENT_TYPE_NODE=10]="DOCUMENT_TYPE_NODE",sA[sA.DOCUMENT_FRAGMENT_NODE=11]="DOCUMENT_FRAGMENT_NODE",void 0!==globalThis.navigator&&void 0!==globalThis.window&&/iPad|iPhone|iPod/.test(navigator.userAgent)&&globalThis.window.MSStream;var wA="undefined"!=typeof navigator&&/Mac OS X/.test(navigator.userAgent),xA="undefined"!=typeof navigator&&/^(?!.*Seamonkey)(?=.*Firefox).*/i.test(navigator.userAgent);"undefined"!=typeof navigator&&/^(?!.*Seamonkey)(?=.*Firefox\/(?:[0-7][0-9]|[0-8][0-6])(?:\.)).*/i.test(navigator.userAgent);var EA="undefined"!=typeof navigator&&/Version\/[\d\.]+.*Safari/.test(navigator.userAgent),SA="undefined"!=typeof navigator&&/Edge?\/(?:[0-6][0-9]|[0-7][0-8])(?:\.)/i.test(navigator.userAgent),CA="undefined"!=typeof navigator&&/Chrome?\/(?:[0-7][0-5]|[0-6][0-9])(?:\.)/i.test(navigator.userAgent),DA="undefined"!=typeof navigator&&/Chrome/i.test(navigator.userAgent);"undefined"!=typeof navigator&&/.*QQBrowser/.test(navigator.userAgent);var OA=!CA&&!SA&&"undefined"!=typeof globalThis&&globalThis.InputEvent&&"function"==typeof globalThis.InputEvent.prototype.getTargetRanges,AA={getWindow:function(e){var t=QO.get(e);if(!t)throw new Error("Unable to find a host window element for this editor");return t},findKey:function(e,t){var n=JO.get(t);return n||(n=new ID,JO.set(t,n)),n},setNewKey:function(e){var t=new ID;JO.set(e,t)},findPath:function(e,t){for(var n=[],r=t;;){var o=GO.get(r);if(null==o){if(Af.isEditor(r))return n;break}var i=WO.get(r);if(null==i)break;n.unshift(i),r=o}throw new Error("Unable to find the path for Slate node: "+JSON.stringify(t))},findDocumentOrShadowRoot:function(e){if(e.isDestroyed)return window.document;var t=AA.toDOMNode(e,e),n=t.getRootNode();return(n instanceof Document||n instanceof ShadowRoot)&&null!=n.getSelection?n:t.ownerDocument},getParentNode:function(e,t){return GO.get(t)||null},getParentsNodes:function(e,t){for(var n=[],r=t;r!==e&&null!=r;){var o=AA.getParentNode(e,r);if(null==o)break;n.push(o),r=o}return n},getTopNode:function(e,t){var n=[AA.findPath(e,t)[0]];return Ff.get(e,n)},toDOMNode:function(e,t){var n;if(Af.isEditor(t))n=qO.get(e);else{var r=AA.findKey(e,t);n=YO.get(r)}if(!n)throw new Error("Cannot resolve a DOM node from Slate node: "+JSON.stringify(t));return n},hasDOMNode:function(e,t,n){void 0===n&&(n={});var r,o=n.editable,i=void 0!==o&&o,a=AA.toDOMNode(e,e);try{r=cA(t)?t:t.parentElement}catch(e){if(!e.message.includes('Permission denied to access property "nodeType"'))throw e}return!!r&&r.closest("[data-slate-editor]")===a&&(!i||r.isContentEditable||!!r.getAttribute("data-slate-zero-width"))},toDOMRange:function(e,t){var n=t.anchor,r=t.focus,o=Vf.isBackward(t),i=AA.toDOMPoint(e,n),a=Vf.isCollapsed(t)?i:AA.toDOMPoint(e,r),u=AA.getWindow(e).document.createRange(),s=jD(o?a:i,2),l=s[0],c=s[1],f=jD(o?i:a,2),d=f[0],p=f[1],h=!!(cA(l)?l:l.parentElement).getAttribute("data-slate-zero-width"),g=!!(cA(d)?d:d.parentElement).getAttribute("data-slate-zero-width");return u.setStart(l,h?1:c),u.setEnd(d,g?1:p),u},toDOMPoint:function(e,t){var n,r,o,i=jD(Af.node(e,t.path),1)[0],a=AA.toDOMNode(e,i);Af.void(e,{at:t})&&(t={path:t.path,offset:0});var u=Array.from(a.querySelectorAll("[data-slate-string], [data-slate-zero-width]")),s=0;try{for(var l=_D(u),c=l.next();!c.done;c=l.next()){var f=c.value,d=f.childNodes[0];if(null!=d&&null!=d.textContent){var p=d.textContent.length,h=f.getAttribute("data-slate-length"),g=s+(null==h?p:parseInt(h,10));if(t.offset<=g){o=[d,Math.min(p,Math.max(0,t.offset-s))];break}s=g}}}catch(e){n={error:e}}finally{try{c&&!c.done&&(r=l.return)&&r.call(l)}finally{if(n)throw n.error}}if(!o)throw new Error("Cannot resolve a DOM point from Slate point: "+JSON.stringify(t));return o},toSlateNode:function(e,t){var n=cA(t)?t:t.parentElement;n&&!n.hasAttribute("data-slate-node")&&(n=n.closest("[data-slate-node]"));var r=n?KO.get(n):null;if(!r)throw new Error("Cannot resolve a Slate node from DOM node: "+n);return r},findEventRange:function(e,t){"nativeEvent"in t&&(t=t.nativeEvent);var n=t.clientX,r=t.clientY,o=t.target;if(null==n||null==r)throw new Error("Cannot resolve a Slate range from a DOM event: "+t);var i,a=AA.toSlateNode(e,t.target),u=AA.findPath(e,a);if(Af.isVoid(e,a)){var s=o.getBoundingClientRect(),l=e.isInline(a)?n-s.left<s.left+s.width-n:r-s.top<s.top+s.height-r,c=Af.point(e,u,{edge:l?"start":"end"}),f=l?Af.before(e,c):Af.after(e,c);if(f)return Af.range(e,f)}var d=this.getWindow(e).document;if(d.caretRangeFromPoint)i=d.caretRangeFromPoint(n,r);else{var p=d.caretPositionFromPoint(n,r);p&&((i=d.createRange()).setStart(p.offsetNode,p.offset),i.setEnd(p.offsetNode,p.offset))}if(!i)throw new Error("Cannot resolve a Slate range from a DOM event: "+t);return AA.toSlateRange(e,i,{exactMatch:!1,suppressThrow:!1})},toSlateRange:function(e,t,n){var r,o,i,a,u,s=n.exactMatch,l=n.suppressThrow;if((dA(t)?t.anchorNode:t.startContainer)&&(dA(t)?(r=t.anchorNode,o=t.anchorOffset,i=t.focusNode,a=t.focusOffset,u=DA&&window.document.activeElement&&window.document.activeElement.shadowRoot?t.anchorNode===t.focusNode&&t.anchorOffset===t.focusOffset:t.isCollapsed):(r=t.startContainer,o=t.startOffset,i=t.endContainer,a=t.endOffset,u=t.collapsed)),null==r||null==i||null==o||null==a)throw new Error("Cannot resolve a Slate range from DOM range: "+t);var c=AA.toSlatePoint(e,[r,o],{exactMatch:s,suppressThrow:l});if(!c)return null;var f=u?c:AA.toSlatePoint(e,[i,a],{exactMatch:s,suppressThrow:l});if(!f)return null;var d={anchor:c,focus:f};return Vf.isExpanded(d)&&Vf.isForward(d)&&cA(i)&&Af.void(e,{at:d.focus,mode:"highest"})&&(d=Af.unhangRange(e,d,{voids:!0})),d},toSlatePoint:function(e,t,n){var r,o=n.exactMatch,i=n.suppressThrow,a=jD(o?t:function(e){var t,n=jD(e,2),r=n[0],o=n[1];if(cA(r)&&r.childNodes.length){var i=o===r.childNodes.length,a=i?o-1:o;for(r=(t=jD(gA(r,a,i?"backward":"forward"),2))[0],i=(a=t[1])<o;cA(r)&&r.childNodes.length;){var u=i?r.childNodes.length-1:0;r=vA(r,u,i?"backward":"forward")}o=i&&null!=r.textContent?r.textContent.length:0}return[r,o]}(t),2),u=a[0],s=a[1],l=u.parentNode,c=null,f=0;if(l){var d=l.closest('[data-slate-void="true"]'),p=l.closest("[data-slate-leaf]"),h=null;if(p){c=p.closest('[data-slate-node="text"]');var g=AA.getWindow(e).document.createRange();g.setStart(c,0),g.setEnd(u,s);var v=g.cloneContents();ND(ND([],jD(gp(v.querySelectorAll("[data-slate-zero-width]")))),jD(gp(v.querySelectorAll("[contenteditable=false]")))).forEach((function(e){e.parentNode.removeChild(e)})),f=v.textContent.length,h=c}else d&&((p=d.querySelector("[data-slate-leaf]"))?(c=p.closest('[data-slate-node="text"]'),f=(h=p).textContent.length,h.querySelectorAll("[data-slate-zero-width]").forEach((function(e){f-=e.textContent.length}))):f=1);h&&f===h.textContent.length&&(l.hasAttribute("data-slate-zero-width")||xA&&(null===(r=h.textContent)||void 0===r?void 0:r.endsWith("\n")))&&f--}if(!c){if(i)return null;throw new Error("Cannot resolve a Slate point from DOM point: "+t)}var y=AA.toSlateNode(e,c);return{path:AA.findPath(e,y),offset:f}},hasRange:function(e,t){var n=t.anchor,r=t.focus;return Af.hasPath(e,n.path)&&Af.hasPath(e,r.path)},getNodeType:function(e){return xf.isElement(e)?e.type:""},checkNodeType:function(e,t){return this.getNodeType(e)===t},getNodesStr:function(e){return e.map((function(e){return Ff.string(e)})).join("")},getSelectedElems:function(e){var t,n,r=[],o=Af.nodes(e,{universal:!0});try{for(var i=_D(o),a=i.next();!a.done;a=i.next()){var u=jD(a.value,1)[0];xf.isElement(u)&&r.push(u)}}catch(e){t={error:e}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return r},getSelectedNodeByType:function(e,t){var n=this,r=jD(Af.nodes(e,{match:function(e){return n.checkNodeType(e,t)},universal:!0}),1),o=r[0];return null==o?null:o[0]},getSelectedTextNode:function(e){var t=jD(Af.nodes(e,{match:function(e){return Xf.isText(e)},universal:!0}),1),n=t[0];return null==n?null:n[0]},isNodeSelected:function(e,t){var n=jD(Af.nodes(e,{match:function(e){return e===t},universal:!0}),1),r=n[0];return null!=r&&jD(r,1)[0]===t},isSelectionAtLineEnd:function(e,t){var n=e.selection;return!!n&&(Af.isEnd(e,n.anchor,t)||Af.isEnd(e,n.focus,t))},getTextarea:function(e){var t=_O.get(e);if(null==t)throw new Error("Cannot find textarea instance by editor");return t},getToolbar:function(e){return RO.get(e)||null},getHoverbar:function(e){return LO.get(e)||null},normalizeContent:function(e){e.children.forEach((function(t,n){e.normalizeNode([t,[n]])}))},getLeftLengthOfMaxLength:function(e){var t=e.getConfig(),n=t.maxLength,r=t.onMaxLength;if("number"!=typeof n||n<=0)return 1/0;var o=n-e.getText().replace(/\r|\n|(\r\n)/g,"").length;return o<=0&&r&&r(e),o},cleanExposedTexNodeInSelectionBlock:function(e){var t,n,r,o,i=AA.getTextarea(e).$textArea,a=null==i?void 0:i[0].childNodes;if(a)try{for(var u=_D(Array.from(a)),s=u.next();!s.done;s=u.next()){var l=s.value;if(3!==l.nodeType)break;l.remove()}}catch(e){t={error:e}}finally{try{s&&!s.done&&(n=u.return)&&n.call(u)}finally{if(t)throw t.error}}var c=Af.nodes(e,{match:function(t){return!(!xf.isElement(t)||e.isInline(t))},universal:!0});try{for(var f=_D(c),d=f.next();!d.done;d=f.next()){var p=d.value;if(null!=p){var h=p[0];mA(AA.toDOMNode(e,h),(function(e,t){var n=Bp(t);n.attr("data-slate-string")||n.attr("data-slate-zero-width")||n.attr("data-w-e-reserve")||t.removeChild(e)}))}}}catch(e){r={error:e}}finally{try{d&&!d.done&&(o=f.return)&&o.call(f)}finally{if(r)throw r.error}}},isLastNode:function(e,t){var n=e.children||[];return n[n.length-1]===t},genEmptyParagraph:function(){return{type:"paragraph",children:[{text:""}]}},isSelectedVoidNode:function(e){var t,n,r=Af.nodes(e,{match:function(t){return e.isVoid(t)}}),o=0;try{for(var i=_D(r),a=i.next();!a.done;a=i.next())a.value,o++}catch(e){t={error:e}}finally{try{a&&!a.done&&(n=i.return)&&n.call(i)}finally{if(t)throw t.error}}return o>0},isSelectedEmptyParagraph:function(e){var t=e.selection;if(null==t)return!1;if(Vf.isExpanded(t))return!1;var n=AA.getSelectedNodeByType(e,"paragraph");if(null===n)return!1;var r=n.children;return 1===r.length&&(""===r[0].text||void 0)},isEmptyPath:function(e,t){var n=Af.node(e,t);if(null==n)return!1;var r=jD(n,1)[0].children;return 1===r.length&&""===r[0].text}},kA=1,TA={},BA={},PA=nE.filter,FA=_C("filter");LE({target:"Array",proto:!0,forced:!FA},{filter:function(e){return PA(this,e,arguments.length>1?arguments[1]:void 0)}});var _A="\t\n\v\f\r \u2028\u2029\ufeff",jA=Wb("".replace),NA="["+_A+"]",RA=RegExp("^"+NA+NA+"*"),IA=RegExp(NA+NA+"*$"),LA=function(e){return function(t){var n=GE(qb(t));return 1&e&&(n=jA(n,RA,"")),2&e&&(n=jA(n,IA,"")),n}},MA={start:LA(1),end:LA(2),trim:LA(3)},zA=yx.PROPER,$A=MA.trim;LE({target:"String",proto:!0,forced:function(e){return dw((function(){return!!_A[e]()||"
"!=="
"[e]()||zA&&_A[e].name!==e}))}("trim")},{trim:function(){return $A(this)}});var HA=[],UA={};function VA(e,t,n){var r=n.isInline(e)?"span":"div";return"<"+r+">"+t+"</"+r+">"}var ZA,WA,GA,qA,KA=Ib.Promise,YA=bw("species"),XA=function(e){var t=iw(e),n=Gw.f;Ew&&t&&!t[YA]&&n(t,YA,{configurable:!0,get:function(){return this}})},JA=Ib.TypeError,QA=bw("species"),ek=function(e,t){var n,r=Bw(e).constructor;return void 0===r||null==(n=Bw(r)[QA])?t:function(e){if(Yx(e))return e;throw JA(Iw(e)+" is not a constructor")}(n)},tk=Wb([].slice),nk=/(?:ipad|iphone|ipod).*applewebkit/i.test(aw),rk="process"==xx(Ib.process),ok=Ib.setImmediate,ik=Ib.clearImmediate,ak=Ib.process,uk=Ib.Dispatch,sk=Ib.Function,lk=Ib.MessageChannel,ck=Ib.String,fk=0,dk={};try{ZA=Ib.location}catch(sA){}var pk=function(e){if(Jb(dk,e)){var t=dk[e];delete dk[e],t()}},hk=function(e){return function(){pk(e)}},gk=function(e){pk(e.data)},vk=function(e){Ib.postMessage(ck(e),ZA.protocol+"//"+ZA.host)};ok&&ik||(ok=function(e){var t=tk(arguments,1);return dk[++fk]=function(){aD(rw(e)?e:sk(e),void 0,t)},WA(fk),fk},ik=function(e){delete dk[e]},rk?WA=function(e){ak.nextTick(hk(e))}:uk&&uk.now?WA=function(e){uk.now(hk(e))}:lk&&!nk?(qA=(GA=new lk).port2,GA.port1.onmessage=gk,WA=Fx(qA.postMessage,qA)):Ib.addEventListener&&rw(Ib.postMessage)&&!Ib.importScripts&&ZA&&"file:"!==ZA.protocol&&!dw(vk)?(WA=vk,Ib.addEventListener("message",gk,!1)):WA="onreadystatechange"in Ow("script")?function(e){rS.appendChild(Ow("script")).onreadystatechange=function(){rS.removeChild(this),pk(e)}}:function(e){setTimeout(hk(e),0)});var yk,mk,bk,wk,xk,Ek,Sk,Ck,Dk={set:ok,clear:ik},Ok=/ipad|iphone|ipod/i.test(aw)&&void 0!==Ib.Pebble,Ak=/web0s(?!.*chrome)/i.test(aw),kk=hE.f,Tk=Dk.set,Bk=Ib.MutationObserver||Ib.WebKitMutationObserver,Pk=Ib.document,Fk=Ib.process,_k=Ib.Promise,jk=kk(Ib,"queueMicrotask"),Nk=jk&&jk.value;Nk||(yk=function(){var e,t;for(rk&&(e=Fk.domain)&&e.exit();mk;){t=mk.fn,mk=mk.next;try{t()}catch(e){throw mk?wk():bk=void 0,e}}bk=void 0,e&&e.enter()},nk||rk||Ak||!Bk||!Pk?!Ok&&_k&&_k.resolve?((Sk=_k.resolve(void 0)).constructor=_k,Ck=Fx(Sk.then,Sk),wk=function(){Ck(yk)}):rk?wk=function(){Fk.nextTick(yk)}:(Tk=Fx(Tk,Ib),wk=function(){Tk(yk)}):(xk=!0,Ek=Pk.createTextNode(""),new Bk(yk).observe(Ek,{characterData:!0}),wk=function(){Ek.data=xk=!xk}));var Rk,Ik,Lk,Mk,zk=Nk||function(e){var t={fn:e,next:void 0};bk&&(bk.next=t),mk||(mk=t,wk()),bk=t},$k=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=Mw(t),this.reject=Mw(n)},Hk={f:function(e){return new $k(e)}},Uk=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}},Vk="object"==typeof window,Zk=Dk.set,Wk=bw("species"),Gk="Promise",qk=px.getterFor(Gk),Kk=px.set,Yk=px.getterFor(Gk),Xk=KA&&KA.prototype,Jk=KA,Qk=Xk,eT=Ib.TypeError,tT=Ib.document,nT=Ib.process,rT=Hk.f,oT=rT,iT=!!(tT&&tT.createEvent&&Ib.dispatchEvent),aT=rw(Ib.PromiseRejectionEvent),uT=!1,sT=RE(Gk,(function(){var e=ex(Jk),t=e!==String(Jk);if(!t&&66===fw)return!0;if(fw>=51&&/native code/.test(e))return!1;var n=new Jk((function(e){e(1)})),r=function(e){e((function(){}),(function(){}))};return(n.constructor={})[Wk]=r,!(uT=n.then((function(){}))instanceof r)||!t&&Vk&&!aT})),lT=sT||!MS((function(e){Jk.all(e).catch((function(){}))})),cT=function(e){var t;return!(!Sw(e)||!rw(t=e.then))&&t},fT=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;zk((function(){for(var r=e.value,o=1==e.state,i=0;n.length>i;){var a,u,s,l=n[i++],c=o?l.ok:l.fail,f=l.resolve,d=l.reject,p=l.domain;try{c?(o||(2===e.rejection&&gT(e),e.rejection=1),!0===c?a=r:(p&&p.enter(),a=c(r),p&&(p.exit(),s=!0)),a===l.promise?d(eT("Promise-chain cycle")):(u=cT(a))?Fw(u,a,f,d):f(a)):d(r)}catch(e){p&&!s&&p.exit(),d(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&pT(e)}))}},dT=function(e,t,n){var r,o;iT?((r=tT.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),Ib.dispatchEvent(r)):r={promise:t,reason:n},!aT&&(o=Ib["on"+e])?o(r):"unhandledrejection"===e&&function(e,t){var n=Ib.console;n&&n.error&&(1==arguments.length?n.error(e):n.error(e,t))}("Unhandled promise rejection",n)},pT=function(e){Fw(Zk,Ib,(function(){var t,n=e.facade,r=e.value;if(hT(e)&&(t=Uk((function(){rk?nT.emit("unhandledRejection",r,n):dT("unhandledrejection",n,r)})),e.rejection=rk||hT(e)?2:1,t.error))throw t.value}))},hT=function(e){return 1!==e.rejection&&!e.parent},gT=function(e){Fw(Zk,Ib,(function(){var t=e.facade;rk?nT.emit("rejectionHandled",t):dT("rejectionhandled",t,e.value)}))},vT=function(e,t,n){return function(r){e(t,r,n)}},yT=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=2,fT(e,!0))},mT=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw eT("Promise can't be resolved itself");var r=cT(t);r?zk((function(){var n={done:!1};try{Fw(r,t,vT(mT,n,e),vT(yT,n,e))}catch(t){yT(n,t,e)}})):(e.value=t,e.state=1,fT(e,!1))}catch(t){yT({done:!1},t,e)}}};if(sT&&(Qk=(Jk=function(e){oO(this,Qk),Mw(e),Fw(Rk,this);var t=qk(this);try{e(vT(mT,t),vT(yT,t))}catch(e){yT(t,e)}}).prototype,(Rk=function(e){Kk(this,{type:Gk,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=$D(Qk,{then:function(e,t){var n=Yk(this),r=n.reactions,o=rT(ek(this,Jk));return o.ok=!rw(e)||e,o.fail=rw(t)&&t,o.domain=rk?nT.domain:void 0,n.parent=!0,r[r.length]=o,0!=n.state&&fT(n,!1),o.promise},catch:function(e){return this.then(void 0,e)}}),Ik=function(){var e=new Rk,t=qk(e);this.promise=e,this.resolve=vT(mT,t),this.reject=vT(yT,t)},Hk.f=rT=function(e){return e===Jk||e===Lk?new Ik(e):oT(e)},rw(KA)&&Xk!==Object.prototype)){Mk=Xk.then,uT||(mx(Xk,"then",(function(e,t){var n=this;return new Jk((function(e,t){Fw(Mk,n,e,t)})).then(e,t)}),{unsafe:!0}),mx(Xk,"catch",Qk.catch,{unsafe:!0}));try{delete Xk.constructor}catch(sA){}fC&&fC(Xk,Qk)}LE({global:!0,wrap:!0,forced:sT},{Promise:Jk}),aC(Jk,Gk,!1),XA(Gk),Lk=iw(Gk),LE({target:Gk,stat:!0,forced:sT},{reject:function(e){var t=rT(this);return Fw(t.reject,void 0,e),t.promise}}),LE({target:Gk,stat:!0,forced:sT},{resolve:function(e){return function(e,t){if(Bw(e),Sw(t)&&t.constructor===e)return t;var n=Hk.f(e);return(0,n.resolve)(t),n.promise}(this,e)}}),LE({target:Gk,stat:!0,forced:lT},{all:function(e){var t=this,n=rT(t),r=n.resolve,o=n.reject,i=Uk((function(){var n=Mw(t.resolve),i=[],a=0,u=1;nO(e,(function(e){var s=a++,l=!1;u++,Fw(n,t,e).then((function(e){l||(l=!0,i[s]=e,--u||r(i))}),o)})),--u||r(i)}));return i.error&&o(i.value),n.promise},race:function(e){var t=this,n=rT(t),r=n.reject,o=Uk((function(){var o=Mw(t.resolve);nO(e,(function(e){Fw(o,t,e).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}});var bT=MC.UNSUPPORTED_Y,wT=Math.min,xT=[].push,ET=Wb(/./.exec),ST=Wb(xT),CT=Wb("".slice);function DT(e){Promise.resolve().then(e)}function OT(e,t){return xf.isElement(e)?function(e,t){var n=e.type,r=void 0===n?"":n,o=e.children,i=void 0===o?[]:o,a=Af.isVoid(t,e),u="";a||(u=i.map((function(e){return OT(e,t)})).join(""));var s=function(e){return UA[e]||VA}(r),l=s(e,u,t),c="";if(c="string"==typeof l?l:l.html||"",a||HA.forEach((function(t){return c=t(e,c)})),"string"==typeof l)return c;var f=l.prefix,d=void 0===f?"":f,p=l.suffix,h=void 0===p?"":p;return d&&(c=d+c),h&&(c+=h),c}(e,t):function(e,t){var n=e.text;if(null==n)throw new Error("Current node is not slate Text "+JSON.stringify(e));var r=n;r=function(e){return e.replace(/ {2}/g," ").replace(/</g,"<").replace(/>/g,">").replace(/®/g,"®").replace(/©/g,"©").replace(/™/g,"™")}(r);var o=AA.getParentsNodes(t,e).some((function(e){return"pre"===AA.getNodeType(e)}));if(o||(r=r.replace(/\r\n|\r|\n/g,"<br>")),o&&(r=r.replace(/ /g," ")),""===r){var i=AA.getParentNode(null,e);if(!i||0!==i.children.length)return r;r="<br>"}return HA.forEach((function(t){return r=t(e,r)})),r}(e,t)}function AT(e){return"w-e-element-"+e}lD("split",(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=GE(qb(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===e)return[r];if(!gS(e))return Fw(t,r,e,o);for(var i,a,u,s=[],l=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,f=new RegExp(e.source,l+"g");(i=Fw(tD,f,r))&&!((a=f.lastIndex)>c&&(ST(s,CT(r,c,i.index)),i.length>1&&i.index<r.length&&aD(xT,s,VD(i,1)),u=i[0].length,c=a,s.length>=o));)f.lastIndex===i.index&&f.lastIndex++;return c===r.length?!u&&ET(f,"")||ST(s,""):ST(s,CT(r,c)),s.length>o?VD(s,0,o):s}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:Fw(t,this,e,n)}:t,[function(t,n){var o=qb(this),i=null==t?void 0:zw(t,e);return i?Fw(i,t,o,n):Fw(r,GE(o),t,n)},function(e,o){var i=Bw(this),a=GE(e),u=n(r,i,a,o,r!==t);if(u.done)return u.value;var s=ek(i,RegExp),l=i.unicode,c=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(bT?"g":"y"),f=new s(bT?"^(?:"+i.source+")":i,c),d=void 0===o?4294967295:o>>>0;if(0===d)return[];if(0===a.length)return null===wD(f,a)?[a]:[];for(var p=0,h=0,g=[];h<a.length;){f.lastIndex=bT?0:h;var v,y=wD(f,bT?CT(a,h):a);if(null===y||(v=wT(zx(f.lastIndex+(bT?h:0)),a.length))===p)h=fD(a,h,l);else{if(ST(g,CT(a,p,h)),g.length===d)return g;for(var m=1;m<=y.length-1;m++)if(ST(g,y[m]),g.length===d)return g;h=p=v}}return ST(g,CT(a,p)),g}]}),!!dw((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),bT);var kT=function(e,t){var n=(t.top+t.bottom)/2;return e.top<=n&&e.bottom>=n},TT=function(e,t,n){var r=AA.toDOMRange(e,t).getBoundingClientRect(),o=AA.toDOMRange(e,n).getBoundingClientRect();return kT(r,o)&&kT(o,r)},BT=["span","b","strong","i","em","s","strike","u","font","sub","sup"],PT=[],FT=[],_T={},jT=Gw.f,NT=DE.f,RT=px.enforce,IT=bw("match"),LT=Ib.RegExp,MT=LT.prototype,zT=Ib.SyntaxError,$T=Wb(qE),HT=Wb(MT.exec),UT=Wb("".charAt),VT=Wb("".replace),ZT=Wb("".indexOf),WT=Wb("".slice),GT=/^\?<[^\s\d!#%&*+<=>@^][^\s!#%&*+<=>@^]*>/,qT=/a/g,KT=/a/g,YT=new LT(qT)!==qT,XT=MC.MISSED_STICKY,JT=MC.UNSUPPORTED_Y,QT=Ew&&(!YT||XT||$C||UC||dw((function(){return KT[IT]=!1,LT(qT)!=qT||LT(KT)==KT||"/a/i"!=LT(qT,"i")})));if(RE("RegExp",QT)){for(var eB=function(e,t){var n,r,o,i,a,u,s=_w(MT,this),l=gS(e),c=void 0===t,f=[],d=e;if(!s&&l&&c&&e.constructor===eB)return e;if((l||_w(MT,e))&&(e=e.source,c&&(t="flags"in d?d.flags:$T(d))),e=void 0===e?"":GE(e),t=void 0===t?"":GE(t),d=e,$C&&"dotAll"in qT&&(r=!!t&&ZT(t,"s")>-1)&&(t=VT(t,/s/g,"")),n=t,XT&&"sticky"in qT&&(o=!!t&&ZT(t,"y")>-1)&&JT&&(t=VT(t,/y/g,"")),UC&&(i=function(e){for(var t,n=e.length,r=0,o="",i=[],a={},u=!1,s=!1,l=0,c="";r<=n;r++){if("\\"===(t=UT(e,r)))t+=UT(e,++r);else if("]"===t)u=!1;else if(!u)switch(!0){case"["===t:u=!0;break;case"("===t:HT(GT,WT(e,r+1))&&(r+=2,s=!0),o+=t,l++;continue;case">"===t&&s:if(""===c||Jb(a,c))throw new zT("Invalid capture group name");a[c]=!0,i[i.length]=[c,l],s=!1,c="";continue}s?c+=t:o+=t}return[o,i]}(e),e=i[0],f=i[1]),a=iO(LT(e,t),s?this:MT,eB),(r||o||f.length)&&(u=RT(a),r&&(u.dotAll=!0,u.raw=eB(function(e){for(var t,n=e.length,r=0,o="",i=!1;r<=n;r++)"\\"!==(t=UT(e,r))?i||"."!==t?("["===t?i=!0:"]"===t&&(i=!1),o+=t):o+="[\\s\\S]":o+=t+UT(e,++r);return o}(e),n)),o&&(u.sticky=!0),f.length&&(u.groups=f)),e!==d)try{Kw(a,"source",""===d?"(?:)":d)}catch(e){}return a},tB=function(e){e in eB||jT(eB,e,{configurable:!0,get:function(){return LT[e]},set:function(t){LT[e]=t}})},nB=NT(LT),rB=0;nB.length>rB;)tB(nB[rB++]);MT.constructor=eB,eB.prototype=MT,mx(Ib,"RegExp",eB)}XA("RegExp");var oB=new RegExp(String.fromCharCode(160),"g");function iB(e){return e.replace(oB," ")}function aB(e,t){var n=e.length;if(n){var r=e[n-1];if(Xf.isText(r)){var o=Object.keys(r);if(1===o.length&&"text"===o[0])return r.text=r.text+t,!0}}return!1}function uB(e,t,n){return{type:"paragraph",children:[{text:Bp(e).text().replace(/\s+/gm," ")}]}}function sB(e,t){var n=function(e,t){var n=[];if(null!=e.attr("data-w-e-is-void"))return n;var r=e[0].childNodes;return 1===r.length&&"BR"===r[0].nodeName?(n.push({text:""}),n):(r.forEach((function(e){if(e.nodeType!==uA.ELEMENT_NODE)if(e.nodeType!==uA.TEXT_NODE);else{var r=e.textContent||"";if(""===r.trim()&&r.indexOf("\n")>=0)return;r&&(r=iB(r),aB(n,r)||n.push({text:r}))}else{if("BR"===e.nodeName)return void(aB(n,"\n")||n.push({text:"\n"}));var o=cB(Bp(e),t);Array.isArray(o)?o.forEach((function(e){return n.push(e)})):n.push(o)}})),n)}(e,t),r=function(e){for(var t in _T)if(e[0].matches(t))return _T[t];return uB}(e),o=r(e[0],n,t);return Array.isArray(o)||(o=[o]),o.forEach((function(r){Af.isVoid(t,r)||(0===n.length&&(r.children=[{text:e.text().replace(/\s+/gm," ")}]),FT.forEach((function(n){r=n(e[0],r,t)})))})),o}function lB(e,t){0===e.parents("pre").length&&(e[0].innerHTML=e[0].innerHTML.replace(/\s+/gm," ").replace(/<br>/g,"\n"));var n=e[0].textContent||"";n=function(e){return e.replace(/ /g," ").replace(/</g,"<").replace(/>/g,">").replace(/®/g,"®").replace(/©/g,"©").replace(/™/g,"™").replace(/"/g,'"')}(n);var r={text:n=iB(n)};return FT.forEach((function(n){r=n(e[0],r,t)})),r}function cB(e,t){PT.forEach((function(t){var n=t.selector,r=t.preParseHtml;e[0].matches(n)&&(e=Bp(r(e[0])))}));var n=bA(e);return"span"===n?e.attr("data-w-e-type")?sB(e,t):lB(e,t):"code"===n?"pre"===bA(e.parent())?sB(e,t):lB(e,t):BT.includes(n)?lB(e,t):sB(e,t)}function fB(e,t,n){var r=Bp(n);return!!r.attr(t)||(r.attr(t,"true"),e.on("destroyed",(function(){r.removeAttr(t)})),!1)}function dB(e,t){void 0===t&&(t="");var n=[];""===t&&(t="<p><br></p>"),0!==t.indexOf("<")&&(t=t.split(/\n/).map((function(e){return"<p>"+e+"</p>"})).join(""));var r=Bp("<div>"+t+"</div>");return Array.from(r.children()).forEach((function(t){var r=cB(Bp(t),e);Array.isArray(r)?r.forEach((function(e){return n.push(e)})):n.push(r)})),n}var pB=Gw.f,hB=JD.fastKey,gB=px.set,vB=px.getterFor,yB={getConstructor:function(e,t,n,r){var o=e((function(e,o){oO(e,i),gB(e,{type:t,index:lS(null),first:void 0,last:void 0,size:0}),Ew||(e.size=0),null!=o&&nO(o,e[r],{that:e,AS_ENTRIES:n})})),i=o.prototype,a=vB(t),u=function(e,t,n){var r,o,i=a(e),u=s(e,t);return u?u.value=n:(i.last=u={index:o=hB(t,!0),key:t,value:n,previous:r=i.last,next:void 0,removed:!1},i.first||(i.first=u),r&&(r.next=u),Ew?i.size++:e.size++,"F"!==o&&(i.index[o]=u)),e},s=function(e,t){var n,r=a(e),o=hB(t);if("F"!==o)return r.index[o];for(n=r.first;n;n=n.next)if(n.key==t)return n};return $D(i,{clear:function(){for(var e=a(this),t=e.index,n=e.first;n;)n.removed=!0,n.previous&&(n.previous=n.previous.next=void 0),delete t[n.index],n=n.next;e.first=e.last=void 0,Ew?e.size=0:this.size=0},delete:function(e){var t=this,n=a(t),r=s(t,e);if(r){var o=r.next,i=r.previous;delete n.index[r.index],r.removed=!0,i&&(i.next=o),o&&(o.previous=i),n.first==r&&(n.first=o),n.last==r&&(n.last=i),Ew?n.size--:t.size--}return!!r},forEach:function(e){for(var t,n=a(this),r=Fx(e,arguments.length>1?arguments[1]:void 0);t=t?t.next:n.first;)for(r(t.value,t.key,this);t&&t.removed;)t=t.previous},has:function(e){return!!s(this,e)}}),$D(i,n?{get:function(e){var t=s(this,e);return t&&t.value},set:function(e,t){return u(this,0===e?0:e,t)}}:{add:function(e){return u(this,e=0===e?0:e,e)}}),Ew&&pB(i,"size",{get:function(){return a(this).size}}),o},setStrong:function(e,t,n){var r=t+" Iterator",o=vB(t),i=vB(r);mC(e,t,(function(e,t){gB(this,{type:r,target:e,state:o(e),kind:t,last:void 0})}),(function(){for(var e=i(this),t=e.kind,n=e.last;n&&n.removed;)n=n.previous;return e.target&&(e.last=n=n?n.next:e.state.first)?"keys"==t?{value:n.key,done:!1}:"values"==t?{value:n.value,done:!1}:{value:[n.key,n.value],done:!1}:(e.target=void 0,{value:void 0,done:!0})}),n?"entries":"values",!n,!0),XA(t)}};aO("Set",(function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}}),yB);var mB=new Set(["doctype","!doctype","meta","script","style","link","frame","iframe","title","svg"]);function bB(e,t){e.isInline(t)?(e.insertNode(t),"link"===t.type&&e.insertFragment([{text:""}])):gd.insertNodes(e,t,{mode:"highest"})}var wB=function(e){var t=e,n=t.insertText;return t.insertFragment,t.setFragmentData=function(e){var n=t.selection;if(n){var r=jD(Vf.edges(n),2),o=r[0],i=r[1],a=Af.void(t,{at:o.path}),u=Af.void(t,{at:i.path});if(!Vf.isCollapsed(n)||a){var s=AA.toDOMRange(t,n),l=s.cloneContents(),c=l.childNodes[0];if(l.childNodes.forEach((function(e){e.textContent&&""!==e.textContent.trim()&&(c=e)})),u){var f=jD(u,1)[0],d=s.cloneRange(),p=AA.toDOMNode(t,f);d.setEndAfter(p),l=d.cloneContents()}if(a&&(c=l.querySelector("[data-slate-spacer]")),Array.from(l.querySelectorAll("[data-slate-zero-width]")).forEach((function(e){var t="n"===e.getAttribute("data-slate-zero-width");e.textContent=t?"\n":""})),pA(c)){var h=c.ownerDocument.createElement("span");h.style.whiteSpace="pre",h.appendChild(c),l.appendChild(h),c=h}var g=t.getFragment(),v=JSON.stringify(g),y=window.btoa(encodeURIComponent(v));c.setAttribute("data-slate-fragment",y),e.setData("application/x-slate-fragment",y);var m=l.ownerDocument.createElement("div");return m.appendChild(l),m.setAttribute("hidden","true"),l.ownerDocument.body.appendChild(m),e.setData("text/html",m.innerHTML),e.setData("text/plain",yA(m)),l.ownerDocument.body.removeChild(m),e}}},t.insertData=function(e){var r,o,i=e.getData("application/x-slate-fragment");if(i){var a=decodeURIComponent(window.atob(i)),u=JSON.parse(a);t.insertFragment(u)}else{var s=e.getData("text/plain"),l=e.getData("text/html");if(l)t.dangerouslyInsertHtml(l);else if(s){var c=s.split(/\r\n|\r|\n/),f=!1;try{for(var d=_D(c),p=d.next();!p.done;p=d.next()){var h=p.value;f&&gd.splitNodes(t,{always:!0}),n(h),f=!0}}catch(e){r={error:e}}finally{try{p&&!p.done&&(o=d.return)&&o.call(d)}finally{if(r)throw r.error}}}}},t},xB=function(e){return null!=e},EB={object:!0,function:!0,undefined:!0},SB=/^\s*class[\s{/}]/,CB=Function.prototype.toString,DB=function(e){return!!function(e){if("function"!=typeof e)return!1;if(!hasOwnProperty.call(e,"length"))return!1;try{if("number"!=typeof e.length)return!1;if("function"!=typeof e.call)return!1;if("function"!=typeof e.apply)return!1}catch(e){return!1}return!function(e){if(!function(e){return!!xB(e)&&hasOwnProperty.call(EB,typeof e)}(e))return!1;try{return!!e.constructor&&e.constructor.prototype===e}catch(e){return!1}}(e)}(e)&&!SB.test(CB.call(e))},OB=function(e){return null!=e},AB=Object.keys,kB=function(){try{return Object.keys("primitive"),!0}catch(e){return!1}}()?Object.keys:function(e){return AB(OB(e)?Object(e):e)},TB=function(e){if(!OB(e))throw new TypeError("Cannot use null or undefined");return e},BB=Math.max,PB=function(){var e,t=Object.assign;return"function"==typeof t&&(t(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}()?Object.assign:function(e,t){var n,r,o,i=BB(arguments.length,2);for(e=Object(TB(e)),o=function(r){try{e[r]=t[r]}catch(e){n||(n=e)}},r=1;r<i;++r)kB(t=arguments[r]).forEach(o);if(void 0!==n)throw n;return e},FB=Array.prototype.forEach,_B=Object.create,jB=function(e,t){var n;for(n in e)t[n]=e[n]},NB=function(e){var t=_B(null);return FB.call(arguments,(function(e){OB(e)&&jB(Object(e),t)})),t},RB="razdwatrzy",IB=String.prototype.indexOf,LB="function"==typeof RB.contains&&!0===RB.contains("dwa")&&!1===RB.contains("foo")?String.prototype.contains:function(e){return IB.call(this,e,arguments[1])>-1},MB=_b((function(e){var t=e.exports=function(e,t){var n,r,o,i,a;return arguments.length<2||"string"!=typeof e?(i=t,t=e,e=null):i=arguments[2],xB(e)?(n=LB.call(e,"c"),r=LB.call(e,"e"),o=LB.call(e,"w")):(n=o=!0,r=!1),a={value:t,configurable:n,enumerable:r,writable:o},i?PB(NB(i),a):a};t.gs=function(e,t,n){var r,o,i,a;return"string"!=typeof e?(i=n,n=t,t=e,e=null):i=arguments[3],xB(t)?DB(t)?xB(n)?DB(n)||(i=n,n=void 0):n=void 0:(i=t,t=n=void 0):t=void 0,xB(e)?(r=LB.call(e,"c"),o=LB.call(e,"e")):(r=!0,o=!1),a={get:t,set:n,configurable:r,enumerable:o},i?PB(NB(i),a):a}})),zB=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e},$B=_b((function(e,t){var n,r,o,i,a,u,s,l=Function.prototype.apply,c=Function.prototype.call,f=Object.create,d=Object.defineProperty,p=Object.defineProperties,h=Object.prototype.hasOwnProperty,g={configurable:!0,enumerable:!1,writable:!0};n=function(e,t){var n;return zB(t),h.call(this,"__ee__")?n=this.__ee__:(n=g.value=f(null),d(this,"__ee__",g),g.value=null),n[e]?"object"==typeof n[e]?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this},r=function(e,t){var r,i;return zB(t),i=this,n.call(this,e,r=function(){o.call(i,e,r),l.call(t,this,arguments)}),r.__eeOnceListener__=t,this},o=function(e,t){var n,r,o,i;if(zB(t),!h.call(this,"__ee__"))return this;if(!(n=this.__ee__)[e])return this;if("object"==typeof(r=n[e]))for(i=0;o=r[i];++i)o!==t&&o.__eeOnceListener__!==t||(2===r.length?n[e]=r[i?0:1]:r.splice(i,1));else r!==t&&r.__eeOnceListener__!==t||delete n[e];return this},i=function(e){var t,n,r,o,i;if(h.call(this,"__ee__")&&(o=this.__ee__[e]))if("object"==typeof o){for(n=arguments.length,i=new Array(n-1),t=1;t<n;++t)i[t-1]=arguments[t];for(o=o.slice(),t=0;r=o[t];++t)l.call(r,this,i)}else switch(arguments.length){case 1:c.call(o,this);break;case 2:c.call(o,this,arguments[1]);break;case 3:c.call(o,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,i=new Array(n-1),t=1;t<n;++t)i[t-1]=arguments[t];l.call(o,this,i)}},a={on:n,once:r,off:o,emit:i},u={on:MB(n),once:MB(r),off:MB(o),emit:MB(i)},s=p({},u),e.exports=t=function(e){return null==e?f(s):p(Object(e),u)},t.methods=a}));function HB(e){var t=nA.get(e);return null==t&&(t=$B(),nA.set(e,t)),t}var UB=new WeakMap;function VB(e,t){var n=UB.get(e);null==n&&(n=new Set,UB.set(e,n)),n.add(t)}function ZB(e){return UB.get(e)||new Set}function WB(e){UB.set(e,new Set)}function GB(e){var t=AA.getTextarea(e).$textAreaContainer,n=t.width(),r=t.height(),o=t.offset();return{top:o.top,left:o.left,width:n,height:r}}function qB(e){var t={top:"0",left:"0"},n=e.selection;if(null==n)return t;var r=GB(e);if(null==r)return t;var o=r.top,i=r.left,a=r.width,u=r.height,s=AA.toDOMRange(e,n).getClientRects()[0];if(null==s)return t;s.width;var l=s.height,c={},f=s.top-o,d=s.left-i;if(d>a/2){var p=a-d;c.right=p+5+"px"}else c.left=d+5+"px";if(f>u/2){var h=u-f;c.bottom=h+5+"px"}else{var g=f+l;g<0&&(g=0),c.top=g+5+"px"}return c}function KB(e,t,n){void 0===n&&(n="modal");var r={top:"0",left:"0"};if(null==e.selection)return r;var o=xf.isElement(t)&&e.isVoid(t),i=xf.isElement(t)&&e.isInline(t),a=XO.get(t);if(null==a)return r;var u=a.getBoundingClientRect(),s=u.top,l=u.left,c=u.height,f=u.width;if(o){var d=function(e){var t=[];t.push(e);for(var n=0;t.length>0;){var r=t.pop();if(null==r)break;if(++n>1e4)break;var o=r.nodeName;if(1===r.nodeType){var i=o.toLowerCase();if(aA.includes(i)||"iframe"===i||"video"===i)return r;var a=r.children||[],u=a.length;if(u)for(var s=u-1;s>=0;s--)t.push(a[s])}}return null}(a);if(null!=d){var p=d.getBoundingClientRect();s=p.top,c=p.height}}var h=GB(e);if(null==h)return r;var g,v=h.top,y=h.left,m=h.width,b=h.height,w={},x=s-v,E=l-y;if("bar"===n)return w.left=E+"px",x>40?w.bottom=b-x+5+"px":w.top=x+c+5+"px",w;if("modal"===n)return o?i?E>(m-f)/2?w.right=m-E+5+"px":w.left=E+f+5+"px":w.left="20px":w.left=E+"px",o?((g=x)<0&&(g=0),w.top=g+"px"):x>(b-c)/2?w.bottom=b-x+5+"px":((g=x+c)<0&&(g=0),w.top=g+5+"px"),w;throw new Error("type '"+n+"' is invalid")}function YB(e,t){DT((function(){var n=GB(e);if(null!=n){var r,o=n.top,i=n.left,a=n.width,u=n.height,s=t.offset(),l=s.top,c=s.left,f=t.width(),d=t.height(),p=l-o,h=c-i,g=t.attr("style");if(g.indexOf("top")>=0&&(r=p+d-u)>0){var v=t.css("top"),y=parseInt(v.toString())-r;y<0&&(y=0),t.css("top",y+"px")}if(g.indexOf("bottom")>=0&&l<0){var m=t.css("bottom"),b=parseInt(m.toString())-Math.abs(l);t.css("bottom",b+"px")}if(g.indexOf("left")>=0&&(r=h+f-a)>0){var w=t.css("left"),x=parseInt(w.toString())-r;x<0&&(x=0),t.css("left",x+"px")}if(g.indexOf("right")>=0&&c<0){var E=t.css("right"),S=parseInt(E.toString())-Math.abs(c);t.css("right",S+"px")}}}))}var XB=_C("slice"),JB=bw("species"),QB=Ib.Array,eP=Math.max;LE({target:"Array",proto:!0,forced:!XB},{slice:function(e,t){var n,r,o,i=dE(this),a=$x(i),u=yE(e,a),s=yE(void 0===t?a:t,a);if(Hx(i)&&(n=i.constructor,(Yx(n)&&(n===QB||Hx(n.prototype))||Sw(n)&&null===(n=n[JB]))&&(n=void 0),n===QB||void 0===n))return tk(i,u,s);for(r=new(void 0===n?QB:n)(eP(s-u,0)),o=0;u<s;u++,o++)u in i&&TS(r,o,i[u]);return r.length=o,r}});var tP=hE.f,nP=Wb("".startsWith),rP=Wb("".slice),oP=Math.min,iP=bS("startsWith"),aP=!iP&&!!function(){var e=tP(String.prototype,"startsWith");return e&&!e.writable}();LE({target:"String",proto:!0,forced:!aP&&!iP},{startsWith:function(e){var t=GE(qb(this));yS(e);var n=zx(oP(arguments.length>1?arguments[1]:void 0,t.length)),r=GE(e);return nP?nP(t,r,n):rP(t,n,n+r.length)===r}});var uP=Object.assign,sP=Object.defineProperty,lP=Wb([].concat),cP=!uP||dw((function(){if(Ew&&1!==uP({b:1},uP(sP({},"a",{enumerable:!0,get:function(){sP(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach((function(e){t[e]=e})),7!=uP({},e)[n]||ME(uP({},t)).join("")!=r}))?function(e,t){for(var n=Yb(e),r=arguments.length,o=1,i=OE.f,a=fE.f;r>o;)for(var u,s=Nx(arguments[o++]),l=i?lP(ME(s),i(s)):ME(s),c=l.length,f=0;c>f;)u=l[f++],Ew&&!Fw(a,s,u)||(n[u]=s[u]);return n}:uP;LE({target:"Object",stat:!0,forced:Object.assign!==cP},{assign:cP});var fP=["props","attrs","style","dataset","on","hook"];function dP(e){var t=e.data,n=void 0===t?{}:t,r=e.children,o=void 0===r?[]:r;Object.keys(n).forEach((function(t){var r,o,i=n[t];if("key"!==t){if(!fP.includes(t)){if(t.startsWith("data-")){var a=t.slice(5);return a=iv(a),function(e,t){null==e.data&&(e.data={});var n=e.data;null==n.dataset&&(n.dataset={}),Object.assign(n.dataset,t)}(e,((r={})[a]=i,r)),void delete n[t]}!function(e,t){null==e.data&&(e.data={});var n=e.data;null==n.props&&(n.props={}),Object.assign(n.props,t)}(e,(o={},o[t]=i,o)),delete n[t]}}else e.key=i})),o.length>0&&o.forEach((function(e){"string"!=typeof e&&dP(e)}))}var pP=[],hP={};function gP(e,t,n){return bg(n.isInline(e)?"span":"div",null,t)}function vP(e,t){return void 0===t&&(t=!1),bg("span",{"data-slate-string":!0},t?e+"\n":e)}function yP(e,t){return void 0===e&&(e=0),void 0===t&&(t=!1),bg("span",{"data-slate-zero-width":t?"n":"z","data-slate-length":e},"\ufeff",t?bg("br",null):null)}function mP(e,t,n,r){return WO.set(e,t),GO.set(e,n),xf.isElement(e)?function(e,t){var n,r=AA.findKey(t,e),o=t.isInline(e),i=Af.isVoid(t,e),a=AT(r.id),u={id:a,key:r.id,"data-slate-node":"element","data-slate-inline":o},s=e.type,l=e.children,c=void 0===l?[]:l,f=function(e){return hP[e]||gP}(s);n=i?null:c.map((function(n,r){return mP(n,r,e,t)}));var d=f(e,n,t);if(i){u["data-slate-void"]=!0;var p=o?"span":"div",h=jD(Ff.texts(e),1),g=jD(h[0],1)[0],v=bg(p,{"data-slate-spacer":!0,style:{height:"0",color:"transparent",outline:"none",position:"absolute"}},mP(g,0,e,t));d=bg(p,{style:{position:"relative"}},d,v),WO.set(g,0),GO.set(g,e)}return null==d.data&&(d.data={}),Object.assign(d.data,u),i||o||(d=function(e,t){var n=t;return pP.forEach((function(r){n=r(e,t)})),n}(e,d)),DT((function(){var t=hA(a);null!=t&&(YO.set(r,t),XO.set(e,t),KO.set(t,e))})),d}(e,r):function(e,t,n){if(null==e.text)throw new Error("Current node is not slate Text "+JSON.stringify(e));var r=AA.findKey(n,e),o=n.getConfig().decorate;if(null==o)throw new Error("Can not get config.decorate");var i=AA.findPath(n,e),a=o([e,i]),u=Xf.decorations(e,a),s=u.map((function(r,o){var i=function(e,t,n,r,o){void 0===t&&(t=!1);var i=e.text,a=AA.findPath(o,n),u=Rf.parent(a);if(Af.isEditor(r))throw new Error("Text node "+JSON.stringify(n)+" parent is Editor");return o.isVoid(r)?yP(Ff.string(r).length):""!==i||r.children[r.children.length-1]!==n||o.isInline(r)||""!==Af.string(o,u)?""===i?yP():t&&"\n"===i.slice(-1)?vP(i,!0):vP(i):yP(0,!0)}(r,o===u.length-1,e,t,n);return i=function(e,t){var n=t;return pP.forEach((function(t){n=t(e,n)})),n}(r,i),bg("span",{"data-slate-leaf":!0},i)})),l=function(e){return"w-e-text-"+e}(r.id),c=bg("span",{"data-slate-node":"text",id:l,key:r.id},s);return DT((function(){var t=hA(l);null!=t&&(YO.set(r,t),XO.set(e,t),KO.set(t,e))})),c}(e,n,r)}function bP(e,t){var n,r=e.$scroll,o=function(e){return"w-e-textarea-"+e}(e.id),i=t.getConfig(),a=i.readOnly,u=i.autoFocus,s=function(e,t){return void 0===t&&(t=!1),Qh("div#"+e,{props:{contentEditable:!t}})}(o,a),l=t.children||[];s.children=l.map((function(e,n){var r=mP(e,n,t,t);return dP(r),r}));var c=UO.get(e);if(null==c&&(c=!0),c){var f=function(e,t){return Bp('<div\n id="'+e+'"\n data-slate-editor\n data-slate-node="value"\n suppressContentEditableWarning\n role="textarea"\n spellCheck="true"\n autoCorrect="true"\n autoCapitalize="true"\n ></div>')}(o);r.append(f),e.$textArea=f,n=f[0],(p=Xh([rg,dg,yg,ag,cg,tg]))(n,s),UO.set(e,!1),VO.set(e,p)}else{var d=ZO.get(e),p=VO.get(e);if(null==d||null==p)return;n=d.elm,p(d,s)}if(null!=n||null!=(n=hA(o))){if((c?u:t.isFocused())&&n.focus({preventScroll:!0}),c){var h=lA(n);h&&QO.set(t,h)}qO.set(t,n),XO.set(t,n),KO.set(n,t),ZO.set(e,s)}}function wP(e){return"object"==typeof e&&null!=e&&1===e.nodeType}function xP(e,t){return(!t||"hidden"!==e)&&"visible"!==e&&"clip"!==e}function EP(e,t){if(e.clientHeight<e.scrollHeight||e.clientWidth<e.scrollWidth){var n=getComputedStyle(e,null);return xP(n.overflowY,t)||xP(n.overflowX,t)||function(e){var t=function(e){if(!e.ownerDocument||!e.ownerDocument.defaultView)return null;try{return e.ownerDocument.defaultView.frameElement}catch(e){return null}}(e);return!!t&&(t.clientHeight<e.scrollHeight||t.clientWidth<e.scrollWidth)}(e)}return!1}function SP(e,t,n,r,o,i,a,u){return i<e&&a>t||i>e&&a<t?0:i<=e&&u<=n||a>=t&&u>=n?i-e-r:a>t&&u<n||i<e&&u>n?a-t+o:0}function CP(e,t){var n=window,r=t.scrollMode,o=t.block,i=t.inline,a=t.boundary,u=t.skipOverflowHiddenElements,s="function"==typeof a?a:function(e){return e!==a};if(!wP(e))throw new TypeError("Invalid target");for(var l=document.scrollingElement||document.documentElement,c=[],f=e;wP(f)&&s(f);){if((f=f.parentElement)===l){c.push(f);break}null!=f&&f===document.body&&EP(f)&&!EP(document.documentElement)||null!=f&&EP(f,u)&&c.push(f)}for(var d=n.visualViewport?n.visualViewport.width:innerWidth,p=n.visualViewport?n.visualViewport.height:innerHeight,h=window.scrollX||pageXOffset,g=window.scrollY||pageYOffset,v=e.getBoundingClientRect(),y=v.height,m=v.width,b=v.top,w=v.right,x=v.bottom,E=v.left,S="start"===o||"nearest"===o?b:"end"===o?x:b+y/2,C="center"===i?E+m/2:"end"===i?w:E,D=[],O=0;O<c.length;O++){var A=c[O],k=A.getBoundingClientRect(),T=k.height,B=k.width,P=k.top,F=k.right,_=k.bottom,j=k.left;if("if-needed"===r&&b>=0&&E>=0&&x<=p&&w<=d&&b>=P&&x<=_&&E>=j&&w<=F)return D;var N=getComputedStyle(A),R=parseInt(N.borderLeftWidth,10),I=parseInt(N.borderTopWidth,10),L=parseInt(N.borderRightWidth,10),M=parseInt(N.borderBottomWidth,10),z=0,$=0,H="offsetWidth"in A?A.offsetWidth-A.clientWidth-R-L:0,U="offsetHeight"in A?A.offsetHeight-A.clientHeight-I-M:0;if(l===A)z="start"===o?S:"end"===o?S-p:"nearest"===o?SP(g,g+p,p,I,M,g+S,g+S+y,y):S-p/2,$="start"===i?C:"center"===i?C-d/2:"end"===i?C-d:SP(h,h+d,d,R,L,h+C,h+C+m,m),z=Math.max(0,z+g),$=Math.max(0,$+h);else{z="start"===o?S-P-I:"end"===o?S-_+M+U:"nearest"===o?SP(P,_,T,I,M+U,S,S+y,y):S-(P+T/2)+U/2,$="start"===i?C-j-R:"center"===i?C-(j+B/2)+H/2:"end"===i?C-F+L+H:SP(j,F,B,R,L+H,C,C+m,m);var V=A.scrollLeft,Z=A.scrollTop;S+=Z-(z=Math.max(0,Math.min(Z+z,A.scrollHeight-T+U))),C+=V-($=Math.max(0,Math.min(V+$,A.scrollWidth-B+H)))}D.push({el:A,top:z,left:$})}return D}function DP(e){return e===Object(e)&&0!==Object.keys(e).length}function OP(e,t){return fA(t)&&AA.hasDOMNode(e,t,{editable:!0})}function AP(e,t){if(e.getConfig().readOnly)return!1;var n=kP(e,t)&&AA.toSlateNode(e,t);return Af.isVoid(e,n)}function kP(e,t){return fA(t)&&AA.hasDOMNode(e,t)}function TP(e,t,n){void 0===n&&(n=!1);var r=t.selection,o=t.getConfig(),i=AA.findDocumentOrShadowRoot(t).getSelection();if(i&&(!e.isComposing||n)&&t.isFocused()){var a="None"!==i.type;if(r||a){var u=qO.get(t),s=!1;if(u.contains(i.anchorNode)&&u.contains(i.focusNode)&&(s=!0),a&&s&&r){var l=AA.toSlateRange(t,i,{exactMatch:!0,suppressThrow:!0});if(l&&Vf.equals(l,r)){var c=!0;if(Vf.isCollapsed(r)){var f=i.anchorNode,d=i.anchorOffset;if(f===u){var p=u.childNodes,h=void 0;(h=p[d])&&h.matches("table")&&(c=!1),(h=p[d-1])&&h.matches("table")&&(c=!1)}}if(c)return}}if(!r||AA.hasRange(t,r)){e.isUpdatingSelection=!0;var g=r&&AA.toDOMRange(t,r);if(g){Vf.isBackward(r)?i.setBaseAndExtent(g.endContainer,g.endOffset,g.startContainer,g.startOffset):i.setBaseAndExtent(g.startContainer,g.startOffset,g.endContainer,g.endOffset);var v=g.startContainer.parentElement;if(!v.closest("[data-slate-spacer]")){v.getBoundingClientRect=g.getBoundingClientRect.bind(g);var y=document.body;(function(e,t){var n=!e.ownerDocument.documentElement.contains(e);if(DP(t)&&"function"==typeof t.behavior)return t.behavior(n?[]:CP(e,t));if(!n){var r=function(e){return!1===e?{block:"end",inline:"nearest"}:DP(e)?e:{block:"start",inline:"nearest"}}(t);!function(e,t){void 0===t&&(t="auto");var n="scrollBehavior"in document.body.style;e.forEach((function(e){var r=e.el,o=e.top,i=e.left;r.scroll&&n?r.scroll({top:o,left:i,behavior:t}):(r.scrollTop=o,r.scrollLeft=i)}))}(CP(e,r),r.behavior)}})(v,{scrollMode:"if-needed",boundary:o.scroll?u.parentElement:y,block:"end",behavior:"smooth"}),delete v.getBoundingClientRect}}else i.removeAllRanges();setTimeout((function(){g&&xA&&u.focus(),e.isUpdatingSelection=!1}))}else t.selection=AA.toSlateRange(t,i,{exactMatch:!1,suppressThrow:!1})}}}var BP=new WeakMap,PP=new WeakMap,FP={bold:"mod+b",compose:["down","left","right","up","backspace","enter"],moveBackward:"left",moveForward:"right",moveWordBackward:"ctrl+left",moveWordForward:"ctrl+right",deleteBackward:"shift?+backspace",deleteForward:"shift?+delete",extendBackward:"shift+left",extendForward:"shift+right",italic:"mod+i",splitBlock:"shift?+enter",undo:"mod+z",tab:"tab",selectAll:"mod+a"},_P={moveLineBackward:"opt+up",moveLineForward:"opt+down",moveWordBackward:"opt+left",moveWordForward:"opt+right",deleteBackward:["ctrl+backspace","ctrl+h"],deleteForward:["ctrl+delete","ctrl+d"],deleteLineBackward:"cmd+shift?+backspace",deleteLineForward:["cmd+shift?+delete","ctrl+k"],deleteWordBackward:"opt+shift?+backspace",deleteWordForward:"opt+shift?+delete",extendLineBackward:"opt+shift+up",extendLineForward:"opt+shift+down",redo:"cmd+shift+z",transposeCharacter:"ctrl+t"},jP={deleteWordBackward:"ctrl+shift?+backspace",deleteWordForward:"ctrl+shift?+delete",redo:["ctrl+y","ctrl+shift+z"]},NP=function(e){var t=FP[e],n=_P[e],r=jP[e],o=t&&gv(t),i=n&&gv(n),a=r&&gv(r);return function(e){return!(!o||!o(e))||!!(wA&&i&&i(e))||!(wA||!a||!a(e))}},RP={isBold:NP("bold"),isCompose:NP("compose"),isMoveBackward:NP("moveBackward"),isMoveForward:NP("moveForward"),isDeleteBackward:NP("deleteBackward"),isDeleteForward:NP("deleteForward"),isDeleteLineBackward:NP("deleteLineBackward"),isDeleteLineForward:NP("deleteLineForward"),isDeleteWordBackward:NP("deleteWordBackward"),isDeleteWordForward:NP("deleteWordForward"),isExtendBackward:NP("extendBackward"),isExtendForward:NP("extendForward"),isExtendLineBackward:NP("extendLineBackward"),isExtendLineForward:NP("extendLineForward"),isItalic:NP("italic"),isMoveLineBackward:NP("moveLineBackward"),isMoveLineForward:NP("moveLineForward"),isMoveWordBackward:NP("moveWordBackward"),isMoveWordForward:NP("moveWordForward"),isRedo:NP("redo"),isSplitBlock:NP("splitBlock"),isTransposeCharacter:NP("transposeCharacter"),isUndo:NP("undo"),isTab:NP("tab"),isSelectAll:NP("selectAll")};function IP(e){e.preventDefault()}var LP={beforeinput:function(e,t,n){var r=e,o=n.getConfig().readOnly;if(OA&&!o&&OP(n,r.target)){var i=n.selection,a=r.inputType,u=r.dataTransfer||r.data||void 0;if("insertCompositionText"!==a&&"deleteCompositionText"!==a){if(r.preventDefault(),!a.startsWith("delete")||a.startsWith("deleteBy")){var s=jD(r.getTargetRanges(),1)[0];if(s){var l=AA.toSlateRange(n,s,{exactMatch:!1,suppressThrow:!1});i&&Vf.equals(i,l)||gd.select(n,l)}}if(i&&Vf.isExpanded(i)&&a.startsWith("delete")){var c=a.endsWith("Backward")?"backward":"forward";Af.deleteFragment(n,{direction:c})}else switch(a){case"deleteByComposition":case"deleteByCut":case"deleteByDrag":Af.deleteFragment(n);break;case"deleteContent":case"deleteContentForward":Af.deleteForward(n);break;case"deleteContentBackward":Af.deleteBackward(n);break;case"deleteEntireSoftLine":Af.deleteBackward(n,{unit:"line"}),Af.deleteForward(n,{unit:"line"});break;case"deleteHardLineBackward":Af.deleteBackward(n,{unit:"block"});break;case"deleteSoftLineBackward":Af.deleteBackward(n,{unit:"line"});break;case"deleteHardLineForward":Af.deleteForward(n,{unit:"block"});break;case"deleteSoftLineForward":Af.deleteForward(n,{unit:"line"});break;case"deleteWordBackward":Af.deleteBackward(n,{unit:"word"});break;case"deleteWordForward":Af.deleteForward(n,{unit:"word"});break;case"insertLineBreak":case"insertParagraph":Af.insertBreak(n);break;case"insertFromDrop":case"insertFromPaste":case"insertFromYank":case"insertReplacementText":case"insertText":if("insertFromPaste"===a&&!rA.get(n))break;u instanceof DataTransfer?n.insertData(u):"string"==typeof u&&Af.insertText(n,u)}}}},blur:function(e,t,n){var r=e,o=t.isUpdatingSelection,i=t.latestElement;if(!n.getConfig().readOnly&&!o&&OP(n,r.target)){var a=AA.findDocumentOrShadowRoot(n);if(i!==a.activeElement){var u=r.relatedTarget;if(!(u===AA.toDOMNode(n,n)||cA(u)&&u.hasAttribute("data-slate-spacer"))){if(null!=u&&fA(u)&&AA.hasDOMNode(n,u)){var s=AA.toSlateNode(n,u);if(xf.isElement(s)&&!n.isVoid(s))return}if(EA){var l=a.getSelection();null==l||l.removeAllRanges()}eA.delete(n)}}}},focus:function(e,t,n){var r=AA.toDOMNode(n,n),o=AA.findDocumentOrShadowRoot(n);t.latestElement=o.activeElement,xA&&e.target!==r?r.focus():eA.set(n,!0)},click:function(e,t,n){if(!n.getConfig().readOnly&&kP(n,e.target)&&fA(e.target)){var r=AA.toSlateNode(n,e.target),o=AA.findPath(n,r);if(Af.hasPath(n,o)&&Ff.get(n,o)===r){var i=Af.start(n,o),a=Af.end(n,o),u=Af.void(n,{at:i}),s=Af.void(n,{at:a});if(u&&s&&Rf.equals(u[1],s[1])){var l=Af.range(n,i);gd.select(n,l)}}}},compositionstart:function(e,t,n){if(OP(n,e.target)){var r=n.selection;if(r&&Vf.isExpanded(r)&&(Af.deleteFragment(n),Promise.resolve().then((function(){TP(t,n,!0)}))),r&&Vf.isCollapsed(r)){var o=AA.toDOMRange(n,r).startContainer,i=o.textContent||"";BP.set(n,i),PP.set(n,o)}t.isComposing=!0,function(e,t){var n;t.getConfig().placeholder&&t.isEmpty()&&e.showPlaceholder&&(null===(n=e.$placeholder)||void 0===n||n.hide(),e.showPlaceholder=!1)}(t,n)}},compositionend:function(e,t,n){var r=e;if(OP(n,r.target)){t.isComposing=!1;var o=n.selection;if(null!=o){(DA||xA)&&AA.cleanExposedTexNodeInSelectionBlock(n);for(var i=Vf.isBackward(o)?o.focus:o.anchor,a=jD(Af.node(n,[i.path[0]]),1)[0],u=0;u<i.path.length;u++){var s=jD(Af.node(n,i.path.slice(0,u+1)),1)[0];if(xf.isElement(s)&&((EA||xA)&&"link"===s.type||"code"===s.type)){AA.setNewKey(a);break}}var l=r.data;if(l){if(n.getConfig().maxLength){var c=AA.getLeftLengthOfMaxLength(n);c<l.length?(AA.toDOMRange(n,o).startContainer.textContent=BP.get(n)||"",c>0&&Af.insertText(n,l.slice(0,c)),t.changeViewState()):Af.insertText(n,l)}else Af.insertText(n,l);EA||setTimeout((function(){var e=n.selection;if(null!=e){var t=PP.get(n);null!=t&&AA.toDOMRange(n,e).startContainer!==t&&(t.textContent=BP.get(n)||"")}}))}}}},compositionupdate:function(e,t,n){OP(n,e.target)&&(t.isComposing=!0)},keydown:function(e,t,n){var r=e,o=n.selection;if(!n.getConfig().readOnly&&!t.isComposing&&OP(n,r.target)){if(function(e,t){var n=RO.get(e),r=n&&n.getMenus(),o=LO.get(e),i=o&&o.getMenus(),a=FD(FD({},r),i);for(var u in a){var s=a[u],l=s.hotkey;if(l&&hv(l,t)&&!s.isDisabled(e)){var c=s.getValue(e);s.exec(e,c)}}}(n,r),RP.isTab(r))return IP(r),void n.handleTab();if(RP.isRedo(r))return IP(r),void("function"==typeof n.redo&&n.redo());if(RP.isUndo(r))return IP(r),void("function"==typeof n.undo&&n.undo());if(RP.isMoveLineBackward(r))return IP(r),void gd.move(n,{unit:"line",reverse:!0});if(RP.isMoveLineForward(r))return IP(r),void gd.move(n,{unit:"line"});if(RP.isExtendLineBackward(r))return IP(r),void gd.move(n,{unit:"line",edge:"focus",reverse:!0});if(RP.isExtendLineForward(r))return IP(r),void gd.move(n,{unit:"line",edge:"focus"});if(RP.isMoveBackward(r))return IP(r),void(o&&Vf.isCollapsed(o)?gd.move(n,{reverse:!0}):gd.collapse(n,{edge:"start"}));if(RP.isMoveForward(r))return IP(r),void(o&&Vf.isCollapsed(o)?gd.move(n):gd.collapse(n,{edge:"end"}));if(RP.isMoveWordBackward(r))return IP(r),o&&Vf.isExpanded(o)&&gd.collapse(n,{edge:"focus"}),void gd.move(n,{unit:"word",reverse:!0});if(RP.isMoveWordForward(r))return IP(r),o&&Vf.isExpanded(o)&&gd.collapse(n,{edge:"focus"}),void gd.move(n,{unit:"word"});if(RP.isSelectAll(r))return IP(r),void n.selectAll();if(OA){if((DA||EA)&&o&&(RP.isDeleteBackward(r)||RP.isDeleteForward(r))&&Vf.isCollapsed(o)){var i=Ff.parent(n,o.anchor.path);if(xf.isElement(i)&&Af.isVoid(n,i)&&Af.isInline(n,i))return r.preventDefault(),void gd.delete(n,{unit:"block"})}}else{if(RP.isBold(r)||RP.isItalic(r)||RP.isTransposeCharacter(r))return void IP(r);if(RP.isSplitBlock(r))return IP(r),void Af.insertBreak(n);if(RP.isDeleteBackward(r))return IP(r),void(o&&Vf.isExpanded(o)?Af.deleteFragment(n,{direction:"backward"}):Af.deleteBackward(n));if(RP.isDeleteForward(r))return IP(r),void(o&&Vf.isExpanded(o)?Af.deleteFragment(n,{direction:"forward"}):Af.deleteForward(n));if(RP.isDeleteLineBackward(r))return IP(r),void(o&&Vf.isExpanded(o)?Af.deleteFragment(n,{direction:"backward"}):Af.deleteBackward(n,{unit:"line"}));if(RP.isDeleteLineForward(r))return IP(r),void(o&&Vf.isExpanded(o)?Af.deleteFragment(n,{direction:"forward"}):Af.deleteForward(n,{unit:"line"}));if(RP.isDeleteWordBackward(r))return IP(r),void(o&&Vf.isExpanded(o)?Af.deleteFragment(n,{direction:"backward"}):Af.deleteBackward(n,{unit:"word"}));if(RP.isDeleteWordForward(r))return IP(r),void(o&&Vf.isExpanded(o)?Af.deleteFragment(n,{direction:"forward"}):Af.deleteForward(n,{unit:"word"}))}}},keypress:function(e,t,n){if(!OA&&!n.getConfig().readOnly&&OP(n,e.target)){e.preventDefault();var r=e.key;Af.insertText(n,r)}},copy:function(e,t,n){var r=e;if(OP(n,r.target)){r.preventDefault();var o=r.clipboardData;null!=o&&n.setFragmentData(o)}},cut:function(e,t,n){var r=e,o=n.selection;if(!n.getConfig().readOnly&&OP(n,r.target)){r.preventDefault();var i=r.clipboardData;if(null!=i&&(n.setFragmentData(i),o))if(Vf.isExpanded(o))Af.deleteFragment(n);else{var a=Ff.parent(n,o.anchor.path);Af.isVoid(n,a)&&gd.delete(n)}}},paste:function(e,t,n){rA.set(n,!0);var r=e;if(!n.getConfig().readOnly&&OP(n,r.target)){var o=n.getConfig().customPaste;if(o&&!1===o(n,r))return void rA.set(n,!1);if(!OA||function(e){return e.clipboardData&&""!==e.clipboardData.getData("text/plain")&&1===e.clipboardData.types.length}(r)){r.preventDefault();var i=r.clipboardData;null!=i&&n.insertData(i)}}},dragover:function(e,t,n){if(kP(n,e.target)){var r=AA.toSlateNode(n,e.target);Af.isVoid(n,r)&&e.preventDefault()}},dragstart:function(e,t,n){var r=e;if(kP(n,r.target)&&!n.getConfig().readOnly){var o=AA.toSlateNode(n,r.target),i=AA.findPath(n,o);if(Af.isVoid(n,o)||Af.void(n,{at:i,voids:!0})){var a=Af.range(n,i);gd.select(n,a)}var u=r.dataTransfer;null!=u&&(t.isDraggingInternally=!0,n.setFragmentData(u))}},dragend:function(e,t,n){var r=e;n.getConfig().readOnly||t.isDraggingInternally&&kP(n,r.target)&&(t.isDraggingInternally=!1)},drop:function(e,t,n){var r=e,o=r.dataTransfer;if(!n.getConfig().readOnly&&kP(n,r.target)&&null!=o&&!(OA&&EA&&o.files.length>0)){r.preventDefault();var i=n.selection,a=AA.findEventRange(n,r);gd.select(n,a),t.isDraggingInternally&&(i&&gd.delete(n,{at:i}),t.isDraggingInternally=!1),n.insertData(o),n.isFocused()||n.focus()}}},MP=1,zP=function(){function e(e){var t=this;this.id=MP++,this.$textArea=null,this.$progressBar=Bp('<div class="w-e-progress-bar"></div>'),this.$maxLengthInfo=Bp('<div class="w-e-max-length-info"></div>'),this.isComposing=!1,this.isUpdatingSelection=!1,this.isDraggingInternally=!1,this.latestElement=null,this.showPlaceholder=!1,this.$placeholder=null,this.latestEditorSelection=null,this.onDOMSelectionChange=zh((function(){var e=t.editorInstance;!function(e,t){var n=e.isComposing,r=e.isUpdatingSelection,o=e.isDraggingInternally;if(!(t.getConfig().readOnly||n||r||o)){var i=AA.findDocumentOrShadowRoot(t),a=i.activeElement,u=AA.toDOMNode(t,t),s=i.getSelection();if(a===u?(e.latestElement=a,eA.set(t,!0)):eA.delete(t),!s)return gd.deselect(t);var l=s.anchorNode,c=s.focusNode,f=OP(t,l)||AP(t,l),d=OP(t,c)||AP(t,c);if(f&&d){var p=AA.toSlateRange(t,s,{exactMatch:!1,suppressThrow:!1});gd.select(t,p)}else gd.deselect(t)}}(t,e)}),100);var n=Bp(e);if(0===n.length)throw new Error("Cannot find textarea DOM by selector '"+e+"'");this.$box=n;var r=Bp('<div class="w-e-text-container"></div>');r.append(this.$progressBar),r.append(this.$maxLengthInfo),n.append(r);var o=Bp('<div class="w-e-scroll"></div>');r.append(o),this.$scroll=o,this.$textAreaContainer=r,DT((function(){var e=t.editorInstance,n=AA.getWindow(e);n.document.addEventListener("selectionchange",t.onDOMSelectionChange),e.on("destroyed",(function(){n.document.removeEventListener("selectionchange",t.onDOMSelectionChange)})),r.on("click",(function(){return e.hidePanelOrModal()})),e.on("change",t.changeViewState.bind(t));var o=e.getConfig().onChange;o&&e.on("change",(function(){return o(e)})),t.onFocusAndOnBlur(),e.on("change",t.changeMaxLengthInfo.bind(t)),t.bindEvent()}))}return Object.defineProperty(e.prototype,"editorInstance",{get:function(){var e=jO.get(this);if(null==e)throw new Error("Can not get editor instance");return e},enumerable:!1,configurable:!0}),e.prototype.bindEvent=function(){var e=this,t=this.$textArea,n=this.$scroll,r=this.editorInstance;null!=t&&(Ch(LP,(function(n,o){t.on(o,(function(t){n(t,e,r)}))})),r.getConfig().scroll&&(n.css("overflow-y","auto"),n.on("scroll",zh((function(){r.emit("scroll")}),100))))},e.prototype.onFocusAndOnBlur=function(){var e=this,t=this.editorInstance,n=t.getConfig(),r=n.onBlur,o=n.onFocus;this.latestEditorSelection=t.selection,t.on("change",(function(){null==e.latestEditorSelection&&null!=t.selection?setTimeout((function(){return o&&o(t)})):null!=e.latestEditorSelection&&null==t.selection&&setTimeout((function(){return r&&r(t)})),e.latestEditorSelection=t.selection}))},e.prototype.changeMaxLengthInfo=function(){var e=this.editorInstance,t=e.getConfig().maxLength;if(t){var n=t-AA.getLeftLengthOfMaxLength(e);this.$maxLengthInfo[0].innerHTML=n+"/"+t}},e.prototype.changeProgress=function(e){var t=this.$progressBar;t.css("width",e+"%"),e>=100&&setTimeout((function(){t.hide(),t.css("width","0"),t.show()}),1e3)},e.prototype.changeViewState=function(){var e=this,t=this.editorInstance;bP(this,t),function(e,t){var n,r=t.getConfig().placeholder;if(r){var o=t.isEmpty();if(o&&!e.showPlaceholder&&!e.isComposing){if(null==e.$placeholder){var i=Bp('<div class="w-e-text-placeholder">'+r+"</div>");e.$textAreaContainer.append(i),e.$placeholder=i}return e.$placeholder.show(),void(e.showPlaceholder=!0)}!o&&e.showPlaceholder&&(null===(n=e.$placeholder)||void 0===n||n.hide(),e.showPlaceholder=!1)}}(this,t),DT((function(){TP(e,t)}))},e.prototype.destroy=function(){this.$textAreaContainer.remove()},e}();function $P(e){e.removeAttr("width"),e.removeAttr("height"),e.removeAttr("fill"),e.removeAttr("class"),e.removeAttr("t"),e.removeAttr("p-id");var t=e.children();t.length&&$P(t)}function HP(){return Bp('<svg viewBox="0 0 1024 1024"><path d="M498.7 655.8l-197.6-268c-8.1-10.9-0.3-26.4 13.3-26.4h395.2c13.6 0 21.4 15.4 13.3 26.4l-197.6 268c-6.6 9-20 9-26.6 0z"></path></svg>')}function UP(){return Bp('<div class="w-e-bar-divider"></div>')}function VP(e,t,n,r,o){if(void 0===o&&(o=!1),t){if(r){var i=wA?"cmd":"ctrl";r=r.replace("mod",i)}if(o)r&&(e.attr("data-tooltip",r),e.addClass("w-e-menu-tooltip-v5"),e.addClass("tooltip-right"));else{var a=r?n+"\n"+r:n;e.attr("data-tooltip",a),e.addClass("w-e-menu-tooltip-v5")}}}lD("match",(function(e,t,n){return[function(t){var n=qb(this),r=null==t?void 0:zw(t,e);return r?Fw(r,t,n):new RegExp(t)[e](GE(n))},function(e){var r=Bw(this),o=GE(e),i=n(t,r,o);if(i.done)return i.value;if(!r.global)return wD(r,o);var a=r.unicode;r.lastIndex=0;for(var u,s=[],l=0;null!==(u=wD(r,o));){var c=GE(u[0]);s[l]=c,""===c&&(r.lastIndex=fD(o,zx(r.lastIndex),a)),l++}return 0===l?null:s}]}));var ZP=function(){function e(e,t,n){var r=this;void 0===n&&(n=!1),this.$elem=Bp('<div class="w-e-bar-item"></div>'),this.$button=Bp('<button type="button"></button>'),this.disabled=!1,this.menu=t;var o=t.tag,i=t.width;if("button"!==o)throw new Error("Invalid tag '"+o+"', expected 'button'");var a=t.title,u=t.hotkey,s=void 0===u?"":u,l=t.iconSvg,c=void 0===l?"":l,f=this.$button;if(c){var d=Bp(c);$P(d),f.append(d)}else f.text(a);VP(f,c,a,s,n),n&&c&&f.append(Bp('<span class="title">'+a+"</span>")),i&&f.css("width",i+"px"),f.attr("data-menu-key",e),this.$elem.append(f),DT((function(){return r.init()}))}return e.prototype.init=function(){var e=this;this.setActive(),this.setDisabled(),this.$button.on("click",(function(t){t.preventDefault(),oF(e).hidePanelOrModal(),e.disabled||(e.exec(),e.onButtonClick())}))},e.prototype.exec=function(){var e=oF(this),t=this.menu,n=t.getValue(e);t.exec(e,n)},e.prototype.setActive=function(){var e=oF(this),t=this.$button,n="active";this.menu.isActive(e)?t.addClass(n):t.removeClass(n)},e.prototype.setDisabled=function(){var e=oF(this),t=this.$button,n=this.menu.isDisabled(e);(null==e.selection||e.isDisabled())&&(n=!0),this.menu.alwaysEnable&&(n=!1);var r="disabled";n?t.addClass(r):t.removeClass(r),this.disabled=n},e.prototype.changeMenuState=function(){this.setActive(),this.setDisabled()},e}(),WP=function(e){function t(t,n,r){return void 0===r&&(r=!1),e.call(this,t,n,r)||this}return PD(t,e),t.prototype.onButtonClick=function(){},t}(ZP),GP=function(){function e(e){this.isShow=!1,this.showTime=0,this.record(e)}return e.prototype.record=function(e){var t=zO.get(e);null==t&&(t=new Set,zO.set(e,t)),t.add(this),$O.set(this,e)},e.prototype.renderContent=function(e){var t=this.$elem;t.empty(),t.append(e);var n=this.genSelfElem();n&&t.append(n)},e.prototype.appendTo=function(e){var t=this.$elem;e.append(t)},e.prototype.show=function(){if(!this.isShow){this.showTime=Date.now(),this.$elem.show(),this.isShow=!0;var e=$O.get(this);e&&e.emit("modalOrPanelShow",this)}},e.prototype.hide=function(){if(this.isShow&&!(Date.now()-this.showTime<200)){this.$elem.hide(),this.isShow=!1;var e=$O.get(this);e&&e.emit("modalOrPanelHide")}},e}(),qP=function(e){function t(t){var n=e.call(this,t)||this;return n.type="dropPanel",n.$elem=Bp('<div class="w-e-drop-panel"></div>'),n}return PD(t,e),t.prototype.genSelfElem=function(){return null},t}(GP),KP=function(e){function t(t,n,r){void 0===r&&(r=!1);var o=e.call(this,t,n,r)||this;if(o.dropPanel=null,o.menu=n,n.showDropPanel){var i=HP();o.$button.append(i)}return o}return PD(t,e),t.prototype.onButtonClick=function(){this.menu.showDropPanel&&this.handleDropPanel()},t.prototype.handleDropPanel=function(){var e=this.menu;if(null!=e.getPanelContentElem){var t=oF(this);if(null==this.dropPanel){var n=new qP(t),r=e.getPanelContentElem(t);n.renderContent(r),n.appendTo(this.$elem),n.show(),this.dropPanel=n}else{var o=this.dropPanel;o.isShow?o.hide():(r=e.getPanelContentElem(t),o.renderContent(r),o.show())}var i=this.dropPanel;if(i.isShow){var a=this.$elem,u=a.offset().left,s=a.parents(".w-e-bar");u-s.offset().left>=s.width()/2?i.$elem.css({left:"none",right:"0"}):i.$elem.css({left:"0",right:"none"})}}},t}(ZP),YP=function(e){function t(t,n){void 0===n&&(n=0);var r=e.call(this,t)||this;r.type="modal",r.$elem=Bp('<div class="w-e-modal"></div>'),r.width=0,n&&(r.width=n);var o=r.$elem;return o.on("click",(function(e){return e.stopPropagation()})),o.on("keyup",(function(e){"Escape"===e.code&&(r.hide(),t.restoreSelection())})),r}return PD(t,e),t.prototype.genSelfElem=function(){var e=this,t=Bp('<span class="btn-close"><svg viewBox="0 0 1024 1024"><path d="M1024 896.1024l-128 128L512 640 128 1024 0 896 384 512 0 128 128 0 512 384 896.1024 0l128 128L640 512z"></path></svg></span>'),n=$O.get(this);return t.on("click",(function(){e.hide(),null==n||n.restoreSelection()})),t},t.prototype.setStyle=function(e){var t=this.width,n=this.$elem;n.attr("style",""),t&&n.css("width",t+"px"),n.css(e)},t}(GP);function XP(e,t,n){var r=Bp('<label class="babel-container"></label>');r.append("<span>"+e+"</span>");var o=Bp('<input type="text" id="'+t+'" placeholder="'+(n||"")+'">');return r.append(o),[r[0],o[0]]}function JP(e,t){var n=Bp('<div class="button-container"></div>'),r=Bp('<button type="button" id="'+e+'">'+t+"</button>");return n.append(r),[n[0],r[0]]}var QP=function(e){function t(t,n,r){void 0===r&&(r=!1);var o=e.call(this,t,n,r)||this;return o.$body=Bp("body"),o.modal=null,o.menu=n,o}return PD(t,e),t.prototype.onButtonClick=function(){this.menu.showModal&&this.handleModal()},t.prototype.getPosition=function(){var e=oF(this),t=this.menu.getModalPositionNode(e);return xf.isElement(t)?KB(e,t,"modal"):qB(e)},t.prototype.handleModal=function(){var e=oF(this),t=this.menu;if(null==this.modal){var n=new YP(e,t.modalWidth);this.renderAndShowModal(n,!0),this.modal=n}else(n=this.modal).isShow?n.hide():this.renderAndShowModal(n,!1)},t.prototype.renderAndShowModal=function(e,t){void 0===t&&(t=!1);var n=oF(this),r=this.menu;if(null!=r.getModalContentElem){var o=AA.getTextarea(n),i=AA.getToolbar(n),a=((null==i?void 0:i.getConfig())||{}).modalAppendToBody,u=r.getModalContentElem(n);if(e.renderContent(u),a)e.setStyle({left:"0",right:"0"});else{var s=this.getPosition();e.setStyle(s)}t&&(a?e.appendTo(this.$body):e.appendTo(o.$textAreaContainer)),e.show(),a||YB(n,e.$elem),setTimeout((function(){n.blur()}))}},t}(ZP),eF=function(e){function t(t,n){var r=e.call(this,t)||this;return r.type="selectList",r.$elem=Bp('<div class="w-e-select-list"></div>'),n&&r.$elem.css("width",n+"px"),r.$elem.on("click",(function(e){e.stopPropagation()})),r}return PD(t,e),t.prototype.renderList=function(e){var t=this.$elem;t.empty();var n=Bp("<ul></ul>");e.forEach((function(e){var t=e.value,r=e.text,o=e.selected,i=e.styleForRenderMenuList,a=Bp('<li data-value="'+t+'"></li>');if(i&&a.css(i),o){var u=Bp('<svg viewBox="0 0 1446 1024"><path d="M574.116299 786.736392 1238.811249 48.517862C1272.390222 11.224635 1329.414799 7.827718 1366.75664 41.450462 1403.840015 74.840484 1406.731043 132.084741 1373.10189 169.433699L655.118888 966.834607C653.072421 969.716875 650.835807 972.514337 648.407938 975.210759 615.017957 1012.29409 558.292155 1015.652019 521.195664 982.250188L72.778218 578.493306C35.910826 545.297758 32.859041 488.584019 66.481825 451.242134 99.871807 414.158803 156.597563 410.800834 193.694055 444.202665L574.116299 786.736392Z"></path></svg>');a.append(u),a.addClass("selected")}a.append(Bp('<span data-value="'+t+'">'+r+"</span>")),a.attr("title",r),n.append(a)})),t.append(n)},t.prototype.genSelfElem=function(){return null},t}(GP),tF=function(){function e(e,t,n){var r=this;void 0===n&&(n=!1),this.$elem=Bp('<div class="w-e-bar-item"></div>'),this.$button=Bp('<button type="button" class="select-button"></button>'),this.disabled=!1,this.selectList=null;var o=t.tag,i=t.title,a=t.width,u=t.iconSvg,s=void 0===u?"":u,l=t.hotkey,c=void 0===l?"":l;if("select"!==o)throw new Error("Invalid tag '"+o+"', expected 'select'");var f=this.$button;a&&f.css("width",a+"px"),f.attr("data-menu-key",e),VP(f,s,i,c,n),this.$elem.append(f),this.menu=t,DT((function(){return r.init()}))}return e.prototype.init=function(){var e=this;this.setSelectedValue(),this.$button.on("click",(function(t){t.preventDefault(),oF(e).hidePanelOrModal(),e.trigger()}))},e.prototype.trigger=function(){var e=this,t=oF(this);if(!t.isDisabled()&&!this.disabled){var n=this.menu;if(null==this.selectList){this.selectList=new eF(t,n.selectPanelWidth);var r=this.selectList,o=n.getOptions(t);r.renderList(o),r.appendTo(this.$elem),r.show(),r.$elem.on("click","li",(function(t){var n=t.target;if(null!=n){t.preventDefault();var r=Bp(n).attr("data-value");e.onChange(r)}}))}else(r=this.selectList).isShow?r.hide():(o=n.getOptions(t),r.renderList(o),r.show())}},e.prototype.onChange=function(e){var t=oF(this),n=this.menu;n.exec&&n.exec(t,e)},e.prototype.setSelectedValue=function(){var e=oF(this),t=this.menu,n=t.getValue(e),r=function(e,t){for(var n=e.length,r="",o=0;o<n;o++){var i=e[o];if(i.value===t){r=i.text;break}}return r}(t.getOptions(e),n.toString()),o=this.$button,i=HP();o.empty(),o.text(r),o.append(i)},e.prototype.setDisabled=function(){var e=oF(this),t=this.menu.isDisabled(e),n=this.$button;(null==e.selection||e.isDisabled())&&(t=!0);var r="disabled";t?n.addClass(r):n.removeClass(r),this.disabled=t},e.prototype.changeMenuState=function(){this.setSelectedValue(),this.setDisabled()},e}(),nF=function(){function e(e){this.$elem=Bp('<div class="w-e-bar-item w-e-bar-item-group"></div>'),this.$container=Bp('<div class="w-e-bar-item-menus-container"></div>'),this.$button=Bp('<button type="button"></button>');var t=e.key,n=e.iconSvg,r=e.title,o=this.$elem,i=this.$button;if(n){var a=Bp(n);$P(a),i.append(a)}else i.text(r);i.attr("data-menu-key",t);var u=HP();i.append(u),o.append(i);var s=this.$container;o.append(s);var l=this.createObserver();this.observe(l)}return e.prototype.appendBarItem=function(e){var t=e.$elem;this.$container.append(t)},e.prototype.observe=function(e){var t=this.$container;e.observe(t[0],{childList:!0,subtree:!0,attributes:!0})},e.prototype.createObserver=function(){var e=this,t=this.$container,n=this.$button,r=new MutationObserver((function(){var o=t.find("button"),i=o.length;if(0!==i){var a=0;o.each((function(e){Bp(e).hasClass("disabled")&&a++})),r.disconnect(),a===i?n.addClass("disabled"):n.removeClass("disabled"),e.observe(r)}}));return r},e}(),rF=new WeakMap;function oF(e){var t=MO.get(e);if(null==t)throw new Error("Can not get editor instance");return t}function iF(e,t,n){void 0===n&&(n=!1);var r=rF.get(t);if(r)return r;var o=t.tag;if("button"===o){var i=t.showDropPanel,a=t.showModal;r=i?new KP(e,t,n):a?new QP(e,t,n):new WP(e,t,n)}if("select"===o&&(r=new tF(e,t,n)),null==r)throw new Error("Invalid tag in menu "+JSON.stringify(t));return rF.set(t,r),r}function aF(e,t){var n=e.selection;return null!=n&&!Vf.isCollapsed(n)&&!AA.getSelectedElems(e).some((function(t){if(e.isVoid(t))return!0;var n=t.type;return!!["pre","code","table"].includes(n)||void 0}))&&!!Xf.isText(t)}var uF=function(){function e(){var e=this;this.$elem=Bp('<div class="w-e-bar w-e-bar-hidden w-e-hover-bar"></div>'),this.menus={},this.hoverbarItems=[],this.prevSelectedNode=null,this.isShow=!1,this.changeHoverbarState=Pv((function(){var t=e.isShow,n=e.getSelectedNodeAndMenuKeys()||{},r=n.node,o=void 0===r?null:r,i=n.menuKeys,a=void 0===i?[]:i;null!=o&&e.changeItemsState(),o&&xf.isElement(o)&&t&&e.isSamePath(o,e.prevSelectedNode)||(e.hideAndClean(),null!=o&&(e.registerItems(a),e.setPosition(o),e.show()),e.prevSelectedNode=o)}),200),DT((function(){var t=e.getEditorInstance(),n=e.$elem;n.on("mousedown",(function(e){return e.preventDefault()}),{passive:!1}),AA.getTextarea(t).$textAreaContainer.append(n),t.on("change",e.changeHoverbarState);var r=e.hideAndClean.bind(e);t.on("scroll",r),t.on("fullScreen",r),t.on("unFullScreen",r)}))}return e.prototype.getMenus=function(){return this.menus},e.prototype.hideAndClean=function(){var e=this.$elem;e.removeClass("w-e-bar-show").addClass("w-e-bar-hidden"),this.hoverbarItems=[],e.empty(),this.isShow=!1},e.prototype.checkPositionBottom=function(){var e=this.$elem,t=!1,n=window.innerHeight;n&&n>=360&&n-e[0].getBoundingClientRect().bottom<360&&(t=!0),t?e.addClass("w-e-bar-bottom"):e.removeClass("w-e-bar-bottom")},e.prototype.show=function(){this.$elem.removeClass("w-e-bar-hidden").addClass("w-e-bar-show"),this.isShow=!0,this.checkPositionBottom()},e.prototype.changeItemsState=function(){var e=this;DT((function(){e.hoverbarItems.forEach((function(e){e.changeMenuState()}))}))},e.prototype.registerItems=function(e){var t=this,n=this.$elem;e.forEach((function(e){if("|"!==e)t.registerSingleItem(e);else{var r=UP();n.append(r)}}))},e.prototype.registerSingleItem=function(e){var t=this.getEditorInstance(),n=this.menus,r=n[e];if(null==r){var o=BA[e];if(null==o)throw new Error("Not found menu item factory by key '"+e+"'");if("function"!=typeof o)throw new Error("Menu item factory (key='"+e+"') is not a function");r=o(),n[e]=r}var i=iF(e,r);this.hoverbarItems.push(i),MO.set(i,t),this.$elem.append(i.$elem)},e.prototype.setPosition=function(e){var t=this.getEditorInstance(),n=this.$elem;if(n.attr("style",""),xf.isElement(e)){var r=KB(t,e,"bar");return n.css(r),void YB(t,n)}if(Xf.isText(e))return r=qB(t),n.css(r),void YB(t,n);throw new Error("hoverbar.setPosition error, current selected node is not elem nor text")},e.prototype.getSelectedNodeAndMenuKeys=function(){var e=this.getEditorInstance();if(null==e.selection)return null;var t=this.getHoverbarKeysConf(),n=null,r=[],o=function(o){var i=t[o],a=i.match,u=i.menuKeys,s=void 0===u?[]:u,l=a||function(e,t){return AA.checkNodeType(t,o)},c=jD(Af.nodes(e,{match:function(t){return l(e,t)},universal:!0}),1),f=c[0];if(null!=f)return n=f[0],r=s,"break"};for(var i in t)if("break"===o(i))break;return null==n||0===r.length?null:{node:n,menuKeys:r}},e.prototype.getEditorInstance=function(){var e=IO.get(this);if(null==e)throw new Error("Can not get editor instance");return e},e.prototype.getHoverbarKeysConf=function(){var e=this.getEditorInstance().getConfig().hoverbarKeys,t=void 0===e?{}:e,n=t.text;return n&&null==n.match&&(n.match=aF),t},e.prototype.isSamePath=function(e,t){if(null==e||null==t)return!1;var n=AA.findPath(null,e),r=AA.findPath(null,t);return Rf.equals(n,r)},e.prototype.destroy=function(){this.changeHoverbarState.cancel(),this.$elem.remove(),this.menus={},this.hoverbarItems=[],this.prevSelectedNode=null},e}();function sF(e,t,n,r){if(WO.set(e,t),GO.set(e,n),xf.isElement(e)){var o=e.children;if((void 0===o?[]:o).forEach((function(t,n){return sF(t,n,e,r)})),Af.isVoid(r,e)){var i=jD(Ff.texts(e),1),a=jD(i[0],1)[0];WO.set(a,0),GO.set(a,e)}}}function lF(e){var t=e.selector,n=void 0===t?"":t,r=e.config,o=void 0===r?{}:r,i=e.content,a=e.html,u=e.plugins,s=void 0===u?[]:u,l=(e=>{var t=e,{apply:n}=t;return t.history={undos:[],redos:[]},t.redo=()=>{var{history:e}=t,{redos:n}=e;if(n.length>0){var r=n[n.length-1];ZE.withoutSaving(t,(()=>{Af.withoutNormalizing(t,(()=>{for(var e of r)t.apply(e)}))})),e.redos.pop(),e.undos.push(r)}},t.undo=()=>{var{history:e}=t,{undos:n}=e;if(n.length>0){var r=n[n.length-1];ZE.withoutSaving(t,(()=>{Af.withoutNormalizing(t,(()=>{var e=r.map(Nf.inverse).reverse();for(var n of e)t.apply(n)}))})),e.redos.push(r),e.undos.pop()}},t.apply=e=>{var{operations:r,history:o}=t,{undos:i}=o,a=i[i.length-1],u=a&&a[a.length-1],s=((e,t)=>!(!t||"set_selection"!==e.type||"set_selection"!==t.type))(e,u),l=ZE.isSaving(t),c=ZE.isMerging(t);if(null==l&&(l=((e,t)=>"set_selection"!==e.type||null!=e.properties&&null!=e.newProperties)(e)),l){if(null==c&&(c=null!=a&&(0!==r.length||((e,t)=>"set_selection"===e.type||!(!t||"insert_text"!==e.type||"insert_text"!==t.type||e.offset!==t.offset+t.text.length||!Rf.equals(e.path,t.path))||!(!t||"remove_text"!==e.type||"remove_text"!==t.type||e.offset+e.text.length!==t.offset||!Rf.equals(e.path,t.path)))(e,u)||s)),a&&c)s&&a.pop(),a.push(e);else{var f=[e];i.push(f)}for(;i.length>100;)i.shift();(e=>"set_selection"!==e.type)(e)&&(o.redos=[])}n(e)},t})(function(e){var t=e,n=t.insertText,r=t.insertNode,o=t.insertFragment,i=t.dangerouslyInsertHtml;return t.insertText=function(e){if(t.getConfig().maxLength){var r=AA.getLeftLengthOfMaxLength(t);r<=0||(r<e.length?n(e.slice(0,r)):n(e))}else n(e)},t.insertNode=function(e){if(t.getConfig().maxLength){var n=AA.getLeftLengthOfMaxLength(t);n<=0||n<Ff.string(e).length||r(e)}else r(e)},t.insertFragment=function(e){if(t.getConfig().maxLength)if(1!==e.length)e.forEach((function(e){t.insertNode(e)}));else{var n=e[0];if(AA.getLeftLengthOfMaxLength(t)<Ff.string(n).length)return;o(e)}else o(e)},t.dangerouslyInsertHtml=function(e,n){if(void 0===e&&(e=""),void 0===n&&(n=!1),e)if(t.getConfig().maxLength){var r=AA.getLeftLengthOfMaxLength(t);if(!(r<=0)){var o=document.createElement("div");o.innerHTML=e;var a=Array.from(o.childNodes).reduce((function(e,t){var n=t.nodeType,r=t.nodeName;return t?n===uA.TEXT_NODE?e+(t.textContent||""):n===uA.ELEMENT_NODE?mB.has(r.toLowerCase())?e:e+(t.textContent||""):e:e}),"");r<a.length||i(e,n)}}else i(e,n)},t}(function(e){var t=e;return t.on=function(e,n){var r=HB(t);if(r.on(e,n),"destroyed"===e&&VB(t,n),"destroyed"!==e){var o=function(){return r.off(e,n)};r.on("destroyed",o),VB(t,o)}},t.once=function(e,n){HB(t).once(e,n)},t.off=function(e,n){HB(t).off(e,n)},t.emit=function(e){for(var n=[],r=1;r<arguments.length;r++)n[r-1]=arguments[r];var o=HB(t);o.emit.apply(o,ND([e],jD(n))),"destroyed"===e&&(ZB(t).forEach((function(e){return o.off("destroyed",e)})),WB(t))},t}(function(e){var t=e;return t.select=function(e){gd.select(t,e)},t.deselect=function(){var n=t.selection,r=AA.findDocumentOrShadowRoot(t).getSelection();r&&r.rangeCount>0&&r.removeAllRanges(),n&&gd.deselect(e)},t.move=function(t,n){void 0===n&&(n=!1),t&&(t<0||gd.move(e,{distance:t,unit:"character",reverse:n}))},t.moveReverse=function(e){t.move(e,!0)},t.restoreSelection=function(){var e=tA.get(t);null!=e&&(t.focus(),gd.select(t,e))},t.getSelectionPosition=function(){return qB(t)},t.getNodePosition=function(e){return KB(t,e)},t.isSelectedAll=function(){var e=t.selection;if(null==e)return!1;var n=jD(Vf.edges(e),2),r=n[0],o=n[1],i=jD(Af.edges(t,[]),2),a=i[0],u=i[1];return!(!zf.equals(r,a)||!zf.equals(o,u))},t.selectAll=function(){var e=Af.start(t,[]),n=Af.end(t,[]);gd.select(t,{anchor:e,focus:n})},t}(function(e){var t=e,n=t.onChange,r=t.insertText,o=t.apply,i=t.deleteBackward;return t.insertText=function(e){t.getConfig().readOnly||r(e)},t.apply=function(e){var n,r,i,a,u,s,l,c,f=[];switch(e.type){case"insert_text":case"remove_text":case"set_node":try{for(var d=_D(Af.levels(t,{at:e.path})),p=d.next();!p.done;p=d.next()){var h=jD(p.value,2),g=h[0],v=h[1],y=AA.findKey(t,g);f.push([v,y])}}catch(e){n={error:e}}finally{try{p&&!p.done&&(r=d.return)&&r.call(d)}finally{if(n)throw n.error}}break;case"insert_node":case"remove_node":case"merge_node":case"split_node":try{for(var m=_D(Af.levels(t,{at:Rf.parent(e.path)})),b=m.next();!b.done;b=m.next()){var w=jD(b.value,2);g=w[0],v=w[1],y=AA.findKey(t,g),f.push([v,y])}}catch(e){i={error:e}}finally{try{b&&!b.done&&(a=m.return)&&a.call(m)}finally{if(i)throw i.error}}break;case"move_node":try{for(var x=_D(Af.levels(t,{at:Rf.common(Rf.parent(e.path),Rf.parent(e.newPath))})),E=x.next();!E.done;E=x.next()){var S=jD(E.value,2);g=S[0],v=S[1],y=AA.findKey(t,g),f.push([v,y])}}catch(e){u={error:e}}finally{try{E&&!E.done&&(s=x.return)&&s.call(x)}finally{if(u)throw u.error}}}o(e);try{for(var C=_D(f),D=C.next();!D.done;D=C.next()){var O=jD(D.value,2);v=O[0],y=O[1],g=jD(Af.node(t,v),1)[0],JO.set(g,y)}}catch(e){l={error:e}}finally{try{D&&!D.done&&(c=C.return)&&c.call(C)}finally{if(l)throw l.error}}},t.deleteBackward=function(n){if("line"!==n)return i(n);if(e.selection&&Vf.isCollapsed(e.selection)){var r=Af.above(e,{match:function(t){return Af.isBlock(e,t)},at:e.selection});if(r){var o=jD(r,2)[1],a=Af.range(e,o,e.selection.anchor),u=function(e,t){var n=Af.range(e,Vf.end(t)),r=Array.from(Af.positions(e,{at:t})),o=0,i=r.length,a=Math.floor(i/2);if(TT(e,Af.range(e,r[o]),n))return Af.range(e,r[o],n);if(r.length<2)return Af.range(e,r[r.length-1],n);for(;a!==r.length&&a!==o;)TT(e,Af.range(e,r[a]),n)?i=a:o=a,a=Math.floor((o+i)/2);return Af.range(e,r[i],n)}(t,a);Vf.isCollapsed(u)||gd.delete(e,{at:u})}}},t.onChange=function(){var e=t.selection;null!=e&&tA.set(t,e),t.emit("change"),n()},t.handleTab=function(){t.insertText(" ")},t.getHtml=function(){var e=t.children;return(void 0===e?[]:e).map((function(e){return OT(e,t)})).join("")},t.getText=function(){var e=t.children;return(void 0===e?[]:e).map((function(e){return Ff.string(e)})).join("\n")},t.getSelectionText=function(){var n=t.selection;return null==n?"":Af.string(e,n)},t.getElemsByType=function(e,n){var r,o;void 0===n&&(n=!1);var i=[],a=Af.nodes(t,{at:[],universal:!0});try{for(var u=_D(a),s=u.next();!s.done;s=u.next()){var l=jD(s.value,1)[0];if(xf.isElement(l)&&(n?l.type.indexOf(e)>=0:l.type===e)){var c=AT(AA.findKey(t,l).id);i.push(FD(FD({},l),{id:c}))}}}catch(e){r={error:e}}finally{try{s&&!s.done&&(o=u.return)&&o.call(u)}finally{if(r)throw r.error}}return i},t.getElemsByTypePrefix=function(e){return t.getElemsByType(e,!0)},t.isEmpty=function(){var e=t.children,n=void 0===e?[]:e;if(n.length>1)return!1;var r=n[0];if(null==r)return!0;if(xf.isElement(r)&&"paragraph"===r.type){var o=r.children,i=void 0===o?[]:o;if(i.length>1)return!1;var a=i[0];if(null==a)return!0;if(Xf.isText(a)&&""===a.text)return!0}return!1},t.clear=function(){gd.delete(t,{at:{anchor:Af.start(t,[]),focus:Af.end(t,[])}}),0===t.children.length&&gd.insertNodes(t,[{type:"paragraph",children:[{text:""}]}])},t.getParentNode=function(e){return AA.getParentNode(t,e)},t.dangerouslyInsertHtml=function(e,n){if(void 0===e&&(e=""),void 0===n&&(n=!1),e){var r=document.createElement("div");r.innerHTML=e;var o=Array.from(r.childNodes);if(o=o.filter((function(e){var t=e.nodeType,n=e.nodeName;return t===uA.TEXT_NODE||t===uA.ELEMENT_NODE&&!mB.has(n.toLowerCase())})),0!==o.length){var i=t.selection;if(null!=i){var a=null;AA.isSelectedEmptyParagraph(t)&&!n&&(a=[i.focus.path[0]]),r.setAttribute("hidden","true"),document.body.appendChild(r);var u=0;o.forEach((function(e){var n=e.nodeType,r=e.nodeName,o=e.textContent,i=void 0===o?"":o;if(n!==uA.TEXT_NODE)if("BR"!==r){var a=e,s=!1;if(BT.includes(r.toLowerCase()))s=!0;else for(var l in _T)if(a.matches(l)){s=!0;break}if(s){var c=cB(Bp(a),t);return Array.isArray(c)?(c.forEach((function(e){return bB(t,e)})),u++):(bB(t,c),u++),void(AA.isSelectedVoidNode(t)&&t.move(1))}var f=window.getComputedStyle(a).display;AA.isSelectedEmptyParagraph(t)||f.indexOf("inline")<0&&t.insertBreak(),t.dangerouslyInsertHtml(a.innerHTML,!0)}else t.insertText("\n");else{if(!i||!i.trim())return;t.insertNode({text:i})}})),u&&a&&AA.isEmptyPath(t,a)&&gd.removeNodes(t,{at:a}),r.remove()}}}},t.setHtml=function(e){void 0===e&&(e="");var n=t.isDisabled(),r=t.isFocused(),o=JSON.stringify(t.selection);t.enable(),t.focus(),t.clear();var i=dB(t,e);if(gd.insertFragment(t,i),r||(t.deselect(),t.blur()),n&&(t.deselect(),t.disable()),t.isFocused())try{t.select(JSON.parse(o))}catch(e){t.select(Af.start(t,[]))}},t}(function(e){var t=e;return t.getAllMenuKeys=function(){var e=[];for(var t in BA)e.push(t);return e},t.getConfig=function(){var e=HO.get(t);if(null==e)throw new Error("Can not get editor config");return e},t.getMenuConfig=function(e){var n=t.getConfig().MENU_CONF;return(void 0===n?{}:n)[e]||{}},t.alert=function(e,n){void 0===n&&(n="info");var r=t.getConfig().customAlert;r&&r(e,n)},t}(function(e){var t=wB((()=>{var e={children:[],operations:[],selection:null,marks:null,isInline:()=>!1,isVoid:()=>!1,onChange:()=>{},apply:t=>{for(var n of Af.pathRefs(e))If.transform(n,t);for(var r of Af.pointRefs(e))$f.transform(r,t);for(var o of Af.rangeRefs(e))Zf.transform(o,t);var i=new Set,a=[],u=e=>{if(e){var t=e.join(",");i.has(t)||(i.add(t),a.push(e))}},s=Rc.get(e)||[],l=Vc(t);for(var c of s)u(Rf.transform(c,t));for(var f of l)u(f);Rc.set(e,a),gd.transform(e,t),e.operations.push(t),Af.normalize(e),"set_selection"===t.type&&(e.marks=null),Ic.get(e)||(Ic.set(e,!0),Promise.resolve().then((()=>{Ic.set(e,!1),e.onChange(),e.operations=[]})))},addMark:(t,n)=>{var{selection:r}=e;if(r)if(Vf.isExpanded(r))gd.setNodes(e,{[t]:n},{match:Xf.isText,split:!0});else{var o=Uc(Uc({},Af.marks(e)||{}),{},{[t]:n});e.marks=o,Ic.get(e)||e.onChange()}},deleteBackward:t=>{var{selection:n}=e;n&&Vf.isCollapsed(n)&&gd.delete(e,{unit:t,reverse:!0})},deleteForward:t=>{var{selection:n}=e;n&&Vf.isCollapsed(n)&&gd.delete(e,{unit:t})},deleteFragment:t=>{var{selection:n}=e;n&&Vf.isExpanded(n)&&gd.delete(e,{reverse:"backward"===t})},getFragment:()=>{var{selection:t}=e;return t?Ff.fragment(e,t):[]},insertBreak:()=>{gd.splitNodes(e,{always:!0})},insertFragment:t=>{gd.insertFragment(e,t)},insertNode:t=>{gd.insertNodes(e,t)},insertText:t=>{var{selection:n,marks:r}=e;if(n){if(r){var o=Uc({text:t},r);gd.insertNodes(e,o)}else gd.insertText(e,t);e.marks=null}},normalizeNode:t=>{var[n,r]=t;if(!Xf.isText(n))if(xf.isElement(n)&&0===n.children.length)gd.insertNodes(e,{text:""},{at:r.concat(0),voids:!0});else for(var o=!Af.isEditor(n)&&xf.isElement(n)&&(e.isInline(n)||0===n.children.length||Xf.isText(n.children[0])||e.isInline(n.children[0])),i=0,a=0;a<n.children.length;a++,i++){var u=Ff.get(e,r);if(!Xf.isText(u)){var s=n.children[a],l=u.children[i-1],c=a===n.children.length-1;(Xf.isText(s)||xf.isElement(s)&&e.isInline(s))!==o?(gd.removeNodes(e,{at:r.concat(i),voids:!0}),i--):xf.isElement(s)?e.isInline(s)&&(null!=l&&Xf.isText(l)?c&&(gd.insertNodes(e,{text:""},{at:r.concat(i+1),voids:!0}),i++):(gd.insertNodes(e,{text:""},{at:r.concat(i),voids:!0}),i++)):null!=l&&Xf.isText(l)&&(Xf.equals(s,l,{loose:!0})?(gd.mergeNodes(e,{at:r.concat(i),voids:!0}),i--):""===l.text?(gd.removeNodes(e,{at:r.concat(i-1),voids:!0}),i--):""===s.text&&(gd.removeNodes(e,{at:r.concat(i),voids:!0}),i--))}}},removeMark:t=>{var{selection:n}=e;if(n)if(Vf.isExpanded(n))gd.unsetNodes(e,t,{match:Xf.isText,split:!0});else{var r=Uc({},Af.marks(e)||{});delete r[t],e.marks=r,Ic.get(e)||e.onChange()}}};return e})());return t.id="wangEditor-"+kA++,t.isDestroyed=!1,t.isFullScreen=!1,t.focus=function(e){if(AA.toDOMNode(t,t).focus({preventScroll:!0}),eA.set(t,!0),e){var n=Af.end(t,[]);gd.select(t,n)}else{var r=tA.get(t);r?gd.select(t,r):gd.select(t,Af.start(t,[]))}},t.isFocused=function(){return!!eA.get(t)},t.blur=function(){AA.toDOMNode(t,t).blur(),gd.deselect(t),eA.set(t,!1)},t.updateView=function(){AA.getTextarea(t).changeViewState();var e=AA.getToolbar(t);e&&e.changeToolbarState();var n=AA.getHoverbar(t);n&&n.changeHoverbarState()},t.destroy=function(){if(!t.isDestroyed){var e=AA.getTextarea(t);e.destroy(),_O.delete(t),jO.delete(e);var n=AA.getToolbar(t);n&&(n.destroy(),RO.delete(t),NO.delete(n));var r=AA.getHoverbar(t);r&&(r.destroy(),LO.delete(t),IO.delete(r)),t.isDestroyed=!0,t.emit("destroyed")}},t.scrollToElem=function(e){if(!t.getConfig().scroll){var n="编辑器禁用了 scroll ,编辑器内容无法滚动,请自行实现该功能";return n+="\nYou has disabled editor scroll, please do this yourself",void console.warn(n)}var r=Bp("#"+e);if(0!==r.length){var o=r[0];if(!AA.hasDOMNode(t,o))return n="Element (found by id is '"+e+"') is not in editor DOM",n+="\n 通过 id '"+e+"' 找到的 element 不在 editor DOM 之内",void console.error(n,o);var i=AA.getTextarea(t),a=i.$textAreaContainer,u=i.$scroll,s=r.offset().top,l=a.offset().top;u[0].scrollBy({top:s-l,behavior:"smooth"})}},t.showProgressBar=function(e){e<1||AA.getTextarea(t).changeProgress(e)},t.hidePanelOrModal=function(){var e=zO.get(t);null!=e&&e.forEach((function(e){return e.hide()}))},t.enable=function(){t.getConfig().readOnly=!1,t.updateView()},t.disable=function(){t.getConfig().readOnly=!0,t.updateView()},t.isDisabled=function(){return t.getConfig().readOnly},t.toDOMNode=function(e){return AA.toDOMNode(t,e)},t.fullScreen=function(){if(!t.isFullScreen){var e=null,n=AA.getToolbar(t);n&&(e=n.$box);var r=AA.getTextarea(t).$box.parent();if(e&&e.parent()[0]!==r[0])throw new Error("Can not set full screen, cause toolbar DOM parent is not equal to textarea DOM parent\n不能设置全屏,因为 toolbar DOM 父节点和 textarea DOM 父节点不一致");r.addClass("w-e-full-screen-container");var o=r.css("z-index");r.attr("data-z-index",o.toString()),t.isFullScreen=!0,t.emit("fullScreen")}},t.unFullScreen=function(){if(t.isFullScreen){var e=AA.getTextarea(t).$box.parent();setTimeout((function(){e.removeClass("w-e-full-screen-container"),t.isFullScreen=!1,t.emit("unFullScreen")}),200)}},t.getEditableContainer=function(){return AA.getTextarea(t).$textAreaContainer[0]},t}()))))));if(n&&function(e,t){return fB(e,"data-w-e-textarea",t)}(l,n))throw new Error("Repeated create editor by selector '"+n+"'");var c=function(e){void 0===e&&(e={});var t=Fv(TA),n={},r=e.MENU_CONF,o=void 0===r?{}:r;return Ch(t,(function(e,t){n[t]=FD(FD({},e),o[t]||{})})),delete e.MENU_CONF,FD({scroll:!0,readOnly:!1,autoFocus:!0,decorate:function(){return[]},maxLength:0,MENU_CONF:n,hoverbarKeys:{},customAlert:function(e,t){window.alert(t+":\n"+e)}},e)}(o);HO.set(l,c);var f=c.hoverbarKeys,d=void 0===f?{}:f;if(s.forEach((function(e){l=e(l)})),null!=a&&(l.children=dB(l,a)),i&&i.length&&(l.children=i),0===l.children.length&&(l.children=[{type:"paragraph",children:[{text:""}]}]),AA.normalizeContent(l),n){var p=new zP(n);_O.set(l,p),jO.set(p,l),p.changeViewState(),DT((function(){var e=p.$scroll;null!=e&&e.height()<300&&console.warn("编辑区域高度 < 300px 这可能会导致 modal hoverbar 定位异常\nTextarea height < 300px . This may be cause modal and hoverbar position error",e)}));var h=void 0;Object.keys(d).length>0&&(h=new uF,IO.set(h,l),LO.set(l,h)),l.on("change",(function(){l.hidePanelOrModal()})),l.on("scroll",(function(){l.hidePanelOrModal()}))}else l.children.forEach((function(e,t){return sF(e,t,l,l)}));var g=c.onCreated,v=c.onDestroyed;return g&&l.on("created",(function(){return g(l)})),v&&l.on("destroyed",(function(){return v(l)})),DT((function(){return l.emit("created")})),l}var cF=_C("splice"),fF=Ib.TypeError,dF=Math.max,pF=Math.min;LE({target:"Array",proto:!0,forced:!cF},{splice:function(e,t){var n,r,o,i,a,u,s=Yb(this),l=$x(s),c=yE(e,l),f=arguments.length;if(0===f?n=r=0:1===f?(n=0,r=l-c):(n=f-2,r=pF(dF(Lx(t),0),l-c)),l+n-r>9007199254740991)throw fF("Maximum allowed length exceeded");for(o=Qx(s,r),i=0;i<r;i++)(a=c+i)in s&&TS(o,i,s[a]);if(o.length=r,n<r){for(i=c;i<l-r;i++)u=i+n,(a=i+r)in s?s[u]=s[a]:delete s[u];for(i=l;i>l-r+n;i--)delete s[i-1]}else if(n>r)for(i=l-r;i>c;i--)u=i+n-1,(a=i+r-1)in s?s[u]=s[a]:delete s[u];for(i=0;i<n;i++)s[i+c]=arguments[i+2];return s.length=l-r+n,o}});var hF=function(){function e(e,t){var n=this;this.$toolbar=Bp('<div class="w-e-bar w-e-bar-show w-e-toolbar"></div>'),this.menus={},this.toolbarItems=[],this.config={},this.changeToolbarState=Pv((function(){n.toolbarItems.forEach((function(e){e.changeMenuState()}))}),200),this.config=t;var r=Bp(e);if(0===r.length)throw new Error("Cannot find toolbar DOM by selector '"+e+"'");this.$box=r;var o=this.$toolbar;o.on("mousedown",(function(e){return e.preventDefault()}),{passive:!1}),r.append(o),DT((function(){n.registerItems(),n.changeToolbarState(),n.getEditorInstance().on("change",n.changeToolbarState)}))}return e.prototype.getMenus=function(){return this.menus},e.prototype.getConfig=function(){return this.config},e.prototype.registerItems=function(){var e=this,t="",n=this.$toolbar,r=this.config,o=r.toolbarKeys,i=void 0===o?[]:o,a=r.insertKeys,u=void 0===a?{index:0,keys:[]}:a,s=r.excludeKeys,l=void 0===s?[]:s,c=Fv(i);u.keys.length>0&&("string"==typeof u.keys&&(u.keys=[u.keys]),u.keys.forEach((function(e,t){c.splice(u.index+t,0,e)})));var f=c.filter((function(e){if("string"==typeof e){if(l.includes(e))return!1}else if(l.includes(e.key))return!1;return!0})),d=f.length;f.forEach((function(r,o){if("|"===r){if(0===o)return;if(o+1===d)return;if("|"===t)return;var i=UP();return n.append(i),void(t=r)}if("string"==typeof r)return e.registerSingleItem(r,e),void(t=r);e.registerGroup(r),t="group"}))},e.prototype.registerGroup=function(e){var t=this,n=this.$toolbar,r=function(e){return new nF(e)}(e),o=e.menuKeys,i=void 0===o?[]:o,a=this.config.excludeKeys,u=void 0===a?[]:a;i.forEach((function(e){u.includes(e)||t.registerSingleItem(e,r)})),n.append(r.$elem)},e.prototype.registerSingleItem=function(e,t){var n=this.getEditorInstance(),r=t instanceof nF,o=this.menus,i=o[e];if(null==i){var a=BA[e];if(null==a)throw new Error("Not found menu item factory by key '"+e+"'");if("function"!=typeof a)throw new Error("Menu item factory (key='"+e+"') is not a function");i=a(),o[e]=i}else console.warn("Duplicated toolbar menu key '"+e+"'\n重复注册了菜单栏 menu '"+e+"'");var u=iF(e,i,r);this.toolbarItems.push(u),MO.set(u,n),r?t.appendBarItem(u):t.$toolbar.append(u.$elem)},e.prototype.getEditorInstance=function(){var e=NO.get(this);if(null==e)throw new Error("Can not get editor instance");return e},e.prototype.destroy=function(){this.$toolbar.remove(),this.menus={},this.toolbarItems=[]},e}(),gF=yx.EXISTS,vF=Gw.f,yF=Function.prototype,mF=Wb(yF.toString),bF=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,wF=Wb(bF.exec);function xF(e){var t=e.server,n=void 0===t?"":t,r=e.fieldName,o=void 0===r?"":r,i=e.maxFileSize,a=void 0===i?10485760:i,u=e.maxNumberOfFiles,s=void 0===u?100:u,l=e.meta,c=void 0===l?{}:l,f=e.metaWithUrl,d=void 0!==f&&f,p=e.headers,h=void 0===p?{}:p,g=e.withCredentials,v=void 0!==g&&g,y=e.timeout,m=void 0===y?1e4:y,b=e.onBeforeUpload,w=void 0===b?function(e){return e}:b,x=e.onSuccess,E=void 0===x?function(e,t){}:x,S=e.onError,C=void 0===S?function(e,t,n){console.error(e.name+" upload error",t,n)}:S,D=e.onProgress,O=void 0===D?function(e){}:D;if(!n)throw new Error("Cannot get upload server address\n没有配置上传地址");if(!o)throw new Error("Cannot get fieldName\n没有配置 fieldName");var A=n;d&&(A=function(e,t){var n=jD(e.split("#"),2),r=n[0],o=n[1],i=[];Ch(t,(function(e,t){i.push(t+"="+e)}));var a=i.join("&");return r=r.indexOf("?")>0?r+"&"+a:r+"?"+a,o?r+"#"+o:r}(A,c));var k=new am({onBeforeUpload:w,restrictions:{maxFileSize:a,maxNumberOfFiles:s},meta:c}).use(Pb,{endpoint:A,headers:h,formData:!0,fieldName:o,bundle:!0,withCredentials:v,timeout:m});return k.on("upload-success",(function(e,t){var n=t.body,r=void 0===n?{}:n;try{E(e,r)}catch(e){console.error("wangEditor upload file - onSuccess error",e)}k.removeFile(e.id)})),k.on("progress",(function(e){e<1||O(e)})),k.on("upload-error",(function(e,t,n){try{C(e,t,n)}catch(e){console.error("wangEditor upload file - onError error",e)}k.removeFile(e.id)})),k.on("restriction-failed",(function(e,t){try{C(e,t)}catch(e){console.error("wangEditor upload file - onError error",e)}k.removeFile(e.id)})),k}function EF(e){return EF="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},EF(e)}function SF(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function CF(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?Object(arguments[t]):{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&r.push.apply(r,Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),r.forEach((function(t){SF(e,t,n[t])}))}return e}function DF(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function OF(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)}}function AF(e,t,n){return t&&OF(e.prototype,t),n&&OF(e,n),e}function kF(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function TF(e,t){if(t&&("object"===EF(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return kF(e)}function BF(e){return BF=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},BF(e)}function PF(e,t){return PF=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},PF(e,t)}function FF(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&PF(e,t)}Ew&&!gF&&vF(yF,"name",{configurable:!0,get:function(){try{return wF(bF,mF(this))[1]}catch(e){return""}}});var _F={type:"logger",log:function(e){this.output("log",e)},warn:function(e){this.output("warn",e)},error:function(e){this.output("error",e)},output:function(e,t){console&&console[e]&&console[e].apply(console,t)}},jF=new(function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};DF(this,e),this.init(t,n)}return AF(e,[{key:"init",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};this.prefix=t.prefix||"i18next:",this.logger=e||_F,this.options=t,this.debug=t.debug}},{key:"setDebug",value:function(e){this.debug=e}},{key:"log",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"log","",!0)}},{key:"warn",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","",!0)}},{key:"error",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"error","")}},{key:"deprecate",value:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return this.forward(t,"warn","WARNING DEPRECATED: ",!0)}},{key:"forward",value:function(e,t,n,r){return r&&!this.debug?null:("string"==typeof e[0]&&(e[0]="".concat(n).concat(this.prefix," ").concat(e[0])),this.logger[t](e))}},{key:"create",value:function(t){return new e(this.logger,CF({},{prefix:"".concat(this.prefix,":").concat(t,":")},this.options))}}]),e}()),NF=function(){function e(){DF(this,e),this.observers={}}return AF(e,[{key:"on",value:function(e,t){var n=this;return e.split(" ").forEach((function(e){n.observers[e]=n.observers[e]||[],n.observers[e].push(t)})),this}},{key:"off",value:function(e,t){this.observers[e]&&(t?this.observers[e]=this.observers[e].filter((function(e){return e!==t})):delete this.observers[e])}},{key:"emit",value:function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];if(this.observers[e]){var o=[].concat(this.observers[e]);o.forEach((function(e){e.apply(void 0,n)}))}if(this.observers["*"]){var i=[].concat(this.observers["*"]);i.forEach((function(t){t.apply(t,[e].concat(n))}))}}}]),e}();function RF(){var e,t,n=new Promise((function(n,r){e=n,t=r}));return n.resolve=e,n.reject=t,n}function IF(e){return null==e?"":""+e}function LF(e,t,n){e.forEach((function(e){t[e]&&(n[e]=t[e])}))}function MF(e,t,n){function r(e){return e&&e.indexOf("###")>-1?e.replace(/###/g,"."):e}function o(){return!e||"string"==typeof e}for(var i="string"!=typeof t?[].concat(t):t.split(".");i.length>1;){if(o())return{};var a=r(i.shift());!e[a]&&n&&(e[a]=new n),e=Object.prototype.hasOwnProperty.call(e,a)?e[a]:{}}return o()?{}:{obj:e,k:r(i.shift())}}function zF(e,t,n){var r=MF(e,t,Object);r.obj[r.k]=n}function $F(e,t){var n=MF(e,t),r=n.obj,o=n.k;if(r)return r[o]}function HF(e,t,n){var r=$F(e,n);return void 0!==r?r:$F(t,n)}function UF(e,t,n){for(var r in t)"__proto__"!==r&&"constructor"!==r&&(r in e?"string"==typeof e[r]||e[r]instanceof String||"string"==typeof t[r]||t[r]instanceof String?n&&(e[r]=t[r]):UF(e[r],t[r],n):e[r]=t[r]);return e}function VF(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}var ZF={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"};function WF(e){return"string"==typeof e?e.replace(/[&<>"'\/]/g,(function(e){return ZF[e]})):e}var GF="undefined"!=typeof window&&window.navigator&&window.navigator.userAgent&&window.navigator.userAgent.indexOf("MSIE")>-1;function qF(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:".";if(e){if(e[t])return e[t];for(var r=t.split(n),o=e,i=0;i<r.length;++i){if(!o)return;if("string"==typeof o[r[i]]&&i+1<r.length)return;if(void 0===o[r[i]]){for(var a=2,u=r.slice(i,i+a).join(n),s=o[u];void 0===s&&r.length>i+a;)a++,s=o[u=r.slice(i,i+a).join(n)];if(void 0===s)return;if("string"==typeof s)return s;if(u&&"string"==typeof s[u])return s[u];var l=r.slice(i+a).join(n);return l?qF(s,l,n):void 0}o=o[r[i]]}return o}}var KF=function(e){function t(e){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{ns:["translation"],defaultNS:"translation"};return DF(this,t),n=TF(this,BF(t).call(this)),GF&&NF.call(kF(n)),n.data=e||{},n.options=r,void 0===n.options.keySeparator&&(n.options.keySeparator="."),void 0===n.options.ignoreJSONStructure&&(n.options.ignoreJSONStructure=!0),n}return FF(t,NF),AF(t,[{key:"addNamespaces",value:function(e){this.options.ns.indexOf(e)<0&&this.options.ns.push(e)}},{key:"removeNamespaces",value:function(e){var t=this.options.ns.indexOf(e);t>-1&&this.options.ns.splice(t,1)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{},o=void 0!==r.keySeparator?r.keySeparator:this.options.keySeparator,i=void 0!==r.ignoreJSONStructure?r.ignoreJSONStructure:this.options.ignoreJSONStructure,a=[e,t];n&&"string"!=typeof n&&(a=a.concat(n)),n&&"string"==typeof n&&(a=a.concat(o?n.split(o):n)),e.indexOf(".")>-1&&(a=e.split("."));var u=$F(this.data,a);return u||!i||"string"!=typeof n?u:qF(this.data&&this.data[e]&&this.data[e][t],n,o)}},{key:"addResource",value:function(e,t,n,r){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{silent:!1},i=this.options.keySeparator;void 0===i&&(i=".");var a=[e,t];n&&(a=a.concat(i?n.split(i):n)),e.indexOf(".")>-1&&(r=t,t=(a=e.split("."))[1]),this.addNamespaces(t),zF(this.data,a,r),o.silent||this.emit("added",e,t,n,r)}},{key:"addResources",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{silent:!1};for(var o in n)"string"!=typeof n[o]&&"[object Array]"!==Object.prototype.toString.apply(n[o])||this.addResource(e,t,o,n[o],{silent:!0});r.silent||this.emit("added",e,t,n)}},{key:"addResourceBundle",value:function(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{silent:!1},a=[e,t];e.indexOf(".")>-1&&(r=n,n=t,t=(a=e.split("."))[1]),this.addNamespaces(t);var u=$F(this.data,a)||{};r?UF(u,n,o):u=CF({},u,n),zF(this.data,a,u),i.silent||this.emit("added",e,t,n)}},{key:"removeResourceBundle",value:function(e,t){this.hasResourceBundle(e,t)&&delete this.data[e][t],this.removeNamespaces(t),this.emit("removed",e,t)}},{key:"hasResourceBundle",value:function(e,t){return void 0!==this.getResource(e,t)}},{key:"getResourceBundle",value:function(e,t){return t||(t=this.options.defaultNS),"v1"===this.options.compatibilityAPI?CF({},{},this.getResource(e,t)):this.getResource(e,t)}},{key:"getDataByLanguage",value:function(e){return this.data[e]}},{key:"toJSON",value:function(){return this.data}}]),t}(),YF={processors:{},addPostProcessor:function(e){this.processors[e.name]=e},handle:function(e,t,n,r,o){var i=this;return e.forEach((function(e){i.processors[e]&&(t=i.processors[e].process(t,n,r,o))})),t}},XF={},JF=function(e){function t(e){var n,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return DF(this,t),n=TF(this,BF(t).call(this)),GF&&NF.call(kF(n)),LF(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,kF(n)),n.options=r,void 0===n.options.keySeparator&&(n.options.keySeparator="."),n.logger=jF.create("translator"),n}return FF(t,NF),AF(t,[{key:"changeLanguage",value:function(e){e&&(this.language=e)}},{key:"exists",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{interpolation:{}};if(null==e)return!1;var n=this.resolve(e,t);return n&&void 0!==n.res}},{key:"extractFromKey",value:function(e,t){var n=void 0!==t.nsSeparator?t.nsSeparator:this.options.nsSeparator;void 0===n&&(n=":");var r=void 0!==t.keySeparator?t.keySeparator:this.options.keySeparator,o=t.ns||this.options.defaultNS;if(n&&e.indexOf(n)>-1){var i=e.match(this.interpolator.nestingRegexp);if(i&&i.length>0)return{key:e,namespaces:o};var a=e.split(n);(n!==r||n===r&&this.options.ns.indexOf(a[0])>-1)&&(o=a.shift()),e=a.join(r)}return"string"==typeof o&&(o=[o]),{key:e,namespaces:o}}},{key:"translate",value:function(e,n,r){var o=this;if("object"!==EF(n)&&this.options.overloadTranslationOptionHandler&&(n=this.options.overloadTranslationOptionHandler(arguments)),n||(n={}),null==e)return"";Array.isArray(e)||(e=[String(e)]);var i=void 0!==n.keySeparator?n.keySeparator:this.options.keySeparator,a=this.extractFromKey(e[e.length-1],n),u=a.key,s=a.namespaces,l=s[s.length-1],c=n.lng||this.language,f=n.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(c&&"cimode"===c.toLowerCase()){if(f){var d=n.nsSeparator||this.options.nsSeparator;return l+d+u}return u}var p=this.resolve(e,n),h=p&&p.res,g=p&&p.usedKey||u,v=p&&p.exactUsedKey||u,y=Object.prototype.toString.apply(h),m=["[object Number]","[object Function]","[object RegExp]"],b=void 0!==n.joinArrays?n.joinArrays:this.options.joinArrays,w=!this.i18nFormat||this.i18nFormat.handleAsObject,x="string"!=typeof h&&"boolean"!=typeof h&&"number"!=typeof h;if(w&&h&&x&&m.indexOf(y)<0&&("string"!=typeof b||"[object Array]"!==y)){if(!n.returnObjects&&!this.options.returnObjects)return this.options.returnedObjectHandler||this.logger.warn("accessing an object - but returnObjects options is not enabled!"),this.options.returnedObjectHandler?this.options.returnedObjectHandler(g,h,CF({},n,{ns:s})):"key '".concat(u," (").concat(this.language,")' returned an object instead of string.");if(i){var E="[object Array]"===y,S=E?[]:{},C=E?v:g;for(var D in h)if(Object.prototype.hasOwnProperty.call(h,D)){var O="".concat(C).concat(i).concat(D);S[D]=this.translate(O,CF({},n,{joinArrays:!1,ns:s})),S[D]===O&&(S[D]=h[D])}h=S}}else if(w&&"string"==typeof b&&"[object Array]"===y)(h=h.join(b))&&(h=this.extendTranslation(h,e,n,r));else{var A=!1,k=!1,T=void 0!==n.count&&"string"!=typeof n.count,B=t.hasDefaultValue(n),P=T?this.pluralResolver.getSuffix(c,n.count):"",F=n["defaultValue".concat(P)]||n.defaultValue;!this.isValidLookup(h)&&B&&(A=!0,h=F),this.isValidLookup(h)||(k=!0,h=u);var _=n.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey,j=_&&k?void 0:h,N=B&&F!==h&&this.options.updateMissing;if(k||A||N){if(this.logger.log(N?"updateKey":"missingKey",c,l,u,N?F:h),i){var R=this.resolve(u,CF({},n,{keySeparator:!1}));R&&R.res&&this.logger.warn("Seems the loaded translations were in flat JSON format instead of nested. Either set keySeparator: false on init or make sure your translations are published in nested format.")}var I=[],L=this.languageUtils.getFallbackCodes(this.options.fallbackLng,n.lng||this.language);if("fallback"===this.options.saveMissingTo&&L&&L[0])for(var M=0;M<L.length;M++)I.push(L[M]);else"all"===this.options.saveMissingTo?I=this.languageUtils.toResolveHierarchy(n.lng||this.language):I.push(n.lng||this.language);var z=function(e,t,r){o.options.missingKeyHandler?o.options.missingKeyHandler(e,l,t,N?r:j,N,n):o.backendConnector&&o.backendConnector.saveMissing&&o.backendConnector.saveMissing(e,l,t,N?r:j,N,n),o.emit("missingKey",e,l,t,h)};this.options.saveMissing&&(this.options.saveMissingPlurals&&T?I.forEach((function(e){o.pluralResolver.getSuffixes(e).forEach((function(t){z([e],u+t,n["defaultValue".concat(t)]||F)}))})):z(I,u,F))}h=this.extendTranslation(h,e,n,p,r),k&&h===u&&this.options.appendNamespaceToMissingKey&&(h="".concat(l,":").concat(u)),(k||A)&&this.options.parseMissingKeyHandler&&(h=this.options.parseMissingKeyHandler(h))}return h}},{key:"extendTranslation",value:function(e,t,n,r,o){var i=this;if(this.i18nFormat&&this.i18nFormat.parse)e=this.i18nFormat.parse(e,n,r.usedLng,r.usedNS,r.usedKey,{resolved:r});else if(!n.skipInterpolation){n.interpolation&&this.interpolator.init(CF({},n,{interpolation:CF({},this.options.interpolation,n.interpolation)}));var a,u=n.interpolation&&n.interpolation.skipOnVariables||this.options.interpolation.skipOnVariables;if(u){var s=e.match(this.interpolator.nestingRegexp);a=s&&s.length}var l=n.replace&&"string"!=typeof n.replace?n.replace:n;if(this.options.interpolation.defaultVariables&&(l=CF({},this.options.interpolation.defaultVariables,l)),e=this.interpolator.interpolate(e,l,n.lng||this.language,n),u){var c=e.match(this.interpolator.nestingRegexp);a<(c&&c.length)&&(n.nest=!1)}!1!==n.nest&&(e=this.interpolator.nest(e,(function(){for(var e=arguments.length,r=new Array(e),a=0;a<e;a++)r[a]=arguments[a];return o&&o[0]===r[0]&&!n.context?(i.logger.warn("It seems you are nesting recursively key: ".concat(r[0]," in key: ").concat(t[0])),null):i.translate.apply(i,r.concat([t]))}),n)),n.interpolation&&this.interpolator.reset()}var f=n.postProcess||this.options.postProcess,d="string"==typeof f?[f]:f;return null!=e&&d&&d.length&&!1!==n.applyPostProcessor&&(e=YF.handle(d,e,t,this.options&&this.options.postProcessPassResolved?CF({i18nResolved:r},n):n,this)),e}},{key:"resolve",value:function(e){var t,n,r,o,i,a=this,u=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return"string"==typeof e&&(e=[e]),e.forEach((function(e){if(!a.isValidLookup(t)){var s=a.extractFromKey(e,u),l=s.key;n=l;var c=s.namespaces;a.options.fallbackNS&&(c=c.concat(a.options.fallbackNS));var f=void 0!==u.count&&"string"!=typeof u.count,d=void 0!==u.context&&("string"==typeof u.context||"number"==typeof u.context)&&""!==u.context,p=u.lngs?u.lngs:a.languageUtils.toResolveHierarchy(u.lng||a.language,u.fallbackLng);c.forEach((function(e){a.isValidLookup(t)||(i=e,!XF["".concat(p[0],"-").concat(e)]&&a.utils&&a.utils.hasLoadedNamespace&&!a.utils.hasLoadedNamespace(i)&&(XF["".concat(p[0],"-").concat(e)]=!0,a.logger.warn('key "'.concat(n,'" for languages "').concat(p.join(", "),'" won\'t get resolved as namespace "').concat(i,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")),p.forEach((function(n){if(!a.isValidLookup(t)){o=n;var i,s,c=l,p=[c];for(a.i18nFormat&&a.i18nFormat.addLookupKeys?a.i18nFormat.addLookupKeys(p,l,n,e,u):(f&&(i=a.pluralResolver.getSuffix(n,u.count)),f&&d&&p.push(c+i),d&&p.push(c+="".concat(a.options.contextSeparator).concat(u.context)),f&&p.push(c+=i));s=p.pop();)a.isValidLookup(t)||(r=s,t=a.getResource(n,e,s,u))}})))}))}})),{res:t,usedKey:n,exactUsedKey:r,usedLng:o,usedNS:i}}},{key:"isValidLookup",value:function(e){return!(void 0===e||!this.options.returnNull&&null===e||!this.options.returnEmptyString&&""===e)}},{key:"getResource",value:function(e,t,n){var r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return this.i18nFormat&&this.i18nFormat.getResource?this.i18nFormat.getResource(e,t,n,r):this.resourceStore.getResource(e,t,n,r)}}],[{key:"hasDefaultValue",value:function(e){var t="defaultValue";for(var n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t===n.substring(0,t.length)&&void 0!==e[n])return!0;return!1}}]),t}();function QF(e){return e.charAt(0).toUpperCase()+e.slice(1)}var e_=function(){function e(t){DF(this,e),this.options=t,this.whitelist=this.options.supportedLngs||!1,this.supportedLngs=this.options.supportedLngs||!1,this.logger=jF.create("languageUtils")}return AF(e,[{key:"getScriptPartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return null;var t=e.split("-");return 2===t.length?null:(t.pop(),"x"===t[t.length-1].toLowerCase()?null:this.formatLanguageCode(t.join("-")))}},{key:"getLanguagePartFromCode",value:function(e){if(!e||e.indexOf("-")<0)return e;var t=e.split("-");return this.formatLanguageCode(t[0])}},{key:"formatLanguageCode",value:function(e){if("string"==typeof e&&e.indexOf("-")>-1){var t=["hans","hant","latn","cyrl","cans","mong","arab"],n=e.split("-");return this.options.lowerCaseLng?n=n.map((function(e){return e.toLowerCase()})):2===n.length?(n[0]=n[0].toLowerCase(),n[1]=n[1].toUpperCase(),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=QF(n[1].toLowerCase()))):3===n.length&&(n[0]=n[0].toLowerCase(),2===n[1].length&&(n[1]=n[1].toUpperCase()),"sgn"!==n[0]&&2===n[2].length&&(n[2]=n[2].toUpperCase()),t.indexOf(n[1].toLowerCase())>-1&&(n[1]=QF(n[1].toLowerCase())),t.indexOf(n[2].toLowerCase())>-1&&(n[2]=QF(n[2].toLowerCase()))),n.join("-")}return this.options.cleanCode||this.options.lowerCaseLng?e.toLowerCase():e}},{key:"isWhitelisted",value:function(e){return this.logger.deprecate("languageUtils.isWhitelisted",'function "isWhitelisted" will be renamed to "isSupportedCode" in the next major - please make sure to rename it\'s usage asap.'),this.isSupportedCode(e)}},{key:"isSupportedCode",value:function(e){return("languageOnly"===this.options.load||this.options.nonExplicitSupportedLngs)&&(e=this.getLanguagePartFromCode(e)),!this.supportedLngs||!this.supportedLngs.length||this.supportedLngs.indexOf(e)>-1}},{key:"getBestMatchFromCodes",value:function(e){var t,n=this;return e?(e.forEach((function(e){if(!t){var r=n.formatLanguageCode(e);n.options.supportedLngs&&!n.isSupportedCode(r)||(t=r)}})),!t&&this.options.supportedLngs&&e.forEach((function(e){if(!t){var r=n.getLanguagePartFromCode(e);if(n.isSupportedCode(r))return t=r;t=n.options.supportedLngs.find((function(e){if(0===e.indexOf(r))return e}))}})),t||(t=this.getFallbackCodes(this.options.fallbackLng)[0]),t):null}},{key:"getFallbackCodes",value:function(e,t){if(!e)return[];if("function"==typeof e&&(e=e(t)),"string"==typeof e&&(e=[e]),"[object Array]"===Object.prototype.toString.apply(e))return e;if(!t)return e.default||[];var n=e[t];return n||(n=e[this.getScriptPartFromCode(t)]),n||(n=e[this.formatLanguageCode(t)]),n||(n=e[this.getLanguagePartFromCode(t)]),n||(n=e.default),n||[]}},{key:"toResolveHierarchy",value:function(e,t){var n=this,r=this.getFallbackCodes(t||this.options.fallbackLng||[],e),o=[],i=function(e){e&&(n.isSupportedCode(e)?o.push(e):n.logger.warn("rejecting language code not found in supportedLngs: ".concat(e)))};return"string"==typeof e&&e.indexOf("-")>-1?("languageOnly"!==this.options.load&&i(this.formatLanguageCode(e)),"languageOnly"!==this.options.load&&"currentOnly"!==this.options.load&&i(this.getScriptPartFromCode(e)),"currentOnly"!==this.options.load&&i(this.getLanguagePartFromCode(e))):"string"==typeof e&&i(this.formatLanguageCode(e)),r.forEach((function(e){o.indexOf(e)<0&&i(n.formatLanguageCode(e))})),o}}]),e}(),t_=[{lngs:["ach","ak","am","arn","br","fil","gun","ln","mfe","mg","mi","oc","pt","pt-BR","tg","tl","ti","tr","uz","wa"],nr:[1,2],fc:1},{lngs:["af","an","ast","az","bg","bn","ca","da","de","dev","el","en","eo","es","et","eu","fi","fo","fur","fy","gl","gu","ha","hi","hu","hy","ia","it","kk","kn","ku","lb","mai","ml","mn","mr","nah","nap","nb","ne","nl","nn","no","nso","pa","pap","pms","ps","pt-PT","rm","sco","se","si","so","son","sq","sv","sw","ta","te","tk","ur","yo"],nr:[1,2],fc:2},{lngs:["ay","bo","cgg","fa","ht","id","ja","jbo","ka","km","ko","ky","lo","ms","sah","su","th","tt","ug","vi","wo","zh"],nr:[1],fc:3},{lngs:["be","bs","cnr","dz","hr","ru","sr","uk"],nr:[1,2,5],fc:4},{lngs:["ar"],nr:[0,1,2,3,11,100],fc:5},{lngs:["cs","sk"],nr:[1,2,5],fc:6},{lngs:["csb","pl"],nr:[1,2,5],fc:7},{lngs:["cy"],nr:[1,2,3,8],fc:8},{lngs:["fr"],nr:[1,2],fc:9},{lngs:["ga"],nr:[1,2,3,7,11],fc:10},{lngs:["gd"],nr:[1,2,3,20],fc:11},{lngs:["is"],nr:[1,2],fc:12},{lngs:["jv"],nr:[0,1],fc:13},{lngs:["kw"],nr:[1,2,3,4],fc:14},{lngs:["lt"],nr:[1,2,10],fc:15},{lngs:["lv"],nr:[1,2,0],fc:16},{lngs:["mk"],nr:[1,2],fc:17},{lngs:["mnk"],nr:[0,1,2],fc:18},{lngs:["mt"],nr:[1,2,11,20],fc:19},{lngs:["or"],nr:[2,1],fc:2},{lngs:["ro"],nr:[1,2,20],fc:20},{lngs:["sl"],nr:[5,1,2,3],fc:21},{lngs:["he","iw"],nr:[1,2,20,21],fc:22}],n_={1:function(e){return Number(e>1)},2:function(e){return Number(1!=e)},3:function(e){return 0},4:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},5:function(e){return Number(0==e?0:1==e?1:2==e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5)},6:function(e){return Number(1==e?0:e>=2&&e<=4?1:2)},7:function(e){return Number(1==e?0:e%10>=2&&e%10<=4&&(e%100<10||e%100>=20)?1:2)},8:function(e){return Number(1==e?0:2==e?1:8!=e&&11!=e?2:3)},9:function(e){return Number(e>=2)},10:function(e){return Number(1==e?0:2==e?1:e<7?2:e<11?3:4)},11:function(e){return Number(1==e||11==e?0:2==e||12==e?1:e>2&&e<20?2:3)},12:function(e){return Number(e%10!=1||e%100==11)},13:function(e){return Number(0!==e)},14:function(e){return Number(1==e?0:2==e?1:3==e?2:3)},15:function(e){return Number(e%10==1&&e%100!=11?0:e%10>=2&&(e%100<10||e%100>=20)?1:2)},16:function(e){return Number(e%10==1&&e%100!=11?0:0!==e?1:2)},17:function(e){return Number(1==e||e%10==1&&e%100!=11?0:1)},18:function(e){return Number(0==e?0:1==e?1:2)},19:function(e){return Number(1==e?0:0==e||e%100>1&&e%100<11?1:e%100>10&&e%100<20?2:3)},20:function(e){return Number(1==e?0:0==e||e%100>0&&e%100<20?1:2)},21:function(e){return Number(e%100==1?1:e%100==2?2:e%100==3||e%100==4?3:0)},22:function(e){return Number(1==e?0:2==e?1:(e<0||e>10)&&e%10==0?2:3)}};function r_(){var e={};return t_.forEach((function(t){t.lngs.forEach((function(n){e[n]={numbers:t.nr,plurals:n_[t.fc]}}))})),e}var o_=function(){function e(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};DF(this,e),this.languageUtils=t,this.options=n,this.logger=jF.create("pluralResolver"),this.rules=r_()}return AF(e,[{key:"addRule",value:function(e,t){this.rules[e]=t}},{key:"getRule",value:function(e){return this.rules[e]||this.rules[this.languageUtils.getLanguagePartFromCode(e)]}},{key:"needsPlural",value:function(e){var t=this.getRule(e);return t&&t.numbers.length>1}},{key:"getPluralFormsOfKey",value:function(e,t){return this.getSuffixes(e).map((function(e){return t+e}))}},{key:"getSuffixes",value:function(e){var t=this,n=this.getRule(e);return n?n.numbers.map((function(n){return t.getSuffix(e,n)})):[]}},{key:"getSuffix",value:function(e,t){var n=this,r=this.getRule(e);if(r){var o=r.noAbs?r.plurals(t):r.plurals(Math.abs(t)),i=r.numbers[o];this.options.simplifyPluralSuffix&&2===r.numbers.length&&1===r.numbers[0]&&(2===i?i="plural":1===i&&(i=""));var a=function(){return n.options.prepend&&i.toString()?n.options.prepend+i.toString():i.toString()};return"v1"===this.options.compatibilityJSON?1===i?"":"number"==typeof i?"_plural_".concat(i.toString()):a():"v2"===this.options.compatibilityJSON||this.options.simplifyPluralSuffix&&2===r.numbers.length&&1===r.numbers[0]?a():this.options.prepend&&o.toString()?this.options.prepend+o.toString():o.toString()}return this.logger.warn("no plural rule found for: ".concat(e)),""}}]),e}(),i_=function(){function e(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};DF(this,e),this.logger=jF.create("interpolator"),this.options=t,this.format=t.interpolation&&t.interpolation.format||function(e){return e},this.init(t)}return AF(e,[{key:"init",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};e.interpolation||(e.interpolation={escapeValue:!0});var t=e.interpolation;this.escape=void 0!==t.escape?t.escape:WF,this.escapeValue=void 0===t.escapeValue||t.escapeValue,this.useRawValueToEscape=void 0!==t.useRawValueToEscape&&t.useRawValueToEscape,this.prefix=t.prefix?VF(t.prefix):t.prefixEscaped||"{{",this.suffix=t.suffix?VF(t.suffix):t.suffixEscaped||"}}",this.formatSeparator=t.formatSeparator?t.formatSeparator:t.formatSeparator||",",this.unescapePrefix=t.unescapeSuffix?"":t.unescapePrefix||"-",this.unescapeSuffix=this.unescapePrefix?"":t.unescapeSuffix||"",this.nestingPrefix=t.nestingPrefix?VF(t.nestingPrefix):t.nestingPrefixEscaped||VF("$t("),this.nestingSuffix=t.nestingSuffix?VF(t.nestingSuffix):t.nestingSuffixEscaped||VF(")"),this.nestingOptionsSeparator=t.nestingOptionsSeparator?t.nestingOptionsSeparator:t.nestingOptionsSeparator||",",this.maxReplaces=t.maxReplaces?t.maxReplaces:1e3,this.alwaysFormat=void 0!==t.alwaysFormat&&t.alwaysFormat,this.resetRegExp()}},{key:"reset",value:function(){this.options&&this.init(this.options)}},{key:"resetRegExp",value:function(){var e="".concat(this.prefix,"(.+?)").concat(this.suffix);this.regexp=new RegExp(e,"g");var t="".concat(this.prefix).concat(this.unescapePrefix,"(.+?)").concat(this.unescapeSuffix).concat(this.suffix);this.regexpUnescape=new RegExp(t,"g");var n="".concat(this.nestingPrefix,"(.+?)").concat(this.nestingSuffix);this.nestingRegexp=new RegExp(n,"g")}},{key:"interpolate",value:function(e,t,n,r){var o,i,a,u=this,s=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{};function l(e){return e.replace(/\$/g,"$$$$")}var c=function(e){if(e.indexOf(u.formatSeparator)<0){var o=HF(t,s,e);return u.alwaysFormat?u.format(o,void 0,n,CF({},r,t,{interpolationkey:e})):o}var i=e.split(u.formatSeparator),a=i.shift().trim(),l=i.join(u.formatSeparator).trim();return u.format(HF(t,s,a),l,n,CF({},r,t,{interpolationkey:a}))};this.resetRegExp();var f=r&&r.missingInterpolationHandler||this.options.missingInterpolationHandler,d=r&&r.interpolation&&r.interpolation.skipOnVariables||this.options.interpolation.skipOnVariables,p=[{regex:this.regexpUnescape,safeValue:function(e){return l(e)}},{regex:this.regexp,safeValue:function(e){return u.escapeValue?l(u.escape(e)):l(e)}}];return p.forEach((function(t){for(a=0;o=t.regex.exec(e);){if(void 0===(i=c(o[1].trim())))if("function"==typeof f){var n=f(e,o,r);i="string"==typeof n?n:""}else{if(d){i=o[0];continue}u.logger.warn("missed to pass in variable ".concat(o[1]," for interpolating ").concat(e)),i=""}else"string"==typeof i||u.useRawValueToEscape||(i=IF(i));var s=t.safeValue(i);if(e=e.replace(o[0],s),d?(t.regex.lastIndex+=s.length,t.regex.lastIndex-=o[0].length):t.regex.lastIndex=0,++a>=u.maxReplaces)break}})),e}},{key:"nest",value:function(e,t){var n,r,o=this,i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},a=CF({},i);function u(e,t){var n=this.nestingOptionsSeparator;if(e.indexOf(n)<0)return e;var r=e.split(new RegExp("".concat(n,"[ ]*{"))),o="{".concat(r[1]);e=r[0],o=(o=this.interpolate(o,a)).replace(/'/g,'"');try{a=JSON.parse(o),t&&(a=CF({},t,a))}catch(t){return this.logger.warn("failed parsing options string in nesting for key ".concat(e),t),"".concat(e).concat(n).concat(o)}return delete a.defaultValue,e}for(a.applyPostProcessor=!1,delete a.defaultValue;n=this.nestingRegexp.exec(e);){var s=[],l=!1;if(-1!==n[0].indexOf(this.formatSeparator)&&!/{.*}/.test(n[1])){var c=n[1].split(this.formatSeparator).map((function(e){return e.trim()}));n[1]=c.shift(),s=c,l=!0}if((r=t(u.call(this,n[1].trim(),a),a))&&n[0]===e&&"string"!=typeof r)return r;"string"!=typeof r&&(r=IF(r)),r||(this.logger.warn("missed to resolve ".concat(n[1]," for nesting ").concat(e)),r=""),l&&(r=s.reduce((function(e,t){return o.format(e,t,i.lng,CF({},i,{interpolationkey:n[1].trim()}))}),r.trim())),e=e.replace(n[0],r),this.regexp.lastIndex=0}return e}}]),e}(),a_=function(e){function t(e,n,r){var o,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:{};return DF(this,t),o=TF(this,BF(t).call(this)),GF&&NF.call(kF(o)),o.backend=e,o.store=n,o.services=r,o.languageUtils=r.languageUtils,o.options=i,o.logger=jF.create("backendConnector"),o.state={},o.queue=[],o.backend&&o.backend.init&&o.backend.init(r,i.backend,i),o}return FF(t,NF),AF(t,[{key:"queueLoad",value:function(e,t,n,r){var o=this,i=[],a=[],u=[],s=[];return e.forEach((function(e){var r=!0;t.forEach((function(t){var u="".concat(e,"|").concat(t);!n.reload&&o.store.hasResourceBundle(e,t)?o.state[u]=2:o.state[u]<0||(1===o.state[u]?a.indexOf(u)<0&&a.push(u):(o.state[u]=1,r=!1,a.indexOf(u)<0&&a.push(u),i.indexOf(u)<0&&i.push(u),s.indexOf(t)<0&&s.push(t)))})),r||u.push(e)})),(i.length||a.length)&&this.queue.push({pending:a,loaded:{},errors:[],callback:r}),{toLoad:i,pending:a,toLoadLanguages:u,toLoadNamespaces:s}}},{key:"loaded",value:function(e,t,n){var r=e.split("|"),o=r[0],i=r[1];t&&this.emit("failedLoading",o,i,t),n&&this.store.addResourceBundle(o,i,n),this.state[e]=t?-1:2;var a={};this.queue.forEach((function(n){!function(e,t,n,r){var o=MF(e,t,Object),i=o.obj,a=o.k;i[a]=i[a]||[],i[a].push(n)}(n.loaded,[o],i),function(e,t){for(var n=e.indexOf(t);-1!==n;)e.splice(n,1),n=e.indexOf(t)}(n.pending,e),t&&n.errors.push(t),0!==n.pending.length||n.done||(Object.keys(n.loaded).forEach((function(e){a[e]||(a[e]=[]),n.loaded[e].length&&n.loaded[e].forEach((function(t){a[e].indexOf(t)<0&&a[e].push(t)}))})),n.done=!0,n.errors.length?n.callback(n.errors):n.callback())})),this.emit("loaded",a),this.queue=this.queue.filter((function(e){return!e.done}))}},{key:"read",value:function(e,t,n){var r=this,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:0,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:350,a=arguments.length>5?arguments[5]:void 0;return e.length?this.backend[n](e,t,(function(u,s){u&&s&&o<5?setTimeout((function(){r.read.call(r,e,t,n,o+1,2*i,a)}),i):a(u,s)})):a(null,{})}},{key:"prepareLoading",value:function(e,t){var n=this,r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},o=arguments.length>3?arguments[3]:void 0;if(!this.backend)return this.logger.warn("No backend was added via i18next.use. Will not load resources."),o&&o();"string"==typeof e&&(e=this.languageUtils.toResolveHierarchy(e)),"string"==typeof t&&(t=[t]);var i=this.queueLoad(e,t,r,o);if(!i.toLoad.length)return i.pending.length||o(),null;i.toLoad.forEach((function(e){n.loadOne(e)}))}},{key:"load",value:function(e,t,n){this.prepareLoading(e,t,{},n)}},{key:"reload",value:function(e,t,n){this.prepareLoading(e,t,{reload:!0},n)}},{key:"loadOne",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e.split("|"),o=r[0],i=r[1];this.read(o,i,"read",void 0,void 0,(function(r,a){r&&t.logger.warn("".concat(n,"loading namespace ").concat(i," for language ").concat(o," failed"),r),!r&&a&&t.logger.log("".concat(n,"loaded namespace ").concat(i," for language ").concat(o),a),t.loaded(e,r,a)}))}},{key:"saveMissing",value:function(e,t,n,r,o){var i=arguments.length>5&&void 0!==arguments[5]?arguments[5]:{};this.services.utils&&this.services.utils.hasLoadedNamespace&&!this.services.utils.hasLoadedNamespace(t)?this.logger.warn('did not save key "'.concat(n,'" as the namespace "').concat(t,'" was not yet loaded'),"This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!"):null!=n&&""!==n&&(this.backend&&this.backend.create&&this.backend.create(e,t,n,r,null,CF({},i,{isUpdate:o})),e&&e[0]&&this.store.addResource(e[0],t,n,r))}}]),t}();function u_(){return{debug:!1,initImmediate:!0,ns:["translation"],defaultNS:["translation"],fallbackLng:["dev"],fallbackNS:!1,whitelist:!1,nonExplicitWhitelist:!1,supportedLngs:!1,nonExplicitSupportedLngs:!1,load:"all",preload:!1,simplifyPluralSuffix:!0,keySeparator:".",nsSeparator:":",pluralSeparator:"_",contextSeparator:"_",partialBundledLanguages:!1,saveMissing:!1,updateMissing:!1,saveMissingTo:"fallback",saveMissingPlurals:!0,missingKeyHandler:!1,missingInterpolationHandler:!1,postProcess:!1,postProcessPassResolved:!1,returnNull:!0,returnEmptyString:!0,returnObjects:!1,joinArrays:!1,returnedObjectHandler:!1,parseMissingKeyHandler:!1,appendNamespaceToMissingKey:!1,appendNamespaceToCIMode:!1,overloadTranslationOptionHandler:function(e){var t={};if("object"===EF(e[1])&&(t=e[1]),"string"==typeof e[1]&&(t.defaultValue=e[1]),"string"==typeof e[2]&&(t.tDescription=e[2]),"object"===EF(e[2])||"object"===EF(e[3])){var n=e[3]||e[2];Object.keys(n).forEach((function(e){t[e]=n[e]}))}return t},interpolation:{escapeValue:!0,format:function(e,t,n,r){return e},prefix:"{{",suffix:"}}",formatSeparator:",",unescapePrefix:"-",nestingPrefix:"$t(",nestingSuffix:")",nestingOptionsSeparator:",",maxReplaces:1e3,skipOnVariables:!1}}}function s_(e){return"string"==typeof e.ns&&(e.ns=[e.ns]),"string"==typeof e.fallbackLng&&(e.fallbackLng=[e.fallbackLng]),"string"==typeof e.fallbackNS&&(e.fallbackNS=[e.fallbackNS]),e.whitelist&&(e.whitelist&&e.whitelist.indexOf("cimode")<0&&(e.whitelist=e.whitelist.concat(["cimode"])),e.supportedLngs=e.whitelist),e.nonExplicitWhitelist&&(e.nonExplicitSupportedLngs=e.nonExplicitWhitelist),e.supportedLngs&&e.supportedLngs.indexOf("cimode")<0&&(e.supportedLngs=e.supportedLngs.concat(["cimode"])),e}function l_(){}var c_=function(e){function t(){var e,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1?arguments[1]:void 0;if(DF(this,t),e=TF(this,BF(t).call(this)),GF&&NF.call(kF(e)),e.options=s_(n),e.services={},e.logger=jF,e.modules={external:[]},r&&!e.isInitialized&&!n.isClone){if(!e.options.initImmediate)return e.init(n,r),TF(e,kF(e));setTimeout((function(){e.init(n,r)}),0)}return e}return FF(t,NF),AF(t,[{key:"init",value:function(){var e=this,t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;function r(e){return e?"function"==typeof e?new e:e:null}if("function"==typeof t&&(n=t,t={}),t.whitelist&&!t.supportedLngs&&this.logger.deprecate("whitelist",'option "whitelist" will be renamed to "supportedLngs" in the next major - please make sure to rename this option asap.'),t.nonExplicitWhitelist&&!t.nonExplicitSupportedLngs&&this.logger.deprecate("whitelist",'options "nonExplicitWhitelist" will be renamed to "nonExplicitSupportedLngs" in the next major - please make sure to rename this option asap.'),this.options=CF({},u_(),this.options,s_(t)),this.format=this.options.interpolation.format,n||(n=l_),!this.options.isClone){this.modules.logger?jF.init(r(this.modules.logger),this.options):jF.init(null,this.options);var o=new e_(this.options);this.store=new KF(this.options.resources,this.options);var i=this.services;i.logger=jF,i.resourceStore=this.store,i.languageUtils=o,i.pluralResolver=new o_(o,{prepend:this.options.pluralSeparator,compatibilityJSON:this.options.compatibilityJSON,simplifyPluralSuffix:this.options.simplifyPluralSuffix}),i.interpolator=new i_(this.options),i.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},i.backendConnector=new a_(r(this.modules.backend),i.resourceStore,i,this.options),i.backendConnector.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];e.emit.apply(e,[t].concat(r))})),this.modules.languageDetector&&(i.languageDetector=r(this.modules.languageDetector),i.languageDetector.init(i,this.options.detection,this.options)),this.modules.i18nFormat&&(i.i18nFormat=r(this.modules.i18nFormat),i.i18nFormat.init&&i.i18nFormat.init(this)),this.translator=new JF(this.services,this.options),this.translator.on("*",(function(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),o=1;o<n;o++)r[o-1]=arguments[o];e.emit.apply(e,[t].concat(r))})),this.modules.external.forEach((function(t){t.init&&t.init(e)}))}if(this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){var a=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);a.length>0&&"dev"!==a[0]&&(this.options.lng=a[0])}this.services.languageDetector||this.options.lng||this.logger.warn("init: no languageDetector is used and no lng is defined");var u=["getResource","hasResourceBundle","getResourceBundle","getDataByLanguage"];u.forEach((function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments)}}));var s=["addResource","addResources","addResourceBundle","removeResourceBundle"];s.forEach((function(t){e[t]=function(){var n;return(n=e.store)[t].apply(n,arguments),e}}));var l=RF(),c=function(){var t=function(t,r){e.isInitialized&&!e.initializedStoreOnce&&e.logger.warn("init: i18next is already initialized. You should call init just once!"),e.isInitialized=!0,e.options.isClone||e.logger.log("initialized",e.options),e.emit("initialized",e.options),l.resolve(r),n(t,r)};if(e.languages&&"v1"!==e.options.compatibilityAPI&&!e.isInitialized)return t(null,e.t.bind(e));e.changeLanguage(e.options.lng,t)};return this.options.resources||!this.options.initImmediate?c():setTimeout(c,0),l}},{key:"loadResources",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:l_,r=n,o="string"==typeof e?e:this.language;if("function"==typeof e&&(r=e),!this.options.resources||this.options.partialBundledLanguages){if(o&&"cimode"===o.toLowerCase())return r();var i=[],a=function(e){e&&t.services.languageUtils.toResolveHierarchy(e).forEach((function(e){i.indexOf(e)<0&&i.push(e)}))};if(o)a(o);else{var u=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);u.forEach((function(e){return a(e)}))}this.options.preload&&this.options.preload.forEach((function(e){return a(e)})),this.services.backendConnector.load(i,this.options.ns,r)}else r(null)}},{key:"reloadResources",value:function(e,t,n){var r=RF();return e||(e=this.languages),t||(t=this.options.ns),n||(n=l_),this.services.backendConnector.reload(e,t,(function(e){r.resolve(),n(e)})),r}},{key:"use",value:function(e){if(!e)throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");if(!e.type)throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");return"backend"===e.type&&(this.modules.backend=e),("logger"===e.type||e.log&&e.warn&&e.error)&&(this.modules.logger=e),"languageDetector"===e.type&&(this.modules.languageDetector=e),"i18nFormat"===e.type&&(this.modules.i18nFormat=e),"postProcessor"===e.type&&YF.addPostProcessor(e),"3rdParty"===e.type&&this.modules.external.push(e),this}},{key:"changeLanguage",value:function(e,t){var n=this;this.isLanguageChangingTo=e;var r=RF();this.emit("languageChanging",e);var o=function(o){e||o||!n.services.languageDetector||(o=[]);var i="string"==typeof o?o:n.services.languageUtils.getBestMatchFromCodes(o);i&&(n.language||(n.language=i,n.languages=n.services.languageUtils.toResolveHierarchy(i)),n.translator.language||n.translator.changeLanguage(i),n.services.languageDetector&&n.services.languageDetector.cacheUserLanguage(i)),n.loadResources(i,(function(e){!function(e,o){o?(n.language=o,n.languages=n.services.languageUtils.toResolveHierarchy(o),n.translator.changeLanguage(o),n.isLanguageChangingTo=void 0,n.emit("languageChanged",o),n.logger.log("languageChanged",o)):n.isLanguageChangingTo=void 0,r.resolve((function(){return n.t.apply(n,arguments)})),t&&t(e,(function(){return n.t.apply(n,arguments)}))}(e,i)}))};return e||!this.services.languageDetector||this.services.languageDetector.async?!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect(o):o(e):o(this.services.languageDetector.detect()),r}},{key:"getFixedT",value:function(e,t,n){var r=this,o=function e(t,o){var i;if("object"!==EF(o)){for(var a=arguments.length,u=new Array(a>2?a-2:0),s=2;s<a;s++)u[s-2]=arguments[s];i=r.options.overloadTranslationOptionHandler([t,o].concat(u))}else i=CF({},o);i.lng=i.lng||e.lng,i.lngs=i.lngs||e.lngs,i.ns=i.ns||e.ns;var l=r.options.keySeparator||".",c=n?"".concat(n).concat(l).concat(t):t;return r.t(c,i)};return"string"==typeof e?o.lng=e:o.lngs=e,o.ns=t,o.keyPrefix=n,o}},{key:"t",value:function(){var e;return this.translator&&(e=this.translator).translate.apply(e,arguments)}},{key:"exists",value:function(){var e;return this.translator&&(e=this.translator).exists.apply(e,arguments)}},{key:"setDefaultNamespace",value:function(e){this.options.defaultNS=e}},{key:"hasLoadedNamespace",value:function(e){var t=this,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!this.isInitialized)return this.logger.warn("hasLoadedNamespace: i18next was not initialized",this.languages),!1;if(!this.languages||!this.languages.length)return this.logger.warn("hasLoadedNamespace: i18n.languages were undefined or empty",this.languages),!1;var r=this.languages[0],o=!!this.options&&this.options.fallbackLng,i=this.languages[this.languages.length-1];if("cimode"===r.toLowerCase())return!0;var a=function(e,n){var r=t.services.backendConnector.state["".concat(e,"|").concat(n)];return-1===r||2===r};if(n.precheck){var u=n.precheck(this,a);if(void 0!==u)return u}return!!this.hasResourceBundle(r,e)||!this.services.backendConnector.backend||!(!a(r,e)||o&&!a(i,e))}},{key:"loadNamespaces",value:function(e,t){var n=this,r=RF();return this.options.ns?("string"==typeof e&&(e=[e]),e.forEach((function(e){n.options.ns.indexOf(e)<0&&n.options.ns.push(e)})),this.loadResources((function(e){r.resolve(),t&&t(e)})),r):(t&&t(),Promise.resolve())}},{key:"loadLanguages",value:function(e,t){var n=RF();"string"==typeof e&&(e=[e]);var r=this.options.preload||[],o=e.filter((function(e){return r.indexOf(e)<0}));return o.length?(this.options.preload=r.concat(o),this.loadResources((function(e){n.resolve(),t&&t(e)})),n):(t&&t(),Promise.resolve())}},{key:"dir",value:function(e){return e||(e=this.languages&&this.languages.length>0?this.languages[0]:this.language),e?["ar","shu","sqr","ssh","xaa","yhd","yud","aao","abh","abv","acm","acq","acw","acx","acy","adf","ads","aeb","aec","afb","ajp","apc","apd","arb","arq","ars","ary","arz","auz","avl","ayh","ayl","ayn","ayp","bbz","pga","he","iw","ps","pbt","pbu","pst","prp","prd","ug","ur","ydd","yds","yih","ji","yi","hbo","men","xmn","fa","jpr","peo","pes","prs","dv","sam"].indexOf(this.services.languageUtils.getLanguagePartFromCode(e))>=0?"rtl":"ltr":"rtl"}},{key:"createInstance",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},n=arguments.length>1?arguments[1]:void 0;return new t(e,n)}},{key:"cloneInstance",value:function(){var e=this,n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:l_,o=CF({},this.options,n,{isClone:!0}),i=new t(o),a=["store","services","language"];return a.forEach((function(t){i[t]=e[t]})),i.services=CF({},this.services),i.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i.translator=new JF(i.services,i.options),i.translator.on("*",(function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];i.emit.apply(i,[e].concat(n))})),i.init(o,r),i.translator.options=i.options,i.translator.backendConnector.services.utils={hasLoadedNamespace:i.hasLoadedNamespace.bind(i)},i}},{key:"toJSON",value:function(){return{options:this.options,store:this.store,language:this.language,languages:this.languages}}}]),t}(),f_=new c_;function d_(e,t){f_.addResourceBundle(e,"translation",t,!0,!0)}f_.init({lng:"zh-CN",resources:{}});var p_=f_.t.bind(f_);d_("en",{editor:{more:"More",justify:"Justify",indent:"Indent",image:"Image",video:"Video"}}),d_("zh-CN",{editor:{more:"更多",justify:"对齐",indent:"缩进",image:"图片",video:"视频"}});var h_=na?{}.toString:function(){return"[object "+aa(this)+"]"};na||Si(Object.prototype,"toString",h_,{unsafe:!0});var g_=Array.isArray||function(e){return"Array"==Zr(e)},v_=function(){},y_=[],m_=to("Reflect","construct"),b_=/^\s*(?:class|function)\b/,w_=Hr(b_.exec),x_=!b_.exec(v_),E_=function(e){if(!Jr(e))return!1;try{return m_(v_,y_,e),!0}catch(e){return!1}},S_=!m_||Tr((function(){var e;return E_(E_.call)||!E_(Object)||!E_((function(){e=!0}))||e}))?function(e){if(!Jr(e))return!1;switch(aa(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return x_||!!w_(b_,ii(e))}:E_,C_=Ro("species"),D_=kr.Array,O_=function(e,t){return new(function(e){var t;return g_(e)&&(t=e.constructor,(S_(t)&&(t===D_||g_(t.prototype))||Qr(t)&&null===(t=t[C_]))&&(t=void 0)),void 0===t?D_:t}(e))(0===t?0:t)},A_=Hr([].push),k_=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=Do(s),g=qr(h),v=mu(l,c),y=Fi(g),m=0,b=f||O_,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:A_(w,d)}else switch(e){case 4:return!1;case 7:A_(w,d)}return i?-1:r||o?o:w}},T_=[k_(0),k_(1),k_(2),k_(3),k_(4),k_(5),k_(6),k_(7)][0],B_=function(e,t){var n=[].forEach;return!!n&&Tr((function(){n.call(null,(function(){throw 1}),1)}))}(),P_=B_?[].forEach:function(e){return T_(this,e,arguments.length>1?arguments[1]:void 0)},F_=function(e){if(e&&e.forEach!==P_)try{ei(e,"forEach",P_)}catch(t){e.forEach=P_}};for(var __ in ds)ds[__]&&F_(kr[__]&&kr[__].prototype);F_(gs),d_("en",{common:{ok:"OK",delete:"Delete",enter:"Enter"},blockQuote:{title:"Quote"},codeBlock:{title:"Code block"},color:{color:"Font color",bgColor:"Back color",default:"Default color",clear:"Clear back color"},divider:{title:"Divider"},emotion:{title:"Emotion"},fontSize:{title:"Font size",default:"Default"},fontFamily:{title:"Font family",default:"Default"},fullScreen:{title:"Full screen"},header:{title:"Header",text:"Text"},image:{netImage:"Net image",delete:"Delete image",edit:"Edit image",viewLink:"View link",src:"Image src",desc:"Description",link:"Image link"},indent:{decrease:"Decrease",increase:"Increase"},justify:{left:"Left",right:"Right",center:"Center",justify:"Justify"},lineHeight:{title:"Line height",default:"Default"},link:{insert:"Insert link",text:"Link text",url:"Link source",unLink:"Unlink",edit:"Edit link",view:"View link"},textStyle:{bold:"Bold",clear:"Clear styles",code:"Inline code",italic:"Italic",sub:"Sub",sup:"Sup",through:"Through",underline:"Underline"},undo:{undo:"undo",redo:"Redo"},todo:{todo:"Todo"}}),d_("zh-CN",{common:{ok:"确定",delete:"删除",enter:"回车"},blockQuote:{title:"引用"},codeBlock:{title:"代码块"},color:{color:"文字颜色",bgColor:"背景色",default:"默认颜色",clear:"清除背景色"},divider:{title:"分割线"},emotion:{title:"表情"},fontSize:{title:"字号",default:"默认字号"},fontFamily:{title:"字体",default:"默认字体"},fullScreen:{title:"全屏"},header:{title:"标题",text:"正文"},image:{netImage:"网络图片",delete:"删除图片",edit:"编辑图片",viewLink:"查看链接",src:"图片地址",desc:"图片描述",link:"图片链接"},indent:{decrease:"减少缩进",increase:"增加缩进"},justify:{left:"左对齐",right:"右对齐",center:"居中对齐",justify:"两端对齐"},lineHeight:{title:"行高",default:"默认行高"},link:{insert:"插入链接",text:"链接文本",url:"链接地址",unLink:"取消链接",edit:"修改链接",view:"查看链接"},textStyle:{bold:"粗体",clear:"清除格式",code:"行内代码",italic:"斜体",sub:"下标",sup:"上标",through:"删除线",underline:"下划线"},undo:{undo:"撤销",redo:"重做"},todo:{todo:"待办"}});var j_={type:"paragraph",renderElem:function(e,t,n){return bg("p",null,t)}},N_="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function R_(e){var t={exports:{}};return e(t,t.exports),t.exports}var I_,L_,M_=function(e){return e&&e.Math==Math&&e},z_=M_("object"==typeof globalThis&&globalThis)||M_("object"==typeof window&&window)||M_("object"==typeof self&&self)||M_("object"==typeof N_&&N_)||function(){return this}()||Function("return this")(),$_=function(e){try{return!!e()}catch(e){return!0}},H_=!$_((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),U_=Function.prototype.call,V_=U_.bind?U_.bind(U_):function(){return U_.apply(U_,arguments)},Z_={}.propertyIsEnumerable,W_=Object.getOwnPropertyDescriptor,G_=W_&&!Z_.call({1:2},1)?function(e){var t=W_(this,e);return!!t&&t.enumerable}:Z_,q_={f:G_},K_=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},Y_=Function.prototype,X_=Y_.bind,J_=Y_.call,Q_=X_&&X_.bind(J_),ej=X_?function(e){return e&&Q_(J_,e)}:function(e){return e&&function(){return J_.apply(e,arguments)}},tj=ej({}.toString),nj=ej("".slice),rj=function(e){return nj(tj(e),8,-1)},oj=z_.Object,ij=ej("".split),aj=$_((function(){return!oj("z").propertyIsEnumerable(0)}))?function(e){return"String"==rj(e)?ij(e,""):oj(e)}:oj,uj=z_.TypeError,sj=function(e){if(null==e)throw uj("Can't call method on "+e);return e},lj=function(e){return aj(sj(e))},cj=function(e){return"function"==typeof e},fj=function(e){return"object"==typeof e?null!==e:cj(e)},dj=function(e){return cj(e)?e:void 0},pj=function(e,t){return arguments.length<2?dj(z_[e]):z_[e]&&z_[e][t]},hj=ej({}.isPrototypeOf),gj=pj("navigator","userAgent")||"",vj=z_.process,yj=z_.Deno,mj=vj&&vj.versions||yj&&yj.version,bj=mj&&mj.v8;bj&&(L_=(I_=bj.split("."))[0]>0&&I_[0]<4?1:+(I_[0]+I_[1])),!L_&&gj&&(!(I_=gj.match(/Edge\/(\d+)/))||I_[1]>=74)&&(I_=gj.match(/Chrome\/(\d+)/))&&(L_=+I_[1]);var wj=L_,xj=!!Object.getOwnPropertySymbols&&!$_((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&wj&&wj<41})),Ej=xj&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Sj=z_.Object,Cj=Ej?function(e){return"symbol"==typeof e}:function(e){var t=pj("Symbol");return cj(t)&&hj(t.prototype,Sj(e))},Dj=z_.String,Oj=function(e){try{return Dj(e)}catch(e){return"Object"}},Aj=z_.TypeError,kj=function(e){if(cj(e))return e;throw Aj(Oj(e)+" is not a function")},Tj=function(e,t){var n=e[t];return null==n?void 0:kj(n)},Bj=z_.TypeError,Pj=Object.defineProperty,Fj=function(e,t){try{Pj(z_,e,{value:t,configurable:!0,writable:!0})}catch(n){z_[e]=t}return t},_j=z_["__core-js_shared__"]||Fj("__core-js_shared__",{}),jj=R_((function(e){(e.exports=function(e,t){return _j[e]||(_j[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Nj=z_.Object,Rj=function(e){return Nj(sj(e))},Ij=ej({}.hasOwnProperty),Lj=Object.hasOwn||function(e,t){return Ij(Rj(e),t)},Mj=0,zj=Math.random(),$j=ej(1..toString),Hj=function(e){return"Symbol("+(void 0===e?"":e)+")_"+$j(++Mj+zj,36)},Uj=jj("wks"),Vj=z_.Symbol,Zj=Vj&&Vj.for,Wj=Ej?Vj:Vj&&Vj.withoutSetter||Hj,Gj=function(e){if(!Lj(Uj,e)||!xj&&"string"!=typeof Uj[e]){var t="Symbol."+e;xj&&Lj(Vj,e)?Uj[e]=Vj[e]:Uj[e]=Ej&&Zj?Zj(t):Wj(t)}return Uj[e]},qj=z_.TypeError,Kj=Gj("toPrimitive"),Yj=function(e){var t=function(e,t){if(!fj(e)||Cj(e))return e;var n,r=Tj(e,Kj);if(r){if(void 0===t&&(t="default"),n=V_(r,e,t),!fj(n)||Cj(n))return n;throw qj("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&cj(n=e.toString)&&!fj(r=V_(n,e)))return r;if(cj(n=e.valueOf)&&!fj(r=V_(n,e)))return r;if("string"!==t&&cj(n=e.toString)&&!fj(r=V_(n,e)))return r;throw Bj("Can't convert object to primitive value")}(e,t)}(e,"string");return Cj(t)?t:t+""},Xj=z_.document,Jj=fj(Xj)&&fj(Xj.createElement),Qj=function(e){return Jj?Xj.createElement(e):{}},eN=!H_&&!$_((function(){return 7!=Object.defineProperty(Qj("div"),"a",{get:function(){return 7}}).a})),tN=Object.getOwnPropertyDescriptor,nN={f:H_?tN:function(e,t){if(e=lj(e),t=Yj(t),eN)try{return tN(e,t)}catch(e){}if(Lj(e,t))return K_(!V_(q_.f,e,t),e[t])}},rN=z_.String,oN=z_.TypeError,iN=function(e){if(fj(e))return e;throw oN(rN(e)+" is not an object")},aN=z_.TypeError,uN=Object.defineProperty,sN={f:H_?uN:function(e,t,n){if(iN(e),t=Yj(t),iN(n),eN)try{return uN(e,t,n)}catch(e){}if("get"in n||"set"in n)throw aN("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},lN=H_?function(e,t,n){return sN.f(e,t,K_(1,n))}:function(e,t,n){return e[t]=n,e},cN=ej(Function.toString);cj(_j.inspectSource)||(_j.inspectSource=function(e){return cN(e)});var fN,dN,pN,hN=_j.inspectSource,gN=z_.WeakMap,vN=cj(gN)&&/native code/.test(hN(gN)),yN=jj("keys"),mN=function(e){return yN[e]||(yN[e]=Hj(e))},bN={},wN=z_.TypeError,xN=z_.WeakMap;if(vN||_j.state){var EN=_j.state||(_j.state=new xN),SN=ej(EN.get),CN=ej(EN.has),DN=ej(EN.set);fN=function(e,t){if(CN(EN,e))throw new wN("Object already initialized");return t.facade=e,DN(EN,e,t),t},dN=function(e){return SN(EN,e)||{}},pN=function(e){return CN(EN,e)}}else{var ON=mN("state");bN[ON]=!0,fN=function(e,t){if(Lj(e,ON))throw new wN("Object already initialized");return t.facade=e,lN(e,ON,t),t},dN=function(e){return Lj(e,ON)?e[ON]:{}},pN=function(e){return Lj(e,ON)}}var AN={set:fN,get:dN,has:pN,enforce:function(e){return pN(e)?dN(e):fN(e,{})},getterFor:function(e){return function(t){var n;if(!fj(t)||(n=dN(t)).type!==e)throw wN("Incompatible receiver, "+e+" required");return n}}},kN=Function.prototype,TN=H_&&Object.getOwnPropertyDescriptor,BN=Lj(kN,"name"),PN={EXISTS:BN,PROPER:BN&&"something"===function(){}.name,CONFIGURABLE:BN&&(!H_||H_&&TN(kN,"name").configurable)},FN=R_((function(e){var t=PN.CONFIGURABLE,n=AN.get,r=AN.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;cj(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Lj(i,"name")||t&&i.name!==f)&&lN(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==z_?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:lN(e,n,i)):l?e[n]=i:Fj(n,i)})(Function.prototype,"toString",(function(){return cj(this)&&n(this).source||hN(this)}))})),_N=Math.ceil,jN=Math.floor,NN=function(e){var t=+e;return t!=t||0===t?0:(t>0?jN:_N)(t)},RN=Math.max,IN=Math.min,LN=function(e,t){var n=NN(e);return n<0?RN(n+t,0):IN(n,t)},MN=Math.min,zN=function(e){return e>0?MN(NN(e),9007199254740991):0},$N=function(e){return zN(e.length)},HN=function(e){return function(t,n,r){var o,i=lj(t),a=$N(i),u=LN(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},UN={includes:HN(!0),indexOf:HN(!1)},VN=UN.indexOf,ZN=ej([].push),WN=function(e,t){var n,r=lj(e),o=0,i=[];for(n in r)!Lj(bN,n)&&Lj(r,n)&&ZN(i,n);for(;t.length>o;)Lj(r,n=t[o++])&&(~VN(i,n)||ZN(i,n));return i},GN=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],qN=GN.concat("length","prototype"),KN={f:Object.getOwnPropertyNames||function(e){return WN(e,qN)}},YN={f:Object.getOwnPropertySymbols},XN=ej([].concat),JN=pj("Reflect","ownKeys")||function(e){var t=KN.f(iN(e)),n=YN.f;return n?XN(t,n(e)):t},QN=function(e,t){for(var n=JN(t),r=sN.f,o=nN.f,i=0;i<n.length;i++){var a=n[i];Lj(e,a)||r(e,a,o(t,a))}},eR=/#|\.prototype\./,tR=function(e,t){var n=rR[nR(e)];return n==iR||n!=oR&&(cj(t)?$_(t):!!t)},nR=tR.normalize=function(e){return String(e).replace(eR,".").toLowerCase()},rR=tR.data={},oR=tR.NATIVE="N",iR=tR.POLYFILL="P",aR=tR,uR=nN.f,sR=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?z_:l?z_[u]||Fj(u,{}):(z_[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=uR(n,r))&&a.value:n[r],!aR(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;QN(i,o)}(e.sham||o&&o.sham)&&lN(i,"sham",!0),FN(n,r,i,e)}},lR=ej(ej.bind),cR=Array.isArray||function(e){return"Array"==rj(e)},fR={};fR[Gj("toStringTag")]="z";var dR="[object z]"===String(fR),pR=Gj("toStringTag"),hR=z_.Object,gR="Arguments"==rj(function(){return arguments}()),vR=dR?rj:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=hR(e),pR))?n:gR?rj(t):"Object"==(r=rj(t))&&cj(t.callee)?"Arguments":r},yR=function(){},mR=[],bR=pj("Reflect","construct"),wR=/^\s*(?:class|function)\b/,xR=ej(wR.exec),ER=!wR.exec(yR),SR=function(e){if(!cj(e))return!1;try{return bR(yR,mR,e),!0}catch(e){return!1}},CR=!bR||$_((function(){var e;return SR(SR.call)||!SR(Object)||!SR((function(){e=!0}))||e}))?function(e){if(!cj(e))return!1;switch(vR(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return ER||!!xR(wR,hN(e))}:SR,DR=Gj("species"),OR=z_.Array,AR=function(e,t){return new(function(e){var t;return cR(e)&&(t=e.constructor,(CR(t)&&(t===OR||cR(t.prototype))||fj(t)&&null===(t=t[DR]))&&(t=void 0)),void 0===t?OR:t}(e))(0===t?0:t)},kR=ej([].push),TR=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=Rj(s),g=aj(h),v=function(e,t){return kj(e),void 0===t?e:lR?lR(e,t):function(){return e.apply(t,arguments)}}(l,c),y=$N(g),m=0,b=f||AR,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:kR(w,d)}else switch(e){case 4:return!1;case 7:kR(w,d)}return i?-1:r||o?o:w}},BR={forEach:TR(0),map:TR(1),filter:TR(2),some:TR(3),every:TR(4),find:TR(5),findIndex:TR(6),filterReject:TR(7)},PR=Gj("species"),FR=function(e){return wj>=51||!$_((function(){var t=[];return(t.constructor={})[PR]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},_R=BR.filter;sR({target:"Array",proto:!0,forced:!FR("filter")},{filter:function(e){return _R(this,e,arguments.length>1?arguments[1]:void 0)}});var jR=dR?{}.toString:function(){return"[object "+vR(this)+"]"};dR||FN(Object.prototype,"toString",jR,{unsafe:!0});var NR,RR=z_.String,IR=function(e){if("Symbol"===vR(e))throw TypeError("Cannot convert a Symbol value to a string");return RR(e)},LR=function(){var e=iN(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},MR=z_.RegExp,zR=$_((function(){var e=MR("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),$R=zR||$_((function(){return!MR("a","y").sticky})),HR={BROKEN_CARET:zR||$_((function(){var e=MR("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:$R,UNSUPPORTED_Y:zR},UR=Object.keys||function(e){return WN(e,GN)},VR=H_?Object.defineProperties:function(e,t){iN(e);for(var n,r=lj(t),o=UR(t),i=o.length,a=0;i>a;)sN.f(e,n=o[a++],r[n]);return e},ZR=pj("document","documentElement"),WR=mN("IE_PROTO"),GR=function(){},qR=function(e){return"<script>"+e+"<\/script>"},KR=function(e){e.write(qR("")),e.close();var t=e.parentWindow.Object;return e=null,t},YR=function(){try{NR=new ActiveXObject("htmlfile")}catch(e){}var e,t;YR="undefined"!=typeof document?document.domain&&NR?KR(NR):((t=Qj("iframe")).style.display="none",ZR.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(qR("document.F=Object")),e.close(),e.F):KR(NR);for(var n=GN.length;n--;)delete YR.prototype[GN[n]];return YR()};bN[WR]=!0;var XR,JR,QR=Object.create||function(e,t){var n;return null!==e?(GR.prototype=iN(e),n=new GR,GR.prototype=null,n[WR]=e):n=YR(),void 0===t?n:VR(n,t)},eI=z_.RegExp,tI=$_((function(){var e=eI(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),nI=z_.RegExp,rI=$_((function(){var e=nI("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),oI=AN.get,iI=jj("native-string-replace",String.prototype.replace),aI=RegExp.prototype.exec,uI=aI,sI=ej("".charAt),lI=ej("".indexOf),cI=ej("".replace),fI=ej("".slice),dI=(JR=/b*/g,V_(aI,XR=/a/,"a"),V_(aI,JR,"a"),0!==XR.lastIndex||0!==JR.lastIndex),pI=HR.BROKEN_CARET,hI=void 0!==/()??/.exec("")[1];(dI||hI||pI||tI||rI)&&(uI=function(e){var t,n,r,o,i,a,u,s=this,l=oI(s),c=IR(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=V_(uI,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=pI&&s.sticky,h=V_(LR,s),g=s.source,v=0,y=c;if(p&&(h=cI(h,"y",""),-1===lI(h,"g")&&(h+="g"),y=fI(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==sI(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),hI&&(n=new RegExp("^"+g+"$(?!\\s)",h)),dI&&(r=s.lastIndex),o=V_(aI,p?n:s,y),p?o?(o.input=fI(o.input,v),o[0]=fI(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:dI&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),hI&&o&&o.length>1&&V_(iI,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=QR(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var gI=uI;sR({target:"RegExp",proto:!0,forced:/./.exec!==gI},{exec:gI});var vI=Function.prototype,yI=vI.apply,mI=vI.bind,bI=vI.call,wI="object"==typeof Reflect&&Reflect.apply||(mI?bI.bind(yI):function(){return bI.apply(yI,arguments)}),xI=Gj("species"),EI=RegExp.prototype,SI=function(e,t,n,r){var o=Gj(e),i=!$_((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!$_((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[xI]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return t=!0,null},n[o](""),!t}));if(!i||!a||n){var u=ej(/./[o]),s=t(o,""[e],(function(e,t,n,r,o){var a=ej(e),s=t.exec;return s===gI||s===EI.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));FN(String.prototype,e,s[0]),FN(EI,o,s[1])}r&&lN(EI[o],"sham",!0)},CI=ej("".charAt),DI=ej("".charCodeAt),OI=ej("".slice),AI=function(e){return function(t,n){var r,o,i=IR(sj(t)),a=NN(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=DI(i,a))<55296||r>56319||a+1===u||(o=DI(i,a+1))<56320||o>57343?e?CI(i,a):r:e?OI(i,a,a+2):o-56320+(r-55296<<10)+65536}},kI=(AI(!1),AI(!0)),TI=function(e,t,n){return t+(n?kI(e,t).length:1)},BI=Math.floor,PI=ej("".charAt),FI=ej("".replace),_I=ej("".slice),jI=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,NI=/\$([$&'`]|\d{1,2})/g,RI=function(e,t,n,r,o,i){var a=n+e.length,u=r.length,s=NI;return void 0!==o&&(o=Rj(o),s=jI),FI(i,s,(function(i,s){var l;switch(PI(s,0)){case"$":return"$";case"&":return e;case"`":return _I(t,0,n);case"'":return _I(t,a);case"<":l=o[_I(s,1,-1)];break;default:var c=+s;if(0===c)return i;if(c>u){var f=BI(c/10);return 0===f?i:f<=u?void 0===r[f-1]?PI(s,1):r[f-1]+PI(s,1):i}l=r[c-1]}return void 0===l?"":l}))},II=z_.TypeError,LI=function(e,t){var n=e.exec;if(cj(n)){var r=V_(n,e,t);return null!==r&&iN(r),r}if("RegExp"===rj(e))return V_(gI,e,t);throw II("RegExp#exec called on incompatible receiver")},MI=Gj("replace"),zI=Math.max,$I=Math.min,HI=ej([].concat),UI=ej([].push),VI=ej("".indexOf),ZI=ej("".slice),WI="$0"==="a".replace(/./,"$0"),GI=!!/./[MI]&&""===/./[MI]("a","$0");SI("replace",(function(e,t,n){var r=GI?"$":"$0";return[function(e,n){var r=sj(this),o=null==e?void 0:Tj(e,MI);return o?V_(o,e,r,n):V_(t,IR(r),e,n)},function(e,o){var i=iN(this),a=IR(e);if("string"==typeof o&&-1===VI(o,r)&&-1===VI(o,"$<")){var u=n(t,i,a,o);if(u.done)return u.value}var s=cj(o);s||(o=IR(o));var l=i.global;if(l){var c=i.unicode;i.lastIndex=0}for(var f=[];;){var d=LI(i,a);if(null===d)break;if(UI(f,d),!l)break;""===IR(d[0])&&(i.lastIndex=TI(a,zN(i.lastIndex),c))}for(var p,h="",g=0,v=0;v<f.length;v++){for(var y=IR((d=f[v])[0]),m=zI($I(NN(d.index),a.length),0),b=[],w=1;w<d.length;w++)UI(b,void 0===(p=d[w])?p:String(p));var x=d.groups;if(s){var E=HI([y],b,m,a);void 0!==x&&UI(E,x);var S=IR(wI(o,void 0,E))}else S=RI(y,a,m,b,x,o);m>=g&&(h+=ZI(a,g,m)+S,g=m+y.length)}return h+ZI(a,g)}]}),!!$_((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!WI||GI);var qI=Gj("unscopables"),KI=Array.prototype;null==KI[qI]&&sN.f(KI,qI,{configurable:!0,value:QR(null)});var YI=function(e){KI[qI][e]=!0},XI=BR.find,JI=!0;"find"in[]&&Array(1).find((function(){JI=!1})),sR({target:"Array",proto:!0,forced:JI},{find:function(e){return XI(this,e,arguments.length>1?arguments[1]:void 0)}}),YI("find");var QI=Gj("match"),eL=function(e){var t;return fj(e)&&(void 0!==(t=e[QI])?!!t:"RegExp"==rj(e))},tL=z_.TypeError,nL=Gj("species"),rL=function(e,t,n){var r=Yj(t);r in e?sN.f(e,r,K_(0,n)):e[r]=n},oL=z_.Array,iL=Math.max,aL=function(e,t,n){for(var r=$N(e),o=LN(t,r),i=LN(void 0===n?r:n,r),a=oL(iL(i-o,0)),u=0;o<i;o++,u++)rL(a,u,e[o]);return a.length=u,a},uL=HR.UNSUPPORTED_Y,sL=Math.min,lL=[].push,cL=ej(/./.exec),fL=ej(lL),dL=ej("".slice);SI("split",(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r=IR(sj(this)),o=void 0===n?4294967295:n>>>0;if(0===o)return[];if(void 0===e)return[r];if(!eL(e))return V_(t,r,e,o);for(var i,a,u,s=[],l=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),c=0,f=new RegExp(e.source,l+"g");(i=V_(gI,f,r))&&!((a=f.lastIndex)>c&&(fL(s,dL(r,c,i.index)),i.length>1&&i.index<r.length&&wI(lL,s,aL(i,1)),u=i[0].length,c=a,s.length>=o));)f.lastIndex===i.index&&f.lastIndex++;return c===r.length?!u&&cL(f,"")||fL(s,""):fL(s,dL(r,c)),s.length>o?aL(s,0,o):s}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:V_(t,this,e,n)}:t,[function(t,n){var o=sj(this),i=null==t?void 0:Tj(t,e);return i?V_(i,t,o,n):V_(r,IR(o),t,n)},function(e,o){var i=iN(this),a=IR(e),u=n(r,i,a,o,r!==t);if(u.done)return u.value;var s=function(e,t){var n,r=iN(e).constructor;return void 0===r||null==(n=iN(r)[nL])?t:function(e){if(CR(e))return e;throw tL(Oj(e)+" is not a constructor")}(n)}(i,RegExp),l=i.unicode,c=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(uL?"g":"y"),f=new s(uL?"^(?:"+i.source+")":i,c),d=void 0===o?4294967295:o>>>0;if(0===d)return[];if(0===a.length)return null===LI(f,a)?[a]:[];for(var p=0,h=0,g=[];h<a.length;){f.lastIndex=uL?0:h;var v,y=LI(f,uL?dL(a,h):a);if(null===y||(v=sL(zN(f.lastIndex+(uL?h:0)),a.length))===p)h=TI(a,h,l);else{if(fL(g,dL(a,p,h)),g.length===d)return g;for(var m=1;m<=y.length-1;m++)if(fL(g,y[m]),g.length===d)return g;h=p=v}}return fL(g,dL(a,p)),g}]}),!!$_((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),uL);var pL="\t\n\v\f\r \u2028\u2029\ufeff",hL=ej("".replace),gL="["+pL+"]",vL=RegExp("^"+gL+gL+"*"),yL=RegExp(gL+gL+"*$"),mL=function(e){return function(t){var n=IR(sj(t));return 1&e&&(n=hL(n,vL,"")),2&e&&(n=hL(n,yL,"")),n}},bL={start:mL(1),end:mL(2),trim:mL(3)},wL=PN.PROPER,xL=bL.trim;function EL(e){return 0===Bp("<div>"+e+"</div>").children().filter((function(e){return"BR"!==e.tagName})).length}function SL(e){return 0===e.length?"":e[0].outerHTML}function CL(e){return e.length?e[0].tagName.toLowerCase():""}function DL(e,t){for(var n="",r=(e.attr("style")||"").split(";"),o=r.length,i=0;i<o;i++){var a=r[i];if(a){var u=a.split(":");u[0].trim()===t&&(n=u[1].trim())}}return n}sR({target:"String",proto:!0,forced:$_((function(){return!!pL.trim()||"
"!=="
".trim()||wL&&"trim"!==pL.trim.name}))},{trim:function(){return xL(this)}}),sR({global:!0},{globalThis:z_}),Zp&&(Bp.fn.css=Zp),Xp&&(Bp.fn.append=Xp),Jp&&(Bp.fn.prepend=Jp),Pp&&(Bp.fn.addClass=Pp),Fp&&(Bp.fn.removeClass=Fp),_p&&(Bp.fn.hasClass=_p),Lp&&(Bp.fn.on=Lp),Mp&&(Bp.fn.off=Mp),sh&&(Bp.fn.focus=sh),jp&&(Bp.fn.attr=jp),Np&&(Bp.fn.removeAttr=Np),Up&&(Bp.fn.hide=Up),Vp&&(Bp.fn.show=Vp),eh&&(Bp.fn.parents=eh),Rp&&(Bp.fn.dataset=Rp),Ip&&(Bp.fn.val=Ip),Kp&&(Bp.fn.text=Kp),qp&&(Bp.fn.html=qp),nh&&(Bp.fn.children=nh),rh&&(Bp.fn.remove=rh),th&&(Bp.fn.find=th),zp&&(Bp.fn.width=zp),$p&&(Bp.fn.height=$p),Gp&&(Bp.fn.filter=Gp),oh&&(Bp.fn.empty=oh);var OL={selector:"p:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e);return 0===(t=t.filter((function(e){return!!Xf.isText(e)||!!n.isInline(e)}))).length&&(t=[{text:r.text().replace(/\s+/gm," ")}]),{type:"paragraph",children:t}}},AL=function(e,t){return AL=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},AL(e,t)
|
|
106
|
+
/*! *****************************************************************************
|
|
107
|
+
Copyright (c) Microsoft Corporation.
|
|
108
|
+
|
|
109
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
110
|
+
purpose with or without fee is hereby granted.
|
|
111
|
+
|
|
112
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
113
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
114
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
115
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
116
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
117
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
118
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
119
|
+
***************************************************************************** */};function kL(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}AL(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}var TL=function(){return TL=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},TL.apply(this,arguments)};function BL(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{s(r.next(e))}catch(e){i(e)}}function u(e){try{s(r.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,u)}s((r=r.apply(e,t||[])).next())}))}function PL(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:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){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=(o=a.trys).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,u])}}}function FL(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function _L(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}function jL(e){var t=_L(Af.nodes(e,{match:function(t){return e.children[0]===t},mode:"highest"}),1)[0];if(null==t)return!1;var n=t[0];if(!xf.isElement(n))return!1;if("paragraph"===n.type)return!1;if(""!==Ff.string(n))return!1;var r=n.children,o=void 0===r?[]:r;return!!Xf.isText(o[0])&&(gd.setNodes(e,{type:"paragraph"}),!0)}var NL={renderElems:[j_],elemsToHtml:[{type:"paragraph",elemToHtml:function(e,t){return""===t?"<p><br></p>":"<p>"+t+"</p>"}}],parseElemsHtml:[OL],editorPlugin:function(e){var t=e.deleteBackward,n=e.deleteForward;e.insertText,e.insertBreak;var r=e;return r.deleteBackward=function(e){jL(r)||t(e)},r.deleteForward=function(e){jL(r)||n(e)},r}},RL=/"/g,IL=ej("".replace),LL=function(e,t,n,r){var o=IR(sj(e)),i="<"+t;return""!==n&&(i+=" "+n+'="'+IL(IR(r),RL,""")+'"'),i+">"+o+"</"+t+">"},ML=function(e){return $_((function(){var t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))};function zL(e,t){var n=t,r=e,o=r.bold,i=r.italic,a=r.underline;return o&&(n="<strong>"+n+"</strong>"),r.code&&(n="<code>"+n+"</code>"),i&&(n="<em>"+n+"</em>"),a&&(n="<u>"+n+"</u>"),r.through&&(n="<s>"+n+"</s>"),r.sub&&(n="<sub>"+n+"</sub>"),r.sup&&(n="<sup>"+n+"</sup>"),n}function $L(e,t){return 0!==e.length&&(!!e[0].matches(t)||e.find(t).length>0)}sR({target:"String",proto:!0,forced:ML("bold")},{bold:function(){return LL(this,"b","","")}}),sR({target:"String",proto:!0,forced:ML("italics")},{italics:function(){return LL(this,"i","","")}}),sR({target:"String",proto:!0,forced:ML("sub")},{sub:function(){return LL(this,"sub","","")}}),sR({target:"String",proto:!0,forced:ML("sup")},{sup:function(){return LL(this,"sup","","")}});var HL={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},UL=Qj("span").classList,VL=UL&&UL.constructor&&UL.constructor.prototype,ZL=VL===Object.prototype?void 0:VL,WL=function(e,t){var n=[][e];return!!n&&$_((function(){n.call(null,t||function(){throw 1},1)}))},GL=BR.forEach,qL=WL("forEach")?[].forEach:function(e){return GL(this,e,arguments.length>1?arguments[1]:void 0)},KL=function(e){if(e&&e.forEach!==qL)try{lN(e,"forEach",qL)}catch(t){e.forEach=qL}};for(var YL in HL)HL[YL]&&KL(z_[YL]&&z_[YL].prototype);function XL(e,t){return null==e.selection||!!_L(Af.nodes(e,{match:function(t){return"pre"===AA.getNodeType(t)||!!Af.isVoid(e,t)},universal:!0}),1)[0]}function JL(e,t){Object.keys(t).forEach((function(t){"text"!==t&&Af.removeMark(e,t)}))}KL(ZL),sR({target:"Object",stat:!0,forced:$_((function(){UR(1)}))},{keys:function(e){return UR(Rj(e))}});var QL=function(){function e(){this.marksNeedToRemove=[],this.tag="button"}return e.prototype.getValue=function(e){var t=this.mark,n=Af.marks(e);return n?n[t]:!!_L(Af.nodes(e,{match:function(e){return!0===e[t]}}),1)[0]},e.prototype.isActive=function(e){return!!this.getValue(e)},e.prototype.isDisabled=function(e){return XL(e,this.mark)},e.prototype.exec=function(e,t){var n=this.mark,r=this.marksNeedToRemove;t?e.removeMark(n):(e.addMark(n,!0),r&&r.forEach((function(t){return e.removeMark(t)})))},e}(),eM='<svg viewBox="0 0 1024 1024"><path d="M707.872 484.64A254.88 254.88 0 0 0 768 320c0-141.152-114.848-256-256-256H192v896h384c141.152 0 256-114.848 256-256a256.096 256.096 0 0 0-124.128-219.36zM384 192h101.504c55.968 0 101.504 57.408 101.504 128s-45.536 128-101.504 128H384V192z m159.008 640H384v-256h159.008c58.464 0 106.016 57.408 106.016 128s-47.552 128-106.016 128z"></path></svg>',tM='<svg viewBox="0 0 1024 1024"><path d="M704 64l128 0 0 416c0 159.072-143.264 288-320 288s-320-128.928-320-288l0-416 128 0 0 416c0 40.16 18.24 78.688 51.36 108.512 36.896 33.216 86.848 51.488 140.64 51.488s103.744-18.304 140.64-51.488c33.12-29.792 51.36-68.352 51.36-108.512l0-416zM192 832l640 0 0 128-640 0z"></path></svg>',nM='<svg viewBox="0 0 1024 1024"><path d="M896 64v64h-128L448 896h128v64H128v-64h128L576 128h-128V64z"></path></svg>',rM='<svg viewBox="0 0 1024 1024"><path d="M1024 512v64h-234.496c27.52 38.496 42.496 82.688 42.496 128 0 70.88-36.672 139.04-100.576 186.976C672.064 935.488 594.144 960 512 960s-160.064-24.512-219.424-69.024C228.64 843.04 192 774.88 192 704h128c0 69.376 87.936 128 192 128s192-58.624 192-128-87.936-128-192-128H0v-64h299.52a385.984 385.984 0 0 1-6.944-5.024C228.64 459.04 192 390.88 192 320s36.672-139.04 100.576-186.976C351.936 88.512 429.856 64 512 64s160.064 24.512 219.424 69.024C795.328 180.96 832 249.12 832 320h-128c0-69.376-87.936-128-192-128s-192 58.624-192 128 87.936 128 192 128c78.976 0 154.048 22.688 212.48 64H1024z"></path></svg>',oM='<svg viewBox="0 0 1024 1024"><path d="M576 736l96 96 320-320L672 192l-96 96 224 224zM448 288l-96-96L32 512l320 320 96-96-224-224z"></path></svg>',iM='<svg viewBox="0 0 1024 1024"><path d="M864 0a160 160 0 0 1 128 256l-64 64-224-224 64-64c26.752-20.096 59.968-32 96-32zM64 736l-64 288 288-64 592-592-224-224L64 736z m651.584-372.416l-448 448-55.168-55.168 448-448 55.168 55.168z"></path></svg>',aM='<svg viewBox="0 0 1024 1024"><path d="M924.402464 1023.068211H0.679665V99.345412h461.861399v98.909208H99.596867v725.896389h725.896389V561.206811h98.909208z" p-id="10909"></path><path d="M930.805104 22.977336l69.965436 69.965436-453.492405 453.492404-69.965435-69.901489z" p-id="10910"></path><path d="M1022.464381 304.030081h-98.917201V99.345412H709.230573V0.428211h313.233808z"></path></svg>',uM='<svg viewBox="0 0 1024 1024"><path d="M64 864h896v96H64zM360.58 576h302.85l81.53 224h102.16L579.24 64H444.77L176.89 800h102.16l81.53-224zM512 159.96L628.49 480H395.52L512 159.96z"></path></svg>',sM='<svg viewBox="0 0 1024 1024"><path d="M510.030769 315.076923l84.676923 196.923077h-177.230769l76.8-196.923077h15.753846zM945.230769 157.538462v708.923076c0 43.323077-35.446154 78.769231-78.769231 78.769231H157.538462c-43.323077 0-78.769231-35.446154-78.769231-78.769231V157.538462c0-43.323077 35.446154-78.769231 78.769231-78.769231h708.923076c43.323077 0 78.769231 35.446154 78.769231 78.769231z m-108.307692 643.938461L600.615385 216.615385c-5.907692-11.815385-15.753846-19.692308-29.538462-19.692308h-139.815385c-11.815385 0-23.630769 7.876923-27.56923 19.692308l-216.615385 584.861538c-3.938462 11.815385 3.938462 25.6 17.723077 25.6h80.738462c11.815385 0 23.630769-9.846154 27.56923-21.661538l63.015385-175.261539h263.876923l68.923077 175.261539c3.938462 11.815385 15.753846 21.661538 27.569231 21.661538h80.738461c13.784615 0 23.630769-13.784615 19.692308-25.6z"></path></svg>',lM='<svg viewBox="0 0 1024 1024"><path d="M64 512h384v128h-128V1024h-128V640h-128z m896-256H708.2496v768h-136.4992V256H320V128h640z"></path></svg>',cM='<svg viewBox="0 0 1024 1024"><path d="M956.788364 152.110545h-24.110546l23.924364 9.029819 0.186182 121.018181h-65.070546l-86.574545-130.048H566.551273v650.14691l130.048 64.977454v65.163636h-390.050909v-65.163636l129.954909-64.977454V152.110545H198.283636L111.429818 282.065455H46.545455V69.259636C46.545455 33.792 82.664727 22.062545 98.955636 22.062545h812.683637c23.738182 0 45.056 15.173818 45.056 41.053091V169.425455v-17.221819z"></path></svg>',fM='<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m256-512v384l-256-192z"></path></svg>',dM='<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z"></path></svg>',pM='<svg viewBox="0 0 1024 1024"><path d="M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',hM='<svg viewBox="0 0 1024 1024"><path d="M972.8 793.6v102.4H256v-102.4h716.8z m0-230.4v102.4H51.2v-102.4h921.6z m0-230.4v102.4H256v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',gM='<svg viewBox="0 0 1024 1024"><path d="M870.4 793.6v102.4H153.6v-102.4h716.8z m102.4-230.4v102.4H51.2v-102.4h921.6z m-102.4-230.4v102.4H153.6v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',vM='<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z m0 192h1024v128H0z"></path></svg>',yM='<svg viewBox="0 0 1024 1024"><path d="M768 206.016v50.016h128v64h-192V174.016l128-60V64h-128V0h192v146.016zM676 256h-136L352 444 164 256H28l256 256-256 256h136L352 580 540 768h136l-256-256z"></path></svg>',mM='<svg viewBox="0 0 1024 1024"><path d="M768 910.016v50.016h128v64h-192v-146.016l128-60V768h-128v-64h192v146.016zM676 256h-136L352 444 164 256H28l256 256-256 256h136L352 580 540 768h136l-256-256z"></path></svg>',bM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mark="bold",t.title=p_("textStyle.bold"),t.iconSvg=eM,t.hotkey="mod+b",t}return kL(t,e),t}(QL),wM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mark="code",t.title=p_("textStyle.code"),t.iconSvg=oM,t.hotkey="mod+e",t}return kL(t,e),t}(QL),xM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mark="italic",t.title=p_("textStyle.italic"),t.iconSvg=nM,t.hotkey="mod+i",t}return kL(t,e),t}(QL),EM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mark="through",t.title=p_("textStyle.through"),t.iconSvg=rM,t.hotkey="mod+shift+x",t}return kL(t,e),t}(QL),SM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mark="underline",t.title=p_("textStyle.underline"),t.iconSvg=tM,t.hotkey="mod+u",t}return kL(t,e),t}(QL),CM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mark="sub",t.marksNeedToRemove=["sup"],t.title=p_("textStyle.sub"),t.iconSvg=mM,t.hotkey="",t}return kL(t,e),t}(QL),DM=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.mark="sup",t.marksNeedToRemove=["sub"],t.title=p_("textStyle.sup"),t.iconSvg=yM,t.hotkey="",t}return kL(t,e),t}(QL),OM=function(){function e(){this.title=p_("textStyle.clear"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M969.382408 288.738615l-319.401123-270.852152a67.074236 67.074236 0 0 0-96.459139 5.74922l-505.931379 574.922021a68.35184 68.35184 0 0 0-17.886463 47.910169 74.101061 74.101061 0 0 0 24.274486 47.910168l156.50655 132.232065h373.060512L975.131628 383.281347a67.074236 67.074236 0 0 0-5.74922-96.459139z m-440.134747 433.746725H264.144729l-90.071117-78.572676c-5.74922-5.74922-12.137243-12.137243-12.137243-17.886463a36.411728 36.411728 0 0 1 5.749221-24.274485l210.804741-240.828447 265.102932 228.691204z m-439.495945 180.781036h843.218964a60.047411 60.047411 0 1 1 0 120.733624H89.751716a60.047411 60.047411 0 1 1 0-120.733624z m0 0"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return XL(e)},e.prototype.exec=function(e,t){var n,r,o=Af.nodes(e,{match:function(e){return Xf.isText(e)},universal:!0});try{for(var i=FL(o),a=i.next();!a.done;a=i.next())JL(e,a.value[0])}catch(e){n={error:e}}finally{try{a&&!a.done&&(r=i.return)&&r.call(i)}finally{if(n)throw n.error}}},e}(),AM={renderStyle:function(e,t){var n=e,r=n.bold,o=n.italic,i=n.underline,a=n.code,u=n.through,s=n.sub,l=n.sup,c=t;return r&&(c=bg("strong",null,c)),a&&(c=bg("code",null,c)),o&&(c=bg("em",null,c)),i&&(c=bg("u",null,c)),u&&(c=bg("s",null,c)),s&&(c=bg("sub",null,c)),l&&(c=bg("sup",null,c)),c},menus:[{key:"bold",factory:function(){return new bM}},{key:"underline",factory:function(){return new SM}},{key:"italic",factory:function(){return new xM}},{key:"through",factory:function(){return new EM}},{key:"code",factory:function(){return new wM}},{key:"sub",factory:function(){return new CM}},{key:"sup",factory:function(){return new DM}},{key:"clearStyle",factory:function(){return new OM}}],styleToHtml:function(e,t){if(!Xf.isText(e))return t;if(EL(t))return zL(e,t);var n=Bp(t);if("br"===CL(n))return zL(e,"<br>");var r=n.html();return r=zL(e,r),n.html(r),SL(n)},parseStyleHtml:function(e,t,n){var r=Bp(e);if(!Xf.isText(t))return t;var o=t;return $L(r,"b,strong")&&(o.bold=!0),$L(r,"i,em")&&(o.italic=!0),$L(r,"u")&&(o.underline=!0),$L(r,"s,strike")&&(o.through=!0),$L(r,"sub")&&(o.sub=!0),$L(r,"sup")&&(o.sup=!0),$L(r,"code")&&(o.code=!0),o}};function kM(e){return function(t,n,r){return bg("h"+e,null,n)}}var TM={type:"header1",renderElem:kM(1)},BM={type:"header2",renderElem:kM(2)},PM={type:"header3",renderElem:kM(3)},FM={type:"header4",renderElem:kM(4)},_M={type:"header5",renderElem:kM(5)},jM=PN.PROPER,NM=RegExp.prototype,RM=NM.toString,IM=ej(LR),LM=$_((function(){return"/a/b"!=RM.call({source:"a",flags:"b"})})),MM=jM&&"toString"!=RM.name;(LM||MM)&&FN(RegExp.prototype,"toString",(function(){var e=iN(this),t=IR(e.source),n=e.flags;return"/"+t+"/"+IR(void 0===n&&hj(NM,e)&&!("flags"in NM)?IM(e):n)}),{unsafe:!0});var zM,$M=z_.TypeError,HM=function(e){if(eL(e))throw $M("The method doesn't accept regular expressions");return e},UM=Gj("match"),VM=function(e){var t=/./;try{"/./"[e](t)}catch(n){try{return t[UM]=!1,"/./"[e](t)}catch(e){}}return!1},ZM=nN.f,WM=ej("".startsWith),GM=ej("".slice),qM=Math.min,KM=VM("startsWith");function YM(e){var t=_L(Af.nodes(e,{match:function(e){return AA.getNodeType(e).startsWith("header")},universal:!0}),1),n=t[0];if(null==n)return"paragraph";var r=_L(n,1)[0];return AA.getNodeType(r)}function XM(e){return null==e.selection||!_L(Af.nodes(e,{match:function(e){var t=AA.getNodeType(e);return"paragraph"===t||!!t.startsWith("header")},universal:!0,mode:"highest"}),1)[0]}function JM(e,t){t&&gd.setNodes(e,{type:t})}sR({target:"String",proto:!0,forced:!(!KM&&(zM=ZM(String.prototype,"startsWith"),zM&&!zM.writable)||KM)},{startsWith:function(e){var t=IR(sj(this));HM(e);var n=zN(qM(arguments.length>1?arguments[1]:void 0,t.length)),r=IR(e);return WM?WM(t,r,n):GM(t,n,n+r.length)===r}});var QM=function(){function e(){this.title=p_("header.title"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M960 960c-51.2 0-102.4-3.2-153.6-3.2-51.2 0-99.2 3.2-150.4 3.2-19.2 0-28.8-22.4-28.8-38.4 0-51.2 57.6-28.8 86.4-48 19.2-12.8 19.2-60.8 19.2-80v-224-19.2c-9.6-3.2-19.2-3.2-28.8-3.2H320c-9.6 0-19.2 0-28.8 3.2V780.8c0 22.4 0 80 22.4 92.8 28.8 19.2 96-6.4 96 44.8 0 16-9.6 41.6-28.8 41.6-54.4 0-105.6-3.2-160-3.2-48 0-96 3.2-147.2 3.2-19.2 0-28.8-22.4-28.8-38.4 0-51.2 51.2-28.8 80-48 19.2-12.8 19.2-60.8 19.2-83.2V294.4c0-28.8 3.2-115.2-22.4-131.2-25.6-16-86.4 9.6-86.4-41.6 0-16 6.4-41.6 28.8-41.6 51.2 0 105.6 3.2 156.8 3.2 48 0 96-3.2 144-3.2 19.2 0 28.8 22.4 28.8 41.6 0 48-57.6 25.6-83.2 41.6-19.2 12.8-19.2 73.6-19.2 92.8v201.6c6.4 3.2 16 3.2 22.4 3.2h400c6.4 0 12.8 0 22.4-3.2V256c0-22.4 0-80-19.2-92.8-28.8-16-86.4 6.4-86.4-41.6 0-16 9.6-41.6 28.8-41.6 51.2 0 99.2 3.2 150.4 3.2 48 0 99.2-3.2 147.2-3.2 19.2 0 28.8 22.4 28.8 41.6 0 51.2-57.6 25.6-86.4 41.6-19.2 12.8-19.2 70.4-19.2 92.8v537.6c0 19.2 0 67.2 19.2 80 28.8 19.2 89.6-6.4 89.6 44.8 0 19.2-6.4 41.6-28.8 41.6z"></path></svg>',this.tag="select",this.width=60}return e.prototype.getOptions=function(e){var t=[{value:"header1",text:"H1",styleForRenderMenuList:{"font-size":"32px","font-weight":"bold"}},{value:"header2",text:"H2",styleForRenderMenuList:{"font-size":"24px","font-weight":"bold"}},{value:"header3",text:"H3",styleForRenderMenuList:{"font-size":"18px","font-weight":"bold"}},{value:"header4",text:"H4",styleForRenderMenuList:{"font-size":"16px","font-weight":"bold"}},{value:"header5",text:"H5",styleForRenderMenuList:{"font-size":"13px","font-weight":"bold"}},{value:"paragraph",text:p_("header.text")}],n=this.getValue(e).toString();return t.forEach((function(e){e.value===n?e.selected=!0:delete e.selected})),t},e.prototype.isActive=function(e){return!1},e.prototype.getValue=function(e){return YM(e)},e.prototype.isDisabled=function(e){return XM(e)},e.prototype.exec=function(e,t){JM(e,t.toString())},e}(),ez=function(){function e(){this.tag="button"}return e.prototype.getValue=function(e){return YM(e)},e.prototype.isActive=function(e){return this.getValue(e)===this.type},e.prototype.isDisabled=function(e){return XM(e)},e.prototype.exec=function(e,t){var n=this.type;JM(e,t===n?"paragraph":n)},e}(),tz=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="H1",t.type="header1",t}return kL(t,e),t}(ez),nz=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="H2",t.type="header2",t}return kL(t,e),t}(ez),rz=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="H3",t.type="header3",t}return kL(t,e),t}(ez),oz=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="H4",t.type="header4",t}return kL(t,e),t}(ez),iz=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="H5",t.type="header5",t}return kL(t,e),t}(ez),az={key:"headerSelect",factory:function(){return new QM}},uz={key:"header1",factory:function(){return new tz}},sz={key:"header2",factory:function(){return new nz}},lz={key:"header3",factory:function(){return new rz}},cz={key:"header4",factory:function(){return new oz}},fz={key:"header5",factory:function(){return new iz}};function dz(e){return function(t,n){return"<h"+e+">"+n+"</h"+e+">"}}function pz(e){return function(t,n,r){var o=Bp(t);return 0===(n=n.filter((function(e){return!!Xf.isText(e)||!!r.isInline(e)}))).length&&(n=[{text:o.text().replace(/\s+/gm," ")}]),{type:"header"+e,children:n}}}var hz={renderElems:[TM,BM,PM,FM,_M],elemsToHtml:[{type:"header1",elemToHtml:dz(1)},{type:"header2",elemToHtml:dz(2)},{type:"header3",elemToHtml:dz(3)},{type:"header4",elemToHtml:dz(4)},{type:"header5",elemToHtml:dz(5)}],parseElemsHtml:[{selector:"h1:not([data-w-e-type])",parseElemHtml:pz(1)},{selector:"h2:not([data-w-e-type])",parseElemHtml:pz(2)},{selector:"h3:not([data-w-e-type])",parseElemHtml:pz(3)},{selector:"h4:not([data-w-e-type])",parseElemHtml:pz(4)},{selector:"h5:not([data-w-e-type])",parseElemHtml:pz(5)}],menus:[az,uz,sz,lz,cz,fz],editorPlugin:function(e){var t=e.insertBreak;e.insertNode;var n=e;return n.insertBreak=function(){var r=_L(Af.nodes(n,{match:function(e){return AA.getNodeType(e).startsWith("header")},universal:!0}),1)[0];r&&AA.isSelectionAtLineEnd(e,r[1])?gd.insertNodes(n,{type:"paragraph",children:[{text:""}]},{mode:"highest"}):t()},n}},gz=Object.assign,vz=Object.defineProperty,yz=ej([].concat),mz=!gz||$_((function(){if(H_&&1!==gz({b:1},gz(vz({},"a",{enumerable:!0,get:function(){vz(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach((function(e){t[e]=e})),7!=gz({},e)[n]||UR(gz({},t)).join("")!=r}))?function(e,t){for(var n=Rj(e),r=arguments.length,o=1,i=YN.f,a=q_.f;r>o;)for(var u,s=aj(arguments[o++]),l=i?yz(UR(s),i(s)):UR(s),c=l.length,f=0;c>f;)u=l[f++],H_&&!V_(a,s,u)||(n[u]=s[u]);return n}:gz;function bz(e,t){null==e.data&&(e.data={});var n=e.data;null==n.style&&(n.style={}),Object.assign(n.style,t)}sR({target:"Object",stat:!0,forced:Object.assign!==mz},{assign:mz});var wz={selector:"font",preParseHtml:function(e){var t=Bp(e);if("font"!==CL(t))return e;var n=t.attr("color")||"";return n&&(t.removeAttr("color"),t.css("color",n)),t[0]}},xz=function(){function e(){this.tag="button",this.showDropPanel=!0,this.$content=null}return e.prototype.exec=function(e,t){},e.prototype.getValue=function(e){var t=this.mark,n=Af.marks(e);return n&&n[t]?n[t]:""},e.prototype.isActive=function(e){return!!this.getValue(e)},e.prototype.isDisabled=function(e){return null==e.selection||!!_L(Af.nodes(e,{match:function(t){return"pre"===AA.getNodeType(t)||!!Af.isVoid(e,t)},universal:!0}),1)[0]},e.prototype.getPanelContentElem=function(e){var t=this.mark;if(null==this.$content){var n=Bp('<ul class="w-e-panel-content-color"></ul>');n.on("click","li",(function(n){var r=n.target;if(null!=r&&(n.preventDefault(),null!=e.selection)){var o=Bp(r).attr("data-value");"0"===o?Af.removeMark(e,t):Af.addMark(e,t,o)}})),this.$content=n}var r=this.$content;if(null==r)return document.createElement("ul");r.empty();var o=this.getValue(e),i=e.getMenuConfig(t).colors;(void 0===i?[]:i).forEach((function(e){var t=Bp('<div class="color-block" data-value="'+e+'"></div>');t.css("background-color",e);var n=Bp('<li data-value="'+e+'"></li>');o===e&&n.addClass("active"),n.append(t),r.append(n)}));var a="";"color"===t&&(a=p_("color.default")),"bgColor"===t&&(a=p_("color.clear"));var u=Bp('\n <li data-value="0" class="clear">\n <svg viewBox="0 0 1024 1024"><path d="M236.8 128L896 787.2V128H236.8z m614.4 704L192 172.8V832h659.2zM192 64h704c38.4 0 64 25.6 64 64v704c0 38.4-25.6 64-64 64H192c-38.4 0-64-25.6-64-64V128c0-38.4 25.6-64 64-64z"></path></svg>\n '+a+"\n </li>\n ");return r.prepend(u),r[0]},e}(),Ez=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("color.color"),t.iconSvg=uM,t.mark="color",t}return kL(t,e),t}(xz),Sz=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("color.bgColor"),t.iconSvg=sM,t.mark="bgColor",t}return kL(t,e),t}(xz),Cz=["rgb(0, 0, 0)","rgb(38, 38, 38)","rgb(89, 89, 89)","rgb(140, 140, 140)","rgb(191, 191, 191)","rgb(217, 217, 217)","rgb(233, 233, 233)","rgb(245, 245, 245)","rgb(250, 250, 250)","rgb(255, 255, 255)","rgb(225, 60, 57)","rgb(231, 95, 51)","rgb(235, 144, 58)","rgb(245, 219, 77)","rgb(114, 192, 64)","rgb(89, 191, 192)","rgb(66, 144, 247)","rgb(54, 88, 226)","rgb(106, 57, 201)","rgb(216, 68, 147)","rgb(251, 233, 230)","rgb(252, 237, 225)","rgb(252, 239, 212)","rgb(252, 251, 207)","rgb(231, 246, 213)","rgb(218, 244, 240)","rgb(217, 237, 250)","rgb(224, 232, 250)","rgb(237, 225, 248)","rgb(246, 226, 234)","rgb(255, 163, 158)","rgb(255, 187, 150)","rgb(255, 213, 145)","rgb(255, 251, 143)","rgb(183, 235, 143)","rgb(135, 232, 222)","rgb(145, 213, 255)","rgb(173, 198, 255)","rgb(211, 173, 247)","rgb(255, 173, 210)","rgb(255, 77, 79)","rgb(255, 122, 69)","rgb(255, 169, 64)","rgb(255, 236, 61)","rgb(115, 209, 61)","rgb(54, 207, 201)","rgb(64, 169, 255)","rgb(89, 126, 247)","rgb(146, 84, 222)","rgb(247, 89, 171)","rgb(207, 19, 34)","rgb(212, 56, 13)","rgb(212, 107, 8)","rgb(212, 177, 6)","rgb(56, 158, 13)","rgb(8, 151, 156)","rgb(9, 109, 217)","rgb(29, 57, 196)","rgb(83, 29, 171)","rgb(196, 29, 127)","rgb(130, 0, 20)","rgb(135, 20, 0)","rgb(135, 56, 0)","rgb(97, 71, 0)","rgb(19, 82, 0)","rgb(0, 71, 79)","rgb(0, 58, 140)","rgb(6, 17, 120)","rgb(34, 7, 94)","rgb(120, 6, 80)"],Dz={renderStyle:function(e,t){var n=e,r=n.color,o=n.bgColor,i=t;return r&&bz(i,{color:r}),o&&bz(i,{backgroundColor:o}),i},styleToHtml:function(e,t){if(!Xf.isText(e))return t;var n,r=e,o=r.color,i=r.bgColor;return o||i?((EL(t)||"span"!==CL(n=Bp(t)))&&(n=Bp("<span>"+t+"</span>")),o&&n.css("color",o),i&&n.css("background-color",i),SL(n)):t},preParseHtml:[wz],parseStyleHtml:function(e,t,n){var r=Bp(e);if(!Xf.isText(t))return t;var o=t,i=DL(r,"color");i&&(o.color=i);var a=DL(r,"background-color");return a||(a=DL(r,"background")),a&&(o.bgColor=a),o},menus:[{key:"color",factory:function(){return new Ez},config:{colors:Cz}},{key:"bgColor",factory:function(){return new Sz},config:{colors:Cz}}]},Oz=/^(?:\w+:)?\/\/(\S+)$/,Az=/^localhost[\:?\d]*(?:[^\:?\d]\S*)?$/,kz=/^[^\s\.]+\.\S{2,}$/,Tz=UN.includes;function Bz(e){return void 0===e&&(e="r"),e+"-"+Dh()}function Pz(e){return e.replace(/</g,"<").replace(/>/g,">")}function Fz(e,t,n,r){return BL(this,void 0,void 0,(function(){var o,i;return PL(this,(function(a){switch(a.label){case 0:return(o=t.getMenuConfig(e).checkLink)?[4,o(n,r)]:[3,2];case 1:if("string"==typeof(i=a.sent()))return t.alert(i,"error"),[2,!1];if(null==i)return[2,!1];a.label=2;case 2:return[2,!0]}}))}))}function _z(e,t,n){return BL(this,void 0,void 0,(function(){var r;return PL(this,(function(o){switch(o.label){case 0:return(r=t.getMenuConfig(e).parseLinkUrl)?[4,r(n)]:[3,2];case 1:return[2,o.sent()];case 2:return[2,n]}}))}))}function jz(e){return null==e.selection||!!AA.getSelectedElems(e).some((function(t){var n=t.type;return!!e.isVoid(t)||!!["pre","code","link"].includes(n)||void 0}))}function Nz(e,t){return{type:"link",url:Pz(e),children:t?[{text:t}]:[]}}function Rz(e,t,n){return BL(this,void 0,void 0,(function(){var r,o,i;return PL(this,(function(a){switch(a.label){case 0:return n?(t||(t=n),e.restoreSelection(),jz(e)?[2]:[4,Fz("insertLink",e,t,n)]):[2];case 1:return a.sent()?[4,_z("insertLink",e,n)]:[2];case 2:return r=a.sent(),null==(o=e.selection)||(Vf.isCollapsed(o)?(e.insertText(" "),i=Nz(r,t),gd.insertNodes(e,i),e.insertFragment([{text:" "}])):Af.string(e,o)!==t?(e.deleteFragment(),i=Nz(r,t),gd.insertNodes(e,i)):(i=Nz(r),gd.wrapNodes(e,i,{split:!0}),gd.collapse(e,{edge:"end"}))),[2]}}))}))}sR({target:"Array",proto:!0},{includes:function(e){return Tz(this,e,arguments.length>1?arguments[1]:void 0)}}),YI("includes");var Iz={type:"link",renderElem:function(e,t,n){var r=e,o=r.url,i=r.target;return bg("a",{href:o,target:void 0===i?"_blank":i},t)}},Lz={selector:"a:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e);return 0===(t=t.filter((function(e){return!!Xf.isText(e)||!!n.isInline(e)}))).length&&(t=[{text:r.text().replace(/\s+/gm," ")}]),{type:"link",url:r.attr("href")||"",target:r.attr("target")||"",children:t}}};function Mz(){return Bz("w-e-insert-link")}var zz=function(){function e(){this.title=p_("link.insert"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M440.224 635.776a51.84 51.84 0 0 1-36.768-15.232c-95.136-95.136-95.136-249.92 0-345.056l192-192C641.536 37.408 702.816 12.032 768 12.032s126.432 25.376 172.544 71.456c95.136 95.136 95.136 249.92 0 345.056l-87.776 87.776a51.968 51.968 0 1 1-73.536-73.536l87.776-87.776a140.16 140.16 0 0 0 0-197.984c-26.432-26.432-61.6-40.992-99.008-40.992s-72.544 14.56-99.008 40.992l-192 192a140.16 140.16 0 0 0 0 197.984 51.968 51.968 0 0 1-36.768 88.768z"></path><path d="M256 1012a242.4 242.4 0 0 1-172.544-71.456c-95.136-95.136-95.136-249.92 0-345.056l87.776-87.776a51.968 51.968 0 1 1 73.536 73.536l-87.776 87.776a140.16 140.16 0 0 0 0 197.984c26.432 26.432 61.6 40.992 99.008 40.992s72.544-14.56 99.008-40.992l192-192a140.16 140.16 0 0 0 0-197.984 51.968 51.968 0 1 1 73.536-73.536c95.136 95.136 95.136 249.92 0 345.056l-192 192A242.4 242.4 0 0 1 256 1012z"></path></svg>',this.tag="button",this.showModal=!0,this.modalWidth=300,this.$content=null,this.textInputId=Mz(),this.urlInputId=Mz(),this.buttonId=Mz()}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){return jz(e)},e.prototype.getModalPositionNode=function(e){return null},e.prototype.getModalContentElem=function(e){var t=e.selection,n=this,r=n.textInputId,o=n.urlInputId,i=n.buttonId,a=_L(XP(p_("link.text"),r),2),u=a[0],s=Bp(a[1]),l=_L(XP(p_("link.url"),o),2),c=l[0],f=Bp(l[1]),d=_L(JP(i,p_("common.ok")),1)[0];if(null==this.$content){var p=Bp("<div></div>");p.on("click","#"+i,(function(t){t.preventDefault();var n=p.find("#"+r).val(),i=p.find("#"+o).val();Rz(e,n,i),e.hidePanelOrModal()})),this.$content=p}var h=this.$content;if(h.empty(),h.append(u),h.append(c),h.append(d),null==t||Vf.isCollapsed(t))s.val("");else{var g=Af.string(e,t);s.val(g)}return f.val(""),setTimeout((function(){s.focus()})),h[0]},e}();function $z(){return Bz("w-e-update-link")}var Hz=function(){function e(){this.title=p_("link.edit"),this.iconSvg=iM,this.tag="button",this.showModal=!0,this.modalWidth=300,this.$content=null,this.urlInputId=$z(),this.buttonId=$z()}return e.prototype.getSelectedLinkElem=function(e){var t=AA.getSelectedNodeByType(e,"link");return null==t?null:t},e.prototype.getValue=function(e){var t=this.getSelectedLinkElem(e);return t&&t.url||""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){return null==e.selection||null==this.getSelectedLinkElem(e)},e.prototype.getModalPositionNode=function(e){return AA.getSelectedNodeByType(e,"link")},e.prototype.getModalContentElem=function(e){var t=this.urlInputId,n=this.buttonId,r=_L(XP(p_("link.url"),t),2),o=r[0],i=Bp(r[1]),a=_L(JP(n,p_("common.ok")),1)[0];if(null==this.$content){var u=Bp("<div></div>");u.on("click","button",(function(n){n.preventDefault(),e.restoreSelection();var r=AA.getSelectedNodeByType(e,"link"),o=r?Ff.string(r):"",i=u.find("#"+t).val();!function(e,t,n){BL(this,void 0,void 0,(function(){var r,o;return PL(this,(function(i){switch(i.label){case 0:return n?[4,Fz("editLink",e,t,n)]:[2];case 1:return i.sent()?[4,_z("editLink",e,n)]:[2];case 2:return r=i.sent(),o={url:Pz(r)},gd.setNodes(e,o,{match:function(e){return AA.checkNodeType(e,"link")}}),[2]}}))}))}(e,o,i),e.hidePanelOrModal()})),this.$content=u}var s=this.$content;s.empty(),s.append(o),s.append(a);var l=this.getValue(e);return i.val(l),setTimeout((function(){i.focus()})),s[0]},e}(),Uz=function(){function e(){this.title=p_("link.unLink"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M608.16328 811.815036c9.371954 9.371954 9.371954 24.56788 0 33.941834l-89.347563 89.347564c-118.525421 118.523421-311.38448 118.531421-429.919901 0-118.527421-118.529421-118.527421-311.39048 0-429.917901l89.349564-89.349563c9.371954-9.371954 24.56788-9.371954 33.941834 0l79.195613 79.195613c9.371954 9.371954 9.371954 24.56788 0 33.941834l-89.349563 89.347564c-56.143726 56.145726-56.143726 147.49928 0 203.645005 56.143726 56.143726 147.49928 56.145726 203.647005 0l89.347564-89.347563c9.371954-9.371954 24.56788-9.371954 33.941834 0l79.193613 79.195613z m-113.135447-520.429459c9.371954 9.371954 24.56788 9.371954 33.941834 0l89.347564-89.347564c56.143726-56.149726 147.49928-56.145726 203.647006 0 56.143726 56.145726 56.143726 147.49928 0 203.645006l-89.349564 89.347564c-9.371954 9.371954-9.371954 24.56788 0 33.941834l79.195613 79.195613c9.371954 9.371954 24.56788 9.371954 33.941834 0l89.349564-89.349563c118.529421-118.529421 118.529421-311.38848 0-429.917901-118.531421-118.527421-311.38848-118.527421-429.919901 0l-89.347563 89.347564c-9.371954 9.371954-9.371954 24.56788 0 33.941834l79.193613 79.195613z m469.653707 718.556492l45.253779-45.253779c18.745908-18.745908 18.745908-49.13776 0-67.881669L127.195629 14.062931c-18.745908-18.745908-49.13776-18.745908-67.881669 0L14.058181 59.31871c-18.745908 18.745908-18.745908 49.13776 0 67.881669l882.74169 882.74169c18.745908 18.743908 49.13776 18.743908 67.881669 0z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection||null==AA.getSelectedNodeByType(e,"link")},e.prototype.exec=function(e,t){this.isDisabled(e)||gd.unwrapNodes(e,{match:function(e){return AA.checkNodeType(e,"link")}})},e}(),Vz=function(){function e(){this.title=p_("link.view"),this.iconSvg=aM,this.tag="button"}return e.prototype.getSelectedLinkElem=function(e){var t=AA.getSelectedNodeByType(e,"link");return null==t?null:t},e.prototype.getValue=function(e){var t=this.getSelectedLinkElem(e);return t&&t.url||""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection||null==this.getSelectedLinkElem(e)},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){if(!t||"string"!=typeof t)throw new Error("View link failed, link url is '"+t+"'");window.open(t,"_blank")}},e}(),Zz={checkLink:function(e,t){return!0},parseLinkUrl:function(e){return e}},Wz={renderElems:[Iz],elemsToHtml:[{type:"link",elemToHtml:function(e,t){var n=e,r=n.url,o=n.target;return'<a href="'+r+'" target="'+(void 0===o?"_blank":o)+'">'+t+"</a>"}}],parseElemsHtml:[Lz],menus:[{key:"insertLink",factory:function(){return new zz},config:Zz},{key:"editLink",factory:function(){return new Hz},config:Zz},{key:"unLink",factory:function(){return new Uz}},{key:"viewLink",factory:function(){return new Vz}}],editorPlugin:function(e){var t=e.isInline,n=e.insertData,r=e.normalizeNode;e.insertNode,e.insertText;var o=e;return o.isInline=function(e){return"link"===e.type||t(e)},o.insertData=function(e){var t=e.getData("text/plain");if(function(e){if("string"!=typeof e)return!1;var t=e.match(Oz);if(!t)return!1;var n=t[1];return!(!n||!Az.test(n)&&!kz.test(n))}(t)){if(!jz(o)){var r=o.selection;if(null!=r){var i=Af.string(o,r);Rz(o,i,t)}}}else n(e)},o.normalizeNode=function(e){var t=_L(e,2),n=t[0],i=t[1];return"link"!==AA.getNodeType(n)?r([n,i]):""===Ff.string(n)?gd.removeNodes(o,{at:i}):r([n,i])},o}},Gz=ej(1..valueOf),qz=z_.RangeError,Kz=z_.RangeError,Yz=z_.String,Xz=Math.floor,Jz=ej((function(e){var t=IR(sj(this)),n="",r=NN(e);if(r<0||r==1/0)throw qz("Wrong number of repetitions");for(;r>0;(r>>>=1)&&(t+=t))1&r&&(n+=t);return n})),Qz=ej("".slice),e$=ej(1..toFixed),t$=function(e,t,n){return 0===t?n:t%2==1?t$(e,t-1,n*e):t$(e*e,t/2,n)},n$=function(e,t,n){for(var r=-1,o=n;++r<6;)o+=t*e[r],e[r]=o%1e7,o=Xz(o/1e7)},r$=function(e,t){for(var n=6,r=0;--n>=0;)r+=e[n],e[n]=Xz(r/t),r=r%t*1e7},o$=function(e){for(var t=6,n="";--t>=0;)if(""!==n||0===t||0!==e[t]){var r=Yz(e[t]);n=""===n?r:n+Jz("0",7-r.length)+r}return n};function i$(e,t){return"w-e-image-container-"+AA.findKey(e,t).id}sR({target:"Number",proto:!0,forced:$_((function(){return"0.000"!==e$(8e-5,3)||"1"!==e$(.9,0)||"1.25"!==e$(1.255,2)||"1000000000000000128"!==e$(0xde0b6b3a7640080,0)}))||!$_((function(){e$({})}))},{toFixed:function(e){var t,n,r,o,i=Gz(this),a=NN(e),u=[0,0,0,0,0,0],s="",l="0";if(a<0||a>20)throw Kz("Incorrect fraction digits");if(i!=i)return"NaN";if(i<=-1e21||i>=1e21)return Yz(i);if(i<0&&(s="-",i=-i),i>1e-21)if(n=(t=function(e){for(var t=0,n=e;n>=4096;)t+=12,n/=4096;for(;n>=2;)t+=1,n/=2;return t}(i*t$(2,69,1))-69)<0?i*t$(2,-t,1):i/t$(2,t,1),n*=4503599627370496,(t=52-t)>0){for(n$(u,0,n),r=a;r>=7;)n$(u,1e7,0),r-=7;for(n$(u,t$(10,r,1),0),r=t-1;r>=23;)r$(u,1<<23),r-=23;r$(u,1<<r),n$(u,1,1),r$(u,2),l=o$(u)}else n$(u,0,n),n$(u,1<<-t,0),l=o$(u)+Jz("0",a);return a>0?s+((o=l.length)<=a?"0."+Jz("0",a-o)+l:Qz(l,0,o-a)+"."+Qz(l,o-a)):s+l}});var a$={type:"image",renderElem:function(e,t,n){var r=e,o=r.src,i=r.alt,a=void 0===i?"":i,u=r.href,s=void 0===u?"":u,l=r.style,c=void 0===l?{}:l,f=c.width,d=void 0===f?"":f,p=c.height,h=void 0===p?"":p,g=AA.isNodeSelected(n,e),v={};d&&(v.width="100%"),h&&(v.height="100%");var y=bg("img",{style:v,src:o,alt:a,"data-href":s}),m=n.isDisabled();return g&&!m?function(e,t,n,r){var o=Bp("body"),i=i$(e,t),a=r.width,u=r.height,s=0,l=0,c=0,f=!1,d=null;function p(t){d=function(){var e=Bp("#"+i);if(0===e.length)throw new Error("Cannot find image container elem");return e}(),s=t;var n=d.find("img");if(0===n.length)throw new Error("Cannot find image elem");l=n.width(),c=n.height(),o.on("mousemove",h),o.on("mouseup",g);var r=AA.getHoverbar(e);r&&r.hideAndClean()}var h=zh((function(e){e.preventDefault();var t=e.clientX,n=l+(f?s-t:t-s),r=c*(n/l);null!=d&&(n<=15||r<=15||(d.css("width",n+"px"),d.css("height",r+"px")))}),100);function g(n){if(o.off("mousemove",h),null!=d){var r=d.width().toFixed(2),i=d.height().toFixed(2),a={style:TL(TL({},t.style),{width:r+"px",height:i+"px"})};gd.setNodes(e,a,{at:AA.findPath(e,t)}),o.off("mouseup",g)}}var v={};return a&&(v.width=a),u&&(v.height=u),bg("div",{id:i,style:v,className:"w-e-image-container w-e-selected-image-container",on:{mousedown:function(e){var t=Bp(e.target);t.hasClass("w-e-image-dragger")&&(e.preventDefault(),(t.hasClass("left-top")||t.hasClass("left-bottom"))&&(f=!0),p(e.clientX))}}},n,bg("div",{className:"w-e-image-dragger left-top"}),bg("div",{className:"w-e-image-dragger right-top"}),bg("div",{className:"w-e-image-dragger left-bottom"}),bg("div",{className:"w-e-image-dragger right-bottom"}))}(n,e,y,{width:d,height:h}):function(e,t,n,r){var o=r.width,i=r.height,a={};return o&&(a.width=o),i&&(a.height=i),bg("div",{id:i$(e,t),style:a,className:"w-e-image-container"},n)}(n,e,y,{width:d,height:h})}},u$={selector:"img:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e),o=r.attr("data-href")||"";return o=decodeURIComponent(o),{type:"image",src:r.attr("src")||"",alt:r.attr("alt")||"",href:o,style:{width:DL(r,"width"),height:DL(r,"height")},children:[{text:""}]}}};function s$(e,t,n,r,o){return void 0===r&&(r=""),void 0===o&&(o=""),BL(this,void 0,void 0,(function(){var i,a;return PL(this,(function(u){switch(u.label){case 0:return(i=t.getMenuConfig(e).checkImage)?[4,i(n,r,o)]:[3,2];case 1:if("string"==typeof(a=u.sent()))return t.alert(a,"error"),[2,!1];if(null==a)return[2,!1];u.label=2;case 2:return[2,!0]}}))}))}function l$(e,t,n){return BL(this,void 0,void 0,(function(){var r;return PL(this,(function(o){switch(o.label){case 0:return(r=t.getMenuConfig(e).parseImageSrc)?[4,r(n)]:[3,2];case 1:return[2,o.sent()];case 2:return[2,n]}}))}))}function c$(e,t,n,r){return void 0===n&&(n=""),void 0===r&&(r=""),BL(this,void 0,void 0,(function(){var o,i,a;return PL(this,(function(u){switch(u.label){case 0:return[4,s$("insertImage",e,t,n,r)];case 1:return u.sent()?[4,l$("insertImage",e,t)]:[2];case 2:return o=u.sent(),i={type:"image",src:Pz(o),href:r,alt:n,style:{},children:[{text:""}]},null===e.selection&&e.restoreSelection(),AA.getSelectedNodeByType(e,"image")&&e.move(1),f$(e)||(gd.insertNodes(e,i),(a=e.getMenuConfig("insertImage").onInsertedImage)&&a(i)),[2]}}))}))}function f$(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||!!_L(Af.nodes(e,{match:function(t){var n=AA.getNodeType(t);return"code"===n||"pre"===n||"link"===n||"list-item"===n||!!n.startsWith("header")||"blockquote"===n||!!Af.isVoid(e,t)},universal:!0}),1)[0]}function d$(){return Bz("w-e-insert-image")}var p$=function(){function e(){this.title=p_("image.netImage"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>',this.tag="button",this.showModal=!0,this.modalWidth=300,this.$content=null,this.srcInputId=d$(),this.altInputId=d$(),this.hrefInputId=d$(),this.buttonId=d$()}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){return f$(e)},e.prototype.getModalPositionNode=function(e){return null},e.prototype.getModalContentElem=function(e){var t=this,n=this,r=n.srcInputId,o=n.altInputId,i=n.hrefInputId,a=n.buttonId,u=_L(XP(p_("image.src"),r),2),s=u[0],l=Bp(u[1]),c=_L(XP(p_("image.desc"),o),2),f=c[0],d=Bp(c[1]),p=_L(XP(p_("image.link"),i),2),h=p[0],g=Bp(p[1]),v=_L(JP(a,p_("common.ok")),1)[0];if(null==this.$content){var y=Bp("<div></div>");y.on("click","#"+a,(function(n){n.preventDefault();var a=y.find("#"+r).val().trim(),u=y.find("#"+o).val().trim(),s=y.find("#"+i).val().trim();t.insertImage(e,a,u,s),e.hidePanelOrModal()})),this.$content=y}var m=this.$content;return m.empty(),m.append(s),m.append(f),m.append(h),m.append(v),l.val(""),d.val(""),g.val(""),setTimeout((function(){l.focus()})),m[0]},e.prototype.insertImage=function(e,t,n,r){void 0===n&&(n=""),void 0===r&&(r=""),t&&(e.restoreSelection(),this.isDisabled(e)||c$(e,t,n,r))},e}(),h$=function(){function e(){this.title=p_("image.delete"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M826.8032 356.5312c-19.328 0-36.3776 15.6928-36.3776 35.0464v524.2624c0 19.328-16 34.56-35.328 34.56H264.9344c-19.328 0-35.5072-15.3088-35.5072-34.56V390.0416c0-19.328-14.1568-35.0464-33.5104-35.0464s-33.5104 15.6928-33.5104 35.0464V915.712c0 57.9328 44.6208 108.288 102.528 108.288H755.2c57.9328 0 108.0832-50.4576 108.0832-108.288V391.4752c-0.1024-19.2512-17.1264-34.944-36.48-34.944z" p-id="9577"></path><path d="M437.1712 775.7568V390.6048c0-19.328-14.1568-35.0464-33.5104-35.0464s-33.5104 15.616-33.5104 35.0464v385.152c0 19.328 14.1568 35.0464 33.5104 35.0464s33.5104-15.7184 33.5104-35.0464zM649.7024 775.7568V390.6048c0-19.328-17.0496-35.0464-36.3776-35.0464s-36.3776 15.616-36.3776 35.0464v385.152c0 19.328 17.0496 35.0464 36.3776 35.0464s36.3776-15.7184 36.3776-35.0464zM965.0432 217.0368h-174.6176V145.5104c0-57.9328-47.2064-101.76-104.6528-101.76h-350.976c-57.8304 0-105.3952 43.8528-105.3952 101.76v71.5264H54.784c-19.4304 0-35.0464 14.1568-35.0464 33.5104 0 19.328 15.616 33.5104 35.0464 33.5104h910.3616c19.328 0 35.0464-14.1568 35.0464-33.5104 0-19.3536-15.6928-33.5104-35.1488-33.5104z m-247.3728 0H297.3952V145.5104c0-19.328 18.2016-34.7648 37.4272-34.7648h350.976c19.1488 0 31.872 15.1296 31.872 34.7648v71.5264z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection||null==AA.getSelectedNodeByType(e,"image")},e.prototype.exec=function(e,t){this.isDisabled(e)||gd.removeNodes(e,{match:function(e){return AA.checkNodeType(e,"image")}})},e}();function g$(){return Bz("w-e-edit-image")}var v$=function(){function e(){this.title=p_("image.edit"),this.iconSvg=iM,this.tag="button",this.showModal=!0,this.modalWidth=300,this.$content=null,this.srcInputId=g$(),this.altInputId=g$(),this.hrefInputId=g$(),this.buttonId=g$()}return e.prototype.getValue=function(e){return""},e.prototype.getImageNode=function(e){return AA.getSelectedNodeByType(e,"image")},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||null==AA.getSelectedNodeByType(e,"image")},e.prototype.getModalPositionNode=function(e){return this.getImageNode(e)},e.prototype.getModalContentElem=function(e){var t=this,n=this,r=n.srcInputId,o=n.altInputId,i=n.hrefInputId,a=n.buttonId,u=this.getImageNode(e);if(null==u)throw new Error("Not found selected image node");var s=_L(XP(p_("image.src"),r),2),l=s[0],c=Bp(s[1]),f=_L(XP(p_("image.desc"),o),2),d=f[0],p=Bp(f[1]),h=_L(XP(p_("image.link"),i),2),g=h[0],v=Bp(h[1]),y=_L(JP(a,p_("common.ok")),1)[0];if(null==this.$content){var m=Bp("<div></div>");m.on("click","#"+a,(function(n){n.preventDefault();var a=m.find("#"+r).val(),u=m.find("#"+o).val(),s=m.find("#"+i).val();t.updateImage(e,a,u,s),e.hidePanelOrModal()})),this.$content=m}var b=this.$content;b.empty(),b.append(l),b.append(d),b.append(g),b.append(y);var w=u,x=w.src,E=w.alt,S=void 0===E?"":E,C=w.href,D=void 0===C?"":C;return c.val(x),p.val(S),v.val(D),setTimeout((function(){c.focus()})),b[0]},e.prototype.updateImage=function(e,t,n,r,o){void 0===n&&(n=""),void 0===r&&(r=""),void 0===o&&(o={}),t&&(e.restoreSelection(),this.isDisabled(e)||function(e,t,n,r,o){void 0===n&&(n=""),void 0===r&&(r=""),void 0===o&&(o={}),BL(this,void 0,void 0,(function(){var i,a,u,s,l,c;return PL(this,(function(f){switch(f.label){case 0:return[4,s$("editImage",e,t,n,r)];case 1:return f.sent()?[4,l$("editImage",e,t)]:[2];case 2:return i=f.sent(),null==(a=AA.getSelectedNodeByType(e,"image"))||(u=a.style,s={src:i,alt:n,href:r,style:TL(TL({},void 0===u?{}:u),o)},gd.setNodes(e,s,{match:function(e){return AA.checkNodeType(e,"image")}}),l=AA.getSelectedNodeByType(e,"image"),(c=e.getMenuConfig("editImage").onUpdatedImage)&&c(l)),[2]}}))}))}(e,t,n,r,o))},e}(),y$=function(){function e(){this.title=p_("image.viewLink"),this.iconSvg=aM,this.tag="button"}return e.prototype.getValue=function(e){var t=AA.getSelectedNodeByType(e,"image");return t&&t.href||""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection||!this.getValue(e)},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){if(!t||"string"!=typeof t)throw new Error("View image link failed, image.href is '"+t+"'");window.open(t,"_blank")}},e}(),m$=function(){function e(){this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.getSelectedNode=function(e){return AA.getSelectedNodeByType(e,"image")},e.prototype.isDisabled=function(e){return null==e.selection||null==this.getSelectedNode(e)},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n=this.getSelectedNode(e);if(null!=n){var r=AA.getHoverbar(e);r&&r.hideAndClean();var o=n.style,i={style:TL(TL({},void 0===o?{}:o),{width:this.value,height:""})};gd.setNodes(e,i,{match:function(e){return AA.checkNodeType(e,"image")}})}}},e}(),b$=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="30%",t.value="30%",t}return kL(t,e),t}(m$),w$=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="50%",t.value="50%",t}return kL(t,e),t}(m$),x$=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title="100%",t.value="100%",t}return kL(t,e),t}(m$),E$={onInsertedImage:function(e){},onUpdatedImage:function(e){},checkImage:function(e,t,n){return!0},parseImageSrc:function(e){return e}},S$={renderElems:[a$],elemsToHtml:[{type:"image",elemToHtml:function(e,t){var n=e,r=n.src,o=n.alt,i=void 0===o?"":o,a=n.href,u=void 0===a?"":a,s=n.style,l=void 0===s?{}:s,c=l.width,f=void 0===c?"":c,d=l.height,p=void 0===d?"":d,h="";return f&&(h+="width: "+f+";"),p&&(h+="height: "+p+";"),'<img src="'+r+'" alt="'+i+'" data-href="'+u+'" style="'+h+'"/>'}}],parseElemsHtml:[u$],menus:[{key:"insertImage",factory:function(){return new p$},config:E$},{key:"deleteImage",factory:function(){return new h$}},{key:"editImage",factory:function(){return new v$},config:E$},{key:"viewImageLink",factory:function(){return new y$}},{key:"imageWidth30",factory:function(){return new b$}},{key:"imageWidth50",factory:function(){return new w$}},{key:"imageWidth100",factory:function(){return new x$}}],editorPlugin:function(e){var t=e.isInline,n=e.isVoid;e.insertNode;var r=e;return r.isInline=function(e){return"image"===e.type||t(e)},r.isVoid=function(e){return"image"===e.type||n(e)},r}},C$={type:"todo",renderElem:function(e,t,n){var r=!1;n.isDisabled()&&(r=!0);var o=bg("div",{style:{margin:"5px 0"}},bg("span",{contentEditable:!1,style:{marginRight:"0.5em"}},bg("input",{type:"checkbox",checked:e.checked,disabled:r,on:{change:function(t){var r=AA.findPath(n,e),o={checked:t.target.checked};gd.setNodes(n,o,{at:r})}}})),bg("span",null,t));return o}},D$=function(){function e(){this.title=p_("todo.todo"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M278.755556 403.911111l-79.644445 79.644445L455.111111 739.555556l568.888889-568.888889-79.644444-79.644445L455.111111 580.266667l-176.355555-176.355556zM910.222222 910.222222H113.777778V113.777778h568.888889V0H113.777778C51.2 0 0 51.2 0 113.777778v796.444444c0 62.577778 51.2 113.777778 113.777778 113.777778h796.444444c62.577778 0 113.777778-51.2 113.777778-113.777778V455.111111h-113.777778v455.111111z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!!AA.getSelectedNodeByType(e,"todo")},e.prototype.isDisabled=function(e){return null==e.selection||!!AA.getSelectedElems(e).some((function(t){if(Af.isVoid(e,t)&&Af.isBlock(e,t))return!0;var n=t.type;return!!["pre","table","list-item"].includes(n)||void 0}))},e.prototype.exec=function(e,t){var n=this.isActive(e);gd.setNodes(e,{type:n?"paragraph":"todo"})},e}(),O$={selector:'div[data-w-e-type="todo"]',parseElemHtml:function(e,t,n){var r=Bp(e);0===(t=t.filter((function(e){return!!Xf.isText(e)||!!n.isInline(e)}))).length&&(t=[{text:r.text().replace(/\s+/gm," ")}]);var o=!1;return null!=r.find('input[type="checkbox"]').attr("checked")&&(o=!0),{type:"todo",checked:o,children:t}}},A$={renderElems:[C$],elemsToHtml:[{type:"todo",elemToHtml:function(e,t){return'<div data-w-e-type="todo"><input type="checkbox" disabled '+(e.checked?"checked":"")+">"+t+"</div>"}}],preParseHtml:[{selector:"ul.w-e-todo",preParseHtml:function(e){var t=Bp(e).find("li"),n=Bp('<div data-w-e-type="todo"></div>'),r=t.find("input[type]");return n.append(r),t.children()[0].remove(),n[0].innerHTML=n[0].innerHTML+t[0].innerHTML,n[0]}}],parseElemsHtml:[O$],menus:[{key:"todo",factory:function(){return new D$}}],editorPlugin:function(e){var t=e.deleteBackward,n=e;return n.deleteBackward=function(n){var r=e.selection;if(r&&Vf.isCollapsed(r)){var o=AA.getSelectedNodeByType(e,"todo");if(o&&0===Ff.string(o).length)return void gd.setNodes(e,{type:"paragraph"},{mode:"highest"})}t(n)},n}},k$={type:"blockquote",renderElem:function(e,t,n){return bg("blockquote",null,t)}},T$={selector:"blockquote:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e);return 0===(t=t.filter((function(e){return!!Xf.isText(e)||!!n.isInline(e)}))).length&&(t=[{text:r.text().replace(/\s+/gm," ")}]),{type:"blockquote",children:t}}},B$=function(){function e(){this.title=p_("blockQuote.title"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M894.6 907.1H605.4c-32.6 0-59-26.4-59-59V608.2l-4-14.9c0-315.9 125.5-485.1 376.5-507.5v59.8C752.7 180.4 711.3 315.8 711.3 442.4v41.2l31.5 12.3h151.8c32.6 0 59 26.4 59 59v293.2c0 32.5-26.4 59-59 59z m-472 0H133.4c-32.6 0-59-26.4-59-59V608.2l-4-14.9c0-315.9 125.5-485.1 376.5-507.5v59.8C280.7 180.4 239.3 315.8 239.3 442.4v41.2l31.5 12.3h151.8c32.6 0 59 26.4 59 59v293.2c0 32.5-26.4 59-59 59z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!!AA.getSelectedNodeByType(e,"blockquote")},e.prototype.isDisabled=function(e){return null==e.selection||!_L(Af.nodes(e,{match:function(e){var t=AA.getNodeType(e);return"paragraph"===t||"blockquote"===t},universal:!0,mode:"highest"}),1)[0]},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n=this.isActive(e)?"paragraph":"blockquote";gd.setNodes(e,{type:n},{mode:"highest"})}},e}(),P$={key:"blockquote",factory:function(){return new B$}},F$=ej([].slice),_$=FR("slice"),j$=Gj("species"),N$=z_.Array,R$=Math.max;sR({target:"Array",proto:!0,forced:!_$},{slice:function(e,t){var n,r,o,i=lj(this),a=$N(i),u=LN(e,a),s=LN(void 0===t?a:t,a);if(cR(i)&&(n=i.constructor,(CR(n)&&(n===N$||cR(n.prototype))||fj(n)&&null===(n=n[j$]))&&(n=void 0),n===N$||void 0===n))return F$(i,u,s);for(r=new(void 0===n?N$:n)(R$(s-u,0)),o=0;u<s;u++,o++)u in i&&rL(r,o,i[u]);return r.length=o,r}});var I$={renderElems:[k$],elemsToHtml:[{type:"blockquote",elemToHtml:function(e,t){return"<blockquote>"+t+"</blockquote>"}}],parseElemsHtml:[T$],menus:[P$],editorPlugin:function(e){var t=e.insertBreak,n=e.insertText,r=e;return r.insertBreak=function(){var o=r.selection;if(null==o)return t();var i=_L(Af.nodes(e,{match:function(e){return AA.checkNodeType(e,"blockquote")},universal:!0}),1)[0];if(!i)return t();var a=i[0],u=AA.findPath(e,a),s=Af.end(e,u);if(zf.equals(s,o.focus)){var l=Ff.string(a);if(l&&"\n"===l.slice(-1))return e.deleteBackward("character"),void gd.insertNodes(r,{type:"paragraph",children:[{text:""}]},{mode:"highest"})}n("\n")},r}},L$=function(){function e(){this.title=p_("emotion.title"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M512 1024C230.4 1024 0 793.6 0 512S230.4 0 512 0s512 230.4 512 512-230.4 512-512 512z m0-102.4c226.742857 0 409.6-182.857143 409.6-409.6S738.742857 102.4 512 102.4 102.4 285.257143 102.4 512s182.857143 409.6 409.6 409.6z m-204.8-358.4h409.6c0 113.371429-91.428571 204.8-204.8 204.8s-204.8-91.428571-204.8-204.8z m0-102.4c-43.885714 0-76.8-32.914286-76.8-76.8s32.914286-76.8 76.8-76.8 76.8 32.914286 76.8 76.8-32.914286 76.8-76.8 76.8z m409.6 0c-43.885714 0-76.8-32.914286-76.8-76.8s32.914286-76.8 76.8-76.8c43.885714 0 76.8 32.914286 76.8 76.8s-32.914286 76.8-76.8 76.8z"></path></svg>',this.tag="button",this.showDropPanel=!0,this.$content=null}return e.prototype.exec=function(e,t){},e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection||!!_L(Af.nodes(e,{match:function(t){return"pre"===AA.getNodeType(t)||!!Af.isVoid(e,t)},universal:!0}),1)[0]},e.prototype.getPanelContentElem=function(e){if(null==this.$content){var t=Bp('<ul class="w-e-panel-content-emotion"></ul>');t.on("click","li",(function(t){var n=t.target;if(null!=n){t.preventDefault();var r=Bp(n).text();e.insertText(r)}})),this.$content=t}var n=this.$content;if(null==n)return document.createElement("ul");n.empty();var r=e.getMenuConfig("emotion").emotions;return(void 0===r?[]:r).forEach((function(e){var t=Bp("<li>"+e+"</li>");n.append(t)})),n[0]},e}(),M$={menus:[{key:"emotion",factory:function(){return new L$},config:{emotions:"😀 😃 😄 😁 😆 😅 😂 🤣 😊 😇 🙂 🙃 😉 😌 😍 😘 😗 😙 😚 😋 😛 😝 😜 🤓 😎 😏 😒 😞 😔 😟 😕 🙁 😣 😖 😫 😩 😢 😭 😤 😠 😡 😳 😱 😨 🤗 🤔 😶 😑 😬 🙄 😯 😴 😷 🤑 😈 🤡 💩 👻 💀 👀 👣 👐 🙌 👏 🤝 👍 👎 👊 ✊ 🤛 🤜 🤞 ✌️ 🤘 👌 👈 👉 👆 👇 ☝️ ✋ 🤚 🖐 🖖 👋 🤙 💪 🖕 ✍️ 🙏".split(" ")}}]},z$={1:"12px",2:"14px",3:"16px",4:"19px",5:"24px",6:"32px",7:"48px"},$$={selector:"font",preParseHtml:function(e){var t=Bp(e);if("font"!==CL(t))return e;var n=t.attr("size")||"";n&&(t.removeAttr("size"),t.css("font-size",z$[n]));var r=t.attr("face")||"";return r&&(t.removeAttr("face"),t.css("font-family",r)),t[0]}},H$=ej("".indexOf);sR({target:"String",proto:!0,forced:!VM("includes")},{includes:function(e){return!!~H$(IR(sj(this)),IR(HM(e)),arguments.length>1?arguments[1]:void 0)}});var U$,V$,Z$=function(e){return e&&e.Math==Math&&e},W$=Z$("object"==typeof globalThis&&globalThis)||Z$("object"==typeof window&&window)||Z$("object"==typeof self&&self)||Z$("object"==typeof N_&&N_)||function(){return this}()||Function("return this")(),G$=Function.prototype,q$=G$.apply,K$=G$.bind,Y$=G$.call,X$="object"==typeof Reflect&&Reflect.apply||(K$?Y$.bind(q$):function(){return Y$.apply(q$,arguments)}),J$=Function.prototype,Q$=J$.bind,eH=J$.call,tH=Q$&&Q$.bind(eH),nH=Q$?function(e){return e&&tH(eH,e)}:function(e){return e&&function(){return eH.apply(e,arguments)}},rH=function(e){return"function"==typeof e},oH=function(e){try{return!!e()}catch(e){return!0}},iH=!oH((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),aH=Function.prototype.call,uH=aH.bind?aH.bind(aH):function(){return aH.apply(aH,arguments)},sH={}.propertyIsEnumerable,lH=Object.getOwnPropertyDescriptor,cH=lH&&!sH.call({1:2},1)?function(e){var t=lH(this,e);return!!t&&t.enumerable}:sH,fH={f:cH},dH=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},pH=nH({}.toString),hH=nH("".slice),gH=function(e){return hH(pH(e),8,-1)},vH=W$.Object,yH=nH("".split),mH=oH((function(){return!vH("z").propertyIsEnumerable(0)}))?function(e){return"String"==gH(e)?yH(e,""):vH(e)}:vH,bH=W$.TypeError,wH=function(e){if(null==e)throw bH("Can't call method on "+e);return e},xH=function(e){return mH(wH(e))},EH=function(e){return"object"==typeof e?null!==e:rH(e)},SH={},CH=function(e){return rH(e)?e:void 0},DH=function(e,t){return arguments.length<2?CH(SH[e])||CH(W$[e]):SH[e]&&SH[e][t]||W$[e]&&W$[e][t]},OH=nH({}.isPrototypeOf),AH=DH("navigator","userAgent")||"",kH=W$.process,TH=W$.Deno,BH=kH&&kH.versions||TH&&TH.version,PH=BH&&BH.v8;PH&&(V$=(U$=PH.split("."))[0]>0&&U$[0]<4?1:+(U$[0]+U$[1])),!V$&&AH&&(!(U$=AH.match(/Edge\/(\d+)/))||U$[1]>=74)&&(U$=AH.match(/Chrome\/(\d+)/))&&(V$=+U$[1]);var FH=V$,_H=!!Object.getOwnPropertySymbols&&!oH((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&FH&&FH<41})),jH=_H&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,NH=W$.Object,RH=jH?function(e){return"symbol"==typeof e}:function(e){var t=DH("Symbol");return rH(t)&&OH(t.prototype,NH(e))},IH=W$.String,LH=W$.TypeError,MH=function(e){if(rH(e))return e;throw LH(function(e){try{return IH(e)}catch(e){return"Object"}}(e)+" is not a function")},zH=W$.TypeError,$H=Object.defineProperty,HH=W$["__core-js_shared__"]||function(e,t){try{$H(W$,e,{value:t,configurable:!0,writable:!0})}catch(n){W$[e]=t}return t}("__core-js_shared__",{}),UH=R_((function(e){(e.exports=function(e,t){return HH[e]||(HH[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"pure",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),VH=W$.Object,ZH=function(e){return VH(wH(e))},WH=nH({}.hasOwnProperty),GH=Object.hasOwn||function(e,t){return WH(ZH(e),t)},qH=0,KH=Math.random(),YH=nH(1..toString),XH=function(e){return"Symbol("+(void 0===e?"":e)+")_"+YH(++qH+KH,36)},JH=UH("wks"),QH=W$.Symbol,eU=QH&&QH.for,tU=jH?QH:QH&&QH.withoutSetter||XH,nU=function(e){if(!GH(JH,e)||!_H&&"string"!=typeof JH[e]){var t="Symbol."+e;_H&&GH(QH,e)?JH[e]=QH[e]:JH[e]=jH&&eU?eU(t):tU(t)}return JH[e]},rU=W$.TypeError,oU=nU("toPrimitive"),iU=function(e){var t=function(e,t){if(!EH(e)||RH(e))return e;var n,r,o=null==(n=e[oU])?void 0:MH(n);if(o){if(void 0===t&&(t="default"),r=uH(o,e,t),!EH(r)||RH(r))return r;throw rU("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&rH(n=e.toString)&&!EH(r=uH(n,e)))return r;if(rH(n=e.valueOf)&&!EH(r=uH(n,e)))return r;if("string"!==t&&rH(n=e.toString)&&!EH(r=uH(n,e)))return r;throw zH("Can't convert object to primitive value")}(e,t)}(e,"string");return RH(t)?t:t+""},aU=W$.document,uU=EH(aU)&&EH(aU.createElement),sU=function(e){return uU?aU.createElement(e):{}},lU=!iH&&!oH((function(){return 7!=Object.defineProperty(sU("div"),"a",{get:function(){return 7}}).a})),cU=Object.getOwnPropertyDescriptor,fU={f:iH?cU:function(e,t){if(e=xH(e),t=iU(t),lU)try{return cU(e,t)}catch(e){}if(GH(e,t))return dH(!uH(fH.f,e,t),e[t])}},dU=/#|\.prototype\./,pU=function(e,t){var n=gU[hU(e)];return n==yU||n!=vU&&(rH(t)?oH(t):!!t)},hU=pU.normalize=function(e){return String(e).replace(dU,".").toLowerCase()},gU=pU.data={},vU=pU.NATIVE="N",yU=pU.POLYFILL="P",mU=pU,bU=nH(nH.bind),wU=function(e,t){return MH(e),void 0===t?e:bU?bU(e,t):function(){return e.apply(t,arguments)}},xU=W$.String,EU=W$.TypeError,SU=function(e){if(EH(e))return e;throw EU(xU(e)+" is not an object")},CU=W$.TypeError,DU=Object.defineProperty,OU={f:iH?DU:function(e,t,n){if(SU(e),t=iU(t),SU(n),lU)try{return DU(e,t,n)}catch(e){}if("get"in n||"set"in n)throw CU("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},AU=iH?function(e,t,n){return OU.f(e,t,dH(1,n))}:function(e,t,n){return e[t]=n,e},kU=fU.f,TU=function(e){var t=function(n,r,o){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(n);case 2:return new e(n,r)}return new e(n,r,o)}return X$(e,this,arguments)};return t.prototype=e.prototype,t},BU=function(e,t){var n,r,o,i,a,u,s,l,c=e.target,f=e.global,d=e.stat,p=e.proto,h=f?W$:d?W$[c]:(W$[c]||{}).prototype,g=f?SH:SH[c]||AU(SH,c,{})[c],v=g.prototype;for(o in t)n=!mU(f?o:c+(d?".":"#")+o,e.forced)&&h&&GH(h,o),a=g[o],n&&(u=e.noTargetGet?(l=kU(h,o))&&l.value:h[o]),i=n&&u?u:t[o],n&&typeof a==typeof i||(s=e.bind&&n?wU(i,W$):e.wrap&&n?TU(i):p&&rH(i)?nH(i):i,(e.sham||i&&i.sham||a&&a.sham)&&AU(s,"sham",!0),AU(g,o,s),p&&(GH(SH,r=c+"Prototype")||AU(SH,r,{}),AU(SH[r],o,i),e.real&&v&&!v[o]&&AU(v,o,i)))},PU=Array.isArray||function(e){return"Array"==gH(e)},FU=Math.ceil,_U=Math.floor,jU=function(e){var t=+e;return t!=t||0===t?0:(t>0?_U:FU)(t)},NU=Math.min,RU=function(e){return(t=e.length)>0?NU(jU(t),9007199254740991):0;var t},IU=function(e,t,n){var r=iU(t);r in e?OU.f(e,r,dH(0,n)):e[r]=n},LU={};LU[nU("toStringTag")]="z";var MU="[object z]"===String(LU),zU=nU("toStringTag"),$U=W$.Object,HU="Arguments"==gH(function(){return arguments}()),UU=MU?gH:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=$U(e),zU))?n:HU?gH(t):"Object"==(r=gH(t))&&rH(t.callee)?"Arguments":r},VU=nH(Function.toString);rH(HH.inspectSource)||(HH.inspectSource=function(e){return VU(e)});var ZU=HH.inspectSource,WU=function(){},GU=[],qU=DH("Reflect","construct"),KU=/^\s*(?:class|function)\b/,YU=nH(KU.exec),XU=!KU.exec(WU),JU=function(e){if(!rH(e))return!1;try{return qU(WU,GU,e),!0}catch(e){return!1}},QU=!qU||oH((function(){var e;return JU(JU.call)||!JU(Object)||!JU((function(){e=!0}))||e}))?function(e){if(!rH(e))return!1;switch(UU(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return XU||!!YU(KU,ZU(e))}:JU,eV=nU("species"),tV=W$.Array,nV=function(e,t){return new(function(e){var t;return PU(e)&&(t=e.constructor,(QU(t)&&(t===tV||PU(t.prototype))||EH(t)&&null===(t=t[eV]))&&(t=void 0)),void 0===t?tV:t}(e))(0===t?0:t)},rV=nU("species"),oV=nU("isConcatSpreadable"),iV=W$.TypeError,aV=FH>=51||!oH((function(){var e=[];return e[oV]=!1,e.concat()[0]!==e})),uV=FH>=51||!oH((function(){var e=[];return(e.constructor={})[rV]=function(){return{foo:1}},1!==e.concat(Boolean).foo})),sV=function(e){if(!EH(e))return!1;var t=e[oV];return void 0!==t?!!t:PU(e)};BU({target:"Array",proto:!0,forced:!aV||!uV},{concat:function(e){var t,n,r,o,i,a=ZH(this),u=nV(a,0),s=0;for(t=-1,r=arguments.length;t<r;t++)if(sV(i=-1===t?a:arguments[t])){if(s+(o=RU(i))>9007199254740991)throw iV("Maximum allowed index exceeded");for(n=0;n<o;n++,s++)n in i&&IU(u,s,i[n])}else{if(s>=9007199254740991)throw iV("Maximum allowed index exceeded");IU(u,s++,i)}return u.length=s,u}});var lV,cV=W$.String,fV=function(e){if("Symbol"===UU(e))throw TypeError("Cannot convert a Symbol value to a string");return cV(e)},dV=Math.max,pV=Math.min,hV=function(e,t){var n=jU(e);return n<0?dV(n+t,0):pV(n,t)},gV=function(e){return function(t,n,r){var o,i=xH(t),a=RU(i),u=hV(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},vV={includes:gV(!0),indexOf:gV(!1)},yV={},mV=vV.indexOf,bV=nH([].push),wV=function(e,t){var n,r=xH(e),o=0,i=[];for(n in r)!GH(yV,n)&&GH(r,n)&&bV(i,n);for(;t.length>o;)GH(r,n=t[o++])&&(~mV(i,n)||bV(i,n));return i},xV=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],EV=Object.keys||function(e){return wV(e,xV)},SV=iH?Object.defineProperties:function(e,t){SU(e);for(var n,r=xH(t),o=EV(t),i=o.length,a=0;i>a;)OU.f(e,n=o[a++],r[n]);return e},CV=DH("document","documentElement"),DV=UH("keys"),OV=function(e){return DV[e]||(DV[e]=XH(e))},AV=OV("IE_PROTO"),kV=function(){},TV=function(e){return"<script>"+e+"<\/script>"},BV=function(e){e.write(TV("")),e.close();var t=e.parentWindow.Object;return e=null,t},PV=function(){try{lV=new ActiveXObject("htmlfile")}catch(e){}var e,t;PV="undefined"!=typeof document?document.domain&&lV?BV(lV):((t=sU("iframe")).style.display="none",CV.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(TV("document.F=Object")),e.close(),e.F):BV(lV);for(var n=xV.length;n--;)delete PV.prototype[xV[n]];return PV()};yV[AV]=!0;var FV,_V,jV,NV=Object.create||function(e,t){var n;return null!==e?(kV.prototype=SU(e),n=new kV,kV.prototype=null,n[AV]=e):n=PV(),void 0===t?n:SV(n,t)},RV=xV.concat("length","prototype"),IV={f:Object.getOwnPropertyNames||function(e){return wV(e,RV)}},LV=W$.Array,MV=Math.max,zV=IV.f,$V="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],HV={f:function(e){return $V&&"Window"==gH(e)?function(e){try{return zV(e)}catch(e){return function(e,t,n){for(var r=RU(e),o=hV(void 0,r),i=hV(r,r),a=LV(MV(i-o,0)),u=0;o<i;o++,u++)IU(a,u,e[o]);return a.length=u,a}($V)}}(e):zV(xH(e))}},UV={f:Object.getOwnPropertySymbols},VV=nH([].slice),ZV=function(e,t,n,r){r&&r.enumerable?e[t]=n:AU(e,t,n)},WV={f:nU},GV=OU.f,qV=function(e){var t=SH.Symbol||(SH.Symbol={});GH(t,e)||GV(t,e,{value:WV.f(e)})},KV=MU?{}.toString:function(){return"[object "+UU(this)+"]"},YV=OU.f,XV=nU("toStringTag"),JV=function(e,t,n,r){if(e){var o=n?e:e.prototype;GH(o,XV)||YV(o,XV,{configurable:!0,value:t}),r&&!MU&&AU(o,"toString",KV)}},QV=W$.WeakMap,eZ=rH(QV)&&/native code/.test(ZU(QV)),tZ=W$.TypeError,nZ=W$.WeakMap;if(eZ||HH.state){var rZ=HH.state||(HH.state=new nZ),oZ=nH(rZ.get),iZ=nH(rZ.has),aZ=nH(rZ.set);FV=function(e,t){if(iZ(rZ,e))throw new tZ("Object already initialized");return t.facade=e,aZ(rZ,e,t),t},_V=function(e){return oZ(rZ,e)||{}},jV=function(e){return iZ(rZ,e)}}else{var uZ=OV("state");yV[uZ]=!0,FV=function(e,t){if(GH(e,uZ))throw new tZ("Object already initialized");return t.facade=e,AU(e,uZ,t),t},_V=function(e){return GH(e,uZ)?e[uZ]:{}},jV=function(e){return GH(e,uZ)}}var sZ={set:FV,get:_V,has:jV,enforce:function(e){return jV(e)?_V(e):FV(e,{})},getterFor:function(e){return function(t){var n;if(!EH(t)||(n=_V(t)).type!==e)throw tZ("Incompatible receiver, "+e+" required");return n}}},lZ=nH([].push),cZ=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=ZH(s),g=mH(h),v=wU(l,c),y=RU(g),m=0,b=f||nV,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:lZ(w,d)}else switch(e){case 4:return!1;case 7:lZ(w,d)}return i?-1:r||o?o:w}},fZ=[cZ(0),cZ(1),cZ(2),cZ(3),cZ(4),cZ(5),cZ(6),cZ(7)][0],dZ=OV("hidden"),pZ=nU("toPrimitive"),hZ=sZ.set,gZ=sZ.getterFor("Symbol"),vZ=Object.prototype,yZ=W$.Symbol,mZ=yZ&&yZ.prototype,bZ=W$.TypeError,wZ=W$.QObject,xZ=DH("JSON","stringify"),EZ=fU.f,SZ=OU.f,CZ=HV.f,DZ=fH.f,OZ=nH([].push),AZ=UH("symbols"),kZ=UH("op-symbols"),TZ=UH("string-to-symbol-registry"),BZ=UH("symbol-to-string-registry"),PZ=UH("wks"),FZ=!wZ||!wZ.prototype||!wZ.prototype.findChild,_Z=iH&&oH((function(){return 7!=NV(SZ({},"a",{get:function(){return SZ(this,"a",{value:7}).a}})).a}))?function(e,t,n){var r=EZ(vZ,t);r&&delete vZ[t],SZ(e,t,n),r&&e!==vZ&&SZ(vZ,t,r)}:SZ,jZ=function(e,t){var n=AZ[e]=NV(mZ);return hZ(n,{type:"Symbol",tag:e,description:t}),iH||(n.description=t),n},NZ=function(e,t,n){e===vZ&&NZ(kZ,t,n),SU(e);var r=iU(t);return SU(n),GH(AZ,r)?(n.enumerable?(GH(e,dZ)&&e[dZ][r]&&(e[dZ][r]=!1),n=NV(n,{enumerable:dH(0,!1)})):(GH(e,dZ)||SZ(e,dZ,dH(1,{})),e[dZ][r]=!0),_Z(e,r,n)):SZ(e,r,n)},RZ=function(e,t){SU(e);var n=xH(t),r=EV(n).concat(zZ(n));return fZ(r,(function(t){iH&&!uH(IZ,n,t)||NZ(e,t,n[t])})),e},IZ=function(e){var t=iU(e),n=uH(DZ,this,t);return!(this===vZ&&GH(AZ,t)&&!GH(kZ,t))&&(!(n||!GH(this,t)||!GH(AZ,t)||GH(this,dZ)&&this[dZ][t])||n)},LZ=function(e,t){var n=xH(e),r=iU(t);if(n!==vZ||!GH(AZ,r)||GH(kZ,r)){var o=EZ(n,r);return!o||!GH(AZ,r)||GH(n,dZ)&&n[dZ][r]||(o.enumerable=!0),o}},MZ=function(e){var t=CZ(xH(e)),n=[];return fZ(t,(function(e){GH(AZ,e)||GH(yV,e)||OZ(n,e)})),n},zZ=function(e){var t=e===vZ,n=CZ(t?kZ:xH(e)),r=[];return fZ(n,(function(e){!GH(AZ,e)||t&&!GH(vZ,e)||OZ(r,AZ[e])})),r};if(_H||(mZ=(yZ=function(){if(OH(mZ,this))throw bZ("Symbol is not a constructor");var e=arguments.length&&void 0!==arguments[0]?fV(arguments[0]):void 0,t=XH(e),n=function(e){this===vZ&&uH(n,kZ,e),GH(this,dZ)&&GH(this[dZ],t)&&(this[dZ][t]=!1),_Z(this,t,dH(1,e))};return iH&&FZ&&_Z(vZ,t,{configurable:!0,set:n}),jZ(t,e)}).prototype,ZV(mZ,"toString",(function(){return gZ(this).tag})),ZV(yZ,"withoutSetter",(function(e){return jZ(XH(e),e)})),fH.f=IZ,OU.f=NZ,fU.f=LZ,IV.f=HV.f=MZ,UV.f=zZ,WV.f=function(e){return jZ(nU(e),e)},iH&&SZ(mZ,"description",{configurable:!0,get:function(){return gZ(this).description}})),BU({global:!0,wrap:!0,forced:!_H,sham:!_H},{Symbol:yZ}),fZ(EV(PZ),(function(e){qV(e)})),BU({target:"Symbol",stat:!0,forced:!_H},{for:function(e){var t=fV(e);if(GH(TZ,t))return TZ[t];var n=yZ(t);return TZ[t]=n,BZ[n]=t,n},keyFor:function(e){if(!RH(e))throw bZ(e+" is not a symbol");if(GH(BZ,e))return BZ[e]},useSetter:function(){FZ=!0},useSimple:function(){FZ=!1}}),BU({target:"Object",stat:!0,forced:!_H,sham:!iH},{create:function(e,t){return void 0===t?NV(e):RZ(NV(e),t)},defineProperty:NZ,defineProperties:RZ,getOwnPropertyDescriptor:LZ}),BU({target:"Object",stat:!0,forced:!_H},{getOwnPropertyNames:MZ,getOwnPropertySymbols:zZ}),BU({target:"Object",stat:!0,forced:oH((function(){UV.f(1)}))},{getOwnPropertySymbols:function(e){return UV.f(ZH(e))}}),xZ){var $Z=!_H||oH((function(){var e=yZ();return"[null]"!=xZ([e])||"{}"!=xZ({a:e})||"{}"!=xZ(Object(e))}));BU({target:"JSON",stat:!0,forced:$Z},{stringify:function(e,t,n){var r=VV(arguments),o=t;if((EH(t)||void 0!==e)&&!RH(e))return PU(t)||(t=function(e,t){if(rH(o)&&(t=uH(o,this,e,t)),!RH(t))return t}),r[1]=t,X$(xZ,null,r)}})}if(!mZ[pZ]){var HZ=mZ.valueOf;ZV(mZ,pZ,(function(e){return uH(HZ,this)}))}JV(yZ,"Symbol"),yV[dZ]=!0,qV("asyncIterator"),qV("hasInstance"),qV("isConcatSpreadable"),qV("iterator"),qV("match"),qV("matchAll"),qV("replace"),qV("search"),qV("species"),qV("split"),qV("toPrimitive"),qV("toStringTag"),qV("unscopables"),JV(W$.JSON,"JSON",!0);var UZ,VZ,ZZ,WZ=SH.Symbol,GZ={},qZ=Function.prototype,KZ=iH&&Object.getOwnPropertyDescriptor,YZ=GH(qZ,"name"),XZ={EXISTS:YZ,PROPER:YZ&&"something"===function(){}.name,CONFIGURABLE:YZ&&(!iH||iH&&KZ(qZ,"name").configurable)},JZ=!oH((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),QZ=OV("IE_PROTO"),eW=W$.Object,tW=eW.prototype,nW=JZ?eW.getPrototypeOf:function(e){var t=ZH(e);if(GH(t,QZ))return t[QZ];var n=t.constructor;return rH(n)&&t instanceof n?n.prototype:t instanceof eW?tW:null},rW=nU("iterator"),oW=!1;[].keys&&("next"in(ZZ=[].keys())?(VZ=nW(nW(ZZ)))!==Object.prototype&&(UZ=VZ):oW=!0);var iW=null==UZ||oH((function(){var e={};return UZ[rW].call(e)!==e}));UZ=iW?{}:NV(UZ),rH(UZ[rW])||ZV(UZ,rW,(function(){return this}));var aW={IteratorPrototype:UZ,BUGGY_SAFARI_ITERATORS:oW},uW=aW.IteratorPrototype,sW=function(){return this};W$.String,W$.TypeError,Object.setPrototypeOf||"__proto__"in{}&&function(){var e={};try{nH(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set)(e,[])}catch(e){}}();var lW=XZ.PROPER,cW=aW.BUGGY_SAFARI_ITERATORS,fW=nU("iterator"),dW=function(){return this},pW=function(e,t,n,r,o,i,a){!function(e,t,n,r){var o=t+" Iterator";e.prototype=NV(uW,{next:dH(1,n)}),JV(e,o,!1,!0),GZ[o]=sW}(n,t,r);var u,s,l,c=function(e){if(e===o&&g)return g;if(!cW&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},f=t+" Iterator",d=!1,p=e.prototype,h=p[fW]||p["@@iterator"]||o&&p[o],g=!cW&&h||c(o),v="Array"==t&&p.entries||h;if(v&&(u=nW(v.call(new e)))!==Object.prototype&&u.next&&(JV(u,f,!0,!0),GZ[f]=dW),lW&&"values"==o&&h&&"values"!==h.name&&(d=!0,g=function(){return uH(h,this)}),o)if(s={values:c("values"),keys:i?g:c("keys"),entries:c("entries")},a)for(l in s)(cW||d||!(l in p))&&ZV(p,l,s[l]);else BU({target:t,proto:!0,forced:cW||d},s);return a&&p[fW]!==g&&ZV(p,fW,g,{name:o}),GZ[t]=g,s},hW=sZ.set,gW=sZ.getterFor("Array Iterator");pW(Array,"Array",(function(e,t){hW(this,{type:"Array Iterator",target:xH(e),index:0,kind:t})}),(function(){var e=gW(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values"),GZ.Arguments=GZ.Array;var vW=nU("toStringTag");for(var yW in{CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}){var mW=W$[yW],bW=mW&&mW.prototype;bW&&UU(bW)!==vW&&AU(bW,vW,yW),GZ[yW]=GZ.Array}var wW=WZ;qV("asyncDispose"),qV("dispose"),qV("matcher"),qV("metadata"),qV("observable"),qV("patternMatch"),qV("replaceAll");var xW=wW,EW=nH("".charAt),SW=nH("".charCodeAt),CW=nH("".slice),DW=function(e){return function(t,n){var r,o,i=fV(wH(t)),a=jU(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=SW(i,a))<55296||r>56319||a+1===u||(o=SW(i,a+1))<56320||o>57343?e?EW(i,a):r:e?CW(i,a,a+2):o-56320+(r-55296<<10)+65536}},OW=(DW(!1),DW(!0)),AW=sZ.set,kW=sZ.getterFor("String Iterator");pW(String,"String",(function(e){AW(this,{type:"String Iterator",string:fV(e),index:0})}),(function(){var e,t=kW(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=OW(n,r),t.index+=e.length,{value:e,done:!1})}));var TW=WV.f("iterator"),BW=R_((function(e){function t(n){return"function"==typeof xW&&"symbol"==typeof TW?(e.exports=t=function(e){return typeof e},e.exports.default=e.exports,e.exports.__esModule=!0):(e.exports=t=function(e){return e&&"function"==typeof xW&&e.constructor===xW&&e!==xW.prototype?"symbol":typeof e},e.exports.default=e.exports,e.exports.__esModule=!0),t(n)}e.exports=t,e.exports.default=e.exports,e.exports.__esModule=!0})),PW=function(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}(BW),FW=PN.EXISTS,_W=sN.f,jW=Function.prototype,NW=ej(jW.toString),RW=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,IW=ej(RW.exec);H_&&!FW&&_W(jW,"name",{configurable:!0,get:function(){try{return IW(RW,NW(this))[1]}catch(e){return""}}});var LW=function(){function e(){this.tag="select",this.width=80}return e.prototype.isActive=function(e){return!1},e.prototype.getValue=function(e){var t=this.mark,n=Af.marks(e);return n&&n[t]?n[t]:""},e.prototype.isDisabled=function(e){return null==e.selection||(this.mark,!!_L(Af.nodes(e,{match:function(t){return"pre"===AA.getNodeType(t)||!!Af.isVoid(e,t)},universal:!0}),1)[0])},e.prototype.exec=function(e,t){var n=this.mark;t?e.addMark(n,t):e.removeMark(n)},e}(),MW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("fontSize.title"),t.iconSvg=lM,t.mark="fontSize",t}return kL(t,e),t.prototype.getOptions=function(e){var t=[],n=e.getMenuConfig(this.mark).fontSizeList,r=void 0===n?[]:n;t.push({text:p_("fontSize.default"),value:""}),r.forEach((function(e){if("string"==typeof e)t.push({text:e,value:e});else if("object"===PW(e)){var n=e.name,r=e.value;t.push({text:n,value:r})}}));var o=this.getValue(e);return t.forEach((function(e){e.value===o?e.selected=!0:delete e.selected})),t},t}(LW),zW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("fontFamily.title"),t.iconSvg=cM,t.mark="fontFamily",t.selectPanelWidth=150,t}return kL(t,e),t.prototype.getOptions=function(e){var t=[],n=e.getMenuConfig(this.mark).fontFamilyList,r=void 0===n?[]:n;t.push({text:p_("fontFamily.default"),value:""}),r.forEach((function(e){if("string"==typeof e)t.push({text:e,value:e,styleForRenderMenuList:{"font-family":e}});else if("object"===PW(e)){var n=e.name,r=e.value;t.push({text:n,value:r,styleForRenderMenuList:{"font-family":r}})}}));var o=this.getValue(e);return t.forEach((function(e){e.value===o?e.selected=!0:delete e.selected})),t},t}(LW),$W={renderStyle:function(e,t){var n=e,r=n.fontSize,o=n.fontFamily,i=t;return r&&bz(i,{fontSize:r}),o&&bz(i,{fontFamily:o}),i},styleToHtml:function(e,t){if(!Xf.isText(e))return t;var n,r=e,o=r.fontSize,i=r.fontFamily;return o||i?((EL(t)||"span"!==CL(n=Bp(t)))&&(n=Bp("<span>"+t+"</span>")),o&&n.css("font-size",o),i&&n.css("font-family",i),SL(n)):t},preParseHtml:[$$],parseStyleHtml:function(e,t,n){var r=Bp(e);if(!Xf.isText(t))return t;var o=t,i=n.getMenuConfig("fontSize").fontSizeList,a=void 0===i?[]:i,u=DL(r,"font-size"),s=a.find((function(e){return e.value&&e.value===u}))||a.includes(u);u&&s&&(o.fontSize=u);var l=n.getMenuConfig("fontFamily").fontFamilyList,c=void 0===l?[]:l,f=DL(r,"font-family").replace(/"/g,""),d=c.find((function(e){return e.value&&e.value===f}))||c.includes(f);return f&&d&&(o.fontFamily=f),o},menus:[{key:"fontSize",factory:function(){return new MW},config:{fontSizeList:["12px",{name:"13px",value:"13px"},"14px","15px","16px","19px",{name:"22px",value:"22px"},"24px","29px","32px","40px","48px"]}},{key:"fontFamily",factory:function(){return new zW},config:{fontFamilyList:["黑体",{name:"仿宋",value:"仿宋"},"楷体","标楷体","华文仿宋","华文楷体",{name:"宋体",value:"宋体"},"微软雅黑","Arial","Tahoma","Verdana","Times New Roman","Courier New"]}}]},HW={selector:"p,h1,h2,h3,h4,h5",preParseHtml:function(e){var t=Bp(e),n=DL(t,"padding-left");return/\dem/.test(n)&&t.css("text-indent","2em"),/\dpx/.test(n)&&parseInt(n,10)%32==0&&t.css("text-indent","2em"),t[0]}},UW=function(){function e(){this.tag="button"}return e.prototype.getValue=function(e){var t=_L(Af.nodes(e,{match:function(e){return!!e.indent},universal:!0}),1),n=t[0];return null==n?"":_L(n,1)[0].indent||""},e.prototype.isActive=function(e){return!1},e.prototype.getMatchNode=function(e){var t=_L(Af.nodes(e,{match:function(e){var t=AA.getNodeType(e);return"paragraph"===t||!!t.startsWith("header")},universal:!0,mode:"highest"}),1)[0];return null==t?null:t[0]},e}(),VW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("indent.decrease"),t.iconSvg=fM,t}return kL(t,e),t.prototype.isDisabled=function(e){var t=this.getMatchNode(e);return null==t||!t.indent},t.prototype.exec=function(e,t){gd.setNodes(e,{indent:null},{match:function(e){return xf.isElement(e)}})},t}(UW),ZW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("indent.increase"),t.iconSvg=dM,t}return kL(t,e),t.prototype.isDisabled=function(e){var t=this.getMatchNode(e);return null==t||!!t.indent},t.prototype.exec=function(e,t){gd.setNodes(e,{indent:"2em"},{match:function(e){return xf.isElement(e)},mode:"highest"})},t}(UW),WW={renderStyle:function(e,t){if(!xf.isElement(e))return t;var n=e.indent,r=t;return n&&bz(r,{textIndent:n}),r},styleToHtml:function(e,t){if(!xf.isElement(e))return t;var n=e.indent;if(!n)return t;var r=Bp(t);return r.css("text-indent",n),SL(r)},preParseHtml:[HW],parseStyleHtml:function(e,t,n){var r=Bp(e);if(!xf.isElement(t))return t;var o=t,i=DL(r,"text-indent"),a=parseInt(i,10);return i&&a>0&&(o.indent=i),o},menus:[{key:"indent",factory:function(){return new ZW}},{key:"delIndent",factory:function(){return new VW}}]},GW=function(){function e(){this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.getMatchNode=function(e){var t=_L(Af.nodes(e,{match:function(e){var t=AA.getNodeType(e);return"paragraph"===t||"blockquote"===t||!!t.startsWith("header")},universal:!0,mode:"highest"}),1)[0];return null==t?null:t[0]},e.prototype.isDisabled=function(e){return null==e.selection||!!AA.getSelectedElems(e).some((function(t){if(Af.isVoid(e,t)&&Af.isBlock(e,t))return!0;var n=t.type;return!!["pre","code"].includes(n)||void 0}))},e}(),qW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("justify.left"),t.iconSvg=pM,t}return kL(t,e),t.prototype.exec=function(e,t){gd.setNodes(e,{textAlign:"left"},{match:function(t){return xf.isElement(t)&&!e.isInline(t)}})},t}(GW),KW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("justify.right"),t.iconSvg=hM,t}return kL(t,e),t.prototype.exec=function(e,t){gd.setNodes(e,{textAlign:"right"},{match:function(t){return xf.isElement(t)&&!e.isInline(t)}})},t}(GW),YW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("justify.center"),t.iconSvg=gM,t}return kL(t,e),t.prototype.exec=function(e,t){gd.setNodes(e,{textAlign:"center"},{match:function(t){return xf.isElement(t)&&!e.isInline(t)}})},t}(GW),XW=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.title=p_("justify.justify"),t.iconSvg=vM,t}return kL(t,e),t.prototype.exec=function(e,t){gd.setNodes(e,{textAlign:"justify"},{match:function(t){return xf.isElement(t)&&!e.isInline(t)}})},t}(GW),JW={renderStyle:function(e,t){if(!xf.isElement(e))return t;var n=e.textAlign,r=t;return n&&bz(r,{textAlign:n}),r},styleToHtml:function(e,t){if(!xf.isElement(e))return t;var n=e.textAlign;if(!n)return t;var r=Bp(t);return r.css("text-align",n),SL(r)},parseStyleHtml:function(e,t,n){var r=Bp(e);if(!xf.isElement(t))return t;var o=t,i=DL(r,"text-align");return i&&(o.textAlign=i),o},menus:[{key:"justifyLeft",factory:function(){return new qW}},{key:"justifyRight",factory:function(){return new KW}},{key:"justifyCenter",factory:function(){return new YW}},{key:"justifyJustify",factory:function(){return new XW}}]},QW=function(){function e(){this.title=p_("lineHeight.title"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M964 788a8 8 0 0 1 8 8v98a8 8 0 0 1-8 8H438a8 8 0 0 1-8-8v-98a8 8 0 0 1 8-8h526zM198.93 144.306c6.668-5.798 16.774-5.094 22.573 1.574l122.26 140.582a16 16 0 0 1 3.927 10.5c0 8.836-7.164 16-16 16h-61.8a8 8 0 0 0-8 8v390.077h69.819a16 16 0 0 1 10.502 3.928c6.666 5.8 7.37 15.906 1.57 22.573L221.476 878.123a16 16 0 0 1-1.57 1.57c-6.668 5.8-16.774 5.097-22.574-1.57L75.051 737.538a16 16 0 0 1-3.928-10.5c0-8.837 7.163-16 16-16h69.822V312.96H87.127a16 16 0 0 1-10.502-3.928c-6.666-5.8-7.37-15.906-1.57-22.573l122.303-140.582a16 16 0 0 1 1.572-1.572zM964 465a8 8 0 0 1 8 8v98a8 8 0 0 1-8 8H438a8 8 0 0 1-8-8v-98a8 8 0 0 1 8-8h526z m0-323a8 8 0 0 1 8 8v98a8 8 0 0 1-8 8H438a8 8 0 0 1-8-8v-98a8 8 0 0 1 8-8h526z"></path></svg>',this.tag="select",this.width=80}return e.prototype.getOptions=function(e){var t=[],n=e.getMenuConfig("lineHeight").lineHeightList,r=void 0===n?[]:n;t.push({text:p_("lineHeight.default"),value:""}),r.forEach((function(e){t.push({text:e,value:e})}));var o=this.getValue(e);return t.forEach((function(e){e.value===o?e.selected=!0:delete e.selected})),t},e.prototype.getMatchNode=function(e){var t=_L(Af.nodes(e,{match:function(e){var t=AA.getNodeType(e);return!!t.startsWith("header")||!!["paragraph","blockquote","list-item"].includes(t)},universal:!0,mode:"highest"}),1)[0];return null==t?null:t[0]},e.prototype.isActive=function(e){return!1},e.prototype.getValue=function(e){var t=this.getMatchNode(e);return null==t?"":xf.isElement(t)&&t.lineHeight||""},e.prototype.isDisabled=function(e){return null==e.selection||null==this.getMatchNode(e)},e.prototype.exec=function(e,t){gd.setNodes(e,{lineHeight:t.toString()},{mode:"highest"})},e}(),eG={renderStyle:function(e,t){if(!xf.isElement(e))return t;var n=e.lineHeight,r=t;return n&&bz(r,{lineHeight:n}),r},styleToHtml:function(e,t){if(!xf.isElement(e))return t;var n=e.lineHeight;if(!n)return t;var r=Bp(t);return r.css("line-height",n),SL(r)},parseStyleHtml:function(e,t,n){var r=Bp(e);if(!xf.isElement(t))return t;var o=t,i=n.getMenuConfig("lineHeight").lineHeightList,a=void 0===i?[]:i,u=DL(r,"line-height");return u&&a.includes(u)&&(o.lineHeight=u),o},menus:[{key:"lineHeight",factory:function(){return new QW},config:{lineHeightList:["1","1.15","1.5","2","2.5","3"]}}]},tG=function(){function e(){this.title=p_("undo.redo"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M0.00032 576a510.72 510.72 0 0 0 173.344 384l84.672-96A383.136 383.136 0 0 1 128.00032 576C128.00032 363.936 299.93632 192 512.00032 192c106.048 0 202.048 42.976 271.52 112.48L640.00032 448h384V64l-149.984 149.984A510.272 510.272 0 0 0 512.00032 64C229.21632 64 0.00032 293.216 0.00032 576z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection},e.prototype.exec=function(e,t){"function"==typeof e.redo&&e.redo()},e}(),nG=function(){function e(){this.title=p_("undo.undo"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M512 64A510.272 510.272 0 0 0 149.984 213.984L0.032 64v384h384L240.512 304.48A382.784 382.784 0 0 1 512.032 192c212.064 0 384 171.936 384 384 0 114.688-50.304 217.632-130.016 288l84.672 96a510.72 510.72 0 0 0 173.344-384c0-282.784-229.216-512-512-512z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection},e.prototype.exec=function(e,t){"function"==typeof e.undo&&e.undo()},e}(),rG={menus:[{key:"redo",factory:function(){return new tG}},{key:"undo",factory:function(){return new nG}}]},oG={type:"divider",renderElem:function(e,t,n){return Qh("div",{props:{contentEditable:!1,className:"w-e-textarea-divider"},dataset:{selected:AA.isNodeSelected(n,e)?"true":""},style:{},on:{mousedown:function(e){return e.preventDefault()}}},[Qh("hr")])}},iG=function(){function e(){this.title=p_("divider.title"),this.iconSvg='<svg viewBox="0 0 1092 1024"><path d="M0 51.2m51.2 0l989.866667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-989.866667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z"></path><path d="M0 460.8m51.2 0l170.666667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-170.666667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z"></path><path d="M819.2 460.8m51.2 0l170.666667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-170.666667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z"></path><path d="M409.6 460.8m51.2 0l170.666667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-170.666667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z"></path><path d="M0 870.4m51.2 0l989.866667 0q51.2 0 51.2 51.2l0 0q0 51.2-51.2 51.2l-989.866667 0q-51.2 0-51.2-51.2l0 0q0-51.2 51.2-51.2Z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection||!!AA.getSelectedElems(e).some((function(t){if(e.isVoid(t))return!0;var n=AA.getNodeType(t);return"table"===n||"pre"===n||void 0}))},e.prototype.exec=function(e,t){gd.insertNodes(e,{type:"divider",children:[{text:""}]},{mode:"highest"})},e}(),aG={renderElems:[oG],elemsToHtml:[{type:"divider",elemToHtml:function(e,t){return"<hr/>"}}],parseElemsHtml:[{selector:"hr:not([data-w-e-type])",parseElemHtml:function(e,t,n){return{type:"divider",children:[{text:""}]}}}],menus:[{key:"divider",factory:function(){return new iG}}],editorPlugin:function(e){var t=e.isVoid,n=e.normalizeNode,r=e;return r.isVoid=function(e){return"divider"===e.type||t(e)},r.normalizeNode=function(e){var t=_L(e,2),o=t[0],i=t[1];if("divider"!==AA.getNodeType(o))return n([o,i]);AA.isLastNode(r,o)&&gd.insertNodes(r,AA.genEmptyParagraph(),{at:[i[0]+1]})},r}},uG=BR.map;sR({target:"Array",proto:!0,forced:!FR("map")},{map:function(e){return uG(this,e,arguments.length>1?arguments[1]:void 0)}});var sG=ej([].join),lG=aj!=Object,cG=WL("join",",");sR({target:"Array",proto:!0,forced:lG||!cG},{join:function(e){return sG(lj(this),void 0===e?",":e)}});var fG=function(){function e(){this.title=p_("codeBlock.title"),this.iconSvg='<svg viewBox="0 0 1280 1024"><path d="M832 736l96 96 320-320L928 192l-96 96 224 224zM448 288l-96-96L32 512l320 320 96-96-224-224zM701.312 150.528l69.472 18.944-192 704.032-69.472-18.944 192-704.032z"></path></svg>',this.tag="button"}return e.prototype.getSelectCodeElem=function(e){var t=AA.getSelectedNodeByType(e,"code");if(null==t)return null;var n=AA.getParentNode(e,t);return null==n||"pre"!==AA.getNodeType(n)?null:t},e.prototype.getValue=function(e){var t=this.getSelectCodeElem(e);return null==t?"":t.language||""},e.prototype.isActive=function(e){return!!this.getSelectCodeElem(e)},e.prototype.isDisabled=function(e){if(null==e.selection)return!0;var t=AA.getSelectedElems(e);return!!t.some((function(t){return e.isVoid(t)}))||!t.some((function(e){var t=AA.getNodeType(e);if("pre"===t||"paragraph"===t)return!0}))},e.prototype.exec=function(e,t){this.isActive(e)?this.changeToPlainText(e):this.changeToCodeBlock(e,t.toString())},e.prototype.changeToPlainText=function(e){var t=this.getSelectCodeElem(e);if(null!=t){var n=Ff.string(t);gd.removeNodes(e,{mode:"highest"});var r=n.split("\n").map((function(e){return{type:"paragraph",children:[{text:e}]}}));gd.insertNodes(e,r,{mode:"highest"})}},e.prototype.changeToCodeBlock=function(e,t){var n,r,o=[],i=Af.nodes(e,{match:function(t){return e.children.includes(t)},universal:!0});try{for(var a=FL(i),u=a.next();!u.done;u=a.next()){var s=_L(u.value,1)[0];s&&o.push(Ff.string(s))}}catch(e){n={error:e}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}gd.removeNodes(e,{mode:"highest"});var l={type:"pre",children:[{type:"code",language:t,children:[{text:o.join("\n")}]}]};gd.insertNodes(e,l,{mode:"highest"})},e}(),dG={key:"codeBlock",factory:function(){return new fG}};sR({target:"String",proto:!0,forced:ML("anchor")},{anchor:function(e){return LL(this,"a","name",e)}}),SI("match",(function(e,t,n){return[function(t){var n=sj(this),r=null==t?void 0:Tj(t,e);return r?V_(r,t,n):new RegExp(t)[e](IR(n))},function(e){var r=iN(this),o=IR(e),i=n(t,r,o);if(i.done)return i.value;if(!r.global)return LI(r,o);var a=r.unicode;r.lastIndex=0;for(var u,s=[],l=0;null!==(u=LI(r,o));){var c=IR(u[0]);s[l]=c,""===c&&(r.lastIndex=TI(o,zN(r.lastIndex),a)),l++}return 0===l?null:s}]}));var pG={type:"pre",renderElem:function(e,t,n){return bg("pre",null,t)}},hG={type:"code",renderElem:function(e,t,n){return bg("code",null,t)}},gG={selector:"pre:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e);return 0===(t=t.filter((function(e){return"code"===AA.getNodeType(e)}))).length&&(t=[{type:"code",language:"",children:[{text:r[0].textContent||""}]}]),{type:"pre",children:t.filter((function(e){return"code"===AA.getNodeType(e)}))}}},vG={menus:[dG],editorPlugin:function(e){var t=e.insertBreak,n=e.normalizeNode,r=e.insertData;e.insertNode;var o=e;return o.insertBreak=function(){var e=AA.getSelectedNodeByType(o,"code");if(null!=e){var n=function(e,t){var n=t.selection;if(null==n)return"";var r=Ff.string(e),o=n.anchor.offset,i=r.slice(0,o).split("\n"),a=i.length;return 0===a?"":i[a-1]}(e,o);if(n){var r=n.match(/^\s+/);if(null!=r&&null!=r[0]){var i=r[0];return void o.insertText("\n"+i)}}o.insertText("\n")}else t()},o.normalizeNode=function(e){var t=_L(e,2),r=t[0],i=t[1],a=AA.getNodeType(r);return"code"===a&&i.length<=1&&gd.setNodes(o,{type:"paragraph"},{at:i}),"pre"===a&&(AA.isLastNode(o,r)&&gd.insertNodes(o,AA.genEmptyParagraph(),{at:[i[0]+1]}),"code"!==AA.getNodeType(r.children[0])&&(gd.unwrapNodes(o),gd.setNodes(o,{type:"paragraph"},{mode:"highest"}))),n([r,i])},o.insertData=function(e){if(null!=AA.getSelectedNodeByType(o,"code")){var t=e.getData("text/plain");Af.insertText(o,t)}else r(e)},o},renderElems:[pG,hG],elemsToHtml:[{type:"code",elemToHtml:function(e,t){return"<code>"+t+"</code>"}},{type:"pre",elemToHtml:function(e,t){return"<pre>"+t+"</pre>"}}],preParseHtml:[{selector:"pre>code",preParseHtml:function(e){var t=Bp(e);if("code"!==CL(t))return e;var n=t.find("xmp");if(0===n.length)return e;var r=n.text();return n.remove(),t.text(r),t[0]}}],parseElemsHtml:[{selector:"pre:not([data-w-e-type])>code",parseElemHtml:function(e,t,n){return{type:"code",language:"",children:[{text:Bp(e)[0].textContent||""}]}}},gG]},yG=function(){function e(){this.title=p_("fullScreen.title"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M133.705143 335.433143V133.851429h201.581714a29.622857 29.622857 0 0 0 29.622857-29.549715V68.754286a29.622857 29.622857 0 0 0-29.622857-29.622857H61.732571A22.893714 22.893714 0 0 0 38.765714 62.025143V335.725714c0 16.310857 13.238857 29.622857 29.622857 29.622857h35.547429a29.842286 29.842286 0 0 0 29.696-29.842285zM690.980571 133.851429h201.581715v201.654857c0 16.310857 13.238857 29.549714 29.622857 29.549714h35.547428a29.622857 29.622857 0 0 0 29.549715-29.549714V61.952a22.893714 22.893714 0 0 0-22.820572-22.893714h-273.554285a29.622857 29.622857 0 0 0-29.549715 29.622857v35.547428c0 16.310857 13.238857 29.696 29.622857 29.696zM335.286857 892.781714H133.705143V691.2a29.622857 29.622857 0 0 0-29.622857-29.622857H68.534857a29.622857 29.622857 0 0 0-29.549714 29.622857v273.554286c0 12.653714 10.24 22.893714 22.820571 22.893714h273.554286a29.622857 29.622857 0 0 0 29.696-29.622857v-35.547429a29.769143 29.769143 0 0 0-29.769143-29.696z m557.348572-201.581714v201.581714H690.907429a29.622857 29.622857 0 0 0-29.622858 29.622857v35.547429c0 16.310857 13.238857 29.622857 29.622858 29.622857h273.554285c12.580571 0 22.893714-10.313143 22.893715-22.893714V691.2a29.622857 29.622857 0 0 0-29.622858-29.622857h-35.547428a29.622857 29.622857 0 0 0-29.696 29.622857z"></path></svg>',this.tag="button",this.alwaysEnable=!0}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return e.isFullScreen},e.prototype.isDisabled=function(e){return!1},e.prototype.exec=function(e,t){e.isFullScreen?e.unFullScreen():e.fullScreen()},e}(),mG={menus:[{key:"fullScreen",factory:function(){return new yG}}]},bG=function(){function e(){this.title=p_("common.enter"),this.iconSvg='<svg viewBox="0 0 1255 1024"><path d="M1095.111111 731.477333h-625.777778V1024L0 658.318222 469.333333 292.408889v292.636444h625.777778V0h156.444445v731.477333z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!!Vf.isExpanded(t)},e.prototype.exec=function(e,t){var n=e.selection;if(null!=n){var r=[n.anchor.path[0]];gd.insertNodes(e,{type:"paragraph",children:[{text:""}]},{at:r}),e.select(Af.start(e,r))}},e}(),wG=[AM,Dz,$W,WW,JW,eG,S$,aG,M$,Wz,vG,I$,hz,NL,A$,rG,mG,{menus:[{key:"enter",factory:function(){return new bG}}]}];d_("en",{listModule:{unOrderedList:"Unordered list",orderedList:"Ordered list"}}),d_("zh-CN",{listModule:{unOrderedList:"无序列表",orderedList:"有序列表"}});var xG="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function EG(e){var t={exports:{}};return e(t,t.exports),t.exports}var SG,CG,DG=function(e){return e&&e.Math==Math&&e},OG=DG("object"==typeof globalThis&&globalThis)||DG("object"==typeof window&&window)||DG("object"==typeof self&&self)||DG("object"==typeof xG&&xG)||function(){return this}()||Function("return this")(),AG=Function.prototype,kG=AG.bind,TG=AG.call,BG=kG&&kG.bind(TG),PG=kG?function(e){return e&&BG(TG,e)}:function(e){return e&&function(){return TG.apply(e,arguments)}},FG=function(e){try{return!!e()}catch(e){return!0}},_G=PG({}.toString),jG=PG("".slice),NG=function(e){return jG(_G(e),8,-1)},RG=OG.Object,IG=PG("".split),LG=FG((function(){return!RG("z").propertyIsEnumerable(0)}))?function(e){return"String"==NG(e)?IG(e,""):RG(e)}:RG,MG=OG.TypeError,zG=function(e){if(null==e)throw MG("Can't call method on "+e);return e},$G=function(e){return LG(zG(e))},HG=Object.defineProperty,UG=function(e,t){try{HG(OG,e,{value:t,configurable:!0,writable:!0})}catch(n){OG[e]=t}return t},VG=OG["__core-js_shared__"]||UG("__core-js_shared__",{}),ZG=EG((function(e){(e.exports=function(e,t){return VG[e]||(VG[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),WG=OG.Object,GG=function(e){return WG(zG(e))},qG=PG({}.hasOwnProperty),KG=Object.hasOwn||function(e,t){return qG(GG(e),t)},YG=0,XG=Math.random(),JG=PG(1..toString),QG=function(e){return"Symbol("+(void 0===e?"":e)+")_"+JG(++YG+XG,36)},eq=function(e){return"function"==typeof e},tq=function(e){return eq(e)?e:void 0},nq=function(e,t){return arguments.length<2?tq(OG[e]):OG[e]&&OG[e][t]},rq=nq("navigator","userAgent")||"",oq=OG.process,iq=OG.Deno,aq=oq&&oq.versions||iq&&iq.version,uq=aq&&aq.v8;uq&&(CG=(SG=uq.split("."))[0]>0&&SG[0]<4?1:+(SG[0]+SG[1])),!CG&&rq&&(!(SG=rq.match(/Edge\/(\d+)/))||SG[1]>=74)&&(SG=rq.match(/Chrome\/(\d+)/))&&(CG=+SG[1]);var sq,lq=CG,cq=!!Object.getOwnPropertySymbols&&!FG((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&lq&&lq<41})),fq=cq&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,dq=ZG("wks"),pq=OG.Symbol,hq=pq&&pq.for,gq=fq?pq:pq&&pq.withoutSetter||QG,vq=function(e){if(!KG(dq,e)||!cq&&"string"!=typeof dq[e]){var t="Symbol."+e;cq&&KG(pq,e)?dq[e]=pq[e]:dq[e]=fq&&hq?hq(t):gq(t)}return dq[e]},yq=function(e){return"object"==typeof e?null!==e:eq(e)},mq=OG.String,bq=OG.TypeError,wq=function(e){if(yq(e))return e;throw bq(mq(e)+" is not an object")},xq=!FG((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Eq=OG.document,Sq=yq(Eq)&&yq(Eq.createElement),Cq=function(e){return Sq?Eq.createElement(e):{}},Dq=!xq&&!FG((function(){return 7!=Object.defineProperty(Cq("div"),"a",{get:function(){return 7}}).a})),Oq=Function.prototype.call,Aq=Oq.bind?Oq.bind(Oq):function(){return Oq.apply(Oq,arguments)},kq=PG({}.isPrototypeOf),Tq=OG.Object,Bq=fq?function(e){return"symbol"==typeof e}:function(e){var t=nq("Symbol");return eq(t)&&kq(t.prototype,Tq(e))},Pq=OG.String,Fq=function(e){try{return Pq(e)}catch(e){return"Object"}},_q=OG.TypeError,jq=function(e){if(eq(e))return e;throw _q(Fq(e)+" is not a function")},Nq=function(e,t){var n=e[t];return null==n?void 0:jq(n)},Rq=OG.TypeError,Iq=OG.TypeError,Lq=vq("toPrimitive"),Mq=function(e){var t=function(e,t){if(!yq(e)||Bq(e))return e;var n,r=Nq(e,Lq);if(r){if(void 0===t&&(t="default"),n=Aq(r,e,t),!yq(n)||Bq(n))return n;throw Iq("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&eq(n=e.toString)&&!yq(r=Aq(n,e)))return r;if(eq(n=e.valueOf)&&!yq(r=Aq(n,e)))return r;if("string"!==t&&eq(n=e.toString)&&!yq(r=Aq(n,e)))return r;throw Rq("Can't convert object to primitive value")}(e,t)}(e,"string");return Bq(t)?t:t+""},zq=OG.TypeError,$q=Object.defineProperty,Hq={f:xq?$q:function(e,t,n){if(wq(e),t=Mq(t),wq(n),Dq)try{return $q(e,t,n)}catch(e){}if("get"in n||"set"in n)throw zq("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},Uq=Math.ceil,Vq=Math.floor,Zq=function(e){var t=+e;return t!=t||0===t?0:(t>0?Vq:Uq)(t)},Wq=Math.max,Gq=Math.min,qq=function(e,t){var n=Zq(e);return n<0?Wq(n+t,0):Gq(n,t)},Kq=Math.min,Yq=function(e){return e>0?Kq(Zq(e),9007199254740991):0},Xq=function(e){return Yq(e.length)},Jq=function(e){return function(t,n,r){var o,i=$G(t),a=Xq(i),u=qq(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},Qq={includes:Jq(!0),indexOf:Jq(!1)},eK={},tK=Qq.indexOf,nK=PG([].push),rK=function(e,t){var n,r=$G(e),o=0,i=[];for(n in r)!KG(eK,n)&&KG(r,n)&&nK(i,n);for(;t.length>o;)KG(r,n=t[o++])&&(~tK(i,n)||nK(i,n));return i},oK=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],iK=Object.keys||function(e){return rK(e,oK)},aK=xq?Object.defineProperties:function(e,t){wq(e);for(var n,r=$G(t),o=iK(t),i=o.length,a=0;i>a;)Hq.f(e,n=o[a++],r[n]);return e},uK=nq("document","documentElement"),sK=ZG("keys"),lK=function(e){return sK[e]||(sK[e]=QG(e))},cK=lK("IE_PROTO"),fK=function(){},dK=function(e){return"<script>"+e+"<\/script>"},pK=function(e){e.write(dK("")),e.close();var t=e.parentWindow.Object;return e=null,t},hK=function(){try{sq=new ActiveXObject("htmlfile")}catch(e){}var e,t;hK="undefined"!=typeof document?document.domain&&sq?pK(sq):((t=Cq("iframe")).style.display="none",uK.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(dK("document.F=Object")),e.close(),e.F):pK(sq);for(var n=oK.length;n--;)delete hK.prototype[oK[n]];return hK()};eK[cK]=!0;var gK=Object.create||function(e,t){var n;return null!==e?(fK.prototype=wq(e),n=new fK,fK.prototype=null,n[cK]=e):n=hK(),void 0===t?n:aK(n,t)},vK=vq("unscopables"),yK=Array.prototype;null==yK[vK]&&Hq.f(yK,vK,{configurable:!0,value:gK(null)});var mK=function(e){yK[vK][e]=!0},bK={},wK=PG(Function.toString);eq(VG.inspectSource)||(VG.inspectSource=function(e){return wK(e)});var xK,EK,SK,CK=VG.inspectSource,DK=OG.WeakMap,OK=eq(DK)&&/native code/.test(CK(DK)),AK=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},kK=xq?function(e,t,n){return Hq.f(e,t,AK(1,n))}:function(e,t,n){return e[t]=n,e},TK=OG.TypeError,BK=OG.WeakMap;if(OK||VG.state){var PK=VG.state||(VG.state=new BK),FK=PG(PK.get),_K=PG(PK.has),jK=PG(PK.set);xK=function(e,t){if(_K(PK,e))throw new TK("Object already initialized");return t.facade=e,jK(PK,e,t),t},EK=function(e){return FK(PK,e)||{}},SK=function(e){return _K(PK,e)}}else{var NK=lK("state");eK[NK]=!0,xK=function(e,t){if(KG(e,NK))throw new TK("Object already initialized");return t.facade=e,kK(e,NK,t),t},EK=function(e){return KG(e,NK)?e[NK]:{}},SK=function(e){return KG(e,NK)}}var RK,IK,LK,MK={set:xK,get:EK,has:SK,enforce:function(e){return SK(e)?EK(e):xK(e,{})},getterFor:function(e){return function(t){var n;if(!yq(t)||(n=EK(t)).type!==e)throw TK("Incompatible receiver, "+e+" required");return n}}},zK={}.propertyIsEnumerable,$K=Object.getOwnPropertyDescriptor,HK={f:$K&&!zK.call({1:2},1)?function(e){var t=$K(this,e);return!!t&&t.enumerable}:zK},UK=Object.getOwnPropertyDescriptor,VK={f:xq?UK:function(e,t){if(e=$G(e),t=Mq(t),Dq)try{return UK(e,t)}catch(e){}if(KG(e,t))return AK(!Aq(HK.f,e,t),e[t])}},ZK=Function.prototype,WK=xq&&Object.getOwnPropertyDescriptor,GK=KG(ZK,"name"),qK={EXISTS:GK,PROPER:GK&&"something"===function(){}.name,CONFIGURABLE:GK&&(!xq||xq&&WK(ZK,"name").configurable)},KK=EG((function(e){var t=qK.CONFIGURABLE,n=MK.get,r=MK.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;eq(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!KG(i,"name")||t&&i.name!==f)&&kK(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==OG?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:kK(e,n,i)):l?e[n]=i:UG(n,i)})(Function.prototype,"toString",(function(){return eq(this)&&n(this).source||CK(this)}))})),YK=oK.concat("length","prototype"),XK={f:Object.getOwnPropertyNames||function(e){return rK(e,YK)}},JK={f:Object.getOwnPropertySymbols},QK=PG([].concat),eY=nq("Reflect","ownKeys")||function(e){var t=XK.f(wq(e)),n=JK.f;return n?QK(t,n(e)):t},tY=function(e,t){for(var n=eY(t),r=Hq.f,o=VK.f,i=0;i<n.length;i++){var a=n[i];KG(e,a)||r(e,a,o(t,a))}},nY=/#|\.prototype\./,rY=function(e,t){var n=iY[oY(e)];return n==uY||n!=aY&&(eq(t)?FG(t):!!t)},oY=rY.normalize=function(e){return String(e).replace(nY,".").toLowerCase()},iY=rY.data={},aY=rY.NATIVE="N",uY=rY.POLYFILL="P",sY=rY,lY=VK.f,cY=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?OG:l?OG[u]||UG(u,{}):(OG[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=lY(n,r))&&a.value:n[r],!sY(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;tY(i,o)}(e.sham||o&&o.sham)&&kK(i,"sham",!0),KK(n,r,i,e)}},fY=!FG((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),dY=lK("IE_PROTO"),pY=OG.Object,hY=pY.prototype,gY=fY?pY.getPrototypeOf:function(e){var t=GG(e);if(KG(t,dY))return t[dY];var n=t.constructor;return eq(n)&&t instanceof n?n.prototype:t instanceof pY?hY:null},vY=vq("iterator"),yY=!1;[].keys&&("next"in(LK=[].keys())?(IK=gY(gY(LK)))!==Object.prototype&&(RK=IK):yY=!0);var mY=null==RK||FG((function(){var e={};return RK[vY].call(e)!==e}));mY&&(RK={}),eq(RK[vY])||KK(RK,vY,(function(){return this}));var bY={IteratorPrototype:RK,BUGGY_SAFARI_ITERATORS:yY},wY=Hq.f,xY=vq("toStringTag"),EY=function(e,t,n){e&&!KG(e=n?e:e.prototype,xY)&&wY(e,xY,{configurable:!0,value:t})},SY=bY.IteratorPrototype,CY=function(){return this},DY=OG.String,OY=OG.TypeError,AY=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=PG(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return wq(n),function(e){if("object"==typeof e||eq(e))return e;throw OY("Can't set "+DY(e)+" as a prototype")}(r),t?e(n,r):n.__proto__=r,n}}():void 0),kY=qK.PROPER,TY=qK.CONFIGURABLE,BY=bY.IteratorPrototype,PY=bY.BUGGY_SAFARI_ITERATORS,FY=vq("iterator"),_Y=function(){return this},jY=function(e,t,n,r,o,i,a){!function(e,t,n,r){var o=t+" Iterator";e.prototype=gK(SY,{next:AK(1,n)}),EY(e,o,!1),bK[o]=CY}(n,t,r);var u,s,l,c=function(e){if(e===o&&g)return g;if(!PY&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},f=t+" Iterator",d=!1,p=e.prototype,h=p[FY]||p["@@iterator"]||o&&p[o],g=!PY&&h||c(o),v="Array"==t&&p.entries||h;if(v&&(u=gY(v.call(new e)))!==Object.prototype&&u.next&&(gY(u)!==BY&&(AY?AY(u,BY):eq(u[FY])||KK(u,FY,_Y)),EY(u,f,!0)),kY&&"values"==o&&h&&"values"!==h.name&&(TY?kK(p,"name","values"):(d=!0,g=function(){return Aq(h,this)})),o)if(s={values:c("values"),keys:i?g:c("keys"),entries:c("entries")},a)for(l in s)(PY||d||!(l in p))&&KK(p,l,s[l]);else cY({target:t,proto:!0,forced:PY||d},s);return p[FY]!==g&&KK(p,FY,g,{name:o}),bK[t]=g,s},NY=MK.set,RY=MK.getterFor("Array Iterator"),IY=jY(Array,"Array",(function(e,t){NY(this,{type:"Array Iterator",target:$G(e),index:0,kind:t})}),(function(){var e=RY(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values");bK.Arguments=bK.Array,mK("keys"),mK("values"),mK("entries");var LY={};LY[vq("toStringTag")]="z";var MY="[object z]"===String(LY),zY=vq("toStringTag"),$Y=OG.Object,HY="Arguments"==NG(function(){return arguments}()),UY=MY?NG:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=$Y(e),zY))?n:HY?NG(t):"Object"==(r=NG(t))&&eq(t.callee)?"Arguments":r},VY=MY?{}.toString:function(){return"[object "+UY(this)+"]"};MY||KK(Object.prototype,"toString",VY,{unsafe:!0});var ZY=OG.String,WY=function(e){if("Symbol"===UY(e))throw TypeError("Cannot convert a Symbol value to a string");return ZY(e)},GY=PG("".charAt),qY=PG("".charCodeAt),KY=PG("".slice),YY=function(e){return function(t,n){var r,o,i=WY(zG(t)),a=Zq(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=qY(i,a))<55296||r>56319||a+1===u||(o=qY(i,a+1))<56320||o>57343?e?GY(i,a):r:e?KY(i,a,a+2):o-56320+(r-55296<<10)+65536}},XY={codeAt:YY(!1),charAt:YY(!0)},JY=XY.charAt,QY=MK.set,eX=MK.getterFor("String Iterator");jY(String,"String",(function(e){QY(this,{type:"String Iterator",string:WY(e),index:0})}),(function(){var e,t=eX(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=JY(n,r),t.index+=e.length,{value:e,done:!1})}));var tX=function(e,t,n){for(var r in t)KK(e,r,t[r],n);return e},nX=OG.Array,rX=Math.max,oX=XK.f,iX="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],aX={f:function(e){return iX&&"Window"==NG(e)?function(e){try{return oX(e)}catch(e){return function(e,t,n){for(var r,o,i,a,u=Xq(e),s=qq(void 0,u),l=qq(u,u),c=nX(rX(l-s,0)),f=0;s<l;s++,f++)r=c,o=f,i=e[s],(a=Mq(o))in r?Hq.f(r,a,AK(0,i)):r[a]=i;return c.length=f,c}(iX)}}(e):oX($G(e))}},uX=FG((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})),sX=Object.isExtensible,lX=FG((function(){sX(1)}))||uX?function(e){return!!yq(e)&&(!uX||"ArrayBuffer"!=NG(e))&&(!sX||sX(e))}:sX,cX=!FG((function(){return Object.isExtensible(Object.preventExtensions({}))})),fX=EG((function(e){var t=Hq.f,n=!1,r=QG("meta"),o=0,i=function(e){t(e,r,{value:{objectID:"O"+o++,weakData:{}}})},a=e.exports={enable:function(){a.enable=function(){},n=!0;var e=XK.f,t=PG([].splice),o={};o[r]=1,e(o).length&&(XK.f=function(n){for(var o=e(n),i=0,a=o.length;i<a;i++)if(o[i]===r){t(o,i,1);break}return o},cY({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:aX.f}))},fastKey:function(e,t){if(!yq(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!KG(e,r)){if(!lX(e))return"F";if(!t)return"E";i(e)}return e[r].objectID},getWeakData:function(e,t){if(!KG(e,r)){if(!lX(e))return!0;if(!t)return!1;i(e)}return e[r].weakData},onFreeze:function(e){return cX&&n&&lX(e)&&!KG(e,r)&&i(e),e}};eK[r]=!0})),dX=PG(PG.bind),pX=function(e,t){return jq(e),void 0===t?e:dX?dX(e,t):function(){return e.apply(t,arguments)}},hX=vq("iterator"),gX=Array.prototype,vX=vq("iterator"),yX=function(e){if(null!=e)return Nq(e,vX)||Nq(e,"@@iterator")||bK[UY(e)]},mX=OG.TypeError,bX=function(e,t,n){var r,o;wq(e);try{if(!(r=Nq(e,"return"))){if("throw"===t)throw n;return n}r=Aq(r,e)}catch(e){o=!0,r=e}if("throw"===t)throw n;if(o)throw r;return wq(r),n},wX=OG.TypeError,xX=function(e,t){this.stopped=e,this.result=t},EX=xX.prototype,SX=function(e,t,n){var r,o,i,a,u,s,l,c,f=n&&n.that,d=!(!n||!n.AS_ENTRIES),p=!(!n||!n.IS_ITERATOR),h=!(!n||!n.INTERRUPTED),g=pX(t,f),v=function(e){return r&&bX(r,"normal",e),new xX(!0,e)},y=function(e){return d?(wq(e),h?g(e[0],e[1],v):g(e[0],e[1])):h?g(e,v):g(e)};if(p)r=e;else{if(!(o=yX(e)))throw wX(Fq(e)+" is not iterable");if(void 0!==(c=o)&&(bK.Array===c||gX[hX]===c)){for(i=0,a=Xq(e);a>i;i++)if((u=y(e[i]))&&kq(EX,u))return u;return new xX(!1)}r=function(e,t){var n=arguments.length<2?yX(e):t;if(jq(n))return wq(Aq(n,e));throw mX(Fq(e)+" is not iterable")}(e,o)}for(s=r.next;!(l=Aq(s,r)).done;){try{u=y(l.value)}catch(e){bX(r,"throw",e)}if("object"==typeof u&&u&&kq(EX,u))return u}return new xX(!1)},CX=OG.TypeError,DX=function(e,t){if(kq(t,e))return e;throw CX("Incorrect invocation")},OX=vq("iterator"),AX=!1;try{var kX=0,TX={next:function(){return{done:!!kX++}},return:function(){AX=!0}};TX[OX]=function(){return this},Array.from(TX,(function(){throw 2}))}catch(Ml){}var BX=Array.isArray||function(e){return"Array"==NG(e)},PX=function(){},FX=[],_X=nq("Reflect","construct"),jX=/^\s*(?:class|function)\b/,NX=PG(jX.exec),RX=!jX.exec(PX),IX=function(e){if(!eq(e))return!1;try{return _X(PX,FX,e),!0}catch(e){return!1}},LX=!_X||FG((function(){var e;return IX(IX.call)||!IX(Object)||!IX((function(){e=!0}))||e}))?function(e){if(!eq(e))return!1;switch(UY(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return RX||!!NX(jX,CK(e))}:IX,MX=vq("species"),zX=OG.Array,$X=function(e,t){return new(function(e){var t;return BX(e)&&(t=e.constructor,(LX(t)&&(t===zX||BX(t.prototype))||yq(t)&&null===(t=t[MX]))&&(t=void 0)),void 0===t?zX:t}(e))(0===t?0:t)},HX=PG([].push),UX=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=GG(s),g=LG(h),v=pX(l,c),y=Xq(g),m=0,b=f||$X,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:HX(w,d)}else switch(e){case 4:return!1;case 7:HX(w,d)}return i?-1:r||o?o:w}},VX={forEach:UX(0),map:UX(1),filter:UX(2),some:UX(3),every:UX(4),find:UX(5),findIndex:UX(6),filterReject:UX(7)},ZX=fX.getWeakData,WX=MK.set,GX=MK.getterFor,qX=VX.find,KX=VX.findIndex,YX=PG([].splice),XX=0,JX=function(e){return e.frozen||(e.frozen=new QX)},QX=function(){this.entries=[]},eJ=function(e,t){return qX(e.entries,(function(e){return e[0]===t}))};QX.prototype={get:function(e){var t=eJ(this,e);if(t)return t[1]},has:function(e){return!!eJ(this,e)},set:function(e,t){var n=eJ(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=KX(this.entries,(function(t){return t[0]===e}));return~t&&YX(this.entries,t,1),!!~t}};var tJ,nJ={getConstructor:function(e,t,n,r){var o=e((function(e,o){DX(e,i),WX(e,{type:t,id:XX++,frozen:void 0}),null!=o&&SX(o,e[r],{that:e,AS_ENTRIES:n})})),i=o.prototype,a=GX(t),u=function(e,t,n){var r=a(e),o=ZX(wq(t),!0);return!0===o?JX(r).set(t,n):o[r.id]=n,e};return tX(i,{delete:function(e){var t=a(this);if(!yq(e))return!1;var n=ZX(e);return!0===n?JX(t).delete(e):n&&KG(n,t.id)&&delete n[t.id]},has:function(e){var t=a(this);if(!yq(e))return!1;var n=ZX(e);return!0===n?JX(t).has(e):n&&KG(n,t.id)}}),tX(i,n?{get:function(e){var t=a(this);if(yq(e)){var n=ZX(e);return!0===n?JX(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return u(this,e,t)}}:{add:function(e){return u(this,e,!0)}}),o}},rJ=MK.enforce,oJ=!OG.ActiveXObject&&"ActiveXObject"in OG,iJ=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},aJ=function(e,t,n){var r=-1!==e.indexOf("Map"),o=-1!==e.indexOf("Weak"),i=r?"set":"add",a=OG[e],u=a&&a.prototype,s=a,l={},c=function(e){var t=PG(u[e]);KK(u,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!yq(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return o&&!yq(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!yq(e))&&t(this,0===e?0:e)}:function(e,n){return t(this,0===e?0:e,n),this})};if(sY(e,!eq(a)||!(o||u.forEach&&!FG((function(){(new a).entries().next()})))))s=n.getConstructor(t,e,r,i),fX.enable();else if(sY(e,!0)){var f=new s,d=f[i](o?{}:-0,1)!=f,p=FG((function(){f.has(1)})),h=function(e,t){if(!AX)return!1;var n=!1;try{var r={};r[OX]=function(){return{next:function(){return{done:n=!0}}}},function(e){new a(e)}(r)}catch(e){}return n}(),g=!o&&FG((function(){for(var e=new a,t=5;t--;)e[i](t,t);return!e.has(-0)}));h||((s=t((function(e,t){DX(e,u);var n=function(e,t,n){var r,o;return AY&&eq(r=t.constructor)&&r!==n&&yq(o=r.prototype)&&o!==n.prototype&&AY(e,o),e}(new a,e,s);return null!=t&&SX(t,n[i],{that:n,AS_ENTRIES:r}),n}))).prototype=u,u.constructor=s),(p||g)&&(c("delete"),c("has"),r&&c("get")),(g||d)&&c(i),o&&u.clear&&delete u.clear}return l[e]=s,cY({global:!0,forced:s!=a},l),EY(s,e),o||n.setStrong(s,e,r),s}("WeakMap",iJ,nJ);if(OK&&oJ){tJ=nJ.getConstructor(iJ,"WeakMap",!0),fX.enable();var uJ=aJ.prototype,sJ=PG(uJ.delete),lJ=PG(uJ.has),cJ=PG(uJ.get),fJ=PG(uJ.set);tX(uJ,{delete:function(e){if(yq(e)&&!lX(e)){var t=rJ(this);return t.frozen||(t.frozen=new tJ),sJ(this,e)||t.frozen.delete(e)}return sJ(this,e)},has:function(e){if(yq(e)&&!lX(e)){var t=rJ(this);return t.frozen||(t.frozen=new tJ),lJ(this,e)||t.frozen.has(e)}return lJ(this,e)},get:function(e){if(yq(e)&&!lX(e)){var t=rJ(this);return t.frozen||(t.frozen=new tJ),lJ(this,e)?cJ(this,e):t.frozen.get(e)}return cJ(this,e)},set:function(e,t){if(yq(e)&&!lX(e)){var n=rJ(this);n.frozen||(n.frozen=new tJ),lJ(this,e)?fJ(this,e,t):n.frozen.set(e,t)}else fJ(this,e,t);return this}})}var dJ={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},pJ=Cq("span").classList,hJ=pJ&&pJ.constructor&&pJ.constructor.prototype,gJ=hJ===Object.prototype?void 0:hJ,vJ=vq("iterator"),yJ=vq("toStringTag"),mJ=IY.values,bJ=function(e,t){if(e){if(e[vJ]!==mJ)try{kK(e,vJ,mJ)}catch(t){e[vJ]=mJ}if(e[yJ]||kK(e,yJ,t),dJ[t])for(var n in IY)if(e[n]!==IY[n])try{kK(e,n,IY[n])}catch(t){e[n]=IY[n]}}};for(var wJ in dJ)bJ(OG[wJ]&&OG[wJ].prototype,wJ);bJ(gJ,"DOMTokenList");var xJ=new WeakMap,EJ={type:"list-item",renderElem:function(e,t,n){xJ.set(e,n);var r=e,o=r.level,i=void 0===o?0:o,a=r.ordered,u={margin:"5px 0 5px "+20*i+"px"},s="";if(void 0!==a&&a){var l=function(e,t){var n=t,r=n.type,o=n.level,i=void 0===o?0:o,a=n.ordered,u=void 0!==a&&a;if(!u)return-1;var s=1,l=t,c=AA.findPath(e,l);if(0===c[0])return 1;for(;c[0]>0;){var f=Rf.previous(c),d=Af.node(e,f);if(null==d)break;var p=d[0],h=p.level,g=void 0===h?0:h,v=p.type,y=p.ordered;if(v!==r)break;if(g<i)break;if(g===i){if(y!==u)break;s++}l=p,c=f}return s}(n,e);s=l+"."}else s=function(e){void 0===e&&(e=0);var t="";switch(e){case 0:t="•";break;case 1:t="◦";break;default:t="▪"}return t}(i);var c=function(e){var t,n=e.children||[],r=n.length;if(0===r)return"";for(var o=0;o<r&&!t;o++){var i=n[o];Xf.isText(i)&&(t=i)}return null==t?"":t.color||""}(e);return bg("div",{style:u},bg("span",{contentEditable:!1,style:{marginRight:"0.5em",color:c},"data-w-e-reserve":!0},s),bg("span",null,t))}},SJ=function(e,t){return SJ=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])},SJ(e,t)
|
|
120
|
+
/*! *****************************************************************************
|
|
121
|
+
Copyright (c) Microsoft Corporation.
|
|
122
|
+
|
|
123
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
124
|
+
purpose with or without fee is hereby granted.
|
|
125
|
+
|
|
126
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
127
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
128
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
129
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
130
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
131
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
132
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
133
|
+
***************************************************************************** */};function CJ(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}SJ(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}function DJ(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function OJ(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}function AJ(e){return Af.nodes(e,{at:e.selection||void 0,match:function(t){return 1===AA.findPath(e,t).length}})}var kJ=Qq.includes;cY({target:"Array",proto:!0},{includes:function(e){return kJ(this,e,arguments.length>1?arguments[1]:void 0)}}),mK("includes");var TJ,BJ,PJ=function(){var e=wq(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},FJ=OG.RegExp,_J=FG((function(){var e=FJ("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),jJ=_J||FG((function(){return!FJ("a","y").sticky})),NJ={BROKEN_CARET:_J||FG((function(){var e=FJ("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:jJ,UNSUPPORTED_Y:_J},RJ=OG.RegExp,IJ=FG((function(){var e=RJ(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),LJ=OG.RegExp,MJ=FG((function(){var e=LJ("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),zJ=MK.get,$J=ZG("native-string-replace",String.prototype.replace),HJ=RegExp.prototype.exec,UJ=HJ,VJ=PG("".charAt),ZJ=PG("".indexOf),WJ=PG("".replace),GJ=PG("".slice),qJ=(BJ=/b*/g,Aq(HJ,TJ=/a/,"a"),Aq(HJ,BJ,"a"),0!==TJ.lastIndex||0!==BJ.lastIndex),KJ=NJ.BROKEN_CARET,YJ=void 0!==/()??/.exec("")[1];(qJ||YJ||KJ||IJ||MJ)&&(UJ=function(e){var t,n,r,o,i,a,u,s=this,l=zJ(s),c=WY(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=Aq(UJ,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=KJ&&s.sticky,h=Aq(PJ,s),g=s.source,v=0,y=c;if(p&&(h=WJ(h,"y",""),-1===ZJ(h,"g")&&(h+="g"),y=GJ(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==VJ(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),YJ&&(n=new RegExp("^"+g+"$(?!\\s)",h)),qJ&&(r=s.lastIndex),o=Aq(HJ,p?n:s,y),p?o?(o.input=GJ(o.input,v),o[0]=GJ(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:qJ&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),YJ&&o&&o.length>1&&Aq($J,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=gK(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var XJ=UJ;cY({target:"RegExp",proto:!0,forced:/./.exec!==XJ},{exec:XJ});var JJ=function(){function e(){this.type="list-item",this.tag="button"}return e.prototype.getListNode=function(e){var t=this.type;return AA.getSelectedNodeByType(e,t)},e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){var t=this.getListNode(e);if(null==t)return!1;var n=t.ordered;return(void 0!==n&&n)===this.ordered},e.prototype.isDisabled=function(e){return null==e.selection||!!AA.getSelectedElems(e).some((function(t){if(Af.isVoid(e,t)&&Af.isBlock(e,t))return!0;var n=t.type;return!!["pre","code","table"].includes(n)||void 0}))},e.prototype.exec=function(e,t){this.isActive(e)?gd.setNodes(e,{type:"paragraph",ordered:void 0,level:void 0}):gd.setNodes(e,{type:"list-item",ordered:this.ordered,indent:void 0})},e}(),QJ='<svg viewBox="0 0 1024 1024"><path d="M384 64h640v128H384V64z m0 384h640v128H384v-128z m0 384h640v128H384v-128zM0 128a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z m0 384a128 128 0 1 1 256 0 128 128 0 0 1-256 0z"></path></svg>',eQ='<svg viewBox="0 0 1024 1024"><path d="M384 832h640v128H384z m0-384h640v128H384z m0-384h640v128H384zM192 0v256H128V64H64V0zM128 526.016v50.016h128v64H64v-146.016l128-60V384H64v-64h192v146.016zM256 704v320H64v-64h128v-64H64v-64h128v-64H64v-64z"></path></svg>',tQ=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.ordered=!1,t.title=p_("listModule.unOrderedList"),t.iconSvg=QJ,t}return CJ(t,e),t}(JJ),nQ=function(e){function t(){var t=null!==e&&e.apply(this,arguments)||this;return t.ordered=!0,t.title=p_("listModule.orderedList"),t.iconSvg=eQ,t}return CJ(t,e),t}(JJ),rQ={key:"bulletedList",factory:function(){return new tQ}},oQ={key:"numberedList",factory:function(){return new nQ}},iQ=[],aQ={type:"list-item",elemToHtml:function(e,t){var n="",r="",o=e.ordered,i=void 0!==o&&o?"ol":"ul",a=function(e){var t=xJ.get(e);if(null==t)return 0;var n=e,r=n.type,o=n.ordered,i=void 0!==o&&o,a=n.level,u=void 0===a?0:a,s=AA.findPath(t,e);if(0===s[0])return u+1;var l=Rf.previous(s),c=Af.node(t,l);if(!c)return 0;var f=OJ(c,1)[0];if(AA.getNodeType(f)!==r)return u+1;var d=f,p=d.ordered,h=void 0!==p&&p,g=d.level,v=void 0===g?0:g;return v<u?u-v:v>u?0:v===u?h===i?0:1:0}(e);if(a>0)for(var u=0;u<a;u++)n+="<"+i+">",iQ.push(i);var s=function(e){var t=xJ.get(e);if(null==t)return 0;var n=e,r=n.type,o=n.ordered,i=void 0!==o&&o,a=n.level,u=void 0===a?0:a,s=AA.findPath(t,e);if(s[0]===t.children.length-1)return u+1;var l=Rf.next(s),c=Af.node(t,l);if(!c)return 0;var f=OJ(c,1)[0];if(AA.getNodeType(f)!==r)return u+1;var d=f,p=d.ordered,h=void 0!==p&&p,g=d.level,v=void 0===g?0:g;return v<u?u-v:v>u?0:v===u?h===i?0:1:0}(e);if(s>0)for(u=0;u<s;u++)r+="</"+iQ.pop()+">";return{html:"<li>"+t+"</li>",prefix:n,suffix:r}}},uQ=vq("species"),sQ=VX.filter,lQ=lq>=51||!FG((function(){var e=[];return(e.constructor={})[uQ]=function(){return{foo:1}},1!==e.filter(Boolean).foo}));cY({target:"Array",proto:!0,forced:!lQ},{filter:function(e){return sQ(this,e,arguments.length>1?arguments[1]:void 0)}});var cQ=Function.prototype,fQ=cQ.apply,dQ=cQ.bind,pQ=cQ.call,hQ="object"==typeof Reflect&&Reflect.apply||(dQ?pQ.bind(fQ):function(){return pQ.apply(fQ,arguments)}),gQ=(vq("species"),RegExp.prototype),vQ=XY.charAt,yQ=function(e,t,n){return t+(n?vQ(e,t).length:1)},mQ=Math.floor,bQ=PG("".charAt),wQ=PG("".replace),xQ=PG("".slice),EQ=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,SQ=/\$([$&'`]|\d{1,2})/g,CQ=function(e,t,n,r,o,i){var a=n+e.length,u=r.length,s=SQ;return void 0!==o&&(o=GG(o),s=EQ),wQ(i,s,(function(i,s){var l;switch(bQ(s,0)){case"$":return"$";case"&":return e;case"`":return xQ(t,0,n);case"'":return xQ(t,a);case"<":l=o[xQ(s,1,-1)];break;default:var c=+s;if(0===c)return i;if(c>u){var f=mQ(c/10);return 0===f?i:f<=u?void 0===r[f-1]?bQ(s,1):r[f-1]+bQ(s,1):i}l=r[c-1]}return void 0===l?"":l}))},DQ=OG.TypeError,OQ=function(e,t){var n=e.exec;if(eq(n)){var r=Aq(n,e,t);return null!==r&&wq(r),r}if("RegExp"===NG(e))return Aq(XJ,e,t);throw DQ("RegExp#exec called on incompatible receiver")},AQ=vq("replace"),kQ=Math.max,TQ=Math.min,BQ=PG([].concat),PQ=PG([].push),FQ=PG("".indexOf),_Q=PG("".slice),jQ="$0"==="a".replace(/./,"$0"),NQ=!!/./[AQ]&&""===/./[AQ]("a","$0");!function(e,t,n,r){var o=vq(e),i=!FG((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!FG((function(){var e=!1,t=/a/;return t.exec=function(){return e=!0,null},t[o](""),!e}));if(!i||!a||n){var u=PG(/./[o]),s=function(e,t,n){var r=NQ?"$":"$0";return[function(e,n){var r=zG(this),o=null==e?void 0:Nq(e,AQ);return o?Aq(o,e,r,n):Aq(t,WY(r),e,n)},function(e,o){var i=wq(this),a=WY(e);if("string"==typeof o&&-1===FQ(o,r)&&-1===FQ(o,"$<")){var u=n(t,i,a,o);if(u.done)return u.value}var s=eq(o);s||(o=WY(o));var l=i.global;if(l){var c=i.unicode;i.lastIndex=0}for(var f=[];;){var d=OQ(i,a);if(null===d)break;if(PQ(f,d),!l)break;""===WY(d[0])&&(i.lastIndex=yQ(a,Yq(i.lastIndex),c))}for(var p,h="",g=0,v=0;v<f.length;v++){for(var y=WY((d=f[v])[0]),m=kQ(TQ(Zq(d.index),a.length),0),b=[],w=1;w<d.length;w++)PQ(b,void 0===(p=d[w])?p:String(p));var x=d.groups;if(s){var E=BQ([y],b,m,a);void 0!==x&&PQ(E,x);var S=WY(hQ(o,void 0,E))}else S=CQ(y,a,m,b,x,o);m>=g&&(h+=_Q(a,g,m)+S,g=m+y.length)}return h+_Q(a,g)}]}(0,""[e],(function(e,t,n,r,o){var a=PG(e),s=t.exec;return s===XJ||s===gQ.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));KK(String.prototype,e,s[0]),KK(gQ,o,s[1])}}("replace",0,!!FG((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!jQ||NQ);var RQ=OG.TypeError,IQ=function(e,t,n,r,o,i,a,u){for(var s,l,c=o,f=0,d=!!a&&pX(a,u);f<r;){if(f in n){if(s=d?d(n[f],f,t):n[f],i>0&&BX(s))l=Xq(s),c=IQ(e,t,s,l,c,i-1)-1;else{if(c>=9007199254740991)throw RQ("Exceed the acceptable array length");e[c]=s}c++}f++}return c},LQ=IQ;function MQ(e){return e.length?e[0].tagName.toLowerCase():""}cY({target:"Array",proto:!0},{flat:function(){var e=arguments.length?arguments[0]:void 0,t=GG(this),n=Xq(t),r=$X(t,0);return r.length=LQ(r,t,t,n,0,void 0===e?1:Zq(e)),r}}),mK("flat"),cY({global:!0},{globalThis:OG}),Xp&&(Bp.fn.append=Xp),jp&&(Bp.fn.attr=jp),Qp&&(Bp.fn.parent=Qp);var zQ={renderElems:[EJ],editorPlugin:function(e){var t=e.deleteBackward,n=e.handleTab,r=e.normalizeNode,o=e;return o.deleteBackward=function(e){var n=o.selection;if(null!=n)if(Vf.isExpanded(n))t(e);else{var r=AA.getSelectedNodeByType(o,"list-item");if(null!=r)if(0!==n.focus.offset)t(e);else{var i=r.level,a=void 0===i?0:i;a>0?gd.setNodes(o,{level:a-1}):gd.setNodes(o,{type:"paragraph",ordered:void 0,level:void 0})}else t(e)}else t(e)},o.handleTab=function(){var e,t,r,i,a=o.selection;if(null!=a){if(Vf.isCollapsed(a)){var u=AA.getSelectedNodeByType(o,"list-item");if(null==u)return void n();if(0===a.focus.offset){var s=u.level,l=void 0===s?0:s;return void gd.setNodes(o,{level:l+1})}}if(Vf.isExpanded(a)){var c=0,f=!1;try{for(var d=DJ(AJ(o)),p=d.next();!p.done;p=d.next()){var h=OJ(p.value,1)[0];"list-item"===AA.getNodeType(h)?c++:f=!0}}catch(t){e={error:t}}finally{try{p&&!p.done&&(t=d.return)&&t.call(d)}finally{if(e)throw e.error}}if(f||c<=1)return void n();try{for(var g=DJ(AJ(o)),v=g.next();!v.done;v=g.next()){var y=OJ(v.value,2),m=(h=y[0],y[1]),b=h.level;l=void 0===b?0:b,gd.setNodes(o,{level:l+1},{at:m})}}catch(e){r={error:e}}finally{try{v&&!v.done&&(i=g.return)&&i.call(g)}finally{if(r)throw r.error}}}else n()}else n()},o.normalizeNode=function(e){var t=OJ(e,2),n=t[0],i=t[1],a=AA.getNodeType(n);return"bulleted-list"!==a&&"numbered-list"!==a||gd.unwrapNodes(o,{at:i}),r([n,i])},o},menus:[rQ,oQ],elemsToHtml:[aQ],parseElemsHtml:[{selector:"ul:not([data-w-e-type]),ol:not([data-w-e-type])",parseElemHtml:function(e,t,n){return t.flat(1/0)}},{selector:"li:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e);0===(t=t.filter((function(e){return!!Xf.isText(e)||!!n.isInline(e)}))).length&&(t=[{text:r.text().replace(/\s+/gm," ")}]);var o=function(e){return"ol"===MQ(e.parent())}(r),i=function(e){for(var t=0,n=e.parent(),r=MQ(n);"ul"===r||"ol"===r;)r=MQ(n=n.parent()),t++;return t-1}(r);return{type:"list-item",ordered:o,level:i,children:t}}}]},$Q=o((function(e,t){var n="__lodash_hash_undefined__",o=9007199254740991,i="[object Arguments]",a="[object Array]",u="[object Boolean]",s="[object Date]",l="[object Error]",c="[object Function]",f="[object Map]",d="[object Number]",p="[object Object]",h="[object Promise]",g="[object RegExp]",v="[object Set]",y="[object String]",m="[object WeakMap]",b="[object ArrayBuffer]",w="[object DataView]",x=/^\[object .+?Constructor\]$/,E=/^(?:0|[1-9]\d*)$/,S={};S["[object Float32Array]"]=S["[object Float64Array]"]=S["[object Int8Array]"]=S["[object Int16Array]"]=S["[object Int32Array]"]=S["[object Uint8Array]"]=S["[object Uint8ClampedArray]"]=S["[object Uint16Array]"]=S["[object Uint32Array]"]=!0,S[i]=S[a]=S[b]=S[u]=S[w]=S[s]=S[l]=S[c]=S[f]=S[d]=S[p]=S[g]=S[v]=S[y]=S[m]=!1;var C="object"==typeof r&&r&&r.Object===Object&&r,D="object"==typeof self&&self&&self.Object===Object&&self,O=C||D||Function("return this")(),A=t&&!t.nodeType&&t,k=A&&e&&!e.nodeType&&e,T=k&&k.exports===A,B=T&&C.process,P=function(){try{return B&&B.binding&&B.binding("util")}catch(e){}}(),F=P&&P.isTypedArray;function _(e,t){for(var n=-1,r=null==e?0:e.length;++n<r;)if(t(e[n],n,e))return!0;return!1}function j(e){var t=-1,n=Array(e.size);return e.forEach((function(e,r){n[++t]=[r,e]})),n}function N(e){var t=-1,n=Array(e.size);return e.forEach((function(e){n[++t]=e})),n}var R=Array.prototype,I=Function.prototype,L=Object.prototype,M=O["__core-js_shared__"],z=I.toString,$=L.hasOwnProperty,H=function(){var e=/[^.]+$/.exec(M&&M.keys&&M.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}(),U=L.toString,V=RegExp("^"+z.call($).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),Z=T?O.Buffer:void 0,W=O.Symbol,G=O.Uint8Array,q=L.propertyIsEnumerable,K=R.splice,Y=W?W.toStringTag:void 0,X=Object.getOwnPropertySymbols,J=Z?Z.isBuffer:void 0,Q=function(e,t){return function(n){return e(t(n))}}(Object.keys,Object),ee=De(O,"DataView"),te=De(O,"Map"),ne=De(O,"Promise"),re=De(O,"Set"),oe=De(O,"WeakMap"),ie=De(Object,"create"),ae=Te(ee),ue=Te(te),se=Te(ne),le=Te(re),ce=Te(oe),fe=W?W.prototype:void 0,de=fe?fe.valueOf:void 0;function pe(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 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])}}function ge(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){var t=-1,n=null==e?0:e.length;for(this.__data__=new ge;++t<n;)this.add(e[t])}function ye(e){var t=this.__data__=new he(e);this.size=t.size}function me(e,t){for(var n=e.length;n--;)if(Be(e[n][0],t))return n;return-1}function be(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Y&&Y in Object(e)?function(e){var t=$.call(e,Y),n=e[Y];try{e[Y]=void 0;var r=!0}catch(e){}var o=U.call(e);return r&&(t?e[Y]=n:delete e[Y]),o}(e):function(e){return U.call(e)}(e)}function we(e){return Ie(e)&&be(e)==i}function xe(e,t,n,r,o){return e===t||(null==e||null==t||!Ie(e)&&!Ie(t)?e!=e&&t!=t:function(e,t,n,r,o,c){var h=Fe(e),m=Fe(t),x=h?a:Ae(e),E=m?a:Ae(t),S=(x=x==i?p:x)==p,C=(E=E==i?p:E)==p,D=x==E;if(D&&_e(e)){if(!_e(t))return!1;h=!0,S=!1}if(D&&!S)return c||(c=new ye),h||Le(e)?Ee(e,t,n,r,o,c):function(e,t,n,r,o,i,a){switch(n){case w:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case b:return!(e.byteLength!=t.byteLength||!i(new G(e),new G(t)));case u:case s:case d:return Be(+e,+t);case l:return e.name==t.name&&e.message==t.message;case g:case y:return e==t+"";case f:var c=j;case v:var p=1&r;if(c||(c=N),e.size!=t.size&&!p)return!1;var h=a.get(e);if(h)return h==t;r|=2,a.set(e,t);var m=Ee(c(e),c(t),r,o,i,a);return a.delete(e),m;case"[object Symbol]":if(de)return de.call(e)==de.call(t)}return!1}(e,t,x,n,r,o,c);if(!(1&n)){var O=S&&$.call(e,"__wrapped__"),A=C&&$.call(t,"__wrapped__");if(O||A){var k=O?e.value():e,T=A?t.value():t;return c||(c=new ye),o(k,T,n,r,c)}}return!!D&&(c||(c=new ye),function(e,t,n,r,o,i){var a=1&n,u=Se(e),s=u.length;if(s!=Se(t).length&&!a)return!1;for(var l=s;l--;){var c=u[l];if(!(a?c in t:$.call(t,c)))return!1}var f=i.get(e);if(f&&i.get(t))return f==t;var d=!0;i.set(e,t),i.set(t,e);for(var p=a;++l<s;){var h=e[c=u[l]],g=t[c];if(r)var v=a?r(g,h,c,t,e,i):r(h,g,c,e,t,i);if(!(void 0===v?h===g||o(h,g,n,r,i):v)){d=!1;break}p||(p="constructor"==c)}if(d&&!p){var y=e.constructor,m=t.constructor;y==m||!("constructor"in e)||!("constructor"in t)||"function"==typeof y&&y instanceof y&&"function"==typeof m&&m instanceof m||(d=!1)}return i.delete(e),i.delete(t),d}(e,t,n,r,o,c))}(e,t,n,r,xe,o))}function Ee(e,t,n,r,o,i){var a=1&n,u=e.length,s=t.length;if(u!=s&&!(a&&s>u))return!1;var l=i.get(e);if(l&&i.get(t))return l==t;var c=-1,f=!0,d=2&n?new ve:void 0;for(i.set(e,t),i.set(t,e);++c<u;){var p=e[c],h=t[c];if(r)var g=a?r(h,p,c,t,e,i):r(p,h,c,e,t,i);if(void 0!==g){if(g)continue;f=!1;break}if(d){if(!_(t,(function(e,t){if(a=t,!d.has(a)&&(p===e||o(p,e,n,r,i)))return d.push(t);var a}))){f=!1;break}}else if(p!==h&&!o(p,h,n,r,i)){f=!1;break}}return i.delete(e),i.delete(t),f}function Se(e){return function(e,t,n){var r=t(e);return Fe(e)?r:function(e,t){for(var n=-1,r=t.length,o=e.length;++n<r;)e[o+n]=t[n];return e}(r,n(e))}(e,Me,Oe)}function Ce(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 De(e,t){var n=function(e,t){return null==e?void 0:e[t]}(e,t);return function(e){return!(!Re(e)||function(e){return!!H&&H in e}(e))&&(je(e)?V:x).test(Te(e))}(n)?n:void 0}pe.prototype.clear=function(){this.__data__=ie?ie(null):{},this.size=0},pe.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},pe.prototype.get=function(e){var t=this.__data__;if(ie){var r=t[e];return r===n?void 0:r}return $.call(t,e)?t[e]:void 0},pe.prototype.has=function(e){var t=this.__data__;return ie?void 0!==t[e]:$.call(t,e)},pe.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=ie&&void 0===t?n:t,this},he.prototype.clear=function(){this.__data__=[],this.size=0},he.prototype.delete=function(e){var t=this.__data__,n=me(t,e);return!(n<0||(n==t.length-1?t.pop():K.call(t,n,1),--this.size,0))},he.prototype.get=function(e){var t=this.__data__,n=me(t,e);return n<0?void 0:t[n][1]},he.prototype.has=function(e){return me(this.__data__,e)>-1},he.prototype.set=function(e,t){var n=this.__data__,r=me(n,e);return r<0?(++this.size,n.push([e,t])):n[r][1]=t,this},ge.prototype.clear=function(){this.size=0,this.__data__={hash:new pe,map:new(te||he),string:new pe}},ge.prototype.delete=function(e){var t=Ce(this,e).delete(e);return this.size-=t?1:0,t},ge.prototype.get=function(e){return Ce(this,e).get(e)},ge.prototype.has=function(e){return Ce(this,e).has(e)},ge.prototype.set=function(e,t){var n=Ce(this,e),r=n.size;return n.set(e,t),this.size+=n.size==r?0:1,this},ve.prototype.add=ve.prototype.push=function(e){return this.__data__.set(e,n),this},ve.prototype.has=function(e){return this.__data__.has(e)},ye.prototype.clear=function(){this.__data__=new he,this.size=0},ye.prototype.delete=function(e){var t=this.__data__,n=t.delete(e);return this.size=t.size,n},ye.prototype.get=function(e){return this.__data__.get(e)},ye.prototype.has=function(e){return this.__data__.has(e)},ye.prototype.set=function(e,t){var n=this.__data__;if(n instanceof he){var r=n.__data__;if(!te||r.length<199)return r.push([e,t]),this.size=++n.size,this;n=this.__data__=new ge(r)}return n.set(e,t),this.size=n.size,this};var Oe=X?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)&&(i[o++]=a)}return i}(X(e),(function(t){return q.call(e,t)})))}:function(){return[]},Ae=be;function ke(e,t){return!!(t=null==t?o:t)&&("number"==typeof e||E.test(e))&&e>-1&&e%1==0&&e<t}function Te(e){if(null!=e){try{return z.call(e)}catch(e){}try{return e+""}catch(e){}}return""}function Be(e,t){return e===t||e!=e&&t!=t}(ee&&Ae(new ee(new ArrayBuffer(1)))!=w||te&&Ae(new te)!=f||ne&&Ae(ne.resolve())!=h||re&&Ae(new re)!=v||oe&&Ae(new oe)!=m)&&(Ae=function(e){var t=be(e),n=t==p?e.constructor:void 0,r=n?Te(n):"";if(r)switch(r){case ae:return w;case ue:return f;case se:return h;case le:return v;case ce:return m}return t});var Pe=we(function(){return arguments}())?we:function(e){return Ie(e)&&$.call(e,"callee")&&!q.call(e,"callee")},Fe=Array.isArray,_e=J||function(){return!1};function je(e){if(!Re(e))return!1;var t=be(e);return t==c||"[object GeneratorFunction]"==t||"[object AsyncFunction]"==t||"[object Proxy]"==t}function Ne(e){return"number"==typeof e&&e>-1&&e%1==0&&e<=o}function Re(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)}function Ie(e){return null!=e&&"object"==typeof e}var Le=F?function(e){return function(t){return e(t)}}(F):function(e){return Ie(e)&&Ne(e.length)&&!!S[be(e)]};function Me(e){return null!=(t=e)&&Ne(t.length)&&!je(t)?function(e,t){var n=Fe(e),r=!n&&Pe(e),o=!n&&!r&&_e(e),i=!n&&!r&&!o&&Le(e),a=n||r||o||i,u=a?function(e,t){for(var n=-1,r=Array(e);++n<e;)r[n]=t(n);return r}(e.length,String):[],s=u.length;for(var l in e)!t&&!$.call(e,l)||a&&("length"==l||o&&("offset"==l||"parent"==l)||i&&("buffer"==l||"byteLength"==l||"byteOffset"==l)||ke(l,s))||u.push(l);return u}(e):function(e){if(n=(t=e)&&t.constructor,t!==("function"==typeof n&&n.prototype||L))return Q(e);var t,n,r=[];for(var o in Object(e))$.call(e,o)&&"constructor"!=o&&r.push(o);return r}(e);var t}e.exports=function(e,t){return xe(e,t)}}));d_("en",{tableModule:{deleteCol:"Delete column",deleteRow:"Delete row",deleteTable:"Delete table",widthAuto:"Width auto",insertCol:"Insert column",insertRow:"Insert row",insertTable:"Insert table",header:"Header"}}),d_("zh-CN",{tableModule:{deleteCol:"删除列",deleteRow:"删除行",deleteTable:"删除表格",widthAuto:"宽度自适应",insertCol:"插入列",insertRow:"插入行",insertTable:"插入表格",header:"表头"}});var HQ="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function UQ(e){var t={exports:{}};return e(t,t.exports),t.exports}var VQ,ZQ,WQ=function(e){return e&&e.Math==Math&&e},GQ=WQ("object"==typeof globalThis&&globalThis)||WQ("object"==typeof window&&window)||WQ("object"==typeof self&&self)||WQ("object"==typeof HQ&&HQ)||function(){return this}()||Function("return this")(),qQ=function(e){try{return!!e()}catch(e){return!0}},KQ=!qQ((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),YQ=Function.prototype.call,XQ=YQ.bind?YQ.bind(YQ):function(){return YQ.apply(YQ,arguments)},JQ={}.propertyIsEnumerable,QQ=Object.getOwnPropertyDescriptor,e0={f:QQ&&!JQ.call({1:2},1)?function(e){var t=QQ(this,e);return!!t&&t.enumerable}:JQ},t0=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},n0=Function.prototype,r0=n0.bind,o0=n0.call,i0=r0&&r0.bind(o0),a0=r0?function(e){return e&&i0(o0,e)}:function(e){return e&&function(){return o0.apply(e,arguments)}},u0=a0({}.toString),s0=a0("".slice),l0=function(e){return s0(u0(e),8,-1)},c0=GQ.Object,f0=a0("".split),d0=qQ((function(){return!c0("z").propertyIsEnumerable(0)}))?function(e){return"String"==l0(e)?f0(e,""):c0(e)}:c0,p0=GQ.TypeError,h0=function(e){if(null==e)throw p0("Can't call method on "+e);return e},g0=function(e){return d0(h0(e))},v0=function(e){return"function"==typeof e},y0=function(e){return"object"==typeof e?null!==e:v0(e)},m0=function(e){return v0(e)?e:void 0},b0=function(e,t){return arguments.length<2?m0(GQ[e]):GQ[e]&&GQ[e][t]},w0=a0({}.isPrototypeOf),x0=b0("navigator","userAgent")||"",E0=GQ.process,S0=GQ.Deno,C0=E0&&E0.versions||S0&&S0.version,D0=C0&&C0.v8;D0&&(ZQ=(VQ=D0.split("."))[0]>0&&VQ[0]<4?1:+(VQ[0]+VQ[1])),!ZQ&&x0&&(!(VQ=x0.match(/Edge\/(\d+)/))||VQ[1]>=74)&&(VQ=x0.match(/Chrome\/(\d+)/))&&(ZQ=+VQ[1]);var O0=ZQ,A0=!!Object.getOwnPropertySymbols&&!qQ((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&O0&&O0<41})),k0=A0&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,T0=GQ.Object,B0=k0?function(e){return"symbol"==typeof e}:function(e){var t=b0("Symbol");return v0(t)&&w0(t.prototype,T0(e))},P0=GQ.String,F0=function(e){try{return P0(e)}catch(e){return"Object"}},_0=GQ.TypeError,j0=function(e){if(v0(e))return e;throw _0(F0(e)+" is not a function")},N0=function(e,t){var n=e[t];return null==n?void 0:j0(n)},R0=GQ.TypeError,I0=Object.defineProperty,L0=function(e,t){try{I0(GQ,e,{value:t,configurable:!0,writable:!0})}catch(n){GQ[e]=t}return t},M0=GQ["__core-js_shared__"]||L0("__core-js_shared__",{}),z0=UQ((function(e){(e.exports=function(e,t){return M0[e]||(M0[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),$0=GQ.Object,H0=function(e){return $0(h0(e))},U0=a0({}.hasOwnProperty),V0=Object.hasOwn||function(e,t){return U0(H0(e),t)},Z0=0,W0=Math.random(),G0=a0(1..toString),q0=function(e){return"Symbol("+(void 0===e?"":e)+")_"+G0(++Z0+W0,36)},K0=z0("wks"),Y0=GQ.Symbol,X0=Y0&&Y0.for,J0=k0?Y0:Y0&&Y0.withoutSetter||q0,Q0=function(e){if(!V0(K0,e)||!A0&&"string"!=typeof K0[e]){var t="Symbol."+e;A0&&V0(Y0,e)?K0[e]=Y0[e]:K0[e]=k0&&X0?X0(t):J0(t)}return K0[e]},e1=GQ.TypeError,t1=Q0("toPrimitive"),n1=function(e){var t=function(e,t){if(!y0(e)||B0(e))return e;var n,r=N0(e,t1);if(r){if(void 0===t&&(t="default"),n=XQ(r,e,t),!y0(n)||B0(n))return n;throw e1("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&v0(n=e.toString)&&!y0(r=XQ(n,e)))return r;if(v0(n=e.valueOf)&&!y0(r=XQ(n,e)))return r;if("string"!==t&&v0(n=e.toString)&&!y0(r=XQ(n,e)))return r;throw R0("Can't convert object to primitive value")}(e,t)}(e,"string");return B0(t)?t:t+""},r1=GQ.document,o1=y0(r1)&&y0(r1.createElement),i1=function(e){return o1?r1.createElement(e):{}},a1=!KQ&&!qQ((function(){return 7!=Object.defineProperty(i1("div"),"a",{get:function(){return 7}}).a})),u1=Object.getOwnPropertyDescriptor,s1={f:KQ?u1:function(e,t){if(e=g0(e),t=n1(t),a1)try{return u1(e,t)}catch(e){}if(V0(e,t))return t0(!XQ(e0.f,e,t),e[t])}},l1=GQ.String,c1=GQ.TypeError,f1=function(e){if(y0(e))return e;throw c1(l1(e)+" is not an object")},d1=GQ.TypeError,p1=Object.defineProperty,h1={f:KQ?p1:function(e,t,n){if(f1(e),t=n1(t),f1(n),a1)try{return p1(e,t,n)}catch(e){}if("get"in n||"set"in n)throw d1("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},g1=KQ?function(e,t,n){return h1.f(e,t,t0(1,n))}:function(e,t,n){return e[t]=n,e},v1=a0(Function.toString);v0(M0.inspectSource)||(M0.inspectSource=function(e){return v1(e)});var y1,m1,b1,w1=M0.inspectSource,x1=GQ.WeakMap,E1=v0(x1)&&/native code/.test(w1(x1)),S1=z0("keys"),C1=function(e){return S1[e]||(S1[e]=q0(e))},D1={},O1=GQ.TypeError,A1=GQ.WeakMap;if(E1||M0.state){var k1=M0.state||(M0.state=new A1),T1=a0(k1.get),B1=a0(k1.has),P1=a0(k1.set);y1=function(e,t){if(B1(k1,e))throw new O1("Object already initialized");return t.facade=e,P1(k1,e,t),t},m1=function(e){return T1(k1,e)||{}},b1=function(e){return B1(k1,e)}}else{var F1=C1("state");D1[F1]=!0,y1=function(e,t){if(V0(e,F1))throw new O1("Object already initialized");return t.facade=e,g1(e,F1,t),t},m1=function(e){return V0(e,F1)?e[F1]:{}},b1=function(e){return V0(e,F1)}}var _1={set:y1,get:m1,has:b1,enforce:function(e){return b1(e)?m1(e):y1(e,{})},getterFor:function(e){return function(t){var n;if(!y0(t)||(n=m1(t)).type!==e)throw O1("Incompatible receiver, "+e+" required");return n}}},j1=Function.prototype,N1=KQ&&Object.getOwnPropertyDescriptor,R1=V0(j1,"name"),I1={EXISTS:R1,PROPER:R1&&"something"===function(){}.name,CONFIGURABLE:R1&&(!KQ||KQ&&N1(j1,"name").configurable)},L1=UQ((function(e){var t=I1.CONFIGURABLE,n=_1.get,r=_1.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;v0(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!V0(i,"name")||t&&i.name!==f)&&g1(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==GQ?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:g1(e,n,i)):l?e[n]=i:L0(n,i)})(Function.prototype,"toString",(function(){return v0(this)&&n(this).source||w1(this)}))})),M1=Math.ceil,z1=Math.floor,$1=function(e){var t=+e;return t!=t||0===t?0:(t>0?z1:M1)(t)},H1=Math.max,U1=Math.min,V1=function(e,t){var n=$1(e);return n<0?H1(n+t,0):U1(n,t)},Z1=Math.min,W1=function(e){return e>0?Z1($1(e),9007199254740991):0},G1=function(e){return W1(e.length)},q1=function(e){return function(t,n,r){var o,i=g0(t),a=G1(i),u=V1(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},K1=(q1(!0),q1(!1)),Y1=a0([].push),X1=function(e,t){var n,r=g0(e),o=0,i=[];for(n in r)!V0(D1,n)&&V0(r,n)&&Y1(i,n);for(;t.length>o;)V0(r,n=t[o++])&&(~K1(i,n)||Y1(i,n));return i},J1=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Q1=J1.concat("length","prototype"),e2={f:Object.getOwnPropertyNames||function(e){return X1(e,Q1)}},t2={f:Object.getOwnPropertySymbols},n2=a0([].concat),r2=b0("Reflect","ownKeys")||function(e){var t=e2.f(f1(e)),n=t2.f;return n?n2(t,n(e)):t},o2=function(e,t){for(var n=r2(t),r=h1.f,o=s1.f,i=0;i<n.length;i++){var a=n[i];V0(e,a)||r(e,a,o(t,a))}},i2=/#|\.prototype\./,a2=function(e,t){var n=s2[u2(e)];return n==c2||n!=l2&&(v0(t)?qQ(t):!!t)},u2=a2.normalize=function(e){return String(e).replace(i2,".").toLowerCase()},s2=a2.data={},l2=a2.NATIVE="N",c2=a2.POLYFILL="P",f2=a2,d2=s1.f,p2=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?GQ:l?GQ[u]||L0(u,{}):(GQ[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=d2(n,r))&&a.value:n[r],!f2(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;o2(i,o)}(e.sham||o&&o.sham)&&g1(i,"sham",!0),L1(n,r,i,e)}},h2={};h2[Q0("toStringTag")]="z";var g2="[object z]"===String(h2),v2=Q0("toStringTag"),y2=GQ.Object,m2="Arguments"==l0(function(){return arguments}()),b2=g2?l0:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=y2(e),v2))?n:m2?l0(t):"Object"==(r=l0(t))&&v0(t.callee)?"Arguments":r},w2=GQ.String,x2=function(e){if("Symbol"===b2(e))throw TypeError("Cannot convert a Symbol value to a string");return w2(e)},E2=/"/g,S2=a0("".replace);p2({target:"String",proto:!0,forced:qQ((function(){var e="".anchor('"');return e!==e.toLowerCase()||e.split('"').length>3}))},{anchor:function(e){return t=e,n=x2(h0(this)),r="<a",(r+=' name="'+S2(x2(t),E2,""")+'"')+">"+n+"</a>";var t,n,r}});var C2,D2=function(){var e=f1(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},O2=GQ.RegExp,A2=qQ((function(){var e=O2("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),k2=A2||qQ((function(){return!O2("a","y").sticky})),T2={BROKEN_CARET:A2||qQ((function(){var e=O2("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:k2,UNSUPPORTED_Y:A2},B2=Object.keys||function(e){return X1(e,J1)},P2=KQ?Object.defineProperties:function(e,t){f1(e);for(var n,r=g0(t),o=B2(t),i=o.length,a=0;i>a;)h1.f(e,n=o[a++],r[n]);return e},F2=b0("document","documentElement"),_2=C1("IE_PROTO"),j2=function(){},N2=function(e){return"<script>"+e+"<\/script>"},R2=function(e){e.write(N2("")),e.close();var t=e.parentWindow.Object;return e=null,t},I2=function(){try{C2=new ActiveXObject("htmlfile")}catch(e){}var e,t;I2="undefined"!=typeof document?document.domain&&C2?R2(C2):((t=i1("iframe")).style.display="none",F2.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(N2("document.F=Object")),e.close(),e.F):R2(C2);for(var n=J1.length;n--;)delete I2.prototype[J1[n]];return I2()};D1[_2]=!0;var L2,M2,z2=Object.create||function(e,t){var n;return null!==e?(j2.prototype=f1(e),n=new j2,j2.prototype=null,n[_2]=e):n=I2(),void 0===t?n:P2(n,t)},$2=GQ.RegExp,H2=qQ((function(){var e=$2(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),U2=GQ.RegExp,V2=qQ((function(){var e=U2("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Z2=_1.get,W2=z0("native-string-replace",String.prototype.replace),G2=RegExp.prototype.exec,q2=G2,K2=a0("".charAt),Y2=a0("".indexOf),X2=a0("".replace),J2=a0("".slice),Q2=(M2=/b*/g,XQ(G2,L2=/a/,"a"),XQ(G2,M2,"a"),0!==L2.lastIndex||0!==M2.lastIndex),e4=T2.BROKEN_CARET,t4=void 0!==/()??/.exec("")[1];(Q2||t4||e4||H2||V2)&&(q2=function(e){var t,n,r,o,i,a,u,s=this,l=Z2(s),c=x2(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=XQ(q2,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=e4&&s.sticky,h=XQ(D2,s),g=s.source,v=0,y=c;if(p&&(h=X2(h,"y",""),-1===Y2(h,"g")&&(h+="g"),y=J2(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==K2(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),t4&&(n=new RegExp("^"+g+"$(?!\\s)",h)),Q2&&(r=s.lastIndex),o=XQ(G2,p?n:s,y),p?o?(o.input=J2(o.input,v),o[0]=J2(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:Q2&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),t4&&o&&o.length>1&&XQ(W2,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=z2(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var n4=q2;p2({target:"RegExp",proto:!0,forced:/./.exec!==n4},{exec:n4});var r4=Array.isArray||function(e){return"Array"==l0(e)},o4=function(){},i4=[],a4=b0("Reflect","construct"),u4=/^\s*(?:class|function)\b/,s4=a0(u4.exec),l4=!u4.exec(o4),c4=function(e){if(!v0(e))return!1;try{return a4(o4,i4,e),!0}catch(e){return!1}},f4=!a4||qQ((function(){var e;return c4(c4.call)||!c4(Object)||!c4((function(){e=!0}))||e}))?function(e){if(!v0(e))return!1;switch(b2(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return l4||!!s4(u4,w1(e))}:c4,d4=function(e,t,n){var r=n1(t);r in e?h1.f(e,r,t0(0,n)):e[r]=n},p4=Q0("species"),h4=function(e){return O0>=51||!qQ((function(){var t=[];return(t.constructor={})[p4]=function(){return{foo:1}},1!==t[e](Boolean).foo}))},g4=a0([].slice),v4=h4("slice"),y4=Q0("species"),m4=GQ.Array,b4=Math.max;function w4(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}function x4(e){var t=e.selection;if(null==t)return!1;var n=w4(Af.nodes(e,{match:function(e){return AA.checkNodeType(e,"table-cell")}}),1)[0];if(n){var r=w4(n,2)[1],o=Af.start(e,r);if(zf.equals(t.anchor,o))return!0}return!1}function E4(e,t){var n,r,o=Af.nodes(e,{at:t,match:function(e){return"table"===AA.getNodeType(e)}}),i=!1;try{for(var a=
|
|
134
|
+
/*! *****************************************************************************
|
|
135
|
+
Copyright (c) Microsoft Corporation.
|
|
136
|
+
|
|
137
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
138
|
+
purpose with or without fee is hereby granted.
|
|
139
|
+
|
|
140
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
141
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
142
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
143
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
144
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
145
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
146
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
147
|
+
***************************************************************************** */
|
|
148
|
+
function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(o),u=a.next();!u.done;u=a.next())u.value,i=!0}catch(e){n={error:e}}finally{try{u&&!u.done&&(r=a.return)&&r.call(a)}finally{if(n)throw n.error}}return i}p2({target:"Array",proto:!0,forced:!v4},{slice:function(e,t){var n,r,o,i=g0(this),a=G1(i),u=V1(e,a),s=V1(void 0===t?a:t,a);if(r4(i)&&(n=i.constructor,(f4(n)&&(n===m4||r4(n.prototype))||y0(n)&&null===(n=n[y4]))&&(n=void 0),n===m4||void 0===n))return g4(i,u,s);for(r=new(void 0===n?m4:n)(b4(s-u,0)),o=0;u<s;u++,o++)u in i&&d4(r,o,i[u]);return r.length=o,r}});var S4=a0(a0.bind),C4=Q0("species"),D4=GQ.Array,O4=function(e,t){return new(function(e){var t;return r4(e)&&(t=e.constructor,(f4(t)&&(t===D4||r4(t.prototype))||y0(t)&&null===(t=t[C4]))&&(t=void 0)),void 0===t?D4:t}(e))(0===t?0:t)},A4=a0([].push),k4=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=H0(s),g=d0(h),v=function(e,t){return j0(e),void 0===t?e:S4?S4(e,t):function(){return e.apply(t,arguments)}}(l,c),y=G1(g),m=0,b=f||O4,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:A4(w,d)}else switch(e){case 4:return!1;case 7:A4(w,d)}return i?-1:r||o?o:w}},T4={forEach:k4(0),map:k4(1),filter:k4(2),some:k4(3),every:k4(4),find:k4(5),findIndex:k4(6),filterReject:k4(7)},B4=T4.map;p2({target:"Array",proto:!0,forced:!h4("map")},{map:function(e){return B4(this,e,arguments.length>1?arguments[1]:void 0)}});var P4=g2?{}.toString:function(){return"[object "+b2(this)+"]"};function F4(e){var t=e.children||[];return 0===t.length?[]:(t[0]||{}).children||[]}function _4(e){return F4(e).every((function(e){return!!e.isHeader}))}g2||L1(Object.prototype,"toString",P4,{unsafe:!0});var j4=I1.PROPER,N4=RegExp.prototype,R4=N4.toString,I4=a0(D2),L4=qQ((function(){return"/a/b"!=R4.call({source:"a",flags:"b"})})),M4=j4&&"toString"!=R4.name;(L4||M4)&&L1(RegExp.prototype,"toString",(function(){var e=f1(this),t=x2(e.source),n=e.flags;return"/"+t+"/"+x2(void 0===n&&w0(N4,e)&&!("flags"in N4)?I4(e):n)}),{unsafe:!0});var z4=Q0("unscopables"),$4=Array.prototype;null==$4[z4]&&h1.f($4,z4,{configurable:!0,value:z2(null)});var H4=T4.find,U4=!0;"find"in[]&&Array(1).find((function(){U4=!1})),p2({target:"Array",proto:!0,forced:U4},{find:function(e){return H4(this,e,arguments.length>1?arguments[1]:void 0)}}),$4[z4].find=!0;var V4=Function.prototype,Z4=V4.apply,W4=V4.bind,G4=V4.call,q4="object"==typeof Reflect&&Reflect.apply||(W4?G4.bind(Z4):function(){return G4.apply(Z4,arguments)}),K4=Q0("species"),Y4=RegExp.prototype,X4=function(e,t,n,r){var o=Q0(e),i=!qQ((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!qQ((function(){var t=!1,n=/a/;return"split"===e&&((n={}).constructor={},n.constructor[K4]=function(){return n},n.flags="",n[o]=/./[o]),n.exec=function(){return t=!0,null},n[o](""),!t}));if(!i||!a||n){var u=a0(/./[o]),s=t(o,""[e],(function(e,t,n,r,o){var a=a0(e),s=t.exec;return s===n4||s===Y4.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));L1(String.prototype,e,s[0]),L1(Y4,o,s[1])}r&&g1(Y4[o],"sham",!0)},J4=Q0("match"),Q4=GQ.TypeError,e5=Q0("species"),t5=a0("".charAt),n5=a0("".charCodeAt),r5=a0("".slice),o5=function(e){return function(t,n){var r,o,i=x2(h0(t)),a=$1(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=n5(i,a))<55296||r>56319||a+1===u||(o=n5(i,a+1))<56320||o>57343?e?t5(i,a):r:e?r5(i,a,a+2):o-56320+(r-55296<<10)+65536}},i5=(o5(!1),o5(!0)),a5=function(e,t,n){return t+(n?i5(e,t).length:1)},u5=GQ.Array,s5=Math.max,l5=function(e,t,n){for(var r=G1(e),o=V1(t,r),i=V1(void 0===n?r:n,r),a=u5(s5(i-o,0)),u=0;o<i;o++,u++)d4(a,u,e[o]);return a.length=u,a},c5=GQ.TypeError,f5=function(e,t){var n=e.exec;if(v0(n)){var r=XQ(n,e,t);return null!==r&&f1(r),r}if("RegExp"===l0(e))return XQ(n4,e,t);throw c5("RegExp#exec called on incompatible receiver")},d5=T2.UNSUPPORTED_Y,p5=Math.min,h5=[].push,g5=a0(/./.exec),v5=a0(h5),y5=a0("".slice);X4("split",(function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r,o,i=x2(h0(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===e)return[i];if(!y0(r=e)||!(void 0!==(o=r[J4])?o:"RegExp"==l0(r)))return XQ(t,i,e,a);for(var u,s,l,c=[],f=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),d=0,p=new RegExp(e.source,f+"g");(u=XQ(n4,p,i))&&!((s=p.lastIndex)>d&&(v5(c,y5(i,d,u.index)),u.length>1&&u.index<i.length&&q4(h5,c,l5(u,1)),l=u[0].length,d=s,c.length>=a));)p.lastIndex===u.index&&p.lastIndex++;return d===i.length?!l&&g5(p,"")||v5(c,""):v5(c,y5(i,d)),c.length>a?l5(c,0,a):c}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:XQ(t,this,e,n)}:t,[function(t,n){var o=h0(this),i=null==t?void 0:N0(t,e);return i?XQ(i,t,o,n):XQ(r,x2(o),t,n)},function(e,o){var i=f1(this),a=x2(e),u=n(r,i,a,o,r!==t);if(u.done)return u.value;var s=function(e,t){var n,r=f1(e).constructor;return void 0===r||null==(n=f1(r)[e5])?t:function(e){if(f4(e))return e;throw Q4(F0(e)+" is not a constructor")}(n)}(i,RegExp),l=i.unicode,c=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(d5?"g":"y"),f=new s(d5?"^(?:"+i.source+")":i,c),d=void 0===o?4294967295:o>>>0;if(0===d)return[];if(0===a.length)return null===f5(f,a)?[a]:[];for(var p=0,h=0,g=[];h<a.length;){f.lastIndex=d5?0:h;var v,y=f5(f,d5?y5(a,h):a);if(null===y||(v=p5(W1(f.lastIndex+(d5?h:0)),a.length))===p)h=a5(a,h,l);else{if(v5(g,y5(a,p,h)),g.length===d)return g;for(var m=1;m<=y.length-1;m++)if(v5(g,y[m]),g.length===d)return g;h=p=v}}return v5(g,y5(a,p)),g}]}),!!qQ((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),d5);var m5="\t\n\v\f\r \u2028\u2029\ufeff",b5=a0("".replace),w5="["+m5+"]",x5=RegExp("^"+w5+w5+"*"),E5=RegExp(w5+w5+"*$"),S5=function(e){return function(t){var n=x2(h0(t));return 1&e&&(n=b5(n,x5,"")),2&e&&(n=b5(n,E5,"")),n}},C5={start:S5(1),end:S5(2),trim:S5(3)},D5=I1.PROPER,O5=C5.trim;function A5(e){return e.length?e[0].tagName.toLowerCase():""}p2({target:"String",proto:!0,forced:function(e){return qQ((function(){return!!m5[e]()||"
"!=="
"[e]()||D5&&m5[e].name!==e}))}("trim")},{trim:function(){return O5(this)}}),p2({global:!0},{globalThis:GQ}),Xp&&(Bp.fn.append=Xp),Lp&&(Bp.fn.on=Lp),sh&&(Bp.fn.focus=sh),jp&&(Bp.fn.attr=jp),Ip&&(Bp.fn.val=Ip),qp&&(Bp.fn.html=qp),Rp&&(Bp.fn.dataset=Rp),Pp&&(Bp.fn.addClass=Pp),Fp&&(Bp.fn.removeClass=Fp),nh&&(Bp.fn.children=nh),Wp&&(Bp.fn.each=Wp),th&&(Bp.fn.find=th);var k5=!1,T5=0,B5=0,P5=null,F5=null,_5=Bp("body");function j5(e){k5=!1,F5=null,P5=null,_5.off("mousemove",N5),_5.off("mouseup",j5)}_5.on("mousedown",(function(e){var t=e.target;if(("TH"===t.tagName||"TD"===t.tagName)&&"col-resize"===t.style.cursor){t.style.cursor="auto",e.preventDefault(),k5=!0;var n=e.clientX;T5=n;var r=t.getBoundingClientRect().width;B5=r,_5.on("mousemove",N5),_5.on("mouseup",j5)}}));var N5=zh((function(e){if(k5&&null!=F5&&null!=P5){e.preventDefault();var t=e.clientX,n=B5+(t-T5);(n=Math.floor(100*n)/100)<30&&(n=30),gd.setNodes(F5,{width:n.toString()},{at:P5})}}),100),R5={type:"table",renderElem:function(e,t,n){var r=function(e,t){if(e.isDisabled())return!1;var n=e.selection;if(null==n)return!0;if(Vf.isCollapsed(n))return!0;var r=n.anchor,o=n.focus,i=AA.findPath(e,t),a=Af.start(e,i),u=Af.end(e,i),s=zf.compare(r,u)<=0&&zf.compare(r,a)>=0,l=zf.compare(o,u)<=0&&zf.compare(o,a)>=0;return!!(s&&l&&Rf.equals(r.path.slice(0,3),o.path.slice(0,3)))}(n,e),o=e.width,i=void 0===o?"auto":o,a=bg("div",{className:"table-container","data-selected":AA.isNodeSelected(n,e),on:{mousedown:function(t){if("DIV"===t.target.tagName&&t.preventDefault(),!n.isDisabled()){var r=AA.findPath(n,e),o=Af.start(n,r),i=n.selection;null!=i?i.anchor.path[0]!==r[0]&&n.select(o):n.select(o)}}}},bg("table",{width:i,contentEditable:r},bg("colgroup",null,F4(e).map((function(e){var t=e.width;return bg("col",{width:void 0===t?"auto":t})}))),bg("tbody",null,t)));return a}},I5={type:"table-row",renderElem:function(e,t,n){return bg("tr",null,t)}},L5={type:"table-cell",renderElem:function(e,t,n){var r=function(e,t){var n=AA.getParentNode(e,t);if(null==n)return!1;var r=AA.getParentNode(e,n);return null!=r&&F4(r).some((function(e){return e===t}))}(n,e),o=e,i=o.colSpan,a=void 0===i?1:i,u=o.rowSpan,s=void 0===u?1:u,l=o.isHeader,c=void 0!==l&&l;if(!r)return bg("td",{colSpan:a,rowSpan:s},t);var f=bg(c?"th":"td",{colSpan:a,rowSpan:s,style:{borderRightWidth:"3px"},on:{mousemove:zh((function(t){var r=this.elm;if(null!=r){var o=r.getBoundingClientRect(),i=o.left,a=o.width,u=o.top,s=o.height,l=t.clientX,c=t.clientY;k5||(l>i+a-5&&l<i+a&&c>u&&c<u+s?(r.style.cursor="col-resize",F5=n,P5=AA.findPath(n,e)):k5||(r.style.cursor="auto",F5=null,P5=null))}}),100)}},t);return f}},M5={selector:"table",preParseHtml:function(e){var t=Bp(e);if("table"!==A5(t))return e;var n=t.find("tbody");if(0===n.length)return e;var r=t.find("tr");return t.append(r),n.remove(),t[0]}},z5=T4.filter;p2({target:"Array",proto:!0,forced:!h4("filter")},{filter:function(e){return z5(this,e,arguments.length>1?arguments[1]:void 0)}});var $5=Math.floor,H5=a0("".charAt),U5=a0("".replace),V5=a0("".slice),Z5=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,W5=/\$([$&'`]|\d{1,2})/g,G5=function(e,t,n,r,o,i){var a=n+e.length,u=r.length,s=W5;return void 0!==o&&(o=H0(o),s=Z5),U5(i,s,(function(i,s){var l;switch(H5(s,0)){case"$":return"$";case"&":return e;case"`":return V5(t,0,n);case"'":return V5(t,a);case"<":l=o[V5(s,1,-1)];break;default:var c=+s;if(0===c)return i;if(c>u){var f=$5(c/10);return 0===f?i:f<=u?void 0===r[f-1]?H5(s,1):r[f-1]+H5(s,1):i}l=r[c-1]}return void 0===l?"":l}))},q5=Q0("replace"),K5=Math.max,Y5=Math.min,X5=a0([].concat),J5=a0([].push),Q5=a0("".indexOf),e6=a0("".slice),t6="$0"==="a".replace(/./,"$0"),n6=!!/./[q5]&&""===/./[q5]("a","$0");X4("replace",(function(e,t,n){var r=n6?"$":"$0";return[function(e,n){var r=h0(this),o=null==e?void 0:N0(e,q5);return o?XQ(o,e,r,n):XQ(t,x2(r),e,n)},function(e,o){var i=f1(this),a=x2(e);if("string"==typeof o&&-1===Q5(o,r)&&-1===Q5(o,"$<")){var u=n(t,i,a,o);if(u.done)return u.value}var s=v0(o);s||(o=x2(o));var l=i.global;if(l){var c=i.unicode;i.lastIndex=0}for(var f=[];;){var d=f5(i,a);if(null===d)break;if(J5(f,d),!l)break;""===x2(d[0])&&(i.lastIndex=a5(a,W1(i.lastIndex),c))}for(var p,h="",g=0,v=0;v<f.length;v++){for(var y=x2((d=f[v])[0]),m=K5(Y5($1(d.index),a.length),0),b=[],w=1;w<d.length;w++)J5(b,void 0===(p=d[w])?p:String(p));var x=d.groups;if(s){var E=X5([y],b,m,a);void 0!==x&&J5(E,x);var S=x2(q4(o,void 0,E))}else S=G5(y,a,m,b,x,o);m>=g&&(h+=e6(a,g,m)+S,g=m+y.length)}return h+e6(a,g)}]}),!!qQ((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!t6||n6);var r6={selector:"td:not([data-w-e-type]),th:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e);0===(t=t.filter((function(e){return!!Xf.isText(e)||!!n.isInline(e)}))).length&&(t=[{text:r.text().replace(/\s+/gm," ")}]);var o=parseInt(r.attr("colSpan")||"1"),i=parseInt(r.attr("rowSpan")||"1"),a=r.attr("width")||"auto";return{type:"table-cell",isHeader:"th"===A5(r),colSpan:o,rowSpan:i,width:a,children:t}}},o6={selector:"tr:not([data-w-e-type])",parseElemHtml:function(e,t,n){return{type:"table-row",children:t.filter((function(e){return"table-cell"===AA.getNodeType(e)}))}}},i6={selector:"table:not([data-w-e-type])",parseElemHtml:function(e,t,n){var r=Bp(e),o="auto";return"100%"===function(e,t){for(var n="",r=(e.attr("style")||"").split(";"),o=r.length,i=0;i<o;i++){var a=r[i];if(a){var u=a.split(":");"width"===u[0].trim()&&(n=u[1].trim())}}return n}(r)&&(o="100%"),"100%"===r.attr("width")&&(o="100%"),{type:"table",width:o,children:t.filter((function(e){return"table-row"===AA.getNodeType(e)}))}}},a6=function(){function e(){this.title=p_("tableModule.insertTable"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M0 64v896h1024V64H0z m384 576v-192h256v192h-256z m256 64v192h-256v-192h256z m0-512v192h-256V192h256zM320 192v192H64V192h256z m-256 256h256v192H64v-192z m640 0h256v192h-256v-192z m0-64V192h256v192h-256zM64 704h256v192H64v-192z m640 192v-192h256v192h-256z"></path></svg>',this.tag="button",this.showDropPanel=!0,this.$content=null}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||!!AA.getSelectedElems(e).some((function(t){var n=AA.getNodeType(t);return"pre"===n||"table"===n||"list-item"===n||!!e.isVoid(t)}))},e.prototype.getPanelContentElem=function(e){var t=this;if(this.$content)return this.$content[0];for(var n=Bp('<div class="w-e-panel-content-table"></div>'),r=Bp("<span>0 × 0</span>"),o=Bp("<table></table>"),i=0;i<10;i++){for(var a=Bp("<tr></tr>"),u=0;u<10;u++){var s=Bp("<td></td>");s.attr("data-x",u.toString()),s.attr("data-y",i.toString()),a.append(s),s.on("mouseenter",(function(e){var t=e.target;if(null!=t){var n=Bp(t).dataset(),i=n.x,a=n.y;r[0].innerHTML=i+1+" × "+(a+1),o.children().each((function(e){Bp(e).children().each((function(e){var t=Bp(e),n=t.dataset(),r=n.x,o=n.y;r<=i&&o<=a?t.addClass("active"):t.removeClass("active")}))}))}})),s.on("click",(function(n){n.preventDefault();var r=n.target;if(null!=r){var o=Bp(r).dataset(),i=o.x,a=o.y;t.insertTable(e,a+1,i+1)}}))}o.append(a)}return n.append(o),n.append(r),this.$content=n,n[0]},e.prototype.insertTable=function(e,t,n){var r=parseInt(t,10),o=parseInt(n,10);if(r&&o&&!(r<=0||o<=0)){AA.isSelectedEmptyParagraph(e)&&gd.removeNodes(e,{mode:"highest"});var i=function(e,t){for(var n=[],r=0;r<e;r++){for(var o=[],i=0;i<t;i++){var a={type:"table-cell",children:[{text:""}]};0===r&&(a.isHeader=!0),o.push(a)}n.push({type:"table-row",children:o})}return{type:"table",width:"auto",children:n}}(r,o);gd.insertNodes(e,i,{mode:"highest"})}},e}(),u6=function(){function e(){this.title=p_("tableModule.deleteTable"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M826.8032 356.5312c-19.328 0-36.3776 15.6928-36.3776 35.0464v524.2624c0 19.328-16 34.56-35.328 34.56H264.9344c-19.328 0-35.5072-15.3088-35.5072-34.56V390.0416c0-19.328-14.1568-35.0464-33.5104-35.0464s-33.5104 15.6928-33.5104 35.0464V915.712c0 57.9328 44.6208 108.288 102.528 108.288H755.2c57.9328 0 108.0832-50.4576 108.0832-108.288V391.4752c-0.1024-19.2512-17.1264-34.944-36.48-34.944z" p-id="9577"></path><path d="M437.1712 775.7568V390.6048c0-19.328-14.1568-35.0464-33.5104-35.0464s-33.5104 15.616-33.5104 35.0464v385.152c0 19.328 14.1568 35.0464 33.5104 35.0464s33.5104-15.7184 33.5104-35.0464zM649.7024 775.7568V390.6048c0-19.328-17.0496-35.0464-36.3776-35.0464s-36.3776 15.616-36.3776 35.0464v385.152c0 19.328 17.0496 35.0464 36.3776 35.0464s36.3776-15.7184 36.3776-35.0464zM965.0432 217.0368h-174.6176V145.5104c0-57.9328-47.2064-101.76-104.6528-101.76h-350.976c-57.8304 0-105.3952 43.8528-105.3952 101.76v71.5264H54.784c-19.4304 0-35.0464 14.1568-35.0464 33.5104 0 19.328 15.616 33.5104 35.0464 33.5104h910.3616c19.328 0 35.0464-14.1568 35.0464-33.5104 0-19.3536-15.6928-33.5104-35.1488-33.5104z m-247.3728 0H297.3952V145.5104c0-19.328 18.2016-34.7648 37.4272-34.7648h350.976c19.1488 0 31.872 15.1296 31.872 34.7648v71.5264z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return null==e.selection||null==AA.getSelectedNodeByType(e,"table")},e.prototype.exec=function(e,t){this.isDisabled(e)||gd.removeNodes(e,{mode:"highest"})},e}(),s6=function(){function e(){this.title=p_("tableModule.insertRow"),this.iconSvg='<svg viewBox="0 0 1048 1024"><path d="M707.7888 521.0112h-147.456v-147.456H488.2432v147.456h-147.456v68.8128h147.456v147.456h72.0896v-147.456h147.456zM0 917.504V0h1048.576v917.504H0zM327.68 65.536H65.536v196.608H327.68V65.536z m327.68 0H393.216v196.608h262.144V65.536z m327.68 0h-262.144v196.608h262.144V65.536z m0 258.8672H65.536v462.0288H983.04V324.4032z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||null==AA.getSelectedNodeByType(e,"table")},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n=w4(Af.nodes(e,{match:function(e){return AA.checkNodeType(e,"table-cell")},universal:!0}),1),r=w4(n[0],2),o=r[0],i=r[1],a=AA.getParentNode(e,o),u=(null==a?void 0:a.children.length)||0;if(0!==u){for(var s={type:"table-row",children:[]},l=0;l<u;l++)s.children.push({type:"table-cell",children:[{text:""}]});var c=Rf.parent(i),f=Rf.next(c);gd.insertNodes(e,s,{at:f})}}},e}(),l6=function(){function e(){this.title=p_("tableModule.deleteRow"),this.iconSvg='<svg viewBox="0 0 1048 1024"><path d="M907.6736 586.5472L747.1104 425.984l163.84-163.84-78.6432-78.6432-163.84 163.84L507.904 186.7776 429.2608 262.144l163.84 163.84-167.1168 167.1168 78.6432 78.6432 167.1168-167.1168 160.5632 160.5632 75.3664-78.6432zM0 917.504V0h1048.576v917.504H0z m983.04-327.68h-22.9376l-65.536-65.536H983.04V327.68h-91.7504l65.536-65.536h26.2144V65.536H65.536v196.608h317.8496l65.536 65.536H65.536v196.608h380.1088l-65.536 65.536H65.536v196.608H983.04v-196.608z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||null==AA.getSelectedNodeByType(e,"table-row")},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n=w4(Af.nodes(e,{match:function(e){return AA.checkNodeType(e,"table-row")},universal:!0}),1),r=w4(n[0],2),o=r[0],i=r[1],a=AA.getParentNode(e,o);((null==a?void 0:a.children.length)||0)<=1?gd.removeNodes(e,{mode:"highest"}):gd.removeNodes(e,{at:i})}},e}(),c6={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},f6=i1("span").classList,d6=f6&&f6.constructor&&f6.constructor.prototype,p6=d6===Object.prototype?void 0:d6,h6=T4.forEach,g6=function(e,t){var n=[].forEach;return!!n&&qQ((function(){n.call(null,(function(){throw 1}),1)}))}(),v6=g6?[].forEach:function(e){return h6(this,e,arguments.length>1?arguments[1]:void 0)},y6=function(e){if(e&&e.forEach!==v6)try{g1(e,"forEach",v6)}catch(t){e.forEach=v6}};for(var m6 in c6)c6[m6]&&y6(GQ[m6]&&GQ[m6].prototype);y6(p6);var b6=function(){function e(){this.title=p_("tableModule.insertCol"),this.iconSvg='<svg viewBox="0 0 1048 1024"><path d="M327.68 193.3312v186.7776H140.9024v91.7504H327.68v186.7776h88.4736V471.8592h190.0544V380.1088H416.1536V193.3312zM0 917.504V0h1048.576v917.504H0zM655.36 65.536H65.536v720.896H655.36V65.536z m327.68 0h-262.144v196.608h262.144V65.536z m0 262.144h-262.144v196.608h262.144V327.68z m0 262.144h-262.144v196.608h262.144v-196.608z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||null==AA.getSelectedNodeByType(e,"table")},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n=w4(Af.nodes(e,{match:function(e){return AA.checkNodeType(e,"table-cell")},universal:!0}),1),r=w4(n[0],2),o=r[0],i=r[1],a=AA.getParentNode(e,o);if(null!=a){var u=AA.getParentNode(e,a);null!=u&&(u.children||[]).forEach((function(t,n){xf.isElement(t)&&(t.children||[]).forEach((function(t){var r=AA.findPath(e,t);if(r.length===i.length&&$Q(r.slice(-1),i.slice(-1))){var o={type:"table-cell",children:[{text:""}]};0===n&&_4(u)&&(o.isHeader=!0),gd.insertNodes(e,o,{at:r})}}))}))}}},e}(),w6=function(){function e(){this.title=p_("tableModule.deleteCol"),this.iconSvg='<svg viewBox="0 0 1048 1024"><path d="M327.68 510.976L393.216 445.44v-13.1072L327.68 366.7968V510.976z m327.68-78.4384l65.536-65.536V507.904L655.36 442.368v-9.8304z m393.216 484.9664V0H0v917.504h1048.576z m-65.536-131.072h-262.144v-52.4288l-13.1072 13.1072-52.4288-52.4288v91.7504H393.216v-91.7504l-52.4288 52.4288-13.1072-13.1072v52.4288H65.536V65.536H327.68v121.2416l36.0448-36.0448 29.4912 29.4912V62.2592h262.144V180.224l49.152-49.152 16.384 16.384V62.2592h262.144V786.432z m-294.912-108.1344l-160.5632-160.5632-167.1168 167.1168-78.6432-78.6432 167.1168-167.1168L288.3584 278.528l78.6432-78.6432 160.5632 160.5632 163.84-163.84 78.6432 78.6432-163.84 163.84 160.5632 160.5632-78.6432 78.6432z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||null==AA.getSelectedNodeByType(e,"table-cell")},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n=w4(Af.nodes(e,{match:function(e){return AA.checkNodeType(e,"table-cell")},universal:!0}),1),r=w4(n[0],2),o=r[0],i=r[1],a=AA.getParentNode(e,o),u=(null==a?void 0:a.children.length)||0;if(!a||u<=1)gd.removeNodes(e,{mode:"highest"});else{var s=AA.getParentNode(e,a);null!=s&&(s.children||[]).forEach((function(t){xf.isElement(t)&&(t.children||[]).forEach((function(t){var n=AA.findPath(e,t);n.length===i.length&&$Q(n.slice(-1),i.slice(-1))&&gd.removeNodes(e,{at:n})}))}))}}},e}(),x6=function(){function e(){this.title=p_("tableModule.header"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M704 128l-64 0L384 128 320 128 0 128l0 256 0 64 0 192 0 64 0 256 320 0 64 0 256 0 64 0 320 0 0-256 0-64L1024 448 1024 384 1024 128 704 128zM640 640 384 640 384 448l256 0L640 640zM64 448l256 0 0 192L64 640 64 448zM320 896 64 896l0-192 256 0L320 896zM640 896 384 896l0-192 256 0L640 896zM960 896l-256 0 0-192 256 0L960 896zM960 640l-256 0L704 448l256 0L960 640z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){var t=AA.getSelectedNodeByType(e,"table");return null!=t&&_4(t)},e.prototype.isActive=function(e){return!!this.getValue(e)},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||null==AA.getSelectedNodeByType(e,"table")},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n=!t,r=AA.getSelectedNodeByType(e,"table");null!=r&&F4(r).forEach((function(t){return gd.setNodes(e,{isHeader:n},{at:AA.findPath(e,t)})}))}},e}(),E6=function(){function e(){this.title=p_("tableModule.widthAuto"),this.iconSvg='<svg viewBox="0 0 1228 1024"><path d="M862.514337 563.200461H404.581995v121.753478a13.311987 13.311987 0 0 1-6.655993 11.468789 10.23999 10.23999 0 0 1-12.083188-1.433599l-204.799795-179.199821a13.721586 13.721586 0 0 1 0-20.479979l204.799795-179.302221a10.23999 10.23999 0 0 1 12.185588-1.535998 13.209587 13.209587 0 0 1 6.553593 11.673588v115.097485h457.932342V319.693504a11.571188 11.571188 0 0 1 18.841582-10.239989l204.799795 179.19982a13.721586 13.721586 0 0 1 0 20.47998l-204.799795 179.199821a10.23999 10.23999 0 0 1-12.185588 1.535998 13.311987 13.311987 0 0 1-6.655994-11.571188V563.200461zM136.499064 14.951409v993.893406a15.257585 15.257585 0 0 1-15.155185 15.052785H15.155185A15.155185 15.155185 0 0 1 0 1008.844815V14.951409a15.257585 15.257585 0 0 1 15.155185-15.052785h106.086294a15.155185 15.155185 0 0 1 15.257585 15.155185zM1228.798771 14.951409v993.893406a15.257585 15.257585 0 0 1-15.155185 15.052785h-106.188693a15.155185 15.155185 0 0 1-15.155185-15.052785V14.951409a15.257585 15.257585 0 0 1 15.155185-15.052785h106.086293A15.155185 15.155185 0 0 1 1228.798771 15.053809z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){var t=AA.getSelectedNodeByType(e,"table");return null!=t&&"100%"===t.width},e.prototype.isActive=function(e){return!!this.getValue(e)},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||null==AA.getSelectedNodeByType(e,"table")},e.prototype.exec=function(e,t){if(!this.isDisabled(e)){var n={width:t?"auto":"100%"};gd.setNodes(e,n,{mode:"highest"})}},e}(),S6={renderElems:[R5,I5,L5],elemsToHtml:[{type:"table",elemToHtml:function(e,t){var n=e.width;return'<table style="width: '+(void 0===n?"auto":n)+';"><tbody>'+t+"</tbody></table>"}},{type:"table-row",elemToHtml:function(e,t){return"<tr>"+t+"</tr>"}},{type:"table-cell",elemToHtml:function(e,t){var n=e,r=n.colSpan,o=void 0===r?1:r,i=n.rowSpan,a=void 0===i?1:i,u=n.isHeader,s=void 0!==u&&u,l=n.width,c=s?"th":"td";return"<"+c+' colSpan="'+o+'" rowSpan="'+a+'" width="'+(void 0===l?"auto":l)+'">'+t+"</"+c+">"}}],preParseHtml:[M5],parseElemsHtml:[r6,o6,i6],menus:[{key:"insertTable",factory:function(){return new a6}},{key:"deleteTable",factory:function(){return new u6}},{key:"insertTableRow",factory:function(){return new s6}},{key:"deleteTableRow",factory:function(){return new l6}},{key:"insertTableCol",factory:function(){return new b6}},{key:"deleteTableCol",factory:function(){return new w6}},{key:"tableHeader",factory:function(){return new x6}},{key:"tableFullWidth",factory:function(){return new E6}}],editorPlugin:function(e){var t=e.insertBreak,n=e.deleteBackward,r=e.deleteForward,o=e.normalizeNode,i=e.insertData,a=e.handleTab,u=e.selectAll,s=e;return s.insertBreak=function(){null==AA.getSelectedNodeByType(s,"table")?t():s.insertText("\n")},s.deleteBackward=function(e){if(!x4(s)){var t=s.selection;if(t){var r=Af.before(s,t);if(r){var o=E4(s,r),i=E4(s,t);if(o&&!i)return}}n(e)}},s.handleTab=function(){var t;if(AA.getSelectedNodeByType(s,"table")){var n=Af.above(e);AA.checkNodeType(n[0],"table-cell")&&gd.select(e,n[1]);var r=Af.next(e);if(r)r[0]&&r[0].text&&(r=null!==(t=Af.above(e,{at:r[1]}))&&void 0!==t?t:r),gd.select(e,r[1]);else{var o=s.children||[],i=o.length;if(AA.checkNodeType(o[i-1],"table")){var u=AA.genEmptyParagraph();gd.insertNodes(s,u,{at:[i]}),s.handleTab()}}}else a()},s.deleteForward=function(e){x4(s)||r(e)},s.normalizeNode=function(e){var t=w4(e,2),n=t[0],r=t[1];if("table"!==AA.getNodeType(n))return o([n,r]);if(AA.isLastNode(s,n)){var i=AA.genEmptyParagraph();gd.insertNodes(s,i,{at:[r[0]+1]})}},s.insertData=function(e){if(null!=AA.getSelectedNodeByType(s,"table")){var t=e.getData("text/plain");"\n"===t||/<img[^>]+>/.test(e.getData("text/html"))?i(e):Af.insertText(s,t)}else i(e)},s.selectAll=function(){var e=s.selection;if(null!=e){var t=AA.getSelectedNodeByType(s,"table-cell");if(null!=t){var n=e.anchor,r=e.focus;if(Rf.equals(n.path.slice(0,3),r.path.slice(0,3)))if(0!==Ff.string(t).length){var o=AA.findPath(s,t),i={anchor:Af.start(s,o),focus:Af.end(s,o)};s.select(i)}else u();else u()}else u()}else u()},s}};d_("en",{videoModule:{delete:"Delete",uploadVideo:"Upload video",insertVideo:"Insert video",videoSrc:"Video source",videoSrcPlaceHolder:"Video file url, or third-party <iframe>",videoPoster:"Video poster",videoPosterPlaceHolder:"Poster image url",ok:"Ok",editSize:"Edit size",width:"Width",height:"Height"}}),d_("zh-CN",{videoModule:{delete:"删除视频",uploadVideo:"上传视频",insertVideo:"插入视频",videoSrc:"视频地址",videoSrcPlaceHolder:"视频文件 url 或第三方 <iframe>",videoPoster:"视频封面",videoPosterPlaceHolder:"封面图片 url",ok:"确定",editSize:"修改尺寸",width:"宽度",height:"高度"}});
|
|
149
|
+
/*! *****************************************************************************
|
|
150
|
+
Copyright (c) Microsoft Corporation.
|
|
151
|
+
|
|
152
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
153
|
+
purpose with or without fee is hereby granted.
|
|
154
|
+
|
|
155
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
156
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
157
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
158
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
159
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
160
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
161
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
162
|
+
***************************************************************************** */
|
|
163
|
+
var C6=function(){return C6=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},C6.apply(this,arguments)};function D6(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{s(r.next(e))}catch(e){i(e)}}function u(e){try{s(r.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,u)}s((r=r.apply(e,t||[])).next())}))}function O6(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:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){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=(o=a.trys).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,u])}}}function A6(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 k6="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function T6(e){var t={exports:{}};return e(t,t.exports),t.exports}var B6,P6,F6=function(e){return e&&e.Math==Math&&e},_6=F6("object"==typeof globalThis&&globalThis)||F6("object"==typeof window&&window)||F6("object"==typeof self&&self)||F6("object"==typeof k6&&k6)||function(){return this}()||Function("return this")(),j6=function(e){try{return!!e()}catch(e){return!0}},N6=!j6((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),R6=Function.prototype.call,I6=R6.bind?R6.bind(R6):function(){return R6.apply(R6,arguments)},L6={}.propertyIsEnumerable,M6=Object.getOwnPropertyDescriptor,z6={f:M6&&!L6.call({1:2},1)?function(e){var t=M6(this,e);return!!t&&t.enumerable}:L6},$6=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},H6=Function.prototype,U6=H6.bind,V6=H6.call,Z6=U6&&U6.bind(V6),W6=U6?function(e){return e&&Z6(V6,e)}:function(e){return e&&function(){return V6.apply(e,arguments)}},G6=W6({}.toString),q6=W6("".slice),K6=function(e){return q6(G6(e),8,-1)},Y6=_6.Object,X6=W6("".split),J6=j6((function(){return!Y6("z").propertyIsEnumerable(0)}))?function(e){return"String"==K6(e)?X6(e,""):Y6(e)}:Y6,Q6=_6.TypeError,e3=function(e){if(null==e)throw Q6("Can't call method on "+e);return e},t3=function(e){return J6(e3(e))},n3=function(e){return"function"==typeof e},r3=function(e){return"object"==typeof e?null!==e:n3(e)},o3=function(e){return n3(e)?e:void 0},i3=function(e,t){return arguments.length<2?o3(_6[e]):_6[e]&&_6[e][t]},a3=W6({}.isPrototypeOf),u3=i3("navigator","userAgent")||"",s3=_6.process,l3=_6.Deno,c3=s3&&s3.versions||l3&&l3.version,f3=c3&&c3.v8;f3&&(P6=(B6=f3.split("."))[0]>0&&B6[0]<4?1:+(B6[0]+B6[1])),!P6&&u3&&(!(B6=u3.match(/Edge\/(\d+)/))||B6[1]>=74)&&(B6=u3.match(/Chrome\/(\d+)/))&&(P6=+B6[1]);var d3=P6,p3=!!Object.getOwnPropertySymbols&&!j6((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&d3&&d3<41})),h3=p3&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,g3=_6.Object,v3=h3?function(e){return"symbol"==typeof e}:function(e){var t=i3("Symbol");return n3(t)&&a3(t.prototype,g3(e))},y3=_6.String,m3=function(e){try{return y3(e)}catch(e){return"Object"}},b3=_6.TypeError,w3=function(e){if(n3(e))return e;throw b3(m3(e)+" is not a function")},x3=function(e,t){var n=e[t];return null==n?void 0:w3(n)},E3=_6.TypeError,S3=Object.defineProperty,C3=function(e,t){try{S3(_6,e,{value:t,configurable:!0,writable:!0})}catch(n){_6[e]=t}return t},D3=_6["__core-js_shared__"]||C3("__core-js_shared__",{}),O3=T6((function(e){(e.exports=function(e,t){return D3[e]||(D3[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),A3=_6.Object,k3=function(e){return A3(e3(e))},T3=W6({}.hasOwnProperty),B3=Object.hasOwn||function(e,t){return T3(k3(e),t)},P3=0,F3=Math.random(),_3=W6(1..toString),j3=function(e){return"Symbol("+(void 0===e?"":e)+")_"+_3(++P3+F3,36)},N3=O3("wks"),R3=_6.Symbol,I3=R3&&R3.for,L3=h3?R3:R3&&R3.withoutSetter||j3,M3=function(e){if(!B3(N3,e)||!p3&&"string"!=typeof N3[e]){var t="Symbol."+e;p3&&B3(R3,e)?N3[e]=R3[e]:N3[e]=h3&&I3?I3(t):L3(t)}return N3[e]},z3=_6.TypeError,$3=M3("toPrimitive"),H3=function(e){var t=function(e,t){if(!r3(e)||v3(e))return e;var n,r=x3(e,$3);if(r){if(void 0===t&&(t="default"),n=I6(r,e,t),!r3(n)||v3(n))return n;throw z3("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&n3(n=e.toString)&&!r3(r=I6(n,e)))return r;if(n3(n=e.valueOf)&&!r3(r=I6(n,e)))return r;if("string"!==t&&n3(n=e.toString)&&!r3(r=I6(n,e)))return r;throw E3("Can't convert object to primitive value")}(e,t)}(e,"string");return v3(t)?t:t+""},U3=_6.document,V3=r3(U3)&&r3(U3.createElement),Z3=function(e){return V3?U3.createElement(e):{}},W3=!N6&&!j6((function(){return 7!=Object.defineProperty(Z3("div"),"a",{get:function(){return 7}}).a})),G3=Object.getOwnPropertyDescriptor,q3={f:N6?G3:function(e,t){if(e=t3(e),t=H3(t),W3)try{return G3(e,t)}catch(e){}if(B3(e,t))return $6(!I6(z6.f,e,t),e[t])}},K3=_6.String,Y3=_6.TypeError,X3=function(e){if(r3(e))return e;throw Y3(K3(e)+" is not an object")},J3=_6.TypeError,Q3=Object.defineProperty,e8={f:N6?Q3:function(e,t,n){if(X3(e),t=H3(t),X3(n),W3)try{return Q3(e,t,n)}catch(e){}if("get"in n||"set"in n)throw J3("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},t8=N6?function(e,t,n){return e8.f(e,t,$6(1,n))}:function(e,t,n){return e[t]=n,e},n8=W6(Function.toString);n3(D3.inspectSource)||(D3.inspectSource=function(e){return n8(e)});var r8,o8,i8,a8=D3.inspectSource,u8=_6.WeakMap,s8=n3(u8)&&/native code/.test(a8(u8)),l8=O3("keys"),c8=function(e){return l8[e]||(l8[e]=j3(e))},f8={},d8=_6.TypeError,p8=_6.WeakMap;if(s8||D3.state){var h8=D3.state||(D3.state=new p8),g8=W6(h8.get),v8=W6(h8.has),y8=W6(h8.set);r8=function(e,t){if(v8(h8,e))throw new d8("Object already initialized");return t.facade=e,y8(h8,e,t),t},o8=function(e){return g8(h8,e)||{}},i8=function(e){return v8(h8,e)}}else{var m8=c8("state");f8[m8]=!0,r8=function(e,t){if(B3(e,m8))throw new d8("Object already initialized");return t.facade=e,t8(e,m8,t),t},o8=function(e){return B3(e,m8)?e[m8]:{}},i8=function(e){return B3(e,m8)}}var b8={set:r8,get:o8,has:i8,enforce:function(e){return i8(e)?o8(e):r8(e,{})},getterFor:function(e){return function(t){var n;if(!r3(t)||(n=o8(t)).type!==e)throw d8("Incompatible receiver, "+e+" required");return n}}},w8=Function.prototype,x8=N6&&Object.getOwnPropertyDescriptor,E8=B3(w8,"name"),S8={EXISTS:E8,PROPER:E8&&"something"===function(){}.name,CONFIGURABLE:E8&&(!N6||N6&&x8(w8,"name").configurable)},C8=T6((function(e){var t=S8.CONFIGURABLE,n=b8.get,r=b8.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;n3(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!B3(i,"name")||t&&i.name!==f)&&t8(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==_6?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:t8(e,n,i)):l?e[n]=i:C3(n,i)})(Function.prototype,"toString",(function(){return n3(this)&&n(this).source||a8(this)}))})),D8=Math.ceil,O8=Math.floor,A8=function(e){var t=+e;return t!=t||0===t?0:(t>0?O8:D8)(t)},k8=Math.max,T8=Math.min,B8=function(e,t){var n=A8(e);return n<0?k8(n+t,0):T8(n,t)},P8=Math.min,F8=function(e){return e>0?P8(A8(e),9007199254740991):0},_8=function(e){return F8(e.length)},j8=function(e){return function(t,n,r){var o,i=t3(t),a=_8(i),u=B8(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},N8={includes:j8(!0),indexOf:j8(!1)},R8=N8.indexOf,I8=W6([].push),L8=function(e,t){var n,r=t3(e),o=0,i=[];for(n in r)!B3(f8,n)&&B3(r,n)&&I8(i,n);for(;t.length>o;)B3(r,n=t[o++])&&(~R8(i,n)||I8(i,n));return i},M8=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],z8=M8.concat("length","prototype"),$8={f:Object.getOwnPropertyNames||function(e){return L8(e,z8)}},H8={f:Object.getOwnPropertySymbols},U8=W6([].concat),V8=i3("Reflect","ownKeys")||function(e){var t=$8.f(X3(e)),n=H8.f;return n?U8(t,n(e)):t},Z8=function(e,t){for(var n=V8(t),r=e8.f,o=q3.f,i=0;i<n.length;i++){var a=n[i];B3(e,a)||r(e,a,o(t,a))}},W8=/#|\.prototype\./,G8=function(e,t){var n=K8[q8(e)];return n==X8||n!=Y8&&(n3(t)?j6(t):!!t)},q8=G8.normalize=function(e){return String(e).replace(W8,".").toLowerCase()},K8=G8.data={},Y8=G8.NATIVE="N",X8=G8.POLYFILL="P",J8=G8,Q8=q3.f,e7=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?_6:l?_6[u]||C3(u,{}):(_6[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=Q8(n,r))&&a.value:n[r],!J8(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;Z8(i,o)}(e.sham||o&&o.sham)&&t8(i,"sham",!0),C8(n,r,i,e)}},t7={};t7[M3("toStringTag")]="z";var n7="[object z]"===String(t7),r7=M3("toStringTag"),o7=_6.Object,i7="Arguments"==K6(function(){return arguments}()),a7=n7?K6:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=o7(e),r7))?n:i7?K6(t):"Object"==(r=K6(t))&&n3(t.callee)?"Arguments":r},u7=_6.String,s7=function(e){if("Symbol"===a7(e))throw TypeError("Cannot convert a Symbol value to a string");return u7(e)},l7="\t\n\v\f\r \u2028\u2029\ufeff",c7=W6("".replace),f7="["+l7+"]",d7=RegExp("^"+f7+f7+"*"),p7=RegExp(f7+f7+"*$"),h7=function(e){return function(t){var n=s7(e3(t));return 1&e&&(n=c7(n,d7,"")),2&e&&(n=c7(n,p7,"")),n}},g7={start:h7(1),end:h7(2),trim:h7(3)},v7=S8.PROPER,y7=g7.trim;function m7(e){return e.length?e[0].tagName.toLowerCase():""}function b7(e,t,n){void 0===t&&(t="auto"),void 0===n&&(n="auto");var r=Bp(e);return r.attr("width",t),r.attr("height",n),r[0].outerHTML}e7({target:"String",proto:!0,forced:j6((function(){return!!l7.trim()||"
"!=="
".trim()||v7&&"trim"!==l7.trim.name}))},{trim:function(){return y7(this)}}),e7({global:!0},{globalThis:_6}),Xp&&(Bp.fn.append=Xp),Lp&&(Bp.fn.on=Lp),sh&&(Bp.fn.focus=sh),jp&&(Bp.fn.attr=jp),Ip&&(Bp.fn.val=Ip),qp&&(Bp.fn.html=qp),Qp&&(Bp.fn.parent=Qp),_p&&(Bp.fn.hasClass=_p),oh&&(Bp.fn.empty=oh);var w7,x7={type:"video",renderElem:function(e,t,n){var r,o=e,i=o.src,a=void 0===i?"":i,u=o.poster,s=void 0===u?"":u,l=o.width,c=void 0===l?"auto":l,f=o.height,d=void 0===f?"auto":f,p=AA.isNodeSelected(n,e);if(0===a.trim().indexOf("<iframe "))r=bg("div",{className:"w-e-textarea-video-container","data-selected":p?"true":"",innerHTML:b7(a,c,d)});else{var h=bg("video",{poster:s,controls:!0},bg("source",{src:a,type:"video/mp4"}),"Sorry, your browser doesn't support embedded videos.\n 抱歉,浏览器不支持 video 视频");"auto"!==c&&(h.data.width=c),"auto"!==d&&(h.data.height=d),r=bg("div",{className:"w-e-textarea-video-container","data-selected":p?"true":""},h)}return Qh("div",{props:{contentEditable:!1},on:{mousedown:function(e){return e.preventDefault()}}},r)}},E7={type:"video",elemToHtml:function(e,t){var n=e,r=n.src,o=void 0===r?"":r,i=n.poster,a=void 0===i?"":i,u=n.width,s=void 0===u?"auto":u,l=n.height,c=void 0===l?"auto":l,f='<div data-w-e-type="video" data-w-e-is-void>\n';return 0===o.trim().indexOf("<iframe ")?f+=b7(o,s,c):f+='<video poster="'+a+'" controls="true" width="'+s+'" height="'+c+'"><source src="'+o+'" type="video/mp4"/></video>',f+"\n</div>"}},S7=Object.keys||function(e){return L8(e,M8)},C7=N6?Object.defineProperties:function(e,t){X3(e);for(var n,r=t3(t),o=S7(t),i=o.length,a=0;i>a;)e8.f(e,n=o[a++],r[n]);return e},D7=i3("document","documentElement"),O7=c8("IE_PROTO"),A7=function(){},k7=function(e){return"<script>"+e+"<\/script>"},T7=function(e){e.write(k7("")),e.close();var t=e.parentWindow.Object;return e=null,t},B7=function(){try{w7=new ActiveXObject("htmlfile")}catch(e){}var e,t;B7="undefined"!=typeof document?document.domain&&w7?T7(w7):((t=Z3("iframe")).style.display="none",D7.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(k7("document.F=Object")),e.close(),e.F):T7(w7);for(var n=M8.length;n--;)delete B7.prototype[M8[n]];return B7()};f8[O7]=!0;var P7=Object.create||function(e,t){var n;return null!==e?(A7.prototype=X3(e),n=new A7,A7.prototype=null,n[O7]=e):n=B7(),void 0===t?n:C7(n,t)},F7=M3("unscopables"),_7=Array.prototype;null==_7[F7]&&e8.f(_7,F7,{configurable:!0,value:P7(null)});var j7=function(e){_7[F7][e]=!0},N7=N8.includes;e7({target:"Array",proto:!0},{includes:function(e){return N7(this,e,arguments.length>1?arguments[1]:void 0)}}),j7("includes");var R7={selector:"iframe,video,p",preParseHtml:function(e){var t=Bp(e),n=t;if("p"===m7(t)){var r=t.children();if(1===r.length){var o=r[0],i=o.tagName.toLowerCase();["iframe","video"].includes(i)&&(n=Bp(o))}}var a=m7(n);if("iframe"!==a&&"video"!==a)return n[0];if("video"===n.parent().attr("data-w-e-type"))return n[0];var u=Bp('<div data-w-e-type="video" data-w-e-is-void></div>');return u.append(n),u[0]}},I7=W6(W6.bind),L7=function(e,t){return w3(e),void 0===t?e:I7?I7(e,t):function(){return e.apply(t,arguments)}},M7=Array.isArray||function(e){return"Array"==K6(e)},z7=function(){},$7=[],H7=i3("Reflect","construct"),U7=/^\s*(?:class|function)\b/,V7=W6(U7.exec),Z7=!U7.exec(z7),W7=function(e){if(!n3(e))return!1;try{return H7(z7,$7,e),!0}catch(e){return!1}},G7=!H7||j6((function(){var e;return W7(W7.call)||!W7(Object)||!W7((function(){e=!0}))||e}))?function(e){if(!n3(e))return!1;switch(a7(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return Z7||!!V7(U7,a8(e))}:W7,q7=M3("species"),K7=_6.Array,Y7=function(e,t){return new(function(e){var t;return M7(e)&&(t=e.constructor,(G7(t)&&(t===K7||M7(t.prototype))||r3(t)&&null===(t=t[q7]))&&(t=void 0)),void 0===t?K7:t}(e))(0===t?0:t)},X7=W6([].push),J7=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=k3(s),g=J6(h),v=L7(l,c),y=_8(g),m=0,b=f||Y7,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:X7(w,d)}else switch(e){case 4:return!1;case 7:X7(w,d)}return i?-1:r||o?o:w}},Q7={forEach:J7(0),map:J7(1),filter:J7(2),some:J7(3),every:J7(4),find:J7(5),findIndex:J7(6),filterReject:J7(7)},e9=Q7.find,t9=!0;"find"in[]&&Array(1).find((function(){t9=!1})),e7({target:"Array",proto:!0,forced:t9},{find:function(e){return e9(this,e,arguments.length>1?arguments[1]:void 0)}}),j7("find");var n9=n7?{}.toString:function(){return"[object "+a7(this)+"]"};function r9(e,t,n,r){return void 0===t&&(t=""),void 0===n&&(n="auto"),void 0===r&&(r="auto"),{type:"video",src:e,poster:t,width:n,height:r,children:[{text:""}]}}n7||C8(Object.prototype,"toString",n9,{unsafe:!0});var o9,i9,a9={selector:'div[data-w-e-type="video"]',parseElemHtml:function(e,t,n){var r=Bp(e),o="",i="",a="auto",u="auto",s=r.find("iframe");if(s.length>0)return a=s.attr("width")||"auto",u=s.attr("height")||"auto",r9(o=s[0].outerHTML,i,a,u);var l=r.find("video");return(o=l.attr("src")||"")||l.length>0&&(o=l.find("source").attr("src")||""),a=l.attr("width")||"auto",u=l.attr("height")||"auto",r9(o,i=l.attr("poster")||"",a,u)}},u9=function(){var e=X3(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},s9=_6.RegExp,l9=j6((function(){var e=s9("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),c9=l9||j6((function(){return!s9("a","y").sticky})),f9={BROKEN_CARET:l9||j6((function(){var e=s9("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:c9,UNSUPPORTED_Y:l9},d9=_6.RegExp,p9=j6((function(){var e=d9(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),h9=_6.RegExp,g9=j6((function(){var e=h9("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),v9=b8.get,y9=O3("native-string-replace",String.prototype.replace),m9=RegExp.prototype.exec,b9=m9,w9=W6("".charAt),x9=W6("".indexOf),E9=W6("".replace),S9=W6("".slice),C9=(i9=/b*/g,I6(m9,o9=/a/,"a"),I6(m9,i9,"a"),0!==o9.lastIndex||0!==i9.lastIndex),D9=f9.BROKEN_CARET,O9=void 0!==/()??/.exec("")[1];(C9||O9||D9||p9||g9)&&(b9=function(e){var t,n,r,o,i,a,u,s=this,l=v9(s),c=s7(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=I6(b9,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=D9&&s.sticky,h=I6(u9,s),g=s.source,v=0,y=c;if(p&&(h=E9(h,"y",""),-1===x9(h,"g")&&(h+="g"),y=S9(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==w9(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),O9&&(n=new RegExp("^"+g+"$(?!\\s)",h)),C9&&(r=s.lastIndex),o=I6(m9,p?n:s,y),p?o?(o.input=S9(o.input,v),o[0]=S9(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:C9&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),O9&&o&&o.length>1&&I6(y9,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=P7(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var A9=b9;e7({target:"RegExp",proto:!0,forced:/./.exec!==A9},{exec:A9});var k9=Function.prototype,T9=k9.apply,B9=k9.bind,P9=k9.call,F9="object"==typeof Reflect&&Reflect.apply||(B9?P9.bind(T9):function(){return P9.apply(T9,arguments)}),_9=(M3("species"),RegExp.prototype),j9=W6("".charAt),N9=W6("".charCodeAt),R9=W6("".slice),I9=function(e){return function(t,n){var r,o,i=s7(e3(t)),a=A8(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=N9(i,a))<55296||r>56319||a+1===u||(o=N9(i,a+1))<56320||o>57343?e?j9(i,a):r:e?R9(i,a,a+2):o-56320+(r-55296<<10)+65536}},L9={codeAt:I9(!1),charAt:I9(!0)},M9=L9.charAt,z9=function(e,t,n){return t+(n?M9(e,t).length:1)},$9=Math.floor,H9=W6("".charAt),U9=W6("".replace),V9=W6("".slice),Z9=/\$([$&'`]|\d{1,2}|<[^>]*>)/g,W9=/\$([$&'`]|\d{1,2})/g,G9=function(e,t,n,r,o,i){var a=n+e.length,u=r.length,s=W9;return void 0!==o&&(o=k3(o),s=Z9),U9(i,s,(function(i,s){var l;switch(H9(s,0)){case"$":return"$";case"&":return e;case"`":return V9(t,0,n);case"'":return V9(t,a);case"<":l=o[V9(s,1,-1)];break;default:var c=+s;if(0===c)return i;if(c>u){var f=$9(c/10);return 0===f?i:f<=u?void 0===r[f-1]?H9(s,1):r[f-1]+H9(s,1):i}l=r[c-1]}return void 0===l?"":l}))},q9=_6.TypeError,K9=function(e,t){var n=e.exec;if(n3(n)){var r=I6(n,e,t);return null!==r&&X3(r),r}if("RegExp"===K6(e))return I6(A9,e,t);throw q9("RegExp#exec called on incompatible receiver")},Y9=M3("replace"),X9=Math.max,J9=Math.min,Q9=W6([].concat),eee=W6([].push),tee=W6("".indexOf),nee=W6("".slice),ree="$0"==="a".replace(/./,"$0"),oee=!!/./[Y9]&&""===/./[Y9]("a","$0");function iee(e){return void 0===e&&(e="r"),e+"-"+Dh()}!function(e,t,n,r){var o=M3(e),i=!j6((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!j6((function(){var e=!1,t=/a/;return t.exec=function(){return e=!0,null},t[o](""),!e}));if(!i||!a||n){var u=W6(/./[o]),s=function(e,t,n){var r=oee?"$":"$0";return[function(e,n){var r=e3(this),o=null==e?void 0:x3(e,Y9);return o?I6(o,e,r,n):I6(t,s7(r),e,n)},function(e,o){var i=X3(this),a=s7(e);if("string"==typeof o&&-1===tee(o,r)&&-1===tee(o,"$<")){var u=n(t,i,a,o);if(u.done)return u.value}var s=n3(o);s||(o=s7(o));var l=i.global;if(l){var c=i.unicode;i.lastIndex=0}for(var f=[];;){var d=K9(i,a);if(null===d)break;if(eee(f,d),!l)break;""===s7(d[0])&&(i.lastIndex=z9(a,F8(i.lastIndex),c))}for(var p,h="",g=0,v=0;v<f.length;v++){for(var y=s7((d=f[v])[0]),m=X9(J9(A8(d.index),a.length),0),b=[],w=1;w<d.length;w++)eee(b,void 0===(p=d[w])?p:String(p));var x=d.groups;if(s){var E=Q9([y],b,m,a);void 0!==x&&eee(E,x);var S=s7(F9(o,void 0,E))}else S=G9(y,a,m,b,x,o);m>=g&&(h+=nee(a,g,m)+S,g=m+y.length)}return h+nee(a,g)}]}(0,""[e],(function(e,t,n,r,o){var a=W6(e),s=t.exec;return s===A9||s===_9.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));C8(String.prototype,e,s[0]),C8(_9,o,s[1])}}("replace",0,!!j6((function(){var e=/./;return e.exec=function(){var e=[];return e.groups={a:"7"},e},"7"!=="".replace(e,"$<a>")}))||!ree||oee);var aee=_6.Promise,uee=function(e,t,n){for(var r in t)C8(e,r,t[r],n);return e},see=_6.String,lee=_6.TypeError,cee=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=W6(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return X3(n),function(e){if("object"==typeof e||n3(e))return e;throw lee("Can't set "+see(e)+" as a prototype")}(r),t?e(n,r):n.__proto__=r,n}}():void 0),fee=e8.f,dee=M3("toStringTag"),pee=function(e,t,n){e&&!B3(e=n?e:e.prototype,dee)&&fee(e,dee,{configurable:!0,value:t})},hee=M3("species"),gee=_6.TypeError,vee=function(e,t){if(a3(t,e))return e;throw gee("Incorrect invocation")},yee={},mee=M3("iterator"),bee=Array.prototype,wee=M3("iterator"),xee=function(e){if(null!=e)return x3(e,wee)||x3(e,"@@iterator")||yee[a7(e)]},Eee=_6.TypeError,See=function(e,t,n){var r,o;X3(e);try{if(!(r=x3(e,"return"))){if("throw"===t)throw n;return n}r=I6(r,e)}catch(e){o=!0,r=e}if("throw"===t)throw n;if(o)throw r;return X3(r),n},Cee=_6.TypeError,Dee=function(e,t){this.stopped=e,this.result=t},Oee=Dee.prototype,Aee=function(e,t,n){var r,o,i,a,u,s,l,c,f=n&&n.that,d=!(!n||!n.AS_ENTRIES),p=!(!n||!n.IS_ITERATOR),h=!(!n||!n.INTERRUPTED),g=L7(t,f),v=function(e){return r&&See(r,"normal",e),new Dee(!0,e)},y=function(e){return d?(X3(e),h?g(e[0],e[1],v):g(e[0],e[1])):h?g(e,v):g(e)};if(p)r=e;else{if(!(o=xee(e)))throw Cee(m3(e)+" is not iterable");if(void 0!==(c=o)&&(yee.Array===c||bee[mee]===c)){for(i=0,a=_8(e);a>i;i++)if((u=y(e[i]))&&a3(Oee,u))return u;return new Dee(!1)}r=function(e,t){var n=arguments.length<2?xee(e):t;if(w3(n))return X3(I6(n,e));throw Eee(m3(e)+" is not iterable")}(e,o)}for(s=r.next;!(l=I6(s,r)).done;){try{u=y(l.value)}catch(e){See(r,"throw",e)}if("object"==typeof u&&u&&a3(Oee,u))return u}return new Dee(!1)},kee=M3("iterator"),Tee=!1;try{var Bee=0,Pee={next:function(){return{done:!!Bee++}},return:function(){Tee=!0}};Pee[kee]=function(){return this},Array.from(Pee,(function(){throw 2}))}catch(Ml){}var Fee,_ee,jee,Nee,Ree=function(e,t){if(!t&&!Tee)return!1;var n=!1;try{var r={};r[kee]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(e){}return n},Iee=_6.TypeError,Lee=M3("species"),Mee=W6([].slice),zee=/(?:ipad|iphone|ipod).*applewebkit/i.test(u3),$ee="process"==K6(_6.process),Hee=_6.setImmediate,Uee=_6.clearImmediate,Vee=_6.process,Zee=_6.Dispatch,Wee=_6.Function,Gee=_6.MessageChannel,qee=_6.String,Kee=0,Yee={};try{Fee=_6.location}catch(Ml){}var Xee=function(e){if(B3(Yee,e)){var t=Yee[e];delete Yee[e],t()}},Jee=function(e){return function(){Xee(e)}},Qee=function(e){Xee(e.data)},ete=function(e){_6.postMessage(qee(e),Fee.protocol+"//"+Fee.host)};Hee&&Uee||(Hee=function(e){var t=Mee(arguments,1);return Yee[++Kee]=function(){F9(n3(e)?e:Wee(e),void 0,t)},_ee(Kee),Kee},Uee=function(e){delete Yee[e]},$ee?_ee=function(e){Vee.nextTick(Jee(e))}:Zee&&Zee.now?_ee=function(e){Zee.now(Jee(e))}:Gee&&!zee?(Nee=(jee=new Gee).port2,jee.port1.onmessage=Qee,_ee=L7(Nee.postMessage,Nee)):_6.addEventListener&&n3(_6.postMessage)&&!_6.importScripts&&Fee&&"file:"!==Fee.protocol&&!j6(ete)?(_ee=ete,_6.addEventListener("message",Qee,!1)):_ee="onreadystatechange"in Z3("script")?function(e){D7.appendChild(Z3("script")).onreadystatechange=function(){D7.removeChild(this),Xee(e)}}:function(e){setTimeout(Jee(e),0)});var tte,nte,rte,ote,ite,ate,ute,ste,lte={set:Hee,clear:Uee},cte=/ipad|iphone|ipod/i.test(u3)&&void 0!==_6.Pebble,fte=/web0s(?!.*chrome)/i.test(u3),dte=q3.f,pte=lte.set,hte=_6.MutationObserver||_6.WebKitMutationObserver,gte=_6.document,vte=_6.process,yte=_6.Promise,mte=dte(_6,"queueMicrotask"),bte=mte&&mte.value;bte||(tte=function(){var e,t;for($ee&&(e=vte.domain)&&e.exit();nte;){t=nte.fn,nte=nte.next;try{t()}catch(e){throw nte?ote():rte=void 0,e}}rte=void 0,e&&e.enter()},zee||$ee||fte||!hte||!gte?!cte&&yte&&yte.resolve?((ute=yte.resolve(void 0)).constructor=yte,ste=L7(ute.then,ute),ote=function(){ste(tte)}):$ee?ote=function(){vte.nextTick(tte)}:(pte=L7(pte,_6),ote=function(){pte(tte)}):(ite=!0,ate=gte.createTextNode(""),new hte(tte).observe(ate,{characterData:!0}),ote=function(){ate.data=ite=!ite}));var wte,xte,Ete,Ste,Cte=bte||function(e){var t={fn:e,next:void 0};rte&&(rte.next=t),nte||(nte=t,ote()),rte=t},Dte=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=w3(t),this.reject=w3(n)},Ote={f:function(e){return new Dte(e)}},Ate=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}},kte="object"==typeof window,Tte=lte.set,Bte=M3("species"),Pte="Promise",Fte=b8.getterFor(Pte),_te=b8.set,jte=b8.getterFor(Pte),Nte=aee&&aee.prototype,Rte=aee,Ite=Nte,Lte=_6.TypeError,Mte=_6.document,zte=_6.process,$te=Ote.f,Hte=$te,Ute=!!(Mte&&Mte.createEvent&&_6.dispatchEvent),Vte=n3(_6.PromiseRejectionEvent),Zte=!1,Wte=J8(Pte,(function(){var e=a8(Rte),t=e!==String(Rte);if(!t&&66===d3)return!0;if(d3>=51&&/native code/.test(e))return!1;var n=new Rte((function(e){e(1)})),r=function(e){e((function(){}),(function(){}))};return(n.constructor={})[Bte]=r,!(Zte=n.then((function(){}))instanceof r)||!t&&kte&&!Vte})),Gte=Wte||!Ree((function(e){Rte.all(e).catch((function(){}))})),qte=function(e){var t;return!(!r3(e)||!n3(t=e.then))&&t},Kte=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;Cte((function(){for(var r=e.value,o=1==e.state,i=0;n.length>i;){var a,u,s,l=n[i++],c=o?l.ok:l.fail,f=l.resolve,d=l.reject,p=l.domain;try{c?(o||(2===e.rejection&&Qte(e),e.rejection=1),!0===c?a=r:(p&&p.enter(),a=c(r),p&&(p.exit(),s=!0)),a===l.promise?d(Lte("Promise-chain cycle")):(u=qte(a))?I6(u,a,f,d):f(a)):d(r)}catch(e){p&&!s&&p.exit(),d(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&Xte(e)}))}},Yte=function(e,t,n){var r,o;Ute?((r=Mte.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),_6.dispatchEvent(r)):r={promise:t,reason:n},!Vte&&(o=_6["on"+e])?o(r):"unhandledrejection"===e&&function(e,t){var n=_6.console;n&&n.error&&(1==arguments.length?n.error(e):n.error(e,t))}("Unhandled promise rejection",n)},Xte=function(e){I6(Tte,_6,(function(){var t,n=e.facade,r=e.value;if(Jte(e)&&(t=Ate((function(){$ee?zte.emit("unhandledRejection",r,n):Yte("unhandledrejection",n,r)})),e.rejection=$ee||Jte(e)?2:1,t.error))throw t.value}))},Jte=function(e){return 1!==e.rejection&&!e.parent},Qte=function(e){I6(Tte,_6,(function(){var t=e.facade;$ee?zte.emit("rejectionHandled",t):Yte("rejectionhandled",t,e.value)}))},ene=function(e,t,n){return function(r){e(t,r,n)}},tne=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=2,Kte(e,!0))},nne=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw Lte("Promise can't be resolved itself");var r=qte(t);r?Cte((function(){var n={done:!1};try{I6(r,t,ene(nne,n,e),ene(tne,n,e))}catch(t){tne(n,t,e)}})):(e.value=t,e.state=1,Kte(e,!1))}catch(t){tne({done:!1},t,e)}}};if(Wte&&(Ite=(Rte=function(e){vee(this,Ite),w3(e),I6(wte,this);var t=Fte(this);try{e(ene(nne,t),ene(tne,t))}catch(e){tne(t,e)}}).prototype,(wte=function(e){_te(this,{type:Pte,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=uee(Ite,{then:function(e,t){var n=jte(this),r=n.reactions,o=$te(function(e,t){var n,r=X3(e).constructor;return void 0===r||null==(n=X3(r)[Lee])?t:function(e){if(G7(e))return e;throw Iee(m3(e)+" is not a constructor")}(n)}(this,Rte));return o.ok=!n3(e)||e,o.fail=n3(t)&&t,o.domain=$ee?zte.domain:void 0,n.parent=!0,r[r.length]=o,0!=n.state&&Kte(n,!1),o.promise},catch:function(e){return this.then(void 0,e)}}),xte=function(){var e=new wte,t=Fte(e);this.promise=e,this.resolve=ene(nne,t),this.reject=ene(tne,t)},Ote.f=$te=function(e){return e===Rte||e===Ete?new xte(e):Hte(e)},n3(aee)&&Nte!==Object.prototype)){Ste=Nte.then,Zte||(C8(Nte,"then",(function(e,t){var n=this;return new Rte((function(e,t){I6(Ste,n,e,t)})).then(e,t)}),{unsafe:!0}),C8(Nte,"catch",Ite.catch,{unsafe:!0}));try{delete Nte.constructor}catch(Ml){}cee&&cee(Nte,Ite)}function rne(e,t,n){return void 0===n&&(n=""),D6(this,void 0,void 0,(function(){var r,o,i,a,u,s,l;return O6(this,(function(c){switch(c.label){case 0:return t?(e.restoreSelection(),r=e.getMenuConfig("insertVideo"),o=r.onInsertedVideo,i=r.checkVideo,a=r.parseVideoSrc,[4,i(t,n)]):[2];case 1:return"string"==typeof(u=c.sent())?(e.alert(u,"error"),[2]):null==u?[2]:[4,a(t)];case 2:return 0!==(s=c.sent()).trim().indexOf("<iframe ")&&(s=s.replace(/</g,"<").replace(/>/g,">")),l={type:"video",src:s,poster:n,children:[{text:""}]},Promise.resolve().then((function(){gd.insertNodes(e,l)})),o(l),[2]}}))}))}function one(){return iee("w-e-insert-video")}e7({global:!0,wrap:!0,forced:Wte},{Promise:Rte}),pee(Rte,Pte,!1),function(e){var t=i3("Promise"),n=e8.f;N6&&t&&!t[hee]&&n(t,hee,{configurable:!0,get:function(){return this}})}(),Ete=i3(Pte),e7({target:Pte,stat:!0,forced:Wte},{reject:function(e){var t=$te(this);return I6(t.reject,void 0,e),t.promise}}),e7({target:Pte,stat:!0,forced:Wte},{resolve:function(e){return function(e,t){if(X3(e),r3(t)&&t.constructor===e)return t;var n=Ote.f(e);return(0,n.resolve)(t),n.promise}(this,e)}}),e7({target:Pte,stat:!0,forced:Gte},{all:function(e){var t=this,n=$te(t),r=n.resolve,o=n.reject,i=Ate((function(){var n=w3(t.resolve),i=[],a=0,u=1;Aee(e,(function(e){var s=a++,l=!1;u++,I6(n,t,e).then((function(e){l||(l=!0,i[s]=e,--u||r(i))}),o)})),--u||r(i)}));return i.error&&o(i.value),n.promise},race:function(e){var t=this,n=$te(t),r=n.reject,o=Ate((function(){var o=w3(t.resolve);Aee(e,(function(e){I6(o,t,e).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}});var ine=function(){function e(){this.title=p_("videoModule.insertVideo"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>',this.tag="button",this.showModal=!0,this.modalWidth=320,this.$content=null,this.srcInputId=one(),this.posterInputId=one(),this.buttonId=one()}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||!!AA.getSelectedElems(e).some((function(t){var n=AA.getNodeType(t);return"pre"===n||"list-item"===n||!!e.isVoid(t)}))},e.prototype.getModalPositionNode=function(e){return null},e.prototype.getModalContentElem=function(e){var t=this,n=this,r=n.srcInputId,o=n.posterInputId,i=n.buttonId,a=A6(XP(p_("videoModule.videoSrc"),r,p_("videoModule.videoSrcPlaceHolder")),2),u=a[0],s=a[1],l=A6(XP(p_("videoModule.videoPoster"),o,p_("videoModule.videoPosterPlaceHolder")),2),c=l[0],f=l[1],d=Bp(s),p=Bp(f),h=A6(JP(i,p_("videoModule.ok")),1)[0];if(null==this.$content){var g=Bp("<div></div>");g.on("click","#"+i,(function(n){return D6(t,void 0,void 0,(function(){var t,i;return O6(this,(function(a){switch(a.label){case 0:return n.preventDefault(),t=g.find("#"+r).val().trim(),i=g.find("#"+o).val().trim(),[4,rne(e,t,i)];case 1:return a.sent(),e.hidePanelOrModal(),[2]}}))}))})),this.$content=g}var v=this.$content;return v.empty(),v.append(u),v.append(c),v.append(h),d.val(""),p.val(""),setTimeout((function(){d.focus()})),v[0]},e}(),ane=W6([].join),une=J6!=Object,sne=function(e,t){var n=[].join;return!!n&&j6((function(){n.call(null,",",1)}))}();e7({target:"Array",proto:!0,forced:une||!sne},{join:function(e){return ane(t3(this),void 0===e?",":e)}});var lne,cne,fne,dne=!j6((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),pne=c8("IE_PROTO"),hne=_6.Object,gne=hne.prototype,vne=dne?hne.getPrototypeOf:function(e){var t=k3(e);if(B3(t,pne))return t[pne];var n=t.constructor;return n3(n)&&t instanceof n?n.prototype:t instanceof hne?gne:null},yne=M3("iterator"),mne=!1;[].keys&&("next"in(fne=[].keys())?(cne=vne(vne(fne)))!==Object.prototype&&(lne=cne):mne=!0);var bne=null==lne||j6((function(){var e={};return lne[yne].call(e)!==e}));bne&&(lne={}),n3(lne[yne])||C8(lne,yne,(function(){return this}));var wne={IteratorPrototype:lne,BUGGY_SAFARI_ITERATORS:mne},xne=wne.IteratorPrototype,Ene=function(){return this},Sne=S8.PROPER,Cne=S8.CONFIGURABLE,Dne=wne.IteratorPrototype,One=wne.BUGGY_SAFARI_ITERATORS,Ane=M3("iterator"),kne=function(){return this},Tne=function(e,t,n,r,o,i,a){!function(e,t,n,r){var o=t+" Iterator";e.prototype=P7(xne,{next:$6(1,n)}),pee(e,o,!1),yee[o]=Ene}(n,t,r);var u,s,l,c=function(e){if(e===o&&g)return g;if(!One&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},f=t+" Iterator",d=!1,p=e.prototype,h=p[Ane]||p["@@iterator"]||o&&p[o],g=!One&&h||c(o),v="Array"==t&&p.entries||h;if(v&&(u=vne(v.call(new e)))!==Object.prototype&&u.next&&(vne(u)!==Dne&&(cee?cee(u,Dne):n3(u[Ane])||C8(u,Ane,kne)),pee(u,f,!0)),Sne&&"values"==o&&h&&"values"!==h.name&&(Cne?t8(p,"name","values"):(d=!0,g=function(){return I6(h,this)})),o)if(s={values:c("values"),keys:i?g:c("keys"),entries:c("entries")},a)for(l in s)(One||d||!(l in p))&&C8(p,l,s[l]);else e7({target:t,proto:!0,forced:One||d},s);return p[Ane]!==g&&C8(p,Ane,g,{name:o}),yee[t]=g,s},Bne=b8.set,Pne=b8.getterFor("Array Iterator"),Fne=Tne(Array,"Array",(function(e,t){Bne(this,{type:"Array Iterator",target:t3(e),index:0,kind:t})}),(function(){var e=Pne(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values");yee.Arguments=yee.Array,j7("keys"),j7("values"),j7("entries");var _ne=L9.charAt,jne=b8.set,Nne=b8.getterFor("String Iterator");Tne(String,"String",(function(e){jne(this,{type:"String Iterator",string:s7(e),index:0})}),(function(){var e,t=Nne(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=_ne(n,r),t.index+=e.length,{value:e,done:!1})}));var Rne=function(e,t,n){var r=H3(t);r in e?e8.f(e,r,$6(0,n)):e[r]=n},Ine=_6.Array,Lne=Math.max,Mne=$8.f,zne="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],$ne={f:function(e){return zne&&"Window"==K6(e)?function(e){try{return Mne(e)}catch(e){return function(e,t,n){for(var r=_8(e),o=B8(void 0,r),i=B8(r,r),a=Ine(Lne(i-o,0)),u=0;o<i;o++,u++)Rne(a,u,e[o]);return a.length=u,a}(zne)}}(e):Mne(t3(e))}},Hne=j6((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})),Une=Object.isExtensible,Vne=j6((function(){Une(1)}))||Hne?function(e){return!!r3(e)&&(!Hne||"ArrayBuffer"!=K6(e))&&(!Une||Une(e))}:Une,Zne=!j6((function(){return Object.isExtensible(Object.preventExtensions({}))})),Wne=T6((function(e){var t=e8.f,n=!1,r=j3("meta"),o=0,i=function(e){t(e,r,{value:{objectID:"O"+o++,weakData:{}}})},a=e.exports={enable:function(){a.enable=function(){},n=!0;var e=$8.f,t=W6([].splice),o={};o[r]=1,e(o).length&&($8.f=function(n){for(var o=e(n),i=0,a=o.length;i<a;i++)if(o[i]===r){t(o,i,1);break}return o},e7({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:$ne.f}))},fastKey:function(e,t){if(!r3(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!B3(e,r)){if(!Vne(e))return"F";if(!t)return"E";i(e)}return e[r].objectID},getWeakData:function(e,t){if(!B3(e,r)){if(!Vne(e))return!0;if(!t)return!1;i(e)}return e[r].weakData},onFreeze:function(e){return Zne&&n&&Vne(e)&&!B3(e,r)&&i(e),e}};f8[r]=!0})),Gne=Wne.getWeakData,qne=b8.set,Kne=b8.getterFor,Yne=Q7.find,Xne=Q7.findIndex,Jne=W6([].splice),Qne=0,ere=function(e){return e.frozen||(e.frozen=new tre)},tre=function(){this.entries=[]},nre=function(e,t){return Yne(e.entries,(function(e){return e[0]===t}))};tre.prototype={get:function(e){var t=nre(this,e);if(t)return t[1]},has:function(e){return!!nre(this,e)},set:function(e,t){var n=nre(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=Xne(this.entries,(function(t){return t[0]===e}));return~t&&Jne(this.entries,t,1),!!~t}};var rre,ore={getConstructor:function(e,t,n,r){var o=e((function(e,o){vee(e,i),qne(e,{type:t,id:Qne++,frozen:void 0}),null!=o&&Aee(o,e[r],{that:e,AS_ENTRIES:n})})),i=o.prototype,a=Kne(t),u=function(e,t,n){var r=a(e),o=Gne(X3(t),!0);return!0===o?ere(r).set(t,n):o[r.id]=n,e};return uee(i,{delete:function(e){var t=a(this);if(!r3(e))return!1;var n=Gne(e);return!0===n?ere(t).delete(e):n&&B3(n,t.id)&&delete n[t.id]},has:function(e){var t=a(this);if(!r3(e))return!1;var n=Gne(e);return!0===n?ere(t).has(e):n&&B3(n,t.id)}}),uee(i,n?{get:function(e){var t=a(this);if(r3(e)){var n=Gne(e);return!0===n?ere(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return u(this,e,t)}}:{add:function(e){return u(this,e,!0)}}),o}},ire=b8.enforce,are=!_6.ActiveXObject&&"ActiveXObject"in _6,ure=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},sre=function(e,t,n){var r=-1!==e.indexOf("Map"),o=-1!==e.indexOf("Weak"),i=r?"set":"add",a=_6[e],u=a&&a.prototype,s=a,l={},c=function(e){var t=W6(u[e]);C8(u,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!r3(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return o&&!r3(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!r3(e))&&t(this,0===e?0:e)}:function(e,n){return t(this,0===e?0:e,n),this})};if(J8(e,!n3(a)||!(o||u.forEach&&!j6((function(){(new a).entries().next()})))))s=n.getConstructor(t,e,r,i),Wne.enable();else if(J8(e,!0)){var f=new s,d=f[i](o?{}:-0,1)!=f,p=j6((function(){f.has(1)})),h=Ree((function(e){new a(e)})),g=!o&&j6((function(){for(var e=new a,t=5;t--;)e[i](t,t);return!e.has(-0)}));h||((s=t((function(e,t){vee(e,u);var n=function(e,t,n){var r,o;return cee&&n3(r=t.constructor)&&r!==n&&r3(o=r.prototype)&&o!==n.prototype&&cee(e,o),e}(new a,e,s);return null!=t&&Aee(t,n[i],{that:n,AS_ENTRIES:r}),n}))).prototype=u,u.constructor=s),(p||g)&&(c("delete"),c("has"),r&&c("get")),(g||d)&&c(i),o&&u.clear&&delete u.clear}return l[e]=s,e7({global:!0,forced:s!=a},l),pee(s,e),o||n.setStrong(s,e,r),s}("WeakMap",ure,ore);if(s8&&are){rre=ore.getConstructor(ure,"WeakMap",!0),Wne.enable();var lre=sre.prototype,cre=W6(lre.delete),fre=W6(lre.has),dre=W6(lre.get),pre=W6(lre.set);uee(lre,{delete:function(e){if(r3(e)&&!Vne(e)){var t=ire(this);return t.frozen||(t.frozen=new rre),cre(this,e)||t.frozen.delete(e)}return cre(this,e)},has:function(e){if(r3(e)&&!Vne(e)){var t=ire(this);return t.frozen||(t.frozen=new rre),fre(this,e)||t.frozen.has(e)}return fre(this,e)},get:function(e){if(r3(e)&&!Vne(e)){var t=ire(this);return t.frozen||(t.frozen=new rre),fre(this,e)?dre(this,e):t.frozen.get(e)}return dre(this,e)},set:function(e,t){if(r3(e)&&!Vne(e)){var n=ire(this);n.frozen||(n.frozen=new rre),fre(this,e)?pre(this,e,t):n.frozen.set(e,t)}else pre(this,e,t);return this}})}var hre={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},gre=Z3("span").classList,vre=gre&&gre.constructor&&gre.constructor.prototype,yre=vre===Object.prototype?void 0:vre,mre=M3("iterator"),bre=M3("toStringTag"),wre=Fne.values,xre=function(e,t){if(e){if(e[mre]!==wre)try{t8(e,mre,wre)}catch(t){e[mre]=wre}if(e[bre]||t8(e,bre,t),hre[t])for(var n in Fne)if(e[n]!==Fne[n])try{t8(e,n,Fne[n])}catch(t){e[n]=Fne[n]}}};for(var Ere in hre)xre(_6[Ere]&&_6[Ere].prototype,Ere);xre(yre,"DOMTokenList");var Sre=S8.EXISTS,Cre=e8.f,Dre=Function.prototype,Ore=W6(Dre.toString),Are=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,kre=W6(Are.exec);N6&&!Sre&&Cre(Dre,"name",{configurable:!0,get:function(){try{return kre(Are,Ore(this))[1]}catch(e){return""}}});var Tre=M3("species"),Bre=d3>=51||!j6((function(){var e=[];return(e.constructor={})[Tre]=function(){return{foo:1}},1!==e.slice(Boolean).foo})),Pre=M3("species"),Fre=_6.Array,_re=Math.max;function jre(e){return e.getMenuConfig("uploadVideo")}e7({target:"Array",proto:!0,forced:!Bre},{slice:function(e,t){var n,r,o,i=t3(this),a=_8(i),u=B8(e,a),s=B8(void 0===t?a:t,a);if(M7(i)&&(n=i.constructor,(G7(n)&&(n===Fre||M7(n.prototype))||r3(n)&&null===(n=n[Pre]))&&(n=void 0),n===Fre||void 0===n))return Mee(i,u,s);for(r=new(void 0===n?Fre:n)(_re(s-u,0)),o=0;u<s;u++,o++)u in i&&Rne(r,o,i[u]);return r.length=o,r}});var Nre=new WeakMap;function Rre(e,t){return D6(this,void 0,void 0,(function(){var n,r,o,i;return O6(this,(function(a){switch(a.label){case 0:return n=function(e){var t=Nre.get(e);if(null!=t)return t;var n=jre(e),r=n.onSuccess,o=n.onProgress,i=n.onFailed,a=n.customInsert,u=n.onError;return t=xF(C6(C6({},n),{onProgress:function(t){e.showProgressBar(t),o&&o(t)},onSuccess:function(t,n){if(a)return a(n,(function(t,n){return rne(e,t,n)})),void r(t,n);var o=n.errno,u=void 0===o?1:o,s=n.data,l=void 0===s?{}:s;if(0===u){var c=l.url,f=void 0===c?"":c,d=l.poster;rne(e,f,void 0===d?"":d),r(t,n)}else i(t,n)},onError:function(e,t,n){u(e,t,n)}})),Nre.set(e,t),t}(e),r=t.name,o=t.type,i=t.size,n.addFile({name:r,type:o,size:i,data:t}),[4,n.upload()];case 1:return a.sent(),[2]}}))}))}var Ire=function(){function e(){this.title=p_("videoModule.uploadVideo"),this.iconSvg='<svg viewBox="0 0 1056 1024"><path d="M805.902261 521.819882a251.441452 251.441452 0 0 0-251.011972 246.600033 251.051015 251.051015 0 1 0 502.023944 8.823877 253.237463 253.237463 0 0 0-251.011972-255.42391z m59.463561 240.001647v129.898403h-116.701631v-129.898403h-44.041298l101.279368-103.504859 101.279368 103.504859z" p-id="6802"></path><path d="M788.254507 0.000781H99.094092A98.663439 98.663439 0 0 0 0.001171 99.093701v590.067495a98.663439 98.663439 0 0 0 99.092921 99.092921h411.7549a266.434235 266.434235 0 0 1-2.186448-41.815807 275.843767 275.843767 0 0 1 275.180024-270.729042 270.650955 270.650955 0 0 1 103.504859 19.834201V99.093701A101.51363 101.51363 0 0 0 788.254507 0.000781zM295.054441 640.747004V147.507894l394.146189 246.600033z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){var n=this.getMenuConfig(e),r=n.allowedFileTypes,o=void 0===r?[]:r,i=n.customBrowseAndUpload;if(i)i((function(t,n){return rne(e,t,n)}));else{var a="";o.length>0&&(a='accept="'+o.join(", ")+'"');var u=Bp("body"),s=Bp('<input type="file" '+a+" multiple/>");s.hide(),u.append(s),s.click(),s.on("change",(function(){var t=s[0].files;!function(e,t){var n,r;D6(this,void 0,void 0,(function(){var o,i,a,u,s,l;return O6(this,(function(c){switch(c.label){case 0:if(null==t)return[2];o=Array.prototype.slice.call(t),i=jre(e).customUpload,c.label=1;case 1:c.trys.push([1,9,10,15]),a=function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,o){!function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)}(r,o,(t=e[n](t)).done,t.value)}))}}}(o),c.label=2;case 2:return[4,a.next()];case 3:return(u=c.sent()).done?[3,8]:(s=u.value,i?[4,i(s,(function(t,n){return rne(e,t,n)}))]:[3,5]);case 4:return c.sent(),[3,7];case 5:return[4,Rre(e,s)];case 6:c.sent(),c.label=7;case 7:return[3,2];case 8:return[3,15];case 9:return l=c.sent(),n={error:l},[3,15];case 10:return c.trys.push([10,,13,14]),u&&!u.done&&(r=a.return)?[4,r.call(a)]:[3,12];case 11:c.sent(),c.label=12;case 12:return[3,14];case 13:if(n)throw n.error;return[7];case 14:return[7];case 15:return[2]}}))}))}(e,t)}))}},e.prototype.isDisabled=function(e){var t=e.selection;return null==t||!Vf.isCollapsed(t)||!!AA.getSelectedElems(e).some((function(t){var n=AA.getNodeType(t);return"pre"===n||"list-item"===n||!!e.isVoid(t)}))},e.prototype.getMenuConfig=function(e){return e.getMenuConfig("uploadVideo")},e}(),Lre=S8.PROPER,Mre=RegExp.prototype,zre=Mre.toString,$re=W6(u9),Hre=j6((function(){return"/a/b"!=zre.call({source:"a",flags:"b"})})),Ure=Lre&&"toString"!=zre.name;function Vre(){return iee("w-e-insert-video")}(Hre||Ure)&&C8(RegExp.prototype,"toString",(function(){var e=X3(this),t=s7(e.source),n=e.flags;return"/"+t+"/"+s7(void 0===n&&a3(Mre,e)&&!("flags"in Mre)?$re(e):n)}),{unsafe:!0});var Zre=function(){function e(){this.title=p_("videoModule.editSize"),this.tag="button",this.showModal=!0,this.modalWidth=320,this.$content=null,this.widthInputId=Vre(),this.heightInputId=Vre(),this.buttonId=Vre()}return e.prototype.getSelectedVideoNode=function(e){return AA.getSelectedNodeByType(e,"video")},e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.exec=function(e,t){},e.prototype.isDisabled=function(e){return null==e.selection||null==this.getSelectedVideoNode(e)},e.prototype.getModalPositionNode=function(e){return this.getSelectedVideoNode(e)},e.prototype.getModalContentElem=function(e){var t=this,n=t.widthInputId,r=t.heightInputId,o=t.buttonId,i=A6(XP(p_("videoModule.width"),n,"auto"),2),a=i[0],u=Bp(i[1]),s=A6(XP(p_("videoModule.height"),r,"auto"),2),l=s[0],c=Bp(s[1]),f=A6(JP(o,p_("videoModule.ok")),1)[0];if(null==this.$content){var d=Bp("<div></div>");d.on("click","#"+o,(function(t){t.preventDefault();var o=d.find("#"+n).val().trim(),i=d.find("#"+r).val().trim(),a=parseInt(o),u=parseInt(i),s=a?a.toString():"auto",l=u?u.toString():"auto";e.restoreSelection(),gd.setNodes(e,{width:s,height:l},{match:function(e){return AA.checkNodeType(e,"video")}}),e.hidePanelOrModal()})),this.$content=d}var p=this.$content;p.empty(),p.append(a),p.append(l),p.append(f);var h=this.getSelectedVideoNode(e);if(null==h)return p[0];var g=h.width,v=void 0===g?"auto":g,y=h.height,m=void 0===y?"auto":y;return u.val(v),c.val(m),setTimeout((function(){u.focus()})),p[0]},e}(),Wre={renderElems:[x7],elemsToHtml:[E7],preParseHtml:[R7],parseElemsHtml:[a9],menus:[{key:"insertVideo",factory:function(){return new ine},config:{onInsertedVideo:function(e){},checkVideo:function(e,t){return!0},parseVideoSrc:function(e){return e}}},{key:"uploadVideo",factory:function(){return new Ire},config:{server:"",fieldName:"wangeditor-uploaded-video",maxFileSize:10485760,maxNumberOfFiles:5,allowedFileTypes:["video/*"],meta:{},metaWithUrl:!1,withCredentials:!1,timeout:3e4,onBeforeUpload:function(e){return e},onProgress:function(e){},onSuccess:function(e,t){},onFailed:function(e,t){console.error("'"+e.name+"' upload failed",t)},onError:function(e,t,n){console.error("'"+e.name+" upload error",t,n)}}},{key:"editVideoSize",factory:function(){return new Zre}}],editorPlugin:function(e){var t=e.isVoid,n=e.normalizeNode,r=e;return r.isVoid=function(e){return"video"===e.type||t(e)},r.normalizeNode=function(e){var t=A6(e,2),o=t[0],i=t[1];return"video"===AA.getNodeType(o)&&AA.isLastNode(r,o)&&gd.insertNodes(r,AA.genEmptyParagraph(),{at:[i[0]+1]}),n([o,i])},r}};d_("en",{uploadImgModule:{uploadImage:"Upload Image",uploadError:"{{fileName}} upload error"}}),d_("zh-CN",{uploadImgModule:{uploadImage:"上传图片",uploadError:"{{fileName}} 上传出错"}});var Gre="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function qre(e){var t={exports:{}};return e(t,t.exports),t.exports}var Kre,Yre,Xre=function(e){return e&&e.Math==Math&&e},Jre=Xre("object"==typeof globalThis&&globalThis)||Xre("object"==typeof window&&window)||Xre("object"==typeof self&&self)||Xre("object"==typeof Gre&&Gre)||function(){return this}()||Function("return this")(),Qre=function(e){try{return!!e()}catch(e){return!0}},eoe=!Qre((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),toe=Function.prototype.call,noe=toe.bind?toe.bind(toe):function(){return toe.apply(toe,arguments)},roe={}.propertyIsEnumerable,ooe=Object.getOwnPropertyDescriptor,ioe={f:ooe&&!roe.call({1:2},1)?function(e){var t=ooe(this,e);return!!t&&t.enumerable}:roe},aoe=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},uoe=Function.prototype,soe=uoe.bind,loe=uoe.call,coe=soe&&soe.bind(loe),foe=soe?function(e){return e&&coe(loe,e)}:function(e){return e&&function(){return loe.apply(e,arguments)}},doe=foe({}.toString),poe=foe("".slice),hoe=function(e){return poe(doe(e),8,-1)},goe=Jre.Object,voe=foe("".split),yoe=Qre((function(){return!goe("z").propertyIsEnumerable(0)}))?function(e){return"String"==hoe(e)?voe(e,""):goe(e)}:goe,moe=Jre.TypeError,boe=function(e){if(null==e)throw moe("Can't call method on "+e);return e},woe=function(e){return yoe(boe(e))},xoe=function(e){return"function"==typeof e},Eoe=function(e){return"object"==typeof e?null!==e:xoe(e)},Soe=function(e){return xoe(e)?e:void 0},Coe=function(e,t){return arguments.length<2?Soe(Jre[e]):Jre[e]&&Jre[e][t]},Doe=foe({}.isPrototypeOf),Ooe=Coe("navigator","userAgent")||"",Aoe=Jre.process,koe=Jre.Deno,Toe=Aoe&&Aoe.versions||koe&&koe.version,Boe=Toe&&Toe.v8;Boe&&(Yre=(Kre=Boe.split("."))[0]>0&&Kre[0]<4?1:+(Kre[0]+Kre[1])),!Yre&&Ooe&&(!(Kre=Ooe.match(/Edge\/(\d+)/))||Kre[1]>=74)&&(Kre=Ooe.match(/Chrome\/(\d+)/))&&(Yre=+Kre[1]);var Poe=Yre,Foe=!!Object.getOwnPropertySymbols&&!Qre((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Poe&&Poe<41})),_oe=Foe&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,joe=Jre.Object,Noe=_oe?function(e){return"symbol"==typeof e}:function(e){var t=Coe("Symbol");return xoe(t)&&Doe(t.prototype,joe(e))},Roe=Jre.String,Ioe=function(e){try{return Roe(e)}catch(e){return"Object"}},Loe=Jre.TypeError,Moe=function(e){if(xoe(e))return e;throw Loe(Ioe(e)+" is not a function")},zoe=function(e,t){var n=e[t];return null==n?void 0:Moe(n)},$oe=Jre.TypeError,Hoe=Object.defineProperty,Uoe=function(e,t){try{Hoe(Jre,e,{value:t,configurable:!0,writable:!0})}catch(n){Jre[e]=t}return t},Voe=Jre["__core-js_shared__"]||Uoe("__core-js_shared__",{}),Zoe=qre((function(e){(e.exports=function(e,t){return Voe[e]||(Voe[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),Woe=Jre.Object,Goe=function(e){return Woe(boe(e))},qoe=foe({}.hasOwnProperty),Koe=Object.hasOwn||function(e,t){return qoe(Goe(e),t)},Yoe=0,Xoe=Math.random(),Joe=foe(1..toString),Qoe=function(e){return"Symbol("+(void 0===e?"":e)+")_"+Joe(++Yoe+Xoe,36)},eie=Zoe("wks"),tie=Jre.Symbol,nie=tie&&tie.for,rie=_oe?tie:tie&&tie.withoutSetter||Qoe,oie=function(e){if(!Koe(eie,e)||!Foe&&"string"!=typeof eie[e]){var t="Symbol."+e;Foe&&Koe(tie,e)?eie[e]=tie[e]:eie[e]=_oe&&nie?nie(t):rie(t)}return eie[e]},iie=Jre.TypeError,aie=oie("toPrimitive"),uie=function(e){var t=function(e,t){if(!Eoe(e)||Noe(e))return e;var n,r=zoe(e,aie);if(r){if(void 0===t&&(t="default"),n=noe(r,e,t),!Eoe(n)||Noe(n))return n;throw iie("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&xoe(n=e.toString)&&!Eoe(r=noe(n,e)))return r;if(xoe(n=e.valueOf)&&!Eoe(r=noe(n,e)))return r;if("string"!==t&&xoe(n=e.toString)&&!Eoe(r=noe(n,e)))return r;throw $oe("Can't convert object to primitive value")}(e,t)}(e,"string");return Noe(t)?t:t+""},sie=Jre.document,lie=Eoe(sie)&&Eoe(sie.createElement),cie=function(e){return lie?sie.createElement(e):{}},fie=!eoe&&!Qre((function(){return 7!=Object.defineProperty(cie("div"),"a",{get:function(){return 7}}).a})),die=Object.getOwnPropertyDescriptor,pie={f:eoe?die:function(e,t){if(e=woe(e),t=uie(t),fie)try{return die(e,t)}catch(e){}if(Koe(e,t))return aoe(!noe(ioe.f,e,t),e[t])}},hie=Jre.String,gie=Jre.TypeError,vie=function(e){if(Eoe(e))return e;throw gie(hie(e)+" is not an object")},yie=Jre.TypeError,mie=Object.defineProperty,bie={f:eoe?mie:function(e,t,n){if(vie(e),t=uie(t),vie(n),fie)try{return mie(e,t,n)}catch(e){}if("get"in n||"set"in n)throw yie("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},wie=eoe?function(e,t,n){return bie.f(e,t,aoe(1,n))}:function(e,t,n){return e[t]=n,e},xie=foe(Function.toString);xoe(Voe.inspectSource)||(Voe.inspectSource=function(e){return xie(e)});var Eie,Sie,Cie,Die=Voe.inspectSource,Oie=Jre.WeakMap,Aie=xoe(Oie)&&/native code/.test(Die(Oie)),kie=Zoe("keys"),Tie=function(e){return kie[e]||(kie[e]=Qoe(e))},Bie={},Pie=Jre.TypeError,Fie=Jre.WeakMap;if(Aie||Voe.state){var _ie=Voe.state||(Voe.state=new Fie),jie=foe(_ie.get),Nie=foe(_ie.has),Rie=foe(_ie.set);Eie=function(e,t){if(Nie(_ie,e))throw new Pie("Object already initialized");return t.facade=e,Rie(_ie,e,t),t},Sie=function(e){return jie(_ie,e)||{}},Cie=function(e){return Nie(_ie,e)}}else{var Iie=Tie("state");Bie[Iie]=!0,Eie=function(e,t){if(Koe(e,Iie))throw new Pie("Object already initialized");return t.facade=e,wie(e,Iie,t),t},Sie=function(e){return Koe(e,Iie)?e[Iie]:{}},Cie=function(e){return Koe(e,Iie)}}var Lie={set:Eie,get:Sie,has:Cie,enforce:function(e){return Cie(e)?Sie(e):Eie(e,{})},getterFor:function(e){return function(t){var n;if(!Eoe(t)||(n=Sie(t)).type!==e)throw Pie("Incompatible receiver, "+e+" required");return n}}},Mie=Function.prototype,zie=eoe&&Object.getOwnPropertyDescriptor,$ie=Koe(Mie,"name"),Hie={EXISTS:$ie,PROPER:$ie&&"something"===function(){}.name,CONFIGURABLE:$ie&&(!eoe||eoe&&zie(Mie,"name").configurable)},Uie=qre((function(e){var t=Hie.CONFIGURABLE,n=Lie.get,r=Lie.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;xoe(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!Koe(i,"name")||t&&i.name!==f)&&wie(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==Jre?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:wie(e,n,i)):l?e[n]=i:Uoe(n,i)})(Function.prototype,"toString",(function(){return xoe(this)&&n(this).source||Die(this)}))})),Vie=Math.ceil,Zie=Math.floor,Wie=function(e){var t=+e;return t!=t||0===t?0:(t>0?Zie:Vie)(t)},Gie=Math.max,qie=Math.min,Kie=function(e,t){var n=Wie(e);return n<0?Gie(n+t,0):qie(n,t)},Yie=Math.min,Xie=function(e){return e>0?Yie(Wie(e),9007199254740991):0},Jie=function(e){return Xie(e.length)},Qie=function(e){return function(t,n,r){var o,i=woe(t),a=Jie(i),u=Kie(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},eae=(Qie(!0),Qie(!1)),tae=foe([].push),nae=function(e,t){var n,r=woe(e),o=0,i=[];for(n in r)!Koe(Bie,n)&&Koe(r,n)&&tae(i,n);for(;t.length>o;)Koe(r,n=t[o++])&&(~eae(i,n)||tae(i,n));return i},rae=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],oae=rae.concat("length","prototype"),iae={f:Object.getOwnPropertyNames||function(e){return nae(e,oae)}},aae={f:Object.getOwnPropertySymbols},uae=foe([].concat),sae=Coe("Reflect","ownKeys")||function(e){var t=iae.f(vie(e)),n=aae.f;return n?uae(t,n(e)):t},lae=function(e,t){for(var n=sae(t),r=bie.f,o=pie.f,i=0;i<n.length;i++){var a=n[i];Koe(e,a)||r(e,a,o(t,a))}},cae=/#|\.prototype\./,fae=function(e,t){var n=pae[dae(e)];return n==gae||n!=hae&&(xoe(t)?Qre(t):!!t)},dae=fae.normalize=function(e){return String(e).replace(cae,".").toLowerCase()},pae=fae.data={},hae=fae.NATIVE="N",gae=fae.POLYFILL="P",vae=fae,yae=pie.f,mae=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?Jre:l?Jre[u]||Uoe(u,{}):(Jre[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=yae(n,r))&&a.value:n[r],!vae(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;lae(i,o)}(e.sham||o&&o.sham)&&wie(i,"sham",!0),Uie(n,r,i,e)}},bae=Array.isArray||function(e){return"Array"==hoe(e)},wae={};wae[oie("toStringTag")]="z";var xae="[object z]"===String(wae),Eae=oie("toStringTag"),Sae=Jre.Object,Cae="Arguments"==hoe(function(){return arguments}()),Dae=xae?hoe:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Sae(e),Eae))?n:Cae?hoe(t):"Object"==(r=hoe(t))&&xoe(t.callee)?"Arguments":r},Oae=function(){},Aae=[],kae=Coe("Reflect","construct"),Tae=/^\s*(?:class|function)\b/,Bae=foe(Tae.exec),Pae=!Tae.exec(Oae),Fae=function(e){if(!xoe(e))return!1;try{return kae(Oae,Aae,e),!0}catch(e){return!1}},_ae=!kae||Qre((function(){var e;return Fae(Fae.call)||!Fae(Object)||!Fae((function(){e=!0}))||e}))?function(e){if(!xoe(e))return!1;switch(Dae(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return Pae||!!Bae(Tae,Die(e))}:Fae,jae=function(e,t,n){var r=uie(t);r in e?bie.f(e,r,aoe(0,n)):e[r]=n},Nae=oie("species"),Rae=foe([].slice),Iae=Poe>=51||!Qre((function(){var e=[];return(e.constructor={})[Nae]=function(){return{foo:1}},1!==e.slice(Boolean).foo})),Lae=oie("species"),Mae=Jre.Array,zae=Math.max;mae({target:"Array",proto:!0,forced:!Iae},{slice:function(e,t){var n,r,o,i=woe(this),a=Jie(i),u=Kie(e,a),s=Kie(void 0===t?a:t,a);if(bae(i)&&(n=i.constructor,(_ae(n)&&(n===Mae||bae(n.prototype))||Eoe(n)&&null===(n=n[Lae]))&&(n=void 0),n===Mae||void 0===n))return Rae(i,u,s);for(r=new(void 0===n?Mae:n)(zae(s-u,0)),o=0;u<s;u++,o++)u in i&&jae(r,o,i[u]);return r.length=o,r}});var $ae=xae?{}.toString:function(){return"[object "+Dae(this)+"]"};xae||Uie(Object.prototype,"toString",$ae,{unsafe:!0});var Hae,Uae=Jre.String,Vae=function(e){if("Symbol"===Dae(e))throw TypeError("Cannot convert a Symbol value to a string");return Uae(e)},Zae=function(){var e=vie(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},Wae=Jre.RegExp,Gae=Qre((function(){var e=Wae("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),qae=Gae||Qre((function(){return!Wae("a","y").sticky})),Kae={BROKEN_CARET:Gae||Qre((function(){var e=Wae("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:qae,UNSUPPORTED_Y:Gae},Yae=Object.keys||function(e){return nae(e,rae)},Xae=eoe?Object.defineProperties:function(e,t){vie(e);for(var n,r=woe(t),o=Yae(t),i=o.length,a=0;i>a;)bie.f(e,n=o[a++],r[n]);return e},Jae=Coe("document","documentElement"),Qae=Tie("IE_PROTO"),eue=function(){},tue=function(e){return"<script>"+e+"<\/script>"},nue=function(e){e.write(tue("")),e.close();var t=e.parentWindow.Object;return e=null,t},rue=function(){try{Hae=new ActiveXObject("htmlfile")}catch(e){}var e,t;rue="undefined"!=typeof document?document.domain&&Hae?nue(Hae):((t=cie("iframe")).style.display="none",Jae.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(tue("document.F=Object")),e.close(),e.F):nue(Hae);for(var n=rae.length;n--;)delete rue.prototype[rae[n]];return rue()};Bie[Qae]=!0;var oue,iue,aue=Object.create||function(e,t){var n;return null!==e?(eue.prototype=vie(e),n=new eue,eue.prototype=null,n[Qae]=e):n=rue(),void 0===t?n:Xae(n,t)},uue=Jre.RegExp,sue=Qre((function(){var e=uue(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),lue=Jre.RegExp,cue=Qre((function(){var e=lue("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),fue=Lie.get,due=Zoe("native-string-replace",String.prototype.replace),pue=RegExp.prototype.exec,hue=pue,gue=foe("".charAt),vue=foe("".indexOf),yue=foe("".replace),mue=foe("".slice),bue=(iue=/b*/g,noe(pue,oue=/a/,"a"),noe(pue,iue,"a"),0!==oue.lastIndex||0!==iue.lastIndex),wue=Kae.BROKEN_CARET,xue=void 0!==/()??/.exec("")[1];(bue||xue||wue||sue||cue)&&(hue=function(e){var t,n,r,o,i,a,u,s=this,l=fue(s),c=Vae(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=noe(hue,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=wue&&s.sticky,h=noe(Zae,s),g=s.source,v=0,y=c;if(p&&(h=yue(h,"y",""),-1===vue(h,"g")&&(h+="g"),y=mue(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==gue(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),xue&&(n=new RegExp("^"+g+"$(?!\\s)",h)),bue&&(r=s.lastIndex),o=noe(pue,p?n:s,y),p?o?(o.input=mue(o.input,v),o[0]=mue(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:bue&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),xue&&o&&o.length>1&&noe(due,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=aue(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var Eue=hue;mae({target:"RegExp",proto:!0,forced:/./.exec!==Eue},{exec:Eue});var Sue=Function.prototype,Cue=Sue.apply,Due=Sue.bind,Oue=Sue.call,Aue="object"==typeof Reflect&&Reflect.apply||(Due?Oue.bind(Cue):function(){return Oue.apply(Cue,arguments)}),kue=oie("species"),Tue=RegExp.prototype,Bue=oie("match"),Pue=Jre.TypeError,Fue=oie("species"),_ue=function(e,t){var n,r=vie(e).constructor;return void 0===r||null==(n=vie(r)[Fue])?t:function(e){if(_ae(e))return e;throw Pue(Ioe(e)+" is not a constructor")}(n)},jue=foe("".charAt),Nue=foe("".charCodeAt),Rue=foe("".slice),Iue=function(e){return function(t,n){var r,o,i=Vae(boe(t)),a=Wie(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=Nue(i,a))<55296||r>56319||a+1===u||(o=Nue(i,a+1))<56320||o>57343?e?jue(i,a):r:e?Rue(i,a,a+2):o-56320+(r-55296<<10)+65536}},Lue={codeAt:Iue(!1),charAt:Iue(!0)},Mue=Lue.charAt,zue=function(e,t,n){return t+(n?Mue(e,t).length:1)},$ue=Jre.Array,Hue=Math.max,Uue=function(e,t,n){for(var r=Jie(e),o=Kie(t,r),i=Kie(void 0===n?r:n,r),a=$ue(Hue(i-o,0)),u=0;o<i;o++,u++)jae(a,u,e[o]);return a.length=u,a},Vue=Jre.TypeError,Zue=function(e,t){var n=e.exec;if(xoe(n)){var r=noe(n,e,t);return null!==r&&vie(r),r}if("RegExp"===hoe(e))return noe(Eue,e,t);throw Vue("RegExp#exec called on incompatible receiver")},Wue=Kae.UNSUPPORTED_Y,Gue=Math.min,que=[].push,Kue=foe(/./.exec),Yue=foe(que),Xue=foe("".slice);!function(e,t,n,r){var o=oie(e),i=!Qre((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!Qre((function(){var e=!1,t=/a/;return(t={}).constructor={},t.constructor[kue]=function(){return t},t.flags="",t[o]=/./[o],t.exec=function(){return e=!0,null},t[o](""),!e}));if(!i||!a||n){var u=foe(/./[o]),s=function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r,o,i=Vae(boe(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===e)return[i];if(!Eoe(r=e)||!(void 0!==(o=r[Bue])?o:"RegExp"==hoe(r)))return noe(t,i,e,a);for(var u,s,l,c=[],f=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),d=0,p=new RegExp(e.source,f+"g");(u=noe(Eue,p,i))&&!((s=p.lastIndex)>d&&(Yue(c,Xue(i,d,u.index)),u.length>1&&u.index<i.length&&Aue(que,c,Uue(u,1)),l=u[0].length,d=s,c.length>=a));)p.lastIndex===u.index&&p.lastIndex++;return d===i.length?!l&&Kue(p,"")||Yue(c,""):Yue(c,Xue(i,d)),c.length>a?Uue(c,0,a):c}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:noe(t,this,e,n)}:t,[function(t,n){var o=boe(this),i=null==t?void 0:zoe(t,e);return i?noe(i,t,o,n):noe(r,Vae(o),t,n)},function(e,o){var i=vie(this),a=Vae(e),u=n(r,i,a,o,r!==t);if(u.done)return u.value;var s=_ue(i,RegExp),l=i.unicode,c=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(Wue?"g":"y"),f=new s(Wue?"^(?:"+i.source+")":i,c),d=void 0===o?4294967295:o>>>0;if(0===d)return[];if(0===a.length)return null===Zue(f,a)?[a]:[];for(var p=0,h=0,g=[];h<a.length;){f.lastIndex=Wue?0:h;var v,y=Zue(f,Wue?Xue(a,h):a);if(null===y||(v=Gue(Xie(f.lastIndex+(Wue?h:0)),a.length))===p)h=zue(a,h,l);else{if(Yue(g,Xue(a,p,h)),g.length===d)return g;for(var m=1;m<=y.length-1;m++)if(Yue(g,y[m]),g.length===d)return g;h=p=v}}return Yue(g,Xue(a,p)),g}]}(o,""[e],(function(e,t,n,r,o){var a=foe(e),s=t.exec;return s===Eue||s===Tue.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));Uie(String.prototype,e,s[0]),Uie(Tue,o,s[1])}r&&wie(Tue[o],"sham",!0)}("split",0,!!Qre((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),Wue);
|
|
164
|
+
/*! *****************************************************************************
|
|
165
|
+
Copyright (c) Microsoft Corporation.
|
|
166
|
+
|
|
167
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
168
|
+
purpose with or without fee is hereby granted.
|
|
169
|
+
|
|
170
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
171
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
172
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
173
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
174
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
175
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
176
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
177
|
+
***************************************************************************** */
|
|
178
|
+
var Jue=function(){return Jue=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Jue.apply(this,arguments)};function Que(e,t,n,r){return new(n||(n=Promise))((function(o,i){function a(e){try{s(r.next(e))}catch(e){i(e)}}function u(e){try{s(r.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(a,u)}s((r=r.apply(e,t||[])).next())}))}function ese(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:u(0),throw:u(1),return:u(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function u(i){return function(u){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=(o=a.trys).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,u])}}}var tse=oie("unscopables"),nse=Array.prototype;null==nse[tse]&&bie.f(nse,tse,{configurable:!0,value:aue(null)});var rse,ose,ise,ase=function(e){nse[tse][e]=!0},use={},sse=!Qre((function(){function e(){}return e.prototype.constructor=null,Object.getPrototypeOf(new e)!==e.prototype})),lse=Tie("IE_PROTO"),cse=Jre.Object,fse=cse.prototype,dse=sse?cse.getPrototypeOf:function(e){var t=Goe(e);if(Koe(t,lse))return t[lse];var n=t.constructor;return xoe(n)&&t instanceof n?n.prototype:t instanceof cse?fse:null},pse=oie("iterator"),hse=!1;[].keys&&("next"in(ise=[].keys())?(ose=dse(dse(ise)))!==Object.prototype&&(rse=ose):hse=!0);var gse=null==rse||Qre((function(){var e={};return rse[pse].call(e)!==e}));gse&&(rse={}),xoe(rse[pse])||Uie(rse,pse,(function(){return this}));var vse={IteratorPrototype:rse,BUGGY_SAFARI_ITERATORS:hse},yse=bie.f,mse=oie("toStringTag"),bse=function(e,t,n){e&&!Koe(e=n?e:e.prototype,mse)&&yse(e,mse,{configurable:!0,value:t})},wse=vse.IteratorPrototype,xse=function(){return this},Ese=Jre.String,Sse=Jre.TypeError,Cse=Object.setPrototypeOf||("__proto__"in{}?function(){var e,t=!1,n={};try{(e=foe(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(n,[]),t=n instanceof Array}catch(e){}return function(n,r){return vie(n),function(e){if("object"==typeof e||xoe(e))return e;throw Sse("Can't set "+Ese(e)+" as a prototype")}(r),t?e(n,r):n.__proto__=r,n}}():void 0),Dse=Hie.PROPER,Ose=Hie.CONFIGURABLE,Ase=vse.IteratorPrototype,kse=vse.BUGGY_SAFARI_ITERATORS,Tse=oie("iterator"),Bse=function(){return this},Pse=function(e,t,n,r,o,i,a){!function(e,t,n,r){var o=t+" Iterator";e.prototype=aue(wse,{next:aoe(1,n)}),bse(e,o,!1),use[o]=xse}(n,t,r);var u,s,l,c=function(e){if(e===o&&g)return g;if(!kse&&e in p)return p[e];switch(e){case"keys":case"values":case"entries":return function(){return new n(this,e)}}return function(){return new n(this)}},f=t+" Iterator",d=!1,p=e.prototype,h=p[Tse]||p["@@iterator"]||o&&p[o],g=!kse&&h||c(o),v="Array"==t&&p.entries||h;if(v&&(u=dse(v.call(new e)))!==Object.prototype&&u.next&&(dse(u)!==Ase&&(Cse?Cse(u,Ase):xoe(u[Tse])||Uie(u,Tse,Bse)),bse(u,f,!0)),Dse&&"values"==o&&h&&"values"!==h.name&&(Ose?wie(p,"name","values"):(d=!0,g=function(){return noe(h,this)})),o)if(s={values:c("values"),keys:i?g:c("keys"),entries:c("entries")},a)for(l in s)(kse||d||!(l in p))&&Uie(p,l,s[l]);else mae({target:t,proto:!0,forced:kse||d},s);return p[Tse]!==g&&Uie(p,Tse,g,{name:o}),use[t]=g,s},Fse=Lie.set,_se=Lie.getterFor("Array Iterator"),jse=Pse(Array,"Array",(function(e,t){Fse(this,{type:"Array Iterator",target:woe(e),index:0,kind:t})}),(function(){var e=_se(this),t=e.target,n=e.kind,r=e.index++;return!t||r>=t.length?(e.target=void 0,{value:void 0,done:!0}):"keys"==n?{value:r,done:!1}:"values"==n?{value:t[r],done:!1}:{value:[r,t[r]],done:!1}}),"values");use.Arguments=use.Array,ase("keys"),ase("values"),ase("entries");var Nse=Lue.charAt,Rse=Lie.set,Ise=Lie.getterFor("String Iterator");Pse(String,"String",(function(e){Rse(this,{type:"String Iterator",string:Vae(e),index:0})}),(function(){var e,t=Ise(this),n=t.string,r=t.index;return r>=n.length?{value:void 0,done:!0}:(e=Nse(n,r),t.index+=e.length,{value:e,done:!1})}));var Lse=function(e,t,n){for(var r in t)Uie(e,r,t[r],n);return e},Mse=iae.f,zse="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[],$se={f:function(e){return zse&&"Window"==hoe(e)?function(e){try{return Mse(e)}catch(e){return Uue(zse)}}(e):Mse(woe(e))}},Hse=Qre((function(){if("function"==typeof ArrayBuffer){var e=new ArrayBuffer(8);Object.isExtensible(e)&&Object.defineProperty(e,"a",{value:8})}})),Use=Object.isExtensible,Vse=Qre((function(){Use(1)}))||Hse?function(e){return!!Eoe(e)&&(!Hse||"ArrayBuffer"!=hoe(e))&&(!Use||Use(e))}:Use,Zse=!Qre((function(){return Object.isExtensible(Object.preventExtensions({}))})),Wse=qre((function(e){var t=bie.f,n=!1,r=Qoe("meta"),o=0,i=function(e){t(e,r,{value:{objectID:"O"+o++,weakData:{}}})},a=e.exports={enable:function(){a.enable=function(){},n=!0;var e=iae.f,t=foe([].splice),o={};o[r]=1,e(o).length&&(iae.f=function(n){for(var o=e(n),i=0,a=o.length;i<a;i++)if(o[i]===r){t(o,i,1);break}return o},mae({target:"Object",stat:!0,forced:!0},{getOwnPropertyNames:$se.f}))},fastKey:function(e,t){if(!Eoe(e))return"symbol"==typeof e?e:("string"==typeof e?"S":"P")+e;if(!Koe(e,r)){if(!Vse(e))return"F";if(!t)return"E";i(e)}return e[r].objectID},getWeakData:function(e,t){if(!Koe(e,r)){if(!Vse(e))return!0;if(!t)return!1;i(e)}return e[r].weakData},onFreeze:function(e){return Zse&&n&&Vse(e)&&!Koe(e,r)&&i(e),e}};Bie[r]=!0})),Gse=foe(foe.bind),qse=function(e,t){return Moe(e),void 0===t?e:Gse?Gse(e,t):function(){return e.apply(t,arguments)}},Kse=oie("iterator"),Yse=Array.prototype,Xse=oie("iterator"),Jse=function(e){if(null!=e)return zoe(e,Xse)||zoe(e,"@@iterator")||use[Dae(e)]},Qse=Jre.TypeError,ele=function(e,t,n){var r,o;vie(e);try{if(!(r=zoe(e,"return"))){if("throw"===t)throw n;return n}r=noe(r,e)}catch(e){o=!0,r=e}if("throw"===t)throw n;if(o)throw r;return vie(r),n},tle=Jre.TypeError,nle=function(e,t){this.stopped=e,this.result=t},rle=nle.prototype,ole=function(e,t,n){var r,o,i,a,u,s,l,c,f=n&&n.that,d=!(!n||!n.AS_ENTRIES),p=!(!n||!n.IS_ITERATOR),h=!(!n||!n.INTERRUPTED),g=qse(t,f),v=function(e){return r&&ele(r,"normal",e),new nle(!0,e)},y=function(e){return d?(vie(e),h?g(e[0],e[1],v):g(e[0],e[1])):h?g(e,v):g(e)};if(p)r=e;else{if(!(o=Jse(e)))throw tle(Ioe(e)+" is not iterable");if(void 0!==(c=o)&&(use.Array===c||Yse[Kse]===c)){for(i=0,a=Jie(e);a>i;i++)if((u=y(e[i]))&&Doe(rle,u))return u;return new nle(!1)}r=function(e,t){var n=arguments.length<2?Jse(e):t;if(Moe(n))return vie(noe(n,e));throw Qse(Ioe(e)+" is not iterable")}(e,o)}for(s=r.next;!(l=noe(s,r)).done;){try{u=y(l.value)}catch(e){ele(r,"throw",e)}if("object"==typeof u&&u&&Doe(rle,u))return u}return new nle(!1)},ile=Jre.TypeError,ale=function(e,t){if(Doe(t,e))return e;throw ile("Incorrect invocation")},ule=oie("iterator"),sle=!1;try{var lle=0,cle={next:function(){return{done:!!lle++}},return:function(){sle=!0}};cle[ule]=function(){return this},Array.from(cle,(function(){throw 2}))}catch(Ml){}var fle=function(e,t){if(!t&&!sle)return!1;var n=!1;try{var r={};r[ule]=function(){return{next:function(){return{done:n=!0}}}},e(r)}catch(e){}return n},dle=oie("species"),ple=Jre.Array,hle=function(e,t){return new(function(e){var t;return bae(e)&&(t=e.constructor,(_ae(t)&&(t===ple||bae(t.prototype))||Eoe(t)&&null===(t=t[dle]))&&(t=void 0)),void 0===t?ple:t}(e))(0===t?0:t)},gle=foe([].push),vle=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=Goe(s),g=yoe(h),v=qse(l,c),y=Jie(g),m=0,b=f||hle,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:gle(w,d)}else switch(e){case 4:return!1;case 7:gle(w,d)}return i?-1:r||o?o:w}},yle={forEach:vle(0),map:vle(1),filter:vle(2),some:vle(3),every:vle(4),find:vle(5),findIndex:vle(6),filterReject:vle(7)},mle=Wse.getWeakData,ble=Lie.set,wle=Lie.getterFor,xle=yle.find,Ele=yle.findIndex,Sle=foe([].splice),Cle=0,Dle=function(e){return e.frozen||(e.frozen=new Ole)},Ole=function(){this.entries=[]},Ale=function(e,t){return xle(e.entries,(function(e){return e[0]===t}))};Ole.prototype={get:function(e){var t=Ale(this,e);if(t)return t[1]},has:function(e){return!!Ale(this,e)},set:function(e,t){var n=Ale(this,e);n?n[1]=t:this.entries.push([e,t])},delete:function(e){var t=Ele(this.entries,(function(t){return t[0]===e}));return~t&&Sle(this.entries,t,1),!!~t}};var kle,Tle={getConstructor:function(e,t,n,r){var o=e((function(e,o){ale(e,i),ble(e,{type:t,id:Cle++,frozen:void 0}),null!=o&&ole(o,e[r],{that:e,AS_ENTRIES:n})})),i=o.prototype,a=wle(t),u=function(e,t,n){var r=a(e),o=mle(vie(t),!0);return!0===o?Dle(r).set(t,n):o[r.id]=n,e};return Lse(i,{delete:function(e){var t=a(this);if(!Eoe(e))return!1;var n=mle(e);return!0===n?Dle(t).delete(e):n&&Koe(n,t.id)&&delete n[t.id]},has:function(e){var t=a(this);if(!Eoe(e))return!1;var n=mle(e);return!0===n?Dle(t).has(e):n&&Koe(n,t.id)}}),Lse(i,n?{get:function(e){var t=a(this);if(Eoe(e)){var n=mle(e);return!0===n?Dle(t).get(e):n?n[t.id]:void 0}},set:function(e,t){return u(this,e,t)}}:{add:function(e){return u(this,e,!0)}}),o}},Ble=Lie.enforce,Ple=!Jre.ActiveXObject&&"ActiveXObject"in Jre,Fle=function(e){return function(){return e(this,arguments.length?arguments[0]:void 0)}},_le=function(e,t,n){var r=-1!==e.indexOf("Map"),o=-1!==e.indexOf("Weak"),i=r?"set":"add",a=Jre[e],u=a&&a.prototype,s=a,l={},c=function(e){var t=foe(u[e]);Uie(u,e,"add"==e?function(e){return t(this,0===e?0:e),this}:"delete"==e?function(e){return!(o&&!Eoe(e))&&t(this,0===e?0:e)}:"get"==e?function(e){return o&&!Eoe(e)?void 0:t(this,0===e?0:e)}:"has"==e?function(e){return!(o&&!Eoe(e))&&t(this,0===e?0:e)}:function(e,n){return t(this,0===e?0:e,n),this})};if(vae(e,!xoe(a)||!(o||u.forEach&&!Qre((function(){(new a).entries().next()})))))s=n.getConstructor(t,e,r,i),Wse.enable();else if(vae(e,!0)){var f=new s,d=f[i](o?{}:-0,1)!=f,p=Qre((function(){f.has(1)})),h=fle((function(e){new a(e)})),g=!o&&Qre((function(){for(var e=new a,t=5;t--;)e[i](t,t);return!e.has(-0)}));h||((s=t((function(e,t){ale(e,u);var n=function(e,t,n){var r,o;return Cse&&xoe(r=t.constructor)&&r!==n&&Eoe(o=r.prototype)&&o!==n.prototype&&Cse(e,o),e}(new a,e,s);return null!=t&&ole(t,n[i],{that:n,AS_ENTRIES:r}),n}))).prototype=u,u.constructor=s),(p||g)&&(c("delete"),c("has"),r&&c("get")),(g||d)&&c(i),o&&u.clear&&delete u.clear}return l[e]=s,mae({global:!0,forced:s!=a},l),bse(s,e),o||n.setStrong(s,e,r),s}("WeakMap",Fle,Tle);if(Aie&&Ple){kle=Tle.getConstructor(Fle,"WeakMap",!0),Wse.enable();var jle=_le.prototype,Nle=foe(jle.delete),Rle=foe(jle.has),Ile=foe(jle.get),Lle=foe(jle.set);Lse(jle,{delete:function(e){if(Eoe(e)&&!Vse(e)){var t=Ble(this);return t.frozen||(t.frozen=new kle),Nle(this,e)||t.frozen.delete(e)}return Nle(this,e)},has:function(e){if(Eoe(e)&&!Vse(e)){var t=Ble(this);return t.frozen||(t.frozen=new kle),Rle(this,e)||t.frozen.has(e)}return Rle(this,e)},get:function(e){if(Eoe(e)&&!Vse(e)){var t=Ble(this);return t.frozen||(t.frozen=new kle),Rle(this,e)?Ile(this,e):t.frozen.get(e)}return Ile(this,e)},set:function(e,t){if(Eoe(e)&&!Vse(e)){var n=Ble(this);n.frozen||(n.frozen=new kle),Rle(this,e)?Lle(this,e,t):n.frozen.set(e,t)}else Lle(this,e,t);return this}})}var Mle={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},zle=cie("span").classList,$le=zle&&zle.constructor&&zle.constructor.prototype,Hle=$le===Object.prototype?void 0:$le,Ule=oie("iterator"),Vle=oie("toStringTag"),Zle=jse.values,Wle=function(e,t){if(e){if(e[Ule]!==Zle)try{wie(e,Ule,Zle)}catch(t){e[Ule]=Zle}if(e[Vle]||wie(e,Vle,t),Mle[t])for(var n in jse)if(e[n]!==jse[n])try{wie(e,n,jse[n])}catch(t){e[n]=jse[n]}}};for(var Gle in Mle)Wle(Jre[Gle]&&Jre[Gle].prototype,Gle);Wle(Hle,"DOMTokenList");var qle=function(e,t){var n=[][e];return!!n&&Qre((function(){n.call(null,t||function(){throw 1},1)}))},Kle=yle.forEach,Yle=qle("forEach")?[].forEach:function(e){return Kle(this,e,arguments.length>1?arguments[1]:void 0)},Xle=function(e){if(e&&e.forEach!==Yle)try{wie(e,"forEach",Yle)}catch(t){e.forEach=Yle}};for(var Jle in Mle)Mle[Jle]&&Xle(Jre[Jle]&&Jre[Jle].prototype);Xle(Hle);var Qle,ece,tce,nce,rce=Jre.Promise,oce=oie("species"),ice=/(?:ipad|iphone|ipod).*applewebkit/i.test(Ooe),ace="process"==hoe(Jre.process),uce=Jre.setImmediate,sce=Jre.clearImmediate,lce=Jre.process,cce=Jre.Dispatch,fce=Jre.Function,dce=Jre.MessageChannel,pce=Jre.String,hce=0,gce={};try{Qle=Jre.location}catch(Ml){}var vce=function(e){if(Koe(gce,e)){var t=gce[e];delete gce[e],t()}},yce=function(e){return function(){vce(e)}},mce=function(e){vce(e.data)},bce=function(e){Jre.postMessage(pce(e),Qle.protocol+"//"+Qle.host)};uce&&sce||(uce=function(e){var t=Rae(arguments,1);return gce[++hce]=function(){Aue(xoe(e)?e:fce(e),void 0,t)},ece(hce),hce},sce=function(e){delete gce[e]},ace?ece=function(e){lce.nextTick(yce(e))}:cce&&cce.now?ece=function(e){cce.now(yce(e))}:dce&&!ice?(nce=(tce=new dce).port2,tce.port1.onmessage=mce,ece=qse(nce.postMessage,nce)):Jre.addEventListener&&xoe(Jre.postMessage)&&!Jre.importScripts&&Qle&&"file:"!==Qle.protocol&&!Qre(bce)?(ece=bce,Jre.addEventListener("message",mce,!1)):ece="onreadystatechange"in cie("script")?function(e){Jae.appendChild(cie("script")).onreadystatechange=function(){Jae.removeChild(this),vce(e)}}:function(e){setTimeout(yce(e),0)});var wce,xce,Ece,Sce,Cce,Dce,Oce,Ace,kce={set:uce,clear:sce},Tce=/ipad|iphone|ipod/i.test(Ooe)&&void 0!==Jre.Pebble,Bce=/web0s(?!.*chrome)/i.test(Ooe),Pce=pie.f,Fce=kce.set,_ce=Jre.MutationObserver||Jre.WebKitMutationObserver,jce=Jre.document,Nce=Jre.process,Rce=Jre.Promise,Ice=Pce(Jre,"queueMicrotask"),Lce=Ice&&Ice.value;Lce||(wce=function(){var e,t;for(ace&&(e=Nce.domain)&&e.exit();xce;){t=xce.fn,xce=xce.next;try{t()}catch(e){throw xce?Sce():Ece=void 0,e}}Ece=void 0,e&&e.enter()},ice||ace||Bce||!_ce||!jce?!Tce&&Rce&&Rce.resolve?((Oce=Rce.resolve(void 0)).constructor=Rce,Ace=qse(Oce.then,Oce),Sce=function(){Ace(wce)}):ace?Sce=function(){Nce.nextTick(wce)}:(Fce=qse(Fce,Jre),Sce=function(){Fce(wce)}):(Cce=!0,Dce=jce.createTextNode(""),new _ce(wce).observe(Dce,{characterData:!0}),Sce=function(){Dce.data=Cce=!Cce}));var Mce,zce,$ce,Hce,Uce=Lce||function(e){var t={fn:e,next:void 0};Ece&&(Ece.next=t),xce||(xce=t,Sce()),Ece=t},Vce=function(e){var t,n;this.promise=new e((function(e,r){if(void 0!==t||void 0!==n)throw TypeError("Bad Promise constructor");t=e,n=r})),this.resolve=Moe(t),this.reject=Moe(n)},Zce={f:function(e){return new Vce(e)}},Wce=function(e){try{return{error:!1,value:e()}}catch(e){return{error:!0,value:e}}},Gce="object"==typeof window,qce=kce.set,Kce=oie("species"),Yce="Promise",Xce=Lie.getterFor(Yce),Jce=Lie.set,Qce=Lie.getterFor(Yce),efe=rce&&rce.prototype,tfe=rce,nfe=efe,rfe=Jre.TypeError,ofe=Jre.document,ife=Jre.process,afe=Zce.f,ufe=afe,sfe=!!(ofe&&ofe.createEvent&&Jre.dispatchEvent),lfe=xoe(Jre.PromiseRejectionEvent),cfe=!1,ffe=vae(Yce,(function(){var e=Die(tfe),t=e!==String(tfe);if(!t&&66===Poe)return!0;if(Poe>=51&&/native code/.test(e))return!1;var n=new tfe((function(e){e(1)})),r=function(e){e((function(){}),(function(){}))};return(n.constructor={})[Kce]=r,!(cfe=n.then((function(){}))instanceof r)||!t&&Gce&&!lfe})),dfe=ffe||!fle((function(e){tfe.all(e).catch((function(){}))})),pfe=function(e){var t;return!(!Eoe(e)||!xoe(t=e.then))&&t},hfe=function(e,t){if(!e.notified){e.notified=!0;var n=e.reactions;Uce((function(){for(var r=e.value,o=1==e.state,i=0;n.length>i;){var a,u,s,l=n[i++],c=o?l.ok:l.fail,f=l.resolve,d=l.reject,p=l.domain;try{c?(o||(2===e.rejection&&mfe(e),e.rejection=1),!0===c?a=r:(p&&p.enter(),a=c(r),p&&(p.exit(),s=!0)),a===l.promise?d(rfe("Promise-chain cycle")):(u=pfe(a))?noe(u,a,f,d):f(a)):d(r)}catch(e){p&&!s&&p.exit(),d(e)}}e.reactions=[],e.notified=!1,t&&!e.rejection&&vfe(e)}))}},gfe=function(e,t,n){var r,o;sfe?((r=ofe.createEvent("Event")).promise=t,r.reason=n,r.initEvent(e,!1,!0),Jre.dispatchEvent(r)):r={promise:t,reason:n},!lfe&&(o=Jre["on"+e])?o(r):"unhandledrejection"===e&&function(e,t){var n=Jre.console;n&&n.error&&(1==arguments.length?n.error(e):n.error(e,t))}("Unhandled promise rejection",n)},vfe=function(e){noe(qce,Jre,(function(){var t,n=e.facade,r=e.value;if(yfe(e)&&(t=Wce((function(){ace?ife.emit("unhandledRejection",r,n):gfe("unhandledrejection",n,r)})),e.rejection=ace||yfe(e)?2:1,t.error))throw t.value}))},yfe=function(e){return 1!==e.rejection&&!e.parent},mfe=function(e){noe(qce,Jre,(function(){var t=e.facade;ace?ife.emit("rejectionHandled",t):gfe("rejectionhandled",t,e.value)}))},bfe=function(e,t,n){return function(r){e(t,r,n)}},wfe=function(e,t,n){e.done||(e.done=!0,n&&(e=n),e.value=t,e.state=2,hfe(e,!0))},xfe=function(e,t,n){if(!e.done){e.done=!0,n&&(e=n);try{if(e.facade===t)throw rfe("Promise can't be resolved itself");var r=pfe(t);r?Uce((function(){var n={done:!1};try{noe(r,t,bfe(xfe,n,e),bfe(wfe,n,e))}catch(t){wfe(n,t,e)}})):(e.value=t,e.state=1,hfe(e,!1))}catch(t){wfe({done:!1},t,e)}}};if(ffe&&(nfe=(tfe=function(e){ale(this,nfe),Moe(e),noe(Mce,this);var t=Xce(this);try{e(bfe(xfe,t),bfe(wfe,t))}catch(e){wfe(t,e)}}).prototype,(Mce=function(e){Jce(this,{type:Yce,done:!1,notified:!1,parent:!1,reactions:[],rejection:!1,state:0,value:void 0})}).prototype=Lse(nfe,{then:function(e,t){var n=Qce(this),r=n.reactions,o=afe(_ue(this,tfe));return o.ok=!xoe(e)||e,o.fail=xoe(t)&&t,o.domain=ace?ife.domain:void 0,n.parent=!0,r[r.length]=o,0!=n.state&&hfe(n,!1),o.promise},catch:function(e){return this.then(void 0,e)}}),zce=function(){var e=new Mce,t=Xce(e);this.promise=e,this.resolve=bfe(xfe,t),this.reject=bfe(wfe,t)},Zce.f=afe=function(e){return e===tfe||e===$ce?new zce(e):ufe(e)},xoe(rce)&&efe!==Object.prototype)){Hce=efe.then,cfe||(Uie(efe,"then",(function(e,t){var n=this;return new tfe((function(e,t){noe(Hce,n,e,t)})).then(e,t)}),{unsafe:!0}),Uie(efe,"catch",nfe.catch,{unsafe:!0}));try{delete efe.constructor}catch(Ml){}Cse&&Cse(efe,nfe)}mae({global:!0,wrap:!0,forced:ffe},{Promise:tfe}),bse(tfe,Yce,!1),function(e){var t=Coe("Promise"),n=bie.f;eoe&&t&&!t[oce]&&n(t,oce,{configurable:!0,get:function(){return this}})}(),$ce=Coe(Yce),mae({target:Yce,stat:!0,forced:ffe},{reject:function(e){var t=afe(this);return noe(t.reject,void 0,e),t.promise}}),mae({target:Yce,stat:!0,forced:ffe},{resolve:function(e){return function(e,t){if(vie(e),Eoe(t)&&t.constructor===e)return t;var n=Zce.f(e);return(0,n.resolve)(t),n.promise}(this,e)}}),mae({target:Yce,stat:!0,forced:dfe},{all:function(e){var t=this,n=afe(t),r=n.resolve,o=n.reject,i=Wce((function(){var n=Moe(t.resolve),i=[],a=0,u=1;ole(e,(function(e){var s=a++,l=!1;u++,noe(n,t,e).then((function(e){l||(l=!0,i[s]=e,--u||r(i))}),o)})),--u||r(i)}));return i.error&&o(i.value),n.promise},race:function(e){var t=this,n=afe(t),r=n.reject,o=Wce((function(){var o=Moe(t.resolve);ole(e,(function(e){noe(o,t,e).then(n.resolve,r)}))}));return o.error&&r(o.value),n.promise}});var Efe=Hie.PROPER,Sfe=RegExp.prototype,Cfe=Sfe.toString,Dfe=foe(Zae),Ofe=Qre((function(){return"/a/b"!=Cfe.call({source:"a",flags:"b"})})),Afe=Efe&&"toString"!=Cfe.name;(Ofe||Afe)&&Uie(RegExp.prototype,"toString",(function(){var e=vie(this),t=Vae(e.source),n=e.flags;return"/"+t+"/"+Vae(void 0===n&&Doe(Sfe,e)&&!("flags"in Sfe)?Dfe(e):n)}),{unsafe:!0});var kfe=Hie.EXISTS,Tfe=bie.f,Bfe=Function.prototype,Pfe=foe(Bfe.toString),Ffe=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,_fe=foe(Ffe.exec);eoe&&!kfe&&Tfe(Bfe,"name",{configurable:!0,get:function(){try{return _fe(Ffe,Pfe(this))[1]}catch(e){return""}}});var jfe=new WeakMap;function Nfe(e){return e.getMenuConfig("uploadImage")}function Rfe(e,t){return Que(this,void 0,void 0,(function(){return ese(this,(function(n){return[2,new Promise((function(n){var r=new FileReader;r.readAsDataURL(t),r.onload=function(){var o=r.result;if(o){var i=o.toString(),a=0===i.indexOf("data:image")?"":i;c$(e,i,t.name,a),n("ok")}}}))]}))}))}function Ife(e,t){return Que(this,void 0,void 0,(function(){var n,r,o,i;return ese(this,(function(a){switch(a.label){case 0:return n=function(e){var t=jfe.get(e);if(null!=t)return t;var n=Nfe(e),r=n.onSuccess,o=n.onProgress,i=n.onFailed,a=n.customInsert,u=n.onError;return t=xF(Jue(Jue({},n),{onProgress:function(t){e.showProgressBar(t),o&&o(t)},onSuccess:function(t,n){if(a)return a(n,(function(t,n,r){return c$(e,t,n,r)})),void r(t,n);var o=n.errno,u=void 0===o?1:o,s=n.data,l=void 0===s?{}:s;if(0===u){if(Array.isArray(l))l.forEach((function(t){var n=t.url,r=void 0===n?"":n,o=t.alt,i=void 0===o?"":o,a=t.href;c$(e,r,i,void 0===a?"":a)}));else{var c=l.url,f=void 0===c?"":c,d=l.alt,p=void 0===d?"":d,h=l.href;c$(e,f,p,void 0===h?"":h)}r(t,n)}else i(t,n)},onError:function(e,t,n){u(e,t,n)}})),jfe.set(e,t),t}(e),r=t.name,o=t.type,i=t.size,n.addFile({name:r,type:o,size:i,data:t}),[4,n.upload()];case 1:return a.sent(),[2]}}))}))}function Lfe(e,t){var n,r;return Que(this,void 0,void 0,(function(){var o,i,a,u,s,l,c,f,d;return ese(this,(function(p){switch(p.label){case 0:if(null==t)return[2];o=Array.prototype.slice.call(t),i=Nfe(e),a=i.customUpload,u=i.base64LimitSize,p.label=1;case 1:p.trys.push([1,11,12,17]),s=function(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t,n=e[Symbol.asyncIterator];return n?n.call(e):(e=function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(e),t={},r("next"),r("throw"),r("return"),t[Symbol.asyncIterator]=function(){return this},t);function r(n){t[n]=e[n]&&function(t){return new Promise((function(r,o){!function(e,t,n,r){Promise.resolve(r).then((function(t){e({value:t,done:n})}),t)}(r,o,(t=e[n](t)).done,t.value)}))}}}(o),p.label=2;case 2:return[4,s.next()];case 3:return(l=p.sent()).done?[3,10]:(c=l.value,f=c.size,u&&f<=u?[4,Rfe(e,c)]:[3,5]);case 4:return p.sent(),[3,9];case 5:return a?[4,a(c,(function(t,n,r){return c$(e,t,n,r)}))]:[3,7];case 6:return p.sent(),[3,9];case 7:return[4,Ife(e,c)];case 8:p.sent(),p.label=9;case 9:return[3,2];case 10:return[3,17];case 11:return d=p.sent(),n={error:d},[3,17];case 12:return p.trys.push([12,,15,16]),l&&!l.done&&(r=s.return)?[4,r.call(s)]:[3,14];case 13:p.sent(),p.label=14;case 14:return[3,16];case 15:if(n)throw n.error;return[7];case 16:return[7];case 17:return[2]}}))}))}var Mfe=foe([].join),zfe=yoe!=Object,$fe=qle("join",",");mae({target:"Array",proto:!0,forced:zfe||!$fe},{join:function(e){return Mfe(woe(this),void 0===e?",":e)}}),Xp&&(Bp.fn.append=Xp),Lp&&(Bp.fn.on=Lp),rh&&(Bp.fn.remove=rh),Ip&&(Bp.fn.val=Ip),uh&&(Bp.fn.click=uh),Up&&(Bp.fn.hide=Up);var Hfe=function(){function e(){this.title=p_("uploadImgModule.uploadImage"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M828.708571 585.045333a48.761905 48.761905 0 0 0-48.737523 48.761905v18.529524l-72.143238-72.167619a135.972571 135.972571 0 0 0-191.585524 0l-34.133334 34.133333-120.880762-120.953905a138.898286 138.898286 0 0 0-191.585523 0l-72.167619 72.167619V292.400762a48.786286 48.786286 0 0 1 48.761904-48.761905h341.23581a48.737524 48.737524 0 0 0 34.474667-83.285333 48.737524 48.737524 0 0 0-34.474667-14.287238H146.236952A146.212571 146.212571 0 0 0 0 292.400762v585.289143A146.358857 146.358857 0 0 0 146.236952 1024h584.996572a146.212571 146.212571 0 0 0 146.236952-146.310095V633.807238a48.786286 48.786286 0 0 0-48.761905-48.761905zM146.261333 926.45181a48.737524 48.737524 0 0 1-48.761904-48.761905v-174.128762l141.409523-141.458286a38.497524 38.497524 0 0 1 53.126096 0l154.526476 154.624 209.627428 209.724953H146.236952z m633.734096-48.761905c-0.073143 9.337905-3.145143 18.383238-8.777143 25.843809l-219.843048-220.94019 34.133333-34.133334a37.546667 37.546667 0 0 1 53.613715 0l140.873143 141.897143V877.714286zM1009.615238 160.231619L863.329524 13.897143a48.737524 48.737524 0 0 0-16.091429-10.24c-11.849143-4.87619-25.161143-4.87619-37.059047 0a48.761905 48.761905 0 0 0-16.067048 10.24l-146.236952 146.334476a49.005714 49.005714 0 0 0 69.217523 69.241905l62.902858-63.390476v272.627809a48.761905 48.761905 0 1 0 97.475047 0V166.083048l62.902857 63.390476a48.737524 48.737524 0 0 0 69.217524 0 48.761905 48.761905 0 0 0 0-69.241905z"></path></svg>',this.tag="button"}return e.prototype.getValue=function(e){return""},e.prototype.isActive=function(e){return!1},e.prototype.isDisabled=function(e){return f$(e)},e.prototype.getMenuConfig=function(e){return e.getMenuConfig("uploadImage")},e.prototype.exec=function(e,t){var n=this.getMenuConfig(e),r=n.allowedFileTypes,o=void 0===r?[]:r,i=n.customBrowseAndUpload;if(i)i((function(t,n,r){return c$(e,t,n,r)}));else{var a="";o.length>0&&(a='accept="'+o.join(", ")+'"');var u=Bp("body"),s=Bp('<input type="file" '+a+" multiple/>");s.hide(),u.append(s),s.click(),s.on("change",(function(){var t=s[0].files;Lfe(e,t)}))}},e}(),Ufe={menus:[{key:"uploadImage",factory:function(){return new Hfe},config:{server:"",fieldName:"wangeditor-uploaded-image",maxFileSize:2097152,maxNumberOfFiles:100,allowedFileTypes:["image/*"],meta:{},metaWithUrl:!1,withCredentials:!1,timeout:1e4,onBeforeUpload:function(e){return e},onProgress:function(e){},onSuccess:function(e,t){},onFailed:function(e,t){console.error("'"+e.name+"' upload failed",t)},onError:function(e,t,n){console.error("'"+e.name+"' upload error",n)},base64LimitSize:0}}],editorPlugin:function(e){var t=e.insertData,n=e;return n.insertData=function(r){if(f$(n))t(r);else if(r.getData("text/plain"))t(r);else{var o=r.files;o.length<=0?t(r):Array.prototype.slice.call(o).some((function(e){return"image"===function(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}(e.type.split("/"),1)[0]}))?Lfe(e,o):t(r)}},n}};d_("en",{highLightModule:{selectLang:"Language"}}),d_("zh-CN",{highLightModule:{selectLang:"选择语言"}});var Vfe="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0!==i.g?i.g:"undefined"!=typeof self?self:{};function Zfe(e){var t={exports:{}};return e(t,t.exports),t.exports}var Wfe,Gfe,qfe=function(e){return e&&e.Math==Math&&e},Kfe=qfe("object"==typeof globalThis&&globalThis)||qfe("object"==typeof window&&window)||qfe("object"==typeof self&&self)||qfe("object"==typeof Vfe&&Vfe)||function(){return this}()||Function("return this")(),Yfe=Object.defineProperty,Xfe=function(e,t){try{Yfe(Kfe,e,{value:t,configurable:!0,writable:!0})}catch(n){Kfe[e]=t}return t},Jfe=Kfe["__core-js_shared__"]||Xfe("__core-js_shared__",{}),Qfe=Zfe((function(e){(e.exports=function(e,t){return Jfe[e]||(Jfe[e]=void 0!==t?t:{})})("versions",[]).push({version:"3.19.3",mode:"global",copyright:"© 2021 Denis Pushkarev (zloirock.ru)"})})),ede=Function.prototype,tde=ede.bind,nde=ede.call,rde=tde&&tde.bind(nde),ode=tde?function(e){return e&&rde(nde,e)}:function(e){return e&&function(){return nde.apply(e,arguments)}},ide=Kfe.TypeError,ade=function(e){if(null==e)throw ide("Can't call method on "+e);return e},ude=Kfe.Object,sde=function(e){return ude(ade(e))},lde=ode({}.hasOwnProperty),cde=Object.hasOwn||function(e,t){return lde(sde(e),t)},fde=0,dde=Math.random(),pde=ode(1..toString),hde=function(e){return"Symbol("+(void 0===e?"":e)+")_"+pde(++fde+dde,36)},gde=function(e){return"function"==typeof e},vde=function(e){return gde(e)?e:void 0},yde=function(e,t){return arguments.length<2?vde(Kfe[e]):Kfe[e]&&Kfe[e][t]},mde=yde("navigator","userAgent")||"",bde=Kfe.process,wde=Kfe.Deno,xde=bde&&bde.versions||wde&&wde.version,Ede=xde&&xde.v8;Ede&&(Gfe=(Wfe=Ede.split("."))[0]>0&&Wfe[0]<4?1:+(Wfe[0]+Wfe[1])),!Gfe&&mde&&(!(Wfe=mde.match(/Edge\/(\d+)/))||Wfe[1]>=74)&&(Wfe=mde.match(/Chrome\/(\d+)/))&&(Gfe=+Wfe[1]);var Sde=Gfe,Cde=function(e){try{return!!e()}catch(e){return!0}},Dde=!!Object.getOwnPropertySymbols&&!Cde((function(){var e=Symbol();return!String(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&Sde&&Sde<41})),Ode=Dde&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,Ade=Qfe("wks"),kde=Kfe.Symbol,Tde=kde&&kde.for,Bde=Ode?kde:kde&&kde.withoutSetter||hde,Pde=function(e){if(!cde(Ade,e)||!Dde&&"string"!=typeof Ade[e]){var t="Symbol."+e;Dde&&cde(kde,e)?Ade[e]=kde[e]:Ade[e]=Ode&&Tde?Tde(t):Bde(t)}return Ade[e]},Fde={};Fde[Pde("toStringTag")]="z";var _de="[object z]"===String(Fde),jde=!Cde((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),Nde=function(e){return"object"==typeof e?null!==e:gde(e)},Rde=Kfe.document,Ide=Nde(Rde)&&Nde(Rde.createElement),Lde=function(e){return Ide?Rde.createElement(e):{}},Mde=!jde&&!Cde((function(){return 7!=Object.defineProperty(Lde("div"),"a",{get:function(){return 7}}).a})),zde=Kfe.String,$de=Kfe.TypeError,Hde=function(e){if(Nde(e))return e;throw $de(zde(e)+" is not an object")},Ude=Function.prototype.call,Vde=Ude.bind?Ude.bind(Ude):function(){return Ude.apply(Ude,arguments)},Zde=ode({}.isPrototypeOf),Wde=Kfe.Object,Gde=Ode?function(e){return"symbol"==typeof e}:function(e){var t=yde("Symbol");return gde(t)&&Zde(t.prototype,Wde(e))},qde=Kfe.String,Kde=function(e){try{return qde(e)}catch(e){return"Object"}},Yde=Kfe.TypeError,Xde=function(e){if(gde(e))return e;throw Yde(Kde(e)+" is not a function")},Jde=function(e,t){var n=e[t];return null==n?void 0:Xde(n)},Qde=Kfe.TypeError,epe=Kfe.TypeError,tpe=Pde("toPrimitive"),npe=function(e){var t=function(e,t){if(!Nde(e)||Gde(e))return e;var n,r=Jde(e,tpe);if(r){if(void 0===t&&(t="default"),n=Vde(r,e,t),!Nde(n)||Gde(n))return n;throw epe("Can't convert object to primitive value")}return void 0===t&&(t="number"),function(e,t){var n,r;if("string"===t&&gde(n=e.toString)&&!Nde(r=Vde(n,e)))return r;if(gde(n=e.valueOf)&&!Nde(r=Vde(n,e)))return r;if("string"!==t&&gde(n=e.toString)&&!Nde(r=Vde(n,e)))return r;throw Qde("Can't convert object to primitive value")}(e,t)}(e,"string");return Gde(t)?t:t+""},rpe=Kfe.TypeError,ope=Object.defineProperty,ipe={f:jde?ope:function(e,t,n){if(Hde(e),t=npe(t),Hde(n),Mde)try{return ope(e,t,n)}catch(e){}if("get"in n||"set"in n)throw rpe("Accessors not supported");return"value"in n&&(e[t]=n.value),e}},ape=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}},upe=jde?function(e,t,n){return ipe.f(e,t,ape(1,n))}:function(e,t,n){return e[t]=n,e},spe=ode(Function.toString);gde(Jfe.inspectSource)||(Jfe.inspectSource=function(e){return spe(e)});var lpe,cpe,fpe,dpe=Jfe.inspectSource,ppe=Kfe.WeakMap,hpe=gde(ppe)&&/native code/.test(dpe(ppe)),gpe=Qfe("keys"),vpe=function(e){return gpe[e]||(gpe[e]=hde(e))},ype={},mpe=Kfe.TypeError,bpe=Kfe.WeakMap;if(hpe||Jfe.state){var wpe=Jfe.state||(Jfe.state=new bpe),xpe=ode(wpe.get),Epe=ode(wpe.has),Spe=ode(wpe.set);lpe=function(e,t){if(Epe(wpe,e))throw new mpe("Object already initialized");return t.facade=e,Spe(wpe,e,t),t},cpe=function(e){return xpe(wpe,e)||{}},fpe=function(e){return Epe(wpe,e)}}else{var Cpe=vpe("state");ype[Cpe]=!0,lpe=function(e,t){if(cde(e,Cpe))throw new mpe("Object already initialized");return t.facade=e,upe(e,Cpe,t),t},cpe=function(e){return cde(e,Cpe)?e[Cpe]:{}},fpe=function(e){return cde(e,Cpe)}}var Dpe={set:lpe,get:cpe,has:fpe,enforce:function(e){return fpe(e)?cpe(e):lpe(e,{})},getterFor:function(e){return function(t){var n;if(!Nde(t)||(n=cpe(t)).type!==e)throw mpe("Incompatible receiver, "+e+" required");return n}}},Ope=Function.prototype,Ape=jde&&Object.getOwnPropertyDescriptor,kpe=cde(Ope,"name"),Tpe={EXISTS:kpe,PROPER:kpe&&"something"===function(){}.name,CONFIGURABLE:kpe&&(!jde||jde&&Ape(Ope,"name").configurable)},Bpe=Zfe((function(e){var t=Tpe.CONFIGURABLE,n=Dpe.get,r=Dpe.enforce,o=String(String).split("String");(e.exports=function(e,n,i,a){var u,s=!!a&&!!a.unsafe,l=!!a&&!!a.enumerable,c=!!a&&!!a.noTargetGet,f=a&&void 0!==a.name?a.name:n;gde(i)&&("Symbol("===String(f).slice(0,7)&&(f="["+String(f).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!cde(i,"name")||t&&i.name!==f)&&upe(i,"name",f),(u=r(i)).source||(u.source=o.join("string"==typeof f?f:""))),e!==Kfe?(s?!c&&e[n]&&(l=!0):delete e[n],l?e[n]=i:upe(e,n,i)):l?e[n]=i:Xfe(n,i)})(Function.prototype,"toString",(function(){return gde(this)&&n(this).source||dpe(this)}))})),Ppe=ode({}.toString),Fpe=ode("".slice),_pe=function(e){return Fpe(Ppe(e),8,-1)},jpe=Pde("toStringTag"),Npe=Kfe.Object,Rpe="Arguments"==_pe(function(){return arguments}()),Ipe=_de?_pe:function(e){var t,n,r;return void 0===e?"Undefined":null===e?"Null":"string"==typeof(n=function(e,t){try{return e[t]}catch(e){}}(t=Npe(e),jpe))?n:Rpe?_pe(t):"Object"==(r=_pe(t))&&gde(t.callee)?"Arguments":r},Lpe=_de?{}.toString:function(){return"[object "+Ipe(this)+"]"};_de||Bpe(Object.prototype,"toString",Lpe,{unsafe:!0});var Mpe,zpe={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},$pe=Lde("span").classList,Hpe=$pe&&$pe.constructor&&$pe.constructor.prototype,Upe=Hpe===Object.prototype?void 0:Hpe,Vpe=ode(ode.bind),Zpe=Kfe.Object,Wpe=ode("".split),Gpe=Cde((function(){return!Zpe("z").propertyIsEnumerable(0)}))?function(e){return"String"==_pe(e)?Wpe(e,""):Zpe(e)}:Zpe,qpe=Math.ceil,Kpe=Math.floor,Ype=function(e){var t=+e;return t!=t||0===t?0:(t>0?Kpe:qpe)(t)},Xpe=Math.min,Jpe=function(e){return e>0?Xpe(Ype(e),9007199254740991):0},Qpe=function(e){return Jpe(e.length)},ehe=Array.isArray||function(e){return"Array"==_pe(e)},the=function(){},nhe=[],rhe=yde("Reflect","construct"),ohe=/^\s*(?:class|function)\b/,ihe=ode(ohe.exec),ahe=!ohe.exec(the),uhe=function(e){if(!gde(e))return!1;try{return rhe(the,nhe,e),!0}catch(e){return!1}},she=!rhe||Cde((function(){var e;return uhe(uhe.call)||!uhe(Object)||!uhe((function(){e=!0}))||e}))?function(e){if(!gde(e))return!1;switch(Ipe(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}return ahe||!!ihe(ohe,dpe(e))}:uhe,lhe=Pde("species"),che=Kfe.Array,fhe=function(e,t){return new(function(e){var t;return ehe(e)&&(t=e.constructor,(she(t)&&(t===che||ehe(t.prototype))||Nde(t)&&null===(t=t[lhe]))&&(t=void 0)),void 0===t?che:t}(e))(0===t?0:t)},dhe=ode([].push),phe=function(e){var t=1==e,n=2==e,r=3==e,o=4==e,i=6==e,a=7==e,u=5==e||i;return function(s,l,c,f){for(var d,p,h=sde(s),g=Gpe(h),v=function(e,t){return Xde(e),void 0===t?e:Vpe?Vpe(e,t):function(){return e.apply(t,arguments)}}(l,c),y=Qpe(g),m=0,b=f||fhe,w=t?b(s,y):n||a?b(s,0):void 0;y>m;m++)if((u||m in g)&&(p=v(d=g[m],m,h),e))if(t)w[m]=p;else if(p)switch(e){case 3:return!0;case 5:return d;case 6:return m;case 2:dhe(w,d)}else switch(e){case 4:return!1;case 7:dhe(w,d)}return i?-1:r||o?o:w}},hhe=[phe(0),phe(1),phe(2),phe(3),phe(4),phe(5),phe(6),phe(7)][0],ghe=(Mpe=[].forEach)&&Cde((function(){Mpe.call(null,(function(){throw 1}),1)}))?[].forEach:function(e){return hhe(this,e,arguments.length>1?arguments[1]:void 0)},vhe=function(e){if(e&&e.forEach!==ghe)try{upe(e,"forEach",ghe)}catch(t){e.forEach=ghe}};for(var yhe in zpe)zpe[yhe]&&vhe(Kfe[yhe]&&Kfe[yhe].prototype);vhe(Upe);var mhe={}.propertyIsEnumerable,bhe=Object.getOwnPropertyDescriptor,whe={f:bhe&&!mhe.call({1:2},1)?function(e){var t=bhe(this,e);return!!t&&t.enumerable}:mhe},xhe=function(e){return Gpe(ade(e))},Ehe=Object.getOwnPropertyDescriptor,She={f:jde?Ehe:function(e,t){if(e=xhe(e),t=npe(t),Mde)try{return Ehe(e,t)}catch(e){}if(cde(e,t))return ape(!Vde(whe.f,e,t),e[t])}},Che=Math.max,Dhe=Math.min,Ohe=function(e,t){var n=Ype(e);return n<0?Che(n+t,0):Dhe(n,t)},Ahe=function(e){return function(t,n,r){var o,i=xhe(t),a=Qpe(i),u=Ohe(r,a);if(e&&n!=n){for(;a>u;)if((o=i[u++])!=o)return!0}else for(;a>u;u++)if((e||u in i)&&i[u]===n)return e||u||0;return!e&&-1}},khe=(Ahe(!0),Ahe(!1)),The=ode([].push),Bhe=function(e,t){var n,r=xhe(e),o=0,i=[];for(n in r)!cde(ype,n)&&cde(r,n)&&The(i,n);for(;t.length>o;)cde(r,n=t[o++])&&(~khe(i,n)||The(i,n));return i},Phe=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Fhe=Phe.concat("length","prototype"),_he={f:Object.getOwnPropertyNames||function(e){return Bhe(e,Fhe)}},jhe={f:Object.getOwnPropertySymbols},Nhe=ode([].concat),Rhe=yde("Reflect","ownKeys")||function(e){var t=_he.f(Hde(e)),n=jhe.f;return n?Nhe(t,n(e)):t},Ihe=function(e,t){for(var n=Rhe(t),r=ipe.f,o=She.f,i=0;i<n.length;i++){var a=n[i];cde(e,a)||r(e,a,o(t,a))}},Lhe=/#|\.prototype\./,Mhe=function(e,t){var n=$he[zhe(e)];return n==Uhe||n!=Hhe&&(gde(t)?Cde(t):!!t)},zhe=Mhe.normalize=function(e){return String(e).replace(Lhe,".").toLowerCase()},$he=Mhe.data={},Hhe=Mhe.NATIVE="N",Uhe=Mhe.POLYFILL="P",Vhe=Mhe,Zhe=She.f,Whe=function(e,t){var n,r,o,i,a,u=e.target,s=e.global,l=e.stat;if(n=s?Kfe:l?Kfe[u]||Xfe(u,{}):(Kfe[u]||{}).prototype)for(r in t){if(i=t[r],o=e.noTargetGet?(a=Zhe(n,r))&&a.value:n[r],!Vhe(s?r:u+(l?".":"#")+r,e.forced)&&void 0!==o){if(typeof i==typeof o)continue;Ihe(i,o)}(e.sham||o&&o.sham)&&upe(i,"sham",!0),Bpe(n,r,i,e)}},Ghe=Object.keys||function(e){return Bhe(e,Phe)},qhe=Object.assign,Khe=Object.defineProperty,Yhe=ode([].concat),Xhe=!qhe||Cde((function(){if(jde&&1!==qhe({b:1},qhe(Khe({},"a",{enumerable:!0,get:function(){Khe(this,"b",{value:3,enumerable:!1})}}),{b:2})).b)return!0;var e={},t={},n=Symbol(),r="abcdefghijklmnopqrst";return e[n]=7,r.split("").forEach((function(e){t[e]=e})),7!=qhe({},e)[n]||Ghe(qhe({},t)).join("")!=r}))?function(e,t){for(var n=sde(e),r=arguments.length,o=1,i=jhe.f,a=whe.f;r>o;)for(var u,s=Gpe(arguments[o++]),l=i?Yhe(Ghe(s),i(s)):Ghe(s),c=l.length,f=0;c>f;)u=l[f++],jde&&!Vde(a,s,u)||(n[u]=s[u]);return n}:qhe;Whe({target:"Object",stat:!0,forced:Object.assign!==Xhe},{assign:Xhe});var Jhe=Zfe((function(e){var t=function(e){var t=/\blang(?:uage)?-([\w-]+)\b/i,n=0,r={},o={manual:e.Prism&&e.Prism.manual,disableWorkerMessageHandler:e.Prism&&e.Prism.disableWorkerMessageHandler,util:{encode:function e(t){return t instanceof i?new i(t.type,e(t.content),t.alias):Array.isArray(t)?t.map(e):t.replace(/&/g,"&").replace(/</g,"<").replace(/\u00a0/g," ")},type:function(e){return Object.prototype.toString.call(e).slice(8,-1)},objId:function(e){return e.__id||Object.defineProperty(e,"__id",{value:++n}),e.__id},clone:function e(t,n){var r,i;switch(n=n||{},o.util.type(t)){case"Object":if(i=o.util.objId(t),n[i])return n[i];for(var a in r={},n[i]=r,t)t.hasOwnProperty(a)&&(r[a]=e(t[a],n));return r;case"Array":return i=o.util.objId(t),n[i]?n[i]:(r=[],n[i]=r,t.forEach((function(t,o){r[o]=e(t,n)})),r);default:return t}},getLanguage:function(e){for(;e&&!t.test(e.className);)e=e.parentElement;return e?(e.className.match(t)||[,"none"])[1].toLowerCase():"none"},currentScript:function(){if("undefined"==typeof document)return null;if("currentScript"in document)return document.currentScript;try{throw new Error}catch(r){var e=(/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(r.stack)||[])[1];if(e){var t=document.getElementsByTagName("script");for(var n in t)if(t[n].src==e)return t[n]}return null}},isActive:function(e,t,n){for(var r="no-"+t;e;){var o=e.classList;if(o.contains(t))return!0;if(o.contains(r))return!1;e=e.parentElement}return!!n}},languages:{plain:r,plaintext:r,text:r,txt:r,extend:function(e,t){var n=o.util.clone(o.languages[e]);for(var r in t)n[r]=t[r];return n},insertBefore:function(e,t,n,r){var i=(r=r||o.languages)[e],a={};for(var u in i)if(i.hasOwnProperty(u)){if(u==t)for(var s in n)n.hasOwnProperty(s)&&(a[s]=n[s]);n.hasOwnProperty(u)||(a[u]=i[u])}var l=r[e];return r[e]=a,o.languages.DFS(o.languages,(function(t,n){n===l&&t!=e&&(this[t]=a)})),a},DFS:function e(t,n,r,i){i=i||{};var a=o.util.objId;for(var u in t)if(t.hasOwnProperty(u)){n.call(t,u,t[u],r||u);var s=t[u],l=o.util.type(s);"Object"!==l||i[a(s)]?"Array"!==l||i[a(s)]||(i[a(s)]=!0,e(s,n,u,i)):(i[a(s)]=!0,e(s,n,null,i))}}},plugins:{},highlightAll:function(e,t){o.highlightAllUnder(document,e,t)},highlightAllUnder:function(e,t,n){var r={callback:n,container:e,selector:'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code'};o.hooks.run("before-highlightall",r),r.elements=Array.prototype.slice.apply(r.container.querySelectorAll(r.selector)),o.hooks.run("before-all-elements-highlight",r);for(var i,a=0;i=r.elements[a++];)o.highlightElement(i,!0===t,r.callback)},highlightElement:function(n,r,i){var a=o.util.getLanguage(n),u=o.languages[a];n.className=n.className.replace(t,"").replace(/\s+/g," ")+" language-"+a;var s=n.parentElement;s&&"pre"===s.nodeName.toLowerCase()&&(s.className=s.className.replace(t,"").replace(/\s+/g," ")+" language-"+a);var l={element:n,language:a,grammar:u,code:n.textContent};function c(e){l.highlightedCode=e,o.hooks.run("before-insert",l),l.element.innerHTML=l.highlightedCode,o.hooks.run("after-highlight",l),o.hooks.run("complete",l),i&&i.call(l.element)}if(o.hooks.run("before-sanity-check",l),(s=l.element.parentElement)&&"pre"===s.nodeName.toLowerCase()&&!s.hasAttribute("tabindex")&&s.setAttribute("tabindex","0"),!l.code)return o.hooks.run("complete",l),void(i&&i.call(l.element));if(o.hooks.run("before-highlight",l),l.grammar)if(r&&e.Worker){var f=new Worker(o.filename);f.onmessage=function(e){c(e.data)},f.postMessage(JSON.stringify({language:l.language,code:l.code,immediateClose:!0}))}else c(o.highlight(l.code,l.grammar,l.language));else c(o.util.encode(l.code))},highlight:function(e,t,n){var r={code:e,grammar:t,language:n};return o.hooks.run("before-tokenize",r),r.tokens=o.tokenize(r.code,r.grammar),o.hooks.run("after-tokenize",r),i.stringify(o.util.encode(r.tokens),r.language)},tokenize:function(e,t){var n=t.rest;if(n){for(var r in n)t[r]=n[r];delete t.rest}var o=new s;return l(o,o.head,e),u(e,o,t,o.head,0),function(e){for(var t=[],n=e.head.next;n!==e.tail;)t.push(n.value),n=n.next;return t}(o)},hooks:{all:{},add:function(e,t){var n=o.hooks.all;n[e]=n[e]||[],n[e].push(t)},run:function(e,t){var n=o.hooks.all[e];if(n&&n.length)for(var r,i=0;r=n[i++];)r(t)}},Token:i};function i(e,t,n,r){this.type=e,this.content=t,this.alias=n,this.length=0|(r||"").length}function a(e,t,n,r){e.lastIndex=t;var o=e.exec(n);if(o&&r&&o[1]){var i=o[1].length;o.index+=i,o[0]=o[0].slice(i)}return o}function u(e,t,n,r,s,f){for(var d in n)if(n.hasOwnProperty(d)&&n[d]){var p=n[d];p=Array.isArray(p)?p:[p];for(var h=0;h<p.length;++h){if(f&&f.cause==d+","+h)return;var g=p[h],v=g.inside,y=!!g.lookbehind,m=!!g.greedy,b=g.alias;if(m&&!g.pattern.global){var w=g.pattern.toString().match(/[imsuy]*$/)[0];g.pattern=RegExp(g.pattern.source,w+"g")}for(var x=g.pattern||g,E=r.next,S=s;E!==t.tail&&!(f&&S>=f.reach);S+=E.value.length,E=E.next){var C=E.value;if(t.length>e.length)return;if(!(C instanceof i)){var D,O=1;if(m){if(!(D=a(x,S,e,y)))break;var A=D.index,k=D.index+D[0].length,T=S;for(T+=E.value.length;A>=T;)T+=(E=E.next).value.length;if(S=T-=E.value.length,E.value instanceof i)continue;for(var B=E;B!==t.tail&&(T<k||"string"==typeof B.value);B=B.next)O++,T+=B.value.length;O--,C=e.slice(S,T),D.index-=S}else if(!(D=a(x,0,C,y)))continue;A=D.index;var P=D[0],F=C.slice(0,A),_=C.slice(A+P.length),j=S+C.length;f&&j>f.reach&&(f.reach=j);var N=E.prev;if(F&&(N=l(t,N,F),S+=F.length),c(t,N,O),E=l(t,N,new i(d,v?o.tokenize(P,v):P,b,P)),_&&l(t,E,_),O>1){var R={cause:d+","+h,reach:j};u(e,t,n,E.prev,S,R),f&&R.reach>f.reach&&(f.reach=R.reach)}}}}}}function s(){var e={value:null,prev:null,next:null},t={value:null,prev:e,next:null};e.next=t,this.head=e,this.tail=t,this.length=0}function l(e,t,n){var r=t.next,o={value:n,prev:t,next:r};return t.next=o,r.prev=o,e.length++,o}function c(e,t,n){for(var r=t.next,o=0;o<n&&r!==e.tail;o++)r=r.next;t.next=r,r.prev=t,e.length-=o}if(e.Prism=o,i.stringify=function e(t,n){if("string"==typeof t)return t;if(Array.isArray(t)){var r="";return t.forEach((function(t){r+=e(t,n)})),r}var i={type:t.type,content:e(t.content,n),tag:"span",classes:["token",t.type],attributes:{},language:n},a=t.alias;a&&(Array.isArray(a)?Array.prototype.push.apply(i.classes,a):i.classes.push(a)),o.hooks.run("wrap",i);var u="";for(var s in i.attributes)u+=" "+s+'="'+(i.attributes[s]||"").replace(/"/g,""")+'"';return"<"+i.tag+' class="'+i.classes.join(" ")+'"'+u+">"+i.content+"</"+i.tag+">"},!e.document)return e.addEventListener?(o.disableWorkerMessageHandler||e.addEventListener("message",(function(t){var n=JSON.parse(t.data),r=n.language,i=n.code,a=n.immediateClose;e.postMessage(o.highlight(i,o.languages[r],r)),a&&e.close()}),!1),o):o;var f=o.util.currentScript();function d(){o.manual||o.highlightAll()}if(f&&(o.filename=f.src,f.hasAttribute("data-manual")&&(o.manual=!0)),!o.manual){var p=document.readyState;"loading"===p||"interactive"===p&&f&&f.defer?document.addEventListener("DOMContentLoaded",d):window.requestAnimationFrame?window.requestAnimationFrame(d):window.setTimeout(d,16)}return o}("undefined"!=typeof window?window:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?self:{});
|
|
179
|
+
/**
|
|
180
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
181
|
+
*
|
|
182
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
183
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
184
|
+
* @namespace
|
|
185
|
+
* @public
|
|
186
|
+
*/e.exports&&(e.exports=t),void 0!==Vfe&&(Vfe.Prism=t),t.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},t.languages.markup.tag.inside["attr-value"].inside.entity=t.languages.markup.entity,t.languages.markup.doctype.inside["internal-subset"].inside=t.languages.markup,t.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(t.languages.markup.tag,"addInlined",{value:function(e,n){var r={};r["language-"+n]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:t.languages[n]},r.cdata=/^<!\[CDATA\[|\]\]>$/i;var o={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:r}};o["language-"+n]={pattern:/[\s\S]+/,inside:t.languages[n]};var i={};i[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:o},t.languages.insertBefore("markup","cdata",i)}}),Object.defineProperty(t.languages.markup.tag,"addAttribute",{value:function(e,n){t.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[n,"language-"+n],inside:t.languages[n]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),t.languages.html=t.languages.markup,t.languages.mathml=t.languages.markup,t.languages.svg=t.languages.markup,t.languages.xml=t.languages.extend("markup",{}),t.languages.ssml=t.languages.xml,t.languages.atom=t.languages.xml,t.languages.rss=t.languages.xml,function(e){var t=/(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/;e.languages.css={comment:/\/\*[\s\S]*?\*\//,atrule:{pattern:/@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/,inside:{rule:/^@[\w-]+/,"selector-function-argument":{pattern:/(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/,lookbehind:!0,alias:"selector"},keyword:{pattern:/(^|[^\w-])(?:and|not|only|or)(?![\w-])/,lookbehind:!0}}},url:{pattern:RegExp("\\burl\\((?:"+t.source+"|"+/(?:[^\\\r\n()"']|\\[\s\S])*/.source+")\\)","i"),greedy:!0,inside:{function:/^url/i,punctuation:/^\(|\)$/,string:{pattern:RegExp("^"+t.source+"$"),alias:"url"}}},selector:{pattern:RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|"+t.source+")*(?=\\s*\\{)"),lookbehind:!0},string:{pattern:t,greedy:!0},property:{pattern:/(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i,lookbehind:!0},important:/!important\b/i,function:{pattern:/(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i,lookbehind:!0},punctuation:/[(){};:,]/},e.languages.css.atrule.inside.rest=e.languages.css;var n=e.languages.markup;n&&(n.tag.addInlined("style","css"),n.tag.addAttribute("style","css"))}(t),t.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,greedy:!0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"class-name":{pattern:/(\b(?:class|interface|extends|implements|trait|instanceof|new)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/,boolean:/\b(?:true|false)\b/,function:/\b\w+(?=\()/,number:/\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i,operator:/[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/,punctuation:/[{}[\];(),.:]/},t.languages.javascript=t.languages.extend("clike",{"class-name":[t.languages.clike["class-name"],{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:prototype|constructor))/,lookbehind:!0}],keyword:[{pattern:/((?:^|\})\s*)catch\b/,lookbehind:!0},{pattern:/(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/,lookbehind:!0}],function:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/,number:/\b(?:(?:0[xX](?:[\dA-Fa-f](?:_[\dA-Fa-f])?)+|0[bB](?:[01](?:_[01])?)+|0[oO](?:[0-7](?:_[0-7])?)+)n?|(?:\d(?:_\d)?)+n|NaN|Infinity)\b|(?:\b(?:\d(?:_\d)?)+\.?(?:\d(?:_\d)?)*|\B\.(?:\d(?:_\d)?)+)(?:[Ee][+-]?(?:\d(?:_\d)?)+)?/,operator:/--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/}),t.languages.javascript["class-name"][0].pattern=/(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/,t.languages.insertBefore("javascript","keyword",{regex:{pattern:/((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/,lookbehind:!0,greedy:!0,inside:{"regex-source":{pattern:/^(\/)[\s\S]+(?=\/[a-z]*$)/,lookbehind:!0,alias:"language-regex",inside:t.languages.regex},"regex-delimiter":/^\/|\/$/,"regex-flags":/^[a-z]+$/}},"function-variable":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"},parameter:[{pattern:/(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/,lookbehind:!0,inside:t.languages.javascript},{pattern:/(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i,lookbehind:!0,inside:t.languages.javascript},{pattern:/(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/,lookbehind:!0,inside:t.languages.javascript},{pattern:/((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/,lookbehind:!0,inside:t.languages.javascript}],constant:/\b[A-Z](?:[A-Z_]|\dx?)*\b/}),t.languages.insertBefore("javascript","string",{hashbang:{pattern:/^#!.*/,greedy:!0,alias:"comment"},"template-string":{pattern:/`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/,greedy:!0,inside:{"template-punctuation":{pattern:/^`|`$/,alias:"string"},interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/,lookbehind:!0,inside:{"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"},rest:t.languages.javascript}},string:/[\s\S]+/}}}),t.languages.markup&&(t.languages.markup.tag.addInlined("script","javascript"),t.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source,"javascript")),t.languages.js=t.languages.javascript,function(){if(void 0!==t&&"undefined"!=typeof document){Element.prototype.matches||(Element.prototype.matches=Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector);var e={js:"javascript",py:"python",rb:"ruby",ps1:"powershell",psm1:"powershell",sh:"bash",bat:"batch",h:"c",tex:"latex"},n="data-src-status",r='pre[data-src]:not([data-src-status="loaded"]):not([data-src-status="loading"])',o=/\blang(?:uage)?-([\w-]+)\b/i;t.hooks.add("before-highlightall",(function(e){e.selector+=", "+r})),t.hooks.add("before-sanity-check",(function(o){var i=o.element;if(i.matches(r)){o.code="",i.setAttribute(n,"loading");var u=i.appendChild(document.createElement("CODE"));u.textContent="Loading…";var s=i.getAttribute("data-src"),l=o.language;if("none"===l){var c=(/\.(\w+)$/.exec(s)||[,"none"])[1];l=e[c]||c}a(u,l),a(i,l);var f=t.plugins.autoloader;f&&f.loadLanguages(l);var d=new XMLHttpRequest;d.open("GET",s,!0),d.onreadystatechange=function(){4==d.readyState&&(d.status<400&&d.responseText?(i.setAttribute(n,"loaded"),u.textContent=d.responseText,t.highlightElement(u)):(i.setAttribute(n,"failed"),d.status>=400?u.textContent="✖ Error "+d.status+" while fetching file: "+d.statusText:u.textContent="✖ Error: File does not exist or is empty"))},d.send(null)}})),t.plugins.fileHighlight={highlight:function(e){for(var n,o=(e||document).querySelectorAll(r),i=0;n=o[i++];)t.highlightElement(n)}};var i=!1;t.fileHighlight=function(){i||(console.warn("Prism.fileHighlight is deprecated. Use `Prism.plugins.fileHighlight.highlight` instead."),i=!0),t.plugins.fileHighlight.highlight.apply(this,arguments)}}function a(e,t){var n=e.className;n=n.replace(o," ")+" language-"+t,e.className=n.replace(/\s+/g," ").trim()}}()}));!function(e){var t=e.util.clone(e.languages.javascript),n=/(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source,r=/(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source,o=/(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source;function i(e,t){return e=e.replace(/<S>/g,(function(){return n})).replace(/<BRACES>/g,(function(){return r})).replace(/<SPREAD>/g,(function(){return o})),RegExp(e,t)}o=i(o).source,e.languages.jsx=e.languages.extend("markup",t),e.languages.jsx.tag.pattern=i(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source),e.languages.jsx.tag.inside.tag.pattern=/^<\/?[^\s>\/]*/i,e.languages.jsx.tag.inside["attr-value"].pattern=/=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/i,e.languages.jsx.tag.inside.tag.inside["class-name"]=/^[A-Z]\w*(?:\.[A-Z]\w*)*$/,e.languages.jsx.tag.inside.comment=t.comment,e.languages.insertBefore("inside","attr-name",{spread:{pattern:i(/<SPREAD>/.source),inside:e.languages.jsx}},e.languages.jsx.tag),e.languages.insertBefore("inside","special-attr",{script:{pattern:i(/=<BRACES>/.source),inside:{"script-punctuation":{pattern:/^=(?=\{)/,alias:"punctuation"},rest:e.languages.jsx},alias:"language-javascript"}},e.languages.jsx.tag);var a=function(e){return e?"string"==typeof e?e:"string"==typeof e.content?e.content:e.content.map(a).join(""):""},u=function(t){for(var n=[],r=0;r<t.length;r++){var o=t[r],i=!1;if("string"!=typeof o&&("tag"===o.type&&o.content[0]&&"tag"===o.content[0].type?"</"===o.content[0].content[0].content?n.length>0&&n[n.length-1].tagName===a(o.content[0].content[1])&&n.pop():"/>"===o.content[o.content.length-1].content||n.push({tagName:a(o.content[0].content[1]),openedBraces:0}):n.length>0&&"punctuation"===o.type&&"{"===o.content?n[n.length-1].openedBraces++:n.length>0&&n[n.length-1].openedBraces>0&&"punctuation"===o.type&&"}"===o.content?n[n.length-1].openedBraces--:i=!0),(i||"string"==typeof o)&&n.length>0&&0===n[n.length-1].openedBraces){var s=a(o);r<t.length-1&&("string"==typeof t[r+1]||"plain-text"===t[r+1].type)&&(s+=a(t[r+1]),t.splice(r+1,1)),r>0&&("string"==typeof t[r-1]||"plain-text"===t[r-1].type)&&(s=a(t[r-1])+s,t.splice(r-1,1),r--),t[r]=new e.Token("plain-text",s,null,s)}o.content&&"string"!=typeof o.content&&u(o.content)}};e.hooks.add("after-tokenize",(function(e){"jsx"!==e.language&&"tsx"!==e.language||u(e.tokens)}))}(Prism),function(e){e.languages.typescript=e.languages.extend("javascript",{"class-name":{pattern:/(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/,lookbehind:!0,greedy:!0,inside:null},builtin:/\b(?:string|Function|any|number|boolean|Array|symbol|console|Promise|unknown|never)\b/}),e.languages.typescript.keyword.push(/\b(?:abstract|as|declare|implements|is|keyof|readonly|require)\b/,/\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/,/\btype\b(?=\s*(?:[\{*]|$))/),delete e.languages.typescript.parameter;var t=e.languages.extend("typescript",{});delete t["class-name"],e.languages.typescript["class-name"].inside=t,e.languages.insertBefore("typescript","function",{decorator:{pattern:/@[$\w\xA0-\uFFFF]+/,inside:{at:{pattern:/^@/,alias:"operator"},function:/^[\s\S]+/}},"generic-function":{pattern:/#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/,greedy:!0,inside:{function:/^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:t}}}}),e.languages.ts=e.languages.typescript}(Prism),Prism.languages.markup={comment:{pattern:/<!--(?:(?!<!--)[\s\S])*?-->/,greedy:!0},prolog:{pattern:/<\?[\s\S]+?\?>/,greedy:!0},doctype:{pattern:/<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i,greedy:!0,inside:{"internal-subset":{pattern:/(^[^\[]*\[)[\s\S]+(?=\]>$)/,lookbehind:!0,greedy:!0,inside:null},string:{pattern:/"[^"]*"|'[^']*'/,greedy:!0},punctuation:/^<!|>$|[[\]]/,"doctype-tag":/^DOCTYPE/i,name:/[^\s<>'"]+/}},cdata:{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,greedy:!0},tag:{pattern:/<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/,greedy:!0,inside:{tag:{pattern:/^<\/?[^\s>\/]+/,inside:{punctuation:/^<\/?/,namespace:/^[^\s>\/:]+:/}},"special-attr":[],"attr-value":{pattern:/=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/,inside:{punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}},punctuation:/\/?>/,"attr-name":{pattern:/[^\s>\/]+/,inside:{namespace:/^[^\s>\/:]+:/}}}},entity:[{pattern:/&[\da-z]{1,8};/i,alias:"named-entity"},/&#x?[\da-f]{1,8};/i]},Prism.languages.markup.tag.inside["attr-value"].inside.entity=Prism.languages.markup.entity,Prism.languages.markup.doctype.inside["internal-subset"].inside=Prism.languages.markup,Prism.hooks.add("wrap",(function(e){"entity"===e.type&&(e.attributes.title=e.content.replace(/&/,"&"))})),Object.defineProperty(Prism.languages.markup.tag,"addInlined",{value:function(e,t){var n={};n["language-"+t]={pattern:/(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i,lookbehind:!0,inside:Prism.languages[t]},n.cdata=/^<!\[CDATA\[|\]\]>$/i;var r={"included-cdata":{pattern:/<!\[CDATA\[[\s\S]*?\]\]>/i,inside:n}};r["language-"+t]={pattern:/[\s\S]+/,inside:Prism.languages[t]};var o={};o[e]={pattern:RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g,(function(){return e})),"i"),lookbehind:!0,greedy:!0,inside:r},Prism.languages.insertBefore("markup","cdata",o)}}),Object.defineProperty(Prism.languages.markup.tag,"addAttribute",{value:function(e,t){Prism.languages.markup.tag.inside["special-attr"].push({pattern:RegExp(/(^|["'\s])/.source+"(?:"+e+")"+/\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source,"i"),lookbehind:!0,inside:{"attr-name":/^[^\s=]+/,"attr-value":{pattern:/=[\s\S]+/,inside:{value:{pattern:/(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/,lookbehind:!0,alias:[t,"language-"+t],inside:Prism.languages[t]},punctuation:[{pattern:/^=/,alias:"attr-equals"},/"|'/]}}}})}}),Prism.languages.html=Prism.languages.markup,Prism.languages.mathml=Prism.languages.markup,Prism.languages.svg=Prism.languages.markup,Prism.languages.xml=Prism.languages.extend("markup",{}),Prism.languages.ssml=Prism.languages.xml,Prism.languages.atom=Prism.languages.xml,Prism.languages.rss=Prism.languages.xml,Prism.languages.go=Prism.languages.extend("clike",{string:{pattern:/(["'`])(?:\\[\s\S]|(?!\1)[^\\])*\1/,greedy:!0},keyword:/\b(?:break|case|chan|const|continue|default|defer|else|fallthrough|for|func|go(?:to)?|if|import|interface|map|package|range|return|select|struct|switch|type|var)\b/,boolean:/\b(?:_|iota|nil|true|false)\b/,number:/(?:\b0x[a-f\d]+|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[-+]?\d+)?)i?/i,operator:/[*\/%^!=]=?|\+[=+]?|-[=-]?|\|[=|]?|&(?:=|&|\^=?)?|>(?:>=?|=)?|<(?:<=?|=|-)?|:=|\.\.\./,builtin:/\b(?:bool|byte|complex(?:64|128)|error|float(?:32|64)|rune|string|u?int(?:8|16|32|64)?|uintptr|append|cap|close|complex|copy|delete|imag|len|make|new|panic|print(?:ln)?|real|recover)\b/}),delete Prism.languages.go["class-name"],function(e){var t=/\/\*[\s\S]*?\*\/|\/\/.*|#(?!\[).*/,n=[{pattern:/\b(?:false|true)\b/i,alias:"boolean"},{pattern:/(::\s*)\b[a-z_]\w*\b(?!\s*\()/i,greedy:!0,lookbehind:!0},{pattern:/(\b(?:case|const)\s+)\b[a-z_]\w*(?=\s*[;=])/i,greedy:!0,lookbehind:!0},/\b(?:null)\b/i,/\b[A-Z_][A-Z0-9_]*\b(?!\s*\()/],r=/\b0b[01]+(?:_[01]+)*\b|\b0o[0-7]+(?:_[0-7]+)*\b|\b0x[\da-f]+(?:_[\da-f]+)*\b|(?:\b\d+(?:_\d+)*\.?(?:\d+(?:_\d+)*)?|\B\.\d+)(?:e[+-]?\d+)?/i,o=/<?=>|\?\?=?|\.{3}|\??->|[!=]=?=?|::|\*\*=?|--|\+\+|&&|\|\||<<|>>|[?~]|[/^|%*&<>.+-]=?/,i=/[{}\[\](),:;]/;e.languages.php={delimiter:{pattern:/\?>$|^<\?(?:php(?=\s)|=)?/i,alias:"important"},comment:t,variable:/\$+(?:\w+\b|(?=\{))/i,package:{pattern:/(namespace\s+|use\s+(?:function\s+)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,lookbehind:!0,inside:{punctuation:/\\/}},"class-name-definition":{pattern:/(\b(?:class|enum|interface|trait)\s+)\b[a-z_]\w*(?!\\)\b/i,lookbehind:!0,alias:"class-name"},"function-definition":{pattern:/(\bfunction\s+)[a-z_]\w*(?=\s*\()/i,lookbehind:!0,alias:"function"},keyword:[{pattern:/(\(\s*)\b(?:bool|boolean|int|integer|float|string|object|array)\b(?=\s*\))/i,alias:"type-casting",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)\b(?:bool|int|float|string|object|array(?!\s*\()|mixed|self|static|callable|iterable|(?:null|false)(?=\s*\|))\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*[\w|]\|\s*)(?:null|false)\b(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b(?:bool|int|float|string|object|void|array(?!\s*\()|mixed|self|static|callable|iterable|(?:null|false)(?=\s*\|))\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?[\w|]\|\s*)(?:null|false)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/\b(?:bool|int|float|string|object|void|array(?!\s*\()|mixed|iterable|(?:null|false)(?=\s*\|))\b/i,alias:"type-declaration",greedy:!0},{pattern:/(\|\s*)(?:null|false)\b/i,alias:"type-declaration",greedy:!0,lookbehind:!0},{pattern:/\b(?:parent|self|static)(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(\byield\s+)from\b/i,lookbehind:!0},/\bclass\b/i,{pattern:/((?:^|[^\s>:]|(?:^|[^-])>|(?:^|[^:]):)\s*)\b(?:__halt_compiler|abstract|and|array|as|break|callable|case|catch|clone|const|continue|declare|default|die|do|echo|else|elseif|empty|enddeclare|endfor|endforeach|endif|endswitch|endwhile|enum|eval|exit|extends|final|finally|fn|for|foreach|function|global|goto|if|implements|include|include_once|instanceof|insteadof|interface|isset|list|namespace|match|new|or|parent|print|private|protected|public|require|require_once|return|self|static|switch|throw|trait|try|unset|use|var|while|xor|yield)\b/i,lookbehind:!0}],"argument-name":{pattern:/([(,]\s+)\b[a-z_]\w*(?=\s*:(?!:))/i,lookbehind:!0},"class-name":[{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self|\s+static))\s+|\bcatch\s*\()\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/(\|\s*)\b[a-z_]\w*(?!\\)\b/i,greedy:!0,lookbehind:!0},{pattern:/\b[a-z_]\w*(?!\\)\b(?=\s*\|)/i,greedy:!0},{pattern:/(\|\s*)(?:\\?\b[a-z_]\w*)+\b/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(?:\\?\b[a-z_]\w*)+\b(?=\s*\|)/i,alias:"class-name-fully-qualified",greedy:!0,inside:{punctuation:/\\/}},{pattern:/(\b(?:extends|implements|instanceof|new(?!\s+self\b|\s+static\b))\s+|\bcatch\s*\()(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:"class-name-fully-qualified",greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*\$)/i,alias:"type-declaration",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-declaration"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/\b[a-z_]\w*(?=\s*::)/i,alias:"static-context",greedy:!0},{pattern:/(?:\\?\b[a-z_]\w*)+(?=\s*::)/i,alias:["class-name-fully-qualified","static-context"],greedy:!0,inside:{punctuation:/\\/}},{pattern:/([(,?]\s*)[a-z_]\w*(?=\s*\$)/i,alias:"type-hint",greedy:!0,lookbehind:!0},{pattern:/([(,?]\s*)(?:\\?\b[a-z_]\w*)+(?=\s*\$)/i,alias:["class-name-fully-qualified","type-hint"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}},{pattern:/(\)\s*:\s*(?:\?\s*)?)\b[a-z_]\w*(?!\\)\b/i,alias:"return-type",greedy:!0,lookbehind:!0},{pattern:/(\)\s*:\s*(?:\?\s*)?)(?:\\?\b[a-z_]\w*)+\b(?!\\)/i,alias:["class-name-fully-qualified","return-type"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,function:{pattern:/(^|[^\\\w])\\?[a-z_](?:[\w\\]*\w)?(?=\s*\()/i,lookbehind:!0,inside:{punctuation:/\\/}},property:{pattern:/(->\s*)\w+/,lookbehind:!0},number:r,operator:o,punctuation:i};var a={pattern:/\{\$(?:\{(?:\{[^{}]+\}|[^{}]+)\}|[^{}])+\}|(^|[^\\{])\$+(?:\w+(?:\[[^\r\n\[\]]+\]|->\w+)?)/,lookbehind:!0,inside:e.languages.php},u=[{pattern:/<<<'([^']+)'[\r\n](?:.*[\r\n])*?\1;/,alias:"nowdoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<'[^']+'|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<'?|[';]$/}}}},{pattern:/<<<(?:"([^"]+)"[\r\n](?:.*[\r\n])*?\1;|([a-z_]\w*)[\r\n](?:.*[\r\n])*?\2;)/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<<(?:"[^"]+"|[a-z_]\w*)|[a-z_]\w*;$/i,alias:"symbol",inside:{punctuation:/^<<<"?|[";]$/}},interpolation:a}},{pattern:/`(?:\\[\s\S]|[^\\`])*`/,alias:"backtick-quoted-string",greedy:!0},{pattern:/'(?:\\[\s\S]|[^\\'])*'/,alias:"single-quoted-string",greedy:!0},{pattern:/"(?:\\[\s\S]|[^\\"])*"/,alias:"double-quoted-string",greedy:!0,inside:{interpolation:a}}];e.languages.insertBefore("php","variable",{string:u,attribute:{pattern:/#\[(?:[^"'\/#]|\/(?![*/])|\/\/.*$|#(?!\[).*$|\/\*(?:[^*]|\*(?!\/))*\*\/|"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*')+\](?=\s*[a-z$#])/im,greedy:!0,inside:{"attribute-content":{pattern:/^(#\[)[\s\S]+(?=\]$)/,lookbehind:!0,inside:{comment:t,string:u,"attribute-class-name":[{pattern:/([^:]|^)\b[a-z_]\w*(?!\\)\b/i,alias:"class-name",greedy:!0,lookbehind:!0},{pattern:/([^:]|^)(?:\\?\b[a-z_]\w*)+/i,alias:["class-name","class-name-fully-qualified"],greedy:!0,lookbehind:!0,inside:{punctuation:/\\/}}],constant:n,number:r,operator:o,punctuation:i}},delimiter:{pattern:/^#\[|\]$/,alias:"punctuation"}}}}),e.hooks.add("before-tokenize",(function(t){/<\?/.test(t.code)&&e.languages["markup-templating"].buildPlaceholders(t,"php",/<\?(?:[^"'/#]|\/(?![*/])|("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|(?:\/\/|#(?!\[))(?:[^?\n\r]|\?(?!>))*(?=$|\?>|[\r\n])|#\[|\/\*(?:[^*]|\*(?!\/))*(?:\*\/|$))*?(?:\?>|$)/gi)})),e.hooks.add("after-tokenize",(function(t){e.languages["markup-templating"].tokenizePlaceholders(t,"php")}))}(Prism),Prism.languages.c=Prism.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:__attribute__|_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|asm|typeof|inline|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Prism.languages.c.string],comment:Prism.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Prism.languages.c}}},constant:/\b(?:__FILE__|__LINE__|__DATE__|__TIME__|__TIMESTAMP__|__func__|EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|stdin|stdout|stderr)\b/}),delete Prism.languages.c.boolean,Prism.languages.python={comment:{pattern:/(^|[^\\])#.*/,lookbehind:!0},"string-interpolation":{pattern:/(?:f|rf|fr)(?:("""|''')[\s\S]*?\1|("|')(?:\\.|(?!\2)[^\\\r\n])*\2)/i,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^{])(?:\{\{)*)\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}]|\{(?!\{)(?:[^{}])+\})+\})+\}/,lookbehind:!0,inside:{"format-spec":{pattern:/(:)[^:(){}]+(?=\}$)/,lookbehind:!0},"conversion-option":{pattern://,alias:"punctuation"},rest:null}},string:/[\s\S]+/}},"triple-quoted-string":{pattern:/(?:[rub]|rb|br)?("""|''')[\s\S]*?\1/i,greedy:!0,alias:"string"},string:{pattern:/(?:[rub]|rb|br)?("|')(?:\\.|(?!\1)[^\\\r\n])*\1/i,greedy:!0},function:{pattern:/((?:^|\s)def[ \t]+)[a-zA-Z_]\w*(?=\s*\()/g,lookbehind:!0},"class-name":{pattern:/(\bclass\s+)\w+/i,lookbehind:!0},decorator:{pattern:/(^[\t ]*)@\w+(?:\.\w+)*/im,lookbehind:!0,alias:["annotation","punctuation"],inside:{punctuation:/\./}},keyword:/\b(?:and|as|assert|async|await|break|class|continue|def|del|elif|else|except|exec|finally|for|from|global|if|import|in|is|lambda|nonlocal|not|or|pass|print|raise|return|try|while|with|yield)\b/,builtin:/\b(?:__import__|abs|all|any|apply|ascii|basestring|bin|bool|buffer|bytearray|bytes|callable|chr|classmethod|cmp|coerce|compile|complex|delattr|dict|dir|divmod|enumerate|eval|execfile|file|filter|float|format|frozenset|getattr|globals|hasattr|hash|help|hex|id|input|int|intern|isinstance|issubclass|iter|len|list|locals|long|map|max|memoryview|min|next|object|oct|open|ord|pow|property|range|raw_input|reduce|reload|repr|reversed|round|set|setattr|slice|sorted|staticmethod|str|sum|super|tuple|type|unichr|unicode|vars|xrange|zip)\b/,boolean:/\b(?:True|False|None)\b/,number:/\b0(?:b(?:_?[01])+|o(?:_?[0-7])+|x(?:_?[a-f0-9])+)\b|(?:\b\d+(?:_\d+)*(?:\.(?:\d+(?:_\d+)*)?)?|\B\.\d+(?:_\d+)*)(?:e[+-]?\d+(?:_\d+)*)?j?\b/i,operator:/[-+%=]=?|!=|\*\*?=?|\/\/?=?|<[<=>]?|>[=>]?|[&|^~]/,punctuation:/[{}[\];(),.:]/},Prism.languages.python["string-interpolation"].inside.interpolation.inside.rest=Prism.languages.python,Prism.languages.py=Prism.languages.python,function(e){var t=/\b(?:abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|exports|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|module|native|new|non-sealed|null|open|opens|package|permits|private|protected|provides|public|record|requires|return|sealed|short|static|strictfp|super|switch|synchronized|this|throw|throws|to|transient|transitive|try|uses|var|void|volatile|while|with|yield)\b/,n=/(^|[^\w.])(?:[a-z]\w*\s*\.\s*)*(?:[A-Z]\w*\s*\.\s*)*/.source,r={pattern:RegExp(n+/[A-Z](?:[\d_A-Z]*[a-z]\w*)?\b/.source),lookbehind:!0,inside:{namespace:{pattern:/^[a-z]\w*(?:\s*\.\s*[a-z]\w*)*(?:\s*\.)?/,inside:{punctuation:/\./}},punctuation:/\./}};e.languages.java=e.languages.extend("clike",{"class-name":[r,{pattern:RegExp(n+/[A-Z]\w*(?=\s+\w+\s*[;,=()])/.source),lookbehind:!0,inside:r.inside}],keyword:t,function:[e.languages.clike.function,{pattern:/(::\s*)[a-z_]\w*/,lookbehind:!0}],number:/\b0b[01][01_]*L?\b|\b0x(?:\.[\da-f_p+-]+|[\da-f_]+(?:\.[\da-f_p+-]+)?)\b|(?:\b\d[\d_]*(?:\.[\d_]*)?|\B\.\d[\d_]*)(?:e[+-]?\d[\d_]*)?[dfl]?/i,operator:{pattern:/(^|[^.])(?:<<=?|>>>?=?|->|--|\+\+|&&|\|\||::|[?:~]|[-+*/%&|^!=<>]=?)/m,lookbehind:!0}}),e.languages.insertBefore("java","string",{"triple-quoted-string":{pattern:/"""[ \t]*[\r\n](?:(?:"|"")?(?:\\.|[^"\\]))*"""/,greedy:!0,alias:"string"}}),e.languages.insertBefore("java","class-name",{annotation:{pattern:/(^|[^.])@\w+(?:\s*\.\s*\w+)*/,lookbehind:!0,alias:"punctuation"},generics:{pattern:/<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&)|<(?:[\w\s,.?]|&(?!&))*>)*>)*>)*>/,inside:{"class-name":r,keyword:t,punctuation:/[<>(),.:]/,operator:/[?&|]/}},namespace:{pattern:RegExp(/(\b(?:exports|import(?:\s+static)?|module|open|opens|package|provides|requires|to|transitive|uses|with)\s+)(?!<keyword>)[a-z]\w*(?:\.[a-z]\w*)*\.?/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0,inside:{punctuation:/\./}}})}(Prism),function(e){var t=/\b(?:alignas|alignof|asm|auto|bool|break|case|catch|char|char8_t|char16_t|char32_t|class|compl|concept|const|consteval|constexpr|constinit|const_cast|continue|co_await|co_return|co_yield|decltype|default|delete|do|double|dynamic_cast|else|enum|explicit|export|extern|final|float|for|friend|goto|if|import|inline|int|int8_t|int16_t|int32_t|int64_t|uint8_t|uint16_t|uint32_t|uint64_t|long|module|mutable|namespace|new|noexcept|nullptr|operator|override|private|protected|public|register|reinterpret_cast|requires|return|short|signed|sizeof|static|static_assert|static_cast|struct|switch|template|this|thread_local|throw|try|typedef|typeid|typename|union|unsigned|using|virtual|void|volatile|wchar_t|while)\b/,n=/\b(?!<keyword>)\w+(?:\s*\.\s*\w+)*\b/.source.replace(/<keyword>/g,(function(){return t.source}));e.languages.cpp=e.languages.extend("c",{"class-name":[{pattern:RegExp(/(\b(?:class|concept|enum|struct|typename)\s+)(?!<keyword>)\w+/.source.replace(/<keyword>/g,(function(){return t.source}))),lookbehind:!0},/\b[A-Z]\w*(?=\s*::\s*\w+\s*\()/,/\b[A-Z_]\w*(?=\s*::\s*~\w+\s*\()/i,/\b\w+(?=\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>\s*::\s*\w+\s*\()/],keyword:t,number:{pattern:/(?:\b0b[01']+|\b0x(?:[\da-f']+(?:\.[\da-f']*)?|\.[\da-f']+)(?:p[+-]?[\d']+)?|(?:\b[\d']+(?:\.[\d']*)?|\B\.[\d']+)(?:e[+-]?[\d']+)?)[ful]{0,4}/i,greedy:!0},operator:/>>=?|<<=?|->|--|\+\+|&&|\|\||[?:~]|<=>|[-+*/%&|^!=<>]=?|\b(?:and|and_eq|bitand|bitor|not|not_eq|or|or_eq|xor|xor_eq)\b/,boolean:/\b(?:true|false)\b/}),e.languages.insertBefore("cpp","string",{module:{pattern:RegExp(/(\b(?:module|import)\s+)/.source+"(?:"+/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|<[^<>\r\n]*>/.source+"|"+/<mod-name>(?:\s*:\s*<mod-name>)?|:\s*<mod-name>/.source.replace(/<mod-name>/g,(function(){return n}))+")"),lookbehind:!0,greedy:!0,inside:{string:/^[<"][\s\S]+/,operator:/:/,punctuation:/\./}},"raw-string":{pattern:/R"([^()\\ ]{0,16})\([\s\S]*?\)\1"/,alias:"string",greedy:!0}}),e.languages.insertBefore("cpp","keyword",{"generic-function":{pattern:/\b(?!operator\b)[a-z_]\w*\s*<(?:[^<>]|<[^<>]*>)*>(?=\s*\()/i,inside:{function:/^\w+/,generic:{pattern:/<[\s\S]+/,alias:"class-name",inside:e.languages.cpp}}}}),e.languages.insertBefore("cpp","operator",{"double-colon":{pattern:/::/,alias:"punctuation"}}),e.languages.insertBefore("cpp","class-name",{"base-clause":{pattern:/(\b(?:class|struct)\s+\w+\s*:\s*)[^;{}"'\s]+(?:\s+[^;{}"'\s]+)*(?=\s*[;{])/,lookbehind:!0,greedy:!0,inside:e.languages.extend("cpp",{})}}),e.languages.insertBefore("inside","double-colon",{"class-name":/\b[a-z_]\w*\b(?!\s*::)/i},e.languages.cpp["base-clause"])}(Prism),function(e){function t(e,t){return e.replace(/<<(\d+)>>/g,(function(e,n){return"(?:"+t[+n]+")"}))}function n(e,n,r){return RegExp(t(e,n),r||"")}function r(e,t){for(var n=0;n<t;n++)e=e.replace(/<<self>>/g,(function(){return"(?:"+e+")"}));return e.replace(/<<self>>/g,"[^\\s\\S]")}var o="bool byte char decimal double dynamic float int long object sbyte short string uint ulong ushort var void",i="class enum interface record struct",a="add alias and ascending async await by descending from(?=\\s*(?:\\w|$)) get global group into init(?=\\s*;) join let nameof not notnull on or orderby partial remove select set unmanaged value when where with(?=\\s*{)",u="abstract as base break case catch checked const continue default delegate do else event explicit extern finally fixed for foreach goto if implicit in internal is lock namespace new null operator out override params private protected public readonly ref return sealed sizeof stackalloc static switch this throw try typeof unchecked unsafe using virtual volatile while yield";function s(e){return"\\b(?:"+e.trim().replace(/ /g,"|")+")\\b"}var l=s(i),c=RegExp(s(o+" "+i+" "+a+" "+u)),f=s(i+" "+a+" "+u),d=s(o+" "+i+" "+u),p=r(/<(?:[^<>;=+\-*/%&|^]|<<self>>)*>/.source,2),h=r(/\((?:[^()]|<<self>>)*\)/.source,2),g=/@?\b[A-Za-z_]\w*\b/.source,v=t(/<<0>>(?:\s*<<1>>)?/.source,[g,p]),y=t(/(?!<<0>>)<<1>>(?:\s*\.\s*<<1>>)*/.source,[f,v]),m=/\[\s*(?:,\s*)*\]/.source,b=t(/<<0>>(?:\s*(?:\?\s*)?<<1>>)*(?:\s*\?)?/.source,[y,m]),w=t(/[^,()<>[\];=+\-*/%&|^]|<<0>>|<<1>>|<<2>>/.source,[p,h,m]),x=t(/\(<<0>>+(?:,<<0>>+)+\)/.source,[w]),E=t(/(?:<<0>>|<<1>>)(?:\s*(?:\?\s*)?<<2>>)*(?:\s*\?)?/.source,[x,y,m]),S={keyword:c,punctuation:/[<>()?,.:[\]]/},C=/'(?:[^\r\n'\\]|\\.|\\[Uux][\da-fA-F]{1,8})'/.source,D=/"(?:\\.|[^\\"\r\n])*"/.source,O=/@"(?:""|\\[\s\S]|[^\\"])*"(?!")/.source;e.languages.csharp=e.languages.extend("clike",{string:[{pattern:n(/(^|[^$\\])<<0>>/.source,[O]),lookbehind:!0,greedy:!0},{pattern:n(/(^|[^@$\\])<<0>>/.source,[D]),lookbehind:!0,greedy:!0},{pattern:RegExp(C),greedy:!0,alias:"character"}],"class-name":[{pattern:n(/(\busing\s+static\s+)<<0>>(?=\s*;)/.source,[y]),lookbehind:!0,inside:S},{pattern:n(/(\busing\s+<<0>>\s*=\s*)<<1>>(?=\s*;)/.source,[g,E]),lookbehind:!0,inside:S},{pattern:n(/(\busing\s+)<<0>>(?=\s*=)/.source,[g]),lookbehind:!0},{pattern:n(/(\b<<0>>\s+)<<1>>/.source,[l,v]),lookbehind:!0,inside:S},{pattern:n(/(\bcatch\s*\(\s*)<<0>>/.source,[y]),lookbehind:!0,inside:S},{pattern:n(/(\bwhere\s+)<<0>>/.source,[g]),lookbehind:!0},{pattern:n(/(\b(?:is(?:\s+not)?|as)\s+)<<0>>/.source,[b]),lookbehind:!0,inside:S},{pattern:n(/\b<<0>>(?=\s+(?!<<1>>|with\s*\{)<<2>>(?:\s*[=,;:{)\]]|\s+(?:in|when)\b))/.source,[E,d,g]),inside:S}],keyword:c,number:/(?:\b0(?:x[\da-f_]*[\da-f]|b[01_]*[01])|(?:\B\.\d+(?:_+\d+)*|\b\d+(?:_+\d+)*(?:\.\d+(?:_+\d+)*)?)(?:e[-+]?\d+(?:_+\d+)*)?)(?:ul|lu|[dflmu])?\b/i,operator:/>>=?|<<=?|[-=]>|([-+&|])\1|~|\?\?=?|[-+*/%&|^!=<>]=?/,punctuation:/\?\.?|::|[{}[\];(),.:]/}),e.languages.insertBefore("csharp","number",{range:{pattern:/\.\./,alias:"operator"}}),e.languages.insertBefore("csharp","punctuation",{"named-parameter":{pattern:n(/([(,]\s*)<<0>>(?=\s*:)/.source,[g]),lookbehind:!0,alias:"punctuation"}}),e.languages.insertBefore("csharp","class-name",{namespace:{pattern:n(/(\b(?:namespace|using)\s+)<<0>>(?:\s*\.\s*<<0>>)*(?=\s*[;{])/.source,[g]),lookbehind:!0,inside:{punctuation:/\./}},"type-expression":{pattern:n(/(\b(?:default|typeof|sizeof)\s*\(\s*(?!\s))(?:[^()\s]|\s(?!\s)|<<0>>)*(?=\s*\))/.source,[h]),lookbehind:!0,alias:"class-name",inside:S},"return-type":{pattern:n(/<<0>>(?=\s+(?:<<1>>\s*(?:=>|[({]|\.\s*this\s*\[)|this\s*\[))/.source,[E,y]),inside:S,alias:"class-name"},"constructor-invocation":{pattern:n(/(\bnew\s+)<<0>>(?=\s*[[({])/.source,[E]),lookbehind:!0,inside:S,alias:"class-name"},"generic-method":{pattern:n(/<<0>>\s*<<1>>(?=\s*\()/.source,[g,p]),inside:{function:n(/^<<0>>/.source,[g]),generic:{pattern:RegExp(p),alias:"class-name",inside:S}}},"type-list":{pattern:n(/\b((?:<<0>>\s+<<1>>|record\s+<<1>>\s*<<5>>|where\s+<<2>>)\s*:\s*)(?:<<3>>|<<4>>|<<1>>\s*<<5>>|<<6>>)(?:\s*,\s*(?:<<3>>|<<4>>|<<6>>))*(?=\s*(?:where|[{;]|=>|$))/.source,[l,v,g,E,c.source,h,/\bnew\s*\(\s*\)/.source]),lookbehind:!0,inside:{"record-arguments":{pattern:n(/(^(?!new\s*\()<<0>>\s*)<<1>>/.source,[v,h]),lookbehind:!0,greedy:!0,inside:e.languages.csharp},keyword:c,"class-name":{pattern:RegExp(E),greedy:!0,inside:S},punctuation:/[,()]/}},preprocessor:{pattern:/(^[\t ]*)#.*/m,lookbehind:!0,alias:"property",inside:{directive:{pattern:/(#)\b(?:define|elif|else|endif|endregion|error|if|line|nullable|pragma|region|undef|warning)\b/,lookbehind:!0,alias:"keyword"}}}});var A=D+"|"+C,k=t(/\/(?![*/])|\/\/[^\r\n]*[\r\n]|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>/.source,[A]),T=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[k]),2),B=/\b(?:assembly|event|field|method|module|param|property|return|type)\b/.source,P=t(/<<0>>(?:\s*\(<<1>>*\))?/.source,[y,T]);e.languages.insertBefore("csharp","class-name",{attribute:{pattern:n(/((?:^|[^\s\w>)?])\s*\[\s*)(?:<<0>>\s*:\s*)?<<1>>(?:\s*,\s*<<1>>)*(?=\s*\])/.source,[B,P]),lookbehind:!0,greedy:!0,inside:{target:{pattern:n(/^<<0>>(?=\s*:)/.source,[B]),alias:"keyword"},"attribute-arguments":{pattern:n(/\(<<0>>*\)/.source,[T]),inside:e.languages.csharp},"class-name":{pattern:RegExp(y),inside:{punctuation:/\./}},punctuation:/[:,]/}}});var F=/:[^}\r\n]+/.source,_=r(t(/[^"'/()]|<<0>>|\(<<self>>*\)/.source,[k]),2),j=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[_,F]),N=r(t(/[^"'/()]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|<<0>>|\(<<self>>*\)/.source,[A]),2),R=t(/\{(?!\{)(?:(?![}:])<<0>>)*<<1>>?\}/.source,[N,F]);function I(t,r){return{interpolation:{pattern:n(/((?:^|[^{])(?:\{\{)*)<<0>>/.source,[t]),lookbehind:!0,inside:{"format-string":{pattern:n(/(^\{(?:(?![}:])<<0>>)*)<<1>>(?=\}$)/.source,[r,F]),lookbehind:!0,inside:{punctuation:/^:/}},punctuation:/^\{|\}$/,expression:{pattern:/[\s\S]+/,alias:"language-csharp",inside:e.languages.csharp}}},string:/[\s\S]+/}}e.languages.insertBefore("csharp","string",{"interpolation-string":[{pattern:n(/(^|[^\\])(?:\$@|@\$)"(?:""|\\[\s\S]|\{\{|<<0>>|[^\\{"])*"/.source,[j]),lookbehind:!0,greedy:!0,inside:I(j,_)},{pattern:n(/(^|[^@\\])\$"(?:\\.|\{\{|<<0>>|[^\\"{])*"/.source,[R]),lookbehind:!0,greedy:!0,inside:I(R,N)}]})}(Prism),Prism.languages.dotnet=Prism.languages.cs=Prism.languages.csharp,Prism.languages["visual-basic"]={comment:{pattern:/(?:['‘’]|REM\b)(?:[^\r\n_]|_(?:\r\n?|\n)?)*/i,inside:{keyword:/^REM/i}},directive:{pattern:/#(?:Const|Else|ElseIf|End|ExternalChecksum|ExternalSource|If|Region)(?:[^\S\r\n]_[^\S\r\n]*(?:\r\n?|\n)|.)+/i,alias:"comment",greedy:!0},string:{pattern:/\$?["“”](?:["“”]{2}|[^"“”])*["“”]C?/i,greedy:!0},date:{pattern:/#[^\S\r\n]*(?:\d+([/-])\d+\1\d+(?:[^\S\r\n]+(?:\d+[^\S\r\n]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[^\S\r\n]*(?:AM|PM))?))?|\d+[^\S\r\n]*(?:AM|PM)|\d+:\d+(?::\d+)?(?:[^\S\r\n]*(?:AM|PM))?)[^\S\r\n]*#/i,alias:"builtin"},number:/(?:(?:\b\d+(?:\.\d+)?|\.\d+)(?:E[+-]?\d+)?|&[HO][\dA-F]+)(?:U?[ILS]|[FRD])?/i,boolean:/\b(?:True|False|Nothing)\b/i,keyword:/\b(?:AddHandler|AddressOf|Alias|And(?:Also)?|As|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|C(?:Bool|Byte|Char|Date|Dbl|Dec|Int|Lng|Obj|SByte|Short|Sng|Str|Type|UInt|ULng|UShort)|Char|Class|Const|Continue|Currency|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else(?:If)?|End(?:If)?|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get(?:Type|XMLNamespace)?|Global|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|IsNot|Let|Lib|Like|Long|Loop|Me|Mod|Module|Must(?:Inherit|Override)|My(?:Base|Class)|Namespace|Narrowing|New|Next|Not(?:Inheritable|Overridable)?|Object|Of|On|Operator|Option(?:al)?|Or(?:Else)?|Out|Overloads|Overridable|Overrides|ParamArray|Partial|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|SByte|Select|Set|Shadows|Shared|short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TryCast|Type|TypeOf|U(?:Integer|Long|Short)|Using|Variant|Wend|When|While|Widening|With(?:Events)?|WriteOnly|Until|Xor)\b/i,operator:[/[+\-*/\\^<=>&#@$%!]/,{pattern:/([^\S\r\n])_(?=[^\S\r\n]*[\r\n])/,lookbehind:!0}],punctuation:/[{}().,:?]/},Prism.languages.vb=Prism.languages["visual-basic"],Prism.languages.vba=Prism.languages["visual-basic"],Prism.languages.sql={comment:{pattern:/(^|[^\\])(?:\/\*[\s\S]*?\*\/|(?:--|\/\/|#).*)/,lookbehind:!0},variable:[{pattern:/@(["'`])(?:\\[\s\S]|(?!\1)[^\\])+\1/,greedy:!0},/@[\w.$]+/],string:{pattern:/(^|[^@\\])("|')(?:\\[\s\S]|(?!\2)[^\\]|\2\2)*\2/,greedy:!0,lookbehind:!0},function:/\b(?:AVG|COUNT|FIRST|FORMAT|LAST|LCASE|LEN|MAX|MID|MIN|MOD|NOW|ROUND|SUM|UCASE)(?=\s*\()/i,keyword:/\b(?:ACTION|ADD|AFTER|ALGORITHM|ALL|ALTER|ANALYZE|ANY|APPLY|AS|ASC|AUTHORIZATION|AUTO_INCREMENT|BACKUP|BDB|BEGIN|BERKELEYDB|BIGINT|BINARY|BIT|BLOB|BOOL|BOOLEAN|BREAK|BROWSE|BTREE|BULK|BY|CALL|CASCADED?|CASE|CHAIN|CHAR(?:ACTER|SET)?|CHECK(?:POINT)?|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMNS?|COMMENT|COMMIT(?:TED)?|COMPUTE|CONNECT|CONSISTENT|CONSTRAINT|CONTAINS(?:TABLE)?|CONTINUE|CONVERT|CREATE|CROSS|CURRENT(?:_DATE|_TIME|_TIMESTAMP|_USER)?|CURSOR|CYCLE|DATA(?:BASES?)?|DATE(?:TIME)?|DAY|DBCC|DEALLOCATE|DEC|DECIMAL|DECLARE|DEFAULT|DEFINER|DELAYED|DELETE|DELIMITERS?|DENY|DESC|DESCRIBE|DETERMINISTIC|DISABLE|DISCARD|DISK|DISTINCT|DISTINCTROW|DISTRIBUTED|DO|DOUBLE|DROP|DUMMY|DUMP(?:FILE)?|DUPLICATE|ELSE(?:IF)?|ENABLE|ENCLOSED|END|ENGINE|ENUM|ERRLVL|ERRORS|ESCAPED?|EXCEPT|EXEC(?:UTE)?|EXISTS|EXIT|EXPLAIN|EXTENDED|FETCH|FIELDS|FILE|FILLFACTOR|FIRST|FIXED|FLOAT|FOLLOWING|FOR(?: EACH ROW)?|FORCE|FOREIGN|FREETEXT(?:TABLE)?|FROM|FULL|FUNCTION|GEOMETRY(?:COLLECTION)?|GLOBAL|GOTO|GRANT|GROUP|HANDLER|HASH|HAVING|HOLDLOCK|HOUR|IDENTITY(?:_INSERT|COL)?|IF|IGNORE|IMPORT|INDEX|INFILE|INNER|INNODB|INOUT|INSERT|INT|INTEGER|INTERSECT|INTERVAL|INTO|INVOKER|ISOLATION|ITERATE|JOIN|KEYS?|KILL|LANGUAGE|LAST|LEAVE|LEFT|LEVEL|LIMIT|LINENO|LINES|LINESTRING|LOAD|LOCAL|LOCK|LONG(?:BLOB|TEXT)|LOOP|MATCH(?:ED)?|MEDIUM(?:BLOB|INT|TEXT)|MERGE|MIDDLEINT|MINUTE|MODE|MODIFIES|MODIFY|MONTH|MULTI(?:LINESTRING|POINT|POLYGON)|NATIONAL|NATURAL|NCHAR|NEXT|NO|NONCLUSTERED|NULLIF|NUMERIC|OFF?|OFFSETS?|ON|OPEN(?:DATASOURCE|QUERY|ROWSET)?|OPTIMIZE|OPTION(?:ALLY)?|ORDER|OUT(?:ER|FILE)?|OVER|PARTIAL|PARTITION|PERCENT|PIVOT|PLAN|POINT|POLYGON|PRECEDING|PRECISION|PREPARE|PREV|PRIMARY|PRINT|PRIVILEGES|PROC(?:EDURE)?|PUBLIC|PURGE|QUICK|RAISERROR|READS?|REAL|RECONFIGURE|REFERENCES|RELEASE|RENAME|REPEAT(?:ABLE)?|REPLACE|REPLICATION|REQUIRE|RESIGNAL|RESTORE|RESTRICT|RETURN(?:S|ING)?|REVOKE|RIGHT|ROLLBACK|ROUTINE|ROW(?:COUNT|GUIDCOL|S)?|RTREE|RULE|SAVE(?:POINT)?|SCHEMA|SECOND|SELECT|SERIAL(?:IZABLE)?|SESSION(?:_USER)?|SET(?:USER)?|SHARE|SHOW|SHUTDOWN|SIMPLE|SMALLINT|SNAPSHOT|SOME|SONAME|SQL|START(?:ING)?|STATISTICS|STATUS|STRIPED|SYSTEM_USER|TABLES?|TABLESPACE|TEMP(?:ORARY|TABLE)?|TERMINATED|TEXT(?:SIZE)?|THEN|TIME(?:STAMP)?|TINY(?:BLOB|INT|TEXT)|TOP?|TRAN(?:SACTIONS?)?|TRIGGER|TRUNCATE|TSEQUAL|TYPES?|UNBOUNDED|UNCOMMITTED|UNDEFINED|UNION|UNIQUE|UNLOCK|UNPIVOT|UNSIGNED|UPDATE(?:TEXT)?|USAGE|USE|USER|USING|VALUES?|VAR(?:BINARY|CHAR|CHARACTER|YING)|VIEW|WAITFOR|WARNINGS|WHEN|WHERE|WHILE|WITH(?: ROLLUP|IN)?|WORK|WRITE(?:TEXT)?|YEAR)\b/i,boolean:/\b(?:TRUE|FALSE|NULL)\b/i,number:/\b0x[\da-f]+\b|\b\d+(?:\.\d*)?|\B\.\d+\b/i,operator:/[-+*\/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?|\b(?:AND|BETWEEN|DIV|IN|ILIKE|IS|LIKE|NOT|OR|REGEXP|RLIKE|SOUNDS LIKE|XOR)\b/i,punctuation:/[;[\]()`,.]/},function(e){e.languages.ruby=e.languages.extend("clike",{comment:[/#.*/,{pattern:/^=begin\s[\s\S]*?^=end/m,greedy:!0}],"class-name":{pattern:/(\b(?:class)\s+|\bcatch\s+\()[\w.\\]+/i,lookbehind:!0,inside:{punctuation:/[.\\]/}},keyword:/\b(?:alias|and|BEGIN|begin|break|case|class|def|define_method|defined|do|each|else|elsif|END|end|ensure|extend|for|if|in|include|module|new|next|nil|not|or|prepend|protected|private|public|raise|redo|require|rescue|retry|return|self|super|then|throw|undef|unless|until|when|while|yield)\b/});var t={pattern:/#\{[^}]+\}/,inside:{delimiter:{pattern:/^#\{|\}$/,alias:"tag"},rest:e.languages.ruby}};delete e.languages.ruby.function,e.languages.insertBefore("ruby","keyword",{regex:[{pattern:RegExp(/%r/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S])*\)/.source,/\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S])*\]/.source,/<(?:[^<>\\]|\\[\s\S])*>/.source].join("|")+")"+/[egimnosux]{0,6}/.source),greedy:!0,inside:{interpolation:t}},{pattern:/(^|[^/])\/(?!\/)(?:\[[^\r\n\]]+\]|\\.|[^[/\\\r\n])+\/[egimnosux]{0,6}(?=\s*(?:$|[\r\n,.;})#]))/,lookbehind:!0,greedy:!0,inside:{interpolation:t}}],variable:/[@$]+[a-zA-Z_]\w*(?:[?!]|\b)/,symbol:{pattern:/(^|[^:]):[a-zA-Z_]\w*(?:[?!]|\b)/,lookbehind:!0},"method-definition":{pattern:/(\bdef\s+)[\w.]+/,lookbehind:!0,inside:{function:/\w+$/,rest:e.languages.ruby}}}),e.languages.insertBefore("ruby","number",{builtin:/\b(?:Array|Bignum|Binding|Class|Continuation|Dir|Exception|FalseClass|File|Stat|Fixnum|Float|Hash|Integer|IO|MatchData|Method|Module|NilClass|Numeric|Object|Proc|Range|Regexp|String|Struct|TMS|Symbol|ThreadGroup|Thread|Time|TrueClass)\b/,constant:/\b[A-Z]\w*(?:[?!]|\b)/}),e.languages.ruby.string=[{pattern:RegExp(/%[qQiIwWxs]?/.source+"(?:"+[/([^a-zA-Z0-9\s{(\[<])(?:(?!\1)[^\\]|\\[\s\S])*\1/.source,/\((?:[^()\\]|\\[\s\S])*\)/.source,/\{(?:[^#{}\\]|#(?:\{[^}]+\})?|\\[\s\S])*\}/.source,/\[(?:[^\[\]\\]|\\[\s\S])*\]/.source,/<(?:[^<>\\]|\\[\s\S])*>/.source].join("|")+")"),greedy:!0,inside:{interpolation:t}},{pattern:/("|')(?:#\{[^}]+\}|#(?!\{)|\\(?:\r\n|[\s\S])|(?!\1)[^\\#\r\n])*\1/,greedy:!0,inside:{interpolation:t}},{pattern:/<<[-~]?([a-z_]\w*)[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?[a-z_]\w*|[a-z_]\w*$/i,alias:"symbol",inside:{punctuation:/^<<[-~]?/}},interpolation:t}},{pattern:/<<[-~]?'([a-z_]\w*)'[\r\n](?:.*[\r\n])*?[\t ]*\1/i,alias:"heredoc-string",greedy:!0,inside:{delimiter:{pattern:/^<<[-~]?'[a-z_]\w*'|[a-z_]\w*$/i,alias:"symbol",inside:{punctuation:/^<<[-~]?'|'$/}}}}],e.languages.rb=e.languages.ruby}(Prism),Prism.languages.swift={comment:{pattern:/(^|[^\\:])(?:\/\/.*|\/\*(?:[^/*]|\/(?!\*)|\*(?!\/)|\/\*(?:[^*]|\*(?!\/))*\*\/)*\*\/)/,lookbehind:!0,greedy:!0},"string-literal":[{pattern:RegExp(/(^|[^"#])/.source+"(?:"+/"(?:\\(?:\((?:[^()]|\([^()]*\))*\)|\r\n|[^(])|[^\\\r\n"])*"/.source+"|"+/"""(?:\\(?:\((?:[^()]|\([^()]*\))*\)|[^(])|[^\\"]|"(?!""))*"""/.source+")"+/(?!["#])/.source),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\\($/,alias:"punctuation"},punctuation:/\\(?=[\r\n])/,string:/[\s\S]+/}},{pattern:RegExp(/(^|[^"#])(#+)/.source+"(?:"+/"(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|\r\n|[^#])|[^\\\r\n])*?"/.source+"|"+/"""(?:\\(?:#+\((?:[^()]|\([^()]*\))*\)|[^#])|[^\\])*?"""/.source+")\\2"),lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/(\\#+\()(?:[^()]|\([^()]*\))*(?=\))/,lookbehind:!0,inside:null},"interpolation-punctuation":{pattern:/^\)|\\#+\($/,alias:"punctuation"},string:/[\s\S]+/}}],directive:{pattern:RegExp(/#/.source+"(?:"+/(?:elseif|if)\b/.source+"(?:[ \t]*"+/(?:![ \t]*)?(?:\b\w+\b(?:[ \t]*\((?:[^()]|\([^()]*\))*\))?|\((?:[^()]|\([^()]*\))*\))(?:[ \t]*(?:&&|\|\|))?/.source+")+|"+/(?:else|endif)\b/.source+")"),alias:"property",inside:{"directive-name":/^#\w+/,boolean:/\b(?:true|false)\b/,number:/\b\d+(?:\.\d+)*\b/,operator:/!|&&|\|\||[<>]=?/,punctuation:/[(),]/}},literal:{pattern:/#(?:colorLiteral|column|dsohandle|file(?:ID|Literal|Path)?|function|imageLiteral|line)\b/,alias:"constant"},"other-directive":{pattern:/#\w+\b/,alias:"property"},attribute:{pattern:/@\w+/,alias:"atrule"},"function-definition":{pattern:/(\bfunc\s+)\w+/,lookbehind:!0,alias:"function"},label:{pattern:/\b(break|continue)\s+\w+|\b[a-zA-Z_]\w*(?=\s*:\s*(?:for|repeat|while)\b)/,lookbehind:!0,alias:"important"},keyword:/\b(?:Any|Protocol|Self|Type|actor|as|assignment|associatedtype|associativity|async|await|break|case|catch|class|continue|convenience|default|defer|deinit|didSet|do|dynamic|else|enum|extension|fallthrough|fileprivate|final|for|func|get|guard|higherThan|if|import|in|indirect|infix|init|inout|internal|is|lazy|left|let|lowerThan|mutating|none|nonisolated|nonmutating|open|operator|optional|override|postfix|precedencegroup|prefix|private|protocol|public|repeat|required|rethrows|return|right|safe|self|set|some|static|struct|subscript|super|switch|throw|throws|try|typealias|unowned|unsafe|var|weak|where|while|willSet)\b/,boolean:/\b(?:true|false)\b/,nil:{pattern:/\bnil\b/,alias:"constant"},"short-argument":/\$\d+\b/,omit:{pattern:/\b_\b/,alias:"keyword"},number:/\b(?:[\d_]+(?:\.[\de_]+)?|0x[a-f0-9_]+(?:\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\b/i,"class-name":/\b[A-Z](?:[A-Z_\d]*[a-z]\w*)?\b/,function:/\b[a-z_]\w*(?=\s*\()/i,constant:/\b(?:[A-Z_]{2,}|k[A-Z][A-Za-z_]+)\b/,operator:/[-+*/%=!<>&|^~?]+|\.[.\-+*/%=!<>&|^~?]+/,punctuation:/[{}[\]();,.:\\]/},Prism.languages.swift["string-literal"].forEach((function(e){e.inside.interpolation.inside=Prism.languages.swift})),function(e){var t="\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b",n={pattern:/(^(["']?)\w+\2)[ \t]+\S.*/,lookbehind:!0,alias:"punctuation",inside:null},r={bash:n,environment:{pattern:RegExp("\\$"+t),alias:"constant"},variable:[{pattern:/\$?\(\([\s\S]+?\)\)/,greedy:!0,inside:{variable:[{pattern:/(^\$\(\([\s\S]+)\)\)/,lookbehind:!0},/^\$\(\(/],number:/\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/,operator:/--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/,punctuation:/\(\(?|\)\)?|,|;/}},{pattern:/\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/,greedy:!0,inside:{variable:/^\$\(|^`|\)$|`$/}},{pattern:/\$\{[^}]+\}/,greedy:!0,inside:{operator:/:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/,punctuation:/[\[\]]/,environment:{pattern:RegExp("(\\{)"+t),lookbehind:!0,alias:"constant"}}},/\$(?:\w+|[#?*!@$])/],entity:/\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|x[0-9a-fA-F]{1,2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})/};e.languages.bash={shebang:{pattern:/^#!\s*\/.*/,alias:"important"},comment:{pattern:/(^|[^"{\\$])#.*/,lookbehind:!0},"function-name":[{pattern:/(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/,lookbehind:!0,alias:"function"},{pattern:/\b[\w-]+(?=\s*\(\s*\)\s*\{)/,alias:"function"}],"for-or-select":{pattern:/(\b(?:for|select)\s+)\w+(?=\s+in\s)/,alias:"variable",lookbehind:!0},"assign-left":{pattern:/(^|[\s;|&]|[<>]\()\w+(?=\+?=)/,inside:{environment:{pattern:RegExp("(^|[\\s;|&]|[<>]\\()"+t),lookbehind:!0,alias:"constant"}},alias:"variable",lookbehind:!0},string:[{pattern:/((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/,lookbehind:!0,greedy:!0,inside:r},{pattern:/((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/,lookbehind:!0,greedy:!0,inside:{bash:n}},{pattern:/(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/,lookbehind:!0,greedy:!0,inside:r},{pattern:/(^|[^$\\])'[^']*'/,lookbehind:!0,greedy:!0},{pattern:/\$'(?:[^'\\]|\\[\s\S])*'/,greedy:!0,inside:{entity:r.entity}}],environment:{pattern:RegExp("\\$?"+t),alias:"constant"},variable:r.variable,function:{pattern:/(^|[\s;|&]|[<>]\()(?:add|apropos|apt|aptitude|apt-cache|apt-get|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/,lookbehind:!0},keyword:{pattern:/(^|[\s;|&]|[<>]\()(?:if|then|else|elif|fi|for|while|in|case|esac|function|select|do|done|until)(?=$|[)\s;|&])/,lookbehind:!0},builtin:{pattern:/(^|[\s;|&]|[<>]\()(?:\.|:|break|cd|continue|eval|exec|exit|export|getopts|hash|pwd|readonly|return|shift|test|times|trap|umask|unset|alias|bind|builtin|caller|command|declare|echo|enable|help|let|local|logout|mapfile|printf|read|readarray|source|type|typeset|ulimit|unalias|set|shopt)(?=$|[)\s;|&])/,lookbehind:!0,alias:"class-name"},boolean:{pattern:/(^|[\s;|&]|[<>]\()(?:true|false)(?=$|[)\s;|&])/,lookbehind:!0},"file-descriptor":{pattern:/\B&\d\b/,alias:"important"},operator:{pattern:/\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/,inside:{"file-descriptor":{pattern:/^\d/,alias:"important"}}},punctuation:/\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/,number:{pattern:/(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/,lookbehind:!0}},n.inside=e.languages.bash;for(var o=["comment","function-name","for-or-select","assign-left","string","environment","function","keyword","builtin","boolean","file-descriptor","operator","punctuation","number"],i=r.variable[1].inside,a=0;a<o.length;a++)i[o[a]]=e.languages.bash[o[a]];e.languages.shell=e.languages.bash}(Prism),function(e){var t=/(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source;function n(e){return e=e.replace(/<inner>/g,(function(){return t})),RegExp(/((?:^|[^\\])(?:\\{2})*)/.source+"(?:"+e+")")}var r=/(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source,o=/\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g,(function(){return r})),i=/\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source;e.languages.markdown=e.languages.extend("markup",{}),e.languages.insertBefore("markdown","prolog",{"front-matter-block":{pattern:/(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/,lookbehind:!0,greedy:!0,inside:{punctuation:/^---|---$/,"font-matter":{pattern:/\S+(?:\s+\S+)*/,alias:["yaml","language-yaml"],inside:e.languages.yaml}}},blockquote:{pattern:/^>(?:[\t ]*>)*/m,alias:"punctuation"},table:{pattern:RegExp("^"+o+i+"(?:"+o+")*","m"),inside:{"table-data-rows":{pattern:RegExp("^("+o+i+")(?:"+o+")*$"),lookbehind:!0,inside:{"table-data":{pattern:RegExp(r),inside:e.languages.markdown},punctuation:/\|/}},"table-line":{pattern:RegExp("^("+o+")"+i+"$"),lookbehind:!0,inside:{punctuation:/\||:?-{3,}:?/}},"table-header-row":{pattern:RegExp("^"+o+"$"),inside:{"table-header":{pattern:RegExp(r),alias:"important",inside:e.languages.markdown},punctuation:/\|/}}}},code:[{pattern:/((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/,lookbehind:!0,alias:"keyword"},{pattern:/^```[\s\S]*?^```$/m,greedy:!0,inside:{"code-block":{pattern:/^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m,lookbehind:!0},"code-language":{pattern:/^(```).+/,lookbehind:!0},punctuation:/```/}}],title:[{pattern:/\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m,alias:"important",inside:{punctuation:/==+$|--+$/}},{pattern:/(^\s*)#.+/m,lookbehind:!0,alias:"important",inside:{punctuation:/^#+|#+$/}}],hr:{pattern:/(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m,lookbehind:!0,alias:"punctuation"},list:{pattern:/(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m,lookbehind:!0,alias:"punctuation"},"url-reference":{pattern:/!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/,inside:{variable:{pattern:/^(!?\[)[^\]]+/,lookbehind:!0},string:/(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/,punctuation:/^[\[\]!:]|[<>]/},alias:"url"},bold:{pattern:n(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^..)[\s\S]+(?=..$)/,lookbehind:!0,inside:{}},punctuation:/\*\*|__/}},italic:{pattern:n(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^.)[\s\S]+(?=.$)/,lookbehind:!0,inside:{}},punctuation:/[*_]/}},strike:{pattern:n(/(~~?)(?:(?!~)<inner>)+\2/.source),lookbehind:!0,greedy:!0,inside:{content:{pattern:/(^~~?)[\s\S]+(?=\1$)/,lookbehind:!0,inside:{}},punctuation:/~~?/}},"code-snippet":{pattern:/(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/,lookbehind:!0,greedy:!0,alias:["code","keyword"]},url:{pattern:n(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source),lookbehind:!0,greedy:!0,inside:{operator:/^!/,content:{pattern:/(^\[)[^\]]+(?=\])/,lookbehind:!0,inside:{}},variable:{pattern:/(^\][ \t]?\[)[^\]]+(?=\]$)/,lookbehind:!0},url:{pattern:/(^\]\()[^\s)]+/,lookbehind:!0},string:{pattern:/(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/,lookbehind:!0}}}}),["url","bold","italic","strike"].forEach((function(t){["url","bold","italic","strike","code-snippet"].forEach((function(n){t!==n&&(e.languages.markdown[t].inside.content.inside[n]=e.languages.markdown[n])}))})),e.hooks.add("after-tokenize",(function(e){"markdown"!==e.language&&"md"!==e.language||function e(t){if(t&&"string"!=typeof t)for(var n=0,r=t.length;n<r;n++){var o=t[n];if("code"===o.type){var i=o.content[1],a=o.content[3];if(i&&a&&"code-language"===i.type&&"code-block"===a.type&&"string"==typeof i.content){var u=i.content.replace(/\b#/g,"sharp").replace(/\b\+\+/g,"pp"),s="language-"+(u=(/[a-z][\w-]*/i.exec(u)||[""])[0].toLowerCase());a.alias?"string"==typeof a.alias?a.alias=[a.alias,s]:a.alias.push(s):a.alias=[s]}}else e(o.content)}}(e.tokens)})),e.hooks.add("wrap",(function(t){if("code-block"===t.type){for(var n="",r=0,o=t.classes.length;r<o;r++){var i=t.classes[r],l=/language-(.+)/.exec(i);if(l){n=l[1];break}}var c=e.languages[n];if(c)t.content=e.highlight(function(e){return e.replace(a,"").replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi,(function(e,t){var n;return"#"===(t=t.toLowerCase())[0]?(n="x"===t[1]?parseInt(t.slice(2),16):Number(t.slice(1)),s(n)):u[t]||e}))}(t.content),c,n);else if(n&&"none"!==n&&e.plugins.autoloader){var f="md-"+(new Date).valueOf()+"-"+Math.floor(1e16*Math.random());t.attributes.id=f,e.plugins.autoloader.loadLanguages(n,(function(){var t=document.getElementById(f);t&&(t.innerHTML=e.highlight(t.textContent,e.languages[n],n))}))}}}));var a=RegExp(e.languages.markup.tag.pattern.source,"gi"),u={amp:"&",lt:"<",gt:">",quot:'"'},s=String.fromCodePoint||String.fromCharCode;e.languages.md=e.languages.markdown}(Prism),Prism.languages.lua={comment:/^#!.+|--(?:\[(=*)\[[\s\S]*?\]\1\]|.*)/m,string:{pattern:/(["'])(?:(?!\1)[^\\\r\n]|\\z(?:\r\n|\s)|\\(?:\r\n|[^z]))*\1|\[(=*)\[[\s\S]*?\]\2\]/,greedy:!0},number:/\b0x[a-f\d]+(?:\.[a-f\d]*)?(?:p[+-]?\d+)?\b|\b\d+(?:\.\B|(?:\.\d*)?(?:e[+-]?\d+)?\b)|\B\.\d+(?:e[+-]?\d+)?\b/i,keyword:/\b(?:and|break|do|else|elseif|end|false|for|function|goto|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/,function:/(?!\d)\w+(?=\s*(?:[({]))/,operator:[/[-+*%^&|#]|\/\/?|<[<=]?|>[>=]?|[=~]=?/,{pattern:/(^|[^.])\.\.(?!\.)/,lookbehind:!0}],punctuation:/[\[\](){},;]|\.+|:+/},Prism.languages.groovy=Prism.languages.extend("clike",{string:[{pattern:/("""|''')(?:[^\\]|\\[\s\S])*?\1|\$\/(?:[^/$]|\$(?:[/$]|(?![/$]))|\/(?!\$))*\/\$/,greedy:!0},{pattern:/(["'/])(?:\\.|(?!\1)[^\\\r\n])*\1/,greedy:!0}],keyword:/\b(?:as|def|in|abstract|assert|boolean|break|byte|case|catch|char|class|const|continue|default|do|double|else|enum|extends|final|finally|float|for|goto|if|implements|import|instanceof|int|interface|long|native|new|package|private|protected|public|return|short|static|strictfp|super|switch|synchronized|this|throw|throws|trait|transient|try|void|volatile|while)\b/,number:/\b(?:0b[01_]+|0x[\da-f_]+(?:\.[\da-f_p\-]+)?|[\d_]+(?:\.[\d_]+)?(?:e[+-]?\d+)?)[glidf]?\b/i,operator:{pattern:/(^|[^.])(?:~|==?~?|\?[.:]?|\*(?:[.=]|\*=?)?|\.[@&]|\.\.<|\.\.(?!\.)|-[-=>]?|\+[+=]?|!=?|<(?:<=?|=>?)?|>(?:>>?=?|=)?|&[&=]?|\|[|=]?|\/=?|\^=?|%=?)/,lookbehind:!0},punctuation:/\.+|[{}[\];(),:$]/}),Prism.languages.insertBefore("groovy","string",{shebang:{pattern:/#!.+/,alias:"comment"}}),Prism.languages.insertBefore("groovy","punctuation",{"spock-block":/\b(?:setup|given|when|then|and|cleanup|expect|where):/}),Prism.languages.insertBefore("groovy","function",{annotation:{pattern:/(^|[^.])@\w+/,lookbehind:!0,alias:"punctuation"}}),Prism.hooks.add("wrap",(function(e){if("groovy"===e.language&&"string"===e.type){var t=e.content[0];if("'"!=t){var n=/([^\\])(?:\$(?:\{.*?\}|[\w.]+))/;"$"===t&&(n=/([^\$])(?:\$(?:\{.*?\}|[\w.]+))/),e.content=e.content.replace(/</g,"<").replace(/&/g,"&"),e.content=Prism.highlight(e.content,{expression:{pattern:n,lookbehind:!0,inside:Prism.languages.groovy}}),e.classes.push("/"===t?"regex":"gstring")}}}));var Qhe=["comment","prolog","doctype","cdata","punctuation","namespace","property","tag","boolean","number","constant","symbol","deleted","selector","attr-name","string","builtin","inserted","operator","entity","url","string","atrule","attr-value","keyword","function","class-name","regex","important","variable","bold","italic","entity","char"];function ege(e){return"string"==typeof e?e.length:"string"==typeof e.content?e.content.length:e.content.reduce((function(e,t){return e+ege(t)}),0)}var tge,nge=Kfe.String,rge=function(e){if("Symbol"===Ipe(e))throw TypeError("Cannot convert a Symbol value to a string");return nge(e)},oge=function(){var e=Hde(this),t="";return e.global&&(t+="g"),e.ignoreCase&&(t+="i"),e.multiline&&(t+="m"),e.dotAll&&(t+="s"),e.unicode&&(t+="u"),e.sticky&&(t+="y"),t},ige=Kfe.RegExp,age=Cde((function(){var e=ige("a","y");return e.lastIndex=2,null!=e.exec("abcd")})),uge=age||Cde((function(){return!ige("a","y").sticky})),sge={BROKEN_CARET:age||Cde((function(){var e=ige("^r","gy");return e.lastIndex=2,null!=e.exec("str")})),MISSED_STICKY:uge,UNSUPPORTED_Y:age},lge=jde?Object.defineProperties:function(e,t){Hde(e);for(var n,r=xhe(t),o=Ghe(t),i=o.length,a=0;i>a;)ipe.f(e,n=o[a++],r[n]);return e},cge=yde("document","documentElement"),fge=vpe("IE_PROTO"),dge=function(){},pge=function(e){return"<script>"+e+"<\/script>"},hge=function(e){e.write(pge("")),e.close();var t=e.parentWindow.Object;return e=null,t},gge=function(){try{tge=new ActiveXObject("htmlfile")}catch(e){}var e,t;gge="undefined"!=typeof document?document.domain&&tge?hge(tge):((t=Lde("iframe")).style.display="none",cge.appendChild(t),t.src=String("javascript:"),(e=t.contentWindow.document).open(),e.write(pge("document.F=Object")),e.close(),e.F):hge(tge);for(var n=Phe.length;n--;)delete gge.prototype[Phe[n]];return gge()};ype[fge]=!0;var vge,yge,mge=Object.create||function(e,t){var n;return null!==e?(dge.prototype=Hde(e),n=new dge,dge.prototype=null,n[fge]=e):n=gge(),void 0===t?n:lge(n,t)},bge=Kfe.RegExp,wge=Cde((function(){var e=bge(".","s");return!(e.dotAll&&e.exec("\n")&&"s"===e.flags)})),xge=Kfe.RegExp,Ege=Cde((function(){var e=xge("(?<a>b)","g");return"b"!==e.exec("b").groups.a||"bc"!=="b".replace(e,"$<a>c")})),Sge=Dpe.get,Cge=Qfe("native-string-replace",String.prototype.replace),Dge=RegExp.prototype.exec,Oge=Dge,Age=ode("".charAt),kge=ode("".indexOf),Tge=ode("".replace),Bge=ode("".slice),Pge=(yge=/b*/g,Vde(Dge,vge=/a/,"a"),Vde(Dge,yge,"a"),0!==vge.lastIndex||0!==yge.lastIndex),Fge=sge.BROKEN_CARET,_ge=void 0!==/()??/.exec("")[1];(Pge||_ge||Fge||wge||Ege)&&(Oge=function(e){var t,n,r,o,i,a,u,s=this,l=Sge(s),c=rge(e),f=l.raw;if(f)return f.lastIndex=s.lastIndex,t=Vde(Oge,f,c),s.lastIndex=f.lastIndex,t;var d=l.groups,p=Fge&&s.sticky,h=Vde(oge,s),g=s.source,v=0,y=c;if(p&&(h=Tge(h,"y",""),-1===kge(h,"g")&&(h+="g"),y=Bge(c,s.lastIndex),s.lastIndex>0&&(!s.multiline||s.multiline&&"\n"!==Age(c,s.lastIndex-1))&&(g="(?: "+g+")",y=" "+y,v++),n=new RegExp("^(?:"+g+")",h)),_ge&&(n=new RegExp("^"+g+"$(?!\\s)",h)),Pge&&(r=s.lastIndex),o=Vde(Dge,p?n:s,y),p?o?(o.input=Bge(o.input,v),o[0]=Bge(o[0],v),o.index=s.lastIndex,s.lastIndex+=o[0].length):s.lastIndex=0:Pge&&o&&(s.lastIndex=s.global?o.index+o[0].length:r),_ge&&o&&o.length>1&&Vde(Cge,o[0],n,(function(){for(i=1;i<arguments.length-2;i++)void 0===arguments[i]&&(o[i]=void 0)})),o&&d)for(o.groups=a=mge(null),i=0;i<d.length;i++)a[(u=d[i])[0]]=o[u[1]];return o});var jge=Oge;Whe({target:"RegExp",proto:!0,forced:/./.exec!==jge},{exec:jge});var Nge=Function.prototype,Rge=Nge.apply,Ige=Nge.bind,Lge=Nge.call,Mge="object"==typeof Reflect&&Reflect.apply||(Ige?Lge.bind(Rge):function(){return Lge.apply(Rge,arguments)}),zge=Pde("species"),$ge=RegExp.prototype,Hge=Pde("match"),Uge=Kfe.TypeError,Vge=Pde("species"),Zge=ode("".charAt),Wge=ode("".charCodeAt),Gge=ode("".slice),qge=function(e){return function(t,n){var r,o,i=rge(ade(t)),a=Ype(n),u=i.length;return a<0||a>=u?e?"":void 0:(r=Wge(i,a))<55296||r>56319||a+1===u||(o=Wge(i,a+1))<56320||o>57343?e?Zge(i,a):r:e?Gge(i,a,a+2):o-56320+(r-55296<<10)+65536}},Kge=(qge(!1),qge(!0)),Yge=function(e,t,n){return t+(n?Kge(e,t).length:1)},Xge=Kfe.Array,Jge=Math.max,Qge=function(e,t,n){for(var r,o,i,a,u=Qpe(e),s=Ohe(t,u),l=Ohe(void 0===n?u:n,u),c=Xge(Jge(l-s,0)),f=0;s<l;s++,f++)r=c,o=f,i=e[s],(a=npe(o))in r?ipe.f(r,a,ape(0,i)):r[a]=i;return c.length=f,c},eve=Kfe.TypeError,tve=function(e,t){var n=e.exec;if(gde(n)){var r=Vde(n,e,t);return null!==r&&Hde(r),r}if("RegExp"===_pe(e))return Vde(jge,e,t);throw eve("RegExp#exec called on incompatible receiver")},nve=sge.UNSUPPORTED_Y,rve=Math.min,ove=[].push,ive=ode(/./.exec),ave=ode(ove),uve=ode("".slice);!function(e,t,n,r){var o=Pde(e),i=!Cde((function(){var t={};return t[o]=function(){return 7},7!=""[e](t)})),a=i&&!Cde((function(){var e=!1,t=/a/;return(t={}).constructor={},t.constructor[zge]=function(){return t},t.flags="",t[o]=/./[o],t.exec=function(){return e=!0,null},t[o](""),!e}));if(!i||!a||n){var u=ode(/./[o]),s=function(e,t,n){var r;return r="c"=="abbc".split(/(b)*/)[1]||4!="test".split(/(?:)/,-1).length||2!="ab".split(/(?:ab)*/).length||4!=".".split(/(.?)(.?)/).length||".".split(/()()/).length>1||"".split(/.?/).length?function(e,n){var r,o,i=rge(ade(this)),a=void 0===n?4294967295:n>>>0;if(0===a)return[];if(void 0===e)return[i];if(!Nde(r=e)||!(void 0!==(o=r[Hge])?o:"RegExp"==_pe(r)))return Vde(t,i,e,a);for(var u,s,l,c=[],f=(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.unicode?"u":"")+(e.sticky?"y":""),d=0,p=new RegExp(e.source,f+"g");(u=Vde(jge,p,i))&&!((s=p.lastIndex)>d&&(ave(c,uve(i,d,u.index)),u.length>1&&u.index<i.length&&Mge(ove,c,Qge(u,1)),l=u[0].length,d=s,c.length>=a));)p.lastIndex===u.index&&p.lastIndex++;return d===i.length?!l&&ive(p,"")||ave(c,""):ave(c,uve(i,d)),c.length>a?Qge(c,0,a):c}:"0".split(void 0,0).length?function(e,n){return void 0===e&&0===n?[]:Vde(t,this,e,n)}:t,[function(t,n){var o=ade(this),i=null==t?void 0:Jde(t,e);return i?Vde(i,t,o,n):Vde(r,rge(o),t,n)},function(e,o){var i=Hde(this),a=rge(e),u=n(r,i,a,o,r!==t);if(u.done)return u.value;var s=function(e,t){var n,r=Hde(e).constructor;return void 0===r||null==(n=Hde(r)[Vge])?t:function(e){if(she(e))return e;throw Uge(Kde(e)+" is not a constructor")}(n)}(i,RegExp),l=i.unicode,c=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(nve?"g":"y"),f=new s(nve?"^(?:"+i.source+")":i,c),d=void 0===o?4294967295:o>>>0;if(0===d)return[];if(0===a.length)return null===tve(f,a)?[a]:[];for(var p=0,h=0,g=[];h<a.length;){f.lastIndex=nve?0:h;var v,y=tve(f,nve?uve(a,h):a);if(null===y||(v=rve(Jpe(f.lastIndex+(nve?h:0)),a.length))===p)h=Yge(a,h,l);else{if(ave(g,uve(a,p,h)),g.length===d)return g;for(var m=1;m<=y.length-1;m++)if(ave(g,y[m]),g.length===d)return g;h=p=v}}return ave(g,uve(a,p)),g}]}(o,""[e],(function(e,t,n,r,o){var a=ode(e),s=t.exec;return s===jge||s===$ge.exec?i&&!o?{done:!0,value:u(t,n,r)}:{done:!0,value:a(n,t,r)}:{done:!1}}));Bpe(String.prototype,e,s[0]),Bpe($ge,o,s[1])}r&&upe($ge[o],"sham",!0)}("split",0,!!Cde((function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var n="ab".split(e);return 2!==n.length||"a"!==n[0]||"b"!==n[1]})),nve),Whe({global:!0},{globalThis:Kfe}),jp&&(Bp.fn.attr=jp);var sve=Tpe.PROPER,lve=RegExp.prototype,cve=lve.toString,fve=ode(oge),dve=Cde((function(){return"/a/b"!=cve.call({source:"a",flags:"b"})})),pve=sve&&"toString"!=cve.name;(dve||pve)&&Bpe(RegExp.prototype,"toString",(function(){var e=Hde(this),t=rge(e.source),n=e.flags;return"/"+t+"/"+rge(void 0===n&&Zde(lve,e)&&!("flags"in lve)?fve(e):n)}),{unsafe:!0});var hve=function(){function e(){this.title=p_("highLightModule.selectLang"),this.iconSvg='<svg viewBox="0 0 1024 1024"><path d="M64 64v896h896V64H64z m487.6 698.8c0 87.2-51.2 127-125.8 127-67.4 0-106.4-34.8-126.4-77l68.6-41.4c13.2 23.4 25.2 43.2 54.2 43.2 27.6 0 45.2-10.8 45.2-53V475.4h84.2v287.4z m199.2 127c-78.2 0-128.8-37.2-153.4-86l68.6-39.6c18 29.4 41.6 51.2 83 51.2 34.8 0 57.2-17.4 57.2-41.6 0-28.8-22.8-39-61.4-56l-21-9c-60.8-25.8-101-58.4-101-127 0-63.2 48.2-111.2 123.2-111.2 53.6 0 92 18.6 119.6 67.4L800 580c-14.4-25.8-30-36-54.2-36-24.6 0-40.2 15.6-40.2 36 0 25.2 15.6 35.4 51.8 51.2l21 9c71.6 30.6 111.8 62 111.8 132.4 0 75.6-59.6 117.2-139.4 117.2z"></path></svg>',this.tag="select",this.width=95,this.selectPanelWidth=115}return e.prototype.getOptions=function(e){var t=[],n=e.getMenuConfig("codeSelectLang").codeLangs,r=void 0===n?[]:n;t.push({text:"plain text",value:""}),r.forEach((function(e){var n=e.text,r=e.value;t.push({text:n,value:r})}));var o=this.getValue(e);return t.forEach((function(e){e.value===o?e.selected=!0:delete e.selected})),t},e.prototype.isActive=function(e){return!1},e.prototype.getValue=function(e){var t=this.getSelectCodeElem(e);if(null==t)return"";if(!xf.isElement(t))return"";var n=t.language.toString(),r=e.getMenuConfig("codeSelectLang").codeLangs;return(void 0===r?[]:r).some((function(e){return e.value===n}))?n:""},e.prototype.isDisabled=function(e){return null==e.selection||!this.getSelectCodeElem(e)},e.prototype.exec=function(e,t){if(null!=this.getSelectCodeElem(e)){var n={language:t.toString()};gd.setNodes(e,n,{match:function(e){return AA.checkNodeType(e,"code")}})}},e.prototype.getSelectCodeElem=function(e){var t=AA.getSelectedNodeByType(e,"code");if(null==t)return null;var n=AA.getParentNode(e,t);return xf.isElement(n)?"pre"!==n.type?null:t:null},e}(),gve={renderStyle:function(e,t){var n=e,r=t,o="";return Qhe.forEach((function(e){n[e]&&(o=e)})),o&&function(e,t){null==e.data&&(e.data={});var n=e.data;null==n.props&&(n.props={}),Object.assign(n.props,{className:t})}(r,o="token "+o),r},parseStyleHtml:function(e,t,n){var r=Bp(e);if(!xf.isElement(t))return t;if("code"!==AA.getNodeType(t))return t;var o=t,i=r.attr("class")||"";return 0===i.indexOf("language-")?o.language=i.split("-")[1]||"":o.language=i.toLowerCase(),o},menus:[{key:"codeSelectLang",factory:function(){return new hve},config:{codeLangs:[{text:"CSS",value:"css"},{text:"HTML",value:"html"},{text:"XML",value:"xml"},{text:"Javascript",value:"javascript"},{text:"Typescript",value:"typescript"},{text:"JSX",value:"jsx"},{text:"Go",value:"go"},{text:"PHP",value:"php"},{text:"C",value:"c"},{text:"Python",value:"python"},{text:"Java",value:"java"},{text:"C++",value:"cpp"},{text:"C#",value:"csharp"},{text:"Visual Basic",value:"visual-basic"},{text:"SQL",value:"sql"},{text:"Ruby",value:"ruby"},{text:"Swift",value:"swift"},{text:"Bash",value:"bash"},{text:"Lua",value:"lua"},{text:"Groovy",value:"groovy"},{text:"Markdown",value:"markdown"}]}}],elemsToHtml:[{type:"code",elemToHtml:function(e,t){var n=e.language,r=void 0===n?"":n;return"<code "+(r?'class="language-'+r+'"':"")+">"+t+"</code>"}}]},vve=/"/g,yve=ode("".replace);Whe({target:"String",proto:!0,forced:Cde((function(){var e="".anchor('"');return e!==e.toLowerCase()||e.split('"').length>3}))},{anchor:function(e){return t=e,n=rge(ade(this)),r="<a",(r+=' name="'+yve(rge(t),vve,""")+'"')+">"+n+"</a>";var t,n,r}});var mve=function(e){var t,n,r,o=function(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}(e,2),i=o[0],a=o[1],u=[],s=function(e){if(!Xf.isText(e))return null;var t=AA.getParentNode(null,e);if(t&&"code"===AA.getNodeType(t)){var n=AA.getParentNode(null,t);if(n&&"pre"===AA.getNodeType(n))return t}return null}(i);if(null==s)return u;var l=s.language,c=void 0===l?"":l;if(!c)return u;var f=function(e,t){if(!t)return[];var n=Jhe.languages[t];return n?Jhe.tokenize(e.text,n):[]}(i,c),d=0;try{for(var p=
|
|
187
|
+
/*! *****************************************************************************
|
|
188
|
+
Copyright (c) Microsoft Corporation.
|
|
189
|
+
|
|
190
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
191
|
+
purpose with or without fee is hereby granted.
|
|
192
|
+
|
|
193
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
194
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
195
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
196
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
197
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
198
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
199
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
200
|
+
***************************************************************************** */
|
|
201
|
+
function(e){var t="function"==typeof Symbol&&Symbol.iterator,n=t&&e[t],r=0;if(n)return n.call(e);if(e&&"number"==typeof e.length)return{next:function(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}(f),h=p.next();!h.done;h=p.next()){var g=h.value,v=d+ege(g);"string"!=typeof g&&u.push(((r={})[g.type]=!0,r.anchor={path:a,offset:d},r.focus={path:a,offset:v},r)),d=v}}catch(e){t={error:e}}finally{try{h&&!h.done&&(n=p.return)&&n.call(p)}finally{if(t)throw t.error}}return u},bve=function(){return bve=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},bve.apply(this,arguments)},wve=function(){function e(){throw new Error("不能实例化\nCan not construct a instance")}return e.setEditorConfig=function(e){void 0===e&&(e={}),this.editorConfig=bve(bve({},this.editorConfig),e)},e.setSimpleEditorConfig=function(e){void 0===e&&(e={}),this.simpleEditorConfig=bve(bve({},this.simpleEditorConfig),e)},e.setToolbarConfig=function(e){void 0===e&&(e={}),this.toolbarConfig=bve(bve({},this.toolbarConfig),e)},e.setSimpleToolbarConfig=function(e){void 0===e&&(e={}),this.simpleToolbarConfig=bve(bve({},this.simpleToolbarConfig),e)},e.registerPlugin=function(e){this.plugins.push(e)},e.registerMenu=function(e,t){!function(e,t){var n=e.key,r=e.factory,o=e.config,i=FD(FD({},o),t||{});if(null!=BA[n])throw new Error("Duplicated key '"+n+"' in menu items");BA[n]=r,function(e,t){null!=t&&(TA[e]=t)}(n,i)}(e,t)},e.registerRenderElem=function(e){!function(e){var t=e.type,n=e.renderElem;hP[t||""]=n}(e)},e.registerRenderStyle=function(e){!function(e){pP.push(e)}(e)},e.registerElemToHtml=function(e){!function(e){var t=e.type,n=e.elemToHtml;UA[t||""]=n}(e)},e.registerStyleToHtml=function(e){!function(e){HA.push(e)}(e)},e.registerPreParseHtml=function(e){!function(e){PT.push(e)}(e)},e.registerParseElemHtml=function(e){!function(e){var t=e.selector,n=e.parseElemHtml;_T[t]=n}(e)},e.registerParseStyleHtml=function(e){!function(e){FT.push(e)}(e)},e.registerModule=function(e){xve(e)},e.editorConfig={},e.simpleEditorConfig={},e.toolbarConfig={},e.simpleToolbarConfig={},e.plugins=[],e}();
|
|
202
|
+
/*! *****************************************************************************
|
|
203
|
+
Copyright (c) Microsoft Corporation.
|
|
204
|
+
|
|
205
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
206
|
+
purpose with or without fee is hereby granted.
|
|
207
|
+
|
|
208
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
209
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
210
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
211
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
212
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
213
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
214
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
215
|
+
***************************************************************************** */function xve(e){var t=e.menus,n=e.renderElems,r=e.renderStyle,o=e.elemsToHtml,i=e.styleToHtml,a=e.preParseHtml,u=e.parseElemsHtml,s=e.parseStyleHtml,l=e.editorPlugin;t&&t.forEach((function(e){return wve.registerMenu(e)})),n&&n.forEach((function(e){return wve.registerRenderElem(e)})),r&&wve.registerRenderStyle(r),o&&o.forEach((function(e){return wve.registerElemToHtml(e)})),i&&wve.registerStyleToHtml(i),a&&a.forEach((function(e){return wve.registerPreParseHtml(e)})),u&&u.forEach((function(e){return wve.registerParseElemHtml(e)})),s&&wve.registerParseStyleHtml(s),l&&wve.registerPlugin(l)}wG.forEach((function(e){return xve(e)})),xve(zQ),xve(S6),xve(Wre),xve(Ufe),xve(gve);var Eve='<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>',Sve={link:{menuKeys:["editLink","unLink","viewLink"]},image:{menuKeys:["imageWidth30","imageWidth50","imageWidth100","editImage","viewImageLink","deleteImage"]},pre:{menuKeys:["enter","codeBlock","codeSelectLang"]},table:{menuKeys:["enter","tableHeader","tableFullWidth","insertTableRow","deleteTableRow","insertTableCol","deleteTableCol","deleteTable"]},divider:{menuKeys:["enter"]},video:{menuKeys:["enter","editVideoSize"]}},Cve={hoverbarKeys:bve(bve({},Sve),{text:{menuKeys:["headerSelect","insertLink","bulletedList","|","bold","through","color","bgColor","clearStyle"]}})};wve.setEditorConfig(bve(bve({},Cve),{decorate:mve}));var Dve={hoverbarKeys:Sve};wve.setSimpleEditorConfig(bve(bve({},Dve),{decorate:mve}));var Ove={toolbarKeys:["headerSelect","blockquote","|","bold","underline","italic",{key:"group-more-style",title:p_("editor.more"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M204.8 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M505.6 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M806.4 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path></svg>',menuKeys:["through","code","sup","sub","clearStyle"]},"color","bgColor","|","fontSize","fontFamily","lineHeight","|","bulletedList","numberedList","todo",{key:"group-justify",title:p_("editor.justify"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',menuKeys:["justifyLeft","justifyRight","justifyCenter","justifyJustify"]},{key:"group-indent",title:p_("editor.indent"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z"></path></svg>',menuKeys:["indent","delIndent"]},"|","emotion","insertLink",{key:"group-image",title:p_("editor.image"),iconSvg:Eve,menuKeys:["insertImage","uploadImage"]},{key:"group-video",title:p_("editor.video"),iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>',menuKeys:["insertVideo","uploadVideo"]},"insertTable","codeBlock","divider","|","undo","redo","|","fullScreen"]};wve.setToolbarConfig(Ove);var Ave={toolbarKeys:["blockquote","header1","header2","header3","|","bold","underline","italic","through","color","bgColor","clearStyle","|","bulletedList","numberedList","todo","justifyLeft","justifyRight","justifyCenter","|","insertLink",{key:"group-image",title:p_("editor.image"),iconSvg:Eve,menuKeys:["insertImage","uploadImage"]},"insertVideo","insertTable","codeBlock","|","undo","redo","|","fullScreen"]};wve.setSimpleToolbarConfig(Ave);
|
|
216
|
+
/*! *****************************************************************************
|
|
217
|
+
Copyright (c) Microsoft Corporation.
|
|
218
|
+
|
|
219
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
220
|
+
purpose with or without fee is hereby granted.
|
|
221
|
+
|
|
222
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
223
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
224
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
225
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
226
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
227
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
228
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
229
|
+
***************************************************************************** */
|
|
230
|
+
var kve=function(){return kve=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},kve.apply(this,arguments)};function Tve(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}function Bve(n){var r=n.defaultContent,o=void 0===r?[]:r,i=n.onCreated,a=n.defaultHtml,u=void 0===a?"":a,s=n.value,l=void 0===s?"":s,c=n.onChange,f=n.defaultConfig,d=void 0===f?{}:f,p=n.mode,h=void 0===p?"default":p,g=n.style,v=void 0===g?{}:g,y=n.className,m=(0,e.useRef)(null),b=Tve((0,e.useState)(null),2),w=b[0],x=b[1],E=Tve((0,e.useState)(""),2),S=E[0],C=E[1],D=function(e){i&&i(e);var t=d.onCreated;t&&t(e)},O=function(e){C(e.getHtml()),c&&c(e);var t=d.onChange;t&&t(e)},A=function(e){var t=d.onDestroyed;x(null),t&&t(e)};return(0,e.useEffect)((function(){if(null!=w&&l!==S)try{w.setHtml(l)}catch(e){console.error(e)}}),[l]),(0,e.useEffect)((function(){var e;if(null!=m.current&&null==w&&!(null===(e=m.current)||void 0===e?void 0:e.getAttribute("data-w-e-textarea"))){var t=function(e){void 0===e&&(e={});var t=e.selector,n=void 0===t?"":t,r=e.content,o=void 0===r?[]:r,i=e.html,a=e.config,u=void 0===a?{}:a,s=e.mode,l="simple"===(void 0===s?"default":s)?wve.simpleEditorConfig:wve.editorConfig,c=bve(bve({},l.hoverbarKeys||{}),u.hoverbarKeys||{});return lF({selector:n,config:bve(bve(bve({},l),u),{hoverbarKeys:c}),content:o,html:i,plugins:wve.plugins})}({selector:m.current,config:kve(kve({},d),{onCreated:D,onChange:O,onDestroyed:A}),content:o,html:u||l,mode:h});x(t)}}),[w]),t().createElement("div",{style:v,ref:m,className:y})}function Pve(n){var r=n.editor,o=n.defaultConfig,i=void 0===o?{}:o,a=n.mode,u=void 0===a?"default":a,s=n.style,l=void 0===s?{}:s,c=n.className,f=(0,e.useRef)(null);return(0,e.useEffect)((function(){null!=f.current&&null!=r&&function(e){var t=e.selector,n=e.editor,r=e.config,o=void 0===r?{}:r,i=e.mode,a=void 0===i?"default":i;if(!t)throw new Error("Cannot find 'selector' when create toolbar");var u="simple"===a?wve.simpleToolbarConfig:wve.toolbarConfig,s=function(e,t){if(null==e)throw new Error("Cannot create toolbar, because editor is null");var n=t.selector,r=t.config,o=void 0===r?{}:r;if(function(e,t){return fB(e,"data-w-e-toolbar",t)}(e,n))throw new Error("Repeated create toolbar by selector '"+n+"'");var i=FD({toolbarKeys:[],excludeKeys:[],insertKeys:{index:0,keys:[]},modalAppendToBody:!1},o||{}),a=new hF(n,i);return NO.set(a,e),RO.set(e,a),a}(n,{selector:t,config:bve(bve({},u),o)})}({editor:r,selector:f.current,config:i,mode:u})}),[r]),t().createElement("div",{style:l,ref:f,className:c})}var Fve=i(18799),_ve=["headerSelect","blockquote","|","bold","underline","italic",{key:"group-more-style",title:"更多",iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M204.8 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M505.6 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path><path d="M806.4 505.6m-76.8 0a76.8 76.8 0 1 0 153.6 0 76.8 76.8 0 1 0-153.6 0Z"></path></svg>',menuKeys:["through","code","sup","sub","clearStyle"]},"color","bgColor","|","fontSize","fontFamily","lineHeight","|","bulletedList","numberedList","todo",{key:"group-justify",title:"对齐",iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M768 793.6v102.4H51.2v-102.4h716.8z m204.8-230.4v102.4H51.2v-102.4h921.6z m-204.8-230.4v102.4H51.2v-102.4h716.8zM972.8 102.4v102.4H51.2V102.4h921.6z"></path></svg>',menuKeys:["justifyLeft","justifyRight","justifyCenter","justifyJustify"]},{key:"group-indent",title:"缩进",iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M0 64h1024v128H0z m384 192h640v128H384z m0 192h640v128H384z m0 192h640v128H384zM0 832h1024v128H0z m0-128V320l256 192z"></path></svg>',menuKeys:["indent","delIndent"]},"|","emotion","insertLink",{key:"group-image",title:"图片",iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M959.877 128l0.123 0.123v767.775l-0.123 0.122H64.102l-0.122-0.122V128.123l0.122-0.123h895.775zM960 64H64C28.795 64 0 92.795 0 128v768c0 35.205 28.795 64 64 64h896c35.205 0 64-28.795 64-64V128c0-35.205-28.795-64-64-64zM832 288.01c0 53.023-42.988 96.01-96.01 96.01s-96.01-42.987-96.01-96.01S682.967 192 735.99 192 832 234.988 832 288.01zM896 832H128V704l224.01-384 256 320h64l224.01-192z"></path></svg>',menuKeys:["insertImage","uploadImage"]},{key:"group-video",title:"视频",iconSvg:'<svg viewBox="0 0 1024 1024"><path d="M981.184 160.096C837.568 139.456 678.848 128 512 128S186.432 139.456 42.816 160.096C15.296 267.808 0 386.848 0 512s15.264 244.16 42.816 351.904C186.464 884.544 345.152 896 512 896s325.568-11.456 469.184-32.096C1008.704 756.192 1024 637.152 1024 512s-15.264-244.16-42.816-351.904zM384 704V320l320 192-320 192z"></path></svg>',menuKeys:["insertVideo","uploadVideo"]},"insertTable","codeBlock","divider","|","undo","redo","|"],jve=i(58543);i(96354),i(98005);function Nve(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 Rve(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ive(){return Ive=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},Ive.apply(this,arguments)}function Lve(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},r=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(n).filter((function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})))),r.forEach((function(t){Rve(e,t,n[t])}))}return e}function Mve(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(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}(Object(t)).forEach((function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))})),e}function zve(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){u=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw o}}return i}}(e,t)||function(e,t){if(!e)return;if("string"==typeof e)return Nve(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(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Nve(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.")}()}var $ve=t().forwardRef((function(r,o){var i=r.style,a=r.toolbarStyle,u=void 0===a?{}:a,s=r.editorStyle,l=void 0===s?{height:"300px",overflowY:"hidden"}:s,c=r.className,f=r.error,d=r.server,p=r.helperText,h=r.required,g=r.labelSign,v=r.label,y=r.labelTooltip,m=r.placeholder,b=void 0===m?"请输入内容":m,w=r.onChange,x=r.onFocus,E=r.onBlur,S=r.onDestroyed,C=r.readOnly,D=void 0!==C&&C,O=r.autoFocus,A=void 0!==O&&O,k=r.max,T=r.in18,B=r.defaultValue,P=r.value,F=r.excludeKeys,_=r.insertKeys,j=r.toolbarKeys,N=void 0===j?_ve:j,R=r.uploadImage,I=void 0===R?{base64LimitSize:5242880,timeout:15e3}:R,L=r.uploadVideo,M=void 0===L?{timeout:15e3}:L,z=zve((0,e.useState)(null),2),$=z[0],H=z[1],U=zve((0,e.useState)(""),2),V=U[0],Z=U[1],W=zve((0,e.useState)(jve.UUID),2),G=W[0],q=W[1],K={excludeKeys:F,toolbarKeys:N,insertKeys:_},Y={placeholder:b,onFocus:function(e){x&&x(e)},onBlur:function(e){E&&E(e)},onDestroyed:function(e){S&&S(e)},readOnly:D,autoFocus:A,maxLength:k,MENU_CONF:{uploadImage:Mve(Lve({},I),{server:d}),uploadVideo:Mve(Lve({},M),{server:d})}};(0,e.useEffect)((function(){T&&(console.log(T),function(e){f_.changeLanguage(e)}(T)),q(Math.random().toString(36).slice(-8))}),[F,N,_,T]),(0,e.useEffect)((function(){void 0!==B&&Z(B)}),[]),(0,e.useEffect)((function(){void 0!==P&&Z(P)}),[P]);var X=function(){if($)return $.getHtml()},J=function(){if($)return $.getText()},Q=function(){$&&$.clear()},ee=function(e){$&&($.setHtml(e),setTimeout((function(){$.focus(!0)})))},te=function(){return $};(0,e.useEffect)((function(){return function(){null!=$&&($.destroy(),H(null))}}),[$]),(0,e.useImperativeHandle)(o,(function(){return{getContent:X,getText:J,clearEditor:Q,setContent:ee,getEditor:te}}));var ne,re=(0,e.useMemo)((function(){var e;return t().createElement(n.default,Ive({label:v,required:h,labelSign:g},y,{className:(e="text-editor-label",y&&y.className&&(e+=" "+y.className),e)}))}),[v,g,h,y]);return t().createElement("div",{className:(ne="paraui-text-editor",c&&(ne+=" "+c),ne),style:i},re,t().createElement("div",{className:"text-editor-content"},t().createElement(Pve,{editor:$,defaultConfig:K,mode:"default",key:G,style:u}),t().createElement(Bve,{defaultConfig:Y,value:V,onCreated:H,onChange:function(e){void 0===r.value&&Z(e.getHtml()),w&&w(e.getHtml(),e.getText())},mode:"default",style:l})),t().createElement(Fve.default,{className:"text-editor-error-text",error:f,helperText:p}))})),Hve=$ve}(),a}()}));
|