jekyll-theme-hydejack 9.1.9 → 9.2.0
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 +53 -90
- data/_config.yml +1 -4
- data/_includes/body/footer.html +1 -1
- data/_includes/body/index.html +1 -1
- data/_includes/body/scripts.html +2 -2
- data/_includes/head/meta-static.html +1 -1
- data/_includes/head/meta.html +8 -0
- data/_includes/head/styles-inline.html +1 -1
- data/_includes/head/styles-no-inline.html +1 -1
- data/_includes/header.txt +1 -1
- data/_includes/pro/dark-mode-fix.html +7 -0
- data/_includes/scripts/dark-mode-fix.js +10 -0
- data/_includes/scripts/dark-mode-fix.min.js +1 -0
- data/_includes/styles/inline.scss +6 -0
- data/_includes/styles/page-style.scss +9 -2
- data/_includes/styles/style.scss +10 -0
- data/_includes/styles/variables.scss +1 -1
- data/_includes/templates/index.html +3 -0
- data/_includes/templates/pro/dark-mode.html +6 -0
- data/_layouts/compress.html +1 -1
- data/_sass/_mixins.scss +1 -1
- data/_sass/html.scss +0 -2
- data/_sass/pooleparty/__link__/_code.scss +1 -0
- data/_sass/pooleparty/_code.pre.scss +1 -0
- data/_sass/pro/_dark-mode-dynamic-syntax.scss +9 -0
- data/_sass/pro/_dark-mode-dynamic.scss +20 -0
- data/_sass/pro/_dark-mode.scss +32 -0
- data/_sass/pro/_syntax-dark.scss +139 -0
- data/assets/icomoon/fonts/icomoon.eot +0 -0
- data/assets/icomoon/fonts/icomoon.svg +15 -1
- data/assets/icomoon/fonts/icomoon.ttf +0 -0
- data/assets/icomoon/fonts/icomoon.woff +0 -0
- data/assets/icomoon/selection.json +1 -1
- data/assets/icomoon/style.css +48 -6
- data/assets/js/{LEGACY-clap-button-hydejack-9.1.9.js → LEGACY-clap-button-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-drawer-hydejack-9.1.9.js → LEGACY-drawer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-fetch-hydejack-9.1.9.js → LEGACY-fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/LEGACY-hydejack-9.2.0.js +13 -0
- data/assets/js/{LEGACY-navbar-hydejack-9.1.9.js → LEGACY-navbar-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-push-state-hydejack-9.1.9.js → LEGACY-push-state-hydejack-9.2.0.js} +2 -2
- data/assets/js/{resize-observer-hydejack-9.1.9.js → LEGACY-resize-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-shadydom-hydejack-9.1.9.js → LEGACY-shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~clap-button-hydejack-9.1.9.js → LEGACY-vendors~clap-button-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~drawer-hydejack-9.1.9.js → LEGACY-vendors~drawer-hydejack-9.2.0.js} +4 -4
- data/assets/js/{LEGACY-vendors~drawer~push-state-hydejack-9.1.9.js → LEGACY-vendors~drawer~push-state-hydejack-9.2.0.js} +13 -13
- data/assets/js/{LEGACY-vendors~fetch-hydejack-9.1.9.js → LEGACY-vendors~fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~intersection-observer-hydejack-9.1.9.js → LEGACY-vendors~intersection-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~push-state-hydejack-9.1.9.js → LEGACY-vendors~push-state-hydejack-9.2.0.js} +3 -3
- data/assets/js/{LEGACY-vendors~shadydom-hydejack-9.1.9.js → LEGACY-vendors~shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~webanimations-hydejack-9.1.9.js → LEGACY-vendors~webanimations-hydejack-9.2.0.js} +2 -2
- data/assets/js/{LEGACY-vendors~webcomponents-hydejack-9.1.9.js → LEGACY-vendors~webcomponents-hydejack-9.2.0.js} +4 -4
- data/assets/js/{LEGACY-webcomponents-hydejack-9.1.9.js → LEGACY-webcomponents-hydejack-9.2.0.js} +2 -2
- data/assets/js/clap-button-hydejack-9.2.0.js +14 -0
- data/assets/js/drawer-hydejack-9.2.0.js +14 -0
- data/assets/js/{shadydom-hydejack-9.1.9.js → fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/hydejack-9.2.0.js +13 -0
- data/assets/js/navbar-hydejack-9.2.0.js +14 -0
- data/assets/js/push-state-hydejack-9.2.0.js +14 -0
- data/assets/js/{LEGACY-resize-observer-hydejack-9.1.9.js → resize-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{fetch-hydejack-9.1.9.js → shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~clap-button-hydejack-9.1.9.js → vendors~clap-button-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~drawer-hydejack-9.1.9.js → vendors~drawer-hydejack-9.2.0.js} +4 -4
- data/assets/js/{vendors~drawer~push-state-hydejack-9.1.9.js → vendors~drawer~push-state-hydejack-9.2.0.js} +11 -11
- data/assets/js/{vendors~fetch-hydejack-9.1.9.js → vendors~fetch-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~intersection-observer-hydejack-9.1.9.js → vendors~intersection-observer-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~push-state-hydejack-9.1.9.js → vendors~push-state-hydejack-9.2.0.js} +3 -3
- data/assets/js/{vendors~shadydom-hydejack-9.1.9.js → vendors~shadydom-hydejack-9.2.0.js} +2 -2
- data/assets/js/{vendors~webanimations-hydejack-9.1.9.js → vendors~webanimations-hydejack-9.2.0.js} +2 -2
- data/assets/js/{webcomponents-hydejack-9.1.9.js → webcomponents-hydejack-9.2.0.js} +2 -2
- data/assets/version.json +2 -2
- metadata +46 -39
- data/_includes/scripts.html +0 -33
- data/assets/js/LEGACY-hydejack-9.1.9.js +0 -13
- data/assets/js/clap-button-hydejack-9.1.9.js +0 -14
- data/assets/js/drawer-hydejack-9.1.9.js +0 -14
- data/assets/js/hydejack-9.1.9.js +0 -13
- data/assets/js/navbar-hydejack-9.1.9.js +0 -14
- data/assets/js/push-state-hydejack-9.1.9.js +0 -14
- /data/assets/css/{hydejack-9.1.9.css → hydejack-9.2.0.css} +0 -0
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
* /\___/ \ \____/
|
|
10
10
|
* \/__/ \/___/
|
|
11
11
|
*
|
|
12
|
-
* Powered by Hydejack v9.
|
|
12
|
+
* Powered by Hydejack v9.2.0 <https://hydejack.com/>
|
|
13
13
|
*/
|
|
14
|
-
(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{189:function(t,e,n){"use strict";n.r(e);n(198),n(199),n(200),n(201);var{customElements:o}=window,r=!1,i=null;function l(){window.HTMLTemplateElement.bootstrap&&window.HTMLTemplateElement.bootstrap(window.document),i&&i(),r=!0,document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))}o.polyfillWrapFlushCallback&&o.polyfillWrapFlushCallback(t=>{i=t,r&&t()}),"complete"!==document.readyState?(window.addEventListener("load",l),window.addEventListener("DOMContentLoaded",()=>{window.removeEventListener("load",l),l()})):l()},198:function(t,e){},199:function(t,e){},200:function(t,e){},201:function(t,e){(function(){"use strict";var t=window.Document.prototype.createElement,e=window.Document.prototype.createElementNS,n=window.Document.prototype.importNode,o=window.Document.prototype.prepend,r=window.Document.prototype.append,i=window.DocumentFragment.prototype.prepend,l=window.DocumentFragment.prototype.append,a=window.Node.prototype.cloneNode,c=window.Node.prototype.appendChild,s=window.Node.prototype.insertBefore,u=window.Node.prototype.removeChild,d=window.Node.prototype.replaceChild,h=Object.getOwnPropertyDescriptor(window.Node.prototype,"textContent"),f=window.Element.prototype.attachShadow,p=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),m=window.Element.prototype.getAttribute,w=window.Element.prototype.setAttribute,v=window.Element.prototype.removeAttribute,y=window.Element.prototype.toggleAttribute,E=window.Element.prototype.getAttributeNS,g=window.Element.prototype.setAttributeNS,b=window.Element.prototype.removeAttributeNS,_=window.Element.prototype.insertAdjacentElement,C=window.Element.prototype.insertAdjacentHTML,N=window.Element.prototype.prepend,T=window.Element.prototype.append,D=window.Element.prototype.before,k=window.Element.prototype.after,S=window.Element.prototype.replaceWith,A=window.Element.prototype.remove,F=window.HTMLElement,L=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),M=window.HTMLElement.prototype.insertAdjacentElement,O=window.HTMLElement.prototype.insertAdjacentHTML,j=new Set;function H(t){var e=j.has(t);return t=/^[a-z][.0-9_a-z]*-[-.0-9_a-z]*$/.test(t),!e&&t}"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" ").forEach((function(t){return j.add(t)}));var x=document.contains?document.contains.bind(document):document.documentElement.contains.bind(document.documentElement);function P(t){var e=t.isConnected;if(void 0!==e)return e;if(x(t))return!0;for(;t&&!(t.__CE_isImportDocument||t instanceof Document);)t=t.parentNode||(window.ShadowRoot&&t instanceof ShadowRoot?t.host:void 0);return!(!t||!(t.__CE_isImportDocument||t instanceof Document))}function W(t){var e=t.children;if(e)return Array.prototype.slice.call(e);for(e=[],t=t.firstChild;t;t=t.nextSibling)t.nodeType===Node.ELEMENT_NODE&&e.push(t);return e}function R(t,e){for(;e&&e!==t&&!e.nextSibling;)e=e.parentNode;return e&&e!==t?e.nextSibling:null}function I(){var t=!(null==at||!at.noDocumentConstructionObserver),e=!(null==at||!at.shadyDomFastWalk);this.m=[],this.g=[],this.j=!1,this.shadyDomFastWalk=e,this.I=!t}function B(t,e,n,o){var r=window.ShadyDOM;if(t.shadyDomFastWalk&&r&&r.inUse){if(e.nodeType===Node.ELEMENT_NODE&&n(e),e.querySelectorAll)for(t=r.nativeMethods.querySelectorAll.call(e,"*"),e=0;e<t.length;e++)n(t[e])}else!function t(e,n,o){for(var r=e;r;){if(r.nodeType===Node.ELEMENT_NODE){var i=r;n(i);var l=i.localName;if("link"===l&&"import"===i.getAttribute("rel")){if(r=i.import,void 0===o&&(o=new Set),r instanceof Node&&!o.has(r))for(o.add(r),r=r.firstChild;r;r=r.nextSibling)t(r,n,o);r=R(e,i);continue}if("template"===l){r=R(e,i);continue}if(i=i.__CE_shadowRoot)for(i=i.firstChild;i;i=i.nextSibling)t(i,n,o)}r=r.firstChild?r.firstChild:R(e,r)}}(e,n,o)}function U(t,e){t.j&&B(t,e,(function(e){return z(t,e)}))}function z(t,e){if(t.j&&!e.__CE_patched){e.__CE_patched=!0;for(var n=0;n<t.m.length;n++)t.m[n](e);for(n=0;n<t.g.length;n++)t.g[n](e)}}function J(t,e){var n=[];for(B(t,e,(function(t){return n.push(t)})),e=0;e<n.length;e++){var o=n[e];1===o.__CE_state?t.connectedCallback(o):V(t,o)}}function q(t,e){var n=[];for(B(t,e,(function(t){return n.push(t)})),e=0;e<n.length;e++){var o=n[e];1===o.__CE_state&&t.disconnectedCallback(o)}}function G(t,e,n){var o=(n=void 0===n?{}:n).J,r=n.upgrade||function(e){return V(t,e)},i=[];for(B(t,e,(function(e){if(t.j&&z(t,e),"link"===e.localName&&"import"===e.getAttribute("rel")){var n=e.import;n instanceof Node&&(n.__CE_isImportDocument=!0,n.__CE_registry=document.__CE_registry),n&&"complete"===n.readyState?n.__CE_documentLoadHandled=!0:e.addEventListener("load",(function(){var n=e.import;if(!n.__CE_documentLoadHandled){n.__CE_documentLoadHandled=!0;var i=new Set;o&&(o.forEach((function(t){return i.add(t)})),i.delete(n)),G(t,n,{J:i,upgrade:r})}}))}else i.push(e)}),o),e=0;e<i.length;e++)r(i[e])}function V(t,e){try{var n=e.ownerDocument,o=n.__CE_registry,r=o&&(n.defaultView||n.__CE_isImportDocument)?ot(o,e.localName):void 0;if(r&&void 0===e.__CE_state){r.constructionStack.push(e);try{try{if(new r.constructorFunction!==e)throw Error("The custom element constructor did not produce the element being upgraded.")}finally{r.constructionStack.pop()}}catch(t){throw e.__CE_state=2,t}if(e.__CE_state=1,e.__CE_definition=r,r.attributeChangedCallback&&e.hasAttributes()){var i=r.observedAttributes;for(r=0;r<i.length;r++){var l=i[r],a=e.getAttribute(l);null!==a&&t.attributeChangedCallback(e,l,null,a,null)}}P(e)&&t.connectedCallback(e)}}catch(t){$(t)}}function X(n,o,r,i){var l=o.__CE_registry;if(l&&(null===i||"http://www.w3.org/1999/xhtml"===i)&&(l=ot(l,r)))try{var a=new l.constructorFunction;if(void 0===a.__CE_state||void 0===a.__CE_definition)throw Error("Failed to construct '"+r+"': The returned value was not constructed with the HTMLElement constructor.");if("http://www.w3.org/1999/xhtml"!==a.namespaceURI)throw Error("Failed to construct '"+r+"': The constructed element's namespace must be the HTML namespace.");if(a.hasAttributes())throw Error("Failed to construct '"+r+"': The constructed element must not have any attributes.");if(null!==a.firstChild)throw Error("Failed to construct '"+r+"': The constructed element must not have any children.");if(null!==a.parentNode)throw Error("Failed to construct '"+r+"': The constructed element must not have a parent node.");if(a.ownerDocument!==o)throw Error("Failed to construct '"+r+"': The constructed element's owner document is incorrect.");if(a.localName!==r)throw Error("Failed to construct '"+r+"': The constructed element's local name is incorrect.");return a}catch(l){return $(l),o=null===i?t.call(o,r):e.call(o,i,r),Object.setPrototypeOf(o,HTMLUnknownElement.prototype),o.__CE_state=2,o.__CE_definition=void 0,z(n,o),o}return z(n,o=null===i?t.call(o,r):e.call(o,i,r)),o}function $(t){var e="",n="",o=0,r=0;t instanceof Error?(e=t.message,n=t.sourceURL||t.fileName||"",o=t.line||t.lineNumber||0,r=t.column||t.columnNumber||0):e="Uncaught "+String(t);var i=void 0;void 0===ErrorEvent.prototype.initErrorEvent?i=new ErrorEvent("error",{cancelable:!0,message:e,filename:n,lineno:o,colno:r,error:t}):((i=document.createEvent("ErrorEvent")).initErrorEvent("error",!1,!0,e,n,o),i.preventDefault=function(){Object.defineProperty(this,"defaultPrevented",{configurable:!0,get:function(){return!0}})}),void 0===i.error&&Object.defineProperty(i,"error",{configurable:!0,enumerable:!0,get:function(){return t}}),window.dispatchEvent(i),i.defaultPrevented||console.error(t)}function K(){var t=this;this.g=void 0,this.F=new Promise((function(e){t.l=e}))}function Q(t){var e=document;this.l=void 0,this.h=t,this.g=e,G(this.h,this.g),"loading"===this.g.readyState&&(this.l=new MutationObserver(this.G.bind(this)),this.l.observe(this.g,{childList:!0,subtree:!0}))}function Y(t){t.l&&t.l.disconnect()}function Z(t){this.s=new Map,this.u=new Map,this.C=new Map,this.A=!1,this.B=new Map,this.o=function(t){return t()},this.i=!1,this.v=[],this.h=t,this.D=t.I?new Q(t):void 0}function tt(t,e){if(!H(e))throw new SyntaxError("The element name '"+e+"' is not valid.");if(ot(t,e))throw Error("A custom element with name '"+e+"' has already been defined.");if(t.A)throw Error("A custom element is already being defined.")}function et(t,e,n){var o;t.A=!0;try{var r=n.prototype;if(!(r instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var i=function(t){var e=r[t];if(void 0!==e&&!(e instanceof Function))throw Error("The '"+t+"' callback must be a function.");return e},l=i("connectedCallback"),a=i("disconnectedCallback"),c=i("adoptedCallback"),s=(o=i("attributeChangedCallback"))&&n.observedAttributes||[]}catch(t){throw t}finally{t.A=!1}return n={localName:e,constructorFunction:n,connectedCallback:l,disconnectedCallback:a,adoptedCallback:c,attributeChangedCallback:o,observedAttributes:s,constructionStack:[]},t.u.set(e,n),t.C.set(n.constructorFunction,n),n}function nt(t){if(!1!==t.i){t.i=!1;for(var e=[],n=t.v,o=new Map,r=0;r<n.length;r++)o.set(n[r],[]);for(G(t.h,document,{upgrade:function(n){if(void 0===n.__CE_state){var r=n.localName,i=o.get(r);i?i.push(n):t.u.has(r)&&e.push(n)}}}),r=0;r<e.length;r++)V(t.h,e[r]);for(r=0;r<n.length;r++){for(var i=n[r],l=o.get(i),a=0;a<l.length;a++)V(t.h,l[a]);(i=t.B.get(i))&&i.resolve(void 0)}n.length=0}}function ot(t,e){var n=t.u.get(e);if(n)return n;if(n=t.s.get(e)){t.s.delete(e);try{return et(t,e,n())}catch(t){$(t)}}}function rt(t,e,n){function o(e){return function(n){for(var o=[],r=0;r<arguments.length;++r)o[r]=arguments[r];r=[];for(var i=[],l=0;l<o.length;l++){var a=o[l];if(a instanceof Element&&P(a)&&i.push(a),a instanceof DocumentFragment)for(a=a.firstChild;a;a=a.nextSibling)r.push(a);else r.push(a)}for(e.apply(this,o),o=0;o<i.length;o++)q(t,i[o]);if(P(this))for(o=0;o<r.length;o++)(i=r[o])instanceof Element&&J(t,i)}}void 0!==n.prepend&&(e.prepend=o(n.prepend)),void 0!==n.append&&(e.append=o(n.append))}function it(t){function n(e,n){Object.defineProperty(e,"innerHTML",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(e){var o=this,r=void 0;if(P(this)&&(r=[],B(t,this,(function(t){t!==o&&r.push(t)}))),n.set.call(this,e),r)for(var i=0;i<r.length;i++){var l=r[i];1===l.__CE_state&&t.disconnectedCallback(l)}return this.ownerDocument.__CE_registry?G(t,this):U(t,this),e}})}function o(e,n){e.insertAdjacentElement=function(e,o){var r=P(o);return e=n.call(this,e,o),r&&q(t,o),P(e)&&J(t,o),e}}function r(e,n){function o(e,n){for(var o=[];e!==n;e=e.nextSibling)o.push(e);for(n=0;n<o.length;n++)G(t,o[n])}e.insertAdjacentHTML=function(t,e){if("beforebegin"===(t=t.toLowerCase())){var r=this.previousSibling;n.call(this,t,e),o(r||this.parentNode.firstChild,this)}else if("afterbegin"===t)r=this.firstChild,n.call(this,t,e),o(this.firstChild,r);else if("beforeend"===t)r=this.lastChild,n.call(this,t,e),o(r||this.firstChild,null);else{if("afterend"!==t)throw new SyntaxError("The value provided ("+String(t)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");r=this.nextSibling,n.call(this,t,e),o(this.nextSibling,r)}}}f&&(Element.prototype.attachShadow=function(e){if(e=f.call(this,e),t.j&&!e.__CE_patched){e.__CE_patched=!0;for(var n=0;n<t.m.length;n++)t.m[n](e)}return this.__CE_shadowRoot=e}),p&&p.get?n(Element.prototype,p):L&&L.get?n(HTMLElement.prototype,L):function(t,e){t.j=!0,t.g.push(e)}(t,(function(t){n(t,{enumerable:!0,configurable:!0,get:function(){return a.call(this,!0).innerHTML},set:function(t){var n="template"===this.localName,o=n?this.content:this,r=e.call(document,this.namespaceURI,this.localName);for(r.innerHTML=t;0<o.childNodes.length;)u.call(o,o.childNodes[0]);for(t=n?r.content:r;0<t.childNodes.length;)c.call(o,t.childNodes[0])}})})),Element.prototype.setAttribute=function(e,n){if(1!==this.__CE_state)return w.call(this,e,n);var o=m.call(this,e);w.call(this,e,n),n=m.call(this,e),t.attributeChangedCallback(this,e,o,n,null)},Element.prototype.setAttributeNS=function(e,n,o){if(1!==this.__CE_state)return g.call(this,e,n,o);var r=E.call(this,e,n);g.call(this,e,n,o),o=E.call(this,e,n),t.attributeChangedCallback(this,n,r,o,e)},Element.prototype.removeAttribute=function(e){if(1!==this.__CE_state)return v.call(this,e);var n=m.call(this,e);v.call(this,e),null!==n&&t.attributeChangedCallback(this,e,n,null,null)},y&&(Element.prototype.toggleAttribute=function(e,n){if(1!==this.__CE_state)return y.call(this,e,n);var o=m.call(this,e);return null!==o!==(n=y.call(this,e,n))&&t.attributeChangedCallback(this,e,o,n?"":null,null),n}),Element.prototype.removeAttributeNS=function(e,n){if(1!==this.__CE_state)return b.call(this,e,n);var o=E.call(this,e,n);b.call(this,e,n);var r=E.call(this,e,n);o!==r&&t.attributeChangedCallback(this,n,o,r,e)},M?o(HTMLElement.prototype,M):_&&o(Element.prototype,_),O?r(HTMLElement.prototype,O):C&&r(Element.prototype,C),rt(t,Element.prototype,{prepend:N,append:T}),function(t){function e(e){return function(n){for(var o=[],r=0;r<arguments.length;++r)o[r]=arguments[r];r=[];for(var i=[],l=0;l<o.length;l++){var a=o[l];if(a instanceof Element&&P(a)&&i.push(a),a instanceof DocumentFragment)for(a=a.firstChild;a;a=a.nextSibling)r.push(a);else r.push(a)}for(e.apply(this,o),o=0;o<i.length;o++)q(t,i[o]);if(P(this))for(o=0;o<r.length;o++)(i=r[o])instanceof Element&&J(t,i)}}var n=Element.prototype;void 0!==D&&(n.before=e(D)),void 0!==k&&(n.after=e(k)),void 0!==S&&(n.replaceWith=function(e){for(var n=[],o=0;o<arguments.length;++o)n[o]=arguments[o];o=[];for(var r=[],i=0;i<n.length;i++){var l=n[i];if(l instanceof Element&&P(l)&&r.push(l),l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)o.push(l);else o.push(l)}for(i=P(this),S.apply(this,n),n=0;n<r.length;n++)q(t,r[n]);if(i)for(q(t,this),n=0;n<o.length;n++)(r=o[n])instanceof Element&&J(t,r)}),void 0!==A&&(n.remove=function(){var e=P(this);A.call(this),e&&q(t,this)})}(t)}I.prototype.connectedCallback=function(t){var e=t.__CE_definition;if(e.connectedCallback)try{e.connectedCallback.call(t)}catch(t){$(t)}},I.prototype.disconnectedCallback=function(t){var e=t.__CE_definition;if(e.disconnectedCallback)try{e.disconnectedCallback.call(t)}catch(t){$(t)}},I.prototype.attributeChangedCallback=function(t,e,n,o,r){var i=t.__CE_definition;if(i.attributeChangedCallback&&-1<i.observedAttributes.indexOf(e))try{i.attributeChangedCallback.call(t,e,n,o,r)}catch(t){$(t)}},K.prototype.resolve=function(t){if(this.g)throw Error("Already resolved.");this.g=t,this.l(t)},Q.prototype.G=function(t){var e=this.g.readyState;for("interactive"!==e&&"complete"!==e||Y(this),e=0;e<t.length;e++)for(var n=t[e].addedNodes,o=0;o<n.length;o++)G(this.h,n[o])},Z.prototype.H=function(t,e){var n=this;if(!(e instanceof Function))throw new TypeError("Custom element constructor getters must be functions.");tt(this,t),this.s.set(t,e),this.v.push(t),this.i||(this.i=!0,this.o((function(){return nt(n)})))},Z.prototype.define=function(t,e){var n=this;if(!(e instanceof Function))throw new TypeError("Custom element constructors must be functions.");tt(this,t),et(this,t,e),this.v.push(t),this.i||(this.i=!0,this.o((function(){return nt(n)})))},Z.prototype.upgrade=function(t){G(this.h,t)},Z.prototype.get=function(t){if(t=ot(this,t))return t.constructorFunction},Z.prototype.whenDefined=function(t){if(!H(t))return Promise.reject(new SyntaxError("'"+t+"' is not a valid custom element name."));var e=this.B.get(t);if(e)return e.F;e=new K,this.B.set(t,e);var n=this.u.has(t)||this.s.has(t);return t=-1===this.v.indexOf(t),n&&t&&e.resolve(void 0),e.F},Z.prototype.polyfillWrapFlushCallback=function(t){this.D&&Y(this.D);var e=this.o;this.o=function(n){return t((function(){return e(n)}))}},Z.prototype.define=Z.prototype.define,Z.prototype.upgrade=Z.prototype.upgrade,Z.prototype.get=Z.prototype.get,Z.prototype.whenDefined=Z.prototype.whenDefined,Z.prototype.polyfillDefineLazy=Z.prototype.H,Z.prototype.polyfillWrapFlushCallback=Z.prototype.polyfillWrapFlushCallback;var lt={};var at=window.customElements;function ct(){var e=new I;!function(e){function n(){var n=this.constructor,o=document.__CE_registry.C.get(n);if(!o)throw Error("Failed to construct a custom element: The constructor was not registered with `customElements`.");var r=o.constructionStack;if(0===r.length)return r=t.call(document,o.localName),Object.setPrototypeOf(r,n.prototype),r.__CE_state=1,r.__CE_definition=o,z(e,r),r;var i=r.length-1,l=r[i];if(l===lt)throw Error("Failed to construct '"+o.localName+"': This element was already constructed.");return r[i]=lt,Object.setPrototypeOf(l,n.prototype),z(e,l),l}n.prototype=F.prototype,Object.defineProperty(HTMLElement.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:n}),window.HTMLElement=n}(e),function(t){Document.prototype.createElement=function(e){return X(t,this,e,null)},Document.prototype.importNode=function(e,o){return e=n.call(this,e,!!o),this.__CE_registry?G(t,e):U(t,e),e},Document.prototype.createElementNS=function(e,n){return X(t,this,n,e)},rt(t,Document.prototype,{prepend:o,append:r})}(e),rt(e,DocumentFragment.prototype,{prepend:i,append:l}),function(t){function e(e,n){Object.defineProperty(e,"textContent",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(e){if(this.nodeType===Node.TEXT_NODE)n.set.call(this,e);else{var o=void 0;if(this.firstChild){var r=this.childNodes,i=r.length;if(0<i&&P(this)){o=Array(i);for(var l=0;l<i;l++)o[l]=r[l]}}if(n.set.call(this,e),o)for(e=0;e<o.length;e++)q(t,o[e])}}})}Node.prototype.insertBefore=function(e,n){if(e instanceof DocumentFragment){var o=W(e);if(e=s.call(this,e,n),P(this))for(n=0;n<o.length;n++)J(t,o[n]);return e}return o=e instanceof Element&&P(e),n=s.call(this,e,n),o&&q(t,e),P(this)&&J(t,e),n},Node.prototype.appendChild=function(e){if(e instanceof DocumentFragment){var n=W(e);if(e=c.call(this,e),P(this))for(var o=0;o<n.length;o++)J(t,n[o]);return e}return n=e instanceof Element&&P(e),o=c.call(this,e),n&&q(t,e),P(this)&&J(t,e),o},Node.prototype.cloneNode=function(e){return e=a.call(this,!!e),this.ownerDocument.__CE_registry?G(t,e):U(t,e),e},Node.prototype.removeChild=function(e){var n=e instanceof Element&&P(e),o=u.call(this,e);return n&&q(t,e),o},Node.prototype.replaceChild=function(e,n){if(e instanceof DocumentFragment){var o=W(e);if(e=d.call(this,e,n),P(this))for(q(t,n),n=0;n<o.length;n++)J(t,o[n]);return e}o=e instanceof Element&&P(e);var r=d.call(this,e,n),i=P(this);return i&&q(t,n),o&&q(t,e),i&&J(t,e),r},h&&h.get?e(Node.prototype,h):function(t,e){t.j=!0,t.m.push(e)}(t,(function(t){e(t,{enumerable:!0,configurable:!0,get:function(){for(var t=[],e=this.firstChild;e;e=e.nextSibling)e.nodeType!==Node.COMMENT_NODE&&t.push(e.textContent);return t.join("")},set:function(t){for(;this.firstChild;)u.call(this,this.firstChild);null!=t&&""!==t&&c.call(this,document.createTextNode(t))}})}))}(e),it(e),window.CustomElementRegistry=Z,e=new Z(e),document.__CE_registry=e,Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:e})}at&&!at.forcePolyfill&&"function"==typeof at.define&&"function"==typeof at.get||ct(),window.__CE_installPolyfill=ct}).call(self)}}]);
|
|
14
|
+
(window.webpackJsonp=window.webpackJsonp||[]).push([[16],{190:function(t,e,n){"use strict";n.r(e);n(199),n(200),n(201),n(202);var{customElements:o}=window,r=!1,i=null;function l(){window.HTMLTemplateElement.bootstrap&&window.HTMLTemplateElement.bootstrap(window.document),i&&i(),r=!0,document.dispatchEvent(new CustomEvent("WebComponentsReady",{bubbles:!0}))}o.polyfillWrapFlushCallback&&o.polyfillWrapFlushCallback(t=>{i=t,r&&t()}),"complete"!==document.readyState?(window.addEventListener("load",l),window.addEventListener("DOMContentLoaded",()=>{window.removeEventListener("load",l),l()})):l()},199:function(t,e){},200:function(t,e){},201:function(t,e){},202:function(t,e){(function(){"use strict";var t=window.Document.prototype.createElement,e=window.Document.prototype.createElementNS,n=window.Document.prototype.importNode,o=window.Document.prototype.prepend,r=window.Document.prototype.append,i=window.DocumentFragment.prototype.prepend,l=window.DocumentFragment.prototype.append,a=window.Node.prototype.cloneNode,c=window.Node.prototype.appendChild,s=window.Node.prototype.insertBefore,u=window.Node.prototype.removeChild,d=window.Node.prototype.replaceChild,h=Object.getOwnPropertyDescriptor(window.Node.prototype,"textContent"),f=window.Element.prototype.attachShadow,p=Object.getOwnPropertyDescriptor(window.Element.prototype,"innerHTML"),m=window.Element.prototype.getAttribute,w=window.Element.prototype.setAttribute,v=window.Element.prototype.removeAttribute,y=window.Element.prototype.toggleAttribute,E=window.Element.prototype.getAttributeNS,g=window.Element.prototype.setAttributeNS,b=window.Element.prototype.removeAttributeNS,_=window.Element.prototype.insertAdjacentElement,C=window.Element.prototype.insertAdjacentHTML,N=window.Element.prototype.prepend,T=window.Element.prototype.append,D=window.Element.prototype.before,k=window.Element.prototype.after,S=window.Element.prototype.replaceWith,A=window.Element.prototype.remove,F=window.HTMLElement,L=Object.getOwnPropertyDescriptor(window.HTMLElement.prototype,"innerHTML"),M=window.HTMLElement.prototype.insertAdjacentElement,O=window.HTMLElement.prototype.insertAdjacentHTML,j=new Set;function H(t){var e=j.has(t);return t=/^[a-z][.0-9_a-z]*-[-.0-9_a-z]*$/.test(t),!e&&t}"annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" ").forEach((function(t){return j.add(t)}));var x=document.contains?document.contains.bind(document):document.documentElement.contains.bind(document.documentElement);function P(t){var e=t.isConnected;if(void 0!==e)return e;if(x(t))return!0;for(;t&&!(t.__CE_isImportDocument||t instanceof Document);)t=t.parentNode||(window.ShadowRoot&&t instanceof ShadowRoot?t.host:void 0);return!(!t||!(t.__CE_isImportDocument||t instanceof Document))}function W(t){var e=t.children;if(e)return Array.prototype.slice.call(e);for(e=[],t=t.firstChild;t;t=t.nextSibling)t.nodeType===Node.ELEMENT_NODE&&e.push(t);return e}function R(t,e){for(;e&&e!==t&&!e.nextSibling;)e=e.parentNode;return e&&e!==t?e.nextSibling:null}function I(){var t=!(null==at||!at.noDocumentConstructionObserver),e=!(null==at||!at.shadyDomFastWalk);this.m=[],this.g=[],this.j=!1,this.shadyDomFastWalk=e,this.I=!t}function B(t,e,n,o){var r=window.ShadyDOM;if(t.shadyDomFastWalk&&r&&r.inUse){if(e.nodeType===Node.ELEMENT_NODE&&n(e),e.querySelectorAll)for(t=r.nativeMethods.querySelectorAll.call(e,"*"),e=0;e<t.length;e++)n(t[e])}else!function t(e,n,o){for(var r=e;r;){if(r.nodeType===Node.ELEMENT_NODE){var i=r;n(i);var l=i.localName;if("link"===l&&"import"===i.getAttribute("rel")){if(r=i.import,void 0===o&&(o=new Set),r instanceof Node&&!o.has(r))for(o.add(r),r=r.firstChild;r;r=r.nextSibling)t(r,n,o);r=R(e,i);continue}if("template"===l){r=R(e,i);continue}if(i=i.__CE_shadowRoot)for(i=i.firstChild;i;i=i.nextSibling)t(i,n,o)}r=r.firstChild?r.firstChild:R(e,r)}}(e,n,o)}function U(t,e){t.j&&B(t,e,(function(e){return z(t,e)}))}function z(t,e){if(t.j&&!e.__CE_patched){e.__CE_patched=!0;for(var n=0;n<t.m.length;n++)t.m[n](e);for(n=0;n<t.g.length;n++)t.g[n](e)}}function J(t,e){var n=[];for(B(t,e,(function(t){return n.push(t)})),e=0;e<n.length;e++){var o=n[e];1===o.__CE_state?t.connectedCallback(o):V(t,o)}}function q(t,e){var n=[];for(B(t,e,(function(t){return n.push(t)})),e=0;e<n.length;e++){var o=n[e];1===o.__CE_state&&t.disconnectedCallback(o)}}function G(t,e,n){var o=(n=void 0===n?{}:n).J,r=n.upgrade||function(e){return V(t,e)},i=[];for(B(t,e,(function(e){if(t.j&&z(t,e),"link"===e.localName&&"import"===e.getAttribute("rel")){var n=e.import;n instanceof Node&&(n.__CE_isImportDocument=!0,n.__CE_registry=document.__CE_registry),n&&"complete"===n.readyState?n.__CE_documentLoadHandled=!0:e.addEventListener("load",(function(){var n=e.import;if(!n.__CE_documentLoadHandled){n.__CE_documentLoadHandled=!0;var i=new Set;o&&(o.forEach((function(t){return i.add(t)})),i.delete(n)),G(t,n,{J:i,upgrade:r})}}))}else i.push(e)}),o),e=0;e<i.length;e++)r(i[e])}function V(t,e){try{var n=e.ownerDocument,o=n.__CE_registry,r=o&&(n.defaultView||n.__CE_isImportDocument)?ot(o,e.localName):void 0;if(r&&void 0===e.__CE_state){r.constructionStack.push(e);try{try{if(new r.constructorFunction!==e)throw Error("The custom element constructor did not produce the element being upgraded.")}finally{r.constructionStack.pop()}}catch(t){throw e.__CE_state=2,t}if(e.__CE_state=1,e.__CE_definition=r,r.attributeChangedCallback&&e.hasAttributes()){var i=r.observedAttributes;for(r=0;r<i.length;r++){var l=i[r],a=e.getAttribute(l);null!==a&&t.attributeChangedCallback(e,l,null,a,null)}}P(e)&&t.connectedCallback(e)}}catch(t){$(t)}}function X(n,o,r,i){var l=o.__CE_registry;if(l&&(null===i||"http://www.w3.org/1999/xhtml"===i)&&(l=ot(l,r)))try{var a=new l.constructorFunction;if(void 0===a.__CE_state||void 0===a.__CE_definition)throw Error("Failed to construct '"+r+"': The returned value was not constructed with the HTMLElement constructor.");if("http://www.w3.org/1999/xhtml"!==a.namespaceURI)throw Error("Failed to construct '"+r+"': The constructed element's namespace must be the HTML namespace.");if(a.hasAttributes())throw Error("Failed to construct '"+r+"': The constructed element must not have any attributes.");if(null!==a.firstChild)throw Error("Failed to construct '"+r+"': The constructed element must not have any children.");if(null!==a.parentNode)throw Error("Failed to construct '"+r+"': The constructed element must not have a parent node.");if(a.ownerDocument!==o)throw Error("Failed to construct '"+r+"': The constructed element's owner document is incorrect.");if(a.localName!==r)throw Error("Failed to construct '"+r+"': The constructed element's local name is incorrect.");return a}catch(l){return $(l),o=null===i?t.call(o,r):e.call(o,i,r),Object.setPrototypeOf(o,HTMLUnknownElement.prototype),o.__CE_state=2,o.__CE_definition=void 0,z(n,o),o}return z(n,o=null===i?t.call(o,r):e.call(o,i,r)),o}function $(t){var e="",n="",o=0,r=0;t instanceof Error?(e=t.message,n=t.sourceURL||t.fileName||"",o=t.line||t.lineNumber||0,r=t.column||t.columnNumber||0):e="Uncaught "+String(t);var i=void 0;void 0===ErrorEvent.prototype.initErrorEvent?i=new ErrorEvent("error",{cancelable:!0,message:e,filename:n,lineno:o,colno:r,error:t}):((i=document.createEvent("ErrorEvent")).initErrorEvent("error",!1,!0,e,n,o),i.preventDefault=function(){Object.defineProperty(this,"defaultPrevented",{configurable:!0,get:function(){return!0}})}),void 0===i.error&&Object.defineProperty(i,"error",{configurable:!0,enumerable:!0,get:function(){return t}}),window.dispatchEvent(i),i.defaultPrevented||console.error(t)}function K(){var t=this;this.g=void 0,this.F=new Promise((function(e){t.l=e}))}function Q(t){var e=document;this.l=void 0,this.h=t,this.g=e,G(this.h,this.g),"loading"===this.g.readyState&&(this.l=new MutationObserver(this.G.bind(this)),this.l.observe(this.g,{childList:!0,subtree:!0}))}function Y(t){t.l&&t.l.disconnect()}function Z(t){this.s=new Map,this.u=new Map,this.C=new Map,this.A=!1,this.B=new Map,this.o=function(t){return t()},this.i=!1,this.v=[],this.h=t,this.D=t.I?new Q(t):void 0}function tt(t,e){if(!H(e))throw new SyntaxError("The element name '"+e+"' is not valid.");if(ot(t,e))throw Error("A custom element with name '"+e+"' has already been defined.");if(t.A)throw Error("A custom element is already being defined.")}function et(t,e,n){var o;t.A=!0;try{var r=n.prototype;if(!(r instanceof Object))throw new TypeError("The custom element constructor's prototype is not an object.");var i=function(t){var e=r[t];if(void 0!==e&&!(e instanceof Function))throw Error("The '"+t+"' callback must be a function.");return e},l=i("connectedCallback"),a=i("disconnectedCallback"),c=i("adoptedCallback"),s=(o=i("attributeChangedCallback"))&&n.observedAttributes||[]}catch(t){throw t}finally{t.A=!1}return n={localName:e,constructorFunction:n,connectedCallback:l,disconnectedCallback:a,adoptedCallback:c,attributeChangedCallback:o,observedAttributes:s,constructionStack:[]},t.u.set(e,n),t.C.set(n.constructorFunction,n),n}function nt(t){if(!1!==t.i){t.i=!1;for(var e=[],n=t.v,o=new Map,r=0;r<n.length;r++)o.set(n[r],[]);for(G(t.h,document,{upgrade:function(n){if(void 0===n.__CE_state){var r=n.localName,i=o.get(r);i?i.push(n):t.u.has(r)&&e.push(n)}}}),r=0;r<e.length;r++)V(t.h,e[r]);for(r=0;r<n.length;r++){for(var i=n[r],l=o.get(i),a=0;a<l.length;a++)V(t.h,l[a]);(i=t.B.get(i))&&i.resolve(void 0)}n.length=0}}function ot(t,e){var n=t.u.get(e);if(n)return n;if(n=t.s.get(e)){t.s.delete(e);try{return et(t,e,n())}catch(t){$(t)}}}function rt(t,e,n){function o(e){return function(n){for(var o=[],r=0;r<arguments.length;++r)o[r]=arguments[r];r=[];for(var i=[],l=0;l<o.length;l++){var a=o[l];if(a instanceof Element&&P(a)&&i.push(a),a instanceof DocumentFragment)for(a=a.firstChild;a;a=a.nextSibling)r.push(a);else r.push(a)}for(e.apply(this,o),o=0;o<i.length;o++)q(t,i[o]);if(P(this))for(o=0;o<r.length;o++)(i=r[o])instanceof Element&&J(t,i)}}void 0!==n.prepend&&(e.prepend=o(n.prepend)),void 0!==n.append&&(e.append=o(n.append))}function it(t){function n(e,n){Object.defineProperty(e,"innerHTML",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(e){var o=this,r=void 0;if(P(this)&&(r=[],B(t,this,(function(t){t!==o&&r.push(t)}))),n.set.call(this,e),r)for(var i=0;i<r.length;i++){var l=r[i];1===l.__CE_state&&t.disconnectedCallback(l)}return this.ownerDocument.__CE_registry?G(t,this):U(t,this),e}})}function o(e,n){e.insertAdjacentElement=function(e,o){var r=P(o);return e=n.call(this,e,o),r&&q(t,o),P(e)&&J(t,o),e}}function r(e,n){function o(e,n){for(var o=[];e!==n;e=e.nextSibling)o.push(e);for(n=0;n<o.length;n++)G(t,o[n])}e.insertAdjacentHTML=function(t,e){if("beforebegin"===(t=t.toLowerCase())){var r=this.previousSibling;n.call(this,t,e),o(r||this.parentNode.firstChild,this)}else if("afterbegin"===t)r=this.firstChild,n.call(this,t,e),o(this.firstChild,r);else if("beforeend"===t)r=this.lastChild,n.call(this,t,e),o(r||this.firstChild,null);else{if("afterend"!==t)throw new SyntaxError("The value provided ("+String(t)+") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");r=this.nextSibling,n.call(this,t,e),o(this.nextSibling,r)}}}f&&(Element.prototype.attachShadow=function(e){if(e=f.call(this,e),t.j&&!e.__CE_patched){e.__CE_patched=!0;for(var n=0;n<t.m.length;n++)t.m[n](e)}return this.__CE_shadowRoot=e}),p&&p.get?n(Element.prototype,p):L&&L.get?n(HTMLElement.prototype,L):function(t,e){t.j=!0,t.g.push(e)}(t,(function(t){n(t,{enumerable:!0,configurable:!0,get:function(){return a.call(this,!0).innerHTML},set:function(t){var n="template"===this.localName,o=n?this.content:this,r=e.call(document,this.namespaceURI,this.localName);for(r.innerHTML=t;0<o.childNodes.length;)u.call(o,o.childNodes[0]);for(t=n?r.content:r;0<t.childNodes.length;)c.call(o,t.childNodes[0])}})})),Element.prototype.setAttribute=function(e,n){if(1!==this.__CE_state)return w.call(this,e,n);var o=m.call(this,e);w.call(this,e,n),n=m.call(this,e),t.attributeChangedCallback(this,e,o,n,null)},Element.prototype.setAttributeNS=function(e,n,o){if(1!==this.__CE_state)return g.call(this,e,n,o);var r=E.call(this,e,n);g.call(this,e,n,o),o=E.call(this,e,n),t.attributeChangedCallback(this,n,r,o,e)},Element.prototype.removeAttribute=function(e){if(1!==this.__CE_state)return v.call(this,e);var n=m.call(this,e);v.call(this,e),null!==n&&t.attributeChangedCallback(this,e,n,null,null)},y&&(Element.prototype.toggleAttribute=function(e,n){if(1!==this.__CE_state)return y.call(this,e,n);var o=m.call(this,e);return null!==o!==(n=y.call(this,e,n))&&t.attributeChangedCallback(this,e,o,n?"":null,null),n}),Element.prototype.removeAttributeNS=function(e,n){if(1!==this.__CE_state)return b.call(this,e,n);var o=E.call(this,e,n);b.call(this,e,n);var r=E.call(this,e,n);o!==r&&t.attributeChangedCallback(this,n,o,r,e)},M?o(HTMLElement.prototype,M):_&&o(Element.prototype,_),O?r(HTMLElement.prototype,O):C&&r(Element.prototype,C),rt(t,Element.prototype,{prepend:N,append:T}),function(t){function e(e){return function(n){for(var o=[],r=0;r<arguments.length;++r)o[r]=arguments[r];r=[];for(var i=[],l=0;l<o.length;l++){var a=o[l];if(a instanceof Element&&P(a)&&i.push(a),a instanceof DocumentFragment)for(a=a.firstChild;a;a=a.nextSibling)r.push(a);else r.push(a)}for(e.apply(this,o),o=0;o<i.length;o++)q(t,i[o]);if(P(this))for(o=0;o<r.length;o++)(i=r[o])instanceof Element&&J(t,i)}}var n=Element.prototype;void 0!==D&&(n.before=e(D)),void 0!==k&&(n.after=e(k)),void 0!==S&&(n.replaceWith=function(e){for(var n=[],o=0;o<arguments.length;++o)n[o]=arguments[o];o=[];for(var r=[],i=0;i<n.length;i++){var l=n[i];if(l instanceof Element&&P(l)&&r.push(l),l instanceof DocumentFragment)for(l=l.firstChild;l;l=l.nextSibling)o.push(l);else o.push(l)}for(i=P(this),S.apply(this,n),n=0;n<r.length;n++)q(t,r[n]);if(i)for(q(t,this),n=0;n<o.length;n++)(r=o[n])instanceof Element&&J(t,r)}),void 0!==A&&(n.remove=function(){var e=P(this);A.call(this),e&&q(t,this)})}(t)}I.prototype.connectedCallback=function(t){var e=t.__CE_definition;if(e.connectedCallback)try{e.connectedCallback.call(t)}catch(t){$(t)}},I.prototype.disconnectedCallback=function(t){var e=t.__CE_definition;if(e.disconnectedCallback)try{e.disconnectedCallback.call(t)}catch(t){$(t)}},I.prototype.attributeChangedCallback=function(t,e,n,o,r){var i=t.__CE_definition;if(i.attributeChangedCallback&&-1<i.observedAttributes.indexOf(e))try{i.attributeChangedCallback.call(t,e,n,o,r)}catch(t){$(t)}},K.prototype.resolve=function(t){if(this.g)throw Error("Already resolved.");this.g=t,this.l(t)},Q.prototype.G=function(t){var e=this.g.readyState;for("interactive"!==e&&"complete"!==e||Y(this),e=0;e<t.length;e++)for(var n=t[e].addedNodes,o=0;o<n.length;o++)G(this.h,n[o])},Z.prototype.H=function(t,e){var n=this;if(!(e instanceof Function))throw new TypeError("Custom element constructor getters must be functions.");tt(this,t),this.s.set(t,e),this.v.push(t),this.i||(this.i=!0,this.o((function(){return nt(n)})))},Z.prototype.define=function(t,e){var n=this;if(!(e instanceof Function))throw new TypeError("Custom element constructors must be functions.");tt(this,t),et(this,t,e),this.v.push(t),this.i||(this.i=!0,this.o((function(){return nt(n)})))},Z.prototype.upgrade=function(t){G(this.h,t)},Z.prototype.get=function(t){if(t=ot(this,t))return t.constructorFunction},Z.prototype.whenDefined=function(t){if(!H(t))return Promise.reject(new SyntaxError("'"+t+"' is not a valid custom element name."));var e=this.B.get(t);if(e)return e.F;e=new K,this.B.set(t,e);var n=this.u.has(t)||this.s.has(t);return t=-1===this.v.indexOf(t),n&&t&&e.resolve(void 0),e.F},Z.prototype.polyfillWrapFlushCallback=function(t){this.D&&Y(this.D);var e=this.o;this.o=function(n){return t((function(){return e(n)}))}},Z.prototype.define=Z.prototype.define,Z.prototype.upgrade=Z.prototype.upgrade,Z.prototype.get=Z.prototype.get,Z.prototype.whenDefined=Z.prototype.whenDefined,Z.prototype.polyfillDefineLazy=Z.prototype.H,Z.prototype.polyfillWrapFlushCallback=Z.prototype.polyfillWrapFlushCallback;var lt={};var at=window.customElements;function ct(){var e=new I;!function(e){function n(){var n=this.constructor,o=document.__CE_registry.C.get(n);if(!o)throw Error("Failed to construct a custom element: The constructor was not registered with `customElements`.");var r=o.constructionStack;if(0===r.length)return r=t.call(document,o.localName),Object.setPrototypeOf(r,n.prototype),r.__CE_state=1,r.__CE_definition=o,z(e,r),r;var i=r.length-1,l=r[i];if(l===lt)throw Error("Failed to construct '"+o.localName+"': This element was already constructed.");return r[i]=lt,Object.setPrototypeOf(l,n.prototype),z(e,l),l}n.prototype=F.prototype,Object.defineProperty(HTMLElement.prototype,"constructor",{writable:!0,configurable:!0,enumerable:!1,value:n}),window.HTMLElement=n}(e),function(t){Document.prototype.createElement=function(e){return X(t,this,e,null)},Document.prototype.importNode=function(e,o){return e=n.call(this,e,!!o),this.__CE_registry?G(t,e):U(t,e),e},Document.prototype.createElementNS=function(e,n){return X(t,this,n,e)},rt(t,Document.prototype,{prepend:o,append:r})}(e),rt(e,DocumentFragment.prototype,{prepend:i,append:l}),function(t){function e(e,n){Object.defineProperty(e,"textContent",{enumerable:n.enumerable,configurable:!0,get:n.get,set:function(e){if(this.nodeType===Node.TEXT_NODE)n.set.call(this,e);else{var o=void 0;if(this.firstChild){var r=this.childNodes,i=r.length;if(0<i&&P(this)){o=Array(i);for(var l=0;l<i;l++)o[l]=r[l]}}if(n.set.call(this,e),o)for(e=0;e<o.length;e++)q(t,o[e])}}})}Node.prototype.insertBefore=function(e,n){if(e instanceof DocumentFragment){var o=W(e);if(e=s.call(this,e,n),P(this))for(n=0;n<o.length;n++)J(t,o[n]);return e}return o=e instanceof Element&&P(e),n=s.call(this,e,n),o&&q(t,e),P(this)&&J(t,e),n},Node.prototype.appendChild=function(e){if(e instanceof DocumentFragment){var n=W(e);if(e=c.call(this,e),P(this))for(var o=0;o<n.length;o++)J(t,n[o]);return e}return n=e instanceof Element&&P(e),o=c.call(this,e),n&&q(t,e),P(this)&&J(t,e),o},Node.prototype.cloneNode=function(e){return e=a.call(this,!!e),this.ownerDocument.__CE_registry?G(t,e):U(t,e),e},Node.prototype.removeChild=function(e){var n=e instanceof Element&&P(e),o=u.call(this,e);return n&&q(t,e),o},Node.prototype.replaceChild=function(e,n){if(e instanceof DocumentFragment){var o=W(e);if(e=d.call(this,e,n),P(this))for(q(t,n),n=0;n<o.length;n++)J(t,o[n]);return e}o=e instanceof Element&&P(e);var r=d.call(this,e,n),i=P(this);return i&&q(t,n),o&&q(t,e),i&&J(t,e),r},h&&h.get?e(Node.prototype,h):function(t,e){t.j=!0,t.m.push(e)}(t,(function(t){e(t,{enumerable:!0,configurable:!0,get:function(){for(var t=[],e=this.firstChild;e;e=e.nextSibling)e.nodeType!==Node.COMMENT_NODE&&t.push(e.textContent);return t.join("")},set:function(t){for(;this.firstChild;)u.call(this,this.firstChild);null!=t&&""!==t&&c.call(this,document.createTextNode(t))}})}))}(e),it(e),window.CustomElementRegistry=Z,e=new Z(e),document.__CE_registry=e,Object.defineProperty(window,"customElements",{configurable:!0,enumerable:!0,value:e})}at&&!at.forcePolyfill&&"function"==typeof at.define&&"function"==typeof at.get||ct(),window.__CE_installPolyfill=ct}).call(self)}}]);
|
data/assets/version.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-hydejack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 9.
|
|
4
|
+
version: 9.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Florian Klampfer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-09-
|
|
11
|
+
date: 2024-09-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -132,8 +132,10 @@ files:
|
|
|
132
132
|
- _includes/my-comments.html
|
|
133
133
|
- _includes/my-head.html
|
|
134
134
|
- _includes/my-scripts.html
|
|
135
|
-
- _includes/
|
|
135
|
+
- _includes/pro/dark-mode-fix.html
|
|
136
136
|
- _includes/scripts/cssrelpreload.min.js
|
|
137
|
+
- _includes/scripts/dark-mode-fix.js
|
|
138
|
+
- _includes/scripts/dark-mode-fix.min.js
|
|
137
139
|
- _includes/scripts/load-js.js
|
|
138
140
|
- _includes/scripts/load-js.min.js
|
|
139
141
|
- _includes/scripts/loadCSS.min.js
|
|
@@ -151,6 +153,7 @@ files:
|
|
|
151
153
|
- _includes/templates/index.html
|
|
152
154
|
- _includes/templates/loading.html
|
|
153
155
|
- _includes/templates/permalink.html
|
|
156
|
+
- _includes/templates/pro/dark-mode.html
|
|
154
157
|
- _layouts/about.html
|
|
155
158
|
- _layouts/base.html
|
|
156
159
|
- _layouts/blog.html
|
|
@@ -248,6 +251,10 @@ files:
|
|
|
248
251
|
- _sass/pooleparty/_related.pre.scss
|
|
249
252
|
- _sass/pooleparty/_table.pre.scss
|
|
250
253
|
- _sass/pooleparty/_type.pre.scss
|
|
254
|
+
- _sass/pro/_dark-mode-dynamic-syntax.scss
|
|
255
|
+
- _sass/pro/_dark-mode-dynamic.scss
|
|
256
|
+
- _sass/pro/_dark-mode.scss
|
|
257
|
+
- _sass/pro/_syntax-dark.scss
|
|
251
258
|
- _sass/tippyjs/_mixins.scss
|
|
252
259
|
- _sass/tippyjs/_vars.scss
|
|
253
260
|
- _sass/tippyjs/animations/fade.scss
|
|
@@ -441,7 +448,7 @@ files:
|
|
|
441
448
|
- assets/bower_components/katex/docs/cli.md.template
|
|
442
449
|
- assets/bower_components/katex/flow-typed/npm/jest_v24.x.x.js
|
|
443
450
|
- assets/bower_components/katex/yarn.lock
|
|
444
|
-
- assets/css/hydejack-9.
|
|
451
|
+
- assets/css/hydejack-9.2.0.css
|
|
445
452
|
- assets/icomoon/fonts/icomoon.eot
|
|
446
453
|
- assets/icomoon/fonts/icomoon.svg
|
|
447
454
|
- assets/icomoon/fonts/icomoon.ttf
|
|
@@ -461,41 +468,41 @@ files:
|
|
|
461
468
|
- assets/img/sidebar-bg.jpg
|
|
462
469
|
- assets/img/swipe.svg
|
|
463
470
|
- assets/js/.gitkeep
|
|
464
|
-
- assets/js/LEGACY-clap-button-hydejack-9.
|
|
465
|
-
- assets/js/LEGACY-drawer-hydejack-9.
|
|
466
|
-
- assets/js/LEGACY-fetch-hydejack-9.
|
|
467
|
-
- assets/js/LEGACY-hydejack-9.
|
|
468
|
-
- assets/js/LEGACY-navbar-hydejack-9.
|
|
469
|
-
- assets/js/LEGACY-push-state-hydejack-9.
|
|
470
|
-
- assets/js/LEGACY-resize-observer-hydejack-9.
|
|
471
|
-
- assets/js/LEGACY-shadydom-hydejack-9.
|
|
472
|
-
- assets/js/LEGACY-vendors~clap-button-hydejack-9.
|
|
473
|
-
- assets/js/LEGACY-vendors~drawer-hydejack-9.
|
|
474
|
-
- assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.
|
|
475
|
-
- assets/js/LEGACY-vendors~fetch-hydejack-9.
|
|
476
|
-
- assets/js/LEGACY-vendors~intersection-observer-hydejack-9.
|
|
477
|
-
- assets/js/LEGACY-vendors~push-state-hydejack-9.
|
|
478
|
-
- assets/js/LEGACY-vendors~shadydom-hydejack-9.
|
|
479
|
-
- assets/js/LEGACY-vendors~webanimations-hydejack-9.
|
|
480
|
-
- assets/js/LEGACY-vendors~webcomponents-hydejack-9.
|
|
481
|
-
- assets/js/LEGACY-webcomponents-hydejack-9.
|
|
482
|
-
- assets/js/clap-button-hydejack-9.
|
|
483
|
-
- assets/js/drawer-hydejack-9.
|
|
484
|
-
- assets/js/fetch-hydejack-9.
|
|
485
|
-
- assets/js/hydejack-9.
|
|
486
|
-
- assets/js/navbar-hydejack-9.
|
|
487
|
-
- assets/js/push-state-hydejack-9.
|
|
488
|
-
- assets/js/resize-observer-hydejack-9.
|
|
489
|
-
- assets/js/shadydom-hydejack-9.
|
|
490
|
-
- assets/js/vendors~clap-button-hydejack-9.
|
|
491
|
-
- assets/js/vendors~drawer-hydejack-9.
|
|
492
|
-
- assets/js/vendors~drawer~push-state-hydejack-9.
|
|
493
|
-
- assets/js/vendors~fetch-hydejack-9.
|
|
494
|
-
- assets/js/vendors~intersection-observer-hydejack-9.
|
|
495
|
-
- assets/js/vendors~push-state-hydejack-9.
|
|
496
|
-
- assets/js/vendors~shadydom-hydejack-9.
|
|
497
|
-
- assets/js/vendors~webanimations-hydejack-9.
|
|
498
|
-
- assets/js/webcomponents-hydejack-9.
|
|
471
|
+
- assets/js/LEGACY-clap-button-hydejack-9.2.0.js
|
|
472
|
+
- assets/js/LEGACY-drawer-hydejack-9.2.0.js
|
|
473
|
+
- assets/js/LEGACY-fetch-hydejack-9.2.0.js
|
|
474
|
+
- assets/js/LEGACY-hydejack-9.2.0.js
|
|
475
|
+
- assets/js/LEGACY-navbar-hydejack-9.2.0.js
|
|
476
|
+
- assets/js/LEGACY-push-state-hydejack-9.2.0.js
|
|
477
|
+
- assets/js/LEGACY-resize-observer-hydejack-9.2.0.js
|
|
478
|
+
- assets/js/LEGACY-shadydom-hydejack-9.2.0.js
|
|
479
|
+
- assets/js/LEGACY-vendors~clap-button-hydejack-9.2.0.js
|
|
480
|
+
- assets/js/LEGACY-vendors~drawer-hydejack-9.2.0.js
|
|
481
|
+
- assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.2.0.js
|
|
482
|
+
- assets/js/LEGACY-vendors~fetch-hydejack-9.2.0.js
|
|
483
|
+
- assets/js/LEGACY-vendors~intersection-observer-hydejack-9.2.0.js
|
|
484
|
+
- assets/js/LEGACY-vendors~push-state-hydejack-9.2.0.js
|
|
485
|
+
- assets/js/LEGACY-vendors~shadydom-hydejack-9.2.0.js
|
|
486
|
+
- assets/js/LEGACY-vendors~webanimations-hydejack-9.2.0.js
|
|
487
|
+
- assets/js/LEGACY-vendors~webcomponents-hydejack-9.2.0.js
|
|
488
|
+
- assets/js/LEGACY-webcomponents-hydejack-9.2.0.js
|
|
489
|
+
- assets/js/clap-button-hydejack-9.2.0.js
|
|
490
|
+
- assets/js/drawer-hydejack-9.2.0.js
|
|
491
|
+
- assets/js/fetch-hydejack-9.2.0.js
|
|
492
|
+
- assets/js/hydejack-9.2.0.js
|
|
493
|
+
- assets/js/navbar-hydejack-9.2.0.js
|
|
494
|
+
- assets/js/push-state-hydejack-9.2.0.js
|
|
495
|
+
- assets/js/resize-observer-hydejack-9.2.0.js
|
|
496
|
+
- assets/js/shadydom-hydejack-9.2.0.js
|
|
497
|
+
- assets/js/vendors~clap-button-hydejack-9.2.0.js
|
|
498
|
+
- assets/js/vendors~drawer-hydejack-9.2.0.js
|
|
499
|
+
- assets/js/vendors~drawer~push-state-hydejack-9.2.0.js
|
|
500
|
+
- assets/js/vendors~fetch-hydejack-9.2.0.js
|
|
501
|
+
- assets/js/vendors~intersection-observer-hydejack-9.2.0.js
|
|
502
|
+
- assets/js/vendors~push-state-hydejack-9.2.0.js
|
|
503
|
+
- assets/js/vendors~shadydom-hydejack-9.2.0.js
|
|
504
|
+
- assets/js/vendors~webanimations-hydejack-9.2.0.js
|
|
505
|
+
- assets/js/webcomponents-hydejack-9.2.0.js
|
|
499
506
|
- assets/site.webmanifest
|
|
500
507
|
- assets/version.json
|
|
501
508
|
- licenses/Apache-2.0.md
|
data/_includes/scripts.html
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
{% unless page.redirect %}
|
|
2
|
-
{% if site.google_analytics %}
|
|
3
|
-
<script>
|
|
4
|
-
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
5
|
-
{% if site.hydejack.cookies_banner %}
|
|
6
|
-
if (navigator.CookiesOK) {
|
|
7
|
-
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
8
|
-
} else if (localStorage && localStorage.getItem('hy:cookiesOK')) {
|
|
9
|
-
ga('create', '{{ site.google_analytics }}', {
|
|
10
|
-
'storage': 'none',
|
|
11
|
-
'clientId': localStorage.getItem('ga:clientId')
|
|
12
|
-
});
|
|
13
|
-
} else {
|
|
14
|
-
ga('create', '{{ site.google_analytics }}', {
|
|
15
|
-
'storage': 'none'
|
|
16
|
-
});
|
|
17
|
-
ga('set', 'forceSSL', true);
|
|
18
|
-
ga('set', 'anonymizeIp', true);
|
|
19
|
-
}
|
|
20
|
-
{% else %}
|
|
21
|
-
ga('create', '{{ site.google_analytics }}', 'auto');
|
|
22
|
-
{% endif %}
|
|
23
|
-
ga('send', 'pageview');
|
|
24
|
-
loadJSDeferred('https://www.google-analytics.com/analytics.js');
|
|
25
|
-
</script>
|
|
26
|
-
{% endif %}
|
|
27
|
-
|
|
28
|
-
<!--[if gt IE 9]><!---->
|
|
29
|
-
{% capture js_url %}{% link assets/js/hydejack-7.5.2.js %}{% endcapture %}
|
|
30
|
-
<script>loadJSDeferred('{{ js_url | relative_url }}');</script>
|
|
31
|
-
{% include my-scripts.html %}
|
|
32
|
-
<!--<![endif]-->
|
|
33
|
-
{% endunless %}
|