@konnectio/core 4.0.55 → 4.0.56-rc2
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/README.md +7 -7
- package/dist/{ActionField-89f587d4.js → ActionField-Qf4JAgBa.js} +30 -31
- package/dist/ActionField-Qf4JAgBa.js.br +0 -0
- package/dist/ActionField-ztW-1xka.cjs +1 -0
- package/dist/AvailabilitySkeleton-GPTCv3Xy.js +242 -0
- package/dist/AvailabilitySkeleton-GPTCv3Xy.js.br +0 -0
- package/dist/AvailabilitySkeleton-v0QVPuim.cjs +1 -0
- package/dist/CheckoutWindow-NUwbNAPw.cjs +1 -0
- package/dist/{CheckoutWindow-df8612e3.js → CheckoutWindow-S9xKe_Wf.js} +58 -54
- package/dist/CheckoutWindow-S9xKe_Wf.js.br +0 -0
- package/dist/Container-Fl2PKj-u.js +59 -0
- package/dist/Container-Fl2PKj-u.js.br +0 -0
- package/dist/Container-Y6_3uTWy.cjs +1 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-hZTsLsOv.cjs +2 -0
- package/dist/{DateField.vue_vue_type_style_index_0_lang-bbaed106.js → DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js} +2666 -2661
- package/dist/DateField.vue_vue_type_style_index_0_lang-iz9zEBOR.js.br +0 -0
- package/dist/Field-UTbHMN9U.cjs +1 -0
- package/dist/Field-b7XkSAoi.js +43 -0
- package/dist/Field-b7XkSAoi.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js +21406 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-30hJu8vr.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-eLyZ247i.cjs +851 -0
- package/dist/{ThankYou-159b55d6.js → ThankYou-LiiG3Zv1.js} +2349 -2000
- package/dist/ThankYou-LiiG3Zv1.js.br +0 -0
- package/dist/ThankYou-M6d4G8pc.cjs +59 -0
- package/dist/_-FAlGPZqe.js +20 -0
- package/dist/_-oL4OsiNw.cjs +1 -0
- package/dist/_commonjsHelpers-f3sTPFkQ.js +8 -0
- package/dist/_commonjsHelpers-f52AuuUj.cjs +1 -0
- package/dist/availability.cjs +2 -2
- package/dist/availability.js +39 -42
- package/dist/availability.js.br +0 -0
- package/dist/components/Gallery.vue.d.ts +3 -2
- package/dist/components/Gallery.vue.d.ts.map +1 -1
- package/dist/components/forms/EventAvailabilityForm.vue.d.ts +1 -1
- package/dist/components/forms/HotelAvailabilityForm.vue.d.ts +1 -1
- package/dist/components/forms/MultiStepForm.vue.d.ts +1 -1
- package/dist/components/forms/ReservationForm.vue.d.ts +1 -1
- package/dist/components/listings/Base.vue.d.ts +1 -1
- package/dist/components/listings/Hotel.vue.d.ts +1 -1
- package/dist/components/listings/Template.vue.d.ts +1 -1
- package/dist/components/side-panels/ListingInfo.vue.d.ts +1 -1
- package/dist/components/side-panels/Template.vue.d.ts +1 -1
- package/dist/components/skeletons/AvailabilitySkeleton.vue.d.ts +1 -1
- package/dist/components/skeletons/Field.vue.d.ts +1 -1
- package/dist/components/skeletons/HotelSkeleton.vue.d.ts +1 -1
- package/dist/components/skeletons/Listing.vue.d.ts +1 -1
- package/dist/entries/availability.d.ts +3 -3
- package/dist/entries/event.d.ts +1 -1
- package/dist/entries/gift-card-validation.d.ts +5 -2
- package/dist/entries/gift-card.d.ts +5 -1
- package/dist/entries/hotel.d.ts +5 -0
- package/dist/event-GaUgVNzy.cjs +1 -0
- package/dist/{event-6cd5d9be.js → event-MXmxvcpC.js} +26 -25
- package/dist/event-MXmxvcpC.js.br +0 -0
- package/dist/event.cjs +1 -1
- package/dist/event.js +212 -214
- package/dist/event.js.br +0 -0
- package/dist/gift-card-validation.cjs +1 -1
- package/dist/gift-card-validation.js +68 -64
- package/dist/gift-card-validation.js.br +0 -0
- package/dist/gift-card.cjs +1 -1
- package/dist/gift-card.d.ts +2 -0
- package/dist/gift-card.js +278 -273
- package/dist/gift-card.js.br +0 -0
- package/dist/hotel.cjs +5 -5
- package/dist/hotel.d.ts +2 -0
- package/dist/hotel.js +1415 -1436
- package/dist/hotel.js.br +0 -0
- package/dist/layouts/Availability.vue.d.ts +4 -4
- package/dist/layouts/Event.vue.d.ts +4 -4
- package/dist/layouts/GiftCard.vue.d.ts +4 -4
- package/dist/layouts/GiftCardValidation.vue.d.ts +4 -4
- package/dist/layouts/Hotel.vue.d.ts +4 -4
- package/dist/layouts/_.vue.d.ts +4 -4
- package/dist/polyfill.cjs +4 -4
- package/dist/polyfill.js +3032 -3065
- package/dist/polyfill.js.br +0 -0
- package/dist/store/alert.d.ts +15 -15
- package/dist/store/applyGiftCard.d.ts +18 -18
- package/dist/store/availability.d.ts +12 -12
- package/dist/store/event.d.ts +141 -141
- package/dist/store/giftCard.d.ts +51 -51
- package/dist/store/payment.d.ts +39 -39
- package/dist/store/recaptcha.d.ts +28 -0
- package/dist/store/tracking.d.ts +6 -6
- package/dist/store/utilities.d.ts +131 -146
- package/dist/style.css +1 -1
- package/dist/style.css.br +0 -0
- package/dist/types/index.d.ts +8 -0
- package/package.json +22 -20
- package/dist/ActionField-087c3437.cjs +0 -1
- package/dist/ActionField-89f587d4.js.br +0 -0
- package/dist/AvailabilitySkeleton-01aab3cb.js +0 -237
- package/dist/AvailabilitySkeleton-01aab3cb.js.br +0 -0
- package/dist/AvailabilitySkeleton-452df88c.cjs +0 -1
- package/dist/CheckoutWindow-1d77f68c.cjs +0 -1
- package/dist/CheckoutWindow-df8612e3.js.br +0 -0
- package/dist/Container-3af1f7f7.cjs +0 -1
- package/dist/Container-9f1ed24c.js +0 -59
- package/dist/Container-9f1ed24c.js.br +0 -0
- package/dist/DateField.vue_vue_type_style_index_0_lang-b5676dde.cjs +0 -2
- package/dist/DateField.vue_vue_type_style_index_0_lang-bbaed106.js.br +0 -0
- package/dist/Field-43273ca2.cjs +0 -1
- package/dist/Field-92684198.js +0 -42
- package/dist/Field-92684198.js.br +0 -0
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-a149d388.cjs +0 -1
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js +0 -67
- package/dist/NumberField.vue_vue_type_script_setup_true_lang-ce6f0b17.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js +0 -30329
- package/dist/SelectField.vue_vue_type_style_index_0_lang-11cea6ba.js.br +0 -0
- package/dist/SelectField.vue_vue_type_style_index_0_lang-b1435f5a.cjs +0 -856
- package/dist/ThankYou-159b55d6.js.br +0 -0
- package/dist/ThankYou-c1cbecac.cjs +0 -59
- package/dist/_-52440760.js +0 -20
- package/dist/_-fbbc271a.cjs +0 -1
- package/dist/_commonjsHelpers-6763f629.cjs +0 -1
- package/dist/_commonjsHelpers-aeeeeb92.js +0 -30
- package/dist/event-6cd5d9be.js.br +0 -0
- package/dist/event-dfc9ed16.cjs +0 -1
|
@@ -0,0 +1,851 @@
|
|
|
1
|
+
"use strict";const A=require("vue"),Be=require("./_commonjsHelpers-f52AuuUj.cjs");var zd=!1;/*!
|
|
2
|
+
* pinia v2.1.7
|
|
3
|
+
* (c) 2023 Eduardo San Martin Morote
|
|
4
|
+
* @license MIT
|
|
5
|
+
*/let kc;const Ja=e=>kc=e,Sc=Symbol();function Jo(e){return e&&typeof e=="object"&&Object.prototype.toString.call(e)==="[object Object]"&&typeof e.toJSON!="function"}var Yr;(function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"})(Yr||(Yr={}));function Bd(){const e=A.effectScope(!0),t=e.run(()=>A.ref({}));let n=[],r=[];const i=A.markRaw({install(a){Ja(i),i._a=a,a.provide(Sc,i),a.config.globalProperties.$pinia=i,r.forEach(o=>n.push(o)),r=[]},use(a){return!this._a&&!zd?r.push(a):n.push(a),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return i}const Nc=()=>{};function Ps(e,t,n,r=Nc){e.push(t);const i=()=>{const a=e.indexOf(t);a>-1&&(e.splice(a,1),r())};return!n&&A.getCurrentScope()&&A.onScopeDispose(i),i}function yr(e,...t){e.slice().forEach(n=>{n(...t)})}const Fd=e=>e();function Zo(e,t){e instanceof Map&&t instanceof Map&&t.forEach((n,r)=>e.set(r,n)),e instanceof Set&&t instanceof Set&&t.forEach(e.add,e);for(const n in t){if(!t.hasOwnProperty(n))continue;const r=t[n],i=e[n];Jo(i)&&Jo(r)&&e.hasOwnProperty(n)&&!A.isRef(r)&&!A.isReactive(r)?e[n]=Zo(i,r):e[n]=r}return e}const Ud=Symbol();function qd(e){return!Jo(e)||!e.hasOwnProperty(Ud)}const{assign:Sn}=Object;function $d(e){return!!(A.isRef(e)&&e.effect)}function Kd(e,t,n,r){const{state:i,actions:a,getters:o}=t,l=n.state.value[e];let s;function v(){l||(n.state.value[e]=i?i():{});const d=A.toRefs(n.state.value[e]);return Sn(d,a,Object.keys(o||{}).reduce((u,c)=>(u[c]=A.markRaw(A.computed(()=>{Ja(n);const h=n._s.get(e);return o[c].call(h,h)})),u),{}))}return s=Lc(e,v,t,n,r,!0),s}function Lc(e,t,n={},r,i,a){let o;const l=Sn({actions:{}},n),s={deep:!0};let v,d,u=[],c=[],h;const y=r.state.value[e];!a&&!y&&(r.state.value[e]={}),A.ref({});let g;function b(T){let C;v=d=!1,typeof T=="function"?(T(r.state.value[e]),C={type:Yr.patchFunction,storeId:e,events:h}):(Zo(r.state.value[e],T),C={type:Yr.patchObject,payload:T,storeId:e,events:h});const L=g=Symbol();A.nextTick().then(()=>{g===L&&(v=!0)}),d=!0,yr(u,C,r.state.value[e])}const f=a?function(){const{state:C}=n,L=C?C():{};this.$patch(w=>{Sn(w,L)})}:Nc;function p(){o.stop(),u=[],c=[],r._s.delete(e)}function _(T,C){return function(){Ja(r);const L=Array.from(arguments),w=[],S=[];function P($){w.push($)}function R($){S.push($)}yr(c,{args:L,name:T,store:E,after:P,onError:R});let j;try{j=C.apply(this&&this.$id===e?this:E,L)}catch($){throw yr(S,$),$}return j instanceof Promise?j.then($=>(yr(w,$),$)).catch($=>(yr(S,$),Promise.reject($))):(yr(w,j),j)}}const m={_p:r,$id:e,$onAction:Ps.bind(null,c),$patch:b,$reset:f,$subscribe(T,C={}){const L=Ps(u,T,C.detached,()=>w()),w=o.run(()=>A.watch(()=>r.state.value[e],S=>{(C.flush==="sync"?d:v)&&T({storeId:e,type:Yr.direct,events:h},S)},Sn({},s,C)));return L},$dispose:p},E=A.reactive(m);r._s.set(e,E);const k=(r._a&&r._a.runWithContext||Fd)(()=>r._e.run(()=>(o=A.effectScope()).run(t)));for(const T in k){const C=k[T];if(A.isRef(C)&&!$d(C)||A.isReactive(C))a||(y&&qd(C)&&(A.isRef(C)?C.value=y[T]:Zo(C,y[T])),r.state.value[e][T]=C);else if(typeof C=="function"){const L=_(T,C);k[T]=L,l.actions[T]=C}}return Sn(E,k),Sn(A.toRaw(E),k),Object.defineProperty(E,"$state",{get:()=>r.state.value[e],set:T=>{b(C=>{Sn(C,T)})}}),r._p.forEach(T=>{Sn(E,o.run(()=>T({store:E,app:r._a,pinia:r,options:l})))}),y&&a&&n.hydrate&&n.hydrate(E.$state,y),v=!0,d=!0,E}function pn(e,t,n){let r,i;const a=typeof t=="function";typeof e=="string"?(r=e,i=a?n:t):(i=e,r=e.id);function o(l,s){const v=A.hasInjectionContext();return l=l||(v?A.inject(Sc,null):null),l&&Ja(l),l=kc,l._s.has(r)||(a?Lc(r,t,i,l):Kd(r,i,l)),l._s.get(r)}return o.$id=r,o}function Pn(e){{e=A.toRaw(e);const t={};for(const n in e){const r=e[n];(A.isRef(r)||A.isReactive(r))&&(t[n]=A.toRef(e,n))}return t}}/*!
|
|
6
|
+
* shared v9.9.0
|
|
7
|
+
* (c) 2024 kazuya kawaguchi
|
|
8
|
+
* Released under the MIT License.
|
|
9
|
+
*/const sa=typeof window<"u",Mn=(e,t=!1)=>t?Symbol.for(e):Symbol(e),Wd=(e,t,n)=>Gd({l:e,k:t,s:n}),Gd=e=>JSON.stringify(e).replace(/\u2028/g,"\\u2028").replace(/\u2029/g,"\\u2029").replace(/\u0027/g,"\\u0027"),tt=e=>typeof e=="number"&&isFinite(e),Yd=e=>Pc(e)==="[object Date]",ua=e=>Pc(e)==="[object RegExp]",Za=e=>Pe(e)&&Object.keys(e).length===0,ft=Object.assign;let xs;const Xd=()=>xs||(xs=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:typeof global<"u"?global:{});function Is(e){return e.replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'")}const Jd=Object.prototype.hasOwnProperty;function ca(e,t){return Jd.call(e,t)}const Xe=Array.isArray,Ue=e=>typeof e=="function",ve=e=>typeof e=="string",ze=e=>typeof e=="boolean",Re=e=>e!==null&&typeof e=="object",Zd=e=>Re(e)&&Ue(e.then)&&Ue(e.catch),Cc=Object.prototype.toString,Pc=e=>Cc.call(e),Pe=e=>{if(!Re(e))return!1;const t=Object.getPrototypeOf(e);return t===null||t.constructor===Object},Qd=e=>e==null?"":Xe(e)||Pe(e)&&e.toString===Cc?JSON.stringify(e,null,2):String(e);function e1(e,t=""){return e.reduce((n,r,i)=>i===0?n+r:n+t+r,"")}function Fl(e){let t=e;return()=>++t}function t1(e,t){typeof console<"u"&&(console.warn("[intlify] "+e),t&&console.warn(t.stack))}const xi=e=>!Re(e)||Xe(e);function Zi(e,t){if(xi(e)||xi(t))throw new Error("Invalid value");const n=[{src:e,des:t}];for(;n.length;){const{src:r,des:i}=n.pop();Object.keys(r).forEach(a=>{xi(r[a])||xi(i[a])?i[a]=r[a]:n.push({src:r[a],des:i[a]})})}}/*!
|
|
10
|
+
* message-compiler v9.9.0
|
|
11
|
+
* (c) 2024 kazuya kawaguchi
|
|
12
|
+
* Released under the MIT License.
|
|
13
|
+
*/function n1(e,t,n){return{line:e,column:t,offset:n}}function Qo(e,t,n){const r={start:e,end:t};return n!=null&&(r.source=n),r}const r1=/\{([0-9a-zA-Z]+)\}/g;function i1(e,...t){return t.length===1&&a1(t[0])&&(t=t[0]),(!t||!t.hasOwnProperty)&&(t={}),e.replace(r1,(n,r)=>t.hasOwnProperty(r)?t[r]:"")}const xc=Object.assign,Rs=e=>typeof e=="string",a1=e=>e!==null&&typeof e=="object";function Ic(e,t=""){return e.reduce((n,r,i)=>i===0?n+r:n+t+r,"")}const Ee={EXPECTED_TOKEN:1,INVALID_TOKEN_IN_PLACEHOLDER:2,UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER:3,UNKNOWN_ESCAPE_SEQUENCE:4,INVALID_UNICODE_ESCAPE_SEQUENCE:5,UNBALANCED_CLOSING_BRACE:6,UNTERMINATED_CLOSING_BRACE:7,EMPTY_PLACEHOLDER:8,NOT_ALLOW_NEST_PLACEHOLDER:9,INVALID_LINKED_FORMAT:10,MUST_HAVE_MESSAGES_IN_PLURAL:11,UNEXPECTED_EMPTY_LINKED_MODIFIER:12,UNEXPECTED_EMPTY_LINKED_KEY:13,UNEXPECTED_LEXICAL_ANALYSIS:14,UNHANDLED_CODEGEN_NODE_TYPE:15,UNHANDLED_MINIFIER_NODE_TYPE:16,__EXTEND_POINT__:17},o1={[Ee.EXPECTED_TOKEN]:"Expected token: '{0}'",[Ee.INVALID_TOKEN_IN_PLACEHOLDER]:"Invalid token in placeholder: '{0}'",[Ee.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER]:"Unterminated single quote in placeholder",[Ee.UNKNOWN_ESCAPE_SEQUENCE]:"Unknown escape sequence: \\{0}",[Ee.INVALID_UNICODE_ESCAPE_SEQUENCE]:"Invalid unicode escape sequence: {0}",[Ee.UNBALANCED_CLOSING_BRACE]:"Unbalanced closing brace",[Ee.UNTERMINATED_CLOSING_BRACE]:"Unterminated closing brace",[Ee.EMPTY_PLACEHOLDER]:"Empty placeholder",[Ee.NOT_ALLOW_NEST_PLACEHOLDER]:"Not allowed nest placeholder",[Ee.INVALID_LINKED_FORMAT]:"Invalid linked format",[Ee.MUST_HAVE_MESSAGES_IN_PLURAL]:"Plural must have messages",[Ee.UNEXPECTED_EMPTY_LINKED_MODIFIER]:"Unexpected empty linked modifier",[Ee.UNEXPECTED_EMPTY_LINKED_KEY]:"Unexpected empty linked key",[Ee.UNEXPECTED_LEXICAL_ANALYSIS]:"Unexpected lexical analysis in token: '{0}'",[Ee.UNHANDLED_CODEGEN_NODE_TYPE]:"unhandled codegen node type: '{0}'",[Ee.UNHANDLED_MINIFIER_NODE_TYPE]:"unhandled mimifier node type: '{0}'"};function Rr(e,t,n={}){const{domain:r,messages:i,args:a}=n,o=i1((i||o1)[e]||"",...a||[]),l=new SyntaxError(String(o));return l.code=e,t&&(l.location=t),l.domain=r,l}function l1(e){throw e}const an=" ",s1="\r",ht=`
|
|
14
|
+
`,u1="\u2028",c1="\u2029";function f1(e){const t=e;let n=0,r=1,i=1,a=0;const o=k=>t[k]===s1&&t[k+1]===ht,l=k=>t[k]===ht,s=k=>t[k]===c1,v=k=>t[k]===u1,d=k=>o(k)||l(k)||s(k)||v(k),u=()=>n,c=()=>r,h=()=>i,y=()=>a,g=k=>o(k)||s(k)||v(k)?ht:t[k],b=()=>g(n),f=()=>g(n+a);function p(){return a=0,d(n)&&(r++,i=0),o(n)&&n++,n++,i++,t[n]}function _(){return o(n+a)&&a++,a++,t[n+a]}function m(){n=0,r=1,i=1,a=0}function E(k=0){a=k}function N(){const k=n+a;for(;k!==n;)p();a=0}return{index:u,line:c,column:h,peekOffset:y,charAt:g,currentChar:b,currentPeek:f,next:p,peek:_,reset:m,resetPeek:E,skipToPeek:N}}const On=void 0,d1=".",Ds="'",h1="tokenizer";function p1(e,t={}){const n=t.location!==!1,r=f1(e),i=()=>r.index(),a=()=>n1(r.line(),r.column(),r.index()),o=a(),l=i(),s={currentType:14,offset:l,startLoc:o,endLoc:o,lastType:14,lastOffset:l,lastStartLoc:o,lastEndLoc:o,braceNest:0,inLinked:!1,text:""},v=()=>s,{onError:d}=t;function u(z,F,Q,...le){const de=v();if(F.column+=Q,F.offset+=Q,d){const Y=n?Qo(de.startLoc,F):null,ee=Rr(z,Y,{domain:h1,args:le});d(ee)}}function c(z,F,Q){z.endLoc=a(),z.currentType=F;const le={type:F};return n&&(le.loc=Qo(z.startLoc,z.endLoc)),Q!=null&&(le.value=Q),le}const h=z=>c(z,14);function y(z,F){return z.currentChar()===F?(z.next(),F):(u(Ee.EXPECTED_TOKEN,a(),0,F),"")}function g(z){let F="";for(;z.currentPeek()===an||z.currentPeek()===ht;)F+=z.currentPeek(),z.peek();return F}function b(z){const F=g(z);return z.skipToPeek(),F}function f(z){if(z===On)return!1;const F=z.charCodeAt(0);return F>=97&&F<=122||F>=65&&F<=90||F===95}function p(z){if(z===On)return!1;const F=z.charCodeAt(0);return F>=48&&F<=57}function _(z,F){const{currentType:Q}=F;if(Q!==2)return!1;g(z);const le=f(z.currentPeek());return z.resetPeek(),le}function m(z,F){const{currentType:Q}=F;if(Q!==2)return!1;g(z);const le=z.currentPeek()==="-"?z.peek():z.currentPeek(),de=p(le);return z.resetPeek(),de}function E(z,F){const{currentType:Q}=F;if(Q!==2)return!1;g(z);const le=z.currentPeek()===Ds;return z.resetPeek(),le}function N(z,F){const{currentType:Q}=F;if(Q!==8)return!1;g(z);const le=z.currentPeek()===".";return z.resetPeek(),le}function k(z,F){const{currentType:Q}=F;if(Q!==9)return!1;g(z);const le=f(z.currentPeek());return z.resetPeek(),le}function T(z,F){const{currentType:Q}=F;if(!(Q===8||Q===12))return!1;g(z);const le=z.currentPeek()===":";return z.resetPeek(),le}function C(z,F){const{currentType:Q}=F;if(Q!==10)return!1;const le=()=>{const Y=z.currentPeek();return Y==="{"?f(z.peek()):Y==="@"||Y==="%"||Y==="|"||Y===":"||Y==="."||Y===an||!Y?!1:Y===ht?(z.peek(),le()):f(Y)},de=le();return z.resetPeek(),de}function L(z){g(z);const F=z.currentPeek()==="|";return z.resetPeek(),F}function w(z){const F=g(z),Q=z.currentPeek()==="%"&&z.peek()==="{";return z.resetPeek(),{isModulo:Q,hasSpace:F.length>0}}function S(z,F=!0){const Q=(de=!1,Y="",ee=!1)=>{const se=z.currentPeek();return se==="{"?Y==="%"?!1:de:se==="@"||!se?Y==="%"?!0:de:se==="%"?(z.peek(),Q(de,"%",!0)):se==="|"?Y==="%"||ee?!0:!(Y===an||Y===ht):se===an?(z.peek(),Q(!0,an,ee)):se===ht?(z.peek(),Q(!0,ht,ee)):!0},le=Q();return F&&z.resetPeek(),le}function P(z,F){const Q=z.currentChar();return Q===On?On:F(Q)?(z.next(),Q):null}function R(z){return P(z,Q=>{const le=Q.charCodeAt(0);return le>=97&&le<=122||le>=65&&le<=90||le>=48&&le<=57||le===95||le===36})}function j(z){return P(z,Q=>{const le=Q.charCodeAt(0);return le>=48&&le<=57})}function $(z){return P(z,Q=>{const le=Q.charCodeAt(0);return le>=48&&le<=57||le>=65&&le<=70||le>=97&&le<=102})}function W(z){let F="",Q="";for(;F=j(z);)Q+=F;return Q}function re(z){b(z);const F=z.currentChar();return F!=="%"&&u(Ee.EXPECTED_TOKEN,a(),0,F),z.next(),"%"}function K(z){let F="";for(;;){const Q=z.currentChar();if(Q==="{"||Q==="}"||Q==="@"||Q==="|"||!Q)break;if(Q==="%")if(S(z))F+=Q,z.next();else break;else if(Q===an||Q===ht)if(S(z))F+=Q,z.next();else{if(L(z))break;F+=Q,z.next()}else F+=Q,z.next()}return F}function M(z){b(z);let F="",Q="";for(;F=R(z);)Q+=F;return z.currentChar()===On&&u(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),Q}function x(z){b(z);let F="";return z.currentChar()==="-"?(z.next(),F+=`-${W(z)}`):F+=W(z),z.currentChar()===On&&u(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),F}function H(z){b(z),y(z,"'");let F="",Q="";const le=Y=>Y!==Ds&&Y!==ht;for(;F=P(z,le);)F==="\\"?Q+=V(z):Q+=F;const de=z.currentChar();return de===ht||de===On?(u(Ee.UNTERMINATED_SINGLE_QUOTE_IN_PLACEHOLDER,a(),0),de===ht&&(z.next(),y(z,"'")),Q):(y(z,"'"),Q)}function V(z){const F=z.currentChar();switch(F){case"\\":case"'":return z.next(),`\\${F}`;case"u":return G(z,F,4);case"U":return G(z,F,6);default:return u(Ee.UNKNOWN_ESCAPE_SEQUENCE,a(),0,F),""}}function G(z,F,Q){y(z,F);let le="";for(let de=0;de<Q;de++){const Y=$(z);if(!Y){u(Ee.INVALID_UNICODE_ESCAPE_SEQUENCE,a(),0,`\\${F}${le}${z.currentChar()}`);break}le+=Y}return`\\${F}${le}`}function U(z){b(z);let F="",Q="";const le=de=>de!=="{"&&de!=="}"&&de!==an&&de!==ht;for(;F=P(z,le);)Q+=F;return Q}function D(z){let F="",Q="";for(;F=R(z);)Q+=F;return Q}function q(z){const F=(Q=!1,le)=>{const de=z.currentChar();return de==="{"||de==="%"||de==="@"||de==="|"||de==="("||de===")"||!de||de===an?le:de===ht||de===d1?(le+=de,z.next(),F(Q,le)):(le+=de,z.next(),F(!0,le))};return F(!1,"")}function X(z){b(z);const F=y(z,"|");return b(z),F}function Z(z,F){let Q=null;switch(z.currentChar()){case"{":return F.braceNest>=1&&u(Ee.NOT_ALLOW_NEST_PLACEHOLDER,a(),0),z.next(),Q=c(F,2,"{"),b(z),F.braceNest++,Q;case"}":return F.braceNest>0&&F.currentType===2&&u(Ee.EMPTY_PLACEHOLDER,a(),0),z.next(),Q=c(F,3,"}"),F.braceNest--,F.braceNest>0&&b(z),F.inLinked&&F.braceNest===0&&(F.inLinked=!1),Q;case"@":return F.braceNest>0&&u(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),Q=ne(z,F)||h(F),F.braceNest=0,Q;default:let de=!0,Y=!0,ee=!0;if(L(z))return F.braceNest>0&&u(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),Q=c(F,1,X(z)),F.braceNest=0,F.inLinked=!1,Q;if(F.braceNest>0&&(F.currentType===5||F.currentType===6||F.currentType===7))return u(Ee.UNTERMINATED_CLOSING_BRACE,a(),0),F.braceNest=0,ue(z,F);if(de=_(z,F))return Q=c(F,5,M(z)),b(z),Q;if(Y=m(z,F))return Q=c(F,6,x(z)),b(z),Q;if(ee=E(z,F))return Q=c(F,7,H(z)),b(z),Q;if(!de&&!Y&&!ee)return Q=c(F,13,U(z)),u(Ee.INVALID_TOKEN_IN_PLACEHOLDER,a(),0,Q.value),b(z),Q;break}return Q}function ne(z,F){const{currentType:Q}=F;let le=null;const de=z.currentChar();switch((Q===8||Q===9||Q===12||Q===10)&&(de===ht||de===an)&&u(Ee.INVALID_LINKED_FORMAT,a(),0),de){case"@":return z.next(),le=c(F,8,"@"),F.inLinked=!0,le;case".":return b(z),z.next(),c(F,9,".");case":":return b(z),z.next(),c(F,10,":");default:return L(z)?(le=c(F,1,X(z)),F.braceNest=0,F.inLinked=!1,le):N(z,F)||T(z,F)?(b(z),ne(z,F)):k(z,F)?(b(z),c(F,12,D(z))):C(z,F)?(b(z),de==="{"?Z(z,F)||le:c(F,11,q(z))):(Q===8&&u(Ee.INVALID_LINKED_FORMAT,a(),0),F.braceNest=0,F.inLinked=!1,ue(z,F))}}function ue(z,F){let Q={type:14};if(F.braceNest>0)return Z(z,F)||h(F);if(F.inLinked)return ne(z,F)||h(F);switch(z.currentChar()){case"{":return Z(z,F)||h(F);case"}":return u(Ee.UNBALANCED_CLOSING_BRACE,a(),0),z.next(),c(F,3,"}");case"@":return ne(z,F)||h(F);default:if(L(z))return Q=c(F,1,X(z)),F.braceNest=0,F.inLinked=!1,Q;const{isModulo:de,hasSpace:Y}=w(z);if(de)return Y?c(F,0,K(z)):c(F,4,re(z));if(S(z))return c(F,0,K(z));break}return Q}function me(){const{currentType:z,offset:F,startLoc:Q,endLoc:le}=s;return s.lastType=z,s.lastOffset=F,s.lastStartLoc=Q,s.lastEndLoc=le,s.offset=i(),s.startLoc=a(),r.currentChar()===On?c(s,14):ue(r,s)}return{nextToken:me,currentOffset:i,currentPosition:a,context:v}}const m1="parser",v1=/(?:\\\\|\\'|\\u([0-9a-fA-F]{4})|\\U([0-9a-fA-F]{6}))/g;function g1(e,t,n){switch(e){case"\\\\":return"\\";case"\\'":return"'";default:{const r=parseInt(t||n,16);return r<=55295||r>=57344?String.fromCodePoint(r):"�"}}}function y1(e={}){const t=e.location!==!1,{onError:n}=e;function r(f,p,_,m,...E){const N=f.currentPosition();if(N.offset+=m,N.column+=m,n){const k=t?Qo(_,N):null,T=Rr(p,k,{domain:m1,args:E});n(T)}}function i(f,p,_){const m={type:f};return t&&(m.start=p,m.end=p,m.loc={start:_,end:_}),m}function a(f,p,_,m){m&&(f.type=m),t&&(f.end=p,f.loc&&(f.loc.end=_))}function o(f,p){const _=f.context(),m=i(3,_.offset,_.startLoc);return m.value=p,a(m,f.currentOffset(),f.currentPosition()),m}function l(f,p){const _=f.context(),{lastOffset:m,lastStartLoc:E}=_,N=i(5,m,E);return N.index=parseInt(p,10),f.nextToken(),a(N,f.currentOffset(),f.currentPosition()),N}function s(f,p){const _=f.context(),{lastOffset:m,lastStartLoc:E}=_,N=i(4,m,E);return N.key=p,f.nextToken(),a(N,f.currentOffset(),f.currentPosition()),N}function v(f,p){const _=f.context(),{lastOffset:m,lastStartLoc:E}=_,N=i(9,m,E);return N.value=p.replace(v1,g1),f.nextToken(),a(N,f.currentOffset(),f.currentPosition()),N}function d(f){const p=f.nextToken(),_=f.context(),{lastOffset:m,lastStartLoc:E}=_,N=i(8,m,E);return p.type!==12?(r(f,Ee.UNEXPECTED_EMPTY_LINKED_MODIFIER,_.lastStartLoc,0),N.value="",a(N,m,E),{nextConsumeToken:p,node:N}):(p.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,Ft(p)),N.value=p.value||"",a(N,f.currentOffset(),f.currentPosition()),{node:N})}function u(f,p){const _=f.context(),m=i(7,_.offset,_.startLoc);return m.value=p,a(m,f.currentOffset(),f.currentPosition()),m}function c(f){const p=f.context(),_=i(6,p.offset,p.startLoc);let m=f.nextToken();if(m.type===9){const E=d(f);_.modifier=E.node,m=E.nextConsumeToken||f.nextToken()}switch(m.type!==10&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(m)),m=f.nextToken(),m.type===2&&(m=f.nextToken()),m.type){case 11:m.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(m)),_.key=u(f,m.value||"");break;case 5:m.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(m)),_.key=s(f,m.value||"");break;case 6:m.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(m)),_.key=l(f,m.value||"");break;case 7:m.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(m)),_.key=v(f,m.value||"");break;default:r(f,Ee.UNEXPECTED_EMPTY_LINKED_KEY,p.lastStartLoc,0);const E=f.context(),N=i(7,E.offset,E.startLoc);return N.value="",a(N,E.offset,E.startLoc),_.key=N,a(_,E.offset,E.startLoc),{nextConsumeToken:m,node:_}}return a(_,f.currentOffset(),f.currentPosition()),{node:_}}function h(f){const p=f.context(),_=p.currentType===1?f.currentOffset():p.offset,m=p.currentType===1?p.endLoc:p.startLoc,E=i(2,_,m);E.items=[];let N=null;do{const C=N||f.nextToken();switch(N=null,C.type){case 0:C.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(C)),E.items.push(o(f,C.value||""));break;case 6:C.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(C)),E.items.push(l(f,C.value||""));break;case 5:C.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(C)),E.items.push(s(f,C.value||""));break;case 7:C.value==null&&r(f,Ee.UNEXPECTED_LEXICAL_ANALYSIS,p.lastStartLoc,0,Ft(C)),E.items.push(v(f,C.value||""));break;case 8:const L=c(f);E.items.push(L.node),N=L.nextConsumeToken||null;break}}while(p.currentType!==14&&p.currentType!==1);const k=p.currentType===1?p.lastOffset:f.currentOffset(),T=p.currentType===1?p.lastEndLoc:f.currentPosition();return a(E,k,T),E}function y(f,p,_,m){const E=f.context();let N=m.items.length===0;const k=i(1,p,_);k.cases=[],k.cases.push(m);do{const T=h(f);N||(N=T.items.length===0),k.cases.push(T)}while(E.currentType!==14);return N&&r(f,Ee.MUST_HAVE_MESSAGES_IN_PLURAL,_,0),a(k,f.currentOffset(),f.currentPosition()),k}function g(f){const p=f.context(),{offset:_,startLoc:m}=p,E=h(f);return p.currentType===14?E:y(f,_,m,E)}function b(f){const p=p1(f,xc({},e)),_=p.context(),m=i(0,_.offset,_.startLoc);return t&&m.loc&&(m.loc.source=f),m.body=g(p),e.onCacheKey&&(m.cacheKey=e.onCacheKey(f)),_.currentType!==14&&r(p,Ee.UNEXPECTED_LEXICAL_ANALYSIS,_.lastStartLoc,0,f[_.offset]||""),a(m,p.currentOffset(),p.currentPosition()),m}return{parse:b}}function Ft(e){if(e.type===14)return"EOF";const t=(e.value||"").replace(/\r?\n/gu,"\\n");return t.length>10?t.slice(0,9)+"…":t}function b1(e,t={}){const n={ast:e,helpers:new Set};return{context:()=>n,helper:a=>(n.helpers.add(a),a)}}function Ms(e,t){for(let n=0;n<e.length;n++)Ul(e[n],t)}function Ul(e,t){switch(e.type){case 1:Ms(e.cases,t),t.helper("plural");break;case 2:Ms(e.items,t);break;case 6:Ul(e.key,t),t.helper("linked"),t.helper("type");break;case 5:t.helper("interpolate"),t.helper("list");break;case 4:t.helper("interpolate"),t.helper("named");break}}function _1(e,t={}){const n=b1(e);n.helper("normalize"),e.body&&Ul(e.body,n);const r=n.context();e.helpers=Array.from(r.helpers)}function E1(e){const t=e.body;return t.type===2?Hs(t):t.cases.forEach(n=>Hs(n)),e}function Hs(e){if(e.items.length===1){const t=e.items[0];(t.type===3||t.type===9)&&(e.static=t.value,delete t.value)}else{const t=[];for(let n=0;n<e.items.length;n++){const r=e.items[n];if(!(r.type===3||r.type===9)||r.value==null)break;t.push(r.value)}if(t.length===e.items.length){e.static=Ic(t);for(let n=0;n<e.items.length;n++){const r=e.items[n];(r.type===3||r.type===9)&&delete r.value}}}}const O1="minifier";function Er(e){switch(e.t=e.type,e.type){case 0:const t=e;Er(t.body),t.b=t.body,delete t.body;break;case 1:const n=e,r=n.cases;for(let d=0;d<r.length;d++)Er(r[d]);n.c=r,delete n.cases;break;case 2:const i=e,a=i.items;for(let d=0;d<a.length;d++)Er(a[d]);i.i=a,delete i.items,i.static&&(i.s=i.static,delete i.static);break;case 3:case 9:case 8:case 7:const o=e;o.value&&(o.v=o.value,delete o.value);break;case 6:const l=e;Er(l.key),l.k=l.key,delete l.key,l.modifier&&(Er(l.modifier),l.m=l.modifier,delete l.modifier);break;case 5:const s=e;s.i=s.index,delete s.index;break;case 4:const v=e;v.k=v.key,delete v.key;break;default:throw Rr(Ee.UNHANDLED_MINIFIER_NODE_TYPE,null,{domain:O1,args:[e.type]})}delete e.type}const w1="parser";function A1(e,t){const{sourceMap:n,filename:r,breakLineCode:i,needIndent:a}=t,o=t.location!==!1,l={filename:r,code:"",column:1,line:1,offset:0,map:void 0,breakLineCode:i,needIndent:a,indentLevel:0};o&&e.loc&&(l.source=e.loc.source);const s=()=>l;function v(b,f){l.code+=b}function d(b,f=!0){const p=f?i:"";v(a?p+" ".repeat(b):p)}function u(b=!0){const f=++l.indentLevel;b&&d(f)}function c(b=!0){const f=--l.indentLevel;b&&d(f)}function h(){d(l.indentLevel)}return{context:s,push:v,indent:u,deindent:c,newline:h,helper:b=>`_${b}`,needIndent:()=>l.needIndent}}function T1(e,t){const{helper:n}=e;e.push(`${n("linked")}(`),kr(e,t.key),t.modifier?(e.push(", "),kr(e,t.modifier),e.push(", _type")):e.push(", undefined, _type"),e.push(")")}function k1(e,t){const{helper:n,needIndent:r}=e;e.push(`${n("normalize")}([`),e.indent(r());const i=t.items.length;for(let a=0;a<i&&(kr(e,t.items[a]),a!==i-1);a++)e.push(", ");e.deindent(r()),e.push("])")}function S1(e,t){const{helper:n,needIndent:r}=e;if(t.cases.length>1){e.push(`${n("plural")}([`),e.indent(r());const i=t.cases.length;for(let a=0;a<i&&(kr(e,t.cases[a]),a!==i-1);a++)e.push(", ");e.deindent(r()),e.push("])")}}function N1(e,t){t.body?kr(e,t.body):e.push("null")}function kr(e,t){const{helper:n}=e;switch(t.type){case 0:N1(e,t);break;case 1:S1(e,t);break;case 2:k1(e,t);break;case 6:T1(e,t);break;case 8:e.push(JSON.stringify(t.value),t);break;case 7:e.push(JSON.stringify(t.value),t);break;case 5:e.push(`${n("interpolate")}(${n("list")}(${t.index}))`,t);break;case 4:e.push(`${n("interpolate")}(${n("named")}(${JSON.stringify(t.key)}))`,t);break;case 9:e.push(JSON.stringify(t.value),t);break;case 3:e.push(JSON.stringify(t.value),t);break;default:throw Rr(Ee.UNHANDLED_CODEGEN_NODE_TYPE,null,{domain:w1,args:[t.type]})}}const L1=(e,t={})=>{const n=Rs(t.mode)?t.mode:"normal",r=Rs(t.filename)?t.filename:"message.intl",i=!!t.sourceMap,a=t.breakLineCode!=null?t.breakLineCode:n==="arrow"?";":`
|
|
15
|
+
`,o=t.needIndent?t.needIndent:n!=="arrow",l=e.helpers||[],s=A1(e,{mode:n,filename:r,sourceMap:i,breakLineCode:a,needIndent:o});s.push(n==="normal"?"function __msg__ (ctx) {":"(ctx) => {"),s.indent(o),l.length>0&&(s.push(`const { ${Ic(l.map(u=>`${u}: _${u}`),", ")} } = ctx`),s.newline()),s.push("return "),kr(s,e),s.deindent(o),s.push("}"),delete e.helpers;const{code:v,map:d}=s.context();return{ast:e,code:v,map:d?d.toJSON():void 0}};function C1(e,t={}){const n=xc({},t),r=!!n.jit,i=!!n.minify,a=n.optimize==null?!0:n.optimize,l=y1(n).parse(e);return r?(a&&E1(l),i&&Er(l),{ast:l,code:""}):(_1(l,n),L1(l,n))}/*!
|
|
16
|
+
* core-base v9.9.0
|
|
17
|
+
* (c) 2024 kazuya kawaguchi
|
|
18
|
+
* Released under the MIT License.
|
|
19
|
+
*/const Hn=[];Hn[0]={w:[0],i:[3,0],"[":[4],o:[7]};Hn[1]={w:[1],".":[2],"[":[4],o:[7]};Hn[2]={w:[2],i:[3,0],0:[3,0]};Hn[3]={i:[3,0],0:[3,0],w:[1,1],".":[2,1],"[":[4,1],o:[7,1]};Hn[4]={"'":[5,0],'"':[6,0],"[":[4,2],"]":[1,3],o:8,l:[4,0]};Hn[5]={"'":[4,0],o:8,l:[5,0]};Hn[6]={'"':[4,0],o:8,l:[6,0]};const P1=/^\s?(?:true|false|-?[\d.]+|'[^']*'|"[^"]*")\s?$/;function x1(e){return P1.test(e)}function I1(e){const t=e.charCodeAt(0),n=e.charCodeAt(e.length-1);return t===n&&(t===34||t===39)?e.slice(1,-1):e}function R1(e){if(e==null)return"o";switch(e.charCodeAt(0)){case 91:case 93:case 46:case 34:case 39:return e;case 95:case 36:case 45:return"i";case 9:case 10:case 13:case 160:case 65279:case 8232:case 8233:return"w"}return"i"}function D1(e){const t=e.trim();return e.charAt(0)==="0"&&isNaN(parseInt(e))?!1:x1(t)?I1(t):"*"+t}function M1(e){const t=[];let n=-1,r=0,i=0,a,o,l,s,v,d,u;const c=[];c[0]=()=>{o===void 0?o=l:o+=l},c[1]=()=>{o!==void 0&&(t.push(o),o=void 0)},c[2]=()=>{c[0](),i++},c[3]=()=>{if(i>0)i--,r=4,c[0]();else{if(i=0,o===void 0||(o=D1(o),o===!1))return!1;c[1]()}};function h(){const y=e[n+1];if(r===5&&y==="'"||r===6&&y==='"')return n++,l="\\"+y,c[0](),!0}for(;r!==null;)if(n++,a=e[n],!(a==="\\"&&h())){if(s=R1(a),u=Hn[r],v=u[s]||u.l||8,v===8||(r=v[0],v[1]!==void 0&&(d=c[v[1]],d&&(l=a,d()===!1))))return;if(r===7)return t}}const js=new Map;function H1(e,t){return Re(e)?e[t]:null}function j1(e,t){if(!Re(e))return null;let n=js.get(t);if(n||(n=M1(t),n&&js.set(t,n)),!n)return null;const r=n.length;let i=e,a=0;for(;a<r;){const o=i[n[a]];if(o===void 0||Ue(i))return null;i=o,a++}return i}const V1=e=>e,z1=e=>"",B1="text",F1=e=>e.length===0?"":e1(e),U1=Qd;function Vs(e,t){return e=Math.abs(e),t===2?e?e>1?1:0:1:e?Math.min(e,2):0}function q1(e){const t=tt(e.pluralIndex)?e.pluralIndex:-1;return e.named&&(tt(e.named.count)||tt(e.named.n))?tt(e.named.count)?e.named.count:tt(e.named.n)?e.named.n:t:t}function $1(e,t){t.count||(t.count=e),t.n||(t.n=e)}function K1(e={}){const t=e.locale,n=q1(e),r=Re(e.pluralRules)&&ve(t)&&Ue(e.pluralRules[t])?e.pluralRules[t]:Vs,i=Re(e.pluralRules)&&ve(t)&&Ue(e.pluralRules[t])?Vs:void 0,a=f=>f[r(n,f.length,i)],o=e.list||[],l=f=>o[f],s=e.named||{};tt(e.pluralIndex)&&$1(n,s);const v=f=>s[f];function d(f){const p=Ue(e.messages)?e.messages(f):Re(e.messages)?e.messages[f]:!1;return p||(e.parent?e.parent.message(f):z1)}const u=f=>e.modifiers?e.modifiers[f]:V1,c=Pe(e.processor)&&Ue(e.processor.normalize)?e.processor.normalize:F1,h=Pe(e.processor)&&Ue(e.processor.interpolate)?e.processor.interpolate:U1,y=Pe(e.processor)&&ve(e.processor.type)?e.processor.type:B1,b={list:l,named:v,plural:a,linked:(f,...p)=>{const[_,m]=p;let E="text",N="";p.length===1?Re(_)?(N=_.modifier||N,E=_.type||E):ve(_)&&(N=_||N):p.length===2&&(ve(_)&&(N=_||N),ve(m)&&(E=m||E));const k=d(f)(b),T=E==="vnode"&&Xe(k)&&N?k[0]:k;return N?u(N)(T,E):T},message:d,type:y,interpolate:h,normalize:c,values:ft({},o,s)};return b}let ni=null;function W1(e){ni=e}function G1(e,t,n){ni&&ni.emit("i18n:init",{timestamp:Date.now(),i18n:e,version:t,meta:n})}const Y1=X1("function:translate");function X1(e){return t=>ni&&ni.emit(e,t)}const J1={NOT_FOUND_KEY:1,FALLBACK_TO_TRANSLATE:2,CANNOT_FORMAT_NUMBER:3,FALLBACK_TO_NUMBER_FORMAT:4,CANNOT_FORMAT_DATE:5,FALLBACK_TO_DATE_FORMAT:6,EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER:7,__EXTEND_POINT__:8},Rc=Ee.__EXTEND_POINT__,tr=Fl(Rc),Kt={INVALID_ARGUMENT:Rc,INVALID_DATE_ARGUMENT:tr(),INVALID_ISO_DATE_ARGUMENT:tr(),NOT_SUPPORT_NON_STRING_MESSAGE:tr(),NOT_SUPPORT_LOCALE_PROMISE_VALUE:tr(),NOT_SUPPORT_LOCALE_ASYNC_FUNCTION:tr(),NOT_SUPPORT_LOCALE_TYPE:tr(),__EXTEND_POINT__:tr()};function ln(e){return Rr(e,null,void 0)}function ql(e,t){return t.locale!=null?zs(t.locale):zs(e.locale)}let Io;function zs(e){if(ve(e))return e;if(Ue(e)){if(e.resolvedOnce&&Io!=null)return Io;if(e.constructor.name==="Function"){const t=e();if(Zd(t))throw ln(Kt.NOT_SUPPORT_LOCALE_PROMISE_VALUE);return Io=t}else throw ln(Kt.NOT_SUPPORT_LOCALE_ASYNC_FUNCTION)}else throw ln(Kt.NOT_SUPPORT_LOCALE_TYPE)}function Z1(e,t,n){return[...new Set([n,...Xe(t)?t:Re(t)?Object.keys(t):ve(t)?[t]:[n]])]}function Dc(e,t,n){const r=ve(n)?n:fa,i=e;i.__localeChainCache||(i.__localeChainCache=new Map);let a=i.__localeChainCache.get(r);if(!a){a=[];let o=[n];for(;Xe(o);)o=Bs(a,o,t);const l=Xe(t)||!Pe(t)?t:t.default?t.default:null;o=ve(l)?[l]:l,Xe(o)&&Bs(a,o,!1),i.__localeChainCache.set(r,a)}return a}function Bs(e,t,n){let r=!0;for(let i=0;i<t.length&&ze(r);i++){const a=t[i];ve(a)&&(r=Q1(e,t[i],n))}return r}function Q1(e,t,n){let r;const i=t.split("-");do{const a=i.join("-");r=eh(e,a,n),i.splice(-1,1)}while(i.length&&r===!0);return r}function eh(e,t,n){let r=!1;if(!e.includes(t)&&(r=!0,t)){r=t[t.length-1]!=="!";const i=t.replace(/!/g,"");e.push(i),(Xe(n)||Pe(n))&&n[i]&&(r=n[i])}return r}const th="9.9.0",Qa=-1,fa="en-US",Fs="",Us=e=>`${e.charAt(0).toLocaleUpperCase()}${e.substr(1)}`;function nh(){return{upper:(e,t)=>t==="text"&&ve(e)?e.toUpperCase():t==="vnode"&&Re(e)&&"__v_isVNode"in e?e.children.toUpperCase():e,lower:(e,t)=>t==="text"&&ve(e)?e.toLowerCase():t==="vnode"&&Re(e)&&"__v_isVNode"in e?e.children.toLowerCase():e,capitalize:(e,t)=>t==="text"&&ve(e)?Us(e):t==="vnode"&&Re(e)&&"__v_isVNode"in e?Us(e.children):e}}let Mc;function rh(e){Mc=e}let Hc;function ih(e){Hc=e}let jc;function ah(e){jc=e}let Vc=null;const oh=e=>{Vc=e},lh=()=>Vc;let zc=null;const qs=e=>{zc=e},sh=()=>zc;let $s=0;function uh(e={}){const t=Ue(e.onWarn)?e.onWarn:t1,n=ve(e.version)?e.version:th,r=ve(e.locale)||Ue(e.locale)?e.locale:fa,i=Ue(r)?fa:r,a=Xe(e.fallbackLocale)||Pe(e.fallbackLocale)||ve(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:i,o=Pe(e.messages)?e.messages:{[i]:{}},l=Pe(e.datetimeFormats)?e.datetimeFormats:{[i]:{}},s=Pe(e.numberFormats)?e.numberFormats:{[i]:{}},v=ft({},e.modifiers||{},nh()),d=e.pluralRules||{},u=Ue(e.missing)?e.missing:null,c=ze(e.missingWarn)||ua(e.missingWarn)?e.missingWarn:!0,h=ze(e.fallbackWarn)||ua(e.fallbackWarn)?e.fallbackWarn:!0,y=!!e.fallbackFormat,g=!!e.unresolving,b=Ue(e.postTranslation)?e.postTranslation:null,f=Pe(e.processor)?e.processor:null,p=ze(e.warnHtmlMessage)?e.warnHtmlMessage:!0,_=!!e.escapeParameter,m=Ue(e.messageCompiler)?e.messageCompiler:Mc,E=Ue(e.messageResolver)?e.messageResolver:Hc||H1,N=Ue(e.localeFallbacker)?e.localeFallbacker:jc||Z1,k=Re(e.fallbackContext)?e.fallbackContext:void 0,T=e,C=Re(T.__datetimeFormatters)?T.__datetimeFormatters:new Map,L=Re(T.__numberFormatters)?T.__numberFormatters:new Map,w=Re(T.__meta)?T.__meta:{};$s++;const S={version:n,cid:$s,locale:r,fallbackLocale:a,messages:o,modifiers:v,pluralRules:d,missing:u,missingWarn:c,fallbackWarn:h,fallbackFormat:y,unresolving:g,postTranslation:b,processor:f,warnHtmlMessage:p,escapeParameter:_,messageCompiler:m,messageResolver:E,localeFallbacker:N,fallbackContext:k,onWarn:t,__meta:w};return S.datetimeFormats=l,S.numberFormats=s,S.__datetimeFormatters=C,S.__numberFormatters=L,G1(S,n,w),S}function $l(e,t,n,r,i){const{missing:a,onWarn:o}=e;if(a!==null){const l=a(e,n,t,i);return ve(l)?l:t}else return t}function $r(e,t,n){const r=e;r.__localeChainCache=new Map,e.localeFallbacker(e,n,t)}function Ro(e){return n=>ch(n,e)}function ch(e,t){const n=t.b||t.body;if((n.t||n.type)===1){const r=n,i=r.c||r.cases;return e.plural(i.reduce((a,o)=>[...a,Ks(e,o)],[]))}else return Ks(e,n)}function Ks(e,t){const n=t.s||t.static;if(n)return e.type==="text"?n:e.normalize([n]);{const r=(t.i||t.items).reduce((i,a)=>[...i,el(e,a)],[]);return e.normalize(r)}}function el(e,t){const n=t.t||t.type;switch(n){case 3:const r=t;return r.v||r.value;case 9:const i=t;return i.v||i.value;case 4:const a=t;return e.interpolate(e.named(a.k||a.key));case 5:const o=t;return e.interpolate(e.list(o.i!=null?o.i:o.index));case 6:const l=t,s=l.m||l.modifier;return e.linked(el(e,l.k||l.key),s?el(e,s):void 0,e.type);case 7:const v=t;return v.v||v.value;case 8:const d=t;return d.v||d.value;default:throw new Error(`unhandled node type on format message part: ${n}`)}}const fh=e=>e;let Ii=Object.create(null);const Sr=e=>Re(e)&&(e.t===0||e.type===0)&&("b"in e||"body"in e);function dh(e,t={}){let n=!1;const r=t.onError||l1;return t.onError=i=>{n=!0,r(i)},{...C1(e,t),detectError:n}}function hh(e,t){if(ve(e)){ze(t.warnHtmlMessage)&&t.warnHtmlMessage;const r=(t.onCacheKey||fh)(e),i=Ii[r];if(i)return i;const{ast:a,detectError:o}=dh(e,{...t,location:!1,jit:!0}),l=Ro(a);return o?l:Ii[r]=l}else{const n=e.cacheKey;if(n){const r=Ii[n];return r||(Ii[n]=Ro(e))}else return Ro(e)}}const Ws=()=>"",Tt=e=>Ue(e);function Gs(e,...t){const{fallbackFormat:n,postTranslation:r,unresolving:i,messageCompiler:a,fallbackLocale:o,messages:l}=e,[s,v]=tl(...t),d=ze(v.missingWarn)?v.missingWarn:e.missingWarn,u=ze(v.fallbackWarn)?v.fallbackWarn:e.fallbackWarn,c=ze(v.escapeParameter)?v.escapeParameter:e.escapeParameter,h=!!v.resolvedMessage,y=ve(v.default)||ze(v.default)?ze(v.default)?a?s:()=>s:v.default:n?a?s:()=>s:"",g=n||y!=="",b=ql(e,v);c&&ph(v);let[f,p,_]=h?[s,b,l[b]||{}]:Bc(e,s,b,o,u,d),m=f,E=s;if(!h&&!(ve(m)||Sr(m)||Tt(m))&&g&&(m=y,E=m),!h&&(!(ve(m)||Sr(m)||Tt(m))||!ve(p)))return i?Qa:s;let N=!1;const k=()=>{N=!0},T=Tt(m)?m:Fc(e,s,p,m,E,k);if(N)return m;const C=gh(e,p,_,v),L=K1(C),w=mh(e,T,L),S=r?r(w,s):w;{const P={timestamp:Date.now(),key:ve(s)?s:Tt(m)?m.key:"",locale:p||(Tt(m)?m.locale:""),format:ve(m)?m:Tt(m)?m.source:"",message:S};P.meta=ft({},e.__meta,lh()||{}),Y1(P)}return S}function ph(e){Xe(e.list)?e.list=e.list.map(t=>ve(t)?Is(t):t):Re(e.named)&&Object.keys(e.named).forEach(t=>{ve(e.named[t])&&(e.named[t]=Is(e.named[t]))})}function Bc(e,t,n,r,i,a){const{messages:o,onWarn:l,messageResolver:s,localeFallbacker:v}=e,d=v(e,r,n);let u={},c,h=null;const y="translate";for(let g=0;g<d.length&&(c=d[g],u=o[c]||{},(h=s(u,t))===null&&(h=u[t]),!(ve(h)||Sr(h)||Tt(h)));g++){const b=$l(e,t,c,a,y);b!==t&&(h=b)}return[h,c,u]}function Fc(e,t,n,r,i,a){const{messageCompiler:o,warnHtmlMessage:l}=e;if(Tt(r)){const v=r;return v.locale=v.locale||n,v.key=v.key||t,v}if(o==null){const v=()=>r;return v.locale=n,v.key=t,v}const s=o(r,vh(e,n,i,r,l,a));return s.locale=n,s.key=t,s.source=r,s}function mh(e,t,n){return t(n)}function tl(...e){const[t,n,r]=e,i={};if(!ve(t)&&!tt(t)&&!Tt(t)&&!Sr(t))throw ln(Kt.INVALID_ARGUMENT);const a=tt(t)?String(t):(Tt(t),t);return tt(n)?i.plural=n:ve(n)?i.default=n:Pe(n)&&!Za(n)?i.named=n:Xe(n)&&(i.list=n),tt(r)?i.plural=r:ve(r)?i.default=r:Pe(r)&&ft(i,r),[a,i]}function vh(e,t,n,r,i,a){return{locale:t,key:n,warnHtmlMessage:i,onError:o=>{throw a&&a(o),o},onCacheKey:o=>Wd(t,n,o)}}function gh(e,t,n,r){const{modifiers:i,pluralRules:a,messageResolver:o,fallbackLocale:l,fallbackWarn:s,missingWarn:v,fallbackContext:d}=e,c={locale:t,modifiers:i,pluralRules:a,messages:h=>{let y=o(n,h);if(y==null&&d){const[,,g]=Bc(d,h,t,l,s,v);y=o(g,h)}if(ve(y)||Sr(y)){let g=!1;const f=Fc(e,h,t,y,h,()=>{g=!0});return g?Ws:f}else return Tt(y)?y:Ws}};return e.processor&&(c.processor=e.processor),r.list&&(c.list=r.list),r.named&&(c.named=r.named),tt(r.plural)&&(c.pluralIndex=r.plural),c}function Ys(e,...t){const{datetimeFormats:n,unresolving:r,fallbackLocale:i,onWarn:a,localeFallbacker:o}=e,{__datetimeFormatters:l}=e,[s,v,d,u]=nl(...t),c=ze(d.missingWarn)?d.missingWarn:e.missingWarn;ze(d.fallbackWarn)?d.fallbackWarn:e.fallbackWarn;const h=!!d.part,y=ql(e,d),g=o(e,i,y);if(!ve(s)||s==="")return new Intl.DateTimeFormat(y,u).format(v);let b={},f,p=null;const _="datetime format";for(let N=0;N<g.length&&(f=g[N],b=n[f]||{},p=b[s],!Pe(p));N++)$l(e,s,f,c,_);if(!Pe(p)||!ve(f))return r?Qa:s;let m=`${f}__${s}`;Za(u)||(m=`${m}__${JSON.stringify(u)}`);let E=l.get(m);return E||(E=new Intl.DateTimeFormat(f,ft({},p,u)),l.set(m,E)),h?E.formatToParts(v):E.format(v)}const Uc=["localeMatcher","weekday","era","year","month","day","hour","minute","second","timeZoneName","formatMatcher","hour12","timeZone","dateStyle","timeStyle","calendar","dayPeriod","numberingSystem","hourCycle","fractionalSecondDigits"];function nl(...e){const[t,n,r,i]=e,a={};let o={},l;if(ve(t)){const s=t.match(/(\d{4}-\d{2}-\d{2})(T|\s)?(.*)/);if(!s)throw ln(Kt.INVALID_ISO_DATE_ARGUMENT);const v=s[3]?s[3].trim().startsWith("T")?`${s[1].trim()}${s[3].trim()}`:`${s[1].trim()}T${s[3].trim()}`:s[1].trim();l=new Date(v);try{l.toISOString()}catch{throw ln(Kt.INVALID_ISO_DATE_ARGUMENT)}}else if(Yd(t)){if(isNaN(t.getTime()))throw ln(Kt.INVALID_DATE_ARGUMENT);l=t}else if(tt(t))l=t;else throw ln(Kt.INVALID_ARGUMENT);return ve(n)?a.key=n:Pe(n)&&Object.keys(n).forEach(s=>{Uc.includes(s)?o[s]=n[s]:a[s]=n[s]}),ve(r)?a.locale=r:Pe(r)&&(o=r),Pe(i)&&(o=i),[a.key||"",l,a,o]}function Xs(e,t,n){const r=e;for(const i in n){const a=`${t}__${i}`;r.__datetimeFormatters.has(a)&&r.__datetimeFormatters.delete(a)}}function Js(e,...t){const{numberFormats:n,unresolving:r,fallbackLocale:i,onWarn:a,localeFallbacker:o}=e,{__numberFormatters:l}=e,[s,v,d,u]=rl(...t),c=ze(d.missingWarn)?d.missingWarn:e.missingWarn;ze(d.fallbackWarn)?d.fallbackWarn:e.fallbackWarn;const h=!!d.part,y=ql(e,d),g=o(e,i,y);if(!ve(s)||s==="")return new Intl.NumberFormat(y,u).format(v);let b={},f,p=null;const _="number format";for(let N=0;N<g.length&&(f=g[N],b=n[f]||{},p=b[s],!Pe(p));N++)$l(e,s,f,c,_);if(!Pe(p)||!ve(f))return r?Qa:s;let m=`${f}__${s}`;Za(u)||(m=`${m}__${JSON.stringify(u)}`);let E=l.get(m);return E||(E=new Intl.NumberFormat(f,ft({},p,u)),l.set(m,E)),h?E.formatToParts(v):E.format(v)}const qc=["localeMatcher","style","currency","currencyDisplay","currencySign","useGrouping","minimumIntegerDigits","minimumFractionDigits","maximumFractionDigits","minimumSignificantDigits","maximumSignificantDigits","compactDisplay","notation","signDisplay","unit","unitDisplay","roundingMode","roundingPriority","roundingIncrement","trailingZeroDisplay"];function rl(...e){const[t,n,r,i]=e,a={};let o={};if(!tt(t))throw ln(Kt.INVALID_ARGUMENT);const l=t;return ve(n)?a.key=n:Pe(n)&&Object.keys(n).forEach(s=>{qc.includes(s)?o[s]=n[s]:a[s]=n[s]}),ve(r)?a.locale=r:Pe(r)&&(o=r),Pe(i)&&(o=i),[a.key||"",l,a,o]}function Zs(e,t,n){const r=e;for(const i in n){const a=`${t}__${i}`;r.__numberFormatters.has(a)&&r.__numberFormatters.delete(a)}}/*!
|
|
20
|
+
* vue-i18n v9.9.0
|
|
21
|
+
* (c) 2024 kazuya kawaguchi
|
|
22
|
+
* Released under the MIT License.
|
|
23
|
+
*/const yh="9.9.0",$c=J1.__EXTEND_POINT__,wn=Fl($c);wn(),wn(),wn(),wn(),wn(),wn(),wn(),wn();const Kc=Kt.__EXTEND_POINT__,vt=Fl(Kc),St={UNEXPECTED_RETURN_TYPE:Kc,INVALID_ARGUMENT:vt(),MUST_BE_CALL_SETUP_TOP:vt(),NOT_INSTALLED:vt(),NOT_AVAILABLE_IN_LEGACY_MODE:vt(),REQUIRED_VALUE:vt(),INVALID_VALUE:vt(),CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN:vt(),NOT_INSTALLED_WITH_PROVIDE:vt(),UNEXPECTED_ERROR:vt(),NOT_COMPATIBLE_LEGACY_VUE_I18N:vt(),BRIDGE_SUPPORT_VUE_2_ONLY:vt(),MUST_DEFINE_I18N_OPTION_IN_ALLOW_COMPOSITION:vt(),NOT_AVAILABLE_COMPOSITION_IN_LEGACY:vt(),__EXTEND_POINT__:vt()};function It(e,...t){return Rr(e,null,void 0)}const il=Mn("__translateVNode"),al=Mn("__datetimeParts"),ol=Mn("__numberParts"),bh=Mn("__setPluralRules"),_h=Mn("__injectWithOption"),ll=Mn("__dispose");function ri(e){if(!Re(e))return e;for(const t in e)if(ca(e,t))if(!t.includes("."))Re(e[t])&&ri(e[t]);else{const n=t.split("."),r=n.length-1;let i=e,a=!1;for(let o=0;o<r;o++){if(n[o]in i||(i[n[o]]={}),!Re(i[n[o]])){a=!0;break}i=i[n[o]]}a||(i[n[r]]=e[t],delete e[t]),Re(i[n[r]])&&ri(i[n[r]])}return e}function Wc(e,t){const{messages:n,__i18n:r,messageResolver:i,flatJson:a}=t,o=Pe(n)?n:Xe(r)?{}:{[e]:{}};if(Xe(r)&&r.forEach(l=>{if("locale"in l&&"resource"in l){const{locale:s,resource:v}=l;s?(o[s]=o[s]||{},Zi(v,o[s])):Zi(v,o)}else ve(l)&&Zi(JSON.parse(l),o)}),i==null&&a)for(const l in o)ca(o,l)&&ri(o[l]);return o}function Gc(e){return e.type}function Eh(e,t,n){let r=Re(t.messages)?t.messages:{};"__i18nGlobal"in n&&(r=Wc(e.locale.value,{messages:r,__i18n:n.__i18nGlobal}));const i=Object.keys(r);i.length&&i.forEach(a=>{e.mergeLocaleMessage(a,r[a])});{if(Re(t.datetimeFormats)){const a=Object.keys(t.datetimeFormats);a.length&&a.forEach(o=>{e.mergeDateTimeFormat(o,t.datetimeFormats[o])})}if(Re(t.numberFormats)){const a=Object.keys(t.numberFormats);a.length&&a.forEach(o=>{e.mergeNumberFormat(o,t.numberFormats[o])})}}}function Qs(e){return A.createVNode(A.Text,null,e,0)}const eu="__INTLIFY_META__",tu=()=>[],Oh=()=>!1;let nu=0;function ru(e){return(t,n,r,i)=>e(n,r,A.getCurrentInstance()||void 0,i)}const wh=()=>{const e=A.getCurrentInstance();let t=null;return e&&(t=Gc(e)[eu])?{[eu]:t}:null};function Yc(e={},t){const{__root:n,__injectWithOption:r}=e,i=n===void 0,a=e.flatJson,o=sa?A.ref:A.shallowRef;let l=ze(e.inheritLocale)?e.inheritLocale:!0;const s=o(n&&l?n.locale.value:ve(e.locale)?e.locale:fa),v=o(n&&l?n.fallbackLocale.value:ve(e.fallbackLocale)||Xe(e.fallbackLocale)||Pe(e.fallbackLocale)||e.fallbackLocale===!1?e.fallbackLocale:s.value),d=o(Wc(s.value,e)),u=o(Pe(e.datetimeFormats)?e.datetimeFormats:{[s.value]:{}}),c=o(Pe(e.numberFormats)?e.numberFormats:{[s.value]:{}});let h=n?n.missingWarn:ze(e.missingWarn)||ua(e.missingWarn)?e.missingWarn:!0,y=n?n.fallbackWarn:ze(e.fallbackWarn)||ua(e.fallbackWarn)?e.fallbackWarn:!0,g=n?n.fallbackRoot:ze(e.fallbackRoot)?e.fallbackRoot:!0,b=!!e.fallbackFormat,f=Ue(e.missing)?e.missing:null,p=Ue(e.missing)?ru(e.missing):null,_=Ue(e.postTranslation)?e.postTranslation:null,m=n?n.warnHtmlMessage:ze(e.warnHtmlMessage)?e.warnHtmlMessage:!0,E=!!e.escapeParameter;const N=n?n.modifiers:Pe(e.modifiers)?e.modifiers:{};let k=e.pluralRules||n&&n.pluralRules,T;T=(()=>{i&&qs(null);const J={version:yh,locale:s.value,fallbackLocale:v.value,messages:d.value,modifiers:N,pluralRules:k,missing:p===null?void 0:p,missingWarn:h,fallbackWarn:y,fallbackFormat:b,unresolving:!0,postTranslation:_===null?void 0:_,warnHtmlMessage:m,escapeParameter:E,messageResolver:e.messageResolver,messageCompiler:e.messageCompiler,__meta:{framework:"vue"}};J.datetimeFormats=u.value,J.numberFormats=c.value,J.__datetimeFormatters=Pe(T)?T.__datetimeFormatters:void 0,J.__numberFormatters=Pe(T)?T.__numberFormatters:void 0;const oe=uh(J);return i&&qs(oe),oe})(),$r(T,s.value,v.value);function L(){return[s.value,v.value,d.value,u.value,c.value]}const w=A.computed({get:()=>s.value,set:J=>{s.value=J,T.locale=s.value}}),S=A.computed({get:()=>v.value,set:J=>{v.value=J,T.fallbackLocale=v.value,$r(T,s.value,J)}}),P=A.computed(()=>d.value),R=A.computed(()=>u.value),j=A.computed(()=>c.value);function $(){return Ue(_)?_:null}function W(J){_=J,T.postTranslation=J}function re(){return f}function K(J){J!==null&&(p=ru(J)),f=J,T.missing=p}const M=(J,oe,we,ye,nt,Te)=>{L();let Fe;try{i||(T.fallbackContext=n?sh():void 0),Fe=J(T)}finally{i||(T.fallbackContext=void 0)}if(we!=="translate exists"&&tt(Fe)&&Fe===Qa||we==="translate exists"&&!Fe){const[vn,Vn]=oe();return n&&g?ye(n):nt(vn)}else{if(Te(Fe))return Fe;throw It(St.UNEXPECTED_RETURN_TYPE)}};function x(...J){return M(oe=>Reflect.apply(Gs,null,[oe,...J]),()=>tl(...J),"translate",oe=>Reflect.apply(oe.t,oe,[...J]),oe=>oe,oe=>ve(oe))}function H(...J){const[oe,we,ye]=J;if(ye&&!Re(ye))throw It(St.INVALID_ARGUMENT);return x(oe,we,ft({resolvedMessage:!0},ye||{}))}function V(...J){return M(oe=>Reflect.apply(Ys,null,[oe,...J]),()=>nl(...J),"datetime format",oe=>Reflect.apply(oe.d,oe,[...J]),()=>Fs,oe=>ve(oe))}function G(...J){return M(oe=>Reflect.apply(Js,null,[oe,...J]),()=>rl(...J),"number format",oe=>Reflect.apply(oe.n,oe,[...J]),()=>Fs,oe=>ve(oe))}function U(J){return J.map(oe=>ve(oe)||tt(oe)||ze(oe)?Qs(String(oe)):oe)}const q={normalize:U,interpolate:J=>J,type:"vnode"};function X(...J){return M(oe=>{let we;const ye=oe;try{ye.processor=q,we=Reflect.apply(Gs,null,[ye,...J])}finally{ye.processor=null}return we},()=>tl(...J),"translate",oe=>oe[il](...J),oe=>[Qs(oe)],oe=>Xe(oe))}function Z(...J){return M(oe=>Reflect.apply(Js,null,[oe,...J]),()=>rl(...J),"number format",oe=>oe[ol](...J),tu,oe=>ve(oe)||Xe(oe))}function ne(...J){return M(oe=>Reflect.apply(Ys,null,[oe,...J]),()=>nl(...J),"datetime format",oe=>oe[al](...J),tu,oe=>ve(oe)||Xe(oe))}function ue(J){k=J,T.pluralRules=k}function me(J,oe){return M(()=>{if(!J)return!1;const we=ve(oe)?oe:s.value,ye=Q(we),nt=T.messageResolver(ye,J);return Sr(nt)||Tt(nt)||ve(nt)},()=>[J],"translate exists",we=>Reflect.apply(we.te,we,[J,oe]),Oh,we=>ze(we))}function z(J){let oe=null;const we=Dc(T,v.value,s.value);for(let ye=0;ye<we.length;ye++){const nt=d.value[we[ye]]||{},Te=T.messageResolver(nt,J);if(Te!=null){oe=Te;break}}return oe}function F(J){const oe=z(J);return oe??(n?n.tm(J)||{}:{})}function Q(J){return d.value[J]||{}}function le(J,oe){if(a){const we={[J]:oe};for(const ye in we)ca(we,ye)&&ri(we[ye]);oe=we[J]}d.value[J]=oe,T.messages=d.value}function de(J,oe){d.value[J]=d.value[J]||{};const we={[J]:oe};for(const ye in we)ca(we,ye)&&ri(we[ye]);oe=we[J],Zi(oe,d.value[J]),T.messages=d.value}function Y(J){return u.value[J]||{}}function ee(J,oe){u.value[J]=oe,T.datetimeFormats=u.value,Xs(T,J,oe)}function se(J,oe){u.value[J]=ft(u.value[J]||{},oe),T.datetimeFormats=u.value,Xs(T,J,oe)}function fe(J){return c.value[J]||{}}function ae(J,oe){c.value[J]=oe,T.numberFormats=c.value,Zs(T,J,oe)}function Oe(J,oe){c.value[J]=ft(c.value[J]||{},oe),T.numberFormats=c.value,Zs(T,J,oe)}nu++,n&&sa&&(A.watch(n.locale,J=>{l&&(s.value=J,T.locale=J,$r(T,s.value,v.value))}),A.watch(n.fallbackLocale,J=>{l&&(v.value=J,T.fallbackLocale=J,$r(T,s.value,v.value))}));const he={id:nu,locale:w,fallbackLocale:S,get inheritLocale(){return l},set inheritLocale(J){l=J,J&&n&&(s.value=n.locale.value,v.value=n.fallbackLocale.value,$r(T,s.value,v.value))},get availableLocales(){return Object.keys(d.value).sort()},messages:P,get modifiers(){return N},get pluralRules(){return k||{}},get isGlobal(){return i},get missingWarn(){return h},set missingWarn(J){h=J,T.missingWarn=h},get fallbackWarn(){return y},set fallbackWarn(J){y=J,T.fallbackWarn=y},get fallbackRoot(){return g},set fallbackRoot(J){g=J},get fallbackFormat(){return b},set fallbackFormat(J){b=J,T.fallbackFormat=b},get warnHtmlMessage(){return m},set warnHtmlMessage(J){m=J,T.warnHtmlMessage=J},get escapeParameter(){return E},set escapeParameter(J){E=J,T.escapeParameter=J},t:x,getLocaleMessage:Q,setLocaleMessage:le,mergeLocaleMessage:de,getPostTranslationHandler:$,setPostTranslationHandler:W,getMissingHandler:re,setMissingHandler:K,[bh]:ue};return he.datetimeFormats=R,he.numberFormats=j,he.rt=H,he.te=me,he.tm=F,he.d=V,he.n=G,he.getDateTimeFormat=Y,he.setDateTimeFormat=ee,he.mergeDateTimeFormat=se,he.getNumberFormat=fe,he.setNumberFormat=ae,he.mergeNumberFormat=Oe,he[_h]=r,he[il]=X,he[al]=ne,he[ol]=Z,he}const Kl={tag:{type:[String,Object]},locale:{type:String},scope:{type:String,validator:e=>e==="parent"||e==="global",default:"parent"},i18n:{type:Object}};function Ah({slots:e},t){return t.length===1&&t[0]==="default"?(e.default?e.default():[]).reduce((r,i)=>[...r,...i.type===A.Fragment?i.children:[i]],[]):t.reduce((n,r)=>{const i=e[r];return i&&(n[r]=i()),n},{})}function Xc(e){return A.Fragment}const Th=A.defineComponent({name:"i18n-t",props:ft({keypath:{type:String,required:!0},plural:{type:[Number,String],validator:e=>tt(e)||!isNaN(e)}},Kl),setup(e,t){const{slots:n,attrs:r}=t,i=e.i18n||eo({useScope:e.scope,__useComponent:!0});return()=>{const a=Object.keys(n).filter(u=>u!=="_"),o={};e.locale&&(o.locale=e.locale),e.plural!==void 0&&(o.plural=ve(e.plural)?+e.plural:e.plural);const l=Ah(t,a),s=i[il](e.keypath,l,o),v=ft({},r),d=ve(e.tag)||Re(e.tag)?e.tag:Xc();return A.h(d,v,s)}}}),sl=Th;function kh(e){return Xe(e)&&!ve(e[0])}function Jc(e,t,n,r){const{slots:i,attrs:a}=t;return()=>{const o={part:!0};let l={};e.locale&&(o.locale=e.locale),ve(e.format)?o.key=e.format:Re(e.format)&&(ve(e.format.key)&&(o.key=e.format.key),l=Object.keys(e.format).reduce((c,h)=>n.includes(h)?ft({},c,{[h]:e.format[h]}):c,{}));const s=r(e.value,o,l);let v=[o.key];Xe(s)?v=s.map((c,h)=>{const y=i[c.type],g=y?y({[c.type]:c.value,index:h,parts:s}):[c.value];return kh(g)&&(g[0].key=`${c.type}-${h}`),g}):ve(s)&&(v=[s]);const d=ft({},a),u=ve(e.tag)||Re(e.tag)?e.tag:Xc();return A.h(u,d,v)}}const Sh=A.defineComponent({name:"i18n-n",props:ft({value:{type:Number,required:!0},format:{type:[String,Object]}},Kl),setup(e,t){const n=e.i18n||eo({useScope:"parent",__useComponent:!0});return Jc(e,t,qc,(...r)=>n[ol](...r))}}),iu=Sh,Nh=A.defineComponent({name:"i18n-d",props:ft({value:{type:[Number,Date],required:!0},format:{type:[String,Object]}},Kl),setup(e,t){const n=e.i18n||eo({useScope:"parent",__useComponent:!0});return Jc(e,t,Uc,(...r)=>n[al](...r))}}),au=Nh;function Lh(e,t){const n=e;if(e.mode==="composition")return n.__getInstance(t)||e.global;{const r=n.__getInstance(t);return r!=null?r.__composer:e.global.__composer}}function Ch(e){const t=o=>{const{instance:l,modifiers:s,value:v}=o;if(!l||!l.$)throw It(St.UNEXPECTED_ERROR);const d=Lh(e,l.$),u=ou(v);return[Reflect.apply(d.t,d,[...lu(u)]),d]};return{created:(o,l)=>{const[s,v]=t(l);sa&&e.global===v&&(o.__i18nWatcher=A.watch(v.locale,()=>{l.instance&&l.instance.$forceUpdate()})),o.__composer=v,o.textContent=s},unmounted:o=>{sa&&o.__i18nWatcher&&(o.__i18nWatcher(),o.__i18nWatcher=void 0,delete o.__i18nWatcher),o.__composer&&(o.__composer=void 0,delete o.__composer)},beforeUpdate:(o,{value:l})=>{if(o.__composer){const s=o.__composer,v=ou(l);o.textContent=Reflect.apply(s.t,s,[...lu(v)])}},getSSRProps:o=>{const[l]=t(o);return{textContent:l}}}}function ou(e){if(ve(e))return{path:e};if(Pe(e)){if(!("path"in e))throw It(St.REQUIRED_VALUE,"path");return e}else throw It(St.INVALID_VALUE)}function lu(e){const{path:t,locale:n,args:r,choice:i,plural:a}=e,o={},l=r||{};return ve(n)&&(o.locale=n),tt(i)&&(o.plural=i),tt(a)&&(o.plural=a),[t,l,o]}function Ph(e,t,...n){const r=Pe(n[0])?n[0]:{},i=!!r.useI18nComponentName;(ze(r.globalInstall)?r.globalInstall:!0)&&([i?"i18n":sl.name,"I18nT"].forEach(o=>e.component(o,sl)),[iu.name,"I18nN"].forEach(o=>e.component(o,iu)),[au.name,"I18nD"].forEach(o=>e.component(o,au))),e.directive("t",Ch(t))}const xh=Mn("global-vue-i18n");function Ih(e={},t){const n=ze(e.globalInjection)?e.globalInjection:!0,r=!0,i=new Map,[a,o]=Rh(e),l=Mn("");function s(u){return i.get(u)||null}function v(u,c){i.set(u,c)}function d(u){i.delete(u)}{const u={get mode(){return"composition"},get allowComposition(){return r},async install(c,...h){if(c.__VUE_I18N_SYMBOL__=l,c.provide(c.__VUE_I18N_SYMBOL__,u),Pe(h[0])){const b=h[0];u.__composerExtend=b.__composerExtend,u.__vueI18nExtend=b.__vueI18nExtend}let y=null;n&&(y=Fh(c,u.global)),Ph(c,u,...h);const g=c.unmount;c.unmount=()=>{y&&y(),u.dispose(),g()}},get global(){return o},dispose(){a.stop()},__instances:i,__getInstance:s,__setInstance:v,__deleteInstance:d};return u}}function eo(e={}){const t=A.getCurrentInstance();if(t==null)throw It(St.MUST_BE_CALL_SETUP_TOP);if(!t.isCE&&t.appContext.app!=null&&!t.appContext.app.__VUE_I18N_SYMBOL__)throw It(St.NOT_INSTALLED);const n=Dh(t),r=Hh(n),i=Gc(t),a=Mh(e,i);if(a==="global")return Eh(r,e,i),r;if(a==="parent"){let s=jh(n,t,e.__useComponent);return s==null&&(s=r),s}const o=n;let l=o.__getInstance(t);if(l==null){const s=ft({},e);"__i18n"in i&&(s.__i18n=i.__i18n),r&&(s.__root=r),l=Yc(s),o.__composerExtend&&(l[ll]=o.__composerExtend(l)),zh(o,t,l),o.__setInstance(t,l)}return l}function Rh(e,t,n){const r=A.effectScope();{const i=r.run(()=>Yc(e));if(i==null)throw It(St.UNEXPECTED_ERROR);return[r,i]}}function Dh(e){{const t=A.inject(e.isCE?xh:e.appContext.app.__VUE_I18N_SYMBOL__);if(!t)throw It(e.isCE?St.NOT_INSTALLED_WITH_PROVIDE:St.UNEXPECTED_ERROR);return t}}function Mh(e,t){return Za(e)?"__i18n"in t?"local":"global":e.useScope?e.useScope:"local"}function Hh(e){return e.mode==="composition"?e.global:e.global.__composer}function jh(e,t,n=!1){let r=null;const i=t.root;let a=Vh(t,n);for(;a!=null;){const o=e;if(e.mode==="composition"&&(r=o.__getInstance(a)),r!=null||i===a)break;a=a.parent}return r}function Vh(e,t=!1){return e==null?null:t&&e.vnode.ctx||e.parent}function zh(e,t,n){A.onMounted(()=>{},t),A.onUnmounted(()=>{const r=n;e.__deleteInstance(t);const i=r[ll];i&&(i(),delete r[ll])},t)}const Bh=["locale","fallbackLocale","availableLocales"],su=["t","rt","d","n","tm","te"];function Fh(e,t){const n=Object.create(null);return Bh.forEach(i=>{const a=Object.getOwnPropertyDescriptor(t,i);if(!a)throw It(St.UNEXPECTED_ERROR);const o=A.isRef(a.value)?{get(){return a.value.value},set(l){a.value.value=l}}:{get(){return a.get&&a.get()}};Object.defineProperty(n,i,o)}),e.config.globalProperties.$i18n=n,su.forEach(i=>{const a=Object.getOwnPropertyDescriptor(t,i);if(!a||!a.value)throw It(St.UNEXPECTED_ERROR);Object.defineProperty(e.config.globalProperties,`$${i}`,a)}),()=>{delete e.config.globalProperties.$i18n,su.forEach(i=>{delete e.config.globalProperties[`$${i}`]})}}rh(hh);ih(j1);ah(Dc);{const e=Xd();e.__INTLIFY__=!0,W1(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__)}const jn=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n};function Zc(e,t){return function(){return e.apply(t,arguments)}}const{toString:Uh}=Object.prototype,{getPrototypeOf:Wl}=Object,to=(e=>t=>{const n=Uh.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),Xt=e=>(e=e.toLowerCase(),t=>to(t)===e),no=e=>t=>typeof t===e,{isArray:Dr}=Array,ii=no("undefined");function qh(e){return e!==null&&!ii(e)&&e.constructor!==null&&!ii(e.constructor)&&kt(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const Qc=Xt("ArrayBuffer");function $h(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&Qc(e.buffer),t}const Kh=no("string"),kt=no("function"),ef=no("number"),ro=e=>e!==null&&typeof e=="object",Wh=e=>e===!0||e===!1,Qi=e=>{if(to(e)!=="object")return!1;const t=Wl(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)},Gh=Xt("Date"),Yh=Xt("File"),Xh=Xt("Blob"),Jh=Xt("FileList"),Zh=e=>ro(e)&&kt(e.pipe),Qh=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||kt(e.append)&&((t=to(e))==="formdata"||t==="object"&&kt(e.toString)&&e.toString()==="[object FormData]"))},ep=Xt("URLSearchParams"),tp=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function hi(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,i;if(typeof e!="object"&&(e=[e]),Dr(e))for(r=0,i=e.length;r<i;r++)t.call(null,e[r],r,e);else{const a=n?Object.getOwnPropertyNames(e):Object.keys(e),o=a.length;let l;for(r=0;r<o;r++)l=a[r],t.call(null,e[l],l,e)}}function tf(e,t){t=t.toLowerCase();const n=Object.keys(e);let r=n.length,i;for(;r-- >0;)if(i=n[r],t===i.toLowerCase())return i;return null}const nf=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,rf=e=>!ii(e)&&e!==nf;function ul(){const{caseless:e}=rf(this)&&this||{},t={},n=(r,i)=>{const a=e&&tf(t,i)||i;Qi(t[a])&&Qi(r)?t[a]=ul(t[a],r):Qi(r)?t[a]=ul({},r):Dr(r)?t[a]=r.slice():t[a]=r};for(let r=0,i=arguments.length;r<i;r++)arguments[r]&&hi(arguments[r],n);return t}const np=(e,t,n,{allOwnKeys:r}={})=>(hi(t,(i,a)=>{n&&kt(i)?e[a]=Zc(i,n):e[a]=i},{allOwnKeys:r}),e),rp=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),ip=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},ap=(e,t,n,r)=>{let i,a,o;const l={};if(t=t||{},e==null)return t;do{for(i=Object.getOwnPropertyNames(e),a=i.length;a-- >0;)o=i[a],(!r||r(o,e,t))&&!l[o]&&(t[o]=e[o],l[o]=!0);e=n!==!1&&Wl(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},op=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},lp=e=>{if(!e)return null;if(Dr(e))return e;let t=e.length;if(!ef(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},sp=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&Wl(Uint8Array)),up=(e,t)=>{const r=(e&&e[Symbol.iterator]).call(e);let i;for(;(i=r.next())&&!i.done;){const a=i.value;t.call(e,a[0],a[1])}},cp=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},fp=Xt("HTMLFormElement"),dp=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,i){return r.toUpperCase()+i}),uu=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),hp=Xt("RegExp"),af=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};hi(n,(i,a)=>{let o;(o=t(i,a,e))!==!1&&(r[a]=o||i)}),Object.defineProperties(e,r)},pp=e=>{af(e,(t,n)=>{if(kt(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(kt(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},mp=(e,t)=>{const n={},r=i=>{i.forEach(a=>{n[a]=!0})};return Dr(e)?r(e):r(String(e).split(t)),n},vp=()=>{},gp=(e,t)=>(e=+e,Number.isFinite(e)?e:t),Do="abcdefghijklmnopqrstuvwxyz",cu="0123456789",of={DIGIT:cu,ALPHA:Do,ALPHA_DIGIT:Do+Do.toUpperCase()+cu},yp=(e=16,t=of.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n};function bp(e){return!!(e&&kt(e.append)&&e[Symbol.toStringTag]==="FormData"&&e[Symbol.iterator])}const _p=e=>{const t=new Array(10),n=(r,i)=>{if(ro(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[i]=r;const a=Dr(r)?[]:{};return hi(r,(o,l)=>{const s=n(o,i+1);!ii(s)&&(a[l]=s)}),t[i]=void 0,a}}return r};return n(e,0)},Ep=Xt("AsyncFunction"),Op=e=>e&&(ro(e)||kt(e))&&kt(e.then)&&kt(e.catch),ie={isArray:Dr,isArrayBuffer:Qc,isBuffer:qh,isFormData:Qh,isArrayBufferView:$h,isString:Kh,isNumber:ef,isBoolean:Wh,isObject:ro,isPlainObject:Qi,isUndefined:ii,isDate:Gh,isFile:Yh,isBlob:Xh,isRegExp:hp,isFunction:kt,isStream:Zh,isURLSearchParams:ep,isTypedArray:sp,isFileList:Jh,forEach:hi,merge:ul,extend:np,trim:tp,stripBOM:rp,inherits:ip,toFlatObject:ap,kindOf:to,kindOfTest:Xt,endsWith:op,toArray:lp,forEachEntry:up,matchAll:cp,isHTMLForm:fp,hasOwnProperty:uu,hasOwnProp:uu,reduceDescriptors:af,freezeMethods:pp,toObjectSet:mp,toCamelCase:dp,noop:vp,toFiniteNumber:gp,findKey:tf,global:nf,isContextDefined:rf,ALPHABET:of,generateString:yp,isSpecCompliantForm:bp,toJSONObject:_p,isAsyncFn:Ep,isThenable:Op};function Le(e,t,n,r,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),i&&(this.response=i)}ie.inherits(Le,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ie.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const lf=Le.prototype,sf={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{sf[e]={value:e}});Object.defineProperties(Le,sf);Object.defineProperty(lf,"isAxiosError",{value:!0});Le.from=(e,t,n,r,i,a)=>{const o=Object.create(lf);return ie.toFlatObject(e,o,function(s){return s!==Error.prototype},l=>l!=="isAxiosError"),Le.call(o,e.message,t,n,r,i),o.cause=e,o.name=e.name,a&&Object.assign(o,a),o};const wp=null;function cl(e){return ie.isPlainObject(e)||ie.isArray(e)}function uf(e){return ie.endsWith(e,"[]")?e.slice(0,-2):e}function fu(e,t,n){return e?e.concat(t).map(function(i,a){return i=uf(i),!n&&a?"["+i+"]":i}).join(n?".":""):t}function Ap(e){return ie.isArray(e)&&!e.some(cl)}const Tp=ie.toFlatObject(ie,{},null,function(t){return/^is[A-Z]/.test(t)});function io(e,t,n){if(!ie.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=ie.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(g,b){return!ie.isUndefined(b[g])});const r=n.metaTokens,i=n.visitor||d,a=n.dots,o=n.indexes,s=(n.Blob||typeof Blob<"u"&&Blob)&&ie.isSpecCompliantForm(t);if(!ie.isFunction(i))throw new TypeError("visitor must be a function");function v(y){if(y===null)return"";if(ie.isDate(y))return y.toISOString();if(!s&&ie.isBlob(y))throw new Le("Blob is not supported. Use a Buffer instead.");return ie.isArrayBuffer(y)||ie.isTypedArray(y)?s&&typeof Blob=="function"?new Blob([y]):Buffer.from(y):y}function d(y,g,b){let f=y;if(y&&!b&&typeof y=="object"){if(ie.endsWith(g,"{}"))g=r?g:g.slice(0,-2),y=JSON.stringify(y);else if(ie.isArray(y)&&Ap(y)||(ie.isFileList(y)||ie.endsWith(g,"[]"))&&(f=ie.toArray(y)))return g=uf(g),f.forEach(function(_,m){!(ie.isUndefined(_)||_===null)&&t.append(o===!0?fu([g],m,a):o===null?g:g+"[]",v(_))}),!1}return cl(y)?!0:(t.append(fu(b,g,a),v(y)),!1)}const u=[],c=Object.assign(Tp,{defaultVisitor:d,convertValue:v,isVisitable:cl});function h(y,g){if(!ie.isUndefined(y)){if(u.indexOf(y)!==-1)throw Error("Circular reference detected in "+g.join("."));u.push(y),ie.forEach(y,function(f,p){(!(ie.isUndefined(f)||f===null)&&i.call(t,f,ie.isString(p)?p.trim():p,g,c))===!0&&h(f,g?g.concat(p):[p])}),u.pop()}}if(!ie.isObject(e))throw new TypeError("data must be an object");return h(e),t}function du(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Gl(e,t){this._pairs=[],e&&io(e,this,t)}const cf=Gl.prototype;cf.append=function(t,n){this._pairs.push([t,n])};cf.toString=function(t){const n=t?function(r){return t.call(this,r,du)}:du;return this._pairs.map(function(i){return n(i[0])+"="+n(i[1])},"").join("&")};function kp(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ff(e,t,n){if(!t)return e;const r=n&&n.encode||kp,i=n&&n.serialize;let a;if(i?a=i(t,n):a=ie.isURLSearchParams(t)?t.toString():new Gl(t,n).toString(r),a){const o=e.indexOf("#");o!==-1&&(e=e.slice(0,o)),e+=(e.indexOf("?")===-1?"?":"&")+a}return e}class Sp{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){ie.forEach(this.handlers,function(r){r!==null&&t(r)})}}const hu=Sp,df={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Np=typeof URLSearchParams<"u"?URLSearchParams:Gl,Lp=typeof FormData<"u"?FormData:null,Cp=typeof Blob<"u"?Blob:null,Pp={isBrowser:!0,classes:{URLSearchParams:Np,FormData:Lp,Blob:Cp},protocols:["http","https","file","blob","url","data"]},hf=typeof window<"u"&&typeof document<"u",xp=(e=>hf&&["ReactNative","NativeScript","NS"].indexOf(e)<0)(typeof navigator<"u"&&navigator.product),Ip=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Rp=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:hf,hasStandardBrowserEnv:xp,hasStandardBrowserWebWorkerEnv:Ip},Symbol.toStringTag,{value:"Module"})),Wt={...Rp,...Pp};function Dp(e,t){return io(e,new Wt.classes.URLSearchParams,Object.assign({visitor:function(n,r,i,a){return Wt.isNode&&ie.isBuffer(n)?(this.append(r,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}function Mp(e){return ie.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function Hp(e){const t={},n=Object.keys(e);let r;const i=n.length;let a;for(r=0;r<i;r++)a=n[r],t[a]=e[a];return t}function pf(e){function t(n,r,i,a){let o=n[a++];if(o==="__proto__")return!0;const l=Number.isFinite(+o),s=a>=n.length;return o=!o&&ie.isArray(i)?i.length:o,s?(ie.hasOwnProp(i,o)?i[o]=[i[o],r]:i[o]=r,!l):((!i[o]||!ie.isObject(i[o]))&&(i[o]=[]),t(n,r,i[o],a)&&ie.isArray(i[o])&&(i[o]=Hp(i[o])),!l)}if(ie.isFormData(e)&&ie.isFunction(e.entries)){const n={};return ie.forEachEntry(e,(r,i)=>{t(Mp(r),i,n,0)}),n}return null}function jp(e,t,n){if(ie.isString(e))try{return(t||JSON.parse)(e),ie.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const Yl={transitional:df,adapter:["xhr","http"],transformRequest:[function(t,n){const r=n.getContentType()||"",i=r.indexOf("application/json")>-1,a=ie.isObject(t);if(a&&ie.isHTMLForm(t)&&(t=new FormData(t)),ie.isFormData(t))return i&&i?JSON.stringify(pf(t)):t;if(ie.isArrayBuffer(t)||ie.isBuffer(t)||ie.isStream(t)||ie.isFile(t)||ie.isBlob(t))return t;if(ie.isArrayBufferView(t))return t.buffer;if(ie.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let l;if(a){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Dp(t,this.formSerializer).toString();if((l=ie.isFileList(t))||r.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return io(l?{"files[]":t}:t,s&&new s,this.formSerializer)}}return a||i?(n.setContentType("application/json",!1),jp(t)):t}],transformResponse:[function(t){const n=this.transitional||Yl.transitional,r=n&&n.forcedJSONParsing,i=this.responseType==="json";if(t&&ie.isString(t)&&(r&&!this.responseType||i)){const o=!(n&&n.silentJSONParsing)&&i;try{return JSON.parse(t)}catch(l){if(o)throw l.name==="SyntaxError"?Le.from(l,Le.ERR_BAD_RESPONSE,this,null,this.response):l}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Wt.classes.FormData,Blob:Wt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ie.forEach(["delete","get","head","post","put","patch"],e=>{Yl.headers[e]={}});const Xl=Yl,Vp=ie.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),zp=e=>{const t={};let n,r,i;return e&&e.split(`
|
|
24
|
+
`).forEach(function(o){i=o.indexOf(":"),n=o.substring(0,i).trim().toLowerCase(),r=o.substring(i+1).trim(),!(!n||t[n]&&Vp[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},pu=Symbol("internals");function Kr(e){return e&&String(e).trim().toLowerCase()}function ea(e){return e===!1||e==null?e:ie.isArray(e)?e.map(ea):String(e)}function Bp(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const Fp=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function Mo(e,t,n,r,i){if(ie.isFunction(r))return r.call(this,t,n);if(i&&(t=n),!!ie.isString(t)){if(ie.isString(r))return t.indexOf(r)!==-1;if(ie.isRegExp(r))return r.test(t)}}function Up(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function qp(e,t){const n=ie.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(i,a,o){return this[r].call(this,t,i,a,o)},configurable:!0})})}class ao{constructor(t){t&&this.set(t)}set(t,n,r){const i=this;function a(l,s,v){const d=Kr(s);if(!d)throw new Error("header name must be a non-empty string");const u=ie.findKey(i,d);(!u||i[u]===void 0||v===!0||v===void 0&&i[u]!==!1)&&(i[u||s]=ea(l))}const o=(l,s)=>ie.forEach(l,(v,d)=>a(v,d,s));return ie.isPlainObject(t)||t instanceof this.constructor?o(t,n):ie.isString(t)&&(t=t.trim())&&!Fp(t)?o(zp(t),n):t!=null&&a(n,t,r),this}get(t,n){if(t=Kr(t),t){const r=ie.findKey(this,t);if(r){const i=this[r];if(!n)return i;if(n===!0)return Bp(i);if(ie.isFunction(n))return n.call(this,i,r);if(ie.isRegExp(n))return n.exec(i);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=Kr(t),t){const r=ie.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||Mo(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let i=!1;function a(o){if(o=Kr(o),o){const l=ie.findKey(r,o);l&&(!n||Mo(r,r[l],l,n))&&(delete r[l],i=!0)}}return ie.isArray(t)?t.forEach(a):a(t),i}clear(t){const n=Object.keys(this);let r=n.length,i=!1;for(;r--;){const a=n[r];(!t||Mo(this,this[a],a,t,!0))&&(delete this[a],i=!0)}return i}normalize(t){const n=this,r={};return ie.forEach(this,(i,a)=>{const o=ie.findKey(r,a);if(o){n[o]=ea(i),delete n[a];return}const l=t?Up(a):String(a).trim();l!==a&&delete n[a],n[l]=ea(i),r[l]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return ie.forEach(this,(r,i)=>{r!=null&&r!==!1&&(n[i]=t&&ie.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
|
|
25
|
+
`)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(i=>r.set(i)),r}static accessor(t){const r=(this[pu]=this[pu]={accessors:{}}).accessors,i=this.prototype;function a(o){const l=Kr(o);r[l]||(qp(i,o),r[l]=!0)}return ie.isArray(t)?t.forEach(a):a(t),this}}ao.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);ie.reduceDescriptors(ao.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});ie.freezeMethods(ao);const un=ao;function Ho(e,t){const n=this||Xl,r=t||n,i=un.from(r.headers);let a=r.data;return ie.forEach(e,function(l){a=l.call(n,a,i.normalize(),t?t.status:void 0)}),i.normalize(),a}function mf(e){return!!(e&&e.__CANCEL__)}function pi(e,t,n){Le.call(this,e??"canceled",Le.ERR_CANCELED,t,n),this.name="CanceledError"}ie.inherits(pi,Le,{__CANCEL__:!0});function $p(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new Le("Request failed with status code "+n.status,[Le.ERR_BAD_REQUEST,Le.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}const Kp=Wt.hasStandardBrowserEnv?{write(e,t,n,r,i,a){const o=[e+"="+encodeURIComponent(t)];ie.isNumber(n)&&o.push("expires="+new Date(n).toGMTString()),ie.isString(r)&&o.push("path="+r),ie.isString(i)&&o.push("domain="+i),a===!0&&o.push("secure"),document.cookie=o.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Wp(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function Gp(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function vf(e,t){return e&&!Wp(t)?Gp(e,t):t}const Yp=Wt.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),n=document.createElement("a");let r;function i(a){let o=a;return t&&(n.setAttribute("href",o),o=n.href),n.setAttribute("href",o),{href:n.href,protocol:n.protocol?n.protocol.replace(/:$/,""):"",host:n.host,search:n.search?n.search.replace(/^\?/,""):"",hash:n.hash?n.hash.replace(/^#/,""):"",hostname:n.hostname,port:n.port,pathname:n.pathname.charAt(0)==="/"?n.pathname:"/"+n.pathname}}return r=i(window.location.href),function(o){const l=ie.isString(o)?i(o):o;return l.protocol===r.protocol&&l.host===r.host}}():function(){return function(){return!0}}();function Xp(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Jp(e,t){e=e||10;const n=new Array(e),r=new Array(e);let i=0,a=0,o;return t=t!==void 0?t:1e3,function(s){const v=Date.now(),d=r[a];o||(o=v),n[i]=s,r[i]=v;let u=a,c=0;for(;u!==i;)c+=n[u++],u=u%e;if(i=(i+1)%e,i===a&&(a=(a+1)%e),v-o<t)return;const h=d&&v-d;return h?Math.round(c*1e3/h):void 0}}function mu(e,t){let n=0;const r=Jp(50,250);return i=>{const a=i.loaded,o=i.lengthComputable?i.total:void 0,l=a-n,s=r(l),v=a<=o;n=a;const d={loaded:a,total:o,progress:o?a/o:void 0,bytes:l,rate:s||void 0,estimated:s&&o&&v?(o-a)/s:void 0,event:i};d[t?"download":"upload"]=!0,e(d)}}const Zp=typeof XMLHttpRequest<"u",Qp=Zp&&function(e){return new Promise(function(n,r){let i=e.data;const a=un.from(e.headers).normalize();let{responseType:o,withXSRFToken:l}=e,s;function v(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}let d;if(ie.isFormData(i)){if(Wt.hasStandardBrowserEnv||Wt.hasStandardBrowserWebWorkerEnv)a.setContentType(!1);else if((d=a.getContentType())!==!1){const[g,...b]=d?d.split(";").map(f=>f.trim()).filter(Boolean):[];a.setContentType([g||"multipart/form-data",...b].join("; "))}}let u=new XMLHttpRequest;if(e.auth){const g=e.auth.username||"",b=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";a.set("Authorization","Basic "+btoa(g+":"+b))}const c=vf(e.baseURL,e.url);u.open(e.method.toUpperCase(),ff(c,e.params,e.paramsSerializer),!0),u.timeout=e.timeout;function h(){if(!u)return;const g=un.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),f={data:!o||o==="text"||o==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:g,config:e,request:u};$p(function(_){n(_),v()},function(_){r(_),v()},f),u=null}if("onloadend"in u?u.onloadend=h:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(h)},u.onabort=function(){u&&(r(new Le("Request aborted",Le.ECONNABORTED,e,u)),u=null)},u.onerror=function(){r(new Le("Network Error",Le.ERR_NETWORK,e,u)),u=null},u.ontimeout=function(){let b=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const f=e.transitional||df;e.timeoutErrorMessage&&(b=e.timeoutErrorMessage),r(new Le(b,f.clarifyTimeoutError?Le.ETIMEDOUT:Le.ECONNABORTED,e,u)),u=null},Wt.hasStandardBrowserEnv&&(l&&ie.isFunction(l)&&(l=l(e)),l||l!==!1&&Yp(c))){const g=e.xsrfHeaderName&&e.xsrfCookieName&&Kp.read(e.xsrfCookieName);g&&a.set(e.xsrfHeaderName,g)}i===void 0&&a.setContentType(null),"setRequestHeader"in u&&ie.forEach(a.toJSON(),function(b,f){u.setRequestHeader(f,b)}),ie.isUndefined(e.withCredentials)||(u.withCredentials=!!e.withCredentials),o&&o!=="json"&&(u.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&u.addEventListener("progress",mu(e.onDownloadProgress,!0)),typeof e.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",mu(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=g=>{u&&(r(!g||g.type?new pi(null,e,u):g),u.abort(),u=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const y=Xp(c);if(y&&Wt.protocols.indexOf(y)===-1){r(new Le("Unsupported protocol "+y+":",Le.ERR_BAD_REQUEST,e));return}u.send(i||null)})},fl={http:wp,xhr:Qp};ie.forEach(fl,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const vu=e=>`- ${e}`,em=e=>ie.isFunction(e)||e===null||e===!1,gf={getAdapter:e=>{e=ie.isArray(e)?e:[e];const{length:t}=e;let n,r;const i={};for(let a=0;a<t;a++){n=e[a];let o;if(r=n,!em(n)&&(r=fl[(o=String(n)).toLowerCase()],r===void 0))throw new Le(`Unknown adapter '${o}'`);if(r)break;i[o||"#"+a]=r}if(!r){const a=Object.entries(i).map(([l,s])=>`adapter ${l} `+(s===!1?"is not supported by the environment":"is not available in the build"));let o=t?a.length>1?`since :
|
|
26
|
+
`+a.map(vu).join(`
|
|
27
|
+
`):" "+vu(a[0]):"as no adapter specified";throw new Le("There is no suitable adapter to dispatch the request "+o,"ERR_NOT_SUPPORT")}return r},adapters:fl};function jo(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new pi(null,e)}function gu(e){return jo(e),e.headers=un.from(e.headers),e.data=Ho.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),gf.getAdapter(e.adapter||Xl.adapter)(e).then(function(r){return jo(e),r.data=Ho.call(e,e.transformResponse,r),r.headers=un.from(r.headers),r},function(r){return mf(r)||(jo(e),r&&r.response&&(r.response.data=Ho.call(e,e.transformResponse,r.response),r.response.headers=un.from(r.response.headers))),Promise.reject(r)})}const yu=e=>e instanceof un?e.toJSON():e;function Nr(e,t){t=t||{};const n={};function r(v,d,u){return ie.isPlainObject(v)&&ie.isPlainObject(d)?ie.merge.call({caseless:u},v,d):ie.isPlainObject(d)?ie.merge({},d):ie.isArray(d)?d.slice():d}function i(v,d,u){if(ie.isUndefined(d)){if(!ie.isUndefined(v))return r(void 0,v,u)}else return r(v,d,u)}function a(v,d){if(!ie.isUndefined(d))return r(void 0,d)}function o(v,d){if(ie.isUndefined(d)){if(!ie.isUndefined(v))return r(void 0,v)}else return r(void 0,d)}function l(v,d,u){if(u in t)return r(v,d);if(u in e)return r(void 0,v)}const s={url:a,method:a,data:a,baseURL:o,transformRequest:o,transformResponse:o,paramsSerializer:o,timeout:o,timeoutMessage:o,withCredentials:o,withXSRFToken:o,adapter:o,responseType:o,xsrfCookieName:o,xsrfHeaderName:o,onUploadProgress:o,onDownloadProgress:o,decompress:o,maxContentLength:o,maxBodyLength:o,beforeRedirect:o,transport:o,httpAgent:o,httpsAgent:o,cancelToken:o,socketPath:o,responseEncoding:o,validateStatus:l,headers:(v,d)=>i(yu(v),yu(d),!0)};return ie.forEach(Object.keys(Object.assign({},e,t)),function(d){const u=s[d]||i,c=u(e[d],t[d],d);ie.isUndefined(c)&&u!==l||(n[d]=c)}),n}const yf="1.6.5",Jl={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{Jl[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const bu={};Jl.transitional=function(t,n,r){function i(a,o){return"[Axios v"+yf+"] Transitional option '"+a+"'"+o+(r?". "+r:"")}return(a,o,l)=>{if(t===!1)throw new Le(i(o," has been removed"+(n?" in "+n:"")),Le.ERR_DEPRECATED);return n&&!bu[o]&&(bu[o]=!0,console.warn(i(o," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(a,o,l):!0}};function tm(e,t,n){if(typeof e!="object")throw new Le("options must be an object",Le.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let i=r.length;for(;i-- >0;){const a=r[i],o=t[a];if(o){const l=e[a],s=l===void 0||o(l,a,e);if(s!==!0)throw new Le("option "+a+" must be "+s,Le.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new Le("Unknown option "+a,Le.ERR_BAD_OPTION)}}const dl={assertOptions:tm,validators:Jl},An=dl.validators;class da{constructor(t){this.defaults=t,this.interceptors={request:new hu,response:new hu}}request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=Nr(this.defaults,n);const{transitional:r,paramsSerializer:i,headers:a}=n;r!==void 0&&dl.assertOptions(r,{silentJSONParsing:An.transitional(An.boolean),forcedJSONParsing:An.transitional(An.boolean),clarifyTimeoutError:An.transitional(An.boolean)},!1),i!=null&&(ie.isFunction(i)?n.paramsSerializer={serialize:i}:dl.assertOptions(i,{encode:An.function,serialize:An.function},!0)),n.method=(n.method||this.defaults.method||"get").toLowerCase();let o=a&&ie.merge(a.common,a[n.method]);a&&ie.forEach(["delete","get","head","post","put","patch","common"],y=>{delete a[y]}),n.headers=un.concat(o,a);const l=[];let s=!0;this.interceptors.request.forEach(function(g){typeof g.runWhen=="function"&&g.runWhen(n)===!1||(s=s&&g.synchronous,l.unshift(g.fulfilled,g.rejected))});const v=[];this.interceptors.response.forEach(function(g){v.push(g.fulfilled,g.rejected)});let d,u=0,c;if(!s){const y=[gu.bind(this),void 0];for(y.unshift.apply(y,l),y.push.apply(y,v),c=y.length,d=Promise.resolve(n);u<c;)d=d.then(y[u++],y[u++]);return d}c=l.length;let h=n;for(u=0;u<c;){const y=l[u++],g=l[u++];try{h=y(h)}catch(b){g.call(this,b);break}}try{d=gu.call(this,h)}catch(y){return Promise.reject(y)}for(u=0,c=v.length;u<c;)d=d.then(v[u++],v[u++]);return d}getUri(t){t=Nr(this.defaults,t);const n=vf(t.baseURL,t.url);return ff(n,t.params,t.paramsSerializer)}}ie.forEach(["delete","get","head","options"],function(t){da.prototype[t]=function(n,r){return this.request(Nr(r||{},{method:t,url:n,data:(r||{}).data}))}});ie.forEach(["post","put","patch"],function(t){function n(r){return function(a,o,l){return this.request(Nr(l||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:a,data:o}))}}da.prototype[t]=n(),da.prototype[t+"Form"]=n(!0)});const ta=da;class Zl{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(a){n=a});const r=this;this.promise.then(i=>{if(!r._listeners)return;let a=r._listeners.length;for(;a-- >0;)r._listeners[a](i);r._listeners=null}),this.promise.then=i=>{let a;const o=new Promise(l=>{r.subscribe(l),a=l}).then(i);return o.cancel=function(){r.unsubscribe(a)},o},t(function(a,o,l){r.reason||(r.reason=new pi(a,o,l),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}static source(){let t;return{token:new Zl(function(i){t=i}),cancel:t}}}const nm=Zl;function rm(e){return function(n){return e.apply(null,n)}}function im(e){return ie.isObject(e)&&e.isAxiosError===!0}const hl={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(hl).forEach(([e,t])=>{hl[t]=e});const am=hl;function bf(e){const t=new ta(e),n=Zc(ta.prototype.request,t);return ie.extend(n,ta.prototype,t,{allOwnKeys:!0}),ie.extend(n,t,null,{allOwnKeys:!0}),n.create=function(i){return bf(Nr(e,i))},n}const We=bf(Xl);We.Axios=ta;We.CanceledError=pi;We.CancelToken=nm;We.isCancel=mf;We.VERSION=yf;We.toFormData=io;We.AxiosError=Le;We.Cancel=We.CanceledError;We.all=function(t){return Promise.all(t)};We.spread=rm;We.isAxiosError=im;We.mergeConfig=Nr;We.AxiosHeaders=un;We.formToJSON=e=>pf(ie.isHTMLForm(e)?new FormData(e):e);We.getAdapter=gf.getAdapter;We.HttpStatusCode=am;We.default=We;const sn=We;function om(e){return A.getCurrentScope()?(A.onScopeDispose(e),!0):!1}function Ql(e){return typeof e=="function"?e():A.unref(e)}const lm=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const sm=Object.prototype.toString,um=e=>sm.call(e)==="[object Object]",cm=()=>{};function fm(e,t){function n(...r){return new Promise((i,a)=>{Promise.resolve(e(()=>t.apply(this,r),{fn:t,thisArg:this,args:r})).then(i).catch(a)})}return n}const _f=e=>e();function dm(e=_f){const t=A.ref(!0);function n(){t.value=!1}function r(){t.value=!0}const i=(...a)=>{t.value&&e(...a)};return{isActive:A.readonly(t),pause:n,resume:r,eventFilter:i}}function hm(e){return e||A.getCurrentInstance()}function pm(e,t,n={}){const{eventFilter:r=_f,...i}=n;return A.watch(e,fm(r,t),i)}function mm(e,t,n={}){const{eventFilter:r,...i}=n,{eventFilter:a,pause:o,resume:l,isActive:s}=dm(r);return{stop:pm(e,t,{...i,eventFilter:a}),pause:o,resume:l,isActive:s}}function vm(e,t=!0,n){hm()?A.onMounted(e,n):t?e():A.nextTick(e)}function gm(e){var t;const n=Ql(e);return(t=n?.$el)!=null?t:n}const pl=lm?window:void 0;function _u(...e){let t,n,r,i;if(typeof e[0]=="string"||Array.isArray(e[0])?([n,r,i]=e,t=pl):[t,n,r,i]=e,!t)return cm;Array.isArray(n)||(n=[n]),Array.isArray(r)||(r=[r]);const a=[],o=()=>{a.forEach(d=>d()),a.length=0},l=(d,u,c,h)=>(d.addEventListener(u,c,h),()=>d.removeEventListener(u,c,h)),s=A.watch(()=>[gm(t),Ql(i)],([d,u])=>{if(o(),!d)return;const c=um(u)?{...u}:u;a.push(...n.flatMap(h=>r.map(y=>l(d,h,y,c))))},{immediate:!0,flush:"post"}),v=()=>{s(),o()};return om(v),v}const Ri=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},Di="__vueuse_ssr_handlers__",ym=bm();function bm(){return Di in Ri||(Ri[Di]=Ri[Di]||{}),Ri[Di]}function _m(e,t){return ym[e]||t}function Em(e){return e==null?"any":e instanceof Set?"set":e instanceof Map?"map":e instanceof Date?"date":typeof e=="boolean"?"boolean":typeof e=="string"?"string":typeof e=="object"?"object":Number.isNaN(e)?"any":"number"}const Ye={boolean:{read:e=>e==="true",write:e=>String(e)},object:{read:e=>JSON.parse(e),write:e=>JSON.stringify(e)},number:{read:e=>Number.parseFloat(e),write:e=>String(e)},any:{read:e=>e,write:e=>String(e)},string:{read:e=>e,write:e=>String(e)},map:{read:e=>new Map(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e.entries()))},set:{read:e=>new Set(JSON.parse(e)),write:e=>JSON.stringify(Array.from(e))},date:{read:e=>new Date(e),write:e=>e.toISOString()}},Eu="vueuse-storage";function Qe(e,t,n,r={}){var i;const{flush:a="pre",deep:o=!0,listenToStorageChanges:l=!0,writeDefaults:s=!0,mergeDefaults:v=!1,shallow:d,window:u=pl,eventFilter:c,onError:h=C=>{console.error(C)},initOnMounted:y}=r,g=(d?A.shallowRef:A.ref)(typeof t=="function"?t():t);if(!n)try{n=_m("getDefaultStorage",()=>{var C;return(C=pl)==null?void 0:C.localStorage})()}catch(C){h(C)}if(!n)return g;const b=Ql(t),f=Em(b),p=(i=r.serializer)!=null?i:Ye[f],{pause:_,resume:m}=mm(g,()=>E(g.value),{flush:a,deep:o,eventFilter:c});return u&&l&&vm(()=>{_u(u,"storage",T),_u(u,Eu,k),y&&T()}),y||T(),g;function E(C){try{if(C==null)n.removeItem(e);else{const L=p.write(C),w=n.getItem(e);w!==L&&(n.setItem(e,L),u&&u.dispatchEvent(new CustomEvent(Eu,{detail:{key:e,oldValue:w,newValue:L,storageArea:n}})))}}catch(L){h(L)}}function N(C){const L=C?C.newValue:n.getItem(e);if(L==null)return s&&b!=null&&n.setItem(e,p.write(b)),b;if(!C&&v){const w=p.read(L);return typeof v=="function"?v(w,b):f==="object"&&!Array.isArray(w)?{...b,...w}:w}else return typeof L!="string"?L:p.read(L)}function k(C){T(C.detail)}function T(C){if(!(C&&C.storageArea!==n)){if(C&&C.key==null){g.value=b;return}if(!(C&&C.key!==e)){_();try{C?.newValue!==p.write(g.value)&&(g.value=N(C))}catch(L){h(L)}finally{C?A.nextTick(m):m()}}}}}const Mr=pn("alert",()=>{const e=A.ref(""),t=A.ref("default"),n=A.ref("NotActive"),r=A.ref(NaN),i=A.ref("global");function a({message:o,type:l="default"}){e.value=o,t.value=l,n.value!=="NotActive"?(n.value="KeepActive",clearTimeout(r.value),r.value=window.setTimeout(()=>{n.value="NotActive"},4e3)):(n.value="StartActive",r.value=window.setTimeout(()=>{n.value="NotActive"},4e3))}return{message:e,type:t,status:n,timer:r,domain:i,display:a}}),Om="aaa1rp3bb0ott3vie4c1le2ogado5udhabi7c0ademy5centure6ountant0s9o1tor4d0s1ult4e0g1ro2tna4f0l1rica5g0akhan5ency5i0g1rbus3force5tel5kdn3l0ibaba4pay4lfinanz6state5y2sace3tom5m0azon4ericanexpress7family11x2fam3ica3sterdam8nalytics7droid5quan4z2o0l2partments8p0le4q0uarelle8r0ab1mco4chi3my2pa2t0e3s0da2ia2sociates9t0hleta5torney7u0ction5di0ble3o3spost5thor3o0s4vianca6w0s2x0a2z0ure5ba0by2idu3namex3narepublic11d1k2r0celona5laycard4s5efoot5gains6seball5ketball8uhaus5yern5b0c1t1va3cg1n2d1e0ats2uty4er2ntley5rlin4st0buy5t2f1g1h0arti5i0ble3d1ke2ng0o3o1z2j1lack0friday9ockbuster8g1omberg7ue3m0s1w2n0pparibas9o0ats3ehringer8fa2m1nd2o0k0ing5sch2tik2on4t1utique6x2r0adesco6idgestone9oadway5ker3ther5ussels7s1t1uild0ers6siness6y1zz3v1w1y1z0h3ca0b1fe2l0l1vinklein9m0era3p2non3petown5ital0one8r0avan4ds2e0er0s4s2sa1e1h1ino4t0ering5holic7ba1n1re3c1d1enter4o1rn3f0a1d2g1h0anel2nel4rity4se2t2eap3intai5ristmas6ome4urch5i0priani6rcle4sco3tadel4i0c2y3k1l0aims4eaning6ick2nic1que6othing5ud3ub0med6m1n1o0ach3des3ffee4llege4ogne5m0cast4mbank4unity6pany2re3uter5sec4ndos3struction8ulting7tact3ractors9oking4l1p2rsica5untry4pon0s4rses6pa2r0edit0card4union9icket5own3s1uise0s6u0isinella9v1w1x1y0mru3ou3z2dabur3d1nce3ta1e1ing3sun4y2clk3ds2e0al0er2s3gree4livery5l1oitte5ta3mocrat6ntal2ist5si0gn4v2hl2iamonds6et2gital5rect0ory7scount3ver5h2y2j1k1m1np2o0cs1tor4g1mains5t1wnload7rive4tv2ubai3nlop4pont4rban5vag2r2z2earth3t2c0o2deka3u0cation8e1g1mail3erck5nergy4gineer0ing9terprises10pson4quipment8r0icsson6ni3s0q1tate5t1u0rovision8s2vents5xchange6pert3osed4ress5traspace10fage2il1rwinds6th3mily4n0s2rm0ers5shion4t3edex3edback6rrari3ero6i0delity5o2lm2nal1nce1ial7re0stone6mdale6sh0ing5t0ness6j1k1lickr3ghts4r2orist4wers5y2m1o0o0d1tball6rd1ex2sale4um3undation8x2r0ee1senius7l1ogans4ntier7tr2ujitsu5n0d2rniture7tbol5yi3ga0l0lery3o1up4me0s3p1rden4y2b0iz3d0n2e0a1nt0ing5orge5f1g0ee3h1i0ft0s3ves2ing5l0ass3e1obal2o4m0ail3bh2o1x2n1odaddy5ld0point6f2o0dyear5g0le4p1t1v2p1q1r0ainger5phics5tis4een3ipe3ocery4up4s1t1u0ardian6cci3ge2ide2tars5ru3w1y2hair2mburg5ngout5us3bo2dfc0bank7ealth0care8lp1sinki6re1mes5iphop4samitsu7tachi5v2k0t2m1n1ockey4ldings5iday5medepot5goods5s0ense7nda3rse3spital5t0ing5t0els3mail5use3w2r1sbc3t1u0ghes5yatt3undai7ibm2cbc2e1u2d1e0ee3fm2kano4l1m0amat4db2mo0bilien9n0c1dustries8finiti5o2g1k1stitute6urance4e4t0ernational10uit4vestments10o1piranga7q1r0ish4s0maili5t0anbul7t0au2v3jaguar4va3cb2e0ep2tzt3welry6io2ll2m0p2nj2o0bs1urg4t1y2p0morgan6rs3uegos4niper7kaufen5ddi3e0rryhotels6logistics9properties14fh2g1h1i0a1ds2m1ndle4tchen5wi3m1n1oeln3matsu5sher5p0mg2n2r0d1ed3uokgroup8w1y0oto4z2la0caixa5mborghini8er3ncaster6d0rover6xess5salle5t0ino3robe5w0yer5b1c1ds2ease3clerc5frak4gal2o2xus4gbt3i0dl2fe0insurance9style7ghting6ke2lly3mited4o2ncoln4k2psy3ve1ing5k1lc1p2oan0s3cker3us3l1ndon4tte1o3ve3pl0financial11r1s1t0d0a3u0ndbeck6xe1ury5v1y2ma0drid4if1son4keup4n0agement7go3p1rket0ing3s4riott5shalls7ttel5ba2c0kinsey7d1e0d0ia3et2lbourne7me1orial6n0u2rckmsd7g1h1iami3crosoft7l1ni1t2t0subishi9k1l0b1s2m0a2n1o0bi0le4da2e1i1m1nash3ey2ster5rmon3tgage6scow4to0rcycles9v0ie4p1q1r1s0d2t0n1r2u0seum3ic4v1w1x1y1z2na0b1goya4me2tura4vy3ba2c1e0c1t0bank4flix4work5ustar5w0s2xt0direct7us4f0l2g0o2hk2i0co2ke1on3nja3ssan1y5l1o0kia3rton4w0ruz3tv4p1r0a1w2tt2u1yc2z2obi1server7ffice5kinawa6layan0group9dnavy5lo3m0ega4ne1g1l0ine5oo2pen3racle3nge4g0anic5igins6saka4tsuka4t2vh3pa0ge2nasonic7ris2s1tners4s1y3y2ccw3e0t2f0izer5g1h0armacy6d1ilips5one2to0graphy6s4ysio5ics1tet2ures6d1n0g1k2oneer5zza4k1l0ace2y0station9umbing5s3m1n0c2ohl2ker3litie5rn2st3r0america6xi3ess3ime3o0d0uctions8f1gressive8mo2perties3y5tection8u0dential9s1t1ub2w0c2y2qa1pon3uebec3st5racing4dio4e0ad1lestate6tor2y4cipes5d0stone5umbrella9hab3ise0n3t2liance6n0t0als5pair3ort3ublican8st0aurant8view0s5xroth6ich0ardli6oh3l1o1p2o0cks3deo3gers4om3s0vp3u0gby3hr2n2w0e2yukyu6sa0arland6fe0ty4kura4le1on3msclub4ung5ndvik0coromant12ofi4p1rl2s1ve2xo3b0i1s2c0a1b1haeffler7midt4olarships8ol3ule3warz5ience5ot3d1e0arch3t2cure1ity6ek2lect4ner3rvices6ven3w1x0y3fr2g1h0angrila6rp2w2ell3ia1ksha5oes2p0ping5uji3w3i0lk2na1gles5te3j1k0i0n2y0pe4l0ing4m0art3ile4n0cf3o0ccer3ial4ftbank4ware6hu2lar2utions7ng1y2y2pa0ce3ort2t3r0l2s1t0ada2ples4r1tebank4farm7c0group6ockholm6rage3e3ream4udio2y3yle4u0cks3pplies3y2ort5rf1gery5zuki5v1watch4iss4x1y0dney4stems6z2tab1ipei4lk2obao4rget4tamotors6r2too4x0i3c0i2d0k2eam2ch0nology8l1masek5nnis4va3f1g1h0d1eater2re6iaa2ckets5enda4ps2res2ol4j0maxx4x2k0maxx5l1m0all4n1o0day3kyo3ols3p1ray3shiba5tal3urs3wn2yota3s3r0ade1ing4ining5vel0ers0insurance16ust3v2t1ube2i1nes3shu4v0s2w1z2ua1bank3s2g1k1nicom3versity8o2ol2ps2s1y1z2va0cations7na1guard7c1e0gas3ntures6risign5mögensberater2ung14sicherung10t2g1i0ajes4deo3g1king4llas4n1p1rgin4sa1ion4va1o3laanderen9n1odka3lvo3te1ing3o2yage5u2wales2mart4ter4ng0gou5tch0es6eather0channel12bcam3er2site5d0ding5ibo2r3f1hoswho6ien2ki2lliamhill9n0dows4e1ners6me2olterskluwer11odside6rk0s2ld3w2s1tc1f3xbox3erox4finity6ihuan4n2xx2yz3yachts4hoo3maxun5ndex5e1odobashi7ga2kohama6u0tube6t1un3za0ppos4ra3ero3ip2m1one3uerich6w2",wm="ελ1υ2бг1ел3дети4ею2католик6ом3мкд2он1сква6онлайн5рг3рус2ф2сайт3рб3укр3қаз3հայ3ישראל5קום3ابوظبي5رامكو5لاردن4بحرين5جزائر5سعودية6عليان5مغرب5مارات5یران5بارت2زار4يتك3ھارت5تونس4سودان3رية5شبكة4عراق2ب2مان4فلسطين6قطر3كاثوليك6وم3مصر2ليسيا5وريتانيا7قع4همراه5پاکستان7ڀارت4कॉम3नेट3भारत0म्3ोत5संगठन5বাংলা5ভারত2ৰত4ਭਾਰਤ4ભારત4ଭାରତ4இந்தியா6லங்கை6சிங்கப்பூர்11భారత్5ಭಾರತ4ഭാരതം5ලංකා4คอม3ไทย3ລາວ3გე2みんな3アマゾン4クラウド4グーグル4コム2ストア3セール3ファッション6ポイント4世界2中信1国1國1文网3亚马逊3企业2佛山2信息2健康2八卦2公司1益2台湾1灣2商城1店1标2嘉里0大酒店5在线2大拿2天主教3娱乐2家電2广东2微博2慈善2我爱你3手机2招聘2政务1府2新加坡2闻2时尚2書籍2机构2淡马锡3游戏2澳門2点看2移动2组织机构4网址1店1站1络2联通2谷歌2购物2通販2集团2電訊盈科4飞利浦3食品2餐厅2香格里拉3港2닷넷1컴2삼성2한국2",Lr=(e,t)=>{for(const n in t)e[n]=t[n];return e},ml="numeric",vl="ascii",gl="alpha",na="asciinumeric",Mi="alphanumeric",yl="domain",Ef="emoji",Am="scheme",Tm="slashscheme",Ou="whitespace";function km(e,t){return e in t||(t[e]=[]),t[e]}function rr(e,t,n){t[ml]&&(t[na]=!0,t[Mi]=!0),t[vl]&&(t[na]=!0,t[gl]=!0),t[na]&&(t[Mi]=!0),t[gl]&&(t[Mi]=!0),t[Mi]&&(t[yl]=!0),t[Ef]&&(t[yl]=!0);for(const r in t){const i=km(r,n);i.indexOf(e)<0&&i.push(e)}}function Sm(e,t){const n={};for(const r in t)t[r].indexOf(e)>=0&&(n[r]=!0);return n}function bt(e){e===void 0&&(e=null),this.j={},this.jr=[],this.jd=null,this.t=e}bt.groups={};bt.prototype={accepts(){return!!this.t},go(e){const t=this,n=t.j[e];if(n)return n;for(let r=0;r<t.jr.length;r++){const i=t.jr[r][0],a=t.jr[r][1];if(a&&i.test(e))return a}return t.jd},has(e,t){return t===void 0&&(t=!1),t?e in this.j:!!this.go(e)},ta(e,t,n,r){for(let i=0;i<e.length;i++)this.tt(e[i],t,n,r)},tr(e,t,n,r){r=r||bt.groups;let i;return t&&t.j?i=t:(i=new bt(t),n&&r&&rr(t,n,r)),this.jr.push([e,i]),i},ts(e,t,n,r){let i=this;const a=e.length;if(!a)return i;for(let o=0;o<a-1;o++)i=i.tt(e[o]);return i.tt(e[a-1],t,n,r)},tt(e,t,n,r){r=r||bt.groups;const i=this;if(t&&t.j)return i.j[e]=t,t;const a=t;let o,l=i.go(e);if(l?(o=new bt,Lr(o.j,l.j),o.jr.push.apply(o.jr,l.jr),o.jd=l.jd,o.t=l.t):o=new bt,a){if(r)if(o.t&&typeof o.t=="string"){const s=Lr(Sm(o.t,r),n);rr(a,s,r)}else n&&rr(a,n,r);o.t=a}return i.j[e]=o,o}};const ke=(e,t,n,r,i)=>e.ta(t,n,r,i),wt=(e,t,n,r,i)=>e.tr(t,n,r,i),wu=(e,t,n,r,i)=>e.ts(t,n,r,i),ce=(e,t,n,r,i)=>e.tt(t,n,r,i),on="WORD",bl="UWORD",ai="LOCALHOST",_l="TLD",El="UTLD",ra="SCHEME",Or="SLASH_SCHEME",es="NUM",Of="WS",ts="NL",Xr="OPENBRACE",Jr="CLOSEBRACE",ha="OPENBRACKET",pa="CLOSEBRACKET",ma="OPENPAREN",va="CLOSEPAREN",ga="OPENANGLEBRACKET",ya="CLOSEANGLEBRACKET",ba="FULLWIDTHLEFTPAREN",_a="FULLWIDTHRIGHTPAREN",Ea="LEFTCORNERBRACKET",Oa="RIGHTCORNERBRACKET",wa="LEFTWHITECORNERBRACKET",Aa="RIGHTWHITECORNERBRACKET",Ta="FULLWIDTHLESSTHAN",ka="FULLWIDTHGREATERTHAN",Sa="AMPERSAND",Na="APOSTROPHE",La="ASTERISK",Nn="AT",Ca="BACKSLASH",Pa="BACKTICK",xa="CARET",Cn="COLON",ns="COMMA",Ia="DOLLAR",Ut="DOT",Ra="EQUALS",rs="EXCLAMATION",qt="HYPHEN",Da="PERCENT",Ma="PIPE",Ha="PLUS",ja="POUND",Va="QUERY",is="QUOTE",as="SEMI",$t="SLASH",Zr="TILDE",za="UNDERSCORE",wf="EMOJI",Ba="SYM";var Af=Object.freeze({__proto__:null,WORD:on,UWORD:bl,LOCALHOST:ai,TLD:_l,UTLD:El,SCHEME:ra,SLASH_SCHEME:Or,NUM:es,WS:Of,NL:ts,OPENBRACE:Xr,CLOSEBRACE:Jr,OPENBRACKET:ha,CLOSEBRACKET:pa,OPENPAREN:ma,CLOSEPAREN:va,OPENANGLEBRACKET:ga,CLOSEANGLEBRACKET:ya,FULLWIDTHLEFTPAREN:ba,FULLWIDTHRIGHTPAREN:_a,LEFTCORNERBRACKET:Ea,RIGHTCORNERBRACKET:Oa,LEFTWHITECORNERBRACKET:wa,RIGHTWHITECORNERBRACKET:Aa,FULLWIDTHLESSTHAN:Ta,FULLWIDTHGREATERTHAN:ka,AMPERSAND:Sa,APOSTROPHE:Na,ASTERISK:La,AT:Nn,BACKSLASH:Ca,BACKTICK:Pa,CARET:xa,COLON:Cn,COMMA:ns,DOLLAR:Ia,DOT:Ut,EQUALS:Ra,EXCLAMATION:rs,HYPHEN:qt,PERCENT:Da,PIPE:Ma,PLUS:Ha,POUND:ja,QUERY:Va,QUOTE:is,SEMI:as,SLASH:$t,TILDE:Zr,UNDERSCORE:za,EMOJI:wf,SYM:Ba});const br=/[a-z]/,Vo=/\p{L}/u,zo=/\p{Emoji}/u,Bo=/\d/,Au=/\s/,Tu=`
|
|
28
|
+
`,Nm="️",Lm="";let Hi=null,ji=null;function Cm(e){e===void 0&&(e=[]);const t={};bt.groups=t;const n=new bt;Hi==null&&(Hi=ku(Om)),ji==null&&(ji=ku(wm)),ce(n,"'",Na),ce(n,"{",Xr),ce(n,"}",Jr),ce(n,"[",ha),ce(n,"]",pa),ce(n,"(",ma),ce(n,")",va),ce(n,"<",ga),ce(n,">",ya),ce(n,"(",ba),ce(n,")",_a),ce(n,"「",Ea),ce(n,"」",Oa),ce(n,"『",wa),ce(n,"』",Aa),ce(n,"<",Ta),ce(n,">",ka),ce(n,"&",Sa),ce(n,"*",La),ce(n,"@",Nn),ce(n,"`",Pa),ce(n,"^",xa),ce(n,":",Cn),ce(n,",",ns),ce(n,"$",Ia),ce(n,".",Ut),ce(n,"=",Ra),ce(n,"!",rs),ce(n,"-",qt),ce(n,"%",Da),ce(n,"|",Ma),ce(n,"+",Ha),ce(n,"#",ja),ce(n,"?",Va),ce(n,'"',is),ce(n,"/",$t),ce(n,";",as),ce(n,"~",Zr),ce(n,"_",za),ce(n,"\\",Ca);const r=wt(n,Bo,es,{[ml]:!0});wt(r,Bo,r);const i=wt(n,br,on,{[vl]:!0});wt(i,br,i);const a=wt(n,Vo,bl,{[gl]:!0});wt(a,br),wt(a,Vo,a);const o=wt(n,Au,Of,{[Ou]:!0});ce(n,Tu,ts,{[Ou]:!0}),ce(o,Tu),wt(o,Au,o);const l=wt(n,zo,wf,{[Ef]:!0});wt(l,zo,l),ce(l,Nm,l);const s=ce(l,Lm);wt(s,zo,l);const v=[[br,i]],d=[[br,null],[Vo,a]];for(let u=0;u<Hi.length;u++)Tn(n,Hi[u],_l,on,v);for(let u=0;u<ji.length;u++)Tn(n,ji[u],El,bl,d);rr(_l,{tld:!0,ascii:!0},t),rr(El,{utld:!0,alpha:!0},t),Tn(n,"file",ra,on,v),Tn(n,"mailto",ra,on,v),Tn(n,"http",Or,on,v),Tn(n,"https",Or,on,v),Tn(n,"ftp",Or,on,v),Tn(n,"ftps",Or,on,v),rr(ra,{scheme:!0,ascii:!0},t),rr(Or,{slashscheme:!0,ascii:!0},t),e=e.sort((u,c)=>u[0]>c[0]?1:-1);for(let u=0;u<e.length;u++){const c=e[u][0],y=e[u][1]?{[Am]:!0}:{[Tm]:!0};c.indexOf("-")>=0?y[yl]=!0:br.test(c)?Bo.test(c)?y[na]=!0:y[vl]=!0:y[ml]=!0,wu(n,c,c,y)}return wu(n,"localhost",ai,{ascii:!0}),n.jd=new bt(Ba),{start:n,tokens:Lr({groups:t},Af)}}function Pm(e,t){const n=xm(t.replace(/[A-Z]/g,l=>l.toLowerCase())),r=n.length,i=[];let a=0,o=0;for(;o<r;){let l=e,s=null,v=0,d=null,u=-1,c=-1;for(;o<r&&(s=l.go(n[o]));)l=s,l.accepts()?(u=0,c=0,d=l):u>=0&&(u+=n[o].length,c++),v+=n[o].length,a+=n[o].length,o++;a-=u,o-=c,v-=u,i.push({t:d.t,v:t.slice(a-v,a),s:a-v,e:a})}return i}function xm(e){const t=[],n=e.length;let r=0;for(;r<n;){let i=e.charCodeAt(r),a,o=i<55296||i>56319||r+1===n||(a=e.charCodeAt(r+1))<56320||a>57343?e[r]:e.slice(r,r+2);t.push(o),r+=o.length}return t}function Tn(e,t,n,r,i){let a;const o=t.length;for(let l=0;l<o-1;l++){const s=t[l];e.j[s]?a=e.j[s]:(a=new bt(r),a.jr=i.slice(),e.j[s]=a),e=a}return a=new bt(n),a.jr=i.slice(),e.j[t[o-1]]=a,a}function ku(e){const t=[],n=[];let r=0,i="0123456789";for(;r<e.length;){let a=0;for(;i.indexOf(e[r+a])>=0;)a++;if(a>0){t.push(n.join(""));for(let o=parseInt(e.substring(r,r+a),10);o>0;o--)n.pop();r+=a}else n.push(e[r]),r++}return t}const oi={defaultProtocol:"http",events:null,format:Su,formatHref:Su,nl2br:!1,tagName:"a",target:null,rel:null,validate:!0,truncate:1/0,className:null,attributes:null,ignoreTags:[],render:null};function os(e,t){t===void 0&&(t=null);let n=Lr({},oi);e&&(n=Lr(n,e instanceof os?e.o:e));const r=n.ignoreTags,i=[];for(let a=0;a<r.length;a++)i.push(r[a].toUpperCase());this.o=n,t&&(this.defaultRender=t),this.ignoreTags=i}os.prototype={o:oi,ignoreTags:[],defaultRender(e){return e},check(e){return this.get("validate",e.toString(),e)},get(e,t,n){const r=t!=null;let i=this.o[e];return i&&(typeof i=="object"?(i=n.t in i?i[n.t]:oi[e],typeof i=="function"&&r&&(i=i(t,n))):typeof i=="function"&&r&&(i=i(t,n.t,n)),i)},getObj(e,t,n){let r=this.o[e];return typeof r=="function"&&t!=null&&(r=r(t,n.t,n)),r},render(e){const t=e.render(this);return(this.get("render",null,e)||this.defaultRender)(t,e.t,e)}};function Su(e){return e}function Tf(e,t){this.t="token",this.v=e,this.tk=t}Tf.prototype={isLink:!1,toString(){return this.v},toHref(e){return this.toString()},toFormattedString(e){const t=this.toString(),n=e.get("truncate",t,this),r=e.get("format",t,this);return n&&r.length>n?r.substring(0,n)+"…":r},toFormattedHref(e){return e.get("formatHref",this.toHref(e.get("defaultProtocol")),this)},startIndex(){return this.tk[0].s},endIndex(){return this.tk[this.tk.length-1].e},toObject(e){return e===void 0&&(e=oi.defaultProtocol),{type:this.t,value:this.toString(),isLink:this.isLink,href:this.toHref(e),start:this.startIndex(),end:this.endIndex()}},toFormattedObject(e){return{type:this.t,value:this.toFormattedString(e),isLink:this.isLink,href:this.toFormattedHref(e),start:this.startIndex(),end:this.endIndex()}},validate(e){return e.get("validate",this.toString(),this)},render(e){const t=this,n=this.toHref(e.get("defaultProtocol")),r=e.get("formatHref",n,this),i=e.get("tagName",n,t),a=this.toFormattedString(e),o={},l=e.get("className",n,t),s=e.get("target",n,t),v=e.get("rel",n,t),d=e.getObj("attributes",n,t),u=e.getObj("events",n,t);return o.href=r,l&&(o.class=l),s&&(o.target=s),v&&(o.rel=v),d&&Lr(o,d),{tagName:i,attributes:o,content:a,eventListeners:u}}};function oo(e,t){class n extends Tf{constructor(i,a){super(i,a),this.t=e}}for(const r in t)n.prototype[r]=t[r];return n.t=e,n}const Nu=oo("email",{isLink:!0,toHref(){return"mailto:"+this.toString()}}),Lu=oo("text"),Im=oo("nl"),Vi=oo("url",{isLink:!0,toHref(e){return e===void 0&&(e=oi.defaultProtocol),this.hasProtocol()?this.v:`${e}://${this.v}`},hasProtocol(){const e=this.tk;return e.length>=2&&e[0].t!==ai&&e[1].t===Cn}}),At=e=>new bt(e);function Rm(e){let{groups:t}=e;const n=t.domain.concat([Sa,La,Nn,Ca,Pa,xa,Ia,Ra,qt,es,Da,Ma,Ha,ja,$t,Ba,Zr,za]),r=[Na,Cn,ns,Ut,rs,Va,is,as,ga,ya,Xr,Jr,pa,ha,ma,va,ba,_a,Ea,Oa,wa,Aa,Ta,ka],i=[Sa,Na,La,Ca,Pa,xa,Ia,Ra,qt,Xr,Jr,Da,Ma,Ha,ja,Va,$t,Ba,Zr,za],a=At(),o=ce(a,Zr);ke(o,i,o),ke(o,t.domain,o);const l=At(),s=At(),v=At();ke(a,t.domain,l),ke(a,t.scheme,s),ke(a,t.slashscheme,v),ke(l,i,o),ke(l,t.domain,l);const d=ce(l,Nn);ce(o,Nn,d),ce(s,Nn,d),ce(v,Nn,d);const u=ce(o,Ut);ke(u,i,o),ke(u,t.domain,o);const c=At();ke(d,t.domain,c),ke(c,t.domain,c);const h=ce(c,Ut);ke(h,t.domain,c);const y=At(Nu);ke(h,t.tld,y),ke(h,t.utld,y),ce(d,ai,y);const g=ce(c,qt);ke(g,t.domain,c),ke(y,t.domain,c),ce(y,Ut,h),ce(y,qt,g);const b=ce(y,Cn);ke(b,t.numeric,Nu);const f=ce(l,qt),p=ce(l,Ut);ke(f,t.domain,l),ke(p,i,o),ke(p,t.domain,l);const _=At(Vi);ke(p,t.tld,_),ke(p,t.utld,_),ke(_,t.domain,l),ke(_,i,o),ce(_,Ut,p),ce(_,qt,f),ce(_,Nn,d);const m=ce(_,Cn),E=At(Vi);ke(m,t.numeric,E);const N=At(Vi),k=At();ke(N,n,N),ke(N,r,k),ke(k,n,N),ke(k,r,k),ce(_,$t,N),ce(E,$t,N);const T=ce(s,Cn),C=ce(v,Cn),L=ce(C,$t),w=ce(L,$t);ke(s,t.domain,l),ce(s,Ut,p),ce(s,qt,f),ke(v,t.domain,l),ce(v,Ut,p),ce(v,qt,f),ke(T,t.domain,N),ce(T,$t,N),ke(w,t.domain,N),ke(w,n,N),ce(w,$t,N);const S=[[Xr,Jr],[ha,pa],[ma,va],[ga,ya],[ba,_a],[Ea,Oa],[wa,Aa],[Ta,ka]];for(let P=0;P<S.length;P++){const[R,j]=S[P],$=ce(N,R);ce(k,R,$),ce($,j,N);const W=At(Vi);ke($,n,W);const re=At();ke($,r),ke(W,n,W),ke(W,r,re),ke(re,n,W),ke(re,r,re),ce(W,j,N),ce(re,j,N)}return ce(a,ai,_),ce(a,ts,Im),{start:a,tokens:Af}}function Dm(e,t,n){let r=n.length,i=0,a=[],o=[];for(;i<r;){let l=e,s=null,v=null,d=0,u=null,c=-1;for(;i<r&&!(s=l.go(n[i].t));)o.push(n[i++]);for(;i<r&&(v=s||l.go(n[i].t));)s=null,l=v,l.accepts()?(c=0,u=l):c>=0&&c++,i++,d++;if(c<0)i-=d,i<r&&(o.push(n[i]),i++);else{o.length>0&&(a.push(Fo(Lu,t,o)),o=[]),i-=c,d-=c;const h=u.t,y=n.slice(i-d,i);a.push(Fo(h,t,y))}}return o.length>0&&a.push(Fo(Lu,t,o)),a}function Fo(e,t,n){const r=n[0].s,i=n[n.length-1].e,a=t.slice(r,i);return new e(a,n)}const pt={scanner:null,parser:null,tokenQueue:[],pluginQueue:[],customSchemes:[],initialized:!1};function Mm(){pt.scanner=Cm(pt.customSchemes);for(let e=0;e<pt.tokenQueue.length;e++)pt.tokenQueue[e][1]({scanner:pt.scanner});pt.parser=Rm(pt.scanner.tokens);for(let e=0;e<pt.pluginQueue.length;e++)pt.pluginQueue[e][1]({scanner:pt.scanner,parser:pt.parser});pt.initialized=!0}function Hm(e){return pt.initialized||Mm(),Dm(pt.parser.start,e,Pm(pt.scanner.start,e))}var jm={amp:"&",gt:">",lt:"<",nbsp:" ",quot:'"'},Vm=/^#[xX]([A-Fa-f0-9]+)$/,zm=/^#([0-9]+)$/,Bm=/^([A-Za-z0-9]+)$/,Fm=function(){function e(t){this.named=t}return e.prototype.parse=function(t){if(t){var n=t.match(Vm);if(n)return String.fromCharCode(parseInt(n[1],16));if(n=t.match(zm),n)return String.fromCharCode(parseInt(n[1],10));if(n=t.match(Bm),n)return this.named[n[1]]||"&"+n[1]+";"}},e}(),Um=/[\t\n\f ]/,qm=/[A-Za-z]/,$m=/\r\n?/g;function ct(e){return Um.test(e)}function Cu(e){return qm.test(e)}function Km(e){return e.replace($m,`
|
|
29
|
+
`)}var Wm=function(){function e(t,n,r){r===void 0&&(r="precompile"),this.delegate=t,this.entityParser=n,this.mode=r,this.state="beforeData",this.line=-1,this.column=-1,this.input="",this.index=-1,this.tagNameBuffer="",this.states={beforeData:function(){var i=this.peek();if(i==="<"&&!this.isIgnoredEndTag())this.transitionTo("tagOpen"),this.markTagStart(),this.consume();else{if(this.mode==="precompile"&&i===`
|
|
30
|
+
`){var a=this.tagNameBuffer.toLowerCase();(a==="pre"||a==="textarea")&&this.consume()}this.transitionTo("data"),this.delegate.beginData()}},data:function(){var i=this.peek(),a=this.tagNameBuffer;i==="<"&&!this.isIgnoredEndTag()?(this.delegate.finishData(),this.transitionTo("tagOpen"),this.markTagStart(),this.consume()):i==="&"&&a!=="script"&&a!=="style"?(this.consume(),this.delegate.appendToData(this.consumeCharRef()||"&")):(this.consume(),this.delegate.appendToData(i))},tagOpen:function(){var i=this.consume();i==="!"?this.transitionTo("markupDeclarationOpen"):i==="/"?this.transitionTo("endTagOpen"):(i==="@"||i===":"||Cu(i))&&(this.transitionTo("tagName"),this.tagNameBuffer="",this.delegate.beginStartTag(),this.appendToTagName(i))},markupDeclarationOpen:function(){var i=this.consume();if(i==="-"&&this.peek()==="-")this.consume(),this.transitionTo("commentStart"),this.delegate.beginComment();else{var a=i.toUpperCase()+this.input.substring(this.index,this.index+6).toUpperCase();a==="DOCTYPE"&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.transitionTo("doctype"),this.delegate.beginDoctype&&this.delegate.beginDoctype())}},doctype:function(){var i=this.consume();ct(i)&&this.transitionTo("beforeDoctypeName")},beforeDoctypeName:function(){var i=this.consume();ct(i)||(this.transitionTo("doctypeName"),this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(i.toLowerCase()))},doctypeName:function(){var i=this.consume();ct(i)?this.transitionTo("afterDoctypeName"):i===">"?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeName&&this.delegate.appendToDoctypeName(i.toLowerCase())},afterDoctypeName:function(){var i=this.consume();if(!ct(i))if(i===">")this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData");else{var a=i.toUpperCase()+this.input.substring(this.index,this.index+5).toUpperCase(),o=a.toUpperCase()==="PUBLIC",l=a.toUpperCase()==="SYSTEM";(o||l)&&(this.consume(),this.consume(),this.consume(),this.consume(),this.consume(),this.consume()),o?this.transitionTo("afterDoctypePublicKeyword"):l&&this.transitionTo("afterDoctypeSystemKeyword")}},afterDoctypePublicKeyword:function(){var i=this.peek();ct(i)?(this.transitionTo("beforeDoctypePublicIdentifier"),this.consume()):i==='"'?(this.transitionTo("doctypePublicIdentifierDoubleQuoted"),this.consume()):i==="'"?(this.transitionTo("doctypePublicIdentifierSingleQuoted"),this.consume()):i===">"&&(this.consume(),this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},doctypePublicIdentifierDoubleQuoted:function(){var i=this.consume();i==='"'?this.transitionTo("afterDoctypePublicIdentifier"):i===">"?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(i)},doctypePublicIdentifierSingleQuoted:function(){var i=this.consume();i==="'"?this.transitionTo("afterDoctypePublicIdentifier"):i===">"?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypePublicIdentifier&&this.delegate.appendToDoctypePublicIdentifier(i)},afterDoctypePublicIdentifier:function(){var i=this.consume();ct(i)?this.transitionTo("betweenDoctypePublicAndSystemIdentifiers"):i===">"?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):i==='"'?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):i==="'"&&this.transitionTo("doctypeSystemIdentifierSingleQuoted")},betweenDoctypePublicAndSystemIdentifiers:function(){var i=this.consume();ct(i)||(i===">"?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):i==='"'?this.transitionTo("doctypeSystemIdentifierDoubleQuoted"):i==="'"&&this.transitionTo("doctypeSystemIdentifierSingleQuoted"))},doctypeSystemIdentifierDoubleQuoted:function(){var i=this.consume();i==='"'?this.transitionTo("afterDoctypeSystemIdentifier"):i===">"?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(i)},doctypeSystemIdentifierSingleQuoted:function(){var i=this.consume();i==="'"?this.transitionTo("afterDoctypeSystemIdentifier"):i===">"?(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData")):this.delegate.appendToDoctypeSystemIdentifier&&this.delegate.appendToDoctypeSystemIdentifier(i)},afterDoctypeSystemIdentifier:function(){var i=this.consume();ct(i)||i===">"&&(this.delegate.endDoctype&&this.delegate.endDoctype(),this.transitionTo("beforeData"))},commentStart:function(){var i=this.consume();i==="-"?this.transitionTo("commentStartDash"):i===">"?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData(i),this.transitionTo("comment"))},commentStartDash:function(){var i=this.consume();i==="-"?this.transitionTo("commentEnd"):i===">"?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("-"),this.transitionTo("comment"))},comment:function(){var i=this.consume();i==="-"?this.transitionTo("commentEndDash"):this.delegate.appendToCommentData(i)},commentEndDash:function(){var i=this.consume();i==="-"?this.transitionTo("commentEnd"):(this.delegate.appendToCommentData("-"+i),this.transitionTo("comment"))},commentEnd:function(){var i=this.consume();i===">"?(this.delegate.finishComment(),this.transitionTo("beforeData")):(this.delegate.appendToCommentData("--"+i),this.transitionTo("comment"))},tagName:function(){var i=this.consume();ct(i)?this.transitionTo("beforeAttributeName"):i==="/"?this.transitionTo("selfClosingStartTag"):i===">"?(this.delegate.finishTag(),this.transitionTo("beforeData")):this.appendToTagName(i)},endTagName:function(){var i=this.consume();ct(i)?(this.transitionTo("beforeAttributeName"),this.tagNameBuffer=""):i==="/"?(this.transitionTo("selfClosingStartTag"),this.tagNameBuffer=""):i===">"?(this.delegate.finishTag(),this.transitionTo("beforeData"),this.tagNameBuffer=""):this.appendToTagName(i)},beforeAttributeName:function(){var i=this.peek();if(ct(i)){this.consume();return}else i==="/"?(this.transitionTo("selfClosingStartTag"),this.consume()):i===">"?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):i==="="?(this.delegate.reportSyntaxError("attribute name cannot start with equals sign"),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(i)):(this.transitionTo("attributeName"),this.delegate.beginAttribute())},attributeName:function(){var i=this.peek();ct(i)?(this.transitionTo("afterAttributeName"),this.consume()):i==="/"?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):i==="="?(this.transitionTo("beforeAttributeValue"),this.consume()):i===">"?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):i==='"'||i==="'"||i==="<"?(this.delegate.reportSyntaxError(i+" is not a valid character within attribute names"),this.consume(),this.delegate.appendToAttributeName(i)):(this.consume(),this.delegate.appendToAttributeName(i))},afterAttributeName:function(){var i=this.peek();if(ct(i)){this.consume();return}else i==="/"?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):i==="="?(this.consume(),this.transitionTo("beforeAttributeValue")):i===">"?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.transitionTo("attributeName"),this.delegate.beginAttribute(),this.consume(),this.delegate.appendToAttributeName(i))},beforeAttributeValue:function(){var i=this.peek();ct(i)?this.consume():i==='"'?(this.transitionTo("attributeValueDoubleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):i==="'"?(this.transitionTo("attributeValueSingleQuoted"),this.delegate.beginAttributeValue(!0),this.consume()):i===">"?(this.delegate.beginAttributeValue(!1),this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.transitionTo("attributeValueUnquoted"),this.delegate.beginAttributeValue(!1),this.consume(),this.delegate.appendToAttributeValue(i))},attributeValueDoubleQuoted:function(){var i=this.consume();i==='"'?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):i==="&"?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(i)},attributeValueSingleQuoted:function(){var i=this.consume();i==="'"?(this.delegate.finishAttributeValue(),this.transitionTo("afterAttributeValueQuoted")):i==="&"?this.delegate.appendToAttributeValue(this.consumeCharRef()||"&"):this.delegate.appendToAttributeValue(i)},attributeValueUnquoted:function(){var i=this.peek();ct(i)?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("beforeAttributeName")):i==="/"?(this.delegate.finishAttributeValue(),this.consume(),this.transitionTo("selfClosingStartTag")):i==="&"?(this.consume(),this.delegate.appendToAttributeValue(this.consumeCharRef()||"&")):i===">"?(this.delegate.finishAttributeValue(),this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):(this.consume(),this.delegate.appendToAttributeValue(i))},afterAttributeValueQuoted:function(){var i=this.peek();ct(i)?(this.consume(),this.transitionTo("beforeAttributeName")):i==="/"?(this.consume(),this.transitionTo("selfClosingStartTag")):i===">"?(this.consume(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},selfClosingStartTag:function(){var i=this.peek();i===">"?(this.consume(),this.delegate.markTagAsSelfClosing(),this.delegate.finishTag(),this.transitionTo("beforeData")):this.transitionTo("beforeAttributeName")},endTagOpen:function(){var i=this.consume();(i==="@"||i===":"||Cu(i))&&(this.transitionTo("endTagName"),this.tagNameBuffer="",this.delegate.beginEndTag(),this.appendToTagName(i))}},this.reset()}return e.prototype.reset=function(){this.transitionTo("beforeData"),this.input="",this.tagNameBuffer="",this.index=0,this.line=1,this.column=0,this.delegate.reset()},e.prototype.transitionTo=function(t){this.state=t},e.prototype.tokenize=function(t){this.reset(),this.tokenizePart(t),this.tokenizeEOF()},e.prototype.tokenizePart=function(t){for(this.input+=Km(t);this.index<this.input.length;){var n=this.states[this.state];if(n!==void 0)n.call(this);else throw new Error("unhandled state "+this.state)}},e.prototype.tokenizeEOF=function(){this.flushData()},e.prototype.flushData=function(){this.state==="data"&&(this.delegate.finishData(),this.transitionTo("beforeData"))},e.prototype.peek=function(){return this.input.charAt(this.index)},e.prototype.consume=function(){var t=this.peek();return this.index++,t===`
|
|
31
|
+
`?(this.line++,this.column=0):this.column++,t},e.prototype.consumeCharRef=function(){var t=this.input.indexOf(";",this.index);if(t!==-1){var n=this.input.slice(this.index,t),r=this.entityParser.parse(n);if(r){for(var i=n.length;i;)this.consume(),i--;return this.consume(),r}}},e.prototype.markTagStart=function(){this.delegate.tagOpen()},e.prototype.appendToTagName=function(t){this.tagNameBuffer+=t,this.delegate.appendToTagName(t)},e.prototype.isIgnoredEndTag=function(){var t=this.tagNameBuffer;return t==="title"&&this.input.substring(this.index,this.index+8)!=="</title>"||t==="style"&&this.input.substring(this.index,this.index+8)!=="</style>"||t==="script"&&this.input.substring(this.index,this.index+9)!=="<\/script>"},e}(),Gm=function(){function e(t,n){n===void 0&&(n={}),this.options=n,this.token=null,this.startLine=1,this.startColumn=0,this.tokens=[],this.tokenizer=new Wm(this,t,n.mode),this._currentAttribute=void 0}return e.prototype.tokenize=function(t){return this.tokens=[],this.tokenizer.tokenize(t),this.tokens},e.prototype.tokenizePart=function(t){return this.tokens=[],this.tokenizer.tokenizePart(t),this.tokens},e.prototype.tokenizeEOF=function(){return this.tokens=[],this.tokenizer.tokenizeEOF(),this.tokens[0]},e.prototype.reset=function(){this.token=null,this.startLine=1,this.startColumn=0},e.prototype.current=function(){var t=this.token;if(t===null)throw new Error("token was unexpectedly null");if(arguments.length===0)return t;for(var n=0;n<arguments.length;n++)if(t.type===arguments[n])return t;throw new Error("token type was unexpectedly "+t.type)},e.prototype.push=function(t){this.token=t,this.tokens.push(t)},e.prototype.currentAttribute=function(){return this._currentAttribute},e.prototype.addLocInfo=function(){this.options.loc&&(this.current().loc={start:{line:this.startLine,column:this.startColumn},end:{line:this.tokenizer.line,column:this.tokenizer.column}}),this.startLine=this.tokenizer.line,this.startColumn=this.tokenizer.column},e.prototype.beginDoctype=function(){this.push({type:"Doctype",name:""})},e.prototype.appendToDoctypeName=function(t){this.current("Doctype").name+=t},e.prototype.appendToDoctypePublicIdentifier=function(t){var n=this.current("Doctype");n.publicIdentifier===void 0?n.publicIdentifier=t:n.publicIdentifier+=t},e.prototype.appendToDoctypeSystemIdentifier=function(t){var n=this.current("Doctype");n.systemIdentifier===void 0?n.systemIdentifier=t:n.systemIdentifier+=t},e.prototype.endDoctype=function(){this.addLocInfo()},e.prototype.beginData=function(){this.push({type:"Chars",chars:""})},e.prototype.appendToData=function(t){this.current("Chars").chars+=t},e.prototype.finishData=function(){this.addLocInfo()},e.prototype.beginComment=function(){this.push({type:"Comment",chars:""})},e.prototype.appendToCommentData=function(t){this.current("Comment").chars+=t},e.prototype.finishComment=function(){this.addLocInfo()},e.prototype.tagOpen=function(){},e.prototype.beginStartTag=function(){this.push({type:"StartTag",tagName:"",attributes:[],selfClosing:!1})},e.prototype.beginEndTag=function(){this.push({type:"EndTag",tagName:""})},e.prototype.finishTag=function(){this.addLocInfo()},e.prototype.markTagAsSelfClosing=function(){this.current("StartTag").selfClosing=!0},e.prototype.appendToTagName=function(t){this.current("StartTag","EndTag").tagName+=t},e.prototype.beginAttribute=function(){this._currentAttribute=["","",!1]},e.prototype.appendToAttributeName=function(t){this.currentAttribute()[0]+=t},e.prototype.beginAttributeValue=function(t){this.currentAttribute()[2]=t},e.prototype.appendToAttributeValue=function(t){this.currentAttribute()[1]+=t},e.prototype.finishAttributeValue=function(){this.current("StartTag").attributes.push(this._currentAttribute)},e.prototype.reportSyntaxError=function(t){this.current().syntaxError=t},e}();function Ym(e,t){var n=new Gm(new Fm(jm),t);return n.tokenize(e)}const kf="LinkifyResult",Fa="StartTag",Sf="EndTag",Ol="Chars",Xm="Comment",Jm="Doctype";function Zm(e,t){t===void 0&&(t={});const n=Ym(e),r=[],i=[],a=new os(t,t2);for(let o=0;o<n.length;o++){const l=n[o];if(l.type===Fa){r.push(l);const s=l.tagName.toUpperCase();if(!(s==="A"||a.ignoreTags.indexOf(s)>=0))continue;let d=r.length;e2(s,n,++o,r),o+=r.length-d-1}else if(l.type!==Ol)r.push(l);else{const s=Qm(l.chars,a);r.push.apply(r,s)}}for(let o=0;o<r.length;o++){const l=r[o];switch(l.type){case kf:i.push(l.rendered);break;case Fa:{let s="<"+l.tagName;l.attributes.length>0&&(s+=" "+r2(l.attributes).join(" ")),l.selfClosing&&(s+=" /"),s+=">",i.push(s);break}case Sf:i.push(`</${l.tagName}>`);break;case Ol:i.push(wl(l.chars));break;case Xm:i.push(`<!--${wl(l.chars)}-->`);break;case Jm:{let s=`<!DOCTYPE ${l.name}`;l.publicIdentifier&&(s+=` PUBLIC "${l.publicIdentifier}"`),l.systemIdentifier&&(s+=` "${l.systemIdentifier}"`),s+=">",i.push(s);break}}}return i.join("")}function Qm(e,t){const n=Hm(e),r=[];for(let i=0;i<n.length;i++){const a=n[i];a.t==="nl"&&t.get("nl2br")?r.push({type:Fa,tagName:"br",attributes:[],selfClosing:!0}):!a.isLink||!t.check(a)?r.push({type:Ol,chars:a.toString()}):r.push({type:kf,rendered:t.render(a)})}return r}function e2(e,t,n,r){let i=1;for(;n<t.length&&i>0;){let a=t[n];a.type===Fa&&a.tagName.toUpperCase()===e?i++:a.type===Sf&&a.tagName.toUpperCase()===e&&i--,r.push(a),n++}return r}function t2(e){let{tagName:t,attributes:n,content:r}=e;return`<${t} ${n2(n)}>${wl(r)}</${t}>`}function wl(e){return e.replace(/</g,"<").replace(/>/g,">")}function Nf(e){return e.replace(/"/g,""")}function n2(e){const t=[];for(const n in e){const r=e[n]+"";t.push(`${n}="${Nf(r)}"`)}return t.join(" ")}function r2(e){const t=[];for(let n=0;n<e.length;n++){const r=e[n][0],i=e[n][1]+"";t.push(`${r}="${Nf(i)}"`)}return t}const Lf="en",i2=document.documentElement.lang.slice(0,2)||Lf,Cf=Ih({warnHtmlMessage:!1,fallbackRootWithEmptyString:!1,silentTranslationWarn:!0,allowComposition:!0,legacy:!1,globalInjection:!0,locale:i2,fallbackLocale:Lf}),Ce=Cf.global;function a2(e){for(const t in e)Ce.setLocaleMessage(t,e[t])}var Al=(e=>(e[e.Accept=0]="Accept",e[e.Error=1]="Error",e[e.Cancel=2]="Cancel",e[e.Close=3]="Close",e[e.Open=4]="Open",e[e.CheckResult=5]="CheckResult",e))(Al||{}),et=(e=>(e[e.Invalid=0]="Invalid",e[e.PerUnit=1]="PerUnit",e[e.PerPerson=2]="PerPerson",e[e.PerAdult=3]="PerAdult",e[e.PerChild=4]="PerChild",e[e.PerNight=5]="PerNight",e[e.PerPersonPerNight=6]="PerPersonPerNight",e[e.PerAdultPerNight=7]="PerAdultPerNight",e[e.PerChildPerNight=8]="PerChildPerNight",e[e.Consumption=9]="Consumption",e[e.EarlyCheckIn=10]="EarlyCheckIn",e[e.EarlyCheckOut=11]="EarlyCheckOut",e[e.OneTimePayment=12]="OneTimePayment",e))(et||{}),Cr=(e=>(e[e.None=0]="None",e[e.AskForCreditCard=2]="AskForCreditCard",e[e.Stripe=18]="Stripe",e[e.DIBS=47]="DIBS",e[e.EasyPay=56]="EasyPay",e[e.ReePay=57]="ReePay",e))(Cr||{}),Pf=(e=>(e.Selective="selective",e.Wholesale="wholesale",e.Simplified="simplified",e.Template="template",e.Event="event",e))(Pf||{}),xf=(e=>(e.Default="default",e.Minimal="minimal",e))(xf||{}),If=(e=>(e[e.InitialState=0]="InitialState",e[e.WaitingForResponse=1]="WaitingForResponse",e[e.ReadyToPay=2]="ReadyToPay",e[e.PaymentSuccess=3]="PaymentSuccess",e))(If||{}),Rf=(e=>(e[e.None=0]="None",e[e.Hourly=1]="Hourly",e[e.FullDayEvent=2]="FullDayEvent",e[e.Weekly=3]="Weekly",e))(Rf||{}),Df=(e=>(e[e.InitialState=0]="InitialState",e[e.AvailabilityState=1]="AvailabilityState",e[e.ReservationState=2]="ReservationState",e[e.PaymentState=3]="PaymentState",e))(Df||{});function o2(e){switch(e){case et.PerUnit:return Ce.t("general.perUnit");case et.PerPerson:return Ce.t("general.perPerson");case et.PerAdult:return Ce.t("general.perAdult");case et.PerChild:return Ce.t("general.perChild");case et.PerNight:return Ce.t("general.perNight");case et.PerPersonPerNight:return Ce.t("general.perPersonPerNight");case et.PerAdultPerNight:return Ce.t("general.perAdultPerNight");case et.PerChildPerNight:return Ce.t("general.perChildPerNight")}}function Mf(e,t,n,r=0,i=0){switch(t){case et.PerUnit:return e;case et.PerPerson:return e*(r+i);case et.PerAdult:return e*r;case et.PerChild:return e*i;case et.PerNight:return e*n;case et.PerPersonPerNight:return e*(r+i)*n;case et.PerAdultPerNight:return e*r*n;case et.PerChildPerNight:return e*i*n;case et.OneTimePayment:return e;default:return e}}function Pu(e){return e===void 0?e:e.replace(/([!?.])([a-z])/g,function(t,n,r){return r.toUpperCase()})}function l2(e){return e!==void 0?Zm(e,{defaultProtocol:"https",target:"_blank",rel:"noopener",nl2br:!0}):""}function xu(e){switch(e){case 2:return Ce.t("booking.reservation.nameTitleMr");case 3:return Ce.t("booking.reservation.nameTitleMs");case 4:return Ce.t("booking.reservation.nameTitleMrs");case 5:return Ce.t("booking.reservation.nameTitleDr");default:return""}}function s2(e){let t,n,r,i,a,o,l,s,v,d=0,u=0,c="";const h="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",y=[];if(!e)return e;do t=e.charCodeAt(d++),n=e.charCodeAt(d++),r=e.charCodeAt(d++),s=t<<16|n<<8|r,i=63&s>>18,a=63&s>>12,o=63&s>>6,l=63&s,y[u++]=h.charAt(i)+h.charAt(a)+h.charAt(o)+h.charAt(l);while(d<e.length);return c=y.join(""),v=e.length%3,(v?c.slice(0,v-3):c)+"===".slice(v||3)}function u2(e){return e.toLowerCase()}function c2(e){return new Date(e).toISOString()}function ls(e,t){const n=new Date(e),r=new Date(t),i=r.getTime()-n.getTime();return Math.round(i/(1e3*60*60*24))}function cn(e=!1){return e?document.documentElement.lang||"en-US":document.documentElement.lang.slice(0,2)||"en"}function mi(e=10){const t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",n=t.length;let r="";for(let i=0;i<e;i++)r+=t.charAt(Math.floor(Math.random()*n));return r}function ia(e,t=0){let n=new Date(e);n=new Date(n.setDate(n.getDate()+t));let r;switch(cn()){case"da":case"se":r={0:"jan",1:"feb",2:"mar",3:"apr",4:"maj",5:"jun",6:"jul",7:"aug",8:"sep",9:"okt",10:"nov",11:"dec"};break;case"no":r={0:"jan",1:"feb",2:"mar",3:"apr",4:"mai",5:"jun",6:"jul",7:"aug",8:"sep",9:"okt",10:"nov",11:"des"};break;case"de":r={0:"jan",1:"feb",2:"mär",3:"apr",4:"mai",5:"jun",6:"jul",7:"aug",8:"sep",9:"okt",10:"nov",11:"dez"};break;case"fi":r={0:"tam",1:"hel",2:"maa",3:"huh",4:"tou",5:"kes",6:"hei",7:"elo",8:"syy",9:"lok",10:"mar",11:"jou"};break;case"fr":r={0:"jan",1:"feb",2:"mar",3:"apr",4:"mai",5:"jun",6:"jui",7:"aoû",8:"sep",9:"okt",10:"nov",11:"dec"};break;case"it":r={0:"gen",1:"feb",2:"mar",3:"apr",4:"mag",5:"giu",6:"lug",7:"ago",8:"set",9:"ott",10:"nov",11:"dic"};break;default:r={0:"Jan",1:"Feb",2:"Mar",3:"Apr",4:"May",5:"Jun",6:"Jul",7:"Aug",8:"Sep",9:"Oct",10:"Nov",11:"Dec"};break}return`${n.getDate()} ${r[n.getMonth()]} ${n.getFullYear()}`}function f2(e){const t=e.sort();for(let n=1;n<t.length;n++)if(t[n]!=t[n-1]+1)return!1;return!0}function d2(e){let t=e;const n=[6,7],r=e.split(",").map(Number);let i;switch(cn()){case"da":i={1:"Man",2:"Tir",3:"Ons",4:"Tor",5:"Fre",6:"Lør",7:"Søn"};break;default:i={1:"Mon",2:"Tue",3:"Wed",4:"Thu",5:"Fri",6:"Sat",7:"Sun"};break}return r.length===7?t=Ce.t("general.everyday"):n.some(a=>r.includes(a))?t=Ce.t("general.weekends"):f2(r)&&r.length>1?t=`${i[r[0]]} - ${i[r[r.length-1]]}`:t="-",t}function h2(e,t,n=!1){if(n){const r=e.split("-");e=`${r[1]}-${r[0]}-${r[2]}`;const i=t.split("-");t=`${i[1]}-${i[0]}-${i[2]}`}return e===t?`${ia(e)}}`:`${ia(e)} - ${ia(t)}`}function aa(e){let t=e;const n=e.split(":");return n[2]&&(t=`${n[0]}:${n[1]}`),t}function p2(e,t){return e===t?aa(e):`${aa(e)} - ${aa(t)}`}function m2(e,t){return new Intl.NumberFormat(cn(!0),{style:"currency",currency:t}).format(e)}function v2(e){return e?e.charAt(0).toUpperCase()+e.slice(1):""}const Iu=2,Ru=0,Du=()=>new Date(new Date(new Date().setDate(new Date().getDate()+1)).setHours(12,0,0,0)),Mu=()=>new Date(new Date(new Date().setDate(new Date().getDate()+2)).setHours(12,0,0,0)),Hu=NaN,Ua=pn("availability",()=>{const e=Qe("konnectio_expiry_date",new Date,void 0,{serializer:Ye.date}),t=Qe("konnectio_adults",Iu,void 0,{serializer:Ye.number}),n=Qe("konnectio_children",Ru,void 0,{serializer:Ye.number}),r=Qe("konnectio_arrival_date",Du(),void 0,{serializer:Ye.date}),i=Qe("konnectio_departure_date",Mu(),void 0,{serializer:Ye.date}),a=Qe("konnectio_location",Hu,void 0,{serializer:Ye.number});function o(h){const y=new Date(h),g=""+y.getFullYear();let b=""+(y.getMonth()+1),f=""+y.getDate();return b.length<2&&(b="0"+b),f.length<2&&(f="0"+f),[g,b,f].join("-")}const l=A.computed(()=>new Date(e.value)<new Date),s=A.computed(()=>o(r.value)),v=A.computed(()=>o(i.value)),d=A.computed(()=>ls(r.value,i.value));function u(){const y=new Date(new Date().getTime()+432e5);e.value=y}function c(){t.value=Iu,n.value=Ru,r.value=Du(),i.value=Mu(),a.value=Hu,u()}return{fromDate:s,toDate:v,expiryDate:e,adults:t,children:n,arrivalDate:r,departureDate:i,location:a,isExpired:l,nights:d,setNewExpiryDate:u,reset:c}}),Tl=e=>typeof e=="function",g2=Object.prototype.toString,y2=e=>g2.call(e),Uo=e=>y2(e)==="[object Object]";function kl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ju(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Sl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?ju(Object(n),!0).forEach(function(r){kl(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):ju(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}var b2=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return new Promise(function(r,i){if(!(typeof document>"u")){var a=document.head||document.getElementsByTagName("head")[0],o=document.createElement("script");if(o.async=!0,o.src=t,o.defer=n.defer,n.preconnectOrigin){var l=document.createElement("link");l.href=n.preconnectOrigin,l.rel="preconnect",a.appendChild(l)}a.appendChild(o),o.onload=r,o.onerror=i}})},_2=function e(t){for(var n=arguments.length,r=new Array(n>1?n-1:0),i=1;i<n;i++)r[i-1]=arguments[i];if(!r.length)return t;var a=r.shift();if(!(!Uo(t)||!Uo(a))){for(var o in a)Uo(a[o])?(t[o]||Object.assign(t,kl({},o,{})),e(t[o],a[o])):Object.assign(t,kl({},o,a[o]));return e.apply(void 0,[t].concat(r))}},vi=function(){return!(typeof window>"u"||typeof document>"u")},Vu=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;vi()},E2=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return Vu('Missing "appName" property inside the plugin options.',t.app_name==null),Vu('Missing "name" property in the route.',t.screen_name==null),t};function O2(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:"",n=e.split("/"),r=t.split("/");return n[0]===""&&t[t.length-1]==="/"&&n.shift(),r.join("/")+n.join("/")}var w2=function(){return{bootstrap:!0,onReady:null,onError:null,onBeforeTrack:null,onAfterTrack:null,pageTrackerTemplate:null,customResourceURL:"https://www.googletagmanager.com/gtag/js",customPreconnectOrigin:"https://www.googletagmanager.com",deferScriptLoad:!1,pageTrackerExcludedRoutes:[],pageTrackerEnabled:!0,enabled:!0,disableScriptLoad:!1,pageTrackerScreenviewEnabled:!1,appName:null,pageTrackerUseFullPath:!1,pageTrackerPrependBase:!0,pageTrackerSkipSamePath:!0,globalDataLayerName:"dataLayer",globalObjectName:"gtag",defaultGroupName:"default",includes:null,config:{id:null,params:{send_page_view:!1}}}},Hf={},jf=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=w2();Hf=_2(n,t)},_t=function(){return Hf},or=function(){var e,t=_t(),n=t.globalObjectName;!vi()||typeof window[n]>"u"||(e=window)[n].apply(e,arguments)},ss=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=_t(),i=r.config,a=r.includes;or.apply(void 0,["config",i.id].concat(t)),Array.isArray(a)&&a.forEach(function(o){or.apply(void 0,["config",o.id].concat(t))})},zu=function(t,n){vi()&&(window["ga-disable-".concat(t)]=n)},Vf=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0,t=_t(),n=t.config,r=t.includes;zu(n.id,e),Array.isArray(r)&&r.forEach(function(i){return zu(i.id,e)})},zf=function(){Vf(!0)},A2=function(){Vf(!1)},Bf,T2=function(t){Bf=t},us=function(){return Bf},Ct=function(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=_t(),r=n.includes,i=n.defaultGroupName;t.send_to==null&&Array.isArray(r)&&r.length&&(t.send_to=r.map(function(a){return a.id}).concat(i)),or("event",e,t)},Ff=function(e){if(vi()){var t;if(typeof e=="string")t={page_path:e};else if(e.path||e.fullPath){var n=_t(),r=n.pageTrackerUseFullPath,i=n.pageTrackerPrependBase,a=us(),o=a&&a.options.base,l=r?e.fullPath:e.path;t=Sl(Sl({},e.name&&{page_title:e.name}),{},{page_path:i?O2(l,o):l})}else t=e;t.page_location==null&&(t.page_location=window.location.href),t.send_page_view==null&&(t.send_page_view=!0),Ct("page_view",t)}},Uf=function(e){var t=_t(),n=t.appName;if(e){var r;typeof e=="string"?r={screen_name:e}:r=e,r.app_name=r.app_name||n,Ct("screen_view",r)}},k2=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];Ct.apply(void 0,["exception"].concat(t))},S2=function(e){ss("linker",e)},N2=function(e){Ct("timing_complete",e)},L2=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];or.apply(void 0,["set"].concat(t))},C2=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];Ct.apply(void 0,["refund"].concat(t))},qf=function(e){Ct("purchase",e)},P2=function(e){ss({custom_map:e})},x2=Object.freeze({__proto__:null,query:or,config:ss,optOut:zf,optIn:A2,pageview:Ff,screenview:Uf,exception:k2,linker:S2,time:N2,set:L2,refund:C2,purchase:qf,customMap:P2,event:Ct}),I2=function(t){t.config.globalProperties.$gtag=x2},R2=function(){if(vi()){var e=_t(),t=e.enabled,n=e.globalObjectName,r=e.globalDataLayerName;return window[n]==null&&(window[r]=window[r]||[],window[n]=function(){window[r].push(arguments)}),window[n]("js",new Date),t||zf(),window[n]}},Bu=function(t){return Sl({send_page_view:!1},t)},$f=function(){var e=_t(),t=e.config,n=e.includes;or("config",t.id,Bu(t.params)),Array.isArray(n)&&n.forEach(function(r){or("config",r.id,Bu(r.params))})},Fu=function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=_t(),r=n.appName,i=n.pageTrackerTemplate,a=n.pageTrackerScreenviewEnabled,o=n.pageTrackerSkipSamePath;if(!(o&&e.path===t.path)){var l=e;if(Tl(i)?l=i(e,t):a&&(l=E2({app_name:r,screen_name:e.name})),a){Uf(l);return}Ff(l)}},Uu=function(t){var n=_t(),r=n.pageTrackerExcludedRoutes;return r.includes(t.path)||r.includes(t.name)},D2=function(){var e=_t(),t=e.onBeforeTrack,n=e.onAfterTrack,r=us();r.isReady().then(function(){A.nextTick().then(function(){var i=r.currentRoute;$f(),!Uu(i.value)&&Fu(i.value)}),r.afterEach(function(i,a){A.nextTick().then(function(){Uu(i)||(Tl(t)&&t(i,a),Fu(i,a),Tl(n)&&n(i,a))})})})},Kf=function(){var e=_t(),t=e.onReady,n=e.onError,r=e.globalObjectName,i=e.globalDataLayerName,a=e.config,o=e.customResourceURL,l=e.customPreconnectOrigin,s=e.deferScriptLoad,v=e.pageTrackerEnabled,d=e.disableScriptLoad,u=!!(v&&us());if(R2(),u?D2():$f(),!d)return b2("".concat(o,"?id=").concat(a.id,"&l=").concat(i),{preconnectOrigin:l,defer:s}).then(function(){t&&t(window[r])}).catch(function(c){return n&&n(c),c})},M2=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;I2(t),jf(n),T2(r),_t().bootstrap&&Kf()};const Wf=pn("applyGiftCard",()=>{const{display:e}=Mr(),{bearerToken:t}=Pn(xn()),n=A.ref(0),r=A.ref(""),i=A.ref(""),a=A.ref(""),o=A.ref(!1),l=A.ref(!1);async function s(){r.value!==""?(l.value=!0,await sn.get("https://production.hotel-service.konnectio.dk/api/gift-card/validate",{params:{giftcardCode:r.value,lang:cn()},headers:{Authorization:t.value,Accept:"application/json","Fresh-Booking-Ver":"4.0.56-rc2"}}).then(d=>{const{valid:u,amount:c,expirationDate:h,productName:y}=d.data;u?(n.value=c,i.value=h,a.value=y,o.value=!0,e({message:Ce.t("alert.success.giftCardApplied"),type:"success"})):(o.value=!1,e({message:Ce.t("alert.error.giftCardInvalid"),type:"warning"}))}),l.value=!1):e({message:Ce.t("alert.error.giftCardEmpty"),type:"error"})}function v(){n.value=0,r.value="",o.value=!1,e({message:Ce.t("alert.success.giftCardRemoved"),type:"success"})}return{amount:n,voucher:r,expirationDate:i,productName:a,isValid:o,isLoading:l,apply:s,reset:v}}),Gf=pn("payment",()=>{const{display:e}=Mr(),{paymentGatewayId:t}=Pn(xn()),n=A.ref({}),r=A.computed(()=>t.value!==Cr.None),i=A.computed(()=>n.value&&n.value.guest?n.value.guest.name:""),a=A.computed(()=>n.value&&n.value.guest?n.value.guest.email:""),o=A.computed(()=>n.value&&n.value.guest?n.value.guest.phone:""),l=A.computed(()=>n.value.adults),s=A.computed(()=>n.value.children),v=A.computed(()=>n.value.totalPrice||0),d=A.computed(()=>n.value.totalVAT||0),u=A.computed(()=>n.value.offerDate),c=A.computed(()=>v.value-d.value),h=A.computed(()=>n.value.orderLinesSummary),y=A.computed(()=>h.value?h.value.length>0:!1);async function g({callback:b,response:f}){if(!f.error)if(!f.offer)e({message:Ce.t("booking.other.errorMessage"),type:"warning"});else if(n.value=f.offer,f.easyPayment)if(b(),t.value===Cr.ReePay){const p=new Reepay.EmbeddedCheckout(f.easyPayment.paymentID,{html_element:"fresh-booking-payment-checkout"});p.addEventHandler(Al.Accept,()=>{e({message:Ce.t("alert.success.payment"),type:"success"}),b()}),p.addEventHandler(Al.Error,()=>{e({message:Ce.t("alert.error.payment"),type:"warning"})})}else{const p={checkoutKey:f.easyPayment.checkoutSecretKey,paymentId:f.easyPayment.paymentID,containerId:"fresh-booking-payment-checkout",language:cn()==="da"?"da-DK":"en-GB"},_=new Dibs.Checkout(p);_.on("payment-completed",()=>{console.log("Konnectio: Payment completed!"),e({message:Ce.t("alert.success.payment"),type:"success"}),qf({transaction_id:f.offer.uniqueID,affiliation:"Konnectio Reservation",value:f.offer.totalPrice,tax:f.offer.totalVAT,shipping:0,items:f.offer.rooms.map(m=>({item_id:m.id,item_name:`${m.roomGroupName} (${m.roomGroupRatePlanName})`,quantity:1,price:m.totalPrice,start_date:m.arriveDate,end_date:m.leaveDate}))}),b()}),_.on("pay-initialized",()=>{_.send("payment-order-finalized",!0)})}else b(2)}return{offerData:n,hasPaymentGateway:r,name:i,email:a,phone:o,adults:l,children:s,totalPrice:v,totalVAT:d,offerDate:u,subTotalPrice:c,orderSummary:h,hasOrderLines:y,pay:g}}),Yf=pn("hotel",()=>{const e=cs(),t=Gf(),{voucher:n,amount:r}=Pn(Wf()),{display:i}=Mr(),{adults:a,children:o,arrivalDate:l,departureDate:s,fromDate:v,toDate:d,nights:u,location:c}=Pn(Ua()),{metaData:h,bearerToken:y,arrivalDefault:g,departureDefault:b,disableArrivalUserSelection:f,disableDepartureUserSelection:p}=Pn(xn()),_=xn(),m=A.ref({}),E=A.computed(()=>{const _e=[];for(const Se in m.value){const De=parseInt(Se),Me=w.value.roomGroups.find(Mt=>Mt.id===De),$e=Me?.addons,Dt=Me?.title||"",Qt={roomGroupID:De,title:Dt,addons:$e};m.value[De].forEach(Mt=>{const Ht=Mt.id,jt=Me?.rates.find($n=>$n.id===Ht),Ve=[];if(jt){const{name:$n,occupantRates:jr}=jt,ur={ratePlanID:Ht,name:$n},Kn=[];Mt.config.forEach((Wn,Ze)=>{const cr=Wn.units,fr=Wn.addons;if(cr>0)for(let en=0;en<cr;en++){const Gn=jr.find(Vt=>Vt.index===Wn.id);if(!Gn)continue;const{adultsCount:dr,childrenCount:rt}=Gn;let{totalPrice:hr}=Gn;ot.value&&(hr=ot.value.offer.rooms.find(Vt=>Vt.ratePlanID===Ht&&Vt.roomGroupID===De)?.totalHotelPrice);const pr=[];if($e){for(const Vt in fr[en]){const Yn=parseInt(Vt),Xn=fr[en][Yn];if(Xn>0){const{name:bn,price:Jn,quantityStrategy:_n}=$e.find(Ot=>Ot.id===Yn);pr.push({addonID:Yn,name:bn,price:Jn,quantity:Xn,totalPrice:Mf(Jn,_n,u.value,dr,rt)*Xn})}}Kn.push({configIdx:Ze,roomIdx:en,adultsCount:dr,childrenCount:rt,totalPrice:hr,roomAddons:pr})}}}),Kn.length>0&&(ur.rooms=Kn,Ve.push(ur))}Ve.length>0&&(Qt.variants=Ve)}),Qt.variants&&_e.push(Qt)}return _e});function N(){for(const _e in m.value){const Se=parseInt(_e);m.value[Se].forEach(De=>{De.config.forEach(Me=>{Me.units=0})})}}const k=A.computed(()=>E.value.every(_e=>_e.addons?.length===0)),T=A.computed(()=>E.value.length>0);function C(_e,Se,De){m.value[_e][Se].config[De].units=0}const L=A.computed(()=>{let _e=0;const Se=0-r.value;if(F.value)_e=Se+Te.value.extraPrice;else{const De=E.value.flatMap(({variants:Me})=>Me).flatMap(({rooms:Me})=>Me).reduce((Me,{totalPrice:$e})=>Me+$e,Se);_e=E.value.flatMap(({variants:Me})=>Me).flatMap(({rooms:Me})=>Me).flatMap(({roomAddons:Me})=>Me).reduce((Me,{totalPrice:$e})=>Me+$e,De)}return _e}),w=A.ref({}),S=A.ref(!0),P=A.ref(0),R=A.ref(NaN),j=A.ref(NaN),$=A.ref(""),W=A.ref(""),re=A.ref(""),K=A.ref(""),M=A.ref(""),x=Qe("konnectio_name","",void 0,{serializer:Ye.string}),H=Qe("konnectio_nameTitle",2,void 0,{serializer:Ye.number}),V=Qe("konnectio_email","",void 0,{serializer:Ye.string}),G=Qe("konnectio_phone","",void 0,{serializer:Ye.string}),U=Qe("konnectio_company","",void 0,{serializer:Ye.string}),D=Qe("konnectio_postal","",void 0,{serializer:Ye.string}),q=Qe("konnectio_city","",void 0,{serializer:Ye.string}),X=Qe("konnectio_country",57,void 0,{serializer:Ye.number}),Z=Qe("konnectio_address","",void 0,{serializer:Ye.string}),ne=A.ref(""),ue=A.ref(""),me=A.ref(!1),z=A.ref(!1),F=A.computed(()=>!isNaN(R.value)),Q=()=>_.metaData.hotels.findIndex(_e=>_e.id===c.value),le=A.computed(()=>_.metaData.hotels[Q()]),de=A.computed(()=>_.metaData.hotels&&_.metaData.hotels.length>1),Y=A.computed(()=>_.metaData.hotels?_.metaData.hotels.flatMap(_e=>({value:_e.id,label:_e.name})):[]),ee=A.computed(()=>le.value.termsOfService?le.value.termsOfService:""),se=A.computed(()=>le.value.country?le.value.country.name:""),fe=A.computed(()=>_.metaData.countries?_.metaData.countries:[]),ae=A.computed(()=>le.value.name?le.value.name:""),Oe=A.computed(()=>_.metaData&&Object.keys(_.metaData).length!==0),he=A.computed(()=>Object.keys(w.value).length!==0),J=A.computed(()=>!(!x.value[1]||!V.value||!(G.value.length>=5)||!D.value||!q.value||!Z.value)),oe=A.computed(()=>P.value===1&&S.value),we=A.computed(()=>P.value===3&&S.value),ye=A.computed(()=>{if(w.value.templates)return w.value.templates.find(_e=>_e.id===R.value)});function nt(_e){if(ye.value)return ye.value.templateRoomGroups.find(Se=>Se.roomGroupID===_e)}const Te=A.computed(()=>{if(ye.value)return ye.value.templateRoomGroups.find(_e=>_e.id===j.value)});function Fe(_e){return w.value.roomGroups.find(Se=>Se.id===_e)}function vn(_e,Se){return`[REMARKS]: ${ne.value} \r
|
|
32
|
+
[ALLERGIES]: ${ue.value} \r
|
|
33
|
+
[REQUESTED ARRIVAL]: ${_e} \r
|
|
34
|
+
[REQUESTED DEPARTURE]: ${Se}`}function Vn(_e,Se,De,Me){const Dt=(Se?De:Me?W.value:re.value).split(":");return c2(new Date(_e).setUTCHours(parseInt(Dt[0]),parseInt(Dt[1]),0,0))}function zn(_e){return ls(l.value,s.value)*_e}async function gn(){try{const _e=(await sn.get("https://production.hotel-service.konnectio.dk/api/hotel/metadata",{params:{language:cn()},headers:{Authorization:y.value,Accept:"application/json","Fresh-Booking-Ver":"4.0.56-rc2"}})).data;h.value=_e}catch{i({message:Ce.t("alert.error.couldntFetchMetadata"),type:"warning"})}}async function Bn(){P.value=1,S.value=!0;let _e=c.value;isNaN(_e)&&(_e=null);try{const Se=await sn.get("https://production.hotel-service.konnectio.dk/api/hotel/availability",{params:{fromDate:l.value,toDate:s.value,adultsCount:a.value,childrenCount:o.value,language:cn(),hotelId:_e},headers:{Authorization:y.value,Accept:"application/json","Konnectio-Ver":"4.0.56-rc2"}});Se.status!==200?i({message:`${Ce.t("booking.other.errorMessage")} (HTTP: ${Se.status})`,type:"warning"}):(w.value=Se.data,e.viewItemList())}catch{i({message:Ce.t("alert.error.couldntFetchListings"),type:"warning"})}S.value=!1}function Rt(_e=!1){const Se=[];isNaN(R.value)?E.value.forEach(({variants:$e,roomGroupID:Dt})=>{$e?.forEach(({rooms:Qt,ratePlanID:Mt})=>{Qt?.forEach(({adultsCount:Ht,childrenCount:jt,roomAddons:Ve})=>{Se.push({roomGroupID:Dt,ratePlanID:Mt,adultsCount:Ht,childrenCount:jt,guest:{name:x.value,phone:G.value,email:V.value},roomAddons:Ve})})})}):Se.push({templateID:R.value,roomGroupID:j.value,ratePlanID:null,adultsCount:a.value,childrenCount:o.value,roomAddons:[],guest:{title:xu(H.value),guestID:0,name:x.value,email:V.value,phone:G.value,newsmails:me.value}});let De=c.value;return isNaN(De)&&(De=null),{offerID:ot.value?ot.value.offer.id:null,fromDate:v.value,toDate:d.value,hotelId:De,guest:{travellingFor:$.value,title:xu(H.value),guestID:0,name:x.value,email:V.value,firmName:U.value,phone:G.value,country:X.value,address1:Z.value,postal:String(D.value),city:q.value,newsmails:me.value},giftCardCode:n.value,discountCode:_e?M.value:K.value,selectedRooms:Se,remark:vn(Vn(l.value,f.value,g.value,!0),Vn(s.value,p.value,b.value,!1)),checkoutUrl:window.location.origin,privacyUrl:window.location.origin,termsOfserviceURL:window.location.origin}}const ot=A.ref(),lt=A.ref(!1);async function yn(){lt.value=!0,sn.post("https://production.hotel-service.konnectio.dk/api/hotel/validate-discount-code",Rt(),{headers:{Authorization:y.value,Accept:"application/json","Konnectio-Ver":"4.0.56-rc2"}}).then(_e=>{lt.value=!1;const Se=_e.data;Se.discountApplyed===!0?(ot.value=Se,M.value=K.value,K.value="",i({message:`${Ce.t("alert.success.discountCodeApplied")}`,type:"success"})):i({message:`${Ce.t("alert.error.discountCodeInvalid")}`,type:"error"})}).catch(()=>{lt.value=!1,i({message:`${Ce.t("alert.error.discountCodeValidation")}`,type:"warning"})})}const Fn=A.computed(()=>ot.value?.offer.properties);function Jt(){ot.value=void 0,K.value="",M.value=""}async function Un(_e){P.value=3,S.value=!0,await sn.post("https://production.hotel-service.konnectio.dk/api/hotel/create-reservation",Rt(!0),{headers:{Authorization:y.value,Accept:"application/json","Konnectio-Ver":"4.0.56-rc2"}}).then(Se=>{z.value=!1,S.value=!1,t.pay({callback:_e,response:Se.data})}).catch(Se=>{if(S.value=!1,P.value=2,Se.response){const{status:De}=Se.response;i(De===433?{message:Ce.t("alert.error.noRoomAvailable"),type:"error"}:{message:Ce.t("booking.other.errorMessage"),type:"warning"})}else i({message:Ce.t("booking.other.errorMessage"),type:"warning"})})}function Zt(){R.value=NaN,j.value=NaN}function qn(){Bn()}return{isValidatingDiscountCode:lt,discountVouchers:Fn,discountCode:K,appliedDiscountCode:M,resetDiscountVoucher:Jt,clearRoomSelection:N,validateDiscountCode:yn,isTemplateReservation:F,selectionHasNoAddons:k,hasHotelList:de,hotelList:Y,areListingsLoading:oe,roomSelect:m,removeRoom:C,termsOfService:ee,metaData:h,availabilityData:w,isLoading:S,moduleState:P,templateID:R,roomGroupID:j,travelingFor:$,arrivalTime:W,departureTime:re,name:x,nameTitle:H,email:V,phone:G,firmName:U,postal:D,city:q,country:X,address:Z,remark:ne,allergies:ue,newsMails:me,roomDisplay:E,isPaymentInitialized:z,nights:u,hotelCountry:se,countries:fe,title:ae,isMetaDataAvailable:Oe,isAvailabilityDataAvailable:he,totalPrice:L,selectedPackage:ye,isPaymentLoading:we,getSingleListing:Fe,getSpecifiedPackageRoom:nt,getBasePrice:zn,getSelectedPackageRoom:Te,isReservationFormFilled:J,hasValidRoomSelection:T,fetchMetaData:gn,fetchAvailabilityData:Bn,createReservation:Un,resetTemplate:Zt,initialize:qn,reservationPayload:Rt,discountPayload:ot}}),cs=pn("tracking",()=>{const e=xn(),t=Yf(),n=A.computed(()=>{const c=[];return t.roomDisplay.forEach(({variants:h})=>{h?.forEach(({rooms:y,name:g})=>{y?.forEach(({totalPrice:b})=>{c.push({name:g,quantity:1,price:b})})})}),{items:c,value:t.totalPrice}}),r=A.computed(()=>t.availabilityData.roomGroups.map(c=>({item_id:c.id,item_name:c.title})));function i(){jf({appName:"Konnectio Booking Engine",config:{id:e.googleApiKey,params:{send_page_view:!1}},enabled:e.enableTracking}),Kf().then(()=>{})}function a(){Ct("view_item_list",{item_list_id:"hotel_rooms",item_list_name:"Hotel rooms",event_label:"Fetched hotel room list",event_category:"ecommerce",items:r.value})}function o({id:c,name:h,value:y,label:g,category:b="general"}){return{items:[{item_id:c,item_name:h}],event_label:g,event_category:b,value:y,currency:e.currency}}function l(c,h){Ct(c,o(h))}function s({id:c,name:h,value:y}){l("add_to_cart",{id:c,name:h,value:y,label:"Added to cart",category:"ecommerce"})}function v({id:c,name:h,value:y}){l("remove_from_cart",{id:c,name:h,value:y,label:"Removed to cart",category:"ecommerce"})}function d(c){Ct("view_item",{items:[{name:c}]})}function u(){Ct("begin_checkout",n.value)}return{hotelItems:r,hotelCart:n,setup:i,viewItem:d,addToCart:s,removeFromCart:v,beginCheckout:u,viewItemList:a}});var Xf={},Pr={},gi={},H2=Be.commonjsGlobal&&Be.commonjsGlobal.__awaiter||function(e,t,n,r){function i(a){return a instanceof n?a:new n(function(o){o(a)})}return new(n||(n=Promise))(function(a,o){function l(d){try{v(r.next(d))}catch(u){o(u)}}function s(d){try{v(r.throw(d))}catch(u){o(u)}}function v(d){d.done?a(d.value):i(d.value).then(l,s)}v((r=r.apply(e,t||[])).next())})},j2=Be.commonjsGlobal&&Be.commonjsGlobal.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:l(0),throw:l(1),return:l(2)},typeof Symbol=="function"&&(o[Symbol.iterator]=function(){return this}),o;function l(v){return function(d){return s([v,d])}}function s(v){if(r)throw new TypeError("Generator is already executing.");for(;n;)try{if(r=1,i&&(a=v[0]&2?i.return:v[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,v[1])).done)return a;switch(i=0,a&&(v=[v[0]&2,a.value]),v[0]){case 0:case 1:a=v;break;case 4:return n.label++,{value:v[1],done:!1};case 5:n.label++,i=v[1],v=[0];continue;case 7:v=n.ops.pop(),n.trys.pop();continue;default:if(a=n.trys,!(a=a.length>0&&a[a.length-1])&&(v[0]===6||v[0]===2)){n=0;continue}if(v[0]===3&&(!a||v[1]>a[0]&&v[1]<a[3])){n.label=v[1];break}if(v[0]===6&&n.label<a[1]){n.label=a[1],a=v;break}if(a&&n.label<a[2]){n.label=a[2],n.ops.push(v);break}a[2]&&n.ops.pop(),n.trys.pop();continue}v=t.call(e,n)}catch(d){v=[6,d],i=0}finally{r=a=0}if(v[0]&5)throw v[1];return{value:v[0]?v[1]:void 0,done:!0}}};Object.defineProperty(gi,"__esModule",{value:!0});gi.ReCaptchaInstance=void 0;var V2=function(){function e(t,n,r){this.siteKey=t,this.recaptchaID=n,this.recaptcha=r,this.styleContainer=null}return e.prototype.execute=function(t){return H2(this,void 0,void 0,function(){return j2(this,function(n){return[2,this.recaptcha.enterprise?this.recaptcha.enterprise.execute(this.recaptchaID,{action:t}):this.recaptcha.execute(this.recaptchaID,{action:t})]})})},e.prototype.getSiteKey=function(){return this.siteKey},e.prototype.hideBadge=function(){this.styleContainer===null&&(this.styleContainer=document.createElement("style"),this.styleContainer.innerHTML=".grecaptcha-badge{visibility:hidden !important;}",document.head.appendChild(this.styleContainer))},e.prototype.showBadge=function(){this.styleContainer!==null&&(document.head.removeChild(this.styleContainer),this.styleContainer=null)},e}();gi.ReCaptchaInstance=V2;Object.defineProperty(Pr,"__esModule",{value:!0});Pr.getInstance=Pr.load=void 0;var z2=gi,Ln;(function(e){e[e.NOT_LOADED=0]="NOT_LOADED",e[e.LOADING=1]="LOADING",e[e.LOADED=2]="LOADED"})(Ln||(Ln={}));var Jf=function(){function e(){}return e.load=function(t,n){if(n===void 0&&(n={}),typeof document>"u")return Promise.reject(new Error("This is a library for the browser!"));if(e.getLoadingState()===Ln.LOADED)return e.instance.getSiteKey()===t?Promise.resolve(e.instance):Promise.reject(new Error("reCAPTCHA already loaded with different site key!"));if(e.getLoadingState()===Ln.LOADING)return t!==e.instanceSiteKey?Promise.reject(new Error("reCAPTCHA already loaded with different site key!")):new Promise(function(i,a){e.successfulLoadingConsumers.push(function(o){return i(o)}),e.errorLoadingRunnable.push(function(o){return a(o)})});e.instanceSiteKey=t,e.setLoadingState(Ln.LOADING);var r=new e;return new Promise(function(i,a){r.loadScript(t,n.useRecaptchaNet||!1,n.useEnterprise||!1,n.renderParameters?n.renderParameters:{},n.customUrl).then(function(){e.setLoadingState(Ln.LOADED);var o=r.doExplicitRender(grecaptcha,t,n.explicitRenderParameters?n.explicitRenderParameters:{},n.useEnterprise||!1),l=new z2.ReCaptchaInstance(t,o,grecaptcha);e.successfulLoadingConsumers.forEach(function(s){return s(l)}),e.successfulLoadingConsumers=[],n.autoHideBadge&&l.hideBadge(),e.instance=l,i(l)}).catch(function(o){e.errorLoadingRunnable.forEach(function(l){return l(o)}),e.errorLoadingRunnable=[],a(o)})})},e.getInstance=function(){return e.instance},e.setLoadingState=function(t){e.loadingState=t},e.getLoadingState=function(){return e.loadingState===null?Ln.NOT_LOADED:e.loadingState},e.prototype.loadScript=function(t,n,r,i,a){var o=this;n===void 0&&(n=!1),r===void 0&&(r=!1),i===void 0&&(i={}),a===void 0&&(a="");var l=document.createElement("script");l.setAttribute("recaptcha-v3-script","");var s="https://www.google.com/recaptcha/api.js";n&&(r?s="https://recaptcha.net/recaptcha/enterprise.js":s="https://recaptcha.net/recaptcha/api.js"),r&&(s="https://www.google.com/recaptcha/enterprise.js"),a&&(s=a),i.render&&(i.render=void 0);var v=this.buildQueryString(i);return l.src=s+"?render=explicit"+v,new Promise(function(d,u){l.addEventListener("load",o.waitForScriptToLoad(function(){d(l)},r),!1),l.onerror=function(c){e.setLoadingState(Ln.NOT_LOADED),u(c)},document.head.appendChild(l)})},e.prototype.buildQueryString=function(t){var n=Object.keys(t);return n.length<1?"":"&"+Object.keys(t).filter(function(r){return!!t[r]}).map(function(r){return r+"="+t[r]}).join("&")},e.prototype.waitForScriptToLoad=function(t,n){var r=this;return function(){window.grecaptcha===void 0?setTimeout(function(){r.waitForScriptToLoad(t,n)},e.SCRIPT_LOAD_DELAY):n?window.grecaptcha.enterprise.ready(function(){t()}):window.grecaptcha.ready(function(){t()})}},e.prototype.doExplicitRender=function(t,n,r,i){var a={sitekey:n,badge:r.badge,size:r.size,tabindex:r.tabindex};return r.container?i?t.enterprise.render(r.container,a):t.render(r.container,a):i?t.enterprise.render(a):t.render(a)},e.loadingState=null,e.instance=null,e.instanceSiteKey=null,e.successfulLoadingConsumers=[],e.errorLoadingRunnable=[],e.SCRIPT_LOAD_DELAY=25,e}();Pr.load=Jf.load;Pr.getInstance=Jf.getInstance;(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ReCaptchaInstance=e.getInstance=e.load=void 0;var t=Pr;Object.defineProperty(e,"load",{enumerable:!0,get:function(){return t.load}}),Object.defineProperty(e,"getInstance",{enumerable:!0,get:function(){return t.getInstance}});var n=gi;Object.defineProperty(e,"ReCaptchaInstance",{enumerable:!0,get:function(){return n.ReCaptchaInstance}})})(Xf);const B2=pn("recaptcha",()=>{const e=xn(),t=A.ref(void 0);async function n(){e.recaptchaSiteKey&&(console.log("recaptcha setup"),t.value=await Xf.load(e.recaptchaSiteKey))}async function r(i="submit",a){if(e.isRecaptchaEnabled){const o=await t.value.execute(i);if(a)(await sn.post("https://production.hotel-service.konnectio.dk/api/utility/verify-recaptcha",{token:o},{headers:{Authorization:e.bearerToken,"Konnectio-Core-Ver":"4.0.56-rc2"}})).data.success===!0&&a();else return o}else a&&a()}return{recaptchaInstance:t,setup:n,validate:r}}),xn=pn("utilities",()=>{const e=cs();B2();const{display:t}=Mr(),{location:n}=Pn(Ua()),{reset:r}=Ua(),i=Qe("konnectio_settings",{},void 0,{serializer:Ye.object}),a=Qe("konnectio_cLocation",NaN,void 0,{serializer:Ye.number}),o=A.ref({}),l=A.computed(()=>i.value.maximumNightsAvailable),s=A.computed(()=>i.value.enableTracking),v=A.computed(()=>i.value.googleApiKey),d=A.computed(()=>i.value.recaptchaSiteKey),u=A.computed(()=>i.value.maxAdultAmount),c=A.computed(()=>i.value.maxChildAmount),h=A.computed(()=>i.value.firstSelectableDateOffset),y=A.computed(()=>i.value.lastSelectableDateOffset),g=A.computed(()=>i.value.disableAdultSelection),b=A.computed(()=>i.value.disableArrivalUserSelection),f=A.computed(()=>i.value.disableChildSelection),p=A.computed(()=>i.value.disableDepartureUserSelection),_=A.computed(()=>i.value.bookingUri),m=A.computed(()=>i.value.hideTitle),E=A.computed(()=>i.value.headerHeight),N=A.computed(()=>i.value.enableStickyHeader),k=A.computed(()=>i.value.arrivalDefault),T=A.computed(()=>i.value.arrivalEarliest),C=A.computed(()=>i.value.arrivalLatest),L=A.computed(()=>i.value.departureDefault),w=A.computed(()=>i.value.departureEarliest),S=A.computed(()=>i.value.departureLatest),P=A.computed(()=>i.value.hideArrivalDepartureInputs),R=A.computed(()=>i.value.disableNamePrefix),j=A.computed(()=>i.value.disableGiftCardVoucher),$=A.computed(()=>i.value.disableDiscountVoucher),W=A.computed(()=>i.value.enablePackages),re=A.computed(()=>i.value.disablePricesFrom),K=A.computed(()=>i.value.hideAvailableRoomAmount),M=A.computed(()=>i.value.hideEvents),x=A.computed(()=>i.value.hideEventTemplates),H=A.computed(()=>i.value.disableNewsletterSignup),V=A.computed(()=>i.value.disableTravelingFor),G=A.computed(()=>i.value.disableTravelingForBleasure),U=A.computed(()=>i.value.disableCompanyField),D=A.ref(""),q=A.computed(()=>`Bearer ${D.value}`),X=A.computed(()=>Object.keys(o.value).length>0),Z=A.computed(()=>X.value?o.value.hotels[0].currency.currencyCode:""),ne=A.computed(()=>X.value?o.value.hotels[0].currency.id:NaN),ue=A.computed(()=>X.value?o.value.hotels[0].name:""),me=A.computed(()=>o.value.hotels[0].paymentGatewayId),z=A.computed(()=>{let Y=!0;return(me.value===Cr.None||me.value===Cr.AskForCreditCard)&&(Y=!1),Y});function F(Y){D.value=Y}async function Q(Y="none"){try{if(Y!=="none"){const ee=(await sn.get(`https://production.hotel-service.konnectio.dk/api/${Y}/metadata`,{params:{language:cn()},headers:{Authorization:q.value,Accept:"application/json","Fresh-Booking-Ver":"4.0.56-rc2"}})).data;o.value=ee,ee.hotelId&&(isNaN(a.value)?a.value=ee.hotelId:a.value!==ee.hotelId&&(r(),a.value=ee.hotelId),isNaN(n.value)&&ee.hotelId&&(n.value=ee.hotelId))}}catch{t({message:Ce.t("alert.error.couldntFetchMetadata"),type:"warning"})}}async function le(){await sn.get("https://production.hotel-service.konnectio.dk/api/utility/get-settings-and-translations",{headers:{Authorization:q.value,Accept:"application/json","Fresh-Booking-Ver":"4.0.56-rc2"}}).then(Y=>{const{settings:ee,translations:se}=Y.data;i.value=ee,a2(se),e.setup()})}const de=A.computed(()=>!!d.value);return{setAccessToken:F,fetchUtilities:le,fetchMetadata:Q,disableDiscountVoucher:$,disableTravelingForBleasure:G,enableStickyHeader:N,hasPaymentGateway:z,name:ue,paymentGatewayId:me,metaData:o,currency:Z,currencyId:ne,bearerToken:q,maximumNightsAvailable:l,enableTracking:s,googleApiKey:v,recaptchaSiteKey:d,maxAdultAmount:u,maxChildAmount:c,firstSelectableDateOffset:h,lastSelectableDateOffset:y,disableAdultSelection:g,disableArrivalUserSelection:b,disableChildSelection:f,disableDepartureUserSelection:p,bookingUri:_,hideTitle:m,headerHeight:E,arrivalDefault:k,arrivalEarliest:T,arrivalLatest:C,departureDefault:L,departureEarliest:w,departureLatest:S,hideArrivalDepartureInputs:P,disableNamePrefix:R,disableGiftCardVoucher:j,enablePackages:W,disablePricesFrom:re,hideAvailableRoomAmount:K,hideEvents:M,hideEventTemplates:x,disableNewsletterSignup:H,disableTravelingFor:V,disableCompanyField:U,isRecaptchaEnabled:de}});function qu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function pe(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?qu(Object(n),!0).forEach(function(r){Je(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):qu(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function qa(e){"@babel/helpers - typeof";return qa=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},qa(e)}function F2(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function $u(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 U2(e,t,n){return t&&$u(e.prototype,t),n&&$u(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Je(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function fs(e,t){return $2(e)||W2(e,t)||Zf(e,t)||Y2()}function yi(e){return q2(e)||K2(e)||Zf(e)||G2()}function q2(e){if(Array.isArray(e))return Nl(e)}function $2(e){if(Array.isArray(e))return e}function K2(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function W2(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r=[],i=!0,a=!1,o,l;try{for(n=n.call(e);!(i=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));i=!0);}catch(s){a=!0,l=s}finally{try{!i&&n.return!=null&&n.return()}finally{if(a)throw l}}return r}}function Zf(e,t){if(e){if(typeof e=="string")return Nl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Nl(e,t)}}function Nl(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function G2(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
35
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Y2(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
36
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Ku=function(){},ds={},Qf={},ed=null,td={mark:Ku,measure:Ku};try{typeof window<"u"&&(ds=window),typeof document<"u"&&(Qf=document),typeof MutationObserver<"u"&&(ed=MutationObserver),typeof performance<"u"&&(td=performance)}catch{}var X2=ds.navigator||{},Wu=X2.userAgent,Gu=Wu===void 0?"":Wu,In=ds,je=Qf,Yu=ed,zi=td;In.document;var mn=!!je.documentElement&&!!je.head&&typeof je.addEventListener=="function"&&typeof je.createElement=="function",nd=~Gu.indexOf("MSIE")||~Gu.indexOf("Trident/"),Bi,Fi,Ui,qi,$i,fn="___FONT_AWESOME___",Ll=16,rd="fa",id="svg-inline--fa",lr="data-fa-i2svg",Cl="data-fa-pseudo-element",J2="data-fa-pseudo-element-pending",hs="data-prefix",ps="data-icon",Xu="fontawesome-i2svg",Z2="async",Q2=["HTML","HEAD","STYLE","SCRIPT"],ad=function(){try{return!0}catch{return!1}}(),He="classic",qe="sharp",ms=[He,qe];function bi(e){return new Proxy(e,{get:function(n,r){return r in n?n[r]:n[He]}})}var li=bi((Bi={},Je(Bi,He,{fa:"solid",fas:"solid","fa-solid":"solid",far:"regular","fa-regular":"regular",fal:"light","fa-light":"light",fat:"thin","fa-thin":"thin",fad:"duotone","fa-duotone":"duotone",fab:"brands","fa-brands":"brands",fak:"kit",fakd:"kit","fa-kit":"kit","fa-kit-duotone":"kit"}),Je(Bi,qe,{fa:"solid",fass:"solid","fa-solid":"solid",fasr:"regular","fa-regular":"regular",fasl:"light","fa-light":"light",fast:"thin","fa-thin":"thin"}),Bi)),si=bi((Fi={},Je(Fi,He,{solid:"fas",regular:"far",light:"fal",thin:"fat",duotone:"fad",brands:"fab",kit:"fak"}),Je(Fi,qe,{solid:"fass",regular:"fasr",light:"fasl",thin:"fast"}),Fi)),ui=bi((Ui={},Je(Ui,He,{fab:"fa-brands",fad:"fa-duotone",fak:"fa-kit",fal:"fa-light",far:"fa-regular",fas:"fa-solid",fat:"fa-thin"}),Je(Ui,qe,{fass:"fa-solid",fasr:"fa-regular",fasl:"fa-light",fast:"fa-thin"}),Ui)),e0=bi((qi={},Je(qi,He,{"fa-brands":"fab","fa-duotone":"fad","fa-kit":"fak","fa-light":"fal","fa-regular":"far","fa-solid":"fas","fa-thin":"fat"}),Je(qi,qe,{"fa-solid":"fass","fa-regular":"fasr","fa-light":"fasl","fa-thin":"fast"}),qi)),t0=/fa(s|r|l|t|d|b|k|ss|sr|sl|st)?[\-\ ]/,od="fa-layers-text",n0=/Font ?Awesome ?([56 ]*)(Solid|Regular|Light|Thin|Duotone|Brands|Free|Pro|Sharp|Kit)?.*/i,r0=bi(($i={},Je($i,He,{900:"fas",400:"far",normal:"far",300:"fal",100:"fat"}),Je($i,qe,{900:"fass",400:"fasr",300:"fasl",100:"fast"}),$i)),ld=[1,2,3,4,5,6,7,8,9,10],i0=ld.concat([11,12,13,14,15,16,17,18,19,20]),a0=["class","data-prefix","data-icon","data-fa-transform","data-fa-mask"],ir={GROUP:"duotone-group",SWAP_OPACITY:"swap-opacity",PRIMARY:"primary",SECONDARY:"secondary"},ci=new Set;Object.keys(si[He]).map(ci.add.bind(ci));Object.keys(si[qe]).map(ci.add.bind(ci));var o0=[].concat(ms,yi(ci),["2xs","xs","sm","lg","xl","2xl","beat","border","fade","beat-fade","bounce","flip-both","flip-horizontal","flip-vertical","flip","fw","inverse","layers-counter","layers-text","layers","li","pull-left","pull-right","pulse","rotate-180","rotate-270","rotate-90","rotate-by","shake","spin-pulse","spin-reverse","spin","stack-1x","stack-2x","stack","ul",ir.GROUP,ir.SWAP_OPACITY,ir.PRIMARY,ir.SECONDARY]).concat(ld.map(function(e){return"".concat(e,"x")})).concat(i0.map(function(e){return"w-".concat(e)})),Qr=In.FontAwesomeConfig||{};function l0(e){var t=je.querySelector("script["+e+"]");if(t)return t.getAttribute(e)}function s0(e){return e===""?!0:e==="false"?!1:e==="true"?!0:e}if(je&&typeof je.querySelector=="function"){var u0=[["data-family-prefix","familyPrefix"],["data-css-prefix","cssPrefix"],["data-family-default","familyDefault"],["data-style-default","styleDefault"],["data-replacement-class","replacementClass"],["data-auto-replace-svg","autoReplaceSvg"],["data-auto-add-css","autoAddCss"],["data-auto-a11y","autoA11y"],["data-search-pseudo-elements","searchPseudoElements"],["data-observe-mutations","observeMutations"],["data-mutate-approach","mutateApproach"],["data-keep-original-source","keepOriginalSource"],["data-measure-performance","measurePerformance"],["data-show-missing-icons","showMissingIcons"]];u0.forEach(function(e){var t=fs(e,2),n=t[0],r=t[1],i=s0(l0(n));i!=null&&(Qr[r]=i)})}var sd={styleDefault:"solid",familyDefault:"classic",cssPrefix:rd,replacementClass:id,autoReplaceSvg:!0,autoAddCss:!0,autoA11y:!0,searchPseudoElements:!1,observeMutations:!0,mutateApproach:"async",keepOriginalSource:!0,measurePerformance:!1,showMissingIcons:!0};Qr.familyPrefix&&(Qr.cssPrefix=Qr.familyPrefix);var xr=pe(pe({},sd),Qr);xr.autoReplaceSvg||(xr.observeMutations=!1);var ge={};Object.keys(sd).forEach(function(e){Object.defineProperty(ge,e,{enumerable:!0,set:function(n){xr[e]=n,ei.forEach(function(r){return r(ge)})},get:function(){return xr[e]}})});Object.defineProperty(ge,"familyPrefix",{enumerable:!0,set:function(t){xr.cssPrefix=t,ei.forEach(function(n){return n(ge)})},get:function(){return xr.cssPrefix}});In.FontAwesomeConfig=ge;var ei=[];function c0(e){return ei.push(e),function(){ei.splice(ei.indexOf(e),1)}}var kn=Ll,Gt={size:16,x:0,y:0,rotate:0,flipX:!1,flipY:!1};function f0(e){if(!(!e||!mn)){var t=je.createElement("style");t.setAttribute("type","text/css"),t.innerHTML=e;for(var n=je.head.childNodes,r=null,i=n.length-1;i>-1;i--){var a=n[i],o=(a.tagName||"").toUpperCase();["STYLE","LINK"].indexOf(o)>-1&&(r=a)}return je.head.insertBefore(t,r),e}}var d0="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";function fi(){for(var e=12,t="";e-- >0;)t+=d0[Math.random()*62|0];return t}function Hr(e){for(var t=[],n=(e||[]).length>>>0;n--;)t[n]=e[n];return t}function vs(e){return e.classList?Hr(e.classList):(e.getAttribute("class")||"").split(" ").filter(function(t){return t})}function ud(e){return"".concat(e).replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(/</g,"<").replace(/>/g,">")}function h0(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,'="').concat(ud(e[n]),'" ')},"").trim()}function lo(e){return Object.keys(e||{}).reduce(function(t,n){return t+"".concat(n,": ").concat(e[n].trim(),";")},"")}function gs(e){return e.size!==Gt.size||e.x!==Gt.x||e.y!==Gt.y||e.rotate!==Gt.rotate||e.flipX||e.flipY}function p0(e){var t=e.transform,n=e.containerWidth,r=e.iconWidth,i={transform:"translate(".concat(n/2," 256)")},a="translate(".concat(t.x*32,", ").concat(t.y*32,") "),o="scale(".concat(t.size/16*(t.flipX?-1:1),", ").concat(t.size/16*(t.flipY?-1:1),") "),l="rotate(".concat(t.rotate," 0 0)"),s={transform:"".concat(a," ").concat(o," ").concat(l)},v={transform:"translate(".concat(r/2*-1," -256)")};return{outer:i,inner:s,path:v}}function m0(e){var t=e.transform,n=e.width,r=n===void 0?Ll:n,i=e.height,a=i===void 0?Ll:i,o=e.startCentered,l=o===void 0?!1:o,s="";return l&&nd?s+="translate(".concat(t.x/kn-r/2,"em, ").concat(t.y/kn-a/2,"em) "):l?s+="translate(calc(-50% + ".concat(t.x/kn,"em), calc(-50% + ").concat(t.y/kn,"em)) "):s+="translate(".concat(t.x/kn,"em, ").concat(t.y/kn,"em) "),s+="scale(".concat(t.size/kn*(t.flipX?-1:1),", ").concat(t.size/kn*(t.flipY?-1:1),") "),s+="rotate(".concat(t.rotate,"deg) "),s}var v0=`:root, :host {
|
|
37
|
+
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
|
|
38
|
+
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Regular";
|
|
39
|
+
--fa-font-light: normal 300 1em/1 "Font Awesome 6 Light";
|
|
40
|
+
--fa-font-thin: normal 100 1em/1 "Font Awesome 6 Thin";
|
|
41
|
+
--fa-font-duotone: normal 900 1em/1 "Font Awesome 6 Duotone";
|
|
42
|
+
--fa-font-sharp-solid: normal 900 1em/1 "Font Awesome 6 Sharp";
|
|
43
|
+
--fa-font-sharp-regular: normal 400 1em/1 "Font Awesome 6 Sharp";
|
|
44
|
+
--fa-font-sharp-light: normal 300 1em/1 "Font Awesome 6 Sharp";
|
|
45
|
+
--fa-font-sharp-thin: normal 100 1em/1 "Font Awesome 6 Sharp";
|
|
46
|
+
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
|
|
50
|
+
overflow: visible;
|
|
51
|
+
box-sizing: content-box;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.svg-inline--fa {
|
|
55
|
+
display: var(--fa-display, inline-block);
|
|
56
|
+
height: 1em;
|
|
57
|
+
overflow: visible;
|
|
58
|
+
vertical-align: -0.125em;
|
|
59
|
+
}
|
|
60
|
+
.svg-inline--fa.fa-2xs {
|
|
61
|
+
vertical-align: 0.1em;
|
|
62
|
+
}
|
|
63
|
+
.svg-inline--fa.fa-xs {
|
|
64
|
+
vertical-align: 0em;
|
|
65
|
+
}
|
|
66
|
+
.svg-inline--fa.fa-sm {
|
|
67
|
+
vertical-align: -0.0714285705em;
|
|
68
|
+
}
|
|
69
|
+
.svg-inline--fa.fa-lg {
|
|
70
|
+
vertical-align: -0.2em;
|
|
71
|
+
}
|
|
72
|
+
.svg-inline--fa.fa-xl {
|
|
73
|
+
vertical-align: -0.25em;
|
|
74
|
+
}
|
|
75
|
+
.svg-inline--fa.fa-2xl {
|
|
76
|
+
vertical-align: -0.3125em;
|
|
77
|
+
}
|
|
78
|
+
.svg-inline--fa.fa-pull-left {
|
|
79
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
80
|
+
width: auto;
|
|
81
|
+
}
|
|
82
|
+
.svg-inline--fa.fa-pull-right {
|
|
83
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
84
|
+
width: auto;
|
|
85
|
+
}
|
|
86
|
+
.svg-inline--fa.fa-li {
|
|
87
|
+
width: var(--fa-li-width, 2em);
|
|
88
|
+
top: 0.25em;
|
|
89
|
+
}
|
|
90
|
+
.svg-inline--fa.fa-fw {
|
|
91
|
+
width: var(--fa-fw-width, 1.25em);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.fa-layers svg.svg-inline--fa {
|
|
95
|
+
bottom: 0;
|
|
96
|
+
left: 0;
|
|
97
|
+
margin: auto;
|
|
98
|
+
position: absolute;
|
|
99
|
+
right: 0;
|
|
100
|
+
top: 0;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.fa-layers-counter, .fa-layers-text {
|
|
104
|
+
display: inline-block;
|
|
105
|
+
position: absolute;
|
|
106
|
+
text-align: center;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.fa-layers {
|
|
110
|
+
display: inline-block;
|
|
111
|
+
height: 1em;
|
|
112
|
+
position: relative;
|
|
113
|
+
text-align: center;
|
|
114
|
+
vertical-align: -0.125em;
|
|
115
|
+
width: 1em;
|
|
116
|
+
}
|
|
117
|
+
.fa-layers svg.svg-inline--fa {
|
|
118
|
+
-webkit-transform-origin: center center;
|
|
119
|
+
transform-origin: center center;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.fa-layers-text {
|
|
123
|
+
left: 50%;
|
|
124
|
+
top: 50%;
|
|
125
|
+
-webkit-transform: translate(-50%, -50%);
|
|
126
|
+
transform: translate(-50%, -50%);
|
|
127
|
+
-webkit-transform-origin: center center;
|
|
128
|
+
transform-origin: center center;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.fa-layers-counter {
|
|
132
|
+
background-color: var(--fa-counter-background-color, #ff253a);
|
|
133
|
+
border-radius: var(--fa-counter-border-radius, 1em);
|
|
134
|
+
box-sizing: border-box;
|
|
135
|
+
color: var(--fa-inverse, #fff);
|
|
136
|
+
line-height: var(--fa-counter-line-height, 1);
|
|
137
|
+
max-width: var(--fa-counter-max-width, 5em);
|
|
138
|
+
min-width: var(--fa-counter-min-width, 1.5em);
|
|
139
|
+
overflow: hidden;
|
|
140
|
+
padding: var(--fa-counter-padding, 0.25em 0.5em);
|
|
141
|
+
right: var(--fa-right, 0);
|
|
142
|
+
text-overflow: ellipsis;
|
|
143
|
+
top: var(--fa-top, 0);
|
|
144
|
+
-webkit-transform: scale(var(--fa-counter-scale, 0.25));
|
|
145
|
+
transform: scale(var(--fa-counter-scale, 0.25));
|
|
146
|
+
-webkit-transform-origin: top right;
|
|
147
|
+
transform-origin: top right;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
.fa-layers-bottom-right {
|
|
151
|
+
bottom: var(--fa-bottom, 0);
|
|
152
|
+
right: var(--fa-right, 0);
|
|
153
|
+
top: auto;
|
|
154
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
155
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
156
|
+
-webkit-transform-origin: bottom right;
|
|
157
|
+
transform-origin: bottom right;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.fa-layers-bottom-left {
|
|
161
|
+
bottom: var(--fa-bottom, 0);
|
|
162
|
+
left: var(--fa-left, 0);
|
|
163
|
+
right: auto;
|
|
164
|
+
top: auto;
|
|
165
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
166
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
167
|
+
-webkit-transform-origin: bottom left;
|
|
168
|
+
transform-origin: bottom left;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.fa-layers-top-right {
|
|
172
|
+
top: var(--fa-top, 0);
|
|
173
|
+
right: var(--fa-right, 0);
|
|
174
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
175
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
176
|
+
-webkit-transform-origin: top right;
|
|
177
|
+
transform-origin: top right;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.fa-layers-top-left {
|
|
181
|
+
left: var(--fa-left, 0);
|
|
182
|
+
right: auto;
|
|
183
|
+
top: var(--fa-top, 0);
|
|
184
|
+
-webkit-transform: scale(var(--fa-layers-scale, 0.25));
|
|
185
|
+
transform: scale(var(--fa-layers-scale, 0.25));
|
|
186
|
+
-webkit-transform-origin: top left;
|
|
187
|
+
transform-origin: top left;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.fa-1x {
|
|
191
|
+
font-size: 1em;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.fa-2x {
|
|
195
|
+
font-size: 2em;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.fa-3x {
|
|
199
|
+
font-size: 3em;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.fa-4x {
|
|
203
|
+
font-size: 4em;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
.fa-5x {
|
|
207
|
+
font-size: 5em;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
.fa-6x {
|
|
211
|
+
font-size: 6em;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
.fa-7x {
|
|
215
|
+
font-size: 7em;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.fa-8x {
|
|
219
|
+
font-size: 8em;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
.fa-9x {
|
|
223
|
+
font-size: 9em;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.fa-10x {
|
|
227
|
+
font-size: 10em;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.fa-2xs {
|
|
231
|
+
font-size: 0.625em;
|
|
232
|
+
line-height: 0.1em;
|
|
233
|
+
vertical-align: 0.225em;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.fa-xs {
|
|
237
|
+
font-size: 0.75em;
|
|
238
|
+
line-height: 0.0833333337em;
|
|
239
|
+
vertical-align: 0.125em;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.fa-sm {
|
|
243
|
+
font-size: 0.875em;
|
|
244
|
+
line-height: 0.0714285718em;
|
|
245
|
+
vertical-align: 0.0535714295em;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
.fa-lg {
|
|
249
|
+
font-size: 1.25em;
|
|
250
|
+
line-height: 0.05em;
|
|
251
|
+
vertical-align: -0.075em;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
.fa-xl {
|
|
255
|
+
font-size: 1.5em;
|
|
256
|
+
line-height: 0.0416666682em;
|
|
257
|
+
vertical-align: -0.125em;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
.fa-2xl {
|
|
261
|
+
font-size: 2em;
|
|
262
|
+
line-height: 0.03125em;
|
|
263
|
+
vertical-align: -0.1875em;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
.fa-fw {
|
|
267
|
+
text-align: center;
|
|
268
|
+
width: 1.25em;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.fa-ul {
|
|
272
|
+
list-style-type: none;
|
|
273
|
+
margin-left: var(--fa-li-margin, 2.5em);
|
|
274
|
+
padding-left: 0;
|
|
275
|
+
}
|
|
276
|
+
.fa-ul > li {
|
|
277
|
+
position: relative;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.fa-li {
|
|
281
|
+
left: calc(var(--fa-li-width, 2em) * -1);
|
|
282
|
+
position: absolute;
|
|
283
|
+
text-align: center;
|
|
284
|
+
width: var(--fa-li-width, 2em);
|
|
285
|
+
line-height: inherit;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.fa-border {
|
|
289
|
+
border-color: var(--fa-border-color, #eee);
|
|
290
|
+
border-radius: var(--fa-border-radius, 0.1em);
|
|
291
|
+
border-style: var(--fa-border-style, solid);
|
|
292
|
+
border-width: var(--fa-border-width, 0.08em);
|
|
293
|
+
padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.fa-pull-left {
|
|
297
|
+
float: left;
|
|
298
|
+
margin-right: var(--fa-pull-margin, 0.3em);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
.fa-pull-right {
|
|
302
|
+
float: right;
|
|
303
|
+
margin-left: var(--fa-pull-margin, 0.3em);
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.fa-beat {
|
|
307
|
+
-webkit-animation-name: fa-beat;
|
|
308
|
+
animation-name: fa-beat;
|
|
309
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
310
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
311
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
312
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
313
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
314
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
315
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
316
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
317
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
318
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.fa-bounce {
|
|
322
|
+
-webkit-animation-name: fa-bounce;
|
|
323
|
+
animation-name: fa-bounce;
|
|
324
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
325
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
326
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
327
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
328
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
329
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
330
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
331
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
332
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
333
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.fa-fade {
|
|
337
|
+
-webkit-animation-name: fa-fade;
|
|
338
|
+
animation-name: fa-fade;
|
|
339
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
340
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
341
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
342
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
343
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
344
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
345
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
346
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
347
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
348
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.fa-beat-fade {
|
|
352
|
+
-webkit-animation-name: fa-beat-fade;
|
|
353
|
+
animation-name: fa-beat-fade;
|
|
354
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
355
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
356
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
357
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
358
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
359
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
360
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
361
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
362
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
363
|
+
animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.fa-flip {
|
|
367
|
+
-webkit-animation-name: fa-flip;
|
|
368
|
+
animation-name: fa-flip;
|
|
369
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
370
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
371
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
372
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
373
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
374
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
375
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
376
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
377
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
378
|
+
animation-timing-function: var(--fa-animation-timing, ease-in-out);
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
.fa-shake {
|
|
382
|
+
-webkit-animation-name: fa-shake;
|
|
383
|
+
animation-name: fa-shake;
|
|
384
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
385
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
386
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
387
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
388
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
389
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
390
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
391
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
392
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
393
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.fa-spin {
|
|
397
|
+
-webkit-animation-name: fa-spin;
|
|
398
|
+
animation-name: fa-spin;
|
|
399
|
+
-webkit-animation-delay: var(--fa-animation-delay, 0s);
|
|
400
|
+
animation-delay: var(--fa-animation-delay, 0s);
|
|
401
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
402
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
403
|
+
-webkit-animation-duration: var(--fa-animation-duration, 2s);
|
|
404
|
+
animation-duration: var(--fa-animation-duration, 2s);
|
|
405
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
406
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
407
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, linear);
|
|
408
|
+
animation-timing-function: var(--fa-animation-timing, linear);
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.fa-spin-reverse {
|
|
412
|
+
--fa-animation-direction: reverse;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.fa-pulse,
|
|
416
|
+
.fa-spin-pulse {
|
|
417
|
+
-webkit-animation-name: fa-spin;
|
|
418
|
+
animation-name: fa-spin;
|
|
419
|
+
-webkit-animation-direction: var(--fa-animation-direction, normal);
|
|
420
|
+
animation-direction: var(--fa-animation-direction, normal);
|
|
421
|
+
-webkit-animation-duration: var(--fa-animation-duration, 1s);
|
|
422
|
+
animation-duration: var(--fa-animation-duration, 1s);
|
|
423
|
+
-webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
424
|
+
animation-iteration-count: var(--fa-animation-iteration-count, infinite);
|
|
425
|
+
-webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
426
|
+
animation-timing-function: var(--fa-animation-timing, steps(8));
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
@media (prefers-reduced-motion: reduce) {
|
|
430
|
+
.fa-beat,
|
|
431
|
+
.fa-bounce,
|
|
432
|
+
.fa-fade,
|
|
433
|
+
.fa-beat-fade,
|
|
434
|
+
.fa-flip,
|
|
435
|
+
.fa-pulse,
|
|
436
|
+
.fa-shake,
|
|
437
|
+
.fa-spin,
|
|
438
|
+
.fa-spin-pulse {
|
|
439
|
+
-webkit-animation-delay: -1ms;
|
|
440
|
+
animation-delay: -1ms;
|
|
441
|
+
-webkit-animation-duration: 1ms;
|
|
442
|
+
animation-duration: 1ms;
|
|
443
|
+
-webkit-animation-iteration-count: 1;
|
|
444
|
+
animation-iteration-count: 1;
|
|
445
|
+
-webkit-transition-delay: 0s;
|
|
446
|
+
transition-delay: 0s;
|
|
447
|
+
-webkit-transition-duration: 0s;
|
|
448
|
+
transition-duration: 0s;
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
@-webkit-keyframes fa-beat {
|
|
452
|
+
0%, 90% {
|
|
453
|
+
-webkit-transform: scale(1);
|
|
454
|
+
transform: scale(1);
|
|
455
|
+
}
|
|
456
|
+
45% {
|
|
457
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
458
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
@keyframes fa-beat {
|
|
462
|
+
0%, 90% {
|
|
463
|
+
-webkit-transform: scale(1);
|
|
464
|
+
transform: scale(1);
|
|
465
|
+
}
|
|
466
|
+
45% {
|
|
467
|
+
-webkit-transform: scale(var(--fa-beat-scale, 1.25));
|
|
468
|
+
transform: scale(var(--fa-beat-scale, 1.25));
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
@-webkit-keyframes fa-bounce {
|
|
472
|
+
0% {
|
|
473
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
474
|
+
transform: scale(1, 1) translateY(0);
|
|
475
|
+
}
|
|
476
|
+
10% {
|
|
477
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
478
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
479
|
+
}
|
|
480
|
+
30% {
|
|
481
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
482
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
483
|
+
}
|
|
484
|
+
50% {
|
|
485
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
486
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
487
|
+
}
|
|
488
|
+
57% {
|
|
489
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
490
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
491
|
+
}
|
|
492
|
+
64% {
|
|
493
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
494
|
+
transform: scale(1, 1) translateY(0);
|
|
495
|
+
}
|
|
496
|
+
100% {
|
|
497
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
498
|
+
transform: scale(1, 1) translateY(0);
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
@keyframes fa-bounce {
|
|
502
|
+
0% {
|
|
503
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
504
|
+
transform: scale(1, 1) translateY(0);
|
|
505
|
+
}
|
|
506
|
+
10% {
|
|
507
|
+
-webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
508
|
+
transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
|
|
509
|
+
}
|
|
510
|
+
30% {
|
|
511
|
+
-webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
512
|
+
transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
|
|
513
|
+
}
|
|
514
|
+
50% {
|
|
515
|
+
-webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
516
|
+
transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
|
|
517
|
+
}
|
|
518
|
+
57% {
|
|
519
|
+
-webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
520
|
+
transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
|
|
521
|
+
}
|
|
522
|
+
64% {
|
|
523
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
524
|
+
transform: scale(1, 1) translateY(0);
|
|
525
|
+
}
|
|
526
|
+
100% {
|
|
527
|
+
-webkit-transform: scale(1, 1) translateY(0);
|
|
528
|
+
transform: scale(1, 1) translateY(0);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
@-webkit-keyframes fa-fade {
|
|
532
|
+
50% {
|
|
533
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
@keyframes fa-fade {
|
|
537
|
+
50% {
|
|
538
|
+
opacity: var(--fa-fade-opacity, 0.4);
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
@-webkit-keyframes fa-beat-fade {
|
|
542
|
+
0%, 100% {
|
|
543
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
544
|
+
-webkit-transform: scale(1);
|
|
545
|
+
transform: scale(1);
|
|
546
|
+
}
|
|
547
|
+
50% {
|
|
548
|
+
opacity: 1;
|
|
549
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
550
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
@keyframes fa-beat-fade {
|
|
554
|
+
0%, 100% {
|
|
555
|
+
opacity: var(--fa-beat-fade-opacity, 0.4);
|
|
556
|
+
-webkit-transform: scale(1);
|
|
557
|
+
transform: scale(1);
|
|
558
|
+
}
|
|
559
|
+
50% {
|
|
560
|
+
opacity: 1;
|
|
561
|
+
-webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
562
|
+
transform: scale(var(--fa-beat-fade-scale, 1.125));
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
@-webkit-keyframes fa-flip {
|
|
566
|
+
50% {
|
|
567
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
568
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
@keyframes fa-flip {
|
|
572
|
+
50% {
|
|
573
|
+
-webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
574
|
+
transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
@-webkit-keyframes fa-shake {
|
|
578
|
+
0% {
|
|
579
|
+
-webkit-transform: rotate(-15deg);
|
|
580
|
+
transform: rotate(-15deg);
|
|
581
|
+
}
|
|
582
|
+
4% {
|
|
583
|
+
-webkit-transform: rotate(15deg);
|
|
584
|
+
transform: rotate(15deg);
|
|
585
|
+
}
|
|
586
|
+
8%, 24% {
|
|
587
|
+
-webkit-transform: rotate(-18deg);
|
|
588
|
+
transform: rotate(-18deg);
|
|
589
|
+
}
|
|
590
|
+
12%, 28% {
|
|
591
|
+
-webkit-transform: rotate(18deg);
|
|
592
|
+
transform: rotate(18deg);
|
|
593
|
+
}
|
|
594
|
+
16% {
|
|
595
|
+
-webkit-transform: rotate(-22deg);
|
|
596
|
+
transform: rotate(-22deg);
|
|
597
|
+
}
|
|
598
|
+
20% {
|
|
599
|
+
-webkit-transform: rotate(22deg);
|
|
600
|
+
transform: rotate(22deg);
|
|
601
|
+
}
|
|
602
|
+
32% {
|
|
603
|
+
-webkit-transform: rotate(-12deg);
|
|
604
|
+
transform: rotate(-12deg);
|
|
605
|
+
}
|
|
606
|
+
36% {
|
|
607
|
+
-webkit-transform: rotate(12deg);
|
|
608
|
+
transform: rotate(12deg);
|
|
609
|
+
}
|
|
610
|
+
40%, 100% {
|
|
611
|
+
-webkit-transform: rotate(0deg);
|
|
612
|
+
transform: rotate(0deg);
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
@keyframes fa-shake {
|
|
616
|
+
0% {
|
|
617
|
+
-webkit-transform: rotate(-15deg);
|
|
618
|
+
transform: rotate(-15deg);
|
|
619
|
+
}
|
|
620
|
+
4% {
|
|
621
|
+
-webkit-transform: rotate(15deg);
|
|
622
|
+
transform: rotate(15deg);
|
|
623
|
+
}
|
|
624
|
+
8%, 24% {
|
|
625
|
+
-webkit-transform: rotate(-18deg);
|
|
626
|
+
transform: rotate(-18deg);
|
|
627
|
+
}
|
|
628
|
+
12%, 28% {
|
|
629
|
+
-webkit-transform: rotate(18deg);
|
|
630
|
+
transform: rotate(18deg);
|
|
631
|
+
}
|
|
632
|
+
16% {
|
|
633
|
+
-webkit-transform: rotate(-22deg);
|
|
634
|
+
transform: rotate(-22deg);
|
|
635
|
+
}
|
|
636
|
+
20% {
|
|
637
|
+
-webkit-transform: rotate(22deg);
|
|
638
|
+
transform: rotate(22deg);
|
|
639
|
+
}
|
|
640
|
+
32% {
|
|
641
|
+
-webkit-transform: rotate(-12deg);
|
|
642
|
+
transform: rotate(-12deg);
|
|
643
|
+
}
|
|
644
|
+
36% {
|
|
645
|
+
-webkit-transform: rotate(12deg);
|
|
646
|
+
transform: rotate(12deg);
|
|
647
|
+
}
|
|
648
|
+
40%, 100% {
|
|
649
|
+
-webkit-transform: rotate(0deg);
|
|
650
|
+
transform: rotate(0deg);
|
|
651
|
+
}
|
|
652
|
+
}
|
|
653
|
+
@-webkit-keyframes fa-spin {
|
|
654
|
+
0% {
|
|
655
|
+
-webkit-transform: rotate(0deg);
|
|
656
|
+
transform: rotate(0deg);
|
|
657
|
+
}
|
|
658
|
+
100% {
|
|
659
|
+
-webkit-transform: rotate(360deg);
|
|
660
|
+
transform: rotate(360deg);
|
|
661
|
+
}
|
|
662
|
+
}
|
|
663
|
+
@keyframes fa-spin {
|
|
664
|
+
0% {
|
|
665
|
+
-webkit-transform: rotate(0deg);
|
|
666
|
+
transform: rotate(0deg);
|
|
667
|
+
}
|
|
668
|
+
100% {
|
|
669
|
+
-webkit-transform: rotate(360deg);
|
|
670
|
+
transform: rotate(360deg);
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
.fa-rotate-90 {
|
|
674
|
+
-webkit-transform: rotate(90deg);
|
|
675
|
+
transform: rotate(90deg);
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
.fa-rotate-180 {
|
|
679
|
+
-webkit-transform: rotate(180deg);
|
|
680
|
+
transform: rotate(180deg);
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.fa-rotate-270 {
|
|
684
|
+
-webkit-transform: rotate(270deg);
|
|
685
|
+
transform: rotate(270deg);
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
.fa-flip-horizontal {
|
|
689
|
+
-webkit-transform: scale(-1, 1);
|
|
690
|
+
transform: scale(-1, 1);
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
.fa-flip-vertical {
|
|
694
|
+
-webkit-transform: scale(1, -1);
|
|
695
|
+
transform: scale(1, -1);
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
.fa-flip-both,
|
|
699
|
+
.fa-flip-horizontal.fa-flip-vertical {
|
|
700
|
+
-webkit-transform: scale(-1, -1);
|
|
701
|
+
transform: scale(-1, -1);
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
.fa-rotate-by {
|
|
705
|
+
-webkit-transform: rotate(var(--fa-rotate-angle, none));
|
|
706
|
+
transform: rotate(var(--fa-rotate-angle, none));
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.fa-stack {
|
|
710
|
+
display: inline-block;
|
|
711
|
+
vertical-align: middle;
|
|
712
|
+
height: 2em;
|
|
713
|
+
position: relative;
|
|
714
|
+
width: 2.5em;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.fa-stack-1x,
|
|
718
|
+
.fa-stack-2x {
|
|
719
|
+
bottom: 0;
|
|
720
|
+
left: 0;
|
|
721
|
+
margin: auto;
|
|
722
|
+
position: absolute;
|
|
723
|
+
right: 0;
|
|
724
|
+
top: 0;
|
|
725
|
+
z-index: var(--fa-stack-z-index, auto);
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.svg-inline--fa.fa-stack-1x {
|
|
729
|
+
height: 1em;
|
|
730
|
+
width: 1.25em;
|
|
731
|
+
}
|
|
732
|
+
.svg-inline--fa.fa-stack-2x {
|
|
733
|
+
height: 2em;
|
|
734
|
+
width: 2.5em;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
.fa-inverse {
|
|
738
|
+
color: var(--fa-inverse, #fff);
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
.sr-only,
|
|
742
|
+
.fa-sr-only {
|
|
743
|
+
position: absolute;
|
|
744
|
+
width: 1px;
|
|
745
|
+
height: 1px;
|
|
746
|
+
padding: 0;
|
|
747
|
+
margin: -1px;
|
|
748
|
+
overflow: hidden;
|
|
749
|
+
clip: rect(0, 0, 0, 0);
|
|
750
|
+
white-space: nowrap;
|
|
751
|
+
border-width: 0;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.sr-only-focusable:not(:focus),
|
|
755
|
+
.fa-sr-only-focusable:not(:focus) {
|
|
756
|
+
position: absolute;
|
|
757
|
+
width: 1px;
|
|
758
|
+
height: 1px;
|
|
759
|
+
padding: 0;
|
|
760
|
+
margin: -1px;
|
|
761
|
+
overflow: hidden;
|
|
762
|
+
clip: rect(0, 0, 0, 0);
|
|
763
|
+
white-space: nowrap;
|
|
764
|
+
border-width: 0;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
.svg-inline--fa .fa-primary {
|
|
768
|
+
fill: var(--fa-primary-color, currentColor);
|
|
769
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
.svg-inline--fa .fa-secondary {
|
|
773
|
+
fill: var(--fa-secondary-color, currentColor);
|
|
774
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.svg-inline--fa.fa-swap-opacity .fa-primary {
|
|
778
|
+
opacity: var(--fa-secondary-opacity, 0.4);
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.svg-inline--fa.fa-swap-opacity .fa-secondary {
|
|
782
|
+
opacity: var(--fa-primary-opacity, 1);
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
.svg-inline--fa mask .fa-primary,
|
|
786
|
+
.svg-inline--fa mask .fa-secondary {
|
|
787
|
+
fill: black;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
.fad.fa-inverse,
|
|
791
|
+
.fa-duotone.fa-inverse {
|
|
792
|
+
color: var(--fa-inverse, #fff);
|
|
793
|
+
}`;function cd(){var e=rd,t=id,n=ge.cssPrefix,r=ge.replacementClass,i=v0;if(n!==e||r!==t){var a=new RegExp("\\.".concat(e,"\\-"),"g"),o=new RegExp("\\--".concat(e,"\\-"),"g"),l=new RegExp("\\.".concat(t),"g");i=i.replace(a,".".concat(n,"-")).replace(o,"--".concat(n,"-")).replace(l,".".concat(r))}return i}var Ju=!1;function qo(){ge.autoAddCss&&!Ju&&(f0(cd()),Ju=!0)}var g0={mixout:function(){return{dom:{css:cd,insertCss:qo}}},hooks:function(){return{beforeDOMElementCreation:function(){qo()},beforeI2svg:function(){qo()}}}},dn=In||{};dn[fn]||(dn[fn]={});dn[fn].styles||(dn[fn].styles={});dn[fn].hooks||(dn[fn].hooks={});dn[fn].shims||(dn[fn].shims=[]);var Pt=dn[fn],fd=[],y0=function e(){je.removeEventListener("DOMContentLoaded",e),$a=1,fd.map(function(t){return t()})},$a=!1;mn&&($a=(je.documentElement.doScroll?/^loaded|^c/:/^loaded|^i|^c/).test(je.readyState),$a||je.addEventListener("DOMContentLoaded",y0));function b0(e){mn&&($a?setTimeout(e,0):fd.push(e))}function _i(e){var t=e.tag,n=e.attributes,r=n===void 0?{}:n,i=e.children,a=i===void 0?[]:i;return typeof e=="string"?ud(e):"<".concat(t," ").concat(h0(r),">").concat(a.map(_i).join(""),"</").concat(t,">")}function Zu(e,t,n){if(e&&e[t]&&e[t][n])return{prefix:t,iconName:n,icon:e[t][n]}}var _0=function(t,n){return function(r,i,a,o){return t.call(n,r,i,a,o)}},$o=function(t,n,r,i){var a=Object.keys(t),o=a.length,l=i!==void 0?_0(n,i):n,s,v,d;for(r===void 0?(s=1,d=t[a[0]]):(s=0,d=r);s<o;s++)v=a[s],d=l(d,t[v],v,t);return d};function E0(e){for(var t=[],n=0,r=e.length;n<r;){var i=e.charCodeAt(n++);if(i>=55296&&i<=56319&&n<r){var a=e.charCodeAt(n++);(a&64512)==56320?t.push(((i&1023)<<10)+(a&1023)+65536):(t.push(i),n--)}else t.push(i)}return t}function Pl(e){var t=E0(e);return t.length===1?t[0].toString(16):null}function O0(e,t){var n=e.length,r=e.charCodeAt(t),i;return r>=55296&&r<=56319&&n>t+1&&(i=e.charCodeAt(t+1),i>=56320&&i<=57343)?(r-55296)*1024+i-56320+65536:r}function Qu(e){return Object.keys(e).reduce(function(t,n){var r=e[n],i=!!r.icon;return i?t[r.iconName]=r.icon:t[n]=r,t},{})}function xl(e,t){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.skipHooks,i=r===void 0?!1:r,a=Qu(t);typeof Pt.hooks.addPack=="function"&&!i?Pt.hooks.addPack(e,Qu(t)):Pt.styles[e]=pe(pe({},Pt.styles[e]||{}),a),e==="fas"&&xl("fa",t)}var Ki,Wi,Gi,wr=Pt.styles,w0=Pt.shims,A0=(Ki={},Je(Ki,He,Object.values(ui[He])),Je(Ki,qe,Object.values(ui[qe])),Ki),ys=null,dd={},hd={},pd={},md={},vd={},T0=(Wi={},Je(Wi,He,Object.keys(li[He])),Je(Wi,qe,Object.keys(li[qe])),Wi);function k0(e){return~o0.indexOf(e)}function S0(e,t){var n=t.split("-"),r=n[0],i=n.slice(1).join("-");return r===e&&i!==""&&!k0(i)?i:null}var gd=function(){var t=function(a){return $o(wr,function(o,l,s){return o[s]=$o(l,a,{}),o},{})};dd=t(function(i,a,o){if(a[3]&&(i[a[3]]=o),a[2]){var l=a[2].filter(function(s){return typeof s=="number"});l.forEach(function(s){i[s.toString(16)]=o})}return i}),hd=t(function(i,a,o){if(i[o]=o,a[2]){var l=a[2].filter(function(s){return typeof s=="string"});l.forEach(function(s){i[s]=o})}return i}),vd=t(function(i,a,o){var l=a[2];return i[o]=o,l.forEach(function(s){i[s]=o}),i});var n="far"in wr||ge.autoFetchSvg,r=$o(w0,function(i,a){var o=a[0],l=a[1],s=a[2];return l==="far"&&!n&&(l="fas"),typeof o=="string"&&(i.names[o]={prefix:l,iconName:s}),typeof o=="number"&&(i.unicodes[o.toString(16)]={prefix:l,iconName:s}),i},{names:{},unicodes:{}});pd=r.names,md=r.unicodes,ys=so(ge.styleDefault,{family:ge.familyDefault})};c0(function(e){ys=so(e.styleDefault,{family:ge.familyDefault})});gd();function bs(e,t){return(dd[e]||{})[t]}function N0(e,t){return(hd[e]||{})[t]}function ar(e,t){return(vd[e]||{})[t]}function yd(e){return pd[e]||{prefix:null,iconName:null}}function L0(e){var t=md[e],n=bs("fas",e);return t||(n?{prefix:"fas",iconName:n}:null)||{prefix:null,iconName:null}}function Rn(){return ys}var _s=function(){return{prefix:null,iconName:null,rest:[]}};function so(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.family,r=n===void 0?He:n,i=li[r][e],a=si[r][e]||si[r][i],o=e in Pt.styles?e:null;return a||o||null}var ec=(Gi={},Je(Gi,He,Object.keys(ui[He])),Je(Gi,qe,Object.keys(ui[qe])),Gi);function uo(e){var t,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.skipLookups,i=r===void 0?!1:r,a=(t={},Je(t,He,"".concat(ge.cssPrefix,"-").concat(He)),Je(t,qe,"".concat(ge.cssPrefix,"-").concat(qe)),t),o=null,l=He;(e.includes(a[He])||e.some(function(v){return ec[He].includes(v)}))&&(l=He),(e.includes(a[qe])||e.some(function(v){return ec[qe].includes(v)}))&&(l=qe);var s=e.reduce(function(v,d){var u=S0(ge.cssPrefix,d);if(wr[d]?(d=A0[l].includes(d)?e0[l][d]:d,o=d,v.prefix=d):T0[l].indexOf(d)>-1?(o=d,v.prefix=so(d,{family:l})):u?v.iconName=u:d!==ge.replacementClass&&d!==a[He]&&d!==a[qe]&&v.rest.push(d),!i&&v.prefix&&v.iconName){var c=o==="fa"?yd(v.iconName):{},h=ar(v.prefix,v.iconName);c.prefix&&(o=null),v.iconName=c.iconName||h||v.iconName,v.prefix=c.prefix||v.prefix,v.prefix==="far"&&!wr.far&&wr.fas&&!ge.autoFetchSvg&&(v.prefix="fas")}return v},_s());return(e.includes("fa-brands")||e.includes("fab"))&&(s.prefix="fab"),(e.includes("fa-duotone")||e.includes("fad"))&&(s.prefix="fad"),!s.prefix&&l===qe&&(wr.fass||ge.autoFetchSvg)&&(s.prefix="fass",s.iconName=ar(s.prefix,s.iconName)||s.iconName),(s.prefix==="fa"||o==="fa")&&(s.prefix=Rn()||"fas"),s}var C0=function(){function e(){F2(this,e),this.definitions={}}return U2(e,[{key:"add",value:function(){for(var n=this,r=arguments.length,i=new Array(r),a=0;a<r;a++)i[a]=arguments[a];var o=i.reduce(this._pullDefinitions,{});Object.keys(o).forEach(function(l){n.definitions[l]=pe(pe({},n.definitions[l]||{}),o[l]),xl(l,o[l]);var s=ui[He][l];s&&xl(s,o[l]),gd()})}},{key:"reset",value:function(){this.definitions={}}},{key:"_pullDefinitions",value:function(n,r){var i=r.prefix&&r.iconName&&r.icon?{0:r}:r;return Object.keys(i).map(function(a){var o=i[a],l=o.prefix,s=o.iconName,v=o.icon,d=v[2];n[l]||(n[l]={}),d.length>0&&d.forEach(function(u){typeof u=="string"&&(n[l][u]=v)}),n[l][s]=v}),n}}]),e}(),tc=[],Ar={},Tr={},P0=Object.keys(Tr);function x0(e,t){var n=t.mixoutsTo;return tc=e,Ar={},Object.keys(Tr).forEach(function(r){P0.indexOf(r)===-1&&delete Tr[r]}),tc.forEach(function(r){var i=r.mixout?r.mixout():{};if(Object.keys(i).forEach(function(o){typeof i[o]=="function"&&(n[o]=i[o]),qa(i[o])==="object"&&Object.keys(i[o]).forEach(function(l){n[o]||(n[o]={}),n[o][l]=i[o][l]})}),r.hooks){var a=r.hooks();Object.keys(a).forEach(function(o){Ar[o]||(Ar[o]=[]),Ar[o].push(a[o])})}r.provides&&r.provides(Tr)}),n}function Il(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),i=2;i<n;i++)r[i-2]=arguments[i];var a=Ar[e]||[];return a.forEach(function(o){t=o.apply(null,[t].concat(r))}),t}function sr(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var i=Ar[e]||[];i.forEach(function(a){a.apply(null,n)})}function hn(){var e=arguments[0],t=Array.prototype.slice.call(arguments,1);return Tr[e]?Tr[e].apply(null,t):void 0}function Rl(e){e.prefix==="fa"&&(e.prefix="fas");var t=e.iconName,n=e.prefix||Rn();if(t)return t=ar(n,t)||t,Zu(bd.definitions,n,t)||Zu(Pt.styles,n,t)}var bd=new C0,I0=function(){ge.autoReplaceSvg=!1,ge.observeMutations=!1,sr("noAuto")},R0={i2svg:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return mn?(sr("beforeI2svg",t),hn("pseudoElements2svg",t),hn("i2svg",t)):Promise.reject("Operation requires a DOM of some kind.")},watch:function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=t.autoReplaceSvgRoot;ge.autoReplaceSvg===!1&&(ge.autoReplaceSvg=!0),ge.observeMutations=!0,b0(function(){M0({autoReplaceSvgRoot:n}),sr("watch",t)})}},D0={icon:function(t){if(t===null)return null;if(qa(t)==="object"&&t.prefix&&t.iconName)return{prefix:t.prefix,iconName:ar(t.prefix,t.iconName)||t.iconName};if(Array.isArray(t)&&t.length===2){var n=t[1].indexOf("fa-")===0?t[1].slice(3):t[1],r=so(t[0]);return{prefix:r,iconName:ar(r,n)||n}}if(typeof t=="string"&&(t.indexOf("".concat(ge.cssPrefix,"-"))>-1||t.match(t0))){var i=uo(t.split(" "),{skipLookups:!0});return{prefix:i.prefix||Rn(),iconName:ar(i.prefix,i.iconName)||i.iconName}}if(typeof t=="string"){var a=Rn();return{prefix:a,iconName:ar(a,t)||t}}}},Et={noAuto:I0,config:ge,dom:R0,parse:D0,library:bd,findIconDefinition:Rl,toHtml:_i},M0=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},n=t.autoReplaceSvgRoot,r=n===void 0?je:n;(Object.keys(Pt.styles).length>0||ge.autoFetchSvg)&&mn&&ge.autoReplaceSvg&&Et.dom.i2svg({node:r})};function co(e,t){return Object.defineProperty(e,"abstract",{get:t}),Object.defineProperty(e,"html",{get:function(){return e.abstract.map(function(r){return _i(r)})}}),Object.defineProperty(e,"node",{get:function(){if(mn){var r=je.createElement("div");return r.innerHTML=e.html,r.children}}}),e}function H0(e){var t=e.children,n=e.main,r=e.mask,i=e.attributes,a=e.styles,o=e.transform;if(gs(o)&&n.found&&!r.found){var l=n.width,s=n.height,v={x:l/s/2,y:.5};i.style=lo(pe(pe({},a),{},{"transform-origin":"".concat(v.x+o.x/16,"em ").concat(v.y+o.y/16,"em")}))}return[{tag:"svg",attributes:i,children:t}]}function j0(e){var t=e.prefix,n=e.iconName,r=e.children,i=e.attributes,a=e.symbol,o=a===!0?"".concat(t,"-").concat(ge.cssPrefix,"-").concat(n):a;return[{tag:"svg",attributes:{style:"display: none;"},children:[{tag:"symbol",attributes:pe(pe({},i),{},{id:o}),children:r}]}]}function Es(e){var t=e.icons,n=t.main,r=t.mask,i=e.prefix,a=e.iconName,o=e.transform,l=e.symbol,s=e.title,v=e.maskId,d=e.titleId,u=e.extra,c=e.watchable,h=c===void 0?!1:c,y=r.found?r:n,g=y.width,b=y.height,f=i==="fak",p=[ge.replacementClass,a?"".concat(ge.cssPrefix,"-").concat(a):""].filter(function(C){return u.classes.indexOf(C)===-1}).filter(function(C){return C!==""||!!C}).concat(u.classes).join(" "),_={children:[],attributes:pe(pe({},u.attributes),{},{"data-prefix":i,"data-icon":a,class:p,role:u.attributes.role||"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 ".concat(g," ").concat(b)})},m=f&&!~u.classes.indexOf("fa-fw")?{width:"".concat(g/b*16*.0625,"em")}:{};h&&(_.attributes[lr]=""),s&&(_.children.push({tag:"title",attributes:{id:_.attributes["aria-labelledby"]||"title-".concat(d||fi())},children:[s]}),delete _.attributes.title);var E=pe(pe({},_),{},{prefix:i,iconName:a,main:n,mask:r,maskId:v,transform:o,symbol:l,styles:pe(pe({},m),u.styles)}),N=r.found&&n.found?hn("generateAbstractMask",E)||{children:[],attributes:{}}:hn("generateAbstractIcon",E)||{children:[],attributes:{}},k=N.children,T=N.attributes;return E.children=k,E.attributes=T,l?j0(E):H0(E)}function nc(e){var t=e.content,n=e.width,r=e.height,i=e.transform,a=e.title,o=e.extra,l=e.watchable,s=l===void 0?!1:l,v=pe(pe(pe({},o.attributes),a?{title:a}:{}),{},{class:o.classes.join(" ")});s&&(v[lr]="");var d=pe({},o.styles);gs(i)&&(d.transform=m0({transform:i,startCentered:!0,width:n,height:r}),d["-webkit-transform"]=d.transform);var u=lo(d);u.length>0&&(v.style=u);var c=[];return c.push({tag:"span",attributes:v,children:[t]}),a&&c.push({tag:"span",attributes:{class:"sr-only"},children:[a]}),c}function V0(e){var t=e.content,n=e.title,r=e.extra,i=pe(pe(pe({},r.attributes),n?{title:n}:{}),{},{class:r.classes.join(" ")}),a=lo(r.styles);a.length>0&&(i.style=a);var o=[];return o.push({tag:"span",attributes:i,children:[t]}),n&&o.push({tag:"span",attributes:{class:"sr-only"},children:[n]}),o}var Ko=Pt.styles;function Dl(e){var t=e[0],n=e[1],r=e.slice(4),i=fs(r,1),a=i[0],o=null;return Array.isArray(a)?o={tag:"g",attributes:{class:"".concat(ge.cssPrefix,"-").concat(ir.GROUP)},children:[{tag:"path",attributes:{class:"".concat(ge.cssPrefix,"-").concat(ir.SECONDARY),fill:"currentColor",d:a[0]}},{tag:"path",attributes:{class:"".concat(ge.cssPrefix,"-").concat(ir.PRIMARY),fill:"currentColor",d:a[1]}}]}:o={tag:"path",attributes:{fill:"currentColor",d:a}},{found:!0,width:t,height:n,icon:o}}var z0={found:!1,width:512,height:512};function B0(e,t){!ad&&!ge.showMissingIcons&&e&&console.error('Icon with name "'.concat(e,'" and prefix "').concat(t,'" is missing.'))}function Ml(e,t){var n=t;return t==="fa"&&ge.styleDefault!==null&&(t=Rn()),new Promise(function(r,i){if(hn("missingIconAbstract"),n==="fa"){var a=yd(e)||{};e=a.iconName||e,t=a.prefix||t}if(e&&t&&Ko[t]&&Ko[t][e]){var o=Ko[t][e];return r(Dl(o))}B0(e,t),r(pe(pe({},z0),{},{icon:ge.showMissingIcons&&e?hn("missingIconAbstract")||{}:{}}))})}var rc=function(){},Hl=ge.measurePerformance&&zi&&zi.mark&&zi.measure?zi:{mark:rc,measure:rc},Gr='FA "6.5.1"',F0=function(t){return Hl.mark("".concat(Gr," ").concat(t," begins")),function(){return _d(t)}},_d=function(t){Hl.mark("".concat(Gr," ").concat(t," ends")),Hl.measure("".concat(Gr," ").concat(t),"".concat(Gr," ").concat(t," begins"),"".concat(Gr," ").concat(t," ends"))},Os={begin:F0,end:_d},oa=function(){};function ic(e){var t=e.getAttribute?e.getAttribute(lr):null;return typeof t=="string"}function U0(e){var t=e.getAttribute?e.getAttribute(hs):null,n=e.getAttribute?e.getAttribute(ps):null;return t&&n}function q0(e){return e&&e.classList&&e.classList.contains&&e.classList.contains(ge.replacementClass)}function $0(){if(ge.autoReplaceSvg===!0)return la.replace;var e=la[ge.autoReplaceSvg];return e||la.replace}function K0(e){return je.createElementNS("http://www.w3.org/2000/svg",e)}function W0(e){return je.createElement(e)}function Ed(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=t.ceFn,r=n===void 0?e.tag==="svg"?K0:W0:n;if(typeof e=="string")return je.createTextNode(e);var i=r(e.tag);Object.keys(e.attributes||[]).forEach(function(o){i.setAttribute(o,e.attributes[o])});var a=e.children||[];return a.forEach(function(o){i.appendChild(Ed(o,{ceFn:r}))}),i}function G0(e){var t=" ".concat(e.outerHTML," ");return t="".concat(t,"Font Awesome fontawesome.com "),t}var la={replace:function(t){var n=t[0];if(n.parentNode)if(t[1].forEach(function(i){n.parentNode.insertBefore(Ed(i),n)}),n.getAttribute(lr)===null&&ge.keepOriginalSource){var r=je.createComment(G0(n));n.parentNode.replaceChild(r,n)}else n.remove()},nest:function(t){var n=t[0],r=t[1];if(~vs(n).indexOf(ge.replacementClass))return la.replace(t);var i=new RegExp("".concat(ge.cssPrefix,"-.*"));if(delete r[0].attributes.id,r[0].attributes.class){var a=r[0].attributes.class.split(" ").reduce(function(l,s){return s===ge.replacementClass||s.match(i)?l.toSvg.push(s):l.toNode.push(s),l},{toNode:[],toSvg:[]});r[0].attributes.class=a.toSvg.join(" "),a.toNode.length===0?n.removeAttribute("class"):n.setAttribute("class",a.toNode.join(" "))}var o=r.map(function(l){return _i(l)}).join(`
|
|
794
|
+
`);n.setAttribute(lr,""),n.innerHTML=o}};function ac(e){e()}function Od(e,t){var n=typeof t=="function"?t:oa;if(e.length===0)n();else{var r=ac;ge.mutateApproach===Z2&&(r=In.requestAnimationFrame||ac),r(function(){var i=$0(),a=Os.begin("mutate");e.map(i),a(),n()})}}var ws=!1;function wd(){ws=!0}function jl(){ws=!1}var Ka=null;function oc(e){if(Yu&&ge.observeMutations){var t=e.treeCallback,n=t===void 0?oa:t,r=e.nodeCallback,i=r===void 0?oa:r,a=e.pseudoElementsCallback,o=a===void 0?oa:a,l=e.observeMutationsRoot,s=l===void 0?je:l;Ka=new Yu(function(v){if(!ws){var d=Rn();Hr(v).forEach(function(u){if(u.type==="childList"&&u.addedNodes.length>0&&!ic(u.addedNodes[0])&&(ge.searchPseudoElements&&o(u.target),n(u.target)),u.type==="attributes"&&u.target.parentNode&&ge.searchPseudoElements&&o(u.target.parentNode),u.type==="attributes"&&ic(u.target)&&~a0.indexOf(u.attributeName))if(u.attributeName==="class"&&U0(u.target)){var c=uo(vs(u.target)),h=c.prefix,y=c.iconName;u.target.setAttribute(hs,h||d),y&&u.target.setAttribute(ps,y)}else q0(u.target)&&i(u.target)})}}),mn&&Ka.observe(s,{childList:!0,attributes:!0,characterData:!0,subtree:!0})}}function Y0(){Ka&&Ka.disconnect()}function X0(e){var t=e.getAttribute("style"),n=[];return t&&(n=t.split(";").reduce(function(r,i){var a=i.split(":"),o=a[0],l=a.slice(1);return o&&l.length>0&&(r[o]=l.join(":").trim()),r},{})),n}function J0(e){var t=e.getAttribute("data-prefix"),n=e.getAttribute("data-icon"),r=e.innerText!==void 0?e.innerText.trim():"",i=uo(vs(e));return i.prefix||(i.prefix=Rn()),t&&n&&(i.prefix=t,i.iconName=n),i.iconName&&i.prefix||(i.prefix&&r.length>0&&(i.iconName=N0(i.prefix,e.innerText)||bs(i.prefix,Pl(e.innerText))),!i.iconName&&ge.autoFetchSvg&&e.firstChild&&e.firstChild.nodeType===Node.TEXT_NODE&&(i.iconName=e.firstChild.data)),i}function Z0(e){var t=Hr(e.attributes).reduce(function(i,a){return i.name!=="class"&&i.name!=="style"&&(i[a.name]=a.value),i},{}),n=e.getAttribute("title"),r=e.getAttribute("data-fa-title-id");return ge.autoA11y&&(n?t["aria-labelledby"]="".concat(ge.replacementClass,"-title-").concat(r||fi()):(t["aria-hidden"]="true",t.focusable="false")),t}function Q0(){return{iconName:null,title:null,titleId:null,prefix:null,transform:Gt,symbol:!1,mask:{iconName:null,prefix:null,rest:[]},maskId:null,extra:{classes:[],styles:{},attributes:{}}}}function lc(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{styleParser:!0},n=J0(e),r=n.iconName,i=n.prefix,a=n.rest,o=Z0(e),l=Il("parseNodeAttributes",{},e),s=t.styleParser?X0(e):[];return pe({iconName:r,title:e.getAttribute("title"),titleId:e.getAttribute("data-fa-title-id"),prefix:i,transform:Gt,mask:{iconName:null,prefix:null,rest:[]},maskId:null,symbol:!1,extra:{classes:a,styles:s,attributes:o}},l)}var ev=Pt.styles;function Ad(e){var t=ge.autoReplaceSvg==="nest"?lc(e,{styleParser:!1}):lc(e);return~t.extra.classes.indexOf(od)?hn("generateLayersText",e,t):hn("generateSvgReplacementMutation",e,t)}var Dn=new Set;ms.map(function(e){Dn.add("fa-".concat(e))});Object.keys(li[He]).map(Dn.add.bind(Dn));Object.keys(li[qe]).map(Dn.add.bind(Dn));Dn=yi(Dn);function sc(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(!mn)return Promise.resolve();var n=je.documentElement.classList,r=function(u){return n.add("".concat(Xu,"-").concat(u))},i=function(u){return n.remove("".concat(Xu,"-").concat(u))},a=ge.autoFetchSvg?Dn:ms.map(function(d){return"fa-".concat(d)}).concat(Object.keys(ev));a.includes("fa")||a.push("fa");var o=[".".concat(od,":not([").concat(lr,"])")].concat(a.map(function(d){return".".concat(d,":not([").concat(lr,"])")})).join(", ");if(o.length===0)return Promise.resolve();var l=[];try{l=Hr(e.querySelectorAll(o))}catch{}if(l.length>0)r("pending"),i("complete");else return Promise.resolve();var s=Os.begin("onTree"),v=l.reduce(function(d,u){try{var c=Ad(u);c&&d.push(c)}catch(h){ad||h.name==="MissingIcon"&&console.error(h)}return d},[]);return new Promise(function(d,u){Promise.all(v).then(function(c){Od(c,function(){r("active"),r("complete"),i("pending"),typeof t=="function"&&t(),s(),d()})}).catch(function(c){s(),u(c)})})}function tv(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;Ad(e).then(function(n){n&&Od([n],t)})}function nv(e){return function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=(t||{}).icon?t:Rl(t||{}),i=n.mask;return i&&(i=(i||{}).icon?i:Rl(i||{})),e(r,pe(pe({},n),{},{mask:i}))}}var rv=function(t){var n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=n.transform,i=r===void 0?Gt:r,a=n.symbol,o=a===void 0?!1:a,l=n.mask,s=l===void 0?null:l,v=n.maskId,d=v===void 0?null:v,u=n.title,c=u===void 0?null:u,h=n.titleId,y=h===void 0?null:h,g=n.classes,b=g===void 0?[]:g,f=n.attributes,p=f===void 0?{}:f,_=n.styles,m=_===void 0?{}:_;if(t){var E=t.prefix,N=t.iconName,k=t.icon;return co(pe({type:"icon"},t),function(){return sr("beforeDOMElementCreation",{iconDefinition:t,params:n}),ge.autoA11y&&(c?p["aria-labelledby"]="".concat(ge.replacementClass,"-title-").concat(y||fi()):(p["aria-hidden"]="true",p.focusable="false")),Es({icons:{main:Dl(k),mask:s?Dl(s.icon):{found:!1,width:null,height:null,icon:{}}},prefix:E,iconName:N,transform:pe(pe({},Gt),i),symbol:o,title:c,maskId:d,titleId:y,extra:{attributes:p,styles:m,classes:b}})})}},iv={mixout:function(){return{icon:nv(rv)}},hooks:function(){return{mutationObserverCallbacks:function(n){return n.treeCallback=sc,n.nodeCallback=tv,n}}},provides:function(t){t.i2svg=function(n){var r=n.node,i=r===void 0?je:r,a=n.callback,o=a===void 0?function(){}:a;return sc(i,o)},t.generateSvgReplacementMutation=function(n,r){var i=r.iconName,a=r.title,o=r.titleId,l=r.prefix,s=r.transform,v=r.symbol,d=r.mask,u=r.maskId,c=r.extra;return new Promise(function(h,y){Promise.all([Ml(i,l),d.iconName?Ml(d.iconName,d.prefix):Promise.resolve({found:!1,width:512,height:512,icon:{}})]).then(function(g){var b=fs(g,2),f=b[0],p=b[1];h([n,Es({icons:{main:f,mask:p},prefix:l,iconName:i,transform:s,symbol:v,maskId:u,title:a,titleId:o,extra:c,watchable:!0})])}).catch(y)})},t.generateAbstractIcon=function(n){var r=n.children,i=n.attributes,a=n.main,o=n.transform,l=n.styles,s=lo(l);s.length>0&&(i.style=s);var v;return gs(o)&&(v=hn("generateAbstractTransformGrouping",{main:a,transform:o,containerWidth:a.width,iconWidth:a.width})),r.push(v||a.icon),{children:r,attributes:i}}}},av={mixout:function(){return{layer:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.classes,a=i===void 0?[]:i;return co({type:"layer"},function(){sr("beforeDOMElementCreation",{assembler:n,params:r});var o=[];return n(function(l){Array.isArray(l)?l.map(function(s){o=o.concat(s.abstract)}):o=o.concat(l.abstract)}),[{tag:"span",attributes:{class:["".concat(ge.cssPrefix,"-layers")].concat(yi(a)).join(" ")},children:o}]})}}}},ov={mixout:function(){return{counter:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.title,a=i===void 0?null:i,o=r.classes,l=o===void 0?[]:o,s=r.attributes,v=s===void 0?{}:s,d=r.styles,u=d===void 0?{}:d;return co({type:"counter",content:n},function(){return sr("beforeDOMElementCreation",{content:n,params:r}),V0({content:n.toString(),title:a,extra:{attributes:v,styles:u,classes:["".concat(ge.cssPrefix,"-layers-counter")].concat(yi(l))}})})}}}},lv={mixout:function(){return{text:function(n){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},i=r.transform,a=i===void 0?Gt:i,o=r.title,l=o===void 0?null:o,s=r.classes,v=s===void 0?[]:s,d=r.attributes,u=d===void 0?{}:d,c=r.styles,h=c===void 0?{}:c;return co({type:"text",content:n},function(){return sr("beforeDOMElementCreation",{content:n,params:r}),nc({content:n,transform:pe(pe({},Gt),a),title:l,extra:{attributes:u,styles:h,classes:["".concat(ge.cssPrefix,"-layers-text")].concat(yi(v))}})})}}},provides:function(t){t.generateLayersText=function(n,r){var i=r.title,a=r.transform,o=r.extra,l=null,s=null;if(nd){var v=parseInt(getComputedStyle(n).fontSize,10),d=n.getBoundingClientRect();l=d.width/v,s=d.height/v}return ge.autoA11y&&!i&&(o.attributes["aria-hidden"]="true"),Promise.resolve([n,nc({content:n.innerHTML,width:l,height:s,transform:a,title:i,extra:o,watchable:!0})])}}},sv=new RegExp('"',"ug"),uc=[1105920,1112319];function uv(e){var t=e.replace(sv,""),n=O0(t,0),r=n>=uc[0]&&n<=uc[1],i=t.length===2?t[0]===t[1]:!1;return{value:Pl(i?t[0]:t),isSecondary:r||i}}function cc(e,t){var n="".concat(J2).concat(t.replace(":","-"));return new Promise(function(r,i){if(e.getAttribute(n)!==null)return r();var a=Hr(e.children),o=a.filter(function(k){return k.getAttribute(Cl)===t})[0],l=In.getComputedStyle(e,t),s=l.getPropertyValue("font-family").match(n0),v=l.getPropertyValue("font-weight"),d=l.getPropertyValue("content");if(o&&!s)return e.removeChild(o),r();if(s&&d!=="none"&&d!==""){var u=l.getPropertyValue("content"),c=~["Sharp"].indexOf(s[2])?qe:He,h=~["Solid","Regular","Light","Thin","Duotone","Brands","Kit"].indexOf(s[2])?si[c][s[2].toLowerCase()]:r0[c][v],y=uv(u),g=y.value,b=y.isSecondary,f=s[0].startsWith("FontAwesome"),p=bs(h,g),_=p;if(f){var m=L0(g);m.iconName&&m.prefix&&(p=m.iconName,h=m.prefix)}if(p&&!b&&(!o||o.getAttribute(hs)!==h||o.getAttribute(ps)!==_)){e.setAttribute(n,_),o&&e.removeChild(o);var E=Q0(),N=E.extra;N.attributes[Cl]=t,Ml(p,h).then(function(k){var T=Es(pe(pe({},E),{},{icons:{main:k,mask:_s()},prefix:h,iconName:_,extra:N,watchable:!0})),C=je.createElementNS("http://www.w3.org/2000/svg","svg");t==="::before"?e.insertBefore(C,e.firstChild):e.appendChild(C),C.outerHTML=T.map(function(L){return _i(L)}).join(`
|
|
795
|
+
`),e.removeAttribute(n),r()}).catch(i)}else r()}else r()})}function cv(e){return Promise.all([cc(e,"::before"),cc(e,"::after")])}function fv(e){return e.parentNode!==document.head&&!~Q2.indexOf(e.tagName.toUpperCase())&&!e.getAttribute(Cl)&&(!e.parentNode||e.parentNode.tagName!=="svg")}function fc(e){if(mn)return new Promise(function(t,n){var r=Hr(e.querySelectorAll("*")).filter(fv).map(cv),i=Os.begin("searchPseudoElements");wd(),Promise.all(r).then(function(){i(),jl(),t()}).catch(function(){i(),jl(),n()})})}var dv={hooks:function(){return{mutationObserverCallbacks:function(n){return n.pseudoElementsCallback=fc,n}}},provides:function(t){t.pseudoElements2svg=function(n){var r=n.node,i=r===void 0?je:r;ge.searchPseudoElements&&fc(i)}}},dc=!1,hv={mixout:function(){return{dom:{unwatch:function(){wd(),dc=!0}}}},hooks:function(){return{bootstrap:function(){oc(Il("mutationObserverCallbacks",{}))},noAuto:function(){Y0()},watch:function(n){var r=n.observeMutationsRoot;dc?jl():oc(Il("mutationObserverCallbacks",{observeMutationsRoot:r}))}}}},hc=function(t){var n={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t.toLowerCase().split(" ").reduce(function(r,i){var a=i.toLowerCase().split("-"),o=a[0],l=a.slice(1).join("-");if(o&&l==="h")return r.flipX=!0,r;if(o&&l==="v")return r.flipY=!0,r;if(l=parseFloat(l),isNaN(l))return r;switch(o){case"grow":r.size=r.size+l;break;case"shrink":r.size=r.size-l;break;case"left":r.x=r.x-l;break;case"right":r.x=r.x+l;break;case"up":r.y=r.y-l;break;case"down":r.y=r.y+l;break;case"rotate":r.rotate=r.rotate+l;break}return r},n)},pv={mixout:function(){return{parse:{transform:function(n){return hc(n)}}}},hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-transform");return i&&(n.transform=hc(i)),n}}},provides:function(t){t.generateAbstractTransformGrouping=function(n){var r=n.main,i=n.transform,a=n.containerWidth,o=n.iconWidth,l={transform:"translate(".concat(a/2," 256)")},s="translate(".concat(i.x*32,", ").concat(i.y*32,") "),v="scale(".concat(i.size/16*(i.flipX?-1:1),", ").concat(i.size/16*(i.flipY?-1:1),") "),d="rotate(".concat(i.rotate," 0 0)"),u={transform:"".concat(s," ").concat(v," ").concat(d)},c={transform:"translate(".concat(o/2*-1," -256)")},h={outer:l,inner:u,path:c};return{tag:"g",attributes:pe({},h.outer),children:[{tag:"g",attributes:pe({},h.inner),children:[{tag:r.icon.tag,children:r.icon.children,attributes:pe(pe({},r.icon.attributes),h.path)}]}]}}}},Wo={x:0,y:0,width:"100%",height:"100%"};function pc(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0;return e.attributes&&(e.attributes.fill||t)&&(e.attributes.fill="black"),e}function mv(e){return e.tag==="g"?e.children:[e]}var vv={hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-mask"),a=i?uo(i.split(" ").map(function(o){return o.trim()})):_s();return a.prefix||(a.prefix=Rn()),n.mask=a,n.maskId=r.getAttribute("data-fa-mask-id"),n}}},provides:function(t){t.generateAbstractMask=function(n){var r=n.children,i=n.attributes,a=n.main,o=n.mask,l=n.maskId,s=n.transform,v=a.width,d=a.icon,u=o.width,c=o.icon,h=p0({transform:s,containerWidth:u,iconWidth:v}),y={tag:"rect",attributes:pe(pe({},Wo),{},{fill:"white"})},g=d.children?{children:d.children.map(pc)}:{},b={tag:"g",attributes:pe({},h.inner),children:[pc(pe({tag:d.tag,attributes:pe(pe({},d.attributes),h.path)},g))]},f={tag:"g",attributes:pe({},h.outer),children:[b]},p="mask-".concat(l||fi()),_="clip-".concat(l||fi()),m={tag:"mask",attributes:pe(pe({},Wo),{},{id:p,maskUnits:"userSpaceOnUse",maskContentUnits:"userSpaceOnUse"}),children:[y,f]},E={tag:"defs",children:[{tag:"clipPath",attributes:{id:_},children:mv(c)},m]};return r.push(E,{tag:"rect",attributes:pe({fill:"currentColor","clip-path":"url(#".concat(_,")"),mask:"url(#".concat(p,")")},Wo)}),{children:r,attributes:i}}}},gv={provides:function(t){var n=!1;In.matchMedia&&(n=In.matchMedia("(prefers-reduced-motion: reduce)").matches),t.missingIconAbstract=function(){var r=[],i={fill:"currentColor"},a={attributeType:"XML",repeatCount:"indefinite",dur:"2s"};r.push({tag:"path",attributes:pe(pe({},i),{},{d:"M156.5,447.7l-12.6,29.5c-18.7-9.5-35.9-21.2-51.5-34.9l22.7-22.7C127.6,430.5,141.5,440,156.5,447.7z M40.6,272H8.5 c1.4,21.2,5.4,41.7,11.7,61.1L50,321.2C45.1,305.5,41.8,289,40.6,272z M40.6,240c1.4-18.8,5.2-37,11.1-54.1l-29.5-12.6 C14.7,194.3,10,216.7,8.5,240H40.6z M64.3,156.5c7.8-14.9,17.2-28.8,28.1-41.5L69.7,92.3c-13.7,15.6-25.5,32.8-34.9,51.5 L64.3,156.5z M397,419.6c-13.9,12-29.4,22.3-46.1,30.4l11.9,29.8c20.7-9.9,39.8-22.6,56.9-37.6L397,419.6z M115,92.4 c13.9-12,29.4-22.3,46.1-30.4l-11.9-29.8c-20.7,9.9-39.8,22.6-56.8,37.6L115,92.4z M447.7,355.5c-7.8,14.9-17.2,28.8-28.1,41.5 l22.7,22.7c13.7-15.6,25.5-32.9,34.9-51.5L447.7,355.5z M471.4,272c-1.4,18.8-5.2,37-11.1,54.1l29.5,12.6 c7.5-21.1,12.2-43.5,13.6-66.8H471.4z M321.2,462c-15.7,5-32.2,8.2-49.2,9.4v32.1c21.2-1.4,41.7-5.4,61.1-11.7L321.2,462z M240,471.4c-18.8-1.4-37-5.2-54.1-11.1l-12.6,29.5c21.1,7.5,43.5,12.2,66.8,13.6V471.4z M462,190.8c5,15.7,8.2,32.2,9.4,49.2h32.1 c-1.4-21.2-5.4-41.7-11.7-61.1L462,190.8z M92.4,397c-12-13.9-22.3-29.4-30.4-46.1l-29.8,11.9c9.9,20.7,22.6,39.8,37.6,56.9 L92.4,397z M272,40.6c18.8,1.4,36.9,5.2,54.1,11.1l12.6-29.5C317.7,14.7,295.3,10,272,8.5V40.6z M190.8,50 c15.7-5,32.2-8.2,49.2-9.4V8.5c-21.2,1.4-41.7,5.4-61.1,11.7L190.8,50z M442.3,92.3L419.6,115c12,13.9,22.3,29.4,30.5,46.1 l29.8-11.9C470,128.5,457.3,109.4,442.3,92.3z M397,92.4l22.7-22.7c-15.6-13.7-32.8-25.5-51.5-34.9l-12.6,29.5 C370.4,72.1,384.4,81.5,397,92.4z"})});var o=pe(pe({},a),{},{attributeName:"opacity"}),l={tag:"circle",attributes:pe(pe({},i),{},{cx:"256",cy:"364",r:"28"}),children:[]};return n||l.children.push({tag:"animate",attributes:pe(pe({},a),{},{attributeName:"r",values:"28;14;28;28;14;28;"})},{tag:"animate",attributes:pe(pe({},o),{},{values:"1;0;1;1;0;1;"})}),r.push(l),r.push({tag:"path",attributes:pe(pe({},i),{},{opacity:"1",d:"M263.7,312h-16c-6.6,0-12-5.4-12-12c0-71,77.4-63.9,77.4-107.8c0-20-17.8-40.2-57.4-40.2c-29.1,0-44.3,9.6-59.2,28.7 c-3.9,5-11.1,6-16.2,2.4l-13.1-9.2c-5.6-3.9-6.9-11.8-2.6-17.2c21.2-27.2,46.4-44.7,91.2-44.7c52.3,0,97.4,29.8,97.4,80.2 c0,67.6-77.4,63.5-77.4,107.8C275.7,306.6,270.3,312,263.7,312z"}),children:n?[]:[{tag:"animate",attributes:pe(pe({},o),{},{values:"1;0;0;0;0;1;"})}]}),n||r.push({tag:"path",attributes:pe(pe({},i),{},{opacity:"0",d:"M232.5,134.5l7,168c0.3,6.4,5.6,11.5,12,11.5h9c6.4,0,11.7-5.1,12-11.5l7-168c0.3-6.8-5.2-12.5-12-12.5h-23 C237.7,122,232.2,127.7,232.5,134.5z"}),children:[{tag:"animate",attributes:pe(pe({},o),{},{values:"0;0;1;1;0;0;"})}]}),{tag:"g",attributes:{class:"missing"},children:r}}}},yv={hooks:function(){return{parseNodeAttributes:function(n,r){var i=r.getAttribute("data-fa-symbol"),a=i===null?!1:i===""?!0:i;return n.symbol=a,n}}}},bv=[g0,iv,av,ov,lv,dv,hv,pv,vv,gv,yv];x0(bv,{mixoutsTo:Et});Et.noAuto;var Td=Et.config,_v=Et.library;Et.dom;var Wa=Et.parse;Et.findIconDefinition;Et.toHtml;var Ev=Et.icon;Et.layer;var Ov=Et.text;Et.counter;function mc(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function Lt(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?mc(Object(n),!0).forEach(function(r){gt(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):mc(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function Ga(e){"@babel/helpers - typeof";return Ga=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Ga(e)}function gt(e,t,n){return t=Cv(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function wv(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,a;for(a=0;a<r.length;a++)i=r[a],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function Av(e,t){if(e==null)return{};var n=wv(e,t),r,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)r=a[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Vl(e){return Tv(e)||kv(e)||Sv(e)||Nv()}function Tv(e){if(Array.isArray(e))return zl(e)}function kv(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Sv(e,t){if(e){if(typeof e=="string")return zl(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return zl(e,t)}}function zl(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Nv(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
796
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Lv(e,t){if(typeof e!="object"||e===null)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function Cv(e){var t=Lv(e,"string");return typeof t=="symbol"?t:String(t)}var Pv=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},kd={exports:{}};(function(e){(function(t){var n=function(f,p,_){if(!v(p)||u(p)||c(p)||h(p)||s(p))return p;var m,E=0,N=0;if(d(p))for(m=[],N=p.length;E<N;E++)m.push(n(f,p[E],_));else{m={};for(var k in p)Object.prototype.hasOwnProperty.call(p,k)&&(m[f(k,_)]=n(f,p[k],_))}return m},r=function(f,p){p=p||{};var _=p.separator||"_",m=p.split||/(?=[A-Z])/;return f.split(m).join(_)},i=function(f){return y(f)?f:(f=f.replace(/[\-_\s]+(.)?/g,function(p,_){return _?_.toUpperCase():""}),f.substr(0,1).toLowerCase()+f.substr(1))},a=function(f){var p=i(f);return p.substr(0,1).toUpperCase()+p.substr(1)},o=function(f,p){return r(f,p).toLowerCase()},l=Object.prototype.toString,s=function(f){return typeof f=="function"},v=function(f){return f===Object(f)},d=function(f){return l.call(f)=="[object Array]"},u=function(f){return l.call(f)=="[object Date]"},c=function(f){return l.call(f)=="[object RegExp]"},h=function(f){return l.call(f)=="[object Boolean]"},y=function(f){return f=f-0,f===f},g=function(f,p){var _=p&&"process"in p?p.process:p;return typeof _!="function"?f:function(m,E){return _(m,f,E)}},b={camelize:i,decamelize:o,pascalize:a,depascalize:o,camelizeKeys:function(f,p){return n(g(i,p),f)},decamelizeKeys:function(f,p){return n(g(o,p),f,p)},pascalizeKeys:function(f,p){return n(g(a,p),f)},depascalizeKeys:function(){return this.decamelizeKeys.apply(this,arguments)}};e.exports?e.exports=b:t.humps=b})(Pv)})(kd);var xv=kd.exports,Iv=["class","style"];function Rv(e){return e.split(";").map(function(t){return t.trim()}).filter(function(t){return t}).reduce(function(t,n){var r=n.indexOf(":"),i=xv.camelize(n.slice(0,r)),a=n.slice(r+1).trim();return t[i]=a,t},{})}function Dv(e){return e.split(/\s+/).reduce(function(t,n){return t[n]=!0,t},{})}function As(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};if(typeof e=="string")return e;var r=(e.children||[]).map(function(s){return As(s)}),i=Object.keys(e.attributes||{}).reduce(function(s,v){var d=e.attributes[v];switch(v){case"class":s.class=Dv(d);break;case"style":s.style=Rv(d);break;default:s.attrs[v]=d}return s},{attrs:{},class:{},style:{}});n.class;var a=n.style,o=a===void 0?{}:a,l=Av(n,Iv);return A.h(e.tag,Lt(Lt(Lt({},t),{},{class:i.class,style:Lt(Lt({},i.style),o)},i.attrs),l),r)}var Sd=!1;try{Sd=!0}catch{}function Mv(){if(!Sd&&console&&typeof console.error=="function"){var e;(e=console).error.apply(e,arguments)}}function ti(e,t){return Array.isArray(t)&&t.length>0||!Array.isArray(t)&&t?gt({},e,t):{}}function Hv(e){var t,n=(t={"fa-spin":e.spin,"fa-pulse":e.pulse,"fa-fw":e.fixedWidth,"fa-border":e.border,"fa-li":e.listItem,"fa-inverse":e.inverse,"fa-flip":e.flip===!0,"fa-flip-horizontal":e.flip==="horizontal"||e.flip==="both","fa-flip-vertical":e.flip==="vertical"||e.flip==="both"},gt(t,"fa-".concat(e.size),e.size!==null),gt(t,"fa-rotate-".concat(e.rotation),e.rotation!==null),gt(t,"fa-pull-".concat(e.pull),e.pull!==null),gt(t,"fa-swap-opacity",e.swapOpacity),gt(t,"fa-bounce",e.bounce),gt(t,"fa-shake",e.shake),gt(t,"fa-beat",e.beat),gt(t,"fa-fade",e.fade),gt(t,"fa-beat-fade",e.beatFade),gt(t,"fa-flash",e.flash),gt(t,"fa-spin-pulse",e.spinPulse),gt(t,"fa-spin-reverse",e.spinReverse),t);return Object.keys(n).map(function(r){return n[r]?r:null}).filter(function(r){return r})}function vc(e){if(e&&Ga(e)==="object"&&e.prefix&&e.iconName&&e.icon)return e;if(Wa.icon)return Wa.icon(e);if(e===null)return null;if(Ga(e)==="object"&&e.prefix&&e.iconName)return e;if(Array.isArray(e)&&e.length===2)return{prefix:e[0],iconName:e[1]};if(typeof e=="string")return{prefix:"fas",iconName:e}}var jv=A.defineComponent({name:"FontAwesomeIcon",props:{border:{type:Boolean,default:!1},fixedWidth:{type:Boolean,default:!1},flip:{type:[Boolean,String],default:!1,validator:function(t){return[!0,!1,"horizontal","vertical","both"].indexOf(t)>-1}},icon:{type:[Object,Array,String],required:!0},mask:{type:[Object,Array,String],default:null},maskId:{type:String,default:null},listItem:{type:Boolean,default:!1},pull:{type:String,default:null,validator:function(t){return["right","left"].indexOf(t)>-1}},pulse:{type:Boolean,default:!1},rotation:{type:[String,Number],default:null,validator:function(t){return[90,180,270].indexOf(Number.parseInt(t,10))>-1}},swapOpacity:{type:Boolean,default:!1},size:{type:String,default:null,validator:function(t){return["2xs","xs","sm","lg","xl","2xl","1x","2x","3x","4x","5x","6x","7x","8x","9x","10x"].indexOf(t)>-1}},spin:{type:Boolean,default:!1},transform:{type:[String,Object],default:null},symbol:{type:[Boolean,String],default:!1},title:{type:String,default:null},titleId:{type:String,default:null},inverse:{type:Boolean,default:!1},bounce:{type:Boolean,default:!1},shake:{type:Boolean,default:!1},beat:{type:Boolean,default:!1},fade:{type:Boolean,default:!1},beatFade:{type:Boolean,default:!1},flash:{type:Boolean,default:!1},spinPulse:{type:Boolean,default:!1},spinReverse:{type:Boolean,default:!1}},setup:function(t,n){var r=n.attrs,i=A.computed(function(){return vc(t.icon)}),a=A.computed(function(){return ti("classes",Hv(t))}),o=A.computed(function(){return ti("transform",typeof t.transform=="string"?Wa.transform(t.transform):t.transform)}),l=A.computed(function(){return ti("mask",vc(t.mask))}),s=A.computed(function(){return Ev(i.value,Lt(Lt(Lt(Lt({},a.value),o.value),l.value),{},{symbol:t.symbol,title:t.title,titleId:t.titleId,maskId:t.maskId}))});A.watch(s,function(d){if(!d)return Mv("Could not find one or more icon(s)",i.value,l.value)},{immediate:!0});var v=A.computed(function(){return s.value?As(s.value.abstract[0],{},r):null});return function(){return v.value}}});A.defineComponent({name:"FontAwesomeLayers",props:{fixedWidth:{type:Boolean,default:!1}},setup:function(t,n){var r=n.slots,i=Td.familyPrefix,a=A.computed(function(){return["".concat(i,"-layers")].concat(Vl(t.fixedWidth?["".concat(i,"-fw")]:[]))});return function(){return A.h("div",{class:a.value},r.default?r.default():[])}}});A.defineComponent({name:"FontAwesomeLayersText",props:{value:{type:[String,Number],default:""},transform:{type:[String,Object],default:null},counter:{type:Boolean,default:!1},position:{type:String,default:null,validator:function(t){return["bottom-left","bottom-right","top-left","top-right"].indexOf(t)>-1}}},setup:function(t,n){var r=n.attrs,i=Td.familyPrefix,a=A.computed(function(){return ti("classes",[].concat(Vl(t.counter?["".concat(i,"-layers-counter")]:[]),Vl(t.position?["".concat(i,"-layers-").concat(t.position)]:[])))}),o=A.computed(function(){return ti("transform",typeof t.transform=="string"?Wa.transform(t.transform):t.transform)}),l=A.computed(function(){var v=Ov(t.value.toString(),Lt(Lt({},o.value),a.value)),d=v.abstract;return t.counter&&(d[0].attributes.class=d[0].attributes.class.replace("fa-layers-text","")),d[0]}),s=A.computed(function(){return As(l.value,{},r)});return function(){return s.value}}});var Vv={prefix:"fas",iconName:"calendar-days",icon:[448,512,["calendar-alt"],"f073","M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zm64 80v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm128 0v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H208c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V272c0-8.8-7.2-16-16-16H336zM64 400v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H80c-8.8 0-16 7.2-16 16zm144-16c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H208zm112 16v32c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16V400c0-8.8-7.2-16-16-16H336c-8.8 0-16 7.2-16 16z"]},zv={prefix:"fas",iconName:"person",icon:[320,512,[129485,"male"],"f183","M112 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm40 304V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V256.9L59.4 304.5c-9.1 15.1-28.8 20-43.9 10.9s-20-28.8-10.9-43.9l58.3-97c17.4-28.9 48.6-46.6 82.3-46.6h29.7c33.7 0 64.9 17.7 82.3 46.6l58.3 97c9.1 15.1 4.2 34.8-10.9 43.9s-34.8 4.2-43.9-10.9L232 256.9V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V352H152z"]},Bv=zv,Fv={prefix:"fas",iconName:"gift-card",icon:[576,512,[],"f663","M353.5 68.8C361.1 55.9 374.9 48 389.8 48H392c22.1 0 40 17.9 40 40s-17.9 40-40 40H320h-1.3l34.8-59.2zm-131 0L257.3 128H256 184c-22.1 0-40-17.9-40-40s17.9-40 40-40h2.2c14.9 0 28.8 7.9 36.3 20.8zm89.6-24.3L288 85.5l-24.1-41C247.7 16.9 218.1 0 186.2 0H184C135.4 0 96 39.4 96 88c0 14.4 3.5 28 9.6 40H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V192c0-35.3-28.7-64-64-64H470.4c6.1-12 9.6-25.6 9.6-40c0-48.6-39.4-88-88-88h-2.2c-31.9 0-61.5 16.9-77.7 44.4zM512 384v64H64V384H512zm0-64H64V192H230.1l-40.5 48.6c-8.5 10.2-7.1 25.3 3.1 33.8s25.3 7.1 33.8-3.1L288 197.5l61.6 73.9c8.5 10.2 23.6 11.6 33.8 3.1s11.6-23.6 3.1-33.8L345.9 192H512V320z"]},Uv={prefix:"fas",iconName:"bell-concierge",icon:[512,512,[128718,"concierge-bell"],"f562","M216 64c-13.3 0-24 10.7-24 24s10.7 24 24 24h16v33.3C119.6 157.2 32 252.4 32 368H480c0-115.6-87.6-210.8-200-222.7V112h16c13.3 0 24-10.7 24-24s-10.7-24-24-24H256 216zM24 400c-13.3 0-24 10.7-24 24s10.7 24 24 24H488c13.3 0 24-10.7 24-24s-10.7-24-24-24H24z"]},qv=Uv,$v={prefix:"fas",iconName:"money-bill",icon:[576,512,[],"f0d6","M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"]},Kv={prefix:"fas",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z"]},Wv=Kv,Gv={prefix:"fas",iconName:"arrow-up-right-from-square",icon:[512,512,["external-link"],"f08e","M320 0c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L201.4 265.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L448 109.3V192c0 17.7 14.3 32 32 32s32-14.3 32-32V32c0-17.7-14.3-32-32-32H320zM80 32C35.8 32 0 67.8 0 112V432c0 44.2 35.8 80 80 80H400c44.2 0 80-35.8 80-80V320c0-17.7-14.3-32-32-32s-32 14.3-32 32V432c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16H192c17.7 0 32-14.3 32-32s-14.3-32-32-32H80z"]},Yv={prefix:"fas",iconName:"tags",icon:[512,512,[],"f02c","M345 39.1L472.8 168.4c52.4 53 52.4 138.2 0 191.2L360.8 472.9c-9.3 9.4-24.5 9.5-33.9 .2s-9.5-24.5-.2-33.9L438.6 325.9c33.9-34.3 33.9-89.4 0-123.7L310.9 72.9c-9.3-9.4-9.2-24.6 .2-33.9s24.6-9.2 33.9 .2zM0 229.5V80C0 53.5 21.5 32 48 32H197.5c17 0 33.3 6.7 45.3 18.7l168 168c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0l-168-168C6.7 262.7 0 246.5 0 229.5zM144 144a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z"]},Xv={prefix:"fas",iconName:"child",icon:[320,512,[],"f1ae","M96 64a64 64 0 1 1 128 0A64 64 0 1 1 96 64zm48 320v96c0 17.7-14.3 32-32 32s-32-14.3-32-32V287.8L59.1 321c-9.4 15-29.2 19.4-44.1 10S-4.5 301.9 4.9 287l39.9-63.3C69.7 184 113.2 160 160 160s90.3 24 115.2 63.6L315.1 287c9.4 15 4.9 34.7-10 44.1s-34.7 4.9-44.1-10L240 287.8V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V384H144z"]},Jv={prefix:"fas",iconName:"calendar-check",icon:[448,512,[],"f274","M128 0c17.7 0 32 14.3 32 32V64H288V32c0-17.7 14.3-32 32-32s32 14.3 32 32V64h48c26.5 0 48 21.5 48 48v48H0V112C0 85.5 21.5 64 48 64H96V32c0-17.7 14.3-32 32-32zM0 192H448V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V192zM329 305c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-95 95-47-47c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l64 64c9.4 9.4 24.6 9.4 33.9 0L329 305z"]},Zv={prefix:"fas",iconName:"cart-shopping",icon:[576,512,[128722,"shopping-cart"],"f07a","M0 24C0 10.7 10.7 0 24 0H69.5c22 0 41.5 12.8 50.6 32h411c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3H170.7l5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5H488c13.3 0 24 10.7 24 24s-10.7 24-24 24H199.7c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5H24C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"]},Qv=Zv,eg={prefix:"fas",iconName:"house",icon:[576,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z"]},tg={prefix:"fas",iconName:"location-dot",icon:[384,512,["map-marker-alt"],"f3c5","M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"]},ng={prefix:"fas",iconName:"timer",icon:[512,512,[],"e29e","M256 0c-17.7 0-32 14.3-32 32V96c0 17.7 14.3 32 32 32s32-14.3 32-32V66.7C378.8 81.9 448 160.9 448 256c0 106-86 192-192 192S64 362 64 256c0-53.7 22-102.3 57.6-137.1c12.6-12.4 12.8-32.6 .5-45.3S89.5 60.8 76.8 73.1C29.5 119.6 0 184.4 0 256C0 397.4 114.6 512 256 512s256-114.6 256-256S397.4 0 256 0zM193 159c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l80 80c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-80-80z"]},rg={prefix:"fas",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"]},ig=rg,ag={prefix:"fas",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"]},og=ag,lg={prefix:"fas",iconName:"circle-xmark",icon:[512,512,[61532,"times-circle","xmark-circle"],"f057","M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"]},sg={prefix:"fas",iconName:"bed-front",icon:[512,512,["bed-alt"],"f8f7","M32 80c0-26.5 21.5-48 48-48H432c26.5 0 48 21.5 48 48V209.1c-14.5-8.4-30.7-14-48-16.1c0-.3 0-.7 0-1V160c0-17.7-14.3-32-32-32H304c-17.7 0-32 14.3-32 32v32H240V160c0-17.7-14.3-32-32-32H112c-17.7 0-32 14.3-32 32v32c0 .3 0 .7 0 1c-17.3 2.2-33.6 7.8-48 16.1V80zM0 320c0-53 43-96 96-96H416c53 0 96 43 96 96V448c0 17.7-14.3 32-32 32s-32-14.3-32-32V416H64v32c0 17.7-14.3 32-32 32s-32-14.3-32-32V320z"]},ug=sg,cg={prefix:"fab",iconName:"stripe",icon:[640,512,[],"f429","M165 144.7l-43.3 9.2-.2 142.4c0 26.3 19.8 43.3 46.1 43.3 14.6 0 25.3-2.7 31.2-5.9v-33.8c-5.7 2.3-33.7 10.5-33.7-15.7V221h33.7v-37.8h-33.7zm89.1 51.6l-2.7-13.1H213v153.2h44.3V233.3c10.5-13.8 28.2-11.1 33.9-9.3v-40.8c-6-2.1-26.7-6-37.1 13.1zm92.3-72.3l-44.6 9.5v36.2l44.6-9.5zM44.9 228.3c0-6.9 5.8-9.6 15.1-9.7 13.5 0 30.7 4.1 44.2 11.4v-41.8c-14.7-5.8-29.4-8.1-44.1-8.1-36 0-60 18.8-60 50.2 0 49.2 67.5 41.2 67.5 62.4 0 8.2-7.1 10.9-17 10.9-14.7 0-33.7-6.1-48.6-14.2v40c16.5 7.1 33.2 10.1 48.5 10.1 36.9 0 62.3-15.8 62.3-47.8 0-52.9-67.9-43.4-67.9-63.4zM640 261.6c0-45.5-22-81.4-64.2-81.4s-67.9 35.9-67.9 81.1c0 53.5 30.3 78.2 73.5 78.2 21.2 0 37.1-4.8 49.2-11.5v-33.4c-12.1 6.1-26 9.8-43.6 9.8-17.3 0-32.5-6.1-34.5-26.9h86.9c.2-2.3.6-11.6.6-15.9zm-87.9-16.8c0-20 12.3-28.4 23.4-28.4 10.9 0 22.5 8.4 22.5 28.4zm-112.9-64.6c-17.4 0-28.6 8.2-34.8 13.9l-2.3-11H363v204.8l44.4-9.4.1-50.2c6.4 4.7 15.9 11.2 31.4 11.2 31.8 0 60.8-23.2 60.8-79.6.1-51.6-29.3-79.7-60.5-79.7zm-10.6 122.5c-10.4 0-16.6-3.8-20.9-8.4l-.3-66c4.6-5.1 11-8.8 21.2-8.8 16.2 0 27.4 18.2 27.4 41.4.1 23.9-10.9 41.8-27.4 41.8zm-126.7 33.7h44.6V183.2h-44.6z"]},fg={prefix:"fal",iconName:"at",icon:[512,512,[61946],"40","M256 32C132.3 32 32 132.3 32 256s100.3 224 224 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C114.6 512 0 397.4 0 256S114.6 0 256 0S512 114.6 512 256v24c0 48.6-39.4 88-88 88c-33.4 0-62.5-18.7-77.4-46.1c-20.4 28-53.4 46.1-90.6 46.1c-61.9 0-112-50.1-112-112s50.1-112 112-112c31.3 0 59.7 12.9 80 33.6V176c0-8.8 7.2-16 16-16s16 7.2 16 16v80 24c0 30.9 25.1 56 56 56s56-25.1 56-56V256C480 132.3 379.7 32 256 32zm80 224a80 80 0 1 0 -160 0 80 80 0 1 0 160 0z"]},dg={prefix:"fal",iconName:"trash-can",icon:[448,512,[61460,"trash-alt"],"f2ed","M164.2 39.5L148.9 64H299.1L283.8 39.5c-2.9-4.7-8.1-7.5-13.6-7.5H177.7c-5.5 0-10.6 2.8-13.6 7.5zM311 22.6L336.9 64H384h32 16c8.8 0 16 7.2 16 16s-7.2 16-16 16H416V432c0 44.2-35.8 80-80 80H112c-44.2 0-80-35.8-80-80V96H16C7.2 96 0 88.8 0 80s7.2-16 16-16H32 64h47.1L137 22.6C145.8 8.5 161.2 0 177.7 0h92.5c16.6 0 31.9 8.5 40.7 22.6zM64 96V432c0 26.5 21.5 48 48 48H336c26.5 0 48-21.5 48-48V96H64zm80 80V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16zm96 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16zm96 0V400c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16s16 7.2 16 16z"]},hg=dg,pg={prefix:"fal",iconName:"info",icon:[192,512,[],"f129","M64 64a32 32 0 1 1 64 0A32 32 0 1 1 64 64zM16 176c0-8.8 7.2-16 16-16H96c8.8 0 16 7.2 16 16V448h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H16c-8.8 0-16-7.2-16-16s7.2-16 16-16H80V192H32c-8.8 0-16-7.2-16-16z"]},Nd={prefix:"fal",iconName:"calendar-days",icon:[448,512,["calendar-alt"],"f073","M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H312v72H416V192zm0 104H312v80H416V296zm0 112H312v72h72c17.7 0 32-14.3 32-32V408zM280 376V296H168v80H280zM168 408v72H280V408H168zm-32-32V296H32v80H136zM32 408v40c0 17.7 14.3 32 32 32h72V408H32zm0-144H136V192H32v72zm136 0H280V192H168v72zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32z"]},mg=Nd,vg={prefix:"fal",iconName:"sliders-up",icon:[512,512,["sliders-v"],"f3f1","M96 0c8.8 0 16 7.2 16 16V81.6c36.5 7.4 64 39.7 64 78.4s-27.5 71-64 78.4V496c0 8.8-7.2 16-16 16s-16-7.2-16-16V238.4C43.5 231 16 198.7 16 160s27.5-71 64-78.4V16C80 7.2 87.2 0 96 0zm0 208a48 48 0 1 0 0-96 48 48 0 1 0 0 96zM256 400a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm80-48c0 38.7-27.5 71-64 78.4V496c0 8.8-7.2 16-16 16s-16-7.2-16-16V430.4c-36.5-7.4-64-39.7-64-78.4s27.5-71 64-78.4V16c0-8.8 7.2-16 16-16s16 7.2 16 16V273.6c36.5 7.4 64 39.7 64 78.4zM464 192a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm-32 78.4V496c0 8.8-7.2 16-16 16s-16-7.2-16-16V270.4c-36.5-7.4-64-39.7-64-78.4s27.5-71 64-78.4V16c0-8.8 7.2-16 16-16s16 7.2 16 16v97.6c36.5 7.4 64 39.7 64 78.4s-27.5 71-64 78.4z"]},gg=vg,yg={prefix:"fal",iconName:"calendar-circle-user",icon:[576,512,[],"e471","M128 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V64H64C28.7 64 0 92.7 0 128v32 32V448c0 35.3 28.7 64 64 64H330.8c-12.9-9.1-24.5-19.9-34.6-32H64c-17.7 0-32-14.3-32-32V192H352h64 16 16V160 128c0-35.3-28.7-64-64-64H352V16c0-8.8-7.2-16-16-16s-16 7.2-16 16V64H128V16zM64 96H384c17.7 0 32 14.3 32 32v32H32V128c0-17.7 14.3-32 32-32zM492 462.6c-17.3 11-37.9 17.4-60 17.4s-42.7-6.4-60-17.4c7.8-9.1 19.4-14.6 31.8-14.6h56.4c12.4 0 23.9 5.5 31.8 14.6zm24.3-20.8c-13.8-16.1-34.2-25.8-56.1-25.8H403.8c-21.8 0-42.2 9.6-56.1 25.8C330.5 422.1 320 396.2 320 368c0-61.9 50.1-112 112-112s112 50.1 112 112c0 28.2-10.5 54.1-27.7 73.8zM576 368a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM432 320a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0 80a56 56 0 1 0 0-112 56 56 0 1 0 0 112z"]},bg={prefix:"fal",iconName:"person",icon:[320,512,[129485,"male"],"f183","M160 80a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-80a56 56 0 1 1 0 112A56 56 0 1 1 160 0zM128 164V320h64V164c-6-2.6-12.5-4-19.3-4H147.3c-6.8 0-13.3 1.4-19.3 4zm0 188V496c0 8.8-7.2 16-16 16s-16-7.2-16-16V202.1L46.1 295.5c-4.2 7.8-13.9 10.7-21.7 6.6s-10.7-13.9-6.6-21.7L76.7 170.3c13.9-26 41-42.3 70.6-42.3h25.4c29.5 0 56.7 16.3 70.6 42.3l58.8 110.2c4.2 7.8 1.2 17.5-6.6 21.7s-17.5 1.2-21.7-6.6L224 202.2V496c0 8.8-7.2 16-16 16s-16-7.2-16-16V352H128z"]},_g=bg,Eg={prefix:"fal",iconName:"gift-card",icon:[576,512,[],"f663","M397.1 32c-17.6 0-33.9 9-43.2 23.9l-45 72.1H320h80c26.5 0 48-21.5 48-48s-21.5-48-48-48h-2.9zm-130 96l-45-72.1C212.8 41 196.5 32 178.9 32H176c-26.5 0-48 21.5-48 48s21.5 48 48 48h80 11.1zM288 101l38.8-62c15.1-24.2 41.7-39 70.3-39H400c44.2 0 80 35.8 80 80c0 18-6 34.6-16 48h48c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192c0-35.3 28.7-64 64-64h48c-10-13.4-16-30-16-48c0-44.2 35.8-80 80-80h2.9c28.6 0 55.2 14.7 70.3 39L288 101zM176 160H64c-17.7 0-32 14.3-32 32v96H544V192c0-17.7-14.3-32-32-32H400 322.2l58.1 69.8c5.7 6.8 4.7 16.9-2 22.5s-16.9 4.7-22.5-2L288 169l-67.7 81.3c-5.7 6.8-15.7 7.7-22.5 2s-7.7-15.7-2-22.5L253.8 160H176zM32 320v64H544V320H32zM544 448V416H32v32c0 17.7 14.3 32 32 32H512c17.7 0 32-14.3 32-32z"]},Og={prefix:"fal",iconName:"bell-concierge",icon:[512,512,[128718,"concierge-bell"],"f562","M208 64c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v48.6C123.8 152.8 32 249.7 32 368v16H64V368c0-106 86-192 192-192s192 86 192 192v16h32V368c0-118.3-91.8-215.2-208-223.4V96h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H256 208zM16 416c-8.8 0-16 7.2-16 16s7.2 16 16 16H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H16z"]},wg=Og,Ag={prefix:"fal",iconName:"hourglass-end",icon:[384,512,[8987,"hourglass-3"],"f253","M0 16C0 7.2 7.2 0 16 0H48 336h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H352V73.6c0 49.4-22.8 96-61.8 126.3L218.1 256l72.2 56.1c39 30.3 61.8 76.9 61.8 126.3V480h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H336 48 16c-8.8 0-16-7.2-16-16s7.2-16 16-16H32V438.4c0-49.4 22.8-96 61.8-126.3L165.9 256 93.8 199.9C54.8 169.6 32 122.9 32 73.6V32H16C7.2 32 0 24.8 0 16zM64 32V73.6c0 39.5 18.2 76.8 49.4 101L192 235.7l78.6-61.1c31.2-24.3 49.4-61.5 49.4-101V32H64zm49.4 305.4c-5.7 4.5-11 9.3-15.8 14.6H286.4c-4.8-5.3-10.1-10.2-15.8-14.6L192 276.3l-78.6 61.1zM76.1 384C68.2 400.8 64 419.4 64 438.4V480H320V438.4c0-19.1-4.2-37.6-12.1-54.4H76.1z"]},Tg={prefix:"fal",iconName:"flag",icon:[448,512,[127988,61725],"f024","M32 16C32 7.2 24.8 0 16 0S0 7.2 0 16V64 367v33 96c0 8.8 7.2 16 16 16s16-7.2 16-16V392l96.3-24.1c41.1-10.3 84.6-5.5 122.5 13.4c44.2 22.1 95.5 24.8 141.7 7.4l34.7-13c12.5-4.7 20.8-16.6 20.8-30V66.1c0-23-24.2-38-44.8-27.7l-9.6 4.8c-46.3 23.2-100.8 23.2-147.1 0c-35.1-17.6-75.4-22-113.5-12.5L32 56V16zm0 73L140.7 61.8c30.7-7.7 63.1-4.1 91.4 10c55.3 27.7 120.4 27.7 175.8 0l8.1-4.1v278l-34.7 13c-37.9 14.2-80 12-116.2-6.1c-44.7-22.4-96-28-144.5-15.9L32 359V89z"]},kg={prefix:"fal",iconName:"house-night",icon:[640,512,[],"e010","M127 1c-4.9-.7-9.9-1-15-1C50.1 0 0 50.1 0 112s50.1 112 112 112c30.6 0 58.4-12.3 78.6-32.2c.7-.6 1.3-1.3 1.9-2c2.9-3 5.7-6.2 8.2-9.5c2.3-3 4.5-6.2 6.5-9.5c3.9-6.2-3.2-13.3-10.4-12c-2.4 .4-4.9 .8-7.5 .9c-1.8 .1-3.6 .2-5.4 .2c-2.2 0-4.3-.1-6.5-.3c-.4 0-.8-.1-1.2-.1C140.2 155.8 112 125.2 112 88c0-20.8 8.8-39.5 22.9-52.7c.3-.3 .6-.5 .9-.8c2.9-2.7 6.1-5.1 9.4-7.2c2.1-1.4 4.3-2.6 6.6-3.7c6.6-3.3 8-13.2 1.1-15.9c-3.6-1.4-7.2-2.6-10.9-3.6c-4-1.1-8.1-2-12.3-2.7c-.9-.1-1.8-.3-2.7-.4zM80 88c0 43.9 27.1 81.4 65.5 96.7C135.3 189.4 124 192 112 192c-44.2 0-80-35.8-80-80c0-38.4 27.1-70.5 63.3-78.2C85.6 49.5 80 68.1 80 88zM410.4 99.9c-6-5.1-14.8-5.1-20.8 0l-224 192c-6.7 5.8-7.5 15.9-1.7 22.6s15.9 7.5 22.6 1.7L224 283.9V448c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V283.9l37.6 32.2c6.7 5.7 16.8 5 22.6-1.7s5-16.8-1.7-22.6l-224-192zM544 256.5V448c0 17.7-14.3 32-32 32H288c-17.7 0-32-14.3-32-32V256.5L400 133.1 544 256.5zM336 304v64c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V304c0-17.7-14.3-32-32-32H368c-17.7 0-32 14.3-32 32zm96 0v64H368V304h64zM256 0c-8.8 0-16 7.2-16 16V48H208c-8.8 0-16 7.2-16 16s7.2 16 16 16h32v32c0 8.8 7.2 16 16 16s16-7.2 16-16V80h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V16c0-8.8-7.2-16-16-16zM96 320c-8.8 0-16 7.2-16 16v32H48c-8.8 0-16 7.2-16 16s7.2 16 16 16H80v32c0 8.8 7.2 16 16 16s16-7.2 16-16V400h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H112V336c0-8.8-7.2-16-16-16z"]},Sg={prefix:"fal",iconName:"map-location",icon:[576,512,["map-marked"],"f59f","M376 120c0 7.4-2.7 19-9.4 35c-6.5 15.4-15.7 32.4-26.4 49.7c-17.1 27.8-36.9 54.7-52.2 74.4c-15.3-19.7-35.1-46.6-52.2-74.4c-10.7-17.3-19.9-34.3-26.4-49.7c-6.7-15.9-9.4-27.6-9.4-35c0-48.6 39.4-88 88-88s88 39.4 88 88zm32 0C408 53.7 354.3 0 288 0S168 53.7 168 120c0 54.6 73.1 151.9 105.2 192c7.7 9.6 22 9.6 29.6 0C334.9 271.9 408 174.6 408 120zm-4.6 103.6c.9-.2 1.7-.4 2.5-.8L544 167.6V421.2L416 472.4V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V474.8L192 419.9V304c0-8.8-7.2-16-16-16s-16 7.2-16 16V421.2L32 472.4V218.8l115.5-46.2c-3.9-10-7.2-20.4-9.2-30.8L15.1 191.1C6 194.8 0 203.6 0 213.4V484.2c0 17 17.1 28.6 32.9 22.3l144-57.6 218.7 62.5c3.4 1 7 .8 10.3-.5l155-62c9.1-3.6 15.1-12.5 15.1-22.3V155.8c0-17-17.1-28.6-32.9-22.3L425.2 180.7c-6.1 14.2-13.6 28.8-21.8 42.9z"]},Ng=Sg,Lg={prefix:"fal",iconName:"hourglass-half",icon:[384,512,["hourglass-2"],"f252","M16 512c-8.8 0-16-7.2-16-16s7.2-16 16-16H32V438.4c0-49.4 22.8-96 61.8-126.3L165.9 256 93.8 199.9C54.8 169.6 32 122.9 32 73.6V32H16C7.2 32 0 24.8 0 16S7.2 0 16 0H48 336h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H352V73.6c0 49.4-22.8 96-61.8 126.3L218.1 256l72.2 56.1c39 30.3 61.8 76.9 61.8 126.3V480h16c8.8 0 16 7.2 16 16s-7.2 16-16 16H336 48 16zm304-32V438.4c0-7.6-.7-15.1-2-22.4H66c-1.3 7.3-2 14.8-2 22.4V480H320zM113.4 337.4C97.3 349.9 84.6 366 76.1 384H307.9c-8.5-18-21.1-34.1-37.3-46.6L192 276.3l-78.6 61.1zM192 235.7l78.6-61.1c5.7-4.5 11-9.3 15.8-14.6H97.6c4.8 5.3 10.1 10.2 15.8 14.6L192 235.7zM307.9 128c7.9-16.8 12.1-35.4 12.1-54.4V32H64V73.6c0 19.1 4.2 37.6 12.1 54.4H307.9z"]},Cg={prefix:"fal",iconName:"calendar-circle-exclamation",icon:[576,512,[],"e46e","M128 16c0-8.8-7.2-16-16-16s-16 7.2-16 16V64H64C28.7 64 0 92.7 0 128v32 32V448c0 35.3 28.7 64 64 64H330.8c-12.9-9.1-24.5-19.9-34.6-32H64c-17.7 0-32-14.3-32-32V192H352h64 16 16V160 128c0-35.3-28.7-64-64-64H352V16c0-8.8-7.2-16-16-16s-16 7.2-16 16V64H128V16zM64 96H384c17.7 0 32 14.3 32 32v32H32V128c0-17.7 14.3-32 32-32zM320 368a112 112 0 1 1 224 0 112 112 0 1 1 -224 0zm256 0a144 144 0 1 0 -288 0 144 144 0 1 0 288 0zM432 448a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm0-160c-8.8 0-16 7.2-16 16v64c0 8.8 7.2 16 16 16s16-7.2 16-16V304c0-8.8-7.2-16-16-16z"]},Pg={prefix:"fal",iconName:"money-bill",icon:[576,512,[],"f0d6","M480 96c0 35.3 28.7 64 64 64V128c0-17.7-14.3-32-32-32H480zm-32 0H128c0 53-43 96-96 96V320c53 0 96 43 96 96H448c0-53 43-96 96-96V192c-53 0-96-43-96-96zM32 384c0 17.7 14.3 32 32 32H96c0-35.3-28.7-64-64-64v32zm512-32c-35.3 0-64 28.7-64 64h32c17.7 0 32-14.3 32-32V352zM64 96c-17.7 0-32 14.3-32 32v32c35.3 0 64-28.7 64-64H64zM0 128C0 92.7 28.7 64 64 64H512c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM352 256a64 64 0 1 0 -128 0 64 64 0 1 0 128 0zm-160 0a96 96 0 1 1 192 0 96 96 0 1 1 -192 0z"]},xg={prefix:"fal",iconName:"key",icon:[512,512,[128273],"f084","M192 176c0-79.5 64.5-144 144-144s144 64.5 144 144s-64.5 144-144 144c-11.1 0-22-1.3-32.4-3.6c-5.4-1.2-11 .4-14.9 4.3L257.4 352H208c-8.8 0-16 7.2-16 16v48H144c-8.8 0-16 7.2-16 16v48H32V398.6L194.8 235.8c4.2-4.2 5.7-10.5 3.9-16.2c-4.4-13.8-6.7-28.4-6.7-43.7zM336 0C238.8 0 160 78.8 160 176c0 15.1 1.9 29.8 5.5 43.9L4.7 380.7c-3 3-4.7 7.1-4.7 11.3V496c0 8.8 7.2 16 16 16H144c8.8 0 16-7.2 16-16V448h48c8.8 0 16-7.2 16-16V384h40c4.2 0 8.3-1.7 11.3-4.7l30-30c10 1.8 20.2 2.7 30.7 2.7c97.2 0 176-78.8 176-176S433.2 0 336 0zm32 168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},Ig={prefix:"fal",iconName:"globe",icon:[512,512,[127760],"f0ac","M256 480c16.7 0 40.4-14.4 61.9-57.3c9.9-19.8 18.2-43.7 24.1-70.7H170c5.9 27 14.2 50.9 24.1 70.7C215.6 465.6 239.3 480 256 480zM164.3 320H347.7c2.8-20.2 4.3-41.7 4.3-64s-1.5-43.8-4.3-64H164.3c-2.8 20.2-4.3 41.7-4.3 64s1.5 43.8 4.3 64zM170 160H342c-5.9-27-14.2-50.9-24.1-70.7C296.4 46.4 272.7 32 256 32s-40.4 14.4-61.9 57.3C184.2 109.1 175.9 133 170 160zm210 32c2.6 20.5 4 41.9 4 64s-1.4 43.5-4 64h90.8c6-20.3 9.3-41.8 9.3-64s-3.2-43.7-9.3-64H380zm78.5-32c-25.9-54.5-73.1-96.9-130.9-116.3c21 28.3 37.6 68.8 47.2 116.3h83.8zm-321.1 0c9.6-47.6 26.2-88 47.2-116.3C126.7 63.1 79.4 105.5 53.6 160h83.7zm-96 32c-6 20.3-9.3 41.8-9.3 64s3.2 43.7 9.3 64H132c-2.6-20.5-4-41.9-4-64s1.4-43.5 4-64H41.3zM327.5 468.3c57.8-19.5 105-61.8 130.9-116.3H374.7c-9.6 47.6-26.2 88-47.2 116.3zm-143 0c-21-28.3-37.5-68.8-47.2-116.3H53.6c25.9 54.5 73.1 96.9 130.9 116.3zM256 512A256 256 0 1 1 256 0a256 256 0 1 1 0 512z"]},Rg={prefix:"fal",iconName:"mailbox",icon:[576,512,[128234],"f813","M32 208V384c0 17.7 14.3 32 32 32H224c17.7 0 32-14.3 32-32V208c0-61.9-50.1-112-112-112S32 146.1 32 208zm256 0V384c0 11.7-3.1 22.6-8.6 32H512c17.7 0 32-14.3 32-32V208c0-61.9-50.1-112-112-112H234.5c32.6 26.4 53.5 66.8 53.5 112zM64 448c-35.3 0-64-28.7-64-64V208C0 128.5 64.5 64 144 64H432c79.5 0 144 64.5 144 144V384c0 35.3-28.7 64-64 64H224 64zm48-256h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm224 0h96 56c13.3 0 24 10.7 24 24v80c0 13.3-10.7 24-24 24H440c-13.3 0-24-10.7-24-24V224H336c-8.8 0-16-7.2-16-16s7.2-16 16-16zm112 96h32V224H448v64z"]},Dg={prefix:"fal",iconName:"egg-fried",icon:[512,512,[],"f7fc","M461.1 182.8c31.6 42.6 22.6 102.7-19.9 134.3c-13.4 9.9-28.4 15.8-43.8 18c-23.8 3.3-49.1 13.4-70.9 26.8c-21.6 13.3-42.8 31.8-55.7 54.1C235.5 477.2 157.2 498.2 96 462.9S13.8 349.2 49.1 288c28.1-48.6 42.7-116.9 47.2-168.4c2-22.3 11.7-44 29.1-60.8c38.2-36.7 99-35.5 135.7 2.7c17.9 18.6 42.8 36.8 68.2 51.6s53.5 27.6 78.5 33.9c20.6 5.3 39.6 17.4 53.3 35.8zM415.8 116c-42.4-10.9-101.2-45.1-131.5-76.7c-49-51-130-52.6-181-3.6C80.1 58 67.1 87 64.5 116.8C60.2 166.1 46.2 229.1 21.4 272C-22.7 348.5 3.5 446.4 80 490.6s174.4 18 218.6-58.6c18.8-32.5 66.1-60 103.3-65.2c20.5-2.9 40.6-10.8 58.4-24c56.8-42.1 68.7-122.3 26.6-179.1c-18.2-24.6-43.5-40.7-71-47.8zM224 336a96 96 0 1 1 0-192 96 96 0 1 1 0 192zM96 240a128 128 0 1 0 256 0A128 128 0 1 0 96 240zm88 0c0-22.1 17.9-40 40-40c8.8 0 16-7.2 16-16s-7.2-16-16-16c-39.8 0-72 32.2-72 72c0 8.8 7.2 16 16 16s16-7.2 16-16z"]},Mg={prefix:"fal",iconName:"box",icon:[448,512,[128230],"f466","M342.4 64H240v96H405.9L371.7 83c-5.1-11.6-16.6-19-29.2-19zM416 192H240 208 32V416c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM42.1 160H208V64H105.6c-12.6 0-24.1 7.4-29.2 19L42.1 160zM342.4 32c25.3 0 48.2 14.9 58.5 38l41.6 93.6c3.6 8.2 5.5 17 5.5 26V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V189.6c0-9 1.9-17.8 5.5-26L47.1 70c10.3-23.1 33.2-38 58.5-38H342.4z"]},Hg={prefix:"fal",iconName:"hourglass-start",icon:[384,512,["hourglass-1"],"f251","M0 496c0 8.8 7.2 16 16 16H48 336h32c8.8 0 16-7.2 16-16s-7.2-16-16-16H352V438.4c0-49.4-22.8-96-61.8-126.3L218.1 256l72.2-56.1c39-30.3 61.8-76.9 61.8-126.3V32h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H336 48 16C7.2 0 0 7.2 0 16s7.2 16 16 16H32V73.6c0 49.4 22.8 96 61.8 126.3L165.9 256 93.8 312.1C54.8 342.4 32 389.1 32 438.4V480H16c-8.8 0-16 7.2-16 16zm64-16V438.4c0-39.5 18.2-76.8 49.4-101L192 276.3l78.6 61.1c31.2 24.2 49.4 61.5 49.4 101V480H64zm49.4-305.4C97.3 162.1 84.6 146 76.1 128H307.9c-8.5 18-21.1 34.1-37.3 46.6L192 235.7l-78.6-61.1zM66 96c-1.3-7.3-2-14.8-2-22.4V32H320V73.6c0 7.6-.7 15.1-2 22.4H66z"]},jg={prefix:"fal",iconName:"paper-plane-top",icon:[512,512,["paper-plane-alt","send"],"e20a","M3.4 78.3c-6-12-3.9-26.5 5.3-36.3s23.5-12.7 35.9-7.5l448 192c11.8 5 19.4 16.6 19.4 29.4s-7.6 24.4-19.4 29.4l-448 192c-12.3 5.3-26.7 2.3-35.9-7.5s-11.3-24.3-5.3-36.3L92.2 256 3.4 78.3zM120 272L32 448 442.7 272H120zm322.7-32L32 64l88 176H442.7z"]},Vg={prefix:"fal",iconName:"calendar-range",icon:[448,512,[],"e0d6","M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM416 192H32V448c0 17.7 14.3 32 32 32H384c17.7 0 32-14.3 32-32V192zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32zm0 176c0 8.8-7.2 16-16 16H208c-8.8 0-16-7.2-16-16s7.2-16 16-16H368c8.8 0 16 7.2 16 16zM240 416H80c-8.8 0-16-7.2-16-16s7.2-16 16-16H240c8.8 0 16 7.2 16 16s-7.2 16-16 16zM96 272a16 16 0 1 0 32 0 16 16 0 1 0 -32 0zm16 48a48 48 0 1 1 0-96 48 48 0 1 1 0 96zm224 96a16 16 0 1 0 0-32 16 16 0 1 0 0 32zm48-16a48 48 0 1 1 -96 0 48 48 0 1 1 96 0z"]},zg={prefix:"fal",iconName:"wheelchair",icon:[512,512,[],"f193","M176 32a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0 80A56 56 0 1 0 176 0a56 56 0 1 0 0 112zm-32.4 96c-2-8.6-10.5-14-19.1-12.1C53.2 212.1 0 275.8 0 352c0 88.4 71.6 160 160 160c69.7 0 128.9-44.5 150.9-106.7c2.9-8.3-1.4-17.5-9.8-20.4s-17.5 1.4-20.4 9.8C263.1 444.4 215.7 480 160 480C89.3 480 32 422.7 32 352c0-60.9 42.5-111.9 99.5-124.8c8.6-2 14-10.5 12.1-19.1zm56-51.6c-2-8.6-10.5-14-19.1-12.1s-14 10.5-12.1 19.1l34.3 151.1c5 21.9 24.4 37.4 46.8 37.4H358.1l59.6 119.2c1.9 3.8 5.2 6.7 9.3 8s8.4 1 12.2-.9l64-32c7.9-4 11.1-13.6 7.2-21.5s-13.6-11.1-21.5-7.2l-49.7 24.8L386.7 337.7c-5.4-10.8-16.5-17.7-28.6-17.7H249.5c-7.5 0-13.9-5.2-15.6-12.5L215 224H352c8.8 0 16-7.2 16-16s-7.2-16-16-16H207.7l-8.1-35.5z"]},Bg={prefix:"fal",iconName:"stars",icon:[512,512,[],"f762","M352 16V80h64c8.8 0 16 7.2 16 16s-7.2 16-16 16H352v64c0 8.8-7.2 16-16 16s-16-7.2-16-16V112H256c-8.8 0-16-7.2-16-16s7.2-16 16-16h64V16c0-8.8 7.2-16 16-16s16 7.2 16 16zM152.8 265.5c-4.7 9.5-13.7 16-24.1 17.5L41.2 295.8l63.4 61.9c7.5 7.3 11 17.9 9.2 28.3l-15 87.3L177 432.1c9.3-4.9 20.5-4.9 29.8 0L285 473.3l-15-87.3c-1.8-10.4 1.7-20.9 9.2-28.3l63.4-61.9-87.5-12.7c-10.4-1.5-19.4-8.1-24.1-17.5l-39.1-79.4-39.1 79.4zm17.6-108.1c8.8-17.9 34.3-17.9 43.1 0l46.3 94 103.5 15.1c19.7 2.9 27.5 27 13.3 40.9l-74.9 73.2 17.7 103.3c3.4 19.6-17.2 34.6-34.8 25.3l-92.6-48.8L99.3 509.2c-17.6 9.3-38.2-5.7-34.8-25.3L82.2 380.6 7.2 307.4C-7 293.5 .9 269.3 20.5 266.5l103.5-15.1 46.3-94zM448 160c8.8 0 16 7.2 16 16v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H464v32c0 8.8-7.2 16-16 16s-16-7.2-16-16V240H400c-8.8 0-16-7.2-16-16s7.2-16 16-16h32V176c0-8.8 7.2-16 16-16z"]},Fg={prefix:"fal",iconName:"city",icon:[640,512,[127961],"f64f","M96 16V64h64V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64 80 96H176 64c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32H197.5c4.2 11.9 10.7 22.8 19 32H64c-35.3 0-64-28.7-64-64V128C0 92.7 28.7 64 64 64V16C64 7.2 71.2 0 80 0s16 7.2 16 16zM512 192c-17.7 0-32-14.3-32-32V64c0-17.7-14.3-32-32-32H288c-17.7 0-32 14.3-32 32V448c0 17.7 14.3 32 32 32h32H448 576c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H512zm0-128v64 32h32 32c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H448 320 288c-35.3 0-64-28.7-64-64V64c0-35.3 28.7-64 64-64H448c35.3 0 64 28.7 64 64zM320 392V344c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H344c-13.3 0-24-10.7-24-24zm32-8h32V352H352v32zM344 64h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H344c-13.3 0-24-10.7-24-24V88c0-13.3 10.7-24 24-24zm8 64h32V96H352v32zM320 264V216c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H344c-13.3 0-24-10.7-24-24zm32-8h32V224H352v32zM504 448c-13.3 0-24-10.7-24-24V376c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H504zm8-64v32h32V384H512zm-32-88V248c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H504c-13.3 0-24-10.7-24-24zm32-8h32V256H512v32zM88 352c-13.3 0-24-10.7-24-24V280c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H88zm8-64v32h32V288H96zM64 200V152c0-13.3 10.7-24 24-24h48c13.3 0 24 10.7 24 24v48c0 13.3-10.7 24-24 24H88c-13.3 0-24-10.7-24-24zm32-8h32V160H96v32z"]},Ug={prefix:"fal",iconName:"wifi",icon:[640,512,["wifi-3","wifi-strong"],"f1eb","M27.3 184.4C102.4 110 205.8 64 320 64s217.6 46 292.7 120.4c6.3 6.2 16.4 6.2 22.6-.1s6.2-16.4-.1-22.6C554.3 81.5 442.9 32 320 32S85.7 81.5 4.7 161.7c-6.3 6.2-6.3 16.3-.1 22.6s16.3 6.3 22.6 .1zM320 224c70.5 0 134.4 28.5 180.7 74.7c6.3 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6c-52.1-51.9-123.9-84-203.3-84s-151.2 32.1-203.3 84c-6.3 6.2-6.3 16.4 0 22.6s16.4 6.3 22.6 0C185.6 252.5 249.5 224 320 224zm0 160a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm0 96a64 64 0 1 0 0-128 64 64 0 1 0 0 128z"]},qg={prefix:"fal",iconName:"circle-check",icon:[512,512,[61533,"check-circle"],"f058","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM363.3 203.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L224 297.4l-52.7-52.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l64 64c6.2 6.2 16.4 6.2 22.6 0l128-128z"]},$g=qg,Kg={prefix:"fal",iconName:"id-badge",icon:[384,512,[],"f2c1","M64 32C46.3 32 32 46.3 32 64V448c0 17.7 14.3 32 32 32H320c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zM0 64C0 28.7 28.7 0 64 0H320c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM224 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0zm-96 0a64 64 0 1 1 128 0 64 64 0 1 1 -128 0zm0-144c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H144c-8.8 0-16-7.2-16-16zM112 400c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-26.5-21.5-48-48-48H160c-26.5 0-48 21.5-48 48z"]},Wg={prefix:"fal",iconName:"clock-seven",icon:[512,512,[],"e350","M480 256A224 224 0 1 1 32 256a224 224 0 1 1 448 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM240 112V251.2l-61.3 92c-4.9 7.4-2.9 17.3 4.4 22.2s17.3 2.9 22.2-4.4l64-96c1.8-2.6 2.7-5.7 2.7-8.9V112c0-8.8-7.2-16-16-16s-16 7.2-16 16z"]},Gg={prefix:"fal",iconName:"broom-wide",icon:[512,512,[],"e5d1","M507.3 27.3c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-144 144-18.6-18.6c-20.2-20.2-51.4-24.6-76.3-10.7L16.4 246.9C6.3 252.5 0 263.2 0 274.8c0 8.5 3.4 16.6 9.3 22.6L214.7 502.7c6 6 14.1 9.3 22.6 9.3c11.6 0 22.3-6.3 27.9-16.4L392.6 266.2c13.9-25 9.5-56.1-10.7-76.3l-18.6-18.6 144-144zM299.5 152.8l59.7 59.7c10.1 10.1 12.3 25.7 5.3 38.2l-21.2 38.1L223.2 168.6l38.1-21.2c12.5-6.9 28.1-4.8 38.2 5.3zm-105.4 32L327.2 317.9l-90 162.1L113.9 356.7l41.4-41.4c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L91.3 334.1 32.1 274.8l162.1-90z"]},Yg={prefix:"fal",iconName:"tags",icon:[512,512,[],"f02c","M204.1 32c12.7 0 24.9 5.1 33.9 14.1L410.7 218.7c25 25 25 65.5 0 90.5L277.3 442.7c-25 25-65.5 25-90.5 0L14.1 270.1c-9-9-14.1-21.2-14.1-33.9V80C0 53.5 21.5 32 48 32H204.1zM36.7 247.4L209.4 420.1c12.5 12.5 32.8 12.5 45.3 0L388.1 286.6c12.5-12.5 12.5-32.8 0-45.3L215.4 68.7c-3-3-7.1-4.7-11.3-4.7H48c-8.8 0-16 7.2-16 16V236.1c0 4.2 1.7 8.3 4.7 11.3zM308.4 36.9c6.1-6.4 16.2-6.6 22.6-.5l141.3 135c52.8 50.4 52.8 134.7 0 185.1l-124.6 119c-6.4 6.1-16.5 5.9-22.6-.5s-5.9-16.5 .5-22.6l124.6-119c39.6-37.8 39.6-101 0-138.8L308.9 59.6c-6.4-6.1-6.6-16.2-.5-22.6zM104 112a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"]},Xg={prefix:"fal",iconName:"ruler-triangle",icon:[512,512,[128208],"f61c","M32 45.3V448c0 17.7 14.3 32 32 32H466.7c7.3 0 13.3-5.9 13.3-13.3c0-3.5-1.4-6.9-3.9-9.4l-39.4-39.4-25.4 25.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l25.4-25.4-57.4-57.4-25.4 25.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l25.4-25.4-57.4-57.4-25.4 25.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l25.4-25.4-57.4-57.4-25.4 25.4c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l25.4-25.4L116.7 97.9 91.3 123.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L94.1 75.3 54.6 35.9c-2.5-2.5-5.9-3.9-9.4-3.9C37.9 32 32 37.9 32 45.3zm45.3-32L498.7 434.7c8.5 8.5 13.3 20 13.3 32c0 25-20.3 45.3-45.3 45.3H64c-35.3 0-64-28.7-64-64V45.3C0 20.3 20.3 0 45.3 0c12 0 23.5 4.8 32 13.3zm44.6 228c6-2.5 12.9-1.1 17.4 3.5l128 128c4.6 4.6 5.9 11.5 3.5 17.4s-8.3 9.9-14.8 9.9H128c-8.8 0-16-7.2-16-16V256c0-6.5 3.9-12.3 9.9-14.8zM144 294.6V368h73.4L144 294.6z"]},Jg={prefix:"fal",iconName:"coffee-pot",icon:[512,512,[],"e002","M80 64c-26.5 0-48 21.5-48 48v96c0 8.8-7.2 16-16 16s-16-7.2-16-16V112C0 67.8 35.8 32 80 32h42.4H128 453.6C468.2 32 480 43.8 480 58.4c0 3.7-.8 7.3-2.3 10.7l-48.4 109c50 34.7 82.7 92.5 82.7 157.9v8c0 55.5-34.6 99.4-55.9 121.2C446.2 475.3 432.3 480 418 480H158c-14.2 0-28.1-4.7-38.1-14.8C98.6 443.4 64 399.5 64 344v-8c0-65.4 32.7-123.2 82.7-157.9L98.3 69.1c-.7-1.6-1.3-3.4-1.7-5.1H80zm365 0H131l49.8 112H395.2L445 64zM416 208H160l0 0c-26.4 19.9-46.5 47.7-56.7 80H472.7c-10.1-32.3-30.2-60.1-56.7-80l0 0zm63.2 112H96.8c-.5 5.3-.8 10.6-.8 16v8c0 42.6 27.2 78.8 46.8 98.8c2.7 2.8 7.7 5.2 15.2 5.2H418c7.5 0 12.5-2.4 15.2-5.2c19.6-20 46.8-56.2 46.8-98.8v-8c0-5.4-.3-10.7-.8-16z"]},Zg={prefix:"fal",iconName:"child",icon:[320,512,[],"f1ae","M128 64a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm96 0A64 64 0 1 0 96 64a64 64 0 1 0 128 0zM73.9 240.2c1.9-3.1 3.9-6 6.1-8.9V496c0 8.8 7.2 16 16 16s16-7.2 16-16V384h96V496c0 8.8 7.2 16 16 16s16-7.2 16-16V231.3c2.2 2.8 4.2 5.8 6.1 8.9l44.3 72.2c4.6 7.5 14.5 9.9 22 5.3s9.9-14.5 5.3-22l-44.3-72.2C249.2 184 206.3 160 160 160s-89.2 24-113.4 63.5L2.4 295.6c-4.6 7.5-2.3 17.4 5.3 22s17.4 2.3 22-5.3l44.3-72.2zM208 352H112V204.1c14.5-7.8 31-12.1 48-12.1s33.5 4.3 48 12.1V352z"]},Qg={prefix:"fal",iconName:"tag",icon:[448,512,[127991],"f02b","M32 229.5V80c0-8.8 7.2-16 16-16H197.5c8.5 0 16.6 3.4 22.6 9.4l176 176c12.5 12.5 12.5 32.8 0 45.3L262.6 428.1c-12.5 12.5-32.8 12.5-45.3 0l-176-176L18.7 274.7l22.6-22.6c-6-6-9.4-14.1-9.4-22.6zm-32 0c0 17 6.7 33.3 18.7 45.3l176 176c25 25 65.5 25 90.5 0L418.7 317.3c25-25 25-65.5 0-90.5l-176-176c-12-12-28.3-18.7-45.3-18.7H48C21.5 32 0 53.5 0 80V229.5zM112 168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},ey={prefix:"fal",iconName:"circle-info",icon:[512,512,["info-circle"],"f05a","M256 32a224 224 0 1 1 0 448 224 224 0 1 1 0-448zm0 480A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM208 352c-8.8 0-16 7.2-16 16s7.2 16 16 16h96c8.8 0 16-7.2 16-16s-7.2-16-16-16H272V240c0-8.8-7.2-16-16-16H216c-8.8 0-16 7.2-16 16s7.2 16 16 16h24v96H208zm48-168a24 24 0 1 0 0-48 24 24 0 1 0 0 48z"]},ty=ey,ny={prefix:"fal",iconName:"calendar-clock",icon:[576,512,["calendar-time"],"e0d2","M112 0c8.8 0 16 7.2 16 16V64H320V16c0-8.8 7.2-16 16-16s16 7.2 16 16V64h32c35.3 0 64 28.7 64 64v32 32 .7c-5.3-.5-10.6-.7-16-.7s-10.7 .2-16 .7V192H32V448c0 17.7 14.3 32 32 32H296.2c10 12.1 21.7 22.9 34.6 32H64c-35.3 0-64-28.7-64-64V192 160 128C0 92.7 28.7 64 64 64H96V16c0-8.8 7.2-16 16-16zM384 96H64c-17.7 0-32 14.3-32 32v32H416V128c0-17.7-14.3-32-32-32zm48 384a112 112 0 1 0 0-224 112 112 0 1 0 0 224zm0-256a144 144 0 1 1 0 288 144 144 0 1 1 0-288zm0 64c8.8 0 16 7.2 16 16v48h32c8.8 0 16 7.2 16 16s-7.2 16-16 16H432c-8.8 0-16-7.2-16-16V304c0-8.8 7.2-16 16-16z"]},ry={prefix:"fal",iconName:"cart-shopping",icon:[576,512,[128722,"shopping-cart"],"f07a","M16 0C7.2 0 0 7.2 0 16s7.2 16 16 16H53.9c7.6 0 14.2 5.3 15.7 12.8l58.9 288c6.1 29.8 32.3 51.2 62.7 51.2H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H191.2c-15.2 0-28.3-10.7-31.4-25.6L152 288H466.5c29.4 0 55-20 62.1-48.5L570.6 71.8c5-20.2-10.2-39.8-31-39.8H99.1C92.5 13 74.4 0 53.9 0H16zm90.1 64H539.5L497.6 231.8C494 246 481.2 256 466.5 256H145.4L106.1 64zM168 456a24 24 0 1 1 48 0 24 24 0 1 1 -48 0zm80 0a56 56 0 1 0 -112 0 56 56 0 1 0 112 0zm200-24a24 24 0 1 1 0 48 24 24 0 1 1 0-48zm0 80a56 56 0 1 0 0-112 56 56 0 1 0 0 112z"]},iy=ry,ay={prefix:"fal",iconName:"clock",icon:[512,512,[128339,"clock-four"],"f017","M480 256A224 224 0 1 1 32 256a224 224 0 1 1 448 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM240 112V256c0 5.3 2.7 10.3 7.1 13.3l96 64c7.4 4.9 17.3 2.9 22.2-4.4s2.9-17.3-4.4-22.2L272 247.4V112c0-8.8-7.2-16-16-16s-16 7.2-16 16z"]},oy={prefix:"fal",iconName:"croissant",icon:[512,512,[129360],"f7f6","M32 288c0-15.3 1.3-30.2 3.9-44.7l169.6 68.4-124 96.4-11.7 8.3c-.9 .2-1.7 .3-2.3 .2c-.6-.1-.9-.2-1-.3l0 0c-.1 0-.2-.2-.5-.6C44.4 378.1 32 334.6 32 288zM7.4 222.9C2.6 243.8 0 265.6 0 288c0 52.3 14 101.4 38.4 143.7c9.3 16.2 28.9 20.8 45.3 13.7c25.7 27.9 57.4 50 93.2 64.3c3.9 1.5 8 2.3 12.2 2.3h5.4c16.3 0 29.6-13.2 29.6-29.6c0-1.6-.1-3.3-.4-4.9L208 384V350.2l34.1-26.5c18.9 2 38.1-4.5 51.9-18.4L305.3 294c13.9-13.9 20.4-33 18.4-51.9L350.2 208H384l93.6 15.6c1.6 .3 3.2 .4 4.9 .4c16.3 0 29.6-13.2 29.6-29.6V189c0-4.2-.7-8.3-2.3-12.2c-14.3-35.8-36.5-67.5-64.3-93.2c7.1-16.4 2.5-36-13.7-45.3C389.4 14 340.3 0 288 0c-22.4 0-44.2 2.6-65.1 7.4C215.6 2.7 207 0 197.9 0c-5 0-10 .8-14.6 2.5C99.6 33.2 33.2 99.6 2.5 183.3C.8 188 0 193 0 197.9c0 9.1 2.7 17.7 7.4 24.9zm235.9-187C257.8 33.3 272.7 32 288 32c46.6 0 90.1 12.4 127.7 34.1c.4 .2 .5 .4 .6 .5l0 0c.1 .1 .2 .4 .3 1c.1 .6 .1 1.4-.2 2.3l-8.3 11.7-96.4 124L243.3 35.9zM188.6 480c-30-12-56.8-30.4-78.8-53.4L176 375.1V384v2.6l.4 2.6L191.6 480H189c-.1 0-.2 0-.3 0c-.1 0-.1 0-.1 0zM375.1 176l51.4-66.1c23 21.9 41.4 48.7 53.4 78.8c0 .1 0 .2 0 .4v2.5l-90.7-15.1-2.6-.4H384h-8.9zM32.5 194.3C60 119.5 119.5 60 194.3 32.5c.8-.3 2-.5 3.6-.5c5.6 0 10.6 3.4 12.7 8.6l79.1 196.2c4.8 11.9 2 25.5-7.1 34.6l-11.3 11.3c-9.1 9.1-22.7 11.8-34.6 7.1L40.6 210.7c-5.2-2.1-8.6-7.1-8.6-12.7c0-1.6 .3-2.8 .5-3.6z"]},ly={prefix:"fal",iconName:"id-card",icon:[576,512,[62147,"drivers-license"],"f2c2","M64 64C46.3 64 32 78.3 32 96l512 0c0-17.7-14.3-32-32-32H64zM0 112V96C0 60.7 28.7 32 64 32H512c35.3 0 64 28.7 64 64v16V416c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V112zm544 16H32V416c0 17.7 14.3 32 32 32H512c17.7 0 32-14.3 32-32V128zM192 256a32 32 0 1 0 0-64 32 32 0 1 0 0 64zm0-96a64 64 0 1 1 0 128 64 64 0 1 1 0-128zM160 352c-26.5 0-48 21.5-48 48c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-44.2 35.8-80 80-80h64c44.2 0 80 35.8 80 80c0 8.8-7.2 16-16 16s-16-7.2-16-16c0-26.5-21.5-48-48-48H160zM336 208c0-8.8 7.2-16 16-16H480c8.8 0 16 7.2 16 16s-7.2 16-16 16H352c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H480c8.8 0 16 7.2 16 16s-7.2 16-16 16H352c-8.8 0-16-7.2-16-16zm0 64c0-8.8 7.2-16 16-16H480c8.8 0 16 7.2 16 16s-7.2 16-16 16H352c-8.8 0-16-7.2-16-16z"]},sy={prefix:"fal",iconName:"house",icon:[576,512,[127968,63498,63500,"home","home-alt","home-lg-alt"],"f015","M298.6 4c-6-5.3-15.1-5.3-21.2 0L5.4 244c-6.6 5.8-7.3 16-1.4 22.6s16 7.3 22.6 1.4L64 235V432c0 44.2 35.8 80 80 80H432c44.2 0 80-35.8 80-80V235l37.4 33c6.6 5.8 16.7 5.2 22.6-1.4s5.2-16.7-1.4-22.6L298.6 4zM96 432V206.7L288 37.3 480 206.7V432c0 26.5-21.5 48-48 48H368V320c0-17.7-14.3-32-32-32H240c-17.7 0-32 14.3-32 32V480H144c-26.5 0-48-21.5-48-48zm144 48V320h96V480H240z"]},uy={prefix:"fal",iconName:"utensils",icon:[448,512,[127860,61685,"cutlery"],"f2e7","M42.6 .2c8.7 1.5 14.6 9.7 13.2 18.4L32.7 157.4c-.4 2.6-.7 5.2-.7 7.9V176c0 26.5 21.5 48 48 48h32 32c26.5 0 48-21.5 48-48V165.3c0-2.6-.2-5.3-.7-7.9L168.2 18.6c-1.5-8.7 4.4-17 13.2-18.4s17 4.4 18.4 13.2l23.1 138.8c.7 4.3 1.1 8.7 1.1 13.2V176c0 44.2-35.8 80-80 80H128V496c0 8.8-7.2 16-16 16s-16-7.2-16-16V256H80c-44.2 0-80-35.8-80-80V165.3c0-4.4 .4-8.8 1.1-13.2L24.2 13.4C25.7 4.7 33.9-1.2 42.6 .2zM88.8 0c8.8 .4 15.6 8 15.2 16.8l-8 160c-.4 8.8-8 15.6-16.8 15.2s-15.6-8-15.2-16.8l8-160C72.5 6.4 80-.4 88.8 0zm46.4 0C144-.4 151.5 6.4 152 15.2l8 160c.4 8.8-6.4 16.3-15.2 16.8s-16.3-6.4-16.8-15.2l-8-160C119.6 8 126.4 .5 135.2 0zM320 176V288c0 17.7 14.3 32 32 32h64V32.2l-.2 .1c-1.7 .4-6.7 1.5-14.3 4.6C391.4 41 379 47.8 367 58.2c-23.2 20.1-47 55.3-47 117.8zM416 0c17.7 0 32 14.3 32 32V320v16 16V496c0 8.8-7.2 16-16 16s-16-7.2-16-16V352H352c-35.3 0-64-28.7-64-64V176C288 32 400 0 416 0z"]},cy={prefix:"fal",iconName:"upload",icon:[512,512,[],"f093","M272 54.6V368c0 8.8-7.2 16-16 16s-16-7.2-16-16V54.6L139.3 155.3c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6l128-128c6.2-6.2 16.4-6.2 22.6 0l128 128c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L272 54.6zM208 352H64c-17.7 0-32 14.3-32 32v64c0 17.7 14.3 32 32 32H448c17.7 0 32-14.3 32-32V384c0-17.7-14.3-32-32-32H304V320H448c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V384c0-35.3 28.7-64 64-64H208v32zm176 64a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},fy={prefix:"fal",iconName:"arrows-repeat",icon:[512,512,["repeat-alt"],"f364","M15.2 272C6.4 271.5-.4 264 0 255.2l.4-8C5.1 153.5 82.4 80 176.2 80H390.6L333.2 27.8c-6.5-5.9-7-16.1-1.1-22.6s16.1-7 22.6-1.1l88 80c3.3 3 5.2 7.3 5.2 11.8s-1.9 8.8-5.2 11.8l-88 80c-6.5 5.9-16.7 5.5-22.6-1.1s-5.5-16.7 1.1-22.6L390.6 112H176.2c-76.7 0-140 60.2-143.8 136.8l-.4 8c-.4 8.8-8 15.6-16.8 15.2zm481.6-32c8.8 .4 15.6 8 15.2 16.8l-.4 8c-4.7 93.7-82 167.2-175.8 167.2H121.4l57.4 52.2c6.5 5.9 7 16.1 1.1 22.6s-16.1 7-22.6 1.1l-88-80c-3.3-3-5.2-7.3-5.2-11.8s1.9-8.8 5.2-11.8l88-80c6.5-5.9 16.7-5.5 22.6 1.1s5.5 16.7-1.1 22.6L121.4 400H335.8c76.7 0 140-60.2 143.8-136.8l.4-8c.4-8.8 8-15.6 16.8-15.2z"]},dy=fy,hy={prefix:"fal",iconName:"mountains",icon:[640,512,[9968],"f6fd","M480 424.1c0 13.2-10.7 23.9-23.9 23.9H55.9C42.7 448 32 437.3 32 424.1c0-4.5 1.3-8.9 3.7-12.7L252.4 66c.8-1.3 2.2-2 3.6-2s2.9 .8 3.6 2L476.3 411.4c2.4 3.8 3.7 8.2 3.7 12.7zm-480 0C0 455 25 480 55.9 480H456.1 578.9c33.8 0 61.1-27.4 61.1-61.1c0-11.2-3.1-22.2-8.9-31.8l-132-216.3C495 164.1 487.8 160 480 160s-15 4.1-19.1 10.7l-48.2 79L286.8 49c-6.6-10.6-18.3-17-30.8-17s-24.1 6.4-30.8 17L8.6 394.4C3 403.3 0 413.6 0 424.1zM431.7 280L480 200.9 603.7 403.7c2.8 4.6 4.3 9.8 4.3 15.2c0 16.1-13 29.1-29.1 29.1H506.6c3.4-7.3 5.4-15.4 5.4-23.9c0-10.5-3-20.8-8.6-29.7L431.7 280z"]},py={prefix:"fal",iconName:"bed",icon:[640,512,[128716],"f236","M32 48c0-8.8-7.2-16-16-16S0 39.2 0 48V336v64 64c0 8.8 7.2 16 16 16s16-7.2 16-16V416H608v48c0 8.8 7.2 16 16 16s16-7.2 16-16V400 336 240c0-61.9-50.1-112-112-112H304c-26.5 0-48 21.5-48 48V320H32V48zM608 384H32V352H272 608v32zm0-144v80H288V176c0-8.8 7.2-16 16-16H528c44.2 0 80 35.8 80 80zM96 208a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm128 0A80 80 0 1 0 64 208a80 80 0 1 0 160 0z"]},my={prefix:"fal",iconName:"arrow-down",icon:[384,512,[8595],"f063","M180.7 475.3c6.2 6.2 16.4 6.2 22.6 0l176-176c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L208 425.4 208 48c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 377.4L27.3 276.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l176 176z"]},vy={prefix:"fal",iconName:"link",icon:[640,512,[128279,"chain"],"f0c1","M591.5 256c50-50 50-131 0-181s-131-50-181 0L387.9 97.6c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l22.6-22.6c37.5-37.5 98.3-37.5 135.8 0s37.5 98.3 0 135.8L444.3 357.9c-37.4 37.4-98.1 37.4-135.6 0c-35.6-35.6-37.6-92.6-4.7-130.6l5.3-6.1c5.8-6.7 5.1-16.8-1.6-22.6s-16.8-5.1-22.6 1.6l-5.3 6.1c-43.9 50.7-41.2 126.7 6.2 174.1c49.9 49.9 130.9 49.9 180.8 0L591.5 256zM48.5 256c-50 50-50 131 0 181s131 50 181 0l22.6-22.6c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-22.6 22.6c-37.5 37.5-98.3 37.5-135.8 0s-37.5-98.3 0-135.8L195.7 154.1c37.4-37.4 98.1-37.4 135.6 0c35.6 35.6 37.6 92.6 4.7 130.6l-5.3 6.1c-5.8 6.7-5.1 16.8 1.6 22.6s16.8 5.1 22.6-1.6l5.3-6.1c43.9-50.7 41.2-126.7-6.2-174.1C303.9 81.5 223 81.5 173 131.4L48.5 256z"]},gy={prefix:"fal",iconName:"magnifying-glass",icon:[512,512,[128269,"search"],"f002","M384 208A176 176 0 1 0 32 208a176 176 0 1 0 352 0zM343.3 366C307 397.2 259.7 416 208 416C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208c0 51.7-18.8 99-50 135.3L507.3 484.7c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L343.3 366z"]},yy=gy,by={prefix:"fal",iconName:"phone-office",icon:[576,512,[],"f67d","M176 32c17.7 0 32 14.3 32 32V368c0 17.7-14.3 32-32 32H144c-17.7 0-32-14.3-32-32V64c0-17.7 14.3-32 32-32h32zM144 0C120.3 0 99.6 12.9 88.6 32H64C28.7 32 0 60.7 0 96V448c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64H480 320 231.4C220.4 12.9 199.7 0 176 0H144zM288 64v64c0 17.7 14.3 32 32 32H480c17.7 0 32-14.3 32-32V64c17.7 0 32 14.3 32 32V448c0 17.7-14.3 32-32 32H64c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32l16 0V368c0 35.3 28.7 64 64 64h32c35.3 0 64-28.7 64-64V64h48zm192 0v64H320V64H480zM352 240a16 16 0 1 1 -32 0 16 16 0 1 1 32 0zm-16-48a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0 160a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm-48 16a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zM480 240a16 16 0 1 1 -32 0 16 16 0 1 1 32 0zm-16-48a48 48 0 1 0 0 96 48 48 0 1 0 0-96zm0 160a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm-48 16a48 48 0 1 0 96 0 48 48 0 1 0 -96 0z"]},_y={prefix:"fal",iconName:"tv",icon:[640,512,[63717,"television","tv-alt"],"f26c","M64 32C46.3 32 32 46.3 32 64V384c0 17.7 14.3 32 32 32H576c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32H64zM0 64C0 28.7 28.7 0 64 0H576c35.3 0 64 28.7 64 64V384c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64zM112 480H528c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"]},Ey={prefix:"fal",iconName:"plus",icon:[448,512,[10133,61543,"add"],"2b","M240 64c0-8.8-7.2-16-16-16s-16 7.2-16 16V240H32c-8.8 0-16 7.2-16 16s7.2 16 16 16H208V448c0 8.8 7.2 16 16 16s16-7.2 16-16V272H416c8.8 0 16-7.2 16-16s-7.2-16-16-16H240V64z"]},Oy={prefix:"fal",iconName:"xmark",icon:[384,512,[128473,10005,10006,10060,215,"close","multiply","remove","times"],"f00d","M324.5 411.1c6.2 6.2 16.4 6.2 22.6 0s6.2-16.4 0-22.6L214.6 256 347.1 123.5c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L192 233.4 59.5 100.9c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L169.4 256 36.9 388.5c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L192 278.6 324.5 411.1z"]},wy=Oy,Ay={prefix:"fal",iconName:"chevron-right",icon:[320,512,[9002],"f054","M299.3 244.7c6.2 6.2 6.2 16.4 0 22.6l-192 192c-6.2 6.2-16.4 6.2-22.6 0s-6.2-16.4 0-22.6L265.4 256 84.7 75.3c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l192 192z"]},Ty={prefix:"fal",iconName:"pump-soap",icon:[448,512,[],"e06b","M128 48c0-26.5 21.5-48 48-48h32c26.5 0 48 21.5 48 48h76.1c17 0 33.3 6.7 45.3 18.7l33.9 33.9c6.2 6.2 6.2 16.4 0 22.6s-16.4 6.2-22.6 0L354.7 89.4c-6-6-14.1-9.4-22.6-9.4H256v48H224V48c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v80H128V48zM85.6 221.3l-18.7 224C65.3 464 80.1 480 98.8 480H285.2c18.7 0 33.4-16 31.9-34.7l-18.7-224c-1.4-16.6-15.2-29.3-31.9-29.3H117.4c-16.6 0-30.5 12.8-31.9 29.3zm-31.9-2.7c2.8-33.2 30.5-58.7 63.8-58.7H266.6c33.3 0 61 25.5 63.8 58.7l18.7 224c3.1 37.3-26.3 69.3-63.8 69.3H98.8c-37.4 0-66.9-32-63.8-69.3l18.7-224zM156.2 345.1c-2.7 5.3-4.2 11.2-4.2 17.2c0 20.8 16.9 37.7 37.7 37.7h4.7c20.8 0 37.7-16.9 37.7-37.7c0-6-1.4-11.9-4.2-17.2L192 275.4l-35.8 69.7zM192 240c10.9 0 20.9 6.1 25.9 15.8l38.4 74.7c5.1 9.9 7.7 20.8 7.7 31.9c0 38.5-31.2 69.7-69.7 69.7h-4.7c-38.5 0-69.7-31.2-69.7-69.7c0-11.1 2.6-22 7.7-31.9l38.4-74.7c5-9.7 15-15.8 25.9-15.8z"]},ky={prefix:"fal",iconName:"do-not-enter",icon:[512,512,[],"f5ec","M480 256A224 224 0 1 0 32 256a224 224 0 1 0 448 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm112-16v32c0 4.4 3.6 8 8 8H392c4.4 0 8-3.6 8-8V240c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8zm-32 0c0-22.1 17.9-40 40-40H392c22.1 0 40 17.9 40 40v32c0 22.1-17.9 40-40 40H120c-22.1 0-40-17.9-40-40V240z"]},Sy={prefix:"fal",iconName:"shower",icon:[512,512,[128703],"f2cc","M32 115.9C32 87.2 55.2 64 83.9 64c13.8 0 27 5.5 36.7 15.2l28.1 28.1c.5 .5 1.1 1 1.7 1.5c-33 43.9-29.5 106.5 10.4 146.4l4.7 4.7-16.8 16.8c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l192-192c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0l-16.8 16.8-4.7-4.7C279.3 56.9 216.7 53.4 172.8 86.4c-.4-.6-.9-1.2-1.5-1.7L143.2 56.6C127.5 40.8 106.1 32 83.9 32C37.6 32 0 69.6 0 115.9V464c0 8.8 7.2 16 16 16s16-7.2 16-16V115.9zm151.4 3.5c31.2-31.2 81.9-31.2 113.1 0l4.7 4.7L188.1 237.3l-4.7-4.7c-31.2-31.2-31.2-81.9 0-113.1zM416 200a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm-88 88a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-40 40a24 24 0 1 0 -48 0 24 24 0 1 0 48 0zm72 56a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm-64 64a24 24 0 1 0 0-48 24 24 0 1 0 0 48zM424 320a24 24 0 1 0 0-48 24 24 0 1 0 0 48zm88-88a24 24 0 1 0 -48 0 24 24 0 1 0 48 0z"]},Ny={prefix:"fal",iconName:"triangle-exclamation",icon:[512,512,[9888,"exclamation-triangle","warning"],"f071","M34.5 420.4c-1.6 2.8-2.5 6-2.5 9.3c0 10.2 8.2 18.4 18.4 18.4H461.6c10.2 0 18.4-8.2 18.4-18.4c0-3.3-.9-6.4-2.5-9.3L276.5 75.8C272.2 68.5 264.4 64 256 64s-16.2 4.5-20.5 11.8L34.5 420.4zM6.9 404.2l201-344.6C217.9 42.5 236.2 32 256 32s38.1 10.5 48.1 27.6l201 344.6c4.5 7.7 6.9 16.5 6.9 25.4c0 27.8-22.6 50.4-50.4 50.4H50.4C22.6 480 0 457.4 0 429.6c0-8.9 2.4-17.7 6.9-25.4zM256 160c8.8 0 16 7.2 16 16V304c0 8.8-7.2 16-16 16s-16-7.2-16-16V176c0-8.8 7.2-16 16-16zM232 384a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z"]},Ly=Ny,Cy={prefix:"fal",iconName:"paper-plane",icon:[512,512,[61913],"f1d8","M511.6 36.9c1.9-12.1-3.4-24.3-13.5-31.2s-23.3-7.5-34-1.4l-448 256C5.5 266.3-.7 277.8 .1 290s8.4 22.9 19.6 27.6L160 376v93c0 23.8 19.3 43 43 43c13.1 0 25.4-5.9 33.6-16.1l52.8-66 .1 0 114.2 47.6c9.1 3.8 19.4 3.2 28-1.6s14.5-13.3 16-23l64-416zm-253 380.2l-47 58.8c-2.1 2.6-5.3 4.1-8.6 4.1c-6.1 0-11-4.9-11-11V389.3l66.6 27.8zm43.1-16.7l-96.6-40.3L474.1 70.5 416 448 301.8 400.4zM450.5 48.8L173.6 347 32 288 450.5 48.8z"]},Py={prefix:"fal",iconName:"hotel",icon:[512,512,[127976],"f594","M16 0C7.2 0 0 7.2 0 16s7.2 16 16 16H32V480H16c-8.8 0-16 7.2-16 16s7.2 16 16 16H240h32H496c8.8 0 16-7.2 16-16s-7.2-16-16-16H480V32h16c8.8 0 16-7.2 16-16s-7.2-16-16-16H16zM272 432v48H240V432c0-8.8 7.2-16 16-16s16 7.2 16 16zm32 0c0-26.5-21.5-48-48-48s-48 21.5-48 48v48H64V32H448V480H304V432zM320 96v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H352c-17.7 0-32 14.3-32 32zm64 0v32H352V96h32zM240 64c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H240zm0 32h32v32H240V96zM208 224v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H240c-17.7 0-32 14.3-32 32zm64 0v32H240V224h32zm80-32c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H352zm0 32h32v32H352V224zM96 96v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32H128c-17.7 0-32 14.3-32 32zm64 0v32H128V96h32zm-32 96c-17.7 0-32 14.3-32 32v32c0 17.7 14.3 32 32 32h32c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32H128zm0 32h32v32H128V224zm68.4 154.7C211 362.3 232.3 352 256 352s45 10.3 59.6 26.7c5.9 6.6 16 7.1 22.6 1.3s7.1-16 1.3-22.6C319 334.4 289.2 320 256 320s-63 14.4-83.5 37.3c-5.9 6.6-5.3 16.7 1.3 22.6s16.7 5.3 22.6-1.3z"]},xy={prefix:"fal",iconName:"hand-dots",icon:[512,512,["allergies"],"f461","M210.7 38.8C218 16.3 239.1 0 264 0s46 16.3 53.3 38.8c7.9-4.3 17-6.8 26.7-6.8c30.9 0 56 25.1 56 56v13.4c7.3-3.5 15.4-5.4 24-5.4c30.9 0 56 25.1 56 56V336c0 97.2-78.8 176-176 176h-8.5c-65.8 0-128.9-26.1-175.4-72.6L16.4 335.6c-21.9-21.9-21.9-57.3 0-79.2s57.3-21.9 79.2 0L128 288.8V88c0-30.9 25.1-56 56-56c9.7 0 18.8 2.5 26.7 6.8zM208 88c0-13.3-10.7-24-24-24s-24 10.7-24 24V327.4c0 6.5-3.9 12.3-9.9 14.8s-12.9 1.1-17.4-3.5L73 279c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9L142.8 416.7c40.5 40.5 95.4 63.3 152.7 63.3H304c79.5 0 144-64.5 144-144V152c0-13.3-10.7-24-24-24c-13.2 0-24 10.7-24 23.9V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V152.1l0-.1V88c0-13.3-10.7-24-24-24c-13.2 0-24 10.7-24 23.9V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V88.1l0-.1 0-32c0-13.3-10.7-24-24-24s-24 10.7-24 24V79.9l0 .1V240c0 8.8-7.2 16-16 16s-16-7.2-16-16V88.1l0-.1zm32 232a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm48 48a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm80-64a16 16 0 1 1 0 32 16 16 0 1 1 0-32zM320 416a16 16 0 1 1 32 0 16 16 0 1 1 -32 0zm-64-16a16 16 0 1 1 0 32 16 16 0 1 1 0-32zm-80-32a16 16 0 1 1 32 0 16 16 0 1 1 -32 0z"]},Iy=xy,Ry={prefix:"fal",iconName:"user-large",icon:[512,512,["user-alt"],"f406","M368 144a112 112 0 1 0 -224 0 112 112 0 1 0 224 0zm-256 0a144 144 0 1 1 288 0 144 144 0 1 1 -288 0zM32 480H480c-.7-70.8-58.3-128-129.3-128H161.3C90.3 352 32.7 409.2 32 480zM0 481.3C0 392.2 72.2 320 161.3 320H350.7C439.8 320 512 392.2 512 481.3c0 17-13.8 30.7-30.7 30.7H30.7C13.8 512 0 498.2 0 481.3z"]},Dy=Ry;const My=A.defineComponent({__name:"Icon",props:{icon:{},color:{default:"accent"},type:{default:"fal"},rotate:{type:Boolean,default:!1}},setup(e){return _v.add(Vv,tg,Wv,Gv,Jg,Dg,oy,Gg,uy,Xg,jg,qv,Bg,Wg,ay,ng,$v,Fv,Vg,Nd,ny,Cg,eg,Mg,yg,Py,lg,Eg,Kg,dy,cy,Pg,Jv,zg,py,_y,sy,kg,xg,Yv,ug,Ay,og,Qv,ig,Xv,Bv,Iy,Yg,wy,Ty,hy,Sy,Qg,Ug,gg,Ig,yy,iy,vy,wg,pg,ky,Ly,Cy,Tg,Lg,Ag,Hg,Dy,fg,ly,Ng,Rg,Fg,ty,$g,hg,Ey,my,mg,Zg,_g,by,cg),(t,n)=>(A.openBlock(),A.createBlock(A.unref(jv),{class:A.normalizeClass(["konnectio-icon",t.color]),icon:[t.type,t.icon],rotation:t.rotate?180:void 0},null,8,["class","icon","rotation"]))}}),Ir=jn(My,[["__scopeId","data-v-338584a6"]]),Hy={key:0,class:"fresh-booking-alert-message"},jy=A.defineComponent({__name:"Alert",props:{localDomain:{default:"global"}},setup(e){const t={default:"info",error:"exclamation-triangle",warning:"do-not-enter",success:"check-circle"},{message:n,type:r,status:i}=Pn(Mr());return(a,o)=>(A.openBlock(),A.createElementBlock("div",{class:A.normalizeClass(["fresh-booking-alert",A.unref(r),A.unref(i).toLowerCase()]),role:"alert"},[A.unref(n)?(A.openBlock(),A.createElementBlock("div",Hy,[A.createVNode(Ir,{icon:t[A.unref(r)]},null,8,["icon"]),A.createElementVNode("span",null,A.toDisplayString(A.unref(n)),1)])):A.createCommentVNode("",!0)],2))}}),Vy=jn(jy,[["__scopeId","data-v-96175ee8"]]),zy={class:"konnectio-app",ref:"base"},By=A.defineComponent({name:"BaseLayout",__name:"_",props:{accessToken:{},type:{default:"none"}},async setup(e){let t,n;const r=e,{setAccessToken:i,fetchUtilities:a,fetchMetadata:o}=xn();return i(r.accessToken),[t,n]=A.withAsyncContext(()=>Promise.all([o(r.type),a()])),await t,n(),(l,s)=>(A.openBlock(),A.createElementBlock("div",zy,[A.renderSlot(l.$slots,"default"),A.createVNode(Vy,{"local-domain":"global"})],512))}}),Fy=A.defineComponent({__name:"Loading",props:{color:{},insideButton:{type:Boolean,default:!1}},setup(e){return(t,n)=>(A.openBlock(),A.createElementBlock("div",{class:A.normalizeClass(["konnectio-loading",{"inside-button":t.insideButton}])},[A.createElementVNode("div",{style:A.normalizeStyle({background:t.color})},null,4),A.createElementVNode("div",{style:A.normalizeStyle({background:t.color})},null,4),A.createElementVNode("div",{style:A.normalizeStyle({background:t.color})},null,4),A.createElementVNode("div",{style:A.normalizeStyle({background:t.color})},null,4)],2))}}),Ld=jn(Fy,[["__scopeId","data-v-ce88946d"]]),Uy={},qy=e=>(A.pushScopeId("data-v-e3522225"),e=e(),A.popScopeId(),e),$y={class:"konnectio-spinner"},Ky=qy(()=>A.createElementVNode("span",null,null,-1)),Wy=[Ky];function Gy(e,t){return A.openBlock(),A.createElementBlock("div",$y,Wy)}const Yy=jn(Uy,[["render",Gy],["__scopeId","data-v-e3522225"]]),Xy=["type","tabindex","disabled"],Jy={key:0},Zy=A.defineComponent({__name:"Clickable",props:{label:{},type:{default:"button"},icon:{},iconType:{default:"fal"},iconColor:{},tabindex:{default:"0"},fullWidth:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},secondary:{type:Boolean,default:!1},isLoading:{type:Boolean,default:!1}},emits:["click-event"],setup(e,{emit:t}){const n=t,r=e,i=A.computed(()=>!r.label&&r.icon);function a(){n("click-event")}return(o,l)=>(A.openBlock(),A.createElementBlock("button",{ref:"button",type:o.type,tabindex:o.tabindex,disabled:o.disabled||o.isLoading,class:A.normalizeClass([{"full-width":o.fullWidth},{"icon-only":i.value},{"has-icon":o.label&&o.icon},{secondary:o.secondary},{"is-loading":o.isLoading}]),onClick:a},[o.isLoading?i.value?(A.openBlock(),A.createBlock(Yy,{key:1})):(A.openBlock(),A.createBlock(Ld,{key:2,"inside-button":!0})):(A.openBlock(),A.createElementBlock(A.Fragment,{key:0},[A.createElementVNode("span",{style:A.normalizeStyle({"--accentColor":"var(--buttonColor)"})},[o.icon?(A.openBlock(),A.createBlock(Ir,{key:0,icon:o.icon,type:o.iconType,"icon-color":o.iconColor},null,8,["icon","type","icon-color"])):A.createCommentVNode("",!0)],4),o.label?(A.openBlock(),A.createElementBlock("span",Jy,A.toDisplayString(o.label),1)):A.createCommentVNode("",!0),A.createElementVNode("i",{style:A.normalizeStyle({"--accentColor":"var(--buttonColor)"})},[A.createVNode(Ir,{icon:"chevron-right",type:"fal"})],4)],64))],10,Xy))}}),Qy=jn(Zy,[["__scopeId","data-v-55582c4b"]]),e4={class:"fresh-booking-input-field"},t4=["for"],n4={key:0,class:"fresh-booking-description-label"},r4=["for"],i4={key:1,class:"fresh-booking-description"},a4=["innerHTML"],o4=A.defineComponent({__name:"InputField",props:{type:{},label:{},id:{},icon:{},iconColor:{},iconType:{default:"fal"},iconPlacement:{default:"field"},required:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},limit:{default:1/0},description:{},descriptionPlacement:{default:"label"}},setup(e){const t=e,n=t.id||mi(),r=A.computed(()=>t.icon&&t.iconPlacement==="label"),i=A.computed(()=>t.icon&&t.iconPlacement==="field"),a=A.computed(()=>{if(t.limit!==1/0){let o=t.limit.toString().length;return o<=2?"has-2-digit-limit":o===3?"has-3-digit-limit":"has-4-digit-limit"}else return});return(o,l)=>(A.openBlock(),A.createElementBlock("div",e4,[o.label?(A.openBlock(),A.createElementBlock("label",{key:0,for:A.unref(n),class:A.normalizeClass(["fresh-booking-label-wrapper"])},[A.createElementVNode("div",{class:A.normalizeClass(["fresh-booking-label",{required:o.required},{"has-icon":r.value}])},[r.value?(A.openBlock(),A.createBlock(Ir,{key:0,icon:o.icon,"icon-color":o.iconColor,type:o.iconType},null,8,["icon","icon-color","type"])):A.createCommentVNode("",!0),A.createElementVNode("span",null,A.toDisplayString(o.label),1)],2),o.description&&o.descriptionPlacement==="label"?(A.openBlock(),A.createElementBlock("div",n4,[A.createElementVNode("span",null,A.toDisplayString(`(${o.description})`),1)])):A.createCommentVNode("",!0)],8,t4)):A.createCommentVNode("",!0),A.createElementVNode("div",{class:A.normalizeClass([{"has-icon":i.value},{"is-readonly":o.readonly},"fresh-booking-input-fillable",a.value,o.type])},[i.value?(A.openBlock(),A.createElementBlock("label",{key:0,class:"fresh-booking-input-icon",for:A.unref(n)},[A.createVNode(Ir,{icon:o.icon,"icon-color":o.iconColor,type:o.iconType},null,8,["icon","icon-color","type"])],8,r4)):A.createCommentVNode("",!0),A.renderSlot(o.$slots,"default")],2),o.description&&o.descriptionPlacement==="field"?(A.openBlock(),A.createElementBlock("div",i4,[A.createElementVNode("span",{innerHTML:o.description},null,8,a4)])):A.createCommentVNode("",!0)]))}}),fo=jn(o4,[["__scopeId","data-v-b86464d4"]]);/*! vue-number-input v2.0.1 | (c) 2018-present Chen Fengyuan | MIT */const nr=Number.isNaN||window.isNaN,l4=/^-?(?:\d+|\d+\.\d+|\.\d+)(?:[eE][-+]?\d+)?$/,s4=/\.\d*(?:0|9){10}\d*$/,gc=(e,t=1e11)=>s4.test(String(e))?Math.round(e*t)/t:e;var Ts=A.defineComponent({name:"VueNumberInput",props:{attrs:{type:Object,default:void 0},center:Boolean,controls:Boolean,disabled:Boolean,inputtable:{type:Boolean,default:!0},inline:Boolean,max:{type:Number,default:1/0},min:{type:Number,default:-1/0},name:{type:String,default:void 0},placeholder:{type:String,default:void 0},readonly:Boolean,rounded:Boolean,size:{type:String,default:void 0},step:{type:Number,default:1},modelValue:{type:Number,default:NaN}},emits:["update:modelValue"],data(){return{value:NaN}},computed:{increasable(){return nr(this.value)||this.value<this.max},decreasable(){return nr(this.value)||this.value>this.min}},watch:{modelValue:{immediate:!0,handler(e,t){!(nr(e)&&typeof t>"u")&&e!==this.value&&this.setValue(e)}}},methods:{isNaN:nr,change(e){this.setValue(e.target.value)},paste(e){const t=e.clipboardData||window.clipboardData;t&&!l4.test(t.getData("text"))&&e.preventDefault()},decrease(){if(this.decreasable){let{value:e}=this;nr(e)&&(e=0),this.setValue(gc(e-this.step))}},increase(){if(this.increasable){let{value:e}=this;nr(e)&&(e=0),this.setValue(gc(e+this.step))}},setValue(e){const t=this.value;let n=typeof e!="number"?parseFloat(e):e;nr(n)||(this.min<=this.max&&(n=Math.min(this.max,Math.max(this.min,n))),this.rounded&&(n=Math.round(n))),this.value=n,n===t&&(this.$refs.input.value=String(n)),this.$emit("update:modelValue",n,t)}}});const u4=["disabled"],c4=["name","value","min","max","step","readonly","disabled","placeholder"],f4=["disabled"];function d4(e,t,n,r,i,a){return A.openBlock(),A.createElementBlock("div",{class:A.normalizeClass(["vue-number-input",{"vue-number-input--inline":e.inline,"vue-number-input--center":e.center,"vue-number-input--controls":e.controls,[`vue-number-input--${e.size}`]:e.size}])},[e.controls?(A.openBlock(),A.createElementBlock("button",{key:0,class:"vue-number-input__button vue-number-input__button--minus",type:"button",tabindex:"-1",disabled:e.disabled||e.readonly||!e.decreasable,onClick:t[0]||(t[0]=(...o)=>e.decrease&&e.decrease(...o))},null,8,u4)):A.createCommentVNode("v-if",!0),A.createElementVNode("input",A.mergeProps({ref:"input",class:"vue-number-input__input"},e.attrs,{type:"number",name:e.name,value:isNaN(e.value)?"":e.value,min:e.min,max:e.max,step:e.step,readonly:e.readonly||!e.inputtable,disabled:e.disabled||!e.decreasable&&!e.increasable,placeholder:e.placeholder,autocomplete:"off",onChange:t[1]||(t[1]=(...o)=>e.change&&e.change(...o)),onPaste:t[2]||(t[2]=(...o)=>e.paste&&e.paste(...o))}),null,16,c4),e.controls?(A.openBlock(),A.createElementBlock("button",{key:1,class:"vue-number-input__button vue-number-input__button--plus",type:"button",tabindex:"-1",disabled:e.disabled||e.readonly||!e.increasable,onClick:t[3]||(t[3]=(...o)=>e.increase&&e.increase(...o))},null,8,f4)):A.createCommentVNode("v-if",!0)],2)}function h4(e,t){t===void 0&&(t={});var n=t.insertAt;if(!(!e||typeof document>"u")){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css",n==="top"&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}var p4='.vue-number-input[data-v-188efc8c]{display:block;font-size:0;max-width:100%;overflow:hidden;position:relative}.vue-number-input__button[data-v-188efc8c]{background-color:#fff;border:0;border-radius:.25rem;bottom:1px;position:absolute;top:1px;width:2.5rem;z-index:1}.vue-number-input__button[data-v-188efc8c]:focus{outline:none}.vue-number-input__button[data-v-188efc8c]:hover:after,.vue-number-input__button[data-v-188efc8c]:hover:before{background-color:#0074d9}.vue-number-input__button[data-v-188efc8c]:disabled{opacity:.65}.vue-number-input__button[data-v-188efc8c]:disabled:after,.vue-number-input__button[data-v-188efc8c]:disabled:before{background-color:#ddd}.vue-number-input__button[data-v-188efc8c]:after,.vue-number-input__button[data-v-188efc8c]:before{background-color:#111;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background-color .15s}.vue-number-input__button[data-v-188efc8c]:before{height:1px;width:50%}.vue-number-input__button[data-v-188efc8c]:after{height:50%;width:1px}.vue-number-input__button--minus[data-v-188efc8c]{border-bottom-right-radius:0;border-right:1px solid #ddd;border-top-right-radius:0;left:1px}.vue-number-input__button--minus[data-v-188efc8c]:after{visibility:hidden}.vue-number-input__button--plus[data-v-188efc8c]{border-bottom-left-radius:0;border-left:1px solid #ddd;border-top-left-radius:0;right:1px}.vue-number-input__input[data-v-188efc8c]{-moz-appearance:textfield;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;display:block;font-size:1rem;line-height:1.5;max-width:100%;min-height:1.5rem;min-width:3rem;padding:.4375rem .875rem;transition:border-color .15s;width:100%}.vue-number-input__input[data-v-188efc8c]::-webkit-inner-spin-button,.vue-number-input__input[data-v-188efc8c]::-webkit-outer-spin-button{-webkit-appearance:none}.vue-number-input__input[data-v-188efc8c]:focus{border-color:#0074d9;outline:none}.vue-number-input__input[data-v-188efc8c]:disabled,.vue-number-input__input[readonly][data-v-188efc8c]{background-color:#f8f8f8}.vue-number-input--inline[data-v-188efc8c]{display:inline-block}.vue-number-input--inline>input[data-v-188efc8c]{display:inline-block;width:12.5rem}.vue-number-input--center>input[data-v-188efc8c]{text-align:center}.vue-number-input--controls>input[data-v-188efc8c]{padding-left:3.375rem;padding-right:3.375rem}.vue-number-input--small>input[data-v-188efc8c]{border-radius:.1875rem;font-size:.875rem;padding:.25rem .5rem}.vue-number-input--small.vue-number-input--inline>input[data-v-188efc8c]{width:10rem}.vue-number-input--small.vue-number-input--controls>button[data-v-188efc8c]{width:2rem}.vue-number-input--small.vue-number-input--controls>input[data-v-188efc8c]{padding-left:2.5rem;padding-right:2.5rem}.vue-number-input--large>input[data-v-188efc8c]{border-radius:.3125rem;font-size:1.25rem;padding:.5rem 1rem}.vue-number-input--large.vue-number-input--inline>input[data-v-188efc8c]{width:15rem}.vue-number-input--large.vue-number-input--controls>button[data-v-188efc8c]{width:3rem}.vue-number-input--large.vue-number-input--controls>input[data-v-188efc8c]{padding-left:4rem;padding-right:4rem}';h4(p4);Ts.render=d4;Ts.__scopeId="data-v-188efc8c";const m4=A.defineComponent({__name:"NumberField",props:{modelValue:{default:0},minValue:{default:0},maxValue:{default:1/0},inputtable:{type:Boolean,default:!1},label:{},placeholder:{},icon:{},iconColor:{},iconType:{default:"fal"},iconPlacement:{},step:{default:1},controls:{type:Boolean,default:!0},required:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},inline:{type:Boolean,default:!1},id:{},rounded:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},small:{type:Boolean,default:!1}},emits:["update:modelValue"],setup(e,{emit:t}){const n=t,r=e,i=r.id||mi();function a(o){n("update:modelValue",o)}return A.onMounted(()=>{r.modelValue||a(r.minValue)}),(o,l)=>(A.openBlock(),A.createBlock(fo,{label:o.label,id:A.unref(i),icon:o.icon,"icon-color":o.iconColor,"icon-type":o.iconType,"icon-placement":o.iconPlacement,required:o.required,type:o.small?"fresh-booking-number-picker small":"fresh-booking-number-picker",readonly:o.readonly},{default:A.withCtx(()=>[A.createVNode(A.unref(Ts),{attrs:{id:A.unref(i)},modelValue:o.modelValue,min:o.minValue,max:o.maxValue,step:o.step,inline:o.inline,controls:o.controls,placeholder:o.placeholder,readonly:o.readonly,inputtable:o.inputtable,rounded:o.rounded,disabled:o.disabled,"onUpdate:modelValue":a},null,8,["attrs","modelValue","min","max","step","inline","controls","placeholder","readonly","inputtable","rounded","disabled"])]),_:1},8,["label","id","icon","icon-color","icon-type","icon-placement","required","type","readonly"]))}});var Cd={exports:{}};/*!
|
|
797
|
+
* Quill Editor v1.3.7
|
|
798
|
+
* https://quilljs.com/
|
|
799
|
+
* Copyright (c) 2014, Jason Chen
|
|
800
|
+
* Copyright (c) 2013, salesforce.com
|
|
801
|
+
*/(function(e,t){(function(r,i){e.exports=i()})(typeof self<"u"?self:Be.commonjsGlobal,function(){return function(n){var r={};function i(a){if(r[a])return r[a].exports;var o=r[a]={i:a,l:!1,exports:{}};return n[a].call(o.exports,o,o.exports,i),o.l=!0,o.exports}return i.m=n,i.c=r,i.d=function(a,o,l){i.o(a,o)||Object.defineProperty(a,o,{configurable:!1,enumerable:!0,get:l})},i.n=function(a){var o=a&&a.__esModule?function(){return a.default}:function(){return a};return i.d(o,"a",o),o},i.o=function(a,o){return Object.prototype.hasOwnProperty.call(a,o)},i.p="",i(i.s=109)}([function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(17),o=i(18),l=i(19),s=i(45),v=i(46),d=i(47),u=i(48),c=i(49),h=i(12),y=i(32),g=i(33),b=i(31),f=i(1),p={Scope:f.Scope,create:f.create,find:f.find,query:f.query,register:f.register,Container:a.default,Format:o.default,Leaf:l.default,Embed:u.default,Scroll:s.default,Block:d.default,Inline:v.default,Text:c.default,Attributor:{Attribute:h.default,Class:y.default,Style:g.default,Store:b.default}};r.default=p},function(n,r,i){var a=this&&this.__extends||function(){var b=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(f,p){f.__proto__=p}||function(f,p){for(var _ in p)p.hasOwnProperty(_)&&(f[_]=p[_])};return function(f,p){b(f,p);function _(){this.constructor=f}f.prototype=p===null?Object.create(p):(_.prototype=p.prototype,new _)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=function(b){a(f,b);function f(p){var _=this;return p="[Parchment] "+p,_=b.call(this,p)||this,_.message=p,_.name=_.constructor.name,_}return f}(Error);r.ParchmentError=o;var l={},s={},v={},d={};r.DATA_KEY="__blot";var u;(function(b){b[b.TYPE=3]="TYPE",b[b.LEVEL=12]="LEVEL",b[b.ATTRIBUTE=13]="ATTRIBUTE",b[b.BLOT=14]="BLOT",b[b.INLINE=7]="INLINE",b[b.BLOCK=11]="BLOCK",b[b.BLOCK_BLOT=10]="BLOCK_BLOT",b[b.INLINE_BLOT=6]="INLINE_BLOT",b[b.BLOCK_ATTRIBUTE=9]="BLOCK_ATTRIBUTE",b[b.INLINE_ATTRIBUTE=5]="INLINE_ATTRIBUTE",b[b.ANY=15]="ANY"})(u=r.Scope||(r.Scope={}));function c(b,f){var p=y(b);if(p==null)throw new o("Unable to create "+b+" blot");var _=p,m=b instanceof Node||b.nodeType===Node.TEXT_NODE?b:_.create(f);return new _(m,f)}r.create=c;function h(b,f){return f===void 0&&(f=!1),b==null?null:b[r.DATA_KEY]!=null?b[r.DATA_KEY].blot:f?h(b.parentNode,f):null}r.find=h;function y(b,f){f===void 0&&(f=u.ANY);var p;if(typeof b=="string")p=d[b]||l[b];else if(b instanceof Text||b.nodeType===Node.TEXT_NODE)p=d.text;else if(typeof b=="number")b&u.LEVEL&u.BLOCK?p=d.block:b&u.LEVEL&u.INLINE&&(p=d.inline);else if(b instanceof HTMLElement){var _=(b.getAttribute("class")||"").split(/\s+/);for(var m in _)if(p=s[_[m]],p)break;p=p||v[b.tagName]}return p==null?null:f&u.LEVEL&p.scope&&f&u.TYPE&p.scope?p:null}r.query=y;function g(){for(var b=[],f=0;f<arguments.length;f++)b[f]=arguments[f];if(b.length>1)return b.map(function(m){return g(m)});var p=b[0];if(typeof p.blotName!="string"&&typeof p.attrName!="string")throw new o("Invalid definition");if(p.blotName==="abstract")throw new o("Cannot register abstract class");if(d[p.blotName||p.attrName]=p,typeof p.keyName=="string")l[p.keyName]=p;else if(p.className!=null&&(s[p.className]=p),p.tagName!=null){Array.isArray(p.tagName)?p.tagName=p.tagName.map(function(m){return m.toUpperCase()}):p.tagName=p.tagName.toUpperCase();var _=Array.isArray(p.tagName)?p.tagName:[p.tagName];_.forEach(function(m){(v[m]==null||p.className==null)&&(v[m]=p)})}return p}r.register=g},function(n,r,i){var a=i(51),o=i(11),l=i(3),s=i(20),v="\0",d=function(u){Array.isArray(u)?this.ops=u:u!=null&&Array.isArray(u.ops)?this.ops=u.ops:this.ops=[]};d.prototype.insert=function(u,c){var h={};return u.length===0?this:(h.insert=u,c!=null&&typeof c=="object"&&Object.keys(c).length>0&&(h.attributes=c),this.push(h))},d.prototype.delete=function(u){return u<=0?this:this.push({delete:u})},d.prototype.retain=function(u,c){if(u<=0)return this;var h={retain:u};return c!=null&&typeof c=="object"&&Object.keys(c).length>0&&(h.attributes=c),this.push(h)},d.prototype.push=function(u){var c=this.ops.length,h=this.ops[c-1];if(u=l(!0,{},u),typeof h=="object"){if(typeof u.delete=="number"&&typeof h.delete=="number")return this.ops[c-1]={delete:h.delete+u.delete},this;if(typeof h.delete=="number"&&u.insert!=null&&(c-=1,h=this.ops[c-1],typeof h!="object"))return this.ops.unshift(u),this;if(o(u.attributes,h.attributes)){if(typeof u.insert=="string"&&typeof h.insert=="string")return this.ops[c-1]={insert:h.insert+u.insert},typeof u.attributes=="object"&&(this.ops[c-1].attributes=u.attributes),this;if(typeof u.retain=="number"&&typeof h.retain=="number")return this.ops[c-1]={retain:h.retain+u.retain},typeof u.attributes=="object"&&(this.ops[c-1].attributes=u.attributes),this}}return c===this.ops.length?this.ops.push(u):this.ops.splice(c,0,u),this},d.prototype.chop=function(){var u=this.ops[this.ops.length-1];return u&&u.retain&&!u.attributes&&this.ops.pop(),this},d.prototype.filter=function(u){return this.ops.filter(u)},d.prototype.forEach=function(u){this.ops.forEach(u)},d.prototype.map=function(u){return this.ops.map(u)},d.prototype.partition=function(u){var c=[],h=[];return this.forEach(function(y){var g=u(y)?c:h;g.push(y)}),[c,h]},d.prototype.reduce=function(u,c){return this.ops.reduce(u,c)},d.prototype.changeLength=function(){return this.reduce(function(u,c){return c.insert?u+s.length(c):c.delete?u-c.delete:u},0)},d.prototype.length=function(){return this.reduce(function(u,c){return u+s.length(c)},0)},d.prototype.slice=function(u,c){u=u||0,typeof c!="number"&&(c=1/0);for(var h=[],y=s.iterator(this.ops),g=0;g<c&&y.hasNext();){var b;g<u?b=y.next(u-g):(b=y.next(c-g),h.push(b)),g+=s.length(b)}return new d(h)},d.prototype.compose=function(u){var c=s.iterator(this.ops),h=s.iterator(u.ops),y=[],g=h.peek();if(g!=null&&typeof g.retain=="number"&&g.attributes==null){for(var b=g.retain;c.peekType()==="insert"&&c.peekLength()<=b;)b-=c.peekLength(),y.push(c.next());g.retain-b>0&&h.next(g.retain-b)}for(var f=new d(y);c.hasNext()||h.hasNext();)if(h.peekType()==="insert")f.push(h.next());else if(c.peekType()==="delete")f.push(c.next());else{var p=Math.min(c.peekLength(),h.peekLength()),_=c.next(p),m=h.next(p);if(typeof m.retain=="number"){var E={};typeof _.retain=="number"?E.retain=p:E.insert=_.insert;var N=s.attributes.compose(_.attributes,m.attributes,typeof _.retain=="number");if(N&&(E.attributes=N),f.push(E),!h.hasNext()&&o(f.ops[f.ops.length-1],E)){var k=new d(c.rest());return f.concat(k).chop()}}else typeof m.delete=="number"&&typeof _.retain=="number"&&f.push(m)}return f.chop()},d.prototype.concat=function(u){var c=new d(this.ops.slice());return u.ops.length>0&&(c.push(u.ops[0]),c.ops=c.ops.concat(u.ops.slice(1))),c},d.prototype.diff=function(u,c){if(this.ops===u.ops)return new d;var h=[this,u].map(function(p){return p.map(function(_){if(_.insert!=null)return typeof _.insert=="string"?_.insert:v;var m=p===u?"on":"with";throw new Error("diff() called "+m+" non-document")}).join("")}),y=new d,g=a(h[0],h[1],c),b=s.iterator(this.ops),f=s.iterator(u.ops);return g.forEach(function(p){for(var _=p[1].length;_>0;){var m=0;switch(p[0]){case a.INSERT:m=Math.min(f.peekLength(),_),y.push(f.next(m));break;case a.DELETE:m=Math.min(_,b.peekLength()),b.next(m),y.delete(m);break;case a.EQUAL:m=Math.min(b.peekLength(),f.peekLength(),_);var E=b.next(m),N=f.next(m);o(E.insert,N.insert)?y.retain(m,s.attributes.diff(E.attributes,N.attributes)):y.push(N).delete(m);break}_-=m}}),y.chop()},d.prototype.eachLine=function(u,c){c=c||`
|
|
802
|
+
`;for(var h=s.iterator(this.ops),y=new d,g=0;h.hasNext();){if(h.peekType()!=="insert")return;var b=h.peek(),f=s.length(b)-h.peekLength(),p=typeof b.insert=="string"?b.insert.indexOf(c,f)-f:-1;if(p<0)y.push(h.next());else if(p>0)y.push(h.next(p));else{if(u(y,h.next(1).attributes||{},g)===!1)return;g+=1,y=new d}}y.length()>0&&u(y,{},g)},d.prototype.transform=function(u,c){if(c=!!c,typeof u=="number")return this.transformPosition(u,c);for(var h=s.iterator(this.ops),y=s.iterator(u.ops),g=new d;h.hasNext()||y.hasNext();)if(h.peekType()==="insert"&&(c||y.peekType()!=="insert"))g.retain(s.length(h.next()));else if(y.peekType()==="insert")g.push(y.next());else{var b=Math.min(h.peekLength(),y.peekLength()),f=h.next(b),p=y.next(b);if(f.delete)continue;p.delete?g.push(p):g.retain(b,s.attributes.transform(f.attributes,p.attributes,c))}return g.chop()},d.prototype.transformPosition=function(u,c){c=!!c;for(var h=s.iterator(this.ops),y=0;h.hasNext()&&y<=u;){var g=h.peekLength(),b=h.peekType();if(h.next(),b==="delete"){u-=Math.min(g,u-y);continue}else b==="insert"&&(y<u||!c)&&(u+=g);y+=g}return u},n.exports=d},function(n,r){var i=Object.prototype.hasOwnProperty,a=Object.prototype.toString,o=Object.defineProperty,l=Object.getOwnPropertyDescriptor,s=function(h){return typeof Array.isArray=="function"?Array.isArray(h):a.call(h)==="[object Array]"},v=function(h){if(!h||a.call(h)!=="[object Object]")return!1;var y=i.call(h,"constructor"),g=h.constructor&&h.constructor.prototype&&i.call(h.constructor.prototype,"isPrototypeOf");if(h.constructor&&!y&&!g)return!1;var b;for(b in h);return typeof b>"u"||i.call(h,b)},d=function(h,y){o&&y.name==="__proto__"?o(h,y.name,{enumerable:!0,configurable:!0,value:y.newValue,writable:!0}):h[y.name]=y.newValue},u=function(h,y){if(y==="__proto__")if(i.call(h,y)){if(l)return l(h,y).value}else return;return h[y]};n.exports=function c(){var h,y,g,b,f,p,_=arguments[0],m=1,E=arguments.length,N=!1;for(typeof _=="boolean"&&(N=_,_=arguments[1]||{},m=2),(_==null||typeof _!="object"&&typeof _!="function")&&(_={});m<E;++m)if(h=arguments[m],h!=null)for(y in h)g=u(_,y),b=u(h,y),_!==b&&(N&&b&&(v(b)||(f=s(b)))?(f?(f=!1,p=g&&s(g)?g:[]):p=g&&v(g)?g:{},d(_,{name:y,newValue:c(N,p,b)})):typeof b<"u"&&d(_,{name:y,newValue:b}));return _}},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.BlockEmbed=r.bubbleFormats=void 0;var a=function(){function w(S,P){for(var R=0;R<P.length;R++){var j=P[R];j.enumerable=j.enumerable||!1,j.configurable=!0,"value"in j&&(j.writable=!0),Object.defineProperty(S,j.key,j)}}return function(S,P,R){return P&&w(S.prototype,P),R&&w(S,R),S}}(),o=function w(S,P,R){S===null&&(S=Function.prototype);var j=Object.getOwnPropertyDescriptor(S,P);if(j===void 0){var $=Object.getPrototypeOf(S);return $===null?void 0:w($,P,R)}else{if("value"in j)return j.value;var W=j.get;return W===void 0?void 0:W.call(R)}},l=i(3),s=_(l),v=i(2),d=_(v),u=i(0),c=_(u),h=i(16),y=_(h),g=i(6),b=_(g),f=i(7),p=_(f);function _(w){return w&&w.__esModule?w:{default:w}}function m(w,S){if(!(w instanceof S))throw new TypeError("Cannot call a class as a function")}function E(w,S){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return S&&(typeof S=="object"||typeof S=="function")?S:w}function N(w,S){if(typeof S!="function"&&S!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof S);w.prototype=Object.create(S&&S.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),S&&(Object.setPrototypeOf?Object.setPrototypeOf(w,S):w.__proto__=S)}var k=1,T=function(w){N(S,w);function S(){return m(this,S),E(this,(S.__proto__||Object.getPrototypeOf(S)).apply(this,arguments))}return a(S,[{key:"attach",value:function(){o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"attach",this).call(this),this.attributes=new c.default.Attributor.Store(this.domNode)}},{key:"delta",value:function(){return new d.default().insert(this.value(),(0,s.default)(this.formats(),this.attributes.values()))}},{key:"format",value:function(R,j){var $=c.default.query(R,c.default.Scope.BLOCK_ATTRIBUTE);$!=null&&this.attributes.attribute($,j)}},{key:"formatAt",value:function(R,j,$,W){this.format($,W)}},{key:"insertAt",value:function(R,j,$){if(typeof j=="string"&&j.endsWith(`
|
|
803
|
+
`)){var W=c.default.create(C.blotName);this.parent.insertBefore(W,R===0?this:this.next),W.insertAt(0,j.slice(0,-1))}else o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"insertAt",this).call(this,R,j,$)}}]),S}(c.default.Embed);T.scope=c.default.Scope.BLOCK_BLOT;var C=function(w){N(S,w);function S(P){m(this,S);var R=E(this,(S.__proto__||Object.getPrototypeOf(S)).call(this,P));return R.cache={},R}return a(S,[{key:"delta",value:function(){return this.cache.delta==null&&(this.cache.delta=this.descendants(c.default.Leaf).reduce(function(R,j){return j.length()===0?R:R.insert(j.value(),L(j))},new d.default).insert(`
|
|
804
|
+
`,L(this))),this.cache.delta}},{key:"deleteAt",value:function(R,j){o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"deleteAt",this).call(this,R,j),this.cache={}}},{key:"formatAt",value:function(R,j,$,W){j<=0||(c.default.query($,c.default.Scope.BLOCK)?R+j===this.length()&&this.format($,W):o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"formatAt",this).call(this,R,Math.min(j,this.length()-R-1),$,W),this.cache={})}},{key:"insertAt",value:function(R,j,$){if($!=null)return o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"insertAt",this).call(this,R,j,$);if(j.length!==0){var W=j.split(`
|
|
805
|
+
`),re=W.shift();re.length>0&&(R<this.length()-1||this.children.tail==null?o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"insertAt",this).call(this,Math.min(R,this.length()-1),re):this.children.tail.insertAt(this.children.tail.length(),re),this.cache={});var K=this;W.reduce(function(M,x){return K=K.split(M,!0),K.insertAt(0,x),x.length},R+re.length)}}},{key:"insertBefore",value:function(R,j){var $=this.children.head;o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"insertBefore",this).call(this,R,j),$ instanceof y.default&&$.remove(),this.cache={}}},{key:"length",value:function(){return this.cache.length==null&&(this.cache.length=o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"length",this).call(this)+k),this.cache.length}},{key:"moveChildren",value:function(R,j){o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"moveChildren",this).call(this,R,j),this.cache={}}},{key:"optimize",value:function(R){o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"optimize",this).call(this,R),this.cache={}}},{key:"path",value:function(R){return o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"path",this).call(this,R,!0)}},{key:"removeChild",value:function(R){o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"removeChild",this).call(this,R),this.cache={}}},{key:"split",value:function(R){var j=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(j&&(R===0||R>=this.length()-k)){var $=this.clone();return R===0?(this.parent.insertBefore($,this),this):(this.parent.insertBefore($,this.next),$)}else{var W=o(S.prototype.__proto__||Object.getPrototypeOf(S.prototype),"split",this).call(this,R,j);return this.cache={},W}}}]),S}(c.default.Block);C.blotName="block",C.tagName="P",C.defaultChild="break",C.allowedChildren=[b.default,c.default.Embed,p.default];function L(w){var S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};return w==null||(typeof w.formats=="function"&&(S=(0,s.default)(S,w.formats())),w.parent==null||w.parent.blotName=="scroll"||w.parent.statics.scope!==w.statics.scope)?S:L(w.parent,S)}r.bubbleFormats=L,r.BlockEmbed=T,r.default=C},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.overload=r.expandConfig=void 0;var a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(K){return typeof K}:function(K){return K&&typeof Symbol=="function"&&K.constructor===Symbol&&K!==Symbol.prototype?"symbol":typeof K},o=function(){function K(M,x){var H=[],V=!0,G=!1,U=void 0;try{for(var D=M[Symbol.iterator](),q;!(V=(q=D.next()).done)&&(H.push(q.value),!(x&&H.length===x));V=!0);}catch(X){G=!0,U=X}finally{try{!V&&D.return&&D.return()}finally{if(G)throw U}}return H}return function(M,x){if(Array.isArray(M))return M;if(Symbol.iterator in Object(M))return K(M,x);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),l=function(){function K(M,x){for(var H=0;H<x.length;H++){var V=x[H];V.enumerable=V.enumerable||!1,V.configurable=!0,"value"in V&&(V.writable=!0),Object.defineProperty(M,V.key,V)}}return function(M,x,H){return x&&K(M.prototype,x),H&&K(M,H),M}}();i(50);var s=i(2),v=L(s),d=i(14),u=L(d),c=i(8),h=L(c),y=i(9),g=L(y),b=i(0),f=L(b),p=i(15),_=L(p),m=i(3),E=L(m),N=i(10),k=L(N),T=i(34),C=L(T);function L(K){return K&&K.__esModule?K:{default:K}}function w(K,M,x){return M in K?Object.defineProperty(K,M,{value:x,enumerable:!0,configurable:!0,writable:!0}):K[M]=x,K}function S(K,M){if(!(K instanceof M))throw new TypeError("Cannot call a class as a function")}var P=(0,k.default)("quill"),R=function(){l(K,null,[{key:"debug",value:function(x){x===!0&&(x="log"),k.default.level(x)}},{key:"find",value:function(x){return x.__quill||f.default.find(x)}},{key:"import",value:function(x){return this.imports[x]==null&&P.error("Cannot import "+x+". Are you sure it was registered?"),this.imports[x]}},{key:"register",value:function(x,H){var V=this,G=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;if(typeof x!="string"){var U=x.attrName||x.blotName;typeof U=="string"?this.register("formats/"+U,x,H):Object.keys(x).forEach(function(D){V.register(D,x[D],H)})}else this.imports[x]!=null&&!G&&P.warn("Overwriting "+x+" with",H),this.imports[x]=H,(x.startsWith("blots/")||x.startsWith("formats/"))&&H.blotName!=="abstract"?f.default.register(H):x.startsWith("modules")&&typeof H.register=="function"&&H.register()}}]);function K(M){var x=this,H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(S(this,K),this.options=j(M,H),this.container=this.options.container,this.container==null)return P.error("Invalid Quill container",M);this.options.debug&&K.debug(this.options.debug);var V=this.container.innerHTML.trim();this.container.classList.add("ql-container"),this.container.innerHTML="",this.container.__quill=this,this.root=this.addContainer("ql-editor"),this.root.classList.add("ql-blank"),this.root.setAttribute("data-gramm",!1),this.scrollingContainer=this.options.scrollingContainer||this.root,this.emitter=new h.default,this.scroll=f.default.create(this.root,{emitter:this.emitter,whitelist:this.options.formats}),this.editor=new u.default(this.scroll),this.selection=new _.default(this.scroll,this.emitter),this.theme=new this.options.theme(this,this.options),this.keyboard=this.theme.addModule("keyboard"),this.clipboard=this.theme.addModule("clipboard"),this.history=this.theme.addModule("history"),this.theme.init(),this.emitter.on(h.default.events.EDITOR_CHANGE,function(U){U===h.default.events.TEXT_CHANGE&&x.root.classList.toggle("ql-blank",x.editor.isBlank())}),this.emitter.on(h.default.events.SCROLL_UPDATE,function(U,D){var q=x.selection.lastRange,X=q&&q.length===0?q.index:void 0;$.call(x,function(){return x.editor.update(null,D,X)},U)});var G=this.clipboard.convert(`<div class='ql-editor' style="white-space: normal;">`+V+"<p><br></p></div>");this.setContents(G),this.history.clear(),this.options.placeholder&&this.root.setAttribute("data-placeholder",this.options.placeholder),this.options.readOnly&&this.disable()}return l(K,[{key:"addContainer",value:function(x){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;if(typeof x=="string"){var V=x;x=document.createElement("div"),x.classList.add(V)}return this.container.insertBefore(x,H),x}},{key:"blur",value:function(){this.selection.setRange(null)}},{key:"deleteText",value:function(x,H,V){var G=this,U=W(x,H,V),D=o(U,4);return x=D[0],H=D[1],V=D[3],$.call(this,function(){return G.editor.deleteText(x,H)},V,x,-1*H)}},{key:"disable",value:function(){this.enable(!1)}},{key:"enable",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.scroll.enable(x),this.container.classList.toggle("ql-disabled",!x)}},{key:"focus",value:function(){var x=this.scrollingContainer.scrollTop;this.selection.focus(),this.scrollingContainer.scrollTop=x,this.scrollIntoView()}},{key:"format",value:function(x,H){var V=this,G=arguments.length>2&&arguments[2]!==void 0?arguments[2]:h.default.sources.API;return $.call(this,function(){var U=V.getSelection(!0),D=new v.default;if(U==null)return D;if(f.default.query(x,f.default.Scope.BLOCK))D=V.editor.formatLine(U.index,U.length,w({},x,H));else{if(U.length===0)return V.selection.format(x,H),D;D=V.editor.formatText(U.index,U.length,w({},x,H))}return V.setSelection(U,h.default.sources.SILENT),D},G)}},{key:"formatLine",value:function(x,H,V,G,U){var D=this,q=void 0,X=W(x,H,V,G,U),Z=o(X,4);return x=Z[0],H=Z[1],q=Z[2],U=Z[3],$.call(this,function(){return D.editor.formatLine(x,H,q)},U,x,0)}},{key:"formatText",value:function(x,H,V,G,U){var D=this,q=void 0,X=W(x,H,V,G,U),Z=o(X,4);return x=Z[0],H=Z[1],q=Z[2],U=Z[3],$.call(this,function(){return D.editor.formatText(x,H,q)},U,x,0)}},{key:"getBounds",value:function(x){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,V=void 0;typeof x=="number"?V=this.selection.getBounds(x,H):V=this.selection.getBounds(x.index,x.length);var G=this.container.getBoundingClientRect();return{bottom:V.bottom-G.top,height:V.height,left:V.left-G.left,right:V.right-G.left,top:V.top-G.top,width:V.width}}},{key:"getContents",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-x,V=W(x,H),G=o(V,2);return x=G[0],H=G[1],this.editor.getContents(x,H)}},{key:"getFormat",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:this.getSelection(!0),H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;return typeof x=="number"?this.editor.getFormat(x,H):this.editor.getFormat(x.index,x.length)}},{key:"getIndex",value:function(x){return x.offset(this.scroll)}},{key:"getLength",value:function(){return this.scroll.length()}},{key:"getLeaf",value:function(x){return this.scroll.leaf(x)}},{key:"getLine",value:function(x){return this.scroll.line(x)}},{key:"getLines",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE;return typeof x!="number"?this.scroll.lines(x.index,x.length):this.scroll.lines(x,H)}},{key:"getModule",value:function(x){return this.theme.modules[x]}},{key:"getSelection",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;return x&&this.focus(),this.update(),this.selection.getRange()[0]}},{key:"getText",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:this.getLength()-x,V=W(x,H),G=o(V,2);return x=G[0],H=G[1],this.editor.getText(x,H)}},{key:"hasFocus",value:function(){return this.selection.hasFocus()}},{key:"insertEmbed",value:function(x,H,V){var G=this,U=arguments.length>3&&arguments[3]!==void 0?arguments[3]:K.sources.API;return $.call(this,function(){return G.editor.insertEmbed(x,H,V)},U,x)}},{key:"insertText",value:function(x,H,V,G,U){var D=this,q=void 0,X=W(x,0,V,G,U),Z=o(X,4);return x=Z[0],q=Z[2],U=Z[3],$.call(this,function(){return D.editor.insertText(x,H,q)},U,x,H.length)}},{key:"isEnabled",value:function(){return!this.container.classList.contains("ql-disabled")}},{key:"off",value:function(){return this.emitter.off.apply(this.emitter,arguments)}},{key:"on",value:function(){return this.emitter.on.apply(this.emitter,arguments)}},{key:"once",value:function(){return this.emitter.once.apply(this.emitter,arguments)}},{key:"pasteHTML",value:function(x,H,V){this.clipboard.dangerouslyPasteHTML(x,H,V)}},{key:"removeFormat",value:function(x,H,V){var G=this,U=W(x,H,V),D=o(U,4);return x=D[0],H=D[1],V=D[3],$.call(this,function(){return G.editor.removeFormat(x,H)},V,x)}},{key:"scrollIntoView",value:function(){this.selection.scrollIntoView(this.scrollingContainer)}},{key:"setContents",value:function(x){var H=this,V=arguments.length>1&&arguments[1]!==void 0?arguments[1]:h.default.sources.API;return $.call(this,function(){x=new v.default(x);var G=H.getLength(),U=H.editor.deleteText(0,G),D=H.editor.applyDelta(x),q=D.ops[D.ops.length-1];q!=null&&typeof q.insert=="string"&&q.insert[q.insert.length-1]===`
|
|
806
|
+
`&&(H.editor.deleteText(H.getLength()-1,1),D.delete(1));var X=U.compose(D);return X},V)}},{key:"setSelection",value:function(x,H,V){if(x==null)this.selection.setRange(null,H||K.sources.API);else{var G=W(x,H,V),U=o(G,4);x=U[0],H=U[1],V=U[3],this.selection.setRange(new p.Range(x,H),V),V!==h.default.sources.SILENT&&this.selection.scrollIntoView(this.scrollingContainer)}}},{key:"setText",value:function(x){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:h.default.sources.API,V=new v.default().insert(x);return this.setContents(V,H)}},{key:"update",value:function(){var x=arguments.length>0&&arguments[0]!==void 0?arguments[0]:h.default.sources.USER,H=this.scroll.update(x);return this.selection.update(x),H}},{key:"updateContents",value:function(x){var H=this,V=arguments.length>1&&arguments[1]!==void 0?arguments[1]:h.default.sources.API;return $.call(this,function(){return x=new v.default(x),H.editor.applyDelta(x,V)},V,!0)}}]),K}();R.DEFAULTS={bounds:null,formats:null,modules:{},placeholder:"",readOnly:!1,scrollingContainer:null,strict:!0,theme:"default"},R.events=h.default.events,R.sources=h.default.sources,R.version="1.3.7",R.imports={delta:v.default,parchment:f.default,"core/module":g.default,"core/theme":C.default};function j(K,M){if(M=(0,E.default)(!0,{container:K,modules:{clipboard:!0,keyboard:!0,history:!0}},M),!M.theme||M.theme===R.DEFAULTS.theme)M.theme=C.default;else if(M.theme=R.import("themes/"+M.theme),M.theme==null)throw new Error("Invalid theme "+M.theme+". Did you register it?");var x=(0,E.default)(!0,{},M.theme.DEFAULTS);[x,M].forEach(function(G){G.modules=G.modules||{},Object.keys(G.modules).forEach(function(U){G.modules[U]===!0&&(G.modules[U]={})})});var H=Object.keys(x.modules).concat(Object.keys(M.modules)),V=H.reduce(function(G,U){var D=R.import("modules/"+U);return D==null?P.error("Cannot load "+U+" module. Are you sure you registered it?"):G[U]=D.DEFAULTS||{},G},{});return M.modules!=null&&M.modules.toolbar&&M.modules.toolbar.constructor!==Object&&(M.modules.toolbar={container:M.modules.toolbar}),M=(0,E.default)(!0,{},R.DEFAULTS,{modules:V},x,M),["bounds","container","scrollingContainer"].forEach(function(G){typeof M[G]=="string"&&(M[G]=document.querySelector(M[G]))}),M.modules=Object.keys(M.modules).reduce(function(G,U){return M.modules[U]&&(G[U]=M.modules[U]),G},{}),M}function $(K,M,x,H){if(this.options.strict&&!this.isEnabled()&&M===h.default.sources.USER)return new v.default;var V=x==null?null:this.getSelection(),G=this.editor.delta,U=K();if(V!=null&&(x===!0&&(x=V.index),H==null?V=re(V,U,M):H!==0&&(V=re(V,x,H,M)),this.setSelection(V,h.default.sources.SILENT)),U.length()>0){var D,q=[h.default.events.TEXT_CHANGE,U,G,M];if((D=this.emitter).emit.apply(D,[h.default.events.EDITOR_CHANGE].concat(q)),M!==h.default.sources.SILENT){var X;(X=this.emitter).emit.apply(X,q)}}return U}function W(K,M,x,H,V){var G={};return typeof K.index=="number"&&typeof K.length=="number"?typeof M!="number"?(V=H,H=x,x=M,M=K.length,K=K.index):(M=K.length,K=K.index):typeof M!="number"&&(V=H,H=x,x=M,M=0),(typeof x>"u"?"undefined":a(x))==="object"?(G=x,V=H):typeof x=="string"&&(H!=null?G[x]=H:V=x),V=V||h.default.sources.API,[K,M,G,V]}function re(K,M,x,H){if(K==null)return null;var V=void 0,G=void 0;if(M instanceof v.default){var U=[K.index,K.index+K.length].map(function(Z){return M.transformPosition(Z,H!==h.default.sources.USER)}),D=o(U,2);V=D[0],G=D[1]}else{var q=[K.index,K.index+K.length].map(function(Z){return Z<M||Z===M&&H===h.default.sources.USER?Z:x>=0?Z+x:Math.max(M,Z+x)}),X=o(q,2);V=X[0],G=X[1]}return new p.Range(V,G-V)}r.expandConfig=j,r.overload=W,r.default=R},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function b(f,p){for(var _=0;_<p.length;_++){var m=p[_];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(f,m.key,m)}}return function(f,p,_){return p&&b(f.prototype,p),_&&b(f,_),f}}(),o=function b(f,p,_){f===null&&(f=Function.prototype);var m=Object.getOwnPropertyDescriptor(f,p);if(m===void 0){var E=Object.getPrototypeOf(f);return E===null?void 0:b(E,p,_)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(_)}},l=i(7),s=u(l),v=i(0),d=u(v);function u(b){return b&&b.__esModule?b:{default:b}}function c(b,f){if(!(b instanceof f))throw new TypeError("Cannot call a class as a function")}function h(b,f){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return f&&(typeof f=="object"||typeof f=="function")?f:b}function y(b,f){if(typeof f!="function"&&f!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof f);b.prototype=Object.create(f&&f.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),f&&(Object.setPrototypeOf?Object.setPrototypeOf(b,f):b.__proto__=f)}var g=function(b){y(f,b);function f(){return c(this,f),h(this,(f.__proto__||Object.getPrototypeOf(f)).apply(this,arguments))}return a(f,[{key:"formatAt",value:function(_,m,E,N){if(f.compare(this.statics.blotName,E)<0&&d.default.query(E,d.default.Scope.BLOT)){var k=this.isolate(_,m);N&&k.wrap(E,N)}else o(f.prototype.__proto__||Object.getPrototypeOf(f.prototype),"formatAt",this).call(this,_,m,E,N)}},{key:"optimize",value:function(_){if(o(f.prototype.__proto__||Object.getPrototypeOf(f.prototype),"optimize",this).call(this,_),this.parent instanceof f&&f.compare(this.statics.blotName,this.parent.statics.blotName)>0){var m=this.parent.isolate(this.offset(),this.length());this.moveChildren(m),m.wrap(this)}}}],[{key:"compare",value:function(_,m){var E=f.order.indexOf(_),N=f.order.indexOf(m);return E>=0||N>=0?E-N:_===m?0:_<m?-1:1}}]),f}(d.default.Inline);g.allowedChildren=[g,d.default.Embed,s.default],g.order=["cursor","inline","underline","strike","italic","bold","script","link","code"],r.default=g},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(0),o=l(a);function l(c){return c&&c.__esModule?c:{default:c}}function s(c,h){if(!(c instanceof h))throw new TypeError("Cannot call a class as a function")}function v(c,h){if(!c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:c}function d(c,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);c.prototype=Object.create(h&&h.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(c,h):c.__proto__=h)}var u=function(c){d(h,c);function h(){return s(this,h),v(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(o.default.Text);r.default=u},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function p(_,m){for(var E=0;E<m.length;E++){var N=m[E];N.enumerable=N.enumerable||!1,N.configurable=!0,"value"in N&&(N.writable=!0),Object.defineProperty(_,N.key,N)}}return function(_,m,E){return m&&p(_.prototype,m),E&&p(_,E),_}}(),o=function p(_,m,E){_===null&&(_=Function.prototype);var N=Object.getOwnPropertyDescriptor(_,m);if(N===void 0){var k=Object.getPrototypeOf(_);return k===null?void 0:p(k,m,E)}else{if("value"in N)return N.value;var T=N.get;return T===void 0?void 0:T.call(E)}},l=i(54),s=u(l),v=i(10),d=u(v);function u(p){return p&&p.__esModule?p:{default:p}}function c(p,_){if(!(p instanceof _))throw new TypeError("Cannot call a class as a function")}function h(p,_){if(!p)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return _&&(typeof _=="object"||typeof _=="function")?_:p}function y(p,_){if(typeof _!="function"&&_!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof _);p.prototype=Object.create(_&&_.prototype,{constructor:{value:p,enumerable:!1,writable:!0,configurable:!0}}),_&&(Object.setPrototypeOf?Object.setPrototypeOf(p,_):p.__proto__=_)}var g=(0,d.default)("quill:events"),b=["selectionchange","mousedown","mouseup","click"];b.forEach(function(p){document.addEventListener(p,function(){for(var _=arguments.length,m=Array(_),E=0;E<_;E++)m[E]=arguments[E];[].slice.call(document.querySelectorAll(".ql-container")).forEach(function(N){if(N.__quill&&N.__quill.emitter){var k;(k=N.__quill.emitter).handleDOM.apply(k,m)}})})});var f=function(p){y(_,p);function _(){c(this,_);var m=h(this,(_.__proto__||Object.getPrototypeOf(_)).call(this));return m.listeners={},m.on("error",g.error),m}return a(_,[{key:"emit",value:function(){g.log.apply(g,arguments),o(_.prototype.__proto__||Object.getPrototypeOf(_.prototype),"emit",this).apply(this,arguments)}},{key:"handleDOM",value:function(E){for(var N=arguments.length,k=Array(N>1?N-1:0),T=1;T<N;T++)k[T-1]=arguments[T];(this.listeners[E.type]||[]).forEach(function(C){var L=C.node,w=C.handler;(E.target===L||L.contains(E.target))&&w.apply(void 0,[E].concat(k))})}},{key:"listenDOM",value:function(E,N,k){this.listeners[E]||(this.listeners[E]=[]),this.listeners[E].push({node:N,handler:k})}}]),_}(s.default);f.events={EDITOR_CHANGE:"editor-change",SCROLL_BEFORE_UPDATE:"scroll-before-update",SCROLL_OPTIMIZE:"scroll-optimize",SCROLL_UPDATE:"scroll-update",SELECTION_CHANGE:"selection-change",TEXT_CHANGE:"text-change"},f.sources={API:"api",SILENT:"silent",USER:"user"},r.default=f},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});function a(l,s){if(!(l instanceof s))throw new TypeError("Cannot call a class as a function")}var o=function l(s){var v=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};a(this,l),this.quill=s,this.options=v};o.DEFAULTS={},r.default=o},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=["error","warn","log","info"],o="warn";function l(v){if(a.indexOf(v)<=a.indexOf(o)){for(var d,u=arguments.length,c=Array(u>1?u-1:0),h=1;h<u;h++)c[h-1]=arguments[h];(d=console)[v].apply(d,c)}}function s(v){return a.reduce(function(d,u){return d[u]=l.bind(console,u,v),d},{})}l.level=s.level=function(v){o=v},r.default=s},function(n,r,i){var a=Array.prototype.slice,o=i(52),l=i(53),s=n.exports=function(c,h,y){return y||(y={}),c===h?!0:c instanceof Date&&h instanceof Date?c.getTime()===h.getTime():!c||!h||typeof c!="object"&&typeof h!="object"?y.strict?c===h:c==h:u(c,h,y)};function v(c){return c==null}function d(c){return!(!c||typeof c!="object"||typeof c.length!="number"||typeof c.copy!="function"||typeof c.slice!="function"||c.length>0&&typeof c[0]!="number")}function u(c,h,y){var g,b;if(v(c)||v(h)||c.prototype!==h.prototype)return!1;if(l(c))return l(h)?(c=a.call(c),h=a.call(h),s(c,h,y)):!1;if(d(c)){if(!d(h)||c.length!==h.length)return!1;for(g=0;g<c.length;g++)if(c[g]!==h[g])return!1;return!0}try{var f=o(c),p=o(h)}catch{return!1}if(f.length!=p.length)return!1;for(f.sort(),p.sort(),g=f.length-1;g>=0;g--)if(f[g]!=p[g])return!1;for(g=f.length-1;g>=0;g--)if(b=f[g],!s(c[b],h[b],y))return!1;return typeof c==typeof h}},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(1),o=function(){function l(s,v,d){d===void 0&&(d={}),this.attrName=s,this.keyName=v;var u=a.Scope.TYPE&a.Scope.ATTRIBUTE;d.scope!=null?this.scope=d.scope&a.Scope.LEVEL|u:this.scope=a.Scope.ATTRIBUTE,d.whitelist!=null&&(this.whitelist=d.whitelist)}return l.keys=function(s){return[].map.call(s.attributes,function(v){return v.name})},l.prototype.add=function(s,v){return this.canAdd(s,v)?(s.setAttribute(this.keyName,v),!0):!1},l.prototype.canAdd=function(s,v){var d=a.query(s,a.Scope.BLOT&(this.scope|a.Scope.TYPE));return d==null?!1:this.whitelist==null?!0:typeof v=="string"?this.whitelist.indexOf(v.replace(/["']/g,""))>-1:this.whitelist.indexOf(v)>-1},l.prototype.remove=function(s){s.removeAttribute(this.keyName)},l.prototype.value=function(s){var v=s.getAttribute(this.keyName);return this.canAdd(s,v)&&v?v:""},l}();r.default=o},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.Code=void 0;var a=function(){function T(C,L){var w=[],S=!0,P=!1,R=void 0;try{for(var j=C[Symbol.iterator](),$;!(S=($=j.next()).done)&&(w.push($.value),!(L&&w.length===L));S=!0);}catch(W){P=!0,R=W}finally{try{!S&&j.return&&j.return()}finally{if(P)throw R}}return w}return function(C,L){if(Array.isArray(C))return C;if(Symbol.iterator in Object(C))return T(C,L);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function T(C,L){for(var w=0;w<L.length;w++){var S=L[w];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(C,S.key,S)}}return function(C,L,w){return L&&T(C.prototype,L),w&&T(C,w),C}}(),l=function T(C,L,w){C===null&&(C=Function.prototype);var S=Object.getOwnPropertyDescriptor(C,L);if(S===void 0){var P=Object.getPrototypeOf(C);return P===null?void 0:T(P,L,w)}else{if("value"in S)return S.value;var R=S.get;return R===void 0?void 0:R.call(w)}},s=i(2),v=p(s),d=i(0),u=p(d),c=i(4),h=p(c),y=i(6),g=p(y),b=i(7),f=p(b);function p(T){return T&&T.__esModule?T:{default:T}}function _(T,C){if(!(T instanceof C))throw new TypeError("Cannot call a class as a function")}function m(T,C){if(!T)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return C&&(typeof C=="object"||typeof C=="function")?C:T}function E(T,C){if(typeof C!="function"&&C!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof C);T.prototype=Object.create(C&&C.prototype,{constructor:{value:T,enumerable:!1,writable:!0,configurable:!0}}),C&&(Object.setPrototypeOf?Object.setPrototypeOf(T,C):T.__proto__=C)}var N=function(T){E(C,T);function C(){return _(this,C),m(this,(C.__proto__||Object.getPrototypeOf(C)).apply(this,arguments))}return C}(g.default);N.blotName="code",N.tagName="CODE";var k=function(T){E(C,T);function C(){return _(this,C),m(this,(C.__proto__||Object.getPrototypeOf(C)).apply(this,arguments))}return o(C,[{key:"delta",value:function(){var w=this,S=this.domNode.textContent;return S.endsWith(`
|
|
807
|
+
`)&&(S=S.slice(0,-1)),S.split(`
|
|
808
|
+
`).reduce(function(P,R){return P.insert(R).insert(`
|
|
809
|
+
`,w.formats())},new v.default)}},{key:"format",value:function(w,S){if(!(w===this.statics.blotName&&S)){var P=this.descendant(f.default,this.length()-1),R=a(P,1),j=R[0];j?.deleteAt(j.length()-1,1),l(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"format",this).call(this,w,S)}}},{key:"formatAt",value:function(w,S,P,R){if(S!==0&&!(u.default.query(P,u.default.Scope.BLOCK)==null||P===this.statics.blotName&&R===this.statics.formats(this.domNode))){var j=this.newlineIndex(w);if(!(j<0||j>=w+S)){var $=this.newlineIndex(w,!0)+1,W=j-$+1,re=this.isolate($,W),K=re.next;re.format(P,R),K instanceof C&&K.formatAt(0,w-$+S-W,P,R)}}}},{key:"insertAt",value:function(w,S,P){if(P==null){var R=this.descendant(f.default,w),j=a(R,2),$=j[0],W=j[1];$.insertAt(W,S)}}},{key:"length",value:function(){var w=this.domNode.textContent.length;return this.domNode.textContent.endsWith(`
|
|
810
|
+
`)?w:w+1}},{key:"newlineIndex",value:function(w){var S=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(S)return this.domNode.textContent.slice(0,w).lastIndexOf(`
|
|
811
|
+
`);var P=this.domNode.textContent.slice(w).indexOf(`
|
|
812
|
+
`);return P>-1?w+P:-1}},{key:"optimize",value:function(w){this.domNode.textContent.endsWith(`
|
|
813
|
+
`)||this.appendChild(u.default.create("text",`
|
|
814
|
+
`)),l(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"optimize",this).call(this,w);var S=this.next;S!=null&&S.prev===this&&S.statics.blotName===this.statics.blotName&&this.statics.formats(this.domNode)===S.statics.formats(S.domNode)&&(S.optimize(w),S.moveChildren(this),S.remove())}},{key:"replace",value:function(w){l(C.prototype.__proto__||Object.getPrototypeOf(C.prototype),"replace",this).call(this,w),[].slice.call(this.domNode.querySelectorAll("*")).forEach(function(S){var P=u.default.find(S);P==null?S.parentNode.removeChild(S):P instanceof u.default.Embed?P.remove():P.unwrap()})}}],[{key:"create",value:function(w){var S=l(C.__proto__||Object.getPrototypeOf(C),"create",this).call(this,w);return S.setAttribute("spellcheck",!1),S}},{key:"formats",value:function(){return!0}}]),C}(h.default);k.blotName="code-block",k.tagName="PRE",k.TAB=" ",r.Code=N,r.default=k},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(K){return typeof K}:function(K){return K&&typeof Symbol=="function"&&K.constructor===Symbol&&K!==Symbol.prototype?"symbol":typeof K},o=function(){function K(M,x){var H=[],V=!0,G=!1,U=void 0;try{for(var D=M[Symbol.iterator](),q;!(V=(q=D.next()).done)&&(H.push(q.value),!(x&&H.length===x));V=!0);}catch(X){G=!0,U=X}finally{try{!V&&D.return&&D.return()}finally{if(G)throw U}}return H}return function(M,x){if(Array.isArray(M))return M;if(Symbol.iterator in Object(M))return K(M,x);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),l=function(){function K(M,x){for(var H=0;H<x.length;H++){var V=x[H];V.enumerable=V.enumerable||!1,V.configurable=!0,"value"in V&&(V.writable=!0),Object.defineProperty(M,V.key,V)}}return function(M,x,H){return x&&K(M.prototype,x),H&&K(M,H),M}}(),s=i(2),v=S(s),d=i(20),u=S(d),c=i(0),h=S(c),y=i(13),g=S(y),b=i(24),f=S(b),p=i(4),_=S(p),m=i(16),E=S(m),N=i(21),k=S(N),T=i(11),C=S(T),L=i(3),w=S(L);function S(K){return K&&K.__esModule?K:{default:K}}function P(K,M,x){return M in K?Object.defineProperty(K,M,{value:x,enumerable:!0,configurable:!0,writable:!0}):K[M]=x,K}function R(K,M){if(!(K instanceof M))throw new TypeError("Cannot call a class as a function")}var j=/^[ -~]*$/,$=function(){function K(M){R(this,K),this.scroll=M,this.delta=this.getDelta()}return l(K,[{key:"applyDelta",value:function(x){var H=this,V=!1;this.scroll.update();var G=this.scroll.length();return this.scroll.batchStart(),x=re(x),x.reduce(function(U,D){var q=D.retain||D.delete||D.insert.length||1,X=D.attributes||{};if(D.insert!=null){if(typeof D.insert=="string"){var Z=D.insert;Z.endsWith(`
|
|
815
|
+
`)&&V&&(V=!1,Z=Z.slice(0,-1)),U>=G&&!Z.endsWith(`
|
|
816
|
+
`)&&(V=!0),H.scroll.insertAt(U,Z);var ne=H.scroll.line(U),ue=o(ne,2),me=ue[0],z=ue[1],F=(0,w.default)({},(0,p.bubbleFormats)(me));if(me instanceof _.default){var Q=me.descendant(h.default.Leaf,z),le=o(Q,1),de=le[0];F=(0,w.default)(F,(0,p.bubbleFormats)(de))}X=u.default.attributes.diff(F,X)||{}}else if(a(D.insert)==="object"){var Y=Object.keys(D.insert)[0];if(Y==null)return U;H.scroll.insertAt(U,Y,D.insert[Y])}G+=q}return Object.keys(X).forEach(function(ee){H.scroll.formatAt(U,q,ee,X[ee])}),U+q},0),x.reduce(function(U,D){return typeof D.delete=="number"?(H.scroll.deleteAt(U,D.delete),U):U+(D.retain||D.insert.length||1)},0),this.scroll.batchEnd(),this.update(x)}},{key:"deleteText",value:function(x,H){return this.scroll.deleteAt(x,H),this.update(new v.default().retain(x).delete(H))}},{key:"formatLine",value:function(x,H){var V=this,G=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return this.scroll.update(),Object.keys(G).forEach(function(U){if(!(V.scroll.whitelist!=null&&!V.scroll.whitelist[U])){var D=V.scroll.lines(x,Math.max(H,1)),q=H;D.forEach(function(X){var Z=X.length();if(!(X instanceof g.default))X.format(U,G[U]);else{var ne=x-X.offset(V.scroll),ue=X.newlineIndex(ne+q)-ne+1;X.formatAt(ne,ue,U,G[U])}q-=Z})}}),this.scroll.optimize(),this.update(new v.default().retain(x).retain(H,(0,k.default)(G)))}},{key:"formatText",value:function(x,H){var V=this,G=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return Object.keys(G).forEach(function(U){V.scroll.formatAt(x,H,U,G[U])}),this.update(new v.default().retain(x).retain(H,(0,k.default)(G)))}},{key:"getContents",value:function(x,H){return this.delta.slice(x,x+H)}},{key:"getDelta",value:function(){return this.scroll.lines().reduce(function(x,H){return x.concat(H.delta())},new v.default)}},{key:"getFormat",value:function(x){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,V=[],G=[];H===0?this.scroll.path(x).forEach(function(D){var q=o(D,1),X=q[0];X instanceof _.default?V.push(X):X instanceof h.default.Leaf&&G.push(X)}):(V=this.scroll.lines(x,H),G=this.scroll.descendants(h.default.Leaf,x,H));var U=[V,G].map(function(D){if(D.length===0)return{};for(var q=(0,p.bubbleFormats)(D.shift());Object.keys(q).length>0;){var X=D.shift();if(X==null)return q;q=W((0,p.bubbleFormats)(X),q)}return q});return w.default.apply(w.default,U)}},{key:"getText",value:function(x,H){return this.getContents(x,H).filter(function(V){return typeof V.insert=="string"}).map(function(V){return V.insert}).join("")}},{key:"insertEmbed",value:function(x,H,V){return this.scroll.insertAt(x,H,V),this.update(new v.default().retain(x).insert(P({},H,V)))}},{key:"insertText",value:function(x,H){var V=this,G=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};return H=H.replace(/\r\n/g,`
|
|
817
|
+
`).replace(/\r/g,`
|
|
818
|
+
`),this.scroll.insertAt(x,H),Object.keys(G).forEach(function(U){V.scroll.formatAt(x,H.length,U,G[U])}),this.update(new v.default().retain(x).insert(H,(0,k.default)(G)))}},{key:"isBlank",value:function(){if(this.scroll.children.length==0)return!0;if(this.scroll.children.length>1)return!1;var x=this.scroll.children.head;return x.statics.blotName!==_.default.blotName||x.children.length>1?!1:x.children.head instanceof E.default}},{key:"removeFormat",value:function(x,H){var V=this.getText(x,H),G=this.scroll.line(x+H),U=o(G,2),D=U[0],q=U[1],X=0,Z=new v.default;D!=null&&(D instanceof g.default?X=D.newlineIndex(q)-q+1:X=D.length()-q,Z=D.delta().slice(q,q+X-1).insert(`
|
|
819
|
+
`));var ne=this.getContents(x,H+X),ue=ne.diff(new v.default().insert(V).concat(Z)),me=new v.default().retain(x).concat(ue);return this.applyDelta(me)}},{key:"update",value:function(x){var H=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],V=arguments.length>2&&arguments[2]!==void 0?arguments[2]:void 0,G=this.delta;if(H.length===1&&H[0].type==="characterData"&&H[0].target.data.match(j)&&h.default.find(H[0].target)){var U=h.default.find(H[0].target),D=(0,p.bubbleFormats)(U),q=U.offset(this.scroll),X=H[0].oldValue.replace(f.default.CONTENTS,""),Z=new v.default().insert(X),ne=new v.default().insert(U.value()),ue=new v.default().retain(q).concat(Z.diff(ne,V));x=ue.reduce(function(me,z){return z.insert?me.insert(z.insert,D):me.push(z)},new v.default),this.delta=G.compose(x)}else this.delta=this.getDelta(),(!x||!(0,C.default)(G.compose(x),this.delta))&&(x=G.diff(this.delta,V));return x}}]),K}();function W(K,M){return Object.keys(M).reduce(function(x,H){return K[H]==null||(M[H]===K[H]?x[H]=M[H]:Array.isArray(M[H])?M[H].indexOf(K[H])<0&&(x[H]=M[H].concat([K[H]])):x[H]=[M[H],K[H]]),x},{})}function re(K){return K.reduce(function(M,x){if(x.insert===1){var H=(0,k.default)(x.attributes);return delete H.image,M.insert({image:x.attributes.image},H)}if(x.attributes!=null&&(x.attributes.list===!0||x.attributes.bullet===!0)&&(x=(0,k.default)(x),x.attributes.list?x.attributes.list="ordered":(x.attributes.list="bullet",delete x.attributes.bullet)),typeof x.insert=="string"){var V=x.insert.replace(/\r\n/g,`
|
|
820
|
+
`).replace(/\r/g,`
|
|
821
|
+
`);return M.insert(V,x.attributes)}return M.push(x)},new v.default)}r.default=$},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.Range=void 0;var a=function(){function T(C,L){var w=[],S=!0,P=!1,R=void 0;try{for(var j=C[Symbol.iterator](),$;!(S=($=j.next()).done)&&(w.push($.value),!(L&&w.length===L));S=!0);}catch(W){P=!0,R=W}finally{try{!S&&j.return&&j.return()}finally{if(P)throw R}}return w}return function(C,L){if(Array.isArray(C))return C;if(Symbol.iterator in Object(C))return T(C,L);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function T(C,L){for(var w=0;w<L.length;w++){var S=L[w];S.enumerable=S.enumerable||!1,S.configurable=!0,"value"in S&&(S.writable=!0),Object.defineProperty(C,S.key,S)}}return function(C,L,w){return L&&T(C.prototype,L),w&&T(C,w),C}}(),l=i(0),s=f(l),v=i(21),d=f(v),u=i(11),c=f(u),h=i(8),y=f(h),g=i(10),b=f(g);function f(T){return T&&T.__esModule?T:{default:T}}function p(T){if(Array.isArray(T)){for(var C=0,L=Array(T.length);C<T.length;C++)L[C]=T[C];return L}else return Array.from(T)}function _(T,C){if(!(T instanceof C))throw new TypeError("Cannot call a class as a function")}var m=(0,b.default)("quill:selection"),E=function T(C){var L=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;_(this,T),this.index=C,this.length=L},N=function(){function T(C,L){var w=this;_(this,T),this.emitter=L,this.scroll=C,this.composing=!1,this.mouseDown=!1,this.root=this.scroll.domNode,this.cursor=s.default.create("cursor",this),this.lastRange=this.savedRange=new E(0,0),this.handleComposition(),this.handleDragging(),this.emitter.listenDOM("selectionchange",document,function(){w.mouseDown||setTimeout(w.update.bind(w,y.default.sources.USER),1)}),this.emitter.on(y.default.events.EDITOR_CHANGE,function(S,P){S===y.default.events.TEXT_CHANGE&&P.length()>0&&w.update(y.default.sources.SILENT)}),this.emitter.on(y.default.events.SCROLL_BEFORE_UPDATE,function(){if(w.hasFocus()){var S=w.getNativeRange();S!=null&&S.start.node!==w.cursor.textNode&&w.emitter.once(y.default.events.SCROLL_UPDATE,function(){try{w.setNativeRange(S.start.node,S.start.offset,S.end.node,S.end.offset)}catch{}})}}),this.emitter.on(y.default.events.SCROLL_OPTIMIZE,function(S,P){if(P.range){var R=P.range,j=R.startNode,$=R.startOffset,W=R.endNode,re=R.endOffset;w.setNativeRange(j,$,W,re)}}),this.update(y.default.sources.SILENT)}return o(T,[{key:"handleComposition",value:function(){var L=this;this.root.addEventListener("compositionstart",function(){L.composing=!0}),this.root.addEventListener("compositionend",function(){if(L.composing=!1,L.cursor.parent){var w=L.cursor.restore();if(!w)return;setTimeout(function(){L.setNativeRange(w.startNode,w.startOffset,w.endNode,w.endOffset)},1)}})}},{key:"handleDragging",value:function(){var L=this;this.emitter.listenDOM("mousedown",document.body,function(){L.mouseDown=!0}),this.emitter.listenDOM("mouseup",document.body,function(){L.mouseDown=!1,L.update(y.default.sources.USER)})}},{key:"focus",value:function(){this.hasFocus()||(this.root.focus(),this.setRange(this.savedRange))}},{key:"format",value:function(L,w){if(!(this.scroll.whitelist!=null&&!this.scroll.whitelist[L])){this.scroll.update();var S=this.getNativeRange();if(!(S==null||!S.native.collapsed||s.default.query(L,s.default.Scope.BLOCK))){if(S.start.node!==this.cursor.textNode){var P=s.default.find(S.start.node,!1);if(P==null)return;if(P instanceof s.default.Leaf){var R=P.split(S.start.offset);P.parent.insertBefore(this.cursor,R)}else P.insertBefore(this.cursor,S.start.node);this.cursor.attach()}this.cursor.format(L,w),this.scroll.optimize(),this.setNativeRange(this.cursor.textNode,this.cursor.textNode.data.length),this.update()}}}},{key:"getBounds",value:function(L){var w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,S=this.scroll.length();L=Math.min(L,S-1),w=Math.min(L+w,S-1)-L;var P=void 0,R=this.scroll.leaf(L),j=a(R,2),$=j[0],W=j[1];if($==null)return null;var re=$.position(W,!0),K=a(re,2);P=K[0],W=K[1];var M=document.createRange();if(w>0){M.setStart(P,W);var x=this.scroll.leaf(L+w),H=a(x,2);if($=H[0],W=H[1],$==null)return null;var V=$.position(W,!0),G=a(V,2);return P=G[0],W=G[1],M.setEnd(P,W),M.getBoundingClientRect()}else{var U="left",D=void 0;return P instanceof Text?(W<P.data.length?(M.setStart(P,W),M.setEnd(P,W+1)):(M.setStart(P,W-1),M.setEnd(P,W),U="right"),D=M.getBoundingClientRect()):(D=$.domNode.getBoundingClientRect(),W>0&&(U="right")),{bottom:D.top+D.height,height:D.height,left:D[U],right:D[U],top:D.top,width:0}}}},{key:"getNativeRange",value:function(){var L=document.getSelection();if(L==null||L.rangeCount<=0)return null;var w=L.getRangeAt(0);if(w==null)return null;var S=this.normalizeNative(w);return m.info("getNativeRange",S),S}},{key:"getRange",value:function(){var L=this.getNativeRange();if(L==null)return[null,null];var w=this.normalizedToRange(L);return[w,L]}},{key:"hasFocus",value:function(){return document.activeElement===this.root}},{key:"normalizedToRange",value:function(L){var w=this,S=[[L.start.node,L.start.offset]];L.native.collapsed||S.push([L.end.node,L.end.offset]);var P=S.map(function($){var W=a($,2),re=W[0],K=W[1],M=s.default.find(re,!0),x=M.offset(w.scroll);return K===0?x:M instanceof s.default.Container?x+M.length():x+M.index(re,K)}),R=Math.min(Math.max.apply(Math,p(P)),this.scroll.length()-1),j=Math.min.apply(Math,[R].concat(p(P)));return new E(j,R-j)}},{key:"normalizeNative",value:function(L){if(!k(this.root,L.startContainer)||!L.collapsed&&!k(this.root,L.endContainer))return null;var w={start:{node:L.startContainer,offset:L.startOffset},end:{node:L.endContainer,offset:L.endOffset},native:L};return[w.start,w.end].forEach(function(S){for(var P=S.node,R=S.offset;!(P instanceof Text)&&P.childNodes.length>0;)if(P.childNodes.length>R)P=P.childNodes[R],R=0;else if(P.childNodes.length===R)P=P.lastChild,R=P instanceof Text?P.data.length:P.childNodes.length+1;else break;S.node=P,S.offset=R}),w}},{key:"rangeToNative",value:function(L){var w=this,S=L.collapsed?[L.index]:[L.index,L.index+L.length],P=[],R=this.scroll.length();return S.forEach(function(j,$){j=Math.min(R-1,j);var W=void 0,re=w.scroll.leaf(j),K=a(re,2),M=K[0],x=K[1],H=M.position(x,$!==0),V=a(H,2);W=V[0],x=V[1],P.push(W,x)}),P.length<2&&(P=P.concat(P)),P}},{key:"scrollIntoView",value:function(L){var w=this.lastRange;if(w!=null){var S=this.getBounds(w.index,w.length);if(S!=null){var P=this.scroll.length()-1,R=this.scroll.line(Math.min(w.index,P)),j=a(R,1),$=j[0],W=$;if(w.length>0){var re=this.scroll.line(Math.min(w.index+w.length,P)),K=a(re,1);W=K[0]}if(!($==null||W==null)){var M=L.getBoundingClientRect();S.top<M.top?L.scrollTop-=M.top-S.top:S.bottom>M.bottom&&(L.scrollTop+=S.bottom-M.bottom)}}}}},{key:"setNativeRange",value:function(L,w){var S=arguments.length>2&&arguments[2]!==void 0?arguments[2]:L,P=arguments.length>3&&arguments[3]!==void 0?arguments[3]:w,R=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1;if(m.info("setNativeRange",L,w,S,P),!(L!=null&&(this.root.parentNode==null||L.parentNode==null||S.parentNode==null))){var j=document.getSelection();if(j!=null)if(L!=null){this.hasFocus()||this.root.focus();var $=(this.getNativeRange()||{}).native;if($==null||R||L!==$.startContainer||w!==$.startOffset||S!==$.endContainer||P!==$.endOffset){L.tagName=="BR"&&(w=[].indexOf.call(L.parentNode.childNodes,L),L=L.parentNode),S.tagName=="BR"&&(P=[].indexOf.call(S.parentNode.childNodes,S),S=S.parentNode);var W=document.createRange();W.setStart(L,w),W.setEnd(S,P),j.removeAllRanges(),j.addRange(W)}}else j.removeAllRanges(),this.root.blur(),document.body.focus()}}},{key:"setRange",value:function(L){var w=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,S=arguments.length>2&&arguments[2]!==void 0?arguments[2]:y.default.sources.API;if(typeof w=="string"&&(S=w,w=!1),m.info("setRange",L),L!=null){var P=this.rangeToNative(L);this.setNativeRange.apply(this,p(P).concat([w]))}else this.setNativeRange(null);this.update(S)}},{key:"update",value:function(){var L=arguments.length>0&&arguments[0]!==void 0?arguments[0]:y.default.sources.USER,w=this.lastRange,S=this.getRange(),P=a(S,2),R=P[0],j=P[1];if(this.lastRange=R,this.lastRange!=null&&(this.savedRange=this.lastRange),!(0,c.default)(w,this.lastRange)){var $;!this.composing&&j!=null&&j.native.collapsed&&j.start.node!==this.cursor.textNode&&this.cursor.restore();var W=[y.default.events.SELECTION_CHANGE,(0,d.default)(this.lastRange),(0,d.default)(w),L];if(($=this.emitter).emit.apply($,[y.default.events.EDITOR_CHANGE].concat(W)),L!==y.default.sources.SILENT){var re;(re=this.emitter).emit.apply(re,W)}}}}]),T}();function k(T,C){try{C.parentNode}catch{return!1}return C instanceof Text&&(C=C.parentNode),T.contains(C)}r.Range=E,r.default=N},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function y(g,b){for(var f=0;f<b.length;f++){var p=b[f];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(g,p.key,p)}}return function(g,b,f){return b&&y(g.prototype,b),f&&y(g,f),g}}(),o=function y(g,b,f){g===null&&(g=Function.prototype);var p=Object.getOwnPropertyDescriptor(g,b);if(p===void 0){var _=Object.getPrototypeOf(g);return _===null?void 0:y(_,b,f)}else{if("value"in p)return p.value;var m=p.get;return m===void 0?void 0:m.call(f)}},l=i(0),s=v(l);function v(y){return y&&y.__esModule?y:{default:y}}function d(y,g){if(!(y instanceof g))throw new TypeError("Cannot call a class as a function")}function u(y,g){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:y}function c(y,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);y.prototype=Object.create(g&&g.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(y,g):y.__proto__=g)}var h=function(y){c(g,y);function g(){return d(this,g),u(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return a(g,[{key:"insertInto",value:function(f,p){f.children.length===0?o(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"insertInto",this).call(this,f,p):this.remove()}},{key:"length",value:function(){return 0}},{key:"value",value:function(){return""}}],[{key:"value",value:function(){}}]),g}(s.default.Embed);h.blotName="break",h.tagName="BR",r.default=h},function(n,r,i){var a=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,h){c.__proto__=h}||function(c,h){for(var y in h)h.hasOwnProperty(y)&&(c[y]=h[y])};return function(c,h){u(c,h);function y(){this.constructor=c}c.prototype=h===null?Object.create(h):(y.prototype=h.prototype,new y)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(44),l=i(30),s=i(1),v=function(u){a(c,u);function c(h){var y=u.call(this,h)||this;return y.build(),y}return c.prototype.appendChild=function(h){this.insertBefore(h)},c.prototype.attach=function(){u.prototype.attach.call(this),this.children.forEach(function(h){h.attach()})},c.prototype.build=function(){var h=this;this.children=new o.default,[].slice.call(this.domNode.childNodes).reverse().forEach(function(y){try{var g=d(y);h.insertBefore(g,h.children.head||void 0)}catch(b){if(b instanceof s.ParchmentError)return;throw b}})},c.prototype.deleteAt=function(h,y){if(h===0&&y===this.length())return this.remove();this.children.forEachAt(h,y,function(g,b,f){g.deleteAt(b,f)})},c.prototype.descendant=function(h,y){var g=this.children.find(y),b=g[0],f=g[1];return h.blotName==null&&h(b)||h.blotName!=null&&b instanceof h?[b,f]:b instanceof c?b.descendant(h,f):[null,-1]},c.prototype.descendants=function(h,y,g){y===void 0&&(y=0),g===void 0&&(g=Number.MAX_VALUE);var b=[],f=g;return this.children.forEachAt(y,g,function(p,_,m){(h.blotName==null&&h(p)||h.blotName!=null&&p instanceof h)&&b.push(p),p instanceof c&&(b=b.concat(p.descendants(h,_,f))),f-=m}),b},c.prototype.detach=function(){this.children.forEach(function(h){h.detach()}),u.prototype.detach.call(this)},c.prototype.formatAt=function(h,y,g,b){this.children.forEachAt(h,y,function(f,p,_){f.formatAt(p,_,g,b)})},c.prototype.insertAt=function(h,y,g){var b=this.children.find(h),f=b[0],p=b[1];if(f)f.insertAt(p,y,g);else{var _=g==null?s.create("text",y):s.create(y,g);this.appendChild(_)}},c.prototype.insertBefore=function(h,y){if(this.statics.allowedChildren!=null&&!this.statics.allowedChildren.some(function(g){return h instanceof g}))throw new s.ParchmentError("Cannot insert "+h.statics.blotName+" into "+this.statics.blotName);h.insertInto(this,y)},c.prototype.length=function(){return this.children.reduce(function(h,y){return h+y.length()},0)},c.prototype.moveChildren=function(h,y){this.children.forEach(function(g){h.insertBefore(g,y)})},c.prototype.optimize=function(h){if(u.prototype.optimize.call(this,h),this.children.length===0)if(this.statics.defaultChild!=null){var y=s.create(this.statics.defaultChild);this.appendChild(y),y.optimize(h)}else this.remove()},c.prototype.path=function(h,y){y===void 0&&(y=!1);var g=this.children.find(h,y),b=g[0],f=g[1],p=[[this,h]];return b instanceof c?p.concat(b.path(f,y)):(b!=null&&p.push([b,f]),p)},c.prototype.removeChild=function(h){this.children.remove(h)},c.prototype.replace=function(h){h instanceof c&&h.moveChildren(this),u.prototype.replace.call(this,h)},c.prototype.split=function(h,y){if(y===void 0&&(y=!1),!y){if(h===0)return this;if(h===this.length())return this.next}var g=this.clone();return this.parent.insertBefore(g,this.next),this.children.forEachAt(h,this.length(),function(b,f,p){b=b.split(f,y),g.appendChild(b)}),g},c.prototype.unwrap=function(){this.moveChildren(this.parent,this.next),this.remove()},c.prototype.update=function(h,y){var g=this,b=[],f=[];h.forEach(function(p){p.target===g.domNode&&p.type==="childList"&&(b.push.apply(b,p.addedNodes),f.push.apply(f,p.removedNodes))}),f.forEach(function(p){if(!(p.parentNode!=null&&p.tagName!=="IFRAME"&&document.body.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_CONTAINED_BY)){var _=s.find(p);_!=null&&(_.domNode.parentNode==null||_.domNode.parentNode===g.domNode)&&_.detach()}}),b.filter(function(p){return p.parentNode==g.domNode}).sort(function(p,_){return p===_?0:p.compareDocumentPosition(_)&Node.DOCUMENT_POSITION_FOLLOWING?1:-1}).forEach(function(p){var _=null;p.nextSibling!=null&&(_=s.find(p.nextSibling));var m=d(p);(m.next!=_||m.next==null)&&(m.parent!=null&&m.parent.removeChild(g),g.insertBefore(m,_||void 0))})},c}(l.default);function d(u){var c=s.find(u);if(c==null)try{c=s.create(u)}catch{c=s.create(s.Scope.INLINE),[].slice.call(u.childNodes).forEach(function(y){c.domNode.appendChild(y)}),u.parentNode&&u.parentNode.replaceChild(c.domNode,u),c.attach()}return c}r.default=v},function(n,r,i){var a=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,h){c.__proto__=h}||function(c,h){for(var y in h)h.hasOwnProperty(y)&&(c[y]=h[y])};return function(c,h){u(c,h);function y(){this.constructor=c}c.prototype=h===null?Object.create(h):(y.prototype=h.prototype,new y)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(12),l=i(31),s=i(17),v=i(1),d=function(u){a(c,u);function c(h){var y=u.call(this,h)||this;return y.attributes=new l.default(y.domNode),y}return c.formats=function(h){if(typeof this.tagName=="string")return!0;if(Array.isArray(this.tagName))return h.tagName.toLowerCase()},c.prototype.format=function(h,y){var g=v.query(h);g instanceof o.default?this.attributes.attribute(g,y):y&&g!=null&&(h!==this.statics.blotName||this.formats()[h]!==y)&&this.replaceWith(h,y)},c.prototype.formats=function(){var h=this.attributes.values(),y=this.statics.formats(this.domNode);return y!=null&&(h[this.statics.blotName]=y),h},c.prototype.replaceWith=function(h,y){var g=u.prototype.replaceWith.call(this,h,y);return this.attributes.copy(g),g},c.prototype.update=function(h,y){var g=this;u.prototype.update.call(this,h,y),h.some(function(b){return b.target===g.domNode&&b.type==="attributes"})&&this.attributes.build()},c.prototype.wrap=function(h,y){var g=u.prototype.wrap.call(this,h,y);return g instanceof c&&g.statics.scope===this.statics.scope&&this.attributes.move(g),g},c}(s.default);r.default=d},function(n,r,i){var a=this&&this.__extends||function(){var v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,u){d.__proto__=u}||function(d,u){for(var c in u)u.hasOwnProperty(c)&&(d[c]=u[c])};return function(d,u){v(d,u);function c(){this.constructor=d}d.prototype=u===null?Object.create(u):(c.prototype=u.prototype,new c)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(30),l=i(1),s=function(v){a(d,v);function d(){return v!==null&&v.apply(this,arguments)||this}return d.value=function(u){return!0},d.prototype.index=function(u,c){return this.domNode===u||this.domNode.compareDocumentPosition(u)&Node.DOCUMENT_POSITION_CONTAINED_BY?Math.min(c,1):-1},d.prototype.position=function(u,c){var h=[].indexOf.call(this.parent.domNode.childNodes,this.domNode);return u>0&&(h+=1),[this.parent.domNode,h]},d.prototype.value=function(){var u;return u={},u[this.statics.blotName]=this.statics.value(this.domNode)||!0,u},d.scope=l.Scope.INLINE_BLOT,d}(o.default);r.default=s},function(n,r,i){var a=i(11),o=i(3),l={attributes:{compose:function(v,d,u){typeof v!="object"&&(v={}),typeof d!="object"&&(d={});var c=o(!0,{},d);u||(c=Object.keys(c).reduce(function(y,g){return c[g]!=null&&(y[g]=c[g]),y},{}));for(var h in v)v[h]!==void 0&&d[h]===void 0&&(c[h]=v[h]);return Object.keys(c).length>0?c:void 0},diff:function(v,d){typeof v!="object"&&(v={}),typeof d!="object"&&(d={});var u=Object.keys(v).concat(Object.keys(d)).reduce(function(c,h){return a(v[h],d[h])||(c[h]=d[h]===void 0?null:d[h]),c},{});return Object.keys(u).length>0?u:void 0},transform:function(v,d,u){if(typeof v!="object")return d;if(typeof d=="object"){if(!u)return d;var c=Object.keys(d).reduce(function(h,y){return v[y]===void 0&&(h[y]=d[y]),h},{});return Object.keys(c).length>0?c:void 0}}},iterator:function(v){return new s(v)},length:function(v){return typeof v.delete=="number"?v.delete:typeof v.retain=="number"?v.retain:typeof v.insert=="string"?v.insert.length:1}};function s(v){this.ops=v,this.index=0,this.offset=0}s.prototype.hasNext=function(){return this.peekLength()<1/0},s.prototype.next=function(v){v||(v=1/0);var d=this.ops[this.index];if(d){var u=this.offset,c=l.length(d);if(v>=c-u?(v=c-u,this.index+=1,this.offset=0):this.offset+=v,typeof d.delete=="number")return{delete:v};var h={};return d.attributes&&(h.attributes=d.attributes),typeof d.retain=="number"?h.retain=v:typeof d.insert=="string"?h.insert=d.insert.substr(u,v):h.insert=d.insert,h}else return{retain:1/0}},s.prototype.peek=function(){return this.ops[this.index]},s.prototype.peekLength=function(){return this.ops[this.index]?l.length(this.ops[this.index])-this.offset:1/0},s.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},s.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var v=this.offset,d=this.index,u=this.next(),c=this.ops.slice(this.index);return this.offset=v,this.index=d,[u].concat(c)}else return[]},n.exports=l},function(n,r){var i=function(){function a(g,b){return b!=null&&g instanceof b}var o;try{o=Map}catch{o=function(){}}var l;try{l=Set}catch{l=function(){}}var s;try{s=Promise}catch{s=function(){}}function v(g,b,f,p,_){typeof b=="object"&&(f=b.depth,p=b.prototype,_=b.includeNonEnumerable,b=b.circular);var m=[],E=[],N=typeof Buffer<"u";typeof b>"u"&&(b=!0),typeof f>"u"&&(f=1/0);function k(T,C){if(T===null)return null;if(C===0)return T;var L,w;if(typeof T!="object")return T;if(a(T,o))L=new o;else if(a(T,l))L=new l;else if(a(T,s))L=new s(function(M,x){T.then(function(H){M(k(H,C-1))},function(H){x(k(H,C-1))})});else if(v.__isArray(T))L=[];else if(v.__isRegExp(T))L=new RegExp(T.source,y(T)),T.lastIndex&&(L.lastIndex=T.lastIndex);else if(v.__isDate(T))L=new Date(T.getTime());else{if(N&&Buffer.isBuffer(T))return Buffer.allocUnsafe?L=Buffer.allocUnsafe(T.length):L=new Buffer(T.length),T.copy(L),L;a(T,Error)?L=Object.create(T):typeof p>"u"?(w=Object.getPrototypeOf(T),L=Object.create(w)):(L=Object.create(p),w=p)}if(b){var S=m.indexOf(T);if(S!=-1)return E[S];m.push(T),E.push(L)}a(T,o)&&T.forEach(function(M,x){var H=k(x,C-1),V=k(M,C-1);L.set(H,V)}),a(T,l)&&T.forEach(function(M){var x=k(M,C-1);L.add(x)});for(var P in T){var R;w&&(R=Object.getOwnPropertyDescriptor(w,P)),!(R&&R.set==null)&&(L[P]=k(T[P],C-1))}if(Object.getOwnPropertySymbols)for(var j=Object.getOwnPropertySymbols(T),P=0;P<j.length;P++){var $=j[P],W=Object.getOwnPropertyDescriptor(T,$);W&&!W.enumerable&&!_||(L[$]=k(T[$],C-1),W.enumerable||Object.defineProperty(L,$,{enumerable:!1}))}if(_)for(var re=Object.getOwnPropertyNames(T),P=0;P<re.length;P++){var K=re[P],W=Object.getOwnPropertyDescriptor(T,K);W&&W.enumerable||(L[K]=k(T[K],C-1),Object.defineProperty(L,K,{enumerable:!1}))}return L}return k(g,f)}v.clonePrototype=function(b){if(b===null)return null;var f=function(){};return f.prototype=b,new f};function d(g){return Object.prototype.toString.call(g)}v.__objToStr=d;function u(g){return typeof g=="object"&&d(g)==="[object Date]"}v.__isDate=u;function c(g){return typeof g=="object"&&d(g)==="[object Array]"}v.__isArray=c;function h(g){return typeof g=="object"&&d(g)==="[object RegExp]"}v.__isRegExp=h;function y(g){var b="";return g.global&&(b+="g"),g.ignoreCase&&(b+="i"),g.multiline&&(b+="m"),b}return v.__getRegExpFlags=y,v}();typeof n=="object"&&n.exports&&(n.exports=i)},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function L(w,S){var P=[],R=!0,j=!1,$=void 0;try{for(var W=w[Symbol.iterator](),re;!(R=(re=W.next()).done)&&(P.push(re.value),!(S&&P.length===S));R=!0);}catch(K){j=!0,$=K}finally{try{!R&&W.return&&W.return()}finally{if(j)throw $}}return P}return function(w,S){if(Array.isArray(w))return w;if(Symbol.iterator in Object(w))return L(w,S);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function L(w,S){for(var P=0;P<S.length;P++){var R=S[P];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(w,R.key,R)}}return function(w,S,P){return S&&L(w.prototype,S),P&&L(w,P),w}}(),l=function L(w,S,P){w===null&&(w=Function.prototype);var R=Object.getOwnPropertyDescriptor(w,S);if(R===void 0){var j=Object.getPrototypeOf(w);return j===null?void 0:L(j,S,P)}else{if("value"in R)return R.value;var $=R.get;return $===void 0?void 0:$.call(P)}},s=i(0),v=m(s),d=i(8),u=m(d),c=i(4),h=m(c),y=i(16),g=m(y),b=i(13),f=m(b),p=i(25),_=m(p);function m(L){return L&&L.__esModule?L:{default:L}}function E(L,w){if(!(L instanceof w))throw new TypeError("Cannot call a class as a function")}function N(L,w){if(!L)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w&&(typeof w=="object"||typeof w=="function")?w:L}function k(L,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof w);L.prototype=Object.create(w&&w.prototype,{constructor:{value:L,enumerable:!1,writable:!0,configurable:!0}}),w&&(Object.setPrototypeOf?Object.setPrototypeOf(L,w):L.__proto__=w)}function T(L){return L instanceof h.default||L instanceof c.BlockEmbed}var C=function(L){k(w,L);function w(S,P){E(this,w);var R=N(this,(w.__proto__||Object.getPrototypeOf(w)).call(this,S));return R.emitter=P.emitter,Array.isArray(P.whitelist)&&(R.whitelist=P.whitelist.reduce(function(j,$){return j[$]=!0,j},{})),R.domNode.addEventListener("DOMNodeInserted",function(){}),R.optimize(),R.enable(),R}return o(w,[{key:"batchStart",value:function(){this.batch=!0}},{key:"batchEnd",value:function(){this.batch=!1,this.optimize()}},{key:"deleteAt",value:function(P,R){var j=this.line(P),$=a(j,2),W=$[0],re=$[1],K=this.line(P+R),M=a(K,1),x=M[0];if(l(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"deleteAt",this).call(this,P,R),x!=null&&W!==x&&re>0){if(W instanceof c.BlockEmbed||x instanceof c.BlockEmbed){this.optimize();return}if(W instanceof f.default){var H=W.newlineIndex(W.length(),!0);if(H>-1&&(W=W.split(H+1),W===x)){this.optimize();return}}else if(x instanceof f.default){var V=x.newlineIndex(0);V>-1&&x.split(V+1)}var G=x.children.head instanceof g.default?null:x.children.head;W.moveChildren(x,G),W.remove()}this.optimize()}},{key:"enable",value:function(){var P=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;this.domNode.setAttribute("contenteditable",P)}},{key:"formatAt",value:function(P,R,j,$){this.whitelist!=null&&!this.whitelist[j]||(l(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"formatAt",this).call(this,P,R,j,$),this.optimize())}},{key:"insertAt",value:function(P,R,j){if(!(j!=null&&this.whitelist!=null&&!this.whitelist[R])){if(P>=this.length())if(j==null||v.default.query(R,v.default.Scope.BLOCK)==null){var $=v.default.create(this.statics.defaultChild);this.appendChild($),j==null&&R.endsWith(`
|
|
822
|
+
`)&&(R=R.slice(0,-1)),$.insertAt(0,R,j)}else{var W=v.default.create(R,j);this.appendChild(W)}else l(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"insertAt",this).call(this,P,R,j);this.optimize()}}},{key:"insertBefore",value:function(P,R){if(P.statics.scope===v.default.Scope.INLINE_BLOT){var j=v.default.create(this.statics.defaultChild);j.appendChild(P),P=j}l(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"insertBefore",this).call(this,P,R)}},{key:"leaf",value:function(P){return this.path(P).pop()||[null,-1]}},{key:"line",value:function(P){return P===this.length()?this.line(P-1):this.descendant(T,P)}},{key:"lines",value:function(){var P=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:Number.MAX_VALUE,j=function $(W,re,K){var M=[],x=K;return W.children.forEachAt(re,K,function(H,V,G){T(H)?M.push(H):H instanceof v.default.Container&&(M=M.concat($(H,V,x))),x-=G}),M};return j(this,P,R)}},{key:"optimize",value:function(){var P=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],R=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};this.batch!==!0&&(l(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"optimize",this).call(this,P,R),P.length>0&&this.emitter.emit(u.default.events.SCROLL_OPTIMIZE,P,R))}},{key:"path",value:function(P){return l(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"path",this).call(this,P).slice(1)}},{key:"update",value:function(P){if(this.batch!==!0){var R=u.default.sources.USER;typeof P=="string"&&(R=P),Array.isArray(P)||(P=this.observer.takeRecords()),P.length>0&&this.emitter.emit(u.default.events.SCROLL_BEFORE_UPDATE,R,P),l(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"update",this).call(this,P.concat([])),P.length>0&&this.emitter.emit(u.default.events.SCROLL_UPDATE,R,P)}}}]),w}(v.default.Scroll);C.blotName="scroll",C.className="ql-editor",C.tagName="DIV",C.defaultChild="block",C.allowedChildren=[h.default,c.BlockEmbed,_.default],r.default=C},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.SHORTKEY=r.default=void 0;var a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(D){return typeof D}:function(D){return D&&typeof Symbol=="function"&&D.constructor===Symbol&&D!==Symbol.prototype?"symbol":typeof D},o=function(){function D(q,X){var Z=[],ne=!0,ue=!1,me=void 0;try{for(var z=q[Symbol.iterator](),F;!(ne=(F=z.next()).done)&&(Z.push(F.value),!(X&&Z.length===X));ne=!0);}catch(Q){ue=!0,me=Q}finally{try{!ne&&z.return&&z.return()}finally{if(ue)throw me}}return Z}return function(q,X){if(Array.isArray(q))return q;if(Symbol.iterator in Object(q))return D(q,X);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),l=function(){function D(q,X){for(var Z=0;Z<X.length;Z++){var ne=X[Z];ne.enumerable=ne.enumerable||!1,ne.configurable=!0,"value"in ne&&(ne.writable=!0),Object.defineProperty(q,ne.key,ne)}}return function(q,X,Z){return X&&D(q.prototype,X),Z&&D(q,Z),q}}(),s=i(21),v=L(s),d=i(11),u=L(d),c=i(3),h=L(c),y=i(2),g=L(y),b=i(20),f=L(b),p=i(0),_=L(p),m=i(5),E=L(m),N=i(10),k=L(N),T=i(9),C=L(T);function L(D){return D&&D.__esModule?D:{default:D}}function w(D,q,X){return q in D?Object.defineProperty(D,q,{value:X,enumerable:!0,configurable:!0,writable:!0}):D[q]=X,D}function S(D,q){if(!(D instanceof q))throw new TypeError("Cannot call a class as a function")}function P(D,q){if(!D)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return q&&(typeof q=="object"||typeof q=="function")?q:D}function R(D,q){if(typeof q!="function"&&q!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof q);D.prototype=Object.create(q&&q.prototype,{constructor:{value:D,enumerable:!1,writable:!0,configurable:!0}}),q&&(Object.setPrototypeOf?Object.setPrototypeOf(D,q):D.__proto__=q)}var j=(0,k.default)("quill:keyboard"),$=/Mac/i.test(navigator.platform)?"metaKey":"ctrlKey",W=function(D){R(q,D),l(q,null,[{key:"match",value:function(Z,ne){return ne=U(ne),["altKey","ctrlKey","metaKey","shiftKey"].some(function(ue){return!!ne[ue]!==Z[ue]&&ne[ue]!==null})?!1:ne.key===(Z.which||Z.keyCode)}}]);function q(X,Z){S(this,q);var ne=P(this,(q.__proto__||Object.getPrototypeOf(q)).call(this,X,Z));return ne.bindings={},Object.keys(ne.options.bindings).forEach(function(ue){ue==="list autofill"&&X.scroll.whitelist!=null&&!X.scroll.whitelist.list||ne.options.bindings[ue]&&ne.addBinding(ne.options.bindings[ue])}),ne.addBinding({key:q.keys.ENTER,shiftKey:null},H),ne.addBinding({key:q.keys.ENTER,metaKey:null,ctrlKey:null,altKey:null},function(){}),/Firefox/i.test(navigator.userAgent)?(ne.addBinding({key:q.keys.BACKSPACE},{collapsed:!0},K),ne.addBinding({key:q.keys.DELETE},{collapsed:!0},M)):(ne.addBinding({key:q.keys.BACKSPACE},{collapsed:!0,prefix:/^.?$/},K),ne.addBinding({key:q.keys.DELETE},{collapsed:!0,suffix:/^.?$/},M)),ne.addBinding({key:q.keys.BACKSPACE},{collapsed:!1},x),ne.addBinding({key:q.keys.DELETE},{collapsed:!1},x),ne.addBinding({key:q.keys.BACKSPACE,altKey:null,ctrlKey:null,metaKey:null,shiftKey:null},{collapsed:!0,offset:0},K),ne.listen(),ne}return l(q,[{key:"addBinding",value:function(Z){var ne=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},ue=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},me=U(Z);if(me==null||me.key==null)return j.warn("Attempted to add invalid keyboard binding",me);typeof ne=="function"&&(ne={handler:ne}),typeof ue=="function"&&(ue={handler:ue}),me=(0,h.default)(me,ne,ue),this.bindings[me.key]=this.bindings[me.key]||[],this.bindings[me.key].push(me)}},{key:"listen",value:function(){var Z=this;this.quill.root.addEventListener("keydown",function(ne){if(!ne.defaultPrevented){var ue=ne.which||ne.keyCode,me=(Z.bindings[ue]||[]).filter(function(Te){return q.match(ne,Te)});if(me.length!==0){var z=Z.quill.getSelection();if(!(z==null||!Z.quill.hasFocus())){var F=Z.quill.getLine(z.index),Q=o(F,2),le=Q[0],de=Q[1],Y=Z.quill.getLeaf(z.index),ee=o(Y,2),se=ee[0],fe=ee[1],ae=z.length===0?[se,fe]:Z.quill.getLeaf(z.index+z.length),Oe=o(ae,2),he=Oe[0],J=Oe[1],oe=se instanceof _.default.Text?se.value().slice(0,fe):"",we=he instanceof _.default.Text?he.value().slice(J):"",ye={collapsed:z.length===0,empty:z.length===0&&le.length()<=1,format:Z.quill.getFormat(z),offset:de,prefix:oe,suffix:we},nt=me.some(function(Te){if(Te.collapsed!=null&&Te.collapsed!==ye.collapsed||Te.empty!=null&&Te.empty!==ye.empty||Te.offset!=null&&Te.offset!==ye.offset)return!1;if(Array.isArray(Te.format)){if(Te.format.every(function(Fe){return ye.format[Fe]==null}))return!1}else if(a(Te.format)==="object"&&!Object.keys(Te.format).every(function(Fe){return Te.format[Fe]===!0?ye.format[Fe]!=null:Te.format[Fe]===!1?ye.format[Fe]==null:(0,u.default)(Te.format[Fe],ye.format[Fe])}))return!1;return Te.prefix!=null&&!Te.prefix.test(ye.prefix)||Te.suffix!=null&&!Te.suffix.test(ye.suffix)?!1:Te.handler.call(Z,z,ye)!==!0});nt&&ne.preventDefault()}}}})}}]),q}(C.default);W.keys={BACKSPACE:8,TAB:9,ENTER:13,ESCAPE:27,LEFT:37,UP:38,RIGHT:39,DOWN:40,DELETE:46},W.DEFAULTS={bindings:{bold:G("bold"),italic:G("italic"),underline:G("underline"),indent:{key:W.keys.TAB,format:["blockquote","indent","list"],handler:function(q,X){if(X.collapsed&&X.offset!==0)return!0;this.quill.format("indent","+1",E.default.sources.USER)}},outdent:{key:W.keys.TAB,shiftKey:!0,format:["blockquote","indent","list"],handler:function(q,X){if(X.collapsed&&X.offset!==0)return!0;this.quill.format("indent","-1",E.default.sources.USER)}},"outdent backspace":{key:W.keys.BACKSPACE,collapsed:!0,shiftKey:null,metaKey:null,ctrlKey:null,altKey:null,format:["indent","list"],offset:0,handler:function(q,X){X.format.indent!=null?this.quill.format("indent","-1",E.default.sources.USER):X.format.list!=null&&this.quill.format("list",!1,E.default.sources.USER)}},"indent code-block":V(!0),"outdent code-block":V(!1),"remove tab":{key:W.keys.TAB,shiftKey:!0,collapsed:!0,prefix:/\t$/,handler:function(q){this.quill.deleteText(q.index-1,1,E.default.sources.USER)}},tab:{key:W.keys.TAB,handler:function(q){this.quill.history.cutoff();var X=new g.default().retain(q.index).delete(q.length).insert(" ");this.quill.updateContents(X,E.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(q.index+1,E.default.sources.SILENT)}},"list empty enter":{key:W.keys.ENTER,collapsed:!0,format:["list"],empty:!0,handler:function(q,X){this.quill.format("list",!1,E.default.sources.USER),X.format.indent&&this.quill.format("indent",!1,E.default.sources.USER)}},"checklist enter":{key:W.keys.ENTER,collapsed:!0,format:{list:"checked"},handler:function(q){var X=this.quill.getLine(q.index),Z=o(X,2),ne=Z[0],ue=Z[1],me=(0,h.default)({},ne.formats(),{list:"checked"}),z=new g.default().retain(q.index).insert(`
|
|
823
|
+
`,me).retain(ne.length()-ue-1).retain(1,{list:"unchecked"});this.quill.updateContents(z,E.default.sources.USER),this.quill.setSelection(q.index+1,E.default.sources.SILENT),this.quill.scrollIntoView()}},"header enter":{key:W.keys.ENTER,collapsed:!0,format:["header"],suffix:/^$/,handler:function(q,X){var Z=this.quill.getLine(q.index),ne=o(Z,2),ue=ne[0],me=ne[1],z=new g.default().retain(q.index).insert(`
|
|
824
|
+
`,X.format).retain(ue.length()-me-1).retain(1,{header:null});this.quill.updateContents(z,E.default.sources.USER),this.quill.setSelection(q.index+1,E.default.sources.SILENT),this.quill.scrollIntoView()}},"list autofill":{key:" ",collapsed:!0,format:{list:!1},prefix:/^\s*?(\d+\.|-|\*|\[ ?\]|\[x\])$/,handler:function(q,X){var Z=X.prefix.length,ne=this.quill.getLine(q.index),ue=o(ne,2),me=ue[0],z=ue[1];if(z>Z)return!0;var F=void 0;switch(X.prefix.trim()){case"[]":case"[ ]":F="unchecked";break;case"[x]":F="checked";break;case"-":case"*":F="bullet";break;default:F="ordered"}this.quill.insertText(q.index," ",E.default.sources.USER),this.quill.history.cutoff();var Q=new g.default().retain(q.index-z).delete(Z+1).retain(me.length()-2-z).retain(1,{list:F});this.quill.updateContents(Q,E.default.sources.USER),this.quill.history.cutoff(),this.quill.setSelection(q.index-Z,E.default.sources.SILENT)}},"code exit":{key:W.keys.ENTER,collapsed:!0,format:["code-block"],prefix:/\n\n$/,suffix:/^\s+$/,handler:function(q){var X=this.quill.getLine(q.index),Z=o(X,2),ne=Z[0],ue=Z[1],me=new g.default().retain(q.index+ne.length()-ue-2).retain(1,{"code-block":null}).delete(1);this.quill.updateContents(me,E.default.sources.USER)}},"embed left":re(W.keys.LEFT,!1),"embed left shift":re(W.keys.LEFT,!0),"embed right":re(W.keys.RIGHT,!1),"embed right shift":re(W.keys.RIGHT,!0)}};function re(D,q){var X,Z=D===W.keys.LEFT?"prefix":"suffix";return X={key:D,shiftKey:q,altKey:null},w(X,Z,/^$/),w(X,"handler",function(ue){var me=ue.index;D===W.keys.RIGHT&&(me+=ue.length+1);var z=this.quill.getLeaf(me),F=o(z,1),Q=F[0];return Q instanceof _.default.Embed?(D===W.keys.LEFT?q?this.quill.setSelection(ue.index-1,ue.length+1,E.default.sources.USER):this.quill.setSelection(ue.index-1,E.default.sources.USER):q?this.quill.setSelection(ue.index,ue.length+1,E.default.sources.USER):this.quill.setSelection(ue.index+ue.length+1,E.default.sources.USER),!1):!0}),X}function K(D,q){if(!(D.index===0||this.quill.getLength()<=1)){var X=this.quill.getLine(D.index),Z=o(X,1),ne=Z[0],ue={};if(q.offset===0){var me=this.quill.getLine(D.index-1),z=o(me,1),F=z[0];if(F!=null&&F.length()>1){var Q=ne.formats(),le=this.quill.getFormat(D.index-1,1);ue=f.default.attributes.diff(Q,le)||{}}}var de=/[\uD800-\uDBFF][\uDC00-\uDFFF]$/.test(q.prefix)?2:1;this.quill.deleteText(D.index-de,de,E.default.sources.USER),Object.keys(ue).length>0&&this.quill.formatLine(D.index-de,de,ue,E.default.sources.USER),this.quill.focus()}}function M(D,q){var X=/^[\uD800-\uDBFF][\uDC00-\uDFFF]/.test(q.suffix)?2:1;if(!(D.index>=this.quill.getLength()-X)){var Z={},ne=0,ue=this.quill.getLine(D.index),me=o(ue,1),z=me[0];if(q.offset>=z.length()-1){var F=this.quill.getLine(D.index+1),Q=o(F,1),le=Q[0];if(le){var de=z.formats(),Y=this.quill.getFormat(D.index,1);Z=f.default.attributes.diff(de,Y)||{},ne=le.length()}}this.quill.deleteText(D.index,X,E.default.sources.USER),Object.keys(Z).length>0&&this.quill.formatLine(D.index+ne-1,X,Z,E.default.sources.USER)}}function x(D){var q=this.quill.getLines(D),X={};if(q.length>1){var Z=q[0].formats(),ne=q[q.length-1].formats();X=f.default.attributes.diff(ne,Z)||{}}this.quill.deleteText(D,E.default.sources.USER),Object.keys(X).length>0&&this.quill.formatLine(D.index,1,X,E.default.sources.USER),this.quill.setSelection(D.index,E.default.sources.SILENT),this.quill.focus()}function H(D,q){var X=this;D.length>0&&this.quill.scroll.deleteAt(D.index,D.length);var Z=Object.keys(q.format).reduce(function(ne,ue){return _.default.query(ue,_.default.Scope.BLOCK)&&!Array.isArray(q.format[ue])&&(ne[ue]=q.format[ue]),ne},{});this.quill.insertText(D.index,`
|
|
825
|
+
`,Z,E.default.sources.USER),this.quill.setSelection(D.index+1,E.default.sources.SILENT),this.quill.focus(),Object.keys(q.format).forEach(function(ne){Z[ne]==null&&(Array.isArray(q.format[ne])||ne!=="link"&&X.quill.format(ne,q.format[ne],E.default.sources.USER))})}function V(D){return{key:W.keys.TAB,shiftKey:!D,format:{"code-block":!0},handler:function(X){var Z=_.default.query("code-block"),ne=X.index,ue=X.length,me=this.quill.scroll.descendant(Z,ne),z=o(me,2),F=z[0],Q=z[1];if(F!=null){var le=this.quill.getIndex(F),de=F.newlineIndex(Q,!0)+1,Y=F.newlineIndex(le+Q+ue),ee=F.domNode.textContent.slice(de,Y).split(`
|
|
826
|
+
`);Q=0,ee.forEach(function(se,fe){D?(F.insertAt(de+Q,Z.TAB),Q+=Z.TAB.length,fe===0?ne+=Z.TAB.length:ue+=Z.TAB.length):se.startsWith(Z.TAB)&&(F.deleteAt(de+Q,Z.TAB.length),Q-=Z.TAB.length,fe===0?ne-=Z.TAB.length:ue-=Z.TAB.length),Q+=se.length+1}),this.quill.update(E.default.sources.USER),this.quill.setSelection(ne,ue,E.default.sources.SILENT)}}}}function G(D){return{key:D[0].toUpperCase(),shortKey:!0,handler:function(X,Z){this.quill.format(D,!Z.format[D],E.default.sources.USER)}}}function U(D){if(typeof D=="string"||typeof D=="number")return U({key:D});if((typeof D>"u"?"undefined":a(D))==="object"&&(D=(0,v.default)(D,!1)),typeof D.key=="string")if(W.keys[D.key.toUpperCase()]!=null)D.key=W.keys[D.key.toUpperCase()];else if(D.key.length===1)D.key=D.key.toUpperCase().charCodeAt(0);else return null;return D.shortKey&&(D[$]=D.shortKey,delete D.shortKey),D}r.default=W,r.SHORTKEY=$},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function f(p,_){var m=[],E=!0,N=!1,k=void 0;try{for(var T=p[Symbol.iterator](),C;!(E=(C=T.next()).done)&&(m.push(C.value),!(_&&m.length===_));E=!0);}catch(L){N=!0,k=L}finally{try{!E&&T.return&&T.return()}finally{if(N)throw k}}return m}return function(p,_){if(Array.isArray(p))return p;if(Symbol.iterator in Object(p))return f(p,_);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function f(p,_,m){p===null&&(p=Function.prototype);var E=Object.getOwnPropertyDescriptor(p,_);if(E===void 0){var N=Object.getPrototypeOf(p);return N===null?void 0:f(N,_,m)}else{if("value"in E)return E.value;var k=E.get;return k===void 0?void 0:k.call(m)}},l=function(){function f(p,_){for(var m=0;m<_.length;m++){var E=_[m];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(p,E.key,E)}}return function(p,_,m){return _&&f(p.prototype,_),m&&f(p,m),p}}(),s=i(0),v=c(s),d=i(7),u=c(d);function c(f){return f&&f.__esModule?f:{default:f}}function h(f,p){if(!(f instanceof p))throw new TypeError("Cannot call a class as a function")}function y(f,p){if(!f)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return p&&(typeof p=="object"||typeof p=="function")?p:f}function g(f,p){if(typeof p!="function"&&p!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof p);f.prototype=Object.create(p&&p.prototype,{constructor:{value:f,enumerable:!1,writable:!0,configurable:!0}}),p&&(Object.setPrototypeOf?Object.setPrototypeOf(f,p):f.__proto__=p)}var b=function(f){g(p,f),l(p,null,[{key:"value",value:function(){}}]);function p(_,m){h(this,p);var E=y(this,(p.__proto__||Object.getPrototypeOf(p)).call(this,_));return E.selection=m,E.textNode=document.createTextNode(p.CONTENTS),E.domNode.appendChild(E.textNode),E._length=0,E}return l(p,[{key:"detach",value:function(){this.parent!=null&&this.parent.removeChild(this)}},{key:"format",value:function(m,E){if(this._length!==0)return o(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"format",this).call(this,m,E);for(var N=this,k=0;N!=null&&N.statics.scope!==v.default.Scope.BLOCK_BLOT;)k+=N.offset(N.parent),N=N.parent;N!=null&&(this._length=p.CONTENTS.length,N.optimize(),N.formatAt(k,p.CONTENTS.length,m,E),this._length=0)}},{key:"index",value:function(m,E){return m===this.textNode?0:o(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"index",this).call(this,m,E)}},{key:"length",value:function(){return this._length}},{key:"position",value:function(){return[this.textNode,this.textNode.data.length]}},{key:"remove",value:function(){o(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"remove",this).call(this),this.parent=null}},{key:"restore",value:function(){if(!(this.selection.composing||this.parent==null)){var m=this.textNode,E=this.selection.getNativeRange(),N=void 0,k=void 0,T=void 0;if(E!=null&&E.start.node===m&&E.end.node===m){var C=[m,E.start.offset,E.end.offset];N=C[0],k=C[1],T=C[2]}for(;this.domNode.lastChild!=null&&this.domNode.lastChild!==this.textNode;)this.domNode.parentNode.insertBefore(this.domNode.lastChild,this.domNode);if(this.textNode.data!==p.CONTENTS){var L=this.textNode.data.split(p.CONTENTS).join("");this.next instanceof u.default?(N=this.next.domNode,this.next.insertAt(0,L),this.textNode.data=p.CONTENTS):(this.textNode.data=L,this.parent.insertBefore(v.default.create(this.textNode),this),this.textNode=document.createTextNode(p.CONTENTS),this.domNode.appendChild(this.textNode))}if(this.remove(),k!=null){var w=[k,T].map(function(P){return Math.max(0,Math.min(N.data.length,P-1))}),S=a(w,2);return k=S[0],T=S[1],{startNode:N,startOffset:k,endNode:N,endOffset:T}}}}},{key:"update",value:function(m,E){var N=this;if(m.some(function(T){return T.type==="characterData"&&T.target===N.textNode})){var k=this.restore();k&&(E.range=k)}}},{key:"value",value:function(){return""}}]),p}(v.default.Embed);b.blotName="cursor",b.className="ql-cursor",b.tagName="span",b.CONTENTS="\uFEFF",r.default=b},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(0),o=v(a),l=i(4),s=v(l);function v(y){return y&&y.__esModule?y:{default:y}}function d(y,g){if(!(y instanceof g))throw new TypeError("Cannot call a class as a function")}function u(y,g){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:y}function c(y,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);y.prototype=Object.create(g&&g.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(y,g):y.__proto__=g)}var h=function(y){c(g,y);function g(){return d(this,g),u(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return g}(o.default.Container);h.allowedChildren=[s.default,l.BlockEmbed,h],r.default=h},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.ColorStyle=r.ColorClass=r.ColorAttributor=void 0;var a=function(){function b(f,p){for(var _=0;_<p.length;_++){var m=p[_];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(f,m.key,m)}}return function(f,p,_){return p&&b(f.prototype,p),_&&b(f,_),f}}(),o=function b(f,p,_){f===null&&(f=Function.prototype);var m=Object.getOwnPropertyDescriptor(f,p);if(m===void 0){var E=Object.getPrototypeOf(f);return E===null?void 0:b(E,p,_)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(_)}},l=i(0),s=v(l);function v(b){return b&&b.__esModule?b:{default:b}}function d(b,f){if(!(b instanceof f))throw new TypeError("Cannot call a class as a function")}function u(b,f){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return f&&(typeof f=="object"||typeof f=="function")?f:b}function c(b,f){if(typeof f!="function"&&f!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof f);b.prototype=Object.create(f&&f.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),f&&(Object.setPrototypeOf?Object.setPrototypeOf(b,f):b.__proto__=f)}var h=function(b){c(f,b);function f(){return d(this,f),u(this,(f.__proto__||Object.getPrototypeOf(f)).apply(this,arguments))}return a(f,[{key:"value",value:function(_){var m=o(f.prototype.__proto__||Object.getPrototypeOf(f.prototype),"value",this).call(this,_);return m.startsWith("rgb(")?(m=m.replace(/^[^\d]+/,"").replace(/[^\d]+$/,""),"#"+m.split(",").map(function(E){return("00"+parseInt(E).toString(16)).slice(-2)}).join("")):m}}]),f}(s.default.Attributor.Style),y=new s.default.Attributor.Class("color","ql-color",{scope:s.default.Scope.INLINE}),g=new h("color","color",{scope:s.default.Scope.INLINE});r.ColorAttributor=h,r.ColorClass=y,r.ColorStyle=g},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.sanitize=r.default=void 0;var a=function(){function g(b,f){for(var p=0;p<f.length;p++){var _=f[p];_.enumerable=_.enumerable||!1,_.configurable=!0,"value"in _&&(_.writable=!0),Object.defineProperty(b,_.key,_)}}return function(b,f,p){return f&&g(b.prototype,f),p&&g(b,p),b}}(),o=function g(b,f,p){b===null&&(b=Function.prototype);var _=Object.getOwnPropertyDescriptor(b,f);if(_===void 0){var m=Object.getPrototypeOf(b);return m===null?void 0:g(m,f,p)}else{if("value"in _)return _.value;var E=_.get;return E===void 0?void 0:E.call(p)}},l=i(6),s=v(l);function v(g){return g&&g.__esModule?g:{default:g}}function d(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function u(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function c(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){c(b,g);function b(){return d(this,b),u(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return a(b,[{key:"format",value:function(p,_){if(p!==this.statics.blotName||!_)return o(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"format",this).call(this,p,_);_=this.constructor.sanitize(_),this.domNode.setAttribute("href",_)}}],[{key:"create",value:function(p){var _=o(b.__proto__||Object.getPrototypeOf(b),"create",this).call(this,p);return p=this.sanitize(p),_.setAttribute("href",p),_.setAttribute("rel","noopener noreferrer"),_.setAttribute("target","_blank"),_}},{key:"formats",value:function(p){return p.getAttribute("href")}},{key:"sanitize",value:function(p){return y(p,this.PROTOCOL_WHITELIST)?p:this.SANITIZED_URL}}]),b}(s.default);h.blotName="link",h.tagName="A",h.SANITIZED_URL="about:blank",h.PROTOCOL_WHITELIST=["http","https","mailto","tel"];function y(g,b){var f=document.createElement("a");f.href=g;var p=f.href.slice(0,f.href.indexOf(":"));return b.indexOf(p)>-1}r.default=h,r.sanitize=y},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(b){return typeof b}:function(b){return b&&typeof Symbol=="function"&&b.constructor===Symbol&&b!==Symbol.prototype?"symbol":typeof b},o=function(){function b(f,p){for(var _=0;_<p.length;_++){var m=p[_];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(f,m.key,m)}}return function(f,p,_){return p&&b(f.prototype,p),_&&b(f,_),f}}(),l=i(23),s=u(l),v=i(107),d=u(v);function u(b){return b&&b.__esModule?b:{default:b}}function c(b,f){if(!(b instanceof f))throw new TypeError("Cannot call a class as a function")}var h=0;function y(b,f){b.setAttribute(f,b.getAttribute(f)!=="true")}var g=function(){function b(f){var p=this;c(this,b),this.select=f,this.container=document.createElement("span"),this.buildPicker(),this.select.style.display="none",this.select.parentNode.insertBefore(this.container,this.select),this.label.addEventListener("mousedown",function(){p.togglePicker()}),this.label.addEventListener("keydown",function(_){switch(_.keyCode){case s.default.keys.ENTER:p.togglePicker();break;case s.default.keys.ESCAPE:p.escape(),_.preventDefault();break}}),this.select.addEventListener("change",this.update.bind(this))}return o(b,[{key:"togglePicker",value:function(){this.container.classList.toggle("ql-expanded"),y(this.label,"aria-expanded"),y(this.options,"aria-hidden")}},{key:"buildItem",value:function(p){var _=this,m=document.createElement("span");return m.tabIndex="0",m.setAttribute("role","button"),m.classList.add("ql-picker-item"),p.hasAttribute("value")&&m.setAttribute("data-value",p.getAttribute("value")),p.textContent&&m.setAttribute("data-label",p.textContent),m.addEventListener("click",function(){_.selectItem(m,!0)}),m.addEventListener("keydown",function(E){switch(E.keyCode){case s.default.keys.ENTER:_.selectItem(m,!0),E.preventDefault();break;case s.default.keys.ESCAPE:_.escape(),E.preventDefault();break}}),m}},{key:"buildLabel",value:function(){var p=document.createElement("span");return p.classList.add("ql-picker-label"),p.innerHTML=d.default,p.tabIndex="0",p.setAttribute("role","button"),p.setAttribute("aria-expanded","false"),this.container.appendChild(p),p}},{key:"buildOptions",value:function(){var p=this,_=document.createElement("span");_.classList.add("ql-picker-options"),_.setAttribute("aria-hidden","true"),_.tabIndex="-1",_.id="ql-picker-options-"+h,h+=1,this.label.setAttribute("aria-controls",_.id),this.options=_,[].slice.call(this.select.options).forEach(function(m){var E=p.buildItem(m);_.appendChild(E),m.selected===!0&&p.selectItem(E)}),this.container.appendChild(_)}},{key:"buildPicker",value:function(){var p=this;[].slice.call(this.select.attributes).forEach(function(_){p.container.setAttribute(_.name,_.value)}),this.container.classList.add("ql-picker"),this.label=this.buildLabel(),this.buildOptions()}},{key:"escape",value:function(){var p=this;this.close(),setTimeout(function(){return p.label.focus()},1)}},{key:"close",value:function(){this.container.classList.remove("ql-expanded"),this.label.setAttribute("aria-expanded","false"),this.options.setAttribute("aria-hidden","true")}},{key:"selectItem",value:function(p){var _=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,m=this.container.querySelector(".ql-selected");if(p!==m&&(m?.classList.remove("ql-selected"),p!=null&&(p.classList.add("ql-selected"),this.select.selectedIndex=[].indexOf.call(p.parentNode.children,p),p.hasAttribute("data-value")?this.label.setAttribute("data-value",p.getAttribute("data-value")):this.label.removeAttribute("data-value"),p.hasAttribute("data-label")?this.label.setAttribute("data-label",p.getAttribute("data-label")):this.label.removeAttribute("data-label"),_))){if(typeof Event=="function")this.select.dispatchEvent(new Event("change"));else if((typeof Event>"u"?"undefined":a(Event))==="object"){var E=document.createEvent("Event");E.initEvent("change",!0,!0),this.select.dispatchEvent(E)}this.close()}}},{key:"update",value:function(){var p=void 0;if(this.select.selectedIndex>-1){var _=this.container.querySelector(".ql-picker-options").children[this.select.selectedIndex];p=this.select.options[this.select.selectedIndex],this.selectItem(_)}else this.selectItem(null);var m=p!=null&&p!==this.select.querySelector("option[selected]");this.label.classList.toggle("ql-active",m)}}]),b}();r.default=g},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(0),o=j(a),l=i(5),s=j(l),v=i(4),d=j(v),u=i(16),c=j(u),h=i(25),y=j(h),g=i(24),b=j(g),f=i(35),p=j(f),_=i(6),m=j(_),E=i(22),N=j(E),k=i(7),T=j(k),C=i(55),L=j(C),w=i(42),S=j(w),P=i(23),R=j(P);function j($){return $&&$.__esModule?$:{default:$}}s.default.register({"blots/block":d.default,"blots/block/embed":v.BlockEmbed,"blots/break":c.default,"blots/container":y.default,"blots/cursor":b.default,"blots/embed":p.default,"blots/inline":m.default,"blots/scroll":N.default,"blots/text":T.default,"modules/clipboard":L.default,"modules/history":S.default,"modules/keyboard":R.default}),o.default.register(d.default,c.default,b.default,m.default,N.default,T.default),r.default=s.default},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(1),o=function(){function l(s){this.domNode=s,this.domNode[a.DATA_KEY]={blot:this}}return Object.defineProperty(l.prototype,"statics",{get:function(){return this.constructor},enumerable:!0,configurable:!0}),l.create=function(s){if(this.tagName==null)throw new a.ParchmentError("Blot definition missing tagName");var v;return Array.isArray(this.tagName)?(typeof s=="string"&&(s=s.toUpperCase(),parseInt(s).toString()===s&&(s=parseInt(s))),typeof s=="number"?v=document.createElement(this.tagName[s-1]):this.tagName.indexOf(s)>-1?v=document.createElement(s):v=document.createElement(this.tagName[0])):v=document.createElement(this.tagName),this.className&&v.classList.add(this.className),v},l.prototype.attach=function(){this.parent!=null&&(this.scroll=this.parent.scroll)},l.prototype.clone=function(){var s=this.domNode.cloneNode(!1);return a.create(s)},l.prototype.detach=function(){this.parent!=null&&this.parent.removeChild(this),delete this.domNode[a.DATA_KEY]},l.prototype.deleteAt=function(s,v){var d=this.isolate(s,v);d.remove()},l.prototype.formatAt=function(s,v,d,u){var c=this.isolate(s,v);if(a.query(d,a.Scope.BLOT)!=null&&u)c.wrap(d,u);else if(a.query(d,a.Scope.ATTRIBUTE)!=null){var h=a.create(this.statics.scope);c.wrap(h),h.format(d,u)}},l.prototype.insertAt=function(s,v,d){var u=d==null?a.create("text",v):a.create(v,d),c=this.split(s);this.parent.insertBefore(u,c)},l.prototype.insertInto=function(s,v){v===void 0&&(v=null),this.parent!=null&&this.parent.children.remove(this);var d=null;s.children.insertBefore(this,v),v!=null&&(d=v.domNode),(this.domNode.parentNode!=s.domNode||this.domNode.nextSibling!=d)&&s.domNode.insertBefore(this.domNode,d),this.parent=s,this.attach()},l.prototype.isolate=function(s,v){var d=this.split(s);return d.split(v),d},l.prototype.length=function(){return 1},l.prototype.offset=function(s){return s===void 0&&(s=this.parent),this.parent==null||this==s?0:this.parent.children.offset(this)+this.parent.offset(s)},l.prototype.optimize=function(s){this.domNode[a.DATA_KEY]!=null&&delete this.domNode[a.DATA_KEY].mutations},l.prototype.remove=function(){this.domNode.parentNode!=null&&this.domNode.parentNode.removeChild(this.domNode),this.detach()},l.prototype.replace=function(s){s.parent!=null&&(s.parent.insertBefore(this,s.next),s.remove())},l.prototype.replaceWith=function(s,v){var d=typeof s=="string"?a.create(s,v):s;return d.replace(this),d},l.prototype.split=function(s,v){return s===0?this:this.next},l.prototype.update=function(s,v){},l.prototype.wrap=function(s,v){var d=typeof s=="string"?a.create(s,v):s;return this.parent!=null&&this.parent.insertBefore(d,this.next),d.appendChild(this),d},l.blotName="abstract",l}();r.default=o},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(12),o=i(32),l=i(33),s=i(1),v=function(){function d(u){this.attributes={},this.domNode=u,this.build()}return d.prototype.attribute=function(u,c){c?u.add(this.domNode,c)&&(u.value(this.domNode)!=null?this.attributes[u.attrName]=u:delete this.attributes[u.attrName]):(u.remove(this.domNode),delete this.attributes[u.attrName])},d.prototype.build=function(){var u=this;this.attributes={};var c=a.default.keys(this.domNode),h=o.default.keys(this.domNode),y=l.default.keys(this.domNode);c.concat(h).concat(y).forEach(function(g){var b=s.query(g,s.Scope.ATTRIBUTE);b instanceof a.default&&(u.attributes[b.attrName]=b)})},d.prototype.copy=function(u){var c=this;Object.keys(this.attributes).forEach(function(h){var y=c.attributes[h].value(c.domNode);u.format(h,y)})},d.prototype.move=function(u){var c=this;this.copy(u),Object.keys(this.attributes).forEach(function(h){c.attributes[h].remove(c.domNode)}),this.attributes={}},d.prototype.values=function(){var u=this;return Object.keys(this.attributes).reduce(function(c,h){return c[h]=u.attributes[h].value(u.domNode),c},{})},d}();r.default=v},function(n,r,i){var a=this&&this.__extends||function(){var v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,u){d.__proto__=u}||function(d,u){for(var c in u)u.hasOwnProperty(c)&&(d[c]=u[c])};return function(d,u){v(d,u);function c(){this.constructor=d}d.prototype=u===null?Object.create(u):(c.prototype=u.prototype,new c)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(12);function l(v,d){var u=v.getAttribute("class")||"";return u.split(/\s+/).filter(function(c){return c.indexOf(d+"-")===0})}var s=function(v){a(d,v);function d(){return v!==null&&v.apply(this,arguments)||this}return d.keys=function(u){return(u.getAttribute("class")||"").split(/\s+/).map(function(c){return c.split("-").slice(0,-1).join("-")})},d.prototype.add=function(u,c){return this.canAdd(u,c)?(this.remove(u),u.classList.add(this.keyName+"-"+c),!0):!1},d.prototype.remove=function(u){var c=l(u,this.keyName);c.forEach(function(h){u.classList.remove(h)}),u.classList.length===0&&u.removeAttribute("class")},d.prototype.value=function(u){var c=l(u,this.keyName)[0]||"",h=c.slice(this.keyName.length+1);return this.canAdd(u,h)?h:""},d}(o.default);r.default=s},function(n,r,i){var a=this&&this.__extends||function(){var v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,u){d.__proto__=u}||function(d,u){for(var c in u)u.hasOwnProperty(c)&&(d[c]=u[c])};return function(d,u){v(d,u);function c(){this.constructor=d}d.prototype=u===null?Object.create(u):(c.prototype=u.prototype,new c)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(12);function l(v){var d=v.split("-"),u=d.slice(1).map(function(c){return c[0].toUpperCase()+c.slice(1)}).join("");return d[0]+u}var s=function(v){a(d,v);function d(){return v!==null&&v.apply(this,arguments)||this}return d.keys=function(u){return(u.getAttribute("style")||"").split(";").map(function(c){var h=c.split(":");return h[0].trim()})},d.prototype.add=function(u,c){return this.canAdd(u,c)?(u.style[l(this.keyName)]=c,!0):!1},d.prototype.remove=function(u){u.style[l(this.keyName)]="",u.getAttribute("style")||u.removeAttribute("style")},d.prototype.value=function(u){var c=u.style[l(this.keyName)];return this.canAdd(u,c)?c:""},d}(o.default);r.default=s},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function s(v,d){for(var u=0;u<d.length;u++){var c=d[u];c.enumerable=c.enumerable||!1,c.configurable=!0,"value"in c&&(c.writable=!0),Object.defineProperty(v,c.key,c)}}return function(v,d,u){return d&&s(v.prototype,d),u&&s(v,u),v}}();function o(s,v){if(!(s instanceof v))throw new TypeError("Cannot call a class as a function")}var l=function(){function s(v,d){o(this,s),this.quill=v,this.options=d,this.modules={}}return a(s,[{key:"init",value:function(){var d=this;Object.keys(this.options.modules).forEach(function(u){d.modules[u]==null&&d.addModule(u)})}},{key:"addModule",value:function(d){var u=this.quill.constructor.import("modules/"+d);return this.modules[d]=new u(this.quill,this.options.modules[d]||{}),this.modules[d]}}]),s}();l.DEFAULTS={modules:{}},l.themes={default:l},r.default=l},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function f(p,_){for(var m=0;m<_.length;m++){var E=_[m];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(p,E.key,E)}}return function(p,_,m){return _&&f(p.prototype,_),m&&f(p,m),p}}(),o=function f(p,_,m){p===null&&(p=Function.prototype);var E=Object.getOwnPropertyDescriptor(p,_);if(E===void 0){var N=Object.getPrototypeOf(p);return N===null?void 0:f(N,_,m)}else{if("value"in E)return E.value;var k=E.get;return k===void 0?void 0:k.call(m)}},l=i(0),s=u(l),v=i(7),d=u(v);function u(f){return f&&f.__esModule?f:{default:f}}function c(f,p){if(!(f instanceof p))throw new TypeError("Cannot call a class as a function")}function h(f,p){if(!f)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return p&&(typeof p=="object"||typeof p=="function")?p:f}function y(f,p){if(typeof p!="function"&&p!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof p);f.prototype=Object.create(p&&p.prototype,{constructor:{value:f,enumerable:!1,writable:!0,configurable:!0}}),p&&(Object.setPrototypeOf?Object.setPrototypeOf(f,p):f.__proto__=p)}var g="\uFEFF",b=function(f){y(p,f);function p(_){c(this,p);var m=h(this,(p.__proto__||Object.getPrototypeOf(p)).call(this,_));return m.contentNode=document.createElement("span"),m.contentNode.setAttribute("contenteditable",!1),[].slice.call(m.domNode.childNodes).forEach(function(E){m.contentNode.appendChild(E)}),m.leftGuard=document.createTextNode(g),m.rightGuard=document.createTextNode(g),m.domNode.appendChild(m.leftGuard),m.domNode.appendChild(m.contentNode),m.domNode.appendChild(m.rightGuard),m}return a(p,[{key:"index",value:function(m,E){return m===this.leftGuard?0:m===this.rightGuard?1:o(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"index",this).call(this,m,E)}},{key:"restore",value:function(m){var E=void 0,N=void 0,k=m.data.split(g).join("");if(m===this.leftGuard)if(this.prev instanceof d.default){var T=this.prev.length();this.prev.insertAt(T,k),E={startNode:this.prev.domNode,startOffset:T+k.length}}else N=document.createTextNode(k),this.parent.insertBefore(s.default.create(N),this),E={startNode:N,startOffset:k.length};else m===this.rightGuard&&(this.next instanceof d.default?(this.next.insertAt(0,k),E={startNode:this.next.domNode,startOffset:k.length}):(N=document.createTextNode(k),this.parent.insertBefore(s.default.create(N),this.next),E={startNode:N,startOffset:k.length}));return m.data=g,E}},{key:"update",value:function(m,E){var N=this;m.forEach(function(k){if(k.type==="characterData"&&(k.target===N.leftGuard||k.target===N.rightGuard)){var T=N.restore(k.target);T&&(E.range=T)}})}}]),p}(s.default.Embed);r.default=b},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.AlignStyle=r.AlignClass=r.AlignAttribute=void 0;var a=i(0),o=l(a);function l(c){return c&&c.__esModule?c:{default:c}}var s={scope:o.default.Scope.BLOCK,whitelist:["right","center","justify"]},v=new o.default.Attributor.Attribute("align","align",s),d=new o.default.Attributor.Class("align","ql-align",s),u=new o.default.Attributor.Style("align","text-align",s);r.AlignAttribute=v,r.AlignClass=d,r.AlignStyle=u},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.BackgroundStyle=r.BackgroundClass=void 0;var a=i(0),o=s(a),l=i(26);function s(u){return u&&u.__esModule?u:{default:u}}var v=new o.default.Attributor.Class("background","ql-bg",{scope:o.default.Scope.INLINE}),d=new l.ColorAttributor("background","background-color",{scope:o.default.Scope.INLINE});r.BackgroundClass=v,r.BackgroundStyle=d},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.DirectionStyle=r.DirectionClass=r.DirectionAttribute=void 0;var a=i(0),o=l(a);function l(c){return c&&c.__esModule?c:{default:c}}var s={scope:o.default.Scope.BLOCK,whitelist:["rtl"]},v=new o.default.Attributor.Attribute("direction","dir",s),d=new o.default.Attributor.Class("direction","ql-direction",s),u=new o.default.Attributor.Style("direction","direction",s);r.DirectionAttribute=v,r.DirectionClass=d,r.DirectionStyle=u},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.FontClass=r.FontStyle=void 0;var a=function(){function f(p,_){for(var m=0;m<_.length;m++){var E=_[m];E.enumerable=E.enumerable||!1,E.configurable=!0,"value"in E&&(E.writable=!0),Object.defineProperty(p,E.key,E)}}return function(p,_,m){return _&&f(p.prototype,_),m&&f(p,m),p}}(),o=function f(p,_,m){p===null&&(p=Function.prototype);var E=Object.getOwnPropertyDescriptor(p,_);if(E===void 0){var N=Object.getPrototypeOf(p);return N===null?void 0:f(N,_,m)}else{if("value"in E)return E.value;var k=E.get;return k===void 0?void 0:k.call(m)}},l=i(0),s=v(l);function v(f){return f&&f.__esModule?f:{default:f}}function d(f,p){if(!(f instanceof p))throw new TypeError("Cannot call a class as a function")}function u(f,p){if(!f)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return p&&(typeof p=="object"||typeof p=="function")?p:f}function c(f,p){if(typeof p!="function"&&p!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof p);f.prototype=Object.create(p&&p.prototype,{constructor:{value:f,enumerable:!1,writable:!0,configurable:!0}}),p&&(Object.setPrototypeOf?Object.setPrototypeOf(f,p):f.__proto__=p)}var h={scope:s.default.Scope.INLINE,whitelist:["serif","monospace"]},y=new s.default.Attributor.Class("font","ql-font",h),g=function(f){c(p,f);function p(){return d(this,p),u(this,(p.__proto__||Object.getPrototypeOf(p)).apply(this,arguments))}return a(p,[{key:"value",value:function(m){return o(p.prototype.__proto__||Object.getPrototypeOf(p.prototype),"value",this).call(this,m).replace(/["']/g,"")}}]),p}(s.default.Attributor.Style),b=new g("font","font-family",h);r.FontStyle=b,r.FontClass=y},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.SizeStyle=r.SizeClass=void 0;var a=i(0),o=l(a);function l(d){return d&&d.__esModule?d:{default:d}}var s=new o.default.Attributor.Class("size","ql-size",{scope:o.default.Scope.INLINE,whitelist:["small","large","huge"]}),v=new o.default.Attributor.Style("size","font-size",{scope:o.default.Scope.INLINE,whitelist:["10px","18px","32px"]});r.SizeClass=s,r.SizeStyle=v},function(n,r,i){n.exports={align:{"":i(76),center:i(77),right:i(78),justify:i(79)},background:i(80),blockquote:i(81),bold:i(82),clean:i(83),code:i(58),"code-block":i(58),color:i(84),direction:{"":i(85),rtl:i(86)},float:{center:i(87),full:i(88),left:i(89),right:i(90)},formula:i(91),header:{1:i(92),2:i(93)},italic:i(94),image:i(95),indent:{"+1":i(96),"-1":i(97)},link:i(98),list:{ordered:i(99),bullet:i(100),check:i(101)},script:{sub:i(102),super:i(103)},strike:i(104),underline:i(105),video:i(106)}},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.getLastChangeIndex=r.default=void 0;var a=function(){function _(m,E){for(var N=0;N<E.length;N++){var k=E[N];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(m,k.key,k)}}return function(m,E,N){return E&&_(m.prototype,E),N&&_(m,N),m}}(),o=i(0),l=c(o),s=i(5),v=c(s),d=i(9),u=c(d);function c(_){return _&&_.__esModule?_:{default:_}}function h(_,m){if(!(_ instanceof m))throw new TypeError("Cannot call a class as a function")}function y(_,m){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:_}function g(_,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);_.prototype=Object.create(m&&m.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(_,m):_.__proto__=m)}var b=function(_){g(m,_);function m(E,N){h(this,m);var k=y(this,(m.__proto__||Object.getPrototypeOf(m)).call(this,E,N));return k.lastRecorded=0,k.ignoreChange=!1,k.clear(),k.quill.on(v.default.events.EDITOR_CHANGE,function(T,C,L,w){T!==v.default.events.TEXT_CHANGE||k.ignoreChange||(!k.options.userOnly||w===v.default.sources.USER?k.record(C,L):k.transform(C))}),k.quill.keyboard.addBinding({key:"Z",shortKey:!0},k.undo.bind(k)),k.quill.keyboard.addBinding({key:"Z",shortKey:!0,shiftKey:!0},k.redo.bind(k)),/Win/i.test(navigator.platform)&&k.quill.keyboard.addBinding({key:"Y",shortKey:!0},k.redo.bind(k)),k}return a(m,[{key:"change",value:function(N,k){if(this.stack[N].length!==0){var T=this.stack[N].pop();this.stack[k].push(T),this.lastRecorded=0,this.ignoreChange=!0,this.quill.updateContents(T[N],v.default.sources.USER),this.ignoreChange=!1;var C=p(T[N]);this.quill.setSelection(C)}}},{key:"clear",value:function(){this.stack={undo:[],redo:[]}}},{key:"cutoff",value:function(){this.lastRecorded=0}},{key:"record",value:function(N,k){if(N.ops.length!==0){this.stack.redo=[];var T=this.quill.getContents().diff(k),C=Date.now();if(this.lastRecorded+this.options.delay>C&&this.stack.undo.length>0){var L=this.stack.undo.pop();T=T.compose(L.undo),N=L.redo.compose(N)}else this.lastRecorded=C;this.stack.undo.push({redo:N,undo:T}),this.stack.undo.length>this.options.maxStack&&this.stack.undo.shift()}}},{key:"redo",value:function(){this.change("redo","undo")}},{key:"transform",value:function(N){this.stack.undo.forEach(function(k){k.undo=N.transform(k.undo,!0),k.redo=N.transform(k.redo,!0)}),this.stack.redo.forEach(function(k){k.undo=N.transform(k.undo,!0),k.redo=N.transform(k.redo,!0)})}},{key:"undo",value:function(){this.change("undo","redo")}}]),m}(u.default);b.DEFAULTS={delay:1e3,maxStack:100,userOnly:!1};function f(_){var m=_.ops[_.ops.length-1];return m==null?!1:m.insert!=null?typeof m.insert=="string"&&m.insert.endsWith(`
|
|
827
|
+
`):m.attributes!=null?Object.keys(m.attributes).some(function(E){return l.default.query(E,l.default.Scope.BLOCK)!=null}):!1}function p(_){var m=_.reduce(function(N,k){return N+=k.delete||0,N},0),E=_.length()-m;return f(_)&&(E-=1),E}r.default=b,r.getLastChangeIndex=p},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.BaseTooltip=void 0;var a=function(){function H(V,G){for(var U=0;U<G.length;U++){var D=G[U];D.enumerable=D.enumerable||!1,D.configurable=!0,"value"in D&&(D.writable=!0),Object.defineProperty(V,D.key,D)}}return function(V,G,U){return G&&H(V.prototype,G),U&&H(V,U),V}}(),o=function H(V,G,U){V===null&&(V=Function.prototype);var D=Object.getOwnPropertyDescriptor(V,G);if(D===void 0){var q=Object.getPrototypeOf(V);return q===null?void 0:H(q,G,U)}else{if("value"in D)return D.value;var X=D.get;return X===void 0?void 0:X.call(U)}},l=i(3),s=C(l),v=i(2),d=C(v),u=i(8),c=C(u),h=i(23),y=C(h),g=i(34),b=C(g),f=i(59),p=C(f),_=i(60),m=C(_),E=i(28),N=C(E),k=i(61),T=C(k);function C(H){return H&&H.__esModule?H:{default:H}}function L(H,V){if(!(H instanceof V))throw new TypeError("Cannot call a class as a function")}function w(H,V){if(!H)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return V&&(typeof V=="object"||typeof V=="function")?V:H}function S(H,V){if(typeof V!="function"&&V!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof V);H.prototype=Object.create(V&&V.prototype,{constructor:{value:H,enumerable:!1,writable:!0,configurable:!0}}),V&&(Object.setPrototypeOf?Object.setPrototypeOf(H,V):H.__proto__=V)}var P=[!1,"center","right","justify"],R=["#000000","#e60000","#ff9900","#ffff00","#008a00","#0066cc","#9933ff","#ffffff","#facccc","#ffebcc","#ffffcc","#cce8cc","#cce0f5","#ebd6ff","#bbbbbb","#f06666","#ffc266","#ffff66","#66b966","#66a3e0","#c285ff","#888888","#a10000","#b26b00","#b2b200","#006100","#0047b2","#6b24b2","#444444","#5c0000","#663d00","#666600","#003700","#002966","#3d1466"],j=[!1,"serif","monospace"],$=["1","2","3",!1],W=["small",!1,"large","huge"],re=function(H){S(V,H);function V(G,U){L(this,V);var D=w(this,(V.__proto__||Object.getPrototypeOf(V)).call(this,G,U)),q=function X(Z){if(!document.body.contains(G.root))return document.body.removeEventListener("click",X);D.tooltip!=null&&!D.tooltip.root.contains(Z.target)&&document.activeElement!==D.tooltip.textbox&&!D.quill.hasFocus()&&D.tooltip.hide(),D.pickers!=null&&D.pickers.forEach(function(ne){ne.container.contains(Z.target)||ne.close()})};return G.emitter.listenDOM("click",document.body,q),D}return a(V,[{key:"addModule",value:function(U){var D=o(V.prototype.__proto__||Object.getPrototypeOf(V.prototype),"addModule",this).call(this,U);return U==="toolbar"&&this.extendToolbar(D),D}},{key:"buildButtons",value:function(U,D){U.forEach(function(q){var X=q.getAttribute("class")||"";X.split(/\s+/).forEach(function(Z){if(Z.startsWith("ql-")&&(Z=Z.slice(3),D[Z]!=null))if(Z==="direction")q.innerHTML=D[Z][""]+D[Z].rtl;else if(typeof D[Z]=="string")q.innerHTML=D[Z];else{var ne=q.value||"";ne!=null&&D[Z][ne]&&(q.innerHTML=D[Z][ne])}})})}},{key:"buildPickers",value:function(U,D){var q=this;this.pickers=U.map(function(Z){if(Z.classList.contains("ql-align"))return Z.querySelector("option")==null&&x(Z,P),new m.default(Z,D.align);if(Z.classList.contains("ql-background")||Z.classList.contains("ql-color")){var ne=Z.classList.contains("ql-background")?"background":"color";return Z.querySelector("option")==null&&x(Z,R,ne==="background"?"#ffffff":"#000000"),new p.default(Z,D[ne])}else return Z.querySelector("option")==null&&(Z.classList.contains("ql-font")?x(Z,j):Z.classList.contains("ql-header")?x(Z,$):Z.classList.contains("ql-size")&&x(Z,W)),new N.default(Z)});var X=function(){q.pickers.forEach(function(ne){ne.update()})};this.quill.on(c.default.events.EDITOR_CHANGE,X)}}]),V}(b.default);re.DEFAULTS=(0,s.default)(!0,{},b.default.DEFAULTS,{modules:{toolbar:{handlers:{formula:function(){this.quill.theme.tooltip.edit("formula")},image:function(){var V=this,G=this.container.querySelector("input.ql-image[type=file]");G==null&&(G=document.createElement("input"),G.setAttribute("type","file"),G.setAttribute("accept","image/png, image/gif, image/jpeg, image/bmp, image/x-icon"),G.classList.add("ql-image"),G.addEventListener("change",function(){if(G.files!=null&&G.files[0]!=null){var U=new FileReader;U.onload=function(D){var q=V.quill.getSelection(!0);V.quill.updateContents(new d.default().retain(q.index).delete(q.length).insert({image:D.target.result}),c.default.sources.USER),V.quill.setSelection(q.index+1,c.default.sources.SILENT),G.value=""},U.readAsDataURL(G.files[0])}}),this.container.appendChild(G)),G.click()},video:function(){this.quill.theme.tooltip.edit("video")}}}}});var K=function(H){S(V,H);function V(G,U){L(this,V);var D=w(this,(V.__proto__||Object.getPrototypeOf(V)).call(this,G,U));return D.textbox=D.root.querySelector('input[type="text"]'),D.listen(),D}return a(V,[{key:"listen",value:function(){var U=this;this.textbox.addEventListener("keydown",function(D){y.default.match(D,"enter")?(U.save(),D.preventDefault()):y.default.match(D,"escape")&&(U.cancel(),D.preventDefault())})}},{key:"cancel",value:function(){this.hide()}},{key:"edit",value:function(){var U=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"link",D=arguments.length>1&&arguments[1]!==void 0?arguments[1]:null;this.root.classList.remove("ql-hidden"),this.root.classList.add("ql-editing"),D!=null?this.textbox.value=D:U!==this.root.getAttribute("data-mode")&&(this.textbox.value=""),this.position(this.quill.getBounds(this.quill.selection.savedRange)),this.textbox.select(),this.textbox.setAttribute("placeholder",this.textbox.getAttribute("data-"+U)||""),this.root.setAttribute("data-mode",U)}},{key:"restoreFocus",value:function(){var U=this.quill.scrollingContainer.scrollTop;this.quill.focus(),this.quill.scrollingContainer.scrollTop=U}},{key:"save",value:function(){var U=this.textbox.value;switch(this.root.getAttribute("data-mode")){case"link":{var D=this.quill.root.scrollTop;this.linkRange?(this.quill.formatText(this.linkRange,"link",U,c.default.sources.USER),delete this.linkRange):(this.restoreFocus(),this.quill.format("link",U,c.default.sources.USER)),this.quill.root.scrollTop=D;break}case"video":U=M(U);case"formula":{if(!U)break;var q=this.quill.getSelection(!0);if(q!=null){var X=q.index+q.length;this.quill.insertEmbed(X,this.root.getAttribute("data-mode"),U,c.default.sources.USER),this.root.getAttribute("data-mode")==="formula"&&this.quill.insertText(X+1," ",c.default.sources.USER),this.quill.setSelection(X+2,c.default.sources.USER)}break}}this.textbox.value="",this.hide()}}]),V}(T.default);function M(H){var V=H.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtube\.com\/watch.*v=([a-zA-Z0-9_-]+)/)||H.match(/^(?:(https?):\/\/)?(?:(?:www|m)\.)?youtu\.be\/([a-zA-Z0-9_-]+)/);return V?(V[1]||"https")+"://www.youtube.com/embed/"+V[2]+"?showinfo=0":(V=H.match(/^(?:(https?):\/\/)?(?:www\.)?vimeo\.com\/(\d+)/))?(V[1]||"https")+"://player.vimeo.com/video/"+V[2]+"/":H}function x(H,V){var G=arguments.length>2&&arguments[2]!==void 0?arguments[2]:!1;V.forEach(function(U){var D=document.createElement("option");U===G?D.setAttribute("selected","selected"):D.setAttribute("value",U),H.appendChild(D)})}r.BaseTooltip=K,r.default=re},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function o(){this.head=this.tail=null,this.length=0}return o.prototype.append=function(){for(var l=[],s=0;s<arguments.length;s++)l[s]=arguments[s];this.insertBefore(l[0],null),l.length>1&&this.append.apply(this,l.slice(1))},o.prototype.contains=function(l){for(var s,v=this.iterator();s=v();)if(s===l)return!0;return!1},o.prototype.insertBefore=function(l,s){l&&(l.next=s,s!=null?(l.prev=s.prev,s.prev!=null&&(s.prev.next=l),s.prev=l,s===this.head&&(this.head=l)):this.tail!=null?(this.tail.next=l,l.prev=this.tail,this.tail=l):(l.prev=null,this.head=this.tail=l),this.length+=1)},o.prototype.offset=function(l){for(var s=0,v=this.head;v!=null;){if(v===l)return s;s+=v.length(),v=v.next}return-1},o.prototype.remove=function(l){this.contains(l)&&(l.prev!=null&&(l.prev.next=l.next),l.next!=null&&(l.next.prev=l.prev),l===this.head&&(this.head=l.next),l===this.tail&&(this.tail=l.prev),this.length-=1)},o.prototype.iterator=function(l){return l===void 0&&(l=this.head),function(){var s=l;return l!=null&&(l=l.next),s}},o.prototype.find=function(l,s){s===void 0&&(s=!1);for(var v,d=this.iterator();v=d();){var u=v.length();if(l<u||s&&l===u&&(v.next==null||v.next.length()!==0))return[v,l];l-=u}return[null,0]},o.prototype.forEach=function(l){for(var s,v=this.iterator();s=v();)l(s)},o.prototype.forEachAt=function(l,s,v){if(!(s<=0))for(var d=this.find(l),u=d[0],c=d[1],h,y=l-c,g=this.iterator(u);(h=g())&&y<l+s;){var b=h.length();l>y?v(h,l-y,Math.min(s,y+b-l)):v(h,0,Math.min(b,l+s-y)),y+=b}},o.prototype.map=function(l){return this.reduce(function(s,v){return s.push(l(v)),s},[])},o.prototype.reduce=function(l,s){for(var v,d=this.iterator();v=d();)s=l(s,v);return s},o}();r.default=a},function(n,r,i){var a=this&&this.__extends||function(){var u=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(c,h){c.__proto__=h}||function(c,h){for(var y in h)h.hasOwnProperty(y)&&(c[y]=h[y])};return function(c,h){u(c,h);function y(){this.constructor=c}c.prototype=h===null?Object.create(h):(y.prototype=h.prototype,new y)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(17),l=i(1),s={attributes:!0,characterData:!0,characterDataOldValue:!0,childList:!0,subtree:!0},v=100,d=function(u){a(c,u);function c(h){var y=u.call(this,h)||this;return y.scroll=y,y.observer=new MutationObserver(function(g){y.update(g)}),y.observer.observe(y.domNode,s),y.attach(),y}return c.prototype.detach=function(){u.prototype.detach.call(this),this.observer.disconnect()},c.prototype.deleteAt=function(h,y){this.update(),h===0&&y===this.length()?this.children.forEach(function(g){g.remove()}):u.prototype.deleteAt.call(this,h,y)},c.prototype.formatAt=function(h,y,g,b){this.update(),u.prototype.formatAt.call(this,h,y,g,b)},c.prototype.insertAt=function(h,y,g){this.update(),u.prototype.insertAt.call(this,h,y,g)},c.prototype.optimize=function(h,y){var g=this;h===void 0&&(h=[]),y===void 0&&(y={}),u.prototype.optimize.call(this,y);for(var b=[].slice.call(this.observer.takeRecords());b.length>0;)h.push(b.pop());for(var f=function(E,N){N===void 0&&(N=!0),!(E==null||E===g)&&E.domNode.parentNode!=null&&(E.domNode[l.DATA_KEY].mutations==null&&(E.domNode[l.DATA_KEY].mutations=[]),N&&f(E.parent))},p=function(E){E.domNode[l.DATA_KEY]==null||E.domNode[l.DATA_KEY].mutations==null||(E instanceof o.default&&E.children.forEach(p),E.optimize(y))},_=h,m=0;_.length>0;m+=1){if(m>=v)throw new Error("[Parchment] Maximum optimize iterations reached");for(_.forEach(function(E){var N=l.find(E.target,!0);N!=null&&(N.domNode===E.target&&(E.type==="childList"?(f(l.find(E.previousSibling,!1)),[].forEach.call(E.addedNodes,function(k){var T=l.find(k,!1);f(T,!1),T instanceof o.default&&T.children.forEach(function(C){f(C,!1)})})):E.type==="attributes"&&f(N.prev)),f(N))}),this.children.forEach(p),_=[].slice.call(this.observer.takeRecords()),b=_.slice();b.length>0;)h.push(b.pop())}},c.prototype.update=function(h,y){var g=this;y===void 0&&(y={}),h=h||this.observer.takeRecords(),h.map(function(b){var f=l.find(b.target,!0);return f==null?null:f.domNode[l.DATA_KEY].mutations==null?(f.domNode[l.DATA_KEY].mutations=[b],f):(f.domNode[l.DATA_KEY].mutations.push(b),null)}).forEach(function(b){b==null||b===g||b.domNode[l.DATA_KEY]==null||b.update(b.domNode[l.DATA_KEY].mutations||[],y)}),this.domNode[l.DATA_KEY].mutations!=null&&u.prototype.update.call(this,this.domNode[l.DATA_KEY].mutations,y),this.optimize(h,y)},c.blotName="scroll",c.defaultChild="block",c.scope=l.Scope.BLOCK_BLOT,c.tagName="DIV",c}(o.default);r.default=d},function(n,r,i){var a=this&&this.__extends||function(){var d=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(u,c){u.__proto__=c}||function(u,c){for(var h in c)c.hasOwnProperty(h)&&(u[h]=c[h])};return function(u,c){d(u,c);function h(){this.constructor=u}u.prototype=c===null?Object.create(c):(h.prototype=c.prototype,new h)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(18),l=i(1);function s(d,u){if(Object.keys(d).length!==Object.keys(u).length)return!1;for(var c in d)if(d[c]!==u[c])return!1;return!0}var v=function(d){a(u,d);function u(){return d!==null&&d.apply(this,arguments)||this}return u.formats=function(c){if(c.tagName!==u.tagName)return d.formats.call(this,c)},u.prototype.format=function(c,h){var y=this;c===this.statics.blotName&&!h?(this.children.forEach(function(g){g instanceof o.default||(g=g.wrap(u.blotName,!0)),y.attributes.copy(g)}),this.unwrap()):d.prototype.format.call(this,c,h)},u.prototype.formatAt=function(c,h,y,g){if(this.formats()[y]!=null||l.query(y,l.Scope.ATTRIBUTE)){var b=this.isolate(c,h);b.format(y,g)}else d.prototype.formatAt.call(this,c,h,y,g)},u.prototype.optimize=function(c){d.prototype.optimize.call(this,c);var h=this.formats();if(Object.keys(h).length===0)return this.unwrap();var y=this.next;y instanceof u&&y.prev===this&&s(h,y.formats())&&(y.moveChildren(this),y.remove())},u.blotName="inline",u.scope=l.Scope.INLINE_BLOT,u.tagName="SPAN",u}(o.default);r.default=v},function(n,r,i){var a=this&&this.__extends||function(){var v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,u){d.__proto__=u}||function(d,u){for(var c in u)u.hasOwnProperty(c)&&(d[c]=u[c])};return function(d,u){v(d,u);function c(){this.constructor=d}d.prototype=u===null?Object.create(u):(c.prototype=u.prototype,new c)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(18),l=i(1),s=function(v){a(d,v);function d(){return v!==null&&v.apply(this,arguments)||this}return d.formats=function(u){var c=l.query(d.blotName).tagName;if(u.tagName!==c)return v.formats.call(this,u)},d.prototype.format=function(u,c){l.query(u,l.Scope.BLOCK)!=null&&(u===this.statics.blotName&&!c?this.replaceWith(d.blotName):v.prototype.format.call(this,u,c))},d.prototype.formatAt=function(u,c,h,y){l.query(h,l.Scope.BLOCK)!=null?this.format(h,y):v.prototype.formatAt.call(this,u,c,h,y)},d.prototype.insertAt=function(u,c,h){if(h==null||l.query(c,l.Scope.INLINE)!=null)v.prototype.insertAt.call(this,u,c,h);else{var y=this.split(u),g=l.create(c,h);y.parent.insertBefore(g,y)}},d.prototype.update=function(u,c){navigator.userAgent.match(/Trident/)?this.build():v.prototype.update.call(this,u,c)},d.blotName="block",d.scope=l.Scope.BLOCK_BLOT,d.tagName="P",d}(o.default);r.default=s},function(n,r,i){var a=this&&this.__extends||function(){var s=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(v,d){v.__proto__=d}||function(v,d){for(var u in d)d.hasOwnProperty(u)&&(v[u]=d[u])};return function(v,d){s(v,d);function u(){this.constructor=v}v.prototype=d===null?Object.create(d):(u.prototype=d.prototype,new u)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(19),l=function(s){a(v,s);function v(){return s!==null&&s.apply(this,arguments)||this}return v.formats=function(d){},v.prototype.format=function(d,u){s.prototype.formatAt.call(this,0,this.length(),d,u)},v.prototype.formatAt=function(d,u,c,h){d===0&&u===this.length()?this.format(c,h):s.prototype.formatAt.call(this,d,u,c,h)},v.prototype.formats=function(){return this.statics.formats(this.domNode)},v}(o.default);r.default=l},function(n,r,i){var a=this&&this.__extends||function(){var v=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(d,u){d.__proto__=u}||function(d,u){for(var c in u)u.hasOwnProperty(c)&&(d[c]=u[c])};return function(d,u){v(d,u);function c(){this.constructor=d}d.prototype=u===null?Object.create(u):(c.prototype=u.prototype,new c)}}();Object.defineProperty(r,"__esModule",{value:!0});var o=i(19),l=i(1),s=function(v){a(d,v);function d(u){var c=v.call(this,u)||this;return c.text=c.statics.value(c.domNode),c}return d.create=function(u){return document.createTextNode(u)},d.value=function(u){var c=u.data;return c.normalize&&(c=c.normalize()),c},d.prototype.deleteAt=function(u,c){this.domNode.data=this.text=this.text.slice(0,u)+this.text.slice(u+c)},d.prototype.index=function(u,c){return this.domNode===u?c:-1},d.prototype.insertAt=function(u,c,h){h==null?(this.text=this.text.slice(0,u)+c+this.text.slice(u),this.domNode.data=this.text):v.prototype.insertAt.call(this,u,c,h)},d.prototype.length=function(){return this.text.length},d.prototype.optimize=function(u){v.prototype.optimize.call(this,u),this.text=this.statics.value(this.domNode),this.text.length===0?this.remove():this.next instanceof d&&this.next.prev===this&&(this.insertAt(this.length(),this.next.value()),this.next.remove())},d.prototype.position=function(u,c){return[this.domNode,u]},d.prototype.split=function(u,c){if(c===void 0&&(c=!1),!c){if(u===0)return this;if(u===this.length())return this.next}var h=l.create(this.domNode.splitText(u));return this.parent.insertBefore(h,this.next),this.text=this.statics.value(this.domNode),h},d.prototype.update=function(u,c){var h=this;u.some(function(y){return y.type==="characterData"&&y.target===h.domNode})&&(this.text=this.statics.value(this.domNode))},d.prototype.value=function(){return this.text},d.blotName="text",d.scope=l.Scope.INLINE_BLOT,d}(o.default);r.default=s},function(n,r,i){var a=document.createElement("div");if(a.classList.toggle("test-class",!1),a.classList.contains("test-class")){var o=DOMTokenList.prototype.toggle;DOMTokenList.prototype.toggle=function(l,s){return arguments.length>1&&!this.contains(l)==!s?s:o.call(this,l)}}String.prototype.startsWith||(String.prototype.startsWith=function(l,s){return s=s||0,this.substr(s,l.length)===l}),String.prototype.endsWith||(String.prototype.endsWith=function(l,s){var v=this.toString();(typeof s!="number"||!isFinite(s)||Math.floor(s)!==s||s>v.length)&&(s=v.length),s-=l.length;var d=v.indexOf(l,s);return d!==-1&&d===s}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(s){if(this===null)throw new TypeError("Array.prototype.find called on null or undefined");if(typeof s!="function")throw new TypeError("predicate must be a function");for(var v=Object(this),d=v.length>>>0,u=arguments[1],c,h=0;h<d;h++)if(c=v[h],s.call(u,c,h,v))return c}}),document.addEventListener("DOMContentLoaded",function(){document.execCommand("enableObjectResizing",!1,!1),document.execCommand("autoUrlDetect",!1,!1)})},function(n,r){var i=-1,a=1,o=0;function l(m,E,N){if(m==E)return m?[[o,m]]:[];(N<0||m.length<N)&&(N=null);var k=u(m,E),T=m.substring(0,k);m=m.substring(k),E=E.substring(k),k=c(m,E);var C=m.substring(m.length-k);m=m.substring(0,m.length-k),E=E.substring(0,E.length-k);var L=s(m,E);return T&&L.unshift([o,T]),C&&L.push([o,C]),y(L),N!=null&&(L=f(L,N)),L=p(L),L}function s(m,E){var N;if(!m)return[[a,E]];if(!E)return[[i,m]];var k=m.length>E.length?m:E,T=m.length>E.length?E:m,C=k.indexOf(T);if(C!=-1)return N=[[a,k.substring(0,C)],[o,T],[a,k.substring(C+T.length)]],m.length>E.length&&(N[0][0]=N[2][0]=i),N;if(T.length==1)return[[i,m],[a,E]];var L=h(m,E);if(L){var w=L[0],S=L[1],P=L[2],R=L[3],j=L[4],$=l(w,P),W=l(S,R);return $.concat([[o,j]],W)}return v(m,E)}function v(m,E){for(var N=m.length,k=E.length,T=Math.ceil((N+k)/2),C=T,L=2*T,w=new Array(L),S=new Array(L),P=0;P<L;P++)w[P]=-1,S[P]=-1;w[C+1]=0,S[C+1]=0;for(var R=N-k,j=R%2!=0,$=0,W=0,re=0,K=0,M=0;M<T;M++){for(var x=-M+$;x<=M-W;x+=2){var H=C+x,V;x==-M||x!=M&&w[H-1]<w[H+1]?V=w[H+1]:V=w[H-1]+1;for(var G=V-x;V<N&&G<k&&m.charAt(V)==E.charAt(G);)V++,G++;if(w[H]=V,V>N)W+=2;else if(G>k)$+=2;else if(j){var U=C+R-x;if(U>=0&&U<L&&S[U]!=-1){var D=N-S[U];if(V>=D)return d(m,E,V,G)}}}for(var q=-M+re;q<=M-K;q+=2){var U=C+q,D;q==-M||q!=M&&S[U-1]<S[U+1]?D=S[U+1]:D=S[U-1]+1;for(var X=D-q;D<N&&X<k&&m.charAt(N-D-1)==E.charAt(k-X-1);)D++,X++;if(S[U]=D,D>N)K+=2;else if(X>k)re+=2;else if(!j){var H=C+R-q;if(H>=0&&H<L&&w[H]!=-1){var V=w[H],G=C+V-H;if(D=N-D,V>=D)return d(m,E,V,G)}}}}return[[i,m],[a,E]]}function d(m,E,N,k){var T=m.substring(0,N),C=E.substring(0,k),L=m.substring(N),w=E.substring(k),S=l(T,C),P=l(L,w);return S.concat(P)}function u(m,E){if(!m||!E||m.charAt(0)!=E.charAt(0))return 0;for(var N=0,k=Math.min(m.length,E.length),T=k,C=0;N<T;)m.substring(C,T)==E.substring(C,T)?(N=T,C=N):k=T,T=Math.floor((k-N)/2+N);return T}function c(m,E){if(!m||!E||m.charAt(m.length-1)!=E.charAt(E.length-1))return 0;for(var N=0,k=Math.min(m.length,E.length),T=k,C=0;N<T;)m.substring(m.length-T,m.length-C)==E.substring(E.length-T,E.length-C)?(N=T,C=N):k=T,T=Math.floor((k-N)/2+N);return T}function h(m,E){var N=m.length>E.length?m:E,k=m.length>E.length?E:m;if(N.length<4||k.length*2<N.length)return null;function T(W,re,K){for(var M=W.substring(K,K+Math.floor(W.length/4)),x=-1,H="",V,G,U,D;(x=re.indexOf(M,x+1))!=-1;){var q=u(W.substring(K),re.substring(x)),X=c(W.substring(0,K),re.substring(0,x));H.length<X+q&&(H=re.substring(x-X,x)+re.substring(x,x+q),V=W.substring(0,K-X),G=W.substring(K+q),U=re.substring(0,x-X),D=re.substring(x+q))}return H.length*2>=W.length?[V,G,U,D,H]:null}var C=T(N,k,Math.ceil(N.length/4)),L=T(N,k,Math.ceil(N.length/2)),w;if(!C&&!L)return null;L?C?w=C[4].length>L[4].length?C:L:w=L:w=C;var S,P,R,j;m.length>E.length?(S=w[0],P=w[1],R=w[2],j=w[3]):(R=w[0],j=w[1],S=w[2],P=w[3]);var $=w[4];return[S,P,R,j,$]}function y(m){m.push([o,""]);for(var E=0,N=0,k=0,T="",C="",L;E<m.length;)switch(m[E][0]){case a:k++,C+=m[E][1],E++;break;case i:N++,T+=m[E][1],E++;break;case o:N+k>1?(N!==0&&k!==0&&(L=u(C,T),L!==0&&(E-N-k>0&&m[E-N-k-1][0]==o?m[E-N-k-1][1]+=C.substring(0,L):(m.splice(0,0,[o,C.substring(0,L)]),E++),C=C.substring(L),T=T.substring(L)),L=c(C,T),L!==0&&(m[E][1]=C.substring(C.length-L)+m[E][1],C=C.substring(0,C.length-L),T=T.substring(0,T.length-L))),N===0?m.splice(E-k,N+k,[a,C]):k===0?m.splice(E-N,N+k,[i,T]):m.splice(E-N-k,N+k,[i,T],[a,C]),E=E-N-k+(N?1:0)+(k?1:0)+1):E!==0&&m[E-1][0]==o?(m[E-1][1]+=m[E][1],m.splice(E,1)):E++,k=0,N=0,T="",C="";break}m[m.length-1][1]===""&&m.pop();var w=!1;for(E=1;E<m.length-1;)m[E-1][0]==o&&m[E+1][0]==o&&(m[E][1].substring(m[E][1].length-m[E-1][1].length)==m[E-1][1]?(m[E][1]=m[E-1][1]+m[E][1].substring(0,m[E][1].length-m[E-1][1].length),m[E+1][1]=m[E-1][1]+m[E+1][1],m.splice(E-1,1),w=!0):m[E][1].substring(0,m[E+1][1].length)==m[E+1][1]&&(m[E-1][1]+=m[E+1][1],m[E][1]=m[E][1].substring(m[E+1][1].length)+m[E+1][1],m.splice(E+1,1),w=!0)),E++;w&&y(m)}var g=l;g.INSERT=a,g.DELETE=i,g.EQUAL=o,n.exports=g;function b(m,E){if(E===0)return[o,m];for(var N=0,k=0;k<m.length;k++){var T=m[k];if(T[0]===i||T[0]===o){var C=N+T[1].length;if(E===C)return[k+1,m];if(E<C){m=m.slice();var L=E-N,w=[T[0],T[1].slice(0,L)],S=[T[0],T[1].slice(L)];return m.splice(k,1,w,S),[k+1,m]}else N=C}}throw new Error("cursor_pos is out of bounds!")}function f(m,E){var N=b(m,E),k=N[1],T=N[0],C=k[T],L=k[T+1];if(C==null)return m;if(C[0]!==o)return m;if(L!=null&&C[1]+L[1]===L[1]+C[1])return k.splice(T,2,L,C),_(k,T,2);if(L!=null&&L[1].indexOf(C[1])===0){k.splice(T,2,[L[0],C[1]],[0,C[1]]);var w=L[1].slice(C[1].length);return w.length>0&&k.splice(T+2,0,[L[0],w]),_(k,T,3)}else return m}function p(m){for(var E=!1,N=function(L){return L.charCodeAt(0)>=56320&&L.charCodeAt(0)<=57343},k=function(L){return L.charCodeAt(L.length-1)>=55296&&L.charCodeAt(L.length-1)<=56319},T=2;T<m.length;T+=1)m[T-2][0]===o&&k(m[T-2][1])&&m[T-1][0]===i&&N(m[T-1][1])&&m[T][0]===a&&N(m[T][1])&&(E=!0,m[T-1][1]=m[T-2][1].slice(-1)+m[T-1][1],m[T][1]=m[T-2][1].slice(-1)+m[T][1],m[T-2][1]=m[T-2][1].slice(0,-1));if(!E)return m;for(var C=[],T=0;T<m.length;T+=1)m[T][1].length>0&&C.push(m[T]);return C}function _(m,E,N){for(var k=E+N-1;k>=0&&k>=E-1;k--)if(k+1<m.length){var T=m[k],C=m[k+1];T[0]===C[1]&&m.splice(k,2,[T[0],T[1]+C[1]])}return m}},function(n,r){r=n.exports=typeof Object.keys=="function"?Object.keys:i,r.shim=i;function i(a){var o=[];for(var l in a)o.push(l);return o}},function(n,r){var i=function(){return Object.prototype.toString.call(arguments)}()=="[object Arguments]";r=n.exports=i?a:o,r.supported=a;function a(l){return Object.prototype.toString.call(l)=="[object Arguments]"}r.unsupported=o;function o(l){return l&&typeof l=="object"&&typeof l.length=="number"&&Object.prototype.hasOwnProperty.call(l,"callee")&&!Object.prototype.propertyIsEnumerable.call(l,"callee")||!1}},function(n,r){var i=Object.prototype.hasOwnProperty,a="~";function o(){}Object.create&&(o.prototype=Object.create(null),new o().__proto__||(a=!1));function l(v,d,u){this.fn=v,this.context=d,this.once=u||!1}function s(){this._events=new o,this._eventsCount=0}s.prototype.eventNames=function(){var d=[],u,c;if(this._eventsCount===0)return d;for(c in u=this._events)i.call(u,c)&&d.push(a?c.slice(1):c);return Object.getOwnPropertySymbols?d.concat(Object.getOwnPropertySymbols(u)):d},s.prototype.listeners=function(d,u){var c=a?a+d:d,h=this._events[c];if(u)return!!h;if(!h)return[];if(h.fn)return[h.fn];for(var y=0,g=h.length,b=new Array(g);y<g;y++)b[y]=h[y].fn;return b},s.prototype.emit=function(d,u,c,h,y,g){var b=a?a+d:d;if(!this._events[b])return!1;var f=this._events[b],p=arguments.length,_,m;if(f.fn){switch(f.once&&this.removeListener(d,f.fn,void 0,!0),p){case 1:return f.fn.call(f.context),!0;case 2:return f.fn.call(f.context,u),!0;case 3:return f.fn.call(f.context,u,c),!0;case 4:return f.fn.call(f.context,u,c,h),!0;case 5:return f.fn.call(f.context,u,c,h,y),!0;case 6:return f.fn.call(f.context,u,c,h,y,g),!0}for(m=1,_=new Array(p-1);m<p;m++)_[m-1]=arguments[m];f.fn.apply(f.context,_)}else{var E=f.length,N;for(m=0;m<E;m++)switch(f[m].once&&this.removeListener(d,f[m].fn,void 0,!0),p){case 1:f[m].fn.call(f[m].context);break;case 2:f[m].fn.call(f[m].context,u);break;case 3:f[m].fn.call(f[m].context,u,c);break;case 4:f[m].fn.call(f[m].context,u,c,h);break;default:if(!_)for(N=1,_=new Array(p-1);N<p;N++)_[N-1]=arguments[N];f[m].fn.apply(f[m].context,_)}}return!0},s.prototype.on=function(d,u,c){var h=new l(u,c||this),y=a?a+d:d;return this._events[y]?this._events[y].fn?this._events[y]=[this._events[y],h]:this._events[y].push(h):(this._events[y]=h,this._eventsCount++),this},s.prototype.once=function(d,u,c){var h=new l(u,c||this,!0),y=a?a+d:d;return this._events[y]?this._events[y].fn?this._events[y]=[this._events[y],h]:this._events[y].push(h):(this._events[y]=h,this._eventsCount++),this},s.prototype.removeListener=function(d,u,c,h){var y=a?a+d:d;if(!this._events[y])return this;if(!u)return--this._eventsCount===0?this._events=new o:delete this._events[y],this;var g=this._events[y];if(g.fn)g.fn===u&&(!h||g.once)&&(!c||g.context===c)&&(--this._eventsCount===0?this._events=new o:delete this._events[y]);else{for(var b=0,f=[],p=g.length;b<p;b++)(g[b].fn!==u||h&&!g[b].once||c&&g[b].context!==c)&&f.push(g[b]);f.length?this._events[y]=f.length===1?f[0]:f:--this._eventsCount===0?this._events=new o:delete this._events[y]}return this},s.prototype.removeAllListeners=function(d){var u;return d?(u=a?a+d:d,this._events[u]&&(--this._eventsCount===0?this._events=new o:delete this._events[u])):(this._events=new o,this._eventsCount=0),this},s.prototype.off=s.prototype.removeListener,s.prototype.addListener=s.prototype.on,s.prototype.setMaxListeners=function(){return this},s.prefixed=a,s.EventEmitter=s,typeof n<"u"&&(n.exports=s)},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.matchText=r.matchSpacing=r.matchNewline=r.matchBlot=r.matchAttributor=r.default=void 0;var a=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(Y){return typeof Y}:function(Y){return Y&&typeof Symbol=="function"&&Y.constructor===Symbol&&Y!==Symbol.prototype?"symbol":typeof Y},o=function(){function Y(ee,se){var fe=[],ae=!0,Oe=!1,he=void 0;try{for(var J=ee[Symbol.iterator](),oe;!(ae=(oe=J.next()).done)&&(fe.push(oe.value),!(se&&fe.length===se));ae=!0);}catch(we){Oe=!0,he=we}finally{try{!ae&&J.return&&J.return()}finally{if(Oe)throw he}}return fe}return function(ee,se){if(Array.isArray(ee))return ee;if(Symbol.iterator in Object(ee))return Y(ee,se);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),l=function(){function Y(ee,se){for(var fe=0;fe<se.length;fe++){var ae=se[fe];ae.enumerable=ae.enumerable||!1,ae.configurable=!0,"value"in ae&&(ae.writable=!0),Object.defineProperty(ee,ae.key,ae)}}return function(ee,se,fe){return se&&Y(ee.prototype,se),fe&&Y(ee,fe),ee}}(),s=i(3),v=S(s),d=i(2),u=S(d),c=i(0),h=S(c),y=i(5),g=S(y),b=i(10),f=S(b),p=i(9),_=S(p),m=i(36),E=i(37),N=i(13),k=S(N),T=i(26),C=i(38),L=i(39),w=i(40);function S(Y){return Y&&Y.__esModule?Y:{default:Y}}function P(Y,ee,se){return ee in Y?Object.defineProperty(Y,ee,{value:se,enumerable:!0,configurable:!0,writable:!0}):Y[ee]=se,Y}function R(Y,ee){if(!(Y instanceof ee))throw new TypeError("Cannot call a class as a function")}function j(Y,ee){if(!Y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return ee&&(typeof ee=="object"||typeof ee=="function")?ee:Y}function $(Y,ee){if(typeof ee!="function"&&ee!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof ee);Y.prototype=Object.create(ee&&ee.prototype,{constructor:{value:Y,enumerable:!1,writable:!0,configurable:!0}}),ee&&(Object.setPrototypeOf?Object.setPrototypeOf(Y,ee):Y.__proto__=ee)}var W=(0,f.default)("quill:clipboard"),re="__ql-matcher",K=[[Node.TEXT_NODE,de],[Node.TEXT_NODE,F],["br",ue],[Node.ELEMENT_NODE,F],[Node.ELEMENT_NODE,ne],[Node.ELEMENT_NODE,Q],[Node.ELEMENT_NODE,Z],[Node.ELEMENT_NODE,le],["li",z],["b",X.bind(X,"bold")],["i",X.bind(X,"italic")],["style",me]],M=[m.AlignAttribute,C.DirectionAttribute].reduce(function(Y,ee){return Y[ee.keyName]=ee,Y},{}),x=[m.AlignStyle,E.BackgroundStyle,T.ColorStyle,C.DirectionStyle,L.FontStyle,w.SizeStyle].reduce(function(Y,ee){return Y[ee.keyName]=ee,Y},{}),H=function(Y){$(ee,Y);function ee(se,fe){R(this,ee);var ae=j(this,(ee.__proto__||Object.getPrototypeOf(ee)).call(this,se,fe));return ae.quill.root.addEventListener("paste",ae.onPaste.bind(ae)),ae.container=ae.quill.addContainer("ql-clipboard"),ae.container.setAttribute("contenteditable",!0),ae.container.setAttribute("tabindex",-1),ae.matchers=[],K.concat(ae.options.matchers).forEach(function(Oe){var he=o(Oe,2),J=he[0],oe=he[1];!fe.matchVisual&&oe===Q||ae.addMatcher(J,oe)}),ae}return l(ee,[{key:"addMatcher",value:function(fe,ae){this.matchers.push([fe,ae])}},{key:"convert",value:function(fe){if(typeof fe=="string")return this.container.innerHTML=fe.replace(/\>\r?\n +\</g,"><"),this.convert();var ae=this.quill.getFormat(this.quill.selection.savedRange.index);if(ae[k.default.blotName]){var Oe=this.container.innerText;return this.container.innerHTML="",new u.default().insert(Oe,P({},k.default.blotName,ae[k.default.blotName]))}var he=this.prepareMatching(),J=o(he,2),oe=J[0],we=J[1],ye=q(this.container,oe,we);return U(ye,`
|
|
828
|
+
`)&&ye.ops[ye.ops.length-1].attributes==null&&(ye=ye.compose(new u.default().retain(ye.length()-1).delete(1))),W.log("convert",this.container.innerHTML,ye),this.container.innerHTML="",ye}},{key:"dangerouslyPasteHTML",value:function(fe,ae){var Oe=arguments.length>2&&arguments[2]!==void 0?arguments[2]:g.default.sources.API;if(typeof fe=="string")this.quill.setContents(this.convert(fe),ae),this.quill.setSelection(0,g.default.sources.SILENT);else{var he=this.convert(ae);this.quill.updateContents(new u.default().retain(fe).concat(he),Oe),this.quill.setSelection(fe+he.length(),g.default.sources.SILENT)}}},{key:"onPaste",value:function(fe){var ae=this;if(!(fe.defaultPrevented||!this.quill.isEnabled())){var Oe=this.quill.getSelection(),he=new u.default().retain(Oe.index),J=this.quill.scrollingContainer.scrollTop;this.container.focus(),this.quill.selection.update(g.default.sources.SILENT),setTimeout(function(){he=he.concat(ae.convert()).delete(Oe.length),ae.quill.updateContents(he,g.default.sources.USER),ae.quill.setSelection(he.length()-Oe.length,g.default.sources.SILENT),ae.quill.scrollingContainer.scrollTop=J,ae.quill.focus()},1)}}},{key:"prepareMatching",value:function(){var fe=this,ae=[],Oe=[];return this.matchers.forEach(function(he){var J=o(he,2),oe=J[0],we=J[1];switch(oe){case Node.TEXT_NODE:Oe.push(we);break;case Node.ELEMENT_NODE:ae.push(we);break;default:[].forEach.call(fe.container.querySelectorAll(oe),function(ye){ye[re]=ye[re]||[],ye[re].push(we)});break}}),[ae,Oe]}}]),ee}(_.default);H.DEFAULTS={matchers:[],matchVisual:!0};function V(Y,ee,se){return(typeof ee>"u"?"undefined":a(ee))==="object"?Object.keys(ee).reduce(function(fe,ae){return V(fe,ae,ee[ae])},Y):Y.reduce(function(fe,ae){return ae.attributes&&ae.attributes[ee]?fe.push(ae):fe.insert(ae.insert,(0,v.default)({},P({},ee,se),ae.attributes))},new u.default)}function G(Y){if(Y.nodeType!==Node.ELEMENT_NODE)return{};var ee="__ql-computed-style";return Y[ee]||(Y[ee]=window.getComputedStyle(Y))}function U(Y,ee){for(var se="",fe=Y.ops.length-1;fe>=0&&se.length<ee.length;--fe){var ae=Y.ops[fe];if(typeof ae.insert!="string")break;se=ae.insert+se}return se.slice(-1*ee.length)===ee}function D(Y){if(Y.childNodes.length===0)return!1;var ee=G(Y);return["block","list-item"].indexOf(ee.display)>-1}function q(Y,ee,se){return Y.nodeType===Y.TEXT_NODE?se.reduce(function(fe,ae){return ae(Y,fe)},new u.default):Y.nodeType===Y.ELEMENT_NODE?[].reduce.call(Y.childNodes||[],function(fe,ae){var Oe=q(ae,ee,se);return ae.nodeType===Y.ELEMENT_NODE&&(Oe=ee.reduce(function(he,J){return J(ae,he)},Oe),Oe=(ae[re]||[]).reduce(function(he,J){return J(ae,he)},Oe)),fe.concat(Oe)},new u.default):new u.default}function X(Y,ee,se){return V(se,Y,!0)}function Z(Y,ee){var se=h.default.Attributor.Attribute.keys(Y),fe=h.default.Attributor.Class.keys(Y),ae=h.default.Attributor.Style.keys(Y),Oe={};return se.concat(fe).concat(ae).forEach(function(he){var J=h.default.query(he,h.default.Scope.ATTRIBUTE);J!=null&&(Oe[J.attrName]=J.value(Y),Oe[J.attrName])||(J=M[he],J!=null&&(J.attrName===he||J.keyName===he)&&(Oe[J.attrName]=J.value(Y)||void 0),J=x[he],J!=null&&(J.attrName===he||J.keyName===he)&&(J=x[he],Oe[J.attrName]=J.value(Y)||void 0))}),Object.keys(Oe).length>0&&(ee=V(ee,Oe)),ee}function ne(Y,ee){var se=h.default.query(Y);if(se==null)return ee;if(se.prototype instanceof h.default.Embed){var fe={},ae=se.value(Y);ae!=null&&(fe[se.blotName]=ae,ee=new u.default().insert(fe,se.formats(Y)))}else typeof se.formats=="function"&&(ee=V(ee,se.blotName,se.formats(Y)));return ee}function ue(Y,ee){return U(ee,`
|
|
829
|
+
`)||ee.insert(`
|
|
830
|
+
`),ee}function me(){return new u.default}function z(Y,ee){var se=h.default.query(Y);if(se==null||se.blotName!=="list-item"||!U(ee,`
|
|
831
|
+
`))return ee;for(var fe=-1,ae=Y.parentNode;!ae.classList.contains("ql-clipboard");)(h.default.query(ae)||{}).blotName==="list"&&(fe+=1),ae=ae.parentNode;return fe<=0?ee:ee.compose(new u.default().retain(ee.length()-1).retain(1,{indent:fe}))}function F(Y,ee){return U(ee,`
|
|
832
|
+
`)||(D(Y)||ee.length()>0&&Y.nextSibling&&D(Y.nextSibling))&&ee.insert(`
|
|
833
|
+
`),ee}function Q(Y,ee){if(D(Y)&&Y.nextElementSibling!=null&&!U(ee,`
|
|
834
|
+
|
|
835
|
+
`)){var se=Y.offsetHeight+parseFloat(G(Y).marginTop)+parseFloat(G(Y).marginBottom);Y.nextElementSibling.offsetTop>Y.offsetTop+se*1.5&&ee.insert(`
|
|
836
|
+
`)}return ee}function le(Y,ee){var se={},fe=Y.style||{};return fe.fontStyle&&G(Y).fontStyle==="italic"&&(se.italic=!0),fe.fontWeight&&(G(Y).fontWeight.startsWith("bold")||parseInt(G(Y).fontWeight)>=700)&&(se.bold=!0),Object.keys(se).length>0&&(ee=V(ee,se)),parseFloat(fe.textIndent||0)>0&&(ee=new u.default().insert(" ").concat(ee)),ee}function de(Y,ee){var se=Y.data;if(Y.parentNode.tagName==="O:P")return ee.insert(se.trim());if(se.trim().length===0&&Y.parentNode.classList.contains("ql-clipboard"))return ee;if(!G(Y.parentNode).whiteSpace.startsWith("pre")){var fe=function(Oe,he){return he=he.replace(/[^\u00a0]/g,""),he.length<1&&Oe?" ":he};se=se.replace(/\r\n/g," ").replace(/\n/g," "),se=se.replace(/\s\s+/g,fe.bind(fe,!0)),(Y.previousSibling==null&&D(Y.parentNode)||Y.previousSibling!=null&&D(Y.previousSibling))&&(se=se.replace(/^\s+/,fe.bind(fe,!1))),(Y.nextSibling==null&&D(Y.parentNode)||Y.nextSibling!=null&&D(Y.nextSibling))&&(se=se.replace(/\s+$/,fe.bind(fe,!1)))}return ee.insert(se)}r.default=H,r.matchAttributor=Z,r.matchBlot=ne,r.matchNewline=F,r.matchSpacing=Q,r.matchText=de},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function y(g,b){for(var f=0;f<b.length;f++){var p=b[f];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(g,p.key,p)}}return function(g,b,f){return b&&y(g.prototype,b),f&&y(g,f),g}}(),o=function y(g,b,f){g===null&&(g=Function.prototype);var p=Object.getOwnPropertyDescriptor(g,b);if(p===void 0){var _=Object.getPrototypeOf(g);return _===null?void 0:y(_,b,f)}else{if("value"in p)return p.value;var m=p.get;return m===void 0?void 0:m.call(f)}},l=i(6),s=v(l);function v(y){return y&&y.__esModule?y:{default:y}}function d(y,g){if(!(y instanceof g))throw new TypeError("Cannot call a class as a function")}function u(y,g){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:y}function c(y,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);y.prototype=Object.create(g&&g.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(y,g):y.__proto__=g)}var h=function(y){c(g,y);function g(){return d(this,g),u(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return a(g,[{key:"optimize",value:function(f){o(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"optimize",this).call(this,f),this.domNode.tagName!==this.statics.tagName[0]&&this.replaceWith(this.statics.blotName)}}],[{key:"create",value:function(){return o(g.__proto__||Object.getPrototypeOf(g),"create",this).call(this)}},{key:"formats",value:function(){return!0}}]),g}(s.default);h.blotName="bold",h.tagName=["STRONG","B"],r.default=h},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.addControls=r.default=void 0;var a=function(){function w(S,P){var R=[],j=!0,$=!1,W=void 0;try{for(var re=S[Symbol.iterator](),K;!(j=(K=re.next()).done)&&(R.push(K.value),!(P&&R.length===P));j=!0);}catch(M){$=!0,W=M}finally{try{!j&&re.return&&re.return()}finally{if($)throw W}}return R}return function(S,P){if(Array.isArray(S))return S;if(Symbol.iterator in Object(S))return w(S,P);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function(){function w(S,P){for(var R=0;R<P.length;R++){var j=P[R];j.enumerable=j.enumerable||!1,j.configurable=!0,"value"in j&&(j.writable=!0),Object.defineProperty(S,j.key,j)}}return function(S,P,R){return P&&w(S.prototype,P),R&&w(S,R),S}}(),l=i(2),s=f(l),v=i(0),d=f(v),u=i(5),c=f(u),h=i(10),y=f(h),g=i(9),b=f(g);function f(w){return w&&w.__esModule?w:{default:w}}function p(w,S,P){return S in w?Object.defineProperty(w,S,{value:P,enumerable:!0,configurable:!0,writable:!0}):w[S]=P,w}function _(w,S){if(!(w instanceof S))throw new TypeError("Cannot call a class as a function")}function m(w,S){if(!w)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return S&&(typeof S=="object"||typeof S=="function")?S:w}function E(w,S){if(typeof S!="function"&&S!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof S);w.prototype=Object.create(S&&S.prototype,{constructor:{value:w,enumerable:!1,writable:!0,configurable:!0}}),S&&(Object.setPrototypeOf?Object.setPrototypeOf(w,S):w.__proto__=S)}var N=(0,y.default)("quill:toolbar"),k=function(w){E(S,w);function S(P,R){_(this,S);var j=m(this,(S.__proto__||Object.getPrototypeOf(S)).call(this,P,R));if(Array.isArray(j.options.container)){var $=document.createElement("div");C($,j.options.container),P.container.parentNode.insertBefore($,P.container),j.container=$}else typeof j.options.container=="string"?j.container=document.querySelector(j.options.container):j.container=j.options.container;if(!(j.container instanceof HTMLElement)){var W;return W=N.error("Container required for toolbar",j.options),m(j,W)}return j.container.classList.add("ql-toolbar"),j.controls=[],j.handlers={},Object.keys(j.options.handlers).forEach(function(re){j.addHandler(re,j.options.handlers[re])}),[].forEach.call(j.container.querySelectorAll("button, select"),function(re){j.attach(re)}),j.quill.on(c.default.events.EDITOR_CHANGE,function(re,K){re===c.default.events.SELECTION_CHANGE&&j.update(K)}),j.quill.on(c.default.events.SCROLL_OPTIMIZE,function(){var re=j.quill.selection.getRange(),K=a(re,1),M=K[0];j.update(M)}),j}return o(S,[{key:"addHandler",value:function(R,j){this.handlers[R]=j}},{key:"attach",value:function(R){var j=this,$=[].find.call(R.classList,function(re){return re.indexOf("ql-")===0});if($){if($=$.slice(3),R.tagName==="BUTTON"&&R.setAttribute("type","button"),this.handlers[$]==null){if(this.quill.scroll.whitelist!=null&&this.quill.scroll.whitelist[$]==null){N.warn("ignoring attaching to disabled format",$,R);return}if(d.default.query($)==null){N.warn("ignoring attaching to nonexistent format",$,R);return}}var W=R.tagName==="SELECT"?"change":"click";R.addEventListener(W,function(re){var K=void 0;if(R.tagName==="SELECT"){if(R.selectedIndex<0)return;var M=R.options[R.selectedIndex];M.hasAttribute("selected")?K=!1:K=M.value||!1}else R.classList.contains("ql-active")?K=!1:K=R.value||!R.hasAttribute("value"),re.preventDefault();j.quill.focus();var x=j.quill.selection.getRange(),H=a(x,1),V=H[0];if(j.handlers[$]!=null)j.handlers[$].call(j,K);else if(d.default.query($).prototype instanceof d.default.Embed){if(K=prompt("Enter "+$),!K)return;j.quill.updateContents(new s.default().retain(V.index).delete(V.length).insert(p({},$,K)),c.default.sources.USER)}else j.quill.format($,K,c.default.sources.USER);j.update(V)}),this.controls.push([$,R])}}},{key:"update",value:function(R){var j=R==null?{}:this.quill.getFormat(R);this.controls.forEach(function($){var W=a($,2),re=W[0],K=W[1];if(K.tagName==="SELECT"){var M=void 0;if(R==null)M=null;else if(j[re]==null)M=K.querySelector("option[selected]");else if(!Array.isArray(j[re])){var x=j[re];typeof x=="string"&&(x=x.replace(/\"/g,'\\"')),M=K.querySelector('option[value="'+x+'"]')}M==null?(K.value="",K.selectedIndex=-1):M.selected=!0}else if(R==null)K.classList.remove("ql-active");else if(K.hasAttribute("value")){var H=j[re]===K.getAttribute("value")||j[re]!=null&&j[re].toString()===K.getAttribute("value")||j[re]==null&&!K.getAttribute("value");K.classList.toggle("ql-active",H)}else K.classList.toggle("ql-active",j[re]!=null)})}}]),S}(b.default);k.DEFAULTS={};function T(w,S,P){var R=document.createElement("button");R.setAttribute("type","button"),R.classList.add("ql-"+S),P!=null&&(R.value=P),w.appendChild(R)}function C(w,S){Array.isArray(S[0])||(S=[S]),S.forEach(function(P){var R=document.createElement("span");R.classList.add("ql-formats"),P.forEach(function(j){if(typeof j=="string")T(R,j);else{var $=Object.keys(j)[0],W=j[$];Array.isArray(W)?L(R,$,W):T(R,$,W)}}),w.appendChild(R)})}function L(w,S,P){var R=document.createElement("select");R.classList.add("ql-"+S),P.forEach(function(j){var $=document.createElement("option");j!==!1?$.setAttribute("value",j):$.setAttribute("selected","selected"),R.appendChild($)}),w.appendChild(R)}k.DEFAULTS={container:null,handlers:{clean:function(){var S=this,P=this.quill.getSelection();if(P!=null)if(P.length==0){var R=this.quill.getFormat();Object.keys(R).forEach(function(j){d.default.query(j,d.default.Scope.INLINE)!=null&&S.quill.format(j,!1)})}else this.quill.removeFormat(P,c.default.sources.USER)},direction:function(S){var P=this.quill.getFormat().align;S==="rtl"&&P==null?this.quill.format("align","right",c.default.sources.USER):!S&&P==="right"&&this.quill.format("align",!1,c.default.sources.USER),this.quill.format("direction",S,c.default.sources.USER)},indent:function(S){var P=this.quill.getSelection(),R=this.quill.getFormat(P),j=parseInt(R.indent||0);if(S==="+1"||S==="-1"){var $=S==="+1"?1:-1;R.direction==="rtl"&&($*=-1),this.quill.format("indent",j+$,c.default.sources.USER)}},link:function(S){S===!0&&(S=prompt("Enter link URL:")),this.quill.format("link",S,c.default.sources.USER)},list:function(S){var P=this.quill.getSelection(),R=this.quill.getFormat(P);S==="check"?R.list==="checked"||R.list==="unchecked"?this.quill.format("list",!1,c.default.sources.USER):this.quill.format("list","unchecked",c.default.sources.USER):this.quill.format("list",S,c.default.sources.USER)}}},r.default=k,r.addControls=C},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <polyline class="ql-even ql-stroke" points="5 7 3 9 5 11"></polyline> <polyline class="ql-even ql-stroke" points="13 7 15 9 13 11"></polyline> <line class=ql-stroke x1=10 x2=8 y1=5 y2=13></line> </svg>'},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function y(g,b){for(var f=0;f<b.length;f++){var p=b[f];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(g,p.key,p)}}return function(g,b,f){return b&&y(g.prototype,b),f&&y(g,f),g}}(),o=function y(g,b,f){g===null&&(g=Function.prototype);var p=Object.getOwnPropertyDescriptor(g,b);if(p===void 0){var _=Object.getPrototypeOf(g);return _===null?void 0:y(_,b,f)}else{if("value"in p)return p.value;var m=p.get;return m===void 0?void 0:m.call(f)}},l=i(28),s=v(l);function v(y){return y&&y.__esModule?y:{default:y}}function d(y,g){if(!(y instanceof g))throw new TypeError("Cannot call a class as a function")}function u(y,g){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:y}function c(y,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);y.prototype=Object.create(g&&g.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(y,g):y.__proto__=g)}var h=function(y){c(g,y);function g(b,f){d(this,g);var p=u(this,(g.__proto__||Object.getPrototypeOf(g)).call(this,b));return p.label.innerHTML=f,p.container.classList.add("ql-color-picker"),[].slice.call(p.container.querySelectorAll(".ql-picker-item"),0,7).forEach(function(_){_.classList.add("ql-primary")}),p}return a(g,[{key:"buildItem",value:function(f){var p=o(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"buildItem",this).call(this,f);return p.style.backgroundColor=f.getAttribute("value")||"",p}},{key:"selectItem",value:function(f,p){o(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"selectItem",this).call(this,f,p);var _=this.label.querySelector(".ql-color-label"),m=f&&f.getAttribute("data-value")||"";_&&(_.tagName==="line"?_.style.stroke=m:_.style.fill=m)}}]),g}(s.default);r.default=h},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function y(g,b){for(var f=0;f<b.length;f++){var p=b[f];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(g,p.key,p)}}return function(g,b,f){return b&&y(g.prototype,b),f&&y(g,f),g}}(),o=function y(g,b,f){g===null&&(g=Function.prototype);var p=Object.getOwnPropertyDescriptor(g,b);if(p===void 0){var _=Object.getPrototypeOf(g);return _===null?void 0:y(_,b,f)}else{if("value"in p)return p.value;var m=p.get;return m===void 0?void 0:m.call(f)}},l=i(28),s=v(l);function v(y){return y&&y.__esModule?y:{default:y}}function d(y,g){if(!(y instanceof g))throw new TypeError("Cannot call a class as a function")}function u(y,g){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:y}function c(y,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);y.prototype=Object.create(g&&g.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(y,g):y.__proto__=g)}var h=function(y){c(g,y);function g(b,f){d(this,g);var p=u(this,(g.__proto__||Object.getPrototypeOf(g)).call(this,b));return p.container.classList.add("ql-icon-picker"),[].forEach.call(p.container.querySelectorAll(".ql-picker-item"),function(_){_.innerHTML=f[_.getAttribute("data-value")||""]}),p.defaultItem=p.container.querySelector(".ql-selected"),p.selectItem(p.defaultItem),p}return a(g,[{key:"selectItem",value:function(f,p){o(g.prototype.__proto__||Object.getPrototypeOf(g.prototype),"selectItem",this).call(this,f,p),f=f||this.defaultItem,this.label.innerHTML=f.innerHTML}}]),g}(s.default);r.default=h},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function s(v,d){for(var u=0;u<d.length;u++){var c=d[u];c.enumerable=c.enumerable||!1,c.configurable=!0,"value"in c&&(c.writable=!0),Object.defineProperty(v,c.key,c)}}return function(v,d,u){return d&&s(v.prototype,d),u&&s(v,u),v}}();function o(s,v){if(!(s instanceof v))throw new TypeError("Cannot call a class as a function")}var l=function(){function s(v,d){var u=this;o(this,s),this.quill=v,this.boundsContainer=d||document.body,this.root=v.addContainer("ql-tooltip"),this.root.innerHTML=this.constructor.TEMPLATE,this.quill.root===this.quill.scrollingContainer&&this.quill.root.addEventListener("scroll",function(){u.root.style.marginTop=-1*u.quill.root.scrollTop+"px"}),this.hide()}return a(s,[{key:"hide",value:function(){this.root.classList.add("ql-hidden")}},{key:"position",value:function(d){var u=d.left+d.width/2-this.root.offsetWidth/2,c=d.bottom+this.quill.root.scrollTop;this.root.style.left=u+"px",this.root.style.top=c+"px",this.root.classList.remove("ql-flip");var h=this.boundsContainer.getBoundingClientRect(),y=this.root.getBoundingClientRect(),g=0;if(y.right>h.right&&(g=h.right-y.right,this.root.style.left=u+g+"px"),y.left<h.left&&(g=h.left-y.left,this.root.style.left=u+g+"px"),y.bottom>h.bottom){var b=y.bottom-y.top,f=d.bottom-d.top+b;this.root.style.top=c-f+"px",this.root.classList.add("ql-flip")}return g}},{key:"show",value:function(){this.root.classList.remove("ql-editing"),this.root.classList.remove("ql-hidden")}}]),s}();r.default=l},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function L(w,S){var P=[],R=!0,j=!1,$=void 0;try{for(var W=w[Symbol.iterator](),re;!(R=(re=W.next()).done)&&(P.push(re.value),!(S&&P.length===S));R=!0);}catch(K){j=!0,$=K}finally{try{!R&&W.return&&W.return()}finally{if(j)throw $}}return P}return function(w,S){if(Array.isArray(w))return w;if(Symbol.iterator in Object(w))return L(w,S);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),o=function L(w,S,P){w===null&&(w=Function.prototype);var R=Object.getOwnPropertyDescriptor(w,S);if(R===void 0){var j=Object.getPrototypeOf(w);return j===null?void 0:L(j,S,P)}else{if("value"in R)return R.value;var $=R.get;return $===void 0?void 0:$.call(P)}},l=function(){function L(w,S){for(var P=0;P<S.length;P++){var R=S[P];R.enumerable=R.enumerable||!1,R.configurable=!0,"value"in R&&(R.writable=!0),Object.defineProperty(w,R.key,R)}}return function(w,S,P){return S&&L(w.prototype,S),P&&L(w,P),w}}(),s=i(3),v=_(s),d=i(8),u=_(d),c=i(43),h=_(c),y=i(27),g=_(y),b=i(15),f=i(41),p=_(f);function _(L){return L&&L.__esModule?L:{default:L}}function m(L,w){if(!(L instanceof w))throw new TypeError("Cannot call a class as a function")}function E(L,w){if(!L)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return w&&(typeof w=="object"||typeof w=="function")?w:L}function N(L,w){if(typeof w!="function"&&w!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof w);L.prototype=Object.create(w&&w.prototype,{constructor:{value:L,enumerable:!1,writable:!0,configurable:!0}}),w&&(Object.setPrototypeOf?Object.setPrototypeOf(L,w):L.__proto__=w)}var k=[[{header:["1","2","3",!1]}],["bold","italic","underline","link"],[{list:"ordered"},{list:"bullet"}],["clean"]],T=function(L){N(w,L);function w(S,P){m(this,w),P.modules.toolbar!=null&&P.modules.toolbar.container==null&&(P.modules.toolbar.container=k);var R=E(this,(w.__proto__||Object.getPrototypeOf(w)).call(this,S,P));return R.quill.container.classList.add("ql-snow"),R}return l(w,[{key:"extendToolbar",value:function(P){P.container.classList.add("ql-snow"),this.buildButtons([].slice.call(P.container.querySelectorAll("button")),p.default),this.buildPickers([].slice.call(P.container.querySelectorAll("select")),p.default),this.tooltip=new C(this.quill,this.options.bounds),P.container.querySelector(".ql-link")&&this.quill.keyboard.addBinding({key:"K",shortKey:!0},function(R,j){P.handlers.link.call(P,!j.format.link)})}}]),w}(h.default);T.DEFAULTS=(0,v.default)(!0,{},h.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(w){if(w){var S=this.quill.getSelection();if(S==null||S.length==0)return;var P=this.quill.getText(S);/^\S+@\S+\.\S+$/.test(P)&&P.indexOf("mailto:")!==0&&(P="mailto:"+P);var R=this.quill.theme.tooltip;R.edit("link",P)}else this.quill.format("link",!1)}}}}});var C=function(L){N(w,L);function w(S,P){m(this,w);var R=E(this,(w.__proto__||Object.getPrototypeOf(w)).call(this,S,P));return R.preview=R.root.querySelector("a.ql-preview"),R}return l(w,[{key:"listen",value:function(){var P=this;o(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"listen",this).call(this),this.root.querySelector("a.ql-action").addEventListener("click",function(R){P.root.classList.contains("ql-editing")?P.save():P.edit("link",P.preview.textContent),R.preventDefault()}),this.root.querySelector("a.ql-remove").addEventListener("click",function(R){if(P.linkRange!=null){var j=P.linkRange;P.restoreFocus(),P.quill.formatText(j,"link",!1,u.default.sources.USER),delete P.linkRange}R.preventDefault(),P.hide()}),this.quill.on(u.default.events.SELECTION_CHANGE,function(R,j,$){if(R!=null){if(R.length===0&&$===u.default.sources.USER){var W=P.quill.scroll.descendant(g.default,R.index),re=a(W,2),K=re[0],M=re[1];if(K!=null){P.linkRange=new b.Range(R.index-M,K.length());var x=g.default.formats(K.domNode);P.preview.textContent=x,P.preview.setAttribute("href",x),P.show(),P.position(P.quill.getBounds(P.linkRange));return}}else delete P.linkRange;P.hide()}})}},{key:"show",value:function(){o(w.prototype.__proto__||Object.getPrototypeOf(w.prototype),"show",this).call(this),this.root.removeAttribute("data-mode")}}]),w}(c.BaseTooltip);C.TEMPLATE=['<a class="ql-preview" rel="noopener noreferrer" target="_blank" href="about:blank"></a>','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-action"></a>','<a class="ql-remove"></a>'].join(""),r.default=T},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(29),o=ae(a),l=i(36),s=i(38),v=i(64),d=i(65),u=ae(d),c=i(66),h=ae(c),y=i(67),g=ae(y),b=i(37),f=i(26),p=i(39),_=i(40),m=i(56),E=ae(m),N=i(68),k=ae(N),T=i(27),C=ae(T),L=i(69),w=ae(L),S=i(70),P=ae(S),R=i(71),j=ae(R),$=i(72),W=ae($),re=i(73),K=ae(re),M=i(13),x=ae(M),H=i(74),V=ae(H),G=i(75),U=ae(G),D=i(57),q=ae(D),X=i(41),Z=ae(X),ne=i(28),ue=ae(ne),me=i(59),z=ae(me),F=i(60),Q=ae(F),le=i(61),de=ae(le),Y=i(108),ee=ae(Y),se=i(62),fe=ae(se);function ae(Oe){return Oe&&Oe.__esModule?Oe:{default:Oe}}o.default.register({"attributors/attribute/direction":s.DirectionAttribute,"attributors/class/align":l.AlignClass,"attributors/class/background":b.BackgroundClass,"attributors/class/color":f.ColorClass,"attributors/class/direction":s.DirectionClass,"attributors/class/font":p.FontClass,"attributors/class/size":_.SizeClass,"attributors/style/align":l.AlignStyle,"attributors/style/background":b.BackgroundStyle,"attributors/style/color":f.ColorStyle,"attributors/style/direction":s.DirectionStyle,"attributors/style/font":p.FontStyle,"attributors/style/size":_.SizeStyle},!0),o.default.register({"formats/align":l.AlignClass,"formats/direction":s.DirectionClass,"formats/indent":v.IndentClass,"formats/background":b.BackgroundStyle,"formats/color":f.ColorStyle,"formats/font":p.FontClass,"formats/size":_.SizeClass,"formats/blockquote":u.default,"formats/code-block":x.default,"formats/header":h.default,"formats/list":g.default,"formats/bold":E.default,"formats/code":M.Code,"formats/italic":k.default,"formats/link":C.default,"formats/script":w.default,"formats/strike":P.default,"formats/underline":j.default,"formats/image":W.default,"formats/video":K.default,"formats/list/item":y.ListItem,"modules/formula":V.default,"modules/syntax":U.default,"modules/toolbar":q.default,"themes/bubble":ee.default,"themes/snow":fe.default,"ui/icons":Z.default,"ui/picker":ue.default,"ui/icon-picker":Q.default,"ui/color-picker":z.default,"ui/tooltip":de.default},!0),r.default=o.default},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.IndentClass=void 0;var a=function(){function g(b,f){for(var p=0;p<f.length;p++){var _=f[p];_.enumerable=_.enumerable||!1,_.configurable=!0,"value"in _&&(_.writable=!0),Object.defineProperty(b,_.key,_)}}return function(b,f,p){return f&&g(b.prototype,f),p&&g(b,p),b}}(),o=function g(b,f,p){b===null&&(b=Function.prototype);var _=Object.getOwnPropertyDescriptor(b,f);if(_===void 0){var m=Object.getPrototypeOf(b);return m===null?void 0:g(m,f,p)}else{if("value"in _)return _.value;var E=_.get;return E===void 0?void 0:E.call(p)}},l=i(0),s=v(l);function v(g){return g&&g.__esModule?g:{default:g}}function d(g,b){if(!(g instanceof b))throw new TypeError("Cannot call a class as a function")}function u(g,b){if(!g)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return b&&(typeof b=="object"||typeof b=="function")?b:g}function c(g,b){if(typeof b!="function"&&b!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof b);g.prototype=Object.create(b&&b.prototype,{constructor:{value:g,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(g,b):g.__proto__=b)}var h=function(g){c(b,g);function b(){return d(this,b),u(this,(b.__proto__||Object.getPrototypeOf(b)).apply(this,arguments))}return a(b,[{key:"add",value:function(p,_){if(_==="+1"||_==="-1"){var m=this.value(p)||0;_=_==="+1"?m+1:m-1}return _===0?(this.remove(p),!0):o(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"add",this).call(this,p,_)}},{key:"canAdd",value:function(p,_){return o(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"canAdd",this).call(this,p,_)||o(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"canAdd",this).call(this,p,parseInt(_))}},{key:"value",value:function(p){return parseInt(o(b.prototype.__proto__||Object.getPrototypeOf(b.prototype),"value",this).call(this,p))||void 0}}]),b}(s.default.Attributor.Class),y=new h("indent","ql-indent",{scope:s.default.Scope.BLOCK,whitelist:[1,2,3,4,5,6,7,8]});r.IndentClass=y},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(4),o=l(a);function l(c){return c&&c.__esModule?c:{default:c}}function s(c,h){if(!(c instanceof h))throw new TypeError("Cannot call a class as a function")}function v(c,h){if(!c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:c}function d(c,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);c.prototype=Object.create(h&&h.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(c,h):c.__proto__=h)}var u=function(c){d(h,c);function h(){return s(this,h),v(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(o.default);u.blotName="blockquote",u.tagName="blockquote",r.default=u},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function h(y,g){for(var b=0;b<g.length;b++){var f=g[b];f.enumerable=f.enumerable||!1,f.configurable=!0,"value"in f&&(f.writable=!0),Object.defineProperty(y,f.key,f)}}return function(y,g,b){return g&&h(y.prototype,g),b&&h(y,b),y}}(),o=i(4),l=s(o);function s(h){return h&&h.__esModule?h:{default:h}}function v(h,y){if(!(h instanceof y))throw new TypeError("Cannot call a class as a function")}function d(h,y){if(!h)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return y&&(typeof y=="object"||typeof y=="function")?y:h}function u(h,y){if(typeof y!="function"&&y!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof y);h.prototype=Object.create(y&&y.prototype,{constructor:{value:h,enumerable:!1,writable:!0,configurable:!0}}),y&&(Object.setPrototypeOf?Object.setPrototypeOf(h,y):h.__proto__=y)}var c=function(h){u(y,h);function y(){return v(this,y),d(this,(y.__proto__||Object.getPrototypeOf(y)).apply(this,arguments))}return a(y,null,[{key:"formats",value:function(b){return this.tagName.indexOf(b.tagName)+1}}]),y}(l.default);c.blotName="header",c.tagName=["H1","H2","H3","H4","H5","H6"],r.default=c},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.ListItem=void 0;var a=function(){function m(E,N){for(var k=0;k<N.length;k++){var T=N[k];T.enumerable=T.enumerable||!1,T.configurable=!0,"value"in T&&(T.writable=!0),Object.defineProperty(E,T.key,T)}}return function(E,N,k){return N&&m(E.prototype,N),k&&m(E,k),E}}(),o=function m(E,N,k){E===null&&(E=Function.prototype);var T=Object.getOwnPropertyDescriptor(E,N);if(T===void 0){var C=Object.getPrototypeOf(E);return C===null?void 0:m(C,N,k)}else{if("value"in T)return T.value;var L=T.get;return L===void 0?void 0:L.call(k)}},l=i(0),s=h(l),v=i(4),d=h(v),u=i(25),c=h(u);function h(m){return m&&m.__esModule?m:{default:m}}function y(m,E,N){return E in m?Object.defineProperty(m,E,{value:N,enumerable:!0,configurable:!0,writable:!0}):m[E]=N,m}function g(m,E){if(!(m instanceof E))throw new TypeError("Cannot call a class as a function")}function b(m,E){if(!m)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return E&&(typeof E=="object"||typeof E=="function")?E:m}function f(m,E){if(typeof E!="function"&&E!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof E);m.prototype=Object.create(E&&E.prototype,{constructor:{value:m,enumerable:!1,writable:!0,configurable:!0}}),E&&(Object.setPrototypeOf?Object.setPrototypeOf(m,E):m.__proto__=E)}var p=function(m){f(E,m);function E(){return g(this,E),b(this,(E.__proto__||Object.getPrototypeOf(E)).apply(this,arguments))}return a(E,[{key:"format",value:function(k,T){k===_.blotName&&!T?this.replaceWith(s.default.create(this.statics.scope)):o(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"format",this).call(this,k,T)}},{key:"remove",value:function(){this.prev==null&&this.next==null?this.parent.remove():o(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"remove",this).call(this)}},{key:"replaceWith",value:function(k,T){return this.parent.isolate(this.offset(this.parent),this.length()),k===this.parent.statics.blotName?(this.parent.replaceWith(k,T),this):(this.parent.unwrap(),o(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"replaceWith",this).call(this,k,T))}}],[{key:"formats",value:function(k){return k.tagName===this.tagName?void 0:o(E.__proto__||Object.getPrototypeOf(E),"formats",this).call(this,k)}}]),E}(d.default);p.blotName="list-item",p.tagName="LI";var _=function(m){f(E,m),a(E,null,[{key:"create",value:function(k){var T=k==="ordered"?"OL":"UL",C=o(E.__proto__||Object.getPrototypeOf(E),"create",this).call(this,T);return(k==="checked"||k==="unchecked")&&C.setAttribute("data-checked",k==="checked"),C}},{key:"formats",value:function(k){if(k.tagName==="OL")return"ordered";if(k.tagName==="UL")return k.hasAttribute("data-checked")?k.getAttribute("data-checked")==="true"?"checked":"unchecked":"bullet"}}]);function E(N){g(this,E);var k=b(this,(E.__proto__||Object.getPrototypeOf(E)).call(this,N)),T=function(L){if(L.target.parentNode===N){var w=k.statics.formats(N),S=s.default.find(L.target);w==="checked"?S.format("list","unchecked"):w==="unchecked"&&S.format("list","checked")}};return N.addEventListener("touchstart",T),N.addEventListener("mousedown",T),k}return a(E,[{key:"format",value:function(k,T){this.children.length>0&&this.children.tail.format(k,T)}},{key:"formats",value:function(){return y({},this.statics.blotName,this.statics.formats(this.domNode))}},{key:"insertBefore",value:function(k,T){if(k instanceof p)o(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"insertBefore",this).call(this,k,T);else{var C=T==null?this.length():T.offset(this),L=this.split(C);L.parent.insertBefore(k,L)}}},{key:"optimize",value:function(k){o(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"optimize",this).call(this,k);var T=this.next;T!=null&&T.prev===this&&T.statics.blotName===this.statics.blotName&&T.domNode.tagName===this.domNode.tagName&&T.domNode.getAttribute("data-checked")===this.domNode.getAttribute("data-checked")&&(T.moveChildren(this),T.remove())}},{key:"replace",value:function(k){if(k.statics.blotName!==this.statics.blotName){var T=s.default.create(this.statics.defaultChild);k.moveChildren(T),this.appendChild(T)}o(E.prototype.__proto__||Object.getPrototypeOf(E.prototype),"replace",this).call(this,k)}}]),E}(c.default);_.blotName="list",_.scope=s.default.Scope.BLOCK_BLOT,_.tagName=["OL","UL"],_.defaultChild="list-item",_.allowedChildren=[p],r.ListItem=p,r.default=_},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(56),o=l(a);function l(c){return c&&c.__esModule?c:{default:c}}function s(c,h){if(!(c instanceof h))throw new TypeError("Cannot call a class as a function")}function v(c,h){if(!c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:c}function d(c,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);c.prototype=Object.create(h&&h.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(c,h):c.__proto__=h)}var u=function(c){d(h,c);function h(){return s(this,h),v(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(o.default);u.blotName="italic",u.tagName=["EM","I"],r.default=u},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function y(g,b){for(var f=0;f<b.length;f++){var p=b[f];p.enumerable=p.enumerable||!1,p.configurable=!0,"value"in p&&(p.writable=!0),Object.defineProperty(g,p.key,p)}}return function(g,b,f){return b&&y(g.prototype,b),f&&y(g,f),g}}(),o=function y(g,b,f){g===null&&(g=Function.prototype);var p=Object.getOwnPropertyDescriptor(g,b);if(p===void 0){var _=Object.getPrototypeOf(g);return _===null?void 0:y(_,b,f)}else{if("value"in p)return p.value;var m=p.get;return m===void 0?void 0:m.call(f)}},l=i(6),s=v(l);function v(y){return y&&y.__esModule?y:{default:y}}function d(y,g){if(!(y instanceof g))throw new TypeError("Cannot call a class as a function")}function u(y,g){if(!y)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return g&&(typeof g=="object"||typeof g=="function")?g:y}function c(y,g){if(typeof g!="function"&&g!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof g);y.prototype=Object.create(g&&g.prototype,{constructor:{value:y,enumerable:!1,writable:!0,configurable:!0}}),g&&(Object.setPrototypeOf?Object.setPrototypeOf(y,g):y.__proto__=g)}var h=function(y){c(g,y);function g(){return d(this,g),u(this,(g.__proto__||Object.getPrototypeOf(g)).apply(this,arguments))}return a(g,null,[{key:"create",value:function(f){return f==="super"?document.createElement("sup"):f==="sub"?document.createElement("sub"):o(g.__proto__||Object.getPrototypeOf(g),"create",this).call(this,f)}},{key:"formats",value:function(f){if(f.tagName==="SUB")return"sub";if(f.tagName==="SUP")return"super"}}]),g}(s.default);h.blotName="script",h.tagName=["SUB","SUP"],r.default=h},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(6),o=l(a);function l(c){return c&&c.__esModule?c:{default:c}}function s(c,h){if(!(c instanceof h))throw new TypeError("Cannot call a class as a function")}function v(c,h){if(!c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:c}function d(c,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);c.prototype=Object.create(h&&h.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(c,h):c.__proto__=h)}var u=function(c){d(h,c);function h(){return s(this,h),v(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(o.default);u.blotName="strike",u.tagName="S",r.default=u},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=i(6),o=l(a);function l(c){return c&&c.__esModule?c:{default:c}}function s(c,h){if(!(c instanceof h))throw new TypeError("Cannot call a class as a function")}function v(c,h){if(!c)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return h&&(typeof h=="object"||typeof h=="function")?h:c}function d(c,h){if(typeof h!="function"&&h!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof h);c.prototype=Object.create(h&&h.prototype,{constructor:{value:c,enumerable:!1,writable:!0,configurable:!0}}),h&&(Object.setPrototypeOf?Object.setPrototypeOf(c,h):c.__proto__=h)}var u=function(c){d(h,c);function h(){return s(this,h),v(this,(h.__proto__||Object.getPrototypeOf(h)).apply(this,arguments))}return h}(o.default);u.blotName="underline",u.tagName="U",r.default=u},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function b(f,p){for(var _=0;_<p.length;_++){var m=p[_];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(f,m.key,m)}}return function(f,p,_){return p&&b(f.prototype,p),_&&b(f,_),f}}(),o=function b(f,p,_){f===null&&(f=Function.prototype);var m=Object.getOwnPropertyDescriptor(f,p);if(m===void 0){var E=Object.getPrototypeOf(f);return E===null?void 0:b(E,p,_)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(_)}},l=i(0),s=d(l),v=i(27);function d(b){return b&&b.__esModule?b:{default:b}}function u(b,f){if(!(b instanceof f))throw new TypeError("Cannot call a class as a function")}function c(b,f){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return f&&(typeof f=="object"||typeof f=="function")?f:b}function h(b,f){if(typeof f!="function"&&f!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof f);b.prototype=Object.create(f&&f.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),f&&(Object.setPrototypeOf?Object.setPrototypeOf(b,f):b.__proto__=f)}var y=["alt","height","width"],g=function(b){h(f,b);function f(){return u(this,f),c(this,(f.__proto__||Object.getPrototypeOf(f)).apply(this,arguments))}return a(f,[{key:"format",value:function(_,m){y.indexOf(_)>-1?m?this.domNode.setAttribute(_,m):this.domNode.removeAttribute(_):o(f.prototype.__proto__||Object.getPrototypeOf(f.prototype),"format",this).call(this,_,m)}}],[{key:"create",value:function(_){var m=o(f.__proto__||Object.getPrototypeOf(f),"create",this).call(this,_);return typeof _=="string"&&m.setAttribute("src",this.sanitize(_)),m}},{key:"formats",value:function(_){return y.reduce(function(m,E){return _.hasAttribute(E)&&(m[E]=_.getAttribute(E)),m},{})}},{key:"match",value:function(_){return/\.(jpe?g|gif|png)$/.test(_)||/^data:image\/.+;base64/.test(_)}},{key:"sanitize",value:function(_){return(0,v.sanitize)(_,["http","https","data"])?_:"//:0"}},{key:"value",value:function(_){return _.getAttribute("src")}}]),f}(s.default.Embed);g.blotName="image",g.tagName="IMG",r.default=g},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0});var a=function(){function b(f,p){for(var _=0;_<p.length;_++){var m=p[_];m.enumerable=m.enumerable||!1,m.configurable=!0,"value"in m&&(m.writable=!0),Object.defineProperty(f,m.key,m)}}return function(f,p,_){return p&&b(f.prototype,p),_&&b(f,_),f}}(),o=function b(f,p,_){f===null&&(f=Function.prototype);var m=Object.getOwnPropertyDescriptor(f,p);if(m===void 0){var E=Object.getPrototypeOf(f);return E===null?void 0:b(E,p,_)}else{if("value"in m)return m.value;var N=m.get;return N===void 0?void 0:N.call(_)}},l=i(4),s=i(27),v=d(s);function d(b){return b&&b.__esModule?b:{default:b}}function u(b,f){if(!(b instanceof f))throw new TypeError("Cannot call a class as a function")}function c(b,f){if(!b)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return f&&(typeof f=="object"||typeof f=="function")?f:b}function h(b,f){if(typeof f!="function"&&f!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof f);b.prototype=Object.create(f&&f.prototype,{constructor:{value:b,enumerable:!1,writable:!0,configurable:!0}}),f&&(Object.setPrototypeOf?Object.setPrototypeOf(b,f):b.__proto__=f)}var y=["height","width"],g=function(b){h(f,b);function f(){return u(this,f),c(this,(f.__proto__||Object.getPrototypeOf(f)).apply(this,arguments))}return a(f,[{key:"format",value:function(_,m){y.indexOf(_)>-1?m?this.domNode.setAttribute(_,m):this.domNode.removeAttribute(_):o(f.prototype.__proto__||Object.getPrototypeOf(f.prototype),"format",this).call(this,_,m)}}],[{key:"create",value:function(_){var m=o(f.__proto__||Object.getPrototypeOf(f),"create",this).call(this,_);return m.setAttribute("frameborder","0"),m.setAttribute("allowfullscreen",!0),m.setAttribute("src",this.sanitize(_)),m}},{key:"formats",value:function(_){return y.reduce(function(m,E){return _.hasAttribute(E)&&(m[E]=_.getAttribute(E)),m},{})}},{key:"sanitize",value:function(_){return v.default.sanitize(_)}},{key:"value",value:function(_){return _.getAttribute("src")}}]),f}(l.BlockEmbed);g.blotName="video",g.className="ql-video",g.tagName="IFRAME",r.default=g},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.FormulaBlot=void 0;var a=function(){function _(m,E){for(var N=0;N<E.length;N++){var k=E[N];k.enumerable=k.enumerable||!1,k.configurable=!0,"value"in k&&(k.writable=!0),Object.defineProperty(m,k.key,k)}}return function(m,E,N){return E&&_(m.prototype,E),N&&_(m,N),m}}(),o=function _(m,E,N){m===null&&(m=Function.prototype);var k=Object.getOwnPropertyDescriptor(m,E);if(k===void 0){var T=Object.getPrototypeOf(m);return T===null?void 0:_(T,E,N)}else{if("value"in k)return k.value;var C=k.get;return C===void 0?void 0:C.call(N)}},l=i(35),s=h(l),v=i(5),d=h(v),u=i(9),c=h(u);function h(_){return _&&_.__esModule?_:{default:_}}function y(_,m){if(!(_ instanceof m))throw new TypeError("Cannot call a class as a function")}function g(_,m){if(!_)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return m&&(typeof m=="object"||typeof m=="function")?m:_}function b(_,m){if(typeof m!="function"&&m!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof m);_.prototype=Object.create(m&&m.prototype,{constructor:{value:_,enumerable:!1,writable:!0,configurable:!0}}),m&&(Object.setPrototypeOf?Object.setPrototypeOf(_,m):_.__proto__=m)}var f=function(_){b(m,_);function m(){return y(this,m),g(this,(m.__proto__||Object.getPrototypeOf(m)).apply(this,arguments))}return a(m,null,[{key:"create",value:function(N){var k=o(m.__proto__||Object.getPrototypeOf(m),"create",this).call(this,N);return typeof N=="string"&&(window.katex.render(N,k,{throwOnError:!1,errorColor:"#f00"}),k.setAttribute("data-value",N)),k}},{key:"value",value:function(N){return N.getAttribute("data-value")}}]),m}(s.default);f.blotName="formula",f.className="ql-formula",f.tagName="SPAN";var p=function(_){b(m,_),a(m,null,[{key:"register",value:function(){d.default.register(f,!0)}}]);function m(){y(this,m);var E=g(this,(m.__proto__||Object.getPrototypeOf(m)).call(this));if(window.katex==null)throw new Error("Formula module requires KaTeX.");return E}return m}(c.default);r.FormulaBlot=f,r.default=p},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.CodeToken=r.CodeBlock=void 0;var a=function(){function N(k,T){for(var C=0;C<T.length;C++){var L=T[C];L.enumerable=L.enumerable||!1,L.configurable=!0,"value"in L&&(L.writable=!0),Object.defineProperty(k,L.key,L)}}return function(k,T,C){return T&&N(k.prototype,T),C&&N(k,C),k}}(),o=function N(k,T,C){k===null&&(k=Function.prototype);var L=Object.getOwnPropertyDescriptor(k,T);if(L===void 0){var w=Object.getPrototypeOf(k);return w===null?void 0:N(w,T,C)}else{if("value"in L)return L.value;var S=L.get;return S===void 0?void 0:S.call(C)}},l=i(0),s=g(l),v=i(5),d=g(v),u=i(9),c=g(u),h=i(13),y=g(h);function g(N){return N&&N.__esModule?N:{default:N}}function b(N,k){if(!(N instanceof k))throw new TypeError("Cannot call a class as a function")}function f(N,k){if(!N)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return k&&(typeof k=="object"||typeof k=="function")?k:N}function p(N,k){if(typeof k!="function"&&k!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof k);N.prototype=Object.create(k&&k.prototype,{constructor:{value:N,enumerable:!1,writable:!0,configurable:!0}}),k&&(Object.setPrototypeOf?Object.setPrototypeOf(N,k):N.__proto__=k)}var _=function(N){p(k,N);function k(){return b(this,k),f(this,(k.__proto__||Object.getPrototypeOf(k)).apply(this,arguments))}return a(k,[{key:"replaceWith",value:function(C){this.domNode.textContent=this.domNode.textContent,this.attach(),o(k.prototype.__proto__||Object.getPrototypeOf(k.prototype),"replaceWith",this).call(this,C)}},{key:"highlight",value:function(C){var L=this.domNode.textContent;this.cachedText!==L&&((L.trim().length>0||this.cachedText==null)&&(this.domNode.innerHTML=C(L),this.domNode.normalize(),this.attach()),this.cachedText=L)}}]),k}(y.default);_.className="ql-syntax";var m=new s.default.Attributor.Class("token","hljs",{scope:s.default.Scope.INLINE}),E=function(N){p(k,N),a(k,null,[{key:"register",value:function(){d.default.register(m,!0),d.default.register(_,!0)}}]);function k(T,C){b(this,k);var L=f(this,(k.__proto__||Object.getPrototypeOf(k)).call(this,T,C));if(typeof L.options.highlight!="function")throw new Error("Syntax module requires highlight.js. Please include the library on the page before Quill.");var w=null;return L.quill.on(d.default.events.SCROLL_OPTIMIZE,function(){clearTimeout(w),w=setTimeout(function(){L.highlight(),w=null},L.options.interval)}),L.highlight(),L}return a(k,[{key:"highlight",value:function(){var C=this;if(!this.quill.selection.composing){this.quill.update(d.default.sources.USER);var L=this.quill.getSelection();this.quill.scroll.descendants(_).forEach(function(w){w.highlight(C.options.highlight)}),this.quill.update(d.default.sources.SILENT),L!=null&&this.quill.setSelection(L,d.default.sources.SILENT)}}}]),k}(c.default);E.DEFAULTS={highlight:function(){return window.hljs==null?null:function(N){var k=window.hljs.highlightAuto(N);return k.value}}(),interval:1e3},r.CodeBlock=_,r.CodeToken=m,r.default=E},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=13 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=9 y1=4 y2=4></line> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=14 x2=4 y1=14 y2=14></line> <line class=ql-stroke x1=12 x2=6 y1=4 y2=4></line> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=5 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=9 y1=4 y2=4></line> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=15 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=15 x2=3 y1=14 y2=14></line> <line class=ql-stroke x1=15 x2=3 y1=4 y2=4></line> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <g class="ql-fill ql-color-label"> <polygon points="6 6.868 6 6 5 6 5 7 5.942 7 6 6.868"></polygon> <rect height=1 width=1 x=4 y=4></rect> <polygon points="6.817 5 6 5 6 6 6.38 6 6.817 5"></polygon> <rect height=1 width=1 x=2 y=6></rect> <rect height=1 width=1 x=3 y=5></rect> <rect height=1 width=1 x=4 y=7></rect> <polygon points="4 11.439 4 11 3 11 3 12 3.755 12 4 11.439"></polygon> <rect height=1 width=1 x=2 y=12></rect> <rect height=1 width=1 x=2 y=9></rect> <rect height=1 width=1 x=2 y=15></rect> <polygon points="4.63 10 4 10 4 11 4.192 11 4.63 10"></polygon> <rect height=1 width=1 x=3 y=8></rect> <path d=M10.832,4.2L11,4.582V4H10.708A1.948,1.948,0,0,1,10.832,4.2Z></path> <path d=M7,4.582L7.168,4.2A1.929,1.929,0,0,1,7.292,4H7V4.582Z></path> <path d=M8,13H7.683l-0.351.8a1.933,1.933,0,0,1-.124.2H8V13Z></path> <rect height=1 width=1 x=12 y=2></rect> <rect height=1 width=1 x=11 y=3></rect> <path d=M9,3H8V3.282A1.985,1.985,0,0,1,9,3Z></path> <rect height=1 width=1 x=2 y=3></rect> <rect height=1 width=1 x=6 y=2></rect> <rect height=1 width=1 x=3 y=2></rect> <rect height=1 width=1 x=5 y=3></rect> <rect height=1 width=1 x=9 y=2></rect> <rect height=1 width=1 x=15 y=14></rect> <polygon points="13.447 10.174 13.469 10.225 13.472 10.232 13.808 11 14 11 14 10 13.37 10 13.447 10.174"></polygon> <rect height=1 width=1 x=13 y=7></rect> <rect height=1 width=1 x=15 y=5></rect> <rect height=1 width=1 x=14 y=6></rect> <rect height=1 width=1 x=15 y=8></rect> <rect height=1 width=1 x=14 y=9></rect> <path d=M3.775,14H3v1H4V14.314A1.97,1.97,0,0,1,3.775,14Z></path> <rect height=1 width=1 x=14 y=3></rect> <polygon points="12 6.868 12 6 11.62 6 12 6.868"></polygon> <rect height=1 width=1 x=15 y=2></rect> <rect height=1 width=1 x=12 y=5></rect> <rect height=1 width=1 x=13 y=4></rect> <polygon points="12.933 9 13 9 13 8 12.495 8 12.933 9"></polygon> <rect height=1 width=1 x=9 y=14></rect> <rect height=1 width=1 x=8 y=15></rect> <path d=M6,14.926V15H7V14.316A1.993,1.993,0,0,1,6,14.926Z></path> <rect height=1 width=1 x=5 y=15></rect> <path d=M10.668,13.8L10.317,13H10v1h0.792A1.947,1.947,0,0,1,10.668,13.8Z></path> <rect height=1 width=1 x=11 y=15></rect> <path d=M14.332,12.2a1.99,1.99,0,0,1,.166.8H15V12H14.245Z></path> <rect height=1 width=1 x=14 y=15></rect> <rect height=1 width=1 x=15 y=11></rect> </g> <polyline class=ql-stroke points="5.5 13 9 5 12.5 13"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=11 y2=11></line> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <rect class="ql-fill ql-stroke" height=3 width=3 x=4 y=5></rect> <rect class="ql-fill ql-stroke" height=3 width=3 x=11 y=5></rect> <path class="ql-even ql-fill ql-stroke" d=M7,8c0,4.031-3,5-3,5></path> <path class="ql-even ql-fill ql-stroke" d=M14,8c0,4.031-3,5-3,5></path> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,4H9.5A2.5,2.5,0,0,1,12,6.5v0A2.5,2.5,0,0,1,9.5,9H5A0,0,0,0,1,5,9V4A0,0,0,0,1,5,4Z></path> <path class=ql-stroke d=M5,9h5.5A2.5,2.5,0,0,1,13,11.5v0A2.5,2.5,0,0,1,10.5,14H5a0,0,0,0,1,0,0V9A0,0,0,0,1,5,9Z></path> </svg>'},function(n,r){n.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=5 x2=13 y1=3 y2=3></line> <line class=ql-stroke x1=6 x2=9.35 y1=12 y2=3></line> <line class=ql-stroke x1=11 x2=15 y1=11 y2=15></line> <line class=ql-stroke x1=15 x2=11 y1=11 y2=15></line> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=7 x=2 y=14></rect> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class="ql-color-label ql-stroke ql-transparent" x1=3 x2=15 y1=15 y2=15></line> <polyline class=ql-stroke points="5.5 11 9 3 12.5 11"></polyline> <line class=ql-stroke x1=11.63 x2=6.38 y1=9 y2=9></line> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="3 11 5 9 3 7 3 11"></polygon> <line class="ql-stroke ql-fill" x1=15 x2=11 y1=4 y2=4></line> <path class=ql-fill d=M11,3a3,3,0,0,0,0,6h1V3H11Z></path> <rect class=ql-fill height=11 width=1 x=11 y=4></rect> <rect class=ql-fill height=11 width=1 x=13 y=4></rect> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <polygon class="ql-stroke ql-fill" points="15 12 13 10 15 8 15 12"></polygon> <line class="ql-stroke ql-fill" x1=9 x2=5 y1=4 y2=4></line> <path class=ql-fill d=M5,3A3,3,0,0,0,5,9H6V3H5Z></path> <rect class=ql-fill height=11 width=1 x=5 y=4></rect> <rect class=ql-fill height=11 width=1 x=7 y=4></rect> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M14,16H4a1,1,0,0,1,0-2H14A1,1,0,0,1,14,16Z /> <path class=ql-fill d=M14,4H4A1,1,0,0,1,4,2H14A1,1,0,0,1,14,4Z /> <rect class=ql-fill x=3 y=6 width=12 height=6 rx=1 ry=1 /> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M13,16H5a1,1,0,0,1,0-2h8A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H5A1,1,0,0,1,5,2h8A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=2 y=6 width=14 height=6 rx=1 ry=1 /> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15,8H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,8Z /> <path class=ql-fill d=M15,12H13a1,1,0,0,1,0-2h2A1,1,0,0,1,15,12Z /> <path class=ql-fill d=M15,16H5a1,1,0,0,1,0-2H15A1,1,0,0,1,15,16Z /> <path class=ql-fill d=M15,4H5A1,1,0,0,1,5,2H15A1,1,0,0,1,15,4Z /> <rect class=ql-fill x=2 y=6 width=8 height=6 rx=1 ry=1 /> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M5,8H3A1,1,0,0,1,3,6H5A1,1,0,0,1,5,8Z /> <path class=ql-fill d=M5,12H3a1,1,0,0,1,0-2H5A1,1,0,0,1,5,12Z /> <path class=ql-fill d=M13,16H3a1,1,0,0,1,0-2H13A1,1,0,0,1,13,16Z /> <path class=ql-fill d=M13,4H3A1,1,0,0,1,3,2H13A1,1,0,0,1,13,4Z /> <rect class=ql-fill x=8 y=6 width=8 height=6 rx=1 ry=1 transform="translate(24 18) rotate(-180)"/> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M11.759,2.482a2.561,2.561,0,0,0-3.53.607A7.656,7.656,0,0,0,6.8,6.2C6.109,9.188,5.275,14.677,4.15,14.927a1.545,1.545,0,0,0-1.3-.933A0.922,0.922,0,0,0,2,15.036S1.954,16,4.119,16s3.091-2.691,3.7-5.553c0.177-.826.36-1.726,0.554-2.6L8.775,6.2c0.381-1.421.807-2.521,1.306-2.676a1.014,1.014,0,0,0,1.02.56A0.966,0.966,0,0,0,11.759,2.482Z></path> <rect class=ql-fill height=1.6 rx=0.8 ry=0.8 width=5 x=5.15 y=6.2></rect> <path class=ql-fill d=M13.663,12.027a1.662,1.662,0,0,1,.266-0.276q0.193,0.069.456,0.138a2.1,2.1,0,0,0,.535.069,1.075,1.075,0,0,0,.767-0.3,1.044,1.044,0,0,0,.314-0.8,0.84,0.84,0,0,0-.238-0.619,0.8,0.8,0,0,0-.594-0.239,1.154,1.154,0,0,0-.781.3,4.607,4.607,0,0,0-.781,1q-0.091.15-.218,0.346l-0.246.38c-0.068-.288-0.137-0.582-0.212-0.885-0.459-1.847-2.494-.984-2.941-0.8-0.482.2-.353,0.647-0.094,0.529a0.869,0.869,0,0,1,1.281.585c0.217,0.751.377,1.436,0.527,2.038a5.688,5.688,0,0,1-.362.467,2.69,2.69,0,0,1-.264.271q-0.221-.08-0.471-0.147a2.029,2.029,0,0,0-.522-0.066,1.079,1.079,0,0,0-.768.3A1.058,1.058,0,0,0,9,15.131a0.82,0.82,0,0,0,.832.852,1.134,1.134,0,0,0,.787-0.3,5.11,5.11,0,0,0,.776-0.993q0.141-.219.215-0.34c0.046-.076.122-0.194,0.223-0.346a2.786,2.786,0,0,0,.918,1.726,2.582,2.582,0,0,0,2.376-.185c0.317-.181.212-0.565,0-0.494A0.807,0.807,0,0,1,14.176,15a5.159,5.159,0,0,1-.913-2.446l0,0Q13.487,12.24,13.663,12.027Z></path> </svg>'},function(n,r){n.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M10,4V14a1,1,0,0,1-2,0V10H3v4a1,1,0,0,1-2,0V4A1,1,0,0,1,3,4V8H8V4a1,1,0,0,1,2,0Zm6.06787,9.209H14.98975V7.59863a.54085.54085,0,0,0-.605-.60547h-.62744a1.01119,1.01119,0,0,0-.748.29688L11.645,8.56641a.5435.5435,0,0,0-.022.8584l.28613.30762a.53861.53861,0,0,0,.84717.0332l.09912-.08789a1.2137,1.2137,0,0,0,.2417-.35254h.02246s-.01123.30859-.01123.60547V13.209H12.041a.54085.54085,0,0,0-.605.60547v.43945a.54085.54085,0,0,0,.605.60547h4.02686a.54085.54085,0,0,0,.605-.60547v-.43945A.54085.54085,0,0,0,16.06787,13.209Z /> </svg>'},function(n,r){n.exports='<svg viewBox="0 0 18 18"> <path class=ql-fill d=M16.73975,13.81445v.43945a.54085.54085,0,0,1-.605.60547H11.855a.58392.58392,0,0,1-.64893-.60547V14.0127c0-2.90527,3.39941-3.42187,3.39941-4.55469a.77675.77675,0,0,0-.84717-.78125,1.17684,1.17684,0,0,0-.83594.38477c-.2749.26367-.561.374-.85791.13184l-.4292-.34082c-.30811-.24219-.38525-.51758-.1543-.81445a2.97155,2.97155,0,0,1,2.45361-1.17676,2.45393,2.45393,0,0,1,2.68408,2.40918c0,2.45312-3.1792,2.92676-3.27832,3.93848h2.79443A.54085.54085,0,0,1,16.73975,13.81445ZM9,3A.99974.99974,0,0,0,8,4V8H3V4A1,1,0,0,0,1,4V14a1,1,0,0,0,2,0V10H8v4a1,1,0,0,0,2,0V4A.99974.99974,0,0,0,9,3Z /> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=13 y1=4 y2=4></line> <line class=ql-stroke x1=5 x2=11 y1=14 y2=14></line> <line class=ql-stroke x1=8 x2=10 y1=14 y2=4></line> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=10 width=12 x=3 y=4></rect> <circle class=ql-fill cx=6 cy=7 r=1></circle> <polyline class="ql-even ql-fill" points="5 12 5 11 7 9 8 10 11 7 13 9 13 12 5 12"></polyline> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class="ql-fill ql-stroke" points="3 7 3 11 5 9 3 7"></polyline> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=3 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="5 7 5 11 3 9 5 7"></polyline> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=11 y1=7 y2=11></line> <path class="ql-even ql-stroke" d=M8.9,4.577a3.476,3.476,0,0,1,.36,4.679A3.476,3.476,0,0,1,4.577,8.9C3.185,7.5,2.035,6.4,4.217,4.217S7.5,3.185,8.9,4.577Z></path> <path class="ql-even ql-stroke" d=M13.423,9.1a3.476,3.476,0,0,0-4.679-.36,3.476,3.476,0,0,0,.36,4.679c1.392,1.392,2.5,2.542,4.679.36S14.815,10.5,13.423,9.1Z></path> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=7 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=7 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=7 x2=15 y1=14 y2=14></line> <line class="ql-stroke ql-thin" x1=2.5 x2=4.5 y1=5.5 y2=5.5></line> <path class=ql-fill d=M3.5,6A0.5,0.5,0,0,1,3,5.5V3.085l-0.276.138A0.5,0.5,0,0,1,2.053,3c-0.124-.247-0.023-0.324.224-0.447l1-.5A0.5,0.5,0,0,1,4,2.5v3A0.5,0.5,0,0,1,3.5,6Z></path> <path class="ql-stroke ql-thin" d=M4.5,10.5h-2c0-.234,1.85-1.076,1.85-2.234A0.959,0.959,0,0,0,2.5,8.156></path> <path class="ql-stroke ql-thin" d=M2.5,14.846a0.959,0.959,0,0,0,1.85-.109A0.7,0.7,0,0,0,3.75,14a0.688,0.688,0,0,0,.6-0.736,0.959,0.959,0,0,0-1.85-.109></path> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class=ql-stroke x1=6 x2=15 y1=4 y2=4></line> <line class=ql-stroke x1=6 x2=15 y1=9 y2=9></line> <line class=ql-stroke x1=6 x2=15 y1=14 y2=14></line> <line class=ql-stroke x1=3 x2=3 y1=4 y2=4></line> <line class=ql-stroke x1=3 x2=3 y1=9 y2=9></line> <line class=ql-stroke x1=3 x2=3 y1=14 y2=14></line> </svg>'},function(n,r){n.exports='<svg class="" viewbox="0 0 18 18"> <line class=ql-stroke x1=9 x2=15 y1=4 y2=4></line> <polyline class=ql-stroke points="3 4 4 5 6 3"></polyline> <line class=ql-stroke x1=9 x2=15 y1=14 y2=14></line> <polyline class=ql-stroke points="3 14 4 15 6 13"></polyline> <line class=ql-stroke x1=9 x2=15 y1=9 y2=9></line> <polyline class=ql-stroke points="3 9 4 10 6 8"></polyline> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,15H13.861a3.858,3.858,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.921,1.921,0,0,0,12.021,11.7a0.50013,0.50013,0,1,0,.957.291h0a0.914,0.914,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.076-1.16971,1.86982-1.93971,2.43082A1.45639,1.45639,0,0,0,12,15.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,15Z /> <path class=ql-fill d=M9.65,5.241a1,1,0,0,0-1.409.108L6,7.964,3.759,5.349A1,1,0,0,0,2.192,6.59178Q2.21541,6.6213,2.241,6.649L4.684,9.5,2.241,12.35A1,1,0,0,0,3.71,13.70722q0.02557-.02768.049-0.05722L6,11.036,8.241,13.65a1,1,0,1,0,1.567-1.24277Q9.78459,12.3777,9.759,12.35L7.316,9.5,9.759,6.651A1,1,0,0,0,9.65,5.241Z /> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-fill d=M15.5,7H13.861a4.015,4.015,0,0,0,1.914-2.975,1.8,1.8,0,0,0-1.6-1.751A1.922,1.922,0,0,0,12.021,3.7a0.5,0.5,0,1,0,.957.291,0.917,0.917,0,0,1,1.053-.725,0.81,0.81,0,0,1,.744.762c0,1.077-1.164,1.925-1.934,2.486A1.423,1.423,0,0,0,12,7.5a0.5,0.5,0,0,0,.5.5h3A0.5,0.5,0,0,0,15.5,7Z /> <path class=ql-fill d=M9.651,5.241a1,1,0,0,0-1.41.108L6,7.964,3.759,5.349a1,1,0,1,0-1.519,1.3L4.683,9.5,2.241,12.35a1,1,0,1,0,1.519,1.3L6,11.036,8.241,13.65a1,1,0,0,0,1.519-1.3L7.317,9.5,9.759,6.651A1,1,0,0,0,9.651,5.241Z /> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <line class="ql-stroke ql-thin" x1=15.5 x2=2.5 y1=8.5 y2=9.5></line> <path class=ql-fill d=M9.007,8C6.542,7.791,6,7.519,6,6.5,6,5.792,7.283,5,9,5c1.571,0,2.765.679,2.969,1.309a1,1,0,0,0,1.9-.617C13.356,4.106,11.354,3,9,3,6.2,3,4,4.538,4,6.5a3.2,3.2,0,0,0,.5,1.843Z></path> <path class=ql-fill d=M8.984,10C11.457,10.208,12,10.479,12,11.5c0,0.708-1.283,1.5-3,1.5-1.571,0-2.765-.679-2.969-1.309a1,1,0,1,0-1.9.617C4.644,13.894,6.646,15,9,15c2.8,0,5-1.538,5-3.5a3.2,3.2,0,0,0-.5-1.843Z></path> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <path class=ql-stroke d=M5,3V9a4.012,4.012,0,0,0,4,4H9a4.012,4.012,0,0,0,4-4V3></path> <rect class=ql-fill height=1 rx=0.5 ry=0.5 width=12 x=3 y=15></rect> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <rect class=ql-stroke height=12 width=12 x=3 y=3></rect> <rect class=ql-fill height=12 width=1 x=5 y=3></rect> <rect class=ql-fill height=12 width=1 x=12 y=3></rect> <rect class=ql-fill height=2 width=8 x=5 y=8></rect> <rect class=ql-fill height=1 width=3 x=3 y=5></rect> <rect class=ql-fill height=1 width=3 x=3 y=7></rect> <rect class=ql-fill height=1 width=3 x=3 y=10></rect> <rect class=ql-fill height=1 width=3 x=3 y=12></rect> <rect class=ql-fill height=1 width=3 x=12 y=5></rect> <rect class=ql-fill height=1 width=3 x=12 y=7></rect> <rect class=ql-fill height=1 width=3 x=12 y=10></rect> <rect class=ql-fill height=1 width=3 x=12 y=12></rect> </svg>'},function(n,r){n.exports='<svg viewbox="0 0 18 18"> <polygon class=ql-stroke points="7 11 9 13 11 11 7 11"></polygon> <polygon class=ql-stroke points="7 7 9 5 11 7 7 7"></polygon> </svg>'},function(n,r,i){Object.defineProperty(r,"__esModule",{value:!0}),r.default=r.BubbleTooltip=void 0;var a=function k(T,C,L){T===null&&(T=Function.prototype);var w=Object.getOwnPropertyDescriptor(T,C);if(w===void 0){var S=Object.getPrototypeOf(T);return S===null?void 0:k(S,C,L)}else{if("value"in w)return w.value;var P=w.get;return P===void 0?void 0:P.call(L)}},o=function(){function k(T,C){for(var L=0;L<C.length;L++){var w=C[L];w.enumerable=w.enumerable||!1,w.configurable=!0,"value"in w&&(w.writable=!0),Object.defineProperty(T,w.key,w)}}return function(T,C,L){return C&&k(T.prototype,C),L&&k(T,L),T}}(),l=i(3),s=b(l),v=i(8),d=b(v),u=i(43),c=b(u),h=i(15),y=i(41),g=b(y);function b(k){return k&&k.__esModule?k:{default:k}}function f(k,T){if(!(k instanceof T))throw new TypeError("Cannot call a class as a function")}function p(k,T){if(!k)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return T&&(typeof T=="object"||typeof T=="function")?T:k}function _(k,T){if(typeof T!="function"&&T!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof T);k.prototype=Object.create(T&&T.prototype,{constructor:{value:k,enumerable:!1,writable:!0,configurable:!0}}),T&&(Object.setPrototypeOf?Object.setPrototypeOf(k,T):k.__proto__=T)}var m=[["bold","italic","link"],[{header:1},{header:2},"blockquote"]],E=function(k){_(T,k);function T(C,L){f(this,T),L.modules.toolbar!=null&&L.modules.toolbar.container==null&&(L.modules.toolbar.container=m);var w=p(this,(T.__proto__||Object.getPrototypeOf(T)).call(this,C,L));return w.quill.container.classList.add("ql-bubble"),w}return o(T,[{key:"extendToolbar",value:function(L){this.tooltip=new N(this.quill,this.options.bounds),this.tooltip.root.appendChild(L.container),this.buildButtons([].slice.call(L.container.querySelectorAll("button")),g.default),this.buildPickers([].slice.call(L.container.querySelectorAll("select")),g.default)}}]),T}(c.default);E.DEFAULTS=(0,s.default)(!0,{},c.default.DEFAULTS,{modules:{toolbar:{handlers:{link:function(T){T?this.quill.theme.tooltip.edit():this.quill.format("link",!1)}}}}});var N=function(k){_(T,k);function T(C,L){f(this,T);var w=p(this,(T.__proto__||Object.getPrototypeOf(T)).call(this,C,L));return w.quill.on(d.default.events.EDITOR_CHANGE,function(S,P,R,j){if(S===d.default.events.SELECTION_CHANGE)if(P!=null&&P.length>0&&j===d.default.sources.USER){w.show(),w.root.style.left="0px",w.root.style.width="",w.root.style.width=w.root.offsetWidth+"px";var $=w.quill.getLines(P.index,P.length);if($.length===1)w.position(w.quill.getBounds(P));else{var W=$[$.length-1],re=w.quill.getIndex(W),K=Math.min(W.length()-1,P.index+P.length-re),M=w.quill.getBounds(new h.Range(re,K));w.position(M)}}else document.activeElement!==w.textbox&&w.quill.hasFocus()&&w.hide()}),w}return o(T,[{key:"listen",value:function(){var L=this;a(T.prototype.__proto__||Object.getPrototypeOf(T.prototype),"listen",this).call(this),this.root.querySelector(".ql-close").addEventListener("click",function(){L.root.classList.remove("ql-editing")}),this.quill.on(d.default.events.SCROLL_OPTIMIZE,function(){setTimeout(function(){if(!L.root.classList.contains("ql-hidden")){var w=L.quill.getSelection();w!=null&&L.position(L.quill.getBounds(w))}},1)})}},{key:"cancel",value:function(){this.show()}},{key:"position",value:function(L){var w=a(T.prototype.__proto__||Object.getPrototypeOf(T.prototype),"position",this).call(this,L),S=this.root.querySelector(".ql-tooltip-arrow");if(S.style.marginLeft="",w===0)return w;S.style.marginLeft=-1*w-S.offsetWidth/2+"px"}}]),T}(u.BaseTooltip);N.TEMPLATE=['<span class="ql-tooltip-arrow"></span>','<div class="ql-tooltip-editor">','<input type="text" data-formula="e=mc^2" data-link="https://quilljs.com" data-video="Embed URL">','<a class="ql-close"></a>',"</div>"].join(""),r.BubbleTooltip=N,r.default=E},function(n,r,i){n.exports=i(63)}]).default})})(Cd);var v4=Cd.exports;const Go=Be.getDefaultExportFromCjs(v4);var Yt=-1,xt=1,yt=0;function di(e,t,n,r){if(e===t)return e?[[yt,e]]:[];if(n!=null){var i=E4(e,t,n);if(i)return i}var a=ks(e,t),o=e.substring(0,a);e=e.substring(a),t=t.substring(a),a=Ss(e,t);var l=e.substring(e.length-a);e=e.substring(0,e.length-a),t=t.substring(0,t.length-a);var s=g4(e,t);return o&&s.unshift([yt,o]),l&&s.push([yt,l]),Pd(s,r),s}function g4(e,t){var n;if(!e)return[[xt,t]];if(!t)return[[Yt,e]];var r=e.length>t.length?e:t,i=e.length>t.length?t:e,a=r.indexOf(i);if(a!==-1)return n=[[xt,r.substring(0,a)],[yt,i],[xt,r.substring(a+i.length)]],e.length>t.length&&(n[0][0]=n[2][0]=Yt),n;if(i.length===1)return[[Yt,e],[xt,t]];var o=b4(e,t);if(o){var l=o[0],s=o[1],v=o[2],d=o[3],u=o[4],c=di(l,v),h=di(s,d);return c.concat([[yt,u]],h)}return y4(e,t)}function y4(e,t){for(var n=e.length,r=t.length,i=Math.ceil((n+r)/2),a=i,o=2*i,l=new Array(o),s=new Array(o),v=0;v<o;v++)l[v]=-1,s[v]=-1;l[a+1]=0,s[a+1]=0;for(var d=n-r,u=d%2!==0,c=0,h=0,y=0,g=0,b=0;b<i;b++){for(var f=-b+c;f<=b-h;f+=2){var p=a+f,_;f===-b||f!==b&&l[p-1]<l[p+1]?_=l[p+1]:_=l[p-1]+1;for(var m=_-f;_<n&&m<r&&e.charAt(_)===t.charAt(m);)_++,m++;if(l[p]=_,_>n)h+=2;else if(m>r)c+=2;else if(u){var E=a+d-f;if(E>=0&&E<o&&s[E]!==-1){var N=n-s[E];if(_>=N)return yc(e,t,_,m)}}}for(var k=-b+y;k<=b-g;k+=2){var E=a+k,N;k===-b||k!==b&&s[E-1]<s[E+1]?N=s[E+1]:N=s[E-1]+1;for(var T=N-k;N<n&&T<r&&e.charAt(n-N-1)===t.charAt(r-T-1);)N++,T++;if(s[E]=N,N>n)g+=2;else if(T>r)y+=2;else if(!u){var p=a+d-k;if(p>=0&&p<o&&l[p]!==-1){var _=l[p],m=a+_-p;if(N=n-N,_>=N)return yc(e,t,_,m)}}}}return[[Yt,e],[xt,t]]}function yc(e,t,n,r){var i=e.substring(0,n),a=t.substring(0,r),o=e.substring(n),l=t.substring(r),s=di(i,a),v=di(o,l);return s.concat(v)}function ks(e,t){if(!e||!t||e.charAt(0)!==t.charAt(0))return 0;for(var n=0,r=Math.min(e.length,t.length),i=r,a=0;n<i;)e.substring(a,i)==t.substring(a,i)?(n=i,a=n):r=i,i=Math.floor((r-n)/2+n);return xd(e.charCodeAt(i-1))&&i--,i}function Ss(e,t){if(!e||!t||e.slice(-1)!==t.slice(-1))return 0;for(var n=0,r=Math.min(e.length,t.length),i=r,a=0;n<i;)e.substring(e.length-i,e.length-a)==t.substring(t.length-i,t.length-a)?(n=i,a=n):r=i,i=Math.floor((r-n)/2+n);return Id(e.charCodeAt(e.length-i))&&i--,i}function b4(e,t){var n=e.length>t.length?e:t,r=e.length>t.length?t:e;if(n.length<4||r.length*2<n.length)return null;function i(h,y,g){for(var b=h.substring(g,g+Math.floor(h.length/4)),f=-1,p="",_,m,E,N;(f=y.indexOf(b,f+1))!==-1;){var k=ks(h.substring(g),y.substring(f)),T=Ss(h.substring(0,g),y.substring(0,f));p.length<T+k&&(p=y.substring(f-T,f)+y.substring(f,f+k),_=h.substring(0,g-T),m=h.substring(g+k),E=y.substring(0,f-T),N=y.substring(f+k))}return p.length*2>=h.length?[_,m,E,N,p]:null}var a=i(n,r,Math.ceil(n.length/4)),o=i(n,r,Math.ceil(n.length/2)),l;if(!a&&!o)return null;o?a?l=a[4].length>o[4].length?a:o:l=o:l=a;var s,v,d,u;e.length>t.length?(s=l[0],v=l[1],d=l[2],u=l[3]):(d=l[0],u=l[1],s=l[2],v=l[3]);var c=l[4];return[s,v,d,u,c]}function Pd(e,t){e.push([yt,""]);for(var n=0,r=0,i=0,a="",o="",l;n<e.length;){if(n<e.length-1&&!e[n][1]){e.splice(n,1);continue}switch(e[n][0]){case xt:i++,o+=e[n][1],n++;break;case Yt:r++,a+=e[n][1],n++;break;case yt:var s=n-i-r-1;if(t){if(s>=0&&Dd(e[s][1])){var v=e[s][1].slice(-1);if(e[s][1]=e[s][1].slice(0,-1),a=v+a,o=v+o,!e[s][1]){e.splice(s,1),n--;var d=s-1;e[d]&&e[d][0]===xt&&(i++,o=e[d][1]+o,d--),e[d]&&e[d][0]===Yt&&(r++,a=e[d][1]+a,d--),s=d}}if(Rd(e[n][1])){var v=e[n][1].charAt(0);e[n][1]=e[n][1].slice(1),a+=v,o+=v}}if(n<e.length-1&&!e[n][1]){e.splice(n,1);break}if(a.length>0||o.length>0){a.length>0&&o.length>0&&(l=ks(o,a),l!==0&&(s>=0?e[s][1]+=o.substring(0,l):(e.splice(0,0,[yt,o.substring(0,l)]),n++),o=o.substring(l),a=a.substring(l)),l=Ss(o,a),l!==0&&(e[n][1]=o.substring(o.length-l)+e[n][1],o=o.substring(0,o.length-l),a=a.substring(0,a.length-l)));var u=i+r;a.length===0&&o.length===0?(e.splice(n-u,u),n=n-u):a.length===0?(e.splice(n-u,u,[xt,o]),n=n-u+1):o.length===0?(e.splice(n-u,u,[Yt,a]),n=n-u+1):(e.splice(n-u,u,[Yt,a],[xt,o]),n=n-u+2)}n!==0&&e[n-1][0]===yt?(e[n-1][1]+=e[n][1],e.splice(n,1)):n++,i=0,r=0,a="",o="";break}}e[e.length-1][1]===""&&e.pop();var c=!1;for(n=1;n<e.length-1;)e[n-1][0]===yt&&e[n+1][0]===yt&&(e[n][1].substring(e[n][1].length-e[n-1][1].length)===e[n-1][1]?(e[n][1]=e[n-1][1]+e[n][1].substring(0,e[n][1].length-e[n-1][1].length),e[n+1][1]=e[n-1][1]+e[n+1][1],e.splice(n-1,1),c=!0):e[n][1].substring(0,e[n+1][1].length)==e[n+1][1]&&(e[n-1][1]+=e[n+1][1],e[n][1]=e[n][1].substring(e[n+1][1].length)+e[n+1][1],e.splice(n+1,1),c=!0)),n++;c&&Pd(e,t)}function xd(e){return e>=55296&&e<=56319}function Id(e){return e>=56320&&e<=57343}function Rd(e){return Id(e.charCodeAt(0))}function Dd(e){return xd(e.charCodeAt(e.length-1))}function _4(e){for(var t=[],n=0;n<e.length;n++)e[n][1].length>0&&t.push(e[n]);return t}function Yo(e,t,n,r){return Dd(e)||Rd(r)?null:_4([[yt,e],[Yt,t],[xt,n],[yt,r]])}function E4(e,t,n){var r=typeof n=="number"?{index:n,length:0}:n.oldRange,i=typeof n=="number"?null:n.newRange,a=e.length,o=t.length;if(r.length===0&&(i===null||i.length===0)){var l=r.index,s=e.slice(0,l),v=e.slice(l),d=i?i.index:null;e:{var u=l+o-a;if(d!==null&&d!==u||u<0||u>o)break e;var c=t.slice(0,u),h=t.slice(u);if(h!==v)break e;var y=Math.min(l,u),g=s.slice(0,y),b=c.slice(0,y);if(g!==b)break e;var f=s.slice(y),p=c.slice(y);return Yo(g,f,p,v)}e:{if(d!==null&&d!==l)break e;var _=l,c=t.slice(0,_),h=t.slice(_);if(c!==s)break e;var m=Math.min(a-_,o-_),E=v.slice(v.length-m),N=h.slice(h.length-m);if(E!==N)break e;var f=v.slice(0,v.length-m),p=h.slice(0,h.length-m);return Yo(s,f,p,E)}}if(r.length>0&&i&&i.length===0)e:{var g=e.slice(0,r.index),E=e.slice(r.index+r.length),y=g.length,m=E.length;if(o<y+m)break e;var b=t.slice(0,y),N=t.slice(o-m);if(g!==b||E!==N)break e;var f=e.slice(y,a-m),p=t.slice(y,o-m);return Yo(g,f,p,E)}return null}function ho(e,t,n){return di(e,t,n,!0)}ho.INSERT=xt;ho.DELETE=Yt;ho.EQUAL=yt;var O4=ho,Ya={exports:{}};Ya.exports;(function(e,t){var n=200,r="__lodash_hash_undefined__",i=9007199254740991,a="[object Arguments]",o="[object Array]",l="[object Boolean]",s="[object Date]",v="[object Error]",d="[object Function]",u="[object GeneratorFunction]",c="[object Map]",h="[object Number]",y="[object Object]",g="[object Promise]",b="[object RegExp]",f="[object Set]",p="[object String]",_="[object Symbol]",m="[object WeakMap]",E="[object ArrayBuffer]",N="[object DataView]",k="[object Float32Array]",T="[object Float64Array]",C="[object Int8Array]",L="[object Int16Array]",w="[object Int32Array]",S="[object Uint8Array]",P="[object Uint8ClampedArray]",R="[object Uint16Array]",j="[object Uint32Array]",$=/[\\^$.*+?()[\]{}|]/g,W=/\w*$/,re=/^\[object .+?Constructor\]$/,K=/^(?:0|[1-9]\d*)$/,M={};M[a]=M[o]=M[E]=M[N]=M[l]=M[s]=M[k]=M[T]=M[C]=M[L]=M[w]=M[c]=M[h]=M[y]=M[b]=M[f]=M[p]=M[_]=M[S]=M[P]=M[R]=M[j]=!0,M[v]=M[d]=M[m]=!1;var x=typeof Be.commonjsGlobal=="object"&&Be.commonjsGlobal&&Be.commonjsGlobal.Object===Object&&Be.commonjsGlobal,H=typeof self=="object"&&self&&self.Object===Object&&self,V=x||H||Function("return this")(),G=t&&!t.nodeType&&t,U=G&&!0&&e&&!e.nodeType&&e,D=U&&U.exports===G;function q(O,I){return O.set(I[0],I[1]),O}function X(O,I){return O.add(I),O}function Z(O,I){for(var B=-1,te=O?O.length:0;++B<te&&I(O[B],B,O)!==!1;);return O}function ne(O,I){for(var B=-1,te=I.length,Ae=O.length;++B<te;)O[Ae+B]=I[B];return O}function ue(O,I,B,te){var Ae=-1,be=O?O.length:0;for(te&&be&&(B=O[++Ae]);++Ae<be;)B=I(B,O[Ae],Ae,O);return B}function me(O,I){for(var B=-1,te=Array(O);++B<O;)te[B]=I(B);return te}function z(O,I){return O?.[I]}function F(O){var I=!1;if(O!=null&&typeof O.toString!="function")try{I=!!(O+"")}catch{}return I}function Q(O){var I=-1,B=Array(O.size);return O.forEach(function(te,Ae){B[++I]=[Ae,te]}),B}function le(O,I){return function(B){return O(I(B))}}function de(O){var I=-1,B=Array(O.size);return O.forEach(function(te){B[++I]=te}),B}var Y=Array.prototype,ee=Function.prototype,se=Object.prototype,fe=V["__core-js_shared__"],ae=function(){var O=/[^.]+$/.exec(fe&&fe.keys&&fe.keys.IE_PROTO||"");return O?"Symbol(src)_1."+O:""}(),Oe=ee.toString,he=se.hasOwnProperty,J=se.toString,oe=RegExp("^"+Oe.call(he).replace($,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),we=D?V.Buffer:void 0,ye=V.Symbol,nt=V.Uint8Array,Te=le(Object.getPrototypeOf,Object),Fe=Object.create,vn=se.propertyIsEnumerable,Vn=Y.splice,zn=Object.getOwnPropertySymbols,gn=we?we.isBuffer:void 0,Bn=le(Object.keys,Object),Rt=Nt(V,"DataView"),ot=Nt(V,"Map"),lt=Nt(V,"Promise"),yn=Nt(V,"Set"),Fn=Nt(V,"WeakMap"),Jt=Nt(Object,"create"),Un=dt(Rt),Zt=dt(ot),qn=dt(lt),_e=dt(yn),Se=dt(Fn),De=ye?ye.prototype:void 0,Me=De?De.valueOf:void 0;function $e(O){var I=-1,B=O?O.length:0;for(this.clear();++I<B;){var te=O[I];this.set(te[0],te[1])}}function Dt(){this.__data__=Jt?Jt(null):{}}function Qt(O){return this.has(O)&&delete this.__data__[O]}function Mt(O){var I=this.__data__;if(Jt){var B=I[O];return B===r?void 0:B}return he.call(I,O)?I[O]:void 0}function Ht(O){var I=this.__data__;return Jt?I[O]!==void 0:he.call(I,O)}function jt(O,I){var B=this.__data__;return B[O]=Jt&&I===void 0?r:I,this}$e.prototype.clear=Dt,$e.prototype.delete=Qt,$e.prototype.get=Mt,$e.prototype.has=Ht,$e.prototype.set=jt;function Ve(O){var I=-1,B=O?O.length:0;for(this.clear();++I<B;){var te=O[I];this.set(te[0],te[1])}}function $n(){this.__data__=[]}function jr(O){var I=this.__data__,B=_n(I,O);if(B<0)return!1;var te=I.length-1;return B==te?I.pop():Vn.call(I,B,1),!0}function ur(O){var I=this.__data__,B=_n(I,O);return B<0?void 0:I[B][1]}function Kn(O){return _n(this.__data__,O)>-1}function Wn(O,I){var B=this.__data__,te=_n(B,O);return te<0?B.push([O,I]):B[te][1]=I,this}Ve.prototype.clear=$n,Ve.prototype.delete=jr,Ve.prototype.get=ur,Ve.prototype.has=Kn,Ve.prototype.set=Wn;function Ze(O){var I=-1,B=O?O.length:0;for(this.clear();++I<B;){var te=O[I];this.set(te[0],te[1])}}function cr(){this.__data__={hash:new $e,map:new(ot||Ve),string:new $e}}function fr(O){return Qn(this,O).delete(O)}function en(O){return Qn(this,O).get(O)}function Gn(O){return Qn(this,O).has(O)}function dr(O,I){return Qn(this,O).set(O,I),this}Ze.prototype.clear=cr,Ze.prototype.delete=fr,Ze.prototype.get=en,Ze.prototype.has=Gn,Ze.prototype.set=dr;function rt(O){this.__data__=new Ve(O)}function hr(){this.__data__=new Ve}function pr(O){return this.__data__.delete(O)}function Vt(O){return this.__data__.get(O)}function Yn(O){return this.__data__.has(O)}function Xn(O,I){var B=this.__data__;if(B instanceof Ve){var te=B.__data__;if(!ot||te.length<n-1)return te.push([O,I]),this;B=this.__data__=new Ze(te)}return B.set(O,I),this}rt.prototype.clear=hr,rt.prototype.delete=pr,rt.prototype.get=Vt,rt.prototype.has=Yn,rt.prototype.set=Xn;function bn(O,I){var B=Fr(O)||vr(O)?me(O.length,String):[],te=B.length,Ae=!!te;for(var be in O)(I||he.call(O,be))&&!(Ae&&(be=="length"||So(be,te)))&&B.push(be);return B}function Jn(O,I,B){var te=O[I];(!(he.call(O,I)&&ki(te,B))||B===void 0&&!(I in O))&&(O[I]=B)}function _n(O,I){for(var B=O.length;B--;)if(ki(O[B][0],I))return B;return-1}function Ot(O,I){return O&&Br(I,qr(I),O)}function Vr(O,I,B,te,Ae,be,Ne){var xe;if(te&&(xe=be?te(O,Ae,be,Ne):te(O)),xe!==void 0)return xe;if(!Bt(O))return O;var Ke=Fr(O);if(Ke){if(xe=To(O),!I)return Oo(O,xe)}else{var Ie=nn(O),st=Ie==d||Ie==u;if(Si(O))return mr(O,I);if(Ie==y||Ie==a||st&&!be){if(F(O))return be?O:{};if(xe=zt(st?{}:O),!I)return wo(O,Ot(xe,O))}else{if(!M[Ie])return be?O:{};xe=ko(O,Ie,Vr,I)}}Ne||(Ne=new rt);var mt=Ne.get(O);if(mt)return mt;if(Ne.set(O,xe),!Ke)var Ge=B?Ao(O):qr(O);return Z(Ge||O,function(ut,it){Ge&&(it=ut,ut=O[it]),Jn(xe,it,Vr(ut,I,B,te,it,O,Ne))}),xe}function po(O){return Bt(O)?Fe(O):{}}function mo(O,I,B){var te=I(O);return Fr(O)?te:ne(te,B(O))}function vo(O){return J.call(O)}function go(O){if(!Bt(O)||Lo(O))return!1;var I=Ur(O)||F(O)?oe:re;return I.test(dt(O))}function yo(O){if(!Ai(O))return Bn(O);var I=[];for(var B in Object(O))he.call(O,B)&&B!="constructor"&&I.push(B);return I}function mr(O,I){if(I)return O.slice();var B=new O.constructor(O.length);return O.copy(B),B}function zr(O){var I=new O.constructor(O.byteLength);return new nt(I).set(new nt(O)),I}function Zn(O,I){var B=I?zr(O.buffer):O.buffer;return new O.constructor(B,O.byteOffset,O.byteLength)}function Oi(O,I,B){var te=I?B(Q(O),!0):Q(O);return ue(te,q,new O.constructor)}function wi(O){var I=new O.constructor(O.source,W.exec(O));return I.lastIndex=O.lastIndex,I}function bo(O,I,B){var te=I?B(de(O),!0):de(O);return ue(te,X,new O.constructor)}function _o(O){return Me?Object(Me.call(O)):{}}function Eo(O,I){var B=I?zr(O.buffer):O.buffer;return new O.constructor(B,O.byteOffset,O.length)}function Oo(O,I){var B=-1,te=O.length;for(I||(I=Array(te));++B<te;)I[B]=O[B];return I}function Br(O,I,B,te){B||(B={});for(var Ae=-1,be=I.length;++Ae<be;){var Ne=I[Ae],xe=te?te(B[Ne],O[Ne],Ne,B,O):void 0;Jn(B,Ne,xe===void 0?O[Ne]:xe)}return B}function wo(O,I){return Br(O,tn(O),I)}function Ao(O){return mo(O,qr,tn)}function Qn(O,I){var B=O.__data__;return No(I)?B[typeof I=="string"?"string":"hash"]:B.map}function Nt(O,I){var B=z(O,I);return go(B)?B:void 0}var tn=zn?le(zn,Object):Po,nn=vo;(Rt&&nn(new Rt(new ArrayBuffer(1)))!=N||ot&&nn(new ot)!=c||lt&&nn(lt.resolve())!=g||yn&&nn(new yn)!=f||Fn&&nn(new Fn)!=m)&&(nn=function(O){var I=J.call(O),B=I==y?O.constructor:void 0,te=B?dt(B):void 0;if(te)switch(te){case Un:return N;case Zt:return c;case qn:return g;case _e:return f;case Se:return m}return I});function To(O){var I=O.length,B=O.constructor(I);return I&&typeof O[0]=="string"&&he.call(O,"index")&&(B.index=O.index,B.input=O.input),B}function zt(O){return typeof O.constructor=="function"&&!Ai(O)?po(Te(O)):{}}function ko(O,I,B,te){var Ae=O.constructor;switch(I){case E:return zr(O);case l:case s:return new Ae(+O);case N:return Zn(O,te);case k:case T:case C:case L:case w:case S:case P:case R:case j:return Eo(O,te);case c:return Oi(O,te,B);case h:case p:return new Ae(O);case b:return wi(O);case f:return bo(O,te,B);case _:return _o(O)}}function So(O,I){return I=I??i,!!I&&(typeof O=="number"||K.test(O))&&O>-1&&O%1==0&&O<I}function No(O){var I=typeof O;return I=="string"||I=="number"||I=="symbol"||I=="boolean"?O!=="__proto__":O===null}function Lo(O){return!!ae&&ae in O}function Ai(O){var I=O&&O.constructor,B=typeof I=="function"&&I.prototype||se;return O===B}function dt(O){if(O!=null){try{return Oe.call(O)}catch{}try{return O+""}catch{}}return""}function Ti(O){return Vr(O,!0,!0)}function ki(O,I){return O===I||O!==O&&I!==I}function vr(O){return Co(O)&&he.call(O,"callee")&&(!vn.call(O,"callee")||J.call(O)==a)}var Fr=Array.isArray;function gr(O){return O!=null&&Ni(O.length)&&!Ur(O)}function Co(O){return Li(O)&&gr(O)}var Si=gn||xo;function Ur(O){var I=Bt(O)?J.call(O):"";return I==d||I==u}function Ni(O){return typeof O=="number"&&O>-1&&O%1==0&&O<=i}function Bt(O){var I=typeof O;return!!O&&(I=="object"||I=="function")}function Li(O){return!!O&&typeof O=="object"}function qr(O){return gr(O)?bn(O):yo(O)}function Po(){return[]}function xo(){return!1}e.exports=Ti})(Ya,Ya.exports);var Md=Ya.exports,Xa={exports:{}};Xa.exports;(function(e,t){var n=200,r="__lodash_hash_undefined__",i=1,a=2,o=9007199254740991,l="[object Arguments]",s="[object Array]",v="[object AsyncFunction]",d="[object Boolean]",u="[object Date]",c="[object Error]",h="[object Function]",y="[object GeneratorFunction]",g="[object Map]",b="[object Number]",f="[object Null]",p="[object Object]",_="[object Promise]",m="[object Proxy]",E="[object RegExp]",N="[object Set]",k="[object String]",T="[object Symbol]",C="[object Undefined]",L="[object WeakMap]",w="[object ArrayBuffer]",S="[object DataView]",P="[object Float32Array]",R="[object Float64Array]",j="[object Int8Array]",$="[object Int16Array]",W="[object Int32Array]",re="[object Uint8Array]",K="[object Uint8ClampedArray]",M="[object Uint16Array]",x="[object Uint32Array]",H=/[\\^$.*+?()[\]{}|]/g,V=/^\[object .+?Constructor\]$/,G=/^(?:0|[1-9]\d*)$/,U={};U[P]=U[R]=U[j]=U[$]=U[W]=U[re]=U[K]=U[M]=U[x]=!0,U[l]=U[s]=U[w]=U[d]=U[S]=U[u]=U[c]=U[h]=U[g]=U[b]=U[p]=U[E]=U[N]=U[k]=U[L]=!1;var D=typeof Be.commonjsGlobal=="object"&&Be.commonjsGlobal&&Be.commonjsGlobal.Object===Object&&Be.commonjsGlobal,q=typeof self=="object"&&self&&self.Object===Object&&self,X=D||q||Function("return this")(),Z=t&&!t.nodeType&&t,ne=Z&&!0&&e&&!e.nodeType&&e,ue=ne&&ne.exports===Z,me=ue&&D.process,z=function(){try{return me&&me.binding&&me.binding("util")}catch{}}(),F=z&&z.isTypedArray;function Q(O,I){for(var B=-1,te=O==null?0:O.length,Ae=0,be=[];++B<te;){var Ne=O[B];I(Ne,B,O)&&(be[Ae++]=Ne)}return be}function le(O,I){for(var B=-1,te=I.length,Ae=O.length;++B<te;)O[Ae+B]=I[B];return O}function de(O,I){for(var B=-1,te=O==null?0:O.length;++B<te;)if(I(O[B],B,O))return!0;return!1}function Y(O,I){for(var B=-1,te=Array(O);++B<O;)te[B]=I(B);return te}function ee(O){return function(I){return O(I)}}function se(O,I){return O.has(I)}function fe(O,I){return O?.[I]}function ae(O){var I=-1,B=Array(O.size);return O.forEach(function(te,Ae){B[++I]=[Ae,te]}),B}function Oe(O,I){return function(B){return O(I(B))}}function he(O){var I=-1,B=Array(O.size);return O.forEach(function(te){B[++I]=te}),B}var J=Array.prototype,oe=Function.prototype,we=Object.prototype,ye=X["__core-js_shared__"],nt=oe.toString,Te=we.hasOwnProperty,Fe=function(){var O=/[^.]+$/.exec(ye&&ye.keys&&ye.keys.IE_PROTO||"");return O?"Symbol(src)_1."+O:""}(),vn=we.toString,Vn=RegExp("^"+nt.call(Te).replace(H,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),zn=ue?X.Buffer:void 0,gn=X.Symbol,Bn=X.Uint8Array,Rt=we.propertyIsEnumerable,ot=J.splice,lt=gn?gn.toStringTag:void 0,yn=Object.getOwnPropertySymbols,Fn=zn?zn.isBuffer:void 0,Jt=Oe(Object.keys,Object),Un=tn(X,"DataView"),Zt=tn(X,"Map"),qn=tn(X,"Promise"),_e=tn(X,"Set"),Se=tn(X,"WeakMap"),De=tn(Object,"create"),Me=dt(Un),$e=dt(Zt),Dt=dt(qn),Qt=dt(_e),Mt=dt(Se),Ht=gn?gn.prototype:void 0,jt=Ht?Ht.valueOf:void 0;function Ve(O){var I=-1,B=O==null?0:O.length;for(this.clear();++I<B;){var te=O[I];this.set(te[0],te[1])}}function $n(){this.__data__=De?De(null):{},this.size=0}function jr(O){var I=this.has(O)&&delete this.__data__[O];return this.size-=I?1:0,I}function ur(O){var I=this.__data__;if(De){var B=I[O];return B===r?void 0:B}return Te.call(I,O)?I[O]:void 0}function Kn(O){var I=this.__data__;return De?I[O]!==void 0:Te.call(I,O)}function Wn(O,I){var B=this.__data__;return this.size+=this.has(O)?0:1,B[O]=De&&I===void 0?r:I,this}Ve.prototype.clear=$n,Ve.prototype.delete=jr,Ve.prototype.get=ur,Ve.prototype.has=Kn,Ve.prototype.set=Wn;function Ze(O){var I=-1,B=O==null?0:O.length;for(this.clear();++I<B;){var te=O[I];this.set(te[0],te[1])}}function cr(){this.__data__=[],this.size=0}function fr(O){var I=this.__data__,B=mr(I,O);if(B<0)return!1;var te=I.length-1;return B==te?I.pop():ot.call(I,B,1),--this.size,!0}function en(O){var I=this.__data__,B=mr(I,O);return B<0?void 0:I[B][1]}function Gn(O){return mr(this.__data__,O)>-1}function dr(O,I){var B=this.__data__,te=mr(B,O);return te<0?(++this.size,B.push([O,I])):B[te][1]=I,this}Ze.prototype.clear=cr,Ze.prototype.delete=fr,Ze.prototype.get=en,Ze.prototype.has=Gn,Ze.prototype.set=dr;function rt(O){var I=-1,B=O==null?0:O.length;for(this.clear();++I<B;){var te=O[I];this.set(te[0],te[1])}}function hr(){this.size=0,this.__data__={hash:new Ve,map:new(Zt||Ze),string:new Ve}}function pr(O){var I=Nt(this,O).delete(O);return this.size-=I?1:0,I}function Vt(O){return Nt(this,O).get(O)}function Yn(O){return Nt(this,O).has(O)}function Xn(O,I){var B=Nt(this,O),te=B.size;return B.set(O,I),this.size+=B.size==te?0:1,this}rt.prototype.clear=hr,rt.prototype.delete=pr,rt.prototype.get=Vt,rt.prototype.has=Yn,rt.prototype.set=Xn;function bn(O){var I=-1,B=O==null?0:O.length;for(this.__data__=new rt;++I<B;)this.add(O[I])}function Jn(O){return this.__data__.set(O,r),this}function _n(O){return this.__data__.has(O)}bn.prototype.add=bn.prototype.push=Jn,bn.prototype.has=_n;function Ot(O){var I=this.__data__=new Ze(O);this.size=I.size}function Vr(){this.__data__=new Ze,this.size=0}function po(O){var I=this.__data__,B=I.delete(O);return this.size=I.size,B}function mo(O){return this.__data__.get(O)}function vo(O){return this.__data__.has(O)}function go(O,I){var B=this.__data__;if(B instanceof Ze){var te=B.__data__;if(!Zt||te.length<n-1)return te.push([O,I]),this.size=++B.size,this;B=this.__data__=new rt(te)}return B.set(O,I),this.size=B.size,this}Ot.prototype.clear=Vr,Ot.prototype.delete=po,Ot.prototype.get=mo,Ot.prototype.has=vo,Ot.prototype.set=go;function yo(O,I){var B=vr(O),te=!B&&ki(O),Ae=!B&&!te&&gr(O),be=!B&&!te&&!Ae&&Li(O),Ne=B||te||Ae||be,xe=Ne?Y(O.length,String):[],Ke=xe.length;for(var Ie in O)(I||Te.call(O,Ie))&&!(Ne&&(Ie=="length"||Ae&&(Ie=="offset"||Ie=="parent")||be&&(Ie=="buffer"||Ie=="byteLength"||Ie=="byteOffset")||ko(Ie,Ke)))&&xe.push(Ie);return xe}function mr(O,I){for(var B=O.length;B--;)if(Ti(O[B][0],I))return B;return-1}function zr(O,I,B){var te=I(O);return vr(O)?te:le(te,B(O))}function Zn(O){return O==null?O===void 0?C:f:lt&< in Object(O)?nn(O):Ai(O)}function Oi(O){return Bt(O)&&Zn(O)==l}function wi(O,I,B,te,Ae){return O===I?!0:O==null||I==null||!Bt(O)&&!Bt(I)?O!==O&&I!==I:bo(O,I,B,te,wi,Ae)}function bo(O,I,B,te,Ae,be){var Ne=vr(O),xe=vr(I),Ke=Ne?s:zt(O),Ie=xe?s:zt(I);Ke=Ke==l?p:Ke,Ie=Ie==l?p:Ie;var st=Ke==p,mt=Ie==p,Ge=Ke==Ie;if(Ge&&gr(O)){if(!gr(I))return!1;Ne=!0,st=!1}if(Ge&&!st)return be||(be=new Ot),Ne||Li(O)?Br(O,I,B,te,Ae,be):wo(O,I,Ke,B,te,Ae,be);if(!(B&i)){var ut=st&&Te.call(O,"__wrapped__"),it=mt&&Te.call(I,"__wrapped__");if(ut||it){var En=ut?O.value():O,rn=it?I.value():I;return be||(be=new Ot),Ae(En,rn,B,te,be)}}return Ge?(be||(be=new Ot),Ao(O,I,B,te,Ae,be)):!1}function _o(O){if(!Ni(O)||No(O))return!1;var I=Si(O)?Vn:V;return I.test(dt(O))}function Eo(O){return Bt(O)&&Ur(O.length)&&!!U[Zn(O)]}function Oo(O){if(!Lo(O))return Jt(O);var I=[];for(var B in Object(O))Te.call(O,B)&&B!="constructor"&&I.push(B);return I}function Br(O,I,B,te,Ae,be){var Ne=B&i,xe=O.length,Ke=I.length;if(xe!=Ke&&!(Ne&&Ke>xe))return!1;var Ie=be.get(O);if(Ie&&be.get(I))return Ie==I;var st=-1,mt=!0,Ge=B&a?new bn:void 0;for(be.set(O,I),be.set(I,O);++st<xe;){var ut=O[st],it=I[st];if(te)var En=Ne?te(it,ut,st,I,O,be):te(ut,it,st,O,I,be);if(En!==void 0){if(En)continue;mt=!1;break}if(Ge){if(!de(I,function(rn,er){if(!se(Ge,er)&&(ut===rn||Ae(ut,rn,B,te,be)))return Ge.push(er)})){mt=!1;break}}else if(!(ut===it||Ae(ut,it,B,te,be))){mt=!1;break}}return be.delete(O),be.delete(I),mt}function wo(O,I,B,te,Ae,be,Ne){switch(B){case S:if(O.byteLength!=I.byteLength||O.byteOffset!=I.byteOffset)return!1;O=O.buffer,I=I.buffer;case w:return!(O.byteLength!=I.byteLength||!be(new Bn(O),new Bn(I)));case d:case u:case b:return Ti(+O,+I);case c:return O.name==I.name&&O.message==I.message;case E:case k:return O==I+"";case g:var xe=ae;case N:var Ke=te&i;if(xe||(xe=he),O.size!=I.size&&!Ke)return!1;var Ie=Ne.get(O);if(Ie)return Ie==I;te|=a,Ne.set(O,I);var st=Br(xe(O),xe(I),te,Ae,be,Ne);return Ne.delete(O),st;case T:if(jt)return jt.call(O)==jt.call(I)}return!1}function Ao(O,I,B,te,Ae,be){var Ne=B&i,xe=Qn(O),Ke=xe.length,Ie=Qn(I),st=Ie.length;if(Ke!=st&&!Ne)return!1;for(var mt=Ke;mt--;){var Ge=xe[mt];if(!(Ne?Ge in I:Te.call(I,Ge)))return!1}var ut=be.get(O);if(ut&&be.get(I))return ut==I;var it=!0;be.set(O,I),be.set(I,O);for(var En=Ne;++mt<Ke;){Ge=xe[mt];var rn=O[Ge],er=I[Ge];if(te)var Cs=Ne?te(er,rn,Ge,I,O,be):te(rn,er,Ge,O,I,be);if(!(Cs===void 0?rn===er||Ae(rn,er,B,te,be):Cs)){it=!1;break}En||(En=Ge=="constructor")}if(it&&!En){var Ci=O.constructor,Pi=I.constructor;Ci!=Pi&&"constructor"in O&&"constructor"in I&&!(typeof Ci=="function"&&Ci instanceof Ci&&typeof Pi=="function"&&Pi instanceof Pi)&&(it=!1)}return be.delete(O),be.delete(I),it}function Qn(O){return zr(O,qr,To)}function Nt(O,I){var B=O.__data__;return So(I)?B[typeof I=="string"?"string":"hash"]:B.map}function tn(O,I){var B=fe(O,I);return _o(B)?B:void 0}function nn(O){var I=Te.call(O,lt),B=O[lt];try{O[lt]=void 0;var te=!0}catch{}var Ae=vn.call(O);return te&&(I?O[lt]=B:delete O[lt]),Ae}var To=yn?function(O){return O==null?[]:(O=Object(O),Q(yn(O),function(I){return Rt.call(O,I)}))}:Po,zt=Zn;(Un&&zt(new Un(new ArrayBuffer(1)))!=S||Zt&&zt(new Zt)!=g||qn&&zt(qn.resolve())!=_||_e&&zt(new _e)!=N||Se&&zt(new Se)!=L)&&(zt=function(O){var I=Zn(O),B=I==p?O.constructor:void 0,te=B?dt(B):"";if(te)switch(te){case Me:return S;case $e:return g;case Dt:return _;case Qt:return N;case Mt:return L}return I});function ko(O,I){return I=I??o,!!I&&(typeof O=="number"||G.test(O))&&O>-1&&O%1==0&&O<I}function So(O){var I=typeof O;return I=="string"||I=="number"||I=="symbol"||I=="boolean"?O!=="__proto__":O===null}function No(O){return!!Fe&&Fe in O}function Lo(O){var I=O&&O.constructor,B=typeof I=="function"&&I.prototype||we;return O===B}function Ai(O){return vn.call(O)}function dt(O){if(O!=null){try{return nt.call(O)}catch{}try{return O+""}catch{}}return""}function Ti(O,I){return O===I||O!==O&&I!==I}var ki=Oi(function(){return arguments}())?Oi:function(O){return Bt(O)&&Te.call(O,"callee")&&!Rt.call(O,"callee")},vr=Array.isArray;function Fr(O){return O!=null&&Ur(O.length)&&!Si(O)}var gr=Fn||xo;function Co(O,I){return wi(O,I)}function Si(O){if(!Ni(O))return!1;var I=Zn(O);return I==h||I==y||I==v||I==m}function Ur(O){return typeof O=="number"&&O>-1&&O%1==0&&O<=o}function Ni(O){var I=typeof O;return O!=null&&(I=="object"||I=="function")}function Bt(O){return O!=null&&typeof O=="object"}var Li=F?ee(F):Eo;function qr(O){return Fr(O)?yo(O):Oo(O)}function Po(){return[]}function xo(){return!1}e.exports=Co})(Xa,Xa.exports);var Hd=Xa.exports,Ns={},jd=Be.commonjsGlobal&&Be.commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Ns,"__esModule",{value:!0});var w4=jd(Md),A4=jd(Hd),Bl;(function(e){function t(a,o,l){a===void 0&&(a={}),o===void 0&&(o={}),typeof a!="object"&&(a={}),typeof o!="object"&&(o={});var s=w4.default(o);l||(s=Object.keys(s).reduce(function(d,u){return s[u]!=null&&(d[u]=s[u]),d},{}));for(var v in a)a[v]!==void 0&&o[v]===void 0&&(s[v]=a[v]);return Object.keys(s).length>0?s:void 0}e.compose=t;function n(a,o){a===void 0&&(a={}),o===void 0&&(o={}),typeof a!="object"&&(a={}),typeof o!="object"&&(o={});var l=Object.keys(a).concat(Object.keys(o)).reduce(function(s,v){return A4.default(a[v],o[v])||(s[v]=o[v]===void 0?null:o[v]),s},{});return Object.keys(l).length>0?l:void 0}e.diff=n;function r(a,o){a===void 0&&(a={}),o===void 0&&(o={}),a=a||{};var l=Object.keys(o).reduce(function(s,v){return o[v]!==a[v]&&a[v]!==void 0&&(s[v]=o[v]),s},{});return Object.keys(a).reduce(function(s,v){return a[v]!==o[v]&&o[v]===void 0&&(s[v]=null),s},l)}e.invert=r;function i(a,o,l){if(l===void 0&&(l=!1),typeof a!="object")return o;if(typeof o=="object"){if(!l)return o;var s=Object.keys(o).reduce(function(v,d){return a[d]===void 0&&(v[d]=o[d]),v},{});return Object.keys(s).length>0?s:void 0}}e.transform=i})(Bl||(Bl={}));Ns.default=Bl;var Yi={},Xi={},bc;function T4(){if(bc)return Xi;bc=1;var e=Be.commonjsGlobal&&Be.commonjsGlobal.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Xi,"__esModule",{value:!0});var t=e(Vd()),n=function(){function r(i){this.ops=i,this.index=0,this.offset=0}return r.prototype.hasNext=function(){return this.peekLength()<1/0},r.prototype.next=function(i){i||(i=1/0);var a=this.ops[this.index];if(a){var o=this.offset,l=t.default.length(a);if(i>=l-o?(i=l-o,this.index+=1,this.offset=0):this.offset+=i,typeof a.delete=="number")return{delete:i};var s={};return a.attributes&&(s.attributes=a.attributes),typeof a.retain=="number"?s.retain=i:typeof a.insert=="string"?s.insert=a.insert.substr(o,i):s.insert=a.insert,s}else return{retain:1/0}},r.prototype.peek=function(){return this.ops[this.index]},r.prototype.peekLength=function(){return this.ops[this.index]?t.default.length(this.ops[this.index])-this.offset:1/0},r.prototype.peekType=function(){return this.ops[this.index]?typeof this.ops[this.index].delete=="number"?"delete":typeof this.ops[this.index].retain=="number"?"retain":"insert":"retain"},r.prototype.rest=function(){if(this.hasNext()){if(this.offset===0)return this.ops.slice(this.index);var i=this.offset,a=this.index,o=this.next(),l=this.ops.slice(this.index);return this.offset=i,this.index=a,[o].concat(l)}else return[]},r}();return Xi.default=n,Xi}var _c;function Vd(){if(_c)return Yi;_c=1;var e=Be.commonjsGlobal&&Be.commonjsGlobal.__importDefault||function(r){return r&&r.__esModule?r:{default:r}};Object.defineProperty(Yi,"__esModule",{value:!0});var t=e(T4()),n;return function(r){function i(o){return new t.default(o)}r.iterator=i;function a(o){return typeof o.delete=="number"?o.delete:typeof o.retain=="number"?o.retain:typeof o.insert=="string"?o.insert.length:1}r.length=a}(n||(n={})),Yi.default=n,Yi}var Ei=Be.commonjsGlobal&&Be.commonjsGlobal.__importDefault||function(e){return e&&e.__esModule?e:{default:e}},Ji=Ei(O4),k4=Ei(Md),Xo=Ei(Hd),Wr=Ei(Ns),at=Ei(Vd()),S4="\0",N4=function(){function e(t){Array.isArray(t)?this.ops=t:t!=null&&Array.isArray(t.ops)?this.ops=t.ops:this.ops=[]}return e.prototype.insert=function(t,n){var r={};return typeof t=="string"&&t.length===0?this:(r.insert=t,n!=null&&typeof n=="object"&&Object.keys(n).length>0&&(r.attributes=n),this.push(r))},e.prototype.delete=function(t){return t<=0?this:this.push({delete:t})},e.prototype.retain=function(t,n){if(t<=0)return this;var r={retain:t};return n!=null&&typeof n=="object"&&Object.keys(n).length>0&&(r.attributes=n),this.push(r)},e.prototype.push=function(t){var n=this.ops.length,r=this.ops[n-1];if(t=k4.default(t),typeof r=="object"){if(typeof t.delete=="number"&&typeof r.delete=="number")return this.ops[n-1]={delete:r.delete+t.delete},this;if(typeof r.delete=="number"&&t.insert!=null&&(n-=1,r=this.ops[n-1],typeof r!="object"))return this.ops.unshift(t),this;if(Xo.default(t.attributes,r.attributes)){if(typeof t.insert=="string"&&typeof r.insert=="string")return this.ops[n-1]={insert:r.insert+t.insert},typeof t.attributes=="object"&&(this.ops[n-1].attributes=t.attributes),this;if(typeof t.retain=="number"&&typeof r.retain=="number")return this.ops[n-1]={retain:r.retain+t.retain},typeof t.attributes=="object"&&(this.ops[n-1].attributes=t.attributes),this}}return n===this.ops.length?this.ops.push(t):this.ops.splice(n,0,t),this},e.prototype.chop=function(){var t=this.ops[this.ops.length-1];return t&&t.retain&&!t.attributes&&this.ops.pop(),this},e.prototype.filter=function(t){return this.ops.filter(t)},e.prototype.forEach=function(t){this.ops.forEach(t)},e.prototype.map=function(t){return this.ops.map(t)},e.prototype.partition=function(t){var n=[],r=[];return this.forEach(function(i){var a=t(i)?n:r;a.push(i)}),[n,r]},e.prototype.reduce=function(t,n){return this.ops.reduce(t,n)},e.prototype.changeLength=function(){return this.reduce(function(t,n){return n.insert?t+at.default.length(n):n.delete?t-n.delete:t},0)},e.prototype.length=function(){return this.reduce(function(t,n){return t+at.default.length(n)},0)},e.prototype.slice=function(t,n){t===void 0&&(t=0),n===void 0&&(n=1/0);for(var r=[],i=at.default.iterator(this.ops),a=0;a<n&&i.hasNext();){var o=void 0;a<t?o=i.next(t-a):(o=i.next(n-a),r.push(o)),a+=at.default.length(o)}return new e(r)},e.prototype.compose=function(t){var n=at.default.iterator(this.ops),r=at.default.iterator(t.ops),i=[],a=r.peek();if(a!=null&&typeof a.retain=="number"&&a.attributes==null){for(var o=a.retain;n.peekType()==="insert"&&n.peekLength()<=o;)o-=n.peekLength(),i.push(n.next());a.retain-o>0&&r.next(a.retain-o)}for(var l=new e(i);n.hasNext()||r.hasNext();)if(r.peekType()==="insert")l.push(r.next());else if(n.peekType()==="delete")l.push(n.next());else{var s=Math.min(n.peekLength(),r.peekLength()),v=n.next(s),d=r.next(s);if(typeof d.retain=="number"){var u={};typeof v.retain=="number"?u.retain=s:u.insert=v.insert;var c=Wr.default.compose(v.attributes,d.attributes,typeof v.retain=="number");if(c&&(u.attributes=c),l.push(u),!r.hasNext()&&Xo.default(l.ops[l.ops.length-1],u)){var h=new e(n.rest());return l.concat(h).chop()}}else typeof d.delete=="number"&&typeof v.retain=="number"&&l.push(d)}return l.chop()},e.prototype.concat=function(t){var n=new e(this.ops.slice());return t.ops.length>0&&(n.push(t.ops[0]),n.ops=n.ops.concat(t.ops.slice(1))),n},e.prototype.diff=function(t,n){if(this.ops===t.ops)return new e;var r=[this,t].map(function(s){return s.map(function(v){if(v.insert!=null)return typeof v.insert=="string"?v.insert:S4;var d=s===t?"on":"with";throw new Error("diff() called "+d+" non-document")}).join("")}),i=new e,a=Ji.default(r[0],r[1],n),o=at.default.iterator(this.ops),l=at.default.iterator(t.ops);return a.forEach(function(s){for(var v=s[1].length;v>0;){var d=0;switch(s[0]){case Ji.default.INSERT:d=Math.min(l.peekLength(),v),i.push(l.next(d));break;case Ji.default.DELETE:d=Math.min(v,o.peekLength()),o.next(d),i.delete(d);break;case Ji.default.EQUAL:d=Math.min(o.peekLength(),l.peekLength(),v);var u=o.next(d),c=l.next(d);Xo.default(u.insert,c.insert)?i.retain(d,Wr.default.diff(u.attributes,c.attributes)):i.push(c).delete(d);break}v-=d}}),i.chop()},e.prototype.eachLine=function(t,n){n===void 0&&(n=`
|
|
837
|
+
`);for(var r=at.default.iterator(this.ops),i=new e,a=0;r.hasNext();){if(r.peekType()!=="insert")return;var o=r.peek(),l=at.default.length(o)-r.peekLength(),s=typeof o.insert=="string"?o.insert.indexOf(n,l)-l:-1;if(s<0)i.push(r.next());else if(s>0)i.push(r.next(s));else{if(t(i,r.next(1).attributes||{},a)===!1)return;a+=1,i=new e}}i.length()>0&&t(i,{},a)},e.prototype.invert=function(t){var n=new e;return this.reduce(function(r,i){if(i.insert)n.delete(at.default.length(i));else{if(i.retain&&i.attributes==null)return n.retain(i.retain),r+i.retain;if(i.delete||i.retain&&i.attributes){var a=i.delete||i.retain,o=t.slice(r,r+a);return o.forEach(function(l){i.delete?n.push(l):i.retain&&i.attributes&&n.retain(at.default.length(l),Wr.default.invert(i.attributes,l.attributes))}),r+a}}return r},0),n.chop()},e.prototype.transform=function(t,n){if(n===void 0&&(n=!1),n=!!n,typeof t=="number")return this.transformPosition(t,n);for(var r=t,i=at.default.iterator(this.ops),a=at.default.iterator(r.ops),o=new e;i.hasNext()||a.hasNext();)if(i.peekType()==="insert"&&(n||a.peekType()!=="insert"))o.retain(at.default.length(i.next()));else if(a.peekType()==="insert")o.push(a.next());else{var l=Math.min(i.peekLength(),a.peekLength()),s=i.next(l),v=a.next(l);if(s.delete)continue;v.delete?o.push(v):o.retain(l,Wr.default.transform(s.attributes,v.attributes,n))}return o.chop()},e.prototype.transformPosition=function(t,n){n===void 0&&(n=!1),n=!!n;for(var r=at.default.iterator(this.ops),i=0;r.hasNext()&&i<=t;){var a=r.peekLength(),o=r.peekType();if(r.next(),o==="delete"){t-=Math.min(a,t-i);continue}else o==="insert"&&(i<t||!n)&&(t+=a);i+=a}return t},e.Op=at.default,e.AttributeMap=Wr.default,e}(),L4=N4;const C4=Be.getDefaultExportFromCjs(L4);/*!
|
|
838
|
+
* VueQuill @vueup/vue-quill v1.2.0
|
|
839
|
+
* https://vueup.github.io/vue-quill/
|
|
840
|
+
*
|
|
841
|
+
* Includes quill v1.3.7
|
|
842
|
+
* https://quilljs.com/
|
|
843
|
+
*
|
|
844
|
+
* Copyright (c) 2023 Ahmad Luthfi Masruri
|
|
845
|
+
* Released under the MIT license
|
|
846
|
+
* Date: 2023-05-12T08:44:03.742Z
|
|
847
|
+
*/const Ec={essential:[[{header:[1,2,3,4,5,6,!1]}],["bold","italic","underline"],[{list:"ordered"},{list:"bullet"},{align:[]}],["blockquote","code-block","link"],[{color:[]},"clean"]],minimal:[[{header:1},{header:2}],["bold","italic","underline"],[{list:"ordered"},{list:"bullet"},{align:[]}]],full:[["bold","italic","underline","strike"],["blockquote","code-block"],[{header:1},{header:2}],[{list:"ordered"},{list:"bullet"}],[{script:"sub"},{script:"super"}],[{indent:"-1"},{indent:"+1"}],[{direction:"rtl"}],[{size:["small",!1,"large","huge"]}],[{header:[1,2,3,4,5,6,!1]}],[{color:[]},{background:[]}],[{font:[]}],[{align:[]}],["link","video","image"],["clean"]]},P4=A.defineComponent({name:"QuillEditor",inheritAttrs:!1,props:{content:{type:[String,Object]},contentType:{type:String,default:"delta",validator:e=>["delta","html","text"].includes(e)},enable:{type:Boolean,default:!0},readOnly:{type:Boolean,default:!1},placeholder:{type:String,required:!1},theme:{type:String,default:"snow",validator:e=>["snow","bubble",""].includes(e)},toolbar:{type:[String,Array,Object],required:!1,validator:e=>typeof e=="string"&&e!==""?e.charAt(0)==="#"?!0:Object.keys(Ec).indexOf(e)!==-1:!0},modules:{type:Object,required:!1},options:{type:Object,required:!1},globalOptions:{type:Object,required:!1}},emits:["textChange","selectionChange","editorChange","update:content","focus","blur","ready"],setup:(e,t)=>{A.onMounted(()=>{a()}),A.onBeforeUnmount(()=>{n=null});let n,r;const i=A.ref(),a=()=>{var w;if(i.value){if(r=o(),e.modules)if(Array.isArray(e.modules))for(const S of e.modules)Go.register(`modules/${S.name}`,S.module);else Go.register(`modules/${e.modules.name}`,e.modules.module);n=new Go(i.value,r),_(e.content),n.on("text-change",u),n.on("selection-change",h),n.on("editor-change",y),e.theme!=="bubble"&&i.value.classList.remove("ql-bubble"),e.theme!=="snow"&&i.value.classList.remove("ql-snow"),(w=n.getModule("toolbar"))===null||w===void 0||w.container.addEventListener("mousedown",S=>{S.preventDefault()}),t.emit("ready",n)}},o=()=>{const w={};if(e.theme!==""&&(w.theme=e.theme),e.readOnly&&(w.readOnly=e.readOnly),e.placeholder&&(w.placeholder=e.placeholder),e.toolbar&&e.toolbar!==""&&(w.modules={toolbar:(()=>{if(typeof e.toolbar=="object")return e.toolbar;if(typeof e.toolbar=="string")return e.toolbar.charAt(0)==="#"?e.toolbar:Ec[e.toolbar]})()}),e.modules){const S=(()=>{var P,R;const j={};if(Array.isArray(e.modules))for(const $ of e.modules)j[$.name]=(P=$.options)!==null&&P!==void 0?P:{};else j[e.modules.name]=(R=e.modules.options)!==null&&R!==void 0?R:{};return j})();w.modules=Object.assign({},w.modules,S)}return Object.assign({},e.globalOptions,e.options,w)},l=w=>typeof w=="object"&&w?w.slice():w,s=w=>Object.values(w.ops).some(S=>!S.retain||Object.keys(S).length!==1);let v;const d=w=>{if(typeof v==typeof w){if(w===v)return!0;if(typeof w=="object"&&w&&typeof v=="object"&&v)return!s(v.diff(w))}return!1},u=(w,S,P)=>{v=l(p()),d(e.content)||t.emit("update:content",v),t.emit("textChange",{delta:w,oldContents:S,source:P})},c=A.ref(),h=(w,S,P)=>{c.value=!!n?.hasFocus(),t.emit("selectionChange",{range:w,oldRange:S,source:P})};A.watch(c,w=>{w?t.emit("focus",i):t.emit("blur",i)});const y=(...w)=>{w[0]==="text-change"&&t.emit("editorChange",{name:w[0],delta:w[1],oldContents:w[2],source:w[3]}),w[0]==="selection-change"&&t.emit("editorChange",{name:w[0],range:w[1],oldRange:w[2],source:w[3]})},g=()=>i.value,b=()=>{var w;return(w=n?.getModule("toolbar"))===null||w===void 0?void 0:w.container},f=()=>{if(n)return n;throw`The quill editor hasn't been instantiated yet,
|
|
848
|
+
make sure to call this method when the editor ready
|
|
849
|
+
or use v-on:ready="onReady(quill)" event instead.`},p=(w,S)=>e.contentType==="html"?N():e.contentType==="text"?m(w,S):n?.getContents(w,S),_=(w,S="api")=>{const P=w||(e.contentType==="delta"?new C4:"");e.contentType==="html"?k(P):e.contentType==="text"?E(P,S):n?.setContents(P,S),v=l(P)},m=(w,S)=>{var P;return(P=n?.getText(w,S))!==null&&P!==void 0?P:""},E=(w,S="api")=>{n?.setText(w,S)},N=()=>{var w;return(w=n?.root.innerHTML)!==null&&w!==void 0?w:""},k=w=>{n&&(n.root.innerHTML=w)},T=(w,S="api")=>{const P=n?.clipboard.convert(w);P&&n?.setContents(P,S)},C=()=>{n?.focus()},L=()=>{A.nextTick(()=>{var w;!t.slots.toolbar&&n&&((w=n.getModule("toolbar"))===null||w===void 0||w.container.remove()),a()})};return A.watch(()=>e.content,w=>{if(!n||!w||d(w))return;const S=n.getSelection();S&&A.nextTick(()=>n?.setSelection(S)),_(w)},{deep:!0}),A.watch(()=>e.enable,w=>{n&&n.enable(w)}),{editor:i,getEditor:g,getToolbar:b,getQuill:f,getContents:p,setContents:_,getHTML:N,setHTML:k,pasteHTML:T,focus:C,getText:m,setText:E,reinit:L}},render(){var e,t;return[(t=(e=this.$slots).toolbar)===null||t===void 0?void 0:t.call(e),A.h("div",{ref:"editor",...this.$attrs})]}}),x4=["name","value"],I4=["id","data-test","name","required","readonly","autocomplete","placeholder","disabled","maxlength","row"],R4=["id","data-test","name","type","required","readonly","autocomplete","placeholder","disabled","maxlength"],D4={key:4,class:"suffix"},M4={key:5,class:"fresh-booking-input-limit"},H4=A.defineComponent({__name:"TextField",props:{modelValue:{},description:{},suffix:{},label:{},id:{},name:{},placeholder:{},icon:{},iconColor:{},iconType:{default:"fal"},required:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},type:{default:"text"},autocomplete:{},disabled:{type:Boolean,default:!1},limit:{default:1/0},rows:{default:3},inputStyle:{}},emits:["update:modelValue"],setup(e,{emit:t}){const n=t,r=e,i=A.ref(),a=A.ref(),o=r.id||mi(),l=()=>{n("update:modelValue",a.value.getHTML())},s=A.ref({placeholder:r.placeholder,readOnly:r.readonly,theme:"snow"}),v=A.computed({get:()=>r.modelValue,set:g=>{n("update:modelValue",g)}}),d=A.computed(()=>{const g=r.limit;let b=0;return r.modelValue&&(b=r.modelValue.toString().length),g-b}),u=A.computed(()=>r.readonly?void 0:r.placeholder),c=A.computed(()=>!!r.name&&!!r.autocomplete);function h(){if(r.type==="textarea"){const g=i.value;g.setAttribute("style",`height:${g.scrollHeight}px`)}}function y(){const g=i.value;g.style.height="auto",g.style.height=g.scrollHeight+"px"}return A.onMounted(()=>{h()}),(g,b)=>(A.openBlock(),A.createBlock(fo,{label:g.label,id:A.unref(o),icon:g.icon,"icon-color":g.iconColor,"icon-type":g.iconType,required:g.required,type:g.type,readonly:g.readonly,description:g.description,limit:g.limit},{default:A.withCtx(()=>[c.value?A.createCommentVNode("",!0):(A.openBlock(),A.createElementBlock("input",{key:0,type:"hidden",name:g.name,value:g.modelValue},null,8,x4)),g.type==="textarea"?A.withDirectives((A.openBlock(),A.createElementBlock("textarea",A.mergeProps({key:1,"onUpdate:modelValue":b[0]||(b[0]=f=>v.value=f)},g.$attrs,{ref_key:"textField",ref:i,id:A.unref(o),"data-test":A.unref(Pu)(g.name),name:c.value?g.name:void 0,required:!!g.required,readonly:!!g.readonly,autocomplete:g.autocomplete||"off",placeholder:u.value,disabled:g.disabled,maxlength:g.limit,row:g.rows,style:g.inputStyle,onInput:y}),null,16,I4)),[[A.vModelText,v.value]]):g.type==="editor"?(A.openBlock(),A.createBlock(A.unref(P4),{key:2,content:g.modelValue,ref_key:"editorField",ref:a,options:s.value,"content-type":"html",id:A.unref(o),name:c.value?g.name:null,required:!!g.required,autocomplete:g.autocomplete||"off",placeholder:u.value,disabled:g.disabled,style:A.normalizeStyle(g.inputStyle),"onUpdate:content":l},null,8,["content","options","id","name","required","autocomplete","placeholder","disabled","style"])):A.withDirectives((A.openBlock(),A.createElementBlock("input",A.mergeProps({key:3,"onUpdate:modelValue":b[1]||(b[1]=f=>v.value=f)},g.$attrs,{id:A.unref(o),"data-test":A.unref(Pu)(g.name),name:c.value?g.name:void 0,type:g.type,required:!!g.required,readonly:!!g.readonly,autocomplete:g.autocomplete||"off",placeholder:u.value,disabled:g.disabled,maxlength:g.limit,style:g.inputStyle}),null,16,R4)),[[A.vModelDynamic,v.value]]),g.suffix?(A.openBlock(),A.createElementBlock("div",D4,[A.createElementVNode("div",null,[A.createElementVNode("span",null,A.toDisplayString(g.suffix),1)])])):A.createCommentVNode("",!0),d.value!==1/0?(A.openBlock(),A.createElementBlock("div",M4,[A.createElementVNode("span",{class:A.normalizeClass({danger:d.value<=15})},A.toDisplayString(d.value),3),A.createTextVNode("/"),A.createElementVNode("small",null,A.toDisplayString(g.limit),1)])):A.createCommentVNode("",!0)]),_:1},8,["label","id","icon","icon-color","icon-type","required","type","readonly","description","limit"]))}}),j4=jn(H4,[["__scopeId","data-v-a648c80a"]]);var V4=Object.defineProperty,z4=Object.defineProperties,B4=Object.getOwnPropertyDescriptors,Oc=Object.getOwnPropertySymbols,F4=Object.prototype.hasOwnProperty,U4=Object.prototype.propertyIsEnumerable,wc=(e,t,n)=>t in e?V4(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,_r=(e,t)=>{for(var n in t||(t={}))F4.call(t,n)&&wc(e,n,t[n]);if(Oc)for(var n of Oc(t))U4.call(t,n)&&wc(e,n,t[n]);return e},Ac=(e,t)=>z4(e,B4(t));const q4={props:{autoscroll:{type:Boolean,default:!0}},watch:{typeAheadPointer(){this.autoscroll&&this.maybeAdjustScroll()},open(e){this.autoscroll&&e&&this.$nextTick(()=>this.maybeAdjustScroll())}},methods:{maybeAdjustScroll(){var e;const t=((e=this.$refs.dropdownMenu)==null?void 0:e.children[this.typeAheadPointer])||!1;if(t){const n=this.getDropdownViewport(),{top:r,bottom:i,height:a}=t.getBoundingClientRect();if(r<n.top)return this.$refs.dropdownMenu.scrollTop=t.offsetTop;if(i>n.bottom)return this.$refs.dropdownMenu.scrollTop=t.offsetTop-(n.height-a)}},getDropdownViewport(){return this.$refs.dropdownMenu?this.$refs.dropdownMenu.getBoundingClientRect():{height:0,top:0,bottom:0}}}},$4={data(){return{typeAheadPointer:-1}},watch:{filteredOptions(){for(let e=0;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},open(e){e&&this.typeAheadToLastSelected()},selectedValue(){this.open&&this.typeAheadToLastSelected()}},methods:{typeAheadUp(){for(let e=this.typeAheadPointer-1;e>=0;e--)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadDown(){for(let e=this.typeAheadPointer+1;e<this.filteredOptions.length;e++)if(this.selectable(this.filteredOptions[e])){this.typeAheadPointer=e;break}},typeAheadSelect(){const e=this.filteredOptions[this.typeAheadPointer];e&&this.selectable(e)&&this.select(e)},typeAheadToLastSelected(){this.typeAheadPointer=this.selectedValue.length!==0?this.filteredOptions.indexOf(this.selectedValue[this.selectedValue.length-1]):-1}}},K4={props:{loading:{type:Boolean,default:!1}},data(){return{mutableLoading:!1}},watch:{search(){this.$emit("search",this.search,this.toggleLoading)},loading(e){this.mutableLoading=e}},methods:{toggleLoading(e=null){return e==null?this.mutableLoading=!this.mutableLoading:this.mutableLoading=e}}},Ls=(e,t)=>{const n=e.__vccOpts||e;for(const[r,i]of t)n[r]=i;return n},W4={},G4={xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10"},Y4=A.createElementVNode("path",{d:"M6.895455 5l2.842897-2.842898c.348864-.348863.348864-.914488 0-1.263636L9.106534.261648c-.348864-.348864-.914489-.348864-1.263636 0L5 3.104545 2.157102.261648c-.348863-.348864-.914488-.348864-1.263636 0L.261648.893466c-.348864.348864-.348864.914489 0 1.263636L3.104545 5 .261648 7.842898c-.348864.348863-.348864.914488 0 1.263636l.631818.631818c.348864.348864.914773.348864 1.263636 0L5 6.895455l2.842898 2.842897c.348863.348864.914772.348864 1.263636 0l.631818-.631818c.348864-.348864.348864-.914489 0-1.263636L6.895455 5z"},null,-1),X4=[Y4];function J4(e,t){return A.openBlock(),A.createElementBlock("svg",G4,X4)}const Z4=Ls(W4,[["render",J4]]),Q4={},e6={xmlns:"http://www.w3.org/2000/svg",width:"14",height:"10"},t6=A.createElementVNode("path",{d:"M9.211364 7.59931l4.48338-4.867229c.407008-.441854.407008-1.158247 0-1.60046l-.73712-.80023c-.407008-.441854-1.066904-.441854-1.474243 0L7 5.198617 2.51662.33139c-.407008-.441853-1.066904-.441853-1.474243 0l-.737121.80023c-.407008.441854-.407008 1.158248 0 1.600461l4.48338 4.867228L7 10l2.211364-2.40069z"},null,-1),n6=[t6];function r6(e,t){return A.openBlock(),A.createElementBlock("svg",e6,n6)}const i6=Ls(Q4,[["render",r6]]),Tc={Deselect:Z4,OpenIndicator:i6},a6={mounted(e,{instance:t}){if(t.appendToBody){const{height:n,top:r,left:i,width:a}=t.$refs.toggle.getBoundingClientRect();let o=window.scrollX||window.pageXOffset,l=window.scrollY||window.pageYOffset;e.unbindPosition=t.calculatePosition(e,t,{width:a+"px",left:o+i+"px",top:l+r+n+"px"}),document.body.appendChild(e)}},unmounted(e,{instance:t}){t.appendToBody&&(e.unbindPosition&&typeof e.unbindPosition=="function"&&e.unbindPosition(),e.parentNode&&e.parentNode.removeChild(e))}};function o6(e){const t={};return Object.keys(e).sort().forEach(n=>{t[n]=e[n]}),JSON.stringify(t)}let l6=0;function s6(){return++l6}const u6={components:_r({},Tc),directives:{appendToBody:a6},mixins:[q4,$4,K4],compatConfig:{MODE:3},emits:["open","close","update:modelValue","search","search:compositionstart","search:compositionend","search:keydown","search:blur","search:focus","search:input","option:created","option:selecting","option:selected","option:deselecting","option:deselected"],props:{modelValue:{},components:{type:Object,default:()=>({})},options:{type:Array,default(){return[]}},disabled:{type:Boolean,default:!1},clearable:{type:Boolean,default:!0},deselectFromDropdown:{type:Boolean,default:!1},searchable:{type:Boolean,default:!0},multiple:{type:Boolean,default:!1},placeholder:{type:String,default:""},transition:{type:String,default:"vs__fade"},clearSearchOnSelect:{type:Boolean,default:!0},closeOnSelect:{type:Boolean,default:!0},label:{type:String,default:"label"},autocomplete:{type:String,default:"off"},reduce:{type:Function,default:e=>e},selectable:{type:Function,default:e=>!0},getOptionLabel:{type:Function,default(e){return typeof e=="object"?e.hasOwnProperty(this.label)?e[this.label]:console.warn(`[vue-select warn]: Label key "option.${this.label}" does not exist in options object ${JSON.stringify(e)}.
|
|
850
|
+
https://vue-select.org/api/props.html#getoptionlabel`):e}},getOptionKey:{type:Function,default(e){if(typeof e!="object")return e;try{return e.hasOwnProperty("id")?e.id:o6(e)}catch(t){return console.warn(`[vue-select warn]: Could not stringify this option to generate unique key. Please provide'getOptionKey' prop to return a unique key for each option.
|
|
851
|
+
https://vue-select.org/api/props.html#getoptionkey`,e,t)}}},onTab:{type:Function,default:function(){this.selectOnTab&&!this.isComposing&&this.typeAheadSelect()}},taggable:{type:Boolean,default:!1},tabindex:{type:Number,default:null},pushTags:{type:Boolean,default:!1},filterable:{type:Boolean,default:!0},filterBy:{type:Function,default(e,t,n){return(t||"").toLocaleLowerCase().indexOf(n.toLocaleLowerCase())>-1}},filter:{type:Function,default(e,t){return e.filter(n=>{let r=this.getOptionLabel(n);return typeof r=="number"&&(r=r.toString()),this.filterBy(n,r,t)})}},createOption:{type:Function,default(e){return typeof this.optionList[0]=="object"?{[this.label]:e}:e}},resetOnOptionsChange:{default:!1,validator:e=>["function","boolean"].includes(typeof e)},clearSearchOnBlur:{type:Function,default:function({clearSearchOnSelect:e,multiple:t}){return e&&!t}},noDrop:{type:Boolean,default:!1},inputId:{type:String},dir:{type:String,default:"auto"},selectOnTab:{type:Boolean,default:!1},selectOnKeyCodes:{type:Array,default:()=>[13]},searchInputQuerySelector:{type:String,default:"[type=search]"},mapKeydown:{type:Function,default:(e,t)=>e},appendToBody:{type:Boolean,default:!1},calculatePosition:{type:Function,default(e,t,{width:n,top:r,left:i}){e.style.top=r,e.style.left=i,e.style.width=n}},dropdownShouldOpen:{type:Function,default({noDrop:e,open:t,mutableLoading:n}){return e?!1:t&&!n}},uid:{type:[String,Number],default:()=>s6()}},data(){return{search:"",open:!1,isComposing:!1,pushedTags:[],_value:[],deselectButtons:[]}},computed:{isReducingValues(){return this.$props.reduce!==this.$options.props.reduce.default},isTrackingValues(){return typeof this.modelValue>"u"||this.isReducingValues},selectedValue(){let e=this.modelValue;return this.isTrackingValues&&(e=this.$data._value),e!=null&&e!==""?[].concat(e):[]},optionList(){return this.options.concat(this.pushTags?this.pushedTags:[])},searchEl(){return this.$slots.search?this.$refs.selectedOptions.querySelector(this.searchInputQuerySelector):this.$refs.search},scope(){const e={search:this.search,loading:this.loading,searching:this.searching,filteredOptions:this.filteredOptions};return{search:{attributes:_r({disabled:this.disabled,placeholder:this.searchPlaceholder,tabindex:this.tabindex,readonly:!this.searchable,id:this.inputId,"aria-autocomplete":"list","aria-labelledby":`vs${this.uid}__combobox`,"aria-controls":`vs${this.uid}__listbox`,ref:"search",type:"search",autocomplete:this.autocomplete,value:this.search},this.dropdownOpen&&this.filteredOptions[this.typeAheadPointer]?{"aria-activedescendant":`vs${this.uid}__option-${this.typeAheadPointer}`}:{}),events:{compositionstart:()=>this.isComposing=!0,compositionend:()=>this.isComposing=!1,keydown:this.onSearchKeyDown,blur:this.onSearchBlur,focus:this.onSearchFocus,input:t=>this.search=t.target.value}},spinner:{loading:this.mutableLoading},noOptions:{search:this.search,loading:this.mutableLoading,searching:this.searching},openIndicator:{attributes:{ref:"openIndicator",role:"presentation",class:"vs__open-indicator"}},listHeader:e,listFooter:e,header:Ac(_r({},e),{deselect:this.deselect}),footer:Ac(_r({},e),{deselect:this.deselect})}},childComponents(){return _r(_r({},Tc),this.components)},stateClasses(){return{"vs--open":this.dropdownOpen,"vs--single":!this.multiple,"vs--multiple":this.multiple,"vs--searching":this.searching&&!this.noDrop,"vs--searchable":this.searchable&&!this.noDrop,"vs--unsearchable":!this.searchable,"vs--loading":this.mutableLoading,"vs--disabled":this.disabled}},searching(){return!!this.search},dropdownOpen(){return this.dropdownShouldOpen(this)},searchPlaceholder(){return this.isValueEmpty&&this.placeholder?this.placeholder:void 0},filteredOptions(){const e=[].concat(this.optionList);if(!this.filterable&&!this.taggable)return e;const t=this.search.length?this.filter(e,this.search,this):e;if(this.taggable&&this.search.length){const n=this.createOption(this.search);this.optionExists(n)||t.unshift(n)}return t},isValueEmpty(){return this.selectedValue.length===0},showClearButton(){return!this.multiple&&this.clearable&&!this.open&&!this.isValueEmpty}},watch:{options(e,t){const n=()=>typeof this.resetOnOptionsChange=="function"?this.resetOnOptionsChange(e,t,this.selectedValue):this.resetOnOptionsChange;!this.taggable&&n()&&this.clearSelection(),this.modelValue&&this.isTrackingValues&&this.setInternalValueFromOptions(this.modelValue)},modelValue:{immediate:!0,handler(e){this.isTrackingValues&&this.setInternalValueFromOptions(e)}},multiple(){this.clearSelection()},open(e){this.$emit(e?"open":"close")}},created(){this.mutableLoading=this.loading},methods:{setInternalValueFromOptions(e){Array.isArray(e)?this.$data._value=e.map(t=>this.findOptionFromReducedValue(t)):this.$data._value=this.findOptionFromReducedValue(e)},select(e){this.$emit("option:selecting",e),this.isOptionSelected(e)?this.deselectFromDropdown&&(this.clearable||this.multiple&&this.selectedValue.length>1)&&this.deselect(e):(this.taggable&&!this.optionExists(e)&&(this.$emit("option:created",e),this.pushTag(e)),this.multiple&&(e=this.selectedValue.concat(e)),this.updateValue(e),this.$emit("option:selected",e)),this.onAfterSelect(e)},deselect(e){this.$emit("option:deselecting",e),this.updateValue(this.selectedValue.filter(t=>!this.optionComparator(t,e))),this.$emit("option:deselected",e)},clearSelection(){this.updateValue(this.multiple?[]:null)},onAfterSelect(e){this.closeOnSelect&&(this.open=!this.open,this.searchEl.blur()),this.clearSearchOnSelect&&(this.search="")},updateValue(e){typeof this.modelValue>"u"&&(this.$data._value=e),e!==null&&(Array.isArray(e)?e=e.map(t=>this.reduce(t)):e=this.reduce(e)),this.$emit("update:modelValue",e)},toggleDropdown(e){const t=e.target!==this.searchEl;t&&e.preventDefault();const n=[...this.deselectButtons||[],this.$refs.clearButton];if(this.searchEl===void 0||n.filter(Boolean).some(r=>r.contains(e.target)||r===e.target)){e.preventDefault();return}this.open&&t?this.searchEl.blur():this.disabled||(this.open=!0,this.searchEl.focus())},isOptionSelected(e){return this.selectedValue.some(t=>this.optionComparator(t,e))},isOptionDeselectable(e){return this.isOptionSelected(e)&&this.deselectFromDropdown},optionComparator(e,t){return this.getOptionKey(e)===this.getOptionKey(t)},findOptionFromReducedValue(e){const t=r=>JSON.stringify(this.reduce(r))===JSON.stringify(e),n=[...this.options,...this.pushedTags].filter(t);return n.length===1?n[0]:n.find(r=>this.optionComparator(r,this.$data._value))||e},closeSearchOptions(){this.open=!1,this.$emit("search:blur")},maybeDeleteValue(){if(!this.searchEl.value.length&&this.selectedValue&&this.selectedValue.length&&this.clearable){let e=null;this.multiple&&(e=[...this.selectedValue.slice(0,this.selectedValue.length-1)]),this.updateValue(e)}},optionExists(e){return this.optionList.some(t=>this.optionComparator(t,e))},normalizeOptionForSlot(e){return typeof e=="object"?e:{[this.label]:e}},pushTag(e){this.pushedTags.push(e)},onEscape(){this.search.length?this.search="":this.searchEl.blur()},onSearchBlur(){if(this.mousedown&&!this.searching)this.mousedown=!1;else{const{clearSearchOnSelect:e,multiple:t}=this;this.clearSearchOnBlur({clearSearchOnSelect:e,multiple:t})&&(this.search=""),this.closeSearchOptions();return}if(this.search.length===0&&this.options.length===0){this.closeSearchOptions();return}},onSearchFocus(){this.open=!0,this.$emit("search:focus")},onMousedown(){this.mousedown=!0},onMouseUp(){this.mousedown=!1},onSearchKeyDown(e){const t=i=>(i.preventDefault(),!this.isComposing&&this.typeAheadSelect()),n={8:i=>this.maybeDeleteValue(),9:i=>this.onTab(),27:i=>this.onEscape(),38:i=>(i.preventDefault(),this.typeAheadUp()),40:i=>(i.preventDefault(),this.typeAheadDown())};this.selectOnKeyCodes.forEach(i=>n[i]=t);const r=this.mapKeydown(n,this);if(typeof r[e.keyCode]=="function")return r[e.keyCode](e)}}},c6=["dir"],f6=["id","aria-expanded","aria-owns"],d6={ref:"selectedOptions",class:"vs__selected-options"},h6=["disabled","title","aria-label","onClick"],p6={ref:"actions",class:"vs__actions"},m6=["disabled"],v6={class:"vs__spinner"},g6=["id"],y6=["id","aria-selected","onMouseover","onClick"],b6={key:0,class:"vs__no-options"},_6=A.createTextVNode(" Sorry, no matching options. "),E6=["id"];function O6(e,t,n,r,i,a){const o=A.resolveDirective("append-to-body");return A.openBlock(),A.createElementBlock("div",{dir:n.dir,class:A.normalizeClass(["v-select",a.stateClasses])},[A.renderSlot(e.$slots,"header",A.normalizeProps(A.guardReactiveProps(a.scope.header))),A.createElementVNode("div",{id:`vs${n.uid}__combobox`,ref:"toggle",class:"vs__dropdown-toggle",role:"combobox","aria-expanded":a.dropdownOpen.toString(),"aria-owns":`vs${n.uid}__listbox`,"aria-label":"Search for option",onMousedown:t[1]||(t[1]=l=>a.toggleDropdown(l))},[A.createElementVNode("div",d6,[(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(a.selectedValue,(l,s)=>A.renderSlot(e.$slots,"selected-option-container",{option:a.normalizeOptionForSlot(l),deselect:a.deselect,multiple:n.multiple,disabled:n.disabled},()=>[(A.openBlock(),A.createElementBlock("span",{key:n.getOptionKey(l),class:"vs__selected"},[A.renderSlot(e.$slots,"selected-option",A.normalizeProps(A.guardReactiveProps(a.normalizeOptionForSlot(l))),()=>[A.createTextVNode(A.toDisplayString(n.getOptionLabel(l)),1)]),n.multiple?(A.openBlock(),A.createElementBlock("button",{key:0,ref_for:!0,ref:v=>i.deselectButtons[s]=v,disabled:n.disabled,type:"button",class:"vs__deselect",title:`Deselect ${n.getOptionLabel(l)}`,"aria-label":`Deselect ${n.getOptionLabel(l)}`,onClick:v=>a.deselect(l)},[(A.openBlock(),A.createBlock(A.resolveDynamicComponent(a.childComponents.Deselect)))],8,h6)):A.createCommentVNode("",!0)]))])),256)),A.renderSlot(e.$slots,"search",A.normalizeProps(A.guardReactiveProps(a.scope.search)),()=>[A.createElementVNode("input",A.mergeProps({class:"vs__search"},a.scope.search.attributes,A.toHandlers(a.scope.search.events)),null,16)])],512),A.createElementVNode("div",p6,[A.withDirectives(A.createElementVNode("button",{ref:"clearButton",disabled:n.disabled,type:"button",class:"vs__clear",title:"Clear Selected","aria-label":"Clear Selected",onClick:t[0]||(t[0]=(...l)=>a.clearSelection&&a.clearSelection(...l))},[(A.openBlock(),A.createBlock(A.resolveDynamicComponent(a.childComponents.Deselect)))],8,m6),[[A.vShow,a.showClearButton]]),A.renderSlot(e.$slots,"open-indicator",A.normalizeProps(A.guardReactiveProps(a.scope.openIndicator)),()=>[n.noDrop?A.createCommentVNode("",!0):(A.openBlock(),A.createBlock(A.resolveDynamicComponent(a.childComponents.OpenIndicator),A.normalizeProps(A.mergeProps({key:0},a.scope.openIndicator.attributes)),null,16))]),A.renderSlot(e.$slots,"spinner",A.normalizeProps(A.guardReactiveProps(a.scope.spinner)),()=>[A.withDirectives(A.createElementVNode("div",v6,"Loading...",512),[[A.vShow,e.mutableLoading]])])],512)],40,f6),A.createVNode(A.Transition,{name:n.transition},{default:A.withCtx(()=>[a.dropdownOpen?A.withDirectives((A.openBlock(),A.createElementBlock("ul",{id:`vs${n.uid}__listbox`,ref:"dropdownMenu",key:`vs${n.uid}__listbox`,class:"vs__dropdown-menu",role:"listbox",tabindex:"-1",onMousedown:t[2]||(t[2]=A.withModifiers((...l)=>a.onMousedown&&a.onMousedown(...l),["prevent"])),onMouseup:t[3]||(t[3]=(...l)=>a.onMouseUp&&a.onMouseUp(...l))},[A.renderSlot(e.$slots,"list-header",A.normalizeProps(A.guardReactiveProps(a.scope.listHeader))),(A.openBlock(!0),A.createElementBlock(A.Fragment,null,A.renderList(a.filteredOptions,(l,s)=>(A.openBlock(),A.createElementBlock("li",{id:`vs${n.uid}__option-${s}`,key:n.getOptionKey(l),role:"option",class:A.normalizeClass(["vs__dropdown-option",{"vs__dropdown-option--deselect":a.isOptionDeselectable(l)&&s===e.typeAheadPointer,"vs__dropdown-option--selected":a.isOptionSelected(l),"vs__dropdown-option--highlight":s===e.typeAheadPointer,"vs__dropdown-option--disabled":!n.selectable(l)}]),"aria-selected":s===e.typeAheadPointer?!0:null,onMouseover:v=>n.selectable(l)?e.typeAheadPointer=s:null,onClick:A.withModifiers(v=>n.selectable(l)?a.select(l):null,["prevent","stop"])},[A.renderSlot(e.$slots,"option",A.normalizeProps(A.guardReactiveProps(a.normalizeOptionForSlot(l))),()=>[A.createTextVNode(A.toDisplayString(n.getOptionLabel(l)),1)])],42,y6))),128)),a.filteredOptions.length===0?(A.openBlock(),A.createElementBlock("li",b6,[A.renderSlot(e.$slots,"no-options",A.normalizeProps(A.guardReactiveProps(a.scope.noOptions)),()=>[_6])])):A.createCommentVNode("",!0),A.renderSlot(e.$slots,"list-footer",A.normalizeProps(A.guardReactiveProps(a.scope.listFooter)))],40,g6)),[[o]]):(A.openBlock(),A.createElementBlock("ul",{key:1,id:`vs${n.uid}__listbox`,role:"listbox",style:{display:"none",visibility:"hidden"}},null,8,E6))]),_:3},8,["name"]),A.renderSlot(e.$slots,"footer",A.normalizeProps(A.guardReactiveProps(a.scope.footer)))],10,c6)}const w6=Ls(u6,[["render",O6]]),A6=["name","value"],T6=A.defineComponent({__name:"SelectField",props:{modelValue:{},label:{},options:{},labelKey:{default:"label"},valueKey:{default:"value"},name:{},icon:{},iconType:{},iconColor:{},iconPlacement:{},id:{},multiple:{type:Boolean,default:!1},taggable:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},required:{type:Boolean,default:!1},placeholder:{},autocomplete:{default:"off"},clearable:{type:Boolean,default:!1},searchable:{type:Boolean,default:!0}},emits:["update:modelValue"],setup(e,{emit:t}){const n=e,r=n.id||mi(),i=t,a=A.ref();function o(s){i("update:modelValue",s)}function l(s){return s?s.charAt(0).toUpperCase()+s.slice(1):""}return A.watch(a,s=>{o(s)}),A.onMounted(()=>a.value=n.modelValue),(s,v)=>(A.openBlock(),A.createBlock(fo,{label:s.label,id:A.unref(r),icon:s.icon,"icon-type":s.iconType,"icon-color":s.iconColor,"icon-placement":s.iconPlacement,required:s.required,type:"dropdown",readonly:s.readonly},{default:A.withCtx(()=>[A.createElementVNode("input",{type:"hidden",name:s.name,value:s.modelValue},null,8,A6),A.createVNode(A.unref(w6),{modelValue:a.value,"onUpdate:modelValue":v[0]||(v[0]=d=>a.value=d),label:s.labelKey,"input-id":A.unref(r),reduce:d=>d[s.valueKey],"get-option-label":d=>l(d[s.labelKey]),placeholder:s.placeholder,options:s.options,multiple:s.multiple,taggable:s.taggable,autocomplete:s.autocomplete,clearable:s.clearable,noDrop:s.readonly,searchable:s.searchable},{option:A.withCtx(d=>[A.renderSlot(s.$slots,"option",{data:d})]),"selected-option":A.withCtx(d=>[A.renderSlot(s.$slots,"selected-option",{data:d})]),_:3},8,["modelValue","label","input-id","reduce","get-option-label","placeholder","options","multiple","taggable","autocomplete","clearable","noDrop","searchable"])]),_:3},8,["label","id","icon","icon-type","icon-color","icon-placement","required","readonly"]))}});exports.BookingHeaderLayout=xf;exports.BookingLayout=Pf;exports.Clickable=Qy;exports.EventModuleState=Df;exports.GiftCardModuleState=If;exports.Icon=Ir;exports.InputField=fo;exports.Loading=Ld;exports.OctopusEventRateType=Rf;exports.PaymentGateway=Cr;exports.StorageSerializers=Ye;exports.TextField=j4;exports.Translation=sl;exports._export_sfc=jn;exports._sfc_main=T6;exports._sfc_main$1=m4;exports._sfc_main$2=By;exports.axios=sn;exports.b2a=s2;exports.capitalized=v2;exports.convertDescription=l2;exports.createPinia=Bd;exports.daysBetweenDates=ls;exports.defineStore=pn;exports.getPriceQuantityLabel=o2;exports.getQuantityStrategyPrice=Mf;exports.getUserLanguage=cn;exports.i18n=Ce;exports.install=M2;exports.instance=Cf;exports.lowercase=u2;exports.ranId=mi;exports.showDate=ia;exports.showDates=h2;exports.showDay=d2;exports.showPrice=m2;exports.showTime=aa;exports.showTimes=p2;exports.storeToRefs=Pn;exports.useAlertStore=Mr;exports.useApplyGiftCardStore=Wf;exports.useAvailabilityStore=Ua;exports.useHotelStore=Yf;exports.useI18n=eo;exports.usePaymentStore=Gf;exports.useStorage=Qe;exports.useTrackingStore=cs;exports.useUtilityStore=xn;
|