swh.web 0.14.2__py3-none-any.whl → 0.15.0__py3-none-any.whl

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.
Files changed (99) hide show
  1. swh/web/alter/forms.py +16 -16
  2. swh/web/alter/templates/admin_alteration.html +5 -5
  3. swh/web/alter/templates/alteration_details.html +2 -2
  4. swh/web/alter/templates/assistant_category.html +21 -19
  5. swh/web/alter/templates/assistant_email.html +3 -4
  6. swh/web/alter/templates/assistant_origins.html +1 -2
  7. swh/web/alter/templates/assistant_reasons.html +1 -2
  8. swh/web/alter/templates/assistant_summary.html +3 -4
  9. swh/web/alter/templates/content_policies.html +8 -15
  10. swh/web/alter/templates/includes/swh_legal.html +1 -1
  11. swh/web/alter/tests/test_views.py +2 -2
  12. swh/web/alter/urls.py +1 -1
  13. swh/web/alter/views.py +2 -2
  14. swh/web/browse/assets/browse/browse.css +10 -0
  15. swh/web/browse/assets/browse/sidetabs.js +22 -2
  16. swh/web/browse/templates/includes/sidetabs.html +20 -16
  17. swh/web/browse/templates/includes/snapshot-context.html +3 -1
  18. swh/web/save_code_now/templates/includes/take-new-snapshot.html +1 -1
  19. swh/web/static/css/browse.0a250d3b07ce628588a5.css +2 -0
  20. swh/web/static/css/browse.0a250d3b07ce628588a5.css.map +1 -0
  21. swh/web/static/js/add_forge_now.f8fa8235350a7875b4b2.js.map +1 -1
  22. swh/web/static/js/archive_coverage.71f6961fbdc0d76c313b.js +3 -0
  23. swh/web/static/js/{archive_coverage.b37e2158e800bc69180b.js.LICENSE.txt → archive_coverage.71f6961fbdc0d76c313b.js.LICENSE.txt} +1 -1
  24. swh/web/static/js/archive_coverage.71f6961fbdc0d76c313b.js.map +1 -0
  25. swh/web/static/js/auth.971392ebe3f22c222189.js.map +1 -1
  26. swh/web/static/js/{browse.b150f8992236375f2e9b.js → browse.d5014e5cae44a2cd3e6e.js} +3 -3
  27. swh/web/static/js/browse.d5014e5cae44a2cd3e6e.js.map +1 -0
  28. swh/web/static/js/deposit.060ba94288f399dfe89e.js.map +1 -1
  29. swh/web/static/js/guided_tour.3a7a41181c43663f866b.js.map +1 -1
  30. swh/web/static/js/highlightjs.19cb5fa8879fdc8357d7.js.map +1 -1
  31. swh/web/static/js/mailmap.5dc62b52b8eb18e2e8b0.js.map +1 -1
  32. swh/web/static/js/origin_visits.679992a2a951f67a08bc.js.map +1 -1
  33. swh/web/static/js/pdf.worker.min.js +1 -1
  34. swh/web/static/js/pdfjs.97ecbde9d93314dba75a.js +3 -0
  35. swh/web/static/js/pdfjs.97ecbde9d93314dba75a.js.map +1 -0
  36. swh/web/static/js/revision.c5f4750ef7caee355fd9.js.map +1 -1
  37. swh/web/static/js/save_code_now.3db9c75765eb44fe774a.js.map +1 -1
  38. swh/web/static/js/showdown.8be01722fe56f5a7c2db.js.map +1 -1
  39. swh/web/static/js/vault.8c6e8e445d128eb30488.js.map +1 -1
  40. swh/web/static/js/{vendors.076b42bbe0326fc632ae.js → vendors.532425b092b95d43a1d6.js} +3 -3
  41. swh/web/static/js/vendors.532425b092b95d43a1d6.js.map +1 -0
  42. swh/web/static/js/webapp.5427bd8b32cec7de0951.js +3 -0
  43. swh/web/static/js/{webapp.ec7025df24c9f358f1cc.js.LICENSE.txt → webapp.5427bd8b32cec7de0951.js.LICENSE.txt} +1 -1
  44. swh/web/static/js/webapp.5427bd8b32cec7de0951.js.map +1 -0
  45. swh/web/static/jssources/@iframe-resizer/child/index.umd.js +2 -2
  46. swh/web/static/jssources/@iframe-resizer/parent/index.umd.js +2 -2
  47. swh/web/static/jssources/core-js/internals/array-to-reversed.js +2 -2
  48. swh/web/static/jssources/core-js/internals/array-with.js +2 -2
  49. swh/web/static/jssources/core-js/internals/async-iterator-iteration.js +6 -1
  50. swh/web/static/jssources/core-js/internals/flatten-into-array.js +1 -1
  51. swh/web/static/jssources/core-js/internals/get-iterator-direct.js +1 -1
  52. swh/web/static/jssources/core-js/internals/install-error-cause.js +1 -1
  53. swh/web/static/jssources/core-js/internals/iterator-create-proxy.js +1 -1
  54. swh/web/static/jssources/core-js/internals/set-difference.js +1 -1
  55. swh/web/static/jssources/core-js/internals/set-intersection.js +1 -1
  56. swh/web/static/jssources/core-js/internals/set-is-disjoint-from.js +1 -1
  57. swh/web/static/jssources/core-js/internals/set-is-subset-of.js +1 -1
  58. swh/web/static/jssources/core-js/internals/set-is-superset-of.js +1 -1
  59. swh/web/static/jssources/core-js/internals/set-method-get-keys-before-cloning-detection.js +1 -1
  60. swh/web/static/jssources/core-js/internals/set-symmetric-difference.js +1 -1
  61. swh/web/static/jssources/core-js/internals/set-union.js +1 -1
  62. swh/web/static/jssources/core-js/internals/shared-store.js +2 -2
  63. swh/web/static/jssources/core-js/internals/string-pad.js +0 -1
  64. swh/web/static/jssources/core-js/modules/es.array-buffer.transfer-to-fixed-length.js +1 -1
  65. swh/web/static/jssources/core-js/modules/es.array-buffer.transfer.js +1 -1
  66. swh/web/static/jssources/core-js/modules/es.error.is-error.js +1 -1
  67. swh/web/static/jssources/core-js/modules/es.symbol.constructor.js +1 -1
  68. swh/web/static/jssources/jslicenses.json +1 -1
  69. swh/web/static/jssources/pdfjs-dist/build/pdf.worker.mjs +299 -13
  70. swh/web/static/jssources/pdfjs-dist/legacy/build/pdf.mjs +492 -113
  71. swh/web/static/jssources/swh/web/browse/assets/browse/sidetabs.js +22 -2
  72. swh/web/static/jssources/swh/web/webapp/assets/webapp/webapp-utils.js +10 -0
  73. swh/web/static/webpack-stats.json +73 -73
  74. swh/web/utils/archive.py +12 -0
  75. swh/web/utils/tests/test_archive.py +32 -15
  76. swh/web/vault/templates/includes/vault-common.html +1 -1
  77. swh/web/vault/templates/includes/vault-create-tasks.html +5 -5
  78. swh/web/webapp/assets/webapp/webapp-utils.js +10 -0
  79. swh/web/webapp/templates/includes/footer.html +1 -1
  80. swh/web/webapp/templates/includes/global-modals.html +3 -3
  81. {swh_web-0.14.2.dist-info → swh_web-0.15.0.dist-info}/METADATA +1 -1
  82. {swh_web-0.14.2.dist-info → swh_web-0.15.0.dist-info}/RECORD +89 -89
  83. swh/web/static/css/browse.5775e0a313f4ccb8aef5.css +0 -2
  84. swh/web/static/css/browse.5775e0a313f4ccb8aef5.css.map +0 -1
  85. swh/web/static/js/archive_coverage.b37e2158e800bc69180b.js +0 -3
  86. swh/web/static/js/archive_coverage.b37e2158e800bc69180b.js.map +0 -1
  87. swh/web/static/js/browse.b150f8992236375f2e9b.js.map +0 -1
  88. swh/web/static/js/pdfjs.ca88359f90430972e38c.js +0 -3
  89. swh/web/static/js/pdfjs.ca88359f90430972e38c.js.map +0 -1
  90. swh/web/static/js/vendors.076b42bbe0326fc632ae.js.map +0 -1
  91. swh/web/static/js/webapp.ec7025df24c9f358f1cc.js +0 -3
  92. swh/web/static/js/webapp.ec7025df24c9f358f1cc.js.map +0 -1
  93. /swh/web/static/js/{browse.b150f8992236375f2e9b.js.LICENSE.txt → browse.d5014e5cae44a2cd3e6e.js.LICENSE.txt} +0 -0
  94. /swh/web/static/js/{pdfjs.ca88359f90430972e38c.js.LICENSE.txt → pdfjs.97ecbde9d93314dba75a.js.LICENSE.txt} +0 -0
  95. /swh/web/static/js/{vendors.076b42bbe0326fc632ae.js.LICENSE.txt → vendors.532425b092b95d43a1d6.js.LICENSE.txt} +0 -0
  96. {swh_web-0.14.2.dist-info → swh_web-0.15.0.dist-info}/WHEEL +0 -0
  97. {swh_web-0.14.2.dist-info → swh_web-0.15.0.dist-info}/licenses/AUTHORS +0 -0
  98. {swh_web-0.14.2.dist-info → swh_web-0.15.0.dist-info}/licenses/LICENSE +0 -0
  99. {swh_web-0.14.2.dist-info → swh_web-0.15.0.dist-info}/top_level.txt +0 -0
@@ -1,3 +0,0 @@
1
- /*! For license information please see archive_coverage.b37e2158e800bc69180b.js.LICENSE.txt */
2
- !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.swh=t():(e.swh=e.swh||{},e.swh.archive_coverage=t())}(self,(function(){return function(){var e={94969:function(e,t,n){var o,r;o=function(){"use strict";const e="font-weight: normal;",t="font-weight: bold;",n="font-style: italic;",o=e+n,r="default",i=Object.freeze({assert:!0,error:!0,warn:!0}),a={expand:!0,defaultEvent:void 0,event:void 0,label:"AutoConsoleGroup",showTime:!0},s={profile:0,profileEnd:0,timeStamp:0,trace:0},l=Object.assign(console),{fromEntries:c,keys:u}=Object,d=e=>[e,l[e]],f=e=>t=>[t,function(n){e[t]=n}],m=(e,t)=>c(u(e).map(t)),p=!(typeof window>"u"||"function"!=typeof window.matchMedia)&&window.matchMedia("(prefers-color-scheme: dark)").matches,h=p?"color: #A9C7FB;":"color: #135CD2;",g=p?"color: #E3E3E3;":"color: #1F1F1F;",y="5.4.6",b=10,v="data-iframe-size",z="data-iframe-overflowed",w="data-iframe-ignore",$="bottom",S="right",O="autoResizeEnabled",j=Symbol("sizeChanged"),E="manualResize",M="parentResize",k={[E]:1,[M]:1},x="setOffsetSize",T="resizeObserver",P="overflowObserver",C="mutationObserver",A="init",I=(e,t,n,o)=>e.addEventListener(t,n,o||!1),N=["<iy><yi>Puchspk Spjluzl Rlf</><iy><iy>","<iy><yi>Tpzzpun Spjluzl Rlf</><iy><iy>","Aopz spiyhyf pz hchpshisl dpao ivao Jvttlyjphs huk Vwlu-Zvbyjl spjluzlz.<iy><iy><i>Jvttlyjphs Spjluzl</><iy>Mvy jvttlyjphs bzl, <p>pmyhtl-ylzpgly</> ylxbpylz h svd jvza vul aptl spjluzl mll. Mvy tvyl pumvythapvu cpzpa <b>oaawz://pmyhtl-ylzpgly.jvt/wypjpun</>.<iy><iy><i>Vwlu Zvbyjl Spjluzl</><iy>Pm fvb hyl bzpun aopz spiyhyf pu h uvu-jvttlyjphs vwlu zvbyjl wyvqlja aolu fvb jhu bzl pa mvy myll bukly aol alytz vm aol NWS C3 Spjluzl. Av jvumpyt fvb hjjlwa aolzl alytz, wslhzl zla aol <i>spjluzl</> rlf pu <p>pmyhtl-ylzpgly</> vwapvuz av <i>NWSc3</>.<iy><iy>Mvy tvyl pumvythapvu wslhzl zll: <b>oaawz://pmyhtl-ylzpgly.jvt/nws</>","<i>NWSc3 Spjluzl Clyzpvu</><iy><iy>Aopz clyzpvu vm <p>pmyhtl-ylzpgly</> pz ilpun bzlk bukly aol alytz vm aol <i>NWS C3</> spjluzl. Aopz spjluzl hssvdz fvb av bzl <p>pmyhtl-ylzpgly</> pu Vwlu Zvbyjl wyvqljaz, iba pa ylxbpylz fvby wyvqlja av il wbispj, wyvcpkl haaypibapvu huk il spjluzlk bukly clyzpvu 3 vy shaly vm aol NUB Nlulyhs Wbispj Spjluzl.<iy><iy>Pm fvb hyl bzpun aopz spiyhyf pu h uvu-vwlu zvbyjl wyvqlja vy dlizpal, fvb dpss ullk av wbyjohzl h svd jvza vul aptl jvttlyjphs spjluzl.<iy><iy>Mvy tvyl pumvythapvu cpzpa <b>oaawz://pmyhtl-ylzpgly.jvt/wypjpun</>.","<iy><yi>Zvsv spjluzl kvlz uva zbwwvya jyvzz-kvthpu</><iy><iy>Av bzl <p>pmyhtl-ylzpgly</> dpao jyvzz kvthpu pmyhtlz fvb ullk lpaoly aol Wyvmlzzpvuhs vy Ibzpulzz spjluzlz. Mvy klahpsz vu bwnyhkl wypjpun wslhzl jvuahja pumv@pmyhtl-ylzpgly.jvt."];Object.fromEntries(["2cgs7fdf4xb","1c9ctcccr4z","1q2pc4eebgb","ueokt0969w","w2zxchhgqz","1umuxblj2e5"].map(((e,t)=>[e,Math.max(0,t-1)])));const R=e=>(e=>e.replace(/[A-Za-z]/g,(e=>String.fromCodePoint((e<="Z"?90:122)>=(e=e.codePointAt(0)+19)?e:e-26))))(N[e]),B=e=>{let t=!1;return function(){return t?void 0:(t=!0,Reflect.apply(e,this,arguments))}},q=e=>e,L=e=>Math.round(1e3*e)/1e3,F=e=>e.charAt(0).toUpperCase()+e.slice(1),W=e=>""!=`${e}`&&void 0!==e,D=(e,t,n)=>{if(typeof e!==t)throw new TypeError(`${n} is not a ${F(t)}`)};let H=!0;const V=(_=function(n={}){const c={},u={},p=[],h={...a,expand:!n.collapsed||a.expanded,...n};let g="";function y(){p.length=0,g=""}function b(){delete h.event,y()}const v=()=>!!p.some((([e])=>e in i))||!!h.expand;function z(){if(0!==p.length){l[v()?"group":"groupCollapsed"](`%c${h.label}%c ${(e=>{const t=e.event||e.defaultEvent;return t?`${t}`:""})(h)} %c${h.showTime?g:""}`,e,t,o);for(const[e,...t]of p)l.assert(e in l,`Unknown console method: ${e}`),e in l&&l[e](...t);l.groupEnd(),b()}else b()}function w(){""===g&&(g=function(){const e=new Date,t=(t,n)=>e[t]().toString().padStart(n,"0");return`@ ${t("getHours",2)}:${t("getMinutes",2)}:${t("getSeconds",2)}.${t("getMilliseconds",3)}`}())}function $(e,...t){0===p.length&&(w(),queueMicrotask((()=>queueMicrotask(z)))),p.push([e,...t])}function S(e=r,...t){c[e]?$("log",`${e}: ${performance.now()-c[e]} ms`,...t):$("timeLog",e,...t)}return{...m(h,f(h)),...m(console,(e=>[e,(...t)=>$(e,...t)])),...m(s,d),assert:function(e,...t){e||$("assert",e,...t)},count:function(e=r){u[e]?u[e]+=1:u[e]=1,$("log",`${e}: ${u[e]}`)},countReset:function(e=r){delete u[e]},endAutoGroup:z,errorBoundary:e=>(...t)=>{let n;try{n=e(...t)}catch(e){if(!Error.prototype.isPrototypeOf(e))throw e;$("error",e)}return n},event:function(e){w(),h.event=e},purge:y,time:function(e=r){w(),c[e]=performance.now()},timeEnd:function(e=r){S(e),delete c[e]},timeLog:S,touch:w}},_?.__esModule?_.default:_);var _;const U=V({label:"iframeResizer(child)"});var Z;const J=(Z="log",(...e)=>!H||U[Z](...e)),{assert:Q,debug:G,endAutoGroup:X,error:Y,errorBoundary:K,event:ee,label:te,purge:ne,warn:oe}=U,re=e=>{return U.warn((t=q,e=>window.chrome?t(e.replaceAll("<br>","\n").replaceAll("<rb>","").replaceAll("</>","").replaceAll("<b>","").replaceAll("<i>","").replaceAll("<u>","")):t(e.replaceAll("<br>","\n").replaceAll(/<[/a-z]+>/gi,"")))(e));var t},ie=re,ae=(e=>(t,n="renamed to")=>(o,r,i="",a="")=>e(a,`<rb>Deprecated ${t}(${o.replace("()","")})</>\n\nThe <b>${o}</> ${t.toLowerCase()} has been ${n} <b>${r}</>. ${i}Use of the old ${t.toLowerCase()} will be removed in a future version of <i>iframe-resizer</>.`))(((e,t)=>re(t))),se=ae("Method"),le=ae("Method","replaced with"),ce=ae("Option"),ue=e=>t=>void 0===t?void 0:e(t),de=ue((e=>"true"===e)),fe=ue(Number),me="--ifr-start",pe="--ifr-end",he=[],ge=new WeakSet,ye=e=>"object"==typeof e&&ge.add(e);let be={},ve=0;const ze=setInterval((()=>{if(he.length<10)return;if(be.hasTags&&be.len<25)return;he.sort();const e=Math.min(he.reduce(((e,t)=>e+t),0)/he.length,he[Math.floor(he.length/2)]),t=L(e);t>ve&&(ve=t,ee("performanceObserver")),e<=4||(clearInterval(ze),re(`<rb>Performance Warning</>\n\nCalculating the page size is taking an excessive amount of time (${L(e)}ms).\n\nTo improve performance add the <b>data-iframe-size</> attribute to the ${be.Side.toLowerCase()} most element on the page. For more details see: <u>https://iframe-resizer.com/perf</>.`))}),5e3);function we(e){e.getEntries().forEach((e=>{if(e.name===pe){const{duration:t}=performance.measure("--ifr-measure",me,pe);be=e.detail,he.push(t),he.length>100&&he.shift()}}))}function $e(){new PerformanceObserver(we).observe({entryTypes:["mark"]}),ye(document.documentElement),ye(document.body)}"undefined"!=typeof document&&"undefined"!=typeof PerformanceObserver&&("loading"===document.readyState?document.addEventListener("DOMContentLoaded",$e):$e());const Se=e=>(t,n)=>{if(n in t){if(typeof t[n]===e)return t[n];throw new TypeError(`${n} is not a ${e}.`)}},Oe=Se("function"),je=Se("number"),Ee=Se("string");"undefined"!=typeof window&&function(){const o={contentVisibilityAuto:!0,opacityProperty:!0,visibilityProperty:!0},r={height:()=>(oe("Custom height calculation function not defined"),zt.auto()),width:()=>(oe("Custom width calculation function not defined"),wt.auto())},i={bodyOffset:1,bodyScroll:1,offset:1,documentElementOffset:1,documentElementScroll:1,boundingClientRect:1,max:1,min:1,grow:1,lowestElement:1},a={},s="checkVisibility"in window,l="auto",c="[iFrameSizer]",u="scroll";let d,f,m,p,N,L=!0,V="",_=0,Z="",G="",Y=!0,ae=!1,ue=!0,he=!1,ge=!1,ye=!1,be=1,ve=l,ze="",we=!0,$e={},Se=!0,Me=!1,ke="",xe=0,Te=!1,Pe="",Ce=q,Ae=[],Ie="child",Ne=null,Re=!1,Be="",qe=[],Le=window.parent,Fe="*",We=0,De=!1,He=1,Ve=u,_e=window,Ue=()=>{oe("onMessage function not defined")},Ze=()=>{},Je=null,Qe=null;function Ge(e){var t,n,o;!function(e){Pe=e[0]??Pe,_=fe(e[1])??_,ae=de(e[2])??ae,Me=de(e[3])??Me,L=de(e[6])??L,Z=e[7]??Z,ve=e[8]??ve,V=e[9]??V,G=e[10]??G,We=fe(e[11])??We,$e.enable=de(e[12])??!1,Ie=e[13]??Ie,Ve=e[14]??Ve,Te=de(e[15])??Te,d=fe(e[16])??d,f=fe(e[17])??f,Y=de(e[18])??Y,ke=e[19]??ke,p=e[20]??p,xe=fe(e[21])??xe,Se=de(e[23])??Se}(e),t={id:Pe,enabled:Me,expand:Se},U.label(`${t.id}`),U.expand(t.expand),H=t.enabled,function(){function e(e){N=Oe(e,"onBeforeResize")??N,Ue=Oe(e,"onMessage")??Ue,Ze=Oe(e,"onReady")??Ze,"number"==typeof e?.offset&&(ce("offset","offsetSize"),Y&&(d=je(e,"offset")??d),ae&&(f=je(e,"offset")??f)),"number"==typeof e?.offsetSize&&(Y&&(d=je(e,"offsetSize")??d),ae&&(f=je(e,"offsetSize")??f)),ze=Ee(e,"ignoreSelector")??ze,Be=Ee(e,"sizeSelector")??Be,Fe=Ee(e,"targetOrigin")??Fe,ve=e?.heightCalculationMethod||ve,Ve=e?.widthCalculationMethod||Ve}function t(e,t){return"function"==typeof e&&(re(`<rb>Deprecated Option(${t}CalculationMethod)</>\n\nThe use of <b>${t}CalculationMethod</> as a function is deprecated and will be removed in a future version of <i>iframe-resizer</>. Please use the new <b>onBeforeResize</> event handler instead.\n\nSee <u>https://iframe-resizer.com/api/child</> for more details.`),r[t]=e,e="custom"),e}if(1===xe)return;const n=window.iframeResizer||window.iFrameResizer;"object"==typeof n&&(e(n),ve=t(ve,"height"),Ve=t(Ve,"width"),J(`Set targetOrigin for parent: %c${Fe}`,h))}(),it(),function(){try{Re=1===xe||"iframeParentListener"in window.parent}catch(e){}}(),xe<0?ie(`${R(xe+2)}${R(2)}`):p?.codePointAt(0)>4||xe<2&&ie(R(3)),p&&""!==p&&"false"!==p?p!==y&&re(`<b>Version mismatch</>\n\nThe parent and child pages are running different versions of <i>iframe resizer</>.\n\nParent page: ${p} - Child page: ${y}.\n`):re("<rb>Legacy version detected on parent page</>\n\nDetected legacy version of parent page script. It is recommended to update the parent page to use <b>@iframe-resizer/parent</>.\n\nSee <u>https://iframe-resizer.com/setup/</> for more details.\n"),lt(),ct(),function(){let e=!1;const t=t=>document.querySelectorAll(`[${t}]`).forEach((n=>{e=!0,n.removeAttribute(t),n.toggleAttribute(v,!0)}));t("data-iframe-height"),t("data-iframe-width"),e&&re("<rb>Deprecated Attributes</>\n \nThe <b>data-iframe-height</> and <b>data-iframe-width</> attributes have been deprecated and replaced with the single <b>data-iframe-size</> attribute. Use of the old attributes will be removed in a future version of <i>iframe-resizer</>.")}(),"BackCompat"===document.compatMode&&re("<rb>Quirks Mode Detected</>\n\nThis iframe is running in the browser's legacy <b>Quirks Mode</>, this may cause issues with the correct operation of <i>iframe-resizer</>. It is recommended that you switch to the modern <b>Standards Mode</>.\n\nFor more information see <u>https://iframe-resizer.com/quirks-mode</>.\n"),Ke(),1!==xe&&(_e.parentIframe=Object.freeze({autoResize:e=>(D(e,"boolean","parentIframe.autoResize(enable) enable"),!1===ae&&!1===Y?(ee(O),re("Auto Resize can not be changed when <b>direction</> is set to 'none'."),!1):(!0===e&&!1===L?(L=!0,queueMicrotask((()=>Et(O,"Auto Resize enabled")))):!1===e&&!0===L&&(L=!1),kt(0,0,"autoResize",JSON.stringify(L)),L)),close(){kt(0,0,"close")},getId:()=>Pe,getOrigin:()=>(se("getOrigin()","getParentOrigin()"),m),getParentOrigin:()=>m,getPageInfo(e){if("function"==typeof e)return Je=e,kt(0,0,"pageInfo"),void le("getPageInfo()","getParentProps()","See <u>https://iframe-resizer.com/upgrade</> for details. ");Je=null,kt(0,0,"pageInfoStop")},getParentProps:e=>(D(e,"function","parentIframe.getParentProps(callback) callback"),Qe=e,kt(0,0,"parentInfo"),()=>{Qe=null,kt(0,0,"parentInfoStop")}),getParentProperties(e){se("getParentProperties()","getParentProps()"),this.getParentProps(e)},moveToAnchor(e){D(e,"string","parentIframe.moveToAnchor(anchor) anchor"),$e.findTarget(e)},reset(){!function(){const e=ve;ve=l,De||(De=!0,requestAnimationFrame((()=>{De=!1}))),Mt("reset"),ve=e}()},setOffsetSize(e){D(e,"number","parentIframe.setOffsetSize(offset) offset"),d=e,f=e,Et(x,`parentIframe.setOffsetSize(${e})`)},scrollBy(e,t){D(e,"number","parentIframe.scrollBy(x, y) x"),D(t,"number","parentIframe.scrollBy(x, y) y"),kt(t,e,"scrollBy")},scrollTo(e,t){D(e,"number","parentIframe.scrollTo(x, y) x"),D(t,"number","parentIframe.scrollTo(x, y) y"),kt(t,e,"scrollTo")},scrollToOffset(e,t){D(e,"number","parentIframe.scrollToOffset(x, y) x"),D(t,"number","parentIframe.scrollToOffset(x, y) y"),kt(t,e,"scrollToOffset")},sendMessage(e,t){t&&D(t,"string","parentIframe.sendMessage(msg, targetOrigin) targetOrigin"),kt(0,0,"message",JSON.stringify(e),t)},setHeightCalculationMethod(e){ve=e,lt()},setWidthCalculationMethod(e){Ve=e,ct()},setTargetOrigin(e){D(e,"string","parentIframe.setTargetOrigin(targetOrigin) targetOrigin"),Fe=e},resize(e,t){e&&D(e,"number","parentIframe.resize(customHeight, customWidth) customHeight"),t&&D(t,"number","parentIframe.resize(customHeight, customWidth) customWidth"),Et(E,`parentIframe.resize(${e||""}${t?`,${t}`:""})`,e,t)},size(e,t){se("size()","resize()"),this.resize(e,t)}}),_e.parentIFrame=_e.parentIframe),function(){function e(e){kt(0,0,e.type,`${e.screenY}:${e.screenX}`)}function t(t,n){I(window.document,t,e)}!0===Te&&(t("mouseenter"),t("mouseleave"))}(),$e=function(){const e=()=>({x:document.documentElement.scrollLeft,y:document.documentElement.scrollTop});function t(t){const n=t.getBoundingClientRect(),o=e();return{x:parseInt(n.left,b)+parseInt(o.x,b),y:parseInt(n.top,b)+parseInt(o.y,b)}}function n(e){function n(e){const n=t(e);kt(n.y,n.x,"scrollToOffset")}const o=e.split("#")[1]||e,r=decodeURIComponent(o),i=document.getElementById(r)||document.getElementsByName(r)[0];void 0===i?kt(0,0,"inPageLink",`#${o}`):n(i)}function o(){const{hash:e,href:t}=window.location;""!==e&&"#"!==e&&n(t)}function r(){for(const e of document.querySelectorAll('a[href^="#"]'))"#"!==e.getAttribute("href")&&I(e,"click",(t=>{t.preventDefault(),n(e.getAttribute("href"))}))}function i(){I(window,"hashchange",o)}function a(){setTimeout(o,128)}function s(){r(),i(),a()}return $e.enable&&(1===xe?re("In page linking requires a Professional or Business license. Please see <u>https://iframe-resizer.com/pricing</> for more details."):s()),{findTarget:n}}(),void 0===Z&&(Z=`${_}px`),ot("margin",(n="margin",(o=Z).includes("-")&&(oe(`Negative CSS value ignored for ${n}`),o=""),o)),ot("background",V),ot("padding",G),function(){const e=document.createElement("div");e.style.clear="both",e.style.display="block",e.style.height="0",document.body.append(e)}(),function(){const e=e=>e.style.setProperty("height","auto","important");e(document.documentElement),e(document.body)}(),function(e){at({method:e,eventType:"After Print",eventName:"afterprint"}),at({method:e,eventType:"Before Print",eventName:"beforeprint"}),at({method:e,eventType:"Ready State Change",eventName:"readystatechange"})}("add"),function(){const e=new Set,t=[];let n=!1,o=0;const r=t=>{J("Mutations observed:",t);for(const n of t){const{addedNodes:t,removedNodes:o}=n;for(const n of t)e.add(n);for(const t of o)e.delete(t)}},i=16,a=2,s=200;let l=1;function c(e){it(),et(e),e.forEach(ft),e.clear()}function u(){const d=performance.now(),f=d-o;if(f>i*l+++a&&f<s)return J("Backed off due to heavy workload on callStack"),setTimeout(u,i*l),void(o=d);l=1,t.forEach(r),t.length=0,e.size>0&&c(e),Ke(),Xe(),n=!1,Et(C,"Mutation Observed")}function d(e){t.push(e),n||(o=performance.now(),n=!0,requestAnimationFrame(u))}function f(){const e=new window.MutationObserver(d),t=document.querySelector("body"),n={attributes:!0,attributeFilter:[w,v],attributeOldValue:!1,characterData:!1,characterDataOldValue:!1,childList:!0,subtree:!0};return e.observe(t,n),e}f()}(),Ne=new ResizeObserver(ut),Ne.observe(document.body),dt.add(document.body),ft(document.body),Y!==ae&&(Ce=(e=>{const t=e.side||$,n=e.onChange||q,o={root:e.root,rootMargin:"0px",threshold:1},r=window?.requestAnimationFrame||q,i=(e=!1)=>n(e),a=(e,n)=>0===e||e>n[t],s=(e,t)=>e.toggleAttribute(z,t),l=new IntersectionObserver((function(e){for(const o of e){const{boundingClientRect:e,rootBounds:r,target:i}=o,l=e[t],c=a(l,r)&&!((n=i).hidden||null===n.offsetParent||"none"===n.style.display);s(i,c)}var n;r(i)}),o),c=new WeakSet;return function(e){for(const t of e){const e=t.nodeType===Node.ELEMENT_NODE,n=c.has(t);!n&&e?(l.observe(t),c.add(t)):Q(!n,"Node already observed",t)}}})({onChange:Ye,root:document.documentElement,side:Y?$:S})),et(ht(document)()),queueMicrotask(Ze),Et(A,"Init message from host page",void 0,void 0,y),document.title&&""!==document.title&&kt(0,0,"title",document.title)}function Xe(){Ae=document.querySelectorAll(`[${z}]:not([${w}]):not([${w}] *)`),ge=Ae.length>0}function Ye(e){Xe(),(ge||e)&&(ge?J("Overflowed Elements:",...Ae):J("Overflow removed"),Et(P,"Overflow updated"))}function Ke(){qe=document.querySelectorAll(`[${v}]`),ye=qe.length>0}function et(e){ye||Ce(e)}let tt=0;function nt(){const n=document.querySelectorAll(`*[${w}]`);he=n.length>0,he&&n.length!==tt&&(function(n){const o=1===n.length?"":"s";oe(`%c[${w}]%c found on %c${n.length}%c element${o}`,t,e,t,e)}(n),tt=n.length)}function ot(e,t){void 0!==t&&""!==t&&"null"!==t&&(document.body.style.setProperty(e,t),J(`Set body ${e}: %c${t}`,h))}function rt(e,t,n){if(""!==n)for(const e of document.querySelectorAll(n))e.toggleAttribute(t,!0)}function it(){rt(0,v,Be),rt(0,w,ze)}function at(e){({add(t){function n(){Et(e.eventName,e.eventType)}a[t]=n,I(window,t,n,{passive:!0})},remove(e){const t=a[e];var n,o;delete a[e],n=e,o=t,window.removeEventListener(n,o,!1)}})[e.method](e.eventName)}function st(e,t,n,o){return t!==e&&(e in n||(oe(`${e} is not a valid option for ${o}CalculationMethod.`),e=t),e in i)&&re(`<rb>Deprecated ${o}CalculationMethod (${e})</>\n\nThis version of <i>iframe-resizer</> can auto detect the most suitable ${o} calculation method. It is recommended that you ${p?"remove this option.":"set this option to <b>'auto'</> when using an older version of <i>iframe-resizer</> on the parent page."}`),e}function lt(){ve=st(ve,l,zt,"height")}function ct(){Ve=st(Ve,u,wt,"width")}function ut(e){if(!Array.isArray(e)||0===e.length)return;const t=e[0].target;Et(T,`Element resized <${function(e){switch(!0){case!W(e):return"";case W(e.id):return`${e.nodeName}#${e.id}`;case W(e.name):return`${e.nodeName} (${e.name}`;case W(e.className):return`${e.nodeName}.${e.className}`;default:return e.nodeName}}(t)}>`)}const dt=new WeakSet;function ft(e){if(e.nodeType!==Node.ELEMENT_NODE)return;if(!dt.has(e)){const t=getComputedStyle(e)?.position;""!==t&&"static"!==t&&(Ne.observe(e),dt.add(e))}const t=ht(e)();for(const e of t){if(dt.has(e)||e?.nodeType!==Node.ELEMENT_NODE)continue;const t=getComputedStyle(e)?.position;""!==t&&"static"!==t&&(Ne.observe(e),dt.add(e))}}function mt(e){performance.mark(me);const t=F(e);let n=0,r=document.documentElement,i=ye?0:document.documentElement.getBoundingClientRect().bottom;const a=ye?qe:ge?Ae:ht(document)();let l=a.length;for(const t of a)ye||!s||t.checkVisibility(o)?(n=t.getBoundingClientRect()[e]+parseFloat(getComputedStyle(t).getPropertyValue(`margin-${e}`)),n>i&&(i=n,r=t)):l-=1;return J(`${t} position calculated from:`,r),performance.mark(pe,{detail:{Side:t,len:l,hasTags:ye,logging:Me}}),i}const pt=e=>[e.bodyOffset(),e.bodyScroll(),e.documentElementOffset(),e.documentElementScroll(),e.boundingClientRect()],ht=e=>()=>{nt();const t=["* ","not(head)","not(meta)","not(base)","not(title)","not(script)","not(link)","not(style)","not(map)","not(area)","not(option)","not(optgroup)","not(template)","not(track)","not(wbr)","not(nobr)"];return he&&t.push(`not([${w}])`,`not([${w}] *)`),e.querySelectorAll(t.join(":"))},gt={height:0,width:0},yt={height:0,width:0},bt=[h,g,h];function vt(e){function t(){return yt[o]=r,gt[o]=s,r}const n=e===zt,o=n?"height":"width",r=e.boundingClientRect(),i=Math.ceil(r),a=Math.floor(r),s=(e=>e.documentElementScroll()+Math.max(0,e.getOffset()))(e),l=`HTML: %c${r}px %cPage: %c${s}px`;let c=0;switch(!0){case!e.enabled():return s;case ye:J("Found element with data-iframe-size attribute"),c=e.taggedElement();break;case!ge&&0===yt[o]&&0===gt[o]:J(`Initial page size values: ${l}`,...bt),c=t();break;case De&&r===yt[o]&&s===gt[o]:J(`Size unchanged: ${l}`,...bt),c=Math.max(r,s);break;case 0===r:J(`Page is hidden: ${l}`,...bt),c=s;break;case!ge&&r!==yt[o]&&s<=gt[o]:J(`New <html> size: ${l} `,...bt),J(`Previous <html> size: %c${yt[o]}px`,h),c=t();break;case!n:c=e.taggedElement();break;case!ge&&r<yt[o]:J(`<html> size decreased: ${l}`,...bt),c=t();break;case s===a||s===i:J(`<html> size equals page size: ${l}`,...bt),c=t();break;case r>s:J(`Page size < <html> size: ${l}`,...bt),c=t();break;case ge:J("Found element overflowing <html> "),c=e.taggedElement();break;default:J(`Using <html> size: ${l}`,...bt),c=t()}return J(`Content ${o}: %c${c}px`,h),c+=function(e){const t=e.getOffset();return 0!==t&&J(`Page offsetSize: %c${t}px`,h),t}(e),c}const zt={enabled:()=>Y,getOffset:()=>d,auto:()=>vt(zt),bodyOffset:()=>{const{body:e}=document,t=getComputedStyle(e);return e.offsetHeight+parseInt(t.marginTop,b)+parseInt(t.marginBottom,b)},bodyScroll:()=>document.body.scrollHeight,offset:()=>zt.bodyOffset(),custom:()=>r.height(),documentElementOffset:()=>document.documentElement.offsetHeight,documentElementScroll:()=>document.documentElement.scrollHeight,boundingClientRect:()=>Math.max(document.documentElement.getBoundingClientRect().bottom,document.body.getBoundingClientRect().bottom),max:()=>Math.max(...pt(zt)),min:()=>Math.min(...pt(zt)),grow:()=>zt.max(),lowestElement:()=>mt($),taggedElement:()=>mt($)},wt={enabled:()=>ae,getOffset:()=>f,auto:()=>vt(wt),bodyScroll:()=>document.body.scrollWidth,bodyOffset:()=>document.body.offsetWidth,custom:()=>r.width(),documentElementScroll:()=>document.documentElement.scrollWidth,documentElementOffset:()=>document.documentElement.offsetWidth,boundingClientRect:()=>Math.max(document.documentElement.getBoundingClientRect().right,document.body.getBoundingClientRect().right),max:()=>Math.max(...pt(wt)),min:()=>Math.min(...pt(wt)),rightMostElement:()=>mt(S),scroll:()=>Math.max(wt.bodyScroll(),wt.documentElementScroll()),taggedElement:()=>mt(S)},$t=(e,t)=>!(Math.abs(e-t)<=We);function St(e,t){const n=e[t]();return e.enabled()&&void 0!==N?function(e){const t=N(e);if(void 0===t)throw new TypeError("No value returned from onBeforeResize(), expected a numeric value");if(Number.isNaN(t))throw new TypeError(`Invalid value returned from onBeforeResize(): ${t}, expected Number`);return t}(n):n}let Ot=!1;const jt=B((()=>ie(R(4)))),Et=K(((e,t,n,o,r)=>{if(performance.now(),ee(e),!0!==Ot)return L||e in k?void(document.hidden||(Ot=!0,requestAnimationFrame((()=>{Ot=!1})),function(e,t,n,o,r){const i=n??St(zt,ve),a=o??St(wt,Ve);switch(Y&&$t(be,i)||ae&&$t(He,a)?j:e){case A:case O:case j:be=i,He=a;case x:kt(be,He,e,r);break;case T:case P:case C:ne();break;default:ne(),J("No change in content size detected")}}(e,0,n,o,r))):(J("Resizing disabled"),void X())}));function Mt(e){be=zt[ve](),He=wt[Ve](),kt(be,He,e)}const kt=K((function(e,t,o,r,i){xe<-1||(ee(o),void 0!==i||(i=Fe),function(){const a=`${Pe}:${e}:${t}:${o}${void 0===r?"":`:${r}`}`;if(Re)try{window.parent.iframeParentListener(c+a)}catch(e){if(1!==xe)throw e;return void jt()}else Le.postMessage(c+a,i);J(`Sending message to parent page via ${Re?"sameOrigin":"postMessage"}: %c%c${a}`,n,h)}(),X())})),xt=K((function(e){ee("onMessage");const{freeze:t}=Object,{parse:n}=JSON,o=e=>kt(0,0,`${e}Stop`),r={init:function(){if("loading"===document.readyState)return;const t=e.data.slice(13).split(":");Le=e.source,m=e.origin,Ge(t),ue=!1,setTimeout((()=>{we=!1}),128)},reset(){we||Mt("resetPage")},resize(){Et(M,"Parent window requested size check")},moveToAnchor(){$e.findTarget(a())},inPageLink(){this.moveToAnchor()},pageInfo(){const e=a();Je?setTimeout((()=>Je(n(e)))):o("pageInfo")},parentInfo(){const e=(r=a(),t(n(r)));var r;Qe?setTimeout((()=>Qe(e))):o("parentInfo")},message(){const e=a();setTimeout((()=>Ue(n(e))))}},i=()=>e.data.split("]")[1].split(":")[0],a=()=>e.data.slice(e.data.indexOf(":")+1),s=()=>e.data.split(":")[2]in{true:1,false:1};function l(){const t=i();ee(t),t in r?r[t]():"iframeResize"in window||void 0!==window.jQuery&&""in window.jQuery.prototype||s()||oe(`Unexpected message (${e.data})`)}c===`${e.data}`.slice(0,13)&&function(){if(!1!==ue)return s()?(te(i()),ee(A),void r.init()):void 0;l()}()}));function Tt(){"loading"!==document.readyState&&window.parent.postMessage("[iFrameResizerChild]Ready","*")}"iframeChildListener"in window?oe("Already setup"):(window.iframeChildListener=e=>setTimeout((()=>xt({data:e,sameOrigin:!0}))),I(window,"message",xt),I(window,"readystatechange",Tt),Tt())}()},void 0===(r="function"==typeof o?o.call(t,n,t,e):o)||(e.exports=r)}},t={};function n(o){var r=t[o];if(void 0!==r)return r.exports;var i=t[o]={exports:{}};return e[o](i,i.exports,n),i.exports}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 o in t)n.o(t,o)&&!n.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var o={};return function(){"use strict";n.r(o);n(94969)}(),o}()}));
3
- //# sourceMappingURL=archive_coverage.b37e2158e800bc69180b.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"js/archive_coverage.b37e2158e800bc69180b.js","mappings":"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","sources":["webpack://swh/webpack/universalModuleDefinition","webpack://swh/./node_modules/@iframe-resizer/child/index.umd.js","webpack://swh/webpack/bootstrap","webpack://swh/webpack/runtime/compat get default export","webpack://swh/webpack/runtime/define property getters","webpack://swh/webpack/runtime/hasOwnProperty shorthand","webpack://swh/webpack/runtime/make namespace object"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"swh\"] = factory();\n\telse\n\t\troot[\"swh\"] = root[\"swh\"] || {}, root[\"swh\"][\"archive_coverage\"] = factory();\n})(self, function() {\nreturn ","/*!\n * @preserve\n * \n * @module iframe-resizer/child 5.4.6 (umd) - 2025-04-24\n *\n * @license GPL-3.0 for non-commercial use only.\n * For commercial use, you must purchase a license from\n * https://iframe-resizer.com/pricing\n * \n * @description Keep same and cross domain iFrames sized to their content \n *\n * @author David J. Bradshaw <info@iframe-resizer.com>\n * \n * @see {@link https://iframe-resizer.com}\n * \n * @copyright (c) 2013 - 2025, David J. Bradshaw. All rights reserved.\n */\n\n\n!function(e){\"function\"==typeof define&&define.amd?define(e):e()}((function(){\"use strict\";const e=\"font-weight: normal;\",t=\"font-weight: bold;\",n=\"font-style: italic;\",o=e+n,r=\"default\",i=Object.freeze({assert:!0,error:!0,warn:!0}),a={expand:!0,defaultEvent:void 0,event:void 0,label:\"AutoConsoleGroup\",showTime:!0},s={profile:0,profileEnd:0,timeStamp:0,trace:0},l=Object.assign(console);const{fromEntries:c,keys:u}=Object,d=e=>[e,l[e]],f=e=>t=>[t,function(n){e[t]=n}],m=(e,t)=>c(u(e).map(t));const p=!(typeof window>\"u\"||\"function\"!=typeof window.matchMedia)&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches,h=p?\"color: #A9C7FB;\":\"color: #135CD2;\",g=p?\"color: #E3E3E3;\":\"color: #1F1F1F;\",y=\"5.4.6\",b=10,v=\"data-iframe-size\",z=\"data-iframe-overflowed\",w=\"data-iframe-ignore\",$=\"bottom\",S=\"right\",E=\"autoResizeEnabled\",O=Symbol(\"sizeChanged\"),j=\"manualResize\",k=\"parentResize\",M={[j]:1,[k]:1},T=\"setOffsetSize\",C=\"resizeObserver\",P=\"overflowObserver\",A=\"mutationObserver\",x=\"init\",I=(e,t,n,o)=>e.addEventListener(t,n,o||!1),N=[\"<iy><yi>Puchspk Spjluzl Rlf</><iy><iy>\",\"<iy><yi>Tpzzpun Spjluzl Rlf</><iy><iy>\",\"Aopz spiyhyf pz hchpshisl dpao ivao Jvttlyjphs huk Vwlu-Zvbyjl spjluzlz.<iy><iy><i>Jvttlyjphs Spjluzl</><iy>Mvy jvttlyjphs bzl, <p>pmyhtl-ylzpgly</> ylxbpylz h svd jvza vul aptl spjluzl mll. Mvy tvyl pumvythapvu cpzpa <b>oaawz://pmyhtl-ylzpgly.jvt/wypjpun</>.<iy><iy><i>Vwlu Zvbyjl Spjluzl</><iy>Pm fvb hyl bzpun aopz spiyhyf pu h uvu-jvttlyjphs vwlu zvbyjl wyvqlja aolu fvb jhu bzl pa mvy myll bukly aol alytz vm aol NWS C3 Spjluzl. Av jvumpyt fvb hjjlwa aolzl alytz, wslhzl zla aol <i>spjluzl</> rlf pu <p>pmyhtl-ylzpgly</> vwapvuz av <i>NWSc3</>.<iy><iy>Mvy tvyl pumvythapvu wslhzl zll: <b>oaawz://pmyhtl-ylzpgly.jvt/nws</>\",\"<i>NWSc3 Spjluzl Clyzpvu</><iy><iy>Aopz clyzpvu vm <p>pmyhtl-ylzpgly</> pz ilpun bzlk bukly aol alytz vm aol <i>NWS C3</> spjluzl. Aopz spjluzl hssvdz fvb av bzl <p>pmyhtl-ylzpgly</> pu Vwlu Zvbyjl wyvqljaz, iba pa ylxbpylz fvby wyvqlja av il wbispj, wyvcpkl haaypibapvu huk il spjluzlk bukly clyzpvu 3 vy shaly vm aol NUB Nlulyhs Wbispj Spjluzl.<iy><iy>Pm fvb hyl bzpun aopz spiyhyf pu h uvu-vwlu zvbyjl wyvqlja vy dlizpal, fvb dpss ullk av wbyjohzl h svd jvza vul aptl jvttlyjphs spjluzl.<iy><iy>Mvy tvyl pumvythapvu cpzpa <b>oaawz://pmyhtl-ylzpgly.jvt/wypjpun</>.\",\"<iy><yi>Zvsv spjluzl kvlz uva zbwwvya jyvzz-kvthpu</><iy><iy>Av bzl <p>pmyhtl-ylzpgly</> dpao jyvzz kvthpu pmyhtlz fvb ullk lpaoly aol Wyvmlzzpvuhs vy Ibzpulzz spjluzlz. Mvy klahpsz vu bwnyhkl wypjpun wslhzl jvuahja pumv@pmyhtl-ylzpgly.jvt.\"];Object.fromEntries([\"2cgs7fdf4xb\",\"1c9ctcccr4z\",\"1q2pc4eebgb\",\"ueokt0969w\",\"w2zxchhgqz\",\"1umuxblj2e5\"].map(((e,t)=>[e,Math.max(0,t-1)])));const R=e=>(e=>e.replace(/[A-Za-z]/g,(e=>String.fromCodePoint((e<=\"Z\"?90:122)>=(e=e.codePointAt(0)+19)?e:e-26))))(N[e]),B=e=>{let t=!1;return function(){return t?void 0:(t=!0,Reflect.apply(e,this,arguments))}},q=e=>e,L=e=>Math.round(1e3*e)/1e3,F=e=>e.charAt(0).toUpperCase()+e.slice(1),W=e=>\"\"!=`${e}`&&void 0!==e;const D=(e,t,n)=>{if(typeof e!==t)throw new TypeError(`${n} is not a ${F(t)}`)};let H=!0;const V=(U=function(n={}){const c={},u={},p=[],h={...a,expand:!n.collapsed||a.expanded,...n};let g=\"\";function y(){p.length=0,g=\"\"}function b(){delete h.event,y()}const v=()=>!!p.some((([e])=>e in i))||!!h.expand;function z(){if(0!==p.length){l[v()?\"group\":\"groupCollapsed\"](`%c${h.label}%c ${(e=>{const t=e.event||e.defaultEvent;return t?`${t}`:\"\"})(h)} %c${h.showTime?g:\"\"}`,e,t,o);for(const[e,...t]of p)l.assert(e in l,`Unknown console method: ${e}`),e in l&&l[e](...t);l.groupEnd(),b()}else b()}function w(){\"\"===g&&(g=function(){const e=new Date,t=(t,n)=>e[t]().toString().padStart(n,\"0\");return`@ ${t(\"getHours\",2)}:${t(\"getMinutes\",2)}:${t(\"getSeconds\",2)}.${t(\"getMilliseconds\",3)}`}())}function $(e,...t){0===p.length&&(w(),queueMicrotask((()=>queueMicrotask(z)))),p.push([e,...t])}function S(e=r,...t){c[e]?$(\"log\",`${e}: ${performance.now()-c[e]} ms`,...t):$(\"timeLog\",e,...t)}return{...m(h,f(h)),...m(console,(e=>[e,(...t)=>$(e,...t)])),...m(s,d),assert:function(e,...t){e||$(\"assert\",e,...t)},count:function(e=r){u[e]?u[e]+=1:u[e]=1,$(\"log\",`${e}: ${u[e]}`)},countReset:function(e=r){delete u[e]},endAutoGroup:z,errorBoundary:e=>(...t)=>{let n;try{n=e(...t)}catch(e){if(!Error.prototype.isPrototypeOf(e))throw e;$(\"error\",e)}return n},event:function(e){w(),h.event=e},purge:y,time:function(e=r){w(),c[e]=performance.now()},timeEnd:function(e=r){S(e),delete c[e]},timeLog:S,touch:w}},U?.__esModule?U.default:U);var U;const Z=V({label:\"iframeResizer(child)\"});var J;const _=(J=\"log\",(...e)=>!H||Z[J](...e)),{assert:Q,debug:G,endAutoGroup:X,error:Y,errorBoundary:K,event:ee,label:te,purge:ne,warn:oe}=Z,re=e=>{return Z.warn((t=q,e=>window.chrome?t(e.replaceAll(\"<br>\",\"\\n\").replaceAll(\"<rb>\",\"\u001b[31;1m\").replaceAll(\"</>\",\"\u001b[m\").replaceAll(\"<b>\",\"\u001b[1m\").replaceAll(\"<i>\",\"\u001b[3m\").replaceAll(\"<u>\",\"\u001b[4m\")):t(e.replaceAll(\"<br>\",\"\\n\").replaceAll(/<[/a-z]+>/gi,\"\")))(e));var t},ie=re,ae=(e=>(t,n=\"renamed to\")=>(o,r,i=\"\",a=\"\")=>e(a,`<rb>Deprecated ${t}(${o.replace(\"()\",\"\")})</>\\n\\nThe <b>${o}</> ${t.toLowerCase()} has been ${n} <b>${r}</>. ${i}Use of the old ${t.toLowerCase()} will be removed in a future version of <i>iframe-resizer</>.`))(((e,t)=>re(t))),se=ae(\"Method\"),le=ae(\"Method\",\"replaced with\"),ce=ae(\"Option\"),ue=e=>t=>void 0===t?void 0:e(t),de=ue((e=>\"true\"===e)),fe=ue(Number),me=\"--ifr-start\",pe=\"--ifr-end\",he=[],ge=new WeakSet,ye=e=>\"object\"==typeof e&&ge.add(e);let be={},ve=0;const ze=setInterval((()=>{if(he.length<10)return;if(be.hasTags&&be.len<25)return;he.sort();const e=Math.min(he.reduce(((e,t)=>e+t),0)/he.length,he[Math.floor(he.length/2)]),t=L(e);t>ve&&(ve=t,ee(\"performanceObserver\")),e<=4||(clearInterval(ze),re(`<rb>Performance Warning</>\\n\\nCalculating the page size is taking an excessive amount of time (${L(e)}ms).\\n\\nTo improve performance add the <b>data-iframe-size</> attribute to the ${be.Side.toLowerCase()} most element on the page. For more details see: <u>https://iframe-resizer.com/perf</>.`))}),5e3);function we(e){e.getEntries().forEach((e=>{if(e.name===pe){const{duration:t}=performance.measure(\"--ifr-measure\",me,pe);be=e.detail,he.push(t),he.length>100&&he.shift()}}))}function $e(){new PerformanceObserver(we).observe({entryTypes:[\"mark\"]}),ye(document.documentElement),ye(document.body)}\"undefined\"!=typeof document&&\"undefined\"!=typeof PerformanceObserver&&(\"loading\"===document.readyState?document.addEventListener(\"DOMContentLoaded\",$e):$e());const Se=e=>(t,n)=>{if(n in t){if(typeof t[n]===e)return t[n];throw new TypeError(`${n} is not a ${e}.`)}},Ee=Se(\"function\"),Oe=Se(\"number\"),je=Se(\"string\");\"undefined\"!=typeof window&&function(){const o={contentVisibilityAuto:!0,opacityProperty:!0,visibilityProperty:!0},r={height:()=>(oe(\"Custom height calculation function not defined\"),zt.auto()),width:()=>(oe(\"Custom width calculation function not defined\"),wt.auto())},i={bodyOffset:1,bodyScroll:1,offset:1,documentElementOffset:1,documentElementScroll:1,boundingClientRect:1,max:1,min:1,grow:1,lowestElement:1},a={},s=\"checkVisibility\"in window,l=\"auto\",c=\"[iFrameSizer]\",u=\"scroll\";let d,f,m,p,N,L=!0,V=\"\",U=0,J=\"\",G=\"\",Y=!0,ae=!1,ue=!0,he=!1,ge=!1,ye=!1,be=1,ve=l,ze=\"\",we=!0,$e={},Se=!0,ke=!1,Me=\"\",Te=0,Ce=!1,Pe=\"\",Ae=q,xe=[],Ie=\"child\",Ne=null,Re=!1,Be=\"\",qe=[],Le=window.parent,Fe=\"*\",We=0,De=!1,He=1,Ve=u,Ue=window,Ze=()=>{oe(\"onMessage function not defined\")},Je=()=>{},_e=null,Qe=null;function Ge(e){var t,n,o;!function(e){Pe=e[0]??Pe,U=fe(e[1])??U,ae=de(e[2])??ae,ke=de(e[3])??ke,L=de(e[6])??L,J=e[7]??J,ve=e[8]??ve,V=e[9]??V,G=e[10]??G,We=fe(e[11])??We,$e.enable=de(e[12])??!1,Ie=e[13]??Ie,Ve=e[14]??Ve,Ce=de(e[15])??Ce,d=fe(e[16])??d,f=fe(e[17])??f,Y=de(e[18])??Y,Me=e[19]??Me,p=e[20]??p,Te=fe(e[21])??Te,Se=de(e[23])??Se}(e),t={id:Pe,enabled:ke,expand:Se},Z.label(`${t.id}`),Z.expand(t.expand),H=t.enabled,function(){function e(e){N=Ee(e,\"onBeforeResize\")??N,Ze=Ee(e,\"onMessage\")??Ze,Je=Ee(e,\"onReady\")??Je,\"number\"==typeof e?.offset&&(ce(\"offset\",\"offsetSize\"),Y&&(d=Oe(e,\"offset\")??d),ae&&(f=Oe(e,\"offset\")??f)),\"number\"==typeof e?.offsetSize&&(Y&&(d=Oe(e,\"offsetSize\")??d),ae&&(f=Oe(e,\"offsetSize\")??f)),ze=je(e,\"ignoreSelector\")??ze,Be=je(e,\"sizeSelector\")??Be,Fe=je(e,\"targetOrigin\")??Fe,ve=e?.heightCalculationMethod||ve,Ve=e?.widthCalculationMethod||Ve}function t(e,t){return\"function\"==typeof e&&(re(`<rb>Deprecated Option(${t}CalculationMethod)</>\\n\\nThe use of <b>${t}CalculationMethod</> as a function is deprecated and will be removed in a future version of <i>iframe-resizer</>. Please use the new <b>onBeforeResize</> event handler instead.\\n\\nSee <u>https://iframe-resizer.com/api/child</> for more details.`),r[t]=e,e=\"custom\"),e}if(1===Te)return;const n=window.iframeResizer||window.iFrameResizer;\"object\"==typeof n&&(e(n),ve=t(ve,\"height\"),Ve=t(Ve,\"width\"),_(`Set targetOrigin for parent: %c${Fe}`,h))}(),it(),function(){try{Re=1===Te||\"iframeParentListener\"in window.parent}catch(e){}}(),Te<0?ie(`${R(Te+2)}${R(2)}`):p?.codePointAt(0)>4||Te<2&&ie(R(3)),p&&\"\"!==p&&\"false\"!==p?p!==y&&re(`<b>Version mismatch</>\\n\\nThe parent and child pages are running different versions of <i>iframe resizer</>.\\n\\nParent page: ${p} - Child page: ${y}.\\n`):re(\"<rb>Legacy version detected on parent page</>\\n\\nDetected legacy version of parent page script. It is recommended to update the parent page to use <b>@iframe-resizer/parent</>.\\n\\nSee <u>https://iframe-resizer.com/setup/</> for more details.\\n\"),lt(),ct(),function(){let e=!1;const t=t=>document.querySelectorAll(`[${t}]`).forEach((n=>{e=!0,n.removeAttribute(t),n.toggleAttribute(v,!0)}));t(\"data-iframe-height\"),t(\"data-iframe-width\"),e&&re(\"<rb>Deprecated Attributes</>\\n \\nThe <b>data-iframe-height</> and <b>data-iframe-width</> attributes have been deprecated and replaced with the single <b>data-iframe-size</> attribute. Use of the old attributes will be removed in a future version of <i>iframe-resizer</>.\")}(),\"BackCompat\"===document.compatMode&&re(\"<rb>Quirks Mode Detected</>\\n\\nThis iframe is running in the browser's legacy <b>Quirks Mode</>, this may cause issues with the correct operation of <i>iframe-resizer</>. It is recommended that you switch to the modern <b>Standards Mode</>.\\n\\nFor more information see <u>https://iframe-resizer.com/quirks-mode</>.\\n\"),Ke(),1!==Te&&(Ue.parentIframe=Object.freeze({autoResize:e=>(D(e,\"boolean\",\"parentIframe.autoResize(enable) enable\"),!1===ae&&!1===Y?(ee(E),re(\"Auto Resize can not be changed when <b>direction</> is set to 'none'.\"),!1):(!0===e&&!1===L?(L=!0,queueMicrotask((()=>jt(E,\"Auto Resize enabled\")))):!1===e&&!0===L&&(L=!1),Mt(0,0,\"autoResize\",JSON.stringify(L)),L)),close(){Mt(0,0,\"close\")},getId:()=>Pe,getOrigin:()=>(se(\"getOrigin()\",\"getParentOrigin()\"),m),getParentOrigin:()=>m,getPageInfo(e){if(\"function\"==typeof e)return _e=e,Mt(0,0,\"pageInfo\"),void le(\"getPageInfo()\",\"getParentProps()\",\"See <u>https://iframe-resizer.com/upgrade</> for details. \");_e=null,Mt(0,0,\"pageInfoStop\")},getParentProps:e=>(D(e,\"function\",\"parentIframe.getParentProps(callback) callback\"),Qe=e,Mt(0,0,\"parentInfo\"),()=>{Qe=null,Mt(0,0,\"parentInfoStop\")}),getParentProperties(e){se(\"getParentProperties()\",\"getParentProps()\"),this.getParentProps(e)},moveToAnchor(e){D(e,\"string\",\"parentIframe.moveToAnchor(anchor) anchor\"),$e.findTarget(e)},reset(){!function(){const e=ve;ve=l,De||(De=!0,requestAnimationFrame((()=>{De=!1}))),kt(\"reset\"),ve=e}()},setOffsetSize(e){D(e,\"number\",\"parentIframe.setOffsetSize(offset) offset\"),d=e,f=e,jt(T,`parentIframe.setOffsetSize(${e})`)},scrollBy(e,t){D(e,\"number\",\"parentIframe.scrollBy(x, y) x\"),D(t,\"number\",\"parentIframe.scrollBy(x, y) y\"),Mt(t,e,\"scrollBy\")},scrollTo(e,t){D(e,\"number\",\"parentIframe.scrollTo(x, y) x\"),D(t,\"number\",\"parentIframe.scrollTo(x, y) y\"),Mt(t,e,\"scrollTo\")},scrollToOffset(e,t){D(e,\"number\",\"parentIframe.scrollToOffset(x, y) x\"),D(t,\"number\",\"parentIframe.scrollToOffset(x, y) y\"),Mt(t,e,\"scrollToOffset\")},sendMessage(e,t){t&&D(t,\"string\",\"parentIframe.sendMessage(msg, targetOrigin) targetOrigin\"),Mt(0,0,\"message\",JSON.stringify(e),t)},setHeightCalculationMethod(e){ve=e,lt()},setWidthCalculationMethod(e){Ve=e,ct()},setTargetOrigin(e){D(e,\"string\",\"parentIframe.setTargetOrigin(targetOrigin) targetOrigin\"),Fe=e},resize(e,t){e&&D(e,\"number\",\"parentIframe.resize(customHeight, customWidth) customHeight\"),t&&D(t,\"number\",\"parentIframe.resize(customHeight, customWidth) customWidth\"),jt(j,`parentIframe.resize(${e||\"\"}${t?`,${t}`:\"\"})`,e,t)},size(e,t){se(\"size()\",\"resize()\"),this.resize(e,t)}}),Ue.parentIFrame=Ue.parentIframe),function(){function e(e){Mt(0,0,e.type,`${e.screenY}:${e.screenX}`)}function t(t,n){I(window.document,t,e)}!0===Ce&&(t(\"mouseenter\"),t(\"mouseleave\"))}(),$e=function(){const e=()=>({x:document.documentElement.scrollLeft,y:document.documentElement.scrollTop});function t(t){const n=t.getBoundingClientRect(),o=e();return{x:parseInt(n.left,b)+parseInt(o.x,b),y:parseInt(n.top,b)+parseInt(o.y,b)}}function n(e){function n(e){const n=t(e);Mt(n.y,n.x,\"scrollToOffset\")}const o=e.split(\"#\")[1]||e,r=decodeURIComponent(o),i=document.getElementById(r)||document.getElementsByName(r)[0];void 0===i?Mt(0,0,\"inPageLink\",`#${o}`):n(i)}function o(){const{hash:e,href:t}=window.location;\"\"!==e&&\"#\"!==e&&n(t)}function r(){for(const e of document.querySelectorAll('a[href^=\"#\"]'))\"#\"!==e.getAttribute(\"href\")&&I(e,\"click\",(t=>{t.preventDefault(),n(e.getAttribute(\"href\"))}))}function i(){I(window,\"hashchange\",o)}function a(){setTimeout(o,128)}function s(){r(),i(),a()}return $e.enable&&(1===Te?re(\"In page linking requires a Professional or Business license. Please see <u>https://iframe-resizer.com/pricing</> for more details.\"):s()),{findTarget:n}}(),void 0===J&&(J=`${U}px`),ot(\"margin\",(n=\"margin\",(o=J).includes(\"-\")&&(oe(`Negative CSS value ignored for ${n}`),o=\"\"),o)),ot(\"background\",V),ot(\"padding\",G),function(){const e=document.createElement(\"div\");e.style.clear=\"both\",e.style.display=\"block\",e.style.height=\"0\",document.body.append(e)}(),function(){const e=e=>e.style.setProperty(\"height\",\"auto\",\"important\");e(document.documentElement),e(document.body)}(),function(e){at({method:e,eventType:\"After Print\",eventName:\"afterprint\"}),at({method:e,eventType:\"Before Print\",eventName:\"beforeprint\"}),at({method:e,eventType:\"Ready State Change\",eventName:\"readystatechange\"})}(\"add\"),function(){const e=new Set,t=[];let n=!1,o=0;const r=t=>{_(\"Mutations observed:\",t);for(const n of t){const{addedNodes:t,removedNodes:o}=n;for(const n of t)e.add(n);for(const t of o)e.delete(t)}},i=16,a=2,s=200;let l=1;function c(e){it(),et(e),e.forEach(ft),e.clear()}function u(){const d=performance.now(),f=d-o;if(f>i*l+++a&&f<s)return _(\"Backed off due to heavy workload on callStack\"),setTimeout(u,i*l),void(o=d);l=1,t.forEach(r),t.length=0,e.size>0&&c(e),Ke(),Xe(),n=!1,jt(A,\"Mutation Observed\")}function d(e){t.push(e),n||(o=performance.now(),n=!0,requestAnimationFrame(u))}function f(){const e=new window.MutationObserver(d),t=document.querySelector(\"body\"),n={attributes:!0,attributeFilter:[w,v],attributeOldValue:!1,characterData:!1,characterDataOldValue:!1,childList:!0,subtree:!0};return e.observe(t,n),e}f()}(),Ne=new ResizeObserver(ut),Ne.observe(document.body),dt.add(document.body),ft(document.body),Y!==ae&&(Ae=(e=>{const t=e.side||$,n=e.onChange||q,o={root:e.root,rootMargin:\"0px\",threshold:1},r=window?.requestAnimationFrame||q,i=(e=!1)=>n(e),a=(e,n)=>0===e||e>n[t],s=(e,t)=>e.toggleAttribute(z,t),l=new IntersectionObserver((function(e){for(const o of e){const{boundingClientRect:e,rootBounds:r,target:i}=o,l=e[t],c=a(l,r)&&!((n=i).hidden||null===n.offsetParent||\"none\"===n.style.display);s(i,c)}var n;r(i)}),o),c=new WeakSet;return function(e){for(const t of e){const e=t.nodeType===Node.ELEMENT_NODE,n=c.has(t);!n&&e?(l.observe(t),c.add(t)):Q(!n,\"Node already observed\",t)}}})({onChange:Ye,root:document.documentElement,side:Y?$:S})),et(ht(document)()),queueMicrotask(Je),jt(x,\"Init message from host page\",void 0,void 0,y),document.title&&\"\"!==document.title&&Mt(0,0,\"title\",document.title)}function Xe(){xe=document.querySelectorAll(`[${z}]:not([${w}]):not([${w}] *)`),ge=xe.length>0}function Ye(e){Xe(),(ge||e)&&(ge?_(\"Overflowed Elements:\",...xe):_(\"Overflow removed\"),jt(P,\"Overflow updated\"))}function Ke(){qe=document.querySelectorAll(`[${v}]`),ye=qe.length>0}function et(e){ye||Ae(e)}let tt=0;function nt(){const n=document.querySelectorAll(`*[${w}]`);he=n.length>0,he&&n.length!==tt&&(function(n){const o=1===n.length?\"\":\"s\";oe(`%c[${w}]%c found on %c${n.length}%c element${o}`,t,e,t,e)}(n),tt=n.length)}function ot(e,t){void 0!==t&&\"\"!==t&&\"null\"!==t&&(document.body.style.setProperty(e,t),_(`Set body ${e}: %c${t}`,h))}function rt(e,t,n){if(\"\"!==n)for(const e of document.querySelectorAll(n))e.toggleAttribute(t,!0)}function it(){rt(0,v,Be),rt(0,w,ze)}function at(e){({add(t){function n(){jt(e.eventName,e.eventType)}a[t]=n,I(window,t,n,{passive:!0})},remove(e){const t=a[e];var n,o;delete a[e],n=e,o=t,window.removeEventListener(n,o,!1)}})[e.method](e.eventName)}function st(e,t,n,o){return t!==e&&(e in n||(oe(`${e} is not a valid option for ${o}CalculationMethod.`),e=t),e in i)&&re(`<rb>Deprecated ${o}CalculationMethod (${e})</>\\n\\nThis version of <i>iframe-resizer</> can auto detect the most suitable ${o} calculation method. It is recommended that you ${p?\"remove this option.\":\"set this option to <b>'auto'</> when using an older version of <i>iframe-resizer</> on the parent page.\"}`),e}function lt(){ve=st(ve,l,zt,\"height\")}function ct(){Ve=st(Ve,u,wt,\"width\")}function ut(e){if(!Array.isArray(e)||0===e.length)return;const t=e[0].target;jt(C,`Element resized <${function(e){switch(!0){case!W(e):return\"\";case W(e.id):return`${e.nodeName}#${e.id}`;case W(e.name):return`${e.nodeName} (${e.name}`;case W(e.className):return`${e.nodeName}.${e.className}`;default:return e.nodeName}}(t)}>`)}const dt=new WeakSet;function ft(e){if(e.nodeType!==Node.ELEMENT_NODE)return;if(!dt.has(e)){const t=getComputedStyle(e)?.position;\"\"!==t&&\"static\"!==t&&(Ne.observe(e),dt.add(e))}const t=ht(e)();for(const e of t){if(dt.has(e)||e?.nodeType!==Node.ELEMENT_NODE)continue;const t=getComputedStyle(e)?.position;\"\"!==t&&\"static\"!==t&&(Ne.observe(e),dt.add(e))}}function mt(e){performance.mark(me);const t=F(e);let n=0,r=document.documentElement,i=ye?0:document.documentElement.getBoundingClientRect().bottom;const a=ye?qe:ge?xe:ht(document)();let l=a.length;for(const t of a)ye||!s||t.checkVisibility(o)?(n=t.getBoundingClientRect()[e]+parseFloat(getComputedStyle(t).getPropertyValue(`margin-${e}`)),n>i&&(i=n,r=t)):l-=1;return _(`${t} position calculated from:`,r),performance.mark(pe,{detail:{Side:t,len:l,hasTags:ye,logging:ke}}),i}const pt=e=>[e.bodyOffset(),e.bodyScroll(),e.documentElementOffset(),e.documentElementScroll(),e.boundingClientRect()],ht=e=>()=>{nt();const t=[\"* \",\"not(head)\",\"not(meta)\",\"not(base)\",\"not(title)\",\"not(script)\",\"not(link)\",\"not(style)\",\"not(map)\",\"not(area)\",\"not(option)\",\"not(optgroup)\",\"not(template)\",\"not(track)\",\"not(wbr)\",\"not(nobr)\"];return he&&t.push(`not([${w}])`,`not([${w}] *)`),e.querySelectorAll(t.join(\":\"))},gt={height:0,width:0},yt={height:0,width:0},bt=[h,g,h];function vt(e){function t(){return yt[o]=r,gt[o]=s,r}const n=e===zt,o=n?\"height\":\"width\",r=e.boundingClientRect(),i=Math.ceil(r),a=Math.floor(r),s=(e=>e.documentElementScroll()+Math.max(0,e.getOffset()))(e),l=`HTML: %c${r}px %cPage: %c${s}px`;let c=0;switch(!0){case!e.enabled():return s;case ye:_(\"Found element with data-iframe-size attribute\"),c=e.taggedElement();break;case!ge&&0===yt[o]&&0===gt[o]:_(`Initial page size values: ${l}`,...bt),c=t();break;case De&&r===yt[o]&&s===gt[o]:_(`Size unchanged: ${l}`,...bt),c=Math.max(r,s);break;case 0===r:_(`Page is hidden: ${l}`,...bt),c=s;break;case!ge&&r!==yt[o]&&s<=gt[o]:_(`New <html> size: ${l} `,...bt),_(`Previous <html> size: %c${yt[o]}px`,h),c=t();break;case!n:c=e.taggedElement();break;case!ge&&r<yt[o]:_(`<html> size decreased: ${l}`,...bt),c=t();break;case s===a||s===i:_(`<html> size equals page size: ${l}`,...bt),c=t();break;case r>s:_(`Page size < <html> size: ${l}`,...bt),c=t();break;case ge:_(\"Found element overflowing <html> \"),c=e.taggedElement();break;default:_(`Using <html> size: ${l}`,...bt),c=t()}return _(`Content ${o}: %c${c}px`,h),c+=function(e){const t=e.getOffset();return 0!==t&&_(`Page offsetSize: %c${t}px`,h),t}(e),c}const zt={enabled:()=>Y,getOffset:()=>d,auto:()=>vt(zt),bodyOffset:()=>{const{body:e}=document,t=getComputedStyle(e);return e.offsetHeight+parseInt(t.marginTop,b)+parseInt(t.marginBottom,b)},bodyScroll:()=>document.body.scrollHeight,offset:()=>zt.bodyOffset(),custom:()=>r.height(),documentElementOffset:()=>document.documentElement.offsetHeight,documentElementScroll:()=>document.documentElement.scrollHeight,boundingClientRect:()=>Math.max(document.documentElement.getBoundingClientRect().bottom,document.body.getBoundingClientRect().bottom),max:()=>Math.max(...pt(zt)),min:()=>Math.min(...pt(zt)),grow:()=>zt.max(),lowestElement:()=>mt($),taggedElement:()=>mt($)},wt={enabled:()=>ae,getOffset:()=>f,auto:()=>vt(wt),bodyScroll:()=>document.body.scrollWidth,bodyOffset:()=>document.body.offsetWidth,custom:()=>r.width(),documentElementScroll:()=>document.documentElement.scrollWidth,documentElementOffset:()=>document.documentElement.offsetWidth,boundingClientRect:()=>Math.max(document.documentElement.getBoundingClientRect().right,document.body.getBoundingClientRect().right),max:()=>Math.max(...pt(wt)),min:()=>Math.min(...pt(wt)),rightMostElement:()=>mt(S),scroll:()=>Math.max(wt.bodyScroll(),wt.documentElementScroll()),taggedElement:()=>mt(S)},$t=(e,t)=>!(Math.abs(e-t)<=We);function St(e,t){const n=e[t]();return e.enabled()&&void 0!==N?function(e){const t=N(e);if(void 0===t)throw new TypeError(\"No value returned from onBeforeResize(), expected a numeric value\");if(Number.isNaN(t))throw new TypeError(`Invalid value returned from onBeforeResize(): ${t}, expected Number`);return t}(n):n}let Et=!1;const Ot=B((()=>ie(R(4)))),jt=K(((e,t,n,o,r)=>{if(performance.now(),ee(e),!0!==Et)return L||e in M?void(document.hidden||(Et=!0,requestAnimationFrame((()=>{Et=!1})),function(e,t,n,o,r){const i=n??St(zt,ve),a=o??St(wt,Ve);switch(Y&&$t(be,i)||ae&&$t(He,a)?O:e){case x:case E:case O:be=i,He=a;case T:Mt(be,He,e,r);break;case C:case P:case A:ne();break;default:ne(),_(\"No change in content size detected\")}}(e,0,n,o,r))):(_(\"Resizing disabled\"),void X())}));function kt(e){be=zt[ve](),He=wt[Ve](),Mt(be,He,e)}const Mt=K((function(e,t,o,r,i){Te<-1||(ee(o),void 0!==i||(i=Fe),function(){const a=`${Pe}:${e}:${t}:${o}${void 0===r?\"\":`:${r}`}`;if(Re)try{window.parent.iframeParentListener(c+a)}catch(e){if(1!==Te)throw e;return void Ot()}else Le.postMessage(c+a,i);_(`Sending message to parent page via ${Re?\"sameOrigin\":\"postMessage\"}: %c%c${a}`,n,h)}(),X())})),Tt=K((function(e){ee(\"onMessage\");const{freeze:t}=Object,{parse:n}=JSON,o=e=>Mt(0,0,`${e}Stop`),r={init:function(){if(\"loading\"===document.readyState)return;const t=e.data.slice(13).split(\":\");Le=e.source,m=e.origin,Ge(t),ue=!1,setTimeout((()=>{we=!1}),128)},reset(){we||kt(\"resetPage\")},resize(){jt(k,\"Parent window requested size check\")},moveToAnchor(){$e.findTarget(a())},inPageLink(){this.moveToAnchor()},pageInfo(){const e=a();_e?setTimeout((()=>_e(n(e)))):o(\"pageInfo\")},parentInfo(){const e=(r=a(),t(n(r)));var r;Qe?setTimeout((()=>Qe(e))):o(\"parentInfo\")},message(){const e=a();setTimeout((()=>Ze(n(e))))}},i=()=>e.data.split(\"]\")[1].split(\":\")[0],a=()=>e.data.slice(e.data.indexOf(\":\")+1),s=()=>e.data.split(\":\")[2]in{true:1,false:1};function l(){const t=i();ee(t),t in r?r[t]():\"iframeResize\"in window||void 0!==window.jQuery&&\"\"in window.jQuery.prototype||s()||oe(`Unexpected message (${e.data})`)}c===`${e.data}`.slice(0,13)&&function(){if(!1!==ue)return s()?(te(i()),ee(x),void r.init()):void 0;l()}()}));function Ct(){\"loading\"!==document.readyState&&window.parent.postMessage(\"[iFrameResizerChild]Ready\",\"*\")}\"iframeChildListener\"in window?oe(\"Already setup\"):(window.iframeChildListener=e=>setTimeout((()=>Tt({data:e,sameOrigin:!0}))),I(window,\"message\",Tt),I(window,\"readystatechange\",Ct),Ct())}()}));\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = function(module) {\n\tvar getter = module && module.__esModule ?\n\t\tfunction() { return module['default']; } :\n\t\tfunction() { return module; };\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = function(exports, definition) {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }","// define __esModule on exports\n__webpack_require__.r = function(exports) {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};"],"names":["root","factory","exports","module","define","amd","self","e","t","n","o","r","i","Object","freeze","assert","error","warn","a","expand","defaultEvent","event","label","showTime","s","profile","profileEnd","timeStamp","trace","l","assign","console","fromEntries","c","keys","u","d","f","m","map","p","window","matchMedia","matches","h","g","y","b","v","z","w","$","S","E","O","Symbol","j","k","M","T","C","P","A","x","I","addEventListener","N","Math","max","R","replace","String","fromCodePoint","codePointAt","B","Reflect","apply","this","arguments","q","L","round","F","charAt","toUpperCase","slice","W","D","TypeError","H","V","U","collapsed","expanded","length","some","groupEnd","Date","toString","padStart","queueMicrotask","push","performance","now","count","countReset","endAutoGroup","errorBoundary","Error","prototype","isPrototypeOf","purge","time","timeEnd","timeLog","touch","__esModule","default","Z","J","_","Q","debug","G","X","Y","K","ee","te","ne","oe","re","chrome","replaceAll","ie","ae","toLowerCase","se","le","ce","ue","de","fe","Number","me","pe","he","ge","WeakSet","ye","add","be","ve","ze","setInterval","hasTags","len","sort","min","reduce","floor","clearInterval","Side","we","getEntries","forEach","name","duration","measure","detail","shift","$e","PerformanceObserver","observe","entryTypes","document","documentElement","body","readyState","Se","Ee","Oe","je","contentVisibilityAuto","opacityProperty","visibilityProperty","height","zt","auto","width","wt","bodyOffset","bodyScroll","offset","documentElementOffset","documentElementScroll","boundingClientRect","grow","lowestElement","ke","Me","Te","Ce","Pe","Ae","xe","Ie","Ne","Re","Be","qe","Le","parent","Fe","We","De","He","Ve","Ue","Ze","Je","_e","Qe","Ge","enable","id","enabled","offsetSize","heightCalculationMethod","widthCalculationMethod","iframeResizer","iFrameResizer","it","lt","ct","querySelectorAll","removeAttribute","toggleAttribute","compatMode","Ke","parentIframe","autoResize","jt","Mt","JSON","stringify","close","getId","getOrigin","getParentOrigin","getPageInfo","getParentProps","getParentProperties","moveToAnchor","findTarget","reset","requestAnimationFrame","kt","setOffsetSize","scrollBy","scrollTo","scrollToOffset","sendMessage","setHeightCalculationMethod","setWidthCalculationMethod","setTargetOrigin","resize","size","parentIFrame","type","screenY","screenX","scrollLeft","scrollTop","getBoundingClientRect","parseInt","left","top","split","decodeURIComponent","getElementById","getElementsByName","hash","href","location","getAttribute","preventDefault","setTimeout","ot","includes","createElement","style","clear","display","append","setProperty","at","method","eventType","eventName","Set","addedNodes","removedNodes","delete","et","ft","Xe","MutationObserver","querySelector","attributes","attributeFilter","attributeOldValue","characterData","characterDataOldValue","childList","subtree","ResizeObserver","ut","dt","side","onChange","rootMargin","threshold","IntersectionObserver","rootBounds","target","hidden","offsetParent","nodeType","Node","ELEMENT_NODE","has","Ye","ht","title","tt","nt","rt","passive","remove","removeEventListener","st","Array","isArray","nodeName","className","getComputedStyle","position","mt","mark","bottom","checkVisibility","parseFloat","getPropertyValue","logging","pt","join","gt","yt","bt","vt","ceil","getOffset","taggedElement","offsetHeight","marginTop","marginBottom","scrollHeight","custom","scrollWidth","offsetWidth","right","rightMostElement","scroll","$t","abs","St","isNaN","Et","Ot","iframeParentListener","postMessage","Tt","parse","init","data","source","origin","inPageLink","pageInfo","parentInfo","message","indexOf","true","false","jQuery","Ct","iframeChildListener","sameOrigin","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","undefined","__webpack_modules__","getter","definition","key","defineProperty","enumerable","get","obj","prop","hasOwnProperty","call","toStringTag","value"],"sourceRoot":""}