Cookie Law / GDPR Info - Version 3.0.2

Version Description

  • [Enhancement] - Added a custom method to revisit consent outside the banner.
  • [Enhancement] - Updated Chart.js library
  • [Enhancement] - Enabled automatic updates for the plugin.
Download this release

Release Info

Developer cookieyesdev
Plugin Icon Cookie Law / GDPR Info
Version 3.0.2
Comparing to
See all releases

Code changes from version 3.0.1 to 3.0.2

cookie-law-info.php CHANGED
@@ -16,7 +16,7 @@
16
  * Plugin Name: CookieYes | GDPR Cookie Consent
17
  * Plugin URI: https://www.cookieyes.com/
18
  * Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
19
- * Version: 3.0.1
20
  * Author: CookieYes
21
  * Author URI: https://www.cookieyes.com/
22
  * License: GPLv3
@@ -46,7 +46,7 @@ if ( ! defined( 'WPINC' ) ) {
46
  die;
47
  }
48
 
49
- define( 'CLI_VERSION', '3.0.1' );
50
  define( 'CLI_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
51
  define( 'CLI_PLUGIN_BASEPATH', plugin_dir_path( __FILE__ ) );
52
  define( 'CLI_SETTINGS_FIELD', 'CookieLawInfo-0.9' );
@@ -109,22 +109,6 @@ function cky_upgrade_notice_js() { ?>
109
 
110
  add_action( 'in_plugin_update_message-cookie-law-info/cookie-law-info.php', 'cky_upgrade_notice', 10, 2 );
111
 
112
- /**
113
- * Disable auto updates.
114
- *
115
- * @param boolean $update To update or not.
116
- * @param object $item Plugin slug.
117
- * @return boolean
118
- */
119
- function cky_disable_auto_update_plugin( $update, $item ) {
120
- $plugins = array( 'cookie-law-info' );
121
- if ( isset( $item->slug ) && in_array( $item->slug, $plugins, true ) ) {
122
- $update = false;
123
- }
124
- return $update;
125
- }
126
- add_filter( 'auto_update_plugin', 'cky_disable_auto_update_plugin', 10, 2 );
127
-
128
  /**
129
  * Return internal DB version.
130
  *
16
  * Plugin Name: CookieYes | GDPR Cookie Consent
17
  * Plugin URI: https://www.cookieyes.com/
18
  * Description: A simple way to show your website complies with the EU Cookie Law / GDPR.
19
+ * Version: 3.0.2
20
  * Author: CookieYes
21
  * Author URI: https://www.cookieyes.com/
22
  * License: GPLv3
46
  die;
47
  }
48
 
49
+ define( 'CLI_VERSION', '3.0.2' );
50
  define( 'CLI_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
51
  define( 'CLI_PLUGIN_BASEPATH', plugin_dir_path( __FILE__ ) );
52
  define( 'CLI_SETTINGS_FIELD', 'CookieLawInfo-0.9' );
109
 
110
  add_action( 'in_plugin_update_message-cookie-law-info/cookie-law-info.php', 'cky_upgrade_notice', 10, 2 );
111
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  /**
113
  * Return internal DB version.
114
  *
legacy/includes/class-cookie-law-info.php CHANGED
@@ -73,7 +73,7 @@ class Cookie_Law_Info {
73
  if ( defined( 'CLI_VERSION' ) ) {
74
  $this->version = CLI_VERSION;
75
  } else {
76
- $this->version = '3.0.1';
77
  }
78
  $this->plugin_name = 'cookie-law-info';
79
 
73
  if ( defined( 'CLI_VERSION' ) ) {
74
  $this->version = CLI_VERSION;
75
  } else {
76
+ $this->version = '3.0.2';
77
  }
78
  $this->plugin_name = 'cookie-law-info';
79
 
lite/admin/dist/css/{chunk-1641571e.css → chunk-55c96061.css} RENAMED
File without changes
lite/admin/dist/index.html CHANGED
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-0495ae18.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-1641571e.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-2177d27f.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-263180a4.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-322699f8.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-637dc2c8.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-69ed221f.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-0495ae18.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-1641571e.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-2177d27f.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-263180a4.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-322699f8.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-637dc2c8.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-69ed221f.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/app.css" rel="preload" as="style"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/app.js" rel="preload" as="script"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-vendors.js" rel="preload" as="script"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/app.css" rel="stylesheet"></head><body><div id="app"></div><script src="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-vendors.js"></script><script src="/wp-content/plugins/cookie-law-info/admin/dist/js/app.js"></script></body></html>
1
+ <!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-0495ae18.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-2177d27f.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-263180a4.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-322699f8.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-55c96061.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-637dc2c8.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/chunk-69ed221f.css" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-0495ae18.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-2177d27f.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-263180a4.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-322699f8.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-55c96061.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-637dc2c8.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-69ed221f.js" rel="prefetch"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/app.css" rel="preload" as="style"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/app.js" rel="preload" as="script"><link href="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-vendors.js" rel="preload" as="script"><link href="/wp-content/plugins/cookie-law-info/admin/dist/css/app.css" rel="stylesheet"></head><body><div id="app"></div><script src="/wp-content/plugins/cookie-law-info/admin/dist/js/chunk-vendors.js"></script><script src="/wp-content/plugins/cookie-law-info/admin/dist/js/app.js"></script></body></html>
lite/admin/dist/js/app.js CHANGED
@@ -1 +1 @@
1
- (function(e){function t(t){for(var a,o,i=t[0],c=t[1],l=t[2],d=0,u=[];d<i.length;d++)o=i[d],Object.prototype.hasOwnProperty.call(s,o)&&s[o]&&u.push(s[o][0]),s[o]=0;for(a in c)Object.prototype.hasOwnProperty.call(c,a)&&(e[a]=c[a]);p&&p(t);while(u.length)u.shift()();return r.push.apply(r,l||[]),n()}function n(){for(var e,t=0;t<r.length;t++){for(var n=r[t],a=!0,o=1;o<n.length;o++){var i=n[o];0!==s[i]&&(a=!1)}a&&(r.splice(t--,1),e=c(c.s=n[0]))}return e}var a={},o={app:0},s={app:0},r=[];function i(e){return c.p+"js/"+({}[e]||e)+".js"}function c(t){if(a[t])return a[t].exports;var n=a[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,c),n.l=!0,n.exports}c.e=function(e){var t=[],n={"chunk-0495ae18":1,"chunk-2177d27f":1,"chunk-263180a4":1,"chunk-322699f8":1,"chunk-637dc2c8":1,"chunk-69ed221f":1,"chunk-1641571e":1};o[e]?t.push(o[e]):0!==o[e]&&n[e]&&t.push(o[e]=new Promise((function(t,n){for(var a="css/"+({}[e]||e)+".css",s=c.p+a,r=document.getElementsByTagName("link"),i=0;i<r.length;i++){var l=r[i],d=l.getAttribute("data-href")||l.getAttribute("href");if("stylesheet"===l.rel&&(d===a||d===s))return t()}var u=document.getElementsByTagName("style");for(i=0;i<u.length;i++){l=u[i],d=l.getAttribute("data-href");if(d===a||d===s)return t()}var p=document.createElement("link");p.rel="stylesheet",p.type="text/css",p.onload=t,p.onerror=function(t){var a=t&&t.target&&t.target.src||s,r=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");r.code="CSS_CHUNK_LOAD_FAILED",r.request=a,delete o[e],p.parentNode.removeChild(p),n(r)},p.href=s;var f=document.getElementsByTagName("head")[0];f.appendChild(p)})).then((function(){o[e]=0})));var a=s[e];if(0!==a)if(a)t.push(a[2]);else{var r=new Promise((function(t,n){a=s[e]=[t,n]}));t.push(a[2]=r);var l,d=document.createElement("script");d.charset="utf-8",d.timeout=120,c.nc&&d.setAttribute("nonce",c.nc),d.src=i(e);var u=new Error;l=function(t){d.onerror=d.onload=null,clearTimeout(p);var n=s[e];if(0!==n){if(n){var a=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+a+": "+o+")",u.name="ChunkLoadError",u.type=a,u.request=o,n[1](u)}s[e]=void 0}};var p=setTimeout((function(){l({type:"timeout",target:d})}),12e4);d.onerror=d.onload=l,document.head.appendChild(d)}return Promise.all(t)},c.m=e,c.c=a,c.d=function(e,t,n){c.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},c.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.t=function(e,t){if(1&t&&(e=c(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(c.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)c.d(n,a,function(t){return e[t]}.bind(null,a));return n},c.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return c.d(t,"a",t),t},c.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},c.p="/wp-content/plugins/cookie-law-info/admin/dist/",c.oe=function(e){throw console.error(e),e};var l=window["webpackJsonp"]=window["webpackJsonp"]||[],d=l.push.bind(l);l.push=t,l=l.slice();for(var u=0;u<l.length;u++)t(l[u]);var p=d;r.push([0,"chunk-vendors"]),n()})({0:function(e,t,n){e.exports=n("56d7")},"07a4":function(e,t,n){"use strict";var a=n("2b0e"),o=n("2f62"),s=n("f9c4"),r=n("87ea");const i={namespaced:!0,state:{options:window.ckyConfig.settings,info:!1,status:!0,errors:{}},getters:{get:e=>e.options,getInfo:e=>e.info},mutations:{set:(e,t)=>{Object.prototype.hasOwnProperty.call(e.options,t.key)&&(e.options[t.key]=t.value)},setInfo:(e,t)=>{e.info=t},update:(e,t)=>{window.ckyConfig.settings=t,e.options=t},updateStatus:(e,t=!0)=>{e.status=t},setErrors:(e,t)=>{e.errors=t}},actions:{reInit:async({commit:e})=>{await s["a"].get({path:"settings"}).then(t=>{t.account&&e("update",t)})},loadInfo:async({commit:e,state:t,dispatch:n},a=!1)=>{let o=!1;return o=!0,await s["a"].get({path:"settings/info",params:{force:a}}).then(a=>{if(a){e("setInfo",a),e("updateStatus",!0);const o=t.info&&t.info.languages?t.info.languages:[],s=o&&o.default?o.default:"en";Object(r["k"])(s),n("checkURLMismatch")}}).catch(async t=>{t&&t.data&&t.data.status&&e("updateStatus",!1)}),o},set:({commit:e},t={})=>{t["key"]&&t["value"]&&e("set",t)},setInfo:({commit:e},t={})=>{t["key"]&&t["value"]&&e("setInfo",t)},save:async({commit:e,state:t,dispatch:n})=>{const a=t.options;let o=!1;return await s["a"].post({path:"settings",data:a}).then(t=>{t&&(e("update",t),n("loadInfo"),o=!0)}),o},checkURLMismatch({state:e,commit:t}){if(!1!==e.options.account.connected&&!Object(r["a"])()){let e={urlMismatch:!0};t("setErrors",e)}}}};var c=i;const l={namespaced:!0,state:{items:!1,current:!1,preview:!1,presets:[],configs:[],template:[],errors:{}},getters:{getBanners:e=>e.items,getCurrentBanner:e=>e.current,getPreview:e=>e.preview,getPresets:e=>e.presets,getConfigs:e=>e.configs,getTemplate:e=>e.template,getErrors:e=>e.errors},mutations:{setBanners:(e,t)=>{e.items=t},setCurrentBanner:(e,t)=>{e.current=t},setPreview:(e,t)=>{e.preview=t},setPresets:(e,t)=>{e.presets=t},setConfigs:(e,t)=>{e.configs=t},setTemplate:(e,t)=>{e.template=t},updateBanners:(e,t)=>{e.items=t},setErrors:(e,t)=>{e.errors=t}},actions:{reInit:async({commit:e})=>{try{const t=await s["a"].get({path:"banners"});if(t){const n=[];t.forEach((function(e){let t={};t.id=e.id||"",t.name=e.name||"",t.slug=e.slug||"",t.default=e.default||!1,t.status=e.status||!1,t.properties=e.properties||{},t.contents=e.contents||{},n.push(t)})),e("updateBanners",n)}}catch(t){console.log(t)}},setBanners:async({commit:e},t={})=>{e("setBanners",t)},setCurrentBanner:async({commit:e},t={})=>{e("setCurrentBanner",t)},setPreview:async({commit:e},t={})=>{e("setPreview",t)},setPresets:async({commit:e},t={})=>{e("setPresets",t)},setConfigs:async({commit:e},t={})=>{e("setConfigs",t)},setTemplate:async({commit:e},t={})=>{e("setTemplate",t)},saveBanner:async({dispatch:e},t={})=>{let n=!1;if(!Object.prototype.hasOwnProperty.call(t,"banner"))return;const a=t.banner,o=t.params&&t.params||{};try{const t=await s["a"].put({path:"/banners/"+a.id,data:a,params:o});t.id&&(n=!0,e("reInit"))}catch(r){console.log(r)}return n},setErrors:async({commit:e},t={})=>{e("setErrors",t)}}};var d=l;const u={namespaced:!0,state:{selected:[],available:window.ckyLanguages,current:"",default:""},getters:{getSelected:e=>e.selected,getCurrent:e=>e.current,getAvailable:e=>e.available,getDefault:e=>e.available.find((function(t){return t.code==e.default}))},mutations:{setSelected:(e,t)=>{e.selected=t},setCurrent:(e,t)=>{e.current=t},setAvailable:(e,t)=>{e.available=t},setDefault:(e,t)=>{e.default=t}},actions:{setSelected:async({commit:e},t={})=>{e("setSelected",t)},setCurrent:async({commit:e},t={})=>{e("setCurrent",t)},setDefault:async({commit:e},t={})=>{e("setDefault",t)},saveSelected:async({state:e})=>{const t=e.selected;let n=Object(r["e"])("languages");return n.selected=t,Object(r["l"])("languages",n),await Object(r["j"])()},saveDefault:async({state:e})=>{const t=e.default;let n=Object(r["e"])("languages");return n.default=t,Object(r["l"])("languages",n),await Object(r["j"])()},loadLanguages:async({commit:e})=>{const t=Object(r["e"])("languages");e("setSelected",t.selected),e("setDefault",t.default),e("setCurrent",t.default)}}};var p=u,f=n("a9e4");const g={namespaced:!0,state:{items:!1},getters:{getItems:e=>e.items},mutations:{setItems:(e,t)=>{e.items=t}},actions:{reInit:async({commit:e})=>{try{const t=await f["a"].getCookieCategories(),n=[];t instanceof Array&&(t.forEach((function(e){n.push(e)})),e("setItems",n))}catch(t){console.error(t)}},bulkUpdate:async({state:e,dispatch:t})=>{let n=!1,a=await f["a"].bulkUpdateCookieCategory(e.items);return a.length>0&&(n=!0,t("reInit")),n}}};var y=g;a["a"].use(o["a"]);t["a"]=new o["a"].Store({namespaced:!0,modules:{banners:d,settings:c,languages:p,cookies:y}})},"0bd0":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-modal",{ref:"ckyUpgradeModal",staticClass:"cky-upgrade-modal cky-text-center",attrs:{type:"info",visible:e.visible,dismissable:e.dismissable},scopedSlots:e._u([{key:"body",fn:function(){return[n("h2",{staticClass:"cky-upgrade-modal-title"},[e._t("title")],2),n("p",{staticClass:"cky-upgrade-modal-message"},[e._t("message",(function(){return[e._v(" "+e._s(e.$i18n.__("To upgrade, create a new CookieYes account, or connect to an existing account and access premium features! After connecting, you can manage all your settings from the web app.","cookie-law-info"))+" ")]}))],2)]},proxy:!0},{key:"footer",fn:function(){return[n("div",{staticClass:"cky-app-modal-actions cky-justify-center"},[n("div",{staticClass:"cky-upgrade-button-container"},[n("cky-button",{ref:"ckyButtonUpgradeNew",staticClass:"cky-button-green cky-button-medium",nativeOn:{click:function(t){return e.upgradeSignup()}}},[e._v(" "+e._s(e.$i18n.__("New? Create an Account","cookie-law-info"))+" ")]),n("p",{staticStyle:{"margin-top":"10px","white-space":"nowrap"}},[e._v(" "+e._s(e.$i18n.__("Already have an account?","cookie-law-info"))+" "),n("a",{attrs:{href:""},on:{click:function(t){return t.preventDefault(),e.upgradeLogin(!0)}}},[e._v(e._s(e.$i18n.__("Connect your existing account","cookie-law-info")))])])],1)])]},proxy:!0}],null,!0)})},o=[],s=n("c068"),r=n("8a80"),i={name:"CkyUpgradeModal",mixins:[s["a"]],components:{CkyModal:r["a"]},props:{visible:{type:Boolean,default:!1}},methods:{show(){this.$refs.ckyUpgradeModal&&this.$refs.ckyUpgradeModal.show()},close(){this.$refs.ckyUpgradeModal&&this.$refs.ckyUpgradeModal.close()}},computed:{dismissable(){return!0===!this.visible}},mounted(){this.$root.$on("afterConnection",()=>{this.close()})}},c=i,l=(n("9033"),n("2877")),d=Object(l["a"])(c,a,o,!1,null,null,null);t["a"]=d.exports},"12f7":function(e,t,n){"use strict";n("333a")},"17aa":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-card-loader-container"},[n("div",{staticClass:"cky-card-loader"},[n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line cky-card-loader--rect"})])])}],s={name:"CkyCardLoader"},r=s,i=(n("7dd2"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,"4bc5d6ea",null);t["a"]=c.exports},"1f3d":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",e._g({staticClass:"cky-icon-base",style:e.getStyles},e.$listeners),[n(e.icon,{tag:"component",attrs:{width:e.width,height:e.height,color:e.color}})],1)},o=[],s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 1250 250",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M92.9114 47.9141C134.161 47.9141 164.995 70.8307 174.995 108.331H128.745C121.661 93.3307 108.328 86.2474 92.4948 86.2474C66.6615 86.2474 48.7448 105.414 48.7448 136.247C48.7448 167.081 66.6615 186.247 92.4948 186.247C108.328 186.247 121.661 178.747 128.745 164.164H174.995C164.995 201.664 134.161 224.581 92.9114 224.581C41.6614 224.164 5.82812 187.914 5.82812 135.831C5.82812 83.7474 41.6614 47.9141 92.9114 47.9141Z",fill:e.color}}),n("path",{attrs:{d:"M259.161 225.003C218.745 225.003 188.328 197.919 188.328 154.169C188.328 110.419 219.578 83.3359 259.995 83.3359C300.411 83.3359 331.661 110.419 331.661 154.169C331.661 197.919 299.578 225.003 259.161 225.003ZM259.161 188.336C274.161 188.336 288.328 177.086 288.328 154.169C288.328 130.836 274.578 120.003 259.578 120.003C244.161 120.003 230.828 130.836 230.828 154.169C231.245 177.086 243.745 188.336 259.161 188.336Z",fill:e.color}}),n("path",{attrs:{d:"M415.411 225.003C374.995 225.003 344.578 197.919 344.578 154.169C344.578 110.419 375.828 83.3359 416.245 83.3359C456.661 83.3359 487.911 110.419 487.911 154.169C487.911 197.919 455.828 225.003 415.411 225.003ZM415.411 188.336C430.411 188.336 444.578 177.086 444.578 154.169C444.578 130.836 430.828 120.003 415.828 120.003C400.411 120.003 387.078 130.836 387.078 154.169C387.078 177.086 399.995 188.336 415.411 188.336Z",fill:e.color}}),n("path",{attrs:{d:"M502.914 47.9141H544.997V141.247L586.664 85.4141H638.747L581.664 154.164L639.581 222.914H587.497L545.414 164.997V222.914H503.331V47.9141H502.914Z",fill:e.color}}),n("path",{attrs:{d:"M648.746 48.3307C648.746 35.4141 658.746 25.4141 673.746 25.4141C688.746 25.4141 698.746 35.4141 698.746 48.3307C698.746 60.8307 688.746 70.8307 673.746 70.8307C658.746 70.8307 648.746 60.8307 648.746 48.3307ZM652.913 84.9974H694.996V222.497H652.913V84.9974Z",fill:e.color}}),n("path",{attrs:{d:"M780.001 225.003C739.585 225.003 710.418 197.919 710.418 154.169C710.418 110.419 739.168 83.3359 780.001 83.3359C820.001 83.3359 848.751 110.003 848.751 152.086C848.751 155.836 848.335 160.419 847.918 164.586H752.501C754.168 182.503 765.001 190.836 778.751 190.836C790.418 190.836 797.085 185.003 800.835 177.503H845.835C838.751 204.169 814.585 225.003 780.001 225.003ZM752.918 140.836H805.835C805.835 125.836 794.168 117.086 780.001 117.086C765.835 117.086 755.418 125.419 752.918 140.836Z",fill:e.color}}),n("path",{attrs:{d:"M1043.33 225.003C1002.91 225.003 973.746 197.919 973.746 154.169C973.746 110.419 1002.5 83.3359 1043.33 83.3359C1083.33 83.3359 1112.08 110.003 1112.08 152.086C1112.08 155.836 1111.66 160.419 1111.25 164.586H1015.83C1017.5 182.503 1028.33 190.836 1042.08 190.836C1053.75 190.836 1060.41 185.003 1064.16 177.503H1109.16C1102.08 204.169 1077.5 225.003 1043.33 225.003ZM1015.83 140.836H1068.75C1068.75 125.836 1057.08 117.086 1042.91 117.086C1029.16 117.086 1018.33 125.419 1015.83 140.836Z",fill:e.color}}),n("path",{attrs:{d:"M1188.33 225.003C1151.67 225.003 1127.08 204.586 1125 177.919H1166.67C1167.5 187.503 1176.25 193.753 1187.92 193.753C1198.75 193.753 1204.58 188.753 1204.58 182.503C1204.58 160.419 1129.58 176.253 1129.58 125.836C1129.58 102.503 1149.58 83.3359 1185.42 83.3359C1220.83 83.3359 1240.83 102.919 1243.33 130.003H1204.17C1202.92 120.836 1195.83 114.586 1183.75 114.586C1173.75 114.586 1168.33 118.336 1168.33 125.003C1168.33 147.086 1242.92 131.253 1243.75 182.919C1244.17 206.669 1222.92 225.003 1188.33 225.003Z",fill:e.color}}),n("path",{attrs:{d:"M892.496 87.5H848.746L888.746 161.667H932.496L892.496 87.5Z",fill:e.color}}),n("path",{attrs:{d:"M887.906 159.586L889.156 161.669H932.906L904.156 109.586L887.906 159.586Z",fill:e.color}}),n("path",{attrs:{d:"M967.91 25L889.16 161.667H932.91L1011.66 25H967.91Z",fill:e.color}}),n("path",{attrs:{d:"M889.16 182.086H931.66V225.003H889.16V182.086Z",fill:e.color}})])},r=[],i={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},c=i,l=n("2877"),d=Object(l["a"])(c,s,r,!1,null,null,null),u=d.exports,p=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 142 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0)"}},[n("path",{attrs:{d:"M20.9961 0H93.5913C99.3652 0 104.614 2.35596 108.423 6.16455C112.231 9.97315 114.587 15.2222 114.587 20.9961V67.8223C114.587 73.5962 112.231 78.8452 108.423 82.6538C104.614 86.4624 99.3652 88.8184 93.5913 88.8184H57.2876L25.4028 116.223C23.9258 117.493 21.6919 117.322 20.4224 115.833C19.7998 115.1 19.519 114.197 19.5801 113.306L21.2769 88.8062H20.9961C15.2222 88.8062 9.97315 86.4502 6.16455 82.6416C2.35596 78.8452 0 73.5962 0 67.8223V20.9961C0 15.2222 2.35596 9.97315 6.16455 6.16455C9.96094 2.35596 15.21 0 20.9961 0ZM124.89 34.1553C129.004 34.9487 132.69 36.9751 135.547 39.8315C139.27 43.5547 141.589 48.6939 141.589 54.3579V101.184C141.589 106.848 139.282 111.987 135.547 115.71C131.824 119.434 126.685 121.753 121.021 121.753H120.276L122.009 146.704C122.058 147.485 121.826 148.291 121.277 148.926C120.166 150.232 118.201 150.378 116.907 149.268L84.8999 120.947H42.7368L63.501 99.8291H107.495C117.09 99.8291 124.951 91.98 124.951 82.3731V35.5347C124.939 35.0708 124.927 34.6069 124.89 34.1553ZM31.3477 53.3203C29.3945 53.3203 27.8076 51.7334 27.8076 49.7803C27.8076 47.8272 29.3945 46.2402 31.3477 46.2402H68.396C70.3491 46.2402 71.936 47.8272 71.936 49.7803C71.936 51.7334 70.3491 53.3203 68.396 53.3203H31.3477ZM31.3477 35.791C29.3945 35.791 27.8076 34.2041 27.8076 32.251C27.8076 30.2979 29.3945 28.7109 31.3477 28.7109H83.8623C85.8154 28.7109 87.4024 30.2979 87.4024 32.251C87.4024 34.2041 85.8154 35.791 83.8623 35.791H31.3477ZM93.5791 7.08008H20.9961C17.1753 7.08008 13.6963 8.64258 11.1694 11.1694C8.64258 13.6963 7.08008 17.1631 7.08008 20.9961V67.8223C7.08008 71.6431 8.64258 75.1221 11.1694 77.6489C13.6963 80.1758 17.1753 81.7383 20.9961 81.7383H25.0732V81.7505L25.3052 81.7627C27.2461 81.897 28.7231 83.5816 28.5889 85.5225L27.2095 105.371L53.5034 82.7637C54.1382 82.1289 55.0171 81.7383 55.9937 81.7383H93.5791C97.3999 81.7383 100.879 80.1758 103.406 77.6489C105.933 75.1221 107.495 71.6431 107.495 67.8223V20.9961C107.495 17.1753 105.933 13.6963 103.406 11.1694C100.891 8.64258 97.4121 7.08008 93.5791 7.08008Z",fill:"white"}})]),n("defs",[n("clipPath",{attrs:{id:"clip0"}},[n("rect",{attrs:{width:"141.577",height:"150",fill:"white"}})])])])},f=[],g={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},y=g,h=Object(l["a"])(y,p,f,!1,null,null,null),m=h.exports,C=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M61.0383 94.1116C50.3883 90.4066 42.6933 80.2666 42.6933 68.3266C42.6933 53.2816 54.9033 41.0716 69.9783 41.0716C81.5733 41.0716 91.5183 48.3316 95.4483 58.5916C99.8433 57.3316 104.373 56.7016 109.038 56.7016C115.728 56.7016 122.193 58.0216 128.313 60.6016C131.898 62.1166 135.258 64.0516 138.363 66.3166C138.243 61.0066 137.868 58.8466 137.868 58.8466C137.328 55.8616 134.448 52.8466 131.493 52.1566L129.258 51.6466C124.038 50.0716 119.373 46.5916 116.418 41.5066C113.463 36.3916 112.773 30.5716 114.063 25.2316L114.753 23.1316C115.638 20.2366 114.498 16.2466 112.143 14.2516C112.143 14.2516 110.043 12.4666 104.163 9.07655C98.2533 5.68655 95.7183 4.77155 95.7183 4.77155C92.8233 3.75155 88.8033 4.72655 86.7033 6.96155L85.1583 8.62655C81.1983 12.3916 75.8583 14.6566 69.9333 14.6566C64.0233 14.6566 58.6533 12.3616 54.6633 8.56655L53.1633 6.96155C51.0933 4.72655 47.0433 3.75155 44.1783 4.78655C44.1783 4.78655 41.5983 5.73155 35.7033 9.09155C29.7933 12.5416 27.7533 14.2966 27.7533 14.2966C25.4283 16.2466 24.2733 20.2066 25.1433 23.1466L25.7733 25.2766C27.0333 30.6166 26.3733 36.4216 23.4183 41.5366C20.4633 46.6516 15.7833 50.1466 10.5183 51.7066L8.35828 52.2016C5.40328 52.8616 2.49328 55.8766 1.98328 58.8916C1.98328 58.8916 1.48828 61.5616 1.48828 68.4016C1.48828 75.2116 1.98328 77.9116 1.98328 77.9116C2.52328 80.9266 5.40328 83.9116 8.35828 84.6016L10.4583 85.0965C15.7083 86.6415 20.4483 90.1516 23.3733 95.2966C26.3283 100.412 27.0183 106.232 25.7283 111.572L25.1283 113.642C24.2433 116.537 25.3833 120.527 27.7383 122.522C27.7383 122.522 29.8383 124.307 35.7183 127.697C41.6283 131.117 44.1633 132.002 44.1633 132.002C47.0283 133.037 51.0483 132.062 53.1483 129.827L54.6183 128.252C56.8533 126.122 59.5533 124.457 62.5383 123.392C60.4983 117.902 59.4633 112.142 59.4633 106.247C59.5383 102.077 60.0633 98.0266 61.0383 94.1116Z",fill:e.color}}),n("path",{attrs:{d:"M109.052 66.7188C87.2566 66.7188 69.6016 84.3738 69.6016 106.169C69.6016 127.964 87.2566 145.619 109.052 145.619C130.847 145.619 148.502 127.964 148.502 106.169C148.502 84.3738 130.847 66.7188 109.052 66.7188ZM109.787 136.814C106.367 136.814 103.607 133.964 103.607 130.469C103.607 126.959 106.367 124.124 109.787 124.124C113.207 124.124 115.967 126.974 115.967 130.469C115.967 133.979 113.207 136.814 109.787 136.814ZM127.052 96.9288C126.197 98.5638 125.192 99.9738 124.007 101.174C122.837 102.374 120.737 104.369 117.692 107.174C116.852 107.984 116.177 108.674 115.682 109.274C115.172 109.874 114.797 110.429 114.557 110.909C114.302 111.404 114.122 111.914 113.987 112.409C113.837 112.904 113.642 113.789 113.387 115.049C112.922 117.719 111.467 119.039 108.992 119.039C107.702 119.039 106.637 118.604 105.752 117.749C104.867 116.894 104.432 115.589 104.432 113.879C104.432 111.719 104.747 109.859 105.377 108.314C106.007 106.739 106.877 105.359 107.927 104.174C108.992 103.004 110.432 101.564 112.232 99.9288C113.807 98.4888 114.962 97.4237 115.652 96.6887C116.372 95.9688 116.942 95.1438 117.437 94.2438C117.932 93.3588 118.157 92.3838 118.157 91.3188C118.157 89.2788 117.407 87.5237 115.952 86.1137C114.482 84.7037 112.592 83.9838 110.267 83.9838C107.537 83.9838 105.557 84.7037 104.267 86.1137C102.977 87.5237 101.882 89.6238 101.027 92.3988C100.187 95.2938 98.5816 96.7338 96.2566 96.7338C94.8766 96.7338 93.7066 96.2238 92.7466 95.2188C91.8016 94.2138 91.3066 93.1188 91.3066 91.9488C91.3066 89.5038 92.0566 87.0438 93.5716 84.5688C95.0716 82.0638 97.2766 80.0088 100.172 78.3588C103.067 76.7238 106.427 75.8838 110.282 75.8838C113.867 75.8838 117.032 76.5738 119.762 77.9538C122.492 79.3338 124.622 81.1938 126.107 83.5188C127.607 85.8738 128.342 88.4238 128.342 91.1838C128.312 93.3738 127.907 95.2938 127.052 96.9288Z",fill:e.color}})])},b=[],k={props:{width:{type:String,default:"44"},height:{type:String,default:"38"},color:{type:String,default:"currentColor"}}},v=k,w=Object(l["a"])(v,C,b,!1,null,null,null),_=w.exports,L=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0)"}},[n("path",{attrs:{d:"M146.921 0.0209041C117.639 -0.504096 84.2456 14.8021 63.1082 38.5459C42.9082 38.9272 23.2395 47.2084 8.75835 61.6897C7.9146 62.5209 7.6146 63.7647 7.98335 64.8897C8.35835 66.0209 9.33334 66.8397 10.5083 67.0084L34.5958 70.4584L31.6207 73.7896C30.5145 75.0271 30.5707 76.9084 31.7458 78.0834L71.9144 118.252C72.5206 118.858 73.3206 119.165 74.1269 119.165C74.8707 119.165 75.6144 118.902 76.2081 118.371L79.5393 115.395L82.9893 139.483C83.1581 140.659 84.0831 141.521 85.2018 141.896C85.4894 141.989 85.7894 142.033 86.0956 142.033C86.9831 142.033 87.8894 141.645 88.5144 141.027C102.796 126.746 111.077 107.077 111.458 86.8771C135.227 65.6959 150.658 32.3146 149.976 3.07091C149.933 1.4084 148.589 0.064654 146.921 0.0209041ZM118.12 53.9709C115.077 57.0147 111.077 58.5397 107.071 58.5397C103.064 58.5397 99.0643 57.0147 96.0206 53.9709C89.9331 47.8771 89.9331 37.9647 96.0206 31.8709C102.114 25.7772 112.027 25.7772 118.12 31.8709C124.214 37.9647 124.214 47.8834 118.12 53.9709Z",fill:"white"}}),n("path",{attrs:{d:"M17.0253 105.662C10.3378 112.349 1.15661 142.561 0.131609 145.98C-0.199641 147.081 0.106608 148.274 0.912857 149.086C1.51286 149.686 2.3066 150.006 3.12535 150.006C3.42535 150.006 3.72535 149.962 4.02535 149.874C7.44409 148.85 37.6565 139.668 44.344 132.981C51.8753 125.45 51.8753 113.193 44.344 105.662C36.8066 98.1304 24.5566 98.1368 17.0253 105.662Z",fill:"white"}})]),n("defs",[n("clipPath",{attrs:{id:"clip0"}},[n("rect",{attrs:{width:"150",height:"150",fill:"white"}})])])])},x=[],$={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},S=$,M=Object(l["a"])(S,L,x,!1,null,null,null),P=M.exports,O=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 130 130"}},[n("path",{attrs:{fill:"#E5E7EA","fill-rule":"evenodd",d:"M60.5 28.362c2.95-2.475 3.352-6.895.863-9.861-2.49-2.967-6.913-3.338-9.863-.863a6.99 6.99 0 0 0-.862 9.862 6.99 6.99 0 0 0 9.862.862M40.178 76.841c5.705-4.787 6.465-13.296 1.664-19.018-4.788-5.706-13.314-6.452-19.019-1.665-5.722 4.802-6.452 13.314-1.664 19.02a13.482 13.482 0 0 0 19.02 1.663m69.284-8.467c6.564-5.508 7.419-15.273 1.91-21.837-5.494-6.548-15.272-7.419-21.836-1.91-6.548 5.494-7.405 15.288-1.91 21.836 5.507 6.564 15.288 7.405 21.836 1.91m-28.678 44.522c3.792-3.182 4.306-8.87 1.11-12.68-3.197-3.81-8.888-4.291-12.68-1.109a8.997 8.997 0 0 0-1.11 12.68 8.997 8.997 0 0 0 12.68 1.109m25.996 1.898c-27.506 23.08-68.493 19.495-91.574-8.011-23.08-27.507-19.494-68.495 8.012-91.575s68.493-19.495 91.574 8.012c23.08 27.506 19.494 68.494-8.012 91.574"}})])},B=[],j={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},H=j,E=Object(l["a"])(H,O,B,!1,null,null,null),T=E.exports,A=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 170 180",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M154.058 34.9258C154.036 33.556 153.437 32.3411 152.506 31.4648L120.631 1.46484C119.636 0.526042 118.257 0 116.875 0H21.25C18.3157 0 15.9375 2.23828 15.9375 5V61.1927C9.75342 63.2578 5.3125 68.8151 5.3125 75.3333V135.333C5.3125 141.852 9.75342 147.409 15.9375 149.474V165.667C15.9375 168.428 18.3157 170.667 21.25 170.667H148.75C151.685 170.667 154.062 168.428 154.062 165.667V149.474C160.246 147.409 164.688 141.852 164.688 135.333V75.3333C164.688 68.8151 160.246 63.2578 154.062 61.1927V35C154.062 34.9753 154.058 34.9505 154.058 34.9258ZM122.188 17.0716L135.923 30H122.188V17.0716ZM111.562 10V35C111.562 37.7617 113.94 40 116.875 40H143.438V60.3333H26.5625V10H111.562ZM26.5625 160.667V150.333H143.438V160.667H26.5625ZM154.062 135.333C154.062 138.09 151.679 140.333 148.75 140.333H21.25C18.3212 140.333 15.9375 138.09 15.9375 135.333V75.3333C15.9375 72.5768 18.3212 70.3333 21.25 70.3333H148.75C151.679 70.3333 154.062 72.5768 154.062 75.3333V135.333Z",fill:e.color}}),n("path",{attrs:{d:"M111.562 10V35C111.562 37.7617 113.94 40 116.875 40H143.438V60.3333H26.5625V10H111.562Z",fill:e.color}}),n("path",{attrs:{d:"M26.5625 160.666V150.332H143.438V160.666H26.5625Z",fill:e.color}}),n("path",{attrs:{d:"M154.062 135.332C154.062 138.089 151.679 140.332 148.75 140.332H21.25C18.3212 140.332 15.9375 138.089 15.9375 135.332V75.332C15.9375 72.5755 18.3212 70.332 21.25 70.332H148.75C151.679 70.332 154.062 72.5755 154.062 75.332V135.332Z",fill:e.color}}),n("path",{attrs:{d:"M42.5 90.332C45.4288 90.332 47.8125 92.5755 47.8125 95.332C47.8125 98.0938 50.1907 100.332 53.125 100.332C56.0593 100.332 58.4375 98.0938 58.4375 95.332C58.4375 87.0612 51.2877 80.332 42.5 80.332C33.7123 80.332 26.5625 87.0612 26.5625 95.332V115.332C26.5625 123.603 33.7123 130.332 42.5 130.332C51.2877 130.332 58.4375 123.603 58.4375 115.332C58.4375 112.57 56.0593 110.332 53.125 110.332C50.1907 110.332 47.8125 112.57 47.8125 115.332C47.8125 118.089 45.4288 120.332 42.5 120.332C39.5712 120.332 37.1875 118.089 37.1875 115.332V95.332C37.1875 92.5755 39.5712 90.332 42.5 90.332Z",fill:"white"}}),n("path",{attrs:{d:"M85 90.332C87.9288 90.332 90.3125 92.5755 90.3125 95.332C90.3125 98.0938 92.6907 100.332 95.625 100.332C98.5593 100.332 100.938 98.0938 100.938 95.332C100.938 87.0612 93.7877 80.332 85 80.332C76.2123 80.332 69.0625 87.0612 69.0625 95.332C69.0625 103.603 76.2123 110.332 85 110.332C87.9288 110.332 90.3125 112.576 90.3125 115.332C90.3125 118.089 87.9288 120.332 85 120.332C82.0712 120.332 79.6875 118.089 79.6875 115.332C79.6875 112.57 77.3093 110.332 74.375 110.332C71.4407 110.332 69.0625 112.57 69.0625 115.332C69.0625 123.603 76.2123 130.332 85 130.332C93.7877 130.332 100.938 123.603 100.938 115.332C100.938 107.061 93.7877 100.332 85 100.332C82.0712 100.332 79.6875 98.0885 79.6875 95.332C79.6875 92.5755 82.0712 90.332 85 90.332Z",fill:"white"}}),n("path",{attrs:{d:"M127.5 90.332C130.429 90.332 132.812 92.5755 132.812 95.332C132.812 98.0938 135.191 100.332 138.125 100.332C141.06 100.332 143.438 98.0938 143.438 95.332C143.438 87.0612 136.288 80.332 127.5 80.332C118.712 80.332 111.562 87.0612 111.562 95.332C111.562 103.603 118.712 110.332 127.5 110.332C130.429 110.332 132.812 112.576 132.812 115.332C132.812 118.089 130.429 120.332 127.5 120.332C124.572 120.332 122.188 118.089 122.188 115.332C122.188 112.57 119.81 110.332 116.875 110.332C113.941 110.332 111.562 112.57 111.562 115.332C111.562 123.603 118.712 130.332 127.5 130.332C136.288 130.332 143.438 123.603 143.438 115.332C143.438 107.061 136.288 100.332 127.5 100.332C124.572 100.332 122.188 98.0885 122.188 95.332C122.188 92.5755 124.572 90.332 127.5 90.332Z",fill:"white"}})])},V=[],Z={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},I=Z,N=Object(l["a"])(I,A,V,!1,null,null,null),D=N.exports,U=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 188",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",[n("path",{attrs:{d:"M119.744 178.977H30.2557C16.1572 178.977 4.6875 167.508 4.6875 153.409V25.5682C4.6875 11.4698 16.1572 0 30.2557 0H69.7066C74.8282 0 79.6422 1.99352 83.2617 5.61701L139.696 62.0508C143.315 65.6743 145.309 70.4883 145.312 75.6059V153.409C145.312 167.508 133.843 178.977 119.744 178.977ZM30.2557 12.7841C23.2085 12.7841 17.4716 18.521 17.4716 25.5682V153.409C17.4716 160.456 23.2085 166.193 30.2557 166.193H119.744C126.791 166.193 132.529 160.456 132.529 153.409V75.6059C132.529 73.9 131.865 72.294 130.655 71.0875L74.225 14.6538C73.0185 13.4472 71.4125 12.7841 69.7066 12.7841H30.2557Z",fill:e.color}}),n("path",{attrs:{d:"M30.2528 12.7852C23.2056 12.7852 17.4688 18.522 17.4688 25.5692V153.41C17.4688 160.457 23.2056 166.194 30.2528 166.194H119.741C126.788 166.194 132.526 160.457 132.526 153.41V75.6069C132.526 73.9011 131.862 72.295 130.652 71.0886L74.2221 14.6548C73.0156 13.4483 71.4096 12.7852 69.7037 12.7852H30.2528Z",fill:e.color}}),n("path",{attrs:{d:"M30.2557 0H119.744C133.843 0 145.312 11.4697 145.312 25.5682V153.409C145.312 167.508 133.843 178.977 119.744 178.977H80.2934C75.1717 178.977 70.3578 176.984 66.7383 173.361L10.3045 116.927C6.68501 113.303 4.69149 108.489 4.6875 103.371V25.5682C4.6875 11.4697 16.1572 0 30.2557 0ZM119.744 166.193C126.791 166.193 132.529 160.457 132.529 153.409V25.5682C132.529 18.521 126.791 12.7841 119.744 12.7841H30.2557C23.2085 12.7841 17.4716 18.521 17.4716 25.5682V103.371C17.4716 105.077 18.1348 106.684 19.3452 107.889L75.775 164.324C76.9815 165.53 78.5875 166.193 80.2934 166.193H119.744Z",fill:e.color}}),n("path",{attrs:{d:"M119.741 166.194C126.788 166.194 132.526 160.458 132.526 153.41V25.5692C132.526 18.522 126.788 12.7852 119.741 12.7852H30.2528C23.2056 12.7852 17.4688 18.522 17.4688 25.5692V103.372C17.4688 105.078 18.1319 106.685 19.3423 107.89L75.7722 164.325C76.9786 165.531 78.5847 166.194 80.2905 166.194H119.741Z",fill:e.color}}),n("path",{attrs:{d:"M106.613 71.1591H43.403C39.9107 71.1591 37.082 68.2986 37.082 64.767C37.082 61.2355 39.9107 58.375 43.403 58.375H106.613C110.105 58.375 112.933 61.2355 112.933 64.767C112.933 68.2986 110.105 71.1591 106.613 71.1591Z",fill:"white"}}),n("path",{attrs:{d:"M106.965 102.691H43.0444C39.5128 102.691 36.6523 99.8302 36.6523 96.2987C36.6523 92.7667 39.5128 89.9062 43.0444 89.9062H106.965C110.497 89.9062 113.357 92.7667 113.357 96.2987C113.357 99.8302 110.497 102.691 106.965 102.691Z",fill:"white"}}),n("path",{attrs:{d:"M106.965 134.229H43.0444C39.5128 134.229 36.6523 131.369 36.6523 127.837C36.6523 124.306 39.5128 121.445 43.0444 121.445H106.965C110.497 121.445 113.357 124.306 113.357 127.837C113.357 131.369 110.497 134.229 106.965 134.229Z",fill:"white"}})])])},F=[],R={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},q=R,G=Object(l["a"])(q,U,F,!1,null,null,null),z=G.exports,Y=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 160 180",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M112.099 85.8059H47.901C24.2446 85.8059 5 66.5574 5 42.901C5 19.2446 24.2446 0 47.901 0H112.099C135.755 0 155 19.2446 155 42.901C155 66.5574 135.755 85.8059 112.099 85.8059ZM47.901 12.4385C31.1052 12.4385 17.4385 26.1052 17.4385 42.901C17.4385 59.6968 31.1052 73.3636 47.901 73.3636H112.099C128.899 73.3636 142.562 59.6968 142.562 42.901C142.562 26.1052 128.899 12.4385 112.099 12.4385H47.901Z",fill:e.color}}),n("path",{attrs:{d:"M47.9039 12.4375C31.1081 12.4375 17.4414 26.1042 17.4414 42.9C17.4414 59.6958 31.1081 73.3626 47.9039 73.3626H112.102C128.902 73.3626 142.565 59.6958 142.565 42.9C142.565 26.1042 128.902 12.4375 112.102 12.4375H47.9039Z",fill:e.color}}),n("path",{attrs:{d:"M87.5 45.0007C87.5 54.6524 95.3481 62.5 105 62.5C114.652 62.5 122.5 54.6507 122.5 44.9993C122.5 35.3476 114.652 27.5 105 27.5C95.3478 27.5 87.5 35.3493 87.5 45.0007ZM96.849 44.9993C96.849 40.5077 100.507 36.8488 105 36.8488C109.493 36.8488 113.151 40.5077 113.151 44.9993C113.151 49.4908 109.492 53.1498 105 53.1498C100.508 53.1498 96.849 49.4908 96.849 44.9993Z",fill:"white",stroke:"#ADADAD","stroke-width":"0.5"}}),n("path",{attrs:{d:"M112.099 179.751H47.9049C24.2446 179.751 5 160.507 5 136.846C5 113.186 24.2446 93.9453 47.9049 93.9453H112.099C135.755 93.9453 155 113.19 155 136.846C155 160.503 135.755 179.751 112.099 179.751ZM47.9049 106.384C31.1052 106.384 17.4385 120.051 17.4385 136.846C17.4385 153.642 31.1052 167.309 47.901 167.309H112.095C128.895 167.309 142.558 153.642 142.558 136.846C142.558 120.051 128.891 106.384 112.095 106.384H47.9049Z",fill:e.color}}),n("path",{attrs:{d:"M47.9078 106.383C31.1081 106.383 17.4414 120.05 17.4414 136.845C17.4414 153.641 31.1081 167.308 47.9039 167.308H112.098C128.898 167.308 142.561 153.641 142.561 136.845C142.561 120.05 128.894 106.383 112.098 106.383H47.9078Z",fill:e.color}}),n("path",{attrs:{d:"M37.5 135.001C37.5 144.652 45.3481 152.5 55 152.5C64.6522 152.5 72.5 144.651 72.5 134.999C72.5 125.348 64.6519 117.5 55 117.5C45.3478 117.5 37.5 125.349 37.5 135.001ZM46.849 134.999C46.849 130.508 50.5069 126.849 55 126.849C59.4931 126.849 63.151 130.508 63.151 134.999C63.151 139.491 59.4919 143.15 55 143.15C50.5081 143.15 46.849 139.491 46.849 134.999Z",fill:"white",stroke:"#ADADAD","stroke-width":"0.5"}})])},J=[],Q={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},W=Q,X=Object(l["a"])(W,Y,J,!1,null,null,null),K=X.exports,ee=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 384 512"}},[n("g",{attrs:{fill:e.color}},[n("path",{attrs:{d:"M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z"}})])])},te=[],ne={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"inherit"}}},ae=ne,oe=Object(l["a"])(ae,ee,te,!1,null,null,null),se=oe.exports,re=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 111 111",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M110.582 17.2926C110.577 12.6648 108.771 8.31676 105.496 5.04875C98.7401 -1.69178 87.7571 -1.68248 81.009 5.07411L11.3007 75.0629C9.0333 77.3287 7.30253 80.1335 6.29517 83.1751L6.23009 83.3728L0 110.769L27.4726 104.619L27.6771 104.551C30.7195 103.544 33.5261 101.815 35.7994 99.5422L105.517 29.5449C108.787 26.271 110.586 21.9195 110.582 17.2926ZM15.2347 98.4968L12.3216 95.582L14.425 86.3298L24.5097 96.4204L15.2347 98.4968ZM99.3942 23.4382L31.7108 91.3937L19.4543 79.1296L65.8174 32.5805L72.8774 39.6405L78.9917 33.5262L71.919 26.4535L78.4965 19.8507L85.5818 26.9361L91.6961 20.8217L84.5981 13.7237L87.1309 11.1808C90.5071 7.80041 96.0061 7.79534 99.3883 11.1698C101.028 12.8059 101.932 14.9829 101.935 17.2994C101.936 19.6166 101.036 21.7945 99.3942 23.4382ZM45.4885 102.028H110.582V110.676H36.871L45.4885 102.028Z",fill:e.color}})])},ie=[],ce={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},le=ce,de=Object(l["a"])(le,re,ie,!1,null,null,null),ue=de.exports,pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:e.width,height:e.height,fill:"none",viewBox:"0 0 16 16"}},[n("path",{attrs:{d:"M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z",fill:e.color}}),n("path",{attrs:{"fill-rule":"evenodd",d:"M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z",fill:e.color}})])},fe=[],ge={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},ye=ge,he=Object(l["a"])(ye,pe,fe,!1,null,null,null),me=he.exports,Ce=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticStyle:{margin:"auto",background:"none",display:"block","shape-rendering":"auto"},attrs:{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",preserveAspectRatio:"xMidYMid",viewBox:"24 24 52 52",width:e.width,height:e.height}},[n("g",{attrs:{transform:"rotate(0 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.935374149659864s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(30 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.8503401360544218s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(60 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.7653061224489796s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(90 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.6802721088435374s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(120 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.5952380952380952s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(150 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.5102040816326531s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(180 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.4251700680272109s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(210 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.3401360544217687s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(240 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.25510204081632654s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(270 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.17006802721088435s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(300 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.08503401360544217s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(330 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"0s",repeatCount:"indefinite"}})])])])},be=[],ke={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},ve=ke,we=Object(l["a"])(ve,Ce,be,!1,null,null,null),_e=we.exports,Le=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M10 7.33V10C10 10.2652 9.89464 10.5196 9.7071 10.7071C9.51957 10.8946 9.26521 11 9 11H2C1.73478 11 1.48043 10.8946 1.29289 10.7071C1.10536 10.5196 1 10.2652 1 10V3C1 2.73478 1.10536 2.48043 1.29289 2.29289C1.48043 2.10536 1.73478 2 2 2H4.67",stroke:e.color,"stroke-opacity":"0.7","stroke-linecap":"square"}}),n("path",{attrs:{d:"M9.40039 1L11.4004 3L6.40039 8H4.40039V6L9.40039 1Z",stroke:e.color,"stroke-opacity":"0.7","stroke-linecap":"square"}})])},xe=[],$e={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},Se=$e,Me=Object(l["a"])(Se,Le,xe,!1,null,null,null),Pe=Me.exports,Oe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 131 145",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0_22_1390)"}},[n("g",{attrs:{filter:"url(#filter0_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.5264 26.2383H92.9529L109.167 42.7305V134.643H22.5264V26.2383Z",fill:"#1863DC","fill-opacity":"0.2"}})]),n("g",{attrs:{filter:"url(#filter1_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.66406 11.0479H79.0906L95.3043 27.54V119.453H8.66406V11.0479Z",fill:"#2DAD70","fill-opacity":"0.08"}})]),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.9814 24.1665H87.408L103.622 39.8183V127.047H16.9814V24.1665Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.9863 24.1665L104.314 40.0475H86.9863V24.1665Z",fill:"#A5C8FF"}}),n("path",{attrs:{d:"M36.5459 101.778H71.8251",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M36.5459 89.9185H71.8251",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M36.5459 113.582H88.1923",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("g",{attrs:{filter:"url(#filter2_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M114.65 104.415C114.774 103.592 114.847 102.762 114.87 101.93C114.874 101.128 114.813 100.328 114.687 99.5362L119.941 95.4611C120.163 95.2767 120.315 95.022 120.371 94.7394C120.428 94.4567 120.386 94.1633 120.252 93.9079L115.272 85.4837C115.126 85.2262 114.894 85.0284 114.616 84.9248C114.338 84.8212 114.032 84.8185 113.753 84.9172L107.583 87.311C106.298 86.3318 104.888 85.5268 103.391 84.9172L102.457 78.3934C102.417 78.098 102.27 77.8273 102.044 77.6322C101.818 77.437 101.529 77.3308 101.23 77.3335H91.2891C90.9925 77.3314 90.7054 77.4382 90.4826 77.6336C90.2597 77.8291 90.1167 78.0995 90.0808 78.3934L89.1471 84.9172C87.6585 85.5329 86.2556 86.3375 84.9729 87.311L78.7849 84.8441C78.5055 84.7416 78.1987 84.7425 77.92 84.8464C77.6412 84.9503 77.409 85.1504 77.2653 85.4106L72.3039 93.9444C72.1511 94.1951 72.0983 94.4939 72.1559 94.7816C72.2136 95.0694 72.3775 95.3249 72.6151 95.4977L77.8512 99.5727C77.7305 100.353 77.6632 101.141 77.6498 101.93C77.6456 102.738 77.7068 103.544 77.8329 104.342L72.5419 108.472C72.3185 108.66 72.1659 108.917 72.1093 109.203C72.0527 109.489 72.0955 109.785 72.2307 110.044L77.2104 118.577C77.3596 118.832 77.5933 119.026 77.8709 119.126C78.1484 119.226 78.4524 119.226 78.7299 119.126L84.8997 116.659C86.1841 117.644 87.5939 118.456 89.0922 119.071L90.0625 125.686C90.1066 125.978 90.2551 126.244 90.4806 126.436C90.706 126.627 90.9932 126.731 91.2891 126.728H101.23C101.526 126.739 101.815 126.637 102.04 126.444C102.264 126.251 102.406 125.98 102.439 125.686L103.372 119.162C104.865 118.547 106.269 117.736 107.546 116.75L113.735 119.217C114.011 119.325 114.318 119.329 114.597 119.228C114.877 119.127 115.11 118.928 115.254 118.669L120.142 110.044C120.296 109.79 120.35 109.488 120.292 109.198C120.234 108.907 120.07 108.648 119.831 108.472L114.65 104.415ZM96.3421 111.25C94.5085 111.271 92.7097 110.749 91.1736 109.75C89.6374 108.75 88.433 107.318 87.7129 105.635C86.9928 103.952 86.7894 102.093 87.1285 100.294C87.4675 98.4954 88.3338 96.8375 89.6175 95.5306C90.9013 94.2236 92.5447 93.3263 94.3397 92.9523C96.1348 92.5784 98.0006 92.7445 99.701 93.4298C101.401 94.1151 102.86 95.2887 103.891 96.8019C104.923 98.3151 105.481 100.1 105.496 101.93C105.501 104.372 104.544 106.718 102.832 108.461C101.119 110.205 98.788 111.207 96.3421 111.25Z",fill:"#C0E7D5"}})]),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M112.595 99.5818C112.701 98.7576 112.756 97.9276 112.76 97.0966C112.758 96.2945 112.691 95.4938 112.558 94.7027L117.813 90.6277C118.034 90.4433 118.186 90.1885 118.243 89.9059C118.3 89.6233 118.258 89.3298 118.124 89.0744L113.162 80.6502C113.016 80.3927 112.784 80.1949 112.506 80.0913C112.228 79.9878 111.922 79.9851 111.643 80.0837L105.455 82.4776C104.176 81.4984 102.772 80.6934 101.281 80.0837L100.347 73.5599C100.303 73.263 100.152 72.992 99.9234 72.7972C99.6945 72.6024 99.4027 72.4968 99.1019 72.5001H89.1791C88.8825 72.4979 88.5954 72.6047 88.3726 72.8001C88.1497 72.9956 88.0067 73.266 87.9708 73.5599L87.0371 80.0837C85.5427 80.6993 84.1337 81.5039 82.8446 82.4776L76.6749 80.0106C76.3959 79.9042 76.0876 79.9031 75.8079 80.0073C75.5281 80.1116 75.2961 80.3142 75.1553 80.5771L70.1756 89.1109C70.0228 89.3616 69.97 89.6605 70.0276 89.9482C70.0853 90.2359 70.2492 90.4915 70.4868 90.6642L75.7412 94.7393C75.4725 96.33 75.4725 97.9545 75.7412 99.5453L70.5051 103.602C70.2759 103.785 70.1189 104.043 70.0619 104.331C70.005 104.619 70.0517 104.917 70.1939 105.174L75.1553 113.707C75.3045 113.962 75.5382 114.156 75.8158 114.256C76.0934 114.356 76.3973 114.356 76.6749 114.256L82.8446 111.789C84.129 112.774 85.5388 113.586 87.0371 114.201L87.9342 120.853C87.9858 121.145 88.139 121.409 88.3667 121.6C88.5943 121.79 88.882 121.894 89.1791 121.894H99.1019C99.398 121.905 99.6872 121.804 99.9113 121.611C100.136 121.417 100.278 121.146 100.31 120.853L101.244 114.329C102.74 113.71 104.15 112.899 105.436 111.917L111.57 114.292C111.846 114.4 112.153 114.404 112.433 114.303C112.712 114.202 112.945 114.004 113.089 113.744L118.051 105.21C118.204 104.957 118.258 104.655 118.2 104.364C118.143 104.073 117.978 103.815 117.739 103.639L112.558 99.5818H112.595ZM94.1405 106.416C92.313 106.409 90.5285 105.862 89.0115 104.845C87.4946 103.828 86.3129 102.386 85.6153 100.7C84.9176 99.0137 84.7351 97.1594 85.0908 95.3702C85.4465 93.5809 86.3244 91.9367 87.6141 90.6443C88.9038 89.352 90.5477 88.4692 92.3388 88.1072C94.13 87.7451 95.9884 87.92 97.6802 88.6097C99.372 89.2994 100.822 90.4732 101.847 91.9834C102.872 93.4935 103.426 95.2725 103.441 97.0966C103.443 98.3181 103.205 99.528 102.739 100.657C102.272 101.787 101.588 102.814 100.724 103.679C99.8608 104.544 98.8349 105.232 97.7052 105.701C96.5756 106.171 95.3643 106.414 94.1405 106.416Z",fill:"#2DAD70",stroke:"#2DAD70","stroke-linejoin":"round"}}),n("path",{attrs:{d:"M94.1418 84.5967L82.498 89.6037V97.0959C82.5521 100.507 83.7177 103.807 85.8187 106.498C87.9196 109.188 90.8414 111.122 94.1418 112.007C97.4389 111.119 100.357 109.183 102.454 106.493C104.551 103.803 105.714 100.504 105.767 97.0959V89.6037L94.1418 84.5967Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M99.1938 95.5434L93.3719 102.14C93.2219 102.31 93.0068 102.409 92.7799 102.412C92.5529 102.416 92.3351 102.323 92.1802 102.157L89.1045 98.8681L90.2807 97.7724L92.7511 100.414L97.9865 94.4819L99.1938 95.5434Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M54.05 34.4116C55.7174 34.3106 57.3912 34.4216 59.0294 34.7418C58.4206 35.7201 58.1335 36.8573 58.2068 38C58.2646 38.8804 58.5292 39.7358 58.9801 40.5C59.431 41.2643 60.056 41.9167 60.8066 42.4066C60.6136 43.1029 60.5392 43.8255 60.5863 44.5453C60.6441 45.4289 60.8803 46.2925 61.2815 47.0863C61.6827 47.8801 62.2408 48.5884 62.9236 49.1703C63.6065 49.7521 64.4005 50.1961 65.2599 50.4764C66.1192 50.7567 67.0269 50.8679 67.9305 50.8036C68.6071 50.7584 69.2743 50.6232 69.9135 50.4016C70.1239 51.656 70.6958 52.8258 71.562 53.774C72.4283 54.7222 73.5531 55.4095 74.8047 55.7556C74.3809 59.3866 72.9058 62.8241 70.5525 65.6644C68.1993 68.5047 65.0656 70.6299 61.5194 71.7904C57.9732 72.951 54.1618 73.0987 50.5327 72.2163C46.9036 71.3339 43.6075 69.4579 41.0314 66.8087C38.4553 64.1594 36.7062 60.8469 35.9894 57.2601C35.2727 53.6734 35.6181 49.9612 36.985 46.5595C38.3519 43.1578 40.6837 40.2079 43.7065 38.0561C46.7292 35.9043 50.3175 34.64 54.05 34.4116ZM53.4918 44.1865C53.2324 44.2016 52.9785 44.2664 52.7447 44.3774C52.511 44.4883 52.3018 44.6432 52.1293 44.8331C51.9567 45.0231 51.8242 45.2444 51.7392 45.4844C51.6541 45.7244 51.6183 45.9784 51.6337 46.2319C51.6492 46.4854 51.7156 46.7335 51.8291 46.962C51.9426 47.1904 52.1011 47.3948 52.2955 47.5634C52.4898 47.732 52.7163 47.8615 52.9619 47.9446C53.2075 48.0277 53.4674 48.0627 53.7268 48.0476C54.245 48.0172 54.7295 47.7868 55.0738 47.4073C55.4181 47.0277 55.5941 46.5301 55.5629 46.0238C55.5317 45.5175 55.296 45.044 54.9076 44.7075C54.5192 44.371 54.0099 44.1991 53.4918 44.2296L53.4918 44.1865ZM44.855 50.8036C44.3393 50.8332 43.8565 51.0612 43.5124 51.4379C43.1683 51.8145 42.9909 52.3089 43.019 52.8131C43.0344 53.0638 43.1002 53.309 43.2127 53.5349C43.3251 53.7607 43.482 53.9627 43.6743 54.1293C43.8666 54.2959 44.0906 54.4239 44.3335 54.5059C44.5764 54.5879 44.8335 54.6224 45.0901 54.6073C45.3466 54.5922 45.5976 54.5279 45.8287 54.418C46.0598 54.3082 46.2665 54.1549 46.437 53.9669C46.6075 53.779 46.7385 53.5601 46.8224 53.3227C46.9063 53.0853 46.9415 52.8341 46.9261 52.5834C46.8921 52.0793 46.6551 51.609 46.2669 51.2753C45.8787 50.9417 45.371 50.7721 44.855 50.8036ZM49.5847 60.8511C49.0689 60.8808 48.5862 61.1088 48.2421 61.4854C47.898 61.8621 47.7206 62.3565 47.7487 62.8607C47.7641 63.1114 47.8299 63.3566 47.9423 63.5825C48.0548 63.8083 48.2116 64.0103 48.4039 64.1769C48.5962 64.3435 48.8203 64.4715 49.0632 64.5535C49.3061 64.6355 49.5632 64.67 49.8197 64.6549C50.0763 64.6398 50.3273 64.5755 50.5584 64.4656C50.7895 64.3557 50.9962 64.2025 51.1667 64.0145C51.3372 63.8266 51.4681 63.6077 51.552 63.3703C51.636 63.1329 51.6712 62.8817 51.6558 62.631C51.6465 62.3764 51.5851 62.1263 51.4753 61.8952C51.3655 61.6642 51.2095 61.457 51.0165 61.2858C50.8235 61.1145 50.5974 60.9828 50.3515 60.8983C50.1056 60.8138 49.8449 60.7782 49.5847 60.7937L49.5847 60.8511ZM59.4553 62.4013C59.07 62.4247 58.7004 62.5591 58.3931 62.7875C58.0859 63.016 57.8548 63.3283 57.7291 63.685C57.6033 64.0417 57.5886 64.4269 57.6867 64.7918C57.7848 65.1567 57.9913 65.485 58.2802 65.7352C58.5691 65.9855 58.9274 66.1465 59.3099 66.198C59.6923 66.2494 60.0818 66.1889 60.4292 66.0242C60.7765 65.8594 61.0661 65.5978 61.2614 65.2724C61.4566 64.9469 61.5489 64.5722 61.5264 64.1956C61.4923 63.6903 61.2558 63.2185 60.8681 62.8826C60.4803 62.5467 59.9727 62.3738 59.4553 62.4013Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M65.9076 46.0792C65.9076 47.2049 66.8414 48.1175 67.9933 48.1175C69.1453 48.1175 70.0791 47.2049 70.0791 46.0792C70.0791 44.9536 69.1453 44.041 67.9933 44.041C66.8414 44.041 65.9076 44.9536 65.9076 46.0792Z",fill:"#1863DC"}})]),n("defs",[n("filter",{attrs:{id:"filter0_f_22_1390",x:"-3.47363",y:"0.238281",width:"138.641",height:"160.405",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1390"}})],1),n("filter",{attrs:{id:"filter1_f_22_1390",x:"-17.3359",y:"-14.9521",width:"138.641",height:"160.405",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1390"}})],1),n("filter",{attrs:{id:"filter2_f_22_1390",x:"50.085",y:"55.3335",width:"92.3105",height:"93.395",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"11",result:"effect1_foregroundBlur_22_1390"}})],1),n("clipPath",{attrs:{id:"clip0_22_1390"}},[n("rect",{attrs:{width:"131",height:"145",fill:"white"}})])])])},Be=[],je={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},He=je,Ee=Object(l["a"])(He,Oe,Be,!1,null,null,null),Te=Ee.exports,Ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 131 145",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0_22_1370)"}},[n("g",{attrs:{filter:"url(#filter0_f_22_1370)"}},[n("path",{attrs:{d:"M110.672 26.2383V131.191H27.9922V50.4573L51.3367 26.2383H110.672Z",fill:"#1863DC","fill-opacity":"0.21"}})]),n("g",{attrs:{filter:"url(#filter1_f_22_1370)"}},[n("path",{attrs:{d:"M94.8094 8.97607V113.928H12.1294V33.1951L35.4739 8.97607H94.8094Z",fill:"#2DAD70","fill-opacity":"0.08"}})]),n("path",{attrs:{d:"M103.43 17.2617V122.214H20.7505V41.4807L44.095 17.2617H103.43Z",fill:"white"}}),n("path",{attrs:{d:"M44.095 17.2617V41.4807H20.7505L44.095 17.2617Z",fill:"#A5C8FF"}}),n("g",{attrs:{filter:"url(#filter2_f_22_1370)"}},[n("path",{attrs:{d:"M72.4141 36.8204L89.263 33.1431L106.112 36.8204C106.567 36.9198 106.974 37.1688 107.266 37.5261C107.558 37.8834 107.717 38.3279 107.717 38.786V58.8987C107.717 60.8879 107.217 62.8463 106.261 64.6C105.305 66.3538 103.924 67.8487 102.238 68.952L89.263 77.4486L76.2875 68.952C74.6026 67.8489 73.2209 66.3543 72.2652 64.6009C71.3094 62.8475 70.8091 60.8896 70.8086 58.9007V38.786C70.8087 38.3279 70.9678 37.8834 71.2597 37.5261C71.5516 37.1688 71.9588 36.9198 72.4141 36.8204ZM89.263 53.282C90.6225 53.282 91.9264 52.7515 92.8877 51.8073C93.8491 50.8631 94.3892 49.5825 94.3892 48.2472C94.3892 46.9119 93.8491 45.6313 92.8877 44.6871C91.9264 43.743 90.6225 43.2125 89.263 43.2125C87.9034 43.2125 86.5995 43.743 85.6382 44.6871C84.6768 45.6313 84.1367 46.9119 84.1367 48.2472C84.1367 49.5825 84.6768 50.8631 85.6382 51.8073C86.5995 52.7515 87.9034 53.282 89.263 53.282ZM80.0911 63.3514H98.4348C98.1862 61.1329 97.1129 59.0825 95.4204 57.5931C93.7279 56.1038 91.5354 55.2802 89.263 55.2802C86.9905 55.2802 84.798 56.1038 83.1055 57.5931C81.4131 59.0825 80.3397 61.1329 80.0911 63.3514Z",fill:"#C0E7D5"}})]),n("rect",{attrs:{x:"83.2852",y:"36.9404",width:"24.2593",height:"24.8571",fill:"white"}}),n("path",{attrs:{d:"M77.8726 32.274L94.7215 28.5967L111.57 32.274C112.026 32.3735 112.433 32.6224 112.725 32.9797C113.017 33.3371 113.176 33.7815 113.176 34.2396V54.3523C113.176 56.3415 112.676 58.2999 111.72 60.0536C110.764 61.8074 109.382 63.3023 107.697 64.4056L94.7215 72.9022L81.746 64.4056C80.061 63.3025 78.6794 61.8079 77.7236 60.0545C76.7679 58.3011 76.2676 56.3432 76.2671 54.3543V34.2396C76.2672 33.7815 76.4263 33.3371 76.7182 32.9797C77.0101 32.6224 77.4173 32.3735 77.8726 32.274ZM94.7215 48.7356C96.081 48.7356 97.3849 48.2051 98.3462 47.2609C99.3076 46.3167 99.8477 45.0361 99.8477 43.7008C99.8477 42.3656 99.3076 41.085 98.3462 40.1408C97.3849 39.1966 96.081 38.6661 94.7215 38.6661C93.3619 38.6661 92.058 39.1966 91.0967 40.1408C90.1353 41.085 89.5952 42.3656 89.5952 43.7008C89.5952 45.0361 90.1353 46.3167 91.0967 47.2609C92.058 48.2051 93.3619 48.7356 94.7215 48.7356ZM85.5496 58.805H103.893C103.645 56.5865 102.571 54.5361 100.879 53.0467C99.1864 51.5574 96.9939 50.7338 94.7215 50.7338C92.449 50.7338 90.2565 51.5574 88.564 53.0467C86.8715 54.5361 85.7982 56.5865 85.5496 58.805Z",fill:"#2DAD70"}}),n("path",{attrs:{d:"M34.5439 78.7144H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 67.6665H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 55.2383H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 91.3315H85.9334",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 103.571H85.9334",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}})]),n("defs",[n("filter",{attrs:{id:"filter0_f_22_1370",x:"1.99219",y:"0.238281",width:"134.68",height:"156.952",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1370"}})],1),n("filter",{attrs:{id:"filter1_f_22_1370",x:"-13.8706",y:"-17.0239",width:"134.68",height:"156.952",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1370"}})],1),n("filter",{attrs:{id:"filter2_f_22_1370",x:"48.8086",y:"11.1431",width:"80.9087",height:"88.3057",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"11",result:"effect1_foregroundBlur_22_1370"}})],1),n("clipPath",{attrs:{id:"clip0_22_1370"}},[n("rect",{attrs:{width:"131",height:"145",fill:"white"}})])])])},Ve=[],Ze={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},Ie=Ze,Ne=Object(l["a"])(Ie,Ae,Ve,!1,null,null,null),De=Ne.exports,Ue=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M5.5 10C7.98528 10 10 7.98528 10 5.5C10 3.01472 7.98528 1 5.5 1C3.01472 1 1 3.01472 1 5.5C1 7.98528 3.01472 10 5.5 10Z",stroke:e.color,"stroke-linecap":"round","stroke-linejoin":"round"}}),n("path",{attrs:{d:"M11 12L8.5 9",stroke:e.color,"stroke-linecap":"round","stroke-linejoin":"round"}})])},Fe=[],Re={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},qe=Re,Ge=Object(l["a"])(qe,Ue,Fe,!1,null,null,null),ze=Ge.exports,Ye=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("rect",{attrs:{y:"1.06641",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("rect",{attrs:{y:"12.7998",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("rect",{attrs:{y:"7.4668",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("path",{attrs:{d:"M13.664 2.13333C13.664 3.28073 12.6663 4.21667 11.4283 4.21667C10.1902 4.21667 9.19258 3.28073 9.19258 2.13333C9.19258 0.985933 10.1902 0.05 11.4283 0.05C12.6663 0.05 13.664 0.985933 13.664 2.13333Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("ellipse",{attrs:{cx:"11.4285",cy:"2.13307",rx:"1.14286",ry:"1.06667",fill:"white"}}),n("path",{attrs:{d:"M13.664 13.8667C13.664 15.0141 12.6663 15.9501 11.4283 15.9501C10.1902 15.9501 9.19258 15.0141 9.19258 13.8667C9.19258 12.7193 10.1902 11.7834 11.4283 11.7834C12.6663 11.7834 13.664 12.7193 13.664 13.8667Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("path",{attrs:{d:"M6.80805 8.53372C6.80805 9.68112 5.81039 10.6171 4.57234 10.6171C3.33428 10.6171 2.33662 9.68112 2.33662 8.53372C2.33662 7.38632 3.33428 6.45039 4.57234 6.45039C5.81039 6.45039 6.80805 7.38632 6.80805 8.53372Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("ellipse",{attrs:{cx:"4.57206",cy:"8.53346",rx:"1.14286",ry:"1.06667",fill:"white"}}),n("ellipse",{attrs:{cx:"11.4285",cy:"13.8665",rx:"1.14286",ry:"1.06667",fill:"white"}})])},Je=[],Qe={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},We=Qe,Xe=Object(l["a"])(We,Ye,Je,!1,null,null,null),Ke=Xe.exports,et=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticStyle:{"enable-background":"new 0 0 52 52"},attrs:{version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 52 52","xml:space":"preserve",width:e.width,height:e.height}},[n("g",[n("circle",{attrs:{fill:e.color,cx:"25",cy:"25",r:"25"}}),n("path"),n("path",{attrs:{d:"M38.252,15.336l-15.369,17.29l-9.259-7.407c-0.43-0.345-1.061-0.274-1.405,0.156c-0.345,0.432-0.275,1.061,0.156,1.406\n\tl10,8C22.559,34.928,22.78,35,23,35c0.276,0,0.551-0.114,0.748-0.336l16-18c0.367-0.412,0.33-1.045-0.083-1.411\n\tC39.251,14.885,38.62,14.922,38.252,15.336z",stroke:"#fff","stroke-width":"3"}})])])},tt=[],nt={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},at=nt,ot=Object(l["a"])(at,et,tt,!1,null,null,null),st=ot.exports,rt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 44 38",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.7239 1.8166C14.9248 1.8166 8.34688 7.05377 6.31884 14.2046C5.89885 15.6855 5.67383 17.2492 5.67383 18.8667C5.67383 23.3583 7.40962 27.4428 10.2484 30.4886C13.3619 33.8293 17.7986 35.9168 22.7239 35.9168C32.1404 35.9168 39.774 28.2832 39.774 18.8667C39.774 17.4438 39.5999 16.0626 39.2721 14.7429C37.4282 7.31839 30.7177 1.8166 22.7239 1.8166ZM4.87576 13.7954C7.08198 6.01624 14.2364 0.316605 22.7239 0.316605C31.423 0.316605 38.7218 6.30383 40.7279 14.3813C41.0848 15.8184 41.274 17.321 41.274 18.8667C41.274 29.1116 32.9689 37.4168 22.7239 37.4168C17.3653 37.4168 12.5365 35.1437 9.1511 31.5114C6.06378 28.1988 4.17383 23.7526 4.17383 18.8667C4.17383 17.1095 4.41838 15.4081 4.87576 13.7954Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M40.012 0.5H31.7324C30.1733 0.5 28.9094 1.76389 28.9094 3.32299V11.6026C28.9094 13.1617 30.1733 14.4256 31.7324 14.4256H40.012C41.5711 14.4256 42.835 13.1617 42.835 11.6026V3.32299C42.835 1.76389 41.5711 0.5 40.012 0.5Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M31.7324 1C30.4495 1 29.4094 2.04004 29.4094 3.32299V11.6026C29.4094 12.8856 30.4495 13.9256 31.7324 13.9256H40.012C41.295 13.9256 42.335 12.8856 42.335 11.6026V3.32299C42.335 2.04003 41.295 1 40.012 1H31.7324ZM28.4094 3.32299C28.4094 1.48775 29.8972 0 31.7324 0H40.012C41.8473 0 43.335 1.48775 43.335 3.32299V11.6026C43.335 13.4379 41.8473 14.9256 40.012 14.9256H31.7324C29.8972 14.9256 28.4094 13.4379 28.4094 11.6026V3.32299Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M24.1107 25.2002C24.1135 25.5592 23.8248 25.8525 23.4658 25.8553C23.1485 25.8578 22.8237 26.0626 22.6845 26.349C22.5451 26.6358 22.5841 27.0175 22.7785 27.2701L22.7788 27.2705C22.8717 27.3914 23.0022 27.5003 23.2024 27.6516C23.2223 27.6666 23.2432 27.6822 23.2648 27.6985C23.4389 27.8289 23.6663 27.9993 23.8602 28.2068C24.1203 28.4853 24.3056 28.8665 24.3532 29.2558C24.4015 29.6503 24.3111 30.1549 23.8711 30.4896L23.8708 30.4899C23.5192 30.7569 23.1135 30.781 22.7905 30.7187C22.4717 30.6572 22.1798 30.5052 21.9544 30.3314C21.8245 30.2312 21.6827 30.1013 21.5724 30.0003C21.5293 29.9608 21.4909 29.9257 21.46 29.8985C21.3217 29.7769 21.225 29.7095 21.1361 29.6724L21.387 29.0727L21.1366 29.6725C20.9729 29.6042 20.7491 29.6263 20.4968 29.8217C20.2413 30.0196 20.0531 30.3314 20.0085 30.6267L20.0084 30.6271C19.9847 30.7835 19.9806 30.9369 19.9754 31.1342C19.974 31.1882 19.9725 31.2455 19.9704 31.3071C19.9618 31.5677 19.943 31.8934 19.8394 32.2235C19.5557 33.1285 18.7378 33.7322 17.9042 33.92C17.0703 34.1078 16.2255 33.9263 15.528 33.6039C14.1555 32.9707 13.1063 31.6977 12.7463 30.2302C12.3862 28.7622 12.729 27.1475 13.6525 25.9519C13.872 25.6678 14.2802 25.6154 14.5643 25.8349C14.8484 26.0543 14.9008 26.4625 14.6813 26.7466C13.9995 27.6292 13.7432 28.8375 14.0089 29.9205C14.2746 31.0039 15.0598 31.9564 16.0729 32.4236L16.0733 32.4238C16.5952 32.665 17.1424 32.759 17.6186 32.6518C18.0952 32.5444 18.4808 32.2113 18.5989 31.8346L18.599 31.8342C18.6464 31.6836 18.6631 31.5085 18.6711 31.2642C18.6724 31.2249 18.6735 31.1825 18.6746 31.1377C18.6796 30.9329 18.686 30.677 18.7231 30.432L19.3658 30.5295L18.7231 30.4324C18.7231 30.4323 18.7231 30.4321 18.7231 30.432C18.8217 29.7809 19.2024 29.1799 19.7007 28.7939C20.2024 28.4054 20.9176 28.1724 21.6375 28.4729L21.6379 28.4731C21.925 28.5932 22.1492 28.7735 22.3185 28.9223C22.3943 28.9889 22.4543 29.0442 22.5076 29.0933C22.5931 29.172 22.661 29.2346 22.7484 29.302C22.8457 29.3771 22.9542 29.4263 23.0366 29.4422C23.0477 29.4444 23.0573 29.4457 23.0652 29.4466C23.0654 29.4543 23.0651 29.461 23.0647 29.4665C23.0637 29.4787 23.062 29.484 23.062 29.4838C23.0637 29.4787 23.0719 29.4642 23.0841 29.4549L23.4776 29.9722L23.0844 29.4546C23.0899 29.4505 23.0943 29.4482 23.0973 29.447C23.1003 29.4466 23.1015 29.4461 23.1014 29.4459C23.1013 29.4458 23.0998 29.446 23.0973 29.447C23.0922 29.4478 23.0821 29.4484 23.0652 29.4466C23.0651 29.4372 23.0644 29.4262 23.0628 29.4136C23.05 29.3087 22.9904 29.1801 22.9102 29.0942C22.7994 28.9756 22.6672 28.8761 22.4796 28.7347C22.46 28.7199 22.4397 28.7047 22.4188 28.6889C22.2193 28.5382 21.9591 28.3373 21.7481 28.0627C21.7482 28.0628 21.7483 28.0629 21.7484 28.0631L22.2634 27.6666L21.7481 28.0627C21.253 27.4193 21.1606 26.5106 21.5153 25.7807C21.8703 25.0502 22.6441 24.5618 23.4556 24.5554C23.8146 24.5525 24.1079 24.8413 24.1107 25.2002Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M36.6782 15.8416C36.8516 16.2177 36.6873 16.6633 36.3111 16.8367L31.53 19.041C31.1539 19.2145 30.7083 19.0501 30.5349 18.674C30.3615 18.2978 30.5258 17.8523 30.902 17.6789L35.6831 15.4745C36.0593 15.3011 36.5048 15.4654 36.6782 15.8416Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M38.8044 20.4531C38.9778 20.8292 38.8134 21.2747 38.4372 21.4481L33.6552 23.6525C33.279 23.8259 32.8335 23.6615 32.6601 23.2853C32.4867 22.9092 32.6511 22.4637 33.0273 22.2903L37.8093 20.0859C38.1855 19.9125 38.631 20.0769 38.8044 20.4531Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M25.8735 18.3365L30.2711 16.3092L34.3254 25.1037L29.9278 27.131C27.5005 28.25 24.6218 27.188 23.5028 24.7607C22.3838 22.3335 23.4459 19.4547 25.8731 18.3357L25.8735 18.3365Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M25.8731 18.3357C25.8448 18.3488 25.8167 18.3621 25.7887 18.3756C25.5095 18.5108 25.2489 18.6696 25.0083 18.8484C23.2093 20.1857 22.5274 22.6448 23.5028 24.7607C24.6218 27.188 27.5006 28.25 29.9278 27.131L34.3254 25.1037L30.2711 16.3092L25.8731 18.3357ZM26.363 17.0097L30.7606 14.9824L35.6522 25.5932L30.3465 28.0392C27.4177 29.3894 23.9449 28.1082 22.5947 25.1794C21.2445 22.2506 22.5257 18.7778 25.4545 17.4276L26.363 17.0097Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M18.5401 21.9744C18.5401 16.9928 14.5017 12.9543 9.52004 12.9543C4.53841 12.9543 0.5 16.9928 0.5 21.9744C0.5 26.956 4.53841 30.9944 9.52004 30.9944C14.5017 30.9944 18.5401 26.956 18.5401 21.9744Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.52004 13.4543C4.81455 13.4543 1 17.2689 1 21.9744C1 26.6799 4.81455 30.4944 9.52004 30.4944C14.2255 30.4944 18.0401 26.6799 18.0401 21.9744C18.0401 17.2689 14.2255 13.4543 9.52004 13.4543ZM0 21.9744C0 16.7166 4.26227 12.4543 9.52004 12.4543C14.7778 12.4543 19.0401 16.7166 19.0401 21.9744C19.0401 27.2322 14.7778 31.4944 9.52004 31.4944C4.26227 31.4944 0 27.2322 0 21.9744Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M2.4003 21.9731C2.4003 24.7792 4.03134 27.2058 6.39657 28.3559L3.01361 19.0879C2.62163 19.9688 2.39941 20.9456 2.39941 21.974L2.4003 21.9731ZM14.2789 21.6149C14.2789 20.7385 13.9642 20.1314 13.694 19.6594C13.3358 19.0746 12.9981 18.5813 12.9981 17.9964C12.9981 17.3449 13.4931 16.7378 14.1891 16.7378C14.2202 16.7378 14.2504 16.7413 14.2815 16.7431C13.0194 15.5876 11.3386 14.8819 9.49332 14.8819C7.0152 14.8819 4.83664 16.1529 3.56825 18.0791C3.73447 18.0844 5.00463 18.0364 5.00463 18.0364L7.72984 26.3294L9.28177 21.6753L8.01694 17.9964H10.3617L13.0318 26.2707L13.7402 23.9064C14.0984 22.9846 14.2789 22.222 14.2789 21.614V21.6149ZM9.61598 22.5944L7.48808 28.7764C8.12449 28.963 8.79557 29.0652 9.49243 29.0652C10.3173 29.0652 11.1101 28.9221 11.847 28.6635C11.8283 28.6333 11.8097 28.6004 11.7954 28.5657L9.61687 22.5944H9.61598ZM15.7135 18.5715C15.7446 18.7972 15.7615 19.039 15.7615 19.3012C15.7615 20.0203 15.6264 20.8292 15.2211 21.8398L13.0558 28.1017C15.1642 26.8724 16.581 24.589 16.581 21.9731C16.5828 20.7394 16.2672 19.5803 15.7135 18.5706V18.5715Z",fill:"url(#paint0_linear_468_260)","fill-opacity":"0.76"}}),n("path",{attrs:{d:"M2.4003 21.9731C2.4003 24.7792 4.03134 27.2058 6.39657 28.3559L3.01361 19.0879C2.62163 19.9688 2.39941 20.9456 2.39941 21.974L2.4003 21.9731ZM14.2789 21.6149C14.2789 20.7385 13.9642 20.1314 13.694 19.6594C13.3358 19.0746 12.9981 18.5813 12.9981 17.9964C12.9981 17.3449 13.4931 16.7378 14.1891 16.7378C14.2202 16.7378 14.2504 16.7413 14.2815 16.7431C13.0194 15.5876 11.3386 14.8819 9.49332 14.8819C7.0152 14.8819 4.83664 16.1529 3.56825 18.0791C3.73447 18.0844 5.00463 18.0364 5.00463 18.0364L7.72984 26.3294L9.28177 21.6753L8.01694 17.9964H10.3617L13.0318 26.2707L13.7402 23.9064C14.0984 22.9846 14.2789 22.222 14.2789 21.614V21.6149ZM9.61598 22.5944L7.48808 28.7764C8.12449 28.963 8.79557 29.0652 9.49243 29.0652C10.3173 29.0652 11.1101 28.9221 11.847 28.6635C11.8283 28.6333 11.8097 28.6004 11.7954 28.5657L9.61687 22.5944H9.61598ZM15.7135 18.5715C15.7446 18.7972 15.7615 19.039 15.7615 19.3012C15.7615 20.0203 15.6264 20.8292 15.2211 21.8398L13.0558 28.1017C15.1642 26.8724 16.581 24.589 16.581 21.9731C16.5828 20.7394 16.2672 19.5803 15.7135 18.5706V18.5715Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.3651 5.63068H32.1039L34.1713 9.48562H36.4326L34.3651 5.63068Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.1287 9.37915L34.1927 9.48759H36.4539L34.9678 6.78015L34.1278 9.37915H34.1287Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M38.2636 2.3829L34.1936 9.48659H36.4548L40.5249 2.3829H38.2636Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.1926 10.5484H36.3899V12.7794H34.1926V10.5484Z",fill:"#1863DC"}}),n("defs",[n("linearGradient",{attrs:{id:"paint0_linear_468_260",x1:"-2.36705",y1:"14.9864",x2:"24.3253",y2:"20.2349",gradientUnits:"userSpaceOnUse"}},[n("stop",{attrs:{"stop-color":"#99BCE3"}}),n("stop",{attrs:{offset:"1","stop-color":"#EDF5FF"}})],1)],1)])},it=[],ct={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},lt=ct,dt=Object(l["a"])(lt,rt,it,!1,null,null,null),ut=dt.exports,pt={name:"CkyIcon",props:{icon:{type:String,default:"logo"},width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}},computed:{getStyles(){return{height:this.height+"px",width:this.width+"px"}}},components:{logo:u,chat:m,help:_,rocket:P,blank:T,note:z,css:D,layout:K,close:se,edit:ue,trash:me,spinner:_e,editAlt:Pe,cookiePolicy:Te,privacyPolicy:De,search:ze,general:Ke,successCircle:st,connect:ut}},ft=pt,gt=(n("5f84"),Object(l["a"])(ft,a,o,!1,null,"41ddddb8",null));t["a"]=gt.exports},3213:function(e,t,n){},"333a":function(e,t,n){},3358:function(e,t,n){},3840:function(e,t,n){"use strict";var a=n("561c");a["setLocaleData"](window.ckyTranslations.translations,"cookie-law-info"),t["a"]=a},"3f47":function(e,t,n){"use strict";n("c981")},"462b":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-notice-fade"}},[e.isShown?n("div",{class:e.noticeClass},[n("div",{staticClass:"cky-admin-notice-content"},[n("div",{staticClass:"cky-admin-notice-message"},[e.$slots.header?n("h5",{staticClass:"cky-admin-notice-header"},[e._t("header")],2):e._e(),e._t("default")],2)]),n("div",{staticClass:"cky-admin-notice-close"},[e.isDismissable?n("button",{staticClass:"cky-close",attrs:{type:"button","aria-label":"Close"},on:{click:e.close}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])]):e._e()])]):e._e()])},o=[],s={name:"CkyNotice",props:{type:{type:String,default:"success"},isDismissable:{type:Boolean,default:!1},showIcon:{type:Boolean,default:!1}},data(){return{isShown:!0}},methods:{close(){this.$emit("onDismiss"),this.isShown&&(this.isShown=!1)}},computed:{noticeClass(){return{"cky-admin-notice":!0,"cky-admin-notice-info":"info"===this.type,"cky-admin-notice-error":"error"===this.type,"cky-admin-notice-success":"success"===this.type,"cky-admin-notice-warning":"warning"===this.type,"cky-admin-notice-default":"default"===this.type,"cky-admin-notice-has-icon":this.showIcon,"cky-admin-notice-dismissable":this.isDismissable}}}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},5426:function(e,t,n){},"568d":function(e,t,n){var a={"./cky-button.vue":"5985","./cky-input.vue":"a07a","./cky-popper.vue":"7f7f"};function o(e){var t=s(e);return n(t)}function s(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}o.keys=function(){return Object.keys(a)},o.resolve=s,e.exports=o,o.id="568d"},"56d7":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return We}));n("83f4");var a=n("2b0e"),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-app-wrap",attrs:{id:"cky-app"}},[n("div",{staticClass:"cky-app-nav-bar"},[n("cky-notification"),n("cky-header"),n("cky-nav-menu")],1),n("div",{staticClass:"cky-app-body"},[n("cky-table-missing-notice"),e.apiFailed?n("cky-notice",{staticClass:"cky-admin-notice-api-error",attrs:{type:"error",showIcon:!0}},[n("p",{domProps:{innerHTML:e._s(e.errorMessages.apiFetchFailed)}})]):e._e(),e._l(e.errors,(function(t,a){return n("cky-notice",{key:a,staticClass:"cky-admin-notice-api-error",attrs:{type:"error",showIcon:!0}},[n("p",{domProps:{innerHTML:e._s(e.errorMessages[a])}})])})),n("transition",{attrs:{name:"fade"}},[n("router-view")],1)],2)])},s=[],r=n("2f62"),i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-header"},[n("div",{staticClass:"cky-row cky-align-center"},[n("div",{staticClass:"cky-col-4"},[n("a",{attrs:{href:"https://www.cookieyes.com/"}},[n("cky-icon",{attrs:{width:"120px",icon:"logo",color:"#ffffff"}})],1)]),n("div",{staticClass:"cky-col-8"},[n("div",{staticClass:"cky-card-header-actions"},[n("a",{staticClass:"cky-link cky-align-center",attrs:{target:"_blank",href:"https://www.cookieyes.com/documentation/how-to-install-cookieyes-wordpress-plugin/"}},[n("cky-icon",{attrs:{width:"15px",icon:"help",color:"#ffffff"}}),e._v(" "+e._s(e.$i18n.__("Help Guides","cookie-law-info"))+" ")],1),n("a",{staticClass:"cky-link cky-align-center",attrs:{target:"_blank",href:"https://www.cookieyes.com/support/"}},[n("cky-icon",{attrs:{width:"15px",icon:"chat",color:"#ffffff"}}),e._v(" "+e._s(e.$i18n.__("Support","cookie-law-info"))+" ")],1)])])])])},c=[],l=n("1f3d"),d=n("c068"),u={name:"CkyHeader",mixins:[d["a"]],components:{CkyIcon:l["a"]},data(){return{syncing:!1}},computed:{account(){return this.getOption("account")}},created(){this.$root.$on("afterConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",async()=>{this.syncing=!1})}},p=u,f=(n("3f47"),n("2877")),g=Object(f["a"])(p,i,c,!1,null,null,null),y=g.exports,h=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-nav-menu"},e._l(e.menus,(function(e,t){return n("cky-menu-item",{key:t,attrs:{data:e}})})),1)},m=[],C=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible()?n("router-link",{staticClass:"cky-nav-menu-item",class:["cky-nav-menu-item",{}],attrs:{to:e.data.to}},[e._v(" "+e._s(e.data.text)+" ")]):e._e()},b=[],k={name:"CkyMenuItem",props:{data:Object},data(){return{syncing:!1}},methods:{visible:function(){return!!this.data.to&&!(!this.data.native&&this.account.connected||this.data.hidden&&!this.account.connected)}},computed:{account(){return this.getOption("account")}},mounted(){this.$root.$on("beforeConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",()=>{this.syncing=!1})}},v=k,w=(n("6c23"),Object(f["a"])(v,C,b,!1,null,null,null)),_=w.exports,L={name:"CkyNavMenu",components:{CkyMenuItem:_},data(){return{menus:[{text:this.$i18n.__("Dashboard","cookie-law-info"),to:{name:"dashboard"},native:!0},{text:this.$i18n.__("Cookie Banner","cookie-law-info"),to:{name:"customize"}},{text:this.$i18n.__("Cookie Manager","cookie-law-info"),to:{name:"cookies"}},{text:this.$i18n.__("Languages","cookie-law-info"),to:{name:"languages"}},{text:this.$i18n.__("Policy Generators","cookie-law-info"),to:{name:"policies"}},{text:this.$i18n.__("Site Settings","cookie-law-info"),to:{name:"settings"},native:!0,hidden:!0}]}}},x=L,$=(n("d9e4"),Object(f["a"])(x,h,m,!1,null,null,null)),S=$.exports,M=n("462b"),P=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-slide-top"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.message,expression:"message"}],class:e.notificationClass,attrs:{role:"alert",id:e.id,"aria-live":"assertive"}},[n("div",{staticClass:"cky-notification-content"},[n("p",[n("span",{domProps:{innerHTML:e._s(e.message)}})])]),n("div",{directives:[{name:"show",rawName:"v-show",value:e.options.dismiss.show,expression:"options.dismiss.show"}],staticClass:"cky-notification-close"},[n("button",{staticClass:"cky-close",attrs:{type:"button","aria-label":"Close"},on:{click:e.close}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])])])])])},O=[],B=n("a2b6"),j={name:"CkyNotification",data(){return{id:"cky-toast-notification",message:"",type:"success",callback:!1,options:{type:"success",autoclose:{show:!0,timeout:5e3},dismiss:{show:!1}}}},mounted(){this.$root.$on("triggerNotification",e=>{this.setupNotice(e)})},computed:{notificationClass(){return{"cky-notification":!0,"cky-notification-info":"info"===this.type,"cky-notification-error":"error"===this.type,"cky-notification-success":"success"===this.type,"cky-notification-warning":"warning"===this.type}}},methods:{getMessage(e){return e.message||""},async setupNotice(e){this.type=e.type||"success",this.options.type=this.type,this.options.dismiss.show=e.dismiss||!1,this.options.autoclose.show=!this.options.dismiss.show,this.message=this.getMessage(e),this.options.autoclose.show&&(await Object(B["d"])(this.options.autoclose.timeout),this.message=!1,"function"==typeof this.callback&&this.callback())},close(){this.message=!1}}},H=j,E=(n("12f7"),Object(f["a"])(H,P,O,!1,null,"b1fe306c",null)),T=E.exports,A=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.tablesMissing?n("cky-notice",{staticStyle:{"margin-top":"20px","margin-bottom":"-10px"},attrs:{type:"error"}},[n("div",{staticClass:"cky-align-center"},[n("p",{staticStyle:{margin:"0"}},[n("strong",[e._v(" "+e._s(e.$i18n.__("Missing database tables: Some features may be disabled or not work as expected since one or more required tables are missing from the database.","cookie-law-info"))+" ")])]),n("cky-button",{ref:"ckyButtonreInstallTables",staticClass:"cky-button",staticStyle:{"margin-left":"25px"},nativeOn:{click:function(t){return e.reInstallTables.apply(null,arguments)}}},[n("template",{slot:"loader"},[e._v(e._s(e.$i18n.__("Checking...","cookie-law-info"))+" ")]),e._v(" "+e._s(e.$i18n.__("Check again","cookie-law-info"))+" ")],2)],1)]):e._e()},V=[],Z=n("f9c4"),I={name:"CkyTableMissingNotice",components:{CkyNotice:M["a"]},data(){return{}},methods:{async reInstallTables(){try{this.$refs.ckyButtonreInstallTables.startLoading();const e=await Z["a"].post({path:"/settings/reinstall"});!0===e.success&&window.location.reload()}catch(e){console.log(e)}}},computed:{...Object(r["d"])("settings",["info"]),tablesMissing(){return!!this.info.tables_missing}}},N=I,D=Object(f["a"])(N,A,V,!1,null,null,null),U=D.exports,F={name:"CkyApp",components:{CkyHeader:y,CkyNavMenu:S,CkyNotice:M["a"],CkyNotification:T,CkyTableMissingNotice:U},data(){return{loading:!0,errorMessages:{apiFetchFailed:this.$i18n.sprintf(this.$i18n.__('Unable to reach your web app account at this moment. Please reload the page to retry. If the issue persists, contact <a href="%1$s" target="_blank">Customer Support</a>.',"cookie-law-info"),"https://www.cookieyes.com/support/"),urlMismatch:this.$i18n.sprintf(this.$i18n.__('It looks like your website URL has been changed. To ensure the proper functioning of your banner, go to your <a href="%1$s" target="_blank">CookieYes account</a> > navigate to <b>More</b> > <b>Site Settings</b> and update the registered URL. Then, reload this page to retry. If the issue persists, contact <a href="%2$s" target="_blank">customer support</a>.',"cookie-law-info"),this.$router.getAppRedirectURL(),"https://www.cookieyes.com/support/")}}},computed:{apiFailed(){return!this.$store.state.settings.status},cardLoader(){return!(!1!==this.$store.state.settings.info&&!this.loading)},errors(){return this.$store.state.settings.errors},hasErrors(){return!!Object.keys(this.$store.state.settings.errors).length}},methods:{...Object(r["b"])("settings",["loadInfo","reInit"]),...Object(r["b"])("languages",["loadLanguages"])},async created(){try{await this.loadLanguages(),await this.loadInfo(!0),await this.reInit()}catch(e){this.$root.$emit("triggerNotification",{type:"error",message:this.$i18n.__("An unexpected error occurred please try reloading the page or logging in again.","cookie-law-info")})}}},R=F,q=(n("5c0b"),Object(f["a"])(R,o,s,!1,null,null,null)),G=q.exports,z=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},Y=[],J={components:{CurrentComponent:()=>n.e("chunk-322699f8").then(n.bind(null,"9573"))}},Q=J,W=Object(f["a"])(Q,z,Y,!1,null,null,null),X=W.exports,K=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},ee=[],te={components:{CurrentComponent:()=>n.e("chunk-637dc2c8").then(n.bind(null,"3636"))}},ne=te,ae=Object(f["a"])(ne,K,ee,!1,null,null,null),oe=ae.exports,se=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},re=[],ie={components:{CurrentComponent:()=>n.e("chunk-263180a4").then(n.bind(null,"943d"))}},ce=ie,le=Object(f["a"])(ce,se,re,!1,null,null,null),de=le.exports,ue=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},pe=[],fe={components:{CurrentComponent:()=>n.e("chunk-0495ae18").then(n.bind(null,"281e"))}},ge=fe,ye=Object(f["a"])(ge,ue,pe,!1,null,null,null),he=ye.exports,me=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},Ce=[],be={components:{CurrentComponent:()=>n.e("chunk-2177d27f").then(n.bind(null,"ea26"))}},ke=be,ve=Object(f["a"])(ke,me,Ce,!1,null,null,null),we=ve.exports,_e=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},Le=[],xe={components:{CurrentComponent:()=>n.e("chunk-69ed221f").then(n.bind(null,"ad98"))}},$e=xe,Se=Object(f["a"])($e,_e,Le,!1,null,null,null),Me=Se.exports,Pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-section cky-zero--padding cky-zero--margin"},[n("div",{staticClass:"cky-section-header cky-align-center cky-justify-between"},[n("div",{staticClass:"cky-section-title"},[n("router-link",{staticClass:"cky-breadcrumbs-title",attrs:{to:"/languages"}},[e._v(e._s(e.$i18n.__("Back to Language List","cookie-law-info")))])],1),n("div",{staticClass:"cky-section-header-actions cky-align-center"},[n("div",{staticClass:"cky-align-center cky-justify-end"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-banner-preview"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.preview,expression:"preview"}],attrs:{type:"checkbox",id:"cky-banner-preview"},domProps:{checked:Array.isArray(e.preview)?e._i(e.preview,null)>-1:e.preview},on:{change:function(t){var n=e.preview,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&(e.preview=n.concat([s])):r>-1&&(e.preview=n.slice(0,r).concat(n.slice(r+1)))}else e.preview=o}}}),n("span",{staticClass:"cky-toggle-text"},[e._v(e._s(e.$i18n.__("Banner Preview","cookie-law-info")))]),n("span",{staticClass:"cky-toggle-slider",attrs:{"aria-hidden":"true"}})]),n("cky-button",{ref:"ckyButtonSaveLanguage",staticClass:"cky-button cky-button-green",staticStyle:{"margin-left":"15px"},nativeOn:{click:function(t){return e.saveConfig.apply(null,arguments)}}},[e._v(" "+e._s(e.$i18n.__("Publish Changes","cookie-law-info"))+" ")])],1)])]),n("div",{staticClass:"cky-section-content"},[n("div",{staticClass:"cky-edit-content"},[n("div",{staticClass:"cky-row cky-justify-between cky-button-section"},[n("div",{staticClass:"cky-col-6"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader")],1):e._e()]),n("div",{staticClass:"cky-col-6"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader")],1):e._e()])]),n("div",{staticClass:"cky-row"},[e.defaultLanguage!==e.currentLanguage?n("div",{staticClass:"cky-col"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader"),n("cky-card-loader"),n("cky-card-loader")],1):n("div",{staticClass:"cky-edit-content-lists"},[n("h5",{staticStyle:{"margin-bottom":"20px"}},[e._v(" "+e._s(e.$i18n.__("Default language:","cookie-law-info"))+" "),n("b",[e._v(e._s(e.getLanguageName(e.defaultLanguage)))])]),n("tab-content-accordion",{attrs:{language:e.defaultLanguage,translate:!0,disabled:!0}})],1)]):e._e(),n("div",{staticClass:"cky-col"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader"),n("cky-card-loader"),n("cky-card-loader")],1):n("div",{staticClass:"cky-edit-content-lists"},[n("div",{staticClass:"cky-align-center"},[n("h5",[e._v(e._s(e.$i18n.__("Edit content in:","cookie-law-info")))]),n("select",{directives:[{name:"model",rawName:"v-model",value:e.currentLanguage,expression:"currentLanguage"}],staticClass:"cky-select",on:{change:function(t){var n=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.currentLanguage=t.target.multiple?n:n[0]}}},e._l(e.selectedLanguages,(function(t){return n("option",{key:t,domProps:{value:t}},[e._v(" "+e._s(e.getLanguageName(t))+" ")])})),0)]),n("tab-content-accordion",{attrs:{language:e.currentLanguage,translate:!0}})],1)])])])])])},Oe=[],Be=n("c4aa"),je=n("8259"),He=n("f61e"),Ee=n("c702"),Te=n("17aa"),Ae={name:"Customize",components:{TabContentAccordion:Ee["a"],CkyCardLoader:Te["a"]},data(){return{bannerPreview:!1,loading:!0}},methods:{async loadCookies(){try{await this.$store.dispatch("cookies/reInit")}catch(e){console.error(e)}},showIcon(e){return!!e.icon},loadBanner:async function(){await Be["a"].getActiveBanner()},saveConfig:async function(){this.$refs.ckyButtonSaveLanguage.startLoading(),await Be["a"].save(),this.$root.$emit("triggerNotification",{type:"success",message:"Successfully saved"}),this.$refs.ckyButtonSaveLanguage.stopLoading()},async loadLanguage(){const e=this.$route.params.language||"en";this.$store.state.languages.current=e},async changeLanguage(e){this.$store.state.languages.current=e},updateBannerContents:Object(B["b"])((async function(){je["a"].startLoading(),await Be["a"].updateContentPreview(),je["a"].stopLoading()}),500),getLanguageName(e){return He["a"].getName(e)}},computed:{...Object(r["d"])("languages",["default","selected","available"]),currentTabComponent:function(){return"tab-"+this.currentTab.toLowerCase()},banner(){return this.$store.state.banners.current},banners(){return this.$store.state.banners.items||{}},preview:{get(){return this.$store.state.banners.preview},set(e){this.$store.state.banners.preview=e}},defaultLanguage(){return this.default},currentLanguage:{get(){return this.$store.state.languages.current},set(e){this.$store.state.languages.current=e}},selectedLanguages:function(){return this.$store.state.languages.selected}},async created(){this.loading=!0,await this.loadLanguage(),await this.loadBanner(),await Be["a"].loadTemplate(),this.loading=!1,await this.loadCookies()},watch:{currentLanguage:{async handler(){await Be["a"].showPreview(!0)},deep:!0},"banner.contents":{handler(){this.updateBannerContents()},deep:!0},preview:{handler(){Be["a"].showPreview()}}},beforeDestroy(){Be["a"].closePreview(!0),this.$store.state.languages.current=this.$store.state.languages.default}},Ve=Ae,Ze=(n("8019"),Object(f["a"])(Ve,Pe,Oe,!1,null,null,null)),Ie=Ze.exports;const Ne=[{path:"/dashboard",name:"dashboard",component:X},{path:"/customize",name:"customize",component:oe},{path:"/cookies",name:"cookies",component:de},{path:"/policies",name:"policies",component:he},{path:"/settings",name:"settings",component:we},{path:"/languages",name:"languages",component:Me,children:[{path:"edit/:language",name:"edit",component:Ie}]}];var De=n("8c4f"),Ue=n("e19f"),Fe=n("07a4"),Re=n("3840"),qe=n("8103"),Ge=n.n(qe),ze=n("bba4"),Ye=n.n(ze),Je=n("87ea");a["a"].use(De["a"]),a["a"].config.productionTip=!1,a["a"].prototype.$i18n=Re["a"],a["a"].prototype.$globals=window.ckyGlobals;const Qe=n("568d");Qe.keys().forEach(e=>{const t=Qe(e),n=Ge()(Ye()(e.replace(/^\.\//,"").replace(/\.\w+$/,"").replace(/Index$/,"")));a["a"].component(n,t.default||t)}),a["a"].mixin({methods:{sprintf:Ue["sprintf"],getOption:Je["e"],setOption:Je["l"],saveOptions:Je["j"],getInfo:Je["d"],loadInfo:Je["g"],getDefaultLanguage:Je["c"],setDefaultLanguage:Je["k"],getAssetsURL:Je["b"],purgeCache:Je["h"],isRTLLanguage:Je["f"]}}),a["a"].directive("click-outside",{bind:function(e,t,n){e.eventOnClick=function(a){e==a.target||e.contains(a.target)||n.context[t.expression](a)},document.body.addEventListener("click",e.eventOnClick)},unbind:function(e){document.body.removeEventListener("click",e.eventOnClick)}});class We{constructor(){this.Vue=a["a"],this.Router=De["a"],this.App=G}}window.ckyVue=new We;const Xe=new window.ckyVue.Router({routes:Ne});Xe.getRouteByName=function(e){return!!e&&Ne.find(t=>e===t.name)},Xe.redirectToDashboard=function(e){if(e&&"dashboard"===e)return;const t=Xe.getRouteByName("dashboard");Xe.push({name:t.name,query:t.query})},Xe.beforeEach((e,t,n)=>{const a=["/dashboard","/settings"];if(e.path&&"/"===e.path)n({name:"dashboard"});else{const t=Object(Je["e"])("account");t.connected?a.some(t=>t===e.path)?n():n({name:"dashboard"}):n()}}),String.prototype.addQuery=function(e){return this+Object.keys(e).reduce((function(t,n,a){return t+(0==a?"?":"&")+(Array.isArray(e[n])?e[n].reduce((function(t,a,o){return t+n+"="+encodeURIComponent(a)+(o!=e[n].length-1?"&":"")}),""):n+"="+encodeURIComponent(e[n]))}),"")},Xe.getQueryParams=function(e){let t=e?e.split("?")[1]:window.location.search.slice(1),n={};if(t){t=t.split("#")[0];let e=t.split("&");for(let t=0;t<e.length;t++){let a=e[t].split("="),o=void 0,s=a[0].replace(/\[\d*\]/,(function(e){return o=e.slice(1,-1),""})),r="undefined"===typeof a[1]||a[1];s=s.toLowerCase(),r=r.toLowerCase(),n[s]?("string"===typeof n[s]&&(n[s]=[n[s]]),"undefined"===typeof o?n[s].push(r):n[s][o]=r):n[s]=r}}return n},Xe.redirectMenu=function(e,t=!0){if(e===window.location.href&&!1===t)return;const n=Xe.getQueryParams(e);let a=n.page&&n.page||!1;if(!a)return;if(a.match(/cookie-law-info/)&&(a=a&&a.replace("cookie-law-info-","")||""),"cookie-law-info"===a)return void Xe.redirectToDashboard();const o=Xe.getRouteByName(a);Xe.push({name:o.name,query:o.query})},Xe.redirectToApp=function(e="dashboard"){const t=Xe.getAppRedirectURL(e);Xe.redirectToURL(t)},Xe.getAppRedirectURL=function(e="dashboard"){const t=Object(Je["e"])("account");if(!t.connected)return!1;let n=window.ckyGlobals.webApp.url+"/"+e,a={website:t.website_id};return n=n.addQuery(a),n},Xe.redirectToURL=function(e){try{const t=document.createElement("a");t.target="_blank",t.href=e,t.rel="noopener noreferrer",t.click()}catch(t){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},window.ckyGlobals.vueApp=new window.ckyVue.Vue({render:e=>e(G),store:Fe["a"],router:Xe}).$mount("#cky-app")},5754:function(e,t,n){},5985:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{class:e.buttonClass,attrs:{disabled:e.loading}},[e.loading?e._t("loader",(function(){return[e._v(e._s(e.$i18n.__("Loading","cookie-law-info")))]})):e._t("default"),e.loading?n("span",{staticClass:"cky-btn-spinner"},[n("span"),n("span"),n("span"),n("span")]):e._e()],2)},o=[],s={name:"CkyButton",components:{},data(){return{loading:!1}},methods:{startLoading(){this.loading=!0},stopLoading(){this.loading=!1}},computed:{buttonClass(){return{"cky-button":!0,"cky-button-loading":!0===this.loading}}}},r=s,i=(n("e867"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,null,null);t["default"]=c.exports},"5c0b":function(e,t,n){"use strict";n("9c0c")},"5d3d":function(e,t,n){"use strict";n("5426")},"5f84":function(e,t,n){"use strict";n("5ff5")},"5ff5":function(e,t,n){},6072:function(e,t,n){"use strict";n("9ef8")},"61b4":function(e,t,n){},"6c23":function(e,t,n){"use strict";n("8a52")},"6e8b":function(e,t,n){"use strict";n("61b4")},"7dd2":function(e,t,n){"use strict";n("9061")},"7f7f":function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"popperContainer",staticClass:"cky-popper-container",on:{mouseleave:function(t){e.hover&&e.closePopper()}}},[n("div",{ref:"triggerNode",staticClass:"cky-poppper-trigger",on:{mouseover:function(t){e.hover&&e.openPopper()}}},[e._t("default",(function(){return[n("div",{staticClass:"cky-popper-icon"})]}))],2),n("Transition",{attrs:{name:"fade"}},[e.shouldShowPopper?n("div",{ref:"popperNode",staticClass:"cky-popper"},[e._t("content",(function(){return[e._v(" "+e._s(e.content)+" ")]})),n("div",{staticClass:"cky-popper-arrow",attrs:{"data-popper-arrow":""}})],2):e._e()])],1)},o=[],s=n("45d1"),r=n("0929"),i=n("9835"),c={name:"CkyPopper",components:{},props:{content:{type:String,default:""},position:{type:String,default:"top"},hover:{type:Boolean,default:!0}},data(){return{popperId:null,popper:null,isOpen:!1}},computed:{shouldShowPopper(){return this.isOpen}},ready(){this.$nextTick(()=>{this.showPopper&&this.initPopper()})},methods:{initPopper(){this.$nextTick((function(){this.popper=Object(s["a"])(this.$el,this.$el.querySelector(".cky-popper"),{placement:this.position||"bottom",removeOnDestroy:!0,modifiers:[r["a"],{name:"arrow",options:{padding:10}},i["a"],{name:"offset",options:{offset:[0,8]}}]})}))},destroyPopper(){this.popper&&(this.popper.destroy(),this.popper=null)},openPopper(){this.isOpen=!0,this.initPopper()},closePopper(){this.isOpen=!1}}},l=c,d=(n("5d3d"),n("2877")),u=Object(d["a"])(l,a,o,!1,null,null,null);t["default"]=u.exports},8019:function(e,t,n){"use strict";n("cda9")},8259:function(e,t,n){"use strict";var a=n("07a4"),o=n("f9c4"),s=n("87ea");const r=window.ckyBannerConfig._shortCodes;function i(e){const t=document.querySelector("[data-cky-tag="+e+"]");return t||!1}function c(){return a["a"].state.banners.current.properties.settings.applicableLaw}function l(){return a["a"].state.banners.current.properties.settings.type}function d(){const e=i("notice"),t=e&&e.closest(".cky-consent-container")||!1;return t&&t||!1}function u(){const e=d();e&&e.classList.remove("cky-hide")}function p(){const e=document.querySelector(".cky-overlay");e&&e.classList.add("cky-hide")}function f(){const e=document.querySelector(".cky-overlay");e&&e.classList.remove("cky-hide")}function g(){const e=document.querySelector(".cky-overlay");e&&e.classList.toggle("cky-hide")}function y(){if("classic"===l())return d();const e="ccpa"===c()?i("optout-popup"):i("detail");return e&&e.closest(".cky-modal")||!1}function h(){const e=y();e&&e.classList.remove(b()),"classic"!==l()&&p()}function m(){const e=y();e&&e.classList.add(b()),"classic"!==l()&&f()}function C(){const e=y();e&&e.classList.toggle(b()),"classic"!==l()&&g()}function b(){return"classic"===l()?"cky-consent-bar-expand":"cky-modal-open"}function k(){const e=i("notice");if(!e)return!1;const t=e.closest(".cky-consent-container");if(!t)return!1;const n=a["a"].state.banners.current.properties.settings.type;let o=a["a"].state.banners.current.properties.settings.position;"popup"===n&&(o="center");const s="cky-"+n+"-"+o;t.classList.add(s);const r=i("revisit-consent");if(!r)return!1;const c="cky-revisit-"+a["a"].state.banners.current.properties.config.revisitConsent.position;r.classList.add(c)}function v(){w("settings-button",()=>C()),w("detail-close",()=>h()),w("optout-cancel-button",()=>h()),w("donotsell-button",()=>m()),_()}function w(e,t){document.querySelectorAll("[data-cky-tag="+e+"]").forEach(e=>{e&&e.addEventListener("click",t)})}function _(){const e=a["a"].state.banners.current;e.properties.config.auditTable.status&&document.querySelectorAll(".cky-accordion").forEach(e=>e.addEventListener("click",(function(e){"checkbox"!==e.target.type&&this.classList.toggle("cky-accordion-active")})))}function L(){if("gdpr"!==c())return;const e=r.find(e=>"cky_show_desc"===e.key),t=r.find(e=>"cky_hide_desc"===e.key);if(!e||!t)return;const n=t.content,a=e.content,o=window.innerWidth<376?150:300,s=document.querySelector('[data-cky-tag="detail-description"]'),i=s.textContent;if(i.length<o)return;const l=s.innerHTML,d=(new DOMParser).parseFromString(l,"text/html"),u=d.querySelectorAll("body > p");if(u.length<=1)return;let p="";for(let r=0;r<u.length;r++){if(r===u.length-1)return;const e=u[r];if(`${p}${e.outerHTML}`.length>o&&e.insertAdjacentHTML("beforeend","...&nbsp;"+a),p=`${p}${e.outerHTML}`,p.length>o)break}function f(){s.innerHTML=`${l}${n}`,w("hide-desc-button",g)}function g(){s.innerHTML=p,w("show-desc-button",f)}g()}function x(e,t){const n=e.querySelector("[data-cky-tag="+t+"]");if(!n)return!1;let a=n,o="";n.getAttribute("src")||(a=n.querySelector("img")),o=a.src;const s=o.lastIndexOf("/"),r=o.substring(s+1);a.src=window.ckyGlobals.assetsURL+r}function $(e){const t=e.querySelector('[data-cky-tag="detail"] .cky-footer-shadow'),n=e.querySelector('[data-cky-tag="detail"]');if(!t)return;const a=n&&n.style.backgroundColor||"#ffffff";t.style.background=`linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, ${a} 100%)`}function S(e=!1){const t=a["a"].state.cookies.items,n=a["a"].state.banners.current;let o=n.properties.config.preferenceCenter.elements.categories.elements.toggle;P("ckySwitch",o),o=n.properties.config.categoryPreview.elements.toggle,o&&P("ckyCategoryDirect",o);for(const a of t){const t=a.prior_consent||"necessary"===a.slug,n="necessary"===a.slug;M(a,t,n,e),j(a)}}function M(e,t,n,o=!1){const s=a["a"].state.banners.current,r=s.properties.config.preferenceCenter.elements.categories.elements.toggle,i=r.states.active.styles["background-color"],c=r.states.inactive.styles["background-color"];["ckyCategoryDirect","ckySwitch"].map(a=>{const s=document.getElementById(`${a}${e.slug}`);s&&(O(s,e),s.checked=t,s.disabled=n,s.style.backgroundColor=t?i:c,o||s.addEventListener("change",({currentTarget:e})=>{const t=e.checked;e.style.backgroundColor=t?i:c}))})}function P(e,t){const n=t.states.active.styles["background-color"],a=t.states.inactive.styles["background-color"];document.querySelectorAll(`[id^="${e}"]`).forEach((function(e){let t=e.checked;e.addEventListener("change",({currentTarget:e})=>{const t=e.checked;e.style.backgroundColor=t?n:a}),e.style.backgroundColor=t?n:a}))}function O(e,t={}){"detail-category-toggle"===e.parentElement.getAttribute("data-cky-tag")?B(e,t):"detail-category-preview-toggle"===e.parentElement.getAttribute("data-cky-tag")&&H(e,t)}function B(e,t){const n=a["a"].state.banners.current;let o=e.closest(".cky-accordion-item");if(!o)return;const s=o.querySelector(".cky-switch"),r=o.querySelector(".cky-always-active");"necessary"===t.slug?s&&s.remove():(r&&r.remove(),("classic"===l()&&n.properties.config.categoryPreview.status||t.cookie_list&&0===t.cookie_list.length)&&s&&s.remove())}function j(e){const t=a["a"].state.banners.current;if(!1===t.properties.config.auditTable.status){const t=document.querySelector(`#ckyDetailCategory${e.slug} [data-cky-tag="audit-table"]`);t&&t.remove();const n=document.querySelector(`#ckyDetailCategory${e.slug} .cky-accordion-chevron`);n&&n.classList.add("cky-accordion-chevron-hide")}}function H(e,t){t.cookie_list&&0===t.cookie_list.length&&"necessary"!==t.slug&&e.parentElement.parentElement.remove()}function E(e){const t=a["a"].state.banners.current,n=a["a"].state.languages.current,o=r.find(e=>"cky_readmore"===e.key);if(e.querySelector('[data-cky-tag="readmore-button"]'))return;if(!1===t.properties.config.notice.elements.buttons.elements.readMore.status)return;const s=o.content,i=e.querySelector('[data-cky-tag="description"]');if(!i)return;const c=(new DOMParser).parseFromString(s,"text/html"),l=c.querySelector('[data-cky-tag="readmore-button"]');if(!l)return!1;if(l.innerHTML=t.contents[n].notice.elements.buttons.elements.readMore,i.childNodes.length>1){const t=e.querySelector('[data-cky-tag="description"] p:last-child');t&&t.insertAdjacentHTML("beforeend","&nbsp;"+c.body.innerHTML)}else i.insertAdjacentHTML("beforeend","&nbsp;"+c.body.innerHTML)}function T(){if(!Object(s["f"])())return;const e=["notice","detail","optout-popup","revisit-consent","video-placeholder"];e.forEach((function(e){i(e)&&i(e).classList.add("cky-rtl")}))}function A(){let e="flex-end";["detail-powered-by","optout-powered-by"].map(t=>{const n=document.querySelector(`[data-cky-tag="${t}"]`);n&&("optout-powered-by"===t&&(e="center"),n.style.display="flex",n.style.justifyContent=e,n.style.alignItems="center")})}const V={shortCodes:window.ckyBannerConfig._shortCodes,generate:async function(e=!1,t=!0){const n=a["a"].state.banners.current;let o=await this.getTemplate(e);if(n){await this.renderBannerStyles(o.styles);const e=this.refreshBannerStyles(n.properties);await this.renderBannerHtml(e,t)}},startLoading(){const e=document.getElementById("cky-banner-preview-container");e&&e.classList.add("cky-preview-partial-refreshing")},stopLoading(){const e=document.getElementById("cky-banner-preview-container");e&&e.classList.remove("cky-preview-partial-refreshing")},getTemplate:async function(e=!1){const t=a["a"].state.banners.current;if(!t||!t.properties)return;const n=t.properties.settings.type,o=t.properties.settings.applicableLaw,s=a["a"].state.banners.template||[];if(Object.prototype.hasOwnProperty.call(s,o)&&Object.prototype.hasOwnProperty.call(s[o],n)&&!1===e)return s[o][n];const r=await this.getPreviewHtml(t);if(r.html){const e=s[o]||[];return e[n]=r,s[o]=e,await a["a"].dispatch("banners/setTemplate",s),s[o][n]}},showPreview:async function(e=!1){!0===a["a"].state.banners.preview?await this.generate(e):this.hidePreview()},forceShowPreview:async function(){await this.generate(!0)},forceRerenderPreview:async function(){!0===a["a"].state.banners.preview&&await this.generate(!0,!1)},hidePreview:function(){const e=document.getElementById("cky-banner-preview-container");null!==e&&document.body.removeChild(e)},closePreview:function(e=!0){a["a"].state.banners.preview=!1,!0===e&&this.clearTemplate(),this.hidePreview()},clearTemplate:function(){a["a"].state.banners.template=[],a["a"].state.banners.current=!1},resetTemplate(){a["a"].state.banners.template=[]},renderBannerHtml:async function(e,t=!0){if(!e||!t)return;let n=document.getElementById("cky-banner-preview-container");if(null===n)n=document.createElement("div"),n.id="cky-banner-preview-container",n.className="cky-banner-preview",document.body.insertBefore(n,document.body.firstChild);else{const e=document.querySelector(".cky-consent-container");e&&(n.innerHTML="")}const a=(new DOMParser).parseFromString(e,"text/html");this.updateCategoryPeview(a),x(a,"detail-close"),x(a,"close-button"),x(a,"detail-powered-by"),x(a,"revisit-consent"),x(a,"optout-powered-by"),$(a),n.insertAdjacentHTML("afterbegin",a.body.innerHTML),v(),this.attachPreviewCloseBtn(),k(),u(),L(),S(),E(document),T(),A()},renderBannerStyles:async function(e){const t=document.getElementById("cky-banner-style");null!==t&&document.getElementsByTagName("head")[0].removeChild(t);const n=document.createElement("style");n.id="cky-banner-style",n.innerHTML=e,document.getElementsByTagName("head")[0].appendChild(n)},refreshBannerStyles:function(e){const t=a["a"].state.banners.current;if(!t)return;const n=t.properties.settings.type,o=t.properties.settings.applicableLaw,s=a["a"].state.banners.template[o][n],r=s.html;if(!r)return;const i=(new DOMParser).parseFromString(r,"text/html");E(i);const c=e.config,l=e=>{Object.keys(e).forEach(t=>{if("object"===typeof e[t]&&null!==e[t]){if(Object.prototype.hasOwnProperty.call(e[t],"tag")){let n=e[t],a=n["tag"]?n["tag"]:"";""!=a&&i.querySelectorAll(`[data-cky-tag^="${a}"]`).forEach((function(e){let t=!(!n["status"]||!0!==n["status"]);!1===t&&e.parentNode.removeChild(e),V.addStylesToElement(e,n)}))}l(e[t])}})};return l(c),this.updateCategoryPeview(i),i.body.innerHTML},updateCategoryPeview(e){const t=a["a"].state.cookies.items;t&&t.forEach((function(t){if("necessary"===t.slug)return;let n=e.getElementById("ckyDetailCategory"+t.slug);!1===t.visibility&&n&&n.parentNode.removeChild(n)}))},addStylesToElement:function(e,t){if(null!==t&&null!==e){let n="";for(const e in t.styles)n+=`${e}: ${t.styles[e]};`;e.style.cssText+=n}},getPreviewHtml:async function(e){try{return await o["a"].post({path:"/banners/preview",params:{language:a["a"].state.languages.current},data:e})}catch(t){console.log(t)}},attachPreviewCloseBtn(){const e=a["a"].state.banners.current;if(!e)return;const t=e.properties.settings.type,n=document.getElementById("cky-banner-preview-container");n&&"popup"===t&&n.insertAdjacentHTML("beforeend",'<button type="button" id="cky-preview-close-btn" data-cky-tag="preview-close" class="cky-button-close-alt cky-preview-close">Close Preview</button>')},parseDom(e){const t=new DOMParser,n=t.parseFromString(e,"text/html");return n.body}};t["a"]=V},"83f4":function(e,t,n){n.p=window.ckyGlobals.app.url},"87ea":function(e,t,n){"use strict";n.d(t,"e",(function(){return s})),n.d(t,"d",(function(){return r})),n.d(t,"g",(function(){return i})),n.d(t,"l",(function(){return c})),n.d(t,"j",(function(){return l})),n.d(t,"i",(function(){return d})),n.d(t,"c",(function(){return u})),n.d(t,"k",(function(){return p})),n.d(t,"b",(function(){return f})),n.d(t,"h",(function(){return g})),n.d(t,"f",(function(){return y})),n.d(t,"a",(function(){return h}));var a=n("07a4"),o=n("f9c4");function s(e,t=!1){let n=t;const o=a["a"].state.settings.options;return o[e]&&(n=o[e]),n}function r(e=!1,t=!1){let n=t;const o=a["a"].state.settings.info;return!1===e?o:(o[e]&&(n=o[e]),n)}async function i(e=!1){return await a["a"].dispatch("settings/loadInfo",e)}function c(e,t){a["a"].dispatch("settings/set",{key:e,value:t})}async function l(){return a["a"].dispatch("settings/save")}async function d(){return await a["a"].dispatch("settings/reInit")}function u(){return a["a"].state.languages.default&&a["a"].state.languages.default||"en"}async function p(e="en"){await a["a"].dispatch("languages/setDefault",e)}function f(){return window.ckyGlobals.app.url}async function g(){await o["a"].post({path:"/settings/cache/purge",data:{}})}function y(e=!1){return!1===e&&(e=a["a"].state.languages.current),["ar","az","dv","he","ku","fa","ur"].includes(e)}function h(){try{const{hostname:e}=new URL(window.ckyGlobals.site.url),t=new URL(a["a"].state.settings.info.url),n=t.hostname,o=e.split(".");let s=!1;for(let a=0;a<o.length;a++){const e=o.slice(a).join(".");if(s=s||e===n||e.replace(/^www./,"")===n.replace(/^www./,""),s)break}return s}catch(e){return!1}}},"8a52":function(e,t,n){},"8a80":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-app-modal-fade"}},[e.isVisible?n("div",{staticClass:"cky-app-modal-backdrop"},[n("div",{staticClass:"cky-app-modal",attrs:{role:"dialog","aria-labelledby":e.id+"-title","aria-describedby":e.id+"-description"}},["default"===e.type?n("div",{staticClass:"cky-app-modal-header",attrs:{id:e.id+"-title"}},[e._t("header"),e.dismissable?n("button",{staticClass:"cky-button-close",attrs:{type:"button","aria-label":"Close cky-modal"},on:{click:e.close}},[n("cky-icon",{attrs:{icon:"close",width:"15px",height:"15px",color:"#8893a1"}})],1):e._e()],2):e._e(),n("div",{staticClass:"cky-app-modal-body",attrs:{id:e.id+"-description"}},[e.dismissable&&"info"===e.type?n("button",{staticClass:"cky-button-close",attrs:{type:"button","aria-label":"Close cky-modal"},on:{click:e.close}},[n("cky-icon",{attrs:{icon:"close",width:"15px",height:"15px",color:"#8893a1"}})],1):e._e(),e._t("body")],2),e.$slots.footer?n("div",{staticClass:"cky-app-modal-footer"},[e._t("footer")],2):e._e()])]):e._e()])},o=[],s=n("1f3d"),r={name:"CkyModal",components:{CkyIcon:s["a"]},props:{id:{type:String,default:"cky-modal"},dismissable:{type:Boolean,default:!0},type:{type:String,default:"default"},visible:{type:Boolean,default:!1}},data(){return{isVisible:!1}},methods:{show(){this.isVisible=!0,document.body.classList.add("cky-app-modal-open")},close(){this.isVisible=!1,document.body.classList.remove("cky-app-modal-open"),this.$emit("close")}},computed:{hasFooter(){return!!this.$slots.footer}},created(){!0===this.visible&&(this.isVisible=!0)}},i=r,c=n("2877"),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},9033:function(e,t,n){"use strict";n("c073")},9061:function(e,t,n){},"981f":function(e,t,n){},"9c0c":function(e,t,n){},"9e47":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"cky-spinner"},[n("cky-icon",{attrs:{icon:"spinner",width:"20px",height:"20px"}})],1)},o=[],s=n("1f3d"),r={name:"CkyLoader",components:{CkyIcon:s["a"]}},i=r,c=(n("c66c"),n("2877")),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},"9ef8":function(e,t,n){},a07a:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-app-input",class:{file:"file"===e.type}},[n("input",{staticClass:"cky-form-control",attrs:{disabled:e.disabled,type:e.type,placeholder:e.placeholder,autocomplete:e.autocomplete,readonly:e.readonly,spellcheck:e.spellcheck,max:"number"===e.type?e.max:null,min:"number"===e.type?e.min:null,step:"number"===e.type?e.step:null,id:e.inputId},domProps:{value:e.value},on:{input:function(t){return e.$emit("input",t.target.value)},blur:function(t){return e.$emit("blur",t.target.value)},change:function(t){return e.$emit("change",t.target.value)},focus:function(t){return e.$emit("focus",t.target.value)},keyup:function(t){return e.$emit("keyup",t)},keydown:function(t){return e.$emit("keydown",t)}}}),e._t("cky-input-error")],2)},o=[],s={props:{value:{type:[String,Number],default:""},placeholder:{type:String,default:""},autocomplete:{type:String,default:""},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},max:{type:Number,default:Number.MAX_SAFE_INTEGER},min:{type:Number,default:Number.MIN_SAFE_INTEGER},spellcheck:{type:Boolean,default(){return!0}},type:{type:String,default(){return"text"}},step:{type:Number,required:!1},inputId:String,error:{type:[String,Boolean],default(){return!1}}}},r=s,i=(n("6e8b"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,"529f0665",null);t["default"]=c.exports},a2b6:function(e,t,n){"use strict";function a(e){return new Promise(t=>setTimeout(t,e))}function o(e){let t;return n=>{clearTimeout(t),t=setTimeout(()=>e(n),500)}}function s(e){const t=["Array","Object"],n=Object.prototype.toString.call(e);if(!new RegExp(t.join("|")).test(n)||e instanceof WeakMap||e instanceof WeakSet)return e;const a=new e.constructor;return Object.assign(a,...Object.keys(e).map(t=>({[t]:s(e[t])})))}function r(e,t=0){let n;const a=[];return(...o)=>new Promise((s,r)=>{clearTimeout(n),n=setTimeout(()=>{const t=[...a];a.length=0,Promise.resolve(e.apply(this,o)).then(e=>{t.forEach(({resolve:t})=>t(e))},e=>{t.forEach(({reject:t})=>t(e))})},t),a.push({resolve:s,reject:r})})}n.d(t,"d",(function(){return a})),n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return s})),n.d(t,"c",(function(){return r}))},a32d:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("vue-editor",{class:e.editorClass,attrs:{editorOptions:e.editorOptions,editorToolbar:e.customToolbar,disabled:e.disabled},model:{value:e.editorContent,callback:function(t){e.editorContent=t},expression:"editorContent"}})},o=[],s=n("5873"),r={name:"CkyEditor",components:{VueEditor:s["a"]},props:{value:{type:String,default:""},disabled:{type:Boolean,default:!1}},computed:{customToolbar(){return"free"==this.plan?[]:[["bold","italic","underline","link","image",{list:"bullet"}]]},editorOptions(){return{modules:{clipboard:{matchVisual:!1}}}},editorContent:{get(){return this.value},set(e){this.$emit("input",e.replaceAll("<p><br></p>",""))}},plan(){const e=this.getOption("account");return e.plan},editorClass(){return{"cky-rich-text-editor":!0,"cky-rich-text-editor-basic":!0}}}},i=r,c=(n("b157"),n("2877")),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},a9e4:function(e,t,n){"use strict";var a=n("f9c4");t["a"]={async getCookies(e={}){try{const t=await a["a"].get({path:"cookies/",params:e});return t}catch(t){console.error(t)}},async getCookie(e){try{const t=await a["a"].get({path:"cookies/"+e});return t}catch(t){console.error(t)}},async createCookie(e){try{const t=await a["a"].post({path:"cookies/",data:e});return t}catch(t){console.error(t)}},async updateCookie(e,t){try{const n=await a["a"].put({path:"/cookies/"+e,data:t});return n}catch(n){console.error(n)}},async deleteCookie(e){try{const t=await a["a"].delete({path:"/cookies/"+e});return t}catch(t){console.error(t)}},async getCookieCategories(e={}){try{const t=await a["a"].get({path:"cookies/categories",params:e});if(t)return t}catch(t){console.error(t)}},async getCookieCategory(e){try{const t=await a["a"].get({path:"cookies/categories/"+e});return t}catch(t){console.error(t)}},async createCookieCategory(e){try{const t=await a["a"].post({path:"cookies/categories",data:e});return t}catch(t){console.error(t)}},async updateCookieCategory(e,t){try{const n=await a["a"].put({path:"/cookies/categories/"+e,data:t});return n}catch(n){console.error(n)}},async deleteCookieCategory(e){try{const t=await a["a"].delete({path:"/cookies/categories/"+e});return t}catch(t){console.error(t)}},async bulkUpdateCookieCategory(e){e.forEach(e=>{e.cookie_list&&delete e.cookie_list});try{const t=await a["a"].post({path:"/cookies/categories/bulk",data:{categories:e}});return t}catch(t){console.error(t)}}}},a9f4:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("ul",{class:e.accordionClass},[e._t("default")],2)},o=[],s={props:{name:{type:String,default:"default"},type:{type:String,default:"default"}},data(){return{Accordion:{count:0,name:this.name},expandedIndex:null,activeIndex:null}},provide(){return{Accordion:this.Accordion,watchAccordion:this.watchAccordion}},computed:{accordionClass(){return{"cky-app-accordion":!0,"cky-app-accordion-boxed":"boxed"===this.type}}},methods:{watchAccordion(e){this.expandedIndex=e,this.isExpanded()?this.closeAccordion():(this.closeAccordion(),this.expandAccordion())},hideAccordion(e){const t=e.querySelector(".cky-app-accordion-content");t&&(t.style.height=t.scrollHeight+"px",window.setTimeout((function(){t.style.height="0",t.style.overflow="hidden"}),1),window.setTimeout((function(){e.classList.remove("cky-app-accordion-open")}),200))},expandAccordion(){const e=this.getActiveAccordions();e.forEach(e=>{if(e){const t=e.querySelector(".cky-app-accordion-content");if(!t)return;const n=this.getElementHeight(t);e.classList.add("cky-app-accordion-open"),t.style.height=n,window.setTimeout((function(){t.style.height="",t.style.overflow="visible"}),200)}}),this.activeIndex=this.expandedIndex},getElementHeight(e){e.style.display="block";const t=e.scrollHeight+"px";return e.style.display="",t},getActiveAccordions(){return document.querySelectorAll(`[data-cky-toggle="cky-${this.name}-accordion-${this.expandedIndex}"]`)},isExpanded(){return this.expandedIndex===this.activeIndex},closeAccordion(){null!==this.activeIndex&&(document.querySelectorAll(`.cky-app-accordion-open[data-cky-toggle="cky-${this.name}-accordion-${this.activeIndex}"]`).forEach(e=>{e&&this.hideAccordion(e)}),this.activeIndex=null)}}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},b02b:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"cky-app-accordion-item",attrs:{"data-cky-toggle":"cky-"+e.Accordion.name+"-accordion-"+this.index}},[n("div",{staticClass:"cky-app-accordion-trigger",on:{click:e.open}},[e._t("cky-accordion-trigger")],2),n("transition",{attrs:{name:"cky-app-accordion"}},[n("div",{ref:"ckyAccordionContent",staticClass:"cky-app-accordion-content"},[n("div",{staticClass:"cky-app-accordion-content-inner"},[e._t("cky-accordion-content")],2)])])],1)},o=[],s={props:{visible:{type:Boolean,default:!1}},inject:["Accordion","watchAccordion"],data(){return{index:null}},methods:{open(){this.watchAccordion(this.index)}},created(){this.index=this.Accordion.count++},mounted(){this.visible&&this.watchAccordion(this.index)}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},b157:function(e,t,n){"use strict";n("5754")},c068:function(e,t,n){"use strict";n.d(t,"a",(function(){return d}));var a=n("f9c4"),o=n("87ea");let s="",r=!1,i="hidden",c="visibilitychange";const l=!!window.ckyGlobals.multilingual,d={components:{},computed:{connected(){let e=Object(o["e"])("account");return e.connected}},mounted(){window.addEventListener("message",this.listenMessage)},beforeDestroy(){window.removeEventListener("message",this.listenMessage),window.removeEventListener("message",this.listenForUpgrade)},methods:{reload(){window.location.reload()},async afterConnection(e=!1,t="plugin"){!0===e?(this.$root.$emit("connected",t),"plugin"===t&&await this.cloudSync(),await Object(o["i"])(),await Object(o["g"])(!0),!0===r?(window.removeEventListener("message",this.listenMessage),window.addEventListener("message",this.listenForUpgrade),this.attachVisibilityAPI()):this.$root.$emit("afterSyncing")):console.log("Failed to sync data to the web app")},async listenMessage(e){if(!s||s!==this._uid)return;let t=e.origin&&e.origin.replace(/^https?:\/\//,"")||"",n=window.ckyGlobals.webApp.url.replace(/^https?:\/\//,"");if(t===n){if(!e.data)return;const t=JSON.parse(e.data);this.connected?this.upgradePlan(t):this.connect(t)}},async listenForUpgrade(e){if(!s||s!==this._uid)return;let t=e.origin&&e.origin.replace(/^https?:\/\//,"")||"",n=window.ckyGlobals.webApp.url.replace(/^https?:\/\//,"");if(t===n){if(!e.data)return;const t=JSON.parse(e.data);this.upgradePlan(t)}},async connect(e){this.$root.$emit("afterConnection");let t=!1;if(!e.email)return;let n=Object(o["e"])("account"),a=Object(o["e"])("api"),s=Object(o["e"])("onboarding");s.step=2,Object(o["l"])("onboarding",s),a.token=e.website_token,n.website_id=e.website_id,n.website_key=e.website_key,n.plan=e.slug,n.status=!0,n.connected=!0,n.email=e.email,Object(o["l"])("account",n),Object(o["l"])("api",a),t=await Object(o["j"])();let r=e.priority||"plugin";this.afterConnection(t,r)},async upgradePlan(e){let t=!(!e.upgrade||"success"!==e.upgrade);t&&(this.$router.redirectToDashboard(this.$route.name),await Object(o["g"])(!0))},connectToApp(e=!1){this.$root.$emit("beforeConnection"),s=this._uid;let t="";t=!0===e?this.getLoginUrl():this.getSignupUrl();try{let e=window.open(t,"_blank","location=no,width=500,height=730,scrollbars=0");e.focus()}catch(n){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgrade(){s=this._uid;try{let e=window.open(this.getUpgradeUrl(),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgradeSignup(){s=this._uid,r=!0;try{let e=window.open(this.getUpgradeSignupUrl(),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgradeLogin(){s=this._uid,r=!0;try{let e=window.open(this.getLoginUrl(!0),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},async disconnect(){await this.resetAppToken();let e=Object(o["e"])("account");e.connected=!1,e.email="",e.plan="free",e.website_id="",e.website_key="",Object(o["l"])("account",e),await Object(o["j"])(),this.$root.$emit("afterDisconnect")},getSignupUrl(){let e=window.ckyGlobals.webApp.signUpUrl,t=new URL(e);return t.searchParams.append("platform","wordpress"),t.searchParams.append("mode","register"),t.searchParams.append("website",window.ckyGlobals.site.url),t.searchParams.append("multilingual",l),t},getLoginUrl(e=!1){let t=e?"upgrade":"connect",n=window.ckyGlobals.webApp.loginUrl,a=new URL(n);return a.searchParams.append("platform","wordpress"),a.searchParams.append("mode",t),a.searchParams.append("website",window.ckyGlobals.site.url),a.searchParams.append("multilingual",l),a},getUpgradeUrl(){const e=Object(o["e"])("account");let t=window.ckyGlobals.webApp.loginUrl,n=new URL(t);return n.searchParams.append("platform","wordpress"),n.searchParams.append("mode","upgrade"),n.searchParams.append("website",e.website_id),n},getUpgradeSignupUrl(){let e=window.ckyGlobals.webApp.pricingUrl,t=new URL(e);return t.searchParams.append("platform","wordpress"),t.searchParams.append("mode","upgrade"),t.searchParams.append("website",window.ckyGlobals.site.url),t},async saveToken(){let e=Object(o["e"])("account");e.connected=!0,Object(o["l"])("account",e),await Object(o["j"])()},async cloudSync(e="plugin"){try{return await a["a"].post({path:"/settings/sync",data:{priority:e}})}catch(t){console.log(t)}},async resetAppToken(){try{return await a["a"].post({path:"/settings/disconnect"})}catch(e){console.log(e)}},attachVisibilityAPI(){"undefined"!==typeof document.hidden?(i="hidden",c="visibilitychange"):"undefined"!==typeof document.msHidden?(i="msHidden",c="msvisibilitychange"):"undefined"!==typeof document.webkitHidden&&(i="webkitHidden",c="webkitvisibilitychange"),document.addEventListener(c,this.handleVisibilityChange,!1)},async handleVisibilityChange(){document[i]||await Object(o["g"])()}}}},c073:function(e,t,n){},c4aa:function(e,t,n){"use strict";var a=n("07a4"),o=n("f9c4"),s=n("8259"),r=n("3840");let i=r["a"];const c={getBanners:async function(){let e=a["a"].state.banners.items||await a["a"].dispatch("banners/reInit");return e=JSON.parse(JSON.stringify(a["a"].state.banners.items)),e},getCurrentBanner:async function(){let e=a["a"].state.banners.current;if(e.id>0)return e;try{let t=await this.getBanners();return"object"===typeof t&&(e=t.find((function(e){return 1==e.default})),e||(e=t[0])),e?(await a["a"].dispatch("banners/setCurrentBanner",e),a["a"].state.banners.current):await this.getDefault()}catch(t){console.log(t)}return e},getActiveBanner:async function(){let e={},t=await this.getBanners();return"object"===typeof t&&(e=t.find((function(e){return 1==e.status})),e||(e=t[0])),e&&await a["a"].dispatch("banners/setCurrentBanner",e),e},getBannerById:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&e>0&&(t=n.find((function(t){return t.id==e}))),t},getBannerByLaw:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&(t=n.find((function(t){return t.properties.settings.applicableLaw==e}))),t},getBannerBySlug:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&""!==e&&(t=n.find((function(t){return t.slug==e}))),t},setCurrent:async function(e){e&&await a["a"].dispatch("banners/setCurrentBanner",e)},getDefault:async function(){let e={name:"",properties:{settings:{},config:{}}};await this.loadConfigs();const t=a["a"].state.banners.configs;return e.properties.config=t.gdpr.config,e.properties.settings=t.gdpr.settings,e},save:async function(){let e=a["a"].state.languages.current,t=await this.getCurrentBanner();return t.id?await a["a"].dispatch("banners/saveBanner",{banner:t,params:{language:e}}):await this.createBanner(t)},createBanner:async function(e){let t=!1;return await o["a"].post({path:"/banners",data:e}).then(e=>{e.id&&(t=!0)}),!0===t&&await a["a"].dispatch("banners/reInit"),t},deleteBanner:async function(e){if(e){let t=!1;return await o["a"].delete({path:"/banners/"+e}).then(e=>{e&&(t=!0)}),!0===t&&await a["a"].dispatch("banners/reInit"),t}},updateBanner:async function(e){let t=e.id;if(t){let n=!1;return await o["a"].post({path:"/banners/"+t,data:e}).then(e=>{e&&(n=!0)}),!0===n&&await a["a"].dispatch("banners/reInit"),n}},generatePreview:async function(){await s["a"].generate()},clearTemplate:function(){s["a"].clearTemplate()},showPreview:async function(e=!1){await s["a"].showPreview(e)},forceShowPreview:async function(){s["a"].forceShowPreview()},forceRerenderPreview:async function(){await s["a"].forceRerenderPreview()},hidePreview:function(){s["a"].hidePreview()},closePreview:function(e=!0){s["a"].closePreview(e)},getLayouts:function(){let e=[{type:"classic",title:i.__("Classic Type","cookie-law-info"),positions:["bottom","top"],default:"bottom"},{type:"banner",title:i.__("Banner Type","cookie-law-info"),positions:["bottom","top"],default:"bottom"},{type:"box",title:i.__("Box Type","cookie-law-info"),positions:["bottom-left","bottom-right","top-left","top-right"],default:"bottom-left"},{type:"popup",title:i.__("Popup Type","cookie-law-info"),positions:["center"],default:"center"}];return e},getContentSections:function(e=""){let t=[];if(""!==e)switch(e){case"ccpa":t=[{id:"notice"},{id:"opt-out-center"},{id:"cookie-list"}];break;default:t=[{id:"notice"},{id:"preference"},{id:"cookie-list"},{id:"revisit-consent"},{id:"blocked-content"}];break}return t},loadPresets:async function(){const e=a["a"].state.banners.current,t=e&&e.properties.settings.versionID||"6.0.0";a["a"].state.banners.presets.length<=0&&await o["a"].get({path:"/banners/presets/",params:{ver:t}}).then(e=>{e&&a["a"].dispatch("banners/setPresets",e)})},loadConfigs:async function(){let e=!1,t=[];return a["a"].state.banners.configs.length<=0&&(t=await o["a"].get({path:"/banners/configs/"}).then(t=>(t&&(e=!0),t)),!0===e&&await a["a"].dispatch("banners/setConfigs",t)),a["a"].state.banners.configs},resetConfigs:function(e="gdpr"){const t=a["a"].state.banners.current,n=a["a"].state.banners.configs,o=n[e]&&n[e]||n["gdpr"]&&n["gdpr"]||[],s=o.config,r=o.settings;t.properties.config=s,t.properties.settings.type=r.type},checkForChanges:function(e,t){if(e instanceof Object&&t instanceof Object){for(const n in t)if(e[n]&&this.checkForChanges(e[n],t[n]))return!0}else if(e.toUpperCase()!==t.toUpperCase())return!0;return!1},resetTheme:function(){const e=a["a"].state.banners.current;if(!e)return!1;const t=e.properties.settings.theme,n=a["a"].state.banners.presets.find(e=>e.name==t);if(!n)return!1;const o=this.checkForChanges(e.properties.config,n.settings);!0===o&&(a["a"].state.banners.current.properties.settings.theme="custom")},resetPreset(){const e=a["a"].state.banners.current;if(!e)return!1;const t=e.properties.settings.theme,n=a["a"].state.banners.presets.find(e=>e.name==t);if(!n)return!1;const o=n.settings;e.properties.config=this.arrayReplaceRecursive(e.properties.config,o)},arrayReplaceRecursive(e){let t={},n=0,a="",o=arguments.length;if(o<2)throw new Error("There should be at least 2 arguments passed to arrayReplaceRecursive()");for(a in e)t[a]=e[a];for(n=1;n<o;n++)for(a in arguments[n])t[a]&&"object"===typeof t[a]?t[a]=this.arrayReplaceRecursive(t[a],arguments[n][a]):t[a]=arguments[n][a];return t},loadTemplate:async function(){try{await s["a"].getTemplate(!0)}catch(e){console.error(e)}},updateContentPreview:async function(){a["a"].state.banners.preview?await c.showPreview(!0):(await s["a"].resetTemplate(),await c.loadTemplate())},async bulkUpdate(){let e=a["a"].state.banners.items;const t=a["a"].state.banners.current;return e.forEach((function(n,a){n.id===t.id&&(n=t,e[a]=n)})),await o["a"].post({path:"/banners/bulk",data:{banners:e}}).then(async e=>{e.length>0&&await a["a"].dispatch("banners/reInit")})},async toggleBanner(e=!1){const t=a["a"].state.banners.current;if(!e||e===t.id)return;let n=await this.getBanners();n.forEach((function(e,a){e.id===t.id&&(e=t),e.status=!e.status,n[a]=e})),await a["a"].dispatch("banners/setBanners",n);const o=await this.getActiveBanner();await a["a"].dispatch("banners/setCurrentBanner",o)},hasErrors(){const e=a["a"].state.banners.errors;return!!Object.keys(e).length},setErrors(e){a["a"].dispatch("banners/setErrors",e)},reset(){a["a"].state.banners.items=!1}};t["a"]=c},c66c:function(e,t,n){"use strict";n("3358")},c702:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.loading?e._e():n("div",{staticClass:"cky-tab-content-accordion",class:[{"cky-app-rtl":e.isRTLLanguage(e.language)}]},[n("cky-accordion",{ref:"ckyAccordionBannerContents",attrs:{type:"boxed"}},e._l(e.contentSections,(function(t){return n(t.id,{key:t.id,tag:"component",attrs:{content:e.content,translate:e.translate,disabled:e.disabled}})})),1)],1)},o=[],s=n("9e47"),r=n("1f3d"),i=n("c4aa"),c=n("b02b"),l=n("a9f4"),d=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",{directives:[{name:"show",rawName:"v-show",value:e.banner.properties.config.notice.status,expression:"banner.properties.config.notice.status"}],attrs:{visible:e.translate}},[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Cookie Notice","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.notice.elements.title,expression:"content.notice.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.notice.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.notice.elements,"title",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Message","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("cky-editor",{attrs:{disabled:e.disabled},model:{value:e.content.notice.elements.description,callback:function(t){e.$set(e.content.notice.elements,"description",t)},expression:"content.notice.elements.description"}})],1)]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("div",{staticClass:"cky-col-3"}),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-row cky-justify-between"},[n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.notice.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.notice.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.styles['background-color']\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.styles["border-color"],disabled:e.disabled},model:{value:e.banner.properties.config.notice.styles["border-color"],callback:function(t){e.$set(e.banner.properties.config.notice.styles,"border-color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.styles['border-color']\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.elements.title.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.notice.elements.title.styles.color,callback:function(t){e.$set(e.banner.properties.config.notice.elements.title.styles,"color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.title.styles\n\t\t\t\t\t\t\t\t\t\t\t.color\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Message","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.elements.description.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.notice.elements.description.styles.color,callback:function(t){e.$set(e.banner.properties.config.notice.elements.description.styles,"color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.description\n\t\t\t\t\t\t\t\t\t\t\t.styles.color\n\t\t\t\t\t\t\t\t\t"}})],1)])])])])]),n("cky-banner-btn",{attrs:{name:"accept-all",properties:e.banner.properties.config.notice.elements.buttons.elements.accept,content:e.content.notice.elements.buttons.elements.accept,title:e.$i18n.__("“Accept All” button","cookie-law-info"),toggle:!1,translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.accept,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"accept",t)},expression:"content.notice.elements.buttons.elements.accept"}}),n("cky-banner-btn",{attrs:{name:"reject-all",properties:e.banner.properties.config.notice.elements.buttons.elements.reject,content:e.content.notice.elements.buttons.elements.reject,title:e.$i18n.__("“Reject All” button","cookie-law-info"),translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.reject,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"reject",t)},expression:"content.notice.elements.buttons.elements.reject"}}),n("cky-banner-btn",{attrs:{name:"settings",properties:e.banner.properties.config.notice.elements.buttons.elements.settings,content:e.content.notice.elements.buttons.elements.settings,title:e.$i18n.__("“Customize” button","cookie-law-info"),translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.settings,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"settings",t)},expression:"content.notice.elements.buttons.elements.settings"}}),n("cky-banner-btn",{attrs:{name:"readmore-link",properties:e.banner.properties.config.notice.elements.buttons.elements.readMore,content:e.content.notice.elements.buttons.elements.readMore,title:e.$i18n.__("“Read More” link","cookie-law-info"),translate:e.translate,disabled:e.disabled,supportedLaws:["gdpr","ccpa"],disabledFields:["background","border"]},model:{value:e.content.notice.elements.buttons.elements.readMore,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"readMore",t)},expression:"content.notice.elements.buttons.elements.readMore"}},[n("template",{slot:"cky-btn-meta"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("URL","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.notice.elements.privacyLink,expression:"content.notice.elements.privacyLink"}],staticClass:"cky-form-control",attrs:{type:"text",placeholder:"Enter the URL to your cookie policy or privacy page",disabled:e.disabled},domProps:{value:e.content.notice.elements.privacyLink},on:{input:function(t){t.target.composing||e.$set(e.content.notice.elements,"privacyLink",t.target.value)}}})])])])],2),n("cky-banner-btn",{attrs:{name:"donotsell-link",properties:e.banner.properties.config.notice.elements.buttons.elements.donotSell,content:e.content.notice.elements.buttons.elements.donotSell,title:e.$i18n.__("“Do Not Sell” link","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled,disabledFields:["background","border"]},model:{value:e.content.notice.elements.buttons.elements.donotSell,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"donotSell",t)},expression:"content.notice.elements.buttons.elements.donotSell"}}),e.translate||"gdpr"!==e.appliedLaw?e._e():n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-toggle-banner-close-btn"}},[e._v(e._s(e.$i18n.__("Close [X] button","cookie-law-info"))),n("cky-popper",{attrs:{content:e.$i18n.__("Enable the close button to let users close the banner and continue browsing the site without being tracked. A close button is required by the Italian DPA.","cookie-law-info")}})],1),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-toggle-banner-close-btn"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.notice.elements.closeButton.status,expression:"\n\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.closeButton.status\n\t\t\t\t\t\t\t\t"}],attrs:{type:"checkbox",id:"cky-toggle-banner-close-btn"},domProps:{checked:Array.isArray(e.banner.properties.config.notice.elements.closeButton.status)?e._i(e.banner.properties.config.notice.elements.closeButton.status,null)>-1:e.banner.properties.config.notice.elements.closeButton.status},on:{change:function(t){var n=e.banner.properties.config.notice.elements.closeButton.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.notice.elements.closeButton,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.notice.elements.closeButton,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.notice.elements.closeButton,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-toggle-banner-close-btn-text","aria-hidden":"true"}})])])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-customize-branding"}},[e._v(e._s(e.$i18n.__("Custom logo","cookie-law-info"))+" "),n("span",{staticClass:"cky-pro-badge"},[e._v(e._s(e.$i18n.__("Premium","cookie-law-info")))])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-customize-branding"}},[n("input",{attrs:{type:"checkbox",id:"cky-customize-branding"},domProps:{value:!1},on:{click:function(t){t.preventDefault(),e.showUpgradeModal(e.$i18n.__("Upgrade to unlock custom logo and other advanced features","cookie-law-info"))}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-customize-branding-toggle","aria-hidden":"true"}})])])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-disable-branding-logo"}},[e._v(e._s(e.$i18n.__("Disable CookieYes branding","cookie-law-info"))),n("span",{staticClass:"cky-pro-badge"},[e._v(e._s(e.$i18n.__("Premium","cookie-law-info")))])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-disable-branding-logo"}},[n("input",{attrs:{type:"checkbox",id:"cky-disable-branding-logo"},domProps:{value:!1},on:{click:function(t){t.preventDefault(),e.showUpgradeModal(e.$i18n.__("Upgrade to disable CookieYes branding and unlock other advanced features","cookie-law-info"))}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-disable-branding-logo-toggle","aria-hidden":"true"}})])])])])]),n("cky-upgrade-modal",{ref:"ckyUpgradeModal",scopedSlots:e._u([{key:"title",fn:function(){return[e._v(" "+e._s(e.upgradeNoticeTitle)+" ")]},proxy:!0}])})],1)],2)},u=[],p=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"colorpicker",staticClass:"cky-color-picker cky-align-center"},[n("div",{staticClass:"cky-color-picker-container"},[n("div",{staticClass:"cky-current-color",style:"background-color: "+e.colorValue,on:{click:function(t){return e.togglePicker()}}}),e.displayPicker?n("chrome-picker",{attrs:{value:e.colors,disableAlpha:!0},on:{input:e.updateFromPicker}}):e._e()],1),n("div",{staticClass:"cky-color-picker-input cky-center",on:{click:function(t){return e.togglePicker()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.colorValue,expression:"colorValue"}],staticClass:"cky-form-control cky-input-color",attrs:{type:"text"},domProps:{value:e.colorValue},on:{focus:function(t){return e.showPicker()},input:[function(t){t.target.composing||(e.colorValue=t.target.value)},e.updateFromInput]}})])])},f=[],g=n("c345"),y={name:"CkyColors",components:{"chrome-picker":g["Chrome"]},props:["color"],data(){return{colors:{hex:"#000000"},colorValue:"",displayPicker:!1}},mounted(){this.setColor(this.color||"#000000")},methods:{setColor(e){this.updateColors(e),this.colorValue=e},updateColors(e){if("#"==e.slice(0,1))this.colors=Object.assign({},this.colors,{hex:e});else if("rgba"==e.slice(0,4)){const t=e.replace(/^rgba?\(|\s+|\)$/g,"").split(","),n="#"+((1<<24)+(parseInt(t[0])<<16)+(parseInt(t[1])<<8)+parseInt(t[2])).toString(16).slice(1);this.colors=Object.assign({},this.colors,{hex:n,a:t[3]})}},showPicker(){document.addEventListener("click",this.documentClick),this.displayPicker=!0},hidePicker(){document.removeEventListener("click",this.documentClick),this.displayPicker=!1},togglePicker(){this.displayPicker?this.hidePicker():this.showPicker()},updateFromInput(){this.updateColors(this.colorValue)},updateFromPicker(e){this.colors=Object.assign({},this.colors,e),1==e.rgba.a?this.colorValue=e.hex:this.colorValue=`rgba(${e.rgba.r},${e.rgba.g},${e.rgba.b},${e.rgba.a})`},documentClick(e){var t=this.$refs.colorpicker,n=e.target;t===n||t.contains(n)||this.hidePicker()}},watch:{color(e){this.setColor(e),this.$emit("changeColor",e)},colorValue(e){e&&(this.updateColors(e),this.$emit("input",e))}}},h=y,m=n("2877"),C=Object(m["a"])(h,p,f,!1,null,null,null),b=C.exports,k=n("a32d"),v=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.supportedLaws.includes(e.appliedLaw)?n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"},[e.toggle&&!e.translate?n("div",{staticClass:"cky-row"},[n("div",{staticClass:"cky-col-3"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.title)+" ")])]),n("div",{staticClass:"cky-col-9"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-toggle-"+e.name}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.properties.status,expression:"properties.status"}],attrs:{type:"checkbox",id:"cky-toggle-"+e.name,disabled:e.disabled},domProps:{checked:Array.isArray(e.properties.status)?e._i(e.properties.status,null)>-1:e.properties.status},on:{change:function(t){var n=e.properties.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.properties,"status",n.concat([s])):r>-1&&e.$set(e.properties,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.properties,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-toggle-"+e.name,"aria-hidden":"true"}})])])]):n("div",{staticClass:"cky-row"},[n("div",{staticClass:"cky-col-12"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.title)+" ")])])])]),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.bannerContent,expression:"bannerContent"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.bannerContent},on:{input:function(t){t.target.composing||(e.bannerContent=t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("div",{staticClass:"cky-col-3"}),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-row"},[e.properties.styles["background-color"]&&!e.disabledFields.includes("background")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles["background-color"],disabled:e.disabled},model:{value:e.properties.styles["background-color"],callback:function(t){e.$set(e.properties.styles,"background-color",t)},expression:"properties.styles['background-color']"}})],1):e._e(),e.properties.styles["border-color"]&&!e.disabledFields.includes("border")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles["border-color"],disabled:e.disabled},model:{value:e.properties.styles["border-color"],callback:function(t){e.$set(e.properties.styles,"border-color",t)},expression:"properties.styles['border-color']"}})],1):e._e(),e.properties.styles.color&&!e.disabledFields.includes("color")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Text","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles.color,disabled:e.disabled},model:{value:e.properties.styles.color,callback:function(t){e.$set(e.properties.styles,"color",t)},expression:"properties.styles.color"}})],1):e._e()])])]),e._t("cky-btn-meta")],2)]):e._e()},w=[],_={name:"CkyBannerBtn",props:{properties:{type:Object,default(){return{}}},content:{type:String,default:""},title:{type:String,default:""},name:{type:String,default:""},toggle:{type:Boolean,default:!0},supportedLaws:{type:Array,default(){return["gdpr"]}},translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},disabledFields:{type:Array,default(){return[]}}},data(){return{bannerContent:""}},components:{CkyColors:b},computed:{appliedLaw(){return this.$store.state.banners.current.properties.settings.applicableLaw}},mounted(){this.bannerContent=this.content},watch:{bannerContent(e){this.$emit("input",e)}}},L=_,x=Object(m["a"])(L,v,w,!1,null,null,null),$=x.exports,S=n("2f62"),M=n("0bd0"),P={name:"Notice",components:{CkyAccordionItem:c["a"],CkyColors:b,CkyEditor:k["a"],CkyBannerBtn:$,CkyUpgradeModal:M["a"]},props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},data(){return{upgradeNoticeTitle:""}},methods:{savePreferenceStyles(){const e=this.banner.properties.config;e.preferenceCenter.styles["background-color"]=e.notice.styles["background-color"],e.preferenceCenter.styles.color=e.preferenceCenter.elements.title.styles.color=e.preferenceCenter.elements.description.styles.color=e.preferenceCenter.elements.categories.elements.title.styles.color=e.preferenceCenter.elements.categories.elements.description.styles.color=e.categoryPreview.elements.title.styles.color=e.notice.elements.description.styles.color},showUpgradeModal(e){this.upgradeNoticeTitle=e,this.$refs.ckyUpgradeModal.show()},saveOptoutStyles(){let e=this.banner.properties.config;e.optoutPopup.styles["background-color"]=e.notice.styles["background-color"],e.optoutPopup.styles.color=e.optoutPopup.elements.confirmation.styles.color=e.notice.elements.description.styles.color},toggleDetailSaveButton(){const e=this.banner.properties.config;let t=!0;this.showCategoriesOnFirstLayer&&e.categoryPreview.status&&(t=!1),e.preferenceCenter.elements.buttons.elements.save.status=t}},computed:{banner(){return this.$store.state.banners.current},showCategoriesOnFirstLayer(){return"classic"===this.banner.properties.settings.type},appliedLaw(){return this.banner.properties.settings.applicableLaw},...Object(S["d"])("settings",["info"])},watch:{"banner.properties.config.notice":{handler(){this.savePreferenceStyles(),this.saveOptoutStyles()},deep:!0},"banner.properties.config.categoryPreview":{handler(){this.toggleDetailSaveButton()},deep:!0},banner:{handler(){this.content.preferenceCenter.elements.buttons.elements.accept=this.content.notice.elements.buttons.elements.accept,this.content.preferenceCenter.elements.buttons.elements.reject=this.content.notice.elements.buttons.elements.reject,this.banner.properties.config.preferenceCenter.elements.buttons.elements.accept.styles=this.banner.properties.config.notice.elements.buttons.elements.accept.styles,this.banner.properties.config.preferenceCenter.elements.buttons.elements.reject.styles=this.banner.properties.config.notice.elements.buttons.elements.reject.styles},deep:!0}}},O=P,B=Object(m["a"])(O,d,u,!1,null,null,null),j=B.exports,H=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Preference Center","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.preferenceCenter.elements.title,expression:"content.preferenceCenter.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.preferenceCenter.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.preferenceCenter.elements,"title",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(" "+e._s(e.$i18n.__("Privacy overview","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-col-9"},[n("cky-editor",{attrs:{disabled:e.disabled},model:{value:e.content.preferenceCenter.elements.description,callback:function(t){e.$set(e.content.preferenceCenter.elements,"description",t)},expression:"content.preferenceCenter.elements.description"}})],1)])])]),n("cky-banner-btn",{attrs:{name:"accept-all",properties:e.banner.properties.config.preferenceCenter.elements.buttons.elements.save,content:e.content.preferenceCenter.elements.buttons.elements.save,title:e.$i18n.__("“Save My Preferences” button","cookie-law-info"),toggle:!1,translate:e.translate,disabled:e.disabled},model:{value:e.content.preferenceCenter.elements.buttons.elements.save,callback:function(t){e.$set(e.content.preferenceCenter.elements.buttons.elements,"save",t)},expression:"content.preferenceCenter.elements.buttons.elements.save"}})],1)],2)},E=[],T={name:"Preference",components:{CkyAccordionItem:c["a"],CkyEditor:k["a"],CkyBannerBtn:$},props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{savePreferenceStyles(){const e=this.banner.properties.config;e.preferenceCenter.styles["background-color"]=e.notice.styles["background-color"],e.preferenceCenter.styles.color=e.preferenceCenter.elements.title.styles.color=e.preferenceCenter.elements.description.styles.color=e.preferenceCenter.elements.categories.elements.title.styles.color=e.preferenceCenter.elements.categories.elements.description.styles.color=e.notice.elements.description.styles.color}},computed:{banner(){return this.$store.state.banners.current}},watch:{"banner.properties.config.notice":{handler(){this.savePreferenceStyles()},deep:!0}}},A=T,V=Object(m["a"])(A,H,E,!1,null,null,null),Z=V.exports,I=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Cookie List","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[e.translate||"ccpa"===e.applicableLaw?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-show-cookie-declaration"}},[n("h6",[e._v(" "+e._s(e.$i18n.__("Show cookie list","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-show-cookie-declaration"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.auditTable.status,expression:"banner.properties.config.auditTable.status"}],attrs:{type:"checkbox",id:"cky-show-cookie-declaration",disabled:e.disabled},domProps:{checked:Array.isArray(e.banner.properties.config.auditTable.status)?e._i(e.banner.properties.config.auditTable.status,null)>-1:e.banner.properties.config.auditTable.status},on:{change:function(t){var n=e.banner.properties.config.auditTable.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.auditTable,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.auditTable,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.auditTable,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{"aria-hidden":"true"}})])])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Cookie" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.id,expression:"content.auditTable.elements.headers.elements.id"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.id},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"id",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Duration" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.duration,expression:"content.auditTable.elements.headers.elements.duration"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.duration},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"duration",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Description" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.description,expression:"\n\t\t\t\t\t\t\t\tcontent.auditTable.elements.headers.elements.description\n\t\t\t\t\t\t\t"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.description},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"description",t.target.value)}}})])]),"ccpa"!==e.applicableLaw?n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Always Active" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.preferenceCenter.elements.category.elements.alwaysEnabled,expression:"\n\t\t\t\t\t\t\t\tcontent.preferenceCenter.elements.category.elements\n\t\t\t\t\t\t\t\t\t.alwaysEnabled\n\t\t\t\t\t\t\t"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.preferenceCenter.elements.category.elements.alwaysEnabled},on:{input:function(t){t.target.composing||e.$set(e.content.preferenceCenter.elements.category.elements,"alwaysEnabled",t.target.value)}}})])]):e._e(),"ccpa"!==e.applicableLaw?n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"No cookies to display" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.message,expression:"content.auditTable.elements.message"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.message},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements,"message",t.target.value)}}})])]):e._e()])])])],2)},N=[],D={name:"PreferenceCenter",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"]},computed:{banner(){return this.$store.state.banners.current},applicableLaw(){return this.banner.properties.settings.applicableLaw}}},U=D,F=Object(m["a"])(U,I,N,!1,null,null,null),R=F.exports,q=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Revisit Consent Button","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-revisit-consent-button"}},[n("h6",[e._v(e._s(e.$i18n.__("Revisit consent button","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-revisit-consent-button"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.status,expression:"banner.properties.config.revisitConsent.status"}],attrs:{type:"checkbox",id:"cky-revisit-consent-button",disabled:e.disabled},domProps:{checked:Array.isArray(e.banner.properties.config.revisitConsent.status)?e._i(e.banner.properties.config.revisitConsent.status,null)>-1:e.banner.properties.config.revisitConsent.status},on:{change:function(t){var n=e.banner.properties.config.revisitConsent.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.revisitConsent,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.revisitConsent,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.revisitConsent,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-revisit-consent-button","aria-hidden":"true"}})])])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Text on hover","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.revisitConsent.elements.title,expression:"content.revisitConsent.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.revisitConsent.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.revisitConsent.elements,"title",t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Position","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-form-check-inline"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.position,expression:"banner.properties.config.revisitConsent.position"}],staticClass:"cky-form-check-input",attrs:{type:"radio",id:"cky-revisit-consent-button-position-bottom-left",value:"bottom-left"},domProps:{checked:e._q(e.banner.properties.config.revisitConsent.position,"bottom-left")},on:{change:function(t){return e.$set(e.banner.properties.config.revisitConsent,"position","bottom-left")}}}),n("label",{attrs:{for:"cky-revisit-consent-button-position-bottom-left"}},[e._v(e._s(e.$i18n.__("Left","cookie-law-info")))])]),n("div",{staticClass:"cky-form-check-inline"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.position,expression:"banner.properties.config.revisitConsent.position"}],staticClass:"cky-form-check-input",attrs:{type:"radio",id:"cky-revisit-consent-button-position-bottom-right",value:"bottom-right"},domProps:{checked:e._q(e.banner.properties.config.revisitConsent.position,"bottom-right")},on:{change:function(t){return e.$set(e.banner.properties.config.revisitConsent,"position","bottom-right")}}}),n("label",{attrs:{for:"cky-revisit-consent-button-position-bottom-right"}},[e._v(e._s(e.$i18n.__("Right","cookie-law-info")))])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Colours","cookie-law-info")))]),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.revisitConsent.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.revisitConsent.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.revisitConsent.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.revisitConsent.styles[\n\t\t\t\t\t\t\t\t'background-color'\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t"}})],1)])])])],2)},G=[],z={name:"RevisitConsent",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyColors:b},computed:{banner(){return this.$store.state.banners.current}}},Y=z,J=Object(m["a"])(Y,q,G,!1,null,null,null),Q=J.exports,W=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Blocked Content","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.videoPlaceholder.elements.title,expression:"content.videoPlaceholder.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.videoPlaceholder.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.videoPlaceholder.elements,"title",t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Colours","cookie-law-info")))]),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.styles[\n\t\t\t\t\t\t\t\t'background-color'\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.styles["border-color"],disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.styles["border-color"],callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.styles,"border-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.styles['border-color']\n\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Text","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.elements.title.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.elements.title.styles.color,callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.elements.title.styles,"color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.elements.title.styles\n\t\t\t\t\t\t\t\t.color\n\t\t\t\t\t\t"}})],1)])])])],2)},X=[],K={name:"BlockedContent",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyColors:b},computed:{banner(){return this.$store.state.banners.current}}},ee=K,te=Object(m["a"])(ee,W,X,!1,null,null,null),ne=te.exports,ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Opt-out center","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.$i18n.__("Opt-out Confirmation","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.optoutPopup.elements.confirmation,expression:"content.optoutPopup.elements.confirmation"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.optoutPopup.elements.confirmation},on:{input:function(t){t.target.composing||e.$set(e.content.optoutPopup.elements,"confirmation",t.target.value)}}})])])])]),n("cky-banner-btn",{attrs:{name:"optout-confirm",properties:e.banner.properties.config.optoutPopup.elements.buttons.elements.confirm,content:e.content.optoutPopup.elements.buttons.elements.confirm,title:e.$i18n.__("“Confirm” button","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled},model:{value:e.content.optoutPopup.elements.buttons.elements.confirm,callback:function(t){e.$set(e.content.optoutPopup.elements.buttons.elements,"confirm",t)},expression:"content.optoutPopup.elements.buttons.elements.confirm"}}),n("cky-banner-btn",{attrs:{name:"optout-cancel",properties:e.banner.properties.config.optoutPopup.elements.buttons.elements.cancel,content:e.content.optoutPopup.elements.buttons.elements.cancel,title:e.$i18n.__("“Cancel Button“","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled},model:{value:e.content.optoutPopup.elements.buttons.elements.cancel,callback:function(t){e.$set(e.content.optoutPopup.elements.buttons.elements,"cancel",t)},expression:"content.optoutPopup.elements.buttons.elements.cancel"}})],1)],2)},oe=[],se={name:"OptOutCenter",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyBannerBtn:$},computed:{banner(){return this.$store.state.banners.current}}},re=se,ie=Object(m["a"])(re,ae,oe,!1,null,null,null),ce=ie.exports,le={name:"TabContentAccordion",components:{CkyLoader:s["a"],CkyIcon:r["a"],CkyAccordion:l["a"],CkyAccordionItem:c["a"],Notice:j,Preference:Z,CookieList:R,RevisitConsent:Q,BlockedContent:ne,OptOutCenter:ce},props:{language:{type:String,default:"en"},disabled:{type:Boolean,default:!1},translate:{type:Boolean,default:!1}},computed:{banner(){return this.$store.state.banners.current},contentSections:function(){let e=[];if(this.loading)return e;const t=this.banner.properties.settings.applicableLaw;return e=i["a"].getContentSections(t),e},loading(){return!this.$store.state.banners.current.id>0},content(){let e=this.banner.contents[this.language];return void 0!==e&&""!==e||(e=this.banner.contents["en"]),e}}},de=le,ue=(n("6072"),Object(m["a"])(de,a,o,!1,null,null,null));t["a"]=ue.exports},c981:function(e,t,n){},cda9:function(e,t,n){},d9e4:function(e,t,n){"use strict";n("3213")},e867:function(e,t,n){"use strict";n("981f")},f61e:function(e,t,n){"use strict";var a=n("f9c4"),o=n("07a4"),s=n("87ea");const r={get:async function(){try{const e=await a["a"].get({path:"languages/available"});return e}catch(e){return console.error(e),[]}},getLanguageDetails:function(e,t){let n=e.filter((function(e){if(-1!=t.indexOf(e.code))return e}));return n},getName(e){let t=o["a"].state.languages.available.find((function(t){return t.code==e}));return"undefined"!==typeof t?t.name:""},deleteLanguage:async function(e){if(e){let t=Object(s["e"])("languages"),n=t.selected.indexOf(e);return-1!==n&&t.selected.splice(n,1),o["a"].dispatch("languages/setSelected",t.selected),await o["a"].dispatch("languages/saveSelected"),await Object(s["h"])(),await o["a"].dispatch("banners/reInit"),await o["a"].dispatch("cookies/reInit"),!0}},getTranslatedLanguages(){return["de","en","es","fi","fr","hu","it","pl","pt-br","pt"]},deepEqual(e,t){const n=Object.keys(e),a=Object.keys(t);if(n.length!==a.length)return!1;for(const o of n){const n=e[o],a=t[o],s=this.isObject(n)&&this.isObject(a);if(s&&!this.deepEqual(n,a)||!s&&n!==a)return!1}return!0},isObject(e){return null!=e&&"object"===typeof e}};t["a"]=r},f9c4:function(e,t,n){"use strict";var a=n("8eaa");a["a"].use(a["a"].createNonceMiddleware(window.ckyGlobals.api.nonce)),a["a"].use(a["a"].createRootURLMiddleware(window.ckyGlobals.api.base));var o={post:function(e){if(e=e||{},e.method="POST",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},get:function(e){if(e=e||{},e.method="GET",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},put:function(e){if(e=e||{},e.method="PUT",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},delete:function(e){e=e||{},e.method="DELETE";try{return Object(a["a"])(e)}catch(t){return t}}};t["a"]=o}});
1
+ (function(e){function t(t){for(var a,o,i=t[0],c=t[1],l=t[2],d=0,u=[];d<i.length;d++)o=i[d],Object.prototype.hasOwnProperty.call(s,o)&&s[o]&&u.push(s[o][0]),s[o]=0;for(a in c)Object.prototype.hasOwnProperty.call(c,a)&&(e[a]=c[a]);p&&p(t);while(u.length)u.shift()();return r.push.apply(r,l||[]),n()}function n(){for(var e,t=0;t<r.length;t++){for(var n=r[t],a=!0,o=1;o<n.length;o++){var i=n[o];0!==s[i]&&(a=!1)}a&&(r.splice(t--,1),e=c(c.s=n[0]))}return e}var a={},o={app:0},s={app:0},r=[];function i(e){return c.p+"js/"+({}[e]||e)+".js"}function c(t){if(a[t])return a[t].exports;var n=a[t]={i:t,l:!1,exports:{}};return e[t].call(n.exports,n,n.exports,c),n.l=!0,n.exports}c.e=function(e){var t=[],n={"chunk-0495ae18":1,"chunk-2177d27f":1,"chunk-263180a4":1,"chunk-322699f8":1,"chunk-637dc2c8":1,"chunk-69ed221f":1,"chunk-55c96061":1};o[e]?t.push(o[e]):0!==o[e]&&n[e]&&t.push(o[e]=new Promise((function(t,n){for(var a="css/"+({}[e]||e)+".css",s=c.p+a,r=document.getElementsByTagName("link"),i=0;i<r.length;i++){var l=r[i],d=l.getAttribute("data-href")||l.getAttribute("href");if("stylesheet"===l.rel&&(d===a||d===s))return t()}var u=document.getElementsByTagName("style");for(i=0;i<u.length;i++){l=u[i],d=l.getAttribute("data-href");if(d===a||d===s)return t()}var p=document.createElement("link");p.rel="stylesheet",p.type="text/css",p.onload=t,p.onerror=function(t){var a=t&&t.target&&t.target.src||s,r=new Error("Loading CSS chunk "+e+" failed.\n("+a+")");r.code="CSS_CHUNK_LOAD_FAILED",r.request=a,delete o[e],p.parentNode.removeChild(p),n(r)},p.href=s;var f=document.getElementsByTagName("head")[0];f.appendChild(p)})).then((function(){o[e]=0})));var a=s[e];if(0!==a)if(a)t.push(a[2]);else{var r=new Promise((function(t,n){a=s[e]=[t,n]}));t.push(a[2]=r);var l,d=document.createElement("script");d.charset="utf-8",d.timeout=120,c.nc&&d.setAttribute("nonce",c.nc),d.src=i(e);var u=new Error;l=function(t){d.onerror=d.onload=null,clearTimeout(p);var n=s[e];if(0!==n){if(n){var a=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;u.message="Loading chunk "+e+" failed.\n("+a+": "+o+")",u.name="ChunkLoadError",u.type=a,u.request=o,n[1](u)}s[e]=void 0}};var p=setTimeout((function(){l({type:"timeout",target:d})}),12e4);d.onerror=d.onload=l,document.head.appendChild(d)}return Promise.all(t)},c.m=e,c.c=a,c.d=function(e,t,n){c.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},c.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},c.t=function(e,t){if(1&t&&(e=c(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(c.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var a in e)c.d(n,a,function(t){return e[t]}.bind(null,a));return n},c.n=function(e){var t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return c.d(t,"a",t),t},c.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},c.p="/wp-content/plugins/cookie-law-info/admin/dist/",c.oe=function(e){throw console.error(e),e};var l=window["webpackJsonp"]=window["webpackJsonp"]||[],d=l.push.bind(l);l.push=t,l=l.slice();for(var u=0;u<l.length;u++)t(l[u]);var p=d;r.push([0,"chunk-vendors"]),n()})({0:function(e,t,n){e.exports=n("56d7")},"07a4":function(e,t,n){"use strict";var a=n("2b0e"),o=n("2f62"),s=n("f9c4"),r=n("87ea");const i={namespaced:!0,state:{options:window.ckyConfig.settings,info:!1,status:!0,errors:{}},getters:{get:e=>e.options,getInfo:e=>e.info},mutations:{set:(e,t)=>{Object.prototype.hasOwnProperty.call(e.options,t.key)&&(e.options[t.key]=t.value)},setInfo:(e,t)=>{e.info=t},update:(e,t)=>{window.ckyConfig.settings=t,e.options=t},updateStatus:(e,t=!0)=>{e.status=t},setErrors:(e,t)=>{e.errors=t}},actions:{reInit:async({commit:e})=>{await s["a"].get({path:"settings"}).then(t=>{t.account&&e("update",t)})},loadInfo:async({commit:e,state:t,dispatch:n},a=!1)=>{let o=!1;return o=!0,await s["a"].get({path:"settings/info",params:{force:a}}).then(a=>{if(a){e("setInfo",a),e("updateStatus",!0);const o=t.info&&t.info.languages?t.info.languages:[],s=o&&o.default?o.default:"en";Object(r["k"])(s),n("checkURLMismatch")}}).catch(async t=>{t&&t.data&&t.data.status&&e("updateStatus",!1)}),o},set:({commit:e},t={})=>{t["key"]&&t["value"]&&e("set",t)},setInfo:({commit:e},t={})=>{t["key"]&&t["value"]&&e("setInfo",t)},save:async({commit:e,state:t,dispatch:n})=>{const a=t.options;let o=!1;return await s["a"].post({path:"settings",data:a}).then(t=>{t&&(e("update",t),n("loadInfo"),o=!0)}),o},checkURLMismatch({state:e,commit:t}){if(!1!==e.options.account.connected&&!Object(r["a"])()){let e={urlMismatch:!0};t("setErrors",e)}}}};var c=i;const l={namespaced:!0,state:{items:!1,current:!1,preview:!1,presets:[],configs:[],template:[],errors:{}},getters:{getBanners:e=>e.items,getCurrentBanner:e=>e.current,getPreview:e=>e.preview,getPresets:e=>e.presets,getConfigs:e=>e.configs,getTemplate:e=>e.template,getErrors:e=>e.errors},mutations:{setBanners:(e,t)=>{e.items=t},setCurrentBanner:(e,t)=>{e.current=t},setPreview:(e,t)=>{e.preview=t},setPresets:(e,t)=>{e.presets=t},setConfigs:(e,t)=>{e.configs=t},setTemplate:(e,t)=>{e.template=t},updateBanners:(e,t)=>{e.items=t},setErrors:(e,t)=>{e.errors=t}},actions:{reInit:async({commit:e})=>{try{const t=await s["a"].get({path:"banners"});if(t){const n=[];t.forEach((function(e){let t={};t.id=e.id||"",t.name=e.name||"",t.slug=e.slug||"",t.default=e.default||!1,t.status=e.status||!1,t.properties=e.properties||{},t.contents=e.contents||{},n.push(t)})),e("updateBanners",n)}}catch(t){console.log(t)}},setBanners:async({commit:e},t={})=>{e("setBanners",t)},setCurrentBanner:async({commit:e},t={})=>{e("setCurrentBanner",t)},setPreview:async({commit:e},t={})=>{e("setPreview",t)},setPresets:async({commit:e},t={})=>{e("setPresets",t)},setConfigs:async({commit:e},t={})=>{e("setConfigs",t)},setTemplate:async({commit:e},t={})=>{e("setTemplate",t)},saveBanner:async({dispatch:e},t={})=>{let n=!1;if(!Object.prototype.hasOwnProperty.call(t,"banner"))return;const a=t.banner,o=t.params&&t.params||{};try{const t=await s["a"].put({path:"/banners/"+a.id,data:a,params:o});t.id&&(n=!0,e("reInit"))}catch(r){console.log(r)}return n},setErrors:async({commit:e},t={})=>{e("setErrors",t)}}};var d=l;const u={namespaced:!0,state:{selected:[],available:window.ckyLanguages,current:"",default:""},getters:{getSelected:e=>e.selected,getCurrent:e=>e.current,getAvailable:e=>e.available,getDefault:e=>e.available.find((function(t){return t.code==e.default}))},mutations:{setSelected:(e,t)=>{e.selected=t},setCurrent:(e,t)=>{e.current=t},setAvailable:(e,t)=>{e.available=t},setDefault:(e,t)=>{e.default=t}},actions:{setSelected:async({commit:e},t={})=>{e("setSelected",t)},setCurrent:async({commit:e},t={})=>{e("setCurrent",t)},setDefault:async({commit:e},t={})=>{e("setDefault",t)},saveSelected:async({state:e})=>{const t=e.selected;let n=Object(r["e"])("languages");return n.selected=t,Object(r["l"])("languages",n),await Object(r["j"])()},saveDefault:async({state:e})=>{const t=e.default;let n=Object(r["e"])("languages");return n.default=t,Object(r["l"])("languages",n),await Object(r["j"])()},loadLanguages:async({commit:e})=>{const t=Object(r["e"])("languages");e("setSelected",t.selected),e("setDefault",t.default),e("setCurrent",t.default)}}};var p=u,f=n("a9e4");const g={namespaced:!0,state:{items:!1},getters:{getItems:e=>e.items},mutations:{setItems:(e,t)=>{e.items=t}},actions:{reInit:async({commit:e})=>{try{const t=await f["a"].getCookieCategories(),n=[];t instanceof Array&&(t.forEach((function(e){n.push(e)})),e("setItems",n))}catch(t){console.error(t)}},bulkUpdate:async({state:e,dispatch:t})=>{let n=!1,a=await f["a"].bulkUpdateCookieCategory(e.items);return a.length>0&&(n=!0,t("reInit")),n}}};var y=g;a["a"].use(o["a"]);t["a"]=new o["a"].Store({namespaced:!0,modules:{banners:d,settings:c,languages:p,cookies:y}})},"0bd0":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-modal",{ref:"ckyUpgradeModal",staticClass:"cky-upgrade-modal cky-text-center",attrs:{type:"info",visible:e.visible,dismissable:e.dismissable},scopedSlots:e._u([{key:"body",fn:function(){return[n("h2",{staticClass:"cky-upgrade-modal-title"},[e._t("title")],2),n("p",{staticClass:"cky-upgrade-modal-message"},[e._t("message",(function(){return[e._v(" "+e._s(e.$i18n.__("To upgrade, create a new CookieYes account, or connect to an existing account and access premium features! After connecting, you can manage all your settings from the web app.","cookie-law-info"))+" ")]}))],2)]},proxy:!0},{key:"footer",fn:function(){return[n("div",{staticClass:"cky-app-modal-actions cky-justify-center"},[n("div",{staticClass:"cky-upgrade-button-container"},[n("cky-button",{ref:"ckyButtonUpgradeNew",staticClass:"cky-button-green cky-button-medium",nativeOn:{click:function(t){return e.upgradeSignup()}}},[e._v(" "+e._s(e.$i18n.__("New? Create an Account","cookie-law-info"))+" ")]),n("p",{staticStyle:{"margin-top":"10px","white-space":"nowrap"}},[e._v(" "+e._s(e.$i18n.__("Already have an account?","cookie-law-info"))+" "),n("a",{attrs:{href:""},on:{click:function(t){return t.preventDefault(),e.upgradeLogin(!0)}}},[e._v(e._s(e.$i18n.__("Connect your existing account","cookie-law-info")))])])],1)])]},proxy:!0}],null,!0)})},o=[],s=n("c068"),r=n("8a80"),i={name:"CkyUpgradeModal",mixins:[s["a"]],components:{CkyModal:r["a"]},props:{visible:{type:Boolean,default:!1}},methods:{show(){this.$refs.ckyUpgradeModal&&this.$refs.ckyUpgradeModal.show()},close(){this.$refs.ckyUpgradeModal&&this.$refs.ckyUpgradeModal.close()}},computed:{dismissable(){return!0===!this.visible}},mounted(){this.$root.$on("afterConnection",()=>{this.close()})}},c=i,l=(n("9033"),n("2877")),d=Object(l["a"])(c,a,o,!1,null,null,null);t["a"]=d.exports},"12f7":function(e,t,n){"use strict";n("333a")},"17aa":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement;e._self._c;return e._m(0)},o=[function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-card-loader-container"},[n("div",{staticClass:"cky-card-loader"},[n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line"}),n("div",{staticClass:"cky-card-loader--line cky-card-loader--rect"})])])}],s={name:"CkyCardLoader"},r=s,i=(n("7dd2"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,"4bc5d6ea",null);t["a"]=c.exports},"1f3d":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",e._g({staticClass:"cky-icon-base",style:e.getStyles},e.$listeners),[n(e.icon,{tag:"component",attrs:{width:e.width,height:e.height,color:e.color}})],1)},o=[],s=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 1250 250",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M92.9114 47.9141C134.161 47.9141 164.995 70.8307 174.995 108.331H128.745C121.661 93.3307 108.328 86.2474 92.4948 86.2474C66.6615 86.2474 48.7448 105.414 48.7448 136.247C48.7448 167.081 66.6615 186.247 92.4948 186.247C108.328 186.247 121.661 178.747 128.745 164.164H174.995C164.995 201.664 134.161 224.581 92.9114 224.581C41.6614 224.164 5.82812 187.914 5.82812 135.831C5.82812 83.7474 41.6614 47.9141 92.9114 47.9141Z",fill:e.color}}),n("path",{attrs:{d:"M259.161 225.003C218.745 225.003 188.328 197.919 188.328 154.169C188.328 110.419 219.578 83.3359 259.995 83.3359C300.411 83.3359 331.661 110.419 331.661 154.169C331.661 197.919 299.578 225.003 259.161 225.003ZM259.161 188.336C274.161 188.336 288.328 177.086 288.328 154.169C288.328 130.836 274.578 120.003 259.578 120.003C244.161 120.003 230.828 130.836 230.828 154.169C231.245 177.086 243.745 188.336 259.161 188.336Z",fill:e.color}}),n("path",{attrs:{d:"M415.411 225.003C374.995 225.003 344.578 197.919 344.578 154.169C344.578 110.419 375.828 83.3359 416.245 83.3359C456.661 83.3359 487.911 110.419 487.911 154.169C487.911 197.919 455.828 225.003 415.411 225.003ZM415.411 188.336C430.411 188.336 444.578 177.086 444.578 154.169C444.578 130.836 430.828 120.003 415.828 120.003C400.411 120.003 387.078 130.836 387.078 154.169C387.078 177.086 399.995 188.336 415.411 188.336Z",fill:e.color}}),n("path",{attrs:{d:"M502.914 47.9141H544.997V141.247L586.664 85.4141H638.747L581.664 154.164L639.581 222.914H587.497L545.414 164.997V222.914H503.331V47.9141H502.914Z",fill:e.color}}),n("path",{attrs:{d:"M648.746 48.3307C648.746 35.4141 658.746 25.4141 673.746 25.4141C688.746 25.4141 698.746 35.4141 698.746 48.3307C698.746 60.8307 688.746 70.8307 673.746 70.8307C658.746 70.8307 648.746 60.8307 648.746 48.3307ZM652.913 84.9974H694.996V222.497H652.913V84.9974Z",fill:e.color}}),n("path",{attrs:{d:"M780.001 225.003C739.585 225.003 710.418 197.919 710.418 154.169C710.418 110.419 739.168 83.3359 780.001 83.3359C820.001 83.3359 848.751 110.003 848.751 152.086C848.751 155.836 848.335 160.419 847.918 164.586H752.501C754.168 182.503 765.001 190.836 778.751 190.836C790.418 190.836 797.085 185.003 800.835 177.503H845.835C838.751 204.169 814.585 225.003 780.001 225.003ZM752.918 140.836H805.835C805.835 125.836 794.168 117.086 780.001 117.086C765.835 117.086 755.418 125.419 752.918 140.836Z",fill:e.color}}),n("path",{attrs:{d:"M1043.33 225.003C1002.91 225.003 973.746 197.919 973.746 154.169C973.746 110.419 1002.5 83.3359 1043.33 83.3359C1083.33 83.3359 1112.08 110.003 1112.08 152.086C1112.08 155.836 1111.66 160.419 1111.25 164.586H1015.83C1017.5 182.503 1028.33 190.836 1042.08 190.836C1053.75 190.836 1060.41 185.003 1064.16 177.503H1109.16C1102.08 204.169 1077.5 225.003 1043.33 225.003ZM1015.83 140.836H1068.75C1068.75 125.836 1057.08 117.086 1042.91 117.086C1029.16 117.086 1018.33 125.419 1015.83 140.836Z",fill:e.color}}),n("path",{attrs:{d:"M1188.33 225.003C1151.67 225.003 1127.08 204.586 1125 177.919H1166.67C1167.5 187.503 1176.25 193.753 1187.92 193.753C1198.75 193.753 1204.58 188.753 1204.58 182.503C1204.58 160.419 1129.58 176.253 1129.58 125.836C1129.58 102.503 1149.58 83.3359 1185.42 83.3359C1220.83 83.3359 1240.83 102.919 1243.33 130.003H1204.17C1202.92 120.836 1195.83 114.586 1183.75 114.586C1173.75 114.586 1168.33 118.336 1168.33 125.003C1168.33 147.086 1242.92 131.253 1243.75 182.919C1244.17 206.669 1222.92 225.003 1188.33 225.003Z",fill:e.color}}),n("path",{attrs:{d:"M892.496 87.5H848.746L888.746 161.667H932.496L892.496 87.5Z",fill:e.color}}),n("path",{attrs:{d:"M887.906 159.586L889.156 161.669H932.906L904.156 109.586L887.906 159.586Z",fill:e.color}}),n("path",{attrs:{d:"M967.91 25L889.16 161.667H932.91L1011.66 25H967.91Z",fill:e.color}}),n("path",{attrs:{d:"M889.16 182.086H931.66V225.003H889.16V182.086Z",fill:e.color}})])},r=[],i={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},c=i,l=n("2877"),d=Object(l["a"])(c,s,r,!1,null,null,null),u=d.exports,p=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 142 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0)"}},[n("path",{attrs:{d:"M20.9961 0H93.5913C99.3652 0 104.614 2.35596 108.423 6.16455C112.231 9.97315 114.587 15.2222 114.587 20.9961V67.8223C114.587 73.5962 112.231 78.8452 108.423 82.6538C104.614 86.4624 99.3652 88.8184 93.5913 88.8184H57.2876L25.4028 116.223C23.9258 117.493 21.6919 117.322 20.4224 115.833C19.7998 115.1 19.519 114.197 19.5801 113.306L21.2769 88.8062H20.9961C15.2222 88.8062 9.97315 86.4502 6.16455 82.6416C2.35596 78.8452 0 73.5962 0 67.8223V20.9961C0 15.2222 2.35596 9.97315 6.16455 6.16455C9.96094 2.35596 15.21 0 20.9961 0ZM124.89 34.1553C129.004 34.9487 132.69 36.9751 135.547 39.8315C139.27 43.5547 141.589 48.6939 141.589 54.3579V101.184C141.589 106.848 139.282 111.987 135.547 115.71C131.824 119.434 126.685 121.753 121.021 121.753H120.276L122.009 146.704C122.058 147.485 121.826 148.291 121.277 148.926C120.166 150.232 118.201 150.378 116.907 149.268L84.8999 120.947H42.7368L63.501 99.8291H107.495C117.09 99.8291 124.951 91.98 124.951 82.3731V35.5347C124.939 35.0708 124.927 34.6069 124.89 34.1553ZM31.3477 53.3203C29.3945 53.3203 27.8076 51.7334 27.8076 49.7803C27.8076 47.8272 29.3945 46.2402 31.3477 46.2402H68.396C70.3491 46.2402 71.936 47.8272 71.936 49.7803C71.936 51.7334 70.3491 53.3203 68.396 53.3203H31.3477ZM31.3477 35.791C29.3945 35.791 27.8076 34.2041 27.8076 32.251C27.8076 30.2979 29.3945 28.7109 31.3477 28.7109H83.8623C85.8154 28.7109 87.4024 30.2979 87.4024 32.251C87.4024 34.2041 85.8154 35.791 83.8623 35.791H31.3477ZM93.5791 7.08008H20.9961C17.1753 7.08008 13.6963 8.64258 11.1694 11.1694C8.64258 13.6963 7.08008 17.1631 7.08008 20.9961V67.8223C7.08008 71.6431 8.64258 75.1221 11.1694 77.6489C13.6963 80.1758 17.1753 81.7383 20.9961 81.7383H25.0732V81.7505L25.3052 81.7627C27.2461 81.897 28.7231 83.5816 28.5889 85.5225L27.2095 105.371L53.5034 82.7637C54.1382 82.1289 55.0171 81.7383 55.9937 81.7383H93.5791C97.3999 81.7383 100.879 80.1758 103.406 77.6489C105.933 75.1221 107.495 71.6431 107.495 67.8223V20.9961C107.495 17.1753 105.933 13.6963 103.406 11.1694C100.891 8.64258 97.4121 7.08008 93.5791 7.08008Z",fill:"white"}})]),n("defs",[n("clipPath",{attrs:{id:"clip0"}},[n("rect",{attrs:{width:"141.577",height:"150",fill:"white"}})])])])},f=[],g={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},y=g,h=Object(l["a"])(y,p,f,!1,null,null,null),m=h.exports,C=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M61.0383 94.1116C50.3883 90.4066 42.6933 80.2666 42.6933 68.3266C42.6933 53.2816 54.9033 41.0716 69.9783 41.0716C81.5733 41.0716 91.5183 48.3316 95.4483 58.5916C99.8433 57.3316 104.373 56.7016 109.038 56.7016C115.728 56.7016 122.193 58.0216 128.313 60.6016C131.898 62.1166 135.258 64.0516 138.363 66.3166C138.243 61.0066 137.868 58.8466 137.868 58.8466C137.328 55.8616 134.448 52.8466 131.493 52.1566L129.258 51.6466C124.038 50.0716 119.373 46.5916 116.418 41.5066C113.463 36.3916 112.773 30.5716 114.063 25.2316L114.753 23.1316C115.638 20.2366 114.498 16.2466 112.143 14.2516C112.143 14.2516 110.043 12.4666 104.163 9.07655C98.2533 5.68655 95.7183 4.77155 95.7183 4.77155C92.8233 3.75155 88.8033 4.72655 86.7033 6.96155L85.1583 8.62655C81.1983 12.3916 75.8583 14.6566 69.9333 14.6566C64.0233 14.6566 58.6533 12.3616 54.6633 8.56655L53.1633 6.96155C51.0933 4.72655 47.0433 3.75155 44.1783 4.78655C44.1783 4.78655 41.5983 5.73155 35.7033 9.09155C29.7933 12.5416 27.7533 14.2966 27.7533 14.2966C25.4283 16.2466 24.2733 20.2066 25.1433 23.1466L25.7733 25.2766C27.0333 30.6166 26.3733 36.4216 23.4183 41.5366C20.4633 46.6516 15.7833 50.1466 10.5183 51.7066L8.35828 52.2016C5.40328 52.8616 2.49328 55.8766 1.98328 58.8916C1.98328 58.8916 1.48828 61.5616 1.48828 68.4016C1.48828 75.2116 1.98328 77.9116 1.98328 77.9116C2.52328 80.9266 5.40328 83.9116 8.35828 84.6016L10.4583 85.0965C15.7083 86.6415 20.4483 90.1516 23.3733 95.2966C26.3283 100.412 27.0183 106.232 25.7283 111.572L25.1283 113.642C24.2433 116.537 25.3833 120.527 27.7383 122.522C27.7383 122.522 29.8383 124.307 35.7183 127.697C41.6283 131.117 44.1633 132.002 44.1633 132.002C47.0283 133.037 51.0483 132.062 53.1483 129.827L54.6183 128.252C56.8533 126.122 59.5533 124.457 62.5383 123.392C60.4983 117.902 59.4633 112.142 59.4633 106.247C59.5383 102.077 60.0633 98.0266 61.0383 94.1116Z",fill:e.color}}),n("path",{attrs:{d:"M109.052 66.7188C87.2566 66.7188 69.6016 84.3738 69.6016 106.169C69.6016 127.964 87.2566 145.619 109.052 145.619C130.847 145.619 148.502 127.964 148.502 106.169C148.502 84.3738 130.847 66.7188 109.052 66.7188ZM109.787 136.814C106.367 136.814 103.607 133.964 103.607 130.469C103.607 126.959 106.367 124.124 109.787 124.124C113.207 124.124 115.967 126.974 115.967 130.469C115.967 133.979 113.207 136.814 109.787 136.814ZM127.052 96.9288C126.197 98.5638 125.192 99.9738 124.007 101.174C122.837 102.374 120.737 104.369 117.692 107.174C116.852 107.984 116.177 108.674 115.682 109.274C115.172 109.874 114.797 110.429 114.557 110.909C114.302 111.404 114.122 111.914 113.987 112.409C113.837 112.904 113.642 113.789 113.387 115.049C112.922 117.719 111.467 119.039 108.992 119.039C107.702 119.039 106.637 118.604 105.752 117.749C104.867 116.894 104.432 115.589 104.432 113.879C104.432 111.719 104.747 109.859 105.377 108.314C106.007 106.739 106.877 105.359 107.927 104.174C108.992 103.004 110.432 101.564 112.232 99.9288C113.807 98.4888 114.962 97.4237 115.652 96.6887C116.372 95.9688 116.942 95.1438 117.437 94.2438C117.932 93.3588 118.157 92.3838 118.157 91.3188C118.157 89.2788 117.407 87.5237 115.952 86.1137C114.482 84.7037 112.592 83.9838 110.267 83.9838C107.537 83.9838 105.557 84.7037 104.267 86.1137C102.977 87.5237 101.882 89.6238 101.027 92.3988C100.187 95.2938 98.5816 96.7338 96.2566 96.7338C94.8766 96.7338 93.7066 96.2238 92.7466 95.2188C91.8016 94.2138 91.3066 93.1188 91.3066 91.9488C91.3066 89.5038 92.0566 87.0438 93.5716 84.5688C95.0716 82.0638 97.2766 80.0088 100.172 78.3588C103.067 76.7238 106.427 75.8838 110.282 75.8838C113.867 75.8838 117.032 76.5738 119.762 77.9538C122.492 79.3338 124.622 81.1938 126.107 83.5188C127.607 85.8738 128.342 88.4238 128.342 91.1838C128.312 93.3738 127.907 95.2938 127.052 96.9288Z",fill:e.color}})])},b=[],k={props:{width:{type:String,default:"44"},height:{type:String,default:"38"},color:{type:String,default:"currentColor"}}},v=k,w=Object(l["a"])(v,C,b,!1,null,null,null),_=w.exports,L=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 150",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0)"}},[n("path",{attrs:{d:"M146.921 0.0209041C117.639 -0.504096 84.2456 14.8021 63.1082 38.5459C42.9082 38.9272 23.2395 47.2084 8.75835 61.6897C7.9146 62.5209 7.6146 63.7647 7.98335 64.8897C8.35835 66.0209 9.33334 66.8397 10.5083 67.0084L34.5958 70.4584L31.6207 73.7896C30.5145 75.0271 30.5707 76.9084 31.7458 78.0834L71.9144 118.252C72.5206 118.858 73.3206 119.165 74.1269 119.165C74.8707 119.165 75.6144 118.902 76.2081 118.371L79.5393 115.395L82.9893 139.483C83.1581 140.659 84.0831 141.521 85.2018 141.896C85.4894 141.989 85.7894 142.033 86.0956 142.033C86.9831 142.033 87.8894 141.645 88.5144 141.027C102.796 126.746 111.077 107.077 111.458 86.8771C135.227 65.6959 150.658 32.3146 149.976 3.07091C149.933 1.4084 148.589 0.064654 146.921 0.0209041ZM118.12 53.9709C115.077 57.0147 111.077 58.5397 107.071 58.5397C103.064 58.5397 99.0643 57.0147 96.0206 53.9709C89.9331 47.8771 89.9331 37.9647 96.0206 31.8709C102.114 25.7772 112.027 25.7772 118.12 31.8709C124.214 37.9647 124.214 47.8834 118.12 53.9709Z",fill:"white"}}),n("path",{attrs:{d:"M17.0253 105.662C10.3378 112.349 1.15661 142.561 0.131609 145.98C-0.199641 147.081 0.106608 148.274 0.912857 149.086C1.51286 149.686 2.3066 150.006 3.12535 150.006C3.42535 150.006 3.72535 149.962 4.02535 149.874C7.44409 148.85 37.6565 139.668 44.344 132.981C51.8753 125.45 51.8753 113.193 44.344 105.662C36.8066 98.1304 24.5566 98.1368 17.0253 105.662Z",fill:"white"}})]),n("defs",[n("clipPath",{attrs:{id:"clip0"}},[n("rect",{attrs:{width:"150",height:"150",fill:"white"}})])])])},x=[],$={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},S=$,M=Object(l["a"])(S,L,x,!1,null,null,null),P=M.exports,O=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 130 130"}},[n("path",{attrs:{fill:"#E5E7EA","fill-rule":"evenodd",d:"M60.5 28.362c2.95-2.475 3.352-6.895.863-9.861-2.49-2.967-6.913-3.338-9.863-.863a6.99 6.99 0 0 0-.862 9.862 6.99 6.99 0 0 0 9.862.862M40.178 76.841c5.705-4.787 6.465-13.296 1.664-19.018-4.788-5.706-13.314-6.452-19.019-1.665-5.722 4.802-6.452 13.314-1.664 19.02a13.482 13.482 0 0 0 19.02 1.663m69.284-8.467c6.564-5.508 7.419-15.273 1.91-21.837-5.494-6.548-15.272-7.419-21.836-1.91-6.548 5.494-7.405 15.288-1.91 21.836 5.507 6.564 15.288 7.405 21.836 1.91m-28.678 44.522c3.792-3.182 4.306-8.87 1.11-12.68-3.197-3.81-8.888-4.291-12.68-1.109a8.997 8.997 0 0 0-1.11 12.68 8.997 8.997 0 0 0 12.68 1.109m25.996 1.898c-27.506 23.08-68.493 19.495-91.574-8.011-23.08-27.507-19.494-68.495 8.012-91.575s68.493-19.495 91.574 8.012c23.08 27.506 19.494 68.494-8.012 91.574"}})])},B=[],j={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},H=j,E=Object(l["a"])(H,O,B,!1,null,null,null),T=E.exports,A=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 170 180",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M154.058 34.9258C154.036 33.556 153.437 32.3411 152.506 31.4648L120.631 1.46484C119.636 0.526042 118.257 0 116.875 0H21.25C18.3157 0 15.9375 2.23828 15.9375 5V61.1927C9.75342 63.2578 5.3125 68.8151 5.3125 75.3333V135.333C5.3125 141.852 9.75342 147.409 15.9375 149.474V165.667C15.9375 168.428 18.3157 170.667 21.25 170.667H148.75C151.685 170.667 154.062 168.428 154.062 165.667V149.474C160.246 147.409 164.688 141.852 164.688 135.333V75.3333C164.688 68.8151 160.246 63.2578 154.062 61.1927V35C154.062 34.9753 154.058 34.9505 154.058 34.9258ZM122.188 17.0716L135.923 30H122.188V17.0716ZM111.562 10V35C111.562 37.7617 113.94 40 116.875 40H143.438V60.3333H26.5625V10H111.562ZM26.5625 160.667V150.333H143.438V160.667H26.5625ZM154.062 135.333C154.062 138.09 151.679 140.333 148.75 140.333H21.25C18.3212 140.333 15.9375 138.09 15.9375 135.333V75.3333C15.9375 72.5768 18.3212 70.3333 21.25 70.3333H148.75C151.679 70.3333 154.062 72.5768 154.062 75.3333V135.333Z",fill:e.color}}),n("path",{attrs:{d:"M111.562 10V35C111.562 37.7617 113.94 40 116.875 40H143.438V60.3333H26.5625V10H111.562Z",fill:e.color}}),n("path",{attrs:{d:"M26.5625 160.666V150.332H143.438V160.666H26.5625Z",fill:e.color}}),n("path",{attrs:{d:"M154.062 135.332C154.062 138.089 151.679 140.332 148.75 140.332H21.25C18.3212 140.332 15.9375 138.089 15.9375 135.332V75.332C15.9375 72.5755 18.3212 70.332 21.25 70.332H148.75C151.679 70.332 154.062 72.5755 154.062 75.332V135.332Z",fill:e.color}}),n("path",{attrs:{d:"M42.5 90.332C45.4288 90.332 47.8125 92.5755 47.8125 95.332C47.8125 98.0938 50.1907 100.332 53.125 100.332C56.0593 100.332 58.4375 98.0938 58.4375 95.332C58.4375 87.0612 51.2877 80.332 42.5 80.332C33.7123 80.332 26.5625 87.0612 26.5625 95.332V115.332C26.5625 123.603 33.7123 130.332 42.5 130.332C51.2877 130.332 58.4375 123.603 58.4375 115.332C58.4375 112.57 56.0593 110.332 53.125 110.332C50.1907 110.332 47.8125 112.57 47.8125 115.332C47.8125 118.089 45.4288 120.332 42.5 120.332C39.5712 120.332 37.1875 118.089 37.1875 115.332V95.332C37.1875 92.5755 39.5712 90.332 42.5 90.332Z",fill:"white"}}),n("path",{attrs:{d:"M85 90.332C87.9288 90.332 90.3125 92.5755 90.3125 95.332C90.3125 98.0938 92.6907 100.332 95.625 100.332C98.5593 100.332 100.938 98.0938 100.938 95.332C100.938 87.0612 93.7877 80.332 85 80.332C76.2123 80.332 69.0625 87.0612 69.0625 95.332C69.0625 103.603 76.2123 110.332 85 110.332C87.9288 110.332 90.3125 112.576 90.3125 115.332C90.3125 118.089 87.9288 120.332 85 120.332C82.0712 120.332 79.6875 118.089 79.6875 115.332C79.6875 112.57 77.3093 110.332 74.375 110.332C71.4407 110.332 69.0625 112.57 69.0625 115.332C69.0625 123.603 76.2123 130.332 85 130.332C93.7877 130.332 100.938 123.603 100.938 115.332C100.938 107.061 93.7877 100.332 85 100.332C82.0712 100.332 79.6875 98.0885 79.6875 95.332C79.6875 92.5755 82.0712 90.332 85 90.332Z",fill:"white"}}),n("path",{attrs:{d:"M127.5 90.332C130.429 90.332 132.812 92.5755 132.812 95.332C132.812 98.0938 135.191 100.332 138.125 100.332C141.06 100.332 143.438 98.0938 143.438 95.332C143.438 87.0612 136.288 80.332 127.5 80.332C118.712 80.332 111.562 87.0612 111.562 95.332C111.562 103.603 118.712 110.332 127.5 110.332C130.429 110.332 132.812 112.576 132.812 115.332C132.812 118.089 130.429 120.332 127.5 120.332C124.572 120.332 122.188 118.089 122.188 115.332C122.188 112.57 119.81 110.332 116.875 110.332C113.941 110.332 111.562 112.57 111.562 115.332C111.562 123.603 118.712 130.332 127.5 130.332C136.288 130.332 143.438 123.603 143.438 115.332C143.438 107.061 136.288 100.332 127.5 100.332C124.572 100.332 122.188 98.0885 122.188 95.332C122.188 92.5755 124.572 90.332 127.5 90.332Z",fill:"white"}})])},V=[],Z={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},I=Z,N=Object(l["a"])(I,A,V,!1,null,null,null),D=N.exports,U=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 150 188",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",[n("path",{attrs:{d:"M119.744 178.977H30.2557C16.1572 178.977 4.6875 167.508 4.6875 153.409V25.5682C4.6875 11.4698 16.1572 0 30.2557 0H69.7066C74.8282 0 79.6422 1.99352 83.2617 5.61701L139.696 62.0508C143.315 65.6743 145.309 70.4883 145.312 75.6059V153.409C145.312 167.508 133.843 178.977 119.744 178.977ZM30.2557 12.7841C23.2085 12.7841 17.4716 18.521 17.4716 25.5682V153.409C17.4716 160.456 23.2085 166.193 30.2557 166.193H119.744C126.791 166.193 132.529 160.456 132.529 153.409V75.6059C132.529 73.9 131.865 72.294 130.655 71.0875L74.225 14.6538C73.0185 13.4472 71.4125 12.7841 69.7066 12.7841H30.2557Z",fill:e.color}}),n("path",{attrs:{d:"M30.2528 12.7852C23.2056 12.7852 17.4688 18.522 17.4688 25.5692V153.41C17.4688 160.457 23.2056 166.194 30.2528 166.194H119.741C126.788 166.194 132.526 160.457 132.526 153.41V75.6069C132.526 73.9011 131.862 72.295 130.652 71.0886L74.2221 14.6548C73.0156 13.4483 71.4096 12.7852 69.7037 12.7852H30.2528Z",fill:e.color}}),n("path",{attrs:{d:"M30.2557 0H119.744C133.843 0 145.312 11.4697 145.312 25.5682V153.409C145.312 167.508 133.843 178.977 119.744 178.977H80.2934C75.1717 178.977 70.3578 176.984 66.7383 173.361L10.3045 116.927C6.68501 113.303 4.69149 108.489 4.6875 103.371V25.5682C4.6875 11.4697 16.1572 0 30.2557 0ZM119.744 166.193C126.791 166.193 132.529 160.457 132.529 153.409V25.5682C132.529 18.521 126.791 12.7841 119.744 12.7841H30.2557C23.2085 12.7841 17.4716 18.521 17.4716 25.5682V103.371C17.4716 105.077 18.1348 106.684 19.3452 107.889L75.775 164.324C76.9815 165.53 78.5875 166.193 80.2934 166.193H119.744Z",fill:e.color}}),n("path",{attrs:{d:"M119.741 166.194C126.788 166.194 132.526 160.458 132.526 153.41V25.5692C132.526 18.522 126.788 12.7852 119.741 12.7852H30.2528C23.2056 12.7852 17.4688 18.522 17.4688 25.5692V103.372C17.4688 105.078 18.1319 106.685 19.3423 107.89L75.7722 164.325C76.9786 165.531 78.5847 166.194 80.2905 166.194H119.741Z",fill:e.color}}),n("path",{attrs:{d:"M106.613 71.1591H43.403C39.9107 71.1591 37.082 68.2986 37.082 64.767C37.082 61.2355 39.9107 58.375 43.403 58.375H106.613C110.105 58.375 112.933 61.2355 112.933 64.767C112.933 68.2986 110.105 71.1591 106.613 71.1591Z",fill:"white"}}),n("path",{attrs:{d:"M106.965 102.691H43.0444C39.5128 102.691 36.6523 99.8302 36.6523 96.2987C36.6523 92.7667 39.5128 89.9062 43.0444 89.9062H106.965C110.497 89.9062 113.357 92.7667 113.357 96.2987C113.357 99.8302 110.497 102.691 106.965 102.691Z",fill:"white"}}),n("path",{attrs:{d:"M106.965 134.229H43.0444C39.5128 134.229 36.6523 131.369 36.6523 127.837C36.6523 124.306 39.5128 121.445 43.0444 121.445H106.965C110.497 121.445 113.357 124.306 113.357 127.837C113.357 131.369 110.497 134.229 106.965 134.229Z",fill:"white"}})])])},F=[],R={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},q=R,G=Object(l["a"])(q,U,F,!1,null,null,null),z=G.exports,Y=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 160 180",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M112.099 85.8059H47.901C24.2446 85.8059 5 66.5574 5 42.901C5 19.2446 24.2446 0 47.901 0H112.099C135.755 0 155 19.2446 155 42.901C155 66.5574 135.755 85.8059 112.099 85.8059ZM47.901 12.4385C31.1052 12.4385 17.4385 26.1052 17.4385 42.901C17.4385 59.6968 31.1052 73.3636 47.901 73.3636H112.099C128.899 73.3636 142.562 59.6968 142.562 42.901C142.562 26.1052 128.899 12.4385 112.099 12.4385H47.901Z",fill:e.color}}),n("path",{attrs:{d:"M47.9039 12.4375C31.1081 12.4375 17.4414 26.1042 17.4414 42.9C17.4414 59.6958 31.1081 73.3626 47.9039 73.3626H112.102C128.902 73.3626 142.565 59.6958 142.565 42.9C142.565 26.1042 128.902 12.4375 112.102 12.4375H47.9039Z",fill:e.color}}),n("path",{attrs:{d:"M87.5 45.0007C87.5 54.6524 95.3481 62.5 105 62.5C114.652 62.5 122.5 54.6507 122.5 44.9993C122.5 35.3476 114.652 27.5 105 27.5C95.3478 27.5 87.5 35.3493 87.5 45.0007ZM96.849 44.9993C96.849 40.5077 100.507 36.8488 105 36.8488C109.493 36.8488 113.151 40.5077 113.151 44.9993C113.151 49.4908 109.492 53.1498 105 53.1498C100.508 53.1498 96.849 49.4908 96.849 44.9993Z",fill:"white",stroke:"#ADADAD","stroke-width":"0.5"}}),n("path",{attrs:{d:"M112.099 179.751H47.9049C24.2446 179.751 5 160.507 5 136.846C5 113.186 24.2446 93.9453 47.9049 93.9453H112.099C135.755 93.9453 155 113.19 155 136.846C155 160.503 135.755 179.751 112.099 179.751ZM47.9049 106.384C31.1052 106.384 17.4385 120.051 17.4385 136.846C17.4385 153.642 31.1052 167.309 47.901 167.309H112.095C128.895 167.309 142.558 153.642 142.558 136.846C142.558 120.051 128.891 106.384 112.095 106.384H47.9049Z",fill:e.color}}),n("path",{attrs:{d:"M47.9078 106.383C31.1081 106.383 17.4414 120.05 17.4414 136.845C17.4414 153.641 31.1081 167.308 47.9039 167.308H112.098C128.898 167.308 142.561 153.641 142.561 136.845C142.561 120.05 128.894 106.383 112.098 106.383H47.9078Z",fill:e.color}}),n("path",{attrs:{d:"M37.5 135.001C37.5 144.652 45.3481 152.5 55 152.5C64.6522 152.5 72.5 144.651 72.5 134.999C72.5 125.348 64.6519 117.5 55 117.5C45.3478 117.5 37.5 125.349 37.5 135.001ZM46.849 134.999C46.849 130.508 50.5069 126.849 55 126.849C59.4931 126.849 63.151 130.508 63.151 134.999C63.151 139.491 59.4919 143.15 55 143.15C50.5081 143.15 46.849 139.491 46.849 134.999Z",fill:"white",stroke:"#ADADAD","stroke-width":"0.5"}})])},J=[],Q={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},W=Q,X=Object(l["a"])(W,Y,J,!1,null,null,null),K=X.exports,ee=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 384 512"}},[n("g",{attrs:{fill:e.color}},[n("path",{attrs:{d:"M231.6 256l130.1-130.1c4.7-4.7 4.7-12.3 0-17l-22.6-22.6c-4.7-4.7-12.3-4.7-17 0L192 216.4 61.9 86.3c-4.7-4.7-12.3-4.7-17 0l-22.6 22.6c-4.7 4.7-4.7 12.3 0 17L152.4 256 22.3 386.1c-4.7 4.7-4.7 12.3 0 17l22.6 22.6c4.7 4.7 12.3 4.7 17 0L192 295.6l130.1 130.1c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17L231.6 256z"}})])])},te=[],ne={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"inherit"}}},ae=ne,oe=Object(l["a"])(ae,ee,te,!1,null,null,null),se=oe.exports,re=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 111 111",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M110.582 17.2926C110.577 12.6648 108.771 8.31676 105.496 5.04875C98.7401 -1.69178 87.7571 -1.68248 81.009 5.07411L11.3007 75.0629C9.0333 77.3287 7.30253 80.1335 6.29517 83.1751L6.23009 83.3728L0 110.769L27.4726 104.619L27.6771 104.551C30.7195 103.544 33.5261 101.815 35.7994 99.5422L105.517 29.5449C108.787 26.271 110.586 21.9195 110.582 17.2926ZM15.2347 98.4968L12.3216 95.582L14.425 86.3298L24.5097 96.4204L15.2347 98.4968ZM99.3942 23.4382L31.7108 91.3937L19.4543 79.1296L65.8174 32.5805L72.8774 39.6405L78.9917 33.5262L71.919 26.4535L78.4965 19.8507L85.5818 26.9361L91.6961 20.8217L84.5981 13.7237L87.1309 11.1808C90.5071 7.80041 96.0061 7.79534 99.3883 11.1698C101.028 12.8059 101.932 14.9829 101.935 17.2994C101.936 19.6166 101.036 21.7945 99.3942 23.4382ZM45.4885 102.028H110.582V110.676H36.871L45.4885 102.028Z",fill:e.color}})])},ie=[],ce={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},le=ce,de=Object(l["a"])(le,re,ie,!1,null,null,null),ue=de.exports,pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg",width:e.width,height:e.height,fill:"none",viewBox:"0 0 16 16"}},[n("path",{attrs:{d:"M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z",fill:e.color}}),n("path",{attrs:{"fill-rule":"evenodd",d:"M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z",fill:e.color}})])},fe=[],ge={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},ye=ge,he=Object(l["a"])(ye,pe,fe,!1,null,null,null),me=he.exports,Ce=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticStyle:{margin:"auto",background:"none",display:"block","shape-rendering":"auto"},attrs:{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",preserveAspectRatio:"xMidYMid",viewBox:"24 24 52 52",width:e.width,height:e.height}},[n("g",{attrs:{transform:"rotate(0 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.935374149659864s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(30 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.8503401360544218s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(60 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.7653061224489796s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(90 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.6802721088435374s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(120 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.5952380952380952s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(150 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.5102040816326531s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(180 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.4251700680272109s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(210 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.3401360544217687s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(240 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.25510204081632654s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(270 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.17006802721088435s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(300 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"-0.08503401360544217s",repeatCount:"indefinite"}})])]),n("g",{attrs:{transform:"rotate(330 50 50)"}},[n("rect",{attrs:{x:"47",y:"24",rx:"2.7600000000000002",ry:"2.7600000000000002",width:"6",height:"12",fill:"#000000"}},[n("animate",{attrs:{attributeName:"opacity",values:"1;0",keyTimes:"0;1",dur:"1.0204081632653061s",begin:"0s",repeatCount:"indefinite"}})])])])},be=[],ke={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},ve=ke,we=Object(l["a"])(ve,Ce,be,!1,null,null,null),_e=we.exports,Le=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 13 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M10 7.33V10C10 10.2652 9.89464 10.5196 9.7071 10.7071C9.51957 10.8946 9.26521 11 9 11H2C1.73478 11 1.48043 10.8946 1.29289 10.7071C1.10536 10.5196 1 10.2652 1 10V3C1 2.73478 1.10536 2.48043 1.29289 2.29289C1.48043 2.10536 1.73478 2 2 2H4.67",stroke:e.color,"stroke-opacity":"0.7","stroke-linecap":"square"}}),n("path",{attrs:{d:"M9.40039 1L11.4004 3L6.40039 8H4.40039V6L9.40039 1Z",stroke:e.color,"stroke-opacity":"0.7","stroke-linecap":"square"}})])},xe=[],$e={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},Se=$e,Me=Object(l["a"])(Se,Le,xe,!1,null,null,null),Pe=Me.exports,Oe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 131 145",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0_22_1390)"}},[n("g",{attrs:{filter:"url(#filter0_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.5264 26.2383H92.9529L109.167 42.7305V134.643H22.5264V26.2383Z",fill:"#1863DC","fill-opacity":"0.2"}})]),n("g",{attrs:{filter:"url(#filter1_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.66406 11.0479H79.0906L95.3043 27.54V119.453H8.66406V11.0479Z",fill:"#2DAD70","fill-opacity":"0.08"}})]),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M16.9814 24.1665H87.408L103.622 39.8183V127.047H16.9814V24.1665Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M86.9863 24.1665L104.314 40.0475H86.9863V24.1665Z",fill:"#A5C8FF"}}),n("path",{attrs:{d:"M36.5459 101.778H71.8251",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M36.5459 89.9185H71.8251",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M36.5459 113.582H88.1923",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("g",{attrs:{filter:"url(#filter2_f_22_1390)"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M114.65 104.415C114.774 103.592 114.847 102.762 114.87 101.93C114.874 101.128 114.813 100.328 114.687 99.5362L119.941 95.4611C120.163 95.2767 120.315 95.022 120.371 94.7394C120.428 94.4567 120.386 94.1633 120.252 93.9079L115.272 85.4837C115.126 85.2262 114.894 85.0284 114.616 84.9248C114.338 84.8212 114.032 84.8185 113.753 84.9172L107.583 87.311C106.298 86.3318 104.888 85.5268 103.391 84.9172L102.457 78.3934C102.417 78.098 102.27 77.8273 102.044 77.6322C101.818 77.437 101.529 77.3308 101.23 77.3335H91.2891C90.9925 77.3314 90.7054 77.4382 90.4826 77.6336C90.2597 77.8291 90.1167 78.0995 90.0808 78.3934L89.1471 84.9172C87.6585 85.5329 86.2556 86.3375 84.9729 87.311L78.7849 84.8441C78.5055 84.7416 78.1987 84.7425 77.92 84.8464C77.6412 84.9503 77.409 85.1504 77.2653 85.4106L72.3039 93.9444C72.1511 94.1951 72.0983 94.4939 72.1559 94.7816C72.2136 95.0694 72.3775 95.3249 72.6151 95.4977L77.8512 99.5727C77.7305 100.353 77.6632 101.141 77.6498 101.93C77.6456 102.738 77.7068 103.544 77.8329 104.342L72.5419 108.472C72.3185 108.66 72.1659 108.917 72.1093 109.203C72.0527 109.489 72.0955 109.785 72.2307 110.044L77.2104 118.577C77.3596 118.832 77.5933 119.026 77.8709 119.126C78.1484 119.226 78.4524 119.226 78.7299 119.126L84.8997 116.659C86.1841 117.644 87.5939 118.456 89.0922 119.071L90.0625 125.686C90.1066 125.978 90.2551 126.244 90.4806 126.436C90.706 126.627 90.9932 126.731 91.2891 126.728H101.23C101.526 126.739 101.815 126.637 102.04 126.444C102.264 126.251 102.406 125.98 102.439 125.686L103.372 119.162C104.865 118.547 106.269 117.736 107.546 116.75L113.735 119.217C114.011 119.325 114.318 119.329 114.597 119.228C114.877 119.127 115.11 118.928 115.254 118.669L120.142 110.044C120.296 109.79 120.35 109.488 120.292 109.198C120.234 108.907 120.07 108.648 119.831 108.472L114.65 104.415ZM96.3421 111.25C94.5085 111.271 92.7097 110.749 91.1736 109.75C89.6374 108.75 88.433 107.318 87.7129 105.635C86.9928 103.952 86.7894 102.093 87.1285 100.294C87.4675 98.4954 88.3338 96.8375 89.6175 95.5306C90.9013 94.2236 92.5447 93.3263 94.3397 92.9523C96.1348 92.5784 98.0006 92.7445 99.701 93.4298C101.401 94.1151 102.86 95.2887 103.891 96.8019C104.923 98.3151 105.481 100.1 105.496 101.93C105.501 104.372 104.544 106.718 102.832 108.461C101.119 110.205 98.788 111.207 96.3421 111.25Z",fill:"#C0E7D5"}})]),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M112.595 99.5818C112.701 98.7576 112.756 97.9276 112.76 97.0966C112.758 96.2945 112.691 95.4938 112.558 94.7027L117.813 90.6277C118.034 90.4433 118.186 90.1885 118.243 89.9059C118.3 89.6233 118.258 89.3298 118.124 89.0744L113.162 80.6502C113.016 80.3927 112.784 80.1949 112.506 80.0913C112.228 79.9878 111.922 79.9851 111.643 80.0837L105.455 82.4776C104.176 81.4984 102.772 80.6934 101.281 80.0837L100.347 73.5599C100.303 73.263 100.152 72.992 99.9234 72.7972C99.6945 72.6024 99.4027 72.4968 99.1019 72.5001H89.1791C88.8825 72.4979 88.5954 72.6047 88.3726 72.8001C88.1497 72.9956 88.0067 73.266 87.9708 73.5599L87.0371 80.0837C85.5427 80.6993 84.1337 81.5039 82.8446 82.4776L76.6749 80.0106C76.3959 79.9042 76.0876 79.9031 75.8079 80.0073C75.5281 80.1116 75.2961 80.3142 75.1553 80.5771L70.1756 89.1109C70.0228 89.3616 69.97 89.6605 70.0276 89.9482C70.0853 90.2359 70.2492 90.4915 70.4868 90.6642L75.7412 94.7393C75.4725 96.33 75.4725 97.9545 75.7412 99.5453L70.5051 103.602C70.2759 103.785 70.1189 104.043 70.0619 104.331C70.005 104.619 70.0517 104.917 70.1939 105.174L75.1553 113.707C75.3045 113.962 75.5382 114.156 75.8158 114.256C76.0934 114.356 76.3973 114.356 76.6749 114.256L82.8446 111.789C84.129 112.774 85.5388 113.586 87.0371 114.201L87.9342 120.853C87.9858 121.145 88.139 121.409 88.3667 121.6C88.5943 121.79 88.882 121.894 89.1791 121.894H99.1019C99.398 121.905 99.6872 121.804 99.9113 121.611C100.136 121.417 100.278 121.146 100.31 120.853L101.244 114.329C102.74 113.71 104.15 112.899 105.436 111.917L111.57 114.292C111.846 114.4 112.153 114.404 112.433 114.303C112.712 114.202 112.945 114.004 113.089 113.744L118.051 105.21C118.204 104.957 118.258 104.655 118.2 104.364C118.143 104.073 117.978 103.815 117.739 103.639L112.558 99.5818H112.595ZM94.1405 106.416C92.313 106.409 90.5285 105.862 89.0115 104.845C87.4946 103.828 86.3129 102.386 85.6153 100.7C84.9176 99.0137 84.7351 97.1594 85.0908 95.3702C85.4465 93.5809 86.3244 91.9367 87.6141 90.6443C88.9038 89.352 90.5477 88.4692 92.3388 88.1072C94.13 87.7451 95.9884 87.92 97.6802 88.6097C99.372 89.2994 100.822 90.4732 101.847 91.9834C102.872 93.4935 103.426 95.2725 103.441 97.0966C103.443 98.3181 103.205 99.528 102.739 100.657C102.272 101.787 101.588 102.814 100.724 103.679C99.8608 104.544 98.8349 105.232 97.7052 105.701C96.5756 106.171 95.3643 106.414 94.1405 106.416Z",fill:"#2DAD70",stroke:"#2DAD70","stroke-linejoin":"round"}}),n("path",{attrs:{d:"M94.1418 84.5967L82.498 89.6037V97.0959C82.5521 100.507 83.7177 103.807 85.8187 106.498C87.9196 109.188 90.8414 111.122 94.1418 112.007C97.4389 111.119 100.357 109.183 102.454 106.493C104.551 103.803 105.714 100.504 105.767 97.0959V89.6037L94.1418 84.5967Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M99.1938 95.5434L93.3719 102.14C93.2219 102.31 93.0068 102.409 92.7799 102.412C92.5529 102.416 92.3351 102.323 92.1802 102.157L89.1045 98.8681L90.2807 97.7724L92.7511 100.414L97.9865 94.4819L99.1938 95.5434Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M54.05 34.4116C55.7174 34.3106 57.3912 34.4216 59.0294 34.7418C58.4206 35.7201 58.1335 36.8573 58.2068 38C58.2646 38.8804 58.5292 39.7358 58.9801 40.5C59.431 41.2643 60.056 41.9167 60.8066 42.4066C60.6136 43.1029 60.5392 43.8255 60.5863 44.5453C60.6441 45.4289 60.8803 46.2925 61.2815 47.0863C61.6827 47.8801 62.2408 48.5884 62.9236 49.1703C63.6065 49.7521 64.4005 50.1961 65.2599 50.4764C66.1192 50.7567 67.0269 50.8679 67.9305 50.8036C68.6071 50.7584 69.2743 50.6232 69.9135 50.4016C70.1239 51.656 70.6958 52.8258 71.562 53.774C72.4283 54.7222 73.5531 55.4095 74.8047 55.7556C74.3809 59.3866 72.9058 62.8241 70.5525 65.6644C68.1993 68.5047 65.0656 70.6299 61.5194 71.7904C57.9732 72.951 54.1618 73.0987 50.5327 72.2163C46.9036 71.3339 43.6075 69.4579 41.0314 66.8087C38.4553 64.1594 36.7062 60.8469 35.9894 57.2601C35.2727 53.6734 35.6181 49.9612 36.985 46.5595C38.3519 43.1578 40.6837 40.2079 43.7065 38.0561C46.7292 35.9043 50.3175 34.64 54.05 34.4116ZM53.4918 44.1865C53.2324 44.2016 52.9785 44.2664 52.7447 44.3774C52.511 44.4883 52.3018 44.6432 52.1293 44.8331C51.9567 45.0231 51.8242 45.2444 51.7392 45.4844C51.6541 45.7244 51.6183 45.9784 51.6337 46.2319C51.6492 46.4854 51.7156 46.7335 51.8291 46.962C51.9426 47.1904 52.1011 47.3948 52.2955 47.5634C52.4898 47.732 52.7163 47.8615 52.9619 47.9446C53.2075 48.0277 53.4674 48.0627 53.7268 48.0476C54.245 48.0172 54.7295 47.7868 55.0738 47.4073C55.4181 47.0277 55.5941 46.5301 55.5629 46.0238C55.5317 45.5175 55.296 45.044 54.9076 44.7075C54.5192 44.371 54.0099 44.1991 53.4918 44.2296L53.4918 44.1865ZM44.855 50.8036C44.3393 50.8332 43.8565 51.0612 43.5124 51.4379C43.1683 51.8145 42.9909 52.3089 43.019 52.8131C43.0344 53.0638 43.1002 53.309 43.2127 53.5349C43.3251 53.7607 43.482 53.9627 43.6743 54.1293C43.8666 54.2959 44.0906 54.4239 44.3335 54.5059C44.5764 54.5879 44.8335 54.6224 45.0901 54.6073C45.3466 54.5922 45.5976 54.5279 45.8287 54.418C46.0598 54.3082 46.2665 54.1549 46.437 53.9669C46.6075 53.779 46.7385 53.5601 46.8224 53.3227C46.9063 53.0853 46.9415 52.8341 46.9261 52.5834C46.8921 52.0793 46.6551 51.609 46.2669 51.2753C45.8787 50.9417 45.371 50.7721 44.855 50.8036ZM49.5847 60.8511C49.0689 60.8808 48.5862 61.1088 48.2421 61.4854C47.898 61.8621 47.7206 62.3565 47.7487 62.8607C47.7641 63.1114 47.8299 63.3566 47.9423 63.5825C48.0548 63.8083 48.2116 64.0103 48.4039 64.1769C48.5962 64.3435 48.8203 64.4715 49.0632 64.5535C49.3061 64.6355 49.5632 64.67 49.8197 64.6549C50.0763 64.6398 50.3273 64.5755 50.5584 64.4656C50.7895 64.3557 50.9962 64.2025 51.1667 64.0145C51.3372 63.8266 51.4681 63.6077 51.552 63.3703C51.636 63.1329 51.6712 62.8817 51.6558 62.631C51.6465 62.3764 51.5851 62.1263 51.4753 61.8952C51.3655 61.6642 51.2095 61.457 51.0165 61.2858C50.8235 61.1145 50.5974 60.9828 50.3515 60.8983C50.1056 60.8138 49.8449 60.7782 49.5847 60.7937L49.5847 60.8511ZM59.4553 62.4013C59.07 62.4247 58.7004 62.5591 58.3931 62.7875C58.0859 63.016 57.8548 63.3283 57.7291 63.685C57.6033 64.0417 57.5886 64.4269 57.6867 64.7918C57.7848 65.1567 57.9913 65.485 58.2802 65.7352C58.5691 65.9855 58.9274 66.1465 59.3099 66.198C59.6923 66.2494 60.0818 66.1889 60.4292 66.0242C60.7765 65.8594 61.0661 65.5978 61.2614 65.2724C61.4566 64.9469 61.5489 64.5722 61.5264 64.1956C61.4923 63.6903 61.2558 63.2185 60.8681 62.8826C60.4803 62.5467 59.9727 62.3738 59.4553 62.4013Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M65.9076 46.0792C65.9076 47.2049 66.8414 48.1175 67.9933 48.1175C69.1453 48.1175 70.0791 47.2049 70.0791 46.0792C70.0791 44.9536 69.1453 44.041 67.9933 44.041C66.8414 44.041 65.9076 44.9536 65.9076 46.0792Z",fill:"#1863DC"}})]),n("defs",[n("filter",{attrs:{id:"filter0_f_22_1390",x:"-3.47363",y:"0.238281",width:"138.641",height:"160.405",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1390"}})],1),n("filter",{attrs:{id:"filter1_f_22_1390",x:"-17.3359",y:"-14.9521",width:"138.641",height:"160.405",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1390"}})],1),n("filter",{attrs:{id:"filter2_f_22_1390",x:"50.085",y:"55.3335",width:"92.3105",height:"93.395",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"11",result:"effect1_foregroundBlur_22_1390"}})],1),n("clipPath",{attrs:{id:"clip0_22_1390"}},[n("rect",{attrs:{width:"131",height:"145",fill:"white"}})])])])},Be=[],je={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},He=je,Ee=Object(l["a"])(He,Oe,Be,!1,null,null,null),Te=Ee.exports,Ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 131 145",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("g",{attrs:{"clip-path":"url(#clip0_22_1370)"}},[n("g",{attrs:{filter:"url(#filter0_f_22_1370)"}},[n("path",{attrs:{d:"M110.672 26.2383V131.191H27.9922V50.4573L51.3367 26.2383H110.672Z",fill:"#1863DC","fill-opacity":"0.21"}})]),n("g",{attrs:{filter:"url(#filter1_f_22_1370)"}},[n("path",{attrs:{d:"M94.8094 8.97607V113.928H12.1294V33.1951L35.4739 8.97607H94.8094Z",fill:"#2DAD70","fill-opacity":"0.08"}})]),n("path",{attrs:{d:"M103.43 17.2617V122.214H20.7505V41.4807L44.095 17.2617H103.43Z",fill:"white"}}),n("path",{attrs:{d:"M44.095 17.2617V41.4807H20.7505L44.095 17.2617Z",fill:"#A5C8FF"}}),n("g",{attrs:{filter:"url(#filter2_f_22_1370)"}},[n("path",{attrs:{d:"M72.4141 36.8204L89.263 33.1431L106.112 36.8204C106.567 36.9198 106.974 37.1688 107.266 37.5261C107.558 37.8834 107.717 38.3279 107.717 38.786V58.8987C107.717 60.8879 107.217 62.8463 106.261 64.6C105.305 66.3538 103.924 67.8487 102.238 68.952L89.263 77.4486L76.2875 68.952C74.6026 67.8489 73.2209 66.3543 72.2652 64.6009C71.3094 62.8475 70.8091 60.8896 70.8086 58.9007V38.786C70.8087 38.3279 70.9678 37.8834 71.2597 37.5261C71.5516 37.1688 71.9588 36.9198 72.4141 36.8204ZM89.263 53.282C90.6225 53.282 91.9264 52.7515 92.8877 51.8073C93.8491 50.8631 94.3892 49.5825 94.3892 48.2472C94.3892 46.9119 93.8491 45.6313 92.8877 44.6871C91.9264 43.743 90.6225 43.2125 89.263 43.2125C87.9034 43.2125 86.5995 43.743 85.6382 44.6871C84.6768 45.6313 84.1367 46.9119 84.1367 48.2472C84.1367 49.5825 84.6768 50.8631 85.6382 51.8073C86.5995 52.7515 87.9034 53.282 89.263 53.282ZM80.0911 63.3514H98.4348C98.1862 61.1329 97.1129 59.0825 95.4204 57.5931C93.7279 56.1038 91.5354 55.2802 89.263 55.2802C86.9905 55.2802 84.798 56.1038 83.1055 57.5931C81.4131 59.0825 80.3397 61.1329 80.0911 63.3514Z",fill:"#C0E7D5"}})]),n("rect",{attrs:{x:"83.2852",y:"36.9404",width:"24.2593",height:"24.8571",fill:"white"}}),n("path",{attrs:{d:"M77.8726 32.274L94.7215 28.5967L111.57 32.274C112.026 32.3735 112.433 32.6224 112.725 32.9797C113.017 33.3371 113.176 33.7815 113.176 34.2396V54.3523C113.176 56.3415 112.676 58.2999 111.72 60.0536C110.764 61.8074 109.382 63.3023 107.697 64.4056L94.7215 72.9022L81.746 64.4056C80.061 63.3025 78.6794 61.8079 77.7236 60.0545C76.7679 58.3011 76.2676 56.3432 76.2671 54.3543V34.2396C76.2672 33.7815 76.4263 33.3371 76.7182 32.9797C77.0101 32.6224 77.4173 32.3735 77.8726 32.274ZM94.7215 48.7356C96.081 48.7356 97.3849 48.2051 98.3462 47.2609C99.3076 46.3167 99.8477 45.0361 99.8477 43.7008C99.8477 42.3656 99.3076 41.085 98.3462 40.1408C97.3849 39.1966 96.081 38.6661 94.7215 38.6661C93.3619 38.6661 92.058 39.1966 91.0967 40.1408C90.1353 41.085 89.5952 42.3656 89.5952 43.7008C89.5952 45.0361 90.1353 46.3167 91.0967 47.2609C92.058 48.2051 93.3619 48.7356 94.7215 48.7356ZM85.5496 58.805H103.893C103.645 56.5865 102.571 54.5361 100.879 53.0467C99.1864 51.5574 96.9939 50.7338 94.7215 50.7338C92.449 50.7338 90.2565 51.5574 88.564 53.0467C86.8715 54.5361 85.7982 56.5865 85.5496 58.805Z",fill:"#2DAD70"}}),n("path",{attrs:{d:"M34.5439 78.7144H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 67.6665H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 55.2383H69.6476",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 91.3315H85.9334",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}}),n("path",{attrs:{d:"M34.5439 103.571H85.9334",stroke:"#A5C8FF","stroke-width":"5.08","stroke-linecap":"round"}})]),n("defs",[n("filter",{attrs:{id:"filter0_f_22_1370",x:"1.99219",y:"0.238281",width:"134.68",height:"156.952",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1370"}})],1),n("filter",{attrs:{id:"filter1_f_22_1370",x:"-13.8706",y:"-17.0239",width:"134.68",height:"156.952",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"13",result:"effect1_foregroundBlur_22_1370"}})],1),n("filter",{attrs:{id:"filter2_f_22_1370",x:"48.8086",y:"11.1431",width:"80.9087",height:"88.3057",filterUnits:"userSpaceOnUse","color-interpolation-filters":"sRGB"}},[n("feFlood",{attrs:{"flood-opacity":"0",result:"BackgroundImageFix"}}),n("feBlend",{attrs:{mode:"normal",in:"SourceGraphic",in2:"BackgroundImageFix",result:"shape"}}),n("feGaussianBlur",{attrs:{stdDeviation:"11",result:"effect1_foregroundBlur_22_1370"}})],1),n("clipPath",{attrs:{id:"clip0_22_1370"}},[n("rect",{attrs:{width:"131",height:"145",fill:"white"}})])])])},Ve=[],Ze={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},Ie=Ze,Ne=Object(l["a"])(Ie,Ae,Ve,!1,null,null,null),De=Ne.exports,Ue=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{d:"M5.5 10C7.98528 10 10 7.98528 10 5.5C10 3.01472 7.98528 1 5.5 1C3.01472 1 1 3.01472 1 5.5C1 7.98528 3.01472 10 5.5 10Z",stroke:e.color,"stroke-linecap":"round","stroke-linejoin":"round"}}),n("path",{attrs:{d:"M11 12L8.5 9",stroke:e.color,"stroke-linecap":"round","stroke-linejoin":"round"}})])},Fe=[],Re={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},qe=Re,Ge=Object(l["a"])(qe,Ue,Fe,!1,null,null,null),ze=Ge.exports,Ye=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("rect",{attrs:{y:"1.06641",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("rect",{attrs:{y:"12.7998",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("rect",{attrs:{y:"7.4668",width:"16",height:"2.13333",rx:"1",fill:e.color}}),n("path",{attrs:{d:"M13.664 2.13333C13.664 3.28073 12.6663 4.21667 11.4283 4.21667C10.1902 4.21667 9.19258 3.28073 9.19258 2.13333C9.19258 0.985933 10.1902 0.05 11.4283 0.05C12.6663 0.05 13.664 0.985933 13.664 2.13333Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("ellipse",{attrs:{cx:"11.4285",cy:"2.13307",rx:"1.14286",ry:"1.06667",fill:"white"}}),n("path",{attrs:{d:"M13.664 13.8667C13.664 15.0141 12.6663 15.9501 11.4283 15.9501C10.1902 15.9501 9.19258 15.0141 9.19258 13.8667C9.19258 12.7193 10.1902 11.7834 11.4283 11.7834C12.6663 11.7834 13.664 12.7193 13.664 13.8667Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("path",{attrs:{d:"M6.80805 8.53372C6.80805 9.68112 5.81039 10.6171 4.57234 10.6171C3.33428 10.6171 2.33662 9.68112 2.33662 8.53372C2.33662 7.38632 3.33428 6.45039 4.57234 6.45039C5.81039 6.45039 6.80805 7.38632 6.80805 8.53372Z",fill:e.color,stroke:"#565662","stroke-width":"0.1"}}),n("ellipse",{attrs:{cx:"4.57206",cy:"8.53346",rx:"1.14286",ry:"1.06667",fill:"white"}}),n("ellipse",{attrs:{cx:"11.4285",cy:"13.8665",rx:"1.14286",ry:"1.06667",fill:"white"}})])},Je=[],Qe={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},We=Qe,Xe=Object(l["a"])(We,Ye,Je,!1,null,null,null),Ke=Xe.exports,et=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{staticStyle:{"enable-background":"new 0 0 52 52"},attrs:{version:"1.1",id:"Capa_1",xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",x:"0px",y:"0px",viewBox:"0 0 52 52","xml:space":"preserve",width:e.width,height:e.height}},[n("g",[n("circle",{attrs:{fill:e.color,cx:"25",cy:"25",r:"25"}}),n("path"),n("path",{attrs:{d:"M38.252,15.336l-15.369,17.29l-9.259-7.407c-0.43-0.345-1.061-0.274-1.405,0.156c-0.345,0.432-0.275,1.061,0.156,1.406\n\tl10,8C22.559,34.928,22.78,35,23,35c0.276,0,0.551-0.114,0.748-0.336l16-18c0.367-0.412,0.33-1.045-0.083-1.411\n\tC39.251,14.885,38.62,14.922,38.252,15.336z",stroke:"#fff","stroke-width":"3"}})])])},tt=[],nt={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},at=nt,ot=Object(l["a"])(at,et,tt,!1,null,null,null),st=ot.exports,rt=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("svg",{attrs:{width:e.width,height:e.height,viewBox:"0 0 44 38",fill:"none",xmlns:"http://www.w3.org/2000/svg"}},[n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M22.7239 1.8166C14.9248 1.8166 8.34688 7.05377 6.31884 14.2046C5.89885 15.6855 5.67383 17.2492 5.67383 18.8667C5.67383 23.3583 7.40962 27.4428 10.2484 30.4886C13.3619 33.8293 17.7986 35.9168 22.7239 35.9168C32.1404 35.9168 39.774 28.2832 39.774 18.8667C39.774 17.4438 39.5999 16.0626 39.2721 14.7429C37.4282 7.31839 30.7177 1.8166 22.7239 1.8166ZM4.87576 13.7954C7.08198 6.01624 14.2364 0.316605 22.7239 0.316605C31.423 0.316605 38.7218 6.30383 40.7279 14.3813C41.0848 15.8184 41.274 17.321 41.274 18.8667C41.274 29.1116 32.9689 37.4168 22.7239 37.4168C17.3653 37.4168 12.5365 35.1437 9.1511 31.5114C6.06378 28.1988 4.17383 23.7526 4.17383 18.8667C4.17383 17.1095 4.41838 15.4081 4.87576 13.7954Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M40.012 0.5H31.7324C30.1733 0.5 28.9094 1.76389 28.9094 3.32299V11.6026C28.9094 13.1617 30.1733 14.4256 31.7324 14.4256H40.012C41.5711 14.4256 42.835 13.1617 42.835 11.6026V3.32299C42.835 1.76389 41.5711 0.5 40.012 0.5Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M31.7324 1C30.4495 1 29.4094 2.04004 29.4094 3.32299V11.6026C29.4094 12.8856 30.4495 13.9256 31.7324 13.9256H40.012C41.295 13.9256 42.335 12.8856 42.335 11.6026V3.32299C42.335 2.04003 41.295 1 40.012 1H31.7324ZM28.4094 3.32299C28.4094 1.48775 29.8972 0 31.7324 0H40.012C41.8473 0 43.335 1.48775 43.335 3.32299V11.6026C43.335 13.4379 41.8473 14.9256 40.012 14.9256H31.7324C29.8972 14.9256 28.4094 13.4379 28.4094 11.6026V3.32299Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M24.1107 25.2002C24.1135 25.5592 23.8248 25.8525 23.4658 25.8553C23.1485 25.8578 22.8237 26.0626 22.6845 26.349C22.5451 26.6358 22.5841 27.0175 22.7785 27.2701L22.7788 27.2705C22.8717 27.3914 23.0022 27.5003 23.2024 27.6516C23.2223 27.6666 23.2432 27.6822 23.2648 27.6985C23.4389 27.8289 23.6663 27.9993 23.8602 28.2068C24.1203 28.4853 24.3056 28.8665 24.3532 29.2558C24.4015 29.6503 24.3111 30.1549 23.8711 30.4896L23.8708 30.4899C23.5192 30.7569 23.1135 30.781 22.7905 30.7187C22.4717 30.6572 22.1798 30.5052 21.9544 30.3314C21.8245 30.2312 21.6827 30.1013 21.5724 30.0003C21.5293 29.9608 21.4909 29.9257 21.46 29.8985C21.3217 29.7769 21.225 29.7095 21.1361 29.6724L21.387 29.0727L21.1366 29.6725C20.9729 29.6042 20.7491 29.6263 20.4968 29.8217C20.2413 30.0196 20.0531 30.3314 20.0085 30.6267L20.0084 30.6271C19.9847 30.7835 19.9806 30.9369 19.9754 31.1342C19.974 31.1882 19.9725 31.2455 19.9704 31.3071C19.9618 31.5677 19.943 31.8934 19.8394 32.2235C19.5557 33.1285 18.7378 33.7322 17.9042 33.92C17.0703 34.1078 16.2255 33.9263 15.528 33.6039C14.1555 32.9707 13.1063 31.6977 12.7463 30.2302C12.3862 28.7622 12.729 27.1475 13.6525 25.9519C13.872 25.6678 14.2802 25.6154 14.5643 25.8349C14.8484 26.0543 14.9008 26.4625 14.6813 26.7466C13.9995 27.6292 13.7432 28.8375 14.0089 29.9205C14.2746 31.0039 15.0598 31.9564 16.0729 32.4236L16.0733 32.4238C16.5952 32.665 17.1424 32.759 17.6186 32.6518C18.0952 32.5444 18.4808 32.2113 18.5989 31.8346L18.599 31.8342C18.6464 31.6836 18.6631 31.5085 18.6711 31.2642C18.6724 31.2249 18.6735 31.1825 18.6746 31.1377C18.6796 30.9329 18.686 30.677 18.7231 30.432L19.3658 30.5295L18.7231 30.4324C18.7231 30.4323 18.7231 30.4321 18.7231 30.432C18.8217 29.7809 19.2024 29.1799 19.7007 28.7939C20.2024 28.4054 20.9176 28.1724 21.6375 28.4729L21.6379 28.4731C21.925 28.5932 22.1492 28.7735 22.3185 28.9223C22.3943 28.9889 22.4543 29.0442 22.5076 29.0933C22.5931 29.172 22.661 29.2346 22.7484 29.302C22.8457 29.3771 22.9542 29.4263 23.0366 29.4422C23.0477 29.4444 23.0573 29.4457 23.0652 29.4466C23.0654 29.4543 23.0651 29.461 23.0647 29.4665C23.0637 29.4787 23.062 29.484 23.062 29.4838C23.0637 29.4787 23.0719 29.4642 23.0841 29.4549L23.4776 29.9722L23.0844 29.4546C23.0899 29.4505 23.0943 29.4482 23.0973 29.447C23.1003 29.4466 23.1015 29.4461 23.1014 29.4459C23.1013 29.4458 23.0998 29.446 23.0973 29.447C23.0922 29.4478 23.0821 29.4484 23.0652 29.4466C23.0651 29.4372 23.0644 29.4262 23.0628 29.4136C23.05 29.3087 22.9904 29.1801 22.9102 29.0942C22.7994 28.9756 22.6672 28.8761 22.4796 28.7347C22.46 28.7199 22.4397 28.7047 22.4188 28.6889C22.2193 28.5382 21.9591 28.3373 21.7481 28.0627C21.7482 28.0628 21.7483 28.0629 21.7484 28.0631L22.2634 27.6666L21.7481 28.0627C21.253 27.4193 21.1606 26.5106 21.5153 25.7807C21.8703 25.0502 22.6441 24.5618 23.4556 24.5554C23.8146 24.5525 24.1079 24.8413 24.1107 25.2002Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M36.6782 15.8416C36.8516 16.2177 36.6873 16.6633 36.3111 16.8367L31.53 19.041C31.1539 19.2145 30.7083 19.0501 30.5349 18.674C30.3615 18.2978 30.5258 17.8523 30.902 17.6789L35.6831 15.4745C36.0593 15.3011 36.5048 15.4654 36.6782 15.8416Z",fill:"#1863DC"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M38.8044 20.4531C38.9778 20.8292 38.8134 21.2747 38.4372 21.4481L33.6552 23.6525C33.279 23.8259 32.8335 23.6615 32.6601 23.2853C32.4867 22.9092 32.6511 22.4637 33.0273 22.2903L37.8093 20.0859C38.1855 19.9125 38.631 20.0769 38.8044 20.4531Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M25.8735 18.3365L30.2711 16.3092L34.3254 25.1037L29.9278 27.131C27.5005 28.25 24.6218 27.188 23.5028 24.7607C22.3838 22.3335 23.4459 19.4547 25.8731 18.3357L25.8735 18.3365Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M25.8731 18.3357C25.8448 18.3488 25.8167 18.3621 25.7887 18.3756C25.5095 18.5108 25.2489 18.6696 25.0083 18.8484C23.2093 20.1857 22.5274 22.6448 23.5028 24.7607C24.6218 27.188 27.5006 28.25 29.9278 27.131L34.3254 25.1037L30.2711 16.3092L25.8731 18.3357ZM26.363 17.0097L30.7606 14.9824L35.6522 25.5932L30.3465 28.0392C27.4177 29.3894 23.9449 28.1082 22.5947 25.1794C21.2445 22.2506 22.5257 18.7778 25.4545 17.4276L26.363 17.0097Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M18.5401 21.9744C18.5401 16.9928 14.5017 12.9543 9.52004 12.9543C4.53841 12.9543 0.5 16.9928 0.5 21.9744C0.5 26.956 4.53841 30.9944 9.52004 30.9944C14.5017 30.9944 18.5401 26.956 18.5401 21.9744Z",fill:"white"}}),n("path",{attrs:{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M9.52004 13.4543C4.81455 13.4543 1 17.2689 1 21.9744C1 26.6799 4.81455 30.4944 9.52004 30.4944C14.2255 30.4944 18.0401 26.6799 18.0401 21.9744C18.0401 17.2689 14.2255 13.4543 9.52004 13.4543ZM0 21.9744C0 16.7166 4.26227 12.4543 9.52004 12.4543C14.7778 12.4543 19.0401 16.7166 19.0401 21.9744C19.0401 27.2322 14.7778 31.4944 9.52004 31.4944C4.26227 31.4944 0 27.2322 0 21.9744Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M2.4003 21.9731C2.4003 24.7792 4.03134 27.2058 6.39657 28.3559L3.01361 19.0879C2.62163 19.9688 2.39941 20.9456 2.39941 21.974L2.4003 21.9731ZM14.2789 21.6149C14.2789 20.7385 13.9642 20.1314 13.694 19.6594C13.3358 19.0746 12.9981 18.5813 12.9981 17.9964C12.9981 17.3449 13.4931 16.7378 14.1891 16.7378C14.2202 16.7378 14.2504 16.7413 14.2815 16.7431C13.0194 15.5876 11.3386 14.8819 9.49332 14.8819C7.0152 14.8819 4.83664 16.1529 3.56825 18.0791C3.73447 18.0844 5.00463 18.0364 5.00463 18.0364L7.72984 26.3294L9.28177 21.6753L8.01694 17.9964H10.3617L13.0318 26.2707L13.7402 23.9064C14.0984 22.9846 14.2789 22.222 14.2789 21.614V21.6149ZM9.61598 22.5944L7.48808 28.7764C8.12449 28.963 8.79557 29.0652 9.49243 29.0652C10.3173 29.0652 11.1101 28.9221 11.847 28.6635C11.8283 28.6333 11.8097 28.6004 11.7954 28.5657L9.61687 22.5944H9.61598ZM15.7135 18.5715C15.7446 18.7972 15.7615 19.039 15.7615 19.3012C15.7615 20.0203 15.6264 20.8292 15.2211 21.8398L13.0558 28.1017C15.1642 26.8724 16.581 24.589 16.581 21.9731C16.5828 20.7394 16.2672 19.5803 15.7135 18.5706V18.5715Z",fill:"url(#paint0_linear_468_260)","fill-opacity":"0.76"}}),n("path",{attrs:{d:"M2.4003 21.9731C2.4003 24.7792 4.03134 27.2058 6.39657 28.3559L3.01361 19.0879C2.62163 19.9688 2.39941 20.9456 2.39941 21.974L2.4003 21.9731ZM14.2789 21.6149C14.2789 20.7385 13.9642 20.1314 13.694 19.6594C13.3358 19.0746 12.9981 18.5813 12.9981 17.9964C12.9981 17.3449 13.4931 16.7378 14.1891 16.7378C14.2202 16.7378 14.2504 16.7413 14.2815 16.7431C13.0194 15.5876 11.3386 14.8819 9.49332 14.8819C7.0152 14.8819 4.83664 16.1529 3.56825 18.0791C3.73447 18.0844 5.00463 18.0364 5.00463 18.0364L7.72984 26.3294L9.28177 21.6753L8.01694 17.9964H10.3617L13.0318 26.2707L13.7402 23.9064C14.0984 22.9846 14.2789 22.222 14.2789 21.614V21.6149ZM9.61598 22.5944L7.48808 28.7764C8.12449 28.963 8.79557 29.0652 9.49243 29.0652C10.3173 29.0652 11.1101 28.9221 11.847 28.6635C11.8283 28.6333 11.8097 28.6004 11.7954 28.5657L9.61687 22.5944H9.61598ZM15.7135 18.5715C15.7446 18.7972 15.7615 19.039 15.7615 19.3012C15.7615 20.0203 15.6264 20.8292 15.2211 21.8398L13.0558 28.1017C15.1642 26.8724 16.581 24.589 16.581 21.9731C16.5828 20.7394 16.2672 19.5803 15.7135 18.5706V18.5715Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.3651 5.63068H32.1039L34.1713 9.48562H36.4326L34.3651 5.63068Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.1287 9.37915L34.1927 9.48759H36.4539L34.9678 6.78015L34.1278 9.37915H34.1287Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M38.2636 2.3829L34.1936 9.48659H36.4548L40.5249 2.3829H38.2636Z",fill:"#1863DC"}}),n("path",{attrs:{d:"M34.1926 10.5484H36.3899V12.7794H34.1926V10.5484Z",fill:"#1863DC"}}),n("defs",[n("linearGradient",{attrs:{id:"paint0_linear_468_260",x1:"-2.36705",y1:"14.9864",x2:"24.3253",y2:"20.2349",gradientUnits:"userSpaceOnUse"}},[n("stop",{attrs:{"stop-color":"#99BCE3"}}),n("stop",{attrs:{offset:"1","stop-color":"#EDF5FF"}})],1)],1)])},it=[],ct={props:{width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}}},lt=ct,dt=Object(l["a"])(lt,rt,it,!1,null,null,null),ut=dt.exports,pt={name:"CkyIcon",props:{icon:{type:String,default:"logo"},width:{type:String,default:"18px"},height:{type:String,default:"100%"},color:{type:String,default:"currentColor"}},computed:{getStyles(){return{height:this.height+"px",width:this.width+"px"}}},components:{logo:u,chat:m,help:_,rocket:P,blank:T,note:z,css:D,layout:K,close:se,edit:ue,trash:me,spinner:_e,editAlt:Pe,cookiePolicy:Te,privacyPolicy:De,search:ze,general:Ke,successCircle:st,connect:ut}},ft=pt,gt=(n("5f84"),Object(l["a"])(ft,a,o,!1,null,"41ddddb8",null));t["a"]=gt.exports},3213:function(e,t,n){},"333a":function(e,t,n){},3358:function(e,t,n){},3840:function(e,t,n){"use strict";var a=n("561c");a["setLocaleData"](window.ckyTranslations.translations,"cookie-law-info"),t["a"]=a},"3f47":function(e,t,n){"use strict";n("c981")},"462b":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-notice-fade"}},[e.isShown?n("div",{class:e.noticeClass},[n("div",{staticClass:"cky-admin-notice-content"},[n("div",{staticClass:"cky-admin-notice-message"},[e.$slots.header?n("h5",{staticClass:"cky-admin-notice-header"},[e._t("header")],2):e._e(),e._t("default")],2)]),n("div",{staticClass:"cky-admin-notice-close"},[e.isDismissable?n("button",{staticClass:"cky-close",attrs:{type:"button","aria-label":"Close"},on:{click:e.close}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])]):e._e()])]):e._e()])},o=[],s={name:"CkyNotice",props:{type:{type:String,default:"success"},isDismissable:{type:Boolean,default:!1},showIcon:{type:Boolean,default:!1}},data(){return{isShown:!0}},methods:{close(){this.$emit("onDismiss"),this.isShown&&(this.isShown=!1)}},computed:{noticeClass(){return{"cky-admin-notice":!0,"cky-admin-notice-info":"info"===this.type,"cky-admin-notice-error":"error"===this.type,"cky-admin-notice-success":"success"===this.type,"cky-admin-notice-warning":"warning"===this.type,"cky-admin-notice-default":"default"===this.type,"cky-admin-notice-has-icon":this.showIcon,"cky-admin-notice-dismissable":this.isDismissable}}}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},5426:function(e,t,n){},"568d":function(e,t,n){var a={"./cky-button.vue":"5985","./cky-input.vue":"a07a","./cky-popper.vue":"7f7f"};function o(e){var t=s(e);return n(t)}function s(e){if(!n.o(a,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return a[e]}o.keys=function(){return Object.keys(a)},o.resolve=s,e.exports=o,o.id="568d"},"56d7":function(e,t,n){"use strict";n.r(t),n.d(t,"default",(function(){return We}));n("83f4");var a=n("2b0e"),o=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-app-wrap",attrs:{id:"cky-app"}},[n("div",{staticClass:"cky-app-nav-bar"},[n("cky-notification"),n("cky-header"),n("cky-nav-menu")],1),n("div",{staticClass:"cky-app-body"},[n("cky-table-missing-notice"),e.apiFailed?n("cky-notice",{staticClass:"cky-admin-notice-api-error",attrs:{type:"error",showIcon:!0}},[n("p",{domProps:{innerHTML:e._s(e.errorMessages.apiFetchFailed)}})]):e._e(),e._l(e.errors,(function(t,a){return n("cky-notice",{key:a,staticClass:"cky-admin-notice-api-error",attrs:{type:"error",showIcon:!0}},[n("p",{domProps:{innerHTML:e._s(e.errorMessages[a])}})])})),n("transition",{attrs:{name:"fade"}},[n("router-view")],1)],2)])},s=[],r=n("2f62"),i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-header"},[n("div",{staticClass:"cky-row cky-align-center"},[n("div",{staticClass:"cky-col-4"},[n("a",{attrs:{href:"https://www.cookieyes.com/"}},[n("cky-icon",{attrs:{width:"120px",icon:"logo",color:"#ffffff"}})],1)]),n("div",{staticClass:"cky-col-8"},[n("div",{staticClass:"cky-card-header-actions"},[n("a",{staticClass:"cky-link cky-align-center",attrs:{target:"_blank",href:"https://www.cookieyes.com/documentation/how-to-install-cookieyes-wordpress-plugin/"}},[n("cky-icon",{attrs:{width:"15px",icon:"help",color:"#ffffff"}}),e._v(" "+e._s(e.$i18n.__("Help Guides","cookie-law-info"))+" ")],1),n("a",{staticClass:"cky-link cky-align-center",attrs:{target:"_blank",href:"https://www.cookieyes.com/support/"}},[n("cky-icon",{attrs:{width:"15px",icon:"chat",color:"#ffffff"}}),e._v(" "+e._s(e.$i18n.__("Support","cookie-law-info"))+" ")],1)])])])])},c=[],l=n("1f3d"),d=n("c068"),u={name:"CkyHeader",mixins:[d["a"]],components:{CkyIcon:l["a"]},data(){return{syncing:!1}},computed:{account(){return this.getOption("account")}},created(){this.$root.$on("afterConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",async()=>{this.syncing=!1})}},p=u,f=(n("3f47"),n("2877")),g=Object(f["a"])(p,i,c,!1,null,null,null),y=g.exports,h=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-nav-menu"},e._l(e.menus,(function(e,t){return n("cky-menu-item",{key:t,attrs:{data:e}})})),1)},m=[],C=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.visible()?n("router-link",{staticClass:"cky-nav-menu-item",class:["cky-nav-menu-item",{}],attrs:{to:e.data.to}},[e._v(" "+e._s(e.data.text)+" ")]):e._e()},b=[],k={name:"CkyMenuItem",props:{data:Object},data(){return{syncing:!1}},methods:{visible:function(){return!!this.data.to&&!(!this.data.native&&this.account.connected||this.data.hidden&&!this.account.connected)}},computed:{account(){return this.getOption("account")}},mounted(){this.$root.$on("beforeConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",()=>{this.syncing=!1})}},v=k,w=(n("6c23"),Object(f["a"])(v,C,b,!1,null,null,null)),_=w.exports,L={name:"CkyNavMenu",components:{CkyMenuItem:_},data(){return{menus:[{text:this.$i18n.__("Dashboard","cookie-law-info"),to:{name:"dashboard"},native:!0},{text:this.$i18n.__("Cookie Banner","cookie-law-info"),to:{name:"customize"}},{text:this.$i18n.__("Cookie Manager","cookie-law-info"),to:{name:"cookies"}},{text:this.$i18n.__("Languages","cookie-law-info"),to:{name:"languages"}},{text:this.$i18n.__("Policy Generators","cookie-law-info"),to:{name:"policies"}},{text:this.$i18n.__("Site Settings","cookie-law-info"),to:{name:"settings"},native:!0,hidden:!0}]}}},x=L,$=(n("d9e4"),Object(f["a"])(x,h,m,!1,null,null,null)),S=$.exports,M=n("462b"),P=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-slide-top"}},[n("div",{directives:[{name:"show",rawName:"v-show",value:e.message,expression:"message"}],class:e.notificationClass,attrs:{role:"alert",id:e.id,"aria-live":"assertive"}},[n("div",{staticClass:"cky-notification-content"},[n("p",[n("span",{domProps:{innerHTML:e._s(e.message)}})])]),n("div",{directives:[{name:"show",rawName:"v-show",value:e.options.dismiss.show,expression:"options.dismiss.show"}],staticClass:"cky-notification-close"},[n("button",{staticClass:"cky-close",attrs:{type:"button","aria-label":"Close"},on:{click:e.close}},[n("span",{attrs:{"aria-hidden":"true"}},[e._v("×")])])])])])},O=[],B=n("a2b6"),j={name:"CkyNotification",data(){return{id:"cky-toast-notification",message:"",type:"success",callback:!1,options:{type:"success",autoclose:{show:!0,timeout:5e3},dismiss:{show:!1}}}},mounted(){this.$root.$on("triggerNotification",e=>{this.setupNotice(e)})},computed:{notificationClass(){return{"cky-notification":!0,"cky-notification-info":"info"===this.type,"cky-notification-error":"error"===this.type,"cky-notification-success":"success"===this.type,"cky-notification-warning":"warning"===this.type}}},methods:{getMessage(e){return e.message||""},async setupNotice(e){this.type=e.type||"success",this.options.type=this.type,this.options.dismiss.show=e.dismiss||!1,this.options.autoclose.show=!this.options.dismiss.show,this.message=this.getMessage(e),this.options.autoclose.show&&(await Object(B["d"])(this.options.autoclose.timeout),this.message=!1,"function"==typeof this.callback&&this.callback())},close(){this.message=!1}}},H=j,E=(n("12f7"),Object(f["a"])(H,P,O,!1,null,"b1fe306c",null)),T=E.exports,A=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.tablesMissing?n("cky-notice",{staticStyle:{"margin-top":"20px","margin-bottom":"-10px"},attrs:{type:"error"}},[n("div",{staticClass:"cky-align-center"},[n("p",{staticStyle:{margin:"0"}},[n("strong",[e._v(" "+e._s(e.$i18n.__("Missing database tables: Some features may be disabled or not work as expected since one or more required tables are missing from the database.","cookie-law-info"))+" ")])]),n("cky-button",{ref:"ckyButtonreInstallTables",staticClass:"cky-button",staticStyle:{"margin-left":"25px"},nativeOn:{click:function(t){return e.reInstallTables.apply(null,arguments)}}},[n("template",{slot:"loader"},[e._v(e._s(e.$i18n.__("Checking...","cookie-law-info"))+" ")]),e._v(" "+e._s(e.$i18n.__("Check again","cookie-law-info"))+" ")],2)],1)]):e._e()},V=[],Z=n("f9c4"),I={name:"CkyTableMissingNotice",components:{CkyNotice:M["a"]},data(){return{}},methods:{async reInstallTables(){try{this.$refs.ckyButtonreInstallTables.startLoading();const e=await Z["a"].post({path:"/settings/reinstall"});!0===e.success&&window.location.reload()}catch(e){console.log(e)}}},computed:{...Object(r["d"])("settings",["info"]),tablesMissing(){return!!this.info.tables_missing}}},N=I,D=Object(f["a"])(N,A,V,!1,null,null,null),U=D.exports,F={name:"CkyApp",components:{CkyHeader:y,CkyNavMenu:S,CkyNotice:M["a"],CkyNotification:T,CkyTableMissingNotice:U},data(){return{loading:!0,errorMessages:{apiFetchFailed:this.$i18n.sprintf(this.$i18n.__('Unable to reach your web app account at this moment. Please reload the page to retry. If the issue persists, contact <a href="%1$s" target="_blank">Customer Support</a>.',"cookie-law-info"),"https://www.cookieyes.com/support/"),urlMismatch:this.$i18n.sprintf(this.$i18n.__('It looks like your website URL has been changed. To ensure the proper functioning of your banner, go to your <a href="%1$s" target="_blank">CookieYes account</a> > navigate to <b>More</b> > <b>Site Settings</b> and update the registered URL. Then, reload this page to retry. If the issue persists, contact <a href="%2$s" target="_blank">customer support</a>.',"cookie-law-info"),this.$router.getAppRedirectURL(),"https://www.cookieyes.com/support/")}}},computed:{apiFailed(){return!this.$store.state.settings.status},cardLoader(){return!(!1!==this.$store.state.settings.info&&!this.loading)},errors(){return this.$store.state.settings.errors},hasErrors(){return!!Object.keys(this.$store.state.settings.errors).length}},methods:{...Object(r["b"])("settings",["loadInfo","reInit"]),...Object(r["b"])("languages",["loadLanguages"])},async created(){try{await this.loadLanguages(),await this.loadInfo(!0),await this.reInit()}catch(e){this.$root.$emit("triggerNotification",{type:"error",message:this.$i18n.__("An unexpected error occurred please try reloading the page or logging in again.","cookie-law-info")})}}},R=F,q=(n("5c0b"),Object(f["a"])(R,o,s,!1,null,null,null)),G=q.exports,z=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},Y=[],J={components:{CurrentComponent:()=>n.e("chunk-322699f8").then(n.bind(null,"9573"))}},Q=J,W=Object(f["a"])(Q,z,Y,!1,null,null,null),X=W.exports,K=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},ee=[],te={components:{CurrentComponent:()=>n.e("chunk-637dc2c8").then(n.bind(null,"3636"))}},ne=te,ae=Object(f["a"])(ne,K,ee,!1,null,null,null),oe=ae.exports,se=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},re=[],ie={components:{CurrentComponent:()=>n.e("chunk-263180a4").then(n.bind(null,"943d"))}},ce=ie,le=Object(f["a"])(ce,se,re,!1,null,null,null),de=le.exports,ue=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},pe=[],fe={components:{CurrentComponent:()=>n.e("chunk-0495ae18").then(n.bind(null,"281e"))}},ge=fe,ye=Object(f["a"])(ge,ue,pe,!1,null,null,null),he=ye.exports,me=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},Ce=[],be={components:{CurrentComponent:()=>n.e("chunk-2177d27f").then(n.bind(null,"ea26"))}},ke=be,ve=Object(f["a"])(ke,me,Ce,!1,null,null,null),we=ve.exports,_e=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("current-component")},Le=[],xe={components:{CurrentComponent:()=>n.e("chunk-69ed221f").then(n.bind(null,"ad98"))}},$e=xe,Se=Object(f["a"])($e,_e,Le,!1,null,null,null),Me=Se.exports,Pe=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-section cky-zero--padding cky-zero--margin"},[n("div",{staticClass:"cky-section-header cky-align-center cky-justify-between"},[n("div",{staticClass:"cky-section-title"},[n("router-link",{staticClass:"cky-breadcrumbs-title",attrs:{to:"/languages"}},[e._v(e._s(e.$i18n.__("Back to Language List","cookie-law-info")))])],1),n("div",{staticClass:"cky-section-header-actions cky-align-center"},[n("div",{staticClass:"cky-align-center cky-justify-end"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-banner-preview"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.preview,expression:"preview"}],attrs:{type:"checkbox",id:"cky-banner-preview"},domProps:{checked:Array.isArray(e.preview)?e._i(e.preview,null)>-1:e.preview},on:{change:function(t){var n=e.preview,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&(e.preview=n.concat([s])):r>-1&&(e.preview=n.slice(0,r).concat(n.slice(r+1)))}else e.preview=o}}}),n("span",{staticClass:"cky-toggle-text"},[e._v(e._s(e.$i18n.__("Banner Preview","cookie-law-info")))]),n("span",{staticClass:"cky-toggle-slider",attrs:{"aria-hidden":"true"}})]),n("cky-button",{ref:"ckyButtonSaveLanguage",staticClass:"cky-button cky-button-green",staticStyle:{"margin-left":"15px"},nativeOn:{click:function(t){return e.saveConfig.apply(null,arguments)}}},[e._v(" "+e._s(e.$i18n.__("Publish Changes","cookie-law-info"))+" ")])],1)])]),n("div",{staticClass:"cky-section-content"},[n("div",{staticClass:"cky-edit-content"},[n("div",{staticClass:"cky-row cky-justify-between cky-button-section"},[n("div",{staticClass:"cky-col-6"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader")],1):e._e()]),n("div",{staticClass:"cky-col-6"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader")],1):e._e()])]),n("div",{staticClass:"cky-row"},[e.defaultLanguage!==e.currentLanguage?n("div",{staticClass:"cky-col"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader"),n("cky-card-loader"),n("cky-card-loader")],1):n("div",{staticClass:"cky-edit-content-lists"},[n("h5",{staticStyle:{"margin-bottom":"20px"}},[e._v(" "+e._s(e.$i18n.__("Default language:","cookie-law-info"))+" "),n("b",[e._v(e._s(e.getLanguageName(e.defaultLanguage)))])]),n("tab-content-accordion",{attrs:{language:e.defaultLanguage,translate:!0,disabled:!0}})],1)]):e._e(),n("div",{staticClass:"cky-col"},[e.loading?n("div",{staticClass:"cky-loader-languages"},[n("cky-card-loader"),n("cky-card-loader"),n("cky-card-loader")],1):n("div",{staticClass:"cky-edit-content-lists"},[n("div",{staticClass:"cky-align-center"},[n("h5",[e._v(e._s(e.$i18n.__("Edit content in:","cookie-law-info")))]),n("select",{directives:[{name:"model",rawName:"v-model",value:e.currentLanguage,expression:"currentLanguage"}],staticClass:"cky-select",on:{change:function(t){var n=Array.prototype.filter.call(t.target.options,(function(e){return e.selected})).map((function(e){var t="_value"in e?e._value:e.value;return t}));e.currentLanguage=t.target.multiple?n:n[0]}}},e._l(e.selectedLanguages,(function(t){return n("option",{key:t,domProps:{value:t}},[e._v(" "+e._s(e.getLanguageName(t))+" ")])})),0)]),n("tab-content-accordion",{attrs:{language:e.currentLanguage,translate:!0}})],1)])])])])])},Oe=[],Be=n("c4aa"),je=n("8259"),He=n("f61e"),Ee=n("c702"),Te=n("17aa"),Ae={name:"Customize",components:{TabContentAccordion:Ee["a"],CkyCardLoader:Te["a"]},data(){return{bannerPreview:!1,loading:!0}},methods:{async loadCookies(){try{await this.$store.dispatch("cookies/reInit")}catch(e){console.error(e)}},showIcon(e){return!!e.icon},loadBanner:async function(){await Be["a"].getActiveBanner()},saveConfig:async function(){this.$refs.ckyButtonSaveLanguage.startLoading(),await Be["a"].save(),this.$root.$emit("triggerNotification",{type:"success",message:"Successfully saved"}),this.$refs.ckyButtonSaveLanguage.stopLoading()},async loadLanguage(){const e=this.$route.params.language||"en";this.$store.state.languages.current=e},async changeLanguage(e){this.$store.state.languages.current=e},updateBannerContents:Object(B["b"])((async function(){je["a"].startLoading(),await Be["a"].updateContentPreview(),je["a"].stopLoading()}),500),getLanguageName(e){return He["a"].getName(e)}},computed:{...Object(r["d"])("languages",["default","selected","available"]),currentTabComponent:function(){return"tab-"+this.currentTab.toLowerCase()},banner(){return this.$store.state.banners.current},banners(){return this.$store.state.banners.items||{}},preview:{get(){return this.$store.state.banners.preview},set(e){this.$store.state.banners.preview=e}},defaultLanguage(){return this.default},currentLanguage:{get(){return this.$store.state.languages.current},set(e){this.$store.state.languages.current=e}},selectedLanguages:function(){return this.$store.state.languages.selected}},async created(){this.loading=!0,await this.loadLanguage(),await this.loadBanner(),await Be["a"].loadTemplate(),this.loading=!1,await this.loadCookies()},watch:{currentLanguage:{async handler(){await Be["a"].showPreview(!0)},deep:!0},"banner.contents":{handler(){this.updateBannerContents()},deep:!0},preview:{handler(){Be["a"].showPreview()}}},beforeDestroy(){Be["a"].closePreview(!0),this.$store.state.languages.current=this.$store.state.languages.default}},Ve=Ae,Ze=(n("8019"),Object(f["a"])(Ve,Pe,Oe,!1,null,null,null)),Ie=Ze.exports;const Ne=[{path:"/dashboard",name:"dashboard",component:X},{path:"/customize",name:"customize",component:oe},{path:"/cookies",name:"cookies",component:de},{path:"/policies",name:"policies",component:he},{path:"/settings",name:"settings",component:we},{path:"/languages",name:"languages",component:Me,children:[{path:"edit/:language",name:"edit",component:Ie}]}];var De=n("8c4f"),Ue=n("e19f"),Fe=n("07a4"),Re=n("3840"),qe=n("8103"),Ge=n.n(qe),ze=n("bba4"),Ye=n.n(ze),Je=n("87ea");a["a"].use(De["a"]),a["a"].config.productionTip=!1,a["a"].prototype.$i18n=Re["a"],a["a"].prototype.$globals=window.ckyGlobals;const Qe=n("568d");Qe.keys().forEach(e=>{const t=Qe(e),n=Ge()(Ye()(e.replace(/^\.\//,"").replace(/\.\w+$/,"").replace(/Index$/,"")));a["a"].component(n,t.default||t)}),a["a"].mixin({methods:{sprintf:Ue["sprintf"],getOption:Je["e"],setOption:Je["l"],saveOptions:Je["j"],getInfo:Je["d"],loadInfo:Je["g"],getDefaultLanguage:Je["c"],setDefaultLanguage:Je["k"],getAssetsURL:Je["b"],purgeCache:Je["h"],isRTLLanguage:Je["f"]}}),a["a"].directive("click-outside",{bind:function(e,t,n){e.eventOnClick=function(a){e==a.target||e.contains(a.target)||n.context[t.expression](a)},document.body.addEventListener("click",e.eventOnClick)},unbind:function(e){document.body.removeEventListener("click",e.eventOnClick)}});class We{constructor(){this.Vue=a["a"],this.Router=De["a"],this.App=G}}window.ckyVue=new We;const Xe=new window.ckyVue.Router({routes:Ne});Xe.getRouteByName=function(e){return!!e&&Ne.find(t=>e===t.name)},Xe.redirectToDashboard=function(e){if(e&&"dashboard"===e)return;const t=Xe.getRouteByName("dashboard");Xe.push({name:t.name,query:t.query})},Xe.beforeEach((e,t,n)=>{const a=["/dashboard","/settings"];if(e.path&&"/"===e.path)n({name:"dashboard"});else{const t=Object(Je["e"])("account");t.connected?a.some(t=>t===e.path)?n():n({name:"dashboard"}):n()}}),String.prototype.addQuery=function(e){return this+Object.keys(e).reduce((function(t,n,a){return t+(0==a?"?":"&")+(Array.isArray(e[n])?e[n].reduce((function(t,a,o){return t+n+"="+encodeURIComponent(a)+(o!=e[n].length-1?"&":"")}),""):n+"="+encodeURIComponent(e[n]))}),"")},Xe.getQueryParams=function(e){let t=e?e.split("?")[1]:window.location.search.slice(1),n={};if(t){t=t.split("#")[0];let e=t.split("&");for(let t=0;t<e.length;t++){let a=e[t].split("="),o=void 0,s=a[0].replace(/\[\d*\]/,(function(e){return o=e.slice(1,-1),""})),r="undefined"===typeof a[1]||a[1];s=s.toLowerCase(),r=r.toLowerCase(),n[s]?("string"===typeof n[s]&&(n[s]=[n[s]]),"undefined"===typeof o?n[s].push(r):n[s][o]=r):n[s]=r}}return n},Xe.redirectMenu=function(e,t=!0){if(e===window.location.href&&!1===t)return;const n=Xe.getQueryParams(e);let a=n.page&&n.page||!1;if(!a)return;if(a.match(/cookie-law-info/)&&(a=a&&a.replace("cookie-law-info-","")||""),"cookie-law-info"===a)return void Xe.redirectToDashboard();const o=Xe.getRouteByName(a);Xe.push({name:o.name,query:o.query})},Xe.redirectToApp=function(e="dashboard"){const t=Xe.getAppRedirectURL(e);Xe.redirectToURL(t)},Xe.getAppRedirectURL=function(e="dashboard"){const t=Object(Je["e"])("account");if(!t.connected)return!1;let n=window.ckyGlobals.webApp.url+"/"+e,a={website:t.website_id};return n=n.addQuery(a),n},Xe.redirectToURL=function(e){try{const t=document.createElement("a");t.target="_blank",t.href=e,t.rel="noopener noreferrer",t.click()}catch(t){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},window.ckyGlobals.vueApp=new window.ckyVue.Vue({render:e=>e(G),store:Fe["a"],router:Xe}).$mount("#cky-app")},5754:function(e,t,n){},5985:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("button",{class:e.buttonClass,attrs:{disabled:e.loading}},[e.loading?e._t("loader",(function(){return[e._v(e._s(e.$i18n.__("Loading","cookie-law-info")))]})):e._t("default"),e.loading?n("span",{staticClass:"cky-btn-spinner"},[n("span"),n("span"),n("span"),n("span")]):e._e()],2)},o=[],s={name:"CkyButton",components:{},data(){return{loading:!1}},methods:{startLoading(){this.loading=!0},stopLoading(){this.loading=!1}},computed:{buttonClass(){return{"cky-button":!0,"cky-button-loading":!0===this.loading}}}},r=s,i=(n("e867"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,null,null);t["default"]=c.exports},"5c0b":function(e,t,n){"use strict";n("9c0c")},"5d3d":function(e,t,n){"use strict";n("5426")},"5f84":function(e,t,n){"use strict";n("5ff5")},"5ff5":function(e,t,n){},6072:function(e,t,n){"use strict";n("9ef8")},"61b4":function(e,t,n){},"6c23":function(e,t,n){"use strict";n("8a52")},"6e8b":function(e,t,n){"use strict";n("61b4")},"7dd2":function(e,t,n){"use strict";n("9061")},"7f7f":function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"popperContainer",staticClass:"cky-popper-container",on:{mouseleave:function(t){e.hover&&e.closePopper()}}},[n("div",{ref:"triggerNode",staticClass:"cky-poppper-trigger",on:{mouseover:function(t){e.hover&&e.openPopper()}}},[e._t("default",(function(){return[n("div",{staticClass:"cky-popper-icon"})]}))],2),n("Transition",{attrs:{name:"fade"}},[e.shouldShowPopper?n("div",{ref:"popperNode",staticClass:"cky-popper"},[e._t("content",(function(){return[e._v(" "+e._s(e.content)+" ")]})),n("div",{staticClass:"cky-popper-arrow",attrs:{"data-popper-arrow":""}})],2):e._e()])],1)},o=[],s=n("45d1"),r=n("0929"),i=n("9835"),c={name:"CkyPopper",components:{},props:{content:{type:String,default:""},position:{type:String,default:"top"},hover:{type:Boolean,default:!0}},data(){return{popperId:null,popper:null,isOpen:!1}},computed:{shouldShowPopper(){return this.isOpen}},ready(){this.$nextTick(()=>{this.showPopper&&this.initPopper()})},methods:{initPopper(){this.$nextTick((function(){this.popper=Object(s["a"])(this.$el,this.$el.querySelector(".cky-popper"),{placement:this.position||"bottom",removeOnDestroy:!0,modifiers:[r["a"],{name:"arrow",options:{padding:10}},i["a"],{name:"offset",options:{offset:[0,8]}}]})}))},destroyPopper(){this.popper&&(this.popper.destroy(),this.popper=null)},openPopper(){this.isOpen=!0,this.initPopper()},closePopper(){this.isOpen=!1}}},l=c,d=(n("5d3d"),n("2877")),u=Object(d["a"])(l,a,o,!1,null,null,null);t["default"]=u.exports},8019:function(e,t,n){"use strict";n("cda9")},8259:function(e,t,n){"use strict";var a=n("07a4"),o=n("f9c4"),s=n("87ea");const r=window.ckyBannerConfig._shortCodes;function i(e){const t=document.querySelector("[data-cky-tag="+e+"]");return t||!1}function c(){return a["a"].state.banners.current.properties.settings.applicableLaw}function l(){return a["a"].state.banners.current.properties.settings.type}function d(){const e=i("notice"),t=e&&e.closest(".cky-consent-container")||!1;return t&&t||!1}function u(){const e=d();e&&e.classList.remove("cky-hide")}function p(){const e=document.querySelector(".cky-overlay");e&&e.classList.add("cky-hide")}function f(){const e=document.querySelector(".cky-overlay");e&&e.classList.remove("cky-hide")}function g(){const e=document.querySelector(".cky-overlay");e&&e.classList.toggle("cky-hide")}function y(){if("classic"===l())return d();const e="ccpa"===c()?i("optout-popup"):i("detail");return e&&e.closest(".cky-modal")||!1}function h(){const e=y();e&&e.classList.remove(b()),"classic"!==l()&&p()}function m(){const e=y();e&&e.classList.add(b()),"classic"!==l()&&f()}function C(){const e=y();e&&e.classList.toggle(b()),"classic"!==l()&&g()}function b(){return"classic"===l()?"cky-consent-bar-expand":"cky-modal-open"}function k(){const e=i("notice");if(!e)return!1;const t=e.closest(".cky-consent-container");if(!t)return!1;const n=a["a"].state.banners.current.properties.settings.type;let o=a["a"].state.banners.current.properties.settings.position;"popup"===n&&(o="center");const s="cky-"+n+"-"+o;t.classList.add(s);const r=i("revisit-consent");if(!r)return!1;const c="cky-revisit-"+a["a"].state.banners.current.properties.config.revisitConsent.position;r.classList.add(c)}function v(){w("settings-button",()=>C()),w("detail-close",()=>h()),w("optout-cancel-button",()=>h()),w("donotsell-button",()=>m()),_()}function w(e,t){document.querySelectorAll("[data-cky-tag="+e+"]").forEach(e=>{e&&e.addEventListener("click",t)})}function _(){const e=a["a"].state.banners.current;e.properties.config.auditTable.status&&document.querySelectorAll(".cky-accordion").forEach(e=>e.addEventListener("click",(function(e){"checkbox"!==e.target.type&&this.classList.toggle("cky-accordion-active")})))}function L(){if("gdpr"!==c())return;const e=r.find(e=>"cky_show_desc"===e.key),t=r.find(e=>"cky_hide_desc"===e.key);if(!e||!t)return;const n=t.content,a=e.content,o=window.innerWidth<376?150:300,s=document.querySelector('[data-cky-tag="detail-description"]'),i=s.textContent;if(i.length<o)return;const l=s.innerHTML,d=(new DOMParser).parseFromString(l,"text/html"),u=d.querySelectorAll("body > p");if(u.length<=1)return;let p="";for(let r=0;r<u.length;r++){if(r===u.length-1)return;const e=u[r];if(`${p}${e.outerHTML}`.length>o&&e.insertAdjacentHTML("beforeend","...&nbsp;"+a),p=`${p}${e.outerHTML}`,p.length>o)break}function f(){s.innerHTML=`${l}${n}`,w("hide-desc-button",g)}function g(){s.innerHTML=p,w("show-desc-button",f)}g()}function x(e,t){const n=e.querySelector("[data-cky-tag="+t+"]");if(!n)return!1;let a=n,o="";n.getAttribute("src")||(a=n.querySelector("img")),o=a.src;const s=o.lastIndexOf("/"),r=o.substring(s+1);a.src=window.ckyGlobals.assetsURL+r}function $(e){const t=e.querySelector('[data-cky-tag="detail"] .cky-footer-shadow'),n=e.querySelector('[data-cky-tag="detail"]');if(!t)return;const a=n&&n.style.backgroundColor||"#ffffff";t.style.background=`linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, ${a} 100%)`}function S(e=!1){const t=a["a"].state.cookies.items,n=a["a"].state.banners.current;let o=n.properties.config.preferenceCenter.elements.categories.elements.toggle;P("ckySwitch",o),o=n.properties.config.categoryPreview.elements.toggle,o&&P("ckyCategoryDirect",o);for(const a of t){const t=a.prior_consent||"necessary"===a.slug,n="necessary"===a.slug;M(a,t,n,e),j(a)}}function M(e,t,n,o=!1){const s=a["a"].state.banners.current,r=s.properties.config.preferenceCenter.elements.categories.elements.toggle,i=r.states.active.styles["background-color"],c=r.states.inactive.styles["background-color"];["ckyCategoryDirect","ckySwitch"].map(a=>{const s=document.getElementById(`${a}${e.slug}`);s&&(O(s,e),s.checked=t,s.disabled=n,s.style.backgroundColor=t?i:c,o||s.addEventListener("change",({currentTarget:e})=>{const t=e.checked;e.style.backgroundColor=t?i:c}))})}function P(e,t){const n=t.states.active.styles["background-color"],a=t.states.inactive.styles["background-color"];document.querySelectorAll(`[id^="${e}"]`).forEach((function(e){let t=e.checked;e.addEventListener("change",({currentTarget:e})=>{const t=e.checked;e.style.backgroundColor=t?n:a}),e.style.backgroundColor=t?n:a}))}function O(e,t={}){"detail-category-toggle"===e.parentElement.getAttribute("data-cky-tag")?B(e,t):"detail-category-preview-toggle"===e.parentElement.getAttribute("data-cky-tag")&&H(e,t)}function B(e,t){const n=a["a"].state.banners.current;let o=e.closest(".cky-accordion-item");if(!o)return;const s=o.querySelector(".cky-switch"),r=o.querySelector(".cky-always-active");"necessary"===t.slug?s&&s.remove():(r&&r.remove(),("classic"===l()&&n.properties.config.categoryPreview.status||t.cookie_list&&0===t.cookie_list.length)&&s&&s.remove())}function j(e){const t=a["a"].state.banners.current;if(!1===t.properties.config.auditTable.status){const t=document.querySelector(`#ckyDetailCategory${e.slug} [data-cky-tag="audit-table"]`);t&&t.remove();const n=document.querySelector(`#ckyDetailCategory${e.slug} .cky-accordion-chevron`);n&&n.classList.add("cky-accordion-chevron-hide")}}function H(e,t){t.cookie_list&&0===t.cookie_list.length&&"necessary"!==t.slug&&e.parentElement.parentElement.remove()}function E(e){const t=a["a"].state.banners.current,n=a["a"].state.languages.current,o=r.find(e=>"cky_readmore"===e.key);if(e.querySelector('[data-cky-tag="readmore-button"]'))return;if(!1===t.properties.config.notice.elements.buttons.elements.readMore.status)return;const s=o.content,i=e.querySelector('[data-cky-tag="description"]');if(!i)return;const c=(new DOMParser).parseFromString(s,"text/html"),l=c.querySelector('[data-cky-tag="readmore-button"]');if(!l)return!1;if(l.innerHTML=t.contents[n].notice.elements.buttons.elements.readMore,i.childNodes.length>1){const t=e.querySelector('[data-cky-tag="description"] p:last-child');t&&t.insertAdjacentHTML("beforeend","&nbsp;"+c.body.innerHTML)}else i.insertAdjacentHTML("beforeend","&nbsp;"+c.body.innerHTML)}function T(){if(!Object(s["f"])())return;const e=["notice","detail","optout-popup","revisit-consent","video-placeholder"];e.forEach((function(e){i(e)&&i(e).classList.add("cky-rtl")}))}function A(){let e="flex-end";["detail-powered-by","optout-powered-by"].map(t=>{const n=document.querySelector(`[data-cky-tag="${t}"]`);n&&("optout-powered-by"===t&&(e="center"),n.style.display="flex",n.style.justifyContent=e,n.style.alignItems="center")})}const V={shortCodes:window.ckyBannerConfig._shortCodes,generate:async function(e=!1,t=!0){const n=a["a"].state.banners.current;let o=await this.getTemplate(e);if(n){await this.renderBannerStyles(o.styles);const e=this.refreshBannerStyles(n.properties);await this.renderBannerHtml(e,t)}},startLoading(){const e=document.getElementById("cky-banner-preview-container");e&&e.classList.add("cky-preview-partial-refreshing")},stopLoading(){const e=document.getElementById("cky-banner-preview-container");e&&e.classList.remove("cky-preview-partial-refreshing")},getTemplate:async function(e=!1){const t=a["a"].state.banners.current;if(!t||!t.properties)return;const n=t.properties.settings.type,o=t.properties.settings.applicableLaw,s=a["a"].state.banners.template||[];if(Object.prototype.hasOwnProperty.call(s,o)&&Object.prototype.hasOwnProperty.call(s[o],n)&&!1===e)return s[o][n];const r=await this.getPreviewHtml(t);if(r.html){const e=s[o]||[];return e[n]=r,s[o]=e,await a["a"].dispatch("banners/setTemplate",s),s[o][n]}},showPreview:async function(e=!1){!0===a["a"].state.banners.preview?await this.generate(e):this.hidePreview()},forceShowPreview:async function(){await this.generate(!0)},forceRerenderPreview:async function(){!0===a["a"].state.banners.preview&&await this.generate(!0,!1)},hidePreview:function(){const e=document.getElementById("cky-banner-preview-container");null!==e&&document.body.removeChild(e)},closePreview:function(e=!0){a["a"].state.banners.preview=!1,!0===e&&this.clearTemplate(),this.hidePreview()},clearTemplate:function(){a["a"].state.banners.template=[],a["a"].state.banners.current=!1},resetTemplate(){a["a"].state.banners.template=[]},renderBannerHtml:async function(e,t=!0){if(!e||!t)return;let n=document.getElementById("cky-banner-preview-container");if(null===n)n=document.createElement("div"),n.id="cky-banner-preview-container",n.className="cky-banner-preview",document.body.insertBefore(n,document.body.firstChild);else{const e=document.querySelector(".cky-consent-container");e&&(n.innerHTML="")}const a=(new DOMParser).parseFromString(e,"text/html");this.updateCategoryPeview(a),x(a,"detail-close"),x(a,"close-button"),x(a,"detail-powered-by"),x(a,"revisit-consent"),x(a,"optout-powered-by"),$(a),n.insertAdjacentHTML("afterbegin",a.body.innerHTML),v(),this.attachPreviewCloseBtn(),k(),u(),L(),S(),E(document),T(),A()},renderBannerStyles:async function(e){const t=document.getElementById("cky-banner-style");null!==t&&document.getElementsByTagName("head")[0].removeChild(t);const n=document.createElement("style");n.id="cky-banner-style",n.innerHTML=e,document.getElementsByTagName("head")[0].appendChild(n)},refreshBannerStyles:function(e){const t=a["a"].state.banners.current;if(!t)return;const n=t.properties.settings.type,o=t.properties.settings.applicableLaw,s=a["a"].state.banners.template[o][n],r=s.html;if(!r)return;const i=(new DOMParser).parseFromString(r,"text/html");E(i);const c=e.config,l=e=>{Object.keys(e).forEach(t=>{if("object"===typeof e[t]&&null!==e[t]){if(Object.prototype.hasOwnProperty.call(e[t],"tag")){let n=e[t],a=n["tag"]?n["tag"]:"";""!=a&&i.querySelectorAll(`[data-cky-tag^="${a}"]`).forEach((function(e){let t=!(!n["status"]||!0!==n["status"]);!1===t&&e.parentNode.removeChild(e),V.addStylesToElement(e,n)}))}l(e[t])}})};return l(c),this.updateCategoryPeview(i),i.body.innerHTML},updateCategoryPeview(e){const t=a["a"].state.cookies.items;t&&t.forEach((function(t){if("necessary"===t.slug)return;let n=e.getElementById("ckyDetailCategory"+t.slug);!1===t.visibility&&n&&n.parentNode.removeChild(n)}))},addStylesToElement:function(e,t){if(null!==t&&null!==e){let n="";for(const e in t.styles)n+=`${e}: ${t.styles[e]};`;e.style.cssText+=n}},getPreviewHtml:async function(e){try{return await o["a"].post({path:"/banners/preview",params:{language:a["a"].state.languages.current},data:e})}catch(t){console.log(t)}},attachPreviewCloseBtn(){const e=a["a"].state.banners.current;if(!e)return;const t=e.properties.settings.type,n=document.getElementById("cky-banner-preview-container");n&&"popup"===t&&n.insertAdjacentHTML("beforeend",'<button type="button" id="cky-preview-close-btn" data-cky-tag="preview-close" class="cky-button-close-alt cky-preview-close">Close Preview</button>')},parseDom(e){const t=new DOMParser,n=t.parseFromString(e,"text/html");return n.body}};t["a"]=V},"83f4":function(e,t,n){n.p=window.ckyGlobals.app.url},"87ea":function(e,t,n){"use strict";n.d(t,"e",(function(){return s})),n.d(t,"d",(function(){return r})),n.d(t,"g",(function(){return i})),n.d(t,"l",(function(){return c})),n.d(t,"j",(function(){return l})),n.d(t,"i",(function(){return d})),n.d(t,"c",(function(){return u})),n.d(t,"k",(function(){return p})),n.d(t,"b",(function(){return f})),n.d(t,"h",(function(){return g})),n.d(t,"f",(function(){return y})),n.d(t,"a",(function(){return h}));var a=n("07a4"),o=n("f9c4");function s(e,t=!1){let n=t;const o=a["a"].state.settings.options;return o[e]&&(n=o[e]),n}function r(e=!1,t=!1){let n=t;const o=a["a"].state.settings.info;return!1===e?o:(o[e]&&(n=o[e]),n)}async function i(e=!1){return await a["a"].dispatch("settings/loadInfo",e)}function c(e,t){a["a"].dispatch("settings/set",{key:e,value:t})}async function l(){return a["a"].dispatch("settings/save")}async function d(){return await a["a"].dispatch("settings/reInit")}function u(){return a["a"].state.languages.default&&a["a"].state.languages.default||"en"}async function p(e="en"){await a["a"].dispatch("languages/setDefault",e)}function f(){return window.ckyGlobals.app.url}async function g(){await o["a"].post({path:"/settings/cache/purge",data:{}})}function y(e=!1){return!1===e&&(e=a["a"].state.languages.current),["ar","az","dv","he","ku","fa","ur"].includes(e)}function h(){try{const{hostname:e}=new URL(window.ckyGlobals.site.url),t=new URL(a["a"].state.settings.info.url),n=t.hostname,o=e.split(".");let s=!1;for(let a=0;a<o.length;a++){const e=o.slice(a).join(".");if(s=s||e===n||e.replace(/^www./,"")===n.replace(/^www./,""),s)break}return s}catch(e){return!1}}},"8a52":function(e,t,n){},"8a80":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("transition",{attrs:{name:"cky-app-modal-fade"}},[e.isVisible?n("div",{staticClass:"cky-app-modal-backdrop"},[n("div",{staticClass:"cky-app-modal",attrs:{role:"dialog","aria-labelledby":e.id+"-title","aria-describedby":e.id+"-description"}},["default"===e.type?n("div",{staticClass:"cky-app-modal-header",attrs:{id:e.id+"-title"}},[e._t("header"),e.dismissable?n("button",{staticClass:"cky-button-close",attrs:{type:"button","aria-label":"Close cky-modal"},on:{click:e.close}},[n("cky-icon",{attrs:{icon:"close",width:"15px",height:"15px",color:"#8893a1"}})],1):e._e()],2):e._e(),n("div",{staticClass:"cky-app-modal-body",attrs:{id:e.id+"-description"}},[e.dismissable&&"info"===e.type?n("button",{staticClass:"cky-button-close",attrs:{type:"button","aria-label":"Close cky-modal"},on:{click:e.close}},[n("cky-icon",{attrs:{icon:"close",width:"15px",height:"15px",color:"#8893a1"}})],1):e._e(),e._t("body")],2),e.$slots.footer?n("div",{staticClass:"cky-app-modal-footer"},[e._t("footer")],2):e._e()])]):e._e()])},o=[],s=n("1f3d"),r={name:"CkyModal",components:{CkyIcon:s["a"]},props:{id:{type:String,default:"cky-modal"},dismissable:{type:Boolean,default:!0},type:{type:String,default:"default"},visible:{type:Boolean,default:!1}},data(){return{isVisible:!1}},methods:{show(){this.isVisible=!0,document.body.classList.add("cky-app-modal-open")},close(){this.isVisible=!1,document.body.classList.remove("cky-app-modal-open"),this.$emit("close")}},computed:{hasFooter(){return!!this.$slots.footer}},created(){!0===this.visible&&(this.isVisible=!0)}},i=r,c=n("2877"),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},9033:function(e,t,n){"use strict";n("c073")},9061:function(e,t,n){},"981f":function(e,t,n){},"9c0c":function(e,t,n){},"9e47":function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("span",{staticClass:"cky-spinner"},[n("cky-icon",{attrs:{icon:"spinner",width:"20px",height:"20px"}})],1)},o=[],s=n("1f3d"),r={name:"CkyLoader",components:{CkyIcon:s["a"]}},i=r,c=(n("c66c"),n("2877")),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},"9ef8":function(e,t,n){},a07a:function(e,t,n){"use strict";n.r(t);var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"cky-app-input",class:{file:"file"===e.type}},[n("input",{staticClass:"cky-form-control",attrs:{disabled:e.disabled,type:e.type,placeholder:e.placeholder,autocomplete:e.autocomplete,readonly:e.readonly,spellcheck:e.spellcheck,max:"number"===e.type?e.max:null,min:"number"===e.type?e.min:null,step:"number"===e.type?e.step:null,id:e.inputId},domProps:{value:e.value},on:{input:function(t){return e.$emit("input",t.target.value)},blur:function(t){return e.$emit("blur",t.target.value)},change:function(t){return e.$emit("change",t.target.value)},focus:function(t){return e.$emit("focus",t.target.value)},keyup:function(t){return e.$emit("keyup",t)},keydown:function(t){return e.$emit("keydown",t)}}}),e._t("cky-input-error")],2)},o=[],s={props:{value:{type:[String,Number],default:""},placeholder:{type:String,default:""},autocomplete:{type:String,default:""},readonly:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},max:{type:Number,default:Number.MAX_SAFE_INTEGER},min:{type:Number,default:Number.MIN_SAFE_INTEGER},spellcheck:{type:Boolean,default(){return!0}},type:{type:String,default(){return"text"}},step:{type:Number,required:!1},inputId:String,error:{type:[String,Boolean],default(){return!1}}}},r=s,i=(n("6e8b"),n("2877")),c=Object(i["a"])(r,a,o,!1,null,"529f0665",null);t["default"]=c.exports},a2b6:function(e,t,n){"use strict";function a(e){return new Promise(t=>setTimeout(t,e))}function o(e){let t;return n=>{clearTimeout(t),t=setTimeout(()=>e(n),500)}}function s(e){const t=["Array","Object"],n=Object.prototype.toString.call(e);if(!new RegExp(t.join("|")).test(n)||e instanceof WeakMap||e instanceof WeakSet)return e;const a=new e.constructor;return Object.assign(a,...Object.keys(e).map(t=>({[t]:s(e[t])})))}function r(e,t=0){let n;const a=[];return(...o)=>new Promise((s,r)=>{clearTimeout(n),n=setTimeout(()=>{const t=[...a];a.length=0,Promise.resolve(e.apply(this,o)).then(e=>{t.forEach(({resolve:t})=>t(e))},e=>{t.forEach(({reject:t})=>t(e))})},t),a.push({resolve:s,reject:r})})}n.d(t,"d",(function(){return a})),n.d(t,"b",(function(){return o})),n.d(t,"a",(function(){return s})),n.d(t,"c",(function(){return r}))},a32d:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("vue-editor",{class:e.editorClass,attrs:{editorOptions:e.editorOptions,editorToolbar:e.customToolbar,disabled:e.disabled},model:{value:e.editorContent,callback:function(t){e.editorContent=t},expression:"editorContent"}})},o=[],s=n("5873"),r={name:"CkyEditor",components:{VueEditor:s["a"]},props:{value:{type:String,default:""},disabled:{type:Boolean,default:!1}},computed:{customToolbar(){return"free"==this.plan?[]:[["bold","italic","underline","link","image",{list:"bullet"}]]},editorOptions(){return{modules:{clipboard:{matchVisual:!1}}}},editorContent:{get(){return this.value},set(e){this.$emit("input",e.replaceAll("<p><br></p>",""))}},plan(){const e=this.getOption("account");return e.plan},editorClass(){return{"cky-rich-text-editor":!0,"cky-rich-text-editor-basic":!0}}}},i=r,c=(n("b157"),n("2877")),l=Object(c["a"])(i,a,o,!1,null,null,null);t["a"]=l.exports},a9e4:function(e,t,n){"use strict";var a=n("f9c4");t["a"]={async getCookies(e={}){try{const t=await a["a"].get({path:"cookies/",params:e});return t}catch(t){console.error(t)}},async getCookie(e){try{const t=await a["a"].get({path:"cookies/"+e});return t}catch(t){console.error(t)}},async createCookie(e){try{const t=await a["a"].post({path:"cookies/",data:e});return t}catch(t){console.error(t)}},async updateCookie(e,t){try{const n=await a["a"].put({path:"/cookies/"+e,data:t});return n}catch(n){console.error(n)}},async deleteCookie(e){try{const t=await a["a"].delete({path:"/cookies/"+e});return t}catch(t){console.error(t)}},async getCookieCategories(e={}){try{const t=await a["a"].get({path:"cookies/categories",params:e});if(t)return t}catch(t){console.error(t)}},async getCookieCategory(e){try{const t=await a["a"].get({path:"cookies/categories/"+e});return t}catch(t){console.error(t)}},async createCookieCategory(e){try{const t=await a["a"].post({path:"cookies/categories",data:e});return t}catch(t){console.error(t)}},async updateCookieCategory(e,t){try{const n=await a["a"].put({path:"/cookies/categories/"+e,data:t});return n}catch(n){console.error(n)}},async deleteCookieCategory(e){try{const t=await a["a"].delete({path:"/cookies/categories/"+e});return t}catch(t){console.error(t)}},async bulkUpdateCookieCategory(e){e.forEach(e=>{e.cookie_list&&delete e.cookie_list});try{const t=await a["a"].post({path:"/cookies/categories/bulk",data:{categories:e}});return t}catch(t){console.error(t)}}}},a9f4:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("ul",{class:e.accordionClass},[e._t("default")],2)},o=[],s={props:{name:{type:String,default:"default"},type:{type:String,default:"default"}},data(){return{Accordion:{count:0,name:this.name},expandedIndex:null,activeIndex:null}},provide(){return{Accordion:this.Accordion,watchAccordion:this.watchAccordion}},computed:{accordionClass(){return{"cky-app-accordion":!0,"cky-app-accordion-boxed":"boxed"===this.type}}},methods:{watchAccordion(e){this.expandedIndex=e,this.isExpanded()?this.closeAccordion():(this.closeAccordion(),this.expandAccordion())},hideAccordion(e){const t=e.querySelector(".cky-app-accordion-content");t&&(t.style.height=t.scrollHeight+"px",window.setTimeout((function(){t.style.height="0",t.style.overflow="hidden"}),1),window.setTimeout((function(){e.classList.remove("cky-app-accordion-open")}),200))},expandAccordion(){const e=this.getActiveAccordions();e.forEach(e=>{if(e){const t=e.querySelector(".cky-app-accordion-content");if(!t)return;const n=this.getElementHeight(t);e.classList.add("cky-app-accordion-open"),t.style.height=n,window.setTimeout((function(){t.style.height="",t.style.overflow="visible"}),200)}}),this.activeIndex=this.expandedIndex},getElementHeight(e){e.style.display="block";const t=e.scrollHeight+"px";return e.style.display="",t},getActiveAccordions(){return document.querySelectorAll(`[data-cky-toggle="cky-${this.name}-accordion-${this.expandedIndex}"]`)},isExpanded(){return this.expandedIndex===this.activeIndex},closeAccordion(){null!==this.activeIndex&&(document.querySelectorAll(`.cky-app-accordion-open[data-cky-toggle="cky-${this.name}-accordion-${this.activeIndex}"]`).forEach(e=>{e&&this.hideAccordion(e)}),this.activeIndex=null)}}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},b02b:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("li",{staticClass:"cky-app-accordion-item",attrs:{"data-cky-toggle":"cky-"+e.Accordion.name+"-accordion-"+this.index}},[n("div",{staticClass:"cky-app-accordion-trigger",on:{click:e.open}},[e._t("cky-accordion-trigger")],2),n("transition",{attrs:{name:"cky-app-accordion"}},[n("div",{ref:"ckyAccordionContent",staticClass:"cky-app-accordion-content"},[n("div",{staticClass:"cky-app-accordion-content-inner"},[e._t("cky-accordion-content")],2)])])],1)},o=[],s={props:{visible:{type:Boolean,default:!1}},inject:["Accordion","watchAccordion"],data(){return{index:null}},methods:{open(){this.watchAccordion(this.index)}},created(){this.index=this.Accordion.count++},mounted(){this.visible&&this.watchAccordion(this.index)}},r=s,i=n("2877"),c=Object(i["a"])(r,a,o,!1,null,null,null);t["a"]=c.exports},b157:function(e,t,n){"use strict";n("5754")},c068:function(e,t,n){"use strict";n.d(t,"a",(function(){return d}));var a=n("f9c4"),o=n("87ea");let s="",r=!1,i="hidden",c="visibilitychange";const l=!!window.ckyGlobals.multilingual,d={components:{},computed:{connected(){let e=Object(o["e"])("account");return e.connected}},mounted(){window.addEventListener("message",this.listenMessage)},beforeDestroy(){window.removeEventListener("message",this.listenMessage),window.removeEventListener("message",this.listenForUpgrade)},methods:{reload(){window.location.reload()},async afterConnection(e=!1,t="plugin"){!0===e?(this.$root.$emit("connected",t),"plugin"===t&&await this.cloudSync(),await Object(o["i"])(),await Object(o["g"])(!0),!0===r?(window.removeEventListener("message",this.listenMessage),window.addEventListener("message",this.listenForUpgrade),this.attachVisibilityAPI()):this.$root.$emit("afterSyncing")):console.log("Failed to sync data to the web app")},async listenMessage(e){if(!s||s!==this._uid)return;let t=e.origin&&e.origin.replace(/^https?:\/\//,"")||"",n=window.ckyGlobals.webApp.url.replace(/^https?:\/\//,"");if(t===n){if(!e.data)return;const t=JSON.parse(e.data);this.connected?this.upgradePlan(t):this.connect(t)}},async listenForUpgrade(e){if(!s||s!==this._uid)return;let t=e.origin&&e.origin.replace(/^https?:\/\//,"")||"",n=window.ckyGlobals.webApp.url.replace(/^https?:\/\//,"");if(t===n){if(!e.data)return;const t=JSON.parse(e.data);this.upgradePlan(t)}},async connect(e){this.$root.$emit("afterConnection");let t=!1;if(!e.email)return;let n=Object(o["e"])("account"),a=Object(o["e"])("api"),s=Object(o["e"])("onboarding");s.step=2,Object(o["l"])("onboarding",s),a.token=e.website_token,n.website_id=e.website_id,n.website_key=e.website_key,n.plan=e.slug,n.status=!0,n.connected=!0,n.email=e.email,Object(o["l"])("account",n),Object(o["l"])("api",a),t=await Object(o["j"])();let r=e.priority||"plugin";this.afterConnection(t,r)},async upgradePlan(e){let t=!(!e.upgrade||"success"!==e.upgrade);t&&(this.$router.redirectToDashboard(this.$route.name),await Object(o["g"])(!0))},connectToApp(e=!1){this.$root.$emit("beforeConnection"),s=this._uid;let t="";t=!0===e?this.getLoginUrl():this.getSignupUrl();try{let e=window.open(t,"_blank","location=no,width=500,height=730,scrollbars=0");e.focus()}catch(n){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgrade(){s=this._uid;try{let e=window.open(this.getUpgradeUrl(),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgradeSignup(){s=this._uid,r=!0;try{let e=window.open(this.getUpgradeSignupUrl(),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},upgradeLogin(){s=this._uid,r=!0;try{let e=window.open(this.getLoginUrl(!0),"_blank");e.focus()}catch(e){alert("Your browser blocked the authorization window from opening. Please check your popup settings.")}},async disconnect(){await this.resetAppToken();let e=Object(o["e"])("account");e.connected=!1,e.email="",e.plan="free",e.website_id="",e.website_key="",Object(o["l"])("account",e),await Object(o["j"])(),this.$root.$emit("afterDisconnect")},getSignupUrl(){let e=window.ckyGlobals.webApp.signUpUrl,t=new URL(e);return t.searchParams.append("platform","wordpress"),t.searchParams.append("mode","register"),t.searchParams.append("website",window.ckyGlobals.site.url),t.searchParams.append("multilingual",l),t},getLoginUrl(e=!1){let t=e?"upgrade":"connect",n=window.ckyGlobals.webApp.loginUrl,a=new URL(n);return a.searchParams.append("platform","wordpress"),a.searchParams.append("mode",t),a.searchParams.append("website",window.ckyGlobals.site.url),a.searchParams.append("multilingual",l),a},getUpgradeUrl(){const e=Object(o["e"])("account");let t=window.ckyGlobals.webApp.loginUrl,n=new URL(t);return n.searchParams.append("platform","wordpress"),n.searchParams.append("mode","upgrade"),n.searchParams.append("website",e.website_id),n},getUpgradeSignupUrl(){let e=window.ckyGlobals.webApp.pricingUrl,t=new URL(e);return t.searchParams.append("platform","wordpress"),t.searchParams.append("mode","upgrade"),t.searchParams.append("website",window.ckyGlobals.site.url),t},async saveToken(){let e=Object(o["e"])("account");e.connected=!0,Object(o["l"])("account",e),await Object(o["j"])()},async cloudSync(e="plugin"){try{return await a["a"].post({path:"/settings/sync",data:{priority:e}})}catch(t){console.log(t)}},async resetAppToken(){try{return await a["a"].post({path:"/settings/disconnect"})}catch(e){console.log(e)}},attachVisibilityAPI(){"undefined"!==typeof document.hidden?(i="hidden",c="visibilitychange"):"undefined"!==typeof document.msHidden?(i="msHidden",c="msvisibilitychange"):"undefined"!==typeof document.webkitHidden&&(i="webkitHidden",c="webkitvisibilitychange"),document.addEventListener(c,this.handleVisibilityChange,!1)},async handleVisibilityChange(){document[i]||await Object(o["g"])()}}}},c073:function(e,t,n){},c4aa:function(e,t,n){"use strict";var a=n("07a4"),o=n("f9c4"),s=n("8259"),r=n("3840");let i=r["a"];const c={getBanners:async function(){let e=a["a"].state.banners.items||await a["a"].dispatch("banners/reInit");return e=JSON.parse(JSON.stringify(a["a"].state.banners.items)),e},getCurrentBanner:async function(){let e=a["a"].state.banners.current;if(e.id>0)return e;try{let t=await this.getBanners();return"object"===typeof t&&(e=t.find((function(e){return 1==e.default})),e||(e=t[0])),e?(await a["a"].dispatch("banners/setCurrentBanner",e),a["a"].state.banners.current):await this.getDefault()}catch(t){console.log(t)}return e},getActiveBanner:async function(){let e={},t=await this.getBanners();return"object"===typeof t&&(e=t.find((function(e){return 1==e.status})),e||(e=t[0])),e&&await a["a"].dispatch("banners/setCurrentBanner",e),e},getBannerById:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&e>0&&(t=n.find((function(t){return t.id==e}))),t},getBannerByLaw:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&(t=n.find((function(t){return t.properties.settings.applicableLaw==e}))),t},getBannerBySlug:async function(e){let t={},n=await this.getBanners();return"object"===typeof n&&e&&""!==e&&(t=n.find((function(t){return t.slug==e}))),t},setCurrent:async function(e){e&&await a["a"].dispatch("banners/setCurrentBanner",e)},getDefault:async function(){let e={name:"",properties:{settings:{},config:{}}};await this.loadConfigs();const t=a["a"].state.banners.configs;return e.properties.config=t.gdpr.config,e.properties.settings=t.gdpr.settings,e},save:async function(){let e=a["a"].state.languages.current,t=await this.getCurrentBanner();return t.id?await a["a"].dispatch("banners/saveBanner",{banner:t,params:{language:e}}):await this.createBanner(t)},createBanner:async function(e){let t=!1;return await o["a"].post({path:"/banners",data:e}).then(e=>{e.id&&(t=!0)}),!0===t&&await a["a"].dispatch("banners/reInit"),t},deleteBanner:async function(e){if(e){let t=!1;return await o["a"].delete({path:"/banners/"+e}).then(e=>{e&&(t=!0)}),!0===t&&await a["a"].dispatch("banners/reInit"),t}},updateBanner:async function(e){let t=e.id;if(t){let n=!1;return await o["a"].post({path:"/banners/"+t,data:e}).then(e=>{e&&(n=!0)}),!0===n&&await a["a"].dispatch("banners/reInit"),n}},generatePreview:async function(){await s["a"].generate()},clearTemplate:function(){s["a"].clearTemplate()},showPreview:async function(e=!1){await s["a"].showPreview(e)},forceShowPreview:async function(){s["a"].forceShowPreview()},forceRerenderPreview:async function(){await s["a"].forceRerenderPreview()},hidePreview:function(){s["a"].hidePreview()},closePreview:function(e=!0){s["a"].closePreview(e)},getLayouts:function(){let e=[{type:"classic",title:i.__("Classic Type","cookie-law-info"),positions:["bottom","top"],default:"bottom"},{type:"banner",title:i.__("Banner Type","cookie-law-info"),positions:["bottom","top"],default:"bottom"},{type:"box",title:i.__("Box Type","cookie-law-info"),positions:["bottom-left","bottom-right","top-left","top-right"],default:"bottom-left"},{type:"popup",title:i.__("Popup Type","cookie-law-info"),positions:["center"],default:"center"}];return e},getContentSections:function(e=""){let t=[];if(""!==e)switch(e){case"ccpa":t=[{id:"notice"},{id:"opt-out-center"},{id:"cookie-list"}];break;default:t=[{id:"notice"},{id:"preference"},{id:"cookie-list"},{id:"revisit-consent"},{id:"blocked-content"}];break}return t},loadPresets:async function(){const e=a["a"].state.banners.current,t=e&&e.properties.settings.versionID||"6.0.0";a["a"].state.banners.presets.length<=0&&await o["a"].get({path:"/banners/presets/",params:{ver:t}}).then(e=>{e&&a["a"].dispatch("banners/setPresets",e)})},loadConfigs:async function(){let e=!1,t=[];return a["a"].state.banners.configs.length<=0&&(t=await o["a"].get({path:"/banners/configs/"}).then(t=>(t&&(e=!0),t)),!0===e&&await a["a"].dispatch("banners/setConfigs",t)),a["a"].state.banners.configs},resetConfigs:function(e="gdpr"){const t=a["a"].state.banners.current,n=a["a"].state.banners.configs,o=n[e]&&n[e]||n["gdpr"]&&n["gdpr"]||[],s=o.config,r=o.settings;t.properties.config=s,t.properties.settings.type=r.type},checkForChanges:function(e,t){if(e instanceof Object&&t instanceof Object){for(const n in t)if(e[n]&&this.checkForChanges(e[n],t[n]))return!0}else if(e.toUpperCase()!==t.toUpperCase())return!0;return!1},resetTheme:function(){const e=a["a"].state.banners.current;if(!e)return!1;const t=e.properties.settings.theme,n=a["a"].state.banners.presets.find(e=>e.name==t);if(!n)return!1;const o=this.checkForChanges(e.properties.config,n.settings);!0===o&&(a["a"].state.banners.current.properties.settings.theme="custom")},resetPreset(){const e=a["a"].state.banners.current;if(!e)return!1;const t=e.properties.settings.theme,n=a["a"].state.banners.presets.find(e=>e.name==t);if(!n)return!1;const o=n.settings;e.properties.config=this.arrayReplaceRecursive(e.properties.config,o)},arrayReplaceRecursive(e){let t={},n=0,a="",o=arguments.length;if(o<2)throw new Error("There should be at least 2 arguments passed to arrayReplaceRecursive()");for(a in e)t[a]=e[a];for(n=1;n<o;n++)for(a in arguments[n])t[a]&&"object"===typeof t[a]?t[a]=this.arrayReplaceRecursive(t[a],arguments[n][a]):t[a]=arguments[n][a];return t},loadTemplate:async function(){try{await s["a"].getTemplate(!0)}catch(e){console.error(e)}},updateContentPreview:async function(){a["a"].state.banners.preview?await c.showPreview(!0):(await s["a"].resetTemplate(),await c.loadTemplate())},async bulkUpdate(){let e=a["a"].state.banners.items;const t=a["a"].state.banners.current;return e.forEach((function(n,a){n.id===t.id&&(n=t,e[a]=n)})),await o["a"].post({path:"/banners/bulk",data:{banners:e}}).then(async e=>{e.length>0&&await a["a"].dispatch("banners/reInit")})},async toggleBanner(e=!1){const t=a["a"].state.banners.current;if(!e||e===t.id)return;let n=await this.getBanners();n.forEach((function(e,a){e.id===t.id&&(e=t),e.status=!e.status,n[a]=e})),await a["a"].dispatch("banners/setBanners",n);const o=await this.getActiveBanner();await a["a"].dispatch("banners/setCurrentBanner",o)},hasErrors(){const e=a["a"].state.banners.errors;return!!Object.keys(e).length},setErrors(e){a["a"].dispatch("banners/setErrors",e)},reset(){a["a"].state.banners.items=!1}};t["a"]=c},c66c:function(e,t,n){"use strict";n("3358")},c702:function(e,t,n){"use strict";var a=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.loading?e._e():n("div",{staticClass:"cky-tab-content-accordion",class:[{"cky-app-rtl":e.isRTLLanguage(e.language)}]},[n("cky-accordion",{ref:"ckyAccordionBannerContents",attrs:{type:"boxed"}},e._l(e.contentSections,(function(t){return n(t.id,{key:t.id,tag:"component",attrs:{content:e.content,translate:e.translate,disabled:e.disabled}})})),1)],1)},o=[],s=n("9e47"),r=n("1f3d"),i=n("c4aa"),c=n("b02b"),l=n("a9f4"),d=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",{directives:[{name:"show",rawName:"v-show",value:e.banner.properties.config.notice.status,expression:"banner.properties.config.notice.status"}],attrs:{visible:e.translate}},[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Cookie Notice","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.notice.elements.title,expression:"content.notice.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.notice.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.notice.elements,"title",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Message","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("cky-editor",{attrs:{disabled:e.disabled},model:{value:e.content.notice.elements.description,callback:function(t){e.$set(e.content.notice.elements,"description",t)},expression:"content.notice.elements.description"}})],1)]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("div",{staticClass:"cky-col-3"}),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-row cky-justify-between"},[n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.notice.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.notice.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.styles['background-color']\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.styles["border-color"],disabled:e.disabled},model:{value:e.banner.properties.config.notice.styles["border-color"],callback:function(t){e.$set(e.banner.properties.config.notice.styles,"border-color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.styles['border-color']\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.elements.title.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.notice.elements.title.styles.color,callback:function(t){e.$set(e.banner.properties.config.notice.elements.title.styles,"color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.title.styles\n\t\t\t\t\t\t\t\t\t\t\t.color\n\t\t\t\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col"},[n("label",[e._v(e._s(e.$i18n.__("Message","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.notice.elements.description.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.notice.elements.description.styles.color,callback:function(t){e.$set(e.banner.properties.config.notice.elements.description.styles,"color",t)},expression:"\n\t\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.description\n\t\t\t\t\t\t\t\t\t\t\t.styles.color\n\t\t\t\t\t\t\t\t\t"}})],1)])])])])]),n("cky-banner-btn",{attrs:{name:"accept-all",properties:e.banner.properties.config.notice.elements.buttons.elements.accept,content:e.content.notice.elements.buttons.elements.accept,title:e.$i18n.__("“Accept All” button","cookie-law-info"),toggle:!1,translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.accept,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"accept",t)},expression:"content.notice.elements.buttons.elements.accept"}}),n("cky-banner-btn",{attrs:{name:"reject-all",properties:e.banner.properties.config.notice.elements.buttons.elements.reject,content:e.content.notice.elements.buttons.elements.reject,title:e.$i18n.__("“Reject All” button","cookie-law-info"),translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.reject,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"reject",t)},expression:"content.notice.elements.buttons.elements.reject"}}),n("cky-banner-btn",{attrs:{name:"settings",properties:e.banner.properties.config.notice.elements.buttons.elements.settings,content:e.content.notice.elements.buttons.elements.settings,title:e.$i18n.__("“Customize” button","cookie-law-info"),translate:e.translate,disabled:e.disabled},model:{value:e.content.notice.elements.buttons.elements.settings,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"settings",t)},expression:"content.notice.elements.buttons.elements.settings"}}),n("cky-banner-btn",{attrs:{name:"readmore-link",properties:e.banner.properties.config.notice.elements.buttons.elements.readMore,content:e.content.notice.elements.buttons.elements.readMore,title:e.$i18n.__("“Read More” link","cookie-law-info"),translate:e.translate,disabled:e.disabled,supportedLaws:["gdpr","ccpa"],disabledFields:["background","border"]},model:{value:e.content.notice.elements.buttons.elements.readMore,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"readMore",t)},expression:"content.notice.elements.buttons.elements.readMore"}},[n("template",{slot:"cky-btn-meta"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("URL","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.notice.elements.privacyLink,expression:"content.notice.elements.privacyLink"}],staticClass:"cky-form-control",attrs:{type:"text",placeholder:"Enter the URL to your cookie policy or privacy page",disabled:e.disabled},domProps:{value:e.content.notice.elements.privacyLink},on:{input:function(t){t.target.composing||e.$set(e.content.notice.elements,"privacyLink",t.target.value)}}})])])])],2),n("cky-banner-btn",{attrs:{name:"donotsell-link",properties:e.banner.properties.config.notice.elements.buttons.elements.donotSell,content:e.content.notice.elements.buttons.elements.donotSell,title:e.$i18n.__("“Do Not Sell” link","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled,disabledFields:["background","border"]},model:{value:e.content.notice.elements.buttons.elements.donotSell,callback:function(t){e.$set(e.content.notice.elements.buttons.elements,"donotSell",t)},expression:"content.notice.elements.buttons.elements.donotSell"}}),e.translate||"gdpr"!==e.appliedLaw?e._e():n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-toggle-banner-close-btn"}},[e._v(e._s(e.$i18n.__("Close [X] button","cookie-law-info"))),n("cky-popper",{attrs:{content:e.$i18n.__("Enable the close button to let users close the banner and continue browsing the site without being tracked. A close button is required by the Italian DPA.","cookie-law-info")}})],1),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-toggle-banner-close-btn"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.notice.elements.closeButton.status,expression:"\n\t\t\t\t\t\t\t\t\tbanner.properties.config.notice.elements.closeButton.status\n\t\t\t\t\t\t\t\t"}],attrs:{type:"checkbox",id:"cky-toggle-banner-close-btn"},domProps:{checked:Array.isArray(e.banner.properties.config.notice.elements.closeButton.status)?e._i(e.banner.properties.config.notice.elements.closeButton.status,null)>-1:e.banner.properties.config.notice.elements.closeButton.status},on:{change:function(t){var n=e.banner.properties.config.notice.elements.closeButton.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.notice.elements.closeButton,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.notice.elements.closeButton,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.notice.elements.closeButton,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-toggle-banner-close-btn-text","aria-hidden":"true"}})])])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-customize-branding"}},[e._v(e._s(e.$i18n.__("Custom logo","cookie-law-info"))+" "),n("span",{staticClass:"cky-pro-badge"},[e._v(e._s(e.$i18n.__("Premium","cookie-law-info")))])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-customize-branding"}},[n("input",{attrs:{type:"checkbox",id:"cky-customize-branding"},domProps:{value:!1},on:{click:function(t){t.preventDefault(),e.showUpgradeModal(e.$i18n.__("Upgrade to unlock custom logo and other advanced features","cookie-law-info"))}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-customize-branding-toggle","aria-hidden":"true"}})])])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-disable-branding-logo"}},[e._v(e._s(e.$i18n.__("Disable CookieYes branding","cookie-law-info"))),n("span",{staticClass:"cky-pro-badge"},[e._v(e._s(e.$i18n.__("Premium","cookie-law-info")))])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-disable-branding-logo"}},[n("input",{attrs:{type:"checkbox",id:"cky-disable-branding-logo"},domProps:{value:!1},on:{click:function(t){t.preventDefault(),e.showUpgradeModal(e.$i18n.__("Upgrade to disable CookieYes branding and unlock other advanced features","cookie-law-info"))}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-disable-branding-logo-toggle","aria-hidden":"true"}})])])])])]),n("cky-upgrade-modal",{ref:"ckyUpgradeModal",scopedSlots:e._u([{key:"title",fn:function(){return[e._v(" "+e._s(e.upgradeNoticeTitle)+" ")]},proxy:!0}])})],1)],2)},u=[],p=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{ref:"colorpicker",staticClass:"cky-color-picker cky-align-center"},[n("div",{staticClass:"cky-color-picker-container"},[n("div",{staticClass:"cky-current-color",style:"background-color: "+e.colorValue,on:{click:function(t){return e.togglePicker()}}}),e.displayPicker?n("chrome-picker",{attrs:{value:e.colors,disableAlpha:!0},on:{input:e.updateFromPicker}}):e._e()],1),n("div",{staticClass:"cky-color-picker-input cky-center",on:{click:function(t){return e.togglePicker()}}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.colorValue,expression:"colorValue"}],staticClass:"cky-form-control cky-input-color",attrs:{type:"text"},domProps:{value:e.colorValue},on:{focus:function(t){return e.showPicker()},input:[function(t){t.target.composing||(e.colorValue=t.target.value)},e.updateFromInput]}})])])},f=[],g=n("c345"),y={name:"CkyColors",components:{"chrome-picker":g["Chrome"]},props:["color"],data(){return{colors:{hex:"#000000"},colorValue:"",displayPicker:!1}},mounted(){this.setColor(this.color||"#000000")},methods:{setColor(e){this.updateColors(e),this.colorValue=e},updateColors(e){if("#"==e.slice(0,1))this.colors=Object.assign({},this.colors,{hex:e});else if("rgba"==e.slice(0,4)){const t=e.replace(/^rgba?\(|\s+|\)$/g,"").split(","),n="#"+((1<<24)+(parseInt(t[0])<<16)+(parseInt(t[1])<<8)+parseInt(t[2])).toString(16).slice(1);this.colors=Object.assign({},this.colors,{hex:n,a:t[3]})}},showPicker(){document.addEventListener("click",this.documentClick),this.displayPicker=!0},hidePicker(){document.removeEventListener("click",this.documentClick),this.displayPicker=!1},togglePicker(){this.displayPicker?this.hidePicker():this.showPicker()},updateFromInput(){this.updateColors(this.colorValue)},updateFromPicker(e){this.colors=Object.assign({},this.colors,e),1==e.rgba.a?this.colorValue=e.hex:this.colorValue=`rgba(${e.rgba.r},${e.rgba.g},${e.rgba.b},${e.rgba.a})`},documentClick(e){var t=this.$refs.colorpicker,n=e.target;t===n||t.contains(n)||this.hidePicker()}},watch:{color(e){this.setColor(e),this.$emit("changeColor",e)},colorValue(e){e&&(this.updateColors(e),this.$emit("input",e))}}},h=y,m=n("2877"),C=Object(m["a"])(h,p,f,!1,null,null,null),b=C.exports,k=n("a32d"),v=function(){var e=this,t=e.$createElement,n=e._self._c||t;return e.supportedLaws.includes(e.appliedLaw)?n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"},[e.toggle&&!e.translate?n("div",{staticClass:"cky-row"},[n("div",{staticClass:"cky-col-3"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.title)+" ")])]),n("div",{staticClass:"cky-col-9"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-toggle-"+e.name}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.properties.status,expression:"properties.status"}],attrs:{type:"checkbox",id:"cky-toggle-"+e.name,disabled:e.disabled},domProps:{checked:Array.isArray(e.properties.status)?e._i(e.properties.status,null)>-1:e.properties.status},on:{change:function(t){var n=e.properties.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.properties,"status",n.concat([s])):r>-1&&e.$set(e.properties,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.properties,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-toggle-"+e.name,"aria-hidden":"true"}})])])]):n("div",{staticClass:"cky-row"},[n("div",{staticClass:"cky-col-12"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.title)+" ")])])])]),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.bannerContent,expression:"bannerContent"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.bannerContent},on:{input:function(t){t.target.composing||(e.bannerContent=t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("div",{staticClass:"cky-col-3"}),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-row"},[e.properties.styles["background-color"]&&!e.disabledFields.includes("background")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles["background-color"],disabled:e.disabled},model:{value:e.properties.styles["background-color"],callback:function(t){e.$set(e.properties.styles,"background-color",t)},expression:"properties.styles['background-color']"}})],1):e._e(),e.properties.styles["border-color"]&&!e.disabledFields.includes("border")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles["border-color"],disabled:e.disabled},model:{value:e.properties.styles["border-color"],callback:function(t){e.$set(e.properties.styles,"border-color",t)},expression:"properties.styles['border-color']"}})],1):e._e(),e.properties.styles.color&&!e.disabledFields.includes("color")?n("div",{staticClass:"cky-col-3"},[n("label",{},[e._v(e._s(e.$i18n.__("Text","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.properties.styles.color,disabled:e.disabled},model:{value:e.properties.styles.color,callback:function(t){e.$set(e.properties.styles,"color",t)},expression:"properties.styles.color"}})],1):e._e()])])]),e._t("cky-btn-meta")],2)]):e._e()},w=[],_={name:"CkyBannerBtn",props:{properties:{type:Object,default(){return{}}},content:{type:String,default:""},title:{type:String,default:""},name:{type:String,default:""},toggle:{type:Boolean,default:!0},supportedLaws:{type:Array,default(){return["gdpr"]}},translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},disabledFields:{type:Array,default(){return[]}}},data(){return{bannerContent:""}},components:{CkyColors:b},computed:{appliedLaw(){return this.$store.state.banners.current.properties.settings.applicableLaw}},mounted(){this.bannerContent=this.content},watch:{bannerContent(e){this.$emit("input",e)}}},L=_,x=Object(m["a"])(L,v,w,!1,null,null,null),$=x.exports,S=n("2f62"),M=n("0bd0"),P={name:"Notice",components:{CkyAccordionItem:c["a"],CkyColors:b,CkyEditor:k["a"],CkyBannerBtn:$,CkyUpgradeModal:M["a"]},props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},data(){return{upgradeNoticeTitle:""}},methods:{savePreferenceStyles(){const e=this.banner.properties.config;e.preferenceCenter.styles["background-color"]=e.notice.styles["background-color"],e.preferenceCenter.styles.color=e.preferenceCenter.elements.title.styles.color=e.preferenceCenter.elements.description.styles.color=e.preferenceCenter.elements.categories.elements.title.styles.color=e.preferenceCenter.elements.categories.elements.description.styles.color=e.categoryPreview.elements.title.styles.color=e.notice.elements.description.styles.color},showUpgradeModal(e){this.upgradeNoticeTitle=e,this.$refs.ckyUpgradeModal.show()},saveOptoutStyles(){let e=this.banner.properties.config;e.optoutPopup.styles["background-color"]=e.notice.styles["background-color"],e.optoutPopup.styles.color=e.optoutPopup.elements.confirmation.styles.color=e.notice.elements.description.styles.color},toggleDetailSaveButton(){const e=this.banner.properties.config;let t=!0;this.showCategoriesOnFirstLayer&&e.categoryPreview.status&&(t=!1),e.preferenceCenter.elements.buttons.elements.save.status=t}},computed:{banner(){return this.$store.state.banners.current},showCategoriesOnFirstLayer(){return"classic"===this.banner.properties.settings.type},appliedLaw(){return this.banner.properties.settings.applicableLaw},...Object(S["d"])("settings",["info"])},watch:{"banner.properties.config.notice":{handler(){this.savePreferenceStyles(),this.saveOptoutStyles()},deep:!0},"banner.properties.config.categoryPreview":{handler(){this.toggleDetailSaveButton()},deep:!0},banner:{handler(){this.content.preferenceCenter.elements.buttons.elements.accept=this.content.notice.elements.buttons.elements.accept,this.content.preferenceCenter.elements.buttons.elements.reject=this.content.notice.elements.buttons.elements.reject,this.banner.properties.config.preferenceCenter.elements.buttons.elements.accept.styles=this.banner.properties.config.notice.elements.buttons.elements.accept.styles,this.banner.properties.config.preferenceCenter.elements.buttons.elements.reject.styles=this.banner.properties.config.notice.elements.buttons.elements.reject.styles},deep:!0}}},O=P,B=Object(m["a"])(O,d,u,!1,null,null,null),j=B.exports,H=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Preference Center","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section cky-form-section-group"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(e._s(e.$i18n.__("Title","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.preferenceCenter.elements.title,expression:"content.preferenceCenter.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.preferenceCenter.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.preferenceCenter.elements,"title",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[n("h6",[e._v(" "+e._s(e.$i18n.__("Privacy overview","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-col-9"},[n("cky-editor",{attrs:{disabled:e.disabled},model:{value:e.content.preferenceCenter.elements.description,callback:function(t){e.$set(e.content.preferenceCenter.elements,"description",t)},expression:"content.preferenceCenter.elements.description"}})],1)])])]),n("cky-banner-btn",{attrs:{name:"accept-all",properties:e.banner.properties.config.preferenceCenter.elements.buttons.elements.save,content:e.content.preferenceCenter.elements.buttons.elements.save,title:e.$i18n.__("“Save My Preferences” button","cookie-law-info"),toggle:!1,translate:e.translate,disabled:e.disabled},model:{value:e.content.preferenceCenter.elements.buttons.elements.save,callback:function(t){e.$set(e.content.preferenceCenter.elements.buttons.elements,"save",t)},expression:"content.preferenceCenter.elements.buttons.elements.save"}})],1)],2)},E=[],T={name:"Preference",components:{CkyAccordionItem:c["a"],CkyEditor:k["a"],CkyBannerBtn:$},props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{savePreferenceStyles(){const e=this.banner.properties.config;e.preferenceCenter.styles["background-color"]=e.notice.styles["background-color"],e.preferenceCenter.styles.color=e.preferenceCenter.elements.title.styles.color=e.preferenceCenter.elements.description.styles.color=e.preferenceCenter.elements.categories.elements.title.styles.color=e.preferenceCenter.elements.categories.elements.description.styles.color=e.notice.elements.description.styles.color}},computed:{banner(){return this.$store.state.banners.current}},watch:{"banner.properties.config.notice":{handler(){this.savePreferenceStyles()},deep:!0}}},A=T,V=Object(m["a"])(A,H,E,!1,null,null,null),Z=V.exports,I=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Cookie List","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"}),n("div",{staticClass:"cky-form-content"},[e.translate||"ccpa"===e.applicableLaw?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-show-cookie-declaration"}},[n("h6",[e._v(" "+e._s(e.$i18n.__("Show cookie list","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-col-5"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-show-cookie-declaration"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.auditTable.status,expression:"banner.properties.config.auditTable.status"}],attrs:{type:"checkbox",id:"cky-show-cookie-declaration",disabled:e.disabled},domProps:{checked:Array.isArray(e.banner.properties.config.auditTable.status)?e._i(e.banner.properties.config.auditTable.status,null)>-1:e.banner.properties.config.auditTable.status},on:{change:function(t){var n=e.banner.properties.config.auditTable.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.auditTable,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.auditTable,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.auditTable,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{"aria-hidden":"true"}})])])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Cookie" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.id,expression:"content.auditTable.elements.headers.elements.id"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.id},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"id",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Duration" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.duration,expression:"content.auditTable.elements.headers.elements.duration"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.duration},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"duration",t.target.value)}}})])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Description" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.headers.elements.description,expression:"\n\t\t\t\t\t\t\t\tcontent.auditTable.elements.headers.elements.description\n\t\t\t\t\t\t\t"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.headers.elements.description},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements.headers.elements,"description",t.target.value)}}})])]),"ccpa"!==e.applicableLaw?n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"Always Active" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.preferenceCenter.elements.category.elements.alwaysEnabled,expression:"\n\t\t\t\t\t\t\t\tcontent.preferenceCenter.elements.category.elements\n\t\t\t\t\t\t\t\t\t.alwaysEnabled\n\t\t\t\t\t\t\t"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.preferenceCenter.elements.category.elements.alwaysEnabled},on:{input:function(t){t.target.composing||e.$set(e.content.preferenceCenter.elements.category.elements,"alwaysEnabled",t.target.value)}}})])]):e._e(),"ccpa"!==e.applicableLaw?n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__('"No cookies to display" label',"cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.auditTable.elements.message,expression:"content.auditTable.elements.message"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.auditTable.elements.message},on:{input:function(t){t.target.composing||e.$set(e.content.auditTable.elements,"message",t.target.value)}}})])]):e._e()])])])],2)},N=[],D={name:"PreferenceCenter",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"]},computed:{banner(){return this.$store.state.banners.current},applicableLaw(){return this.banner.properties.settings.applicableLaw}}},U=D,F=Object(m["a"])(U,I,N,!1,null,null,null),R=F.exports,q=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Revisit Consent Button","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label",attrs:{for:"cky-revisit-consent-button"}},[n("h6",[e._v(e._s(e.$i18n.__("Revisit consent button","cookie-law-info")))])]),n("div",{staticClass:"cky-col-9"},[n("label",{staticClass:"cky-toggle",attrs:{for:"cky-revisit-consent-button"}},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.status,expression:"banner.properties.config.revisitConsent.status"}],attrs:{type:"checkbox",id:"cky-revisit-consent-button",disabled:e.disabled},domProps:{checked:Array.isArray(e.banner.properties.config.revisitConsent.status)?e._i(e.banner.properties.config.revisitConsent.status,null)>-1:e.banner.properties.config.revisitConsent.status},on:{change:function(t){var n=e.banner.properties.config.revisitConsent.status,a=t.target,o=!!a.checked;if(Array.isArray(n)){var s=null,r=e._i(n,s);a.checked?r<0&&e.$set(e.banner.properties.config.revisitConsent,"status",n.concat([s])):r>-1&&e.$set(e.banner.properties.config.revisitConsent,"status",n.slice(0,r).concat(n.slice(r+1)))}else e.$set(e.banner.properties.config.revisitConsent,"status",o)}}}),n("span",{staticClass:"cky-toggle-slider",attrs:{id:"cky-revisit-consent-button","aria-hidden":"true"}})])])]),n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Text on hover","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.revisitConsent.elements.title,expression:"content.revisitConsent.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.revisitConsent.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.revisitConsent.elements,"title",t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Position","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("div",{staticClass:"cky-form-check-inline"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.position,expression:"banner.properties.config.revisitConsent.position"}],staticClass:"cky-form-check-input",attrs:{type:"radio",id:"cky-revisit-consent-button-position-bottom-left",value:"bottom-left"},domProps:{checked:e._q(e.banner.properties.config.revisitConsent.position,"bottom-left")},on:{change:function(t){return e.$set(e.banner.properties.config.revisitConsent,"position","bottom-left")}}}),n("label",{attrs:{for:"cky-revisit-consent-button-position-bottom-left"}},[e._v(e._s(e.$i18n.__("Left","cookie-law-info")))])]),n("div",{staticClass:"cky-form-check-inline"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.banner.properties.config.revisitConsent.position,expression:"banner.properties.config.revisitConsent.position"}],staticClass:"cky-form-check-input",attrs:{type:"radio",id:"cky-revisit-consent-button-position-bottom-right",value:"bottom-right"},domProps:{checked:e._q(e.banner.properties.config.revisitConsent.position,"bottom-right")},on:{change:function(t){return e.$set(e.banner.properties.config.revisitConsent,"position","bottom-right")}}}),n("label",{attrs:{for:"cky-revisit-consent-button-position-bottom-right"}},[e._v(e._s(e.$i18n.__("Right","cookie-law-info")))])])])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Colours","cookie-law-info")))]),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.revisitConsent.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.revisitConsent.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.revisitConsent.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.revisitConsent.styles[\n\t\t\t\t\t\t\t\t'background-color'\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t"}})],1)])])])],2)},G=[],z={name:"RevisitConsent",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyColors:b},computed:{banner(){return this.$store.state.banners.current}}},Y=z,J=Object(m["a"])(Y,q,G,!1,null,null,null),Q=J.exports,W=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Blocked Content","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.videoPlaceholder.elements.title,expression:"content.videoPlaceholder.elements.title"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.videoPlaceholder.elements.title},on:{input:function(t){t.target.composing||e.$set(e.content.videoPlaceholder.elements,"title",t.target.value)}}})])]),e.translate?e._e():n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Colours","cookie-law-info")))]),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Background","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.styles["background-color"],disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.styles["background-color"],callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.styles,"background-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.styles[\n\t\t\t\t\t\t\t\t'background-color'\n\t\t\t\t\t\t\t]\n\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Border","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.styles["border-color"],disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.styles["border-color"],callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.styles,"border-color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.styles['border-color']\n\t\t\t\t\t\t"}})],1),n("div",{staticClass:"cky-col-2"},[n("label",{},[e._v(e._s(e.$i18n.__("Text","cookie-law-info")))]),n("cky-colors",{attrs:{color:e.banner.properties.config.videoPlaceholder.elements.title.styles.color,disabled:e.disabled},model:{value:e.banner.properties.config.videoPlaceholder.elements.title.styles.color,callback:function(t){e.$set(e.banner.properties.config.videoPlaceholder.elements.title.styles,"color",t)},expression:"\n\t\t\t\t\t\t\tbanner.properties.config.videoPlaceholder.elements.title.styles\n\t\t\t\t\t\t\t\t.color\n\t\t\t\t\t\t"}})],1)])])])],2)},X=[],K={name:"BlockedContent",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyColors:b},computed:{banner(){return this.$store.state.banners.current}}},ee=K,te=Object(m["a"])(ee,W,X,!1,null,null,null),ne=te.exports,ae=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("cky-accordion-item",[n("template",{slot:"cky-accordion-trigger"},[n("label",{staticClass:"cky-app-accordion-title"},[e._v(e._s(e.$i18n.__("Opt-out center","cookie-law-info")))])]),n("template",{slot:"cky-accordion-content"},[n("div",{staticClass:"cky-form-section"},[n("div",{staticClass:"cky-form-header"},[n("h5",{staticClass:"cky-form-heading"},[e._v(" "+e._s(e.$i18n.__("Opt-out Confirmation","cookie-law-info"))+" ")])]),n("div",{staticClass:"cky-form-content"},[n("div",{staticClass:"cky-form-group cky-align-center cky-row"},[n("label",{staticClass:"cky-col-3 cky-col-label"},[e._v(e._s(e.$i18n.__("Label","cookie-law-info")))]),n("div",{staticClass:"cky-col-9"},[n("input",{directives:[{name:"model",rawName:"v-model",value:e.content.optoutPopup.elements.confirmation,expression:"content.optoutPopup.elements.confirmation"}],staticClass:"cky-form-control",attrs:{type:"text",disabled:e.disabled},domProps:{value:e.content.optoutPopup.elements.confirmation},on:{input:function(t){t.target.composing||e.$set(e.content.optoutPopup.elements,"confirmation",t.target.value)}}})])])])]),n("cky-banner-btn",{attrs:{name:"optout-confirm",properties:e.banner.properties.config.optoutPopup.elements.buttons.elements.confirm,content:e.content.optoutPopup.elements.buttons.elements.confirm,title:e.$i18n.__("“Confirm” button","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled},model:{value:e.content.optoutPopup.elements.buttons.elements.confirm,callback:function(t){e.$set(e.content.optoutPopup.elements.buttons.elements,"confirm",t)},expression:"content.optoutPopup.elements.buttons.elements.confirm"}}),n("cky-banner-btn",{attrs:{name:"optout-cancel",properties:e.banner.properties.config.optoutPopup.elements.buttons.elements.cancel,content:e.content.optoutPopup.elements.buttons.elements.cancel,title:e.$i18n.__("“Cancel Button“","cookie-law-info"),toggle:!1,supportedLaws:["ccpa"],translate:e.translate,disabled:e.disabled},model:{value:e.content.optoutPopup.elements.buttons.elements.cancel,callback:function(t){e.$set(e.content.optoutPopup.elements.buttons.elements,"cancel",t)},expression:"content.optoutPopup.elements.buttons.elements.cancel"}})],1)],2)},oe=[],se={name:"OptOutCenter",props:{content:Object,translate:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},components:{CkyAccordionItem:c["a"],CkyBannerBtn:$},computed:{banner(){return this.$store.state.banners.current}}},re=se,ie=Object(m["a"])(re,ae,oe,!1,null,null,null),ce=ie.exports,le={name:"TabContentAccordion",components:{CkyLoader:s["a"],CkyIcon:r["a"],CkyAccordion:l["a"],CkyAccordionItem:c["a"],Notice:j,Preference:Z,CookieList:R,RevisitConsent:Q,BlockedContent:ne,OptOutCenter:ce},props:{language:{type:String,default:"en"},disabled:{type:Boolean,default:!1},translate:{type:Boolean,default:!1}},computed:{banner(){return this.$store.state.banners.current},contentSections:function(){let e=[];if(this.loading)return e;const t=this.banner.properties.settings.applicableLaw;return e=i["a"].getContentSections(t),e},loading(){return!this.$store.state.banners.current.id>0},content(){let e=this.banner.contents[this.language];return void 0!==e&&""!==e||(e=this.banner.contents["en"]),e}}},de=le,ue=(n("6072"),Object(m["a"])(de,a,o,!1,null,null,null));t["a"]=ue.exports},c981:function(e,t,n){},cda9:function(e,t,n){},d9e4:function(e,t,n){"use strict";n("3213")},e867:function(e,t,n){"use strict";n("981f")},f61e:function(e,t,n){"use strict";var a=n("f9c4"),o=n("07a4"),s=n("87ea");const r={get:async function(){try{const e=await a["a"].get({path:"languages/available"});return e}catch(e){return console.error(e),[]}},getLanguageDetails:function(e,t){let n=e.filter((function(e){if(-1!=t.indexOf(e.code))return e}));return n},getName(e){let t=o["a"].state.languages.available.find((function(t){return t.code==e}));return"undefined"!==typeof t?t.name:""},deleteLanguage:async function(e){if(e){let t=Object(s["e"])("languages"),n=t.selected.indexOf(e);return-1!==n&&t.selected.splice(n,1),o["a"].dispatch("languages/setSelected",t.selected),await o["a"].dispatch("languages/saveSelected"),await Object(s["h"])(),await o["a"].dispatch("banners/reInit"),await o["a"].dispatch("cookies/reInit"),!0}},getTranslatedLanguages(){return["de","en","es","fi","fr","hu","it","pl","pt-br","pt"]},deepEqual(e,t){const n=Object.keys(e),a=Object.keys(t);if(n.length!==a.length)return!1;for(const o of n){const n=e[o],a=t[o],s=this.isObject(n)&&this.isObject(a);if(s&&!this.deepEqual(n,a)||!s&&n!==a)return!1}return!0},isObject(e){return null!=e&&"object"===typeof e}};t["a"]=r},f9c4:function(e,t,n){"use strict";var a=n("8eaa");a["a"].use(a["a"].createNonceMiddleware(window.ckyGlobals.api.nonce)),a["a"].use(a["a"].createRootURLMiddleware(window.ckyGlobals.api.base));var o={post:function(e){if(e=e||{},e.method="POST",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},get:function(e){if(e=e||{},e.method="GET",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},put:function(e){if(e=e||{},e.method="PUT",e.params){const t=new URLSearchParams(Object.entries(e.params));e.path=e.path+"?"+t}try{return Object(a["a"])(e)}catch(t){return t}},delete:function(e){e=e||{},e.method="DELETE";try{return Object(a["a"])(e)}catch(t){return t}}};t["a"]=o}});
lite/admin/dist/js/chunk-1641571e.js DELETED
@@ -1,294 +0,0 @@
1
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1641571e"],{"010e":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
2
- //! moment.js locale configuration
3
- var t=e.defineLocale("uz-latn",{months:"Yanvar_Fevral_Mart_Aprel_May_Iyun_Iyul_Avgust_Sentabr_Oktabr_Noyabr_Dekabr".split("_"),monthsShort:"Yan_Fev_Mar_Apr_May_Iyun_Iyul_Avg_Sen_Okt_Noy_Dek".split("_"),weekdays:"Yakshanba_Dushanba_Seshanba_Chorshanba_Payshanba_Juma_Shanba".split("_"),weekdaysShort:"Yak_Dush_Sesh_Chor_Pay_Jum_Shan".split("_"),weekdaysMin:"Ya_Du_Se_Cho_Pa_Ju_Sha".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Bugun soat] LT [da]",nextDay:"[Ertaga] LT [da]",nextWeek:"dddd [kuni soat] LT [da]",lastDay:"[Kecha soat] LT [da]",lastWeek:"[O'tgan] dddd [kuni soat] LT [da]",sameElse:"L"},relativeTime:{future:"Yaqin %s ichida",past:"Bir necha %s oldin",s:"soniya",ss:"%d soniya",m:"bir daqiqa",mm:"%d daqiqa",h:"bir soat",hh:"%d soat",d:"bir kun",dd:"%d kun",M:"bir oy",MM:"%d oy",y:"bir yil",yy:"%d yil"},week:{dow:1,doy:7}});return t}))},"02fb":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
4
- //! moment.js locale configuration
5
- var t=e.defineLocale("ml",{months:"ജനുവരി_ഫെബ്രുവരി_മാർച്ച്_ഏപ്രിൽ_മേയ്_ജൂൺ_ജൂലൈ_ഓഗസ്റ്റ്_സെപ്റ്റംബർ_ഒക്ടോബർ_നവംബർ_ഡിസംബർ".split("_"),monthsShort:"ജനു._ഫെബ്രു._മാർ._ഏപ്രി._മേയ്_ജൂൺ_ജൂലൈ._ഓഗ._സെപ്റ്റ._ഒക്ടോ._നവം._ഡിസം.".split("_"),monthsParseExact:!0,weekdays:"ഞായറാഴ്ച_തിങ്കളാഴ്ച_ചൊവ്വാഴ്ച_ബുധനാഴ്ച_വ്യാഴാഴ്ച_വെള്ളിയാഴ്ച_ശനിയാഴ്ച".split("_"),weekdaysShort:"ഞായർ_തിങ്കൾ_ചൊവ്വ_ബുധൻ_വ്യാഴം_വെള്ളി_ശനി".split("_"),weekdaysMin:"ഞാ_തി_ചൊ_ബു_വ്യാ_വെ_ശ".split("_"),longDateFormat:{LT:"A h:mm -നു",LTS:"A h:mm:ss -നു",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm -നു",LLLL:"dddd, D MMMM YYYY, A h:mm -നു"},calendar:{sameDay:"[ഇന്ന്] LT",nextDay:"[നാളെ] LT",nextWeek:"dddd, LT",lastDay:"[ഇന്നലെ] LT",lastWeek:"[കഴിഞ്ഞ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s കഴിഞ്ഞ്",past:"%s മുൻപ്",s:"അൽപ നിമിഷങ്ങൾ",ss:"%d സെക്കൻഡ്",m:"ഒരു മിനിറ്റ്",mm:"%d മിനിറ്റ്",h:"ഒരു മണിക്കൂർ",hh:"%d മണിക്കൂർ",d:"ഒരു ദിവസം",dd:"%d ദിവസം",M:"ഒരു മാസം",MM:"%d മാസം",y:"ഒരു വർഷം",yy:"%d വർഷം"},meridiemParse:/രാത്രി|രാവിലെ|ഉച്ച കഴിഞ്ഞ്|വൈകുന്നേരം|രാത്രി/i,meridiemHour:function(e,t){return 12===e&&(e=0),"രാത്രി"===t&&e>=4||"ഉച്ച കഴിഞ്ഞ്"===t||"വൈകുന്നേരം"===t?e+12:e},meridiem:function(e,t,a){return e<4?"രാത്രി":e<12?"രാവിലെ":e<17?"ഉച്ച കഴിഞ്ഞ്":e<20?"വൈകുന്നേരം":"രാത്രി"}});return t}))},"03b4":function(e,t,a){"use strict";a.r(t);var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"cky-consent-chart-section"},[a("cky-card",{attrs:{title:e.$i18n.__("Consent Ratio","cookie-law-info"),loading:e.cardLoader},scopedSlots:e._u([{key:"body",fn:function(){return[e.consentLogData.length?a("div",{staticClass:"cky-consent-chart-inner"},[a("div",{staticClass:"cky-row"},[a("div",{staticClass:"cky-col-6"},[a("div",{staticClass:"cky-consent-chart"},[e.loaded?a("pie-chart",{attrs:{data:e.chartData,options:e.chartOptions,styles:e.chartStyles}}):e._e()],1)]),a("div",{staticClass:"cky-col-6 cky-align-center"},[e.loaded?a("ul",{staticClass:"cky-consent-chart-legend"},e._l(e.consentLogData,(function(t,n){return a("li",{key:n},[a("span",{staticClass:"cky-legend-indice",style:{backgroundColor:t.color}}),a("span",{staticClass:"cky-legend-label"},[e._v(e._s(t.label))])])})),0):e._e()])])]):a("cky-empty",{attrs:{emptyMessage:"No consents were logged",width:"80px",height:"80px"}}),e.loaded?a("div",{staticClass:"cky-consent-chart-legend"}):e._e()]},proxy:!0}])})],1)},r=[];var i=a("30ef"),s=a.n(i);function o(e,t){return{render:function(e){return e("div",{style:this.styles,class:this.cssClasses},[e("canvas",{attrs:{id:this.chartId,width:this.width,height:this.height},ref:"canvas"})])},props:{chartId:{default:e,type:String},width:{default:400,type:Number},height:{default:400,type:Number},cssClasses:{type:String,default:""},styles:{type:Object},plugins:{type:Array,default:function(){return[]}}},data:function(){return{_chart:null,_plugins:this.plugins}},methods:{addPlugin:function(e){this.$data._plugins.push(e)},generateLegend:function(){if(this.$data._chart)return this.$data._chart.generateLegend()},renderChart:function(e,a){if(this.$data._chart&&this.$data._chart.destroy(),!this.$refs.canvas)throw new Error("Please remove the <template></template> tags from your chart component. See https://vue-chartjs.org/guide/#vue-single-file-components");this.$data._chart=new s.a(this.$refs.canvas.getContext("2d"),{type:t,data:e,options:a,plugins:this.$data._plugins})}},beforeDestroy:function(){this.$data._chart&&this.$data._chart.destroy()}}}o("bar-chart","bar"),o("horizontalbar-chart","horizontalBar"),o("doughnut-chart","doughnut"),o("line-chart","line");var d,l,u=o("pie-chart","pie"),_=(o("polar-chart","polarArea"),o("radar-chart","radar"),o("bubble-chart","bubble"),o("scatter-chart","scatter"),{extends:u,props:["data","options","styles"],mounted(){this.renderChart(this.data,this.options)}}),c=_,m=a("2877"),h=Object(m["a"])(c,d,l,!1,null,null,null),f=h.exports,M=a("9610"),p=a("3337"),g=a("f9c4"),y=(a("8521"),{components:{CkyCard:M["a"],PieChart:f,CkyEmpty:p["a"]},created(){this.getChartData()},data(){return{loading:!1,loaded:!1,consentLogData:[],chartOptions:{defaultFontColor:"#fff",defaultFontSize:9,legend:{display:!1}},chartData:{labels:[],datasets:[]},chartStyles:{height:"130px",width:"130px",position:"relative"}}},methods:{async getChartData(){this.loading=!0;let e=[];try{if(await g["a"].get({path:"consent_logs/statistics"}).then(t=>{e=t}),e.length<=0)return void(this.loading=!1);const t=[{label:this.$i18n.__("Accepted"),color:"#00C9A6",count:this.getCount(e,"accepted")},{label:"Rejected",color:"#DE4437",count:this.getCount(e,"rejected")},{label:"Partially Accepted",color:"#F5BA44",count:this.getCount(e,"partial")}];t&&t.length>0&&(this.consentLogData=t,this.updateChartData(this.consentLogData))}catch(t){console.error(t)}this.loading=!1,this.loaded=!0},getCount(e,t){let a=!1;return"object"===typeof e&&(a=e.find((function(e){return e.type===t}))),a&&a.count||0},updateChartData(e){const t=[],a={backgroundColor:[],data:[]};e.map(e=>{t.push(e.label),a.backgroundColor.push(e.color),a.data.push(e.count)}),this.chartData.datasets.push(a),this.chartData.labels=t}},computed:{cardLoader(){return!this.$store.state.settings.info||this.loading}}}),L=y,v=(a("5071"),Object(m["a"])(L,n,r,!1,null,null,null));t["default"]=v.exports},"03ec":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
6
- //! moment.js locale configuration
7
- var t=e.defineLocale("cv",{months:"кӑрлач_нарӑс_пуш_ака_май_ҫӗртме_утӑ_ҫурла_авӑн_юпа_чӳк_раштав".split("_"),monthsShort:"кӑр_нар_пуш_ака_май_ҫӗр_утӑ_ҫур_авн_юпа_чӳк_раш".split("_"),weekdays:"вырсарникун_тунтикун_ытларикун_юнкун_кӗҫнерникун_эрнекун_шӑматкун".split("_"),weekdaysShort:"выр_тун_ытл_юн_кӗҫ_эрн_шӑм".split("_"),weekdaysMin:"вр_тн_ыт_юн_кҫ_эр_шм".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ]",LLL:"YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm",LLLL:"dddd, YYYY [ҫулхи] MMMM [уйӑхӗн] D[-мӗшӗ], HH:mm"},calendar:{sameDay:"[Паян] LT [сехетре]",nextDay:"[Ыран] LT [сехетре]",lastDay:"[Ӗнер] LT [сехетре]",nextWeek:"[Ҫитес] dddd LT [сехетре]",lastWeek:"[Иртнӗ] dddd LT [сехетре]",sameElse:"L"},relativeTime:{future:function(e){var t=/сехет$/i.exec(e)?"рен":/ҫул$/i.exec(e)?"тан":"ран";return e+t},past:"%s каялла",s:"пӗр-ик ҫеккунт",ss:"%d ҫеккунт",m:"пӗр минут",mm:"%d минут",h:"пӗр сехет",hh:"%d сехет",d:"пӗр кун",dd:"%d кун",M:"пӗр уйӑх",MM:"%d уйӑх",y:"пӗр ҫул",yy:"%d ҫул"},dayOfMonthOrdinalParse:/\d{1,2}-мӗш/,ordinal:"%d-мӗш",week:{dow:1,doy:7}});return t}))},"0558":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
8
- //! moment.js locale configuration
9
- function t(e){return e%100===11||e%10!==1}function a(e,a,n,r){var i=e+" ";switch(n){case"s":return a||r?"nokkrar sekúndur":"nokkrum sekúndum";case"ss":return t(e)?i+(a||r?"sekúndur":"sekúndum"):i+"sekúnda";case"m":return a?"mínúta":"mínútu";case"mm":return t(e)?i+(a||r?"mínútur":"mínútum"):a?i+"mínúta":i+"mínútu";case"hh":return t(e)?i+(a||r?"klukkustundir":"klukkustundum"):i+"klukkustund";case"d":return a?"dagur":r?"dag":"degi";case"dd":return t(e)?a?i+"dagar":i+(r?"daga":"dögum"):a?i+"dagur":i+(r?"dag":"degi");case"M":return a?"mánuður":r?"mánuð":"mánuði";case"MM":return t(e)?a?i+"mánuðir":i+(r?"mánuði":"mánuðum"):a?i+"mánuður":i+(r?"mánuð":"mánuði");case"y":return a||r?"ár":"ári";case"yy":return t(e)?i+(a||r?"ár":"árum"):i+(a||r?"ár":"ári")}}var n=e.defineLocale("is",{months:"janúar_febrúar_mars_apríl_maí_júní_júlí_ágúst_september_október_nóvember_desember".split("_"),monthsShort:"jan_feb_mar_apr_maí_jún_júl_ágú_sep_okt_nóv_des".split("_"),weekdays:"sunnudagur_mánudagur_þriðjudagur_miðvikudagur_fimmtudagur_föstudagur_laugardagur".split("_"),weekdaysShort:"sun_mán_þri_mið_fim_fös_lau".split("_"),weekdaysMin:"Su_Má_Þr_Mi_Fi_Fö_La".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd, D. MMMM YYYY [kl.] H:mm"},calendar:{sameDay:"[í dag kl.] LT",nextDay:"[á morgun kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[í gær kl.] LT",lastWeek:"[síðasta] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"eftir %s",past:"fyrir %s síðan",s:a,ss:a,m:a,mm:a,h:"klukkustund",hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},"0721":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
10
- //! moment.js locale configuration
11
- var t=e.defineLocale("fo",{months:"januar_februar_mars_apríl_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan_feb_mar_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),weekdays:"sunnudagur_mánadagur_týsdagur_mikudagur_hósdagur_fríggjadagur_leygardagur".split("_"),weekdaysShort:"sun_mán_týs_mik_hós_frí_ley".split("_"),weekdaysMin:"su_má_tý_mi_hó_fr_le".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D. MMMM, YYYY HH:mm"},calendar:{sameDay:"[Í dag kl.] LT",nextDay:"[Í morgin kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[Í gjár kl.] LT",lastWeek:"[síðstu] dddd [kl] LT",sameElse:"L"},relativeTime:{future:"um %s",past:"%s síðani",s:"fá sekund",ss:"%d sekundir",m:"ein minuttur",mm:"%d minuttir",h:"ein tími",hh:"%d tímar",d:"ein dagur",dd:"%d dagar",M:"ein mánaður",MM:"%d mánaðir",y:"eitt ár",yy:"%d ár"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},"079e":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
12
- //! moment.js locale configuration
13
- var t=e.defineLocale("ja",{eras:[{since:"2019-05-01",offset:1,name:"令和",narrow:"㋿",abbr:"R"},{since:"1989-01-08",until:"2019-04-30",offset:1,name:"平成",narrow:"㍻",abbr:"H"},{since:"1926-12-25",until:"1989-01-07",offset:1,name:"昭和",narrow:"㍼",abbr:"S"},{since:"1912-07-30",until:"1926-12-24",offset:1,name:"大正",narrow:"㍽",abbr:"T"},{since:"1873-01-01",until:"1912-07-29",offset:6,name:"明治",narrow:"㍾",abbr:"M"},{since:"0001-01-01",until:"1873-12-31",offset:1,name:"西暦",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"紀元前",narrow:"BC",abbr:"BC"}],eraYearOrdinalRegex:/(元|\d+)年/,eraYearOrdinalParse:function(e,t){return"元"===t[1]?1:parseInt(t[1]||e,10)},months:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"日曜日_月曜日_火曜日_水曜日_木曜日_金曜日_土曜日".split("_"),weekdaysShort:"日_月_火_水_木_金_土".split("_"),weekdaysMin:"日_月_火_水_木_金_土".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日 dddd HH:mm",l:"YYYY/MM/DD",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日(ddd) HH:mm"},meridiemParse:/午前|午後/i,isPM:function(e){return"午後"===e},meridiem:function(e,t,a){return e<12?"午前":"午後"},calendar:{sameDay:"[今日] LT",nextDay:"[明日] LT",nextWeek:function(e){return e.week()!==this.week()?"[来週]dddd LT":"dddd LT"},lastDay:"[昨日] LT",lastWeek:function(e){return this.week()!==e.week()?"[先週]dddd LT":"dddd LT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}日/,ordinal:function(e,t){switch(t){case"y":return 1===e?"元年":e+"年";case"d":case"D":case"DDD":return e+"日";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"数秒",ss:"%d秒",m:"1分",mm:"%d分",h:"1時間",hh:"%d時間",d:"1日",dd:"%d日",M:"1ヶ月",MM:"%dヶ月",y:"1年",yy:"%d年"}});return t}))},"0a3c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
14
- //! moment.js locale configuration
15
- var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es-do",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return i}))},"0a84":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
16
- //! moment.js locale configuration
17
- var t=e.defineLocale("ar-ma",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اثنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}});return t}))},"0caa":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
18
- //! moment.js locale configuration
19
- function t(e,t,a,n){var r={s:["thoddea sekondamni","thodde sekond"],ss:[e+" sekondamni",e+" sekond"],m:["eka mintan","ek minut"],mm:[e+" mintamni",e+" mintam"],h:["eka voran","ek vor"],hh:[e+" voramni",e+" voram"],d:["eka disan","ek dis"],dd:[e+" disamni",e+" dis"],M:["eka mhoinean","ek mhoino"],MM:[e+" mhoineamni",e+" mhoine"],y:["eka vorsan","ek voros"],yy:[e+" vorsamni",e+" vorsam"]};return n?r[a][0]:r[a][1]}var a=e.defineLocale("gom-latn",{months:{standalone:"Janer_Febrer_Mars_Abril_Mai_Jun_Julai_Agost_Setembr_Otubr_Novembr_Dezembr".split("_"),format:"Janerachea_Febrerachea_Marsachea_Abrilachea_Maiachea_Junachea_Julaiachea_Agostachea_Setembrachea_Otubrachea_Novembrachea_Dezembrachea".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"Jan._Feb._Mars_Abr._Mai_Jun_Jul._Ago._Set._Otu._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Aitar_Somar_Mongllar_Budhvar_Birestar_Sukrar_Son'var".split("_"),weekdaysShort:"Ait._Som._Mon._Bud._Bre._Suk._Son.".split("_"),weekdaysMin:"Ai_Sm_Mo_Bu_Br_Su_Sn".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [vazta]",LTS:"A h:mm:ss [vazta]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [vazta]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [vazta]",llll:"ddd, D MMM YYYY, A h:mm [vazta]"},calendar:{sameDay:"[Aiz] LT",nextDay:"[Faleam] LT",nextWeek:"[Fuddlo] dddd[,] LT",lastDay:"[Kal] LT",lastWeek:"[Fattlo] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s adim",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(er)/,ordinal:function(e,t){switch(t){case"D":return e+"er";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/rati|sokallim|donparam|sanje/,meridiemHour:function(e,t){return 12===e&&(e=0),"rati"===t?e<4?e:e+12:"sokallim"===t?e:"donparam"===t?e>12?e:e+12:"sanje"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"rati":e<12?"sokallim":e<16?"donparam":e<20?"sanje":"rati"}});return a}))},"0e49":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
20
- //! moment.js locale configuration
21
- var t=e.defineLocale("fr-ch",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});return t}))},"0e6b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
22
- //! moment.js locale configuration
23
- var t=e.defineLocale("en-au",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:0,doy:4}});return t}))},"0e81":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
24
- //! moment.js locale configuration
25
- var t={1:"'inci",5:"'inci",8:"'inci",70:"'inci",80:"'inci",2:"'nci",7:"'nci",20:"'nci",50:"'nci",3:"'üncü",4:"'üncü",100:"'üncü",6:"'ncı",9:"'uncu",10:"'uncu",30:"'uncu",60:"'ıncı",90:"'ıncı"},a=e.defineLocale("tr",{months:"Ocak_Şubat_Mart_Nisan_Mayıs_Haziran_Temmuz_Ağustos_Eylül_Ekim_Kasım_Aralık".split("_"),monthsShort:"Oca_Şub_Mar_Nis_May_Haz_Tem_Ağu_Eyl_Eki_Kas_Ara".split("_"),weekdays:"Pazar_Pazartesi_Salı_Çarşamba_Perşembe_Cuma_Cumartesi".split("_"),weekdaysShort:"Paz_Pts_Sal_Çar_Per_Cum_Cts".split("_"),weekdaysMin:"Pz_Pt_Sa_Ça_Pe_Cu_Ct".split("_"),meridiem:function(e,t,a){return e<12?a?"öö":"ÖÖ":a?"ös":"ÖS"},meridiemParse:/öö|ÖÖ|ös|ÖS/,isPM:function(e){return"ös"===e||"ÖS"===e},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[yarın saat] LT",nextWeek:"[gelecek] dddd [saat] LT",lastDay:"[dün] LT",lastWeek:"[geçen] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s önce",s:"birkaç saniye",ss:"%d saniye",m:"bir dakika",mm:"%d dakika",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",w:"bir hafta",ww:"%d hafta",M:"bir ay",MM:"%d ay",y:"bir yıl",yy:"%d yıl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'ıncı";var n=e%10,r=e%100-n,i=e>=100?100:null;return e+(t[n]||t[r]||t[i])}},week:{dow:1,doy:7}});return a}))},"0f14":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
26
- //! moment.js locale configuration
27
- var t=e.defineLocale("da",{months:"januar_februar_marts_april_maj_juni_juli_august_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"søn_man_tir_ons_tor_fre_lør".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd [d.] D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"på dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[i] dddd[s kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"få sekunder",ss:"%d sekunder",m:"et minut",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dage",M:"en måned",MM:"%d måneder",y:"et år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},"0f38":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
28
- //! moment.js locale configuration
29
- var t=e.defineLocale("tl-ph",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t}))},"0ff2":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
30
- //! moment.js locale configuration
31
- var t=e.defineLocale("eu",{months:"urtarrila_otsaila_martxoa_apirila_maiatza_ekaina_uztaila_abuztua_iraila_urria_azaroa_abendua".split("_"),monthsShort:"urt._ots._mar._api._mai._eka._uzt._abu._ira._urr._aza._abe.".split("_"),monthsParseExact:!0,weekdays:"igandea_astelehena_asteartea_asteazkena_osteguna_ostirala_larunbata".split("_"),weekdaysShort:"ig._al._ar._az._og._ol._lr.".split("_"),weekdaysMin:"ig_al_ar_az_og_ol_lr".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY[ko] MMMM[ren] D[a]",LLL:"YYYY[ko] MMMM[ren] D[a] HH:mm",LLLL:"dddd, YYYY[ko] MMMM[ren] D[a] HH:mm",l:"YYYY-M-D",ll:"YYYY[ko] MMM D[a]",lll:"YYYY[ko] MMM D[a] HH:mm",llll:"ddd, YYYY[ko] MMM D[a] HH:mm"},calendar:{sameDay:"[gaur] LT[etan]",nextDay:"[bihar] LT[etan]",nextWeek:"dddd LT[etan]",lastDay:"[atzo] LT[etan]",lastWeek:"[aurreko] dddd LT[etan]",sameElse:"L"},relativeTime:{future:"%s barru",past:"duela %s",s:"segundo batzuk",ss:"%d segundo",m:"minutu bat",mm:"%d minutu",h:"ordu bat",hh:"%d ordu",d:"egun bat",dd:"%d egun",M:"hilabete bat",MM:"%d hilabete",y:"urte bat",yy:"%d urte"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return t}))},"10e8":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
32
- //! moment.js locale configuration
33
- var t=e.defineLocale("th",{months:"มกราคม_กุมภาพันธ์_มีนาคม_เมษายน_พฤษภาคม_มิถุนายน_กรกฎาคม_สิงหาคม_กันยายน_ตุลาคม_พฤศจิกายน_ธันวาคม".split("_"),monthsShort:"ม.ค._ก.พ._มี.ค._เม.ย._พ.ค._มิ.ย._ก.ค._ส.ค._ก.ย._ต.ค._พ.ย._ธ.ค.".split("_"),monthsParseExact:!0,weekdays:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัสบดี_ศุกร์_เสาร์".split("_"),weekdaysShort:"อาทิตย์_จันทร์_อังคาร_พุธ_พฤหัส_ศุกร์_เสาร์".split("_"),weekdaysMin:"อา._จ._อ._พ._พฤ._ศ._ส.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY เวลา H:mm",LLLL:"วันddddที่ D MMMM YYYY เวลา H:mm"},meridiemParse:/ก่อนเที่ยง|หลังเที่ยง/,isPM:function(e){return"หลังเที่ยง"===e},meridiem:function(e,t,a){return e<12?"ก่อนเที่ยง":"หลังเที่ยง"},calendar:{sameDay:"[วันนี้ เวลา] LT",nextDay:"[พรุ่งนี้ เวลา] LT",nextWeek:"dddd[หน้า เวลา] LT",lastDay:"[เมื่อวานนี้ เวลา] LT",lastWeek:"[วัน]dddd[ที่แล้ว เวลา] LT",sameElse:"L"},relativeTime:{future:"อีก %s",past:"%sที่แล้ว",s:"ไม่กี่วินาที",ss:"%d วินาที",m:"1 นาที",mm:"%d นาที",h:"1 ชั่วโมง",hh:"%d ชั่วโมง",d:"1 วัน",dd:"%d วัน",w:"1 สัปดาห์",ww:"%d สัปดาห์",M:"1 เดือน",MM:"%d เดือน",y:"1 ปี",yy:"%d ปี"}});return t}))},"13e9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
34
- //! moment.js locale configuration
35
- var t={words:{ss:["секунда","секунде","секунди"],m:["један минут","једне минуте"],mm:["минут","минуте","минута"],h:["један сат","једног сата"],hh:["сат","сата","сати"],dd:["дан","дана","дана"],MM:["месец","месеца","месеци"],yy:["година","године","година"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var r=t.words[n];return 1===n.length?a?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}},a=e.defineLocale("sr-cyrl",{months:"јануар_фебруар_март_април_мај_јун_јул_август_септембар_октобар_новембар_децембар".split("_"),monthsShort:"јан._феб._мар._апр._мај_јун_јул_авг._сеп._окт._нов._дец.".split("_"),monthsParseExact:!0,weekdays:"недеља_понедељак_уторак_среда_четвртак_петак_субота".split("_"),weekdaysShort:"нед._пон._уто._сре._чет._пет._суб.".split("_"),weekdaysMin:"не_по_ут_ср_че_пе_су".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[данас у] LT",nextDay:"[сутра у] LT",nextWeek:function(){switch(this.day()){case 0:return"[у] [недељу] [у] LT";case 3:return"[у] [среду] [у] LT";case 6:return"[у] [суботу] [у] LT";case 1:case 2:case 4:case 5:return"[у] dddd [у] LT"}},lastDay:"[јуче у] LT",lastWeek:function(){var e=["[прошле] [недеље] [у] LT","[прошлог] [понедељка] [у] LT","[прошлог] [уторка] [у] LT","[прошле] [среде] [у] LT","[прошлог] [четвртка] [у] LT","[прошлог] [петка] [у] LT","[прошле] [суботе] [у] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"за %s",past:"пре %s",s:"неколико секунди",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"дан",dd:t.translate,M:"месец",MM:t.translate,y:"годину",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"167b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
36
- //! moment.js locale configuration
37
- var t=e.defineLocale("oc-lnc",{months:{standalone:"genièr_febrièr_març_abril_mai_junh_julhet_agost_setembre_octòbre_novembre_decembre".split("_"),format:"de genièr_de febrièr_de març_d'abril_de mai_de junh_de julhet_d'agost_de setembre_d'octòbre_de novembre_de decembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._mai_junh_julh._ago._set._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"dimenge_diluns_dimars_dimècres_dijòus_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dm._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dm_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:"[uèi a] LT",nextDay:"[deman a] LT",nextWeek:"dddd [a] LT",lastDay:"[ièr a] LT",lastWeek:"dddd [passat a] LT",sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"unas segondas",ss:"%d segondas",m:"una minuta",mm:"%d minutas",h:"una ora",hh:"%d oras",d:"un jorn",dd:"%d jorns",M:"un mes",MM:"%d meses",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}});return t}))},"1b45":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
38
- //! moment.js locale configuration
39
- var t=e.defineLocale("mt",{months:"Jannar_Frar_Marzu_April_Mejju_Ġunju_Lulju_Awwissu_Settembru_Ottubru_Novembru_Diċembru".split("_"),monthsShort:"Jan_Fra_Mar_Apr_Mej_Ġun_Lul_Aww_Set_Ott_Nov_Diċ".split("_"),weekdays:"Il-Ħadd_It-Tnejn_It-Tlieta_L-Erbgħa_Il-Ħamis_Il-Ġimgħa_Is-Sibt".split("_"),weekdaysShort:"Ħad_Tne_Tli_Erb_Ħam_Ġim_Sib".split("_"),weekdaysMin:"Ħa_Tn_Tl_Er_Ħa_Ġi_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Illum fil-]LT",nextDay:"[Għada fil-]LT",nextWeek:"dddd [fil-]LT",lastDay:"[Il-bieraħ fil-]LT",lastWeek:"dddd [li għadda] [fil-]LT",sameElse:"L"},relativeTime:{future:"f’ %s",past:"%s ilu",s:"ftit sekondi",ss:"%d sekondi",m:"minuta",mm:"%d minuti",h:"siegħa",hh:"%d siegħat",d:"ġurnata",dd:"%d ġranet",M:"xahar",MM:"%d xhur",y:"sena",yy:"%d sni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"1cfd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
40
- //! moment.js locale configuration
41
- var t={1:"1",2:"2",3:"3",4:"4",5:"5",6:"6",7:"7",8:"8",9:"9",0:"0"},a=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},n={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},r=function(e){return function(t,r,i,s){var o=a(t),d=n[e][a(t)];return 2===o&&(d=d[r?0:1]),d.replace(/%d/i,t)}},i=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],s=e.defineLocale("ar-ly",{months:i,monthsShort:i,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:r("s"),ss:r("s"),m:r("m"),mm:r("m"),h:r("h"),hh:r("h"),d:r("d"),dd:r("d"),M:r("M"),MM:r("M"),y:r("y"),yy:r("y")},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return s}))},"1fc1":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
42
- //! moment.js locale configuration
43
- function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var r={ss:a?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:a?"хвіліна_хвіліны_хвілін":"хвіліну_хвіліны_хвілін",hh:a?"гадзіна_гадзіны_гадзін":"гадзіну_гадзіны_гадзін",dd:"дзень_дні_дзён",MM:"месяц_месяцы_месяцаў",yy:"год_гады_гадоў"};return"m"===n?a?"хвіліна":"хвіліну":"h"===n?a?"гадзіна":"гадзіну":e+" "+t(r[n],+e)}var n=e.defineLocale("be",{months:{format:"студзеня_лютага_сакавіка_красавіка_траўня_чэрвеня_ліпеня_жніўня_верасня_кастрычніка_лістапада_снежня".split("_"),standalone:"студзень_люты_сакавік_красавік_травень_чэрвень_ліпень_жнівень_верасень_кастрычнік_лістапад_снежань".split("_")},monthsShort:"студ_лют_сак_крас_трав_чэрв_ліп_жнів_вер_каст_ліст_снеж".split("_"),weekdays:{format:"нядзелю_панядзелак_аўторак_сераду_чацвер_пятніцу_суботу".split("_"),standalone:"нядзеля_панядзелак_аўторак_серада_чацвер_пятніца_субота".split("_"),isFormat:/\[ ?[Ууў] ?(?:мінулую|наступную)? ?\] ?dddd/},weekdaysShort:"нд_пн_ат_ср_чц_пт_сб".split("_"),weekdaysMin:"нд_пн_ат_ср_чц_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., HH:mm",LLLL:"dddd, D MMMM YYYY г., HH:mm"},calendar:{sameDay:"[Сёння ў] LT",nextDay:"[Заўтра ў] LT",lastDay:"[Учора ў] LT",nextWeek:function(){return"[У] dddd [ў] LT"},lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return"[У мінулую] dddd [ў] LT";case 1:case 2:case 4:return"[У мінулы] dddd [ў] LT"}},sameElse:"L"},relativeTime:{future:"праз %s",past:"%s таму",s:"некалькі секунд",m:a,mm:a,h:a,hh:a,d:"дзень",dd:a,M:"месяц",MM:a,y:"год",yy:a},meridiemParse:/ночы|раніцы|дня|вечара/,isPM:function(e){return/^(дня|вечара)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночы":e<12?"раніцы":e<17?"дня":"вечара"},dayOfMonthOrdinalParse:/\d{1,2}-(і|ы|га)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e%10!==2&&e%10!==3||e%100===12||e%100===13?e+"-ы":e+"-і";case"D":return e+"-га";default:return e}},week:{dow:1,doy:7}});return n}))},"201b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
44
- //! moment.js locale configuration
45
- var t=e.defineLocale("ka",{months:"იანვარი_თებერვალი_მარტი_აპრილი_მაისი_ივნისი_ივლისი_აგვისტო_სექტემბერი_ოქტომბერი_ნოემბერი_დეკემბერი".split("_"),monthsShort:"იან_თებ_მარ_აპრ_მაი_ივნ_ივლ_აგვ_სექ_ოქტ_ნოე_დეკ".split("_"),weekdays:{standalone:"კვირა_ორშაბათი_სამშაბათი_ოთხშაბათი_ხუთშაბათი_პარასკევი_შაბათი".split("_"),format:"კვირას_ორშაბათს_სამშაბათს_ოთხშაბათს_ხუთშაბათს_პარასკევს_შაბათს".split("_"),isFormat:/(წინა|შემდეგ)/},weekdaysShort:"კვი_ორშ_სამ_ოთხ_ხუთ_პარ_შაბ".split("_"),weekdaysMin:"კვ_ორ_სა_ოთ_ხუ_პა_შა".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[დღეს] LT[-ზე]",nextDay:"[ხვალ] LT[-ზე]",lastDay:"[გუშინ] LT[-ზე]",nextWeek:"[შემდეგ] dddd LT[-ზე]",lastWeek:"[წინა] dddd LT-ზე",sameElse:"L"},relativeTime:{future:function(e){return e.replace(/(წამ|წუთ|საათ|წელ|დღ|თვ)(ი|ე)/,(function(e,t,a){return"ი"===a?t+"ში":t+a+"ში"}))},past:function(e){return/(წამი|წუთი|საათი|დღე|თვე)/.test(e)?e.replace(/(ი|ე)$/,"ის წინ"):/წელი/.test(e)?e.replace(/წელი$/,"წლის წინ"):e},s:"რამდენიმე წამი",ss:"%d წამი",m:"წუთი",mm:"%d წუთი",h:"საათი",hh:"%d საათი",d:"დღე",dd:"%d დღე",M:"თვე",MM:"%d თვე",y:"წელი",yy:"%d წელი"},dayOfMonthOrdinalParse:/0|1-ლი|მე-\d{1,2}|\d{1,2}-ე/,ordinal:function(e){return 0===e?e:1===e?e+"-ლი":e<20||e<=100&&e%20===0||e%100===0?"მე-"+e:e+"-ე"},week:{dow:1,doy:7}});return t}))},"22f8":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
46
- //! moment.js locale configuration
47
- var t=e.defineLocale("ko",{months:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),monthsShort:"1월_2월_3월_4월_5월_6월_7월_8월_9월_10월_11월_12월".split("_"),weekdays:"일요일_월요일_화요일_수요일_목요일_금요일_토요일".split("_"),weekdaysShort:"일_월_화_수_목_금_토".split("_"),weekdaysMin:"일_월_화_수_목_금_토".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY년 MMMM D일",LLL:"YYYY년 MMMM D일 A h:mm",LLLL:"YYYY년 MMMM D일 dddd A h:mm",l:"YYYY.MM.DD.",ll:"YYYY년 MMMM D일",lll:"YYYY년 MMMM D일 A h:mm",llll:"YYYY년 MMMM D일 dddd A h:mm"},calendar:{sameDay:"오늘 LT",nextDay:"내일 LT",nextWeek:"dddd LT",lastDay:"어제 LT",lastWeek:"지난주 dddd LT",sameElse:"L"},relativeTime:{future:"%s 후",past:"%s 전",s:"몇 초",ss:"%d초",m:"1분",mm:"%d분",h:"한 시간",hh:"%d시간",d:"하루",dd:"%d일",M:"한 달",MM:"%d달",y:"일 년",yy:"%d년"},dayOfMonthOrdinalParse:/\d{1,2}(일|월|주)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"일";case"M":return e+"월";case"w":case"W":return e+"주";default:return e}},meridiemParse:/오전|오후/,isPM:function(e){return"오후"===e},meridiem:function(e,t,a){return e<12?"오전":"오후"}});return t}))},2421:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
48
- //! moment.js locale configuration
49
- var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=["کانونی دووەم","شوبات","ئازار","نیسان","ئایار","حوزەیران","تەمموز","ئاب","ئەیلوول","تشرینی یەكەم","تشرینی دووەم","كانونی یەکەم"],r=e.defineLocale("ku",{months:n,monthsShort:n,weekdays:"یه‌كشه‌ممه‌_دووشه‌ممه‌_سێشه‌ممه‌_چوارشه‌ممه‌_پێنجشه‌ممه‌_هه‌ینی_شه‌ممه‌".split("_"),weekdaysShort:"یه‌كشه‌م_دووشه‌م_سێشه‌م_چوارشه‌م_پێنجشه‌م_هه‌ینی_شه‌ممه‌".split("_"),weekdaysMin:"ی_د_س_چ_پ_ه_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ئێواره‌|به‌یانی/,isPM:function(e){return/ئێواره‌/.test(e)},meridiem:function(e,t,a){return e<12?"به‌یانی":"ئێواره‌"},calendar:{sameDay:"[ئه‌مرۆ كاتژمێر] LT",nextDay:"[به‌یانی كاتژمێر] LT",nextWeek:"dddd [كاتژمێر] LT",lastDay:"[دوێنێ كاتژمێر] LT",lastWeek:"dddd [كاتژمێر] LT",sameElse:"L"},relativeTime:{future:"له‌ %s",past:"%s",s:"چه‌ند چركه‌یه‌ك",ss:"چركه‌ %d",m:"یه‌ك خوله‌ك",mm:"%d خوله‌ك",h:"یه‌ك كاتژمێر",hh:"%d كاتژمێر",d:"یه‌ك ڕۆژ",dd:"%d ڕۆژ",M:"یه‌ك مانگ",MM:"%d مانگ",y:"یه‌ك ساڵ",yy:"%d ساڵ"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return r}))},2554:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
50
- //! moment.js locale configuration
51
- function t(e,t,a){var n=e+" ";switch(a){case"ss":return n+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi",n;case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta",n;case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati",n;case"dd":return n+=1===e?"dan":"dana",n;case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci",n;case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina",n}}var a=e.defineLocale("bs",{months:"januar_februar_mart_april_maj_juni_juli_august_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._aug._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:case 3:return"[prošlu] dddd [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"26f9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
52
- //! moment.js locale configuration
53
- var t={ss:"sekundė_sekundžių_sekundes",m:"minutė_minutės_minutę",mm:"minutės_minučių_minutes",h:"valanda_valandos_valandą",hh:"valandos_valandų_valandas",d:"diena_dienos_dieną",dd:"dienos_dienų_dienas",M:"mėnuo_mėnesio_mėnesį",MM:"mėnesiai_mėnesių_mėnesius",y:"metai_metų_metus",yy:"metai_metų_metus"};function a(e,t,a,n){return t?"kelios sekundės":n?"kelių sekundžių":"kelias sekundes"}function n(e,t,a,n){return t?i(a)[0]:n?i(a)[1]:i(a)[2]}function r(e){return e%10===0||e>10&&e<20}function i(e){return t[e].split("_")}function s(e,t,a,s){var o=e+" ";return 1===e?o+n(e,t,a[0],s):t?o+(r(e)?i(a)[1]:i(a)[0]):s?o+i(a)[1]:o+(r(e)?i(a)[1]:i(a)[2])}var o=e.defineLocale("lt",{months:{format:"sausio_vasario_kovo_balandžio_gegužės_birželio_liepos_rugpjūčio_rugsėjo_spalio_lapkričio_gruodžio".split("_"),standalone:"sausis_vasaris_kovas_balandis_gegužė_birželis_liepa_rugpjūtis_rugsėjis_spalis_lapkritis_gruodis".split("_"),isFormat:/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?|MMMM?(\[[^\[\]]*\]|\s)+D[oD]?/},monthsShort:"sau_vas_kov_bal_geg_bir_lie_rgp_rgs_spa_lap_grd".split("_"),weekdays:{format:"sekmadienį_pirmadienį_antradienį_trečiadienį_ketvirtadienį_penktadienį_šeštadienį".split("_"),standalone:"sekmadienis_pirmadienis_antradienis_trečiadienis_ketvirtadienis_penktadienis_šeštadienis".split("_"),isFormat:/dddd HH:mm/},weekdaysShort:"Sek_Pir_Ant_Tre_Ket_Pen_Šeš".split("_"),weekdaysMin:"S_P_A_T_K_Pn_Š".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY [m.] MMMM D [d.]",LLL:"YYYY [m.] MMMM D [d.], HH:mm [val.]",LLLL:"YYYY [m.] MMMM D [d.], dddd, HH:mm [val.]",l:"YYYY-MM-DD",ll:"YYYY [m.] MMMM D [d.]",lll:"YYYY [m.] MMMM D [d.], HH:mm [val.]",llll:"YYYY [m.] MMMM D [d.], ddd, HH:mm [val.]"},calendar:{sameDay:"[Šiandien] LT",nextDay:"[Rytoj] LT",nextWeek:"dddd LT",lastDay:"[Vakar] LT",lastWeek:"[Praėjusį] dddd LT",sameElse:"L"},relativeTime:{future:"po %s",past:"prieš %s",s:a,ss:s,m:n,mm:s,h:n,hh:s,d:n,dd:s,M:n,MM:s,y:n,yy:s},dayOfMonthOrdinalParse:/\d{1,2}-oji/,ordinal:function(e){return e+"-oji"},week:{dow:1,doy:4}});return o}))},2921:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
54
- //! moment.js locale configuration
55
- var t=e.defineLocale("vi",{months:"tháng 1_tháng 2_tháng 3_tháng 4_tháng 5_tháng 6_tháng 7_tháng 8_tháng 9_tháng 10_tháng 11_tháng 12".split("_"),monthsShort:"Thg 01_Thg 02_Thg 03_Thg 04_Thg 05_Thg 06_Thg 07_Thg 08_Thg 09_Thg 10_Thg 11_Thg 12".split("_"),monthsParseExact:!0,weekdays:"chủ nhật_thứ hai_thứ ba_thứ tư_thứ năm_thứ sáu_thứ bảy".split("_"),weekdaysShort:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysMin:"CN_T2_T3_T4_T5_T6_T7".split("_"),weekdaysParseExact:!0,meridiemParse:/sa|ch/i,isPM:function(e){return/^ch$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"sa":"SA":a?"ch":"CH"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [năm] YYYY",LLL:"D MMMM [năm] YYYY HH:mm",LLLL:"dddd, D MMMM [năm] YYYY HH:mm",l:"DD/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[Hôm nay lúc] LT",nextDay:"[Ngày mai lúc] LT",nextWeek:"dddd [tuần tới lúc] LT",lastDay:"[Hôm qua lúc] LT",lastWeek:"dddd [tuần trước lúc] LT",sameElse:"L"},relativeTime:{future:"%s tới",past:"%s trước",s:"vài giây",ss:"%d giây",m:"một phút",mm:"%d phút",h:"một giờ",hh:"%d giờ",d:"một ngày",dd:"%d ngày",w:"một tuần",ww:"%d tuần",M:"một tháng",MM:"%d tháng",y:"một năm",yy:"%d năm"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t}))},"293c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
56
- //! moment.js locale configuration
57
- var t={words:{ss:["sekund","sekunda","sekundi"],m:["jedan minut","jednog minuta"],mm:["minut","minuta","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mjesec","mjeseca","mjeseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var r=t.words[n];return 1===n.length?a?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}},a=e.defineLocale("me",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sjutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedjelje] [u] LT","[prošlog] [ponedjeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srijede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mjesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"2bfb":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
58
- //! moment.js locale configuration
59
- var t=e.defineLocale("af",{months:"Januarie_Februarie_Maart_April_Mei_Junie_Julie_Augustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mrt_Apr_Mei_Jun_Jul_Aug_Sep_Okt_Nov_Des".split("_"),weekdays:"Sondag_Maandag_Dinsdag_Woensdag_Donderdag_Vrydag_Saterdag".split("_"),weekdaysShort:"Son_Maa_Din_Woe_Don_Vry_Sat".split("_"),weekdaysMin:"So_Ma_Di_Wo_Do_Vr_Sa".split("_"),meridiemParse:/vm|nm/i,isPM:function(e){return/^nm$/i.test(e)},meridiem:function(e,t,a){return e<12?a?"vm":"VM":a?"nm":"NM"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Vandag om] LT",nextDay:"[Môre om] LT",nextWeek:"dddd [om] LT",lastDay:"[Gister om] LT",lastWeek:"[Laas] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oor %s",past:"%s gelede",s:"'n paar sekondes",ss:"%d sekondes",m:"'n minuut",mm:"%d minute",h:"'n uur",hh:"%d ure",d:"'n dag",dd:"%d dae",M:"'n maand",MM:"%d maande",y:"'n jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return t}))},"2c64":function(e,t,a){},"2e8c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
60
- //! moment.js locale configuration
61
- var t=e.defineLocale("uz",{months:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_"),monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"Якшанба_Душанба_Сешанба_Чоршанба_Пайшанба_Жума_Шанба".split("_"),weekdaysShort:"Якш_Душ_Сеш_Чор_Пай_Жум_Шан".split("_"),weekdaysMin:"Як_Ду_Се_Чо_Па_Жу_Ша".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"D MMMM YYYY, dddd HH:mm"},calendar:{sameDay:"[Бугун соат] LT [да]",nextDay:"[Эртага] LT [да]",nextWeek:"dddd [куни соат] LT [да]",lastDay:"[Кеча соат] LT [да]",lastWeek:"[Утган] dddd [куни соат] LT [да]",sameElse:"L"},relativeTime:{future:"Якин %s ичида",past:"Бир неча %s олдин",s:"фурсат",ss:"%d фурсат",m:"бир дакика",mm:"%d дакика",h:"бир соат",hh:"%d соат",d:"бир кун",dd:"%d кун",M:"бир ой",MM:"%d ой",y:"бир йил",yy:"%d йил"},week:{dow:1,doy:7}});return t}))},"30ef":function(e,t,a){
62
- /*!
63
- * Chart.js v2.9.4
64
- * https://www.chartjs.org
65
- * (c) 2020 Chart.js Contributors
66
- * Released under the MIT License
67
- */
68
- (function(t,n){e.exports=n(function(){try{return a("c1df")}catch(e){}}())})(0,(function(e){"use strict";function t(e,t){return t={exports:{}},e(t,t.exports),t.exports}function a(e){return e&&e["default"]||e}e=e&&e.hasOwnProperty("default")?e["default"]:e;var n={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},r=t((function(e){var t={};for(var a in n)n.hasOwnProperty(a)&&(t[n[a]]=a);var r=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var i in r)if(r.hasOwnProperty(i)){if(!("channels"in r[i]))throw new Error("missing channels property: "+i);if(!("labels"in r[i]))throw new Error("missing channel labels property: "+i);if(r[i].labels.length!==r[i].channels)throw new Error("channel and label counts mismatch: "+i);var s=r[i].channels,o=r[i].labels;delete r[i].channels,delete r[i].labels,Object.defineProperty(r[i],"channels",{value:s}),Object.defineProperty(r[i],"labels",{value:o})}function d(e,t){return Math.pow(e[0]-t[0],2)+Math.pow(e[1]-t[1],2)+Math.pow(e[2]-t[2],2)}r.rgb.hsl=function(e){var t,a,n,r=e[0]/255,i=e[1]/255,s=e[2]/255,o=Math.min(r,i,s),d=Math.max(r,i,s),l=d-o;return d===o?t=0:r===d?t=(i-s)/l:i===d?t=2+(s-r)/l:s===d&&(t=4+(r-i)/l),t=Math.min(60*t,360),t<0&&(t+=360),n=(o+d)/2,a=d===o?0:n<=.5?l/(d+o):l/(2-d-o),[t,100*a,100*n]},r.rgb.hsv=function(e){var t,a,n,r,i,s=e[0]/255,o=e[1]/255,d=e[2]/255,l=Math.max(s,o,d),u=l-Math.min(s,o,d),_=function(e){return(l-e)/6/u+.5};return 0===u?r=i=0:(i=u/l,t=_(s),a=_(o),n=_(d),s===l?r=n-a:o===l?r=1/3+t-n:d===l&&(r=2/3+a-t),r<0?r+=1:r>1&&(r-=1)),[360*r,100*i,100*l]},r.rgb.hwb=function(e){var t=e[0],a=e[1],n=e[2],i=r.rgb.hsl(e)[0],s=1/255*Math.min(t,Math.min(a,n));return n=1-1/255*Math.max(t,Math.max(a,n)),[i,100*s,100*n]},r.rgb.cmyk=function(e){var t,a,n,r,i=e[0]/255,s=e[1]/255,o=e[2]/255;return r=Math.min(1-i,1-s,1-o),t=(1-i-r)/(1-r)||0,a=(1-s-r)/(1-r)||0,n=(1-o-r)/(1-r)||0,[100*t,100*a,100*n,100*r]},r.rgb.keyword=function(e){var a=t[e];if(a)return a;var r,i=1/0;for(var s in n)if(n.hasOwnProperty(s)){var o=n[s],l=d(e,o);l<i&&(i=l,r=s)}return r},r.keyword.rgb=function(e){return n[e]},r.rgb.xyz=function(e){var t=e[0]/255,a=e[1]/255,n=e[2]/255;t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92,a=a>.04045?Math.pow((a+.055)/1.055,2.4):a/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92;var r=.4124*t+.3576*a+.1805*n,i=.2126*t+.7152*a+.0722*n,s=.0193*t+.1192*a+.9505*n;return[100*r,100*i,100*s]},r.rgb.lab=function(e){var t,a,n,i=r.rgb.xyz(e),s=i[0],o=i[1],d=i[2];return s/=95.047,o/=100,d/=108.883,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,o=o>.008856?Math.pow(o,1/3):7.787*o+16/116,d=d>.008856?Math.pow(d,1/3):7.787*d+16/116,t=116*o-16,a=500*(s-o),n=200*(o-d),[t,a,n]},r.hsl.rgb=function(e){var t,a,n,r,i,s=e[0]/360,o=e[1]/100,d=e[2]/100;if(0===o)return i=255*d,[i,i,i];a=d<.5?d*(1+o):d+o-d*o,t=2*d-a,r=[0,0,0];for(var l=0;l<3;l++)n=s+1/3*-(l-1),n<0&&n++,n>1&&n--,i=6*n<1?t+6*(a-t)*n:2*n<1?a:3*n<2?t+(a-t)*(2/3-n)*6:t,r[l]=255*i;return r},r.hsl.hsv=function(e){var t,a,n=e[0],r=e[1]/100,i=e[2]/100,s=r,o=Math.max(i,.01);return i*=2,r*=i<=1?i:2-i,s*=o<=1?o:2-o,a=(i+r)/2,t=0===i?2*s/(o+s):2*r/(i+r),[n,100*t,100*a]},r.hsv.rgb=function(e){var t=e[0]/60,a=e[1]/100,n=e[2]/100,r=Math.floor(t)%6,i=t-Math.floor(t),s=255*n*(1-a),o=255*n*(1-a*i),d=255*n*(1-a*(1-i));switch(n*=255,r){case 0:return[n,d,s];case 1:return[o,n,s];case 2:return[s,n,d];case 3:return[s,o,n];case 4:return[d,s,n];case 5:return[n,s,o]}},r.hsv.hsl=function(e){var t,a,n,r=e[0],i=e[1]/100,s=e[2]/100,o=Math.max(s,.01);return n=(2-i)*s,t=(2-i)*o,a=i*o,a/=t<=1?t:2-t,a=a||0,n/=2,[r,100*a,100*n]},r.hwb.rgb=function(e){var t,a,n,r,i,s,o,d=e[0]/360,l=e[1]/100,u=e[2]/100,_=l+u;switch(_>1&&(l/=_,u/=_),t=Math.floor(6*d),a=1-u,n=6*d-t,0!==(1&t)&&(n=1-n),r=l+n*(a-l),t){default:case 6:case 0:i=a,s=r,o=l;break;case 1:i=r,s=a,o=l;break;case 2:i=l,s=a,o=r;break;case 3:i=l,s=r,o=a;break;case 4:i=r,s=l,o=a;break;case 5:i=a,s=l,o=r;break}return[255*i,255*s,255*o]},r.cmyk.rgb=function(e){var t,a,n,r=e[0]/100,i=e[1]/100,s=e[2]/100,o=e[3]/100;return t=1-Math.min(1,r*(1-o)+o),a=1-Math.min(1,i*(1-o)+o),n=1-Math.min(1,s*(1-o)+o),[255*t,255*a,255*n]},r.xyz.rgb=function(e){var t,a,n,r=e[0]/100,i=e[1]/100,s=e[2]/100;return t=3.2406*r+-1.5372*i+-.4986*s,a=-.9689*r+1.8758*i+.0415*s,n=.0557*r+-.204*i+1.057*s,t=t>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,a=a>.0031308?1.055*Math.pow(a,1/2.4)-.055:12.92*a,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,t=Math.min(Math.max(0,t),1),a=Math.min(Math.max(0,a),1),n=Math.min(Math.max(0,n),1),[255*t,255*a,255*n]},r.xyz.lab=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];return r/=95.047,i/=100,s/=108.883,r=r>.008856?Math.pow(r,1/3):7.787*r+16/116,i=i>.008856?Math.pow(i,1/3):7.787*i+16/116,s=s>.008856?Math.pow(s,1/3):7.787*s+16/116,t=116*i-16,a=500*(r-i),n=200*(i-s),[t,a,n]},r.lab.xyz=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];a=(r+16)/116,t=i/500+a,n=a-s/200;var o=Math.pow(a,3),d=Math.pow(t,3),l=Math.pow(n,3);return a=o>.008856?o:(a-16/116)/7.787,t=d>.008856?d:(t-16/116)/7.787,n=l>.008856?l:(n-16/116)/7.787,t*=95.047,a*=100,n*=108.883,[t,a,n]},r.lab.lch=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];return t=Math.atan2(s,i),a=360*t/2/Math.PI,a<0&&(a+=360),n=Math.sqrt(i*i+s*s),[r,n,a]},r.lch.lab=function(e){var t,a,n,r=e[0],i=e[1],s=e[2];return n=s/360*2*Math.PI,t=i*Math.cos(n),a=i*Math.sin(n),[r,t,a]},r.rgb.ansi16=function(e){var t=e[0],a=e[1],n=e[2],i=1 in arguments?arguments[1]:r.rgb.hsv(e)[2];if(i=Math.round(i/50),0===i)return 30;var s=30+(Math.round(n/255)<<2|Math.round(a/255)<<1|Math.round(t/255));return 2===i&&(s+=60),s},r.hsv.ansi16=function(e){return r.rgb.ansi16(r.hsv.rgb(e),e[2])},r.rgb.ansi256=function(e){var t=e[0],a=e[1],n=e[2];if(t===a&&a===n)return t<8?16:t>248?231:Math.round((t-8)/247*24)+232;var r=16+36*Math.round(t/255*5)+6*Math.round(a/255*5)+Math.round(n/255*5);return r},r.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),t=t/10.5*255,[t,t,t];var a=.5*(1+~~(e>50)),n=(1&t)*a*255,r=(t>>1&1)*a*255,i=(t>>2&1)*a*255;return[n,r,i]},r.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var a;e-=16;var n=Math.floor(e/36)/5*255,r=Math.floor((a=e%36)/6)/5*255,i=a%6/5*255;return[n,r,i]},r.rgb.hex=function(e){var t=((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2])),a=t.toString(16).toUpperCase();return"000000".substring(a.length)+a},r.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var a=t[0];3===t[0].length&&(a=a.split("").map((function(e){return e+e})).join(""));var n=parseInt(a,16),r=n>>16&255,i=n>>8&255,s=255&n;return[r,i,s]},r.rgb.hcg=function(e){var t,a,n=e[0]/255,r=e[1]/255,i=e[2]/255,s=Math.max(Math.max(n,r),i),o=Math.min(Math.min(n,r),i),d=s-o;return t=d<1?o/(1-d):0,a=d<=0?0:s===n?(r-i)/d%6:s===r?2+(i-n)/d:4+(n-r)/d+4,a/=6,a%=1,[360*a,100*d,100*t]},r.hsl.hcg=function(e){var t=e[1]/100,a=e[2]/100,n=1,r=0;return n=a<.5?2*t*a:2*t*(1-a),n<1&&(r=(a-.5*n)/(1-n)),[e[0],100*n,100*r]},r.hsv.hcg=function(e){var t=e[1]/100,a=e[2]/100,n=t*a,r=0;return n<1&&(r=(a-n)/(1-n)),[e[0],100*n,100*r]},r.hcg.rgb=function(e){var t=e[0]/360,a=e[1]/100,n=e[2]/100;if(0===a)return[255*n,255*n,255*n];var r=[0,0,0],i=t%1*6,s=i%1,o=1-s,d=0;switch(Math.floor(i)){case 0:r[0]=1,r[1]=s,r[2]=0;break;case 1:r[0]=o,r[1]=1,r[2]=0;break;case 2:r[0]=0,r[1]=1,r[2]=s;break;case 3:r[0]=0,r[1]=o,r[2]=1;break;case 4:r[0]=s,r[1]=0,r[2]=1;break;default:r[0]=1,r[1]=0,r[2]=o}return d=(1-a)*n,[255*(a*r[0]+d),255*(a*r[1]+d),255*(a*r[2]+d)]},r.hcg.hsv=function(e){var t=e[1]/100,a=e[2]/100,n=t+a*(1-t),r=0;return n>0&&(r=t/n),[e[0],100*r,100*n]},r.hcg.hsl=function(e){var t=e[1]/100,a=e[2]/100,n=a*(1-t)+.5*t,r=0;return n>0&&n<.5?r=t/(2*n):n>=.5&&n<1&&(r=t/(2*(1-n))),[e[0],100*r,100*n]},r.hcg.hwb=function(e){var t=e[1]/100,a=e[2]/100,n=t+a*(1-t);return[e[0],100*(n-t),100*(1-n)]},r.hwb.hcg=function(e){var t=e[1]/100,a=e[2]/100,n=1-a,r=n-t,i=0;return r<1&&(i=(n-r)/(1-r)),[e[0],100*r,100*i]},r.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},r.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},r.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},r.gray.hsl=r.gray.hsv=function(e){return[0,0,e[0]]},r.gray.hwb=function(e){return[0,100,e[0]]},r.gray.cmyk=function(e){return[0,0,0,e[0]]},r.gray.lab=function(e){return[e[0],0,0]},r.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),a=(t<<16)+(t<<8)+t,n=a.toString(16).toUpperCase();return"000000".substring(n.length)+n},r.rgb.gray=function(e){var t=(e[0]+e[1]+e[2])/3;return[t/255*100]}}));r.rgb,r.hsl,r.hsv,r.hwb,r.cmyk,r.xyz,r.lab,r.lch,r.hex,r.keyword,r.ansi16,r.ansi256,r.hcg,r.apple,r.gray;function i(){for(var e={},t=Object.keys(r),a=t.length,n=0;n<a;n++)e[t[n]]={distance:-1,parent:null};return e}function s(e){var t=i(),a=[e];t[e].distance=0;while(a.length)for(var n=a.pop(),s=Object.keys(r[n]),o=s.length,d=0;d<o;d++){var l=s[d],u=t[l];-1===u.distance&&(u.distance=t[n].distance+1,u.parent=n,a.unshift(l))}return t}function o(e,t){return function(a){return t(e(a))}}function d(e,t){var a=[t[e].parent,e],n=r[t[e].parent][e],i=t[e].parent;while(t[i].parent)a.unshift(t[i].parent),n=o(r[t[i].parent][i],n),i=t[i].parent;return n.conversion=a,n}var l=function(e){for(var t=s(e),a={},n=Object.keys(t),r=n.length,i=0;i<r;i++){var o=n[i],l=t[o];null!==l.parent&&(a[o]=d(o,t))}return a},u={},_=Object.keys(r);function c(e){var t=function(t){return void 0===t||null===t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}function m(e){var t=function(t){if(void 0===t||null===t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var a=e(t);if("object"===typeof a)for(var n=a.length,r=0;r<n;r++)a[r]=Math.round(a[r]);return a};return"conversion"in e&&(t.conversion=e.conversion),t}_.forEach((function(e){u[e]={},Object.defineProperty(u[e],"channels",{value:r[e].channels}),Object.defineProperty(u[e],"labels",{value:r[e].labels});var t=l(e),a=Object.keys(t);a.forEach((function(a){var n=t[a];u[e][a]=m(n),u[e][a].raw=c(n)}))}));var h=u,f={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},M={getRgba:p,getHsla:g,getRgb:L,getHsl:v,getHwb:y,getAlpha:Y,hexString:b,rgbString:k,rgbaString:D,percentString:w,percentaString:x,hslString:T,hslaString:S,hwbString:H,keyword:j};function p(e){if(e){var t=/^#([a-fA-F0-9]{3,4})$/i,a=/^#([a-fA-F0-9]{6}([a-fA-F0-9]{2})?)$/i,n=/^rgba?\(\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*,\s*([+-]?\d+)\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,r=/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*,\s*([+-]?[\d\.]+)\%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)$/i,i=/(\w+)/,s=[0,0,0],o=1,d=e.match(t),l="";if(d){d=d[1],l=d[3];for(var u=0;u<s.length;u++)s[u]=parseInt(d[u]+d[u],16);l&&(o=Math.round(parseInt(l+l,16)/255*100)/100)}else if(d=e.match(a)){l=d[2],d=d[1];for(u=0;u<s.length;u++)s[u]=parseInt(d.slice(2*u,2*u+2),16);l&&(o=Math.round(parseInt(l,16)/255*100)/100)}else if(d=e.match(n)){for(u=0;u<s.length;u++)s[u]=parseInt(d[u+1]);o=parseFloat(d[4])}else if(d=e.match(r)){for(u=0;u<s.length;u++)s[u]=Math.round(2.55*parseFloat(d[u+1]));o=parseFloat(d[4])}else if(d=e.match(i)){if("transparent"==d[1])return[0,0,0,0];if(s=f[d[1]],!s)return}for(u=0;u<s.length;u++)s[u]=P(s[u],0,255);return o=o||0==o?P(o,0,1):1,s[3]=o,s}}function g(e){if(e){var t=/^hsla?\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,a=e.match(t);if(a){var n=parseFloat(a[4]),r=P(parseInt(a[1]),0,360),i=P(parseFloat(a[2]),0,100),s=P(parseFloat(a[3]),0,100),o=P(isNaN(n)?1:n,0,1);return[r,i,s,o]}}}function y(e){if(e){var t=/^hwb\(\s*([+-]?\d+)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?[\d\.]+)\s*)?\)/,a=e.match(t);if(a){var n=parseFloat(a[4]),r=P(parseInt(a[1]),0,360),i=P(parseFloat(a[2]),0,100),s=P(parseFloat(a[3]),0,100),o=P(isNaN(n)?1:n,0,1);return[r,i,s,o]}}}function L(e){var t=p(e);return t&&t.slice(0,3)}function v(e){var t=g(e);return t&&t.slice(0,3)}function Y(e){var t=p(e);return t||(t=g(e))||(t=y(e))?t[3]:void 0}function b(e,t){t=void 0!==t&&3===e.length?t:e[3];return"#"+O(e[0])+O(e[1])+O(e[2])+(t>=0&&t<1?O(Math.round(255*t)):"")}function k(e,t){return t<1||e[3]&&e[3]<1?D(e,t):"rgb("+e[0]+", "+e[1]+", "+e[2]+")"}function D(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"rgba("+e[0]+", "+e[1]+", "+e[2]+", "+t+")"}function w(e,t){if(t<1||e[3]&&e[3]<1)return x(e,t);var a=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return"rgb("+a+"%, "+n+"%, "+r+"%)"}function x(e,t){var a=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),r=Math.round(e[2]/255*100);return"rgba("+a+"%, "+n+"%, "+r+"%, "+(t||e[3]||1)+")"}function T(e,t){return t<1||e[3]&&e[3]<1?S(e,t):"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)"}function S(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+t+")"}function H(e,t){return void 0===t&&(t=void 0!==e[3]?e[3]:1),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+(void 0!==t&&1!==t?", "+t:"")+")"}function j(e){return A[e.slice(0,3)]}function P(e,t,a){return Math.min(Math.max(t,e),a)}function O(e){var t=e.toString(16).toUpperCase();return t.length<2?"0"+t:t}var A={};for(var F in f)A[f[F]]=F;var W=function(e){return e instanceof W?e:this instanceof W?(this.valid=!1,this.values={rgb:[0,0,0],hsl:[0,0,0],hsv:[0,0,0],hwb:[0,0,0],cmyk:[0,0,0,0],alpha:1},void("string"===typeof e?(t=M.getRgba(e),t?this.setValues("rgb",t):(t=M.getHsla(e))?this.setValues("hsl",t):(t=M.getHwb(e))&&this.setValues("hwb",t)):"object"===typeof e&&(t=e,void 0!==t.r||void 0!==t.red?this.setValues("rgb",t):void 0!==t.l||void 0!==t.lightness?this.setValues("hsl",t):void 0!==t.v||void 0!==t.value?this.setValues("hsv",t):void 0!==t.w||void 0!==t.whiteness?this.setValues("hwb",t):void 0===t.c&&void 0===t.cyan||this.setValues("cmyk",t)))):new W(e);var t};W.prototype={isValid:function(){return this.valid},rgb:function(){return this.setSpace("rgb",arguments)},hsl:function(){return this.setSpace("hsl",arguments)},hsv:function(){return this.setSpace("hsv",arguments)},hwb:function(){return this.setSpace("hwb",arguments)},cmyk:function(){return this.setSpace("cmyk",arguments)},rgbArray:function(){return this.values.rgb},hslArray:function(){return this.values.hsl},hsvArray:function(){return this.values.hsv},hwbArray:function(){var e=this.values;return 1!==e.alpha?e.hwb.concat([e.alpha]):e.hwb},cmykArray:function(){return this.values.cmyk},rgbaArray:function(){var e=this.values;return e.rgb.concat([e.alpha])},hslaArray:function(){var e=this.values;return e.hsl.concat([e.alpha])},alpha:function(e){return void 0===e?this.values.alpha:(this.setValues("alpha",e),this)},red:function(e){return this.setChannel("rgb",0,e)},green:function(e){return this.setChannel("rgb",1,e)},blue:function(e){return this.setChannel("rgb",2,e)},hue:function(e){return e&&(e%=360,e=e<0?360+e:e),this.setChannel("hsl",0,e)},saturation:function(e){return this.setChannel("hsl",1,e)},lightness:function(e){return this.setChannel("hsl",2,e)},saturationv:function(e){return this.setChannel("hsv",1,e)},whiteness:function(e){return this.setChannel("hwb",1,e)},blackness:function(e){return this.setChannel("hwb",2,e)},value:function(e){return this.setChannel("hsv",2,e)},cyan:function(e){return this.setChannel("cmyk",0,e)},magenta:function(e){return this.setChannel("cmyk",1,e)},yellow:function(e){return this.setChannel("cmyk",2,e)},black:function(e){return this.setChannel("cmyk",3,e)},hexString:function(){return M.hexString(this.values.rgb)},rgbString:function(){return M.rgbString(this.values.rgb,this.values.alpha)},rgbaString:function(){return M.rgbaString(this.values.rgb,this.values.alpha)},percentString:function(){return M.percentString(this.values.rgb,this.values.alpha)},hslString:function(){return M.hslString(this.values.hsl,this.values.alpha)},hslaString:function(){return M.hslaString(this.values.hsl,this.values.alpha)},hwbString:function(){return M.hwbString(this.values.hwb,this.values.alpha)},keyword:function(){return M.keyword(this.values.rgb,this.values.alpha)},rgbNumber:function(){var e=this.values.rgb;return e[0]<<16|e[1]<<8|e[2]},luminosity:function(){for(var e=this.values.rgb,t=[],a=0;a<e.length;a++){var n=e[a]/255;t[a]=n<=.03928?n/12.92:Math.pow((n+.055)/1.055,2.4)}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast:function(e){var t=this.luminosity(),a=e.luminosity();return t>a?(t+.05)/(a+.05):(a+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7.1?"AAA":t>=4.5?"AA":""},dark:function(){var e=this.values.rgb,t=(299*e[0]+587*e[1]+114*e[2])/1e3;return t<128},light:function(){return!this.dark()},negate:function(){for(var e=[],t=0;t<3;t++)e[t]=255-this.values.rgb[t];return this.setValues("rgb",e),this},lighten:function(e){var t=this.values.hsl;return t[2]+=t[2]*e,this.setValues("hsl",t),this},darken:function(e){var t=this.values.hsl;return t[2]-=t[2]*e,this.setValues("hsl",t),this},saturate:function(e){var t=this.values.hsl;return t[1]+=t[1]*e,this.setValues("hsl",t),this},desaturate:function(e){var t=this.values.hsl;return t[1]-=t[1]*e,this.setValues("hsl",t),this},whiten:function(e){var t=this.values.hwb;return t[1]+=t[1]*e,this.setValues("hwb",t),this},blacken:function(e){var t=this.values.hwb;return t[2]+=t[2]*e,this.setValues("hwb",t),this},greyscale:function(){var e=this.values.rgb,t=.3*e[0]+.59*e[1]+.11*e[2];return this.setValues("rgb",[t,t,t]),this},clearer:function(e){var t=this.values.alpha;return this.setValues("alpha",t-t*e),this},opaquer:function(e){var t=this.values.alpha;return this.setValues("alpha",t+t*e),this},rotate:function(e){var t=this.values.hsl,a=(t[0]+e)%360;return t[0]=a<0?360+a:a,this.setValues("hsl",t),this},mix:function(e,t){var a=this,n=e,r=void 0===t?.5:t,i=2*r-1,s=a.alpha()-n.alpha(),o=((i*s===-1?i:(i+s)/(1+i*s))+1)/2,d=1-o;return this.rgb(o*a.red()+d*n.red(),o*a.green()+d*n.green(),o*a.blue()+d*n.blue()).alpha(a.alpha()*r+n.alpha()*(1-r))},toJSON:function(){return this.rgb()},clone:function(){var e,t,a=new W,n=this.values,r=a.values;for(var i in n)n.hasOwnProperty(i)&&(e=n[i],t={}.toString.call(e),"[object Array]"===t?r[i]=e.slice(0):"[object Number]"===t?r[i]=e:console.error("unexpected color value:",e));return a}},W.prototype.spaces={rgb:["red","green","blue"],hsl:["hue","saturation","lightness"],hsv:["hue","saturation","value"],hwb:["hue","whiteness","blackness"],cmyk:["cyan","magenta","yellow","black"]},W.prototype.maxes={rgb:[255,255,255],hsl:[360,100,100],hsv:[360,100,100],hwb:[360,100,100],cmyk:[100,100,100,100]},W.prototype.getValues=function(e){for(var t=this.values,a={},n=0;n<e.length;n++)a[e.charAt(n)]=t[e][n];return 1!==t.alpha&&(a.a=t.alpha),a},W.prototype.setValues=function(e,t){var a,n,r=this.values,i=this.spaces,s=this.maxes,o=1;if(this.valid=!0,"alpha"===e)o=t;else if(t.length)r[e]=t.slice(0,e.length),o=t[e.length];else if(void 0!==t[e.charAt(0)]){for(a=0;a<e.length;a++)r[e][a]=t[e.charAt(a)];o=t.a}else if(void 0!==t[i[e][0]]){var d=i[e];for(a=0;a<e.length;a++)r[e][a]=t[d[a]];o=t.alpha}if(r.alpha=Math.max(0,Math.min(1,void 0===o?r.alpha:o)),"alpha"===e)return!1;for(a=0;a<e.length;a++)n=Math.max(0,Math.min(s[e][a],r[e][a])),r[e][a]=Math.round(n);for(var l in i)l!==e&&(r[l]=h[e][l](r[e]));return!0},W.prototype.setSpace=function(e,t){var a=t[0];return void 0===a?this.getValues(e):("number"===typeof a&&(a=Array.prototype.slice.call(t)),this.setValues(e,a),this)},W.prototype.setChannel=function(e,t,a){var n=this.values[e];return void 0===a?n[t]:(a===n[t]||(n[t]=a,this.setValues(e,n)),this)},"undefined"!==typeof window&&(window.Color=W);var C=W;function E(e){return-1===["__proto__","prototype","constructor"].indexOf(e)}var z={noop:function(){},uid:function(){var e=0;return function(){return e++}}(),isNullOrUndef:function(e){return null===e||"undefined"===typeof e},isArray:function(e){if(Array.isArray&&Array.isArray(e))return!0;var t=Object.prototype.toString.call(e);return"[object"===t.substr(0,7)&&"Array]"===t.substr(-6)},isObject:function(e){return null!==e&&"[object Object]"===Object.prototype.toString.call(e)},isFinite:function(e){return("number"===typeof e||e instanceof Number)&&isFinite(e)},valueOrDefault:function(e,t){return"undefined"===typeof e?t:e},valueAtIndexOrDefault:function(e,t,a){return z.valueOrDefault(z.isArray(e)?e[t]:e,a)},callback:function(e,t,a){if(e&&"function"===typeof e.call)return e.apply(a,t)},each:function(e,t,a,n){var r,i,s;if(z.isArray(e))if(i=e.length,n)for(r=i-1;r>=0;r--)t.call(a,e[r],r);else for(r=0;r<i;r++)t.call(a,e[r],r);else if(z.isObject(e))for(s=Object.keys(e),i=s.length,r=0;r<i;r++)t.call(a,e[s[r]],s[r])},arrayEquals:function(e,t){var a,n,r,i;if(!e||!t||e.length!==t.length)return!1;for(a=0,n=e.length;a<n;++a)if(r=e[a],i=t[a],r instanceof Array&&i instanceof Array){if(!z.arrayEquals(r,i))return!1}else if(r!==i)return!1;return!0},clone:function(e){if(z.isArray(e))return e.map(z.clone);if(z.isObject(e)){for(var t=Object.create(e),a=Object.keys(e),n=a.length,r=0;r<n;++r)t[a[r]]=z.clone(e[a[r]]);return t}return e},_merger:function(e,t,a,n){if(E(e)){var r=t[e],i=a[e];z.isObject(r)&&z.isObject(i)?z.merge(r,i,n):t[e]=z.clone(i)}},_mergerIf:function(e,t,a){if(E(e)){var n=t[e],r=a[e];z.isObject(n)&&z.isObject(r)?z.mergeIf(n,r):t.hasOwnProperty(e)||(t[e]=z.clone(r))}},merge:function(e,t,a){var n,r,i,s,o,d=z.isArray(t)?t:[t],l=d.length;if(!z.isObject(e))return e;for(a=a||{},n=a.merger||z._merger,r=0;r<l;++r)if(t=d[r],z.isObject(t))for(i=Object.keys(t),o=0,s=i.length;o<s;++o)n(i[o],e,t,a);return e},mergeIf:function(e,t){return z.merge(e,t,{merger:z._mergerIf})},extend:Object.assign||function(e){return z.merge(e,[].slice.call(arguments,1),{merger:function(e,t,a){t[e]=a[e]}})},inherits:function(e){var t=this,a=e&&e.hasOwnProperty("constructor")?e.constructor:function(){return t.apply(this,arguments)},n=function(){this.constructor=a};return n.prototype=t.prototype,a.prototype=new n,a.extend=z.inherits,e&&z.extend(a.prototype,e),a.__super__=t.prototype,a},_deprecated:function(e,t,a,n){void 0!==t&&console.warn(e+': "'+a+'" is deprecated. Please use "'+n+'" instead')}},I=z;z.callCallback=z.callback,z.indexOf=function(e,t,a){return Array.prototype.indexOf.call(e,t,a)},z.getValueOrDefault=z.valueOrDefault,z.getValueAtIndexOrDefault=z.valueAtIndexOrDefault;var N={linear:function(e){return e},easeInQuad:function(e){return e*e},easeOutQuad:function(e){return-e*(e-2)},easeInOutQuad:function(e){return(e/=.5)<1?.5*e*e:-.5*(--e*(e-2)-1)},easeInCubic:function(e){return e*e*e},easeOutCubic:function(e){return(e-=1)*e*e+1},easeInOutCubic:function(e){return(e/=.5)<1?.5*e*e*e:.5*((e-=2)*e*e+2)},easeInQuart:function(e){return e*e*e*e},easeOutQuart:function(e){return-((e-=1)*e*e*e-1)},easeInOutQuart:function(e){return(e/=.5)<1?.5*e*e*e*e:-.5*((e-=2)*e*e*e-2)},easeInQuint:function(e){return e*e*e*e*e},easeOutQuint:function(e){return(e-=1)*e*e*e*e+1},easeInOutQuint:function(e){return(e/=.5)<1?.5*e*e*e*e*e:.5*((e-=2)*e*e*e*e+2)},easeInSine:function(e){return 1-Math.cos(e*(Math.PI/2))},easeOutSine:function(e){return Math.sin(e*(Math.PI/2))},easeInOutSine:function(e){return-.5*(Math.cos(Math.PI*e)-1)},easeInExpo:function(e){return 0===e?0:Math.pow(2,10*(e-1))},easeOutExpo:function(e){return 1===e?1:1-Math.pow(2,-10*e)},easeInOutExpo:function(e){return 0===e?0:1===e?1:(e/=.5)<1?.5*Math.pow(2,10*(e-1)):.5*(2-Math.pow(2,-10*--e))},easeInCirc:function(e){return e>=1?e:-(Math.sqrt(1-e*e)-1)},easeOutCirc:function(e){return Math.sqrt(1-(e-=1)*e)},easeInOutCirc:function(e){return(e/=.5)<1?-.5*(Math.sqrt(1-e*e)-1):.5*(Math.sqrt(1-(e-=2)*e)+1)},easeInElastic:function(e){var t=1.70158,a=0,n=1;return 0===e?0:1===e?1:(a||(a=.3),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),-n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/a))},easeOutElastic:function(e){var t=1.70158,a=0,n=1;return 0===e?0:1===e?1:(a||(a=.3),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),n*Math.pow(2,-10*e)*Math.sin((e-t)*(2*Math.PI)/a)+1)},easeInOutElastic:function(e){var t=1.70158,a=0,n=1;return 0===e?0:2===(e/=.5)?1:(a||(a=.45),n<1?(n=1,t=a/4):t=a/(2*Math.PI)*Math.asin(1/n),e<1?n*Math.pow(2,10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/a)*-.5:n*Math.pow(2,-10*(e-=1))*Math.sin((e-t)*(2*Math.PI)/a)*.5+1)},easeInBack:function(e){var t=1.70158;return e*e*((t+1)*e-t)},easeOutBack:function(e){var t=1.70158;return(e-=1)*e*((t+1)*e+t)+1},easeInOutBack:function(e){var t=1.70158;return(e/=.5)<1?e*e*((1+(t*=1.525))*e-t)*.5:.5*((e-=2)*e*((1+(t*=1.525))*e+t)+2)},easeInBounce:function(e){return 1-N.easeOutBounce(1-e)},easeOutBounce:function(e){return e<1/2.75?7.5625*e*e:e<2/2.75?7.5625*(e-=1.5/2.75)*e+.75:e<2.5/2.75?7.5625*(e-=2.25/2.75)*e+.9375:7.5625*(e-=2.625/2.75)*e+.984375},easeInOutBounce:function(e){return e<.5?.5*N.easeInBounce(2*e):.5*N.easeOutBounce(2*e-1)+.5}},R={effects:N};I.easingEffects=N;var V=Math.PI,B=V/180,J=2*V,U=V/2,G=V/4,q=2*V/3,$={clear:function(e){e.ctx.clearRect(0,0,e.width,e.height)},roundedRect:function(e,t,a,n,r,i){if(i){var s=Math.min(i,r/2,n/2),o=t+s,d=a+s,l=t+n-s,u=a+r-s;e.moveTo(t,d),o<l&&d<u?(e.arc(o,d,s,-V,-U),e.arc(l,d,s,-U,0),e.arc(l,u,s,0,U),e.arc(o,u,s,U,V)):o<l?(e.moveTo(o,a),e.arc(l,d,s,-U,U),e.arc(o,d,s,U,V+U)):d<u?(e.arc(o,d,s,-V,0),e.arc(o,u,s,0,V)):e.arc(o,d,s,-V,V),e.closePath(),e.moveTo(t,a)}else e.rect(t,a,n,r)},drawPoint:function(e,t,a,n,r,i){var s,o,d,l,u,_=(i||0)*B;if(t&&"object"===typeof t&&(s=t.toString(),"[object HTMLImageElement]"===s||"[object HTMLCanvasElement]"===s))return e.save(),e.translate(n,r),e.rotate(_),e.drawImage(t,-t.width/2,-t.height/2,t.width,t.height),void e.restore();if(!(isNaN(a)||a<=0)){switch(e.beginPath(),t){default:e.arc(n,r,a,0,J),e.closePath();break;case"triangle":e.moveTo(n+Math.sin(_)*a,r-Math.cos(_)*a),_+=q,e.lineTo(n+Math.sin(_)*a,r-Math.cos(_)*a),_+=q,e.lineTo(n+Math.sin(_)*a,r-Math.cos(_)*a),e.closePath();break;case"rectRounded":u=.516*a,l=a-u,o=Math.cos(_+G)*l,d=Math.sin(_+G)*l,e.arc(n-o,r-d,u,_-V,_-U),e.arc(n+d,r-o,u,_-U,_),e.arc(n+o,r+d,u,_,_+U),e.arc(n-d,r+o,u,_+U,_+V),e.closePath();break;case"rect":if(!i){l=Math.SQRT1_2*a,e.rect(n-l,r-l,2*l,2*l);break}_+=G;case"rectRot":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+d,r-o),e.lineTo(n+o,r+d),e.lineTo(n-d,r+o),e.closePath();break;case"crossRot":_+=G;case"cross":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d),e.moveTo(n+d,r-o),e.lineTo(n-d,r+o);break;case"star":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d),e.moveTo(n+d,r-o),e.lineTo(n-d,r+o),_+=G,o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d),e.moveTo(n+d,r-o),e.lineTo(n-d,r+o);break;case"line":o=Math.cos(_)*a,d=Math.sin(_)*a,e.moveTo(n-o,r-d),e.lineTo(n+o,r+d);break;case"dash":e.moveTo(n,r),e.lineTo(n+Math.cos(_)*a,r+Math.sin(_)*a);break}e.fill(),e.stroke()}},_isPointInArea:function(e,t){var a=1e-6;return e.x>t.left-a&&e.x<t.right+a&&e.y>t.top-a&&e.y<t.bottom+a},clipArea:function(e,t){e.save(),e.beginPath(),e.rect(t.left,t.top,t.right-t.left,t.bottom-t.top),e.clip()},unclipArea:function(e){e.restore()},lineTo:function(e,t,a,n){var r=a.steppedLine;if(r){if("middle"===r){var i=(t.x+a.x)/2;e.lineTo(i,n?a.y:t.y),e.lineTo(i,n?t.y:a.y)}else"after"===r&&!n||"after"!==r&&n?e.lineTo(t.x,a.y):e.lineTo(a.x,t.y);e.lineTo(a.x,a.y)}else a.tension?e.bezierCurveTo(n?t.controlPointPreviousX:t.controlPointNextX,n?t.controlPointPreviousY:t.controlPointNextY,n?a.controlPointNextX:a.controlPointPreviousX,n?a.controlPointNextY:a.controlPointPreviousY,a.x,a.y):e.lineTo(a.x,a.y)}},K=$;I.clear=$.clear,I.drawRoundedRectangle=function(e){e.beginPath(),$.roundedRect.apply($,arguments)};var Z={_set:function(e,t){return I.merge(this[e]||(this[e]={}),t)}};Z._set("global",{defaultColor:"rgba(0,0,0,0.1)",defaultFontColor:"#666",defaultFontFamily:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",defaultFontSize:12,defaultFontStyle:"normal",defaultLineHeight:1.2,showLines:!0});var X=Z,Q=I.valueOrDefault;function ee(e){return!e||I.isNullOrUndef(e.size)||I.isNullOrUndef(e.family)?null:(e.style?e.style+" ":"")+(e.weight?e.weight+" ":"")+e.size+"px "+e.family}var te={toLineHeight:function(e,t){var a=(""+e).match(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/);if(!a||"normal"===a[1])return 1.2*t;switch(e=+a[2],a[3]){case"px":return e;case"%":e/=100;break}return t*e},toPadding:function(e){var t,a,n,r;return I.isObject(e)?(t=+e.top||0,a=+e.right||0,n=+e.bottom||0,r=+e.left||0):t=a=n=r=+e||0,{top:t,right:a,bottom:n,left:r,height:t+n,width:r+a}},_parseFont:function(e){var t=X.global,a=Q(e.fontSize,t.defaultFontSize),n={family:Q(e.fontFamily,t.defaultFontFamily),lineHeight:I.options.toLineHeight(Q(e.lineHeight,t.defaultLineHeight),a),size:a,style:Q(e.fontStyle,t.defaultFontStyle),weight:null,string:""};return n.string=ee(n),n},resolve:function(e,t,a,n){var r,i,s,o=!0;for(r=0,i=e.length;r<i;++r)if(s=e[r],void 0!==s&&(void 0!==t&&"function"===typeof s&&(s=s(t),o=!1),void 0!==a&&I.isArray(s)&&(s=s[a],o=!1),void 0!==s))return n&&!o&&(n.cacheable=!1),s}},ae={_factorize:function(e){var t,a=[],n=Math.sqrt(e);for(t=1;t<n;t++)e%t===0&&(a.push(t),a.push(e/t));return n===(0|n)&&a.push(n),a.sort((function(e,t){return e-t})).pop(),a},log10:Math.log10||function(e){var t=Math.log(e)*Math.LOG10E,a=Math.round(t),n=e===Math.pow(10,a);return n?a:t}},ne=ae;I.log10=ae.log10;var re=function(e,t){return{x:function(a){return e+e+t-a},setWidth:function(e){t=e},textAlign:function(e){return"center"===e?e:"right"===e?"left":"right"},xPlus:function(e,t){return e-t},leftForLtr:function(e,t){return e-t}}},ie=function(){return{x:function(e){return e},setWidth:function(e){},textAlign:function(e){return e},xPlus:function(e,t){return e+t},leftForLtr:function(e,t){return e}}},se=function(e,t,a){return e?re(t,a):ie()},oe=function(e,t){var a,n;"ltr"!==t&&"rtl"!==t||(a=e.canvas.style,n=[a.getPropertyValue("direction"),a.getPropertyPriority("direction")],a.setProperty("direction",t,"important"),e.prevTextDirection=n)},de=function(e){var t=e.prevTextDirection;void 0!==t&&(delete e.prevTextDirection,e.canvas.style.setProperty("direction",t[0],t[1]))},le={getRtlAdapter:se,overrideTextDirection:oe,restoreTextDirection:de},ue=I,_e=R,ce=K,me=te,he=ne,fe=le;function Me(e,t,a,n){var r,i,s,o,d,l,u,_,c,m=Object.keys(a);for(r=0,i=m.length;r<i;++r)if(s=m[r],l=a[s],t.hasOwnProperty(s)||(t[s]=l),o=t[s],o!==l&&"_"!==s[0]){if(e.hasOwnProperty(s)||(e[s]=o),d=e[s],u=typeof l,u===typeof d)if("string"===u){if(_=C(d),_.valid&&(c=C(l),c.valid)){t[s]=c.mix(_,n).rgbString();continue}}else if(ue.isFinite(d)&&ue.isFinite(l)){t[s]=d+(l-d)*n;continue}t[s]=l}}ue.easing=_e,ue.canvas=ce,ue.options=me,ue.math=he,ue.rtl=fe;var pe=function(e){ue.extend(this,e),this.initialize.apply(this,arguments)};ue.extend(pe.prototype,{_type:void 0,initialize:function(){this.hidden=!1},pivot:function(){var e=this;return e._view||(e._view=ue.extend({},e._model)),e._start={},e},transition:function(e){var t=this,a=t._model,n=t._start,r=t._view;return a&&1!==e?(r||(r=t._view={}),n||(n=t._start={}),Me(n,r,a,e),t):(t._view=ue.extend({},a),t._start=null,t)},tooltipPosition:function(){return{x:this._model.x,y:this._model.y}},hasValue:function(){return ue.isNumber(this._model.x)&&ue.isNumber(this._model.y)}}),pe.extend=ue.inherits;var ge=pe,ye=ge.extend({chart:null,currentStep:0,numSteps:60,easing:"",render:null,onAnimationProgress:null,onAnimationComplete:null}),Le=ye;Object.defineProperty(ye.prototype,"animationObject",{get:function(){return this}}),Object.defineProperty(ye.prototype,"chartInstance",{get:function(){return this.chart},set:function(e){this.chart=e}}),X._set("global",{animation:{duration:1e3,easing:"easeOutQuart",onProgress:ue.noop,onComplete:ue.noop}});var ve={animations:[],request:null,addAnimation:function(e,t,a,n){var r,i,s=this.animations;for(t.chart=e,t.startTime=Date.now(),t.duration=a,n||(e.animating=!0),r=0,i=s.length;r<i;++r)if(s[r].chart===e)return void(s[r]=t);s.push(t),1===s.length&&this.requestAnimationFrame()},cancelAnimation:function(e){var t=ue.findIndex(this.animations,(function(t){return t.chart===e}));-1!==t&&(this.animations.splice(t,1),e.animating=!1)},requestAnimationFrame:function(){var e=this;null===e.request&&(e.request=ue.requestAnimFrame.call(window,(function(){e.request=null,e.startDigest()})))},startDigest:function(){var e=this;e.advance(),e.animations.length>0&&e.requestAnimationFrame()},advance:function(){var e,t,a,n,r=this.animations,i=0;while(i<r.length)e=r[i],t=e.chart,a=e.numSteps,n=Math.floor((Date.now()-e.startTime)/e.duration*a)+1,e.currentStep=Math.min(n,a),ue.callback(e.render,[t,e],t),ue.callback(e.onAnimationProgress,[e],t),e.currentStep>=a?(ue.callback(e.onAnimationComplete,[e],t),t.animating=!1,r.splice(i,1)):++i}},Ye=ue.options.resolve,be=["push","pop","shift","splice","unshift"];function ke(e,t){e._chartjs?e._chartjs.listeners.push(t):(Object.defineProperty(e,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[t]}}),be.forEach((function(t){var a="onData"+t.charAt(0).toUpperCase()+t.slice(1),n=e[t];Object.defineProperty(e,t,{configurable:!0,enumerable:!1,value:function(){var t=Array.prototype.slice.call(arguments),r=n.apply(this,t);return ue.each(e._chartjs.listeners,(function(e){"function"===typeof e[a]&&e[a].apply(e,t)})),r}})})))}function De(e,t){var a=e._chartjs;if(a){var n=a.listeners,r=n.indexOf(t);-1!==r&&n.splice(r,1),n.length>0||(be.forEach((function(t){delete e[t]})),delete e._chartjs)}}var we=function(e,t){this.initialize(e,t)};ue.extend(we.prototype,{datasetElementType:null,dataElementType:null,_datasetElementOptions:["backgroundColor","borderCapStyle","borderColor","borderDash","borderDashOffset","borderJoinStyle","borderWidth"],_dataElementOptions:["backgroundColor","borderColor","borderWidth","pointStyle"],initialize:function(e,t){var a=this;a.chart=e,a.index=t,a.linkScales(),a.addElements(),a._type=a.getMeta().type},updateIndex:function(e){this.index=e},linkScales:function(){var e=this,t=e.getMeta(),a=e.chart,n=a.scales,r=e.getDataset(),i=a.options.scales;null!==t.xAxisID&&t.xAxisID in n&&!r.xAxisID||(t.xAxisID=r.xAxisID||i.xAxes[0].id),null!==t.yAxisID&&t.yAxisID in n&&!r.yAxisID||(t.yAxisID=r.yAxisID||i.yAxes[0].id)},getDataset:function(){return this.chart.data.datasets[this.index]},getMeta:function(){return this.chart.getDatasetMeta(this.index)},getScaleForId:function(e){return this.chart.scales[e]},_getValueScaleId:function(){return this.getMeta().yAxisID},_getIndexScaleId:function(){return this.getMeta().xAxisID},_getValueScale:function(){return this.getScaleForId(this._getValueScaleId())},_getIndexScale:function(){return this.getScaleForId(this._getIndexScaleId())},reset:function(){this._update(!0)},destroy:function(){this._data&&De(this._data,this)},createMetaDataset:function(){var e=this,t=e.datasetElementType;return t&&new t({_chart:e.chart,_datasetIndex:e.index})},createMetaData:function(e){var t=this,a=t.dataElementType;return a&&new a({_chart:t.chart,_datasetIndex:t.index,_index:e})},addElements:function(){var e,t,a=this,n=a.getMeta(),r=a.getDataset().data||[],i=n.data;for(e=0,t=r.length;e<t;++e)i[e]=i[e]||a.createMetaData(e);n.dataset=n.dataset||a.createMetaDataset()},addElementAndReset:function(e){var t=this.createMetaData(e);this.getMeta().data.splice(e,0,t),this.updateElement(t,e,!0)},buildOrUpdateElements:function(){var e=this,t=e.getDataset(),a=t.data||(t.data=[]);e._data!==a&&(e._data&&De(e._data,e),a&&Object.isExtensible(a)&&ke(a,e),e._data=a),e.resyncElements()},_configure:function(){var e=this;e._config=ue.merge(Object.create(null),[e.chart.options.datasets[e._type],e.getDataset()],{merger:function(e,t,a){"_meta"!==e&&"data"!==e&&ue._merger(e,t,a)}})},_update:function(e){var t=this;t._configure(),t._cachedDataOpts=null,t.update(e)},update:ue.noop,transition:function(e){for(var t=this.getMeta(),a=t.data||[],n=a.length,r=0;r<n;++r)a[r].transition(e);t.dataset&&t.dataset.transition(e)},draw:function(){var e=this.getMeta(),t=e.data||[],a=t.length,n=0;for(e.dataset&&e.dataset.draw();n<a;++n)t[n].draw()},getStyle:function(e){var t,a=this,n=a.getMeta(),r=n.dataset;return a._configure(),r&&void 0===e?t=a._resolveDatasetElementOptions(r||{}):(e=e||0,t=a._resolveDataElementOptions(n.data[e]||{},e)),!1!==t.fill&&null!==t.fill||(t.backgroundColor=t.borderColor),t},_resolveDatasetElementOptions:function(e,t){var a,n,r,i,s=this,o=s.chart,d=s._config,l=e.custom||{},u=o.options.elements[s.datasetElementType.prototype._type]||{},_=s._datasetElementOptions,c={},m={chart:o,dataset:s.getDataset(),datasetIndex:s.index,hover:t};for(a=0,n=_.length;a<n;++a)r=_[a],i=t?"hover"+r.charAt(0).toUpperCase()+r.slice(1):r,c[r]=Ye([l[i],d[i],u[i]],m);return c},_resolveDataElementOptions:function(e,t){var a=this,n=e&&e.custom,r=a._cachedDataOpts;if(r&&!n)return r;var i,s,o,d,l=a.chart,u=a._config,_=l.options.elements[a.dataElementType.prototype._type]||{},c=a._dataElementOptions,m={},h={chart:l,dataIndex:t,dataset:a.getDataset(),datasetIndex:a.index},f={cacheable:!n};if(n=n||{},ue.isArray(c))for(s=0,o=c.length;s<o;++s)d=c[s],m[d]=Ye([n[d],u[d],_[d]],h,t,f);else for(i=Object.keys(c),s=0,o=i.length;s<o;++s)d=i[s],m[d]=Ye([n[d],u[c[d]],u[d],_[d]],h,t,f);return f.cacheable&&(a._cachedDataOpts=Object.freeze(m)),m},removeHoverStyle:function(e){ue.merge(e._model,e.$previousStyle||{}),delete e.$previousStyle},setHoverStyle:function(e){var t=this.chart.data.datasets[e._datasetIndex],a=e._index,n=e.custom||{},r=e._model,i=ue.getHoverColor;e.$previousStyle={backgroundColor:r.backgroundColor,borderColor:r.borderColor,borderWidth:r.borderWidth},r.backgroundColor=Ye([n.hoverBackgroundColor,t.hoverBackgroundColor,i(r.backgroundColor)],void 0,a),r.borderColor=Ye([n.hoverBorderColor,t.hoverBorderColor,i(r.borderColor)],void 0,a),r.borderWidth=Ye([n.hoverBorderWidth,t.hoverBorderWidth,r.borderWidth],void 0,a)},_removeDatasetHoverStyle:function(){var e=this.getMeta().dataset;e&&this.removeHoverStyle(e)},_setDatasetHoverStyle:function(){var e,t,a,n,r,i,s=this.getMeta().dataset,o={};if(s){for(i=s._model,r=this._resolveDatasetElementOptions(s,!0),n=Object.keys(r),e=0,t=n.length;e<t;++e)a=n[e],o[a]=i[a],i[a]=r[a];s.$previousStyle=o}},resyncElements:function(){var e=this,t=e.getMeta(),a=e.getDataset().data,n=t.data.length,r=a.length;r<n?t.data.splice(r,n-r):r>n&&e.insertElements(n,r-n)},insertElements:function(e,t){for(var a=0;a<t;++a)this.addElementAndReset(e+a)},onDataPush:function(){var e=arguments.length;this.insertElements(this.getDataset().data.length-e,e)},onDataPop:function(){this.getMeta().data.pop()},onDataShift:function(){this.getMeta().data.shift()},onDataSplice:function(e,t){this.getMeta().data.splice(e,t),this.insertElements(e,arguments.length-2)},onDataUnshift:function(){this.insertElements(0,arguments.length)}}),we.extend=ue.inherits;var xe=we,Te=2*Math.PI;function Se(e,t){var a=t.startAngle,n=t.endAngle,r=t.pixelMargin,i=r/t.outerRadius,s=t.x,o=t.y;e.beginPath(),e.arc(s,o,t.outerRadius,a-i,n+i),t.innerRadius>r?(i=r/t.innerRadius,e.arc(s,o,t.innerRadius-r,n+i,a-i,!0)):e.arc(s,o,r,n+Math.PI/2,a-Math.PI/2),e.closePath(),e.clip()}function He(e,t,a,n){var r,i=a.endAngle;for(n&&(a.endAngle=a.startAngle+Te,Se(e,a),a.endAngle=i,a.endAngle===a.startAngle&&a.fullCircles&&(a.endAngle+=Te,a.fullCircles--)),e.beginPath(),e.arc(a.x,a.y,a.innerRadius,a.startAngle+Te,a.startAngle,!0),r=0;r<a.fullCircles;++r)e.stroke();for(e.beginPath(),e.arc(a.x,a.y,t.outerRadius,a.startAngle,a.startAngle+Te),r=0;r<a.fullCircles;++r)e.stroke()}function je(e,t,a){var n="inner"===t.borderAlign;n?(e.lineWidth=2*t.borderWidth,e.lineJoin="round"):(e.lineWidth=t.borderWidth,e.lineJoin="bevel"),a.fullCircles&&He(e,t,a,n),n&&Se(e,a),e.beginPath(),e.arc(a.x,a.y,t.outerRadius,a.startAngle,a.endAngle),e.arc(a.x,a.y,a.innerRadius,a.endAngle,a.startAngle,!0),e.closePath(),e.stroke()}X._set("global",{elements:{arc:{backgroundColor:X.global.defaultColor,borderColor:"#fff",borderWidth:2,borderAlign:"center"}}});var Pe=ge.extend({_type:"arc",inLabelRange:function(e){var t=this._view;return!!t&&Math.pow(e-t.x,2)<Math.pow(t.radius+t.hoverRadius,2)},inRange:function(e,t){var a=this._view;if(a){var n=ue.getAngleFromPoint(a,{x:e,y:t}),r=n.angle,i=n.distance,s=a.startAngle,o=a.endAngle;while(o<s)o+=Te;while(r>o)r-=Te;while(r<s)r+=Te;var d=r>=s&&r<=o,l=i>=a.innerRadius&&i<=a.outerRadius;return d&&l}return!1},getCenterPoint:function(){var e=this._view,t=(e.startAngle+e.endAngle)/2,a=(e.innerRadius+e.outerRadius)/2;return{x:e.x+Math.cos(t)*a,y:e.y+Math.sin(t)*a}},getArea:function(){var e=this._view;return Math.PI*((e.endAngle-e.startAngle)/(2*Math.PI))*(Math.pow(e.outerRadius,2)-Math.pow(e.innerRadius,2))},tooltipPosition:function(){var e=this._view,t=e.startAngle+(e.endAngle-e.startAngle)/2,a=(e.outerRadius-e.innerRadius)/2+e.innerRadius;return{x:e.x+Math.cos(t)*a,y:e.y+Math.sin(t)*a}},draw:function(){var e,t=this._chart.ctx,a=this._view,n="inner"===a.borderAlign?.33:0,r={x:a.x,y:a.y,innerRadius:a.innerRadius,outerRadius:Math.max(a.outerRadius-n,0),pixelMargin:n,startAngle:a.startAngle,endAngle:a.endAngle,fullCircles:Math.floor(a.circumference/Te)};if(t.save(),t.fillStyle=a.backgroundColor,t.strokeStyle=a.borderColor,r.fullCircles){for(r.endAngle=r.startAngle+Te,t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),e=0;e<r.fullCircles;++e)t.fill();r.endAngle=r.startAngle+a.circumference%Te}t.beginPath(),t.arc(r.x,r.y,r.outerRadius,r.startAngle,r.endAngle),t.arc(r.x,r.y,r.innerRadius,r.endAngle,r.startAngle,!0),t.closePath(),t.fill(),a.borderWidth&&je(t,a,r),t.restore()}}),Oe=ue.valueOrDefault,Ae=X.global.defaultColor;X._set("global",{elements:{line:{tension:.4,backgroundColor:Ae,borderWidth:3,borderColor:Ae,borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",capBezierPoints:!0,fill:!0}}});var Fe=ge.extend({_type:"line",draw:function(){var e,t,a,n=this,r=n._view,i=n._chart.ctx,s=r.spanGaps,o=n._children.slice(),d=X.global,l=d.elements.line,u=-1,_=n._loop;if(o.length){if(n._loop){for(e=0;e<o.length;++e)if(t=ue.previousItem(o,e),!o[e]._view.skip&&t._view.skip){o=o.slice(e).concat(o.slice(0,e)),_=s;break}_&&o.push(o[0])}for(i.save(),i.lineCap=r.borderCapStyle||l.borderCapStyle,i.setLineDash&&i.setLineDash(r.borderDash||l.borderDash),i.lineDashOffset=Oe(r.borderDashOffset,l.borderDashOffset),i.lineJoin=r.borderJoinStyle||l.borderJoinStyle,i.lineWidth=Oe(r.borderWidth,l.borderWidth),i.strokeStyle=r.borderColor||d.defaultColor,i.beginPath(),a=o[0]._view,a.skip||(i.moveTo(a.x,a.y),u=0),e=1;e<o.length;++e)a=o[e]._view,t=-1===u?ue.previousItem(o,e):o[u],a.skip||(u!==e-1&&!s||-1===u?i.moveTo(a.x,a.y):ue.canvas.lineTo(i,t._view,a),u=e);_&&i.closePath(),i.stroke(),i.restore()}}}),We=ue.valueOrDefault,Ce=X.global.defaultColor;function Ee(e){var t=this._view;return!!t&&Math.abs(e-t.x)<t.radius+t.hitRadius}function ze(e){var t=this._view;return!!t&&Math.abs(e-t.y)<t.radius+t.hitRadius}X._set("global",{elements:{point:{radius:3,pointStyle:"circle",backgroundColor:Ce,borderColor:Ce,borderWidth:1,hitRadius:1,hoverRadius:4,hoverBorderWidth:1}}});var Ie=ge.extend({_type:"point",inRange:function(e,t){var a=this._view;return!!a&&Math.pow(e-a.x,2)+Math.pow(t-a.y,2)<Math.pow(a.hitRadius+a.radius,2)},inLabelRange:Ee,inXRange:Ee,inYRange:ze,getCenterPoint:function(){var e=this._view;return{x:e.x,y:e.y}},getArea:function(){return Math.PI*Math.pow(this._view.radius,2)},tooltipPosition:function(){var e=this._view;return{x:e.x,y:e.y,padding:e.radius+e.borderWidth}},draw:function(e){var t=this._view,a=this._chart.ctx,n=t.pointStyle,r=t.rotation,i=t.radius,s=t.x,o=t.y,d=X.global,l=d.defaultColor;t.skip||(void 0===e||ue.canvas._isPointInArea(t,e))&&(a.strokeStyle=t.borderColor||l,a.lineWidth=We(t.borderWidth,d.elements.point.borderWidth),a.fillStyle=t.backgroundColor||l,ue.canvas.drawPoint(a,n,i,s,o,r))}}),Ne=X.global.defaultColor;function Re(e){return e&&void 0!==e.width}function Ve(e){var t,a,n,r,i;return Re(e)?(i=e.width/2,t=e.x-i,a=e.x+i,n=Math.min(e.y,e.base),r=Math.max(e.y,e.base)):(i=e.height/2,t=Math.min(e.x,e.base),a=Math.max(e.x,e.base),n=e.y-i,r=e.y+i),{left:t,top:n,right:a,bottom:r}}function Be(e,t,a){return e===t?a:e===a?t:e}function Je(e){var t=e.borderSkipped,a={};return t?(e.horizontal?e.base>e.x&&(t=Be(t,"left","right")):e.base<e.y&&(t=Be(t,"bottom","top")),a[t]=!0,a):a}function Ue(e,t,a){var n,r,i,s,o=e.borderWidth,d=Je(e);return ue.isObject(o)?(n=+o.top||0,r=+o.right||0,i=+o.bottom||0,s=+o.left||0):n=r=i=s=+o||0,{t:d.top||n<0?0:n>a?a:n,r:d.right||r<0?0:r>t?t:r,b:d.bottom||i<0?0:i>a?a:i,l:d.left||s<0?0:s>t?t:s}}function Ge(e){var t=Ve(e),a=t.right-t.left,n=t.bottom-t.top,r=Ue(e,a/2,n/2);return{outer:{x:t.left,y:t.top,w:a,h:n},inner:{x:t.left+r.l,y:t.top+r.t,w:a-r.l-r.r,h:n-r.t-r.b}}}function qe(e,t,a){var n=null===t,r=null===a,i=!(!e||n&&r)&&Ve(e);return i&&(n||t>=i.left&&t<=i.right)&&(r||a>=i.top&&a<=i.bottom)}X._set("global",{elements:{rectangle:{backgroundColor:Ne,borderColor:Ne,borderSkipped:"bottom",borderWidth:0}}});var $e=ge.extend({_type:"rectangle",draw:function(){var e=this._chart.ctx,t=this._view,a=Ge(t),n=a.outer,r=a.inner;e.fillStyle=t.backgroundColor,e.fillRect(n.x,n.y,n.w,n.h),n.w===r.w&&n.h===r.h||(e.save(),e.beginPath(),e.rect(n.x,n.y,n.w,n.h),e.clip(),e.fillStyle=t.borderColor,e.rect(r.x,r.y,r.w,r.h),e.fill("evenodd"),e.restore())},height:function(){var e=this._view;return e.base-e.y},inRange:function(e,t){return qe(this._view,e,t)},inLabelRange:function(e,t){var a=this._view;return Re(a)?qe(a,e,null):qe(a,null,t)},inXRange:function(e){return qe(this._view,e,null)},inYRange:function(e){return qe(this._view,null,e)},getCenterPoint:function(){var e,t,a=this._view;return Re(a)?(e=a.x,t=(a.y+a.base)/2):(e=(a.x+a.base)/2,t=a.y),{x:e,y:t}},getArea:function(){var e=this._view;return Re(e)?e.width*Math.abs(e.y-e.base):e.height*Math.abs(e.x-e.base)},tooltipPosition:function(){var e=this._view;return{x:e.x,y:e.y}}}),Ke={},Ze=Pe,Xe=Fe,Qe=Ie,et=$e;Ke.Arc=Ze,Ke.Line=Xe,Ke.Point=Qe,Ke.Rectangle=et;var tt=ue._deprecated,at=ue.valueOrDefault;function nt(e,t){var a,n,r,i,s=e._length;for(r=1,i=t.length;r<i;++r)s=Math.min(s,Math.abs(t[r]-t[r-1]));for(r=0,i=e.getTicks().length;r<i;++r)n=e.getPixelForTick(r),s=r>0?Math.min(s,Math.abs(n-a)):s,a=n;return s}function rt(e,t,a){var n,r,i=a.barThickness,s=t.stackCount,o=t.pixels[e],d=ue.isNullOrUndef(i)?nt(t.scale,t.pixels):-1;return ue.isNullOrUndef(i)?(n=d*a.categoryPercentage,r=a.barPercentage):(n=i*s,r=1),{chunk:n/s,ratio:r,start:o-n/2}}function it(e,t,a){var n,r,i=t.pixels,s=i[e],o=e>0?i[e-1]:null,d=e<i.length-1?i[e+1]:null,l=a.categoryPercentage;return null===o&&(o=s-(null===d?t.end-t.start:d-s)),null===d&&(d=s+s-o),n=s-(s-Math.min(o,d))/2*l,r=Math.abs(d-o)/2*l,{chunk:r/t.stackCount,ratio:a.barPercentage,start:n}}X._set("bar",{hover:{mode:"label"},scales:{xAxes:[{type:"category",offset:!0,gridLines:{offsetGridLines:!0}}],yAxes:[{type:"linear"}]}}),X._set("global",{datasets:{bar:{categoryPercentage:.8,barPercentage:.9}}});var st=xe.extend({dataElementType:Ke.Rectangle,_dataElementOptions:["backgroundColor","borderColor","borderSkipped","borderWidth","barPercentage","barThickness","categoryPercentage","maxBarThickness","minBarLength"],initialize:function(){var e,t,a=this;xe.prototype.initialize.apply(a,arguments),e=a.getMeta(),e.stack=a.getDataset().stack,e.bar=!0,t=a._getIndexScale().options,tt("bar chart",t.barPercentage,"scales.[x/y]Axes.barPercentage","dataset.barPercentage"),tt("bar chart",t.barThickness,"scales.[x/y]Axes.barThickness","dataset.barThickness"),tt("bar chart",t.categoryPercentage,"scales.[x/y]Axes.categoryPercentage","dataset.categoryPercentage"),tt("bar chart",a._getValueScale().options.minBarLength,"scales.[x/y]Axes.minBarLength","dataset.minBarLength"),tt("bar chart",t.maxBarThickness,"scales.[x/y]Axes.maxBarThickness","dataset.maxBarThickness")},update:function(e){var t,a,n=this,r=n.getMeta().data;for(n._ruler=n.getRuler(),t=0,a=r.length;t<a;++t)n.updateElement(r[t],t,e)},updateElement:function(e,t,a){var n=this,r=n.getMeta(),i=n.getDataset(),s=n._resolveDataElementOptions(e,t);e._xScale=n.getScaleForId(r.xAxisID),e._yScale=n.getScaleForId(r.yAxisID),e._datasetIndex=n.index,e._index=t,e._model={backgroundColor:s.backgroundColor,borderColor:s.borderColor,borderSkipped:s.borderSkipped,borderWidth:s.borderWidth,datasetLabel:i.label,label:n.chart.data.labels[t]},ue.isArray(i.data[t])&&(e._model.borderSkipped=null),n._updateElementGeometry(e,t,a,s),e.pivot()},_updateElementGeometry:function(e,t,a,n){var r=this,i=e._model,s=r._getValueScale(),o=s.getBasePixel(),d=s.isHorizontal(),l=r._ruler||r.getRuler(),u=r.calculateBarValuePixels(r.index,t,n),_=r.calculateBarIndexPixels(r.index,t,l,n);i.horizontal=d,i.base=a?o:u.base,i.x=d?a?o:u.head:_.center,i.y=d?_.center:a?o:u.head,i.height=d?_.size:void 0,i.width=d?void 0:_.size},_getStacks:function(e){var t,a,n=this,r=n._getIndexScale(),i=r._getMatchingVisibleMetas(n._type),s=r.options.stacked,o=i.length,d=[];for(t=0;t<o;++t)if(a=i[t],(!1===s||-1===d.indexOf(a.stack)||void 0===s&&void 0===a.stack)&&d.push(a.stack),a.index===e)break;return d},getStackCount:function(){return this._getStacks().length},getStackIndex:function(e,t){var a=this._getStacks(e),n=void 0!==t?a.indexOf(t):-1;return-1===n?a.length-1:n},getRuler:function(){var e,t,a=this,n=a._getIndexScale(),r=[];for(e=0,t=a.getMeta().data.length;e<t;++e)r.push(n.getPixelForValue(null,e,a.index));return{pixels:r,start:n._startPixel,end:n._endPixel,stackCount:a.getStackCount(),scale:n}},calculateBarValuePixels:function(e,t,a){var n,r,i,s,o,d,l,u=this,_=u.chart,c=u._getValueScale(),m=c.isHorizontal(),h=_.data.datasets,f=c._getMatchingVisibleMetas(u._type),M=c._parseValue(h[e].data[t]),p=a.minBarLength,g=c.options.stacked,y=u.getMeta().stack,L=void 0===M.start?0:M.max>=0&&M.min>=0?M.min:M.max,v=void 0===M.start?M.end:M.max>=0&&M.min>=0?M.max-M.min:M.min-M.max,Y=f.length;if(g||void 0===g&&void 0!==y)for(n=0;n<Y;++n){if(r=f[n],r.index===e)break;r.stack===y&&(l=c._parseValue(h[r.index].data[t]),i=void 0===l.start?l.end:l.min>=0&&l.max>=0?l.max:l.min,(M.min<0&&i<0||M.max>=0&&i>0)&&(L+=i))}return s=c.getPixelForValue(L),o=c.getPixelForValue(L+v),d=o-s,void 0!==p&&Math.abs(d)<p&&(d=p,o=v>=0&&!m||v<0&&m?s-p:s+p),{size:d,base:s,head:o,center:o+d/2}},calculateBarIndexPixels:function(e,t,a,n){var r=this,i="flex"===n.barThickness?it(t,a,n):rt(t,a,n),s=r.getStackIndex(e,r.getMeta().stack),o=i.start+i.chunk*s+i.chunk/2,d=Math.min(at(n.maxBarThickness,1/0),i.chunk*i.ratio);return{base:o-d/2,head:o+d/2,center:o,size:d}},draw:function(){var e=this,t=e.chart,a=e._getValueScale(),n=e.getMeta().data,r=e.getDataset(),i=n.length,s=0;for(ue.canvas.clipArea(t.ctx,t.chartArea);s<i;++s){var o=a._parseValue(r.data[s]);isNaN(o.min)||isNaN(o.max)||n[s].draw()}ue.canvas.unclipArea(t.ctx)},_resolveDataElementOptions:function(){var e=this,t=ue.extend({},xe.prototype._resolveDataElementOptions.apply(e,arguments)),a=e._getIndexScale().options,n=e._getValueScale().options;return t.barPercentage=at(a.barPercentage,t.barPercentage),t.barThickness=at(a.barThickness,t.barThickness),t.categoryPercentage=at(a.categoryPercentage,t.categoryPercentage),t.maxBarThickness=at(a.maxBarThickness,t.maxBarThickness),t.minBarLength=at(n.minBarLength,t.minBarLength),t}}),ot=ue.valueOrDefault,dt=ue.options.resolve;X._set("bubble",{hover:{mode:"single"},scales:{xAxes:[{type:"linear",position:"bottom",id:"x-axis-0"}],yAxes:[{type:"linear",position:"left",id:"y-axis-0"}]},tooltips:{callbacks:{title:function(){return""},label:function(e,t){var a=t.datasets[e.datasetIndex].label||"",n=t.datasets[e.datasetIndex].data[e.index];return a+": ("+e.xLabel+", "+e.yLabel+", "+n.r+")"}}}});var lt=xe.extend({dataElementType:Ke.Point,_dataElementOptions:["backgroundColor","borderColor","borderWidth","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth","hoverRadius","hitRadius","pointStyle","rotation"],update:function(e){var t=this,a=t.getMeta(),n=a.data;ue.each(n,(function(a,n){t.updateElement(a,n,e)}))},updateElement:function(e,t,a){var n=this,r=n.getMeta(),i=e.custom||{},s=n.getScaleForId(r.xAxisID),o=n.getScaleForId(r.yAxisID),d=n._resolveDataElementOptions(e,t),l=n.getDataset().data[t],u=n.index,_=a?s.getPixelForDecimal(.5):s.getPixelForValue("object"===typeof l?l:NaN,t,u),c=a?o.getBasePixel():o.getPixelForValue(l,t,u);e._xScale=s,e._yScale=o,e._options=d,e._datasetIndex=u,e._index=t,e._model={backgroundColor:d.backgroundColor,borderColor:d.borderColor,borderWidth:d.borderWidth,hitRadius:d.hitRadius,pointStyle:d.pointStyle,rotation:d.rotation,radius:a?0:d.radius,skip:i.skip||isNaN(_)||isNaN(c),x:_,y:c},e.pivot()},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=ot(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=ot(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=ot(a.hoverBorderWidth,a.borderWidth),t.radius=a.radius+a.hoverRadius},_resolveDataElementOptions:function(e,t){var a=this,n=a.chart,r=a.getDataset(),i=e.custom||{},s=r.data[t]||{},o=xe.prototype._resolveDataElementOptions.apply(a,arguments),d={chart:n,dataIndex:t,dataset:r,datasetIndex:a.index};return a._cachedDataOpts===o&&(o=ue.extend({},o)),o.radius=dt([i.radius,s.r,a._config.radius,n.options.elements.point.radius],d,t),o}}),ut=ue.valueOrDefault,_t=Math.PI,ct=2*_t,mt=_t/2;X._set("doughnut",{animation:{animateRotate:!0,animateScale:!1},hover:{mode:"single"},legendCallback:function(e){var t,a,n,r,i=document.createElement("ul"),s=e.data,o=s.datasets,d=s.labels;if(i.setAttribute("class",e.id+"-legend"),o.length)for(t=0,a=o[0].data.length;t<a;++t)n=i.appendChild(document.createElement("li")),r=n.appendChild(document.createElement("span")),r.style.backgroundColor=o[0].backgroundColor[t],d[t]&&n.appendChild(document.createTextNode(d[t]));return i.outerHTML},legend:{labels:{generateLabels:function(e){var t=e.data;return t.labels.length&&t.datasets.length?t.labels.map((function(a,n){var r=e.getDatasetMeta(0),i=r.controller.getStyle(n);return{text:a,fillStyle:i.backgroundColor,strokeStyle:i.borderColor,lineWidth:i.borderWidth,hidden:isNaN(t.datasets[0].data[n])||r.data[n].hidden,index:n}})):[]}},onClick:function(e,t){var a,n,r,i=t.index,s=this.chart;for(a=0,n=(s.data.datasets||[]).length;a<n;++a)r=s.getDatasetMeta(a),r.data[i]&&(r.data[i].hidden=!r.data[i].hidden);s.update()}},cutoutPercentage:50,rotation:-mt,circumference:ct,tooltips:{callbacks:{title:function(){return""},label:function(e,t){var a=t.labels[e.index],n=": "+t.datasets[e.datasetIndex].data[e.index];return ue.isArray(a)?(a=a.slice(),a[0]+=n):a+=n,a}}}});var ht=xe.extend({dataElementType:Ke.Arc,linkScales:ue.noop,_dataElementOptions:["backgroundColor","borderColor","borderWidth","borderAlign","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth"],getRingIndex:function(e){for(var t=0,a=0;a<e;++a)this.chart.isDatasetVisible(a)&&++t;return t},update:function(e){var t,a,n,r,i=this,s=i.chart,o=s.chartArea,d=s.options,l=1,u=1,_=0,c=0,m=i.getMeta(),h=m.data,f=d.cutoutPercentage/100||0,M=d.circumference,p=i._getRingWeight(i.index);if(M<ct){var g=d.rotation%ct;g+=g>=_t?-ct:g<-_t?ct:0;var y=g+M,L=Math.cos(g),v=Math.sin(g),Y=Math.cos(y),b=Math.sin(y),k=g<=0&&y>=0||y>=ct,D=g<=mt&&y>=mt||y>=ct+mt,w=g===-_t||y>=_t,x=g<=-mt&&y>=-mt||y>=_t+mt,T=w?-1:Math.min(L,L*f,Y,Y*f),S=x?-1:Math.min(v,v*f,b,b*f),H=k?1:Math.max(L,L*f,Y,Y*f),j=D?1:Math.max(v,v*f,b,b*f);l=(H-T)/2,u=(j-S)/2,_=-(H+T)/2,c=-(j+S)/2}for(n=0,r=h.length;n<r;++n)h[n]._options=i._resolveDataElementOptions(h[n],n);for(s.borderWidth=i.getMaxBorderWidth(),t=(o.right-o.left-s.borderWidth)/l,a=(o.bottom-o.top-s.borderWidth)/u,s.outerRadius=Math.max(Math.min(t,a)/2,0),s.innerRadius=Math.max(s.outerRadius*f,0),s.radiusLength=(s.outerRadius-s.innerRadius)/(i._getVisibleDatasetWeightTotal()||1),s.offsetX=_*s.outerRadius,s.offsetY=c*s.outerRadius,m.total=i.calculateTotal(),i.outerRadius=s.outerRadius-s.radiusLength*i._getRingWeightOffset(i.index),i.innerRadius=Math.max(i.outerRadius-s.radiusLength*p,0),n=0,r=h.length;n<r;++n)i.updateElement(h[n],n,e)},updateElement:function(e,t,a){var n=this,r=n.chart,i=r.chartArea,s=r.options,o=s.animation,d=(i.left+i.right)/2,l=(i.top+i.bottom)/2,u=s.rotation,_=s.rotation,c=n.getDataset(),m=a&&o.animateRotate||e.hidden?0:n.calculateCircumference(c.data[t])*(s.circumference/ct),h=a&&o.animateScale?0:n.innerRadius,f=a&&o.animateScale?0:n.outerRadius,M=e._options||{};ue.extend(e,{_datasetIndex:n.index,_index:t,_model:{backgroundColor:M.backgroundColor,borderColor:M.borderColor,borderWidth:M.borderWidth,borderAlign:M.borderAlign,x:d+r.offsetX,y:l+r.offsetY,startAngle:u,endAngle:_,circumference:m,outerRadius:f,innerRadius:h,label:ue.valueAtIndexOrDefault(c.label,t,r.data.labels[t])}});var p=e._model;a&&o.animateRotate||(p.startAngle=0===t?s.rotation:n.getMeta().data[t-1]._model.endAngle,p.endAngle=p.startAngle+p.circumference),e.pivot()},calculateTotal:function(){var e,t=this.getDataset(),a=this.getMeta(),n=0;return ue.each(a.data,(function(a,r){e=t.data[r],isNaN(e)||a.hidden||(n+=Math.abs(e))})),n},calculateCircumference:function(e){var t=this.getMeta().total;return t>0&&!isNaN(e)?ct*(Math.abs(e)/t):0},getMaxBorderWidth:function(e){var t,a,n,r,i,s,o,d,l=this,u=0,_=l.chart;if(!e)for(t=0,a=_.data.datasets.length;t<a;++t)if(_.isDatasetVisible(t)){n=_.getDatasetMeta(t),e=n.data,t!==l.index&&(i=n.controller);break}if(!e)return 0;for(t=0,a=e.length;t<a;++t)r=e[t],i?(i._configure(),s=i._resolveDataElementOptions(r,t)):s=r._options,"inner"!==s.borderAlign&&(o=s.borderWidth,d=s.hoverBorderWidth,u=o>u?o:u,u=d>u?d:u);return u},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth},t.backgroundColor=ut(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=ut(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=ut(a.hoverBorderWidth,a.borderWidth)},_getRingWeightOffset:function(e){for(var t=0,a=0;a<e;++a)this.chart.isDatasetVisible(a)&&(t+=this._getRingWeight(a));return t},_getRingWeight:function(e){return Math.max(ut(this.chart.data.datasets[e].weight,1),0)},_getVisibleDatasetWeightTotal:function(){return this._getRingWeightOffset(this.chart.data.datasets.length)}});X._set("horizontalBar",{hover:{mode:"index",axis:"y"},scales:{xAxes:[{type:"linear",position:"bottom"}],yAxes:[{type:"category",position:"left",offset:!0,gridLines:{offsetGridLines:!0}}]},elements:{rectangle:{borderSkipped:"left"}},tooltips:{mode:"index",axis:"y"}}),X._set("global",{datasets:{horizontalBar:{categoryPercentage:.8,barPercentage:.9}}});var ft=st.extend({_getValueScaleId:function(){return this.getMeta().xAxisID},_getIndexScaleId:function(){return this.getMeta().yAxisID}}),Mt=ue.valueOrDefault,pt=ue.options.resolve,gt=ue.canvas._isPointInArea;function yt(e,t){var a=e&&e.options.ticks||{},n=a.reverse,r=void 0===a.min?t:0,i=void 0===a.max?t:0;return{start:n?i:r,end:n?r:i}}function Lt(e,t,a){var n=a/2,r=yt(e,n),i=yt(t,n);return{top:i.end,right:r.end,bottom:i.start,left:r.start}}function vt(e){var t,a,n,r;return ue.isObject(e)?(t=e.top,a=e.right,n=e.bottom,r=e.left):t=a=n=r=e,{top:t,right:a,bottom:n,left:r}}X._set("line",{showLines:!0,spanGaps:!1,hover:{mode:"label"},scales:{xAxes:[{type:"category",id:"x-axis-0"}],yAxes:[{type:"linear",id:"y-axis-0"}]}});var Yt=xe.extend({datasetElementType:Ke.Line,dataElementType:Ke.Point,_datasetElementOptions:["backgroundColor","borderCapStyle","borderColor","borderDash","borderDashOffset","borderJoinStyle","borderWidth","cubicInterpolationMode","fill"],_dataElementOptions:{backgroundColor:"pointBackgroundColor",borderColor:"pointBorderColor",borderWidth:"pointBorderWidth",hitRadius:"pointHitRadius",hoverBackgroundColor:"pointHoverBackgroundColor",hoverBorderColor:"pointHoverBorderColor",hoverBorderWidth:"pointHoverBorderWidth",hoverRadius:"pointHoverRadius",pointStyle:"pointStyle",radius:"pointRadius",rotation:"pointRotation"},update:function(e){var t,a,n=this,r=n.getMeta(),i=r.dataset,s=r.data||[],o=n.chart.options,d=n._config,l=n._showLine=Mt(d.showLine,o.showLines);for(n._xScale=n.getScaleForId(r.xAxisID),n._yScale=n.getScaleForId(r.yAxisID),l&&(void 0!==d.tension&&void 0===d.lineTension&&(d.lineTension=d.tension),i._scale=n._yScale,i._datasetIndex=n.index,i._children=s,i._model=n._resolveDatasetElementOptions(i),i.pivot()),t=0,a=s.length;t<a;++t)n.updateElement(s[t],t,e);for(l&&0!==i._model.tension&&n.updateBezierControlPoints(),t=0,a=s.length;t<a;++t)s[t].pivot()},updateElement:function(e,t,a){var n,r,i=this,s=i.getMeta(),o=e.custom||{},d=i.getDataset(),l=i.index,u=d.data[t],_=i._xScale,c=i._yScale,m=s.dataset._model,h=i._resolveDataElementOptions(e,t);n=_.getPixelForValue("object"===typeof u?u:NaN,t,l),r=a?c.getBasePixel():i.calculatePointY(u,t,l),e._xScale=_,e._yScale=c,e._options=h,e._datasetIndex=l,e._index=t,e._model={x:n,y:r,skip:o.skip||isNaN(n)||isNaN(r),radius:h.radius,pointStyle:h.pointStyle,rotation:h.rotation,backgroundColor:h.backgroundColor,borderColor:h.borderColor,borderWidth:h.borderWidth,tension:Mt(o.tension,m?m.tension:0),steppedLine:!!m&&m.steppedLine,hitRadius:h.hitRadius}},_resolveDatasetElementOptions:function(e){var t=this,a=t._config,n=e.custom||{},r=t.chart.options,i=r.elements.line,s=xe.prototype._resolveDatasetElementOptions.apply(t,arguments);return s.spanGaps=Mt(a.spanGaps,r.spanGaps),s.tension=Mt(a.lineTension,i.tension),s.steppedLine=pt([n.steppedLine,a.steppedLine,i.stepped]),s.clip=vt(Mt(a.clip,Lt(t._xScale,t._yScale,s.borderWidth))),s},calculatePointY:function(e,t,a){var n,r,i,s,o,d,l,u=this,_=u.chart,c=u._yScale,m=0,h=0;if(c.options.stacked){for(o=+c.getRightValue(e),d=_._getSortedVisibleDatasetMetas(),l=d.length,n=0;n<l;++n){if(i=d[n],i.index===a)break;r=_.data.datasets[i.index],"line"===i.type&&i.yAxisID===c.id&&(s=+c.getRightValue(r.data[t]),s<0?h+=s||0:m+=s||0)}return o<0?c.getPixelForValue(h+o):c.getPixelForValue(m+o)}return c.getPixelForValue(e)},updateBezierControlPoints:function(){var e,t,a,n,r=this,i=r.chart,s=r.getMeta(),o=s.dataset._model,d=i.chartArea,l=s.data||[];function u(e,t,a){return Math.max(Math.min(e,a),t)}if(o.spanGaps&&(l=l.filter((function(e){return!e._model.skip}))),"monotone"===o.cubicInterpolationMode)ue.splineCurveMonotone(l);else for(e=0,t=l.length;e<t;++e)a=l[e]._model,n=ue.splineCurve(ue.previousItem(l,e)._model,a,ue.nextItem(l,e)._model,o.tension),a.controlPointPreviousX=n.previous.x,a.controlPointPreviousY=n.previous.y,a.controlPointNextX=n.next.x,a.controlPointNextY=n.next.y;if(i.options.elements.line.capBezierPoints)for(e=0,t=l.length;e<t;++e)a=l[e]._model,gt(a,d)&&(e>0&&gt(l[e-1]._model,d)&&(a.controlPointPreviousX=u(a.controlPointPreviousX,d.left,d.right),a.controlPointPreviousY=u(a.controlPointPreviousY,d.top,d.bottom)),e<l.length-1&&gt(l[e+1]._model,d)&&(a.controlPointNextX=u(a.controlPointNextX,d.left,d.right),a.controlPointNextY=u(a.controlPointNextY,d.top,d.bottom)))},draw:function(){var e,t=this,a=t.chart,n=t.getMeta(),r=n.data||[],i=a.chartArea,s=a.canvas,o=0,d=r.length;for(t._showLine&&(e=n.dataset._model.clip,ue.canvas.clipArea(a.ctx,{left:!1===e.left?0:i.left-e.left,right:!1===e.right?s.width:i.right+e.right,top:!1===e.top?0:i.top-e.top,bottom:!1===e.bottom?s.height:i.bottom+e.bottom}),n.dataset.draw(),ue.canvas.unclipArea(a.ctx));o<d;++o)r[o].draw(i)},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=Mt(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=Mt(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=Mt(a.hoverBorderWidth,a.borderWidth),t.radius=Mt(a.hoverRadius,a.radius)}}),bt=ue.options.resolve;X._set("polarArea",{scale:{type:"radialLinear",angleLines:{display:!1},gridLines:{circular:!0},pointLabels:{display:!1},ticks:{beginAtZero:!0}},animation:{animateRotate:!0,animateScale:!0},startAngle:-.5*Math.PI,legendCallback:function(e){var t,a,n,r,i=document.createElement("ul"),s=e.data,o=s.datasets,d=s.labels;if(i.setAttribute("class",e.id+"-legend"),o.length)for(t=0,a=o[0].data.length;t<a;++t)n=i.appendChild(document.createElement("li")),r=n.appendChild(document.createElement("span")),r.style.backgroundColor=o[0].backgroundColor[t],d[t]&&n.appendChild(document.createTextNode(d[t]));return i.outerHTML},legend:{labels:{generateLabels:function(e){var t=e.data;return t.labels.length&&t.datasets.length?t.labels.map((function(a,n){var r=e.getDatasetMeta(0),i=r.controller.getStyle(n);return{text:a,fillStyle:i.backgroundColor,strokeStyle:i.borderColor,lineWidth:i.borderWidth,hidden:isNaN(t.datasets[0].data[n])||r.data[n].hidden,index:n}})):[]}},onClick:function(e,t){var a,n,r,i=t.index,s=this.chart;for(a=0,n=(s.data.datasets||[]).length;a<n;++a)r=s.getDatasetMeta(a),r.data[i].hidden=!r.data[i].hidden;s.update()}},tooltips:{callbacks:{title:function(){return""},label:function(e,t){return t.labels[e.index]+": "+e.yLabel}}}});var kt=xe.extend({dataElementType:Ke.Arc,linkScales:ue.noop,_dataElementOptions:["backgroundColor","borderColor","borderWidth","borderAlign","hoverBackgroundColor","hoverBorderColor","hoverBorderWidth"],_getIndexScaleId:function(){return this.chart.scale.id},_getValueScaleId:function(){return this.chart.scale.id},update:function(e){var t,a,n,r=this,i=r.getDataset(),s=r.getMeta(),o=r.chart.options.startAngle||0,d=r._starts=[],l=r._angles=[],u=s.data;for(r._updateRadius(),s.count=r.countVisibleElements(),t=0,a=i.data.length;t<a;t++)d[t]=o,n=r._computeAngle(t),l[t]=n,o+=n;for(t=0,a=u.length;t<a;++t)u[t]._options=r._resolveDataElementOptions(u[t],t),r.updateElement(u[t],t,e)},_updateRadius:function(){var e=this,t=e.chart,a=t.chartArea,n=t.options,r=Math.min(a.right-a.left,a.bottom-a.top);t.outerRadius=Math.max(r/2,0),t.innerRadius=Math.max(n.cutoutPercentage?t.outerRadius/100*n.cutoutPercentage:1,0),t.radiusLength=(t.outerRadius-t.innerRadius)/t.getVisibleDatasetCount(),e.outerRadius=t.outerRadius-t.radiusLength*e.index,e.innerRadius=e.outerRadius-t.radiusLength},updateElement:function(e,t,a){var n=this,r=n.chart,i=n.getDataset(),s=r.options,o=s.animation,d=r.scale,l=r.data.labels,u=d.xCenter,_=d.yCenter,c=s.startAngle,m=e.hidden?0:d.getDistanceFromCenterForValue(i.data[t]),h=n._starts[t],f=h+(e.hidden?0:n._angles[t]),M=o.animateScale?0:d.getDistanceFromCenterForValue(i.data[t]),p=e._options||{};ue.extend(e,{_datasetIndex:n.index,_index:t,_scale:d,_model:{backgroundColor:p.backgroundColor,borderColor:p.borderColor,borderWidth:p.borderWidth,borderAlign:p.borderAlign,x:u,y:_,innerRadius:0,outerRadius:a?M:m,startAngle:a&&o.animateRotate?c:h,endAngle:a&&o.animateRotate?c:f,label:ue.valueAtIndexOrDefault(l,t,l[t])}}),e.pivot()},countVisibleElements:function(){var e=this.getDataset(),t=this.getMeta(),a=0;return ue.each(t.data,(function(t,n){isNaN(e.data[n])||t.hidden||a++})),a},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor,r=ue.valueOrDefault;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth},t.backgroundColor=r(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=r(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=r(a.hoverBorderWidth,a.borderWidth)},_computeAngle:function(e){var t=this,a=this.getMeta().count,n=t.getDataset(),r=t.getMeta();if(isNaN(n.data[e])||r.data[e].hidden)return 0;var i={chart:t.chart,dataIndex:e,dataset:n,datasetIndex:t.index};return bt([t.chart.options.elements.arc.angle,2*Math.PI/a],i,e)}});X._set("pie",ue.clone(X.doughnut)),X._set("pie",{cutoutPercentage:0});var Dt=ht,wt=ue.valueOrDefault;X._set("radar",{spanGaps:!1,scale:{type:"radialLinear"},elements:{line:{fill:"start",tension:0}}});var xt=xe.extend({datasetElementType:Ke.Line,dataElementType:Ke.Point,linkScales:ue.noop,_datasetElementOptions:["backgroundColor","borderWidth","borderColor","borderCapStyle","borderDash","borderDashOffset","borderJoinStyle","fill"],_dataElementOptions:{backgroundColor:"pointBackgroundColor",borderColor:"pointBorderColor",borderWidth:"pointBorderWidth",hitRadius:"pointHitRadius",hoverBackgroundColor:"pointHoverBackgroundColor",hoverBorderColor:"pointHoverBorderColor",hoverBorderWidth:"pointHoverBorderWidth",hoverRadius:"pointHoverRadius",pointStyle:"pointStyle",radius:"pointRadius",rotation:"pointRotation"},_getIndexScaleId:function(){return this.chart.scale.id},_getValueScaleId:function(){return this.chart.scale.id},update:function(e){var t,a,n=this,r=n.getMeta(),i=r.dataset,s=r.data||[],o=n.chart.scale,d=n._config;for(void 0!==d.tension&&void 0===d.lineTension&&(d.lineTension=d.tension),i._scale=o,i._datasetIndex=n.index,i._children=s,i._loop=!0,i._model=n._resolveDatasetElementOptions(i),i.pivot(),t=0,a=s.length;t<a;++t)n.updateElement(s[t],t,e);for(n.updateBezierControlPoints(),t=0,a=s.length;t<a;++t)s[t].pivot()},updateElement:function(e,t,a){var n=this,r=e.custom||{},i=n.getDataset(),s=n.chart.scale,o=s.getPointPositionForValue(t,i.data[t]),d=n._resolveDataElementOptions(e,t),l=n.getMeta().dataset._model,u=a?s.xCenter:o.x,_=a?s.yCenter:o.y;e._scale=s,e._options=d,e._datasetIndex=n.index,e._index=t,e._model={x:u,y:_,skip:r.skip||isNaN(u)||isNaN(_),radius:d.radius,pointStyle:d.pointStyle,rotation:d.rotation,backgroundColor:d.backgroundColor,borderColor:d.borderColor,borderWidth:d.borderWidth,tension:wt(r.tension,l?l.tension:0),hitRadius:d.hitRadius}},_resolveDatasetElementOptions:function(){var e=this,t=e._config,a=e.chart.options,n=xe.prototype._resolveDatasetElementOptions.apply(e,arguments);return n.spanGaps=wt(t.spanGaps,a.spanGaps),n.tension=wt(t.lineTension,a.elements.line.tension),n},updateBezierControlPoints:function(){var e,t,a,n,r=this,i=r.getMeta(),s=r.chart.chartArea,o=i.data||[];function d(e,t,a){return Math.max(Math.min(e,a),t)}for(i.dataset._model.spanGaps&&(o=o.filter((function(e){return!e._model.skip}))),e=0,t=o.length;e<t;++e)a=o[e]._model,n=ue.splineCurve(ue.previousItem(o,e,!0)._model,a,ue.nextItem(o,e,!0)._model,a.tension),a.controlPointPreviousX=d(n.previous.x,s.left,s.right),a.controlPointPreviousY=d(n.previous.y,s.top,s.bottom),a.controlPointNextX=d(n.next.x,s.left,s.right),a.controlPointNextY=d(n.next.y,s.top,s.bottom)},setHoverStyle:function(e){var t=e._model,a=e._options,n=ue.getHoverColor;e.$previousStyle={backgroundColor:t.backgroundColor,borderColor:t.borderColor,borderWidth:t.borderWidth,radius:t.radius},t.backgroundColor=wt(a.hoverBackgroundColor,n(a.backgroundColor)),t.borderColor=wt(a.hoverBorderColor,n(a.borderColor)),t.borderWidth=wt(a.hoverBorderWidth,a.borderWidth),t.radius=wt(a.hoverRadius,a.radius)}});X._set("scatter",{hover:{mode:"single"},scales:{xAxes:[{id:"x-axis-1",type:"linear",position:"bottom"}],yAxes:[{id:"y-axis-1",type:"linear",position:"left"}]},tooltips:{callbacks:{title:function(){return""},label:function(e){return"("+e.xLabel+", "+e.yLabel+")"}}}}),X._set("global",{datasets:{scatter:{showLine:!1}}});var Tt=Yt,St={bar:st,bubble:lt,doughnut:ht,horizontalBar:ft,line:Yt,polarArea:kt,pie:Dt,radar:xt,scatter:Tt};function Ht(e,t){return e.native?{x:e.x,y:e.y}:ue.getRelativePosition(e,t)}function jt(e,t){var a,n,r,i,s,o,d=e._getSortedVisibleDatasetMetas();for(n=0,i=d.length;n<i;++n)for(a=d[n].data,r=0,s=a.length;r<s;++r)o=a[r],o._view.skip||t(o)}function Pt(e,t){var a=[];return jt(e,(function(e){e.inRange(t.x,t.y)&&a.push(e)})),a}function Ot(e,t,a,n){var r=Number.POSITIVE_INFINITY,i=[];return jt(e,(function(e){if(!a||e.inRange(t.x,t.y)){var s=e.getCenterPoint(),o=n(t,s);o<r?(i=[e],r=o):o===r&&i.push(e)}})),i}function At(e){var t=-1!==e.indexOf("x"),a=-1!==e.indexOf("y");return function(e,n){var r=t?Math.abs(e.x-n.x):0,i=a?Math.abs(e.y-n.y):0;return Math.sqrt(Math.pow(r,2)+Math.pow(i,2))}}function Ft(e,t,a){var n=Ht(t,e);a.axis=a.axis||"x";var r=At(a.axis),i=a.intersect?Pt(e,n):Ot(e,n,!1,r),s=[];return i.length?(e._getSortedVisibleDatasetMetas().forEach((function(e){var t=e.data[i[0]._index];t&&!t._view.skip&&s.push(t)})),s):[]}var Wt={modes:{single:function(e,t){var a=Ht(t,e),n=[];return jt(e,(function(e){if(e.inRange(a.x,a.y))return n.push(e),n})),n.slice(0,1)},label:Ft,index:Ft,dataset:function(e,t,a){var n=Ht(t,e);a.axis=a.axis||"xy";var r=At(a.axis),i=a.intersect?Pt(e,n):Ot(e,n,!1,r);return i.length>0&&(i=e.getDatasetMeta(i[0]._datasetIndex).data),i},"x-axis":function(e,t){return Ft(e,t,{intersect:!1})},point:function(e,t){var a=Ht(t,e);return Pt(e,a)},nearest:function(e,t,a){var n=Ht(t,e);a.axis=a.axis||"xy";var r=At(a.axis);return Ot(e,n,a.intersect,r)},x:function(e,t,a){var n=Ht(t,e),r=[],i=!1;return jt(e,(function(e){e.inXRange(n.x)&&r.push(e),e.inRange(n.x,n.y)&&(i=!0)})),a.intersect&&!i&&(r=[]),r},y:function(e,t,a){var n=Ht(t,e),r=[],i=!1;return jt(e,(function(e){e.inYRange(n.y)&&r.push(e),e.inRange(n.x,n.y)&&(i=!0)})),a.intersect&&!i&&(r=[]),r}}},Ct=ue.extend;function Et(e,t){return ue.where(e,(function(e){return e.pos===t}))}function zt(e,t){return e.sort((function(e,a){var n=t?a:e,r=t?e:a;return n.weight===r.weight?n.index-r.index:n.weight-r.weight}))}function It(e){var t,a,n,r=[];for(t=0,a=(e||[]).length;t<a;++t)n=e[t],r.push({index:t,box:n,pos:n.position,horizontal:n.isHorizontal(),weight:n.weight});return r}function Nt(e,t){var a,n,r;for(a=0,n=e.length;a<n;++a)r=e[a],r.width=r.horizontal?r.box.fullWidth&&t.availableWidth:t.vBoxMaxWidth,r.height=r.horizontal&&t.hBoxMaxHeight}function Rt(e){var t=It(e),a=zt(Et(t,"left"),!0),n=zt(Et(t,"right")),r=zt(Et(t,"top"),!0),i=zt(Et(t,"bottom"));return{leftAndTop:a.concat(r),rightAndBottom:n.concat(i),chartArea:Et(t,"chartArea"),vertical:a.concat(n),horizontal:r.concat(i)}}function Vt(e,t,a,n){return Math.max(e[a],t[a])+Math.max(e[n],t[n])}function Bt(e,t,a){var n,r,i=a.box,s=e.maxPadding;if(a.size&&(e[a.pos]-=a.size),a.size=a.horizontal?i.height:i.width,e[a.pos]+=a.size,i.getPadding){var o=i.getPadding();s.top=Math.max(s.top,o.top),s.left=Math.max(s.left,o.left),s.bottom=Math.max(s.bottom,o.bottom),s.right=Math.max(s.right,o.right)}if(n=t.outerWidth-Vt(s,e,"left","right"),r=t.outerHeight-Vt(s,e,"top","bottom"),n!==e.w||r!==e.h){e.w=n,e.h=r;var d=a.horizontal?[n,e.w]:[r,e.h];return d[0]!==d[1]&&(!isNaN(d[0])||!isNaN(d[1]))}}function Jt(e){var t=e.maxPadding;function a(a){var n=Math.max(t[a]-e[a],0);return e[a]+=n,n}e.y+=a("top"),e.x+=a("left"),a("right"),a("bottom")}function Ut(e,t){var a=t.maxPadding;function n(e){var n={left:0,top:0,right:0,bottom:0};return e.forEach((function(e){n[e]=Math.max(t[e],a[e])})),n}return n(e?["left","right"]:["top","bottom"])}function Gt(e,t,a){var n,r,i,s,o,d,l=[];for(n=0,r=e.length;n<r;++n)i=e[n],s=i.box,s.update(i.width||t.w,i.height||t.h,Ut(i.horizontal,t)),Bt(t,a,i)&&(d=!0,l.length&&(o=!0)),s.fullWidth||l.push(i);return o&&Gt(l,t,a)||d}function qt(e,t,a){var n,r,i,s,o=a.padding,d=t.x,l=t.y;for(n=0,r=e.length;n<r;++n)i=e[n],s=i.box,i.horizontal?(s.left=s.fullWidth?o.left:t.left,s.right=s.fullWidth?a.outerWidth-o.right:t.left+t.w,s.top=l,s.bottom=l+s.height,s.width=s.right-s.left,l=s.bottom):(s.left=d,s.right=d+s.width,s.top=t.top,s.bottom=t.top+t.h,s.height=s.bottom-s.top,d=s.right);t.x=d,t.y=l}X._set("global",{layout:{padding:{top:0,right:0,bottom:0,left:0}}});var $t={defaults:{},addBox:function(e,t){e.boxes||(e.boxes=[]),t.fullWidth=t.fullWidth||!1,t.position=t.position||"top",t.weight=t.weight||0,t._layers=t._layers||function(){return[{z:0,draw:function(){t.draw.apply(t,arguments)}}]},e.boxes.push(t)},removeBox:function(e,t){var a=e.boxes?e.boxes.indexOf(t):-1;-1!==a&&e.boxes.splice(a,1)},configure:function(e,t,a){for(var n,r=["fullWidth","position","weight"],i=r.length,s=0;s<i;++s)n=r[s],a.hasOwnProperty(n)&&(t[n]=a[n])},update:function(e,t,a){if(e){var n=e.options.layout||{},r=ue.options.toPadding(n.padding),i=t-r.width,s=a-r.height,o=Rt(e.boxes),d=o.vertical,l=o.horizontal,u=Object.freeze({outerWidth:t,outerHeight:a,padding:r,availableWidth:i,vBoxMaxWidth:i/2/d.length,hBoxMaxHeight:s/2}),_=Ct({maxPadding:Ct({},r),w:i,h:s,x:r.left,y:r.top},r);Nt(d.concat(l),u),Gt(d,_,u),Gt(l,_,u)&&Gt(d,_,u),Jt(_),qt(o.leftAndTop,_,u),_.x+=_.w,_.y+=_.h,qt(o.rightAndBottom,_,u),e.chartArea={left:_.left,top:_.top,right:_.left+_.w,bottom:_.top+_.h},ue.each(o.chartArea,(function(t){var a=t.box;Ct(a,e.chartArea),a.update(_.w,_.h)}))}}},Kt={acquireContext:function(e){return e&&e.canvas&&(e=e.canvas),e&&e.getContext("2d")||null}},Zt="/*\r\n * DOM element rendering detection\r\n * https://davidwalsh.name/detect-node-insertion\r\n */\r\n@keyframes chartjs-render-animation {\r\n\tfrom { opacity: 0.99; }\r\n\tto { opacity: 1; }\r\n}\r\n\r\n.chartjs-render-monitor {\r\n\tanimation: chartjs-render-animation 0.001s;\r\n}\r\n\r\n/*\r\n * DOM element resizing detection\r\n * https://github.com/marcj/css-element-queries\r\n */\r\n.chartjs-size-monitor,\r\n.chartjs-size-monitor-expand,\r\n.chartjs-size-monitor-shrink {\r\n\tposition: absolute;\r\n\tdirection: ltr;\r\n\tleft: 0;\r\n\ttop: 0;\r\n\tright: 0;\r\n\tbottom: 0;\r\n\toverflow: hidden;\r\n\tpointer-events: none;\r\n\tvisibility: hidden;\r\n\tz-index: -1;\r\n}\r\n\r\n.chartjs-size-monitor-expand > div {\r\n\tposition: absolute;\r\n\twidth: 1000000px;\r\n\theight: 1000000px;\r\n\tleft: 0;\r\n\ttop: 0;\r\n}\r\n\r\n.chartjs-size-monitor-shrink > div {\r\n\tposition: absolute;\r\n\twidth: 200%;\r\n\theight: 200%;\r\n\tleft: 0;\r\n\ttop: 0;\r\n}\r\n",Xt=Object.freeze({__proto__:null,default:Zt}),Qt=a(Xt),ea="$chartjs",ta="chartjs-",aa=ta+"size-monitor",na=ta+"render-monitor",ra=ta+"render-animation",ia=["animationstart","webkitAnimationStart"],sa={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"};function oa(e,t){var a=ue.getStyle(e,t),n=a&&a.match(/^(\d+)(\.\d+)?px$/);return n?Number(n[1]):void 0}function da(e,t){var a=e.style,n=e.getAttribute("height"),r=e.getAttribute("width");if(e[ea]={initial:{height:n,width:r,style:{display:a.display,height:a.height,width:a.width}}},a.display=a.display||"block",null===r||""===r){var i=oa(e,"width");void 0!==i&&(e.width=i)}if(null===n||""===n)if(""===e.style.height)e.height=e.width/(t.options.aspectRatio||2);else{var s=oa(e,"height");void 0!==i&&(e.height=s)}return e}var la=function(){var e=!1;try{var t=Object.defineProperty({},"passive",{get:function(){e=!0}});window.addEventListener("e",null,t)}catch(a){}return e}(),ua=!!la&&{passive:!0};function _a(e,t,a){e.addEventListener(t,a,ua)}function ca(e,t,a){e.removeEventListener(t,a,ua)}function ma(e,t,a,n,r){return{type:e,chart:t,native:r||null,x:void 0!==a?a:null,y:void 0!==n?n:null}}function ha(e,t){var a=sa[e.type]||e.type,n=ue.getRelativePosition(e,t);return ma(a,t,n.x,n.y,e)}function fa(e,t){var a=!1,n=[];return function(){n=Array.prototype.slice.call(arguments),t=t||this,a||(a=!0,ue.requestAnimFrame.call(window,(function(){a=!1,e.apply(t,n)})))}}function Ma(e){var t=document.createElement("div");return t.className=e||"",t}function pa(e){var t=1e6,a=Ma(aa),n=Ma(aa+"-expand"),r=Ma(aa+"-shrink");n.appendChild(Ma()),r.appendChild(Ma()),a.appendChild(n),a.appendChild(r),a._reset=function(){n.scrollLeft=t,n.scrollTop=t,r.scrollLeft=t,r.scrollTop=t};var i=function(){a._reset(),e()};return _a(n,"scroll",i.bind(n,"expand")),_a(r,"scroll",i.bind(r,"shrink")),a}function ga(e,t){var a=e[ea]||(e[ea]={}),n=a.renderProxy=function(e){e.animationName===ra&&t()};ue.each(ia,(function(t){_a(e,t,n)})),a.reflow=!!e.offsetParent,e.classList.add(na)}function ya(e){var t=e[ea]||{},a=t.renderProxy;a&&(ue.each(ia,(function(t){ca(e,t,a)})),delete t.renderProxy),e.classList.remove(na)}function La(e,t,a){var n=e[ea]||(e[ea]={}),r=n.resizer=pa(fa((function(){if(n.resizer){var r=a.options.maintainAspectRatio&&e.parentNode,i=r?r.clientWidth:0;t(ma("resize",a)),r&&r.clientWidth<i&&a.canvas&&t(ma("resize",a))}})));ga(e,(function(){if(n.resizer){var t=e.parentNode;t&&t!==r.parentNode&&t.insertBefore(r,t.firstChild),r._reset()}}))}function va(e){var t=e[ea]||{},a=t.resizer;delete t.resizer,ya(e),a&&a.parentNode&&a.parentNode.removeChild(a)}function Ya(e,t){var a=e[ea]||(e[ea]={});if(!a.containsStyles){a.containsStyles=!0,t="/* Chart.js */\n"+t;var n=document.createElement("style");n.setAttribute("type","text/css"),n.appendChild(document.createTextNode(t)),e.appendChild(n)}}var ba={disableCSSInjection:!1,_enabled:"undefined"!==typeof window&&"undefined"!==typeof document,_ensureLoaded:function(e){if(!this.disableCSSInjection){var t=e.getRootNode?e.getRootNode():document,a=t.host?t:document.head;Ya(a,Qt)}},acquireContext:function(e,t){"string"===typeof e?e=document.getElementById(e):e.length&&(e=e[0]),e&&e.canvas&&(e=e.canvas);var a=e&&e.getContext&&e.getContext("2d");return a&&a.canvas===e?(this._ensureLoaded(e),da(e,t),a):null},releaseContext:function(e){var t=e.canvas;if(t[ea]){var a=t[ea].initial;["height","width"].forEach((function(e){var n=a[e];ue.isNullOrUndef(n)?t.removeAttribute(e):t.setAttribute(e,n)})),ue.each(a.style||{},(function(e,a){t.style[a]=e})),t.width=t.width,delete t[ea]}},addEventListener:function(e,t,a){var n=e.canvas;if("resize"!==t){var r=a[ea]||(a[ea]={}),i=r.proxies||(r.proxies={}),s=i[e.id+"_"+t]=function(t){a(ha(t,e))};_a(n,t,s)}else La(n,a,e)},removeEventListener:function(e,t,a){var n=e.canvas;if("resize"!==t){var r=a[ea]||{},i=r.proxies||{},s=i[e.id+"_"+t];s&&ca(n,t,s)}else va(n)}};ue.addEvent=_a,ue.removeEvent=ca;var ka=ba._enabled?ba:Kt,Da=ue.extend({initialize:function(){},acquireContext:function(){},releaseContext:function(){},addEventListener:function(){},removeEventListener:function(){}},ka);X._set("global",{plugins:{}});var wa={_plugins:[],_cacheId:0,register:function(e){var t=this._plugins;[].concat(e).forEach((function(e){-1===t.indexOf(e)&&t.push(e)})),this._cacheId++},unregister:function(e){var t=this._plugins;[].concat(e).forEach((function(e){var a=t.indexOf(e);-1!==a&&t.splice(a,1)})),this._cacheId++},clear:function(){this._plugins=[],this._cacheId++},count:function(){return this._plugins.length},getAll:function(){return this._plugins},notify:function(e,t,a){var n,r,i,s,o,d=this.descriptors(e),l=d.length;for(n=0;n<l;++n)if(r=d[n],i=r.plugin,o=i[t],"function"===typeof o&&(s=[e].concat(a||[]),s.push(r.options),!1===o.apply(i,s)))return!1;return!0},descriptors:function(e){var t=e.$plugins||(e.$plugins={});if(t.id===this._cacheId)return t.descriptors;var a=[],n=[],r=e&&e.config||{},i=r.options&&r.options.plugins||{};return this._plugins.concat(r.plugins||[]).forEach((function(e){var t=a.indexOf(e);if(-1===t){var r=e.id,s=i[r];!1!==s&&(!0===s&&(s=ue.clone(X.global.plugins[r])),a.push(e),n.push({plugin:e,options:s||{}}))}})),t.descriptors=n,t.id=this._cacheId,n},_invalidate:function(e){delete e.$plugins}},xa={constructors:{},defaults:{},registerScaleType:function(e,t,a){this.constructors[e]=t,this.defaults[e]=ue.clone(a)},getScaleConstructor:function(e){return this.constructors.hasOwnProperty(e)?this.constructors[e]:void 0},getScaleDefaults:function(e){return this.defaults.hasOwnProperty(e)?ue.merge(Object.create(null),[X.scale,this.defaults[e]]):{}},updateScaleDefaults:function(e,t){var a=this;a.defaults.hasOwnProperty(e)&&(a.defaults[e]=ue.extend(a.defaults[e],t))},addScalesToLayout:function(e){ue.each(e.scales,(function(t){t.fullWidth=t.options.fullWidth,t.position=t.options.position,t.weight=t.options.weight,$t.addBox(e,t)}))}},Ta=ue.valueOrDefault,Sa=ue.rtl.getRtlAdapter;X._set("global",{tooltips:{enabled:!0,custom:null,mode:"nearest",position:"average",intersect:!0,backgroundColor:"rgba(0,0,0,0.8)",titleFontStyle:"bold",titleSpacing:2,titleMarginBottom:6,titleFontColor:"#fff",titleAlign:"left",bodySpacing:2,bodyFontColor:"#fff",bodyAlign:"left",footerFontStyle:"bold",footerSpacing:2,footerMarginTop:6,footerFontColor:"#fff",footerAlign:"left",yPadding:6,xPadding:6,caretPadding:2,caretSize:5,cornerRadius:6,multiKeyBackground:"#fff",displayColors:!0,borderColor:"rgba(0,0,0,0)",borderWidth:0,callbacks:{beforeTitle:ue.noop,title:function(e,t){var a="",n=t.labels,r=n?n.length:0;if(e.length>0){var i=e[0];i.label?a=i.label:i.xLabel?a=i.xLabel:r>0&&i.index<r&&(a=n[i.index])}return a},afterTitle:ue.noop,beforeBody:ue.noop,beforeLabel:ue.noop,label:function(e,t){var a=t.datasets[e.datasetIndex].label||"";return a&&(a+=": "),ue.isNullOrUndef(e.value)?a+=e.yLabel:a+=e.value,a},labelColor:function(e,t){var a=t.getDatasetMeta(e.datasetIndex),n=a.data[e.index],r=n._view;return{borderColor:r.borderColor,backgroundColor:r.backgroundColor}},labelTextColor:function(){return this._options.bodyFontColor},afterLabel:ue.noop,afterBody:ue.noop,beforeFooter:ue.noop,footer:ue.noop,afterFooter:ue.noop}}});var Ha={average:function(e){if(!e.length)return!1;var t,a,n=0,r=0,i=0;for(t=0,a=e.length;t<a;++t){var s=e[t];if(s&&s.hasValue()){var o=s.tooltipPosition();n+=o.x,r+=o.y,++i}}return{x:n/i,y:r/i}},nearest:function(e,t){var a,n,r,i=t.x,s=t.y,o=Number.POSITIVE_INFINITY;for(a=0,n=e.length;a<n;++a){var d=e[a];if(d&&d.hasValue()){var l=d.getCenterPoint(),u=ue.distanceBetweenPoints(t,l);u<o&&(o=u,r=d)}}if(r){var _=r.tooltipPosition();i=_.x,s=_.y}return{x:i,y:s}}};function ja(e,t){return t&&(ue.isArray(t)?Array.prototype.push.apply(e,t):e.push(t)),e}function Pa(e){return("string"===typeof e||e instanceof String)&&e.indexOf("\n")>-1?e.split("\n"):e}function Oa(e){var t=e._xScale,a=e._yScale||e._scale,n=e._index,r=e._datasetIndex,i=e._chart.getDatasetMeta(r).controller,s=i._getIndexScale(),o=i._getValueScale();return{xLabel:t?t.getLabelForIndex(n,r):"",yLabel:a?a.getLabelForIndex(n,r):"",label:s?""+s.getLabelForIndex(n,r):"",value:o?""+o.getLabelForIndex(n,r):"",index:n,datasetIndex:r,x:e._model.x,y:e._model.y}}function Aa(e){var t=X.global;return{xPadding:e.xPadding,yPadding:e.yPadding,xAlign:e.xAlign,yAlign:e.yAlign,rtl:e.rtl,textDirection:e.textDirection,bodyFontColor:e.bodyFontColor,_bodyFontFamily:Ta(e.bodyFontFamily,t.defaultFontFamily),_bodyFontStyle:Ta(e.bodyFontStyle,t.defaultFontStyle),_bodyAlign:e.bodyAlign,bodyFontSize:Ta(e.bodyFontSize,t.defaultFontSize),bodySpacing:e.bodySpacing,titleFontColor:e.titleFontColor,_titleFontFamily:Ta(e.titleFontFamily,t.defaultFontFamily),_titleFontStyle:Ta(e.titleFontStyle,t.defaultFontStyle),titleFontSize:Ta(e.titleFontSize,t.defaultFontSize),_titleAlign:e.titleAlign,titleSpacing:e.titleSpacing,titleMarginBottom:e.titleMarginBottom,footerFontColor:e.footerFontColor,_footerFontFamily:Ta(e.footerFontFamily,t.defaultFontFamily),_footerFontStyle:Ta(e.footerFontStyle,t.defaultFontStyle),footerFontSize:Ta(e.footerFontSize,t.defaultFontSize),_footerAlign:e.footerAlign,footerSpacing:e.footerSpacing,footerMarginTop:e.footerMarginTop,caretSize:e.caretSize,cornerRadius:e.cornerRadius,backgroundColor:e.backgroundColor,opacity:0,legendColorBackground:e.multiKeyBackground,displayColors:e.displayColors,borderColor:e.borderColor,borderWidth:e.borderWidth}}function Fa(e,t){var a=e._chart.ctx,n=2*t.yPadding,r=0,i=t.body,s=i.reduce((function(e,t){return e+t.before.length+t.lines.length+t.after.length}),0);s+=t.beforeBody.length+t.afterBody.length;var o=t.title.length,d=t.footer.length,l=t.titleFontSize,u=t.bodyFontSize,_=t.footerFontSize;n+=o*l,n+=o?(o-1)*t.titleSpacing:0,n+=o?t.titleMarginBottom:0,n+=s*u,n+=s?(s-1)*t.bodySpacing:0,n+=d?t.footerMarginTop:0,n+=d*_,n+=d?(d-1)*t.footerSpacing:0;var c=0,m=function(e){r=Math.max(r,a.measureText(e).width+c)};return a.font=ue.fontString(l,t._titleFontStyle,t._titleFontFamily),ue.each(t.title,m),a.font=ue.fontString(u,t._bodyFontStyle,t._bodyFontFamily),ue.each(t.beforeBody.concat(t.afterBody),m),c=t.displayColors?u+2:0,ue.each(i,(function(e){ue.each(e.before,m),ue.each(e.lines,m),ue.each(e.after,m)})),c=0,a.font=ue.fontString(_,t._footerFontStyle,t._footerFontFamily),ue.each(t.footer,m),r+=2*t.xPadding,{width:r,height:n}}function Wa(e,t){var a,n,r,i,s,o=e._model,d=e._chart,l=e._chart.chartArea,u="center",_="center";o.y<t.height?_="top":o.y>d.height-t.height&&(_="bottom");var c=(l.left+l.right)/2,m=(l.top+l.bottom)/2;"center"===_?(a=function(e){return e<=c},n=function(e){return e>c}):(a=function(e){return e<=t.width/2},n=function(e){return e>=d.width-t.width/2}),r=function(e){return e+t.width+o.caretSize+o.caretPadding>d.width},i=function(e){return e-t.width-o.caretSize-o.caretPadding<0},s=function(e){return e<=m?"top":"bottom"},a(o.x)?(u="left",r(o.x)&&(u="center",_=s(o.y))):n(o.x)&&(u="right",i(o.x)&&(u="center",_=s(o.y)));var h=e._options;return{xAlign:h.xAlign?h.xAlign:u,yAlign:h.yAlign?h.yAlign:_}}function Ca(e,t,a,n){var r=e.x,i=e.y,s=e.caretSize,o=e.caretPadding,d=e.cornerRadius,l=a.xAlign,u=a.yAlign,_=s+o,c=d+o;return"right"===l?r-=t.width:"center"===l&&(r-=t.width/2,r+t.width>n.width&&(r=n.width-t.width),r<0&&(r=0)),"top"===u?i+=_:i-="bottom"===u?t.height+_:t.height/2,"center"===u?"left"===l?r+=_:"right"===l&&(r-=_):"left"===l?r-=c:"right"===l&&(r+=c),{x:r,y:i}}function Ea(e,t){return"center"===t?e.x+e.width/2:"right"===t?e.x+e.width-e.xPadding:e.x+e.xPadding}function za(e){return ja([],Pa(e))}var Ia=ge.extend({initialize:function(){this._model=Aa(this._options),this._lastActive=[]},getTitle:function(){var e=this,t=e._options,a=t.callbacks,n=a.beforeTitle.apply(e,arguments),r=a.title.apply(e,arguments),i=a.afterTitle.apply(e,arguments),s=[];return s=ja(s,Pa(n)),s=ja(s,Pa(r)),s=ja(s,Pa(i)),s},getBeforeBody:function(){return za(this._options.callbacks.beforeBody.apply(this,arguments))},getBody:function(e,t){var a=this,n=a._options.callbacks,r=[];return ue.each(e,(function(e){var i={before:[],lines:[],after:[]};ja(i.before,Pa(n.beforeLabel.call(a,e,t))),ja(i.lines,n.label.call(a,e,t)),ja(i.after,Pa(n.afterLabel.call(a,e,t))),r.push(i)})),r},getAfterBody:function(){return za(this._options.callbacks.afterBody.apply(this,arguments))},getFooter:function(){var e=this,t=e._options.callbacks,a=t.beforeFooter.apply(e,arguments),n=t.footer.apply(e,arguments),r=t.afterFooter.apply(e,arguments),i=[];return i=ja(i,Pa(a)),i=ja(i,Pa(n)),i=ja(i,Pa(r)),i},update:function(e){var t,a,n=this,r=n._options,i=n._model,s=n._model=Aa(r),o=n._active,d=n._data,l={xAlign:i.xAlign,yAlign:i.yAlign},u={x:i.x,y:i.y},_={width:i.width,height:i.height},c={x:i.caretX,y:i.caretY};if(o.length){s.opacity=1;var m=[],h=[];c=Ha[r.position].call(n,o,n._eventPosition);var f=[];for(t=0,a=o.length;t<a;++t)f.push(Oa(o[t]));r.filter&&(f=f.filter((function(e){return r.filter(e,d)}))),r.itemSort&&(f=f.sort((function(e,t){return r.itemSort(e,t,d)}))),ue.each(f,(function(e){m.push(r.callbacks.labelColor.call(n,e,n._chart)),h.push(r.callbacks.labelTextColor.call(n,e,n._chart))})),s.title=n.getTitle(f,d),s.beforeBody=n.getBeforeBody(f,d),s.body=n.getBody(f,d),s.afterBody=n.getAfterBody(f,d),s.footer=n.getFooter(f,d),s.x=c.x,s.y=c.y,s.caretPadding=r.caretPadding,s.labelColors=m,s.labelTextColors=h,s.dataPoints=f,_=Fa(this,s),l=Wa(this,_),u=Ca(s,_,l,n._chart)}else s.opacity=0;return s.xAlign=l.xAlign,s.yAlign=l.yAlign,s.x=u.x,s.y=u.y,s.width=_.width,s.height=_.height,s.caretX=c.x,s.caretY=c.y,n._model=s,e&&r.custom&&r.custom.call(n,s),n},drawCaret:function(e,t){var a=this._chart.ctx,n=this._view,r=this.getCaretPosition(e,t,n);a.lineTo(r.x1,r.y1),a.lineTo(r.x2,r.y2),a.lineTo(r.x3,r.y3)},getCaretPosition:function(e,t,a){var n,r,i,s,o,d,l=a.caretSize,u=a.cornerRadius,_=a.xAlign,c=a.yAlign,m=e.x,h=e.y,f=t.width,M=t.height;if("center"===c)o=h+M/2,"left"===_?(n=m,r=n-l,i=n,s=o+l,d=o-l):(n=m+f,r=n+l,i=n,s=o-l,d=o+l);else if("left"===_?(r=m+u+l,n=r-l,i=r+l):"right"===_?(r=m+f-u-l,n=r-l,i=r+l):(r=a.caretX,n=r-l,i=r+l),"top"===c)s=h,o=s-l,d=s;else{s=h+M,o=s+l,d=s;var p=i;i=n,n=p}return{x1:n,x2:r,x3:i,y1:s,y2:o,y3:d}},drawTitle:function(e,t,a){var n,r,i,s=t.title,o=s.length;if(o){var d=Sa(t.rtl,t.x,t.width);for(e.x=Ea(t,t._titleAlign),a.textAlign=d.textAlign(t._titleAlign),a.textBaseline="middle",n=t.titleFontSize,r=t.titleSpacing,a.fillStyle=t.titleFontColor,a.font=ue.fontString(n,t._titleFontStyle,t._titleFontFamily),i=0;i<o;++i)a.fillText(s[i],d.x(e.x),e.y+n/2),e.y+=n+r,i+1===o&&(e.y+=t.titleMarginBottom-r)}},drawBody:function(e,t,a){var n,r,i,s,o,d,l,u,_=t.bodyFontSize,c=t.bodySpacing,m=t._bodyAlign,h=t.body,f=t.displayColors,M=0,p=f?Ea(t,"left"):0,g=Sa(t.rtl,t.x,t.width),y=function(t){a.fillText(t,g.x(e.x+M),e.y+_/2),e.y+=_+c},L=g.textAlign(m);for(a.textAlign=m,a.textBaseline="middle",a.font=ue.fontString(_,t._bodyFontStyle,t._bodyFontFamily),e.x=Ea(t,L),a.fillStyle=t.bodyFontColor,ue.each(t.beforeBody,y),M=f&&"right"!==L?"center"===m?_/2+1:_+2:0,o=0,l=h.length;o<l;++o){for(n=h[o],r=t.labelTextColors[o],i=t.labelColors[o],a.fillStyle=r,ue.each(n.before,y),s=n.lines,d=0,u=s.length;d<u;++d){if(f){var v=g.x(p);a.fillStyle=t.legendColorBackground,a.fillRect(g.leftForLtr(v,_),e.y,_,_),a.lineWidth=1,a.strokeStyle=i.borderColor,a.strokeRect(g.leftForLtr(v,_),e.y,_,_),a.fillStyle=i.backgroundColor,a.fillRect(g.leftForLtr(g.xPlus(v,1),_-2),e.y+1,_-2,_-2),a.fillStyle=r}y(s[d])}ue.each(n.after,y)}M=0,ue.each(t.afterBody,y),e.y-=c},drawFooter:function(e,t,a){var n,r,i=t.footer,s=i.length;if(s){var o=Sa(t.rtl,t.x,t.width);for(e.x=Ea(t,t._footerAlign),e.y+=t.footerMarginTop,a.textAlign=o.textAlign(t._footerAlign),a.textBaseline="middle",n=t.footerFontSize,a.fillStyle=t.footerFontColor,a.font=ue.fontString(n,t._footerFontStyle,t._footerFontFamily),r=0;r<s;++r)a.fillText(i[r],o.x(e.x),e.y+n/2),e.y+=n+t.footerSpacing}},drawBackground:function(e,t,a,n){a.fillStyle=t.backgroundColor,a.strokeStyle=t.borderColor,a.lineWidth=t.borderWidth;var r=t.xAlign,i=t.yAlign,s=e.x,o=e.y,d=n.width,l=n.height,u=t.cornerRadius;a.beginPath(),a.moveTo(s+u,o),"top"===i&&this.drawCaret(e,n),a.lineTo(s+d-u,o),a.quadraticCurveTo(s+d,o,s+d,o+u),"center"===i&&"right"===r&&this.drawCaret(e,n),a.lineTo(s+d,o+l-u),a.quadraticCurveTo(s+d,o+l,s+d-u,o+l),"bottom"===i&&this.drawCaret(e,n),a.lineTo(s+u,o+l),a.quadraticCurveTo(s,o+l,s,o+l-u),"center"===i&&"left"===r&&this.drawCaret(e,n),a.lineTo(s,o+u),a.quadraticCurveTo(s,o,s+u,o),a.closePath(),a.fill(),t.borderWidth>0&&a.stroke()},draw:function(){var e=this._chart.ctx,t=this._view;if(0!==t.opacity){var a={width:t.width,height:t.height},n={x:t.x,y:t.y},r=Math.abs(t.opacity<.001)?0:t.opacity,i=t.title.length||t.beforeBody.length||t.body.length||t.afterBody.length||t.footer.length;this._options.enabled&&i&&(e.save(),e.globalAlpha=r,this.drawBackground(n,t,e,a),n.y+=t.yPadding,ue.rtl.overrideTextDirection(e,t.textDirection),this.drawTitle(n,t,e),this.drawBody(n,t,e),this.drawFooter(n,t,e),ue.rtl.restoreTextDirection(e,t.textDirection),e.restore())}},handleEvent:function(e){var t=this,a=t._options,n=!1;return t._lastActive=t._lastActive||[],"mouseout"===e.type?t._active=[]:(t._active=t._chart.getElementsAtEventForMode(e,a.mode,a),a.reverse&&t._active.reverse()),n=!ue.arrayEquals(t._active,t._lastActive),n&&(t._lastActive=t._active,(a.enabled||a.custom)&&(t._eventPosition={x:e.x,y:e.y},t.update(!0),t.pivot())),n}}),Na=Ha,Ra=Ia;Ra.positioners=Na;var Va=ue.valueOrDefault;function Ba(){return ue.merge(Object.create(null),[].slice.call(arguments),{merger:function(e,t,a,n){if("xAxes"===e||"yAxes"===e){var r,i,s,o=a[e].length;for(t[e]||(t[e]=[]),r=0;r<o;++r)s=a[e][r],i=Va(s.type,"xAxes"===e?"category":"linear"),r>=t[e].length&&t[e].push({}),!t[e][r].type||s.type&&s.type!==t[e][r].type?ue.merge(t[e][r],[xa.getScaleDefaults(i),s]):ue.merge(t[e][r],s)}else ue._merger(e,t,a,n)}})}function Ja(){return ue.merge(Object.create(null),[].slice.call(arguments),{merger:function(e,t,a,n){var r=t[e]||Object.create(null),i=a[e];"scales"===e?t[e]=Ba(r,i):"scale"===e?t[e]=ue.merge(r,[xa.getScaleDefaults(i.type),i]):ue._merger(e,t,a,n)}})}function Ua(e){e=e||Object.create(null);var t=e.data=e.data||{};return t.datasets=t.datasets||[],t.labels=t.labels||[],e.options=Ja(X.global,X[e.type],e.options||{}),e}function Ga(e){var t=e.options;ue.each(e.scales,(function(t){$t.removeBox(e,t)})),t=Ja(X.global,X[e.config.type],t),e.options=e.config.options=t,e.ensureScalesHaveIDs(),e.buildOrUpdateScales(),e.tooltip._options=t.tooltips,e.tooltip.initialize()}function qa(e,t,a){var n,r=function(e){return e.id===n};do{n=t+a++}while(ue.findIndex(e,r)>=0);return n}function $a(e){return"top"===e||"bottom"===e}function Ka(e,t){return function(a,n){return a[e]===n[e]?a[t]-n[t]:a[e]-n[e]}}X._set("global",{elements:{},events:["mousemove","mouseout","click","touchstart","touchmove"],hover:{onHover:null,mode:"nearest",intersect:!0,animationDuration:400},onClick:null,maintainAspectRatio:!0,responsive:!0,responsiveAnimationDuration:0});var Za=function(e,t){return this.construct(e,t),this};ue.extend(Za.prototype,{construct:function(e,t){var a=this;t=Ua(t);var n=Da.acquireContext(e,t),r=n&&n.canvas,i=r&&r.height,s=r&&r.width;a.id=ue.uid(),a.ctx=n,a.canvas=r,a.config=t,a.width=s,a.height=i,a.aspectRatio=i?s/i:null,a.options=t.options,a._bufferedRender=!1,a._layers=[],a.chart=a,a.controller=a,Za.instances[a.id]=a,Object.defineProperty(a,"data",{get:function(){return a.config.data},set:function(e){a.config.data=e}}),n&&r?(a.initialize(),a.update()):console.error("Failed to create chart: can't acquire context from the given item")},initialize:function(){var e=this;return wa.notify(e,"beforeInit"),ue.retinaScale(e,e.options.devicePixelRatio),e.bindEvents(),e.options.responsive&&e.resize(!0),e.initToolTip(),wa.notify(e,"afterInit"),e},clear:function(){return ue.canvas.clear(this),this},stop:function(){return ve.cancelAnimation(this),this},resize:function(e){var t=this,a=t.options,n=t.canvas,r=a.maintainAspectRatio&&t.aspectRatio||null,i=Math.max(0,Math.floor(ue.getMaximumWidth(n))),s=Math.max(0,Math.floor(r?i/r:ue.getMaximumHeight(n)));if((t.width!==i||t.height!==s)&&(n.width=t.width=i,n.height=t.height=s,n.style.width=i+"px",n.style.height=s+"px",ue.retinaScale(t,a.devicePixelRatio),!e)){var o={width:i,height:s};wa.notify(t,"resize",[o]),a.onResize&&a.onResize(t,o),t.stop(),t.update({duration:a.responsiveAnimationDuration})}},ensureScalesHaveIDs:function(){var e=this.options,t=e.scales||{},a=e.scale;ue.each(t.xAxes,(function(e,a){e.id||(e.id=qa(t.xAxes,"x-axis-",a))})),ue.each(t.yAxes,(function(e,a){e.id||(e.id=qa(t.yAxes,"y-axis-",a))})),a&&(a.id=a.id||"scale")},buildOrUpdateScales:function(){var e=this,t=e.options,a=e.scales||{},n=[],r=Object.keys(a).reduce((function(e,t){return e[t]=!1,e}),{});t.scales&&(n=n.concat((t.scales.xAxes||[]).map((function(e){return{options:e,dtype:"category",dposition:"bottom"}})),(t.scales.yAxes||[]).map((function(e){return{options:e,dtype:"linear",dposition:"left"}})))),t.scale&&n.push({options:t.scale,dtype:"radialLinear",isDefault:!0,dposition:"chartArea"}),ue.each(n,(function(t){var n=t.options,i=n.id,s=Va(n.type,t.dtype);$a(n.position)!==$a(t.dposition)&&(n.position=t.dposition),r[i]=!0;var o=null;if(i in a&&a[i].type===s)o=a[i],o.options=n,o.ctx=e.ctx,o.chart=e;else{var d=xa.getScaleConstructor(s);if(!d)return;o=new d({id:i,type:s,options:n,ctx:e.ctx,chart:e}),a[o.id]=o}o.mergeTicksOptions(),t.isDefault&&(e.scale=o)})),ue.each(r,(function(e,t){e||delete a[t]})),e.scales=a,xa.addScalesToLayout(this)},buildOrUpdateControllers:function(){var e,t,a=this,n=[],r=a.data.datasets;for(e=0,t=r.length;e<t;e++){var i=r[e],s=a.getDatasetMeta(e),o=i.type||a.config.type;if(s.type&&s.type!==o&&(a.destroyDatasetMeta(e),s=a.getDatasetMeta(e)),s.type=o,s.order=i.order||0,s.index=e,s.controller)s.controller.updateIndex(e),s.controller.linkScales();else{var d=St[s.type];if(void 0===d)throw new Error('"'+s.type+'" is not a chart type.');s.controller=new d(a,e),n.push(s.controller)}}return n},resetElements:function(){var e=this;ue.each(e.data.datasets,(function(t,a){e.getDatasetMeta(a).controller.reset()}),e)},reset:function(){this.resetElements(),this.tooltip.initialize()},update:function(e){var t,a,n=this;if(e&&"object"===typeof e||(e={duration:e,lazy:arguments[1]}),Ga(n),wa._invalidate(n),!1!==wa.notify(n,"beforeUpdate")){n.tooltip._data=n.data;var r=n.buildOrUpdateControllers();for(t=0,a=n.data.datasets.length;t<a;t++)n.getDatasetMeta(t).controller.buildOrUpdateElements();n.updateLayout(),n.options.animation&&n.options.animation.duration&&ue.each(r,(function(e){e.reset()})),n.updateDatasets(),n.tooltip.initialize(),n.lastActive=[],wa.notify(n,"afterUpdate"),n._layers.sort(Ka("z","_idx")),n._bufferedRender?n._bufferedRequest={duration:e.duration,easing:e.easing,lazy:e.lazy}:n.render(e)}},updateLayout:function(){var e=this;!1!==wa.notify(e,"beforeLayout")&&($t.update(this,this.width,this.height),e._layers=[],ue.each(e.boxes,(function(t){t._configure&&t._configure(),e._layers.push.apply(e._layers,t._layers())}),e),e._layers.forEach((function(e,t){e._idx=t})),wa.notify(e,"afterScaleUpdate"),wa.notify(e,"afterLayout"))},updateDatasets:function(){var e=this;if(!1!==wa.notify(e,"beforeDatasetsUpdate")){for(var t=0,a=e.data.datasets.length;t<a;++t)e.updateDataset(t);wa.notify(e,"afterDatasetsUpdate")}},updateDataset:function(e){var t=this,a=t.getDatasetMeta(e),n={meta:a,index:e};!1!==wa.notify(t,"beforeDatasetUpdate",[n])&&(a.controller._update(),wa.notify(t,"afterDatasetUpdate",[n]))},render:function(e){var t=this;e&&"object"===typeof e||(e={duration:e,lazy:arguments[1]});var a=t.options.animation,n=Va(e.duration,a&&a.duration),r=e.lazy;if(!1!==wa.notify(t,"beforeRender")){var i=function(e){wa.notify(t,"afterRender"),ue.callback(a&&a.onComplete,[e],t)};if(a&&n){var s=new Le({numSteps:n/16.66,easing:e.easing||a.easing,render:function(e,t){var a=ue.easing.effects[t.easing],n=t.currentStep,r=n/t.numSteps;e.draw(a(r),r,n)},onAnimationProgress:a.onProgress,onAnimationComplete:i});ve.addAnimation(t,s,n,r)}else t.draw(),i(new Le({numSteps:0,chart:t}));return t}},draw:function(e){var t,a,n=this;if(n.clear(),ue.isNullOrUndef(e)&&(e=1),n.transition(e),!(n.width<=0||n.height<=0)&&!1!==wa.notify(n,"beforeDraw",[e])){for(a=n._layers,t=0;t<a.length&&a[t].z<=0;++t)a[t].draw(n.chartArea);for(n.drawDatasets(e);t<a.length;++t)a[t].draw(n.chartArea);n._drawTooltip(e),wa.notify(n,"afterDraw",[e])}},transition:function(e){for(var t=this,a=0,n=(t.data.datasets||[]).length;a<n;++a)t.isDatasetVisible(a)&&t.getDatasetMeta(a).controller.transition(e);t.tooltip.transition(e)},_getSortedDatasetMetas:function(e){var t,a,n=this,r=n.data.datasets||[],i=[];for(t=0,a=r.length;t<a;++t)e&&!n.isDatasetVisible(t)||i.push(n.getDatasetMeta(t));return i.sort(Ka("order","index")),i},_getSortedVisibleDatasetMetas:function(){return this._getSortedDatasetMetas(!0)},drawDatasets:function(e){var t,a,n=this;if(!1!==wa.notify(n,"beforeDatasetsDraw",[e])){for(t=n._getSortedVisibleDatasetMetas(),a=t.length-1;a>=0;--a)n.drawDataset(t[a],e);wa.notify(n,"afterDatasetsDraw",[e])}},drawDataset:function(e,t){var a=this,n={meta:e,index:e.index,easingValue:t};!1!==wa.notify(a,"beforeDatasetDraw",[n])&&(e.controller.draw(t),wa.notify(a,"afterDatasetDraw",[n]))},_drawTooltip:function(e){var t=this,a=t.tooltip,n={tooltip:a,easingValue:e};!1!==wa.notify(t,"beforeTooltipDraw",[n])&&(a.draw(),wa.notify(t,"afterTooltipDraw",[n]))},getElementAtEvent:function(e){return Wt.modes.single(this,e)},getElementsAtEvent:function(e){return Wt.modes.label(this,e,{intersect:!0})},getElementsAtXAxis:function(e){return Wt.modes["x-axis"](this,e,{intersect:!0})},getElementsAtEventForMode:function(e,t,a){var n=Wt.modes[t];return"function"===typeof n?n(this,e,a):[]},getDatasetAtEvent:function(e){return Wt.modes.dataset(this,e,{intersect:!0})},getDatasetMeta:function(e){var t=this,a=t.data.datasets[e];a._meta||(a._meta={});var n=a._meta[t.id];return n||(n=a._meta[t.id]={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:a.order||0,index:e}),n},getVisibleDatasetCount:function(){for(var e=0,t=0,a=this.data.datasets.length;t<a;++t)this.isDatasetVisible(t)&&e++;return e},isDatasetVisible:function(e){var t=this.getDatasetMeta(e);return"boolean"===typeof t.hidden?!t.hidden:!this.data.datasets[e].hidden},generateLegend:function(){return this.options.legendCallback(this)},destroyDatasetMeta:function(e){var t=this.id,a=this.data.datasets[e],n=a._meta&&a._meta[t];n&&(n.controller.destroy(),delete a._meta[t])},destroy:function(){var e,t,a=this,n=a.canvas;for(a.stop(),e=0,t=a.data.datasets.length;e<t;++e)a.destroyDatasetMeta(e);n&&(a.unbindEvents(),ue.canvas.clear(a),Da.releaseContext(a.ctx),a.canvas=null,a.ctx=null),wa.notify(a,"destroy"),delete Za.instances[a.id]},toBase64Image:function(){return this.canvas.toDataURL.apply(this.canvas,arguments)},initToolTip:function(){var e=this;e.tooltip=new Ra({_chart:e,_chartInstance:e,_data:e.data,_options:e.options.tooltips},e)},bindEvents:function(){var e=this,t=e._listeners={},a=function(){e.eventHandler.apply(e,arguments)};ue.each(e.options.events,(function(n){Da.addEventListener(e,n,a),t[n]=a})),e.options.responsive&&(a=function(){e.resize()},Da.addEventListener(e,"resize",a),t.resize=a)},unbindEvents:function(){var e=this,t=e._listeners;t&&(delete e._listeners,ue.each(t,(function(t,a){Da.removeEventListener(e,a,t)})))},updateHoverStyle:function(e,t,a){var n,r,i,s=a?"set":"remove";for(r=0,i=e.length;r<i;++r)n=e[r],n&&this.getDatasetMeta(n._datasetIndex).controller[s+"HoverStyle"](n);"dataset"===t&&this.getDatasetMeta(e[0]._datasetIndex).controller["_"+s+"DatasetHoverStyle"]()},eventHandler:function(e){var t=this,a=t.tooltip;if(!1!==wa.notify(t,"beforeEvent",[e])){t._bufferedRender=!0,t._bufferedRequest=null;var n=t.handleEvent(e);a&&(n=a._start?a.handleEvent(e):n|a.handleEvent(e)),wa.notify(t,"afterEvent",[e]);var r=t._bufferedRequest;return r?t.render(r):n&&!t.animating&&(t.stop(),t.render({duration:t.options.hover.animationDuration,lazy:!0})),t._bufferedRender=!1,t._bufferedRequest=null,t}},handleEvent:function(e){var t=this,a=t.options||{},n=a.hover,r=!1;return t.lastActive=t.lastActive||[],"mouseout"===e.type?t.active=[]:t.active=t.getElementsAtEventForMode(e,n.mode,n),ue.callback(a.onHover||a.hover.onHover,[e.native,t.active],t),"mouseup"!==e.type&&"click"!==e.type||a.onClick&&a.onClick.call(t,e.native,t.active),t.lastActive.length&&t.updateHoverStyle(t.lastActive,n.mode,!1),t.active.length&&n.mode&&t.updateHoverStyle(t.active,n.mode,!0),r=!ue.arrayEquals(t.active,t.lastActive),t.lastActive=t.active,r}}),Za.instances={};var Xa=Za;Za.Controller=Za,Za.types={},ue.configMerge=Ja,ue.scaleMerge=Ba;var Qa=function(){function e(e,t,a){var n;return"string"===typeof e?(n=parseInt(e,10),-1!==e.indexOf("%")&&(n=n/100*t.parentNode[a])):n=e,n}function t(e){return void 0!==e&&null!==e&&"none"!==e}function a(a,n,r){var i=document.defaultView,s=ue._getParentNode(a),o=i.getComputedStyle(a)[n],d=i.getComputedStyle(s)[n],l=t(o),u=t(d),_=Number.POSITIVE_INFINITY;return l||u?Math.min(l?e(o,a,r):_,u?e(d,s,r):_):"none"}ue.where=function(e,t){if(ue.isArray(e)&&Array.prototype.filter)return e.filter(t);var a=[];return ue.each(e,(function(e){t(e)&&a.push(e)})),a},ue.findIndex=Array.prototype.findIndex?function(e,t,a){return e.findIndex(t,a)}:function(e,t,a){a=void 0===a?e:a;for(var n=0,r=e.length;n<r;++n)if(t.call(a,e[n],n,e))return n;return-1},ue.findNextWhere=function(e,t,a){ue.isNullOrUndef(a)&&(a=-1);for(var n=a+1;n<e.length;n++){var r=e[n];if(t(r))return r}},ue.findPreviousWhere=function(e,t,a){ue.isNullOrUndef(a)&&(a=e.length);for(var n=a-1;n>=0;n--){var r=e[n];if(t(r))return r}},ue.isNumber=function(e){return!isNaN(parseFloat(e))&&isFinite(e)},ue.almostEquals=function(e,t,a){return Math.abs(e-t)<a},ue.almostWhole=function(e,t){var a=Math.round(e);return a-t<=e&&a+t>=e},ue.max=function(e){return e.reduce((function(e,t){return isNaN(t)?e:Math.max(e,t)}),Number.NEGATIVE_INFINITY)},ue.min=function(e){return e.reduce((function(e,t){return isNaN(t)?e:Math.min(e,t)}),Number.POSITIVE_INFINITY)},ue.sign=Math.sign?function(e){return Math.sign(e)}:function(e){return e=+e,0===e||isNaN(e)?e:e>0?1:-1},ue.toRadians=function(e){return e*(Math.PI/180)},ue.toDegrees=function(e){return e*(180/Math.PI)},ue._decimalPlaces=function(e){if(ue.isFinite(e)){var t=1,a=0;while(Math.round(e*t)/t!==e)t*=10,a++;return a}},ue.getAngleFromPoint=function(e,t){var a=t.x-e.x,n=t.y-e.y,r=Math.sqrt(a*a+n*n),i=Math.atan2(n,a);return i<-.5*Math.PI&&(i+=2*Math.PI),{angle:i,distance:r}},ue.distanceBetweenPoints=function(e,t){return Math.sqrt(Math.pow(t.x-e.x,2)+Math.pow(t.y-e.y,2))},ue.aliasPixel=function(e){return e%2===0?0:.5},ue._alignPixel=function(e,t,a){var n=e.currentDevicePixelRatio,r=a/2;return Math.round((t-r)*n)/n+r},ue.splineCurve=function(e,t,a,n){var r=e.skip?t:e,i=t,s=a.skip?t:a,o=Math.sqrt(Math.pow(i.x-r.x,2)+Math.pow(i.y-r.y,2)),d=Math.sqrt(Math.pow(s.x-i.x,2)+Math.pow(s.y-i.y,2)),l=o/(o+d),u=d/(o+d);l=isNaN(l)?0:l,u=isNaN(u)?0:u;var _=n*l,c=n*u;return{previous:{x:i.x-_*(s.x-r.x),y:i.y-_*(s.y-r.y)},next:{x:i.x+c*(s.x-r.x),y:i.y+c*(s.y-r.y)}}},ue.EPSILON=Number.EPSILON||1e-14,ue.splineCurveMonotone=function(e){var t,a,n,r,i,s,o,d,l,u=(e||[]).map((function(e){return{model:e._model,deltaK:0,mK:0}})),_=u.length;for(t=0;t<_;++t)if(n=u[t],!n.model.skip){if(a=t>0?u[t-1]:null,r=t<_-1?u[t+1]:null,r&&!r.model.skip){var c=r.model.x-n.model.x;n.deltaK=0!==c?(r.model.y-n.model.y)/c:0}!a||a.model.skip?n.mK=n.deltaK:!r||r.model.skip?n.mK=a.deltaK:this.sign(a.deltaK)!==this.sign(n.deltaK)?n.mK=0:n.mK=(a.deltaK+n.deltaK)/2}for(t=0;t<_-1;++t)n=u[t],r=u[t+1],n.model.skip||r.model.skip||(ue.almostEquals(n.deltaK,0,this.EPSILON)?n.mK=r.mK=0:(i=n.mK/n.deltaK,s=r.mK/n.deltaK,d=Math.pow(i,2)+Math.pow(s,2),d<=9||(o=3/Math.sqrt(d),n.mK=i*o*n.deltaK,r.mK=s*o*n.deltaK)));for(t=0;t<_;++t)n=u[t],n.model.skip||(a=t>0?u[t-1]:null,r=t<_-1?u[t+1]:null,a&&!a.model.skip&&(l=(n.model.x-a.model.x)/3,n.model.controlPointPreviousX=n.model.x-l,n.model.controlPointPreviousY=n.model.y-l*n.mK),r&&!r.model.skip&&(l=(r.model.x-n.model.x)/3,n.model.controlPointNextX=n.model.x+l,n.model.controlPointNextY=n.model.y+l*n.mK))},ue.nextItem=function(e,t,a){return a?t>=e.length-1?e[0]:e[t+1]:t>=e.length-1?e[e.length-1]:e[t+1]},ue.previousItem=function(e,t,a){return a?t<=0?e[e.length-1]:e[t-1]:t<=0?e[0]:e[t-1]},ue.niceNum=function(e,t){var a,n=Math.floor(ue.log10(e)),r=e/Math.pow(10,n);return a=t?r<1.5?1:r<3?2:r<7?5:10:r<=1?1:r<=2?2:r<=5?5:10,a*Math.pow(10,n)},ue.requestAnimFrame=function(){return"undefined"===typeof window?function(e){e()}:window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(e){return window.setTimeout(e,1e3/60)}}(),ue.getRelativePosition=function(e,t){var a,n,r=e.originalEvent||e,i=e.target||e.srcElement,s=i.getBoundingClientRect(),o=r.touches;o&&o.length>0?(a=o[0].clientX,n=o[0].clientY):(a=r.clientX,n=r.clientY);var d=parseFloat(ue.getStyle(i,"padding-left")),l=parseFloat(ue.getStyle(i,"padding-top")),u=parseFloat(ue.getStyle(i,"padding-right")),_=parseFloat(ue.getStyle(i,"padding-bottom")),c=s.right-s.left-d-u,m=s.bottom-s.top-l-_;return a=Math.round((a-s.left-d)/c*i.width/t.currentDevicePixelRatio),n=Math.round((n-s.top-l)/m*i.height/t.currentDevicePixelRatio),{x:a,y:n}},ue.getConstraintWidth=function(e){return a(e,"max-width","clientWidth")},ue.getConstraintHeight=function(e){return a(e,"max-height","clientHeight")},ue._calculatePadding=function(e,t,a){return t=ue.getStyle(e,t),t.indexOf("%")>-1?a*parseInt(t,10)/100:parseInt(t,10)},ue._getParentNode=function(e){var t=e.parentNode;return t&&"[object ShadowRoot]"===t.toString()&&(t=t.host),t},ue.getMaximumWidth=function(e){var t=ue._getParentNode(e);if(!t)return e.clientWidth;var a=t.clientWidth,n=ue._calculatePadding(t,"padding-left",a),r=ue._calculatePadding(t,"padding-right",a),i=a-n-r,s=ue.getConstraintWidth(e);return isNaN(s)?i:Math.min(i,s)},ue.getMaximumHeight=function(e){var t=ue._getParentNode(e);if(!t)return e.clientHeight;var a=t.clientHeight,n=ue._calculatePadding(t,"padding-top",a),r=ue._calculatePadding(t,"padding-bottom",a),i=a-n-r,s=ue.getConstraintHeight(e);return isNaN(s)?i:Math.min(i,s)},ue.getStyle=function(e,t){return e.currentStyle?e.currentStyle[t]:document.defaultView.getComputedStyle(e,null).getPropertyValue(t)},ue.retinaScale=function(e,t){var a=e.currentDevicePixelRatio=t||"undefined"!==typeof window&&window.devicePixelRatio||1;if(1!==a){var n=e.canvas,r=e.height,i=e.width;n.height=r*a,n.width=i*a,e.ctx.scale(a,a),n.style.height||n.style.width||(n.style.height=r+"px",n.style.width=i+"px")}},ue.fontString=function(e,t,a){return t+" "+e+"px "+a},ue.longestText=function(e,t,a,n){n=n||{};var r=n.data=n.data||{},i=n.garbageCollect=n.garbageCollect||[];n.font!==t&&(r=n.data={},i=n.garbageCollect=[],n.font=t),e.font=t;var s,o,d,l,u,_=0,c=a.length;for(s=0;s<c;s++)if(l=a[s],void 0!==l&&null!==l&&!0!==ue.isArray(l))_=ue.measureText(e,r,i,_,l);else if(ue.isArray(l))for(o=0,d=l.length;o<d;o++)u=l[o],void 0===u||null===u||ue.isArray(u)||(_=ue.measureText(e,r,i,_,u));var m=i.length/2;if(m>a.length){for(s=0;s<m;s++)delete r[i[s]];i.splice(0,m)}return _},ue.measureText=function(e,t,a,n,r){var i=t[r];return i||(i=t[r]=e.measureText(r).width,a.push(r)),i>n&&(n=i),n},ue.numberOfLabelLines=function(e){var t=1;return ue.each(e,(function(e){ue.isArray(e)&&e.length>t&&(t=e.length)})),t},ue.color=C?function(e){return e instanceof CanvasGradient&&(e=X.global.defaultColor),C(e)}:function(e){return console.error("Color.js not found!"),e},ue.getHoverColor=function(e){return e instanceof CanvasPattern||e instanceof CanvasGradient?e:ue.color(e).saturate(.5).darken(.1).rgbString()}};function en(){throw new Error("This method is not implemented: either no adapter can be found or an incomplete integration was provided.")}function tn(e){this.options=e||{}}ue.extend(tn.prototype,{formats:en,parse:en,format:en,add:en,diff:en,startOf:en,endOf:en,_create:function(e){return e}}),tn.override=function(e){ue.extend(tn.prototype,e)};var an=tn,nn={_date:an},rn={formatters:{values:function(e){return ue.isArray(e)?e:""+e},linear:function(e,t,a){var n=a.length>3?a[2]-a[1]:a[1]-a[0];Math.abs(n)>1&&e!==Math.floor(e)&&(n=e-Math.floor(e));var r=ue.log10(Math.abs(n)),i="";if(0!==e){var s=Math.max(Math.abs(a[0]),Math.abs(a[a.length-1]));if(s<1e-4){var o=ue.log10(Math.abs(e)),d=Math.floor(o)-Math.floor(r);d=Math.max(Math.min(d,20),0),i=e.toExponential(d)}else{var l=-1*Math.floor(r);l=Math.max(Math.min(l,20),0),i=e.toFixed(l)}}else i="0";return i},logarithmic:function(e,t,a){var n=e/Math.pow(10,Math.floor(ue.log10(e)));return 0===e?"0":1===n||2===n||5===n||0===t||t===a.length-1?e.toExponential():""}}},sn=ue.isArray,on=ue.isNullOrUndef,dn=ue.valueOrDefault,ln=ue.valueAtIndexOrDefault;function un(e,t){for(var a=[],n=e.length/t,r=0,i=e.length;r<i;r+=n)a.push(e[Math.floor(r)]);return a}function _n(e,t,a){var n,r=e.getTicks().length,i=Math.min(t,r-1),s=e.getPixelForTick(i),o=e._startPixel,d=e._endPixel,l=1e-6;if(!(a&&(n=1===r?Math.max(s-o,d-s):0===t?(e.getPixelForTick(1)-s)/2:(s-e.getPixelForTick(i-1))/2,s+=i<t?n:-n,s<o-l||s>d+l)))return s}function cn(e,t){ue.each(e,(function(e){var a,n=e.gc,r=n.length/2;if(r>t){for(a=0;a<r;++a)delete e.data[n[a]];n.splice(0,r)}}))}function mn(e,t,a,n){var r,i,s,o,d,l,u,_,c,m,h,f,M,p=a.length,g=[],y=[],L=[],v=0,Y=0;for(r=0;r<p;++r){if(o=a[r].label,d=a[r].major?t.major:t.minor,e.font=l=d.string,u=n[l]=n[l]||{data:{},gc:[]},_=d.lineHeight,c=m=0,on(o)||sn(o)){if(sn(o))for(i=0,s=o.length;i<s;++i)h=o[i],on(h)||sn(h)||(c=ue.measureText(e,u.data,u.gc,c,h),m+=_)}else c=ue.measureText(e,u.data,u.gc,c,o),m=_;g.push(c),y.push(m),L.push(_/2),v=Math.max(c,v),Y=Math.max(m,Y)}function b(e){return{width:g[e]||0,height:y[e]||0,offset:L[e]||0}}return cn(n,p),f=g.indexOf(v),M=y.indexOf(Y),{first:b(0),last:b(p-1),widest:b(f),highest:b(M)}}function hn(e){return e.drawTicks?e.tickMarkLength:0}function fn(e){var t,a;return e.display?(t=ue.options._parseFont(e),a=ue.options.toPadding(e.padding),t.lineHeight+a.height):0}function Mn(e,t){return ue.extend(ue.options._parseFont({fontFamily:dn(t.fontFamily,e.fontFamily),fontSize:dn(t.fontSize,e.fontSize),fontStyle:dn(t.fontStyle,e.fontStyle),lineHeight:dn(t.lineHeight,e.lineHeight)}),{color:ue.options.resolve([t.fontColor,e.fontColor,X.global.defaultFontColor])})}function pn(e){var t=Mn(e,e.minor),a=e.major.enabled?Mn(e,e.major):t;return{minor:t,major:a}}function gn(e){var t,a,n,r=[];for(a=0,n=e.length;a<n;++a)t=e[a],"undefined"!==typeof t._index&&r.push(t);return r}function yn(e){var t,a,n=e.length;if(n<2)return!1;for(a=e[0],t=1;t<n;++t)if(e[t]-e[t-1]!==a)return!1;return a}function Ln(e,t,a,n){var r,i,s,o,d=yn(e),l=(t.length-1)/n;if(!d)return Math.max(l,1);for(r=ue.math._factorize(d),s=0,o=r.length-1;s<o;s++)if(i=r[s],i>l)return i;return Math.max(l,1)}function vn(e){var t,a,n=[];for(t=0,a=e.length;t<a;t++)e[t].major&&n.push(t);return n}function Yn(e,t,a){var n,r,i=0,s=t[0];for(a=Math.ceil(a),n=0;n<e.length;n++)r=e[n],n===s?(r._index=n,i++,s=t[i*a]):delete r.label}function bn(e,t,a,n){var r,i,s,o,d=dn(a,0),l=Math.min(dn(n,e.length),e.length),u=0;t=Math.ceil(t),n&&(r=n-a,t=r/Math.floor(r/t)),o=d;while(o<0)u++,o=Math.round(d+u*t);for(i=Math.max(d,0);i<l;i++)s=e[i],i===o?(s._index=i,u++,o=Math.round(d+u*t)):delete s.label}X._set("scale",{display:!0,position:"left",offset:!1,gridLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickMarkLength:10,zeroLineWidth:1,zeroLineColor:"rgba(0,0,0,0.25)",zeroLineBorderDash:[],zeroLineBorderDashOffset:0,offsetGridLines:!1,borderDash:[],borderDashOffset:0},scaleLabel:{display:!1,labelString:"",padding:{top:4,bottom:4}},ticks:{beginAtZero:!1,minRotation:0,maxRotation:50,mirror:!1,padding:0,reverse:!1,display:!0,autoSkip:!0,autoSkipPadding:0,labelOffset:0,callback:rn.formatters.values,minor:{},major:{}}});var kn=ge.extend({zeroLineIndex:0,getPadding:function(){var e=this;return{left:e.paddingLeft||0,top:e.paddingTop||0,right:e.paddingRight||0,bottom:e.paddingBottom||0}},getTicks:function(){return this._ticks},_getLabels:function(){var e=this.chart.data;return this.options.labels||(this.isHorizontal()?e.xLabels:e.yLabels)||e.labels||[]},mergeTicksOptions:function(){},beforeUpdate:function(){ue.callback(this.options.beforeUpdate,[this])},update:function(e,t,a){var n,r,i,s,o,d=this,l=d.options.ticks,u=l.sampleSize;if(d.beforeUpdate(),d.maxWidth=e,d.maxHeight=t,d.margins=ue.extend({left:0,right:0,top:0,bottom:0},a),d._ticks=null,d.ticks=null,d._labelSizes=null,d._maxLabelLines=0,d.longestLabelWidth=0,d.longestTextCache=d.longestTextCache||{},d._gridLineItems=null,d._labelItems=null,d.beforeSetDimensions(),d.setDimensions(),d.afterSetDimensions(),d.beforeDataLimits(),d.determineDataLimits(),d.afterDataLimits(),d.beforeBuildTicks(),s=d.buildTicks()||[],s=d.afterBuildTicks(s)||s,(!s||!s.length)&&d.ticks)for(s=[],n=0,r=d.ticks.length;n<r;++n)s.push({value:d.ticks[n],major:!1});return d._ticks=s,o=u<s.length,i=d._convertTicksToLabels(o?un(s,u):s),d._configure(),d.beforeCalculateTickRotation(),d.calculateTickRotation(),d.afterCalculateTickRotation(),d.beforeFit(),d.fit(),d.afterFit(),d._ticksToDraw=l.display&&(l.autoSkip||"auto"===l.source)?d._autoSkip(s):s,o&&(i=d._convertTicksToLabels(d._ticksToDraw)),d.ticks=i,d.afterUpdate(),d.minSize},_configure:function(){var e,t,a=this,n=a.options.ticks.reverse;a.isHorizontal()?(e=a.left,t=a.right):(e=a.top,t=a.bottom,n=!n),a._startPixel=e,a._endPixel=t,a._reversePixels=n,a._length=t-e},afterUpdate:function(){ue.callback(this.options.afterUpdate,[this])},beforeSetDimensions:function(){ue.callback(this.options.beforeSetDimensions,[this])},setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0},afterSetDimensions:function(){ue.callback(this.options.afterSetDimensions,[this])},beforeDataLimits:function(){ue.callback(this.options.beforeDataLimits,[this])},determineDataLimits:ue.noop,afterDataLimits:function(){ue.callback(this.options.afterDataLimits,[this])},beforeBuildTicks:function(){ue.callback(this.options.beforeBuildTicks,[this])},buildTicks:ue.noop,afterBuildTicks:function(e){var t=this;return sn(e)&&e.length?ue.callback(t.options.afterBuildTicks,[t,e]):(t.ticks=ue.callback(t.options.afterBuildTicks,[t,t.ticks])||t.ticks,e)},beforeTickToLabelConversion:function(){ue.callback(this.options.beforeTickToLabelConversion,[this])},convertTicksToLabels:function(){var e=this,t=e.options.ticks;e.ticks=e.ticks.map(t.userCallback||t.callback,this)},afterTickToLabelConversion:function(){ue.callback(this.options.afterTickToLabelConversion,[this])},beforeCalculateTickRotation:function(){ue.callback(this.options.beforeCalculateTickRotation,[this])},calculateTickRotation:function(){var e,t,a,n,r,i,s,o=this,d=o.options,l=d.ticks,u=o.getTicks().length,_=l.minRotation||0,c=l.maxRotation,m=_;!o._isVisible()||!l.display||_>=c||u<=1||!o.isHorizontal()?o.labelRotation=_:(e=o._getLabelSizes(),t=e.widest.width,a=e.highest.height-e.highest.offset,n=Math.min(o.maxWidth,o.chart.width-t),r=d.offset?o.maxWidth/u:n/(u-1),t+6>r&&(r=n/(u-(d.offset?.5:1)),i=o.maxHeight-hn(d.gridLines)-l.padding-fn(d.scaleLabel),s=Math.sqrt(t*t+a*a),m=ue.toDegrees(Math.min(Math.asin(Math.min((e.highest.height+6)/r,1)),Math.asin(Math.min(i/s,1))-Math.asin(a/s))),m=Math.max(_,Math.min(c,m))),o.labelRotation=m)},afterCalculateTickRotation:function(){ue.callback(this.options.afterCalculateTickRotation,[this])},beforeFit:function(){ue.callback(this.options.beforeFit,[this])},fit:function(){var e=this,t=e.minSize={width:0,height:0},a=e.chart,n=e.options,r=n.ticks,i=n.scaleLabel,s=n.gridLines,o=e._isVisible(),d="bottom"===n.position,l=e.isHorizontal();if(l?t.width=e.maxWidth:o&&(t.width=hn(s)+fn(i)),l?o&&(t.height=hn(s)+fn(i)):t.height=e.maxHeight,r.display&&o){var u=pn(r),_=e._getLabelSizes(),c=_.first,m=_.last,h=_.widest,f=_.highest,M=.4*u.minor.lineHeight,p=r.padding;if(l){var g=0!==e.labelRotation,y=ue.toRadians(e.labelRotation),L=Math.cos(y),v=Math.sin(y),Y=v*h.width+L*(f.height-(g?f.offset:0))+(g?0:M);t.height=Math.min(e.maxHeight,t.height+Y+p);var b,k,D=e.getPixelForTick(0)-e.left,w=e.right-e.getPixelForTick(e.getTicks().length-1);g?(b=d?L*c.width+v*c.offset:v*(c.height-c.offset),k=d?v*(m.height-m.offset):L*m.width+v*m.offset):(b=c.width/2,k=m.width/2),e.paddingLeft=Math.max((b-D)*e.width/(e.width-D),0)+3,e.paddingRight=Math.max((k-w)*e.width/(e.width-w),0)+3}else{var x=r.mirror?0:h.width+p+M;t.width=Math.min(e.maxWidth,t.width+x),e.paddingTop=c.height/2,e.paddingBottom=m.height/2}}e.handleMargins(),l?(e.width=e._length=a.width-e.margins.left-e.margins.right,e.height=t.height):(e.width=t.width,e.height=e._length=a.height-e.margins.top-e.margins.bottom)},handleMargins:function(){var e=this;e.margins&&(e.margins.left=Math.max(e.paddingLeft,e.margins.left),e.margins.top=Math.max(e.paddingTop,e.margins.top),e.margins.right=Math.max(e.paddingRight,e.margins.right),e.margins.bottom=Math.max(e.paddingBottom,e.margins.bottom))},afterFit:function(){ue.callback(this.options.afterFit,[this])},isHorizontal:function(){var e=this.options.position;return"top"===e||"bottom"===e},isFullWidth:function(){return this.options.fullWidth},getRightValue:function(e){if(on(e))return NaN;if(("number"===typeof e||e instanceof Number)&&!isFinite(e))return NaN;if(e)if(this.isHorizontal()){if(void 0!==e.x)return this.getRightValue(e.x)}else if(void 0!==e.y)return this.getRightValue(e.y);return e},_convertTicksToLabels:function(e){var t,a,n,r=this;for(r.ticks=e.map((function(e){return e.value})),r.beforeTickToLabelConversion(),t=r.convertTicksToLabels(e)||r.ticks,r.afterTickToLabelConversion(),a=0,n=e.length;a<n;++a)e[a].label=t[a];return t},_getLabelSizes:function(){var e=this,t=e._labelSizes;return t||(e._labelSizes=t=mn(e.ctx,pn(e.options.ticks),e.getTicks(),e.longestTextCache),e.longestLabelWidth=t.widest.width),t},_parseValue:function(e){var t,a,n,r;return sn(e)?(t=+this.getRightValue(e[0]),a=+this.getRightValue(e[1]),n=Math.min(t,a),r=Math.max(t,a)):(e=+this.getRightValue(e),t=void 0,a=e,n=e,r=e),{min:n,max:r,start:t,end:a}},_getScaleLabel:function(e){var t=this._parseValue(e);return void 0!==t.start?"["+t.start+", "+t.end+"]":+this.getRightValue(e)},getLabelForIndex:ue.noop,getPixelForValue:ue.noop,getValueForPixel:ue.noop,getPixelForTick:function(e){var t=this,a=t.options.offset,n=t._ticks.length,r=1/Math.max(n-(a?0:1),1);return e<0||e>n-1?null:t.getPixelForDecimal(e*r+(a?r/2:0))},getPixelForDecimal:function(e){var t=this;return t._reversePixels&&(e=1-e),t._startPixel+e*t._length},getDecimalForPixel:function(e){var t=(e-this._startPixel)/this._length;return this._reversePixels?1-t:t},getBasePixel:function(){return this.getPixelForValue(this.getBaseValue())},getBaseValue:function(){var e=this,t=e.min,a=e.max;return e.beginAtZero?0:t<0&&a<0?a:t>0&&a>0?t:0},_autoSkip:function(e){var t,a,n,r,i=this,s=i.options.ticks,o=i._length,d=s.maxTicksLimit||o/i._tickSize()+1,l=s.major.enabled?vn(e):[],u=l.length,_=l[0],c=l[u-1];if(u>d)return Yn(e,l,u/d),gn(e);if(n=Ln(l,e,o,d),u>0){for(t=0,a=u-1;t<a;t++)bn(e,n,l[t],l[t+1]);return r=u>1?(c-_)/(u-1):null,bn(e,n,ue.isNullOrUndef(r)?0:_-r,_),bn(e,n,c,ue.isNullOrUndef(r)?e.length:c+r),gn(e)}return bn(e,n),gn(e)},_tickSize:function(){var e=this,t=e.options.ticks,a=ue.toRadians(e.labelRotation),n=Math.abs(Math.cos(a)),r=Math.abs(Math.sin(a)),i=e._getLabelSizes(),s=t.autoSkipPadding||0,o=i?i.widest.width+s:0,d=i?i.highest.height+s:0;return e.isHorizontal()?d*n>o*r?o/n:d/r:d*r<o*n?d/n:o/r},_isVisible:function(){var e,t,a,n=this,r=n.chart,i=n.options.display;if("auto"!==i)return!!i;for(e=0,t=r.data.datasets.length;e<t;++e)if(r.isDatasetVisible(e)&&(a=r.getDatasetMeta(e),a.xAxisID===n.id||a.yAxisID===n.id))return!0;return!1},_computeGridLineItems:function(e){var t,a,n,r,i,s,o,d,l,u,_,c,m,h,f,M,p,g=this,y=g.chart,L=g.options,v=L.gridLines,Y=L.position,b=v.offsetGridLines,k=g.isHorizontal(),D=g._ticksToDraw,w=D.length+(b?1:0),x=hn(v),T=[],S=v.drawBorder?ln(v.lineWidth,0,0):0,H=S/2,j=ue._alignPixel,P=function(e){return j(y,e,S)};for("top"===Y?(t=P(g.bottom),o=g.bottom-x,l=t-H,_=P(e.top)+H,m=e.bottom):"bottom"===Y?(t=P(g.top),_=e.top,m=P(e.bottom)-H,o=t+H,l=g.top+x):"left"===Y?(t=P(g.right),s=g.right-x,d=t-H,u=P(e.left)+H,c=e.right):(t=P(g.left),u=e.left,c=P(e.right)-H,s=t+H,d=g.left+x),a=0;a<w;++a)n=D[a]||{},on(n.label)&&a<D.length||(a===g.zeroLineIndex&&L.offset===b?(h=v.zeroLineWidth,f=v.zeroLineColor,M=v.zeroLineBorderDash||[],p=v.zeroLineBorderDashOffset||0):(h=ln(v.lineWidth,a,1),f=ln(v.color,a,"rgba(0,0,0,0.1)"),M=v.borderDash||[],p=v.borderDashOffset||0),r=_n(g,n._index||a,b),void 0!==r&&(i=j(y,r,h),k?s=d=u=c=i:o=l=_=m=i,T.push({tx1:s,ty1:o,tx2:d,ty2:l,x1:u,y1:_,x2:c,y2:m,width:h,color:f,borderDash:M,borderDashOffset:p})));return T.ticksLength=w,T.borderValue=t,T},_computeLabelItems:function(){var e,t,a,n,r,i,s,o,d,l,u,_,c=this,m=c.options,h=m.ticks,f=m.position,M=h.mirror,p=c.isHorizontal(),g=c._ticksToDraw,y=pn(h),L=h.padding,v=hn(m.gridLines),Y=-ue.toRadians(c.labelRotation),b=[];for("top"===f?(i=c.bottom-v-L,s=Y?"left":"center"):"bottom"===f?(i=c.top+v+L,s=Y?"right":"center"):"left"===f?(r=c.right-(M?0:v)-L,s=M?"left":"right"):(r=c.left+(M?0:v)+L,s=M?"right":"left"),e=0,t=g.length;e<t;++e)a=g[e],n=a.label,on(n)||(o=c.getPixelForTick(a._index||e)+h.labelOffset,d=a.major?y.major:y.minor,l=d.lineHeight,u=sn(n)?n.length:1,p?(r=o,_="top"===f?((Y?1:.5)-u)*l:(Y?0:.5)*l):(i=o,_=(1-u)*l/2),b.push({x:r,y:i,rotation:Y,label:n,font:d,textOffset:_,textAlign:s}));return b},_drawGrid:function(e){var t=this,a=t.options.gridLines;if(a.display){var n,r,i,s,o,d=t.ctx,l=t.chart,u=ue._alignPixel,_=a.drawBorder?ln(a.lineWidth,0,0):0,c=t._gridLineItems||(t._gridLineItems=t._computeGridLineItems(e));for(i=0,s=c.length;i<s;++i)o=c[i],n=o.width,r=o.color,n&&r&&(d.save(),d.lineWidth=n,d.strokeStyle=r,d.setLineDash&&(d.setLineDash(o.borderDash),d.lineDashOffset=o.borderDashOffset),d.beginPath(),a.drawTicks&&(d.moveTo(o.tx1,o.ty1),d.lineTo(o.tx2,o.ty2)),a.drawOnChartArea&&(d.moveTo(o.x1,o.y1),d.lineTo(o.x2,o.y2)),d.stroke(),d.restore());if(_){var m,h,f,M,p=_,g=ln(a.lineWidth,c.ticksLength-1,1),y=c.borderValue;t.isHorizontal()?(m=u(l,t.left,p)-p/2,h=u(l,t.right,g)+g/2,f=M=y):(f=u(l,t.top,p)-p/2,M=u(l,t.bottom,g)+g/2,m=h=y),d.lineWidth=_,d.strokeStyle=ln(a.color,0),d.beginPath(),d.moveTo(m,f),d.lineTo(h,M),d.stroke()}}},_drawLabels:function(){var e=this,t=e.options.ticks;if(t.display){var a,n,r,i,s,o,d,l,u=e.ctx,_=e._labelItems||(e._labelItems=e._computeLabelItems());for(a=0,r=_.length;a<r;++a){if(s=_[a],o=s.font,u.save(),u.translate(s.x,s.y),u.rotate(s.rotation),u.font=o.string,u.fillStyle=o.color,u.textBaseline="middle",u.textAlign=s.textAlign,d=s.label,l=s.textOffset,sn(d))for(n=0,i=d.length;n<i;++n)u.fillText(""+d[n],0,l),l+=o.lineHeight;else u.fillText(d,0,l);u.restore()}}},_drawTitle:function(){var e=this,t=e.ctx,a=e.options,n=a.scaleLabel;if(n.display){var r,i,s=dn(n.fontColor,X.global.defaultFontColor),o=ue.options._parseFont(n),d=ue.options.toPadding(n.padding),l=o.lineHeight/2,u=a.position,_=0;if(e.isHorizontal())r=e.left+e.width/2,i="bottom"===u?e.bottom-l-d.bottom:e.top+l+d.top;else{var c="left"===u;r=c?e.left+l+d.top:e.right-l-d.top,i=e.top+e.height/2,_=c?-.5*Math.PI:.5*Math.PI}t.save(),t.translate(r,i),t.rotate(_),t.textAlign="center",t.textBaseline="middle",t.fillStyle=s,t.font=o.string,t.fillText(n.labelString,0,0),t.restore()}},draw:function(e){var t=this;t._isVisible()&&(t._drawGrid(e),t._drawTitle(),t._drawLabels())},_layers:function(){var e=this,t=e.options,a=t.ticks&&t.ticks.z||0,n=t.gridLines&&t.gridLines.z||0;return e._isVisible()&&a!==n&&e.draw===e._draw?[{z:n,draw:function(){e._drawGrid.apply(e,arguments),e._drawTitle.apply(e,arguments)}},{z:a,draw:function(){e._drawLabels.apply(e,arguments)}}]:[{z:a,draw:function(){e.draw.apply(e,arguments)}}]},_getMatchingVisibleMetas:function(e){var t=this,a=t.isHorizontal();return t.chart._getSortedVisibleDatasetMetas().filter((function(n){return(!e||n.type===e)&&(a?n.xAxisID===t.id:n.yAxisID===t.id)}))}});kn.prototype._draw=kn.prototype.draw;var Dn=kn,wn=ue.isNullOrUndef,xn={position:"bottom"},Tn=Dn.extend({determineDataLimits:function(){var e,t=this,a=t._getLabels(),n=t.options.ticks,r=n.min,i=n.max,s=0,o=a.length-1;void 0!==r&&(e=a.indexOf(r),e>=0&&(s=e)),void 0!==i&&(e=a.indexOf(i),e>=0&&(o=e)),t.minIndex=s,t.maxIndex=o,t.min=a[s],t.max=a[o]},buildTicks:function(){var e=this,t=e._getLabels(),a=e.minIndex,n=e.maxIndex;e.ticks=0===a&&n===t.length-1?t:t.slice(a,n+1)},getLabelForIndex:function(e,t){var a=this,n=a.chart;return n.getDatasetMeta(t).controller._getValueScaleId()===a.id?a.getRightValue(n.data.datasets[t].data[e]):a._getLabels()[e]},_configure:function(){var e=this,t=e.options.offset,a=e.ticks;Dn.prototype._configure.call(e),e.isHorizontal()||(e._reversePixels=!e._reversePixels),a&&(e._startValue=e.minIndex-(t?.5:0),e._valueRange=Math.max(a.length-(t?0:1),1))},getPixelForValue:function(e,t,a){var n,r,i,s=this;return wn(t)||wn(a)||(e=s.chart.data.datasets[a].data[t]),wn(e)||(n=s.isHorizontal()?e.x:e.y),(void 0!==n||void 0!==e&&isNaN(t))&&(r=s._getLabels(),e=ue.valueOrDefault(n,e),i=r.indexOf(e),t=-1!==i?i:t,isNaN(t)&&(t=e)),s.getPixelForDecimal((t-s._startValue)/s._valueRange)},getPixelForTick:function(e){var t=this.ticks;return e<0||e>t.length-1?null:this.getPixelForValue(t[e],e+this.minIndex)},getValueForPixel:function(e){var t=this,a=Math.round(t._startValue+t.getDecimalForPixel(e)*t._valueRange);return Math.min(Math.max(a,0),t.ticks.length-1)},getBasePixel:function(){return this.bottom}}),Sn=xn;Tn._defaults=Sn;var Hn=ue.noop,jn=ue.isNullOrUndef;function Pn(e,t){var a,n,r,i,s=[],o=1e-14,d=e.stepSize,l=d||1,u=e.maxTicks-1,_=e.min,c=e.max,m=e.precision,h=t.min,f=t.max,M=ue.niceNum((f-h)/u/l)*l;if(M<o&&jn(_)&&jn(c))return[h,f];i=Math.ceil(f/M)-Math.floor(h/M),i>u&&(M=ue.niceNum(i*M/u/l)*l),d||jn(m)?a=Math.pow(10,ue._decimalPlaces(M)):(a=Math.pow(10,m),M=Math.ceil(M*a)/a),n=Math.floor(h/M)*M,r=Math.ceil(f/M)*M,d&&(!jn(_)&&ue.almostWhole(_/M,M/1e3)&&(n=_),!jn(c)&&ue.almostWhole(c/M,M/1e3)&&(r=c)),i=(r-n)/M,i=ue.almostEquals(i,Math.round(i),M/1e3)?Math.round(i):Math.ceil(i),n=Math.round(n*a)/a,r=Math.round(r*a)/a,s.push(jn(_)?n:_);for(var p=1;p<i;++p)s.push(Math.round((n+p*M)*a)/a);return s.push(jn(c)?r:c),s}var On=Dn.extend({getRightValue:function(e){return"string"===typeof e?+e:Dn.prototype.getRightValue.call(this,e)},handleTickRangeOptions:function(){var e=this,t=e.options,a=t.ticks;if(a.beginAtZero){var n=ue.sign(e.min),r=ue.sign(e.max);n<0&&r<0?e.max=0:n>0&&r>0&&(e.min=0)}var i=void 0!==a.min||void 0!==a.suggestedMin,s=void 0!==a.max||void 0!==a.suggestedMax;void 0!==a.min?e.min=a.min:void 0!==a.suggestedMin&&(null===e.min?e.min=a.suggestedMin:e.min=Math.min(e.min,a.suggestedMin)),void 0!==a.max?e.max=a.max:void 0!==a.suggestedMax&&(null===e.max?e.max=a.suggestedMax:e.max=Math.max(e.max,a.suggestedMax)),i!==s&&e.min>=e.max&&(i?e.max=e.min+1:e.min=e.max-1),e.min===e.max&&(e.max++,a.beginAtZero||e.min--)},getTickLimit:function(){var e,t=this,a=t.options.ticks,n=a.stepSize,r=a.maxTicksLimit;return n?e=Math.ceil(t.max/n)-Math.floor(t.min/n)+1:(e=t._computeTickLimit(),r=r||11),r&&(e=Math.min(r,e)),e},_computeTickLimit:function(){return Number.POSITIVE_INFINITY},handleDirectionalChanges:Hn,buildTicks:function(){var e=this,t=e.options,a=t.ticks,n=e.getTickLimit();n=Math.max(2,n);var r={maxTicks:n,min:a.min,max:a.max,precision:a.precision,stepSize:ue.valueOrDefault(a.fixedStepSize,a.stepSize)},i=e.ticks=Pn(r,e);e.handleDirectionalChanges(),e.max=ue.max(i),e.min=ue.min(i),a.reverse?(i.reverse(),e.start=e.max,e.end=e.min):(e.start=e.min,e.end=e.max)},convertTicksToLabels:function(){var e=this;e.ticksAsNumbers=e.ticks.slice(),e.zeroLineIndex=e.ticks.indexOf(0),Dn.prototype.convertTicksToLabels.call(e)},_configure:function(){var e,t=this,a=t.getTicks(),n=t.min,r=t.max;Dn.prototype._configure.call(t),t.options.offset&&a.length&&(e=(r-n)/Math.max(a.length-1,1)/2,n-=e,r+=e),t._startValue=n,t._endValue=r,t._valueRange=r-n}}),An={position:"left",ticks:{callback:rn.formatters.linear}},Fn=0,Wn=1;function Cn(e,t,a){var n=[a.type,void 0===t&&void 0===a.stack?a.index:"",a.stack].join(".");return void 0===e[n]&&(e[n]={pos:[],neg:[]}),e[n]}function En(e,t,a,n){var r,i,s=e.options,o=s.stacked,d=Cn(t,o,a),l=d.pos,u=d.neg,_=n.length;for(r=0;r<_;++r)i=e._parseValue(n[r]),isNaN(i.min)||isNaN(i.max)||a.data[r].hidden||(l[r]=l[r]||0,u[r]=u[r]||0,s.relativePoints?l[r]=100:i.min<0||i.max<0?u[r]+=i.min:l[r]+=i.max)}function zn(e,t,a){var n,r,i=a.length;for(n=0;n<i;++n)r=e._parseValue(a[n]),isNaN(r.min)||isNaN(r.max)||t.data[n].hidden||(e.min=Math.min(e.min,r.min),e.max=Math.max(e.max,r.max))}var In=On.extend({determineDataLimits:function(){var e,t,a,n,r=this,i=r.options,s=r.chart,o=s.data.datasets,d=r._getMatchingVisibleMetas(),l=i.stacked,u={},_=d.length;if(r.min=Number.POSITIVE_INFINITY,r.max=Number.NEGATIVE_INFINITY,void 0===l)for(e=0;!l&&e<_;++e)t=d[e],l=void 0!==t.stack;for(e=0;e<_;++e)t=d[e],a=o[t.index].data,l?En(r,u,t,a):zn(r,t,a);ue.each(u,(function(e){n=e.pos.concat(e.neg),r.min=Math.min(r.min,ue.min(n)),r.max=Math.max(r.max,ue.max(n))})),r.min=ue.isFinite(r.min)&&!isNaN(r.min)?r.min:Fn,r.max=ue.isFinite(r.max)&&!isNaN(r.max)?r.max:Wn,r.handleTickRangeOptions()},_computeTickLimit:function(){var e,t=this;return t.isHorizontal()?Math.ceil(t.width/40):(e=ue.options._parseFont(t.options.ticks),Math.ceil(t.height/e.lineHeight))},handleDirectionalChanges:function(){this.isHorizontal()||this.ticks.reverse()},getLabelForIndex:function(e,t){return this._getScaleLabel(this.chart.data.datasets[t].data[e])},getPixelForValue:function(e){var t=this;return t.getPixelForDecimal((+t.getRightValue(e)-t._startValue)/t._valueRange)},getValueForPixel:function(e){return this._startValue+this.getDecimalForPixel(e)*this._valueRange},getPixelForTick:function(e){var t=this.ticksAsNumbers;return e<0||e>t.length-1?null:this.getPixelForValue(t[e])}}),Nn=An;In._defaults=Nn;var Rn=ue.valueOrDefault,Vn=ue.math.log10;function Bn(e,t){var a,n,r=[],i=Rn(e.min,Math.pow(10,Math.floor(Vn(t.min)))),s=Math.floor(Vn(t.max)),o=Math.ceil(t.max/Math.pow(10,s));0===i?(a=Math.floor(Vn(t.minNotZero)),n=Math.floor(t.minNotZero/Math.pow(10,a)),r.push(i),i=n*Math.pow(10,a)):(a=Math.floor(Vn(i)),n=Math.floor(i/Math.pow(10,a)));var d=a<0?Math.pow(10,Math.abs(a)):1;do{r.push(i),++n,10===n&&(n=1,++a,d=a>=0?1:d),i=Math.round(n*Math.pow(10,a)*d)/d}while(a<s||a===s&&n<o);var l=Rn(e.max,i);return r.push(l),r}var Jn={position:"left",ticks:{callback:rn.formatters.logarithmic}};function Un(e,t){return ue.isFinite(e)&&e>=0?e:t}var Gn=Dn.extend({determineDataLimits:function(){var e,t,a,n,r,i,s=this,o=s.options,d=s.chart,l=d.data.datasets,u=s.isHorizontal();function _(e){return u?e.xAxisID===s.id:e.yAxisID===s.id}s.min=Number.POSITIVE_INFINITY,s.max=Number.NEGATIVE_INFINITY,s.minNotZero=Number.POSITIVE_INFINITY;var c=o.stacked;if(void 0===c)for(e=0;e<l.length;e++)if(t=d.getDatasetMeta(e),d.isDatasetVisible(e)&&_(t)&&void 0!==t.stack){c=!0;break}if(o.stacked||c){var m={};for(e=0;e<l.length;e++){t=d.getDatasetMeta(e);var h=[t.type,void 0===o.stacked&&void 0===t.stack?e:"",t.stack].join(".");if(d.isDatasetVisible(e)&&_(t))for(void 0===m[h]&&(m[h]=[]),n=l[e].data,r=0,i=n.length;r<i;r++){var f=m[h];a=s._parseValue(n[r]),isNaN(a.min)||isNaN(a.max)||t.data[r].hidden||a.min<0||a.max<0||(f[r]=f[r]||0,f[r]+=a.max)}}ue.each(m,(function(e){if(e.length>0){var t=ue.min(e),a=ue.max(e);s.min=Math.min(s.min,t),s.max=Math.max(s.max,a)}}))}else for(e=0;e<l.length;e++)if(t=d.getDatasetMeta(e),d.isDatasetVisible(e)&&_(t))for(n=l[e].data,r=0,i=n.length;r<i;r++)a=s._parseValue(n[r]),isNaN(a.min)||isNaN(a.max)||t.data[r].hidden||a.min<0||a.max<0||(s.min=Math.min(a.min,s.min),s.max=Math.max(a.max,s.max),0!==a.min&&(s.minNotZero=Math.min(a.min,s.minNotZero)));s.min=ue.isFinite(s.min)?s.min:null,s.max=ue.isFinite(s.max)?s.max:null,s.minNotZero=ue.isFinite(s.minNotZero)?s.minNotZero:null,this.handleTickRangeOptions()},handleTickRangeOptions:function(){var e=this,t=e.options.ticks,a=1,n=10;e.min=Un(t.min,e.min),e.max=Un(t.max,e.max),e.min===e.max&&(0!==e.min&&null!==e.min?(e.min=Math.pow(10,Math.floor(Vn(e.min))-1),e.max=Math.pow(10,Math.floor(Vn(e.max))+1)):(e.min=a,e.max=n)),null===e.min&&(e.min=Math.pow(10,Math.floor(Vn(e.max))-1)),null===e.max&&(e.max=0!==e.min?Math.pow(10,Math.floor(Vn(e.min))+1):n),null===e.minNotZero&&(e.min>0?e.minNotZero=e.min:e.max<1?e.minNotZero=Math.pow(10,Math.floor(Vn(e.max))):e.minNotZero=a)},buildTicks:function(){var e=this,t=e.options.ticks,a=!e.isHorizontal(),n={min:Un(t.min),max:Un(t.max)},r=e.ticks=Bn(n,e);e.max=ue.max(r),e.min=ue.min(r),t.reverse?(a=!a,e.start=e.max,e.end=e.min):(e.start=e.min,e.end=e.max),a&&r.reverse()},convertTicksToLabels:function(){this.tickValues=this.ticks.slice(),Dn.prototype.convertTicksToLabels.call(this)},getLabelForIndex:function(e,t){return this._getScaleLabel(this.chart.data.datasets[t].data[e])},getPixelForTick:function(e){var t=this.tickValues;return e<0||e>t.length-1?null:this.getPixelForValue(t[e])},_getFirstTickValue:function(e){var t=Math.floor(Vn(e)),a=Math.floor(e/Math.pow(10,t));return a*Math.pow(10,t)},_configure:function(){var e=this,t=e.min,a=0;Dn.prototype._configure.call(e),0===t&&(t=e._getFirstTickValue(e.minNotZero),a=Rn(e.options.ticks.fontSize,X.global.defaultFontSize)/e._length),e._startValue=Vn(t),e._valueOffset=a,e._valueRange=(Vn(e.max)-Vn(t))/(1-a)},getPixelForValue:function(e){var t=this,a=0;return e=+t.getRightValue(e),e>t.min&&e>0&&(a=(Vn(e)-t._startValue)/t._valueRange+t._valueOffset),t.getPixelForDecimal(a)},getValueForPixel:function(e){var t=this,a=t.getDecimalForPixel(e);return 0===a&&0===t.min?0:Math.pow(10,t._startValue+(a-t._valueOffset)*t._valueRange)}}),qn=Jn;Gn._defaults=qn;var $n=ue.valueOrDefault,Kn=ue.valueAtIndexOrDefault,Zn=ue.options.resolve,Xn={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,color:"rgba(0,0,0,0.1)",lineWidth:1,borderDash:[],borderDashOffset:0},gridLines:{circular:!1},ticks:{showLabelBackdrop:!0,backdropColor:"rgba(255,255,255,0.75)",backdropPaddingY:2,backdropPaddingX:2,callback:rn.formatters.linear},pointLabels:{display:!0,fontSize:10,callback:function(e){return e}}};function Qn(e){var t=e.ticks;return t.display&&e.display?$n(t.fontSize,X.global.defaultFontSize)+2*t.backdropPaddingY:0}function er(e,t,a){return ue.isArray(a)?{w:ue.longestText(e,e.font,a),h:a.length*t}:{w:e.measureText(a).width,h:t}}function tr(e,t,a,n,r){return e===n||e===r?{start:t-a/2,end:t+a/2}:e<n||e>r?{start:t-a,end:t}:{start:t,end:t+a}}function ar(e){var t,a,n,r=ue.options._parseFont(e.options.pointLabels),i={l:0,r:e.width,t:0,b:e.height-e.paddingTop},s={};e.ctx.font=r.string,e._pointLabelSizes=[];var o=e.chart.data.labels.length;for(t=0;t<o;t++){n=e.getPointPosition(t,e.drawingArea+5),a=er(e.ctx,r.lineHeight,e.pointLabels[t]),e._pointLabelSizes[t]=a;var d=e.getIndexAngle(t),l=ue.toDegrees(d)%360,u=tr(l,n.x,a.w,0,180),_=tr(l,n.y,a.h,90,270);u.start<i.l&&(i.l=u.start,s.l=d),u.end>i.r&&(i.r=u.end,s.r=d),_.start<i.t&&(i.t=_.start,s.t=d),_.end>i.b&&(i.b=_.end,s.b=d)}e.setReductions(e.drawingArea,i,s)}function nr(e){return 0===e||180===e?"center":e<180?"left":"right"}function rr(e,t,a,n){var r,i,s=a.y+n/2;if(ue.isArray(t))for(r=0,i=t.length;r<i;++r)e.fillText(t[r],a.x,s),s+=n;else e.fillText(t,a.x,s)}function ir(e,t,a){90===e||270===e?a.y-=t.h/2:(e>270||e<90)&&(a.y-=t.h)}function sr(e){var t=e.ctx,a=e.options,n=a.pointLabels,r=Qn(a),i=e.getDistanceFromCenterForValue(a.ticks.reverse?e.min:e.max),s=ue.options._parseFont(n);t.save(),t.font=s.string,t.textBaseline="middle";for(var o=e.chart.data.labels.length-1;o>=0;o--){var d=0===o?r/2:0,l=e.getPointPosition(o,i+d+5),u=Kn(n.fontColor,o,X.global.defaultFontColor);t.fillStyle=u;var _=e.getIndexAngle(o),c=ue.toDegrees(_);t.textAlign=nr(c),ir(c,e._pointLabelSizes[o],l),rr(t,e.pointLabels[o],l,s.lineHeight)}t.restore()}function or(e,t,a,n){var r,i=e.ctx,s=t.circular,o=e.chart.data.labels.length,d=Kn(t.color,n-1),l=Kn(t.lineWidth,n-1);if((s||o)&&d&&l){if(i.save(),i.strokeStyle=d,i.lineWidth=l,i.setLineDash&&(i.setLineDash(t.borderDash||[]),i.lineDashOffset=t.borderDashOffset||0),i.beginPath(),s)i.arc(e.xCenter,e.yCenter,a,0,2*Math.PI);else{r=e.getPointPosition(0,a),i.moveTo(r.x,r.y);for(var u=1;u<o;u++)r=e.getPointPosition(u,a),i.lineTo(r.x,r.y)}i.closePath(),i.stroke(),i.restore()}}function dr(e){return ue.isNumber(e)?e:0}var lr=On.extend({setDimensions:function(){var e=this;e.width=e.maxWidth,e.height=e.maxHeight,e.paddingTop=Qn(e.options)/2,e.xCenter=Math.floor(e.width/2),e.yCenter=Math.floor((e.height-e.paddingTop)/2),e.drawingArea=Math.min(e.height-e.paddingTop,e.width)/2},determineDataLimits:function(){var e=this,t=e.chart,a=Number.POSITIVE_INFINITY,n=Number.NEGATIVE_INFINITY;ue.each(t.data.datasets,(function(r,i){if(t.isDatasetVisible(i)){var s=t.getDatasetMeta(i);ue.each(r.data,(function(t,r){var i=+e.getRightValue(t);isNaN(i)||s.data[r].hidden||(a=Math.min(i,a),n=Math.max(i,n))}))}})),e.min=a===Number.POSITIVE_INFINITY?0:a,e.max=n===Number.NEGATIVE_INFINITY?0:n,e.handleTickRangeOptions()},_computeTickLimit:function(){return Math.ceil(this.drawingArea/Qn(this.options))},convertTicksToLabels:function(){var e=this;On.prototype.convertTicksToLabels.call(e),e.pointLabels=e.chart.data.labels.map((function(){var t=ue.callback(e.options.pointLabels.callback,arguments,e);return t||0===t?t:""}))},getLabelForIndex:function(e,t){return+this.getRightValue(this.chart.data.datasets[t].data[e])},fit:function(){var e=this,t=e.options;t.display&&t.pointLabels.display?ar(e):e.setCenterPoint(0,0,0,0)},setReductions:function(e,t,a){var n=this,r=t.l/Math.sin(a.l),i=Math.max(t.r-n.width,0)/Math.sin(a.r),s=-t.t/Math.cos(a.t),o=-Math.max(t.b-(n.height-n.paddingTop),0)/Math.cos(a.b);r=dr(r),i=dr(i),s=dr(s),o=dr(o),n.drawingArea=Math.min(Math.floor(e-(r+i)/2),Math.floor(e-(s+o)/2)),n.setCenterPoint(r,i,s,o)},setCenterPoint:function(e,t,a,n){var r=this,i=r.width-t-r.drawingArea,s=e+r.drawingArea,o=a+r.drawingArea,d=r.height-r.paddingTop-n-r.drawingArea;r.xCenter=Math.floor((s+i)/2+r.left),r.yCenter=Math.floor((o+d)/2+r.top+r.paddingTop)},getIndexAngle:function(e){var t=this.chart,a=360/t.data.labels.length,n=t.options||{},r=n.startAngle||0,i=(e*a+r)%360;return(i<0?i+360:i)*Math.PI*2/360},getDistanceFromCenterForValue:function(e){var t=this;if(ue.isNullOrUndef(e))return NaN;var a=t.drawingArea/(t.max-t.min);return t.options.ticks.reverse?(t.max-e)*a:(e-t.min)*a},getPointPosition:function(e,t){var a=this,n=a.getIndexAngle(e)-Math.PI/2;return{x:Math.cos(n)*t+a.xCenter,y:Math.sin(n)*t+a.yCenter}},getPointPositionForValue:function(e,t){return this.getPointPosition(e,this.getDistanceFromCenterForValue(t))},getBasePosition:function(e){var t=this,a=t.min,n=t.max;return t.getPointPositionForValue(e||0,t.beginAtZero?0:a<0&&n<0?n:a>0&&n>0?a:0)},_drawGrid:function(){var e,t,a,n=this,r=n.ctx,i=n.options,s=i.gridLines,o=i.angleLines,d=$n(o.lineWidth,s.lineWidth),l=$n(o.color,s.color);if(i.pointLabels.display&&sr(n),s.display&&ue.each(n.ticks,(function(e,a){0!==a&&(t=n.getDistanceFromCenterForValue(n.ticksAsNumbers[a]),or(n,s,t,a))})),o.display&&d&&l){for(r.save(),r.lineWidth=d,r.strokeStyle=l,r.setLineDash&&(r.setLineDash(Zn([o.borderDash,s.borderDash,[]])),r.lineDashOffset=Zn([o.borderDashOffset,s.borderDashOffset,0])),e=n.chart.data.labels.length-1;e>=0;e--)t=n.getDistanceFromCenterForValue(i.ticks.reverse?n.min:n.max),a=n.getPointPosition(e,t),r.beginPath(),r.moveTo(n.xCenter,n.yCenter),r.lineTo(a.x,a.y),r.stroke();r.restore()}},_drawLabels:function(){var e=this,t=e.ctx,a=e.options,n=a.ticks;if(n.display){var r,i,s=e.getIndexAngle(0),o=ue.options._parseFont(n),d=$n(n.fontColor,X.global.defaultFontColor);t.save(),t.font=o.string,t.translate(e.xCenter,e.yCenter),t.rotate(s),t.textAlign="center",t.textBaseline="middle",ue.each(e.ticks,(function(a,s){(0!==s||n.reverse)&&(r=e.getDistanceFromCenterForValue(e.ticksAsNumbers[s]),n.showLabelBackdrop&&(i=t.measureText(a).width,t.fillStyle=n.backdropColor,t.fillRect(-i/2-n.backdropPaddingX,-r-o.size/2-n.backdropPaddingY,i+2*n.backdropPaddingX,o.size+2*n.backdropPaddingY)),t.fillStyle=d,t.fillText(a,0,-r))})),t.restore()}},_drawTitle:ue.noop}),ur=Xn;lr._defaults=ur;var _r=ue._deprecated,cr=ue.options.resolve,mr=ue.valueOrDefault,hr=Number.MIN_SAFE_INTEGER||-9007199254740991,fr=Number.MAX_SAFE_INTEGER||9007199254740991,Mr={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},pr=Object.keys(Mr);function gr(e,t){return e-t}function yr(e){var t,a,n,r={},i=[];for(t=0,a=e.length;t<a;++t)n=e[t],r[n]||(r[n]=!0,i.push(n));return i}function Lr(e){return ue.valueOrDefault(e.time.min,e.ticks.min)}function vr(e){return ue.valueOrDefault(e.time.max,e.ticks.max)}function Yr(e,t,a,n){if("linear"===n||!e.length)return[{time:t,pos:0},{time:a,pos:1}];var r,i,s,o,d,l=[],u=[t];for(r=0,i=e.length;r<i;++r)o=e[r],o>t&&o<a&&u.push(o);for(u.push(a),r=0,i=u.length;r<i;++r)d=u[r+1],s=u[r-1],o=u[r],void 0!==s&&void 0!==d&&Math.round((d+s)/2)===o||l.push({time:o,pos:r/(i-1)});return l}function br(e,t,a){var n,r,i,s=0,o=e.length-1;while(s>=0&&s<=o){if(n=s+o>>1,r=e[n-1]||null,i=e[n],!r)return{lo:null,hi:i};if(i[t]<a)s=n+1;else{if(!(r[t]>a))return{lo:r,hi:i};o=n-1}}return{lo:i,hi:null}}function kr(e,t,a,n){var r=br(e,t,a),i=r.lo?r.hi?r.lo:e[e.length-2]:e[0],s=r.lo?r.hi?r.hi:e[e.length-1]:e[1],o=s[t]-i[t],d=o?(a-i[t])/o:0,l=(s[n]-i[n])*d;return i[n]+l}function Dr(e,t){var a=e._adapter,n=e.options.time,r=n.parser,i=r||n.format,s=t;return"function"===typeof r&&(s=r(s)),ue.isFinite(s)||(s="string"===typeof i?a.parse(s,i):a.parse(s)),null!==s?+s:(r||"function"!==typeof i||(s=i(t),ue.isFinite(s)||(s=a.parse(s))),s)}function wr(e,t){if(ue.isNullOrUndef(t))return null;var a=e.options.time,n=Dr(e,e.getRightValue(t));return null===n||a.round&&(n=+e._adapter.startOf(n,a.round)),n}function xr(e,t,a,n){var r,i,s,o=pr.length;for(r=pr.indexOf(e);r<o-1;++r)if(i=Mr[pr[r]],s=i.steps?i.steps:fr,i.common&&Math.ceil((a-t)/(s*i.size))<=n)return pr[r];return pr[o-1]}function Tr(e,t,a,n,r){var i,s;for(i=pr.length-1;i>=pr.indexOf(a);i--)if(s=pr[i],Mr[s].common&&e._adapter.diff(r,n,s)>=t-1)return s;return pr[a?pr.indexOf(a):0]}function Sr(e){for(var t=pr.indexOf(e)+1,a=pr.length;t<a;++t)if(Mr[pr[t]].common)return pr[t]}function Hr(e,t,a,n){var r,i=e._adapter,s=e.options,o=s.time,d=o.unit||xr(o.minUnit,t,a,n),l=cr([o.stepSize,o.unitStepSize,1]),u="week"===d&&o.isoWeekday,_=t,c=[];if(u&&(_=+i.startOf(_,"isoWeek",u)),_=+i.startOf(_,u?"day":d),i.diff(a,t,d)>1e5*l)throw t+" and "+a+" are too far apart with stepSize of "+l+" "+d;for(r=_;r<a;r=+i.add(r,l,d))c.push(r);return r!==a&&"ticks"!==s.bounds||c.push(r),c}function jr(e,t,a,n,r){var i,s,o=0,d=0;return r.offset&&t.length&&(i=kr(e,"time",t[0],"pos"),o=1===t.length?1-i:(kr(e,"time",t[1],"pos")-i)/2,s=kr(e,"time",t[t.length-1],"pos"),d=1===t.length?s:(s-kr(e,"time",t[t.length-2],"pos"))/2),{start:o,end:d,factor:1/(o+1+d)}}function Pr(e,t,a,n){var r,i,s=e._adapter,o=+s.startOf(t[0].value,n),d=t[t.length-1].value;for(r=o;r<=d;r=+s.add(r,1,n))i=a[r],i>=0&&(t[i].major=!0);return t}function Or(e,t,a){var n,r,i=[],s={},o=t.length;for(n=0;n<o;++n)r=t[n],s[r]=n,i.push({value:r,major:!1});return 0!==o&&a?Pr(e,i,s,a):i}var Ar={position:"bottom",distribution:"linear",bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,displayFormat:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{autoSkip:!1,source:"auto",major:{enabled:!1}}},Fr=Dn.extend({initialize:function(){this.mergeTicksOptions(),Dn.prototype.initialize.call(this)},update:function(){var e=this,t=e.options,a=t.time||(t.time={}),n=e._adapter=new nn._date(t.adapters.date);return _r("time scale",a.format,"time.format","time.parser"),_r("time scale",a.min,"time.min","ticks.min"),_r("time scale",a.max,"time.max","ticks.max"),ue.mergeIf(a.displayFormats,n.formats()),Dn.prototype.update.apply(e,arguments)},getRightValue:function(e){return e&&void 0!==e.t&&(e=e.t),Dn.prototype.getRightValue.call(this,e)},determineDataLimits:function(){var e,t,a,n,r,i,s,o=this,d=o.chart,l=o._adapter,u=o.options,_=u.time.unit||"day",c=fr,m=hr,h=[],f=[],M=[],p=o._getLabels();for(e=0,a=p.length;e<a;++e)M.push(wr(o,p[e]));for(e=0,a=(d.data.datasets||[]).length;e<a;++e)if(d.isDatasetVisible(e))if(r=d.data.datasets[e].data,ue.isObject(r[0]))for(f[e]=[],t=0,n=r.length;t<n;++t)i=wr(o,r[t]),h.push(i),f[e][t]=i;else f[e]=M.slice(0),s||(h=h.concat(M),s=!0);else f[e]=[];M.length&&(c=Math.min(c,M[0]),m=Math.max(m,M[M.length-1])),h.length&&(h=a>1?yr(h).sort(gr):h.sort(gr),c=Math.min(c,h[0]),m=Math.max(m,h[h.length-1])),c=wr(o,Lr(u))||c,m=wr(o,vr(u))||m,c=c===fr?+l.startOf(Date.now(),_):c,m=m===hr?+l.endOf(Date.now(),_)+1:m,o.min=Math.min(c,m),o.max=Math.max(c+1,m),o._table=[],o._timestamps={data:h,datasets:f,labels:M}},buildTicks:function(){var e,t,a,n=this,r=n.min,i=n.max,s=n.options,o=s.ticks,d=s.time,l=n._timestamps,u=[],_=n.getLabelCapacity(r),c=o.source,m=s.distribution;for(l="data"===c||"auto"===c&&"series"===m?l.data:"labels"===c?l.labels:Hr(n,r,i,_),"ticks"===s.bounds&&l.length&&(r=l[0],i=l[l.length-1]),r=wr(n,Lr(s))||r,i=wr(n,vr(s))||i,e=0,t=l.length;e<t;++e)a=l[e],a>=r&&a<=i&&u.push(a);return n.min=r,n.max=i,n._unit=d.unit||(o.autoSkip?xr(d.minUnit,n.min,n.max,_):Tr(n,u.length,d.minUnit,n.min,n.max)),n._majorUnit=o.major.enabled&&"year"!==n._unit?Sr(n._unit):void 0,n._table=Yr(n._timestamps.data,r,i,m),n._offsets=jr(n._table,u,r,i,s),o.reverse&&u.reverse(),Or(n,u,n._majorUnit)},getLabelForIndex:function(e,t){var a=this,n=a._adapter,r=a.chart.data,i=a.options.time,s=r.labels&&e<r.labels.length?r.labels[e]:"",o=r.datasets[t].data[e];return ue.isObject(o)&&(s=a.getRightValue(o)),i.tooltipFormat?n.format(Dr(a,s),i.tooltipFormat):"string"===typeof s?s:n.format(Dr(a,s),i.displayFormats.datetime)},tickFormatFunction:function(e,t,a,n){var r=this,i=r._adapter,s=r.options,o=s.time.displayFormats,d=o[r._unit],l=r._majorUnit,u=o[l],_=a[t],c=s.ticks,m=l&&u&&_&&_.major,h=i.format(e,n||(m?u:d)),f=m?c.major:c.minor,M=cr([f.callback,f.userCallback,c.callback,c.userCallback]);return M?M(h,t,a):h},convertTicksToLabels:function(e){var t,a,n=[];for(t=0,a=e.length;t<a;++t)n.push(this.tickFormatFunction(e[t].value,t,e));return n},getPixelForOffset:function(e){var t=this,a=t._offsets,n=kr(t._table,"time",e,"pos");return t.getPixelForDecimal((a.start+n)*a.factor)},getPixelForValue:function(e,t,a){var n=this,r=null;if(void 0!==t&&void 0!==a&&(r=n._timestamps.datasets[a][t]),null===r&&(r=wr(n,e)),null!==r)return n.getPixelForOffset(r)},getPixelForTick:function(e){var t=this.getTicks();return e>=0&&e<t.length?this.getPixelForOffset(t[e].value):null},getValueForPixel:function(e){var t=this,a=t._offsets,n=t.getDecimalForPixel(e)/a.factor-a.end,r=kr(t._table,"pos",n,"time");return t._adapter._create(r)},_getLabelSize:function(e){var t=this,a=t.options.ticks,n=t.ctx.measureText(e).width,r=ue.toRadians(t.isHorizontal()?a.maxRotation:a.minRotation),i=Math.cos(r),s=Math.sin(r),o=mr(a.fontSize,X.global.defaultFontSize);return{w:n*i+o*s,h:n*s+o*i}},getLabelWidth:function(e){return this._getLabelSize(e).w},getLabelCapacity:function(e){var t=this,a=t.options.time,n=a.displayFormats,r=n[a.unit]||n.millisecond,i=t.tickFormatFunction(e,0,Or(t,[e],t._majorUnit),r),s=t._getLabelSize(i),o=Math.floor(t.isHorizontal()?t.width/s.w:t.height/s.h);return t.options.offset&&o--,o>0?o:1}}),Wr=Ar;Fr._defaults=Wr;var Cr={category:Tn,linear:In,logarithmic:Gn,radialLinear:lr,time:Fr},Er={datetime:"MMM D, YYYY, h:mm:ss a",millisecond:"h:mm:ss.SSS a",second:"h:mm:ss a",minute:"h:mm a",hour:"hA",day:"MMM D",week:"ll",month:"MMM YYYY",quarter:"[Q]Q - YYYY",year:"YYYY"};nn._date.override("function"===typeof e?{_id:"moment",formats:function(){return Er},parse:function(t,a){return"string"===typeof t&&"string"===typeof a?t=e(t,a):t instanceof e||(t=e(t)),t.isValid()?t.valueOf():null},format:function(t,a){return e(t).format(a)},add:function(t,a,n){return e(t).add(a,n).valueOf()},diff:function(t,a,n){return e(t).diff(e(a),n)},startOf:function(t,a,n){return t=e(t),"isoWeek"===a?t.isoWeekday(n).valueOf():t.startOf(a).valueOf()},endOf:function(t,a){return e(t).endOf(a).valueOf()},_create:function(t){return e(t)}}:{}),X._set("global",{plugins:{filler:{propagate:!0}}});var zr={dataset:function(e){var t=e.fill,a=e.chart,n=a.getDatasetMeta(t),r=n&&a.isDatasetVisible(t),i=r&&n.dataset._children||[],s=i.length||0;return s?function(e,t){return t<s&&i[t]._view||null}:null},boundary:function(e){var t=e.boundary,a=t?t.x:null,n=t?t.y:null;return ue.isArray(t)?function(e,a){return t[a]}:function(e){return{x:null===a?e.x:a,y:null===n?e.y:n}}}};function Ir(e,t,a){var n,r=e._model||{},i=r.fill;if(void 0===i&&(i=!!r.backgroundColor),!1===i||null===i)return!1;if(!0===i)return"origin";if(n=parseFloat(i,10),isFinite(n)&&Math.floor(n)===n)return"-"!==i[0]&&"+"!==i[0]||(n=t+n),!(n===t||n<0||n>=a)&&n;switch(i){case"bottom":return"start";case"top":return"end";case"zero":return"origin";case"origin":case"start":case"end":return i;default:return!1}}function Nr(e){var t,a=e.el._model||{},n=e.el._scale||{},r=e.fill,i=null;if(isFinite(r))return null;if("start"===r?i=void 0===a.scaleBottom?n.bottom:a.scaleBottom:"end"===r?i=void 0===a.scaleTop?n.top:a.scaleTop:void 0!==a.scaleZero?i=a.scaleZero:n.getBasePixel&&(i=n.getBasePixel()),void 0!==i&&null!==i){if(void 0!==i.x&&void 0!==i.y)return i;if(ue.isFinite(i))return t=n.isHorizontal(),{x:t?i:null,y:t?null:i}}return null}function Rr(e){var t,a,n,r,i,s=e.el._scale,o=s.options,d=s.chart.data.labels.length,l=e.fill,u=[];if(!d)return null;for(t=o.ticks.reverse?s.max:s.min,a=o.ticks.reverse?s.min:s.max,n=s.getPointPositionForValue(0,t),r=0;r<d;++r)i="start"===l||"end"===l?s.getPointPositionForValue(r,"start"===l?t:a):s.getBasePosition(r),o.gridLines.circular&&(i.cx=n.x,i.cy=n.y,i.angle=s.getIndexAngle(r)-Math.PI/2),u.push(i);return u}function Vr(e){var t=e.el._scale||{};return t.getPointPositionForValue?Rr(e):Nr(e)}function Br(e,t,a){var n,r=e[t],i=r.fill,s=[t];if(!a)return i;while(!1!==i&&-1===s.indexOf(i)){if(!isFinite(i))return i;if(n=e[i],!n)return!1;if(n.visible)return i;s.push(i),i=n.fill}return!1}function Jr(e){var t=e.fill,a="dataset";return!1===t?null:(isFinite(t)||(a="boundary"),zr[a](e))}function Ur(e){return e&&!e.skip}function Gr(e,t,a,n,r){var i,s,o,d;if(n&&r){for(e.moveTo(t[0].x,t[0].y),i=1;i<n;++i)ue.canvas.lineTo(e,t[i-1],t[i]);if(void 0===a[0].angle)for(e.lineTo(a[r-1].x,a[r-1].y),i=r-1;i>0;--i)ue.canvas.lineTo(e,a[i],a[i-1],!0);else for(s=a[0].cx,o=a[0].cy,d=Math.sqrt(Math.pow(a[0].x-s,2)+Math.pow(a[0].y-o,2)),i=r-1;i>0;--i)e.arc(s,o,d,a[i].angle,a[i-1].angle,!0)}}function qr(e,t,a,n,r,i){var s,o,d,l,u,_,c,m,h=t.length,f=n.spanGaps,M=[],p=[],g=0,y=0;for(e.beginPath(),s=0,o=h;s<o;++s)d=s%h,l=t[d]._view,u=a(l,d,n),_=Ur(l),c=Ur(u),i&&void 0===m&&_&&(m=s+1,o=h+m),_&&c?(g=M.push(l),y=p.push(u)):g&&y&&(f?(_&&M.push(l),c&&p.push(u)):(Gr(e,M,p,g,y),g=y=0,M=[],p=[]));Gr(e,M,p,g,y),e.closePath(),e.fillStyle=r,e.fill()}var $r={id:"filler",afterDatasetsUpdate:function(e,t){var a,n,r,i,s=(e.data.datasets||[]).length,o=t.propagate,d=[];for(n=0;n<s;++n)a=e.getDatasetMeta(n),r=a.dataset,i=null,r&&r._model&&r instanceof Ke.Line&&(i={visible:e.isDatasetVisible(n),fill:Ir(r,n,s),chart:e,el:r}),a.$filler=i,d.push(i);for(n=0;n<s;++n)i=d[n],i&&(i.fill=Br(d,n,o),i.boundary=Vr(i),i.mapper=Jr(i))},beforeDatasetsDraw:function(e){var t,a,n,r,i,s,o,d=e._getSortedVisibleDatasetMetas(),l=e.ctx;for(a=d.length-1;a>=0;--a)t=d[a].$filler,t&&t.visible&&(n=t.el,r=n._view,i=n._children||[],s=t.mapper,o=r.backgroundColor||X.global.defaultColor,s&&o&&i.length&&(ue.canvas.clipArea(l,e.chartArea),qr(l,i,s,r,o,n._loop),ue.canvas.unclipArea(l)))}},Kr=ue.rtl.getRtlAdapter,Zr=ue.noop,Xr=ue.valueOrDefault;function Qr(e,t){return e.usePointStyle&&e.boxWidth>t?t:e.boxWidth}X._set("global",{legend:{display:!0,position:"top",align:"center",fullWidth:!0,reverse:!1,weight:1e3,onClick:function(e,t){var a=t.datasetIndex,n=this.chart,r=n.getDatasetMeta(a);r.hidden=null===r.hidden?!n.data.datasets[a].hidden:null,n.update()},onHover:null,onLeave:null,labels:{boxWidth:40,padding:10,generateLabels:function(e){var t=e.data.datasets,a=e.options.legend||{},n=a.labels&&a.labels.usePointStyle;return e._getSortedDatasetMetas().map((function(a){var r=a.controller.getStyle(n?0:void 0);return{text:t[a.index].label,fillStyle:r.backgroundColor,hidden:!e.isDatasetVisible(a.index),lineCap:r.borderCapStyle,lineDash:r.borderDash,lineDashOffset:r.borderDashOffset,lineJoin:r.borderJoinStyle,lineWidth:r.borderWidth,strokeStyle:r.borderColor,pointStyle:r.pointStyle,rotation:r.rotation,datasetIndex:a.index}}),this)}}},legendCallback:function(e){var t,a,n,r,i=document.createElement("ul"),s=e.data.datasets;for(i.setAttribute("class",e.id+"-legend"),t=0,a=s.length;t<a;t++)n=i.appendChild(document.createElement("li")),r=n.appendChild(document.createElement("span")),r.style.backgroundColor=s[t].backgroundColor,s[t].label&&n.appendChild(document.createTextNode(s[t].label));return i.outerHTML}});var ei=ge.extend({initialize:function(e){var t=this;ue.extend(t,e),t.legendHitBoxes=[],t._hoveredItem=null,t.doughnutMode=!1},beforeUpdate:Zr,update:function(e,t,a){var n=this;return n.beforeUpdate(),n.maxWidth=e,n.maxHeight=t,n.margins=a,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate(),n.minSize},afterUpdate:Zr,beforeSetDimensions:Zr,setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0,e.minSize={width:0,height:0}},afterSetDimensions:Zr,beforeBuildLabels:Zr,buildLabels:function(){var e=this,t=e.options.labels||{},a=ue.callback(t.generateLabels,[e.chart],e)||[];t.filter&&(a=a.filter((function(a){return t.filter(a,e.chart.data)}))),e.options.reverse&&a.reverse(),e.legendItems=a},afterBuildLabels:Zr,beforeFit:Zr,fit:function(){var e=this,t=e.options,a=t.labels,n=t.display,r=e.ctx,i=ue.options._parseFont(a),s=i.size,o=e.legendHitBoxes=[],d=e.minSize,l=e.isHorizontal();if(l?(d.width=e.maxWidth,d.height=n?10:0):(d.width=n?10:0,d.height=e.maxHeight),n){if(r.font=i.string,l){var u=e.lineWidths=[0],_=0;r.textAlign="left",r.textBaseline="middle",ue.each(e.legendItems,(function(e,t){var n=Qr(a,s),i=n+s/2+r.measureText(e.text).width;(0===t||u[u.length-1]+i+2*a.padding>d.width)&&(_+=s+a.padding,u[u.length-(t>0?0:1)]=0),o[t]={left:0,top:0,width:i,height:s},u[u.length-1]+=i+a.padding})),d.height+=_}else{var c=a.padding,m=e.columnWidths=[],h=e.columnHeights=[],f=a.padding,M=0,p=0;ue.each(e.legendItems,(function(e,t){var n=Qr(a,s),i=n+s/2+r.measureText(e.text).width;t>0&&p+s+2*c>d.height&&(f+=M+a.padding,m.push(M),h.push(p),M=0,p=0),M=Math.max(M,i),p+=s+c,o[t]={left:0,top:0,width:i,height:s}})),f+=M,m.push(M),h.push(p),d.width+=f}e.width=d.width,e.height=d.height}else e.width=d.width=e.height=d.height=0},afterFit:Zr,isHorizontal:function(){return"top"===this.options.position||"bottom"===this.options.position},draw:function(){var e=this,t=e.options,a=t.labels,n=X.global,r=n.defaultColor,i=n.elements.line,s=e.height,o=e.columnHeights,d=e.width,l=e.lineWidths;if(t.display){var u,_=Kr(t.rtl,e.left,e.minSize.width),c=e.ctx,m=Xr(a.fontColor,n.defaultFontColor),h=ue.options._parseFont(a),f=h.size;c.textAlign=_.textAlign("left"),c.textBaseline="middle",c.lineWidth=.5,c.strokeStyle=m,c.fillStyle=m,c.font=h.string;var M=Qr(a,f),p=e.legendHitBoxes,g=function(e,t,n){if(!(isNaN(M)||M<=0)){c.save();var s=Xr(n.lineWidth,i.borderWidth);if(c.fillStyle=Xr(n.fillStyle,r),c.lineCap=Xr(n.lineCap,i.borderCapStyle),c.lineDashOffset=Xr(n.lineDashOffset,i.borderDashOffset),c.lineJoin=Xr(n.lineJoin,i.borderJoinStyle),c.lineWidth=s,c.strokeStyle=Xr(n.strokeStyle,r),c.setLineDash&&c.setLineDash(Xr(n.lineDash,i.borderDash)),a&&a.usePointStyle){var o=M*Math.SQRT2/2,d=_.xPlus(e,M/2),l=t+f/2;ue.canvas.drawPoint(c,n.pointStyle,o,d,l,n.rotation)}else c.fillRect(_.leftForLtr(e,M),t,M,f),0!==s&&c.strokeRect(_.leftForLtr(e,M),t,M,f);c.restore()}},y=function(e,t,a,n){var r=f/2,i=_.xPlus(e,M+r),s=t+r;c.fillText(a.text,i,s),a.hidden&&(c.beginPath(),c.lineWidth=2,c.moveTo(i,s),c.lineTo(_.xPlus(i,n),s),c.stroke())},L=function(e,n){switch(t.align){case"start":return a.padding;case"end":return e-n;default:return(e-n+a.padding)/2}},v=e.isHorizontal();u=v?{x:e.left+L(d,l[0]),y:e.top+a.padding,line:0}:{x:e.left+a.padding,y:e.top+L(s,o[0]),line:0},ue.rtl.overrideTextDirection(e.ctx,t.textDirection);var Y=f+a.padding;ue.each(e.legendItems,(function(t,n){var r=c.measureText(t.text).width,i=M+f/2+r,m=u.x,h=u.y;_.setWidth(e.minSize.width),v?n>0&&m+i+a.padding>e.left+e.minSize.width&&(h=u.y+=Y,u.line++,m=u.x=e.left+L(d,l[u.line])):n>0&&h+Y>e.top+e.minSize.height&&(m=u.x=m+e.columnWidths[u.line]+a.padding,u.line++,h=u.y=e.top+L(s,o[u.line]));var b=_.x(m);g(b,h,t),p[n].left=_.leftForLtr(b,p[n].width),p[n].top=h,y(b,h,t,r),v?u.x+=i+a.padding:u.y+=Y})),ue.rtl.restoreTextDirection(e.ctx,t.textDirection)}},_getLegendItemAt:function(e,t){var a,n,r,i=this;if(e>=i.left&&e<=i.right&&t>=i.top&&t<=i.bottom)for(r=i.legendHitBoxes,a=0;a<r.length;++a)if(n=r[a],e>=n.left&&e<=n.left+n.width&&t>=n.top&&t<=n.top+n.height)return i.legendItems[a];return null},handleEvent:function(e){var t,a=this,n=a.options,r="mouseup"===e.type?"click":e.type;if("mousemove"===r){if(!n.onHover&&!n.onLeave)return}else{if("click"!==r)return;if(!n.onClick)return}t=a._getLegendItemAt(e.x,e.y),"click"===r?t&&n.onClick&&n.onClick.call(a,e.native,t):(n.onLeave&&t!==a._hoveredItem&&(a._hoveredItem&&n.onLeave.call(a,e.native,a._hoveredItem),a._hoveredItem=t),n.onHover&&t&&n.onHover.call(a,e.native,t))}});function ti(e,t){var a=new ei({ctx:e.ctx,options:t,chart:e});$t.configure(e,a,t),$t.addBox(e,a),e.legend=a}var ai={id:"legend",_element:ei,beforeInit:function(e){var t=e.options.legend;t&&ti(e,t)},beforeUpdate:function(e){var t=e.options.legend,a=e.legend;t?(ue.mergeIf(t,X.global.legend),a?($t.configure(e,a,t),a.options=t):ti(e,t)):a&&($t.removeBox(e,a),delete e.legend)},afterEvent:function(e,t){var a=e.legend;a&&a.handleEvent(t)}},ni=ue.noop;X._set("global",{title:{display:!1,fontStyle:"bold",fullWidth:!0,padding:10,position:"top",text:"",weight:2e3}});var ri=ge.extend({initialize:function(e){var t=this;ue.extend(t,e),t.legendHitBoxes=[]},beforeUpdate:ni,update:function(e,t,a){var n=this;return n.beforeUpdate(),n.maxWidth=e,n.maxHeight=t,n.margins=a,n.beforeSetDimensions(),n.setDimensions(),n.afterSetDimensions(),n.beforeBuildLabels(),n.buildLabels(),n.afterBuildLabels(),n.beforeFit(),n.fit(),n.afterFit(),n.afterUpdate(),n.minSize},afterUpdate:ni,beforeSetDimensions:ni,setDimensions:function(){var e=this;e.isHorizontal()?(e.width=e.maxWidth,e.left=0,e.right=e.width):(e.height=e.maxHeight,e.top=0,e.bottom=e.height),e.paddingLeft=0,e.paddingTop=0,e.paddingRight=0,e.paddingBottom=0,e.minSize={width:0,height:0}},afterSetDimensions:ni,beforeBuildLabels:ni,buildLabels:ni,afterBuildLabels:ni,beforeFit:ni,fit:function(){var e,t,a=this,n=a.options,r=a.minSize={},i=a.isHorizontal();n.display?(e=ue.isArray(n.text)?n.text.length:1,t=e*ue.options._parseFont(n).lineHeight+2*n.padding,a.width=r.width=i?a.maxWidth:t,a.height=r.height=i?t:a.maxHeight):a.width=r.width=a.height=r.height=0},afterFit:ni,isHorizontal:function(){var e=this.options.position;return"top"===e||"bottom"===e},draw:function(){var e=this,t=e.ctx,a=e.options;if(a.display){var n,r,i,s=ue.options._parseFont(a),o=s.lineHeight,d=o/2+a.padding,l=0,u=e.top,_=e.left,c=e.bottom,m=e.right;t.fillStyle=ue.valueOrDefault(a.fontColor,X.global.defaultFontColor),t.font=s.string,e.isHorizontal()?(r=_+(m-_)/2,i=u+d,n=m-_):(r="left"===a.position?_+d:m-d,i=u+(c-u)/2,n=c-u,l=Math.PI*("left"===a.position?-.5:.5)),t.save(),t.translate(r,i),t.rotate(l),t.textAlign="center",t.textBaseline="middle";var h=a.text;if(ue.isArray(h))for(var f=0,M=0;M<h.length;++M)t.fillText(h[M],0,f,n),f+=o;else t.fillText(h,0,0,n);t.restore()}}});function ii(e,t){var a=new ri({ctx:e.ctx,options:t,chart:e});$t.configure(e,a,t),$t.addBox(e,a),e.titleBlock=a}var si={id:"title",_element:ri,beforeInit:function(e){var t=e.options.title;t&&ii(e,t)},beforeUpdate:function(e){var t=e.options.title,a=e.titleBlock;t?(ue.mergeIf(t,X.global.title),a?($t.configure(e,a,t),a.options=t):ii(e,t)):a&&($t.removeBox(e,a),delete e.titleBlock)}},oi={},di=$r,li=ai,ui=si;for(var _i in oi.filler=di,oi.legend=li,oi.title=ui,Xa.helpers=ue,Qa(),Xa._adapters=nn,Xa.Animation=Le,Xa.animationService=ve,Xa.controllers=St,Xa.DatasetController=xe,Xa.defaults=X,Xa.Element=ge,Xa.elements=Ke,Xa.Interaction=Wt,Xa.layouts=$t,Xa.platform=Da,Xa.plugins=wa,Xa.Scale=Dn,Xa.scaleService=xa,Xa.Ticks=rn,Xa.Tooltip=Ra,Xa.helpers.each(Cr,(function(e,t){Xa.scaleService.registerScaleType(t,e,e._defaults)})),oi)oi.hasOwnProperty(_i)&&Xa.plugins.register(oi[_i]);Xa.platform.initialize();var ci=Xa;return"undefined"!==typeof window&&(window.Chart=Xa),Xa.Chart=Xa,Xa.Legend=oi.legend._element,Xa.Title=oi.title._element,Xa.pluginService=Xa.plugins,Xa.PluginBase=Xa.Element.extend({}),Xa.canvasHelpers=Xa.helpers.canvas,Xa.layoutService=Xa.layouts,Xa.LinearScaleBase=On,Xa.helpers.each(["Bar","Bubble","Doughnut","Line","PolarArea","Radar","Scatter"],(function(e){Xa[e]=function(t,a){return new Xa(t,Xa.helpers.merge(a||{},{type:e.charAt(0).toLowerCase()+e.slice(1)}))}})),ci}))},3337:function(e,t,a){"use strict";var n=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",{staticClass:"cky-empty-state"},[a("cky-icon",{attrs:{icon:e.icon,width:e.width,height:e.height}}),a("p",{staticClass:"cky-empty-message"},[e._v(e._s(e.emptyMessage))])],1)},r=[],i=a("1f3d"),s={name:"empty",components:{CkyIcon:i["a"]},props:{emptyMessage:{type:String,default:""},icon:{type:String,default:"blank"},width:{type:String,default:"60px"},height:{type:String,default:"60px"}}},o=s,d=a("2877"),l=Object(d["a"])(o,n,r,!1,null,null,null);t["a"]=l.exports},3886:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
69
- //! moment.js locale configuration
70
- var t=e.defineLocale("en-ca",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"YYYY-MM-DD",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}});return t}))},"39a6":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
71
- //! moment.js locale configuration
72
- var t=e.defineLocale("en-gb",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},"39bd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
73
- //! moment.js locale configuration
74
- var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"};function n(e,t,a,n){var r="";if(t)switch(a){case"s":r="काही सेकंद";break;case"ss":r="%d सेकंद";break;case"m":r="एक मिनिट";break;case"mm":r="%d मिनिटे";break;case"h":r="एक तास";break;case"hh":r="%d तास";break;case"d":r="एक दिवस";break;case"dd":r="%d दिवस";break;case"M":r="एक महिना";break;case"MM":r="%d महिने";break;case"y":r="एक वर्ष";break;case"yy":r="%d वर्षे";break}else switch(a){case"s":r="काही सेकंदां";break;case"ss":r="%d सेकंदां";break;case"m":r="एका मिनिटा";break;case"mm":r="%d मिनिटां";break;case"h":r="एका तासा";break;case"hh":r="%d तासां";break;case"d":r="एका दिवसा";break;case"dd":r="%d दिवसां";break;case"M":r="एका महिन्या";break;case"MM":r="%d महिन्यां";break;case"y":r="एका वर्षा";break;case"yy":r="%d वर्षां";break}return r.replace(/%d/i,e)}var r=e.defineLocale("mr",{months:"जानेवारी_फेब्रुवारी_मार्च_एप्रिल_मे_जून_जुलै_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),monthsShort:"जाने._फेब्रु._मार्च._एप्रि._मे._जून._जुलै._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"रविवार_सोमवार_मंगळवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगळ_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm वाजता",LTS:"A h:mm:ss वाजता",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm वाजता",LLLL:"dddd, D MMMM YYYY, A h:mm वाजता"},calendar:{sameDay:"[आज] LT",nextDay:"[उद्या] LT",nextWeek:"dddd, LT",lastDay:"[काल] LT",lastWeek:"[मागील] dddd, LT",sameElse:"L"},relativeTime:{future:"%sमध्ये",past:"%sपूर्वी",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/पहाटे|सकाळी|दुपारी|सायंकाळी|रात्री/,meridiemHour:function(e,t){return 12===e&&(e=0),"पहाटे"===t||"सकाळी"===t?e:"दुपारी"===t||"सायंकाळी"===t||"रात्री"===t?e>=12?e:e+12:void 0},meridiem:function(e,t,a){return e>=0&&e<6?"पहाटे":e<12?"सकाळी":e<17?"दुपारी":e<20?"सायंकाळी":"रात्री"},week:{dow:0,doy:6}});return r}))},"3a39":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
75
- //! moment.js locale configuration
76
- var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},n=e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,a){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}});return n}))},"3a6c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
77
- //! moment.js locale configuration
78
- var t=e.defineLocale("zh-mo",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"D/M/YYYY",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s內",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},"3b1b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
79
- //! moment.js locale configuration
80
- var t={0:"-ум",1:"-ум",2:"-юм",3:"-юм",4:"-ум",5:"-ум",6:"-ум",7:"-ум",8:"-ум",9:"-ум",10:"-ум",12:"-ум",13:"-ум",20:"-ум",30:"-юм",40:"-ум",50:"-ум",60:"-ум",70:"-ум",80:"-ум",90:"-ум",100:"-ум"},a=e.defineLocale("tg",{months:{format:"январи_феврали_марти_апрели_майи_июни_июли_августи_сентябри_октябри_ноябри_декабри".split("_"),standalone:"январ_феврал_март_апрел_май_июн_июл_август_сентябр_октябр_ноябр_декабр".split("_")},monthsShort:"янв_фев_мар_апр_май_июн_июл_авг_сен_окт_ноя_дек".split("_"),weekdays:"якшанбе_душанбе_сешанбе_чоршанбе_панҷшанбе_ҷумъа_шанбе".split("_"),weekdaysShort:"яшб_дшб_сшб_чшб_пшб_ҷум_шнб".split("_"),weekdaysMin:"яш_дш_сш_чш_пш_ҷм_шб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Имрӯз соати] LT",nextDay:"[Фардо соати] LT",lastDay:"[Дирӯз соати] LT",nextWeek:"dddd[и] [ҳафтаи оянда соати] LT",lastWeek:"dddd[и] [ҳафтаи гузашта соати] LT",sameElse:"L"},relativeTime:{future:"баъди %s",past:"%s пеш",s:"якчанд сония",m:"як дақиқа",mm:"%d дақиқа",h:"як соат",hh:"%d соат",d:"як рӯз",dd:"%d рӯз",M:"як моҳ",MM:"%d моҳ",y:"як сол",yy:"%d сол"},meridiemParse:/шаб|субҳ|рӯз|бегоҳ/,meridiemHour:function(e,t){return 12===e&&(e=0),"шаб"===t?e<4?e:e+12:"субҳ"===t?e:"рӯз"===t?e>=11?e:e+12:"бегоҳ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"шаб":e<11?"субҳ":e<16?"рӯз":e<19?"бегоҳ":"шаб"},dayOfMonthOrdinalParse:/\d{1,2}-(ум|юм)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a}))},"3c0d":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
81
- //! moment.js locale configuration
82
- var t="leden_únor_březen_duben_květen_červen_červenec_srpen_září_říjen_listopad_prosinec".split("_"),a="led_úno_bře_dub_kvě_čvn_čvc_srp_zář_říj_lis_pro".split("_"),n=[/^led/i,/^úno/i,/^bře/i,/^dub/i,/^kvě/i,/^(čvn|červen$|června)/i,/^(čvc|červenec|července)/i,/^srp/i,/^zář/i,/^říj/i,/^lis/i,/^pro/i],r=/^(leden|únor|březen|duben|květen|červenec|července|červen|června|srpen|září|říjen|listopad|prosinec|led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i;function i(e){return e>1&&e<5&&1!==~~(e/10)}function s(e,t,a,n){var r=e+" ";switch(a){case"s":return t||n?"pár sekund":"pár sekundami";case"ss":return t||n?r+(i(e)?"sekundy":"sekund"):r+"sekundami";case"m":return t?"minuta":n?"minutu":"minutou";case"mm":return t||n?r+(i(e)?"minuty":"minut"):r+"minutami";case"h":return t?"hodina":n?"hodinu":"hodinou";case"hh":return t||n?r+(i(e)?"hodiny":"hodin"):r+"hodinami";case"d":return t||n?"den":"dnem";case"dd":return t||n?r+(i(e)?"dny":"dní"):r+"dny";case"M":return t||n?"měsíc":"měsícem";case"MM":return t||n?r+(i(e)?"měsíce":"měsíců"):r+"měsíci";case"y":return t||n?"rok":"rokem";case"yy":return t||n?r+(i(e)?"roky":"let"):r+"lety"}}var o=e.defineLocale("cs",{months:t,monthsShort:a,monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(leden|ledna|února|únor|březen|března|duben|dubna|květen|května|červenec|července|červen|června|srpen|srpna|září|říjen|října|listopadu|listopad|prosinec|prosince)/i,monthsShortStrictRegex:/^(led|úno|bře|dub|kvě|čvn|čvc|srp|zář|říj|lis|pro)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"neděle_pondělí_úterý_středa_čtvrtek_pátek_sobota".split("_"),weekdaysShort:"ne_po_út_st_čt_pá_so".split("_"),weekdaysMin:"ne_po_út_st_čt_pá_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm",l:"D. M. YYYY"},calendar:{sameDay:"[dnes v] LT",nextDay:"[zítra v] LT",nextWeek:function(){switch(this.day()){case 0:return"[v neděli v] LT";case 1:case 2:return"[v] dddd [v] LT";case 3:return"[ve středu v] LT";case 4:return"[ve čtvrtek v] LT";case 5:return"[v pátek v] LT";case 6:return"[v sobotu v] LT"}},lastDay:"[včera v] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulou neděli v] LT";case 1:case 2:return"[minulé] dddd [v] LT";case 3:return"[minulou středu v] LT";case 4:case 5:return"[minulý] dddd [v] LT";case 6:return"[minulou sobotu v] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"před %s",s:s,ss:s,m:s,mm:s,h:s,hh:s,d:s,dd:s,M:s,MM:s,y:s,yy:s},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return o}))},"3de5":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
83
- //! moment.js locale configuration
84
- var t={1:"௧",2:"௨",3:"௩",4:"௪",5:"௫",6:"௬",7:"௭",8:"௮",9:"௯",0:"௦"},a={"௧":"1","௨":"2","௩":"3","௪":"4","௫":"5","௬":"6","௭":"7","௮":"8","௯":"9","௦":"0"},n=e.defineLocale("ta",{months:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),monthsShort:"ஜனவரி_பிப்ரவரி_மார்ச்_ஏப்ரல்_மே_ஜூன்_ஜூலை_ஆகஸ்ட்_செப்டெம்பர்_அக்டோபர்_நவம்பர்_டிசம்பர்".split("_"),weekdays:"ஞாயிற்றுக்கிழமை_திங்கட்கிழமை_செவ்வாய்கிழமை_புதன்கிழமை_வியாழக்கிழமை_வெள்ளிக்கிழமை_சனிக்கிழமை".split("_"),weekdaysShort:"ஞாயிறு_திங்கள்_செவ்வாய்_புதன்_வியாழன்_வெள்ளி_சனி".split("_"),weekdaysMin:"ஞா_தி_செ_பு_வி_வெ_ச".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, HH:mm",LLLL:"dddd, D MMMM YYYY, HH:mm"},calendar:{sameDay:"[இன்று] LT",nextDay:"[நாளை] LT",nextWeek:"dddd, LT",lastDay:"[நேற்று] LT",lastWeek:"[கடந்த வாரம்] dddd, LT",sameElse:"L"},relativeTime:{future:"%s இல்",past:"%s முன்",s:"ஒரு சில விநாடிகள்",ss:"%d விநாடிகள்",m:"ஒரு நிமிடம்",mm:"%d நிமிடங்கள்",h:"ஒரு மணி நேரம்",hh:"%d மணி நேரம்",d:"ஒரு நாள்",dd:"%d நாட்கள்",M:"ஒரு மாதம்",MM:"%d மாதங்கள்",y:"ஒரு வருடம்",yy:"%d ஆண்டுகள்"},dayOfMonthOrdinalParse:/\d{1,2}வது/,ordinal:function(e){return e+"வது"},preparse:function(e){return e.replace(/[௧௨௩௪௫௬௭௮௯௦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/யாமம்|வைகறை|காலை|நண்பகல்|எற்பாடு|மாலை/,meridiem:function(e,t,a){return e<2?" யாமம்":e<6?" வைகறை":e<10?" காலை":e<14?" நண்பகல்":e<18?" எற்பாடு":e<22?" மாலை":" யாமம்"},meridiemHour:function(e,t){return 12===e&&(e=0),"யாமம்"===t?e<2?e:e+12:"வைகறை"===t||"காலை"===t||"நண்பகல்"===t&&e>=10?e:e+12},week:{dow:0,doy:6}});return n}))},"3e92":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
85
- //! moment.js locale configuration
86
- var t={1:"೧",2:"೨",3:"೩",4:"೪",5:"೫",6:"೬",7:"೭",8:"೮",9:"೯",0:"೦"},a={"೧":"1","೨":"2","೩":"3","೪":"4","೫":"5","೬":"6","೭":"7","೮":"8","೯":"9","೦":"0"},n=e.defineLocale("kn",{months:"ಜನವರಿ_ಫೆಬ್ರವರಿ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂಬರ್_ಅಕ್ಟೋಬರ್_ನವೆಂಬರ್_ಡಿಸೆಂಬರ್".split("_"),monthsShort:"ಜನ_ಫೆಬ್ರ_ಮಾರ್ಚ್_ಏಪ್ರಿಲ್_ಮೇ_ಜೂನ್_ಜುಲೈ_ಆಗಸ್ಟ್_ಸೆಪ್ಟೆಂ_ಅಕ್ಟೋ_ನವೆಂ_ಡಿಸೆಂ".split("_"),monthsParseExact:!0,weekdays:"ಭಾನುವಾರ_ಸೋಮವಾರ_ಮಂಗಳವಾರ_ಬುಧವಾರ_ಗುರುವಾರ_ಶುಕ್ರವಾರ_ಶನಿವಾರ".split("_"),weekdaysShort:"ಭಾನು_ಸೋಮ_ಮಂಗಳ_ಬುಧ_ಗುರು_ಶುಕ್ರ_ಶನಿ".split("_"),weekdaysMin:"ಭಾ_ಸೋ_ಮಂ_ಬು_ಗು_ಶು_ಶ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[ಇಂದು] LT",nextDay:"[ನಾಳೆ] LT",nextWeek:"dddd, LT",lastDay:"[ನಿನ್ನೆ] LT",lastWeek:"[ಕೊನೆಯ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ನಂತರ",past:"%s ಹಿಂದೆ",s:"ಕೆಲವು ಕ್ಷಣಗಳು",ss:"%d ಸೆಕೆಂಡುಗಳು",m:"ಒಂದು ನಿಮಿಷ",mm:"%d ನಿಮಿಷ",h:"ಒಂದು ಗಂಟೆ",hh:"%d ಗಂಟೆ",d:"ಒಂದು ದಿನ",dd:"%d ದಿನ",M:"ಒಂದು ತಿಂಗಳು",MM:"%d ತಿಂಗಳು",y:"ಒಂದು ವರ್ಷ",yy:"%d ವರ್ಷ"},preparse:function(e){return e.replace(/[೧೨೩೪೫೬೭೮೯೦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ರಾತ್ರಿ|ಬೆಳಿಗ್ಗೆ|ಮಧ್ಯಾಹ್ನ|ಸಂಜೆ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ರಾತ್ರಿ"===t?e<4?e:e+12:"ಬೆಳಿಗ್ಗೆ"===t?e:"ಮಧ್ಯಾಹ್ನ"===t?e>=10?e:e+12:"ಸಂಜೆ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ರಾತ್ರಿ":e<10?"ಬೆಳಿಗ್ಗೆ":e<17?"ಮಧ್ಯಾಹ್ನ":e<20?"ಸಂಜೆ":"ರಾತ್ರಿ"},dayOfMonthOrdinalParse:/\d{1,2}(ನೇ)/,ordinal:function(e){return e+"ನೇ"},week:{dow:0,doy:6}});return n}))},"423e":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
87
- //! moment.js locale configuration
88
- var t=e.defineLocale("ar-kw",{months:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_ماي_يونيو_يوليوز_غشت_شتنبر_أكتوبر_نونبر_دجنبر".split("_"),weekdays:"الأحد_الإتنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"احد_اتنين_ثلاثاء_اربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:0,doy:12}});return t}))},"440c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
89
- //! moment.js locale configuration
90
- function t(e,t,a,n){var r={m:["eng Minutt","enger Minutt"],h:["eng Stonn","enger Stonn"],d:["een Dag","engem Dag"],M:["ee Mount","engem Mount"],y:["ee Joer","engem Joer"]};return t?r[a][0]:r[a][1]}function a(e){var t=e.substr(0,e.indexOf(" "));return r(t)?"a "+e:"an "+e}function n(e){var t=e.substr(0,e.indexOf(" "));return r(t)?"viru "+e:"virun "+e}function r(e){if(e=parseInt(e,10),isNaN(e))return!1;if(e<0)return!0;if(e<10)return 4<=e&&e<=7;if(e<100){var t=e%10,a=e/10;return r(0===t?a:t)}if(e<1e4){while(e>=10)e/=10;return r(e)}return e/=1e3,r(e)}var i=e.defineLocale("lb",{months:"Januar_Februar_Mäerz_Abrëll_Mee_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Febr._Mrz._Abr._Mee_Jun._Jul._Aug._Sept._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonndeg_Méindeg_Dënschdeg_Mëttwoch_Donneschdeg_Freideg_Samschdeg".split("_"),weekdaysShort:"So._Mé._Dë._Më._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mé_Dë_Më_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm [Auer]",LTS:"H:mm:ss [Auer]",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm [Auer]",LLLL:"dddd, D. MMMM YYYY H:mm [Auer]"},calendar:{sameDay:"[Haut um] LT",sameElse:"L",nextDay:"[Muer um] LT",nextWeek:"dddd [um] LT",lastDay:"[Gëschter um] LT",lastWeek:function(){switch(this.day()){case 2:case 4:return"[Leschten] dddd [um] LT";default:return"[Leschte] dddd [um] LT"}}},relativeTime:{future:a,past:n,s:"e puer Sekonnen",ss:"%d Sekonnen",m:t,mm:"%d Minutten",h:t,hh:"%d Stonnen",d:t,dd:"%d Deeg",M:t,MM:"%d Méint",y:t,yy:"%d Joer"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i}))},4678:function(e,t,a){var n={"./af":"2bfb","./af.js":"2bfb","./ar":"8e73","./ar-dz":"a356","./ar-dz.js":"a356","./ar-kw":"423e","./ar-kw.js":"423e","./ar-ly":"1cfd","./ar-ly.js":"1cfd","./ar-ma":"0a84","./ar-ma.js":"0a84","./ar-sa":"8230","./ar-sa.js":"8230","./ar-tn":"6d83","./ar-tn.js":"6d83","./ar.js":"8e73","./az":"485c","./az.js":"485c","./be":"1fc1","./be.js":"1fc1","./bg":"84aa","./bg.js":"84aa","./bm":"a7fa","./bm.js":"a7fa","./bn":"9043","./bn-bd":"9686","./bn-bd.js":"9686","./bn.js":"9043","./bo":"d26a","./bo.js":"d26a","./br":"6887","./br.js":"6887","./bs":"2554","./bs.js":"2554","./ca":"d716","./ca.js":"d716","./cs":"3c0d","./cs.js":"3c0d","./cv":"03ec","./cv.js":"03ec","./cy":"9797","./cy.js":"9797","./da":"0f14","./da.js":"0f14","./de":"b469","./de-at":"b3eb","./de-at.js":"b3eb","./de-ch":"bb71","./de-ch.js":"bb71","./de.js":"b469","./dv":"598a","./dv.js":"598a","./el":"8d47","./el.js":"8d47","./en-au":"0e6b","./en-au.js":"0e6b","./en-ca":"3886","./en-ca.js":"3886","./en-gb":"39a6","./en-gb.js":"39a6","./en-ie":"e1d3","./en-ie.js":"e1d3","./en-il":"7333","./en-il.js":"7333","./en-in":"ec2e","./en-in.js":"ec2e","./en-nz":"6f50","./en-nz.js":"6f50","./en-sg":"b7e9","./en-sg.js":"b7e9","./eo":"65db","./eo.js":"65db","./es":"898b","./es-do":"0a3c","./es-do.js":"0a3c","./es-mx":"b5b7","./es-mx.js":"b5b7","./es-us":"55c9","./es-us.js":"55c9","./es.js":"898b","./et":"ec18","./et.js":"ec18","./eu":"0ff2","./eu.js":"0ff2","./fa":"8df4","./fa.js":"8df4","./fi":"81e9","./fi.js":"81e9","./fil":"d69a","./fil.js":"d69a","./fo":"0721","./fo.js":"0721","./fr":"9f26","./fr-ca":"d9f8","./fr-ca.js":"d9f8","./fr-ch":"0e49","./fr-ch.js":"0e49","./fr.js":"9f26","./fy":"7118","./fy.js":"7118","./ga":"5120","./ga.js":"5120","./gd":"f6b4","./gd.js":"f6b4","./gl":"8840","./gl.js":"8840","./gom-deva":"aaf2","./gom-deva.js":"aaf2","./gom-latn":"0caa","./gom-latn.js":"0caa","./gu":"e0c5","./gu.js":"e0c5","./he":"c7aa","./he.js":"c7aa","./hi":"dc4d","./hi.js":"dc4d","./hr":"4ba9","./hr.js":"4ba9","./hu":"5b14","./hu.js":"5b14","./hy-am":"d6b6","./hy-am.js":"d6b6","./id":"5038","./id.js":"5038","./is":"0558","./is.js":"0558","./it":"6e98","./it-ch":"6f12","./it-ch.js":"6f12","./it.js":"6e98","./ja":"079e","./ja.js":"079e","./jv":"b540","./jv.js":"b540","./ka":"201b","./ka.js":"201b","./kk":"6d79","./kk.js":"6d79","./km":"e81d","./km.js":"e81d","./kn":"3e92","./kn.js":"3e92","./ko":"22f8","./ko.js":"22f8","./ku":"2421","./ku.js":"2421","./ky":"9609","./ky.js":"9609","./lb":"440c","./lb.js":"440c","./lo":"b29d","./lo.js":"b29d","./lt":"26f9","./lt.js":"26f9","./lv":"b97c","./lv.js":"b97c","./me":"293c","./me.js":"293c","./mi":"688b","./mi.js":"688b","./mk":"6909","./mk.js":"6909","./ml":"02fb","./ml.js":"02fb","./mn":"958b","./mn.js":"958b","./mr":"39bd","./mr.js":"39bd","./ms":"ebe4","./ms-my":"6403","./ms-my.js":"6403","./ms.js":"ebe4","./mt":"1b45","./mt.js":"1b45","./my":"8689","./my.js":"8689","./nb":"6ce3","./nb.js":"6ce3","./ne":"3a39","./ne.js":"3a39","./nl":"facd","./nl-be":"db29","./nl-be.js":"db29","./nl.js":"facd","./nn":"b84c","./nn.js":"b84c","./oc-lnc":"167b","./oc-lnc.js":"167b","./pa-in":"f3ff","./pa-in.js":"f3ff","./pl":"8d57","./pl.js":"8d57","./pt":"f260","./pt-br":"d2d4","./pt-br.js":"d2d4","./pt.js":"f260","./ro":"972c","./ro.js":"972c","./ru":"957c","./ru.js":"957c","./sd":"6784","./sd.js":"6784","./se":"ffff","./se.js":"ffff","./si":"eda5","./si.js":"eda5","./sk":"7be6","./sk.js":"7be6","./sl":"8155","./sl.js":"8155","./sq":"c8f3","./sq.js":"c8f3","./sr":"cf1e","./sr-cyrl":"13e9","./sr-cyrl.js":"13e9","./sr.js":"cf1e","./ss":"52bd","./ss.js":"52bd","./sv":"5fbd","./sv.js":"5fbd","./sw":"74dc","./sw.js":"74dc","./ta":"3de5","./ta.js":"3de5","./te":"5cbb","./te.js":"5cbb","./tet":"576c","./tet.js":"576c","./tg":"3b1b","./tg.js":"3b1b","./th":"10e8","./th.js":"10e8","./tk":"5aff","./tk.js":"5aff","./tl-ph":"0f38","./tl-ph.js":"0f38","./tlh":"cf75","./tlh.js":"cf75","./tr":"0e81","./tr.js":"0e81","./tzl":"cf51","./tzl.js":"cf51","./tzm":"c109","./tzm-latn":"b53d","./tzm-latn.js":"b53d","./tzm.js":"c109","./ug-cn":"6117","./ug-cn.js":"6117","./uk":"ada2","./uk.js":"ada2","./ur":"5294","./ur.js":"5294","./uz":"2e8c","./uz-latn":"010e","./uz-latn.js":"010e","./uz.js":"2e8c","./vi":"2921","./vi.js":"2921","./x-pseudo":"fd7e","./x-pseudo.js":"fd7e","./yo":"7f33","./yo.js":"7f33","./zh-cn":"5c3a","./zh-cn.js":"5c3a","./zh-hk":"49ab","./zh-hk.js":"49ab","./zh-mo":"3a6c","./zh-mo.js":"3a6c","./zh-tw":"90ea","./zh-tw.js":"90ea"};function r(e){var t=i(e);return a(t)}function i(e){if(!a.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}r.keys=function(){return Object.keys(n)},r.resolve=i,e.exports=r,r.id="4678"},"485c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
91
- //! moment.js locale configuration
92
- var t={1:"-inci",5:"-inci",8:"-inci",70:"-inci",80:"-inci",2:"-nci",7:"-nci",20:"-nci",50:"-nci",3:"-üncü",4:"-üncü",100:"-üncü",6:"-ncı",9:"-uncu",10:"-uncu",30:"-uncu",60:"-ıncı",90:"-ıncı"},a=e.defineLocale("az",{months:"yanvar_fevral_mart_aprel_may_iyun_iyul_avqust_sentyabr_oktyabr_noyabr_dekabr".split("_"),monthsShort:"yan_fev_mar_apr_may_iyn_iyl_avq_sen_okt_noy_dek".split("_"),weekdays:"Bazar_Bazar ertəsi_Çərşənbə axşamı_Çərşənbə_Cümə axşamı_Cümə_Şənbə".split("_"),weekdaysShort:"Baz_BzE_ÇAx_Çər_CAx_Cüm_Şən".split("_"),weekdaysMin:"Bz_BE_ÇA_Çə_CA_Cü_Şə".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün saat] LT",nextDay:"[sabah saat] LT",nextWeek:"[gələn həftə] dddd [saat] LT",lastDay:"[dünən] LT",lastWeek:"[keçən həftə] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s sonra",past:"%s əvvəl",s:"bir neçə saniyə",ss:"%d saniyə",m:"bir dəqiqə",mm:"%d dəqiqə",h:"bir saat",hh:"%d saat",d:"bir gün",dd:"%d gün",M:"bir ay",MM:"%d ay",y:"bir il",yy:"%d il"},meridiemParse:/gecə|səhər|gündüz|axşam/,isPM:function(e){return/^(gündüz|axşam)$/.test(e)},meridiem:function(e,t,a){return e<4?"gecə":e<12?"səhər":e<17?"gündüz":"axşam"},dayOfMonthOrdinalParse:/\d{1,2}-(ıncı|inci|nci|üncü|ncı|uncu)/,ordinal:function(e){if(0===e)return e+"-ıncı";var a=e%10,n=e%100-a,r=e>=100?100:null;return e+(t[a]||t[n]||t[r])},week:{dow:1,doy:7}});return a}))},"49ab":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
93
- //! moment.js locale configuration
94
- var t=e.defineLocale("zh-hk",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1200?"上午":1200===n?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:"[下]ddddLT",lastDay:"[昨天]LT",lastWeek:"[上]ddddLT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},"4ba9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
95
- //! moment.js locale configuration
96
- function t(e,t,a){var n=e+" ";switch(a){case"ss":return n+=1===e?"sekunda":2===e||3===e||4===e?"sekunde":"sekundi",n;case"m":return t?"jedna minuta":"jedne minute";case"mm":return n+=1===e?"minuta":2===e||3===e||4===e?"minute":"minuta",n;case"h":return t?"jedan sat":"jednog sata";case"hh":return n+=1===e?"sat":2===e||3===e||4===e?"sata":"sati",n;case"dd":return n+=1===e?"dan":"dana",n;case"MM":return n+=1===e?"mjesec":2===e||3===e||4===e?"mjeseca":"mjeseci",n;case"yy":return n+=1===e?"godina":2===e||3===e||4===e?"godine":"godina",n}}var a=e.defineLocale("hr",{months:{format:"siječnja_veljače_ožujka_travnja_svibnja_lipnja_srpnja_kolovoza_rujna_listopada_studenoga_prosinca".split("_"),standalone:"siječanj_veljača_ožujak_travanj_svibanj_lipanj_srpanj_kolovoz_rujan_listopad_studeni_prosinac".split("_")},monthsShort:"sij._velj._ožu._tra._svi._lip._srp._kol._ruj._lis._stu._pro.".split("_"),monthsParseExact:!0,weekdays:"nedjelja_ponedjeljak_utorak_srijeda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sri._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"Do MMMM YYYY",LLL:"Do MMMM YYYY H:mm",LLLL:"dddd, Do MMMM YYYY H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedjelju] [u] LT";case 3:return"[u] [srijedu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[jučer u] LT",lastWeek:function(){switch(this.day()){case 0:return"[prošlu] [nedjelju] [u] LT";case 3:return"[prošlu] [srijedu] [u] LT";case 6:return"[prošle] [subote] [u] LT";case 1:case 2:case 4:case 5:return"[prošli] dddd [u] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"prije %s",s:"par sekundi",ss:t,m:t,mm:t,h:t,hh:t,d:"dan",dd:t,M:"mjesec",MM:t,y:"godinu",yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},5038:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
97
- //! moment.js locale configuration
98
- var t=e.defineLocale("id",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_November_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Agt_Sep_Okt_Nov_Des".split("_"),weekdays:"Minggu_Senin_Selasa_Rabu_Kamis_Jumat_Sabtu".split("_"),weekdaysShort:"Min_Sen_Sel_Rab_Kam_Jum_Sab".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|siang|sore|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"siang"===t?e>=11?e:e+12:"sore"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"siang":e<19?"sore":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Besok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kemarin pukul] LT",lastWeek:"dddd [lalu pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lalu",s:"beberapa detik",ss:"%d detik",m:"semenit",mm:"%d menit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:0,doy:6}});return t}))},5071:function(e,t,a){"use strict";a("2c64")},5120:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
99
- //! moment.js locale configuration
100
- var t=["Eanáir","Feabhra","Márta","Aibreán","Bealtaine","Meitheamh","Iúil","Lúnasa","Meán Fómhair","Deireadh Fómhair","Samhain","Nollaig"],a=["Ean","Feabh","Márt","Aib","Beal","Meith","Iúil","Lún","M.F.","D.F.","Samh","Noll"],n=["Dé Domhnaigh","Dé Luain","Dé Máirt","Dé Céadaoin","Déardaoin","Dé hAoine","Dé Sathairn"],r=["Domh","Luan","Máirt","Céad","Déar","Aoine","Sath"],i=["Do","Lu","Má","Cé","Dé","A","Sa"],s=e.defineLocale("ga",{months:t,monthsShort:a,monthsParseExact:!0,weekdays:n,weekdaysShort:r,weekdaysMin:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Inniu ag] LT",nextDay:"[Amárach ag] LT",nextWeek:"dddd [ag] LT",lastDay:"[Inné ag] LT",lastWeek:"dddd [seo caite] [ag] LT",sameElse:"L"},relativeTime:{future:"i %s",past:"%s ó shin",s:"cúpla soicind",ss:"%d soicind",m:"nóiméad",mm:"%d nóiméad",h:"uair an chloig",hh:"%d uair an chloig",d:"lá",dd:"%d lá",M:"mí",MM:"%d míonna",y:"bliain",yy:"%d bliain"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){var t=1===e?"d":e%10===2?"na":"mh";return e+t},week:{dow:1,doy:4}});return s}))},5294:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
101
- //! moment.js locale configuration
102
- var t=["جنوری","فروری","مارچ","اپریل","مئی","جون","جولائی","اگست","ستمبر","اکتوبر","نومبر","دسمبر"],a=["اتوار","پیر","منگل","بدھ","جمعرات","جمعہ","ہفتہ"],n=e.defineLocale("ur",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[آج بوقت] LT",nextDay:"[کل بوقت] LT",nextWeek:"dddd [بوقت] LT",lastDay:"[گذشتہ روز بوقت] LT",lastWeek:"[گذشتہ] dddd [بوقت] LT",sameElse:"L"},relativeTime:{future:"%s بعد",past:"%s قبل",s:"چند سیکنڈ",ss:"%d سیکنڈ",m:"ایک منٹ",mm:"%d منٹ",h:"ایک گھنٹہ",hh:"%d گھنٹے",d:"ایک دن",dd:"%d دن",M:"ایک ماہ",MM:"%d ماہ",y:"ایک سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}});return n}))},"52bd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
103
- //! moment.js locale configuration
104
- var t=e.defineLocale("ss",{months:"Bhimbidvwane_Indlovana_Indlov'lenkhulu_Mabasa_Inkhwekhweti_Inhlaba_Kholwane_Ingci_Inyoni_Imphala_Lweti_Ingongoni".split("_"),monthsShort:"Bhi_Ina_Inu_Mab_Ink_Inh_Kho_Igc_Iny_Imp_Lwe_Igo".split("_"),weekdays:"Lisontfo_Umsombuluko_Lesibili_Lesitsatfu_Lesine_Lesihlanu_Umgcibelo".split("_"),weekdaysShort:"Lis_Umb_Lsb_Les_Lsi_Lsh_Umg".split("_"),weekdaysMin:"Li_Us_Lb_Lt_Ls_Lh_Ug".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Namuhla nga] LT",nextDay:"[Kusasa nga] LT",nextWeek:"dddd [nga] LT",lastDay:"[Itolo nga] LT",lastWeek:"dddd [leliphelile] [nga] LT",sameElse:"L"},relativeTime:{future:"nga %s",past:"wenteka nga %s",s:"emizuzwana lomcane",ss:"%d mzuzwana",m:"umzuzu",mm:"%d emizuzu",h:"lihora",hh:"%d emahora",d:"lilanga",dd:"%d emalanga",M:"inyanga",MM:"%d tinyanga",y:"umnyaka",yy:"%d iminyaka"},meridiemParse:/ekuseni|emini|entsambama|ebusuku/,meridiem:function(e,t,a){return e<11?"ekuseni":e<15?"emini":e<19?"entsambama":"ebusuku"},meridiemHour:function(e,t){return 12===e&&(e=0),"ekuseni"===t?e:"emini"===t?e>=11?e:e+12:"entsambama"===t||"ebusuku"===t?0===e?0:e+12:void 0},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:"%d",week:{dow:1,doy:4}});return t}))},"55c9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
105
- //! moment.js locale configuration
106
- var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es-us",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"MM/DD/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY h:mm A",LLLL:"dddd, D [de] MMMM [de] YYYY h:mm A"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:6}});return i}))},"576c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
107
- //! moment.js locale configuration
108
- var t=e.defineLocale("tet",{months:"Janeiru_Fevereiru_Marsu_Abril_Maiu_Juñu_Jullu_Agustu_Setembru_Outubru_Novembru_Dezembru".split("_"),monthsShort:"Jan_Fev_Mar_Abr_Mai_Jun_Jul_Ago_Set_Out_Nov_Dez".split("_"),weekdays:"Domingu_Segunda_Tersa_Kuarta_Kinta_Sesta_Sabadu".split("_"),weekdaysShort:"Dom_Seg_Ters_Kua_Kint_Sest_Sab".split("_"),weekdaysMin:"Do_Seg_Te_Ku_Ki_Ses_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Ohin iha] LT",nextDay:"[Aban iha] LT",nextWeek:"dddd [iha] LT",lastDay:"[Horiseik iha] LT",lastWeek:"dddd [semana kotuk] [iha] LT",sameElse:"L"},relativeTime:{future:"iha %s",past:"%s liuba",s:"segundu balun",ss:"segundu %d",m:"minutu ida",mm:"minutu %d",h:"oras ida",hh:"oras %d",d:"loron ida",dd:"loron %d",M:"fulan ida",MM:"fulan %d",y:"tinan ida",yy:"tinan %d"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},"598a":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
109
- //! moment.js locale configuration
110
- var t=["ޖެނުއަރީ","ފެބްރުއަރީ","މާރިޗު","އޭޕްރީލު","މޭ","ޖޫން","ޖުލައި","އޯގަސްޓު","ސެޕްޓެމްބަރު","އޮކްޓޯބަރު","ނޮވެމްބަރު","ޑިސެމްބަރު"],a=["އާދިއްތަ","ހޯމަ","އަންގާރަ","ބުދަ","ބުރާސްފަތި","ހުކުރު","ހޮނިހިރު"],n=e.defineLocale("dv",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:"އާދި_ހޯމަ_އަން_ބުދަ_ބުރާ_ހުކު_ހޮނި".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/M/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/މކ|މފ/,isPM:function(e){return"މފ"===e},meridiem:function(e,t,a){return e<12?"މކ":"މފ"},calendar:{sameDay:"[މިއަދު] LT",nextDay:"[މާދަމާ] LT",nextWeek:"dddd LT",lastDay:"[އިއްޔެ] LT",lastWeek:"[ފާއިތުވި] dddd LT",sameElse:"L"},relativeTime:{future:"ތެރޭގައި %s",past:"ކުރިން %s",s:"ސިކުންތުކޮޅެއް",ss:"d% ސިކުންތު",m:"މިނިޓެއް",mm:"މިނިޓު %d",h:"ގަޑިއިރެއް",hh:"ގަޑިއިރު %d",d:"ދުވަހެއް",dd:"ދުވަސް %d",M:"މަހެއް",MM:"މަސް %d",y:"އަހަރެއް",yy:"އަހަރު %d"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:7,doy:12}});return n}))},"5aff":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
111
- //! moment.js locale configuration
112
- var t={1:"'inji",5:"'inji",8:"'inji",70:"'inji",80:"'inji",2:"'nji",7:"'nji",20:"'nji",50:"'nji",3:"'ünji",4:"'ünji",100:"'ünji",6:"'njy",9:"'unjy",10:"'unjy",30:"'unjy",60:"'ynjy",90:"'ynjy"},a=e.defineLocale("tk",{months:"Ýanwar_Fewral_Mart_Aprel_Maý_Iýun_Iýul_Awgust_Sentýabr_Oktýabr_Noýabr_Dekabr".split("_"),monthsShort:"Ýan_Few_Mar_Apr_Maý_Iýn_Iýl_Awg_Sen_Okt_Noý_Dek".split("_"),weekdays:"Ýekşenbe_Duşenbe_Sişenbe_Çarşenbe_Penşenbe_Anna_Şenbe".split("_"),weekdaysShort:"Ýek_Duş_Siş_Çar_Pen_Ann_Şen".split("_"),weekdaysMin:"Ýk_Dş_Sş_Çr_Pn_An_Şn".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[bugün sagat] LT",nextDay:"[ertir sagat] LT",nextWeek:"[indiki] dddd [sagat] LT",lastDay:"[düýn] LT",lastWeek:"[geçen] dddd [sagat] LT",sameElse:"L"},relativeTime:{future:"%s soň",past:"%s öň",s:"birnäçe sekunt",m:"bir minut",mm:"%d minut",h:"bir sagat",hh:"%d sagat",d:"bir gün",dd:"%d gün",M:"bir aý",MM:"%d aý",y:"bir ýyl",yy:"%d ýyl"},ordinal:function(e,a){switch(a){case"d":case"D":case"Do":case"DD":return e;default:if(0===e)return e+"'unjy";var n=e%10,r=e%100-n,i=e>=100?100:null;return e+(t[n]||t[r]||t[i])}},week:{dow:1,doy:7}});return a}))},"5b14":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
113
- //! moment.js locale configuration
114
- var t="vasárnap hétfőn kedden szerdán csütörtökön pénteken szombaton".split(" ");function a(e,t,a,n){var r=e;switch(a){case"s":return n||t?"néhány másodperc":"néhány másodperce";case"ss":return r+(n||t)?" másodperc":" másodperce";case"m":return"egy"+(n||t?" perc":" perce");case"mm":return r+(n||t?" perc":" perce");case"h":return"egy"+(n||t?" óra":" órája");case"hh":return r+(n||t?" óra":" órája");case"d":return"egy"+(n||t?" nap":" napja");case"dd":return r+(n||t?" nap":" napja");case"M":return"egy"+(n||t?" hónap":" hónapja");case"MM":return r+(n||t?" hónap":" hónapja");case"y":return"egy"+(n||t?" év":" éve");case"yy":return r+(n||t?" év":" éve")}return""}function n(e){return(e?"":"[múlt] ")+"["+t[this.day()]+"] LT[-kor]"}var r=e.defineLocale("hu",{months:"január_február_március_április_május_június_július_augusztus_szeptember_október_november_december".split("_"),monthsShort:"jan._feb._márc._ápr._máj._jún._júl._aug._szept._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"vasárnap_hétfő_kedd_szerda_csütörtök_péntek_szombat".split("_"),weekdaysShort:"vas_hét_kedd_sze_csüt_pén_szo".split("_"),weekdaysMin:"v_h_k_sze_cs_p_szo".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"YYYY.MM.DD.",LL:"YYYY. MMMM D.",LLL:"YYYY. MMMM D. H:mm",LLLL:"YYYY. MMMM D., dddd H:mm"},meridiemParse:/de|du/i,isPM:function(e){return"u"===e.charAt(1).toLowerCase()},meridiem:function(e,t,a){return e<12?!0===a?"de":"DE":!0===a?"du":"DU"},calendar:{sameDay:"[ma] LT[-kor]",nextDay:"[holnap] LT[-kor]",nextWeek:function(){return n.call(this,!0)},lastDay:"[tegnap] LT[-kor]",lastWeek:function(){return n.call(this,!1)},sameElse:"L"},relativeTime:{future:"%s múlva",past:"%s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return r}))},"5c3a":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
115
- //! moment.js locale configuration
116
- var t=e.defineLocale("zh-cn",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"周日_周一_周二_周三_周四_周五_周六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日Ah点mm分",LLLL:"YYYY年M月D日ddddAh点mm分",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"下午"===t||"晚上"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天]LT",nextDay:"[明天]LT",nextWeek:function(e){return e.week()!==this.week()?"[下]dddLT":"[本]dddLT"},lastDay:"[昨天]LT",lastWeek:function(e){return this.week()!==e.week()?"[上]dddLT":"[本]dddLT"},sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|周)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"周";default:return e}},relativeTime:{future:"%s后",past:"%s前",s:"几秒",ss:"%d 秒",m:"1 分钟",mm:"%d 分钟",h:"1 小时",hh:"%d 小时",d:"1 天",dd:"%d 天",w:"1 周",ww:"%d 周",M:"1 个月",MM:"%d 个月",y:"1 年",yy:"%d 年"},week:{dow:1,doy:4}});return t}))},"5cbb":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
117
- //! moment.js locale configuration
118
- var t=e.defineLocale("te",{months:"జనవరి_ఫిబ్రవరి_మార్చి_ఏప్రిల్_మే_జూన్_జులై_ఆగస్టు_సెప్టెంబర్_అక్టోబర్_నవంబర్_డిసెంబర్".split("_"),monthsShort:"జన._ఫిబ్ర._మార్చి_ఏప్రి._మే_జూన్_జులై_ఆగ._సెప్._అక్టో._నవ._డిసె.".split("_"),monthsParseExact:!0,weekdays:"ఆదివారం_సోమవారం_మంగళవారం_బుధవారం_గురువారం_శుక్రవారం_శనివారం".split("_"),weekdaysShort:"ఆది_సోమ_మంగళ_బుధ_గురు_శుక్ర_శని".split("_"),weekdaysMin:"ఆ_సో_మం_బు_గు_శు_శ".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[నేడు] LT",nextDay:"[రేపు] LT",nextWeek:"dddd, LT",lastDay:"[నిన్న] LT",lastWeek:"[గత] dddd, LT",sameElse:"L"},relativeTime:{future:"%s లో",past:"%s క్రితం",s:"కొన్ని క్షణాలు",ss:"%d సెకన్లు",m:"ఒక నిమిషం",mm:"%d నిమిషాలు",h:"ఒక గంట",hh:"%d గంటలు",d:"ఒక రోజు",dd:"%d రోజులు",M:"ఒక నెల",MM:"%d నెలలు",y:"ఒక సంవత్సరం",yy:"%d సంవత్సరాలు"},dayOfMonthOrdinalParse:/\d{1,2}వ/,ordinal:"%dవ",meridiemParse:/రాత్రి|ఉదయం|మధ్యాహ్నం|సాయంత్రం/,meridiemHour:function(e,t){return 12===e&&(e=0),"రాత్రి"===t?e<4?e:e+12:"ఉదయం"===t?e:"మధ్యాహ్నం"===t?e>=10?e:e+12:"సాయంత్రం"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"రాత్రి":e<10?"ఉదయం":e<17?"మధ్యాహ్నం":e<20?"సాయంత్రం":"రాత్రి"},week:{dow:0,doy:6}});return t}))},"5fbd":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
119
- //! moment.js locale configuration
120
- var t=e.defineLocale("sv",{months:"januari_februari_mars_april_maj_juni_juli_augusti_september_oktober_november_december".split("_"),monthsShort:"jan_feb_mar_apr_maj_jun_jul_aug_sep_okt_nov_dec".split("_"),weekdays:"söndag_måndag_tisdag_onsdag_torsdag_fredag_lördag".split("_"),weekdaysShort:"sön_mån_tis_ons_tor_fre_lör".split("_"),weekdaysMin:"sö_må_ti_on_to_fr_lö".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [kl.] HH:mm",LLLL:"dddd D MMMM YYYY [kl.] HH:mm",lll:"D MMM YYYY HH:mm",llll:"ddd D MMM YYYY HH:mm"},calendar:{sameDay:"[Idag] LT",nextDay:"[Imorgon] LT",lastDay:"[Igår] LT",nextWeek:"[På] dddd LT",lastWeek:"[I] dddd[s] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"för %s sedan",s:"några sekunder",ss:"%d sekunder",m:"en minut",mm:"%d minuter",h:"en timme",hh:"%d timmar",d:"en dag",dd:"%d dagar",M:"en månad",MM:"%d månader",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}(\:e|\:a)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?":e":1===t||2===t?":a":":e";return e+a},week:{dow:1,doy:4}});return t}))},6117:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
121
- //! moment.js locale configuration
122
- var t=e.defineLocale("ug-cn",{months:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),monthsShort:"يانۋار_فېۋرال_مارت_ئاپرېل_ماي_ئىيۇن_ئىيۇل_ئاۋغۇست_سېنتەبىر_ئۆكتەبىر_نويابىر_دېكابىر".split("_"),weekdays:"يەكشەنبە_دۈشەنبە_سەيشەنبە_چارشەنبە_پەيشەنبە_جۈمە_شەنبە".split("_"),weekdaysShort:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),weekdaysMin:"يە_دۈ_سە_چا_پە_جۈ_شە".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY-يىلىM-ئاينىڭD-كۈنى",LLL:"YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm",LLLL:"dddd، YYYY-يىلىM-ئاينىڭD-كۈنى، HH:mm"},meridiemParse:/يېرىم كېچە|سەھەر|چۈشتىن بۇرۇن|چۈش|چۈشتىن كېيىن|كەچ/,meridiemHour:function(e,t){return 12===e&&(e=0),"يېرىم كېچە"===t||"سەھەر"===t||"چۈشتىن بۇرۇن"===t?e:"چۈشتىن كېيىن"===t||"كەچ"===t?e+12:e>=11?e:e+12},meridiem:function(e,t,a){var n=100*e+t;return n<600?"يېرىم كېچە":n<900?"سەھەر":n<1130?"چۈشتىن بۇرۇن":n<1230?"چۈش":n<1800?"چۈشتىن كېيىن":"كەچ"},calendar:{sameDay:"[بۈگۈن سائەت] LT",nextDay:"[ئەتە سائەت] LT",nextWeek:"[كېلەركى] dddd [سائەت] LT",lastDay:"[تۆنۈگۈن] LT",lastWeek:"[ئالدىنقى] dddd [سائەت] LT",sameElse:"L"},relativeTime:{future:"%s كېيىن",past:"%s بۇرۇن",s:"نەچچە سېكونت",ss:"%d سېكونت",m:"بىر مىنۇت",mm:"%d مىنۇت",h:"بىر سائەت",hh:"%d سائەت",d:"بىر كۈن",dd:"%d كۈن",M:"بىر ئاي",MM:"%d ئاي",y:"بىر يىل",yy:"%d يىل"},dayOfMonthOrdinalParse:/\d{1,2}(-كۈنى|-ئاي|-ھەپتە)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"-كۈنى";case"w":case"W":return e+"-ھەپتە";default:return e}},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:7}});return t}))},"62e4":function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},6403:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
123
- //! moment.js locale configuration
124
- var t=e.defineLocale("ms-my",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t}))},"65db":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
125
- //! moment.js locale configuration
126
- var t=e.defineLocale("eo",{months:"januaro_februaro_marto_aprilo_majo_junio_julio_aŭgusto_septembro_oktobro_novembro_decembro".split("_"),monthsShort:"jan_feb_mart_apr_maj_jun_jul_aŭg_sept_okt_nov_dec".split("_"),weekdays:"dimanĉo_lundo_mardo_merkredo_ĵaŭdo_vendredo_sabato".split("_"),weekdaysShort:"dim_lun_mard_merk_ĵaŭ_ven_sab".split("_"),weekdaysMin:"di_lu_ma_me_ĵa_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"[la] D[-an de] MMMM, YYYY",LLL:"[la] D[-an de] MMMM, YYYY HH:mm",LLLL:"dddd[n], [la] D[-an de] MMMM, YYYY HH:mm",llll:"ddd, [la] D[-an de] MMM, YYYY HH:mm"},meridiemParse:/[ap]\.t\.m/i,isPM:function(e){return"p"===e.charAt(0).toLowerCase()},meridiem:function(e,t,a){return e>11?a?"p.t.m.":"P.T.M.":a?"a.t.m.":"A.T.M."},calendar:{sameDay:"[Hodiaŭ je] LT",nextDay:"[Morgaŭ je] LT",nextWeek:"dddd[n je] LT",lastDay:"[Hieraŭ je] LT",lastWeek:"[pasintan] dddd[n je] LT",sameElse:"L"},relativeTime:{future:"post %s",past:"antaŭ %s",s:"kelkaj sekundoj",ss:"%d sekundoj",m:"unu minuto",mm:"%d minutoj",h:"unu horo",hh:"%d horoj",d:"unu tago",dd:"%d tagoj",M:"unu monato",MM:"%d monatoj",y:"unu jaro",yy:"%d jaroj"},dayOfMonthOrdinalParse:/\d{1,2}a/,ordinal:"%da",week:{dow:1,doy:7}});return t}))},6784:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
127
- //! moment.js locale configuration
128
- var t=["جنوري","فيبروري","مارچ","اپريل","مئي","جون","جولاءِ","آگسٽ","سيپٽمبر","آڪٽوبر","نومبر","ڊسمبر"],a=["آچر","سومر","اڱارو","اربع","خميس","جمع","ڇنڇر"],n=e.defineLocale("sd",{months:t,monthsShort:t,weekdays:a,weekdaysShort:a,weekdaysMin:a,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd، D MMMM YYYY HH:mm"},meridiemParse:/صبح|شام/,isPM:function(e){return"شام"===e},meridiem:function(e,t,a){return e<12?"صبح":"شام"},calendar:{sameDay:"[اڄ] LT",nextDay:"[سڀاڻي] LT",nextWeek:"dddd [اڳين هفتي تي] LT",lastDay:"[ڪالهه] LT",lastWeek:"[گزريل هفتي] dddd [تي] LT",sameElse:"L"},relativeTime:{future:"%s پوء",past:"%s اڳ",s:"چند سيڪنڊ",ss:"%d سيڪنڊ",m:"هڪ منٽ",mm:"%d منٽ",h:"هڪ ڪلاڪ",hh:"%d ڪلاڪ",d:"هڪ ڏينهن",dd:"%d ڏينهن",M:"هڪ مهينو",MM:"%d مهينا",y:"هڪ سال",yy:"%d سال"},preparse:function(e){return e.replace(/،/g,",")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:1,doy:4}});return n}))},6887:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
129
- //! moment.js locale configuration
130
- function t(e,t,a){var n={mm:"munutenn",MM:"miz",dd:"devezh"};return e+" "+r(n[a],e)}function a(e){switch(n(e)){case 1:case 3:case 4:case 5:case 9:return e+" bloaz";default:return e+" vloaz"}}function n(e){return e>9?n(e%10):e}function r(e,t){return 2===t?i(e):e}function i(e){var t={m:"v",b:"v",d:"z"};return void 0===t[e.charAt(0)]?e:t[e.charAt(0)]+e.substring(1)}var s=[/^gen/i,/^c[ʼ\']hwe/i,/^meu/i,/^ebr/i,/^mae/i,/^(mez|eve)/i,/^gou/i,/^eos/i,/^gwe/i,/^her/i,/^du/i,/^ker/i],o=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu|gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,d=/^(genver|c[ʼ\']hwevrer|meurzh|ebrel|mae|mezheven|gouere|eost|gwengolo|here|du|kerzu)/i,l=/^(gen|c[ʼ\']hwe|meu|ebr|mae|eve|gou|eos|gwe|her|du|ker)/i,u=[/^sul/i,/^lun/i,/^meurzh/i,/^merc[ʼ\']her/i,/^yaou/i,/^gwener/i,/^sadorn/i],_=[/^Sul/i,/^Lun/i,/^Meu/i,/^Mer/i,/^Yao/i,/^Gwe/i,/^Sad/i],c=[/^Su/i,/^Lu/i,/^Me([^r]|$)/i,/^Mer/i,/^Ya/i,/^Gw/i,/^Sa/i],m=e.defineLocale("br",{months:"Genver_Cʼhwevrer_Meurzh_Ebrel_Mae_Mezheven_Gouere_Eost_Gwengolo_Here_Du_Kerzu".split("_"),monthsShort:"Gen_Cʼhwe_Meu_Ebr_Mae_Eve_Gou_Eos_Gwe_Her_Du_Ker".split("_"),weekdays:"Sul_Lun_Meurzh_Mercʼher_Yaou_Gwener_Sadorn".split("_"),weekdaysShort:"Sul_Lun_Meu_Mer_Yao_Gwe_Sad".split("_"),weekdaysMin:"Su_Lu_Me_Mer_Ya_Gw_Sa".split("_"),weekdaysParse:c,fullWeekdaysParse:u,shortWeekdaysParse:_,minWeekdaysParse:c,monthsRegex:o,monthsShortRegex:o,monthsStrictRegex:d,monthsShortStrictRegex:l,monthsParse:s,longMonthsParse:s,shortMonthsParse:s,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [a viz] MMMM YYYY",LLL:"D [a viz] MMMM YYYY HH:mm",LLLL:"dddd, D [a viz] MMMM YYYY HH:mm"},calendar:{sameDay:"[Hiziv da] LT",nextDay:"[Warcʼhoazh da] LT",nextWeek:"dddd [da] LT",lastDay:"[Decʼh da] LT",lastWeek:"dddd [paset da] LT",sameElse:"L"},relativeTime:{future:"a-benn %s",past:"%s ʼzo",s:"un nebeud segondennoù",ss:"%d eilenn",m:"ur vunutenn",mm:t,h:"un eur",hh:"%d eur",d:"un devezh",dd:t,M:"ur miz",MM:t,y:"ur bloaz",yy:a},dayOfMonthOrdinalParse:/\d{1,2}(añ|vet)/,ordinal:function(e){var t=1===e?"añ":"vet";return e+t},week:{dow:1,doy:4},meridiemParse:/a.m.|g.m./,isPM:function(e){return"g.m."===e},meridiem:function(e,t,a){return e<12?"a.m.":"g.m."}});return m}))},"688b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
131
- //! moment.js locale configuration
132
- var t=e.defineLocale("mi",{months:"Kohi-tāte_Hui-tanguru_Poutū-te-rangi_Paenga-whāwhā_Haratua_Pipiri_Hōngoingoi_Here-turi-kōkā_Mahuru_Whiringa-ā-nuku_Whiringa-ā-rangi_Hakihea".split("_"),monthsShort:"Kohi_Hui_Pou_Pae_Hara_Pipi_Hōngoi_Here_Mahu_Whi-nu_Whi-ra_Haki".split("_"),monthsRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,3}/i,monthsShortStrictRegex:/(?:['a-z\u0101\u014D\u016B]+\-?){1,2}/i,weekdays:"Rātapu_Mane_Tūrei_Wenerei_Tāite_Paraire_Hātarei".split("_"),weekdaysShort:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),weekdaysMin:"Ta_Ma_Tū_We_Tāi_Pa_Hā".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [i] HH:mm",LLLL:"dddd, D MMMM YYYY [i] HH:mm"},calendar:{sameDay:"[i teie mahana, i] LT",nextDay:"[apopo i] LT",nextWeek:"dddd [i] LT",lastDay:"[inanahi i] LT",lastWeek:"dddd [whakamutunga i] LT",sameElse:"L"},relativeTime:{future:"i roto i %s",past:"%s i mua",s:"te hēkona ruarua",ss:"%d hēkona",m:"he meneti",mm:"%d meneti",h:"te haora",hh:"%d haora",d:"he ra",dd:"%d ra",M:"he marama",MM:"%d marama",y:"he tau",yy:"%d tau"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},6909:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
133
- //! moment.js locale configuration
134
- var t=e.defineLocale("mk",{months:"јануари_февруари_март_април_мај_јуни_јули_август_септември_октомври_ноември_декември".split("_"),monthsShort:"јан_фев_мар_апр_мај_јун_јул_авг_сеп_окт_ное_дек".split("_"),weekdays:"недела_понеделник_вторник_среда_четврток_петок_сабота".split("_"),weekdaysShort:"нед_пон_вто_сре_чет_пет_саб".split("_"),weekdaysMin:"нe_пo_вт_ср_че_пе_сa".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Денес во] LT",nextDay:"[Утре во] LT",nextWeek:"[Во] dddd [во] LT",lastDay:"[Вчера во] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Изминатата] dddd [во] LT";case 1:case 2:case 4:case 5:return"[Изминатиот] dddd [во] LT"}},sameElse:"L"},relativeTime:{future:"за %s",past:"пред %s",s:"неколку секунди",ss:"%d секунди",m:"една минута",mm:"%d минути",h:"еден час",hh:"%d часа",d:"еден ден",dd:"%d дена",M:"еден месец",MM:"%d месеци",y:"една година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t}))},"6ce3":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
135
- //! moment.js locale configuration
136
- var t=e.defineLocale("nb",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"søndag_mandag_tirsdag_onsdag_torsdag_fredag_lørdag".split("_"),weekdaysShort:"sø._ma._ti._on._to._fr._lø.".split("_"),weekdaysMin:"sø_ma_ti_on_to_fr_lø".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] HH:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[i dag kl.] LT",nextDay:"[i morgen kl.] LT",nextWeek:"dddd [kl.] LT",lastDay:"[i går kl.] LT",lastWeek:"[forrige] dddd [kl.] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s siden",s:"noen sekunder",ss:"%d sekunder",m:"ett minutt",mm:"%d minutter",h:"en time",hh:"%d timer",d:"en dag",dd:"%d dager",w:"en uke",ww:"%d uker",M:"en måned",MM:"%d måneder",y:"ett år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},"6d79":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
137
- //! moment.js locale configuration
138
- var t={0:"-ші",1:"-ші",2:"-ші",3:"-ші",4:"-ші",5:"-ші",6:"-шы",7:"-ші",8:"-ші",9:"-шы",10:"-шы",20:"-шы",30:"-шы",40:"-шы",50:"-ші",60:"-шы",70:"-ші",80:"-ші",90:"-шы",100:"-ші"},a=e.defineLocale("kk",{months:"қаңтар_ақпан_наурыз_сәуір_мамыр_маусым_шілде_тамыз_қыркүйек_қазан_қараша_желтоқсан".split("_"),monthsShort:"қаң_ақп_нау_сәу_мам_мау_шіл_там_қыр_қаз_қар_жел".split("_"),weekdays:"жексенбі_дүйсенбі_сейсенбі_сәрсенбі_бейсенбі_жұма_сенбі".split("_"),weekdaysShort:"жек_дүй_сей_сәр_бей_жұм_сен".split("_"),weekdaysMin:"жк_дй_сй_ср_бй_жм_сн".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгін сағат] LT",nextDay:"[Ертең сағат] LT",nextWeek:"dddd [сағат] LT",lastDay:"[Кеше сағат] LT",lastWeek:"[Өткен аптаның] dddd [сағат] LT",sameElse:"L"},relativeTime:{future:"%s ішінде",past:"%s бұрын",s:"бірнеше секунд",ss:"%d секунд",m:"бір минут",mm:"%d минут",h:"бір сағат",hh:"%d сағат",d:"бір күн",dd:"%d күн",M:"бір ай",MM:"%d ай",y:"бір жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(ші|шы)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a}))},"6d83":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
139
- //! moment.js locale configuration
140
- var t=e.defineLocale("ar-tn",{months:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"جانفي_فيفري_مارس_أفريل_ماي_جوان_جويلية_أوت_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},week:{dow:1,doy:4}});return t}))},"6e98":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
141
- //! moment.js locale configuration
142
- var t=e.defineLocale("it",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:function(){return"[Oggi a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextDay:function(){return"[Domani a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},nextWeek:function(){return"dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastDay:function(){return"[Ieri a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"},lastWeek:function(){switch(this.day()){case 0:return"[La scorsa] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT";default:return"[Lo scorso] dddd [a"+(this.hours()>1?"lle ":0===this.hours()?" ":"ll'")+"]LT"}},sameElse:"L"},relativeTime:{future:"tra %s",past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",w:"una settimana",ww:"%d settimane",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"6f12":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
143
- //! moment.js locale configuration
144
- var t=e.defineLocale("it-ch",{months:"gennaio_febbraio_marzo_aprile_maggio_giugno_luglio_agosto_settembre_ottobre_novembre_dicembre".split("_"),monthsShort:"gen_feb_mar_apr_mag_giu_lug_ago_set_ott_nov_dic".split("_"),weekdays:"domenica_lunedì_martedì_mercoledì_giovedì_venerdì_sabato".split("_"),weekdaysShort:"dom_lun_mar_mer_gio_ven_sab".split("_"),weekdaysMin:"do_lu_ma_me_gi_ve_sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Oggi alle] LT",nextDay:"[Domani alle] LT",nextWeek:"dddd [alle] LT",lastDay:"[Ieri alle] LT",lastWeek:function(){switch(this.day()){case 0:return"[la scorsa] dddd [alle] LT";default:return"[lo scorso] dddd [alle] LT"}},sameElse:"L"},relativeTime:{future:function(e){return(/^[0-9].+$/.test(e)?"tra":"in")+" "+e},past:"%s fa",s:"alcuni secondi",ss:"%d secondi",m:"un minuto",mm:"%d minuti",h:"un'ora",hh:"%d ore",d:"un giorno",dd:"%d giorni",M:"un mese",MM:"%d mesi",y:"un anno",yy:"%d anni"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"6f50":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
145
- //! moment.js locale configuration
146
- var t=e.defineLocale("en-nz",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},7118:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
147
- //! moment.js locale configuration
148
- var t="jan._feb._mrt._apr._mai_jun._jul._aug._sep._okt._nov._des.".split("_"),a="jan_feb_mrt_apr_mai_jun_jul_aug_sep_okt_nov_des".split("_"),n=e.defineLocale("fy",{months:"jannewaris_febrewaris_maart_april_maaie_juny_july_augustus_septimber_oktober_novimber_desimber".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsParseExact:!0,weekdays:"snein_moandei_tiisdei_woansdei_tongersdei_freed_sneon".split("_"),weekdaysShort:"si._mo._ti._wo._to._fr._so.".split("_"),weekdaysMin:"Si_Mo_Ti_Wo_To_Fr_So".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[hjoed om] LT",nextDay:"[moarn om] LT",nextWeek:"dddd [om] LT",lastDay:"[juster om] LT",lastWeek:"[ôfrûne] dddd [om] LT",sameElse:"L"},relativeTime:{future:"oer %s",past:"%s lyn",s:"in pear sekonden",ss:"%d sekonden",m:"ien minút",mm:"%d minuten",h:"ien oere",hh:"%d oeren",d:"ien dei",dd:"%d dagen",M:"ien moanne",MM:"%d moannen",y:"ien jier",yy:"%d jierren"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return n}))},7333:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
149
- //! moment.js locale configuration
150
- var t=e.defineLocale("en-il",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}});return t}))},"74dc":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
151
- //! moment.js locale configuration
152
- var t=e.defineLocale("sw",{months:"Januari_Februari_Machi_Aprili_Mei_Juni_Julai_Agosti_Septemba_Oktoba_Novemba_Desemba".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ago_Sep_Okt_Nov_Des".split("_"),weekdays:"Jumapili_Jumatatu_Jumanne_Jumatano_Alhamisi_Ijumaa_Jumamosi".split("_"),weekdaysShort:"Jpl_Jtat_Jnne_Jtan_Alh_Ijm_Jmos".split("_"),weekdaysMin:"J2_J3_J4_J5_Al_Ij_J1".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"hh:mm A",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[leo saa] LT",nextDay:"[kesho saa] LT",nextWeek:"[wiki ijayo] dddd [saat] LT",lastDay:"[jana] LT",lastWeek:"[wiki iliyopita] dddd [saat] LT",sameElse:"L"},relativeTime:{future:"%s baadaye",past:"tokea %s",s:"hivi punde",ss:"sekunde %d",m:"dakika moja",mm:"dakika %d",h:"saa limoja",hh:"masaa %d",d:"siku moja",dd:"siku %d",M:"mwezi mmoja",MM:"miezi %d",y:"mwaka mmoja",yy:"miaka %d"},week:{dow:1,doy:7}});return t}))},"7be6":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
153
- //! moment.js locale configuration
154
- var t="január_február_marec_apríl_máj_jún_júl_august_september_október_november_december".split("_"),a="jan_feb_mar_apr_máj_jún_júl_aug_sep_okt_nov_dec".split("_");function n(e){return e>1&&e<5}function r(e,t,a,r){var i=e+" ";switch(a){case"s":return t||r?"pár sekúnd":"pár sekundami";case"ss":return t||r?i+(n(e)?"sekundy":"sekúnd"):i+"sekundami";case"m":return t?"minúta":r?"minútu":"minútou";case"mm":return t||r?i+(n(e)?"minúty":"minút"):i+"minútami";case"h":return t?"hodina":r?"hodinu":"hodinou";case"hh":return t||r?i+(n(e)?"hodiny":"hodín"):i+"hodinami";case"d":return t||r?"deň":"dňom";case"dd":return t||r?i+(n(e)?"dni":"dní"):i+"dňami";case"M":return t||r?"mesiac":"mesiacom";case"MM":return t||r?i+(n(e)?"mesiace":"mesiacov"):i+"mesiacmi";case"y":return t||r?"rok":"rokom";case"yy":return t||r?i+(n(e)?"roky":"rokov"):i+"rokmi"}}var i=e.defineLocale("sk",{months:t,monthsShort:a,weekdays:"nedeľa_pondelok_utorok_streda_štvrtok_piatok_sobota".split("_"),weekdaysShort:"ne_po_ut_st_št_pi_so".split("_"),weekdaysMin:"ne_po_ut_st_št_pi_so".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd D. MMMM YYYY H:mm"},calendar:{sameDay:"[dnes o] LT",nextDay:"[zajtra o] LT",nextWeek:function(){switch(this.day()){case 0:return"[v nedeľu o] LT";case 1:case 2:return"[v] dddd [o] LT";case 3:return"[v stredu o] LT";case 4:return"[vo štvrtok o] LT";case 5:return"[v piatok o] LT";case 6:return"[v sobotu o] LT"}},lastDay:"[včera o] LT",lastWeek:function(){switch(this.day()){case 0:return"[minulú nedeľu o] LT";case 1:case 2:return"[minulý] dddd [o] LT";case 3:return"[minulú stredu o] LT";case 4:case 5:return"[minulý] dddd [o] LT";case 6:return"[minulú sobotu o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"pred %s",s:r,ss:r,m:r,mm:r,h:r,hh:r,d:r,dd:r,M:r,MM:r,y:r,yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i}))},"7f33":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
155
- //! moment.js locale configuration
156
- var t=e.defineLocale("yo",{months:"Sẹ́rẹ́_Èrèlè_Ẹrẹ̀nà_Ìgbé_Èbibi_Òkùdu_Agẹmo_Ògún_Owewe_Ọ̀wàrà_Bélú_Ọ̀pẹ̀̀".split("_"),monthsShort:"Sẹ́r_Èrl_Ẹrn_Ìgb_Èbi_Òkù_Agẹ_Ògú_Owe_Ọ̀wà_Bél_Ọ̀pẹ̀̀".split("_"),weekdays:"Àìkú_Ajé_Ìsẹ́gun_Ọjọ́rú_Ọjọ́bọ_Ẹtì_Àbámẹ́ta".split("_"),weekdaysShort:"Àìk_Ajé_Ìsẹ́_Ọjr_Ọjb_Ẹtì_Àbá".split("_"),weekdaysMin:"Àì_Aj_Ìs_Ọr_Ọb_Ẹt_Àb".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Ònì ni] LT",nextDay:"[Ọ̀la ni] LT",nextWeek:"dddd [Ọsẹ̀ tón'bọ] [ni] LT",lastDay:"[Àna ni] LT",lastWeek:"dddd [Ọsẹ̀ tólọ́] [ni] LT",sameElse:"L"},relativeTime:{future:"ní %s",past:"%s kọjá",s:"ìsẹjú aayá die",ss:"aayá %d",m:"ìsẹjú kan",mm:"ìsẹjú %d",h:"wákati kan",hh:"wákati %d",d:"ọjọ́ kan",dd:"ọjọ́ %d",M:"osù kan",MM:"osù %d",y:"ọdún kan",yy:"ọdún %d"},dayOfMonthOrdinalParse:/ọjọ́\s\d{1,2}/,ordinal:"ọjọ́ %d",week:{dow:1,doy:4}});return t}))},8155:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
157
- //! moment.js locale configuration
158
- function t(e,t,a,n){var r=e+" ";switch(a){case"s":return t||n?"nekaj sekund":"nekaj sekundami";case"ss":return r+=1===e?t?"sekundo":"sekundi":2===e?t||n?"sekundi":"sekundah":e<5?t||n?"sekunde":"sekundah":"sekund",r;case"m":return t?"ena minuta":"eno minuto";case"mm":return r+=1===e?t?"minuta":"minuto":2===e?t||n?"minuti":"minutama":e<5?t||n?"minute":"minutami":t||n?"minut":"minutami",r;case"h":return t?"ena ura":"eno uro";case"hh":return r+=1===e?t?"ura":"uro":2===e?t||n?"uri":"urama":e<5?t||n?"ure":"urami":t||n?"ur":"urami",r;case"d":return t||n?"en dan":"enim dnem";case"dd":return r+=1===e?t||n?"dan":"dnem":2===e?t||n?"dni":"dnevoma":t||n?"dni":"dnevi",r;case"M":return t||n?"en mesec":"enim mesecem";case"MM":return r+=1===e?t||n?"mesec":"mesecem":2===e?t||n?"meseca":"mesecema":e<5?t||n?"mesece":"meseci":t||n?"mesecev":"meseci",r;case"y":return t||n?"eno leto":"enim letom";case"yy":return r+=1===e?t||n?"leto":"letom":2===e?t||n?"leti":"letoma":e<5?t||n?"leta":"leti":t||n?"let":"leti",r}}var a=e.defineLocale("sl",{months:"januar_februar_marec_april_maj_junij_julij_avgust_september_oktober_november_december".split("_"),monthsShort:"jan._feb._mar._apr._maj._jun._jul._avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljek_torek_sreda_četrtek_petek_sobota".split("_"),weekdaysShort:"ned._pon._tor._sre._čet._pet._sob.".split("_"),weekdaysMin:"ne_po_to_sr_če_pe_so".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD. MM. YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[danes ob] LT",nextDay:"[jutri ob] LT",nextWeek:function(){switch(this.day()){case 0:return"[v] [nedeljo] [ob] LT";case 3:return"[v] [sredo] [ob] LT";case 6:return"[v] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[v] dddd [ob] LT"}},lastDay:"[včeraj ob] LT",lastWeek:function(){switch(this.day()){case 0:return"[prejšnjo] [nedeljo] [ob] LT";case 3:return"[prejšnjo] [sredo] [ob] LT";case 6:return"[prejšnjo] [soboto] [ob] LT";case 1:case 2:case 4:case 5:return"[prejšnji] dddd [ob] LT"}},sameElse:"L"},relativeTime:{future:"čez %s",past:"pred %s",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},"81e9":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
159
- //! moment.js locale configuration
160
- var t="nolla yksi kaksi kolme neljä viisi kuusi seitsemän kahdeksan yhdeksän".split(" "),a=["nolla","yhden","kahden","kolmen","neljän","viiden","kuuden",t[7],t[8],t[9]];function n(e,t,a,n){var i="";switch(a){case"s":return n?"muutaman sekunnin":"muutama sekunti";case"ss":i=n?"sekunnin":"sekuntia";break;case"m":return n?"minuutin":"minuutti";case"mm":i=n?"minuutin":"minuuttia";break;case"h":return n?"tunnin":"tunti";case"hh":i=n?"tunnin":"tuntia";break;case"d":return n?"päivän":"päivä";case"dd":i=n?"päivän":"päivää";break;case"M":return n?"kuukauden":"kuukausi";case"MM":i=n?"kuukauden":"kuukautta";break;case"y":return n?"vuoden":"vuosi";case"yy":i=n?"vuoden":"vuotta";break}return i=r(e,n)+" "+i,i}function r(e,n){return e<10?n?a[e]:t[e]:e}var i=e.defineLocale("fi",{months:"tammikuu_helmikuu_maaliskuu_huhtikuu_toukokuu_kesäkuu_heinäkuu_elokuu_syyskuu_lokakuu_marraskuu_joulukuu".split("_"),monthsShort:"tammi_helmi_maalis_huhti_touko_kesä_heinä_elo_syys_loka_marras_joulu".split("_"),weekdays:"sunnuntai_maanantai_tiistai_keskiviikko_torstai_perjantai_lauantai".split("_"),weekdaysShort:"su_ma_ti_ke_to_pe_la".split("_"),weekdaysMin:"su_ma_ti_ke_to_pe_la".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"Do MMMM[ta] YYYY",LLL:"Do MMMM[ta] YYYY, [klo] HH.mm",LLLL:"dddd, Do MMMM[ta] YYYY, [klo] HH.mm",l:"D.M.YYYY",ll:"Do MMM YYYY",lll:"Do MMM YYYY, [klo] HH.mm",llll:"ddd, Do MMM YYYY, [klo] HH.mm"},calendar:{sameDay:"[tänään] [klo] LT",nextDay:"[huomenna] [klo] LT",nextWeek:"dddd [klo] LT",lastDay:"[eilen] [klo] LT",lastWeek:"[viime] dddd[na] [klo] LT",sameElse:"L"},relativeTime:{future:"%s päästä",past:"%s sitten",s:n,ss:n,m:n,mm:n,h:n,hh:n,d:n,dd:n,M:n,MM:n,y:n,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return i}))},8230:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
161
- //! moment.js locale configuration
162
- var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=e.defineLocale("ar-sa",{months:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),monthsShort:"يناير_فبراير_مارس_أبريل_مايو_يونيو_يوليو_أغسطس_سبتمبر_أكتوبر_نوفمبر_ديسمبر".split("_"),weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم على الساعة] LT",nextDay:"[غدا على الساعة] LT",nextWeek:"dddd [على الساعة] LT",lastDay:"[أمس على الساعة] LT",lastWeek:"dddd [على الساعة] LT",sameElse:"L"},relativeTime:{future:"في %s",past:"منذ %s",s:"ثوان",ss:"%d ثانية",m:"دقيقة",mm:"%d دقائق",h:"ساعة",hh:"%d ساعات",d:"يوم",dd:"%d أيام",M:"شهر",MM:"%d أشهر",y:"سنة",yy:"%d سنوات"},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:0,doy:6}});return n}))},"84aa":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
163
- //! moment.js locale configuration
164
- var t=e.defineLocale("bg",{months:"януари_февруари_март_април_май_юни_юли_август_септември_октомври_ноември_декември".split("_"),monthsShort:"яну_фев_мар_апр_май_юни_юли_авг_сеп_окт_ное_дек".split("_"),weekdays:"неделя_понеделник_вторник_сряда_четвъртък_петък_събота".split("_"),weekdaysShort:"нед_пон_вто_сря_чет_пет_съб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[Днес в] LT",nextDay:"[Утре в] LT",nextWeek:"dddd [в] LT",lastDay:"[Вчера в] LT",lastWeek:function(){switch(this.day()){case 0:case 3:case 6:return"[Миналата] dddd [в] LT";case 1:case 2:case 4:case 5:return"[Миналия] dddd [в] LT"}},sameElse:"L"},relativeTime:{future:"след %s",past:"преди %s",s:"няколко секунди",ss:"%d секунди",m:"минута",mm:"%d минути",h:"час",hh:"%d часа",d:"ден",dd:"%d дена",w:"седмица",ww:"%d седмици",M:"месец",MM:"%d месеца",y:"година",yy:"%d години"},dayOfMonthOrdinalParse:/\d{1,2}-(ев|ен|ти|ви|ри|ми)/,ordinal:function(e){var t=e%10,a=e%100;return 0===e?e+"-ев":0===a?e+"-ен":a>10&&a<20?e+"-ти":1===t?e+"-ви":2===t?e+"-ри":7===t||8===t?e+"-ми":e+"-ти"},week:{dow:1,doy:7}});return t}))},8521:function(e,t){
165
- /**
166
- * [chartjs-plugin-labels]{@link https://github.com/emn178/chartjs-plugin-labels}
167
- *
168
- * @version 1.1.0
169
- * @author Chen, Yi-Cyuan [emn178@gmail.com]
170
- * @copyright Chen, Yi-Cyuan 2017-2018
171
- * @license MIT
172
- */
173
- (function(){"use strict";if("undefined"!==typeof Chart){"function"!=typeof Object.assign&&(Object.assign=function(e,t){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var a=Object(e),n=1;n<arguments.length;n++){var r=arguments[n];if(null!=r)for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&(a[i]=r[i])}return a});var e={};["pie","doughnut","polarArea","bar"].forEach((function(t){e[t]=!0})),t.prototype.setup=function(e,t){this.chart=e,this.ctx=e.ctx,this.args={},this.barTotal={};var a=e.config.options;this.options=Object.assign({position:"default",precision:0,fontSize:a.defaultFontSize,fontColor:a.defaultFontColor,fontStyle:a.defaultFontStyle,fontFamily:a.defaultFontFamily,shadowOffsetX:3,shadowOffsetY:3,shadowColor:"rgba(0,0,0,0.3)",shadowBlur:6,images:[],outsidePadding:2,textMargin:2,overlap:!0},t),"bar"===e.config.type&&(this.options.position="default",this.options.arc=!1,this.options.overlap=!0)},t.prototype.render=function(){this.labelBounds=[],this.chart.data.datasets.forEach(this.renderToDataset)},t.prototype.renderToDataset=function(e,t){this.totalPercentage=0,this.total=null;var a=this.args[t];a.meta.data.forEach(function(t,n){this.renderToElement(e,a,t,n)}.bind(this))},t.prototype.renderToElement=function(e,t,a,n){if(this.shouldRenderToElement(t.meta,a)){this.percentage=null;var r=this.getLabel(e,a,n);if(r){var i=this.ctx;i.save(),i.font=Chart.helpers.fontString(this.options.fontSize,this.options.fontStyle,this.options.fontFamily);var s=this.getRenderInfo(a,r);this.drawable(a,r,s)?(i.beginPath(),i.fillStyle=this.getFontColor(e,a,n),this.renderLabel(r,s),i.restore()):i.restore()}}},t.prototype.renderLabel=function(e,t){return this.options.arc?this.renderArcLabel(e,t):this.renderBaseLabel(e,t)},t.prototype.renderBaseLabel=function(e,t){var a=this.ctx;if("object"===typeof e)a.drawImage(e,t.x-e.width/2,t.y-e.height/2,e.width,e.height);else{a.save(),a.textBaseline="top",a.textAlign="center",this.options.textShadow&&(a.shadowOffsetX=this.options.shadowOffsetX,a.shadowOffsetY=this.options.shadowOffsetY,a.shadowColor=this.options.shadowColor,a.shadowBlur=this.options.shadowBlur);for(var n=e.split("\n"),r=0;r<n.length;r++){var i=t.y-this.options.fontSize/2*n.length+this.options.fontSize*r;a.fillText(n[r],t.x,i)}a.restore()}},t.prototype.renderArcLabel=function(e,t){var a=this.ctx,n=t.radius,r=t.view;if(a.save(),a.translate(r.x,r.y),"string"===typeof e){a.rotate(t.startAngle),a.textBaseline="middle",a.textAlign="left";var i=e.split("\n"),s=0,o=[],d=0;"border"===this.options.position&&(d=(i.length-1)*this.options.fontSize/2);for(var l=0;l<i.length;++l){var u=a.measureText(i[l]);u.width>s&&(s=u.width),o.push(u.width)}for(l=0;l<i.length;++l){var _=i[l],c=(i.length-1-l)*-this.options.fontSize+d;a.save();var m=(s-o[l])/2;a.rotate(m/n);for(var h=0;h<_.length;h++){var f=_.charAt(h);u=a.measureText(f),a.save(),a.translate(0,-1*n),a.fillText(f,0,c),a.restore(),a.rotate(u.width/n)}a.restore()}}else a.rotate((r.startAngle+Math.PI/2+t.endAngle)/2),a.translate(0,-1*n),this.renderLabel(e,{x:0,y:0});a.restore()},t.prototype.shouldRenderToElement=function(e,t){return!e.hidden&&!t.hidden&&(this.options.showZero||"polarArea"===this.chart.config.type?0!==t._view.outerRadius:0!==t._view.circumference)},t.prototype.getLabel=function(e,t,a){var n;if("function"===typeof this.options.render)n=this.options.render({label:this.chart.config.data.labels[a],value:e.data[a],percentage:this.getPercentage(e,t,a),dataset:e,index:a});else switch(this.options.render){case"value":n=e.data[a];break;case"label":n=this.chart.config.data.labels[a];break;case"image":n=this.options.images[a]?this.loadImage(this.options.images[a]):"";break;case"percentage":default:n=this.getPercentage(e,t,a)+"%";break}return"object"===typeof n?n=this.loadImage(n):null!==n&&void 0!==n&&(n=n.toString()),n},t.prototype.getFontColor=function(e,t,a){var n=this.options.fontColor;return"function"===typeof n?n=n({label:this.chart.config.data.labels[a],value:e.data[a],percentage:this.getPercentage(e,t,a),backgroundColor:e.backgroundColor[a],dataset:e,index:a}):"string"!==typeof n&&(n=n[a]||this.chart.config.options.defaultFontColor),n},t.prototype.getPercentage=function(e,t,a){if(null!==this.percentage)return this.percentage;var n;if("polarArea"===this.chart.config.type){if(null===this.total){this.total=0;for(var r=0;r<e.data.length;++r)this.total+=e.data[r]}n=e.data[a]/this.total*100}else if("bar"===this.chart.config.type){if(void 0===this.barTotal[a]){this.barTotal[a]=0;for(r=0;r<this.chart.data.datasets.length;++r)this.barTotal[a]+=this.chart.data.datasets[r].data[a]}n=e.data[a]/this.barTotal[a]*100}else n=t._view.circumference/this.chart.config.options.circumference*100;return n=parseFloat(n.toFixed(this.options.precision)),this.options.showActualPercentages||("bar"===this.chart.config.type&&(this.totalPercentage=this.barTotalPercentage[a]||0),this.totalPercentage+=n,this.totalPercentage>100&&(n-=this.totalPercentage-100,n=parseFloat(n.toFixed(this.options.precision))),"bar"===this.chart.config.type&&(this.barTotalPercentage[a]=this.totalPercentage)),this.percentage=n,n},t.prototype.getRenderInfo=function(e,t){return"bar"===this.chart.config.type?this.getBarRenderInfo(e,t):this.options.arc?this.getArcRenderInfo(e,t):this.getBaseRenderInfo(e,t)},t.prototype.getBaseRenderInfo=function(e,t){if("outside"===this.options.position||"border"===this.options.position){var a,n,r=e._view,i=r.startAngle+(r.endAngle-r.startAngle)/2,s=r.outerRadius/2;if("border"===this.options.position?n=(r.outerRadius-s)/2+s:"outside"===this.options.position&&(n=r.outerRadius-s+s+this.options.textMargin),a={x:r.x+Math.cos(i)*n,y:r.y+Math.sin(i)*n},"outside"===this.options.position){var o=this.options.textMargin+this.measureLabel(t).width/2;a.x+=a.x<r.x?-o:o}return a}return e.tooltipPosition()},t.prototype.getArcRenderInfo=function(e,t){var a,n=e._view;a="outside"===this.options.position?n.outerRadius+this.options.fontSize+this.options.textMargin:"border"===this.options.position?(n.outerRadius/2+n.outerRadius)/2:(n.innerRadius+n.outerRadius)/2;var r=n.startAngle,i=n.endAngle,s=i-r;r+=Math.PI/2,i+=Math.PI/2;var o=this.measureLabel(t);return r+=(i-(o.width/a+r))/2,{radius:a,startAngle:r,endAngle:i,totalAngle:s,view:n}},t.prototype.getBarRenderInfo=function(e,t){var a=e.tooltipPosition();return a.y-=this.measureLabel(t).height/2+this.options.textMargin,a},t.prototype.drawable=function(e,t,a){if(this.options.overlap)return!0;if(this.options.arc)return a.endAngle-a.startAngle<=a.totalAngle;var n=this.measureLabel(t),r=a.x-n.width/2,i=a.x+n.width/2,s=a.y-n.height/2,o=a.y+n.height/2;return"outside"===this.options.renderInfo?this.outsideInRange(r,i,s,o):e.inRange(r,s)&&e.inRange(r,o)&&e.inRange(i,s)&&e.inRange(i,o)},t.prototype.outsideInRange=function(e,t,a,n){for(var r=this.labelBounds,i=0;i<r.length;++i){for(var s=r[i],o=[[e,a],[e,n],[t,a],[t,n]],d=0;d<o.length;++d){var l=o[d][0],u=o[d][1];if(l>=s.left&&l<=s.right&&u>=s.top&&u<=s.bottom)return!1}o=[[s.left,s.top],[s.left,s.bottom],[s.right,s.top],[s.right,s.bottom]];for(d=0;d<o.length;++d){l=o[d][0],u=o[d][1];if(l>=e&&l<=t&&u>=a&&u<=n)return!1}}return r.push({left:e,right:t,top:a,bottom:n}),!0},t.prototype.measureLabel=function(e){if("object"===typeof e)return{width:e.width,height:e.height};for(var t=0,a=e.split("\n"),n=0;n<a.length;++n){var r=this.ctx.measureText(a[n]);r.width>t&&(t=r.width)}return{width:t,height:this.options.fontSize*a.length}},t.prototype.loadImage=function(e){var t=new Image;return t.src=e.src,t.width=e.width,t.height=e.height,t},Chart.plugins.register({id:"labels",beforeDatasetsUpdate:function(a,n){if(e[a.config.type]){Array.isArray(n)||(n=[n]);var r=n.length;a._labels&&r===a._labels.length||(a._labels=n.map((function(){return new t})));for(var i=!1,s=0,o=0;o<r;++o){var d=a._labels[o];if(d.setup(a,n[o]),"outside"===d.options.position){i=!0;var l=1.5*d.options.fontSize+d.options.outsidePadding;l>s&&(s=l)}}i&&(a.chartArea.top+=s,a.chartArea.bottom-=s)}},afterDatasetUpdate:function(t,a,n){e[t.config.type]&&t._labels.forEach((function(e){e.args[a.index]=a}))},beforeDraw:function(t){e[t.config.type]&&t._labels.forEach((function(e){e.barTotalPercentage={}}))},afterDatasetsDraw:function(t){e[t.config.type]&&t._labels.forEach((function(e){e.render()}))}})}else console.error("Can not find Chart object.");function t(){this.renderToDataset=this.renderToDataset.bind(this)}})()},8689:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
174
- //! moment.js locale configuration
175
- var t={1:"၁",2:"၂",3:"၃",4:"၄",5:"၅",6:"၆",7:"၇",8:"၈",9:"၉",0:"၀"},a={"၁":"1","၂":"2","၃":"3","၄":"4","၅":"5","၆":"6","၇":"7","၈":"8","၉":"9","၀":"0"},n=e.defineLocale("my",{months:"ဇန်နဝါရီ_ဖေဖော်ဝါရီ_မတ်_ဧပြီ_မေ_ဇွန်_ဇူလိုင်_သြဂုတ်_စက်တင်ဘာ_အောက်တိုဘာ_နိုဝင်ဘာ_ဒီဇင်ဘာ".split("_"),monthsShort:"ဇန်_ဖေ_မတ်_ပြီ_မေ_ဇွန်_လိုင်_သြ_စက်_အောက်_နို_ဒီ".split("_"),weekdays:"တနင်္ဂနွေ_တနင်္လာ_အင်္ဂါ_ဗုဒ္ဓဟူး_ကြာသပတေး_သောကြာ_စနေ".split("_"),weekdaysShort:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),weekdaysMin:"နွေ_လာ_ဂါ_ဟူး_ကြာ_သော_နေ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ယနေ.] LT [မှာ]",nextDay:"[မနက်ဖြန်] LT [မှာ]",nextWeek:"dddd LT [မှာ]",lastDay:"[မနေ.က] LT [မှာ]",lastWeek:"[ပြီးခဲ့သော] dddd LT [မှာ]",sameElse:"L"},relativeTime:{future:"လာမည့် %s မှာ",past:"လွန်ခဲ့သော %s က",s:"စက္ကန်.အနည်းငယ်",ss:"%d စက္ကန့်",m:"တစ်မိနစ်",mm:"%d မိနစ်",h:"တစ်နာရီ",hh:"%d နာရီ",d:"တစ်ရက်",dd:"%d ရက်",M:"တစ်လ",MM:"%d လ",y:"တစ်နှစ်",yy:"%d နှစ်"},preparse:function(e){return e.replace(/[၁၂၃၄၅၆၇၈၉၀]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}});return n}))},8840:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
176
- //! moment.js locale configuration
177
- var t=e.defineLocale("gl",{months:"xaneiro_febreiro_marzo_abril_maio_xuño_xullo_agosto_setembro_outubro_novembro_decembro".split("_"),monthsShort:"xan._feb._mar._abr._mai._xuñ._xul._ago._set._out._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"domingo_luns_martes_mércores_xoves_venres_sábado".split("_"),weekdaysShort:"dom._lun._mar._mér._xov._ven._sáb.".split("_"),weekdaysMin:"do_lu_ma_mé_xo_ve_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoxe "+(1!==this.hours()?"ás":"á")+"] LT"},nextDay:function(){return"[mañá "+(1!==this.hours()?"ás":"á")+"] LT"},nextWeek:function(){return"dddd ["+(1!==this.hours()?"ás":"a")+"] LT"},lastDay:function(){return"[onte "+(1!==this.hours()?"á":"a")+"] LT"},lastWeek:function(){return"[o] dddd [pasado "+(1!==this.hours()?"ás":"a")+"] LT"},sameElse:"L"},relativeTime:{future:function(e){return 0===e.indexOf("un")?"n"+e:"en "+e},past:"hai %s",s:"uns segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"unha hora",hh:"%d horas",d:"un día",dd:"%d días",M:"un mes",MM:"%d meses",y:"un ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},"898b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
178
- //! moment.js locale configuration
179
- var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4},invalidDate:"Fecha inválida"});return i}))},"8d47":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
180
- //! moment.js locale configuration
181
- function t(e){return"undefined"!==typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}var a=e.defineLocale("el",{monthsNominativeEl:"Ιανουάριος_Φεβρουάριος_Μάρτιος_Απρίλιος_Μάιος_Ιούνιος_Ιούλιος_Αύγουστος_Σεπτέμβριος_Οκτώβριος_Νοέμβριος_Δεκέμβριος".split("_"),monthsGenitiveEl:"Ιανουαρίου_Φεβρουαρίου_Μαρτίου_Απριλίου_Μαΐου_Ιουνίου_Ιουλίου_Αυγούστου_Σεπτεμβρίου_Οκτωβρίου_Νοεμβρίου_Δεκεμβρίου".split("_"),months:function(e,t){return e?"string"===typeof t&&/D/.test(t.substring(0,t.indexOf("MMMM")))?this._monthsGenitiveEl[e.month()]:this._monthsNominativeEl[e.month()]:this._monthsNominativeEl},monthsShort:"Ιαν_Φεβ_Μαρ_Απρ_Μαϊ_Ιουν_Ιουλ_Αυγ_Σεπ_Οκτ_Νοε_Δεκ".split("_"),weekdays:"Κυριακή_Δευτέρα_Τρίτη_Τετάρτη_Πέμπτη_Παρασκευή_Σάββατο".split("_"),weekdaysShort:"Κυρ_Δευ_Τρι_Τετ_Πεμ_Παρ_Σαβ".split("_"),weekdaysMin:"Κυ_Δε_Τρ_Τε_Πε_Πα_Σα".split("_"),meridiem:function(e,t,a){return e>11?a?"μμ":"ΜΜ":a?"πμ":"ΠΜ"},isPM:function(e){return"μ"===(e+"").toLowerCase()[0]},meridiemParse:/[ΠΜ]\.?Μ?\.?/i,longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendarEl:{sameDay:"[Σήμερα {}] LT",nextDay:"[Αύριο {}] LT",nextWeek:"dddd [{}] LT",lastDay:"[Χθες {}] LT",lastWeek:function(){switch(this.day()){case 6:return"[το προηγούμενο] dddd [{}] LT";default:return"[την προηγούμενη] dddd [{}] LT"}},sameElse:"L"},calendar:function(e,a){var n=this._calendarEl[e],r=a&&a.hours();return t(n)&&(n=n.apply(a)),n.replace("{}",r%12===1?"στη":"στις")},relativeTime:{future:"σε %s",past:"%s πριν",s:"λίγα δευτερόλεπτα",ss:"%d δευτερόλεπτα",m:"ένα λεπτό",mm:"%d λεπτά",h:"μία ώρα",hh:"%d ώρες",d:"μία μέρα",dd:"%d μέρες",M:"ένας μήνας",MM:"%d μήνες",y:"ένας χρόνος",yy:"%d χρόνια"},dayOfMonthOrdinalParse:/\d{1,2}η/,ordinal:"%dη",week:{dow:1,doy:4}});return a}))},"8d57":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
182
- //! moment.js locale configuration
183
- var t="styczeń_luty_marzec_kwiecień_maj_czerwiec_lipiec_sierpień_wrzesień_październik_listopad_grudzień".split("_"),a="stycznia_lutego_marca_kwietnia_maja_czerwca_lipca_sierpnia_września_października_listopada_grudnia".split("_"),n=[/^sty/i,/^lut/i,/^mar/i,/^kwi/i,/^maj/i,/^cze/i,/^lip/i,/^sie/i,/^wrz/i,/^paź/i,/^lis/i,/^gru/i];function r(e){return e%10<5&&e%10>1&&~~(e/10)%10!==1}function i(e,t,a){var n=e+" ";switch(a){case"ss":return n+(r(e)?"sekundy":"sekund");case"m":return t?"minuta":"minutę";case"mm":return n+(r(e)?"minuty":"minut");case"h":return t?"godzina":"godzinę";case"hh":return n+(r(e)?"godziny":"godzin");case"ww":return n+(r(e)?"tygodnie":"tygodni");case"MM":return n+(r(e)?"miesiące":"miesięcy");case"yy":return n+(r(e)?"lata":"lat")}}var s=e.defineLocale("pl",{months:function(e,n){return e?/D MMMM/.test(n)?a[e.month()]:t[e.month()]:t},monthsShort:"sty_lut_mar_kwi_maj_cze_lip_sie_wrz_paź_lis_gru".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"niedziela_poniedziałek_wtorek_środa_czwartek_piątek_sobota".split("_"),weekdaysShort:"ndz_pon_wt_śr_czw_pt_sob".split("_"),weekdaysMin:"Nd_Pn_Wt_Śr_Cz_Pt_So".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Dziś o] LT",nextDay:"[Jutro o] LT",nextWeek:function(){switch(this.day()){case 0:return"[W niedzielę o] LT";case 2:return"[We wtorek o] LT";case 3:return"[W środę o] LT";case 6:return"[W sobotę o] LT";default:return"[W] dddd [o] LT"}},lastDay:"[Wczoraj o] LT",lastWeek:function(){switch(this.day()){case 0:return"[W zeszłą niedzielę o] LT";case 3:return"[W zeszłą środę o] LT";case 6:return"[W zeszłą sobotę o] LT";default:return"[W zeszły] dddd [o] LT"}},sameElse:"L"},relativeTime:{future:"za %s",past:"%s temu",s:"kilka sekund",ss:i,m:i,mm:i,h:i,hh:i,d:"1 dzień",dd:"%d dni",w:"tydzień",ww:i,M:"miesiąc",MM:i,y:"rok",yy:i},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return s}))},"8df4":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
184
- //! moment.js locale configuration
185
- var t={1:"۱",2:"۲",3:"۳",4:"۴",5:"۵",6:"۶",7:"۷",8:"۸",9:"۹",0:"۰"},a={"۱":"1","۲":"2","۳":"3","۴":"4","۵":"5","۶":"6","۷":"7","۸":"8","۹":"9","۰":"0"},n=e.defineLocale("fa",{months:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),monthsShort:"ژانویه_فوریه_مارس_آوریل_مه_ژوئن_ژوئیه_اوت_سپتامبر_اکتبر_نوامبر_دسامبر".split("_"),weekdays:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysShort:"یک‌شنبه_دوشنبه_سه‌شنبه_چهارشنبه_پنج‌شنبه_جمعه_شنبه".split("_"),weekdaysMin:"ی_د_س_چ_پ_ج_ش".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/قبل از ظهر|بعد از ظهر/,isPM:function(e){return/بعد از ظهر/.test(e)},meridiem:function(e,t,a){return e<12?"قبل از ظهر":"بعد از ظهر"},calendar:{sameDay:"[امروز ساعت] LT",nextDay:"[فردا ساعت] LT",nextWeek:"dddd [ساعت] LT",lastDay:"[دیروز ساعت] LT",lastWeek:"dddd [پیش] [ساعت] LT",sameElse:"L"},relativeTime:{future:"در %s",past:"%s پیش",s:"چند ثانیه",ss:"%d ثانیه",m:"یک دقیقه",mm:"%d دقیقه",h:"یک ساعت",hh:"%d ساعت",d:"یک روز",dd:"%d روز",M:"یک ماه",MM:"%d ماه",y:"یک سال",yy:"%d سال"},preparse:function(e){return e.replace(/[۰-۹]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},dayOfMonthOrdinalParse:/\d{1,2}م/,ordinal:"%dم",week:{dow:6,doy:12}});return n}))},"8e73":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
186
- //! moment.js locale configuration
187
- var t={1:"١",2:"٢",3:"٣",4:"٤",5:"٥",6:"٦",7:"٧",8:"٨",9:"٩",0:"٠"},a={"١":"1","٢":"2","٣":"3","٤":"4","٥":"5","٦":"6","٧":"7","٨":"8","٩":"9","٠":"0"},n=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},r={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},i=function(e){return function(t,a,i,s){var o=n(t),d=r[e][n(t)];return 2===o&&(d=d[a?0:1]),d.replace(/%d/i,t)}},s=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],o=e.defineLocale("ar",{months:s,monthsShort:s,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:i("s"),ss:i("s"),m:i("m"),mm:i("m"),h:i("h"),hh:i("h"),d:i("d"),dd:i("d"),M:i("M"),MM:i("M"),y:i("y"),yy:i("y")},preparse:function(e){return e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,(function(e){return a[e]})).replace(/،/g,",")},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]})).replace(/,/g,"،")},week:{dow:6,doy:12}});return o}))},9043:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
188
- //! moment.js locale configuration
189
- var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"},n=e.defineLocale("bn",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|সকাল|দুপুর|বিকাল|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t&&e>=4||"দুপুর"===t&&e<5||"বিকাল"===t?e+12:e},meridiem:function(e,t,a){return e<4?"রাত":e<10?"সকাল":e<17?"দুপুর":e<20?"বিকাল":"রাত"},week:{dow:0,doy:6}});return n}))},"90ea":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
190
- //! moment.js locale configuration
191
- var t=e.defineLocale("zh-tw",{months:"一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月".split("_"),monthsShort:"1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月".split("_"),weekdays:"星期日_星期一_星期二_星期三_星期四_星期五_星期六".split("_"),weekdaysShort:"週日_週一_週二_週三_週四_週五_週六".split("_"),weekdaysMin:"日_一_二_三_四_五_六".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY/MM/DD",LL:"YYYY年M月D日",LLL:"YYYY年M月D日 HH:mm",LLLL:"YYYY年M月D日dddd HH:mm",l:"YYYY/M/D",ll:"YYYY年M月D日",lll:"YYYY年M月D日 HH:mm",llll:"YYYY年M月D日dddd HH:mm"},meridiemParse:/凌晨|早上|上午|中午|下午|晚上/,meridiemHour:function(e,t){return 12===e&&(e=0),"凌晨"===t||"早上"===t||"上午"===t?e:"中午"===t?e>=11?e:e+12:"下午"===t||"晚上"===t?e+12:void 0},meridiem:function(e,t,a){var n=100*e+t;return n<600?"凌晨":n<900?"早上":n<1130?"上午":n<1230?"中午":n<1800?"下午":"晚上"},calendar:{sameDay:"[今天] LT",nextDay:"[明天] LT",nextWeek:"[下]dddd LT",lastDay:"[昨天] LT",lastWeek:"[上]dddd LT",sameElse:"L"},dayOfMonthOrdinalParse:/\d{1,2}(日|月|週)/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+"日";case"M":return e+"月";case"w":case"W":return e+"週";default:return e}},relativeTime:{future:"%s後",past:"%s前",s:"幾秒",ss:"%d 秒",m:"1 分鐘",mm:"%d 分鐘",h:"1 小時",hh:"%d 小時",d:"1 天",dd:"%d 天",M:"1 個月",MM:"%d 個月",y:"1 年",yy:"%d 年"}});return t}))},"957c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
192
- //! moment.js locale configuration
193
- function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var r={ss:a?"секунда_секунды_секунд":"секунду_секунды_секунд",mm:a?"минута_минуты_минут":"минуту_минуты_минут",hh:"час_часа_часов",dd:"день_дня_дней",ww:"неделя_недели_недель",MM:"месяц_месяца_месяцев",yy:"год_года_лет"};return"m"===n?a?"минута":"минуту":e+" "+t(r[n],+e)}var n=[/^янв/i,/^фев/i,/^мар/i,/^апр/i,/^ма[йя]/i,/^июн/i,/^июл/i,/^авг/i,/^сен/i,/^окт/i,/^ноя/i,/^дек/i],r=e.defineLocale("ru",{months:{format:"января_февраля_марта_апреля_мая_июня_июля_августа_сентября_октября_ноября_декабря".split("_"),standalone:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_")},monthsShort:{format:"янв._февр._мар._апр._мая_июня_июля_авг._сент._окт._нояб._дек.".split("_"),standalone:"янв._февр._март_апр._май_июнь_июль_авг._сент._окт._нояб._дек.".split("_")},weekdays:{standalone:"воскресенье_понедельник_вторник_среда_четверг_пятница_суббота".split("_"),format:"воскресенье_понедельник_вторник_среду_четверг_пятницу_субботу".split("_"),isFormat:/\[ ?[Вв] ?(?:прошлую|следующую|эту)? ?] ?dddd/},weekdaysShort:"вс_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"вс_пн_вт_ср_чт_пт_сб".split("_"),monthsParse:n,longMonthsParse:n,shortMonthsParse:n,monthsRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsShortRegex:/^(январ[ья]|янв\.?|феврал[ья]|февр?\.?|марта?|мар\.?|апрел[ья]|апр\.?|ма[йя]|июн[ья]|июн\.?|июл[ья]|июл\.?|августа?|авг\.?|сентябр[ья]|сент?\.?|октябр[ья]|окт\.?|ноябр[ья]|нояб?\.?|декабр[ья]|дек\.?)/i,monthsStrictRegex:/^(январ[яь]|феврал[яь]|марта?|апрел[яь]|ма[яй]|июн[яь]|июл[яь]|августа?|сентябр[яь]|октябр[яь]|ноябр[яь]|декабр[яь])/i,monthsShortStrictRegex:/^(янв\.|февр?\.|мар[т.]|апр\.|ма[яй]|июн[ья.]|июл[ья.]|авг\.|сент?\.|окт\.|нояб?\.|дек\.)/i,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY г.",LLL:"D MMMM YYYY г., H:mm",LLLL:"dddd, D MMMM YYYY г., H:mm"},calendar:{sameDay:"[Сегодня, в] LT",nextDay:"[Завтра, в] LT",lastDay:"[Вчера, в] LT",nextWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В следующее] dddd, [в] LT";case 1:case 2:case 4:return"[В следующий] dddd, [в] LT";case 3:case 5:case 6:return"[В следующую] dddd, [в] LT"}},lastWeek:function(e){if(e.week()===this.week())return 2===this.day()?"[Во] dddd, [в] LT":"[В] dddd, [в] LT";switch(this.day()){case 0:return"[В прошлое] dddd, [в] LT";case 1:case 2:case 4:return"[В прошлый] dddd, [в] LT";case 3:case 5:case 6:return"[В прошлую] dddd, [в] LT"}},sameElse:"L"},relativeTime:{future:"через %s",past:"%s назад",s:"несколько секунд",ss:a,m:a,mm:a,h:"час",hh:a,d:"день",dd:a,w:"неделя",ww:a,M:"месяц",MM:a,y:"год",yy:a},meridiemParse:/ночи|утра|дня|вечера/i,isPM:function(e){return/^(дня|вечера)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночи":e<12?"утра":e<17?"дня":"вечера"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го|я)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":return e+"-й";case"D":return e+"-го";case"w":case"W":return e+"-я";default:return e}},week:{dow:1,doy:4}});return r}))},"958b":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
194
- //! moment.js locale configuration
195
- function t(e,t,a,n){switch(a){case"s":return t?"хэдхэн секунд":"хэдхэн секундын";case"ss":return e+(t?" секунд":" секундын");case"m":case"mm":return e+(t?" минут":" минутын");case"h":case"hh":return e+(t?" цаг":" цагийн");case"d":case"dd":return e+(t?" өдөр":" өдрийн");case"M":case"MM":return e+(t?" сар":" сарын");case"y":case"yy":return e+(t?" жил":" жилийн");default:return e}}var a=e.defineLocale("mn",{months:"Нэгдүгээр сар_Хоёрдугаар сар_Гуравдугаар сар_Дөрөвдүгээр сар_Тавдугаар сар_Зургадугаар сар_Долдугаар сар_Наймдугаар сар_Есдүгээр сар_Аравдугаар сар_Арван нэгдүгээр сар_Арван хоёрдугаар сар".split("_"),monthsShort:"1 сар_2 сар_3 сар_4 сар_5 сар_6 сар_7 сар_8 сар_9 сар_10 сар_11 сар_12 сар".split("_"),monthsParseExact:!0,weekdays:"Ням_Даваа_Мягмар_Лхагва_Пүрэв_Баасан_Бямба".split("_"),weekdaysShort:"Ням_Дав_Мяг_Лха_Пүр_Баа_Бям".split("_"),weekdaysMin:"Ня_Да_Мя_Лх_Пү_Ба_Бя".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"YYYY оны MMMMын D",LLL:"YYYY оны MMMMын D HH:mm",LLLL:"dddd, YYYY оны MMMMын D HH:mm"},meridiemParse:/ҮӨ|ҮХ/i,isPM:function(e){return"ҮХ"===e},meridiem:function(e,t,a){return e<12?"ҮӨ":"ҮХ"},calendar:{sameDay:"[Өнөөдөр] LT",nextDay:"[Маргааш] LT",nextWeek:"[Ирэх] dddd LT",lastDay:"[Өчигдөр] LT",lastWeek:"[Өнгөрсөн] dddd LT",sameElse:"L"},relativeTime:{future:"%s дараа",past:"%s өмнө",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2} өдөр/,ordinal:function(e,t){switch(t){case"d":case"D":case"DDD":return e+" өдөр";default:return e}}});return a}))},9609:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
196
- //! moment.js locale configuration
197
- var t={0:"-чү",1:"-чи",2:"-чи",3:"-чү",4:"-чү",5:"-чи",6:"-чы",7:"-чи",8:"-чи",9:"-чу",10:"-чу",20:"-чы",30:"-чу",40:"-чы",50:"-чү",60:"-чы",70:"-чи",80:"-чи",90:"-чу",100:"-чү"},a=e.defineLocale("ky",{months:"январь_февраль_март_апрель_май_июнь_июль_август_сентябрь_октябрь_ноябрь_декабрь".split("_"),monthsShort:"янв_фев_март_апр_май_июнь_июль_авг_сен_окт_ноя_дек".split("_"),weekdays:"Жекшемби_Дүйшөмбү_Шейшемби_Шаршемби_Бейшемби_Жума_Ишемби".split("_"),weekdaysShort:"Жек_Дүй_Шей_Шар_Бей_Жум_Ише".split("_"),weekdaysMin:"Жк_Дй_Шй_Шр_Бй_Жм_Иш".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Бүгүн саат] LT",nextDay:"[Эртең саат] LT",nextWeek:"dddd [саат] LT",lastDay:"[Кечээ саат] LT",lastWeek:"[Өткөн аптанын] dddd [күнү] [саат] LT",sameElse:"L"},relativeTime:{future:"%s ичинде",past:"%s мурун",s:"бирнече секунд",ss:"%d секунд",m:"бир мүнөт",mm:"%d мүнөт",h:"бир саат",hh:"%d саат",d:"бир күн",dd:"%d күн",M:"бир ай",MM:"%d ай",y:"бир жыл",yy:"%d жыл"},dayOfMonthOrdinalParse:/\d{1,2}-(чи|чы|чү|чу)/,ordinal:function(e){var a=e%10,n=e>=100?100:null;return e+(t[e]||t[a]||t[n])},week:{dow:1,doy:7}});return a}))},9686:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
198
- //! moment.js locale configuration
199
- var t={1:"১",2:"২",3:"৩",4:"৪",5:"৫",6:"৬",7:"৭",8:"৮",9:"৯",0:"০"},a={"১":"1","২":"2","৩":"3","৪":"4","৫":"5","৬":"6","৭":"7","৮":"8","৯":"9","০":"0"},n=e.defineLocale("bn-bd",{months:"জানুয়ারি_ফেব্রুয়ারি_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্টেম্বর_অক্টোবর_নভেম্বর_ডিসেম্বর".split("_"),monthsShort:"জানু_ফেব্রু_মার্চ_এপ্রিল_মে_জুন_জুলাই_আগস্ট_সেপ্ট_অক্টো_নভে_ডিসে".split("_"),weekdays:"রবিবার_সোমবার_মঙ্গলবার_বুধবার_বৃহস্পতিবার_শুক্রবার_শনিবার".split("_"),weekdaysShort:"রবি_সোম_মঙ্গল_বুধ_বৃহস্পতি_শুক্র_শনি".split("_"),weekdaysMin:"রবি_সোম_মঙ্গল_বুধ_বৃহ_শুক্র_শনি".split("_"),longDateFormat:{LT:"A h:mm সময়",LTS:"A h:mm:ss সময়",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm সময়",LLLL:"dddd, D MMMM YYYY, A h:mm সময়"},calendar:{sameDay:"[আজ] LT",nextDay:"[আগামীকাল] LT",nextWeek:"dddd, LT",lastDay:"[গতকাল] LT",lastWeek:"[গত] dddd, LT",sameElse:"L"},relativeTime:{future:"%s পরে",past:"%s আগে",s:"কয়েক সেকেন্ড",ss:"%d সেকেন্ড",m:"এক মিনিট",mm:"%d মিনিট",h:"এক ঘন্টা",hh:"%d ঘন্টা",d:"এক দিন",dd:"%d দিন",M:"এক মাস",MM:"%d মাস",y:"এক বছর",yy:"%d বছর"},preparse:function(e){return e.replace(/[১২৩৪৫৬৭৮৯০]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/রাত|ভোর|সকাল|দুপুর|বিকাল|সন্ধ্যা|রাত/,meridiemHour:function(e,t){return 12===e&&(e=0),"রাত"===t?e<4?e:e+12:"ভোর"===t||"সকাল"===t?e:"দুপুর"===t?e>=3?e:e+12:"বিকাল"===t||"সন্ধ্যা"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"রাত":e<6?"ভোর":e<12?"সকাল":e<15?"দুপুর":e<18?"বিকাল":e<20?"সন্ধ্যা":"রাত"},week:{dow:0,doy:6}});return n}))},"972c":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
200
- //! moment.js locale configuration
201
- function t(e,t,a){var n={ss:"secunde",mm:"minute",hh:"ore",dd:"zile",ww:"săptămâni",MM:"luni",yy:"ani"},r=" ";return(e%100>=20||e>=100&&e%100===0)&&(r=" de "),e+r+n[a]}var a=e.defineLocale("ro",{months:"ianuarie_februarie_martie_aprilie_mai_iunie_iulie_august_septembrie_octombrie_noiembrie_decembrie".split("_"),monthsShort:"ian._feb._mart._apr._mai_iun._iul._aug._sept._oct._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"duminică_luni_marți_miercuri_joi_vineri_sâmbătă".split("_"),weekdaysShort:"Dum_Lun_Mar_Mie_Joi_Vin_Sâm".split("_"),weekdaysMin:"Du_Lu_Ma_Mi_Jo_Vi_Sâ".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY H:mm",LLLL:"dddd, D MMMM YYYY H:mm"},calendar:{sameDay:"[azi la] LT",nextDay:"[mâine la] LT",nextWeek:"dddd [la] LT",lastDay:"[ieri la] LT",lastWeek:"[fosta] dddd [la] LT",sameElse:"L"},relativeTime:{future:"peste %s",past:"%s în urmă",s:"câteva secunde",ss:t,m:"un minut",mm:t,h:"o oră",hh:t,d:"o zi",dd:t,w:"o săptămână",ww:t,M:"o lună",MM:t,y:"un an",yy:t},week:{dow:1,doy:7}});return a}))},9797:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
202
- //! moment.js locale configuration
203
- var t=e.defineLocale("cy",{months:"Ionawr_Chwefror_Mawrth_Ebrill_Mai_Mehefin_Gorffennaf_Awst_Medi_Hydref_Tachwedd_Rhagfyr".split("_"),monthsShort:"Ion_Chwe_Maw_Ebr_Mai_Meh_Gor_Aws_Med_Hyd_Tach_Rhag".split("_"),weekdays:"Dydd Sul_Dydd Llun_Dydd Mawrth_Dydd Mercher_Dydd Iau_Dydd Gwener_Dydd Sadwrn".split("_"),weekdaysShort:"Sul_Llun_Maw_Mer_Iau_Gwe_Sad".split("_"),weekdaysMin:"Su_Ll_Ma_Me_Ia_Gw_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Heddiw am] LT",nextDay:"[Yfory am] LT",nextWeek:"dddd [am] LT",lastDay:"[Ddoe am] LT",lastWeek:"dddd [diwethaf am] LT",sameElse:"L"},relativeTime:{future:"mewn %s",past:"%s yn ôl",s:"ychydig eiliadau",ss:"%d eiliad",m:"munud",mm:"%d munud",h:"awr",hh:"%d awr",d:"diwrnod",dd:"%d diwrnod",M:"mis",MM:"%d mis",y:"blwyddyn",yy:"%d flynedd"},dayOfMonthOrdinalParse:/\d{1,2}(fed|ain|af|il|ydd|ed|eg)/,ordinal:function(e){var t=e,a="",n=["","af","il","ydd","ydd","ed","ed","ed","fed","fed","fed","eg","fed","eg","eg","fed","eg","eg","fed","eg","fed"];return t>20?a=40===t||50===t||60===t||80===t||100===t?"fed":"ain":t>0&&(a=n[t]),e+a},week:{dow:1,doy:4}});return t}))},"9f26":function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
204
- //! moment.js locale configuration
205
- var t=/^(janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,a=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?)/i,n=/(janv\.?|févr\.?|mars|avr\.?|mai|juin|juil\.?|août|sept\.?|oct\.?|nov\.?|déc\.?|janvier|février|mars|avril|mai|juin|juillet|août|septembre|octobre|novembre|décembre)/i,r=[/^janv/i,/^févr/i,/^mars/i,/^avr/i,/^mai/i,/^juin/i,/^juil/i,/^août/i,/^sept/i,/^oct/i,/^nov/i,/^déc/i],i=e.defineLocale("fr",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsRegex:n,monthsShortRegex:n,monthsStrictRegex:t,monthsShortStrictRegex:a,monthsParse:r,longMonthsParse:r,shortMonthsParse:r,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",w:"une semaine",ww:"%d semaines",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|)/,ordinal:function(e,t){switch(t){case"D":return e+(1===e?"er":"");default:case"M":case"Q":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}},week:{dow:1,doy:4}});return i}))},a356:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
206
- //! moment.js locale configuration
207
- var t=function(e){return 0===e?0:1===e?1:2===e?2:e%100>=3&&e%100<=10?3:e%100>=11?4:5},a={s:["أقل من ثانية","ثانية واحدة",["ثانيتان","ثانيتين"],"%d ثوان","%d ثانية","%d ثانية"],m:["أقل من دقيقة","دقيقة واحدة",["دقيقتان","دقيقتين"],"%d دقائق","%d دقيقة","%d دقيقة"],h:["أقل من ساعة","ساعة واحدة",["ساعتان","ساعتين"],"%d ساعات","%d ساعة","%d ساعة"],d:["أقل من يوم","يوم واحد",["يومان","يومين"],"%d أيام","%d يومًا","%d يوم"],M:["أقل من شهر","شهر واحد",["شهران","شهرين"],"%d أشهر","%d شهرا","%d شهر"],y:["أقل من عام","عام واحد",["عامان","عامين"],"%d أعوام","%d عامًا","%d عام"]},n=function(e){return function(n,r,i,s){var o=t(n),d=a[e][t(n)];return 2===o&&(d=d[r?0:1]),d.replace(/%d/i,n)}},r=["جانفي","فيفري","مارس","أفريل","ماي","جوان","جويلية","أوت","سبتمبر","أكتوبر","نوفمبر","ديسمبر"],i=e.defineLocale("ar-dz",{months:r,monthsShort:r,weekdays:"الأحد_الإثنين_الثلاثاء_الأربعاء_الخميس_الجمعة_السبت".split("_"),weekdaysShort:"أحد_إثنين_ثلاثاء_أربعاء_خميس_جمعة_سبت".split("_"),weekdaysMin:"ح_ن_ث_ر_خ_ج_س".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"D/‏M/‏YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},meridiemParse:/ص|م/,isPM:function(e){return"م"===e},meridiem:function(e,t,a){return e<12?"ص":"م"},calendar:{sameDay:"[اليوم عند الساعة] LT",nextDay:"[غدًا عند الساعة] LT",nextWeek:"dddd [عند الساعة] LT",lastDay:"[أمس عند الساعة] LT",lastWeek:"dddd [عند الساعة] LT",sameElse:"L"},relativeTime:{future:"بعد %s",past:"منذ %s",s:n("s"),ss:n("s"),m:n("m"),mm:n("m"),h:n("h"),hh:n("h"),d:n("d"),dd:n("d"),M:n("M"),MM:n("M"),y:n("y"),yy:n("y")},postformat:function(e){return e.replace(/,/g,"،")},week:{dow:0,doy:4}});return i}))},a7fa:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
208
- //! moment.js locale configuration
209
- var t=e.defineLocale("bm",{months:"Zanwuyekalo_Fewuruyekalo_Marisikalo_Awirilikalo_Mɛkalo_Zuwɛnkalo_Zuluyekalo_Utikalo_Sɛtanburukalo_ɔkutɔburukalo_Nowanburukalo_Desanburukalo".split("_"),monthsShort:"Zan_Few_Mar_Awi_Mɛ_Zuw_Zul_Uti_Sɛt_ɔku_Now_Des".split("_"),weekdays:"Kari_Ntɛnɛn_Tarata_Araba_Alamisa_Juma_Sibiri".split("_"),weekdaysShort:"Kar_Ntɛ_Tar_Ara_Ala_Jum_Sib".split("_"),weekdaysMin:"Ka_Nt_Ta_Ar_Al_Ju_Si".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"MMMM [tile] D [san] YYYY",LLL:"MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm",LLLL:"dddd MMMM [tile] D [san] YYYY [lɛrɛ] HH:mm"},calendar:{sameDay:"[Bi lɛrɛ] LT",nextDay:"[Sini lɛrɛ] LT",nextWeek:"dddd [don lɛrɛ] LT",lastDay:"[Kunu lɛrɛ] LT",lastWeek:"dddd [tɛmɛnen lɛrɛ] LT",sameElse:"L"},relativeTime:{future:"%s kɔnɔ",past:"a bɛ %s bɔ",s:"sanga dama dama",ss:"sekondi %d",m:"miniti kelen",mm:"miniti %d",h:"lɛrɛ kelen",hh:"lɛrɛ %d",d:"tile kelen",dd:"tile %d",M:"kalo kelen",MM:"kalo %d",y:"san kelen",yy:"san %d"},week:{dow:1,doy:4}});return t}))},aaf2:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
210
- //! moment.js locale configuration
211
- function t(e,t,a,n){var r={s:["थोडया सॅकंडांनी","थोडे सॅकंड"],ss:[e+" सॅकंडांनी",e+" सॅकंड"],m:["एका मिणटान","एक मिनूट"],mm:[e+" मिणटांनी",e+" मिणटां"],h:["एका वरान","एक वर"],hh:[e+" वरांनी",e+" वरां"],d:["एका दिसान","एक दीस"],dd:[e+" दिसांनी",e+" दीस"],M:["एका म्हयन्यान","एक म्हयनो"],MM:[e+" म्हयन्यानी",e+" म्हयने"],y:["एका वर्सान","एक वर्स"],yy:[e+" वर्सांनी",e+" वर्सां"]};return n?r[a][0]:r[a][1]}var a=e.defineLocale("gom-deva",{months:{standalone:"जानेवारी_फेब्रुवारी_मार्च_एप्रील_मे_जून_जुलय_ऑगस्ट_सप्टेंबर_ऑक्टोबर_नोव्हेंबर_डिसेंबर".split("_"),format:"जानेवारीच्या_फेब्रुवारीच्या_मार्चाच्या_एप्रीलाच्या_मेयाच्या_जूनाच्या_जुलयाच्या_ऑगस्टाच्या_सप्टेंबराच्या_ऑक्टोबराच्या_नोव्हेंबराच्या_डिसेंबराच्या".split("_"),isFormat:/MMMM(\s)+D[oD]?/},monthsShort:"जाने._फेब्रु._मार्च_एप्री._मे_जून_जुल._ऑग._सप्टें._ऑक्टो._नोव्हें._डिसें.".split("_"),monthsParseExact:!0,weekdays:"आयतार_सोमार_मंगळार_बुधवार_बिरेस्तार_सुक्रार_शेनवार".split("_"),weekdaysShort:"आयत._सोम._मंगळ._बुध._ब्रेस्त._सुक्र._शेन.".split("_"),weekdaysMin:"आ_सो_मं_बु_ब्रे_सु_शे".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"A h:mm [वाजतां]",LTS:"A h:mm:ss [वाजतां]",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY A h:mm [वाजतां]",LLLL:"dddd, MMMM Do, YYYY, A h:mm [वाजतां]",llll:"ddd, D MMM YYYY, A h:mm [वाजतां]"},calendar:{sameDay:"[आयज] LT",nextDay:"[फाल्यां] LT",nextWeek:"[फुडलो] dddd[,] LT",lastDay:"[काल] LT",lastWeek:"[फाटलो] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%s",past:"%s आदीं",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:t,M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}(वेर)/,ordinal:function(e,t){switch(t){case"D":return e+"वेर";default:case"M":case"Q":case"DDD":case"d":case"w":case"W":return e}},week:{dow:0,doy:3},meridiemParse:/राती|सकाळीं|दनपारां|सांजे/,meridiemHour:function(e,t){return 12===e&&(e=0),"राती"===t?e<4?e:e+12:"सकाळीं"===t?e:"दनपारां"===t?e>12?e:e+12:"सांजे"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"राती":e<12?"सकाळीं":e<16?"दनपारां":e<20?"सांजे":"राती"}});return a}))},ada2:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
212
- //! moment.js locale configuration
213
- function t(e,t){var a=e.split("_");return t%10===1&&t%100!==11?a[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?a[1]:a[2]}function a(e,a,n){var r={ss:a?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:a?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:a?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===n?a?"хвилина":"хвилину":"h"===n?a?"година":"годину":e+" "+t(r[n],+e)}function n(e,t){var a,n={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?n["nominative"].slice(1,7).concat(n["nominative"].slice(0,1)):e?(a=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative",n[a][e.day()]):n["nominative"]}function r(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}var i=e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:n,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:r("[Сьогодні "),nextDay:r("[Завтра "),lastDay:r("[Вчора "),nextWeek:r("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return r("[Минулої] dddd [").call(this);case 1:case 2:case 4:return r("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:a,m:a,mm:a,h:"годину",hh:a,d:"день",dd:a,M:"місяць",MM:a,y:"рік",yy:a},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,a){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}});return i}))},b29d:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
214
- //! moment.js locale configuration
215
- var t=e.defineLocale("lo",{months:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),monthsShort:"ມັງກອນ_ກຸມພາ_ມີນາ_ເມສາ_ພຶດສະພາ_ມິຖຸນາ_ກໍລະກົດ_ສິງຫາ_ກັນຍາ_ຕຸລາ_ພະຈິກ_ທັນວາ".split("_"),weekdays:"ອາທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysShort:"ທິດ_ຈັນ_ອັງຄານ_ພຸດ_ພະຫັດ_ສຸກ_ເສົາ".split("_"),weekdaysMin:"ທ_ຈ_ອຄ_ພ_ພຫ_ສກ_ສ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"ວັນdddd D MMMM YYYY HH:mm"},meridiemParse:/ຕອນເຊົ້າ|ຕອນແລງ/,isPM:function(e){return"ຕອນແລງ"===e},meridiem:function(e,t,a){return e<12?"ຕອນເຊົ້າ":"ຕອນແລງ"},calendar:{sameDay:"[ມື້ນີ້ເວລາ] LT",nextDay:"[ມື້ອື່ນເວລາ] LT",nextWeek:"[ວັນ]dddd[ໜ້າເວລາ] LT",lastDay:"[ມື້ວານນີ້ເວລາ] LT",lastWeek:"[ວັນ]dddd[ແລ້ວນີ້ເວລາ] LT",sameElse:"L"},relativeTime:{future:"ອີກ %s",past:"%sຜ່ານມາ",s:"ບໍ່ເທົ່າໃດວິນາທີ",ss:"%d ວິນາທີ",m:"1 ນາທີ",mm:"%d ນາທີ",h:"1 ຊົ່ວໂມງ",hh:"%d ຊົ່ວໂມງ",d:"1 ມື້",dd:"%d ມື້",M:"1 ເດືອນ",MM:"%d ເດືອນ",y:"1 ປີ",yy:"%d ປີ"},dayOfMonthOrdinalParse:/(ທີ່)\d{1,2}/,ordinal:function(e){return"ທີ່"+e}});return t}))},b3eb:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
216
- //! moment.js locale configuration
217
- function t(e,t,a,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[a][0]:r[a][1]}var a=e.defineLocale("de-at",{months:"Jänner_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jän._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},b469:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
218
- //! moment.js locale configuration
219
- function t(e,t,a,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[a][0]:r[a][1]}var a=e.defineLocale("de",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So._Mo._Di._Mi._Do._Fr._Sa.".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},b53d:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
220
- //! moment.js locale configuration
221
- var t=e.defineLocale("tzm-latn",{months:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),monthsShort:"innayr_brˤayrˤ_marˤsˤ_ibrir_mayyw_ywnyw_ywlywz_ɣwšt_šwtanbir_ktˤwbrˤ_nwwanbir_dwjnbir".split("_"),weekdays:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysShort:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),weekdaysMin:"asamas_aynas_asinas_akras_akwas_asimwas_asiḍyas".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[asdkh g] LT",nextDay:"[aska g] LT",nextWeek:"dddd [g] LT",lastDay:"[assant g] LT",lastWeek:"dddd [g] LT",sameElse:"L"},relativeTime:{future:"dadkh s yan %s",past:"yan %s",s:"imik",ss:"%d imik",m:"minuḍ",mm:"%d minuḍ",h:"saɛa",hh:"%d tassaɛin",d:"ass",dd:"%d ossan",M:"ayowr",MM:"%d iyyirn",y:"asgas",yy:"%d isgasn"},week:{dow:6,doy:12}});return t}))},b540:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
222
- //! moment.js locale configuration
223
- var t=e.defineLocale("jv",{months:"Januari_Februari_Maret_April_Mei_Juni_Juli_Agustus_September_Oktober_Nopember_Desember".split("_"),monthsShort:"Jan_Feb_Mar_Apr_Mei_Jun_Jul_Ags_Sep_Okt_Nop_Des".split("_"),weekdays:"Minggu_Senen_Seloso_Rebu_Kemis_Jemuwah_Septu".split("_"),weekdaysShort:"Min_Sen_Sel_Reb_Kem_Jem_Sep".split("_"),weekdaysMin:"Mg_Sn_Sl_Rb_Km_Jm_Sp".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/enjing|siyang|sonten|ndalu/,meridiemHour:function(e,t){return 12===e&&(e=0),"enjing"===t?e:"siyang"===t?e>=11?e:e+12:"sonten"===t||"ndalu"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"enjing":e<15?"siyang":e<19?"sonten":"ndalu"},calendar:{sameDay:"[Dinten puniko pukul] LT",nextDay:"[Mbenjang pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kala wingi pukul] LT",lastWeek:"dddd [kepengker pukul] LT",sameElse:"L"},relativeTime:{future:"wonten ing %s",past:"%s ingkang kepengker",s:"sawetawis detik",ss:"%d detik",m:"setunggal menit",mm:"%d menit",h:"setunggal jam",hh:"%d jam",d:"sedinten",dd:"%d dinten",M:"sewulan",MM:"%d wulan",y:"setaun",yy:"%d taun"},week:{dow:1,doy:7}});return t}))},b5b7:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
224
- //! moment.js locale configuration
225
- var t="ene._feb._mar._abr._may._jun._jul._ago._sep._oct._nov._dic.".split("_"),a="ene_feb_mar_abr_may_jun_jul_ago_sep_oct_nov_dic".split("_"),n=[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],r=/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre|ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,i=e.defineLocale("es-mx",{months:"enero_febrero_marzo_abril_mayo_junio_julio_agosto_septiembre_octubre_noviembre_diciembre".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(enero|febrero|marzo|abril|mayo|junio|julio|agosto|septiembre|octubre|noviembre|diciembre)/i,monthsShortStrictRegex:/^(ene\.?|feb\.?|mar\.?|abr\.?|may\.?|jun\.?|jul\.?|ago\.?|sep\.?|oct\.?|nov\.?|dic\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"domingo_lunes_martes_miércoles_jueves_viernes_sábado".split("_"),weekdaysShort:"dom._lun._mar._mié._jue._vie._sáb.".split("_"),weekdaysMin:"do_lu_ma_mi_ju_vi_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY H:mm",LLLL:"dddd, D [de] MMMM [de] YYYY H:mm"},calendar:{sameDay:function(){return"[hoy a la"+(1!==this.hours()?"s":"")+"] LT"},nextDay:function(){return"[mañana a la"+(1!==this.hours()?"s":"")+"] LT"},nextWeek:function(){return"dddd [a la"+(1!==this.hours()?"s":"")+"] LT"},lastDay:function(){return"[ayer a la"+(1!==this.hours()?"s":"")+"] LT"},lastWeek:function(){return"[el] dddd [pasado a la"+(1!==this.hours()?"s":"")+"] LT"},sameElse:"L"},relativeTime:{future:"en %s",past:"hace %s",s:"unos segundos",ss:"%d segundos",m:"un minuto",mm:"%d minutos",h:"una hora",hh:"%d horas",d:"un día",dd:"%d días",w:"una semana",ww:"%d semanas",M:"un mes",MM:"%d meses",y:"un año",yy:"%d años"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:0,doy:4},invalidDate:"Fecha inválida"});return i}))},b7e9:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
226
- //! moment.js locale configuration
227
- var t=e.defineLocale("en-sg",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},b84c:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
228
- //! moment.js locale configuration
229
- var t=e.defineLocale("nn",{months:"januar_februar_mars_april_mai_juni_juli_august_september_oktober_november_desember".split("_"),monthsShort:"jan._feb._mars_apr._mai_juni_juli_aug._sep._okt._nov._des.".split("_"),monthsParseExact:!0,weekdays:"sundag_måndag_tysdag_onsdag_torsdag_fredag_laurdag".split("_"),weekdaysShort:"su._må._ty._on._to._fr._lau.".split("_"),weekdaysMin:"su_må_ty_on_to_fr_la".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY [kl.] H:mm",LLLL:"dddd D. MMMM YYYY [kl.] HH:mm"},calendar:{sameDay:"[I dag klokka] LT",nextDay:"[I morgon klokka] LT",nextWeek:"dddd [klokka] LT",lastDay:"[I går klokka] LT",lastWeek:"[Føregåande] dddd [klokka] LT",sameElse:"L"},relativeTime:{future:"om %s",past:"%s sidan",s:"nokre sekund",ss:"%d sekund",m:"eit minutt",mm:"%d minutt",h:"ein time",hh:"%d timar",d:"ein dag",dd:"%d dagar",w:"ei veke",ww:"%d veker",M:"ein månad",MM:"%d månader",y:"eit år",yy:"%d år"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},b97c:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
230
- //! moment.js locale configuration
231
- var t={ss:"sekundes_sekundēm_sekunde_sekundes".split("_"),m:"minūtes_minūtēm_minūte_minūtes".split("_"),mm:"minūtes_minūtēm_minūte_minūtes".split("_"),h:"stundas_stundām_stunda_stundas".split("_"),hh:"stundas_stundām_stunda_stundas".split("_"),d:"dienas_dienām_diena_dienas".split("_"),dd:"dienas_dienām_diena_dienas".split("_"),M:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),MM:"mēneša_mēnešiem_mēnesis_mēneši".split("_"),y:"gada_gadiem_gads_gadi".split("_"),yy:"gada_gadiem_gads_gadi".split("_")};function a(e,t,a){return a?t%10===1&&t%100!==11?e[2]:e[3]:t%10===1&&t%100!==11?e[0]:e[1]}function n(e,n,r){return e+" "+a(t[r],e,n)}function r(e,n,r){return a(t[r],e,n)}function i(e,t){return t?"dažas sekundes":"dažām sekundēm"}var s=e.defineLocale("lv",{months:"janvāris_februāris_marts_aprīlis_maijs_jūnijs_jūlijs_augusts_septembris_oktobris_novembris_decembris".split("_"),monthsShort:"jan_feb_mar_apr_mai_jūn_jūl_aug_sep_okt_nov_dec".split("_"),weekdays:"svētdiena_pirmdiena_otrdiena_trešdiena_ceturtdiena_piektdiena_sestdiena".split("_"),weekdaysShort:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysMin:"Sv_P_O_T_C_Pk_S".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY.",LL:"YYYY. [gada] D. MMMM",LLL:"YYYY. [gada] D. MMMM, HH:mm",LLLL:"YYYY. [gada] D. MMMM, dddd, HH:mm"},calendar:{sameDay:"[Šodien pulksten] LT",nextDay:"[Rīt pulksten] LT",nextWeek:"dddd [pulksten] LT",lastDay:"[Vakar pulksten] LT",lastWeek:"[Pagājušā] dddd [pulksten] LT",sameElse:"L"},relativeTime:{future:"pēc %s",past:"pirms %s",s:i,ss:n,m:r,mm:n,h:r,hh:n,d:r,dd:n,M:r,MM:n,y:r,yy:n},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return s}))},bb71:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
232
- //! moment.js locale configuration
233
- function t(e,t,a,n){var r={m:["eine Minute","einer Minute"],h:["eine Stunde","einer Stunde"],d:["ein Tag","einem Tag"],dd:[e+" Tage",e+" Tagen"],w:["eine Woche","einer Woche"],M:["ein Monat","einem Monat"],MM:[e+" Monate",e+" Monaten"],y:["ein Jahr","einem Jahr"],yy:[e+" Jahre",e+" Jahren"]};return t?r[a][0]:r[a][1]}var a=e.defineLocale("de-ch",{months:"Januar_Februar_März_April_Mai_Juni_Juli_August_September_Oktober_November_Dezember".split("_"),monthsShort:"Jan._Feb._März_Apr._Mai_Juni_Juli_Aug._Sep._Okt._Nov._Dez.".split("_"),monthsParseExact:!0,weekdays:"Sonntag_Montag_Dienstag_Mittwoch_Donnerstag_Freitag_Samstag".split("_"),weekdaysShort:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysMin:"So_Mo_Di_Mi_Do_Fr_Sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY HH:mm",LLLL:"dddd, D. MMMM YYYY HH:mm"},calendar:{sameDay:"[heute um] LT [Uhr]",sameElse:"L",nextDay:"[morgen um] LT [Uhr]",nextWeek:"dddd [um] LT [Uhr]",lastDay:"[gestern um] LT [Uhr]",lastWeek:"[letzten] dddd [um] LT [Uhr]"},relativeTime:{future:"in %s",past:"vor %s",s:"ein paar Sekunden",ss:"%d Sekunden",m:t,mm:"%d Minuten",h:t,hh:"%d Stunden",d:t,dd:t,w:t,ww:"%d Wochen",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},c109:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
234
- //! moment.js locale configuration
235
- var t=e.defineLocale("tzm",{months:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),monthsShort:"ⵉⵏⵏⴰⵢⵔ_ⴱⵕⴰⵢⵕ_ⵎⴰⵕⵚ_ⵉⴱⵔⵉⵔ_ⵎⴰⵢⵢⵓ_ⵢⵓⵏⵢⵓ_ⵢⵓⵍⵢⵓⵣ_ⵖⵓⵛⵜ_ⵛⵓⵜⴰⵏⴱⵉⵔ_ⴽⵟⵓⴱⵕ_ⵏⵓⵡⴰⵏⴱⵉⵔ_ⴷⵓⵊⵏⴱⵉⵔ".split("_"),weekdays:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysShort:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),weekdaysMin:"ⴰⵙⴰⵎⴰⵙ_ⴰⵢⵏⴰⵙ_ⴰⵙⵉⵏⴰⵙ_ⴰⴽⵔⴰⵙ_ⴰⴽⵡⴰⵙ_ⴰⵙⵉⵎⵡⴰⵙ_ⴰⵙⵉⴹⵢⴰⵙ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[ⴰⵙⴷⵅ ⴴ] LT",nextDay:"[ⴰⵙⴽⴰ ⴴ] LT",nextWeek:"dddd [ⴴ] LT",lastDay:"[ⴰⵚⴰⵏⵜ ⴴ] LT",lastWeek:"dddd [ⴴ] LT",sameElse:"L"},relativeTime:{future:"ⴷⴰⴷⵅ ⵙ ⵢⴰⵏ %s",past:"ⵢⴰⵏ %s",s:"ⵉⵎⵉⴽ",ss:"%d ⵉⵎⵉⴽ",m:"ⵎⵉⵏⵓⴺ",mm:"%d ⵎⵉⵏⵓⴺ",h:"ⵙⴰⵄⴰ",hh:"%d ⵜⴰⵙⵙⴰⵄⵉⵏ",d:"ⴰⵙⵙ",dd:"%d oⵙⵙⴰⵏ",M:"ⴰⵢoⵓⵔ",MM:"%d ⵉⵢⵢⵉⵔⵏ",y:"ⴰⵙⴳⴰⵙ",yy:"%d ⵉⵙⴳⴰⵙⵏ"},week:{dow:6,doy:12}});return t}))},c1df:function(e,t,a){(function(e){var t;//! moment.js
236
- //! version : 2.29.1
237
- //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
238
- //! license : MIT
239
- //! momentjs.com
240
- (function(t,a){e.exports=a()})(0,(function(){"use strict";var n,r;function i(){return n.apply(null,arguments)}function s(e){n=e}function o(e){return e instanceof Array||"[object Array]"===Object.prototype.toString.call(e)}function d(e){return null!=e&&"[object Object]"===Object.prototype.toString.call(e)}function l(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function u(e){if(Object.getOwnPropertyNames)return 0===Object.getOwnPropertyNames(e).length;var t;for(t in e)if(l(e,t))return!1;return!0}function _(e){return void 0===e}function c(e){return"number"===typeof e||"[object Number]"===Object.prototype.toString.call(e)}function m(e){return e instanceof Date||"[object Date]"===Object.prototype.toString.call(e)}function h(e,t){var a,n=[];for(a=0;a<e.length;++a)n.push(t(e[a],a));return n}function f(e,t){for(var a in t)l(t,a)&&(e[a]=t[a]);return l(t,"toString")&&(e.toString=t.toString),l(t,"valueOf")&&(e.valueOf=t.valueOf),e}function M(e,t,a,n){return qa(e,t,a,n,!0).utc()}function p(){return{empty:!1,unusedTokens:[],unusedInput:[],overflow:-2,charsLeftOver:0,nullInput:!1,invalidEra:null,invalidMonth:null,invalidFormat:!1,userInvalidated:!1,iso:!1,parsedDateParts:[],era:null,meridiem:null,rfc2822:!1,weekdayMismatch:!1}}function g(e){return null==e._pf&&(e._pf=p()),e._pf}function y(e){if(null==e._isValid){var t=g(e),a=r.call(t.parsedDateParts,(function(e){return null!=e})),n=!isNaN(e._d.getTime())&&t.overflow<0&&!t.empty&&!t.invalidEra&&!t.invalidMonth&&!t.invalidWeekday&&!t.weekdayMismatch&&!t.nullInput&&!t.invalidFormat&&!t.userInvalidated&&(!t.meridiem||t.meridiem&&a);if(e._strict&&(n=n&&0===t.charsLeftOver&&0===t.unusedTokens.length&&void 0===t.bigHour),null!=Object.isFrozen&&Object.isFrozen(e))return n;e._isValid=n}return e._isValid}function L(e){var t=M(NaN);return null!=e?f(g(t),e):g(t).userInvalidated=!0,t}r=Array.prototype.some?Array.prototype.some:function(e){var t,a=Object(this),n=a.length>>>0;for(t=0;t<n;t++)if(t in a&&e.call(this,a[t],t,a))return!0;return!1};var v=i.momentProperties=[],Y=!1;function b(e,t){var a,n,r;if(_(t._isAMomentObject)||(e._isAMomentObject=t._isAMomentObject),_(t._i)||(e._i=t._i),_(t._f)||(e._f=t._f),_(t._l)||(e._l=t._l),_(t._strict)||(e._strict=t._strict),_(t._tzm)||(e._tzm=t._tzm),_(t._isUTC)||(e._isUTC=t._isUTC),_(t._offset)||(e._offset=t._offset),_(t._pf)||(e._pf=g(t)),_(t._locale)||(e._locale=t._locale),v.length>0)for(a=0;a<v.length;a++)n=v[a],r=t[n],_(r)||(e[n]=r);return e}function k(e){b(this,e),this._d=new Date(null!=e._d?e._d.getTime():NaN),this.isValid()||(this._d=new Date(NaN)),!1===Y&&(Y=!0,i.updateOffset(this),Y=!1)}function D(e){return e instanceof k||null!=e&&null!=e._isAMomentObject}function w(e){!1===i.suppressDeprecationWarnings&&"undefined"!==typeof console&&console.warn&&console.warn("Deprecation warning: "+e)}function x(e,t){var a=!0;return f((function(){if(null!=i.deprecationHandler&&i.deprecationHandler(null,e),a){var n,r,s,o=[];for(r=0;r<arguments.length;r++){if(n="","object"===typeof arguments[r]){for(s in n+="\n["+r+"] ",arguments[0])l(arguments[0],s)&&(n+=s+": "+arguments[0][s]+", ");n=n.slice(0,-2)}else n=arguments[r];o.push(n)}w(e+"\nArguments: "+Array.prototype.slice.call(o).join("")+"\n"+(new Error).stack),a=!1}return t.apply(this,arguments)}),t)}var T,S={};function H(e,t){null!=i.deprecationHandler&&i.deprecationHandler(e,t),S[e]||(w(t),S[e]=!0)}function j(e){return"undefined"!==typeof Function&&e instanceof Function||"[object Function]"===Object.prototype.toString.call(e)}function P(e){var t,a;for(a in e)l(e,a)&&(t=e[a],j(t)?this[a]=t:this["_"+a]=t);this._config=e,this._dayOfMonthOrdinalParseLenient=new RegExp((this._dayOfMonthOrdinalParse.source||this._ordinalParse.source)+"|"+/\d{1,2}/.source)}function O(e,t){var a,n=f({},e);for(a in t)l(t,a)&&(d(e[a])&&d(t[a])?(n[a]={},f(n[a],e[a]),f(n[a],t[a])):null!=t[a]?n[a]=t[a]:delete n[a]);for(a in e)l(e,a)&&!l(t,a)&&d(e[a])&&(n[a]=f({},n[a]));return n}function A(e){null!=e&&this.set(e)}i.suppressDeprecationWarnings=!1,i.deprecationHandler=null,T=Object.keys?Object.keys:function(e){var t,a=[];for(t in e)l(e,t)&&a.push(t);return a};var F={sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"};function W(e,t,a){var n=this._calendar[e]||this._calendar["sameElse"];return j(n)?n.call(t,a):n}function C(e,t,a){var n=""+Math.abs(e),r=t-n.length,i=e>=0;return(i?a?"+":"":"-")+Math.pow(10,Math.max(0,r)).toString().substr(1)+n}var E=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,z=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,I={},N={};function R(e,t,a,n){var r=n;"string"===typeof n&&(r=function(){return this[n]()}),e&&(N[e]=r),t&&(N[t[0]]=function(){return C(r.apply(this,arguments),t[1],t[2])}),a&&(N[a]=function(){return this.localeData().ordinal(r.apply(this,arguments),e)})}function V(e){return e.match(/\[[\s\S]/)?e.replace(/^\[|\]$/g,""):e.replace(/\\/g,"")}function B(e){var t,a,n=e.match(E);for(t=0,a=n.length;t<a;t++)N[n[t]]?n[t]=N[n[t]]:n[t]=V(n[t]);return function(t){var r,i="";for(r=0;r<a;r++)i+=j(n[r])?n[r].call(t,e):n[r];return i}}function J(e,t){return e.isValid()?(t=U(t,e.localeData()),I[t]=I[t]||B(t),I[t](e)):e.localeData().invalidDate()}function U(e,t){var a=5;function n(e){return t.longDateFormat(e)||e}z.lastIndex=0;while(a>=0&&z.test(e))e=e.replace(z,n),z.lastIndex=0,a-=1;return e}var G={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function q(e){var t=this._longDateFormat[e],a=this._longDateFormat[e.toUpperCase()];return t||!a?t:(this._longDateFormat[e]=a.match(E).map((function(e){return"MMMM"===e||"MM"===e||"DD"===e||"dddd"===e?e.slice(1):e})).join(""),this._longDateFormat[e])}var $="Invalid date";function K(){return this._invalidDate}var Z="%d",X=/\d{1,2}/;function Q(e){return this._ordinal.replace("%d",e)}var ee={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function te(e,t,a,n){var r=this._relativeTime[a];return j(r)?r(e,t,a,n):r.replace(/%d/i,e)}function ae(e,t){var a=this._relativeTime[e>0?"future":"past"];return j(a)?a(t):a.replace(/%s/i,t)}var ne={};function re(e,t){var a=e.toLowerCase();ne[a]=ne[a+"s"]=ne[t]=e}function ie(e){return"string"===typeof e?ne[e]||ne[e.toLowerCase()]:void 0}function se(e){var t,a,n={};for(a in e)l(e,a)&&(t=ie(a),t&&(n[t]=e[a]));return n}var oe={};function de(e,t){oe[e]=t}function le(e){var t,a=[];for(t in e)l(e,t)&&a.push({unit:t,priority:oe[t]});return a.sort((function(e,t){return e.priority-t.priority})),a}function ue(e){return e%4===0&&e%100!==0||e%400===0}function _e(e){return e<0?Math.ceil(e)||0:Math.floor(e)}function ce(e){var t=+e,a=0;return 0!==t&&isFinite(t)&&(a=_e(t)),a}function me(e,t){return function(a){return null!=a?(fe(this,e,a),i.updateOffset(this,t),this):he(this,e)}}function he(e,t){return e.isValid()?e._d["get"+(e._isUTC?"UTC":"")+t]():NaN}function fe(e,t,a){e.isValid()&&!isNaN(a)&&("FullYear"===t&&ue(e.year())&&1===e.month()&&29===e.date()?(a=ce(a),e._d["set"+(e._isUTC?"UTC":"")+t](a,e.month(),tt(a,e.month()))):e._d["set"+(e._isUTC?"UTC":"")+t](a))}function Me(e){return e=ie(e),j(this[e])?this[e]():this}function pe(e,t){if("object"===typeof e){e=se(e);var a,n=le(e);for(a=0;a<n.length;a++)this[n[a].unit](e[n[a].unit])}else if(e=ie(e),j(this[e]))return this[e](t);return this}var ge,ye=/\d/,Le=/\d\d/,ve=/\d{3}/,Ye=/\d{4}/,be=/[+-]?\d{6}/,ke=/\d\d?/,De=/\d\d\d\d?/,we=/\d\d\d\d\d\d?/,xe=/\d{1,3}/,Te=/\d{1,4}/,Se=/[+-]?\d{1,6}/,He=/\d+/,je=/[+-]?\d+/,Pe=/Z|[+-]\d\d:?\d\d/gi,Oe=/Z|[+-]\d\d(?::?\d\d)?/gi,Ae=/[+-]?\d+(\.\d{1,3})?/,Fe=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i;function We(e,t,a){ge[e]=j(t)?t:function(e,n){return e&&a?a:t}}function Ce(e,t){return l(ge,e)?ge[e](t._strict,t._locale):new RegExp(Ee(e))}function Ee(e){return ze(e.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,(function(e,t,a,n,r){return t||a||n||r})))}function ze(e){return e.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}ge={};var Ie={};function Ne(e,t){var a,n=t;for("string"===typeof e&&(e=[e]),c(t)&&(n=function(e,a){a[t]=ce(e)}),a=0;a<e.length;a++)Ie[e[a]]=n}function Re(e,t){Ne(e,(function(e,a,n,r){n._w=n._w||{},t(e,n._w,n,r)}))}function Ve(e,t,a){null!=t&&l(Ie,e)&&Ie[e](t,a._a,a,e)}var Be,Je=0,Ue=1,Ge=2,qe=3,$e=4,Ke=5,Ze=6,Xe=7,Qe=8;function et(e,t){return(e%t+t)%t}function tt(e,t){if(isNaN(e)||isNaN(t))return NaN;var a=et(t,12);return e+=(t-a)/12,1===a?ue(e)?29:28:31-a%7%2}Be=Array.prototype.indexOf?Array.prototype.indexOf:function(e){var t;for(t=0;t<this.length;++t)if(this[t]===e)return t;return-1},R("M",["MM",2],"Mo",(function(){return this.month()+1})),R("MMM",0,0,(function(e){return this.localeData().monthsShort(this,e)})),R("MMMM",0,0,(function(e){return this.localeData().months(this,e)})),re("month","M"),de("month",8),We("M",ke),We("MM",ke,Le),We("MMM",(function(e,t){return t.monthsShortRegex(e)})),We("MMMM",(function(e,t){return t.monthsRegex(e)})),Ne(["M","MM"],(function(e,t){t[Ue]=ce(e)-1})),Ne(["MMM","MMMM"],(function(e,t,a,n){var r=a._locale.monthsParse(e,n,a._strict);null!=r?t[Ue]=r:g(a).invalidMonth=e}));var at="January_February_March_April_May_June_July_August_September_October_November_December".split("_"),nt="Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),rt=/D[oD]?(\[[^\[\]]*\]|\s)+MMMM?/,it=Fe,st=Fe;function ot(e,t){return e?o(this._months)?this._months[e.month()]:this._months[(this._months.isFormat||rt).test(t)?"format":"standalone"][e.month()]:o(this._months)?this._months:this._months["standalone"]}function dt(e,t){return e?o(this._monthsShort)?this._monthsShort[e.month()]:this._monthsShort[rt.test(t)?"format":"standalone"][e.month()]:o(this._monthsShort)?this._monthsShort:this._monthsShort["standalone"]}function lt(e,t,a){var n,r,i,s=e.toLocaleLowerCase();if(!this._monthsParse)for(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[],n=0;n<12;++n)i=M([2e3,n]),this._shortMonthsParse[n]=this.monthsShort(i,"").toLocaleLowerCase(),this._longMonthsParse[n]=this.months(i,"").toLocaleLowerCase();return a?"MMM"===t?(r=Be.call(this._shortMonthsParse,s),-1!==r?r:null):(r=Be.call(this._longMonthsParse,s),-1!==r?r:null):"MMM"===t?(r=Be.call(this._shortMonthsParse,s),-1!==r?r:(r=Be.call(this._longMonthsParse,s),-1!==r?r:null)):(r=Be.call(this._longMonthsParse,s),-1!==r?r:(r=Be.call(this._shortMonthsParse,s),-1!==r?r:null))}function ut(e,t,a){var n,r,i;if(this._monthsParseExact)return lt.call(this,e,t,a);for(this._monthsParse||(this._monthsParse=[],this._longMonthsParse=[],this._shortMonthsParse=[]),n=0;n<12;n++){if(r=M([2e3,n]),a&&!this._longMonthsParse[n]&&(this._longMonthsParse[n]=new RegExp("^"+this.months(r,"").replace(".","")+"$","i"),this._shortMonthsParse[n]=new RegExp("^"+this.monthsShort(r,"").replace(".","")+"$","i")),a||this._monthsParse[n]||(i="^"+this.months(r,"")+"|^"+this.monthsShort(r,""),this._monthsParse[n]=new RegExp(i.replace(".",""),"i")),a&&"MMMM"===t&&this._longMonthsParse[n].test(e))return n;if(a&&"MMM"===t&&this._shortMonthsParse[n].test(e))return n;if(!a&&this._monthsParse[n].test(e))return n}}function _t(e,t){var a;if(!e.isValid())return e;if("string"===typeof t)if(/^\d+$/.test(t))t=ce(t);else if(t=e.localeData().monthsParse(t),!c(t))return e;return a=Math.min(e.date(),tt(e.year(),t)),e._d["set"+(e._isUTC?"UTC":"")+"Month"](t,a),e}function ct(e){return null!=e?(_t(this,e),i.updateOffset(this,!0),this):he(this,"Month")}function mt(){return tt(this.year(),this.month())}function ht(e){return this._monthsParseExact?(l(this,"_monthsRegex")||Mt.call(this),e?this._monthsShortStrictRegex:this._monthsShortRegex):(l(this,"_monthsShortRegex")||(this._monthsShortRegex=it),this._monthsShortStrictRegex&&e?this._monthsShortStrictRegex:this._monthsShortRegex)}function ft(e){return this._monthsParseExact?(l(this,"_monthsRegex")||Mt.call(this),e?this._monthsStrictRegex:this._monthsRegex):(l(this,"_monthsRegex")||(this._monthsRegex=st),this._monthsStrictRegex&&e?this._monthsStrictRegex:this._monthsRegex)}function Mt(){function e(e,t){return t.length-e.length}var t,a,n=[],r=[],i=[];for(t=0;t<12;t++)a=M([2e3,t]),n.push(this.monthsShort(a,"")),r.push(this.months(a,"")),i.push(this.months(a,"")),i.push(this.monthsShort(a,""));for(n.sort(e),r.sort(e),i.sort(e),t=0;t<12;t++)n[t]=ze(n[t]),r[t]=ze(r[t]);for(t=0;t<24;t++)i[t]=ze(i[t]);this._monthsRegex=new RegExp("^("+i.join("|")+")","i"),this._monthsShortRegex=this._monthsRegex,this._monthsStrictRegex=new RegExp("^("+r.join("|")+")","i"),this._monthsShortStrictRegex=new RegExp("^("+n.join("|")+")","i")}function pt(e){return ue(e)?366:365}R("Y",0,0,(function(){var e=this.year();return e<=9999?C(e,4):"+"+e})),R(0,["YY",2],0,(function(){return this.year()%100})),R(0,["YYYY",4],0,"year"),R(0,["YYYYY",5],0,"year"),R(0,["YYYYYY",6,!0],0,"year"),re("year","y"),de("year",1),We("Y",je),We("YY",ke,Le),We("YYYY",Te,Ye),We("YYYYY",Se,be),We("YYYYYY",Se,be),Ne(["YYYYY","YYYYYY"],Je),Ne("YYYY",(function(e,t){t[Je]=2===e.length?i.parseTwoDigitYear(e):ce(e)})),Ne("YY",(function(e,t){t[Je]=i.parseTwoDigitYear(e)})),Ne("Y",(function(e,t){t[Je]=parseInt(e,10)})),i.parseTwoDigitYear=function(e){return ce(e)+(ce(e)>68?1900:2e3)};var gt=me("FullYear",!0);function yt(){return ue(this.year())}function Lt(e,t,a,n,r,i,s){var o;return e<100&&e>=0?(o=new Date(e+400,t,a,n,r,i,s),isFinite(o.getFullYear())&&o.setFullYear(e)):o=new Date(e,t,a,n,r,i,s),o}function vt(e){var t,a;return e<100&&e>=0?(a=Array.prototype.slice.call(arguments),a[0]=e+400,t=new Date(Date.UTC.apply(null,a)),isFinite(t.getUTCFullYear())&&t.setUTCFullYear(e)):t=new Date(Date.UTC.apply(null,arguments)),t}function Yt(e,t,a){var n=7+t-a,r=(7+vt(e,0,n).getUTCDay()-t)%7;return-r+n-1}function bt(e,t,a,n,r){var i,s,o=(7+a-n)%7,d=Yt(e,n,r),l=1+7*(t-1)+o+d;return l<=0?(i=e-1,s=pt(i)+l):l>pt(e)?(i=e+1,s=l-pt(e)):(i=e,s=l),{year:i,dayOfYear:s}}function kt(e,t,a){var n,r,i=Yt(e.year(),t,a),s=Math.floor((e.dayOfYear()-i-1)/7)+1;return s<1?(r=e.year()-1,n=s+Dt(r,t,a)):s>Dt(e.year(),t,a)?(n=s-Dt(e.year(),t,a),r=e.year()+1):(r=e.year(),n=s),{week:n,year:r}}function Dt(e,t,a){var n=Yt(e,t,a),r=Yt(e+1,t,a);return(pt(e)-n+r)/7}function wt(e){return kt(e,this._week.dow,this._week.doy).week}R("w",["ww",2],"wo","week"),R("W",["WW",2],"Wo","isoWeek"),re("week","w"),re("isoWeek","W"),de("week",5),de("isoWeek",5),We("w",ke),We("ww",ke,Le),We("W",ke),We("WW",ke,Le),Re(["w","ww","W","WW"],(function(e,t,a,n){t[n.substr(0,1)]=ce(e)}));var xt={dow:0,doy:6};function Tt(){return this._week.dow}function St(){return this._week.doy}function Ht(e){var t=this.localeData().week(this);return null==e?t:this.add(7*(e-t),"d")}function jt(e){var t=kt(this,1,4).week;return null==e?t:this.add(7*(e-t),"d")}function Pt(e,t){return"string"!==typeof e?e:isNaN(e)?(e=t.weekdaysParse(e),"number"===typeof e?e:null):parseInt(e,10)}function Ot(e,t){return"string"===typeof e?t.weekdaysParse(e)%7||7:isNaN(e)?null:e}function At(e,t){return e.slice(t,7).concat(e.slice(0,t))}R("d",0,"do","day"),R("dd",0,0,(function(e){return this.localeData().weekdaysMin(this,e)})),R("ddd",0,0,(function(e){return this.localeData().weekdaysShort(this,e)})),R("dddd",0,0,(function(e){return this.localeData().weekdays(this,e)})),R("e",0,0,"weekday"),R("E",0,0,"isoWeekday"),re("day","d"),re("weekday","e"),re("isoWeekday","E"),de("day",11),de("weekday",11),de("isoWeekday",11),We("d",ke),We("e",ke),We("E",ke),We("dd",(function(e,t){return t.weekdaysMinRegex(e)})),We("ddd",(function(e,t){return t.weekdaysShortRegex(e)})),We("dddd",(function(e,t){return t.weekdaysRegex(e)})),Re(["dd","ddd","dddd"],(function(e,t,a,n){var r=a._locale.weekdaysParse(e,n,a._strict);null!=r?t.d=r:g(a).invalidWeekday=e})),Re(["d","e","E"],(function(e,t,a,n){t[n]=ce(e)}));var Ft="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),Wt="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),Ct="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),Et=Fe,zt=Fe,It=Fe;function Nt(e,t){var a=o(this._weekdays)?this._weekdays:this._weekdays[e&&!0!==e&&this._weekdays.isFormat.test(t)?"format":"standalone"];return!0===e?At(a,this._week.dow):e?a[e.day()]:a}function Rt(e){return!0===e?At(this._weekdaysShort,this._week.dow):e?this._weekdaysShort[e.day()]:this._weekdaysShort}function Vt(e){return!0===e?At(this._weekdaysMin,this._week.dow):e?this._weekdaysMin[e.day()]:this._weekdaysMin}function Bt(e,t,a){var n,r,i,s=e.toLocaleLowerCase();if(!this._weekdaysParse)for(this._weekdaysParse=[],this._shortWeekdaysParse=[],this._minWeekdaysParse=[],n=0;n<7;++n)i=M([2e3,1]).day(n),this._minWeekdaysParse[n]=this.weekdaysMin(i,"").toLocaleLowerCase(),this._shortWeekdaysParse[n]=this.weekdaysShort(i,"").toLocaleLowerCase(),this._weekdaysParse[n]=this.weekdays(i,"").toLocaleLowerCase();return a?"dddd"===t?(r=Be.call(this._weekdaysParse,s),-1!==r?r:null):"ddd"===t?(r=Be.call(this._shortWeekdaysParse,s),-1!==r?r:null):(r=Be.call(this._minWeekdaysParse,s),-1!==r?r:null):"dddd"===t?(r=Be.call(this._weekdaysParse,s),-1!==r?r:(r=Be.call(this._shortWeekdaysParse,s),-1!==r?r:(r=Be.call(this._minWeekdaysParse,s),-1!==r?r:null))):"ddd"===t?(r=Be.call(this._shortWeekdaysParse,s),-1!==r?r:(r=Be.call(this._weekdaysParse,s),-1!==r?r:(r=Be.call(this._minWeekdaysParse,s),-1!==r?r:null))):(r=Be.call(this._minWeekdaysParse,s),-1!==r?r:(r=Be.call(this._weekdaysParse,s),-1!==r?r:(r=Be.call(this._shortWeekdaysParse,s),-1!==r?r:null)))}function Jt(e,t,a){var n,r,i;if(this._weekdaysParseExact)return Bt.call(this,e,t,a);for(this._weekdaysParse||(this._weekdaysParse=[],this._minWeekdaysParse=[],this._shortWeekdaysParse=[],this._fullWeekdaysParse=[]),n=0;n<7;n++){if(r=M([2e3,1]).day(n),a&&!this._fullWeekdaysParse[n]&&(this._fullWeekdaysParse[n]=new RegExp("^"+this.weekdays(r,"").replace(".","\\.?")+"$","i"),this._shortWeekdaysParse[n]=new RegExp("^"+this.weekdaysShort(r,"").replace(".","\\.?")+"$","i"),this._minWeekdaysParse[n]=new RegExp("^"+this.weekdaysMin(r,"").replace(".","\\.?")+"$","i")),this._weekdaysParse[n]||(i="^"+this.weekdays(r,"")+"|^"+this.weekdaysShort(r,"")+"|^"+this.weekdaysMin(r,""),this._weekdaysParse[n]=new RegExp(i.replace(".",""),"i")),a&&"dddd"===t&&this._fullWeekdaysParse[n].test(e))return n;if(a&&"ddd"===t&&this._shortWeekdaysParse[n].test(e))return n;if(a&&"dd"===t&&this._minWeekdaysParse[n].test(e))return n;if(!a&&this._weekdaysParse[n].test(e))return n}}function Ut(e){if(!this.isValid())return null!=e?this:NaN;var t=this._isUTC?this._d.getUTCDay():this._d.getDay();return null!=e?(e=Pt(e,this.localeData()),this.add(e-t,"d")):t}function Gt(e){if(!this.isValid())return null!=e?this:NaN;var t=(this.day()+7-this.localeData()._week.dow)%7;return null==e?t:this.add(e-t,"d")}function qt(e){if(!this.isValid())return null!=e?this:NaN;if(null!=e){var t=Ot(e,this.localeData());return this.day(this.day()%7?t:t-7)}return this.day()||7}function $t(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysStrictRegex:this._weekdaysRegex):(l(this,"_weekdaysRegex")||(this._weekdaysRegex=Et),this._weekdaysStrictRegex&&e?this._weekdaysStrictRegex:this._weekdaysRegex)}function Kt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex):(l(this,"_weekdaysShortRegex")||(this._weekdaysShortRegex=zt),this._weekdaysShortStrictRegex&&e?this._weekdaysShortStrictRegex:this._weekdaysShortRegex)}function Zt(e){return this._weekdaysParseExact?(l(this,"_weekdaysRegex")||Xt.call(this),e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex):(l(this,"_weekdaysMinRegex")||(this._weekdaysMinRegex=It),this._weekdaysMinStrictRegex&&e?this._weekdaysMinStrictRegex:this._weekdaysMinRegex)}function Xt(){function e(e,t){return t.length-e.length}var t,a,n,r,i,s=[],o=[],d=[],l=[];for(t=0;t<7;t++)a=M([2e3,1]).day(t),n=ze(this.weekdaysMin(a,"")),r=ze(this.weekdaysShort(a,"")),i=ze(this.weekdays(a,"")),s.push(n),o.push(r),d.push(i),l.push(n),l.push(r),l.push(i);s.sort(e),o.sort(e),d.sort(e),l.sort(e),this._weekdaysRegex=new RegExp("^("+l.join("|")+")","i"),this._weekdaysShortRegex=this._weekdaysRegex,this._weekdaysMinRegex=this._weekdaysRegex,this._weekdaysStrictRegex=new RegExp("^("+d.join("|")+")","i"),this._weekdaysShortStrictRegex=new RegExp("^("+o.join("|")+")","i"),this._weekdaysMinStrictRegex=new RegExp("^("+s.join("|")+")","i")}function Qt(){return this.hours()%12||12}function ea(){return this.hours()||24}function ta(e,t){R(e,0,0,(function(){return this.localeData().meridiem(this.hours(),this.minutes(),t)}))}function aa(e,t){return t._meridiemParse}function na(e){return"p"===(e+"").toLowerCase().charAt(0)}R("H",["HH",2],0,"hour"),R("h",["hh",2],0,Qt),R("k",["kk",2],0,ea),R("hmm",0,0,(function(){return""+Qt.apply(this)+C(this.minutes(),2)})),R("hmmss",0,0,(function(){return""+Qt.apply(this)+C(this.minutes(),2)+C(this.seconds(),2)})),R("Hmm",0,0,(function(){return""+this.hours()+C(this.minutes(),2)})),R("Hmmss",0,0,(function(){return""+this.hours()+C(this.minutes(),2)+C(this.seconds(),2)})),ta("a",!0),ta("A",!1),re("hour","h"),de("hour",13),We("a",aa),We("A",aa),We("H",ke),We("h",ke),We("k",ke),We("HH",ke,Le),We("hh",ke,Le),We("kk",ke,Le),We("hmm",De),We("hmmss",we),We("Hmm",De),We("Hmmss",we),Ne(["H","HH"],qe),Ne(["k","kk"],(function(e,t,a){var n=ce(e);t[qe]=24===n?0:n})),Ne(["a","A"],(function(e,t,a){a._isPm=a._locale.isPM(e),a._meridiem=e})),Ne(["h","hh"],(function(e,t,a){t[qe]=ce(e),g(a).bigHour=!0})),Ne("hmm",(function(e,t,a){var n=e.length-2;t[qe]=ce(e.substr(0,n)),t[$e]=ce(e.substr(n)),g(a).bigHour=!0})),Ne("hmmss",(function(e,t,a){var n=e.length-4,r=e.length-2;t[qe]=ce(e.substr(0,n)),t[$e]=ce(e.substr(n,2)),t[Ke]=ce(e.substr(r)),g(a).bigHour=!0})),Ne("Hmm",(function(e,t,a){var n=e.length-2;t[qe]=ce(e.substr(0,n)),t[$e]=ce(e.substr(n))})),Ne("Hmmss",(function(e,t,a){var n=e.length-4,r=e.length-2;t[qe]=ce(e.substr(0,n)),t[$e]=ce(e.substr(n,2)),t[Ke]=ce(e.substr(r))}));var ra=/[ap]\.?m?\.?/i,ia=me("Hours",!0);function sa(e,t,a){return e>11?a?"pm":"PM":a?"am":"AM"}var oa,da={calendar:F,longDateFormat:G,invalidDate:$,ordinal:Z,dayOfMonthOrdinalParse:X,relativeTime:ee,months:at,monthsShort:nt,week:xt,weekdays:Ft,weekdaysMin:Ct,weekdaysShort:Wt,meridiemParse:ra},la={},ua={};function _a(e,t){var a,n=Math.min(e.length,t.length);for(a=0;a<n;a+=1)if(e[a]!==t[a])return a;return n}function ca(e){return e?e.toLowerCase().replace("_","-"):e}function ma(e){var t,a,n,r,i=0;while(i<e.length){r=ca(e[i]).split("-"),t=r.length,a=ca(e[i+1]),a=a?a.split("-"):null;while(t>0){if(n=ha(r.slice(0,t).join("-")),n)return n;if(a&&a.length>=t&&_a(r,a)>=t-1)break;t--}i++}return oa}function ha(n){var r=null;if(void 0===la[n]&&"undefined"!==typeof e&&e&&e.exports)try{r=oa._abbr,t,a("4678")("./"+n),fa(r)}catch(i){la[n]=null}return la[n]}function fa(e,t){var a;return e&&(a=_(t)?ga(e):Ma(e,t),a?oa=a:"undefined"!==typeof console&&console.warn&&console.warn("Locale "+e+" not found. Did you forget to load it?")),oa._abbr}function Ma(e,t){if(null!==t){var a,n=da;if(t.abbr=e,null!=la[e])H("defineLocaleOverride","use moment.updateLocale(localeName, config) to change an existing locale. moment.defineLocale(localeName, config) should only be used for creating a new locale See http://momentjs.com/guides/#/warnings/define-locale/ for more info."),n=la[e]._config;else if(null!=t.parentLocale)if(null!=la[t.parentLocale])n=la[t.parentLocale]._config;else{if(a=ha(t.parentLocale),null==a)return ua[t.parentLocale]||(ua[t.parentLocale]=[]),ua[t.parentLocale].push({name:e,config:t}),null;n=a._config}return la[e]=new A(O(n,t)),ua[e]&&ua[e].forEach((function(e){Ma(e.name,e.config)})),fa(e),la[e]}return delete la[e],null}function pa(e,t){if(null!=t){var a,n,r=da;null!=la[e]&&null!=la[e].parentLocale?la[e].set(O(la[e]._config,t)):(n=ha(e),null!=n&&(r=n._config),t=O(r,t),null==n&&(t.abbr=e),a=new A(t),a.parentLocale=la[e],la[e]=a),fa(e)}else null!=la[e]&&(null!=la[e].parentLocale?(la[e]=la[e].parentLocale,e===fa()&&fa(e)):null!=la[e]&&delete la[e]);return la[e]}function ga(e){var t;if(e&&e._locale&&e._locale._abbr&&(e=e._locale._abbr),!e)return oa;if(!o(e)){if(t=ha(e),t)return t;e=[e]}return ma(e)}function ya(){return T(la)}function La(e){var t,a=e._a;return a&&-2===g(e).overflow&&(t=a[Ue]<0||a[Ue]>11?Ue:a[Ge]<1||a[Ge]>tt(a[Je],a[Ue])?Ge:a[qe]<0||a[qe]>24||24===a[qe]&&(0!==a[$e]||0!==a[Ke]||0!==a[Ze])?qe:a[$e]<0||a[$e]>59?$e:a[Ke]<0||a[Ke]>59?Ke:a[Ze]<0||a[Ze]>999?Ze:-1,g(e)._overflowDayOfYear&&(t<Je||t>Ge)&&(t=Ge),g(e)._overflowWeeks&&-1===t&&(t=Xe),g(e)._overflowWeekday&&-1===t&&(t=Qe),g(e).overflow=t),e}var va=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,Ya=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ba=/Z|[+-]\d\d(?::?\d\d)?/,ka=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,!1],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,!1],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,!1],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,!1],["YYYY",/\d{4}/,!1]],Da=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],wa=/^\/?Date\((-?\d+)/i,xa=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Ta={UT:0,GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480};function Sa(e){var t,a,n,r,i,s,o=e._i,d=va.exec(o)||Ya.exec(o);if(d){for(g(e).iso=!0,t=0,a=ka.length;t<a;t++)if(ka[t][1].exec(d[1])){r=ka[t][0],n=!1!==ka[t][2];break}if(null==r)return void(e._isValid=!1);if(d[3]){for(t=0,a=Da.length;t<a;t++)if(Da[t][1].exec(d[3])){i=(d[2]||" ")+Da[t][0];break}if(null==i)return void(e._isValid=!1)}if(!n&&null!=i)return void(e._isValid=!1);if(d[4]){if(!ba.exec(d[4]))return void(e._isValid=!1);s="Z"}e._f=r+(i||"")+(s||""),Na(e)}else e._isValid=!1}function Ha(e,t,a,n,r,i){var s=[ja(e),nt.indexOf(t),parseInt(a,10),parseInt(n,10),parseInt(r,10)];return i&&s.push(parseInt(i,10)),s}function ja(e){var t=parseInt(e,10);return t<=49?2e3+t:t<=999?1900+t:t}function Pa(e){return e.replace(/\([^)]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").replace(/^\s\s*/,"").replace(/\s\s*$/,"")}function Oa(e,t,a){if(e){var n=Wt.indexOf(e),r=new Date(t[0],t[1],t[2]).getDay();if(n!==r)return g(a).weekdayMismatch=!0,a._isValid=!1,!1}return!0}function Aa(e,t,a){if(e)return Ta[e];if(t)return 0;var n=parseInt(a,10),r=n%100,i=(n-r)/100;return 60*i+r}function Fa(e){var t,a=xa.exec(Pa(e._i));if(a){if(t=Ha(a[4],a[3],a[2],a[5],a[6],a[7]),!Oa(a[1],t,e))return;e._a=t,e._tzm=Aa(a[8],a[9],a[10]),e._d=vt.apply(null,e._a),e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),g(e).rfc2822=!0}else e._isValid=!1}function Wa(e){var t=wa.exec(e._i);null===t?(Sa(e),!1===e._isValid&&(delete e._isValid,Fa(e),!1===e._isValid&&(delete e._isValid,e._strict?e._isValid=!1:i.createFromInputFallback(e)))):e._d=new Date(+t[1])}function Ca(e,t,a){return null!=e?e:null!=t?t:a}function Ea(e){var t=new Date(i.now());return e._useUTC?[t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate()]:[t.getFullYear(),t.getMonth(),t.getDate()]}function za(e){var t,a,n,r,i,s=[];if(!e._d){for(n=Ea(e),e._w&&null==e._a[Ge]&&null==e._a[Ue]&&Ia(e),null!=e._dayOfYear&&(i=Ca(e._a[Je],n[Je]),(e._dayOfYear>pt(i)||0===e._dayOfYear)&&(g(e)._overflowDayOfYear=!0),a=vt(i,0,e._dayOfYear),e._a[Ue]=a.getUTCMonth(),e._a[Ge]=a.getUTCDate()),t=0;t<3&&null==e._a[t];++t)e._a[t]=s[t]=n[t];for(;t<7;t++)e._a[t]=s[t]=null==e._a[t]?2===t?1:0:e._a[t];24===e._a[qe]&&0===e._a[$e]&&0===e._a[Ke]&&0===e._a[Ze]&&(e._nextDay=!0,e._a[qe]=0),e._d=(e._useUTC?vt:Lt).apply(null,s),r=e._useUTC?e._d.getUTCDay():e._d.getDay(),null!=e._tzm&&e._d.setUTCMinutes(e._d.getUTCMinutes()-e._tzm),e._nextDay&&(e._a[qe]=24),e._w&&"undefined"!==typeof e._w.d&&e._w.d!==r&&(g(e).weekdayMismatch=!0)}}function Ia(e){var t,a,n,r,i,s,o,d,l;t=e._w,null!=t.GG||null!=t.W||null!=t.E?(i=1,s=4,a=Ca(t.GG,e._a[Je],kt($a(),1,4).year),n=Ca(t.W,1),r=Ca(t.E,1),(r<1||r>7)&&(d=!0)):(i=e._locale._week.dow,s=e._locale._week.doy,l=kt($a(),i,s),a=Ca(t.gg,e._a[Je],l.year),n=Ca(t.w,l.week),null!=t.d?(r=t.d,(r<0||r>6)&&(d=!0)):null!=t.e?(r=t.e+i,(t.e<0||t.e>6)&&(d=!0)):r=i),n<1||n>Dt(a,i,s)?g(e)._overflowWeeks=!0:null!=d?g(e)._overflowWeekday=!0:(o=bt(a,n,r,i,s),e._a[Je]=o.year,e._dayOfYear=o.dayOfYear)}function Na(e){if(e._f!==i.ISO_8601)if(e._f!==i.RFC_2822){e._a=[],g(e).empty=!0;var t,a,n,r,s,o,d=""+e._i,l=d.length,u=0;for(n=U(e._f,e._locale).match(E)||[],t=0;t<n.length;t++)r=n[t],a=(d.match(Ce(r,e))||[])[0],a&&(s=d.substr(0,d.indexOf(a)),s.length>0&&g(e).unusedInput.push(s),d=d.slice(d.indexOf(a)+a.length),u+=a.length),N[r]?(a?g(e).empty=!1:g(e).unusedTokens.push(r),Ve(r,a,e)):e._strict&&!a&&g(e).unusedTokens.push(r);g(e).charsLeftOver=l-u,d.length>0&&g(e).unusedInput.push(d),e._a[qe]<=12&&!0===g(e).bigHour&&e._a[qe]>0&&(g(e).bigHour=void 0),g(e).parsedDateParts=e._a.slice(0),g(e).meridiem=e._meridiem,e._a[qe]=Ra(e._locale,e._a[qe],e._meridiem),o=g(e).era,null!==o&&(e._a[Je]=e._locale.erasConvertYear(o,e._a[Je])),za(e),La(e)}else Fa(e);else Sa(e)}function Ra(e,t,a){var n;return null==a?t:null!=e.meridiemHour?e.meridiemHour(t,a):null!=e.isPM?(n=e.isPM(a),n&&t<12&&(t+=12),n||12!==t||(t=0),t):t}function Va(e){var t,a,n,r,i,s,o=!1;if(0===e._f.length)return g(e).invalidFormat=!0,void(e._d=new Date(NaN));for(r=0;r<e._f.length;r++)i=0,s=!1,t=b({},e),null!=e._useUTC&&(t._useUTC=e._useUTC),t._f=e._f[r],Na(t),y(t)&&(s=!0),i+=g(t).charsLeftOver,i+=10*g(t).unusedTokens.length,g(t).score=i,o?i<n&&(n=i,a=t):(null==n||i<n||s)&&(n=i,a=t,s&&(o=!0));f(e,a||t)}function Ba(e){if(!e._d){var t=se(e._i),a=void 0===t.day?t.date:t.day;e._a=h([t.year,t.month,a,t.hour,t.minute,t.second,t.millisecond],(function(e){return e&&parseInt(e,10)})),za(e)}}function Ja(e){var t=new k(La(Ua(e)));return t._nextDay&&(t.add(1,"d"),t._nextDay=void 0),t}function Ua(e){var t=e._i,a=e._f;return e._locale=e._locale||ga(e._l),null===t||void 0===a&&""===t?L({nullInput:!0}):("string"===typeof t&&(e._i=t=e._locale.preparse(t)),D(t)?new k(La(t)):(m(t)?e._d=t:o(a)?Va(e):a?Na(e):Ga(e),y(e)||(e._d=null),e))}function Ga(e){var t=e._i;_(t)?e._d=new Date(i.now()):m(t)?e._d=new Date(t.valueOf()):"string"===typeof t?Wa(e):o(t)?(e._a=h(t.slice(0),(function(e){return parseInt(e,10)})),za(e)):d(t)?Ba(e):c(t)?e._d=new Date(t):i.createFromInputFallback(e)}function qa(e,t,a,n,r){var i={};return!0!==t&&!1!==t||(n=t,t=void 0),!0!==a&&!1!==a||(n=a,a=void 0),(d(e)&&u(e)||o(e)&&0===e.length)&&(e=void 0),i._isAMomentObject=!0,i._useUTC=i._isUTC=r,i._l=a,i._i=e,i._f=t,i._strict=n,Ja(i)}function $a(e,t,a,n){return qa(e,t,a,n,!1)}i.createFromInputFallback=x("value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.",(function(e){e._d=new Date(e._i+(e._useUTC?" UTC":""))})),i.ISO_8601=function(){},i.RFC_2822=function(){};var Ka=x("moment().min is deprecated, use moment.max instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=$a.apply(null,arguments);return this.isValid()&&e.isValid()?e<this?this:e:L()})),Za=x("moment().max is deprecated, use moment.min instead. http://momentjs.com/guides/#/warnings/min-max/",(function(){var e=$a.apply(null,arguments);return this.isValid()&&e.isValid()?e>this?this:e:L()}));function Xa(e,t){var a,n;if(1===t.length&&o(t[0])&&(t=t[0]),!t.length)return $a();for(a=t[0],n=1;n<t.length;++n)t[n].isValid()&&!t[n][e](a)||(a=t[n]);return a}function Qa(){var e=[].slice.call(arguments,0);return Xa("isBefore",e)}function en(){var e=[].slice.call(arguments,0);return Xa("isAfter",e)}var tn=function(){return Date.now?Date.now():+new Date},an=["year","quarter","month","week","day","hour","minute","second","millisecond"];function nn(e){var t,a,n=!1;for(t in e)if(l(e,t)&&(-1===Be.call(an,t)||null!=e[t]&&isNaN(e[t])))return!1;for(a=0;a<an.length;++a)if(e[an[a]]){if(n)return!1;parseFloat(e[an[a]])!==ce(e[an[a]])&&(n=!0)}return!0}function rn(){return this._isValid}function sn(){return Sn(NaN)}function on(e){var t=se(e),a=t.year||0,n=t.quarter||0,r=t.month||0,i=t.week||t.isoWeek||0,s=t.day||0,o=t.hour||0,d=t.minute||0,l=t.second||0,u=t.millisecond||0;this._isValid=nn(t),this._milliseconds=+u+1e3*l+6e4*d+1e3*o*60*60,this._days=+s+7*i,this._months=+r+3*n+12*a,this._data={},this._locale=ga(),this._bubble()}function dn(e){return e instanceof on}function ln(e){return e<0?-1*Math.round(-1*e):Math.round(e)}function un(e,t,a){var n,r=Math.min(e.length,t.length),i=Math.abs(e.length-t.length),s=0;for(n=0;n<r;n++)(a&&e[n]!==t[n]||!a&&ce(e[n])!==ce(t[n]))&&s++;return s+i}function _n(e,t){R(e,0,0,(function(){var e=this.utcOffset(),a="+";return e<0&&(e=-e,a="-"),a+C(~~(e/60),2)+t+C(~~e%60,2)}))}_n("Z",":"),_n("ZZ",""),We("Z",Oe),We("ZZ",Oe),Ne(["Z","ZZ"],(function(e,t,a){a._useUTC=!0,a._tzm=mn(Oe,e)}));var cn=/([\+\-]|\d\d)/gi;function mn(e,t){var a,n,r,i=(t||"").match(e);return null===i?null:(a=i[i.length-1]||[],n=(a+"").match(cn)||["-",0,0],r=60*n[1]+ce(n[2]),0===r?0:"+"===n[0]?r:-r)}function hn(e,t){var a,n;return t._isUTC?(a=t.clone(),n=(D(e)||m(e)?e.valueOf():$a(e).valueOf())-a.valueOf(),a._d.setTime(a._d.valueOf()+n),i.updateOffset(a,!1),a):$a(e).local()}function fn(e){return-Math.round(e._d.getTimezoneOffset())}function Mn(e,t,a){var n,r=this._offset||0;if(!this.isValid())return null!=e?this:NaN;if(null!=e){if("string"===typeof e){if(e=mn(Oe,e),null===e)return this}else Math.abs(e)<16&&!a&&(e*=60);return!this._isUTC&&t&&(n=fn(this)),this._offset=e,this._isUTC=!0,null!=n&&this.add(n,"m"),r!==e&&(!t||this._changeInProgress?An(this,Sn(e-r,"m"),1,!1):this._changeInProgress||(this._changeInProgress=!0,i.updateOffset(this,!0),this._changeInProgress=null)),this}return this._isUTC?r:fn(this)}function pn(e,t){return null!=e?("string"!==typeof e&&(e=-e),this.utcOffset(e,t),this):-this.utcOffset()}function gn(e){return this.utcOffset(0,e)}function yn(e){return this._isUTC&&(this.utcOffset(0,e),this._isUTC=!1,e&&this.subtract(fn(this),"m")),this}function Ln(){if(null!=this._tzm)this.utcOffset(this._tzm,!1,!0);else if("string"===typeof this._i){var e=mn(Pe,this._i);null!=e?this.utcOffset(e):this.utcOffset(0,!0)}return this}function vn(e){return!!this.isValid()&&(e=e?$a(e).utcOffset():0,(this.utcOffset()-e)%60===0)}function Yn(){return this.utcOffset()>this.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function bn(){if(!_(this._isDSTShifted))return this._isDSTShifted;var e,t={};return b(t,this),t=Ua(t),t._a?(e=t._isUTC?M(t._a):$a(t._a),this._isDSTShifted=this.isValid()&&un(t._a,e.toArray())>0):this._isDSTShifted=!1,this._isDSTShifted}function kn(){return!!this.isValid()&&!this._isUTC}function Dn(){return!!this.isValid()&&this._isUTC}function wn(){return!!this.isValid()&&(this._isUTC&&0===this._offset)}i.updateOffset=function(){};var xn=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Tn=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function Sn(e,t){var a,n,r,i=e,s=null;return dn(e)?i={ms:e._milliseconds,d:e._days,M:e._months}:c(e)||!isNaN(+e)?(i={},t?i[t]=+e:i.milliseconds=+e):(s=xn.exec(e))?(a="-"===s[1]?-1:1,i={y:0,d:ce(s[Ge])*a,h:ce(s[qe])*a,m:ce(s[$e])*a,s:ce(s[Ke])*a,ms:ce(ln(1e3*s[Ze]))*a}):(s=Tn.exec(e))?(a="-"===s[1]?-1:1,i={y:Hn(s[2],a),M:Hn(s[3],a),w:Hn(s[4],a),d:Hn(s[5],a),h:Hn(s[6],a),m:Hn(s[7],a),s:Hn(s[8],a)}):null==i?i={}:"object"===typeof i&&("from"in i||"to"in i)&&(r=Pn($a(i.from),$a(i.to)),i={},i.ms=r.milliseconds,i.M=r.months),n=new on(i),dn(e)&&l(e,"_locale")&&(n._locale=e._locale),dn(e)&&l(e,"_isValid")&&(n._isValid=e._isValid),n}function Hn(e,t){var a=e&&parseFloat(e.replace(",","."));return(isNaN(a)?0:a)*t}function jn(e,t){var a={};return a.months=t.month()-e.month()+12*(t.year()-e.year()),e.clone().add(a.months,"M").isAfter(t)&&--a.months,a.milliseconds=+t-+e.clone().add(a.months,"M"),a}function Pn(e,t){var a;return e.isValid()&&t.isValid()?(t=hn(t,e),e.isBefore(t)?a=jn(e,t):(a=jn(t,e),a.milliseconds=-a.milliseconds,a.months=-a.months),a):{milliseconds:0,months:0}}function On(e,t){return function(a,n){var r,i;return null===n||isNaN(+n)||(H(t,"moment()."+t+"(period, number) is deprecated. Please use moment()."+t+"(number, period). See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info."),i=a,a=n,n=i),r=Sn(a,n),An(this,r,e),this}}function An(e,t,a,n){var r=t._milliseconds,s=ln(t._days),o=ln(t._months);e.isValid()&&(n=null==n||n,o&&_t(e,he(e,"Month")+o*a),s&&fe(e,"Date",he(e,"Date")+s*a),r&&e._d.setTime(e._d.valueOf()+r*a),n&&i.updateOffset(e,s||o))}Sn.fn=on.prototype,Sn.invalid=sn;var Fn=On(1,"add"),Wn=On(-1,"subtract");function Cn(e){return"string"===typeof e||e instanceof String}function En(e){return D(e)||m(e)||Cn(e)||c(e)||In(e)||zn(e)||null===e||void 0===e}function zn(e){var t,a,n=d(e)&&!u(e),r=!1,i=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"];for(t=0;t<i.length;t+=1)a=i[t],r=r||l(e,a);return n&&r}function In(e){var t=o(e),a=!1;return t&&(a=0===e.filter((function(t){return!c(t)&&Cn(e)})).length),t&&a}function Nn(e){var t,a,n=d(e)&&!u(e),r=!1,i=["sameDay","nextDay","lastDay","nextWeek","lastWeek","sameElse"];for(t=0;t<i.length;t+=1)a=i[t],r=r||l(e,a);return n&&r}function Rn(e,t){var a=e.diff(t,"days",!0);return a<-6?"sameElse":a<-1?"lastWeek":a<0?"lastDay":a<1?"sameDay":a<2?"nextDay":a<7?"nextWeek":"sameElse"}function Vn(e,t){1===arguments.length&&(arguments[0]?En(arguments[0])?(e=arguments[0],t=void 0):Nn(arguments[0])&&(t=arguments[0],e=void 0):(e=void 0,t=void 0));var a=e||$a(),n=hn(a,this).startOf("day"),r=i.calendarFormat(this,n)||"sameElse",s=t&&(j(t[r])?t[r].call(this,a):t[r]);return this.format(s||this.localeData().calendar(r,this,$a(a)))}function Bn(){return new k(this)}function Jn(e,t){var a=D(e)?e:$a(e);return!(!this.isValid()||!a.isValid())&&(t=ie(t)||"millisecond","millisecond"===t?this.valueOf()>a.valueOf():a.valueOf()<this.clone().startOf(t).valueOf())}function Un(e,t){var a=D(e)?e:$a(e);return!(!this.isValid()||!a.isValid())&&(t=ie(t)||"millisecond","millisecond"===t?this.valueOf()<a.valueOf():this.clone().endOf(t).valueOf()<a.valueOf())}function Gn(e,t,a,n){var r=D(e)?e:$a(e),i=D(t)?t:$a(t);return!!(this.isValid()&&r.isValid()&&i.isValid())&&(n=n||"()",("("===n[0]?this.isAfter(r,a):!this.isBefore(r,a))&&(")"===n[1]?this.isBefore(i,a):!this.isAfter(i,a)))}function qn(e,t){var a,n=D(e)?e:$a(e);return!(!this.isValid()||!n.isValid())&&(t=ie(t)||"millisecond","millisecond"===t?this.valueOf()===n.valueOf():(a=n.valueOf(),this.clone().startOf(t).valueOf()<=a&&a<=this.clone().endOf(t).valueOf()))}function $n(e,t){return this.isSame(e,t)||this.isAfter(e,t)}function Kn(e,t){return this.isSame(e,t)||this.isBefore(e,t)}function Zn(e,t,a){var n,r,i;if(!this.isValid())return NaN;if(n=hn(e,this),!n.isValid())return NaN;switch(r=6e4*(n.utcOffset()-this.utcOffset()),t=ie(t),t){case"year":i=Xn(this,n)/12;break;case"month":i=Xn(this,n);break;case"quarter":i=Xn(this,n)/3;break;case"second":i=(this-n)/1e3;break;case"minute":i=(this-n)/6e4;break;case"hour":i=(this-n)/36e5;break;case"day":i=(this-n-r)/864e5;break;case"week":i=(this-n-r)/6048e5;break;default:i=this-n}return a?i:_e(i)}function Xn(e,t){if(e.date()<t.date())return-Xn(t,e);var a,n,r=12*(t.year()-e.year())+(t.month()-e.month()),i=e.clone().add(r,"months");return t-i<0?(a=e.clone().add(r-1,"months"),n=(t-i)/(i-a)):(a=e.clone().add(r+1,"months"),n=(t-i)/(a-i)),-(r+n)||0}function Qn(){return this.clone().locale("en").format("ddd MMM DD YYYY HH:mm:ss [GMT]ZZ")}function er(e){if(!this.isValid())return null;var t=!0!==e,a=t?this.clone().utc():this;return a.year()<0||a.year()>9999?J(a,t?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ"):j(Date.prototype.toISOString)?t?this.toDate().toISOString():new Date(this.valueOf()+60*this.utcOffset()*1e3).toISOString().replace("Z",J(a,"Z")):J(a,t?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function tr(){if(!this.isValid())return"moment.invalid(/* "+this._i+" */)";var e,t,a,n,r="moment",i="";return this.isLocal()||(r=0===this.utcOffset()?"moment.utc":"moment.parseZone",i="Z"),e="["+r+'("]',t=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY",a="-MM-DD[T]HH:mm:ss.SSS",n=i+'[")]',this.format(e+t+a+n)}function ar(e){e||(e=this.isUtc()?i.defaultFormatUtc:i.defaultFormat);var t=J(this,e);return this.localeData().postformat(t)}function nr(e,t){return this.isValid()&&(D(e)&&e.isValid()||$a(e).isValid())?Sn({to:this,from:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function rr(e){return this.from($a(),e)}function ir(e,t){return this.isValid()&&(D(e)&&e.isValid()||$a(e).isValid())?Sn({from:this,to:e}).locale(this.locale()).humanize(!t):this.localeData().invalidDate()}function sr(e){return this.to($a(),e)}function or(e){var t;return void 0===e?this._locale._abbr:(t=ga(e),null!=t&&(this._locale=t),this)}i.defaultFormat="YYYY-MM-DDTHH:mm:ssZ",i.defaultFormatUtc="YYYY-MM-DDTHH:mm:ss[Z]";var dr=x("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",(function(e){return void 0===e?this.localeData():this.locale(e)}));function lr(){return this._locale}var ur=1e3,_r=60*ur,cr=60*_r,mr=3506328*cr;function hr(e,t){return(e%t+t)%t}function fr(e,t,a){return e<100&&e>=0?new Date(e+400,t,a)-mr:new Date(e,t,a).valueOf()}function Mr(e,t,a){return e<100&&e>=0?Date.UTC(e+400,t,a)-mr:Date.UTC(e,t,a)}function pr(e){var t,a;if(e=ie(e),void 0===e||"millisecond"===e||!this.isValid())return this;switch(a=this._isUTC?Mr:fr,e){case"year":t=a(this.year(),0,1);break;case"quarter":t=a(this.year(),this.month()-this.month()%3,1);break;case"month":t=a(this.year(),this.month(),1);break;case"week":t=a(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":t=a(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":t=a(this.year(),this.month(),this.date());break;case"hour":t=this._d.valueOf(),t-=hr(t+(this._isUTC?0:this.utcOffset()*_r),cr);break;case"minute":t=this._d.valueOf(),t-=hr(t,_r);break;case"second":t=this._d.valueOf(),t-=hr(t,ur);break}return this._d.setTime(t),i.updateOffset(this,!0),this}function gr(e){var t,a;if(e=ie(e),void 0===e||"millisecond"===e||!this.isValid())return this;switch(a=this._isUTC?Mr:fr,e){case"year":t=a(this.year()+1,0,1)-1;break;case"quarter":t=a(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":t=a(this.year(),this.month()+1,1)-1;break;case"week":t=a(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":t=a(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":t=a(this.year(),this.month(),this.date()+1)-1;break;case"hour":t=this._d.valueOf(),t+=cr-hr(t+(this._isUTC?0:this.utcOffset()*_r),cr)-1;break;case"minute":t=this._d.valueOf(),t+=_r-hr(t,_r)-1;break;case"second":t=this._d.valueOf(),t+=ur-hr(t,ur)-1;break}return this._d.setTime(t),i.updateOffset(this,!0),this}function yr(){return this._d.valueOf()-6e4*(this._offset||0)}function Lr(){return Math.floor(this.valueOf()/1e3)}function vr(){return new Date(this.valueOf())}function Yr(){var e=this;return[e.year(),e.month(),e.date(),e.hour(),e.minute(),e.second(),e.millisecond()]}function br(){var e=this;return{years:e.year(),months:e.month(),date:e.date(),hours:e.hours(),minutes:e.minutes(),seconds:e.seconds(),milliseconds:e.milliseconds()}}function kr(){return this.isValid()?this.toISOString():null}function Dr(){return y(this)}function wr(){return f({},g(this))}function xr(){return g(this).overflow}function Tr(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}function Sr(e,t){var a,n,r,s=this._eras||ga("en")._eras;for(a=0,n=s.length;a<n;++a){switch(typeof s[a].since){case"string":r=i(s[a].since).startOf("day"),s[a].since=r.valueOf();break}switch(typeof s[a].until){case"undefined":s[a].until=1/0;break;case"string":r=i(s[a].until).startOf("day").valueOf(),s[a].until=r.valueOf();break}}return s}function Hr(e,t,a){var n,r,i,s,o,d=this.eras();for(e=e.toUpperCase(),n=0,r=d.length;n<r;++n)if(i=d[n].name.toUpperCase(),s=d[n].abbr.toUpperCase(),o=d[n].narrow.toUpperCase(),a)switch(t){case"N":case"NN":case"NNN":if(s===e)return d[n];break;case"NNNN":if(i===e)return d[n];break;case"NNNNN":if(o===e)return d[n];break}else if([i,s,o].indexOf(e)>=0)return d[n]}function jr(e,t){var a=e.since<=e.until?1:-1;return void 0===t?i(e.since).year():i(e.since).year()+(t-e.offset)*a}function Pr(){var e,t,a,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(a=this.clone().startOf("day").valueOf(),n[e].since<=a&&a<=n[e].until)return n[e].name;if(n[e].until<=a&&a<=n[e].since)return n[e].name}return""}function Or(){var e,t,a,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(a=this.clone().startOf("day").valueOf(),n[e].since<=a&&a<=n[e].until)return n[e].narrow;if(n[e].until<=a&&a<=n[e].since)return n[e].narrow}return""}function Ar(){var e,t,a,n=this.localeData().eras();for(e=0,t=n.length;e<t;++e){if(a=this.clone().startOf("day").valueOf(),n[e].since<=a&&a<=n[e].until)return n[e].abbr;if(n[e].until<=a&&a<=n[e].since)return n[e].abbr}return""}function Fr(){var e,t,a,n,r=this.localeData().eras();for(e=0,t=r.length;e<t;++e)if(a=r[e].since<=r[e].until?1:-1,n=this.clone().startOf("day").valueOf(),r[e].since<=n&&n<=r[e].until||r[e].until<=n&&n<=r[e].since)return(this.year()-i(r[e].since).year())*a+r[e].offset;return this.year()}function Wr(e){return l(this,"_erasNameRegex")||Vr.call(this),e?this._erasNameRegex:this._erasRegex}function Cr(e){return l(this,"_erasAbbrRegex")||Vr.call(this),e?this._erasAbbrRegex:this._erasRegex}function Er(e){return l(this,"_erasNarrowRegex")||Vr.call(this),e?this._erasNarrowRegex:this._erasRegex}function zr(e,t){return t.erasAbbrRegex(e)}function Ir(e,t){return t.erasNameRegex(e)}function Nr(e,t){return t.erasNarrowRegex(e)}function Rr(e,t){return t._eraYearOrdinalRegex||He}function Vr(){var e,t,a=[],n=[],r=[],i=[],s=this.eras();for(e=0,t=s.length;e<t;++e)n.push(ze(s[e].name)),a.push(ze(s[e].abbr)),r.push(ze(s[e].narrow)),i.push(ze(s[e].name)),i.push(ze(s[e].abbr)),i.push(ze(s[e].narrow));this._erasRegex=new RegExp("^("+i.join("|")+")","i"),this._erasNameRegex=new RegExp("^("+n.join("|")+")","i"),this._erasAbbrRegex=new RegExp("^("+a.join("|")+")","i"),this._erasNarrowRegex=new RegExp("^("+r.join("|")+")","i")}function Br(e,t){R(0,[e,e.length],0,t)}function Jr(e){return Zr.call(this,e,this.week(),this.weekday(),this.localeData()._week.dow,this.localeData()._week.doy)}function Ur(e){return Zr.call(this,e,this.isoWeek(),this.isoWeekday(),1,4)}function Gr(){return Dt(this.year(),1,4)}function qr(){return Dt(this.isoWeekYear(),1,4)}function $r(){var e=this.localeData()._week;return Dt(this.year(),e.dow,e.doy)}function Kr(){var e=this.localeData()._week;return Dt(this.weekYear(),e.dow,e.doy)}function Zr(e,t,a,n,r){var i;return null==e?kt(this,n,r).year:(i=Dt(e,n,r),t>i&&(t=i),Xr.call(this,e,t,a,n,r))}function Xr(e,t,a,n,r){var i=bt(e,t,a,n,r),s=vt(i.year,0,i.dayOfYear);return this.year(s.getUTCFullYear()),this.month(s.getUTCMonth()),this.date(s.getUTCDate()),this}function Qr(e){return null==e?Math.ceil((this.month()+1)/3):this.month(3*(e-1)+this.month()%3)}R("N",0,0,"eraAbbr"),R("NN",0,0,"eraAbbr"),R("NNN",0,0,"eraAbbr"),R("NNNN",0,0,"eraName"),R("NNNNN",0,0,"eraNarrow"),R("y",["y",1],"yo","eraYear"),R("y",["yy",2],0,"eraYear"),R("y",["yyy",3],0,"eraYear"),R("y",["yyyy",4],0,"eraYear"),We("N",zr),We("NN",zr),We("NNN",zr),We("NNNN",Ir),We("NNNNN",Nr),Ne(["N","NN","NNN","NNNN","NNNNN"],(function(e,t,a,n){var r=a._locale.erasParse(e,n,a._strict);r?g(a).era=r:g(a).invalidEra=e})),We("y",He),We("yy",He),We("yyy",He),We("yyyy",He),We("yo",Rr),Ne(["y","yy","yyy","yyyy"],Je),Ne(["yo"],(function(e,t,a,n){var r;a._locale._eraYearOrdinalRegex&&(r=e.match(a._locale._eraYearOrdinalRegex)),a._locale.eraYearOrdinalParse?t[Je]=a._locale.eraYearOrdinalParse(e,r):t[Je]=parseInt(e,10)})),R(0,["gg",2],0,(function(){return this.weekYear()%100})),R(0,["GG",2],0,(function(){return this.isoWeekYear()%100})),Br("gggg","weekYear"),Br("ggggg","weekYear"),Br("GGGG","isoWeekYear"),Br("GGGGG","isoWeekYear"),re("weekYear","gg"),re("isoWeekYear","GG"),de("weekYear",1),de("isoWeekYear",1),We("G",je),We("g",je),We("GG",ke,Le),We("gg",ke,Le),We("GGGG",Te,Ye),We("gggg",Te,Ye),We("GGGGG",Se,be),We("ggggg",Se,be),Re(["gggg","ggggg","GGGG","GGGGG"],(function(e,t,a,n){t[n.substr(0,2)]=ce(e)})),Re(["gg","GG"],(function(e,t,a,n){t[n]=i.parseTwoDigitYear(e)})),R("Q",0,"Qo","quarter"),re("quarter","Q"),de("quarter",7),We("Q",ye),Ne("Q",(function(e,t){t[Ue]=3*(ce(e)-1)})),R("D",["DD",2],"Do","date"),re("date","D"),de("date",9),We("D",ke),We("DD",ke,Le),We("Do",(function(e,t){return e?t._dayOfMonthOrdinalParse||t._ordinalParse:t._dayOfMonthOrdinalParseLenient})),Ne(["D","DD"],Ge),Ne("Do",(function(e,t){t[Ge]=ce(e.match(ke)[0])}));var ei=me("Date",!0);function ti(e){var t=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return null==e?t:this.add(e-t,"d")}R("DDD",["DDDD",3],"DDDo","dayOfYear"),re("dayOfYear","DDD"),de("dayOfYear",4),We("DDD",xe),We("DDDD",ve),Ne(["DDD","DDDD"],(function(e,t,a){a._dayOfYear=ce(e)})),R("m",["mm",2],0,"minute"),re("minute","m"),de("minute",14),We("m",ke),We("mm",ke,Le),Ne(["m","mm"],$e);var ai=me("Minutes",!1);R("s",["ss",2],0,"second"),re("second","s"),de("second",15),We("s",ke),We("ss",ke,Le),Ne(["s","ss"],Ke);var ni,ri,ii=me("Seconds",!1);for(R("S",0,0,(function(){return~~(this.millisecond()/100)})),R(0,["SS",2],0,(function(){return~~(this.millisecond()/10)})),R(0,["SSS",3],0,"millisecond"),R(0,["SSSS",4],0,(function(){return 10*this.millisecond()})),R(0,["SSSSS",5],0,(function(){return 100*this.millisecond()})),R(0,["SSSSSS",6],0,(function(){return 1e3*this.millisecond()})),R(0,["SSSSSSS",7],0,(function(){return 1e4*this.millisecond()})),R(0,["SSSSSSSS",8],0,(function(){return 1e5*this.millisecond()})),R(0,["SSSSSSSSS",9],0,(function(){return 1e6*this.millisecond()})),re("millisecond","ms"),de("millisecond",16),We("S",xe,ye),We("SS",xe,Le),We("SSS",xe,ve),ni="SSSS";ni.length<=9;ni+="S")We(ni,He);function si(e,t){t[Ze]=ce(1e3*("0."+e))}for(ni="S";ni.length<=9;ni+="S")Ne(ni,si);function oi(){return this._isUTC?"UTC":""}function di(){return this._isUTC?"Coordinated Universal Time":""}ri=me("Milliseconds",!1),R("z",0,0,"zoneAbbr"),R("zz",0,0,"zoneName");var li=k.prototype;function ui(e){return $a(1e3*e)}function _i(){return $a.apply(null,arguments).parseZone()}function ci(e){return e}li.add=Fn,li.calendar=Vn,li.clone=Bn,li.diff=Zn,li.endOf=gr,li.format=ar,li.from=nr,li.fromNow=rr,li.to=ir,li.toNow=sr,li.get=Me,li.invalidAt=xr,li.isAfter=Jn,li.isBefore=Un,li.isBetween=Gn,li.isSame=qn,li.isSameOrAfter=$n,li.isSameOrBefore=Kn,li.isValid=Dr,li.lang=dr,li.locale=or,li.localeData=lr,li.max=Za,li.min=Ka,li.parsingFlags=wr,li.set=pe,li.startOf=pr,li.subtract=Wn,li.toArray=Yr,li.toObject=br,li.toDate=vr,li.toISOString=er,li.inspect=tr,"undefined"!==typeof Symbol&&null!=Symbol.for&&(li[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}),li.toJSON=kr,li.toString=Qn,li.unix=Lr,li.valueOf=yr,li.creationData=Tr,li.eraName=Pr,li.eraNarrow=Or,li.eraAbbr=Ar,li.eraYear=Fr,li.year=gt,li.isLeapYear=yt,li.weekYear=Jr,li.isoWeekYear=Ur,li.quarter=li.quarters=Qr,li.month=ct,li.daysInMonth=mt,li.week=li.weeks=Ht,li.isoWeek=li.isoWeeks=jt,li.weeksInYear=$r,li.weeksInWeekYear=Kr,li.isoWeeksInYear=Gr,li.isoWeeksInISOWeekYear=qr,li.date=ei,li.day=li.days=Ut,li.weekday=Gt,li.isoWeekday=qt,li.dayOfYear=ti,li.hour=li.hours=ia,li.minute=li.minutes=ai,li.second=li.seconds=ii,li.millisecond=li.milliseconds=ri,li.utcOffset=Mn,li.utc=gn,li.local=yn,li.parseZone=Ln,li.hasAlignedHourOffset=vn,li.isDST=Yn,li.isLocal=kn,li.isUtcOffset=Dn,li.isUtc=wn,li.isUTC=wn,li.zoneAbbr=oi,li.zoneName=di,li.dates=x("dates accessor is deprecated. Use date instead.",ei),li.months=x("months accessor is deprecated. Use month instead",ct),li.years=x("years accessor is deprecated. Use year instead",gt),li.zone=x("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",pn),li.isDSTShifted=x("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",bn);var mi=A.prototype;function hi(e,t,a,n){var r=ga(),i=M().set(n,t);return r[a](i,e)}function fi(e,t,a){if(c(e)&&(t=e,e=void 0),e=e||"",null!=t)return hi(e,t,a,"month");var n,r=[];for(n=0;n<12;n++)r[n]=hi(e,n,a,"month");return r}function Mi(e,t,a,n){"boolean"===typeof e?(c(t)&&(a=t,t=void 0),t=t||""):(t=e,a=t,e=!1,c(t)&&(a=t,t=void 0),t=t||"");var r,i=ga(),s=e?i._week.dow:0,o=[];if(null!=a)return hi(t,(a+s)%7,n,"day");for(r=0;r<7;r++)o[r]=hi(t,(r+s)%7,n,"day");return o}function pi(e,t){return fi(e,t,"months")}function gi(e,t){return fi(e,t,"monthsShort")}function yi(e,t,a){return Mi(e,t,a,"weekdays")}function Li(e,t,a){return Mi(e,t,a,"weekdaysShort")}function vi(e,t,a){return Mi(e,t,a,"weekdaysMin")}mi.calendar=W,mi.longDateFormat=q,mi.invalidDate=K,mi.ordinal=Q,mi.preparse=ci,mi.postformat=ci,mi.relativeTime=te,mi.pastFuture=ae,mi.set=P,mi.eras=Sr,mi.erasParse=Hr,mi.erasConvertYear=jr,mi.erasAbbrRegex=Cr,mi.erasNameRegex=Wr,mi.erasNarrowRegex=Er,mi.months=ot,mi.monthsShort=dt,mi.monthsParse=ut,mi.monthsRegex=ft,mi.monthsShortRegex=ht,mi.week=wt,mi.firstDayOfYear=St,mi.firstDayOfWeek=Tt,mi.weekdays=Nt,mi.weekdaysMin=Vt,mi.weekdaysShort=Rt,mi.weekdaysParse=Jt,mi.weekdaysRegex=$t,mi.weekdaysShortRegex=Kt,mi.weekdaysMinRegex=Zt,mi.isPM=na,mi.meridiem=sa,fa("en",{eras:[{since:"0001-01-01",until:1/0,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-1/0,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,a=1===ce(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a}}),i.lang=x("moment.lang is deprecated. Use moment.locale instead.",fa),i.langData=x("moment.langData is deprecated. Use moment.localeData instead.",ga);var Yi=Math.abs;function bi(){var e=this._data;return this._milliseconds=Yi(this._milliseconds),this._days=Yi(this._days),this._months=Yi(this._months),e.milliseconds=Yi(e.milliseconds),e.seconds=Yi(e.seconds),e.minutes=Yi(e.minutes),e.hours=Yi(e.hours),e.months=Yi(e.months),e.years=Yi(e.years),this}function ki(e,t,a,n){var r=Sn(t,a);return e._milliseconds+=n*r._milliseconds,e._days+=n*r._days,e._months+=n*r._months,e._bubble()}function Di(e,t){return ki(this,e,t,1)}function wi(e,t){return ki(this,e,t,-1)}function xi(e){return e<0?Math.floor(e):Math.ceil(e)}function Ti(){var e,t,a,n,r,i=this._milliseconds,s=this._days,o=this._months,d=this._data;return i>=0&&s>=0&&o>=0||i<=0&&s<=0&&o<=0||(i+=864e5*xi(Hi(o)+s),s=0,o=0),d.milliseconds=i%1e3,e=_e(i/1e3),d.seconds=e%60,t=_e(e/60),d.minutes=t%60,a=_e(t/60),d.hours=a%24,s+=_e(a/24),r=_e(Si(s)),o+=r,s-=xi(Hi(r)),n=_e(o/12),o%=12,d.days=s,d.months=o,d.years=n,this}function Si(e){return 4800*e/146097}function Hi(e){return 146097*e/4800}function ji(e){if(!this.isValid())return NaN;var t,a,n=this._milliseconds;if(e=ie(e),"month"===e||"quarter"===e||"year"===e)switch(t=this._days+n/864e5,a=this._months+Si(t),e){case"month":return a;case"quarter":return a/3;case"year":return a/12}else switch(t=this._days+Math.round(Hi(this._months)),e){case"week":return t/7+n/6048e5;case"day":return t+n/864e5;case"hour":return 24*t+n/36e5;case"minute":return 1440*t+n/6e4;case"second":return 86400*t+n/1e3;case"millisecond":return Math.floor(864e5*t)+n;default:throw new Error("Unknown unit "+e)}}function Pi(){return this.isValid()?this._milliseconds+864e5*this._days+this._months%12*2592e6+31536e6*ce(this._months/12):NaN}function Oi(e){return function(){return this.as(e)}}var Ai=Oi("ms"),Fi=Oi("s"),Wi=Oi("m"),Ci=Oi("h"),Ei=Oi("d"),zi=Oi("w"),Ii=Oi("M"),Ni=Oi("Q"),Ri=Oi("y");function Vi(){return Sn(this)}function Bi(e){return e=ie(e),this.isValid()?this[e+"s"]():NaN}function Ji(e){return function(){return this.isValid()?this._data[e]:NaN}}var Ui=Ji("milliseconds"),Gi=Ji("seconds"),qi=Ji("minutes"),$i=Ji("hours"),Ki=Ji("days"),Zi=Ji("months"),Xi=Ji("years");function Qi(){return _e(this.days()/7)}var es=Math.round,ts={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function as(e,t,a,n,r){return r.relativeTime(t||1,!!a,e,n)}function ns(e,t,a,n){var r=Sn(e).abs(),i=es(r.as("s")),s=es(r.as("m")),o=es(r.as("h")),d=es(r.as("d")),l=es(r.as("M")),u=es(r.as("w")),_=es(r.as("y")),c=i<=a.ss&&["s",i]||i<a.s&&["ss",i]||s<=1&&["m"]||s<a.m&&["mm",s]||o<=1&&["h"]||o<a.h&&["hh",o]||d<=1&&["d"]||d<a.d&&["dd",d];return null!=a.w&&(c=c||u<=1&&["w"]||u<a.w&&["ww",u]),c=c||l<=1&&["M"]||l<a.M&&["MM",l]||_<=1&&["y"]||["yy",_],c[2]=t,c[3]=+e>0,c[4]=n,as.apply(null,c)}function rs(e){return void 0===e?es:"function"===typeof e&&(es=e,!0)}function is(e,t){return void 0!==ts[e]&&(void 0===t?ts[e]:(ts[e]=t,"s"===e&&(ts.ss=t-1),!0))}function ss(e,t){if(!this.isValid())return this.localeData().invalidDate();var a,n,r=!1,i=ts;return"object"===typeof e&&(t=e,e=!1),"boolean"===typeof e&&(r=e),"object"===typeof t&&(i=Object.assign({},ts,t),null!=t.s&&null==t.ss&&(i.ss=t.s-1)),a=this.localeData(),n=ns(this,!r,i,a),r&&(n=a.pastFuture(+this,n)),a.postformat(n)}var os=Math.abs;function ds(e){return(e>0)-(e<0)||+e}function ls(){if(!this.isValid())return this.localeData().invalidDate();var e,t,a,n,r,i,s,o,d=os(this._milliseconds)/1e3,l=os(this._days),u=os(this._months),_=this.asSeconds();return _?(e=_e(d/60),t=_e(e/60),d%=60,e%=60,a=_e(u/12),u%=12,n=d?d.toFixed(3).replace(/\.?0+$/,""):"",r=_<0?"-":"",i=ds(this._months)!==ds(_)?"-":"",s=ds(this._days)!==ds(_)?"-":"",o=ds(this._milliseconds)!==ds(_)?"-":"",r+"P"+(a?i+a+"Y":"")+(u?i+u+"M":"")+(l?s+l+"D":"")+(t||e||d?"T":"")+(t?o+t+"H":"")+(e?o+e+"M":"")+(d?o+n+"S":"")):"P0D"}var us=on.prototype;return us.isValid=rn,us.abs=bi,us.add=Di,us.subtract=wi,us.as=ji,us.asMilliseconds=Ai,us.asSeconds=Fi,us.asMinutes=Wi,us.asHours=Ci,us.asDays=Ei,us.asWeeks=zi,us.asMonths=Ii,us.asQuarters=Ni,us.asYears=Ri,us.valueOf=Pi,us._bubble=Ti,us.clone=Vi,us.get=Bi,us.milliseconds=Ui,us.seconds=Gi,us.minutes=qi,us.hours=$i,us.days=Ki,us.weeks=Qi,us.months=Zi,us.years=Xi,us.humanize=ss,us.toISOString=ls,us.toString=ls,us.toJSON=ls,us.locale=or,us.localeData=lr,us.toIsoString=x("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",ls),us.lang=dr,R("X",0,0,"unix"),R("x",0,0,"valueOf"),We("x",je),We("X",Ae),Ne("X",(function(e,t,a){a._d=new Date(1e3*parseFloat(e))})),Ne("x",(function(e,t,a){a._d=new Date(ce(e))})),
241
- //! moment.js
242
- i.version="2.29.1",s($a),i.fn=li,i.min=Qa,i.max=en,i.now=tn,i.utc=M,i.unix=ui,i.months=pi,i.isDate=m,i.locale=fa,i.invalid=L,i.duration=Sn,i.isMoment=D,i.weekdays=yi,i.parseZone=_i,i.localeData=ga,i.isDuration=dn,i.monthsShort=gi,i.weekdaysMin=vi,i.defineLocale=Ma,i.updateLocale=pa,i.locales=ya,i.weekdaysShort=Li,i.normalizeUnits=ie,i.relativeTimeRounding=rs,i.relativeTimeThreshold=is,i.calendarFormat=Rn,i.prototype=li,i.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"},i}))}).call(this,a("62e4")(e))},c7aa:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
243
- //! moment.js locale configuration
244
- var t=e.defineLocale("he",{months:"ינואר_פברואר_מרץ_אפריל_מאי_יוני_יולי_אוגוסט_ספטמבר_אוקטובר_נובמבר_דצמבר".split("_"),monthsShort:"ינו׳_פבר׳_מרץ_אפר׳_מאי_יוני_יולי_אוג׳_ספט׳_אוק׳_נוב׳_דצמ׳".split("_"),weekdays:"ראשון_שני_שלישי_רביעי_חמישי_שישי_שבת".split("_"),weekdaysShort:"א׳_ב׳_ג׳_ד׳_ה׳_ו׳_ש׳".split("_"),weekdaysMin:"א_ב_ג_ד_ה_ו_ש".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [ב]MMMM YYYY",LLL:"D [ב]MMMM YYYY HH:mm",LLLL:"dddd, D [ב]MMMM YYYY HH:mm",l:"D/M/YYYY",ll:"D MMM YYYY",lll:"D MMM YYYY HH:mm",llll:"ddd, D MMM YYYY HH:mm"},calendar:{sameDay:"[היום ב־]LT",nextDay:"[מחר ב־]LT",nextWeek:"dddd [בשעה] LT",lastDay:"[אתמול ב־]LT",lastWeek:"[ביום] dddd [האחרון בשעה] LT",sameElse:"L"},relativeTime:{future:"בעוד %s",past:"לפני %s",s:"מספר שניות",ss:"%d שניות",m:"דקה",mm:"%d דקות",h:"שעה",hh:function(e){return 2===e?"שעתיים":e+" שעות"},d:"יום",dd:function(e){return 2===e?"יומיים":e+" ימים"},M:"חודש",MM:function(e){return 2===e?"חודשיים":e+" חודשים"},y:"שנה",yy:function(e){return 2===e?"שנתיים":e%10===0&&10!==e?e+" שנה":e+" שנים"}},meridiemParse:/אחה"צ|לפנה"צ|אחרי הצהריים|לפני הצהריים|לפנות בוקר|בבוקר|בערב/i,isPM:function(e){return/^(אחה"צ|אחרי הצהריים|בערב)$/.test(e)},meridiem:function(e,t,a){return e<5?"לפנות בוקר":e<10?"בבוקר":e<12?a?'לפנה"צ':"לפני הצהריים":e<18?a?'אחה"צ':"אחרי הצהריים":"בערב"}});return t}))},c8f3:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
245
- //! moment.js locale configuration
246
- var t=e.defineLocale("sq",{months:"Janar_Shkurt_Mars_Prill_Maj_Qershor_Korrik_Gusht_Shtator_Tetor_Nëntor_Dhjetor".split("_"),monthsShort:"Jan_Shk_Mar_Pri_Maj_Qer_Kor_Gus_Sht_Tet_Nën_Dhj".split("_"),weekdays:"E Diel_E Hënë_E Martë_E Mërkurë_E Enjte_E Premte_E Shtunë".split("_"),weekdaysShort:"Die_Hën_Mar_Mër_Enj_Pre_Sht".split("_"),weekdaysMin:"D_H_Ma_Më_E_P_Sh".split("_"),weekdaysParseExact:!0,meridiemParse:/PD|MD/,isPM:function(e){return"M"===e.charAt(0)},meridiem:function(e,t,a){return e<12?"PD":"MD"},longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[Sot në] LT",nextDay:"[Nesër në] LT",nextWeek:"dddd [në] LT",lastDay:"[Dje në] LT",lastWeek:"dddd [e kaluar në] LT",sameElse:"L"},relativeTime:{future:"në %s",past:"%s më parë",s:"disa sekonda",ss:"%d sekonda",m:"një minutë",mm:"%d minuta",h:"një orë",hh:"%d orë",d:"një ditë",dd:"%d ditë",M:"një muaj",MM:"%d muaj",y:"një vit",yy:"%d vite"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))},cf1e:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
247
- //! moment.js locale configuration
248
- var t={words:{ss:["sekunda","sekunde","sekundi"],m:["jedan minut","jedne minute"],mm:["minut","minute","minuta"],h:["jedan sat","jednog sata"],hh:["sat","sata","sati"],dd:["dan","dana","dana"],MM:["mesec","meseca","meseci"],yy:["godina","godine","godina"]},correctGrammaticalCase:function(e,t){return 1===e?t[0]:e>=2&&e<=4?t[1]:t[2]},translate:function(e,a,n){var r=t.words[n];return 1===n.length?a?r[0]:r[1]:e+" "+t.correctGrammaticalCase(e,r)}},a=e.defineLocale("sr",{months:"januar_februar_mart_april_maj_jun_jul_avgust_septembar_oktobar_novembar_decembar".split("_"),monthsShort:"jan._feb._mar._apr._maj_jun_jul_avg._sep._okt._nov._dec.".split("_"),monthsParseExact:!0,weekdays:"nedelja_ponedeljak_utorak_sreda_četvrtak_petak_subota".split("_"),weekdaysShort:"ned._pon._uto._sre._čet._pet._sub.".split("_"),weekdaysMin:"ne_po_ut_sr_če_pe_su".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"D. M. YYYY.",LL:"D. MMMM YYYY.",LLL:"D. MMMM YYYY. H:mm",LLLL:"dddd, D. MMMM YYYY. H:mm"},calendar:{sameDay:"[danas u] LT",nextDay:"[sutra u] LT",nextWeek:function(){switch(this.day()){case 0:return"[u] [nedelju] [u] LT";case 3:return"[u] [sredu] [u] LT";case 6:return"[u] [subotu] [u] LT";case 1:case 2:case 4:case 5:return"[u] dddd [u] LT"}},lastDay:"[juče u] LT",lastWeek:function(){var e=["[prošle] [nedelje] [u] LT","[prošlog] [ponedeljka] [u] LT","[prošlog] [utorka] [u] LT","[prošle] [srede] [u] LT","[prošlog] [četvrtka] [u] LT","[prošlog] [petka] [u] LT","[prošle] [subote] [u] LT"];return e[this.day()]},sameElse:"L"},relativeTime:{future:"za %s",past:"pre %s",s:"nekoliko sekundi",ss:t.translate,m:t.translate,mm:t.translate,h:t.translate,hh:t.translate,d:"dan",dd:t.translate,M:"mesec",MM:t.translate,y:"godinu",yy:t.translate},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:7}});return a}))},cf51:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
249
- //! moment.js locale configuration
250
- var t=e.defineLocale("tzl",{months:"Januar_Fevraglh_Març_Avrïu_Mai_Gün_Julia_Guscht_Setemvar_Listopäts_Noemvar_Zecemvar".split("_"),monthsShort:"Jan_Fev_Mar_Avr_Mai_Gün_Jul_Gus_Set_Lis_Noe_Zec".split("_"),weekdays:"Súladi_Lúneçi_Maitzi_Márcuri_Xhúadi_Viénerçi_Sáturi".split("_"),weekdaysShort:"Súl_Lún_Mai_Már_Xhú_Vié_Sát".split("_"),weekdaysMin:"Sú_Lú_Ma_Má_Xh_Vi_Sá".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD.MM.YYYY",LL:"D. MMMM [dallas] YYYY",LLL:"D. MMMM [dallas] YYYY HH.mm",LLLL:"dddd, [li] D. MMMM [dallas] YYYY HH.mm"},meridiemParse:/d\'o|d\'a/i,isPM:function(e){return"d'o"===e.toLowerCase()},meridiem:function(e,t,a){return e>11?a?"d'o":"D'O":a?"d'a":"D'A"},calendar:{sameDay:"[oxhi à] LT",nextDay:"[demà à] LT",nextWeek:"dddd [à] LT",lastDay:"[ieiri à] LT",lastWeek:"[sür el] dddd [lasteu à] LT",sameElse:"L"},relativeTime:{future:"osprei %s",past:"ja%s",s:a,ss:a,m:a,mm:a,h:a,hh:a,d:a,dd:a,M:a,MM:a,y:a,yy:a},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});function a(e,t,a,n){var r={s:["viensas secunds","'iensas secunds"],ss:[e+" secunds",e+" secunds"],m:["'n míut","'iens míut"],mm:[e+" míuts",e+" míuts"],h:["'n þora","'iensa þora"],hh:[e+" þoras",e+" þoras"],d:["'n ziua","'iensa ziua"],dd:[e+" ziuas",e+" ziuas"],M:["'n mes","'iens mes"],MM:[e+" mesen",e+" mesen"],y:["'n ar","'iens ar"],yy:[e+" ars",e+" ars"]};return n||t?r[a][0]:r[a][1]}return t}))},cf75:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
251
- //! moment.js locale configuration
252
- var t="pagh_wa’_cha’_wej_loS_vagh_jav_Soch_chorgh_Hut".split("_");function a(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"leS":-1!==e.indexOf("jar")?t.slice(0,-3)+"waQ":-1!==e.indexOf("DIS")?t.slice(0,-3)+"nem":t+" pIq",t}function n(e){var t=e;return t=-1!==e.indexOf("jaj")?t.slice(0,-3)+"Hu’":-1!==e.indexOf("jar")?t.slice(0,-3)+"wen":-1!==e.indexOf("DIS")?t.slice(0,-3)+"ben":t+" ret",t}function r(e,t,a,n){var r=i(e);switch(a){case"ss":return r+" lup";case"mm":return r+" tup";case"hh":return r+" rep";case"dd":return r+" jaj";case"MM":return r+" jar";case"yy":return r+" DIS"}}function i(e){var a=Math.floor(e%1e3/100),n=Math.floor(e%100/10),r=e%10,i="";return a>0&&(i+=t[a]+"vatlh"),n>0&&(i+=(""!==i?" ":"")+t[n]+"maH"),r>0&&(i+=(""!==i?" ":"")+t[r]),""===i?"pagh":i}var s=e.defineLocale("tlh",{months:"tera’ jar wa’_tera’ jar cha’_tera’ jar wej_tera’ jar loS_tera’ jar vagh_tera’ jar jav_tera’ jar Soch_tera’ jar chorgh_tera’ jar Hut_tera’ jar wa’maH_tera’ jar wa’maH wa’_tera’ jar wa’maH cha’".split("_"),monthsShort:"jar wa’_jar cha’_jar wej_jar loS_jar vagh_jar jav_jar Soch_jar chorgh_jar Hut_jar wa’maH_jar wa’maH wa’_jar wa’maH cha’".split("_"),monthsParseExact:!0,weekdays:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysShort:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),weekdaysMin:"lojmItjaj_DaSjaj_povjaj_ghItlhjaj_loghjaj_buqjaj_ghInjaj".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[DaHjaj] LT",nextDay:"[wa’leS] LT",nextWeek:"LLL",lastDay:"[wa’Hu’] LT",lastWeek:"LLL",sameElse:"L"},relativeTime:{future:a,past:n,s:"puS lup",ss:r,m:"wa’ tup",mm:r,h:"wa’ rep",hh:r,d:"wa’ jaj",dd:r,M:"wa’ jar",MM:r,y:"wa’ DIS",yy:r},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return s}))},d26a:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
253
- //! moment.js locale configuration
254
- var t={1:"༡",2:"༢",3:"༣",4:"༤",5:"༥",6:"༦",7:"༧",8:"༨",9:"༩",0:"༠"},a={"༡":"1","༢":"2","༣":"3","༤":"4","༥":"5","༦":"6","༧":"7","༨":"8","༩":"9","༠":"0"},n=e.defineLocale("bo",{months:"ཟླ་བ་དང་པོ_ཟླ་བ་གཉིས་པ_ཟླ་བ་གསུམ་པ_ཟླ་བ་བཞི་པ_ཟླ་བ་ལྔ་པ_ཟླ་བ་དྲུག་པ_ཟླ་བ་བདུན་པ_ཟླ་བ་བརྒྱད་པ_ཟླ་བ་དགུ་པ_ཟླ་བ་བཅུ་པ_ཟླ་བ་བཅུ་གཅིག་པ_ཟླ་བ་བཅུ་གཉིས་པ".split("_"),monthsShort:"ཟླ་1_ཟླ་2_ཟླ་3_ཟླ་4_ཟླ་5_ཟླ་6_ཟླ་7_ཟླ་8_ཟླ་9_ཟླ་10_ཟླ་11_ཟླ་12".split("_"),monthsShortRegex:/^(ཟླ་\d{1,2})/,monthsParseExact:!0,weekdays:"གཟའ་ཉི་མ་_གཟའ་ཟླ་བ་_གཟའ་མིག་དམར་_གཟའ་ལྷག་པ་_གཟའ་ཕུར་བུ_གཟའ་པ་སངས་_གཟའ་སྤེན་པ་".split("_"),weekdaysShort:"ཉི་མ་_ཟླ་བ་_མིག་དམར་_ལྷག་པ་_ཕུར་བུ_པ་སངས་_སྤེན་པ་".split("_"),weekdaysMin:"ཉི_ཟླ_མིག_ལྷག_ཕུར_སངས_སྤེན".split("_"),longDateFormat:{LT:"A h:mm",LTS:"A h:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm",LLLL:"dddd, D MMMM YYYY, A h:mm"},calendar:{sameDay:"[དི་རིང] LT",nextDay:"[སང་ཉིན] LT",nextWeek:"[བདུན་ཕྲག་རྗེས་མ], LT",lastDay:"[ཁ་སང] LT",lastWeek:"[བདུན་ཕྲག་མཐའ་མ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ལ་",past:"%s སྔན་ལ",s:"ལམ་སང",ss:"%d སྐར་ཆ།",m:"སྐར་མ་གཅིག",mm:"%d སྐར་མ",h:"ཆུ་ཚོད་གཅིག",hh:"%d ཆུ་ཚོད",d:"ཉིན་གཅིག",dd:"%d ཉིན་",M:"ཟླ་བ་གཅིག",MM:"%d ཟླ་བ",y:"ལོ་གཅིག",yy:"%d ལོ"},preparse:function(e){return e.replace(/[༡༢༣༤༥༦༧༨༩༠]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/མཚན་མོ|ཞོགས་ཀས|ཉིན་གུང|དགོང་དག|མཚན་མོ/,meridiemHour:function(e,t){return 12===e&&(e=0),"མཚན་མོ"===t&&e>=4||"ཉིན་གུང"===t&&e<5||"དགོང་དག"===t?e+12:e},meridiem:function(e,t,a){return e<4?"མཚན་མོ":e<10?"ཞོགས་ཀས":e<17?"ཉིན་གུང":e<20?"དགོང་དག":"མཚན་མོ"},week:{dow:0,doy:6}});return n}))},d2d4:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
255
- //! moment.js locale configuration
256
- var t=e.defineLocale("pt-br",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"domingo_segunda-feira_terça-feira_quarta-feira_quinta-feira_sexta-feira_sábado".split("_"),weekdaysShort:"dom_seg_ter_qua_qui_sex_sáb".split("_"),weekdaysMin:"do_2ª_3ª_4ª_5ª_6ª_sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY [às] HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY [às] HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"poucos segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",invalidDate:"Data inválida"});return t}))},d69a:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
257
- //! moment.js locale configuration
258
- var t=e.defineLocale("fil",{months:"Enero_Pebrero_Marso_Abril_Mayo_Hunyo_Hulyo_Agosto_Setyembre_Oktubre_Nobyembre_Disyembre".split("_"),monthsShort:"Ene_Peb_Mar_Abr_May_Hun_Hul_Ago_Set_Okt_Nob_Dis".split("_"),weekdays:"Linggo_Lunes_Martes_Miyerkules_Huwebes_Biyernes_Sabado".split("_"),weekdaysShort:"Lin_Lun_Mar_Miy_Huw_Biy_Sab".split("_"),weekdaysMin:"Li_Lu_Ma_Mi_Hu_Bi_Sab".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"MM/D/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY HH:mm",LLLL:"dddd, MMMM DD, YYYY HH:mm"},calendar:{sameDay:"LT [ngayong araw]",nextDay:"[Bukas ng] LT",nextWeek:"LT [sa susunod na] dddd",lastDay:"LT [kahapon]",lastWeek:"LT [noong nakaraang] dddd",sameElse:"L"},relativeTime:{future:"sa loob ng %s",past:"%s ang nakalipas",s:"ilang segundo",ss:"%d segundo",m:"isang minuto",mm:"%d minuto",h:"isang oras",hh:"%d oras",d:"isang araw",dd:"%d araw",M:"isang buwan",MM:"%d buwan",y:"isang taon",yy:"%d taon"},dayOfMonthOrdinalParse:/\d{1,2}/,ordinal:function(e){return e},week:{dow:1,doy:4}});return t}))},d6b6:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
259
- //! moment.js locale configuration
260
- var t=e.defineLocale("hy-am",{months:{format:"հունվարի_փետրվարի_մարտի_ապրիլի_մայիսի_հունիսի_հուլիսի_օգոստոսի_սեպտեմբերի_հոկտեմբերի_նոյեմբերի_դեկտեմբերի".split("_"),standalone:"հունվար_փետրվար_մարտ_ապրիլ_մայիս_հունիս_հուլիս_օգոստոս_սեպտեմբեր_հոկտեմբեր_նոյեմբեր_դեկտեմբեր".split("_")},monthsShort:"հնվ_փտր_մրտ_ապր_մյս_հնս_հլս_օգս_սպտ_հկտ_նմբ_դկտ".split("_"),weekdays:"կիրակի_երկուշաբթի_երեքշաբթի_չորեքշաբթի_հինգշաբթի_ուրբաթ_շաբաթ".split("_"),weekdaysShort:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),weekdaysMin:"կրկ_երկ_երք_չրք_հնգ_ուրբ_շբթ".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY թ.",LLL:"D MMMM YYYY թ., HH:mm",LLLL:"dddd, D MMMM YYYY թ., HH:mm"},calendar:{sameDay:"[այսօր] LT",nextDay:"[վաղը] LT",lastDay:"[երեկ] LT",nextWeek:function(){return"dddd [օրը ժամը] LT"},lastWeek:function(){return"[անցած] dddd [օրը ժամը] LT"},sameElse:"L"},relativeTime:{future:"%s հետո",past:"%s առաջ",s:"մի քանի վայրկյան",ss:"%d վայրկյան",m:"րոպե",mm:"%d րոպե",h:"ժամ",hh:"%d ժամ",d:"օր",dd:"%d օր",M:"ամիս",MM:"%d ամիս",y:"տարի",yy:"%d տարի"},meridiemParse:/գիշերվա|առավոտվա|ցերեկվա|երեկոյան/,isPM:function(e){return/^(ցերեկվա|երեկոյան)$/.test(e)},meridiem:function(e){return e<4?"գիշերվա":e<12?"առավոտվա":e<17?"ցերեկվա":"երեկոյան"},dayOfMonthOrdinalParse:/\d{1,2}|\d{1,2}-(ին|րդ)/,ordinal:function(e,t){switch(t){case"DDD":case"w":case"W":case"DDDo":return 1===e?e+"-ին":e+"-րդ";default:return e}},week:{dow:1,doy:7}});return t}))},d716:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
261
- //! moment.js locale configuration
262
- var t=e.defineLocale("ca",{months:{standalone:"gener_febrer_març_abril_maig_juny_juliol_agost_setembre_octubre_novembre_desembre".split("_"),format:"de gener_de febrer_de març_d'abril_de maig_de juny_de juliol_d'agost_de setembre_d'octubre_de novembre_de desembre".split("_"),isFormat:/D[oD]?(\s)+MMMM/},monthsShort:"gen._febr._març_abr._maig_juny_jul._ag._set._oct._nov._des.".split("_"),monthsParseExact:!0,weekdays:"diumenge_dilluns_dimarts_dimecres_dijous_divendres_dissabte".split("_"),weekdaysShort:"dg._dl._dt._dc._dj._dv._ds.".split("_"),weekdaysMin:"dg_dl_dt_dc_dj_dv_ds".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM [de] YYYY",ll:"D MMM YYYY",LLL:"D MMMM [de] YYYY [a les] H:mm",lll:"D MMM YYYY, H:mm",LLLL:"dddd D MMMM [de] YYYY [a les] H:mm",llll:"ddd D MMM YYYY, H:mm"},calendar:{sameDay:function(){return"[avui a "+(1!==this.hours()?"les":"la")+"] LT"},nextDay:function(){return"[demà a "+(1!==this.hours()?"les":"la")+"] LT"},nextWeek:function(){return"dddd [a "+(1!==this.hours()?"les":"la")+"] LT"},lastDay:function(){return"[ahir a "+(1!==this.hours()?"les":"la")+"] LT"},lastWeek:function(){return"[el] dddd [passat a "+(1!==this.hours()?"les":"la")+"] LT"},sameElse:"L"},relativeTime:{future:"d'aquí %s",past:"fa %s",s:"uns segons",ss:"%d segons",m:"un minut",mm:"%d minuts",h:"una hora",hh:"%d hores",d:"un dia",dd:"%d dies",M:"un mes",MM:"%d mesos",y:"un any",yy:"%d anys"},dayOfMonthOrdinalParse:/\d{1,2}(r|n|t|è|a)/,ordinal:function(e,t){var a=1===e?"r":2===e?"n":3===e?"r":4===e?"t":"è";return"w"!==t&&"W"!==t||(a="a"),e+a},week:{dow:1,doy:4}});return t}))},d9f8:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
263
- //! moment.js locale configuration
264
- var t=e.defineLocale("fr-ca",{months:"janvier_février_mars_avril_mai_juin_juillet_août_septembre_octobre_novembre_décembre".split("_"),monthsShort:"janv._févr._mars_avr._mai_juin_juil._août_sept._oct._nov._déc.".split("_"),monthsParseExact:!0,weekdays:"dimanche_lundi_mardi_mercredi_jeudi_vendredi_samedi".split("_"),weekdaysShort:"dim._lun._mar._mer._jeu._ven._sam.".split("_"),weekdaysMin:"di_lu_ma_me_je_ve_sa".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"YYYY-MM-DD",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Aujourd’hui à] LT",nextDay:"[Demain à] LT",nextWeek:"dddd [à] LT",lastDay:"[Hier à] LT",lastWeek:"dddd [dernier à] LT",sameElse:"L"},relativeTime:{future:"dans %s",past:"il y a %s",s:"quelques secondes",ss:"%d secondes",m:"une minute",mm:"%d minutes",h:"une heure",hh:"%d heures",d:"un jour",dd:"%d jours",M:"un mois",MM:"%d mois",y:"un an",yy:"%d ans"},dayOfMonthOrdinalParse:/\d{1,2}(er|e)/,ordinal:function(e,t){switch(t){default:case"M":case"Q":case"D":case"DDD":case"d":return e+(1===e?"er":"e");case"w":case"W":return e+(1===e?"re":"e")}}});return t}))},db29:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
265
- //! moment.js locale configuration
266
- var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),a="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,i=e.defineLocale("nl-be",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return i}))},dc4d:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
267
- //! moment.js locale configuration
268
- var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},a={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},n=[/^जन/i,/^फ़र|फर/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सितं|सित/i,/^अक्टू/i,/^नव|नवं/i,/^दिसं|दिस/i],r=[/^जन/i,/^फ़र/i,/^मार्च/i,/^अप्रै/i,/^मई/i,/^जून/i,/^जुल/i,/^अग/i,/^सित/i,/^अक्टू/i,/^नव/i,/^दिस/i],i=e.defineLocale("hi",{months:{format:"जनवरी_फ़रवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितम्बर_अक्टूबर_नवम्बर_दिसम्बर".split("_"),standalone:"जनवरी_फरवरी_मार्च_अप्रैल_मई_जून_जुलाई_अगस्त_सितंबर_अक्टूबर_नवंबर_दिसंबर".split("_")},monthsShort:"जन._फ़र._मार्च_अप्रै._मई_जून_जुल._अग._सित._अक्टू._नव._दिस.".split("_"),weekdays:"रविवार_सोमवार_मंगलवार_बुधवार_गुरूवार_शुक्रवार_शनिवार".split("_"),weekdaysShort:"रवि_सोम_मंगल_बुध_गुरू_शुक्र_शनि".split("_"),weekdaysMin:"र_सो_मं_बु_गु_शु_श".split("_"),longDateFormat:{LT:"A h:mm बजे",LTS:"A h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm बजे",LLLL:"dddd, D MMMM YYYY, A h:mm बजे"},monthsParse:n,longMonthsParse:n,shortMonthsParse:r,monthsRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsShortRegex:/^(जनवरी|जन\.?|फ़रवरी|फरवरी|फ़र\.?|मार्च?|अप्रैल|अप्रै\.?|मई?|जून?|जुलाई|जुल\.?|अगस्त|अग\.?|सितम्बर|सितंबर|सित\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर|नव\.?|दिसम्बर|दिसंबर|दिस\.?)/i,monthsStrictRegex:/^(जनवरी?|फ़रवरी|फरवरी?|मार्च?|अप्रैल?|मई?|जून?|जुलाई?|अगस्त?|सितम्बर|सितंबर|सित?\.?|अक्टूबर|अक्टू\.?|नवम्बर|नवंबर?|दिसम्बर|दिसंबर?)/i,monthsShortStrictRegex:/^(जन\.?|फ़र\.?|मार्च?|अप्रै\.?|मई?|जून?|जुल\.?|अग\.?|सित\.?|अक्टू\.?|नव\.?|दिस\.?)/i,calendar:{sameDay:"[आज] LT",nextDay:"[कल] LT",nextWeek:"dddd, LT",lastDay:"[कल] LT",lastWeek:"[पिछले] dddd, LT",sameElse:"L"},relativeTime:{future:"%s में",past:"%s पहले",s:"कुछ ही क्षण",ss:"%d सेकंड",m:"एक मिनट",mm:"%d मिनट",h:"एक घंटा",hh:"%d घंटे",d:"एक दिन",dd:"%d दिन",M:"एक महीने",MM:"%d महीने",y:"एक वर्ष",yy:"%d वर्ष"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/रात|सुबह|दोपहर|शाम/,meridiemHour:function(e,t){return 12===e&&(e=0),"रात"===t?e<4?e:e+12:"सुबह"===t?e:"दोपहर"===t?e>=10?e:e+12:"शाम"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"रात":e<10?"सुबह":e<17?"दोपहर":e<20?"शाम":"रात"},week:{dow:0,doy:6}});return i}))},e0c5:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
269
- //! moment.js locale configuration
270
- var t={1:"૧",2:"૨",3:"૩",4:"૪",5:"૫",6:"૬",7:"૭",8:"૮",9:"૯",0:"૦"},a={"૧":"1","૨":"2","૩":"3","૪":"4","૫":"5","૬":"6","૭":"7","૮":"8","૯":"9","૦":"0"},n=e.defineLocale("gu",{months:"જાન્યુઆરી_ફેબ્રુઆરી_માર્ચ_એપ્રિલ_મે_જૂન_જુલાઈ_ઑગસ્ટ_સપ્ટેમ્બર_ઑક્ટ્બર_નવેમ્બર_ડિસેમ્બર".split("_"),monthsShort:"જાન્યુ._ફેબ્રુ._માર્ચ_એપ્રિ._મે_જૂન_જુલા._ઑગ._સપ્ટે._ઑક્ટ્._નવે._ડિસે.".split("_"),monthsParseExact:!0,weekdays:"રવિવાર_સોમવાર_મંગળવાર_બુધ્વાર_ગુરુવાર_શુક્રવાર_શનિવાર".split("_"),weekdaysShort:"રવિ_સોમ_મંગળ_બુધ્_ગુરુ_શુક્ર_શનિ".split("_"),weekdaysMin:"ર_સો_મં_બુ_ગુ_શુ_શ".split("_"),longDateFormat:{LT:"A h:mm વાગ્યે",LTS:"A h:mm:ss વાગ્યે",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm વાગ્યે",LLLL:"dddd, D MMMM YYYY, A h:mm વાગ્યે"},calendar:{sameDay:"[આજ] LT",nextDay:"[કાલે] LT",nextWeek:"dddd, LT",lastDay:"[ગઇકાલે] LT",lastWeek:"[પાછલા] dddd, LT",sameElse:"L"},relativeTime:{future:"%s મા",past:"%s પહેલા",s:"અમુક પળો",ss:"%d સેકંડ",m:"એક મિનિટ",mm:"%d મિનિટ",h:"એક કલાક",hh:"%d કલાક",d:"એક દિવસ",dd:"%d દિવસ",M:"એક મહિનો",MM:"%d મહિનો",y:"એક વર્ષ",yy:"%d વર્ષ"},preparse:function(e){return e.replace(/[૧૨૩૪૫૬૭૮૯૦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/રાત|બપોર|સવાર|સાંજ/,meridiemHour:function(e,t){return 12===e&&(e=0),"રાત"===t?e<4?e:e+12:"સવાર"===t?e:"બપોર"===t?e>=10?e:e+12:"સાંજ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"રાત":e<10?"સવાર":e<17?"બપોર":e<20?"સાંજ":"રાત"},week:{dow:0,doy:6}});return n}))},e1d3:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
271
- //! moment.js locale configuration
272
- var t=e.defineLocale("en-ie",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},e81d:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
273
- //! moment.js locale configuration
274
- var t={1:"១",2:"២",3:"៣",4:"៤",5:"៥",6:"៦",7:"៧",8:"៨",9:"៩",0:"០"},a={"១":"1","២":"2","៣":"3","៤":"4","៥":"5","៦":"6","៧":"7","៨":"8","៩":"9","០":"0"},n=e.defineLocale("km",{months:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),monthsShort:"មករា_កុម្ភៈ_មីនា_មេសា_ឧសភា_មិថុនា_កក្កដា_សីហា_កញ្ញា_តុលា_វិច្ឆិកា_ធ្នូ".split("_"),weekdays:"អាទិត្យ_ច័ន្ទ_អង្គារ_ពុធ_ព្រហស្បតិ៍_សុក្រ_សៅរ៍".split("_"),weekdaysShort:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysMin:"អា_ច_អ_ព_ព្រ_សុ_ស".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},meridiemParse:/ព្រឹក|ល្ងាច/,isPM:function(e){return"ល្ងាច"===e},meridiem:function(e,t,a){return e<12?"ព្រឹក":"ល្ងាច"},calendar:{sameDay:"[ថ្ងៃនេះ ម៉ោង] LT",nextDay:"[ស្អែក ម៉ោង] LT",nextWeek:"dddd [ម៉ោង] LT",lastDay:"[ម្សិលមិញ ម៉ោង] LT",lastWeek:"dddd [សប្តាហ៍មុន] [ម៉ោង] LT",sameElse:"L"},relativeTime:{future:"%sទៀត",past:"%sមុន",s:"ប៉ុន្មានវិនាទី",ss:"%d វិនាទី",m:"មួយនាទី",mm:"%d នាទី",h:"មួយម៉ោង",hh:"%d ម៉ោង",d:"មួយថ្ងៃ",dd:"%d ថ្ងៃ",M:"មួយខែ",MM:"%d ខែ",y:"មួយឆ្នាំ",yy:"%d ឆ្នាំ"},dayOfMonthOrdinalParse:/ទី\d{1,2}/,ordinal:"ទី%d",preparse:function(e){return e.replace(/[១២៣៤៥៦៧៨៩០]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},week:{dow:1,doy:4}});return n}))},ebe4:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
275
- //! moment.js locale configuration
276
- var t=e.defineLocale("ms",{months:"Januari_Februari_Mac_April_Mei_Jun_Julai_Ogos_September_Oktober_November_Disember".split("_"),monthsShort:"Jan_Feb_Mac_Apr_Mei_Jun_Jul_Ogs_Sep_Okt_Nov_Dis".split("_"),weekdays:"Ahad_Isnin_Selasa_Rabu_Khamis_Jumaat_Sabtu".split("_"),weekdaysShort:"Ahd_Isn_Sel_Rab_Kha_Jum_Sab".split("_"),weekdaysMin:"Ah_Is_Sl_Rb_Km_Jm_Sb".split("_"),longDateFormat:{LT:"HH.mm",LTS:"HH.mm.ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY [pukul] HH.mm",LLLL:"dddd, D MMMM YYYY [pukul] HH.mm"},meridiemParse:/pagi|tengahari|petang|malam/,meridiemHour:function(e,t){return 12===e&&(e=0),"pagi"===t?e:"tengahari"===t?e>=11?e:e+12:"petang"===t||"malam"===t?e+12:void 0},meridiem:function(e,t,a){return e<11?"pagi":e<15?"tengahari":e<19?"petang":"malam"},calendar:{sameDay:"[Hari ini pukul] LT",nextDay:"[Esok pukul] LT",nextWeek:"dddd [pukul] LT",lastDay:"[Kelmarin pukul] LT",lastWeek:"dddd [lepas pukul] LT",sameElse:"L"},relativeTime:{future:"dalam %s",past:"%s yang lepas",s:"beberapa saat",ss:"%d saat",m:"seminit",mm:"%d minit",h:"sejam",hh:"%d jam",d:"sehari",dd:"%d hari",M:"sebulan",MM:"%d bulan",y:"setahun",yy:"%d tahun"},week:{dow:1,doy:7}});return t}))},ec18:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
277
- //! moment.js locale configuration
278
- function t(e,t,a,n){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[a][2]?r[a][2]:r[a][1]:n?r[a][0]:r[a][1]}var a=e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return a}))},ec2e:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
279
- //! moment.js locale configuration
280
- var t=e.defineLocale("en-in",{months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),monthsShort:"Jan_Feb_Mar_Apr_May_Jun_Jul_Aug_Sep_Oct_Nov_Dec".split("_"),weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),weekdaysShort:"Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),weekdaysMin:"Su_Mo_Tu_We_Th_Fr_Sa".split("_"),longDateFormat:{LT:"h:mm A",LTS:"h:mm:ss A",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY h:mm A",LLLL:"dddd, D MMMM YYYY h:mm A"},calendar:{sameDay:"[Today at] LT",nextDay:"[Tomorrow at] LT",nextWeek:"dddd [at] LT",lastDay:"[Yesterday at] LT",lastWeek:"[Last] dddd [at] LT",sameElse:"L"},relativeTime:{future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"},dayOfMonthOrdinalParse:/\d{1,2}(st|nd|rd|th)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:0,doy:6}});return t}))},eda5:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
281
- //! moment.js locale configuration
282
- var t=e.defineLocale("si",{months:"ජනවාරි_පෙබරවාරි_මාර්තු_අප්‍රේල්_මැයි_ජූනි_ජූලි_අගෝස්තු_සැප්තැම්බර්_ඔක්තෝබර්_නොවැම්බර්_දෙසැම්බර්".split("_"),monthsShort:"ජන_පෙබ_මාර්_අප්_මැයි_ජූනි_ජූලි_අගෝ_සැප්_ඔක්_නොවැ_දෙසැ".split("_"),weekdays:"ඉරිදා_සඳුදා_අඟහරුවාදා_බදාදා_බ්‍රහස්පතින්දා_සිකුරාදා_සෙනසුරාදා".split("_"),weekdaysShort:"ඉරි_සඳු_අඟ_බදා_බ්‍රහ_සිකු_සෙන".split("_"),weekdaysMin:"ඉ_ස_අ_බ_බ්‍ර_සි_සෙ".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"a h:mm",LTS:"a h:mm:ss",L:"YYYY/MM/DD",LL:"YYYY MMMM D",LLL:"YYYY MMMM D, a h:mm",LLLL:"YYYY MMMM D [වැනි] dddd, a h:mm:ss"},calendar:{sameDay:"[අද] LT[ට]",nextDay:"[හෙට] LT[ට]",nextWeek:"dddd LT[ට]",lastDay:"[ඊයේ] LT[ට]",lastWeek:"[පසුගිය] dddd LT[ට]",sameElse:"L"},relativeTime:{future:"%sකින්",past:"%sකට පෙර",s:"තත්පර කිහිපය",ss:"තත්පර %d",m:"මිනිත්තුව",mm:"මිනිත්තු %d",h:"පැය",hh:"පැය %d",d:"දිනය",dd:"දින %d",M:"මාසය",MM:"මාස %d",y:"වසර",yy:"වසර %d"},dayOfMonthOrdinalParse:/\d{1,2} වැනි/,ordinal:function(e){return e+" වැනි"},meridiemParse:/පෙර වරු|පස් වරු|පෙ.ව|ප.ව./,isPM:function(e){return"ප.ව."===e||"පස් වරු"===e},meridiem:function(e,t,a){return e>11?a?"ප.ව.":"පස් වරු":a?"පෙ.ව.":"පෙර වරු"}});return t}))},f260:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
283
- //! moment.js locale configuration
284
- var t=e.defineLocale("pt",{months:"janeiro_fevereiro_março_abril_maio_junho_julho_agosto_setembro_outubro_novembro_dezembro".split("_"),monthsShort:"jan_fev_mar_abr_mai_jun_jul_ago_set_out_nov_dez".split("_"),weekdays:"Domingo_Segunda-feira_Terça-feira_Quarta-feira_Quinta-feira_Sexta-feira_Sábado".split("_"),weekdaysShort:"Dom_Seg_Ter_Qua_Qui_Sex_Sáb".split("_"),weekdaysMin:"Do_2ª_3ª_4ª_5ª_6ª_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D [de] MMMM [de] YYYY",LLL:"D [de] MMMM [de] YYYY HH:mm",LLLL:"dddd, D [de] MMMM [de] YYYY HH:mm"},calendar:{sameDay:"[Hoje às] LT",nextDay:"[Amanhã às] LT",nextWeek:"dddd [às] LT",lastDay:"[Ontem às] LT",lastWeek:function(){return 0===this.day()||6===this.day()?"[Último] dddd [às] LT":"[Última] dddd [às] LT"},sameElse:"L"},relativeTime:{future:"em %s",past:"há %s",s:"segundos",ss:"%d segundos",m:"um minuto",mm:"%d minutos",h:"uma hora",hh:"%d horas",d:"um dia",dd:"%d dias",w:"uma semana",ww:"%d semanas",M:"um mês",MM:"%d meses",y:"um ano",yy:"%d anos"},dayOfMonthOrdinalParse:/\d{1,2}º/,ordinal:"%dº",week:{dow:1,doy:4}});return t}))},f3ff:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
285
- //! moment.js locale configuration
286
- var t={1:"੧",2:"੨",3:"੩",4:"੪",5:"੫",6:"੬",7:"੭",8:"੮",9:"੯",0:"੦"},a={"੧":"1","੨":"2","੩":"3","੪":"4","੫":"5","੬":"6","੭":"7","੮":"8","੯":"9","੦":"0"},n=e.defineLocale("pa-in",{months:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),monthsShort:"ਜਨਵਰੀ_ਫ਼ਰਵਰੀ_ਮਾਰਚ_ਅਪ੍ਰੈਲ_ਮਈ_ਜੂਨ_ਜੁਲਾਈ_ਅਗਸਤ_ਸਤੰਬਰ_ਅਕਤੂਬਰ_ਨਵੰਬਰ_ਦਸੰਬਰ".split("_"),weekdays:"ਐਤਵਾਰ_ਸੋਮਵਾਰ_ਮੰਗਲਵਾਰ_ਬੁਧਵਾਰ_ਵੀਰਵਾਰ_ਸ਼ੁੱਕਰਵਾਰ_ਸ਼ਨੀਚਰਵਾਰ".split("_"),weekdaysShort:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),weekdaysMin:"ਐਤ_ਸੋਮ_ਮੰਗਲ_ਬੁਧ_ਵੀਰ_ਸ਼ੁਕਰ_ਸ਼ਨੀ".split("_"),longDateFormat:{LT:"A h:mm ਵਜੇ",LTS:"A h:mm:ss ਵਜੇ",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, A h:mm ਵਜੇ",LLLL:"dddd, D MMMM YYYY, A h:mm ਵਜੇ"},calendar:{sameDay:"[ਅਜ] LT",nextDay:"[ਕਲ] LT",nextWeek:"[ਅਗਲਾ] dddd, LT",lastDay:"[ਕਲ] LT",lastWeek:"[ਪਿਛਲੇ] dddd, LT",sameElse:"L"},relativeTime:{future:"%s ਵਿੱਚ",past:"%s ਪਿਛਲੇ",s:"ਕੁਝ ਸਕਿੰਟ",ss:"%d ਸਕਿੰਟ",m:"ਇਕ ਮਿੰਟ",mm:"%d ਮਿੰਟ",h:"ਇੱਕ ਘੰਟਾ",hh:"%d ਘੰਟੇ",d:"ਇੱਕ ਦਿਨ",dd:"%d ਦਿਨ",M:"ਇੱਕ ਮਹੀਨਾ",MM:"%d ਮਹੀਨੇ",y:"ਇੱਕ ਸਾਲ",yy:"%d ਸਾਲ"},preparse:function(e){return e.replace(/[੧੨੩੪੫੬੭੮੯੦]/g,(function(e){return a[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/ਰਾਤ|ਸਵੇਰ|ਦੁਪਹਿਰ|ਸ਼ਾਮ/,meridiemHour:function(e,t){return 12===e&&(e=0),"ਰਾਤ"===t?e<4?e:e+12:"ਸਵੇਰ"===t?e:"ਦੁਪਹਿਰ"===t?e>=10?e:e+12:"ਸ਼ਾਮ"===t?e+12:void 0},meridiem:function(e,t,a){return e<4?"ਰਾਤ":e<10?"ਸਵੇਰ":e<17?"ਦੁਪਹਿਰ":e<20?"ਸ਼ਾਮ":"ਰਾਤ"},week:{dow:0,doy:6}});return n}))},f6b4:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
287
- //! moment.js locale configuration
288
- var t=["Am Faoilleach","An Gearran","Am Màrt","An Giblean","An Cèitean","An t-Ògmhios","An t-Iuchar","An Lùnastal","An t-Sultain","An Dàmhair","An t-Samhain","An Dùbhlachd"],a=["Faoi","Gear","Màrt","Gibl","Cèit","Ògmh","Iuch","Lùn","Sult","Dàmh","Samh","Dùbh"],n=["Didòmhnaich","Diluain","Dimàirt","Diciadain","Diardaoin","Dihaoine","Disathairne"],r=["Did","Dil","Dim","Dic","Dia","Dih","Dis"],i=["Dò","Lu","Mà","Ci","Ar","Ha","Sa"],s=e.defineLocale("gd",{months:t,monthsShort:a,monthsParseExact:!0,weekdays:n,weekdaysShort:r,weekdaysMin:i,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[An-diugh aig] LT",nextDay:"[A-màireach aig] LT",nextWeek:"dddd [aig] LT",lastDay:"[An-dè aig] LT",lastWeek:"dddd [seo chaidh] [aig] LT",sameElse:"L"},relativeTime:{future:"ann an %s",past:"bho chionn %s",s:"beagan diogan",ss:"%d diogan",m:"mionaid",mm:"%d mionaidean",h:"uair",hh:"%d uairean",d:"latha",dd:"%d latha",M:"mìos",MM:"%d mìosan",y:"bliadhna",yy:"%d bliadhna"},dayOfMonthOrdinalParse:/\d{1,2}(d|na|mh)/,ordinal:function(e){var t=1===e?"d":e%10===2?"na":"mh";return e+t},week:{dow:1,doy:4}});return s}))},facd:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
289
- //! moment.js locale configuration
290
- var t="jan._feb._mrt._apr._mei_jun._jul._aug._sep._okt._nov._dec.".split("_"),a="jan_feb_mrt_apr_mei_jun_jul_aug_sep_okt_nov_dec".split("_"),n=[/^jan/i,/^feb/i,/^maart|mrt.?$/i,/^apr/i,/^mei$/i,/^jun[i.]?$/i,/^jul[i.]?$/i,/^aug/i,/^sep/i,/^okt/i,/^nov/i,/^dec/i],r=/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december|jan\.?|feb\.?|mrt\.?|apr\.?|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,i=e.defineLocale("nl",{months:"januari_februari_maart_april_mei_juni_juli_augustus_september_oktober_november_december".split("_"),monthsShort:function(e,n){return e?/-MMM-/.test(n)?a[e.month()]:t[e.month()]:t},monthsRegex:r,monthsShortRegex:r,monthsStrictRegex:/^(januari|februari|maart|april|mei|ju[nl]i|augustus|september|oktober|november|december)/i,monthsShortStrictRegex:/^(jan\.?|feb\.?|mrt\.?|apr\.?|mei|ju[nl]\.?|aug\.?|sep\.?|okt\.?|nov\.?|dec\.?)/i,monthsParse:n,longMonthsParse:n,shortMonthsParse:n,weekdays:"zondag_maandag_dinsdag_woensdag_donderdag_vrijdag_zaterdag".split("_"),weekdaysShort:"zo._ma._di._wo._do._vr._za.".split("_"),weekdaysMin:"zo_ma_di_wo_do_vr_za".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD-MM-YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd D MMMM YYYY HH:mm"},calendar:{sameDay:"[vandaag om] LT",nextDay:"[morgen om] LT",nextWeek:"dddd [om] LT",lastDay:"[gisteren om] LT",lastWeek:"[afgelopen] dddd [om] LT",sameElse:"L"},relativeTime:{future:"over %s",past:"%s geleden",s:"een paar seconden",ss:"%d seconden",m:"één minuut",mm:"%d minuten",h:"één uur",hh:"%d uur",d:"één dag",dd:"%d dagen",w:"één week",ww:"%d weken",M:"één maand",MM:"%d maanden",y:"één jaar",yy:"%d jaar"},dayOfMonthOrdinalParse:/\d{1,2}(ste|de)/,ordinal:function(e){return e+(1===e||8===e||e>=20?"ste":"de")},week:{dow:1,doy:4}});return i}))},fd7e:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
291
- //! moment.js locale configuration
292
- var t=e.defineLocale("x-pseudo",{months:"J~áñúá~rý_F~ébrú~árý_~Márc~h_Áp~ríl_~Máý_~Júñé~_Júl~ý_Áú~gúst~_Sép~témb~ér_Ó~ctób~ér_Ñ~óvém~bér_~Décé~mbér".split("_"),monthsShort:"J~áñ_~Féb_~Már_~Ápr_~Máý_~Júñ_~Júl_~Áúg_~Sép_~Óct_~Ñóv_~Déc".split("_"),monthsParseExact:!0,weekdays:"S~úñdá~ý_Mó~ñdáý~_Túé~sdáý~_Wéd~ñésd~áý_T~húrs~dáý_~Fríd~áý_S~átúr~dáý".split("_"),weekdaysShort:"S~úñ_~Móñ_~Túé_~Wéd_~Thú_~Frí_~Sát".split("_"),weekdaysMin:"S~ú_Mó~_Tú_~Wé_T~h_Fr~_Sá".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"HH:mm",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY HH:mm",LLLL:"dddd, D MMMM YYYY HH:mm"},calendar:{sameDay:"[T~ódá~ý át] LT",nextDay:"[T~ómó~rró~w át] LT",nextWeek:"dddd [át] LT",lastDay:"[Ý~ést~érdá~ý át] LT",lastWeek:"[L~ást] dddd [át] LT",sameElse:"L"},relativeTime:{future:"í~ñ %s",past:"%s á~gó",s:"á ~féw ~sécó~ñds",ss:"%d s~écóñ~ds",m:"á ~míñ~úté",mm:"%d m~íñú~tés",h:"á~ñ hó~úr",hh:"%d h~óúrs",d:"á ~dáý",dd:"%d d~áýs",M:"á ~móñ~th",MM:"%d m~óñt~hs",y:"á ~ýéár",yy:"%d ý~éárs"},dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(e){var t=e%10,a=1===~~(e%100/10)?"th":1===t?"st":2===t?"nd":3===t?"rd":"th";return e+a},week:{dow:1,doy:4}});return t}))},ffff:function(e,t,a){(function(e,t){t(a("c1df"))})(0,(function(e){"use strict";
293
- //! moment.js locale configuration
294
- var t=e.defineLocale("se",{months:"ođđajagemánnu_guovvamánnu_njukčamánnu_cuoŋománnu_miessemánnu_geassemánnu_suoidnemánnu_borgemánnu_čakčamánnu_golggotmánnu_skábmamánnu_juovlamánnu".split("_"),monthsShort:"ođđj_guov_njuk_cuo_mies_geas_suoi_borg_čakč_golg_skáb_juov".split("_"),weekdays:"sotnabeaivi_vuossárga_maŋŋebárga_gaskavahkku_duorastat_bearjadat_lávvardat".split("_"),weekdaysShort:"sotn_vuos_maŋ_gask_duor_bear_láv".split("_"),weekdaysMin:"s_v_m_g_d_b_L".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"MMMM D. [b.] YYYY",LLL:"MMMM D. [b.] YYYY [ti.] HH:mm",LLLL:"dddd, MMMM D. [b.] YYYY [ti.] HH:mm"},calendar:{sameDay:"[otne ti] LT",nextDay:"[ihttin ti] LT",nextWeek:"dddd [ti] LT",lastDay:"[ikte ti] LT",lastWeek:"[ovddit] dddd [ti] LT",sameElse:"L"},relativeTime:{future:"%s geažes",past:"maŋit %s",s:"moadde sekunddat",ss:"%d sekunddat",m:"okta minuhta",mm:"%d minuhtat",h:"okta diimmu",hh:"%d diimmut",d:"okta beaivi",dd:"%d beaivvit",M:"okta mánnu",MM:"%d mánut",y:"okta jahki",yy:"%d jagit"},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return t}))}}]);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lite/admin/dist/js/chunk-322699f8.js CHANGED
@@ -1 +1 @@
1
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-322699f8"],{"0235":function(t,n,s){},"2a43":function(t,n,s){"use strict";s("2ea8")},"2ea8":function(t,n,s){},"39fa":function(t,n,s){t.exports=s.p+"img/language.svg"},6573:function(t,n,s){"use strict";s("9478")},"6aed":function(t,n,s){t.exports=s.p+"img/scan-history.svg"},"6c87":function(t,n,s){"use strict";s("b3ba")},"7dcd":function(t,n,s){},"919d":function(t,n,s){"use strict";var e=function(){var t=this,n=t.$createElement,s=t._self._c||n;return t.showConnectSuccess?s("div",{staticClass:"cky-connect-success",attrs:{id:"cky-connect-success"}},[t.syncing?s("div",{staticClass:"cky-connect-loader"},[s("cky-spinner"),s("h4",[t._v(" "+t._s(t.$i18n.__("Please wait while we connect your site to app.cookieyes.com","cookie-law-info"))+" ")])],1):s("div",{staticClass:"cky-connect-success-container"},[s("div",{staticClass:"cky-connect-success-icon"}),s("div",{staticClass:"cky-connect-success-message"},[t._t("message",(function(){return[s("h2",[t._v(" "+t._s(t.$i18n.__("Your website is connected to app.cookieyes.com","cookie-law-info"))+" ")]),s("p",[t._v(" "+t._s(t.$i18n.__("You can now continue to manage all your existing settings and access all free CookieYes features from your web app account","cookie-law-info"))+" ")])]}))],2),s("div",{staticClass:"cky-connect-success-actions"},[t._t("action",(function(){return[s("button",{staticClass:"cky-button cky-button-medium cky-external-link",on:{click:function(n){return t.redirectToApp()}}},[t._v(" "+t._s(t.$i18n.__("Go to CookieYes Web App","cookie-law-info"))+" ")])]}))],2)])]):t._e()},c=[],i=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("span",{staticClass:"cky-spinner-loader"})},o=[],a={name:"CkySpinner",components:{}},r=a,l=(s("6c87"),s("2877")),u=Object(l["a"])(r,i,o,!1,null,null,null),d=u.exports,y={name:"CkyConnectSuccess",components:{CkySpinner:d},props:{timeout:{type:Number,default:6e3}},data(){return{showConnectSuccess:!1,syncing:!1}},methods:{showMessage(){this.showConnectSuccess=!0},redirectToApp(){this.$router.redirectToApp(),this.showConnectSuccess=!1,this.$router.redirectToDashboard(this.$route.name)}},created(){this.$root.$on("afterConnection",()=>{this.syncing=!0,this.showMessage()}),this.$root.$on("afterSyncing",async()=>{this.syncing=!1})}},k=y,g=(s("a209"),Object(l["a"])(k,e,c,!1,null,null,null));n["a"]=g.exports},"91db":function(t,n,s){t.exports=s.p+"img/regulation.svg"},9478:function(t,n,s){},"947c":function(t,n,s){t.exports=s.p+"img/banner-status.svg"},9573:function(t,n,s){"use strict";s.r(n);var e=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("div",{staticClass:"cky-section cky-section-dashboard cky-zero--padding cky-zero--margin"},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("cky-connect-success"),s("cky-connect-notice")],1)]),t.loading?t._e():s("div",{staticClass:"cky-section-content"},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("cky-dashboard-overview")],1)]),t.account.connected&&!t.syncing?s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-7"},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("cky-scan-summary")],1)])]),s("div",{staticClass:"cky-col-5"},[s("cky-consent-chart")],1)]):t._e()])])},c=[],i=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("cky-card",{attrs:{title:t.$i18n.__("Cookie Summary","cookie-law-info"),loading:t.cardLoader},scopedSlots:t._u([{key:"body",fn:function(){return[s("div",{staticClass:"cky-stats-section"},t._l(t.statistics,(function(t){return s("cky-stats-card",{key:t.slug,attrs:{statistics:t}})})),1)]},proxy:!0}])})},o=[],a=s("f9c4"),r=s("9610"),l=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("div",{staticClass:"cky-stats-col"},[t.statistics.icon?s("div",{staticClass:"cky-stats-icon"},[s("cky-icon",{attrs:{icon:t.statistics.icon,width:t.iconWidth,color:t.iconColor}})],1):t._e(),s("div",{staticClass:"cky-stats-title"},[t._v(t._s(t.statistics.title))]),s("div",{staticClass:"cky-stats-count"},[t._v(t._s(t.statistics.count))])])},u=[],d=s("1f3d"),y={components:{CkyIcon:d["a"]},name:"CkyStatsCard",props:{statistics:Object,iconWidth:{type:String,default:"30"},iconColor:{type:String,default:"#000000"}},computed:{getLoadingClass(){return{"cky-loading":this.loading}}}},k=y,g=(s("c5a6"),s("2877")),f=Object(g["a"])(k,l,u,!1,null,null,null),_=f.exports,p={components:{CkyCard:r["a"],CkyStatsCard:_},data(){return{loading:!0,stats:[{slug:"cookies",icon:!1,title:this.$i18n.__("Total Cookies","cookie-law-info"),count:0},{slug:"categories",icon:!1,title:this.$i18n.__("Total Categories","cookie-law-info"),count:0},{slug:"pages",icon:!1,title:this.$i18n.__("Pages Scanned","cookie-law-info"),count:0}]}},methods:{async getstats(){this.loading=!0;try{const t=await a["a"].get({path:"dashboard/summary"});t&&this.stats.forEach((function(n){const s=t[n.slug]?t[n.slug]:0;n.count=s})),this.loading=!1}catch(t){console.error(t)}}},computed:{statistics(){return this.stats},cardLoader(){return!this.$store.state.settings.info||this.loading}},created(){this.getstats()}},C=p,h=Object(g["a"])(C,i,o,!1,null,null,null),v=h.exports,w=s("919d"),b=function(){var t=this,n=t.$createElement,s=t._self._c||n;return t.account.connected&&!t.syncing?s("cky-notice",{staticClass:"cky-connect-notice",attrs:{type:"default"}},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("h4",{staticClass:"cky-admin-notice-header"},[s("cky-icon",{attrs:{icon:"successCircle",color:"#00aa63",width:"16px"}}),t._v(" "+t._s(t.$i18n.__("Your website is connected to CookieYes","cookie-law-info"))+" ")],1),s("div",{staticClass:"cky-connect-notice-message"},[s("p",[t._v(" "+t._s(t.$i18n.__("You can access all the plugin settings (Cookie Banner, Cookie Manager, Languages & Policy Generators) on the web app and unlock new features like Cookie Scan and Consent Log.","cookie-law-info"))+" ")])]),s("button",{staticClass:"cky-button cky-external-link",on:{click:function(n){return n.preventDefault(),t.$router.redirectToApp()}}},[t._v(" "+t._s(t.$i18n.__("Go to Web App","cookie-law-info"))+" ")])])])]):t.showNotice&&!t.tablesMissing?s("cky-notice",{staticClass:"cky-connect-notice cky-connect-notice-disabled",attrs:{type:"default",isDismissable:!0},on:{onDismiss:function(n){return t.removeNotice()}}},[s("div",{staticClass:"cky-row cky-align-center"},[s("div",{staticClass:"cky-col-8"},[s("h3",{staticClass:"cky-admin-notice-header"},[s("cky-icon",{attrs:{icon:"connect",width:"44px"}}),t._v(" "+t._s(t.$i18n.__("Connect your website to CookieYes","cookie-law-info"))+" ")],1),s("p",{staticStyle:{"margin-top":"10px"},domProps:{innerHTML:t._s(t.contents.connect)}}),s("div",{staticClass:"cky-connect-features"},[s("p",{staticClass:"cky-align-center"},[s("span",[t._v("✓")]),t._v(t._s(t.$i18n.__("Cookie Scanner - Discover cookies on your site and auto-block them prior to user consent (Legally required)","cookie-law-info"))+" ")]),s("p",[s("span",[t._v("✓")]),t._v(t._s(t.$i18n.__("Consent Log - Record user consents to demonstrate proof of compliance (Legally required)","cookie-law-info"))+" ")])])]),s("div",{staticClass:"cky-col-4 cky-justify-end"},[s("div",{staticClass:"cky-connect-button-container"},[s("cky-button",{ref:"ckyButtonConnectNew",staticClass:"cky-button-connect cky-button-medium",nativeOn:{click:function(n){return t.connectToApp()}}},[t._v(" "+t._s(t.$i18n.__("New? Create a Free Account","cookie-law-info"))+" "),s("template",{slot:"loader"},[t._v(t._s(t.$i18n.__("Connecting...","cookie-law-info")))])],2),s("cky-button",{ref:"ckyButtonConnectExisting",staticClass:"cky-button-connect cky-button-medium cky-button-outline",nativeOn:{click:function(n){return t.connectToApp(!0)}}},[t._v(" "+t._s(t.$i18n.__("Connect Your Existing Account","cookie-law-info"))+" "),s("template",{slot:"loader"},[t._v(t._s(t.$i18n.__("Connecting...","cookie-law-info")))])],2)],1)])])]):t._e()},m=[],$=s("462b"),S=s("c068"),x=s("2f62"),L={name:"CkyConnectNotice",mixins:[S["a"]],components:{CkyNotice:$["a"],CkyIcon:d["a"]},data(){return{syncing:!1,contents:{connect:this.$i18n.sprintf(this.$i18n.__("Create a free account to connect with %sCookieYes web app%s. After connecting, you can manage all your settings from the web app and access advanced features:","cookie-law-info"),"<b>","</b>")}}},methods:{async removeNotice(){await a["a"].post({path:"/settings/notices/connect_notice",data:{}})}},computed:{...Object(x["d"])("settings",["info"]),account(){return this.getOption("account")},showNotice(){return!!window.ckyAppNotices.connect_notice},tablesMissing(){return!!this.info.tables_missing}},mounted(){this.account.connected||(this.$root.$on("beforeConnection",()=>{this.syncing=!0}),this.$root.$on("afterConnection",()=>{}),this.$root.$on("afterSyncing",()=>{this.syncing=!1}))}},A=L,B=(s("2a43"),Object(g["a"])(A,b,m,!1,null,null,null)),O=B.exports,j=function(){var t=this,n=t.$createElement,e=t._self._c||n;return t.pluginStatus&&!t.tablesMissing?e("div",{class:["cky-dashboard-overview",{connected:!!t.account.connected}]},[e("div",{staticClass:"cky-row"},[e("div",{staticClass:"cky-col-12"},[e("div",{staticClass:"cky-card-header"},[e("h5",{staticClass:"cky-card-title"},[t._v(t._s(t.$i18n.__("Overview","cookie-law-info")))])])]),e("div",{staticClass:"cky-col-6"},[e("cky-card",{attrs:{loading:t.cardLoader},scopedSlots:t._u([{key:"body",fn:function(){return[e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-info-widget-container"},[e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("947c"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Banner status","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text",staticStyle:{color:"#00aa62"}},[t._v(" "+t._s(t.$i18n.__("Active","cookie-law-info"))+" ")])])]),e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("91db"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Regulation","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text",staticStyle:{"text-transform":"uppercase"}},[t._v(" "+t._s(t.applicableLaws)+" ")])])])])]),e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-info-widget-container"},[e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("6aed"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Last cookie scan","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text"},[t.scans.date&&t.account.connected?e("span",{staticStyle:{"font-size":"14px"}},[t._v(" "+t._s(t.scans.date.date||t.$i18n.__("Not available","cookie-law-info"))+" "),e("span",{staticStyle:{"font-weight":"400"}},[t._v(t._s(t.scans.date.time||""))])]):e("span",[t._v(t._s(t.$i18n.__("Not available","cookie-law-info")))])])])]),e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("39fa"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Language","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text"},[t._v(" "+t._s(t.defaultLanguage.name)+" ")])])])])]),t.account.connected?e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-card-row-actions"},[e("a",{staticClass:"\n\t\t\t\t\t\t\t\t\tcky-button\n\t\t\t\t\t\t\t\t\tcky-button-outline\n\t\t\t\t\t\t\t\t\tcky-external-link\n\t\t\t\t\t\t\t\t\tcky-button-medium\n\t\t\t\t\t\t\t\t",on:{click:function(n){return t.$router.redirectToApp("customize")}}},[t._v(t._s(t.$i18n.__("Customize Banner","cookie-law-info"))+" ")]),e("a",{staticClass:"\n\t\t\t\t\t\t\t\t\tcky-link cky-actions-link cky-button-icon cky-external-link\n\t\t\t\t\t\t\t\t",attrs:{href:t.getSiteURL(),target:"_blank"}},[t._v(t._s(t.$i18n.__("Preview Banner","cookie-law-info"))+" ")])])]):e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-card-row-actions"},[e("router-link",{attrs:{to:{name:"customize"},custom:""},scopedSlots:t._u([{key:"default",fn:function(n){var s=n.navigate;return[e("a",{staticClass:"cky-button cky-button-outline cky-button-medium",on:{click:s}},[t._v(t._s(t.$i18n.__("Customize Banner","cookie-law-info"))+" ")])]}}],null,!1,1347445872)}),e("a",{staticClass:"\n\t\t\t\t\t\t\t\t\tcky-link cky-actions-link cky-button-icon cky-external-link\n\t\t\t\t\t\t\t\t",attrs:{href:t.getSiteURL(),target:"_blank"}},[t._v(t._s(t.$i18n.__("Preview Banner","cookie-law-info"))+" ")])],1)])]},proxy:!0}],null,!1,2080448614)})],1),e("div",{staticClass:"cky-col-6"},[e("cky-card",{scopedSlots:t._u([{key:"body",fn:function(){return[e("iframe",{staticClass:"youtube-player",staticStyle:{width:"100%",height:"100%"},attrs:{src:"https://www.youtube.com/embed/g20giM91rs4?rel=0",allowfullscreen:"true",sandbox:"allow-scripts allow-same-origin allow-popups allow-presentation"}})]},proxy:!0}],null,!1,1974415397)})],1)])]):t._e()},I=[],N=s("c4aa"),T={name:"CkyDashboardOverview",components:{CkyCard:r["a"]},props:{},data(){return{loading:!0}},methods:{loadBanner:async function(){await N["a"].getActiveBanner()},getSiteURL(){const t=new URL(window.ckyGlobals.site.url);return t.searchParams.append("cky_preview",!0),t.toString()}},computed:{cardLoader(){return!this.$store.state.settings.info||this.loading},banner(){return this.$store.state.banners.current},consentLogs(){return this.getInfo("consent_logs")&&this.getInfo("consent_logs").status||!1},account(){return this.getOption("account")},scans(){return this.getInfo("scans")&&this.getInfo("scans")||{}},applicableLaws(){if(this.account.connected){const t=this.getInfo("banners");return t.laws&&t.laws||"gdpr"}return this.banner.properties.settings.applicableLaw},pluginStatus(){return this.$store.state.settings.status},tablesMissing(){return!!this.info.tables_missing},...Object(x["c"])("languages",{defaultLanguage:"getDefault"}),...Object(x["d"])("settings",["info"])},async created(){this.loading=!0,await this.loadBanner(),this.loading=!1}},E=T,D=(s("acb2"),Object(g["a"])(E,j,I,!1,null,null,null)),Y=D.exports,M={name:"Dashboard",mixins:[S["a"]],components:{CkyScanSummary:v,CkyConnectSuccess:w["a"],CkyConnectNotice:O,CkyDashboardOverview:Y,CkyConsentChart:()=>s.e("chunk-1641571e").then(s.bind(null,"03b4"))},props:{},data(){return{scanStatus:!0,loading:!0,syncing:!1}},methods:{loadBanner:async function(){await N["a"].getActiveBanner()},connectScan(){this.connectToApp(),this.$root.$on("afterConnection",()=>{this.$refs.ckyButtonConnectScan.startLoading()})},connectLog(){this.connectToApp(),this.$root.$on("afterConnection",()=>{this.$refs.ckyButtonConnectLog.startLoading()})},getSiteURL(){const t=new URL(window.ckyGlobals.site.url);return t.searchParams.append("cky_preview",!0),t.toString()}},computed:{banner(){return this.$store.state.banners.current},consentLogs(){return this.getInfo("consent_logs")&&this.getInfo("consent_logs").status||!1},account(){return this.getOption("account")},bannerStatus(){return this.getInfo("banners")&&this.getInfo("banners").status||!1},scans(){return this.getInfo("scans")&&this.getInfo("scans")||{}},...Object(x["c"])("languages",{defaultLanguage:"getDefault"})},async created(){this.loading=!0;try{await this.loadBanner(),this.loading=!1,this.$root.$on("beforeConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",()=>{this.syncing=!1})}catch(t){console.error(t)}}},P=M,R=(s("6573"),Object(g["a"])(P,e,c,!1,null,"2710f015",null));n["default"]=R.exports},9610:function(t,n,s){"use strict";var e=function(){var t=this,n=t.$createElement,s=t._self._c||n;return t.pluginStatus?s("div",{staticClass:"cky-card",class:t.getLoadingClass},[t.title?s("div",{staticClass:"cky-card-header"},[s("h5",{staticClass:"cky-card-title"},[t._v(" "+t._s(t.title)+" ")]),t.hasActions?s("div",{staticClass:"cky-card-actions"},[t._t("headerAction")],2):t._e()]):t._e(),t.hasBodySlot?s("div",{class:t.getBodyClass},[t.loading?s("cky-card-loader"):t._t("body")],2):t._e(),t._t("outside"),t.hasFooterSlot?s("div",{staticClass:"cky-card-footer"},[t._t("footer")],2):t._e()],2):t._e()},c=[],i=s("17aa"),o={components:{CkyCardLoader:i["a"]},name:"CkyCard",props:{title:{type:String,required:!1},bodyClass:{type:String,default:""},loading:{type:Boolean,default:!1},fullWidth:{type:Boolean,default:!1}},computed:{hasActions(){return!!this.$slots.headerAction},hasBodySlot(){return!!this.$slots.body},hasFooterSlot(){return!!this.$slots.footer},getLoadingClass(){return{"cky-loading":this.loading}},getBodyClass(){return{"cky-card-body":!0,"cky-card-body--full":this.fullWidth,[this.bodyClass]:this.bodyClass}},pluginStatus(){return this.$store.state.settings.status}}},a=o,r=s("2877"),l=Object(r["a"])(a,e,c,!1,null,null,null);n["a"]=l.exports},a209:function(t,n,s){"use strict";s("d6c6")},acb2:function(t,n,s){"use strict";s("7dcd")},b3ba:function(t,n,s){},c5a6:function(t,n,s){"use strict";s("0235")},d6c6:function(t,n,s){}}]);
1
+ (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-322699f8"],{"0235":function(t,n,s){},"2a43":function(t,n,s){"use strict";s("2ea8")},"2ea8":function(t,n,s){},"39fa":function(t,n,s){t.exports=s.p+"img/language.svg"},6573:function(t,n,s){"use strict";s("9478")},"6aed":function(t,n,s){t.exports=s.p+"img/scan-history.svg"},"6c87":function(t,n,s){"use strict";s("b3ba")},"7dcd":function(t,n,s){},"919d":function(t,n,s){"use strict";var e=function(){var t=this,n=t.$createElement,s=t._self._c||n;return t.showConnectSuccess?s("div",{staticClass:"cky-connect-success",attrs:{id:"cky-connect-success"}},[t.syncing?s("div",{staticClass:"cky-connect-loader"},[s("cky-spinner"),s("h4",[t._v(" "+t._s(t.$i18n.__("Please wait while we connect your site to app.cookieyes.com","cookie-law-info"))+" ")])],1):s("div",{staticClass:"cky-connect-success-container"},[s("div",{staticClass:"cky-connect-success-icon"}),s("div",{staticClass:"cky-connect-success-message"},[t._t("message",(function(){return[s("h2",[t._v(" "+t._s(t.$i18n.__("Your website is connected to app.cookieyes.com","cookie-law-info"))+" ")]),s("p",[t._v(" "+t._s(t.$i18n.__("You can now continue to manage all your existing settings and access all free CookieYes features from your web app account","cookie-law-info"))+" ")])]}))],2),s("div",{staticClass:"cky-connect-success-actions"},[t._t("action",(function(){return[s("button",{staticClass:"cky-button cky-button-medium cky-external-link",on:{click:function(n){return t.redirectToApp()}}},[t._v(" "+t._s(t.$i18n.__("Go to CookieYes Web App","cookie-law-info"))+" ")])]}))],2)])]):t._e()},c=[],i=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("span",{staticClass:"cky-spinner-loader"})},o=[],a={name:"CkySpinner",components:{}},r=a,l=(s("6c87"),s("2877")),u=Object(l["a"])(r,i,o,!1,null,null,null),d=u.exports,y={name:"CkyConnectSuccess",components:{CkySpinner:d},props:{timeout:{type:Number,default:6e3}},data(){return{showConnectSuccess:!1,syncing:!1}},methods:{showMessage(){this.showConnectSuccess=!0},redirectToApp(){this.$router.redirectToApp(),this.showConnectSuccess=!1,this.$router.redirectToDashboard(this.$route.name)}},created(){this.$root.$on("afterConnection",()=>{this.syncing=!0,this.showMessage()}),this.$root.$on("afterSyncing",async()=>{this.syncing=!1})}},k=y,g=(s("a209"),Object(l["a"])(k,e,c,!1,null,null,null));n["a"]=g.exports},"91db":function(t,n,s){t.exports=s.p+"img/regulation.svg"},9478:function(t,n,s){},"947c":function(t,n,s){t.exports=s.p+"img/banner-status.svg"},9573:function(t,n,s){"use strict";s.r(n);var e=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("div",{staticClass:"cky-section cky-section-dashboard cky-zero--padding cky-zero--margin"},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("cky-connect-success"),s("cky-connect-notice")],1)]),t.loading?t._e():s("div",{staticClass:"cky-section-content"},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("cky-dashboard-overview")],1)]),t.account.connected&&!t.syncing?s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-7"},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("cky-scan-summary")],1)])]),s("div",{staticClass:"cky-col-5"},[s("cky-consent-chart")],1)]):t._e()])])},c=[],i=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("cky-card",{attrs:{title:t.$i18n.__("Cookie Summary","cookie-law-info"),loading:t.cardLoader},scopedSlots:t._u([{key:"body",fn:function(){return[s("div",{staticClass:"cky-stats-section"},t._l(t.statistics,(function(t){return s("cky-stats-card",{key:t.slug,attrs:{statistics:t}})})),1)]},proxy:!0}])})},o=[],a=s("f9c4"),r=s("9610"),l=function(){var t=this,n=t.$createElement,s=t._self._c||n;return s("div",{staticClass:"cky-stats-col"},[t.statistics.icon?s("div",{staticClass:"cky-stats-icon"},[s("cky-icon",{attrs:{icon:t.statistics.icon,width:t.iconWidth,color:t.iconColor}})],1):t._e(),s("div",{staticClass:"cky-stats-title"},[t._v(t._s(t.statistics.title))]),s("div",{staticClass:"cky-stats-count"},[t._v(t._s(t.statistics.count))])])},u=[],d=s("1f3d"),y={components:{CkyIcon:d["a"]},name:"CkyStatsCard",props:{statistics:Object,iconWidth:{type:String,default:"30"},iconColor:{type:String,default:"#000000"}},computed:{getLoadingClass(){return{"cky-loading":this.loading}}}},k=y,g=(s("c5a6"),s("2877")),f=Object(g["a"])(k,l,u,!1,null,null,null),_=f.exports,p={components:{CkyCard:r["a"],CkyStatsCard:_},data(){return{loading:!0,stats:[{slug:"cookies",icon:!1,title:this.$i18n.__("Total Cookies","cookie-law-info"),count:0},{slug:"categories",icon:!1,title:this.$i18n.__("Total Categories","cookie-law-info"),count:0},{slug:"pages",icon:!1,title:this.$i18n.__("Pages Scanned","cookie-law-info"),count:0}]}},methods:{async getstats(){this.loading=!0;try{const t=await a["a"].get({path:"dashboard/summary"});t&&this.stats.forEach((function(n){const s=t[n.slug]?t[n.slug]:0;n.count=s})),this.loading=!1}catch(t){console.error(t)}}},computed:{statistics(){return this.stats},cardLoader(){return!this.$store.state.settings.info||this.loading}},created(){this.getstats()}},C=p,h=Object(g["a"])(C,i,o,!1,null,null,null),v=h.exports,w=s("919d"),b=function(){var t=this,n=t.$createElement,s=t._self._c||n;return t.account.connected&&!t.syncing?s("cky-notice",{staticClass:"cky-connect-notice",attrs:{type:"default"}},[s("div",{staticClass:"cky-row"},[s("div",{staticClass:"cky-col-12"},[s("h4",{staticClass:"cky-admin-notice-header"},[s("cky-icon",{attrs:{icon:"successCircle",color:"#00aa63",width:"16px"}}),t._v(" "+t._s(t.$i18n.__("Your website is connected to CookieYes","cookie-law-info"))+" ")],1),s("div",{staticClass:"cky-connect-notice-message"},[s("p",[t._v(" "+t._s(t.$i18n.__("You can access all the plugin settings (Cookie Banner, Cookie Manager, Languages & Policy Generators) on the web app and unlock new features like Cookie Scan and Consent Log.","cookie-law-info"))+" ")])]),s("button",{staticClass:"cky-button cky-external-link",on:{click:function(n){return n.preventDefault(),t.$router.redirectToApp()}}},[t._v(" "+t._s(t.$i18n.__("Go to Web App","cookie-law-info"))+" ")])])])]):t.showNotice&&!t.tablesMissing?s("cky-notice",{staticClass:"cky-connect-notice cky-connect-notice-disabled",attrs:{type:"default",isDismissable:!0},on:{onDismiss:function(n){return t.removeNotice()}}},[s("div",{staticClass:"cky-row cky-align-center"},[s("div",{staticClass:"cky-col-8"},[s("h3",{staticClass:"cky-admin-notice-header"},[s("cky-icon",{attrs:{icon:"connect",width:"44px"}}),t._v(" "+t._s(t.$i18n.__("Connect your website to CookieYes","cookie-law-info"))+" ")],1),s("p",{staticStyle:{"margin-top":"10px"},domProps:{innerHTML:t._s(t.contents.connect)}}),s("div",{staticClass:"cky-connect-features"},[s("p",{staticClass:"cky-align-center"},[s("span",[t._v("✓")]),t._v(t._s(t.$i18n.__("Cookie Scanner - Discover cookies on your site and auto-block them prior to user consent (Legally required)","cookie-law-info"))+" ")]),s("p",[s("span",[t._v("✓")]),t._v(t._s(t.$i18n.__("Consent Log - Record user consents to demonstrate proof of compliance (Legally required)","cookie-law-info"))+" ")])])]),s("div",{staticClass:"cky-col-4 cky-justify-end"},[s("div",{staticClass:"cky-connect-button-container"},[s("cky-button",{ref:"ckyButtonConnectNew",staticClass:"cky-button-connect cky-button-medium",nativeOn:{click:function(n){return t.connectToApp()}}},[t._v(" "+t._s(t.$i18n.__("New? Create a Free Account","cookie-law-info"))+" "),s("template",{slot:"loader"},[t._v(t._s(t.$i18n.__("Connecting...","cookie-law-info")))])],2),s("cky-button",{ref:"ckyButtonConnectExisting",staticClass:"cky-button-connect cky-button-medium cky-button-outline",nativeOn:{click:function(n){return t.connectToApp(!0)}}},[t._v(" "+t._s(t.$i18n.__("Connect Your Existing Account","cookie-law-info"))+" "),s("template",{slot:"loader"},[t._v(t._s(t.$i18n.__("Connecting...","cookie-law-info")))])],2)],1)])])]):t._e()},m=[],$=s("462b"),S=s("c068"),x=s("2f62"),L={name:"CkyConnectNotice",mixins:[S["a"]],components:{CkyNotice:$["a"],CkyIcon:d["a"]},data(){return{syncing:!1,contents:{connect:this.$i18n.sprintf(this.$i18n.__("Create a free account to connect with %sCookieYes web app%s. After connecting, you can manage all your settings from the web app and access advanced features:","cookie-law-info"),"<b>","</b>")}}},methods:{async removeNotice(){await a["a"].post({path:"/settings/notices/connect_notice",data:{}})}},computed:{...Object(x["d"])("settings",["info"]),account(){return this.getOption("account")},showNotice(){return!!window.ckyAppNotices.connect_notice},tablesMissing(){return!!this.info.tables_missing}},mounted(){this.account.connected||(this.$root.$on("beforeConnection",()=>{this.syncing=!0}),this.$root.$on("afterConnection",()=>{}),this.$root.$on("afterSyncing",()=>{this.syncing=!1}))}},A=L,B=(s("2a43"),Object(g["a"])(A,b,m,!1,null,null,null)),O=B.exports,j=function(){var t=this,n=t.$createElement,e=t._self._c||n;return t.pluginStatus&&!t.tablesMissing?e("div",{class:["cky-dashboard-overview",{connected:!!t.account.connected}]},[e("div",{staticClass:"cky-row"},[e("div",{staticClass:"cky-col-12"},[e("div",{staticClass:"cky-card-header"},[e("h5",{staticClass:"cky-card-title"},[t._v(t._s(t.$i18n.__("Overview","cookie-law-info")))])])]),e("div",{staticClass:"cky-col-6"},[e("cky-card",{attrs:{loading:t.cardLoader},scopedSlots:t._u([{key:"body",fn:function(){return[e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-info-widget-container"},[e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("947c"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Banner status","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text",staticStyle:{color:"#00aa62"}},[t._v(" "+t._s(t.$i18n.__("Active","cookie-law-info"))+" ")])])]),e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("91db"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Regulation","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text",staticStyle:{"text-transform":"uppercase"}},[t._v(" "+t._s(t.applicableLaws)+" ")])])])])]),e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-info-widget-container"},[e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("6aed"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Last cookie scan","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text"},[t.scans.date&&t.account.connected?e("span",{staticStyle:{"font-size":"14px"}},[t._v(" "+t._s(t.scans.date.date||t.$i18n.__("Not available","cookie-law-info"))+" "),e("span",{staticStyle:{"font-weight":"400"}},[t._v(t._s(t.scans.date.time||""))])]):e("span",[t._v(t._s(t.$i18n.__("Not available","cookie-law-info")))])])])]),e("div",{staticClass:"cky-info-widget"},[e("div",{staticClass:"cky-info-widget-icon"},[e("img",{attrs:{src:s("39fa"),alt:"layout"}})]),e("div",{staticClass:"cky-info-widget-content"},[e("span",{staticClass:"cky-info-widget-title"},[t._v(t._s(t.$i18n.__("Language","cookie-law-info")))]),e("span",{staticClass:"cky-info-widget-text"},[t._v(" "+t._s(t.defaultLanguage.name)+" ")])])])])]),t.account.connected?e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-card-row-actions"},[e("a",{staticClass:"\n\t\t\t\t\t\t\t\t\tcky-button\n\t\t\t\t\t\t\t\t\tcky-button-outline\n\t\t\t\t\t\t\t\t\tcky-external-link\n\t\t\t\t\t\t\t\t\tcky-button-medium\n\t\t\t\t\t\t\t\t",on:{click:function(n){return t.$router.redirectToApp("customize")}}},[t._v(t._s(t.$i18n.__("Customize Banner","cookie-law-info"))+" ")]),e("a",{staticClass:"\n\t\t\t\t\t\t\t\t\tcky-link cky-actions-link cky-button-icon cky-external-link\n\t\t\t\t\t\t\t\t",attrs:{href:t.getSiteURL(),target:"_blank"}},[t._v(t._s(t.$i18n.__("Preview Banner","cookie-law-info"))+" ")])])]):e("div",{staticClass:"cky-card-row"},[e("div",{staticClass:"cky-card-row-actions"},[e("router-link",{attrs:{to:{name:"customize"},custom:""},scopedSlots:t._u([{key:"default",fn:function(n){var s=n.navigate;return[e("a",{staticClass:"cky-button cky-button-outline cky-button-medium",on:{click:s}},[t._v(t._s(t.$i18n.__("Customize Banner","cookie-law-info"))+" ")])]}}],null,!1,1347445872)}),e("a",{staticClass:"\n\t\t\t\t\t\t\t\t\tcky-link cky-actions-link cky-button-icon cky-external-link\n\t\t\t\t\t\t\t\t",attrs:{href:t.getSiteURL(),target:"_blank"}},[t._v(t._s(t.$i18n.__("Preview Banner","cookie-law-info"))+" ")])],1)])]},proxy:!0}],null,!1,2080448614)})],1),e("div",{staticClass:"cky-col-6"},[e("cky-card",{scopedSlots:t._u([{key:"body",fn:function(){return[e("iframe",{staticClass:"youtube-player",staticStyle:{width:"100%",height:"100%"},attrs:{src:"https://www.youtube.com/embed/g20giM91rs4?rel=0",allowfullscreen:"true",sandbox:"allow-scripts allow-same-origin allow-popups allow-presentation"}})]},proxy:!0}],null,!1,1974415397)})],1)])]):t._e()},I=[],N=s("c4aa"),T={name:"CkyDashboardOverview",components:{CkyCard:r["a"]},props:{},data(){return{loading:!0}},methods:{loadBanner:async function(){await N["a"].getActiveBanner()},getSiteURL(){const t=new URL(window.ckyGlobals.site.url);return t.searchParams.append("cky_preview",!0),t.toString()}},computed:{cardLoader(){return!this.$store.state.settings.info||this.loading},banner(){return this.$store.state.banners.current},consentLogs(){return this.getInfo("consent_logs")&&this.getInfo("consent_logs").status||!1},account(){return this.getOption("account")},scans(){return this.getInfo("scans")&&this.getInfo("scans")||{}},applicableLaws(){if(this.account.connected){const t=this.getInfo("banners");return t.laws&&t.laws||"gdpr"}return this.banner.properties.settings.applicableLaw},pluginStatus(){return this.$store.state.settings.status},tablesMissing(){return!!this.info.tables_missing},...Object(x["c"])("languages",{defaultLanguage:"getDefault"}),...Object(x["d"])("settings",["info"])},async created(){this.loading=!0,await this.loadBanner(),this.loading=!1}},E=T,D=(s("acb2"),Object(g["a"])(E,j,I,!1,null,null,null)),Y=D.exports,M={name:"Dashboard",mixins:[S["a"]],components:{CkyScanSummary:v,CkyConnectSuccess:w["a"],CkyConnectNotice:O,CkyDashboardOverview:Y,CkyConsentChart:()=>s.e("chunk-55c96061").then(s.bind(null,"03b4"))},props:{},data(){return{scanStatus:!0,loading:!0,syncing:!1}},methods:{loadBanner:async function(){await N["a"].getActiveBanner()},connectScan(){this.connectToApp(),this.$root.$on("afterConnection",()=>{this.$refs.ckyButtonConnectScan.startLoading()})},connectLog(){this.connectToApp(),this.$root.$on("afterConnection",()=>{this.$refs.ckyButtonConnectLog.startLoading()})},getSiteURL(){const t=new URL(window.ckyGlobals.site.url);return t.searchParams.append("cky_preview",!0),t.toString()}},computed:{banner(){return this.$store.state.banners.current},consentLogs(){return this.getInfo("consent_logs")&&this.getInfo("consent_logs").status||!1},account(){return this.getOption("account")},bannerStatus(){return this.getInfo("banners")&&this.getInfo("banners").status||!1},scans(){return this.getInfo("scans")&&this.getInfo("scans")||{}},...Object(x["c"])("languages",{defaultLanguage:"getDefault"})},async created(){this.loading=!0;try{await this.loadBanner(),this.loading=!1,this.$root.$on("beforeConnection",()=>{this.syncing=!0}),this.$root.$on("afterSyncing",()=>{this.syncing=!1})}catch(t){console.error(t)}}},P=M,R=(s("6573"),Object(g["a"])(P,e,c,!1,null,"2710f015",null));n["default"]=R.exports},9610:function(t,n,s){"use strict";var e=function(){var t=this,n=t.$createElement,s=t._self._c||n;return t.pluginStatus?s("div",{staticClass:"cky-card",class:t.getLoadingClass},[t.title?s("div",{staticClass:"cky-card-header"},[s("h5",{staticClass:"cky-card-title"},[t._v(" "+t._s(t.title)+" ")]),t.hasActions?s("div",{staticClass:"cky-card-actions"},[t._t("headerAction")],2):t._e()]):t._e(),t.hasBodySlot?s("div",{class:t.getBodyClass},[t.loading?s("cky-card-loader"):t._t("body")],2):t._e(),t._t("outside"),t.hasFooterSlot?s("div",{staticClass:"cky-card-footer"},[t._t("footer")],2):t._e()],2):t._e()},c=[],i=s("17aa"),o={components:{CkyCardLoader:i["a"]},name:"CkyCard",props:{title:{type:String,required:!1},bodyClass:{type:String,default:""},loading:{type:Boolean,default:!1},fullWidth:{type:Boolean,default:!1}},computed:{hasActions(){return!!this.$slots.headerAction},hasBodySlot(){return!!this.$slots.body},hasFooterSlot(){return!!this.$slots.footer},getLoadingClass(){return{"cky-loading":this.loading}},getBodyClass(){return{"cky-card-body":!0,"cky-card-body--full":this.fullWidth,[this.bodyClass]:this.bodyClass}},pluginStatus(){return this.$store.state.settings.status}}},a=o,r=s("2877"),l=Object(r["a"])(a,e,c,!1,null,null,null);n["a"]=l.exports},a209:function(t,n,s){"use strict";s("d6c6")},acb2:function(t,n,s){"use strict";s("7dcd")},b3ba:function(t,n,s){},c5a6:function(t,n,s){"use strict";s("0235")},d6c6:function(t,n,s){}}]);
lite/admin/dist/js/chunk-55c96061.js ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-55c96061"],{"03b4":function(t,e,i){"use strict";i.r(e);var s=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("div",{staticClass:"cky-consent-chart-section"},[i("cky-card",{attrs:{title:t.$i18n.__("Consent Ratio","cookie-law-info"),loading:t.cardLoader},scopedSlots:t._u([{key:"body",fn:function(){return[t.consentLogData.length?i("div",{staticClass:"cky-consent-chart-inner"},[i("div",{staticClass:"cky-row"},[i("div",{staticClass:"cky-col-6"},[i("div",{staticClass:"cky-consent-chart"},[t.loaded?i("pie-chart",{attrs:{data:t.chartData,options:t.chartOptions,styles:t.chartStyles}}):t._e()],1)]),i("div",{staticClass:"cky-col-6 cky-align-center"},[t.loaded?i("ul",{staticClass:"cky-consent-chart-legend"},t._l(t.consentLogData,(function(e,s){return i("li",{key:s},[i("span",{staticClass:"cky-legend-indice",style:{backgroundColor:e.color}}),i("span",{staticClass:"cky-legend-label"},[t._v(t._s(e.label))])])})),0):t._e()])])]):i("cky-empty",{attrs:{emptyMessage:"No consents were logged",width:"80px",height:"80px"}}),t.loaded?i("div",{staticClass:"cky-consent-chart-legend"}):t._e()]},proxy:!0}])})],1)},n=[],o=function(){var t=this,e=t.$createElement,i=t._self._c||e;return i("canvas",{style:t.styles,attrs:{id:"cky-pie-chart"}})},a=[];const r=function(){let t=0;return function(){return t++}}();function h(t){return null===t||"undefined"===typeof t}function l(t){if(Array.isArray&&Array.isArray(t))return!0;const e=Object.prototype.toString.call(t);return"[object"===e.slice(0,7)&&"Array]"===e.slice(-6)}function c(t){return null!==t&&"[object Object]"===Object.prototype.toString.call(t)}const d=t=>("number"===typeof t||t instanceof Number)&&isFinite(+t);function u(t,e){return d(t)?t:e}function f(t,e){return"undefined"===typeof t?e:t}const g=(t,e)=>"string"===typeof t&&t.endsWith("%")?parseFloat(t)/100:t/e,p=(t,e)=>"string"===typeof t&&t.endsWith("%")?parseFloat(t)/100*e:+t;function m(t,e,i){if(t&&"function"===typeof t.call)return t.apply(i,e)}function b(t,e,i,s){let n,o,a;if(l(t))if(o=t.length,s)for(n=o-1;n>=0;n--)e.call(i,t[n],n);else for(n=0;n<o;n++)e.call(i,t[n],n);else if(c(t))for(a=Object.keys(t),o=a.length,n=0;n<o;n++)e.call(i,t[a[n]],a[n])}function x(t,e){let i,s,n,o;if(!t||!e||t.length!==e.length)return!1;for(i=0,s=t.length;i<s;++i)if(n=t[i],o=e[i],n.datasetIndex!==o.datasetIndex||n.index!==o.index)return!1;return!0}function _(t){if(l(t))return t.map(_);if(c(t)){const e=Object.create(null),i=Object.keys(t),s=i.length;let n=0;for(;n<s;++n)e[i[n]]=_(t[i[n]]);return e}return t}function y(t){return-1===["__proto__","prototype","constructor"].indexOf(t)}function v(t,e,i,s){if(!y(t))return;const n=e[t],o=i[t];c(n)&&c(o)?M(n,o,s):e[t]=_(o)}function M(t,e,i){const s=l(e)?e:[e],n=s.length;if(!c(t))return t;i=i||{};const o=i.merger||v;for(let a=0;a<n;++a){if(e=s[a],!c(e))continue;const n=Object.keys(e);for(let s=0,a=n.length;s<a;++s)o(n[s],t,e,i)}return t}function k(t,e){return M(t,e,{merger:w})}function w(t,e,i){if(!y(t))return;const s=e[t],n=i[t];c(s)&&c(n)?k(s,n):Object.prototype.hasOwnProperty.call(e,t)||(e[t]=_(n))}const S={"":t=>t,x:t=>t.x,y:t=>t.y};function P(t,e){const i=S[e]||(S[e]=D(e));return i(t)}function D(t){const e=O(t);return t=>{for(const i of e){if(""===i)break;t=t&&t[i]}return t}}function O(t){const e=t.split("."),i=[];let s="";for(const n of e)s+=n,s.endsWith("\\")?s=s.slice(0,-1)+".":(i.push(s),s="");return i}function C(t){return t.charAt(0).toUpperCase()+t.slice(1)}const A=t=>"undefined"!==typeof t,L=t=>"function"===typeof t,T=(t,e)=>{if(t.size!==e.size)return!1;for(const i of t)if(!e.has(i))return!1;return!0};function E(t){return"mouseup"===t.type||"click"===t.type||"contextmenu"===t.type}const R=Math.PI,I=2*R,F=I+R,z=Number.POSITIVE_INFINITY,V=R/180,N=R/2,B=R/4,j=2*R/3,W=Math.log10,H=Math.sign;function $(t){const e=Math.round(t);t=X(t,e,t/1e3)?e:t;const i=Math.pow(10,Math.floor(W(t))),s=t/i,n=s<=1?1:s<=2?2:s<=5?5:10;return n*i}function Y(t){const e=[],i=Math.sqrt(t);let s;for(s=1;s<i;s++)t%s===0&&(e.push(s),e.push(t/s));return i===(0|i)&&e.push(i),e.sort((t,e)=>t-e).pop(),e}function U(t){return!isNaN(parseFloat(t))&&isFinite(t)}function X(t,e,i){return Math.abs(t-e)<i}function q(t,e){const i=Math.round(t);return i-e<=t&&i+e>=t}function K(t,e,i){let s,n,o;for(s=0,n=t.length;s<n;s++)o=t[s][i],isNaN(o)||(e.min=Math.min(e.min,o),e.max=Math.max(e.max,o))}function G(t){return t*(R/180)}function Z(t){return t*(180/R)}function J(t){if(!d(t))return;let e=1,i=0;while(Math.round(t*e)/e!==t)e*=10,i++;return i}function Q(t,e){const i=e.x-t.x,s=e.y-t.y,n=Math.sqrt(i*i+s*s);let o=Math.atan2(s,i);return o<-.5*R&&(o+=I),{angle:o,distance:n}}function tt(t,e){return Math.sqrt(Math.pow(e.x-t.x,2)+Math.pow(e.y-t.y,2))}function et(t,e){return(t-e+F)%I-R}function it(t){return(t%I+I)%I}function st(t,e,i,s){const n=it(t),o=it(e),a=it(i),r=it(o-n),h=it(a-n),l=it(n-o),c=it(n-a);return n===o||n===a||s&&o===a||r>h&&l<c}function nt(t,e,i){return Math.max(e,Math.min(i,t))}function ot(t){return nt(t,-32768,32767)}function at(t,e,i,s=1e-6){return t>=Math.min(e,i)-s&&t<=Math.max(e,i)+s}function rt(t,e,i){i=i||(i=>t[i]<e);let s,n=t.length-1,o=0;while(n-o>1)s=o+n>>1,i(s)?o=s:n=s;return{lo:o,hi:n}}const ht=(t,e,i,s)=>rt(t,i,s?s=>t[s][e]<=i:s=>t[s][e]<i),lt=(t,e,i)=>rt(t,i,s=>t[s][e]>=i);function ct(t,e,i){let s=0,n=t.length;while(s<n&&t[s]<e)s++;while(n>s&&t[n-1]>i)n--;return s>0||n<t.length?t.slice(s,n):t}const dt=["push","pop","shift","splice","unshift"];function ut(t,e){t._chartjs?t._chartjs.listeners.push(e):(Object.defineProperty(t,"_chartjs",{configurable:!0,enumerable:!1,value:{listeners:[e]}}),dt.forEach(e=>{const i="_onData"+C(e),s=t[e];Object.defineProperty(t,e,{configurable:!0,enumerable:!1,value(...e){const n=s.apply(this,e);return t._chartjs.listeners.forEach(t=>{"function"===typeof t[i]&&t[i](...e)}),n}})}))}function ft(t,e){const i=t._chartjs;if(!i)return;const s=i.listeners,n=s.indexOf(e);-1!==n&&s.splice(n,1),s.length>0||(dt.forEach(e=>{delete t[e]}),delete t._chartjs)}function gt(t){const e=new Set;let i,s;for(i=0,s=t.length;i<s;++i)e.add(t[i]);return e.size===s?t:Array.from(e)}const pt=function(){return"undefined"===typeof window?function(t){return t()}:window.requestAnimationFrame}();function mt(t,e,i){const s=i||(t=>Array.prototype.slice.call(t));let n=!1,o=[];return function(...i){o=s(i),n||(n=!0,pt.call(window,()=>{n=!1,t.apply(e,o)}))}}function bt(t,e){let i;return function(...s){return e?(clearTimeout(i),i=setTimeout(t,e,s)):t.apply(this,s),e}}const xt=t=>"start"===t?"left":"end"===t?"right":"center",_t=(t,e,i)=>"start"===t?e:"end"===t?i:(e+i)/2;function yt(t,e,i){const s=e.length;let n=0,o=s;if(t._sorted){const{iScale:a,_parsed:r}=t,h=a.axis,{min:l,max:c,minDefined:d,maxDefined:u}=a.getUserBounds();d&&(n=nt(Math.min(ht(r,a.axis,l).lo,i?s:ht(e,h,a.getPixelForValue(l)).lo),0,s-1)),o=u?nt(Math.max(ht(r,a.axis,c,!0).hi+1,i?0:ht(e,h,a.getPixelForValue(c),!0).hi+1),n,s)-n:s-n}return{start:n,count:o}}function vt(t){const{xScale:e,yScale:i,_scaleRanges:s}=t,n={xmin:e.min,xmax:e.max,ymin:i.min,ymax:i.max};if(!s)return t._scaleRanges=n,!0;const o=s.xmin!==e.min||s.xmax!==e.max||s.ymin!==i.min||s.ymax!==i.max;return Object.assign(s,n),o}const Mt=t=>0===t||1===t,kt=(t,e,i)=>-Math.pow(2,10*(t-=1))*Math.sin((t-e)*I/i),wt=(t,e,i)=>Math.pow(2,-10*t)*Math.sin((t-e)*I/i)+1,St={linear:t=>t,easeInQuad:t=>t*t,easeOutQuad:t=>-t*(t-2),easeInOutQuad:t=>(t/=.5)<1?.5*t*t:-.5*(--t*(t-2)-1),easeInCubic:t=>t*t*t,easeOutCubic:t=>(t-=1)*t*t+1,easeInOutCubic:t=>(t/=.5)<1?.5*t*t*t:.5*((t-=2)*t*t+2),easeInQuart:t=>t*t*t*t,easeOutQuart:t=>-((t-=1)*t*t*t-1),easeInOutQuart:t=>(t/=.5)<1?.5*t*t*t*t:-.5*((t-=2)*t*t*t-2),easeInQuint:t=>t*t*t*t*t,easeOutQuint:t=>(t-=1)*t*t*t*t+1,easeInOutQuint:t=>(t/=.5)<1?.5*t*t*t*t*t:.5*((t-=2)*t*t*t*t+2),easeInSine:t=>1-Math.cos(t*N),easeOutSine:t=>Math.sin(t*N),easeInOutSine:t=>-.5*(Math.cos(R*t)-1),easeInExpo:t=>0===t?0:Math.pow(2,10*(t-1)),easeOutExpo:t=>1===t?1:1-Math.pow(2,-10*t),easeInOutExpo:t=>Mt(t)?t:t<.5?.5*Math.pow(2,10*(2*t-1)):.5*(2-Math.pow(2,-10*(2*t-1))),easeInCirc:t=>t>=1?t:-(Math.sqrt(1-t*t)-1),easeOutCirc:t=>Math.sqrt(1-(t-=1)*t),easeInOutCirc:t=>(t/=.5)<1?-.5*(Math.sqrt(1-t*t)-1):.5*(Math.sqrt(1-(t-=2)*t)+1),easeInElastic:t=>Mt(t)?t:kt(t,.075,.3),easeOutElastic:t=>Mt(t)?t:wt(t,.075,.3),easeInOutElastic(t){const e=.1125,i=.45;return Mt(t)?t:t<.5?.5*kt(2*t,e,i):.5+.5*wt(2*t-1,e,i)},easeInBack(t){const e=1.70158;return t*t*((e+1)*t-e)},easeOutBack(t){const e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},easeInOutBack(t){let e=1.70158;return(t/=.5)<1?t*t*((1+(e*=1.525))*t-e)*.5:.5*((t-=2)*t*((1+(e*=1.525))*t+e)+2)},easeInBounce:t=>1-St.easeOutBounce(1-t),easeOutBounce(t){const e=7.5625,i=2.75;return t<1/i?e*t*t:t<2/i?e*(t-=1.5/i)*t+.75:t<2.5/i?e*(t-=2.25/i)*t+.9375:e*(t-=2.625/i)*t+.984375},easeInOutBounce:t=>t<.5?.5*St.easeInBounce(2*t):.5*St.easeOutBounce(2*t-1)+.5};
2
+ /*!
3
+ * @kurkle/color v0.2.1
4
+ * https://github.com/kurkle/color#readme
5
+ * (c) 2022 Jukka Kurkela
6
+ * Released under the MIT License
7
+ */
8
+ function Pt(t){return t+.5|0}const Dt=(t,e,i)=>Math.max(Math.min(t,i),e);function Ot(t){return Dt(Pt(2.55*t),0,255)}function Ct(t){return Dt(Pt(255*t),0,255)}function At(t){return Dt(Pt(t/2.55)/100,0,1)}function Lt(t){return Dt(Pt(100*t),0,100)}const Tt={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15},Et=[..."0123456789ABCDEF"],Rt=t=>Et[15&t],It=t=>Et[(240&t)>>4]+Et[15&t],Ft=t=>(240&t)>>4===(15&t),zt=t=>Ft(t.r)&&Ft(t.g)&&Ft(t.b)&&Ft(t.a);function Vt(t){var e,i=t.length;return"#"===t[0]&&(4===i||5===i?e={r:255&17*Tt[t[1]],g:255&17*Tt[t[2]],b:255&17*Tt[t[3]],a:5===i?17*Tt[t[4]]:255}:7!==i&&9!==i||(e={r:Tt[t[1]]<<4|Tt[t[2]],g:Tt[t[3]]<<4|Tt[t[4]],b:Tt[t[5]]<<4|Tt[t[6]],a:9===i?Tt[t[7]]<<4|Tt[t[8]]:255})),e}const Nt=(t,e)=>t<255?e(t):"";function Bt(t){var e=zt(t)?Rt:It;return t?"#"+e(t.r)+e(t.g)+e(t.b)+Nt(t.a,e):void 0}const jt=/^(hsla?|hwb|hsv)\(\s*([-+.e\d]+)(?:deg)?[\s,]+([-+.e\d]+)%[\s,]+([-+.e\d]+)%(?:[\s,]+([-+.e\d]+)(%)?)?\s*\)$/;function Wt(t,e,i){const s=e*Math.min(i,1-i),n=(e,n=(e+t/30)%12)=>i-s*Math.max(Math.min(n-3,9-n,1),-1);return[n(0),n(8),n(4)]}function Ht(t,e,i){const s=(s,n=(s+t/60)%6)=>i-i*e*Math.max(Math.min(n,4-n,1),0);return[s(5),s(3),s(1)]}function $t(t,e,i){const s=Wt(t,1,.5);let n;for(e+i>1&&(n=1/(e+i),e*=n,i*=n),n=0;n<3;n++)s[n]*=1-e-i,s[n]+=e;return s}function Yt(t,e,i,s,n){return t===n?(e-i)/s+(e<i?6:0):e===n?(i-t)/s+2:(t-e)/s+4}function Ut(t){const e=255,i=t.r/e,s=t.g/e,n=t.b/e,o=Math.max(i,s,n),a=Math.min(i,s,n),r=(o+a)/2;let h,l,c;return o!==a&&(c=o-a,l=r>.5?c/(2-o-a):c/(o+a),h=Yt(i,s,n,c,o),h=60*h+.5),[0|h,l||0,r]}function Xt(t,e,i,s){return(Array.isArray(e)?t(e[0],e[1],e[2]):t(e,i,s)).map(Ct)}function qt(t,e,i){return Xt(Wt,t,e,i)}function Kt(t,e,i){return Xt($t,t,e,i)}function Gt(t,e,i){return Xt(Ht,t,e,i)}function Zt(t){return(t%360+360)%360}function Jt(t){const e=jt.exec(t);let i,s=255;if(!e)return;e[5]!==i&&(s=e[6]?Ot(+e[5]):Ct(+e[5]));const n=Zt(+e[2]),o=+e[3]/100,a=+e[4]/100;return i="hwb"===e[1]?Kt(n,o,a):"hsv"===e[1]?Gt(n,o,a):qt(n,o,a),{r:i[0],g:i[1],b:i[2],a:s}}function Qt(t,e){var i=Ut(t);i[0]=Zt(i[0]+e),i=qt(i),t.r=i[0],t.g=i[1],t.b=i[2]}function te(t){if(!t)return;const e=Ut(t),i=e[0],s=Lt(e[1]),n=Lt(e[2]);return t.a<255?`hsla(${i}, ${s}%, ${n}%, ${At(t.a)})`:`hsl(${i}, ${s}%, ${n}%)`}const ee={x:"dark",Z:"light",Y:"re",X:"blu",W:"gr",V:"medium",U:"slate",A:"ee",T:"ol",S:"or",B:"ra",C:"lateg",D:"ights",R:"in",Q:"turquois",E:"hi",P:"ro",O:"al",N:"le",M:"de",L:"yello",F:"en",K:"ch",G:"arks",H:"ea",I:"ightg",J:"wh"},ie={OiceXe:"f0f8ff",antiquewEte:"faebd7",aqua:"ffff",aquamarRe:"7fffd4",azuY:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"0",blanKedOmond:"ffebcd",Xe:"ff",XeviTet:"8a2be2",bPwn:"a52a2a",burlywood:"deb887",caMtXe:"5f9ea0",KartYuse:"7fff00",KocTate:"d2691e",cSO:"ff7f50",cSnflowerXe:"6495ed",cSnsilk:"fff8dc",crimson:"dc143c",cyan:"ffff",xXe:"8b",xcyan:"8b8b",xgTMnPd:"b8860b",xWay:"a9a9a9",xgYF:"6400",xgYy:"a9a9a9",xkhaki:"bdb76b",xmagFta:"8b008b",xTivegYF:"556b2f",xSange:"ff8c00",xScEd:"9932cc",xYd:"8b0000",xsOmon:"e9967a",xsHgYF:"8fbc8f",xUXe:"483d8b",xUWay:"2f4f4f",xUgYy:"2f4f4f",xQe:"ced1",xviTet:"9400d3",dAppRk:"ff1493",dApskyXe:"bfff",dimWay:"696969",dimgYy:"696969",dodgerXe:"1e90ff",fiYbrick:"b22222",flSOwEte:"fffaf0",foYstWAn:"228b22",fuKsia:"ff00ff",gaRsbSo:"dcdcdc",ghostwEte:"f8f8ff",gTd:"ffd700",gTMnPd:"daa520",Way:"808080",gYF:"8000",gYFLw:"adff2f",gYy:"808080",honeyMw:"f0fff0",hotpRk:"ff69b4",RdianYd:"cd5c5c",Rdigo:"4b0082",ivSy:"fffff0",khaki:"f0e68c",lavFMr:"e6e6fa",lavFMrXsh:"fff0f5",lawngYF:"7cfc00",NmoncEffon:"fffacd",ZXe:"add8e6",ZcSO:"f08080",Zcyan:"e0ffff",ZgTMnPdLw:"fafad2",ZWay:"d3d3d3",ZgYF:"90ee90",ZgYy:"d3d3d3",ZpRk:"ffb6c1",ZsOmon:"ffa07a",ZsHgYF:"20b2aa",ZskyXe:"87cefa",ZUWay:"778899",ZUgYy:"778899",ZstAlXe:"b0c4de",ZLw:"ffffe0",lime:"ff00",limegYF:"32cd32",lRF:"faf0e6",magFta:"ff00ff",maPon:"800000",VaquamarRe:"66cdaa",VXe:"cd",VScEd:"ba55d3",VpurpN:"9370db",VsHgYF:"3cb371",VUXe:"7b68ee",VsprRggYF:"fa9a",VQe:"48d1cc",VviTetYd:"c71585",midnightXe:"191970",mRtcYam:"f5fffa",mistyPse:"ffe4e1",moccasR:"ffe4b5",navajowEte:"ffdead",navy:"80",Tdlace:"fdf5e6",Tive:"808000",TivedBb:"6b8e23",Sange:"ffa500",SangeYd:"ff4500",ScEd:"da70d6",pOegTMnPd:"eee8aa",pOegYF:"98fb98",pOeQe:"afeeee",pOeviTetYd:"db7093",papayawEp:"ffefd5",pHKpuff:"ffdab9",peru:"cd853f",pRk:"ffc0cb",plum:"dda0dd",powMrXe:"b0e0e6",purpN:"800080",YbeccapurpN:"663399",Yd:"ff0000",Psybrown:"bc8f8f",PyOXe:"4169e1",saddNbPwn:"8b4513",sOmon:"fa8072",sandybPwn:"f4a460",sHgYF:"2e8b57",sHshell:"fff5ee",siFna:"a0522d",silver:"c0c0c0",skyXe:"87ceeb",UXe:"6a5acd",UWay:"708090",UgYy:"708090",snow:"fffafa",sprRggYF:"ff7f",stAlXe:"4682b4",tan:"d2b48c",teO:"8080",tEstN:"d8bfd8",tomato:"ff6347",Qe:"40e0d0",viTet:"ee82ee",JHt:"f5deb3",wEte:"ffffff",wEtesmoke:"f5f5f5",Lw:"ffff00",LwgYF:"9acd32"};function se(){const t={},e=Object.keys(ie),i=Object.keys(ee);let s,n,o,a,r;for(s=0;s<e.length;s++){for(a=r=e[s],n=0;n<i.length;n++)o=i[n],r=r.replace(o,ee[o]);o=parseInt(ie[a],16),t[r]=[o>>16&255,o>>8&255,255&o]}return t}let ne;function oe(t){ne||(ne=se(),ne.transparent=[0,0,0,0]);const e=ne[t.toLowerCase()];return e&&{r:e[0],g:e[1],b:e[2],a:4===e.length?e[3]:255}}const ae=/^rgba?\(\s*([-+.\d]+)(%)?[\s,]+([-+.e\d]+)(%)?[\s,]+([-+.e\d]+)(%)?(?:[\s,/]+([-+.e\d]+)(%)?)?\s*\)$/;function re(t){const e=ae.exec(t);let i,s,n,o=255;if(e){if(e[7]!==i){const t=+e[7];o=e[8]?Ot(t):Dt(255*t,0,255)}return i=+e[1],s=+e[3],n=+e[5],i=255&(e[2]?Ot(i):Dt(i,0,255)),s=255&(e[4]?Ot(s):Dt(s,0,255)),n=255&(e[6]?Ot(n):Dt(n,0,255)),{r:i,g:s,b:n,a:o}}}function he(t){return t&&(t.a<255?`rgba(${t.r}, ${t.g}, ${t.b}, ${At(t.a)})`:`rgb(${t.r}, ${t.g}, ${t.b})`)}const le=t=>t<=.0031308?12.92*t:1.055*Math.pow(t,1/2.4)-.055,ce=t=>t<=.04045?t/12.92:Math.pow((t+.055)/1.055,2.4);function de(t,e,i){const s=ce(At(t.r)),n=ce(At(t.g)),o=ce(At(t.b));return{r:Ct(le(s+i*(ce(At(e.r))-s))),g:Ct(le(n+i*(ce(At(e.g))-n))),b:Ct(le(o+i*(ce(At(e.b))-o))),a:t.a+i*(e.a-t.a)}}function ue(t,e,i){if(t){let s=Ut(t);s[e]=Math.max(0,Math.min(s[e]+s[e]*i,0===e?360:1)),s=qt(s),t.r=s[0],t.g=s[1],t.b=s[2]}}function fe(t,e){return t?Object.assign(e||{},t):t}function ge(t){var e={r:0,g:0,b:0,a:255};return Array.isArray(t)?t.length>=3&&(e={r:t[0],g:t[1],b:t[2],a:255},t.length>3&&(e.a=Ct(t[3]))):(e=fe(t,{r:0,g:0,b:0,a:1}),e.a=Ct(e.a)),e}function pe(t){return"r"===t.charAt(0)?re(t):Jt(t)}class me{constructor(t){if(t instanceof me)return t;const e=typeof t;let i;"object"===e?i=ge(t):"string"===e&&(i=Vt(t)||oe(t)||pe(t)),this._rgb=i,this._valid=!!i}get valid(){return this._valid}get rgb(){var t=fe(this._rgb);return t&&(t.a=At(t.a)),t}set rgb(t){this._rgb=ge(t)}rgbString(){return this._valid?he(this._rgb):void 0}hexString(){return this._valid?Bt(this._rgb):void 0}hslString(){return this._valid?te(this._rgb):void 0}mix(t,e){if(t){const i=this.rgb,s=t.rgb;let n;const o=e===n?.5:e,a=2*o-1,r=i.a-s.a,h=((a*r===-1?a:(a+r)/(1+a*r))+1)/2;n=1-h,i.r=255&h*i.r+n*s.r+.5,i.g=255&h*i.g+n*s.g+.5,i.b=255&h*i.b+n*s.b+.5,i.a=o*i.a+(1-o)*s.a,this.rgb=i}return this}interpolate(t,e){return t&&(this._rgb=de(this._rgb,t._rgb,e)),this}clone(){return new me(this.rgb)}alpha(t){return this._rgb.a=Ct(t),this}clearer(t){const e=this._rgb;return e.a*=1-t,this}greyscale(){const t=this._rgb,e=Pt(.3*t.r+.59*t.g+.11*t.b);return t.r=t.g=t.b=e,this}opaquer(t){const e=this._rgb;return e.a*=1+t,this}negate(){const t=this._rgb;return t.r=255-t.r,t.g=255-t.g,t.b=255-t.b,this}lighten(t){return ue(this._rgb,2,t),this}darken(t){return ue(this._rgb,2,-t),this}saturate(t){return ue(this._rgb,1,t),this}desaturate(t){return ue(this._rgb,1,-t),this}rotate(t){return Qt(this._rgb,t),this}}function be(t){return new me(t)}function xe(t){if(t&&"object"===typeof t){const e=t.toString();return"[object CanvasPattern]"===e||"[object CanvasGradient]"===e}return!1}function _e(t){return xe(t)?t:be(t)}function ye(t){return xe(t)?t:be(t).saturate(.5).darken(.1).hexString()}const ve=Object.create(null),Me=Object.create(null);function ke(t,e){if(!e)return t;const i=e.split(".");for(let s=0,n=i.length;s<n;++s){const e=i[s];t=t[e]||(t[e]=Object.create(null))}return t}function we(t,e,i){return"string"===typeof e?M(ke(t,e),i):M(ke(t,""),e)}class Se{constructor(t){this.animation=void 0,this.backgroundColor="rgba(0,0,0,0.1)",this.borderColor="rgba(0,0,0,0.1)",this.color="#666",this.datasets={},this.devicePixelRatio=t=>t.chart.platform.getDevicePixelRatio(),this.elements={},this.events=["mousemove","mouseout","click","touchstart","touchmove"],this.font={family:"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif",size:12,style:"normal",lineHeight:1.2,weight:null},this.hover={},this.hoverBackgroundColor=(t,e)=>ye(e.backgroundColor),this.hoverBorderColor=(t,e)=>ye(e.borderColor),this.hoverColor=(t,e)=>ye(e.color),this.indexAxis="x",this.interaction={mode:"nearest",intersect:!0,includeInvisible:!1},this.maintainAspectRatio=!0,this.onHover=null,this.onClick=null,this.parsing=!0,this.plugins={},this.responsive=!0,this.scale=void 0,this.scales={},this.showLine=!0,this.drawActiveElementsOnTop=!0,this.describe(t)}set(t,e){return we(this,t,e)}get(t){return ke(this,t)}describe(t,e){return we(Me,t,e)}override(t,e){return we(ve,t,e)}route(t,e,i,s){const n=ke(this,t),o=ke(this,i),a="_"+e;Object.defineProperties(n,{[a]:{value:n[e],writable:!0},[e]:{enumerable:!0,get(){const t=this[a],e=o[s];return c(t)?Object.assign({},e,t):f(t,e)},set(t){this[a]=t}}})}}var Pe=new Se({_scriptable:t=>!t.startsWith("on"),_indexable:t=>"events"!==t,hover:{_fallback:"interaction"},interaction:{_scriptable:!1,_indexable:!1}});function De(t){return!t||h(t.size)||h(t.family)?null:(t.style?t.style+" ":"")+(t.weight?t.weight+" ":"")+t.size+"px "+t.family}function Oe(t,e,i,s,n){let o=e[n];return o||(o=e[n]=t.measureText(n).width,i.push(n)),o>s&&(s=o),s}function Ce(t,e,i,s){s=s||{};let n=s.data=s.data||{},o=s.garbageCollect=s.garbageCollect||[];s.font!==e&&(n=s.data={},o=s.garbageCollect=[],s.font=e),t.save(),t.font=e;let a=0;const r=i.length;let h,c,d,u,f;for(h=0;h<r;h++)if(u=i[h],void 0!==u&&null!==u&&!0!==l(u))a=Oe(t,n,o,a,u);else if(l(u))for(c=0,d=u.length;c<d;c++)f=u[c],void 0===f||null===f||l(f)||(a=Oe(t,n,o,a,f));t.restore();const g=o.length/2;if(g>i.length){for(h=0;h<g;h++)delete n[o[h]];o.splice(0,g)}return a}function Ae(t,e,i){const s=t.currentDevicePixelRatio,n=0!==i?Math.max(i/2,.5):0;return Math.round((e-n)*s)/s+n}function Le(t,e){e=e||t.getContext("2d"),e.save(),e.resetTransform(),e.clearRect(0,0,t.width,t.height),e.restore()}function Te(t,e,i,s){Ee(t,e,i,s,null)}function Ee(t,e,i,s,n){let o,a,r,h,l,c;const d=e.pointStyle,u=e.rotation,f=e.radius;let g=(u||0)*V;if(d&&"object"===typeof d&&(o=d.toString(),"[object HTMLImageElement]"===o||"[object HTMLCanvasElement]"===o))return t.save(),t.translate(i,s),t.rotate(g),t.drawImage(d,-d.width/2,-d.height/2,d.width,d.height),void t.restore();if(!(isNaN(f)||f<=0)){switch(t.beginPath(),d){default:n?t.ellipse(i,s,n/2,f,0,0,I):t.arc(i,s,f,0,I),t.closePath();break;case"triangle":t.moveTo(i+Math.sin(g)*f,s-Math.cos(g)*f),g+=j,t.lineTo(i+Math.sin(g)*f,s-Math.cos(g)*f),g+=j,t.lineTo(i+Math.sin(g)*f,s-Math.cos(g)*f),t.closePath();break;case"rectRounded":l=.516*f,h=f-l,a=Math.cos(g+B)*h,r=Math.sin(g+B)*h,t.arc(i-a,s-r,l,g-R,g-N),t.arc(i+r,s-a,l,g-N,g),t.arc(i+a,s+r,l,g,g+N),t.arc(i-r,s+a,l,g+N,g+R),t.closePath();break;case"rect":if(!u){h=Math.SQRT1_2*f,c=n?n/2:h,t.rect(i-c,s-h,2*c,2*h);break}g+=B;case"rectRot":a=Math.cos(g)*f,r=Math.sin(g)*f,t.moveTo(i-a,s-r),t.lineTo(i+r,s-a),t.lineTo(i+a,s+r),t.lineTo(i-r,s+a),t.closePath();break;case"crossRot":g+=B;case"cross":a=Math.cos(g)*f,r=Math.sin(g)*f,t.moveTo(i-a,s-r),t.lineTo(i+a,s+r),t.moveTo(i+r,s-a),t.lineTo(i-r,s+a);break;case"star":a=Math.cos(g)*f,r=Math.sin(g)*f,t.moveTo(i-a,s-r),t.lineTo(i+a,s+r),t.moveTo(i+r,s-a),t.lineTo(i-r,s+a),g+=B,a=Math.cos(g)*f,r=Math.sin(g)*f,t.moveTo(i-a,s-r),t.lineTo(i+a,s+r),t.moveTo(i+r,s-a),t.lineTo(i-r,s+a);break;case"line":a=n?n/2:Math.cos(g)*f,r=Math.sin(g)*f,t.moveTo(i-a,s-r),t.lineTo(i+a,s+r);break;case"dash":t.moveTo(i,s),t.lineTo(i+Math.cos(g)*f,s+Math.sin(g)*f);break}t.fill(),e.borderWidth>0&&t.stroke()}}function Re(t,e,i){return i=i||.5,!e||t&&t.x>e.left-i&&t.x<e.right+i&&t.y>e.top-i&&t.y<e.bottom+i}function Ie(t,e){t.save(),t.beginPath(),t.rect(e.left,e.top,e.right-e.left,e.bottom-e.top),t.clip()}function Fe(t){t.restore()}function ze(t,e,i,s,n){if(!e)return t.lineTo(i.x,i.y);if("middle"===n){const s=(e.x+i.x)/2;t.lineTo(s,e.y),t.lineTo(s,i.y)}else"after"===n!==!!s?t.lineTo(e.x,i.y):t.lineTo(i.x,e.y);t.lineTo(i.x,i.y)}function Ve(t,e,i,s){if(!e)return t.lineTo(i.x,i.y);t.bezierCurveTo(s?e.cp1x:e.cp2x,s?e.cp1y:e.cp2y,s?i.cp2x:i.cp1x,s?i.cp2y:i.cp1y,i.x,i.y)}function Ne(t,e,i,s,n,o={}){const a=l(e)?e:[e],r=o.strokeWidth>0&&""!==o.strokeColor;let c,d;for(t.save(),t.font=n.string,Be(t,o),c=0;c<a.length;++c)d=a[c],r&&(o.strokeColor&&(t.strokeStyle=o.strokeColor),h(o.strokeWidth)||(t.lineWidth=o.strokeWidth),t.strokeText(d,i,s,o.maxWidth)),t.fillText(d,i,s,o.maxWidth),je(t,i,s,d,o),s+=n.lineHeight;t.restore()}function Be(t,e){e.translation&&t.translate(e.translation[0],e.translation[1]),h(e.rotation)||t.rotate(e.rotation),e.color&&(t.fillStyle=e.color),e.textAlign&&(t.textAlign=e.textAlign),e.textBaseline&&(t.textBaseline=e.textBaseline)}function je(t,e,i,s,n){if(n.strikethrough||n.underline){const o=t.measureText(s),a=e-o.actualBoundingBoxLeft,r=e+o.actualBoundingBoxRight,h=i-o.actualBoundingBoxAscent,l=i+o.actualBoundingBoxDescent,c=n.strikethrough?(h+l)/2:l;t.strokeStyle=t.fillStyle,t.beginPath(),t.lineWidth=n.decorationWidth||2,t.moveTo(a,c),t.lineTo(r,c),t.stroke()}}function We(t,e){const{x:i,y:s,w:n,h:o,radius:a}=e;t.arc(i+a.topLeft,s+a.topLeft,a.topLeft,-N,R,!0),t.lineTo(i,s+o-a.bottomLeft),t.arc(i+a.bottomLeft,s+o-a.bottomLeft,a.bottomLeft,R,N,!0),t.lineTo(i+n-a.bottomRight,s+o),t.arc(i+n-a.bottomRight,s+o-a.bottomRight,a.bottomRight,N,0,!0),t.lineTo(i+n,s+a.topRight),t.arc(i+n-a.topRight,s+a.topRight,a.topRight,0,-N,!0),t.lineTo(i+a.topLeft,s)}const He=new RegExp(/^(normal|(\d+(?:\.\d+)?)(px|em|%)?)$/),$e=new RegExp(/^(normal|italic|initial|inherit|unset|(oblique( -?[0-9]?[0-9]deg)?))$/);function Ye(t,e){const i=(""+t).match(He);if(!i||"normal"===i[1])return 1.2*e;switch(t=+i[2],i[3]){case"px":return t;case"%":t/=100;break}return e*t}const Ue=t=>+t||0;function Xe(t,e){const i={},s=c(e),n=s?Object.keys(e):e,o=c(t)?s?i=>f(t[i],t[e[i]]):e=>t[e]:()=>t;for(const a of n)i[a]=Ue(o(a));return i}function qe(t){return Xe(t,{top:"y",right:"x",bottom:"y",left:"x"})}function Ke(t){return Xe(t,["topLeft","topRight","bottomLeft","bottomRight"])}function Ge(t){const e=qe(t);return e.width=e.left+e.right,e.height=e.top+e.bottom,e}function Ze(t,e){t=t||{},e=e||Pe.font;let i=f(t.size,e.size);"string"===typeof i&&(i=parseInt(i,10));let s=f(t.style,e.style);s&&!(""+s).match($e)&&(console.warn('Invalid font style specified: "'+s+'"'),s="");const n={family:f(t.family,e.family),lineHeight:Ye(f(t.lineHeight,e.lineHeight),i),size:i,style:s,weight:f(t.weight,e.weight),string:""};return n.string=De(n),n}function Je(t,e,i,s){let n,o,a,r=!0;for(n=0,o=t.length;n<o;++n)if(a=t[n],void 0!==a&&(void 0!==e&&"function"===typeof a&&(a=a(e),r=!1),void 0!==i&&l(a)&&(a=a[i%a.length],r=!1),void 0!==a))return s&&!r&&(s.cacheable=!1),a}function Qe(t,e,i){const{min:s,max:n}=t,o=p(e,(n-s)/2),a=(t,e)=>i&&0===t?0:t+e;return{min:a(s,-Math.abs(o)),max:a(n,o)}}function ti(t,e){return Object.assign(Object.create(t),e)}function ei(t,e=[""],i=t,s,n=(()=>t[0])){A(s)||(s=bi("_fallback",t));const o={[Symbol.toStringTag]:"Object",_cacheable:!0,_scopes:t,_rootScopes:i,_fallback:s,_getTarget:n,override:n=>ei([n,...t],e,i,s)};return new Proxy(o,{deleteProperty(e,i){return delete e[i],delete e._keys,delete t[0][i],!0},get(i,s){return ai(i,s,()=>mi(s,e,t,i))},getOwnPropertyDescriptor(t,e){return Reflect.getOwnPropertyDescriptor(t._scopes[0],e)},getPrototypeOf(){return Reflect.getPrototypeOf(t[0])},has(t,e){return xi(t).includes(e)},ownKeys(t){return xi(t)},set(t,e,i){const s=t._storage||(t._storage=n());return t[e]=s[e]=i,delete t._keys,!0}})}function ii(t,e,i,s){const n={_cacheable:!1,_proxy:t,_context:e,_subProxy:i,_stack:new Set,_descriptors:si(t,s),setContext:e=>ii(t,e,i,s),override:n=>ii(t.override(n),e,i,s)};return new Proxy(n,{deleteProperty(e,i){return delete e[i],delete t[i],!0},get(t,e,i){return ai(t,e,()=>ri(t,e,i))},getOwnPropertyDescriptor(e,i){return e._descriptors.allKeys?Reflect.has(t,i)?{enumerable:!0,configurable:!0}:void 0:Reflect.getOwnPropertyDescriptor(t,i)},getPrototypeOf(){return Reflect.getPrototypeOf(t)},has(e,i){return Reflect.has(t,i)},ownKeys(){return Reflect.ownKeys(t)},set(e,i,s){return t[i]=s,delete e[i],!0}})}function si(t,e={scriptable:!0,indexable:!0}){const{_scriptable:i=e.scriptable,_indexable:s=e.indexable,_allKeys:n=e.allKeys}=t;return{allKeys:n,scriptable:i,indexable:s,isScriptable:L(i)?i:()=>i,isIndexable:L(s)?s:()=>s}}const ni=(t,e)=>t?t+C(e):e,oi=(t,e)=>c(e)&&"adapters"!==t&&(null===Object.getPrototypeOf(e)||e.constructor===Object);function ai(t,e,i){if(Object.prototype.hasOwnProperty.call(t,e))return t[e];const s=i();return t[e]=s,s}function ri(t,e,i){const{_proxy:s,_context:n,_subProxy:o,_descriptors:a}=t;let r=s[e];return L(r)&&a.isScriptable(e)&&(r=hi(e,r,t,i)),l(r)&&r.length&&(r=li(e,r,t,a.isIndexable)),oi(e,r)&&(r=ii(r,n,o&&o[e],a)),r}function hi(t,e,i,s){const{_proxy:n,_context:o,_subProxy:a,_stack:r}=i;if(r.has(t))throw new Error("Recursion detected: "+Array.from(r).join("->")+"->"+t);return r.add(t),e=e(o,a||s),r.delete(t),oi(t,e)&&(e=fi(n._scopes,n,t,e)),e}function li(t,e,i,s){const{_proxy:n,_context:o,_subProxy:a,_descriptors:r}=i;if(A(o.index)&&s(t))e=e[o.index%e.length];else if(c(e[0])){const i=e,s=n._scopes.filter(t=>t!==i);e=[];for(const h of i){const i=fi(s,n,t,h);e.push(ii(i,o,a&&a[t],r))}}return e}function ci(t,e,i){return L(t)?t(e,i):t}const di=(t,e)=>!0===t?e:"string"===typeof t?P(e,t):void 0;function ui(t,e,i,s,n){for(const o of e){const e=di(i,o);if(e){t.add(e);const o=ci(e._fallback,i,n);if(A(o)&&o!==i&&o!==s)return o}else if(!1===e&&A(s)&&i!==s)return null}return!1}function fi(t,e,i,s){const n=e._rootScopes,o=ci(e._fallback,i,s),a=[...t,...n],r=new Set;r.add(s);let h=gi(r,a,i,o||i,s);return null!==h&&((!A(o)||o===i||(h=gi(r,a,o,h,s),null!==h))&&ei(Array.from(r),[""],n,o,()=>pi(e,i,s)))}function gi(t,e,i,s,n){while(i)i=ui(t,e,i,s,n);return i}function pi(t,e,i){const s=t._getTarget();e in s||(s[e]={});const n=s[e];return l(n)&&c(i)?i:n}function mi(t,e,i,s){let n;for(const o of e)if(n=bi(ni(o,t),i),A(n))return oi(t,n)?fi(i,s,t,n):n}function bi(t,e){for(const i of e){if(!i)continue;const e=i[t];if(A(e))return e}}function xi(t){let e=t._keys;return e||(e=t._keys=_i(t._scopes)),e}function _i(t){const e=new Set;for(const i of t)for(const t of Object.keys(i).filter(t=>!t.startsWith("_")))e.add(t);return Array.from(e)}function yi(t,e,i,s){const{iScale:n}=t,{key:o="r"}=this._parsing,a=new Array(s);let r,h,l,c;for(r=0,h=s;r<h;++r)l=r+i,c=e[l],a[r]={r:n.parse(P(c,o),l)};return a}const vi=Number.EPSILON||1e-14,Mi=(t,e)=>e<t.length&&!t[e].skip&&t[e],ki=t=>"x"===t?"y":"x";function wi(t,e,i,s){const n=t.skip?e:t,o=e,a=i.skip?e:i,r=tt(o,n),h=tt(a,o);let l=r/(r+h),c=h/(r+h);l=isNaN(l)?0:l,c=isNaN(c)?0:c;const d=s*l,u=s*c;return{previous:{x:o.x-d*(a.x-n.x),y:o.y-d*(a.y-n.y)},next:{x:o.x+u*(a.x-n.x),y:o.y+u*(a.y-n.y)}}}function Si(t,e,i){const s=t.length;let n,o,a,r,h,l=Mi(t,0);for(let c=0;c<s-1;++c)h=l,l=Mi(t,c+1),h&&l&&(X(e[c],0,vi)?i[c]=i[c+1]=0:(n=i[c]/e[c],o=i[c+1]/e[c],r=Math.pow(n,2)+Math.pow(o,2),r<=9||(a=3/Math.sqrt(r),i[c]=n*a*e[c],i[c+1]=o*a*e[c])))}function Pi(t,e,i="x"){const s=ki(i),n=t.length;let o,a,r,h=Mi(t,0);for(let l=0;l<n;++l){if(a=r,r=h,h=Mi(t,l+1),!r)continue;const n=r[i],c=r[s];a&&(o=(n-a[i])/3,r["cp1"+i]=n-o,r["cp1"+s]=c-o*e[l]),h&&(o=(h[i]-n)/3,r["cp2"+i]=n+o,r["cp2"+s]=c+o*e[l])}}function Di(t,e="x"){const i=ki(e),s=t.length,n=Array(s).fill(0),o=Array(s);let a,r,h,l=Mi(t,0);for(a=0;a<s;++a)if(r=h,h=l,l=Mi(t,a+1),h){if(l){const t=l[e]-h[e];n[a]=0!==t?(l[i]-h[i])/t:0}o[a]=r?l?H(n[a-1])!==H(n[a])?0:(n[a-1]+n[a])/2:n[a-1]:n[a]}Si(t,n,o),Pi(t,o,e)}function Oi(t,e,i){return Math.max(Math.min(t,i),e)}function Ci(t,e){let i,s,n,o,a,r=Re(t[0],e);for(i=0,s=t.length;i<s;++i)a=o,o=r,r=i<s-1&&Re(t[i+1],e),o&&(n=t[i],a&&(n.cp1x=Oi(n.cp1x,e.left,e.right),n.cp1y=Oi(n.cp1y,e.top,e.bottom)),r&&(n.cp2x=Oi(n.cp2x,e.left,e.right),n.cp2y=Oi(n.cp2y,e.top,e.bottom)))}function Ai(t,e,i,s,n){let o,a,r,h;if(e.spanGaps&&(t=t.filter(t=>!t.skip)),"monotone"===e.cubicInterpolationMode)Di(t,n);else{let i=s?t[t.length-1]:t[0];for(o=0,a=t.length;o<a;++o)r=t[o],h=wi(i,r,t[Math.min(o+1,a-(s?0:1))%a],e.tension),r.cp1x=h.previous.x,r.cp1y=h.previous.y,r.cp2x=h.next.x,r.cp2y=h.next.y,i=r}e.capBezierPoints&&Ci(t,i)}function Li(){return"undefined"!==typeof window&&"undefined"!==typeof document}function Ti(t){let e=t.parentNode;return e&&"[object ShadowRoot]"===e.toString()&&(e=e.host),e}function Ei(t,e,i){let s;return"string"===typeof t?(s=parseInt(t,10),-1!==t.indexOf("%")&&(s=s/100*e.parentNode[i])):s=t,s}const Ri=t=>window.getComputedStyle(t,null);function Ii(t,e){return Ri(t).getPropertyValue(e)}const Fi=["top","right","bottom","left"];function zi(t,e,i){const s={};i=i?"-"+i:"";for(let n=0;n<4;n++){const o=Fi[n];s[o]=parseFloat(t[e+"-"+o+i])||0}return s.width=s.left+s.right,s.height=s.top+s.bottom,s}const Vi=(t,e,i)=>(t>0||e>0)&&(!i||!i.shadowRoot);function Ni(t,e){const i=t.touches,s=i&&i.length?i[0]:t,{offsetX:n,offsetY:o}=s;let a,r,h=!1;if(Vi(n,o,t.target))a=n,r=o;else{const t=e.getBoundingClientRect();a=s.clientX-t.left,r=s.clientY-t.top,h=!0}return{x:a,y:r,box:h}}function Bi(t,e){if("native"in t)return t;const{canvas:i,currentDevicePixelRatio:s}=e,n=Ri(i),o="border-box"===n.boxSizing,a=zi(n,"padding"),r=zi(n,"border","width"),{x:h,y:l,box:c}=Ni(t,i),d=a.left+(c&&r.left),u=a.top+(c&&r.top);let{width:f,height:g}=e;return o&&(f-=a.width+r.width,g-=a.height+r.height),{x:Math.round((h-d)/f*i.width/s),y:Math.round((l-u)/g*i.height/s)}}function ji(t,e,i){let s,n;if(void 0===e||void 0===i){const o=Ti(t);if(o){const t=o.getBoundingClientRect(),a=Ri(o),r=zi(a,"border","width"),h=zi(a,"padding");e=t.width-h.width-r.width,i=t.height-h.height-r.height,s=Ei(a.maxWidth,o,"clientWidth"),n=Ei(a.maxHeight,o,"clientHeight")}else e=t.clientWidth,i=t.clientHeight}return{width:e,height:i,maxWidth:s||z,maxHeight:n||z}}const Wi=t=>Math.round(10*t)/10;function Hi(t,e,i,s){const n=Ri(t),o=zi(n,"margin"),a=Ei(n.maxWidth,t,"clientWidth")||z,r=Ei(n.maxHeight,t,"clientHeight")||z,h=ji(t,e,i);let{width:l,height:c}=h;if("content-box"===n.boxSizing){const t=zi(n,"border","width"),e=zi(n,"padding");l-=e.width+t.width,c-=e.height+t.height}return l=Math.max(0,l-o.width),c=Math.max(0,s?Math.floor(l/s):c-o.height),l=Wi(Math.min(l,a,h.maxWidth)),c=Wi(Math.min(c,r,h.maxHeight)),l&&!c&&(c=Wi(l/2)),{width:l,height:c}}function $i(t,e,i){const s=e||1,n=Math.floor(t.height*s),o=Math.floor(t.width*s);t.height=n/s,t.width=o/s;const a=t.canvas;return a.style&&(i||!a.style.height&&!a.style.width)&&(a.style.height=t.height+"px",a.style.width=t.width+"px"),(t.currentDevicePixelRatio!==s||a.height!==n||a.width!==o)&&(t.currentDevicePixelRatio=s,a.height=n,a.width=o,t.ctx.setTransform(s,0,0,s,0,0),!0)}const Yi=function(){let t=!1;try{const e={get passive(){return t=!0,!1}};window.addEventListener("test",null,e),window.removeEventListener("test",null,e)}catch(e){}return t}();function Ui(t,e){const i=Ii(t,e),s=i&&i.match(/^(\d+)(\.\d+)?px$/);return s?+s[1]:void 0}function Xi(t,e,i,s){return{x:t.x+i*(e.x-t.x),y:t.y+i*(e.y-t.y)}}function qi(t,e,i,s){return{x:t.x+i*(e.x-t.x),y:"middle"===s?i<.5?t.y:e.y:"after"===s?i<1?t.y:e.y:i>0?e.y:t.y}}function Ki(t,e,i,s){const n={x:t.cp2x,y:t.cp2y},o={x:e.cp1x,y:e.cp1y},a=Xi(t,n,i),r=Xi(n,o,i),h=Xi(o,e,i),l=Xi(a,r,i),c=Xi(r,h,i);return Xi(l,c,i)}const Gi=new Map;function Zi(t,e){e=e||{};const i=t+JSON.stringify(e);let s=Gi.get(i);return s||(s=new Intl.NumberFormat(t,e),Gi.set(i,s)),s}function Ji(t,e,i){return Zi(e,i).format(t)}const Qi=function(t,e){return{x(i){return t+t+e-i},setWidth(t){e=t},textAlign(t){return"center"===t?t:"right"===t?"left":"right"},xPlus(t,e){return t-e},leftForLtr(t,e){return t-e}}},ts=function(){return{x(t){return t},setWidth(t){},textAlign(t){return t},xPlus(t,e){return t+e},leftForLtr(t,e){return t}}};function es(t,e,i){return t?Qi(e,i):ts()}function is(t,e){let i,s;"ltr"!==e&&"rtl"!==e||(i=t.canvas.style,s=[i.getPropertyValue("direction"),i.getPropertyPriority("direction")],i.setProperty("direction",e,"important"),t.prevTextDirection=s)}function ss(t,e){void 0!==e&&(delete t.prevTextDirection,t.canvas.style.setProperty("direction",e[0],e[1]))}function ns(t){return"angle"===t?{between:st,compare:et,normalize:it}:{between:at,compare:(t,e)=>t-e,normalize:t=>t}}function os({start:t,end:e,count:i,loop:s,style:n}){return{start:t%i,end:e%i,loop:s&&(e-t+1)%i===0,style:n}}function as(t,e,i){const{property:s,start:n,end:o}=i,{between:a,normalize:r}=ns(s),h=e.length;let l,c,{start:d,end:u,loop:f}=t;if(f){for(d+=h,u+=h,l=0,c=h;l<c;++l){if(!a(r(e[d%h][s]),n,o))break;d--,u--}d%=h,u%=h}return u<d&&(u+=h),{start:d,end:u,loop:f,style:t.style}}function rs(t,e,i){if(!i)return[t];const{property:s,start:n,end:o}=i,a=e.length,{compare:r,between:h,normalize:l}=ns(s),{start:c,end:d,loop:u,style:f}=as(t,e,i),g=[];let p,m,b,x=!1,_=null;const y=()=>h(n,b,p)&&0!==r(n,b),v=()=>0===r(o,p)||h(o,b,p),M=()=>x||y(),k=()=>!x||v();for(let w=c,S=c;w<=d;++w)m=e[w%a],m.skip||(p=l(m[s]),p!==b&&(x=h(p,n,o),null===_&&M()&&(_=0===r(p,n)?w:S),null!==_&&k()&&(g.push(os({start:_,end:w,loop:u,count:a,style:f})),_=null),S=w,b=p));return null!==_&&g.push(os({start:_,end:d,loop:u,count:a,style:f})),g}function hs(t,e){const i=[],s=t.segments;for(let n=0;n<s.length;n++){const o=rs(s[n],t.points,e);o.length&&i.push(...o)}return i}function ls(t,e,i,s){let n=0,o=e-1;if(i&&!s)while(n<e&&!t[n].skip)n++;while(n<e&&t[n].skip)n++;n%=e,i&&(o+=n);while(o>n&&t[o%e].skip)o--;return o%=e,{start:n,end:o}}function cs(t,e,i,s){const n=t.length,o=[];let a,r=e,h=t[e];for(a=e+1;a<=i;++a){const i=t[a%n];i.skip||i.stop?h.skip||(s=!1,o.push({start:e%n,end:(a-1)%n,loop:s}),e=r=i.stop?a:null):(r=a,h.skip&&(e=a)),h=i}return null!==r&&o.push({start:e%n,end:r%n,loop:s}),o}function ds(t,e){const i=t.points,s=t.options.spanGaps,n=i.length;if(!n)return[];const o=!!t._loop,{start:a,end:r}=ls(i,n,o,s);if(!0===s)return us(t,[{start:a,end:r,loop:o}],i,e);const h=r<a?r+n:r,l=!!t._fullLoop&&0===a&&r===n-1;return us(t,cs(i,a,h,l),i,e)}function us(t,e,i,s){return s&&s.setContext&&i?fs(t,e,i,s):e}function fs(t,e,i,s){const n=t._chart.getContext(),o=gs(t.options),{_datasetIndex:a,options:{spanGaps:r}}=t,h=i.length,l=[];let c=o,d=e[0].start,u=d;function f(t,e,s,n){const o=r?-1:1;if(t!==e){t+=h;while(i[t%h].skip)t-=o;while(i[e%h].skip)e+=o;t%h!==e%h&&(l.push({start:t%h,end:e%h,loop:s,style:n}),c=n,d=e%h)}}for(const g of e){d=r?d:g.start;let t,e=i[d%h];for(u=d+1;u<=g.end;u++){const o=i[u%h];t=gs(s.setContext(ti(n,{type:"segment",p0:e,p1:o,p0DataIndex:(u-1)%h,p1DataIndex:u%h,datasetIndex:a}))),ps(t,c)&&f(d,u-1,g.loop,c),e=o,c=t}d<u-1&&f(d,u-1,g.loop,c)}return l}function gs(t){return{backgroundColor:t.backgroundColor,borderCapStyle:t.borderCapStyle,borderDash:t.borderDash,borderDashOffset:t.borderDashOffset,borderJoinStyle:t.borderJoinStyle,borderWidth:t.borderWidth,borderColor:t.borderColor}}function ps(t,e){return e&&JSON.stringify(t)!==JSON.stringify(e)}
9
+ /*!
10
+ * Chart.js v3.9.1
11
+ * https://www.chartjs.org
12
+ * (c) 2022 Chart.js Contributors
13
+ * Released under the MIT License
14
+ */class ms{constructor(){this._request=null,this._charts=new Map,this._running=!1,this._lastDate=void 0}_notify(t,e,i,s){const n=e.listeners[s],o=e.duration;n.forEach(s=>s({chart:t,initial:e.initial,numSteps:o,currentStep:Math.min(i-e.start,o)}))}_refresh(){this._request||(this._running=!0,this._request=pt.call(window,()=>{this._update(),this._request=null,this._running&&this._refresh()}))}_update(t=Date.now()){let e=0;this._charts.forEach((i,s)=>{if(!i.running||!i.items.length)return;const n=i.items;let o,a=n.length-1,r=!1;for(;a>=0;--a)o=n[a],o._active?(o._total>i.duration&&(i.duration=o._total),o.tick(t),r=!0):(n[a]=n[n.length-1],n.pop());r&&(s.draw(),this._notify(s,i,t,"progress")),n.length||(i.running=!1,this._notify(s,i,t,"complete"),i.initial=!1),e+=n.length}),this._lastDate=t,0===e&&(this._running=!1)}_getAnims(t){const e=this._charts;let i=e.get(t);return i||(i={running:!1,initial:!0,items:[],listeners:{complete:[],progress:[]}},e.set(t,i)),i}listen(t,e,i){this._getAnims(t).listeners[e].push(i)}add(t,e){e&&e.length&&this._getAnims(t).items.push(...e)}has(t){return this._getAnims(t).items.length>0}start(t){const e=this._charts.get(t);e&&(e.running=!0,e.start=Date.now(),e.duration=e.items.reduce((t,e)=>Math.max(t,e._duration),0),this._refresh())}running(t){if(!this._running)return!1;const e=this._charts.get(t);return!!(e&&e.running&&e.items.length)}stop(t){const e=this._charts.get(t);if(!e||!e.items.length)return;const i=e.items;let s=i.length-1;for(;s>=0;--s)i[s].cancel();e.items=[],this._notify(t,e,Date.now(),"complete")}remove(t){return this._charts.delete(t)}}var bs=new ms;const xs="transparent",_s={boolean(t,e,i){return i>.5?e:t},color(t,e,i){const s=_e(t||xs),n=s.valid&&_e(e||xs);return n&&n.valid?n.mix(s,i).hexString():e},number(t,e,i){return t+(e-t)*i}};class ys{constructor(t,e,i,s){const n=e[i];s=Je([t.to,s,n,t.from]);const o=Je([t.from,n,s]);this._active=!0,this._fn=t.fn||_s[t.type||typeof o],this._easing=St[t.easing]||St.linear,this._start=Math.floor(Date.now()+(t.delay||0)),this._duration=this._total=Math.floor(t.duration),this._loop=!!t.loop,this._target=e,this._prop=i,this._from=o,this._to=s,this._promises=void 0}active(){return this._active}update(t,e,i){if(this._active){this._notify(!1);const s=this._target[this._prop],n=i-this._start,o=this._duration-n;this._start=i,this._duration=Math.floor(Math.max(o,t.duration)),this._total+=n,this._loop=!!t.loop,this._to=Je([t.to,e,s,t.from]),this._from=Je([t.from,s,e])}}cancel(){this._active&&(this.tick(Date.now()),this._active=!1,this._notify(!1))}tick(t){const e=t-this._start,i=this._duration,s=this._prop,n=this._from,o=this._loop,a=this._to;let r;if(this._active=n!==a&&(o||e<i),!this._active)return this._target[s]=a,void this._notify(!0);e<0?this._target[s]=n:(r=e/i%2,r=o&&r>1?2-r:r,r=this._easing(Math.min(1,Math.max(0,r))),this._target[s]=this._fn(n,a,r))}wait(){const t=this._promises||(this._promises=[]);return new Promise((e,i)=>{t.push({res:e,rej:i})})}_notify(t){const e=t?"res":"rej",i=this._promises||[];for(let s=0;s<i.length;s++)i[s][e]()}}const vs=["x","y","borderWidth","radius","tension"],Ms=["color","borderColor","backgroundColor"];Pe.set("animation",{delay:void 0,duration:1e3,easing:"easeOutQuart",fn:void 0,from:void 0,loop:void 0,to:void 0,type:void 0});const ks=Object.keys(Pe.animation);Pe.describe("animation",{_fallback:!1,_indexable:!1,_scriptable:t=>"onProgress"!==t&&"onComplete"!==t&&"fn"!==t}),Pe.set("animations",{colors:{type:"color",properties:Ms},numbers:{type:"number",properties:vs}}),Pe.describe("animations",{_fallback:"animation"}),Pe.set("transitions",{active:{animation:{duration:400}},resize:{animation:{duration:0}},show:{animations:{colors:{from:"transparent"},visible:{type:"boolean",duration:0}}},hide:{animations:{colors:{to:"transparent"},visible:{type:"boolean",easing:"linear",fn:t=>0|t}}}});class ws{constructor(t,e){this._chart=t,this._properties=new Map,this.configure(e)}configure(t){if(!c(t))return;const e=this._properties;Object.getOwnPropertyNames(t).forEach(i=>{const s=t[i];if(!c(s))return;const n={};for(const t of ks)n[t]=s[t];(l(s.properties)&&s.properties||[i]).forEach(t=>{t!==i&&e.has(t)||e.set(t,n)})})}_animateOptions(t,e){const i=e.options,s=Ps(t,i);if(!s)return[];const n=this._createAnimations(s,i);return i.$shared&&Ss(t.options.$animations,i).then(()=>{t.options=i},()=>{}),n}_createAnimations(t,e){const i=this._properties,s=[],n=t.$animations||(t.$animations={}),o=Object.keys(e),a=Date.now();let r;for(r=o.length-1;r>=0;--r){const h=o[r];if("$"===h.charAt(0))continue;if("options"===h){s.push(...this._animateOptions(t,e));continue}const l=e[h];let c=n[h];const d=i.get(h);if(c){if(d&&c.active()){c.update(d,l,a);continue}c.cancel()}d&&d.duration?(n[h]=c=new ys(d,t,h,l),s.push(c)):t[h]=l}return s}update(t,e){if(0===this._properties.size)return void Object.assign(t,e);const i=this._createAnimations(t,e);return i.length?(bs.add(this._chart,i),!0):void 0}}function Ss(t,e){const i=[],s=Object.keys(e);for(let n=0;n<s.length;n++){const e=t[s[n]];e&&e.active()&&i.push(e.wait())}return Promise.all(i)}function Ps(t,e){if(!e)return;let i=t.options;if(i)return i.$shared&&(t.options=i=Object.assign({},i,{$shared:!1,$animations:{}})),i;t.options=e}function Ds(t,e){const i=t&&t.options||{},s=i.reverse,n=void 0===i.min?e:0,o=void 0===i.max?e:0;return{start:s?o:n,end:s?n:o}}function Os(t,e,i){if(!1===i)return!1;const s=Ds(t,i),n=Ds(e,i);return{top:n.end,right:s.end,bottom:n.start,left:s.start}}function Cs(t){let e,i,s,n;return c(t)?(e=t.top,i=t.right,s=t.bottom,n=t.left):e=i=s=n=t,{top:e,right:i,bottom:s,left:n,disabled:!1===t}}function As(t,e){const i=[],s=t._getSortedDatasetMetas(e);let n,o;for(n=0,o=s.length;n<o;++n)i.push(s[n].index);return i}function Ls(t,e,i,s={}){const n=t.keys,o="single"===s.mode;let a,r,h,l;if(null!==e){for(a=0,r=n.length;a<r;++a){if(h=+n[a],h===i){if(s.all)continue;break}l=t.values[h],d(l)&&(o||0===e||H(e)===H(l))&&(e+=l)}return e}}function Ts(t){const e=Object.keys(t),i=new Array(e.length);let s,n,o;for(s=0,n=e.length;s<n;++s)o=e[s],i[s]={x:o,y:t[o]};return i}function Es(t,e){const i=t&&t.options.stacked;return i||void 0===i&&void 0!==e.stack}function Rs(t,e,i){return`${t.id}.${e.id}.${i.stack||i.type}`}function Is(t){const{min:e,max:i,minDefined:s,maxDefined:n}=t.getUserBounds();return{min:s?e:Number.NEGATIVE_INFINITY,max:n?i:Number.POSITIVE_INFINITY}}function Fs(t,e,i){const s=t[e]||(t[e]={});return s[i]||(s[i]={})}function zs(t,e,i,s){for(const n of e.getMatchingVisibleMetas(s).reverse()){const e=t[n.index];if(i&&e>0||!i&&e<0)return n.index}return null}function Vs(t,e){const{chart:i,_cachedMeta:s}=t,n=i._stacks||(i._stacks={}),{iScale:o,vScale:a,index:r}=s,h=o.axis,l=a.axis,c=Rs(o,a,s),d=e.length;let u;for(let f=0;f<d;++f){const t=e[f],{[h]:i,[l]:o}=t,d=t._stacks||(t._stacks={});u=d[l]=Fs(n,c,i),u[r]=o,u._top=zs(u,a,!0,s.type),u._bottom=zs(u,a,!1,s.type)}}function Ns(t,e){const i=t.scales;return Object.keys(i).filter(t=>i[t].axis===e).shift()}function Bs(t,e){return ti(t,{active:!1,dataset:void 0,datasetIndex:e,index:e,mode:"default",type:"dataset"})}function js(t,e,i){return ti(t,{active:!1,dataIndex:e,parsed:void 0,raw:void 0,element:i,index:e,mode:"default",type:"data"})}function Ws(t,e){const i=t.controller.index,s=t.vScale&&t.vScale.axis;if(s){e=e||t._parsed;for(const t of e){const e=t._stacks;if(!e||void 0===e[s]||void 0===e[s][i])return;delete e[s][i]}}}const Hs=t=>"reset"===t||"none"===t,$s=(t,e)=>e?t:Object.assign({},t),Ys=(t,e,i)=>t&&!e.hidden&&e._stacked&&{keys:As(i,!0),values:null};class Us{constructor(t,e){this.chart=t,this._ctx=t.ctx,this.index=e,this._cachedDataOpts={},this._cachedMeta=this.getMeta(),this._type=this._cachedMeta.type,this.options=void 0,this._parsing=!1,this._data=void 0,this._objectData=void 0,this._sharedOptions=void 0,this._drawStart=void 0,this._drawCount=void 0,this.enableOptionSharing=!1,this.supportsDecimation=!1,this.$context=void 0,this._syncList=[],this.initialize()}initialize(){const t=this._cachedMeta;this.configure(),this.linkScales(),t._stacked=Es(t.vScale,t),this.addElements()}updateIndex(t){this.index!==t&&Ws(this._cachedMeta),this.index=t}linkScales(){const t=this.chart,e=this._cachedMeta,i=this.getDataset(),s=(t,e,i,s)=>"x"===t?e:"r"===t?s:i,n=e.xAxisID=f(i.xAxisID,Ns(t,"x")),o=e.yAxisID=f(i.yAxisID,Ns(t,"y")),a=e.rAxisID=f(i.rAxisID,Ns(t,"r")),r=e.indexAxis,h=e.iAxisID=s(r,n,o,a),l=e.vAxisID=s(r,o,n,a);e.xScale=this.getScaleForId(n),e.yScale=this.getScaleForId(o),e.rScale=this.getScaleForId(a),e.iScale=this.getScaleForId(h),e.vScale=this.getScaleForId(l)}getDataset(){return this.chart.data.datasets[this.index]}getMeta(){return this.chart.getDatasetMeta(this.index)}getScaleForId(t){return this.chart.scales[t]}_getOtherScale(t){const e=this._cachedMeta;return t===e.iScale?e.vScale:e.iScale}reset(){this._update("reset")}_destroy(){const t=this._cachedMeta;this._data&&ft(this._data,this),t._stacked&&Ws(t)}_dataCheck(){const t=this.getDataset(),e=t.data||(t.data=[]),i=this._data;if(c(e))this._data=Ts(e);else if(i!==e){if(i){ft(i,this);const t=this._cachedMeta;Ws(t),t._parsed=[]}e&&Object.isExtensible(e)&&ut(e,this),this._syncList=[],this._data=e}}addElements(){const t=this._cachedMeta;this._dataCheck(),this.datasetElementType&&(t.dataset=new this.datasetElementType)}buildOrUpdateElements(t){const e=this._cachedMeta,i=this.getDataset();let s=!1;this._dataCheck();const n=e._stacked;e._stacked=Es(e.vScale,e),e.stack!==i.stack&&(s=!0,Ws(e),e.stack=i.stack),this._resyncElements(t),(s||n!==e._stacked)&&Vs(this,e._parsed)}configure(){const t=this.chart.config,e=t.datasetScopeKeys(this._type),i=t.getOptionScopes(this.getDataset(),e,!0);this.options=t.createResolver(i,this.getContext()),this._parsing=this.options.parsing,this._cachedDataOpts={}}parse(t,e){const{_cachedMeta:i,_data:s}=this,{iScale:n,_stacked:o}=i,a=n.axis;let r,h,d,u=0===t&&e===s.length||i._sorted,f=t>0&&i._parsed[t-1];if(!1===this._parsing)i._parsed=s,i._sorted=!0,d=s;else{d=l(s[t])?this.parseArrayData(i,s,t,e):c(s[t])?this.parseObjectData(i,s,t,e):this.parsePrimitiveData(i,s,t,e);const n=()=>null===h[a]||f&&h[a]<f[a];for(r=0;r<e;++r)i._parsed[r+t]=h=d[r],u&&(n()&&(u=!1),f=h);i._sorted=u}o&&Vs(this,d)}parsePrimitiveData(t,e,i,s){const{iScale:n,vScale:o}=t,a=n.axis,r=o.axis,h=n.getLabels(),l=n===o,c=new Array(s);let d,u,f;for(d=0,u=s;d<u;++d)f=d+i,c[d]={[a]:l||n.parse(h[f],f),[r]:o.parse(e[f],f)};return c}parseArrayData(t,e,i,s){const{xScale:n,yScale:o}=t,a=new Array(s);let r,h,l,c;for(r=0,h=s;r<h;++r)l=r+i,c=e[l],a[r]={x:n.parse(c[0],l),y:o.parse(c[1],l)};return a}parseObjectData(t,e,i,s){const{xScale:n,yScale:o}=t,{xAxisKey:a="x",yAxisKey:r="y"}=this._parsing,h=new Array(s);let l,c,d,u;for(l=0,c=s;l<c;++l)d=l+i,u=e[d],h[l]={x:n.parse(P(u,a),d),y:o.parse(P(u,r),d)};return h}getParsed(t){return this._cachedMeta._parsed[t]}getDataElement(t){return this._cachedMeta.data[t]}applyStack(t,e,i){const s=this.chart,n=this._cachedMeta,o=e[t.axis],a={keys:As(s,!0),values:e._stacks[t.axis]};return Ls(a,o,n.index,{mode:i})}updateRangeFromParsed(t,e,i,s){const n=i[e.axis];let o=null===n?NaN:n;const a=s&&i._stacks[e.axis];s&&a&&(s.values=a,o=Ls(s,n,this._cachedMeta.index)),t.min=Math.min(t.min,o),t.max=Math.max(t.max,o)}getMinMax(t,e){const i=this._cachedMeta,s=i._parsed,n=i._sorted&&t===i.iScale,o=s.length,a=this._getOtherScale(t),r=Ys(e,i,this.chart),h={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY},{min:l,max:c}=Is(a);let u,f;function g(){f=s[u];const e=f[a.axis];return!d(f[t.axis])||l>e||c<e}for(u=0;u<o;++u)if(!g()&&(this.updateRangeFromParsed(h,t,f,r),n))break;if(n)for(u=o-1;u>=0;--u)if(!g()){this.updateRangeFromParsed(h,t,f,r);break}return h}getAllParsedValues(t){const e=this._cachedMeta._parsed,i=[];let s,n,o;for(s=0,n=e.length;s<n;++s)o=e[s][t.axis],d(o)&&i.push(o);return i}getMaxOverflow(){return!1}getLabelAndValue(t){const e=this._cachedMeta,i=e.iScale,s=e.vScale,n=this.getParsed(t);return{label:i?""+i.getLabelForValue(n[i.axis]):"",value:s?""+s.getLabelForValue(n[s.axis]):""}}_update(t){const e=this._cachedMeta;this.update(t||"default"),e._clip=Cs(f(this.options.clip,Os(e.xScale,e.yScale,this.getMaxOverflow())))}update(t){}draw(){const t=this._ctx,e=this.chart,i=this._cachedMeta,s=i.data||[],n=e.chartArea,o=[],a=this._drawStart||0,r=this._drawCount||s.length-a,h=this.options.drawActiveElementsOnTop;let l;for(i.dataset&&i.dataset.draw(t,n,a,r),l=a;l<a+r;++l){const e=s[l];e.hidden||(e.active&&h?o.push(e):e.draw(t,n))}for(l=0;l<o.length;++l)o[l].draw(t,n)}getStyle(t,e){const i=e?"active":"default";return void 0===t&&this._cachedMeta.dataset?this.resolveDatasetElementOptions(i):this.resolveDataElementOptions(t||0,i)}getContext(t,e,i){const s=this.getDataset();let n;if(t>=0&&t<this._cachedMeta.data.length){const e=this._cachedMeta.data[t];n=e.$context||(e.$context=js(this.getContext(),t,e)),n.parsed=this.getParsed(t),n.raw=s.data[t],n.index=n.dataIndex=t}else n=this.$context||(this.$context=Bs(this.chart.getContext(),this.index)),n.dataset=s,n.index=n.datasetIndex=this.index;return n.active=!!e,n.mode=i,n}resolveDatasetElementOptions(t){return this._resolveElementOptions(this.datasetElementType.id,t)}resolveDataElementOptions(t,e){return this._resolveElementOptions(this.dataElementType.id,e,t)}_resolveElementOptions(t,e="default",i){const s="active"===e,n=this._cachedDataOpts,o=t+"-"+e,a=n[o],r=this.enableOptionSharing&&A(i);if(a)return $s(a,r);const h=this.chart.config,l=h.datasetElementScopeKeys(this._type,t),c=s?[t+"Hover","hover",t,""]:[t,""],d=h.getOptionScopes(this.getDataset(),l),u=Object.keys(Pe.elements[t]),f=()=>this.getContext(i,s),g=h.resolveNamedOptions(d,u,f,c);return g.$shared&&(g.$shared=r,n[o]=Object.freeze($s(g,r))),g}_resolveAnimations(t,e,i){const s=this.chart,n=this._cachedDataOpts,o="animation-"+e,a=n[o];if(a)return a;let r;if(!1!==s.options.animation){const s=this.chart.config,n=s.datasetAnimationScopeKeys(this._type,e),o=s.getOptionScopes(this.getDataset(),n);r=s.createResolver(o,this.getContext(t,i,e))}const h=new ws(s,r&&r.animations);return r&&r._cacheable&&(n[o]=Object.freeze(h)),h}getSharedOptions(t){if(t.$shared)return this._sharedOptions||(this._sharedOptions=Object.assign({},t))}includeOptions(t,e){return!e||Hs(t)||this.chart._animationsDisabled}_getSharedOptions(t,e){const i=this.resolveDataElementOptions(t,e),s=this._sharedOptions,n=this.getSharedOptions(i),o=this.includeOptions(e,n)||n!==s;return this.updateSharedOptions(n,e,i),{sharedOptions:n,includeOptions:o}}updateElement(t,e,i,s){Hs(s)?Object.assign(t,i):this._resolveAnimations(e,s).update(t,i)}updateSharedOptions(t,e,i){t&&!Hs(e)&&this._resolveAnimations(void 0,e).update(t,i)}_setStyle(t,e,i,s){t.active=s;const n=this.getStyle(e,s);this._resolveAnimations(e,i,s).update(t,{options:!s&&this.getSharedOptions(n)||n})}removeHoverStyle(t,e,i){this._setStyle(t,i,"active",!1)}setHoverStyle(t,e,i){this._setStyle(t,i,"active",!0)}_removeDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!1)}_setDatasetHoverStyle(){const t=this._cachedMeta.dataset;t&&this._setStyle(t,void 0,"active",!0)}_resyncElements(t){const e=this._data,i=this._cachedMeta.data;for(const[a,r,h]of this._syncList)this[a](r,h);this._syncList=[];const s=i.length,n=e.length,o=Math.min(n,s);o&&this.parse(0,o),n>s?this._insertElements(s,n-s,t):n<s&&this._removeElements(n,s-n)}_insertElements(t,e,i=!0){const s=this._cachedMeta,n=s.data,o=t+e;let a;const r=t=>{for(t.length+=e,a=t.length-1;a>=o;a--)t[a]=t[a-e]};for(r(n),a=t;a<o;++a)n[a]=new this.dataElementType;this._parsing&&r(s._parsed),this.parse(t,e),i&&this.updateElements(n,t,e,"reset")}updateElements(t,e,i,s){}_removeElements(t,e){const i=this._cachedMeta;if(this._parsing){const s=i._parsed.splice(t,e);i._stacked&&Ws(i,s)}i.data.splice(t,e)}_sync(t){if(this._parsing)this._syncList.push(t);else{const[e,i,s]=t;this[e](i,s)}this.chart._dataChanges.push([this.index,...t])}_onDataPush(){const t=arguments.length;this._sync(["_insertElements",this.getDataset().data.length-t,t])}_onDataPop(){this._sync(["_removeElements",this._cachedMeta.data.length-1,1])}_onDataShift(){this._sync(["_removeElements",0,1])}_onDataSplice(t,e){e&&this._sync(["_removeElements",t,e]);const i=arguments.length-2;i&&this._sync(["_insertElements",t,i])}_onDataUnshift(){this._sync(["_insertElements",0,arguments.length])}}function Xs(t,e){if(!t._cache.$bar){const i=t.getMatchingVisibleMetas(e);let s=[];for(let e=0,n=i.length;e<n;e++)s=s.concat(i[e].controller.getAllParsedValues(t));t._cache.$bar=gt(s.sort((t,e)=>t-e))}return t._cache.$bar}function qs(t){const e=t.iScale,i=Xs(e,t.type);let s,n,o,a,r=e._length;const h=()=>{32767!==o&&-32768!==o&&(A(a)&&(r=Math.min(r,Math.abs(o-a)||r)),a=o)};for(s=0,n=i.length;s<n;++s)o=e.getPixelForValue(i[s]),h();for(a=void 0,s=0,n=e.ticks.length;s<n;++s)o=e.getPixelForTick(s),h();return r}function Ks(t,e,i,s){const n=i.barThickness;let o,a;return h(n)?(o=e.min*i.categoryPercentage,a=i.barPercentage):(o=n*s,a=1),{chunk:o/s,ratio:a,start:e.pixels[t]-o/2}}function Gs(t,e,i,s){const n=e.pixels,o=n[t];let a=t>0?n[t-1]:null,r=t<n.length-1?n[t+1]:null;const h=i.categoryPercentage;null===a&&(a=o-(null===r?e.end-e.start:r-o)),null===r&&(r=o+o-a);const l=o-(o-Math.min(a,r))/2*h,c=Math.abs(r-a)/2*h;return{chunk:c/s,ratio:i.barPercentage,start:l}}function Zs(t,e,i,s){const n=i.parse(t[0],s),o=i.parse(t[1],s),a=Math.min(n,o),r=Math.max(n,o);let h=a,l=r;Math.abs(a)>Math.abs(r)&&(h=r,l=a),e[i.axis]=l,e._custom={barStart:h,barEnd:l,start:n,end:o,min:a,max:r}}function Js(t,e,i,s){return l(t)?Zs(t,e,i,s):e[i.axis]=i.parse(t,s),e}function Qs(t,e,i,s){const n=t.iScale,o=t.vScale,a=n.getLabels(),r=n===o,h=[];let l,c,d,u;for(l=i,c=i+s;l<c;++l)u=e[l],d={},d[n.axis]=r||n.parse(a[l],l),h.push(Js(u,d,o,l));return h}function tn(t){return t&&void 0!==t.barStart&&void 0!==t.barEnd}function en(t,e,i){return 0!==t?H(t):(e.isHorizontal()?1:-1)*(e.min>=i?1:-1)}function sn(t){let e,i,s,n,o;return t.horizontal?(e=t.base>t.x,i="left",s="right"):(e=t.base<t.y,i="bottom",s="top"),e?(n="end",o="start"):(n="start",o="end"),{start:i,end:s,reverse:e,top:n,bottom:o}}function nn(t,e,i,s){let n=e.borderSkipped;const o={};if(!n)return void(t.borderSkipped=o);if(!0===n)return void(t.borderSkipped={top:!0,right:!0,bottom:!0,left:!0});const{start:a,end:r,reverse:h,top:l,bottom:c}=sn(t);"middle"===n&&i&&(t.enableBorderRadius=!0,(i._top||0)===s?n=l:(i._bottom||0)===s?n=c:(o[on(c,a,r,h)]=!0,n=l)),o[on(n,a,r,h)]=!0,t.borderSkipped=o}function on(t,e,i,s){return s?(t=an(t,e,i),t=rn(t,i,e)):t=rn(t,e,i),t}function an(t,e,i){return t===e?i:t===i?e:t}function rn(t,e,i){return"start"===t?e:"end"===t?i:t}function hn(t,{inflateAmount:e},i){t.inflateAmount="auto"===e?1===i?.33:0:e}Us.defaults={},Us.prototype.datasetElementType=null,Us.prototype.dataElementType=null;class ln extends Us{parsePrimitiveData(t,e,i,s){return Qs(t,e,i,s)}parseArrayData(t,e,i,s){return Qs(t,e,i,s)}parseObjectData(t,e,i,s){const{iScale:n,vScale:o}=t,{xAxisKey:a="x",yAxisKey:r="y"}=this._parsing,h="x"===n.axis?a:r,l="x"===o.axis?a:r,c=[];let d,u,f,g;for(d=i,u=i+s;d<u;++d)g=e[d],f={},f[n.axis]=n.parse(P(g,h),d),c.push(Js(P(g,l),f,o,d));return c}updateRangeFromParsed(t,e,i,s){super.updateRangeFromParsed(t,e,i,s);const n=i._custom;n&&e===this._cachedMeta.vScale&&(t.min=Math.min(t.min,n.min),t.max=Math.max(t.max,n.max))}getMaxOverflow(){return 0}getLabelAndValue(t){const e=this._cachedMeta,{iScale:i,vScale:s}=e,n=this.getParsed(t),o=n._custom,a=tn(o)?"["+o.start+", "+o.end+"]":""+s.getLabelForValue(n[s.axis]);return{label:""+i.getLabelForValue(n[i.axis]),value:a}}initialize(){this.enableOptionSharing=!0,super.initialize();const t=this._cachedMeta;t.stack=this.getDataset().stack}update(t){const e=this._cachedMeta;this.updateElements(e.data,0,e.data.length,t)}updateElements(t,e,i,s){const n="reset"===s,{index:o,_cachedMeta:{vScale:a}}=this,r=a.getBasePixel(),l=a.isHorizontal(),c=this._getRuler(),{sharedOptions:d,includeOptions:u}=this._getSharedOptions(e,s);for(let f=e;f<e+i;f++){const e=this.getParsed(f),i=n||h(e[a.axis])?{base:r,head:r}:this._calculateBarValuePixels(f),g=this._calculateBarIndexPixels(f,c),p=(e._stacks||{})[a.axis],m={horizontal:l,base:i.base,enableBorderRadius:!p||tn(e._custom)||o===p._top||o===p._bottom,x:l?i.head:g.center,y:l?g.center:i.head,height:l?g.size:Math.abs(i.size),width:l?Math.abs(i.size):g.size};u&&(m.options=d||this.resolveDataElementOptions(f,t[f].active?"active":s));const b=m.options||t[f].options;nn(m,b,p,o),hn(m,b,c.ratio),this.updateElement(t[f],f,m,s)}}_getStacks(t,e){const{iScale:i}=this._cachedMeta,s=i.getMatchingVisibleMetas(this._type).filter(t=>t.controller.options.grouped),n=i.options.stacked,o=[],a=t=>{const i=t.controller.getParsed(e),s=i&&i[t.vScale.axis];if(h(s)||isNaN(s))return!0};for(const r of s)if((void 0===e||!a(r))&&((!1===n||-1===o.indexOf(r.stack)||void 0===n&&void 0===r.stack)&&o.push(r.stack),r.index===t))break;return o.length||o.push(void 0),o}_getStackCount(t){return this._getStacks(void 0,t).length}_getStackIndex(t,e,i){const s=this._getStacks(t,i),n=void 0!==e?s.indexOf(e):-1;return-1===n?s.length-1:n}_getRuler(){const t=this.options,e=this._cachedMeta,i=e.iScale,s=[];let n,o;for(n=0,o=e.data.length;n<o;++n)s.push(i.getPixelForValue(this.getParsed(n)[i.axis],n));const a=t.barThickness,r=a||qs(e);return{min:r,pixels:s,start:i._startPixel,end:i._endPixel,stackCount:this._getStackCount(),scale:i,grouped:t.grouped,ratio:a?1:t.categoryPercentage*t.barPercentage}}_calculateBarValuePixels(t){const{_cachedMeta:{vScale:e,_stacked:i},options:{base:s,minBarLength:n}}=this,o=s||0,a=this.getParsed(t),r=a._custom,l=tn(r);let c,d,u=a[e.axis],f=0,g=i?this.applyStack(e,a,i):u;g!==u&&(f=g-u,g=u),l&&(u=r.barStart,g=r.barEnd-r.barStart,0!==u&&H(u)!==H(r.barEnd)&&(f=0),f+=u);const p=h(s)||l?f:s;let m=e.getPixelForValue(p);if(c=this.chart.getDataVisibility(t)?e.getPixelForValue(f+g):m,d=c-m,Math.abs(d)<n){d=en(d,e,o)*n,u===o&&(m-=d/2);const t=e.getPixelForDecimal(0),i=e.getPixelForDecimal(1),s=Math.min(t,i),a=Math.max(t,i);m=Math.max(Math.min(m,a),s),c=m+d}if(m===e.getPixelForValue(o)){const t=H(d)*e.getLineWidthForValue(o)/2;m+=t,d-=t}return{size:d,base:m,head:c,center:c+d/2}}_calculateBarIndexPixels(t,e){const i=e.scale,s=this.options,n=s.skipNull,o=f(s.maxBarThickness,1/0);let a,r;if(e.grouped){const i=n?this._getStackCount(t):e.stackCount,h="flex"===s.barThickness?Gs(t,e,s,i):Ks(t,e,s,i),l=this._getStackIndex(this.index,this._cachedMeta.stack,n?t:void 0);a=h.start+h.chunk*l+h.chunk/2,r=Math.min(o,h.chunk*h.ratio)}else a=i.getPixelForValue(this.getParsed(t)[i.axis],t),r=Math.min(o,e.min*e.ratio);return{base:a-r/2,head:a+r/2,center:a,size:r}}draw(){const t=this._cachedMeta,e=t.vScale,i=t.data,s=i.length;let n=0;for(;n<s;++n)null!==this.getParsed(n)[e.axis]&&i[n].draw(this._ctx)}}ln.id="bar",ln.defaults={datasetElementType:!1,dataElementType:"bar",categoryPercentage:.8,barPercentage:.9,grouped:!0,animations:{numbers:{type:"number",properties:["x","y","base","width","height"]}}},ln.overrides={scales:{_index_:{type:"category",offset:!0,grid:{offset:!0}},_value_:{type:"linear",beginAtZero:!0}}};class cn extends Us{initialize(){this.enableOptionSharing=!0,super.initialize()}parsePrimitiveData(t,e,i,s){const n=super.parsePrimitiveData(t,e,i,s);for(let o=0;o<n.length;o++)n[o]._custom=this.resolveDataElementOptions(o+i).radius;return n}parseArrayData(t,e,i,s){const n=super.parseArrayData(t,e,i,s);for(let o=0;o<n.length;o++){const t=e[i+o];n[o]._custom=f(t[2],this.resolveDataElementOptions(o+i).radius)}return n}parseObjectData(t,e,i,s){const n=super.parseObjectData(t,e,i,s);for(let o=0;o<n.length;o++){const t=e[i+o];n[o]._custom=f(t&&t.r&&+t.r,this.resolveDataElementOptions(o+i).radius)}return n}getMaxOverflow(){const t=this._cachedMeta.data;let e=0;for(let i=t.length-1;i>=0;--i)e=Math.max(e,t[i].size(this.resolveDataElementOptions(i))/2);return e>0&&e}getLabelAndValue(t){const e=this._cachedMeta,{xScale:i,yScale:s}=e,n=this.getParsed(t),o=i.getLabelForValue(n.x),a=s.getLabelForValue(n.y),r=n._custom;return{label:e.label,value:"("+o+", "+a+(r?", "+r:"")+")"}}update(t){const e=this._cachedMeta.data;this.updateElements(e,0,e.length,t)}updateElements(t,e,i,s){const n="reset"===s,{iScale:o,vScale:a}=this._cachedMeta,{sharedOptions:r,includeOptions:h}=this._getSharedOptions(e,s),l=o.axis,c=a.axis;for(let d=e;d<e+i;d++){const e=t[d],i=!n&&this.getParsed(d),u={},f=u[l]=n?o.getPixelForDecimal(.5):o.getPixelForValue(i[l]),g=u[c]=n?a.getBasePixel():a.getPixelForValue(i[c]);u.skip=isNaN(f)||isNaN(g),h&&(u.options=r||this.resolveDataElementOptions(d,e.active?"active":s),n&&(u.options.radius=0)),this.updateElement(e,d,u,s)}}resolveDataElementOptions(t,e){const i=this.getParsed(t);let s=super.resolveDataElementOptions(t,e);s.$shared&&(s=Object.assign({},s,{$shared:!1}));const n=s.radius;return"active"!==e&&(s.radius=0),s.radius+=f(i&&i._custom,n),s}}function dn(t,e,i){let s=1,n=1,o=0,a=0;if(e<I){const r=t,h=r+e,l=Math.cos(r),c=Math.sin(r),d=Math.cos(h),u=Math.sin(h),f=(t,e,s)=>st(t,r,h,!0)?1:Math.max(e,e*i,s,s*i),g=(t,e,s)=>st(t,r,h,!0)?-1:Math.min(e,e*i,s,s*i),p=f(0,l,d),m=f(N,c,u),b=g(R,l,d),x=g(R+N,c,u);s=(p-b)/2,n=(m-x)/2,o=-(p+b)/2,a=-(m+x)/2}return{ratioX:s,ratioY:n,offsetX:o,offsetY:a}}cn.id="bubble",cn.defaults={datasetElementType:!1,dataElementType:"point",animations:{numbers:{type:"number",properties:["x","y","borderWidth","radius"]}}},cn.overrides={scales:{x:{type:"linear"},y:{type:"linear"}},plugins:{tooltip:{callbacks:{title(){return""}}}}};class un extends Us{constructor(t,e){super(t,e),this.enableOptionSharing=!0,this.innerRadius=void 0,this.outerRadius=void 0,this.offsetX=void 0,this.offsetY=void 0}linkScales(){}parse(t,e){const i=this.getDataset().data,s=this._cachedMeta;if(!1===this._parsing)s._parsed=i;else{let n,o,a=t=>+i[t];if(c(i[t])){const{key:t="value"}=this._parsing;a=e=>+P(i[e],t)}for(n=t,o=t+e;n<o;++n)s._parsed[n]=a(n)}}_getRotation(){return G(this.options.rotation-90)}_getCircumference(){return G(this.options.circumference)}_getRotationExtents(){let t=I,e=-I;for(let i=0;i<this.chart.data.datasets.length;++i)if(this.chart.isDatasetVisible(i)){const s=this.chart.getDatasetMeta(i).controller,n=s._getRotation(),o=s._getCircumference();t=Math.min(t,n),e=Math.max(e,n+o)}return{rotation:t,circumference:e-t}}update(t){const e=this.chart,{chartArea:i}=e,s=this._cachedMeta,n=s.data,o=this.getMaxBorderWidth()+this.getMaxOffset(n)+this.options.spacing,a=Math.max((Math.min(i.width,i.height)-o)/2,0),r=Math.min(g(this.options.cutout,a),1),h=this._getRingWeight(this.index),{circumference:l,rotation:c}=this._getRotationExtents(),{ratioX:d,ratioY:u,offsetX:f,offsetY:m}=dn(c,l,r),b=(i.width-o)/d,x=(i.height-o)/u,_=Math.max(Math.min(b,x)/2,0),y=p(this.options.radius,_),v=Math.max(y*r,0),M=(y-v)/this._getVisibleDatasetWeightTotal();this.offsetX=f*y,this.offsetY=m*y,s.total=this.calculateTotal(),this.outerRadius=y-M*this._getRingWeightOffset(this.index),this.innerRadius=Math.max(this.outerRadius-M*h,0),this.updateElements(n,0,n.length,t)}_circumference(t,e){const i=this.options,s=this._cachedMeta,n=this._getCircumference();return e&&i.animation.animateRotate||!this.chart.getDataVisibility(t)||null===s._parsed[t]||s.data[t].hidden?0:this.calculateCircumference(s._parsed[t]*n/I)}updateElements(t,e,i,s){const n="reset"===s,o=this.chart,a=o.chartArea,r=o.options,h=r.animation,l=(a.left+a.right)/2,c=(a.top+a.bottom)/2,d=n&&h.animateScale,u=d?0:this.innerRadius,f=d?0:this.outerRadius,{sharedOptions:g,includeOptions:p}=this._getSharedOptions(e,s);let m,b=this._getRotation();for(m=0;m<e;++m)b+=this._circumference(m,n);for(m=e;m<e+i;++m){const e=this._circumference(m,n),i=t[m],o={x:l+this.offsetX,y:c+this.offsetY,startAngle:b,endAngle:b+e,circumference:e,outerRadius:f,innerRadius:u};p&&(o.options=g||this.resolveDataElementOptions(m,i.active?"active":s)),b+=e,this.updateElement(i,m,o,s)}}calculateTotal(){const t=this._cachedMeta,e=t.data;let i,s=0;for(i=0;i<e.length;i++){const n=t._parsed[i];null===n||isNaN(n)||!this.chart.getDataVisibility(i)||e[i].hidden||(s+=Math.abs(n))}return s}calculateCircumference(t){const e=this._cachedMeta.total;return e>0&&!isNaN(t)?I*(Math.abs(t)/e):0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],n=Ji(e._parsed[t],i.options.locale);return{label:s[t]||"",value:n}}getMaxBorderWidth(t){let e=0;const i=this.chart;let s,n,o,a,r;if(!t)for(s=0,n=i.data.datasets.length;s<n;++s)if(i.isDatasetVisible(s)){o=i.getDatasetMeta(s),t=o.data,a=o.controller;break}if(!t)return 0;for(s=0,n=t.length;s<n;++s)r=a.resolveDataElementOptions(s),"inner"!==r.borderAlign&&(e=Math.max(e,r.borderWidth||0,r.hoverBorderWidth||0));return e}getMaxOffset(t){let e=0;for(let i=0,s=t.length;i<s;++i){const t=this.resolveDataElementOptions(i);e=Math.max(e,t.offset||0,t.hoverOffset||0)}return e}_getRingWeightOffset(t){let e=0;for(let i=0;i<t;++i)this.chart.isDatasetVisible(i)&&(e+=this._getRingWeight(i));return e}_getRingWeight(t){return Math.max(f(this.chart.data.datasets[t].weight,1),0)}_getVisibleDatasetWeightTotal(){return this._getRingWeightOffset(this.chart.data.datasets.length)||1}}un.id="doughnut",un.defaults={datasetElementType:!1,dataElementType:"arc",animation:{animateRotate:!0,animateScale:!1},animations:{numbers:{type:"number",properties:["circumference","endAngle","innerRadius","outerRadius","startAngle","x","y","offset","borderWidth","spacing"]}},cutout:"50%",rotation:0,circumference:360,radius:"100%",spacing:0,indexAxis:"r"},un.descriptors={_scriptable:t=>"spacing"!==t,_indexable:t=>"spacing"!==t},un.overrides={aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data;if(e.labels.length&&e.datasets.length){const{labels:{pointStyle:i}}=t.legend.options;return e.labels.map((e,s)=>{const n=t.getDatasetMeta(0),o=n.controller.getStyle(s);return{text:e,fillStyle:o.backgroundColor,strokeStyle:o.borderColor,lineWidth:o.borderWidth,pointStyle:i,hidden:!t.getDataVisibility(s),index:s}})}return[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}},tooltip:{callbacks:{title(){return""},label(t){let e=t.label;const i=": "+t.formattedValue;return l(e)?(e=e.slice(),e[0]+=i):e+=i,e}}}}};class fn extends Us{initialize(){this.enableOptionSharing=!0,this.supportsDecimation=!0,super.initialize()}update(t){const e=this._cachedMeta,{dataset:i,data:s=[],_dataset:n}=e,o=this.chart._animationsDisabled;let{start:a,count:r}=yt(e,s,o);this._drawStart=a,this._drawCount=r,vt(e)&&(a=0,r=s.length),i._chart=this.chart,i._datasetIndex=this.index,i._decimated=!!n._decimated,i.points=s;const h=this.resolveDatasetElementOptions(t);this.options.showLine||(h.borderWidth=0),h.segment=this.options.segment,this.updateElement(i,void 0,{animated:!o,options:h},t),this.updateElements(s,a,r,t)}updateElements(t,e,i,s){const n="reset"===s,{iScale:o,vScale:a,_stacked:r,_dataset:l}=this._cachedMeta,{sharedOptions:c,includeOptions:d}=this._getSharedOptions(e,s),u=o.axis,f=a.axis,{spanGaps:g,segment:p}=this.options,m=U(g)?g:Number.POSITIVE_INFINITY,b=this.chart._animationsDisabled||n||"none"===s;let x=e>0&&this.getParsed(e-1);for(let _=e;_<e+i;++_){const e=t[_],i=this.getParsed(_),g=b?e:{},y=h(i[f]),v=g[u]=o.getPixelForValue(i[u],_),M=g[f]=n||y?a.getBasePixel():a.getPixelForValue(r?this.applyStack(a,i,r):i[f],_);g.skip=isNaN(v)||isNaN(M)||y,g.stop=_>0&&Math.abs(i[u]-x[u])>m,p&&(g.parsed=i,g.raw=l.data[_]),d&&(g.options=c||this.resolveDataElementOptions(_,e.active?"active":s)),b||this.updateElement(e,_,g,s),x=i}}getMaxOverflow(){const t=this._cachedMeta,e=t.dataset,i=e.options&&e.options.borderWidth||0,s=t.data||[];if(!s.length)return i;const n=s[0].size(this.resolveDataElementOptions(0)),o=s[s.length-1].size(this.resolveDataElementOptions(s.length-1));return Math.max(i,n,o)/2}draw(){const t=this._cachedMeta;t.dataset.updateControlPoints(this.chart.chartArea,t.iScale.axis),super.draw()}}fn.id="line",fn.defaults={datasetElementType:"line",dataElementType:"point",showLine:!0,spanGaps:!1},fn.overrides={scales:{_index_:{type:"category"},_value_:{type:"linear"}}};class gn extends Us{constructor(t,e){super(t,e),this.innerRadius=void 0,this.outerRadius=void 0}getLabelAndValue(t){const e=this._cachedMeta,i=this.chart,s=i.data.labels||[],n=Ji(e._parsed[t].r,i.options.locale);return{label:s[t]||"",value:n}}parseObjectData(t,e,i,s){return yi.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta.data;this._updateRadius(),this.updateElements(e,0,e.length,t)}getMinMax(){const t=this._cachedMeta,e={min:Number.POSITIVE_INFINITY,max:Number.NEGATIVE_INFINITY};return t.data.forEach((t,i)=>{const s=this.getParsed(i).r;!isNaN(s)&&this.chart.getDataVisibility(i)&&(s<e.min&&(e.min=s),s>e.max&&(e.max=s))}),e}_updateRadius(){const t=this.chart,e=t.chartArea,i=t.options,s=Math.min(e.right-e.left,e.bottom-e.top),n=Math.max(s/2,0),o=Math.max(i.cutoutPercentage?n/100*i.cutoutPercentage:1,0),a=(n-o)/t.getVisibleDatasetCount();this.outerRadius=n-a*this.index,this.innerRadius=this.outerRadius-a}updateElements(t,e,i,s){const n="reset"===s,o=this.chart,a=o.options,r=a.animation,h=this._cachedMeta.rScale,l=h.xCenter,c=h.yCenter,d=h.getIndexAngle(0)-.5*R;let u,f=d;const g=360/this.countVisibleElements();for(u=0;u<e;++u)f+=this._computeAngle(u,s,g);for(u=e;u<e+i;u++){const e=t[u];let i=f,a=f+this._computeAngle(u,s,g),p=o.getDataVisibility(u)?h.getDistanceFromCenterForValue(this.getParsed(u).r):0;f=a,n&&(r.animateScale&&(p=0),r.animateRotate&&(i=a=d));const m={x:l,y:c,innerRadius:0,outerRadius:p,startAngle:i,endAngle:a,options:this.resolveDataElementOptions(u,e.active?"active":s)};this.updateElement(e,u,m,s)}}countVisibleElements(){const t=this._cachedMeta;let e=0;return t.data.forEach((t,i)=>{!isNaN(this.getParsed(i).r)&&this.chart.getDataVisibility(i)&&e++}),e}_computeAngle(t,e,i){return this.chart.getDataVisibility(t)?G(this.resolveDataElementOptions(t,e).angle||i):0}}gn.id="polarArea",gn.defaults={dataElementType:"arc",animation:{animateRotate:!0,animateScale:!0},animations:{numbers:{type:"number",properties:["x","y","startAngle","endAngle","innerRadius","outerRadius"]}},indexAxis:"r",startAngle:0},gn.overrides={aspectRatio:1,plugins:{legend:{labels:{generateLabels(t){const e=t.data;if(e.labels.length&&e.datasets.length){const{labels:{pointStyle:i}}=t.legend.options;return e.labels.map((e,s)=>{const n=t.getDatasetMeta(0),o=n.controller.getStyle(s);return{text:e,fillStyle:o.backgroundColor,strokeStyle:o.borderColor,lineWidth:o.borderWidth,pointStyle:i,hidden:!t.getDataVisibility(s),index:s}})}return[]}},onClick(t,e,i){i.chart.toggleDataVisibility(e.index),i.chart.update()}},tooltip:{callbacks:{title(){return""},label(t){return t.chart.data.labels[t.dataIndex]+": "+t.formattedValue}}}},scales:{r:{type:"radialLinear",angleLines:{display:!1},beginAtZero:!0,grid:{circular:!0},pointLabels:{display:!1},startAngle:0}}};class pn extends un{}pn.id="pie",pn.defaults={cutout:0,rotation:0,circumference:360,radius:"100%"};class mn extends Us{getLabelAndValue(t){const e=this._cachedMeta.vScale,i=this.getParsed(t);return{label:e.getLabels()[t],value:""+e.getLabelForValue(i[e.axis])}}parseObjectData(t,e,i,s){return yi.bind(this)(t,e,i,s)}update(t){const e=this._cachedMeta,i=e.dataset,s=e.data||[],n=e.iScale.getLabels();if(i.points=s,"resize"!==t){const e=this.resolveDatasetElementOptions(t);this.options.showLine||(e.borderWidth=0);const o={_loop:!0,_fullLoop:n.length===s.length,options:e};this.updateElement(i,void 0,o,t)}this.updateElements(s,0,s.length,t)}updateElements(t,e,i,s){const n=this._cachedMeta.rScale,o="reset"===s;for(let a=e;a<e+i;a++){const e=t[a],i=this.resolveDataElementOptions(a,e.active?"active":s),r=n.getPointPositionForValue(a,this.getParsed(a).r),h=o?n.xCenter:r.x,l=o?n.yCenter:r.y,c={x:h,y:l,angle:r.angle,skip:isNaN(h)||isNaN(l),options:i};this.updateElement(e,a,c,s)}}}mn.id="radar",mn.defaults={datasetElementType:"line",dataElementType:"point",indexAxis:"r",showLine:!0,elements:{line:{fill:"start"}}},mn.overrides={aspectRatio:1,scales:{r:{type:"radialLinear"}}};class bn{constructor(){this.x=void 0,this.y=void 0,this.active=!1,this.options=void 0,this.$animations=void 0}tooltipPosition(t){const{x:e,y:i}=this.getProps(["x","y"],t);return{x:e,y:i}}hasValue(){return U(this.x)&&U(this.y)}getProps(t,e){const i=this.$animations;if(!e||!i)return this;const s={};return t.forEach(t=>{s[t]=i[t]&&i[t].active()?i[t]._to:this[t]}),s}}bn.defaults={},bn.defaultRoutes=void 0;const xn={values(t){return l(t)?t:""+t},numeric(t,e,i){if(0===t)return"0";const s=this.chart.options.locale;let n,o=t;if(i.length>1){const e=Math.max(Math.abs(i[0].value),Math.abs(i[i.length-1].value));(e<1e-4||e>1e15)&&(n="scientific"),o=_n(t,i)}const a=W(Math.abs(o)),r=Math.max(Math.min(-1*Math.floor(a),20),0),h={notation:n,minimumFractionDigits:r,maximumFractionDigits:r};return Object.assign(h,this.options.ticks.format),Ji(t,s,h)},logarithmic(t,e,i){if(0===t)return"0";const s=t/Math.pow(10,Math.floor(W(t)));return 1===s||2===s||5===s?xn.numeric.call(this,t,e,i):""}};function _n(t,e){let i=e.length>3?e[2].value-e[1].value:e[1].value-e[0].value;return Math.abs(i)>=1&&t!==Math.floor(t)&&(i=t-Math.floor(t)),i}var yn={formatters:xn};function vn(t,e){const i=t.options.ticks,s=i.maxTicksLimit||Mn(t),n=i.major.enabled?wn(e):[],o=n.length,a=n[0],r=n[o-1],l=[];if(o>s)return Sn(e,l,n,o/s),l;const c=kn(n,e,s);if(o>0){let t,i;const s=o>1?Math.round((r-a)/(o-1)):null;for(Pn(e,l,c,h(s)?0:a-s,a),t=0,i=o-1;t<i;t++)Pn(e,l,c,n[t],n[t+1]);return Pn(e,l,c,r,h(s)?e.length:r+s),l}return Pn(e,l,c),l}function Mn(t){const e=t.options.offset,i=t._tickSize(),s=t._length/i+(e?0:1),n=t._maxLength/i;return Math.floor(Math.min(s,n))}function kn(t,e,i){const s=Dn(t),n=e.length/i;if(!s)return Math.max(n,1);const o=Y(s);for(let a=0,r=o.length-1;a<r;a++){const t=o[a];if(t>n)return t}return Math.max(n,1)}function wn(t){const e=[];let i,s;for(i=0,s=t.length;i<s;i++)t[i].major&&e.push(i);return e}function Sn(t,e,i,s){let n,o=0,a=i[0];for(s=Math.ceil(s),n=0;n<t.length;n++)n===a&&(e.push(t[n]),o++,a=i[o*s])}function Pn(t,e,i,s,n){const o=f(s,0),a=Math.min(f(n,t.length),t.length);let r,h,l,c=0;i=Math.ceil(i),n&&(r=n-s,i=r/Math.floor(r/i)),l=o;while(l<0)c++,l=Math.round(o+c*i);for(h=Math.max(o,0);h<a;h++)h===l&&(e.push(t[h]),c++,l=Math.round(o+c*i))}function Dn(t){const e=t.length;let i,s;if(e<2)return!1;for(s=t[0],i=1;i<e;++i)if(t[i]-t[i-1]!==s)return!1;return s}Pe.set("scale",{display:!0,offset:!1,reverse:!1,beginAtZero:!1,bounds:"ticks",grace:0,grid:{display:!0,lineWidth:1,drawBorder:!0,drawOnChartArea:!0,drawTicks:!0,tickLength:8,tickWidth:(t,e)=>e.lineWidth,tickColor:(t,e)=>e.color,offset:!1,borderDash:[],borderDashOffset:0,borderWidth:1},title:{display:!1,text:"",padding:{top:4,bottom:4}},ticks:{minRotation:0,maxRotation:50,mirror:!1,textStrokeWidth:0,textStrokeColor:"",padding:3,display:!0,autoSkip:!0,autoSkipPadding:3,labelOffset:0,callback:yn.formatters.values,minor:{},major:{},align:"center",crossAlign:"near",showLabelBackdrop:!1,backdropColor:"rgba(255, 255, 255, 0.75)",backdropPadding:2}}),Pe.route("scale.ticks","color","","color"),Pe.route("scale.grid","color","","borderColor"),Pe.route("scale.grid","borderColor","","borderColor"),Pe.route("scale.title","color","","color"),Pe.describe("scale",{_fallback:!1,_scriptable:t=>!t.startsWith("before")&&!t.startsWith("after")&&"callback"!==t&&"parser"!==t,_indexable:t=>"borderDash"!==t&&"tickBorderDash"!==t}),Pe.describe("scales",{_fallback:"scale"}),Pe.describe("scale.ticks",{_scriptable:t=>"backdropPadding"!==t&&"callback"!==t,_indexable:t=>"backdropPadding"!==t});const On=t=>"left"===t?"right":"right"===t?"left":t,Cn=(t,e,i)=>"top"===e||"left"===e?t[e]+i:t[e]-i;function An(t,e){const i=[],s=t.length/e,n=t.length;let o=0;for(;o<n;o+=s)i.push(t[Math.floor(o)]);return i}function Ln(t,e,i){const s=t.ticks.length,n=Math.min(e,s-1),o=t._startPixel,a=t._endPixel,r=1e-6;let h,l=t.getPixelForTick(n);if(!(i&&(h=1===s?Math.max(l-o,a-l):0===e?(t.getPixelForTick(1)-l)/2:(l-t.getPixelForTick(n-1))/2,l+=n<e?h:-h,l<o-r||l>a+r)))return l}function Tn(t,e){b(t,t=>{const i=t.gc,s=i.length/2;let n;if(s>e){for(n=0;n<s;++n)delete t.data[i[n]];i.splice(0,s)}})}function En(t){return t.drawTicks?t.tickLength:0}function Rn(t,e){if(!t.display)return 0;const i=Ze(t.font,e),s=Ge(t.padding),n=l(t.text)?t.text.length:1;return n*i.lineHeight+s.height}function In(t,e){return ti(t,{scale:e,type:"scale"})}function Fn(t,e,i){return ti(t,{tick:i,index:e,type:"tick"})}function zn(t,e,i){let s=xt(t);return(i&&"right"!==e||!i&&"right"===e)&&(s=On(s)),s}function Vn(t,e,i,s){const{top:n,left:o,bottom:a,right:r,chart:h}=t,{chartArea:l,scales:d}=h;let u,f,g,p=0;const m=a-n,b=r-o;if(t.isHorizontal()){if(f=_t(s,o,r),c(i)){const t=Object.keys(i)[0],s=i[t];g=d[t].getPixelForValue(s)+m-e}else g="center"===i?(l.bottom+l.top)/2+m-e:Cn(t,i,e);u=r-o}else{if(c(i)){const t=Object.keys(i)[0],s=i[t];f=d[t].getPixelForValue(s)-b+e}else f="center"===i?(l.left+l.right)/2-b+e:Cn(t,i,e);g=_t(s,a,n),p="left"===i?-N:N}return{titleX:f,titleY:g,maxWidth:u,rotation:p}}class Nn extends bn{constructor(t){super(),this.id=t.id,this.type=t.type,this.options=void 0,this.ctx=t.ctx,this.chart=t.chart,this.top=void 0,this.bottom=void 0,this.left=void 0,this.right=void 0,this.width=void 0,this.height=void 0,this._margins={left:0,right:0,top:0,bottom:0},this.maxWidth=void 0,this.maxHeight=void 0,this.paddingTop=void 0,this.paddingBottom=void 0,this.paddingLeft=void 0,this.paddingRight=void 0,this.axis=void 0,this.labelRotation=void 0,this.min=void 0,this.max=void 0,this._range=void 0,this.ticks=[],this._gridLineItems=null,this._labelItems=null,this._labelSizes=null,this._length=0,this._maxLength=0,this._longestTextCache={},this._startPixel=void 0,this._endPixel=void 0,this._reversePixels=!1,this._userMax=void 0,this._userMin=void 0,this._suggestedMax=void 0,this._suggestedMin=void 0,this._ticksLength=0,this._borderValue=0,this._cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.getContext()),this.axis=t.axis,this._userMin=this.parse(t.min),this._userMax=this.parse(t.max),this._suggestedMin=this.parse(t.suggestedMin),this._suggestedMax=this.parse(t.suggestedMax)}parse(t,e){return t}getUserBounds(){let{_userMin:t,_userMax:e,_suggestedMin:i,_suggestedMax:s}=this;return t=u(t,Number.POSITIVE_INFINITY),e=u(e,Number.NEGATIVE_INFINITY),i=u(i,Number.POSITIVE_INFINITY),s=u(s,Number.NEGATIVE_INFINITY),{min:u(t,i),max:u(e,s),minDefined:d(t),maxDefined:d(e)}}getMinMax(t){let e,{min:i,max:s,minDefined:n,maxDefined:o}=this.getUserBounds();if(n&&o)return{min:i,max:s};const a=this.getMatchingVisibleMetas();for(let r=0,h=a.length;r<h;++r)e=a[r].controller.getMinMax(this,t),n||(i=Math.min(i,e.min)),o||(s=Math.max(s,e.max));return i=o&&i>s?s:i,s=n&&i>s?i:s,{min:u(i,u(s,i)),max:u(s,u(i,s))}}getPadding(){return{left:this.paddingLeft||0,top:this.paddingTop||0,right:this.paddingRight||0,bottom:this.paddingBottom||0}}getTicks(){return this.ticks}getLabels(){const t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLabels:t.yLabels)||t.labels||[]}beforeLayout(){this._cache={},this._dataLimitsCached=!1}beforeUpdate(){m(this.options.beforeUpdate,[this])}update(t,e,i){const{beginAtZero:s,grace:n,ticks:o}=this.options,a=o.sampleSize;this.beforeUpdate(),this.maxWidth=t,this.maxHeight=e,this._margins=i=Object.assign({left:0,right:0,top:0,bottom:0},i),this.ticks=null,this._labelSizes=null,this._gridLineItems=null,this._labelItems=null,this.beforeSetDimensions(),this.setDimensions(),this.afterSetDimensions(),this._maxLength=this.isHorizontal()?this.width+i.left+i.right:this.height+i.top+i.bottom,this._dataLimitsCached||(this.beforeDataLimits(),this.determineDataLimits(),this.afterDataLimits(),this._range=Qe(this,n,s),this._dataLimitsCached=!0),this.beforeBuildTicks(),this.ticks=this.buildTicks()||[],this.afterBuildTicks();const r=a<this.ticks.length;this._convertTicksToLabels(r?An(this.ticks,a):this.ticks),this.configure(),this.beforeCalculateLabelRotation(),this.calculateLabelRotation(),this.afterCalculateLabelRotation(),o.display&&(o.autoSkip||"auto"===o.source)&&(this.ticks=vn(this,this.ticks),this._labelSizes=null,this.afterAutoSkip()),r&&this._convertTicksToLabels(this.ticks),this.beforeFit(),this.fit(),this.afterFit(),this.afterUpdate()}configure(){let t,e,i=this.options.reverse;this.isHorizontal()?(t=this.left,e=this.right):(t=this.top,e=this.bottom,i=!i),this._startPixel=t,this._endPixel=e,this._reversePixels=i,this._length=e-t,this._alignToPixels=this.options.alignToPixels}afterUpdate(){m(this.options.afterUpdate,[this])}beforeSetDimensions(){m(this.options.beforeSetDimensions,[this])}setDimensions(){this.isHorizontal()?(this.width=this.maxWidth,this.left=0,this.right=this.width):(this.height=this.maxHeight,this.top=0,this.bottom=this.height),this.paddingLeft=0,this.paddingTop=0,this.paddingRight=0,this.paddingBottom=0}afterSetDimensions(){m(this.options.afterSetDimensions,[this])}_callHooks(t){this.chart.notifyPlugins(t,this.getContext()),m(this.options[t],[this])}beforeDataLimits(){this._callHooks("beforeDataLimits")}determineDataLimits(){}afterDataLimits(){this._callHooks("afterDataLimits")}beforeBuildTicks(){this._callHooks("beforeBuildTicks")}buildTicks(){return[]}afterBuildTicks(){this._callHooks("afterBuildTicks")}beforeTickToLabelConversion(){m(this.options.beforeTickToLabelConversion,[this])}generateTickLabels(t){const e=this.options.ticks;let i,s,n;for(i=0,s=t.length;i<s;i++)n=t[i],n.label=m(e.callback,[n.value,i,t],this)}afterTickToLabelConversion(){m(this.options.afterTickToLabelConversion,[this])}beforeCalculateLabelRotation(){m(this.options.beforeCalculateLabelRotation,[this])}calculateLabelRotation(){const t=this.options,e=t.ticks,i=this.ticks.length,s=e.minRotation||0,n=e.maxRotation;let o,a,r,h=s;if(!this._isVisible()||!e.display||s>=n||i<=1||!this.isHorizontal())return void(this.labelRotation=s);const l=this._getLabelSizes(),c=l.widest.width,d=l.highest.height,u=nt(this.chart.width-c,0,this.maxWidth);o=t.offset?this.maxWidth/i:u/(i-1),c+6>o&&(o=u/(i-(t.offset?.5:1)),a=this.maxHeight-En(t.grid)-e.padding-Rn(t.title,this.chart.options.font),r=Math.sqrt(c*c+d*d),h=Z(Math.min(Math.asin(nt((l.highest.height+6)/o,-1,1)),Math.asin(nt(a/r,-1,1))-Math.asin(nt(d/r,-1,1)))),h=Math.max(s,Math.min(n,h))),this.labelRotation=h}afterCalculateLabelRotation(){m(this.options.afterCalculateLabelRotation,[this])}afterAutoSkip(){}beforeFit(){m(this.options.beforeFit,[this])}fit(){const t={width:0,height:0},{chart:e,options:{ticks:i,title:s,grid:n}}=this,o=this._isVisible(),a=this.isHorizontal();if(o){const o=Rn(s,e.options.font);if(a?(t.width=this.maxWidth,t.height=En(n)+o):(t.height=this.maxHeight,t.width=En(n)+o),i.display&&this.ticks.length){const{first:e,last:s,widest:n,highest:o}=this._getLabelSizes(),r=2*i.padding,h=G(this.labelRotation),l=Math.cos(h),c=Math.sin(h);if(a){const e=i.mirror?0:c*n.width+l*o.height;t.height=Math.min(this.maxHeight,t.height+e+r)}else{const e=i.mirror?0:l*n.width+c*o.height;t.width=Math.min(this.maxWidth,t.width+e+r)}this._calculatePadding(e,s,c,l)}}this._handleMargins(),a?(this.width=this._length=e.width-this._margins.left-this._margins.right,this.height=t.height):(this.width=t.width,this.height=this._length=e.height-this._margins.top-this._margins.bottom)}_calculatePadding(t,e,i,s){const{ticks:{align:n,padding:o},position:a}=this.options,r=0!==this.labelRotation,h="top"!==a&&"x"===this.axis;if(this.isHorizontal()){const a=this.getPixelForTick(0)-this.left,l=this.right-this.getPixelForTick(this.ticks.length-1);let c=0,d=0;r?h?(c=s*t.width,d=i*e.height):(c=i*t.height,d=s*e.width):"start"===n?d=e.width:"end"===n?c=t.width:"inner"!==n&&(c=t.width/2,d=e.width/2),this.paddingLeft=Math.max((c-a+o)*this.width/(this.width-a),0),this.paddingRight=Math.max((d-l+o)*this.width/(this.width-l),0)}else{let i=e.height/2,s=t.height/2;"start"===n?(i=0,s=t.height):"end"===n&&(i=e.height,s=0),this.paddingTop=i+o,this.paddingBottom=s+o}}_handleMargins(){this._margins&&(this._margins.left=Math.max(this.paddingLeft,this._margins.left),this._margins.top=Math.max(this.paddingTop,this._margins.top),this._margins.right=Math.max(this.paddingRight,this._margins.right),this._margins.bottom=Math.max(this.paddingBottom,this._margins.bottom))}afterFit(){m(this.options.afterFit,[this])}isHorizontal(){const{axis:t,position:e}=this.options;return"top"===e||"bottom"===e||"x"===t}isFullSize(){return this.options.fullSize}_convertTicksToLabels(t){let e,i;for(this.beforeTickToLabelConversion(),this.generateTickLabels(t),e=0,i=t.length;e<i;e++)h(t[e].label)&&(t.splice(e,1),i--,e--);this.afterTickToLabelConversion()}_getLabelSizes(){let t=this._labelSizes;if(!t){const e=this.options.ticks.sampleSize;let i=this.ticks;e<i.length&&(i=An(i,e)),this._labelSizes=t=this._computeLabelSizes(i,i.length)}return t}_computeLabelSizes(t,e){const{ctx:i,_longestTextCache:s}=this,n=[],o=[];let a,r,c,d,u,f,g,p,m,b,x,_=0,y=0;for(a=0;a<e;++a){if(d=t[a].label,u=this._resolveTickFontOptions(a),i.font=f=u.string,g=s[f]=s[f]||{data:{},gc:[]},p=u.lineHeight,m=b=0,h(d)||l(d)){if(l(d))for(r=0,c=d.length;r<c;++r)x=d[r],h(x)||l(x)||(m=Oe(i,g.data,g.gc,m,x),b+=p)}else m=Oe(i,g.data,g.gc,m,d),b=p;n.push(m),o.push(b),_=Math.max(m,_),y=Math.max(b,y)}Tn(s,e);const v=n.indexOf(_),M=o.indexOf(y),k=t=>({width:n[t]||0,height:o[t]||0});return{first:k(0),last:k(e-1),widest:k(v),highest:k(M),widths:n,heights:o}}getLabelForValue(t){return t}getPixelForValue(t,e){return NaN}getValueForPixel(t){}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getPixelForDecimal(t){this._reversePixels&&(t=1-t);const e=this._startPixel+t*this._length;return ot(this._alignToPixels?Ae(this.chart,e,0):e)}getDecimalForPixel(t){const e=(t-this._startPixel)/this._length;return this._reversePixels?1-e:e}getBasePixel(){return this.getPixelForValue(this.getBaseValue())}getBaseValue(){const{min:t,max:e}=this;return t<0&&e<0?e:t>0&&e>0?t:0}getContext(t){const e=this.ticks||[];if(t>=0&&t<e.length){const i=e[t];return i.$context||(i.$context=Fn(this.getContext(),t,i))}return this.$context||(this.$context=In(this.chart.getContext(),this))}_tickSize(){const t=this.options.ticks,e=G(this.labelRotation),i=Math.abs(Math.cos(e)),s=Math.abs(Math.sin(e)),n=this._getLabelSizes(),o=t.autoSkipPadding||0,a=n?n.widest.width+o:0,r=n?n.highest.height+o:0;return this.isHorizontal()?r*i>a*s?a/i:r/s:r*s<a*i?r/i:a/s}_isVisible(){const t=this.options.display;return"auto"!==t?!!t:this.getMatchingVisibleMetas().length>0}_computeGridLineItems(t){const e=this.axis,i=this.chart,s=this.options,{grid:n,position:o}=s,a=n.offset,r=this.isHorizontal(),h=this.ticks,l=h.length+(a?1:0),d=En(n),u=[],g=n.setContext(this.getContext()),p=g.drawBorder?g.borderWidth:0,m=p/2,b=function(t){return Ae(i,t,p)};let x,_,y,v,M,k,w,S,P,D,O,C;if("top"===o)x=b(this.bottom),k=this.bottom-d,S=x-m,D=b(t.top)+m,C=t.bottom;else if("bottom"===o)x=b(this.top),D=t.top,C=b(t.bottom)-m,k=x+m,S=this.top+d;else if("left"===o)x=b(this.right),M=this.right-d,w=x-m,P=b(t.left)+m,O=t.right;else if("right"===o)x=b(this.left),P=t.left,O=b(t.right)-m,M=x+m,w=this.left+d;else if("x"===e){if("center"===o)x=b((t.top+t.bottom)/2+.5);else if(c(o)){const t=Object.keys(o)[0],e=o[t];x=b(this.chart.scales[t].getPixelForValue(e))}D=t.top,C=t.bottom,k=x+m,S=k+d}else if("y"===e){if("center"===o)x=b((t.left+t.right)/2);else if(c(o)){const t=Object.keys(o)[0],e=o[t];x=b(this.chart.scales[t].getPixelForValue(e))}M=x-m,w=M-d,P=t.left,O=t.right}const A=f(s.ticks.maxTicksLimit,l),L=Math.max(1,Math.ceil(l/A));for(_=0;_<l;_+=L){const t=n.setContext(this.getContext(_)),e=t.lineWidth,s=t.color,o=t.borderDash||[],h=t.borderDashOffset,l=t.tickWidth,c=t.tickColor,d=t.tickBorderDash||[],f=t.tickBorderDashOffset;y=Ln(this,_,a),void 0!==y&&(v=Ae(i,y,e),r?M=w=P=O=v:k=S=D=C=v,u.push({tx1:M,ty1:k,tx2:w,ty2:S,x1:P,y1:D,x2:O,y2:C,width:e,color:s,borderDash:o,borderDashOffset:h,tickWidth:l,tickColor:c,tickBorderDash:d,tickBorderDashOffset:f}))}return this._ticksLength=l,this._borderValue=x,u}_computeLabelItems(t){const e=this.axis,i=this.options,{position:s,ticks:n}=i,o=this.isHorizontal(),a=this.ticks,{align:r,crossAlign:h,padding:d,mirror:u}=n,f=En(i.grid),g=f+d,p=u?-d:g,m=-G(this.labelRotation),b=[];let x,_,y,v,M,k,w,S,P,D,O,C,A="middle";if("top"===s)k=this.bottom-p,w=this._getXAxisLabelAlignment();else if("bottom"===s)k=this.top+p,w=this._getXAxisLabelAlignment();else if("left"===s){const t=this._getYAxisLabelAlignment(f);w=t.textAlign,M=t.x}else if("right"===s){const t=this._getYAxisLabelAlignment(f);w=t.textAlign,M=t.x}else if("x"===e){if("center"===s)k=(t.top+t.bottom)/2+g;else if(c(s)){const t=Object.keys(s)[0],e=s[t];k=this.chart.scales[t].getPixelForValue(e)+g}w=this._getXAxisLabelAlignment()}else if("y"===e){if("center"===s)M=(t.left+t.right)/2-g;else if(c(s)){const t=Object.keys(s)[0],e=s[t];M=this.chart.scales[t].getPixelForValue(e)}w=this._getYAxisLabelAlignment(f).textAlign}"y"===e&&("start"===r?A="top":"end"===r&&(A="bottom"));const L=this._getLabelSizes();for(x=0,_=a.length;x<_;++x){y=a[x],v=y.label;const t=n.setContext(this.getContext(x));S=this.getPixelForTick(x)+n.labelOffset,P=this._resolveTickFontOptions(x),D=P.lineHeight,O=l(v)?v.length:1;const e=O/2,i=t.color,r=t.textStrokeColor,c=t.textStrokeWidth;let d,f=w;if(o?(M=S,"inner"===w&&(f=x===_-1?this.options.reverse?"left":"right":0===x?this.options.reverse?"right":"left":"center"),C="top"===s?"near"===h||0!==m?-O*D+D/2:"center"===h?-L.highest.height/2-e*D+D:-L.highest.height+D/2:"near"===h||0!==m?D/2:"center"===h?L.highest.height/2-e*D:L.highest.height-O*D,u&&(C*=-1)):(k=S,C=(1-O)*D/2),t.showLabelBackdrop){const e=Ge(t.backdropPadding),i=L.heights[x],s=L.widths[x];let n=k+C-e.top,o=M-e.left;switch(A){case"middle":n-=i/2;break;case"bottom":n-=i;break}switch(w){case"center":o-=s/2;break;case"right":o-=s;break}d={left:o,top:n,width:s+e.width,height:i+e.height,color:t.backdropColor}}b.push({rotation:m,label:v,font:P,color:i,strokeColor:r,strokeWidth:c,textOffset:C,textAlign:f,textBaseline:A,translation:[M,k],backdrop:d})}return b}_getXAxisLabelAlignment(){const{position:t,ticks:e}=this.options,i=-G(this.labelRotation);if(i)return"top"===t?"left":"right";let s="center";return"start"===e.align?s="left":"end"===e.align?s="right":"inner"===e.align&&(s="inner"),s}_getYAxisLabelAlignment(t){const{position:e,ticks:{crossAlign:i,mirror:s,padding:n}}=this.options,o=this._getLabelSizes(),a=t+n,r=o.widest.width;let h,l;return"left"===e?s?(l=this.right+n,"near"===i?h="left":"center"===i?(h="center",l+=r/2):(h="right",l+=r)):(l=this.right-a,"near"===i?h="right":"center"===i?(h="center",l-=r/2):(h="left",l=this.left)):"right"===e?s?(l=this.left+n,"near"===i?h="right":"center"===i?(h="center",l-=r/2):(h="left",l-=r)):(l=this.left+a,"near"===i?h="left":"center"===i?(h="center",l+=r/2):(h="right",l=this.right)):h="right",{textAlign:h,x:l}}_computeLabelArea(){if(this.options.ticks.mirror)return;const t=this.chart,e=this.options.position;return"left"===e||"right"===e?{top:0,left:this.left,bottom:t.height,right:this.right}:"top"===e||"bottom"===e?{top:this.top,left:0,bottom:this.bottom,right:t.width}:void 0}drawBackground(){const{ctx:t,options:{backgroundColor:e},left:i,top:s,width:n,height:o}=this;e&&(t.save(),t.fillStyle=e,t.fillRect(i,s,n,o),t.restore())}getLineWidthForValue(t){const e=this.options.grid;if(!this._isVisible()||!e.display)return 0;const i=this.ticks,s=i.findIndex(e=>e.value===t);if(s>=0){const t=e.setContext(this.getContext(s));return t.lineWidth}return 0}drawGrid(t){const e=this.options.grid,i=this.ctx,s=this._gridLineItems||(this._gridLineItems=this._computeGridLineItems(t));let n,o;const a=(t,e,s)=>{s.width&&s.color&&(i.save(),i.lineWidth=s.width,i.strokeStyle=s.color,i.setLineDash(s.borderDash||[]),i.lineDashOffset=s.borderDashOffset,i.beginPath(),i.moveTo(t.x,t.y),i.lineTo(e.x,e.y),i.stroke(),i.restore())};if(e.display)for(n=0,o=s.length;n<o;++n){const t=s[n];e.drawOnChartArea&&a({x:t.x1,y:t.y1},{x:t.x2,y:t.y2},t),e.drawTicks&&a({x:t.tx1,y:t.ty1},{x:t.tx2,y:t.ty2},{color:t.tickColor,width:t.tickWidth,borderDash:t.tickBorderDash,borderDashOffset:t.tickBorderDashOffset})}}drawBorder(){const{chart:t,ctx:e,options:{grid:i}}=this,s=i.setContext(this.getContext()),n=i.drawBorder?s.borderWidth:0;if(!n)return;const o=i.setContext(this.getContext(0)).lineWidth,a=this._borderValue;let r,h,l,c;this.isHorizontal()?(r=Ae(t,this.left,n)-n/2,h=Ae(t,this.right,o)+o/2,l=c=a):(l=Ae(t,this.top,n)-n/2,c=Ae(t,this.bottom,o)+o/2,r=h=a),e.save(),e.lineWidth=s.borderWidth,e.strokeStyle=s.borderColor,e.beginPath(),e.moveTo(r,l),e.lineTo(h,c),e.stroke(),e.restore()}drawLabels(t){const e=this.options.ticks;if(!e.display)return;const i=this.ctx,s=this._computeLabelArea();s&&Ie(i,s);const n=this._labelItems||(this._labelItems=this._computeLabelItems(t));let o,a;for(o=0,a=n.length;o<a;++o){const t=n[o],e=t.font,s=t.label;t.backdrop&&(i.fillStyle=t.backdrop.color,i.fillRect(t.backdrop.left,t.backdrop.top,t.backdrop.width,t.backdrop.height));let a=t.textOffset;Ne(i,s,0,a,e,t)}s&&Fe(i)}drawTitle(){const{ctx:t,options:{position:e,title:i,reverse:s}}=this;if(!i.display)return;const n=Ze(i.font),o=Ge(i.padding),a=i.align;let r=n.lineHeight/2;"bottom"===e||"center"===e||c(e)?(r+=o.bottom,l(i.text)&&(r+=n.lineHeight*(i.text.length-1))):r+=o.top;const{titleX:h,titleY:d,maxWidth:u,rotation:f}=Vn(this,r,e,a);Ne(t,i.text,0,0,n,{color:i.color,maxWidth:u,rotation:f,textAlign:zn(a,e,s),textBaseline:"middle",translation:[h,d]})}draw(t){this._isVisible()&&(this.drawBackground(),this.drawGrid(t),this.drawBorder(),this.drawTitle(),this.drawLabels(t))}_layers(){const t=this.options,e=t.ticks&&t.ticks.z||0,i=f(t.grid&&t.grid.z,-1);return this._isVisible()&&this.draw===Nn.prototype.draw?[{z:i,draw:t=>{this.drawBackground(),this.drawGrid(t),this.drawTitle()}},{z:i+1,draw:()=>{this.drawBorder()}},{z:e,draw:t=>{this.drawLabels(t)}}]:[{z:e,draw:t=>{this.draw(t)}}]}getMatchingVisibleMetas(t){const e=this.chart.getSortedVisibleDatasetMetas(),i=this.axis+"AxisID",s=[];let n,o;for(n=0,o=e.length;n<o;++n){const o=e[n];o[i]!==this.id||t&&o.type!==t||s.push(o)}return s}_resolveTickFontOptions(t){const e=this.options.ticks.setContext(this.getContext(t));return Ze(e.font)}_maxDigits(){const t=this._resolveTickFontOptions(0).lineHeight;return(this.isHorizontal()?this.width:this.height)/t}}class Bn{constructor(t,e,i){this.type=t,this.scope=e,this.override=i,this.items=Object.create(null)}isForType(t){return Object.prototype.isPrototypeOf.call(this.type.prototype,t.prototype)}register(t){const e=Object.getPrototypeOf(t);let i;Hn(e)&&(i=this.register(e));const s=this.items,n=t.id,o=this.scope+"."+n;if(!n)throw new Error("class does not have id: "+t);return n in s||(s[n]=t,jn(t,o,i),this.override&&Pe.override(t.id,t.overrides)),o}get(t){return this.items[t]}unregister(t){const e=this.items,i=t.id,s=this.scope;i in e&&delete e[i],s&&i in Pe[s]&&(delete Pe[s][i],this.override&&delete ve[i])}}function jn(t,e,i){const s=M(Object.create(null),[i?Pe.get(i):{},Pe.get(e),t.defaults]);Pe.set(e,s),t.defaultRoutes&&Wn(e,t.defaultRoutes),t.descriptors&&Pe.describe(e,t.descriptors)}function Wn(t,e){Object.keys(e).forEach(i=>{const s=i.split("."),n=s.pop(),o=[t].concat(s).join("."),a=e[i].split("."),r=a.pop(),h=a.join(".");Pe.route(o,n,h,r)})}function Hn(t){return"id"in t&&"defaults"in t}class $n{constructor(){this.controllers=new Bn(Us,"datasets",!0),this.elements=new Bn(bn,"elements"),this.plugins=new Bn(Object,"plugins"),this.scales=new Bn(Nn,"scales"),this._typedRegistries=[this.controllers,this.scales,this.elements]}add(...t){this._each("register",t)}remove(...t){this._each("unregister",t)}addControllers(...t){this._each("register",t,this.controllers)}addElements(...t){this._each("register",t,this.elements)}addPlugins(...t){this._each("register",t,this.plugins)}addScales(...t){this._each("register",t,this.scales)}getController(t){return this._get(t,this.controllers,"controller")}getElement(t){return this._get(t,this.elements,"element")}getPlugin(t){return this._get(t,this.plugins,"plugin")}getScale(t){return this._get(t,this.scales,"scale")}removeControllers(...t){this._each("unregister",t,this.controllers)}removeElements(...t){this._each("unregister",t,this.elements)}removePlugins(...t){this._each("unregister",t,this.plugins)}removeScales(...t){this._each("unregister",t,this.scales)}_each(t,e,i){[...e].forEach(e=>{const s=i||this._getRegistryForType(e);i||s.isForType(e)||s===this.plugins&&e.id?this._exec(t,s,e):b(e,e=>{const s=i||this._getRegistryForType(e);this._exec(t,s,e)})})}_exec(t,e,i){const s=C(t);m(i["before"+s],[],i),e[t](i),m(i["after"+s],[],i)}_getRegistryForType(t){for(let e=0;e<this._typedRegistries.length;e++){const i=this._typedRegistries[e];if(i.isForType(t))return i}return this.plugins}_get(t,e,i){const s=e.get(t);if(void 0===s)throw new Error('"'+t+'" is not a registered '+i+".");return s}}var Yn=new $n;class Un extends Us{update(t){const e=this._cachedMeta,{data:i=[]}=e,s=this.chart._animationsDisabled;let{start:n,count:o}=yt(e,i,s);if(this._drawStart=n,this._drawCount=o,vt(e)&&(n=0,o=i.length),this.options.showLine){const{dataset:n,_dataset:o}=e;n._chart=this.chart,n._datasetIndex=this.index,n._decimated=!!o._decimated,n.points=i;const a=this.resolveDatasetElementOptions(t);a.segment=this.options.segment,this.updateElement(n,void 0,{animated:!s,options:a},t)}this.updateElements(i,n,o,t)}addElements(){const{showLine:t}=this.options;!this.datasetElementType&&t&&(this.datasetElementType=Yn.getElement("line")),super.addElements()}updateElements(t,e,i,s){const n="reset"===s,{iScale:o,vScale:a,_stacked:r,_dataset:l}=this._cachedMeta,c=this.resolveDataElementOptions(e,s),d=this.getSharedOptions(c),u=this.includeOptions(s,d),f=o.axis,g=a.axis,{spanGaps:p,segment:m}=this.options,b=U(p)?p:Number.POSITIVE_INFINITY,x=this.chart._animationsDisabled||n||"none"===s;let _=e>0&&this.getParsed(e-1);for(let y=e;y<e+i;++y){const e=t[y],i=this.getParsed(y),c=x?e:{},p=h(i[g]),v=c[f]=o.getPixelForValue(i[f],y),M=c[g]=n||p?a.getBasePixel():a.getPixelForValue(r?this.applyStack(a,i,r):i[g],y);c.skip=isNaN(v)||isNaN(M)||p,c.stop=y>0&&Math.abs(i[f]-_[f])>b,m&&(c.parsed=i,c.raw=l.data[y]),u&&(c.options=d||this.resolveDataElementOptions(y,e.active?"active":s)),x||this.updateElement(e,y,c,s),_=i}this.updateSharedOptions(d,s,c)}getMaxOverflow(){const t=this._cachedMeta,e=t.data||[];if(!this.options.showLine){let t=0;for(let i=e.length-1;i>=0;--i)t=Math.max(t,e[i].size(this.resolveDataElementOptions(i))/2);return t>0&&t}const i=t.dataset,s=i.options&&i.options.borderWidth||0;if(!e.length)return s;const n=e[0].size(this.resolveDataElementOptions(0)),o=e[e.length-1].size(this.resolveDataElementOptions(e.length-1));return Math.max(s,n,o)/2}}Un.id="scatter",Un.defaults={datasetElementType:!1,dataElementType:"point",showLine:!1,fill:!1},Un.overrides={interaction:{mode:"point"},plugins:{tooltip:{callbacks:{title(){return""},label(t){return"("+t.label+", "+t.formattedValue+")"}}}},scales:{x:{type:"linear"},y:{type:"linear"}}};function Xn(){throw new Error("This method is not implemented: Check that a complete date adapter is provided.")}class qn{constructor(t){this.options=t||{}}init(t){}formats(){return Xn()}parse(t,e){return Xn()}format(t,e){return Xn()}add(t,e,i){return Xn()}diff(t,e,i){return Xn()}startOf(t,e,i){return Xn()}endOf(t,e){return Xn()}}qn.override=function(t){Object.assign(qn.prototype,t)};var Kn={_date:qn};function Gn(t,e,i,s){const{controller:n,data:o,_sorted:a}=t,r=n._cachedMeta.iScale;if(r&&e===r.axis&&"r"!==e&&a&&o.length){const t=r._reversePixels?lt:ht;if(!s)return t(o,e,i);if(n._sharedOptions){const s=o[0],n="function"===typeof s.getRange&&s.getRange(e);if(n){const s=t(o,e,i-n),a=t(o,e,i+n);return{lo:s.lo,hi:a.hi}}}}return{lo:0,hi:o.length-1}}function Zn(t,e,i,s,n){const o=t.getSortedVisibleDatasetMetas(),a=i[e];for(let r=0,h=o.length;r<h;++r){const{index:t,data:i}=o[r],{lo:h,hi:l}=Gn(o[r],e,a,n);for(let e=h;e<=l;++e){const n=i[e];n.skip||s(n,t,e)}}}function Jn(t){const e=-1!==t.indexOf("x"),i=-1!==t.indexOf("y");return function(t,s){const n=e?Math.abs(t.x-s.x):0,o=i?Math.abs(t.y-s.y):0;return Math.sqrt(Math.pow(n,2)+Math.pow(o,2))}}function Qn(t,e,i,s,n){const o=[];if(!n&&!t.isPointInArea(e))return o;const a=function(i,a,r){(n||Re(i,t.chartArea,0))&&i.inRange(e.x,e.y,s)&&o.push({element:i,datasetIndex:a,index:r})};return Zn(t,i,e,a,!0),o}function to(t,e,i,s){let n=[];function o(t,i,o){const{startAngle:a,endAngle:r}=t.getProps(["startAngle","endAngle"],s),{angle:h}=Q(t,{x:e.x,y:e.y});st(h,a,r)&&n.push({element:t,datasetIndex:i,index:o})}return Zn(t,i,e,o),n}function eo(t,e,i,s,n,o){let a=[];const r=Jn(i);let h=Number.POSITIVE_INFINITY;function l(i,l,c){const d=i.inRange(e.x,e.y,n);if(s&&!d)return;const u=i.getCenterPoint(n),f=!!o||t.isPointInArea(u);if(!f&&!d)return;const g=r(e,u);g<h?(a=[{element:i,datasetIndex:l,index:c}],h=g):g===h&&a.push({element:i,datasetIndex:l,index:c})}return Zn(t,i,e,l),a}function io(t,e,i,s,n,o){return o||t.isPointInArea(e)?"r"!==i||s?eo(t,e,i,s,n,o):to(t,e,i,n):[]}function so(t,e,i,s,n){const o=[],a="x"===i?"inXRange":"inYRange";let r=!1;return Zn(t,i,e,(t,s,h)=>{t[a](e[i],n)&&(o.push({element:t,datasetIndex:s,index:h}),r=r||t.inRange(e.x,e.y,n))}),s&&!r?[]:o}var no={evaluateInteractionItems:Zn,modes:{index(t,e,i,s){const n=Bi(e,t),o=i.axis||"x",a=i.includeInvisible||!1,r=i.intersect?Qn(t,n,o,s,a):io(t,n,o,!1,s,a),h=[];return r.length?(t.getSortedVisibleDatasetMetas().forEach(t=>{const e=r[0].index,i=t.data[e];i&&!i.skip&&h.push({element:i,datasetIndex:t.index,index:e})}),h):[]},dataset(t,e,i,s){const n=Bi(e,t),o=i.axis||"xy",a=i.includeInvisible||!1;let r=i.intersect?Qn(t,n,o,s,a):io(t,n,o,!1,s,a);if(r.length>0){const e=r[0].datasetIndex,i=t.getDatasetMeta(e).data;r=[];for(let t=0;t<i.length;++t)r.push({element:i[t],datasetIndex:e,index:t})}return r},point(t,e,i,s){const n=Bi(e,t),o=i.axis||"xy",a=i.includeInvisible||!1;return Qn(t,n,o,s,a)},nearest(t,e,i,s){const n=Bi(e,t),o=i.axis||"xy",a=i.includeInvisible||!1;return io(t,n,o,i.intersect,s,a)},x(t,e,i,s){const n=Bi(e,t);return so(t,n,"x",i.intersect,s)},y(t,e,i,s){const n=Bi(e,t);return so(t,n,"y",i.intersect,s)}}};const oo=["left","top","right","bottom"];function ao(t,e){return t.filter(t=>t.pos===e)}function ro(t,e){return t.filter(t=>-1===oo.indexOf(t.pos)&&t.box.axis===e)}function ho(t,e){return t.sort((t,i)=>{const s=e?i:t,n=e?t:i;return s.weight===n.weight?s.index-n.index:s.weight-n.weight})}function lo(t){const e=[];let i,s,n,o,a,r;for(i=0,s=(t||[]).length;i<s;++i)n=t[i],({position:o,options:{stack:a,stackWeight:r=1}}=n),e.push({index:i,box:n,pos:o,horizontal:n.isHorizontal(),weight:n.weight,stack:a&&o+a,stackWeight:r});return e}function co(t){const e={};for(const i of t){const{stack:t,pos:s,stackWeight:n}=i;if(!t||!oo.includes(s))continue;const o=e[t]||(e[t]={count:0,placed:0,weight:0,size:0});o.count++,o.weight+=n}return e}function uo(t,e){const i=co(t),{vBoxMaxWidth:s,hBoxMaxHeight:n}=e;let o,a,r;for(o=0,a=t.length;o<a;++o){r=t[o];const{fullSize:a}=r.box,h=i[r.stack],l=h&&r.stackWeight/h.weight;r.horizontal?(r.width=l?l*s:a&&e.availableWidth,r.height=n):(r.width=s,r.height=l?l*n:a&&e.availableHeight)}return i}function fo(t){const e=lo(t),i=ho(e.filter(t=>t.box.fullSize),!0),s=ho(ao(e,"left"),!0),n=ho(ao(e,"right")),o=ho(ao(e,"top"),!0),a=ho(ao(e,"bottom")),r=ro(e,"x"),h=ro(e,"y");return{fullSize:i,leftAndTop:s.concat(o),rightAndBottom:n.concat(h).concat(a).concat(r),chartArea:ao(e,"chartArea"),vertical:s.concat(n).concat(h),horizontal:o.concat(a).concat(r)}}function go(t,e,i,s){return Math.max(t[i],e[i])+Math.max(t[s],e[s])}function po(t,e){t.top=Math.max(t.top,e.top),t.left=Math.max(t.left,e.left),t.bottom=Math.max(t.bottom,e.bottom),t.right=Math.max(t.right,e.right)}function mo(t,e,i,s){const{pos:n,box:o}=i,a=t.maxPadding;if(!c(n)){i.size&&(t[n]-=i.size);const e=s[i.stack]||{size:0,count:1};e.size=Math.max(e.size,i.horizontal?o.height:o.width),i.size=e.size/e.count,t[n]+=i.size}o.getPadding&&po(a,o.getPadding());const r=Math.max(0,e.outerWidth-go(a,t,"left","right")),h=Math.max(0,e.outerHeight-go(a,t,"top","bottom")),l=r!==t.w,d=h!==t.h;return t.w=r,t.h=h,i.horizontal?{same:l,other:d}:{same:d,other:l}}function bo(t){const e=t.maxPadding;function i(i){const s=Math.max(e[i]-t[i],0);return t[i]+=s,s}t.y+=i("top"),t.x+=i("left"),i("right"),i("bottom")}function xo(t,e){const i=e.maxPadding;function s(t){const s={left:0,top:0,right:0,bottom:0};return t.forEach(t=>{s[t]=Math.max(e[t],i[t])}),s}return s(t?["left","right"]:["top","bottom"])}function _o(t,e,i,s){const n=[];let o,a,r,h,l,c;for(o=0,a=t.length,l=0;o<a;++o){r=t[o],h=r.box,h.update(r.width||e.w,r.height||e.h,xo(r.horizontal,e));const{same:a,other:d}=mo(e,i,r,s);l|=a&&n.length,c=c||d,h.fullSize||n.push(r)}return l&&_o(n,e,i,s)||c}function yo(t,e,i,s,n){t.top=i,t.left=e,t.right=e+s,t.bottom=i+n,t.width=s,t.height=n}function vo(t,e,i,s){const n=i.padding;let{x:o,y:a}=e;for(const r of t){const t=r.box,h=s[r.stack]||{count:1,placed:0,weight:1},l=r.stackWeight/h.weight||1;if(r.horizontal){const s=e.w*l,o=h.size||t.height;A(h.start)&&(a=h.start),t.fullSize?yo(t,n.left,a,i.outerWidth-n.right-n.left,o):yo(t,e.left+h.placed,a,s,o),h.start=a,h.placed+=s,a=t.bottom}else{const s=e.h*l,a=h.size||t.width;A(h.start)&&(o=h.start),t.fullSize?yo(t,o,n.top,a,i.outerHeight-n.bottom-n.top):yo(t,o,e.top+h.placed,a,s),h.start=o,h.placed+=s,o=t.right}}e.x=o,e.y=a}Pe.set("layout",{autoPadding:!0,padding:{top:0,right:0,bottom:0,left:0}});var Mo={addBox(t,e){t.boxes||(t.boxes=[]),e.fullSize=e.fullSize||!1,e.position=e.position||"top",e.weight=e.weight||0,e._layers=e._layers||function(){return[{z:0,draw(t){e.draw(t)}}]},t.boxes.push(e)},removeBox(t,e){const i=t.boxes?t.boxes.indexOf(e):-1;-1!==i&&t.boxes.splice(i,1)},configure(t,e,i){e.fullSize=i.fullSize,e.position=i.position,e.weight=i.weight},update(t,e,i,s){if(!t)return;const n=Ge(t.options.layout.padding),o=Math.max(e-n.width,0),a=Math.max(i-n.height,0),r=fo(t.boxes),h=r.vertical,l=r.horizontal;b(t.boxes,t=>{"function"===typeof t.beforeLayout&&t.beforeLayout()});const c=h.reduce((t,e)=>e.box.options&&!1===e.box.options.display?t:t+1,0)||1,d=Object.freeze({outerWidth:e,outerHeight:i,padding:n,availableWidth:o,availableHeight:a,vBoxMaxWidth:o/2/c,hBoxMaxHeight:a/2}),u=Object.assign({},n);po(u,Ge(s));const f=Object.assign({maxPadding:u,w:o,h:a,x:n.left,y:n.top},n),g=uo(h.concat(l),d);_o(r.fullSize,f,d,g),_o(h,f,d,g),_o(l,f,d,g)&&_o(h,f,d,g),bo(f),vo(r.leftAndTop,f,d,g),f.x+=f.w,f.y+=f.h,vo(r.rightAndBottom,f,d,g),t.chartArea={left:f.left,top:f.top,right:f.left+f.w,bottom:f.top+f.h,height:f.h,width:f.w},b(r.chartArea,e=>{const i=e.box;Object.assign(i,t.chartArea),i.update(f.w,f.h,{left:0,top:0,right:0,bottom:0})})}};class ko{acquireContext(t,e){}releaseContext(t){return!1}addEventListener(t,e,i){}removeEventListener(t,e,i){}getDevicePixelRatio(){return 1}getMaximumSize(t,e,i,s){return e=Math.max(0,e||t.width),i=i||t.height,{width:e,height:Math.max(0,s?Math.floor(e/s):i)}}isAttached(t){return!0}updateConfig(t){}}class wo extends ko{acquireContext(t){return t&&t.getContext&&t.getContext("2d")||null}updateConfig(t){t.options.animation=!1}}const So="$chartjs",Po={touchstart:"mousedown",touchmove:"mousemove",touchend:"mouseup",pointerenter:"mouseenter",pointerdown:"mousedown",pointermove:"mousemove",pointerup:"mouseup",pointerleave:"mouseout",pointerout:"mouseout"},Do=t=>null===t||""===t;function Oo(t,e){const i=t.style,s=t.getAttribute("height"),n=t.getAttribute("width");if(t[So]={initial:{height:s,width:n,style:{display:i.display,height:i.height,width:i.width}}},i.display=i.display||"block",i.boxSizing=i.boxSizing||"border-box",Do(n)){const e=Ui(t,"width");void 0!==e&&(t.width=e)}if(Do(s))if(""===t.style.height)t.height=t.width/(e||2);else{const e=Ui(t,"height");void 0!==e&&(t.height=e)}return t}const Co=!!Yi&&{passive:!0};function Ao(t,e,i){t.addEventListener(e,i,Co)}function Lo(t,e,i){t.canvas.removeEventListener(e,i,Co)}function To(t,e){const i=Po[t.type]||t.type,{x:s,y:n}=Bi(t,e);return{type:i,chart:e,native:t,x:void 0!==s?s:null,y:void 0!==n?n:null}}function Eo(t,e){for(const i of t)if(i===e||i.contains(e))return!0}function Ro(t,e,i){const s=t.canvas,n=new MutationObserver(t=>{let e=!1;for(const i of t)e=e||Eo(i.addedNodes,s),e=e&&!Eo(i.removedNodes,s);e&&i()});return n.observe(document,{childList:!0,subtree:!0}),n}function Io(t,e,i){const s=t.canvas,n=new MutationObserver(t=>{let e=!1;for(const i of t)e=e||Eo(i.removedNodes,s),e=e&&!Eo(i.addedNodes,s);e&&i()});return n.observe(document,{childList:!0,subtree:!0}),n}const Fo=new Map;let zo=0;function Vo(){const t=window.devicePixelRatio;t!==zo&&(zo=t,Fo.forEach((e,i)=>{i.currentDevicePixelRatio!==t&&e()}))}function No(t,e){Fo.size||window.addEventListener("resize",Vo),Fo.set(t,e)}function Bo(t){Fo.delete(t),Fo.size||window.removeEventListener("resize",Vo)}function jo(t,e,i){const s=t.canvas,n=s&&Ti(s);if(!n)return;const o=mt((t,e)=>{const s=n.clientWidth;i(t,e),s<n.clientWidth&&i()},window),a=new ResizeObserver(t=>{const e=t[0],i=e.contentRect.width,s=e.contentRect.height;0===i&&0===s||o(i,s)});return a.observe(n),No(t,o),a}function Wo(t,e,i){i&&i.disconnect(),"resize"===e&&Bo(t)}function Ho(t,e,i){const s=t.canvas,n=mt(e=>{null!==t.ctx&&i(To(e,t))},t,t=>{const e=t[0];return[e,e.offsetX,e.offsetY]});return Ao(s,e,n),n}class $o extends ko{acquireContext(t,e){const i=t&&t.getContext&&t.getContext("2d");return i&&i.canvas===t?(Oo(t,e),i):null}releaseContext(t){const e=t.canvas;if(!e[So])return!1;const i=e[So].initial;["height","width"].forEach(t=>{const s=i[t];h(s)?e.removeAttribute(t):e.setAttribute(t,s)});const s=i.style||{};return Object.keys(s).forEach(t=>{e.style[t]=s[t]}),e.width=e.width,delete e[So],!0}addEventListener(t,e,i){this.removeEventListener(t,e);const s=t.$proxies||(t.$proxies={}),n={attach:Ro,detach:Io,resize:jo},o=n[e]||Ho;s[e]=o(t,e,i)}removeEventListener(t,e){const i=t.$proxies||(t.$proxies={}),s=i[e];if(!s)return;const n={attach:Wo,detach:Wo,resize:Wo},o=n[e]||Lo;o(t,e,s),i[e]=void 0}getDevicePixelRatio(){return window.devicePixelRatio}getMaximumSize(t,e,i,s){return Hi(t,e,i,s)}isAttached(t){const e=Ti(t);return!(!e||!e.isConnected)}}function Yo(t){return!Li()||"undefined"!==typeof OffscreenCanvas&&t instanceof OffscreenCanvas?wo:$o}class Uo{constructor(){this._init=[]}notify(t,e,i,s){"beforeInit"===e&&(this._init=this._createDescriptors(t,!0),this._notify(this._init,t,"install"));const n=s?this._descriptors(t).filter(s):this._descriptors(t),o=this._notify(n,t,e,i);return"afterDestroy"===e&&(this._notify(n,t,"stop"),this._notify(this._init,t,"uninstall")),o}_notify(t,e,i,s){s=s||{};for(const n of t){const t=n.plugin,o=t[i],a=[e,s,n.options];if(!1===m(o,a,t)&&s.cancelable)return!1}return!0}invalidate(){h(this._cache)||(this._oldCache=this._cache,this._cache=void 0)}_descriptors(t){if(this._cache)return this._cache;const e=this._cache=this._createDescriptors(t);return this._notifyStateChanges(t),e}_createDescriptors(t,e){const i=t&&t.config,s=f(i.options&&i.options.plugins,{}),n=Xo(i);return!1!==s||e?Ko(t,n,s,e):[]}_notifyStateChanges(t){const e=this._oldCache||[],i=this._cache,s=(t,e)=>t.filter(t=>!e.some(e=>t.plugin.id===e.plugin.id));this._notify(s(e,i),t,"stop"),this._notify(s(i,e),t,"start")}}function Xo(t){const e={},i=[],s=Object.keys(Yn.plugins.items);for(let o=0;o<s.length;o++)i.push(Yn.getPlugin(s[o]));const n=t.plugins||[];for(let o=0;o<n.length;o++){const t=n[o];-1===i.indexOf(t)&&(i.push(t),e[t.id]=!0)}return{plugins:i,localIds:e}}function qo(t,e){return e||!1!==t?!0===t?{}:t:null}function Ko(t,{plugins:e,localIds:i},s,n){const o=[],a=t.getContext();for(const r of e){const e=r.id,h=qo(s[e],n);null!==h&&o.push({plugin:r,options:Go(t.config,{plugin:r,local:i[e]},h,a)})}return o}function Go(t,{plugin:e,local:i},s,n){const o=t.pluginScopeKeys(e),a=t.getOptionScopes(s,o);return i&&e.defaults&&a.push(e.defaults),t.createResolver(a,n,[""],{scriptable:!1,indexable:!1,allKeys:!0})}function Zo(t,e){const i=Pe.datasets[t]||{},s=(e.datasets||{})[t]||{};return s.indexAxis||e.indexAxis||i.indexAxis||"x"}function Jo(t,e){let i=t;return"_index_"===t?i=e:"_value_"===t&&(i="x"===e?"y":"x"),i}function Qo(t,e){return t===e?"_index_":"_value_"}function ta(t){return"top"===t||"bottom"===t?"x":"left"===t||"right"===t?"y":void 0}function ea(t,e){return"x"===t||"y"===t?t:e.axis||ta(e.position)||t.charAt(0).toLowerCase()}function ia(t,e){const i=ve[t.type]||{scales:{}},s=e.scales||{},n=Zo(t.type,e),o=Object.create(null),a=Object.create(null);return Object.keys(s).forEach(t=>{const e=s[t];if(!c(e))return console.error("Invalid scale configuration for scale: "+t);if(e._proxy)return console.warn("Ignoring resolver passed as options for scale: "+t);const r=ea(t,e),h=Qo(r,n),l=i.scales||{};o[r]=o[r]||t,a[t]=k(Object.create(null),[{axis:r},e,l[r],l[h]])}),t.data.datasets.forEach(i=>{const n=i.type||t.type,r=i.indexAxis||Zo(n,e),h=ve[n]||{},l=h.scales||{};Object.keys(l).forEach(t=>{const e=Jo(t,r),n=i[e+"AxisID"]||o[e]||e;a[n]=a[n]||Object.create(null),k(a[n],[{axis:e},s[n],l[t]])})}),Object.keys(a).forEach(t=>{const e=a[t];k(e,[Pe.scales[e.type],Pe.scale])}),a}function sa(t){const e=t.options||(t.options={});e.plugins=f(e.plugins,{}),e.scales=ia(t,e)}function na(t){return t=t||{},t.datasets=t.datasets||[],t.labels=t.labels||[],t}function oa(t){return t=t||{},t.data=na(t.data),sa(t),t}const aa=new Map,ra=new Set;function ha(t,e){let i=aa.get(t);return i||(i=e(),aa.set(t,i),ra.add(i)),i}const la=(t,e,i)=>{const s=P(e,i);void 0!==s&&t.add(s)};class ca{constructor(t){this._config=oa(t),this._scopeCache=new Map,this._resolverCache=new Map}get platform(){return this._config.platform}get type(){return this._config.type}set type(t){this._config.type=t}get data(){return this._config.data}set data(t){this._config.data=na(t)}get options(){return this._config.options}set options(t){this._config.options=t}get plugins(){return this._config.plugins}update(){const t=this._config;this.clearCache(),sa(t)}clearCache(){this._scopeCache.clear(),this._resolverCache.clear()}datasetScopeKeys(t){return ha(t,()=>[["datasets."+t,""]])}datasetAnimationScopeKeys(t,e){return ha(`${t}.transition.${e}`,()=>[[`datasets.${t}.transitions.${e}`,"transitions."+e],["datasets."+t,""]])}datasetElementScopeKeys(t,e){return ha(`${t}-${e}`,()=>[[`datasets.${t}.elements.${e}`,"datasets."+t,"elements."+e,""]])}pluginScopeKeys(t){const e=t.id,i=this.type;return ha(`${i}-plugin-${e}`,()=>[["plugins."+e,...t.additionalOptionScopes||[]]])}_cachedScopes(t,e){const i=this._scopeCache;let s=i.get(t);return s&&!e||(s=new Map,i.set(t,s)),s}getOptionScopes(t,e,i){const{options:s,type:n}=this,o=this._cachedScopes(t,i),a=o.get(e);if(a)return a;const r=new Set;e.forEach(e=>{t&&(r.add(t),e.forEach(e=>la(r,t,e))),e.forEach(t=>la(r,s,t)),e.forEach(t=>la(r,ve[n]||{},t)),e.forEach(t=>la(r,Pe,t)),e.forEach(t=>la(r,Me,t))});const h=Array.from(r);return 0===h.length&&h.push(Object.create(null)),ra.has(e)&&o.set(e,h),h}chartOptionScopes(){const{options:t,type:e}=this;return[t,ve[e]||{},Pe.datasets[e]||{},{type:e},Pe,Me]}resolveNamedOptions(t,e,i,s=[""]){const n={$shared:!0},{resolver:o,subPrefixes:a}=da(this._resolverCache,t,s);let r=o;if(fa(o,e)){n.$shared=!1,i=L(i)?i():i;const e=this.createResolver(t,i,a);r=ii(o,i,e)}for(const h of e)n[h]=r[h];return n}createResolver(t,e,i=[""],s){const{resolver:n}=da(this._resolverCache,t,i);return c(e)?ii(n,e,void 0,s):n}}function da(t,e,i){let s=t.get(e);s||(s=new Map,t.set(e,s));const n=i.join();let o=s.get(n);if(!o){const t=ei(e,i);o={resolver:t,subPrefixes:i.filter(t=>!t.toLowerCase().includes("hover"))},s.set(n,o)}return o}const ua=t=>c(t)&&Object.getOwnPropertyNames(t).reduce((e,i)=>e||L(t[i]),!1);function fa(t,e){const{isScriptable:i,isIndexable:s}=si(t);for(const n of e){const e=i(n),o=s(n),a=(o||e)&&t[n];if(e&&(L(a)||ua(a))||o&&l(a))return!0}return!1}var ga="3.9.1";const pa=["top","bottom","left","right","chartArea"];function ma(t,e){return"top"===t||"bottom"===t||-1===pa.indexOf(t)&&"x"===e}function ba(t,e){return function(i,s){return i[t]===s[t]?i[e]-s[e]:i[t]-s[t]}}function xa(t){const e=t.chart,i=e.options.animation;e.notifyPlugins("afterRender"),m(i&&i.onComplete,[t],e)}function _a(t){const e=t.chart,i=e.options.animation;m(i&&i.onProgress,[t],e)}function ya(t){return Li()&&"string"===typeof t?t=document.getElementById(t):t&&t.length&&(t=t[0]),t&&t.canvas&&(t=t.canvas),t}const va={},Ma=t=>{const e=ya(t);return Object.values(va).filter(t=>t.canvas===e).pop()};function ka(t,e,i){const s=Object.keys(t);for(const n of s){const s=+n;if(s>=e){const o=t[n];delete t[n],(i>0||s>e)&&(t[s+i]=o)}}}function wa(t,e,i,s){return i&&"mouseout"!==t.type?s?e:t:null}class Sa{constructor(t,e){const i=this.config=new ca(e),s=ya(t),n=Ma(s);if(n)throw new Error("Canvas is already in use. Chart with ID '"+n.id+"' must be destroyed before the canvas with ID '"+n.canvas.id+"' can be reused.");const o=i.createResolver(i.chartOptionScopes(),this.getContext());this.platform=new(i.platform||Yo(s)),this.platform.updateConfig(i);const a=this.platform.acquireContext(s,o.aspectRatio),h=a&&a.canvas,l=h&&h.height,c=h&&h.width;this.id=r(),this.ctx=a,this.canvas=h,this.width=c,this.height=l,this._options=o,this._aspectRatio=this.aspectRatio,this._layers=[],this._metasets=[],this._stacks=void 0,this.boxes=[],this.currentDevicePixelRatio=void 0,this.chartArea=void 0,this._active=[],this._lastEvent=void 0,this._listeners={},this._responsiveListeners=void 0,this._sortedMetasets=[],this.scales={},this._plugins=new Uo,this.$proxies={},this._hiddenIndices={},this.attached=!1,this._animationsDisabled=void 0,this.$context=void 0,this._doResize=bt(t=>this.update(t),o.resizeDelay||0),this._dataChanges=[],va[this.id]=this,a&&h?(bs.listen(this,"complete",xa),bs.listen(this,"progress",_a),this._initialize(),this.attached&&this.update()):console.error("Failed to create chart: can't acquire context from the given item")}get aspectRatio(){const{options:{aspectRatio:t,maintainAspectRatio:e},width:i,height:s,_aspectRatio:n}=this;return h(t)?e&&n?n:s?i/s:null:t}get data(){return this.config.data}set data(t){this.config.data=t}get options(){return this._options}set options(t){this.config.options=t}_initialize(){return this.notifyPlugins("beforeInit"),this.options.responsive?this.resize():$i(this,this.options.devicePixelRatio),this.bindEvents(),this.notifyPlugins("afterInit"),this}clear(){return Le(this.canvas,this.ctx),this}stop(){return bs.stop(this),this}resize(t,e){bs.running(this)?this._resizeBeforeDraw={width:t,height:e}:this._resize(t,e)}_resize(t,e){const i=this.options,s=this.canvas,n=i.maintainAspectRatio&&this.aspectRatio,o=this.platform.getMaximumSize(s,t,e,n),a=i.devicePixelRatio||this.platform.getDevicePixelRatio(),r=this.width?"resize":"attach";this.width=o.width,this.height=o.height,this._aspectRatio=this.aspectRatio,$i(this,a,!0)&&(this.notifyPlugins("resize",{size:o}),m(i.onResize,[this,o],this),this.attached&&this._doResize(r)&&this.render())}ensureScalesHaveIDs(){const t=this.options,e=t.scales||{};b(e,(t,e)=>{t.id=e})}buildOrUpdateScales(){const t=this.options,e=t.scales,i=this.scales,s=Object.keys(i).reduce((t,e)=>(t[e]=!1,t),{});let n=[];e&&(n=n.concat(Object.keys(e).map(t=>{const i=e[t],s=ea(t,i),n="r"===s,o="x"===s;return{options:i,dposition:n?"chartArea":o?"bottom":"left",dtype:n?"radialLinear":o?"category":"linear"}}))),b(n,e=>{const n=e.options,o=n.id,a=ea(o,n),r=f(n.type,e.dtype);void 0!==n.position&&ma(n.position,a)===ma(e.dposition)||(n.position=e.dposition),s[o]=!0;let h=null;if(o in i&&i[o].type===r)h=i[o];else{const t=Yn.getScale(r);h=new t({id:o,type:r,ctx:this.ctx,chart:this}),i[h.id]=h}h.init(n,t)}),b(s,(t,e)=>{t||delete i[e]}),b(i,t=>{Mo.configure(this,t,t.options),Mo.addBox(this,t)})}_updateMetasets(){const t=this._metasets,e=this.data.datasets.length,i=t.length;if(t.sort((t,e)=>t.index-e.index),i>e){for(let t=e;t<i;++t)this._destroyDatasetMeta(t);t.splice(e,i-e)}this._sortedMetasets=t.slice(0).sort(ba("order","index"))}_removeUnreferencedMetasets(){const{_metasets:t,data:{datasets:e}}=this;t.length>e.length&&delete this._stacks,t.forEach((t,i)=>{0===e.filter(e=>e===t._dataset).length&&this._destroyDatasetMeta(i)})}buildOrUpdateControllers(){const t=[],e=this.data.datasets;let i,s;for(this._removeUnreferencedMetasets(),i=0,s=e.length;i<s;i++){const s=e[i];let n=this.getDatasetMeta(i);const o=s.type||this.config.type;if(n.type&&n.type!==o&&(this._destroyDatasetMeta(i),n=this.getDatasetMeta(i)),n.type=o,n.indexAxis=s.indexAxis||Zo(o,this.options),n.order=s.order||0,n.index=i,n.label=""+s.label,n.visible=this.isDatasetVisible(i),n.controller)n.controller.updateIndex(i),n.controller.linkScales();else{const e=Yn.getController(o),{datasetElementType:s,dataElementType:a}=Pe.datasets[o];Object.assign(e.prototype,{dataElementType:Yn.getElement(a),datasetElementType:s&&Yn.getElement(s)}),n.controller=new e(this,i),t.push(n.controller)}}return this._updateMetasets(),t}_resetElements(){b(this.data.datasets,(t,e)=>{this.getDatasetMeta(e).controller.reset()},this)}reset(){this._resetElements(),this.notifyPlugins("reset")}update(t){const e=this.config;e.update();const i=this._options=e.createResolver(e.chartOptionScopes(),this.getContext()),s=this._animationsDisabled=!i.animation;if(this._updateScales(),this._checkEventBindings(),this._updateHiddenIndices(),this._plugins.invalidate(),!1===this.notifyPlugins("beforeUpdate",{mode:t,cancelable:!0}))return;const n=this.buildOrUpdateControllers();this.notifyPlugins("beforeElementsUpdate");let o=0;for(let h=0,l=this.data.datasets.length;h<l;h++){const{controller:t}=this.getDatasetMeta(h),e=!s&&-1===n.indexOf(t);t.buildOrUpdateElements(e),o=Math.max(+t.getMaxOverflow(),o)}o=this._minPadding=i.layout.autoPadding?o:0,this._updateLayout(o),s||b(n,t=>{t.reset()}),this._updateDatasets(t),this.notifyPlugins("afterUpdate",{mode:t}),this._layers.sort(ba("z","_idx"));const{_active:a,_lastEvent:r}=this;r?this._eventHandler(r,!0):a.length&&this._updateHoverStyles(a,a,!0),this.render()}_updateScales(){b(this.scales,t=>{Mo.removeBox(this,t)}),this.ensureScalesHaveIDs(),this.buildOrUpdateScales()}_checkEventBindings(){const t=this.options,e=new Set(Object.keys(this._listeners)),i=new Set(t.events);T(e,i)&&!!this._responsiveListeners===t.responsive||(this.unbindEvents(),this.bindEvents())}_updateHiddenIndices(){const{_hiddenIndices:t}=this,e=this._getUniformDataChanges()||[];for(const{method:i,start:s,count:n}of e){const e="_removeElements"===i?-n:n;ka(t,s,e)}}_getUniformDataChanges(){const t=this._dataChanges;if(!t||!t.length)return;this._dataChanges=[];const e=this.data.datasets.length,i=e=>new Set(t.filter(t=>t[0]===e).map((t,e)=>e+","+t.splice(1).join(","))),s=i(0);for(let n=1;n<e;n++)if(!T(s,i(n)))return;return Array.from(s).map(t=>t.split(",")).map(t=>({method:t[1],start:+t[2],count:+t[3]}))}_updateLayout(t){if(!1===this.notifyPlugins("beforeLayout",{cancelable:!0}))return;Mo.update(this,this.width,this.height,t);const e=this.chartArea,i=e.width<=0||e.height<=0;this._layers=[],b(this.boxes,t=>{i&&"chartArea"===t.position||(t.configure&&t.configure(),this._layers.push(...t._layers()))},this),this._layers.forEach((t,e)=>{t._idx=e}),this.notifyPlugins("afterLayout")}_updateDatasets(t){if(!1!==this.notifyPlugins("beforeDatasetsUpdate",{mode:t,cancelable:!0})){for(let t=0,e=this.data.datasets.length;t<e;++t)this.getDatasetMeta(t).controller.configure();for(let e=0,i=this.data.datasets.length;e<i;++e)this._updateDataset(e,L(t)?t({datasetIndex:e}):t);this.notifyPlugins("afterDatasetsUpdate",{mode:t})}}_updateDataset(t,e){const i=this.getDatasetMeta(t),s={meta:i,index:t,mode:e,cancelable:!0};!1!==this.notifyPlugins("beforeDatasetUpdate",s)&&(i.controller._update(e),s.cancelable=!1,this.notifyPlugins("afterDatasetUpdate",s))}render(){!1!==this.notifyPlugins("beforeRender",{cancelable:!0})&&(bs.has(this)?this.attached&&!bs.running(this)&&bs.start(this):(this.draw(),xa({chart:this})))}draw(){let t;if(this._resizeBeforeDraw){const{width:t,height:e}=this._resizeBeforeDraw;this._resize(t,e),this._resizeBeforeDraw=null}if(this.clear(),this.width<=0||this.height<=0)return;if(!1===this.notifyPlugins("beforeDraw",{cancelable:!0}))return;const e=this._layers;for(t=0;t<e.length&&e[t].z<=0;++t)e[t].draw(this.chartArea);for(this._drawDatasets();t<e.length;++t)e[t].draw(this.chartArea);this.notifyPlugins("afterDraw")}_getSortedDatasetMetas(t){const e=this._sortedMetasets,i=[];let s,n;for(s=0,n=e.length;s<n;++s){const n=e[s];t&&!n.visible||i.push(n)}return i}getSortedVisibleDatasetMetas(){return this._getSortedDatasetMetas(!0)}_drawDatasets(){if(!1===this.notifyPlugins("beforeDatasetsDraw",{cancelable:!0}))return;const t=this.getSortedVisibleDatasetMetas();for(let e=t.length-1;e>=0;--e)this._drawDataset(t[e]);this.notifyPlugins("afterDatasetsDraw")}_drawDataset(t){const e=this.ctx,i=t._clip,s=!i.disabled,n=this.chartArea,o={meta:t,index:t.index,cancelable:!0};!1!==this.notifyPlugins("beforeDatasetDraw",o)&&(s&&Ie(e,{left:!1===i.left?0:n.left-i.left,right:!1===i.right?this.width:n.right+i.right,top:!1===i.top?0:n.top-i.top,bottom:!1===i.bottom?this.height:n.bottom+i.bottom}),t.controller.draw(),s&&Fe(e),o.cancelable=!1,this.notifyPlugins("afterDatasetDraw",o))}isPointInArea(t){return Re(t,this.chartArea,this._minPadding)}getElementsAtEventForMode(t,e,i,s){const n=no.modes[e];return"function"===typeof n?n(this,t,i,s):[]}getDatasetMeta(t){const e=this.data.datasets[t],i=this._metasets;let s=i.filter(t=>t&&t._dataset===e).pop();return s||(s={type:null,data:[],dataset:null,controller:null,hidden:null,xAxisID:null,yAxisID:null,order:e&&e.order||0,index:t,_dataset:e,_parsed:[],_sorted:!1},i.push(s)),s}getContext(){return this.$context||(this.$context=ti(null,{chart:this,type:"chart"}))}getVisibleDatasetCount(){return this.getSortedVisibleDatasetMetas().length}isDatasetVisible(t){const e=this.data.datasets[t];if(!e)return!1;const i=this.getDatasetMeta(t);return"boolean"===typeof i.hidden?!i.hidden:!e.hidden}setDatasetVisibility(t,e){const i=this.getDatasetMeta(t);i.hidden=!e}toggleDataVisibility(t){this._hiddenIndices[t]=!this._hiddenIndices[t]}getDataVisibility(t){return!this._hiddenIndices[t]}_updateVisibility(t,e,i){const s=i?"show":"hide",n=this.getDatasetMeta(t),o=n.controller._resolveAnimations(void 0,s);A(e)?(n.data[e].hidden=!i,this.update()):(this.setDatasetVisibility(t,i),o.update(n,{visible:i}),this.update(e=>e.datasetIndex===t?s:void 0))}hide(t,e){this._updateVisibility(t,e,!1)}show(t,e){this._updateVisibility(t,e,!0)}_destroyDatasetMeta(t){const e=this._metasets[t];e&&e.controller&&e.controller._destroy(),delete this._metasets[t]}_stop(){let t,e;for(this.stop(),bs.remove(this),t=0,e=this.data.datasets.length;t<e;++t)this._destroyDatasetMeta(t)}destroy(){this.notifyPlugins("beforeDestroy");const{canvas:t,ctx:e}=this;this._stop(),this.config.clearCache(),t&&(this.unbindEvents(),Le(t,e),this.platform.releaseContext(e),this.canvas=null,this.ctx=null),this.notifyPlugins("destroy"),delete va[this.id],this.notifyPlugins("afterDestroy")}toBase64Image(...t){return this.canvas.toDataURL(...t)}bindEvents(){this.bindUserEvents(),this.options.responsive?this.bindResponsiveEvents():this.attached=!0}bindUserEvents(){const t=this._listeners,e=this.platform,i=(i,s)=>{e.addEventListener(this,i,s),t[i]=s},s=(t,e,i)=>{t.offsetX=e,t.offsetY=i,this._eventHandler(t)};b(this.options.events,t=>i(t,s))}bindResponsiveEvents(){this._responsiveListeners||(this._responsiveListeners={});const t=this._responsiveListeners,e=this.platform,i=(i,s)=>{e.addEventListener(this,i,s),t[i]=s},s=(i,s)=>{t[i]&&(e.removeEventListener(this,i,s),delete t[i])},n=(t,e)=>{this.canvas&&this.resize(t,e)};let o;const a=()=>{s("attach",a),this.attached=!0,this.resize(),i("resize",n),i("detach",o)};o=()=>{this.attached=!1,s("resize",n),this._stop(),this._resize(0,0),i("attach",a)},e.isAttached(this.canvas)?a():o()}unbindEvents(){b(this._listeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._listeners={},b(this._responsiveListeners,(t,e)=>{this.platform.removeEventListener(this,e,t)}),this._responsiveListeners=void 0}updateHoverStyle(t,e,i){const s=i?"set":"remove";let n,o,a,r;for("dataset"===e&&(n=this.getDatasetMeta(t[0].datasetIndex),n.controller["_"+s+"DatasetHoverStyle"]()),a=0,r=t.length;a<r;++a){o=t[a];const e=o&&this.getDatasetMeta(o.datasetIndex).controller;e&&e[s+"HoverStyle"](o.element,o.datasetIndex,o.index)}}getActiveElements(){return this._active||[]}setActiveElements(t){const e=this._active||[],i=t.map(({datasetIndex:t,index:e})=>{const i=this.getDatasetMeta(t);if(!i)throw new Error("No dataset found at index "+t);return{datasetIndex:t,element:i.data[e],index:e}}),s=!x(i,e);s&&(this._active=i,this._lastEvent=null,this._updateHoverStyles(i,e))}notifyPlugins(t,e,i){return this._plugins.notify(this,t,e,i)}_updateHoverStyles(t,e,i){const s=this.options.hover,n=(t,e)=>t.filter(t=>!e.some(e=>t.datasetIndex===e.datasetIndex&&t.index===e.index)),o=n(e,t),a=i?t:n(t,e);o.length&&this.updateHoverStyle(o,s.mode,!1),a.length&&s.mode&&this.updateHoverStyle(a,s.mode,!0)}_eventHandler(t,e){const i={event:t,replay:e,cancelable:!0,inChartArea:this.isPointInArea(t)},s=e=>(e.options.events||this.options.events).includes(t.native.type);if(!1===this.notifyPlugins("beforeEvent",i,s))return;const n=this._handleEvent(t,e,i.inChartArea);return i.cancelable=!1,this.notifyPlugins("afterEvent",i,s),(n||i.changed)&&this.render(),this}_handleEvent(t,e,i){const{_active:s=[],options:n}=this,o=e,a=this._getActiveElements(t,s,i,o),r=E(t),h=wa(t,this._lastEvent,i,r);i&&(this._lastEvent=null,m(n.onHover,[t,a,this],this),r&&m(n.onClick,[t,a,this],this));const l=!x(a,s);return(l||e)&&(this._active=a,this._updateHoverStyles(a,s,e)),this._lastEvent=h,l}_getActiveElements(t,e,i,s){if("mouseout"===t.type)return[];if(!i)return e;const n=this.options.hover;return this.getElementsAtEventForMode(t,n.mode,n,s)}}const Pa=()=>b(Sa.instances,t=>t._plugins.invalidate()),Da=!0;function Oa(t,e,i){const{startAngle:s,pixelMargin:n,x:o,y:a,outerRadius:r,innerRadius:h}=e;let l=n/r;t.beginPath(),t.arc(o,a,r,s-l,i+l),h>n?(l=n/h,t.arc(o,a,h,i+l,s-l,!0)):t.arc(o,a,n,i+N,s-N),t.closePath(),t.clip()}function Ca(t){return Xe(t,["outerStart","outerEnd","innerStart","innerEnd"])}function Aa(t,e,i,s){const n=Ca(t.options.borderRadius),o=(i-e)/2,a=Math.min(o,s*e/2),r=t=>{const e=(i-Math.min(o,t))*s/2;return nt(t,0,Math.min(o,e))};return{outerStart:r(n.outerStart),outerEnd:r(n.outerEnd),innerStart:nt(n.innerStart,0,a),innerEnd:nt(n.innerEnd,0,a)}}function La(t,e,i,s){return{x:i+t*Math.cos(e),y:s+t*Math.sin(e)}}function Ta(t,e,i,s,n,o){const{x:a,y:r,startAngle:h,pixelMargin:l,innerRadius:c}=e,d=Math.max(e.outerRadius+s+i-l,0),u=c>0?c+s+i+l:0;let f=0;const g=n-h;if(s){const t=c>0?c-s:0,e=d>0?d-s:0,i=(t+e)/2,n=0!==i?g*i/(i+s):g;f=(g-n)/2}const p=Math.max(.001,g*d-i/R)/d,m=(g-p)/2,b=h+m+f,x=n-m-f,{outerStart:_,outerEnd:y,innerStart:v,innerEnd:M}=Aa(e,u,d,x-b),k=d-_,w=d-y,S=b+_/k,P=x-y/w,D=u+v,O=u+M,C=b+v/D,A=x-M/O;if(t.beginPath(),o){if(t.arc(a,r,d,S,P),y>0){const e=La(w,P,a,r);t.arc(e.x,e.y,y,P,x+N)}const e=La(O,x,a,r);if(t.lineTo(e.x,e.y),M>0){const e=La(O,A,a,r);t.arc(e.x,e.y,M,x+N,A+Math.PI)}if(t.arc(a,r,u,x-M/u,b+v/u,!0),v>0){const e=La(D,C,a,r);t.arc(e.x,e.y,v,C+Math.PI,b-N)}const i=La(k,b,a,r);if(t.lineTo(i.x,i.y),_>0){const e=La(k,S,a,r);t.arc(e.x,e.y,_,b-N,S)}}else{t.moveTo(a,r);const e=Math.cos(S)*d+a,i=Math.sin(S)*d+r;t.lineTo(e,i);const s=Math.cos(P)*d+a,n=Math.sin(P)*d+r;t.lineTo(s,n)}t.closePath()}function Ea(t,e,i,s,n){const{fullCircles:o,startAngle:a,circumference:r}=e;let h=e.endAngle;if(o){Ta(t,e,i,s,a+I,n);for(let e=0;e<o;++e)t.fill();isNaN(r)||(h=a+r%I,r%I===0&&(h+=I))}return Ta(t,e,i,s,h,n),t.fill(),h}function Ra(t,e,i){const{x:s,y:n,startAngle:o,pixelMargin:a,fullCircles:r}=e,h=Math.max(e.outerRadius-a,0),l=e.innerRadius+a;let c;for(i&&Oa(t,e,o+I),t.beginPath(),t.arc(s,n,l,o+I,o,!0),c=0;c<r;++c)t.stroke();for(t.beginPath(),t.arc(s,n,h,o,o+I),c=0;c<r;++c)t.stroke()}function Ia(t,e,i,s,n,o){const{options:a}=e,{borderWidth:r,borderJoinStyle:h}=a,l="inner"===a.borderAlign;r&&(l?(t.lineWidth=2*r,t.lineJoin=h||"round"):(t.lineWidth=r,t.lineJoin=h||"bevel"),e.fullCircles&&Ra(t,e,l),l&&Oa(t,e,n),Ta(t,e,i,s,n,o),t.stroke())}Object.defineProperties(Sa,{defaults:{enumerable:Da,value:Pe},instances:{enumerable:Da,value:va},overrides:{enumerable:Da,value:ve},registry:{enumerable:Da,value:Yn},version:{enumerable:Da,value:ga},getChart:{enumerable:Da,value:Ma},register:{enumerable:Da,value:(...t)=>{Yn.add(...t),Pa()}},unregister:{enumerable:Da,value:(...t)=>{Yn.remove(...t),Pa()}}});class Fa extends bn{constructor(t){super(),this.options=void 0,this.circumference=void 0,this.startAngle=void 0,this.endAngle=void 0,this.innerRadius=void 0,this.outerRadius=void 0,this.pixelMargin=0,this.fullCircles=0,t&&Object.assign(this,t)}inRange(t,e,i){const s=this.getProps(["x","y"],i),{angle:n,distance:o}=Q(s,{x:t,y:e}),{startAngle:a,endAngle:r,innerRadius:h,outerRadius:l,circumference:c}=this.getProps(["startAngle","endAngle","innerRadius","outerRadius","circumference"],i),d=this.options.spacing/2,u=f(c,r-a),g=u>=I||st(n,a,r),p=at(o,h+d,l+d);return g&&p}getCenterPoint(t){const{x:e,y:i,startAngle:s,endAngle:n,innerRadius:o,outerRadius:a}=this.getProps(["x","y","startAngle","endAngle","innerRadius","outerRadius","circumference"],t),{offset:r,spacing:h}=this.options,l=(s+n)/2,c=(o+a+h+r)/2;return{x:e+Math.cos(l)*c,y:i+Math.sin(l)*c}}tooltipPosition(t){return this.getCenterPoint(t)}draw(t){const{options:e,circumference:i}=this,s=(e.offset||0)/2,n=(e.spacing||0)/2,o=e.circular;if(this.pixelMargin="inner"===e.borderAlign?.33:0,this.fullCircles=i>I?Math.floor(i/I):0,0===i||this.innerRadius<0||this.outerRadius<0)return;t.save();let a=0;if(s){a=s/2;const e=(this.startAngle+this.endAngle)/2;t.translate(Math.cos(e)*a,Math.sin(e)*a),this.circumference>=R&&(a=s)}t.fillStyle=e.backgroundColor,t.strokeStyle=e.borderColor;const r=Ea(t,this,a,n,o);Ia(t,this,a,n,r,o),t.restore()}}function za(t,e,i=e){t.lineCap=f(i.borderCapStyle,e.borderCapStyle),t.setLineDash(f(i.borderDash,e.borderDash)),t.lineDashOffset=f(i.borderDashOffset,e.borderDashOffset),t.lineJoin=f(i.borderJoinStyle,e.borderJoinStyle),t.lineWidth=f(i.borderWidth,e.borderWidth),t.strokeStyle=f(i.borderColor,e.borderColor)}function Va(t,e,i){t.lineTo(i.x,i.y)}function Na(t){return t.stepped?ze:t.tension||"monotone"===t.cubicInterpolationMode?Ve:Va}function Ba(t,e,i={}){const s=t.length,{start:n=0,end:o=s-1}=i,{start:a,end:r}=e,h=Math.max(n,a),l=Math.min(o,r),c=n<a&&o<a||n>r&&o>r;return{count:s,start:h,loop:e.loop,ilen:l<h&&!c?s+l-h:l-h}}function ja(t,e,i,s){const{points:n,options:o}=e,{count:a,start:r,loop:h,ilen:l}=Ba(n,i,s),c=Na(o);let d,u,f,{move:g=!0,reverse:p}=s||{};for(d=0;d<=l;++d)u=n[(r+(p?l-d:d))%a],u.skip||(g?(t.moveTo(u.x,u.y),g=!1):c(t,f,u,p,o.stepped),f=u);return h&&(u=n[(r+(p?l:0))%a],c(t,f,u,p,o.stepped)),!!h}function Wa(t,e,i,s){const n=e.points,{count:o,start:a,ilen:r}=Ba(n,i,s),{move:h=!0,reverse:l}=s||{};let c,d,u,f,g,p,m=0,b=0;const x=t=>(a+(l?r-t:t))%o,_=()=>{f!==g&&(t.lineTo(m,g),t.lineTo(m,f),t.lineTo(m,p))};for(h&&(d=n[x(0)],t.moveTo(d.x,d.y)),c=0;c<=r;++c){if(d=n[x(c)],d.skip)continue;const e=d.x,i=d.y,s=0|e;s===u?(i<f?f=i:i>g&&(g=i),m=(b*m+e)/++b):(_(),t.lineTo(e,i),u=s,b=0,f=g=i),p=i}_()}function Ha(t){const e=t.options,i=e.borderDash&&e.borderDash.length,s=!t._decimated&&!t._loop&&!e.tension&&"monotone"!==e.cubicInterpolationMode&&!e.stepped&&!i;return s?Wa:ja}function $a(t){return t.stepped?qi:t.tension||"monotone"===t.cubicInterpolationMode?Ki:Xi}function Ya(t,e,i,s){let n=e._path;n||(n=e._path=new Path2D,e.path(n,i,s)&&n.closePath()),za(t,e.options),t.stroke(n)}function Ua(t,e,i,s){const{segments:n,options:o}=e,a=Ha(e);for(const r of n)za(t,o,r.style),t.beginPath(),a(t,e,r,{start:i,end:i+s-1})&&t.closePath(),t.stroke()}Fa.id="arc",Fa.defaults={borderAlign:"center",borderColor:"#fff",borderJoinStyle:void 0,borderRadius:0,borderWidth:2,offset:0,spacing:0,angle:void 0,circular:!0},Fa.defaultRoutes={backgroundColor:"backgroundColor"};const Xa="function"===typeof Path2D;function qa(t,e,i,s){Xa&&!e.options.segment?Ya(t,e,i,s):Ua(t,e,i,s)}class Ka extends bn{constructor(t){super(),this.animated=!0,this.options=void 0,this._chart=void 0,this._loop=void 0,this._fullLoop=void 0,this._path=void 0,this._points=void 0,this._segments=void 0,this._decimated=!1,this._pointsUpdated=!1,this._datasetIndex=void 0,t&&Object.assign(this,t)}updateControlPoints(t,e){const i=this.options;if((i.tension||"monotone"===i.cubicInterpolationMode)&&!i.stepped&&!this._pointsUpdated){const s=i.spanGaps?this._loop:this._fullLoop;Ai(this._points,i,t,s,e),this._pointsUpdated=!0}}set points(t){this._points=t,delete this._segments,delete this._path,this._pointsUpdated=!1}get points(){return this._points}get segments(){return this._segments||(this._segments=ds(this,this.options.segment))}first(){const t=this.segments,e=this.points;return t.length&&e[t[0].start]}last(){const t=this.segments,e=this.points,i=t.length;return i&&e[t[i-1].end]}interpolate(t,e){const i=this.options,s=t[e],n=this.points,o=hs(this,{property:e,start:s,end:s});if(!o.length)return;const a=[],r=$a(i);let h,l;for(h=0,l=o.length;h<l;++h){const{start:l,end:c}=o[h],d=n[l],u=n[c];if(d===u){a.push(d);continue}const f=Math.abs((s-d[e])/(u[e]-d[e])),g=r(d,u,f,i.stepped);g[e]=t[e],a.push(g)}return 1===a.length?a[0]:a}pathSegment(t,e,i){const s=Ha(this);return s(t,this,e,i)}path(t,e,i){const s=this.segments,n=Ha(this);let o=this._loop;e=e||0,i=i||this.points.length-e;for(const a of s)o&=n(t,this,a,{start:e,end:e+i-1});return!!o}draw(t,e,i,s){const n=this.options||{},o=this.points||[];o.length&&n.borderWidth&&(t.save(),qa(t,this,i,s),t.restore()),this.animated&&(this._pointsUpdated=!1,this._path=void 0)}}function Ga(t,e,i,s){const n=t.options,{[i]:o}=t.getProps([i],s);return Math.abs(e-o)<n.radius+n.hitRadius}Ka.id="line",Ka.defaults={borderCapStyle:"butt",borderDash:[],borderDashOffset:0,borderJoinStyle:"miter",borderWidth:3,capBezierPoints:!0,cubicInterpolationMode:"default",fill:!1,spanGaps:!1,stepped:!1,tension:0},Ka.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"},Ka.descriptors={_scriptable:!0,_indexable:t=>"borderDash"!==t&&"fill"!==t};class Za extends bn{constructor(t){super(),this.options=void 0,this.parsed=void 0,this.skip=void 0,this.stop=void 0,t&&Object.assign(this,t)}inRange(t,e,i){const s=this.options,{x:n,y:o}=this.getProps(["x","y"],i);return Math.pow(t-n,2)+Math.pow(e-o,2)<Math.pow(s.hitRadius+s.radius,2)}inXRange(t,e){return Ga(this,t,"x",e)}inYRange(t,e){return Ga(this,t,"y",e)}getCenterPoint(t){const{x:e,y:i}=this.getProps(["x","y"],t);return{x:e,y:i}}size(t){t=t||this.options||{};let e=t.radius||0;e=Math.max(e,e&&t.hoverRadius||0);const i=e&&t.borderWidth||0;return 2*(e+i)}draw(t,e){const i=this.options;this.skip||i.radius<.1||!Re(this,e,this.size(i)/2)||(t.strokeStyle=i.borderColor,t.lineWidth=i.borderWidth,t.fillStyle=i.backgroundColor,Te(t,i,this.x,this.y))}getRange(){const t=this.options||{};return t.radius+t.hitRadius}}function Ja(t,e){const{x:i,y:s,base:n,width:o,height:a}=t.getProps(["x","y","base","width","height"],e);let r,h,l,c,d;return t.horizontal?(d=a/2,r=Math.min(i,n),h=Math.max(i,n),l=s-d,c=s+d):(d=o/2,r=i-d,h=i+d,l=Math.min(s,n),c=Math.max(s,n)),{left:r,top:l,right:h,bottom:c}}function Qa(t,e,i,s){return t?0:nt(e,i,s)}function tr(t,e,i){const s=t.options.borderWidth,n=t.borderSkipped,o=qe(s);return{t:Qa(n.top,o.top,0,i),r:Qa(n.right,o.right,0,e),b:Qa(n.bottom,o.bottom,0,i),l:Qa(n.left,o.left,0,e)}}function er(t,e,i){const{enableBorderRadius:s}=t.getProps(["enableBorderRadius"]),n=t.options.borderRadius,o=Ke(n),a=Math.min(e,i),r=t.borderSkipped,h=s||c(n);return{topLeft:Qa(!h||r.top||r.left,o.topLeft,0,a),topRight:Qa(!h||r.top||r.right,o.topRight,0,a),bottomLeft:Qa(!h||r.bottom||r.left,o.bottomLeft,0,a),bottomRight:Qa(!h||r.bottom||r.right,o.bottomRight,0,a)}}function ir(t){const e=Ja(t),i=e.right-e.left,s=e.bottom-e.top,n=tr(t,i/2,s/2),o=er(t,i/2,s/2);return{outer:{x:e.left,y:e.top,w:i,h:s,radius:o},inner:{x:e.left+n.l,y:e.top+n.t,w:i-n.l-n.r,h:s-n.t-n.b,radius:{topLeft:Math.max(0,o.topLeft-Math.max(n.t,n.l)),topRight:Math.max(0,o.topRight-Math.max(n.t,n.r)),bottomLeft:Math.max(0,o.bottomLeft-Math.max(n.b,n.l)),bottomRight:Math.max(0,o.bottomRight-Math.max(n.b,n.r))}}}}function sr(t,e,i,s){const n=null===e,o=null===i,a=n&&o,r=t&&!a&&Ja(t,s);return r&&(n||at(e,r.left,r.right))&&(o||at(i,r.top,r.bottom))}function nr(t){return t.topLeft||t.topRight||t.bottomLeft||t.bottomRight}function or(t,e){t.rect(e.x,e.y,e.w,e.h)}function ar(t,e,i={}){const s=t.x!==i.x?-e:0,n=t.y!==i.y?-e:0,o=(t.x+t.w!==i.x+i.w?e:0)-s,a=(t.y+t.h!==i.y+i.h?e:0)-n;return{x:t.x+s,y:t.y+n,w:t.w+o,h:t.h+a,radius:t.radius}}Za.id="point",Za.defaults={borderWidth:1,hitRadius:1,hoverBorderWidth:1,hoverRadius:4,pointStyle:"circle",radius:3,rotation:0},Za.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"};class rr extends bn{constructor(t){super(),this.options=void 0,this.horizontal=void 0,this.base=void 0,this.width=void 0,this.height=void 0,this.inflateAmount=void 0,t&&Object.assign(this,t)}draw(t){const{inflateAmount:e,options:{borderColor:i,backgroundColor:s}}=this,{inner:n,outer:o}=ir(this),a=nr(o.radius)?We:or;t.save(),o.w===n.w&&o.h===n.h||(t.beginPath(),a(t,ar(o,e,n)),t.clip(),a(t,ar(n,-e,o)),t.fillStyle=i,t.fill("evenodd")),t.beginPath(),a(t,ar(n,e)),t.fillStyle=s,t.fill(),t.restore()}inRange(t,e,i){return sr(this,t,e,i)}inXRange(t,e){return sr(this,t,null,e)}inYRange(t,e){return sr(this,null,t,e)}getCenterPoint(t){const{x:e,y:i,base:s,horizontal:n}=this.getProps(["x","y","base","horizontal"],t);return{x:n?(e+s)/2:e,y:n?i:(i+s)/2}}getRange(t){return"x"===t?this.width/2:this.height/2}}rr.id="bar",rr.defaults={borderSkipped:"start",borderWidth:0,borderRadius:0,inflateAmount:"auto",pointStyle:void 0},rr.defaultRoutes={backgroundColor:"backgroundColor",borderColor:"borderColor"};new WeakMap;const hr={average(t){if(!t.length)return!1;let e,i,s=0,n=0,o=0;for(e=0,i=t.length;e<i;++e){const i=t[e].element;if(i&&i.hasValue()){const t=i.tooltipPosition();s+=t.x,n+=t.y,++o}}return{x:s/o,y:n/o}},nearest(t,e){if(!t.length)return!1;let i,s,n,o=e.x,a=e.y,r=Number.POSITIVE_INFINITY;for(i=0,s=t.length;i<s;++i){const s=t[i].element;if(s&&s.hasValue()){const t=s.getCenterPoint(),i=tt(e,t);i<r&&(r=i,n=s)}}if(n){const t=n.tooltipPosition();o=t.x,a=t.y}return{x:o,y:a}}};function lr(t,e){return e&&(l(e)?Array.prototype.push.apply(t,e):t.push(e)),t}function cr(t){return("string"===typeof t||t instanceof String)&&t.indexOf("\n")>-1?t.split("\n"):t}function dr(t,e){const{element:i,datasetIndex:s,index:n}=e,o=t.getDatasetMeta(s).controller,{label:a,value:r}=o.getLabelAndValue(n);return{chart:t,label:a,parsed:o.getParsed(n),raw:t.data.datasets[s].data[n],formattedValue:r,dataset:o.getDataset(),dataIndex:n,datasetIndex:s,element:i}}function ur(t,e){const i=t.chart.ctx,{body:s,footer:n,title:o}=t,{boxWidth:a,boxHeight:r}=e,h=Ze(e.bodyFont),l=Ze(e.titleFont),c=Ze(e.footerFont),d=o.length,u=n.length,f=s.length,g=Ge(e.padding);let p=g.height,m=0,x=s.reduce((t,e)=>t+e.before.length+e.lines.length+e.after.length,0);if(x+=t.beforeBody.length+t.afterBody.length,d&&(p+=d*l.lineHeight+(d-1)*e.titleSpacing+e.titleMarginBottom),x){const t=e.displayColors?Math.max(r,h.lineHeight):h.lineHeight;p+=f*t+(x-f)*h.lineHeight+(x-1)*e.bodySpacing}u&&(p+=e.footerMarginTop+u*c.lineHeight+(u-1)*e.footerSpacing);let _=0;const y=function(t){m=Math.max(m,i.measureText(t).width+_)};return i.save(),i.font=l.string,b(t.title,y),i.font=h.string,b(t.beforeBody.concat(t.afterBody),y),_=e.displayColors?a+2+e.boxPadding:0,b(s,t=>{b(t.before,y),b(t.lines,y),b(t.after,y)}),_=0,i.font=c.string,b(t.footer,y),i.restore(),m+=g.width,{width:m,height:p}}function fr(t,e){const{y:i,height:s}=e;return i<s/2?"top":i>t.height-s/2?"bottom":"center"}function gr(t,e,i,s){const{x:n,width:o}=s,a=i.caretSize+i.caretPadding;return"left"===t&&n+o+a>e.width||("right"===t&&n-o-a<0||void 0)}function pr(t,e,i,s){const{x:n,width:o}=i,{width:a,chartArea:{left:r,right:h}}=t;let l="center";return"center"===s?l=n<=(r+h)/2?"left":"right":n<=o/2?l="left":n>=a-o/2&&(l="right"),gr(l,t,e,i)&&(l="center"),l}function mr(t,e,i){const s=i.yAlign||e.yAlign||fr(t,i);return{xAlign:i.xAlign||e.xAlign||pr(t,e,i,s),yAlign:s}}function br(t,e){let{x:i,width:s}=t;return"right"===e?i-=s:"center"===e&&(i-=s/2),i}function xr(t,e,i){let{y:s,height:n}=t;return"top"===e?s+=i:s-="bottom"===e?n+i:n/2,s}function _r(t,e,i,s){const{caretSize:n,caretPadding:o,cornerRadius:a}=t,{xAlign:r,yAlign:h}=i,l=n+o,{topLeft:c,topRight:d,bottomLeft:u,bottomRight:f}=Ke(a);let g=br(e,r);const p=xr(e,h,l);return"center"===h?"left"===r?g+=l:"right"===r&&(g-=l):"left"===r?g-=Math.max(c,u)+n:"right"===r&&(g+=Math.max(d,f)+n),{x:nt(g,0,s.width-e.width),y:nt(p,0,s.height-e.height)}}function yr(t,e,i){const s=Ge(i.padding);return"center"===e?t.x+t.width/2:"right"===e?t.x+t.width-s.right:t.x+s.left}function vr(t){return lr([],cr(t))}function Mr(t,e,i){return ti(t,{tooltip:e,tooltipItems:i,type:"tooltip"})}function kr(t,e){const i=e&&e.dataset&&e.dataset.tooltip&&e.dataset.tooltip.callbacks;return i?t.override(i):t}class wr extends bn{constructor(t){super(),this.opacity=0,this._active=[],this._eventPosition=void 0,this._size=void 0,this._cachedAnimations=void 0,this._tooltipItems=[],this.$animations=void 0,this.$context=void 0,this.chart=t.chart||t._chart,this._chart=this.chart,this.options=t.options,this.dataPoints=void 0,this.title=void 0,this.beforeBody=void 0,this.body=void 0,this.afterBody=void 0,this.footer=void 0,this.xAlign=void 0,this.yAlign=void 0,this.x=void 0,this.y=void 0,this.height=void 0,this.width=void 0,this.caretX=void 0,this.caretY=void 0,this.labelColors=void 0,this.labelPointStyles=void 0,this.labelTextColors=void 0}initialize(t){this.options=t,this._cachedAnimations=void 0,this.$context=void 0}_resolveAnimations(){const t=this._cachedAnimations;if(t)return t;const e=this.chart,i=this.options.setContext(this.getContext()),s=i.enabled&&e.options.animation&&i.animations,n=new ws(this.chart,s);return s._cacheable&&(this._cachedAnimations=Object.freeze(n)),n}getContext(){return this.$context||(this.$context=Mr(this.chart.getContext(),this,this._tooltipItems))}getTitle(t,e){const{callbacks:i}=e,s=i.beforeTitle.apply(this,[t]),n=i.title.apply(this,[t]),o=i.afterTitle.apply(this,[t]);let a=[];return a=lr(a,cr(s)),a=lr(a,cr(n)),a=lr(a,cr(o)),a}getBeforeBody(t,e){return vr(e.callbacks.beforeBody.apply(this,[t]))}getBody(t,e){const{callbacks:i}=e,s=[];return b(t,t=>{const e={before:[],lines:[],after:[]},n=kr(i,t);lr(e.before,cr(n.beforeLabel.call(this,t))),lr(e.lines,n.label.call(this,t)),lr(e.after,cr(n.afterLabel.call(this,t))),s.push(e)}),s}getAfterBody(t,e){return vr(e.callbacks.afterBody.apply(this,[t]))}getFooter(t,e){const{callbacks:i}=e,s=i.beforeFooter.apply(this,[t]),n=i.footer.apply(this,[t]),o=i.afterFooter.apply(this,[t]);let a=[];return a=lr(a,cr(s)),a=lr(a,cr(n)),a=lr(a,cr(o)),a}_createItems(t){const e=this._active,i=this.chart.data,s=[],n=[],o=[];let a,r,h=[];for(a=0,r=e.length;a<r;++a)h.push(dr(this.chart,e[a]));return t.filter&&(h=h.filter((e,s,n)=>t.filter(e,s,n,i))),t.itemSort&&(h=h.sort((e,s)=>t.itemSort(e,s,i))),b(h,e=>{const i=kr(t.callbacks,e);s.push(i.labelColor.call(this,e)),n.push(i.labelPointStyle.call(this,e)),o.push(i.labelTextColor.call(this,e))}),this.labelColors=s,this.labelPointStyles=n,this.labelTextColors=o,this.dataPoints=h,h}update(t,e){const i=this.options.setContext(this.getContext()),s=this._active;let n,o=[];if(s.length){const t=hr[i.position].call(this,s,this._eventPosition);o=this._createItems(i),this.title=this.getTitle(o,i),this.beforeBody=this.getBeforeBody(o,i),this.body=this.getBody(o,i),this.afterBody=this.getAfterBody(o,i),this.footer=this.getFooter(o,i);const e=this._size=ur(this,i),a=Object.assign({},t,e),r=mr(this.chart,i,a),h=_r(i,a,r,this.chart);this.xAlign=r.xAlign,this.yAlign=r.yAlign,n={opacity:1,x:h.x,y:h.y,width:e.width,height:e.height,caretX:t.x,caretY:t.y}}else 0!==this.opacity&&(n={opacity:0});this._tooltipItems=o,this.$context=void 0,n&&this._resolveAnimations().update(this,n),t&&i.external&&i.external.call(this,{chart:this.chart,tooltip:this,replay:e})}drawCaret(t,e,i,s){const n=this.getCaretPosition(t,i,s);e.lineTo(n.x1,n.y1),e.lineTo(n.x2,n.y2),e.lineTo(n.x3,n.y3)}getCaretPosition(t,e,i){const{xAlign:s,yAlign:n}=this,{caretSize:o,cornerRadius:a}=i,{topLeft:r,topRight:h,bottomLeft:l,bottomRight:c}=Ke(a),{x:d,y:u}=t,{width:f,height:g}=e;let p,m,b,x,_,y;return"center"===n?(_=u+g/2,"left"===s?(p=d,m=p-o,x=_+o,y=_-o):(p=d+f,m=p+o,x=_-o,y=_+o),b=p):(m="left"===s?d+Math.max(r,l)+o:"right"===s?d+f-Math.max(h,c)-o:this.caretX,"top"===n?(x=u,_=x-o,p=m-o,b=m+o):(x=u+g,_=x+o,p=m+o,b=m-o),y=x),{x1:p,x2:m,x3:b,y1:x,y2:_,y3:y}}drawTitle(t,e,i){const s=this.title,n=s.length;let o,a,r;if(n){const h=es(i.rtl,this.x,this.width);for(t.x=yr(this,i.titleAlign,i),e.textAlign=h.textAlign(i.titleAlign),e.textBaseline="middle",o=Ze(i.titleFont),a=i.titleSpacing,e.fillStyle=i.titleColor,e.font=o.string,r=0;r<n;++r)e.fillText(s[r],h.x(t.x),t.y+o.lineHeight/2),t.y+=o.lineHeight+a,r+1===n&&(t.y+=i.titleMarginBottom-a)}}_drawColorBox(t,e,i,s,n){const o=this.labelColors[i],a=this.labelPointStyles[i],{boxHeight:r,boxWidth:h,boxPadding:l}=n,d=Ze(n.bodyFont),u=yr(this,"left",n),f=s.x(u),g=r<d.lineHeight?(d.lineHeight-r)/2:0,p=e.y+g;if(n.usePointStyle){const e={radius:Math.min(h,r)/2,pointStyle:a.pointStyle,rotation:a.rotation,borderWidth:1},i=s.leftForLtr(f,h)+h/2,l=p+r/2;t.strokeStyle=n.multiKeyBackground,t.fillStyle=n.multiKeyBackground,Te(t,e,i,l),t.strokeStyle=o.borderColor,t.fillStyle=o.backgroundColor,Te(t,e,i,l)}else{t.lineWidth=c(o.borderWidth)?Math.max(...Object.values(o.borderWidth)):o.borderWidth||1,t.strokeStyle=o.borderColor,t.setLineDash(o.borderDash||[]),t.lineDashOffset=o.borderDashOffset||0;const e=s.leftForLtr(f,h-l),i=s.leftForLtr(s.xPlus(f,1),h-l-2),a=Ke(o.borderRadius);Object.values(a).some(t=>0!==t)?(t.beginPath(),t.fillStyle=n.multiKeyBackground,We(t,{x:e,y:p,w:h,h:r,radius:a}),t.fill(),t.stroke(),t.fillStyle=o.backgroundColor,t.beginPath(),We(t,{x:i,y:p+1,w:h-2,h:r-2,radius:a}),t.fill()):(t.fillStyle=n.multiKeyBackground,t.fillRect(e,p,h,r),t.strokeRect(e,p,h,r),t.fillStyle=o.backgroundColor,t.fillRect(i,p+1,h-2,r-2))}t.fillStyle=this.labelTextColors[i]}drawBody(t,e,i){const{body:s}=this,{bodySpacing:n,bodyAlign:o,displayColors:a,boxHeight:r,boxWidth:h,boxPadding:l}=i,c=Ze(i.bodyFont);let d=c.lineHeight,u=0;const f=es(i.rtl,this.x,this.width),g=function(i){e.fillText(i,f.x(t.x+u),t.y+d/2),t.y+=d+n},p=f.textAlign(o);let m,x,_,y,v,M,k;for(e.textAlign=o,e.textBaseline="middle",e.font=c.string,t.x=yr(this,p,i),e.fillStyle=i.bodyColor,b(this.beforeBody,g),u=a&&"right"!==p?"center"===o?h/2+l:h+2+l:0,y=0,M=s.length;y<M;++y){for(m=s[y],x=this.labelTextColors[y],e.fillStyle=x,b(m.before,g),_=m.lines,a&&_.length&&(this._drawColorBox(e,t,y,f,i),d=Math.max(c.lineHeight,r)),v=0,k=_.length;v<k;++v)g(_[v]),d=c.lineHeight;b(m.after,g)}u=0,d=c.lineHeight,b(this.afterBody,g),t.y-=n}drawFooter(t,e,i){const s=this.footer,n=s.length;let o,a;if(n){const r=es(i.rtl,this.x,this.width);for(t.x=yr(this,i.footerAlign,i),t.y+=i.footerMarginTop,e.textAlign=r.textAlign(i.footerAlign),e.textBaseline="middle",o=Ze(i.footerFont),e.fillStyle=i.footerColor,e.font=o.string,a=0;a<n;++a)e.fillText(s[a],r.x(t.x),t.y+o.lineHeight/2),t.y+=o.lineHeight+i.footerSpacing}}drawBackground(t,e,i,s){const{xAlign:n,yAlign:o}=this,{x:a,y:r}=t,{width:h,height:l}=i,{topLeft:c,topRight:d,bottomLeft:u,bottomRight:f}=Ke(s.cornerRadius);e.fillStyle=s.backgroundColor,e.strokeStyle=s.borderColor,e.lineWidth=s.borderWidth,e.beginPath(),e.moveTo(a+c,r),"top"===o&&this.drawCaret(t,e,i,s),e.lineTo(a+h-d,r),e.quadraticCurveTo(a+h,r,a+h,r+d),"center"===o&&"right"===n&&this.drawCaret(t,e,i,s),e.lineTo(a+h,r+l-f),e.quadraticCurveTo(a+h,r+l,a+h-f,r+l),"bottom"===o&&this.drawCaret(t,e,i,s),e.lineTo(a+u,r+l),e.quadraticCurveTo(a,r+l,a,r+l-u),"center"===o&&"left"===n&&this.drawCaret(t,e,i,s),e.lineTo(a,r+c),e.quadraticCurveTo(a,r,a+c,r),e.closePath(),e.fill(),s.borderWidth>0&&e.stroke()}_updateAnimationTarget(t){const e=this.chart,i=this.$animations,s=i&&i.x,n=i&&i.y;if(s||n){const i=hr[t.position].call(this,this._active,this._eventPosition);if(!i)return;const o=this._size=ur(this,t),a=Object.assign({},i,this._size),r=mr(e,t,a),h=_r(t,a,r,e);s._to===h.x&&n._to===h.y||(this.xAlign=r.xAlign,this.yAlign=r.yAlign,this.width=o.width,this.height=o.height,this.caretX=i.x,this.caretY=i.y,this._resolveAnimations().update(this,h))}}_willRender(){return!!this.opacity}draw(t){const e=this.options.setContext(this.getContext());let i=this.opacity;if(!i)return;this._updateAnimationTarget(e);const s={width:this.width,height:this.height},n={x:this.x,y:this.y};i=Math.abs(i)<.001?0:i;const o=Ge(e.padding),a=this.title.length||this.beforeBody.length||this.body.length||this.afterBody.length||this.footer.length;e.enabled&&a&&(t.save(),t.globalAlpha=i,this.drawBackground(n,t,s,e),is(t,e.textDirection),n.y+=o.top,this.drawTitle(n,t,e),this.drawBody(n,t,e),this.drawFooter(n,t,e),ss(t,e.textDirection),t.restore())}getActiveElements(){return this._active||[]}setActiveElements(t,e){const i=this._active,s=t.map(({datasetIndex:t,index:e})=>{const i=this.chart.getDatasetMeta(t);if(!i)throw new Error("Cannot find a dataset at index "+t);return{datasetIndex:t,element:i.data[e],index:e}}),n=!x(i,s),o=this._positionChanged(s,e);(n||o)&&(this._active=s,this._eventPosition=e,this._ignoreReplayEvents=!0,this.update(!0))}handleEvent(t,e,i=!0){if(e&&this._ignoreReplayEvents)return!1;this._ignoreReplayEvents=!1;const s=this.options,n=this._active||[],o=this._getActiveElements(t,n,e,i),a=this._positionChanged(o,t),r=e||!x(o,n)||a;return r&&(this._active=o,(s.enabled||s.external)&&(this._eventPosition={x:t.x,y:t.y},this.update(!0,e))),r}_getActiveElements(t,e,i,s){const n=this.options;if("mouseout"===t.type)return[];if(!s)return e;const o=this.chart.getElementsAtEventForMode(t,n.mode,n,i);return n.reverse&&o.reverse(),o}_positionChanged(t,e){const{caretX:i,caretY:s,options:n}=this,o=hr[n.position].call(this,t,e);return!1!==o&&(i!==o.x||s!==o.y)}}wr.positioners=hr;const Sr=(t,e,i,s)=>("string"===typeof e?(i=t.push(e)-1,s.unshift({index:i,label:e})):isNaN(e)&&(i=null),i);function Pr(t,e,i,s){const n=t.indexOf(e);if(-1===n)return Sr(t,e,i,s);const o=t.lastIndexOf(e);return n!==o?i:n}const Dr=(t,e)=>null===t?null:nt(Math.round(t),0,e);class Or extends Nn{constructor(t){super(t),this._startValue=void 0,this._valueRange=0,this._addedLabels=[]}init(t){const e=this._addedLabels;if(e.length){const t=this.getLabels();for(const{index:i,label:s}of e)t[i]===s&&t.splice(i,1);this._addedLabels=[]}super.init(t)}parse(t,e){if(h(t))return null;const i=this.getLabels();return e=isFinite(e)&&i[e]===t?e:Pr(i,t,f(e,t),this._addedLabels),Dr(e,i.length-1)}determineDataLimits(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let{min:i,max:s}=this.getMinMax(!0);"ticks"===this.options.bounds&&(t||(i=0),e||(s=this.getLabels().length-1)),this.min=i,this.max=s}buildTicks(){const t=this.min,e=this.max,i=this.options.offset,s=[];let n=this.getLabels();n=0===t&&e===n.length-1?n:n.slice(t,e+1),this._valueRange=Math.max(n.length-(i?0:1),1),this._startValue=this.min-(i?.5:0);for(let o=t;o<=e;o++)s.push({value:o});return s}getLabelForValue(t){const e=this.getLabels();return t>=0&&t<e.length?e[t]:t}configure(){super.configure(),this.isHorizontal()||(this._reversePixels=!this._reversePixels)}getPixelForValue(t){return"number"!==typeof t&&(t=this.parse(t)),null===t?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getPixelForTick(t){const e=this.ticks;return t<0||t>e.length-1?null:this.getPixelForValue(e[t].value)}getValueForPixel(t){return Math.round(this._startValue+this.getDecimalForPixel(t)*this._valueRange)}getBasePixel(){return this.bottom}}function Cr(t,e){const i=[],s=1e-14,{bounds:n,step:o,min:a,max:r,precision:l,count:c,maxTicks:d,maxDigits:u,includeBounds:f}=t,g=o||1,p=d-1,{min:m,max:b}=e,x=!h(a),_=!h(r),y=!h(c),v=(b-m)/(u+1);let M,k,w,S,P=$((b-m)/p/g)*g;if(P<s&&!x&&!_)return[{value:m},{value:b}];S=Math.ceil(b/P)-Math.floor(m/P),S>p&&(P=$(S*P/p/g)*g),h(l)||(M=Math.pow(10,l),P=Math.ceil(P*M)/M),"ticks"===n?(k=Math.floor(m/P)*P,w=Math.ceil(b/P)*P):(k=m,w=b),x&&_&&o&&q((r-a)/o,P/1e3)?(S=Math.round(Math.min((r-a)/P,d)),P=(r-a)/S,k=a,w=r):y?(k=x?a:k,w=_?r:w,S=c-1,P=(w-k)/S):(S=(w-k)/P,S=X(S,Math.round(S),P/1e3)?Math.round(S):Math.ceil(S));const D=Math.max(J(P),J(k));M=Math.pow(10,h(l)?D:l),k=Math.round(k*M)/M,w=Math.round(w*M)/M;let O=0;for(x&&(f&&k!==a?(i.push({value:a}),k<a&&O++,X(Math.round((k+O*P)*M)/M,a,Ar(a,v,t))&&O++):k<a&&O++);O<S;++O)i.push({value:Math.round((k+O*P)*M)/M});return _&&f&&w!==r?i.length&&X(i[i.length-1].value,r,Ar(r,v,t))?i[i.length-1].value=r:i.push({value:r}):_&&w!==r||i.push({value:w}),i}function Ar(t,e,{horizontal:i,minRotation:s}){const n=G(s),o=(i?Math.sin(n):Math.cos(n))||.001,a=.75*e*(""+t).length;return Math.min(e/o,a)}Or.id="category",Or.defaults={ticks:{callback:Or.prototype.getLabelForValue}};class Lr extends Nn{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._endValue=void 0,this._valueRange=0}parse(t,e){return h(t)||("number"===typeof t||t instanceof Number)&&!isFinite(+t)?null:+t}handleTickRangeOptions(){const{beginAtZero:t}=this.options,{minDefined:e,maxDefined:i}=this.getUserBounds();let{min:s,max:n}=this;const o=t=>s=e?s:t,a=t=>n=i?n:t;if(t){const t=H(s),e=H(n);t<0&&e<0?a(0):t>0&&e>0&&o(0)}if(s===n){let e=1;(n>=Number.MAX_SAFE_INTEGER||s<=Number.MIN_SAFE_INTEGER)&&(e=Math.abs(.05*n)),a(n+e),t||o(s-e)}this.min=s,this.max=n}getTickLimit(){const t=this.options.ticks;let e,{maxTicksLimit:i,stepSize:s}=t;return s?(e=Math.ceil(this.max/s)-Math.floor(this.min/s)+1,e>1e3&&(console.warn(`scales.${this.id}.ticks.stepSize: ${s} would result generating up to ${e} ticks. Limiting to 1000.`),e=1e3)):(e=this.computeTickLimit(),i=i||11),i&&(e=Math.min(i,e)),e}computeTickLimit(){return Number.POSITIVE_INFINITY}buildTicks(){const t=this.options,e=t.ticks;let i=this.getTickLimit();i=Math.max(2,i);const s={maxTicks:i,bounds:t.bounds,min:t.min,max:t.max,precision:e.precision,step:e.stepSize,count:e.count,maxDigits:this._maxDigits(),horizontal:this.isHorizontal(),minRotation:e.minRotation||0,includeBounds:!1!==e.includeBounds},n=this._range||this,o=Cr(s,n);return"ticks"===t.bounds&&K(o,this,"value"),t.reverse?(o.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),o}configure(){const t=this.ticks;let e=this.min,i=this.max;if(super.configure(),this.options.offset&&t.length){const s=(i-e)/Math.max(t.length-1,1)/2;e-=s,i+=s}this._startValue=e,this._endValue=i,this._valueRange=i-e}getLabelForValue(t){return Ji(t,this.chart.options.locale,this.options.ticks.format)}}class Tr extends Lr{determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=d(t)?t:0,this.max=d(e)?e:1,this.handleTickRangeOptions()}computeTickLimit(){const t=this.isHorizontal(),e=t?this.width:this.height,i=G(this.options.ticks.minRotation),s=(t?Math.sin(i):Math.cos(i))||.001,n=this._resolveTickFontOptions(0);return Math.ceil(e/Math.min(40,n.lineHeight/s))}getPixelForValue(t){return null===t?NaN:this.getPixelForDecimal((t-this._startValue)/this._valueRange)}getValueForPixel(t){return this._startValue+this.getDecimalForPixel(t)*this._valueRange}}function Er(t){const e=t/Math.pow(10,Math.floor(W(t)));return 1===e}function Rr(t,e){const i=Math.floor(W(e.max)),s=Math.ceil(e.max/Math.pow(10,i)),n=[];let o=u(t.min,Math.pow(10,Math.floor(W(e.min)))),a=Math.floor(W(o)),r=Math.floor(o/Math.pow(10,a)),h=a<0?Math.pow(10,Math.abs(a)):1;do{n.push({value:o,major:Er(o)}),++r,10===r&&(r=1,++a,h=a>=0?1:h),o=Math.round(r*Math.pow(10,a)*h)/h}while(a<i||a===i&&r<s);const l=u(t.max,o);return n.push({value:l,major:Er(o)}),n}Tr.id="linear",Tr.defaults={ticks:{callback:yn.formatters.numeric}};class Ir extends Nn{constructor(t){super(t),this.start=void 0,this.end=void 0,this._startValue=void 0,this._valueRange=0}parse(t,e){const i=Lr.prototype.parse.apply(this,[t,e]);if(0!==i)return d(i)&&i>0?i:null;this._zero=!0}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!0);this.min=d(t)?Math.max(0,t):null,this.max=d(e)?Math.max(0,e):null,this.options.beginAtZero&&(this._zero=!0),this.handleTickRangeOptions()}handleTickRangeOptions(){const{minDefined:t,maxDefined:e}=this.getUserBounds();let i=this.min,s=this.max;const n=e=>i=t?i:e,o=t=>s=e?s:t,a=(t,e)=>Math.pow(10,Math.floor(W(t))+e);i===s&&(i<=0?(n(1),o(10)):(n(a(i,-1)),o(a(s,1)))),i<=0&&n(a(s,-1)),s<=0&&o(a(i,1)),this._zero&&this.min!==this._suggestedMin&&i===a(this.min,0)&&n(a(i,-1)),this.min=i,this.max=s}buildTicks(){const t=this.options,e={min:this._userMin,max:this._userMax},i=Rr(e,this);return"ticks"===t.bounds&&K(i,this,"value"),t.reverse?(i.reverse(),this.start=this.max,this.end=this.min):(this.start=this.min,this.end=this.max),i}getLabelForValue(t){return void 0===t?"0":Ji(t,this.chart.options.locale,this.options.ticks.format)}configure(){const t=this.min;super.configure(),this._startValue=W(t),this._valueRange=W(this.max)-W(t)}getPixelForValue(t){return void 0!==t&&0!==t||(t=this.min),null===t||isNaN(t)?NaN:this.getPixelForDecimal(t===this.min?0:(W(t)-this._startValue)/this._valueRange)}getValueForPixel(t){const e=this.getDecimalForPixel(t);return Math.pow(10,this._startValue+e*this._valueRange)}}function Fr(t){const e=t.ticks;if(e.display&&t.display){const t=Ge(e.backdropPadding);return f(e.font&&e.font.size,Pe.font.size)+t.height}return 0}function zr(t,e,i){return i=l(i)?i:[i],{w:Ce(t,e.string,i),h:i.length*e.lineHeight}}function Vr(t,e,i,s,n){return t===s||t===n?{start:e-i/2,end:e+i/2}:t<s||t>n?{start:e-i,end:e}:{start:e,end:e+i}}function Nr(t){const e={l:t.left+t._padding.left,r:t.right-t._padding.right,t:t.top+t._padding.top,b:t.bottom-t._padding.bottom},i=Object.assign({},e),s=[],n=[],o=t._pointLabels.length,a=t.options.pointLabels,r=a.centerPointLabels?R/o:0;for(let h=0;h<o;h++){const o=a.setContext(t.getPointLabelContext(h));n[h]=o.padding;const l=t.getPointPosition(h,t.drawingArea+n[h],r),c=Ze(o.font),d=zr(t.ctx,c,t._pointLabels[h]);s[h]=d;const u=it(t.getIndexAngle(h)+r),f=Math.round(Z(u)),g=Vr(f,l.x,d.w,0,180),p=Vr(f,l.y,d.h,90,270);Br(i,e,u,g,p)}t.setCenterPoint(e.l-i.l,i.r-e.r,e.t-i.t,i.b-e.b),t._pointLabelItems=jr(t,s,n)}function Br(t,e,i,s,n){const o=Math.abs(Math.sin(i)),a=Math.abs(Math.cos(i));let r=0,h=0;s.start<e.l?(r=(e.l-s.start)/o,t.l=Math.min(t.l,e.l-r)):s.end>e.r&&(r=(s.end-e.r)/o,t.r=Math.max(t.r,e.r+r)),n.start<e.t?(h=(e.t-n.start)/a,t.t=Math.min(t.t,e.t-h)):n.end>e.b&&(h=(n.end-e.b)/a,t.b=Math.max(t.b,e.b+h))}function jr(t,e,i){const s=[],n=t._pointLabels.length,o=t.options,a=Fr(o)/2,r=t.drawingArea,h=o.pointLabels.centerPointLabels?R/n:0;for(let l=0;l<n;l++){const n=t.getPointPosition(l,r+a+i[l],h),o=Math.round(Z(it(n.angle+N))),c=e[l],d=$r(n.y,c.h,o),u=Wr(o),f=Hr(n.x,c.w,u);s.push({x:n.x,y:d,textAlign:u,left:f,top:d,right:f+c.w,bottom:d+c.h})}return s}function Wr(t){return 0===t||180===t?"center":t<180?"left":"right"}function Hr(t,e,i){return"right"===i?t-=e:"center"===i&&(t-=e/2),t}function $r(t,e,i){return 90===i||270===i?t-=e/2:(i>270||i<90)&&(t-=e),t}function Yr(t,e){const{ctx:i,options:{pointLabels:s}}=t;for(let n=e-1;n>=0;n--){const e=s.setContext(t.getPointLabelContext(n)),o=Ze(e.font),{x:a,y:r,textAlign:l,left:c,top:d,right:u,bottom:f}=t._pointLabelItems[n],{backdropColor:g}=e;if(!h(g)){const t=Ke(e.borderRadius),s=Ge(e.backdropPadding);i.fillStyle=g;const n=c-s.left,o=d-s.top,a=u-c+s.width,r=f-d+s.height;Object.values(t).some(t=>0!==t)?(i.beginPath(),We(i,{x:n,y:o,w:a,h:r,radius:t}),i.fill()):i.fillRect(n,o,a,r)}Ne(i,t._pointLabels[n],a,r+o.lineHeight/2,o,{color:e.color,textAlign:l,textBaseline:"middle"})}}function Ur(t,e,i,s){const{ctx:n}=t;if(i)n.arc(t.xCenter,t.yCenter,e,0,I);else{let i=t.getPointPosition(0,e);n.moveTo(i.x,i.y);for(let o=1;o<s;o++)i=t.getPointPosition(o,e),n.lineTo(i.x,i.y)}}function Xr(t,e,i,s){const n=t.ctx,o=e.circular,{color:a,lineWidth:r}=e;!o&&!s||!a||!r||i<0||(n.save(),n.strokeStyle=a,n.lineWidth=r,n.setLineDash(e.borderDash),n.lineDashOffset=e.borderDashOffset,n.beginPath(),Ur(t,i,o,s),n.closePath(),n.stroke(),n.restore())}function qr(t,e,i){return ti(t,{label:i,index:e,type:"pointLabel"})}Ir.id="logarithmic",Ir.defaults={ticks:{callback:yn.formatters.logarithmic,major:{enabled:!0}}};class Kr extends Lr{constructor(t){super(t),this.xCenter=void 0,this.yCenter=void 0,this.drawingArea=void 0,this._pointLabels=[],this._pointLabelItems=[]}setDimensions(){const t=this._padding=Ge(Fr(this.options)/2),e=this.width=this.maxWidth-t.width,i=this.height=this.maxHeight-t.height;this.xCenter=Math.floor(this.left+e/2+t.left),this.yCenter=Math.floor(this.top+i/2+t.top),this.drawingArea=Math.floor(Math.min(e,i)/2)}determineDataLimits(){const{min:t,max:e}=this.getMinMax(!1);this.min=d(t)&&!isNaN(t)?t:0,this.max=d(e)&&!isNaN(e)?e:0,this.handleTickRangeOptions()}computeTickLimit(){return Math.ceil(this.drawingArea/Fr(this.options))}generateTickLabels(t){Lr.prototype.generateTickLabels.call(this,t),this._pointLabels=this.getLabels().map((t,e)=>{const i=m(this.options.pointLabels.callback,[t,e],this);return i||0===i?i:""}).filter((t,e)=>this.chart.getDataVisibility(e))}fit(){const t=this.options;t.display&&t.pointLabels.display?Nr(this):this.setCenterPoint(0,0,0,0)}setCenterPoint(t,e,i,s){this.xCenter+=Math.floor((t-e)/2),this.yCenter+=Math.floor((i-s)/2),this.drawingArea-=Math.min(this.drawingArea/2,Math.max(t,e,i,s))}getIndexAngle(t){const e=I/(this._pointLabels.length||1),i=this.options.startAngle||0;return it(t*e+G(i))}getDistanceFromCenterForValue(t){if(h(t))return NaN;const e=this.drawingArea/(this.max-this.min);return this.options.reverse?(this.max-t)*e:(t-this.min)*e}getValueForDistanceFromCenter(t){if(h(t))return NaN;const e=t/(this.drawingArea/(this.max-this.min));return this.options.reverse?this.max-e:this.min+e}getPointLabelContext(t){const e=this._pointLabels||[];if(t>=0&&t<e.length){const i=e[t];return qr(this.getContext(),t,i)}}getPointPosition(t,e,i=0){const s=this.getIndexAngle(t)-N+i;return{x:Math.cos(s)*e+this.xCenter,y:Math.sin(s)*e+this.yCenter,angle:s}}getPointPositionForValue(t,e){return this.getPointPosition(t,this.getDistanceFromCenterForValue(e))}getBasePosition(t){return this.getPointPositionForValue(t||0,this.getBaseValue())}getPointLabelPosition(t){const{left:e,top:i,right:s,bottom:n}=this._pointLabelItems[t];return{left:e,top:i,right:s,bottom:n}}drawBackground(){const{backgroundColor:t,grid:{circular:e}}=this.options;if(t){const i=this.ctx;i.save(),i.beginPath(),Ur(this,this.getDistanceFromCenterForValue(this._endValue),e,this._pointLabels.length),i.closePath(),i.fillStyle=t,i.fill(),i.restore()}}drawGrid(){const t=this.ctx,e=this.options,{angleLines:i,grid:s}=e,n=this._pointLabels.length;let o,a,r;if(e.pointLabels.display&&Yr(this,n),s.display&&this.ticks.forEach((t,e)=>{if(0!==e){a=this.getDistanceFromCenterForValue(t.value);const i=s.setContext(this.getContext(e-1));Xr(this,i,a,n)}}),i.display){for(t.save(),o=n-1;o>=0;o--){const s=i.setContext(this.getPointLabelContext(o)),{color:n,lineWidth:h}=s;h&&n&&(t.lineWidth=h,t.strokeStyle=n,t.setLineDash(s.borderDash),t.lineDashOffset=s.borderDashOffset,a=this.getDistanceFromCenterForValue(e.ticks.reverse?this.min:this.max),r=this.getPointPosition(o,a),t.beginPath(),t.moveTo(this.xCenter,this.yCenter),t.lineTo(r.x,r.y),t.stroke())}t.restore()}}drawBorder(){}drawLabels(){const t=this.ctx,e=this.options,i=e.ticks;if(!i.display)return;const s=this.getIndexAngle(0);let n,o;t.save(),t.translate(this.xCenter,this.yCenter),t.rotate(s),t.textAlign="center",t.textBaseline="middle",this.ticks.forEach((s,a)=>{if(0===a&&!e.reverse)return;const r=i.setContext(this.getContext(a)),h=Ze(r.font);if(n=this.getDistanceFromCenterForValue(this.ticks[a].value),r.showLabelBackdrop){t.font=h.string,o=t.measureText(s.label).width,t.fillStyle=r.backdropColor;const e=Ge(r.backdropPadding);t.fillRect(-o/2-e.left,-n-h.size/2-e.top,o+e.width,h.size+e.height)}Ne(t,s.label,0,-n,h,{color:r.color})}),t.restore()}drawTitle(){}}Kr.id="radialLinear",Kr.defaults={display:!0,animate:!0,position:"chartArea",angleLines:{display:!0,lineWidth:1,borderDash:[],borderDashOffset:0},grid:{circular:!1},startAngle:0,ticks:{showLabelBackdrop:!0,callback:yn.formatters.numeric},pointLabels:{backdropColor:void 0,backdropPadding:2,display:!0,font:{size:10},callback(t){return t},padding:5,centerPointLabels:!1}},Kr.defaultRoutes={"angleLines.color":"borderColor","pointLabels.color":"color","ticks.color":"color"},Kr.descriptors={angleLines:{_fallback:"grid"}};const Gr={millisecond:{common:!0,size:1,steps:1e3},second:{common:!0,size:1e3,steps:60},minute:{common:!0,size:6e4,steps:60},hour:{common:!0,size:36e5,steps:24},day:{common:!0,size:864e5,steps:30},week:{common:!1,size:6048e5,steps:4},month:{common:!0,size:2628e6,steps:12},quarter:{common:!1,size:7884e6,steps:4},year:{common:!0,size:3154e7}},Zr=Object.keys(Gr);function Jr(t,e){return t-e}function Qr(t,e){if(h(e))return null;const i=t._adapter,{parser:s,round:n,isoWeekday:o}=t._parseOpts;let a=e;return"function"===typeof s&&(a=s(a)),d(a)||(a="string"===typeof s?i.parse(a,s):i.parse(a)),null===a?null:(n&&(a="week"!==n||!U(o)&&!0!==o?i.startOf(a,n):i.startOf(a,"isoWeek",o)),+a)}function th(t,e,i,s){const n=Zr.length;for(let o=Zr.indexOf(t);o<n-1;++o){const t=Gr[Zr[o]],n=t.steps?t.steps:Number.MAX_SAFE_INTEGER;if(t.common&&Math.ceil((i-e)/(n*t.size))<=s)return Zr[o]}return Zr[n-1]}function eh(t,e,i,s,n){for(let o=Zr.length-1;o>=Zr.indexOf(i);o--){const i=Zr[o];if(Gr[i].common&&t._adapter.diff(n,s,i)>=e-1)return i}return Zr[i?Zr.indexOf(i):0]}function ih(t){for(let e=Zr.indexOf(t)+1,i=Zr.length;e<i;++e)if(Gr[Zr[e]].common)return Zr[e]}function sh(t,e,i){if(i){if(i.length){const{lo:s,hi:n}=rt(i,e),o=i[s]>=e?i[s]:i[n];t[o]=!0}}else t[e]=!0}function nh(t,e,i,s){const n=t._adapter,o=+n.startOf(e[0].value,s),a=e[e.length-1].value;let r,h;for(r=o;r<=a;r=+n.add(r,1,s))h=i[r],h>=0&&(e[h].major=!0);return e}function oh(t,e,i){const s=[],n={},o=e.length;let a,r;for(a=0;a<o;++a)r=e[a],n[r]=a,s.push({value:r,major:!1});return 0!==o&&i?nh(t,s,n,i):s}class ah extends Nn{constructor(t){super(t),this._cache={data:[],labels:[],all:[]},this._unit="day",this._majorUnit=void 0,this._offsets={},this._normalized=!1,this._parseOpts=void 0}init(t,e){const i=t.time||(t.time={}),s=this._adapter=new Kn._date(t.adapters.date);s.init(e),k(i.displayFormats,s.formats()),this._parseOpts={parser:i.parser,round:i.round,isoWeekday:i.isoWeekday},super.init(t),this._normalized=e.normalized}parse(t,e){return void 0===t?null:Qr(this,t)}beforeLayout(){super.beforeLayout(),this._cache={data:[],labels:[],all:[]}}determineDataLimits(){const t=this.options,e=this._adapter,i=t.time.unit||"day";let{min:s,max:n,minDefined:o,maxDefined:a}=this.getUserBounds();function r(t){o||isNaN(t.min)||(s=Math.min(s,t.min)),a||isNaN(t.max)||(n=Math.max(n,t.max))}o&&a||(r(this._getLabelBounds()),"ticks"===t.bounds&&"labels"===t.ticks.source||r(this.getMinMax(!1))),s=d(s)&&!isNaN(s)?s:+e.startOf(Date.now(),i),n=d(n)&&!isNaN(n)?n:+e.endOf(Date.now(),i)+1,this.min=Math.min(s,n-1),this.max=Math.max(s+1,n)}_getLabelBounds(){const t=this.getLabelTimestamps();let e=Number.POSITIVE_INFINITY,i=Number.NEGATIVE_INFINITY;return t.length&&(e=t[0],i=t[t.length-1]),{min:e,max:i}}buildTicks(){const t=this.options,e=t.time,i=t.ticks,s="labels"===i.source?this.getLabelTimestamps():this._generate();"ticks"===t.bounds&&s.length&&(this.min=this._userMin||s[0],this.max=this._userMax||s[s.length-1]);const n=this.min,o=this.max,a=ct(s,n,o);return this._unit=e.unit||(i.autoSkip?th(e.minUnit,this.min,this.max,this._getLabelCapacity(n)):eh(this,a.length,e.minUnit,this.min,this.max)),this._majorUnit=i.major.enabled&&"year"!==this._unit?ih(this._unit):void 0,this.initOffsets(s),t.reverse&&a.reverse(),oh(this,a,this._majorUnit)}afterAutoSkip(){this.options.offsetAfterAutoskip&&this.initOffsets(this.ticks.map(t=>+t.value))}initOffsets(t){let e,i,s=0,n=0;this.options.offset&&t.length&&(e=this.getDecimalForValue(t[0]),s=1===t.length?1-e:(this.getDecimalForValue(t[1])-e)/2,i=this.getDecimalForValue(t[t.length-1]),n=1===t.length?i:(i-this.getDecimalForValue(t[t.length-2]))/2);const o=t.length<3?.5:.25;s=nt(s,0,o),n=nt(n,0,o),this._offsets={start:s,end:n,factor:1/(s+1+n)}}_generate(){const t=this._adapter,e=this.min,i=this.max,s=this.options,n=s.time,o=n.unit||th(n.minUnit,e,i,this._getLabelCapacity(e)),a=f(n.stepSize,1),r="week"===o&&n.isoWeekday,h=U(r)||!0===r,l={};let c,d,u=e;if(h&&(u=+t.startOf(u,"isoWeek",r)),u=+t.startOf(u,h?"day":o),t.diff(i,e,o)>1e5*a)throw new Error(e+" and "+i+" are too far apart with stepSize of "+a+" "+o);const g="data"===s.ticks.source&&this.getDataTimestamps();for(c=u,d=0;c<i;c=+t.add(c,a,o),d++)sh(l,c,g);return c!==i&&"ticks"!==s.bounds&&1!==d||sh(l,c,g),Object.keys(l).sort((t,e)=>t-e).map(t=>+t)}getLabelForValue(t){const e=this._adapter,i=this.options.time;return i.tooltipFormat?e.format(t,i.tooltipFormat):e.format(t,i.displayFormats.datetime)}_tickFormatFunction(t,e,i,s){const n=this.options,o=n.time.displayFormats,a=this._unit,r=this._majorUnit,h=a&&o[a],l=r&&o[r],c=i[e],d=r&&l&&c&&c.major,u=this._adapter.format(t,s||(d?l:h)),f=n.ticks.callback;return f?m(f,[u,e,i],this):u}generateTickLabels(t){let e,i,s;for(e=0,i=t.length;e<i;++e)s=t[e],s.label=this._tickFormatFunction(s.value,e,t)}getDecimalForValue(t){return null===t?NaN:(t-this.min)/(this.max-this.min)}getPixelForValue(t){const e=this._offsets,i=this.getDecimalForValue(t);return this.getPixelForDecimal((e.start+i)*e.factor)}getValueForPixel(t){const e=this._offsets,i=this.getDecimalForPixel(t)/e.factor-e.end;return this.min+i*(this.max-this.min)}_getLabelSize(t){const e=this.options.ticks,i=this.ctx.measureText(t).width,s=G(this.isHorizontal()?e.maxRotation:e.minRotation),n=Math.cos(s),o=Math.sin(s),a=this._resolveTickFontOptions(0).size;return{w:i*n+a*o,h:i*o+a*n}}_getLabelCapacity(t){const e=this.options.time,i=e.displayFormats,s=i[e.unit]||i.millisecond,n=this._tickFormatFunction(t,0,oh(this,[t],this._majorUnit),s),o=this._getLabelSize(n),a=Math.floor(this.isHorizontal()?this.width/o.w:this.height/o.h)-1;return a>0?a:1}getDataTimestamps(){let t,e,i=this._cache.data||[];if(i.length)return i;const s=this.getMatchingVisibleMetas();if(this._normalized&&s.length)return this._cache.data=s[0].controller.getAllParsedValues(this);for(t=0,e=s.length;t<e;++t)i=i.concat(s[t].controller.getAllParsedValues(this));return this._cache.data=this.normalize(i)}getLabelTimestamps(){const t=this._cache.labels||[];let e,i;if(t.length)return t;const s=this.getLabels();for(e=0,i=s.length;e<i;++e)t.push(Qr(this,s[e]));return this._cache.labels=this._normalized?t:this.normalize(t)}normalize(t){return gt(t.sort(Jr))}}function rh(t,e,i){let s,n,o,a,r=0,h=t.length-1;i?(e>=t[r].pos&&e<=t[h].pos&&({lo:r,hi:h}=ht(t,"pos",e)),({pos:s,time:o}=t[r]),({pos:n,time:a}=t[h])):(e>=t[r].time&&e<=t[h].time&&({lo:r,hi:h}=ht(t,"time",e)),({time:s,pos:o}=t[r]),({time:n,pos:a}=t[h]));const l=n-s;return l?o+(a-o)*(e-s)/l:o}ah.id="time",ah.defaults={bounds:"data",adapters:{},time:{parser:!1,unit:!1,round:!1,isoWeekday:!1,minUnit:"millisecond",displayFormats:{}},ticks:{source:"auto",major:{enabled:!1}}};class hh extends ah{constructor(t){super(t),this._table=[],this._minPos=void 0,this._tableRange=void 0}initOffsets(){const t=this._get