lesli_driver 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +7 -0
  2. data/Rakefile +5 -0
  3. data/app/assets/config/lesli_driver_manifest.js +40 -0
  4. data/app/assets/images/lesli_driver/driver-logo.svg +101 -0
  5. data/app/assets/javascripts/lesli_driver/application.js +1 -0
  6. data/app/assets/stylesheets/lesli_driver/application.scss +96 -0
  7. data/app/controllers/lesli_driver/application_controller.rb +4 -0
  8. data/app/controllers/lesli_driver/dashboards_controller.rb +60 -0
  9. data/app/helpers/lesli_driver/application_helper.rb +4 -0
  10. data/app/helpers/lesli_driver/dashboards_helper.rb +4 -0
  11. data/app/jobs/lesli_driver/application_job.rb +4 -0
  12. data/app/mailers/lesli_driver/application_mailer.rb +6 -0
  13. data/app/models/lesli_driver/application_record.rb +5 -0
  14. data/app/models/lesli_driver/dashboard.rb +4 -0
  15. data/app/views/lesli_driver/dashboards/_dashboard.html.erb +2 -0
  16. data/app/views/lesli_driver/dashboards/_form.html.erb +17 -0
  17. data/app/views/lesli_driver/dashboards/edit.html.erb +10 -0
  18. data/app/views/lesli_driver/dashboards/index.html.erb +14 -0
  19. data/app/views/lesli_driver/dashboards/new.html.erb +9 -0
  20. data/app/views/lesli_driver/dashboards/show.html.erb +1 -0
  21. data/app/views/lesli_driver/partials/_engine-navigation.html.erb +37 -0
  22. data/config/routes.rb +36 -0
  23. data/db/migrate/20231007030328_create_lesli_driver_dashboards.rb +8 -0
  24. data/db/migrate/v1.0/0301000110_create_lesli_driver_accounts.rb +40 -0
  25. data/db/migrate/v1.0/0301100110_create_lesli_driver_calendars.rb +46 -0
  26. data/db/migrate/v1.0/0301110110_create_lesli_driver_events.rb +57 -0
  27. data/db/seed/development.rb +54 -0
  28. data/db/seed/production.rb +17 -0
  29. data/db/seed/test.rb +17 -0
  30. data/db/seeds.rb +25 -0
  31. data/db/tables/0301010210_create_lesli_driver_catalog_event_types.rb +14 -0
  32. data/db/tables/0301110310_create_lesli_driver_event_actions.rb +16 -0
  33. data/db/tables/0301110410_create_lesli_driver_event_activities.rb +15 -0
  34. data/db/tables/0301110510_create_lesli_driver_event_discussions.rb +17 -0
  35. data/db/tables/0301110610_create_lesli_driver_event_files.rb +16 -0
  36. data/db/tables/0301110710_create_lesli_driver_event_subscribers.rb +16 -0
  37. data/db/tables/0301111010_create_lesli_driver_event_attendants.rb +13 -0
  38. data/lib/lesli_driver/engine.rb +51 -0
  39. data/lib/lesli_driver/version.rb +4 -0
  40. data/lib/lesli_driver.rb +6 -0
  41. data/lib/tasks/lesli_driver_tasks.rake +4 -0
  42. data/lib/vue/application.js +46 -0
  43. data/lib/vue/apps/calendar/show.vue +34 -0
  44. data/lib/vue/components/agenda.vue +108 -0
  45. data/lib/vue/components/calendar.vue +143 -0
  46. data/lib/vue/components/event.vue +97 -0
  47. data/lib/vue/components/form.vue +143 -0
  48. data/lib/vue/components/guests.vue +148 -0
  49. data/lib/vue/stores/calendar.js +246 -0
  50. data/lib/vue/stores/event.js +53 -0
  51. data/lib/vue/stores/guests.js +213 -0
  52. data/license +674 -0
  53. data/readme.md +67 -0
  54. metadata +112 -0
@@ -0,0 +1 @@
1
+ (()=>{var e={106:(e,t,n)=>{e.exports=n(253)},253:(e,t,n)=>{let r=n(729);e.exports=new class{build(e,t,n){return r.buildMessage(e,t,n)}log(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.log(r.buildMessage(e,t,"log"))}msg(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.log(r.buildMessage(e,t,"msg"))}info(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.info("%c"+r.buildMessage(e,t,"info"),r.stylesForBrowser("info"))}success(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.log(r.buildMessage(e,t,"msg"))}warn(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.warn("%c"+r.buildMessage(e,t,"warn"),r.stylesForBrowser("warn"))}error(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.error("%c"+r.buildMessage(e,t,"error"),r.stylesForBrowser("error"))}fatal(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null;console.error("%c"+r.buildMessage(e,t,"error"),r.stylesForBrowser("fatal"))}message(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null;console.log("%c"+e,"color:#3689e6;font-size:35px;font-weight:600;line-height:1;"),"string"==typeof t&&(t=[t]),console.log("%c"+t.join("\n"),"background-color:#ffffff;color:#1a1a1a;font-size:18px;font-weight:400;line-height:1.1;"),n&&console.log("%c"+n,"background-color:#ffffff;color:#1a1a1a;font-size:14px;font-weight:400;line-height:2;")}lesli_message_warning(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"LESLI",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"For mor information contact your system administrator";this.message(e,["This is a browser feature intended for developers.","For security reasons, DO NOT copy or paste any information, text, or code here."],t)}}},729:(e,t,n)=>{var r=n(484);e.exports=new class{buildDate(){return r().format("MM/DD HH:mm").toString()}buildMessage(e,t,n){let r=`[${this.buildDate()}] [${n.toUpperCase()}]`;return t&&(r+=` (${t})`),r=r.concat(" - ").concat(e),r}stylesForBrowser(e){let t="";switch(e){case"info":t="background-color:#3498db;color:#ffffff;";break;case"warn":t="background-color:#f1c40f;color:#000000;";break;case"error":t="background-color:#e74c3c;color:#ffffff;";break;case"fatal":t="background-color:#c0392b;color:#fff394;";break;case"success":t="background-color:##48c774;color:#000000;"}return t+="padding:2px;",t+="font-size:14px;",t+="line-height:1.5;",t}print_r(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=(Array.isArray(e),""),r="",o="",i="\n";for(let e=0;e<4*t;e++)o+=" ";if(t>1&&(r=o.slice(0,o.length-4)),"object"==typeof e&&!Array.isArray(e)){n+=r+"{"+i;for(let r in e)"object"==typeof e[r]?n+=o+r+": "+this.print_r(e[r],t+1)+","+i:n+=o+r+": "+e[r]+","+i;n+=r+"}"}if("object"==typeof e&&Array.isArray(e)){n+="[\n";for(let r in e)"object"==typeof e[r]?n+=this.print_r(e[r],t+1)+","+i:n+=o+e[r]+i;n+=r+"]"}return n}}},778:(e,t,n)=>{"use strict";n.d(t,{Z:()=>a});var r=n(81),o=n.n(r),i=n(645),s=n.n(i)()(o());s.push([e.id,"\n.vc-base-icon {\n display: inline-block;\n stroke: currentColor;\n stroke-width: 2;\n fill: none;\n}\n\n.vc-header {\n display: grid;\n grid-gap: 4px;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n height: 30px;\n margin-top: 10px;\n padding-left: 10px;\n padding-right: 10px;\n}\n.vc-header.is-lg {\n font-size: var(--vc-text-lg);\n}\n.vc-header.is-xl {\n font-size: var(--vc-text-xl);\n}\n.vc-header.is-2xl {\n font-size: var(--vc-text-2xl);\n}\n.vc-header .vc-title,\n .vc-header .vc-prev,\n .vc-header .vc-next {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n grid-row: 1;\n border: 0;\n border-radius: var(--vc-rounded);\n pointer-events: auto;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: pointer;\n}\n.vc-header .vc-title {\n grid-column: title;\n color: var(--vc-header-title-color);\n font-weight: var(--vc-font-semibold);\n white-space: nowrap;\n padding: 0 8px;\n margin: 0;\n line-height: 30px;\n}\n.vc-header .vc-title:hover {\n opacity: 0.75;\n}\n.vc-header .vc-arrow {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n color: var(--vc-header-arrow-color);\n width: 28px;\n height: 30px;\n margin: 0;\n padding: 0;\n}\n.vc-header .vc-arrow:hover {\n background: var(--vc-header-arrow-hover-bg);\n}\n.vc-header .vc-arrow:disabled {\n opacity: 0.25;\n pointer-events: none;\n}\n.vc-header .vc-prev {\n grid-column: prev;\n}\n.vc-header .vc-next {\n grid-column: next;\n}\n\n.vc-day {\n position: relative;\n min-height: 32px;\n z-index: 1;\n /* &.is-not-in-month * {\n opacity: 0;\n pointer-events: none;\n } */\n}\n.vc-monthly .is-not-in-month * {\n opacity: 0;\n pointer-events: none;\n}\n.vc-day-layer {\n position: absolute;\n left: 0;\n right: 0;\n top: 0;\n bottom: 0;\n pointer-events: none;\n}\n.vc-day-box-center-center {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-transform-origin: 50% 50%;\n transform-origin: 50% 50%;\n}\n.vc-day-box-left-center {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-transform-origin: 0% 50%;\n transform-origin: 0% 50%;\n}\n.vc-day-box-right-center {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: flex-end;\n -ms-flex-pack: end;\n justify-content: flex-end;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-transform-origin: 100% 50%;\n transform-origin: 100% 50%;\n}\n.vc-day-box-center-bottom {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: flex-end;\n -ms-flex-align: end;\n align-items: flex-end;\n}\n.vc-day-content {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n font-size: var(--vc-text-sm);\n font-weight: var(--vc-font-medium);\n width: 28px;\n height: 28px;\n line-height: 28px;\n border-radius: var(--vc-rounded-full);\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n cursor: pointer;\n}\n.vc-day-content:hover {\n background-color: var(--vc-day-content-hover-bg);\n}\n.vc-day-content.vc-disabled {\n color: var(--vc-day-content-disabled-color);\n}\n\n/* ----Content---- */\n.vc-content:not(.vc-base) {\n font-weight: var(--vc-font-bold);\n color: var(--vc-content-color);\n}\n\n/* ----Highlights---- */\n.vc-highlights {\n overflow: hidden;\n pointer-events: none;\n z-index: -1;\n}\n.vc-highlight {\n width: 28px;\n height: 28px;\n}\n.vc-highlight.vc-highlight-base-start {\n width: 50% !important;\n border-radius: 0 !important;\n border-right-width: 0 !important;\n}\n.vc-highlight.vc-highlight-base-end {\n width: 50% !important;\n border-radius: 0 !important;\n border-left-width: 0 !important;\n}\n.vc-highlight.vc-highlight-base-middle {\n width: 100%;\n border-radius: 0 !important;\n border-left-width: 0 !important;\n border-right-width: 0 !important;\n margin: 0 -1px;\n}\n.vc-highlight-bg-outline,\n.vc-highlight-bg-none {\n background-color: var(--vc-highlight-outline-bg);\n border: 2px solid;\n border-color: var(--vc-highlight-outline-border);\n border-radius: var(--vc-rounded-full);\n}\n.vc-highlight-bg-light {\n background-color: var(--vc-highlight-light-bg);\n border-radius: var(--vc-rounded-full);\n}\n.vc-highlight-bg-solid {\n background-color: var(--vc-highlight-solid-bg);\n border-radius: var(--vc-rounded-full);\n}\n.vc-highlight-content-outline,\n.vc-highlight-content-none {\n font-weight: var(--vc-font-bold);\n color: var(--vc-highlight-outline-content-color);\n}\n.vc-highlight-content-light {\n font-weight: var(--vc-font-bold);\n color: var(--vc-highlight-light-content-color);\n}\n.vc-highlight-content-solid {\n font-weight: var(--vc-font-bold);\n color: var(--vc-highlight-solid-content-color);\n}\n\n/* ----Dots---- */\n.vc-dots {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n}\n.vc-dot {\n width: 5px;\n height: 5px;\n border-radius: 9999px;\n transition: var(--vc-day-content-transition);\n}\n.vc-dot:not(:last-child) {\n margin-right: 3px;\n}\n\n/* ----Bars---- */\n.vc-bars {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: flex-start;\n -ms-flex-pack: start;\n justify-content: flex-start;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n width: 75%;\n}\n.vc-bar {\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n height: 3px;\n transition: var(--vc-day-content-transition);\n}\n.vc-dot {\n background-color: var(--vc-dot-bg);\n}\n.vc-bar {\n background-color: var(--vc-bar-bg);\n}\n\n.vc-pane {\n min-width: 250px;\n}\n.vc-weeknumber {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n position: absolute;\n}\n.vc-weeknumber.is-left {\n left: calc(var(--vc-weeknumber-offset-inside) * -1);\n}\n.vc-weeknumber.is-right {\n right: calc(var(--vc-weeknumber-offset-inside) * -1);\n}\n.vc-weeknumber.is-left-outside {\n left: calc(var(--vc-weeknumber-offset-outside) * -1);\n}\n.vc-weeknumber.is-right-outside {\n right: calc(var(--vc-weeknumber-offset-outside) * -1);\n}\n.vc-weeknumber-content {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n font-size: var(--vc-text-xs);\n font-weight: var(--vc-font-medium);\n font-style: italic;\n width: 28px;\n height: 28px;\n margin-top: 2px;\n color: var(--vc-weeknumber-color);\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.vc-weeks {\n position: relative;\n /* overflow: auto; */\n -webkit-overflow-scrolling: touch;\n padding: 6px;\n min-width: 232px;\n}\n.vc-weeks.vc-show-weeknumbers-left {\n margin-left: var(--vc-weeknumber-offset-inside);\n}\n.vc-weeks.vc-show-weeknumbers-right {\n margin-right: var(--vc-weeknumber-offset-inside);\n}\n.vc-weekday {\n text-align: center;\n color: var(--vc-weekday-color);\n font-size: var(--vc-text-sm);\n font-weight: var(--vc-font-bold);\n line-height: 14px;\n padding-top: 4px;\n padding-bottom: 8px;\n cursor: default;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n}\n.vc-week,\n.vc-weekdays {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n position: relative;\n}\n\n.vc-popover-content-wrapper {\n --popover-horizontal-content-offset: 8px;\n --popover-vertical-content-offset: 10px;\n --popover-caret-horizontal-offset: 18px;\n --popover-caret-vertical-offset: 8px;\n\n position: absolute;\n display: block;\n outline: none;\n z-index: 10;\n}\n.vc-popover-content-wrapper:not(.is-interactive) {\n pointer-events: none;\n}\n.vc-popover-content {\n position: relative;\n color: var(--vc-popover-content-color);\n font-weight: var(--vc-font-medium);\n background-color: var(--vc-popover-content-bg);\n border: 1px solid;\n border-color: var(--vc-popover-content-border);\n border-radius: var(--vc-rounded-lg);\n padding: 4px;\n outline: none;\n z-index: 10;\n box-shadow: var(--vc-shadow-lg);\n}\n.vc-popover-content.direction-bottom {\n margin-top: var(--popover-vertical-content-offset);\n}\n.vc-popover-content.direction-top {\n margin-bottom: var(--popover-vertical-content-offset);\n}\n.vc-popover-content.direction-left {\n margin-right: var(--popover-horizontal-content-offset);\n}\n.vc-popover-content.direction-right {\n margin-left: var(--popover-horizontal-content-offset);\n}\n.vc-popover-caret {\n content: '';\n position: absolute;\n display: block;\n width: 12px;\n height: 12px;\n border-top: inherit;\n border-left: inherit;\n background-color: inherit;\n z-index: -1;\n}\n.vc-popover-caret.direction-bottom {\n top: 0;\n}\n.vc-popover-caret.direction-bottom.align-left {\n -webkit-transform: translateY(-50%) rotate(45deg);\n transform: translateY(-50%) rotate(45deg);\n}\n.vc-popover-caret.direction-bottom.align-center {\n -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);\n transform: translateX(-50%) translateY(-50%) rotate(45deg);\n}\n.vc-popover-caret.direction-bottom.align-right {\n -webkit-transform: translateY(-50%) rotate(45deg);\n transform: translateY(-50%) rotate(45deg);\n}\n.vc-popover-caret.direction-top {\n top: 100%;\n}\n.vc-popover-caret.direction-top.align-left {\n -webkit-transform: translateY(-50%) rotate(-135deg);\n transform: translateY(-50%) rotate(-135deg);\n}\n.vc-popover-caret.direction-top.align-center {\n -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);\n transform: translateX(-50%) translateY(-50%) rotate(-135deg);\n}\n.vc-popover-caret.direction-top.align-right {\n -webkit-transform: translateY(-50%) rotate(-135deg);\n transform: translateY(-50%) rotate(-135deg);\n}\n.vc-popover-caret.direction-left {\n left: 100%;\n}\n.vc-popover-caret.direction-left.align-top {\n -webkit-transform: translateX(-50%) rotate(135deg);\n transform: translateX(-50%) rotate(135deg);\n}\n.vc-popover-caret.direction-left.align-middle {\n -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);\n transform: translateY(-50%) translateX(-50%) rotate(135deg);\n}\n.vc-popover-caret.direction-left.align-bottom {\n -webkit-transform: translateX(-50%) rotate(135deg);\n transform: translateX(-50%) rotate(135deg);\n}\n.vc-popover-caret.direction-right {\n left: 0;\n}\n.vc-popover-caret.direction-right.align-top {\n -webkit-transform: translateX(-50%) rotate(-45deg);\n transform: translateX(-50%) rotate(-45deg);\n}\n.vc-popover-caret.direction-right.align-middle {\n -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);\n transform: translateY(-50%) translateX(-50%) rotate(-45deg);\n}\n.vc-popover-caret.direction-right.align-bottom {\n -webkit-transform: translateX(-50%) rotate(-45deg);\n transform: translateX(-50%) rotate(-45deg);\n}\n.vc-popover-caret.align-left {\n left: var(--popover-caret-horizontal-offset);\n}\n.vc-popover-caret.align-center {\n left: 50%;\n}\n.vc-popover-caret.align-right {\n right: var(--popover-caret-horizontal-offset);\n}\n.vc-popover-caret.align-top {\n top: var(--popover-caret-vertical-offset);\n}\n.vc-popover-caret.align-middle {\n top: 50%;\n}\n.vc-popover-caret.align-bottom {\n bottom: var(--popover-caret-vertical-offset);\n}\n\n.vc-nav-header {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: space-between;\n -ms-flex-pack: justify;\n justify-content: space-between;\n}\n.vc-nav-title,\n.vc-nav-arrow,\n.vc-nav-item {\n font-size: var(--vc-text-sm);\n margin: 0;\n cursor: pointer;\n -webkit-user-select: none;\n -ms-user-select: none;\n user-select: none;\n border: 0;\n border-radius: var(--vc-rounded);\n white-space: nowrap;\n}\n.vc-nav-title:hover, .vc-nav-arrow:hover, .vc-nav-item:hover {\n background-color: var(--vc-nav-hover-bg);\n}\n.vc-nav-title:disabled, .vc-nav-arrow:disabled, .vc-nav-item:disabled {\n opacity: 0.25;\n pointer-events: none;\n}\n.vc-nav-title {\n color: var(--vc-nav-title-color);\n font-weight: var(--vc-font-bold);\n line-height: var(--vc-leading-snug);\n height: 30px;\n padding: 0 6px;\n}\n.vc-nav-arrow {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n color: var(--vc-header-arrow-color);\n width: 26px;\n height: 30px;\n padding: 0;\n}\n.vc-nav-items {\n display: grid;\n grid-template-columns: repeat(3, 1fr);\n grid-row-gap: 2px;\n grid-column-gap: 5px;\n margin-top: 2px;\n}\n.vc-nav-item {\n width: 48px;\n text-align: center;\n font-weight: var(--vc-font-semibold);\n line-height: var(--vc-leading-snug);\n padding: 6px 0;\n}\n.vc-nav-item.is-active {\n color: var(--vc-nav-item-active-color);\n background-color: var(--vc-nav-item-active-bg);\n font-weight: var(--vc-font-bold);\n}\n.vc-nav-item.is-active:not(:focus) {\n box-shadow: var(--vc-nav-item-active-box-shadow);\n}\n.vc-nav-item.is-current {\n color: var(--vc-nav-item-current-color);\n}\n\n.vc-day-popover-row {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n transition: var(--vc-day-content-transition);\n}\n.vc-day-popover-row-indicator {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-justify-content: center;\n -ms-flex-pack: center;\n justify-content: center;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-flex-grow: 0;\n -ms-flex-positive: 0;\n flex-grow: 0;\n width: 15px;\n}\n.vc-day-popover-row-indicator span {\n transition: var(--vc-day-content-transition);\n}\n.vc-day-popover-row-label {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-flex-wrap: none;\n -ms-flex-wrap: none;\n flex-wrap: none;\n -webkit-flex-grow: 1;\n -ms-flex-positive: 1;\n flex-grow: 1;\n width: -webkit-max-content;\n width: max-content;\n margin-left: 4px;\n margin-right: 4px;\n font-size: var(--vc-text-xs);\n line-height: var(--vc-leading-normal);\n}\n.vc-day-popover-row-highlight {\n width: 8px;\n height: 5px;\n border-radius: 3px;\n}\n.vc-day-popover-row-dot {\n}\n.vc-day-popover-row-bar {\n width: 10px;\n height: 3px;\n}\n\n.vc-pane-container {\n width: 100%;\n position: relative;\n}\n.vc-pane-container.in-transition {\n overflow: hidden;\n}\n.vc-pane-layout {\n display: grid;\n}\n.vc-pane-header-wrapper {\n position: absolute;\n top: 0;\n width: 100%;\n pointer-events: none;\n}\n.vc-day-popover-container {\n font-size: var(--vc-text-xs);\n font-weight: var(--vc-font-medium);\n}\n.vc-day-popover-header {\n font-size: var(--vc-text-xs);\n color: var(--vc-day-popover-header-color);\n font-weight: var(--vc-font-semibold);\n text-align: center;\n}\n\n.vc-base-select {\n position: relative;\n}\n.vc-base-select select {\n color: var(--vc-select-color);\n display: block;\n -webkit-appearance: none;\n appearance: none;\n background-color: transparent;\n font-size: var(--vc-text-base);\n font-weight: var(--vc-font-medium);\n border-radius: var(--vc-rounded);\n height: 30px;\n width: -webkit-max-content;\n width: max-content;\n padding: 0px 4px;\n margin: 0;\n line-height: var(--leading-none);\n text-indent: 0px;\n background-image: none;\n cursor: pointer;\n text-align: center;\n}\n.vc-base-select select:hover {\n background-color: var(--vc-select-hover-bg);\n}\n.vc-base-select select.vc-has-icon {\n padding: 0px 24px 0 10px;\n}\n.vc-base-select select.vc-small {\n font-size: var(--vc-text-sm);\n}\n.vc-base-select select.vc-small.vc-has-icon {\n padding: 0 20px 0 8 px;\n}\n.vc-base-select select.vc-align-left {\n text-align: left;\n}\n.vc-base-select select.vc-align-right {\n text-align: right;\n}\n.vc-base-select .vc-base-icon {\n position: absolute;\n top: 6px;\n right: 4px;\n opacity: 0.6;\n pointer-events: none;\n}\n\n.vc-time-picker {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-flex-direction: column;\n -ms-flex-direction: column;\n flex-direction: column;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n padding: 8px 4px;\n}\n.vc-time-picker.vc-invalid {\n pointer-events: none;\n opacity: 0.5;\n}\n.vc-time-picker.vc-attached {\n border-top: 1px solid var(--vc-time-picker-border);\n}\n.vc-time-picker > * + * {\n margin-top: 4px;\n}\n.vc-time-header {\n display: -webkit-flex;\n display: -ms-flexbox;\n display: flex;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n font-size: var(--vc-text-sm);\n font-weight: var(--vc-font-semibold);\n text-transform: uppercase;\n margin-top: -4px;\n padding-left: 4px;\n padding-right: 4px;\n line-height: 21px;\n}\n.vc-time-select-group {\n display: -webkit-inline-flex;\n display: -ms-inline-flexbox;\n display: inline-flex;\n -webkit-align-items: center;\n -ms-flex-align: center;\n align-items: center;\n padding: 0 4px;\n background: var(--vc-time-select-group-bg);\n border-radius: var(--vc-rounded-md);\n border: 1px solid var(--vc-time-select-group-border);\n}\n.vc-time-select-group .vc-base-icon {\n margin-right: 4px;\n color: var(--vc-time-select-group-icon-color);\n}\n.vc-time-weekday {\n color: var(--vc-time-weekday-color);\n letter-spacing: var(--tracking-wide);\n}\n.vc-time-month {\n color: var(--vc-time-month-color);\n margin-left: 8px;\n}\n.vc-time-day {\n color: var(--vc-time-day-color);\n margin-left: 4px;\n}\n.vc-time-year {\n color: var(--vc-time-year-color);\n margin-left: 8px;\n}\n.vc-time-colon {\n margin: 0 1px 2px 2px;\n}\n.vc-time-decimal {\n margin: 0 0 0 1px;\n}\n.vc-none-enter-active,\n.vc-none-leave-active {\n transition-duration: 0s;\n}\n\n.vc-fade-enter-active,\n.vc-fade-leave-active,\n.vc-slide-left-enter-active,\n.vc-slide-left-leave-active,\n.vc-slide-right-enter-active,\n.vc-slide-right-leave-active,\n.vc-slide-up-enter-active,\n.vc-slide-up-leave-active,\n.vc-slide-down-enter-active,\n.vc-slide-down-leave-active,\n.vc-slide-fade-enter-active,\n.vc-slide-fade-leave-active {\n transition: opacity var(--vc-slide-duration) var(--vc-slide-timing),\n -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);\n transition: transform var(--vc-slide-duration) var(--vc-slide-timing),\n opacity var(--vc-slide-duration) var(--vc-slide-timing);\n transition: transform var(--vc-slide-duration) var(--vc-slide-timing),\n opacity var(--vc-slide-duration) var(--vc-slide-timing),\n -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n pointer-events: none;\n}\n\n.vc-none-leave-active,\n.vc-fade-leave-active,\n.vc-slide-left-leave-active,\n.vc-slide-right-leave-active,\n.vc-slide-up-leave-active,\n.vc-slide-down-leave-active {\n position: absolute !important;\n width: 100%;\n}\n\n.vc-none-enter-from,\n.vc-none-leave-to,\n.vc-fade-enter-from,\n.vc-fade-leave-to,\n.vc-slide-left-enter-from,\n.vc-slide-left-leave-to,\n.vc-slide-right-enter-from,\n.vc-slide-right-leave-to,\n.vc-slide-up-enter-from,\n.vc-slide-up-leave-to,\n.vc-slide-down-enter-from,\n.vc-slide-down-leave-to,\n.vc-slide-fade-enter-from,\n.vc-slide-fade-leave-to {\n opacity: 0;\n}\n\n.vc-slide-left-enter-from,\n.vc-slide-right-leave-to,\n.vc-slide-fade-enter-from.direction-left,\n.vc-slide-fade-leave-to.direction-left {\n -webkit-transform: translateX(var(--vc-slide-translate));\n transform: translateX(var(--vc-slide-translate));\n}\n\n.vc-slide-right-enter-from,\n.vc-slide-left-leave-to,\n.vc-slide-fade-enter-from.direction-right,\n.vc-slide-fade-leave-to.direction-right {\n -webkit-transform: translateX(calc(-1 * var(--vc-slide-translate)));\n transform: translateX(calc(-1 * var(--vc-slide-translate)));\n}\n\n.vc-slide-up-enter-from,\n.vc-slide-down-leave-to,\n.vc-slide-fade-enter-from.direction-top,\n.vc-slide-fade-leave-to.direction-top {\n -webkit-transform: translateY(var(--vc-slide-translate));\n transform: translateY(var(--vc-slide-translate));\n}\n\n.vc-slide-down-enter-from,\n.vc-slide-up-leave-to,\n.vc-slide-fade-enter-from.direction-bottom,\n.vc-slide-fade-leave-to.direction-bottom {\n -webkit-transform: translateY(calc(-1 * var(--vc-slide-translate)));\n transform: translateY(calc(-1 * var(--vc-slide-translate)));\n}\n\n:root {\n --vc-white: #ffffff;\n --vc-black: #000000;\n\n --vc-gray-50: #f8fafc;\n --vc-gray-100: #f1f5f9;\n --vc-gray-200: #e2e8f0;\n --vc-gray-300: #cbd5e1;\n --vc-gray-400: #94a3b8;\n --vc-gray-500: #64748b;\n --vc-gray-600: #475569;\n --vc-gray-700: #334155;\n --vc-gray-800: #1e293b;\n --vc-gray-900: #0f172a;\n\n --vc-font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto',\n 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',\n 'Helvetica', 'Arial', sans-serif;\n\n --vc-font-normal: 400;\n --vc-font-medium: 500;\n --vc-font-semibold: 600;\n --vc-font-bold: 700;\n\n --vc-text-2xs: 10px;\n --vc-text-xs: 12px;\n --vc-text-sm: 14px;\n --vc-text-base: 16px;\n --vc-text-lg: 18px;\n --vc-text-xl: 20px;\n --vc-text-2xl: 24px;\n\n --vc-leading-none: 1;\n --vc-leading-tight: 1.25;\n --vc-leading-snug: 1.375;\n --vc-leading-normal: 1.5;\n\n --vc-rounded: 0.25rem;\n --vc-rounded-md: 0.375rem;\n --vc-rounded-lg: 0.5rem;\n --vc-rounded-full: 9999px;\n\n --vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n --vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),\n 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n --vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);\n\n --vc-slide-translate: 22px;\n --vc-slide-duration: 0.15s;\n --vc-slide-timing: ease;\n\n --vc-day-content-transition: all 0.13s ease-in;\n --vc-weeknumber-offset-inside: 26px;\n --vc-weeknumber-offset-outside: 34px;\n}\n\n.vc-gray {\n --vc-accent-50: var(--vc-gray-50);\n --vc-accent-100: var(--vc-gray-100);\n --vc-accent-200: var(--vc-gray-200);\n --vc-accent-300: var(--vc-gray-300);\n --vc-accent-400: var(--vc-gray-400);\n --vc-accent-500: var(--vc-gray-500);\n --vc-accent-600: var(--vc-gray-600);\n --vc-accent-700: var(--vc-gray-700);\n --vc-accent-800: var(--vc-gray-800);\n --vc-accent-900: var(--vc-gray-900);\n}\n\n.vc-red {\n --vc-accent-50: #fef2f2;\n --vc-accent-100: #fee2e2;\n --vc-accent-200: #fecaca;\n --vc-accent-300: #fca5a5;\n --vc-accent-400: #f87171;\n --vc-accent-500: #ef4444;\n --vc-accent-600: #dc2626;\n --vc-accent-700: #b91c1c;\n --vc-accent-800: #991b1b;\n --vc-accent-900: #7f1d1d;\n}\n\n.vc-orange {\n --vc-accent-50: #fff7ed;\n --vc-accent-100: #ffedd5;\n --vc-accent-200: #fed7aa;\n --vc-accent-300: #fdba74;\n --vc-accent-400: #fb923c;\n --vc-accent-500: #f97316;\n --vc-accent-600: #ea580c;\n --vc-accent-700: #c2410c;\n --vc-accent-800: #9a3412;\n --vc-accent-900: #7c2d12;\n}\n\n.vc-yellow {\n --vc-accent-50: #fefce8;\n --vc-accent-100: #fef9c3;\n --vc-accent-200: #fef08a;\n --vc-accent-300: #fde047;\n --vc-accent-400: #facc15;\n --vc-accent-500: #eab308;\n --vc-accent-600: #ca8a04;\n --vc-accent-700: #a16207;\n --vc-accent-800: #854d0e;\n --vc-accent-900: #713f12;\n}\n\n.vc-green {\n --vc-accent-50: #f0fdf4;\n --vc-accent-100: #dcfce7;\n --vc-accent-200: #bbf7d0;\n --vc-accent-300: #86efac;\n --vc-accent-400: #4ade80;\n --vc-accent-500: #22c55e;\n --vc-accent-600: #16a34a;\n --vc-accent-700: #15803d;\n --vc-accent-800: #166534;\n --vc-accent-900: #14532d;\n}\n\n.vc-teal {\n --vc-accent-50: #f0fdfa;\n --vc-accent-100: #ccfbf1;\n --vc-accent-200: #99f6e4;\n --vc-accent-300: #5eead4;\n --vc-accent-400: #2dd4bf;\n --vc-accent-500: #14b8a6;\n --vc-accent-600: #0d9488;\n --vc-accent-700: #0f766e;\n --vc-accent-800: #115e59;\n --vc-accent-900: #134e4a;\n}\n\n.vc-blue {\n --vc-accent-50: #eff6ff;\n --vc-accent-100: #dbeafe;\n --vc-accent-200: #bfdbfe;\n --vc-accent-300: #93c5fd;\n --vc-accent-400: #60a5fa;\n --vc-accent-500: #3b82f6;\n --vc-accent-600: #2563eb;\n --vc-accent-700: #1d4ed8;\n --vc-accent-800: #1e40af;\n --vc-accent-900: #1e3a8a;\n}\n\n.vc-indigo {\n --vc-accent-50: #eef2ff;\n --vc-accent-100: #e0e7ff;\n --vc-accent-200: #c7d2fe;\n --vc-accent-300: #a5b4fc;\n --vc-accent-400: #818cf8;\n --vc-accent-500: #6366f1;\n --vc-accent-600: #4f46e5;\n --vc-accent-700: #4338ca;\n --vc-accent-800: #3730a3;\n --vc-accent-900: #312e81;\n}\n\n.vc-purple {\n --vc-accent-50: #faf5ff;\n --vc-accent-100: #f3e8ff;\n --vc-accent-200: #e9d5ff;\n --vc-accent-300: #d8b4fe;\n --vc-accent-400: #c084fc;\n --vc-accent-500: #a855f7;\n --vc-accent-600: #9333ea;\n --vc-accent-700: #7e22ce;\n --vc-accent-800: #6b21a8;\n --vc-accent-900: #581c87;\n}\n\n.vc-pink {\n --vc-accent-50: #fdf2f8;\n --vc-accent-100: #fce7f3;\n --vc-accent-200: #fbcfe8;\n --vc-accent-300: #f9a8d4;\n --vc-accent-400: #f472b6;\n --vc-accent-500: #ec4899;\n --vc-accent-600: #db2777;\n --vc-accent-700: #be185d;\n --vc-accent-800: #9d174d;\n --vc-accent-900: #831843;\n}\n\n.vc-focus:focus-within {\n outline: 0;\n box-shadow: var(--vc-focus-ring);\n }\n\n.vc-light {\n /* Base */\n --vc-color: var(--vc-gray-900);\n --vc-bg: var(--vc-white);\n --vc-border: var(--vc-gray-300);\n --vc-hover-bg: hsla(211, 25%, 84%, 0.3);\n --vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, 0.4);\n /* Calendar header */\n --vc-header-arrow-color: var(--vc-gray-500);\n --vc-header-arrow-hover-bg: var(--vc-gray-200);\n --vc-header-title-color: var(--vc-gray-900);\n /* Calendar weekdays */\n --vc-weekday-color: var(--vc-gray-500);\n /* Calendar weeknumbers */\n --vc-weeknumber-color: var(--vc-gray-400);\n /* Calendar nav */\n --vc-nav-hover-bg: var(--vc-gray-200);\n --vc-nav-title-color: var(--vc-gray-900);\n --vc-nav-item-hover-box-shadow: none;\n --vc-nav-item-active-color: var(--vc-white);\n --vc-nav-item-active-bg: var(--vc-accent-500);\n --vc-nav-item-active-box-shadow: var(--vc-shadow);\n --vc-nav-item-current-color: var(--vc-accent-600);\n /* Calendar day popover */\n --vc-day-popover-container-color: var(--vc-white);\n --vc-day-popover-container-bg: var(--vc-gray-800);\n --vc-day-popover-container-border: var(--vc-gray-700);\n --vc-day-popover-header-color: var(--vc-gray-700);\n /* Popover content */\n --vc-popover-content-color: var(--vc-gray-900);\n --vc-popover-content-bg: var(--vc-gray-50);\n --vc-popover-content-border: var(--vc-gray-300);\n /* Time picker */\n --vc-time-picker-border: var(--vc-gray-300);\n --vc-time-weekday-color: var(--vc-gray-700);\n --vc-time-month-color: var(--vc-accent-600);\n --vc-time-day-color: var(--vc-accent-600);\n --vc-time-year-color: var(--vc-gray-500);\n /* Time select group */\n --vc-time-select-group-bg: var(--vc-gray-50);\n --vc-time-select-group-border: var(--vc-gray-300);\n --vc-time-select-group-icon-color: var(--vc-accent-500);\n /* Base select */\n --vc-select-color: var(--vc-gray-900);\n --vc-select-bg: var(--vg-gray-50);\n --vc-select-hover-bg: var(--vc-gray-100);\n --vc-select-border: var(--vc-gray-300);\n /* Calendar day */\n --vc-day-content-hover-bg: var(--vc-hover-bg);\n --vc-day-content-disabled-color: var(--vc-gray-400);\n}\n\n/* Calendar attributes */\n\n.vc-light.vc-attr,\n .vc-light .vc-attr {\n --vc-content-color: var(--vc-accent-600);\n --vc-highlight-outline-bg: var(--vc-white);\n --vc-highlight-outline-border: var(--vc-accent-600);\n --vc-highlight-outline-content-color: var(--vc-accent-700);\n --vc-highlight-light-bg: var(--vc-accent-200);\n --vc-highlight-light-content-color: var(--vc-accent-900);\n --vc-highlight-solid-bg: var(--vc-accent-600);\n --vc-highlight-solid-content-color: var(--vc-white);\n --vc-dot-bg: var(--vc-accent-600);\n --vc-bar-bg: var(--vc-accent-600);\n }\n\n.vc-dark {\n /* Base */\n --vc-color: var(--vc-white);\n --vc-bg: var(--vc-gray-900);\n --vc-border: var(--vc-gray-700);\n --vc-hover-bg: hsla(216, 15%, 52%, 0.3);\n --vc-focus-ring: 0 0 0 2px rgb(59 130 246 / 0.7);\n /* Calendar header */\n --vc-header-arrow-color: var(--vc-gray-300);\n --vc-header-arrow-hover-bg: var(--vc-gray-800);\n --vc-header-title-color: var(--vc-gray-100);\n /* Calendar weekdays */\n --vc-weekday-color: var(--vc-accent-200);\n /* Calendar weeknumbers */\n --vc-weeknumber-color: var(--vc-gray-500);\n /* Calendar nav */\n --vc-nav-hover-bg: var(--vc-gray-700);\n --vc-nav-title-color: var(--vc-gray-100);\n --vc-nav-item-hover-box-shadow: none;\n --vc-nav-item-active-color: var(--vc-white);\n --vc-nav-item-active-bg: var(--vc-accent-500);\n --vc-nav-item-active-box-shadow: none;\n --vc-nav-item-current-color: var(--vc-accent-400);\n /* Calendar day popover */\n --vc-day-popover-container-color: var(--vc-gray-800);\n --vc-day-popover-container-bg: var(--vc-white);\n --vc-day-popover-container-border: var(--vc-gray-100);\n --vc-day-popover-header-color: var(--vc-gray-300);\n /* Popover content */\n --vc-popover-content-color: var(--vc-white);\n --vc-popover-content-bg: var(--vc-gray-800);\n --vc-popover-content-border: var(--vc-gray-700);\n /* Time picker */\n --vc-time-picker-border: var(--vc-gray-700);\n --vc-time-weekday-color: var(--vc-gray-400);\n --vc-time-month-color: var(--vc-accent-400);\n --vc-time-day-color: var(--vc-accent-400);\n --vc-time-year-color: var(--vc-gray-500);\n /* Time select group */\n --vc-time-select-group-bg: var(--vc-gray-700);\n --vc-time-select-group-border: var(--vc-gray-500);\n --vc-time-select-group-icon-color: var(--vc-accent-400);\n /* Base select */\n --vc-select-color: var(--vc-gray-200);\n --vc-select-bg: var(--vc-gray-700);\n --vc-select-hover-bg: var(--vc-gray-600);\n --vc-select-border: var(--vc-gray-500);\n /* Calendar day */\n --vc-day-content-hover-bg: var(--vc-hover-bg);\n --vc-day-content-disabled-color: var(--vc-gray-600);\n}\n\n/* Calendar attributes */\n\n.vc-dark.vc-attr,\n .vc-dark .vc-attr {\n --vc-content-color: var(--vc-accent-500);\n --vc-highlight-outline-bg: var(--vc-gray-900);\n --vc-highlight-outline-border: var(--vc-accent-300);\n --vc-highlight-outline-content-color: var(--vc-accent-200);\n --vc-highlight-light-bg: var(--vc-accent-800);\n --vc-highlight-light-content-color: var(--vc-accent-100);\n --vc-highlight-solid-bg: var(--vc-accent-500);\n --vc-highlight-solid-content-color: var(--vc-white);\n --vc-dot-bg: var(--vc-accent-500);\n --vc-bar-bg: var(--vc-accent-500);\n }\n\n.vc-container {\n position: relative;\n display: -webkit-inline-flex;\n display: -ms-inline-flexbox;\n display: inline-flex;\n width: -webkit-max-content;\n width: max-content;\n height: -webkit-max-content;\n height: max-content;\n font-family: var(--vc-font-family);\n color: var(--vc-color);\n background-color: var(--vc-bg);\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n -webkit-tap-highlight-color: transparent;\n}\n\n.vc-container,\n .vc-container * {\n box-sizing: border-box;\n }\n\n.vc-container:focus, .vc-container *:focus {\n outline: none;\n }\n\n/* Hides double border within popovers */\n\n.vc-container .vc-container {\n border: none;\n }\n\n.vc-bordered {\n border: 1px solid;\n border-color: var(--vc-border);\n border-radius: var(--vc-rounded-lg);\n}\n\n.vc-expanded {\n min-width: 100%;\n}\n\n.vc-transparent {\n background-color: transparent;\n}\n\n.vc-date-picker-content {\n padding: 0;\n background-color: var(--vc-bg);\n}\n\n.vc-date-picker-content .vc-container {\n border: 0;\n }\n",""]);const a=s},645:e=>{"use strict";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n="",r=void 0!==t[5];return t[4]&&(n+="@supports (".concat(t[4],") {")),t[2]&&(n+="@media ".concat(t[2]," {")),r&&(n+="@layer".concat(t[5].length>0?" ".concat(t[5]):""," {")),n+=e(t),r&&(n+="}"),t[2]&&(n+="}"),t[4]&&(n+="}"),n})).join("")},t.i=function(e,n,r,o,i){"string"==typeof e&&(e=[[null,e,void 0]]);var s={};if(r)for(var a=0;a<this.length;a++){var l=this[a][0];null!=l&&(s[l]=!0)}for(var c=0;c<e.length;c++){var u=[].concat(e[c]);r&&s[u[0]]||(void 0!==i&&(void 0===u[5]||(u[1]="@layer".concat(u[5].length>0?" ".concat(u[5]):""," {").concat(u[1],"}")),u[5]=i),n&&(u[2]?(u[1]="@media ".concat(u[2]," {").concat(u[1],"}"),u[2]=n):u[2]=n),o&&(u[4]?(u[1]="@supports (".concat(u[4],") {").concat(u[1],"}"),u[4]=o):u[4]="".concat(o)),t.push(u))}},t}},81:e=>{"use strict";e.exports=function(e){return e[1]}},484:function(e){e.exports=function(){"use strict";var e=1e3,t=6e4,n=36e5,r="millisecond",o="second",i="minute",s="hour",a="day",l="week",c="month",u="quarter",d="year",f="date",p="Invalid Date",h=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,g=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],n=e%100;return"["+e+(t[(n-20)%10]||t[n]||t[0])+"]"}},m=function(e,t,n){var r=String(e);return!r||r.length>=t?e:""+Array(t+1-r.length).join(n)+e},y={s:m,z:function(e){var t=-e.utcOffset(),n=Math.abs(t),r=Math.floor(n/60),o=n%60;return(t<=0?"+":"-")+m(r,2,"0")+":"+m(o,2,"0")},m:function e(t,n){if(t.date()<n.date())return-e(n,t);var r=12*(n.year()-t.year())+(n.month()-t.month()),o=t.clone().add(r,c),i=n-o<0,s=t.clone().add(r+(i?-1:1),c);return+(-(r+(n-o)/(i?o-s:s-o))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:d,w:l,d:a,D:f,h:s,m:i,s:o,ms:r,Q:u}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},b="en",w={};w[b]=v;var S=function(e){return e instanceof C},_=function e(t,n,r){var o;if(!t)return b;if("string"==typeof t){var i=t.toLowerCase();w[i]&&(o=i),n&&(w[i]=n,o=i);var s=t.split("-");if(!o&&s.length>1)return e(s[0])}else{var a=t.name;w[a]=t,o=a}return!r&&o&&(b=o),o||!r&&b},E=function(e,t){if(S(e))return e.clone();var n="object"==typeof t?t:{};return n.date=e,n.args=arguments,new C(n)},x=y;x.l=_,x.i=S,x.w=function(e,t){return E(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var C=function(){function v(e){this.$L=_(e.locale,null,!0),this.parse(e)}var m=v.prototype;return m.parse=function(e){this.$d=function(e){var t=e.date,n=e.utc;if(null===t)return new Date(NaN);if(x.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var r=t.match(h);if(r){var o=r[2]-1||0,i=(r[7]||"0").substring(0,3);return n?new Date(Date.UTC(r[1],o,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)):new Date(r[1],o,r[3]||1,r[4]||0,r[5]||0,r[6]||0,i)}}return new Date(t)}(e),this.$x=e.x||{},this.init()},m.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},m.$utils=function(){return x},m.isValid=function(){return!(this.$d.toString()===p)},m.isSame=function(e,t){var n=E(e);return this.startOf(t)<=n&&n<=this.endOf(t)},m.isAfter=function(e,t){return E(e)<this.startOf(t)},m.isBefore=function(e,t){return this.endOf(t)<E(e)},m.$g=function(e,t,n){return x.u(e)?this[t]:this.set(n,e)},m.unix=function(){return Math.floor(this.valueOf()/1e3)},m.valueOf=function(){return this.$d.getTime()},m.startOf=function(e,t){var n=this,r=!!x.u(t)||t,u=x.p(e),p=function(e,t){var o=x.w(n.$u?Date.UTC(n.$y,t,e):new Date(n.$y,t,e),n);return r?o:o.endOf(a)},h=function(e,t){return x.w(n.toDate()[e].apply(n.toDate("s"),(r?[0,0,0,0]:[23,59,59,999]).slice(t)),n)},g=this.$W,v=this.$M,m=this.$D,y="set"+(this.$u?"UTC":"");switch(u){case d:return r?p(1,0):p(31,11);case c:return r?p(1,v):p(0,v+1);case l:var b=this.$locale().weekStart||0,w=(g<b?g+7:g)-b;return p(r?m-w:m+(6-w),v);case a:case f:return h(y+"Hours",0);case s:return h(y+"Minutes",1);case i:return h(y+"Seconds",2);case o:return h(y+"Milliseconds",3);default:return this.clone()}},m.endOf=function(e){return this.startOf(e,!1)},m.$set=function(e,t){var n,l=x.p(e),u="set"+(this.$u?"UTC":""),p=(n={},n[a]=u+"Date",n[f]=u+"Date",n[c]=u+"Month",n[d]=u+"FullYear",n[s]=u+"Hours",n[i]=u+"Minutes",n[o]=u+"Seconds",n[r]=u+"Milliseconds",n)[l],h=l===a?this.$D+(t-this.$W):t;if(l===c||l===d){var g=this.clone().set(f,1);g.$d[p](h),g.init(),this.$d=g.set(f,Math.min(this.$D,g.daysInMonth())).$d}else p&&this.$d[p](h);return this.init(),this},m.set=function(e,t){return this.clone().$set(e,t)},m.get=function(e){return this[x.p(e)]()},m.add=function(r,u){var f,p=this;r=Number(r);var h=x.p(u),g=function(e){var t=E(p);return x.w(t.date(t.date()+Math.round(e*r)),p)};if(h===c)return this.set(c,this.$M+r);if(h===d)return this.set(d,this.$y+r);if(h===a)return g(1);if(h===l)return g(7);var v=(f={},f[i]=t,f[s]=n,f[o]=e,f)[h]||1,m=this.$d.getTime()+r*v;return x.w(m,this)},m.subtract=function(e,t){return this.add(-1*e,t)},m.format=function(e){var t=this,n=this.$locale();if(!this.isValid())return n.invalidDate||p;var r=e||"YYYY-MM-DDTHH:mm:ssZ",o=x.z(this),i=this.$H,s=this.$m,a=this.$M,l=n.weekdays,c=n.months,u=n.meridiem,d=function(e,n,o,i){return e&&(e[n]||e(t,r))||o[n].slice(0,i)},f=function(e){return x.s(i%12||12,e,"0")},h=u||function(e,t,n){var r=e<12?"AM":"PM";return n?r.toLowerCase():r};return r.replace(g,(function(e,r){return r||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return x.s(t.$y,4,"0");case"M":return a+1;case"MM":return x.s(a+1,2,"0");case"MMM":return d(n.monthsShort,a,c,3);case"MMMM":return d(c,a);case"D":return t.$D;case"DD":return x.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return d(n.weekdaysMin,t.$W,l,2);case"ddd":return d(n.weekdaysShort,t.$W,l,3);case"dddd":return l[t.$W];case"H":return String(i);case"HH":return x.s(i,2,"0");case"h":return f(1);case"hh":return f(2);case"a":return h(i,s,!0);case"A":return h(i,s,!1);case"m":return String(s);case"mm":return x.s(s,2,"0");case"s":return String(t.$s);case"ss":return x.s(t.$s,2,"0");case"SSS":return x.s(t.$ms,3,"0");case"Z":return o}return null}(e)||o.replace(":","")}))},m.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},m.diff=function(r,f,p){var h,g=this,v=x.p(f),m=E(r),y=(m.utcOffset()-this.utcOffset())*t,b=this-m,w=function(){return x.m(g,m)};switch(v){case d:h=w()/12;break;case c:h=w();break;case u:h=w()/3;break;case l:h=(b-y)/6048e5;break;case a:h=(b-y)/864e5;break;case s:h=b/n;break;case i:h=b/t;break;case o:h=b/e;break;default:h=b}return p?h:x.a(h)},m.daysInMonth=function(){return this.endOf(c).$D},m.$locale=function(){return w[this.$L]},m.locale=function(e,t){if(!e)return this.$L;var n=this.clone(),r=_(e,t,!0);return r&&(n.$L=r),n},m.clone=function(){return x.w(this.$d,this)},m.toDate=function(){return new Date(this.valueOf())},m.toJSON=function(){return this.isValid()?this.toISOString():null},m.toISOString=function(){return this.$d.toISOString()},m.toString=function(){return this.$d.toUTCString()},v}(),A=C.prototype;return E.prototype=A,[["$ms",r],["$s",o],["$m",i],["$H",s],["$W",a],["$M",c],["$y",d],["$D",f]].forEach((function(e){A[e[1]]=function(t){return this.$g(t,e[0],e[1])}})),E.extend=function(e,t){return e.$i||(e(t,C,E),e.$i=!0),E},E.locale=_,E.isDayjs=S,E.unix=function(e){return E(1e3*e)},E.en=w[b],E.Ls=w,E.p={},E}()},387:function(e){e.exports=function(){"use strict";var e={year:0,month:1,day:2,hour:3,minute:4,second:5},t={};return function(n,r,o){var i,s=function(e,n,r){void 0===r&&(r={});var o=new Date(e),i=function(e,n){void 0===n&&(n={});var r=n.timeZoneName||"short",o=e+"|"+r,i=t[o];return i||(i=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:r}),t[o]=i),i}(n,r);return i.formatToParts(o)},a=function(t,n){for(var r=s(t,n),i=[],a=0;a<r.length;a+=1){var l=r[a],c=l.type,u=l.value,d=e[c];d>=0&&(i[d]=parseInt(u,10))}var f=i[3],p=24===f?0:f,h=i[0]+"-"+i[1]+"-"+i[2]+" "+p+":"+i[4]+":"+i[5]+":000",g=+t;return(o.utc(h).valueOf()-(g-=g%1e3))/6e4},l=r.prototype;l.tz=function(e,t){void 0===e&&(e=i);var n=this.utcOffset(),r=this.toDate(),s=r.toLocaleString("en-US",{timeZone:e}),a=Math.round((r-new Date(s))/1e3/60),l=o(s).$set("millisecond",this.$ms).utcOffset(15*-Math.round(r.getTimezoneOffset()/15)-a,!0);if(t){var c=l.utcOffset();l=l.add(n-c,"minute")}return l.$x.$timezone=e,l},l.offsetName=function(e){var t=this.$x.$timezone||o.tz.guess(),n=s(this.valueOf(),t,{timeZoneName:e}).find((function(e){return"timezonename"===e.type.toLowerCase()}));return n&&n.value};var c=l.startOf;l.startOf=function(e,t){if(!this.$x||!this.$x.$timezone)return c.call(this,e,t);var n=o(this.format("YYYY-MM-DD HH:mm:ss:SSS"));return c.call(n,e,t).tz(this.$x.$timezone,!0)},o.tz=function(e,t,n){var r=n&&t,s=n||t||i,l=a(+o(),s);if("string"!=typeof e)return o(e).tz(s);var c=function(e,t,n){var r=e-60*t*1e3,o=a(r,n);if(t===o)return[r,t];var i=a(r-=60*(o-t)*1e3,n);return o===i?[r,o]:[e-60*Math.min(o,i)*1e3,Math.max(o,i)]}(o.utc(e,r).valueOf(),l,s),u=c[0],d=c[1],f=o(u).utcOffset(d);return f.$x.$timezone=s,f},o.tz.guess=function(){return Intl.DateTimeFormat().resolvedOptions().timeZone},o.tz.setDefault=function(e){i=e}}}()},178:function(e){e.exports=function(){"use strict";var e="minute",t=/[+-]\d\d(?::?\d\d)?/g,n=/([+-]|\d\d)/g;return function(r,o,i){var s=o.prototype;i.utc=function(e){return new o({date:e,utc:!0,args:arguments})},s.utc=function(t){var n=i(this.toDate(),{locale:this.$L,utc:!0});return t?n.add(this.utcOffset(),e):n},s.local=function(){return i(this.toDate(),{locale:this.$L,utc:!1})};var a=s.parse;s.parse=function(e){e.utc&&(this.$u=!0),this.$utils().u(e.$offset)||(this.$offset=e.$offset),a.call(this,e)};var l=s.init;s.init=function(){if(this.$u){var e=this.$d;this.$y=e.getUTCFullYear(),this.$M=e.getUTCMonth(),this.$D=e.getUTCDate(),this.$W=e.getUTCDay(),this.$H=e.getUTCHours(),this.$m=e.getUTCMinutes(),this.$s=e.getUTCSeconds(),this.$ms=e.getUTCMilliseconds()}else l.call(this)};var c=s.utcOffset;s.utcOffset=function(r,o){var i=this.$utils().u;if(i(r))return this.$u?0:i(this.$offset)?c.call(this):this.$offset;if("string"==typeof r&&(r=function(e){void 0===e&&(e="");var r=e.match(t);if(!r)return null;var o=(""+r[0]).match(n)||["-",0,0],i=o[0],s=60*+o[1]+ +o[2];return 0===s?0:"+"===i?s:-s}(r),null===r))return this;var s=Math.abs(r)<=16?60*r:r,a=this;if(o)return a.$offset=s,a.$u=0===r,a;if(0!==r){var l=this.$u?this.toDate().getTimezoneOffset():-1*this.utcOffset();(a=this.local().add(s+l,e)).$offset=s,a.$x.$localOffset=l}else a=this.utc();return a};var u=s.format;s.format=function(e){var t=e||(this.$u?"YYYY-MM-DDTHH:mm:ss[Z]":"");return u.call(this,t)},s.valueOf=function(){var e=this.$utils().u(this.$offset)?0:this.$offset+(this.$x.$localOffset||this.$d.getTimezoneOffset());return this.$d.valueOf()-6e4*e},s.isUTC=function(){return!!this.$u},s.toISOString=function(){return this.toDate().toISOString()},s.toString=function(){return this.toDate().toUTCString()};var d=s.toDate;s.toDate=function(e){return"s"===e&&this.$offset?i(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate():d.call(this)};var f=s.diff;s.diff=function(e,t,n){if(e&&this.$u===e.$u)return f.call(this,e,t,n);var r=this.local(),o=i(e).local();return f.call(r,o,t,n)}}}()},379:e=>{"use strict";var t=[];function n(e){for(var n=-1,r=0;r<t.length;r++)if(t[r].identifier===e){n=r;break}return n}function r(e,r){for(var i={},s=[],a=0;a<e.length;a++){var l=e[a],c=r.base?l[0]+r.base:l[0],u=i[c]||0,d="".concat(c," ").concat(u);i[c]=u+1;var f=n(d),p={css:l[1],media:l[2],sourceMap:l[3],supports:l[4],layer:l[5]};if(-1!==f)t[f].references++,t[f].updater(p);else{var h=o(p,r);r.byIndex=a,t.splice(a,0,{identifier:d,updater:h,references:1})}s.push(d)}return s}function o(e,t){var n=t.domAPI(t);n.update(e);return function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap&&t.supports===e.supports&&t.layer===e.layer)return;n.update(e=t)}else n.remove()}}e.exports=function(e,o){var i=r(e=e||[],o=o||{});return function(e){e=e||[];for(var s=0;s<i.length;s++){var a=n(i[s]);t[a].references--}for(var l=r(e,o),c=0;c<i.length;c++){var u=n(i[c]);0===t[u].references&&(t[u].updater(),t.splice(u,1))}i=l}}},569:e=>{"use strict";var t={};e.exports=function(e,n){var r=function(e){if(void 0===t[e]){var n=document.querySelector(e);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}t[e]=n}return t[e]}(e);if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(n)}},216:e=>{"use strict";e.exports=function(e){var t=document.createElement("style");return e.setAttributes(t,e.attributes),e.insert(t,e.options),t}},565:(e,t,n)=>{"use strict";e.exports=function(e){var t=n.nc;t&&e.setAttribute("nonce",t)}},795:e=>{"use strict";e.exports=function(e){if("undefined"==typeof document)return{update:function(){},remove:function(){}};var t=e.insertStyleElement(e);return{update:function(n){!function(e,t,n){var r="";n.supports&&(r+="@supports (".concat(n.supports,") {")),n.media&&(r+="@media ".concat(n.media," {"));var o=void 0!==n.layer;o&&(r+="@layer".concat(n.layer.length>0?" ".concat(n.layer):""," {")),r+=n.css,o&&(r+="}"),n.media&&(r+="}"),n.supports&&(r+="}");var i=n.sourceMap;i&&"undefined"!=typeof btoa&&(r+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i))))," */")),t.styleTagTransform(r,e,t.options)}(t,e,n)},remove:function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(t)}}}},589:e=>{"use strict";e.exports=function(e,t){if(t.styleSheet)t.styleSheet.cssText=e;else{for(;t.firstChild;)t.removeChild(t.firstChild);t.appendChild(document.createTextNode(e))}}},744:(e,t)=>{"use strict";t.Z=(e,t)=>{const n=e.__vccOpts||e;for(const[e,r]of t)n[e]=r;return n}}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={id:r,exports:{}};return e[r].call(i.exports,i,i.exports,n),i.exports}n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nc=void 0,(()=>{"use strict";var e={};function t(e,t){const n=Object.create(null),r=e.split(",");for(let e=0;e<r.length;e++)n[r[e]]=!0;return t?e=>!!n[e.toLowerCase()]:e=>!!n[e]}n.r(e),n.d(e,{BaseTransition:()=>_r,BaseTransitionPropsValidators:()=>wr,Comment:()=>Pi,EffectScope:()=>ue,Fragment:()=>Ii,KeepAlive:()=>Pr,ReactiveEffect:()=>Ce,Static:()=>ji,Suspense:()=>tr,Teleport:()=>Oi,Text:()=>Ni,Transition:()=>ma,TransitionGroup:()=>ja,VueElement:()=>ua,assertNumber:()=>sn,callWithAsyncErrorHandling:()=>ln,callWithErrorHandling:()=>an,camelize:()=>M,capitalize:()=>P,cloneVNode:()=>rs,compatUtils:()=>Ws,computed:()=>Ps,createApp:()=>hl,createBlock:()=>qi,createCommentVNode:()=>ss,createElementBlock:()=>Wi,createElementVNode:()=>Ki,createHydrationRenderer:()=>_i,createPropsRestProxy:()=>No,createRenderer:()=>Si,createSSRApp:()=>gl,createSlots:()=>uo,createStaticVNode:()=>is,createTextVNode:()=>os,createVNode:()=>es,customRef:()=>Xt,defineAsyncComponent:()=>Or,defineComponent:()=>Tr,defineCustomElement:()=>aa,defineEmits:()=>So,defineExpose:()=>_o,defineModel:()=>Co,defineOptions:()=>Eo,defineProps:()=>wo,defineSSRCustomElement:()=>la,defineSlots:()=>xo,devtools:()=>Dn,effect:()=>ke,effectScope:()=>de,getCurrentInstance:()=>vs,getCurrentScope:()=>pe,getTransitionRawChildren:()=>Dr,guardReactiveProps:()=>ns,h:()=>js,handleError:()=>cn,hasInjectionContext:()=>ei,hydrate:()=>pl,initCustomFormatter:()=>Ls,initDirectivesForSSR:()=>yl,inject:()=>Ko,isMemoSame:()=>Us,isProxy:()=>It,isReactive:()=>Rt,isReadonly:()=>Ot,isRef:()=>Ft,isRuntimeOnly:()=>Ts,isShallow:()=>Mt,isVNode:()=>Gi,markRaw:()=>Pt,mergeDefaults:()=>Mo,mergeModels:()=>Io,mergeProps:()=>us,nextTick:()=>bn,normalizeClass:()=>X,normalizeProps:()=>J,normalizeStyle:()=>q,onActivated:()=>Br,onBeforeMount:()=>Wr,onBeforeUnmount:()=>Qr,onBeforeUpdate:()=>Gr,onDeactivated:()=>Hr,onErrorCaptured:()=>eo,onMounted:()=>qr,onRenderTracked:()=>Kr,onRenderTriggered:()=>Jr,onScopeDispose:()=>he,onServerPrefetch:()=>Xr,onUnmounted:()=>Zr,onUpdated:()=>Yr,openBlock:()=>Li,popScopeId:()=>Wn,provide:()=>Jo,proxyRefs:()=>Qt,pushScopeId:()=>Vn,queuePostFlushCb:()=>_n,reactive:()=>Ct,readonly:()=>kt,ref:()=>Ut,registerRuntimeCompiler:()=>Ds,render:()=>fl,renderList:()=>co,renderSlot:()=>fo,resolveComponent:()=>ro,resolveDirective:()=>so,resolveDynamicComponent:()=>io,resolveFilter:()=>Vs,resolveTransitionHooks:()=>xr,setBlockTracking:()=>$i,setDevtoolsHook:()=>Mn,setTransitionHooks:()=>kr,shallowReactive:()=>At,shallowReadonly:()=>Dt,shallowRef:()=>zt,ssrContextKey:()=>Bs,ssrUtils:()=>$s,stop:()=>De,toDisplayString:()=>ae,toHandlerKey:()=>j,toHandlers:()=>ho,toRaw:()=>Nt,toRef:()=>tn,toRefs:()=>Jt,toValue:()=>Gt,transformVNodeArgs:()=>Qi,triggerRef:()=>Wt,unref:()=>qt,useAttrs:()=>Do,useCssModule:()=>da,useCssVars:()=>fa,useModel:()=>To,useSSRContext:()=>Hs,useSlots:()=>ko,useTransitionState:()=>yr,vModelCheckbox:()=>Va,vModelDynamic:()=>Xa,vModelRadio:()=>qa,vModelSelect:()=>Ga,vModelText:()=>$a,vShow:()=>il,version:()=>zs,warn:()=>on,watch:()=>dr,watchEffect:()=>ar,watchPostEffect:()=>lr,watchSyncEffect:()=>cr,withAsyncContext:()=>Po,withCtx:()=>Gn,withDefaults:()=>Ao,withDirectives:()=>vr,withKeys:()=>ol,withMemo:()=>Fs,withModifiers:()=>nl,withScopeId:()=>qn});const r={},o=[],i=()=>{},s=()=>!1,a=/^on[^a-z]/,l=e=>a.test(e),c=e=>e.startsWith("onUpdate:"),u=Object.assign,d=(e,t)=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)},f=Object.prototype.hasOwnProperty,p=(e,t)=>f.call(e,t),h=Array.isArray,g=e=>"[object Map]"===x(e),v=e=>"[object Set]"===x(e),m=e=>"[object Date]"===x(e),y=e=>"function"==typeof e,b=e=>"string"==typeof e,w=e=>"symbol"==typeof e,S=e=>null!==e&&"object"==typeof e,_=e=>S(e)&&y(e.then)&&y(e.catch),E=Object.prototype.toString,x=e=>E.call(e),C=e=>x(e).slice(8,-1),A=e=>"[object Object]"===x(e),k=e=>b(e)&&"NaN"!==e&&"-"!==e[0]&&""+parseInt(e,10)===e,D=t(",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted"),T=t("bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo"),R=e=>{const t=Object.create(null);return n=>t[n]||(t[n]=e(n))},O=/-(\w)/g,M=R((e=>e.replace(O,((e,t)=>t?t.toUpperCase():"")))),I=/\B([A-Z])/g,N=R((e=>e.replace(I,"-$1").toLowerCase())),P=R((e=>e.charAt(0).toUpperCase()+e.slice(1))),j=R((e=>e?`on${P(e)}`:"")),B=(e,t)=>!Object.is(e,t),H=(e,t)=>{for(let n=0;n<e.length;n++)e[n](t)},L=(e,t,n)=>{Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:n})},F=e=>{const t=parseFloat(e);return isNaN(t)?e:t},U=e=>{const t=b(e)?Number(e):NaN;return isNaN(t)?e:t};let z;const $=()=>z||(z="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:void 0!==n.g?n.g:{});const V={1:"TEXT",2:"CLASS",4:"STYLE",8:"PROPS",16:"FULL_PROPS",32:"HYDRATE_EVENTS",64:"STABLE_FRAGMENT",128:"KEYED_FRAGMENT",256:"UNKEYED_FRAGMENT",512:"NEED_PATCH",1024:"DYNAMIC_SLOTS",2048:"DEV_ROOT_FRAGMENT",[-1]:"HOISTED",[-2]:"BAIL"},W=t("Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console");function q(e){if(h(e)){const t={};for(let n=0;n<e.length;n++){const r=e[n],o=b(r)?Z(r):q(r);if(o)for(const e in o)t[e]=o[e]}return t}return b(e)||S(e)?e:void 0}const G=/;(?![^(]*\))/g,Y=/:([^]+)/,Q=/\/\*[^]*?\*\//g;function Z(e){const t={};return e.replace(Q,"").split(G).forEach((e=>{if(e){const n=e.split(Y);n.length>1&&(t[n[0].trim()]=n[1].trim())}})),t}function X(e){let t="";if(b(e))t=e;else if(h(e))for(let n=0;n<e.length;n++){const r=X(e[n]);r&&(t+=r+" ")}else if(S(e))for(const n in e)e[n]&&(t+=n+" ");return t.trim()}function J(e){if(!e)return null;let{class:t,style:n}=e;return t&&!b(t)&&(e.class=X(t)),n&&(e.style=q(n)),e}const K=t("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot"),ee=t("svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view"),te=t("area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr"),ne="itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly",re=t(ne);function oe(e){return!!e||""===e}function ie(e,t){if(e===t)return!0;let n=m(e),r=m(t);if(n||r)return!(!n||!r)&&e.getTime()===t.getTime();if(n=w(e),r=w(t),n||r)return e===t;if(n=h(e),r=h(t),n||r)return!(!n||!r)&&function(e,t){if(e.length!==t.length)return!1;let n=!0;for(let r=0;n&&r<e.length;r++)n=ie(e[r],t[r]);return n}(e,t);if(n=S(e),r=S(t),n||r){if(!n||!r)return!1;if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e){const r=e.hasOwnProperty(n),o=t.hasOwnProperty(n);if(r&&!o||!r&&o||!ie(e[n],t[n]))return!1}}return String(e)===String(t)}function se(e,t){return e.findIndex((e=>ie(e,t)))}const ae=e=>b(e)?e:null==e?"":h(e)||S(e)&&(e.toString===E||!y(e.toString))?JSON.stringify(e,le,2):String(e),le=(e,t)=>t&&t.__v_isRef?le(e,t.value):g(t)?{[`Map(${t.size})`]:[...t.entries()].reduce(((e,[t,n])=>(e[`${t} =>`]=n,e)),{})}:v(t)?{[`Set(${t.size})`]:[...t.values()]}:!S(t)||h(t)||A(t)?t:String(t);let ce;class ue{constructor(e=!1){this.detached=e,this._active=!0,this.effects=[],this.cleanups=[],this.parent=ce,!e&&ce&&(this.index=(ce.scopes||(ce.scopes=[])).push(this)-1)}get active(){return this._active}run(e){if(this._active){const t=ce;try{return ce=this,e()}finally{ce=t}}else 0}on(){ce=this}off(){ce=this.parent}stop(e){if(this._active){let t,n;for(t=0,n=this.effects.length;t<n;t++)this.effects[t].stop();for(t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);if(!this.detached&&this.parent&&!e){const e=this.parent.scopes.pop();e&&e!==this&&(this.parent.scopes[this.index]=e,e.index=this.index)}this.parent=void 0,this._active=!1}}}function de(e){return new ue(e)}function fe(e,t=ce){t&&t.active&&t.effects.push(e)}function pe(){return ce}function he(e){ce&&ce.cleanups.push(e)}const ge=e=>{const t=new Set(e);return t.w=0,t.n=0,t},ve=e=>(e.w&we)>0,me=e=>(e.n&we)>0,ye=new WeakMap;let be=0,we=1;const Se=30;let _e;const Ee=Symbol(""),xe=Symbol("");class Ce{constructor(e,t=null,n){this.fn=e,this.scheduler=t,this.active=!0,this.deps=[],this.parent=void 0,fe(this,n)}run(){if(!this.active)return this.fn();let e=_e,t=Te;for(;e;){if(e===this)return;e=e.parent}try{return this.parent=_e,_e=this,Te=!0,we=1<<++be,be<=Se?(({deps:e})=>{if(e.length)for(let t=0;t<e.length;t++)e[t].w|=we})(this):Ae(this),this.fn()}finally{be<=Se&&(e=>{const{deps:t}=e;if(t.length){let n=0;for(let r=0;r<t.length;r++){const o=t[r];ve(o)&&!me(o)?o.delete(e):t[n++]=o,o.w&=~we,o.n&=~we}t.length=n}})(this),we=1<<--be,_e=this.parent,Te=t,this.parent=void 0,this.deferStop&&this.stop()}}stop(){_e===this?this.deferStop=!0:this.active&&(Ae(this),this.onStop&&this.onStop(),this.active=!1)}}function Ae(e){const{deps:t}=e;if(t.length){for(let n=0;n<t.length;n++)t[n].delete(e);t.length=0}}function ke(e,t){e.effect&&(e=e.effect.fn);const n=new Ce(e);t&&(u(n,t),t.scope&&fe(n,t.scope)),t&&t.lazy||n.run();const r=n.run.bind(n);return r.effect=n,r}function De(e){e.effect.stop()}let Te=!0;const Re=[];function Oe(){Re.push(Te),Te=!1}function Me(){const e=Re.pop();Te=void 0===e||e}function Ie(e,t,n){if(Te&&_e){let t=ye.get(e);t||ye.set(e,t=new Map);let r=t.get(n);r||t.set(n,r=ge());Ne(r,void 0)}}function Ne(e,t){let n=!1;be<=Se?me(e)||(e.n|=we,n=!ve(e)):n=!e.has(_e),n&&(e.add(_e),_e.deps.push(e))}function Pe(e,t,n,r,o,i){const s=ye.get(e);if(!s)return;let a=[];if("clear"===t)a=[...s.values()];else if("length"===n&&h(e)){const e=Number(r);s.forEach(((t,n)=>{("length"===n||n>=e)&&a.push(t)}))}else switch(void 0!==n&&a.push(s.get(n)),t){case"add":h(e)?k(n)&&a.push(s.get("length")):(a.push(s.get(Ee)),g(e)&&a.push(s.get(xe)));break;case"delete":h(e)||(a.push(s.get(Ee)),g(e)&&a.push(s.get(xe)));break;case"set":g(e)&&a.push(s.get(Ee))}if(1===a.length)a[0]&&je(a[0]);else{const e=[];for(const t of a)t&&e.push(...t);je(ge(e))}}function je(e,t){const n=h(e)?e:[...e];for(const e of n)e.computed&&Be(e,t);for(const e of n)e.computed||Be(e,t)}function Be(e,t){(e!==_e||e.allowRecurse)&&(e.scheduler?e.scheduler():e.run())}const He=t("__proto__,__v_isRef,__isVue"),Le=new Set(Object.getOwnPropertyNames(Symbol).filter((e=>"arguments"!==e&&"caller"!==e)).map((e=>Symbol[e])).filter(w)),Fe=Ge(),Ue=Ge(!1,!0),ze=Ge(!0),$e=Ge(!0,!0),Ve=We();function We(){const e={};return["includes","indexOf","lastIndexOf"].forEach((t=>{e[t]=function(...e){const n=Nt(this);for(let e=0,t=this.length;e<t;e++)Ie(n,0,e+"");const r=n[t](...e);return-1===r||!1===r?n[t](...e.map(Nt)):r}})),["push","pop","shift","unshift","splice"].forEach((t=>{e[t]=function(...e){Oe();const n=Nt(this)[t].apply(this,e);return Me(),n}})),e}function qe(e){const t=Nt(this);return Ie(t,0,e),t.hasOwnProperty(e)}function Ge(e=!1,t=!1){return function(n,r,o){if("__v_isReactive"===r)return!e;if("__v_isReadonly"===r)return e;if("__v_isShallow"===r)return t;if("__v_raw"===r&&o===(e?t?xt:Et:t?_t:St).get(n))return n;const i=h(n);if(!e){if(i&&p(Ve,r))return Reflect.get(Ve,r,o);if("hasOwnProperty"===r)return qe}const s=Reflect.get(n,r,o);return(w(r)?Le.has(r):He(r))?s:(e||Ie(n,0,r),t?s:Ft(s)?i&&k(r)?s:s.value:S(s)?e?kt(s):Ct(s):s)}}function Ye(e=!1){return function(t,n,r,o){let i=t[n];if(Ot(i)&&Ft(i)&&!Ft(r))return!1;if(!e&&(Mt(r)||Ot(r)||(i=Nt(i),r=Nt(r)),!h(t)&&Ft(i)&&!Ft(r)))return i.value=r,!0;const s=h(t)&&k(n)?Number(n)<t.length:p(t,n),a=Reflect.set(t,n,r,o);return t===Nt(o)&&(s?B(r,i)&&Pe(t,"set",n,r):Pe(t,"add",n,r)),a}}const Qe={get:Fe,set:Ye(),deleteProperty:function(e,t){const n=p(e,t),r=(e[t],Reflect.deleteProperty(e,t));return r&&n&&Pe(e,"delete",t,void 0),r},has:function(e,t){const n=Reflect.has(e,t);return w(t)&&Le.has(t)||Ie(e,0,t),n},ownKeys:function(e){return Ie(e,0,h(e)?"length":Ee),Reflect.ownKeys(e)}},Ze={get:ze,set:(e,t)=>!0,deleteProperty:(e,t)=>!0},Xe=u({},Qe,{get:Ue,set:Ye(!0)}),Je=u({},Ze,{get:$e}),Ke=e=>e,et=e=>Reflect.getPrototypeOf(e);function tt(e,t,n=!1,r=!1){const o=Nt(e=e.__v_raw),i=Nt(t);n||(t!==i&&Ie(o,0,t),Ie(o,0,i));const{has:s}=et(o),a=r?Ke:n?Bt:jt;return s.call(o,t)?a(e.get(t)):s.call(o,i)?a(e.get(i)):void(e!==o&&e.get(t))}function nt(e,t=!1){const n=this.__v_raw,r=Nt(n),o=Nt(e);return t||(e!==o&&Ie(r,0,e),Ie(r,0,o)),e===o?n.has(e):n.has(e)||n.has(o)}function rt(e,t=!1){return e=e.__v_raw,!t&&Ie(Nt(e),0,Ee),Reflect.get(e,"size",e)}function ot(e){e=Nt(e);const t=Nt(this);return et(t).has.call(t,e)||(t.add(e),Pe(t,"add",e,e)),this}function it(e,t){t=Nt(t);const n=Nt(this),{has:r,get:o}=et(n);let i=r.call(n,e);i||(e=Nt(e),i=r.call(n,e));const s=o.call(n,e);return n.set(e,t),i?B(t,s)&&Pe(n,"set",e,t):Pe(n,"add",e,t),this}function st(e){const t=Nt(this),{has:n,get:r}=et(t);let o=n.call(t,e);o||(e=Nt(e),o=n.call(t,e));r&&r.call(t,e);const i=t.delete(e);return o&&Pe(t,"delete",e,void 0),i}function at(){const e=Nt(this),t=0!==e.size,n=e.clear();return t&&Pe(e,"clear",void 0,void 0),n}function lt(e,t){return function(n,r){const o=this,i=o.__v_raw,s=Nt(i),a=t?Ke:e?Bt:jt;return!e&&Ie(s,0,Ee),i.forEach(((e,t)=>n.call(r,a(e),a(t),o)))}}function ct(e,t,n){return function(...r){const o=this.__v_raw,i=Nt(o),s=g(i),a="entries"===e||e===Symbol.iterator&&s,l="keys"===e&&s,c=o[e](...r),u=n?Ke:t?Bt:jt;return!t&&Ie(i,0,l?xe:Ee),{next(){const{value:e,done:t}=c.next();return t?{value:e,done:t}:{value:a?[u(e[0]),u(e[1])]:u(e),done:t}},[Symbol.iterator](){return this}}}}function ut(e){return function(...t){return"delete"!==e&&this}}function dt(){const e={get(e){return tt(this,e)},get size(){return rt(this)},has:nt,add:ot,set:it,delete:st,clear:at,forEach:lt(!1,!1)},t={get(e){return tt(this,e,!1,!0)},get size(){return rt(this)},has:nt,add:ot,set:it,delete:st,clear:at,forEach:lt(!1,!0)},n={get(e){return tt(this,e,!0)},get size(){return rt(this,!0)},has(e){return nt.call(this,e,!0)},add:ut("add"),set:ut("set"),delete:ut("delete"),clear:ut("clear"),forEach:lt(!0,!1)},r={get(e){return tt(this,e,!0,!0)},get size(){return rt(this,!0)},has(e){return nt.call(this,e,!0)},add:ut("add"),set:ut("set"),delete:ut("delete"),clear:ut("clear"),forEach:lt(!0,!0)};return["keys","values","entries",Symbol.iterator].forEach((o=>{e[o]=ct(o,!1,!1),n[o]=ct(o,!0,!1),t[o]=ct(o,!1,!0),r[o]=ct(o,!0,!0)})),[e,n,t,r]}const[ft,pt,ht,gt]=dt();function vt(e,t){const n=t?e?gt:ht:e?pt:ft;return(t,r,o)=>"__v_isReactive"===r?!e:"__v_isReadonly"===r?e:"__v_raw"===r?t:Reflect.get(p(n,r)&&r in t?n:t,r,o)}const mt={get:vt(!1,!1)},yt={get:vt(!1,!0)},bt={get:vt(!0,!1)},wt={get:vt(!0,!0)};const St=new WeakMap,_t=new WeakMap,Et=new WeakMap,xt=new WeakMap;function Ct(e){return Ot(e)?e:Tt(e,!1,Qe,mt,St)}function At(e){return Tt(e,!1,Xe,yt,_t)}function kt(e){return Tt(e,!0,Ze,bt,Et)}function Dt(e){return Tt(e,!0,Je,wt,xt)}function Tt(e,t,n,r,o){if(!S(e))return e;if(e.__v_raw&&(!t||!e.__v_isReactive))return e;const i=o.get(e);if(i)return i;const s=(a=e).__v_skip||!Object.isExtensible(a)?0:function(e){switch(e){case"Object":case"Array":return 1;case"Map":case"Set":case"WeakMap":case"WeakSet":return 2;default:return 0}}(C(a));var a;if(0===s)return e;const l=new Proxy(e,2===s?r:n);return o.set(e,l),l}function Rt(e){return Ot(e)?Rt(e.__v_raw):!(!e||!e.__v_isReactive)}function Ot(e){return!(!e||!e.__v_isReadonly)}function Mt(e){return!(!e||!e.__v_isShallow)}function It(e){return Rt(e)||Ot(e)}function Nt(e){const t=e&&e.__v_raw;return t?Nt(t):e}function Pt(e){return L(e,"__v_skip",!0),e}const jt=e=>S(e)?Ct(e):e,Bt=e=>S(e)?kt(e):e;function Ht(e){Te&&_e&&Ne((e=Nt(e)).dep||(e.dep=ge()))}function Lt(e,t){const n=(e=Nt(e)).dep;n&&je(n)}function Ft(e){return!(!e||!0!==e.__v_isRef)}function Ut(e){return $t(e,!1)}function zt(e){return $t(e,!0)}function $t(e,t){return Ft(e)?e:new Vt(e,t)}class Vt{constructor(e,t){this.__v_isShallow=t,this.dep=void 0,this.__v_isRef=!0,this._rawValue=t?e:Nt(e),this._value=t?e:jt(e)}get value(){return Ht(this),this._value}set value(e){const t=this.__v_isShallow||Mt(e)||Ot(e);e=t?e:Nt(e),B(e,this._rawValue)&&(this._rawValue=e,this._value=t?e:jt(e),Lt(this))}}function Wt(e){Lt(e)}function qt(e){return Ft(e)?e.value:e}function Gt(e){return y(e)?e():qt(e)}const Yt={get:(e,t,n)=>qt(Reflect.get(e,t,n)),set:(e,t,n,r)=>{const o=e[t];return Ft(o)&&!Ft(n)?(o.value=n,!0):Reflect.set(e,t,n,r)}};function Qt(e){return Rt(e)?e:new Proxy(e,Yt)}class Zt{constructor(e){this.dep=void 0,this.__v_isRef=!0;const{get:t,set:n}=e((()=>Ht(this)),(()=>Lt(this)));this._get=t,this._set=n}get value(){return this._get()}set value(e){this._set(e)}}function Xt(e){return new Zt(e)}function Jt(e){const t=h(e)?new Array(e.length):{};for(const n in e)t[n]=nn(e,n);return t}class Kt{constructor(e,t,n){this._object=e,this._key=t,this._defaultValue=n,this.__v_isRef=!0}get value(){const e=this._object[this._key];return void 0===e?this._defaultValue:e}set value(e){this._object[this._key]=e}get dep(){return e=Nt(this._object),t=this._key,null==(n=ye.get(e))?void 0:n.get(t);var e,t,n}}class en{constructor(e){this._getter=e,this.__v_isRef=!0,this.__v_isReadonly=!0}get value(){return this._getter()}}function tn(e,t,n){return Ft(e)?e:y(e)?new en(e):S(e)&&arguments.length>1?nn(e,t,n):Ut(e)}function nn(e,t,n){const r=e[t];return Ft(r)?r:new Kt(e,t,n)}class rn{constructor(e,t,n,r){this._setter=t,this.dep=void 0,this.__v_isRef=!0,this.__v_isReadonly=!1,this._dirty=!0,this.effect=new Ce(e,(()=>{this._dirty||(this._dirty=!0,Lt(this))})),this.effect.computed=this,this.effect.active=this._cacheable=!r,this.__v_isReadonly=n}get value(){const e=Nt(this);return Ht(e),!e._dirty&&e._cacheable||(e._dirty=!1,e._value=e.effect.run()),e._value}set value(e){this._setter(e)}}function on(e,...t){}function sn(e,t){}function an(e,t,n,r){let o;try{o=r?e(...r):e()}catch(e){cn(e,t,n)}return o}function ln(e,t,n,r){if(y(e)){const o=an(e,t,n,r);return o&&_(o)&&o.catch((e=>{cn(e,t,n)})),o}const o=[];for(let i=0;i<e.length;i++)o.push(ln(e[i],t,n,r));return o}function cn(e,t,n,r=!0){t&&t.vnode;if(t){let r=t.parent;const o=t.proxy,i=n;for(;r;){const t=r.ec;if(t)for(let n=0;n<t.length;n++)if(!1===t[n](e,o,i))return;r=r.parent}const s=t.appContext.config.errorHandler;if(s)return void an(s,null,10,[e,o,i])}!function(e,t,n,r=!0){console.error(e)}(e,0,0,r)}let un=!1,dn=!1;const fn=[];let pn=0;const hn=[];let gn=null,vn=0;const mn=Promise.resolve();let yn=null;function bn(e){const t=yn||mn;return e?t.then(this?e.bind(this):e):t}function wn(e){fn.length&&fn.includes(e,un&&e.allowRecurse?pn+1:pn)||(null==e.id?fn.push(e):fn.splice(function(e){let t=pn+1,n=fn.length;for(;t<n;){const r=t+n>>>1;Cn(fn[r])<e?t=r+1:n=r}return t}(e.id),0,e),Sn())}function Sn(){un||dn||(dn=!0,yn=mn.then(kn))}function _n(e){h(e)?hn.push(...e):gn&&gn.includes(e,e.allowRecurse?vn+1:vn)||hn.push(e),Sn()}function En(e,t=(un?pn+1:0)){for(0;t<fn.length;t++){const e=fn[t];e&&e.pre&&(fn.splice(t,1),t--,e())}}function xn(e){if(hn.length){const e=[...new Set(hn)];if(hn.length=0,gn)return void gn.push(...e);for(gn=e,gn.sort(((e,t)=>Cn(e)-Cn(t))),vn=0;vn<gn.length;vn++)gn[vn]();gn=null,vn=0}}const Cn=e=>null==e.id?1/0:e.id,An=(e,t)=>{const n=Cn(e)-Cn(t);if(0===n){if(e.pre&&!t.pre)return-1;if(t.pre&&!e.pre)return 1}return n};function kn(e){dn=!1,un=!0,fn.sort(An);try{for(pn=0;pn<fn.length;pn++){const e=fn[pn];e&&!1!==e.active&&an(e,null,14)}}finally{pn=0,fn.length=0,xn(),un=!1,yn=null,(fn.length||hn.length)&&kn(e)}}let Dn,Tn=[],Rn=!1;function On(e,...t){Dn?Dn.emit(e,...t):Rn||Tn.push({event:e,args:t})}function Mn(e,t){var n,r;if(Dn=e,Dn)Dn.enabled=!0,Tn.forEach((({event:e,args:t})=>Dn.emit(e,...t))),Tn=[];else if("undefined"!=typeof window&&window.HTMLElement&&!(null==(r=null==(n=window.navigator)?void 0:n.userAgent)?void 0:r.includes("jsdom"))){(t.__VUE_DEVTOOLS_HOOK_REPLAY__=t.__VUE_DEVTOOLS_HOOK_REPLAY__||[]).push((e=>{Mn(e,t)})),setTimeout((()=>{Dn||(t.__VUE_DEVTOOLS_HOOK_REPLAY__=null,Rn=!0,Tn=[])}),3e3)}else Rn=!0,Tn=[]}const In=Bn("component:added"),Nn=Bn("component:updated"),Pn=Bn("component:removed"),jn=e=>{Dn&&"function"==typeof Dn.cleanupBuffer&&!Dn.cleanupBuffer(e)&&Pn(e)};function Bn(e){return t=>{On(e,t.appContext.app,t.uid,t.parent?t.parent.uid:void 0,t)}}function Hn(e,t,...n){if(e.isUnmounted)return;const o=e.vnode.props||r;let i=n;const s=t.startsWith("update:"),a=s&&t.slice(7);if(a&&a in o){const e=`${"modelValue"===a?"model":a}Modifiers`,{number:t,trim:s}=o[e]||r;s&&(i=n.map((e=>b(e)?e.trim():e))),t&&(i=n.map(F))}let l;(function(e,t,n){On("component:emit",e.appContext.app,e,t,n)})(e,t,i);let c=o[l=j(t)]||o[l=j(M(t))];!c&&s&&(c=o[l=j(N(t))]),c&&ln(c,e,6,i);const u=o[l+"Once"];if(u){if(e.emitted){if(e.emitted[l])return}else e.emitted={};e.emitted[l]=!0,ln(u,e,6,i)}}function Ln(e,t,n=!1){const r=t.emitsCache,o=r.get(e);if(void 0!==o)return o;const i=e.emits;let s={},a=!1;if(!y(e)){const r=e=>{const n=Ln(e,t,!0);n&&(a=!0,u(s,n))};!n&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}return i||a?(h(i)?i.forEach((e=>s[e]=null)):u(s,i),S(e)&&r.set(e,s),s):(S(e)&&r.set(e,null),null)}function Fn(e,t){return!(!e||!l(t))&&(t=t.slice(2).replace(/Once$/,""),p(e,t[0].toLowerCase()+t.slice(1))||p(e,N(t))||p(e,t))}let Un=null,zn=null;function $n(e){const t=Un;return Un=e,zn=e&&e.type.__scopeId||null,t}function Vn(e){zn=e}function Wn(){zn=null}const qn=e=>Gn;function Gn(e,t=Un,n){if(!t)return e;if(e._n)return e;const r=(...n)=>{r._d&&$i(-1);const o=$n(t);let i;try{i=e(...n)}finally{$n(o),r._d&&$i(1)}return Nn(t),i};return r._n=!0,r._c=!0,r._d=!0,r}function Yn(e){const{type:t,vnode:n,proxy:r,withProxy:o,props:i,propsOptions:[s],slots:a,attrs:l,emit:u,render:d,renderCache:f,data:p,setupState:h,ctx:g,inheritAttrs:v}=e;let m,y;const b=$n(e);try{if(4&n.shapeFlag){const e=o||r;m=as(d.call(e,e,f,i,h,p,g)),y=l}else{const e=t;0,m=as(e.length>1?e(i,{attrs:l,slots:a,emit:u}):e(i,null)),y=t.props?l:Zn(l)}}catch(t){Bi.length=0,cn(t,e,1),m=es(Pi)}let w=m;if(y&&!1!==v){const e=Object.keys(y),{shapeFlag:t}=w;e.length&&7&t&&(s&&e.some(c)&&(y=Xn(y,s)),w=rs(w,y))}return n.dirs&&(w=rs(w),w.dirs=w.dirs?w.dirs.concat(n.dirs):n.dirs),n.transition&&(w.transition=n.transition),m=w,$n(b),m}function Qn(e){let t;for(let n=0;n<e.length;n++){const r=e[n];if(!Gi(r))return;if(r.type!==Pi||"v-if"===r.children){if(t)return;t=r}}return t}const Zn=e=>{let t;for(const n in e)("class"===n||"style"===n||l(n))&&((t||(t={}))[n]=e[n]);return t},Xn=(e,t)=>{const n={};for(const r in e)c(r)&&r.slice(9)in t||(n[r]=e[r]);return n};function Jn(e,t,n){const r=Object.keys(t);if(r.length!==Object.keys(e).length)return!0;for(let o=0;o<r.length;o++){const i=r[o];if(t[i]!==e[i]&&!Fn(n,i))return!0}return!1}function Kn({vnode:e,parent:t},n){for(;t&&t.subTree===e;)(e=t.vnode).el=n,t=t.parent}const er=e=>e.__isSuspense,tr={name:"Suspense",__isSuspense:!0,process(e,t,n,r,o,i,s,a,l,c){null==e?function(e,t,n,r,o,i,s,a,l){const{p:c,o:{createElement:u}}=l,d=u("div"),f=e.suspense=rr(e,o,r,t,d,n,i,s,a,l);c(null,f.pendingBranch=e.ssContent,d,null,r,f,i,s),f.deps>0?(nr(e,"onPending"),nr(e,"onFallback"),c(null,e.ssFallback,t,n,r,null,i,s),sr(f,e.ssFallback)):f.resolve(!1,!0)}(t,n,r,o,i,s,a,l,c):function(e,t,n,r,o,i,s,a,{p:l,um:c,o:{createElement:u}}){const d=t.suspense=e.suspense;d.vnode=t,t.el=e.el;const f=t.ssContent,p=t.ssFallback,{activeBranch:h,pendingBranch:g,isInFallback:v,isHydrating:m}=d;if(g)d.pendingBranch=f,Yi(f,g)?(l(g,f,d.hiddenContainer,null,o,d,i,s,a),d.deps<=0?d.resolve():v&&(l(h,p,n,r,o,null,i,s,a),sr(d,p))):(d.pendingId++,m?(d.isHydrating=!1,d.activeBranch=g):c(g,o,d),d.deps=0,d.effects.length=0,d.hiddenContainer=u("div"),v?(l(null,f,d.hiddenContainer,null,o,d,i,s,a),d.deps<=0?d.resolve():(l(h,p,n,r,o,null,i,s,a),sr(d,p))):h&&Yi(f,h)?(l(h,f,n,r,o,d,i,s,a),d.resolve(!0)):(l(null,f,d.hiddenContainer,null,o,d,i,s,a),d.deps<=0&&d.resolve()));else if(h&&Yi(f,h))l(h,f,n,r,o,d,i,s,a),sr(d,f);else if(nr(t,"onPending"),d.pendingBranch=f,d.pendingId++,l(null,f,d.hiddenContainer,null,o,d,i,s,a),d.deps<=0)d.resolve();else{const{timeout:e,pendingId:t}=d;e>0?setTimeout((()=>{d.pendingId===t&&d.fallback(p)}),e):0===e&&d.fallback(p)}}(e,t,n,r,o,s,a,l,c)},hydrate:function(e,t,n,r,o,i,s,a,l){const c=t.suspense=rr(t,r,n,e.parentNode,document.createElement("div"),null,o,i,s,a,!0),u=l(e,c.pendingBranch=t.ssContent,n,c,i,s);0===c.deps&&c.resolve(!1,!0);return u},create:rr,normalize:function(e){const{shapeFlag:t,children:n}=e,r=32&t;e.ssContent=or(r?n.default:n),e.ssFallback=r?or(n.fallback):es(Pi)}};function nr(e,t){const n=e.props&&e.props[t];y(n)&&n()}function rr(e,t,n,r,o,i,s,a,l,c,u=!1){const{p:d,m:f,um:p,n:h,o:{parentNode:g,remove:v}}=c;let m;const y=function(e){var t;return null!=(null==(t=e.props)?void 0:t.suspensible)&&!1!==e.props.suspensible}(e);y&&(null==t?void 0:t.pendingBranch)&&(m=t.pendingId,t.deps++);const b=e.props?U(e.props.timeout):void 0;const w={vnode:e,parent:t,parentComponent:n,isSVG:s,container:r,hiddenContainer:o,anchor:i,deps:0,pendingId:0,timeout:"number"==typeof b?b:-1,activeBranch:null,pendingBranch:null,isInFallback:!0,isHydrating:u,isUnmounted:!1,effects:[],resolve(e=!1,n=!1){const{vnode:r,activeBranch:o,pendingBranch:i,pendingId:s,effects:a,parentComponent:l,container:c}=w;if(w.isHydrating)w.isHydrating=!1;else if(!e){const e=o&&i.transition&&"out-in"===i.transition.mode;e&&(o.transition.afterLeave=()=>{s===w.pendingId&&f(i,c,t,0)});let{anchor:t}=w;o&&(t=h(o),p(o,l,w,!0)),e||f(i,c,t,0)}sr(w,i),w.pendingBranch=null,w.isInFallback=!1;let u=w.parent,d=!1;for(;u;){if(u.pendingBranch){u.effects.push(...a),d=!0;break}u=u.parent}d||_n(a),w.effects=[],y&&t&&t.pendingBranch&&m===t.pendingId&&(t.deps--,0!==t.deps||n||t.resolve()),nr(r,"onResolve")},fallback(e){if(!w.pendingBranch)return;const{vnode:t,activeBranch:n,parentComponent:r,container:o,isSVG:i}=w;nr(t,"onFallback");const s=h(n),c=()=>{w.isInFallback&&(d(null,e,o,s,r,null,i,a,l),sr(w,e))},u=e.transition&&"out-in"===e.transition.mode;u&&(n.transition.afterLeave=c),w.isInFallback=!0,p(n,r,null,!0),u||c()},move(e,t,n){w.activeBranch&&f(w.activeBranch,e,t,n),w.container=e},next:()=>w.activeBranch&&h(w.activeBranch),registerDep(e,t){const n=!!w.pendingBranch;n&&w.deps++;const r=e.vnode.el;e.asyncDep.catch((t=>{cn(t,e,0)})).then((o=>{if(e.isUnmounted||w.isUnmounted||w.pendingId!==e.suspenseId)return;e.asyncResolved=!0;const{vnode:i}=e;ks(e,o,!1),r&&(i.el=r);const a=!r&&e.subTree.el;t(e,i,g(r||e.subTree.el),r?null:h(e.subTree),w,s,l),a&&v(a),Kn(e,i.el),n&&0==--w.deps&&w.resolve()}))},unmount(e,t){w.isUnmounted=!0,w.activeBranch&&p(w.activeBranch,n,e,t),w.pendingBranch&&p(w.pendingBranch,n,e,t)}};return w}function or(e){let t;if(y(e)){const n=zi&&e._c;n&&(e._d=!1,Li()),e=e(),n&&(e._d=!0,t=Hi,Fi())}if(h(e)){const t=Qn(e);0,e=t}return e=as(e),t&&!e.dynamicChildren&&(e.dynamicChildren=t.filter((t=>t!==e))),e}function ir(e,t){t&&t.pendingBranch?h(e)?t.effects.push(...e):t.effects.push(e):_n(e)}function sr(e,t){e.activeBranch=t;const{vnode:n,parentComponent:r}=e,o=n.el=t.el;r&&r.subTree===n&&(r.vnode.el=o,Kn(r,o))}function ar(e,t){return fr(e,null,t)}function lr(e,t){return fr(e,null,{flush:"post"})}function cr(e,t){return fr(e,null,{flush:"sync"})}const ur={};function dr(e,t,n){return fr(e,t,n)}function fr(e,t,{immediate:n,deep:o,flush:s,onTrack:a,onTrigger:l}=r){var c;const u=pe()===(null==(c=gs)?void 0:c.scope)?gs:null;let f,p,g=!1,v=!1;if(Ft(e)?(f=()=>e.value,g=Mt(e)):Rt(e)?(f=()=>e,o=!0):h(e)?(v=!0,g=e.some((e=>Rt(e)||Mt(e))),f=()=>e.map((e=>Ft(e)?e.value:Rt(e)?gr(e):y(e)?an(e,u,2):void 0))):f=y(e)?t?()=>an(e,u,2):()=>{if(!u||!u.isUnmounted)return p&&p(),ln(e,u,3,[b])}:i,t&&o){const e=f;f=()=>gr(e())}let m,b=e=>{p=E.onStop=()=>{an(e,u,4)}};if(Cs){if(b=i,t?n&&ln(t,u,3,[f(),v?[]:void 0,b]):f(),"sync"!==s)return i;{const e=Hs();m=e.__watcherHandles||(e.__watcherHandles=[])}}let w=v?new Array(e.length).fill(ur):ur;const S=()=>{if(E.active)if(t){const e=E.run();(o||g||(v?e.some(((e,t)=>B(e,w[t]))):B(e,w)))&&(p&&p(),ln(t,u,3,[e,w===ur?void 0:v&&w[0]===ur?[]:w,b]),w=e)}else E.run()};let _;S.allowRecurse=!!t,"sync"===s?_=S:"post"===s?_=()=>wi(S,u&&u.suspense):(S.pre=!0,u&&(S.id=u.uid),_=()=>wn(S));const E=new Ce(f,_);t?n?S():w=E.run():"post"===s?wi(E.run.bind(E),u&&u.suspense):E.run();const x=()=>{E.stop(),u&&u.scope&&d(u.scope.effects,E)};return m&&m.push(x),x}function pr(e,t,n){const r=this.proxy,o=b(e)?e.includes(".")?hr(r,e):()=>r[e]:e.bind(r,r);let i;y(t)?i=t:(i=t.handler,n=t);const s=gs;ws(this);const a=fr(o,i.bind(r),n);return s?ws(s):Ss(),a}function hr(e,t){const n=t.split(".");return()=>{let t=e;for(let e=0;e<n.length&&t;e++)t=t[n[e]];return t}}function gr(e,t){if(!S(e)||e.__v_skip)return e;if((t=t||new Set).has(e))return e;if(t.add(e),Ft(e))gr(e.value,t);else if(h(e))for(let n=0;n<e.length;n++)gr(e[n],t);else if(v(e)||g(e))e.forEach((e=>{gr(e,t)}));else if(A(e))for(const n in e)gr(e[n],t);return e}function vr(e,t){const n=Un;if(null===n)return e;const o=Ms(n)||n.proxy,i=e.dirs||(e.dirs=[]);for(let e=0;e<t.length;e++){let[n,s,a,l=r]=t[e];n&&(y(n)&&(n={mounted:n,updated:n}),n.deep&&gr(s),i.push({dir:n,instance:o,value:s,oldValue:void 0,arg:a,modifiers:l}))}return e}function mr(e,t,n,r){const o=e.dirs,i=t&&t.dirs;for(let s=0;s<o.length;s++){const a=o[s];i&&(a.oldValue=i[s].value);let l=a.dir[r];l&&(Oe(),ln(l,n,8,[e.el,a,e,t]),Me())}}function yr(){const e={isMounted:!1,isLeaving:!1,isUnmounting:!1,leavingVNodes:new Map};return qr((()=>{e.isMounted=!0})),Qr((()=>{e.isUnmounting=!0})),e}const br=[Function,Array],wr={mode:String,appear:Boolean,persisted:Boolean,onBeforeEnter:br,onEnter:br,onAfterEnter:br,onEnterCancelled:br,onBeforeLeave:br,onLeave:br,onAfterLeave:br,onLeaveCancelled:br,onBeforeAppear:br,onAppear:br,onAfterAppear:br,onAppearCancelled:br},Sr={name:"BaseTransition",props:wr,setup(e,{slots:t}){const n=vs(),r=yr();let o;return()=>{const i=t.default&&Dr(t.default(),!0);if(!i||!i.length)return;let s=i[0];if(i.length>1){let e=!1;for(const t of i)if(t.type!==Pi){0,s=t,e=!0;break}}const a=Nt(e),{mode:l}=a;if(r.isLeaving)return Cr(s);const c=Ar(s);if(!c)return Cr(s);const u=xr(c,a,r,n);kr(c,u);const d=n.subTree,f=d&&Ar(d);let p=!1;const{getTransitionKey:h}=c.type;if(h){const e=h();void 0===o?o=e:e!==o&&(o=e,p=!0)}if(f&&f.type!==Pi&&(!Yi(c,f)||p)){const e=xr(f,a,r,n);if(kr(f,e),"out-in"===l)return r.isLeaving=!0,e.afterLeave=()=>{r.isLeaving=!1,!1!==n.update.active&&n.update()},Cr(s);"in-out"===l&&c.type!==Pi&&(e.delayLeave=(e,t,n)=>{Er(r,f)[String(f.key)]=f,e._leaveCb=()=>{t(),e._leaveCb=void 0,delete u.delayedLeave},u.delayedLeave=n})}return s}}},_r=Sr;function Er(e,t){const{leavingVNodes:n}=e;let r=n.get(t.type);return r||(r=Object.create(null),n.set(t.type,r)),r}function xr(e,t,n,r){const{appear:o,mode:i,persisted:s=!1,onBeforeEnter:a,onEnter:l,onAfterEnter:c,onEnterCancelled:u,onBeforeLeave:d,onLeave:f,onAfterLeave:p,onLeaveCancelled:g,onBeforeAppear:v,onAppear:m,onAfterAppear:y,onAppearCancelled:b}=t,w=String(e.key),S=Er(n,e),_=(e,t)=>{e&&ln(e,r,9,t)},E=(e,t)=>{const n=t[1];_(e,t),h(e)?e.every((e=>e.length<=1))&&n():e.length<=1&&n()},x={mode:i,persisted:s,beforeEnter(t){let r=a;if(!n.isMounted){if(!o)return;r=v||a}t._leaveCb&&t._leaveCb(!0);const i=S[w];i&&Yi(e,i)&&i.el._leaveCb&&i.el._leaveCb(),_(r,[t])},enter(e){let t=l,r=c,i=u;if(!n.isMounted){if(!o)return;t=m||l,r=y||c,i=b||u}let s=!1;const a=e._enterCb=t=>{s||(s=!0,_(t?i:r,[e]),x.delayedLeave&&x.delayedLeave(),e._enterCb=void 0)};t?E(t,[e,a]):a()},leave(t,r){const o=String(e.key);if(t._enterCb&&t._enterCb(!0),n.isUnmounting)return r();_(d,[t]);let i=!1;const s=t._leaveCb=n=>{i||(i=!0,r(),_(n?g:p,[t]),t._leaveCb=void 0,S[o]===e&&delete S[o])};S[o]=e,f?E(f,[t,s]):s()},clone:e=>xr(e,t,n,r)};return x}function Cr(e){if(Ir(e))return(e=rs(e)).children=null,e}function Ar(e){return Ir(e)?e.children?e.children[0]:void 0:e}function kr(e,t){6&e.shapeFlag&&e.component?kr(e.component.subTree,t):128&e.shapeFlag?(e.ssContent.transition=t.clone(e.ssContent),e.ssFallback.transition=t.clone(e.ssFallback)):e.transition=t}function Dr(e,t=!1,n){let r=[],o=0;for(let i=0;i<e.length;i++){let s=e[i];const a=null==n?s.key:String(n)+String(null!=s.key?s.key:i);s.type===Ii?(128&s.patchFlag&&o++,r=r.concat(Dr(s.children,t,a))):(t||s.type!==Pi)&&r.push(null!=a?rs(s,{key:a}):s)}if(o>1)for(let e=0;e<r.length;e++)r[e].patchFlag=-2;return r}function Tr(e,t){return y(e)?(()=>u({name:e.name},t,{setup:e}))():e}const Rr=e=>!!e.type.__asyncLoader;function Or(e){y(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:r,delay:o=200,timeout:i,suspensible:s=!0,onError:a}=e;let l,c=null,u=0;const d=()=>{let e;return c||(e=c=t().catch((e=>{if(e=e instanceof Error?e:new Error(String(e)),a)return new Promise(((t,n)=>{a(e,(()=>t((u++,c=null,d()))),(()=>n(e)),u+1)}));throw e})).then((t=>e!==c&&c?c:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),l=t,t))))};return Tr({name:"AsyncComponentWrapper",__asyncLoader:d,get __asyncResolved(){return l},setup(){const e=gs;if(l)return()=>Mr(l,e);const t=t=>{c=null,cn(t,e,13,!r)};if(s&&e.suspense||Cs)return d().then((t=>()=>Mr(t,e))).catch((e=>(t(e),()=>r?es(r,{error:e}):null)));const a=Ut(!1),u=Ut(),f=Ut(!!o);return o&&setTimeout((()=>{f.value=!1}),o),null!=i&&setTimeout((()=>{if(!a.value&&!u.value){const e=new Error(`Async component timed out after ${i}ms.`);t(e),u.value=e}}),i),d().then((()=>{a.value=!0,e.parent&&Ir(e.parent.vnode)&&wn(e.parent.update)})).catch((e=>{t(e),u.value=e})),()=>a.value&&l?Mr(l,e):u.value&&r?es(r,{error:u.value}):n&&!f.value?es(n):void 0}})}function Mr(e,t){const{ref:n,props:r,children:o,ce:i}=t.vnode,s=es(e,r,o);return s.ref=n,s.ce=i,delete t.vnode.ce,s}const Ir=e=>e.type.__isKeepAlive,Nr={name:"KeepAlive",__isKeepAlive:!0,props:{include:[String,RegExp,Array],exclude:[String,RegExp,Array],max:[String,Number]},setup(e,{slots:t}){const n=vs(),r=n.ctx;if(!r.renderer)return()=>{const e=t.default&&t.default();return e&&1===e.length?e[0]:e};const o=new Map,i=new Set;let s=null;n.__v_cache=o;const a=n.suspense,{renderer:{p:l,m:c,um:u,o:{createElement:d}}}=r,f=d("div");function p(e){Ur(e),u(e,n,a,!0)}function h(e){o.forEach(((t,n)=>{const r=Is(t.type);!r||e&&e(r)||g(n)}))}function g(e){const t=o.get(e);s&&Yi(t,s)?s&&Ur(s):p(t),o.delete(e),i.delete(e)}r.activate=(e,t,n,r,o)=>{const i=e.component;c(e,t,n,0,a),l(i.vnode,e,t,n,i,a,r,e.slotScopeIds,o),wi((()=>{i.isDeactivated=!1,i.a&&H(i.a);const t=e.props&&e.props.onVnodeMounted;t&&ds(t,i.parent,e)}),a),In(i)},r.deactivate=e=>{const t=e.component;c(e,f,null,1,a),wi((()=>{t.da&&H(t.da);const n=e.props&&e.props.onVnodeUnmounted;n&&ds(n,t.parent,e),t.isDeactivated=!0}),a),In(t)},dr((()=>[e.include,e.exclude]),(([e,t])=>{e&&h((t=>jr(e,t))),t&&h((e=>!jr(t,e)))}),{flush:"post",deep:!0});let v=null;const m=()=>{null!=v&&o.set(v,zr(n.subTree))};return qr(m),Yr(m),Qr((()=>{o.forEach((e=>{const{subTree:t,suspense:r}=n,o=zr(t);if(e.type!==o.type||e.key!==o.key)p(e);else{Ur(o);const e=o.component.da;e&&wi(e,r)}}))})),()=>{if(v=null,!t.default)return null;const n=t.default(),r=n[0];if(n.length>1)return s=null,n;if(!(Gi(r)&&(4&r.shapeFlag||128&r.shapeFlag)))return s=null,r;let a=zr(r);const l=a.type,c=Is(Rr(a)?a.type.__asyncResolved||{}:l),{include:u,exclude:d,max:f}=e;if(u&&(!c||!jr(u,c))||d&&c&&jr(d,c))return s=a,r;const p=null==a.key?l:a.key,h=o.get(p);return a.el&&(a=rs(a),128&r.shapeFlag&&(r.ssContent=a)),v=p,h?(a.el=h.el,a.component=h.component,a.transition&&kr(a,a.transition),a.shapeFlag|=512,i.delete(p),i.add(p)):(i.add(p),f&&i.size>parseInt(f,10)&&g(i.values().next().value)),a.shapeFlag|=256,s=a,er(r.type)?r:a}}},Pr=Nr;function jr(e,t){return h(e)?e.some((e=>jr(e,t))):b(e)?e.split(",").includes(t):"[object RegExp]"===x(e)&&e.test(t)}function Br(e,t){Lr(e,"a",t)}function Hr(e,t){Lr(e,"da",t)}function Lr(e,t,n=gs){const r=e.__wdc||(e.__wdc=()=>{let t=n;for(;t;){if(t.isDeactivated)return;t=t.parent}return e()});if($r(t,r,n),n){let e=n.parent;for(;e&&e.parent;)Ir(e.parent.vnode)&&Fr(r,t,n,e),e=e.parent}}function Fr(e,t,n,r){const o=$r(t,e,r,!0);Zr((()=>{d(r[t],o)}),n)}function Ur(e){e.shapeFlag&=-257,e.shapeFlag&=-513}function zr(e){return 128&e.shapeFlag?e.ssContent:e}function $r(e,t,n=gs,r=!1){if(n){const o=n[e]||(n[e]=[]),i=t.__weh||(t.__weh=(...r)=>{if(n.isUnmounted)return;Oe(),ws(n);const o=ln(t,n,e,r);return Ss(),Me(),o});return r?o.unshift(i):o.push(i),i}}const Vr=e=>(t,n=gs)=>(!Cs||"sp"===e)&&$r(e,((...e)=>t(...e)),n),Wr=Vr("bm"),qr=Vr("m"),Gr=Vr("bu"),Yr=Vr("u"),Qr=Vr("bum"),Zr=Vr("um"),Xr=Vr("sp"),Jr=Vr("rtg"),Kr=Vr("rtc");function eo(e,t=gs){$r("ec",e,t)}const to="components",no="directives";function ro(e,t){return ao(to,e,!0,t)||e}const oo=Symbol.for("v-ndc");function io(e){return b(e)?ao(to,e,!1)||e:e||oo}function so(e){return ao(no,e)}function ao(e,t,n=!0,r=!1){const o=Un||gs;if(o){const n=o.type;if(e===to){const e=Is(n,!1);if(e&&(e===t||e===M(t)||e===P(M(t))))return n}const i=lo(o[e]||n[e],t)||lo(o.appContext[e],t);return!i&&r?n:i}}function lo(e,t){return e&&(e[t]||e[M(t)]||e[P(M(t))])}function co(e,t,n,r){let o;const i=n&&n[r];if(h(e)||b(e)){o=new Array(e.length);for(let n=0,r=e.length;n<r;n++)o[n]=t(e[n],n,void 0,i&&i[n])}else if("number"==typeof e){0,o=new Array(e);for(let n=0;n<e;n++)o[n]=t(n+1,n,void 0,i&&i[n])}else if(S(e))if(e[Symbol.iterator])o=Array.from(e,((e,n)=>t(e,n,void 0,i&&i[n])));else{const n=Object.keys(e);o=new Array(n.length);for(let r=0,s=n.length;r<s;r++){const s=n[r];o[r]=t(e[s],s,r,i&&i[r])}}else o=[];return n&&(n[r]=o),o}function uo(e,t){for(let n=0;n<t.length;n++){const r=t[n];if(h(r))for(let t=0;t<r.length;t++)e[r[t].name]=r[t].fn;else r&&(e[r.name]=r.key?(...e)=>{const t=r.fn(...e);return t&&(t.key=r.key),t}:r.fn)}return e}function fo(e,t,n={},r,o){if(Un.isCE||Un.parent&&Rr(Un.parent)&&Un.parent.isCE)return"default"!==t&&(n.name=t),es("slot",n,r&&r());let i=e[t];i&&i._c&&(i._d=!1),Li();const s=i&&po(i(n)),a=qi(Ii,{key:n.key||s&&s.key||`_${t}`},s||(r?r():[]),s&&1===e._?64:-2);return!o&&a.scopeId&&(a.slotScopeIds=[a.scopeId+"-s"]),i&&i._c&&(i._d=!0),a}function po(e){return e.some((e=>!Gi(e)||e.type!==Pi&&!(e.type===Ii&&!po(e.children))))?e:null}function ho(e,t){const n={};for(const r in e)n[t&&/[A-Z]/.test(r)?`on:${r}`:j(r)]=e[r];return n}const go=e=>e?_s(e)?Ms(e)||e.proxy:go(e.parent):null,vo=u(Object.create(null),{$:e=>e,$el:e=>e.vnode.el,$data:e=>e.data,$props:e=>e.props,$attrs:e=>e.attrs,$slots:e=>e.slots,$refs:e=>e.refs,$parent:e=>go(e.parent),$root:e=>go(e.root),$emit:e=>e.emit,$options:e=>Fo(e),$forceUpdate:e=>e.f||(e.f=()=>wn(e.update)),$nextTick:e=>e.n||(e.n=bn.bind(e.proxy)),$watch:e=>pr.bind(e)}),mo=(e,t)=>e!==r&&!e.__isScriptSetup&&p(e,t),yo={get({_:e},t){const{ctx:n,setupState:o,data:i,props:s,accessCache:a,type:l,appContext:c}=e;let u;if("$"!==t[0]){const l=a[t];if(void 0!==l)switch(l){case 1:return o[t];case 2:return i[t];case 4:return n[t];case 3:return s[t]}else{if(mo(o,t))return a[t]=1,o[t];if(i!==r&&p(i,t))return a[t]=2,i[t];if((u=e.propsOptions[0])&&p(u,t))return a[t]=3,s[t];if(n!==r&&p(n,t))return a[t]=4,n[t];jo&&(a[t]=0)}}const d=vo[t];let f,h;return d?("$attrs"===t&&Ie(e,0,t),d(e)):(f=l.__cssModules)&&(f=f[t])?f:n!==r&&p(n,t)?(a[t]=4,n[t]):(h=c.config.globalProperties,p(h,t)?h[t]:void 0)},set({_:e},t,n){const{data:o,setupState:i,ctx:s}=e;return mo(i,t)?(i[t]=n,!0):o!==r&&p(o,t)?(o[t]=n,!0):!p(e.props,t)&&(("$"!==t[0]||!(t.slice(1)in e))&&(s[t]=n,!0))},has({_:{data:e,setupState:t,accessCache:n,ctx:o,appContext:i,propsOptions:s}},a){let l;return!!n[a]||e!==r&&p(e,a)||mo(t,a)||(l=s[0])&&p(l,a)||p(o,a)||p(vo,a)||p(i.config.globalProperties,a)},defineProperty(e,t,n){return null!=n.get?e._.accessCache[t]=0:p(n,"value")&&this.set(e,t,n.value,null),Reflect.defineProperty(e,t,n)}};const bo=u({},yo,{get(e,t){if(t!==Symbol.unscopables)return yo.get(e,t,e)},has:(e,t)=>"_"!==t[0]&&!W(t)});function wo(){return null}function So(){return null}function _o(e){0}function Eo(e){0}function xo(){return null}function Co(){0}function Ao(e,t){return null}function ko(){return Ro().slots}function Do(){return Ro().attrs}function To(e,t,n){const r=vs();if(n&&n.local){const n=Ut(e[t]);return dr((()=>e[t]),(e=>n.value=e)),dr(n,(n=>{n!==e[t]&&r.emit(`update:${t}`,n)})),n}return{__v_isRef:!0,get value(){return e[t]},set value(e){r.emit(`update:${t}`,e)}}}function Ro(){const e=vs();return e.setupContext||(e.setupContext=Os(e))}function Oo(e){return h(e)?e.reduce(((e,t)=>(e[t]=null,e)),{}):e}function Mo(e,t){const n=Oo(e);for(const e in t){if(e.startsWith("__skip"))continue;let r=n[e];r?h(r)||y(r)?r=n[e]={type:r,default:t[e]}:r.default=t[e]:null===r&&(r=n[e]={default:t[e]}),r&&t[`__skip_${e}`]&&(r.skipFactory=!0)}return n}function Io(e,t){return e&&t?h(e)&&h(t)?e.concat(t):u({},Oo(e),Oo(t)):e||t}function No(e,t){const n={};for(const r in e)t.includes(r)||Object.defineProperty(n,r,{enumerable:!0,get:()=>e[r]});return n}function Po(e){const t=vs();let n=e();return Ss(),_(n)&&(n=n.catch((e=>{throw ws(t),e}))),[n,()=>ws(t)]}let jo=!0;function Bo(e){const t=Fo(e),n=e.proxy,r=e.ctx;jo=!1,t.beforeCreate&&Ho(t.beforeCreate,e,"bc");const{data:o,computed:s,methods:a,watch:l,provide:c,inject:u,created:d,beforeMount:f,mounted:p,beforeUpdate:g,updated:v,activated:m,deactivated:b,beforeDestroy:w,beforeUnmount:_,destroyed:E,unmounted:x,render:C,renderTracked:A,renderTriggered:k,errorCaptured:D,serverPrefetch:T,expose:R,inheritAttrs:O,components:M,directives:I,filters:N}=t;if(u&&function(e,t,n=i){h(e)&&(e=Vo(e));for(const n in e){const r=e[n];let o;o=S(r)?"default"in r?Ko(r.from||n,r.default,!0):Ko(r.from||n):Ko(r),Ft(o)?Object.defineProperty(t,n,{enumerable:!0,configurable:!0,get:()=>o.value,set:e=>o.value=e}):t[n]=o}}(u,r,null),a)for(const e in a){const t=a[e];y(t)&&(r[e]=t.bind(n))}if(o){0;const t=o.call(n,n);0,S(t)&&(e.data=Ct(t))}if(jo=!0,s)for(const e in s){const t=s[e],o=y(t)?t.bind(n,n):y(t.get)?t.get.bind(n,n):i;0;const a=!y(t)&&y(t.set)?t.set.bind(n):i,l=Ps({get:o,set:a});Object.defineProperty(r,e,{enumerable:!0,configurable:!0,get:()=>l.value,set:e=>l.value=e})}if(l)for(const e in l)Lo(l[e],r,n,e);if(c){const e=y(c)?c.call(n):c;Reflect.ownKeys(e).forEach((t=>{Jo(t,e[t])}))}function P(e,t){h(t)?t.forEach((t=>e(t.bind(n)))):t&&e(t.bind(n))}if(d&&Ho(d,e,"c"),P(Wr,f),P(qr,p),P(Gr,g),P(Yr,v),P(Br,m),P(Hr,b),P(eo,D),P(Kr,A),P(Jr,k),P(Qr,_),P(Zr,x),P(Xr,T),h(R))if(R.length){const t=e.exposed||(e.exposed={});R.forEach((e=>{Object.defineProperty(t,e,{get:()=>n[e],set:t=>n[e]=t})}))}else e.exposed||(e.exposed={});C&&e.render===i&&(e.render=C),null!=O&&(e.inheritAttrs=O),M&&(e.components=M),I&&(e.directives=I)}function Ho(e,t,n){ln(h(e)?e.map((e=>e.bind(t.proxy))):e.bind(t.proxy),t,n)}function Lo(e,t,n,r){const o=r.includes(".")?hr(n,r):()=>n[r];if(b(e)){const n=t[e];y(n)&&dr(o,n)}else if(y(e))dr(o,e.bind(n));else if(S(e))if(h(e))e.forEach((e=>Lo(e,t,n,r)));else{const r=y(e.handler)?e.handler.bind(n):t[e.handler];y(r)&&dr(o,r,e)}else 0}function Fo(e){const t=e.type,{mixins:n,extends:r}=t,{mixins:o,optionsCache:i,config:{optionMergeStrategies:s}}=e.appContext,a=i.get(t);let l;return a?l=a:o.length||n||r?(l={},o.length&&o.forEach((e=>Uo(l,e,s,!0))),Uo(l,t,s)):l=t,S(t)&&i.set(t,l),l}function Uo(e,t,n,r=!1){const{mixins:o,extends:i}=t;i&&Uo(e,i,n,!0),o&&o.forEach((t=>Uo(e,t,n,!0)));for(const o in t)if(r&&"expose"===o);else{const r=zo[o]||n&&n[o];e[o]=r?r(e[o],t[o]):t[o]}return e}const zo={data:$o,props:Go,emits:Go,methods:qo,computed:qo,beforeCreate:Wo,created:Wo,beforeMount:Wo,mounted:Wo,beforeUpdate:Wo,updated:Wo,beforeDestroy:Wo,beforeUnmount:Wo,destroyed:Wo,unmounted:Wo,activated:Wo,deactivated:Wo,errorCaptured:Wo,serverPrefetch:Wo,components:qo,directives:qo,watch:function(e,t){if(!e)return t;if(!t)return e;const n=u(Object.create(null),e);for(const r in t)n[r]=Wo(e[r],t[r]);return n},provide:$o,inject:function(e,t){return qo(Vo(e),Vo(t))}};function $o(e,t){return t?e?function(){return u(y(e)?e.call(this,this):e,y(t)?t.call(this,this):t)}:t:e}function Vo(e){if(h(e)){const t={};for(let n=0;n<e.length;n++)t[e[n]]=e[n];return t}return e}function Wo(e,t){return e?[...new Set([].concat(e,t))]:t}function qo(e,t){return e?u(Object.create(null),e,t):t}function Go(e,t){return e?h(e)&&h(t)?[...new Set([...e,...t])]:u(Object.create(null),Oo(e),Oo(null!=t?t:{})):t}function Yo(){return{app:null,config:{isNativeTag:s,performance:!1,globalProperties:{},optionMergeStrategies:{},errorHandler:void 0,warnHandler:void 0,compilerOptions:{}},mixins:[],components:{},directives:{},provides:Object.create(null),optionsCache:new WeakMap,propsCache:new WeakMap,emitsCache:new WeakMap}}let Qo=0;function Zo(e,t){return function(n,r=null){y(n)||(n=u({},n)),null==r||S(r)||(r=null);const o=Yo();const i=new Set;let s=!1;const a=o.app={_uid:Qo++,_component:n,_props:r,_container:null,_context:o,_instance:null,version:zs,get config(){return o.config},set config(e){0},use:(e,...t)=>(i.has(e)||(e&&y(e.install)?(i.add(e),e.install(a,...t)):y(e)&&(i.add(e),e(a,...t))),a),mixin:e=>(o.mixins.includes(e)||o.mixins.push(e),a),component:(e,t)=>t?(o.components[e]=t,a):o.components[e],directive:(e,t)=>t?(o.directives[e]=t,a):o.directives[e],mount(i,l,c){if(!s){0;const u=es(n,r);return u.appContext=o,l&&t?t(u,i):e(u,i,c),s=!0,a._container=i,i.__vue_app__=a,a._instance=u.component,function(e,t){On("app:init",e,t,{Fragment:Ii,Text:Ni,Comment:Pi,Static:ji})}(a,zs),Ms(u.component)||u.component.proxy}},unmount(){s&&(e(null,a._container),a._instance=null,function(e){On("app:unmount",e)}(a),delete a._container.__vue_app__)},provide:(e,t)=>(o.provides[e]=t,a),runWithContext(e){Xo=a;try{return e()}finally{Xo=null}}};return a}}let Xo=null;function Jo(e,t){if(gs){let n=gs.provides;const r=gs.parent&&gs.parent.provides;r===n&&(n=gs.provides=Object.create(r)),n[e]=t}else 0}function Ko(e,t,n=!1){const r=gs||Un;if(r||Xo){const o=r?null==r.parent?r.vnode.appContext&&r.vnode.appContext.provides:r.parent.provides:Xo._context.provides;if(o&&e in o)return o[e];if(arguments.length>1)return n&&y(t)?t.call(r&&r.proxy):t}else 0}function ei(){return!!(gs||Un||Xo)}function ti(e,t,n,o){const[i,s]=e.propsOptions;let a,l=!1;if(t)for(let r in t){if(D(r))continue;const c=t[r];let u;i&&p(i,u=M(r))?s&&s.includes(u)?(a||(a={}))[u]=c:n[u]=c:Fn(e.emitsOptions,r)||r in o&&c===o[r]||(o[r]=c,l=!0)}if(s){const t=Nt(n),o=a||r;for(let r=0;r<s.length;r++){const a=s[r];n[a]=ni(i,t,a,o[a],e,!p(o,a))}}return l}function ni(e,t,n,r,o,i){const s=e[n];if(null!=s){const e=p(s,"default");if(e&&void 0===r){const e=s.default;if(s.type!==Function&&!s.skipFactory&&y(e)){const{propsDefaults:i}=o;n in i?r=i[n]:(ws(o),r=i[n]=e.call(null,t),Ss())}else r=e}s[0]&&(i&&!e?r=!1:!s[1]||""!==r&&r!==N(n)||(r=!0))}return r}function ri(e,t,n=!1){const i=t.propsCache,s=i.get(e);if(s)return s;const a=e.props,l={},c=[];let d=!1;if(!y(e)){const r=e=>{d=!0;const[n,r]=ri(e,t,!0);u(l,n),r&&c.push(...r)};!n&&t.mixins.length&&t.mixins.forEach(r),e.extends&&r(e.extends),e.mixins&&e.mixins.forEach(r)}if(!a&&!d)return S(e)&&i.set(e,o),o;if(h(a))for(let e=0;e<a.length;e++){0;const t=M(a[e]);oi(t)&&(l[t]=r)}else if(a){0;for(const e in a){const t=M(e);if(oi(t)){const n=a[e],r=l[t]=h(n)||y(n)?{type:n}:u({},n);if(r){const e=ai(Boolean,r.type),n=ai(String,r.type);r[0]=e>-1,r[1]=n<0||e<n,(e>-1||p(r,"default"))&&c.push(t)}}}}const f=[l,c];return S(e)&&i.set(e,f),f}function oi(e){return"$"!==e[0]}function ii(e){const t=e&&e.toString().match(/^\s*(function|class) (\w+)/);return t?t[2]:null===e?"null":""}function si(e,t){return ii(e)===ii(t)}function ai(e,t){return h(t)?t.findIndex((t=>si(t,e))):y(t)&&si(t,e)?0:-1}const li=e=>"_"===e[0]||"$stable"===e,ci=e=>h(e)?e.map(as):[as(e)],ui=(e,t,n)=>{if(t._n)return t;const r=Gn(((...e)=>ci(t(...e))),n);return r._c=!1,r},di=(e,t,n)=>{const r=e._ctx;for(const n in e){if(li(n))continue;const o=e[n];if(y(o))t[n]=ui(0,o,r);else if(null!=o){0;const e=ci(o);t[n]=()=>e}}},fi=(e,t)=>{const n=ci(t);e.slots.default=()=>n},pi=(e,t)=>{if(32&e.vnode.shapeFlag){const n=t._;n?(e.slots=Nt(t),L(t,"_",n)):di(t,e.slots={})}else e.slots={},t&&fi(e,t);L(e.slots,Zi,1)},hi=(e,t,n)=>{const{vnode:o,slots:i}=e;let s=!0,a=r;if(32&o.shapeFlag){const e=t._;e?n&&1===e?s=!1:(u(i,t),n||1!==e||delete i._):(s=!t.$stable,di(t,i)),a=t}else t&&(fi(e,t),a={default:1});if(s)for(const e in i)li(e)||e in a||delete i[e]};function gi(e,t,n,o,i=!1){if(h(e))return void e.forEach(((e,r)=>gi(e,t&&(h(t)?t[r]:t),n,o,i)));if(Rr(o)&&!i)return;const s=4&o.shapeFlag?Ms(o.component)||o.component.proxy:o.el,a=i?null:s,{i:l,r:c}=e;const u=t&&t.r,f=l.refs===r?l.refs={}:l.refs,g=l.setupState;if(null!=u&&u!==c&&(b(u)?(f[u]=null,p(g,u)&&(g[u]=null)):Ft(u)&&(u.value=null)),y(c))an(c,l,12,[a,f]);else{const t=b(c),r=Ft(c);if(t||r){const o=()=>{if(e.f){const n=t?p(g,c)?g[c]:f[c]:c.value;i?h(n)&&d(n,s):h(n)?n.includes(s)||n.push(s):t?(f[c]=[s],p(g,c)&&(g[c]=f[c])):(c.value=[s],e.k&&(f[e.k]=c.value))}else t?(f[c]=a,p(g,c)&&(g[c]=a)):r&&(c.value=a,e.k&&(f[e.k]=a))};a?(o.id=-1,wi(o,n)):o()}else 0}}let vi=!1;const mi=e=>/svg/.test(e.namespaceURI)&&"foreignObject"!==e.tagName,yi=e=>8===e.nodeType;function bi(e){const{mt:t,p:n,o:{patchProp:r,createText:o,nextSibling:i,parentNode:s,remove:a,insert:c,createComment:u}}=e,d=(n,r,a,l,u,m=!1)=>{const y=yi(n)&&"["===n.data,b=()=>g(n,r,a,l,u,y),{type:w,ref:S,shapeFlag:_,patchFlag:E}=r;let x=n.nodeType;r.el=n,-2===E&&(m=!1,r.dynamicChildren=null);let C=null;switch(w){case Ni:3!==x?""===r.children?(c(r.el=o(""),s(n),n),C=n):C=b():(n.data!==r.children&&(vi=!0,n.data=r.children),C=i(n));break;case Pi:C=8!==x||y?b():i(n);break;case ji:if(y&&(x=(n=i(n)).nodeType),1===x||3===x){C=n;const e=!r.children.length;for(let t=0;t<r.staticCount;t++)e&&(r.children+=1===C.nodeType?C.outerHTML:C.data),t===r.staticCount-1&&(r.anchor=C),C=i(C);return y?i(C):C}b();break;case Ii:C=y?h(n,r,a,l,u,m):b();break;default:if(1&_)C=1!==x||r.type.toLowerCase()!==n.tagName.toLowerCase()?b():f(n,r,a,l,u,m);else if(6&_){r.slotScopeIds=u;const e=s(n);if(t(r,e,null,a,l,mi(e),m),C=y?v(n):i(n),C&&yi(C)&&"teleport end"===C.data&&(C=i(C)),Rr(r)){let t;y?(t=es(Ii),t.anchor=C?C.previousSibling:e.lastChild):t=3===n.nodeType?os(""):es("div"),t.el=n,r.component.subTree=t}}else 64&_?C=8!==x?b():r.type.hydrate(n,r,a,l,u,m,e,p):128&_&&(C=r.type.hydrate(n,r,a,l,mi(s(n)),u,m,e,d))}return null!=S&&gi(S,null,l,r),C},f=(e,t,n,o,i,s)=>{s=s||!!t.dynamicChildren;const{type:c,props:u,patchFlag:d,shapeFlag:f,dirs:h}=t,g="input"===c&&h||"option"===c;if(g||-1!==d){if(h&&mr(t,null,n,"created"),u)if(g||!s||48&d)for(const t in u)(g&&t.endsWith("value")||l(t)&&!D(t))&&r(e,t,null,u[t],!1,void 0,n);else u.onClick&&r(e,"onClick",null,u.onClick,!1,void 0,n);let c;if((c=u&&u.onVnodeBeforeMount)&&ds(c,n,t),h&&mr(t,null,n,"beforeMount"),((c=u&&u.onVnodeMounted)||h)&&ir((()=>{c&&ds(c,n,t),h&&mr(t,null,n,"mounted")}),o),16&f&&(!u||!u.innerHTML&&!u.textContent)){let r=p(e.firstChild,t,e,n,o,i,s);for(;r;){vi=!0;const e=r;r=r.nextSibling,a(e)}}else 8&f&&e.textContent!==t.children&&(vi=!0,e.textContent=t.children)}return e.nextSibling},p=(e,t,r,o,i,s,a)=>{a=a||!!t.dynamicChildren;const l=t.children,c=l.length;for(let t=0;t<c;t++){const c=a?l[t]:l[t]=as(l[t]);if(e)e=d(e,c,o,i,s,a);else{if(c.type===Ni&&!c.children)continue;vi=!0,n(null,c,r,null,o,i,mi(r),s)}}return e},h=(e,t,n,r,o,a)=>{const{slotScopeIds:l}=t;l&&(o=o?o.concat(l):l);const d=s(e),f=p(i(e),t,d,n,r,o,a);return f&&yi(f)&&"]"===f.data?i(t.anchor=f):(vi=!0,c(t.anchor=u("]"),d,f),f)},g=(e,t,r,o,l,c)=>{if(vi=!0,t.el=null,c){const t=v(e);for(;;){const n=i(e);if(!n||n===t)break;a(n)}}const u=i(e),d=s(e);return a(e),n(null,t,d,u,r,o,mi(d),l),u},v=e=>{let t=0;for(;e;)if((e=i(e))&&yi(e)&&("["===e.data&&t++,"]"===e.data)){if(0===t)return i(e);t--}return e};return[(e,t)=>{if(!t.hasChildNodes())return n(null,e,t),xn(),void(t._vnode=e);vi=!1,d(t.firstChild,e,null,null,null),xn(),t._vnode=e,vi&&console.error("Hydration completed but contains mismatches.")},d]}const wi=ir;function Si(e){return Ei(e)}function _i(e){return Ei(e,bi)}function Ei(e,t){const n=$();n.__VUE__=!0,Mn(n.__VUE_DEVTOOLS_GLOBAL_HOOK__,n);const{insert:s,remove:a,patchProp:l,createElement:c,createText:u,createComment:d,setText:f,setElementText:h,parentNode:g,nextSibling:v,setScopeId:m=i,insertStaticContent:y}=e,b=(e,t,n,r=null,o=null,i=null,s=!1,a=null,l=!!t.dynamicChildren)=>{if(e===t)return;e&&!Yi(e,t)&&(r=X(e),q(e,o,i,!0),e=null),-2===t.patchFlag&&(l=!1,t.dynamicChildren=null);const{type:c,ref:u,shapeFlag:d}=t;switch(c){case Ni:w(e,t,n,r);break;case Pi:S(e,t,n,r);break;case ji:null==e&&_(t,n,r,s);break;case Ii:I(e,t,n,r,o,i,s,a,l);break;default:1&d?x(e,t,n,r,o,i,s,a,l):6&d?P(e,t,n,r,o,i,s,a,l):(64&d||128&d)&&c.process(e,t,n,r,o,i,s,a,l,K)}null!=u&&o&&gi(u,e&&e.ref,i,t||e,!t)},w=(e,t,n,r)=>{if(null==e)s(t.el=u(t.children),n,r);else{const n=t.el=e.el;t.children!==e.children&&f(n,t.children)}},S=(e,t,n,r)=>{null==e?s(t.el=d(t.children||""),n,r):t.el=e.el},_=(e,t,n,r)=>{[e.el,e.anchor]=y(e.children,t,n,r,e.el,e.anchor)},E=({el:e,anchor:t})=>{let n;for(;e&&e!==t;)n=v(e),a(e),e=n;a(t)},x=(e,t,n,r,o,i,s,a,l)=>{s=s||"svg"===t.type,null==e?C(t,n,r,o,i,s,a,l):T(e,t,o,i,s,a,l)},C=(e,t,n,r,o,i,a,u)=>{let d,f;const{type:p,props:g,shapeFlag:v,transition:m,dirs:y}=e;if(d=e.el=c(e.type,i,g&&g.is,g),8&v?h(d,e.children):16&v&&k(e.children,d,null,r,o,i&&"foreignObject"!==p,a,u),y&&mr(e,null,r,"created"),A(d,e,e.scopeId,a,r),g){for(const t in g)"value"===t||D(t)||l(d,t,null,g[t],i,e.children,r,o,Z);"value"in g&&l(d,"value",null,g.value),(f=g.onVnodeBeforeMount)&&ds(f,r,e)}Object.defineProperty(d,"__vnode",{value:e,enumerable:!1}),Object.defineProperty(d,"__vueParentComponent",{value:r,enumerable:!1}),y&&mr(e,null,r,"beforeMount");const b=(!o||o&&!o.pendingBranch)&&m&&!m.persisted;b&&m.beforeEnter(d),s(d,t,n),((f=g&&g.onVnodeMounted)||b||y)&&wi((()=>{f&&ds(f,r,e),b&&m.enter(d),y&&mr(e,null,r,"mounted")}),o)},A=(e,t,n,r,o)=>{if(n&&m(e,n),r)for(let t=0;t<r.length;t++)m(e,r[t]);if(o){if(t===o.subTree){const t=o.vnode;A(e,t,t.scopeId,t.slotScopeIds,o.parent)}}},k=(e,t,n,r,o,i,s,a,l=0)=>{for(let c=l;c<e.length;c++){const l=e[c]=a?ls(e[c]):as(e[c]);b(null,l,t,n,r,o,i,s,a)}},T=(e,t,n,o,i,s,a)=>{const c=t.el=e.el;let{patchFlag:u,dynamicChildren:d,dirs:f}=t;u|=16&e.patchFlag;const p=e.props||r,g=t.props||r;let v;n&&xi(n,!1),(v=g.onVnodeBeforeUpdate)&&ds(v,n,t,e),f&&mr(t,e,n,"beforeUpdate"),n&&xi(n,!0);const m=i&&"foreignObject"!==t.type;if(d?R(e.dynamicChildren,d,c,n,o,m,s):a||U(e,t,c,null,n,o,m,s,!1),u>0){if(16&u)O(c,t,p,g,n,o,i);else if(2&u&&p.class!==g.class&&l(c,"class",null,g.class,i),4&u&&l(c,"style",p.style,g.style,i),8&u){const r=t.dynamicProps;for(let t=0;t<r.length;t++){const s=r[t],a=p[s],u=g[s];u===a&&"value"!==s||l(c,s,a,u,i,e.children,n,o,Z)}}1&u&&e.children!==t.children&&h(c,t.children)}else a||null!=d||O(c,t,p,g,n,o,i);((v=g.onVnodeUpdated)||f)&&wi((()=>{v&&ds(v,n,t,e),f&&mr(t,e,n,"updated")}),o)},R=(e,t,n,r,o,i,s)=>{for(let a=0;a<t.length;a++){const l=e[a],c=t[a],u=l.el&&(l.type===Ii||!Yi(l,c)||70&l.shapeFlag)?g(l.el):n;b(l,c,u,null,r,o,i,s,!0)}},O=(e,t,n,o,i,s,a)=>{if(n!==o){if(n!==r)for(const r in n)D(r)||r in o||l(e,r,n[r],null,a,t.children,i,s,Z);for(const r in o){if(D(r))continue;const c=o[r],u=n[r];c!==u&&"value"!==r&&l(e,r,u,c,a,t.children,i,s,Z)}"value"in o&&l(e,"value",n.value,o.value)}},I=(e,t,n,r,o,i,a,l,c)=>{const d=t.el=e?e.el:u(""),f=t.anchor=e?e.anchor:u("");let{patchFlag:p,dynamicChildren:h,slotScopeIds:g}=t;g&&(l=l?l.concat(g):g),null==e?(s(d,n,r),s(f,n,r),k(t.children,n,f,o,i,a,l,c)):p>0&&64&p&&h&&e.dynamicChildren?(R(e.dynamicChildren,h,n,o,i,a,l),(null!=t.key||o&&t===o.subTree)&&Ci(e,t,!0)):U(e,t,n,f,o,i,a,l,c)},P=(e,t,n,r,o,i,s,a,l)=>{t.slotScopeIds=a,null==e?512&t.shapeFlag?o.ctx.activate(t,n,r,s,l):j(t,n,r,o,i,s,l):B(e,t,l)},j=(e,t,n,r,o,i,s)=>{const a=e.component=hs(e,r,o);if(Ir(e)&&(a.ctx.renderer=K),As(a),a.asyncDep){if(o&&o.registerDep(a,L),!e.el){const e=a.subTree=es(Pi);S(null,e,t,n)}}else L(a,e,t,n,o,i,s)},B=(e,t,n)=>{const r=t.component=e.component;if(function(e,t,n){const{props:r,children:o,component:i}=e,{props:s,children:a,patchFlag:l}=t,c=i.emitsOptions;if(t.dirs||t.transition)return!0;if(!(n&&l>=0))return!(!o&&!a||a&&a.$stable)||r!==s&&(r?!s||Jn(r,s,c):!!s);if(1024&l)return!0;if(16&l)return r?Jn(r,s,c):!!s;if(8&l){const e=t.dynamicProps;for(let t=0;t<e.length;t++){const n=e[t];if(s[n]!==r[n]&&!Fn(c,n))return!0}}return!1}(e,t,n)){if(r.asyncDep&&!r.asyncResolved)return void F(r,t,n);r.next=t,function(e){const t=fn.indexOf(e);t>pn&&fn.splice(t,1)}(r.update),r.update()}else t.el=e.el,r.vnode=t},L=(e,t,n,r,o,i,s)=>{const a=e.effect=new Ce((()=>{if(e.isMounted){let t,{next:n,bu:r,u:a,parent:l,vnode:c}=e,u=n;0,xi(e,!1),n?(n.el=c.el,F(e,n,s)):n=c,r&&H(r),(t=n.props&&n.props.onVnodeBeforeUpdate)&&ds(t,l,n,c),xi(e,!0);const d=Yn(e);0;const f=e.subTree;e.subTree=d,b(f,d,g(f.el),X(f),e,o,i),n.el=d.el,null===u&&Kn(e,d.el),a&&wi(a,o),(t=n.props&&n.props.onVnodeUpdated)&&wi((()=>ds(t,l,n,c)),o),Nn(e)}else{let s;const{el:a,props:l}=t,{bm:c,m:u,parent:d}=e,f=Rr(t);if(xi(e,!1),c&&H(c),!f&&(s=l&&l.onVnodeBeforeMount)&&ds(s,d,t),xi(e,!0),a&&te){const n=()=>{e.subTree=Yn(e),te(a,e.subTree,e,o,null)};f?t.type.__asyncLoader().then((()=>!e.isUnmounted&&n())):n()}else{0;const s=e.subTree=Yn(e);0,b(null,s,n,r,e,o,i),t.el=s.el}if(u&&wi(u,o),!f&&(s=l&&l.onVnodeMounted)){const e=t;wi((()=>ds(s,d,e)),o)}(256&t.shapeFlag||d&&Rr(d.vnode)&&256&d.vnode.shapeFlag)&&e.a&&wi(e.a,o),e.isMounted=!0,In(e),t=n=r=null}}),(()=>wn(l)),e.scope),l=e.update=()=>a.run();l.id=e.uid,xi(e,!0),l()},F=(e,t,n)=>{t.component=e;const r=e.vnode.props;e.vnode=t,e.next=null,function(e,t,n,r){const{props:o,attrs:i,vnode:{patchFlag:s}}=e,a=Nt(o),[l]=e.propsOptions;let c=!1;if(!(r||s>0)||16&s){let r;ti(e,t,o,i)&&(c=!0);for(const i in a)t&&(p(t,i)||(r=N(i))!==i&&p(t,r))||(l?!n||void 0===n[i]&&void 0===n[r]||(o[i]=ni(l,a,i,void 0,e,!0)):delete o[i]);if(i!==a)for(const e in i)t&&p(t,e)||(delete i[e],c=!0)}else if(8&s){const n=e.vnode.dynamicProps;for(let r=0;r<n.length;r++){let s=n[r];if(Fn(e.emitsOptions,s))continue;const u=t[s];if(l)if(p(i,s))u!==i[s]&&(i[s]=u,c=!0);else{const t=M(s);o[t]=ni(l,a,t,u,e,!1)}else u!==i[s]&&(i[s]=u,c=!0)}}c&&Pe(e,"set","$attrs")}(e,t.props,r,n),hi(e,t.children,n),Oe(),En(),Me()},U=(e,t,n,r,o,i,s,a,l=!1)=>{const c=e&&e.children,u=e?e.shapeFlag:0,d=t.children,{patchFlag:f,shapeFlag:p}=t;if(f>0){if(128&f)return void V(c,d,n,r,o,i,s,a,l);if(256&f)return void z(c,d,n,r,o,i,s,a,l)}8&p?(16&u&&Z(c,o,i),d!==c&&h(n,d)):16&u?16&p?V(c,d,n,r,o,i,s,a,l):Z(c,o,i,!0):(8&u&&h(n,""),16&p&&k(d,n,r,o,i,s,a,l))},z=(e,t,n,r,i,s,a,l,c)=>{t=t||o;const u=(e=e||o).length,d=t.length,f=Math.min(u,d);let p;for(p=0;p<f;p++){const r=t[p]=c?ls(t[p]):as(t[p]);b(e[p],r,n,null,i,s,a,l,c)}u>d?Z(e,i,s,!0,!1,f):k(t,n,r,i,s,a,l,c,f)},V=(e,t,n,r,i,s,a,l,c)=>{let u=0;const d=t.length;let f=e.length-1,p=d-1;for(;u<=f&&u<=p;){const r=e[u],o=t[u]=c?ls(t[u]):as(t[u]);if(!Yi(r,o))break;b(r,o,n,null,i,s,a,l,c),u++}for(;u<=f&&u<=p;){const r=e[f],o=t[p]=c?ls(t[p]):as(t[p]);if(!Yi(r,o))break;b(r,o,n,null,i,s,a,l,c),f--,p--}if(u>f){if(u<=p){const e=p+1,o=e<d?t[e].el:r;for(;u<=p;)b(null,t[u]=c?ls(t[u]):as(t[u]),n,o,i,s,a,l,c),u++}}else if(u>p)for(;u<=f;)q(e[u],i,s,!0),u++;else{const h=u,g=u,v=new Map;for(u=g;u<=p;u++){const e=t[u]=c?ls(t[u]):as(t[u]);null!=e.key&&v.set(e.key,u)}let m,y=0;const w=p-g+1;let S=!1,_=0;const E=new Array(w);for(u=0;u<w;u++)E[u]=0;for(u=h;u<=f;u++){const r=e[u];if(y>=w){q(r,i,s,!0);continue}let o;if(null!=r.key)o=v.get(r.key);else for(m=g;m<=p;m++)if(0===E[m-g]&&Yi(r,t[m])){o=m;break}void 0===o?q(r,i,s,!0):(E[o-g]=u+1,o>=_?_=o:S=!0,b(r,t[o],n,null,i,s,a,l,c),y++)}const x=S?function(e){const t=e.slice(),n=[0];let r,o,i,s,a;const l=e.length;for(r=0;r<l;r++){const l=e[r];if(0!==l){if(o=n[n.length-1],e[o]<l){t[r]=o,n.push(r);continue}for(i=0,s=n.length-1;i<s;)a=i+s>>1,e[n[a]]<l?i=a+1:s=a;l<e[n[i]]&&(i>0&&(t[r]=n[i-1]),n[i]=r)}}i=n.length,s=n[i-1];for(;i-- >0;)n[i]=s,s=t[s];return n}(E):o;for(m=x.length-1,u=w-1;u>=0;u--){const e=g+u,o=t[e],f=e+1<d?t[e+1].el:r;0===E[u]?b(null,o,n,f,i,s,a,l,c):S&&(m<0||u!==x[m]?W(o,n,f,2):m--)}}},W=(e,t,n,r,o=null)=>{const{el:i,type:a,transition:l,children:c,shapeFlag:u}=e;if(6&u)return void W(e.component.subTree,t,n,r);if(128&u)return void e.suspense.move(t,n,r);if(64&u)return void a.move(e,t,n,K);if(a===Ii){s(i,t,n);for(let e=0;e<c.length;e++)W(c[e],t,n,r);return void s(e.anchor,t,n)}if(a===ji)return void(({el:e,anchor:t},n,r)=>{let o;for(;e&&e!==t;)o=v(e),s(e,n,r),e=o;s(t,n,r)})(e,t,n);if(2!==r&&1&u&&l)if(0===r)l.beforeEnter(i),s(i,t,n),wi((()=>l.enter(i)),o);else{const{leave:e,delayLeave:r,afterLeave:o}=l,a=()=>s(i,t,n),c=()=>{e(i,(()=>{a(),o&&o()}))};r?r(i,a,c):c()}else s(i,t,n)},q=(e,t,n,r=!1,o=!1)=>{const{type:i,props:s,ref:a,children:l,dynamicChildren:c,shapeFlag:u,patchFlag:d,dirs:f}=e;if(null!=a&&gi(a,null,n,e,!0),256&u)return void t.ctx.deactivate(e);const p=1&u&&f,h=!Rr(e);let g;if(h&&(g=s&&s.onVnodeBeforeUnmount)&&ds(g,t,e),6&u)Q(e.component,n,r);else{if(128&u)return void e.suspense.unmount(n,r);p&&mr(e,null,t,"beforeUnmount"),64&u?e.type.remove(e,t,n,o,K,r):c&&(i!==Ii||d>0&&64&d)?Z(c,t,n,!1,!0):(i===Ii&&384&d||!o&&16&u)&&Z(l,t,n),r&&G(e)}(h&&(g=s&&s.onVnodeUnmounted)||p)&&wi((()=>{g&&ds(g,t,e),p&&mr(e,null,t,"unmounted")}),n)},G=e=>{const{type:t,el:n,anchor:r,transition:o}=e;if(t===Ii)return void Y(n,r);if(t===ji)return void E(e);const i=()=>{a(n),o&&!o.persisted&&o.afterLeave&&o.afterLeave()};if(1&e.shapeFlag&&o&&!o.persisted){const{leave:t,delayLeave:r}=o,s=()=>t(n,i);r?r(e.el,i,s):s()}else i()},Y=(e,t)=>{let n;for(;e!==t;)n=v(e),a(e),e=n;a(t)},Q=(e,t,n)=>{const{bum:r,scope:o,update:i,subTree:s,um:a}=e;r&&H(r),o.stop(),i&&(i.active=!1,q(s,e,t,n)),a&&wi(a,t),wi((()=>{e.isUnmounted=!0}),t),t&&t.pendingBranch&&!t.isUnmounted&&e.asyncDep&&!e.asyncResolved&&e.suspenseId===t.pendingId&&(t.deps--,0===t.deps&&t.resolve()),jn(e)},Z=(e,t,n,r=!1,o=!1,i=0)=>{for(let s=i;s<e.length;s++)q(e[s],t,n,r,o)},X=e=>6&e.shapeFlag?X(e.component.subTree):128&e.shapeFlag?e.suspense.next():v(e.anchor||e.el),J=(e,t,n)=>{null==e?t._vnode&&q(t._vnode,null,null,!0):b(t._vnode||null,e,t,null,null,null,n),En(),xn(),t._vnode=e},K={p:b,um:q,m:W,r:G,mt:j,mc:k,pc:U,pbc:R,n:X,o:e};let ee,te;return t&&([ee,te]=t(K)),{render:J,hydrate:ee,createApp:Zo(J,ee)}}function xi({effect:e,update:t},n){e.allowRecurse=t.allowRecurse=n}function Ci(e,t,n=!1){const r=e.children,o=t.children;if(h(r)&&h(o))for(let e=0;e<r.length;e++){const t=r[e];let i=o[e];1&i.shapeFlag&&!i.dynamicChildren&&((i.patchFlag<=0||32===i.patchFlag)&&(i=o[e]=ls(o[e]),i.el=t.el),n||Ci(t,i)),i.type===Ni&&(i.el=t.el)}}const Ai=e=>e&&(e.disabled||""===e.disabled),ki=e=>"undefined"!=typeof SVGElement&&e instanceof SVGElement,Di=(e,t)=>{const n=e&&e.to;if(b(n)){if(t){const e=t(n);return e}return null}return n},Ti={__isTeleport:!0,process(e,t,n,r,o,i,s,a,l,c){const{mc:u,pc:d,pbc:f,o:{insert:p,querySelector:h,createText:g,createComment:v}}=c,m=Ai(t.props);let{shapeFlag:y,children:b,dynamicChildren:w}=t;if(null==e){const e=t.el=g(""),c=t.anchor=g("");p(e,n,r),p(c,n,r);const d=t.target=Di(t.props,h),f=t.targetAnchor=g("");d&&(p(f,d),s=s||ki(d));const v=(e,t)=>{16&y&&u(b,e,t,o,i,s,a,l)};m?v(n,c):d&&v(d,f)}else{t.el=e.el;const r=t.anchor=e.anchor,u=t.target=e.target,p=t.targetAnchor=e.targetAnchor,g=Ai(e.props),v=g?n:u,y=g?r:p;if(s=s||ki(u),w?(f(e.dynamicChildren,w,v,o,i,s,a),Ci(e,t,!0)):l||d(e,t,v,y,o,i,s,a,!1),m)g||Ri(t,n,r,c,1);else if((t.props&&t.props.to)!==(e.props&&e.props.to)){const e=t.target=Di(t.props,h);e&&Ri(t,e,null,c,0)}else g&&Ri(t,u,p,c,1)}Mi(t)},remove(e,t,n,r,{um:o,o:{remove:i}},s){const{shapeFlag:a,children:l,anchor:c,targetAnchor:u,target:d,props:f}=e;if(d&&i(u),(s||!Ai(f))&&(i(c),16&a))for(let e=0;e<l.length;e++){const r=l[e];o(r,t,n,!0,!!r.dynamicChildren)}},move:Ri,hydrate:function(e,t,n,r,o,i,{o:{nextSibling:s,parentNode:a,querySelector:l}},c){const u=t.target=Di(t.props,l);if(u){const l=u._lpa||u.firstChild;if(16&t.shapeFlag)if(Ai(t.props))t.anchor=c(s(e),t,a(e),n,r,o,i),t.targetAnchor=l;else{t.anchor=s(e);let a=l;for(;a;)if(a=s(a),a&&8===a.nodeType&&"teleport anchor"===a.data){t.targetAnchor=a,u._lpa=t.targetAnchor&&s(t.targetAnchor);break}c(l,t,u,n,r,o,i)}Mi(t)}return t.anchor&&s(t.anchor)}};function Ri(e,t,n,{o:{insert:r},m:o},i=2){0===i&&r(e.targetAnchor,t,n);const{el:s,anchor:a,shapeFlag:l,children:c,props:u}=e,d=2===i;if(d&&r(s,t,n),(!d||Ai(u))&&16&l)for(let e=0;e<c.length;e++)o(c[e],t,n,2);d&&r(a,t,n)}const Oi=Ti;function Mi(e){const t=e.ctx;if(t&&t.ut){let n=e.children[0].el;for(;n!==e.targetAnchor;)1===n.nodeType&&n.setAttribute("data-v-owner",t.uid),n=n.nextSibling;t.ut()}}const Ii=Symbol.for("v-fgt"),Ni=Symbol.for("v-txt"),Pi=Symbol.for("v-cmt"),ji=Symbol.for("v-stc"),Bi=[];let Hi=null;function Li(e=!1){Bi.push(Hi=e?null:[])}function Fi(){Bi.pop(),Hi=Bi[Bi.length-1]||null}let Ui,zi=1;function $i(e){zi+=e}function Vi(e){return e.dynamicChildren=zi>0?Hi||o:null,Fi(),zi>0&&Hi&&Hi.push(e),e}function Wi(e,t,n,r,o,i){return Vi(Ki(e,t,n,r,o,i,!0))}function qi(e,t,n,r,o){return Vi(es(e,t,n,r,o,!0))}function Gi(e){return!!e&&!0===e.__v_isVNode}function Yi(e,t){return e.type===t.type&&e.key===t.key}function Qi(e){Ui=e}const Zi="__vInternal",Xi=({key:e})=>null!=e?e:null,Ji=({ref:e,ref_key:t,ref_for:n})=>("number"==typeof e&&(e=""+e),null!=e?b(e)||Ft(e)||y(e)?{i:Un,r:e,k:t,f:!!n}:e:null);function Ki(e,t=null,n=null,r=0,o=null,i=(e===Ii?0:1),s=!1,a=!1){const l={__v_isVNode:!0,__v_skip:!0,type:e,props:t,key:t&&Xi(t),ref:t&&Ji(t),scopeId:zn,slotScopeIds:null,children:n,component:null,suspense:null,ssContent:null,ssFallback:null,dirs:null,transition:null,el:null,anchor:null,target:null,targetAnchor:null,staticCount:0,shapeFlag:i,patchFlag:r,dynamicProps:o,dynamicChildren:null,appContext:null,ctx:Un};return a?(cs(l,n),128&i&&e.normalize(l)):n&&(l.shapeFlag|=b(n)?8:16),zi>0&&!s&&Hi&&(l.patchFlag>0||6&i)&&32!==l.patchFlag&&Hi.push(l),l}const es=ts;function ts(e,t=null,n=null,r=0,o=null,i=!1){if(e&&e!==oo||(e=Pi),Gi(e)){const r=rs(e,t,!0);return n&&cs(r,n),zi>0&&!i&&Hi&&(6&r.shapeFlag?Hi[Hi.indexOf(e)]=r:Hi.push(r)),r.patchFlag|=-2,r}if(Ns(e)&&(e=e.__vccOpts),t){t=ns(t);let{class:e,style:n}=t;e&&!b(e)&&(t.class=X(e)),S(n)&&(It(n)&&!h(n)&&(n=u({},n)),t.style=q(n))}return Ki(e,t,n,r,o,b(e)?1:er(e)?128:(e=>e.__isTeleport)(e)?64:S(e)?4:y(e)?2:0,i,!0)}function ns(e){return e?It(e)||Zi in e?u({},e):e:null}function rs(e,t,n=!1){const{props:r,ref:o,patchFlag:i,children:s}=e,a=t?us(r||{},t):r;return{__v_isVNode:!0,__v_skip:!0,type:e.type,props:a,key:a&&Xi(a),ref:t&&t.ref?n&&o?h(o)?o.concat(Ji(t)):[o,Ji(t)]:Ji(t):o,scopeId:e.scopeId,slotScopeIds:e.slotScopeIds,children:s,target:e.target,targetAnchor:e.targetAnchor,staticCount:e.staticCount,shapeFlag:e.shapeFlag,patchFlag:t&&e.type!==Ii?-1===i?16:16|i:i,dynamicProps:e.dynamicProps,dynamicChildren:e.dynamicChildren,appContext:e.appContext,dirs:e.dirs,transition:e.transition,component:e.component,suspense:e.suspense,ssContent:e.ssContent&&rs(e.ssContent),ssFallback:e.ssFallback&&rs(e.ssFallback),el:e.el,anchor:e.anchor,ctx:e.ctx,ce:e.ce}}function os(e=" ",t=0){return es(Ni,null,e,t)}function is(e,t){const n=es(ji,null,e);return n.staticCount=t,n}function ss(e="",t=!1){return t?(Li(),qi(Pi,null,e)):es(Pi,null,e)}function as(e){return null==e||"boolean"==typeof e?es(Pi):h(e)?es(Ii,null,e.slice()):"object"==typeof e?ls(e):es(Ni,null,String(e))}function ls(e){return null===e.el&&-1!==e.patchFlag||e.memo?e:rs(e)}function cs(e,t){let n=0;const{shapeFlag:r}=e;if(null==t)t=null;else if(h(t))n=16;else if("object"==typeof t){if(65&r){const n=t.default;return void(n&&(n._c&&(n._d=!1),cs(e,n()),n._c&&(n._d=!0)))}{n=32;const r=t._;r||Zi in t?3===r&&Un&&(1===Un.slots._?t._=1:(t._=2,e.patchFlag|=1024)):t._ctx=Un}}else y(t)?(t={default:t,_ctx:Un},n=32):(t=String(t),64&r?(n=16,t=[os(t)]):n=8);e.children=t,e.shapeFlag|=n}function us(...e){const t={};for(let n=0;n<e.length;n++){const r=e[n];for(const e in r)if("class"===e)t.class!==r.class&&(t.class=X([t.class,r.class]));else if("style"===e)t.style=q([t.style,r.style]);else if(l(e)){const n=t[e],o=r[e];!o||n===o||h(n)&&n.includes(o)||(t[e]=n?[].concat(n,o):o)}else""!==e&&(t[e]=r[e])}return t}function ds(e,t,n,r=null){ln(e,t,7,[n,r])}const fs=Yo();let ps=0;function hs(e,t,n){const o=e.type,i=(t?t.appContext:e.appContext)||fs,s={uid:ps++,vnode:e,type:o,parent:t,appContext:i,root:null,next:null,subTree:null,effect:null,update:null,scope:new ue(!0),render:null,proxy:null,exposed:null,exposeProxy:null,withProxy:null,provides:t?t.provides:Object.create(i.provides),accessCache:null,renderCache:[],components:null,directives:null,propsOptions:ri(o,i),emitsOptions:Ln(o,i),emit:null,emitted:null,propsDefaults:r,inheritAttrs:o.inheritAttrs,ctx:r,data:r,props:r,attrs:r,slots:r,refs:r,setupState:r,setupContext:null,attrsProxy:null,slotsProxy:null,suspense:n,suspenseId:n?n.pendingId:0,asyncDep:null,asyncResolved:!1,isMounted:!1,isUnmounted:!1,isDeactivated:!1,bc:null,c:null,bm:null,m:null,bu:null,u:null,um:null,bum:null,da:null,a:null,rtg:null,rtc:null,ec:null,sp:null};return s.ctx={_:s},s.root=t?t.root:s,s.emit=Hn.bind(null,s),e.ce&&e.ce(s),s}let gs=null;const vs=()=>gs||Un;let ms,ys,bs="__VUE_INSTANCE_SETTERS__";(ys=$()[bs])||(ys=$()[bs]=[]),ys.push((e=>gs=e)),ms=e=>{ys.length>1?ys.forEach((t=>t(e))):ys[0](e)};const ws=e=>{ms(e),e.scope.on()},Ss=()=>{gs&&gs.scope.off(),ms(null)};function _s(e){return 4&e.vnode.shapeFlag}let Es,xs,Cs=!1;function As(e,t=!1){Cs=t;const{props:n,children:r}=e.vnode,o=_s(e);!function(e,t,n,r=!1){const o={},i={};L(i,Zi,1),e.propsDefaults=Object.create(null),ti(e,t,o,i);for(const t in e.propsOptions[0])t in o||(o[t]=void 0);n?e.props=r?o:At(o):e.type.props?e.props=o:e.props=i,e.attrs=i}(e,n,o,t),pi(e,r);const i=o?function(e,t){const n=e.type;0;e.accessCache=Object.create(null),e.proxy=Pt(new Proxy(e.ctx,yo)),!1;const{setup:r}=n;if(r){const n=e.setupContext=r.length>1?Os(e):null;ws(e),Oe();const o=an(r,e,0,[e.props,n]);if(Me(),Ss(),_(o)){if(o.then(Ss,Ss),t)return o.then((n=>{ks(e,n,t)})).catch((t=>{cn(t,e,0)}));e.asyncDep=o}else ks(e,o,t)}else Rs(e,t)}(e,t):void 0;return Cs=!1,i}function ks(e,t,n){y(t)?e.type.__ssrInlineRender?e.ssrRender=t:e.render=t:S(t)&&(e.devtoolsRawSetupState=t,e.setupState=Qt(t)),Rs(e,n)}function Ds(e){Es=e,xs=e=>{e.render._rc&&(e.withProxy=new Proxy(e.ctx,bo))}}const Ts=()=>!Es;function Rs(e,t,n){const r=e.type;if(!e.render){if(!t&&Es&&!r.render){const t=r.template||Fo(e).template;if(t){0;const{isCustomElement:n,compilerOptions:o}=e.appContext.config,{delimiters:i,compilerOptions:s}=r,a=u(u({isCustomElement:n,delimiters:i},o),s);r.render=Es(t,a)}}e.render=r.render||i,xs&&xs(e)}ws(e),Oe(),Bo(e),Me(),Ss()}function Os(e){const t=t=>{e.exposed=t||{}};return{get attrs(){return function(e){return e.attrsProxy||(e.attrsProxy=new Proxy(e.attrs,{get:(t,n)=>(Ie(e,0,"$attrs"),t[n])}))}(e)},slots:e.slots,emit:e.emit,expose:t}}function Ms(e){if(e.exposed)return e.exposeProxy||(e.exposeProxy=new Proxy(Qt(Pt(e.exposed)),{get:(t,n)=>n in t?t[n]:n in vo?vo[n](e):void 0,has:(e,t)=>t in e||t in vo}))}function Is(e,t=!0){return y(e)?e.displayName||e.name:e.name||t&&e.__name}function Ns(e){return y(e)&&"__vccOpts"in e}const Ps=(e,t)=>function(e,t,n=!1){let r,o;const s=y(e);return s?(r=e,o=i):(r=e.get,o=e.set),new rn(r,o,s||!o,n)}(e,0,Cs);function js(e,t,n){const r=arguments.length;return 2===r?S(t)&&!h(t)?Gi(t)?es(e,null,[t]):es(e,t):es(e,null,t):(r>3?n=Array.prototype.slice.call(arguments,2):3===r&&Gi(n)&&(n=[n]),es(e,t,n))}const Bs=Symbol.for("v-scx"),Hs=()=>{{const e=Ko(Bs);return e}};function Ls(){return void 0}function Fs(e,t,n,r){const o=n[r];if(o&&Us(o,e))return o;const i=t();return i.memo=e.slice(),n[r]=i}function Us(e,t){const n=e.memo;if(n.length!=t.length)return!1;for(let e=0;e<n.length;e++)if(B(n[e],t[e]))return!1;return zi>0&&Hi&&Hi.push(e),!0}const zs="3.3.4",$s={createComponentInstance:hs,setupComponent:As,renderComponentRoot:Yn,setCurrentRenderingInstance:$n,isVNode:Gi,normalizeVNode:as},Vs=null,Ws=null,qs="undefined"!=typeof document?document:null,Gs=qs&&qs.createElement("template"),Ys={insert:(e,t,n)=>{t.insertBefore(e,n||null)},remove:e=>{const t=e.parentNode;t&&t.removeChild(e)},createElement:(e,t,n,r)=>{const o=t?qs.createElementNS("http://www.w3.org/2000/svg",e):qs.createElement(e,n?{is:n}:void 0);return"select"===e&&r&&null!=r.multiple&&o.setAttribute("multiple",r.multiple),o},createText:e=>qs.createTextNode(e),createComment:e=>qs.createComment(e),setText:(e,t)=>{e.nodeValue=t},setElementText:(e,t)=>{e.textContent=t},parentNode:e=>e.parentNode,nextSibling:e=>e.nextSibling,querySelector:e=>qs.querySelector(e),setScopeId(e,t){e.setAttribute(t,"")},insertStaticContent(e,t,n,r,o,i){const s=n?n.previousSibling:t.lastChild;if(o&&(o===i||o.nextSibling))for(;t.insertBefore(o.cloneNode(!0),n),o!==i&&(o=o.nextSibling););else{Gs.innerHTML=r?`<svg>${e}</svg>`:e;const o=Gs.content;if(r){const e=o.firstChild;for(;e.firstChild;)o.appendChild(e.firstChild);o.removeChild(e)}t.insertBefore(o,n)}return[s?s.nextSibling:t.firstChild,n?n.previousSibling:t.lastChild]}};const Qs=/\s*!important$/;function Zs(e,t,n){if(h(n))n.forEach((n=>Zs(e,t,n)));else if(null==n&&(n=""),t.startsWith("--"))e.setProperty(t,n);else{const r=function(e,t){const n=Js[t];if(n)return n;let r=M(t);if("filter"!==r&&r in e)return Js[t]=r;r=P(r);for(let n=0;n<Xs.length;n++){const o=Xs[n]+r;if(o in e)return Js[t]=o}return t}(e,t);Qs.test(n)?e.setProperty(N(r),n.replace(Qs,""),"important"):e[r]=n}}const Xs=["Webkit","Moz","ms"],Js={};const Ks="http://www.w3.org/1999/xlink";function ea(e,t,n,r){e.addEventListener(t,n,r)}function ta(e,t,n,r,o=null){const i=e._vei||(e._vei={}),s=i[t];if(r&&s)s.value=r;else{const[n,a]=function(e){let t;if(na.test(e)){let n;for(t={};n=e.match(na);)e=e.slice(0,e.length-n[0].length),t[n[0].toLowerCase()]=!0}const n=":"===e[2]?e.slice(3):N(e.slice(2));return[n,t]}(t);if(r){const s=i[t]=function(e,t){const n=e=>{if(e._vts){if(e._vts<=n.attached)return}else e._vts=Date.now();ln(function(e,t){if(h(t)){const n=e.stopImmediatePropagation;return e.stopImmediatePropagation=()=>{n.call(e),e._stopped=!0},t.map((e=>t=>!t._stopped&&e&&e(t)))}return t}(e,n.value),t,5,[e])};return n.value=e,n.attached=ia(),n}(r,o);ea(e,n,s,a)}else s&&(!function(e,t,n,r){e.removeEventListener(t,n,r)}(e,n,s,a),i[t]=void 0)}}const na=/(?:Once|Passive|Capture)$/;let ra=0;const oa=Promise.resolve(),ia=()=>ra||(oa.then((()=>ra=0)),ra=Date.now());const sa=/^on[a-z]/;function aa(e,t){const n=Tr(e);class r extends ua{constructor(e){super(n,e,t)}}return r.def=n,r}const la=e=>aa(e,pl),ca="undefined"!=typeof HTMLElement?HTMLElement:class{};class ua extends ca{constructor(e,t={},n){super(),this._def=e,this._props=t,this._instance=null,this._connected=!1,this._resolved=!1,this._numberProps=null,this.shadowRoot&&n?n(this._createVNode(),this.shadowRoot):(this.attachShadow({mode:"open"}),this._def.__asyncLoader||this._resolveProps(this._def))}connectedCallback(){this._connected=!0,this._instance||(this._resolved?this._update():this._resolveDef())}disconnectedCallback(){this._connected=!1,bn((()=>{this._connected||(fl(null,this.shadowRoot),this._instance=null)}))}_resolveDef(){this._resolved=!0;for(let e=0;e<this.attributes.length;e++)this._setAttr(this.attributes[e].name);new MutationObserver((e=>{for(const t of e)this._setAttr(t.attributeName)})).observe(this,{attributes:!0});const e=(e,t=!1)=>{const{props:n,styles:r}=e;let o;if(n&&!h(n))for(const e in n){const t=n[e];(t===Number||t&&t.type===Number)&&(e in this._props&&(this._props[e]=U(this._props[e])),(o||(o=Object.create(null)))[M(e)]=!0)}this._numberProps=o,t&&this._resolveProps(e),this._applyStyles(r),this._update()},t=this._def.__asyncLoader;t?t().then((t=>e(t,!0))):e(this._def)}_resolveProps(e){const{props:t}=e,n=h(t)?t:Object.keys(t||{});for(const e of Object.keys(this))"_"!==e[0]&&n.includes(e)&&this._setProp(e,this[e],!0,!1);for(const e of n.map(M))Object.defineProperty(this,e,{get(){return this._getProp(e)},set(t){this._setProp(e,t)}})}_setAttr(e){let t=this.getAttribute(e);const n=M(e);this._numberProps&&this._numberProps[n]&&(t=U(t)),this._setProp(n,t,!1)}_getProp(e){return this._props[e]}_setProp(e,t,n=!0,r=!0){t!==this._props[e]&&(this._props[e]=t,r&&this._instance&&this._update(),n&&(!0===t?this.setAttribute(N(e),""):"string"==typeof t||"number"==typeof t?this.setAttribute(N(e),t+""):t||this.removeAttribute(N(e))))}_update(){fl(this._createVNode(),this.shadowRoot)}_createVNode(){const e=es(this._def,u({},this._props));return this._instance||(e.ce=e=>{this._instance=e,e.isCE=!0;const t=(e,t)=>{this.dispatchEvent(new CustomEvent(e,{detail:t}))};e.emit=(e,...n)=>{t(e,n),N(e)!==e&&t(N(e),n)};let n=this;for(;n=n&&(n.parentNode||n.host);)if(n instanceof ua){e.parent=n._instance,e.provides=n._instance.provides;break}}),e}_applyStyles(e){e&&e.forEach((e=>{const t=document.createElement("style");t.textContent=e,this.shadowRoot.appendChild(t)}))}}function da(e="$style"){{const t=vs();if(!t)return r;const n=t.type.__cssModules;if(!n)return r;const o=n[e];return o||r}}function fa(e){const t=vs();if(!t)return;const n=t.ut=(n=e(t.proxy))=>{Array.from(document.querySelectorAll(`[data-v-owner="${t.uid}"]`)).forEach((e=>ha(e,n)))},r=()=>{const r=e(t.proxy);pa(t.subTree,r),n(r)};lr(r),qr((()=>{const e=new MutationObserver(r);e.observe(t.subTree.el.parentNode,{childList:!0}),Zr((()=>e.disconnect()))}))}function pa(e,t){if(128&e.shapeFlag){const n=e.suspense;e=n.activeBranch,n.pendingBranch&&!n.isHydrating&&n.effects.push((()=>{pa(n.activeBranch,t)}))}for(;e.component;)e=e.component.subTree;if(1&e.shapeFlag&&e.el)ha(e.el,t);else if(e.type===Ii)e.children.forEach((e=>pa(e,t)));else if(e.type===ji){let{el:n,anchor:r}=e;for(;n&&(ha(n,t),n!==r);)n=n.nextSibling}}function ha(e,t){if(1===e.nodeType){const n=e.style;for(const e in t)n.setProperty(`--${e}`,t[e])}}const ga="transition",va="animation",ma=(e,{slots:t})=>js(_r,_a(e),t);ma.displayName="Transition";const ya={name:String,type:String,css:{type:Boolean,default:!0},duration:[String,Number,Object],enterFromClass:String,enterActiveClass:String,enterToClass:String,appearFromClass:String,appearActiveClass:String,appearToClass:String,leaveFromClass:String,leaveActiveClass:String,leaveToClass:String},ba=ma.props=u({},wr,ya),wa=(e,t=[])=>{h(e)?e.forEach((e=>e(...t))):e&&e(...t)},Sa=e=>!!e&&(h(e)?e.some((e=>e.length>1)):e.length>1);function _a(e){const t={};for(const n in e)n in ya||(t[n]=e[n]);if(!1===e.css)return t;const{name:n="v",type:r,duration:o,enterFromClass:i=`${n}-enter-from`,enterActiveClass:s=`${n}-enter-active`,enterToClass:a=`${n}-enter-to`,appearFromClass:l=i,appearActiveClass:c=s,appearToClass:d=a,leaveFromClass:f=`${n}-leave-from`,leaveActiveClass:p=`${n}-leave-active`,leaveToClass:h=`${n}-leave-to`}=e,g=function(e){if(null==e)return null;if(S(e))return[Ea(e.enter),Ea(e.leave)];{const t=Ea(e);return[t,t]}}(o),v=g&&g[0],m=g&&g[1],{onBeforeEnter:y,onEnter:b,onEnterCancelled:w,onLeave:_,onLeaveCancelled:E,onBeforeAppear:x=y,onAppear:C=b,onAppearCancelled:A=w}=t,k=(e,t,n)=>{Ca(e,t?d:a),Ca(e,t?c:s),n&&n()},D=(e,t)=>{e._isLeaving=!1,Ca(e,f),Ca(e,h),Ca(e,p),t&&t()},T=e=>(t,n)=>{const o=e?C:b,s=()=>k(t,e,n);wa(o,[t,s]),Aa((()=>{Ca(t,e?l:i),xa(t,e?d:a),Sa(o)||Da(t,r,v,s)}))};return u(t,{onBeforeEnter(e){wa(y,[e]),xa(e,i),xa(e,s)},onBeforeAppear(e){wa(x,[e]),xa(e,l),xa(e,c)},onEnter:T(!1),onAppear:T(!0),onLeave(e,t){e._isLeaving=!0;const n=()=>D(e,t);xa(e,f),Ma(),xa(e,p),Aa((()=>{e._isLeaving&&(Ca(e,f),xa(e,h),Sa(_)||Da(e,r,m,n))})),wa(_,[e,n])},onEnterCancelled(e){k(e,!1),wa(w,[e])},onAppearCancelled(e){k(e,!0),wa(A,[e])},onLeaveCancelled(e){D(e),wa(E,[e])}})}function Ea(e){return U(e)}function xa(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.add(t))),(e._vtc||(e._vtc=new Set)).add(t)}function Ca(e,t){t.split(/\s+/).forEach((t=>t&&e.classList.remove(t)));const{_vtc:n}=e;n&&(n.delete(t),n.size||(e._vtc=void 0))}function Aa(e){requestAnimationFrame((()=>{requestAnimationFrame(e)}))}let ka=0;function Da(e,t,n,r){const o=e._endId=++ka,i=()=>{o===e._endId&&r()};if(n)return setTimeout(i,n);const{type:s,timeout:a,propCount:l}=Ta(e,t);if(!s)return r();const c=s+"end";let u=0;const d=()=>{e.removeEventListener(c,f),i()},f=t=>{t.target===e&&++u>=l&&d()};setTimeout((()=>{u<l&&d()}),a+1),e.addEventListener(c,f)}function Ta(e,t){const n=window.getComputedStyle(e),r=e=>(n[e]||"").split(", "),o=r(`${ga}Delay`),i=r(`${ga}Duration`),s=Ra(o,i),a=r(`${va}Delay`),l=r(`${va}Duration`),c=Ra(a,l);let u=null,d=0,f=0;t===ga?s>0&&(u=ga,d=s,f=i.length):t===va?c>0&&(u=va,d=c,f=l.length):(d=Math.max(s,c),u=d>0?s>c?ga:va:null,f=u?u===ga?i.length:l.length:0);return{type:u,timeout:d,propCount:f,hasTransform:u===ga&&/\b(transform|all)(,|$)/.test(r(`${ga}Property`).toString())}}function Ra(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max(...t.map(((t,n)=>Oa(t)+Oa(e[n]))))}function Oa(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Ma(){return document.body.offsetHeight}const Ia=new WeakMap,Na=new WeakMap,Pa={name:"TransitionGroup",props:u({},ba,{tag:String,moveClass:String}),setup(e,{slots:t}){const n=vs(),r=yr();let o,i;return Yr((()=>{if(!o.length)return;const t=e.moveClass||`${e.name||"v"}-move`;if(!function(e,t,n){const r=e.cloneNode();e._vtc&&e._vtc.forEach((e=>{e.split(/\s+/).forEach((e=>e&&r.classList.remove(e)))}));n.split(/\s+/).forEach((e=>e&&r.classList.add(e))),r.style.display="none";const o=1===t.nodeType?t:t.parentNode;o.appendChild(r);const{hasTransform:i}=Ta(r);return o.removeChild(r),i}(o[0].el,n.vnode.el,t))return;o.forEach(Ba),o.forEach(Ha);const r=o.filter(La);Ma(),r.forEach((e=>{const n=e.el,r=n.style;xa(n,t),r.transform=r.webkitTransform=r.transitionDuration="";const o=n._moveCb=e=>{e&&e.target!==n||e&&!/transform$/.test(e.propertyName)||(n.removeEventListener("transitionend",o),n._moveCb=null,Ca(n,t))};n.addEventListener("transitionend",o)}))})),()=>{const s=Nt(e),a=_a(s);let l=s.tag||Ii;o=i,i=t.default?Dr(t.default()):[];for(let e=0;e<i.length;e++){const t=i[e];null!=t.key&&kr(t,xr(t,a,r,n))}if(o)for(let e=0;e<o.length;e++){const t=o[e];kr(t,xr(t,a,r,n)),Ia.set(t,t.el.getBoundingClientRect())}return es(l,null,i)}}},ja=Pa;function Ba(e){const t=e.el;t._moveCb&&t._moveCb(),t._enterCb&&t._enterCb()}function Ha(e){Na.set(e,e.el.getBoundingClientRect())}function La(e){const t=Ia.get(e),n=Na.get(e),r=t.left-n.left,o=t.top-n.top;if(r||o){const t=e.el.style;return t.transform=t.webkitTransform=`translate(${r}px,${o}px)`,t.transitionDuration="0s",e}}const Fa=e=>{const t=e.props["onUpdate:modelValue"]||!1;return h(t)?e=>H(t,e):t};function Ua(e){e.target.composing=!0}function za(e){const t=e.target;t.composing&&(t.composing=!1,t.dispatchEvent(new Event("input")))}const $a={created(e,{modifiers:{lazy:t,trim:n,number:r}},o){e._assign=Fa(o);const i=r||o.props&&"number"===o.props.type;ea(e,t?"change":"input",(t=>{if(t.target.composing)return;let r=e.value;n&&(r=r.trim()),i&&(r=F(r)),e._assign(r)})),n&&ea(e,"change",(()=>{e.value=e.value.trim()})),t||(ea(e,"compositionstart",Ua),ea(e,"compositionend",za),ea(e,"change",za))},mounted(e,{value:t}){e.value=null==t?"":t},beforeUpdate(e,{value:t,modifiers:{lazy:n,trim:r,number:o}},i){if(e._assign=Fa(i),e.composing)return;if(document.activeElement===e&&"range"!==e.type){if(n)return;if(r&&e.value.trim()===t)return;if((o||"number"===e.type)&&F(e.value)===t)return}const s=null==t?"":t;e.value!==s&&(e.value=s)}},Va={deep:!0,created(e,t,n){e._assign=Fa(n),ea(e,"change",(()=>{const t=e._modelValue,n=Qa(e),r=e.checked,o=e._assign;if(h(t)){const e=se(t,n),i=-1!==e;if(r&&!i)o(t.concat(n));else if(!r&&i){const n=[...t];n.splice(e,1),o(n)}}else if(v(t)){const e=new Set(t);r?e.add(n):e.delete(n),o(e)}else o(Za(e,r))}))},mounted:Wa,beforeUpdate(e,t,n){e._assign=Fa(n),Wa(e,t,n)}};function Wa(e,{value:t,oldValue:n},r){e._modelValue=t,h(t)?e.checked=se(t,r.props.value)>-1:v(t)?e.checked=t.has(r.props.value):t!==n&&(e.checked=ie(t,Za(e,!0)))}const qa={created(e,{value:t},n){e.checked=ie(t,n.props.value),e._assign=Fa(n),ea(e,"change",(()=>{e._assign(Qa(e))}))},beforeUpdate(e,{value:t,oldValue:n},r){e._assign=Fa(r),t!==n&&(e.checked=ie(t,r.props.value))}},Ga={deep:!0,created(e,{value:t,modifiers:{number:n}},r){const o=v(t);ea(e,"change",(()=>{const t=Array.prototype.filter.call(e.options,(e=>e.selected)).map((e=>n?F(Qa(e)):Qa(e)));e._assign(e.multiple?o?new Set(t):t:t[0])})),e._assign=Fa(r)},mounted(e,{value:t}){Ya(e,t)},beforeUpdate(e,t,n){e._assign=Fa(n)},updated(e,{value:t}){Ya(e,t)}};function Ya(e,t){const n=e.multiple;if(!n||h(t)||v(t)){for(let r=0,o=e.options.length;r<o;r++){const o=e.options[r],i=Qa(o);if(n)h(t)?o.selected=se(t,i)>-1:o.selected=t.has(i);else if(ie(Qa(o),t))return void(e.selectedIndex!==r&&(e.selectedIndex=r))}n||-1===e.selectedIndex||(e.selectedIndex=-1)}}function Qa(e){return"_value"in e?e._value:e.value}function Za(e,t){const n=t?"_trueValue":"_falseValue";return n in e?e[n]:t}const Xa={created(e,t,n){Ka(e,t,n,null,"created")},mounted(e,t,n){Ka(e,t,n,null,"mounted")},beforeUpdate(e,t,n,r){Ka(e,t,n,r,"beforeUpdate")},updated(e,t,n,r){Ka(e,t,n,r,"updated")}};function Ja(e,t){switch(e){case"SELECT":return Ga;case"TEXTAREA":return $a;default:switch(t){case"checkbox":return Va;case"radio":return qa;default:return $a}}}function Ka(e,t,n,r,o){const i=Ja(e.tagName,n.props&&n.props.type)[o];i&&i(e,t,n,r)}const el=["ctrl","shift","alt","meta"],tl={stop:e=>e.stopPropagation(),prevent:e=>e.preventDefault(),self:e=>e.target!==e.currentTarget,ctrl:e=>!e.ctrlKey,shift:e=>!e.shiftKey,alt:e=>!e.altKey,meta:e=>!e.metaKey,left:e=>"button"in e&&0!==e.button,middle:e=>"button"in e&&1!==e.button,right:e=>"button"in e&&2!==e.button,exact:(e,t)=>el.some((n=>e[`${n}Key`]&&!t.includes(n)))},nl=(e,t)=>(n,...r)=>{for(let e=0;e<t.length;e++){const r=tl[t[e]];if(r&&r(n,t))return}return e(n,...r)},rl={esc:"escape",space:" ",up:"arrow-up",left:"arrow-left",right:"arrow-right",down:"arrow-down",delete:"backspace"},ol=(e,t)=>n=>{if(!("key"in n))return;const r=N(n.key);return t.some((e=>e===r||rl[e]===r))?e(n):void 0},il={beforeMount(e,{value:t},{transition:n}){e._vod="none"===e.style.display?"":e.style.display,n&&t?n.beforeEnter(e):sl(e,t)},mounted(e,{value:t},{transition:n}){n&&t&&n.enter(e)},updated(e,{value:t,oldValue:n},{transition:r}){!t!=!n&&(r?t?(r.beforeEnter(e),sl(e,!0),r.enter(e)):r.leave(e,(()=>{sl(e,!1)})):sl(e,t))},beforeUnmount(e,{value:t}){sl(e,t)}};function sl(e,t){e.style.display=t?e._vod:"none"}const al=u({patchProp:(e,t,n,r,o=!1,i,s,a,u)=>{"class"===t?function(e,t,n){const r=e._vtc;r&&(t=(t?[t,...r]:[...r]).join(" ")),null==t?e.removeAttribute("class"):n?e.setAttribute("class",t):e.className=t}(e,r,o):"style"===t?function(e,t,n){const r=e.style,o=b(n);if(n&&!o){if(t&&!b(t))for(const e in t)null==n[e]&&Zs(r,e,"");for(const e in n)Zs(r,e,n[e])}else{const i=r.display;o?t!==n&&(r.cssText=n):t&&e.removeAttribute("style"),"_vod"in e&&(r.display=i)}}(e,n,r):l(t)?c(t)||ta(e,t,0,r,s):("."===t[0]?(t=t.slice(1),1):"^"===t[0]?(t=t.slice(1),0):function(e,t,n,r){if(r)return"innerHTML"===t||"textContent"===t||!!(t in e&&sa.test(t)&&y(n));if("spellcheck"===t||"draggable"===t||"translate"===t)return!1;if("form"===t)return!1;if("list"===t&&"INPUT"===e.tagName)return!1;if("type"===t&&"TEXTAREA"===e.tagName)return!1;if(sa.test(t)&&b(n))return!1;return t in e}(e,t,r,o))?function(e,t,n,r,o,i,s){if("innerHTML"===t||"textContent"===t)return r&&s(r,o,i),void(e[t]=null==n?"":n);const a=e.tagName;if("value"===t&&"PROGRESS"!==a&&!a.includes("-")){e._value=n;const r=null==n?"":n;return("OPTION"===a?e.getAttribute("value"):e.value)!==r&&(e.value=r),void(null==n&&e.removeAttribute(t))}let l=!1;if(""===n||null==n){const r=typeof e[t];"boolean"===r?n=oe(n):null==n&&"string"===r?(n="",l=!0):"number"===r&&(n=0,l=!0)}try{e[t]=n}catch(e){}l&&e.removeAttribute(t)}(e,t,r,i,s,a,u):("true-value"===t?e._trueValue=r:"false-value"===t&&(e._falseValue=r),function(e,t,n,r,o){if(r&&t.startsWith("xlink:"))null==n?e.removeAttributeNS(Ks,t.slice(6,t.length)):e.setAttributeNS(Ks,t,n);else{const r=re(t);null==n||r&&!oe(n)?e.removeAttribute(t):e.setAttribute(t,r?"":n)}}(e,t,r,o))}},Ys);let ll,cl=!1;function ul(){return ll||(ll=Si(al))}function dl(){return ll=cl?ll:_i(al),cl=!0,ll}const fl=(...e)=>{ul().render(...e)},pl=(...e)=>{dl().hydrate(...e)},hl=(...e)=>{const t=ul().createApp(...e);const{mount:n}=t;return t.mount=e=>{const r=vl(e);if(!r)return;const o=t._component;y(o)||o.render||o.template||(o.template=r.innerHTML),r.innerHTML="";const i=n(r,!1,r instanceof SVGElement);return r instanceof Element&&(r.removeAttribute("v-cloak"),r.setAttribute("data-v-app","")),i},t},gl=(...e)=>{const t=dl().createApp(...e);const{mount:n}=t;return t.mount=e=>{const t=vl(e);if(t)return n(t,!0,t instanceof SVGElement)},t};function vl(e){if(b(e)){return document.querySelector(e)}return e}let ml=!1;const yl=()=>{ml||(ml=!0,$a.getSSRProps=({value:e})=>({value:e}),qa.getSSRProps=({value:e},t)=>{if(t.props&&ie(t.props.value,e))return{checked:!0}},Va.getSSRProps=({value:e},t)=>{if(h(e)){if(t.props&&se(e,t.props.value)>-1)return{checked:!0}}else if(v(e)){if(t.props&&e.has(t.props.value))return{checked:!0}}else if(e)return{checked:!0}},Xa.getSSRProps=(e,t)=>{if("string"!=typeof t.type)return;const n=Ja(t.type.toUpperCase(),t.props&&t.props.type);return n.getSSRProps?n.getSSRProps(e,t):void 0},il.getSSRProps=({value:e})=>{if(!e)return{style:{display:"none"}}})};function bl(e){throw e}function wl(e){}function Sl(e,t,n,r){const o=new SyntaxError(String(e));return o.code=e,o.loc=t,o}const _l=Symbol(""),El=Symbol(""),xl=Symbol(""),Cl=Symbol(""),Al=Symbol(""),kl=Symbol(""),Dl=Symbol(""),Tl=Symbol(""),Rl=Symbol(""),Ol=Symbol(""),Ml=Symbol(""),Il=Symbol(""),Nl=Symbol(""),Pl=Symbol(""),jl=Symbol(""),Bl=Symbol(""),Hl=Symbol(""),Ll=Symbol(""),Fl=Symbol(""),Ul=Symbol(""),zl=Symbol(""),$l=Symbol(""),Vl=Symbol(""),Wl=Symbol(""),ql=Symbol(""),Gl=Symbol(""),Yl=Symbol(""),Ql=Symbol(""),Zl=Symbol(""),Xl=Symbol(""),Jl=Symbol(""),Kl=Symbol(""),ec=Symbol(""),tc=Symbol(""),nc=Symbol(""),rc=Symbol(""),oc=Symbol(""),ic=Symbol(""),sc=Symbol(""),ac={[_l]:"Fragment",[El]:"Teleport",[xl]:"Suspense",[Cl]:"KeepAlive",[Al]:"BaseTransition",[kl]:"openBlock",[Dl]:"createBlock",[Tl]:"createElementBlock",[Rl]:"createVNode",[Ol]:"createElementVNode",[Ml]:"createCommentVNode",[Il]:"createTextVNode",[Nl]:"createStaticVNode",[Pl]:"resolveComponent",[jl]:"resolveDynamicComponent",[Bl]:"resolveDirective",[Hl]:"resolveFilter",[Ll]:"withDirectives",[Fl]:"renderList",[Ul]:"renderSlot",[zl]:"createSlots",[$l]:"toDisplayString",[Vl]:"mergeProps",[Wl]:"normalizeClass",[ql]:"normalizeStyle",[Gl]:"normalizeProps",[Yl]:"guardReactiveProps",[Ql]:"toHandlers",[Zl]:"camelize",[Xl]:"capitalize",[Jl]:"toHandlerKey",[Kl]:"setBlockTracking",[ec]:"pushScopeId",[tc]:"popScopeId",[nc]:"withCtx",[rc]:"unref",[oc]:"isRef",[ic]:"withMemo",[sc]:"isMemoSame"};const lc={source:"",start:{line:1,column:1,offset:0},end:{line:1,column:1,offset:0}};function cc(e,t,n,r,o,i,s,a=!1,l=!1,c=!1,u=lc){return e&&(a?(e.helper(kl),e.helper(bc(e.inSSR,c))):e.helper(yc(e.inSSR,c)),s&&e.helper(Ll)),{type:13,tag:t,props:n,children:r,patchFlag:o,dynamicProps:i,directives:s,isBlock:a,disableTracking:l,isComponent:c,loc:u}}function uc(e,t=lc){return{type:17,loc:t,elements:e}}function dc(e,t=lc){return{type:15,loc:t,properties:e}}function fc(e,t){return{type:16,loc:lc,key:b(e)?pc(e,!0):e,value:t}}function pc(e,t=!1,n=lc,r=0){return{type:4,loc:n,content:e,isStatic:t,constType:t?3:r}}function hc(e,t=lc){return{type:8,loc:t,children:e}}function gc(e,t=[],n=lc){return{type:14,loc:n,callee:e,arguments:t}}function vc(e,t=void 0,n=!1,r=!1,o=lc){return{type:18,params:e,returns:t,newline:n,isSlot:r,loc:o}}function mc(e,t,n,r=!0){return{type:19,test:e,consequent:t,alternate:n,newline:r,loc:lc}}function yc(e,t){return e||t?Rl:Ol}function bc(e,t){return e||t?Dl:Tl}function wc(e,{helper:t,removeHelper:n,inSSR:r}){e.isBlock||(e.isBlock=!0,n(yc(r,e.isComponent)),t(kl),t(bc(r,e.isComponent)))}const Sc=e=>4===e.type&&e.isStatic,_c=(e,t)=>e===t||e===N(t);function Ec(e){return _c(e,"Teleport")?El:_c(e,"Suspense")?xl:_c(e,"KeepAlive")?Cl:_c(e,"BaseTransition")?Al:void 0}const xc=/^\d|[^\$\w]/,Cc=e=>!xc.test(e),Ac=/[A-Za-z_$\xA0-\uFFFF]/,kc=/[\.\?\w$\xA0-\uFFFF]/,Dc=/\s+[.[]\s*|\s*[.[]\s+/g,Tc=e=>{e=e.trim().replace(Dc,(e=>e.trim()));let t=0,n=[],r=0,o=0,i=null;for(let s=0;s<e.length;s++){const a=e.charAt(s);switch(t){case 0:if("["===a)n.push(t),t=1,r++;else if("("===a)n.push(t),t=2,o++;else if(!(0===s?Ac:kc).test(a))return!1;break;case 1:"'"===a||'"'===a||"`"===a?(n.push(t),t=3,i=a):"["===a?r++:"]"===a&&(--r||(t=n.pop()));break;case 2:if("'"===a||'"'===a||"`"===a)n.push(t),t=3,i=a;else if("("===a)o++;else if(")"===a){if(s===e.length-1)return!1;--o||(t=n.pop())}break;case 3:a===i&&(t=n.pop(),i=null)}}return!r&&!o};function Rc(e,t,n){const r={source:e.source.slice(t,t+n),start:Oc(e.start,e.source,t),end:e.end};return null!=n&&(r.end=Oc(e.start,e.source,t+n)),r}function Oc(e,t,n=t.length){return Mc(u({},e),t,n)}function Mc(e,t,n=t.length){let r=0,o=-1;for(let e=0;e<n;e++)10===t.charCodeAt(e)&&(r++,o=e);return e.offset+=n,e.line+=r,e.column=-1===o?e.column+n:n-o,e}function Ic(e,t,n=!1){for(let r=0;r<e.props.length;r++){const o=e.props[r];if(7===o.type&&(n||o.exp)&&(b(t)?o.name===t:t.test(o.name)))return o}}function Nc(e,t,n=!1,r=!1){for(let o=0;o<e.props.length;o++){const i=e.props[o];if(6===i.type){if(n)continue;if(i.name===t&&(i.value||r))return i}else if("bind"===i.name&&(i.exp||r)&&Pc(i.arg,t))return i}}function Pc(e,t){return!(!e||!Sc(e)||e.content!==t)}function jc(e){return 5===e.type||2===e.type}function Bc(e){return 7===e.type&&"slot"===e.name}function Hc(e){return 1===e.type&&3===e.tagType}function Lc(e){return 1===e.type&&2===e.tagType}const Fc=new Set([Gl,Yl]);function Uc(e,t=[]){if(e&&!b(e)&&14===e.type){const n=e.callee;if(!b(n)&&Fc.has(n))return Uc(e.arguments[0],t.concat(e))}return[e,t]}function zc(e,t,n){let r,o,i=13===e.type?e.props:e.arguments[2],s=[];if(i&&!b(i)&&14===i.type){const e=Uc(i);i=e[0],s=e[1],o=s[s.length-1]}if(null==i||b(i))r=dc([t]);else if(14===i.type){const e=i.arguments[0];b(e)||15!==e.type?i.callee===Ql?r=gc(n.helper(Vl),[dc([t]),i]):i.arguments.unshift(dc([t])):$c(t,e)||e.properties.unshift(t),!r&&(r=i)}else 15===i.type?($c(t,i)||i.properties.unshift(t),r=i):(r=gc(n.helper(Vl),[dc([t]),i]),o&&o.callee===Yl&&(o=s[s.length-2]));13===e.type?o?o.arguments[0]=r:e.props=r:o?o.arguments[0]=r:e.arguments[2]=r}function $c(e,t){let n=!1;if(4===e.key.type){const r=e.key.content;n=t.properties.some((e=>4===e.key.type&&e.key.content===r))}return n}function Vc(e,t){return`_${t}_${e.replace(/[^\w]/g,((t,n)=>"-"===t?"_":e.charCodeAt(n).toString()))}`}function Wc(e,t){const n=t.options?t.options.compatConfig:t.compatConfig,r=n&&n[e];return"MODE"===e?r||3:r}function qc(e,t){const n=Wc("MODE",t),r=Wc(e,t);return 3===n?!0===r:!1!==r}function Gc(e,t,n,...r){return qc(e,t)}const Yc=/&(gt|lt|amp|apos|quot);/g,Qc={gt:">",lt:"<",amp:"&",apos:"'",quot:'"'},Zc={delimiters:["{{","}}"],getNamespace:()=>0,getTextMode:()=>0,isVoidTag:s,isPreTag:s,isCustomElement:s,decodeEntities:e=>e.replace(Yc,((e,t)=>Qc[t])),onError:bl,onWarn:wl,comments:!1};function Xc(e,t={}){const n=function(e,t){const n=u({},Zc);let r;for(r in t)n[r]=void 0===t[r]?Zc[r]:t[r];return{options:n,column:1,line:1,offset:0,originalSource:e,source:e,inPre:!1,inVPre:!1,onWarn:n.onWarn}}(e,t),r=fu(n);return function(e,t=lc){return{type:0,children:e,helpers:new Set,components:[],directives:[],hoists:[],imports:[],cached:0,temps:0,codegenNode:void 0,loc:t}}(Jc(n,0,[]),pu(n,r))}function Jc(e,t,n){const r=hu(n),o=r?r.ns:0,i=[];for(;!wu(e,t,n);){const s=e.source;let a;if(0===t||1===t)if(!e.inVPre&&gu(s,e.options.delimiters[0]))a=cu(e,t);else if(0===t&&"<"===s[0])if(1===s.length)bu(e,5,1);else if("!"===s[1])gu(s,"\x3c!--")?a=tu(e):gu(s,"<!DOCTYPE")?a=nu(e):gu(s,"<![CDATA[")?0!==o?a=eu(e,n):(bu(e,1),a=nu(e)):(bu(e,11),a=nu(e));else if("/"===s[1])if(2===s.length)bu(e,5,2);else{if(">"===s[2]){bu(e,14,2),vu(e,3);continue}if(/[a-z]/i.test(s[2])){bu(e,23),su(e,ou.End,r);continue}bu(e,12,2),a=nu(e)}else/[a-z]/i.test(s[1])?(a=ru(e,n),qc("COMPILER_NATIVE_TEMPLATE",e)&&a&&"template"===a.tag&&!a.props.some((e=>7===e.type&&iu(e.name)))&&(a=a.children)):"?"===s[1]?(bu(e,21,1),a=nu(e)):bu(e,12,1);if(a||(a=uu(e,t)),h(a))for(let e=0;e<a.length;e++)Kc(i,a[e]);else Kc(i,a)}let s=!1;if(2!==t&&1!==t){const t="preserve"!==e.options.whitespace;for(let n=0;n<i.length;n++){const r=i[n];if(2===r.type)if(e.inPre)r.content=r.content.replace(/\r\n/g,"\n");else if(/[^\t\r\n\f ]/.test(r.content))t&&(r.content=r.content.replace(/[\t\r\n\f ]+/g," "));else{const e=i[n-1],o=i[n+1];!e||!o||t&&(3===e.type&&3===o.type||3===e.type&&1===o.type||1===e.type&&3===o.type||1===e.type&&1===o.type&&/[\r\n]/.test(r.content))?(s=!0,i[n]=null):r.content=" "}else 3!==r.type||e.options.comments||(s=!0,i[n]=null)}if(e.inPre&&r&&e.options.isPreTag(r.tag)){const e=i[0];e&&2===e.type&&(e.content=e.content.replace(/^\r?\n/,""))}}return s?i.filter(Boolean):i}function Kc(e,t){if(2===t.type){const n=hu(e);if(n&&2===n.type&&n.loc.end.offset===t.loc.start.offset)return n.content+=t.content,n.loc.end=t.loc.end,void(n.loc.source+=t.loc.source)}e.push(t)}function eu(e,t){vu(e,9);const n=Jc(e,3,t);return 0===e.source.length?bu(e,6):vu(e,3),n}function tu(e){const t=fu(e);let n;const r=/--(\!)?>/.exec(e.source);if(r){r.index<=3&&bu(e,0),r[1]&&bu(e,10),n=e.source.slice(4,r.index);const t=e.source.slice(0,r.index);let o=1,i=0;for(;-1!==(i=t.indexOf("\x3c!--",o));)vu(e,i-o+1),i+4<t.length&&bu(e,16),o=i+1;vu(e,r.index+r[0].length-o+1)}else n=e.source.slice(4),vu(e,e.source.length),bu(e,7);return{type:3,content:n,loc:pu(e,t)}}function nu(e){const t=fu(e),n="?"===e.source[1]?1:2;let r;const o=e.source.indexOf(">");return-1===o?(r=e.source.slice(n),vu(e,e.source.length)):(r=e.source.slice(n,o),vu(e,o+1)),{type:3,content:r,loc:pu(e,t)}}function ru(e,t){const n=e.inPre,r=e.inVPre,o=hu(t),i=su(e,ou.Start,o),s=e.inPre&&!n,a=e.inVPre&&!r;if(i.isSelfClosing||e.options.isVoidTag(i.tag))return s&&(e.inPre=!1),a&&(e.inVPre=!1),i;t.push(i);const l=e.options.getTextMode(i,o),c=Jc(e,l,t);t.pop();{const t=i.props.find((e=>6===e.type&&"inline-template"===e.name));if(t&&Gc("COMPILER_INLINE_TEMPLATE",e,t.loc)){const n=pu(e,i.loc.end);t.value={type:2,content:n.source,loc:n}}}if(i.children=c,Su(e.source,i.tag))su(e,ou.End,o);else if(bu(e,24,0,i.loc.start),0===e.source.length&&"script"===i.tag.toLowerCase()){const t=c[0];t&&gu(t.loc.source,"\x3c!--")&&bu(e,8)}return i.loc=pu(e,i.loc.start),s&&(e.inPre=!1),a&&(e.inVPre=!1),i}var ou=(e=>(e[e.Start=0]="Start",e[e.End=1]="End",e))(ou||{});const iu=t("if,else,else-if,for,slot");function su(e,t,n){const r=fu(e),o=/^<\/?([a-z][^\t\r\n\f />]*)/i.exec(e.source),i=o[1],s=e.options.getNamespace(i,n);vu(e,o[0].length),mu(e);const a=fu(e),l=e.source;e.options.isPreTag(i)&&(e.inPre=!0);let c=au(e,t);0===t&&!e.inVPre&&c.some((e=>7===e.type&&"pre"===e.name))&&(e.inVPre=!0,u(e,a),e.source=l,c=au(e,t).filter((e=>"v-pre"!==e.name)));let d=!1;if(0===e.source.length?bu(e,9):(d=gu(e.source,"/>"),1===t&&d&&bu(e,4),vu(e,d?2:1)),1===t)return;let f=0;return e.inVPre||("slot"===i?f=2:"template"===i?c.some((e=>7===e.type&&iu(e.name)))&&(f=3):function(e,t,n){const r=n.options;if(r.isCustomElement(e))return!1;if("component"===e||/^[A-Z]/.test(e)||Ec(e)||r.isBuiltInComponent&&r.isBuiltInComponent(e)||r.isNativeTag&&!r.isNativeTag(e))return!0;for(let e=0;e<t.length;e++){const r=t[e];if(6===r.type){if("is"===r.name&&r.value){if(r.value.content.startsWith("vue:"))return!0;if(Gc("COMPILER_IS_ON_ELEMENT",n,r.loc))return!0}}else{if("is"===r.name)return!0;if("bind"===r.name&&Pc(r.arg,"is")&&Gc("COMPILER_IS_ON_ELEMENT",n,r.loc))return!0}}}(i,c,e)&&(f=1)),{type:1,ns:s,tag:i,tagType:f,props:c,isSelfClosing:d,children:[],loc:pu(e,r),codegenNode:void 0}}function au(e,t){const n=[],r=new Set;for(;e.source.length>0&&!gu(e.source,">")&&!gu(e.source,"/>");){if(gu(e.source,"/")){bu(e,22),vu(e,1),mu(e);continue}1===t&&bu(e,3);const o=lu(e,r);6===o.type&&o.value&&"class"===o.name&&(o.value.content=o.value.content.replace(/\s+/g," ").trim()),0===t&&n.push(o),/^[^\t\r\n\f />]/.test(e.source)&&bu(e,15),mu(e)}return n}function lu(e,t){var n;const r=fu(e),o=/^[^\t\r\n\f />][^\t\r\n\f />=]*/.exec(e.source)[0];t.has(o)&&bu(e,2),t.add(o),"="===o[0]&&bu(e,19);{const t=/["'<]/g;let n;for(;n=t.exec(o);)bu(e,17,n.index)}let i;vu(e,o.length),/^[\t\r\n\f ]*=/.test(e.source)&&(mu(e),vu(e,1),mu(e),i=function(e){const t=fu(e);let n;const r=e.source[0],o='"'===r||"'"===r;if(o){vu(e,1);const t=e.source.indexOf(r);-1===t?n=du(e,e.source.length,4):(n=du(e,t,4),vu(e,1))}else{const t=/^[^\t\r\n\f >]+/.exec(e.source);if(!t)return;const r=/["'<=`]/g;let o;for(;o=r.exec(t[0]);)bu(e,18,o.index);n=du(e,t[0].length,4)}return{content:n,isQuoted:o,loc:pu(e,t)}}(e),i||bu(e,13));const s=pu(e,r);if(!e.inVPre&&/^(v-[A-Za-z0-9-]|:|\.|@|#)/.test(o)){const t=/(?:^v-([a-z0-9-]+))?(?:(?::|^\.|^@|^#)(\[[^\]]+\]|[^\.]+))?(.+)?$/i.exec(o);let a,l=gu(o,"."),c=t[1]||(l||gu(o,":")?"bind":gu(o,"@")?"on":"slot");if(t[2]){const i="slot"===c,s=o.lastIndexOf(t[2],o.length-((null==(n=t[3])?void 0:n.length)||0)),l=pu(e,yu(e,r,s),yu(e,r,s+t[2].length+(i&&t[3]||"").length));let u=t[2],d=!0;u.startsWith("[")?(d=!1,u.endsWith("]")?u=u.slice(1,u.length-1):(bu(e,27),u=u.slice(1))):i&&(u+=t[3]||""),a={type:4,content:u,isStatic:d,constType:d?3:0,loc:l}}if(i&&i.isQuoted){const e=i.loc;e.start.offset++,e.start.column++,e.end=Oc(e.start,i.content),e.source=e.source.slice(1,-1)}const u=t[3]?t[3].slice(1).split("."):[];return l&&u.push("prop"),"bind"===c&&a&&u.includes("sync")&&Gc("COMPILER_V_BIND_SYNC",e,0,a.loc.source)&&(c="model",u.splice(u.indexOf("sync"),1)),{type:7,name:c,exp:i&&{type:4,content:i.content,isStatic:!1,constType:0,loc:i.loc},arg:a,modifiers:u,loc:s}}return!e.inVPre&&gu(o,"v-")&&bu(e,26),{type:6,name:o,value:i&&{type:2,content:i.content,loc:i.loc},loc:s}}function cu(e,t){const[n,r]=e.options.delimiters,o=e.source.indexOf(r,n.length);if(-1===o)return void bu(e,25);const i=fu(e);vu(e,n.length);const s=fu(e),a=fu(e),l=o-n.length,c=e.source.slice(0,l),u=du(e,l,t),d=u.trim(),f=u.indexOf(d);f>0&&Mc(s,c,f);return Mc(a,c,l-(u.length-d.length-f)),vu(e,r.length),{type:5,content:{type:4,isStatic:!1,constType:0,content:d,loc:pu(e,s,a)},loc:pu(e,i)}}function uu(e,t){const n=3===t?["]]>"]:["<",e.options.delimiters[0]];let r=e.source.length;for(let t=0;t<n.length;t++){const o=e.source.indexOf(n[t],1);-1!==o&&r>o&&(r=o)}const o=fu(e);return{type:2,content:du(e,r,t),loc:pu(e,o)}}function du(e,t,n){const r=e.source.slice(0,t);return vu(e,t),2!==n&&3!==n&&r.includes("&")?e.options.decodeEntities(r,4===n):r}function fu(e){const{column:t,line:n,offset:r}=e;return{column:t,line:n,offset:r}}function pu(e,t,n){return{start:t,end:n=n||fu(e),source:e.originalSource.slice(t.offset,n.offset)}}function hu(e){return e[e.length-1]}function gu(e,t){return e.startsWith(t)}function vu(e,t){const{source:n}=e;Mc(e,n,t),e.source=n.slice(t)}function mu(e){const t=/^[\t\r\n\f ]+/.exec(e.source);t&&vu(e,t[0].length)}function yu(e,t,n){return Oc(t,e.originalSource.slice(t.offset,n),n)}function bu(e,t,n,r=fu(e)){n&&(r.offset+=n,r.column+=n),e.options.onError(Sl(t,{start:r,end:r,source:""}))}function wu(e,t,n){const r=e.source;switch(t){case 0:if(gu(r,"</"))for(let e=n.length-1;e>=0;--e)if(Su(r,n[e].tag))return!0;break;case 1:case 2:{const e=hu(n);if(e&&Su(r,e.tag))return!0;break}case 3:if(gu(r,"]]>"))return!0}return!r}function Su(e,t){return gu(e,"</")&&e.slice(2,2+t.length).toLowerCase()===t.toLowerCase()&&/[\t\r\n\f />]/.test(e[2+t.length]||">")}function _u(e,t){xu(e,t,Eu(e,e.children[0]))}function Eu(e,t){const{children:n}=e;return 1===n.length&&1===t.type&&!Lc(t)}function xu(e,t,n=!1){const{children:r}=e,o=r.length;let i=0;for(let e=0;e<r.length;e++){const o=r[e];if(1===o.type&&0===o.tagType){const e=n?0:Cu(o,t);if(e>0){if(e>=2){o.codegenNode.patchFlag="-1",o.codegenNode=t.hoist(o.codegenNode),i++;continue}}else{const e=o.codegenNode;if(13===e.type){const n=Ru(e);if((!n||512===n||1===n)&&Du(o,t)>=2){const n=Tu(o);n&&(e.props=t.hoist(n))}e.dynamicProps&&(e.dynamicProps=t.hoist(e.dynamicProps))}}}if(1===o.type){const e=1===o.tagType;e&&t.scopes.vSlot++,xu(o,t),e&&t.scopes.vSlot--}else if(11===o.type)xu(o,t,1===o.children.length);else if(9===o.type)for(let e=0;e<o.branches.length;e++)xu(o.branches[e],t,1===o.branches[e].children.length)}i&&t.transformHoist&&t.transformHoist(r,t,e),i&&i===o&&1===e.type&&0===e.tagType&&e.codegenNode&&13===e.codegenNode.type&&h(e.codegenNode.children)&&(e.codegenNode.children=t.hoist(uc(e.codegenNode.children)))}function Cu(e,t){const{constantCache:n}=t;switch(e.type){case 1:if(0!==e.tagType)return 0;const r=n.get(e);if(void 0!==r)return r;const o=e.codegenNode;if(13!==o.type)return 0;if(o.isBlock&&"svg"!==e.tag&&"foreignObject"!==e.tag)return 0;if(Ru(o))return n.set(e,0),0;{let r=3;const i=Du(e,t);if(0===i)return n.set(e,0),0;i<r&&(r=i);for(let o=0;o<e.children.length;o++){const i=Cu(e.children[o],t);if(0===i)return n.set(e,0),0;i<r&&(r=i)}if(r>1)for(let o=0;o<e.props.length;o++){const i=e.props[o];if(7===i.type&&"bind"===i.name&&i.exp){const o=Cu(i.exp,t);if(0===o)return n.set(e,0),0;o<r&&(r=o)}}if(o.isBlock){for(let t=0;t<e.props.length;t++){if(7===e.props[t].type)return n.set(e,0),0}t.removeHelper(kl),t.removeHelper(bc(t.inSSR,o.isComponent)),o.isBlock=!1,t.helper(yc(t.inSSR,o.isComponent))}return n.set(e,r),r}case 2:case 3:return 3;case 9:case 11:case 10:default:return 0;case 5:case 12:return Cu(e.content,t);case 4:return e.constType;case 8:let i=3;for(let n=0;n<e.children.length;n++){const r=e.children[n];if(b(r)||w(r))continue;const o=Cu(r,t);if(0===o)return 0;o<i&&(i=o)}return i}}const Au=new Set([Wl,ql,Gl,Yl]);function ku(e,t){if(14===e.type&&!b(e.callee)&&Au.has(e.callee)){const n=e.arguments[0];if(4===n.type)return Cu(n,t);if(14===n.type)return ku(n,t)}return 0}function Du(e,t){let n=3;const r=Tu(e);if(r&&15===r.type){const{properties:e}=r;for(let r=0;r<e.length;r++){const{key:o,value:i}=e[r],s=Cu(o,t);if(0===s)return s;let a;if(s<n&&(n=s),a=4===i.type?Cu(i,t):14===i.type?ku(i,t):0,0===a)return a;a<n&&(n=a)}}return n}function Tu(e){const t=e.codegenNode;if(13===t.type)return t.props}function Ru(e){const t=e.patchFlag;return t?parseInt(t,10):void 0}function Ou(e,{filename:t="",prefixIdentifiers:n=!1,hoistStatic:o=!1,cacheHandlers:s=!1,nodeTransforms:a=[],directiveTransforms:l={},transformHoist:c=null,isBuiltInComponent:u=i,isCustomElement:d=i,expressionPlugins:f=[],scopeId:p=null,slotted:h=!0,ssr:g=!1,inSSR:v=!1,ssrCssVars:m="",bindingMetadata:y=r,inline:w=!1,isTS:S=!1,onError:_=bl,onWarn:E=wl,compatConfig:x}){const C=t.replace(/\?.*$/,"").match(/([^/\\]+)\.\w+$/),A={selfName:C&&P(M(C[1])),prefixIdentifiers:n,hoistStatic:o,cacheHandlers:s,nodeTransforms:a,directiveTransforms:l,transformHoist:c,isBuiltInComponent:u,isCustomElement:d,expressionPlugins:f,scopeId:p,slotted:h,ssr:g,inSSR:v,ssrCssVars:m,bindingMetadata:y,inline:w,isTS:S,onError:_,onWarn:E,compatConfig:x,root:e,helpers:new Map,components:new Set,directives:new Set,hoists:[],imports:[],constantCache:new Map,temps:0,cached:0,identifiers:Object.create(null),scopes:{vFor:0,vSlot:0,vPre:0,vOnce:0},parent:null,currentNode:e,childIndex:0,inVOnce:!1,helper(e){const t=A.helpers.get(e)||0;return A.helpers.set(e,t+1),e},removeHelper(e){const t=A.helpers.get(e);if(t){const n=t-1;n?A.helpers.set(e,n):A.helpers.delete(e)}},helperString:e=>`_${ac[A.helper(e)]}`,replaceNode(e){A.parent.children[A.childIndex]=A.currentNode=e},removeNode(e){const t=A.parent.children,n=e?t.indexOf(e):A.currentNode?A.childIndex:-1;e&&e!==A.currentNode?A.childIndex>n&&(A.childIndex--,A.onNodeRemoved()):(A.currentNode=null,A.onNodeRemoved()),A.parent.children.splice(n,1)},onNodeRemoved:()=>{},addIdentifiers(e){},removeIdentifiers(e){},hoist(e){b(e)&&(e=pc(e)),A.hoists.push(e);const t=pc(`_hoisted_${A.hoists.length}`,!1,e.loc,2);return t.hoisted=e,t},cache:(e,t=!1)=>function(e,t,n=!1){return{type:20,index:e,value:t,isVNode:n,loc:lc}}(A.cached++,e,t)};return A.filters=new Set,A}function Mu(e,t){const n=Ou(e,t);Iu(e,n),t.hoistStatic&&_u(e,n),t.ssr||function(e,t){const{helper:n}=t,{children:r}=e;if(1===r.length){const n=r[0];if(Eu(e,n)&&n.codegenNode){const r=n.codegenNode;13===r.type&&wc(r,t),e.codegenNode=r}else e.codegenNode=n}else if(r.length>1){let r=64;V[64];0,e.codegenNode=cc(t,n(_l),void 0,e.children,r+"",void 0,void 0,!0,void 0,!1)}}(e,n),e.helpers=new Set([...n.helpers.keys()]),e.components=[...n.components],e.directives=[...n.directives],e.imports=n.imports,e.hoists=n.hoists,e.temps=n.temps,e.cached=n.cached,e.filters=[...n.filters]}function Iu(e,t){t.currentNode=e;const{nodeTransforms:n}=t,r=[];for(let o=0;o<n.length;o++){const i=n[o](e,t);if(i&&(h(i)?r.push(...i):r.push(i)),!t.currentNode)return;e=t.currentNode}switch(e.type){case 3:t.ssr||t.helper(Ml);break;case 5:t.ssr||t.helper($l);break;case 9:for(let n=0;n<e.branches.length;n++)Iu(e.branches[n],t);break;case 10:case 11:case 1:case 0:!function(e,t){let n=0;const r=()=>{n--};for(;n<e.children.length;n++){const o=e.children[n];b(o)||(t.parent=e,t.childIndex=n,t.onNodeRemoved=r,Iu(o,t))}}(e,t)}t.currentNode=e;let o=r.length;for(;o--;)r[o]()}function Nu(e,t){const n=b(e)?t=>t===e:t=>e.test(t);return(e,r)=>{if(1===e.type){const{props:o}=e;if(3===e.tagType&&o.some(Bc))return;const i=[];for(let s=0;s<o.length;s++){const a=o[s];if(7===a.type&&n(a.name)){o.splice(s,1),s--;const n=t(e,a,r);n&&i.push(n)}}return i}}}const Pu="/*#__PURE__*/",ju=e=>`${ac[e]}: _${ac[e]}`;function Bu(e,{mode:t="function",prefixIdentifiers:n="module"===t,sourceMap:r=!1,filename:o="template.vue.html",scopeId:i=null,optimizeImports:s=!1,runtimeGlobalName:a="Vue",runtimeModuleName:l="vue",ssrRuntimeModuleName:c="vue/server-renderer",ssr:u=!1,isTS:d=!1,inSSR:f=!1}){const p={mode:t,prefixIdentifiers:n,sourceMap:r,filename:o,scopeId:i,optimizeImports:s,runtimeGlobalName:a,runtimeModuleName:l,ssrRuntimeModuleName:c,ssr:u,isTS:d,inSSR:f,source:e.loc.source,code:"",column:1,line:1,offset:0,indentLevel:0,pure:!1,map:void 0,helper:e=>`_${ac[e]}`,push(e,t){p.code+=e},indent(){h(++p.indentLevel)},deindent(e=!1){e?--p.indentLevel:h(--p.indentLevel)},newline(){h(p.indentLevel)}};function h(e){p.push("\n"+" ".repeat(e))}return p}function Hu(e,t={}){const n=Bu(e,t);t.onContextCreated&&t.onContextCreated(n);const{mode:r,push:o,prefixIdentifiers:i,indent:s,deindent:a,newline:l,scopeId:c,ssr:u}=n,d=Array.from(e.helpers),f=d.length>0,p=!i&&"module"!==r,h=n;!function(e,t){const{ssr:n,prefixIdentifiers:r,push:o,newline:i,runtimeModuleName:s,runtimeGlobalName:a,ssrRuntimeModuleName:l}=t,c=a,u=Array.from(e.helpers);if(u.length>0&&(o(`const _Vue = ${c}\n`),e.hoists.length)){o(`const { ${[Rl,Ol,Ml,Il,Nl].filter((e=>u.includes(e))).map(ju).join(", ")} } = _Vue\n`)}(function(e,t){if(!e.length)return;t.pure=!0;const{push:n,newline:r,helper:o,scopeId:i,mode:s}=t;r();for(let o=0;o<e.length;o++){const i=e[o];i&&(n(`const _hoisted_${o+1} = `),zu(i,t),r())}t.pure=!1})(e.hoists,t),i(),o("return ")}(e,h);if(o(`function ${u?"ssrRender":"render"}(${(u?["_ctx","_push","_parent","_attrs"]:["_ctx","_cache"]).join(", ")}) {`),s(),p&&(o("with (_ctx) {"),s(),f&&(o(`const { ${d.map(ju).join(", ")} } = _Vue`),o("\n"),l())),e.components.length&&(Lu(e.components,"component",n),(e.directives.length||e.temps>0)&&l()),e.directives.length&&(Lu(e.directives,"directive",n),e.temps>0&&l()),e.filters&&e.filters.length&&(l(),Lu(e.filters,"filter",n),l()),e.temps>0){o("let ");for(let t=0;t<e.temps;t++)o(`${t>0?", ":""}_temp${t}`)}return(e.components.length||e.directives.length||e.temps)&&(o("\n"),l()),u||o("return "),e.codegenNode?zu(e.codegenNode,n):o("null"),p&&(a(),o("}")),a(),o("}"),{ast:e,code:n.code,preamble:"",map:n.map?n.map.toJSON():void 0}}function Lu(e,t,{helper:n,push:r,newline:o,isTS:i}){const s=n("filter"===t?Hl:"component"===t?Pl:Bl);for(let n=0;n<e.length;n++){let a=e[n];const l=a.endsWith("__self");l&&(a=a.slice(0,-6)),r(`const ${Vc(a,t)} = ${s}(${JSON.stringify(a)}${l?", true":""})${i?"!":""}`),n<e.length-1&&o()}}function Fu(e,t){const n=e.length>3||!1;t.push("["),n&&t.indent(),Uu(e,t,n),n&&t.deindent(),t.push("]")}function Uu(e,t,n=!1,r=!0){const{push:o,newline:i}=t;for(let s=0;s<e.length;s++){const a=e[s];b(a)?o(a):h(a)?Fu(a,t):zu(a,t),s<e.length-1&&(n?(r&&o(","),i()):r&&o(", "))}}function zu(e,t){if(b(e))t.push(e);else if(w(e))t.push(t.helper(e));else switch(e.type){case 1:case 9:case 11:case 12:zu(e.codegenNode,t);break;case 2:!function(e,t){t.push(JSON.stringify(e.content),e)}(e,t);break;case 4:$u(e,t);break;case 5:!function(e,t){const{push:n,helper:r,pure:o}=t;o&&n(Pu);n(`${r($l)}(`),zu(e.content,t),n(")")}(e,t);break;case 8:Vu(e,t);break;case 3:!function(e,t){const{push:n,helper:r,pure:o}=t;o&&n(Pu);n(`${r(Ml)}(${JSON.stringify(e.content)})`,e)}(e,t);break;case 13:!function(e,t){const{push:n,helper:r,pure:o}=t,{tag:i,props:s,children:a,patchFlag:l,dynamicProps:c,directives:u,isBlock:d,disableTracking:f,isComponent:p}=e;u&&n(r(Ll)+"(");d&&n(`(${r(kl)}(${f?"true":""}), `);o&&n(Pu);const h=d?bc(t.inSSR,p):yc(t.inSSR,p);n(r(h)+"(",e),Uu(function(e){let t=e.length;for(;t--&&null==e[t];);return e.slice(0,t+1).map((e=>e||"null"))}([i,s,a,l,c]),t),n(")"),d&&n(")");u&&(n(", "),zu(u,t),n(")"))}(e,t);break;case 14:!function(e,t){const{push:n,helper:r,pure:o}=t,i=b(e.callee)?e.callee:r(e.callee);o&&n(Pu);n(i+"(",e),Uu(e.arguments,t),n(")")}(e,t);break;case 15:!function(e,t){const{push:n,indent:r,deindent:o,newline:i}=t,{properties:s}=e;if(!s.length)return void n("{}",e);const a=s.length>1||!1;n(a?"{":"{ "),a&&r();for(let e=0;e<s.length;e++){const{key:r,value:o}=s[e];Wu(r,t),n(": "),zu(o,t),e<s.length-1&&(n(","),i())}a&&o(),n(a?"}":" }")}(e,t);break;case 17:!function(e,t){Fu(e.elements,t)}(e,t);break;case 18:!function(e,t){const{push:n,indent:r,deindent:o}=t,{params:i,returns:s,body:a,newline:l,isSlot:c}=e;c&&n(`_${ac[nc]}(`);n("(",e),h(i)?Uu(i,t):i&&zu(i,t);n(") => "),(l||a)&&(n("{"),r());s?(l&&n("return "),h(s)?Fu(s,t):zu(s,t)):a&&zu(a,t);(l||a)&&(o(),n("}"));c&&(e.isNonScopedSlot&&n(", undefined, true"),n(")"))}(e,t);break;case 19:!function(e,t){const{test:n,consequent:r,alternate:o,newline:i}=e,{push:s,indent:a,deindent:l,newline:c}=t;if(4===n.type){const e=!Cc(n.content);e&&s("("),$u(n,t),e&&s(")")}else s("("),zu(n,t),s(")");i&&a(),t.indentLevel++,i||s(" "),s("? "),zu(r,t),t.indentLevel--,i&&c(),i||s(" "),s(": ");const u=19===o.type;u||t.indentLevel++;zu(o,t),u||t.indentLevel--;i&&l(!0)}(e,t);break;case 20:!function(e,t){const{push:n,helper:r,indent:o,deindent:i,newline:s}=t;n(`_cache[${e.index}] || (`),e.isVNode&&(o(),n(`${r(Kl)}(-1),`),s());n(`_cache[${e.index}] = `),zu(e.value,t),e.isVNode&&(n(","),s(),n(`${r(Kl)}(1),`),s(),n(`_cache[${e.index}]`),i());n(")")}(e,t);break;case 21:Uu(e.body,t,!0,!1)}}function $u(e,t){const{content:n,isStatic:r}=e;t.push(r?JSON.stringify(n):n,e)}function Vu(e,t){for(let n=0;n<e.children.length;n++){const r=e.children[n];b(r)?t.push(r):zu(r,t)}}function Wu(e,t){const{push:n}=t;if(8===e.type)n("["),Vu(e,t),n("]");else if(e.isStatic){n(Cc(e.content)?e.content:JSON.stringify(e.content),e)}else n(`[${e.content}]`,e)}new RegExp("\\b"+"arguments,await,break,case,catch,class,const,continue,debugger,default,delete,do,else,export,extends,finally,for,function,if,import,let,new,return,super,switch,throw,try,var,void,while,with,yield".split(",").join("\\b|\\b")+"\\b");const qu=Nu(/^(if|else|else-if)$/,((e,t,n)=>function(e,t,n,r){if(!("else"===t.name||t.exp&&t.exp.content.trim())){const r=t.exp?t.exp.loc:e.loc;n.onError(Sl(28,t.loc)),t.exp=pc("true",!1,r)}0;if("if"===t.name){const o=Gu(e,t),i={type:9,loc:e.loc,branches:[o]};if(n.replaceNode(i),r)return r(i,o,!0)}else{const o=n.parent.children;let i=o.indexOf(e);for(;i-- >=-1;){const s=o[i];if(s&&3===s.type)n.removeNode(s);else{if(!s||2!==s.type||s.content.trim().length){if(s&&9===s.type){"else-if"===t.name&&void 0===s.branches[s.branches.length-1].condition&&n.onError(Sl(30,e.loc)),n.removeNode();const o=Gu(e,t);0,s.branches.push(o);const i=r&&r(s,o,!1);Iu(o,n),i&&i(),n.currentNode=null}else n.onError(Sl(30,e.loc));break}n.removeNode(s)}}}}(e,t,n,((e,t,r)=>{const o=n.parent.children;let i=o.indexOf(e),s=0;for(;i-- >=0;){const e=o[i];e&&9===e.type&&(s+=e.branches.length)}return()=>{if(r)e.codegenNode=Yu(t,s,n);else{const r=function(e){for(;;)if(19===e.type){if(19!==e.alternate.type)return e;e=e.alternate}else 20===e.type&&(e=e.value)}(e.codegenNode);r.alternate=Yu(t,s+e.branches.length-1,n)}}}))));function Gu(e,t){const n=3===e.tagType;return{type:10,loc:e.loc,condition:"else"===t.name?void 0:t.exp,children:n&&!Ic(e,"for")?e.children:[e],userKey:Nc(e,"key"),isTemplateIf:n}}function Yu(e,t,n){return e.condition?mc(e.condition,Qu(e,t,n),gc(n.helper(Ml),['""',"true"])):Qu(e,t,n)}function Qu(e,t,n){const{helper:r}=n,o=fc("key",pc(`${t}`,!1,lc,2)),{children:i}=e,s=i[0];if(1!==i.length||1!==s.type){if(1===i.length&&11===s.type){const e=s.codegenNode;return zc(e,o,n),e}{let t=64;V[64];return cc(n,r(_l),dc([o]),i,t+"",void 0,void 0,!0,!1,!1,e.loc)}}{const e=s.codegenNode,t=14===(a=e).type&&a.callee===ic?a.arguments[1].returns:a;return 13===t.type&&wc(t,n),zc(t,o,n),e}var a}const Zu=Nu("for",((e,t,n)=>{const{helper:r,removeHelper:o}=n;return function(e,t,n,r){if(!t.exp)return void n.onError(Sl(31,t.loc));const o=ed(t.exp,n);if(!o)return void n.onError(Sl(32,t.loc));const{addIdentifiers:i,removeIdentifiers:s,scopes:a}=n,{source:l,value:c,key:u,index:d}=o,f={type:11,loc:t.loc,source:l,valueAlias:c,keyAlias:u,objectIndexAlias:d,parseResult:o,children:Hc(e)?e.children:[e]};n.replaceNode(f),a.vFor++;const p=r&&r(f);return()=>{a.vFor--,p&&p()}}(e,t,n,(t=>{const i=gc(r(Fl),[t.source]),s=Hc(e),a=Ic(e,"memo"),l=Nc(e,"key"),c=l&&(6===l.type?pc(l.value.content,!0):l.exp),u=l?fc("key",c):null,d=4===t.source.type&&t.source.constType>0,f=d?64:l?128:256;return t.codegenNode=cc(n,r(_l),void 0,i,f+"",void 0,void 0,!0,!d,!1,e.loc),()=>{let l;const{children:f}=t;const p=1!==f.length||1!==f[0].type,h=Lc(e)?e:s&&1===e.children.length&&Lc(e.children[0])?e.children[0]:null;if(h?(l=h.codegenNode,s&&u&&zc(l,u,n)):p?l=cc(n,r(_l),u?dc([u]):void 0,e.children,"64",void 0,void 0,!0,void 0,!1):(l=f[0].codegenNode,s&&u&&zc(l,u,n),l.isBlock!==!d&&(l.isBlock?(o(kl),o(bc(n.inSSR,l.isComponent))):o(yc(n.inSSR,l.isComponent))),l.isBlock=!d,l.isBlock?(r(kl),r(bc(n.inSSR,l.isComponent))):r(yc(n.inSSR,l.isComponent))),a){const e=vc(nd(t.parseResult,[pc("_cached")]));e.body={type:21,body:[hc(["const _memo = (",a.exp,")"]),hc(["if (_cached",...c?[" && _cached.key === ",c]:[],` && ${n.helperString(sc)}(_cached, _memo)) return _cached`]),hc(["const _item = ",l]),pc("_item.memo = _memo"),pc("return _item")],loc:lc},i.arguments.push(e,pc("_cache"),pc(String(n.cached++)))}else i.arguments.push(vc(nd(t.parseResult),l,!0))}}))}));const Xu=/([\s\S]*?)\s+(?:in|of)\s+([\s\S]*)/,Ju=/,([^,\}\]]*)(?:,([^,\}\]]*))?$/,Ku=/^\(|\)$/g;function ed(e,t){const n=e.loc,r=e.content,o=r.match(Xu);if(!o)return;const[,i,s]=o,a={source:td(n,s.trim(),r.indexOf(s,i.length)),value:void 0,key:void 0,index:void 0};let l=i.trim().replace(Ku,"").trim();const c=i.indexOf(l),u=l.match(Ju);if(u){l=l.replace(Ju,"").trim();const e=u[1].trim();let t;if(e&&(t=r.indexOf(e,c+l.length),a.key=td(n,e,t)),u[2]){const o=u[2].trim();o&&(a.index=td(n,o,r.indexOf(o,a.key?t+e.length:c+l.length)))}}return l&&(a.value=td(n,l,c)),a}function td(e,t,n){return pc(t,!1,Rc(e,n,t.length))}function nd({value:e,key:t,index:n},r=[]){return function(e){let t=e.length;for(;t--&&!e[t];);return e.slice(0,t+1).map(((e,t)=>e||pc("_".repeat(t+1),!1)))}([e,t,n,...r])}const rd=pc("undefined",!1),od=(e,t)=>{if(1===e.type&&(1===e.tagType||3===e.tagType)){const n=Ic(e,"slot");if(n)return n.exp,t.scopes.vSlot++,()=>{t.scopes.vSlot--}}},id=(e,t,n)=>vc(e,t,!1,!0,t.length?t[0].loc:n);function sd(e,t,n=id){t.helper(nc);const{children:r,loc:o}=e,i=[],s=[];let a=t.scopes.vSlot>0||t.scopes.vFor>0;const l=Ic(e,"slot",!0);if(l){const{arg:e,exp:t}=l;e&&!Sc(e)&&(a=!0),i.push(fc(e||pc("default",!0),n(t,r,o)))}let c=!1,u=!1;const d=[],f=new Set;let p=0;for(let e=0;e<r.length;e++){const o=r[e];let h;if(!Hc(o)||!(h=Ic(o,"slot",!0))){3!==o.type&&d.push(o);continue}if(l){t.onError(Sl(37,h.loc));break}c=!0;const{children:g,loc:v}=o,{arg:m=pc("default",!0),exp:y,loc:b}=h;let w;Sc(m)?w=m?m.content:"default":a=!0;const S=n(y,g,v);let _,E,x;if(_=Ic(o,"if"))a=!0,s.push(mc(_.exp,ad(m,S,p++),rd));else if(E=Ic(o,/^else(-if)?$/,!0)){let n,o=e;for(;o--&&(n=r[o],3===n.type););if(n&&Hc(n)&&Ic(n,"if")){r.splice(e,1),e--;let t=s[s.length-1];for(;19===t.alternate.type;)t=t.alternate;t.alternate=E.exp?mc(E.exp,ad(m,S,p++),rd):ad(m,S,p++)}else t.onError(Sl(30,E.loc))}else if(x=Ic(o,"for")){a=!0;const e=x.parseResult||ed(x.exp);e?s.push(gc(t.helper(Fl),[e.source,vc(nd(e),ad(m,S),!0)])):t.onError(Sl(32,x.loc))}else{if(w){if(f.has(w)){t.onError(Sl(38,b));continue}f.add(w),"default"===w&&(u=!0)}i.push(fc(m,S))}}if(!l){const e=(e,r)=>{const i=n(e,r,o);return t.compatConfig&&(i.isNonScopedSlot=!0),fc("default",i)};c?d.length&&d.some((e=>cd(e)))&&(u?t.onError(Sl(39,d[0].loc)):i.push(e(void 0,d))):i.push(e(void 0,r))}const h=a?2:ld(e.children)?3:1;let g=dc(i.concat(fc("_",pc(h+"",!1))),o);return s.length&&(g=gc(t.helper(zl),[g,uc(s)])),{slots:g,hasDynamicSlots:a}}function ad(e,t,n){const r=[fc("name",e),fc("fn",t)];return null!=n&&r.push(fc("key",pc(String(n),!0))),dc(r)}function ld(e){for(let t=0;t<e.length;t++){const n=e[t];switch(n.type){case 1:if(2===n.tagType||ld(n.children))return!0;break;case 9:if(ld(n.branches))return!0;break;case 10:case 11:if(ld(n.children))return!0}}return!1}function cd(e){return 2!==e.type&&12!==e.type||(2===e.type?!!e.content.trim():cd(e.content))}const ud=new WeakMap,dd=(e,t)=>function(){if(1!==(e=t.currentNode).type||0!==e.tagType&&1!==e.tagType)return;const{tag:n,props:r}=e,o=1===e.tagType;let i=o?function(e,t,n=!1){let{tag:r}=e;const o=gd(r),i=Nc(e,"is");if(i)if(o||qc("COMPILER_IS_ON_ELEMENT",t)){const e=6===i.type?i.value&&pc(i.value.content,!0):i.exp;if(e)return gc(t.helper(jl),[e])}else 6===i.type&&i.value.content.startsWith("vue:")&&(r=i.value.content.slice(4));const s=!o&&Ic(e,"is");if(s&&s.exp)return gc(t.helper(jl),[s.exp]);const a=Ec(r)||t.isBuiltInComponent(r);if(a)return n||t.helper(a),a;return t.helper(Pl),t.components.add(r),Vc(r,"component")}(e,t):`"${n}"`;const s=S(i)&&i.callee===jl;let a,l,c,u,d,f,p=0,h=s||i===El||i===xl||!o&&("svg"===n||"foreignObject"===n);if(r.length>0){const n=fd(e,t,void 0,o,s);a=n.props,p=n.patchFlag,d=n.dynamicPropNames;const r=n.directives;f=r&&r.length?uc(r.map((e=>function(e,t){const n=[],r=ud.get(e);r?n.push(t.helperString(r)):(t.helper(Bl),t.directives.add(e.name),n.push(Vc(e.name,"directive")));const{loc:o}=e;e.exp&&n.push(e.exp);e.arg&&(e.exp||n.push("void 0"),n.push(e.arg));if(Object.keys(e.modifiers).length){e.arg||(e.exp||n.push("void 0"),n.push("void 0"));const t=pc("true",!1,o);n.push(dc(e.modifiers.map((e=>fc(e,t))),o))}return uc(n,e.loc)}(e,t)))):void 0,n.shouldUseBlock&&(h=!0)}if(e.children.length>0){i===Cl&&(h=!0,p|=1024);if(o&&i!==El&&i!==Cl){const{slots:n,hasDynamicSlots:r}=sd(e,t);l=n,r&&(p|=1024)}else if(1===e.children.length&&i!==El){const n=e.children[0],r=n.type,o=5===r||8===r;o&&0===Cu(n,t)&&(p|=1),l=o||2===r?n:e.children}else l=e.children}0!==p&&(c=String(p),d&&d.length&&(u=function(e){let t="[";for(let n=0,r=e.length;n<r;n++)t+=JSON.stringify(e[n]),n<r-1&&(t+=", ");return t+"]"}(d))),e.codegenNode=cc(t,i,a,l,c,u,f,!!h,!1,o,e.loc)};function fd(e,t,n=e.props,r,o,i=!1){const{tag:s,loc:a,children:c}=e;let u=[];const d=[],f=[],p=c.length>0;let h=!1,g=0,v=!1,m=!1,y=!1,b=!1,S=!1,_=!1;const E=[],x=e=>{u.length&&(d.push(dc(pd(u),a)),u=[]),e&&d.push(e)},C=({key:e,value:n})=>{if(Sc(e)){const i=e.content,s=l(i);if(!s||r&&!o||"onclick"===i.toLowerCase()||"onUpdate:modelValue"===i||D(i)||(b=!0),s&&D(i)&&(_=!0),20===n.type||(4===n.type||8===n.type)&&Cu(n,t)>0)return;"ref"===i?v=!0:"class"===i?m=!0:"style"===i?y=!0:"key"===i||E.includes(i)||E.push(i),!r||"class"!==i&&"style"!==i||E.includes(i)||E.push(i)}else S=!0};for(let o=0;o<n.length;o++){const l=n[o];if(6===l.type){const{loc:e,name:n,value:r}=l;let o=!0;if("ref"===n&&(v=!0,t.scopes.vFor>0&&u.push(fc(pc("ref_for",!0),pc("true")))),"is"===n&&(gd(s)||r&&r.content.startsWith("vue:")||qc("COMPILER_IS_ON_ELEMENT",t)))continue;u.push(fc(pc(n,!0,Rc(e,0,n.length)),pc(r?r.content:"",o,r?r.loc:e)))}else{const{name:n,arg:o,exp:c,loc:g}=l,v="bind"===n,m="on"===n;if("slot"===n){r||t.onError(Sl(40,g));continue}if("once"===n||"memo"===n)continue;if("is"===n||v&&Pc(o,"is")&&(gd(s)||qc("COMPILER_IS_ON_ELEMENT",t)))continue;if(m&&i)continue;if((v&&Pc(o,"key")||m&&p&&Pc(o,"vue:before-update"))&&(h=!0),v&&Pc(o,"ref")&&t.scopes.vFor>0&&u.push(fc(pc("ref_for",!0),pc("true"))),!o&&(v||m)){if(S=!0,c)if(v){if(x(),qc("COMPILER_V_BIND_OBJECT_ORDER",t)){d.unshift(c);continue}d.push(c)}else x({type:14,loc:g,callee:t.helper(Ql),arguments:r?[c]:[c,"true"]});else t.onError(Sl(v?34:35,g));continue}const y=t.directiveTransforms[n];if(y){const{props:n,needRuntime:r}=y(l,e,t);!i&&n.forEach(C),m&&o&&!Sc(o)?x(dc(n,a)):u.push(...n),r&&(f.push(l),w(r)&&ud.set(l,r))}else T(n)||(f.push(l),p&&(h=!0))}}let A;if(d.length?(x(),A=d.length>1?gc(t.helper(Vl),d,a):d[0]):u.length&&(A=dc(pd(u),a)),S?g|=16:(m&&!r&&(g|=2),y&&!r&&(g|=4),E.length&&(g|=8),b&&(g|=32)),h||0!==g&&32!==g||!(v||_||f.length>0)||(g|=512),!t.inSSR&&A)switch(A.type){case 15:let e=-1,n=-1,r=!1;for(let t=0;t<A.properties.length;t++){const o=A.properties[t].key;Sc(o)?"class"===o.content?e=t:"style"===o.content&&(n=t):o.isHandlerKey||(r=!0)}const o=A.properties[e],i=A.properties[n];r?A=gc(t.helper(Gl),[A]):(o&&!Sc(o.value)&&(o.value=gc(t.helper(Wl),[o.value])),i&&(y||4===i.value.type&&"["===i.value.content.trim()[0]||17===i.value.type)&&(i.value=gc(t.helper(ql),[i.value])));break;case 14:break;default:A=gc(t.helper(Gl),[gc(t.helper(Yl),[A])])}return{props:A,directives:f,patchFlag:g,dynamicPropNames:E,shouldUseBlock:h}}function pd(e){const t=new Map,n=[];for(let r=0;r<e.length;r++){const o=e[r];if(8===o.key.type||!o.key.isStatic){n.push(o);continue}const i=o.key.content,s=t.get(i);s?("style"===i||"class"===i||l(i))&&hd(s,o):(t.set(i,o),n.push(o))}return n}function hd(e,t){17===e.value.type?e.value.elements.push(t.value):e.value=uc([e.value,t.value],e.loc)}function gd(e){return"component"===e||"Component"===e}const vd=(e,t)=>{if(Lc(e)){const{children:n,loc:r}=e,{slotName:o,slotProps:i}=function(e,t){let n,r='"default"';const o=[];for(let t=0;t<e.props.length;t++){const n=e.props[t];6===n.type?n.value&&("name"===n.name?r=JSON.stringify(n.value.content):(n.name=M(n.name),o.push(n))):"bind"===n.name&&Pc(n.arg,"name")?n.exp&&(r=n.exp):("bind"===n.name&&n.arg&&Sc(n.arg)&&(n.arg.content=M(n.arg.content)),o.push(n))}if(o.length>0){const{props:r,directives:i}=fd(e,t,o,!1,!1);n=r,i.length&&t.onError(Sl(36,i[0].loc))}return{slotName:r,slotProps:n}}(e,t),s=[t.prefixIdentifiers?"_ctx.$slots":"$slots",o,"{}","undefined","true"];let a=2;i&&(s[2]=i,a=3),n.length&&(s[3]=vc([],n,!1,!1,r),a=4),t.scopeId&&!t.slotted&&(a=5),s.splice(a),e.codegenNode=gc(t.helper(Ul),s,r)}};const md=/^\s*([\w$_]+|(async\s*)?\([^)]*?\))\s*(:[^=]+)?=>|^\s*(async\s+)?function(?:\s+[\w$]+)?\s*\(/,yd=(e,t,n,r)=>{const{loc:o,modifiers:i,arg:s}=e;let a;if(e.exp||i.length||n.onError(Sl(35,o)),4===s.type)if(s.isStatic){let e=s.content;0,e.startsWith("vue:")&&(e=`vnode-${e.slice(4)}`);a=pc(0!==t.tagType||e.startsWith("vnode")||!/[A-Z]/.test(e)?j(M(e)):`on:${e}`,!0,s.loc)}else a=hc([`${n.helperString(Jl)}(`,s,")"]);else a=s,a.children.unshift(`${n.helperString(Jl)}(`),a.children.push(")");let l=e.exp;l&&!l.content.trim()&&(l=void 0);let c=n.cacheHandlers&&!l&&!n.inVOnce;if(l){const e=Tc(l.content),t=!(e||md.test(l.content)),n=l.content.includes(";");0,(t||c&&e)&&(l=hc([`${t?"$event":"(...args)"} => ${n?"{":"("}`,l,n?"}":")"]))}let u={props:[fc(a,l||pc("() => {}",!1,o))]};return r&&(u=r(u)),c&&(u.props[0].value=n.cache(u.props[0].value)),u.props.forEach((e=>e.key.isHandlerKey=!0)),u},bd=(e,t,n)=>{const{exp:r,modifiers:o,loc:i}=e,s=e.arg;return 4!==s.type?(s.children.unshift("("),s.children.push(') || ""')):s.isStatic||(s.content=`${s.content} || ""`),o.includes("camel")&&(4===s.type?s.isStatic?s.content=M(s.content):s.content=`${n.helperString(Zl)}(${s.content})`:(s.children.unshift(`${n.helperString(Zl)}(`),s.children.push(")"))),n.inSSR||(o.includes("prop")&&wd(s,"."),o.includes("attr")&&wd(s,"^")),!r||4===r.type&&!r.content.trim()?(n.onError(Sl(34,i)),{props:[fc(s,pc("",!0,i))]}):{props:[fc(s,r)]}},wd=(e,t)=>{4===e.type?e.isStatic?e.content=t+e.content:e.content=`\`${t}\${${e.content}}\``:(e.children.unshift(`'${t}' + (`),e.children.push(")"))},Sd=(e,t)=>{if(0===e.type||1===e.type||11===e.type||10===e.type)return()=>{const n=e.children;let r,o=!1;for(let e=0;e<n.length;e++){const t=n[e];if(jc(t)){o=!0;for(let o=e+1;o<n.length;o++){const i=n[o];if(!jc(i)){r=void 0;break}r||(r=n[e]=hc([t],t.loc)),r.children.push(" + ",i),n.splice(o,1),o--}}}if(o&&(1!==n.length||0!==e.type&&(1!==e.type||0!==e.tagType||e.props.find((e=>7===e.type&&!t.directiveTransforms[e.name]))||"template"===e.tag)))for(let e=0;e<n.length;e++){const r=n[e];if(jc(r)||8===r.type){const o=[];2===r.type&&" "===r.content||o.push(r),t.ssr||0!==Cu(r,t)||o.push("1"),n[e]={type:12,content:r,loc:r.loc,codegenNode:gc(t.helper(Il),o)}}}}},_d=new WeakSet,Ed=(e,t)=>{if(1===e.type&&Ic(e,"once",!0)){if(_d.has(e)||t.inVOnce||t.inSSR)return;return _d.add(e),t.inVOnce=!0,t.helper(Kl),()=>{t.inVOnce=!1;const e=t.currentNode;e.codegenNode&&(e.codegenNode=t.cache(e.codegenNode,!0))}}},xd=(e,t,n)=>{const{exp:r,arg:o}=e;if(!r)return n.onError(Sl(41,e.loc)),Cd();const i=r.loc.source,s=4===r.type?r.content:i,a=n.bindingMetadata[i];if("props"===a||"props-aliased"===a)return n.onError(Sl(44,r.loc)),Cd();if(!s.trim()||!Tc(s))return n.onError(Sl(42,r.loc)),Cd();const l=o||pc("modelValue",!0),c=o?Sc(o)?`onUpdate:${M(o.content)}`:hc(['"onUpdate:" + ',o]):"onUpdate:modelValue";let u;u=hc([`${n.isTS?"($event: any)":"$event"} => ((`,r,") = $event)"]);const d=[fc(l,e.exp),fc(c,u)];if(e.modifiers.length&&1===t.tagType){const t=e.modifiers.map((e=>(Cc(e)?e:JSON.stringify(e))+": true")).join(", "),n=o?Sc(o)?`${o.content}Modifiers`:hc([o,' + "Modifiers"']):"modelModifiers";d.push(fc(n,pc(`{ ${t} }`,!1,e.loc,2)))}return Cd(d)};function Cd(e=[]){return{props:e}}const Ad=/[\w).+\-_$\]]/,kd=(e,t)=>{qc("COMPILER_FILTER",t)&&(5===e.type&&Dd(e.content,t),1===e.type&&e.props.forEach((e=>{7===e.type&&"for"!==e.name&&e.exp&&Dd(e.exp,t)})))};function Dd(e,t){if(4===e.type)Td(e,t);else for(let n=0;n<e.children.length;n++){const r=e.children[n];"object"==typeof r&&(4===r.type?Td(r,t):8===r.type?Dd(e,t):5===r.type&&Dd(r.content,t))}}function Td(e,t){const n=e.content;let r,o,i,s,a=!1,l=!1,c=!1,u=!1,d=0,f=0,p=0,h=0,g=[];for(i=0;i<n.length;i++)if(o=r,r=n.charCodeAt(i),a)39===r&&92!==o&&(a=!1);else if(l)34===r&&92!==o&&(l=!1);else if(c)96===r&&92!==o&&(c=!1);else if(u)47===r&&92!==o&&(u=!1);else if(124!==r||124===n.charCodeAt(i+1)||124===n.charCodeAt(i-1)||d||f||p){switch(r){case 34:l=!0;break;case 39:a=!0;break;case 96:c=!0;break;case 40:p++;break;case 41:p--;break;case 91:f++;break;case 93:f--;break;case 123:d++;break;case 125:d--}if(47===r){let e,t=i-1;for(;t>=0&&(e=n.charAt(t)," "===e);t--);e&&Ad.test(e)||(u=!0)}}else void 0===s?(h=i+1,s=n.slice(0,i).trim()):v();function v(){g.push(n.slice(h,i).trim()),h=i+1}if(void 0===s?s=n.slice(0,i).trim():0!==h&&v(),g.length){for(i=0;i<g.length;i++)s=Rd(s,g[i],t);e.content=s}}function Rd(e,t,n){n.helper(Hl);const r=t.indexOf("(");if(r<0)return n.filters.add(t),`${Vc(t,"filter")}(${e})`;{const o=t.slice(0,r),i=t.slice(r+1);return n.filters.add(o),`${Vc(o,"filter")}(${e}${")"!==i?","+i:i}`}}const Od=new WeakSet,Md=(e,t)=>{if(1===e.type){const n=Ic(e,"memo");if(!n||Od.has(e))return;return Od.add(e),()=>{const r=e.codegenNode||t.currentNode.codegenNode;r&&13===r.type&&(1!==e.tagType&&wc(r,t),e.codegenNode=gc(t.helper(ic),[n.exp,vc(void 0,r),"_cache",String(t.cached++)]))}}};function Id(e,t={}){const n=t.onError||bl,r="module"===t.mode;!0===t.prefixIdentifiers?n(Sl(47)):r&&n(Sl(48));t.cacheHandlers&&n(Sl(49)),t.scopeId&&!r&&n(Sl(50));const o=b(e)?Xc(e,t):e,[i,s]=[[Ed,qu,Md,Zu,kd,vd,dd,od,Sd],{on:yd,bind:bd,model:xd}];return Mu(o,u({},t,{prefixIdentifiers:false,nodeTransforms:[...i,...t.nodeTransforms||[]],directiveTransforms:u({},s,t.directiveTransforms||{})})),Hu(o,u({},t,{prefixIdentifiers:false}))}const Nd=Symbol(""),Pd=Symbol(""),jd=Symbol(""),Bd=Symbol(""),Hd=Symbol(""),Ld=Symbol(""),Fd=Symbol(""),Ud=Symbol(""),zd=Symbol(""),$d=Symbol("");var Vd;let Wd;Vd={[Nd]:"vModelRadio",[Pd]:"vModelCheckbox",[jd]:"vModelText",[Bd]:"vModelSelect",[Hd]:"vModelDynamic",[Ld]:"withModifiers",[Fd]:"withKeys",[Ud]:"vShow",[zd]:"Transition",[$d]:"TransitionGroup"},Object.getOwnPropertySymbols(Vd).forEach((e=>{ac[e]=Vd[e]}));const qd=t("style,iframe,script,noscript",!0),Gd={isVoidTag:te,isNativeTag:e=>K(e)||ee(e),isPreTag:e=>"pre"===e,decodeEntities:function(e,t=!1){return Wd||(Wd=document.createElement("div")),t?(Wd.innerHTML=`<div foo="${e.replace(/"/g,"&quot;")}">`,Wd.children[0].getAttribute("foo")):(Wd.innerHTML=e,Wd.textContent)},isBuiltInComponent:e=>_c(e,"Transition")?zd:_c(e,"TransitionGroup")?$d:void 0,getNamespace(e,t){let n=t?t.ns:0;if(t&&2===n)if("annotation-xml"===t.tag){if("svg"===e)return 1;t.props.some((e=>6===e.type&&"encoding"===e.name&&null!=e.value&&("text/html"===e.value.content||"application/xhtml+xml"===e.value.content)))&&(n=0)}else/^m(?:[ions]|text)$/.test(t.tag)&&"mglyph"!==e&&"malignmark"!==e&&(n=0);else t&&1===n&&("foreignObject"!==t.tag&&"desc"!==t.tag&&"title"!==t.tag||(n=0));if(0===n){if("svg"===e)return 1;if("math"===e)return 2}return n},getTextMode({tag:e,ns:t}){if(0===t){if("textarea"===e||"title"===e)return 1;if(qd(e))return 2}return 0}},Yd=(e,t)=>{const n=Z(e);return pc(JSON.stringify(n),!1,t,3)};function Qd(e,t){return Sl(e,t)}const Zd=t("passive,once,capture"),Xd=t("stop,prevent,self,ctrl,shift,alt,meta,exact,middle"),Jd=t("left,right"),Kd=t("onkeyup,onkeydown,onkeypress",!0),ef=(e,t)=>Sc(e)&&"onclick"===e.content.toLowerCase()?pc(t,!0):4!==e.type?hc(["(",e,`) === "onClick" ? "${t}" : (`,e,")"]):e;const tf=(e,t)=>{1!==e.type||0!==e.tagType||"script"!==e.tag&&"style"!==e.tag||t.removeNode()},nf=[e=>{1===e.type&&e.props.forEach(((t,n)=>{6===t.type&&"style"===t.name&&t.value&&(e.props[n]={type:7,name:"bind",arg:pc("style",!0,t.loc),exp:Yd(t.value.content,t.loc),modifiers:[],loc:t.loc})}))}],rf={cloak:()=>({props:[]}),html:(e,t,n)=>{const{exp:r,loc:o}=e;return r||n.onError(Qd(53,o)),t.children.length&&(n.onError(Qd(54,o)),t.children.length=0),{props:[fc(pc("innerHTML",!0,o),r||pc("",!0))]}},text:(e,t,n)=>{const{exp:r,loc:o}=e;return r||n.onError(Qd(55,o)),t.children.length&&(n.onError(Qd(56,o)),t.children.length=0),{props:[fc(pc("textContent",!0),r?Cu(r,n)>0?r:gc(n.helperString($l),[r],o):pc("",!0))]}},model:(e,t,n)=>{const r=xd(e,t,n);if(!r.props.length||1===t.tagType)return r;e.arg&&n.onError(Qd(58,e.arg.loc));const{tag:o}=t,i=n.isCustomElement(o);if("input"===o||"textarea"===o||"select"===o||i){let s=jd,a=!1;if("input"===o||i){const r=Nc(t,"type");if(r){if(7===r.type)s=Hd;else if(r.value)switch(r.value.content){case"radio":s=Nd;break;case"checkbox":s=Pd;break;case"file":a=!0,n.onError(Qd(59,e.loc))}}else(function(e){return e.props.some((e=>!(7!==e.type||"bind"!==e.name||e.arg&&4===e.arg.type&&e.arg.isStatic)))})(t)&&(s=Hd)}else"select"===o&&(s=Bd);a||(r.needRuntime=n.helper(s))}else n.onError(Qd(57,e.loc));return r.props=r.props.filter((e=>!(4===e.key.type&&"modelValue"===e.key.content))),r},on:(e,t,n)=>yd(e,t,n,(t=>{const{modifiers:r}=e;if(!r.length)return t;let{key:o,value:i}=t.props[0];const{keyModifiers:s,nonKeyModifiers:a,eventOptionModifiers:l}=((e,t,n,r)=>{const o=[],i=[],s=[];for(let r=0;r<t.length;r++){const a=t[r];"native"===a&&Gc("COMPILER_V_ON_NATIVE",n)||Zd(a)?s.push(a):Jd(a)?Sc(e)?Kd(e.content)?o.push(a):i.push(a):(o.push(a),i.push(a)):Xd(a)?i.push(a):o.push(a)}return{keyModifiers:o,nonKeyModifiers:i,eventOptionModifiers:s}})(o,r,n,e.loc);if(a.includes("right")&&(o=ef(o,"onContextmenu")),a.includes("middle")&&(o=ef(o,"onMouseup")),a.length&&(i=gc(n.helper(Ld),[i,JSON.stringify(a)])),!s.length||Sc(o)&&!Kd(o.content)||(i=gc(n.helper(Fd),[i,JSON.stringify(s)])),l.length){const e=l.map(P).join("");o=Sc(o)?pc(`${o.content}${e}`,!0):hc(["(",o,`) + "${e}"`])}return{props:[fc(o,i)]}})),show:(e,t,n)=>{const{exp:r,loc:o}=e;return r||n.onError(Qd(61,o)),{props:[],needRuntime:n.helper(Ud)}}};const of=Object.create(null);Ds((function(t,n){if(!b(t)){if(!t.nodeType)return i;t=t.innerHTML}const r=t,o=of[r];if(o)return o;if("#"===t[0]){const e=document.querySelector(t);0,t=e?e.innerHTML:""}const s=u({hoistStatic:!0,onError:void 0,onWarn:i},n);s.isCustomElement||"undefined"==typeof customElements||(s.isCustomElement=e=>!!customElements.get(e));const{code:a}=function(e,t={}){return Id(e,u({},Gd,t,{nodeTransforms:[tf,...nf,...t.nodeTransforms||[]],directiveTransforms:u({},rf,t.directiveTransforms||{}),transformHoist:null}))}(t,s),l=new Function("Vue",a)(e);return l._rc=!0,of[r]=l}));var sf=!1;function af(e,t,n){return Array.isArray(e)?(e.length=Math.max(e.length,t),e.splice(t,1,n),n):(e[t]=n,n)}function lf(){return"undefined"!=typeof navigator&&"undefined"!=typeof window?window:void 0!==n.g?n.g:{}}const cf="function"==typeof Proxy,uf="devtools-plugin:setup";let df,ff,pf;function hf(){return void 0!==df||("undefined"!=typeof window&&window.performance?(df=!0,ff=window.performance):void 0!==n.g&&(null===(e=n.g.perf_hooks)||void 0===e?void 0:e.performance)?(df=!0,ff=n.g.perf_hooks.performance):df=!1),df?ff.now():Date.now();var e}class gf{constructor(e,t){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=t;const n={};if(e.settings)for(const t in e.settings){const r=e.settings[t];n[t]=r.defaultValue}const r=`__vue-devtools-plugin-settings__${e.id}`;let o=Object.assign({},n);try{const e=localStorage.getItem(r),t=JSON.parse(e);Object.assign(o,t)}catch(e){}this.fallbacks={getSettings:()=>o,setSettings(e){try{localStorage.setItem(r,JSON.stringify(e))}catch(e){}o=e},now:()=>hf()},t&&t.on("plugin:settings:set",((e,t)=>{e===this.plugin.id&&this.fallbacks.setSettings(t)})),this.proxiedOn=new Proxy({},{get:(e,t)=>this.target?this.target.on[t]:(...e)=>{this.onQueue.push({method:t,args:e})}}),this.proxiedTarget=new Proxy({},{get:(e,t)=>this.target?this.target[t]:"on"===t?this.proxiedOn:Object.keys(this.fallbacks).includes(t)?(...e)=>(this.targetQueue.push({method:t,args:e,resolve:()=>{}}),this.fallbacks[t](...e)):(...e)=>new Promise((n=>{this.targetQueue.push({method:t,args:e,resolve:n})}))})}async setRealTarget(e){this.target=e;for(const e of this.onQueue)this.target.on[e.method](...e.args);for(const e of this.targetQueue)e.resolve(await this.target[e.method](...e.args))}}function vf(e,t){const n=e,r=lf(),o=lf().__VUE_DEVTOOLS_GLOBAL_HOOK__,i=cf&&n.enableEarlyProxy;if(!o||!r.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__&&i){const e=i?new gf(n,o):null;(r.__VUE_DEVTOOLS_PLUGINS__=r.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:n,setupFn:t,proxy:e}),e&&t(e.proxiedTarget)}else o.emit(uf,e,t)}const mf=e=>pf=e,yf=Symbol();function bf(e){return e&&"object"==typeof e&&"[object Object]"===Object.prototype.toString.call(e)&&"function"!=typeof e.toJSON}var wf;!function(e){e.direct="direct",e.patchObject="patch object",e.patchFunction="patch function"}(wf||(wf={}));const Sf="undefined"!=typeof window,_f=Sf,Ef=(()=>"object"==typeof window&&window.window===window?window:"object"==typeof self&&self.self===self?self:"object"==typeof global&&global.global===global?global:"object"==typeof globalThis?globalThis:{HTMLElement:null})();function xf(e,t,n){const r=new XMLHttpRequest;r.open("GET",e),r.responseType="blob",r.onload=function(){Tf(r.response,t,n)},r.onerror=function(){console.error("could not download file")},r.send()}function Cf(e){const t=new XMLHttpRequest;t.open("HEAD",e,!1);try{t.send()}catch(e){}return t.status>=200&&t.status<=299}function Af(e){try{e.dispatchEvent(new MouseEvent("click"))}catch(t){const n=document.createEvent("MouseEvents");n.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),e.dispatchEvent(n)}}const kf="object"==typeof navigator?navigator:{userAgent:""},Df=(()=>/Macintosh/.test(kf.userAgent)&&/AppleWebKit/.test(kf.userAgent)&&!/Safari/.test(kf.userAgent))(),Tf=Sf?"undefined"!=typeof HTMLAnchorElement&&"download"in HTMLAnchorElement.prototype&&!Df?function(e,t="download",n){const r=document.createElement("a");r.download=t,r.rel="noopener","string"==typeof e?(r.href=e,r.origin!==location.origin?Cf(r.href)?xf(e,t,n):(r.target="_blank",Af(r)):Af(r)):(r.href=URL.createObjectURL(e),setTimeout((function(){URL.revokeObjectURL(r.href)}),4e4),setTimeout((function(){Af(r)}),0))}:"msSaveOrOpenBlob"in kf?function(e,t="download",n){if("string"==typeof e)if(Cf(e))xf(e,t,n);else{const t=document.createElement("a");t.href=e,t.target="_blank",setTimeout((function(){Af(t)}))}else navigator.msSaveOrOpenBlob(function(e,{autoBom:t=!1}={}){return t&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(e.type)?new Blob([String.fromCharCode(65279),e],{type:e.type}):e}(e,n),t)}:function(e,t,n,r){(r=r||open("","_blank"))&&(r.document.title=r.document.body.innerText="downloading...");if("string"==typeof e)return xf(e,t,n);const o="application/octet-stream"===e.type,i=/constructor/i.test(String(Ef.HTMLElement))||"safari"in Ef,s=/CriOS\/[\d]+/.test(navigator.userAgent);if((s||o&&i||Df)&&"undefined"!=typeof FileReader){const t=new FileReader;t.onloadend=function(){let e=t.result;if("string"!=typeof e)throw r=null,new Error("Wrong reader.result type");e=s?e:e.replace(/^data:[^;]*;/,"data:attachment/file;"),r?r.location.href=e:location.assign(e),r=null},t.readAsDataURL(e)}else{const t=URL.createObjectURL(e);r?r.location.assign(t):location.href=t,r=null,setTimeout((function(){URL.revokeObjectURL(t)}),4e4)}}:()=>{};function Rf(e,t){const n="🍍 "+e;"function"==typeof __VUE_DEVTOOLS_TOAST__?__VUE_DEVTOOLS_TOAST__(n,t):"error"===t?console.error(n):"warn"===t?console.warn(n):console.log(n)}function Of(e){return"_a"in e&&"install"in e}function Mf(){if(!("clipboard"in navigator))return Rf("Your browser doesn't support the Clipboard API","error"),!0}function If(e){return!!(e instanceof Error&&e.message.toLowerCase().includes("document is not focused"))&&(Rf('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0)}let Nf;async function Pf(e){try{const t=(Nf||(Nf=document.createElement("input"),Nf.type="file",Nf.accept=".json"),function(){return new Promise(((e,t)=>{Nf.onchange=async()=>{const t=Nf.files;if(!t)return e(null);const n=t.item(0);return e(n?{text:await n.text(),file:n}:null)},Nf.oncancel=()=>e(null),Nf.onerror=t,Nf.click()}))}),n=await t();if(!n)return;const{text:r,file:o}=n;jf(e,JSON.parse(r)),Rf(`Global state imported from "${o.name}".`)}catch(e){Rf("Failed to import the state from JSON. Check the console for more details.","error"),console.error(e)}}function jf(e,t){for(const n in t){const r=e.state.value[n];r&&Object.assign(r,t[n])}}function Bf(e){return{_custom:{display:e}}}const Hf="🍍 Pinia (root)",Lf="_root";function Ff(e){return Of(e)?{id:Lf,label:Hf}:{id:e.$id,label:e.$id}}function Uf(e){return e?Array.isArray(e)?e.reduce(((e,t)=>(e.keys.push(t.key),e.operations.push(t.type),e.oldValue[t.key]=t.oldValue,e.newValue[t.key]=t.newValue,e)),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:Bf(e.type),key:Bf(e.key),oldValue:e.oldValue,newValue:e.newValue}:{}}function zf(e){switch(e){case wf.direct:return"mutation";case wf.patchFunction:case wf.patchObject:return"$patch";default:return"unknown"}}let $f=!0;const Vf=[],Wf="pinia:mutations",qf="pinia",{assign:Gf}=Object,Yf=e=>"🍍 "+e;function Qf(e,t){vf({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Vf,app:e},(n=>{"function"!=typeof n.now&&Rf("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),n.addTimelineLayer({id:Wf,label:"Pinia 🍍",color:15064968}),n.addInspector({id:qf,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{!async function(e){if(!Mf())try{await navigator.clipboard.writeText(JSON.stringify(e.state.value)),Rf("Global state copied to clipboard.")}catch(e){if(If(e))return;Rf("Failed to serialize the state. Check the console for more details.","error"),console.error(e)}}(t)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await async function(e){if(!Mf())try{jf(e,JSON.parse(await navigator.clipboard.readText())),Rf("Global state pasted from clipboard.")}catch(e){if(If(e))return;Rf("Failed to deserialize the state from clipboard. Check the console for more details.","error"),console.error(e)}}(t),n.sendInspectorTree(qf),n.sendInspectorState(qf)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{!async function(e){try{Tf(new Blob([JSON.stringify(e.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(e){Rf("Failed to export the state as JSON. Check the console for more details.","error"),console.error(e)}}(t)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await Pf(t),n.sendInspectorTree(qf),n.sendInspectorState(qf)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:e=>{const n=t._s.get(e);n?"function"!=typeof n.$reset?Rf(`Cannot reset "${e}" store because it doesn't have a "$reset" method implemented.`,"warn"):(n.$reset(),Rf(`Store "${e}" reset.`)):Rf(`Cannot reset "${e}" store because it wasn't found.`,"warn")}}]}),n.on.inspectComponent(((e,t)=>{const n=e.componentInstance&&e.componentInstance.proxy;if(n&&n._pStores){const t=e.componentInstance.proxy._pStores;Object.values(t).forEach((t=>{e.instanceData.state.push({type:Yf(t.$id),key:"state",editable:!0,value:t._isOptionsAPI?{_custom:{value:Nt(t.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>t.$reset()}]}}:Object.keys(t.$state).reduce(((e,n)=>(e[n]=t.$state[n],e)),{})}),t._getters&&t._getters.length&&e.instanceData.state.push({type:Yf(t.$id),key:"getters",editable:!1,value:t._getters.reduce(((e,n)=>{try{e[n]=t[n]}catch(t){e[n]=t}return e}),{})})}))}})),n.on.getInspectorTree((n=>{if(n.app===e&&n.inspectorId===qf){let e=[t];e=e.concat(Array.from(t._s.values())),n.rootNodes=(n.filter?e.filter((e=>"$id"in e?e.$id.toLowerCase().includes(n.filter.toLowerCase()):Hf.toLowerCase().includes(n.filter.toLowerCase()))):e).map(Ff)}})),n.on.getInspectorState((n=>{if(n.app===e&&n.inspectorId===qf){const e=n.nodeId===Lf?t:t._s.get(n.nodeId);if(!e)return;e&&(n.state=function(e){if(Of(e)){const t=Array.from(e._s.keys()),n=e._s,r={state:t.map((t=>({editable:!0,key:t,value:e.state.value[t]}))),getters:t.filter((e=>n.get(e)._getters)).map((e=>{const t=n.get(e);return{editable:!1,key:e,value:t._getters.reduce(((e,n)=>(e[n]=t[n],e)),{})}}))};return r}const t={state:Object.keys(e.$state).map((t=>({editable:!0,key:t,value:e.$state[t]})))};return e._getters&&e._getters.length&&(t.getters=e._getters.map((t=>({editable:!1,key:t,value:e[t]})))),e._customProperties.size&&(t.customProperties=Array.from(e._customProperties).map((t=>({editable:!0,key:t,value:e[t]})))),t}(e))}})),n.on.editInspectorState(((n,r)=>{if(n.app===e&&n.inspectorId===qf){const e=n.nodeId===Lf?t:t._s.get(n.nodeId);if(!e)return Rf(`store "${n.nodeId}" not found`,"error");const{path:r}=n;Of(e)?r.unshift("state"):1===r.length&&e._customProperties.has(r[0])&&!(r[0]in e.$state)||r.unshift("$state"),$f=!1,n.set(e,r,n.state.value),$f=!0}})),n.on.editComponentState((e=>{if(e.type.startsWith("🍍")){const n=e.type.replace(/^🍍\s*/,""),r=t._s.get(n);if(!r)return Rf(`store "${n}" not found`,"error");const{path:o}=e;if("state"!==o[0])return Rf(`Invalid path for store "${n}":\n${o}\nOnly state can be modified.`);o[0]="$state",$f=!1,e.set(r,o,e.state.value),$f=!0}}))}))}let Zf,Xf=0;function Jf(e,t,n){const r=t.reduce(((t,n)=>(t[n]=Nt(e)[n],t)),{});for(const t in r)e[t]=function(){const o=Xf,i=n?new Proxy(e,{get:(...e)=>(Zf=o,Reflect.get(...e)),set:(...e)=>(Zf=o,Reflect.set(...e))}):e;Zf=o;const s=r[t].apply(i,arguments);return Zf=void 0,s}}function Kf({app:e,store:t,options:n}){if(t.$id.startsWith("__hot:"))return;t._isOptionsAPI=!!n.state,Jf(t,Object.keys(n.actions),t._isOptionsAPI);const r=t._hotUpdate;Nt(t)._hotUpdate=function(e){r.apply(this,arguments),Jf(t,Object.keys(e._hmrPayload.actions),!!t._isOptionsAPI)},function(e,t){Vf.includes(Yf(t.$id))||Vf.push(Yf(t.$id)),vf({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Vf,app:e,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},(e=>{const n="function"==typeof e.now?e.now.bind(e):Date.now;t.$onAction((({after:r,onError:o,name:i,args:s})=>{const a=Xf++;e.addTimelineEvent({layerId:Wf,event:{time:n(),title:"🛫 "+i,subtitle:"start",data:{store:Bf(t.$id),action:Bf(i),args:s},groupId:a}}),r((r=>{Zf=void 0,e.addTimelineEvent({layerId:Wf,event:{time:n(),title:"🛬 "+i,subtitle:"end",data:{store:Bf(t.$id),action:Bf(i),args:s,result:r},groupId:a}})})),o((r=>{Zf=void 0,e.addTimelineEvent({layerId:Wf,event:{time:n(),logType:"error",title:"💥 "+i,subtitle:"end",data:{store:Bf(t.$id),action:Bf(i),args:s,error:r},groupId:a}})}))}),!0),t._customProperties.forEach((r=>{dr((()=>qt(t[r])),((t,o)=>{e.notifyComponentUpdate(),e.sendInspectorState(qf),$f&&e.addTimelineEvent({layerId:Wf,event:{time:n(),title:"Change",subtitle:r,data:{newValue:t,oldValue:o},groupId:Zf}})}),{deep:!0})})),t.$subscribe((({events:r,type:o},i)=>{if(e.notifyComponentUpdate(),e.sendInspectorState(qf),!$f)return;const s={time:n(),title:zf(o),data:Gf({store:Bf(t.$id)},Uf(r)),groupId:Zf};o===wf.patchFunction?s.subtitle="⤵️":o===wf.patchObject?s.subtitle="🧩":r&&!Array.isArray(r)&&(s.subtitle=r.type),r&&(s.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:r}}),e.addTimelineEvent({layerId:Wf,event:s})}),{detached:!0,flush:"sync"});const r=t._hotUpdate;t._hotUpdate=Pt((o=>{r(o),e.addTimelineEvent({layerId:Wf,event:{time:n(),title:"🔥 "+t.$id,subtitle:"HMR update",data:{store:Bf(t.$id),info:Bf("HMR update")}}}),e.notifyComponentUpdate(),e.sendInspectorTree(qf),e.sendInspectorState(qf)}));const{$dispose:o}=t;t.$dispose=()=>{o(),e.notifyComponentUpdate(),e.sendInspectorTree(qf),e.sendInspectorState(qf),e.getSettings().logStoreChanges&&Rf(`Disposed "${t.$id}" store 🗑`)},e.notifyComponentUpdate(),e.sendInspectorTree(qf),e.sendInspectorState(qf),e.getSettings().logStoreChanges&&Rf(`"${t.$id}" store installed 🆕`)}))}(e,t)}const ep=()=>{};function tp(e,t,n,r=ep){e.push(t);const o=()=>{const n=e.indexOf(t);n>-1&&(e.splice(n,1),r())};return!n&&pe()&&he(o),o}function np(e,...t){e.slice().forEach((e=>{e(...t)}))}const rp=e=>e();function op(e,t){e instanceof Map&&t instanceof Map&&t.forEach(((t,n)=>e.set(n,t))),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],o=e[n];bf(o)&&bf(r)&&e.hasOwnProperty(n)&&!Ft(r)&&!Rt(r)?e[n]=op(o,r):e[n]=r}return e}const ip=Symbol(),sp=new WeakMap;const{assign:ap}=Object;function lp(e){return!(!Ft(e)||!e.effect)}function cp(e,t,n={},r,o,i){let s;const a=ap({actions:{}},n);const l={deep:!0};let c,u;let d,f=[],p=[];const h=r.state.value[e];i||h||(sf?af(r.state.value,e,{}):r.state.value[e]={});const g=Ut({});let v;function m(t){let n;c=u=!1,"function"==typeof t?(t(r.state.value[e]),n={type:wf.patchFunction,storeId:e,events:d}):(op(r.state.value[e],t),n={type:wf.patchObject,payload:t,storeId:e,events:d});const o=v=Symbol();bn().then((()=>{v===o&&(c=!0)})),u=!0,np(f,n,r.state.value[e])}const y=i?function(){const{state:e}=n,t=e?e():{};this.$patch((e=>{ap(e,t)}))}:ep;function b(t,n){return function(){mf(r);const o=Array.from(arguments),i=[],s=[];let a;np(p,{args:o,name:t,store:_,after:function(e){i.push(e)},onError:function(e){s.push(e)}});try{a=n.apply(this&&this.$id===e?this:_,o)}catch(e){throw np(s,e),e}return a instanceof Promise?a.then((e=>(np(i,e),e))).catch((e=>(np(s,e),Promise.reject(e)))):(np(i,a),a)}}const w=Pt({actions:{},getters:{},state:[],hotState:g}),S={_p:r,$id:e,$onAction:tp.bind(null,p),$patch:m,$reset:y,$subscribe(t,n={}){const o=tp(f,t,n.detached,(()=>i())),i=s.run((()=>dr((()=>r.state.value[e]),(r=>{("sync"===n.flush?u:c)&&t({storeId:e,type:wf.direct,events:d},r)}),ap({},l,n))));return o},$dispose:function(){s.stop(),f=[],p=[],r._s.delete(e)}};sf&&(S._r=!1);const _=Ct(_f?ap({_hmrPayload:w,_customProperties:Pt(new Set)},S):S);r._s.set(e,_);const E=r._a&&r._a.runWithContext||rp,x=r._e.run((()=>(s=de(),E((()=>s.run(t))))));for(const t in x){const n=x[t];if(Ft(n)&&!lp(n)||Rt(n))i||(!h||(C=n,sf?sp.has(C):bf(C)&&C.hasOwnProperty(ip))||(Ft(n)?n.value=h[t]:op(n,h[t])),sf?af(r.state.value[e],t,n):r.state.value[e][t]=n);else if("function"==typeof n){const e=b(t,n);sf?af(x,t,e):x[t]=e,a.actions[t]=n}else 0}var C;if(sf?Object.keys(x).forEach((e=>{af(_,e,x[e])})):(ap(_,x),ap(Nt(_),x)),Object.defineProperty(_,"$state",{get:()=>r.state.value[e],set:e=>{m((t=>{ap(t,e)}))}}),_f){const e={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach((t=>{Object.defineProperty(_,t,ap({value:_[t]},e))}))}return sf&&(_._r=!0),r._p.forEach((e=>{if(_f){const t=s.run((()=>e({store:_,app:r._a,pinia:r,options:a})));Object.keys(t||{}).forEach((e=>_._customProperties.add(e))),ap(_,t)}else ap(_,s.run((()=>e({store:_,app:r._a,pinia:r,options:a}))))})),h&&i&&n.hydrate&&n.hydrate(_.$state,h),c=!0,u=!0,_}function up(e,t,n){let r,o;const i="function"==typeof t;function s(e,n){const s=ei();(e=e||(s?Ko(yf,null):null))&&mf(e),(e=pf)._s.has(r)||(i?cp(r,t,o,e):function(e,t,n,r){const{state:o,actions:i,getters:s}=t,a=n.state.value[e];let l;l=cp(e,(function(){a||(sf?af(n.state.value,e,o?o():{}):n.state.value[e]=o?o():{});const t=Jt(n.state.value[e]);return ap(t,i,Object.keys(s||{}).reduce(((t,r)=>(t[r]=Pt(Ps((()=>{mf(n);const t=n._s.get(e);if(!sf||t._r)return s[r].call(t,t)}))),t)),{}))}),t,n,0,!0)}(r,o,e));return e._s.get(r)}return"string"==typeof e?(r=e,o=i?n:t):(o=e,r=e.id),s.$id=r,s}const dp="undefined"!=typeof window;function fp(e){return e.__esModule||"Module"===e[Symbol.toStringTag]}const pp=Object.assign;function hp(e,t){const n={};for(const r in t){const o=t[r];n[r]=vp(o)?o.map(e):e(o)}return n}const gp=()=>{},vp=Array.isArray;const mp=/\/$/,yp=e=>e.replace(mp,"");function bp(e,t,n="/"){let r,o={},i="",s="";const a=t.indexOf("#");let l=t.indexOf("?");return a<l&&a>=0&&(l=-1),l>-1&&(r=t.slice(0,l),i=t.slice(l+1,a>-1?a:t.length),o=e(i)),a>-1&&(r=r||t.slice(0,a),s=t.slice(a,t.length)),r=function(e,t){if(e.startsWith("/"))return e;0;if(!e)return t;const n=t.split("/"),r=e.split("/"),o=r[r.length-1];".."!==o&&"."!==o||r.push("");let i,s,a=n.length-1;for(i=0;i<r.length;i++)if(s=r[i],"."!==s){if(".."!==s)break;a>1&&a--}return n.slice(0,a).join("/")+"/"+r.slice(i-(i===r.length?1:0)).join("/")}(null!=r?r:t,n),{fullPath:r+(i&&"?")+i+s,path:r,query:o,hash:s}}function wp(e,t){return t&&e.toLowerCase().startsWith(t.toLowerCase())?e.slice(t.length)||"/":e}function Sp(e,t){return(e.aliasOf||e)===(t.aliasOf||t)}function _p(e,t){if(Object.keys(e).length!==Object.keys(t).length)return!1;for(const n in e)if(!Ep(e[n],t[n]))return!1;return!0}function Ep(e,t){return vp(e)?xp(e,t):vp(t)?xp(t,e):e===t}function xp(e,t){return vp(t)?e.length===t.length&&e.every(((e,n)=>e===t[n])):1===e.length&&e[0]===t}var Cp,Ap;!function(e){e.pop="pop",e.push="push"}(Cp||(Cp={})),function(e){e.back="back",e.forward="forward",e.unknown=""}(Ap||(Ap={}));function kp(e){if(!e)if(dp){const t=document.querySelector("base");e=(e=t&&t.getAttribute("href")||"/").replace(/^\w+:\/\/[^\/]+/,"")}else e="/";return"/"!==e[0]&&"#"!==e[0]&&(e="/"+e),yp(e)}const Dp=/^[^#]+#/;function Tp(e,t){return e.replace(Dp,"#")+t}const Rp=()=>({left:window.pageXOffset,top:window.pageYOffset});function Op(e){let t;if("el"in e){const n=e.el,r="string"==typeof n&&n.startsWith("#");0;const o="string"==typeof n?r?document.getElementById(n.slice(1)):document.querySelector(n):n;if(!o)return;t=function(e,t){const n=document.documentElement.getBoundingClientRect(),r=e.getBoundingClientRect();return{behavior:t.behavior,left:r.left-n.left-(t.left||0),top:r.top-n.top-(t.top||0)}}(o,e)}else t=e;"scrollBehavior"in document.documentElement.style?window.scrollTo(t):window.scrollTo(null!=t.left?t.left:window.pageXOffset,null!=t.top?t.top:window.pageYOffset)}function Mp(e,t){return(history.state?history.state.position-t:-1)+e}const Ip=new Map;let Np=()=>location.protocol+"//"+location.host;function Pp(e,t){const{pathname:n,search:r,hash:o}=t,i=e.indexOf("#");if(i>-1){let t=o.includes(e.slice(i))?e.slice(i).length:1,n=o.slice(t);return"/"!==n[0]&&(n="/"+n),wp(n,"")}return wp(n,e)+r+o}function jp(e,t,n,r=!1,o=!1){return{back:e,current:t,forward:n,replaced:r,position:window.history.length,scroll:o?Rp():null}}function Bp(e){const t=function(e){const{history:t,location:n}=window,r={value:Pp(e,n)},o={value:t.state};function i(r,i,s){const a=e.indexOf("#"),l=a>-1?(n.host&&document.querySelector("base")?e:e.slice(a))+r:Np()+e+r;try{t[s?"replaceState":"pushState"](i,"",l),o.value=i}catch(e){console.error(e),n[s?"replace":"assign"](l)}}return o.value||i(r.value,{back:null,current:r.value,forward:null,position:t.length-1,replaced:!0,scroll:null},!0),{location:r,state:o,push:function(e,n){const s=pp({},o.value,t.state,{forward:e,scroll:Rp()});i(s.current,s,!0),i(e,pp({},jp(r.value,e,null),{position:s.position+1},n),!1),r.value=e},replace:function(e,n){i(e,pp({},t.state,jp(o.value.back,e,o.value.forward,!0),n,{position:o.value.position}),!0),r.value=e}}}(e=kp(e)),n=function(e,t,n,r){let o=[],i=[],s=null;const a=({state:i})=>{const a=Pp(e,location),l=n.value,c=t.value;let u=0;if(i){if(n.value=a,t.value=i,s&&s===l)return void(s=null);u=c?i.position-c.position:0}else r(a);o.forEach((e=>{e(n.value,l,{delta:u,type:Cp.pop,direction:u?u>0?Ap.forward:Ap.back:Ap.unknown})}))};function l(){const{history:e}=window;e.state&&e.replaceState(pp({},e.state,{scroll:Rp()}),"")}return window.addEventListener("popstate",a),window.addEventListener("beforeunload",l,{passive:!0}),{pauseListeners:function(){s=n.value},listen:function(e){o.push(e);const t=()=>{const t=o.indexOf(e);t>-1&&o.splice(t,1)};return i.push(t),t},destroy:function(){for(const e of i)e();i=[],window.removeEventListener("popstate",a),window.removeEventListener("beforeunload",l)}}}(e,t.state,t.location,t.replace);const r=pp({location:"",base:e,go:function(e,t=!0){t||n.pauseListeners(),history.go(e)},createHref:Tp.bind(null,e)},t,n);return Object.defineProperty(r,"location",{enumerable:!0,get:()=>t.location.value}),Object.defineProperty(r,"state",{enumerable:!0,get:()=>t.state.value}),r}function Hp(e){return"string"==typeof e||"symbol"==typeof e}const Lp={path:"/",name:void 0,params:{},query:{},hash:"",fullPath:"/",matched:[],meta:{},redirectedFrom:void 0},Fp=Symbol("");var Up;!function(e){e[e.aborted=4]="aborted",e[e.cancelled=8]="cancelled",e[e.duplicated=16]="duplicated"}(Up||(Up={}));function zp(e,t){return pp(new Error,{type:e,[Fp]:!0},t)}function $p(e,t){return e instanceof Error&&Fp in e&&(null==t||!!(e.type&t))}const Vp="[^/]+?",Wp={sensitive:!1,strict:!1,start:!0,end:!0},qp=/[.+*?^${}()[\]/\\]/g;function Gp(e,t){let n=0;for(;n<e.length&&n<t.length;){const r=t[n]-e[n];if(r)return r;n++}return e.length<t.length?1===e.length&&80===e[0]?-1:1:e.length>t.length?1===t.length&&80===t[0]?1:-1:0}function Yp(e,t){let n=0;const r=e.score,o=t.score;for(;n<r.length&&n<o.length;){const e=Gp(r[n],o[n]);if(e)return e;n++}if(1===Math.abs(o.length-r.length)){if(Qp(r))return 1;if(Qp(o))return-1}return o.length-r.length}function Qp(e){const t=e[e.length-1];return e.length>0&&t[t.length-1]<0}const Zp={type:0,value:""},Xp=/[a-zA-Z0-9_]/;function Jp(e,t,n){const r=function(e,t){const n=pp({},Wp,t),r=[];let o=n.start?"^":"";const i=[];for(const t of e){const e=t.length?[]:[90];n.strict&&!t.length&&(o+="/");for(let r=0;r<t.length;r++){const s=t[r];let a=40+(n.sensitive?.25:0);if(0===s.type)r||(o+="/"),o+=s.value.replace(qp,"\\$&"),a+=40;else if(1===s.type){const{value:e,repeatable:n,optional:l,regexp:c}=s;i.push({name:e,repeatable:n,optional:l});const u=c||Vp;if(u!==Vp){a+=10;try{new RegExp(`(${u})`)}catch(t){throw new Error(`Invalid custom RegExp for param "${e}" (${u}): `+t.message)}}let d=n?`((?:${u})(?:/(?:${u}))*)`:`(${u})`;r||(d=l&&t.length<2?`(?:/${d})`:"/"+d),l&&(d+="?"),o+=d,a+=20,l&&(a+=-8),n&&(a+=-20),".*"===u&&(a+=-50)}e.push(a)}r.push(e)}if(n.strict&&n.end){const e=r.length-1;r[e][r[e].length-1]+=.7000000000000001}n.strict||(o+="/?"),n.end?o+="$":n.strict&&(o+="(?:/|$)");const s=new RegExp(o,n.sensitive?"":"i");return{re:s,score:r,keys:i,parse:function(e){const t=e.match(s),n={};if(!t)return null;for(let e=1;e<t.length;e++){const r=t[e]||"",o=i[e-1];n[o.name]=r&&o.repeatable?r.split("/"):r}return n},stringify:function(t){let n="",r=!1;for(const o of e){r&&n.endsWith("/")||(n+="/"),r=!1;for(const e of o)if(0===e.type)n+=e.value;else if(1===e.type){const{value:i,repeatable:s,optional:a}=e,l=i in t?t[i]:"";if(vp(l)&&!s)throw new Error(`Provided param "${i}" is an array but it is not repeatable (* or + modifiers)`);const c=vp(l)?l.join("/"):l;if(!c){if(!a)throw new Error(`Missing required param "${i}"`);o.length<2&&(n.endsWith("/")?n=n.slice(0,-1):r=!0)}n+=c}}return n||"/"}}}(function(e){if(!e)return[[]];if("/"===e)return[[Zp]];if(!e.startsWith("/"))throw new Error(`Invalid path "${e}"`);function t(e){throw new Error(`ERR (${n})/"${c}": ${e}`)}let n=0,r=n;const o=[];let i;function s(){i&&o.push(i),i=[]}let a,l=0,c="",u="";function d(){c&&(0===n?i.push({type:0,value:c}):1===n||2===n||3===n?(i.length>1&&("*"===a||"+"===a)&&t(`A repeatable param (${c}) must be alone in its segment. eg: '/:ids+.`),i.push({type:1,value:c,regexp:u,repeatable:"*"===a||"+"===a,optional:"*"===a||"?"===a})):t("Invalid state to consume buffer"),c="")}function f(){c+=a}for(;l<e.length;)if(a=e[l++],"\\"!==a||2===n)switch(n){case 0:"/"===a?(c&&d(),s()):":"===a?(d(),n=1):f();break;case 4:f(),n=r;break;case 1:"("===a?n=2:Xp.test(a)?f():(d(),n=0,"*"!==a&&"?"!==a&&"+"!==a&&l--);break;case 2:")"===a?"\\"==u[u.length-1]?u=u.slice(0,-1)+a:n=3:u+=a;break;case 3:d(),n=0,"*"!==a&&"?"!==a&&"+"!==a&&l--,u="";break;default:t("Unknown state")}else r=n,n=4;return 2===n&&t(`Unfinished custom RegExp for param "${c}"`),d(),s(),o}(e.path),n);const o=pp(r,{record:e,parent:t,children:[],alias:[]});return t&&!o.record.aliasOf==!t.record.aliasOf&&t.children.push(o),o}function Kp(e,t){const n=[],r=new Map;function o(e,n,r){const a=!r,l=function(e){return{path:e.path,redirect:e.redirect,name:e.name,meta:e.meta||{},aliasOf:void 0,beforeEnter:e.beforeEnter,props:th(e),children:e.children||[],instances:{},leaveGuards:new Set,updateGuards:new Set,enterCallbacks:{},components:"components"in e?e.components||null:e.component&&{default:e.component}}}(e);l.aliasOf=r&&r.record;const c=oh(t,e),u=[l];if("alias"in e){const t="string"==typeof e.alias?[e.alias]:e.alias;for(const e of t)u.push(pp({},l,{components:r?r.record.components:l.components,path:e,aliasOf:r?r.record:l}))}let d,f;for(const t of u){const{path:u}=t;if(n&&"/"!==u[0]){const e=n.record.path,r="/"===e[e.length-1]?"":"/";t.path=n.record.path+(u&&r+u)}if(d=Jp(t,n,c),r?r.alias.push(d):(f=f||d,f!==d&&f.alias.push(d),a&&e.name&&!nh(d)&&i(e.name)),l.children){const e=l.children;for(let t=0;t<e.length;t++)o(e[t],d,r&&r.children[t])}r=r||d,(d.record.components&&Object.keys(d.record.components).length||d.record.name||d.record.redirect)&&s(d)}return f?()=>{i(f)}:gp}function i(e){if(Hp(e)){const t=r.get(e);t&&(r.delete(e),n.splice(n.indexOf(t),1),t.children.forEach(i),t.alias.forEach(i))}else{const t=n.indexOf(e);t>-1&&(n.splice(t,1),e.record.name&&r.delete(e.record.name),e.children.forEach(i),e.alias.forEach(i))}}function s(e){let t=0;for(;t<n.length&&Yp(e,n[t])>=0&&(e.record.path!==n[t].record.path||!ih(e,n[t]));)t++;n.splice(t,0,e),e.record.name&&!nh(e)&&r.set(e.record.name,e)}return t=oh({strict:!1,end:!0,sensitive:!1},t),e.forEach((e=>o(e))),{addRoute:o,resolve:function(e,t){let o,i,s,a={};if("name"in e&&e.name){if(o=r.get(e.name),!o)throw zp(1,{location:e});0,s=o.record.name,a=pp(eh(t.params,o.keys.filter((e=>!e.optional)).map((e=>e.name))),e.params&&eh(e.params,o.keys.map((e=>e.name)))),i=o.stringify(a)}else if("path"in e)i=e.path,o=n.find((e=>e.re.test(i))),o&&(a=o.parse(i),s=o.record.name);else{if(o=t.name?r.get(t.name):n.find((e=>e.re.test(t.path))),!o)throw zp(1,{location:e,currentLocation:t});s=o.record.name,a=pp({},t.params,e.params),i=o.stringify(a)}const l=[];let c=o;for(;c;)l.unshift(c.record),c=c.parent;return{name:s,path:i,params:a,matched:l,meta:rh(l)}},removeRoute:i,getRoutes:function(){return n},getRecordMatcher:function(e){return r.get(e)}}}function eh(e,t){const n={};for(const r of t)r in e&&(n[r]=e[r]);return n}function th(e){const t={},n=e.props||!1;if("component"in e)t.default=n;else for(const r in e.components)t[r]="object"==typeof n?n[r]:n;return t}function nh(e){for(;e;){if(e.record.aliasOf)return!0;e=e.parent}return!1}function rh(e){return e.reduce(((e,t)=>pp(e,t.meta)),{})}function oh(e,t){const n={};for(const r in e)n[r]=r in t?t[r]:e[r];return n}function ih(e,t){return t.children.some((t=>t===e||ih(e,t)))}const sh=/#/g,ah=/&/g,lh=/\//g,ch=/=/g,uh=/\?/g,dh=/\+/g,fh=/%5B/g,ph=/%5D/g,hh=/%5E/g,gh=/%60/g,vh=/%7B/g,mh=/%7C/g,yh=/%7D/g,bh=/%20/g;function wh(e){return encodeURI(""+e).replace(mh,"|").replace(fh,"[").replace(ph,"]")}function Sh(e){return wh(e).replace(dh,"%2B").replace(bh,"+").replace(sh,"%23").replace(ah,"%26").replace(gh,"`").replace(vh,"{").replace(yh,"}").replace(hh,"^")}function _h(e){return null==e?"":function(e){return wh(e).replace(sh,"%23").replace(uh,"%3F")}(e).replace(lh,"%2F")}function Eh(e){try{return decodeURIComponent(""+e)}catch(e){}return""+e}function xh(e){const t={};if(""===e||"?"===e)return t;const n=("?"===e[0]?e.slice(1):e).split("&");for(let e=0;e<n.length;++e){const r=n[e].replace(dh," "),o=r.indexOf("="),i=Eh(o<0?r:r.slice(0,o)),s=o<0?null:Eh(r.slice(o+1));if(i in t){let e=t[i];vp(e)||(e=t[i]=[e]),e.push(s)}else t[i]=s}return t}function Ch(e){let t="";for(let n in e){const r=e[n];if(n=Sh(n).replace(ch,"%3D"),null==r){void 0!==r&&(t+=(t.length?"&":"")+n);continue}const o=vp(r)?r.map((e=>e&&Sh(e))):[r&&Sh(r)];o.forEach((e=>{void 0!==e&&(t+=(t.length?"&":"")+n,null!=e&&(t+="="+e))}))}return t}function Ah(e){const t={};for(const n in e){const r=e[n];void 0!==r&&(t[n]=vp(r)?r.map((e=>null==e?null:""+e)):null==r?r:""+r)}return t}const kh=Symbol(""),Dh=Symbol(""),Th=Symbol(""),Rh=Symbol(""),Oh=Symbol("");function Mh(){let e=[];return{add:function(t){return e.push(t),()=>{const n=e.indexOf(t);n>-1&&e.splice(n,1)}},list:()=>e.slice(),reset:function(){e=[]}}}function Ih(e,t,n,r,o){const i=r&&(r.enterCallbacks[o]=r.enterCallbacks[o]||[]);return()=>new Promise(((s,a)=>{const l=e=>{var l;!1===e?a(zp(4,{from:n,to:t})):e instanceof Error?a(e):"string"==typeof(l=e)||l&&"object"==typeof l?a(zp(2,{from:t,to:e})):(i&&r.enterCallbacks[o]===i&&"function"==typeof e&&i.push(e),s())},c=e.call(r&&r.instances[o],t,n,l);let u=Promise.resolve(c);e.length<3&&(u=u.then(l)),u.catch((e=>a(e)))}))}function Nh(e,t,n,r){const o=[];for(const s of e){0;for(const e in s.components){let a=s.components[e];if("beforeRouteEnter"===t||s.instances[e])if("object"==typeof(i=a)||"displayName"in i||"props"in i||"__vccOpts"in i){const i=(a.__vccOpts||a)[t];i&&o.push(Ih(i,n,r,s,e))}else{let i=a();0,o.push((()=>i.then((o=>{if(!o)return Promise.reject(new Error(`Couldn't resolve component "${e}" at "${s.path}"`));const i=fp(o)?o.default:o;s.components[e]=i;const a=(i.__vccOpts||i)[t];return a&&Ih(a,n,r,s,e)()}))))}}}var i;return o}function Ph(e){const t=Ko(Th),n=Ko(Rh),r=Ps((()=>t.resolve(qt(e.to)))),o=Ps((()=>{const{matched:e}=r.value,{length:t}=e,o=e[t-1],i=n.matched;if(!o||!i.length)return-1;const s=i.findIndex(Sp.bind(null,o));if(s>-1)return s;const a=Hh(e[t-2]);return t>1&&Hh(o)===a&&i[i.length-1].path!==a?i.findIndex(Sp.bind(null,e[t-2])):s})),i=Ps((()=>o.value>-1&&function(e,t){for(const n in t){const r=t[n],o=e[n];if("string"==typeof r){if(r!==o)return!1}else if(!vp(o)||o.length!==r.length||r.some(((e,t)=>e!==o[t])))return!1}return!0}(n.params,r.value.params))),s=Ps((()=>o.value>-1&&o.value===n.matched.length-1&&_p(n.params,r.value.params)));if(dp){const e=vs();if(e){const t={route:r.value,isActive:i.value,isExactActive:s.value};e.__vrl_devtools=e.__vrl_devtools||[],e.__vrl_devtools.push(t),ar((()=>{t.route=r.value,t.isActive=i.value,t.isExactActive=s.value}),{flush:"post"})}}return{route:r,href:Ps((()=>r.value.href)),isActive:i,isExactActive:s,navigate:function(n={}){return function(e){if(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)return;if(e.defaultPrevented)return;if(void 0!==e.button&&0!==e.button)return;if(e.currentTarget&&e.currentTarget.getAttribute){const t=e.currentTarget.getAttribute("target");if(/\b_blank\b/i.test(t))return}e.preventDefault&&e.preventDefault();return!0}(n)?t[qt(e.replace)?"replace":"push"](qt(e.to)).catch(gp):Promise.resolve()}}}const jh=Tr({name:"RouterLink",compatConfig:{MODE:3},props:{to:{type:[String,Object],required:!0},replace:Boolean,activeClass:String,exactActiveClass:String,custom:Boolean,ariaCurrentValue:{type:String,default:"page"}},useLink:Ph,setup(e,{slots:t}){const n=Ct(Ph(e)),{options:r}=Ko(Th),o=Ps((()=>({[Lh(e.activeClass,r.linkActiveClass,"router-link-active")]:n.isActive,[Lh(e.exactActiveClass,r.linkExactActiveClass,"router-link-exact-active")]:n.isExactActive})));return()=>{const r=t.default&&t.default(n);return e.custom?r:js("a",{"aria-current":n.isExactActive?e.ariaCurrentValue:null,href:n.href,onClick:n.navigate,class:o.value},r)}}}),Bh=jh;function Hh(e){return e?e.aliasOf?e.aliasOf.path:e.path:""}const Lh=(e,t,n)=>null!=e?e:null!=t?t:n,Fh=Tr({name:"RouterView",inheritAttrs:!1,props:{name:{type:String,default:"default"},route:Object},compatConfig:{MODE:3},setup(e,{attrs:t,slots:n}){const r=Ko(Oh),o=Ps((()=>e.route||r.value)),i=Ko(Dh,0),s=Ps((()=>{let e=qt(i);const{matched:t}=o.value;let n;for(;(n=t[e])&&!n.components;)e++;return e})),a=Ps((()=>o.value.matched[s.value]));Jo(Dh,Ps((()=>s.value+1))),Jo(kh,a),Jo(Oh,o);const l=Ut();return dr((()=>[l.value,a.value,e.name]),(([e,t,n],[r,o,i])=>{t&&(t.instances[n]=e,o&&o!==t&&e&&e===r&&(t.leaveGuards.size||(t.leaveGuards=o.leaveGuards),t.updateGuards.size||(t.updateGuards=o.updateGuards))),!e||!t||o&&Sp(t,o)&&r||(t.enterCallbacks[n]||[]).forEach((t=>t(e)))}),{flush:"post"}),()=>{const r=o.value,i=e.name,c=a.value,u=c&&c.components[i];if(!u)return Uh(n.default,{Component:u,route:r});const d=c.props[i],f=d?!0===d?r.params:"function"==typeof d?d(r):d:null,p=js(u,pp({},f,t,{onVnodeUnmounted:e=>{e.component.isUnmounted&&(c.instances[i]=null)},ref:l}));if(dp&&p.ref){const e={depth:s.value,name:c.name,path:c.path,meta:c.meta},t=vp(p.ref)?p.ref.map((e=>e.i)):[p.ref.i];t.forEach((t=>{t.__vrv_devtools=e}))}return Uh(n.default,{Component:p,route:r})||p}}});function Uh(e,t){if(!e)return null;const n=e(t);return 1===n.length?n[0]:n}const zh=Fh;function $h(e,t){const n=pp({},e,{matched:e.matched.map((e=>function(e,t){const n={};for(const r in e)t.includes(r)||(n[r]=e[r]);return n}(e,["instances","children","aliasOf"])))});return{_custom:{type:null,readOnly:!0,display:e.fullPath,tooltip:t,value:n}}}function Vh(e){return{_custom:{display:e}}}let Wh=0;function qh(e,t,n){if(t.__hasDevtools)return;t.__hasDevtools=!0;const r=Wh++;vf({id:"org.vuejs.router"+(r?"."+r:""),label:"Vue Router",packageName:"vue-router",homepage:"https://router.vuejs.org",logo:"https://router.vuejs.org/logo.png",componentStateTypes:["Routing"],app:e},(o=>{"function"!=typeof o.now&&console.warn("[Vue Router]: You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),o.on.inspectComponent(((e,n)=>{e.instanceData&&e.instanceData.state.push({type:"Routing",key:"$route",editable:!1,value:$h(t.currentRoute.value,"Current Route")})})),o.on.visitComponentTree((({treeNode:e,componentInstance:t})=>{if(t.__vrv_devtools){const n=t.__vrv_devtools;e.tags.push({label:(n.name?`${n.name.toString()}: `:"")+n.path,textColor:0,tooltip:"This component is rendered by &lt;router-view&gt;",backgroundColor:Yh})}vp(t.__vrl_devtools)&&(t.__devtoolsApi=o,t.__vrl_devtools.forEach((t=>{let n=Jh,r="";t.isExactActive?(n=Zh,r="This is exactly active"):t.isActive&&(n=Qh,r="This link is active"),e.tags.push({label:t.route.path,textColor:0,tooltip:r,backgroundColor:n})})))})),dr(t.currentRoute,(()=>{l(),o.notifyComponentUpdate(),o.sendInspectorTree(a),o.sendInspectorState(a)}));const i="router:navigations:"+r;o.addTimelineLayer({id:i,label:`Router${r?" "+r:""} Navigations`,color:4237508}),t.onError(((e,t)=>{o.addTimelineEvent({layerId:i,event:{title:"Error during Navigation",subtitle:t.fullPath,logType:"error",time:o.now(),data:{error:e},groupId:t.meta.__navigationId}})}));let s=0;t.beforeEach(((e,t)=>{const n={guard:Vh("beforeEach"),from:$h(t,"Current Location during this navigation"),to:$h(e,"Target location")};Object.defineProperty(e.meta,"__navigationId",{value:s++}),o.addTimelineEvent({layerId:i,event:{time:o.now(),title:"Start of navigation",subtitle:e.fullPath,data:n,groupId:e.meta.__navigationId}})})),t.afterEach(((e,t,n)=>{const r={guard:Vh("afterEach")};n?(r.failure={_custom:{type:Error,readOnly:!0,display:n?n.message:"",tooltip:"Navigation Failure",value:n}},r.status=Vh("❌")):r.status=Vh("✅"),r.from=$h(t,"Current Location during this navigation"),r.to=$h(e,"Target location"),o.addTimelineEvent({layerId:i,event:{title:"End of navigation",subtitle:e.fullPath,time:o.now(),data:r,logType:n?"warning":"default",groupId:e.meta.__navigationId}})}));const a="router-inspector:"+r;function l(){if(!c)return;const e=c;let r=n.getRoutes().filter((e=>!e.parent));r.forEach(og),e.filter&&(r=r.filter((t=>ig(t,e.filter.toLowerCase())))),r.forEach((e=>rg(e,t.currentRoute.value))),e.rootNodes=r.map(eg)}let c;o.addInspector({id:a,label:"Routes"+(r?" "+r:""),icon:"book",treeFilterPlaceholder:"Search routes"}),o.on.getInspectorTree((t=>{c=t,t.app===e&&t.inspectorId===a&&l()})),o.on.getInspectorState((t=>{if(t.app===e&&t.inspectorId===a){const e=n.getRoutes().find((e=>e.record.__vd_id===t.nodeId));e&&(t.state={options:Gh(e)})}})),o.sendInspectorTree(a),o.sendInspectorState(a)}))}function Gh(e){const{record:t}=e,n=[{editable:!1,key:"path",value:t.path}];return null!=t.name&&n.push({editable:!1,key:"name",value:t.name}),n.push({editable:!1,key:"regexp",value:e.re}),e.keys.length&&n.push({editable:!1,key:"keys",value:{_custom:{type:null,readOnly:!0,display:e.keys.map((e=>`${e.name}${function(e){return e.optional?e.repeatable?"*":"?":e.repeatable?"+":""}(e)}`)).join(" "),tooltip:"Param keys",value:e.keys}}}),null!=t.redirect&&n.push({editable:!1,key:"redirect",value:t.redirect}),e.alias.length&&n.push({editable:!1,key:"aliases",value:e.alias.map((e=>e.record.path))}),Object.keys(e.record.meta).length&&n.push({editable:!1,key:"meta",value:e.record.meta}),n.push({key:"score",editable:!1,value:{_custom:{type:null,readOnly:!0,display:e.score.map((e=>e.join(", "))).join(" | "),tooltip:"Score used to sort routes",value:e.score}}}),n}const Yh=15485081,Qh=2450411,Zh=8702998,Xh=2282478,Jh=16486972,Kh=6710886;function eg(e){const t=[],{record:n}=e;null!=n.name&&t.push({label:String(n.name),textColor:0,backgroundColor:Xh}),n.aliasOf&&t.push({label:"alias",textColor:0,backgroundColor:Jh}),e.__vd_match&&t.push({label:"matches",textColor:0,backgroundColor:Yh}),e.__vd_exactActive&&t.push({label:"exact",textColor:0,backgroundColor:Zh}),e.__vd_active&&t.push({label:"active",textColor:0,backgroundColor:Qh}),n.redirect&&t.push({label:"string"==typeof n.redirect?`redirect: ${n.redirect}`:"redirects",textColor:16777215,backgroundColor:Kh});let r=n.__vd_id;return null==r&&(r=String(tg++),n.__vd_id=r),{id:r,label:n.path,tags:t,children:e.children.map(eg)}}let tg=0;const ng=/^\/(.*)\/([a-z]*)$/;function rg(e,t){const n=t.matched.length&&Sp(t.matched[t.matched.length-1],e.record);e.__vd_exactActive=e.__vd_active=n,n||(e.__vd_active=t.matched.some((t=>Sp(t,e.record)))),e.children.forEach((e=>rg(e,t)))}function og(e){e.__vd_match=!1,e.children.forEach(og)}function ig(e,t){const n=String(e.re).match(ng);if(e.__vd_match=!1,!n||n.length<3)return!1;if(new RegExp(n[1].replace(/\$$/,""),n[2]).test(t))return e.children.forEach((e=>ig(e,t))),("/"!==e.record.path||"/"===t)&&(e.__vd_match=e.re.test(t),!0);const r=e.record.path.toLowerCase(),o=Eh(r);return!(t.startsWith("/")||!o.includes(t)&&!r.includes(t))||(!(!o.startsWith(t)&&!r.startsWith(t))||(!(!e.record.name||!String(e.record.name).includes(t))||e.children.some((e=>ig(e,t)))))}function sg(e){const t=Kp(e.routes,e),n=e.parseQuery||xh,r=e.stringifyQuery||Ch,o=e.history;const i=Mh(),s=Mh(),a=Mh(),l=zt(Lp);let c=Lp;dp&&e.scrollBehavior&&"scrollRestoration"in history&&(history.scrollRestoration="manual");const u=hp.bind(null,(e=>""+e)),d=hp.bind(null,_h),f=hp.bind(null,Eh);function p(e,i){if(i=pp({},i||l.value),"string"==typeof e){const r=bp(n,e,i.path),s=t.resolve({path:r.path},i),a=o.createHref(r.fullPath);return pp(r,s,{params:f(s.params),hash:Eh(r.hash),redirectedFrom:void 0,href:a})}let s;if("path"in e)s=pp({},e,{path:bp(n,e.path,i.path).path});else{const t=pp({},e.params);for(const e in t)null==t[e]&&delete t[e];s=pp({},e,{params:d(t)}),i.params=d(i.params)}const a=t.resolve(s,i),c=e.hash||"";a.params=u(f(a.params));const p=function(e,t){const n=t.query?e(t.query):"";return t.path+(n&&"?")+n+(t.hash||"")}(r,pp({},e,{hash:(h=c,wh(h).replace(vh,"{").replace(yh,"}").replace(hh,"^")),path:a.path}));var h;const g=o.createHref(p);return pp({fullPath:p,hash:c,query:r===Ch?Ah(e.query):e.query||{}},a,{redirectedFrom:void 0,href:g})}function h(e){return"string"==typeof e?bp(n,e,l.value.path):pp({},e)}function g(e,t){if(c!==e)return zp(8,{from:t,to:e})}function v(e){return y(e)}function m(e){const t=e.matched[e.matched.length-1];if(t&&t.redirect){const{redirect:n}=t;let r="function"==typeof n?n(e):n;return"string"==typeof r&&(r=r.includes("?")||r.includes("#")?r=h(r):{path:r},r.params={}),pp({query:e.query,hash:e.hash,params:"path"in r?{}:e.params},r)}}function y(e,t){const n=c=p(e),o=l.value,i=e.state,s=e.force,a=!0===e.replace,u=m(n);if(u)return y(pp(h(u),{state:"object"==typeof u?pp({},i,u.state):i,force:s,replace:a}),t||n);const d=n;let f;return d.redirectedFrom=t,!s&&function(e,t,n){const r=t.matched.length-1,o=n.matched.length-1;return r>-1&&r===o&&Sp(t.matched[r],n.matched[o])&&_p(t.params,n.params)&&e(t.query)===e(n.query)&&t.hash===n.hash}(r,o,n)&&(f=zp(16,{to:d,from:o}),O(o,o,!0,!1)),(f?Promise.resolve(f):S(d,o)).catch((e=>$p(e)?$p(e,2)?e:R(e):T(e,d,o))).then((e=>{if(e){if($p(e,2))return y(pp({replace:a},h(e.to),{state:"object"==typeof e.to?pp({},i,e.to.state):i,force:s}),t||d)}else e=E(d,o,!0,a,i);return _(d,o,e),e}))}function b(e,t){const n=g(e,t);return n?Promise.reject(n):Promise.resolve()}function w(e){const t=N.values().next().value;return t&&"function"==typeof t.runWithContext?t.runWithContext(e):e()}function S(e,t){let n;const[r,o,a]=function(e,t){const n=[],r=[],o=[],i=Math.max(t.matched.length,e.matched.length);for(let s=0;s<i;s++){const i=t.matched[s];i&&(e.matched.find((e=>Sp(e,i)))?r.push(i):n.push(i));const a=e.matched[s];a&&(t.matched.find((e=>Sp(e,a)))||o.push(a))}return[n,r,o]}(e,t);n=Nh(r.reverse(),"beforeRouteLeave",e,t);for(const o of r)o.leaveGuards.forEach((r=>{n.push(Ih(r,e,t))}));const l=b.bind(null,e,t);return n.push(l),j(n).then((()=>{n=[];for(const r of i.list())n.push(Ih(r,e,t));return n.push(l),j(n)})).then((()=>{n=Nh(o,"beforeRouteUpdate",e,t);for(const r of o)r.updateGuards.forEach((r=>{n.push(Ih(r,e,t))}));return n.push(l),j(n)})).then((()=>{n=[];for(const r of a)if(r.beforeEnter)if(vp(r.beforeEnter))for(const o of r.beforeEnter)n.push(Ih(o,e,t));else n.push(Ih(r.beforeEnter,e,t));return n.push(l),j(n)})).then((()=>(e.matched.forEach((e=>e.enterCallbacks={})),n=Nh(a,"beforeRouteEnter",e,t),n.push(l),j(n)))).then((()=>{n=[];for(const r of s.list())n.push(Ih(r,e,t));return n.push(l),j(n)})).catch((e=>$p(e,8)?e:Promise.reject(e)))}function _(e,t,n){a.list().forEach((r=>w((()=>r(e,t,n)))))}function E(e,t,n,r,i){const s=g(e,t);if(s)return s;const a=t===Lp,c=dp?history.state:{};n&&(r||a?o.replace(e.fullPath,pp({scroll:a&&c&&c.scroll},i)):o.push(e.fullPath,i)),l.value=e,O(e,t,n,a),R()}let x;function C(){x||(x=o.listen(((e,t,n)=>{if(!P.listening)return;const r=p(e),i=m(r);if(i)return void y(pp(i,{replace:!0}),r).catch(gp);c=r;const s=l.value;var a,u;dp&&(a=Mp(s.fullPath,n.delta),u=Rp(),Ip.set(a,u)),S(r,s).catch((e=>$p(e,12)?e:$p(e,2)?(y(e.to,r).then((e=>{$p(e,20)&&!n.delta&&n.type===Cp.pop&&o.go(-1,!1)})).catch(gp),Promise.reject()):(n.delta&&o.go(-n.delta,!1),T(e,r,s)))).then((e=>{(e=e||E(r,s,!1))&&(n.delta&&!$p(e,8)?o.go(-n.delta,!1):n.type===Cp.pop&&$p(e,20)&&o.go(-1,!1)),_(r,s,e)})).catch(gp)})))}let A,k=Mh(),D=Mh();function T(e,t,n){R(e);const r=D.list();return r.length?r.forEach((r=>r(e,t,n))):console.error(e),Promise.reject(e)}function R(e){return A||(A=!e,C(),k.list().forEach((([t,n])=>e?n(e):t())),k.reset()),e}function O(t,n,r,o){const{scrollBehavior:i}=e;if(!dp||!i)return Promise.resolve();const s=!r&&function(e){const t=Ip.get(e);return Ip.delete(e),t}(Mp(t.fullPath,0))||(o||!r)&&history.state&&history.state.scroll||null;return bn().then((()=>i(t,n,s))).then((e=>e&&Op(e))).catch((e=>T(e,t,n)))}const M=e=>o.go(e);let I;const N=new Set,P={currentRoute:l,listening:!0,addRoute:function(e,n){let r,o;return Hp(e)?(r=t.getRecordMatcher(e),o=n):o=e,t.addRoute(o,r)},removeRoute:function(e){const n=t.getRecordMatcher(e);n&&t.removeRoute(n)},hasRoute:function(e){return!!t.getRecordMatcher(e)},getRoutes:function(){return t.getRoutes().map((e=>e.record))},resolve:p,options:e,push:v,replace:function(e){return v(pp(h(e),{replace:!0}))},go:M,back:()=>M(-1),forward:()=>M(1),beforeEach:i.add,beforeResolve:s.add,afterEach:a.add,onError:D.add,isReady:function(){return A&&l.value!==Lp?Promise.resolve():new Promise(((e,t)=>{k.add([e,t])}))},install(e){const n=this;e.component("RouterLink",Bh),e.component("RouterView",zh),e.config.globalProperties.$router=n,Object.defineProperty(e.config.globalProperties,"$route",{enumerable:!0,get:()=>qt(l)}),dp&&!I&&l.value===Lp&&(I=!0,v(o.location).catch((e=>{0})));const r={};for(const e in Lp)Object.defineProperty(r,e,{get:()=>l.value[e],enumerable:!0});e.provide(Th,n),e.provide(Rh,At(r)),e.provide(Oh,l);const i=e.unmount;N.add(e),e.unmount=function(){N.delete(e),N.size<1&&(c=Lp,x&&x(),x=null,l.value=Lp,I=!1,A=!1),i()},dp&&qh(e,n,t)}};function j(e){return e.reduce(((e,t)=>e.then((()=>w(t)))),Promise.resolve())}return P}function ag(){return Ko(Th)}var lg=n(106),cg=n.n(lg);const ug=up("lesli.layout",{state:()=>({showEngines:!1,showNotifications:!1,showTasks:!1,showFiles:!1,showTickets:!1,showProfile:!1,showAnnouncements:!1,header:{notifications:lesli.notifications,tickets:lesli.tickets,tasks:lesli.tasks}}),actions:{toggleEngines(){this.showEngines=!this.showEngines}}}),dg=up("search",{state:()=>({text:"",timer:null,loading:!1,showResults:!1,pagination:{},columns:[],records:[]}),actions:{doSearch(){""!=this.text?(this.loading=!0,clearTimeout(this.timer),this.timer=setTimeout((()=>this.fetchSearch()),800)):this.showResults=!1},fetchSearch(){this.loading=!0;var e=this.text.toLowerCase().split(/(\s+)/).filter((e=>e.trim().length>0)).map((e=>this.filterNonEnglishLetters(e)));let t=this.url.dl("search").search(this.text);this.http.get(t).then((t=>{this.pagination=t.pagination,this.columns=t.columns,this.records=t.records.map((t=>{for(var n in t)"id"!=n&&(t[n]=this.doHighlightText(t[n],e));return t}))})).catch((e=>{console.log(e)})).finally((()=>{this.loading=!1}))},doHighlightText(e,t){if(!e)return;if(0===t.length)return text_to_highlight;let n=new RegExp(`${t.join("|")}`,"ig");return e=e.toString().replace(n,((e,t,n)=>`<span class="tag is-primary">${e}</span>`))},filterNonEnglishLetters:e=>e.includes("ä")?e.replace("ä","(ä|ae)"):e.includes("ae")?e.replace("ae","(ä|ae)"):e.includes("ü")?e.replace("ü","(ü|ue)"):e.includes("ue")?e.replace("ue","(ü|ue)"):e.includes("ö")?e.replace("ö","(ö|oe)"):e.includes("oe")?e.replace("oe","(ö|oe)"):e}}),fg={ref:"lesliApplicationHeader",class:"lesli-application-header"},pg={class:"lesli-application-header-container container"},hg=Ki("figure",{class:"image lesli-brand"},[Ki("img",{alt:"App logo",class:"is-hidden-touch",src:"/assets/lesli/brand/app-logo.svg"})],-1),gg={class:"lesli-application-header-left"},vg={class:"control is-medium has-icons-left has-text-grey"},mg={class:"icon is-left has-text-gray"},yg={key:0,class:"material-icons"},bg=["placeholder"],wg={class:"lesli-application-header-right"},Sg=[Ki("span",{class:"ri-apps-2-line"},null,-1)],_g={key:0,class:"count"},Eg={key:0,class:"count"},xg={key:0,class:"count"},Cg={class:"dropdown is-right is-hoverable header-user-options"},Ag={class:"dropdown-trigger"},kg={class:"icon has-text-link"},Dg={class:"dropdown-menu",id:"dropdown-menu",role:"menu"},Tg={class:"dropdown-content"},Rg={href:"/administration/profile",class:"dropdown-item py-3"},Og={class:"icon-text"},Mg=Ki("span",{class:"icon has-text-grey-dark"},[Ki("span",{class:"ri-user-line"})],-1),Ig=Ki("hr",{class:"dropdown-divider"},null,-1),Ng={href:"/logout",class:"dropdown-item py-3"},Pg={class:"icon-text"},jg=Ki("span",{class:"icon has-text-grey-dark"},[Ki("span",{class:"ri-logout-box-r-line"})],-1),Bg={__name:"application-header",props:{showEngines:{type:Boolean,default:!0,required:!1},showBell:{type:Boolean,default:!1,required:!1},showFocus:{type:Boolean,default:!1,required:!1},showTickets:{type:Boolean,default:!1,required:!1},showAnnouncements:{type:Boolean,default:!1,required:!1}},setup(e){const t=e,n=ug(),r=dg(),o={core:{shared:I18n.t("core.shared"),users:I18n.t("deutscheleibrenten.users")}};Ut(null);function i(e){27===e.keyCode&&(n.toggleEngines(),document.removeEventListener("keydown",i))}return(e,s)=>{const a=ro("lesli-loading");return Li(),Wi("header",fg,[Ki("div",pg,[hg,Ki("div",gg,[Ki("div",vg,[Ki("span",mg,[qt(r).loading?ss("v-if",!0):(Li(),Wi("span",yg," search ")),qt(r).loading?(Li(),qi(a,{key:1,icon:!0})):ss("v-if",!0)]),vr(Ki("input",{type:"email",name:"global_search",class:"input is-shadowless",placeholder:o.core.shared.search_placeholder||"Ask to Lesli...",onInput:s[0]||(s[0]=function(){return qt(r).doSearch&&qt(r).doSearch(...arguments)}),"onUpdate:modelValue":s[1]||(s[1]=e=>qt(r).text=e)},null,40,bg),[[$a,qt(r).text]])])]),Ki("div",wg,[ss(" engines selector "),(t.showEngines,Li(),Wi("a",{key:0,class:"header-indicator",onClick:s[2]||(s[2]=e=>(n.toggleEngines(),void document.addEventListener("keydown",i)))},Sg)),ss(" Tickets "),(t.showTickets,Li(),Wi("a",{key:1,class:"header-indicator",onClick:s[3]||(s[3]=()=>{qt(n).showTickets=!0})},[Ki("span",{class:X(["ri-ticket-2-line",{"is-active":qt(n).header.tickets>0}])},null,2),qt(n).header.tickets>0?(Li(),Wi("span",_g,ae(qt(n).header.tickets),1)):ss("v-if",!0)])),ss(" Tasks "),(t.showFocus,Li(),Wi("a",{key:2,class:"header-indicator",onClick:s[4]||(s[4]=()=>{qt(n).header.tasks>0&&(qt(n).showTasks=!0)})},[Ki("span",{class:X(["ri-list-check-3",{"is-active":qt(n).header.tasks>0}])},null,2),qt(n).header.tasks>0?(Li(),Wi("span",Eg,ae(qt(n).header.tasks),1)):ss("v-if",!0)])),ss(" Notifications "),(t.showBell,Li(),Wi("a",{key:3,class:"header-indicator",onClick:s[5]||(s[5]=()=>{qt(n).header.notifications>0&&(qt(n).showNotifications=!0)})},[Ki("span",{class:X(["ri-notification-3-line",{"is-active":qt(n).header.notifications>0}])},null,2),qt(n).header.notifications>0?(Li(),Wi("span",xg,ae(qt(n).header.notifications),1)):ss("v-if",!0)])),ss(" Profile options "),Ki("div",Cg,[Ki("div",Ag,[Ki("span",kg,[Ki("span",{class:"ri-user-smile-line",onClick:s[6]||(s[6]=e=>qt(n).showProfile=!0)})])]),Ki("div",Dg,[Ki("div",Tg,[Ki("a",Rg,[Ki("span",Og,[Mg,Ki("span",null,ae(o.core.shared.view_text_profile),1)])]),Ig,Ki("a",Ng,[Ki("span",Pg,[jg,Ki("span",null,ae(o.core.shared.view_text_logout),1)])])])])])])])],512)}}},Hg={class:"engines-container"},Lg={class:"engines"},Fg=Ki("button",{class:"button is-hidden-tablet"},[Ki("span",{class:"icon"},[Ki("i",{class:"ri-close-line"})]),Ki("span",null,"close")],-1),Ug={__name:"application-engines",setup(e){const t=ug();return(e,n)=>(Li(),qi(ma,null,{default:Gn((()=>[qt(t).showEngines?(Li(),Wi("section",{key:0,class:"lesli-application-engines",onClick:n[0]||(n[0]=e=>qt(t).toggleEngines())},[Ki("div",Hg,[Ki("div",Lg,[fo(e.$slots,"default")]),Fg])])):ss("v-if",!0)])),_:3}))}},zg={__name:"application-container",props:{dashboard:{type:Boolean,default:!1,required:!1}},setup:e=>(t,n)=>(Li(),Wi("section",{class:X(["lesli-application-container container",{"is-fluid":e.dashboard}])},[fo(t.$slots,"default")],2))},$g={class:"lesli-application-component"},Vg={__name:"application-component",setup:e=>(e,t)=>(Li(),Wi("div",$g,[fo(e.$slots,"default")]))},Wg=["id"],qg=["placeholder","onKeydown"],Gg={key:0,class:"lesli-autocomplete-list"},Yg=["onClick","onMouseenter"],Qg=["data-text","innerHTML"],Zg={__name:"Autocomplete",props:{modelValue:{type:[Number,String,Object],required:!1},placeholder:{type:String,default:""},options:{type:Array,required:!0},selectBy:{type:Function,default:e=>e},minInputLength:{type:Number,default:2,validator:e=>e>=0}},emits:["update:modelValue","onInput","onFocus","onBlur","select"],setup(e,t){let{emit:n}=t;const r=e,o=`lesli_autocomplete_${(100*Math.random()).toFixed()}`,i=Ut(""),s=Ut(!1),a=Ut(0);function l(){w&&a.value>=b.value.length&&(a.value=(b.value.length||1)-1),n("onInput",{input:i,options:b})}function c(){s.value=!0,n("onFocus",{input:i,options:b})}function u(){s.value=!1,n("onBlur",{input:i,options:b})}function d(e){w.value&&a.value<b.value.length-1&&a.value++,p()}function f(e){w.value&&a.value>0&&a.value--,p()}function p(){setTimeout((()=>{const e=document.querySelector(`#${y.value} .lesli-autocomplete-list`),t=document.querySelector(`#${y.value} .lesli-autocomplete-list-option.lesli-autocomplete-list-option-active`);if(!(t.offsetTop>=e.scrollTop&&t.offsetTop+t.offsetHeight<e.scrollTop+e.offsetHeight)){let n=0;t.offsetTop>e.scrollTop?n=t.offsetTop+t.offsetHeight-e.offsetHeight:t.offsetTop<e.scrollTop&&(n=t.offsetTop),e.scrollTo(0,n)}}))}function h(){S.value&&g(S.value)}function g(e){i.value=r.selectBy(e),a.value=0,document.getElementById(o).blur(),n("select",e),n("update:modelValue",e)}function v(e){return e.value.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function m(e){const t=new RegExp(`(${v(i)})`,"ig");return e.replace(t,"<strong>$1</strong>")}const y=Ps((()=>`${o}_wrapper`)),b=Ps((()=>{const e=new RegExp(v(i),"i");return r.options.filter((t=>r.selectBy(t).match(e)))})),w=Ps((()=>s.value&&i.value.length>=r.minInputLength&&b.value.length)),S=Ps((()=>w.value&&a.value<b.value.length?b.value[a.value]:void 0));return dr((()=>r.modelValue),(e=>{g(e)})),(t,n)=>(Li(),Wi("div",{id:y.value,class:"lesli-autocomplete"},[vr(Ki("input",{id:o,class:"input lesli-autocomplete-input",type:"text",placeholder:r.placeholder,"onUpdate:modelValue":n[0]||(n[0]=e=>i.value=e),onInput:l,onFocus:c,onBlur:u,onKeydown:[ol(nl(d,["prevent"]),["down"]),ol(nl(f,["prevent"]),["up"]),ol(nl(h,["prevent"]),["enter","tab"])],autocomplete:"off"},null,40,qg),[[$a,i.value]]),w.value?(Li(),Wi("div",Gg,[(Li(!0),Wi(Ii,null,co(b.value,((t,o)=>(Li(),Wi("div",{class:X(["lesli-autocomplete-list-option",{"lesli-autocomplete-list-option-active":a.value==o}]),key:o,onMousedown:n[1]||(n[1]=nl((()=>{}),["prevent"])),onClick:e=>g(t),onMouseenter:e=>a.value=o},[Ki("span",{class:"lesli-autocomplete-list-option-text","data-text":r.selectBy(t),innerHTML:m(e.selectBy(t))},null,8,Qg)],42,Yg)))),128))])):ss("v-if",!0)],8,Wg))}},Xg=Zg,Jg=["src"],Kg={__name:"Avatar",props:{urlImage:{type:String,default:null},name:{type:String,default:null},letter:{type:String,default:null},size:{type:String,default:"small"}},setup(e){const t=e,n=Ps((()=>null!==t.urlImage)),r=Ut(null),o=Ut(null);"small"===t.size?(r.value="is-size-5",o.value="height: 60px; width: 60px;"):"medium"===t.size?(r.value="is-size-3",o.value="height: 120px; width: 120px;"):"large"===t.size&&(r.value="is-size-1",o.value="height: 180px; width: 180px;");const i=Ps((()=>t.name?t.name.charAt(0).toUpperCase():t.letter?t.letter.toUpperCase():"?"));return(t,s)=>(Li(),Wi("figure",{class:"lesli-avatar",style:q(o.value)},[n.value?(Li(),Wi("img",{key:0,src:e.urlImage},null,8,Jg)):(Li(),Wi("span",{key:1,class:X(["has-text-weight-bold",r.value])},ae(i.value),3))],4))}},ev={class:"material-icons"},tv={key:1},nv={class:"material-icons"},rv={key:1},ov={__name:"Button",props:{to:{type:Object,required:!1},icon:{type:String,required:!1},loading:{type:Boolean,default:!1,required:!1},primary:{type:Boolean,default:!0,required:!1},danger:{type:Boolean,default:!1,required:!1},warning:{type:Boolean,default:!1,required:!1},info:{type:Boolean,default:!1,required:!1},solid:{type:Boolean,default:!1,required:!1},small:{type:Boolean,default:!1,required:!1},iconOnly:{type:Boolean,default:!1,required:!1}},emits:["click"],setup(e,t){let{emit:n}=t;const r=e,o=(ko(),Ps((()=>r.warning?"is-warning":r.danger?"is-danger":r.info?"is-info":"is-primary")));return(t,i)=>{const s=ro("router-link");return Li(),Wi(Ii,null,[r.to?(Li(),qi(s,{key:0,to:e.to.toString(),class:X(["button","is-link","is-light",o.value,{"is-outlined":!e.solid},{"is-loading":e.loading},{"is-small":e.small}])},{default:Gn((()=>[e.icon?(Li(),Wi("span",{key:0,class:X(["icon",{"is-small":e.small}])},[Ki("span",ev,ae(e.icon),1)],2)):ss("v-if",!0),e.iconOnly?ss("v-if",!0):(Li(),Wi("span",tv,[fo(t.$slots,"default")]))])),_:3},8,["to","class"])):ss("v-if",!0),r.to?ss("v-if",!0):(Li(),Wi("button",{key:1,onClick:i[0]||(i[0]=e=>n("click")),class:X(["button","is-link",o.value,{"is-light":!e.solid},{"is-outlined":!e.solid},{"is-loading":e.loading},{"is-small":e.small}])},[e.icon?(Li(),Wi("span",{key:0,class:X(["icon",{"is-small":e.small}])},[Ki("span",nv,ae(e.icon),1)],2)):ss("v-if",!0),e.iconOnly?ss("v-if",!0):(Li(),Wi("span",rv,[fo(t.$slots,"default")]))],2))],64)}}},iv=ov;var sv=n(379),av=n.n(sv),lv=n(795),cv=n.n(lv),uv=n(569),dv=n.n(uv),fv=n(565),pv=n.n(fv),hv=n(216),gv=n.n(hv),vv=n(589),mv=n.n(vv),yv=n(778),bv={};bv.styleTagTransform=mv(),bv.setAttributes=pv(),bv.insert=dv().bind(null,"head"),bv.domAPI=cv(),bv.insertStyleElement=gv();av()(yv.Z,bv);yv.Z&&yv.Z.locals&&yv.Z.locals;const wv={__name:"Calendar",props:{modelValue:{type:[Date,Object]},mode:{type:String,default:"date"},range:{type:Boolean,required:!1,default:!1},minDate:{type:[Date,Object]},required:{type:Boolean,required:!1,default:!1},placeholderValue:{type:String}},emits:["update:modelValue"],setup(e,t){let{emit:n}=t;const r=e,o=r.modelValue?ref(r.modelValue):ref(new Date),i=ref({start:new Date,end:new Date});return watch(o,(()=>{n("update:modelValue",o.value)})),watch(i,(()=>{n("update:modelValue",i.value)})),(e,t)=>null}},Sv=wv,_v={class:"card lesli-card"},Ev={key:0,class:"card-header"},xv={class:"card-content"},Cv={__name:"Card",props:{title:{type:String,default:null}},setup(e){const t=ko();return(e,n)=>(Li(),Wi("div",_v,[qt(t).header?(Li(),Wi("div",Ev,[fo(e.$slots,"header")])):ss("v-if",!0),Ki("div",xv,[fo(e.$slots,"default")])]))}},Av={class:"collapse card"},kv={class:"card-header-title"},Dv={class:"card-header-icon"},Tv={class:"icon"},Rv={key:0,class:"material-icons"},Ov={key:1,class:"material-icons"},Mv={class:"card-content"},Iv={__name:"Collapse",props:{loading:{type:Boolean,default:!1},open:{type:Boolean,default:!1},title:{type:String,default:"Collapse Title"}},emits:["open"],setup(e,t){let{emit:n}=t;const r=e;return(t,o)=>(Li(),Wi("div",Av,[Ki("div",{onClick:o[0]||(o[0]=e=>n("open")),class:"card-header",style:{cursor:"pointer"},role:"button"},[Ki("p",kv,ae(r.title),1),Ki("a",Dv,[Ki("span",Tv,[r.open?(Li(),Wi("span",Rv,"arrow_upward")):ss("v-if",!0),r.open?ss("v-if",!0):(Li(),Wi("span",Ov,"arrow_downward"))])])]),vr(Ki("div",Mv,[fo(t.$slots,"default")],512),[[il,e.open]])]))}},Nv=Iv,Pv={class:"is-flex is-justify-content-space-between is-align-items-center p-4"},jv={key:0,class:"title is-5 m-0"},Bv={__name:"Control",props:{title:{type:String,default:null}},setup:e=>(t,n)=>(Li(),Wi("div",Pv,[e.title?(Li(),Wi("h5",jv,ae(e.title),1)):ss("v-if",!0),fo(t.$slots,"default")]))},Hv={key:0,class:"icon"},Lv={class:"material-icons"},Fv={__name:"DropdownItem",props:{option:{type:Object,required:!0}},emits:["click"],setup(e,t){let{emit:n}=t;const r=e;return(e,t)=>(Li(),Wi("a",{onClick:t[0]||(t[0]=e=>n("click",r.option)),class:"dropdown-item is-flex is-justify-content-space-between is-align-items-center py-2 px-4"},[os(ae(r.option.label)+" ",1),r.option?.icon?(Li(),Wi("span",Hv,[Ki("span",Lv,ae(r.option.icon),1)])):ss("v-if",!0)]))}},Uv=Fv,zv={class:"dropdown-trigger"},$v=["aria-controls"],Vv={class:"icon is-small"},Wv=["id"],qv={class:"dropdown-content"},Gv={__name:"Dropdown",props:{options:{type:Array,required:!0},label:{type:String,required:!1,default:I18n.t("core.shared").view_text_select}},emits:["update:modelValue"],setup(e,t){let{emit:n}=t;const r=e,o=(I18n.t("core.shared"),e=>e+"-"+Math.random().toString(36).slice(3,9)),i=Ut(!1),s=Ut(o("dropdown-menu")),a=Ut(o("dropdown-clickeable")),l=Ps((()=>i.value?"is-active":"")),c=()=>{i.value=!i.value},u=e=>{n("update:modelValue",e.value)};return window.addEventListener("click",(e=>{e.target.classList.contains(a.value)||(i.value=!1)})),(e,t)=>(Li(),Wi("div",{onClick:c,class:X(["dropdown",l.value])},[Ki("div",zv,[Ki("button",{class:X(["button","is-primary",a.value]),"aria-haspopup":"true","aria-controls":s.value},[Ki("span",{class:X(a.value)},ae(r.label),3),Ki("span",Vv,[Ki("span",{class:X(["material-icons",a.value])},"arrow_drop_down",2)])],10,$v)]),Ki("div",{class:"dropdown-menu",id:s.value,role:"menu"},[Ki("div",qv,[(Li(!0),Wi(Ii,null,co(r.options,((e,t)=>(Li(),qi(Uv,{key:t,option:e,onClick:u},null,8,["option"])))),128))])],8,Wv)],2))}},Yv=Gv,Qv={class:"lesli-empty has-text-centered"},Zv=Ki("svg",{width:"184",height:"184",viewBox:"0 0 184 184",fill:"none",xmlns:"http://www.w3.org/2000/svg"},[Ki("path",{d:"M145.271 90.6522H142.735V89.528C142.735 83.9793 138.222 79.4655 132.673 79.4655H85.7357C84.255 79.4655 82.1132 78.0942 81.4922 76.7515L76.1878 65.2544C74.1523 60.8499 68.9629 57.5293 64.1128 57.5293H39.7012C34.1524 57.5293 29.6387 62.043 29.6387 67.5918V151.809C29.6387 157.358 34.1524 161.872 39.7012 161.872H53.3459C53.5357 161.883 53.7139 161.932 53.9065 161.932H112.945V153.307H108.831H53.9065C53.7197 153.307 53.6219 153.278 53.5587 153.247C53.527 153.232 53.4897 153.215 53.481 153.206C53.458 153.181 53.412 153.045 53.4609 152.772L63.1985 101.419C63.4027 100.338 64.6849 99.2772 65.7803 99.2772H134.11H142.735H145.271C145.553 99.2772 145.679 99.349 145.697 99.3749C145.714 99.4008 145.766 99.533 145.714 99.809L142.735 115.524L135.979 151.159C135.775 152.24 134.493 153.301 133.395 153.301H121.964V161.926H133.395C138.621 161.926 143.48 157.904 144.455 152.767L154.189 101.413C154.713 98.6648 154.037 95.9163 152.341 93.8693C150.645 91.8281 148.069 90.6522 145.271 90.6522ZM134.11 90.6522H65.7832C60.5593 90.6522 55.7005 94.6743 54.7259 99.8119L44.9883 151.168C44.856 151.864 44.8043 152.56 44.8244 153.247H39.7012C38.922 153.247 38.2637 152.588 38.2637 151.809V67.5918C38.2637 66.8127 38.922 66.1543 39.7012 66.1543H64.1128C65.5934 66.1543 67.7353 67.5257 68.3563 68.8683L73.6607 80.3654C75.6962 84.7699 80.8855 88.0905 85.7357 88.0905H132.673C133.452 88.0905 134.11 88.7489 134.11 89.528V90.6522Z",fill:"#BDBDBD"}),Ki("path",{d:"M145.7 50.5227L153.201 43.0219C154.805 41.4176 154.739 38.7525 153.054 37.0677C151.369 35.383 148.704 35.3197 147.1 36.9211L139.599 44.422L132.098 36.9211C130.494 35.3169 127.829 35.383 126.144 37.0677C124.459 38.7525 124.396 41.4176 125.997 43.0219L133.498 50.5227L125.997 58.0236C124.393 59.6279 124.459 62.293 126.144 63.9777C127.829 65.6625 130.494 65.7257 132.098 64.1244L139.599 56.6235L147.1 64.1244C148.704 65.7286 151.369 65.6625 153.054 63.9777C154.739 62.293 154.802 59.6279 153.201 58.0236L145.7 50.5227Z",fill:"#BDBDBD"})],-1),Xv={key:0},Jv={key:1},Kv={__name:"Empty",props:{text:{type:String,default:""}},setup(e){const t={shared:{view_text_no_data_found:I18n.t("core.shared.view_text_no_data_found")}};return(n,r)=>(Li(),Wi("div",Qv,[Zv,e.text?(Li(),Wi("p",Xv,ae(e.text),1)):(Li(),Wi("p",Jv,ae(t.shared.view_text_no_data_found),1))]))}},em={__name:"Form",props:{},emits:["submit"],setup(e,t){let{emit:n}=t;return(e,t)=>(Li(),Wi("form",{class:"lesli-form",onSubmit:t[0]||(t[0]=nl((e=>n("submit")),["prevent"]))},[Ki("fieldset",null,[fo(e.$slots,"default")])],32))}},tm=em,nm={class:"lesli-element-header is-flex"},rm={class:"lesli-element-header-title is-flex"},om={key:1,class:"subtitle is-3"},im={class:"lesli-element-header-items is-flex is-flex-grow-1 is-justify-content-end"},sm={__name:"Header",props:{title:{type:String,default:null},back:{type:Object,required:!1}},setup(e){ag();return(t,n)=>(Li(),Wi("section",nm,[Ki("div",rm,[ss("v-if",!0),e.title?(Li(),Wi("h1",om,ae(e.title),1)):ss("v-if",!0)]),Ki("div",im,[fo(t.$slots,"default")])]))}},am=["width","height"],lm=["xlink:href"];const cm={props:{id:{required:!0,type:String},size:{default:"24"}}};const um=(0,n(744).Z)(cm,[["render",function(e,t,n,r,o,i){return Li(),Wi("svg",{width:`${n.size}px`,height:`${n.size}px`},[Ki("use",{"xlink:href":"#icon-"+n.id},null,8,lm)],8,am)}]]),dm={class:"control is-clearfix"},fm=["for"],pm={key:0,class:"has-text-danger"},hm=["placeholder","value","disabled","type","required","name","autocomplete"],gm={key:1,class:"subtitle is-6 has-text-danger mt-1"},vm={__name:"Input",props:{modelValue:{type:String,default:""},placeholder:{type:String,required:!1,default:""},disabled:{type:Boolean,required:!1,default:!1},type:{type:String,required:!1,default:"text"},required:{type:Boolean,required:!1,default:!1},autocomplete:{type:String,required:!1,default:"off"},name:{type:String,required:!1,default:""},label:{type:String,required:!1,default:""},rules:{type:Array,required:!1,default:()=>[]}},emits:["update:modelValue","onError"],setup(e,t){let{emit:n}=t;const r=e,o=Ut([]),i=Ps((()=>o.value[0])),s=e=>{var t;t=e.target.value,o.value=[],r.rules.length<=0||r.rules.forEach((e=>{const n=e(t);"string"==typeof n&&o.value.push(n)})),n("update:modelValue",e.target.value),n("onError",o.value)};return(e,t)=>(Li(),Wi("div",dm,[r.label.length?(Li(),Wi("label",{key:0,class:"label",for:r.name},[os(ae(r.label)+" ",1),r.required?(Li(),Wi("sup",pm,"*")):ss("v-if",!0)],8,fm)):ss("v-if",!0),Ki("input",{placeholder:r.placeholder,value:r.modelValue,disabled:r.disabled,type:r.type,required:r.required,name:r.name,onInput:s,class:"input is-fullwidth",autocomplete:r.autocomplete},null,40,hm),ss(" Show alert if input has errors "),o.value.length?(Li(),Wi("p",gm,ae(i.value),1)):ss("v-if",!0)]))}},mm=vm,ym={class:"lesli-input-tag p-2 has-background-white is-flex is-flex-wrap-wrap is-align-items-center is-fullwidth"},bm={class:"container-input"},wm=["onKeypress","onKeydown","onKeyup","placeholder"],Sm={class:"options"},_m=["onClick"],Em={__name:"InputTag",props:{modelValue:{type:Array,default:()=>[]},placeholder:{type:String,required:!1,default:"Select..."},options:{type:Array,required:!0},filterFields:{type:Array,required:!0},showField:{type:String,required:!0}},emits:["update:modelValue"],setup(e,t){let{emit:n}=t;const r=e,o=Ut(""),i=Ut(!1),s=Ut([]),a=Ut(r.modelValue),l=()=>{o.value="",i.value=!1,n("update:modelValue",a.value)},c=()=>{if(!o.value.length)return;if(a.value.find((e=>e[r.showField].toLowerCase()===o.value.toLowerCase())))return void l();const e=s.value.find((e=>"string"==typeof e[r.showField]?e[r.showField].toLowerCase()===o.value.toLowerCase():e[r.showField]===o.value));if(!e)return a.value.push({[r.showField]:o.value}),void l();a.value.push(e),l()},u=()=>{if(0===o.value.length)return a.value.pop(),void n("update:modelValue",a.value);o.value=""},d=()=>{0!==o.value.length?(s.value=r.options.filter((e=>r.filterFields.map((t=>(e[t]||"").toString().toLowerCase().indexOf(o.value.toLowerCase())>=0)).includes(!0))),i.value=!0):i.value=!1};return(t,r)=>(Li(),Wi("div",ym,[(Li(!0),Wi(Ii,null,co(a.value,(t=>(Li(),Wi("span",{class:"tag is-success is-small is-rounded mr-1",key:t.id},ae(t[e.showField]),1)))),128)),Ki("div",bm,[vr(Ki("input",{onKeypress:[ol(nl(c,["prevent"]),["enter"]),r[0]||(r[0]=ol(nl((e=>i.value=!1),["prevent"]),["tab"]))],onKeydown:ol(nl(u,["prevent"]),["delete"]),onKeyup:[nl(d,["prevent"]),r[1]||(r[1]=ol(nl((e=>i.value=!1),["prevent"]),["esc"]))],class:"custom-input","onUpdate:modelValue":r[2]||(r[2]=e=>o.value=e),type:"text",placeholder:e.placeholder,ref:"inputTag"},null,40,wm),[[$a,o.value]])]),vr(Ki("div",Sm,[(Li(!0),Wi(Ii,null,co(s.value,(t=>(Li(),Wi("div",{class:"options-element",key:t.id,onClick:e=>(e=>{a.value.find((t=>t.id===e.id))||(a.value.push(e),n("update:modelValue",a.value),o.value=""),i.value=!1})(t)},[Ki("span",null,ae(t[e.showField]),1)],8,_m)))),128))],512),[[il,i.value&&e.options]])]))}},xm=Em,Cm=(Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,{class:"lesli-loading has-text-centered"}),Am=Ki("span",{class:"loading-animation"},[Ki("hr"),Ki("hr"),Ki("hr"),Ki("hr")],-1),km={__name:"Loading",props:{size:{type:Number,default:5},icon:{type:Boolean,default:!1}},setup(e){const t={shared:I18n.t("core.shared")};return(n,r)=>(Li(),Wi("div",Cm,[Ki("p",null,[Am,e.icon?ss("v-if",!0):(Li(),Wi("span",{key:0,class:X(["is-size-"+e.size,"ml-3"])},ae(t.shared.view_text_loading)+"... ",3))])]))}},Dm={__name:"Map",props:{zoom:{type:Number,required:!1,default:240},locations:{type:Object,required:!0,default:[{latitude:"",longitude:""}]}},setup(e){const t=e,n=Ut(null);function r(){mapkit.init({authorizationCallback:function(e){e(ampkt)}});let e=[];t.locations.forEach((t=>{e.push({coordinate:new mapkit.Coordinate(Number(t.latitude),Number(t.longitude)),title:t.title,url:t.url?t.url:"",color:t.color?t.color:""})}));const r=new DOMPoint(-148,-78);let o={calloutElementForAnnotation:function(e){return function(e){const t=document.createElement("div");t.className="landmark";t.appendChild(document.createElement("h1")).textContent=e.landmark.title;const n=t.appendChild(document.createElement("section"));if(e.landmark.url){const t=n.appendChild(document.createElement("p"));t.className="homepage";const r=t.appendChild(document.createElement("a"));r.href=e.landmark.url,r.textContent="website"}return t}(e)},calloutAnchorOffsetForAnnotation:function(e,t){return r},calloutAppearanceAnimationForAnnotation:function(e){return".4s cubic-bezier(0.4, 0, 0, 1.5) 0s 1 normal scale-and-fadein"}};const i=e.map((function(e){const t=new mapkit.MarkerAnnotation(e.coordinate,{callout:o,color:e.color?e.color:"#f52929"});return t.landmark=e,t}));new mapkit.Map(n.value,{cameraDistance:1e3*t.zoom}).showItems(i)}return qr((()=>{r()})),(e,t)=>(Li(),Wi("div",{class:"lesli-map",ref_key:"mapRef",ref:n},null,512))}},Tm=Dm,Rm={class:"text"},Om={class:"chevron"},Mm={key:0,class:"material-icons md-24"},Im={key:1,class:"material-icons md-24"},Nm={__name:"NavigationList",props:{label:{type:String,required:!1},icon:{type:String,required:!1}},setup(e){const t=e,n=Ut(!1);return(e,r)=>(Li(),Wi("li",{class:X(["lesli-navigation-list",{active:n.value}])},[Ki("a",{onClick:r[0]||(r[0]=nl((e=>n.value=!n.value),["stop"])),class:"lesli-navigation-list-label"},[t.icon?(Li(),Wi("span",{key:0,class:X([t.icon,"icono"])},null,2)):ss("v-if",!0),Ki("span",Rm,ae(t.label),1),Ki("span",Om,[n.value?ss("v-if",!0):(Li(),Wi("span",Mm," chevron_right ")),n.value?(Li(),Wi("span",Im," expand_more ")):ss("v-if",!0)])]),Ki("ul",null,[fo(e.$slots,"default")])],2))}},Pm={class:"pagination mb-5",role:"navigation","aria-label":"pagination"},jm={key:0,class:"pagination-list"},Bm={key:0},Hm=["onClick"],Lm=Ki("li",null,[Ki("span",{class:"pagination-ellipsis"},"…")],-1),Fm=["disabled"],Um=["disabled"],zm=["disabled"],$m={__name:"Pagination",props:{pagination:{type:Object,required:!0},mode:{type:String,default:"complete",required:!1,validator:e=>["complete","simple"].includes(e)}},emits:["paginate"],setup(e,t){let{emit:n}=t;const r=e;const o=Ps((()=>r.pagination.page>=r.pagination.pages)),i=Ps((()=>r.pagination.page<=1));return(e,t)=>(Li(),Wi("nav",Pm,["complete"===r.mode?(Li(),Wi("ul",jm,[r.pagination.pages>1?(Li(),Wi(Ii,{key:0},[(Li(),Wi(Ii,null,co(5,(e=>(Li(),Wi(Ii,null,[e<r.pagination.pages?(Li(),Wi("li",Bm,[Ki("button",{class:X(["button pagination-link",{"is-current":r.pagination.page==e}]),onClick:nl((t=>function(e){r.pagination.page=e,n("paginate",r.pagination.page)}(e)),["stop"])},ae(e),11,Hm)])):ss("v-if",!0)],64)))),64)),Lm,Ki("li",null,[Ki("button",{class:X(["button pagination-link",{"is-current":r.pagination.page==r.pagination.pages}]),disabled:o.value,onClick:t[0]||(t[0]=nl((e=>(r.pagination.page=r.pagination.pages,void n("paginate",r.pagination.page))),["stop"]))},ae(r.pagination.pages),11,Fm)])],64)):ss("v-if",!0)])):ss("v-if",!0),Ki("button",{class:"button is-primary is-outlined pagination-previous",onClick:t[1]||(t[1]=nl((e=>(r.pagination.page--,void n("paginate",r.pagination.page))),["stop"])),disabled:i.value}," Previous ",8,Um),Ki("button",{class:"button is-primary is-outlined pagination-previous",onClick:t[2]||(t[2]=nl((e=>(r.pagination.page++,void n("paginate",r.pagination.page))),["stop"])),disabled:o.value}," Next page ",8,zm)]))}},Vm=$m,Wm={class:"lesli-panel"},qm={class:"lesli-panel-content box p-0"},Gm={class:"lesli-panel-header is-flex px-4"},Ym={class:"is-flex-grow-1"},Qm=[Ki("span",{class:"material-icons md-24"}," arrow_forward_ios ",-1)],Zm={__name:"Panel",props:{open:{type:Boolean,default:!1},title:{type:String,required:!1},overlay:{type:Boolean,required:!1,default:!0}},emits:["update:open","open"],setup(e,t){let{emit:n}=t;const r=e,o=Ut(!1);function i(){n("update:open",!1),n("open",!1)}return dr((()=>r.open),(e=>o.value=e)),(e,t)=>(Li(),Wi("section",Wm,[es(ma,null,{default:Gn((()=>[o.value?(Li(),Wi("div",{key:0,class:X([{"lesli-panel-background":r.overlay}]),onClick:i},null,2)):ss("v-if",!0)])),_:1}),es(ma,{persisted:""},{default:Gn((()=>[vr(Ki("div",qm,[Ki("div",Gm,[Ki("div",Ym,[Ki("h4",null,[fo(e.$slots,"header"),os(" "+ae(r.title),1)])]),Ki("div",{class:"hover",onClick:i},Qm)]),fo(e.$slots,"default")],512),[[il,o.value]])])),_:3})]))}},Xm=Zm,Jm={class:"select is-fullwidth"},Km=["required","disabled"],ey={value:"",disabled:""},ty={key:0,value:{value:"reset",label:"reset"}},ny=["value"],ry={key:0,class:"icon is-small is-left"},oy={class:"material-icons"},iy={__name:"Select",props:{modelValue:{type:[Number,String,Boolean],required:!1},options:{type:Array,required:!0},placeholder:{type:String,required:!1,default:"Select..."},icon:{type:String,required:!1},reset:{type:String,required:!1},required:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1}},emits:["update:modelValue"],setup(e,t){let{emit:n}=t;const r=e,o=Ut("");function i(e){""===e.target.value?o.value="":o.value=e.target.value}function s(e){o.value=null===e||""===e?"":e}return qr((()=>{s(r.modelValue)})),dr((()=>r.modelValue),(e=>{s(e)})),dr((()=>o.value),(e=>{n("update:modelValue",null===e||""===e?"":e)})),(e,t)=>(Li(),Wi("div",{class:X(["control",{"has-icons-left":r.icon}])},[Ki("div",Jm,[vr(Ki("select",{onChange:i,"onUpdate:modelValue":t[0]||(t[0]=e=>o.value=e),required:r.required,disabled:r.disabled},[Ki("option",ey,ae(r.placeholder),1),r.reset?(Li(),Wi("option",ty,ae(r.reset),1)):ss("v-if",!0),(Li(!0),Wi(Ii,null,co(r.options,((e,t)=>(Li(),Wi("option",{value:e.value,key:t},ae(e.label),9,ny)))),128))],40,Km),[[Ga,o.value]])]),r.icon?(Li(),Wi("div",ry,[Ki("span",oy,ae(r.icon),1)])):ss("v-if",!0)],2))}},sy=iy,ay=["id"],ly={key:0},cy={key:0},uy=["onClick","width"],dy={key:0},fy={key:1,class:"icon-text"},py={class:"icon"},hy={key:0,class:"material-icons"},gy={key:1,class:"material-icons"},vy={key:2,class:"material-icons"},my={key:1},yy={key:2},by={key:0,class:"detail-row px-2 has-text-centered"},wy=["onClick"],Sy={key:0,class:"material-icons"},_y={key:1,class:"material-icons"},Ey=["onClick"],xy=["href"],Cy={key:1,class:"options p-0"},Ay={class:"dropdown-trigger"},ky=["onBlur","onClick"],Dy={class:"icon"},Ty={key:0,class:"material-icons md-24"},Ry={key:1,class:"material-icons"},Oy={key:0,class:"dropdown-menu",role:"menu"},My={class:"dropdown-content"},Iy={key:2,class:"p-0"},Ny={class:"buttons"},Py={__name:"Table",props:{id:{type:String,require:!1},class:{type:String,required:!1,default:"is-striped"},pagination:{type:[Object,Boolean],required:!1},loading:{type:Boolean,default:!1},columns:{type:Array,required:!0},records:{type:Array,required:!0,default:[]},link:{type:Function,required:!1},href:{type:Function,required:!1},headless:{type:Boolean,default:!1}},emits:["click","sort","paginate","details"],setup(e,t){let{emit:n}=t;const r=e,o=ko(),i=(Ut([]),Ut([]),Ut(null)),s=Ut("asc"),a=Ut([]);function l(e){return{"has-text-centered":"id"==e.field||"center"==e.align}}function c(e){return{"has-text-centered":"id"==e.field||"center"==e.align}}function u(e){n("paginate",e)}return(t,d)=>{const f=ro("router-link"),p=ro("lesli-loading"),h=ro("lesli-empty"),g=ro("lesli-pagination");return Li(),Wi(Ii,null,[Ki("table",{id:r.id,class:X(["table is-fullwidth lesli-table mb-5",r.class])},[e.headless?ss("v-if",!0):(Li(),Wi("thead",ly,[Ki("tr",null,[ss("\n Button to show/hide detail row\n "),qt(o).detail?(Li(),Wi("th",cy)):ss("v-if",!0),ss(" Define table header, we simple iterate over the defined fields "),(Li(!0),Wi(Ii,null,co(r.columns,(e=>(Li(),Wi("th",{onClick:nl((t=>function(e){e.sort&&(e.field===i.value&&(s.value="asc"===s.value?"desc":"asc"),i.value=e.field,n("sort",i.value,s.value))}(e)),["stop"]),width:e.width,class:X(l(e)),key:e.field},[ss("\n Use a slot to render content, so it is possible to \n use html elements to render custom componentes for \n every column header of the table \n "),fo(t.$slots,`head(${e.field})`,{column:e},(()=>[ss("\n Render the default table header if not custom slot is provided\n "),e.sort?ss("v-if",!0):(Li(),Wi("span",dy,ae(e.label),1)),e.sort?(Li(),Wi("span",fy,[Ki("span",null,ae(e.label),1),Ki("span",py,[i.value?ss("v-if",!0):(Li(),Wi("span",hy,"sort")),i.value==e.field&&"asc"==s.value?(Li(),Wi("span",gy,"arrow_upward")):ss("v-if",!0),i.value==e.field&&"desc"==s.value?(Li(),Wi("span",vy,"arrow_downward")):ss("v-if",!0)])])):ss("v-if",!0)]))],10,uy)))),128)),ss(" \n Options header (empty by design)\n "),qt(o).options?(Li(),Wi("th",my)):ss("v-if",!0),qt(o).buttons?(Li(),Wi("th",yy)):ss("v-if",!0)])])),Ki("tbody",null,[ss(" \n Wait until the store indicate that the request was completed, \n create the table rows from records\n "),(Li(!0),Wi(Ii,null,co(r.records,((e,i)=>(Li(),Wi(Ii,{key:`tr-${i}`},[Ki("tr",null,[ss("\n Button to show/hide detail row\n "),qt(o).detail?(Li(),Wi("td",by,[Ki("button",{class:"button is-white px-2",onClick:t=>function(e){e.detailActive=!e.detailActive,setTimeout((()=>{n("details",e.detailActive)}),500)}(e)},[e.detailActive?ss("v-if",!0):(Li(),Wi("span",Sy," chevron_right ")),e.detailActive?(Li(),Wi("span",_y," expand_more ")):ss("v-if",!0)],8,wy)])):ss("v-if",!0),ss("\n Rendering every defined column\n "),(Li(!0),Wi(Ii,null,co(r.columns,((i,s)=>(Li(),Wi("td",{class:X(c(i)),onClick:nl((t=>n("click",e)),["stop"]),key:`td-${s}`},[ss("\n Print a standard vue router link if prop is provided and\n there is not a slot for this specific column\n "),r.link&&!qt(o)[i.field]?(Li(),qi(f,{key:0,to:r.link(e).toString()},{default:Gn((()=>[os(ae(e[i.field]),1)])),_:2},1032,["to"])):ss("v-if",!0),ss("\n Print a standard html anchor link if prop is provided and\n there is not a slot for this specific column\n "),r.href&&!qt(o)[i.field]?(Li(),Wi("a",{key:1,href:r.href(e)},ae(e[i.field]),9,xy)):ss("v-if",!0),ss("\n Use a slot to render content, so it is possible to \n use html elements to render custom componentes for \n every column of the table \n DO NOT print the slot if link or href is required\n\n Slot has priority if we provided a slot for this specific column,\n so, we should print the slot if slot is provided if not, we should\n print the default slot if href or link prop was not provided :)\n "),qt(o)[i.field]||!r.href&&!r.link?fo(t.$slots,i.field,{key:2,column:i,record:e,value:e[i.field]},(()=>[ss("\n Print the text value if no custom slot is used\n for the current column\n "),os(" "+ae(e[i.field]),1)])):ss("v-if",!0)],10,Ey)))),128)),ss("\n Dedicated options column\n the dropdownActive[i] is to save the open/closed status of the dropdown for \n every row of the table (i)\n "),qt(o).options?(Li(),Wi("td",Cy,[Ki("div",{class:X(["dropdown","is-right is-hoverable",{"is-active":a.value[i]},{"is-up":i==r.records.length-1}])},[Ki("div",Ay,[Ki("button",{class:"button has-text-info",onBlur:e=>a.value[i]=!1,onClick:e=>a.value[i]=!a.value[i]},[Ki("span",Dy,[a.value[i]?ss("v-if",!0):(Li(),Wi("span",Ty," more_vert ")),a.value[i]?(Li(),Wi("span",Ry," more_horiz ")):ss("v-if",!0)])],40,ky)]),es(ma,null,{default:Gn((()=>[a.value[i]?(Li(),Wi("div",Oy,[Ki("div",My,[fo(t.$slots,"options",{record:e,value:e.id})])])):ss("v-if",!0)])),_:2},1024)],2)])):ss("v-if",!0),qt(o).buttons?(Li(),Wi("td",Iy,[Ki("div",Ny,[fo(t.$slots,"buttons",{record:e,value:e.id})])])):ss("v-if",!0)]),ss('\n Dedicated row for detail, we can add an entire row to show some detail\n about the current row\n <tr v-if="record.detailActive">\n <td class="is-paddingless" :colspan="props.columns.length + 1">\n <slot name="detail" :record="record"></slot>\n </td>\n </tr>\n '),e.detailActive?fo(t.$slots,"detail",{key:0,record:e}):ss("v-if",!0)],64)))),128))])],10,ay),ss(" Show loading animation, this should be setted through the stores "),e.loading?(Li(),qi(p,{key:0})):ss("v-if",!0),ss(" Show a message to indicate that there is no data to present "),!e.loading&&r.records&&r.records.length<1?(Li(),qi(h,{key:1})):ss("v-if",!0),r.pagination?(Li(),qi(g,{key:2,pagination:r.pagination,onPaginate:u},null,8,["pagination"])):ss("v-if",!0)],64)}}},jy=Py,By={class:"lesli-tab"},Hy={class:"tabs"},Ly=["onClick"],Fy={key:0,class:"icon is-small"},Uy={class:"material-icons"},zy={class:"tab-items"},$y={__name:"Tabs",props:{modelValue:{type:[String,Number],required:!1,default:0}},emits:["update:modelValue"],setup(e,t){let{emit:n}=t;const r=e,o=ko().default(),i=Ut(0),s=Ut([]);function a(e){if(e==i.value)return"is-active"}return Jo("tabs",{active:i,tabItems:s}),qr((()=>{i.value=r.modelValue})),(e,t)=>(Li(),Wi("div",By,[Ki("div",Hy,[Ki("ul",null,[(Li(!0),Wi(Ii,null,co(qt(o),((e,t)=>(Li(),Wi("li",{class:X(a(t)),key:t},[e.props?(Li(),Wi("a",{key:0,onClick:e=>function(e){n("update:modelValue",i.value),i.value=e}(t)},[e.props.icon?(Li(),Wi("span",Fy,[Ki("span",Uy,ae(e.props.icon),1)])):ss("v-if",!0),Ki("span",null,ae(e.props.title),1)],8,Ly)):ss("v-if",!0)],2)))),128))])]),Ki("div",zy,[fo(e.$slots,"default")])]))}},Vy=$y,Wy={__name:"TabItem",props:{title:{type:String,required:!0},icon:{type:String,required:!1},show:{type:Boolean,required:!1,default:!1},paddingless:{type:Boolean,default:!1,required:!1}},setup(e){const t=vs(),{tabItems:n,active:r}=Ko("tabs"),o=Ps((()=>n.value.findIndex((e=>e.uid===t.uid)))),i=Ps((()=>o.value===r.value));return ar((()=>{-1===o.value&&n.value.push(t)})),(t,n)=>i.value?(Li(),Wi("div",{key:0,class:X([{"p-5":!e.paddingless}])},[fo(t.$slots,"default")],2)):ss("v-if",!0)}},qy=Wy,Gy={class:"lesli-toggle"},Yy=["checked","disabled"],Qy={class:"slider"},Zy={key:0},Xy={key:0,class:"enabled-text"},Jy={key:1,class:"disabled-text"},Ky={__name:"Toggle",props:{modelValue:{type:Boolean,required:!0},disabled:{type:Boolean,default:!1},disabledText:{type:String,default:I18n.t("core.shared.view_text_no")},enabledText:{type:String,default:I18n.t("core.shared.view_text_yes")},showText:{type:Boolean,default:!1}},emits:["update:modelValue","change"],setup(e,t){let{emit:n}=t;const r=e;return dr((()=>r.modelValue),((e,t)=>{n("change",r.modelValue)})),(e,t)=>(Li(),Wi("label",Gy,[Ki("input",us(e.$attrs,{onInput:t[0]||(t[0]=e=>n("update:modelValue",!r.modelValue)),type:"checkbox",checked:r.modelValue,disabled:r.disabled}),null,16,Yy),Ki("span",Qy,[r.showText?(Li(),Wi("div",Zy,[r.modelValue?(Li(),Wi("p",Xy,ae(r.enabledText),1)):(Li(),Wi("p",Jy,ae(r.disabledText),1))])):ss("v-if",!0)])]))}},eb=Ky,tb={class:"component-toolbar"},nb={class:"field is-grouped lesli-toolbar"},rb={class:"control is-expanded has-icons-right has-icons-left"},ob=["placeholder"],ib=Ki("span",{class:"icon is-small is-left"},[Ki("span",{class:"material-icons"}," search ")],-1),sb={key:0,class:"select"},ab=[Ki("select",null,[Ki("option",null,"10"),Ki("option",null,"20")],-1)],lb={__name:"Toolbar",props:{searchPlaceholder:{type:String,default:"Search..."},initialValue:{type:String,default:null},pagination:{type:Object,required:!1}},emits:["search"],setup(e,t){let{emit:n}=t;const r=e,o=Ct(setTimeout),i=Ut("");function s(){i.value="",n("search",i.value)}return qr((()=>{})),(t,a)=>(Li(),Wi("div",tb,[Ki("div",nb,[Ki("div",rb,[vr(Ki("input",{type:"text",name:"search",class:"input is-shadowless","onUpdate:modelValue":a[0]||(a[0]=e=>i.value=e),placeholder:e.searchPlaceholder,onInput:a[1]||(a[1]=e=>(clearTimeout(o.value),void(o.value=setTimeout((()=>n("search",i.value)),800))))},null,40,ob),[[$a,i.value]]),ib,Ki("span",{class:"icon is-right"},[Ki("a",{class:"delete",onClick:s})])]),fo(t.$slots,"default"),r.pagination?(Li(),Wi("div",sb,ab)):ss("v-if",!0)])]))}},cb=lb,ub={class:"lesli-file-uploader mt-2"},db={for:"file"},fb={class:"button is-primary"},pb=Ki("span",{class:"icon is-small"},[Ki("span",{class:"material-icons"},"add")],-1),hb=["accept"],gb={key:0,class:"preview mt-5 mb-4"},vb=["src"],mb=["onClick"],yb={key:0,class:"my-4"},bb={class:"has-text-weight-semibold"},wb=["onClick"],Sb=[Ki("span",{class:"delete-icon material-icons"},"delete",-1)],_b={class:"is-flex is-flex-direction-column is-align-items-center"},Eb=Ki("span",{class:"upload-icon material-icons"},"file_upload",-1),xb={class:"mt-4"},Cb={class:"mt-1"},Ab={for:"file",class:"mt-2 is-flex is-flex-direction-column is-align-items-center"},kb={class:"button is-primary is-small"},Db=["accept"],Tb={__name:"FileUploader",props:{clearFiles:{type:Boolean,required:!1,default:!1},fileType:{type:String,required:!1,default:""},isDropzoneActive:{type:Boolean,required:!1,default:!0},acceptedFiles:{type:String,required:!1,default:"image/*"}},emits:["filesChange","eventsAfterClear"],setup(e,t){let{emit:n}=t;const r=e,o={core:{shared:I18n.t("core.shared")}},i=Ut(!1),s=Ut([]),a=Ut([]),l=Ps((()=>r.clearFiles)),c=()=>{0===s.value.length&&(i.value=!i.value)},u=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1];s.value=[],a.value=[],s.value=t?Array.from(e.target.files):Array.from(e.dataTransfer.files),i.value=t;for(let e=0;e<s.value.length;e++){const t=new FileReader;t.onload=e=>{a.value.push(e.target.result)},t.readAsDataURL(s.value[e])}n("filesChange",s.value)},d=(e,t)=>{0!==s.value.length&&(s.value=s.value.filter((t=>t.name!==e.name)),a.value.splice(t,1),n("filesChange",s.value))};return dr(l,(e=>{e&&(s.value=[],n("eventsAfterClear"))})),(t,n)=>(Li(),Wi("div",ub,[e.isDropzoneActive?(Li(),Wi(Ii,{key:1},[0!==s.value.length?(Li(),Wi("div",yb,[(Li(!0),Wi(Ii,null,co(s.value,((e,t)=>(Li(),Wi("div",{key:t,class:"item mt-4 ml-0 is-flex is-justify-content-space-between is-align-items-center is-fullwidth box"},[Ki("div",null,[Ki("p",bb,ae(e.name),1),Ki("p",null,ae(r.fileType),1)]),Ki("button",{class:"button is-white delete-button ml-2 is-round",onClick:t=>d(e)},Sb,8,wb)])))),128))])):ss("v-if",!0),e.isDropzoneActive?(Li(),Wi("div",{key:1,class:"dropzone is-flex is-flex-direction-column is-justify-content-center is-align-items-center p-4 pointer",onDragenter:n[0]||(n[0]=nl((e=>c()),["prevent"])),onDragleave:n[1]||(n[1]=nl((e=>c()),["prevent"])),onDragover:n[2]||(n[2]=nl((()=>{}),["prevent"])),onDrop:n[3]||(n[3]=nl((e=>u(e,!1)),["prevent"]))},[Ki("div",_b,[Eb,Ki("h5",xb,ae(o.core.shared.view_text_drag_files),1),Ki("p",Cb,ae(o.core.shared.view_text_prefer_question),1),Ki("label",Ab,[Ki("span",kb,ae(o.core.shared.view_text_select_files),1),Ki("input",{type:"file",onChange:u,name:"file",id:"file",class:"is-hidden",multiple:"",accept:r.acceptedFiles},null,40,Db)])])],32)):ss("v-if",!0)],64)):(Li(),Wi(Ii,{key:0},[Ki("label",db,[Ki("span",fb,[Ki("span",null,ae(o.core.shared.view_text_add_new_files),1),pb]),Ki("input",{type:"file",onChange:u,name:"file",id:"file",class:"is-hidden",multiple:"",accept:r.acceptedFiles},null,40,hb)]),0!==s.value.length?(Li(),Wi("div",gb,[(Li(!0),Wi(Ii,null,co(s.value,((e,t)=>(Li(),Wi("div",{key:t,class:"preview-item"},[Ki("img",{src:a.value[t],alt:""},null,8,vb),Ki("span",{class:"material-icons",onClick:n=>d(e,t)},"cancel",8,mb)])))),128))])):ss("v-if",!0)],64))]))}},Rb=Tb;function Ob(){var e=0;function t(t){let n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"success";e++;var r=document.createElement("div");r.innerHTML=t,r.className="lesli-msg notification is-"+n,e>0&&(r.style.top=52*e+"px"),document.body.appendChild(r),setTimeout((function(){e--,r.className+=" hide",setTimeout((()=>{document.querySelectorAll(".lesli-msg.hide").forEach((e=>{e.parentNode.removeChild(e)}))}),1e3)}),2800)}return{info:e=>t(e,"info"),danger:e=>t(e,"danger"),success:e=>t(e,"success"),warning:e=>t(e,"warning")}}class Mb{#e="";#t="";#n={};#r="";#o="";constructor(e,t,n){this.#t=e,this.#e=n,this.#r=t}root(e,t){return this.#r="",e&&(this.#r=this.#r.concat(this.#i(e,t))),this}engine(e,t,n){return e=e.concat("/"),t?this.root(e.concat(t),n):this.root(e,n)}order(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"asc";return this.#n.orderBy=e,t&&(this.#n.order=t),this.#s()}paginate(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:15;return this.#n.page=e,this.#n.perPage=t,this.#s()}search(e){return e&&(this.#n.search=e),this.#s()}group(e){return e&&(this.#n.group=e),this.#s()}filter(e){let t=Object.keys(e);return this.#n.f||(this.#n.f={}),t.forEach((t=>{this.#n.f[t]=e[t].join(",")})),this.#s()}query(e,t){return this.#n[e]=t,this.#s()}tokenUrl(){let e=new URLSearchParams(window.location.search);return this.#n.t=e.get("t"),this.#s()}tokenShared(){let e=window.location.pathname.split("/")[3];return this.#n.t=e,this.#s()}toString(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return this.#s(e),this.#o.toString()}get s(){return this.toString()}json(){return this.toString(".json")}pdf(){return this.toString(".pdf")}go(){this.#s(),window.location.href=this.#o.toString()}#s(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,t="/";return""!=this.#r&&(t=t.concat(this.#r)),e&&(t=t.concat(e)),t=t.concat(this.#a(this.#n)),this.#o=t,this}#i(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};"string"!=typeof t&&"number"!=typeof t||(t={id:t});const n={...t},r=e.replace(/:[_A-Za-z][_A-Za-z0-9]*/g,(e=>{let r=e.slice(1);return delete n[r],encodeURIComponent(t[r])}));for(let e in n)this.#n[e]=n[e];return r}#a(e){function t(e,r){Array.isArray(e)?e.forEach((function(e){t(e,r+"[]")})):null===e||"object"!=typeof e?n.push(r+"="+e):Object.keys(e).forEach((function(n){t(e[n],r+"["+n+"]")}))}var n=[];return Object.keys(e).forEach((function(n){t(e[n],n)})),n.length>0?"?".concat(n.join("&")):""}}function Ib(){return{go(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"/";document.location.href=e},to(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null;return e?"/".concat(e):"/"},root(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).root(e,t)},profile(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("administration/profile",e,t)},admin(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("admin",e,t)},audit(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("audit",e,t)},babel(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("babel",e,t)},bell(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("bell",e,t)},help(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("help",e,t)},mailer(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("mailer",e,t)},talk(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("talk",e,t)},focus(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("focus",e,t)},time(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("time",e,t)},driver(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("driver",e,t)},social(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("social",e,t)},word(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("word",e,t)},team(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("team",e,t)},scraper(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("scraper",e,t)},shared(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("shared",e,t)},authority(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return(new Mb).engine("authority",e,t)}}}var Nb=n(484),Pb=n.n(Nb),jb=n(178),Bb=n(387);Pb().extend(jb),Pb().extend(Bb);class Hb{#l={};#c={};#u="";constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Pb()().utc().format();this.#l={timeZone:"America/Guatemala",startWeekOn:"config[:start_week_on]",format:{date:"%d.%m.%Y",time:"%H:%M",dateTime:"%d.%m.%Y %H:%M",dateWords:"%A, %B %d, %Y",dateTimeWords:"%A, %B %d, %Y, %H:%M"}},this.#u=this.#d("date"),this.#c=Pb()(e).tz(this.#l.timeZone)}date(){return this.#d("date"),this}dateTime(){return this.#d("dateTime"),this.toString()}dateWords(){return this.#d("dateWords"),this}toString(){return this.#c.format(this.#u)}#d(e){this.#u=this.#l.format[e].replaceAll("%Y","YYYY").replaceAll("%m","MM").replaceAll("%d","DD").replaceAll("%H","HH").replaceAll("%M","mm").replaceAll("%A","dddd").replaceAll("%B","MMMM")}}function Lb(){return function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:Pb()().utc().format();return new Hb(e,arguments.length>1&&void 0!==arguments[1]?arguments[1]:"%Y-%m-%d %H:%M:%S")}}function Fb(e,t){return function(){return e.apply(t,arguments)}}const{toString:Ub}=Object.prototype,{getPrototypeOf:zb}=Object,$b=(Vb=Object.create(null),e=>{const t=Ub.call(e);return Vb[t]||(Vb[t]=t.slice(8,-1).toLowerCase())});var Vb;const Wb=e=>(e=e.toLowerCase(),t=>$b(t)===e),qb=e=>t=>typeof t===e,{isArray:Gb}=Array,Yb=qb("undefined");const Qb=Wb("ArrayBuffer");const Zb=qb("string"),Xb=qb("function"),Jb=qb("number"),Kb=e=>null!==e&&"object"==typeof e,ew=e=>{if("object"!==$b(e))return!1;const t=zb(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},tw=Wb("Date"),nw=Wb("File"),rw=Wb("Blob"),ow=Wb("FileList"),iw=Wb("URLSearchParams");function sw(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),Gb(e))for(r=0,o=e.length;r<o;r++)t.call(null,e[r],r,e);else{const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let s;for(r=0;r<i;r++)s=o[r],t.call(null,e[s],s,e)}}function aw(e,t){t=t.toLowerCase();const n=Object.keys(e);let r,o=n.length;for(;o-- >0;)if(r=n[o],t===r.toLowerCase())return r;return null}const lw="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,cw=e=>!Yb(e)&&e!==lw;const uw=(dw="undefined"!=typeof Uint8Array&&zb(Uint8Array),e=>dw&&e instanceof dw);var dw;const fw=Wb("HTMLFormElement"),pw=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),hw=Wb("RegExp"),gw=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};sw(n,((n,o)=>{!1!==t(n,o,e)&&(r[o]=n)})),Object.defineProperties(e,r)},vw="abcdefghijklmnopqrstuvwxyz",mw="0123456789",yw={DIGIT:mw,ALPHA:vw,ALPHA_DIGIT:vw+vw.toUpperCase()+mw};const bw=Wb("AsyncFunction"),ww={isArray:Gb,isArrayBuffer:Qb,isBuffer:function(e){return null!==e&&!Yb(e)&&null!==e.constructor&&!Yb(e.constructor)&&Xb(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||Xb(e.append)&&("formdata"===(t=$b(e))||"object"===t&&Xb(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&Qb(e.buffer),t},isString:Zb,isNumber:Jb,isBoolean:e=>!0===e||!1===e,isObject:Kb,isPlainObject:ew,isUndefined:Yb,isDate:tw,isFile:nw,isBlob:rw,isRegExp:hw,isFunction:Xb,isStream:e=>Kb(e)&&Xb(e.pipe),isURLSearchParams:iw,isTypedArray:uw,isFileList:ow,forEach:sw,merge:function e(){const{caseless:t}=cw(this)&&this||{},n={},r=(r,o)=>{const i=t&&aw(n,o)||o;ew(n[i])&&ew(r)?n[i]=e(n[i],r):ew(r)?n[i]=e({},r):Gb(r)?n[i]=r.slice():n[i]=r};for(let e=0,t=arguments.length;e<t;e++)arguments[e]&&sw(arguments[e],r);return n},extend:(e,t,n,{allOwnKeys:r}={})=>(sw(t,((t,r)=>{n&&Xb(t)?e[r]=Fb(t,n):e[r]=t}),{allOwnKeys:r}),e),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(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)},toFlatObject:(e,t,n,r)=>{let o,i,s;const a={};if(t=t||{},null==e)return t;do{for(o=Object.getOwnPropertyNames(e),i=o.length;i-- >0;)s=o[i],r&&!r(s,e,t)||a[s]||(t[s]=e[s],a[s]=!0);e=!1!==n&&zb(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},kindOf:$b,kindOfTest:Wb,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(Gb(e))return e;let t=e.length;if(!Jb(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:fw,hasOwnProperty:pw,hasOwnProp:pw,reduceDescriptors:gw,freezeMethods:e=>{gw(e,((t,n)=>{if(Xb(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];Xb(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach((e=>{n[e]=!0}))};return Gb(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>(e=+e,Number.isFinite(e)?e:t),findKey:aw,global:lw,isContextDefined:cw,ALPHABET:yw,generateString:(e=16,t=yw.ALPHA_DIGIT)=>{let n="";const{length:r}=t;for(;e--;)n+=t[Math.random()*r|0];return n},isSpecCompliantForm:function(e){return!!(e&&Xb(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(Kb(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const o=Gb(e)?[]:{};return sw(e,((e,t)=>{const i=n(e,r+1);!Yb(i)&&(o[t]=i)})),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:bw,isThenable:e=>e&&(Kb(e)||Xb(e))&&Xb(e.then)&&Xb(e.catch)};function Sw(e,t,n,r,o){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),o&&(this.response=o)}ww.inherits(Sw,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:ww.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const _w=Sw.prototype,Ew={};["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=>{Ew[e]={value:e}})),Object.defineProperties(Sw,Ew),Object.defineProperty(_w,"isAxiosError",{value:!0}),Sw.from=(e,t,n,r,o,i)=>{const s=Object.create(_w);return ww.toFlatObject(e,s,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),Sw.call(s,e.message,t,n,r,o),s.cause=e,s.name=e.name,i&&Object.assign(s,i),s};const xw=Sw;function Cw(e){return ww.isPlainObject(e)||ww.isArray(e)}function Aw(e){return ww.endsWith(e,"[]")?e.slice(0,-2):e}function kw(e,t,n){return e?e.concat(t).map((function(e,t){return e=Aw(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const Dw=ww.toFlatObject(ww,{},null,(function(e){return/^is[A-Z]/.test(e)}));const Tw=function(e,t,n){if(!ww.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=ww.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!ww.isUndefined(t[e])}))).metaTokens,o=n.visitor||c,i=n.dots,s=n.indexes,a=(n.Blob||"undefined"!=typeof Blob&&Blob)&&ww.isSpecCompliantForm(t);if(!ww.isFunction(o))throw new TypeError("visitor must be a function");function l(e){if(null===e)return"";if(ww.isDate(e))return e.toISOString();if(!a&&ww.isBlob(e))throw new xw("Blob is not supported. Use a Buffer instead.");return ww.isArrayBuffer(e)||ww.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,n,o){let a=e;if(e&&!o&&"object"==typeof e)if(ww.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(ww.isArray(e)&&function(e){return ww.isArray(e)&&!e.some(Cw)}(e)||(ww.isFileList(e)||ww.endsWith(n,"[]"))&&(a=ww.toArray(e)))return n=Aw(n),a.forEach((function(e,r){!ww.isUndefined(e)&&null!==e&&t.append(!0===s?kw([n],r,i):null===s?n:n+"[]",l(e))})),!1;return!!Cw(e)||(t.append(kw(o,n,i),l(e)),!1)}const u=[],d=Object.assign(Dw,{defaultVisitor:c,convertValue:l,isVisitable:Cw});if(!ww.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!ww.isUndefined(n)){if(-1!==u.indexOf(n))throw Error("Circular reference detected in "+r.join("."));u.push(n),ww.forEach(n,(function(n,i){!0===(!(ww.isUndefined(n)||null===n)&&o.call(t,n,ww.isString(i)?i.trim():i,r,d))&&e(n,r?r.concat(i):[i])})),u.pop()}}(e),t};function Rw(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Ow(e,t){this._pairs=[],e&&Tw(e,this,t)}const Mw=Ow.prototype;Mw.append=function(e,t){this._pairs.push([e,t])},Mw.toString=function(e){const t=e?function(t){return e.call(this,t,Rw)}:Rw;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const Iw=Ow;function Nw(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function Pw(e,t,n){if(!t)return e;const r=n&&n.encode||Nw,o=n&&n.serialize;let i;if(i=o?o(t,n):ww.isURLSearchParams(t)?t.toString():new Iw(t,n).toString(r),i){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+i}return e}const jw=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){ww.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},Bw={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Hw={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Iw,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},isStandardBrowserEnv:(()=>{let e;return("undefined"==typeof navigator||"ReactNative"!==(e=navigator.product)&&"NativeScript"!==e&&"NS"!==e)&&("undefined"!=typeof window&&"undefined"!=typeof document)})(),isStandardBrowserWebWorkerEnv:"undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,protocols:["http","https","file","blob","url","data"]};const Lw=function(e){function t(e,n,r,o){let i=e[o++];const s=Number.isFinite(+i),a=o>=e.length;if(i=!i&&ww.isArray(r)?r.length:i,a)return ww.hasOwnProp(r,i)?r[i]=[r[i],n]:r[i]=n,!s;r[i]&&ww.isObject(r[i])||(r[i]=[]);return t(e,n,r[i],o)&&ww.isArray(r[i])&&(r[i]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let i;for(r=0;r<o;r++)i=n[r],t[i]=e[i];return t}(r[i])),!s}if(ww.isFormData(e)&&ww.isFunction(e.entries)){const n={};return ww.forEachEntry(e,((e,r)=>{t(function(e){return ww.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),r,n,0)})),n}return null},Fw={"Content-Type":void 0};const Uw={transitional:Bw,adapter:["xhr","http"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=ww.isObject(e);o&&ww.isHTMLForm(e)&&(e=new FormData(e));if(ww.isFormData(e))return r&&r?JSON.stringify(Lw(e)):e;if(ww.isArrayBuffer(e)||ww.isBuffer(e)||ww.isStream(e)||ww.isFile(e)||ww.isBlob(e))return e;if(ww.isArrayBufferView(e))return e.buffer;if(ww.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let i;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Tw(e,new Hw.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return Hw.isNode&&ww.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((i=ww.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return Tw(i?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(ww.isString(e))try{return(t||JSON.parse)(e),ww.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||Uw.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(e&&ww.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw xw.from(e,xw.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Hw.classes.FormData,Blob:Hw.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};ww.forEach(["delete","get","head"],(function(e){Uw.headers[e]={}})),ww.forEach(["post","put","patch"],(function(e){Uw.headers[e]=ww.merge(Fw)}));const zw=Uw,$w=ww.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"]),Vw=Symbol("internals");function Ww(e){return e&&String(e).trim().toLowerCase()}function qw(e){return!1===e||null==e?e:ww.isArray(e)?e.map(qw):String(e)}function Gw(e,t,n,r,o){return ww.isFunction(r)?r.call(this,t,n):(o&&(t=n),ww.isString(t)?ww.isString(r)?-1!==t.indexOf(r):ww.isRegExp(r)?r.test(t):void 0:void 0)}class Yw{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=Ww(t);if(!o)throw new Error("header name must be a non-empty string");const i=ww.findKey(r,o);(!i||void 0===r[i]||!0===n||void 0===n&&!1!==r[i])&&(r[i||t]=qw(e))}const i=(e,t)=>ww.forEach(e,((e,n)=>o(e,n,t)));return ww.isPlainObject(e)||e instanceof this.constructor?i(e,t):ww.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim())?i((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach((function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&$w[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)})),t})(e),t):null!=e&&o(t,e,n),this}get(e,t){if(e=Ww(e)){const n=ww.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(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}(e);if(ww.isFunction(t))return t.call(this,e,n);if(ww.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=Ww(e)){const n=ww.findKey(this,e);return!(!n||void 0===this[n]||t&&!Gw(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=Ww(e)){const o=ww.findKey(n,e);!o||t&&!Gw(0,n[o],o,t)||(delete n[o],r=!0)}}return ww.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!Gw(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return ww.forEach(this,((r,o)=>{const i=ww.findKey(n,o);if(i)return t[i]=qw(r),void delete t[o];const s=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(o):String(o).trim();s!==o&&delete t[o],t[s]=qw(r),n[s]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return ww.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&ww.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[Vw]=this[Vw]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=Ww(e);t[r]||(!function(e,t){const n=ww.toCamelCase(" "+t);["get","set","has"].forEach((r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})}))}(n,e),t[r]=!0)}return ww.isArray(e)?e.forEach(r):r(e),this}}Yw.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),ww.freezeMethods(Yw.prototype),ww.freezeMethods(Yw);const Qw=Yw;function Zw(e,t){const n=this||zw,r=t||n,o=Qw.from(r.headers);let i=r.data;return ww.forEach(e,(function(e){i=e.call(n,i,o.normalize(),t?t.status:void 0)})),o.normalize(),i}function Xw(e){return!(!e||!e.__CANCEL__)}function Jw(e,t,n){xw.call(this,null==e?"canceled":e,xw.ERR_CANCELED,t,n),this.name="CanceledError"}ww.inherits(Jw,xw,{__CANCEL__:!0});const Kw=Jw;const eS=Hw.isStandardBrowserEnv?{write:function(e,t,n,r,o,i){const s=[];s.push(e+"="+encodeURIComponent(t)),ww.isNumber(n)&&s.push("expires="+new Date(n).toGMTString()),ww.isString(r)&&s.push("path="+r),ww.isString(o)&&s.push("domain="+o),!0===i&&s.push("secure"),document.cookie=s.join("; ")},read:function(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}:{write:function(){},read:function(){return null},remove:function(){}};function tS(e,t){return e&&!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)?function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const nS=Hw.isStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a");let n;function r(n){let r=n;return e&&(t.setAttribute("href",r),r=t.href),t.setAttribute("href",r),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:"/"===t.pathname.charAt(0)?t.pathname:"/"+t.pathname}}return n=r(window.location.href),function(e){const t=ww.isString(e)?r(e):e;return t.protocol===n.protocol&&t.host===n.host}}():function(){return!0};const rS=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,i=0,s=0;return t=void 0!==t?t:1e3,function(a){const l=Date.now(),c=r[s];o||(o=l),n[i]=a,r[i]=l;let u=s,d=0;for(;u!==i;)d+=n[u++],u%=e;if(i=(i+1)%e,i===s&&(s=(s+1)%e),l-o<t)return;const f=c&&l-c;return f?Math.round(1e3*d/f):void 0}};function oS(e,t){let n=0;const r=rS(50,250);return o=>{const i=o.loaded,s=o.lengthComputable?o.total:void 0,a=i-n,l=r(a);n=i;const c={loaded:i,total:s,progress:s?i/s:void 0,bytes:a,rate:l||void 0,estimated:l&&s&&i<=s?(s-i)/l:void 0,event:o};c[t?"download":"upload"]=!0,e(c)}}const iS="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){let r=e.data;const o=Qw.from(e.headers).normalize(),i=e.responseType;let s;function a(){e.cancelToken&&e.cancelToken.unsubscribe(s),e.signal&&e.signal.removeEventListener("abort",s)}ww.isFormData(r)&&(Hw.isStandardBrowserEnv||Hw.isStandardBrowserWebWorkerEnv?o.setContentType(!1):o.setContentType("multipart/form-data;",!1));let l=new XMLHttpRequest;if(e.auth){const t=e.auth.username||"",n=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";o.set("Authorization","Basic "+btoa(t+":"+n))}const c=tS(e.baseURL,e.url);function u(){if(!l)return;const r=Qw.from("getAllResponseHeaders"in l&&l.getAllResponseHeaders());!function(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new xw("Request failed with status code "+n.status,[xw.ERR_BAD_REQUEST,xw.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}((function(e){t(e),a()}),(function(e){n(e),a()}),{data:i&&"text"!==i&&"json"!==i?l.response:l.responseText,status:l.status,statusText:l.statusText,headers:r,config:e,request:l}),l=null}if(l.open(e.method.toUpperCase(),Pw(c,e.params,e.paramsSerializer),!0),l.timeout=e.timeout,"onloadend"in l?l.onloadend=u:l.onreadystatechange=function(){l&&4===l.readyState&&(0!==l.status||l.responseURL&&0===l.responseURL.indexOf("file:"))&&setTimeout(u)},l.onabort=function(){l&&(n(new xw("Request aborted",xw.ECONNABORTED,e,l)),l=null)},l.onerror=function(){n(new xw("Network Error",xw.ERR_NETWORK,e,l)),l=null},l.ontimeout=function(){let t=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded";const r=e.transitional||Bw;e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),n(new xw(t,r.clarifyTimeoutError?xw.ETIMEDOUT:xw.ECONNABORTED,e,l)),l=null},Hw.isStandardBrowserEnv){const t=(e.withCredentials||nS(c))&&e.xsrfCookieName&&eS.read(e.xsrfCookieName);t&&o.set(e.xsrfHeaderName,t)}void 0===r&&o.setContentType(null),"setRequestHeader"in l&&ww.forEach(o.toJSON(),(function(e,t){l.setRequestHeader(t,e)})),ww.isUndefined(e.withCredentials)||(l.withCredentials=!!e.withCredentials),i&&"json"!==i&&(l.responseType=e.responseType),"function"==typeof e.onDownloadProgress&&l.addEventListener("progress",oS(e.onDownloadProgress,!0)),"function"==typeof e.onUploadProgress&&l.upload&&l.upload.addEventListener("progress",oS(e.onUploadProgress)),(e.cancelToken||e.signal)&&(s=t=>{l&&(n(!t||t.type?new Kw(null,e,l):t),l.abort(),l=null)},e.cancelToken&&e.cancelToken.subscribe(s),e.signal&&(e.signal.aborted?s():e.signal.addEventListener("abort",s)));const d=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(c);d&&-1===Hw.protocols.indexOf(d)?n(new xw("Unsupported protocol "+d+":",xw.ERR_BAD_REQUEST,e)):l.send(r||null)}))},sS={http:null,xhr:iS};ww.forEach(sS,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const aS=e=>{e=ww.isArray(e)?e:[e];const{length:t}=e;let n,r;for(let o=0;o<t&&(n=e[o],!(r=ww.isString(n)?sS[n.toLowerCase()]:n));o++);if(!r){if(!1===r)throw new xw(`Adapter ${n} is not supported by the environment`,"ERR_NOT_SUPPORT");throw new Error(ww.hasOwnProp(sS,n)?`Adapter '${n}' is not available in the build`:`Unknown adapter '${n}'`)}if(!ww.isFunction(r))throw new TypeError("adapter is not a function");return r};function lS(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Kw(null,e)}function cS(e){lS(e),e.headers=Qw.from(e.headers),e.data=Zw.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return aS(e.adapter||zw.adapter)(e).then((function(t){return lS(e),t.data=Zw.call(e,e.transformResponse,t),t.headers=Qw.from(t.headers),t}),(function(t){return Xw(t)||(lS(e),t&&t.response&&(t.response.data=Zw.call(e,e.transformResponse,t.response),t.response.headers=Qw.from(t.response.headers))),Promise.reject(t)}))}const uS=e=>e instanceof Qw?e.toJSON():e;function dS(e,t){t=t||{};const n={};function r(e,t,n){return ww.isPlainObject(e)&&ww.isPlainObject(t)?ww.merge.call({caseless:n},e,t):ww.isPlainObject(t)?ww.merge({},t):ww.isArray(t)?t.slice():t}function o(e,t,n){return ww.isUndefined(t)?ww.isUndefined(e)?void 0:r(void 0,e,n):r(e,t,n)}function i(e,t){if(!ww.isUndefined(t))return r(void 0,t)}function s(e,t){return ww.isUndefined(t)?ww.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,i){return i in t?r(n,o):i in e?r(void 0,n):void 0}const l={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:a,headers:(e,t)=>o(uS(e),uS(t),!0)};return ww.forEach(Object.keys(Object.assign({},e,t)),(function(r){const i=l[r]||o,s=i(e[r],t[r],r);ww.isUndefined(s)&&i!==a||(n[r]=s)})),n}const fS="1.4.0",pS={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{pS[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const hS={};pS.transitional=function(e,t,n){function r(e,t){return"[Axios v1.4.0] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,i)=>{if(!1===e)throw new xw(r(o," has been removed"+(t?" in "+t:"")),xw.ERR_DEPRECATED);return t&&!hS[o]&&(hS[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,i)}};const gS={assertOptions:function(e,t,n){if("object"!=typeof e)throw new xw("options must be an object",xw.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const i=r[o],s=t[i];if(s){const t=e[i],n=void 0===t||s(t,i,e);if(!0!==n)throw new xw("option "+i+" must be "+n,xw.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new xw("Unknown option "+i,xw.ERR_BAD_OPTION)}},validators:pS},vS=gS.validators;class mS{constructor(e){this.defaults=e,this.interceptors={request:new jw,response:new jw}}request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=dS(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;let i;void 0!==n&&gS.assertOptions(n,{silentJSONParsing:vS.transitional(vS.boolean),forcedJSONParsing:vS.transitional(vS.boolean),clarifyTimeoutError:vS.transitional(vS.boolean)},!1),null!=r&&(ww.isFunction(r)?t.paramsSerializer={serialize:r}:gS.assertOptions(r,{encode:vS.function,serialize:vS.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase(),i=o&&ww.merge(o.common,o[t.method]),i&&ww.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete o[e]})),t.headers=Qw.concat(i,o);const s=[];let a=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));const l=[];let c;this.interceptors.response.forEach((function(e){l.push(e.fulfilled,e.rejected)}));let u,d=0;if(!a){const e=[cS.bind(this),void 0];for(e.unshift.apply(e,s),e.push.apply(e,l),u=e.length,c=Promise.resolve(t);d<u;)c=c.then(e[d++],e[d++]);return c}u=s.length;let f=t;for(d=0;d<u;){const e=s[d++],t=s[d++];try{f=e(f)}catch(e){t.call(this,e);break}}try{c=cS.call(this,f)}catch(e){return Promise.reject(e)}for(d=0,u=l.length;d<u;)c=c.then(l[d++],l[d++]);return c}getUri(e){return Pw(tS((e=dS(this.defaults,e)).baseURL,e.url),e.params,e.paramsSerializer)}}ww.forEach(["delete","get","head","options"],(function(e){mS.prototype[e]=function(t,n){return this.request(dS(n||{},{method:e,url:t,data:(n||{}).data}))}})),ww.forEach(["post","put","patch"],(function(e){function t(t){return function(n,r,o){return this.request(dS(o||{},{method:e,headers:t?{"Content-Type":"multipart/form-data"}:{},url:n,data:r}))}}mS.prototype[e]=t(),mS.prototype[e+"Form"]=t(!0)}));const yS=mS;class bS{constructor(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");let t;this.promise=new Promise((function(e){t=e}));const n=this;this.promise.then((e=>{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const r=new Promise((e=>{n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e,r,o){n.reason||(n.reason=new Kw(e,r,o),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}static source(){let e;const t=new bS((function(t){e=t}));return{token:t,cancel:e}}}const wS=bS;const SS={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(SS).forEach((([e,t])=>{SS[t]=e}));const _S=SS;const ES=function e(t){const n=new yS(t),r=Fb(yS.prototype.request,n);return ww.extend(r,yS.prototype,n,{allOwnKeys:!0}),ww.extend(r,n,null,{allOwnKeys:!0}),r.create=function(n){return e(dS(t,n))},r}(zw);ES.Axios=yS,ES.CanceledError=Kw,ES.CancelToken=wS,ES.isCancel=Xw,ES.VERSION=fS,ES.toFormData=Tw,ES.AxiosError=xw,ES.Cancel=ES.CanceledError,ES.all=function(e){return Promise.all(e)},ES.spread=function(e){return function(t){return e.apply(null,t)}},ES.isAxiosError=function(e){return ww.isObject(e)&&!0===e.isAxiosError},ES.mergeConfig=dS,ES.AxiosHeaders=Qw,ES.formToJSON=e=>Lw(ww.isHTMLForm(e)?new FormData(e):e),ES.HttpStatusCode=_S,ES.default=ES;const xS=ES;function CS(){let e=document.querySelector('meta[name="csrf-token"]'),t="";e&&(t=e.getAttribute("content"));var n=xS.create({headers:{"Content-Type":"application/json;charset=UTF-8","X-CSRF-Token":t}});return n.interceptors.request.use((function(e){return e.url=e.url.toString(".json"),e}),(function(e){return Promise.reject(e)})),n.interceptors.response.use((e=>e.data),(e=>{if(490==e.response.status)return cg().warn(e.config.url+" : Action Required",`HTTP/${e.config.method.toUpperCase()}`),Promise.reject({code:e.response.status,action:e.response.data.action,message:e.response.data.message});let t="";return t=e?.response?.data?.message&&""!=e?.response?.data?.message?e?.response?.data?.message:`Ajax ${e.config.method} to url ${e.config.url} ${e.message}`,Promise.reject({code:e.response.status,message:t,details:e?.response?.data?.details||[]})})),n.postFile=(e,t)=>n.post(e,t,{"Content-Type":"multipart/form-data"}),n}function AS(){return{initials:function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.map((e=>e[0])).join("").toUpperCase()},singularize:function(e){return e.match(/^[0-9]+$/)?e:e.endsWith("ies")?e.slice(0,-3).concat("y"):e.endsWith("s")?e.slice(0,-1):e}}}window.debug=cg();var kS,DS,TS,RS,OS,MS,IS,NS,PS,jS={},BS=[],HS=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i;function LS(e,t){for(var n in t)e[n]=t[n];return e}function FS(e){var t=e.parentNode;t&&t.removeChild(e)}function US(e,t,n){var r,o,i,s={};for(i in t)"key"==i?r=t[i]:"ref"==i?o=t[i]:s[i]=t[i];if(arguments.length>2&&(s.children=arguments.length>3?kS.call(arguments,2):n),"function"==typeof e&&null!=e.defaultProps)for(i in e.defaultProps)void 0===s[i]&&(s[i]=e.defaultProps[i]);return zS(e,s,r,o,null)}function zS(e,t,n,r,o){var i={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__d:void 0,__c:null,__h:null,constructor:void 0,__v:null==o?++TS:o};return null==o&&null!=DS.vnode&&DS.vnode(i),i}function $S(e){return e.children}function VS(e,t,n){"-"===t[0]?e.setProperty(t,null==n?"":n):e[t]=null==n?"":"number"!=typeof n||HS.test(t)?n:n+"px"}function WS(e,t,n,r,o){var i;e:if("style"===t)if("string"==typeof n)e.style.cssText=n;else{if("string"==typeof r&&(e.style.cssText=r=""),r)for(t in r)n&&t in n||VS(e.style,t,"");if(n)for(t in n)r&&n[t]===r[t]||VS(e.style,t,n[t])}else if("o"===t[0]&&"n"===t[1])i=t!==(t=t.replace(/Capture$/,"")),t=t.toLowerCase()in e?t.toLowerCase().slice(2):t.slice(2),e.l||(e.l={}),e.l[t+i]=n,n?r||e.addEventListener(t,i?GS:qS,i):e.removeEventListener(t,i?GS:qS,i);else if("dangerouslySetInnerHTML"!==t){if(o)t=t.replace(/xlink(H|:h)/,"h").replace(/sName$/,"s");else if("width"!==t&&"height"!==t&&"href"!==t&&"list"!==t&&"form"!==t&&"tabIndex"!==t&&"download"!==t&&t in e)try{e[t]=null==n?"":n;break e}catch(e){}"function"==typeof n||(null==n||!1===n&&-1==t.indexOf("-")?e.removeAttribute(t):e.setAttribute(t,n))}}function qS(e){OS=!0;try{return this.l[e.type+!1](DS.event?DS.event(e):e)}finally{OS=!1}}function GS(e){OS=!0;try{return this.l[e.type+!0](DS.event?DS.event(e):e)}finally{OS=!1}}function YS(e,t){this.props=e,this.context=t}function QS(e,t){if(null==t)return e.__?QS(e.__,e.__.__k.indexOf(e)+1):null;for(var n;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e)return n.__e;return"function"==typeof e.type?QS(e):null}function ZS(e){var t,n;if(null!=(e=e.__)&&null!=e.__c){for(e.__e=e.__c.base=null,t=0;t<e.__k.length;t++)if(null!=(n=e.__k[t])&&null!=n.__e){e.__e=e.__c.base=n.__e;break}return ZS(e)}}function XS(e){OS?setTimeout(e):NS(e)}function JS(e){(!e.__d&&(e.__d=!0)&&MS.push(e)&&!KS.__r++||IS!==DS.debounceRendering)&&((IS=DS.debounceRendering)||XS)(KS)}function KS(){var e,t,n,r,o,i,s,a;for(MS.sort((function(e,t){return e.__v.__b-t.__v.__b}));e=MS.shift();)e.__d&&(t=MS.length,r=void 0,o=void 0,s=(i=(n=e).__v).__e,(a=n.__P)&&(r=[],(o=LS({},i)).__v=i.__v+1,i_(a,i,o,n.__n,void 0!==a.ownerSVGElement,null!=i.__h?[s]:null,r,null==s?QS(i):s,i.__h),s_(r,i),i.__e!=s&&ZS(i)),MS.length>t&&MS.sort((function(e,t){return e.__v.__b-t.__v.__b})));KS.__r=0}function e_(e,t,n,r,o,i,s,a,l,c){var u,d,f,p,h,g,v,m=r&&r.__k||BS,y=m.length;for(n.__k=[],u=0;u<t.length;u++)if(null!=(p=n.__k[u]=null==(p=t[u])||"boolean"==typeof p?null:"string"==typeof p||"number"==typeof p||"bigint"==typeof p?zS(null,p,null,null,p):Array.isArray(p)?zS($S,{children:p},null,null,null):p.__b>0?zS(p.type,p.props,p.key,p.ref?p.ref:null,p.__v):p)){if(p.__=n,p.__b=n.__b+1,null===(f=m[u])||f&&p.key==f.key&&p.type===f.type)m[u]=void 0;else for(d=0;d<y;d++){if((f=m[d])&&p.key==f.key&&p.type===f.type){m[d]=void 0;break}f=null}i_(e,p,f=f||jS,o,i,s,a,l,c),h=p.__e,(d=p.ref)&&f.ref!=d&&(v||(v=[]),f.ref&&v.push(f.ref,null,p),v.push(d,p.__c||h,p)),null!=h?(null==g&&(g=h),"function"==typeof p.type&&p.__k===f.__k?p.__d=l=t_(p,l,e):l=r_(e,p,f,m,h,l),"function"==typeof n.type&&(n.__d=l)):l&&f.__e==l&&l.parentNode!=e&&(l=QS(f))}for(n.__e=g,u=y;u--;)null!=m[u]&&("function"==typeof n.type&&null!=m[u].__e&&m[u].__e==n.__d&&(n.__d=o_(r).nextSibling),c_(m[u],m[u]));if(v)for(u=0;u<v.length;u++)l_(v[u],v[++u],v[++u])}function t_(e,t,n){for(var r,o=e.__k,i=0;o&&i<o.length;i++)(r=o[i])&&(r.__=e,t="function"==typeof r.type?t_(r,t,n):r_(n,r,r,o,r.__e,t));return t}function n_(e,t){return t=t||[],null==e||"boolean"==typeof e||(Array.isArray(e)?e.some((function(e){n_(e,t)})):t.push(e)),t}function r_(e,t,n,r,o,i){var s,a,l;if(void 0!==t.__d)s=t.__d,t.__d=void 0;else if(null==n||o!=i||null==o.parentNode)e:if(null==i||i.parentNode!==e)e.appendChild(o),s=null;else{for(a=i,l=0;(a=a.nextSibling)&&l<r.length;l+=1)if(a==o)break e;e.insertBefore(o,i),s=i}return void 0!==s?s:o.nextSibling}function o_(e){var t,n,r;if(null==e.type||"string"==typeof e.type)return e.__e;if(e.__k)for(t=e.__k.length-1;t>=0;t--)if((n=e.__k[t])&&(r=o_(n)))return r;return null}function i_(e,t,n,r,o,i,s,a,l){var c,u,d,f,p,h,g,v,m,y,b,w,S,_,E,x=t.type;if(void 0!==t.constructor)return null;null!=n.__h&&(l=n.__h,a=t.__e=n.__e,t.__h=null,i=[a]),(c=DS.__b)&&c(t);try{e:if("function"==typeof x){if(v=t.props,m=(c=x.contextType)&&r[c.__c],y=c?m?m.props.value:c.__:r,n.__c?g=(u=t.__c=n.__c).__=u.__E:("prototype"in x&&x.prototype.render?t.__c=u=new x(v,y):(t.__c=u=new YS(v,y),u.constructor=x,u.render=u_),m&&m.sub(u),u.props=v,u.state||(u.state={}),u.context=y,u.__n=r,d=u.__d=!0,u.__h=[],u._sb=[]),null==u.__s&&(u.__s=u.state),null!=x.getDerivedStateFromProps&&(u.__s==u.state&&(u.__s=LS({},u.__s)),LS(u.__s,x.getDerivedStateFromProps(v,u.__s))),f=u.props,p=u.state,u.__v=t,d)null==x.getDerivedStateFromProps&&null!=u.componentWillMount&&u.componentWillMount(),null!=u.componentDidMount&&u.__h.push(u.componentDidMount);else{if(null==x.getDerivedStateFromProps&&v!==f&&null!=u.componentWillReceiveProps&&u.componentWillReceiveProps(v,y),!u.__e&&null!=u.shouldComponentUpdate&&!1===u.shouldComponentUpdate(v,u.__s,y)||t.__v===n.__v){for(t.__v!==n.__v&&(u.props=v,u.state=u.__s,u.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.forEach((function(e){e&&(e.__=t)})),b=0;b<u._sb.length;b++)u.__h.push(u._sb[b]);u._sb=[],u.__h.length&&s.push(u);break e}null!=u.componentWillUpdate&&u.componentWillUpdate(v,u.__s,y),null!=u.componentDidUpdate&&u.__h.push((function(){u.componentDidUpdate(f,p,h)}))}if(u.context=y,u.props=v,u.__P=e,w=DS.__r,S=0,"prototype"in x&&x.prototype.render){for(u.state=u.__s,u.__d=!1,w&&w(t),c=u.render(u.props,u.state,u.context),_=0;_<u._sb.length;_++)u.__h.push(u._sb[_]);u._sb=[]}else do{u.__d=!1,w&&w(t),c=u.render(u.props,u.state,u.context),u.state=u.__s}while(u.__d&&++S<25);u.state=u.__s,null!=u.getChildContext&&(r=LS(LS({},r),u.getChildContext())),d||null==u.getSnapshotBeforeUpdate||(h=u.getSnapshotBeforeUpdate(f,p)),E=null!=c&&c.type===$S&&null==c.key?c.props.children:c,e_(e,Array.isArray(E)?E:[E],t,n,r,o,i,s,a,l),u.base=t.__e,t.__h=null,u.__h.length&&s.push(u),g&&(u.__E=u.__=null),u.__e=!1}else null==i&&t.__v===n.__v?(t.__k=n.__k,t.__e=n.__e):t.__e=a_(n.__e,t,n,r,o,i,s,l);(c=DS.diffed)&&c(t)}catch(e){t.__v=null,(l||null!=i)&&(t.__e=a,t.__h=!!l,i[i.indexOf(a)]=null),DS.__e(e,t,n)}}function s_(e,t){DS.__c&&DS.__c(t,e),e.some((function(t){try{e=t.__h,t.__h=[],e.some((function(e){e.call(t)}))}catch(e){DS.__e(e,t.__v)}}))}function a_(e,t,n,r,o,i,s,a){var l,c,u,d=n.props,f=t.props,p=t.type,h=0;if("svg"===p&&(o=!0),null!=i)for(;h<i.length;h++)if((l=i[h])&&"setAttribute"in l==!!p&&(p?l.localName===p:3===l.nodeType)){e=l,i[h]=null;break}if(null==e){if(null===p)return document.createTextNode(f);e=o?document.createElementNS("http://www.w3.org/2000/svg",p):document.createElement(p,f.is&&f),i=null,a=!1}if(null===p)d===f||a&&e.data===f||(e.data=f);else{if(i=i&&kS.call(e.childNodes),c=(d=n.props||jS).dangerouslySetInnerHTML,u=f.dangerouslySetInnerHTML,!a){if(null!=i)for(d={},h=0;h<e.attributes.length;h++)d[e.attributes[h].name]=e.attributes[h].value;(u||c)&&(u&&(c&&u.__html==c.__html||u.__html===e.innerHTML)||(e.innerHTML=u&&u.__html||""))}if(function(e,t,n,r,o){var i;for(i in n)"children"===i||"key"===i||i in t||WS(e,i,null,n[i],r);for(i in t)o&&"function"!=typeof t[i]||"children"===i||"key"===i||"value"===i||"checked"===i||n[i]===t[i]||WS(e,i,t[i],n[i],r)}(e,f,d,o,a),u)t.__k=[];else if(h=t.props.children,e_(e,Array.isArray(h)?h:[h],t,n,r,o&&"foreignObject"!==p,i,s,i?i[0]:n.__k&&QS(n,0),a),null!=i)for(h=i.length;h--;)null!=i[h]&&FS(i[h]);a||("value"in f&&void 0!==(h=f.value)&&(h!==e.value||"progress"===p&&!h||"option"===p&&h!==d.value)&&WS(e,"value",h,d.value,!1),"checked"in f&&void 0!==(h=f.checked)&&h!==e.checked&&WS(e,"checked",h,d.checked,!1))}return e}function l_(e,t,n){try{"function"==typeof e?e(t):e.current=t}catch(e){DS.__e(e,n)}}function c_(e,t,n){var r,o;if(DS.unmount&&DS.unmount(e),(r=e.ref)&&(r.current&&r.current!==e.__e||l_(r,null,t)),null!=(r=e.__c)){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){DS.__e(e,t)}r.base=r.__P=null,e.__c=void 0}if(r=e.__k)for(o=0;o<r.length;o++)r[o]&&c_(r[o],t,n||"function"!=typeof e.type);n||null==e.__e||FS(e.__e),e.__=e.__e=e.__d=void 0}function u_(e,t,n){return this.constructor(e,n)}function d_(e,t,n){var r,o,i;DS.__&&DS.__(e,t),o=(r="function"==typeof n)?null:n&&n.__k||t.__k,i=[],i_(t,e=(!r&&n||t).__k=US($S,null,[e]),o||jS,jS,void 0!==t.ownerSVGElement,!r&&n?[n]:o?null:t.firstChild?kS.call(t.childNodes):null,i,!r&&n?n:o?o.__e:t.firstChild,r),s_(i,e)}function f_(e,t){var n={__c:t="__cC"+PS++,__:e,Consumer:function(e,t){return e.children(t)},Provider:function(e){var n,r;return this.getChildContext||(n=[],(r={})[t]=this,this.getChildContext=function(){return r},this.shouldComponentUpdate=function(e){this.props.value!==e.value&&n.some((function(e){e.__e=!0,JS(e)}))},this.sub=function(e){n.push(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n.splice(n.indexOf(e),1),t&&t.call(e)}}),e.children}};return n.Provider.__=n.Consumer.contextType=n}kS=BS.slice,DS={__e:function(e,t,n,r){for(var o,i,s;t=t.__;)if((o=t.__c)&&!o.__)try{if((i=o.constructor)&&null!=i.getDerivedStateFromError&&(o.setState(i.getDerivedStateFromError(e)),s=o.__d),null!=o.componentDidCatch&&(o.componentDidCatch(e,r||{}),s=o.__d),s)return o.__E=o}catch(t){e=t}throw e}},TS=0,RS=function(e){return null!=e&&void 0===e.constructor},OS=!1,YS.prototype.setState=function(e,t){var n;n=null!=this.__s&&this.__s!==this.state?this.__s:this.__s=LS({},this.state),"function"==typeof e&&(e=e(LS({},n),this.props)),e&&LS(n,e),null!=e&&this.__v&&(t&&this._sb.push(t),JS(this))},YS.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),JS(this))},YS.prototype.render=$S,MS=[],NS="function"==typeof Promise?Promise.prototype.then.bind(Promise.resolve()):setTimeout,KS.__r=0,PS=0;var p_,h_,g_,v_=[],m_=[],y_=DS.__b,b_=DS.__r,w_=DS.diffed,S_=DS.__c,__=DS.unmount;function E_(){for(var e;e=v_.shift();)if(e.__P&&e.__H)try{e.__H.__h.forEach(A_),e.__H.__h.forEach(k_),e.__H.__h=[]}catch(t){e.__H.__h=[],DS.__e(t,e.__v)}}DS.__b=function(e){p_=null,y_&&y_(e)},DS.__r=function(e){b_&&b_(e),0;var t=(p_=e.__c).__H;t&&(h_===p_?(t.__h=[],p_.__h=[],t.__.forEach((function(e){e.__N&&(e.__=e.__N),e.__V=m_,e.__N=e.i=void 0}))):(t.__h.forEach(A_),t.__h.forEach(k_),t.__h=[])),h_=p_},DS.diffed=function(e){w_&&w_(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(1!==v_.push(t)&&g_===DS.requestAnimationFrame||((g_=DS.requestAnimationFrame)||C_)(E_)),t.__H.__.forEach((function(e){e.i&&(e.__H=e.i),e.__V!==m_&&(e.__=e.__V),e.i=void 0,e.__V=m_}))),h_=p_=null},DS.__c=function(e,t){t.some((function(e){try{e.__h.forEach(A_),e.__h=e.__h.filter((function(e){return!e.__||k_(e)}))}catch(n){t.some((function(e){e.__h&&(e.__h=[])})),t=[],DS.__e(n,e.__v)}})),S_&&S_(e,t)},DS.unmount=function(e){__&&__(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.forEach((function(e){try{A_(e)}catch(e){t=e}})),n.__H=void 0,t&&DS.__e(t,n.__v))};var x_="function"==typeof requestAnimationFrame;function C_(e){var t,n=function(){clearTimeout(r),x_&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,100);x_&&(t=requestAnimationFrame(n))}function A_(e){var t=p_,n=e.__c;"function"==typeof n&&(e.__c=void 0,n()),p_=t}function k_(e){var t=p_;e.__c=e.__(),p_=t}function D_(e,t){for(var n in t)e[n]=t[n];return e}function T_(e,t){for(var n in e)if("__source"!==n&&!(n in t))return!0;for(var r in t)if("__source"!==r&&e[r]!==t[r])return!0;return!1}function R_(e){this.props=e}(R_.prototype=new YS).isPureReactComponent=!0,R_.prototype.shouldComponentUpdate=function(e,t){return T_(this.props,e)||T_(this.state,t)};var O_=DS.__b;DS.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),O_&&O_(e)};"undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.forward_ref");var M_=DS.__e;DS.__e=function(e,t,n,r){if(e.then)for(var o,i=t;i=i.__;)if((o=i.__c)&&o.__c)return null==t.__e&&(t.__e=n.__e,t.__k=n.__k),o.__c(e,t);M_(e,t,n,r)};var I_=DS.unmount;function N_(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach((function(e){"function"==typeof e.__c&&e.__c()})),e.__c.__H=null),null!=(e=D_({},e)).__c&&(e.__c.__P===n&&(e.__c.__P=t),e.__c=null),e.__k=e.__k&&e.__k.map((function(e){return N_(e,t,n)}))),e}function P_(e,t,n){return e&&(e.__v=null,e.__k=e.__k&&e.__k.map((function(e){return P_(e,t,n)})),e.__c&&e.__c.__P===t&&(e.__e&&n.insertBefore(e.__e,e.__d),e.__c.__e=!0,e.__c.__P=n)),e}function j_(){this.__u=0,this.t=null,this.__b=null}function B_(e){var t=e.__.__c;return t&&t.__a&&t.__a(e)}function H_(){this.u=null,this.o=null}DS.unmount=function(e){var t=e.__c;t&&t.__R&&t.__R(),t&&!0===e.__h&&(e.type=null),I_&&I_(e)},(j_.prototype=new YS).__c=function(e,t){var n=t.__c,r=this;null==r.t&&(r.t=[]),r.t.push(n);var o=B_(r.__v),i=!1,s=function(){i||(i=!0,n.__R=null,o?o(a):a())};n.__R=s;var a=function(){if(! --r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=P_(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.t.pop();)t.forceUpdate()}},l=!0===t.__h;r.__u++||l||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(s,s)},j_.prototype.componentWillUnmount=function(){this.t=[]},j_.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement("div"),r=this.__v.__k[0].__c;this.__v.__k[0]=N_(this.__b,n,r.__O=r.__P)}this.__b=null}var o=t.__a&&US($S,null,e.fallback);return o&&(o.__h=null),[US($S,null,t.__a?null:e.children),o]};var L_=function(e,t,n){if(++n[1]===n[0]&&e.o.delete(t),e.props.revealOrder&&("t"!==e.props.revealOrder[0]||!e.o.size))for(n=e.u;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.u=n=n[2]}};function F_(e){return this.getChildContext=function(){return e.context},e.children}function U_(e){var t=this,n=e.i;t.componentWillUnmount=function(){d_(null,t.l),t.l=null,t.i=null},t.i&&t.i!==n&&t.componentWillUnmount(),e.__v?(t.l||(t.i=n,t.l={nodeType:1,parentNode:n,childNodes:[],appendChild:function(e){this.childNodes.push(e),t.i.appendChild(e)},insertBefore:function(e,n){this.childNodes.push(e),t.i.appendChild(e)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.i.removeChild(e)}}),d_(US(F_,{context:t.context},e.__v),t.l)):t.l&&t.componentWillUnmount()}function z_(e,t){var n=US(U_,{__v:e,i:t});return n.containerInfo=t,n}(H_.prototype=new YS).__a=function(e){var t=this,n=B_(t.__v),r=t.o.get(e);return r[0]++,function(o){var i=function(){t.props.revealOrder?(r.push(o),L_(t,e,r)):o()};n?n(i):i()}},H_.prototype.render=function(e){this.u=null,this.o=new Map;var t=n_(e.children);e.revealOrder&&"b"===e.revealOrder[0]&&t.reverse();for(var n=t.length;n--;)this.o.set(t[n],this.u=[1,0,this.u]);return e.children},H_.prototype.componentDidUpdate=H_.prototype.componentDidMount=function(){var e=this;this.o.forEach((function(t,n){L_(e,n,t)}))};var $_="undefined"!=typeof Symbol&&Symbol.for&&Symbol.for("react.element")||60103,V_=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,W_="undefined"!=typeof document,q_=function(e){return("undefined"!=typeof Symbol&&"symbol"==typeof Symbol()?/fil|che|rad/i:/fil|che|ra/i).test(e)};YS.prototype.isReactComponent={},["componentWillMount","componentWillReceiveProps","componentWillUpdate"].forEach((function(e){Object.defineProperty(YS.prototype,e,{configurable:!0,get:function(){return this["UNSAFE_"+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})}));var G_=DS.event;function Y_(){}function Q_(){return this.cancelBubble}function Z_(){return this.defaultPrevented}DS.event=function(e){return G_&&(e=G_(e)),e.persist=Y_,e.isPropagationStopped=Q_,e.isDefaultPrevented=Z_,e.nativeEvent=e};var X_={configurable:!0,get:function(){return this.class}},J_=DS.vnode;DS.vnode=function(e){var t=e.type,n=e.props,r=n;if("string"==typeof t){var o=-1===t.indexOf("-");for(var i in r={},n){var s=n[i];W_&&"children"===i&&"noscript"===t||"value"===i&&"defaultValue"in n&&null==s||("defaultValue"===i&&"value"in n&&null==n.value?i="value":"download"===i&&!0===s?s="":/ondoubleclick/i.test(i)?i="ondblclick":/^onchange(textarea|input)/i.test(i+t)&&!q_(n.type)?i="oninput":/^onfocus$/i.test(i)?i="onfocusin":/^onblur$/i.test(i)?i="onfocusout":/^on(Ani|Tra|Tou|BeforeInp|Compo)/.test(i)?i=i.toLowerCase():o&&V_.test(i)?i=i.replace(/[A-Z0-9]/g,"-$&").toLowerCase():null===s&&(s=void 0),/^oninput$/i.test(i)&&(i=i.toLowerCase(),r[i]&&(i="oninputCapture")),r[i]=s)}"select"==t&&r.multiple&&Array.isArray(r.value)&&(r.value=n_(n.children).forEach((function(e){e.props.selected=-1!=r.value.indexOf(e.props.value)}))),"select"==t&&null!=r.defaultValue&&(r.value=n_(n.children).forEach((function(e){e.props.selected=r.multiple?-1!=r.defaultValue.indexOf(e.props.value):r.defaultValue==e.props.value}))),e.props=r,n.class!=n.className&&(X_.enumerable="className"in n,null!=n.className&&(r.class=n.className),Object.defineProperty(r,"className",X_))}e.$$typeof=$_,J_&&J_(e)};var K_=DS.__r;DS.__r=function(e){K_&&K_(e),e.__c};const eE=[],tE=new Map;function nE(e){eE.push(e),tE.forEach((t=>{oE(t,e)}))}function rE(e){let t=tE.get(e);if(!t||!t.isConnected){if(t=e.querySelector("style[data-fullcalendar]"),!t){t=document.createElement("style"),t.setAttribute("data-fullcalendar","");const n=function(){void 0===iE&&(iE=function(){const e=document.querySelector('meta[name="csp-nonce"]');if(e&&e.hasAttribute("content"))return e.getAttribute("content");const t=document.querySelector("script[nonce]");if(t)return t.nonce||"";return""}());return iE}();n&&(t.nonce=n);const r=e===document?document.head:e,o=e===document?r.querySelector("script,link[rel=stylesheet],link[as=style],style"):r.firstChild;r.insertBefore(t,o)}tE.set(e,t),function(e){for(const t of eE)oE(e,t)}(t)}}function oE(e,t){const{sheet:n}=e,r=n.cssRules.length;t.split("}").forEach(((e,t)=>{(e=e.trim())&&n.insertRule(e+"}",r+t)}))}let iE;"undefined"!=typeof document&&rE(document);nE(':root{--fc-small-font-size:.85em;--fc-page-bg-color:#fff;--fc-neutral-bg-color:hsla(0,0%,82%,.3);--fc-neutral-text-color:grey;--fc-border-color:#ddd;--fc-button-text-color:#fff;--fc-button-bg-color:#2c3e50;--fc-button-border-color:#2c3e50;--fc-button-hover-bg-color:#1e2b37;--fc-button-hover-border-color:#1a252f;--fc-button-active-bg-color:#1a252f;--fc-button-active-border-color:#151e27;--fc-event-bg-color:#3788d8;--fc-event-border-color:#3788d8;--fc-event-text-color:#fff;--fc-event-selected-overlay-color:rgba(0,0,0,.25);--fc-more-link-bg-color:#d0d0d0;--fc-more-link-text-color:inherit;--fc-event-resizer-thickness:8px;--fc-event-resizer-dot-total-width:8px;--fc-event-resizer-dot-border-width:1px;--fc-non-business-color:hsla(0,0%,84%,.3);--fc-bg-event-color:#8fdf82;--fc-bg-event-opacity:0.3;--fc-highlight-color:rgba(188,232,241,.3);--fc-today-bg-color:rgba(255,220,40,.15);--fc-now-indicator-color:red}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc{display:flex;flex-direction:column;font-size:1em}.fc,.fc *,.fc :after,.fc :before{box-sizing:border-box}.fc table{border-collapse:collapse;border-spacing:0;font-size:1em}.fc th{text-align:center}.fc td,.fc th{padding:0;vertical-align:top}.fc a[data-navlink]{cursor:pointer}.fc a[data-navlink]:hover{text-decoration:underline}.fc-direction-ltr{direction:ltr;text-align:left}.fc-direction-rtl{direction:rtl;text-align:right}.fc-theme-standard td,.fc-theme-standard th{border:1px solid var(--fc-border-color)}.fc-liquid-hack td,.fc-liquid-hack th{position:relative}@font-face{font-family:fcicons;font-style:normal;font-weight:400;src:url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype")}.fc-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:fcicons!important;font-style:normal;font-variant:normal;font-weight:400;height:1em;line-height:1;text-align:center;text-transform:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1em}.fc-icon-chevron-left:before{content:"\\e900"}.fc-icon-chevron-right:before{content:"\\e901"}.fc-icon-chevrons-left:before{content:"\\e902"}.fc-icon-chevrons-right:before{content:"\\e903"}.fc-icon-minus-square:before{content:"\\e904"}.fc-icon-plus-square:before{content:"\\e905"}.fc-icon-x:before{content:"\\e906"}.fc .fc-button{border-radius:0;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible;text-transform:none}.fc .fc-button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}.fc .fc-button{-webkit-appearance:button}.fc .fc-button:not(:disabled){cursor:pointer}.fc .fc-button{background-color:transparent;border:1px solid transparent;border-radius:.25em;display:inline-block;font-size:1em;font-weight:400;line-height:1.5;padding:.4em .65em;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.fc .fc-button:hover{text-decoration:none}.fc .fc-button:focus{box-shadow:0 0 0 .2rem rgba(44,62,80,.25);outline:0}.fc .fc-button:disabled{opacity:.65}.fc .fc-button-primary{background-color:var(--fc-button-bg-color);border-color:var(--fc-button-border-color);color:var(--fc-button-text-color)}.fc .fc-button-primary:hover{background-color:var(--fc-button-hover-bg-color);border-color:var(--fc-button-hover-border-color);color:var(--fc-button-text-color)}.fc .fc-button-primary:disabled{background-color:var(--fc-button-bg-color);border-color:var(--fc-button-border-color);color:var(--fc-button-text-color)}.fc .fc-button-primary:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button-primary:not(:disabled).fc-button-active,.fc .fc-button-primary:not(:disabled):active{background-color:var(--fc-button-active-bg-color);border-color:var(--fc-button-active-border-color);color:var(--fc-button-text-color)}.fc .fc-button-primary:not(:disabled).fc-button-active:focus,.fc .fc-button-primary:not(:disabled):active:focus{box-shadow:0 0 0 .2rem rgba(76,91,106,.5)}.fc .fc-button .fc-icon{font-size:1.5em;vertical-align:middle}.fc .fc-button-group{display:inline-flex;position:relative;vertical-align:middle}.fc .fc-button-group>.fc-button{flex:1 1 auto;position:relative}.fc .fc-button-group>.fc-button.fc-button-active,.fc .fc-button-group>.fc-button:active,.fc .fc-button-group>.fc-button:focus,.fc .fc-button-group>.fc-button:hover{z-index:1}.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.fc-direction-rtl .fc-button-group>.fc-button:not(:first-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.fc-direction-rtl .fc-button-group>.fc-button:not(:last-child){border-bottom-left-radius:0;border-top-left-radius:0}.fc .fc-toolbar{align-items:center;display:flex;justify-content:space-between}.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1.5em}.fc .fc-toolbar.fc-footer-toolbar{margin-top:1.5em}.fc .fc-toolbar-title{font-size:1.75em;margin:0}.fc-direction-ltr .fc-toolbar>*>:not(:first-child){margin-left:.75em}.fc-direction-rtl .fc-toolbar>*>:not(:first-child){margin-right:.75em}.fc-direction-rtl .fc-toolbar-ltr{flex-direction:row-reverse}.fc .fc-scroller{-webkit-overflow-scrolling:touch;position:relative}.fc .fc-scroller-liquid{height:100%}.fc .fc-scroller-liquid-absolute{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-scroller-harness{direction:ltr;overflow:hidden;position:relative}.fc .fc-scroller-harness-liquid{height:100%}.fc-direction-rtl .fc-scroller-harness>.fc-scroller{direction:rtl}.fc-theme-standard .fc-scrollgrid{border:1px solid var(--fc-border-color)}.fc .fc-scrollgrid,.fc .fc-scrollgrid table{table-layout:fixed;width:100%}.fc .fc-scrollgrid table{border-left-style:hidden;border-right-style:hidden;border-top-style:hidden}.fc .fc-scrollgrid{border-bottom-width:0;border-collapse:separate;border-right-width:0}.fc .fc-scrollgrid-liquid{height:100%}.fc .fc-scrollgrid-section,.fc .fc-scrollgrid-section table,.fc .fc-scrollgrid-section>td{height:1px}.fc .fc-scrollgrid-section-liquid>td{height:100%}.fc .fc-scrollgrid-section>*{border-left-width:0;border-top-width:0}.fc .fc-scrollgrid-section-footer>*,.fc .fc-scrollgrid-section-header>*{border-bottom-width:0}.fc .fc-scrollgrid-section-body table,.fc .fc-scrollgrid-section-footer table{border-bottom-style:hidden}.fc .fc-scrollgrid-section-sticky>*{background:var(--fc-page-bg-color);position:sticky;z-index:3}.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky>*{top:0}.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky>*{bottom:0}.fc .fc-scrollgrid-sticky-shim{height:1px;margin-bottom:-1px}.fc-sticky{position:sticky}.fc .fc-view-harness{flex-grow:1;position:relative}.fc .fc-view-harness-active>.fc-view{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-col-header-cell-cushion{display:inline-block;padding:2px 4px}.fc .fc-bg-event,.fc .fc-highlight,.fc .fc-non-business{bottom:0;left:0;position:absolute;right:0;top:0}.fc .fc-non-business{background:var(--fc-non-business-color)}.fc .fc-bg-event{background:var(--fc-bg-event-color);opacity:var(--fc-bg-event-opacity)}.fc .fc-bg-event .fc-event-title{font-size:var(--fc-small-font-size);font-style:italic;margin:.5em}.fc .fc-highlight{background:var(--fc-highlight-color)}.fc .fc-cell-shaded,.fc .fc-day-disabled{background:var(--fc-neutral-bg-color)}a.fc-event,a.fc-event:hover{text-decoration:none}.fc-event.fc-event-draggable,.fc-event[href]{cursor:pointer}.fc-event .fc-event-main{position:relative;z-index:2}.fc-event-dragging:not(.fc-event-selected){opacity:.75}.fc-event-dragging.fc-event-selected{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-event .fc-event-resizer{display:none;position:absolute;z-index:4}.fc-event-selected .fc-event-resizer,.fc-event:hover .fc-event-resizer{display:block}.fc-event-selected .fc-event-resizer{background:var(--fc-page-bg-color);border-color:inherit;border-radius:calc(var(--fc-event-resizer-dot-total-width)/2);border-style:solid;border-width:var(--fc-event-resizer-dot-border-width);height:var(--fc-event-resizer-dot-total-width);width:var(--fc-event-resizer-dot-total-width)}.fc-event-selected .fc-event-resizer:before{bottom:-20px;content:"";left:-20px;position:absolute;right:-20px;top:-20px}.fc-event-selected,.fc-event:focus{box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event-selected:before,.fc-event:focus:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:3}.fc-event-selected:after,.fc-event:focus:after{background:var(--fc-event-selected-overlay-color);bottom:-1px;content:"";left:-1px;position:absolute;right:-1px;top:-1px;z-index:1}.fc-h-event{background-color:var(--fc-event-bg-color);border:1px solid var(--fc-event-border-color);display:block}.fc-h-event .fc-event-main{color:var(--fc-event-text-color)}.fc-h-event .fc-event-main-frame{display:flex}.fc-h-event .fc-event-time{max-width:100%;overflow:hidden}.fc-h-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-width:0}.fc-h-event .fc-event-title{display:inline-block;left:0;max-width:100%;overflow:hidden;right:0;vertical-align:top}.fc-h-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end){border-bottom-left-radius:0;border-left-width:0;border-top-left-radius:0}.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start){border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0}.fc-h-event:not(.fc-event-selected) .fc-event-resizer{bottom:0;top:0;width:var(--fc-event-resizer-thickness)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end{cursor:w-resize;left:calc(var(--fc-event-resizer-thickness)*-.5)}.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start{cursor:e-resize;right:calc(var(--fc-event-resizer-thickness)*-.5)}.fc-h-event.fc-event-selected .fc-event-resizer{margin-top:calc(var(--fc-event-resizer-dot-total-width)*-.5);top:50%}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end{left:calc(var(--fc-event-resizer-dot-total-width)*-.5)}.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start{right:calc(var(--fc-event-resizer-dot-total-width)*-.5)}.fc .fc-popover{box-shadow:0 2px 6px rgba(0,0,0,.15);position:absolute;z-index:9999}.fc .fc-popover-header{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:3px 4px}.fc .fc-popover-title{margin:0 2px}.fc .fc-popover-close{cursor:pointer;font-size:1.1em;opacity:.65}.fc-theme-standard .fc-popover{background:var(--fc-page-bg-color);border:1px solid var(--fc-border-color)}.fc-theme-standard .fc-popover-header{background:var(--fc-neutral-bg-color)}');class sE{constructor(e){this.drainedOption=e,this.isRunning=!1,this.isDirty=!1,this.pauseDepths={},this.timeoutId=0}request(e){this.isDirty=!0,this.isPaused()||(this.clearTimeout(),null==e?this.tryDrain():this.timeoutId=setTimeout(this.tryDrain.bind(this),e))}pause(e=""){let{pauseDepths:t}=this;t[e]=(t[e]||0)+1,this.clearTimeout()}resume(e="",t){let{pauseDepths:n}=this;if(e in n){if(t)delete n[e];else{n[e]-=1,n[e]<=0&&delete n[e]}this.tryDrain()}}isPaused(){return Object.keys(this.pauseDepths).length}tryDrain(){if(!this.isRunning&&!this.isPaused()){for(this.isRunning=!0;this.isDirty;)this.isDirty=!1,this.drained();this.isRunning=!1}}clear(){this.clearTimeout(),this.isDirty=!1,this.pauseDepths={}}clearTimeout(){this.timeoutId&&(clearTimeout(this.timeoutId),this.timeoutId=0)}drained(){this.drainedOption&&this.drainedOption()}}function aE(e){e.parentNode&&e.parentNode.removeChild(e)}function lE(e,t){if(e.closest)return e.closest(t);if(!document.documentElement.contains(e))return null;do{if(cE(e,t))return e;e=e.parentElement||e.parentNode}while(null!==e&&1===e.nodeType);return null}function cE(e,t){return(e.matches||e.matchesSelector||e.msMatchesSelector).call(e,t)}const uE=/(top|left|right|bottom|width|height)$/i;function dE(e,t){for(let n in t)fE(e,n,t[n])}function fE(e,t,n){null==n?e.style[t]="":"number"==typeof n&&uE.test(t)?e.style[t]=`${n}px`:e.style[t]=n}function pE(e){var t,n;return null!==(n=null===(t=e.composedPath)||void 0===t?void 0:t.call(e)[0])&&void 0!==n?n:e.target}let hE=0;function gE(){return hE+=1,"fc-dom-"+hE}function vE(e){e.preventDefault()}function mE(e,t,n,r){let o=function(e,t){return n=>{let r=lE(n.target,e);r&&t.call(r,n,r)}}(n,r);return e.addEventListener(t,o),()=>{e.removeEventListener(t,o)}}const yE=["webkitTransitionEnd","otransitionend","oTransitionEnd","msTransitionEnd","transitionend"];function bE(e){return Object.assign({onClick:e},wE(e))}function wE(e){return{tabIndex:0,onKeyDown(t){"Enter"!==t.key&&" "!==t.key||(e(t),t.preventDefault())}}}let SE=0;function _E(){return SE+=1,String(SE)}function EE(){document.body.classList.add("fc-not-allowed")}function xE(){document.body.classList.remove("fc-not-allowed")}function CE(e,t,n){return n.func?n.func(e,t):function(e,t){if(!e&&!t)return 0;if(null==t)return-1;if(null==e)return 1;if("string"==typeof e||"string"==typeof t)return String(e).localeCompare(String(t));return e-t}(e[n.field],t[n.field])*(n.order||1)}function AE(e,t){let n=String(e);return"000".substr(0,t-n.length)+n}function kE(e,t,n){return"function"==typeof e?e(...t):"string"==typeof e?t.reduce(((e,t,n)=>e.replace("$"+n,t||"")),e):n}function DE(e,t){return e-t}function TE(e){return e%1==0}function RE(e){let t=e.querySelector(".fc-scrollgrid-shrink-frame"),n=e.querySelector(".fc-scrollgrid-shrink-cushion");if(!t)throw new Error("needs fc-scrollgrid-shrink-frame className");if(!n)throw new Error("needs fc-scrollgrid-shrink-cushion className");return e.getBoundingClientRect().width-t.getBoundingClientRect().width+n.getBoundingClientRect().width}const OE=["years","months","days","milliseconds"],ME=/^(-?)(?:(\d+)\.)?(\d+):(\d\d)(?::(\d\d)(?:\.(\d\d\d))?)?/;function IE(e,t){return"string"==typeof e?function(e){let t=ME.exec(e);if(t){let e=t[1]?-1:1;return{years:0,months:0,days:e*(t[2]?parseInt(t[2],10):0),milliseconds:e*(60*(t[3]?parseInt(t[3],10):0)*60*1e3+60*(t[4]?parseInt(t[4],10):0)*1e3+1e3*(t[5]?parseInt(t[5],10):0)+(t[6]?parseInt(t[6],10):0))}}return null}(e):"object"==typeof e&&e?NE(e):"number"==typeof e?NE({[t||"milliseconds"]:e}):null}function NE(e){let t={years:e.years||e.year||0,months:e.months||e.month||0,days:e.days||e.day||0,milliseconds:60*(e.hours||e.hour||0)*60*1e3+60*(e.minutes||e.minute||0)*1e3+1e3*(e.seconds||e.second||0)+(e.milliseconds||e.millisecond||e.ms||0)},n=e.weeks||e.week;return n&&(t.days+=7*n,t.specifiedWeeks=!0),t}function PE(e,t){return{years:e.years+t.years,months:e.months+t.months,days:e.days+t.days,milliseconds:e.milliseconds+t.milliseconds}}function jE(e){return BE(e)/864e5}function BE(e){return 31536e6*e.years+2592e6*e.months+864e5*e.days+e.milliseconds}function HE(e,t){let n=null;for(let r=0;r<OE.length;r+=1){let o=OE[r];if(t[o]){let r=e[o]/t[o];if(!TE(r)||null!==n&&n!==r)return null;n=r}else if(e[o])return null}return n}function LE(e){let t=e.milliseconds;if(t){if(t%1e3!=0)return{unit:"millisecond",value:t};if(t%6e4!=0)return{unit:"second",value:t/1e3};if(t%36e5!=0)return{unit:"minute",value:t/6e4};if(t)return{unit:"hour",value:t/36e5}}return e.days?e.specifiedWeeks&&e.days%7==0?{unit:"week",value:e.days/7}:{unit:"day",value:e.days}:e.months?{unit:"month",value:e.months}:e.years?{unit:"year",value:e.years}:{unit:"millisecond",value:0}}function FE(e,t,n){if(e===t)return!0;let r,o=e.length;if(o!==t.length)return!1;for(r=0;r<o;r+=1)if(!(n?n(e[r],t[r]):e[r]===t[r]))return!1;return!0}const UE=["sun","mon","tue","wed","thu","fri","sat"];function zE(e,t){let n=JE(e);return n[2]+=7*t,KE(n)}function $E(e,t){let n=JE(e);return n[2]+=t,KE(n)}function VE(e,t){let n=JE(e);return n[6]+=t,KE(n)}function WE(e,t){return(t.valueOf()-e.valueOf())/864e5}function qE(e,t){return tx(e)===tx(t)?Math.round(WE(e,t)):null}function GE(e){return KE([e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()])}function YE(e,t,n,r){let o=KE([t,0,1+QE(t,n,r)]),i=GE(e),s=Math.round(WE(o,i));return Math.floor(s/7)+1}function QE(e,t,n){let r=7+t-n;return-((7+KE([e,0,r]).getUTCDay()-t)%7)+r-1}function ZE(e){return[e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()]}function XE(e){return new Date(e[0],e[1]||0,null==e[2]?1:e[2],e[3]||0,e[4]||0,e[5]||0)}function JE(e){return[e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()]}function KE(e){return 1===e.length&&(e=e.concat([0])),new Date(Date.UTC(...e))}function ex(e){return!isNaN(e.valueOf())}function tx(e){return 1e3*e.getUTCHours()*60*60+1e3*e.getUTCMinutes()*60+1e3*e.getUTCSeconds()+e.getUTCMilliseconds()}function nx(e,t,n=!1){let r=e.toISOString();return r=r.replace(".000",""),n&&(r=r.replace("T00:00:00Z","")),r.length>10&&(null==t?r=r.replace("Z",""):0!==t&&(r=r.replace("Z",ox(t,!0)))),r}function rx(e){return e.toISOString().replace(/T.*$/,"")}function ox(e,t=!1){let n=e<0?"-":"+",r=Math.abs(e),o=Math.floor(r/60),i=Math.round(r%60);return t?`${n+AE(o,2)}:${AE(i,2)}`:`GMT${n}${o}${i?`:${AE(i,2)}`:""}`}function ix(e,t,n){let r,o;return function(...i){if(r){if(!FE(r,i)){n&&n(o);let r=e.apply(this,i);t&&t(r,o)||(o=r)}}else o=e.apply(this,i);return r=i,o}}function sx(e,t,n){let r,o;return i=>{if(r){if(!Hx(r,i)){n&&n(o);let r=e.call(this,i);t&&t(r,o)||(o=r)}}else o=e.call(this,i);return r=i,o}}const ax={week:3,separator:0,omitZeroMinute:0,meridiem:0,omitCommas:0},lx={timeZoneName:7,era:6,year:5,month:4,day:2,weekday:2,hour:1,minute:1,second:1},cx=/\s*([ap])\.?m\.?/i,ux=/,/g,dx=/\s+/g,fx=/\u200e/g,px=/UTC|GMT/;class hx{constructor(e){let t={},n={},r=0;for(let o in e)o in ax?(n[o]=e[o],r=Math.max(ax[o],r)):(t[o]=e[o],o in lx&&(r=Math.max(lx[o],r)));this.standardDateProps=t,this.extendedSettings=n,this.severity=r,this.buildFormattingFunc=ix(gx)}format(e,t){return this.buildFormattingFunc(this.standardDateProps,this.extendedSettings,t)(e)}formatRange(e,t,n,r){let{standardDateProps:o,extendedSettings:i}=this,s=function(e,t,n){if(n.getMarkerYear(e)!==n.getMarkerYear(t))return 5;if(n.getMarkerMonth(e)!==n.getMarkerMonth(t))return 4;if(n.getMarkerDay(e)!==n.getMarkerDay(t))return 2;if(tx(e)!==tx(t))return 1;return 0}(e.marker,t.marker,n.calendarSystem);if(!s)return this.format(e,n);let a=s;!(a>1)||"numeric"!==o.year&&"2-digit"!==o.year||"numeric"!==o.month&&"2-digit"!==o.month||"numeric"!==o.day&&"2-digit"!==o.day||(a=1);let l=this.format(e,n),c=this.format(t,n);if(l===c)return l;let u=function(e,t){let n={};for(let r in e)(!(r in lx)||lx[r]<=t)&&(n[r]=e[r]);return n}(o,a),d=gx(u,i,n),f=d(e),p=d(t),h=function(e,t,n,r){let o=0;for(;o<e.length;){let i=e.indexOf(t,o);if(-1===i)break;let s=e.substr(0,i);o=i+t.length;let a=e.substr(o),l=0;for(;l<n.length;){let e=n.indexOf(r,l);if(-1===e)break;let t=n.substr(0,e);l=e+r.length;let o=n.substr(l);if(s===t&&a===o)return{before:s,after:a}}}return null}(l,f,c,p),g=i.separator||r||n.defaultSeparator||"";return h?h.before+f+g+p+h.after:l+g+c}getLargestUnit(){switch(this.severity){case 7:case 6:case 5:return"year";case 4:return"month";case 3:return"week";case 2:return"day";default:return"time"}}}function gx(e,t,n){let r=Object.keys(e).length;return 1===r&&"short"===e.timeZoneName?e=>ox(e.timeZoneOffset):0===r&&t.week?e=>function(e,t,n,r,o){let i=[];"long"===o?i.push(n):"short"!==o&&"narrow"!==o||i.push(t);"long"!==o&&"short"!==o||i.push(" ");i.push(r.simpleNumberFormat.format(e)),"rtl"===r.options.direction&&i.reverse();return i.join("")}(n.computeWeekNumber(e.marker),n.weekText,n.weekTextLong,n.locale,t.week):function(e,t,n){e=Object.assign({},e),t=Object.assign({},t),function(e,t){e.timeZoneName&&(e.hour||(e.hour="2-digit"),e.minute||(e.minute="2-digit"));"long"===e.timeZoneName&&(e.timeZoneName="short");t.omitZeroMinute&&(e.second||e.millisecond)&&delete t.omitZeroMinute}(e,t),e.timeZone="UTC";let r,o=new Intl.DateTimeFormat(n.locale.codes,e);if(t.omitZeroMinute){let t=Object.assign({},e);delete t.minute,r=new Intl.DateTimeFormat(n.locale.codes,t)}return i=>{let s,{marker:a}=i;return s=r&&!a.getUTCMinutes()?r:o,function(e,t,n,r,o){e=e.replace(fx,""),"short"===n.timeZoneName&&(e=function(e,t){let n=!1;e=e.replace(px,(()=>(n=!0,t))),n||(e+=` ${t}`);return e}(e,"UTC"===o.timeZone||null==t.timeZoneOffset?"UTC":ox(t.timeZoneOffset)));r.omitCommas&&(e=e.replace(ux,"").trim());r.omitZeroMinute&&(e=e.replace(":00",""));!1===r.meridiem?e=e.replace(cx,"").trim():"narrow"===r.meridiem?e=e.replace(cx,((e,t)=>t.toLocaleLowerCase())):"short"===r.meridiem?e=e.replace(cx,((e,t)=>`${t.toLocaleLowerCase()}m`)):"lowercase"===r.meridiem&&(e=e.replace(cx,(e=>e.toLocaleLowerCase())));return e=e.replace(dx," "),e=e.trim(),e}(s.format(a),i,e,t,n)}}(e,t,n)}function vx(e,t){let n=t.markerToArray(e.marker);return{marker:e.marker,timeZoneOffset:e.timeZoneOffset,array:n,year:n[0],month:n[1],day:n[2],hour:n[3],minute:n[4],second:n[5],millisecond:n[6]}}function mx(e,t,n,r){let o=vx(e,n.calendarSystem);return{date:o,start:o,end:t?vx(t,n.calendarSystem):null,timeZone:n.timeZone,localeCodes:n.locale.codes,defaultSeparator:r||n.defaultSeparator}}class yx{constructor(e){this.cmdStr=e}format(e,t,n){return t.cmdFormatter(this.cmdStr,mx(e,null,t,n))}formatRange(e,t,n,r){return n.cmdFormatter(this.cmdStr,mx(e,t,n,r))}}class bx{constructor(e){this.func=e}format(e,t,n){return this.func(mx(e,null,t,n))}formatRange(e,t,n,r){return this.func(mx(e,t,n,r))}}function wx(e){return"object"==typeof e&&e?new hx(e):"string"==typeof e?new yx(e):"function"==typeof e?new bx(e):null}const Sx={navLinkDayClick:Ox,navLinkWeekClick:Ox,duration:IE,bootstrapFontAwesome:Ox,buttonIcons:Ox,customButtons:Ox,defaultAllDayEventDuration:IE,defaultTimedEventDuration:IE,nextDayThreshold:IE,scrollTime:IE,scrollTimeReset:Boolean,slotMinTime:IE,slotMaxTime:IE,dayPopoverFormat:wx,slotDuration:IE,snapDuration:IE,headerToolbar:Ox,footerToolbar:Ox,defaultRangeSeparator:String,titleRangeSeparator:String,forceEventDuration:Boolean,dayHeaders:Boolean,dayHeaderFormat:wx,dayHeaderClassNames:Ox,dayHeaderContent:Ox,dayHeaderDidMount:Ox,dayHeaderWillUnmount:Ox,dayCellClassNames:Ox,dayCellContent:Ox,dayCellDidMount:Ox,dayCellWillUnmount:Ox,initialView:String,aspectRatio:Number,weekends:Boolean,weekNumberCalculation:Ox,weekNumbers:Boolean,weekNumberClassNames:Ox,weekNumberContent:Ox,weekNumberDidMount:Ox,weekNumberWillUnmount:Ox,editable:Boolean,viewClassNames:Ox,viewDidMount:Ox,viewWillUnmount:Ox,nowIndicator:Boolean,nowIndicatorClassNames:Ox,nowIndicatorContent:Ox,nowIndicatorDidMount:Ox,nowIndicatorWillUnmount:Ox,showNonCurrentDates:Boolean,lazyFetching:Boolean,startParam:String,endParam:String,timeZoneParam:String,timeZone:String,locales:Ox,locale:Ox,themeSystem:String,dragRevertDuration:Number,dragScroll:Boolean,allDayMaintainDuration:Boolean,unselectAuto:Boolean,dropAccept:Ox,eventOrder:function(e){let t,n,r=[],o=[];for("string"==typeof e?o=e.split(/\s*,\s*/):"function"==typeof e?o=[e]:Array.isArray(e)&&(o=e),t=0;t<o.length;t+=1)n=o[t],"string"==typeof n?r.push("-"===n.charAt(0)?{field:n.substring(1),order:-1}:{field:n,order:1}):"function"==typeof n&&r.push({func:n});return r},eventOrderStrict:Boolean,handleWindowResize:Boolean,windowResizeDelay:Number,longPressDelay:Number,eventDragMinDistance:Number,expandRows:Boolean,height:Ox,contentHeight:Ox,direction:String,weekNumberFormat:wx,eventResizableFromStart:Boolean,displayEventTime:Boolean,displayEventEnd:Boolean,weekText:String,weekTextLong:String,progressiveEventRendering:Boolean,businessHours:Ox,initialDate:Ox,now:Ox,eventDataTransform:Ox,stickyHeaderDates:Ox,stickyFooterScrollbar:Ox,viewHeight:Ox,defaultAllDay:Boolean,eventSourceFailure:Ox,eventSourceSuccess:Ox,eventDisplay:String,eventStartEditable:Boolean,eventDurationEditable:Boolean,eventOverlap:Ox,eventConstraint:Ox,eventAllow:Ox,eventBackgroundColor:String,eventBorderColor:String,eventTextColor:String,eventColor:String,eventClassNames:Ox,eventContent:Ox,eventDidMount:Ox,eventWillUnmount:Ox,selectConstraint:Ox,selectOverlap:Ox,selectAllow:Ox,droppable:Boolean,unselectCancel:String,slotLabelFormat:Ox,slotLaneClassNames:Ox,slotLaneContent:Ox,slotLaneDidMount:Ox,slotLaneWillUnmount:Ox,slotLabelClassNames:Ox,slotLabelContent:Ox,slotLabelDidMount:Ox,slotLabelWillUnmount:Ox,dayMaxEvents:Ox,dayMaxEventRows:Ox,dayMinWidth:Number,slotLabelInterval:IE,allDayText:String,allDayClassNames:Ox,allDayContent:Ox,allDayDidMount:Ox,allDayWillUnmount:Ox,slotMinWidth:Number,navLinks:Boolean,eventTimeFormat:wx,rerenderDelay:Number,moreLinkText:Ox,moreLinkHint:Ox,selectMinDistance:Number,selectable:Boolean,selectLongPressDelay:Number,eventLongPressDelay:Number,selectMirror:Boolean,eventMaxStack:Number,eventMinHeight:Number,eventMinWidth:Number,eventShortHeight:Number,slotEventOverlap:Boolean,plugins:Ox,firstDay:Number,dayCount:Number,dateAlignment:String,dateIncrement:IE,hiddenDays:Ox,fixedWeekCount:Boolean,validRange:Ox,visibleRange:Ox,titleFormat:Ox,eventInteractive:Boolean,noEventsText:String,viewHint:Ox,navLinkHint:Ox,closeHint:String,timeHint:String,eventHint:String,moreLinkClick:Ox,moreLinkClassNames:Ox,moreLinkContent:Ox,moreLinkDidMount:Ox,moreLinkWillUnmount:Ox,monthStartFormat:wx,handleCustomRendering:Ox,customRenderingMetaMap:Ox},_x={eventDisplay:"auto",defaultRangeSeparator:" - ",titleRangeSeparator:" – ",defaultTimedEventDuration:"01:00:00",defaultAllDayEventDuration:{day:1},forceEventDuration:!1,nextDayThreshold:"00:00:00",dayHeaders:!0,initialView:"",aspectRatio:1.35,headerToolbar:{start:"title",center:"",end:"today prev,next"},weekends:!0,weekNumbers:!1,weekNumberCalculation:"local",editable:!1,nowIndicator:!1,scrollTime:"06:00:00",scrollTimeReset:!0,slotMinTime:"00:00:00",slotMaxTime:"24:00:00",showNonCurrentDates:!0,lazyFetching:!0,startParam:"start",endParam:"end",timeZoneParam:"timeZone",timeZone:"local",locales:[],locale:"",themeSystem:"standard",dragRevertDuration:500,dragScroll:!0,allDayMaintainDuration:!1,unselectAuto:!0,dropAccept:"*",eventOrder:"start,-duration,allDay,title",dayPopoverFormat:{month:"long",day:"numeric",year:"numeric"},handleWindowResize:!0,windowResizeDelay:100,longPressDelay:1e3,eventDragMinDistance:5,expandRows:!1,navLinks:!1,selectable:!1,eventMinHeight:15,eventMinWidth:30,eventShortHeight:30,monthStartFormat:{month:"long",day:"numeric"}},Ex={datesSet:Ox,eventsSet:Ox,eventAdd:Ox,eventChange:Ox,eventRemove:Ox,windowResize:Ox,eventClick:Ox,eventMouseEnter:Ox,eventMouseLeave:Ox,select:Ox,unselect:Ox,loading:Ox,_unmount:Ox,_beforeprint:Ox,_afterprint:Ox,_noEventDrop:Ox,_noEventResize:Ox,_resize:Ox,_scrollRequest:Ox},xx={buttonText:Ox,buttonHints:Ox,views:Ox,plugins:Ox,initialEvents:Ox,events:Ox,eventSources:Ox},Cx={headerToolbar:Ax,footerToolbar:Ax,buttonText:Ax,buttonHints:Ax,buttonIcons:Ax,dateIncrement:Ax,plugins:kx,events:kx,eventSources:kx,resources:kx};function Ax(e,t){return"object"==typeof e&&"object"==typeof t&&e&&t?Hx(e,t):e===t}function kx(e,t){return Array.isArray(e)&&Array.isArray(t)?FE(e,t):e===t}const Dx={type:String,component:Ox,buttonText:String,buttonTextKey:String,dateProfileGeneratorClass:Ox,usesMinMaxTime:Boolean,classNames:Ox,content:Ox,didMount:Ox,willUnmount:Ox};function Tx(e){return Ix(e,Cx)}function Rx(e,t){let n={},r={};for(let r in t)r in e&&(n[r]=t[r](e[r]));for(let n in e)n in t||(r[n]=e[n]);return{refined:n,extra:r}}function Ox(e){return e}const{hasOwnProperty:Mx}=Object.prototype;function Ix(e,t){let n={};if(t)for(let r in t)if(t[r]===Ax){let t=[];for(let o=e.length-1;o>=0;o-=1){let i=e[o][r];if("object"==typeof i&&i)t.unshift(i);else if(void 0!==i){n[r]=i;break}}t.length&&(n[r]=Ix(t))}for(let t=e.length-1;t>=0;t-=1){let r=e[t];for(let e in r)e in n||(n[e]=r[e])}return n}function Nx(e,t){let n={};for(let r in e)t(e[r],r)&&(n[r]=e[r]);return n}function Px(e,t){let n={};for(let r in e)n[r]=t(e[r],r);return n}function jx(e){let t={};for(let n of e)t[n]=!0;return t}function Bx(e){let t=[];for(let n in e)t.push(e[n]);return t}function Hx(e,t){if(e===t)return!0;for(let n in e)if(Mx.call(e,n)&&!(n in t))return!1;for(let n in t)if(Mx.call(t,n)&&e[n]!==t[n])return!1;return!0}const Lx=/^on[A-Z]/;function Fx(e,t){let n=[];for(let r in e)Mx.call(e,r)&&(r in t||n.push(r));for(let r in t)Mx.call(t,r)&&e[r]!==t[r]&&n.push(r);return n}function Ux(e,t,n={}){if(e===t)return!0;for(let r in t)if(!(r in e)||!zx(e[r],t[r],n[r]))return!1;for(let n in e)if(!(n in t))return!1;return!0}function zx(e,t,n){return e===t||!0===n||!!n&&n(e,t)}let $x={};var Vx,Wx;Vx="gregory",Wx=class{getMarkerYear(e){return e.getUTCFullYear()}getMarkerMonth(e){return e.getUTCMonth()}getMarkerDay(e){return e.getUTCDate()}arrayToMarker(e){return KE(e)}markerToArray(e){return JE(e)}},$x[Vx]=Wx;const qx=/^\s*(\d{4})(-?(\d{2})(-?(\d{2})([T ](\d{2}):?(\d{2})(:?(\d{2})(\.(\d+))?)?(Z|(([-+])(\d{2})(:?(\d{2}))?))?)?)?)?$/;class Gx{constructor(e){let t=this.timeZone=e.timeZone,n="local"!==t&&"UTC"!==t;e.namedTimeZoneImpl&&n&&(this.namedTimeZoneImpl=new e.namedTimeZoneImpl(t)),this.canComputeOffset=Boolean(!n||this.namedTimeZoneImpl),this.calendarSystem=function(e){return new $x[e]}(e.calendarSystem),this.locale=e.locale,this.weekDow=e.locale.week.dow,this.weekDoy=e.locale.week.doy,"ISO"===e.weekNumberCalculation&&(this.weekDow=1,this.weekDoy=4),"number"==typeof e.firstDay&&(this.weekDow=e.firstDay),"function"==typeof e.weekNumberCalculation&&(this.weekNumberFunc=e.weekNumberCalculation),this.weekText=null!=e.weekText?e.weekText:e.locale.options.weekText,this.weekTextLong=(null!=e.weekTextLong?e.weekTextLong:e.locale.options.weekTextLong)||this.weekText,this.cmdFormatter=e.cmdFormatter,this.defaultSeparator=e.defaultSeparator}createMarker(e){let t=this.createMarkerMeta(e);return null===t?null:t.marker}createNowMarker(){return this.canComputeOffset?this.timestampToMarker((new Date).valueOf()):KE(ZE(new Date))}createMarkerMeta(e){if("string"==typeof e)return this.parse(e);let t=null;return"number"==typeof e?t=this.timestampToMarker(e):e instanceof Date?(e=e.valueOf(),isNaN(e)||(t=this.timestampToMarker(e))):Array.isArray(e)&&(t=KE(e)),null!==t&&ex(t)?{marker:t,isTimeUnspecified:!1,forcedTzo:null}:null}parse(e){let t=function(e){let t=qx.exec(e);if(t){let e=new Date(Date.UTC(Number(t[1]),t[3]?Number(t[3])-1:0,Number(t[5]||1),Number(t[7]||0),Number(t[8]||0),Number(t[10]||0),t[12]?1e3*Number(`0.${t[12]}`):0));if(ex(e)){let n=null;return t[13]&&(n=("-"===t[15]?-1:1)*(60*Number(t[16]||0)+Number(t[18]||0))),{marker:e,isTimeUnspecified:!t[6],timeZoneOffset:n}}}return null}(e);if(null===t)return null;let{marker:n}=t,r=null;return null!==t.timeZoneOffset&&(this.canComputeOffset?n=this.timestampToMarker(n.valueOf()-60*t.timeZoneOffset*1e3):r=t.timeZoneOffset),{marker:n,isTimeUnspecified:t.isTimeUnspecified,forcedTzo:r}}getYear(e){return this.calendarSystem.getMarkerYear(e)}getMonth(e){return this.calendarSystem.getMarkerMonth(e)}getDay(e){return this.calendarSystem.getMarkerDay(e)}add(e,t){let n=this.calendarSystem.markerToArray(e);return n[0]+=t.years,n[1]+=t.months,n[2]+=t.days,n[6]+=t.milliseconds,this.calendarSystem.arrayToMarker(n)}subtract(e,t){let n=this.calendarSystem.markerToArray(e);return n[0]-=t.years,n[1]-=t.months,n[2]-=t.days,n[6]-=t.milliseconds,this.calendarSystem.arrayToMarker(n)}addYears(e,t){let n=this.calendarSystem.markerToArray(e);return n[0]+=t,this.calendarSystem.arrayToMarker(n)}addMonths(e,t){let n=this.calendarSystem.markerToArray(e);return n[1]+=t,this.calendarSystem.arrayToMarker(n)}diffWholeYears(e,t){let{calendarSystem:n}=this;return tx(e)===tx(t)&&n.getMarkerDay(e)===n.getMarkerDay(t)&&n.getMarkerMonth(e)===n.getMarkerMonth(t)?n.getMarkerYear(t)-n.getMarkerYear(e):null}diffWholeMonths(e,t){let{calendarSystem:n}=this;return tx(e)===tx(t)&&n.getMarkerDay(e)===n.getMarkerDay(t)?n.getMarkerMonth(t)-n.getMarkerMonth(e)+12*(n.getMarkerYear(t)-n.getMarkerYear(e)):null}greatestWholeUnit(e,t){let n=this.diffWholeYears(e,t);return null!==n?{unit:"year",value:n}:(n=this.diffWholeMonths(e,t),null!==n?{unit:"month",value:n}:(n=function(e,t){let n=qE(e,t);return null!==n&&n%7==0?n/7:null}(e,t),null!==n?{unit:"week",value:n}:(n=qE(e,t),null!==n?{unit:"day",value:n}:(n=function(e,t){return(t.valueOf()-e.valueOf())/36e5}(e,t),TE(n)?{unit:"hour",value:n}:(n=function(e,t){return(t.valueOf()-e.valueOf())/6e4}(e,t),TE(n)?{unit:"minute",value:n}:(n=function(e,t){return(t.valueOf()-e.valueOf())/1e3}(e,t),TE(n)?{unit:"second",value:n}:{unit:"millisecond",value:t.valueOf()-e.valueOf()}))))))}countDurationsBetween(e,t,n){let r;return n.years&&(r=this.diffWholeYears(e,t),null!==r)?r/(jE(n)/365):n.months&&(r=this.diffWholeMonths(e,t),null!==r)?r/function(e){return jE(e)/30}(n):n.days&&(r=qE(e,t),null!==r)?r/jE(n):(t.valueOf()-e.valueOf())/BE(n)}startOf(e,t){return"year"===t?this.startOfYear(e):"month"===t?this.startOfMonth(e):"week"===t?this.startOfWeek(e):"day"===t?GE(e):"hour"===t?function(e){return KE([e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours()])}(e):"minute"===t?function(e){return KE([e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes()])}(e):"second"===t?function(e){return KE([e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds()])}(e):null}startOfYear(e){return this.calendarSystem.arrayToMarker([this.calendarSystem.getMarkerYear(e)])}startOfMonth(e){return this.calendarSystem.arrayToMarker([this.calendarSystem.getMarkerYear(e),this.calendarSystem.getMarkerMonth(e)])}startOfWeek(e){return this.calendarSystem.arrayToMarker([this.calendarSystem.getMarkerYear(e),this.calendarSystem.getMarkerMonth(e),e.getUTCDate()-(e.getUTCDay()-this.weekDow+7)%7])}computeWeekNumber(e){return this.weekNumberFunc?this.weekNumberFunc(this.toDate(e)):function(e,t,n){let r=e.getUTCFullYear(),o=YE(e,r,t,n);if(o<1)return YE(e,r-1,t,n);let i=YE(e,r+1,t,n);return i>=1?Math.min(o,i):o}(e,this.weekDow,this.weekDoy)}format(e,t,n={}){return t.format({marker:e,timeZoneOffset:null!=n.forcedTzo?n.forcedTzo:this.offsetForMarker(e)},this)}formatRange(e,t,n,r={}){return r.isEndExclusive&&(t=VE(t,-1)),n.formatRange({marker:e,timeZoneOffset:null!=r.forcedStartTzo?r.forcedStartTzo:this.offsetForMarker(e)},{marker:t,timeZoneOffset:null!=r.forcedEndTzo?r.forcedEndTzo:this.offsetForMarker(t)},this,r.defaultSeparator)}formatIso(e,t={}){let n=null;return t.omitTimeZoneOffset||(n=null!=t.forcedTzo?t.forcedTzo:this.offsetForMarker(e)),nx(e,n,t.omitTime)}timestampToMarker(e){return"local"===this.timeZone?KE(ZE(new Date(e))):"UTC"!==this.timeZone&&this.namedTimeZoneImpl?KE(this.namedTimeZoneImpl.timestampToArray(e)):new Date(e)}offsetForMarker(e){return"local"===this.timeZone?-XE(JE(e)).getTimezoneOffset():"UTC"===this.timeZone?0:this.namedTimeZoneImpl?this.namedTimeZoneImpl.offsetForArray(JE(e)):null}toDate(e,t){return"local"===this.timeZone?XE(JE(e)):"UTC"===this.timeZone?new Date(e.valueOf()):this.namedTimeZoneImpl?new Date(e.valueOf()-1e3*this.namedTimeZoneImpl.offsetForArray(JE(e))*60):new Date(e.valueOf()-(t||0))}}class Yx{constructor(e){this.iconOverrideOption&&this.setIconOverride(e[this.iconOverrideOption])}setIconOverride(e){let t,n;if("object"==typeof e&&e){for(n in t=Object.assign({},this.iconClasses),e)t[n]=this.applyIconOverridePrefix(e[n]);this.iconClasses=t}else!1===e&&(this.iconClasses={})}applyIconOverridePrefix(e){let t=this.iconOverridePrefix;return t&&0!==e.indexOf(t)&&(e=t+e),e}getClass(e){return this.classes[e]||""}getIconClass(e,t){let n;return n=t&&this.rtlIconClasses&&this.rtlIconClasses[e]||this.iconClasses[e],n?`${this.baseIconClass} ${n}`:""}getCustomButtonIconClass(e){let t;return this.iconOverrideCustomButtonOption&&(t=e[this.iconOverrideCustomButtonOption],t)?`${this.baseIconClass} ${this.applyIconOverridePrefix(t)}`:""}}function Qx(e){e();let t=DS.debounceRendering,n=[];for(DS.debounceRendering=function(e){n.push(e)},d_(US(Zx,{}),document.createElement("div"));n.length;)n.shift()();DS.debounceRendering=t}Yx.prototype.classes={},Yx.prototype.iconClasses={},Yx.prototype.baseIconClass="",Yx.prototype.iconOverridePrefix="";class Zx extends YS{render(){return US("div",{})}componentDidMount(){this.setState({})}}function Xx(e){let t=f_(e),n=t.Provider;return t.Provider=function(){let e=!this.getChildContext,t=n.apply(this,arguments);if(e){let e=[];this.shouldComponentUpdate=t=>{this.props.value!==t.value&&e.forEach((e=>{e.context=t.value,e.forceUpdate()}))},this.sub=t=>{e.push(t);let n=t.componentWillUnmount;t.componentWillUnmount=()=>{e.splice(e.indexOf(t),1),n&&n.call(t)}}}return t},t}class Jx{constructor(e,t,n,r){this.execFunc=e,this.emitter=t,this.scrollTime=n,this.scrollTimeReset=r,this.handleScrollRequest=e=>{this.queuedRequest=Object.assign({},this.queuedRequest||{},e),this.drain()},t.on("_scrollRequest",this.handleScrollRequest),this.fireInitialScroll()}detach(){this.emitter.off("_scrollRequest",this.handleScrollRequest)}update(e){e&&this.scrollTimeReset?this.fireInitialScroll():this.drain()}fireInitialScroll(){this.handleScrollRequest({time:this.scrollTime})}drain(){this.queuedRequest&&this.execFunc(this.queuedRequest)&&(this.queuedRequest=null)}}const Kx=Xx({});function eC(e,t,n,r,o,i,s,a,l,c,u,d,f){return{dateEnv:o,options:n,pluginHooks:s,emitter:c,dispatch:a,getCurrentData:l,calendarApi:u,viewSpec:e,viewApi:t,dateProfileGenerator:r,theme:i,isRtl:"rtl"===n.direction,addResizeHandler(e){c.on("_resize",e)},removeResizeHandler(e){c.off("_resize",e)},createScrollResponder:e=>new Jx(e,c,IE(n.scrollTime),n.scrollTimeReset),registerInteractiveComponent:d,unregisterInteractiveComponent:f}}class tC extends YS{shouldComponentUpdate(e,t){return this.debug&&console.log(Fx(e,this.props),Fx(t,this.state)),!Ux(this.props,e,this.propEquality)||!Ux(this.state,t,this.stateEquality)}safeSetState(e){Ux(this.state,Object.assign(Object.assign({},this.state),e),this.stateEquality)||this.setState(e)}}tC.addPropsEquality=function(e){let t=Object.create(this.prototype.propEquality);Object.assign(t,e),this.prototype.propEquality=t},tC.addStateEquality=function(e){let t=Object.create(this.prototype.stateEquality);Object.assign(t,e),this.prototype.stateEquality=t},tC.contextType=Kx,tC.prototype.propEquality={},tC.prototype.stateEquality={};class nC extends tC{}function rC(e,t){"function"==typeof e?e(t):e&&(e.current=t)}nC.contextType=Kx;class oC extends nC{constructor(){super(...arguments),this.id=_E(),this.queuedDomNodes=[],this.currentDomNodes=[],this.handleEl=e=>{iC(this.props.generatorName,this.context.options)||this.updateElRef(e)},this.updateElRef=e=>{this.props.elRef&&rC(this.props.elRef,e)}}render(){const{props:e,context:t}=this,{options:n}=t,{customGenerator:r,defaultGenerator:o,renderProps:i}=e,s=sC(e,[],this.handleEl);let a,l,c=!1,u=[];if(null!=r){const e="function"==typeof r?r(i,US):r;if(!0===e)c=!0;else{const t=e&&"object"==typeof e;t&&"html"in e?s.dangerouslySetInnerHTML={__html:e.html}:t&&"domNodes"in e?u=Array.prototype.slice.call(e.domNodes):(t?RS(e):"function"!=typeof e)?a=e:l=e}}else c=!iC(e.generatorName,n);return c&&o&&(a=o(i)),this.queuedDomNodes=u,this.currentGeneratorMeta=l,US(e.elTag,s,a)}componentDidMount(){this.applyQueueudDomNodes(),this.triggerCustomRendering(!0)}componentDidUpdate(){this.applyQueueudDomNodes(),this.triggerCustomRendering(!0)}componentWillUnmount(){this.triggerCustomRendering(!1)}triggerCustomRendering(e){var t;const{props:n,context:r}=this,{handleCustomRendering:o,customRenderingMetaMap:i}=r.options;if(o){const r=null!==(t=this.currentGeneratorMeta)&&void 0!==t?t:null==i?void 0:i[n.generatorName];r&&o(Object.assign(Object.assign({id:this.id,isActive:e,containerEl:this.base,reportNewContainerEl:this.updateElRef,generatorMeta:r},n),{elClasses:(n.elClasses||[]).filter(aC)}))}}applyQueueudDomNodes(){const{queuedDomNodes:e,currentDomNodes:t}=this,n=this.base;if(!FE(e,t)){t.forEach(aE);for(let t of e)n.appendChild(t);this.currentDomNodes=e}}}function iC(e,t){var n;return Boolean(t.handleCustomRendering&&e&&(null===(n=t.customRenderingMetaMap)||void 0===n?void 0:n[e]))}function sC(e,t,n){const r=Object.assign(Object.assign({},e.elAttrs),{ref:n});return(e.elClasses||t)&&(r.className=(e.elClasses||[]).concat(t||[]).concat(r.className||[]).filter(Boolean).join(" ")),e.elStyle&&(r.style=e.elStyle),r}function aC(e){return Boolean(e)}oC.addPropsEquality({elClasses:FE,elStyle:Hx,elAttrs:function(e,t){const n=Fx(e,t);for(let e of n)if(!Lx.test(e))return!1;return!0},renderProps:Hx});const lC=Xx(0);class cC extends YS{constructor(){super(...arguments),this.InnerContent=uC.bind(void 0,this),this.handleEl=e=>{this.el=e,this.props.elRef&&rC(this.props.elRef,e)}}render(){const{props:e}=this,t=function(e,t){const n="function"==typeof e?e(t):e||[];return"string"==typeof n?[n]:n}(e.classNameGenerator,e.renderProps);if(e.children){const n=sC(e,t,this.handleEl),r=e.children(this.InnerContent,e.renderProps,n);return e.elTag?US(e.elTag,n,r):r}return US(oC,Object.assign(Object.assign({},e),{elRef:this.handleEl,elTag:e.elTag||"div",elClasses:(e.elClasses||[]).concat(t),renderId:this.context}))}componentDidMount(){var e,t;null===(t=(e=this.props).didMount)||void 0===t||t.call(e,Object.assign(Object.assign({},this.props.renderProps),{el:this.el}))}componentWillUnmount(){var e,t;null===(t=(e=this.props).willUnmount)||void 0===t||t.call(e,Object.assign(Object.assign({},this.props.renderProps),{el:this.el}))}}function uC(e,t){const n=e.props;return US(oC,Object.assign({renderProps:n.renderProps,generatorName:n.generatorName,customGenerator:n.customGenerator,defaultGenerator:n.defaultGenerator,renderId:e.context},t))}cC.contextType=lC;class dC extends nC{render(){let{props:e,context:t}=this,{options:n}=t,r={view:t.viewApi};return US(cC,Object.assign({},e,{elTag:e.elTag||"div",elClasses:[...fC(e.viewSpec),...e.elClasses||[]],renderProps:r,classNameGenerator:n.viewClassNames,generatorName:void 0,didMount:n.viewDidMount,willUnmount:n.viewWillUnmount}),(()=>e.children))}}function fC(e){return[`fc-${e.type}-view`,"fc-view"]}function pC(e,t){let n,r,o=[],{start:i}=t;for(e.sort(hC),n=0;n<e.length;n+=1)r=e[n],r.start>i&&o.push({start:i,end:r.start}),r.end>i&&(i=r.end);return i<t.end&&o.push({start:i,end:t.end}),o}function hC(e,t){return e.start.valueOf()-t.start.valueOf()}function gC(e,t){let{start:n,end:r}=e,o=null;return null!==t.start&&(n=null===n?t.start:new Date(Math.max(n.valueOf(),t.start.valueOf()))),null!=t.end&&(r=null===r?t.end:new Date(Math.min(r.valueOf(),t.end.valueOf()))),(null===n||null===r||n<r)&&(o={start:n,end:r}),o}function vC(e,t){return(null===e.end||null===t.start||e.end>t.start)&&(null===e.start||null===t.end||e.start<t.end)}function mC(e,t){return(null===e.start||null!==t.start&&t.start>=e.start)&&(null===e.end||null!==t.end&&t.end<=e.end)}function yC(e,t){return(null===e.start||t>=e.start)&&(null===e.end||t<e.end)}function bC(e){let t=Math.floor(WE(e.start,e.end))||1,n=GE(e.start);return{start:n,end:$E(n,t)}}function wC(e,t=IE(0)){let n=null,r=null;if(e.end){r=GE(e.end);let n=e.end.valueOf()-r.valueOf();n&&n>=BE(t)&&(r=$E(r,1))}return e.start&&(n=GE(e.start),r&&r<=n&&(r=$E(n,1))),{start:n,end:r}}function SC(e,t,n,r){return"year"===r?IE(n.diffWholeYears(e,t),"year"):"month"===r?IE(n.diffWholeMonths(e,t),"month"):function(e,t){let n=GE(e),r=GE(t);return{years:0,months:0,days:Math.round(WE(n,r)),milliseconds:t.valueOf()-r.valueOf()-(e.valueOf()-n.valueOf())}}(e,t)}function _C(e,t){return"function"==typeof e&&(e=e()),null==e?t.createNowMarker():t.createMarker(e)}class EC{constructor(e){this.props=e,this.nowDate=_C(e.nowInput,e.dateEnv),this.initHiddenDays()}buildPrev(e,t,n){let{dateEnv:r}=this.props,o=r.subtract(r.startOf(t,e.currentRangeUnit),e.dateIncrement);return this.build(o,-1,n)}buildNext(e,t,n){let{dateEnv:r}=this.props,o=r.add(r.startOf(t,e.currentRangeUnit),e.dateIncrement);return this.build(o,1,n)}build(e,t,n=!0){let r,o,i,s,a,l,{props:c}=this;return r=this.buildValidRange(),r=this.trimHiddenDays(r),n&&(e=function(e,t){return null!=t.start&&e<t.start?t.start:null!=t.end&&e>=t.end?new Date(t.end.valueOf()-1):e}(e,r)),o=this.buildCurrentRangeInfo(e,t),i=/^(year|month|week|day)$/.test(o.unit),s=this.buildRenderRange(this.trimHiddenDays(o.range),o.unit,i),s=this.trimHiddenDays(s),a=s,c.showNonCurrentDates||(a=gC(a,o.range)),a=this.adjustActiveRange(a),a=gC(a,r),l=vC(o.range,r),yC(s,e)||(e=s.start),{currentDate:e,validRange:r,currentRange:o.range,currentRangeUnit:o.unit,isRangeAllDay:i,activeRange:a,renderRange:s,slotMinTime:c.slotMinTime,slotMaxTime:c.slotMaxTime,isValid:l,dateIncrement:this.buildDateIncrement(o.duration)}}buildValidRange(){let e=this.props.validRangeInput,t="function"==typeof e?e.call(this.props.calendarApi,this.nowDate):e;return this.refineRange(t)||{start:null,end:null}}buildCurrentRangeInfo(e,t){let n,{props:r}=this,o=null,i=null,s=null;return r.duration?(o=r.duration,i=r.durationUnit,s=this.buildRangeFromDuration(e,t,o,i)):(n=this.props.dayCount)?(i="day",s=this.buildRangeFromDayCount(e,t,n)):(s=this.buildCustomVisibleRange(e))?i=r.dateEnv.greatestWholeUnit(s.start,s.end).unit:(o=this.getFallbackDuration(),i=LE(o).unit,s=this.buildRangeFromDuration(e,t,o,i)),{duration:o,unit:i,range:s}}getFallbackDuration(){return IE({day:1})}adjustActiveRange(e){let{dateEnv:t,usesMinMaxTime:n,slotMinTime:r,slotMaxTime:o}=this.props,{start:i,end:s}=e;return n&&(jE(r)<0&&(i=GE(i),i=t.add(i,r)),jE(o)>1&&(s=GE(s),s=$E(s,-1),s=t.add(s,o))),{start:i,end:s}}buildRangeFromDuration(e,t,n,r){let o,i,s,{dateEnv:a,dateAlignment:l}=this.props;if(!l){let{dateIncrement:e}=this.props;l=e&&BE(e)<BE(n)?LE(e).unit:r}function c(){o=a.startOf(e,l),i=a.add(o,n),s={start:o,end:i}}return jE(n)<=1&&this.isHiddenDay(o)&&(o=this.skipHiddenDays(o,t),o=GE(o)),c(),this.trimHiddenDays(s)||(e=this.skipHiddenDays(e,t),c()),s}buildRangeFromDayCount(e,t,n){let r,{dateEnv:o,dateAlignment:i}=this.props,s=0,a=e;i&&(a=o.startOf(a,i)),a=GE(a),a=this.skipHiddenDays(a,t),r=a;do{r=$E(r,1),this.isHiddenDay(r)||(s+=1)}while(s<n);return{start:a,end:r}}buildCustomVisibleRange(e){let{props:t}=this,n=t.visibleRangeInput,r="function"==typeof n?n.call(t.calendarApi,t.dateEnv.toDate(e)):n,o=this.refineRange(r);return!o||null!=o.start&&null!=o.end?o:null}buildRenderRange(e,t,n){return e}buildDateIncrement(e){let t,{dateIncrement:n}=this.props;return n||((t=this.props.dateAlignment)?IE(1,t):e||IE({days:1}))}refineRange(e){if(e){let t=function(e,t){let n=null,r=null;return e.start&&(n=t.createMarker(e.start)),e.end&&(r=t.createMarker(e.end)),n||r?n&&r&&r<n?null:{start:n,end:r}:null}(e,this.props.dateEnv);return t&&(t=wC(t)),t}return null}initHiddenDays(){let e,t=this.props.hiddenDays||[],n=[],r=0;for(!1===this.props.weekends&&t.push(0,6),e=0;e<7;e+=1)(n[e]=-1!==t.indexOf(e))||(r+=1);if(!r)throw new Error("invalid hiddenDays");this.isHiddenDayHash=n}trimHiddenDays(e){let{start:t,end:n}=e;return t&&(t=this.skipHiddenDays(t)),n&&(n=this.skipHiddenDays(n,-1,!0)),null==t||null==n||t<n?{start:t,end:n}:null}isHiddenDay(e){return e instanceof Date&&(e=e.getUTCDay()),this.isHiddenDayHash[e]}skipHiddenDays(e,t=1,n=!1){for(;this.isHiddenDayHash[(e.getUTCDay()+(n?t:0)+7)%7];)e=$E(e,t);return e}}function xC(e,t,n,r){return{instanceId:_E(),defId:e,range:t,forcedStartTzo:null==n?null:n,forcedEndTzo:null==r?null:r}}function CC(e,t,n){let{dateEnv:r,pluginHooks:o,options:i}=n,{defs:s,instances:a}=e;a=Nx(a,(e=>!s[e.defId].recurringDef));for(let e in s){let n=s[e];if(n.recurringDef){let{duration:s}=n.recurringDef;s||(s=n.allDay?i.defaultAllDayEventDuration:i.defaultTimedEventDuration);let l=AC(n,s,t,r,o.recurringTypes);for(let t of l){let n=xC(e,{start:t,end:r.add(t,s)});a[n.instanceId]=n}}}return{defs:s,instances:a}}function AC(e,t,n,r,o){let i=o[e.recurringDef.typeId].expand(e.recurringDef.typeData,{start:r.subtract(n.start,t),end:n.end},r);return e.allDay&&(i=i.map(GE)),i}const kC={id:String,groupId:String,title:String,url:String,interactive:Boolean},DC={start:Ox,end:Ox,date:Ox,allDay:Boolean},TC=Object.assign(Object.assign(Object.assign({},kC),DC),{extendedProps:Ox});function RC(e,t,n,r,o=MC(n),i,s){let{refined:a,extra:l}=OC(e,n,o),c=function(e,t){let n=null;e&&(n=e.defaultAllDay);null==n&&(n=t.options.defaultAllDay);return n}(t,n),u=function(e,t,n,r){for(let o=0;o<r.length;o+=1){let i=r[o].parse(e,n);if(i){let{allDay:n}=e;return null==n&&(n=t,null==n&&(n=i.allDayGuess,null==n&&(n=!1))),{allDay:n,duration:i.duration,typeData:i.typeData,typeId:o}}}return null}(a,c,n.dateEnv,n.pluginHooks.recurringTypes);if(u){let e=IC(a,l,t?t.sourceId:"",u.allDay,Boolean(u.duration),n,i);return e.recurringDef={typeId:u.typeId,typeData:u.typeData,duration:u.duration},{def:e,instance:null}}let d=function(e,t,n,r){let o,i,{allDay:s}=e,a=null,l=!1,c=null,u=null!=e.start?e.start:e.date;if(o=n.dateEnv.createMarkerMeta(u),o)a=o.marker;else if(!r)return null;null!=e.end&&(i=n.dateEnv.createMarkerMeta(e.end));null==s&&(s=null!=t?t:(!o||o.isTimeUnspecified)&&(!i||i.isTimeUnspecified));s&&a&&(a=GE(a));i&&(c=i.marker,s&&(c=GE(c)),a&&c<=a&&(c=null));c?l=!0:r||(l=n.options.forceEventDuration||!1,c=n.dateEnv.add(a,s?n.options.defaultAllDayEventDuration:n.options.defaultTimedEventDuration));return{allDay:s,hasEnd:l,range:{start:a,end:c},forcedStartTzo:o?o.forcedTzo:null,forcedEndTzo:i?i.forcedTzo:null}}(a,c,n,r);if(d){let e=IC(a,l,t?t.sourceId:"",d.allDay,d.hasEnd,n,i),r=xC(e.defId,d.range,d.forcedStartTzo,d.forcedEndTzo);return s&&e.publicId&&s[e.publicId]&&(r.instanceId=s[e.publicId]),{def:e,instance:r}}return null}function OC(e,t,n=MC(t)){return Rx(e,n)}function MC(e){return Object.assign(Object.assign(Object.assign({},FC),TC),e.pluginHooks.eventRefiners)}function IC(e,t,n,r,o,i,s){let a={title:e.title||"",groupId:e.groupId||"",publicId:e.id||"",url:e.url||"",recurringDef:null,defId:(s&&e.id?s[e.id]:"")||_E(),sourceId:n,allDay:r,hasEnd:o,interactive:e.interactive,ui:zC(e,i),extendedProps:Object.assign(Object.assign({},e.extendedProps||{}),t)};for(let t of i.pluginHooks.eventDefMemberAdders)Object.assign(a,t(e));return Object.freeze(a.ui.classNames),Object.freeze(a.extendedProps),a}function NC(e,t,n,r,o,i){let s={defs:{},instances:{}},a=MC(n);for(let l of e){let e=RC(l,t,n,r,a,o,i);e&&PC(e,s)}return s}function PC(e,t={defs:{},instances:{}}){return t.defs[e.def.defId]=e.def,e.instance&&(t.instances[e.instance.instanceId]=e.instance),t}function jC(e,t){let n=e.instances[t];if(n){let t=e.defs[n.defId],r=HC(e,(e=>{return n=t,r=e,Boolean(n.groupId&&n.groupId===r.groupId);var n,r}));return r.defs[t.defId]=t,r.instances[n.instanceId]=n,r}return{defs:{},instances:{}}}function BC(e,t){return{defs:Object.assign(Object.assign({},e.defs),t.defs),instances:Object.assign(Object.assign({},e.instances),t.instances)}}function HC(e,t){let n=Nx(e.defs,t),r=Nx(e.instances,(e=>n[e.defId]));return{defs:n,instances:r}}function LC(e){return Array.isArray(e)?e:"string"==typeof e?e.split(/\s+/):[]}const FC={display:String,editable:Boolean,startEditable:Boolean,durationEditable:Boolean,constraint:Ox,overlap:Ox,allow:Ox,className:LC,classNames:LC,color:String,backgroundColor:String,borderColor:String,textColor:String},UC={display:null,startEditable:null,durationEditable:null,constraints:[],overlap:null,allows:[],backgroundColor:"",borderColor:"",textColor:"",classNames:[]};function zC(e,t){let n=function(e,t){return Array.isArray(e)?NC(e,null,t,!0):"object"==typeof e&&e?NC([e],null,t,!0):null!=e?String(e):null}(e.constraint,t);return{display:e.display||null,startEditable:null!=e.startEditable?e.startEditable:e.editable,durationEditable:null!=e.durationEditable?e.durationEditable:e.editable,constraints:null!=n?[n]:[],overlap:null!=e.overlap?e.overlap:null,allows:null!=e.allow?[e.allow]:[],backgroundColor:e.backgroundColor||e.color||"",borderColor:e.borderColor||e.color||"",textColor:e.textColor||"",classNames:(e.className||[]).concat(e.classNames||[])}}function $C(e){return e.reduce(VC,UC)}function VC(e,t){return{display:null!=t.display?t.display:e.display,startEditable:null!=t.startEditable?t.startEditable:e.startEditable,durationEditable:null!=t.durationEditable?t.durationEditable:e.durationEditable,constraints:e.constraints.concat(t.constraints),overlap:"boolean"==typeof t.overlap?t.overlap:e.overlap,allows:e.allows.concat(t.allows),backgroundColor:t.backgroundColor||e.backgroundColor,borderColor:t.borderColor||e.borderColor,textColor:t.textColor||e.textColor,classNames:e.classNames.concat(t.classNames)}}const WC={id:String,defaultAllDay:Boolean,url:String,format:String,events:Ox,eventDataTransform:Ox,success:Ox,failure:Ox};function qC(e,t,n=GC(t)){let r;if("string"==typeof e?r={url:e}:"function"==typeof e||Array.isArray(e)?r={events:e}:"object"==typeof e&&e&&(r=e),r){let{refined:o,extra:i}=Rx(r,n),s=function(e,t){let n=t.pluginHooks.eventSourceDefs;for(let t=n.length-1;t>=0;t-=1){let r=n[t].parseMeta(e);if(r)return{sourceDefId:t,meta:r}}return null}(o,t);if(s)return{_raw:e,isFetching:!1,latestFetchId:"",fetchRange:null,defaultAllDay:o.defaultAllDay,eventDataTransform:o.eventDataTransform,success:o.success,failure:o.failure,publicId:o.id||"",sourceId:_E(),sourceDefId:s.sourceDefId,meta:s.meta,ui:zC(o,t),extendedProps:i}}return null}function GC(e){return Object.assign(Object.assign(Object.assign({},FC),WC),e.pluginHooks.eventSourceRefiners)}function YC(e,t,n,r,o){switch(t.type){case"RECEIVE_EVENTS":return function(e,t,n,r,o,i){if(t&&n===t.latestFetchId){let n=NC(QC(o,t,i),t,i);return r&&(n=CC(n,r,i)),BC(JC(e,t.sourceId),n)}return e}(e,n[t.sourceId],t.fetchId,t.fetchRange,t.rawEvents,o);case"RESET_RAW_EVENTS":return function(e,t,n,r,o){const{defIdMap:i,instanceIdMap:s}=function(e){const{defs:t,instances:n}=e,r={},o={};for(let e in t){const n=t[e],{publicId:o}=n;o&&(r[o]=e)}for(let e in n){const r=t[n[e].defId],{publicId:i}=r;i&&(o[i]=e)}return{defIdMap:r,instanceIdMap:o}}(e);let a=NC(QC(n,t,o),t,o,!1,i,s);return CC(a,r,o)}(e,n[t.sourceId],t.rawEvents,r.activeRange,o);case"ADD_EVENTS":return function(e,t,n,r){n&&(t=CC(t,n,r));return BC(e,t)}(e,t.eventStore,r?r.activeRange:null,o);case"RESET_EVENTS":return t.eventStore;case"MERGE_EVENTS":return BC(e,t.eventStore);case"PREV":case"NEXT":case"CHANGE_DATE":case"CHANGE_VIEW_TYPE":return r?CC(e,r.activeRange,o):e;case"REMOVE_EVENTS":return function(e,t){let{defs:n,instances:r}=e,o={},i={};for(let e in n)t.defs[e]||(o[e]=n[e]);for(let e in r)!t.instances[e]&&o[r[e].defId]&&(i[e]=r[e]);return{defs:o,instances:i}}(e,t.eventStore);case"REMOVE_EVENT_SOURCE":return JC(e,t.sourceId);case"REMOVE_ALL_EVENT_SOURCES":return HC(e,(e=>!e.sourceId));case"REMOVE_ALL_EVENTS":return{defs:{},instances:{}};default:return e}}function QC(e,t,n){let r=n.options.eventDataTransform,o=t?t.eventDataTransform:null;return o&&(e=ZC(e,o)),r&&(e=ZC(e,r)),e}function ZC(e,t){let n;if(t){n=[];for(let r of e){let e=t(r);e?n.push(e):null==e&&n.push(r)}}else n=e;return n}function XC(e,t,n){let{defs:r}=e,o=Px(e.instances,(e=>r[e.defId].allDay?e:Object.assign(Object.assign({},e),{range:{start:n.createMarker(t.toDate(e.range.start,e.forcedStartTzo)),end:n.createMarker(t.toDate(e.range.end,e.forcedEndTzo))},forcedStartTzo:n.canComputeOffset?null:e.forcedStartTzo,forcedEndTzo:n.canComputeOffset?null:e.forcedEndTzo})));return{defs:r,instances:o}}function JC(e,t){return HC(e,(e=>e.sourceId!==t))}class KC{constructor(){this.handlers={},this.thisContext=null}setThisContext(e){this.thisContext=e}setOptions(e){this.options=e}on(e,t){!function(e,t,n){(e[t]||(e[t]=[])).push(n)}(this.handlers,e,t)}off(e,t){!function(e,t,n){n?e[t]&&(e[t]=e[t].filter((e=>e!==n))):delete e[t]}(this.handlers,e,t)}trigger(e,...t){let n=this.handlers[e]||[],r=this.options&&this.options[e],o=[].concat(r||[],n);for(let e of o)e.apply(this.thisContext,t)}hasHandlers(e){return Boolean(this.handlers[e]&&this.handlers[e].length||this.options&&this.options[e])}}const eA={startTime:"09:00",endTime:"17:00",daysOfWeek:[1,2,3,4,5],display:"inverse-background",classNames:"fc-non-business",groupId:"_businessHours"};function tA(e,t){return NC(function(e){let t;t=!0===e?[{}]:Array.isArray(e)?e.filter((e=>e.daysOfWeek)):"object"==typeof e&&e?[e]:[];return t=t.map((e=>Object.assign(Object.assign({},eA),e))),t}(e),null,t)}function nA(e,t,n){n.emitter.trigger("select",Object.assign(Object.assign({},rA(e,n)),{jsEvent:t?t.origEvent:null,view:n.viewApi||n.calendarApi.view}))}function rA(e,t){let n={};for(let r of t.pluginHooks.dateSpanTransforms)Object.assign(n,r(e,t));var r,o;return Object.assign(n,(r=e,o=t.dateEnv,Object.assign(Object.assign({},RA(r.range,o,r.allDay)),{allDay:r.allDay}))),n}function oA(e,t,n){let{dateEnv:r,options:o}=n,i=t;return e?(i=GE(i),i=r.add(i,o.defaultAllDayEventDuration)):i=r.add(i,o.defaultTimedEventDuration),i}function iA(e,t,n,r){let o=gA(e.defs,t),i={defs:{},instances:{}};for(let t in e.defs){let s=e.defs[t];i.defs[t]=sA(s,o[t],n,r)}for(let t in e.instances){let s=e.instances[t],a=i.defs[s.defId];i.instances[t]=aA(s,a,o[s.defId],n,r)}return i}function sA(e,t,n,r){let o=n.standardProps||{};null==o.hasEnd&&t.durationEditable&&(n.startDelta||n.endDelta)&&(o.hasEnd=!0);let i=Object.assign(Object.assign(Object.assign({},e),o),{ui:Object.assign(Object.assign({},e.ui),o.ui)});n.extendedProps&&(i.extendedProps=Object.assign(Object.assign({},i.extendedProps),n.extendedProps));for(let e of r.pluginHooks.eventDefMutationAppliers)e(i,n,r);return!i.hasEnd&&r.options.forceEventDuration&&(i.hasEnd=!0),i}function aA(e,t,n,r,o){let{dateEnv:i}=o,s=r.standardProps&&!0===r.standardProps.allDay,a=r.standardProps&&!1===r.standardProps.hasEnd,l=Object.assign({},e);return s&&(l.range=bC(l.range)),r.datesDelta&&n.startEditable&&(l.range={start:i.add(l.range.start,r.datesDelta),end:i.add(l.range.end,r.datesDelta)}),r.startDelta&&n.durationEditable&&(l.range={start:i.add(l.range.start,r.startDelta),end:l.range.end}),r.endDelta&&n.durationEditable&&(l.range={start:l.range.start,end:i.add(l.range.end,r.endDelta)}),a&&(l.range={start:l.range.start,end:oA(t.allDay,l.range.start,o)}),t.allDay&&(l.range={start:GE(l.range.start),end:GE(l.range.end)}),l.range.end<l.range.start&&(l.range.end=oA(t.allDay,l.range.start,o)),l}class lA{constructor(e,t){this.context=e,this.internalEventSource=t}remove(){this.context.dispatch({type:"REMOVE_EVENT_SOURCE",sourceId:this.internalEventSource.sourceId})}refetch(){this.context.dispatch({type:"FETCH_EVENT_SOURCES",sourceIds:[this.internalEventSource.sourceId],isRefetch:!0})}get id(){return this.internalEventSource.publicId}get url(){return this.internalEventSource.meta.url}get format(){return this.internalEventSource.meta.format}}class cA{constructor(e,t,n){this._context=e,this._def=t,this._instance=n||null}setProp(e,t){if(e in DC)console.warn("Could not set date-related prop 'name'. Use one of the date-related methods instead.");else if("id"===e)t=kC[e](t),this.mutate({standardProps:{publicId:t}});else if(e in kC)t=kC[e](t),this.mutate({standardProps:{[e]:t}});else if(e in FC){let n=FC[e](t);n="color"===e?{backgroundColor:t,borderColor:t}:"editable"===e?{startEditable:t,durationEditable:t}:{[e]:t},this.mutate({standardProps:{ui:n}})}else console.warn(`Could not set prop '${e}'. Use setExtendedProp instead.`)}setExtendedProp(e,t){this.mutate({extendedProps:{[e]:t}})}setStart(e,t={}){let{dateEnv:n}=this._context,r=n.createMarker(e);if(r&&this._instance){let e=SC(this._instance.range.start,r,n,t.granularity);t.maintainDuration?this.mutate({datesDelta:e}):this.mutate({startDelta:e})}}setEnd(e,t={}){let n,{dateEnv:r}=this._context;if((null==e||(n=r.createMarker(e),n))&&this._instance)if(n){let e=SC(this._instance.range.end,n,r,t.granularity);this.mutate({endDelta:e})}else this.mutate({standardProps:{hasEnd:!1}})}setDates(e,t,n={}){let r,{dateEnv:o}=this._context,i={allDay:n.allDay},s=o.createMarker(e);var a,l;if(s&&((null==t||(r=o.createMarker(t),r))&&this._instance)){let e=this._instance.range;!0===n.allDay&&(e=bC(e));let t=SC(e.start,s,o,n.granularity);if(r){let s=SC(e.end,r,o,n.granularity);l=s,(a=t).years===l.years&&a.months===l.months&&a.days===l.days&&a.milliseconds===l.milliseconds?this.mutate({datesDelta:t,standardProps:i}):this.mutate({startDelta:t,endDelta:s,standardProps:i})}else i.hasEnd=!1,this.mutate({datesDelta:t,standardProps:i})}}moveStart(e){let t=IE(e);t&&this.mutate({startDelta:t})}moveEnd(e){let t=IE(e);t&&this.mutate({endDelta:t})}moveDates(e){let t=IE(e);t&&this.mutate({datesDelta:t})}setAllDay(e,t={}){let n={allDay:e},{maintainDuration:r}=t;null==r&&(r=this._context.options.allDayMaintainDuration),this._def.allDay!==e&&(n.hasEnd=r),this.mutate({standardProps:n})}formatRange(e){let{dateEnv:t}=this._context,n=this._instance,r=wx(e);return this._def.hasEnd?t.formatRange(n.range.start,n.range.end,r,{forcedStartTzo:n.forcedStartTzo,forcedEndTzo:n.forcedEndTzo}):t.format(n.range.start,r,{forcedTzo:n.forcedStartTzo})}mutate(e){let t=this._instance;if(t){let n=this._def,r=this._context,{eventStore:o}=r.getCurrentData(),i=jC(o,t.instanceId);i=iA(i,{"":{display:"",startEditable:!0,durationEditable:!0,constraints:[],overlap:null,allows:[],backgroundColor:"",borderColor:"",textColor:"",classNames:[]}},e,r);let s=new cA(r,n,t);this._def=i.defs[n.defId],this._instance=i.instances[t.instanceId],r.dispatch({type:"MERGE_EVENTS",eventStore:i}),r.emitter.trigger("eventChange",{oldEvent:s,event:this,relatedEvents:dA(i,r,t),revert(){r.dispatch({type:"RESET_EVENTS",eventStore:o})}})}}remove(){let e=this._context,t=uA(this);e.dispatch({type:"REMOVE_EVENTS",eventStore:t}),e.emitter.trigger("eventRemove",{event:this,relatedEvents:[],revert(){e.dispatch({type:"MERGE_EVENTS",eventStore:t})}})}get source(){let{sourceId:e}=this._def;return e?new lA(this._context,this._context.getCurrentData().eventSources[e]):null}get start(){return this._instance?this._context.dateEnv.toDate(this._instance.range.start):null}get end(){return this._instance&&this._def.hasEnd?this._context.dateEnv.toDate(this._instance.range.end):null}get startStr(){let e=this._instance;return e?this._context.dateEnv.formatIso(e.range.start,{omitTime:this._def.allDay,forcedTzo:e.forcedStartTzo}):""}get endStr(){let e=this._instance;return e&&this._def.hasEnd?this._context.dateEnv.formatIso(e.range.end,{omitTime:this._def.allDay,forcedTzo:e.forcedEndTzo}):""}get id(){return this._def.publicId}get groupId(){return this._def.groupId}get allDay(){return this._def.allDay}get title(){return this._def.title}get url(){return this._def.url}get display(){return this._def.ui.display||"auto"}get startEditable(){return this._def.ui.startEditable}get durationEditable(){return this._def.ui.durationEditable}get constraint(){return this._def.ui.constraints[0]||null}get overlap(){return this._def.ui.overlap}get allow(){return this._def.ui.allows[0]||null}get backgroundColor(){return this._def.ui.backgroundColor}get borderColor(){return this._def.ui.borderColor}get textColor(){return this._def.ui.textColor}get classNames(){return this._def.ui.classNames}get extendedProps(){return this._def.extendedProps}toPlainObject(e={}){let t=this._def,{ui:n}=t,{startStr:r,endStr:o}=this,i={allDay:t.allDay};return t.title&&(i.title=t.title),r&&(i.start=r),o&&(i.end=o),t.publicId&&(i.id=t.publicId),t.groupId&&(i.groupId=t.groupId),t.url&&(i.url=t.url),n.display&&"auto"!==n.display&&(i.display=n.display),e.collapseColor&&n.backgroundColor&&n.backgroundColor===n.borderColor?i.color=n.backgroundColor:(n.backgroundColor&&(i.backgroundColor=n.backgroundColor),n.borderColor&&(i.borderColor=n.borderColor)),n.textColor&&(i.textColor=n.textColor),n.classNames.length&&(i.classNames=n.classNames),Object.keys(t.extendedProps).length&&(e.collapseExtendedProps?Object.assign(i,t.extendedProps):i.extendedProps=t.extendedProps),i}toJSON(){return this.toPlainObject()}}function uA(e){let t=e._def,n=e._instance;return{defs:{[t.defId]:t},instances:n?{[n.instanceId]:n}:{}}}function dA(e,t,n){let{defs:r,instances:o}=e,i=[],s=n?n.instanceId:"";for(let e in o){let n=o[e],a=r[n.defId];n.instanceId!==s&&i.push(new cA(t,a,n))}return i}function fA(e,t,n,r){let o={},i={},s={},a=[],l=[],c=gA(e.defs,t);for(let t in e.defs){let n=e.defs[t];"inverse-background"===c[n.defId].display&&(n.groupId?(o[n.groupId]=[],s[n.groupId]||(s[n.groupId]=n)):i[t]=[])}for(let t in e.instances){let s=e.instances[t],u=e.defs[s.defId],d=c[u.defId],f=s.range,p=!u.allDay&&r?wC(f,r):f,h=gC(p,n);h&&("inverse-background"===d.display?u.groupId?o[u.groupId].push(h):i[s.defId].push(h):"none"!==d.display&&("background"===d.display?a:l).push({def:u,ui:d,instance:s,range:h,isStart:p.start&&p.start.valueOf()===h.start.valueOf(),isEnd:p.end&&p.end.valueOf()===h.end.valueOf()}))}for(let e in o){let t=pC(o[e],n);for(let n of t){let t=s[e],r=c[t.defId];a.push({def:t,ui:r,instance:null,range:n,isStart:!1,isEnd:!1})}}for(let t in i){let r=pC(i[t],n);for(let n of r)a.push({def:e.defs[t],ui:c[t],instance:null,range:n,isStart:!1,isEnd:!1})}return{bg:a,fg:l}}function pA(e,t){e.fcSeg=t}function hA(e){return e.fcSeg||e.parentNode.fcSeg||null}function gA(e,t){return Px(e,(e=>vA(e,t)))}function vA(e,t){let n=[];return t[""]&&n.push(t[""]),t[e.defId]&&n.push(t[e.defId]),n.push(e.ui),$C(n)}function mA(e,t){let n=e.map(yA);return n.sort(((e,n)=>function(e,t,n){let r,o;for(r=0;r<n.length;r+=1)if(o=CE(e,t,n[r]),o)return o;return 0}(e,n,t))),n.map((e=>e._seg))}function yA(e){let{eventRange:t}=e,n=t.def,r=t.instance?t.instance.range:t.range,o=r.start?r.start.valueOf():0,i=r.end?r.end.valueOf():0;return Object.assign(Object.assign(Object.assign({},n.extendedProps),n),{id:n.publicId,start:o,end:i,duration:i-o,allDay:Number(n.allDay),_seg:e})}function bA(e,t){let{pluginHooks:n}=t,r=n.isDraggableTransformers,{def:o,ui:i}=e.eventRange,s=i.startEditable;for(let e of r)s=e(s,o,i,t);return s}function wA(e,t){return e.isStart&&e.eventRange.ui.durationEditable&&t.options.eventResizableFromStart}function SA(e,t){return e.isEnd&&e.eventRange.ui.durationEditable}function _A(e,t,n,r,o,i,s){let{dateEnv:a,options:l}=n,{displayEventTime:c,displayEventEnd:u}=l,d=e.eventRange.def,f=e.eventRange.instance;null==c&&(c=!1!==r),null==u&&(u=!1!==o);let p=f.range.start,h=f.range.end,g=i||e.start||e.eventRange.range.start,v=s||e.end||e.eventRange.range.end,m=GE(p).valueOf()===GE(g).valueOf(),y=GE(VE(h,-1)).valueOf()===GE(VE(v,-1)).valueOf();return c&&!d.allDay&&(m||y)?(g=m?p:g,v=y?h:v,u&&d.hasEnd?a.formatRange(g,v,t,{forcedStartTzo:i?null:f.forcedStartTzo,forcedEndTzo:s?null:f.forcedEndTzo}):a.format(g,t,{forcedTzo:i?null:f.forcedStartTzo})):""}function EA(e,t,n){let r=e.eventRange.range;return{isPast:r.end<(n||t.start),isFuture:r.start>=(n||t.end),isToday:t&&yC(t,r.start)}}function xA(e){let t=["fc-event"];return e.isMirror&&t.push("fc-event-mirror"),e.isDraggable&&t.push("fc-event-draggable"),(e.isStartResizable||e.isEndResizable)&&t.push("fc-event-resizable"),e.isDragging&&t.push("fc-event-dragging"),e.isResizing&&t.push("fc-event-resizing"),e.isSelected&&t.push("fc-event-selected"),e.isStart&&t.push("fc-event-start"),e.isEnd&&t.push("fc-event-end"),e.isPast&&t.push("fc-event-past"),e.isToday&&t.push("fc-event-today"),e.isFuture&&t.push("fc-event-future"),t}function CA(e){return e.instance?e.instance.instanceId:`${e.def.defId}:${e.range.start.toISOString()}`}function AA(e,t){let{def:n,instance:r}=e.eventRange,{url:o}=n;if(o)return{href:o};let{emitter:i,options:s}=t,{eventInteractive:a}=s;return null==a&&(a=n.interactive,null==a&&(a=Boolean(i.hasHandlers("eventClick")))),a?wE((e=>{i.trigger("eventClick",{el:e.target,event:new cA(t,n,r),jsEvent:e,view:t.viewApi})})):{}}const kA={start:Ox,end:Ox,allDay:Boolean};function DA(e,t,n){let r=function(e,t){let{refined:n,extra:r}=Rx(e,kA),o=n.start?t.createMarkerMeta(n.start):null,i=n.end?t.createMarkerMeta(n.end):null,{allDay:s}=n;null==s&&(s=o&&o.isTimeUnspecified&&(!i||i.isTimeUnspecified));return Object.assign({range:{start:o?o.marker:null,end:i?i.marker:null},allDay:s},r)}(e,t),{range:o}=r;if(!o.start)return null;if(!o.end){if(null==n)return null;o.end=t.add(o.start,n)}return r}function TA(e,t,n){return Object.assign(Object.assign({},RA(e,t,n)),{timeZone:t.timeZone})}function RA(e,t,n){return{start:t.toDate(e.start),end:t.toDate(e.end),startStr:t.formatIso(e.start,{omitTime:n}),endStr:t.formatIso(e.end,{omitTime:n})}}class OA extends Error{constructor(e,t){super(e),this.response=t}}let MA;function IA(){return null==MA&&(MA=function(){if("undefined"==typeof document)return!0;let e=document.createElement("div");e.style.position="absolute",e.style.top="0px",e.style.left="0px",e.innerHTML="<table><tr><td><div></div></td></tr></table>",e.querySelector("table").style.height="100px",e.querySelector("div").style.height="100%",document.body.appendChild(e);let t=e.querySelector("div").offsetHeight>0;return document.body.removeChild(e),t}()),MA}class NA extends nC{constructor(){super(...arguments),this.state={forPrint:!1},this.handleBeforePrint=()=>{this.setState({forPrint:!0})},this.handleAfterPrint=()=>{this.setState({forPrint:!1})}}render(){let{props:e}=this,{options:t}=e,{forPrint:n}=this.state,r=n||"auto"===t.height||"auto"===t.contentHeight,o=r||null==t.height?"":t.height,i=["fc",n?"fc-media-print":"fc-media-screen",`fc-direction-${t.direction}`,e.theme.getClass("root")];return IA()||i.push("fc-liquid-hack"),e.children(i,o,r,n)}componentDidMount(){let{emitter:e}=this.props;e.on("_beforeprint",this.handleBeforePrint),e.on("_afterprint",this.handleAfterPrint)}componentWillUnmount(){let{emitter:e}=this.props;e.off("_beforeprint",this.handleBeforePrint),e.off("_afterprint",this.handleAfterPrint)}}class PA{constructor(e){this.component=e.component,this.isHitComboAllowed=e.isHitComboAllowed||null}destroy(){}}function jA(e){return{[e.component.uid]:e}}const BA={};class HA{getCurrentData(){return this.currentDataManager.getCurrentData()}dispatch(e){this.currentDataManager.dispatch(e)}get view(){return this.getCurrentData().viewApi}batchRendering(e){e()}updateSize(){this.trigger("_resize",!0)}setOption(e,t){this.dispatch({type:"SET_OPTION",optionName:e,rawOptionValue:t})}getOption(e){return this.currentDataManager.currentCalendarOptionsInput[e]}getAvailableLocaleCodes(){return Object.keys(this.getCurrentData().availableRawLocales)}on(e,t){let{currentDataManager:n}=this;n.currentCalendarOptionsRefiners[e]?n.emitter.on(e,t):console.warn(`Unknown listener name '${e}'`)}off(e,t){this.currentDataManager.emitter.off(e,t)}trigger(e,...t){this.currentDataManager.emitter.trigger(e,...t)}changeView(e,t){this.batchRendering((()=>{if(this.unselect(),t)if(t.start&&t.end)this.dispatch({type:"CHANGE_VIEW_TYPE",viewType:e}),this.dispatch({type:"SET_OPTION",optionName:"visibleRange",rawOptionValue:t});else{let{dateEnv:n}=this.getCurrentData();this.dispatch({type:"CHANGE_VIEW_TYPE",viewType:e,dateMarker:n.createMarker(t)})}else this.dispatch({type:"CHANGE_VIEW_TYPE",viewType:e})}))}zoomTo(e,t){let n;t=t||"day",n=this.getCurrentData().viewSpecs[t]||this.getUnitViewSpec(t),this.unselect(),n?this.dispatch({type:"CHANGE_VIEW_TYPE",viewType:n.type,dateMarker:e}):this.dispatch({type:"CHANGE_DATE",dateMarker:e})}getUnitViewSpec(e){let t,n,{viewSpecs:r,toolbarConfig:o}=this.getCurrentData(),i=[].concat(o.header?o.header.viewsWithButtons:[],o.footer?o.footer.viewsWithButtons:[]);for(let e in r)i.push(e);for(t=0;t<i.length;t+=1)if(n=r[i[t]],n&&n.singleUnit===e)return n;return null}prev(){this.unselect(),this.dispatch({type:"PREV"})}next(){this.unselect(),this.dispatch({type:"NEXT"})}prevYear(){let e=this.getCurrentData();this.unselect(),this.dispatch({type:"CHANGE_DATE",dateMarker:e.dateEnv.addYears(e.currentDate,-1)})}nextYear(){let e=this.getCurrentData();this.unselect(),this.dispatch({type:"CHANGE_DATE",dateMarker:e.dateEnv.addYears(e.currentDate,1)})}today(){let e=this.getCurrentData();this.unselect(),this.dispatch({type:"CHANGE_DATE",dateMarker:_C(e.calendarOptions.now,e.dateEnv)})}gotoDate(e){let t=this.getCurrentData();this.unselect(),this.dispatch({type:"CHANGE_DATE",dateMarker:t.dateEnv.createMarker(e)})}incrementDate(e){let t=this.getCurrentData(),n=IE(e);n&&(this.unselect(),this.dispatch({type:"CHANGE_DATE",dateMarker:t.dateEnv.add(t.currentDate,n)}))}getDate(){let e=this.getCurrentData();return e.dateEnv.toDate(e.currentDate)}formatDate(e,t){let{dateEnv:n}=this.getCurrentData();return n.format(n.createMarker(e),wx(t))}formatRange(e,t,n){let{dateEnv:r}=this.getCurrentData();return r.formatRange(r.createMarker(e),r.createMarker(t),wx(n),n)}formatIso(e,t){let{dateEnv:n}=this.getCurrentData();return n.formatIso(n.createMarker(e),{omitTime:t})}select(e,t){let n;n=null==t?null!=e.start?e:{start:e,end:null}:{start:e,end:t};let r=this.getCurrentData(),o=DA(n,r.dateEnv,IE({days:1}));o&&(this.dispatch({type:"SELECT_DATES",selection:o}),nA(o,null,r))}unselect(e){let t=this.getCurrentData();t.dateSelection&&(this.dispatch({type:"UNSELECT_DATES"}),function(e,t){t.emitter.trigger("unselect",{jsEvent:e?e.origEvent:null,view:t.viewApi||t.calendarApi.view})}(e,t))}addEvent(e,t){if(e instanceof cA){let t=e._def,n=e._instance;return this.getCurrentData().eventStore.defs[t.defId]||(this.dispatch({type:"ADD_EVENTS",eventStore:PC({def:t,instance:n})}),this.triggerEventAdd(e)),e}let n,r=this.getCurrentData();if(t instanceof lA)n=t.internalEventSource;else if("boolean"==typeof t)t&&([n]=Bx(r.eventSources));else if(null!=t){let e=this.getEventSourceById(t);if(!e)return console.warn(`Could not find an event source with ID "${t}"`),null;n=e.internalEventSource}let o=RC(e,n,r,!1);if(o){let e=new cA(r,o.def,o.def.recurringDef?null:o.instance);return this.dispatch({type:"ADD_EVENTS",eventStore:PC(o)}),this.triggerEventAdd(e),e}return null}triggerEventAdd(e){let{emitter:t}=this.getCurrentData();t.trigger("eventAdd",{event:e,relatedEvents:[],revert:()=>{this.dispatch({type:"REMOVE_EVENTS",eventStore:uA(e)})}})}getEventById(e){let t=this.getCurrentData(),{defs:n,instances:r}=t.eventStore;e=String(e);for(let o in n){let i=n[o];if(i.publicId===e){if(i.recurringDef)return new cA(t,i,null);for(let e in r){let n=r[e];if(n.defId===i.defId)return new cA(t,i,n)}}}return null}getEvents(){let e=this.getCurrentData();return dA(e.eventStore,e)}removeAllEvents(){this.dispatch({type:"REMOVE_ALL_EVENTS"})}getEventSources(){let e=this.getCurrentData(),t=e.eventSources,n=[];for(let r in t)n.push(new lA(e,t[r]));return n}getEventSourceById(e){let t=this.getCurrentData(),n=t.eventSources;e=String(e);for(let r in n)if(n[r].publicId===e)return new lA(t,n[r]);return null}addEventSource(e){let t=this.getCurrentData();if(e instanceof lA)return t.eventSources[e.internalEventSource.sourceId]||this.dispatch({type:"ADD_EVENT_SOURCES",sources:[e.internalEventSource]}),e;let n=qC(e,t);return n?(this.dispatch({type:"ADD_EVENT_SOURCES",sources:[n]}),new lA(t,n)):null}removeAllEventSources(){this.dispatch({type:"REMOVE_ALL_EVENT_SOURCES"})}refetchEvents(){this.dispatch({type:"FETCH_EVENT_SOURCES",isRefetch:!0})}scrollToTime(e){let t=IE(e);t&&this.trigger("_scrollRequest",{time:t})}}function LA(e,t){return e.left>=t.left&&e.left<t.right&&e.top>=t.top&&e.top<t.bottom}function FA(e,t){let n={left:Math.max(e.left,t.left),right:Math.min(e.right,t.right),top:Math.max(e.top,t.top),bottom:Math.min(e.bottom,t.bottom)};return n.left<n.right&&n.top<n.bottom&&n}const UA={defs:{},instances:{}};class zA{constructor(){this.getKeysForEventDefs=ix(this._getKeysForEventDefs),this.splitDateSelection=ix(this._splitDateSpan),this.splitEventStore=ix(this._splitEventStore),this.splitIndividualUi=ix(this._splitIndividualUi),this.splitEventDrag=ix(this._splitInteraction),this.splitEventResize=ix(this._splitInteraction),this.eventUiBuilders={}}splitProps(e){let t=this.getKeyInfo(e),n=this.getKeysForEventDefs(e.eventStore),r=this.splitDateSelection(e.dateSelection),o=this.splitIndividualUi(e.eventUiBases,n),i=this.splitEventStore(e.eventStore,n),s=this.splitEventDrag(e.eventDrag),a=this.splitEventResize(e.eventResize),l={};this.eventUiBuilders=Px(t,((e,t)=>this.eventUiBuilders[t]||ix($A)));for(let n in t){let c=t[n],u=i[n]||UA,d=this.eventUiBuilders[n];l[n]={businessHours:c.businessHours||e.businessHours,dateSelection:r[n]||null,eventStore:u,eventUiBases:d(e.eventUiBases[""],c.ui,o[n]),eventSelection:u.instances[e.eventSelection]?e.eventSelection:"",eventDrag:s[n]||null,eventResize:a[n]||null}}return l}_splitDateSpan(e){let t={};if(e){let n=this.getKeysForDateSpan(e);for(let r of n)t[r]=e}return t}_getKeysForEventDefs(e){return Px(e.defs,(e=>this.getKeysForEventDef(e)))}_splitEventStore(e,t){let{defs:n,instances:r}=e,o={};for(let e in n)for(let r of t[e])o[r]||(o[r]={defs:{},instances:{}}),o[r].defs[e]=n[e];for(let e in r){let n=r[e];for(let r of t[n.defId])o[r]&&(o[r].instances[e]=n)}return o}_splitIndividualUi(e,t){let n={};for(let r in e)if(r)for(let o of t[r])n[o]||(n[o]={}),n[o][r]=e[r];return n}_splitInteraction(e){let t={};if(e){let n=this._splitEventStore(e.affectedEvents,this._getKeysForEventDefs(e.affectedEvents)),r=this._getKeysForEventDefs(e.mutatedEvents),o=this._splitEventStore(e.mutatedEvents,r),i=r=>{t[r]||(t[r]={affectedEvents:n[r]||UA,mutatedEvents:o[r]||UA,isEvent:e.isEvent})};for(let e in n)i(e);for(let e in o)i(e)}return t}}function $A(e,t,n){let r=[];e&&r.push(e),t&&r.push(t);let o={"":$C(r)};return n&&Object.assign(o,n),o}function VA(e,t,n,r){return{dow:e.getUTCDay(),isDisabled:Boolean(r&&!yC(r.activeRange,e)),isOther:Boolean(r&&!yC(r.currentRange,e)),isToday:Boolean(t&&yC(t,e)),isPast:Boolean(n?e<n:!!t&&e<t.start),isFuture:Boolean(n?e>n:!!t&&e>=t.end)}}function WA(e,t){let n=["fc-day",`fc-day-${UE[e.dow]}`];return e.isDisabled?n.push("fc-day-disabled"):(e.isToday&&(n.push("fc-day-today"),n.push(t.getClass("today"))),e.isPast&&n.push("fc-day-past"),e.isFuture&&n.push("fc-day-future"),e.isOther&&n.push("fc-day-other")),n}const qA=wx({year:"numeric",month:"long",day:"numeric"}),GA=wx({week:"long"});function YA(e,t,n="day",r=!0){const{dateEnv:o,options:i,calendarApi:s}=e;let a=o.format(t,"week"===n?GA:qA);if(i.navLinks){let e=o.toDate(t);const l=e=>{let r="day"===n?i.navLinkDayClick:"week"===n?i.navLinkWeekClick:null;"function"==typeof r?r.call(s,o.toDate(t),e):("string"==typeof r&&(n=r),s.zoomTo(t,n))};return Object.assign({title:kE(i.navLinkHint,[a,e],a),"data-navlink":""},r?bE(l):{onClick:l})}return{"aria-label":a}}let QA,ZA=null;function XA(){return null===ZA&&(ZA=function(){let e=document.createElement("div");dE(e,{position:"absolute",top:-1e3,left:0,border:0,padding:0,overflow:"scroll",direction:"rtl"}),e.innerHTML="<div></div>",document.body.appendChild(e);let t=e.firstChild.getBoundingClientRect().left>e.getBoundingClientRect().left;return aE(e),t}()),ZA}function JA(){return QA||(QA=function(){let e=document.createElement("div");e.style.overflow="scroll",e.style.position="absolute",e.style.top="-9999px",e.style.left="-9999px",document.body.appendChild(e);let t=KA(e);return document.body.removeChild(e),t}()),QA}function KA(e){return{x:e.offsetHeight-e.clientHeight,y:e.offsetWidth-e.clientWidth}}function ek(e,t=!1,n){let r=n?e.getBoundingClientRect():tk(e),o=function(e,t=!1){let n=window.getComputedStyle(e),r=parseInt(n.borderLeftWidth,10)||0,o=parseInt(n.borderRightWidth,10)||0,i=parseInt(n.borderTopWidth,10)||0,s=parseInt(n.borderBottomWidth,10)||0,a=KA(e),l=a.y-r-o,c={borderLeft:r,borderRight:o,borderTop:i,borderBottom:s,scrollbarBottom:a.x-i-s,scrollbarLeft:0,scrollbarRight:0};return XA()&&"rtl"===n.direction?c.scrollbarLeft=l:c.scrollbarRight=l,t&&(c.paddingLeft=parseInt(n.paddingLeft,10)||0,c.paddingRight=parseInt(n.paddingRight,10)||0,c.paddingTop=parseInt(n.paddingTop,10)||0,c.paddingBottom=parseInt(n.paddingBottom,10)||0),c}(e,t),i={left:r.left+o.borderLeft+o.scrollbarLeft,right:r.right-o.borderRight-o.scrollbarRight,top:r.top+o.borderTop,bottom:r.bottom-o.borderBottom-o.scrollbarBottom};return t&&(i.left+=o.paddingLeft,i.right-=o.paddingRight,i.top+=o.paddingTop,i.bottom-=o.paddingBottom),i}function tk(e){let t=e.getBoundingClientRect();return{left:t.left+window.pageXOffset,top:t.top+window.pageYOffset,right:t.right+window.pageXOffset,bottom:t.bottom+window.pageYOffset}}function nk(e){let t=[];for(;e instanceof HTMLElement;){let n=window.getComputedStyle(e);if("fixed"===n.position)break;/(auto|scroll)/.test(n.overflow+n.overflowY+n.overflowX)&&t.push(e),e=e.parentNode}return t}class rk{constructor(e,t,n,r){this.els=t;let o=this.originClientRect=e.getBoundingClientRect();n&&this.buildElHorizontals(o.left),r&&this.buildElVerticals(o.top)}buildElHorizontals(e){let t=[],n=[];for(let r of this.els){let o=r.getBoundingClientRect();t.push(o.left-e),n.push(o.right-e)}this.lefts=t,this.rights=n}buildElVerticals(e){let t=[],n=[];for(let r of this.els){let o=r.getBoundingClientRect();t.push(o.top-e),n.push(o.bottom-e)}this.tops=t,this.bottoms=n}leftToIndex(e){let t,{lefts:n,rights:r}=this,o=n.length;for(t=0;t<o;t+=1)if(e>=n[t]&&e<r[t])return t}topToIndex(e){let t,{tops:n,bottoms:r}=this,o=n.length;for(t=0;t<o;t+=1)if(e>=n[t]&&e<r[t])return t}getWidth(e){return this.rights[e]-this.lefts[e]}getHeight(e){return this.bottoms[e]-this.tops[e]}similarTo(e){return ok(this.tops||[],e.tops||[])&&ok(this.bottoms||[],e.bottoms||[])&&ok(this.lefts||[],e.lefts||[])&&ok(this.rights||[],e.rights||[])}}function ok(e,t){const n=e.length;if(n!==t.length)return!1;for(let r=0;r<n;r++)if(Math.round(e[r])!==Math.round(t[r]))return!1;return!0}class ik{getMaxScrollTop(){return this.getScrollHeight()-this.getClientHeight()}getMaxScrollLeft(){return this.getScrollWidth()-this.getClientWidth()}canScrollVertically(){return this.getMaxScrollTop()>0}canScrollHorizontally(){return this.getMaxScrollLeft()>0}canScrollUp(){return this.getScrollTop()>0}canScrollDown(){return this.getScrollTop()<this.getMaxScrollTop()}canScrollLeft(){return this.getScrollLeft()>0}canScrollRight(){return this.getScrollLeft()<this.getMaxScrollLeft()}}class sk extends ik{constructor(e){super(),this.el=e}getScrollTop(){return this.el.scrollTop}getScrollLeft(){return this.el.scrollLeft}setScrollTop(e){this.el.scrollTop=e}setScrollLeft(e){this.el.scrollLeft=e}getScrollWidth(){return this.el.scrollWidth}getScrollHeight(){return this.el.scrollHeight}getClientHeight(){return this.el.clientHeight}getClientWidth(){return this.el.clientWidth}}class ak extends ik{getScrollTop(){return window.pageYOffset}getScrollLeft(){return window.pageXOffset}setScrollTop(e){window.scroll(window.pageXOffset,e)}setScrollLeft(e){window.scroll(e,window.pageYOffset)}getScrollWidth(){return document.documentElement.scrollWidth}getScrollHeight(){return document.documentElement.scrollHeight}getClientHeight(){return document.documentElement.clientHeight}getClientWidth(){return document.documentElement.clientWidth}}class lk extends nC{constructor(){super(...arguments),this.uid=_E()}prepareHits(){}queryHit(e,t,n,r){return null}isValidSegDownEl(e){return!this.props.eventDrag&&!this.props.eventResize&&!lE(e,".fc-event-mirror")}isValidDateDownEl(e){return!(lE(e,".fc-event:not(.fc-bg-event)")||lE(e,".fc-more-link")||lE(e,"a[data-navlink]")||lE(e,".fc-popover"))}}class ck{constructor(e=(e=>e.thickness)){this.getEntryThickness=e,this.strictOrder=!1,this.allowReslicing=!1,this.maxCoord=-1,this.maxStackCnt=-1,this.levelCoords=[],this.entriesByLevel=[],this.stackCnts={}}addSegs(e){let t=[];for(let n of e)this.insertEntry(n,t);return t}insertEntry(e,t){let n=this.findInsertion(e);return this.isInsertionValid(n,e)?(this.insertEntryAt(e,n),1):this.handleInvalidInsertion(n,e,t)}isInsertionValid(e,t){return(-1===this.maxCoord||e.levelCoord+this.getEntryThickness(t)<=this.maxCoord)&&(-1===this.maxStackCnt||e.stackCnt<this.maxStackCnt)}handleInvalidInsertion(e,t,n){return this.allowReslicing&&e.touchingEntry?this.splitEntry(t,e.touchingEntry,n):(n.push(t),0)}splitEntry(e,t,n){let r=0,o=[],i=e.span,s=t.span;return i.start<s.start&&(r+=this.insertEntry({index:e.index,thickness:e.thickness,span:{start:i.start,end:s.start}},o)),i.end>s.end&&(r+=this.insertEntry({index:e.index,thickness:e.thickness,span:{start:s.end,end:i.end}},o)),r?(n.push({index:e.index,thickness:e.thickness,span:fk(s,i)},...o),r):(n.push(e),0)}insertEntryAt(e,t){let{entriesByLevel:n,levelCoords:r}=this;-1===t.lateral?(pk(r,t.level,t.levelCoord),pk(n,t.level,[e])):pk(n[t.level],t.lateral,e),this.stackCnts[dk(e)]=t.stackCnt}findInsertion(e){let{levelCoords:t,entriesByLevel:n,strictOrder:r,stackCnts:o}=this,i=t.length,s=0,a=-1,l=-1,c=null,u=0;for(let d=0;d<i;d+=1){let i=t[d];if(!r&&i>=s+this.getEntryThickness(e))break;let f,p=n[d],h=hk(p,e.span.start,uk),g=h[0]+h[1];for(;(f=p[g])&&f.span.start<e.span.end;){let e=i+this.getEntryThickness(f);e>s&&(s=e,c=f,a=d,l=g),e===s&&(u=Math.max(u,o[dk(f)]+1)),g+=1}}let d=0;if(c)for(d=a+1;d<i&&t[d]<s;)d+=1;let f=-1;return d<i&&t[d]===s&&(f=hk(n[d],e.span.end,uk)[0]),{touchingLevel:a,touchingLateral:l,touchingEntry:c,stackCnt:u,levelCoord:s,level:d,lateral:f}}toRects(){let{entriesByLevel:e,levelCoords:t}=this,n=e.length,r=[];for(let o=0;o<n;o+=1){let n=e[o],i=t[o];for(let e of n)r.push(Object.assign(Object.assign({},e),{thickness:this.getEntryThickness(e),levelCoord:i}))}return r}}function uk(e){return e.span.end}function dk(e){return e.index+":"+e.span.start}function fk(e,t){let n=Math.max(e.start,t.start),r=Math.min(e.end,t.end);return n<r?{start:n,end:r}:null}function pk(e,t,n){e.splice(t,0,n)}function hk(e,t,n){let r=0,o=e.length;if(!o||t<n(e[r]))return[0,0];if(t>n(e[o-1]))return[o,0];for(;r<o;){let i=Math.floor(r+(o-r)/2),s=n(e[i]);if(t<s)o=i;else{if(!(t>s))return[i,1];r=i+1}}return[r,0]}class gk{constructor(e,t){this.emitter=new KC}destroy(){}setMirrorIsVisible(e){}setMirrorNeedsRevert(e){}setAutoScrollEnabled(e){}}const vk={};Boolean;const mk="fc-col-header-cell";function yk(e){return e.text}class bk extends nC{render(){let{dateEnv:e,options:t,theme:n,viewApi:r}=this.context,{props:o}=this,{date:i,dateProfile:s}=o,a=VA(i,o.todayRange,null,s),l=[mk].concat(WA(a,n)),c=e.format(i,o.dayHeaderFormat),u=!a.isDisabled&&o.colCnt>1?YA(this.context,i):{},d=Object.assign(Object.assign(Object.assign({date:e.toDate(i),view:r},o.extraRenderProps),{text:c}),a);return US(cC,{elTag:"th",elClasses:l,elAttrs:Object.assign({role:"columnheader",colSpan:o.colSpan,"data-date":a.isDisabled?void 0:rx(i)},o.extraDataAttrs),renderProps:d,generatorName:"dayHeaderContent",customGenerator:t.dayHeaderContent,defaultGenerator:yk,classNameGenerator:t.dayHeaderClassNames,didMount:t.dayHeaderDidMount,willUnmount:t.dayHeaderWillUnmount},(e=>US("div",{className:"fc-scrollgrid-sync-inner"},!a.isDisabled&&US(e,{elTag:"a",elAttrs:u,elClasses:["fc-col-header-cell-cushion",o.isSticky&&"fc-sticky"]}))))}}const wk=wx({weekday:"long"});class Sk extends nC{render(){let{props:e}=this,{dateEnv:t,theme:n,viewApi:r,options:o}=this.context,i=$E(new Date(2592e5),e.dow),s={dow:e.dow,isDisabled:!1,isFuture:!1,isPast:!1,isToday:!1,isOther:!1},a=t.format(i,e.dayHeaderFormat),l=Object.assign(Object.assign(Object.assign(Object.assign({date:i},s),{view:r}),e.extraRenderProps),{text:a});return US(cC,{elTag:"th",elClasses:[mk,...WA(s,n),...e.extraClassNames||[]],elAttrs:Object.assign({role:"columnheader",colSpan:e.colSpan},e.extraDataAttrs),renderProps:l,generatorName:"dayHeaderContent",customGenerator:o.dayHeaderContent,defaultGenerator:yk,classNameGenerator:o.dayHeaderClassNames,didMount:o.dayHeaderDidMount,willUnmount:o.dayHeaderWillUnmount},(n=>US("div",{className:"fc-scrollgrid-sync-inner"},US(n,{elTag:"a",elClasses:["fc-col-header-cell-cushion",e.isSticky&&"fc-sticky"],elAttrs:{"aria-label":t.format(i,wk)}}))))}}class _k extends YS{constructor(e,t){super(e,t),this.initialNowDate=_C(t.options.now,t.dateEnv),this.initialNowQueriedMs=(new Date).valueOf(),this.state=this.computeTiming().currentState}render(){let{props:e,state:t}=this;return e.children(t.nowDate,t.todayRange)}componentDidMount(){this.setTimeout()}componentDidUpdate(e){e.unit!==this.props.unit&&(this.clearTimeout(),this.setTimeout())}componentWillUnmount(){this.clearTimeout()}computeTiming(){let{props:e,context:t}=this,n=VE(this.initialNowDate,(new Date).valueOf()-this.initialNowQueriedMs),r=t.dateEnv.startOf(n,e.unit),o=t.dateEnv.add(r,IE(1,e.unit)),i=o.valueOf()-n.valueOf();return i=Math.min(864e5,i),{currentState:{nowDate:r,todayRange:Ek(r)},nextState:{nowDate:o,todayRange:Ek(o)},waitMs:i}}setTimeout(){let{nextState:e,waitMs:t}=this.computeTiming();this.timeoutId=setTimeout((()=>{this.setState(e,(()=>{this.setTimeout()}))}),t)}clearTimeout(){this.timeoutId&&clearTimeout(this.timeoutId)}}function Ek(e){let t=GE(e);return{start:t,end:$E(t,1)}}_k.contextType=Kx;class xk extends nC{constructor(){super(...arguments),this.createDayHeaderFormatter=ix(Ck)}render(){let{context:e}=this,{dates:t,dateProfile:n,datesRepDistinctDays:r,renderIntro:o}=this.props,i=this.createDayHeaderFormatter(e.options.dayHeaderFormat,r,t.length);return US(_k,{unit:"day"},((e,s)=>US("tr",{role:"row"},o&&o("day"),t.map((e=>r?US(bk,{key:e.toISOString(),date:e,dateProfile:n,todayRange:s,colCnt:t.length,dayHeaderFormat:i}):US(Sk,{key:e.getUTCDay(),dow:e.getUTCDay(),dayHeaderFormat:i}))))))}}function Ck(e,t,n){return e||function(e,t){return wx(!e||t>10?{weekday:"short"}:t>1?{weekday:"short",month:"numeric",day:"numeric",omitCommas:!0}:{weekday:"long"})}(t,n)}class Ak{constructor(e,t){let n=e.start,{end:r}=e,o=[],i=[],s=-1;for(;n<r;)t.isHiddenDay(n)?o.push(s+.5):(s+=1,o.push(s),i.push(n)),n=$E(n,1);this.dates=i,this.indices=o,this.cnt=i.length}sliceRange(e){let t=this.getDateDayIndex(e.start),n=this.getDateDayIndex($E(e.end,-1)),r=Math.max(0,t),o=Math.min(this.cnt-1,n);return r=Math.ceil(r),o=Math.floor(o),r<=o?{firstIndex:r,lastIndex:o,isStart:t===r,isEnd:n===o}:null}getDateDayIndex(e){let{indices:t}=this,n=Math.floor(WE(this.dates[0],e));return n<0?t[0]-1:n>=t.length?t[t.length-1]+1:t[n]}}class kk{constructor(e,t){let n,r,o,{dates:i}=e;if(t){for(r=i[0].getUTCDay(),n=1;n<i.length&&i[n].getUTCDay()!==r;n+=1);o=Math.ceil(i.length/n)}else o=1,n=i.length;this.rowCnt=o,this.colCnt=n,this.daySeries=e,this.cells=this.buildCells(),this.headerDates=this.buildHeaderDates()}buildCells(){let e=[];for(let t=0;t<this.rowCnt;t+=1){let n=[];for(let e=0;e<this.colCnt;e+=1)n.push(this.buildCell(t,e));e.push(n)}return e}buildCell(e,t){let n=this.daySeries.dates[e*this.colCnt+t];return{key:n.toISOString(),date:n}}buildHeaderDates(){let e=[];for(let t=0;t<this.colCnt;t+=1)e.push(this.cells[0][t].date);return e}sliceRange(e){let{colCnt:t}=this,n=this.daySeries.sliceRange(e),r=[];if(n){let{firstIndex:e,lastIndex:o}=n,i=e;for(;i<=o;){let s=Math.floor(i/t),a=Math.min((s+1)*t,o+1);r.push({row:s,firstCol:i%t,lastCol:(a-1)%t,isStart:n.isStart&&i===e,isEnd:n.isEnd&&a-1===o}),i=a}}return r}}class Dk{constructor(){this.sliceBusinessHours=ix(this._sliceBusinessHours),this.sliceDateSelection=ix(this._sliceDateSpan),this.sliceEventStore=ix(this._sliceEventStore),this.sliceEventDrag=ix(this._sliceInteraction),this.sliceEventResize=ix(this._sliceInteraction),this.forceDayIfListItem=!1}sliceProps(e,t,n,r,...o){let{eventUiBases:i}=e,s=this.sliceEventStore(e.eventStore,i,t,n,...o);return{dateSelectionSegs:this.sliceDateSelection(e.dateSelection,t,n,i,r,...o),businessHourSegs:this.sliceBusinessHours(e.businessHours,t,n,r,...o),fgEventSegs:s.fg,bgEventSegs:s.bg,eventDrag:this.sliceEventDrag(e.eventDrag,i,t,n,...o),eventResize:this.sliceEventResize(e.eventResize,i,t,n,...o),eventSelection:e.eventSelection}}sliceNowDate(e,t,n,r,...o){return this._sliceDateSpan({range:{start:e,end:VE(e,1)},allDay:!1},t,n,{},r,...o)}_sliceBusinessHours(e,t,n,r,...o){return e?this._sliceEventStore(CC(e,Tk(t,Boolean(n)),r),{},t,n,...o).bg:[]}_sliceEventStore(e,t,n,r,...o){if(e){let i=fA(e,t,Tk(n,Boolean(r)),r);return{bg:this.sliceEventRanges(i.bg,o),fg:this.sliceEventRanges(i.fg,o)}}return{bg:[],fg:[]}}_sliceInteraction(e,t,n,r,...o){if(!e)return null;let i=fA(e.mutatedEvents,t,Tk(n,Boolean(r)),r);return{segs:this.sliceEventRanges(i.fg,o),affectedInstances:e.affectedEvents.instances,isEvent:e.isEvent}}_sliceDateSpan(e,t,n,r,o,...i){if(!e)return[];let s=Tk(t,Boolean(n)),a=gC(e.range,s);if(a){let t=function(e,t,n){let r=OC({editable:!1},n),o=IC(r.refined,r.extra,"",e.allDay,!0,n);return{def:o,ui:vA(o,t),instance:xC(o.defId,e.range),range:e.range,isStart:!0,isEnd:!0}}(e=Object.assign(Object.assign({},e),{range:a}),r,o),n=this.sliceRange(e.range,...i);for(let e of n)e.eventRange=t;return n}return[]}sliceEventRanges(e,t){let n=[];for(let r of e)n.push(...this.sliceEventRange(r,t));return n}sliceEventRange(e,t){let n=e.range;this.forceDayIfListItem&&"list-item"===e.ui.display&&(n={start:n.start,end:$E(n.start,1)});let r=this.sliceRange(n,...t);for(let t of r)t.eventRange=e,t.isStart=e.isStart&&t.isStart,t.isEnd=e.isEnd&&t.isEnd;return r}}function Tk(e,t){let n=e.activeRange;return t?n:{start:VE(n.start,e.slotMinTime.milliseconds),end:VE(n.end,e.slotMaxTime.milliseconds-864e5)}}function Rk(e,t,n){let{instances:r}=e.mutatedEvents;for(let e in r)if(!mC(t.validRange,r[e].range))return!1;return Ok({eventDrag:e},n)}function Ok(e,t){let n=t.getCurrentData(),r=Object.assign({businessHours:n.businessHours,dateSelection:"",eventStore:n.eventStore,eventUiBases:n.eventUiBases,eventSelection:"",eventDrag:null,eventResize:null},e);return(t.pluginHooks.isPropsValid||Mk)(r,t)}function Mk(e,t,n={},r){return!(e.eventDrag&&!function(e,t,n,r){let o=t.getCurrentData(),i=e.eventDrag,s=i.mutatedEvents,a=s.defs,l=s.instances,c=gA(a,i.isEvent?e.eventUiBases:{"":o.selectionConfig});r&&(c=Px(c,r));let u=(h=e.eventStore,g=i.affectedEvents.instances,{defs:h.defs,instances:Nx(h.instances,(e=>!g[e.instanceId]))}),d=u.defs,f=u.instances,p=gA(d,e.eventUiBases);var h,g;for(let r in l){let s=l[r],h=s.range,g=c[s.defId],v=a[s.defId];if(!Ik(g.constraints,h,u,e.businessHours,t))return!1;let{eventOverlap:m}=t.options,y="function"==typeof m?m:null;for(let e in f){let n=f[e];if(vC(h,n.range)){if(!1===p[n.defId].overlap&&i.isEvent)return!1;if(!1===g.overlap)return!1;if(y&&!y(new cA(t,d[n.defId],n),new cA(t,v,s)))return!1}}let b=o.eventStore;for(let e of g.allows){let o,i=Object.assign(Object.assign({},n),{range:s.range,allDay:v.allDay}),a=b.defs[v.defId],l=b.instances[r];if(o=a?new cA(t,a,l):new cA(t,v),!e(rA(i,t),o))return!1}}return!0}(e,t,n,r))&&!(e.dateSelection&&!function(e,t,n,r){let o=e.eventStore,i=o.defs,s=o.instances,a=e.dateSelection,l=a.range,{selectionConfig:c}=t.getCurrentData();r&&(c=r(c));if(!Ik(c.constraints,l,o,e.businessHours,t))return!1;let{selectOverlap:u}=t.options,d="function"==typeof u?u:null;for(let e in s){let n=s[e];if(vC(l,n.range)){if(!1===c.overlap)return!1;if(d&&!d(new cA(t,i[n.defId],n),null))return!1}}for(let e of c.allows){if(!e(rA(Object.assign(Object.assign({},n),a),t),null))return!1}return!0}(e,t,n,r))}function Ik(e,t,n,r,o){for(let i of e)if(!jk(Nk(i,t,n,r,o),t))return!1;return!0}function Nk(e,t,n,r,o){return"businessHours"===e?Pk(CC(r,t,o)):"string"==typeof e?Pk(HC(n,(t=>t.groupId===e))):"object"==typeof e&&e?Pk(CC(e,t,o)):[]}function Pk(e){let{instances:t}=e,n=[];for(let e in t)n.push(t[e].range);return n}function jk(e,t){for(let n of e)if(mC(n,t))return!0;return!1}const Bk=/^(visible|hidden)$/;class Hk extends nC{constructor(){super(...arguments),this.handleEl=e=>{this.el=e,rC(this.props.elRef,e)}}render(){let{props:e}=this,{liquid:t,liquidIsAbsolute:n}=e,r=t&&n,o=["fc-scroller"];return t&&(n?o.push("fc-scroller-liquid-absolute"):o.push("fc-scroller-liquid")),US("div",{ref:this.handleEl,className:o.join(" "),style:{overflowX:e.overflowX,overflowY:e.overflowY,left:r&&-(e.overcomeLeft||0)||"",right:r&&-(e.overcomeRight||0)||"",bottom:r&&-(e.overcomeBottom||0)||"",marginLeft:!r&&-(e.overcomeLeft||0)||"",marginRight:!r&&-(e.overcomeRight||0)||"",marginBottom:!r&&-(e.overcomeBottom||0)||"",maxHeight:e.maxHeight||""}},e.children)}needsXScrolling(){if(Bk.test(this.props.overflowX))return!1;let{el:e}=this,t=this.el.getBoundingClientRect().width-this.getYScrollbarWidth(),{children:n}=e;for(let e=0;e<n.length;e+=1){if(n[e].getBoundingClientRect().width>t)return!0}return!1}needsYScrolling(){if(Bk.test(this.props.overflowY))return!1;let{el:e}=this,t=this.el.getBoundingClientRect().height-this.getXScrollbarWidth(),{children:n}=e;for(let e=0;e<n.length;e+=1){if(n[e].getBoundingClientRect().height>t)return!0}return!1}getXScrollbarWidth(){return Bk.test(this.props.overflowX)?0:this.el.offsetHeight-this.el.clientHeight}getYScrollbarWidth(){return Bk.test(this.props.overflowY)?0:this.el.offsetWidth-this.el.clientWidth}}class Lk{constructor(e){this.masterCallback=e,this.currentMap={},this.depths={},this.callbackMap={},this.handleValue=(e,t)=>{let{depths:n,currentMap:r}=this,o=!1,i=!1;null!==e?(o=t in r,r[t]=e,n[t]=(n[t]||0)+1,i=!0):(n[t]-=1,n[t]||(delete r[t],delete this.callbackMap[t],o=!0)),this.masterCallback&&(o&&this.masterCallback(null,String(t)),i&&this.masterCallback(e,String(t)))}}createRef(e){let t=this.callbackMap[e];return t||(t=this.callbackMap[e]=t=>{this.handleValue(t,String(e))}),t}collect(e,t,n){return function(e,t=0,n,r=1){let o=[];null==n&&(n=Object.keys(e).length);for(let i=t;i<n;i+=r){let t=e[i];void 0!==t&&o.push(t)}return o}(this.currentMap,e,t,n)}getAll(){return Bx(this.currentMap)}}function Fk(e){let t=function(e,t){let n=e instanceof HTMLElement?[e]:e,r=[];for(let e=0;e<n.length;e+=1){let o=n[e].querySelectorAll(t);for(let e=0;e<o.length;e+=1)r.push(o[e])}return r}(e,".fc-scrollgrid-shrink"),n=0;for(let e of t)n=Math.max(n,RE(e));return Math.ceil(n)}function Uk(e,t){return e.liquid&&t.liquid}function zk(e,t){return FE(e,t,Hx)}function $k(e,t){let n=[];for(let r of e){let e=r.span||1;for(let o=0;o<e;o+=1)n.push(US("col",{style:{width:"shrink"===r.width?Vk(t):r.width||"",minWidth:r.minWidth||""}}))}return US("colgroup",{},...n)}function Vk(e){return null==e?4:e}function Wk(e,t){let n=["fc-scrollgrid-section",`fc-scrollgrid-section-${e.type}`,e.className];return t&&e.liquid&&null==e.maxHeight&&n.push("fc-scrollgrid-section-liquid"),e.isSticky&&n.push("fc-scrollgrid-section-sticky"),n}function qk(e){return US("div",{className:"fc-scrollgrid-sticky-shim",style:{width:e.clientWidth,minWidth:e.tableMinWidth}})}function Gk(e){let{stickyHeaderDates:t}=e;return null!=t&&"auto"!==t||(t="auto"===e.height||"auto"===e.viewHeight),t}function Yk(e){let{stickyFooterScrollbar:t}=e;return null!=t&&"auto"!==t||(t="auto"===e.height||"auto"===e.viewHeight),t}class Qk extends nC{constructor(){super(...arguments),this.processCols=ix((e=>e),zk),this.renderMicroColGroup=ix($k),this.scrollerRefs=new Lk,this.scrollerElRefs=new Lk(this._handleScrollerEl.bind(this)),this.state={shrinkWidth:null,forceYScrollbars:!1,scrollerClientWidths:{},scrollerClientHeights:{}},this.handleSizing=()=>{this.safeSetState(Object.assign({shrinkWidth:this.computeShrinkWidth()},this.computeScrollerDims()))}}render(){let{props:e,state:t,context:n}=this,r=e.sections||[],o=this.processCols(e.cols),i=this.renderMicroColGroup(o,t.shrinkWidth),s=function(e,t){let n=["fc-scrollgrid",t.theme.getClass("table")];return e&&n.push("fc-scrollgrid-liquid"),n}(e.liquid,n);e.collapsibleWidth&&s.push("fc-scrollgrid-collapsible");let a,l=r.length,c=0,u=[],d=[],f=[];for(;c<l&&"header"===(a=r[c]).type;)u.push(this.renderSection(a,i,!0)),c+=1;for(;c<l&&"body"===(a=r[c]).type;)d.push(this.renderSection(a,i,!1)),c+=1;for(;c<l&&"footer"===(a=r[c]).type;)f.push(this.renderSection(a,i,!0)),c+=1;let p=!IA();const h={role:"rowgroup"};return US("table",{role:"grid",className:s.join(" "),style:{height:e.height}},Boolean(!p&&u.length)&&US("thead",h,...u),Boolean(!p&&d.length)&&US("tbody",h,...d),Boolean(!p&&f.length)&&US("tfoot",h,...f),p&&US("tbody",h,...u,...d,...f))}renderSection(e,t,n){return"outerContent"in e?US($S,{key:e.key},e.outerContent):US("tr",{key:e.key,role:"presentation",className:Wk(e,this.props.liquid).join(" ")},this.renderChunkTd(e,t,e.chunk,n))}renderChunkTd(e,t,n,r){if("outerContent"in n)return n.outerContent;let{props:o}=this,{forceYScrollbars:i,scrollerClientWidths:s,scrollerClientHeights:a}=this.state,l=function(e,t){return null!=t.maxHeight||Uk(e,t)}(o,e),c=Uk(o,e),u=o.liquid?i?"scroll":l?"auto":"hidden":"visible",d=e.key,f=function(e,t,n,r){let{expandRows:o}=n;return"function"==typeof t.content?t.content(n):US("table",{role:"presentation",className:[t.tableClassName,e.syncRowHeights?"fc-scrollgrid-sync-table":""].join(" "),style:{minWidth:n.tableMinWidth,width:n.clientWidth,height:o?n.clientHeight:""}},n.tableColGroupNode,US(r?"thead":"tbody",{role:"presentation"},"function"==typeof t.rowContent?t.rowContent(n):t.rowContent))}(e,n,{tableColGroupNode:t,tableMinWidth:"",clientWidth:o.collapsibleWidth||void 0===s[d]?null:s[d],clientHeight:void 0!==a[d]?a[d]:null,expandRows:e.expandRows,syncRowHeights:!1,rowSyncHeights:[],reportRowHeightChange:()=>{}},r);return US(r?"th":"td",{ref:n.elRef,role:"presentation"},US("div",{className:"fc-scroller-harness"+(c?" fc-scroller-harness-liquid":"")},US(Hk,{ref:this.scrollerRefs.createRef(d),elRef:this.scrollerElRefs.createRef(d),overflowY:u,overflowX:o.liquid?"hidden":"visible",maxHeight:e.maxHeight,liquid:c,liquidIsAbsolute:!0},f)))}_handleScrollerEl(e,t){let n=function(e,t){for(let n of e)if(n.key===t)return n;return null}(this.props.sections,t);n&&rC(n.chunk.scrollerElRef,e)}componentDidMount(){this.handleSizing(),this.context.addResizeHandler(this.handleSizing)}componentDidUpdate(){this.handleSizing()}componentWillUnmount(){this.context.removeResizeHandler(this.handleSizing)}computeShrinkWidth(){return function(e){for(let t of e)if("shrink"===t.width)return!0;return!1}(this.props.cols)?Fk(this.scrollerElRefs.getAll()):0}computeScrollerDims(){let e=JA(),{scrollerRefs:t,scrollerElRefs:n}=this,r=!1,o={},i={};for(let e in t.currentMap){let n=t.currentMap[e];if(n&&n.needsYScrolling()){r=!0;break}}for(let t of this.props.sections){let s=t.key,a=n.currentMap[s];if(a){let t=a.parentNode;o[s]=Math.floor(t.getBoundingClientRect().width-(r?e.y:0)),i[s]=Math.floor(t.getBoundingClientRect().height)}}return{forceYScrollbars:r,scrollerClientWidths:o,scrollerClientHeights:i}}}Qk.addStateEquality({scrollerClientWidths:Hx,scrollerClientHeights:Hx});class Zk extends nC{constructor(){super(...arguments),this.handleEl=e=>{this.el=e,e&&pA(e,this.props.seg)}}render(){const{props:e,context:t}=this,{options:n}=t,{seg:r}=e,{eventRange:o}=r,{ui:i}=o,s={event:new cA(t,o.def,o.instance),view:t.viewApi,timeText:e.timeText,textColor:i.textColor,backgroundColor:i.backgroundColor,borderColor:i.borderColor,isDraggable:!e.disableDragging&&bA(r,t),isStartResizable:!e.disableResizing&&wA(r,t),isEndResizable:!e.disableResizing&&SA(r),isMirror:Boolean(e.isDragging||e.isResizing||e.isDateSelecting),isStart:Boolean(r.isStart),isEnd:Boolean(r.isEnd),isPast:Boolean(e.isPast),isFuture:Boolean(e.isFuture),isToday:Boolean(e.isToday),isSelected:Boolean(e.isSelected),isDragging:Boolean(e.isDragging),isResizing:Boolean(e.isResizing)};return US(cC,Object.assign({},e,{elRef:this.handleEl,elClasses:[...xA(s),...r.eventRange.ui.classNames,...e.elClasses||[]],renderProps:s,generatorName:"eventContent",customGenerator:n.eventContent,defaultGenerator:e.defaultGenerator,classNameGenerator:n.eventClassNames,didMount:n.eventDidMount,willUnmount:n.eventWillUnmount}))}componentDidUpdate(e){this.el&&this.props.seg!==e.seg&&pA(this.el,this.props.seg)}}class Xk extends nC{render(){let{props:e,context:t}=this,{options:n}=t,{seg:r}=e,{ui:o}=r.eventRange,i=_A(r,n.eventTimeFormat||e.defaultTimeFormat,t,e.defaultDisplayEventTime,e.defaultDisplayEventEnd);return US(Zk,Object.assign({},e,{elTag:"a",elStyle:{borderColor:o.borderColor,backgroundColor:o.backgroundColor},elAttrs:AA(r,t),defaultGenerator:Jk,timeText:i}),((e,t)=>US($S,null,US(e,{elTag:"div",elClasses:["fc-event-main"],elStyle:{color:t.textColor}}),Boolean(t.isStartResizable)&&US("div",{className:"fc-event-resizer fc-event-resizer-start"}),Boolean(t.isEndResizable)&&US("div",{className:"fc-event-resizer fc-event-resizer-end"}))))}}function Jk(e){return US("div",{className:"fc-event-main-frame"},e.timeText&&US("div",{className:"fc-event-time"},e.timeText),US("div",{className:"fc-event-title-container"},US("div",{className:"fc-event-title fc-sticky"},e.event.title||US($S,null," "))))}const Kk=e=>US(Kx.Consumer,null,(t=>{let{options:n}=t,r={isAxis:e.isAxis,date:t.dateEnv.toDate(e.date),view:t.viewApi};return US(cC,Object.assign({},e,{elTag:e.elTag||"div",renderProps:r,generatorName:"nowIndicatorContent",customGenerator:n.nowIndicatorContent,classNameGenerator:n.nowIndicatorClassNames,didMount:n.nowIndicatorDidMount,willUnmount:n.nowIndicatorWillUnmount}))})),eD=wx({day:"numeric"});class tD extends nC{constructor(){super(...arguments),this.refineRenderProps=sx(rD)}render(){let{props:e,context:t}=this,{options:n}=t,r=this.refineRenderProps({date:e.date,dateProfile:e.dateProfile,todayRange:e.todayRange,isMonthStart:e.isMonthStart||!1,showDayNumber:e.showDayNumber,extraRenderProps:e.extraRenderProps,viewApi:t.viewApi,dateEnv:t.dateEnv,monthStartFormat:n.monthStartFormat});return US(cC,Object.assign({},e,{elClasses:[...WA(r,t.theme),...e.elClasses||[]],elAttrs:Object.assign(Object.assign({},e.elAttrs),r.isDisabled?{}:{"data-date":rx(e.date)}),renderProps:r,generatorName:"dayCellContent",customGenerator:n.dayCellContent,defaultGenerator:e.defaultGenerator,classNameGenerator:r.isDisabled?void 0:n.dayCellClassNames,didMount:n.dayCellDidMount,willUnmount:n.dayCellWillUnmount}))}}function nD(e){return Boolean(e.dayCellContent||iC("dayCellContent",e))}function rD(e){let{date:t,dateEnv:n,dateProfile:r,isMonthStart:o}=e,i=VA(t,e.todayRange,null,r),s=e.showDayNumber?n.format(t,o?e.monthStartFormat:eD):"";return Object.assign(Object.assign(Object.assign({date:n.toDate(t),view:e.viewApi},i),{isMonthStart:o,dayNumberText:s}),e.extraRenderProps)}class oD extends nC{render(){let{props:e}=this,{seg:t}=e;return US(Zk,{elTag:"div",elClasses:["fc-bg-event"],elStyle:{backgroundColor:t.eventRange.ui.backgroundColor},defaultGenerator:iD,seg:t,timeText:"",isDragging:!1,isResizing:!1,isDateSelecting:!1,isSelected:!1,isPast:e.isPast,isFuture:e.isFuture,isToday:e.isToday,disableDragging:!0,disableResizing:!0})}}function iD(e){let{title:t}=e.event;return t&&US("div",{className:"fc-event-title"},e.event.title)}function sD(e){return US("div",{className:`fc-${e}`})}const aD=e=>US(Kx.Consumer,null,(t=>{let{dateEnv:n,options:r}=t,{date:o}=e,i=r.weekNumberFormat||e.defaultFormat,s={num:n.computeWeekNumber(o),text:n.format(o,i),date:o};return US(cC,Object.assign({},e,{renderProps:s,generatorName:"weekNumberContent",customGenerator:r.weekNumberContent,defaultGenerator:lD,classNameGenerator:r.weekNumberClassNames,didMount:r.weekNumberDidMount,willUnmount:r.weekNumberWillUnmount}))}));function lD(e){return e.text}class cD extends nC{constructor(){super(...arguments),this.state={titleId:gE()},this.handleRootEl=e=>{this.rootEl=e,this.props.elRef&&rC(this.props.elRef,e)},this.handleDocumentMouseDown=e=>{const t=pE(e);this.rootEl.contains(t)||this.handleCloseClick()},this.handleDocumentKeyDown=e=>{"Escape"===e.key&&this.handleCloseClick()},this.handleCloseClick=()=>{let{onClose:e}=this.props;e&&e()}}render(){let{theme:e,options:t}=this.context,{props:n,state:r}=this,o=["fc-popover",e.getClass("popover")].concat(n.extraClassNames||[]);return z_(US("div",Object.assign({},n.extraAttrs,{id:n.id,className:o.join(" "),"aria-labelledby":r.titleId,ref:this.handleRootEl}),US("div",{className:"fc-popover-header "+e.getClass("popoverHeader")},US("span",{className:"fc-popover-title",id:r.titleId},n.title),US("span",{className:"fc-popover-close "+e.getIconClass("close"),title:t.closeHint,onClick:this.handleCloseClick})),US("div",{className:"fc-popover-body "+e.getClass("popoverContent")},n.children)),n.parentEl)}componentDidMount(){document.addEventListener("mousedown",this.handleDocumentMouseDown),document.addEventListener("keydown",this.handleDocumentKeyDown),this.updateSize()}componentWillUnmount(){document.removeEventListener("mousedown",this.handleDocumentMouseDown),document.removeEventListener("keydown",this.handleDocumentKeyDown)}updateSize(){let{isRtl:e}=this.context,{alignmentEl:t,alignGridTop:n}=this.props,{rootEl:r}=this,o=function(e){let t=nk(e),n=e.getBoundingClientRect();for(let e of t){let t=FA(n,e.getBoundingClientRect());if(!t)return null;n=t}return n}(t);if(o){let i=r.getBoundingClientRect(),s=n?lE(t,".fc-scrollgrid").getBoundingClientRect().top:o.top,a=e?o.right-i.width:o.left;s=Math.max(s,10),a=Math.min(a,document.documentElement.clientWidth-10-i.width),a=Math.max(a,10);let l=r.offsetParent.getBoundingClientRect();dE(r,{top:s-l.top,left:a-l.left})}}}class uD extends lk{constructor(){super(...arguments),this.handleRootEl=e=>{this.rootEl=e,e?this.context.registerInteractiveComponent(this,{el:e,useEventCenter:!1}):this.context.unregisterInteractiveComponent(this)}}render(){let{options:e,dateEnv:t}=this.context,{props:n}=this,{startDate:r,todayRange:o,dateProfile:i}=n,s=t.format(r,e.dayPopoverFormat);return US(tD,{elRef:this.handleRootEl,date:r,dateProfile:i,todayRange:o},((t,r,o)=>US(cD,{elRef:o.ref,id:n.id,title:s,extraClassNames:["fc-more-popover"].concat(o.className||[]),extraAttrs:o,parentEl:n.parentEl,alignmentEl:n.alignmentEl,alignGridTop:n.alignGridTop,onClose:n.onClose},nD(e)&&US(t,{elTag:"div",elClasses:["fc-more-popover-misc"]}),n.children)))}queryHit(e,t,n,r){let{rootEl:o,props:i}=this;return e>=0&&e<n&&t>=0&&t<r?{dateProfile:i.dateProfile,dateSpan:Object.assign({allDay:!i.forceTimed,range:{start:i.startDate,end:i.endDate}},i.extraDateSpan),dayEl:o,rect:{left:0,top:0,right:n,bottom:r},layer:1}:null}}class dD extends nC{constructor(){super(...arguments),this.state={isPopoverOpen:!1,popoverId:gE()},this.handleLinkEl=e=>{this.linkEl=e,this.props.elRef&&rC(this.props.elRef,e)},this.handleClick=e=>{let{props:t,context:n}=this,{moreLinkClick:r}=n.options,o=pD(t).start;function i(e){let{def:t,instance:r,range:o}=e.eventRange;return{event:new cA(n,t,r),start:n.dateEnv.toDate(o.start),end:n.dateEnv.toDate(o.end),isStart:e.isStart,isEnd:e.isEnd}}"function"==typeof r&&(r=r({date:o,allDay:Boolean(t.allDayDate),allSegs:t.allSegs.map(i),hiddenSegs:t.hiddenSegs.map(i),jsEvent:e,view:n.viewApi})),r&&"popover"!==r?"string"==typeof r&&n.calendarApi.zoomTo(o,r):this.setState({isPopoverOpen:!0})},this.handlePopoverClose=()=>{this.setState({isPopoverOpen:!1})}}render(){let{props:e,state:t}=this;return US(Kx.Consumer,null,(n=>{let{viewApi:r,options:o,calendarApi:i}=n,{moreLinkText:s}=o,{moreCnt:a}=e,l=pD(e),c="function"==typeof s?s.call(i,a):`+${a} ${s}`,u=kE(o.moreLinkHint,[a],c),d={num:a,shortText:`+${a}`,text:c,view:r};return US($S,null,Boolean(e.moreCnt)&&US(cC,{elTag:e.elTag||"a",elRef:this.handleLinkEl,elClasses:[...e.elClasses||[],"fc-more-link"],elStyle:e.elStyle,elAttrs:Object.assign(Object.assign(Object.assign({},e.elAttrs),bE(this.handleClick)),{title:u,"aria-expanded":t.isPopoverOpen,"aria-controls":t.isPopoverOpen?t.popoverId:""}),renderProps:d,generatorName:"moreLinkContent",customGenerator:o.moreLinkContent,defaultGenerator:e.defaultGenerator||fD,classNameGenerator:o.moreLinkClassNames,didMount:o.moreLinkDidMount,willUnmount:o.moreLinkWillUnmount},e.children),t.isPopoverOpen&&US(uD,{id:t.popoverId,startDate:l.start,endDate:l.end,dateProfile:e.dateProfile,todayRange:e.todayRange,extraDateSpan:e.extraDateSpan,parentEl:this.parentEl,alignmentEl:e.alignmentElRef?e.alignmentElRef.current:this.linkEl,alignGridTop:e.alignGridTop,forceTimed:e.forceTimed,onClose:this.handlePopoverClose},e.popoverContent()))}))}componentDidMount(){this.updateParentEl()}componentDidUpdate(){this.updateParentEl()}updateParentEl(){this.linkEl&&(this.parentEl=lE(this.linkEl,".fc-view-harness"))}}function fD(e){return e.text}function pD(e){if(e.allDayDate)return{start:e.allDayDate,end:$E(e.allDayDate,1)};let{hiddenSegs:t}=e;return{start:hD(t),end:(n=t,n.reduce(vD).eventRange.range.end)};var n}function hD(e){return e.reduce(gD).eventRange.range.start}function gD(e,t){return e.eventRange.range.start<t.eventRange.range.start?e:t}function vD(e,t){return e.eventRange.range.end>t.eventRange.range.end?e:t}const mD=[],yD={code:"en",week:{dow:0,doy:4},direction:"ltr",buttonText:{prev:"prev",next:"next",prevYear:"prev year",nextYear:"next year",year:"year",today:"today",month:"month",week:"week",day:"day",list:"list"},weekText:"W",weekTextLong:"Week",closeHint:"Close",timeHint:"Time",eventHint:"Event",allDayText:"all-day",moreLinkText:"more",noEventsText:"No events to display"},bD=Object.assign(Object.assign({},yD),{buttonHints:{prev:"Previous $0",next:"Next $0",today:(e,t)=>"day"===t?"Today":`This ${e}`},viewHint:"$0 view",navLinkHint:"Go to $0",moreLinkHint:e=>`Show ${e} more event${1===e?"":"s"}`});function wD(e){let t=e.length>0?e[0].code:"en",n=mD.concat(e),r={en:bD};for(let e of n)r[e.code]=e;return{map:r,defaultCode:t}}function SD(e,t){return"object"!=typeof e||Array.isArray(e)?function(e,t){let n=[].concat(e||[]),r=function(e,t){for(let n=0;n<e.length;n+=1){let r=e[n].toLocaleLowerCase().split("-");for(let e=r.length;e>0;e-=1){let n=r.slice(0,e).join("-");if(t[n])return t[n]}}return null}(n,t)||bD;return _D(e,n,r)}(e,t):_D(e.code,[e.code],e)}function _D(e,t,n){let r=Ix([yD,n],["buttonText"]);delete r.code;let{week:o}=r;return delete r.week,{codeArg:e,codes:t,week:o,simpleNumberFormat:new Intl.NumberFormat(e),options:r}}function ED(e){return{id:_E(),name:e.name,premiumReleaseDate:e.premiumReleaseDate?new Date(e.premiumReleaseDate):void 0,deps:e.deps||[],reducers:e.reducers||[],isLoadingFuncs:e.isLoadingFuncs||[],contextInit:[].concat(e.contextInit||[]),eventRefiners:e.eventRefiners||{},eventDefMemberAdders:e.eventDefMemberAdders||[],eventSourceRefiners:e.eventSourceRefiners||{},isDraggableTransformers:e.isDraggableTransformers||[],eventDragMutationMassagers:e.eventDragMutationMassagers||[],eventDefMutationAppliers:e.eventDefMutationAppliers||[],dateSelectionTransformers:e.dateSelectionTransformers||[],datePointTransforms:e.datePointTransforms||[],dateSpanTransforms:e.dateSpanTransforms||[],views:e.views||{},viewPropsTransformers:e.viewPropsTransformers||[],isPropsValid:e.isPropsValid||null,externalDefTransforms:e.externalDefTransforms||[],viewContainerAppends:e.viewContainerAppends||[],eventDropTransformers:e.eventDropTransformers||[],componentInteractions:e.componentInteractions||[],calendarInteractions:e.calendarInteractions||[],themeClasses:e.themeClasses||{},eventSourceDefs:e.eventSourceDefs||[],cmdFormatter:e.cmdFormatter,recurringTypes:e.recurringTypes||[],namedTimeZonedImpl:e.namedTimeZonedImpl,initialView:e.initialView||"",elementDraggingImpl:e.elementDraggingImpl,optionChangeHandlers:e.optionChangeHandlers||{},scrollGridImpl:e.scrollGridImpl||null,listenerRefiners:e.listenerRefiners||{},optionRefiners:e.optionRefiners||{},propSetHandlers:e.propSetHandlers||{}}}function xD(){let e,t=[],n=[];return(r,o)=>(e&&FE(r,t)&&FE(o,n)||(e=function(e,t){let n={},r={premiumReleaseDate:void 0,reducers:[],isLoadingFuncs:[],contextInit:[],eventRefiners:{},eventDefMemberAdders:[],eventSourceRefiners:{},isDraggableTransformers:[],eventDragMutationMassagers:[],eventDefMutationAppliers:[],dateSelectionTransformers:[],datePointTransforms:[],dateSpanTransforms:[],views:{},viewPropsTransformers:[],isPropsValid:null,externalDefTransforms:[],viewContainerAppends:[],eventDropTransformers:[],componentInteractions:[],calendarInteractions:[],themeClasses:{},eventSourceDefs:[],cmdFormatter:null,recurringTypes:[],namedTimeZonedImpl:null,initialView:"",elementDraggingImpl:null,optionChangeHandlers:{},scrollGridImpl:null,listenerRefiners:{},optionRefiners:{},propSetHandlers:{}};function o(e){for(let s of e){const e=s.name,a=n[e];void 0===a?(n[e]=s.id,o(s.deps),i=s,r={premiumReleaseDate:CD((t=r).premiumReleaseDate,i.premiumReleaseDate),reducers:t.reducers.concat(i.reducers),isLoadingFuncs:t.isLoadingFuncs.concat(i.isLoadingFuncs),contextInit:t.contextInit.concat(i.contextInit),eventRefiners:Object.assign(Object.assign({},t.eventRefiners),i.eventRefiners),eventDefMemberAdders:t.eventDefMemberAdders.concat(i.eventDefMemberAdders),eventSourceRefiners:Object.assign(Object.assign({},t.eventSourceRefiners),i.eventSourceRefiners),isDraggableTransformers:t.isDraggableTransformers.concat(i.isDraggableTransformers),eventDragMutationMassagers:t.eventDragMutationMassagers.concat(i.eventDragMutationMassagers),eventDefMutationAppliers:t.eventDefMutationAppliers.concat(i.eventDefMutationAppliers),dateSelectionTransformers:t.dateSelectionTransformers.concat(i.dateSelectionTransformers),datePointTransforms:t.datePointTransforms.concat(i.datePointTransforms),dateSpanTransforms:t.dateSpanTransforms.concat(i.dateSpanTransforms),views:Object.assign(Object.assign({},t.views),i.views),viewPropsTransformers:t.viewPropsTransformers.concat(i.viewPropsTransformers),isPropsValid:i.isPropsValid||t.isPropsValid,externalDefTransforms:t.externalDefTransforms.concat(i.externalDefTransforms),viewContainerAppends:t.viewContainerAppends.concat(i.viewContainerAppends),eventDropTransformers:t.eventDropTransformers.concat(i.eventDropTransformers),calendarInteractions:t.calendarInteractions.concat(i.calendarInteractions),componentInteractions:t.componentInteractions.concat(i.componentInteractions),themeClasses:Object.assign(Object.assign({},t.themeClasses),i.themeClasses),eventSourceDefs:t.eventSourceDefs.concat(i.eventSourceDefs),cmdFormatter:i.cmdFormatter||t.cmdFormatter,recurringTypes:t.recurringTypes.concat(i.recurringTypes),namedTimeZonedImpl:i.namedTimeZonedImpl||t.namedTimeZonedImpl,initialView:t.initialView||i.initialView,elementDraggingImpl:t.elementDraggingImpl||i.elementDraggingImpl,optionChangeHandlers:Object.assign(Object.assign({},t.optionChangeHandlers),i.optionChangeHandlers),scrollGridImpl:i.scrollGridImpl||t.scrollGridImpl,listenerRefiners:Object.assign(Object.assign({},t.listenerRefiners),i.listenerRefiners),optionRefiners:Object.assign(Object.assign({},t.optionRefiners),i.optionRefiners),propSetHandlers:Object.assign(Object.assign({},t.propSetHandlers),i.propSetHandlers)}):a!==s.id&&console.warn(`Duplicate plugin '${e}'`)}var t,i}return e&&o(e),o(t),r}(r,o)),t=r,n=o,e)}function CD(e,t){return void 0===e?t:void 0===t?e:new Date(Math.max(e.valueOf(),t.valueOf()))}class AD extends Yx{}function kD(e,t,n,r){if(t[e])return t[e];let o=function(e,t,n,r){let o=n[e],i=r[e],s=e=>o&&null!==o[e]?o[e]:i&&null!==i[e]?i[e]:null,a=s("component"),l=s("superType"),c=null;if(l){if(l===e)throw new Error("Can't have a custom view type that references itself");c=kD(l,t,n,r)}!a&&c&&(a=c.component);if(!a)return null;return{type:e,component:a,defaults:Object.assign(Object.assign({},c?c.defaults:{}),o?o.rawOptions:{}),overrides:Object.assign(Object.assign({},c?c.overrides:{}),i?i.rawOptions:{})}}(e,t,n,r);return o&&(t[e]=o),o}function DD(e){return Px(e,TD)}function TD(e){let t="function"==typeof e?{component:e}:e,{component:n}=t;return t.content?n=RD(t):!n||n.prototype instanceof nC||(n=RD(Object.assign(Object.assign({},t),{content:n}))),{superType:t.type,component:n,rawOptions:t}}function RD(e){return t=>US(Kx.Consumer,null,(n=>US(cC,{elTag:"div",elClasses:fC(n.viewSpec),renderProps:Object.assign(Object.assign({},t),{nextDayThreshold:n.options.nextDayThreshold}),generatorName:void 0,customGenerator:e.content,classNameGenerator:e.classNames,didMount:e.didMount,willUnmount:e.willUnmount})))}function OD(e,t,n,r){let o=DD(e),i=DD(t.views),s=function(e,t){let n,r={};for(n in e)kD(n,r,e,t);for(n in t)kD(n,r,e,t);return r}(o,i);return Px(s,(e=>function(e,t,n,r,o){let i=e.overrides.duration||e.defaults.duration||r.duration||n.duration,s=null,a="",l="",c={};if(i&&(s=function(e){let t=JSON.stringify(e),n=MD[t];void 0===n&&(n=IE(e),MD[t]=n);return n}(i),s)){let e=LE(s);a=e.unit,1===e.value&&(l=a,c=t[a]?t[a].rawOptions:{})}let u=t=>{let n=t.buttonText||{},r=e.defaults.buttonTextKey;return null!=r&&null!=n[r]?n[r]:null!=n[e.type]?n[e.type]:null!=n[l]?n[l]:null},d=t=>{let n=t.buttonHints||{},r=e.defaults.buttonTextKey;return null!=r&&null!=n[r]?n[r]:null!=n[e.type]?n[e.type]:null!=n[l]?n[l]:null};return{type:e.type,component:e.component,duration:s,durationUnit:a,singleUnit:l,optionDefaults:e.defaults,optionOverrides:Object.assign(Object.assign({},c),e.overrides),buttonTextOverride:u(r)||u(n)||e.overrides.buttonText,buttonTextDefault:u(o)||e.defaults.buttonText||u(_x)||e.type,buttonTitleOverride:d(r)||d(n)||e.overrides.buttonHint,buttonTitleDefault:d(o)||e.defaults.buttonHint||d(_x)}}(e,i,t,n,r)))}AD.prototype.classes={root:"fc-theme-standard",tableCellShaded:"fc-cell-shaded",buttonGroup:"fc-button-group",button:"fc-button fc-button-primary",buttonActive:"fc-button-active"},AD.prototype.baseIconClass="fc-icon",AD.prototype.iconClasses={close:"fc-icon-x",prev:"fc-icon-chevron-left",next:"fc-icon-chevron-right",prevYear:"fc-icon-chevrons-left",nextYear:"fc-icon-chevrons-right"},AD.prototype.rtlIconClasses={prev:"fc-icon-chevron-right",next:"fc-icon-chevron-left",prevYear:"fc-icon-chevrons-right",nextYear:"fc-icon-chevrons-left"},AD.prototype.iconOverrideOption="buttonIcons",AD.prototype.iconOverrideCustomButtonOption="icon",AD.prototype.iconOverridePrefix="fc-icon-";let MD={};function ID(e,t,n){let r=t?t.activeRange:null;return jD({},function(e,t){let n=GC(t),r=[].concat(e.eventSources||[]),o=[];e.initialEvents&&r.unshift(e.initialEvents);e.events&&r.unshift(e.events);for(let e of r){let r=qC(e,t,n);r&&o.push(r)}return o}(e,n),r,n)}function ND(e,t,n,r){let o=n?n.activeRange:null;switch(t.type){case"ADD_EVENT_SOURCES":return jD(e,t.sources,o,r);case"REMOVE_EVENT_SOURCE":return i=e,s=t.sourceId,Nx(i,(e=>e.sourceId!==s));case"PREV":case"NEXT":case"CHANGE_DATE":case"CHANGE_VIEW_TYPE":return n?BD(e,o,r):e;case"FETCH_EVENT_SOURCES":return HD(e,t.sourceIds?jx(t.sourceIds):FD(e,r),o,t.isRefetch||!1,r);case"RECEIVE_EVENTS":case"RECEIVE_EVENT_ERROR":return function(e,t,n,r){let o=e[t];if(o&&n===o.latestFetchId)return Object.assign(Object.assign({},e),{[t]:Object.assign(Object.assign({},o),{isFetching:!1,fetchRange:r})});return e}(e,t.sourceId,t.fetchId,t.fetchRange);case"REMOVE_ALL_EVENT_SOURCES":return{};default:return e}var i,s}function PD(e){for(let t in e)if(e[t].isFetching)return!0;return!1}function jD(e,t,n,r){let o={};for(let e of t)o[e.sourceId]=e;return n&&(o=BD(o,n,r)),Object.assign(Object.assign({},e),o)}function BD(e,t,n){return HD(e,Nx(e,(e=>function(e,t,n){if(!UD(e,n))return!e.latestFetchId;return!n.options.lazyFetching||!e.fetchRange||e.isFetching||t.start<e.fetchRange.start||t.end>e.fetchRange.end}(e,t,n))),t,!1,n)}function HD(e,t,n,r,o){let i={};for(let s in e){let a=e[s];t[s]?i[s]=LD(a,n,r,o):i[s]=a}return i}function LD(e,t,n,r){let{options:o,calendarApi:i}=r,s=r.pluginHooks.eventSourceDefs[e.sourceDefId],a=_E();return s.fetch({eventSource:e,range:t,isRefetch:n,context:r},(n=>{let{rawEvents:s}=n;o.eventSourceSuccess&&(s=o.eventSourceSuccess.call(i,s,n.response)||s),e.success&&(s=e.success.call(i,s,n.response)||s),r.dispatch({type:"RECEIVE_EVENTS",sourceId:e.sourceId,fetchId:a,fetchRange:t,rawEvents:s})}),(n=>{let s=!1;o.eventSourceFailure&&(o.eventSourceFailure.call(i,n),s=!0),e.failure&&(e.failure(n),s=!0),s||console.warn(n.message,n),r.dispatch({type:"RECEIVE_EVENT_ERROR",sourceId:e.sourceId,fetchId:a,fetchRange:t,error:n})})),Object.assign(Object.assign({},e),{isFetching:!0,latestFetchId:a})}function FD(e,t){return Nx(e,(e=>UD(e,t)))}function UD(e,t){return!t.pluginHooks.eventSourceDefs[e.sourceDefId].ignoreRange}function zD(e,t){switch(t.type){case"UNSELECT_DATES":return null;case"SELECT_DATES":return t.selection;default:return e}}function $D(e,t){switch(t.type){case"UNSELECT_EVENT":return"";case"SELECT_EVENT":return t.eventInstanceId;default:return e}}function VD(e,t){let n;switch(t.type){case"UNSET_EVENT_DRAG":return null;case"SET_EVENT_DRAG":return n=t.state,{affectedEvents:n.affectedEvents,mutatedEvents:n.mutatedEvents,isEvent:n.isEvent};default:return e}}function WD(e,t){let n;switch(t.type){case"UNSET_EVENT_RESIZE":return null;case"SET_EVENT_RESIZE":return n=t.state,{affectedEvents:n.affectedEvents,mutatedEvents:n.mutatedEvents,isEvent:n.isEvent};default:return e}}function qD(e,t,n,r,o){return{header:e.headerToolbar?GD(e.headerToolbar,e,t,n,r,o):null,footer:e.footerToolbar?GD(e.footerToolbar,e,t,n,r,o):null}}function GD(e,t,n,r,o,i){let s={},a=[],l=!1;for(let c in e){let u=YD(e[c],t,n,r,o,i);s[c]=u.widgets,a.push(...u.viewsWithButtons),l=l||u.hasTitle}return{sectionWidgets:s,viewsWithButtons:a,hasTitle:l}}function YD(e,t,n,r,o,i){let s="rtl"===t.direction,a=t.customButtons||{},l=n.buttonText||{},c=t.buttonText||{},u=n.buttonHints||{},d=t.buttonHints||{},f=e?e.split(" "):[],p=[],h=!1;return{widgets:f.map((e=>e.split(",").map((e=>{if("title"===e)return h=!0,{buttonName:e};let n,f,g,v,m,y;if(n=a[e])g=e=>{n.click&&n.click.call(e.target,e,e.target)},(v=r.getCustomButtonIconClass(n))||(v=r.getIconClass(e,s))||(m=n.text),y=n.hint||n.text;else if(f=o[e]){p.push(e),g=()=>{i.changeView(e)},(m=f.buttonTextOverride)||(v=r.getIconClass(e,s))||(m=f.buttonTextDefault);let n=f.buttonTextOverride||f.buttonTextDefault;y=kE(f.buttonTitleOverride||f.buttonTitleDefault||t.viewHint,[n,e],n)}else if(i[e])if(g=()=>{i[e]()},(m=l[e])||(v=r.getIconClass(e,s))||(m=c[e]),"prevYear"===e||"nextYear"===e){let t="prevYear"===e?"prev":"next";y=kE(u[t]||d[t],[c.year||"year","year"],c[e])}else y=t=>kE(u[e]||d[e],[c[t]||t,t],c[e]);return{buttonName:e,buttonClick:g,buttonIcon:v,buttonText:m,buttonHint:y}})))),viewsWithButtons:p,hasTitle:h}}class QD{constructor(e,t,n){this.type=e,this.getCurrentData=t,this.dateEnv=n}get calendar(){return this.getCurrentData().calendarApi}get title(){return this.getCurrentData().viewTitle}get activeStart(){return this.dateEnv.toDate(this.getCurrentData().dateProfile.activeRange.start)}get activeEnd(){return this.dateEnv.toDate(this.getCurrentData().dateProfile.activeRange.end)}get currentStart(){return this.dateEnv.toDate(this.getCurrentData().dateProfile.currentRange.start)}get currentEnd(){return this.dateEnv.toDate(this.getCurrentData().dateProfile.currentRange.end)}getOption(e){return this.getCurrentData().options[e]}}let ZD={parseMeta:e=>!e.url||"json"!==e.format&&e.format?null:{url:e.url,format:"json",method:(e.method||"GET").toUpperCase(),extraParams:e.extraParams,startParam:e.startParam,endParam:e.endParam,timeZoneParam:e.timeZoneParam},fetch(e,t,n){const{meta:r}=e.eventSource,o=function(e,t,n){let r,o,i,s,{dateEnv:a,options:l}=n,c={};r=e.startParam,null==r&&(r=l.startParam);o=e.endParam,null==o&&(o=l.endParam);i=e.timeZoneParam,null==i&&(i=l.timeZoneParam);s="function"==typeof e.extraParams?e.extraParams():e.extraParams||{};Object.assign(c,s),c[r]=a.formatIso(t.start),c[o]=a.formatIso(t.end),"local"!==a.timeZone&&(c[i]=a.timeZone);return c}(r,e.range,e.context);(function(e,t,n){const r={method:e=e.toUpperCase()};return"GET"===e?t+=(-1===t.indexOf("?")?"?":"&")+new URLSearchParams(n):(r.body=new URLSearchParams(n),r.headers={"Content-Type":"application/x-www-form-urlencoded"}),fetch(t,r).then((e=>{if(e.ok)return e.json().then((t=>[t,e]),(()=>{throw new OA("Failure parsing JSON",e)}));throw new OA("Request failed",e)}))})(r.method,r.url,o).then((([e,n])=>{t({rawEvents:e,response:n})}),n)}};function XD(e,t){let n=Bx(t.getCurrentData().eventSources);if(1===n.length&&1===e.length&&Array.isArray(n[0]._raw)&&Array.isArray(e[0]))return void t.dispatch({type:"RESET_RAW_EVENTS",sourceId:n[0].sourceId,rawEvents:e[0]});let r=[];for(let t of e){let e=!1;for(let r=0;r<n.length;r+=1)if(n[r]._raw===t){n.splice(r,1),e=!0;break}e||r.push(t)}for(let e of n)t.dispatch({type:"REMOVE_EVENT_SOURCE",sourceId:e.sourceId});for(let e of r)t.calendarApi.addEventSource(e)}const JD=[ED({name:"array-event-source",eventSourceDefs:[{ignoreRange:!0,parseMeta:e=>Array.isArray(e.events)?e.events:null,fetch(e,t){t({rawEvents:e.eventSource.meta})}}]}),ED({name:"func-event-source",eventSourceDefs:[{parseMeta:e=>"function"==typeof e.events?e.events:null,fetch(e,t,n){const{dateEnv:r}=e.context;!function(e,t,n){let r=!1,o=function(e){r||(r=!0,t(e))},i=function(e){r||(r=!0,n(e))},s=e(o,i);s&&"function"==typeof s.then&&s.then(o,i)}(e.eventSource.meta.bind(null,TA(e.range,r)),(e=>t({rawEvents:e})),n)}}]}),ED({name:"json-event-source",eventSourceRefiners:{method:String,extraParams:Ox,startParam:String,endParam:String,timeZoneParam:String},eventSourceDefs:[ZD]}),ED({name:"simple-recurring-event",recurringTypes:[{parse(e,t){if(e.daysOfWeek||e.startTime||e.endTime||e.startRecur||e.endRecur){let o,i={daysOfWeek:e.daysOfWeek||null,startTime:e.startTime||null,endTime:e.endTime||null,startRecur:e.startRecur?t.createMarker(e.startRecur):null,endRecur:e.endRecur?t.createMarker(e.endRecur):null};return e.duration&&(o=e.duration),!o&&e.startTime&&e.endTime&&(n=e.endTime,r=e.startTime,o={years:n.years-r.years,months:n.months-r.months,days:n.days-r.days,milliseconds:n.milliseconds-r.milliseconds}),{allDayGuess:Boolean(!e.startTime&&!e.endTime),duration:o,typeData:i}}var n,r;return null},expand(e,t,n){let r=gC(t,{start:e.startRecur,end:e.endRecur});return r?function(e,t,n,r){let o=e?jx(e):null,i=GE(n.start),s=n.end,a=[];for(;i<s;){let e;o&&!o[i.getUTCDay()]||(e=t?r.add(i,t):i,a.push(e)),i=$E(i,1)}return a}(e.daysOfWeek,e.startTime,r,n):[]}}],eventRefiners:{daysOfWeek:Ox,startTime:IE,endTime:IE,duration:IE,startRecur:Ox,endRecur:Ox}}),ED({name:"change-handler",optionChangeHandlers:{events(e,t){XD([e],t)},eventSources:XD}}),ED({name:"misc",isLoadingFuncs:[e=>PD(e.eventSources)],propSetHandlers:{dateProfile:function(e,t){t.emitter.trigger("datesSet",Object.assign(Object.assign({},TA(e.activeRange,t.dateEnv)),{view:t.viewApi}))},eventStore:function(e,t){let{emitter:n}=t;n.hasHandlers("eventsSet")&&n.trigger("eventsSet",dA(e,t))}}})];class KD{constructor(e,t){this.runTaskOption=e,this.drainedOption=t,this.queue=[],this.delayedRunner=new sE(this.drain.bind(this))}request(e,t){this.queue.push(e),this.delayedRunner.request(t)}pause(e){this.delayedRunner.pause(e)}resume(e,t){this.delayedRunner.resume(e,t)}drain(){let{queue:e}=this;for(;e.length;){let t,n=[];for(;t=e.shift();)this.runTask(t),n.push(t);this.drained(n)}}runTask(e){this.runTaskOption&&this.runTaskOption(e)}drained(e){this.drainedOption&&this.drainedOption(e)}}function eT(e,t,n){let r;return r=/^(year|month)$/.test(e.currentRangeUnit)?e.currentRange:e.activeRange,n.formatRange(r.start,r.end,wx(t.titleFormat||function(e){let{currentRangeUnit:t}=e;if("year"===t)return{year:"numeric"};if("month"===t)return{year:"numeric",month:"long"};let n=qE(e.currentRange.start,e.currentRange.end);if(null!==n&&n>1)return{year:"numeric",month:"short",day:"numeric"};return{year:"numeric",month:"long",day:"numeric"}}(e)),{isEndExclusive:e.isRangeAllDay,defaultSeparator:t.titleRangeSeparator})}class tT{constructor(e){this.computeCurrentViewData=ix(this._computeCurrentViewData),this.organizeRawLocales=ix(wD),this.buildLocale=ix(SD),this.buildPluginHooks=xD(),this.buildDateEnv=ix(nT),this.buildTheme=ix(rT),this.parseToolbars=ix(qD),this.buildViewSpecs=ix(OD),this.buildDateProfileGenerator=sx(oT),this.buildViewApi=ix(iT),this.buildViewUiProps=sx(lT),this.buildEventUiBySource=ix(sT,Hx),this.buildEventUiBases=ix(aT),this.parseContextBusinessHours=sx(uT),this.buildTitle=ix(eT),this.emitter=new KC,this.actionRunner=new KD(this._handleAction.bind(this),this.updateData.bind(this)),this.currentCalendarOptionsInput={},this.currentCalendarOptionsRefined={},this.currentViewOptionsInput={},this.currentViewOptionsRefined={},this.currentCalendarOptionsRefiners={},this.optionsForRefining=[],this.optionsForHandling=[],this.getCurrentData=()=>this.data,this.dispatch=e=>{this.actionRunner.request(e)},this.props=e,this.actionRunner.pause();let t={},n=this.computeOptionsData(e.optionOverrides,t,e.calendarApi),r=n.calendarOptions.initialView||n.pluginHooks.initialView,o=this.computeCurrentViewData(r,n,e.optionOverrides,t);e.calendarApi.currentDataManager=this,this.emitter.setThisContext(e.calendarApi),this.emitter.setOptions(o.options);let i=function(e,t){let n=e.initialDate;return null!=n?t.createMarker(n):_C(e.now,t)}(n.calendarOptions,n.dateEnv),s=o.dateProfileGenerator.build(i);yC(s.activeRange,i)||(i=s.currentRange.start);let a={dateEnv:n.dateEnv,options:n.calendarOptions,pluginHooks:n.pluginHooks,calendarApi:e.calendarApi,dispatch:this.dispatch,emitter:this.emitter,getCurrentData:this.getCurrentData};for(let e of n.pluginHooks.contextInit)e(a);let l=ID(n.calendarOptions,s,a),c={dynamicOptionOverrides:t,currentViewType:r,currentDate:i,dateProfile:s,businessHours:this.parseContextBusinessHours(a),eventSources:l,eventUiBases:{},eventStore:{defs:{},instances:{}},renderableEventStore:{defs:{},instances:{}},dateSelection:null,eventSelection:"",eventDrag:null,eventResize:null,selectionConfig:this.buildViewUiProps(a).selectionConfig},u=Object.assign(Object.assign({},a),c);for(let e of n.pluginHooks.reducers)Object.assign(c,e(null,null,u));cT(c,a)&&this.emitter.trigger("loading",!0),this.state=c,this.updateData(),this.actionRunner.resume()}resetOptions(e,t){let{props:n}=this;void 0===t?n.optionOverrides=e:(n.optionOverrides=Object.assign(Object.assign({},n.optionOverrides||{}),e),this.optionsForRefining.push(...t)),(void 0===t||t.length)&&this.actionRunner.request({type:"NOTHING"})}_handleAction(e){let{props:t,state:n,emitter:r}=this,o=function(e,t){return"SET_OPTION"===t.type?Object.assign(Object.assign({},e),{[t.optionName]:t.rawOptionValue}):e}(n.dynamicOptionOverrides,e),i=this.computeOptionsData(t.optionOverrides,o,t.calendarApi),s=function(e,t){"CHANGE_VIEW_TYPE"===t.type&&(e=t.viewType);return e}(n.currentViewType,e),a=this.computeCurrentViewData(s,i,t.optionOverrides,o);t.calendarApi.currentDataManager=this,r.setThisContext(t.calendarApi),r.setOptions(a.options);let l={dateEnv:i.dateEnv,options:i.calendarOptions,pluginHooks:i.pluginHooks,calendarApi:t.calendarApi,dispatch:this.dispatch,emitter:r,getCurrentData:this.getCurrentData},{currentDate:c,dateProfile:u}=n;this.data&&this.data.dateProfileGenerator!==a.dateProfileGenerator&&(u=a.dateProfileGenerator.build(c)),c=function(e,t){return"CHANGE_DATE"===t.type?t.dateMarker:e}(c,e),u=function(e,t,n,r){let o;switch(t.type){case"CHANGE_VIEW_TYPE":return r.build(t.dateMarker||n);case"CHANGE_DATE":return r.build(t.dateMarker);case"PREV":if(o=r.buildPrev(e,n),o.isValid)return o;break;case"NEXT":if(o=r.buildNext(e,n),o.isValid)return o}return e}(u,e,c,a.dateProfileGenerator),"PREV"!==e.type&&"NEXT"!==e.type&&yC(u.currentRange,c)||(c=u.currentRange.start);let d=ND(n.eventSources,e,u,l),f=YC(n.eventStore,e,d,u,l),p=PD(d)&&!a.options.progressiveEventRendering&&n.renderableEventStore||f,{eventUiSingleBase:h,selectionConfig:g}=this.buildViewUiProps(l),v=this.buildEventUiBySource(d),m={dynamicOptionOverrides:o,currentViewType:s,currentDate:c,dateProfile:u,eventSources:d,eventStore:f,renderableEventStore:p,selectionConfig:g,eventUiBases:this.buildEventUiBases(p.defs,h,v),businessHours:this.parseContextBusinessHours(l),dateSelection:zD(n.dateSelection,e),eventSelection:$D(n.eventSelection,e),eventDrag:VD(n.eventDrag,e),eventResize:WD(n.eventResize,e)},y=Object.assign(Object.assign({},l),m);for(let t of i.pluginHooks.reducers)Object.assign(m,t(n,e,y));let b=cT(n,l),w=cT(m,l);!b&&w?r.trigger("loading",!0):b&&!w&&r.trigger("loading",!1),this.state=m,t.onAction&&t.onAction(e)}updateData(){let{props:e,state:t}=this,n=this.data,r=this.computeOptionsData(e.optionOverrides,t.dynamicOptionOverrides,e.calendarApi),o=this.computeCurrentViewData(t.currentViewType,r,e.optionOverrides,t.dynamicOptionOverrides),i=this.data=Object.assign(Object.assign(Object.assign({viewTitle:this.buildTitle(t.dateProfile,o.options,r.dateEnv),calendarApi:e.calendarApi,dispatch:this.dispatch,emitter:this.emitter,getCurrentData:this.getCurrentData},r),o),t),s=r.pluginHooks.optionChangeHandlers,a=n&&n.calendarOptions,l=r.calendarOptions;if(a&&a!==l){a.timeZone!==l.timeZone&&(t.eventSources=i.eventSources=function(e,t,n){let r=t?t.activeRange:null;return HD(e,FD(e,n),r,!0,n)}(i.eventSources,t.dateProfile,i),t.eventStore=i.eventStore=XC(i.eventStore,n.dateEnv,i.dateEnv),t.renderableEventStore=i.renderableEventStore=XC(i.renderableEventStore,n.dateEnv,i.dateEnv));for(let e in s)-1===this.optionsForHandling.indexOf(e)&&a[e]===l[e]||s[e](l[e],i)}this.optionsForHandling=[],e.onData&&e.onData(i)}computeOptionsData(e,t,n){if(!this.optionsForRefining.length&&e===this.stableOptionOverrides&&t===this.stableDynamicOptionOverrides)return this.stableCalendarOptionsData;let{refinedOptions:r,pluginHooks:o,localeDefaults:i,availableLocaleData:s,extra:a}=this.processRawCalendarOptions(e,t);dT(a);let l=this.buildDateEnv(r.timeZone,r.locale,r.weekNumberCalculation,r.firstDay,r.weekText,o,s,r.defaultRangeSeparator),c=this.buildViewSpecs(o.views,this.stableOptionOverrides,this.stableDynamicOptionOverrides,i),u=this.buildTheme(r,o),d=this.parseToolbars(r,this.stableOptionOverrides,u,c,n);return this.stableCalendarOptionsData={calendarOptions:r,pluginHooks:o,dateEnv:l,viewSpecs:c,theme:u,toolbarConfig:d,localeDefaults:i,availableRawLocales:s.map}}processRawCalendarOptions(e,t){let{locales:n,locale:r}=Tx([_x,e,t]),o=this.organizeRawLocales(n),i=o.map,s=this.buildLocale(r||o.defaultCode,i).options,a=this.buildPluginHooks(e.plugins||[],JD),l=this.currentCalendarOptionsRefiners=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Sx),Ex),xx),a.listenerRefiners),a.optionRefiners),c={},u=Tx([_x,s,e,t]),d={},f=this.currentCalendarOptionsInput,p=this.currentCalendarOptionsRefined,h=!1;for(let e in u)-1===this.optionsForRefining.indexOf(e)&&(u[e]===f[e]||Cx[e]&&e in f&&Cx[e](f[e],u[e]))?d[e]=p[e]:l[e]?(d[e]=l[e](u[e]),h=!0):c[e]=f[e];return h&&(this.currentCalendarOptionsInput=u,this.currentCalendarOptionsRefined=d,this.stableOptionOverrides=e,this.stableDynamicOptionOverrides=t),this.optionsForHandling.push(...this.optionsForRefining),this.optionsForRefining=[],{rawOptions:this.currentCalendarOptionsInput,refinedOptions:this.currentCalendarOptionsRefined,pluginHooks:a,availableLocaleData:o,localeDefaults:s,extra:c}}_computeCurrentViewData(e,t,n,r){let o=t.viewSpecs[e];if(!o)throw new Error(`viewType "${e}" is not available. Please make sure you've loaded all neccessary plugins`);let{refinedOptions:i,extra:s}=this.processRawViewOptions(o,t.pluginHooks,t.localeDefaults,n,r);return dT(s),{viewSpec:o,options:i,dateProfileGenerator:this.buildDateProfileGenerator({dateProfileGeneratorClass:o.optionDefaults.dateProfileGeneratorClass,duration:o.duration,durationUnit:o.durationUnit,usesMinMaxTime:o.optionDefaults.usesMinMaxTime,dateEnv:t.dateEnv,calendarApi:this.props.calendarApi,slotMinTime:i.slotMinTime,slotMaxTime:i.slotMaxTime,showNonCurrentDates:i.showNonCurrentDates,dayCount:i.dayCount,dateAlignment:i.dateAlignment,dateIncrement:i.dateIncrement,hiddenDays:i.hiddenDays,weekends:i.weekends,nowInput:i.now,validRangeInput:i.validRange,visibleRangeInput:i.visibleRange,fixedWeekCount:i.fixedWeekCount}),viewApi:this.buildViewApi(e,this.getCurrentData,t.dateEnv)}}processRawViewOptions(e,t,n,r,o){let i=Tx([_x,e.optionDefaults,n,r,e.optionOverrides,o]),s=Object.assign(Object.assign(Object.assign(Object.assign(Object.assign(Object.assign({},Sx),Ex),xx),Dx),t.listenerRefiners),t.optionRefiners),a={},l=this.currentViewOptionsInput,c=this.currentViewOptionsRefined,u=!1,d={};for(let e in i)i[e]===l[e]||Cx[e]&&Cx[e](i[e],l[e])?a[e]=c[e]:(i[e]===this.currentCalendarOptionsInput[e]||Cx[e]&&Cx[e](i[e],this.currentCalendarOptionsInput[e])?e in this.currentCalendarOptionsRefined&&(a[e]=this.currentCalendarOptionsRefined[e]):s[e]?a[e]=s[e](i[e]):d[e]=i[e],u=!0);return u&&(this.currentViewOptionsInput=i,this.currentViewOptionsRefined=a),{rawOptions:this.currentViewOptionsInput,refinedOptions:this.currentViewOptionsRefined,extra:d}}}function nT(e,t,n,r,o,i,s,a){let l=SD(t||s.defaultCode,s.map);return new Gx({calendarSystem:"gregory",timeZone:e,namedTimeZoneImpl:i.namedTimeZonedImpl,locale:l,weekNumberCalculation:n,firstDay:r,weekText:o,cmdFormatter:i.cmdFormatter,defaultSeparator:a})}function rT(e,t){return new(t.themeClasses[e.themeSystem]||AD)(e)}function oT(e){return new(e.dateProfileGeneratorClass||EC)(e)}function iT(e,t,n){return new QD(e,t,n)}function sT(e){return Px(e,(e=>e.ui))}function aT(e,t,n){let r={"":t};for(let t in e){let o=e[t];o.sourceId&&n[o.sourceId]&&(r[t]=n[o.sourceId])}return r}function lT(e){let{options:t}=e;return{eventUiSingleBase:zC({display:t.eventDisplay,editable:t.editable,startEditable:t.eventStartEditable,durationEditable:t.eventDurationEditable,constraint:t.eventConstraint,overlap:"boolean"==typeof t.eventOverlap?t.eventOverlap:void 0,allow:t.eventAllow,backgroundColor:t.eventBackgroundColor,borderColor:t.eventBorderColor,textColor:t.eventTextColor,color:t.eventColor},e),selectionConfig:zC({constraint:t.selectConstraint,overlap:"boolean"==typeof t.selectOverlap?t.selectOverlap:void 0,allow:t.selectAllow},e)}}function cT(e,t){for(let n of t.pluginHooks.isLoadingFuncs)if(n(e))return!0;return!1}function uT(e){return tA(e.options.businessHours,e)}function dT(e,t){for(let n in e)console.warn(`Unknown option '${n}'`+(t?` for view '${t}'`:""))}class fT extends nC{render(){return US("div",{className:"fc-toolbar-chunk"},...this.props.widgetGroups.map((e=>this.renderWidgetGroup(e))))}renderWidgetGroup(e){let{props:t}=this,{theme:n}=this.context,r=[],o=!0;for(let i of e){let{buttonName:e,buttonClick:s,buttonText:a,buttonIcon:l,buttonHint:c}=i;if("title"===e)o=!1,r.push(US("h2",{className:"fc-toolbar-title",id:t.titleId},t.title));else{let o=e===t.activeButton,i=!t.isTodayEnabled&&"today"===e||!t.isPrevEnabled&&"prev"===e||!t.isNextEnabled&&"next"===e,u=[`fc-${e}-button`,n.getClass("button")];o&&u.push(n.getClass("buttonActive")),r.push(US("button",{type:"button",title:"function"==typeof c?c(t.navUnit):c,disabled:i,"aria-pressed":o,className:u.join(" "),onClick:s},a||(l?US("span",{className:l}):"")))}}if(r.length>1){return US("div",{className:o&&n.getClass("buttonGroup")||""},...r)}return r[0]}}class pT extends nC{render(){let e,t,{model:n,extraClassName:r}=this.props,o=!1,i=n.sectionWidgets,s=i.center;return i.left?(o=!0,e=i.left):e=i.start,i.right?(o=!0,t=i.right):t=i.end,US("div",{className:[r||"","fc-toolbar",o?"fc-toolbar-ltr":""].join(" ")},this.renderSection("start",e||[]),this.renderSection("center",s||[]),this.renderSection("end",t||[]))}renderSection(e,t){let{props:n}=this;return US(fT,{key:e,widgetGroups:t,title:n.title,navUnit:n.navUnit,activeButton:n.activeButton,isTodayEnabled:n.isTodayEnabled,isPrevEnabled:n.isPrevEnabled,isNextEnabled:n.isNextEnabled,titleId:n.titleId})}}class hT extends nC{constructor(){super(...arguments),this.state={availableWidth:null},this.handleEl=e=>{this.el=e,rC(this.props.elRef,e),this.updateAvailableWidth()},this.handleResize=()=>{this.updateAvailableWidth()}}render(){let{props:e,state:t}=this,{aspectRatio:n}=e,r=["fc-view-harness",n||e.liquid||e.height?"fc-view-harness-active":"fc-view-harness-passive"],o="",i="";return n?null!==t.availableWidth?o=t.availableWidth/n:i=1/n*100+"%":o=e.height||"",US("div",{"aria-labelledby":e.labeledById,ref:this.handleEl,className:r.join(" "),style:{height:o,paddingBottom:i}},e.children)}componentDidMount(){this.context.addResizeHandler(this.handleResize)}componentWillUnmount(){this.context.removeResizeHandler(this.handleResize)}updateAvailableWidth(){this.el&&this.props.aspectRatio&&this.setState({availableWidth:this.el.offsetWidth})}}class gT extends PA{constructor(e){super(e),this.handleSegClick=(e,t)=>{let{component:n}=this,{context:r}=n,o=hA(t);if(o&&n.isValidSegDownEl(e.target)){let i=lE(e.target,".fc-event-forced-url"),s=i?i.querySelector("a[href]").href:"";r.emitter.trigger("eventClick",{el:t,event:new cA(n.context,o.eventRange.def,o.eventRange.instance),jsEvent:e,view:r.viewApi}),s&&!e.defaultPrevented&&(window.location.href=s)}},this.destroy=mE(e.el,"click",".fc-event",this.handleSegClick)}}class vT extends PA{constructor(e){super(e),this.handleEventElRemove=e=>{e===this.currentSegEl&&this.handleSegLeave(null,this.currentSegEl)},this.handleSegEnter=(e,t)=>{hA(t)&&(this.currentSegEl=t,this.triggerEvent("eventMouseEnter",e,t))},this.handleSegLeave=(e,t)=>{this.currentSegEl&&(this.currentSegEl=null,this.triggerEvent("eventMouseLeave",e,t))},this.removeHoverListeners=function(e,t,n,r){let o;return mE(e,"mouseover",t,((e,t)=>{if(t!==o){o=t,n(e,t);let i=e=>{o=null,r(e,t),t.removeEventListener("mouseleave",i)};t.addEventListener("mouseleave",i)}}))}(e.el,".fc-event",this.handleSegEnter,this.handleSegLeave)}destroy(){this.removeHoverListeners()}triggerEvent(e,t,n){let{component:r}=this,{context:o}=r,i=hA(n);t&&!r.isValidSegDownEl(t.target)||o.emitter.trigger(e,{el:n,event:new cA(o,i.eventRange.def,i.eventRange.instance),jsEvent:t,view:o.viewApi})}}class mT extends tC{constructor(){super(...arguments),this.buildViewContext=ix(eC),this.buildViewPropTransformers=ix(bT),this.buildToolbarProps=ix(yT),this.headerRef={current:null},this.footerRef={current:null},this.interactionsStore={},this.state={viewLabelId:gE()},this.registerInteractiveComponent=(e,t)=>{let n=function(e,t){return{component:e,el:t.el,useEventCenter:null==t.useEventCenter||t.useEventCenter,isHitComboAllowed:t.isHitComboAllowed||null}}(e,t),r=[gT,vT].concat(this.props.pluginHooks.componentInteractions).map((e=>new e(n)));this.interactionsStore[e.uid]=r,BA[e.uid]=n},this.unregisterInteractiveComponent=e=>{let t=this.interactionsStore[e.uid];if(t){for(let e of t)e.destroy();delete this.interactionsStore[e.uid]}delete BA[e.uid]},this.resizeRunner=new sE((()=>{this.props.emitter.trigger("_resize",!0),this.props.emitter.trigger("windowResize",{view:this.props.viewApi})})),this.handleWindowResize=e=>{let{options:t}=this.props;t.handleWindowResize&&e.target===window&&this.resizeRunner.request(t.windowResizeDelay)}}render(){let e,{props:t}=this,{toolbarConfig:n,options:r}=t,o=this.buildToolbarProps(t.viewSpec,t.dateProfile,t.dateProfileGenerator,t.currentDate,_C(t.options.now,t.dateEnv),t.viewTitle),i=!1,s="";t.isHeightAuto||t.forPrint?s="":null!=r.height?i=!0:null!=r.contentHeight?s=r.contentHeight:e=Math.max(r.aspectRatio,.5);let a=this.buildViewContext(t.viewSpec,t.viewApi,t.options,t.dateProfileGenerator,t.dateEnv,t.theme,t.pluginHooks,t.dispatch,t.getCurrentData,t.emitter,t.calendarApi,this.registerInteractiveComponent,this.unregisterInteractiveComponent),l=n.header&&n.header.hasTitle?this.state.viewLabelId:"";return US(Kx.Provider,{value:a},n.header&&US(pT,Object.assign({ref:this.headerRef,extraClassName:"fc-header-toolbar",model:n.header,titleId:l},o)),US(hT,{liquid:i,height:s,aspectRatio:e,labeledById:l},this.renderView(t),this.buildAppendContent()),n.footer&&US(pT,Object.assign({ref:this.footerRef,extraClassName:"fc-footer-toolbar",model:n.footer,titleId:""},o)))}componentDidMount(){let{props:e}=this;this.calendarInteractions=e.pluginHooks.calendarInteractions.map((t=>new t(e))),window.addEventListener("resize",this.handleWindowResize);let{propSetHandlers:t}=e.pluginHooks;for(let n in t)t[n](e[n],e)}componentDidUpdate(e){let{props:t}=this,{propSetHandlers:n}=t.pluginHooks;for(let r in n)t[r]!==e[r]&&n[r](t[r],t)}componentWillUnmount(){window.removeEventListener("resize",this.handleWindowResize),this.resizeRunner.clear();for(let e of this.calendarInteractions)e.destroy();this.props.emitter.trigger("_unmount")}buildAppendContent(){let{props:e}=this;return US($S,{},...e.pluginHooks.viewContainerAppends.map((t=>t(e))))}renderView(e){let{pluginHooks:t}=e,{viewSpec:n}=e,r={dateProfile:e.dateProfile,businessHours:e.businessHours,eventStore:e.renderableEventStore,eventUiBases:e.eventUiBases,dateSelection:e.dateSelection,eventSelection:e.eventSelection,eventDrag:e.eventDrag,eventResize:e.eventResize,isHeightAuto:e.isHeightAuto,forPrint:e.forPrint},o=this.buildViewPropTransformers(t.viewPropsTransformers);for(let t of o)Object.assign(r,t.transform(r,e));return US(n.component,Object.assign({},r))}}function yT(e,t,n,r,o,i){let s=n.build(o,void 0,!1),a=n.buildPrev(t,r,!1),l=n.buildNext(t,r,!1);return{title:i,activeButton:e.type,navUnit:e.singleUnit,isTodayEnabled:s.isValid&&!yC(t.currentRange,o),isPrevEnabled:a.isValid,isNextEnabled:l.isValid}}function bT(e){return e.map((e=>new e))}class wT extends HA{constructor(e,t={}){super(),this.isRendering=!1,this.isRendered=!1,this.currentClassNames=[],this.customContentRenderId=0,this.handleAction=e=>{switch(e.type){case"SET_EVENT_DRAG":case"SET_EVENT_RESIZE":this.renderRunner.tryDrain()}},this.handleData=e=>{this.currentData=e,this.renderRunner.request(e.calendarOptions.rerenderDelay)},this.handleRenderRequest=()=>{if(this.isRendering){this.isRendered=!0;let{currentData:e}=this;Qx((()=>{d_(US(NA,{options:e.calendarOptions,theme:e.theme,emitter:e.emitter},((t,n,r,o)=>(this.setClassNames(t),this.setHeight(n),US(lC.Provider,{value:this.customContentRenderId},US(mT,Object.assign({isHeightAuto:r,forPrint:o},e)))))),this.el)}))}else this.isRendered&&(this.isRendered=!1,d_(null,this.el),this.setClassNames([]),this.setHeight(""))},function(e){e.isConnected&&rE(e.getRootNode())}(e),this.el=e,this.renderRunner=new sE(this.handleRenderRequest),new tT({optionOverrides:t,calendarApi:this,onAction:this.handleAction,onData:this.handleData})}render(){let e=this.isRendering;e?this.customContentRenderId+=1:this.isRendering=!0,this.renderRunner.request(),e&&this.updateSize()}destroy(){this.isRendering&&(this.isRendering=!1,this.renderRunner.request())}updateSize(){Qx((()=>{super.updateSize()}))}batchRendering(e){this.renderRunner.pause("batchRendering"),e(),this.renderRunner.resume("batchRendering")}pauseRendering(){this.renderRunner.pause("pauseRendering")}resumeRendering(){this.renderRunner.resume("pauseRendering",!0)}resetOptions(e,t){this.currentDataManager.resetOptions(e,t)}setClassNames(e){if(!FE(e,this.currentClassNames)){let{classList:t}=this.el;for(let e of this.currentClassNames)t.remove(e);for(let n of e)t.add(n);this.currentClassNames=e}}setHeight(e){fE(this.el,"height",e)}}function ST(e,t){let n=[];for(let e=0;e<t;e+=1)n[e]=[];for(let t of e)n[t.row].push(t);return n}function _T(e,t){let n=[];for(let e=0;e<t;e+=1)n[e]=[];for(let t of e)n[t.firstCol].push(t);return n}function ET(e,t){let n=[];if(e){for(let r=0;r<t;r+=1)n[r]={affectedInstances:e.affectedInstances,isEvent:e.isEvent,segs:[]};for(let t of e.segs)n[t.row].segs.push(t)}else for(let e=0;e<t;e+=1)n[e]=null;return n}nE(':root{--fc-daygrid-event-dot-width:8px}.fc-daygrid-day-events:after,.fc-daygrid-day-events:before,.fc-daygrid-day-frame:after,.fc-daygrid-day-frame:before,.fc-daygrid-event-harness:after,.fc-daygrid-event-harness:before{clear:both;content:"";display:table}.fc .fc-daygrid-body{position:relative;z-index:1}.fc .fc-daygrid-day.fc-day-today{background-color:var(--fc-today-bg-color)}.fc .fc-daygrid-day-frame{min-height:100%;position:relative}.fc .fc-daygrid-day-top{display:flex;flex-direction:row-reverse}.fc .fc-day-other .fc-daygrid-day-top{opacity:.3}.fc .fc-daygrid-day-number{padding:4px;position:relative;z-index:4}.fc .fc-daygrid-month-start{font-size:1.1em;font-weight:700}.fc .fc-daygrid-day-events{margin-top:1px}.fc .fc-daygrid-body-balanced .fc-daygrid-day-events{left:0;position:absolute;right:0}.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{min-height:2em;position:relative}.fc .fc-daygrid-body-natural .fc-daygrid-day-events{margin-bottom:1em}.fc .fc-daygrid-event-harness{position:relative}.fc .fc-daygrid-event-harness-abs{left:0;position:absolute;right:0;top:0}.fc .fc-daygrid-bg-harness{bottom:0;position:absolute;top:0}.fc .fc-daygrid-day-bg .fc-non-business{z-index:1}.fc .fc-daygrid-day-bg .fc-bg-event{z-index:2}.fc .fc-daygrid-day-bg .fc-highlight{z-index:3}.fc .fc-daygrid-event{margin-top:1px;z-index:6}.fc .fc-daygrid-event.fc-event-mirror{z-index:7}.fc .fc-daygrid-day-bottom{font-size:.85em;margin:0 2px}.fc .fc-daygrid-day-bottom:after,.fc .fc-daygrid-day-bottom:before{clear:both;content:"";display:table}.fc .fc-daygrid-more-link{border-radius:3px;cursor:pointer;line-height:1;margin-top:1px;max-width:100%;overflow:hidden;padding:2px;position:relative;white-space:nowrap;z-index:4}.fc .fc-daygrid-more-link:hover{background-color:rgba(0,0,0,.1)}.fc .fc-daygrid-week-number{background-color:var(--fc-neutral-bg-color);color:var(--fc-neutral-text-color);min-width:1.5em;padding:2px;position:absolute;text-align:center;top:0;z-index:5}.fc .fc-more-popover .fc-popover-body{min-width:220px;padding:10px}.fc-direction-ltr .fc-daygrid-event.fc-event-start,.fc-direction-rtl .fc-daygrid-event.fc-event-end{margin-left:2px}.fc-direction-ltr .fc-daygrid-event.fc-event-end,.fc-direction-rtl .fc-daygrid-event.fc-event-start{margin-right:2px}.fc-direction-ltr .fc-daygrid-more-link{float:left}.fc-direction-ltr .fc-daygrid-week-number{border-radius:0 0 3px 0;left:0}.fc-direction-rtl .fc-daygrid-more-link{float:right}.fc-direction-rtl .fc-daygrid-week-number{border-radius:0 0 0 3px;right:0}.fc-liquid-hack .fc-daygrid-day-frame{position:static}.fc-daygrid-event{border-radius:3px;font-size:var(--fc-small-font-size);position:relative;white-space:nowrap}.fc-daygrid-block-event .fc-event-time{font-weight:700}.fc-daygrid-block-event .fc-event-time,.fc-daygrid-block-event .fc-event-title{padding:1px}.fc-daygrid-dot-event{align-items:center;display:flex;padding:2px 0}.fc-daygrid-dot-event .fc-event-title{flex-grow:1;flex-shrink:1;font-weight:700;min-width:0;overflow:hidden}.fc-daygrid-dot-event.fc-event-mirror,.fc-daygrid-dot-event:hover{background:rgba(0,0,0,.1)}.fc-daygrid-dot-event.fc-event-selected:before{bottom:-10px;top:-10px}.fc-daygrid-event-dot{border:calc(var(--fc-daygrid-event-dot-width)/2) solid var(--fc-event-border-color);border-radius:calc(var(--fc-daygrid-event-dot-width)/2);box-sizing:content-box;height:0;margin:0 4px;width:0}.fc-direction-ltr .fc-daygrid-event .fc-event-time{margin-right:3px}.fc-direction-rtl .fc-daygrid-event .fc-event-time{margin-left:3px}');const xT=wx({hour:"numeric",minute:"2-digit",omitZeroMinute:!0,meridiem:"narrow"});function CT(e){let{display:t}=e.eventRange.ui;return"list-item"===t||"auto"===t&&!e.eventRange.def.allDay&&e.firstCol===e.lastCol&&e.isStart&&e.isEnd}class AT extends nC{render(){let{props:e}=this;return US(Xk,Object.assign({},e,{elClasses:["fc-daygrid-event","fc-daygrid-block-event","fc-h-event"],defaultTimeFormat:xT,defaultDisplayEventEnd:e.defaultDisplayEventEnd,disableResizing:!e.seg.eventRange.def.allDay}))}}class kT extends nC{render(){let{props:e,context:t}=this,{options:n}=t,{seg:r}=e,o=_A(r,n.eventTimeFormat||xT,t,!0,e.defaultDisplayEventEnd);return US(Zk,Object.assign({},e,{elTag:"a",elClasses:["fc-daygrid-event","fc-daygrid-dot-event"],elAttrs:AA(e.seg,t),defaultGenerator:DT,timeText:o,isResizing:!1,isDateSelecting:!1}))}}function DT(e){return US($S,null,US("div",{className:"fc-daygrid-event-dot",style:{borderColor:e.borderColor||e.backgroundColor}}),e.timeText&&US("div",{className:"fc-event-time"},e.timeText),US("div",{className:"fc-event-title"},e.event.title||US($S,null," ")))}class TT extends nC{constructor(){super(...arguments),this.compileSegs=ix(RT)}render(){let{props:e}=this,{allSegs:t,invisibleSegs:n}=this.compileSegs(e.singlePlacements);return US(dD,{elClasses:["fc-daygrid-more-link"],dateProfile:e.dateProfile,todayRange:e.todayRange,allDayDate:e.allDayDate,moreCnt:e.moreCnt,allSegs:t,hiddenSegs:n,alignmentElRef:e.alignmentElRef,alignGridTop:e.alignGridTop,extraDateSpan:e.extraDateSpan,popoverContent:()=>{let n=(e.eventDrag?e.eventDrag.affectedInstances:null)||(e.eventResize?e.eventResize.affectedInstances:null)||{};return US($S,null,t.map((t=>{let r=t.eventRange.instance.instanceId;return US("div",{className:"fc-daygrid-event-harness",key:r,style:{visibility:n[r]?"hidden":""}},CT(t)?US(kT,Object.assign({seg:t,isDragging:!1,isSelected:r===e.eventSelection,defaultDisplayEventEnd:!1},EA(t,e.todayRange))):US(AT,Object.assign({seg:t,isDragging:!1,isResizing:!1,isDateSelecting:!1,isSelected:r===e.eventSelection,defaultDisplayEventEnd:!1},EA(t,e.todayRange))))})))}})}}function RT(e){let t=[],n=[];for(let r of e)t.push(r.seg),r.isVisible||n.push(r.seg);return{allSegs:t,invisibleSegs:n}}const OT=wx({week:"narrow"});class MT extends lk{constructor(){super(...arguments),this.rootElRef={current:null},this.state={dayNumberId:gE()},this.handleRootEl=e=>{rC(this.rootElRef,e),rC(this.props.elRef,e)}}render(){let{context:e,props:t,state:n,rootElRef:r}=this,{options:o,dateEnv:i}=e,{date:s,dateProfile:a}=t;const l=t.showDayNumber&&function(e,t,n){const{start:r,end:o}=t,i=VE(o,-1),s=n.getYear(r),a=n.getMonth(r),l=n.getYear(i),c=n.getMonth(i);return!(s===l&&a===c)&&Boolean(e.valueOf()===r.valueOf()||1===n.getDay(e)&&e.valueOf()<o.valueOf())}(s,a.currentRange,i);return US(tD,{elTag:"td",elRef:this.handleRootEl,elClasses:["fc-daygrid-day",...t.extraClassNames||[]],elAttrs:Object.assign(Object.assign(Object.assign({},t.extraDataAttrs),t.showDayNumber?{"aria-labelledby":n.dayNumberId}:{}),{role:"gridcell"}),defaultGenerator:IT,date:s,dateProfile:a,todayRange:t.todayRange,showDayNumber:t.showDayNumber,isMonthStart:l,extraRenderProps:t.extraRenderProps},((i,a)=>US("div",{ref:t.innerElRef,className:"fc-daygrid-day-frame fc-scrollgrid-sync-inner",style:{minHeight:t.minHeight}},t.showWeekNumber&&US(aD,{elTag:"a",elClasses:["fc-daygrid-week-number"],elAttrs:YA(e,s,"week"),date:s,defaultFormat:OT}),!a.isDisabled&&(t.showDayNumber||nD(o)||t.forceDayTop)?US("div",{className:"fc-daygrid-day-top"},US(i,{elTag:"a",elClasses:["fc-daygrid-day-number",l&&"fc-daygrid-month-start"],elAttrs:Object.assign(Object.assign({},YA(e,s)),{id:n.dayNumberId})})):t.showDayNumber?US("div",{className:"fc-daygrid-day-top",style:{visibility:"hidden"}},US("a",{className:"fc-daygrid-day-number"}," ")):void 0,US("div",{className:"fc-daygrid-day-events",ref:t.fgContentElRef},t.fgContent,US("div",{className:"fc-daygrid-day-bottom",style:{marginTop:t.moreMarginTop}},US(TT,{allDayDate:s,singlePlacements:t.singlePlacements,moreCnt:t.moreCnt,alignmentElRef:r,alignGridTop:!t.showDayNumber,extraDateSpan:t.extraDateSpan,dateProfile:t.dateProfile,eventSelection:t.eventSelection,eventDrag:t.eventDrag,eventResize:t.eventResize,todayRange:t.todayRange}))),US("div",{className:"fc-daygrid-day-bg"},t.bgContent))))}}function IT(e){return e.dayNumberText||US($S,null," ")}function NT(e){return e.eventRange.instance.instanceId+":"+e.firstCol}function PT(e){return NT(e)+":"+e.lastCol}function jT(e,t,n,r,o,i,s){let a=new HT((t=>{let n=e[t.index].eventRange.instance.instanceId+":"+t.span.start+":"+(t.span.end-1);return o[n]}));a.allowReslicing=!0,a.strictOrder=r,!0===t||!0===n?(a.maxCoord=i,a.hiddenConsumes=!0):"number"==typeof t?a.maxStackCnt=t:"number"==typeof n&&(a.maxStackCnt=n,a.hiddenConsumes=!0);let l=[],c=[];for(let t=0;t<e.length;t+=1){let n=e[t],r=PT(n);null!=o[r]?l.push({index:t,span:{start:n.firstCol,end:n.lastCol+1}}):c.push(n)}let u=a.addSegs(l),d=a.toRects(),{singleColPlacements:f,multiColPlacements:p,leftoverMargins:h}=function(e,t,n){let r=function(e,t){let n=[];for(let e=0;e<t;e+=1)n.push([]);for(let t of e)for(let e=t.span.start;e<t.span.end;e+=1)n[e].push(t);return n}(e,n.length),o=[],i=[],s=[];for(let e=0;e<n.length;e+=1){let a=r[e],l=[],c=0,u=0;for(let r of a){let o=t[r.index];l.push({seg:BT(o,e,e+1,n),isVisible:!0,isAbsolute:!1,absoluteTop:r.levelCoord,marginTop:r.levelCoord-c}),c=r.levelCoord+r.thickness}let d=[];c=0,u=0;for(let r of a){let o=t[r.index],i=r.span.end-r.span.start>1,s=r.span.start===e;u+=r.levelCoord-c,c=r.levelCoord+r.thickness,i?(u+=r.thickness,s&&d.push({seg:BT(o,r.span.start,r.span.end,n),isVisible:!0,isAbsolute:!0,absoluteTop:r.levelCoord,marginTop:0})):s&&(d.push({seg:BT(o,r.span.start,r.span.end,n),isVisible:!0,isAbsolute:!1,absoluteTop:r.levelCoord,marginTop:u}),u=0)}o.push(l),i.push(d),s.push(u)}return{singleColPlacements:o,multiColPlacements:i,leftoverMargins:s}}(d,e,s),g=[],v=[];for(let e of c){p[e.firstCol].push({seg:e,isVisible:!1,isAbsolute:!0,absoluteTop:0,marginTop:0});for(let t=e.firstCol;t<=e.lastCol;t+=1)f[t].push({seg:BT(e,t,t+1,s),isVisible:!1,isAbsolute:!1,absoluteTop:0,marginTop:0})}for(let e=0;e<s.length;e+=1)g.push(0);for(let t of u){let n=e[t.index],r=t.span;p[r.start].push({seg:BT(n,r.start,r.end,s),isVisible:!1,isAbsolute:!0,absoluteTop:0,marginTop:0});for(let e=r.start;e<r.end;e+=1)g[e]+=1,f[e].push({seg:BT(n,e,e+1,s),isVisible:!1,isAbsolute:!1,absoluteTop:0,marginTop:0})}for(let e=0;e<s.length;e+=1)v.push(h[e]);return{singleColPlacements:f,multiColPlacements:p,moreCnts:g,moreMarginTops:v}}function BT(e,t,n,r){if(e.firstCol===t&&e.lastCol===n-1)return e;let o=e.eventRange,i=o.range,s=gC(i,{start:r[t].date,end:$E(r[n-1].date,1)});return Object.assign(Object.assign({},e),{firstCol:t,lastCol:n-1,eventRange:{def:o.def,ui:Object.assign(Object.assign({},o.ui),{durationEditable:!1}),instance:o.instance,range:s},isStart:e.isStart&&s.start.valueOf()===i.start.valueOf(),isEnd:e.isEnd&&s.end.valueOf()===i.end.valueOf()})}class HT extends ck{constructor(){super(...arguments),this.hiddenConsumes=!1,this.forceHidden={}}addSegs(e){const t=super.addSegs(e),{entriesByLevel:n}=this,r=e=>!this.forceHidden[dk(e)];for(let e=0;e<n.length;e+=1)n[e]=n[e].filter(r);return t}handleInvalidInsertion(e,t,n){const{entriesByLevel:r,forceHidden:o}=this,{touchingEntry:i,touchingLevel:s,touchingLateral:a}=e;if(this.hiddenConsumes&&i){const e=dk(i);if(!o[e])if(this.allowReslicing){const e=Object.assign(Object.assign({},i),{span:fk(i.span,t.span)});o[dk(e)]=!0,r[s][a]=e,this.splitEntry(i,t,n)}else o[e]=!0,n.push(i)}return super.handleInvalidInsertion(e,t,n)}}class LT extends lk{constructor(){super(...arguments),this.cellElRefs=new Lk,this.frameElRefs=new Lk,this.fgElRefs=new Lk,this.segHarnessRefs=new Lk,this.rootElRef={current:null},this.state={framePositions:null,maxContentHeight:null,segHeights:{}},this.handleResize=e=>{e&&this.updateSizing(!0)}}render(){let{props:e,state:t,context:n}=this,{options:r}=n,o=e.cells.length,i=_T(e.businessHourSegs,o),s=_T(e.bgEventSegs,o),a=_T(this.getHighlightSegs(),o),l=_T(this.getMirrorSegs(),o),{singleColPlacements:c,multiColPlacements:u,moreCnts:d,moreMarginTops:f}=jT(mA(e.fgEventSegs,r.eventOrder),e.dayMaxEvents,e.dayMaxEventRows,r.eventOrderStrict,t.segHeights,t.maxContentHeight,e.cells),p=e.eventDrag&&e.eventDrag.affectedInstances||e.eventResize&&e.eventResize.affectedInstances||{};return US("tr",{ref:this.rootElRef,role:"row"},e.renderIntro&&e.renderIntro(),e.cells.map(((t,n)=>{let r=this.renderFgSegs(n,e.forPrint?c[n]:u[n],e.todayRange,p),o=this.renderFgSegs(n,function(e,t){if(!e.length)return[];let n=function(e){let t={};for(let n of e)for(let e of n)t[e.seg.eventRange.instance.instanceId]=e.absoluteTop;return t}(t);return e.map((e=>({seg:e,isVisible:!0,isAbsolute:!0,absoluteTop:n[e.eventRange.instance.instanceId],marginTop:0})))}(l[n],u),e.todayRange,{},Boolean(e.eventDrag),Boolean(e.eventResize),!1);return US(MT,{key:t.key,elRef:this.cellElRefs.createRef(t.key),innerElRef:this.frameElRefs.createRef(t.key),dateProfile:e.dateProfile,date:t.date,showDayNumber:e.showDayNumbers,showWeekNumber:e.showWeekNumbers&&0===n,forceDayTop:e.showWeekNumbers,todayRange:e.todayRange,eventSelection:e.eventSelection,eventDrag:e.eventDrag,eventResize:e.eventResize,extraRenderProps:t.extraRenderProps,extraDataAttrs:t.extraDataAttrs,extraClassNames:t.extraClassNames,extraDateSpan:t.extraDateSpan,moreCnt:d[n],moreMarginTop:f[n],singlePlacements:c[n],fgContentElRef:this.fgElRefs.createRef(t.key),fgContent:US($S,null,US($S,null,r),US($S,null,o)),bgContent:US($S,null,this.renderFillSegs(a[n],"highlight"),this.renderFillSegs(i[n],"non-business"),this.renderFillSegs(s[n],"bg-event")),minHeight:e.cellMinHeight})})))}componentDidMount(){this.updateSizing(!0),this.context.addResizeHandler(this.handleResize)}componentDidUpdate(e,t){let n=this.props;this.updateSizing(!Hx(e,n))}componentWillUnmount(){this.context.removeResizeHandler(this.handleResize)}getHighlightSegs(){let{props:e}=this;return e.eventDrag&&e.eventDrag.segs.length?e.eventDrag.segs:e.eventResize&&e.eventResize.segs.length?e.eventResize.segs:e.dateSelectionSegs}getMirrorSegs(){let{props:e}=this;return e.eventResize&&e.eventResize.segs.length?e.eventResize.segs:[]}renderFgSegs(e,t,n,r,o,i,s){let{context:a}=this,{eventSelection:l}=this.props,{framePositions:c}=this.state,u=1===this.props.cells.length,d=o||i||s,f=[];if(c)for(let e of t){let{seg:t}=e,{instanceId:p}=t.eventRange.instance,h=e.isVisible&&!r[p],g=e.isAbsolute,v="",m="";g&&(a.isRtl?(m=0,v=c.lefts[t.lastCol]-c.lefts[t.firstCol]):(v=0,m=c.rights[t.firstCol]-c.rights[t.lastCol])),f.push(US("div",{className:"fc-daygrid-event-harness"+(g?" fc-daygrid-event-harness-abs":""),key:NT(t),ref:d?null:this.segHarnessRefs.createRef(PT(t)),style:{visibility:h?"":"hidden",marginTop:g?"":e.marginTop,top:g?e.absoluteTop:"",left:v,right:m}},CT(t)?US(kT,Object.assign({seg:t,isDragging:o,isSelected:p===l,defaultDisplayEventEnd:u},EA(t,n))):US(AT,Object.assign({seg:t,isDragging:o,isResizing:i,isDateSelecting:s,isSelected:p===l,defaultDisplayEventEnd:u},EA(t,n)))))}return f}renderFillSegs(e,t){let{isRtl:n}=this.context,{todayRange:r}=this.props,{framePositions:o}=this.state,i=[];if(o)for(let s of e){let e=n?{right:0,left:o.lefts[s.lastCol]-o.lefts[s.firstCol]}:{left:0,right:o.rights[s.firstCol]-o.rights[s.lastCol]};i.push(US("div",{key:CA(s.eventRange),className:"fc-daygrid-bg-harness",style:e},"bg-event"===t?US(oD,Object.assign({seg:s},EA(s,r))):sD(t)))}return US($S,{},...i)}updateSizing(e){let{props:t,state:n,frameElRefs:r}=this;if(!t.forPrint&&null!==t.clientWidth){if(e){let e=t.cells.map((e=>r.currentMap[e.key]));if(e.length){let t=this.rootElRef.current,r=new rk(t,e,!0,!1);n.framePositions&&n.framePositions.similarTo(r)||this.setState({framePositions:new rk(t,e,!0,!1)})}}const o=this.state.segHeights,i=this.querySegHeights(),s=!0===t.dayMaxEvents||!0===t.dayMaxEventRows;this.safeSetState({segHeights:Object.assign(Object.assign({},o),i),maxContentHeight:s?this.computeMaxContentHeight():null})}}querySegHeights(){let e=this.segHarnessRefs.currentMap,t={};for(let n in e){let r=Math.round(e[n].getBoundingClientRect().height);t[n]=Math.max(t[n]||0,r)}return t}computeMaxContentHeight(){let e=this.props.cells[0].key,t=this.cellElRefs.currentMap[e],n=this.fgElRefs.currentMap[e];return t.getBoundingClientRect().bottom-n.getBoundingClientRect().top}getCellEls(){let e=this.cellElRefs.currentMap;return this.props.cells.map((t=>e[t.key]))}}LT.addStateEquality({segHeights:Hx});class FT extends lk{constructor(){super(...arguments),this.splitBusinessHourSegs=ix(ST),this.splitBgEventSegs=ix(ST),this.splitFgEventSegs=ix(ST),this.splitDateSelectionSegs=ix(ST),this.splitEventDrag=ix(ET),this.splitEventResize=ix(ET),this.rowRefs=new Lk}render(){let{props:e,context:t}=this,n=e.cells.length,r=this.splitBusinessHourSegs(e.businessHourSegs,n),o=this.splitBgEventSegs(e.bgEventSegs,n),i=this.splitFgEventSegs(e.fgEventSegs,n),s=this.splitDateSelectionSegs(e.dateSelectionSegs,n),a=this.splitEventDrag(e.eventDrag,n),l=this.splitEventResize(e.eventResize,n),c=n>=7&&e.clientWidth?e.clientWidth/t.options.aspectRatio/6:null;return US(_k,{unit:"day"},((t,u)=>US($S,null,e.cells.map(((t,d)=>US(LT,{ref:this.rowRefs.createRef(d),key:t.length?t[0].date.toISOString():d,showDayNumbers:n>1,showWeekNumbers:e.showWeekNumbers,todayRange:u,dateProfile:e.dateProfile,cells:t,renderIntro:e.renderRowIntro,businessHourSegs:r[d],eventSelection:e.eventSelection,bgEventSegs:o[d].filter(UT),fgEventSegs:i[d],dateSelectionSegs:s[d],eventDrag:a[d],eventResize:l[d],dayMaxEvents:e.dayMaxEvents,dayMaxEventRows:e.dayMaxEventRows,clientWidth:e.clientWidth,clientHeight:e.clientHeight,cellMinHeight:c,forPrint:e.forPrint}))))))}componentDidMount(){this.registerInteractiveComponent()}componentDidUpdate(){this.registerInteractiveComponent()}registerInteractiveComponent(){if(!this.rootEl){const e=this.rowRefs.currentMap[0].getCellEls()[0],t=e?e.closest(".fc-daygrid-body"):null;t&&(this.rootEl=t,this.context.registerInteractiveComponent(this,{el:t,isHitComboAllowed:this.props.isHitComboAllowed}))}}componentWillUnmount(){this.rootEl&&(this.context.unregisterInteractiveComponent(this),this.rootEl=null)}prepareHits(){this.rowPositions=new rk(this.rootEl,this.rowRefs.collect().map((e=>e.getCellEls()[0])),!1,!0),this.colPositions=new rk(this.rootEl,this.rowRefs.currentMap[0].getCellEls(),!0,!1)}queryHit(e,t){let{colPositions:n,rowPositions:r}=this,o=n.leftToIndex(e),i=r.topToIndex(t);if(null!=i&&null!=o){let e=this.props.cells[i][o];return{dateProfile:this.props.dateProfile,dateSpan:Object.assign({range:this.getCellRange(i,o),allDay:!0},e.extraDateSpan),dayEl:this.getCellEl(i,o),rect:{left:n.lefts[o],right:n.rights[o],top:r.tops[i],bottom:r.bottoms[i]},layer:0}}return null}getCellEl(e,t){return this.rowRefs.currentMap[e].getCellEls()[t]}getCellRange(e,t){let n=this.props.cells[e][t].date;return{start:n,end:$E(n,1)}}}function UT(e){return e.eventRange.def.allDay}class zT extends lk{constructor(){super(...arguments),this.elRef={current:null},this.needsScrollReset=!1}render(){let{props:e}=this,{dayMaxEventRows:t,dayMaxEvents:n,expandRows:r}=e,o=!0===n||!0===t;o&&!r&&(o=!1,t=null,n=null);let i=["fc-daygrid-body",o?"fc-daygrid-body-balanced":"fc-daygrid-body-unbalanced",r?"":"fc-daygrid-body-natural"];return US("div",{ref:this.elRef,className:i.join(" "),style:{width:e.clientWidth,minWidth:e.tableMinWidth}},US("table",{role:"presentation",className:"fc-scrollgrid-sync-table",style:{width:e.clientWidth,minWidth:e.tableMinWidth,height:r?e.clientHeight:""}},e.colGroupNode,US("tbody",{role:"presentation"},US(FT,{dateProfile:e.dateProfile,cells:e.cells,renderRowIntro:e.renderRowIntro,showWeekNumbers:e.showWeekNumbers,clientWidth:e.clientWidth,clientHeight:e.clientHeight,businessHourSegs:e.businessHourSegs,bgEventSegs:e.bgEventSegs,fgEventSegs:e.fgEventSegs,dateSelectionSegs:e.dateSelectionSegs,eventSelection:e.eventSelection,eventDrag:e.eventDrag,eventResize:e.eventResize,dayMaxEvents:n,dayMaxEventRows:t,forPrint:e.forPrint,isHitComboAllowed:e.isHitComboAllowed}))))}componentDidMount(){this.requestScrollReset()}componentDidUpdate(e){e.dateProfile!==this.props.dateProfile?this.requestScrollReset():this.flushScrollReset()}requestScrollReset(){this.needsScrollReset=!0,this.flushScrollReset()}flushScrollReset(){if(this.needsScrollReset&&this.props.clientWidth){const e=function(e,t){let n;t.currentRangeUnit.match(/year|month/)&&(n=e.querySelector(`[data-date="${r=t.currentDate,r.toISOString().match(/^\d{4}-\d{2}/)[0]}-01"]`));var r;n||(n=e.querySelector(`[data-date="${rx(t.currentDate)}"]`));return n}(this.elRef.current,this.props.dateProfile);if(e){const t=e.closest(".fc-daygrid-body"),n=t.closest(".fc-scroller"),r=e.getBoundingClientRect().top-t.getBoundingClientRect().top;n.scrollTop=r?r+1:0}this.needsScrollReset=!1}}}class $T extends Dk{constructor(){super(...arguments),this.forceDayIfListItem=!0}sliceRange(e,t){return t.sliceRange(e)}}class VT extends lk{constructor(){super(...arguments),this.slicer=new $T,this.tableRef={current:null}}render(){let{props:e,context:t}=this;return US(zT,Object.assign({ref:this.tableRef},this.slicer.sliceProps(e,e.dateProfile,e.nextDayThreshold,t,e.dayTableModel),{dateProfile:e.dateProfile,cells:e.dayTableModel.cells,colGroupNode:e.colGroupNode,tableMinWidth:e.tableMinWidth,renderRowIntro:e.renderRowIntro,dayMaxEvents:e.dayMaxEvents,dayMaxEventRows:e.dayMaxEventRows,showWeekNumbers:e.showWeekNumbers,expandRows:e.expandRows,headerAlignElRef:e.headerAlignElRef,clientWidth:e.clientWidth,clientHeight:e.clientHeight,forPrint:e.forPrint}))}}class WT extends lk{constructor(){super(...arguments),this.headerElRef={current:null}}renderSimpleLayout(e,t){let{props:n,context:r}=this,o=[],i=Gk(r.options);return e&&o.push({type:"header",key:"header",isSticky:i,chunk:{elRef:this.headerElRef,tableClassName:"fc-col-header",rowContent:e}}),o.push({type:"body",key:"body",liquid:!0,chunk:{content:t}}),US(dC,{elClasses:["fc-daygrid"],viewSpec:r.viewSpec},US(Qk,{liquid:!n.isHeightAuto&&!n.forPrint,collapsibleWidth:n.forPrint,cols:[],sections:o}))}renderHScrollLayout(e,t,n,r){let o=this.context.pluginHooks.scrollGridImpl;if(!o)throw new Error("No ScrollGrid implementation");let{props:i,context:s}=this,a=!i.forPrint&&Gk(s.options),l=!i.forPrint&&Yk(s.options),c=[];return e&&c.push({type:"header",key:"header",isSticky:a,chunks:[{key:"main",elRef:this.headerElRef,tableClassName:"fc-col-header",rowContent:e}]}),c.push({type:"body",key:"body",liquid:!0,chunks:[{key:"main",content:t}]}),l&&c.push({type:"footer",key:"footer",isSticky:!0,chunks:[{key:"main",content:qk}]}),US(dC,{elClasses:["fc-daygrid"],viewSpec:s.viewSpec},US(o,{liquid:!i.isHeightAuto&&!i.forPrint,forPrint:i.forPrint,collapsibleWidth:i.forPrint,colGroups:[{cols:[{span:n,minWidth:r}]}],sections:c}))}}function qT(e,t){let n=new Ak(e.renderRange,t);return new kk(n,/year|month|week/.test(e.currentRangeUnit))}var GT=ED({name:"@fullcalendar/daygrid",initialView:"dayGridMonth",views:{dayGrid:{component:class extends WT{constructor(){super(...arguments),this.buildDayTableModel=ix(qT),this.headerRef={current:null},this.tableRef={current:null}}render(){let{options:e,dateProfileGenerator:t}=this.context,{props:n}=this,r=this.buildDayTableModel(n.dateProfile,t),o=e.dayHeaders&&US(xk,{ref:this.headerRef,dateProfile:n.dateProfile,dates:r.headerDates,datesRepDistinctDays:1===r.rowCnt}),i=t=>US(VT,{ref:this.tableRef,dateProfile:n.dateProfile,dayTableModel:r,businessHours:n.businessHours,dateSelection:n.dateSelection,eventStore:n.eventStore,eventUiBases:n.eventUiBases,eventSelection:n.eventSelection,eventDrag:n.eventDrag,eventResize:n.eventResize,nextDayThreshold:e.nextDayThreshold,colGroupNode:t.tableColGroupNode,tableMinWidth:t.tableMinWidth,dayMaxEvents:e.dayMaxEvents,dayMaxEventRows:e.dayMaxEventRows,showWeekNumbers:e.weekNumbers,expandRows:!n.isHeightAuto,headerAlignElRef:this.headerElRef,clientWidth:t.clientWidth,clientHeight:t.clientHeight,forPrint:n.forPrint});return e.dayMinWidth?this.renderHScrollLayout(o,i,r.colCnt,e.dayMinWidth):this.renderSimpleLayout(o,i)}},dateProfileGeneratorClass:class extends EC{buildRenderRange(e,t,n){let r=super.buildRenderRange(e,t,n),{props:o}=this;return function(e){let t,{dateEnv:n,currentRange:r}=e,{start:o,end:i}=r;e.snapToWeek&&(o=n.startOfWeek(o),t=n.startOfWeek(i),t.valueOf()!==i.valueOf()&&(i=zE(t,1)));if(e.fixedWeekCount){let e=n.startOfWeek(n.startOfMonth($E(r.end,-1)));i=zE(i,6-Math.ceil(WE(e,i)/7))}return{start:o,end:i}}({currentRange:r,snapToWeek:/^(year|month)$/.test(t),fixedWeekCount:o.fixedWeekCount,dateEnv:o.dateEnv})}}},dayGridDay:{type:"dayGrid",duration:{days:1}},dayGridWeek:{type:"dayGrid",duration:{weeks:1}},dayGridMonth:{type:"dayGrid",duration:{months:1},fixedWeekCount:!0},dayGridYear:{type:"dayGrid",duration:{years:1}}}});nE('.fc-v-event{background-color:var(--fc-event-bg-color);border:1px solid var(--fc-event-border-color);display:block}.fc-v-event .fc-event-main{color:var(--fc-event-text-color);height:100%}.fc-v-event .fc-event-main-frame{display:flex;flex-direction:column;height:100%}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{bottom:0;max-height:100%;overflow:hidden;top:0}.fc-v-event:not(.fc-event-start){border-top-left-radius:0;border-top-right-radius:0;border-top-width:0}.fc-v-event:not(.fc-event-end){border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:var(--fc-event-resizer-thickness);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:calc(var(--fc-event-resizer-thickness)/-2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:calc(var(--fc-event-resizer-thickness)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:calc(var(--fc-event-resizer-dot-total-width)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:calc(var(--fc-event-resizer-dot-total-width)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:calc(var(--fc-event-resizer-dot-total-width)/-2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{min-height:100%;position:relative;z-index:1}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-slot{border-bottom:0;height:1.5em}.fc .fc-timegrid-slot:empty:before{content:"\\00a0"}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-slot-label{vertical-align:middle}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{align-items:center;display:flex;justify-content:flex-end;overflow:hidden}.fc .fc-timegrid-axis-cushion{flex-shrink:0;max-width:60px}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col.fc-day-today{background-color:var(--fc-today-bg-color)}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols{bottom:0;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight{z-index:3}.fc .fc-timegrid-bg-harness{left:0;position:absolute;right:0}.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness{position:absolute}.fc-timegrid-event-harness>.fc-timegrid-event{bottom:0;left:0;position:absolute;right:0;top:0}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px var(--fc-page-bg-color)}.fc-timegrid-event,.fc-timegrid-more-link{border-radius:3px;font-size:var(--fc-small-font-size)}.fc-timegrid-event{margin-bottom:1px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{font-size:var(--fc-small-font-size);margin-bottom:1px;white-space:nowrap}.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-short .fc-event-time:after{content:"\\00a0-\\00a0"}.fc-timegrid-event-short .fc-event-title{font-size:var(--fc-small-font-size)}.fc-timegrid-more-link{background:var(--fc-more-link-bg-color);color:var(--fc-more-link-text-color);cursor:pointer;margin-bottom:1px;position:absolute;z-index:9999}.fc-timegrid-more-link-inner{padding:3px 2px;top:0}.fc-direction-ltr .fc-timegrid-more-link{right:0}.fc-direction-rtl .fc-timegrid-more-link{left:0}.fc .fc-timegrid-now-indicator-line{border-color:var(--fc-now-indicator-color);border-style:solid;border-width:1px 0 0;left:0;position:absolute;right:0;z-index:4}.fc .fc-timegrid-now-indicator-arrow{border-color:var(--fc-now-indicator-color);border-style:solid;margin-top:-5px;position:absolute;z-index:4}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 0 5px 6px;left:0}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 6px 5px 0;right:0}');class YT extends zA{getKeyInfo(){return{allDay:{},timed:{}}}getKeysForDateSpan(e){return e.allDay?["allDay"]:["timed"]}getKeysForEventDef(e){return e.allDay?function(e){return"background"===e.ui.display||"inverse-background"===e.ui.display}(e)?["timed","allDay"]:["allDay"]:["timed"]}}const QT=wx({hour:"numeric",minute:"2-digit",omitZeroMinute:!0,meridiem:"short"});function ZT(e){let t=["fc-timegrid-slot","fc-timegrid-slot-label",e.isLabeled?"fc-scrollgrid-shrink":"fc-timegrid-slot-minor"];return US(Kx.Consumer,null,(n=>{if(!e.isLabeled)return US("td",{className:t.join(" "),"data-time":e.isoTimeStr});let{dateEnv:r,options:o,viewApi:i}=n,s=null==o.slotLabelFormat?QT:Array.isArray(o.slotLabelFormat)?wx(o.slotLabelFormat[0]):wx(o.slotLabelFormat),a={level:0,time:e.time,date:r.toDate(e.date),view:i,text:r.format(e.date,s)};return US(cC,{elTag:"td",elClasses:t,elAttrs:{"data-time":e.isoTimeStr},renderProps:a,generatorName:"slotLabelContent",customGenerator:o.slotLabelContent,defaultGenerator:XT,classNameGenerator:o.slotLabelClassNames,didMount:o.slotLabelDidMount,willUnmount:o.slotLabelWillUnmount},(e=>US("div",{className:"fc-timegrid-slot-label-frame fc-scrollgrid-shrink-frame"},US(e,{elTag:"div",elClasses:["fc-timegrid-slot-label-cushion","fc-scrollgrid-shrink-cushion"]}))))}))}function XT(e){return e.text}class JT extends nC{render(){return this.props.slatMetas.map((e=>US("tr",{key:e.key},US(ZT,Object.assign({},e)))))}}const KT=wx({week:"short"});class eR extends lk{constructor(){super(...arguments),this.allDaySplitter=new YT,this.headerElRef={current:null},this.rootElRef={current:null},this.scrollerElRef={current:null},this.state={slatCoords:null},this.handleScrollTopRequest=e=>{let t=this.scrollerElRef.current;t&&(t.scrollTop=e)},this.renderHeadAxis=(e,t="")=>{let{options:n}=this.context,{dateProfile:r}=this.props,o=r.renderRange,i=1===WE(o.start,o.end)?YA(this.context,o.start,"week"):{};return n.weekNumbers&&"day"===e?US(aD,{elTag:"th",elClasses:["fc-timegrid-axis","fc-scrollgrid-shrink"],elAttrs:{"aria-hidden":!0},date:o.start,defaultFormat:KT},(e=>US("div",{className:["fc-timegrid-axis-frame","fc-scrollgrid-shrink-frame","fc-timegrid-axis-frame-liquid"].join(" "),style:{height:t}},US(e,{elTag:"a",elClasses:["fc-timegrid-axis-cushion","fc-scrollgrid-shrink-cushion","fc-scrollgrid-sync-inner"],elAttrs:i})))):US("th",{"aria-hidden":!0,className:"fc-timegrid-axis"},US("div",{className:"fc-timegrid-axis-frame",style:{height:t}}))},this.renderTableRowAxis=e=>{let{options:t,viewApi:n}=this.context,r={text:t.allDayText,view:n};return US(cC,{elTag:"td",elClasses:["fc-timegrid-axis","fc-scrollgrid-shrink"],elAttrs:{"aria-hidden":!0},renderProps:r,generatorName:"allDayContent",customGenerator:t.allDayContent,defaultGenerator:tR,classNameGenerator:t.allDayClassNames,didMount:t.allDayDidMount,willUnmount:t.allDayWillUnmount},(t=>US("div",{className:["fc-timegrid-axis-frame","fc-scrollgrid-shrink-frame",null==e?" fc-timegrid-axis-frame-liquid":""].join(" "),style:{height:e}},US(t,{elTag:"span",elClasses:["fc-timegrid-axis-cushion","fc-scrollgrid-shrink-cushion","fc-scrollgrid-sync-inner"]}))))},this.handleSlatCoords=e=>{this.setState({slatCoords:e})}}renderSimpleLayout(e,t,n){let{context:r,props:o}=this,i=[],s=Gk(r.options);return e&&i.push({type:"header",key:"header",isSticky:s,chunk:{elRef:this.headerElRef,tableClassName:"fc-col-header",rowContent:e}}),t&&(i.push({type:"body",key:"all-day",chunk:{content:t}}),i.push({type:"body",key:"all-day-divider",outerContent:US("tr",{role:"presentation",className:"fc-scrollgrid-section"},US("td",{className:"fc-timegrid-divider "+r.theme.getClass("tableCellShaded")}))})),i.push({type:"body",key:"body",liquid:!0,expandRows:Boolean(r.options.expandRows),chunk:{scrollerElRef:this.scrollerElRef,content:n}}),US(dC,{elRef:this.rootElRef,elClasses:["fc-timegrid"],viewSpec:r.viewSpec},US(Qk,{liquid:!o.isHeightAuto&&!o.forPrint,collapsibleWidth:o.forPrint,cols:[{width:"shrink"}],sections:i}))}renderHScrollLayout(e,t,n,r,o,i,s){let a=this.context.pluginHooks.scrollGridImpl;if(!a)throw new Error("No ScrollGrid implementation");let{context:l,props:c}=this,u=!c.forPrint&&Gk(l.options),d=!c.forPrint&&Yk(l.options),f=[];e&&f.push({type:"header",key:"header",isSticky:u,syncRowHeights:!0,chunks:[{key:"axis",rowContent:e=>US("tr",{role:"presentation"},this.renderHeadAxis("day",e.rowSyncHeights[0]))},{key:"cols",elRef:this.headerElRef,tableClassName:"fc-col-header",rowContent:e}]}),t&&(f.push({type:"body",key:"all-day",syncRowHeights:!0,chunks:[{key:"axis",rowContent:e=>US("tr",{role:"presentation"},this.renderTableRowAxis(e.rowSyncHeights[0]))},{key:"cols",content:t}]}),f.push({key:"all-day-divider",type:"body",outerContent:US("tr",{role:"presentation",className:"fc-scrollgrid-section"},US("td",{colSpan:2,className:"fc-timegrid-divider "+l.theme.getClass("tableCellShaded")}))}));let p=l.options.nowIndicator;return f.push({type:"body",key:"body",liquid:!0,expandRows:Boolean(l.options.expandRows),chunks:[{key:"axis",content:e=>US("div",{className:"fc-timegrid-axis-chunk"},US("table",{"aria-hidden":!0,style:{height:e.expandRows?e.clientHeight:""}},e.tableColGroupNode,US("tbody",null,US(JT,{slatMetas:i}))),US("div",{className:"fc-timegrid-now-indicator-container"},US(_k,{unit:p?"minute":"day"},(e=>{let t=p&&s&&s.safeComputeTop(e);return"number"==typeof t?US(Kk,{elClasses:["fc-timegrid-now-indicator-arrow"],elStyle:{top:t},isAxis:!0,date:e}):null}))))},{key:"cols",scrollerElRef:this.scrollerElRef,content:n}]}),d&&f.push({key:"footer",type:"footer",isSticky:!0,chunks:[{key:"axis",content:qk},{key:"cols",content:qk}]}),US(dC,{elRef:this.rootElRef,elClasses:["fc-timegrid"],viewSpec:l.viewSpec},US(a,{liquid:!c.isHeightAuto&&!c.forPrint,forPrint:c.forPrint,collapsibleWidth:!1,colGroups:[{width:"shrink",cols:[{width:"shrink"}]},{cols:[{span:r,minWidth:o}]}],sections:f}))}getAllDayMaxEventProps(){let{dayMaxEvents:e,dayMaxEventRows:t}=this.context.options;return!0!==e&&!0!==t||(e=void 0,t=5),{dayMaxEvents:e,dayMaxEventRows:t}}}function tR(e){return e.text}class nR{constructor(e,t,n){this.positions=e,this.dateProfile=t,this.slotDuration=n}safeComputeTop(e){let{dateProfile:t}=this;if(yC(t.currentRange,e)){let n=GE(e),r=e.valueOf()-n.valueOf();if(r>=BE(t.slotMinTime)&&r<BE(t.slotMaxTime))return this.computeTimeTop(IE(r))}return null}computeDateTop(e,t){return t||(t=GE(e)),this.computeTimeTop(IE(e.valueOf()-t.valueOf()))}computeTimeTop(e){let t,n,{positions:r,dateProfile:o}=this,i=r.els.length,s=(e.milliseconds-BE(o.slotMinTime))/BE(this.slotDuration);return s=Math.max(0,s),s=Math.min(i,s),t=Math.floor(s),t=Math.min(t,i-1),n=s-t,r.tops[t]+r.getHeight(t)*n}}class rR extends nC{render(){let{props:e,context:t}=this,{options:n}=t,{slatElRefs:r}=e;return US("tbody",null,e.slatMetas.map(((o,i)=>{let s={time:o.time,date:t.dateEnv.toDate(o.date),view:t.viewApi};return US("tr",{key:o.key,ref:r.createRef(o.key)},e.axis&&US(ZT,Object.assign({},o)),US(cC,{elTag:"td",elClasses:["fc-timegrid-slot","fc-timegrid-slot-lane",!o.isLabeled&&"fc-timegrid-slot-minor"],elAttrs:{"data-time":o.isoTimeStr},renderProps:s,generatorName:"slotLaneContent",customGenerator:n.slotLaneContent,classNameGenerator:n.slotLaneClassNames,didMount:n.slotLaneDidMount,willUnmount:n.slotLaneWillUnmount}))})))}}class oR extends nC{constructor(){super(...arguments),this.rootElRef={current:null},this.slatElRefs=new Lk}render(){let{props:e,context:t}=this;return US("div",{ref:this.rootElRef,className:"fc-timegrid-slots"},US("table",{"aria-hidden":!0,className:t.theme.getClass("table"),style:{minWidth:e.tableMinWidth,width:e.clientWidth,height:e.minHeight}},e.tableColGroupNode,US(rR,{slatElRefs:this.slatElRefs,axis:e.axis,slatMetas:e.slatMetas})))}componentDidMount(){this.updateSizing()}componentDidUpdate(){this.updateSizing()}componentWillUnmount(){this.props.onCoords&&this.props.onCoords(null)}updateSizing(){let{context:e,props:t}=this;if(t.onCoords&&null!==t.clientWidth){this.rootElRef.current.offsetHeight&&t.onCoords(new nR(new rk(this.rootElRef.current,(n=this.slatElRefs.currentMap,t.slatMetas.map((e=>n[e.key]))),!1,!0),this.props.dateProfile,e.options.slotDuration))}var n}}function iR(e,t){let n,r=[];for(n=0;n<t;n+=1)r.push([]);if(e)for(n=0;n<e.length;n+=1)r[e[n].col].push(e[n]);return r}function sR(e,t){let n=[];if(e){for(let r=0;r<t;r+=1)n[r]={affectedInstances:e.affectedInstances,isEvent:e.isEvent,segs:[]};for(let t of e.segs)n[t.col].segs.push(t)}else for(let e=0;e<t;e+=1)n[e]=null;return n}class aR extends nC{render(){let{props:e}=this;return US(dD,{elClasses:["fc-timegrid-more-link"],elStyle:{top:e.top,bottom:e.bottom},allDayDate:null,moreCnt:e.hiddenSegs.length,allSegs:e.hiddenSegs,hiddenSegs:e.hiddenSegs,extraDateSpan:e.extraDateSpan,dateProfile:e.dateProfile,todayRange:e.todayRange,popoverContent:()=>yR(e.hiddenSegs,e),defaultGenerator:lR,forceTimed:!0},(e=>US(e,{elTag:"div",elClasses:["fc-timegrid-more-link-inner","fc-sticky"]})))}}function lR(e){return e.shortText}function cR(e,t,n){let r=new ck;null!=t&&(r.strictOrder=t),null!=n&&(r.maxStackCnt=n);let o=function(e){let t=[];for(let o of e){let e=[],i={span:o.span,entries:[o]};for(let o of t)fk(o.span,i.span)?i={entries:o.entries.concat(i.entries),span:(n=o.span,r=i.span,{start:Math.min(n.start,r.start),end:Math.max(n.end,r.end)})}:e.push(o);e.push(i),t=e}var n,r;return t}(r.addSegs(e)),i=function(e){const{entriesByLevel:t}=e,n=pR(((e,t)=>e+":"+t),((r,o)=>{let i=function(e,t,n){let{levelCoords:r,entriesByLevel:o}=e,i=o[t][n],s=r[t]+i.thickness,a=r.length,l=t;for(;l<a&&r[l]<s;l+=1);for(;l<a;l+=1){let e,t=o[l],n=hk(t,i.span.start,uk),r=n[0]+n[1],s=r;for(;(e=t[s])&&e.span.start<i.span.end;)s+=1;if(r<s)return{level:l,lateralStart:r,lateralEnd:s}}return null}(e,r,o),s=uR(i,n),a=t[r][o];return[Object.assign(Object.assign({},a),{nextLevelNodes:s[0]}),a.thickness+s[1]]}));return uR(t.length?{level:0,lateralStart:0,lateralEnd:t[0].length}:null,n)[0]}(r);return i=function(e,t){const n=pR(((e,t,n)=>dk(e)),((e,r,o)=>{let i,{nextLevelNodes:s,thickness:a}=e,l=a+o,c=a/l,u=[];if(s.length)for(let e of s)if(void 0===i){let t=n(e,r,l);i=t[0],u.push(t[1])}else{let t=n(e,i,0);u.push(t[1])}else i=t;let d=(i-r)*c;return[i-d,Object.assign(Object.assign({},e),{thickness:d,nextLevelNodes:u})]}));return e.map((e=>n(e,0,0)[1]))}(i,1),{segRects:function(e){let t=[];const n=pR(((e,t,n)=>dk(e)),((e,n,o)=>{let i=Object.assign(Object.assign({},e),{levelCoord:n,stackDepth:o,stackForward:0});return t.push(i),i.stackForward=r(e.nextLevelNodes,n+e.thickness,o+1)+1}));function r(e,t,r){let o=0;for(let i of e)o=Math.max(n(i,t,r),o);return o}return r(e,0,0),t}(i),hiddenGroups:o}}function uR(e,t){if(!e)return[[],0];let{level:n,lateralStart:r,lateralEnd:o}=e,i=r,s=[];for(;i<o;)s.push(t(n,i)),i+=1;return s.sort(dR),[s.map(fR),s[0][1]]}function dR(e,t){return t[1]-e[1]}function fR(e){return e[0]}function pR(e,t){const n={};return(...r)=>{let o=e(...r);return o in n?n[o]:n[o]=t(...r)}}function hR(e,t,n=null,r=0){let o=[];if(n)for(let i=0;i<e.length;i+=1){let s=e[i],a=n.computeDateTop(s.start,t),l=Math.max(a+(r||0),n.computeDateTop(s.end,t));o.push({start:Math.round(a),end:Math.round(l)})}return o}const gR=wx({hour:"numeric",minute:"2-digit",meridiem:!1});class vR extends nC{render(){return US(Xk,Object.assign({},this.props,{elClasses:["fc-timegrid-event","fc-v-event",this.props.isShort&&"fc-timegrid-event-short"],defaultTimeFormat:gR}))}}class mR extends nC{constructor(){super(...arguments),this.sortEventSegs=ix(mA)}render(){let{props:e,context:t}=this,{options:n}=t,r=n.selectMirror,o=e.eventDrag&&e.eventDrag.segs||e.eventResize&&e.eventResize.segs||r&&e.dateSelectionSegs||[],i=e.eventDrag&&e.eventDrag.affectedInstances||e.eventResize&&e.eventResize.affectedInstances||{},s=this.sortEventSegs(e.fgEventSegs,n.eventOrder);return US(tD,{elTag:"td",elRef:e.elRef,elClasses:["fc-timegrid-col",...e.extraClassNames||[]],elAttrs:Object.assign({role:"gridcell"},e.extraDataAttrs),date:e.date,dateProfile:e.dateProfile,todayRange:e.todayRange,extraRenderProps:e.extraRenderProps},(t=>US("div",{className:"fc-timegrid-col-frame"},US("div",{className:"fc-timegrid-col-bg"},this.renderFillSegs(e.businessHourSegs,"non-business"),this.renderFillSegs(e.bgEventSegs,"bg-event"),this.renderFillSegs(e.dateSelectionSegs,"highlight")),US("div",{className:"fc-timegrid-col-events"},this.renderFgSegs(s,i,!1,!1,!1)),US("div",{className:"fc-timegrid-col-events"},this.renderFgSegs(o,{},Boolean(e.eventDrag),Boolean(e.eventResize),Boolean(r),"mirror")),US("div",{className:"fc-timegrid-now-indicator-container"},this.renderNowIndicator(e.nowIndicatorSegs)),nD(n)&&US(t,{elTag:"div",elClasses:["fc-timegrid-col-misc"]}))))}renderFgSegs(e,t,n,r,o,i){let{props:s}=this;return s.forPrint?yR(e,s):this.renderPositionedFgSegs(e,t,n,r,o,i)}renderPositionedFgSegs(e,t,n,r,o,i){let{eventMaxStack:s,eventShortHeight:a,eventOrderStrict:l,eventMinHeight:c}=this.context.options,{date:u,slatCoords:d,eventSelection:f,todayRange:p,nowDate:h}=this.props,g=n||r||o,v=hR(e,u,d,c),{segPlacements:m,hiddenGroups:y}=function(e,t,n,r){let o=[],i=[];for(let n=0;n<e.length;n+=1){let r=t[n];r?o.push({index:n,thickness:1,span:r}):i.push(e[n])}let{segRects:s,hiddenGroups:a}=cR(o,n,r),l=[];for(let t of s)l.push({seg:e[t.index],rect:t});for(let e of i)l.push({seg:e,rect:null});return{segPlacements:l,hiddenGroups:a}}(e,v,l,s);return US($S,null,this.renderHiddenGroups(y,e),m.map((e=>{let{seg:s,rect:l}=e,c=s.eventRange.instance.instanceId,u=g||Boolean(!t[c]&&l),d=bR(l&&l.span),v=!g&&l?this.computeSegHStyle(l):{left:0,right:0},m=Boolean(l)&&l.stackForward>0,y=Boolean(l)&&l.span.end-l.span.start<a;return US("div",{className:"fc-timegrid-event-harness"+(m?" fc-timegrid-event-harness-inset":""),key:i||c,style:Object.assign(Object.assign({visibility:u?"":"hidden"},d),v)},US(vR,Object.assign({seg:s,isDragging:n,isResizing:r,isDateSelecting:o,isSelected:c===f,isShort:y},EA(s,p,h))))})))}renderHiddenGroups(e,t){let{extraDateSpan:n,dateProfile:r,todayRange:o,nowDate:i,eventSelection:s,eventDrag:a,eventResize:l}=this.props;return US($S,null,e.map((e=>{let c=bR(e.span),u=(d=e.entries,f=t,d.map((e=>f[e.index])));var d,f;return US(aR,{key:nx(hD(u)),hiddenSegs:u,top:c.top,bottom:c.bottom,extraDateSpan:n,dateProfile:r,todayRange:o,nowDate:i,eventSelection:s,eventDrag:a,eventResize:l})})))}renderFillSegs(e,t){let{props:n,context:r}=this,o=hR(e,n.date,n.slatCoords,r.options.eventMinHeight).map(((r,o)=>{let i=e[o];return US("div",{key:CA(i.eventRange),className:"fc-timegrid-bg-harness",style:bR(r)},"bg-event"===t?US(oD,Object.assign({seg:i},EA(i,n.todayRange,n.nowDate))):sD(t))}));return US($S,null,o)}renderNowIndicator(e){let{slatCoords:t,date:n}=this.props;return t?e.map(((e,r)=>US(Kk,{key:r,elClasses:["fc-timegrid-now-indicator-line"],elStyle:{top:t.computeDateTop(e.start,n)},isAxis:!1,date:n}))):null}computeSegHStyle(e){let t,n,{isRtl:r,options:o}=this.context,i=o.slotEventOverlap,s=e.levelCoord,a=e.levelCoord+e.thickness;i&&(a=Math.min(1,s+2*(a-s))),r?(t=1-a,n=s):(t=s,n=1-a);let l={zIndex:e.stackDepth+1,left:100*t+"%",right:100*n+"%"};return i&&!e.stackForward&&(l[r?"marginLeft":"marginRight"]=20),l}}function yR(e,{todayRange:t,nowDate:n,eventSelection:r,eventDrag:o,eventResize:i}){let s=(o?o.affectedInstances:null)||(i?i.affectedInstances:null)||{};return US($S,null,e.map((e=>{let o=e.eventRange.instance.instanceId;return US("div",{key:o,style:{visibility:s[o]?"hidden":""}},US(vR,Object.assign({seg:e,isDragging:!1,isResizing:!1,isDateSelecting:!1,isSelected:o===r,isShort:!1},EA(e,t,n))))})))}function bR(e){return e?{top:e.start,bottom:-e.end}:{top:"",bottom:""}}class wR extends nC{constructor(){super(...arguments),this.splitFgEventSegs=ix(iR),this.splitBgEventSegs=ix(iR),this.splitBusinessHourSegs=ix(iR),this.splitNowIndicatorSegs=ix(iR),this.splitDateSelectionSegs=ix(iR),this.splitEventDrag=ix(sR),this.splitEventResize=ix(sR),this.rootElRef={current:null},this.cellElRefs=new Lk}render(){let{props:e,context:t}=this,n=t.options.nowIndicator&&e.slatCoords&&e.slatCoords.safeComputeTop(e.nowDate),r=e.cells.length,o=this.splitFgEventSegs(e.fgEventSegs,r),i=this.splitBgEventSegs(e.bgEventSegs,r),s=this.splitBusinessHourSegs(e.businessHourSegs,r),a=this.splitNowIndicatorSegs(e.nowIndicatorSegs,r),l=this.splitDateSelectionSegs(e.dateSelectionSegs,r),c=this.splitEventDrag(e.eventDrag,r),u=this.splitEventResize(e.eventResize,r);return US("div",{className:"fc-timegrid-cols",ref:this.rootElRef},US("table",{role:"presentation",style:{minWidth:e.tableMinWidth,width:e.clientWidth}},e.tableColGroupNode,US("tbody",{role:"presentation"},US("tr",{role:"row"},e.axis&&US("td",{"aria-hidden":!0,className:"fc-timegrid-col fc-timegrid-axis"},US("div",{className:"fc-timegrid-col-frame"},US("div",{className:"fc-timegrid-now-indicator-container"},"number"==typeof n&&US(Kk,{elClasses:["fc-timegrid-now-indicator-arrow"],elStyle:{top:n},isAxis:!0,date:e.nowDate})))),e.cells.map(((t,n)=>US(mR,{key:t.key,elRef:this.cellElRefs.createRef(t.key),dateProfile:e.dateProfile,date:t.date,nowDate:e.nowDate,todayRange:e.todayRange,extraRenderProps:t.extraRenderProps,extraDataAttrs:t.extraDataAttrs,extraClassNames:t.extraClassNames,extraDateSpan:t.extraDateSpan,fgEventSegs:o[n],bgEventSegs:i[n],businessHourSegs:s[n],nowIndicatorSegs:a[n],dateSelectionSegs:l[n],eventDrag:c[n],eventResize:u[n],slatCoords:e.slatCoords,eventSelection:e.eventSelection,forPrint:e.forPrint})))))))}componentDidMount(){this.updateCoords()}componentDidUpdate(){this.updateCoords()}updateCoords(){let{props:e}=this;var t;e.onColCoords&&null!==e.clientWidth&&e.onColCoords(new rk(this.rootElRef.current,(t=this.cellElRefs.currentMap,e.cells.map((e=>t[e.key]))),!0,!1))}}class SR extends lk{constructor(){super(...arguments),this.processSlotOptions=ix(_R),this.state={slatCoords:null},this.handleRootEl=e=>{e?this.context.registerInteractiveComponent(this,{el:e,isHitComboAllowed:this.props.isHitComboAllowed}):this.context.unregisterInteractiveComponent(this)},this.handleScrollRequest=e=>{let{onScrollTopRequest:t}=this.props,{slatCoords:n}=this.state;if(t&&n){if(e.time){let r=n.computeTimeTop(e.time);r=Math.ceil(r),r&&(r+=1),t(r)}return!0}return!1},this.handleColCoords=e=>{this.colCoords=e},this.handleSlatCoords=e=>{this.setState({slatCoords:e}),this.props.onSlatCoords&&this.props.onSlatCoords(e)}}render(){let{props:e,state:t}=this;return US("div",{className:"fc-timegrid-body",ref:this.handleRootEl,style:{width:e.clientWidth,minWidth:e.tableMinWidth}},US(oR,{axis:e.axis,dateProfile:e.dateProfile,slatMetas:e.slatMetas,clientWidth:e.clientWidth,minHeight:e.expandRows?e.clientHeight:"",tableMinWidth:e.tableMinWidth,tableColGroupNode:e.axis?e.tableColGroupNode:null,onCoords:this.handleSlatCoords}),US(wR,{cells:e.cells,axis:e.axis,dateProfile:e.dateProfile,businessHourSegs:e.businessHourSegs,bgEventSegs:e.bgEventSegs,fgEventSegs:e.fgEventSegs,dateSelectionSegs:e.dateSelectionSegs,eventSelection:e.eventSelection,eventDrag:e.eventDrag,eventResize:e.eventResize,todayRange:e.todayRange,nowDate:e.nowDate,nowIndicatorSegs:e.nowIndicatorSegs,clientWidth:e.clientWidth,tableMinWidth:e.tableMinWidth,tableColGroupNode:e.tableColGroupNode,slatCoords:t.slatCoords,onColCoords:this.handleColCoords,forPrint:e.forPrint}))}componentDidMount(){this.scrollResponder=this.context.createScrollResponder(this.handleScrollRequest)}componentDidUpdate(e){this.scrollResponder.update(e.dateProfile!==this.props.dateProfile)}componentWillUnmount(){this.scrollResponder.detach()}queryHit(e,t){let{dateEnv:n,options:r}=this.context,{colCoords:o}=this,{dateProfile:i}=this.props,{slatCoords:s}=this.state,{snapDuration:a,snapsPerSlot:l}=this.processSlotOptions(this.props.slotDuration,r.snapDuration),c=o.leftToIndex(e),u=s.positions.topToIndex(t);if(null!=c&&null!=u){let e=this.props.cells[c],r=s.positions.tops[u],d=s.positions.getHeight(u),f=(t-r)/d,p=u*l+Math.floor(f*l),h=this.props.cells[c].date,g=PE(i.slotMinTime,function(e,t){return{years:e.years*t,months:e.months*t,days:e.days*t,milliseconds:e.milliseconds*t}}(a,p)),v=n.add(h,g),m=n.add(v,a);return{dateProfile:i,dateSpan:Object.assign({range:{start:v,end:m},allDay:!1},e.extraDateSpan),dayEl:o.els[c],rect:{left:o.lefts[c],right:o.rights[c],top:r,bottom:r+d},layer:0}}return null}}function _R(e,t){let n=t||e,r=HE(e,n);return null===r&&(n=e,r=1),{snapDuration:n,snapsPerSlot:r}}class ER extends Dk{sliceRange(e,t){let n=[];for(let r=0;r<t.length;r+=1){let o=gC(e,t[r]);o&&n.push({start:o.start,end:o.end,isStart:o.start.valueOf()===e.start.valueOf(),isEnd:o.end.valueOf()===e.end.valueOf(),col:r})}return n}}class xR extends lk{constructor(){super(...arguments),this.buildDayRanges=ix(CR),this.slicer=new ER,this.timeColsRef={current:null}}render(){let{props:e,context:t}=this,{dateProfile:n,dayTableModel:r}=e,{nowIndicator:o,nextDayThreshold:i}=t.options,s=this.buildDayRanges(r,n,t.dateEnv);return US(_k,{unit:o?"minute":"day"},((a,l)=>US(SR,Object.assign({ref:this.timeColsRef},this.slicer.sliceProps(e,n,null,t,s),{forPrint:e.forPrint,axis:e.axis,dateProfile:n,slatMetas:e.slatMetas,slotDuration:e.slotDuration,cells:r.cells[0],tableColGroupNode:e.tableColGroupNode,tableMinWidth:e.tableMinWidth,clientWidth:e.clientWidth,clientHeight:e.clientHeight,expandRows:e.expandRows,nowDate:a,nowIndicatorSegs:o&&this.slicer.sliceNowDate(a,n,i,t,s),todayRange:l,onScrollTopRequest:e.onScrollTopRequest,onSlatCoords:e.onSlatCoords}))))}}function CR(e,t,n){let r=[];for(let o of e.headerDates)r.push({start:n.add(o,t.slotMinTime),end:n.add(o,t.slotMaxTime)});return r}const AR=[{hours:1},{minutes:30},{minutes:15},{seconds:30},{seconds:15}];function kR(e,t,n,r,o){let i=new Date(0),s=e,a=IE(0),l=n||function(e){let t,n,r;for(t=AR.length-1;t>=0;t-=1)if(n=IE(AR[t]),r=HE(n,e),null!==r&&r>1)return n;return e}(r),c=[];for(;BE(s)<BE(t);){let e=o.add(i,s),t=null!==HE(a,l);c.push({date:e,time:s,key:e.toISOString(),isoTimeStr:(u=e,AE(u.getUTCHours(),2)+":"+AE(u.getUTCMinutes(),2)+":"+AE(u.getUTCSeconds(),2)),isLabeled:t}),s=PE(s,r),a=PE(a,r)}var u;return c}function DR(e,t){let n=new Ak(e.renderRange,t);return new kk(n,!1)}var TR=ED({name:"@fullcalendar/timegrid",initialView:"timeGridWeek",optionRefiners:{allDaySlot:Boolean},views:{timeGrid:{component:class extends eR{constructor(){super(...arguments),this.buildTimeColsModel=ix(DR),this.buildSlatMetas=ix(kR)}render(){let{options:e,dateEnv:t,dateProfileGenerator:n}=this.context,{props:r}=this,{dateProfile:o}=r,i=this.buildTimeColsModel(o,n),s=this.allDaySplitter.splitProps(r),a=this.buildSlatMetas(o.slotMinTime,o.slotMaxTime,e.slotLabelInterval,e.slotDuration,t),{dayMinWidth:l}=e,c=!l,u=l,d=e.dayHeaders&&US(xk,{dates:i.headerDates,dateProfile:o,datesRepDistinctDays:!0,renderIntro:c?this.renderHeadAxis:null}),f=!1!==e.allDaySlot&&(t=>US(VT,Object.assign({},s.allDay,{dateProfile:o,dayTableModel:i,nextDayThreshold:e.nextDayThreshold,tableMinWidth:t.tableMinWidth,colGroupNode:t.tableColGroupNode,renderRowIntro:c?this.renderTableRowAxis:null,showWeekNumbers:!1,expandRows:!1,headerAlignElRef:this.headerElRef,clientWidth:t.clientWidth,clientHeight:t.clientHeight,forPrint:r.forPrint},this.getAllDayMaxEventProps()))),p=t=>US(xR,Object.assign({},s.timed,{dayTableModel:i,dateProfile:o,axis:c,slotDuration:e.slotDuration,slatMetas:a,forPrint:r.forPrint,tableColGroupNode:t.tableColGroupNode,tableMinWidth:t.tableMinWidth,clientWidth:t.clientWidth,clientHeight:t.clientHeight,onSlatCoords:this.handleSlatCoords,expandRows:t.expandRows,onScrollTopRequest:this.handleScrollTopRequest}));return u?this.renderHScrollLayout(d,f,p,i.colCnt,l,a,this.state.slatCoords):this.renderSimpleLayout(d,f,p)}},usesMinMaxTime:!0,allDaySlot:!0,slotDuration:"00:30:00",slotEventOverlap:!0},timeGridDay:{type:"timeGrid",duration:{days:1}},timeGridWeek:{type:"timeGrid",duration:{weeks:1}}}});vk.touchMouseIgnoreWait=500;let RR=0,OR=0,MR=!1;class IR{constructor(e){this.subjectEl=null,this.selector="",this.handleSelector="",this.shouldIgnoreMove=!1,this.shouldWatchScroll=!0,this.isDragging=!1,this.isTouchDragging=!1,this.wasTouchScroll=!1,this.handleMouseDown=e=>{if(!this.shouldIgnoreMouse()&&function(e){return 0===e.button&&!e.ctrlKey}(e)&&this.tryStart(e)){let t=this.createEventFromMouse(e,!0);this.emitter.trigger("pointerdown",t),this.initScrollWatch(t),this.shouldIgnoreMove||document.addEventListener("mousemove",this.handleMouseMove),document.addEventListener("mouseup",this.handleMouseUp)}},this.handleMouseMove=e=>{let t=this.createEventFromMouse(e);this.recordCoords(t),this.emitter.trigger("pointermove",t)},this.handleMouseUp=e=>{document.removeEventListener("mousemove",this.handleMouseMove),document.removeEventListener("mouseup",this.handleMouseUp),this.emitter.trigger("pointerup",this.createEventFromMouse(e)),this.cleanup()},this.handleTouchStart=e=>{if(this.tryStart(e)){this.isTouchDragging=!0;let t=this.createEventFromTouch(e,!0);this.emitter.trigger("pointerdown",t),this.initScrollWatch(t);let n=e.target;this.shouldIgnoreMove||n.addEventListener("touchmove",this.handleTouchMove),n.addEventListener("touchend",this.handleTouchEnd),n.addEventListener("touchcancel",this.handleTouchEnd),window.addEventListener("scroll",this.handleTouchScroll,!0)}},this.handleTouchMove=e=>{let t=this.createEventFromTouch(e);this.recordCoords(t),this.emitter.trigger("pointermove",t)},this.handleTouchEnd=e=>{if(this.isDragging){let t=e.target;t.removeEventListener("touchmove",this.handleTouchMove),t.removeEventListener("touchend",this.handleTouchEnd),t.removeEventListener("touchcancel",this.handleTouchEnd),window.removeEventListener("scroll",this.handleTouchScroll,!0),this.emitter.trigger("pointerup",this.createEventFromTouch(e)),this.cleanup(),this.isTouchDragging=!1,RR+=1,setTimeout((()=>{RR-=1}),vk.touchMouseIgnoreWait)}},this.handleTouchScroll=()=>{this.wasTouchScroll=!0},this.handleScroll=e=>{if(!this.shouldIgnoreMove){let t=window.pageXOffset-this.prevScrollX+this.prevPageX,n=window.pageYOffset-this.prevScrollY+this.prevPageY;this.emitter.trigger("pointermove",{origEvent:e,isTouch:this.isTouchDragging,subjectEl:this.subjectEl,pageX:t,pageY:n,deltaX:t-this.origPageX,deltaY:n-this.origPageY})}},this.containerEl=e,this.emitter=new KC,e.addEventListener("mousedown",this.handleMouseDown),e.addEventListener("touchstart",this.handleTouchStart,{passive:!0}),OR+=1,1===OR&&window.addEventListener("touchmove",NR,{passive:!1})}destroy(){this.containerEl.removeEventListener("mousedown",this.handleMouseDown),this.containerEl.removeEventListener("touchstart",this.handleTouchStart,{passive:!0}),OR-=1,OR||window.removeEventListener("touchmove",NR,{passive:!1})}tryStart(e){let t=this.querySubjectEl(e),n=e.target;return!(!t||this.handleSelector&&!lE(n,this.handleSelector))&&(this.subjectEl=t,this.isDragging=!0,this.wasTouchScroll=!1,!0)}cleanup(){MR=!1,this.isDragging=!1,this.subjectEl=null,this.destroyScrollWatch()}querySubjectEl(e){return this.selector?lE(e.target,this.selector):this.containerEl}shouldIgnoreMouse(){return RR||this.isTouchDragging}cancelTouchScroll(){this.isDragging&&(MR=!0)}initScrollWatch(e){this.shouldWatchScroll&&(this.recordCoords(e),window.addEventListener("scroll",this.handleScroll,!0))}recordCoords(e){this.shouldWatchScroll&&(this.prevPageX=e.pageX,this.prevPageY=e.pageY,this.prevScrollX=window.pageXOffset,this.prevScrollY=window.pageYOffset)}destroyScrollWatch(){this.shouldWatchScroll&&window.removeEventListener("scroll",this.handleScroll,!0)}createEventFromMouse(e,t){let n=0,r=0;return t?(this.origPageX=e.pageX,this.origPageY=e.pageY):(n=e.pageX-this.origPageX,r=e.pageY-this.origPageY),{origEvent:e,isTouch:!1,subjectEl:this.subjectEl,pageX:e.pageX,pageY:e.pageY,deltaX:n,deltaY:r}}createEventFromTouch(e,t){let n,r,o=e.touches,i=0,s=0;return o&&o.length?(n=o[0].pageX,r=o[0].pageY):(n=e.pageX,r=e.pageY),t?(this.origPageX=n,this.origPageY=r):(i=n-this.origPageX,s=r-this.origPageY),{origEvent:e,isTouch:!0,subjectEl:this.subjectEl,pageX:n,pageY:r,deltaX:i,deltaY:s}}}function NR(e){MR&&e.preventDefault()}class PR{constructor(){this.isVisible=!1,this.sourceEl=null,this.mirrorEl=null,this.sourceElRect=null,this.parentNode=document.body,this.zIndex=9999,this.revertDuration=0}start(e,t,n){this.sourceEl=e,this.sourceElRect=this.sourceEl.getBoundingClientRect(),this.origScreenX=t-window.pageXOffset,this.origScreenY=n-window.pageYOffset,this.deltaX=0,this.deltaY=0,this.updateElPosition()}handleMove(e,t){this.deltaX=e-window.pageXOffset-this.origScreenX,this.deltaY=t-window.pageYOffset-this.origScreenY,this.updateElPosition()}setIsVisible(e){e?this.isVisible||(this.mirrorEl&&(this.mirrorEl.style.display=""),this.isVisible=e,this.updateElPosition()):this.isVisible&&(this.mirrorEl&&(this.mirrorEl.style.display="none"),this.isVisible=e)}stop(e,t){let n=()=>{this.cleanup(),t()};e&&this.mirrorEl&&this.isVisible&&this.revertDuration&&(this.deltaX||this.deltaY)?this.doRevertAnimation(n,this.revertDuration):setTimeout(n,0)}doRevertAnimation(e,t){let n=this.mirrorEl,r=this.sourceEl.getBoundingClientRect();n.style.transition="top "+t+"ms,left "+t+"ms",dE(n,{left:r.left,top:r.top}),function(e,t){let n=r=>{t(r),yE.forEach((t=>{e.removeEventListener(t,n)}))};yE.forEach((t=>{e.addEventListener(t,n)}))}(n,(()=>{n.style.transition="",e()}))}cleanup(){this.mirrorEl&&(aE(this.mirrorEl),this.mirrorEl=null),this.sourceEl=null}updateElPosition(){this.sourceEl&&this.isVisible&&dE(this.getMirrorEl(),{left:this.sourceElRect.left+this.deltaX,top:this.sourceElRect.top+this.deltaY})}getMirrorEl(){let e=this.sourceElRect,t=this.mirrorEl;return t||(t=this.mirrorEl=this.sourceEl.cloneNode(!0),t.style.userSelect="none",t.style.webkitUserSelect="none",t.classList.add("fc-event-dragging"),dE(t,{position:"fixed",zIndex:this.zIndex,visibility:"",boxSizing:"border-box",width:e.right-e.left,height:e.bottom-e.top,right:"auto",bottom:"auto",margin:0}),this.parentNode.appendChild(t)),t}}class jR extends ik{constructor(e,t){super(),this.handleScroll=()=>{this.scrollTop=this.scrollController.getScrollTop(),this.scrollLeft=this.scrollController.getScrollLeft(),this.handleScrollChange()},this.scrollController=e,this.doesListening=t,this.scrollTop=this.origScrollTop=e.getScrollTop(),this.scrollLeft=this.origScrollLeft=e.getScrollLeft(),this.scrollWidth=e.getScrollWidth(),this.scrollHeight=e.getScrollHeight(),this.clientWidth=e.getClientWidth(),this.clientHeight=e.getClientHeight(),this.clientRect=this.computeClientRect(),this.doesListening&&this.getEventTarget().addEventListener("scroll",this.handleScroll)}destroy(){this.doesListening&&this.getEventTarget().removeEventListener("scroll",this.handleScroll)}getScrollTop(){return this.scrollTop}getScrollLeft(){return this.scrollLeft}setScrollTop(e){this.scrollController.setScrollTop(e),this.doesListening||(this.scrollTop=Math.max(Math.min(e,this.getMaxScrollTop()),0),this.handleScrollChange())}setScrollLeft(e){this.scrollController.setScrollLeft(e),this.doesListening||(this.scrollLeft=Math.max(Math.min(e,this.getMaxScrollLeft()),0),this.handleScrollChange())}getClientWidth(){return this.clientWidth}getClientHeight(){return this.clientHeight}getScrollWidth(){return this.scrollWidth}getScrollHeight(){return this.scrollHeight}handleScrollChange(){}}class BR extends jR{constructor(e,t){super(new sk(e),t)}getEventTarget(){return this.scrollController.el}computeClientRect(){return ek(this.scrollController.el)}}class HR extends jR{constructor(e){super(new ak,e)}getEventTarget(){return window}computeClientRect(){return{left:this.scrollLeft,right:this.scrollLeft+this.clientWidth,top:this.scrollTop,bottom:this.scrollTop+this.clientHeight}}handleScrollChange(){this.clientRect=this.computeClientRect()}}const LR="function"==typeof performance?performance.now:Date.now;class FR{constructor(){this.isEnabled=!0,this.scrollQuery=[window,".fc-scroller"],this.edgeThreshold=50,this.maxVelocity=300,this.pointerScreenX=null,this.pointerScreenY=null,this.isAnimating=!1,this.scrollCaches=null,this.everMovedUp=!1,this.everMovedDown=!1,this.everMovedLeft=!1,this.everMovedRight=!1,this.animate=()=>{if(this.isAnimating){let e=this.computeBestEdge(this.pointerScreenX+window.pageXOffset,this.pointerScreenY+window.pageYOffset);if(e){let t=LR();this.handleSide(e,(t-this.msSinceRequest)/1e3),this.requestAnimation(t)}else this.isAnimating=!1}}}start(e,t,n){this.isEnabled&&(this.scrollCaches=this.buildCaches(n),this.pointerScreenX=null,this.pointerScreenY=null,this.everMovedUp=!1,this.everMovedDown=!1,this.everMovedLeft=!1,this.everMovedRight=!1,this.handleMove(e,t))}handleMove(e,t){if(this.isEnabled){let n=e-window.pageXOffset,r=t-window.pageYOffset,o=null===this.pointerScreenY?0:r-this.pointerScreenY,i=null===this.pointerScreenX?0:n-this.pointerScreenX;o<0?this.everMovedUp=!0:o>0&&(this.everMovedDown=!0),i<0?this.everMovedLeft=!0:i>0&&(this.everMovedRight=!0),this.pointerScreenX=n,this.pointerScreenY=r,this.isAnimating||(this.isAnimating=!0,this.requestAnimation(LR()))}}stop(){if(this.isEnabled){this.isAnimating=!1;for(let e of this.scrollCaches)e.destroy();this.scrollCaches=null}}requestAnimation(e){this.msSinceRequest=e,requestAnimationFrame(this.animate)}handleSide(e,t){let{scrollCache:n}=e,{edgeThreshold:r}=this,o=r-e.distance,i=o*o/(r*r)*this.maxVelocity*t,s=1;switch(e.name){case"left":s=-1;case"right":n.setScrollLeft(n.getScrollLeft()+i*s);break;case"top":s=-1;case"bottom":n.setScrollTop(n.getScrollTop()+i*s)}}computeBestEdge(e,t){let{edgeThreshold:n}=this,r=null,o=this.scrollCaches||[];for(let i of o){let o=i.clientRect,s=e-o.left,a=o.right-e,l=t-o.top,c=o.bottom-t;s>=0&&a>=0&&l>=0&&c>=0&&(l<=n&&this.everMovedUp&&i.canScrollUp()&&(!r||r.distance>l)&&(r={scrollCache:i,name:"top",distance:l}),c<=n&&this.everMovedDown&&i.canScrollDown()&&(!r||r.distance>c)&&(r={scrollCache:i,name:"bottom",distance:c}),s<=n&&this.everMovedLeft&&i.canScrollLeft()&&(!r||r.distance>s)&&(r={scrollCache:i,name:"left",distance:s}),a<=n&&this.everMovedRight&&i.canScrollRight()&&(!r||r.distance>a)&&(r={scrollCache:i,name:"right",distance:a}))}return r}buildCaches(e){return this.queryScrollEls(e).map((e=>e===window?new HR(!1):new BR(e,!1)))}queryScrollEls(e){let t=[];for(let n of this.scrollQuery)"object"==typeof n?t.push(n):t.push(...Array.prototype.slice.call(e.getRootNode().querySelectorAll(n)));return t}}class UR extends gk{constructor(e,t){super(e),this.containerEl=e,this.delay=null,this.minDistance=0,this.touchScrollAllowed=!0,this.mirrorNeedsRevert=!1,this.isInteracting=!1,this.isDragging=!1,this.isDelayEnded=!1,this.isDistanceSurpassed=!1,this.delayTimeoutId=null,this.onPointerDown=e=>{var t;this.isDragging||(this.isInteracting=!0,this.isDelayEnded=!1,this.isDistanceSurpassed=!1,(t=document.body).style.userSelect="none",t.style.webkitUserSelect="none",t.addEventListener("selectstart",vE),function(e){e.addEventListener("contextmenu",vE)}(document.body),e.isTouch||e.origEvent.preventDefault(),this.emitter.trigger("pointerdown",e),this.isInteracting&&!this.pointer.shouldIgnoreMove&&(this.mirror.setIsVisible(!1),this.mirror.start(e.subjectEl,e.pageX,e.pageY),this.startDelay(e),this.minDistance||this.handleDistanceSurpassed(e)))},this.onPointerMove=e=>{if(this.isInteracting){if(this.emitter.trigger("pointermove",e),!this.isDistanceSurpassed){let t,n=this.minDistance,{deltaX:r,deltaY:o}=e;t=r*r+o*o,t>=n*n&&this.handleDistanceSurpassed(e)}this.isDragging&&("scroll"!==e.origEvent.type&&(this.mirror.handleMove(e.pageX,e.pageY),this.autoScroller.handleMove(e.pageX,e.pageY)),this.emitter.trigger("dragmove",e))}},this.onPointerUp=e=>{var t;this.isInteracting&&(this.isInteracting=!1,(t=document.body).style.userSelect="",t.style.webkitUserSelect="",t.removeEventListener("selectstart",vE),function(e){e.removeEventListener("contextmenu",vE)}(document.body),this.emitter.trigger("pointerup",e),this.isDragging&&(this.autoScroller.stop(),this.tryStopDrag(e)),this.delayTimeoutId&&(clearTimeout(this.delayTimeoutId),this.delayTimeoutId=null))};let n=this.pointer=new IR(e);n.emitter.on("pointerdown",this.onPointerDown),n.emitter.on("pointermove",this.onPointerMove),n.emitter.on("pointerup",this.onPointerUp),t&&(n.selector=t),this.mirror=new PR,this.autoScroller=new FR}destroy(){this.pointer.destroy(),this.onPointerUp({})}startDelay(e){"number"==typeof this.delay?this.delayTimeoutId=setTimeout((()=>{this.delayTimeoutId=null,this.handleDelayEnd(e)}),this.delay):this.handleDelayEnd(e)}handleDelayEnd(e){this.isDelayEnded=!0,this.tryStartDrag(e)}handleDistanceSurpassed(e){this.isDistanceSurpassed=!0,this.tryStartDrag(e)}tryStartDrag(e){this.isDelayEnded&&this.isDistanceSurpassed&&(this.pointer.wasTouchScroll&&!this.touchScrollAllowed||(this.isDragging=!0,this.mirrorNeedsRevert=!1,this.autoScroller.start(e.pageX,e.pageY,this.containerEl),this.emitter.trigger("dragstart",e),!1===this.touchScrollAllowed&&this.pointer.cancelTouchScroll()))}tryStopDrag(e){this.mirror.stop(this.mirrorNeedsRevert,this.stopDrag.bind(this,e))}stopDrag(e){this.isDragging=!1,this.emitter.trigger("dragend",e)}setIgnoreMove(e){this.pointer.shouldIgnoreMove=e}setMirrorIsVisible(e){this.mirror.setIsVisible(e)}setMirrorNeedsRevert(e){this.mirrorNeedsRevert=e}setAutoScrollEnabled(e){this.autoScroller.isEnabled=e}}class zR{constructor(e){this.origRect=tk(e),this.scrollCaches=nk(e).map((e=>new BR(e,!0)))}destroy(){for(let e of this.scrollCaches)e.destroy()}computeLeft(){let e=this.origRect.left;for(let t of this.scrollCaches)e+=t.origScrollLeft-t.getScrollLeft();return e}computeTop(){let e=this.origRect.top;for(let t of this.scrollCaches)e+=t.origScrollTop-t.getScrollTop();return e}isWithinClipping(e,t){let n={left:e,top:t};for(let e of this.scrollCaches)if(!$R(e.getEventTarget())&&!LA(n,e.clientRect))return!1;return!0}}function $R(e){let t=e.tagName;return"HTML"===t||"BODY"===t}class VR{constructor(e,t){this.useSubjectCenter=!1,this.requireInitial=!0,this.initialHit=null,this.movingHit=null,this.finalHit=null,this.handlePointerDown=e=>{let{dragging:t}=this;this.initialHit=null,this.movingHit=null,this.finalHit=null,this.prepareHits(),this.processFirstCoord(e),this.initialHit||!this.requireInitial?(t.setIgnoreMove(!1),this.emitter.trigger("pointerdown",e)):t.setIgnoreMove(!0)},this.handleDragStart=e=>{this.emitter.trigger("dragstart",e),this.handleMove(e,!0)},this.handleDragMove=e=>{this.emitter.trigger("dragmove",e),this.handleMove(e)},this.handlePointerUp=e=>{this.releaseHits(),this.emitter.trigger("pointerup",e)},this.handleDragEnd=e=>{this.movingHit&&this.emitter.trigger("hitupdate",null,!0,e),this.finalHit=this.movingHit,this.movingHit=null,this.emitter.trigger("dragend",e)},this.droppableStore=t,e.emitter.on("pointerdown",this.handlePointerDown),e.emitter.on("dragstart",this.handleDragStart),e.emitter.on("dragmove",this.handleDragMove),e.emitter.on("pointerup",this.handlePointerUp),e.emitter.on("dragend",this.handleDragEnd),this.dragging=e,this.emitter=new KC}processFirstCoord(e){let t,n={left:e.pageX,top:e.pageY},r=n,o=e.subjectEl;var i,s;o instanceof HTMLElement&&(t=tk(o),i=r,s=t,r={left:Math.min(Math.max(i.left,s.left),s.right),top:Math.min(Math.max(i.top,s.top),s.bottom)});let a=this.initialHit=this.queryHitForOffset(r.left,r.top);if(a){if(this.useSubjectCenter&&t){let e=FA(t,a.rect);e&&(r=function(e){return{left:(e.left+e.right)/2,top:(e.top+e.bottom)/2}}(e))}this.coordAdjust=(c=n,{left:(l=r).left-c.left,top:l.top-c.top})}else this.coordAdjust={left:0,top:0};var l,c}handleMove(e,t){let n=this.queryHitForOffset(e.pageX+this.coordAdjust.left,e.pageY+this.coordAdjust.top);!t&&WR(this.movingHit,n)||(this.movingHit=n,this.emitter.trigger("hitupdate",n,!1,e))}prepareHits(){this.offsetTrackers=Px(this.droppableStore,(e=>(e.component.prepareHits(),new zR(e.el))))}releaseHits(){let{offsetTrackers:e}=this;for(let t in e)e[t].destroy();this.offsetTrackers={}}queryHitForOffset(e,t){let{droppableStore:n,offsetTrackers:r}=this,o=null;for(let i in n){let s=n[i].component,a=r[i];if(a&&a.isWithinClipping(e,t)){let n=a.computeLeft(),r=a.computeTop(),l=e-n,c=t-r,{origRect:u}=a,d=u.right-u.left,f=u.bottom-u.top;if(l>=0&&l<d&&c>=0&&c<f){let e=s.queryHit(l,c,d,f);e&&mC(e.dateProfile.activeRange,e.dateSpan.range)&&(!o||e.layer>o.layer)&&(e.componentId=i,e.context=s.context,e.rect.left+=n,e.rect.right+=n,e.rect.top+=r,e.rect.bottom+=r,o=e)}}}return o}}function WR(e,t){return!e&&!t||Boolean(e)===Boolean(t)&&(n=e.dateSpan,r=t.dateSpan,o=n.range,i=r.range,(null===o.start?null:o.start.valueOf())===(null===i.start?null:i.start.valueOf())&&(null===o.end?null:o.end.valueOf())===(null===i.end?null:i.end.valueOf())&&n.allDay===r.allDay&&function(e,t){for(let n in t)if("range"!==n&&"allDay"!==n&&e[n]!==t[n])return!1;for(let n in e)if(!(n in t))return!1;return!0}(n,r));var n,r,o,i}function qR(e,t){let n={};for(let r of t.pluginHooks.datePointTransforms)Object.assign(n,r(e,t));var r,o;return Object.assign(n,(r=e,{date:(o=t.dateEnv).toDate(r.range.start),dateStr:o.formatIso(r.range.start,{omitTime:r.allDay}),allDay:r.allDay})),n}class GR extends PA{constructor(e){super(e),this.subjectEl=null,this.subjectSeg=null,this.isDragging=!1,this.eventRange=null,this.relevantEvents=null,this.receivingContext=null,this.validMutation=null,this.mutatedRelevantEvents=null,this.handlePointerDown=e=>{let t=e.origEvent.target,{component:n,dragging:r}=this,{mirror:o}=r,{options:i}=n.context,s=n.context;this.subjectEl=e.subjectEl;let a=this.subjectSeg=hA(e.subjectEl),l=(this.eventRange=a.eventRange).instance.instanceId;this.relevantEvents=jC(s.getCurrentData().eventStore,l),r.minDistance=e.isTouch?0:i.eventDragMinDistance,r.delay=e.isTouch&&l!==n.props.eventSelection?function(e){let{options:t}=e.context,n=t.eventLongPressDelay;null==n&&(n=t.longPressDelay);return n}(n):null,i.fixedMirrorParent?o.parentNode=i.fixedMirrorParent:o.parentNode=lE(t,".fc"),o.revertDuration=i.dragRevertDuration;let c=n.isValidSegDownEl(t)&&!lE(t,".fc-event-resizer");r.setIgnoreMove(!c),this.isDragging=c&&e.subjectEl.classList.contains("fc-event-draggable")},this.handleDragStart=e=>{let t=this.component.context,n=this.eventRange,r=n.instance.instanceId;e.isTouch?r!==this.component.props.eventSelection&&t.dispatch({type:"SELECT_EVENT",eventInstanceId:r}):t.dispatch({type:"UNSELECT_EVENT"}),this.isDragging&&(t.calendarApi.unselect(e),t.emitter.trigger("eventDragStart",{el:this.subjectEl,event:new cA(t,n.def,n.instance),jsEvent:e.origEvent,view:t.viewApi}))},this.handleHitUpdate=(e,t)=>{if(!this.isDragging)return;let n=this.relevantEvents,r=this.hitDragging.initialHit,o=this.component.context,i=null,s=null,a=null,l=!1,c={affectedEvents:n,mutatedEvents:{defs:{},instances:{}},isEvent:!0};if(e){i=e.context;let t=i.options;o===i||t.editable&&t.droppable?(s=function(e,t,n){let r=e.dateSpan,o=t.dateSpan,i=r.range.start,s=o.range.start,a={};r.allDay!==o.allDay&&(a.allDay=o.allDay,a.hasEnd=t.context.options.allDayMaintainDuration,o.allDay&&(i=GE(i)));let l=SC(i,s,e.context.dateEnv,e.componentId===t.componentId?e.largeUnit:null);l.milliseconds&&(a.allDay=!1);let c={datesDelta:l,standardProps:a};for(let r of n)r(c,e,t);return c}(r,e,i.getCurrentData().pluginHooks.eventDragMutationMassagers),s&&(a=iA(n,i.getCurrentData().eventUiBases,s,i),c.mutatedEvents=a,Rk(c,e.dateProfile,i)||(l=!0,s=null,a=null,c.mutatedEvents={defs:{},instances:{}}))):i=null}this.displayDrag(i,c),l?EE():xE(),t||(o===i&&WR(r,e)&&(s=null),this.dragging.setMirrorNeedsRevert(!s),this.dragging.setMirrorIsVisible(!e||!this.subjectEl.getRootNode().querySelector(".fc-event-mirror")),this.receivingContext=i,this.validMutation=s,this.mutatedRelevantEvents=a)},this.handlePointerUp=()=>{this.isDragging||this.cleanup()},this.handleDragEnd=e=>{if(this.isDragging){let t=this.component.context,n=t.viewApi,{receivingContext:r,validMutation:o}=this,i=this.eventRange.def,s=this.eventRange.instance,a=new cA(t,i,s),l=this.relevantEvents,c=this.mutatedRelevantEvents,{finalHit:u}=this.hitDragging;if(this.clearDrag(),t.emitter.trigger("eventDragStop",{el:this.subjectEl,event:a,jsEvent:e.origEvent,view:n}),o){if(r===t){let r=new cA(t,c.defs[i.defId],s?c.instances[s.instanceId]:null);t.dispatch({type:"MERGE_EVENTS",eventStore:c});let u={oldEvent:a,event:r,relatedEvents:dA(c,t,s),revert(){t.dispatch({type:"MERGE_EVENTS",eventStore:l})}},d={};for(let e of t.getCurrentData().pluginHooks.eventDropTransformers)Object.assign(d,e(o,t));t.emitter.trigger("eventDrop",Object.assign(Object.assign(Object.assign({},u),d),{el:e.subjectEl,delta:o.datesDelta,jsEvent:e.origEvent,view:n})),t.emitter.trigger("eventChange",u)}else if(r){let o={event:a,relatedEvents:dA(l,t,s),revert(){t.dispatch({type:"MERGE_EVENTS",eventStore:l})}};t.emitter.trigger("eventLeave",Object.assign(Object.assign({},o),{draggedEl:e.subjectEl,view:n})),t.dispatch({type:"REMOVE_EVENTS",eventStore:l}),t.emitter.trigger("eventRemove",o);let d=c.defs[i.defId],f=c.instances[s.instanceId],p=new cA(r,d,f);r.dispatch({type:"MERGE_EVENTS",eventStore:c});let h={event:p,relatedEvents:dA(c,r,f),revert(){r.dispatch({type:"REMOVE_EVENTS",eventStore:c})}};r.emitter.trigger("eventAdd",h),e.isTouch&&r.dispatch({type:"SELECT_EVENT",eventInstanceId:s.instanceId}),r.emitter.trigger("drop",Object.assign(Object.assign({},qR(u.dateSpan,r)),{draggedEl:e.subjectEl,jsEvent:e.origEvent,view:u.context.viewApi})),r.emitter.trigger("eventReceive",Object.assign(Object.assign({},h),{draggedEl:e.subjectEl,view:u.context.viewApi}))}}else t.emitter.trigger("_noEventDrop")}this.cleanup()};let{component:t}=this,{options:n}=t.context,r=this.dragging=new UR(e.el);r.pointer.selector=GR.SELECTOR,r.touchScrollAllowed=!1,r.autoScroller.isEnabled=n.dragScroll;let o=this.hitDragging=new VR(this.dragging,BA);o.useSubjectCenter=e.useEventCenter,o.emitter.on("pointerdown",this.handlePointerDown),o.emitter.on("dragstart",this.handleDragStart),o.emitter.on("hitupdate",this.handleHitUpdate),o.emitter.on("pointerup",this.handlePointerUp),o.emitter.on("dragend",this.handleDragEnd)}destroy(){this.dragging.destroy()}displayDrag(e,t){let n=this.component.context,r=this.receivingContext;r&&r!==e&&(r===n?r.dispatch({type:"SET_EVENT_DRAG",state:{affectedEvents:t.affectedEvents,mutatedEvents:{defs:{},instances:{}},isEvent:!0}}):r.dispatch({type:"UNSET_EVENT_DRAG"})),e&&e.dispatch({type:"SET_EVENT_DRAG",state:t})}clearDrag(){let e=this.component.context,{receivingContext:t}=this;t&&t.dispatch({type:"UNSET_EVENT_DRAG"}),e!==t&&e.dispatch({type:"UNSET_EVENT_DRAG"})}cleanup(){this.subjectSeg=null,this.isDragging=!1,this.eventRange=null,this.relevantEvents=null,this.receivingContext=null,this.validMutation=null,this.mutatedRelevantEvents=null}}GR.SELECTOR=".fc-event-draggable, .fc-event-resizable";const YR={fixedMirrorParent:Ox},QR={dateClick:Ox,eventDragStart:Ox,eventDragStop:Ox,eventDrop:Ox,eventResizeStart:Ox,eventResizeStop:Ox,eventResize:Ox,drop:Ox,eventReceive:Ox,eventLeave:Ox};vk.dataAttrPrefix="";var ZR=ED({name:"@fullcalendar/interaction",componentInteractions:[class extends PA{constructor(e){super(e),this.handlePointerDown=e=>{let{dragging:t}=this,n=e.origEvent.target;t.setIgnoreMove(!this.component.isValidDateDownEl(n))},this.handleDragEnd=e=>{let{component:t}=this,{pointer:n}=this.dragging;if(!n.wasTouchScroll){let{initialHit:n,finalHit:r}=this.hitDragging;if(n&&r&&WR(n,r)){let{context:r}=t,o=Object.assign(Object.assign({},qR(n.dateSpan,r)),{dayEl:n.dayEl,jsEvent:e.origEvent,view:r.viewApi||r.calendarApi.view});r.emitter.trigger("dateClick",o)}}},this.dragging=new UR(e.el),this.dragging.autoScroller.isEnabled=!1;let t=this.hitDragging=new VR(this.dragging,jA(e));t.emitter.on("pointerdown",this.handlePointerDown),t.emitter.on("dragend",this.handleDragEnd)}destroy(){this.dragging.destroy()}},class extends PA{constructor(e){super(e),this.dragSelection=null,this.handlePointerDown=e=>{let{component:t,dragging:n}=this,{options:r}=t.context,o=r.selectable&&t.isValidDateDownEl(e.origEvent.target);n.setIgnoreMove(!o),n.delay=e.isTouch?function(e){let{options:t}=e.context,n=t.selectLongPressDelay;null==n&&(n=t.longPressDelay);return n}(t):null},this.handleDragStart=e=>{this.component.context.calendarApi.unselect(e)},this.handleHitUpdate=(e,t)=>{let{context:n}=this.component,r=null,o=!1;if(e){let t=this.hitDragging.initialHit;e.componentId===t.componentId&&this.isHitComboAllowed&&!this.isHitComboAllowed(t,e)||(r=function(e,t,n){let r=e.dateSpan,o=t.dateSpan,i=[r.range.start,r.range.end,o.range.start,o.range.end];i.sort(DE);let s={};for(let r of n){let n=r(e,t);if(!1===n)return null;n&&Object.assign(s,n)}return s.range={start:i[0],end:i[3]},s.allDay=r.allDay,s}(t,e,n.pluginHooks.dateSelectionTransformers)),r&&function(e,t,n){return!!mC(t.validRange,e.range)&&Ok({dateSelection:e},n)}(r,e.dateProfile,n)||(o=!0,r=null)}r?n.dispatch({type:"SELECT_DATES",selection:r}):t||n.dispatch({type:"UNSELECT_DATES"}),o?EE():xE(),t||(this.dragSelection=r)},this.handlePointerUp=e=>{this.dragSelection&&(nA(this.dragSelection,e,this.component.context),this.dragSelection=null)};let{component:t}=e,{options:n}=t.context,r=this.dragging=new UR(e.el);r.touchScrollAllowed=!1,r.minDistance=n.selectMinDistance||0,r.autoScroller.isEnabled=n.dragScroll;let o=this.hitDragging=new VR(this.dragging,jA(e));o.emitter.on("pointerdown",this.handlePointerDown),o.emitter.on("dragstart",this.handleDragStart),o.emitter.on("hitupdate",this.handleHitUpdate),o.emitter.on("pointerup",this.handlePointerUp)}destroy(){this.dragging.destroy()}},GR,class extends PA{constructor(e){super(e),this.draggingSegEl=null,this.draggingSeg=null,this.eventRange=null,this.relevantEvents=null,this.validMutation=null,this.mutatedRelevantEvents=null,this.handlePointerDown=e=>{let{component:t}=this,n=hA(this.querySegEl(e)),r=this.eventRange=n.eventRange;this.dragging.minDistance=t.context.options.eventDragMinDistance,this.dragging.setIgnoreMove(!this.component.isValidSegDownEl(e.origEvent.target)||e.isTouch&&this.component.props.eventSelection!==r.instance.instanceId)},this.handleDragStart=e=>{let{context:t}=this.component,n=this.eventRange;this.relevantEvents=jC(t.getCurrentData().eventStore,this.eventRange.instance.instanceId);let r=this.querySegEl(e);this.draggingSegEl=r,this.draggingSeg=hA(r),t.calendarApi.unselect(),t.emitter.trigger("eventResizeStart",{el:r,event:new cA(t,n.def,n.instance),jsEvent:e.origEvent,view:t.viewApi})},this.handleHitUpdate=(e,t,n)=>{let{context:r}=this.component,o=this.relevantEvents,i=this.hitDragging.initialHit,s=this.eventRange.instance,a=null,l=null,c=!1,u={affectedEvents:o,mutatedEvents:{defs:{},instances:{}},isEvent:!0};if(e){e.componentId===i.componentId&&this.isHitComboAllowed&&!this.isHitComboAllowed(i,e)||(a=function(e,t,n,r){let o=e.context.dateEnv,i=e.dateSpan.range.start,s=t.dateSpan.range.start,a=SC(i,s,o,e.largeUnit);if(n){if(o.add(r.start,a)<r.end)return{startDelta:a}}else if(o.add(r.end,a)>r.start)return{endDelta:a};return null}(i,e,n.subjectEl.classList.contains("fc-event-resizer-start"),s.range))}a&&(l=iA(o,r.getCurrentData().eventUiBases,a,r),u.mutatedEvents=l,Rk(u,e.dateProfile,r)||(c=!0,a=null,l=null,u.mutatedEvents=null)),l?r.dispatch({type:"SET_EVENT_RESIZE",state:u}):r.dispatch({type:"UNSET_EVENT_RESIZE"}),c?EE():xE(),t||(a&&WR(i,e)&&(a=null),this.validMutation=a,this.mutatedRelevantEvents=l)},this.handleDragEnd=e=>{let{context:t}=this.component,n=this.eventRange.def,r=this.eventRange.instance,o=new cA(t,n,r),i=this.relevantEvents,s=this.mutatedRelevantEvents;if(t.emitter.trigger("eventResizeStop",{el:this.draggingSegEl,event:o,jsEvent:e.origEvent,view:t.viewApi}),this.validMutation){let a=new cA(t,s.defs[n.defId],r?s.instances[r.instanceId]:null);t.dispatch({type:"MERGE_EVENTS",eventStore:s});let l={oldEvent:o,event:a,relatedEvents:dA(s,t,r),revert(){t.dispatch({type:"MERGE_EVENTS",eventStore:i})}};t.emitter.trigger("eventResize",Object.assign(Object.assign({},l),{el:this.draggingSegEl,startDelta:this.validMutation.startDelta||IE(0),endDelta:this.validMutation.endDelta||IE(0),jsEvent:e.origEvent,view:t.viewApi})),t.emitter.trigger("eventChange",l)}else t.emitter.trigger("_noEventResize");this.draggingSeg=null,this.relevantEvents=null,this.validMutation=null};let{component:t}=e,n=this.dragging=new UR(e.el);n.pointer.selector=".fc-event-resizer",n.touchScrollAllowed=!1,n.autoScroller.isEnabled=t.context.options.dragScroll;let r=this.hitDragging=new VR(this.dragging,jA(e));r.emitter.on("pointerdown",this.handlePointerDown),r.emitter.on("dragstart",this.handleDragStart),r.emitter.on("hitupdate",this.handleHitUpdate),r.emitter.on("dragend",this.handleDragEnd)}destroy(){this.dragging.destroy()}querySegEl(e){return lE(e.subjectEl,".fc-event")}}],calendarInteractions:[class{constructor(e){this.context=e,this.isRecentPointerDateSelect=!1,this.matchesCancel=!1,this.matchesEvent=!1,this.onSelect=e=>{e.jsEvent&&(this.isRecentPointerDateSelect=!0)},this.onDocumentPointerDown=e=>{let t=this.context.options.unselectCancel,n=pE(e.origEvent);this.matchesCancel=!!lE(n,t),this.matchesEvent=!!lE(n,GR.SELECTOR)},this.onDocumentPointerUp=e=>{let{context:t}=this,{documentPointer:n}=this,r=t.getCurrentData();if(!n.wasTouchScroll){if(r.dateSelection&&!this.isRecentPointerDateSelect){let n=t.options.unselectAuto;!n||n&&this.matchesCancel||t.calendarApi.unselect(e)}r.eventSelection&&!this.matchesEvent&&t.dispatch({type:"UNSELECT_EVENT"})}this.isRecentPointerDateSelect=!1};let t=this.documentPointer=new IR(document);t.shouldIgnoreMove=!0,t.shouldWatchScroll=!1,t.emitter.on("pointerdown",this.onDocumentPointerDown),t.emitter.on("pointerup",this.onDocumentPointerUp),e.emitter.on("select",this.onSelect)}destroy(){this.context.emitter.off("select",this.onSelect),this.documentPointer.destroy()}}],elementDraggingImpl:UR,optionRefiners:YR,listenerRefiners:QR});class XR extends nC{constructor(){super(...arguments),this.state={textId:gE()}}render(){let{theme:e,dateEnv:t,options:n,viewApi:r}=this.context,{cellId:o,dayDate:i,todayRange:s}=this.props,{textId:a}=this.state,l=VA(i,s),c=n.listDayFormat?t.format(i,n.listDayFormat):"",u=n.listDaySideFormat?t.format(i,n.listDaySideFormat):"",d=Object.assign({date:t.toDate(i),view:r,textId:a,text:c,sideText:u,navLinkAttrs:YA(this.context,i),sideNavLinkAttrs:YA(this.context,i,"day",!1)},l);return US(cC,{elTag:"tr",elClasses:["fc-list-day",...WA(l,e)],elAttrs:{"data-date":rx(i)},renderProps:d,generatorName:"dayHeaderContent",customGenerator:n.dayHeaderContent,defaultGenerator:JR,classNameGenerator:n.dayHeaderClassNames,didMount:n.dayHeaderDidMount,willUnmount:n.dayHeaderWillUnmount},(t=>US("th",{scope:"colgroup",colSpan:3,id:o,"aria-labelledby":a},US(t,{elTag:"div",elClasses:["fc-list-day-cushion",e.getClass("tableCellShaded")]}))))}}function JR(e){return US($S,null,e.text&&US("a",Object.assign({id:e.textId,className:"fc-list-day-text"},e.navLinkAttrs),e.text),e.sideText&&US("a",Object.assign({"aria-hidden":!0,className:"fc-list-day-side-text"},e.sideNavLinkAttrs),e.sideText))}const KR=wx({hour:"numeric",minute:"2-digit",meridiem:"short"});class eO extends nC{render(){let{props:e,context:t}=this,{options:n}=t,{seg:r,timeHeaderId:o,eventHeaderId:i,dateHeaderId:s}=e,a=n.eventTimeFormat||KR;return US(Zk,Object.assign({},e,{elTag:"tr",elClasses:["fc-list-event",r.eventRange.def.url&&"fc-event-forced-url"],defaultGenerator:()=>function(e,t){let n=AA(e,t);return US("a",Object.assign({},n),e.eventRange.def.title)}(r,t),seg:r,timeText:"",disableDragging:!0,disableResizing:!0}),((e,n)=>US($S,null,function(e,t,n,r,o){let{options:i}=n;if(!1!==i.displayEventTime){let s,a=e.eventRange.def,l=e.eventRange.instance,c=!1;if(a.allDay?c=!0:!function(e){let t=wC(e);return WE(t.start,t.end)>1}(e.eventRange.range)?s=_A(e,t,n):e.isStart?s=_A(e,t,n,null,null,l.range.start,e.end):e.isEnd?s=_A(e,t,n,null,null,e.start,l.range.end):c=!0,c){let e={text:n.options.allDayText,view:n.viewApi};return US(cC,{elTag:"td",elClasses:["fc-list-event-time"],elAttrs:{headers:`${r} ${o}`},renderProps:e,generatorName:"allDayContent",customGenerator:i.allDayContent,defaultGenerator:tO,classNameGenerator:i.allDayClassNames,didMount:i.allDayDidMount,willUnmount:i.allDayWillUnmount})}return US("td",{className:"fc-list-event-time"},s)}return null}(r,a,t,o,s),US("td",{"aria-hidden":!0,className:"fc-list-event-graphic"},US("span",{className:"fc-list-event-dot",style:{borderColor:n.borderColor||n.backgroundColor}})),US(e,{elTag:"td",elClasses:["fc-list-event-title"],elAttrs:{headers:`${i} ${s}`}}))))}}function tO(e){return e.text}function nO(e){return e.text}function rO(e){let t=GE(e.renderRange.start),n=e.renderRange.end,r=[],o=[];for(;t<n;)r.push(t),o.push({start:t,end:$E(t,1)}),t=$E(t,1);return{dayDates:r,dayRanges:o}}nE(':root{--fc-list-event-dot-width:10px;--fc-list-event-hover-bg-color:#f5f5f5}.fc-theme-standard .fc-list{border:1px solid var(--fc-border-color)}.fc .fc-list-empty{align-items:center;background-color:var(--fc-neutral-bg-color);display:flex;height:100%;justify-content:center}.fc .fc-list-empty-cushion{margin:5em 0}.fc .fc-list-table{border-style:hidden;width:100%}.fc .fc-list-table tr>*{border-left:0;border-right:0}.fc .fc-list-sticky .fc-list-day>*{background:var(--fc-page-bg-color);position:sticky;top:0}.fc .fc-list-table thead{left:-10000px;position:absolute}.fc .fc-list-table tbody>tr:first-child th{border-top:0}.fc .fc-list-table th{padding:0}.fc .fc-list-day-cushion,.fc .fc-list-table td{padding:8px 14px}.fc .fc-list-day-cushion:after{clear:both;content:"";display:table}.fc-theme-standard .fc-list-day-cushion{background-color:var(--fc-neutral-bg-color)}.fc-direction-ltr .fc-list-day-text,.fc-direction-rtl .fc-list-day-side-text{float:left}.fc-direction-ltr .fc-list-day-side-text,.fc-direction-rtl .fc-list-day-text{float:right}.fc-direction-ltr .fc-list-table .fc-list-event-graphic{padding-right:0}.fc-direction-rtl .fc-list-table .fc-list-event-graphic{padding-left:0}.fc .fc-list-event.fc-event-forced-url{cursor:pointer}.fc .fc-list-event:hover td{background-color:var(--fc-list-event-hover-bg-color)}.fc .fc-list-event-graphic,.fc .fc-list-event-time{white-space:nowrap;width:1px}.fc .fc-list-event-dot{border:calc(var(--fc-list-event-dot-width)/2) solid var(--fc-event-border-color);border-radius:calc(var(--fc-list-event-dot-width)/2);box-sizing:content-box;display:inline-block;height:0;width:0}.fc .fc-list-event-title a{color:inherit;text-decoration:none}.fc .fc-list-event.fc-event-forced-url:hover a{text-decoration:underline}');function oO(e){return!1===e?null:wx(e)}var iO=ED({name:"@fullcalendar/list",optionRefiners:{listDayFormat:oO,listDaySideFormat:oO,noEventsClassNames:Ox,noEventsContent:Ox,noEventsDidMount:Ox,noEventsWillUnmount:Ox},views:{list:{component:class extends lk{constructor(){super(...arguments),this.computeDateVars=ix(rO),this.eventStoreToSegs=ix(this._eventStoreToSegs),this.state={timeHeaderId:gE(),eventHeaderId:gE(),dateHeaderIdRoot:gE()},this.setRootEl=e=>{e?this.context.registerInteractiveComponent(this,{el:e}):this.context.unregisterInteractiveComponent(this)}}render(){let{props:e,context:t}=this,{dayDates:n,dayRanges:r}=this.computeDateVars(e.dateProfile),o=this.eventStoreToSegs(e.eventStore,e.eventUiBases,r);return US(dC,{elRef:this.setRootEl,elClasses:["fc-list",t.theme.getClass("table"),!1!==t.options.stickyHeaderDates?"fc-list-sticky":""],viewSpec:t.viewSpec},US(Hk,{liquid:!e.isHeightAuto,overflowX:e.isHeightAuto?"visible":"hidden",overflowY:e.isHeightAuto?"visible":"auto"},o.length>0?this.renderSegList(o,n):this.renderEmptyMessage()))}renderEmptyMessage(){let{options:e,viewApi:t}=this.context,n={text:e.noEventsText,view:t};return US(cC,{elTag:"div",elClasses:["fc-list-empty"],renderProps:n,generatorName:"noEventsContent",customGenerator:e.noEventsContent,defaultGenerator:nO,classNameGenerator:e.noEventsClassNames,didMount:e.noEventsDidMount,willUnmount:e.noEventsWillUnmount},(e=>US(e,{elTag:"div",elClasses:["fc-list-empty-cushion"]})))}renderSegList(e,t){let{theme:n,options:r}=this.context,{timeHeaderId:o,eventHeaderId:i,dateHeaderIdRoot:s}=this.state,a=function(e){let t,n,r=[];for(t=0;t<e.length;t+=1)n=e[t],(r[n.dayIndex]||(r[n.dayIndex]=[])).push(n);return r}(e);return US(_k,{unit:"day"},((e,l)=>{let c=[];for(let n=0;n<a.length;n+=1){let u=a[n];if(u){let a=rx(t[n]),d=s+"-"+a;c.push(US(XR,{key:a,cellId:d,dayDate:t[n],todayRange:l})),u=mA(u,r.eventOrder);for(let t of u)c.push(US(eO,Object.assign({key:a+":"+t.eventRange.instance.instanceId,seg:t,isDragging:!1,isResizing:!1,isDateSelecting:!1,isSelected:!1,timeHeaderId:o,eventHeaderId:i,dateHeaderId:d},EA(t,l,e))))}}return US("table",{className:"fc-list-table "+n.getClass("table")},US("thead",null,US("tr",null,US("th",{scope:"col",id:o},r.timeHint),US("th",{scope:"col","aria-hidden":!0}),US("th",{scope:"col",id:i},r.eventHint))),US("tbody",null,c))}))}_eventStoreToSegs(e,t,n){return this.eventRangesToSegs(fA(e,t,this.props.dateProfile.activeRange,this.context.options.nextDayThreshold).fg,n)}eventRangesToSegs(e,t){let n=[];for(let r of e)n.push(...this.eventRangeToSegs(r,t));return n}eventRangeToSegs(e,t){let n,r,o,{dateEnv:i}=this.context,{nextDayThreshold:s}=this.context.options,a=e.range,l=e.def.allDay,c=[];for(n=0;n<t.length;n+=1)if(r=gC(a,t[n]),r&&(o={component:this,eventRange:e,start:r.start,end:r.end,isStart:e.isStart&&r.start.valueOf()===a.start.valueOf(),isEnd:e.isEnd&&r.end.valueOf()===a.end.valueOf(),dayIndex:n},c.push(o),!o.isEnd&&!l&&n+1<t.length&&a.end<i.add(t[n+1].start,s))){o.end=a.end,o.isEnd=!0;break}return c}},buttonTextKey:"list",listDayFormat:{month:"long",day:"numeric",year:"numeric"}},listDay:{type:"list",duration:{days:1},listDayFormat:{weekday:"long"}},listWeek:{type:"list",duration:{weeks:1},listDayFormat:{weekday:"long"},listDaySideFormat:{month:"long",day:"numeric",year:"numeric"}},listMonth:{type:"list",duration:{month:1},listDaySideFormat:{weekday:"long"}},listYear:{type:"list",duration:{year:1},listDaySideFormat:{weekday:"long"}}}});const sO={id:"driver-calendar"},aO={__name:"calendar",setup(e){Ko("date"),Ut({calendar:null});return qr((()=>{let e=new wT(document.getElementById("driver-calendar"),{plugins:[GT,ZR,TR,iO],headerToolbar:{left:"",center:"title",right:""},firstDay:1,initialView:"dayGridMonth",showNonCurrentDates:!0,dayMaxEvents:!0,editable:!0,events:[{title:"All Day Event",start:"2023-10-01",classNames:"ldonis"},{title:"Long Event",start:"2023-10-07",end:"2023-10-10"},{groupId:999,title:"Repeating Event",start:"2023-10-09T16:00:00"},{groupId:999,title:"Repeating Event",start:"2023-10-16T16:00:00"},{title:"Conference",start:"2023-10-11",end:"2023-10-13"},{title:"Meeting",start:"2023-10-12T10:30:00",end:"2023-10-12T12:30:00"},{title:"Lunch",start:"2023-10-12T12:00:00"},{title:"Meeting",start:"2023-10-15T14:30:00"},{title:"Happy Hour",start:"2023-10-15T17:30:00"},{title:"Dinner",start:"2023-10-12T20:00:00"},{title:"Birthday Party",start:"2023-10-13T07:00:00"},{title:"Click for Google",url:"http://google.com/",start:"2023-10-28"}]});setTimeout((()=>{e.render()}),100)})),(e,t)=>(Li(),Wi("div",sO))}},lO=aO;!function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];let n={};n.components={"lesli-application-header":Bg,"lesli-application-engines":Ug};const r=function(){const e=de(!0),t=e.run((()=>Ut({})));let n=[],r=[];const o=Pt({install(e){mf(o),sf||(o._a=e,e.provide(yf,o),e.config.globalProperties.$pinia=o,_f&&Qf(e,o),r.forEach((e=>n.push(e))),r=[])},use(e){return this._a||sf?n.push(e):r.push(e),this},_p:n,_a:null,_e:e,_s:new Map,state:t});return _f&&"undefined"!=typeof Proxy&&o.use(Kf),o}();r.use((()=>({msg:Ob()}))),r.use((()=>({url:Ib()}))),r.use((()=>({http:CS()}))),r.use((()=>({date:Lb()}))),r.use((()=>({utils:AS()}))),r.use((()=>({dialog:{}})));const o=sg({history:Bp("/"),routes:t.map((t=>(t.path="/".concat(lesli.engine_paths[e]).concat(t.path),t)))});o.afterEach(((e,t)=>{bn((()=>{document.title=`${lesli?.company?.name} · ${e.path.substring(1)||"Dashboard"}`,document.body.className=lesli?.instance;var t=e.path.substring(1).split("/").filter((e=>""!=e)).slice(0,2).join("-");t&&document.body.classList.add("lesli-".concat(t))}))}));const i=hl(n);i.provide("msg",Ob()),i.provide("url",Ib()),i.provide("http",CS()),i.provide("date",Lb()),i.provide("date",Lb()),i.provide("utils",AS()),i.provide("dialog",{}),i.use(r),i.use(o),i.component("lesli-application-container",zg),i.component("lesli-application-component",Vg),i.component("lesli-icon",um),i.component("lesli-empty",Kv),i.component("lesli-header",sm),i.component("lesli-select",sy),i.component("lesli-toolbar",cb),i.component("lesli-loading",km),i.component("lesli-table",jy),i.component("lesli-collapse",Nv),i.component("lesli-tab-item",qy),i.component("lesli-tabs",Vy),i.component("lesli-panel",Xm),i.component("lesli-button",iv),i.component("lesli-calendar",Sv),i.component("lesli-input-tag",xm),i.component("lesli-file-uploader",Rb),i.component("lesli-navigation-list",Nm),i.component("lesli-avatar",Kg),i.component("lesli-toggle",eb),i.component("lesli-dropdown",Yv),i.component("lesli-map",Tm),i.component("lesli-autocomplete",Xg),i.component("lesli-pagination",Vm),i.component("lesli-form",tm),i.component("lesli-input",mm),i.component("lesli-control",Bv),i.component("lesli-card",Cv),document.addEventListener("DOMContentLoaded",(()=>{i.mount("#lesli-application"),console.clear(),cg().lesli_message_warning(lesli?.company?.name),cg().info("Lesli application","231006.2327")}))}("LesliDriver",[{path:"/dashboard",component:{__name:"show",setup:e=>(e,t)=>{const n=ro("lesli-application-container");return Li(),qi(n,{dashboard:""},{default:Gn((()=>[es(lO,{class:"mt-4"})])),_:1})}}}])})()})();