kcc-gem-theme-core 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/_config.yml +1 -1
- data/_includes/hash/theme_hash.yml +1 -1
- data/_includes/header-global.html +1 -1
- data/_includes/styles/fonts.html +2 -2
- data/_includes/styles/main.html +2 -6
- data/_layouts/default-core.html +1 -0
- data/_layouts/default.html +5 -32
- data/assets/js/dist/{381.798ee77dce545b7c224a.css → 381.09eb34b9aa0030707147.css} +0 -0
- data/assets/js/dist/{658.798ee77dce545b7c224a.css → 658.09eb34b9aa0030707147.css} +0 -0
- data/assets/js/dist/{83.798ee77dce545b7c224a.css → 83.09eb34b9aa0030707147.css} +0 -0
- data/assets/js/dist/{647.798ee77dce545b7c224a.css → 971.09eb34b9aa0030707147.css} +0 -0
- data/assets/js/dist/971.bundle.js +1 -0
- data/assets/js/dist/{kcc-theme.798ee77dce545b7c224a.css → kcc-theme.09eb34b9aa0030707147.css} +0 -0
- data/assets/js/dist/kcc-theme.bundle.js +1 -1
- data/assets/js/src/all.js +6 -3
- data/assets/js/src/translateScript.js +4 -2
- data/assets/scss/0-tools/_google-translate-overrides.scss +2 -2
- metadata +7 -8
- data/assets/js/dist/647.bundle.js +0 -1
- data/assets/js/src/translate.js +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d371f927579863dacf465358613ab9fd29fdf6323268ca9f4febaca68af9a87f
|
4
|
+
data.tar.gz: f6675fd0d57d3ccfc506fd8419a94c35e6638520fd5f0454f4ec24d941ae61dd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b08b0698106631df2d13204724ab5f3ca37920aff8848f6e79326f790903c7fd9d0041c8b7073723ccafc6bf87a4713bd64bf45a6b217fbd1838fb1e044ede8
|
7
|
+
data.tar.gz: 9475171c2448f6fa7d01bc15932631f88a2a6a02243927573e3b2ef009efc3351a622aae0c1399ca7b6d2a443ed8fd36bd871b20872d9afaf6b9de5478f1e6a1
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
### A Jekyll theme for new KCC sites.
|
4
4
|
|
5
|
-
[](https://badge.fury.io/rb/kcc-gem-theme)
|
5
|
+
[](https://badge.fury.io/rb/kcc-gem-theme-core)
|
6
6
|
|
7
7
|
-----
|
8
8
|
|
@@ -49,7 +49,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
|
|
49
49
|
|
50
50
|
## Development
|
51
51
|
|
52
|
-
This Gem Theme project is setup just like other KCC projects. You can run `$ npm run dev`, `$ npm run production`, `$ npx webpack
|
52
|
+
This Gem Theme project is setup just like other KCC projects. You can run `$ npm run dev`, `$ npm run production`, or `$ npx webpack`.
|
53
53
|
|
54
54
|
1. Run the command below to work on development of the theme and live preview it at http://localhost:3000.
|
55
55
|
|
data/_config.yml
CHANGED
@@ -8,7 +8,7 @@ google-tag_key: Google Tag Manager key goes here
|
|
8
8
|
theme_config: true # This key should only be in the theme's _config.yml file and nowhere else # Otherwise you will get JS errors
|
9
9
|
core_site: true
|
10
10
|
core_site_subsite: true
|
11
|
-
#translate: true ## Uncomment to activate Google Translate Powers (unfortunately no cowpowers)!!
|
11
|
+
# translate: true ## Uncomment to activate Google Translate Powers (unfortunately no cowpowers)!!
|
12
12
|
collections:
|
13
13
|
tabs:
|
14
14
|
people: false
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
09eb34b9aa0030707147
|
@@ -16,7 +16,7 @@
|
|
16
16
|
</span>
|
17
17
|
</button>
|
18
18
|
<div id="searchCollapse" aria-hidden="true" class="header-global__search-collapse">
|
19
|
-
<gcse:searchbox-only resultsUrl="
|
19
|
+
<gcse:searchbox-only resultsUrl="https://www.kcc.edu/search/"></gcse:searchbox-only>
|
20
20
|
</div>
|
21
21
|
<button id="closeSearchButton"
|
22
22
|
role="button"
|
data/_includes/styles/fonts.html
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
<!-- Typkit font for KCC logo-font -->
|
2
|
-
|
2
|
+
<link rel="stylesheet" href="https://use.typekit.net/mli7lsm.css">
|
3
3
|
<!-- Link to Google Font -->
|
4
|
-
|
4
|
+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Oswald:wght@400;500&family=Roboto:wght@400;500;700&family=Material+Icons&display=swap" rel="stylesheet">
|
data/_includes/styles/main.html
CHANGED
@@ -1,12 +1,8 @@
|
|
1
|
-
|
1
|
+
{% if jekyll.environment == "production" or jekyll.environment == "publish" %}
|
2
2
|
<!-- Custom CSS for the KCC Theme -->
|
3
3
|
<link rel="stylesheet" href="{{page.baseurl}}assets/js/dist/kcc-theme.{% include hash/theme_hash.yml %}.css">
|
4
4
|
{% if site.theme_config != true %}
|
5
5
|
<!-- Link to this site's main stylesheet -->
|
6
6
|
<link rel="stylesheet" href="{{page.baseurl}}assets/js/dist/main{% if site.data.hash %}.{{ site.data.hash }}{% endif %}.css">
|
7
7
|
{% endif %}
|
8
|
-
|
9
|
-
{%- if site.translate == true -%}
|
10
|
-
<!-- Link to this site's custom google translate stylesheet -->
|
11
|
-
<link rel="stylesheet" href="{{page.baseurl}}assets/js/dist/translate.{% include hash/theme_hash.yml %}.css">
|
12
|
-
{%- endif -%}
|
8
|
+
{% endif %}
|
data/_layouts/default-core.html
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
<!-- dataTables "Responsive" extension stylesheet for bootstrap4 theme -->
|
11
11
|
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.2/css/responsive.bootstrap4.min.css" crossorigin="anonymous">
|
12
12
|
{%- endif -%}
|
13
|
+
{% include styles/fonts.html %}
|
13
14
|
{% include styles/main.html %}
|
14
15
|
{% include body.html %}
|
15
16
|
{% include scripts/google-noscript.html %}
|
data/_layouts/default.html
CHANGED
@@ -1,32 +1,5 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
<!-- dataTables stylesheets -->
|
7
|
-
<!-- dataTables Bootstrap4 themed stylesheet -->
|
8
|
-
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.18/css/dataTables.bootstrap4.min.css" crossorigin="anonymous">
|
9
|
-
<!-- dataTables "Responsive" extension stylesheet for bootstrap4 theme -->
|
10
|
-
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/responsive/2.2.2/css/responsive.bootstrap4.min.css" crossorigin="anonymous">
|
11
|
-
{% endif %}
|
12
|
-
{% include styles/main.html %}
|
13
|
-
{% include body.html %}
|
14
|
-
{% include scripts/google-noscript.html %}
|
15
|
-
{% if site.translate == true %}{% include translate.html %}{% endif %}
|
16
|
-
{% include nav-global.html %}
|
17
|
-
{% if page.no_local_nav != true %}{% include nav-local.html %}{% endif %}
|
18
|
-
{% if page.no_alert != true %}{% include emergency-alerts.html %}{% endif %}
|
19
|
-
{{ content }}
|
20
|
-
{% include footer.html %}
|
21
|
-
{% include scripts/vendor-cdn.html %}
|
22
|
-
{% include scripts/kcc-nav.html %}
|
23
|
-
{% include scripts/kcc-theme.html %}
|
24
|
-
{% include scripts/emergency-alerts.html %}
|
25
|
-
{% include scripts/google-api.html %}
|
26
|
-
{% if page.sheet_key %}
|
27
|
-
{% include scripts/table-cdn.html %}
|
28
|
-
{% endif %}
|
29
|
-
{% include scripts/custom.html %}
|
30
|
-
{% if site.translate == true %}<!-- Link to this site's custom google translate stylesheet -->
|
31
|
-
{% include scripts/translate.html %}{% endif %}
|
32
|
-
{% include foot.html %}
|
1
|
+
---
|
2
|
+
layout: default-core
|
3
|
+
---
|
4
|
+
|
5
|
+
{{ content }}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
"use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[971],{8971:function(e,c,k){k.r(c)}}]);
|
data/assets/js/dist/{kcc-theme.798ee77dce545b7c224a.css → kcc-theme.09eb34b9aa0030707147.css}
RENAMED
File without changes
|
@@ -1 +1 @@
|
|
1
|
-
!function(){var t,n,e,r,o,i,u={397:function(t,n,e){var r={"./addClassToOpenNavbar":[8057,526,57],"./addClassToOpenNavbar.js":[8057,526,57],"./all":[2224],"./all.js":[2224],"./darkMode":[3968,968],"./darkMode.js":[3968,968],"./errorPageSearch":[6862,862],"./errorPageSearch.js":[6862,862],"./footerDate":[6909,909],"./footerDate.js":[6909,909],"./lazyLoad":[1582,707,582],"./lazyLoad.js":[1582,707,582],"./loadModule":[759],"./loadModule.js":[759],"./sliders":[7936,526,154,936],"./sliders.js":[7936,526,154,936],"./test":[5315,315],"./test.js":[5315,315],"./translate":[2647,647],"./translate.js":[2647,647],"./translateScript":[795,795],"./translateScript.js":[795,795],"./userSettings":[3391,707,391],"./userSettings.js":[3391,707,391],"./walkText":[9504,504],"./walkText.js":[9504,504],"./wrapPowerText":[6045,45],"./wrapPowerText.js":[6045,45],"./ytEmbed":[9644,644],"./ytEmbed.js":[9644,644]};function o(t){if(!e.o(r,t))return Promise.resolve().then((function(){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}));var n=r[t],o=n[0];return Promise.all(n.slice(1).map(e.e)).then((function(){return e(o)}))}o.keys=function(){return Object.keys(r)},o.id=397,t.exports=o},2224:function(t,n,e){"use strict";e.r(n),e(6992),e(1539),e(8674),e(8783),e(3948);var r=e(759),o=window.location.pathname;window.addEventListener("load",(function(){var t,n;t=function(){e.e(526).then(e.t.bind(e,9755,23)).then((function(t){return t.default,Promise.all([e.e(526),e.e(734)]).then(e.t.bind(e,3734,23))})).then((function(){return Promise.all([e.e(707),e.e(755)]).then(e.bind(e,897)).then((function(t){return(0,t.default)()}))})).then((function(){if(document.querySelector(".hero-slider__slider"))return e.e(381).then(e.bind(e,3381)).then((function(){return(0,r.default)("wrapPowerText")})).then((function(){return(0,r.default)("sliders","initSliders")}))})).then((function(){return document.querySelector("img[data-src]")?(0,r.default)("lazyLoad"):null})).then((function(){return(0,r.default)("walkText","walkText",document.body)})).then((function(){return(0,r.default)("footerDate")})).then((function(){return(0,r.default)("addClassToOpenNavbar")})).then((function(){return document.getElementById("darkModeButton")?(0,r.default)("userSettings"):null})).then((function(){("true"==window.localStorage.getItem("darkModeSetting")||document.getElementById("darkModeButton"))&&e.e(968).then(e.bind(e,3968)).then((function(t){return t.default})).then((function(t){e.e(658).then(e.bind(e,7658)).then((function(){t()}))}))})).then((function(){return"/search/"==o?e.e(83).then(e.bind(e,7083)):null})).then((function(){return document.getElementById("google_translate_element")?(0,r.default)("translateScript","watchForMenuClicks"):null})).then((function(){return document.getElementById("errorPageSearch")?(0,r.default)("errorPageSearch","errorPageSearch"):null})).then((function(){return e.e(987).then(e.bind(e,870)).then((function(t){return(0,t.default)()}))})).catch((function(t){return function(t){return console.error("Error loading module:\n".concat(t),t)}(t)}))},(n=document.createElement("script")).src="https://apis.google.com/js/api.js",n.addEventListener("load",(function(){return t()})),document.head.append(n)}))},759:function(t,n,e){"use strict";e.r(n),e(6992),e(1539),e(8674),e(8783),e(3948),n.default=function(){var t=arguments.length<=0?void 0:arguments[0],n=void 0;arguments.length>2&&(n=arguments.length<=2?void 0:arguments[2]),e(397)("./".concat(t)).then((function(t){var e=t.default;n=e(n)}))}},9662:function(t,n,e){var r=e(7854),o=e(614),i=e(6330),u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a function")}},9483:function(t,n,e){var r=e(7854),o=e(4411),i=e(6330),u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a constructor")}},6077:function(t,n,e){var r=e(7854),o=e(614),i=r.String,u=r.TypeError;t.exports=function(t){if("object"==typeof t||o(t))return t;throw u("Can't set "+i(t)+" as a prototype")}},1223:function(t,n,e){var r=e(5112),o=e(30),i=e(3070),u=r("unscopables"),c=Array.prototype;null==c[u]&&i.f(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},5787:function(t,n,e){var r=e(7854),o=e(7976),i=r.TypeError;t.exports=function(t,n){if(o(n,t))return t;throw i("Incorrect invocation")}},9670:function(t,n,e){var r=e(7854),o=e(111),i=r.String,u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not an object")}},1318:function(t,n,e){var r=e(5656),o=e(1400),i=e(6244),u=function(t){return function(n,e,u){var c,a=r(n),f=i(a),s=o(u,f);if(t&&e!=e){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===e)return t||s||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},206:function(t,n,e){var r=e(1702);t.exports=r([].slice)},7072:function(t,n,e){var r=e(5112)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[r]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,n){if(!n&&!o)return!1;var e=!1;try{var i={};i[r]=function(){return{next:function(){return{done:e=!0}}}},t(i)}catch(t){}return e}},4326:function(t,n,e){var r=e(1702),o=r({}.toString),i=r("".slice);t.exports=function(t){return i(o(t),8,-1)}},648:function(t,n,e){var r=e(7854),o=e(1694),i=e(614),u=e(4326),c=e(5112)("toStringTag"),a=r.Object,f="Arguments"==u(function(){return arguments}());t.exports=o?u:function(t){var n,e,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=a(t),c))?e:f?u(n):"Object"==(r=u(n))&&i(n.callee)?"Arguments":r}},9920:function(t,n,e){var r=e(2597),o=e(3887),i=e(1236),u=e(3070);t.exports=function(t,n,e){for(var c=o(n),a=u.f,f=i.f,s=0;s<c.length;s++){var l=c[s];r(t,l)||e&&r(e,l)||a(t,l,f(n,l))}}},8544:function(t,n,e){var r=e(7293);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},4994:function(t,n,e){"use strict";var r=e(3383).IteratorPrototype,o=e(30),i=e(9114),u=e(8003),c=e(7497),a=function(){return this};t.exports=function(t,n,e,f){var s=n+" Iterator";return t.prototype=o(r,{next:i(+!f,e)}),u(t,s,!1,!0),c[s]=a,t}},8880:function(t,n,e){var r=e(9781),o=e(3070),i=e(9114);t.exports=r?function(t,n,e){return o.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},9114:function(t){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},654:function(t,n,e){"use strict";var r=e(2109),o=e(6916),i=e(1913),u=e(6530),c=e(614),a=e(4994),f=e(9518),s=e(7674),l=e(8003),p=e(8880),v=e(1320),d=e(5112),h=e(7497),y=e(3383),m=u.PROPER,g=u.CONFIGURABLE,b=y.IteratorPrototype,x=y.BUGGY_SAFARI_ITERATORS,w=d("iterator"),S="keys",j="values",O="entries",E=function(){return this};t.exports=function(t,n,e,u,d,y,T){a(e,n,u);var P,k,L,_=function(t){if(t===d&&F)return F;if(!x&&t in M)return M[t];switch(t){case S:case j:case O:return function(){return new e(this,t)}}return function(){return new e(this)}},A=n+" Iterator",C=!1,M=t.prototype,I=M[w]||M["@@iterator"]||d&&M[d],F=!x&&I||_(d),N="Array"==n&&M.entries||I;if(N&&(P=f(N.call(new t)))!==Object.prototype&&P.next&&(i||f(P)===b||(s?s(P,b):c(P[w])||v(P,w,E)),l(P,A,!0,!0),i&&(h[A]=E)),m&&d==j&&I&&I.name!==j&&(!i&&g?p(M,"name",j):(C=!0,F=function(){return o(I,this)})),d)if(k={values:_(j),keys:y?F:_(S),entries:_(O)},T)for(L in k)(x||C||!(L in M))&&v(M,L,k[L]);else r({target:n,proto:!0,forced:x||C},k);return i&&!T||M[w]===F||v(M,w,F,{name:d}),h[n]=F,k}},9781:function(t,n,e){var r=e(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,n,e){var r=e(7854),o=e(111),i=r.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},8324:function(t){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:function(t,n,e){var r=e(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;t.exports=o===Object.prototype?void 0:o},7871:function(t){t.exports="object"==typeof window},1528:function(t,n,e){var r=e(8113),o=e(7854);t.exports=/ipad|iphone|ipod/i.test(r)&&void 0!==o.Pebble},6833:function(t,n,e){var r=e(8113);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},5268:function(t,n,e){var r=e(4326),o=e(7854);t.exports="process"==r(o.process)},1036:function(t,n,e){var r=e(8113);t.exports=/web0s(?!.*chrome)/i.test(r)},8113:function(t,n,e){var r=e(5005);t.exports=r("navigator","userAgent")||""},7392:function(t,n,e){var r,o,i=e(7854),u=e(8113),c=i.process,a=i.Deno,f=c&&c.versions||a&&a.version,s=f&&f.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(o=+r[1]),t.exports=o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,n,e){var r=e(7854),o=e(1236).f,i=e(8880),u=e(1320),c=e(3505),a=e(9920),f=e(4705);t.exports=function(t,n){var e,s,l,p,v,d=t.target,h=t.global,y=t.stat;if(e=h?r:y?r[d]||c(d,{}):(r[d]||{}).prototype)for(s in n){if(p=n[s],l=t.noTargetGet?(v=o(e,s))&&v.value:e[s],!f(h?s:d+(y?".":"#")+s,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;a(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),u(e,s,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},2104:function(t,n,e){var r=e(4374),o=Function.prototype,i=o.apply,u=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(r?u.bind(i):function(){return u.apply(i,arguments)})},9974:function(t,n,e){var r=e(1702),o=e(9662),i=e(4374),u=r(r.bind);t.exports=function(t,n){return o(t),void 0===n?t:i?u(t,n):function(){return t.apply(n,arguments)}}},4374:function(t,n,e){var r=e(7293);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},6916:function(t,n,e){var r=e(4374),o=Function.prototype.call;t.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},6530:function(t,n,e){var r=e(9781),o=e(2597),i=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,c=o(i,"name"),a=c&&"something"===function(){}.name,f=c&&(!r||r&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:a,CONFIGURABLE:f}},1702:function(t,n,e){var r=e(4374),o=Function.prototype,i=o.bind,u=o.call,c=r&&i.bind(u,u);t.exports=r?function(t){return t&&c(t)}:function(t){return t&&function(){return u.apply(t,arguments)}}},5005:function(t,n,e){var r=e(7854),o=e(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,n){return arguments.length<2?i(r[t]):r[t]&&r[t][n]}},1246:function(t,n,e){var r=e(648),o=e(8173),i=e(7497),u=e(5112)("iterator");t.exports=function(t){if(null!=t)return o(t,u)||o(t,"@@iterator")||i[r(t)]}},8554:function(t,n,e){var r=e(7854),o=e(6916),i=e(9662),u=e(9670),c=e(6330),a=e(1246),f=r.TypeError;t.exports=function(t,n){var e=arguments.length<2?a(t):n;if(i(e))return u(o(e,t));throw f(c(t)+" is not iterable")}},8173:function(t,n,e){var r=e(9662);t.exports=function(t,n){var e=t[n];return null==e?void 0:r(e)}},7854:function(t,n,e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},2597:function(t,n,e){var r=e(1702),o=e(7908),i=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,n){return i(o(t),n)}},3501:function(t){t.exports={}},842:function(t,n,e){var r=e(7854);t.exports=function(t,n){var e=r.console;e&&e.error&&(1==arguments.length?e.error(t):e.error(t,n))}},490:function(t,n,e){var r=e(5005);t.exports=r("document","documentElement")},4664:function(t,n,e){var r=e(9781),o=e(7293),i=e(317);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,n,e){var r=e(7854),o=e(1702),i=e(7293),u=e(4326),c=r.Object,a=o("".split);t.exports=i((function(){return!c("z").propertyIsEnumerable(0)}))?function(t){return"String"==u(t)?a(t,""):c(t)}:c},2788:function(t,n,e){var r=e(1702),o=e(614),i=e(5465),u=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},9909:function(t,n,e){var r,o,i,u=e(8536),c=e(7854),a=e(1702),f=e(111),s=e(8880),l=e(2597),p=e(5465),v=e(6200),d=e(3501),h="Object already initialized",y=c.TypeError,m=c.WeakMap;if(u||p.state){var g=p.state||(p.state=new m),b=a(g.get),x=a(g.has),w=a(g.set);r=function(t,n){if(x(g,t))throw new y(h);return n.facade=t,w(g,t,n),n},o=function(t){return b(g,t)||{}},i=function(t){return x(g,t)}}else{var S=v("state");d[S]=!0,r=function(t,n){if(l(t,S))throw new y(h);return n.facade=t,s(t,S,n),n},o=function(t){return l(t,S)?t[S]:{}},i=function(t){return l(t,S)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(n){var e;if(!f(n)||(e=o(n)).type!==t)throw y("Incompatible receiver, "+t+" required");return e}}}},7659:function(t,n,e){var r=e(5112),o=e(7497),i=r("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},614:function(t){t.exports=function(t){return"function"==typeof t}},4411:function(t,n,e){var r=e(1702),o=e(7293),i=e(614),u=e(648),c=e(5005),a=e(2788),f=function(){},s=[],l=c("Reflect","construct"),p=/^\s*(?:class|function)\b/,v=r(p.exec),d=!p.exec(f),h=function(t){if(!i(t))return!1;try{return l(f,s,t),!0}catch(t){return!1}},y=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!v(p,a(t))}catch(t){return!0}};y.sham=!0,t.exports=!l||o((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?y:h},4705:function(t,n,e){var r=e(7293),o=e(614),i=/#|\.prototype\./,u=function(t,n){var e=a[c(t)];return e==s||e!=f&&(o(n)?r(n):!!n)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=u.data={},f=u.NATIVE="N",s=u.POLYFILL="P";t.exports=u},111:function(t,n,e){var r=e(614);t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},1913:function(t){t.exports=!1},2190:function(t,n,e){var r=e(7854),o=e(5005),i=e(614),u=e(7976),c=e(3307),a=r.Object;t.exports=c?function(t){return"symbol"==typeof t}:function(t){var n=o("Symbol");return i(n)&&u(n.prototype,a(t))}},408:function(t,n,e){var r=e(7854),o=e(9974),i=e(6916),u=e(9670),c=e(6330),a=e(7659),f=e(6244),s=e(7976),l=e(8554),p=e(1246),v=e(9212),d=r.TypeError,h=function(t,n){this.stopped=t,this.result=n},y=h.prototype;t.exports=function(t,n,e){var r,m,g,b,x,w,S,j=e&&e.that,O=!(!e||!e.AS_ENTRIES),E=!(!e||!e.IS_ITERATOR),T=!(!e||!e.INTERRUPTED),P=o(n,j),k=function(t){return r&&v(r,"normal",t),new h(!0,t)},L=function(t){return O?(u(t),T?P(t[0],t[1],k):P(t[0],t[1])):T?P(t,k):P(t)};if(E)r=t;else{if(!(m=p(t)))throw d(c(t)+" is not iterable");if(a(m)){for(g=0,b=f(t);b>g;g++)if((x=L(t[g]))&&s(y,x))return x;return new h(!1)}r=l(t,m)}for(w=r.next;!(S=i(w,r)).done;){try{x=L(S.value)}catch(t){v(r,"throw",t)}if("object"==typeof x&&x&&s(y,x))return x}return new h(!1)}},9212:function(t,n,e){var r=e(6916),o=e(9670),i=e(8173);t.exports=function(t,n,e){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===n)throw e;return e}u=r(u,t)}catch(t){c=!0,u=t}if("throw"===n)throw e;if(c)throw u;return o(u),e}},3383:function(t,n,e){"use strict";var r,o,i,u=e(7293),c=e(614),a=e(30),f=e(9518),s=e(1320),l=e(5112),p=e(1913),v=l("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(r=o):d=!0),null==r||u((function(){var t={};return r[v].call(t)!==t}))?r={}:p&&(r=a(r)),c(r[v])||s(r,v,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:d}},7497:function(t){t.exports={}},6244:function(t,n,e){var r=e(7466);t.exports=function(t){return r(t.length)}},5948:function(t,n,e){var r,o,i,u,c,a,f,s,l=e(7854),p=e(9974),v=e(1236).f,d=e(261).set,h=e(6833),y=e(1528),m=e(1036),g=e(5268),b=l.MutationObserver||l.WebKitMutationObserver,x=l.document,w=l.process,S=l.Promise,j=v(l,"queueMicrotask"),O=j&&j.value;O||(r=function(){var t,n;for(g&&(t=w.domain)&&t.exit();o;){n=o.fn,o=o.next;try{n()}catch(t){throw o?u():i=void 0,t}}i=void 0,t&&t.enter()},h||g||m||!b||!x?!y&&S&&S.resolve?((f=S.resolve(void 0)).constructor=S,s=p(f.then,f),u=function(){s(r)}):g?u=function(){w.nextTick(r)}:(d=p(d,l),u=function(){d(r)}):(c=!0,a=x.createTextNode(""),new b(r).observe(a,{characterData:!0}),u=function(){a.data=c=!c})),t.exports=O||function(t){var n={fn:t,next:void 0};i&&(i.next=n),o||(o=n,u()),i=n}},3366:function(t,n,e){var r=e(7854);t.exports=r.Promise},133:function(t,n,e){var r=e(7392),o=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:function(t,n,e){var r=e(7854),o=e(614),i=e(2788),u=r.WeakMap;t.exports=o(u)&&/native code/.test(i(u))},8523:function(t,n,e){"use strict";var r=e(9662),o=function(t){var n,e;this.promise=new t((function(t,r){if(void 0!==n||void 0!==e)throw TypeError("Bad Promise constructor");n=t,e=r})),this.resolve=r(n),this.reject=r(e)};t.exports.f=function(t){return new o(t)}},30:function(t,n,e){var r,o=e(9670),i=e(6048),u=e(748),c=e(3501),a=e(490),f=e(317),s=e(6200)("IE_PROTO"),l=function(){},p=function(t){return"<script>"+t+"<\/script>"},v=function(t){t.write(p("")),t.close();var n=t.parentWindow.Object;return t=null,n},d=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}var t,n;d="undefined"!=typeof document?document.domain&&r?v(r):((n=f("iframe")).style.display="none",a.appendChild(n),n.src=String("javascript:"),(t=n.contentWindow.document).open(),t.write(p("document.F=Object")),t.close(),t.F):v(r);for(var e=u.length;e--;)delete d.prototype[u[e]];return d()};c[s]=!0,t.exports=Object.create||function(t,n){var e;return null!==t?(l.prototype=o(t),e=new l,l.prototype=null,e[s]=t):e=d(),void 0===n?e:i.f(e,n)}},6048:function(t,n,e){var r=e(9781),o=e(3353),i=e(3070),u=e(9670),c=e(5656),a=e(1956);n.f=r&&!o?Object.defineProperties:function(t,n){u(t);for(var e,r=c(n),o=a(n),f=o.length,s=0;f>s;)i.f(t,e=o[s++],r[e]);return t}},3070:function(t,n,e){var r=e(7854),o=e(9781),i=e(4664),u=e(3353),c=e(9670),a=e(4948),f=r.TypeError,s=Object.defineProperty,l=Object.getOwnPropertyDescriptor;n.f=o?u?function(t,n,e){if(c(t),n=a(n),c(e),"function"==typeof t&&"prototype"===n&&"value"in e&&"writable"in e&&!e.writable){var r=l(t,n);r&&r.writable&&(t[n]=e.value,e={configurable:"configurable"in e?e.configurable:r.configurable,enumerable:"enumerable"in e?e.enumerable:r.enumerable,writable:!1})}return s(t,n,e)}:s:function(t,n,e){if(c(t),n=a(n),c(e),i)try{return s(t,n,e)}catch(t){}if("get"in e||"set"in e)throw f("Accessors not supported");return"value"in e&&(t[n]=e.value),t}},1236:function(t,n,e){var r=e(9781),o=e(6916),i=e(5296),u=e(9114),c=e(5656),a=e(4948),f=e(2597),s=e(4664),l=Object.getOwnPropertyDescriptor;n.f=r?l:function(t,n){if(t=c(t),n=a(n),s)try{return l(t,n)}catch(t){}if(f(t,n))return u(!o(i.f,t,n),t[n])}},8006:function(t,n,e){var r=e(6324),o=e(748).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},5181:function(t,n){n.f=Object.getOwnPropertySymbols},9518:function(t,n,e){var r=e(7854),o=e(2597),i=e(614),u=e(7908),c=e(6200),a=e(8544),f=c("IE_PROTO"),s=r.Object,l=s.prototype;t.exports=a?s.getPrototypeOf:function(t){var n=u(t);if(o(n,f))return n[f];var e=n.constructor;return i(e)&&n instanceof e?e.prototype:n instanceof s?l:null}},7976:function(t,n,e){var r=e(1702);t.exports=r({}.isPrototypeOf)},6324:function(t,n,e){var r=e(1702),o=e(2597),i=e(5656),u=e(1318).indexOf,c=e(3501),a=r([].push);t.exports=function(t,n){var e,r=i(t),f=0,s=[];for(e in r)!o(c,e)&&o(r,e)&&a(s,e);for(;n.length>f;)o(r,e=n[f++])&&(~u(s,e)||a(s,e));return s}},1956:function(t,n,e){var r=e(6324),o=e(748);t.exports=Object.keys||function(t){return r(t,o)}},5296:function(t,n){"use strict";var e={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!e.call({1:2},1);n.f=o?function(t){var n=r(this,t);return!!n&&n.enumerable}:e},7674:function(t,n,e){var r=e(1702),o=e(9670),i=e(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,n=!1,e={};try{(t=r(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(e,[]),n=e instanceof Array}catch(t){}return function(e,r){return o(e),i(r),n?t(e,r):e.__proto__=r,e}}():void 0)},288:function(t,n,e){"use strict";var r=e(1694),o=e(648);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},2140:function(t,n,e){var r=e(7854),o=e(6916),i=e(614),u=e(111),c=r.TypeError;t.exports=function(t,n){var e,r;if("string"===n&&i(e=t.toString)&&!u(r=o(e,t)))return r;if(i(e=t.valueOf)&&!u(r=o(e,t)))return r;if("string"!==n&&i(e=t.toString)&&!u(r=o(e,t)))return r;throw c("Can't convert object to primitive value")}},3887:function(t,n,e){var r=e(5005),o=e(1702),i=e(8006),u=e(5181),c=e(9670),a=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var n=i.f(c(t)),e=u.f;return e?a(n,e(t)):n}},2534:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},9478:function(t,n,e){var r=e(9670),o=e(111),i=e(8523);t.exports=function(t,n){if(r(t),o(n)&&n.constructor===t)return n;var e=i.f(t);return(0,e.resolve)(n),e.promise}},8572:function(t){var n=function(){this.head=null,this.tail=null};n.prototype={add:function(t){var n={item:t,next:null};this.head?this.tail.next=n:this.head=n,this.tail=n},get:function(){var t=this.head;if(t)return this.head=t.next,this.tail===t&&(this.tail=null),t.item}},t.exports=n},2248:function(t,n,e){var r=e(1320);t.exports=function(t,n,e){for(var o in n)r(t,o,n[o],e);return t}},1320:function(t,n,e){var r=e(7854),o=e(614),i=e(2597),u=e(8880),c=e(3505),a=e(2788),f=e(9909),s=e(6530).CONFIGURABLE,l=f.get,p=f.enforce,v=String(String).split("String");(t.exports=function(t,n,e,a){var f,l=!!a&&!!a.unsafe,d=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet,y=a&&void 0!==a.name?a.name:n;o(e)&&("Symbol("===String(y).slice(0,7)&&(y="["+String(y).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(e,"name")||s&&e.name!==y)&&u(e,"name",y),(f=p(e)).source||(f.source=v.join("string"==typeof y?y:""))),t!==r?(l?!h&&t[n]&&(d=!0):delete t[n],d?t[n]=e:u(t,n,e)):d?t[n]=e:c(n,e)})(Function.prototype,"toString",(function(){return o(this)&&l(this).source||a(this)}))},4488:function(t,n,e){var r=e(7854).TypeError;t.exports=function(t){if(null==t)throw r("Can't call method on "+t);return t}},3505:function(t,n,e){var r=e(7854),o=Object.defineProperty;t.exports=function(t,n){try{o(r,t,{value:n,configurable:!0,writable:!0})}catch(e){r[t]=n}return n}},6340:function(t,n,e){"use strict";var r=e(5005),o=e(3070),i=e(5112),u=e(9781),c=i("species");t.exports=function(t){var n=r(t),e=o.f;u&&n&&!n[c]&&e(n,c,{configurable:!0,get:function(){return this}})}},8003:function(t,n,e){var r=e(3070).f,o=e(2597),i=e(5112)("toStringTag");t.exports=function(t,n,e){t&&!e&&(t=t.prototype),t&&!o(t,i)&&r(t,i,{configurable:!0,value:n})}},6200:function(t,n,e){var r=e(2309),o=e(9711),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,n,e){var r=e(7854),o=e(3505),i="__core-js_shared__",u=r[i]||o(i,{});t.exports=u},2309:function(t,n,e){var r=e(1913),o=e(5465);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.21.1",mode:r?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})},6707:function(t,n,e){var r=e(9670),o=e(9483),i=e(5112)("species");t.exports=function(t,n){var e,u=r(t).constructor;return void 0===u||null==(e=r(u)[i])?n:o(e)}},8710:function(t,n,e){var r=e(1702),o=e(9303),i=e(1340),u=e(4488),c=r("".charAt),a=r("".charCodeAt),f=r("".slice),s=function(t){return function(n,e){var r,s,l=i(u(n)),p=o(e),v=l.length;return p<0||p>=v?t?"":void 0:(r=a(l,p))<55296||r>56319||p+1===v||(s=a(l,p+1))<56320||s>57343?t?c(l,p):r:t?f(l,p,p+2):s-56320+(r-55296<<10)+65536}};t.exports={codeAt:s(!1),charAt:s(!0)}},261:function(t,n,e){var r,o,i,u,c=e(7854),a=e(2104),f=e(9974),s=e(614),l=e(2597),p=e(7293),v=e(490),d=e(206),h=e(317),y=e(8053),m=e(6833),g=e(5268),b=c.setImmediate,x=c.clearImmediate,w=c.process,S=c.Dispatch,j=c.Function,O=c.MessageChannel,E=c.String,T=0,P={};try{r=c.location}catch(t){}var k=function(t){if(l(P,t)){var n=P[t];delete P[t],n()}},L=function(t){return function(){k(t)}},_=function(t){k(t.data)},A=function(t){c.postMessage(E(t),r.protocol+"//"+r.host)};b&&x||(b=function(t){y(arguments.length,1);var n=s(t)?t:j(t),e=d(arguments,1);return P[++T]=function(){a(n,void 0,e)},o(T),T},x=function(t){delete P[t]},g?o=function(t){w.nextTick(L(t))}:S&&S.now?o=function(t){S.now(L(t))}:O&&!m?(u=(i=new O).port2,i.port1.onmessage=_,o=f(u.postMessage,u)):c.addEventListener&&s(c.postMessage)&&!c.importScripts&&r&&"file:"!==r.protocol&&!p(A)?(o=A,c.addEventListener("message",_,!1)):o="onreadystatechange"in h("script")?function(t){v.appendChild(h("script")).onreadystatechange=function(){v.removeChild(this),k(t)}}:function(t){setTimeout(L(t),0)}),t.exports={set:b,clear:x}},1400:function(t,n,e){var r=e(9303),o=Math.max,i=Math.min;t.exports=function(t,n){var e=r(t);return e<0?o(e+n,0):i(e,n)}},5656:function(t,n,e){var r=e(8361),o=e(4488);t.exports=function(t){return r(o(t))}},9303:function(t){var n=Math.ceil,e=Math.floor;t.exports=function(t){var r=+t;return r!=r||0===r?0:(r>0?e:n)(r)}},7466:function(t,n,e){var r=e(9303),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},7908:function(t,n,e){var r=e(7854),o=e(4488),i=r.Object;t.exports=function(t){return i(o(t))}},7593:function(t,n,e){var r=e(7854),o=e(6916),i=e(111),u=e(2190),c=e(8173),a=e(2140),f=e(5112),s=r.TypeError,l=f("toPrimitive");t.exports=function(t,n){if(!i(t)||u(t))return t;var e,r=c(t,l);if(r){if(void 0===n&&(n="default"),e=o(r,t,n),!i(e)||u(e))return e;throw s("Can't convert object to primitive value")}return void 0===n&&(n="number"),a(t,n)}},4948:function(t,n,e){var r=e(7593),o=e(2190);t.exports=function(t){var n=r(t,"string");return o(n)?n:n+""}},1694:function(t,n,e){var r={};r[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},1340:function(t,n,e){var r=e(7854),o=e(648),i=r.String;t.exports=function(t){if("Symbol"===o(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},6330:function(t,n,e){var r=e(7854).String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},9711:function(t,n,e){var r=e(1702),o=0,i=Math.random(),u=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},3307:function(t,n,e){var r=e(133);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:function(t,n,e){var r=e(9781),o=e(7293);t.exports=r&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8053:function(t,n,e){var r=e(7854).TypeError;t.exports=function(t,n){if(t<n)throw r("Not enough arguments");return t}},5112:function(t,n,e){var r=e(7854),o=e(2309),i=e(2597),u=e(9711),c=e(133),a=e(3307),f=o("wks"),s=r.Symbol,l=s&&s.for,p=a?s:s&&s.withoutSetter||u;t.exports=function(t){if(!i(f,t)||!c&&"string"!=typeof f[t]){var n="Symbol."+t;c&&i(s,t)?f[t]=s[t]:f[t]=a&&l?l(n):p(n)}return f[t]}},6992:function(t,n,e){"use strict";var r=e(5656),o=e(1223),i=e(7497),u=e(9909),c=e(3070).f,a=e(654),f=e(1913),s=e(9781),l="Array Iterator",p=u.set,v=u.getterFor(l);t.exports=a(Array,"Array",(function(t,n){p(this,{type:l,target:r(t),index:0,kind:n})}),(function(){var t=v(this),n=t.target,e=t.kind,r=t.index++;return!n||r>=n.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==e?{value:r,done:!1}:"values"==e?{value:n[r],done:!1}:{value:[r,n[r]],done:!1}}),"values");var d=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!f&&s&&"values"!==d.name)try{c(d,"name",{value:"values"})}catch(t){}},1539:function(t,n,e){var r=e(1694),o=e(1320),i=e(288);r||o(Object.prototype,"toString",i,{unsafe:!0})},8674:function(t,n,e){"use strict";var r,o,i,u,c=e(2109),a=e(1913),f=e(7854),s=e(5005),l=e(6916),p=e(3366),v=e(1320),d=e(2248),h=e(7674),y=e(8003),m=e(6340),g=e(9662),b=e(614),x=e(111),w=e(5787),S=e(2788),j=e(408),O=e(7072),E=e(6707),T=e(261).set,P=e(5948),k=e(9478),L=e(842),_=e(8523),A=e(2534),C=e(8572),M=e(9909),I=e(4705),F=e(5112),N=e(7871),R=e(5268),D=e(7392),B=F("species"),G="Promise",z=M.getterFor(G),U=M.set,V=M.getterFor(G),q=p&&p.prototype,H=p,W=q,$=f.TypeError,K=f.document,Y=f.process,X=_.f,J=X,Q=!!(K&&K.createEvent&&f.dispatchEvent),Z=b(f.PromiseRejectionEvent),tt="unhandledrejection",nt=!1,et=I(G,(function(){var t=S(H),n=t!==String(H);if(!n&&66===D)return!0;if(a&&!W.finally)return!0;if(D>=51&&/native code/.test(t))return!1;var e=new H((function(t){t(1)})),r=function(t){t((function(){}),(function(){}))};return(e.constructor={})[B]=r,!(nt=e.then((function(){}))instanceof r)||!n&&N&&!Z})),rt=et||!O((function(t){H.all(t).catch((function(){}))})),ot=function(t){var n;return!(!x(t)||!b(n=t.then))&&n},it=function(t,n){var e,r,o,i=n.value,u=1==n.state,c=u?t.ok:t.fail,a=t.resolve,f=t.reject,s=t.domain;try{c?(u||(2===n.rejection&&st(n),n.rejection=1),!0===c?e=i:(s&&s.enter(),e=c(i),s&&(s.exit(),o=!0)),e===t.promise?f($("Promise-chain cycle")):(r=ot(e))?l(r,e,a,f):a(e)):f(i)}catch(t){s&&!o&&s.exit(),f(t)}},ut=function(t,n){t.notified||(t.notified=!0,P((function(){for(var e,r=t.reactions;e=r.get();)it(e,t);t.notified=!1,n&&!t.rejection&&at(t)})))},ct=function(t,n,e){var r,o;Q?((r=K.createEvent("Event")).promise=n,r.reason=e,r.initEvent(t,!1,!0),f.dispatchEvent(r)):r={promise:n,reason:e},!Z&&(o=f["on"+t])?o(r):t===tt&&L("Unhandled promise rejection",e)},at=function(t){l(T,f,(function(){var n,e=t.facade,r=t.value;if(ft(t)&&(n=A((function(){R?Y.emit("unhandledRejection",r,e):ct(tt,e,r)})),t.rejection=R||ft(t)?2:1,n.error))throw n.value}))},ft=function(t){return 1!==t.rejection&&!t.parent},st=function(t){l(T,f,(function(){var n=t.facade;R?Y.emit("rejectionHandled",n):ct("rejectionhandled",n,t.value)}))},lt=function(t,n,e){return function(r){t(n,r,e)}},pt=function(t,n,e){t.done||(t.done=!0,e&&(t=e),t.value=n,t.state=2,ut(t,!0))},vt=function(t,n,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===n)throw $("Promise can't be resolved itself");var r=ot(n);r?P((function(){var e={done:!1};try{l(r,n,lt(vt,e,t),lt(pt,e,t))}catch(n){pt(e,n,t)}})):(t.value=n,t.state=1,ut(t,!1))}catch(n){pt({done:!1},n,t)}}};if(et&&(W=(H=function(t){w(this,W),g(t),l(r,this);var n=z(this);try{t(lt(vt,n),lt(pt,n))}catch(t){pt(n,t)}}).prototype,(r=function(t){U(this,{type:G,done:!1,notified:!1,parent:!1,reactions:new C,rejection:!1,state:0,value:void 0})}).prototype=d(W,{then:function(t,n){var e=V(this),r=X(E(this,H));return e.parent=!0,r.ok=!b(t)||t,r.fail=b(n)&&n,r.domain=R?Y.domain:void 0,0==e.state?e.reactions.add(r):P((function(){it(r,e)})),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,n=z(t);this.promise=t,this.resolve=lt(vt,n),this.reject=lt(pt,n)},_.f=X=function(t){return t===H||t===i?new o(t):J(t)},!a&&b(p)&&q!==Object.prototype)){u=q.then,nt||(v(q,"then",(function(t,n){var e=this;return new H((function(t,n){l(u,e,t,n)})).then(t,n)}),{unsafe:!0}),v(q,"catch",W.catch,{unsafe:!0}));try{delete q.constructor}catch(t){}h&&h(q,W)}c({global:!0,wrap:!0,forced:et},{Promise:H}),y(H,G,!1,!0),m(G),i=s(G),c({target:G,stat:!0,forced:et},{reject:function(t){var n=X(this);return l(n.reject,void 0,t),n.promise}}),c({target:G,stat:!0,forced:a||et},{resolve:function(t){return k(a&&this===i?H:this,t)}}),c({target:G,stat:!0,forced:rt},{all:function(t){var n=this,e=X(n),r=e.resolve,o=e.reject,i=A((function(){var e=g(n.resolve),i=[],u=0,c=1;j(t,(function(t){var a=u++,f=!1;c++,l(e,n,t).then((function(t){f||(f=!0,i[a]=t,--c||r(i))}),o)})),--c||r(i)}));return i.error&&o(i.value),e.promise},race:function(t){var n=this,e=X(n),r=e.reject,o=A((function(){var o=g(n.resolve);j(t,(function(t){l(o,n,t).then(e.resolve,r)}))}));return o.error&&r(o.value),e.promise}})},8783:function(t,n,e){"use strict";var r=e(8710).charAt,o=e(1340),i=e(9909),u=e(654),c="String Iterator",a=i.set,f=i.getterFor(c);u(String,"String",(function(t){a(this,{type:c,string:o(t),index:0})}),(function(){var t,n=f(this),e=n.string,o=n.index;return o>=e.length?{value:void 0,done:!0}:(t=r(e,o),n.index+=t.length,{value:t,done:!1})}))},3948:function(t,n,e){var r=e(7854),o=e(8324),i=e(8509),u=e(6992),c=e(8880),a=e(5112),f=a("iterator"),s=a("toStringTag"),l=u.values,p=function(t,n){if(t){if(t[f]!==l)try{c(t,f,l)}catch(n){t[f]=l}if(t[s]||c(t,s,n),o[n])for(var e in u)if(t[e]!==u[e])try{c(t,e,u[e])}catch(n){t[e]=u[e]}}};for(var v in o)p(r[v]&&r[v].prototype,v);p(i,"DOMTokenList")}},c={};function a(t){var n=c[t];if(void 0!==n)return n.exports;var e=c[t]={exports:{}};return u[t].call(e.exports,e,e.exports,a),e.exports}a.m=u,a.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(n,{a:n}),n},n=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},a.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var o=Object.create(null);a.r(o);var i={};t=t||[null,n({}),n([]),n(n)];for(var u=2&r&&e;"object"==typeof u&&!~t.indexOf(u);u=n(u))Object.getOwnPropertyNames(u).forEach((function(t){i[t]=function(){return e[t]}}));return i.default=function(){return e},a.d(o,i),o},a.d=function(t,n){for(var e in n)a.o(n,e)&&!a.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:n[e]})},a.f={},a.e=function(t){return Promise.all(Object.keys(a.f).reduce((function(n,e){return a.f[e](t,n),n}),[]))},a.u=function(t){return t+".bundle.js"},a.miniCssF=function(t){return 649===t?"kcc-theme."+a.h()+".css":t+"."+a.h()+".css"},a.h=function(){return"798ee77dce545b7c224a"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e={},r="kcc-gem-theme-core:",a.l=function(t,n,o,i){if(e[t])e[t].push(n);else{var u,c;if(void 0!==o)for(var f=document.getElementsByTagName("script"),s=0;s<f.length;s++){var l=f[s];if(l.getAttribute("src")==t||l.getAttribute("data-webpack")==r+o){u=l;break}}u||(c=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,a.nc&&u.setAttribute("nonce",a.nc),u.setAttribute("data-webpack",r+o),u.src=t),e[t]=[n];var p=function(n,r){u.onerror=u.onload=null,clearTimeout(v);var o=e[t];if(delete e[t],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((function(t){return t(r)})),n)return n(r)},v=setTimeout(p.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=p.bind(null,u.onerror),u.onload=p.bind(null,u.onload),c&&document.head.appendChild(u)}},a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},function(){var t;a.g.importScripts&&(t=a.g.location+"");var n=a.g.document;if(!t&&n&&(n.currentScript&&(t=n.currentScript.src),!t)){var e=n.getElementsByTagName("script");e.length&&(t=e[e.length-1].src)}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=t}(),o=function(t){return new Promise((function(n,e){var r=a.miniCssF(t),o=a.p+r;if(function(t,n){for(var e=document.getElementsByTagName("link"),r=0;r<e.length;r++){var o=(u=e[r]).getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(o===t||o===n))return u}var i=document.getElementsByTagName("style");for(r=0;r<i.length;r++){var u;if((o=(u=i[r]).getAttribute("data-href"))===t||o===n)return u}}(r,o))return n();!function(t,n,e,r){var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.onerror=o.onload=function(i){if(o.onerror=o.onload=null,"load"===i.type)e();else{var u=i&&("load"===i.type?"missing":i.type),c=i&&i.target&&i.target.href||n,a=new Error("Loading CSS chunk "+t+" failed.\n("+c+")");a.code="CSS_CHUNK_LOAD_FAILED",a.type=u,a.request=c,o.parentNode.removeChild(o),r(a)}},o.href=n,document.head.appendChild(o)}(t,o,n,e)}))},i={649:0},a.f.miniCss=function(t,n){i[t]?n.push(i[t]):0!==i[t]&&{83:1,381:1,647:1,658:1}[t]&&n.push(i[t]=o(t).then((function(){i[t]=0}),(function(n){throw delete i[t],n})))},function(){var t={649:0};a.f.j=function(n,e){var r=a.o(t,n)?t[n]:void 0;if(0!==r)if(r)e.push(r[2]);else{var o=new Promise((function(e,o){r=t[n]=[e,o]}));e.push(r[2]=o);var i=a.p+a.u(n),u=new Error;a.l(i,(function(e){if(a.o(t,n)&&(0!==(r=t[n])&&(t[n]=void 0),r)){var o=e&&("load"===e.type?"missing":e.type),i=e&&e.target&&e.target.src;u.message="Loading chunk "+n+" failed.\n("+o+": "+i+")",u.name="ChunkLoadError",u.type=o,u.request=i,r[1](u)}}),"chunk-"+n,n)}};var n=function(n,e){var r,o,i=e[0],u=e[1],c=e[2],f=0;if(i.some((function(n){return 0!==t[n]}))){for(r in u)a.o(u,r)&&(a.m[r]=u[r]);c&&c(a)}for(n&&n(e);f<i.length;f++)o=i[f],a.o(t,o)&&t[o]&&t[o][0](),t[o]=0},e=self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[];e.forEach(n.bind(null,0)),e.push=n.bind(null,e.push.bind(e))}(),a(2224)}();
|
1
|
+
!function(){var t,n,e,r,o,i,u={397:function(t,n,e){var r={"./addClassToOpenNavbar":[8057,526,57],"./addClassToOpenNavbar.js":[8057,526,57],"./all":[2224],"./all.js":[2224],"./darkMode":[3968,968],"./darkMode.js":[3968,968],"./errorPageSearch":[6862,862],"./errorPageSearch.js":[6862,862],"./footerDate":[6909,909],"./footerDate.js":[6909,909],"./lazyLoad":[1582,707,582],"./lazyLoad.js":[1582,707,582],"./loadModule":[759],"./loadModule.js":[759],"./sliders":[7936,526,154,936],"./sliders.js":[7936,526,154,936],"./test":[5315,315],"./test.js":[5315,315],"./translateScript":[795,795],"./translateScript.js":[795,795],"./userSettings":[3391,707,391],"./userSettings.js":[3391,707,391],"./walkText":[9504,504],"./walkText.js":[9504,504],"./wrapPowerText":[6045,45],"./wrapPowerText.js":[6045,45],"./ytEmbed":[9644,644],"./ytEmbed.js":[9644,644]};function o(t){if(!e.o(r,t))return Promise.resolve().then((function(){var n=new Error("Cannot find module '"+t+"'");throw n.code="MODULE_NOT_FOUND",n}));var n=r[t],o=n[0];return Promise.all(n.slice(1).map(e.e)).then((function(){return e(o)}))}o.keys=function(){return Object.keys(r)},o.id=397,t.exports=o},2224:function(t,n,e){"use strict";e.r(n),e(6992),e(1539),e(8674),e(8783),e(3948);var r=e(759),o=window.location.pathname;window.addEventListener("load",(function(){var t,n;t=function(){e.e(526).then(e.t.bind(e,9755,23)).then((function(t){return t.default,Promise.all([e.e(526),e.e(734)]).then(e.t.bind(e,3734,23))})).then((function(){return Promise.all([e.e(707),e.e(755)]).then(e.bind(e,897)).then((function(t){return(0,t.default)()}))})).then((function(){if(document.querySelector(".hero-slider__slider"))return e.e(381).then(e.bind(e,3381)).then((function(){return(0,r.default)("wrapPowerText")})).then((function(){return(0,r.default)("sliders","initSliders")}))})).then((function(){return document.querySelector("img[data-src]")?(0,r.default)("lazyLoad"):null})).then((function(){return(0,r.default)("walkText","walkText",document.body)})).then((function(){return(0,r.default)("footerDate")})).then((function(){return(0,r.default)("addClassToOpenNavbar")})).then((function(){return document.getElementById("darkModeButton")?(0,r.default)("userSettings"):null})).then((function(){("true"==window.localStorage.getItem("darkModeSetting")||document.getElementById("darkModeButton"))&&e.e(968).then(e.bind(e,3968)).then((function(t){return t.default})).then((function(t){e.e(658).then(e.bind(e,7658)).then((function(){t()}))}))})).then((function(){return"/search/"==o?e.e(83).then(e.bind(e,7083)):null})).then((function(){if(document.getElementById("google_translate_element"))return e.e(971).then(e.bind(e,8971)).then((function(){return e.e(795).then(e.bind(e,795))})).then((function(t){return(0,t.default)()}))})).then((function(){return document.getElementById("errorPageSearch")?(0,r.default)("errorPageSearch","errorPageSearch"):null})).then((function(){return e.e(987).then(e.bind(e,870)).then((function(t){return(0,t.default)()}))})).catch((function(t){return function(t){return console.error("Error loading module:\n".concat(t),t)}(t)}))},(n=document.createElement("script")).src="https://apis.google.com/js/api.js",n.addEventListener("load",(function(){return t()})),document.head.append(n)}))},759:function(t,n,e){"use strict";e.r(n),e(6992),e(1539),e(8674),e(8783),e(3948),n.default=function(){var t=arguments.length<=0?void 0:arguments[0],n=void 0;arguments.length>2&&(n=arguments.length<=2?void 0:arguments[2]),e(397)("./".concat(t)).then((function(t){var e=t.default;n=e(n)}))}},9662:function(t,n,e){var r=e(7854),o=e(614),i=e(6330),u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a function")}},9483:function(t,n,e){var r=e(7854),o=e(4411),i=e(6330),u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not a constructor")}},6077:function(t,n,e){var r=e(7854),o=e(614),i=r.String,u=r.TypeError;t.exports=function(t){if("object"==typeof t||o(t))return t;throw u("Can't set "+i(t)+" as a prototype")}},1223:function(t,n,e){var r=e(5112),o=e(30),i=e(3070),u=r("unscopables"),c=Array.prototype;null==c[u]&&i.f(c,u,{configurable:!0,value:o(null)}),t.exports=function(t){c[u][t]=!0}},5787:function(t,n,e){var r=e(7854),o=e(7976),i=r.TypeError;t.exports=function(t,n){if(o(n,t))return t;throw i("Incorrect invocation")}},9670:function(t,n,e){var r=e(7854),o=e(111),i=r.String,u=r.TypeError;t.exports=function(t){if(o(t))return t;throw u(i(t)+" is not an object")}},1318:function(t,n,e){var r=e(5656),o=e(1400),i=e(6244),u=function(t){return function(n,e,u){var c,a=r(n),f=i(a),s=o(u,f);if(t&&e!=e){for(;f>s;)if((c=a[s++])!=c)return!0}else for(;f>s;s++)if((t||s in a)&&a[s]===e)return t||s||0;return!t&&-1}};t.exports={includes:u(!0),indexOf:u(!1)}},206:function(t,n,e){var r=e(1702);t.exports=r([].slice)},7072:function(t,n,e){var r=e(5112)("iterator"),o=!1;try{var i=0,u={next:function(){return{done:!!i++}},return:function(){o=!0}};u[r]=function(){return this},Array.from(u,(function(){throw 2}))}catch(t){}t.exports=function(t,n){if(!n&&!o)return!1;var e=!1;try{var i={};i[r]=function(){return{next:function(){return{done:e=!0}}}},t(i)}catch(t){}return e}},4326:function(t,n,e){var r=e(1702),o=r({}.toString),i=r("".slice);t.exports=function(t){return i(o(t),8,-1)}},648:function(t,n,e){var r=e(7854),o=e(1694),i=e(614),u=e(4326),c=e(5112)("toStringTag"),a=r.Object,f="Arguments"==u(function(){return arguments}());t.exports=o?u:function(t){var n,e,r;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,n){try{return t[n]}catch(t){}}(n=a(t),c))?e:f?u(n):"Object"==(r=u(n))&&i(n.callee)?"Arguments":r}},9920:function(t,n,e){var r=e(2597),o=e(3887),i=e(1236),u=e(3070);t.exports=function(t,n,e){for(var c=o(n),a=u.f,f=i.f,s=0;s<c.length;s++){var l=c[s];r(t,l)||e&&r(e,l)||a(t,l,f(n,l))}}},8544:function(t,n,e){var r=e(7293);t.exports=!r((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype}))},4994:function(t,n,e){"use strict";var r=e(3383).IteratorPrototype,o=e(30),i=e(9114),u=e(8003),c=e(7497),a=function(){return this};t.exports=function(t,n,e,f){var s=n+" Iterator";return t.prototype=o(r,{next:i(+!f,e)}),u(t,s,!1,!0),c[s]=a,t}},8880:function(t,n,e){var r=e(9781),o=e(3070),i=e(9114);t.exports=r?function(t,n,e){return o.f(t,n,i(1,e))}:function(t,n,e){return t[n]=e,t}},9114:function(t){t.exports=function(t,n){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:n}}},654:function(t,n,e){"use strict";var r=e(2109),o=e(6916),i=e(1913),u=e(6530),c=e(614),a=e(4994),f=e(9518),s=e(7674),l=e(8003),p=e(8880),v=e(1320),d=e(5112),h=e(7497),y=e(3383),m=u.PROPER,g=u.CONFIGURABLE,b=y.IteratorPrototype,x=y.BUGGY_SAFARI_ITERATORS,w=d("iterator"),S="keys",j="values",O="entries",E=function(){return this};t.exports=function(t,n,e,u,d,y,T){a(e,n,u);var P,k,L,_=function(t){if(t===d&&F)return F;if(!x&&t in M)return M[t];switch(t){case S:case j:case O:return function(){return new e(this,t)}}return function(){return new e(this)}},A=n+" Iterator",C=!1,M=t.prototype,I=M[w]||M["@@iterator"]||d&&M[d],F=!x&&I||_(d),N="Array"==n&&M.entries||I;if(N&&(P=f(N.call(new t)))!==Object.prototype&&P.next&&(i||f(P)===b||(s?s(P,b):c(P[w])||v(P,w,E)),l(P,A,!0,!0),i&&(h[A]=E)),m&&d==j&&I&&I.name!==j&&(!i&&g?p(M,"name",j):(C=!0,F=function(){return o(I,this)})),d)if(k={values:_(j),keys:y?F:_(S),entries:_(O)},T)for(L in k)(x||C||!(L in M))&&v(M,L,k[L]);else r({target:n,proto:!0,forced:x||C},k);return i&&!T||M[w]===F||v(M,w,F,{name:d}),h[n]=F,k}},9781:function(t,n,e){var r=e(7293);t.exports=!r((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},317:function(t,n,e){var r=e(7854),o=e(111),i=r.document,u=o(i)&&o(i.createElement);t.exports=function(t){return u?i.createElement(t):{}}},8324:function(t){t.exports={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0}},8509:function(t,n,e){var r=e(317)("span").classList,o=r&&r.constructor&&r.constructor.prototype;t.exports=o===Object.prototype?void 0:o},7871:function(t){t.exports="object"==typeof window},1528:function(t,n,e){var r=e(8113),o=e(7854);t.exports=/ipad|iphone|ipod/i.test(r)&&void 0!==o.Pebble},6833:function(t,n,e){var r=e(8113);t.exports=/(?:ipad|iphone|ipod).*applewebkit/i.test(r)},5268:function(t,n,e){var r=e(4326),o=e(7854);t.exports="process"==r(o.process)},1036:function(t,n,e){var r=e(8113);t.exports=/web0s(?!.*chrome)/i.test(r)},8113:function(t,n,e){var r=e(5005);t.exports=r("navigator","userAgent")||""},7392:function(t,n,e){var r,o,i=e(7854),u=e(8113),c=i.process,a=i.Deno,f=c&&c.versions||a&&a.version,s=f&&f.v8;s&&(o=(r=s.split("."))[0]>0&&r[0]<4?1:+(r[0]+r[1])),!o&&u&&(!(r=u.match(/Edge\/(\d+)/))||r[1]>=74)&&(r=u.match(/Chrome\/(\d+)/))&&(o=+r[1]),t.exports=o},748:function(t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]},2109:function(t,n,e){var r=e(7854),o=e(1236).f,i=e(8880),u=e(1320),c=e(3505),a=e(9920),f=e(4705);t.exports=function(t,n){var e,s,l,p,v,d=t.target,h=t.global,y=t.stat;if(e=h?r:y?r[d]||c(d,{}):(r[d]||{}).prototype)for(s in n){if(p=n[s],l=t.noTargetGet?(v=o(e,s))&&v.value:e[s],!f(h?s:d+(y?".":"#")+s,t.forced)&&void 0!==l){if(typeof p==typeof l)continue;a(p,l)}(t.sham||l&&l.sham)&&i(p,"sham",!0),u(e,s,p,t)}}},7293:function(t){t.exports=function(t){try{return!!t()}catch(t){return!0}}},2104:function(t,n,e){var r=e(4374),o=Function.prototype,i=o.apply,u=o.call;t.exports="object"==typeof Reflect&&Reflect.apply||(r?u.bind(i):function(){return u.apply(i,arguments)})},9974:function(t,n,e){var r=e(1702),o=e(9662),i=e(4374),u=r(r.bind);t.exports=function(t,n){return o(t),void 0===n?t:i?u(t,n):function(){return t.apply(n,arguments)}}},4374:function(t,n,e){var r=e(7293);t.exports=!r((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")}))},6916:function(t,n,e){var r=e(4374),o=Function.prototype.call;t.exports=r?o.bind(o):function(){return o.apply(o,arguments)}},6530:function(t,n,e){var r=e(9781),o=e(2597),i=Function.prototype,u=r&&Object.getOwnPropertyDescriptor,c=o(i,"name"),a=c&&"something"===function(){}.name,f=c&&(!r||r&&u(i,"name").configurable);t.exports={EXISTS:c,PROPER:a,CONFIGURABLE:f}},1702:function(t,n,e){var r=e(4374),o=Function.prototype,i=o.bind,u=o.call,c=r&&i.bind(u,u);t.exports=r?function(t){return t&&c(t)}:function(t){return t&&function(){return u.apply(t,arguments)}}},5005:function(t,n,e){var r=e(7854),o=e(614),i=function(t){return o(t)?t:void 0};t.exports=function(t,n){return arguments.length<2?i(r[t]):r[t]&&r[t][n]}},1246:function(t,n,e){var r=e(648),o=e(8173),i=e(7497),u=e(5112)("iterator");t.exports=function(t){if(null!=t)return o(t,u)||o(t,"@@iterator")||i[r(t)]}},8554:function(t,n,e){var r=e(7854),o=e(6916),i=e(9662),u=e(9670),c=e(6330),a=e(1246),f=r.TypeError;t.exports=function(t,n){var e=arguments.length<2?a(t):n;if(i(e))return u(o(e,t));throw f(c(t)+" is not iterable")}},8173:function(t,n,e){var r=e(9662);t.exports=function(t,n){var e=t[n];return null==e?void 0:r(e)}},7854:function(t,n,e){var r=function(t){return t&&t.Math==Math&&t};t.exports=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof e.g&&e.g)||function(){return this}()||Function("return this")()},2597:function(t,n,e){var r=e(1702),o=e(7908),i=r({}.hasOwnProperty);t.exports=Object.hasOwn||function(t,n){return i(o(t),n)}},3501:function(t){t.exports={}},842:function(t,n,e){var r=e(7854);t.exports=function(t,n){var e=r.console;e&&e.error&&(1==arguments.length?e.error(t):e.error(t,n))}},490:function(t,n,e){var r=e(5005);t.exports=r("document","documentElement")},4664:function(t,n,e){var r=e(9781),o=e(7293),i=e(317);t.exports=!r&&!o((function(){return 7!=Object.defineProperty(i("div"),"a",{get:function(){return 7}}).a}))},8361:function(t,n,e){var r=e(7854),o=e(1702),i=e(7293),u=e(4326),c=r.Object,a=o("".split);t.exports=i((function(){return!c("z").propertyIsEnumerable(0)}))?function(t){return"String"==u(t)?a(t,""):c(t)}:c},2788:function(t,n,e){var r=e(1702),o=e(614),i=e(5465),u=r(Function.toString);o(i.inspectSource)||(i.inspectSource=function(t){return u(t)}),t.exports=i.inspectSource},9909:function(t,n,e){var r,o,i,u=e(8536),c=e(7854),a=e(1702),f=e(111),s=e(8880),l=e(2597),p=e(5465),v=e(6200),d=e(3501),h="Object already initialized",y=c.TypeError,m=c.WeakMap;if(u||p.state){var g=p.state||(p.state=new m),b=a(g.get),x=a(g.has),w=a(g.set);r=function(t,n){if(x(g,t))throw new y(h);return n.facade=t,w(g,t,n),n},o=function(t){return b(g,t)||{}},i=function(t){return x(g,t)}}else{var S=v("state");d[S]=!0,r=function(t,n){if(l(t,S))throw new y(h);return n.facade=t,s(t,S,n),n},o=function(t){return l(t,S)?t[S]:{}},i=function(t){return l(t,S)}}t.exports={set:r,get:o,has:i,enforce:function(t){return i(t)?o(t):r(t,{})},getterFor:function(t){return function(n){var e;if(!f(n)||(e=o(n)).type!==t)throw y("Incompatible receiver, "+t+" required");return e}}}},7659:function(t,n,e){var r=e(5112),o=e(7497),i=r("iterator"),u=Array.prototype;t.exports=function(t){return void 0!==t&&(o.Array===t||u[i]===t)}},614:function(t){t.exports=function(t){return"function"==typeof t}},4411:function(t,n,e){var r=e(1702),o=e(7293),i=e(614),u=e(648),c=e(5005),a=e(2788),f=function(){},s=[],l=c("Reflect","construct"),p=/^\s*(?:class|function)\b/,v=r(p.exec),d=!p.exec(f),h=function(t){if(!i(t))return!1;try{return l(f,s,t),!0}catch(t){return!1}},y=function(t){if(!i(t))return!1;switch(u(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return d||!!v(p,a(t))}catch(t){return!0}};y.sham=!0,t.exports=!l||o((function(){var t;return h(h.call)||!h(Object)||!h((function(){t=!0}))||t}))?y:h},4705:function(t,n,e){var r=e(7293),o=e(614),i=/#|\.prototype\./,u=function(t,n){var e=a[c(t)];return e==s||e!=f&&(o(n)?r(n):!!n)},c=u.normalize=function(t){return String(t).replace(i,".").toLowerCase()},a=u.data={},f=u.NATIVE="N",s=u.POLYFILL="P";t.exports=u},111:function(t,n,e){var r=e(614);t.exports=function(t){return"object"==typeof t?null!==t:r(t)}},1913:function(t){t.exports=!1},2190:function(t,n,e){var r=e(7854),o=e(5005),i=e(614),u=e(7976),c=e(3307),a=r.Object;t.exports=c?function(t){return"symbol"==typeof t}:function(t){var n=o("Symbol");return i(n)&&u(n.prototype,a(t))}},408:function(t,n,e){var r=e(7854),o=e(9974),i=e(6916),u=e(9670),c=e(6330),a=e(7659),f=e(6244),s=e(7976),l=e(8554),p=e(1246),v=e(9212),d=r.TypeError,h=function(t,n){this.stopped=t,this.result=n},y=h.prototype;t.exports=function(t,n,e){var r,m,g,b,x,w,S,j=e&&e.that,O=!(!e||!e.AS_ENTRIES),E=!(!e||!e.IS_ITERATOR),T=!(!e||!e.INTERRUPTED),P=o(n,j),k=function(t){return r&&v(r,"normal",t),new h(!0,t)},L=function(t){return O?(u(t),T?P(t[0],t[1],k):P(t[0],t[1])):T?P(t,k):P(t)};if(E)r=t;else{if(!(m=p(t)))throw d(c(t)+" is not iterable");if(a(m)){for(g=0,b=f(t);b>g;g++)if((x=L(t[g]))&&s(y,x))return x;return new h(!1)}r=l(t,m)}for(w=r.next;!(S=i(w,r)).done;){try{x=L(S.value)}catch(t){v(r,"throw",t)}if("object"==typeof x&&x&&s(y,x))return x}return new h(!1)}},9212:function(t,n,e){var r=e(6916),o=e(9670),i=e(8173);t.exports=function(t,n,e){var u,c;o(t);try{if(!(u=i(t,"return"))){if("throw"===n)throw e;return e}u=r(u,t)}catch(t){c=!0,u=t}if("throw"===n)throw e;if(c)throw u;return o(u),e}},3383:function(t,n,e){"use strict";var r,o,i,u=e(7293),c=e(614),a=e(30),f=e(9518),s=e(1320),l=e(5112),p=e(1913),v=l("iterator"),d=!1;[].keys&&("next"in(i=[].keys())?(o=f(f(i)))!==Object.prototype&&(r=o):d=!0),null==r||u((function(){var t={};return r[v].call(t)!==t}))?r={}:p&&(r=a(r)),c(r[v])||s(r,v,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:d}},7497:function(t){t.exports={}},6244:function(t,n,e){var r=e(7466);t.exports=function(t){return r(t.length)}},5948:function(t,n,e){var r,o,i,u,c,a,f,s,l=e(7854),p=e(9974),v=e(1236).f,d=e(261).set,h=e(6833),y=e(1528),m=e(1036),g=e(5268),b=l.MutationObserver||l.WebKitMutationObserver,x=l.document,w=l.process,S=l.Promise,j=v(l,"queueMicrotask"),O=j&&j.value;O||(r=function(){var t,n;for(g&&(t=w.domain)&&t.exit();o;){n=o.fn,o=o.next;try{n()}catch(t){throw o?u():i=void 0,t}}i=void 0,t&&t.enter()},h||g||m||!b||!x?!y&&S&&S.resolve?((f=S.resolve(void 0)).constructor=S,s=p(f.then,f),u=function(){s(r)}):g?u=function(){w.nextTick(r)}:(d=p(d,l),u=function(){d(r)}):(c=!0,a=x.createTextNode(""),new b(r).observe(a,{characterData:!0}),u=function(){a.data=c=!c})),t.exports=O||function(t){var n={fn:t,next:void 0};i&&(i.next=n),o||(o=n,u()),i=n}},3366:function(t,n,e){var r=e(7854);t.exports=r.Promise},133:function(t,n,e){var r=e(7392),o=e(7293);t.exports=!!Object.getOwnPropertySymbols&&!o((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&r&&r<41}))},8536:function(t,n,e){var r=e(7854),o=e(614),i=e(2788),u=r.WeakMap;t.exports=o(u)&&/native code/.test(i(u))},8523:function(t,n,e){"use strict";var r=e(9662),o=function(t){var n,e;this.promise=new t((function(t,r){if(void 0!==n||void 0!==e)throw TypeError("Bad Promise constructor");n=t,e=r})),this.resolve=r(n),this.reject=r(e)};t.exports.f=function(t){return new o(t)}},30:function(t,n,e){var r,o=e(9670),i=e(6048),u=e(748),c=e(3501),a=e(490),f=e(317),s=e(6200)("IE_PROTO"),l=function(){},p=function(t){return"<script>"+t+"<\/script>"},v=function(t){t.write(p("")),t.close();var n=t.parentWindow.Object;return t=null,n},d=function(){try{r=new ActiveXObject("htmlfile")}catch(t){}var t,n;d="undefined"!=typeof document?document.domain&&r?v(r):((n=f("iframe")).style.display="none",a.appendChild(n),n.src=String("javascript:"),(t=n.contentWindow.document).open(),t.write(p("document.F=Object")),t.close(),t.F):v(r);for(var e=u.length;e--;)delete d.prototype[u[e]];return d()};c[s]=!0,t.exports=Object.create||function(t,n){var e;return null!==t?(l.prototype=o(t),e=new l,l.prototype=null,e[s]=t):e=d(),void 0===n?e:i.f(e,n)}},6048:function(t,n,e){var r=e(9781),o=e(3353),i=e(3070),u=e(9670),c=e(5656),a=e(1956);n.f=r&&!o?Object.defineProperties:function(t,n){u(t);for(var e,r=c(n),o=a(n),f=o.length,s=0;f>s;)i.f(t,e=o[s++],r[e]);return t}},3070:function(t,n,e){var r=e(7854),o=e(9781),i=e(4664),u=e(3353),c=e(9670),a=e(4948),f=r.TypeError,s=Object.defineProperty,l=Object.getOwnPropertyDescriptor;n.f=o?u?function(t,n,e){if(c(t),n=a(n),c(e),"function"==typeof t&&"prototype"===n&&"value"in e&&"writable"in e&&!e.writable){var r=l(t,n);r&&r.writable&&(t[n]=e.value,e={configurable:"configurable"in e?e.configurable:r.configurable,enumerable:"enumerable"in e?e.enumerable:r.enumerable,writable:!1})}return s(t,n,e)}:s:function(t,n,e){if(c(t),n=a(n),c(e),i)try{return s(t,n,e)}catch(t){}if("get"in e||"set"in e)throw f("Accessors not supported");return"value"in e&&(t[n]=e.value),t}},1236:function(t,n,e){var r=e(9781),o=e(6916),i=e(5296),u=e(9114),c=e(5656),a=e(4948),f=e(2597),s=e(4664),l=Object.getOwnPropertyDescriptor;n.f=r?l:function(t,n){if(t=c(t),n=a(n),s)try{return l(t,n)}catch(t){}if(f(t,n))return u(!o(i.f,t,n),t[n])}},8006:function(t,n,e){var r=e(6324),o=e(748).concat("length","prototype");n.f=Object.getOwnPropertyNames||function(t){return r(t,o)}},5181:function(t,n){n.f=Object.getOwnPropertySymbols},9518:function(t,n,e){var r=e(7854),o=e(2597),i=e(614),u=e(7908),c=e(6200),a=e(8544),f=c("IE_PROTO"),s=r.Object,l=s.prototype;t.exports=a?s.getPrototypeOf:function(t){var n=u(t);if(o(n,f))return n[f];var e=n.constructor;return i(e)&&n instanceof e?e.prototype:n instanceof s?l:null}},7976:function(t,n,e){var r=e(1702);t.exports=r({}.isPrototypeOf)},6324:function(t,n,e){var r=e(1702),o=e(2597),i=e(5656),u=e(1318).indexOf,c=e(3501),a=r([].push);t.exports=function(t,n){var e,r=i(t),f=0,s=[];for(e in r)!o(c,e)&&o(r,e)&&a(s,e);for(;n.length>f;)o(r,e=n[f++])&&(~u(s,e)||a(s,e));return s}},1956:function(t,n,e){var r=e(6324),o=e(748);t.exports=Object.keys||function(t){return r(t,o)}},5296:function(t,n){"use strict";var e={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,o=r&&!e.call({1:2},1);n.f=o?function(t){var n=r(this,t);return!!n&&n.enumerable}:e},7674:function(t,n,e){var r=e(1702),o=e(9670),i=e(6077);t.exports=Object.setPrototypeOf||("__proto__"in{}?function(){var t,n=!1,e={};try{(t=r(Object.getOwnPropertyDescriptor(Object.prototype,"__proto__").set))(e,[]),n=e instanceof Array}catch(t){}return function(e,r){return o(e),i(r),n?t(e,r):e.__proto__=r,e}}():void 0)},288:function(t,n,e){"use strict";var r=e(1694),o=e(648);t.exports=r?{}.toString:function(){return"[object "+o(this)+"]"}},2140:function(t,n,e){var r=e(7854),o=e(6916),i=e(614),u=e(111),c=r.TypeError;t.exports=function(t,n){var e,r;if("string"===n&&i(e=t.toString)&&!u(r=o(e,t)))return r;if(i(e=t.valueOf)&&!u(r=o(e,t)))return r;if("string"!==n&&i(e=t.toString)&&!u(r=o(e,t)))return r;throw c("Can't convert object to primitive value")}},3887:function(t,n,e){var r=e(5005),o=e(1702),i=e(8006),u=e(5181),c=e(9670),a=o([].concat);t.exports=r("Reflect","ownKeys")||function(t){var n=i.f(c(t)),e=u.f;return e?a(n,e(t)):n}},2534:function(t){t.exports=function(t){try{return{error:!1,value:t()}}catch(t){return{error:!0,value:t}}}},9478:function(t,n,e){var r=e(9670),o=e(111),i=e(8523);t.exports=function(t,n){if(r(t),o(n)&&n.constructor===t)return n;var e=i.f(t);return(0,e.resolve)(n),e.promise}},8572:function(t){var n=function(){this.head=null,this.tail=null};n.prototype={add:function(t){var n={item:t,next:null};this.head?this.tail.next=n:this.head=n,this.tail=n},get:function(){var t=this.head;if(t)return this.head=t.next,this.tail===t&&(this.tail=null),t.item}},t.exports=n},2248:function(t,n,e){var r=e(1320);t.exports=function(t,n,e){for(var o in n)r(t,o,n[o],e);return t}},1320:function(t,n,e){var r=e(7854),o=e(614),i=e(2597),u=e(8880),c=e(3505),a=e(2788),f=e(9909),s=e(6530).CONFIGURABLE,l=f.get,p=f.enforce,v=String(String).split("String");(t.exports=function(t,n,e,a){var f,l=!!a&&!!a.unsafe,d=!!a&&!!a.enumerable,h=!!a&&!!a.noTargetGet,y=a&&void 0!==a.name?a.name:n;o(e)&&("Symbol("===String(y).slice(0,7)&&(y="["+String(y).replace(/^Symbol\(([^)]*)\)/,"$1")+"]"),(!i(e,"name")||s&&e.name!==y)&&u(e,"name",y),(f=p(e)).source||(f.source=v.join("string"==typeof y?y:""))),t!==r?(l?!h&&t[n]&&(d=!0):delete t[n],d?t[n]=e:u(t,n,e)):d?t[n]=e:c(n,e)})(Function.prototype,"toString",(function(){return o(this)&&l(this).source||a(this)}))},4488:function(t,n,e){var r=e(7854).TypeError;t.exports=function(t){if(null==t)throw r("Can't call method on "+t);return t}},3505:function(t,n,e){var r=e(7854),o=Object.defineProperty;t.exports=function(t,n){try{o(r,t,{value:n,configurable:!0,writable:!0})}catch(e){r[t]=n}return n}},6340:function(t,n,e){"use strict";var r=e(5005),o=e(3070),i=e(5112),u=e(9781),c=i("species");t.exports=function(t){var n=r(t),e=o.f;u&&n&&!n[c]&&e(n,c,{configurable:!0,get:function(){return this}})}},8003:function(t,n,e){var r=e(3070).f,o=e(2597),i=e(5112)("toStringTag");t.exports=function(t,n,e){t&&!e&&(t=t.prototype),t&&!o(t,i)&&r(t,i,{configurable:!0,value:n})}},6200:function(t,n,e){var r=e(2309),o=e(9711),i=r("keys");t.exports=function(t){return i[t]||(i[t]=o(t))}},5465:function(t,n,e){var r=e(7854),o=e(3505),i="__core-js_shared__",u=r[i]||o(i,{});t.exports=u},2309:function(t,n,e){var r=e(1913),o=e(5465);(t.exports=function(t,n){return o[t]||(o[t]=void 0!==n?n:{})})("versions",[]).push({version:"3.21.1",mode:r?"pure":"global",copyright:"© 2014-2022 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.21.1/LICENSE",source:"https://github.com/zloirock/core-js"})},6707:function(t,n,e){var r=e(9670),o=e(9483),i=e(5112)("species");t.exports=function(t,n){var e,u=r(t).constructor;return void 0===u||null==(e=r(u)[i])?n:o(e)}},8710:function(t,n,e){var r=e(1702),o=e(9303),i=e(1340),u=e(4488),c=r("".charAt),a=r("".charCodeAt),f=r("".slice),s=function(t){return function(n,e){var r,s,l=i(u(n)),p=o(e),v=l.length;return p<0||p>=v?t?"":void 0:(r=a(l,p))<55296||r>56319||p+1===v||(s=a(l,p+1))<56320||s>57343?t?c(l,p):r:t?f(l,p,p+2):s-56320+(r-55296<<10)+65536}};t.exports={codeAt:s(!1),charAt:s(!0)}},261:function(t,n,e){var r,o,i,u,c=e(7854),a=e(2104),f=e(9974),s=e(614),l=e(2597),p=e(7293),v=e(490),d=e(206),h=e(317),y=e(8053),m=e(6833),g=e(5268),b=c.setImmediate,x=c.clearImmediate,w=c.process,S=c.Dispatch,j=c.Function,O=c.MessageChannel,E=c.String,T=0,P={};try{r=c.location}catch(t){}var k=function(t){if(l(P,t)){var n=P[t];delete P[t],n()}},L=function(t){return function(){k(t)}},_=function(t){k(t.data)},A=function(t){c.postMessage(E(t),r.protocol+"//"+r.host)};b&&x||(b=function(t){y(arguments.length,1);var n=s(t)?t:j(t),e=d(arguments,1);return P[++T]=function(){a(n,void 0,e)},o(T),T},x=function(t){delete P[t]},g?o=function(t){w.nextTick(L(t))}:S&&S.now?o=function(t){S.now(L(t))}:O&&!m?(u=(i=new O).port2,i.port1.onmessage=_,o=f(u.postMessage,u)):c.addEventListener&&s(c.postMessage)&&!c.importScripts&&r&&"file:"!==r.protocol&&!p(A)?(o=A,c.addEventListener("message",_,!1)):o="onreadystatechange"in h("script")?function(t){v.appendChild(h("script")).onreadystatechange=function(){v.removeChild(this),k(t)}}:function(t){setTimeout(L(t),0)}),t.exports={set:b,clear:x}},1400:function(t,n,e){var r=e(9303),o=Math.max,i=Math.min;t.exports=function(t,n){var e=r(t);return e<0?o(e+n,0):i(e,n)}},5656:function(t,n,e){var r=e(8361),o=e(4488);t.exports=function(t){return r(o(t))}},9303:function(t){var n=Math.ceil,e=Math.floor;t.exports=function(t){var r=+t;return r!=r||0===r?0:(r>0?e:n)(r)}},7466:function(t,n,e){var r=e(9303),o=Math.min;t.exports=function(t){return t>0?o(r(t),9007199254740991):0}},7908:function(t,n,e){var r=e(7854),o=e(4488),i=r.Object;t.exports=function(t){return i(o(t))}},7593:function(t,n,e){var r=e(7854),o=e(6916),i=e(111),u=e(2190),c=e(8173),a=e(2140),f=e(5112),s=r.TypeError,l=f("toPrimitive");t.exports=function(t,n){if(!i(t)||u(t))return t;var e,r=c(t,l);if(r){if(void 0===n&&(n="default"),e=o(r,t,n),!i(e)||u(e))return e;throw s("Can't convert object to primitive value")}return void 0===n&&(n="number"),a(t,n)}},4948:function(t,n,e){var r=e(7593),o=e(2190);t.exports=function(t){var n=r(t,"string");return o(n)?n:n+""}},1694:function(t,n,e){var r={};r[e(5112)("toStringTag")]="z",t.exports="[object z]"===String(r)},1340:function(t,n,e){var r=e(7854),o=e(648),i=r.String;t.exports=function(t){if("Symbol"===o(t))throw TypeError("Cannot convert a Symbol value to a string");return i(t)}},6330:function(t,n,e){var r=e(7854).String;t.exports=function(t){try{return r(t)}catch(t){return"Object"}}},9711:function(t,n,e){var r=e(1702),o=0,i=Math.random(),u=r(1..toString);t.exports=function(t){return"Symbol("+(void 0===t?"":t)+")_"+u(++o+i,36)}},3307:function(t,n,e){var r=e(133);t.exports=r&&!Symbol.sham&&"symbol"==typeof Symbol.iterator},3353:function(t,n,e){var r=e(9781),o=e(7293);t.exports=r&&o((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))},8053:function(t,n,e){var r=e(7854).TypeError;t.exports=function(t,n){if(t<n)throw r("Not enough arguments");return t}},5112:function(t,n,e){var r=e(7854),o=e(2309),i=e(2597),u=e(9711),c=e(133),a=e(3307),f=o("wks"),s=r.Symbol,l=s&&s.for,p=a?s:s&&s.withoutSetter||u;t.exports=function(t){if(!i(f,t)||!c&&"string"!=typeof f[t]){var n="Symbol."+t;c&&i(s,t)?f[t]=s[t]:f[t]=a&&l?l(n):p(n)}return f[t]}},6992:function(t,n,e){"use strict";var r=e(5656),o=e(1223),i=e(7497),u=e(9909),c=e(3070).f,a=e(654),f=e(1913),s=e(9781),l="Array Iterator",p=u.set,v=u.getterFor(l);t.exports=a(Array,"Array",(function(t,n){p(this,{type:l,target:r(t),index:0,kind:n})}),(function(){var t=v(this),n=t.target,e=t.kind,r=t.index++;return!n||r>=n.length?(t.target=void 0,{value:void 0,done:!0}):"keys"==e?{value:r,done:!1}:"values"==e?{value:n[r],done:!1}:{value:[r,n[r]],done:!1}}),"values");var d=i.Arguments=i.Array;if(o("keys"),o("values"),o("entries"),!f&&s&&"values"!==d.name)try{c(d,"name",{value:"values"})}catch(t){}},1539:function(t,n,e){var r=e(1694),o=e(1320),i=e(288);r||o(Object.prototype,"toString",i,{unsafe:!0})},8674:function(t,n,e){"use strict";var r,o,i,u,c=e(2109),a=e(1913),f=e(7854),s=e(5005),l=e(6916),p=e(3366),v=e(1320),d=e(2248),h=e(7674),y=e(8003),m=e(6340),g=e(9662),b=e(614),x=e(111),w=e(5787),S=e(2788),j=e(408),O=e(7072),E=e(6707),T=e(261).set,P=e(5948),k=e(9478),L=e(842),_=e(8523),A=e(2534),C=e(8572),M=e(9909),I=e(4705),F=e(5112),N=e(7871),R=e(5268),D=e(7392),B=F("species"),G="Promise",z=M.getterFor(G),U=M.set,V=M.getterFor(G),q=p&&p.prototype,H=p,W=q,$=f.TypeError,K=f.document,Y=f.process,X=_.f,J=X,Q=!!(K&&K.createEvent&&f.dispatchEvent),Z=b(f.PromiseRejectionEvent),tt="unhandledrejection",nt=!1,et=I(G,(function(){var t=S(H),n=t!==String(H);if(!n&&66===D)return!0;if(a&&!W.finally)return!0;if(D>=51&&/native code/.test(t))return!1;var e=new H((function(t){t(1)})),r=function(t){t((function(){}),(function(){}))};return(e.constructor={})[B]=r,!(nt=e.then((function(){}))instanceof r)||!n&&N&&!Z})),rt=et||!O((function(t){H.all(t).catch((function(){}))})),ot=function(t){var n;return!(!x(t)||!b(n=t.then))&&n},it=function(t,n){var e,r,o,i=n.value,u=1==n.state,c=u?t.ok:t.fail,a=t.resolve,f=t.reject,s=t.domain;try{c?(u||(2===n.rejection&&st(n),n.rejection=1),!0===c?e=i:(s&&s.enter(),e=c(i),s&&(s.exit(),o=!0)),e===t.promise?f($("Promise-chain cycle")):(r=ot(e))?l(r,e,a,f):a(e)):f(i)}catch(t){s&&!o&&s.exit(),f(t)}},ut=function(t,n){t.notified||(t.notified=!0,P((function(){for(var e,r=t.reactions;e=r.get();)it(e,t);t.notified=!1,n&&!t.rejection&&at(t)})))},ct=function(t,n,e){var r,o;Q?((r=K.createEvent("Event")).promise=n,r.reason=e,r.initEvent(t,!1,!0),f.dispatchEvent(r)):r={promise:n,reason:e},!Z&&(o=f["on"+t])?o(r):t===tt&&L("Unhandled promise rejection",e)},at=function(t){l(T,f,(function(){var n,e=t.facade,r=t.value;if(ft(t)&&(n=A((function(){R?Y.emit("unhandledRejection",r,e):ct(tt,e,r)})),t.rejection=R||ft(t)?2:1,n.error))throw n.value}))},ft=function(t){return 1!==t.rejection&&!t.parent},st=function(t){l(T,f,(function(){var n=t.facade;R?Y.emit("rejectionHandled",n):ct("rejectionhandled",n,t.value)}))},lt=function(t,n,e){return function(r){t(n,r,e)}},pt=function(t,n,e){t.done||(t.done=!0,e&&(t=e),t.value=n,t.state=2,ut(t,!0))},vt=function(t,n,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===n)throw $("Promise can't be resolved itself");var r=ot(n);r?P((function(){var e={done:!1};try{l(r,n,lt(vt,e,t),lt(pt,e,t))}catch(n){pt(e,n,t)}})):(t.value=n,t.state=1,ut(t,!1))}catch(n){pt({done:!1},n,t)}}};if(et&&(W=(H=function(t){w(this,W),g(t),l(r,this);var n=z(this);try{t(lt(vt,n),lt(pt,n))}catch(t){pt(n,t)}}).prototype,(r=function(t){U(this,{type:G,done:!1,notified:!1,parent:!1,reactions:new C,rejection:!1,state:0,value:void 0})}).prototype=d(W,{then:function(t,n){var e=V(this),r=X(E(this,H));return e.parent=!0,r.ok=!b(t)||t,r.fail=b(n)&&n,r.domain=R?Y.domain:void 0,0==e.state?e.reactions.add(r):P((function(){it(r,e)})),r.promise},catch:function(t){return this.then(void 0,t)}}),o=function(){var t=new r,n=z(t);this.promise=t,this.resolve=lt(vt,n),this.reject=lt(pt,n)},_.f=X=function(t){return t===H||t===i?new o(t):J(t)},!a&&b(p)&&q!==Object.prototype)){u=q.then,nt||(v(q,"then",(function(t,n){var e=this;return new H((function(t,n){l(u,e,t,n)})).then(t,n)}),{unsafe:!0}),v(q,"catch",W.catch,{unsafe:!0}));try{delete q.constructor}catch(t){}h&&h(q,W)}c({global:!0,wrap:!0,forced:et},{Promise:H}),y(H,G,!1,!0),m(G),i=s(G),c({target:G,stat:!0,forced:et},{reject:function(t){var n=X(this);return l(n.reject,void 0,t),n.promise}}),c({target:G,stat:!0,forced:a||et},{resolve:function(t){return k(a&&this===i?H:this,t)}}),c({target:G,stat:!0,forced:rt},{all:function(t){var n=this,e=X(n),r=e.resolve,o=e.reject,i=A((function(){var e=g(n.resolve),i=[],u=0,c=1;j(t,(function(t){var a=u++,f=!1;c++,l(e,n,t).then((function(t){f||(f=!0,i[a]=t,--c||r(i))}),o)})),--c||r(i)}));return i.error&&o(i.value),e.promise},race:function(t){var n=this,e=X(n),r=e.reject,o=A((function(){var o=g(n.resolve);j(t,(function(t){l(o,n,t).then(e.resolve,r)}))}));return o.error&&r(o.value),e.promise}})},8783:function(t,n,e){"use strict";var r=e(8710).charAt,o=e(1340),i=e(9909),u=e(654),c="String Iterator",a=i.set,f=i.getterFor(c);u(String,"String",(function(t){a(this,{type:c,string:o(t),index:0})}),(function(){var t,n=f(this),e=n.string,o=n.index;return o>=e.length?{value:void 0,done:!0}:(t=r(e,o),n.index+=t.length,{value:t,done:!1})}))},3948:function(t,n,e){var r=e(7854),o=e(8324),i=e(8509),u=e(6992),c=e(8880),a=e(5112),f=a("iterator"),s=a("toStringTag"),l=u.values,p=function(t,n){if(t){if(t[f]!==l)try{c(t,f,l)}catch(n){t[f]=l}if(t[s]||c(t,s,n),o[n])for(var e in u)if(t[e]!==u[e])try{c(t,e,u[e])}catch(n){t[e]=u[e]}}};for(var v in o)p(r[v]&&r[v].prototype,v);p(i,"DOMTokenList")}},c={};function a(t){var n=c[t];if(void 0!==n)return n.exports;var e=c[t]={exports:{}};return u[t].call(e.exports,e,e.exports,a),e.exports}a.m=u,a.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return a.d(n,{a:n}),n},n=Object.getPrototypeOf?function(t){return Object.getPrototypeOf(t)}:function(t){return t.__proto__},a.t=function(e,r){if(1&r&&(e=this(e)),8&r)return e;if("object"==typeof e&&e){if(4&r&&e.__esModule)return e;if(16&r&&"function"==typeof e.then)return e}var o=Object.create(null);a.r(o);var i={};t=t||[null,n({}),n([]),n(n)];for(var u=2&r&&e;"object"==typeof u&&!~t.indexOf(u);u=n(u))Object.getOwnPropertyNames(u).forEach((function(t){i[t]=function(){return e[t]}}));return i.default=function(){return e},a.d(o,i),o},a.d=function(t,n){for(var e in n)a.o(n,e)&&!a.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:n[e]})},a.f={},a.e=function(t){return Promise.all(Object.keys(a.f).reduce((function(n,e){return a.f[e](t,n),n}),[]))},a.u=function(t){return t+".bundle.js"},a.miniCssF=function(t){return 649===t?"kcc-theme."+a.h()+".css":t+"."+a.h()+".css"},a.h=function(){return"09eb34b9aa0030707147"},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),a.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e={},r="kcc-gem-theme-core:",a.l=function(t,n,o,i){if(e[t])e[t].push(n);else{var u,c;if(void 0!==o)for(var f=document.getElementsByTagName("script"),s=0;s<f.length;s++){var l=f[s];if(l.getAttribute("src")==t||l.getAttribute("data-webpack")==r+o){u=l;break}}u||(c=!0,(u=document.createElement("script")).charset="utf-8",u.timeout=120,a.nc&&u.setAttribute("nonce",a.nc),u.setAttribute("data-webpack",r+o),u.src=t),e[t]=[n];var p=function(n,r){u.onerror=u.onload=null,clearTimeout(v);var o=e[t];if(delete e[t],u.parentNode&&u.parentNode.removeChild(u),o&&o.forEach((function(t){return t(r)})),n)return n(r)},v=setTimeout(p.bind(null,void 0,{type:"timeout",target:u}),12e4);u.onerror=p.bind(null,u.onerror),u.onload=p.bind(null,u.onload),c&&document.head.appendChild(u)}},a.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},function(){var t;a.g.importScripts&&(t=a.g.location+"");var n=a.g.document;if(!t&&n&&(n.currentScript&&(t=n.currentScript.src),!t)){var e=n.getElementsByTagName("script");e.length&&(t=e[e.length-1].src)}if(!t)throw new Error("Automatic publicPath is not supported in this browser");t=t.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=t}(),o=function(t){return new Promise((function(n,e){var r=a.miniCssF(t),o=a.p+r;if(function(t,n){for(var e=document.getElementsByTagName("link"),r=0;r<e.length;r++){var o=(u=e[r]).getAttribute("data-href")||u.getAttribute("href");if("stylesheet"===u.rel&&(o===t||o===n))return u}var i=document.getElementsByTagName("style");for(r=0;r<i.length;r++){var u;if((o=(u=i[r]).getAttribute("data-href"))===t||o===n)return u}}(r,o))return n();!function(t,n,e,r){var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.onerror=o.onload=function(i){if(o.onerror=o.onload=null,"load"===i.type)e();else{var u=i&&("load"===i.type?"missing":i.type),c=i&&i.target&&i.target.href||n,a=new Error("Loading CSS chunk "+t+" failed.\n("+c+")");a.code="CSS_CHUNK_LOAD_FAILED",a.type=u,a.request=c,o.parentNode.removeChild(o),r(a)}},o.href=n,document.head.appendChild(o)}(t,o,n,e)}))},i={649:0},a.f.miniCss=function(t,n){i[t]?n.push(i[t]):0!==i[t]&&{83:1,381:1,658:1,971:1}[t]&&n.push(i[t]=o(t).then((function(){i[t]=0}),(function(n){throw delete i[t],n})))},function(){var t={649:0};a.f.j=function(n,e){var r=a.o(t,n)?t[n]:void 0;if(0!==r)if(r)e.push(r[2]);else{var o=new Promise((function(e,o){r=t[n]=[e,o]}));e.push(r[2]=o);var i=a.p+a.u(n),u=new Error;a.l(i,(function(e){if(a.o(t,n)&&(0!==(r=t[n])&&(t[n]=void 0),r)){var o=e&&("load"===e.type?"missing":e.type),i=e&&e.target&&e.target.src;u.message="Loading chunk "+n+" failed.\n("+o+": "+i+")",u.name="ChunkLoadError",u.type=o,u.request=i,r[1](u)}}),"chunk-"+n,n)}};var n=function(n,e){var r,o,i=e[0],u=e[1],c=e[2],f=0;if(i.some((function(n){return 0!==t[n]}))){for(r in u)a.o(u,r)&&(a.m[r]=u[r]);c&&c(a)}for(n&&n(e);f<i.length;f++)o=i[f],a.o(t,o)&&t[o]&&t[o][0](),t[o]=0},e=self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[];e.forEach(n.bind(null,0)),e.push=n.bind(null,e.push.bind(e))}(),a(2224)}();
|
data/assets/js/src/all.js
CHANGED
@@ -49,9 +49,12 @@ window.addEventListener('load', () => {
|
|
49
49
|
})
|
50
50
|
.then(() => path == '/search/' ? import('../../scss/searchPageOverrides.scss') : null)
|
51
51
|
.then(() => {
|
52
|
-
|
53
|
-
|
54
|
-
|
52
|
+
if (!document.getElementById('google_translate_element'))
|
53
|
+
return;
|
54
|
+
|
55
|
+
return import('../../scss/translate.scss')
|
56
|
+
.then(() => import('./translateScript'))
|
57
|
+
.then(({ default: translate }) => translate())
|
55
58
|
}).then(() => document.getElementById('errorPageSearch') ? loadModule('errorPageSearch', 'errorPageSearch') : null)
|
56
59
|
.then(() => {
|
57
60
|
return import('../nav/megaNav/megaNav.js').then(({ default: megaNav }) => megaNav())
|
@@ -33,15 +33,17 @@ function setStyles(selector, styles, IFRAME_MENU_ELEMENT) {
|
|
33
33
|
}
|
34
34
|
|
35
35
|
function translate() {
|
36
|
+
|
36
37
|
// RESTYLE THE DROPDOWN MENU
|
37
38
|
if (document.getElementById('google_translate_element')) {
|
38
39
|
const GOOGLE_TRANSLATE_ELEMENT = document.getElementById('google_translate_element');
|
39
40
|
const styleConfigurationObject = createStyleConfigurationObject();
|
40
41
|
const iframeStyles = setIframeStyles();
|
41
|
-
|
42
|
+
|
43
|
+
GOOGLE_TRANSLATE_ELEMENT.addEventListener('click', (e) => {
|
42
44
|
const IFRAME_MENU_ELEMENT = document.querySelector('iframe[class*="goog-te-menu-frame"]');
|
43
45
|
|
44
|
-
//
|
46
|
+
//e.preventDefault();
|
45
47
|
styleIFrameElement(IFRAME_MENU_ELEMENT, iframeStyles);
|
46
48
|
Object.keys(styleConfigurationObject).forEach(function(selector) {
|
47
49
|
setStyles(selector, styleConfigurationObject[selector], IFRAME_MENU_ELEMENT);
|
@@ -51,7 +51,7 @@
|
|
51
51
|
text-decoration: none !important;
|
52
52
|
&:before {
|
53
53
|
font-family: 'Material Icons';
|
54
|
-
content:
|
54
|
+
content: '\e927'; // Material icons translate symbol
|
55
55
|
margin-right: 16px;
|
56
56
|
font-size: 2rem;
|
57
57
|
vertical-align: -10px;
|
@@ -66,7 +66,7 @@
|
|
66
66
|
font-family: 'Material Icons';
|
67
67
|
&:after {
|
68
68
|
font-family: 'Material Icons';
|
69
|
-
content:
|
69
|
+
content: '\e5c5'; // Material icons carrot symbol
|
70
70
|
font-size: 1.5rem;
|
71
71
|
vertical-align: -6px;
|
72
72
|
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
@@ -187,7 +187,7 @@ files:
|
|
187
187
|
- assets/js/dist/238.bundle.js
|
188
188
|
- assets/js/dist/282.bundle.js
|
189
189
|
- assets/js/dist/315.bundle.js
|
190
|
-
- assets/js/dist/381.
|
190
|
+
- assets/js/dist/381.09eb34b9aa0030707147.css
|
191
191
|
- assets/js/dist/381.bundle.js
|
192
192
|
- assets/js/dist/391.bundle.js
|
193
193
|
- assets/js/dist/45.bundle.js
|
@@ -200,9 +200,7 @@ files:
|
|
200
200
|
- assets/js/dist/614.bundle.js
|
201
201
|
- assets/js/dist/640.bundle.js
|
202
202
|
- assets/js/dist/644.bundle.js
|
203
|
-
- assets/js/dist/
|
204
|
-
- assets/js/dist/647.bundle.js
|
205
|
-
- assets/js/dist/658.798ee77dce545b7c224a.css
|
203
|
+
- assets/js/dist/658.09eb34b9aa0030707147.css
|
206
204
|
- assets/js/dist/658.bundle.js
|
207
205
|
- assets/js/dist/707.bundle.js
|
208
206
|
- assets/js/dist/734.bundle.js
|
@@ -211,7 +209,7 @@ files:
|
|
211
209
|
- assets/js/dist/755.bundle.js
|
212
210
|
- assets/js/dist/795.bundle.js
|
213
211
|
- assets/js/dist/814.bundle.js
|
214
|
-
- assets/js/dist/83.
|
212
|
+
- assets/js/dist/83.09eb34b9aa0030707147.css
|
215
213
|
- assets/js/dist/83.bundle.js
|
216
214
|
- assets/js/dist/853.bundle.js
|
217
215
|
- assets/js/dist/859.bundle.js
|
@@ -220,8 +218,10 @@ files:
|
|
220
218
|
- assets/js/dist/92.bundle.js
|
221
219
|
- assets/js/dist/936.bundle.js
|
222
220
|
- assets/js/dist/968.bundle.js
|
221
|
+
- assets/js/dist/971.09eb34b9aa0030707147.css
|
222
|
+
- assets/js/dist/971.bundle.js
|
223
223
|
- assets/js/dist/987.bundle.js
|
224
|
-
- assets/js/dist/kcc-theme.
|
224
|
+
- assets/js/dist/kcc-theme.09eb34b9aa0030707147.css
|
225
225
|
- assets/js/dist/kcc-theme.bundle.js
|
226
226
|
- assets/js/nav/megaNav/closeMegaNavOnClick.js
|
227
227
|
- assets/js/nav/megaNav/googleCustomSearch.js
|
@@ -246,7 +246,6 @@ files:
|
|
246
246
|
- assets/js/src/loadModule.js
|
247
247
|
- assets/js/src/sliders.js
|
248
248
|
- assets/js/src/test.js
|
249
|
-
- assets/js/src/translate.js
|
250
249
|
- assets/js/src/translateScript.js
|
251
250
|
- assets/js/src/userSettings.js
|
252
251
|
- assets/js/src/walkText.js
|
@@ -1 +0,0 @@
|
|
1
|
-
"use strict";(self.webpackChunkkcc_gem_theme_core=self.webpackChunkkcc_gem_theme_core||[]).push([[647],{2647:function(e,c,k){k.r(c)}}]);
|
data/assets/js/src/translate.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
import '../../scss/translate.scss';
|