@uiengine/ui 3.2.3 → 3.2.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. package/dist/_assets/scripts/{294.882a2cd.js → 167.193a736.js} +1 -1
  2. package/dist/_assets/scripts/93.cc3cad4.js +1 -0
  3. package/dist/_assets/scripts/MainComponent.f61dc42.js +1 -0
  4. package/dist/_assets/scripts/{MainNotFound.6d1c774.js → MainNotFound.5ab1605.js} +1 -1
  5. package/dist/_assets/scripts/MainSearch.1f17be4.js +1 -0
  6. package/dist/_assets/scripts/MainSettings.9269f55.js +1 -0
  7. package/dist/_assets/scripts/MainTemplate.94f5e4c.js +1 -0
  8. package/dist/_assets/scripts/MainTokens.62a48e5.js +1 -0
  9. package/dist/_assets/scripts/inject.6049a15.js +1 -0
  10. package/dist/_assets/scripts/main.e08464c.js +1 -0
  11. package/dist/_assets/scripts/{preview.d570bd8.js → preview.423d07d.js} +1 -1
  12. package/dist/_assets/scripts/runtime.8b862c8.js +1 -0
  13. package/dist/_assets/scripts/{vendor_hljs.7380121.js → vendor_hljs.646ec5e.js} +1 -1
  14. package/dist/_assets/scripts/vendor_other.ee175d0.js +2 -0
  15. package/dist/_assets/scripts/{vendor_other.7066054.js.LICENSE.txt → vendor_other.ee175d0.js.LICENSE.txt} +0 -0
  16. package/dist/_assets/scripts/vendor_vue.c146f1b.js +2 -0
  17. package/dist/_assets/scripts/{vendor_vue.8e9d31b.js.LICENSE.txt → vendor_vue.c146f1b.js.LICENSE.txt} +0 -0
  18. package/dist/_assets/styles/{542.9b6d294.css → 93.9b6d294.css} +0 -0
  19. package/lib/templates/index.ejs +8 -8
  20. package/package.json +25 -25
  21. package/dist/_assets/scripts/542.e85439b.js +0 -1
  22. package/dist/_assets/scripts/MainComponent.eb7d0bc.js +0 -1
  23. package/dist/_assets/scripts/MainSearch.7a100f6.js +0 -1
  24. package/dist/_assets/scripts/MainSettings.7b7c377.js +0 -1
  25. package/dist/_assets/scripts/MainTemplate.654308d.js +0 -1
  26. package/dist/_assets/scripts/MainTokens.1ae8db2.js +0 -1
  27. package/dist/_assets/scripts/inject.32ffe5d.js +0 -1
  28. package/dist/_assets/scripts/main.b39b222.js +0 -1
  29. package/dist/_assets/scripts/runtime.81ab6f4.js +0 -1
  30. package/dist/_assets/scripts/vendor_other.7066054.js +0 -2
  31. package/dist/_assets/scripts/vendor_vue.8e9d31b.js +0 -2
@@ -0,0 +1,2 @@
1
+ /*! For license information please see vendor_other.ee175d0.js.LICENSE.txt */
2
+ (self.webpackChunk_uiengine_ui=self.webpackChunk_uiengine_ui||[]).push([[556],{5611:function(e,t,n){e.exports=n(8696)},6745:function(e){var t;t=function(){return function(){var e={134:function(e,t,n){"use strict";n.d(t,{default:function(){return x}});var r=n(279),i=n.n(r),o=n(370),a=n.n(o),s=n(817),c=n.n(s);function u(e){return u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},u(e)}function l(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}var f=function(){function e(t){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.resolveOptions(t),this.initSelection()}var t,n,r;return t=e,n=[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action=e.action,this.container=e.container,this.emitter=e.emitter,this.target=e.target,this.text=e.text,this.trigger=e.trigger,this.selectedText=""}},{key:"initSelection",value:function(){this.text?this.selectFake():this.target&&this.selectTarget()}},{key:"createFakeElement",value:function(){var e="rtl"===document.documentElement.getAttribute("dir");this.fakeElem=document.createElement("textarea"),this.fakeElem.style.fontSize="12pt",this.fakeElem.style.border="0",this.fakeElem.style.padding="0",this.fakeElem.style.margin="0",this.fakeElem.style.position="absolute",this.fakeElem.style[e?"right":"left"]="-9999px";var t=window.pageYOffset||document.documentElement.scrollTop;return this.fakeElem.style.top="".concat(t,"px"),this.fakeElem.setAttribute("readonly",""),this.fakeElem.value=this.text,this.fakeElem}},{key:"selectFake",value:function(){var e=this,t=this.createFakeElement();this.fakeHandlerCallback=function(){return e.removeFake()},this.fakeHandler=this.container.addEventListener("click",this.fakeHandlerCallback)||!0,this.container.appendChild(t),this.selectedText=c()(t),this.copyText(),this.removeFake()}},{key:"removeFake",value:function(){this.fakeHandler&&(this.container.removeEventListener("click",this.fakeHandlerCallback),this.fakeHandler=null,this.fakeHandlerCallback=null),this.fakeElem&&(this.container.removeChild(this.fakeElem),this.fakeElem=null)}},{key:"selectTarget",value:function(){this.selectedText=c()(this.target),this.copyText()}},{key:"copyText",value:function(){var e;try{e=document.execCommand(this.action)}catch(t){e=!1}this.handleResult(e)}},{key:"handleResult",value:function(e){this.emitter.emit(e?"success":"error",{action:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind(this)})}},{key:"clearSelection",value:function(){this.trigger&&this.trigger.focus(),document.activeElement.blur(),window.getSelection().removeAllRanges()}},{key:"destroy",value:function(){this.removeFake()}},{key:"action",set:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"copy";if(this._action=e,"copy"!==this._action&&"cut"!==this._action)throw new Error('Invalid "action" value, use either "copy" or "cut"')},get:function(){return this._action}},{key:"target",set:function(e){if(void 0!==e){if(!e||"object"!==u(e)||1!==e.nodeType)throw new Error('Invalid "target" value, use a valid Element');if("copy"===this.action&&e.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if("cut"===this.action&&(e.hasAttribute("readonly")||e.hasAttribute("disabled")))throw new Error('Invalid "target" attribute. You can\'t cut text from elements with "readonly" or "disabled" attributes');this._target=e}},get:function(){return this._target}}],n&&l(t.prototype,n),r&&l(t,r),e}(),d=f;function h(e){return h="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},h(e)}function m(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function g(e,t){return g=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},g(e,t)}function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=v(e);if(t){var i=v(this).constructor;n=Reflect.construct(r,arguments,i)}else n=r.apply(this,arguments);return y(this,n)}}function y(e,t){return!t||"object"!==h(t)&&"function"!=typeof t?function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e):t}function v(e){return v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},v(e)}function b(e,t){var n="data-clipboard-".concat(e);if(t.hasAttribute(n))return t.getAttribute(n)}var w=function(e){!function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&g(e,t)}(o,e);var t,n,r,i=p(o);function o(e,t){var n;return function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,o),(n=i.call(this)).resolveOptions(t),n.listenClick(e),n}return t=o,n=[{key:"resolveOptions",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.action="function"==typeof e.action?e.action:this.defaultAction,this.target="function"==typeof e.target?e.target:this.defaultTarget,this.text="function"==typeof e.text?e.text:this.defaultText,this.container="object"===h(e.container)?e.container:document.body}},{key:"listenClick",value:function(e){var t=this;this.listener=a()(e,"click",(function(e){return t.onClick(e)}))}},{key:"onClick",value:function(e){var t=e.delegateTarget||e.currentTarget;this.clipboardAction&&(this.clipboardAction=null),this.clipboardAction=new d({action:this.action(t),target:this.target(t),text:this.text(t),container:this.container,trigger:t,emitter:this})}},{key:"defaultAction",value:function(e){return b("action",e)}},{key:"defaultTarget",value:function(e){var t=b("target",e);if(t)return document.querySelector(t)}},{key:"defaultText",value:function(e){return b("text",e)}},{key:"destroy",value:function(){this.listener.destroy(),this.clipboardAction&&(this.clipboardAction.destroy(),this.clipboardAction=null)}}],r=[{key:"isSupported",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:["copy","cut"],t="string"==typeof e?[e]:e,n=!!document.queryCommandSupported;return t.forEach((function(e){n=n&&!!document.queryCommandSupported(e)})),n}}],n&&m(t.prototype,n),r&&m(t,r),o}(i()),x=w},828:function(e){if("undefined"!=typeof Element&&!Element.prototype.matches){var t=Element.prototype;t.matches=t.matchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector||t.webkitMatchesSelector}e.exports=function(e,t){for(;e&&9!==e.nodeType;){if("function"==typeof e.matches&&e.matches(t))return e;e=e.parentNode}}},438:function(e,t,n){var r=n(828);function i(e,t,n,r,i){var a=o.apply(this,arguments);return e.addEventListener(n,a,i),{destroy:function(){e.removeEventListener(n,a,i)}}}function o(e,t,n,i){return function(n){n.delegateTarget=r(n.target,t),n.delegateTarget&&i.call(e,n)}}e.exports=function(e,t,n,r,o){return"function"==typeof e.addEventListener?i.apply(null,arguments):"function"==typeof n?i.bind(null,document).apply(null,arguments):("string"==typeof e&&(e=document.querySelectorAll(e)),Array.prototype.map.call(e,(function(e){return i(e,t,n,r,o)})))}},879:function(e,t){t.node=function(e){return void 0!==e&&e instanceof HTMLElement&&1===e.nodeType},t.nodeList=function(e){var n=Object.prototype.toString.call(e);return void 0!==e&&("[object NodeList]"===n||"[object HTMLCollection]"===n)&&"length"in e&&(0===e.length||t.node(e[0]))},t.string=function(e){return"string"==typeof e||e instanceof String},t.fn=function(e){return"[object Function]"===Object.prototype.toString.call(e)}},370:function(e,t,n){var r=n(879),i=n(438);e.exports=function(e,t,n){if(!e&&!t&&!n)throw new Error("Missing required arguments");if(!r.string(t))throw new TypeError("Second argument must be a String");if(!r.fn(n))throw new TypeError("Third argument must be a Function");if(r.node(e))return function(e,t,n){return e.addEventListener(t,n),{destroy:function(){e.removeEventListener(t,n)}}}(e,t,n);if(r.nodeList(e))return function(e,t,n){return Array.prototype.forEach.call(e,(function(e){e.addEventListener(t,n)})),{destroy:function(){Array.prototype.forEach.call(e,(function(e){e.removeEventListener(t,n)}))}}}(e,t,n);if(r.string(e))return function(e,t,n){return i(document.body,e,t,n)}(e,t,n);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}},817:function(e){e.exports=function(e){var t;if("SELECT"===e.nodeName)e.focus(),t=e.value;else if("INPUT"===e.nodeName||"TEXTAREA"===e.nodeName){var n=e.hasAttribute("readonly");n||e.setAttribute("readonly",""),e.select(),e.setSelectionRange(0,e.value.length),n||e.removeAttribute("readonly"),t=e.value}else{e.hasAttribute("contenteditable")&&e.focus();var r=window.getSelection(),i=document.createRange();i.selectNodeContents(e),r.removeAllRanges(),r.addRange(i),t=r.toString()}return t}},279:function(e){function t(){}t.prototype={on:function(e,t,n){var r=this.e||(this.e={});return(r[e]||(r[e]=[])).push({fn:t,ctx:n}),this},once:function(e,t,n){var r=this;function i(){r.off(e,i),t.apply(n,arguments)}return i._=t,this.on(e,i,n)},emit:function(e){for(var t=[].slice.call(arguments,1),n=((this.e||(this.e={}))[e]||[]).slice(),r=0,i=n.length;r<i;r++)n[r].fn.apply(n[r].ctx,t);return this},off:function(e,t){var n=this.e||(this.e={}),r=n[e],i=[];if(r&&t)for(var o=0,a=r.length;o<a;o++)r[o].fn!==t&&r[o].fn._!==t&&i.push(r[o]);return i.length?n[e]=i:delete n[e],this}},e.exports=t,e.exports.TinyEmitter=t}},t={};function n(r){if(t[r])return t[r].exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}return n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,{a:t}),t},n.d=function(e,t){for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n(134)}().default},e.exports=t()},653:function(e){"use strict";var t=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===n}(e)}(e)};var n="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function r(e,t){return!1!==t.clone&&t.isMergeableObject(e)?c((n=e,Array.isArray(n)?[]:{}),e,t):e;var n}function i(e,t,n){return e.concat(t).map((function(e){return r(e,n)}))}function o(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function a(e,t){try{return t in e}catch(e){return!1}}function s(e,t,n){var i={};return n.isMergeableObject(e)&&o(e).forEach((function(t){i[t]=r(e[t],n)})),o(t).forEach((function(o){(function(e,t){return a(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,o)||(a(e,o)&&n.isMergeableObject(t[o])?i[o]=function(e,t){if(!t.customMerge)return c;var n=t.customMerge(e);return"function"==typeof n?n:c}(o,n)(e[o],t[o],n):i[o]=r(t[o],n))})),i}function c(e,n,o){(o=o||{}).arrayMerge=o.arrayMerge||i,o.isMergeableObject=o.isMergeableObject||t,o.cloneUnlessOtherwiseSpecified=r;var a=Array.isArray(n);return a===Array.isArray(e)?a?o.arrayMerge(e,n,o):s(e,n,o):r(n,o)}c.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,n){return c(e,n,t)}),{})};var u=c;e.exports=u},1519:function(e,t,n){"use strict";var r=n(3866);function i(e,t){for(var n in t)o(t,n)&&(e[n]=t[n])}function o(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e){r(e)||(e={});for(var t=arguments.length,n=1;n<t;n++){var o=arguments[n];r(o)&&i(e,o)}return e}},281:function(e,t,n){"use strict";function r(e){return Array.isArray?Array.isArray(e):"[object Array]"===l(e)}n.d(t,{Z:function(){return U}});function i(e){return"string"==typeof e}function o(e){return"number"==typeof e}function a(e){return!0===e||!1===e||function(e){return s(e)&&null!==e}(e)&&"[object Boolean]"==l(e)}function s(e){return"object"==typeof e}function c(e){return null!=e}function u(e){return!e.trim().length}function l(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}const f=Object.prototype.hasOwnProperty;class d{constructor(e){this._keys=[],this._keyMap={};let t=0;e.forEach((e=>{let n=h(e);t+=n.weight,this._keys.push(n),this._keyMap[n.id]=n,t+=n.weight})),this._keys.forEach((e=>{e.weight/=t}))}get(e){return this._keyMap[e]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function h(e){let t=null,n=null,o=null,a=1;if(i(e)||r(e))o=e,t=m(e),n=g(e);else{if(!f.call(e,"name"))throw new Error((e=>`Missing ${e} property in key`)("name"));const r=e.name;if(o=r,f.call(e,"weight")&&(a=e.weight,a<=0))throw new Error((e=>`Property 'weight' in key '${e}' must be a positive integer`)(r));t=m(r),n=g(r)}return{path:t,id:n,weight:a,src:o}}function m(e){return r(e)?e:e.split(".")}function g(e){return r(e)?e.join("."):e}var p={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(e,t)=>e.score===t.score?e.idx<t.idx?-1:1:e.score<t.score?-1:1,includeMatches:!1,findAllMatches:!1,minMatchCharLength:1,location:0,threshold:.6,distance:100,...{useExtendedSearch:!1,getFn:function(e,t){let n=[],s=!1;const u=(e,t,l)=>{if(c(e))if(t[l]){const f=e[t[l]];if(!c(f))return;if(l===t.length-1&&(i(f)||o(f)||a(f)))n.push(function(e){return null==e?"":function(e){if("string"==typeof e)return e;let t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(e)}(f));else if(r(f)){s=!0;for(let e=0,n=f.length;e<n;e+=1)u(f[e],t,l+1)}else t.length&&u(f,t,l+1)}else n.push(e)};return u(e,i(t)?t.split("."):t,0),s?n:n[0]},ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1}};const y=/[^ ]+/g;class v{constructor({getFn:e=p.getFn,fieldNormWeight:t=p.fieldNormWeight}={}){this.norm=function(e=1,t=3){const n=new Map,r=Math.pow(10,t);return{get(t){const i=t.match(y).length;if(n.has(i))return n.get(i);const o=1/Math.pow(i,.5*e),a=parseFloat(Math.round(o*r)/r);return n.set(i,a),a},clear(){n.clear()}}}(t,3),this.getFn=e,this.isCreated=!1,this.setIndexRecords()}setSources(e=[]){this.docs=e}setIndexRecords(e=[]){this.records=e}setKeys(e=[]){this.keys=e,this._keysMap={},e.forEach(((e,t)=>{this._keysMap[e.id]=t}))}create(){!this.isCreated&&this.docs.length&&(this.isCreated=!0,i(this.docs[0])?this.docs.forEach(((e,t)=>{this._addString(e,t)})):this.docs.forEach(((e,t)=>{this._addObject(e,t)})),this.norm.clear())}add(e){const t=this.size();i(e)?this._addString(e,t):this._addObject(e,t)}removeAt(e){this.records.splice(e,1);for(let t=e,n=this.size();t<n;t+=1)this.records[t].i-=1}getValueForItemAtKeyId(e,t){return e[this._keysMap[t]]}size(){return this.records.length}_addString(e,t){if(!c(e)||u(e))return;let n={v:e,i:t,n:this.norm.get(e)};this.records.push(n)}_addObject(e,t){let n={i:t,$:{}};this.keys.forEach(((t,o)=>{let a=this.getFn(e,t.path);if(c(a))if(r(a)){let e=[];const t=[{nestedArrIndex:-1,value:a}];for(;t.length;){const{nestedArrIndex:n,value:o}=t.pop();if(c(o))if(i(o)&&!u(o)){let t={v:o,i:n,n:this.norm.get(o)};e.push(t)}else r(o)&&o.forEach(((e,n)=>{t.push({nestedArrIndex:n,value:e})}))}n.$[o]=e}else if(!u(a)){let e={v:a,n:this.norm.get(a)};n.$[o]=e}})),this.records.push(n)}toJSON(){return{keys:this.keys,records:this.records}}}function b(e,t,{getFn:n=p.getFn,fieldNormWeight:r=p.fieldNormWeight}={}){const i=new v({getFn:n,fieldNormWeight:r});return i.setKeys(e.map(h)),i.setSources(t),i.create(),i}function w(e,{errors:t=0,currentLocation:n=0,expectedLocation:r=0,distance:i=p.distance,ignoreLocation:o=p.ignoreLocation}={}){const a=t/e.length;if(o)return a;const s=Math.abs(r-n);return i?a+s/i:s?1:a}const x=32;function M(e,t,n,{location:r=p.location,distance:i=p.distance,threshold:o=p.threshold,findAllMatches:a=p.findAllMatches,minMatchCharLength:s=p.minMatchCharLength,includeMatches:c=p.includeMatches,ignoreLocation:u=p.ignoreLocation}={}){if(t.length>x)throw new Error(`Pattern length exceeds max of ${x}.`);const l=t.length,f=e.length,d=Math.max(0,Math.min(r,f));let h=o,m=d;const g=s>1||c,y=g?Array(f):[];let v;for(;(v=e.indexOf(t,m))>-1;){let e=w(t,{currentLocation:v,expectedLocation:d,distance:i,ignoreLocation:u});if(h=Math.min(e,h),m=v+l,g){let e=0;for(;e<l;)y[v+e]=1,e+=1}}m=-1;let b=[],M=1,E=l+f;const k=1<<l-1;for(let r=0;r<l;r+=1){let o=0,s=E;for(;o<s;){w(t,{errors:r,currentLocation:d+s,expectedLocation:d,distance:i,ignoreLocation:u})<=h?o=s:E=s,s=Math.floor((E-o)/2+o)}E=s;let c=Math.max(1,d-s+1),p=a?f:Math.min(d+s,f)+l,v=Array(p+2);v[p+1]=(1<<r)-1;for(let o=p;o>=c;o-=1){let a=o-1,s=n[e.charAt(a)];if(g&&(y[a]=+!!s),v[o]=(v[o+1]<<1|1)&s,r&&(v[o]|=(b[o+1]|b[o])<<1|1|b[o+1]),v[o]&k&&(M=w(t,{errors:r,currentLocation:a,expectedLocation:d,distance:i,ignoreLocation:u}),M<=h)){if(h=M,m=a,m<=d)break;c=Math.max(1,2*d-m)}}if(w(t,{errors:r+1,currentLocation:d,expectedLocation:d,distance:i,ignoreLocation:u})>h)break;b=v}const S={isMatch:m>=0,score:Math.max(.001,M)};if(g){const e=function(e=[],t=p.minMatchCharLength){let n=[],r=-1,i=-1,o=0;for(let a=e.length;o<a;o+=1){let a=e[o];a&&-1===r?r=o:a||-1===r||(i=o-1,i-r+1>=t&&n.push([r,i]),r=-1)}return e[o-1]&&o-r>=t&&n.push([r,o-1]),n}(y,s);e.length?c&&(S.indices=e):S.isMatch=!1}return S}function E(e){let t={};for(let n=0,r=e.length;n<r;n+=1){const i=e.charAt(n);t[i]=(t[i]||0)|1<<r-n-1}return t}class k{constructor(e,{location:t=p.location,threshold:n=p.threshold,distance:r=p.distance,includeMatches:i=p.includeMatches,findAllMatches:o=p.findAllMatches,minMatchCharLength:a=p.minMatchCharLength,isCaseSensitive:s=p.isCaseSensitive,ignoreLocation:c=p.ignoreLocation}={}){if(this.options={location:t,threshold:n,distance:r,includeMatches:i,findAllMatches:o,minMatchCharLength:a,isCaseSensitive:s,ignoreLocation:c},this.pattern=s?e:e.toLowerCase(),this.chunks=[],!this.pattern.length)return;const u=(e,t)=>{this.chunks.push({pattern:e,alphabet:E(e),startIndex:t})},l=this.pattern.length;if(l>x){let e=0;const t=l%x,n=l-t;for(;e<n;)u(this.pattern.substr(e,x),e),e+=x;if(t){const e=l-x;u(this.pattern.substr(e),e)}}else u(this.pattern,0)}searchIn(e){const{isCaseSensitive:t,includeMatches:n}=this.options;if(t||(e=e.toLowerCase()),this.pattern===e){let t={isMatch:!0,score:0};return n&&(t.indices=[[0,e.length-1]]),t}const{location:r,distance:i,threshold:o,findAllMatches:a,minMatchCharLength:s,ignoreLocation:c}=this.options;let u=[],l=0,f=!1;this.chunks.forEach((({pattern:t,alphabet:d,startIndex:h})=>{const{isMatch:m,score:g,indices:p}=M(e,t,d,{location:r+h,distance:i,threshold:o,findAllMatches:a,minMatchCharLength:s,includeMatches:n,ignoreLocation:c});m&&(f=!0),l+=g,m&&p&&(u=[...u,...p])}));let d={isMatch:f,score:f?l/this.chunks.length:1};return f&&n&&(d.indices=u),d}}class S{constructor(e){this.pattern=e}static isMultiMatch(e){return O(e,this.multiRegex)}static isSingleMatch(e){return O(e,this.singleRegex)}search(){}}function O(e,t){const n=e.match(t);return n?n[1]:null}class L extends S{constructor(e,{location:t=p.location,threshold:n=p.threshold,distance:r=p.distance,includeMatches:i=p.includeMatches,findAllMatches:o=p.findAllMatches,minMatchCharLength:a=p.minMatchCharLength,isCaseSensitive:s=p.isCaseSensitive,ignoreLocation:c=p.ignoreLocation}={}){super(e),this._bitapSearch=new k(e,{location:t,threshold:n,distance:r,includeMatches:i,findAllMatches:o,minMatchCharLength:a,isCaseSensitive:s,ignoreLocation:c})}static get type(){return"fuzzy"}static get multiRegex(){return/^"(.*)"$/}static get singleRegex(){return/^(.*)$/}search(e){return this._bitapSearch.searchIn(e)}}class T extends S{constructor(e){super(e)}static get type(){return"include"}static get multiRegex(){return/^'"(.*)"$/}static get singleRegex(){return/^'(.*)$/}search(e){let t,n=0;const r=[],i=this.pattern.length;for(;(t=e.indexOf(this.pattern,n))>-1;)n=t+i,r.push([t,n-1]);const o=!!r.length;return{isMatch:o,score:o?0:1,indices:r}}}const I=[class extends S{constructor(e){super(e)}static get type(){return"exact"}static get multiRegex(){return/^="(.*)"$/}static get singleRegex(){return/^=(.*)$/}search(e){const t=e===this.pattern;return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}},T,class extends S{constructor(e){super(e)}static get type(){return"prefix-exact"}static get multiRegex(){return/^\^"(.*)"$/}static get singleRegex(){return/^\^(.*)$/}search(e){const t=e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,this.pattern.length-1]}}},class extends S{constructor(e){super(e)}static get type(){return"inverse-prefix-exact"}static get multiRegex(){return/^!\^"(.*)"$/}static get singleRegex(){return/^!\^(.*)$/}search(e){const t=!e.startsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}},class extends S{constructor(e){super(e)}static get type(){return"inverse-suffix-exact"}static get multiRegex(){return/^!"(.*)"\$$/}static get singleRegex(){return/^!(.*)\$$/}search(e){const t=!e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}},class extends S{constructor(e){super(e)}static get type(){return"suffix-exact"}static get multiRegex(){return/^"(.*)"\$$/}static get singleRegex(){return/^(.*)\$$/}search(e){const t=e.endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length-1]}}},class extends S{constructor(e){super(e)}static get type(){return"inverse-exact"}static get multiRegex(){return/^!"(.*)"$/}static get singleRegex(){return/^!(.*)$/}search(e){const t=-1===e.indexOf(this.pattern);return{isMatch:t,score:t?0:1,indices:[0,e.length-1]}}},L],A=I.length,C=/ +(?=([^\"]*\"[^\"]*\")*[^\"]*$)/;const N=new Set([L.type,T.type]);class R{constructor(e,{isCaseSensitive:t=p.isCaseSensitive,includeMatches:n=p.includeMatches,minMatchCharLength:r=p.minMatchCharLength,ignoreLocation:i=p.ignoreLocation,findAllMatches:o=p.findAllMatches,location:a=p.location,threshold:s=p.threshold,distance:c=p.distance}={}){this.query=null,this.options={isCaseSensitive:t,includeMatches:n,minMatchCharLength:r,findAllMatches:o,ignoreLocation:i,location:a,threshold:s,distance:c},this.pattern=t?e:e.toLowerCase(),this.query=function(e,t={}){return e.split("|").map((e=>{let n=e.trim().split(C).filter((e=>e&&!!e.trim())),r=[];for(let e=0,i=n.length;e<i;e+=1){const i=n[e];let o=!1,a=-1;for(;!o&&++a<A;){const e=I[a];let n=e.isMultiMatch(i);n&&(r.push(new e(n,t)),o=!0)}if(!o)for(a=-1;++a<A;){const e=I[a];let n=e.isSingleMatch(i);if(n){r.push(new e(n,t));break}}}return r}))}(this.pattern,this.options)}static condition(e,t){return t.useExtendedSearch}searchIn(e){const t=this.query;if(!t)return{isMatch:!1,score:1};const{includeMatches:n,isCaseSensitive:r}=this.options;e=r?e:e.toLowerCase();let i=0,o=[],a=0;for(let r=0,s=t.length;r<s;r+=1){const s=t[r];o.length=0,i=0;for(let t=0,r=s.length;t<r;t+=1){const r=s[t],{isMatch:c,indices:u,score:l}=r.search(e);if(!c){a=0,i=0,o.length=0;break}if(i+=1,a+=l,n){const e=r.constructor.type;N.has(e)?o=[...o,...u]:o.push(u)}}if(i){let e={isMatch:!0,score:a/i};return n&&(e.indices=o),e}}return{isMatch:!1,score:1}}}const F=[];function j(e,t){for(let n=0,r=F.length;n<r;n+=1){let r=F[n];if(r.condition(e,t))return new r(e,t)}return new k(e,t)}const _="$and",z="$or",P="$path",W="$val",$=e=>!(!e[_]&&!e[z]),H=e=>({[_]:Object.keys(e).map((t=>({[t]:e[t]})))});function q(e,t,{auto:n=!0}={}){const o=e=>{let a=Object.keys(e);const c=(e=>!!e[P])(e);if(!c&&a.length>1&&!$(e))return o(H(e));if((e=>!r(e)&&s(e)&&!$(e))(e)){const r=c?e[P]:a[0],o=c?e[W]:e[r];if(!i(o))throw new Error((e=>`Invalid value for key ${e}`)(r));const s={keyId:g(r),pattern:o};return n&&(s.searcher=j(o,t)),s}let u={children:[],operator:a[0]};return a.forEach((t=>{const n=e[t];r(n)&&n.forEach((e=>{u.children.push(o(e))}))})),u};return $(e)||(e=H(e)),o(e)}function B(e,t){const n=e.matches;t.matches=[],c(n)&&n.forEach((e=>{if(!c(e.indices)||!e.indices.length)return;const{indices:n,value:r}=e;let i={indices:n,value:r};e.key&&(i.key=e.key.src),e.idx>-1&&(i.refIndex=e.idx),t.matches.push(i)}))}function D(e,t){t.score=e.score}class U{constructor(e,t={},n){this.options={...p,...t},this.options.useExtendedSearch,this._keyStore=new d(this.options.keys),this.setCollection(e,n)}setCollection(e,t){if(this._docs=e,t&&!(t instanceof v))throw new Error("Incorrect 'index' type");this._myIndex=t||b(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}add(e){c(e)&&(this._docs.push(e),this._myIndex.add(e))}remove(e=(()=>!1)){const t=[];for(let n=0,r=this._docs.length;n<r;n+=1){const i=this._docs[n];e(i,n)&&(this.removeAt(n),n-=1,r-=1,t.push(i))}return t}removeAt(e){this._docs.splice(e,1),this._myIndex.removeAt(e)}getIndex(){return this._myIndex}search(e,{limit:t=-1}={}){const{includeMatches:n,includeScore:r,shouldSort:a,sortFn:s,ignoreFieldNorm:c}=this.options;let u=i(e)?i(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return function(e,{ignoreFieldNorm:t=p.ignoreFieldNorm}){e.forEach((e=>{let n=1;e.matches.forEach((({key:e,norm:r,score:i})=>{const o=e?e.weight:null;n*=Math.pow(0===i&&o?Number.EPSILON:i,(o||1)*(t?1:r))})),e.score=n}))}(u,{ignoreFieldNorm:c}),a&&u.sort(s),o(t)&&t>-1&&(u=u.slice(0,t)),function(e,t,{includeMatches:n=p.includeMatches,includeScore:r=p.includeScore}={}){const i=[];return n&&i.push(B),r&&i.push(D),e.map((e=>{const{idx:n}=e,r={item:t[n],refIndex:n};return i.length&&i.forEach((t=>{t(e,r)})),r}))}(u,this._docs,{includeMatches:n,includeScore:r})}_searchStringList(e){const t=j(e,this.options),{records:n}=this._myIndex,r=[];return n.forEach((({v:e,i:n,n:i})=>{if(!c(e))return;const{isMatch:o,score:a,indices:s}=t.searchIn(e);o&&r.push({item:e,idx:n,matches:[{score:a,value:e,norm:i,indices:s}]})})),r}_searchLogical(e){const t=q(e,this.options),n=(e,t,r)=>{if(!e.children){const{keyId:n,searcher:i}=e,o=this._findMatches({key:this._keyStore.get(n),value:this._myIndex.getValueForItemAtKeyId(t,n),searcher:i});return o&&o.length?[{idx:r,item:t,matches:o}]:[]}const i=[];for(let o=0,a=e.children.length;o<a;o+=1){const a=e.children[o],s=n(a,t,r);if(s.length)i.push(...s);else if(e.operator===_)return[]}return i},r=this._myIndex.records,i={},o=[];return r.forEach((({$:e,i:r})=>{if(c(e)){let a=n(t,e,r);a.length&&(i[r]||(i[r]={idx:r,item:e,matches:[]},o.push(i[r])),a.forEach((({matches:e})=>{i[r].matches.push(...e)})))}})),o}_searchObjectList(e){const t=j(e,this.options),{keys:n,records:r}=this._myIndex,i=[];return r.forEach((({$:e,i:r})=>{if(!c(e))return;let o=[];n.forEach(((n,r)=>{o.push(...this._findMatches({key:n,value:e[r],searcher:t}))})),o.length&&i.push({idx:r,item:e,matches:o})})),i}_findMatches({key:e,value:t,searcher:n}){if(!c(t))return[];let i=[];if(r(t))t.forEach((({v:t,i:r,n:o})=>{if(!c(t))return;const{isMatch:a,score:s,indices:u}=n.searchIn(t);a&&i.push({score:s,key:e,value:t,idx:r,norm:o,indices:u})}));else{const{v:r,n:o}=t,{isMatch:a,score:s,indices:c}=n.searchIn(r);a&&i.push({score:s,key:e,value:r,norm:o,indices:c})}return i}}U.version="6.5.3",U.createIndex=b,U.parseIndex=function(e,{getFn:t=p.getFn,fieldNormWeight:n=p.fieldNormWeight}={}){const{keys:r,records:i}=e,o=new v({getFn:t,fieldNormWeight:n});return o.setKeys(r),o.setIndexRecords(i),o},U.config=p,U.parseQuery=q,function(...e){F.push(...e)}(R)},7965:function(e,t,n){e.exports=n(180)},1125:function(e){!function(t){if("undefined"!=typeof window){var n=!0,r="",i=0,o="",a=null,s="",c=!1,u={resize:1,click:1},l=128,f=!0,d=1,h="bodyOffset",m=h,g=!0,p="",y={},v=32,b=null,w=!1,x=!1,M="[iFrameSizer]",E=M.length,k="",S={max:1,min:1,bodyScroll:1,documentElementScroll:1},O="child",L=window.parent,T="*",I=0,A=!1,C=null,N=16,R=1,F="scroll",j=F,_=window,z=function(){oe("onMessage function not defined")},P=function(){},W=function(){},$={height:function(){return oe("Custom height calculation function not defined"),document.documentElement.offsetHeight},width:function(){return oe("Custom width calculation function not defined"),document.body.scrollWidth}},H={},q=!1;try{var B=Object.create({},{passive:{get:function(){q=!0}}});window.addEventListener("test",ee,B),window.removeEventListener("test",ee,B)}catch(e){}var D,U,V,J,Y,G,K,X={bodyOffset:function(){return document.body.offsetHeight+pe("marginTop")+pe("marginBottom")},offset:function(){return X.bodyOffset()},bodyScroll:function(){return document.body.scrollHeight},custom:function(){return $.height()},documentElementOffset:function(){return document.documentElement.offsetHeight},documentElementScroll:function(){return document.documentElement.scrollHeight},max:function(){return Math.max.apply(null,ve(X))},min:function(){return Math.min.apply(null,ve(X))},grow:function(){return X.max()},lowestElement:function(){return Math.max(X.bodyOffset()||X.documentElementOffset(),ye("bottom",we()))},taggedElement:function(){return be("bottom","data-iframe-height")}},Q={bodyScroll:function(){return document.body.scrollWidth},bodyOffset:function(){return document.body.offsetWidth},custom:function(){return $.width()},documentElementScroll:function(){return document.documentElement.scrollWidth},documentElementOffset:function(){return document.documentElement.offsetWidth},scroll:function(){return Math.max(Q.bodyScroll(),Q.documentElementScroll())},max:function(){return Math.max.apply(null,ve(Q))},min:function(){return Math.min.apply(null,ve(Q))},rightMostElement:function(){return ye("right",we())},taggedElement:function(){return be("right","data-iframe-width")}},Z=(D=xe,Y=null,G=0,K=function(){G=Date.now(),Y=null,J=D.apply(U,V),Y||(U=V=null)},function(){var e=Date.now();G||(G=e);var t=N-(e-G);return U=this,V=arguments,t<=0||t>N?(Y&&(clearTimeout(Y),Y=null),G=e,J=D.apply(U,V),Y||(U=V=null)):Y||(Y=setTimeout(K,t)),J});te(window,"message",(function(t){var n={init:function(){p=t.data,L=t.source,ae(),f=!1,setTimeout((function(){g=!1}),l)},reset:function(){g?ie("Page reset ignored by init"):(ie("Page size reset by host page"),ke("resetPage"))},resize:function(){Me("resizeParent","Parent window requested size check")},moveToAnchor:function(){y.findTarget(i())},inPageLink:function(){this.moveToAnchor()},pageInfo:function(){var e=i();ie("PageInfoFromParent called from parent: "+e),W(JSON.parse(e)),ie(" --")},message:function(){var e=i();ie("onMessage called from parent: "+e),z(JSON.parse(e)),ie(" --")}};function r(){return t.data.split("]")[1].split(":")[0]}function i(){return t.data.substr(t.data.indexOf(":")+1)}function o(){return t.data.split(":")[2]in{true:1,false:1}}function a(){var i=r();i in n?n[i]():!e.exports&&"iFrameResize"in window||"jQuery"in window&&"iFrameResize"in window.jQuery.prototype||o()||oe("Unexpected message ("+t.data+")")}M===(""+t.data).substr(0,E)&&(!1===f?a():o()?n.init():ie('Ignored message of type "'+r()+'". Received before initialization.'))})),te(window,"readystatechange",Le),Le()}function ee(){}function te(e,t,n,r){e.addEventListener(t,n,!!q&&(r||{}))}function ne(e){return e.charAt(0).toUpperCase()+e.slice(1)}function re(e){return M+"["+k+"] "+e}function ie(e){w&&"object"==typeof window.console&&console.log(re(e))}function oe(e){"object"==typeof window.console&&console.warn(re(e))}function ae(){var e;!function(){function e(e){return"true"===e}var a=p.substr(E).split(":");k=a[0],i=t!==a[1]?Number(a[1]):i,c=t!==a[2]?e(a[2]):c,w=t!==a[3]?e(a[3]):w,v=t!==a[4]?Number(a[4]):v,n=t!==a[6]?e(a[6]):n,o=a[7],m=t!==a[8]?a[8]:m,r=a[9],s=a[10],I=t!==a[11]?Number(a[11]):I,y.enable=t!==a[12]&&e(a[12]),O=t!==a[13]?a[13]:O,j=t!==a[14]?a[14]:j,x=t!==a[15]?Boolean(a[15]):x}(),ie("Initialising iFrame ("+window.location.href+")"),function(){function e(){var e=window.iFrameResizer;ie("Reading data from page: "+JSON.stringify(e)),Object.keys(e).forEach(se,e),z="onMessage"in e?e.onMessage:z,P="onReady"in e?e.onReady:P,T="targetOrigin"in e?e.targetOrigin:T,m="heightCalculationMethod"in e?e.heightCalculationMethod:m,j="widthCalculationMethod"in e?e.widthCalculationMethod:j}function t(e,t){return"function"==typeof e&&(ie("Setup custom "+t+"CalcMethod"),$[t]=e,e="custom"),e}"iFrameResizer"in window&&Object===window.iFrameResizer.constructor&&(e(),m=t(m,"height"),j=t(j,"width"));ie("TargetOrigin for parent set to: "+T)}(),function(){t===o&&(o=i+"px");ce("margin",function(e,t){-1!==t.indexOf("-")&&(oe("Negative CSS value ignored for "+e),t="");return t}("margin",o))}(),ce("background",r),ce("padding",s),(e=document.createElement("div")).style.clear="both",e.style.display="block",e.style.height="0",document.body.appendChild(e),de(),he(),document.documentElement.style.height="",document.body.style.height="",ie('HTML & body height set to "auto"'),ie("Enable public methods"),_.parentIFrame={autoResize:function(e){return!0===e&&!1===n?(n=!0,me()):!1===e&&!0===n&&(n=!1,le("remove"),null!==a&&a.disconnect(),clearInterval(b)),Oe(0,0,"autoResize",JSON.stringify(n)),n},close:function(){Oe(0,0,"close")},getId:function(){return k},getPageInfo:function(e){"function"==typeof e?(W=e,Oe(0,0,"pageInfo")):(W=function(){},Oe(0,0,"pageInfoStop"))},moveToAnchor:function(e){y.findTarget(e)},reset:function(){Se("parentIFrame.reset")},scrollTo:function(e,t){Oe(t,e,"scrollTo")},scrollToOffset:function(e,t){Oe(t,e,"scrollToOffset")},sendMessage:function(e,t){Oe(0,0,"message",JSON.stringify(e),t)},setHeightCalculationMethod:function(e){m=e,de()},setWidthCalculationMethod:function(e){j=e,he()},setTargetOrigin:function(e){ie("Set targetOrigin: "+e),T=e},size:function(e,t){Me("size","parentIFrame.size("+(e||"")+(t?","+t:"")+")",e,t)}},function(){if(!0!==x)return;function e(e){Oe(0,0,e.type,e.screenY+":"+e.screenX)}function t(t,n){ie("Add event listener: "+n),te(window.document,t,e)}t("mouseenter","Mouse Enter"),t("mouseleave","Mouse Leave")}(),me(),y=function(){function e(){return{x:window.pageXOffset!==t?window.pageXOffset:document.documentElement.scrollLeft,y:window.pageYOffset!==t?window.pageYOffset:document.documentElement.scrollTop}}function n(t){var n=t.getBoundingClientRect(),r=e();return{x:parseInt(n.left,10)+parseInt(r.x,10),y:parseInt(n.top,10)+parseInt(r.y,10)}}function r(e){function r(e){var t=n(e);ie("Moving to in page link (#"+i+") at x: "+t.x+" y: "+t.y),Oe(t.y,t.x,"scrollToOffset")}var i=e.split("#")[1]||e,o=decodeURIComponent(i),a=document.getElementById(o)||document.getElementsByName(o)[0];t!==a?r(a):(ie("In page link (#"+i+") not found in iFrame, so sending to parent"),Oe(0,0,"inPageLink","#"+i))}function i(){var e=window.location.hash,t=window.location.href;""!==e&&"#"!==e&&r(t)}function o(){function e(e){function t(e){e.preventDefault(),r(this.getAttribute("href"))}"#"!==e.getAttribute("href")&&te(e,"click",t)}Array.prototype.forEach.call(document.querySelectorAll('a[href^="#"]'),e)}function a(){te(window,"hashchange",i)}function s(){setTimeout(i,l)}function c(){Array.prototype.forEach&&document.querySelectorAll?(ie("Setting up location.hash handlers"),o(),a(),s()):oe("In page linking not fully supported in this browser! (See README.md for IE8 workaround)")}y.enable?c():ie("In page linking not enabled");return{findTarget:r}}(),Me("init","Init message from host page"),P()}function se(e){var t=e.split("Callback");if(2===t.length){var n="on"+t[0].charAt(0).toUpperCase()+t[0].slice(1);this[n]=this[e],delete this[e],oe("Deprecated: '"+e+"' has been renamed '"+n+"'. The old method will be removed in the next major version.")}}function ce(e,n){t!==n&&""!==n&&"null"!==n&&(document.body.style[e]=n,ie("Body "+e+' set to "'+n+'"'))}function ue(e){var t={add:function(t){function n(){Me(e.eventName,e.eventType)}H[t]=n,te(window,t,n,{passive:!0})},remove:function(e){var t,n,r,i=H[e];delete H[e],t=window,n=e,r=i,t.removeEventListener(n,r,!1)}};e.eventNames&&Array.prototype.map?(e.eventName=e.eventNames[0],e.eventNames.map(t[e.method])):t[e.method](e.eventName),ie(ne(e.method)+" event listener: "+e.eventType)}function le(e){ue({method:e,eventType:"Animation Start",eventNames:["animationstart","webkitAnimationStart"]}),ue({method:e,eventType:"Animation Iteration",eventNames:["animationiteration","webkitAnimationIteration"]}),ue({method:e,eventType:"Animation End",eventNames:["animationend","webkitAnimationEnd"]}),ue({method:e,eventType:"Input",eventName:"input"}),ue({method:e,eventType:"Mouse Up",eventName:"mouseup"}),ue({method:e,eventType:"Mouse Down",eventName:"mousedown"}),ue({method:e,eventType:"Orientation Change",eventName:"orientationchange"}),ue({method:e,eventType:"Print",eventName:["afterprint","beforeprint"]}),ue({method:e,eventType:"Ready State Change",eventName:"readystatechange"}),ue({method:e,eventType:"Touch Start",eventName:"touchstart"}),ue({method:e,eventType:"Touch End",eventName:"touchend"}),ue({method:e,eventType:"Touch Cancel",eventName:"touchcancel"}),ue({method:e,eventType:"Transition Start",eventNames:["transitionstart","webkitTransitionStart","MSTransitionStart","oTransitionStart","otransitionstart"]}),ue({method:e,eventType:"Transition Iteration",eventNames:["transitioniteration","webkitTransitionIteration","MSTransitionIteration","oTransitionIteration","otransitioniteration"]}),ue({method:e,eventType:"Transition End",eventNames:["transitionend","webkitTransitionEnd","MSTransitionEnd","oTransitionEnd","otransitionend"]}),"child"===O&&ue({method:e,eventType:"IFrame Resized",eventName:"resize"})}function fe(e,t,n,r){return t!==e&&(e in n||(oe(e+" is not a valid option for "+r+"CalculationMethod."),e=t),ie(r+' calculation method set to "'+e+'"')),e}function de(){m=fe(m,h,X,"height")}function he(){j=fe(j,F,Q,"width")}function me(){var e;!0===n?(le("add"),e=0>v,window.MutationObserver||window.WebKitMutationObserver?e?ge():a=function(){function e(e){function t(e){!1===e.complete&&(ie("Attach listeners to "+e.src),e.addEventListener("load",i,!1),e.addEventListener("error",o,!1),c.push(e))}"attributes"===e.type&&"src"===e.attributeName?t(e.target):"childList"===e.type&&Array.prototype.forEach.call(e.target.querySelectorAll("img"),t)}function t(e){c.splice(c.indexOf(e),1)}function n(e){ie("Remove listeners from "+e.src),e.removeEventListener("load",i,!1),e.removeEventListener("error",o,!1),t(e)}function r(e,t,r){n(e.target),Me(t,r+": "+e.target.src)}function i(e){r(e,"imageLoad","Image loaded")}function o(e){r(e,"imageLoadFailed","Image load failed")}function a(t){Me("mutationObserver","mutationObserver: "+t[0].target+" "+t[0].type),t.forEach(e)}function s(){var e=document.querySelector("body"),t={attributes:!0,attributeOldValue:!1,characterData:!0,characterDataOldValue:!1,childList:!0,subtree:!0};return l=new u(a),ie("Create body MutationObserver"),l.observe(e,t),l}var c=[],u=window.MutationObserver||window.WebKitMutationObserver,l=s();return{disconnect:function(){"disconnect"in l&&(ie("Disconnect body MutationObserver"),l.disconnect(),c.forEach(n))}}}():(ie("MutationObserver not supported in this browser!"),ge())):ie("Auto Resize disabled")}function ge(){0!==v&&(ie("setInterval: "+v+"ms"),b=setInterval((function(){Me("interval","setInterval: "+v)}),Math.abs(v)))}function pe(e,t){var n=0;return t=t||document.body,n=null!==(n=document.defaultView.getComputedStyle(t,null))?n[e]:0,parseInt(n,10)}function ye(e,t){for(var n=t.length,r=0,i=0,o=ne(e),a=Date.now(),s=0;s<n;s++)(r=t[s].getBoundingClientRect()[e]+pe("margin"+o,t[s]))>i&&(i=r);return a=Date.now()-a,ie("Parsed "+n+" HTML elements"),ie("Element position calculated in "+a+"ms"),function(e){e>N/2&&ie("Event throttle increased to "+(N=2*e)+"ms")}(a),i}function ve(e){return[e.bodyOffset(),e.bodyScroll(),e.documentElementOffset(),e.documentElementScroll()]}function be(e,t){var n=document.querySelectorAll("["+t+"]");return 0===n.length&&(oe("No tagged elements ("+t+") found on page"),document.querySelectorAll("body *")),ye(e,n)}function we(){return document.querySelectorAll("body *")}function xe(e,n,r,i){var o,a;!function(){function e(e,t){return!(Math.abs(e-t)<=I)}return o=t!==r?r:X[m](),a=t!==i?i:Q[j](),e(d,o)||c&&e(R,a)}()&&"init"!==e?!(e in{init:1,interval:1,size:1})&&(m in S||c&&j in S)?Se(n):e in{interval:1}||ie("No change in size detected"):(Ee(),Oe(d=o,R=a,e))}function Me(e,t,n,r){A&&e in u?ie("Trigger event cancelled: "+e):(e in{reset:1,resetPage:1,init:1}||ie("Trigger event: "+t),"init"===e?xe(e,t,n,r):Z(e,t,n,r))}function Ee(){A||(A=!0,ie("Trigger event lock on")),clearTimeout(C),C=setTimeout((function(){A=!1,ie("Trigger event lock off"),ie("--")}),l)}function ke(e){d=X[m](),R=Q[j](),Oe(d,R,e)}function Se(e){var t=m;m=h,ie("Reset trigger event: "+e),Ee(),ke("reset"),m=t}function Oe(e,n,r,i,o){var a;t===o?o=T:ie("Message targetOrigin: "+o),ie("Sending message to host page ("+(a=k+":"+e+":"+n+":"+r+(t!==i?":"+i:""))+")"),L.postMessage(M+a,o)}function Le(){"loading"!==document.readyState&&window.parent.postMessage("[iFrameResizerChild]Ready","*")}}()},6404:function(e,t){var n,r,i;!function(o){if("undefined"!=typeof window){var a,s=0,c=!1,u=!1,l="message".length,f="[iFrameSizer]",d=f.length,h=null,m=window.requestAnimationFrame,g={max:1,scroll:1,bodyScroll:1,documentElementScroll:1},p={},y=null,v={autoResize:!0,bodyBackground:null,bodyMargin:null,bodyMarginV1:8,bodyPadding:null,checkOrigin:!0,inPageLinks:!1,enablePublicMethods:!0,heightCalculationMethod:"bodyOffset",id:"iFrameResizer",interval:32,log:!1,maxHeight:1/0,maxWidth:1/0,minHeight:0,minWidth:0,mouseEvents:!0,resizeFrom:"parent",scrolling:!1,sizeHeight:!0,sizeWidth:!1,warningTimeout:5e3,tolerance:0,widthCalculationMethod:"scroll",onClose:function(){return!0},onClosed:function(){},onInit:function(){},onMessage:function(){L("onMessage function not defined")},onMouseEnter:function(){},onMouseLeave:function(){},onResized:function(){},onScroll:function(){return!0}},b={};window.jQuery&&((a=window.jQuery).fn?a.fn.iFrameResize||(a.fn.iFrameResize=function(e){return this.filter("iframe").each((function(t,n){H(n,e)})).end()}):O("","Unable to bind to jQuery, it is not fully loaded.")),r=[],(i="function"==typeof(n=V)?n.apply(t,r):n)===o||(e.exports=i),window.iFrameResize=window.iFrameResize||V()}function w(){return window.MutationObserver||window.WebKitMutationObserver||window.MozMutationObserver}function x(e,t,n){e.addEventListener(t,n,!1)}function M(e,t,n){e.removeEventListener(t,n,!1)}function E(e){return f+"["+function(e){var t="Host page: "+e;return window.top!==window.self&&(t=window.parentIFrame&&window.parentIFrame.getId?window.parentIFrame.getId()+": "+e:"Nested host page: "+e),t}(e)+"]"}function k(e){return p[e]?p[e].log:c}function S(e,t){T("log",e,t,k(e))}function O(e,t){T("info",e,t,k(e))}function L(e,t){T("warn",e,t,!0)}function T(e,t,n,r){!0===r&&"object"==typeof window.console&&console[e](E(t),n)}function I(e){function t(){i("Height"),i("Width"),P((function(){z(C),F(H),g("onResized",C)}),C,"init")}function n(e){return"border-box"!==e.boxSizing?0:(e.paddingTop?parseInt(e.paddingTop,10):0)+(e.paddingBottom?parseInt(e.paddingBottom,10):0)}function r(e){return"border-box"!==e.boxSizing?0:(e.borderTopWidth?parseInt(e.borderTopWidth,10):0)+(e.borderBottomWidth?parseInt(e.borderBottomWidth,10):0)}function i(e){var t=Number(p[H]["max"+e]),n=Number(p[H]["min"+e]),r=e.toLowerCase(),i=Number(C[r]);S(H,"Checking "+r+" is in range "+n+"-"+t),i<n&&(i=n,S(H,"Set "+r+" to min value")),i>t&&(i=t,S(H,"Set "+r+" to max value")),C[r]=""+i}function o(e){return I.substr(I.indexOf(":")+l+e)}function a(e,t){var n,r,i;n=function(){var n,r;W("Send Page Info","pageInfo:"+(n=document.body.getBoundingClientRect(),r=C.iframe.getBoundingClientRect(),JSON.stringify({iframeHeight:r.height,iframeWidth:r.width,clientHeight:Math.max(document.documentElement.clientHeight,window.innerHeight||0),clientWidth:Math.max(document.documentElement.clientWidth,window.innerWidth||0),offsetTop:parseInt(r.top-n.top,10),offsetLeft:parseInt(r.left-n.left,10),scrollTop:window.pageYOffset,scrollLeft:window.pageXOffset,documentHeight:document.documentElement.clientHeight,documentWidth:document.documentElement.clientWidth,windowHeight:window.innerHeight,windowWidth:window.innerWidth})),e,t)},r=32,b[i=t]||(b[i]=setTimeout((function(){b[i]=null,n()}),r))}function s(e){var t=e.getBoundingClientRect();return R(H),{x:Math.floor(Number(t.left)+Number(h.x)),y:Math.floor(Number(t.top)+Number(h.y))}}function c(e){var t=e?s(C.iframe):{x:0,y:0},n={x:Number(C.width)+t.x,y:Number(C.height)+t.y};S(H,"Reposition requested from iFrame (offset x:"+t.x+" y:"+t.y+")"),window.top!==window.self?window.parentIFrame?window.parentIFrame["scrollTo"+(e?"Offset":"")](n.x,n.y):L(H,"Unable to scroll to requested position, window.parentIFrame not found"):(h=n,u(),S(H,"--"))}function u(){!1!==g("onScroll",h)?F(H):j()}function m(e){var t={};if(0===Number(C.width)&&0===Number(C.height)){var n=o(9).split(":");t={x:n[1],y:n[0]}}else t={x:C.width,y:C.height};g(e,{iframe:C.iframe,screenX:Number(t.x),screenY:Number(t.y),type:C.type})}function g(e,t){return A(H,e,t)}var y,v,w,E,k,T,I=e.data,C={},H=null;"[iFrameResizerChild]Ready"===I?function(){for(var e in p)W("iFrame requested init",$(e),p[e].iframe,e)}():f===(""+I).substr(0,d)&&I.substr(d).split(":")[0]in p?(w=I.substr(d).split(":"),E=w[1]?parseInt(w[1],10):0,k=p[w[0]]&&p[w[0]].iframe,T=getComputedStyle(k),C={iframe:k,id:w[0],height:E+n(T)+r(T),width:w[2],type:w[3]},H=C.id,p[H]&&(p[H].loaded=!0),(v=C.type in{true:1,false:1,undefined:1})&&S(H,"Ignoring init message from meta parent page"),!v&&function(e){var t=!0;return p[e]||(t=!1,L(C.type+" No settings for "+e+". Message was: "+I)),t}(H)&&(S(H,"Received: "+I),y=!0,null===C.iframe&&(L(H,"IFrame ("+C.id+") not found"),y=!1),y&&function(){var t,n=e.origin,r=p[H]&&p[H].checkOrigin;if(r&&""+n!="null"&&!(r.constructor===Array?function(){var e=0,t=!1;for(S(H,"Checking connection is from allowed list of origins: "+r);e<r.length;e++)if(r[e]===n){t=!0;break}return t}():(t=p[H]&&p[H].remoteHost,S(H,"Checking connection is from: "+t),n===t)))throw new Error("Unexpected message received from: "+n+" for "+C.iframe.id+". Message was: "+e.data+". This error can be disabled by setting the checkOrigin: false option or by providing of array of trusted domains.");return!0}()&&function(){switch(p[H]&&p[H].firstRun&&p[H]&&(p[H].firstRun=!1),C.type){case"close":N(C.iframe);break;case"message":l=o(6),S(H,"onMessage passed: {iframe: "+C.iframe.id+", message: "+l+"}"),g("onMessage",{iframe:C.iframe,message:JSON.parse(l)}),S(H,"--");break;case"mouseenter":m("onMouseEnter");break;case"mouseleave":m("onMouseLeave");break;case"autoResize":p[H].autoResize=JSON.parse(o(9));break;case"scrollTo":c(!1);break;case"scrollToOffset":c(!0);break;case"pageInfo":a(p[H]&&p[H].iframe,H),function(){function e(e,r){function i(){p[n]?a(p[n].iframe,n):t()}["scroll","resize"].forEach((function(t){S(n,e+t+" listener for sendPageInfo"),r(window,t,i)}))}function t(){e("Remove ",M)}var n=H;e("Add ",x),p[n]&&(p[n].stopPageInfo=t)}();break;case"pageInfoStop":p[H]&&p[H].stopPageInfo&&(p[H].stopPageInfo(),delete p[H].stopPageInfo);break;case"inPageLink":n=o(9).split("#")[1]||"",r=decodeURIComponent(n),(i=document.getElementById(r)||document.getElementsByName(r)[0])?(e=s(i),S(H,"Moving to in page link (#"+n+") at x: "+e.x+" y: "+e.y),h={x:e.x,y:e.y},u(),S(H,"--")):window.top!==window.self?window.parentIFrame?window.parentIFrame.moveToAnchor(n):S(H,"In page link #"+n+" not found and window.parentIFrame not found"):S(H,"In page link #"+n+" not found");break;case"reset":_(C);break;case"init":t(),g("onInit",C.iframe);break;default:0===Number(C.width)&&0===Number(C.height)?L("Unsupported message received ("+C.type+"), this is likely due to the iframe containing a later version of iframe-resizer than the parent page"):t()}var e,n,r,i,l}())):O(H,"Ignored: "+I)}function A(e,t,n){var r=null,i=null;if(p[e]){if("function"!=typeof(r=p[e][t]))throw new TypeError(t+" on iFrame["+e+"] is not a function");i=r(n)}return i}function C(e){var t=e.id;delete p[t]}function N(e){var t=e.id;if(!1!==A(t,"onClose",t)){S(t,"Removing iFrame: "+t);try{e.parentNode&&e.parentNode.removeChild(e)}catch(e){L(e)}A(t,"onClosed",t),S(t,"--"),C(e)}else S(t,"Close iframe cancelled by onClose event")}function R(e){null===h&&S(e,"Get page position: "+(h={x:window.pageXOffset!==o?window.pageXOffset:document.documentElement.scrollLeft,y:window.pageYOffset!==o?window.pageYOffset:document.documentElement.scrollTop}).x+","+h.y)}function F(e){null!==h&&(window.scrollTo(h.x,h.y),S(e,"Set page position: "+h.x+","+h.y),j())}function j(){h=null}function _(e){S(e.id,"Size reset requested by "+("init"===e.type?"host page":"iFrame")),R(e.id),P((function(){z(e),W("reset","reset",e.iframe,e.id)}),e,"reset")}function z(e){function t(t){u||"0"!==e[t]||(u=!0,S(r,"Hidden iFrame detected, creating visibility listener"),function(){function e(){function e(e){function t(t){return"0px"===(p[e]&&p[e].iframe.style[t])}function n(e){return null!==e.offsetParent}p[e]&&n(p[e].iframe)&&(t("height")||t("width"))&&W("Visibility change","resize",p[e].iframe,e)}Object.keys(p).forEach((function(t){e(t)}))}function t(t){S("window","Mutation observed: "+t[0].target+" "+t[0].type),q(e,16)}function n(){var e=document.querySelector("body"),n={attributes:!0,attributeOldValue:!1,characterData:!0,characterDataOldValue:!1,childList:!0,subtree:!0};new r(t).observe(e,n)}var r=w();r&&n()}())}function n(n){!function(t){e.id?(e.iframe.style[t]=e[t]+"px",S(e.id,"IFrame ("+r+") "+t+" set to "+e[t]+"px")):S("undefined","messageData id not set")}(n),t(n)}var r=e.iframe.id;p[r]&&(p[r].sizeHeight&&n("height"),p[r].sizeWidth&&n("width"))}function P(e,t,n){n!==t.type&&m&&!window.jasmine?(S(t.id,"Requesting animation frame"),m(e)):e()}function W(e,t,n,r,i){var o,a=!1;r=r||n.id,p[r]&&(n&&"contentWindow"in n&&null!==n.contentWindow?(o=p[r]&&p[r].targetOrigin,S(r,"["+e+"] Sending msg to iframe["+r+"] ("+t+") targetOrigin: "+o),n.contentWindow.postMessage(f+t,o)):L(r,"["+e+"] IFrame("+r+") not found"),i&&p[r]&&p[r].warningTimeout&&(p[r].msgTimeout=setTimeout((function(){!p[r]||p[r].loaded||a||(a=!0,L(r,"IFrame has not responded within "+p[r].warningTimeout/1e3+" seconds. Check iFrameResizer.contentWindow.js has been loaded in iFrame. This message can be ignored if everything is working, or you can set the warningTimeout option to a higher value or zero to suppress this warning."))}),p[r].warningTimeout)))}function $(e){return e+":"+p[e].bodyMarginV1+":"+p[e].sizeWidth+":"+p[e].log+":"+p[e].interval+":"+p[e].enablePublicMethods+":"+p[e].autoResize+":"+p[e].bodyMargin+":"+p[e].heightCalculationMethod+":"+p[e].bodyBackground+":"+p[e].bodyPadding+":"+p[e].tolerance+":"+p[e].inPageLinks+":"+p[e].resizeFrom+":"+p[e].widthCalculationMethod+":"+p[e].mouseEvents}function H(e,t){function n(e){var t=e.split("Callback");if(2===t.length){var n="on"+t[0].charAt(0).toUpperCase()+t[0].slice(1);this[n]=this[e],delete this[e],L(r,"Deprecated: '"+e+"' has been renamed '"+n+"'. The old method will be removed in the next major version.")}}var r=function(n){var r;return""===n&&(e.id=(r=t&&t.id||v.id+s++,null!==document.getElementById(r)&&(r+=s++),n=r),c=(t||{}).log,S(n,"Added missing iframe ID: "+n+" ("+e.src+")")),n}(e.id);r in p&&"iFrameResizer"in e?L(r,"Ignored iFrame, already setup."):(!function(t){var i;t=t||{},p[r]={firstRun:!0,iframe:e,remoteHost:e.src&&e.src.split("/").slice(0,3).join("/")},function(e){if("object"!=typeof e)throw new TypeError("Options is not an object")}(t),Object.keys(t).forEach(n,t),function(e){for(var t in v)Object.prototype.hasOwnProperty.call(v,t)&&(p[r][t]=Object.prototype.hasOwnProperty.call(e,t)?e[t]:v[t])}(t),p[r]&&(p[r].targetOrigin=!0===p[r].checkOrigin?""===(i=p[r].remoteHost)||null!==i.match(/^(about:blank|javascript:|file:\/\/)/)?"*":i:"*")}(t),function(){switch(S(r,"IFrame scrolling "+(p[r]&&p[r].scrolling?"enabled":"disabled")+" for "+r),e.style.overflow=!1===(p[r]&&p[r].scrolling)?"hidden":"auto",p[r]&&p[r].scrolling){case"omit":break;case!0:e.scrolling="yes";break;case!1:e.scrolling="no";break;default:e.scrolling=p[r]?p[r].scrolling:"no"}}(),function(){function t(t){var n=p[r][t];1/0!==n&&0!==n&&(e.style[t]="number"==typeof n?n+"px":n,S(r,"Set "+t+" = "+e.style[t]))}function n(e){if(p[r]["min"+e]>p[r]["max"+e])throw new Error("Value for min"+e+" can not be greater than max"+e)}n("Height"),n("Width"),t("maxHeight"),t("minHeight"),t("maxWidth"),t("minWidth")}(),"number"!=typeof(p[r]&&p[r].bodyMargin)&&"0"!==(p[r]&&p[r].bodyMargin)||(p[r].bodyMarginV1=p[r].bodyMargin,p[r].bodyMargin=p[r].bodyMargin+"px"),function(t){var n=w();n&&function(t){e.parentNode&&new t((function(t){t.forEach((function(t){Array.prototype.slice.call(t.removedNodes).forEach((function(t){t===e&&N(e)}))}))})).observe(e.parentNode,{childList:!0})}(n),x(e,"load",(function(){var n,i;W("iFrame.onload",t,e,o,!0),n=p[r]&&p[r].firstRun,i=p[r]&&p[r].heightCalculationMethod in g,!n&&i&&_({iframe:e,height:0,width:0,type:"init"})})),W("init",t,e,o,!0)}($(r)),p[r]&&(p[r].iframe.iFrameResizer={close:N.bind(null,p[r].iframe),removeListeners:C.bind(null,p[r].iframe),resize:W.bind(null,"Window resize","resize",p[r].iframe),moveToAnchor:function(e){W("Move to anchor","moveToAnchor:"+e,p[r].iframe,r)},sendMessage:function(e){W("Send Message","message:"+(e=JSON.stringify(e)),p[r].iframe,r)}}))}function q(e,t){null===y&&(y=setTimeout((function(){y=null,e()}),t))}function B(){"hidden"!==document.visibilityState&&(S("document","Trigger event: Visiblity change"),q((function(){D("Tab Visable","resize")}),16))}function D(e,t){Object.keys(p).forEach((function(n){(function(e){return p[e]&&"parent"===p[e].resizeFrom&&p[e].autoResize&&!p[e].firstRun})(n)&&W(e,t,p[n].iframe,n)}))}function U(){x(window,"message",I),x(window,"resize",(function(){var e;S("window","Trigger event: "+(e="resize")),q((function(){D("Window "+e,"resize")}),16)})),x(document,"visibilitychange",B),x(document,"-webkit-visibilitychange",B)}function V(){function e(e,n){n&&(!function(){if(!n.tagName)throw new TypeError("Object is not a valid DOM element");if("IFRAME"!==n.tagName.toUpperCase())throw new TypeError("Expected <IFRAME> tag, found <"+n.tagName+">")}(),H(n,e),t.push(n))}var t;return function(){var e,t=["moz","webkit","o","ms"];for(e=0;e<t.length&&!m;e+=1)m=window[t[e]+"RequestAnimationFrame"];m?m=m.bind(window):S("setup","RequestAnimationFrame not supported")}(),U(),function(n,r){switch(t=[],function(e){e&&e.enablePublicMethods&&L("enablePublicMethods option has been removed, public methods are now always available in the iFrame")}(n),typeof r){case"undefined":case"string":Array.prototype.forEach.call(document.querySelectorAll(r||"iframe"),e.bind(o,n));break;case"object":e(n,r);break;default:throw new TypeError("Unexpected data type ("+typeof r+")")}return t}}}()},180:function(e,t,n){var r=n(6404);t.iframeResizer=r,n(1125)},3866:function(e){"use strict";e.exports=function(e){return null!=e&&("object"==typeof e||"function"==typeof e)}},8696:function(e){var t=function(e){"use strict";var t,n=Object.prototype,r=n.hasOwnProperty,i="function"==typeof Symbol?Symbol:{},o=i.iterator||"@@iterator",a=i.asyncIterator||"@@asyncIterator",s=i.toStringTag||"@@toStringTag";function c(e,t,n,r){var i=t&&t.prototype instanceof g?t:g,o=Object.create(i.prototype),a=new L(r||[]);return o._invoke=function(e,t,n){var r=l;return function(i,o){if(r===d)throw new Error("Generator is already running");if(r===h){if("throw"===i)throw o;return I()}for(n.method=i,n.arg=o;;){var a=n.delegate;if(a){var s=k(a,n);if(s){if(s===m)continue;return s}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(r===l)throw r=h,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);r=d;var c=u(e,t,n);if("normal"===c.type){if(r=n.done?h:f,c.arg===m)continue;return{value:c.arg,done:n.done}}"throw"===c.type&&(r=h,n.method="throw",n.arg=c.arg)}}}(e,n,a),o}function u(e,t,n){try{return{type:"normal",arg:e.call(t,n)}}catch(e){return{type:"throw",arg:e}}}e.wrap=c;var l="suspendedStart",f="suspendedYield",d="executing",h="completed",m={};function g(){}function p(){}function y(){}var v={};v[o]=function(){return this};var b=Object.getPrototypeOf,w=b&&b(b(T([])));w&&w!==n&&r.call(w,o)&&(v=w);var x=y.prototype=g.prototype=Object.create(v);function M(e){["next","throw","return"].forEach((function(t){e[t]=function(e){return this._invoke(t,e)}}))}function E(e,t){function n(i,o,a,s){var c=u(e[i],e,o);if("throw"!==c.type){var l=c.arg,f=l.value;return f&&"object"==typeof f&&r.call(f,"__await")?t.resolve(f.__await).then((function(e){n("next",e,a,s)}),(function(e){n("throw",e,a,s)})):t.resolve(f).then((function(e){l.value=e,a(l)}),(function(e){return n("throw",e,a,s)}))}s(c.arg)}var i;this._invoke=function(e,r){function o(){return new t((function(t,i){n(e,r,t,i)}))}return i=i?i.then(o,o):o()}}function k(e,n){var r=e.iterator[n.method];if(r===t){if(n.delegate=null,"throw"===n.method){if(e.iterator.return&&(n.method="return",n.arg=t,k(e,n),"throw"===n.method))return m;n.method="throw",n.arg=new TypeError("The iterator does not provide a 'throw' method")}return m}var i=u(r,e.iterator,n.arg);if("throw"===i.type)return n.method="throw",n.arg=i.arg,n.delegate=null,m;var o=i.arg;return o?o.done?(n[e.resultName]=o.value,n.next=e.nextLoc,"return"!==n.method&&(n.method="next",n.arg=t),n.delegate=null,m):o:(n.method="throw",n.arg=new TypeError("iterator result is not an object"),n.delegate=null,m)}function S(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function O(e){var t=e.completion||{};t.type="normal",delete t.arg,e.completion=t}function L(e){this.tryEntries=[{tryLoc:"root"}],e.forEach(S,this),this.reset(!0)}function T(e){if(e){var n=e[o];if(n)return n.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var i=-1,a=function n(){for(;++i<e.length;)if(r.call(e,i))return n.value=e[i],n.done=!1,n;return n.value=t,n.done=!0,n};return a.next=a}}return{next:I}}function I(){return{value:t,done:!0}}return p.prototype=x.constructor=y,y.constructor=p,y[s]=p.displayName="GeneratorFunction",e.isGeneratorFunction=function(e){var t="function"==typeof e&&e.constructor;return!!t&&(t===p||"GeneratorFunction"===(t.displayName||t.name))},e.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,y):(e.__proto__=y,s in e||(e[s]="GeneratorFunction")),e.prototype=Object.create(x),e},e.awrap=function(e){return{__await:e}},M(E.prototype),E.prototype[a]=function(){return this},e.AsyncIterator=E,e.async=function(t,n,r,i,o){void 0===o&&(o=Promise);var a=new E(c(t,n,r,i),o);return e.isGeneratorFunction(n)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},M(x),x[s]="Generator",x[o]=function(){return this},x.toString=function(){return"[object Generator]"},e.keys=function(e){var t=[];for(var n in e)t.push(n);return t.reverse(),function n(){for(;t.length;){var r=t.pop();if(r in e)return n.value=r,n.done=!1,n}return n.done=!0,n}},e.values=T,L.prototype={constructor:L,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(O),!e)for(var n in this)"t"===n.charAt(0)&&r.call(this,n)&&!isNaN(+n.slice(1))&&(this[n]=t)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if("throw"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var n=this;function i(r,i){return s.type="throw",s.arg=e,n.next=r,i&&(n.method="next",n.arg=t),!!i}for(var o=this.tryEntries.length-1;o>=0;--o){var a=this.tryEntries[o],s=a.completion;if("root"===a.tryLoc)return i("end");if(a.tryLoc<=this.prev){var c=r.call(a,"catchLoc"),u=r.call(a,"finallyLoc");if(c&&u){if(this.prev<a.catchLoc)return i(a.catchLoc,!0);if(this.prev<a.finallyLoc)return i(a.finallyLoc)}else if(c){if(this.prev<a.catchLoc)return i(a.catchLoc,!0)}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<a.finallyLoc)return i(a.finallyLoc)}}}},abrupt:function(e,t){for(var n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n];if(i.tryLoc<=this.prev&&r.call(i,"finallyLoc")&&this.prev<i.finallyLoc){var o=i;break}}o&&("break"===e||"continue"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method="next",this.next=o.finallyLoc,m):this.complete(a)},complete:function(e,t){if("throw"===e.type)throw e.arg;return"break"===e.type||"continue"===e.type?this.next=e.arg:"return"===e.type?(this.rval=this.arg=e.arg,this.method="return",this.next="end"):"normal"===e.type&&t&&(this.next=t),m},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.finallyLoc===e)return this.complete(n.completion,n.afterLoc),O(n),m}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var n=this.tryEntries[t];if(n.tryLoc===e){var r=n.completion;if("throw"===r.type){var i=r.arg;O(n)}return i}}throw new Error("illegal catch attempt")},delegateYield:function(e,n,r){return this.delegate={iterator:T(e),resultName:n,nextLoc:r},"next"===this.method&&(this.arg=t),m}},e}(e.exports);try{regeneratorRuntime=t}catch(e){Function("r","regeneratorRuntime = r")(t)}},1001:function(e,t,n){"use strict";var r,i=n(1519),o={},a={default:{"&quot;":'"',"&#34;":'"',"&apos;":"'","&#39;":"'","&amp;":"&","&#38;":"&","&gt;":">","&#62;":">","&lt;":"<","&#60;":"<"},extras:{"&cent;":"¢","&#162;":"¢","&copy;":"©","&#169;":"©","&euro;":"€","&#8364;":"€","&pound;":"£","&#163;":"£","&reg;":"®","&#174;":"®","&yen;":"¥","&#165;":"¥"}};function s(e,t){if(!function(e){return e&&"string"==typeof e}(e))return"";var n=a[t||"default"],r=function(e,t){if(o[e])return o[e];var n=Object.keys(t).join("|"),r=new RegExp("(?=("+n+"))\\1","g");return o[e]=r,r}(t,n);return e.replace(r,(function(e){return n[e]}))}Object.defineProperty(a,"all",{get:function(){return r||(r=i({},a.default,a.extras))}}),s.chars=a.default,s.extras=a.extras,Object.defineProperty(s,"all",{get:function(){return a.all}}),e.exports=s},6858:function(e,t,n){"use strict";function r(e,t,n,r,i,o,a){try{var s=e[o](a),c=s.value}catch(e){return void n(e)}s.done?t(c):Promise.resolve(c).then(r,i)}function i(e){return function(){var t=this,n=arguments;return new Promise((function(i,o){var a=e.apply(t,n);function s(e){r(a,i,o,s,c,"next",e)}function c(e){r(a,i,o,s,c,"throw",e)}s(void 0)}))}}n.d(t,{Z:function(){return i}})},287:function(e,t,n){"use strict";function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.d(t,{Z:function(){return r}})},1964:function(e,t,n){"use strict";function r(e){return r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r(e)}n.d(t,{Z:function(){return r}})},2653:function(e,t,n){"use strict";function r(e){const t=(e=e||{}).lazyClass||"lazy",n=e.lazyBackgroundClass||"lazy-bg",r="idleLoadTimeout"in e?e.idleLoadTimeout:200,i=e.observeChanges||!1,o=e.events||{},a=e.noPolyfill||!1,s=window,c="requestIdleCallback",u="IntersectionObserver",l=u in s&&`${u}Entry`in s,f=/baidu|(?:google|bing|yandex|duckduck)bot/i.test(navigator.userAgent),d=["srcset","src","poster"],h=[],m=(e,r)=>h.slice.call((r||document).querySelectorAll(e||`img.${t},video.${t},iframe.${t},.${n}`)),g=t=>{const r=t.parentNode;"PICTURE"==r.nodeName&&v(m("source",r),y),"VIDEO"==t.nodeName&&v(m("source",t),y),y(t);const i=t.classList;i.contains(n)&&(i.remove(n),i.add(e.lazyBackgroundLoaded||"lazy-bg-loaded"))},p=e=>{for(let t in o)e.addEventListener(t,o[t].listener||o[t],o[t].options||void 0)},y=e=>{for(let n in d)if(d[n]in e.dataset){e.setAttribute(d[n],e.dataset[d[n]]);const r=e.parentNode;"SOURCE"===e.nodeName&&r.autoplay&&(r.load(),/Trident/.test(navigator.userAgent)&&r.play(),r.classList.remove(t)),e.classList.remove(t)}},v=(e,t)=>{for(let n=0;n<e.length;n++)s[u]&&t instanceof s[u]?t.observe(e[n]):t(e[n])},b=t=>{new MutationObserver((()=>{v(m(),(e=>{w.indexOf(e)<0&&(w.push(e),p(e),l&&!f?x.observe(e):(a||f)&&v(w,g))}))})).observe(t,e.mutationObserverOptions||{childList:!0,subtree:!0})};let w=m();if(v(w,p),l&&!f){var x=new s[u]((e=>{v(e,(e=>{if(e.isIntersecting||e.intersectionRatio){const t=e.target;c in s&&r?s[c]((()=>{g(t)}),{timeout:r}):g(t),x.unobserve(t),w=w.filter((e=>e!=t)),w.length||i||x.disconnect()}}))}),{rootMargin:`${"threshold"in e?e.threshold:200}px 0%`});v(w,x),i&&v(m(e.observeRootSelector||"body"),b)}else(a||f)&&v(w,g)}n.d(t,{Z:function(){return r}})}}]);