@stencil/core 4.35.3-dev.1752253566.6106c70 → 4.35.3-dev.1752469555.051522f
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.
- package/cli/index.cjs +1 -1
- package/cli/index.js +1 -1
- package/cli/package.json +1 -1
- package/compiler/package.json +1 -1
- package/compiler/stencil.js +4 -4
- package/dev-server/client/index.js +1 -1
- package/dev-server/client/package.json +1 -1
- package/dev-server/connector.html +2 -2
- package/dev-server/index.js +1 -1
- package/dev-server/package.json +1 -1
- package/dev-server/server-process.js +2 -2
- package/internal/app-data/package.json +1 -1
- package/internal/app-globals/package.json +1 -1
- package/internal/client/index.js +49 -17
- package/internal/client/package.json +1 -1
- package/internal/client/patch-browser.js +1 -1
- package/internal/hydrate/index.js +54 -19
- package/internal/hydrate/package.json +1 -1
- package/internal/hydrate/runner.js +1 -1
- package/internal/package.json +1 -1
- package/internal/testing/index.js +48 -16
- package/internal/testing/package.json +1 -1
- package/mock-doc/index.cjs +1 -1
- package/mock-doc/index.js +1 -1
- package/mock-doc/package.json +1 -1
- package/package.json +1 -1
- package/screenshot/index.js +1 -1
- package/screenshot/package.json +1 -1
- package/screenshot/pixel-match.js +1 -1
- package/sys/node/index.js +1 -1
- package/sys/node/package.json +1 -1
- package/sys/node/worker.js +1 -1
- package/testing/index.js +1 -1
- package/testing/package.json +1 -1
package/cli/index.cjs
CHANGED
package/cli/index.js
CHANGED
package/cli/package.json
CHANGED
package/compiler/package.json
CHANGED
package/compiler/stencil.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Stencil Compiler v4.35.3-dev.
|
|
2
|
+
Stencil Compiler v4.35.3-dev.1752469555.051522f | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
"use strict";
|
|
5
5
|
var __create = Object.create;
|
|
@@ -232674,7 +232674,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
232674
232674
|
var import_typescript70 = __toESM(require_typescript_5_5_4_bundle_cache_min());
|
|
232675
232675
|
|
|
232676
232676
|
// src/version.ts
|
|
232677
|
-
var buildId = "
|
|
232677
|
+
var buildId = "1752469555";
|
|
232678
232678
|
var minfyJsId = "terser5.37.0_7";
|
|
232679
232679
|
var optimizeCssId = "autoprefixer10.4.19_postcss8.5.3_7";
|
|
232680
232680
|
var parse5Version = "7.2.1";
|
|
@@ -232682,8 +232682,8 @@ var rollupVersion = "4.34.9";
|
|
|
232682
232682
|
var jqueryVersion = "4.0.0-pre";
|
|
232683
232683
|
var terserVersion = "5.37.0";
|
|
232684
232684
|
var typescriptVersion = "5.5.4";
|
|
232685
|
-
var vermoji = "\u{
|
|
232686
|
-
var version = "4.35.3-dev.
|
|
232685
|
+
var vermoji = "\u{1F434}";
|
|
232686
|
+
var version = "4.35.3-dev.1752469555.051522f";
|
|
232687
232687
|
var versions = {
|
|
232688
232688
|
stencil: version,
|
|
232689
232689
|
parse5: parse5Version,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<!doctype html><html><head><meta charset="utf-8"><title>Stencil Dev Server Connector 4.35.3-dev.
|
|
1
|
+
<!doctype html><html><head><meta charset="utf-8"><title>Stencil Dev Server Connector 4.35.3-dev.1752469555.051522f ⚡</title><style>body{background:black;color:white;font:18px monospace;text-align:center}</style></head><body>
|
|
2
2
|
|
|
3
|
-
Stencil Dev Server Connector 4.35.3-dev.
|
|
3
|
+
Stencil Dev Server Connector 4.35.3-dev.1752469555.051522f ⚡
|
|
4
4
|
|
|
5
5
|
<script>!function(e,t,n){"use strict";var r="#dev-server-modal * { box-sizing: border-box !important; } #dev-server-modal { direction: ltr !important; display: block !important; position: absolute !important; top: 0 !important; right: 0 !important; bottom: 0 !important; left: 0 !important; z-index: 100000; margin: 0 !important; padding: 0 !important; font-family: -apple-system, 'Roboto', BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important; font-size: 14px !important; line-height: 1.5 !important; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; text-size-adjust: none; word-wrap: break-word; color: #333 !important; background-color: white !important; box-sizing: border-box !important; overflow: hidden; user-select: auto; } #dev-server-modal-inner { position: relative !important; padding: 0 0 30px 0 !important; width: 100% !important; height: 100%; overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch; } .dev-server-diagnostic { margin: 20px !important; border: 1px solid #ddd !important; border-radius: 3px !important; } .dev-server-diagnostic-masthead { padding: 8px 12px 12px 12px !important; } .dev-server-diagnostic-title { margin: 0 !important; font-weight: bold !important; color: #222 !important; } .dev-server-diagnostic-message { margin-top: 4px !important; color: #555 !important; } .dev-server-diagnostic-file { position: relative !important; border-top: 1px solid #ddd !important; } .dev-server-diagnostic-file-header { display: block !important; padding: 5px 10px !important; color: #555 !important; border-bottom: 1px solid #ddd !important; border-top-left-radius: 2px !important; border-top-right-radius: 2px !important; background-color: #f9f9f9 !important; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; font-size: 12px !important; } a.dev-server-diagnostic-file-header { color: #0000ee !important; text-decoration: underline !important; } a.dev-server-diagnostic-file-header:hover { text-decoration: none !important; background-color: #f4f4f4 !important; } .dev-server-diagnostic-file-name { font-weight: bold !important; } .dev-server-diagnostic-blob { overflow-x: auto !important; overflow-y: hidden !important; border-bottom-right-radius: 3px !important; border-bottom-left-radius: 3px !important; } .dev-server-diagnostic-table { margin: 0 !important; padding: 0 !important; border-spacing: 0 !important; border-collapse: collapse !important; border-width: 0 !important; border-style: none !important; -moz-tab-size: 2; tab-size: 2; } .dev-server-diagnostic-table td, .dev-server-diagnostic-table th { padding: 0 !important; border-width: 0 !important; border-style: none !important; } td.dev-server-diagnostic-blob-num { padding-right: 10px !important; padding-left: 10px !important; width: 1% !important; min-width: 50px !important; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; font-size: 12px !important; line-height: 20px !important; color: rgba(0, 0, 0, 0.3) !important; text-align: right !important; white-space: nowrap !important; vertical-align: top !important; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: solid #eee !important; border-width: 0 1px 0 0 !important; } td.dev-server-diagnostic-blob-num::before { content: attr(data-line-number) !important; } .dev-server-diagnostic-error-line td.dev-server-diagnostic-blob-num { background-color: #ffdddd !important; border-color: #ffc9c9 !important; } .dev-server-diagnostic-error-line td.dev-server-diagnostic-blob-code { background: rgba(255, 221, 221, 0.25) !important; z-index: -1; } .dev-server-diagnostic-open-in-editor td.dev-server-diagnostic-blob-num:hover { cursor: pointer; background-color: #ffffe3 !important; font-weight: bold; } .dev-server-diagnostic-open-in-editor.dev-server-diagnostic-error-line td.dev-server-diagnostic-blob-num:hover { background-color: #ffdada !important; } td.dev-server-diagnostic-blob-code { position: relative !important; padding-right: 10px !important; padding-left: 10px !important; line-height: 20px !important; vertical-align: top !important; overflow: visible !important; font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace !important; font-size: 12px !important; color: #333 !important; word-wrap: normal !important; white-space: pre !important; } td.dev-server-diagnostic-blob-code::before { content: '' !important; } .dev-server-diagnostic-error-chr { position: relative !important; } .dev-server-diagnostic-error-chr::before { position: absolute !important; z-index: -1; top: -3px !important; left: 0px !important; width: 8px !important; height: 20px !important; background-color: #ffdddd !important; content: '' !important; } /** * GitHub Gist Theme * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro * https://highlightjs.org/ */ .hljs-comment, .hljs-meta { color: #969896; } .hljs-string, .hljs-variable, .hljs-template-variable, .hljs-strong, .hljs-emphasis, .hljs-quote { color: #df5000; } .hljs-keyword, .hljs-selector-tag, .hljs-type { color: #a71d5d; } .hljs-literal, .hljs-symbol, .hljs-bullet, .hljs-attribute { color: #0086b3; } .hljs-section, .hljs-name { color: #63a35c; } .hljs-tag { color: #333333; } .hljs-title, .hljs-attr, .hljs-selector-id, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo { color: #795da3; } .hljs-addition { color: #55a532; background-color: #eaffea; } .hljs-deletion { color: #bd2c00; background-color: #ffecec; } .hljs-link { text-decoration: underline; }",o=function(e){var t,n,r={diagnostics:[],status:null};return e&&e.window&&Array.isArray(e.buildResults.diagnostics)&&(t=e.buildResults.diagnostics.filter((function(e){return"error"===e.level}))).length>0&&(n=s(e.window.document),t.forEach((function(t){r.diagnostics.push(t),i(e.window.document,e.openInEditor,n,t)})),r.status="error"),r},i=function(e,t,n,r){var o,i,s,l,u,m,f,g,h,v,b,w,y,k,E,C,L=e.createElement("div");L.className="dev-server-diagnostic",(u=e.createElement("div")).className="dev-server-diagnostic-masthead",u.title="".concat(d(r.type)," error: ").concat(d(null!==(o=r.code)&&void 0!==o?o:"unknown error")),L.appendChild(u),(m=e.createElement("div")).className="dev-server-diagnostic-title","string"==typeof r.header&&r.header.trim().length>0?m.textContent=r.header:m.textContent="".concat(c(r.type)," ").concat(c(r.level)),u.appendChild(m),(f=e.createElement("div")).className="dev-server-diagnostic-message",f.textContent=r.messageText,u.appendChild(f),(g=e.createElement("div")).className="dev-server-diagnostic-file",L.appendChild(g),h="string"==typeof r.absFilePath&&0===r.absFilePath.indexOf("http"),v="function"==typeof t&&"string"==typeof r.absFilePath&&!h,h?((b=e.createElement("a")).href=null!==(i=r.absFilePath)&&void 0!==i?i:"",b.setAttribute("target","_blank"),b.setAttribute("rel","noopener noreferrer"),b.className="dev-server-diagnostic-file-header",(w=e.createElement("span")).className="dev-server-diagnostic-file-path",w.textContent=null!==(s=r.absFilePath)&&void 0!==s?s:"",b.appendChild(w),g.appendChild(b)):r.relFilePath&&((b=e.createElement(v?"a":"div")).className="dev-server-diagnostic-file-header",r.absFilePath&&(b.title=d(r.absFilePath),v&&a(t,b,r.absFilePath,r.lineNumber,r.columnNumber)),y=r.relFilePath.split("/"),(k=e.createElement("span")).className="dev-server-diagnostic-file-name",k.textContent=null!==(l=y.pop())&&void 0!==l?l:"",(w=e.createElement("span")).className="dev-server-diagnostic-file-path",w.textContent=y.join("/")+"/",b.appendChild(w),b.appendChild(k),g.appendChild(b)),r.lines&&r.lines.length>0&&((E=e.createElement("div")).className="dev-server-diagnostic-blob",g.appendChild(E),(C=e.createElement("table")).className="dev-server-diagnostic-table",E.appendChild(C),p(r.lines).forEach((function(n){var o,i,s,l,c,p,u,m=e.createElement("tr");n.errorCharStart>0&&m.classList.add("dev-server-diagnostic-error-line"),v&&m.classList.add("dev-server-diagnostic-open-in-editor"),C.appendChild(m),(l=e.createElement("td")).className="dev-server-diagnostic-blob-num",n.lineNumber>0&&(l.setAttribute("data-line-number",n.lineNumber+""),l.title=d(null!==(o=r.relFilePath)&&void 0!==o?o:"")+", line "+n.lineNumber,c=r.absFilePath,v&&c&&(p=n.lineNumber===r.lineNumber?r.columnNumber:1,a(t,l,c,n.lineNumber,p))),m.appendChild(l),(u=e.createElement("td")).className="dev-server-diagnostic-blob-code",u.innerHTML=A(null!==(i=n.text)&&void 0!==i?i:"",n.errorCharStart,null!==(s=n.errorLength)&&void 0!==s?s:0),m.appendChild(u)}))),n.appendChild(L)},a=function(e,t,n,r,o){var i,a;"A"===t.tagName&&(t.href="#open-in-editor"),i="number"!=typeof r||r<1?1:r,a="number"!=typeof o||o<1?1:o,t.addEventListener("click",(function(t){t.preventDefault(),t.stopPropagation(),e({file:n,line:i,column:a})}))},s=function(e){var t=e.getElementById(m);return t||((t=e.createElement("div")).id=m,t.setAttribute("role","dialog"),e.body.appendChild(t)),t.innerHTML="<style>".concat(r,'</style><div id="').concat(m,'-inner"></div>'),e.getElementById("".concat(m,"-inner"))},l=function(e){var t=e.window.document.getElementById(m);(null==t?void 0:t.parentNode)&&t.parentNode.removeChild(t)},d=function(e){return"number"==typeof e||"boolean"==typeof e?e.toString():"string"==typeof e?e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,""").replace(/'/g,"'"):""},c=function(e){return e.charAt(0).toUpperCase()+e.slice(1)},A=function(e,t,n){if("string"!=typeof e)return"";var r=t+n;return e.split("").map((function(e,n){var o;return o="<"===e?"<":">"===e?">":'"'===e?""":"'"===e?"'":"&"===e?"&":e,n>=t&&n<r&&(o='<span class="dev-server-diagnostic-error-chr">'.concat(o,"</span>")),o})).join("")},p=function(e){var t,n,r,o,i,a=JSON.parse(JSON.stringify(e));for(o=0;o<100;o++){if(!u(a))return a;for(i=0;i<a.length;i++)if(a[i].text=null!==(n=null===(t=a[i].text)||void 0===t?void 0:t.slice(1))&&void 0!==n?n:"",a[i].errorCharStart--,!(null===(r=a[i].text)||void 0===r?void 0:r.length))return a}return a},u=function(e){var t,n,r,o,i;if(!e.length)return!1;for(o=0;o<e.length;o++){if(!e[o].text||(null!==(n=null===(t=e[o].text)||void 0===t?void 0:t.length)&&void 0!==n?n:0)<1)return!1;if(" "!==(i=null===(r=e[o].text)||void 0===r?void 0:r.charAt(0))&&"\t"!==i)return!1}return!0},m="dev-server-modal",f=function(e,t){e.dispatchEvent(new CustomEvent(y,{detail:t}))},g=function(e,t){e.dispatchEvent(new CustomEvent(k,{detail:t}))},h=function(e,t){e.dispatchEvent(new CustomEvent(E,{detail:t}))},v=function(e,t){e.addEventListener(y,(function(e){t(e.detail)}))},b=function(e,t){e.addEventListener(k,(function(e){t(e.detail)}))},w=function(e,t){e.addEventListener(E,(function(e){t(e.detail)}))},y="devserver:buildlog",k="devserver:buildresults",E="devserver:buildstatus",C=function(e,t,n){return"string"==typeof n&&""!==n.trim()&&L(t)===L(n)?Q(n,e):n},L=function(e){var t=e.split("/");return t[t.length-1].split("&")[0].split("?")[0]},j=function(e){var t={};return"string"==typeof e&&e.split("&").forEach((function(e){var n=e.split("=");t[n[0]]=n[1]?n[1]:""})),t},x=function(e){return Object.keys(e).map((function(t){return t+"="+e[t]})).join("&")},I=function(e,t,n){var r=e.split("?"),o=r[0],i=j(r[1]);return i[t]=n,o+"?"+x(i)},Q=function(e,t){return I(e,"s-hmr",t)},H=function(e,t,n){for(var r,o,i=/url\((['"]?)(.*)\1\)/gi,a=n;null!==(r=i.exec(n));)o=r[2],a=a.replace(o,C(e,t,o));return a},S=function(e){return"link"===e.nodeName.toLowerCase()&&!!e.href&&!!e.rel&&"stylesheet"===e.rel.toLowerCase()},B=function(e){return"template"===e.nodeName.toLowerCase()&&!!e.content&&11===e.content.nodeType},U=function(e,t){e.setAttribute("data-hmr",t)},N=function(e){return!!e.shadowRoot&&11===e.shadowRoot.nodeType&&e.shadowRoot!==e},D=function(e){return!!e&&1===e.nodeType&&!!e.getAttribute},F=function(e,t,n){var r=[];return n.forEach((function(n){T(r,e,t,n)})),r.sort()},T=function(e,t,n,r){if(t.nodeName.toLowerCase()===r&&"function"==typeof t["s-hmr"]&&(t["s-hmr"](n),U(t,n),-1===e.indexOf(r)&&e.push(r)),N(t)&&T(e,t.shadowRoot,n,r),t.children)for(var o=0;o<t.children.length;o++)T(e,t.children[o],n,r)},R=function(e,t,n){if(S(e)&&n.forEach((function(n){O(e,t,n)})),B(e)&&R(e.content,t,n),N(e)&&R(e.shadowRoot,t,n),e.children)for(var r=0;r<e.children.length;r++)R(e.children[r],t,n);return n.sort()},O=function(e,t,n){var r=e.getAttribute("href"),o=C(t,n,e.href);o!==r&&(e.setAttribute("href",o),U(e,t))},M=function(e,t,n,r){return"file:"!==e.location.protocol&&t.styleSheets&&z(t,n,r),P(e,t.documentElement,n,r),r.sort()},z=function(e,t,n){var r,o=Object.keys(e.documentElement.style).filter((function(e){return e.endsWith("Image")}));for(r=0;r<e.styleSheets.length;r++)K(o,e.styleSheets[r],t,n)},K=function(e,t,n,r){var o,i,a;try{for(o=t.cssRules,i=0;i<o.length;i++)switch((a=o[i]).type){case CSSRule.IMPORT_RULE:K(e,a.styleSheet,n,r);break;case CSSRule.STYLE_RULE:J(e,a,n,r);break;case CSSRule.MEDIA_RULE:K(e,a,n,r)}}catch(e){console.error("hmrStyleSheetImages: "+e)}},J=function(e,t,n,r){e.forEach((function(e){r.forEach((function(r){var o=t.style[e],i=H(n,r,o);o!==i&&(t.style[e]=i)}))}))},P=function(e,t,n,r){var o,i,a=t.nodeName.toLowerCase();if("img"===a&&Y(t,n,r),D(t)&&(o=t.getAttribute("style"))&&W(t,n,r,o),"style"===a&&X(t,n,r),"file:"!==e.location.protocol&&S(t)&&q(t,n,r),B(t)&&P(e,t.content,n,r),N(t)&&P(e,t.shadowRoot,n,r),t.children)for(i=0;i<t.children.length;i++)P(e,t.children[i],n,r)},Y=function(e,t,n){n.forEach((function(n){var r=e.getAttribute("src"),o=C(t,n,r);o!==r&&(e.setAttribute("src",o),U(e,t))}))},W=function(e,t,n,r){n.forEach((function(n){var o=H(t,n,r);o!==r&&(e.setAttribute("style",o),U(e,t))}))},X=function(e,t,n){n.forEach((function(n){var r=e.innerHTML,o=H(t,n,r);o!==r&&(e.innerHTML=o,U(e,t))}))},q=function(e,t,n){e.href=I(e.href,"s-hmr-urls",n.sort().join(",")),e.href=Q(e.href,t),e.setAttribute("data-hmr",t)},G=function(e,t,n){var r,o=n;if(D(e)&&"style"===e.nodeName.toLowerCase()&&o.forEach((function(n){Z(e,t,n)})),B(e)&&G(e.content,t,o),N(e)&&G(e.shadowRoot,t,o),e.children)for(r=0;r<e.children.length;r++)G(e.children[r],t,o);return o.map((function(e){return e.styleTag})).reduce((function(e,t){return-1===e.indexOf(t)&&e.push(t),e}),[]).sort()},Z=function(e,t,n){e.getAttribute("sty-id")===n.styleId&&n.styleText&&(e.innerHTML=n.styleText.replace(/\\n/g,"\n"),e.setAttribute("data-hmr",t))},V=function(e){var t,n,r,o,i,a={updatedComponents:[],updatedExternalStyles:[],updatedInlineStyles:[],updatedImages:[],versionId:""};try{if(!(e&&e.window&&e.window.document.documentElement&&e.hmr&&"string"==typeof e.hmr.versionId))return a;n=(t=e.window).document,r=e.hmr,o=n.documentElement,i=r.versionId,a.versionId=i,r.componentsUpdated&&(a.updatedComponents=F(o,i,r.componentsUpdated)),r.inlineStylesUpdated&&(a.updatedInlineStyles=G(o,i,r.inlineStylesUpdated)),r.externalStylesUpdated&&(a.updatedExternalStyles=R(o,i,r.externalStylesUpdated)),r.imagesUpdated&&(a.updatedImages=M(t,n,i,r.imagesUpdated)),U(o,i)}catch(e){console.error(e)}return a},_=function(e){return re(ae,"Build",e)},$=function(e){return ee("Reload",e)},ee=function(e,t){return re(oe,e,t)},te=function(e,t){return re(se,e,t)},ne=function(e){var t,n=e,r=ie,o="Error";"warn"===n.level&&(r=oe,o="Warning"),n.header&&(o=n.header),t="",n.relFilePath&&(t+=n.relFilePath,"number"==typeof n.lineNumber&&n.lineNumber>0&&(t+=", line "+n.lineNumber,"number"==typeof n.columnNumber&&n.columnNumber>0&&(t+=", column "+n.columnNumber)),t+="\n"),t+=n.messageText,re(r,o,t)},re=function(e,t,n){"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.indexOf("Trident")>-1?console.log(t,n):console.log.apply(console,["%c"+t,"background: ".concat(e,"; color: white; padding: 2px 3px; border-radius: 2px; font-size: 0.8em;"),n])},oe="#f39c12",ie="#c0392b",ae="#3498db",se="#717171",le=function(e){function t(){clearTimeout(s),clearTimeout(a);var e=o();if(!e)return function(){var e=p.createElement("div");e.id=c,e.style.position="absolute",e.style.top="0",e.style.left="0",e.style.zIndex="100001",e.style.width="100%",e.style.height="2px",e.style.transform="scaleX(0)",e.style.opacity="1",e.style.background=u,e.style.transformOrigin="left center",e.style.transition="transform .1s ease-in-out, opacity .5s ease-in",e.style.contain="strict",p.body.appendChild(e)}(),void(i=setTimeout(t,16));e.style.background=u,e.style.opacity="1",e.style.transform="scaleX(".concat(Math.min(1,r()),")"),null==l&&(l=setInterval((function(){d+=.05*Math.random()+.01,r()<.9?t():clearInterval(l)}),800))}function n(){clearInterval(l),d=.05,l=null,clearTimeout(s),clearTimeout(i),clearTimeout(a);var e=o();e&&(f>=1&&(e.style.transform="scaleX(1)"),s=setTimeout((function(){try{var e=o();e&&(e.style.opacity="0")}catch(e){}}),150),a=setTimeout((function(){try{var e=o();e&&e.parentNode.removeChild(e)}catch(e){}}),1e3))}function r(){var e=f+d;return Math.max(0,Math.min(1,e))}function o(){return p.getElementById(c)}var i,a,s,l,d,c,A=e.window,p=A.document,u="#5851ff",m="#b70c19",f=0;n(),v(A,(function(e){(f=e.progress)>=0&&f<1?t():n()})),b(A,(function(e){if(e.hasError){var t=o();t&&(t.style.transform="scaleX(1)",t.style.background=m)}n()})),w(A,(function(e){"disabled"===e&&n()})),"tmpl-initial-load"===p.head.dataset.tmpl&&t(),c="dev-server-progress-bar"},de=function(e){var t=e.window,n=t.document,r=pe(n);r.forEach((function(e){e.href&&(e.dataset.href=e.href,e.dataset.type=e.type)})),w(t,(function(e){ce(n,e)}))},ce=function(e,t){pe(e).forEach((function(e){Ae(e,t)}))},Ae=function(e,t){"pending"===t?(e.href=me,e.type=he,e.setAttribute("data-status",t)):"error"===t?(e.href=fe,e.type=he,e.setAttribute("data-status",t)):"disabled"===t?(e.href=ge,e.type=he,e.setAttribute("data-status",t)):(e.removeAttribute("data-status"),e.dataset.href?(e.href=e.dataset.href,e.type=e.dataset.type):(e.href=ue,e.type=he))},pe=function(e){var t,n,r=[],o=e.querySelectorAll("link");for(t=0;t<o.length;t++)o[t].href&&o[t].rel&&(o[t].rel.indexOf("shortcut")>-1||o[t].rel.indexOf("icon")>-1)&&r.push(o[t]);return 0===r.length&&((n=e.createElement("link")).rel="shortcut icon",e.head.appendChild(n),r.push(n)),r},ue="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAAnFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD4jUzeAAAAM3RSTlMAsGDs4wML8QEbBvr2FMhAM7+ILCUPnNzXrX04otO6j3RiT0ggzLSTcmtWUUWoZlknghZc2mZzAAACrklEQVR42u3dWXLiUAyFYWEwg40x8wxhSIAwJtH+99ZVeeinfriXVpWk5Hyr+C2VrgkAAAAAAAAAAAw5sZQ7aUhYypw07FjKC2ko2yxk2SQFgwYLOWSkYFhlIZ06KWhNWMhqRApGKxYyaZGCeoeFVIekIDuwkEaXFDSXLKRdkoYjS9mRhjlLSUjDO0s5kYYzS+mThn3OQsYqAbQQC7hZSgoGYgHUy0jBa42FvKkEUDERC6CCFIzeWEjtlRRkPbGAG5CCtCIWQAtS0ByzkHxPGvos5UEaNizlnTRsWconhbM4wTpSFHMTrFtKCroNFrLGBOsJLbGAWxWkoFiJBRAmWE/I1r4nWOmNheTeJ1gX0vDJUrYUweAEa04aHs5XePvc9wpPboJ1SCmOsRVkr04aromUEQEAgB9lxaZ++ATFpNDv6Y8qm1QdBk9QTAr9ni6mbFK7DJ6g2LQLXoHZlFCQdMY2nYJXYDb1g1dgNo2boSswm2Zp6ArMptCFyIVtCl2IlDmbNC0QcPEQcD8l4HLvAXdxHnBb5wG3QcDFQ8D9mIDrIeCiIeDiA25oNeA+EHDREHDxAbdmmxBwT0HARQbciW0KDbiEbQoNuB3bFBxwbTYJAfcUBFxkwFG/YlNJAADgxzCRcqUY9m7KGgNSUEx9H3XXO76Puv/OY5wedX/flHk+6j46v2maO79purPvm6Yz+75puua+b5q6Dd/PEsrNMyZfFM5gAMW+ymPtWciYV3ksBpBOwKUH3wHXXLKUM2l4cR5wG+cBlzgPuJ3zgJNb6FRwlP4Ln1X8wrOKeFbxP6Qz3wEn+KzilWLYe5UnMuDwY5BvD+cBt899B9zC+49Bqr4DrlXzHXDF1HfA1Tu+Ay5b+w649OY74OjoO+Bo7jzg7s4DDgAAAAAAAAAA/u0POrfnVIaqz/QAAAAASUVORK5CYII=",me="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAAjVBMVEUAAAD8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjL8kjLn7xn3AAAALnRSTlMAsFBgAaDxfPpAdTMcD/fs47kDBhVXJQpvLNbInIiBRvSqIb+TZ2OOONxdzUxpgKSpAAAAA69JREFUeNrt3FtvskAQxvERFQXFioqnCkqth572+3+8947dN00TliF5ZpP53ZOAveg/OzCklFJKKaWUUkoppQTZm77cCGFo+jIhhG/TlwchJAvTk/GIAA6x6Um+JoDti+nJ644A5h+mJ8eMALKj6cnHnAB2r80NLJ4jf3Vz+cuWANZ5cwPTM/l7by6PZwQwGptGQf4q++dLCOHdNIbkb2IvjwjAvYEf8pe6j4/wYxopr/9SQih4BXa3l5eEcJ7a++c9/gkSQE8bcCWvXwcrAjjYADrxHv8KCbi3JasgD5fm8i9IAG1swMXzDv0X2wDaEED21dzA5UDeVoPm8uUbAayvvAI42YA7EIDzA5pv8lc6/UoAoxMv4CZuvyKUpnHn9VNBAG6B7XkBtCeEO6/AbvbyihAiXsB92svfCcA9wap4j19DAmgWs37AZCrnBKvu8vgX9AmWE3BZh/6L7QkWJIA2RxtwHQpml9sAQp9gXWbkbxz4CdYDfIK1qk1j3IV9fPgJFlNECJXhYfSfsBHkhBCKwEd452nYI7wncwQJP8GKTU+uO0I4D/uSkVJKqXAkA5nK9icoIi3nrU9QRHrZtj5BESmetT5BEantPCh7NTJFrUdgMg1bj8BkSv1HYJ8RmjMQKf1HYDdC+/R/IyQFzbD4AxH+CIyPPxCJoEdQ/IFIMgXNEPkDkd8jMLQs5wRcTXA1J+By/BGO+0ovYwQGU3kPRLJfIzCkCSfgpgmhpc5AxD/gIkLb8wKO0DTgoNyaGQQecNfQAy7TgGtHA04DLtyA24UecHngAVdrwIkJuAitU8DJ1Dbghkam9gEnU+uAWxiRjhsdoXagI1TPgKNyIBO+ZpRSSrW3HfblTAA9/juPDwTAfiMK9VG3PY/hwX7Ubc9j+AoCWNWGp+NSH4HflE2IgXUEGPI3TTfmN4ndv2kSsRUJvpUn4W1FShbYb5rc84ySAtzKs3W3IgW4lWfO24q0zsFbebIjaysSjbtt5RHzUf0DHHCrAW8gVYEDzl0LGYW4lefB24uYQgOOfwN7dMANeW/k3DkBJ2CrUNE54GRsFYIHnPNR+iPEgHPWKo5DDDhnrWKeBRhwzlrFeNtlq5CgtYqzAAPODaBzgAH331rFAAOOqsDXKjL3IqboN7ILJ4BCDDh3r3SIAfd0AijEgHP3So/8wQNuvjRBbxVij5A6Bpy8EZJnwIkbIfkFnLwRkm/ASRshXbwDTtYICRRwt7BHqEoppZRSSimllFLqD/8AOXJZHefotiIAAAAASUVORK5CYII=",fe="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAAkFBMVEUAAAD5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0H5Q0HYvLBZAAAAL3RSTlMAsGDjA/rsC/ElHRUBBssz9pFCvoh0UEcsD9ec3K19OLiiaNLEYlmoVeiCbmE+GuMl4I8AAAKQSURBVHja7d1njupQDIZhAymEUIZQQu9taN7/7q50pfl/TmTJtvQ9q3hzLDsEAAAAAAAAAACGzFjKiTS0WcqONMxZypg0fH5YyLFPChZdFnIYkILil4VcclLw3bCQ85IULM8sZPMlBfmFhfwWpGBwYCHdESnoH1nIz4c0jFnKnDTsWEqbNJxYyow03FjKlDTUKQtZqwTQXizgtgkpWGQsZKIScL0OCxmqBFC5EQugkhQshyyk0yMFgwkLyRakIGmJBdCeFPTXLCStScOUpdwogsEXrBdpuLKUJ4XDC9afKmUh94QUjLy/YGViAZRTOIMBtypJQXn2HUC5WMBleMFqILmzkLSicBZfsB6k4clSrqTh5XyEd3MeQHXqe4Qn94LVSiicwRHkJScNdVvKkgAAwI+qZdM0/AXFpE4v+AXFpKwIfkExKfR7ulyxSWkV/IJi0zx4BGbTm4IkW7ZpFjwCs2kaPAKzad0PHYHZtE1CR2A2TQahIzCbhnnwCMykVYmAi4aAQ8BZ4T3grgi4BhBwCDgbEHCNIOAQcCYg4BpCwCHgLEDAaYgPuDfbhIBrBAGHgDMhNOBo2rKpIgAA8KNoS6kplq2dsu6CFJQr30vd+dD3Uvf/nTLHS93J3flZwrHznaad852mE/veaXqw752mKvW90zTq+j5LWGS+r/J8xQKoU1AUa2chm1zlsXQWUifgkoPvgOsffQccjZ0H3Mx5wL2dB9zcecB9sJTePOBM3cU+46wiziq6C7hk6zvg3J9VfDK7vir0ch5wN+cBV6e+A27v/ccgme+AkxshTXKKYW6EFH0X29gIKTLgzI2QYgPO2ggpLuDsvaDEBZy9EVJcwBkcIT0IAAAAAAAAAADs+AdjeyF69/r87QAAAABJRU5ErkJggg==",ge="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAADACAMAAABlApw1AAAAeFBMVEUAAAC4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7+4t7/uGGySAAAAJ3RSTlMAsGAE7OMcAQvxJRX69kHWyL8zq5GIdEcsD5zcfVg4uKLNa1JPZoK/xdPIAAACiklEQVR42u3dW5KqUAyF4QgCCggqIt7t9pb5z/Ccvjz2w95UqpJ0r28Uf2WTQAAAAAAAAAAAYMiWpTxJQ8JSTqThwVI2pKFZsJC3ghTs5izkmpKCcspCljNSkB9ZSLsnBfuWhRxzUjBbspBpSQrSKwuZr0lB8cZCFg1p2LCUB2k4sZSENNxYypY0nFlKTxqGmoUcClJwEQu4SUoKdmIBtEpJQZ6xkHeVAKqOYgFUkYL9OwvJclKQrsQCbkcK0olYAF1IQXFgIfVAGnqWcqZwFidYN4phb4L1onCYYMlPsLqUFKwxwRozwTIYcG1FCqrWdwBhgqU7wUo7FlJ7n2DdScPL+RPezfkT3tl5AA217yc89xMssYBbzUjDkEjZEwAA+NFMbOrDJygmZXnwBMWkaRk8QTFpvg6eoJi0aIInKDY9gp/AbEqCJyg2bYOfwGzqKUzPNh2K0Ccwm0IfRBK2KfSLkDvbFPog0tRsUlsh4EZAwP2SgKu9B9wdATcOAg4BZwACbgQEHALOCATcCAg4BJwVCLhREHB/LOAebFNwwC3YJATcKAi4yICjfmJTQwAA4EeZSBkojrWdsvmO4hjbKYtd6ra2Uxa71G1tp0xnqbvo+IPfpe4Nf3K703Ridr3T9OQPfnea7szseaepqX3vNH3NM/xe5fmeZ7i9yiMXQFlJEeydhYy4ymMygCICzmQAxQactbOQMQFnMoBiAs7iVaHIgDN3VSgq4AxeFYoOOGNXhbCUPkaJs4o4q/iXzyp2vgPO/VnFl/OAu/F/jq8KnZ0H3FD7DriL9x+DTH0HXJ75Driq9R1ws6XvgEuvvgOu6HwHHG18BxydnAfc03nAAQAAAAAAAADAz/4BoL2Us9XM2zMAAAAASUVORK5CYII=",he="image/x-icon",ve="/~dev-server",be="".concat(ve,"-init"),we="".concat(ve,"-open-in-editor"),ye=function(e,t){b(e,(function(n){ke(e,t,n)}))},ke=function(e,t,n){var r,i;try{if(n.buildId===e["s-build-id"])return;if(e["s-build-id"]=n.buildId,l({window:e}),n.hasError)return r=Array.isArray(t.editors)&&t.editors.length>0?t.editors[0].id:null,(i=o({window:e,buildResults:n,openInEditor:r?function(t){var n={file:t.file,line:t.line,column:t.column,editor:r},o="".concat(we,"?").concat(Object.keys(n).map((function(e){return"".concat(e,"=").concat(n[e])})).join("&"));e.fetch(o)}:null})).diagnostics.forEach(ne),void h(e,i.status);if(e["s-initial-load"])return void Ce(e,t,(function(){$("Initial load"),e.location.reload()}));n.hmr&&Ee(e,n.hmr)}catch(e){console.error(e)}},Ee=function(e,t){var n,r=!1;"pageReload"===t.reloadStrategy&&(r=!0),t.indexHtmlUpdated&&($("Updated index.html"),r=!0),t.serviceWorkerUpdated&&($("Updated Service Worker: sw.js"),r=!0),t.scriptsAdded&&t.scriptsAdded.length>0&&($("Added scripts: ".concat(t.scriptsAdded.join(", "))),r=!0),t.scriptsDeleted&&t.scriptsDeleted.length>0&&($("Deleted scripts: ".concat(t.scriptsDeleted.join(", "))),r=!0),t.excludeHmr&&t.excludeHmr.length>0&&($("Excluded From Hmr: ".concat(t.excludeHmr.join(", "))),r=!0),r?e.location.reload():((n=V({window:e,hmr:t})).updatedComponents.length>0&&_("Updated component".concat(n.updatedComponents.length>1?"s":"",": ").concat(n.updatedComponents.join(", "))),n.updatedInlineStyles.length>0&&_("Updated styles: ".concat(n.updatedInlineStyles.join(", "))),n.updatedExternalStyles.length>0&&_("Updated stylesheets: ".concat(n.updatedExternalStyles.join(", "))),n.updatedImages.length>0&&_("Updated images: ".concat(n.updatedImages.join(", "))))},Ce=function(e,t,n){e.history.replaceState({},"App",t.basePath),e.navigator.serviceWorker&&e.navigator.serviceWorker.getRegistration?e.navigator.serviceWorker.getRegistration().then((function(e){e?e.unregister().then((function(e){e&&_("unregistered service worker"),n()})):n()})).catch((function(e){ee("Service Worker",e),n()})):n()},Le=function(e,t){function n(){var t=this;A>0&&h(e,"pending"),p||(c=setInterval((function(){if(u++,!p&&t.readyState===WebSocket.OPEN&&u<500){t.send(JSON.stringify({requestBuildResults:!0}))}else clearInterval(c)}),Qe)),clearTimeout(d)}function r(){s()}function o(t){h(e,"disabled"),t.code>Ie?ee("Dev Server","web socket closed: ".concat(t.code," ").concat(t.reason)):te("Dev Server","Disconnected, attempting to reconnect..."),s()}function i(t){var n=JSON.parse(t.data);if(A>0){if(n.isActivelyBuilding)return;if(n.buildResults)return $("Reconnected to dev server"),p=!0,u=0,clearInterval(c),e["s-build-id"]!==n.buildResults.buildId&&e.location.reload(),void(e["s-build-id"]=n.buildResults.buildId)}return n.buildLog?(n.buildLog.progress<1&&h(e,"pending"),void f(e,n.buildLog)):n.buildResults?(p=!0,u=0,clearInterval(c),h(e,"default"),void g(e,n.buildResults)):void 0}function a(){clearTimeout(d),(l=new e.WebSocket(t.socketUrl,["xmpp"])).addEventListener("open",n),l.addEventListener("error",r),l.addEventListener("close",o),l.addEventListener("message",i)}function s(){p=!1,l&&(l.readyState!==WebSocket.OPEN&&l.readyState!==WebSocket.CONNECTING||l.close(Ie),l.removeEventListener("open",n),l.removeEventListener("error",r),l.removeEventListener("close",o),l.removeEventListener("message",i),l=null),clearTimeout(d),A>=je?ee("Dev Server","Canceling reconnect attempts"):(A++,d=setTimeout(a,xe),h(e,"disabled"))}var l,d,c,A=0,p=!1,u=0;a()},je=1e3,xe=2500,Ie=1e3,Qe=500,He=function(e,t){try{if(e["s-dev-server"])return;e["s-dev-server"]=!0,de({window:e}),le({window:e}),ye(e,t),Se(e,t)?(e["s-initial-load"]=!0,Ce(e,t,(function(){Le(e,t)}))):Le(e,t)}catch(e){console.error(e)}},Se=function(e,t){var n=e.location.pathname;return(n="/"+n.substring(t.basePath.length))===be},Be={basePath:t.location.pathname,editors:[],reloadStrategy:"hmr",socketUrl:"".concat("https:"===location.protocol?"wss:":"ws:","//").concat(location.hostname).concat(""!==location.port?":"+location.port:"","/")};He(t,Object.assign({},Be,t.devServerConfig,n))}(window,window.parent,window.__DEV_CLIENT_CONFIG__);
|
|
6
6
|
</script></body></html>
|
package/dev-server/index.js
CHANGED
package/dev-server/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/dev-server",
|
|
3
|
-
"version": "4.35.3-dev.
|
|
3
|
+
"version": "4.35.3-dev.1752469555.051522f",
|
|
4
4
|
"description": "Stencil Development Server which communicates with the Stencil Compiler.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Stencil Dev Server Process v4.35.3-dev.
|
|
2
|
+
Stencil Dev Server Process v4.35.3-dev.1752469555.051522f | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
"use strict";
|
|
5
5
|
var __create = Object.create;
|
|
@@ -7814,7 +7814,7 @@ var DEV_SERVER_INIT_URL = `${DEV_SERVER_URL}-init`;
|
|
|
7814
7814
|
var OPEN_IN_EDITOR_URL = `${DEV_SERVER_URL}-open-in-editor`;
|
|
7815
7815
|
|
|
7816
7816
|
// build/version.js
|
|
7817
|
-
var version = "4.35.3-dev.
|
|
7817
|
+
var version = "4.35.3-dev.1752469555.051522f";
|
|
7818
7818
|
|
|
7819
7819
|
// build/dev-server/content-types-db.json
|
|
7820
7820
|
var content_types_db_default = { "123": "application/vnd.lotus-1-2-3", "1km": "application/vnd.1000minds.decision-model+xml", "3dml": "text/vnd.in3d.3dml", "3ds": "image/x-3ds", "3g2": "video/3gpp2", "3gp": "video/3gpp", "3gpp": "video/3gpp", "3mf": "model/3mf", "7z": "application/x-7z-compressed", "aab": "application/x-authorware-bin", "aac": "audio/x-aac", "aam": "application/x-authorware-map", "aas": "application/x-authorware-seg", "abw": "application/x-abiword", "ac": "application/vnd.nokia.n-gage.ac+xml", "acc": "application/vnd.americandynamics.acc", "ace": "application/x-ace-compressed", "acu": "application/vnd.acucobol", "acutc": "application/vnd.acucorp", "adp": "audio/adpcm", "adts": "audio/aac", "aep": "application/vnd.audiograph", "afm": "application/x-font-type1", "afp": "application/vnd.ibm.modcap", "age": "application/vnd.age", "ahead": "application/vnd.ahead.space", "ai": "application/postscript", "aif": "audio/x-aiff", "aifc": "audio/x-aiff", "aiff": "audio/x-aiff", "air": "application/vnd.adobe.air-application-installer-package+zip", "ait": "application/vnd.dvb.ait", "ami": "application/vnd.amiga.ami", "aml": "application/automationml-aml+xml", "amlx": "application/automationml-amlx+zip", "amr": "audio/amr", "apk": "application/vnd.android.package-archive", "apng": "image/apng", "appcache": "text/cache-manifest", "appinstaller": "application/appinstaller", "application": "application/x-ms-application", "appx": "application/appx", "appxbundle": "application/appxbundle", "apr": "application/vnd.lotus-approach", "arc": "application/x-freearc", "arj": "application/x-arj", "asc": "application/pgp-signature", "asf": "video/x-ms-asf", "asm": "text/x-asm", "aso": "application/vnd.accpac.simply.aso", "asx": "video/x-ms-asf", "atc": "application/vnd.acucorp", "atom": "application/atom+xml", "atomcat": "application/atomcat+xml", "atomdeleted": "application/atomdeleted+xml", "atomsvc": "application/atomsvc+xml", "atx": "application/vnd.antix.game-component", "au": "audio/basic", "avci": "image/avci", "avcs": "image/avcs", "avi": "video/x-msvideo", "avif": "image/avif", "aw": "application/applixware", "azf": "application/vnd.airzip.filesecure.azf", "azs": "application/vnd.airzip.filesecure.azs", "azv": "image/vnd.airzip.accelerator.azv", "azw": "application/vnd.amazon.ebook", "b16": "image/vnd.pco.b16", "bary": "model/vnd.bary", "bat": "application/x-msdownload", "bcpio": "application/x-bcpio", "bdf": "application/x-font-bdf", "bdm": "application/vnd.syncml.dm+wbxml", "bdo": "application/vnd.nato.bindingdataobject+xml", "bdoc": "application/x-bdoc", "bed": "application/vnd.realvnc.bed", "bh2": "application/vnd.fujitsu.oasysprs", "bin": "application/octet-stream", "blb": "application/x-blorb", "blorb": "application/x-blorb", "bmi": "application/vnd.bmi", "bmml": "application/vnd.balsamiq.bmml+xml", "bmp": "image/x-ms-bmp", "book": "application/vnd.framemaker", "box": "application/vnd.previewsystems.box", "boz": "application/x-bzip2", "bpk": "application/octet-stream", "bsp": "model/vnd.valve.source.compiled-map", "btf": "image/prs.btif", "btif": "image/prs.btif", "buffer": "application/octet-stream", "bz": "application/x-bzip", "bz2": "application/x-bzip2", "c": "text/x-c", "c11amc": "application/vnd.cluetrust.cartomobile-config", "c11amz": "application/vnd.cluetrust.cartomobile-config-pkg", "c4d": "application/vnd.clonk.c4group", "c4f": "application/vnd.clonk.c4group", "c4g": "application/vnd.clonk.c4group", "c4p": "application/vnd.clonk.c4group", "c4u": "application/vnd.clonk.c4group", "cab": "application/vnd.ms-cab-compressed", "caf": "audio/x-caf", "cap": "application/vnd.tcpdump.pcap", "car": "application/vnd.curl.car", "cat": "application/vnd.ms-pki.seccat", "cb7": "application/x-cbr", "cba": "application/x-cbr", "cbr": "application/x-cbr", "cbt": "application/x-cbr", "cbz": "application/x-cbr", "cc": "text/x-c", "cco": "application/x-cocoa", "cct": "application/x-director", "ccxml": "application/ccxml+xml", "cdbcmsg": "application/vnd.contact.cmsg", "cdf": "application/x-netcdf", "cdfx": "application/cdfx+xml", "cdkey": "application/vnd.mediastation.cdkey", "cdmia": "application/cdmi-capability", "cdmic": "application/cdmi-container", "cdmid": "application/cdmi-domain", "cdmio": "application/cdmi-object", "cdmiq": "application/cdmi-queue", "cdx": "chemical/x-cdx", "cdxml": "application/vnd.chemdraw+xml", "cdy": "application/vnd.cinderella", "cer": "application/pkix-cert", "cfs": "application/x-cfs-compressed", "cgm": "image/cgm", "chat": "application/x-chat", "chm": "application/vnd.ms-htmlhelp", "chrt": "application/vnd.kde.kchart", "cif": "chemical/x-cif", "cii": "application/vnd.anser-web-certificate-issue-initiation", "cil": "application/vnd.ms-artgalry", "cjs": "application/node", "cla": "application/vnd.claymore", "class": "application/java-vm", "cld": "model/vnd.cld", "clkk": "application/vnd.crick.clicker.keyboard", "clkp": "application/vnd.crick.clicker.palette", "clkt": "application/vnd.crick.clicker.template", "clkw": "application/vnd.crick.clicker.wordbank", "clkx": "application/vnd.crick.clicker", "clp": "application/x-msclip", "cmc": "application/vnd.cosmocaller", "cmdf": "chemical/x-cmdf", "cml": "chemical/x-cml", "cmp": "application/vnd.yellowriver-custom-menu", "cmx": "image/x-cmx", "cod": "application/vnd.rim.cod", "coffee": "text/coffeescript", "com": "application/x-msdownload", "conf": "text/plain", "cpio": "application/x-cpio", "cpl": "application/cpl+xml", "cpp": "text/x-c", "cpt": "application/mac-compactpro", "crd": "application/x-mscardfile", "crl": "application/pkix-crl", "crt": "application/x-x509-ca-cert", "crx": "application/x-chrome-extension", "cryptonote": "application/vnd.rig.cryptonote", "csh": "application/x-csh", "csl": "application/vnd.citationstyles.style+xml", "csml": "chemical/x-csml", "csp": "application/vnd.commonspace", "css": "text/css", "cst": "application/x-director", "csv": "text/csv", "cu": "application/cu-seeme", "curl": "text/vnd.curl", "cwl": "application/cwl", "cww": "application/prs.cww", "cxt": "application/x-director", "cxx": "text/x-c", "dae": "model/vnd.collada+xml", "daf": "application/vnd.mobius.daf", "dart": "application/vnd.dart", "dataless": "application/vnd.fdsn.seed", "davmount": "application/davmount+xml", "dbf": "application/vnd.dbf", "dbk": "application/docbook+xml", "dcr": "application/x-director", "dcurl": "text/vnd.curl.dcurl", "dd2": "application/vnd.oma.dd2+xml", "ddd": "application/vnd.fujixerox.ddd", "ddf": "application/vnd.syncml.dmddf+xml", "dds": "image/vnd.ms-dds", "deb": "application/x-debian-package", "def": "text/plain", "deploy": "application/octet-stream", "der": "application/x-x509-ca-cert", "dfac": "application/vnd.dreamfactory", "dgc": "application/x-dgc-compressed", "dib": "image/bmp", "dic": "text/x-c", "dir": "application/x-director", "dis": "application/vnd.mobius.dis", "disposition-notification": "message/disposition-notification", "dist": "application/octet-stream", "distz": "application/octet-stream", "djv": "image/vnd.djvu", "djvu": "image/vnd.djvu", "dll": "application/x-msdownload", "dmg": "application/x-apple-diskimage", "dmp": "application/vnd.tcpdump.pcap", "dms": "application/octet-stream", "dna": "application/vnd.dna", "doc": "application/msword", "docm": "application/vnd.ms-word.document.macroenabled.12", "docx": "application/vnd.openxmlformats-officedocument.wordprocessingml.document", "dot": "application/msword", "dotm": "application/vnd.ms-word.template.macroenabled.12", "dotx": "application/vnd.openxmlformats-officedocument.wordprocessingml.template", "dp": "application/vnd.osgi.dp", "dpg": "application/vnd.dpgraph", "dpx": "image/dpx", "dra": "audio/vnd.dra", "drle": "image/dicom-rle", "dsc": "text/prs.lines.tag", "dssc": "application/dssc+der", "dtb": "application/x-dtbook+xml", "dtd": "application/xml-dtd", "dts": "audio/vnd.dts", "dtshd": "audio/vnd.dts.hd", "dump": "application/octet-stream", "dvb": "video/vnd.dvb.file", "dvi": "application/x-dvi", "dwd": "application/atsc-dwd+xml", "dwf": "model/vnd.dwf", "dwg": "image/vnd.dwg", "dxf": "image/vnd.dxf", "dxp": "application/vnd.spotfire.dxp", "dxr": "application/x-director", "ear": "application/java-archive", "ecelp4800": "audio/vnd.nuera.ecelp4800", "ecelp7470": "audio/vnd.nuera.ecelp7470", "ecelp9600": "audio/vnd.nuera.ecelp9600", "ecma": "application/ecmascript", "edm": "application/vnd.novadigm.edm", "edx": "application/vnd.novadigm.edx", "efif": "application/vnd.picsel", "ei6": "application/vnd.pg.osasli", "elc": "application/octet-stream", "emf": "image/emf", "eml": "message/rfc822", "emma": "application/emma+xml", "emotionml": "application/emotionml+xml", "emz": "application/x-msmetafile", "eol": "audio/vnd.digital-winds", "eot": "application/vnd.ms-fontobject", "eps": "application/postscript", "epub": "application/epub+zip", "es3": "application/vnd.eszigno3+xml", "esa": "application/vnd.osgi.subsystem", "esf": "application/vnd.epson.esf", "et3": "application/vnd.eszigno3+xml", "etx": "text/x-setext", "eva": "application/x-eva", "evy": "application/x-envoy", "exe": "application/x-msdownload", "exi": "application/exi", "exp": "application/express", "exr": "image/aces", "ext": "application/vnd.novadigm.ext", "ez": "application/andrew-inset", "ez2": "application/vnd.ezpix-album", "ez3": "application/vnd.ezpix-package", "f": "text/x-fortran", "f4v": "video/x-f4v", "f77": "text/x-fortran", "f90": "text/x-fortran", "fbs": "image/vnd.fastbidsheet", "fcdt": "application/vnd.adobe.formscentral.fcdt", "fcs": "application/vnd.isac.fcs", "fdf": "application/vnd.fdf", "fdt": "application/fdt+xml", "fe_launch": "application/vnd.denovo.fcselayout-link", "fg5": "application/vnd.fujitsu.oasysgp", "fgd": "application/x-director", "fh": "image/x-freehand", "fh4": "image/x-freehand", "fh5": "image/x-freehand", "fh7": "image/x-freehand", "fhc": "image/x-freehand", "fig": "application/x-xfig", "fits": "image/fits", "flac": "audio/x-flac", "fli": "video/x-fli", "flo": "application/vnd.micrografx.flo", "flv": "video/x-flv", "flw": "application/vnd.kde.kivio", "flx": "text/vnd.fmi.flexstor", "fly": "text/vnd.fly", "fm": "application/vnd.framemaker", "fnc": "application/vnd.frogans.fnc", "fo": "application/vnd.software602.filler.form+xml", "for": "text/x-fortran", "fpx": "image/vnd.fpx", "frame": "application/vnd.framemaker", "fsc": "application/vnd.fsc.weblaunch", "fst": "image/vnd.fst", "ftc": "application/vnd.fluxtime.clip", "fti": "application/vnd.anser-web-funds-transfer-initiation", "fvt": "video/vnd.fvt", "fxp": "application/vnd.adobe.fxp", "fxpl": "application/vnd.adobe.fxp", "fzs": "application/vnd.fuzzysheet", "g2w": "application/vnd.geoplan", "g3": "image/g3fax", "g3w": "application/vnd.geospace", "gac": "application/vnd.groove-account", "gam": "application/x-tads", "gbr": "application/rpki-ghostbusters", "gca": "application/x-gca-compressed", "gdl": "model/vnd.gdl", "gdoc": "application/vnd.google-apps.document", "ged": "text/vnd.familysearch.gedcom", "geo": "application/vnd.dynageo", "geojson": "application/geo+json", "gex": "application/vnd.geometry-explorer", "ggb": "application/vnd.geogebra.file", "ggs": "application/vnd.geogebra.slides", "ggt": "application/vnd.geogebra.tool", "ghf": "application/vnd.groove-help", "gif": "image/gif", "gim": "application/vnd.groove-identity-message", "glb": "model/gltf-binary", "gltf": "model/gltf+json", "gml": "application/gml+xml", "gmx": "application/vnd.gmx", "gnumeric": "application/x-gnumeric", "gph": "application/vnd.flographit", "gpx": "application/gpx+xml", "gqf": "application/vnd.grafeq", "gqs": "application/vnd.grafeq", "gram": "application/srgs", "gramps": "application/x-gramps-xml", "gre": "application/vnd.geometry-explorer", "grv": "application/vnd.groove-injector", "grxml": "application/srgs+xml", "gsf": "application/x-font-ghostscript", "gsheet": "application/vnd.google-apps.spreadsheet", "gslides": "application/vnd.google-apps.presentation", "gtar": "application/x-gtar", "gtm": "application/vnd.groove-tool-message", "gtw": "model/vnd.gtw", "gv": "text/vnd.graphviz", "gxf": "application/gxf", "gxt": "application/vnd.geonext", "gz": "application/gzip", "h": "text/x-c", "h261": "video/h261", "h263": "video/h263", "h264": "video/h264", "hal": "application/vnd.hal+xml", "hbci": "application/vnd.hbci", "hbs": "text/x-handlebars-template", "hdd": "application/x-virtualbox-hdd", "hdf": "application/x-hdf", "heic": "image/heic", "heics": "image/heic-sequence", "heif": "image/heif", "heifs": "image/heif-sequence", "hej2": "image/hej2k", "held": "application/atsc-held+xml", "hh": "text/x-c", "hjson": "application/hjson", "hlp": "application/winhlp", "hpgl": "application/vnd.hp-hpgl", "hpid": "application/vnd.hp-hpid", "hps": "application/vnd.hp-hps", "hqx": "application/mac-binhex40", "hsj2": "image/hsj2", "htc": "text/x-component", "htke": "application/vnd.kenameaapp", "htm": "text/html", "html": "text/html", "hvd": "application/vnd.yamaha.hv-dic", "hvp": "application/vnd.yamaha.hv-voice", "hvs": "application/vnd.yamaha.hv-script", "i2g": "application/vnd.intergeo", "icc": "application/vnd.iccprofile", "ice": "x-conference/x-cooltalk", "icm": "application/vnd.iccprofile", "ico": "image/x-icon", "ics": "text/calendar", "ief": "image/ief", "ifb": "text/calendar", "ifm": "application/vnd.shana.informed.formdata", "iges": "model/iges", "igl": "application/vnd.igloader", "igm": "application/vnd.insors.igm", "igs": "model/iges", "igx": "application/vnd.micrografx.igx", "iif": "application/vnd.shana.informed.interchange", "img": "application/octet-stream", "imp": "application/vnd.accpac.simply.imp", "ims": "application/vnd.ms-ims", "in": "text/plain", "ini": "text/plain", "ink": "application/inkml+xml", "inkml": "application/inkml+xml", "install": "application/x-install-instructions", "iota": "application/vnd.astraea-software.iota", "ipfix": "application/ipfix", "ipk": "application/vnd.shana.informed.package", "irm": "application/vnd.ibm.rights-management", "irp": "application/vnd.irepository.package+xml", "iso": "application/x-iso9660-image", "itp": "application/vnd.shana.informed.formtemplate", "its": "application/its+xml", "ivp": "application/vnd.immervision-ivp", "ivu": "application/vnd.immervision-ivu", "jad": "text/vnd.sun.j2me.app-descriptor", "jade": "text/jade", "jam": "application/vnd.jam", "jar": "application/java-archive", "jardiff": "application/x-java-archive-diff", "java": "text/x-java-source", "jhc": "image/jphc", "jisp": "application/vnd.jisp", "jls": "image/jls", "jlt": "application/vnd.hp-jlyt", "jng": "image/x-jng", "jnlp": "application/x-java-jnlp-file", "joda": "application/vnd.joost.joda-archive", "jp2": "image/jp2", "jpe": "image/jpeg", "jpeg": "image/jpeg", "jpf": "image/jpx", "jpg": "image/jpeg", "jpg2": "image/jp2", "jpgm": "video/jpm", "jpgv": "video/jpeg", "jph": "image/jph", "jpm": "video/jpm", "jpx": "image/jpx", "js": "text/javascript", "json": "application/json", "json5": "application/json5", "jsonld": "application/ld+json", "jsonml": "application/jsonml+json", "jsx": "text/jsx", "jt": "model/jt", "jxl": "image/jxl", "jxr": "image/jxr", "jxra": "image/jxra", "jxrs": "image/jxrs", "jxs": "image/jxs", "jxsc": "image/jxsc", "jxsi": "image/jxsi", "jxss": "image/jxss", "kar": "audio/midi", "karbon": "application/vnd.kde.karbon", "kdbx": "application/x-keepass2", "key": "application/x-iwork-keynote-sffkey", "kfo": "application/vnd.kde.kformula", "kia": "application/vnd.kidspiration", "kml": "application/vnd.google-earth.kml+xml", "kmz": "application/vnd.google-earth.kmz", "kne": "application/vnd.kinar", "knp": "application/vnd.kinar", "kon": "application/vnd.kde.kontour", "kpr": "application/vnd.kde.kpresenter", "kpt": "application/vnd.kde.kpresenter", "kpxx": "application/vnd.ds-keypoint", "ksp": "application/vnd.kde.kspread", "ktr": "application/vnd.kahootz", "ktx": "image/ktx", "ktx2": "image/ktx2", "ktz": "application/vnd.kahootz", "kwd": "application/vnd.kde.kword", "kwt": "application/vnd.kde.kword", "lasxml": "application/vnd.las.las+xml", "latex": "application/x-latex", "lbd": "application/vnd.llamagraphics.life-balance.desktop", "lbe": "application/vnd.llamagraphics.life-balance.exchange+xml", "les": "application/vnd.hhe.lesson-player", "less": "text/less", "lgr": "application/lgr+xml", "lha": "application/x-lzh-compressed", "link66": "application/vnd.route66.link66+xml", "list": "text/plain", "list3820": "application/vnd.ibm.modcap", "listafp": "application/vnd.ibm.modcap", "litcoffee": "text/coffeescript", "lnk": "application/x-ms-shortcut", "log": "text/plain", "lostxml": "application/lost+xml", "lrf": "application/octet-stream", "lrm": "application/vnd.ms-lrm", "ltf": "application/vnd.frogans.ltf", "lua": "text/x-lua", "luac": "application/x-lua-bytecode", "lvp": "audio/vnd.lucent.voice", "lwp": "application/vnd.lotus-wordpro", "lzh": "application/x-lzh-compressed", "m13": "application/x-msmediaview", "m14": "application/x-msmediaview", "m1v": "video/mpeg", "m21": "application/mp21", "m2a": "audio/mpeg", "m2t": "video/mp2t", "m2ts": "video/mp2t", "m2v": "video/mpeg", "m3a": "audio/mpeg", "m3u": "audio/x-mpegurl", "m3u8": "application/vnd.apple.mpegurl", "m4a": "audio/x-m4a", "m4p": "application/mp4", "m4s": "video/iso.segment", "m4u": "video/vnd.mpegurl", "m4v": "video/x-m4v", "ma": "application/mathematica", "mads": "application/mads+xml", "maei": "application/mmt-aei+xml", "mag": "application/vnd.ecowin.chart", "maker": "application/vnd.framemaker", "man": "text/troff", "manifest": "text/cache-manifest", "map": "application/json", "mar": "application/octet-stream", "markdown": "text/markdown", "mathml": "application/mathml+xml", "mb": "application/mathematica", "mbk": "application/vnd.mobius.mbk", "mbox": "application/mbox", "mc1": "application/vnd.medcalcdata", "mcd": "application/vnd.mcd", "mcurl": "text/vnd.curl.mcurl", "md": "text/markdown", "mdb": "application/x-msaccess", "mdi": "image/vnd.ms-modi", "mdx": "text/mdx", "me": "text/troff", "mesh": "model/mesh", "meta4": "application/metalink4+xml", "metalink": "application/metalink+xml", "mets": "application/mets+xml", "mfm": "application/vnd.mfmp", "mft": "application/rpki-manifest", "mgp": "application/vnd.osgeo.mapguide.package", "mgz": "application/vnd.proteus.magazine", "mid": "audio/midi", "midi": "audio/midi", "mie": "application/x-mie", "mif": "application/vnd.mif", "mime": "message/rfc822", "mj2": "video/mj2", "mjp2": "video/mj2", "mjs": "text/javascript", "mk3d": "video/x-matroska", "mka": "audio/x-matroska", "mkd": "text/x-markdown", "mks": "video/x-matroska", "mkv": "video/x-matroska", "mlp": "application/vnd.dolby.mlp", "mmd": "application/vnd.chipnuts.karaoke-mmd", "mmf": "application/vnd.smaf", "mml": "text/mathml", "mmr": "image/vnd.fujixerox.edmics-mmr", "mng": "video/x-mng", "mny": "application/x-msmoney", "mobi": "application/x-mobipocket-ebook", "mods": "application/mods+xml", "mov": "video/quicktime", "movie": "video/x-sgi-movie", "mp2": "audio/mpeg", "mp21": "application/mp21", "mp2a": "audio/mpeg", "mp3": "audio/mpeg", "mp4": "video/mp4", "mp4a": "audio/mp4", "mp4s": "application/mp4", "mp4v": "video/mp4", "mpc": "application/vnd.mophun.certificate", "mpd": "application/dash+xml", "mpe": "video/mpeg", "mpeg": "video/mpeg", "mpf": "application/media-policy-dataset+xml", "mpg": "video/mpeg", "mpg4": "video/mp4", "mpga": "audio/mpeg", "mpkg": "application/vnd.apple.installer+xml", "mpm": "application/vnd.blueice.multipass", "mpn": "application/vnd.mophun.application", "mpp": "application/vnd.ms-project", "mpt": "application/vnd.ms-project", "mpy": "application/vnd.ibm.minipay", "mqy": "application/vnd.mobius.mqy", "mrc": "application/marc", "mrcx": "application/marcxml+xml", "ms": "text/troff", "mscml": "application/mediaservercontrol+xml", "mseed": "application/vnd.fdsn.mseed", "mseq": "application/vnd.mseq", "msf": "application/vnd.epson.msf", "msg": "application/vnd.ms-outlook", "msh": "model/mesh", "msi": "application/x-msdownload", "msix": "application/msix", "msixbundle": "application/msixbundle", "msl": "application/vnd.mobius.msl", "msm": "application/octet-stream", "msp": "application/octet-stream", "msty": "application/vnd.muvee.style", "mtl": "model/mtl", "mts": "video/mp2t", "mus": "application/vnd.musician", "musd": "application/mmt-usd+xml", "musicxml": "application/vnd.recordare.musicxml+xml", "mvb": "application/x-msmediaview", "mvt": "application/vnd.mapbox-vector-tile", "mwf": "application/vnd.mfer", "mxf": "application/mxf", "mxl": "application/vnd.recordare.musicxml", "mxmf": "audio/mobile-xmf", "mxml": "application/xv+xml", "mxs": "application/vnd.triscape.mxs", "mxu": "video/vnd.mpegurl", "n-gage": "application/vnd.nokia.n-gage.symbian.install", "n3": "text/n3", "nb": "application/mathematica", "nbp": "application/vnd.wolfram.player", "nc": "application/x-netcdf", "ncx": "application/x-dtbncx+xml", "nfo": "text/x-nfo", "ngdat": "application/vnd.nokia.n-gage.data", "nitf": "application/vnd.nitf", "nlu": "application/vnd.neurolanguage.nlu", "nml": "application/vnd.enliven", "nnd": "application/vnd.noblenet-directory", "nns": "application/vnd.noblenet-sealer", "nnw": "application/vnd.noblenet-web", "npx": "image/vnd.net-fpx", "nq": "application/n-quads", "nsc": "application/x-conference", "nsf": "application/vnd.lotus-notes", "nt": "application/n-triples", "ntf": "application/vnd.nitf", "numbers": "application/x-iwork-numbers-sffnumbers", "nzb": "application/x-nzb", "oa2": "application/vnd.fujitsu.oasys2", "oa3": "application/vnd.fujitsu.oasys3", "oas": "application/vnd.fujitsu.oasys", "obd": "application/x-msbinder", "obgx": "application/vnd.openblox.game+xml", "obj": "model/obj", "oda": "application/oda", "odb": "application/vnd.oasis.opendocument.database", "odc": "application/vnd.oasis.opendocument.chart", "odf": "application/vnd.oasis.opendocument.formula", "odft": "application/vnd.oasis.opendocument.formula-template", "odg": "application/vnd.oasis.opendocument.graphics", "odi": "application/vnd.oasis.opendocument.image", "odm": "application/vnd.oasis.opendocument.text-master", "odp": "application/vnd.oasis.opendocument.presentation", "ods": "application/vnd.oasis.opendocument.spreadsheet", "odt": "application/vnd.oasis.opendocument.text", "oga": "audio/ogg", "ogex": "model/vnd.opengex", "ogg": "audio/ogg", "ogv": "video/ogg", "ogx": "application/ogg", "omdoc": "application/omdoc+xml", "onepkg": "application/onenote", "onetmp": "application/onenote", "onetoc": "application/onenote", "onetoc2": "application/onenote", "opf": "application/oebps-package+xml", "opml": "text/x-opml", "oprc": "application/vnd.palm", "opus": "audio/ogg", "org": "text/x-org", "osf": "application/vnd.yamaha.openscoreformat", "osfpvg": "application/vnd.yamaha.openscoreformat.osfpvg+xml", "osm": "application/vnd.openstreetmap.data+xml", "otc": "application/vnd.oasis.opendocument.chart-template", "otf": "font/otf", "otg": "application/vnd.oasis.opendocument.graphics-template", "oth": "application/vnd.oasis.opendocument.text-web", "oti": "application/vnd.oasis.opendocument.image-template", "otp": "application/vnd.oasis.opendocument.presentation-template", "ots": "application/vnd.oasis.opendocument.spreadsheet-template", "ott": "application/vnd.oasis.opendocument.text-template", "ova": "application/x-virtualbox-ova", "ovf": "application/x-virtualbox-ovf", "owl": "application/rdf+xml", "oxps": "application/oxps", "oxt": "application/vnd.openofficeorg.extension", "p": "text/x-pascal", "p10": "application/pkcs10", "p12": "application/x-pkcs12", "p7b": "application/x-pkcs7-certificates", "p7c": "application/pkcs7-mime", "p7m": "application/pkcs7-mime", "p7r": "application/x-pkcs7-certreqresp", "p7s": "application/pkcs7-signature", "p8": "application/pkcs8", "pac": "application/x-ns-proxy-autoconfig", "pages": "application/x-iwork-pages-sffpages", "pas": "text/x-pascal", "paw": "application/vnd.pawaafile", "pbd": "application/vnd.powerbuilder6", "pbm": "image/x-portable-bitmap", "pcap": "application/vnd.tcpdump.pcap", "pcf": "application/x-font-pcf", "pcl": "application/vnd.hp-pcl", "pclxl": "application/vnd.hp-pclxl", "pct": "image/x-pict", "pcurl": "application/vnd.curl.pcurl", "pcx": "image/x-pcx", "pdb": "application/x-pilot", "pde": "text/x-processing", "pdf": "application/pdf", "pem": "application/x-x509-ca-cert", "pfa": "application/x-font-type1", "pfb": "application/x-font-type1", "pfm": "application/x-font-type1", "pfr": "application/font-tdpfr", "pfx": "application/x-pkcs12", "pgm": "image/x-portable-graymap", "pgn": "application/x-chess-pgn", "pgp": "application/pgp-encrypted", "php": "application/x-httpd-php", "pic": "image/x-pict", "pkg": "application/octet-stream", "pki": "application/pkixcmp", "pkipath": "application/pkix-pkipath", "pkpass": "application/vnd.apple.pkpass", "pl": "application/x-perl", "plb": "application/vnd.3gpp.pic-bw-large", "plc": "application/vnd.mobius.plc", "plf": "application/vnd.pocketlearn", "pls": "application/pls+xml", "pm": "application/x-perl", "pml": "application/vnd.ctc-posml", "png": "image/png", "pnm": "image/x-portable-anymap", "portpkg": "application/vnd.macports.portpkg", "pot": "application/vnd.ms-powerpoint", "potm": "application/vnd.ms-powerpoint.template.macroenabled.12", "potx": "application/vnd.openxmlformats-officedocument.presentationml.template", "ppam": "application/vnd.ms-powerpoint.addin.macroenabled.12", "ppd": "application/vnd.cups-ppd", "ppm": "image/x-portable-pixmap", "pps": "application/vnd.ms-powerpoint", "ppsm": "application/vnd.ms-powerpoint.slideshow.macroenabled.12", "ppsx": "application/vnd.openxmlformats-officedocument.presentationml.slideshow", "ppt": "application/vnd.ms-powerpoint", "pptm": "application/vnd.ms-powerpoint.presentation.macroenabled.12", "pptx": "application/vnd.openxmlformats-officedocument.presentationml.presentation", "pqa": "application/vnd.palm", "prc": "model/prc", "pre": "application/vnd.lotus-freelance", "prf": "application/pics-rules", "provx": "application/provenance+xml", "ps": "application/postscript", "psb": "application/vnd.3gpp.pic-bw-small", "psd": "image/vnd.adobe.photoshop", "psf": "application/x-font-linux-psf", "pskcxml": "application/pskc+xml", "pti": "image/prs.pti", "ptid": "application/vnd.pvi.ptid1", "pub": "application/x-mspublisher", "pvb": "application/vnd.3gpp.pic-bw-var", "pwn": "application/vnd.3m.post-it-notes", "pya": "audio/vnd.ms-playready.media.pya", "pyo": "model/vnd.pytha.pyox", "pyox": "model/vnd.pytha.pyox", "pyv": "video/vnd.ms-playready.media.pyv", "qam": "application/vnd.epson.quickanime", "qbo": "application/vnd.intu.qbo", "qfx": "application/vnd.intu.qfx", "qps": "application/vnd.publishare-delta-tree", "qt": "video/quicktime", "qwd": "application/vnd.quark.quarkxpress", "qwt": "application/vnd.quark.quarkxpress", "qxb": "application/vnd.quark.quarkxpress", "qxd": "application/vnd.quark.quarkxpress", "qxl": "application/vnd.quark.quarkxpress", "qxt": "application/vnd.quark.quarkxpress", "ra": "audio/x-realaudio", "ram": "audio/x-pn-realaudio", "raml": "application/raml+yaml", "rapd": "application/route-apd+xml", "rar": "application/x-rar-compressed", "ras": "image/x-cmu-raster", "rcprofile": "application/vnd.ipunplugged.rcprofile", "rdf": "application/rdf+xml", "rdz": "application/vnd.data-vision.rdz", "relo": "application/p2p-overlay+xml", "rep": "application/vnd.businessobjects", "res": "application/x-dtbresource+xml", "rgb": "image/x-rgb", "rif": "application/reginfo+xml", "rip": "audio/vnd.rip", "ris": "application/x-research-info-systems", "rl": "application/resource-lists+xml", "rlc": "image/vnd.fujixerox.edmics-rlc", "rld": "application/resource-lists-diff+xml", "rm": "application/vnd.rn-realmedia", "rmi": "audio/midi", "rmp": "audio/x-pn-realaudio-plugin", "rms": "application/vnd.jcp.javame.midlet-rms", "rmvb": "application/vnd.rn-realmedia-vbr", "rnc": "application/relax-ng-compact-syntax", "rng": "application/xml", "roa": "application/rpki-roa", "roff": "text/troff", "rp9": "application/vnd.cloanto.rp9", "rpm": "application/x-redhat-package-manager", "rpss": "application/vnd.nokia.radio-presets", "rpst": "application/vnd.nokia.radio-preset", "rq": "application/sparql-query", "rs": "application/rls-services+xml", "rsat": "application/atsc-rsat+xml", "rsd": "application/rsd+xml", "rsheet": "application/urc-ressheet+xml", "rss": "application/rss+xml", "rtf": "text/rtf", "rtx": "text/richtext", "run": "application/x-makeself", "rusd": "application/route-usd+xml", "s": "text/x-asm", "s3m": "audio/s3m", "saf": "application/vnd.yamaha.smaf-audio", "sass": "text/x-sass", "sbml": "application/sbml+xml", "sc": "application/vnd.ibm.secure-container", "scd": "application/x-msschedule", "scm": "application/vnd.lotus-screencam", "scq": "application/scvp-cv-request", "scs": "application/scvp-cv-response", "scss": "text/x-scss", "scurl": "text/vnd.curl.scurl", "sda": "application/vnd.stardivision.draw", "sdc": "application/vnd.stardivision.calc", "sdd": "application/vnd.stardivision.impress", "sdkd": "application/vnd.solent.sdkm+xml", "sdkm": "application/vnd.solent.sdkm+xml", "sdp": "application/sdp", "sdw": "application/vnd.stardivision.writer", "sea": "application/x-sea", "see": "application/vnd.seemail", "seed": "application/vnd.fdsn.seed", "sema": "application/vnd.sema", "semd": "application/vnd.semd", "semf": "application/vnd.semf", "senmlx": "application/senml+xml", "sensmlx": "application/sensml+xml", "ser": "application/java-serialized-object", "setpay": "application/set-payment-initiation", "setreg": "application/set-registration-initiation", "sfd-hdstx": "application/vnd.hydrostatix.sof-data", "sfs": "application/vnd.spotfire.sfs", "sfv": "text/x-sfv", "sgi": "image/sgi", "sgl": "application/vnd.stardivision.writer-global", "sgm": "text/sgml", "sgml": "text/sgml", "sh": "application/x-sh", "shar": "application/x-shar", "shex": "text/shex", "shf": "application/shf+xml", "shtml": "text/html", "sid": "image/x-mrsid-image", "sieve": "application/sieve", "sig": "application/pgp-signature", "sil": "audio/silk", "silo": "model/mesh", "sis": "application/vnd.symbian.install", "sisx": "application/vnd.symbian.install", "sit": "application/x-stuffit", "sitx": "application/x-stuffitx", "siv": "application/sieve", "skd": "application/vnd.koan", "skm": "application/vnd.koan", "skp": "application/vnd.koan", "skt": "application/vnd.koan", "sldm": "application/vnd.ms-powerpoint.slide.macroenabled.12", "sldx": "application/vnd.openxmlformats-officedocument.presentationml.slide", "slim": "text/slim", "slm": "text/slim", "sls": "application/route-s-tsid+xml", "slt": "application/vnd.epson.salt", "sm": "application/vnd.stepmania.stepchart", "smf": "application/vnd.stardivision.math", "smi": "application/smil+xml", "smil": "application/smil+xml", "smv": "video/x-smv", "smzip": "application/vnd.stepmania.package", "snd": "audio/basic", "snf": "application/x-font-snf", "so": "application/octet-stream", "spc": "application/x-pkcs7-certificates", "spdx": "text/spdx", "spf": "application/vnd.yamaha.smaf-phrase", "spl": "application/x-futuresplash", "spot": "text/vnd.in3d.spot", "spp": "application/scvp-vp-response", "spq": "application/scvp-vp-request", "spx": "audio/ogg", "sql": "application/x-sql", "src": "application/x-wais-source", "srt": "application/x-subrip", "sru": "application/sru+xml", "srx": "application/sparql-results+xml", "ssdl": "application/ssdl+xml", "sse": "application/vnd.kodak-descriptor", "ssf": "application/vnd.epson.ssf", "ssml": "application/ssml+xml", "st": "application/vnd.sailingtracker.track", "stc": "application/vnd.sun.xml.calc.template", "std": "application/vnd.sun.xml.draw.template", "stf": "application/vnd.wt.stf", "sti": "application/vnd.sun.xml.impress.template", "stk": "application/hyperstudio", "stl": "model/stl", "stpx": "model/step+xml", "stpxz": "model/step-xml+zip", "stpz": "model/step+zip", "str": "application/vnd.pg.format", "stw": "application/vnd.sun.xml.writer.template", "styl": "text/stylus", "stylus": "text/stylus", "sub": "text/vnd.dvb.subtitle", "sus": "application/vnd.sus-calendar", "susp": "application/vnd.sus-calendar", "sv4cpio": "application/x-sv4cpio", "sv4crc": "application/x-sv4crc", "svc": "application/vnd.dvb.service", "svd": "application/vnd.svd", "svg": "image/svg+xml", "svgz": "image/svg+xml", "swa": "application/x-director", "swf": "application/x-shockwave-flash", "swi": "application/vnd.aristanetworks.swi", "swidtag": "application/swid+xml", "sxc": "application/vnd.sun.xml.calc", "sxd": "application/vnd.sun.xml.draw", "sxg": "application/vnd.sun.xml.writer.global", "sxi": "application/vnd.sun.xml.impress", "sxm": "application/vnd.sun.xml.math", "sxw": "application/vnd.sun.xml.writer", "t": "text/troff", "t3": "application/x-t3vm-image", "t38": "image/t38", "taglet": "application/vnd.mynfc", "tao": "application/vnd.tao.intent-module-archive", "tap": "image/vnd.tencent.tap", "tar": "application/x-tar", "tcap": "application/vnd.3gpp2.tcap", "tcl": "application/x-tcl", "td": "application/urc-targetdesc+xml", "teacher": "application/vnd.smart.teacher", "tei": "application/tei+xml", "teicorpus": "application/tei+xml", "tex": "application/x-tex", "texi": "application/x-texinfo", "texinfo": "application/x-texinfo", "text": "text/plain", "tfi": "application/thraud+xml", "tfm": "application/x-tex-tfm", "tfx": "image/tiff-fx", "tga": "image/x-tga", "thmx": "application/vnd.ms-officetheme", "tif": "image/tiff", "tiff": "image/tiff", "tk": "application/x-tcl", "tmo": "application/vnd.tmobile-livetv", "toml": "application/toml", "torrent": "application/x-bittorrent", "tpl": "application/vnd.groove-tool-template", "tpt": "application/vnd.trid.tpt", "tr": "text/troff", "tra": "application/vnd.trueapp", "trig": "application/trig", "trm": "application/x-msterminal", "ts": "video/mp2t", "tsd": "application/timestamped-data", "tsv": "text/tab-separated-values", "ttc": "font/collection", "ttf": "font/ttf", "ttl": "text/turtle", "ttml": "application/ttml+xml", "twd": "application/vnd.simtech-mindmapper", "twds": "application/vnd.simtech-mindmapper", "txd": "application/vnd.genomatix.tuxedo", "txf": "application/vnd.mobius.txf", "txt": "text/plain", "u32": "application/x-authorware-bin", "u3d": "model/u3d", "u8dsn": "message/global-delivery-status", "u8hdr": "message/global-headers", "u8mdn": "message/global-disposition-notification", "u8msg": "message/global", "ubj": "application/ubjson", "udeb": "application/x-debian-package", "ufd": "application/vnd.ufdl", "ufdl": "application/vnd.ufdl", "ulx": "application/x-glulx", "umj": "application/vnd.umajin", "unityweb": "application/vnd.unity", "uo": "application/vnd.uoml+xml", "uoml": "application/vnd.uoml+xml", "uri": "text/uri-list", "uris": "text/uri-list", "urls": "text/uri-list", "usda": "model/vnd.usda", "usdz": "model/vnd.usdz+zip", "ustar": "application/x-ustar", "utz": "application/vnd.uiq.theme", "uu": "text/x-uuencode", "uva": "audio/vnd.dece.audio", "uvd": "application/vnd.dece.data", "uvf": "application/vnd.dece.data", "uvg": "image/vnd.dece.graphic", "uvh": "video/vnd.dece.hd", "uvi": "image/vnd.dece.graphic", "uvm": "video/vnd.dece.mobile", "uvp": "video/vnd.dece.pd", "uvs": "video/vnd.dece.sd", "uvt": "application/vnd.dece.ttml+xml", "uvu": "video/vnd.uvvu.mp4", "uvv": "video/vnd.dece.video", "uvva": "audio/vnd.dece.audio", "uvvd": "application/vnd.dece.data", "uvvf": "application/vnd.dece.data", "uvvg": "image/vnd.dece.graphic", "uvvh": "video/vnd.dece.hd", "uvvi": "image/vnd.dece.graphic", "uvvm": "video/vnd.dece.mobile", "uvvp": "video/vnd.dece.pd", "uvvs": "video/vnd.dece.sd", "uvvt": "application/vnd.dece.ttml+xml", "uvvu": "video/vnd.uvvu.mp4", "uvvv": "video/vnd.dece.video", "uvvx": "application/vnd.dece.unspecified", "uvvz": "application/vnd.dece.zip", "uvx": "application/vnd.dece.unspecified", "uvz": "application/vnd.dece.zip", "vbox": "application/x-virtualbox-vbox", "vbox-extpack": "application/x-virtualbox-vbox-extpack", "vcard": "text/vcard", "vcd": "application/x-cdlink", "vcf": "text/x-vcard", "vcg": "application/vnd.groove-vcard", "vcs": "text/x-vcalendar", "vcx": "application/vnd.vcx", "vdi": "application/x-virtualbox-vdi", "vds": "model/vnd.sap.vds", "vhd": "application/x-virtualbox-vhd", "vis": "application/vnd.visionary", "viv": "video/vnd.vivo", "vmdk": "application/x-virtualbox-vmdk", "vob": "video/x-ms-vob", "vor": "application/vnd.stardivision.writer", "vox": "application/x-authorware-bin", "vrml": "model/vrml", "vsd": "application/vnd.visio", "vsf": "application/vnd.vsf", "vss": "application/vnd.visio", "vst": "application/vnd.visio", "vsw": "application/vnd.visio", "vtf": "image/vnd.valve.source.texture", "vtt": "text/vtt", "vtu": "model/vnd.vtu", "vxml": "application/voicexml+xml", "w3d": "application/x-director", "wad": "application/x-doom", "wadl": "application/vnd.sun.wadl+xml", "war": "application/java-archive", "wasm": "application/wasm", "wav": "audio/x-wav", "wax": "audio/x-ms-wax", "wbmp": "image/vnd.wap.wbmp", "wbs": "application/vnd.criticaltools.wbs+xml", "wbxml": "application/vnd.wap.wbxml", "wcm": "application/vnd.ms-works", "wdb": "application/vnd.ms-works", "wdp": "image/vnd.ms-photo", "weba": "audio/webm", "webapp": "application/x-web-app-manifest+json", "webm": "video/webm", "webmanifest": "application/manifest+json", "webp": "image/webp", "wg": "application/vnd.pmi.widget", "wgsl": "text/wgsl", "wgt": "application/widget", "wif": "application/watcherinfo+xml", "wks": "application/vnd.ms-works", "wm": "video/x-ms-wm", "wma": "audio/x-ms-wma", "wmd": "application/x-ms-wmd", "wmf": "image/wmf", "wml": "text/vnd.wap.wml", "wmlc": "application/vnd.wap.wmlc", "wmls": "text/vnd.wap.wmlscript", "wmlsc": "application/vnd.wap.wmlscriptc", "wmv": "video/x-ms-wmv", "wmx": "video/x-ms-wmx", "wmz": "application/x-msmetafile", "woff": "font/woff", "woff2": "font/woff2", "wpd": "application/vnd.wordperfect", "wpl": "application/vnd.ms-wpl", "wps": "application/vnd.ms-works", "wqd": "application/vnd.wqd", "wri": "application/x-mswrite", "wrl": "model/vrml", "wsc": "message/vnd.wfa.wsc", "wsdl": "application/wsdl+xml", "wspolicy": "application/wspolicy+xml", "wtb": "application/vnd.webturbo", "wvx": "video/x-ms-wvx", "x32": "application/x-authorware-bin", "x3d": "model/x3d+xml", "x3db": "model/x3d+fastinfoset", "x3dbz": "model/x3d+binary", "x3dv": "model/x3d-vrml", "x3dvz": "model/x3d+vrml", "x3dz": "model/x3d+xml", "x_b": "model/vnd.parasolid.transmit.binary", "x_t": "model/vnd.parasolid.transmit.text", "xaml": "application/xaml+xml", "xap": "application/x-silverlight-app", "xar": "application/vnd.xara", "xav": "application/xcap-att+xml", "xbap": "application/x-ms-xbap", "xbd": "application/vnd.fujixerox.docuworks.binder", "xbm": "image/x-xbitmap", "xca": "application/xcap-caps+xml", "xcs": "application/calendar+xml", "xdcf": "application/vnd.gov.sk.xmldatacontainer+xml", "xdf": "application/xcap-diff+xml", "xdm": "application/vnd.syncml.dm+xml", "xdp": "application/vnd.adobe.xdp+xml", "xdssc": "application/dssc+xml", "xdw": "application/vnd.fujixerox.docuworks", "xel": "application/xcap-el+xml", "xenc": "application/xenc+xml", "xer": "application/patch-ops-error+xml", "xfdf": "application/xfdf", "xfdl": "application/vnd.xfdl", "xht": "application/xhtml+xml", "xhtm": "application/vnd.pwg-xhtml-print+xml", "xhtml": "application/xhtml+xml", "xhvml": "application/xv+xml", "xif": "image/vnd.xiff", "xla": "application/vnd.ms-excel", "xlam": "application/vnd.ms-excel.addin.macroenabled.12", "xlc": "application/vnd.ms-excel", "xlf": "application/xliff+xml", "xlm": "application/vnd.ms-excel", "xls": "application/vnd.ms-excel", "xlsb": "application/vnd.ms-excel.sheet.binary.macroenabled.12", "xlsm": "application/vnd.ms-excel.sheet.macroenabled.12", "xlsx": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "xlt": "application/vnd.ms-excel", "xltm": "application/vnd.ms-excel.template.macroenabled.12", "xltx": "application/vnd.openxmlformats-officedocument.spreadsheetml.template", "xlw": "application/vnd.ms-excel", "xm": "audio/xm", "xml": "text/xml", "xns": "application/xcap-ns+xml", "xo": "application/vnd.olpc-sugar", "xop": "application/xop+xml", "xpi": "application/x-xpinstall", "xpl": "application/xproc+xml", "xpm": "image/x-xpixmap", "xpr": "application/vnd.is-xpr", "xps": "application/vnd.ms-xpsdocument", "xpw": "application/vnd.intercon.formnet", "xpx": "application/vnd.intercon.formnet", "xsd": "application/xml", "xsf": "application/prs.xsf+xml", "xsl": "application/xslt+xml", "xslt": "application/xslt+xml", "xsm": "application/vnd.syncml+xml", "xspf": "application/xspf+xml", "xul": "application/vnd.mozilla.xul+xml", "xvm": "application/xv+xml", "xvml": "application/xv+xml", "xwd": "image/x-xwindowdump", "xyz": "chemical/x-xyz", "xz": "application/x-xz", "yaml": "text/yaml", "yang": "application/yang", "yin": "application/yin+xml", "yml": "text/yaml", "ymp": "text/x-suse-ymp", "z1": "application/x-zmachine", "z2": "application/x-zmachine", "z3": "application/x-zmachine", "z4": "application/x-zmachine", "z5": "application/x-zmachine", "z6": "application/x-zmachine", "z7": "application/x-zmachine", "z8": "application/x-zmachine", "zaz": "application/vnd.zzazz.deck+xml", "zip": "application/zip", "zir": "application/vnd.zul", "zirz": "application/vnd.zul", "zmm": "application/vnd.handheld-entertainment+xml" };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/app-data",
|
|
3
|
-
"version": "4.35.3-dev.
|
|
3
|
+
"version": "4.35.3-dev.1752469555.051522f",
|
|
4
4
|
"description": "Used for default app data and build conditionals within builds.",
|
|
5
5
|
"main": "./index.cjs",
|
|
6
6
|
"module": "./index.js",
|
package/internal/client/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Stencil Client Platform v4.35.3-dev.
|
|
2
|
+
Stencil Client Platform v4.35.3-dev.1752469555.051522f | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
@@ -1496,13 +1496,15 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
|
|
|
1496
1496
|
}
|
|
1497
1497
|
} else if (((_b = childRenderNode.$tag$) == null ? void 0 : _b.toString().includes("-")) && childRenderNode.$tag$ !== "slot-fb" && !childRenderNode.$elm$.shadowRoot) {
|
|
1498
1498
|
const cmpMeta = getHostRef(childRenderNode.$elm$);
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1499
|
+
if (cmpMeta) {
|
|
1500
|
+
const scopeId3 = getScopeId(
|
|
1501
|
+
cmpMeta.$cmpMeta$,
|
|
1502
|
+
BUILD14.mode ? childRenderNode.$elm$.getAttribute("s-mode") : void 0
|
|
1503
|
+
);
|
|
1504
|
+
const styleSheet = win.document.querySelector(`style[sty-id="${scopeId3}"]`);
|
|
1505
|
+
if (styleSheet) {
|
|
1506
|
+
hostElm.shadowRoot.append(styleSheet.cloneNode(true));
|
|
1507
|
+
}
|
|
1506
1508
|
}
|
|
1507
1509
|
}
|
|
1508
1510
|
if (childRenderNode.$tag$ === "slot") {
|
|
@@ -2273,7 +2275,10 @@ var scopeCss = (cssText, scopeId2, commentOriginalSelector) => {
|
|
|
2273
2275
|
// src/runtime/mode.ts
|
|
2274
2276
|
var computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);
|
|
2275
2277
|
var setMode = (handler) => modeResolutionChain.push(handler);
|
|
2276
|
-
var getMode = (ref) =>
|
|
2278
|
+
var getMode = (ref) => {
|
|
2279
|
+
var _a;
|
|
2280
|
+
return (_a = getHostRef(ref)) == null ? void 0 : _a.$modeName$;
|
|
2281
|
+
};
|
|
2277
2282
|
|
|
2278
2283
|
// src/runtime/proxy-component.ts
|
|
2279
2284
|
import { BUILD as BUILD23 } from "@stencil/core/internal/app-data";
|
|
@@ -2322,7 +2327,10 @@ import { BUILD as BUILD17 } from "@stencil/core/internal/app-data";
|
|
|
2322
2327
|
|
|
2323
2328
|
// src/runtime/element.ts
|
|
2324
2329
|
import { BUILD as BUILD16 } from "@stencil/core/internal/app-data";
|
|
2325
|
-
var getElement = (ref) =>
|
|
2330
|
+
var getElement = (ref) => {
|
|
2331
|
+
var _a;
|
|
2332
|
+
return BUILD16.lazyLoad ? (_a = getHostRef(ref)) == null ? void 0 : _a.$hostElement$ : ref;
|
|
2333
|
+
};
|
|
2326
2334
|
|
|
2327
2335
|
// src/runtime/event-emitter.ts
|
|
2328
2336
|
var createEvent = (ref, name, flags) => {
|
|
@@ -3317,9 +3325,10 @@ var postUpdateComponent = (hostRef) => {
|
|
|
3317
3325
|
}
|
|
3318
3326
|
};
|
|
3319
3327
|
var forceUpdate = (ref) => {
|
|
3328
|
+
var _a;
|
|
3320
3329
|
if (BUILD21.updatable && (Build.isBrowser || Build.isTesting)) {
|
|
3321
3330
|
const hostRef = getHostRef(ref);
|
|
3322
|
-
const isConnected = hostRef.$hostElement
|
|
3331
|
+
const isConnected = (_a = hostRef == null ? void 0 : hostRef.$hostElement$) == null ? void 0 : _a.isConnected;
|
|
3323
3332
|
if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
|
3324
3333
|
scheduleUpdate(hostRef, false);
|
|
3325
3334
|
}
|
|
@@ -3384,6 +3393,9 @@ var serverSideConnected = (elm) => {
|
|
|
3384
3393
|
var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
|
|
3385
3394
|
var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
3386
3395
|
const hostRef = getHostRef(ref);
|
|
3396
|
+
if (!hostRef) {
|
|
3397
|
+
return;
|
|
3398
|
+
}
|
|
3387
3399
|
if (BUILD22.lazyLoad && !hostRef) {
|
|
3388
3400
|
throw new Error(
|
|
3389
3401
|
`Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`
|
|
@@ -3465,10 +3477,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
3465
3477
|
const originalFormAssociatedCallback = prototype[cbName];
|
|
3466
3478
|
Object.defineProperty(prototype, cbName, {
|
|
3467
3479
|
value(...args) {
|
|
3480
|
+
var _a2;
|
|
3468
3481
|
const hostRef = getHostRef(this);
|
|
3469
|
-
const instance = BUILD23.lazyLoad ? hostRef.$lazyInstance$ : this;
|
|
3482
|
+
const instance = BUILD23.lazyLoad ? hostRef == null ? void 0 : hostRef.$lazyInstance$ : this;
|
|
3470
3483
|
if (!instance) {
|
|
3471
|
-
hostRef.$onReadyPromise
|
|
3484
|
+
(_a2 = hostRef == null ? void 0 : hostRef.$onReadyPromise$) == null ? void 0 : _a2.then((asyncInstance) => {
|
|
3472
3485
|
const cb = asyncInstance[cbName];
|
|
3473
3486
|
typeof cb === "function" && cb.call(asyncInstance, ...args);
|
|
3474
3487
|
});
|
|
@@ -3513,6 +3526,9 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
3513
3526
|
Object.defineProperty(prototype, memberName, {
|
|
3514
3527
|
set(newValue) {
|
|
3515
3528
|
const ref = getHostRef(this);
|
|
3529
|
+
if (!ref) {
|
|
3530
|
+
return;
|
|
3531
|
+
}
|
|
3516
3532
|
if (BUILD23.isDev) {
|
|
3517
3533
|
if (
|
|
3518
3534
|
// we are proxying the instance (not element)
|
|
@@ -3610,7 +3626,7 @@ More information: https://stenciljs.com/docs/properties#prop-mutability`
|
|
|
3610
3626
|
} else if (propName == null) {
|
|
3611
3627
|
const hostRef = getHostRef(this);
|
|
3612
3628
|
const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
|
|
3613
|
-
if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
|
3629
|
+
if (hostRef && flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
|
3614
3630
|
const elm = BUILD23.lazyLoad ? hostRef.$hostElement$ : this;
|
|
3615
3631
|
const instance = BUILD23.lazyLoad ? hostRef.$lazyInstance$ : elm;
|
|
3616
3632
|
const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
|
|
@@ -3744,6 +3760,9 @@ var fireConnectedCallback = (instance, elm) => {
|
|
|
3744
3760
|
var connectedCallback = (elm) => {
|
|
3745
3761
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
3746
3762
|
const hostRef = getHostRef(elm);
|
|
3763
|
+
if (!hostRef) {
|
|
3764
|
+
return;
|
|
3765
|
+
}
|
|
3747
3766
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
3748
3767
|
const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
|
|
3749
3768
|
if (BUILD25.hostListenerTargetParent) {
|
|
@@ -3832,7 +3851,7 @@ var disconnectedCallback = async (elm) => {
|
|
|
3832
3851
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
3833
3852
|
const hostRef = getHostRef(elm);
|
|
3834
3853
|
if (BUILD26.hostListener) {
|
|
3835
|
-
if (hostRef.$rmListeners$) {
|
|
3854
|
+
if (hostRef == null ? void 0 : hostRef.$rmListeners$) {
|
|
3836
3855
|
hostRef.$rmListeners$.map((rmListener) => rmListener());
|
|
3837
3856
|
hostRef.$rmListeners$ = void 0;
|
|
3838
3857
|
}
|
|
@@ -3908,6 +3927,9 @@ var proxyCustomElement = (Cstr, compactMeta) => {
|
|
|
3908
3927
|
connectedCallback() {
|
|
3909
3928
|
if (!this.__hasHostListenerAttached) {
|
|
3910
3929
|
const hostRef = getHostRef(this);
|
|
3930
|
+
if (!hostRef) {
|
|
3931
|
+
return;
|
|
3932
|
+
}
|
|
3911
3933
|
addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);
|
|
3912
3934
|
this.__hasHostListenerAttached = true;
|
|
3913
3935
|
}
|
|
@@ -3945,7 +3967,7 @@ var forceModeUpdate = (elm) => {
|
|
|
3945
3967
|
if (BUILD27.style && BUILD27.mode && !BUILD27.lazyLoad) {
|
|
3946
3968
|
const mode = computeMode(elm);
|
|
3947
3969
|
const hostRef = getHostRef(elm);
|
|
3948
|
-
if (hostRef.$modeName$ !== mode) {
|
|
3970
|
+
if (hostRef && hostRef.$modeName$ !== mode) {
|
|
3949
3971
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
3950
3972
|
const oldScopeId = elm["s-sc"];
|
|
3951
3973
|
const scopeId2 = getScopeId(cmpMeta, mode);
|
|
@@ -3970,6 +3992,9 @@ import { BUILD as BUILD28 } from "@stencil/core/internal/app-data";
|
|
|
3970
3992
|
// src/runtime/hmr-component.ts
|
|
3971
3993
|
var hmrStart = (hostElement, cmpMeta, hmrVersionId) => {
|
|
3972
3994
|
const hostRef = getHostRef(hostElement);
|
|
3995
|
+
if (!hostRef) {
|
|
3996
|
+
return;
|
|
3997
|
+
}
|
|
3973
3998
|
hostRef.$flags$ = 1 /* hasConnected */;
|
|
3974
3999
|
initializeComponent(hostElement, hostRef, cmpMeta, hmrVersionId);
|
|
3975
4000
|
};
|
|
@@ -4062,6 +4087,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
4062
4087
|
}
|
|
4063
4088
|
connectedCallback() {
|
|
4064
4089
|
const hostRef = getHostRef(this);
|
|
4090
|
+
if (!hostRef) {
|
|
4091
|
+
return;
|
|
4092
|
+
}
|
|
4065
4093
|
if (!this.hasRegisteredEventListeners) {
|
|
4066
4094
|
this.hasRegisteredEventListeners = true;
|
|
4067
4095
|
addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);
|
|
@@ -4081,6 +4109,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
4081
4109
|
plt.raf(() => {
|
|
4082
4110
|
var _a3;
|
|
4083
4111
|
const hostRef = getHostRef(this);
|
|
4112
|
+
if (!hostRef) {
|
|
4113
|
+
return;
|
|
4114
|
+
}
|
|
4084
4115
|
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
4085
4116
|
if (i2 > -1) {
|
|
4086
4117
|
deferredConnectedCallbacks.splice(i2, 1);
|
|
@@ -4091,7 +4122,8 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
4091
4122
|
});
|
|
4092
4123
|
}
|
|
4093
4124
|
componentOnReady() {
|
|
4094
|
-
|
|
4125
|
+
var _a3;
|
|
4126
|
+
return (_a3 = getHostRef(this)) == null ? void 0 : _a3.$onReadyPromise$;
|
|
4095
4127
|
}
|
|
4096
4128
|
};
|
|
4097
4129
|
if (BUILD28.experimentalSlotFixes) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/client",
|
|
3
|
-
"version": "4.35.3-dev.
|
|
3
|
+
"version": "4.35.3-dev.1752469555.051522f",
|
|
4
4
|
"description": "Stencil internal client platform to be imported by the Stencil Compiler and internal runtime. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"exports": "./index.js",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Stencil Hydrate Platform v4.35.3-dev.
|
|
2
|
+
Stencil Hydrate Platform v4.35.3-dev.1752469555.051522f | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __export = (target, all) => {
|
|
@@ -1263,13 +1263,15 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
|
|
|
1263
1263
|
}
|
|
1264
1264
|
} else if (((_b = childRenderNode.$tag$) == null ? void 0 : _b.toString().includes("-")) && childRenderNode.$tag$ !== "slot-fb" && !childRenderNode.$elm$.shadowRoot) {
|
|
1265
1265
|
const cmpMeta = getHostRef(childRenderNode.$elm$);
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1266
|
+
if (cmpMeta) {
|
|
1267
|
+
const scopeId3 = getScopeId(
|
|
1268
|
+
cmpMeta.$cmpMeta$,
|
|
1269
|
+
BUILD8.mode ? childRenderNode.$elm$.getAttribute("s-mode") : void 0
|
|
1270
|
+
);
|
|
1271
|
+
const styleSheet = win.document.querySelector(`style[sty-id="${scopeId3}"]`);
|
|
1272
|
+
if (styleSheet) {
|
|
1273
|
+
hostElm.shadowRoot.append(styleSheet.cloneNode(true));
|
|
1274
|
+
}
|
|
1273
1275
|
}
|
|
1274
1276
|
}
|
|
1275
1277
|
if (childRenderNode.$tag$ === "slot") {
|
|
@@ -2040,7 +2042,10 @@ var scopeCss = (cssText, scopeId2, commentOriginalSelector) => {
|
|
|
2040
2042
|
// src/runtime/mode.ts
|
|
2041
2043
|
var computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);
|
|
2042
2044
|
var setMode = (handler) => modeResolutionChain.push(handler);
|
|
2043
|
-
var getMode = (ref) =>
|
|
2045
|
+
var getMode = (ref) => {
|
|
2046
|
+
var _a;
|
|
2047
|
+
return (_a = getHostRef(ref)) == null ? void 0 : _a.$modeName$;
|
|
2048
|
+
};
|
|
2044
2049
|
|
|
2045
2050
|
// src/runtime/proxy-component.ts
|
|
2046
2051
|
import { BUILD as BUILD17 } from "@stencil/core/internal/app-data";
|
|
@@ -2089,7 +2094,10 @@ import { BUILD as BUILD11 } from "@stencil/core/internal/app-data";
|
|
|
2089
2094
|
|
|
2090
2095
|
// src/runtime/element.ts
|
|
2091
2096
|
import { BUILD as BUILD10 } from "@stencil/core/internal/app-data";
|
|
2092
|
-
var getElement = (ref) =>
|
|
2097
|
+
var getElement = (ref) => {
|
|
2098
|
+
var _a;
|
|
2099
|
+
return BUILD10.lazyLoad ? (_a = getHostRef(ref)) == null ? void 0 : _a.$hostElement$ : ref;
|
|
2100
|
+
};
|
|
2093
2101
|
|
|
2094
2102
|
// src/runtime/event-emitter.ts
|
|
2095
2103
|
var createEvent = (ref, name, flags) => {
|
|
@@ -3084,9 +3092,10 @@ var postUpdateComponent = (hostRef) => {
|
|
|
3084
3092
|
}
|
|
3085
3093
|
};
|
|
3086
3094
|
var forceUpdate = (ref) => {
|
|
3095
|
+
var _a;
|
|
3087
3096
|
if (BUILD15.updatable && (Build.isBrowser || Build.isTesting)) {
|
|
3088
3097
|
const hostRef = getHostRef(ref);
|
|
3089
|
-
const isConnected = hostRef.$hostElement
|
|
3098
|
+
const isConnected = (_a = hostRef == null ? void 0 : hostRef.$hostElement$) == null ? void 0 : _a.isConnected;
|
|
3090
3099
|
if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
|
3091
3100
|
scheduleUpdate(hostRef, false);
|
|
3092
3101
|
}
|
|
@@ -3151,6 +3160,9 @@ var serverSideConnected = (elm) => {
|
|
|
3151
3160
|
var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
|
|
3152
3161
|
var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
3153
3162
|
const hostRef = getHostRef(ref);
|
|
3163
|
+
if (!hostRef) {
|
|
3164
|
+
return;
|
|
3165
|
+
}
|
|
3154
3166
|
if (BUILD16.lazyLoad && !hostRef) {
|
|
3155
3167
|
throw new Error(
|
|
3156
3168
|
`Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`
|
|
@@ -3232,10 +3244,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
3232
3244
|
const originalFormAssociatedCallback = prototype[cbName];
|
|
3233
3245
|
Object.defineProperty(prototype, cbName, {
|
|
3234
3246
|
value(...args) {
|
|
3247
|
+
var _a2;
|
|
3235
3248
|
const hostRef = getHostRef(this);
|
|
3236
|
-
const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : this;
|
|
3249
|
+
const instance = BUILD17.lazyLoad ? hostRef == null ? void 0 : hostRef.$lazyInstance$ : this;
|
|
3237
3250
|
if (!instance) {
|
|
3238
|
-
hostRef.$onReadyPromise
|
|
3251
|
+
(_a2 = hostRef == null ? void 0 : hostRef.$onReadyPromise$) == null ? void 0 : _a2.then((asyncInstance) => {
|
|
3239
3252
|
const cb = asyncInstance[cbName];
|
|
3240
3253
|
typeof cb === "function" && cb.call(asyncInstance, ...args);
|
|
3241
3254
|
});
|
|
@@ -3280,6 +3293,9 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
3280
3293
|
Object.defineProperty(prototype, memberName, {
|
|
3281
3294
|
set(newValue) {
|
|
3282
3295
|
const ref = getHostRef(this);
|
|
3296
|
+
if (!ref) {
|
|
3297
|
+
return;
|
|
3298
|
+
}
|
|
3283
3299
|
if (BUILD17.isDev) {
|
|
3284
3300
|
if (
|
|
3285
3301
|
// we are proxying the instance (not element)
|
|
@@ -3377,7 +3393,7 @@ More information: https://stenciljs.com/docs/properties#prop-mutability`
|
|
|
3377
3393
|
} else if (propName == null) {
|
|
3378
3394
|
const hostRef = getHostRef(this);
|
|
3379
3395
|
const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
|
|
3380
|
-
if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
|
3396
|
+
if (hostRef && flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
|
3381
3397
|
const elm = BUILD17.lazyLoad ? hostRef.$hostElement$ : this;
|
|
3382
3398
|
const instance = BUILD17.lazyLoad ? hostRef.$lazyInstance$ : elm;
|
|
3383
3399
|
const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
|
|
@@ -3511,6 +3527,9 @@ var fireConnectedCallback = (instance, elm) => {
|
|
|
3511
3527
|
var connectedCallback = (elm) => {
|
|
3512
3528
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
3513
3529
|
const hostRef = getHostRef(elm);
|
|
3530
|
+
if (!hostRef) {
|
|
3531
|
+
return;
|
|
3532
|
+
}
|
|
3514
3533
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
3515
3534
|
const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
|
|
3516
3535
|
if (BUILD19.hostListenerTargetParent) {
|
|
@@ -3599,7 +3618,7 @@ var disconnectedCallback = async (elm) => {
|
|
|
3599
3618
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
3600
3619
|
const hostRef = getHostRef(elm);
|
|
3601
3620
|
if (BUILD20.hostListener) {
|
|
3602
|
-
if (hostRef.$rmListeners$) {
|
|
3621
|
+
if (hostRef == null ? void 0 : hostRef.$rmListeners$) {
|
|
3603
3622
|
hostRef.$rmListeners$.map((rmListener) => rmListener());
|
|
3604
3623
|
hostRef.$rmListeners$ = void 0;
|
|
3605
3624
|
}
|
|
@@ -3675,6 +3694,9 @@ var proxyCustomElement = (Cstr, compactMeta) => {
|
|
|
3675
3694
|
connectedCallback() {
|
|
3676
3695
|
if (!this.__hasHostListenerAttached) {
|
|
3677
3696
|
const hostRef = getHostRef(this);
|
|
3697
|
+
if (!hostRef) {
|
|
3698
|
+
return;
|
|
3699
|
+
}
|
|
3678
3700
|
addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);
|
|
3679
3701
|
this.__hasHostListenerAttached = true;
|
|
3680
3702
|
}
|
|
@@ -3712,7 +3734,7 @@ var forceModeUpdate = (elm) => {
|
|
|
3712
3734
|
if (BUILD21.style && BUILD21.mode && !BUILD21.lazyLoad) {
|
|
3713
3735
|
const mode = computeMode(elm);
|
|
3714
3736
|
const hostRef = getHostRef(elm);
|
|
3715
|
-
if (hostRef.$modeName$ !== mode) {
|
|
3737
|
+
if (hostRef && hostRef.$modeName$ !== mode) {
|
|
3716
3738
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
3717
3739
|
const oldScopeId = elm["s-sc"];
|
|
3718
3740
|
const scopeId2 = getScopeId(cmpMeta, mode);
|
|
@@ -3737,6 +3759,9 @@ import { BUILD as BUILD22 } from "@stencil/core/internal/app-data";
|
|
|
3737
3759
|
// src/runtime/hmr-component.ts
|
|
3738
3760
|
var hmrStart = (hostElement, cmpMeta, hmrVersionId) => {
|
|
3739
3761
|
const hostRef = getHostRef(hostElement);
|
|
3762
|
+
if (!hostRef) {
|
|
3763
|
+
return;
|
|
3764
|
+
}
|
|
3740
3765
|
hostRef.$flags$ = 1 /* hasConnected */;
|
|
3741
3766
|
initializeComponent(hostElement, hostRef, cmpMeta, hmrVersionId);
|
|
3742
3767
|
};
|
|
@@ -3829,6 +3854,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
3829
3854
|
}
|
|
3830
3855
|
connectedCallback() {
|
|
3831
3856
|
const hostRef = getHostRef(this);
|
|
3857
|
+
if (!hostRef) {
|
|
3858
|
+
return;
|
|
3859
|
+
}
|
|
3832
3860
|
if (!this.hasRegisteredEventListeners) {
|
|
3833
3861
|
this.hasRegisteredEventListeners = true;
|
|
3834
3862
|
addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);
|
|
@@ -3848,6 +3876,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
3848
3876
|
plt.raf(() => {
|
|
3849
3877
|
var _a3;
|
|
3850
3878
|
const hostRef = getHostRef(this);
|
|
3879
|
+
if (!hostRef) {
|
|
3880
|
+
return;
|
|
3881
|
+
}
|
|
3851
3882
|
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
3852
3883
|
if (i2 > -1) {
|
|
3853
3884
|
deferredConnectedCallbacks.splice(i2, 1);
|
|
@@ -3858,7 +3889,8 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
3858
3889
|
});
|
|
3859
3890
|
}
|
|
3860
3891
|
componentOnReady() {
|
|
3861
|
-
|
|
3892
|
+
var _a3;
|
|
3893
|
+
return (_a3 = getHostRef(this)) == null ? void 0 : _a3.$onReadyPromise$;
|
|
3862
3894
|
}
|
|
3863
3895
|
};
|
|
3864
3896
|
if (BUILD22.experimentalSlotFixes) {
|
|
@@ -4207,7 +4239,7 @@ function proxyHostElement(elm, cstr) {
|
|
|
4207
4239
|
get: function() {
|
|
4208
4240
|
var _a2;
|
|
4209
4241
|
const ref = getHostRef(this);
|
|
4210
|
-
const attrPropVal2 = (_a2 = ref.$instanceValues$) == null ? void 0 : _a2.get(memberName);
|
|
4242
|
+
const attrPropVal2 = (_a2 = ref == null ? void 0 : ref.$instanceValues$) == null ? void 0 : _a2.get(memberName);
|
|
4211
4243
|
if (origGetter && attrPropVal2 === void 0 && !getValue(this, memberName)) {
|
|
4212
4244
|
setValue(this, memberName, origGetter.apply(this), cmpMeta);
|
|
4213
4245
|
}
|
|
@@ -4368,13 +4400,16 @@ async function hydrateComponent(win2, results, tagName, elm, waitingElements) {
|
|
|
4368
4400
|
if (cmpMeta != null) {
|
|
4369
4401
|
waitingElements.add(elm);
|
|
4370
4402
|
const hostRef = getHostRef(this);
|
|
4403
|
+
if (!hostRef) {
|
|
4404
|
+
return;
|
|
4405
|
+
}
|
|
4371
4406
|
addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);
|
|
4372
4407
|
try {
|
|
4373
4408
|
connectedCallback(elm);
|
|
4374
4409
|
await elm.componentOnReady();
|
|
4375
4410
|
results.hydratedCount++;
|
|
4376
4411
|
const ref = getHostRef(elm);
|
|
4377
|
-
const modeName = !ref.$modeName$ ? "$" : ref.$modeName$;
|
|
4412
|
+
const modeName = !(ref == null ? void 0 : ref.$modeName$) ? "$" : ref == null ? void 0 : ref.$modeName$;
|
|
4378
4413
|
if (!results.components.some((c) => c.tag === tagName && c.mode === modeName)) {
|
|
4379
4414
|
results.components.push({
|
|
4380
4415
|
tag: tagName,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/hydrate",
|
|
3
|
-
"version": "4.35.3-dev.
|
|
3
|
+
"version": "4.35.3-dev.1752469555.051522f",
|
|
4
4
|
"description": "Stencil internal hydrate platform to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"private": true
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
Stencil Hydrate Runner v4.35.3-dev.
|
|
2
|
+
Stencil Hydrate Runner v4.35.3-dev.1752469555.051522f | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
var __defProp = Object.defineProperty;
|
|
5
5
|
var __export = (target, all) => {
|
package/internal/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal",
|
|
3
|
-
"version": "4.35.3-dev.
|
|
3
|
+
"version": "4.35.3-dev.1752469555.051522f",
|
|
4
4
|
"description": "Stencil internals only to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -1608,13 +1608,15 @@ var initializeClientHydrate = (hostElm, tagName, hostId, hostRef) => {
|
|
|
1608
1608
|
}
|
|
1609
1609
|
} else if (((_b = childRenderNode.$tag$) == null ? void 0 : _b.toString().includes("-")) && childRenderNode.$tag$ !== "slot-fb" && !childRenderNode.$elm$.shadowRoot) {
|
|
1610
1610
|
const cmpMeta = getHostRef(childRenderNode.$elm$);
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1611
|
+
if (cmpMeta) {
|
|
1612
|
+
const scopeId3 = getScopeId(
|
|
1613
|
+
cmpMeta.$cmpMeta$,
|
|
1614
|
+
import_app_data7.BUILD.mode ? childRenderNode.$elm$.getAttribute("s-mode") : void 0
|
|
1615
|
+
);
|
|
1616
|
+
const styleSheet = win.document.querySelector(`style[sty-id="${scopeId3}"]`);
|
|
1617
|
+
if (styleSheet) {
|
|
1618
|
+
hostElm.shadowRoot.append(styleSheet.cloneNode(true));
|
|
1619
|
+
}
|
|
1618
1620
|
}
|
|
1619
1621
|
}
|
|
1620
1622
|
if (childRenderNode.$tag$ === "slot") {
|
|
@@ -2385,7 +2387,10 @@ var scopeCss = (cssText, scopeId2, commentOriginalSelector) => {
|
|
|
2385
2387
|
// src/runtime/mode.ts
|
|
2386
2388
|
var computeMode = (elm) => modeResolutionChain.map((h2) => h2(elm)).find((m) => !!m);
|
|
2387
2389
|
var setMode = (handler) => modeResolutionChain.push(handler);
|
|
2388
|
-
var getMode = (ref) =>
|
|
2390
|
+
var getMode = (ref) => {
|
|
2391
|
+
var _a;
|
|
2392
|
+
return (_a = getHostRef(ref)) == null ? void 0 : _a.$modeName$;
|
|
2393
|
+
};
|
|
2389
2394
|
|
|
2390
2395
|
// src/runtime/proxy-component.ts
|
|
2391
2396
|
var import_app_data16 = require("@stencil/core/internal/app-data");
|
|
@@ -2434,7 +2439,10 @@ var import_app_data10 = require("@stencil/core/internal/app-data");
|
|
|
2434
2439
|
|
|
2435
2440
|
// src/runtime/element.ts
|
|
2436
2441
|
var import_app_data9 = require("@stencil/core/internal/app-data");
|
|
2437
|
-
var getElement = (ref) =>
|
|
2442
|
+
var getElement = (ref) => {
|
|
2443
|
+
var _a;
|
|
2444
|
+
return import_app_data9.BUILD.lazyLoad ? (_a = getHostRef(ref)) == null ? void 0 : _a.$hostElement$ : ref;
|
|
2445
|
+
};
|
|
2438
2446
|
|
|
2439
2447
|
// src/runtime/event-emitter.ts
|
|
2440
2448
|
var createEvent = (ref, name, flags) => {
|
|
@@ -3429,9 +3437,10 @@ var postUpdateComponent = (hostRef) => {
|
|
|
3429
3437
|
}
|
|
3430
3438
|
};
|
|
3431
3439
|
var forceUpdate = (ref) => {
|
|
3440
|
+
var _a;
|
|
3432
3441
|
if (import_app_data14.BUILD.updatable && (Build.isBrowser || Build.isTesting)) {
|
|
3433
3442
|
const hostRef = getHostRef(ref);
|
|
3434
|
-
const isConnected = hostRef.$hostElement
|
|
3443
|
+
const isConnected = (_a = hostRef == null ? void 0 : hostRef.$hostElement$) == null ? void 0 : _a.isConnected;
|
|
3435
3444
|
if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
|
3436
3445
|
scheduleUpdate(hostRef, false);
|
|
3437
3446
|
}
|
|
@@ -3496,6 +3505,9 @@ var serverSideConnected = (elm) => {
|
|
|
3496
3505
|
var getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propName);
|
|
3497
3506
|
var setValue = (ref, propName, newVal, cmpMeta) => {
|
|
3498
3507
|
const hostRef = getHostRef(ref);
|
|
3508
|
+
if (!hostRef) {
|
|
3509
|
+
return;
|
|
3510
|
+
}
|
|
3499
3511
|
if (import_app_data15.BUILD.lazyLoad && !hostRef) {
|
|
3500
3512
|
throw new Error(
|
|
3501
3513
|
`Couldn't find host element for "${cmpMeta.$tagName$}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/stenciljs/core/issues/5457).`
|
|
@@ -3577,10 +3589,11 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
3577
3589
|
const originalFormAssociatedCallback = prototype[cbName];
|
|
3578
3590
|
Object.defineProperty(prototype, cbName, {
|
|
3579
3591
|
value(...args) {
|
|
3592
|
+
var _a2;
|
|
3580
3593
|
const hostRef = getHostRef(this);
|
|
3581
|
-
const instance = import_app_data16.BUILD.lazyLoad ? hostRef.$lazyInstance$ : this;
|
|
3594
|
+
const instance = import_app_data16.BUILD.lazyLoad ? hostRef == null ? void 0 : hostRef.$lazyInstance$ : this;
|
|
3582
3595
|
if (!instance) {
|
|
3583
|
-
hostRef.$onReadyPromise
|
|
3596
|
+
(_a2 = hostRef == null ? void 0 : hostRef.$onReadyPromise$) == null ? void 0 : _a2.then((asyncInstance) => {
|
|
3584
3597
|
const cb = asyncInstance[cbName];
|
|
3585
3598
|
typeof cb === "function" && cb.call(asyncInstance, ...args);
|
|
3586
3599
|
});
|
|
@@ -3625,6 +3638,9 @@ var proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
3625
3638
|
Object.defineProperty(prototype, memberName, {
|
|
3626
3639
|
set(newValue) {
|
|
3627
3640
|
const ref = getHostRef(this);
|
|
3641
|
+
if (!ref) {
|
|
3642
|
+
return;
|
|
3643
|
+
}
|
|
3628
3644
|
if (import_app_data16.BUILD.isDev) {
|
|
3629
3645
|
if (
|
|
3630
3646
|
// we are proxying the instance (not element)
|
|
@@ -3722,7 +3738,7 @@ More information: https://stenciljs.com/docs/properties#prop-mutability`
|
|
|
3722
3738
|
} else if (propName == null) {
|
|
3723
3739
|
const hostRef = getHostRef(this);
|
|
3724
3740
|
const flags2 = hostRef == null ? void 0 : hostRef.$flags$;
|
|
3725
|
-
if (flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
|
3741
|
+
if (hostRef && flags2 && !(flags2 & 8 /* isConstructingInstance */) && flags2 & 128 /* isWatchReady */ && newValue !== oldValue) {
|
|
3726
3742
|
const elm = import_app_data16.BUILD.lazyLoad ? hostRef.$hostElement$ : this;
|
|
3727
3743
|
const instance = import_app_data16.BUILD.lazyLoad ? hostRef.$lazyInstance$ : elm;
|
|
3728
3744
|
const entry = (_a2 = cmpMeta.$watchers$) == null ? void 0 : _a2[attrName];
|
|
@@ -3856,6 +3872,9 @@ var fireConnectedCallback = (instance, elm) => {
|
|
|
3856
3872
|
var connectedCallback = (elm) => {
|
|
3857
3873
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
3858
3874
|
const hostRef = getHostRef(elm);
|
|
3875
|
+
if (!hostRef) {
|
|
3876
|
+
return;
|
|
3877
|
+
}
|
|
3859
3878
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
3860
3879
|
const endConnected = createTime("connectedCallback", cmpMeta.$tagName$);
|
|
3861
3880
|
if (import_app_data18.BUILD.hostListenerTargetParent) {
|
|
@@ -3944,7 +3963,7 @@ var disconnectedCallback = async (elm) => {
|
|
|
3944
3963
|
if ((plt.$flags$ & 1 /* isTmpDisconnected */) === 0) {
|
|
3945
3964
|
const hostRef = getHostRef(elm);
|
|
3946
3965
|
if (import_app_data19.BUILD.hostListener) {
|
|
3947
|
-
if (hostRef.$rmListeners$) {
|
|
3966
|
+
if (hostRef == null ? void 0 : hostRef.$rmListeners$) {
|
|
3948
3967
|
hostRef.$rmListeners$.map((rmListener) => rmListener());
|
|
3949
3968
|
hostRef.$rmListeners$ = void 0;
|
|
3950
3969
|
}
|
|
@@ -4020,6 +4039,9 @@ var proxyCustomElement = (Cstr, compactMeta) => {
|
|
|
4020
4039
|
connectedCallback() {
|
|
4021
4040
|
if (!this.__hasHostListenerAttached) {
|
|
4022
4041
|
const hostRef = getHostRef(this);
|
|
4042
|
+
if (!hostRef) {
|
|
4043
|
+
return;
|
|
4044
|
+
}
|
|
4023
4045
|
addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);
|
|
4024
4046
|
this.__hasHostListenerAttached = true;
|
|
4025
4047
|
}
|
|
@@ -4057,7 +4079,7 @@ var forceModeUpdate = (elm) => {
|
|
|
4057
4079
|
if (import_app_data20.BUILD.style && import_app_data20.BUILD.mode && !import_app_data20.BUILD.lazyLoad) {
|
|
4058
4080
|
const mode = computeMode(elm);
|
|
4059
4081
|
const hostRef = getHostRef(elm);
|
|
4060
|
-
if (hostRef.$modeName$ !== mode) {
|
|
4082
|
+
if (hostRef && hostRef.$modeName$ !== mode) {
|
|
4061
4083
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
4062
4084
|
const oldScopeId = elm["s-sc"];
|
|
4063
4085
|
const scopeId2 = getScopeId(cmpMeta, mode);
|
|
@@ -4082,6 +4104,9 @@ var import_app_data21 = require("@stencil/core/internal/app-data");
|
|
|
4082
4104
|
// src/runtime/hmr-component.ts
|
|
4083
4105
|
var hmrStart = (hostElement, cmpMeta, hmrVersionId) => {
|
|
4084
4106
|
const hostRef = getHostRef(hostElement);
|
|
4107
|
+
if (!hostRef) {
|
|
4108
|
+
return;
|
|
4109
|
+
}
|
|
4085
4110
|
hostRef.$flags$ = 1 /* hasConnected */;
|
|
4086
4111
|
initializeComponent(hostElement, hostRef, cmpMeta, hmrVersionId);
|
|
4087
4112
|
};
|
|
@@ -4174,6 +4199,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
4174
4199
|
}
|
|
4175
4200
|
connectedCallback() {
|
|
4176
4201
|
const hostRef = getHostRef(this);
|
|
4202
|
+
if (!hostRef) {
|
|
4203
|
+
return;
|
|
4204
|
+
}
|
|
4177
4205
|
if (!this.hasRegisteredEventListeners) {
|
|
4178
4206
|
this.hasRegisteredEventListeners = true;
|
|
4179
4207
|
addHostEventListeners(this, hostRef, cmpMeta.$listeners$, false);
|
|
@@ -4193,6 +4221,9 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
4193
4221
|
plt.raf(() => {
|
|
4194
4222
|
var _a3;
|
|
4195
4223
|
const hostRef = getHostRef(this);
|
|
4224
|
+
if (!hostRef) {
|
|
4225
|
+
return;
|
|
4226
|
+
}
|
|
4196
4227
|
const i2 = deferredConnectedCallbacks.findIndex((host) => host === this);
|
|
4197
4228
|
if (i2 > -1) {
|
|
4198
4229
|
deferredConnectedCallbacks.splice(i2, 1);
|
|
@@ -4203,7 +4234,8 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
4203
4234
|
});
|
|
4204
4235
|
}
|
|
4205
4236
|
componentOnReady() {
|
|
4206
|
-
|
|
4237
|
+
var _a3;
|
|
4238
|
+
return (_a3 = getHostRef(this)) == null ? void 0 : _a3.$onReadyPromise$;
|
|
4207
4239
|
}
|
|
4208
4240
|
};
|
|
4209
4241
|
if (import_app_data21.BUILD.experimentalSlotFixes) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stencil/core/internal/testing",
|
|
3
|
-
"version": "4.35.3-dev.
|
|
3
|
+
"version": "4.35.3-dev.1752469555.051522f",
|
|
4
4
|
"description": "Stencil internal testing platform to be imported by the Stencil Compiler. Breaking changes can and will happen at any time.",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"private": true
|
package/mock-doc/index.cjs
CHANGED
package/mock-doc/index.js
CHANGED
package/mock-doc/package.json
CHANGED
package/package.json
CHANGED
package/screenshot/index.js
CHANGED
package/screenshot/package.json
CHANGED
package/sys/node/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Stencil Node System v4.35.3-dev.
|
|
2
|
+
Stencil Node System v4.35.3-dev.1752469555.051522f | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
"use strict";var go=Object.create;var cn=Object.defineProperty;var yo=Object.getOwnPropertyDescriptor;var vo=Object.getOwnPropertyNames;var bo=Object.getPrototypeOf,Eo=Object.prototype.hasOwnProperty;var kr=r=>{throw TypeError(r)};var So=(r,e,t)=>e in r?cn(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var ge=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports),Ir=(r,e)=>{for(var t in e)cn(r,t,{get:e[t],enumerable:!0})},Mr=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of vo(e))!Eo.call(r,s)&&s!==t&&cn(r,s,{get:()=>e[s],enumerable:!(n=yo(e,s))||n.enumerable});return r};var be=(r,e,t)=>(t=r!=null?go(bo(r)):{},Mr(e||!r||!r.__esModule?cn(t,"default",{value:r,enumerable:!0}):t,r)),$o=r=>Mr(cn({},"__esModule",{value:!0}),r);var Kn=(r,e,t)=>So(r,typeof e!="symbol"?e+"":e,t),Yn=(r,e,t)=>e.has(r)||kr("Cannot "+t);var X=(r,e,t)=>(Yn(r,e,"read from private field"),t?t.call(r):e.get(r)),je=(r,e,t)=>e.has(r)?kr("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,t),Se=(r,e,t,n)=>(Yn(r,e,"write to private field"),n?n.call(r,t):e.set(r,t),t),wt=(r,e,t)=>(Yn(r,e,"access private method"),t);var jr=ge((yu,un)=>{"use strict";var xo=typeof process<"u"&&process.env.TERM_PROGRAM==="Hyper",To=typeof process<"u"&&process.platform==="win32",Fr=typeof process<"u"&&process.platform==="linux",Qn={ballotDisabled:"\u2612",ballotOff:"\u2610",ballotOn:"\u2611",bullet:"\u2022",bulletWhite:"\u25E6",fullBlock:"\u2588",heart:"\u2764",identicalTo:"\u2261",line:"\u2500",mark:"\u203B",middot:"\xB7",minus:"\uFF0D",multiplication:"\xD7",obelus:"\xF7",pencilDownRight:"\u270E",pencilRight:"\u270F",pencilUpRight:"\u2710",percent:"%",pilcrow2:"\u2761",pilcrow:"\xB6",plusMinus:"\xB1",question:"?",section:"\xA7",starsOff:"\u2606",starsOn:"\u2605",upDownArrow:"\u2195"},Hr=Object.assign({},Qn,{check:"\u221A",cross:"\xD7",ellipsisLarge:"...",ellipsis:"...",info:"i",questionSmall:"?",pointer:">",pointerSmall:"\xBB",radioOff:"( )",radioOn:"(*)",warning:"\u203C"}),Br=Object.assign({},Qn,{ballotCross:"\u2718",check:"\u2714",cross:"\u2716",ellipsisLarge:"\u22EF",ellipsis:"\u2026",info:"\u2139",questionFull:"\uFF1F",questionSmall:"\uFE56",pointer:Fr?"\u25B8":"\u276F",pointerSmall:Fr?"\u2023":"\u203A",radioOff:"\u25EF",radioOn:"\u25C9",warning:"\u26A0"});un.exports=To&&!xo?Hr:Br;Reflect.defineProperty(un.exports,"common",{enumerable:!1,value:Qn});Reflect.defineProperty(un.exports,"windows",{enumerable:!1,value:Hr});Reflect.defineProperty(un.exports,"other",{enumerable:!1,value:Br})});var Wr=ge((vu,Zn)=>{"use strict";var Co=r=>r!==null&&typeof r=="object"&&!Array.isArray(r),Lo=/[\u001b\u009b][[\]#;?()]*(?:(?:(?:[^\W_]*;?[^\W_]*)\u0007)|(?:(?:[0-9]{1,4}(;[0-9]{0,4})*)?[~0-9=<>cf-nqrtyA-PRZ]))/g,Ro=()=>typeof process<"u"?process.env.FORCE_COLOR!=="0":!1,Ur=()=>{let r={enabled:Ro(),visible:!0,styles:{},keys:{}},e=i=>{let o=i.open=`\x1B[${i.codes[0]}m`,a=i.close=`\x1B[${i.codes[1]}m`,u=i.regex=new RegExp(`\\u001b\\[${i.codes[1]}m`,"g");return i.wrap=(c,p)=>{c.includes(a)&&(c=c.replace(u,a+o));let m=o+c+a;return p?m.replace(/\r*\n/g,`${a}$&${o}`):m},i},t=(i,o,a)=>typeof i=="function"?i(o):i.wrap(o,a),n=(i,o)=>{if(i===""||i==null)return"";if(r.enabled===!1)return i;if(r.visible===!1)return"";let a=""+i,u=a.includes(`
|
|
5
5
|
`),c=o.length;for(c>0&&o.includes("unstyle")&&(o=[...new Set(["unstyle",...o])].reverse());c-- >0;)a=t(r.styles[o[c]],a,u);return a},s=(i,o,a)=>{r.styles[i]=e({name:i,codes:o}),(r.keys[a]||(r.keys[a]=[])).push(i),Reflect.defineProperty(r,i,{configurable:!0,enumerable:!0,set(c){r.alias(i,c)},get(){let c=p=>n(p,c.stack);return Reflect.setPrototypeOf(c,r),c.stack=this.stack?this.stack.concat(i):[i],c}})};return s("reset",[0,0],"modifier"),s("bold",[1,22],"modifier"),s("dim",[2,22],"modifier"),s("italic",[3,23],"modifier"),s("underline",[4,24],"modifier"),s("inverse",[7,27],"modifier"),s("hidden",[8,28],"modifier"),s("strikethrough",[9,29],"modifier"),s("black",[30,39],"color"),s("red",[31,39],"color"),s("green",[32,39],"color"),s("yellow",[33,39],"color"),s("blue",[34,39],"color"),s("magenta",[35,39],"color"),s("cyan",[36,39],"color"),s("white",[37,39],"color"),s("gray",[90,39],"color"),s("grey",[90,39],"color"),s("bgBlack",[40,49],"bg"),s("bgRed",[41,49],"bg"),s("bgGreen",[42,49],"bg"),s("bgYellow",[43,49],"bg"),s("bgBlue",[44,49],"bg"),s("bgMagenta",[45,49],"bg"),s("bgCyan",[46,49],"bg"),s("bgWhite",[47,49],"bg"),s("blackBright",[90,39],"bright"),s("redBright",[91,39],"bright"),s("greenBright",[92,39],"bright"),s("yellowBright",[93,39],"bright"),s("blueBright",[94,39],"bright"),s("magentaBright",[95,39],"bright"),s("cyanBright",[96,39],"bright"),s("whiteBright",[97,39],"bright"),s("bgBlackBright",[100,49],"bgBright"),s("bgRedBright",[101,49],"bgBright"),s("bgGreenBright",[102,49],"bgBright"),s("bgYellowBright",[103,49],"bgBright"),s("bgBlueBright",[104,49],"bgBright"),s("bgMagentaBright",[105,49],"bgBright"),s("bgCyanBright",[106,49],"bgBright"),s("bgWhiteBright",[107,49],"bgBright"),r.ansiRegex=Lo,r.hasColor=r.hasAnsi=i=>(r.ansiRegex.lastIndex=0,typeof i=="string"&&i!==""&&r.ansiRegex.test(i)),r.alias=(i,o)=>{let a=typeof o=="string"?r[o]:o;if(typeof a!="function")throw new TypeError("Expected alias to be the name of an existing color (string) or a function");a.stack||(Reflect.defineProperty(a,"name",{value:i}),r.styles[i]=a,a.stack=[i]),Reflect.defineProperty(r,i,{configurable:!0,enumerable:!0,set(u){r.alias(i,u)},get(){let u=c=>n(c,u.stack);return Reflect.setPrototypeOf(u,r),u.stack=this.stack?this.stack.concat(a.stack):a.stack,u}})},r.theme=i=>{if(!Co(i))throw new TypeError("Expected theme to be an object");for(let o of Object.keys(i))r.alias(o,i[o]);return r},r.alias("unstyle",i=>typeof i=="string"&&i!==""?(r.ansiRegex.lastIndex=0,i.replace(r.ansiRegex,"")):""),r.alias("noop",i=>i),r.none=r.clear=r.noop,r.stripColor=r.unstyle,r.symbols=jr(),r.define=s,r};Zn.exports=Ur();Zn.exports.create=Ur});var ps=ge((ev,fs)=>{fs.exports=function(r){var e={};function t(n){if(e[n])return e[n].exports;var s=e[n]={i:n,l:!1,exports:{}};return r[n].call(s.exports,s,s.exports,t),s.l=!0,s.exports}return t.m=r,t.c=e,t.i=function(n){return n},t.d=function(n,s,i){t.o(n,s)||Object.defineProperty(n,s,{configurable:!1,enumerable:!0,get:i})},t.n=function(n){var s=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(s,"a",s),s},t.o=function(n,s){return Object.prototype.hasOwnProperty.call(n,s)},t.p="",t(t.s=14)}([function(r,e){r.exports=require("path")},function(r,e,t){"use strict";e.__esModule=!0;var n=t(173),s=i(n);function i(o){return o&&o.__esModule?o:{default:o}}e.default=function(o){return function(){var a=o.apply(this,arguments);return new s.default(function(u,c){function p(m,S){try{var T=a[m](S),h=T.value}catch(b){c(b);return}if(T.done)u(h);else return s.default.resolve(h).then(function(b){p("next",b)},function(b){p("throw",b)})}return p("next")})}}},function(r,e){r.exports=require("util")},function(r,e){r.exports=require("fs")},function(r,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});class n extends Error{constructor(c,p){super(c),this.code=p}}e.MessageError=n;class s extends n{constructor(c,p,m){super(c,p),this.process=m}}e.ProcessSpawnError=s;class i extends n{}e.SecurityError=i;class o extends n{}e.ProcessTermError=o;class a extends Error{constructor(c,p){super(c),this.responseCode=p}}e.ResponseError=a},function(r,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.getFirstSuitableFolder=e.readFirstAvailableStream=e.makeTempDir=e.hardlinksWork=e.writeFilePreservingEol=e.getFileSizeOnDisk=e.walk=e.symlink=e.find=e.readJsonAndFile=e.readJson=e.readFileAny=e.hardlinkBulk=e.copyBulk=e.unlink=e.glob=e.link=e.chmod=e.lstat=e.exists=e.mkdirp=e.stat=e.access=e.rename=e.readdir=e.realpath=e.readlink=e.writeFile=e.open=e.readFileBuffer=e.lockQueue=e.constants=void 0;var n;function s(){return n=F(t(1))}let i=(()=>{var Y=(0,(n||s()).default)(function*(J,U,j,G){let ne=(()=>{var ae=(0,(n||s()).default)(function*(we){let me=we.src,re=we.dest,ln=we.type,Qe=we.onFresh||tt,$e=we.onDone||tt;if(le.has(re.toLowerCase())?G.verbose(`The case-insensitive file ${re} shouldn't be copied twice in one bulk copy`):le.add(re.toLowerCase()),ln==="symlink"){yield Ce((l||d()).default.dirname(re)),Qe(),Ie.symlink.push({dest:re,linkname:me}),$e();return}if(U.ignoreBasenames.indexOf((l||d()).default.basename(me))>=0)return;let xe=yield Ae(me),St;xe.isDirectory()&&(St=yield De(me));let Ge;try{Ge=yield Ae(re)}catch(Be){if(Be.code!=="ENOENT")throw Be}if(Ge){let Be=xe.isSymbolicLink()&&Ge.isSymbolicLink(),$t=xe.isDirectory()&&Ge.isDirectory(),ft=xe.isFile()&&Ge.isFile();if(ft&&he.has(re)){$e(),G.verbose(G.lang("verboseFileSkipArtifact",me));return}if(ft&&xe.size===Ge.size&&(0,(W||Z()).fileDatesEqual)(xe.mtime,Ge.mtime)){$e(),G.verbose(G.lang("verboseFileSkip",me,re,xe.size,+xe.mtime));return}if(Be){let Pe=yield ce(me);if(Pe===(yield ce(re))){$e(),G.verbose(G.lang("verboseFileSkipSymlink",me,re,Pe));return}}if($t){let Pe=yield De(re);Kt(St,"src files not initialised");for(var ct=Pe,Ot=Array.isArray(ct),Ze=0,ct=Ot?ct:ct[Symbol.iterator]();;){var Qt;if(Ot){if(Ze>=ct.length)break;Qt=ct[Ze++]}else{if(Ze=ct.next(),Ze.done)break;Qt=Ze.value}let Dt=Qt;if(St.indexOf(Dt)<0){let xt=(l||d()).default.join(re,Dt);if(j.add(xt),(yield Ae(xt)).isDirectory())for(var ut=yield De(xt),At=Array.isArray(ut),qe=0,ut=At?ut:ut[Symbol.iterator]();;){var Zt;if(At){if(qe>=ut.length)break;Zt=ut[qe++]}else{if(qe=ut.next(),qe.done)break;Zt=qe.value}let Vn=Zt;j.add((l||d()).default.join(xt,Vn))}}}}}if(Ge&&Ge.isSymbolicLink()&&(yield(0,(W||Z()).unlink)(re),Ge=null),xe.isSymbolicLink()){Qe();let Be=yield ce(me);Ie.symlink.push({dest:re,linkname:Be}),$e()}else if(xe.isDirectory()){Ge||(G.verbose(G.lang("verboseFileFolder",re)),yield Ce(re));let Be=re.split((l||d()).default.sep);for(;Be.length;)le.add(Be.join((l||d()).default.sep).toLowerCase()),Be.pop();Kt(St,"src files not initialised");let $t=St.length;$t||$e();for(var dt=St,Nt=Array.isArray(dt),_e=0,dt=Nt?dt:dt[Symbol.iterator]();;){var He;if(Nt){if(_e>=dt.length)break;He=dt[_e++]}else{if(_e=dt.next(),_e.done)break;He=_e.value}let ft=He;J.push({dest:(l||d()).default.join(re,ft),onFresh:Qe,onDone:function(Pe){function Dt(){return Pe.apply(this,arguments)}return Dt.toString=function(){return Pe.toString()},Dt}(function(){--$t===0&&$e()}),src:(l||d()).default.join(me,ft)})}}else if(xe.isFile())Qe(),Ie.file.push({src:me,dest:re,atime:xe.atime,mtime:xe.mtime,mode:xe.mode}),$e();else throw new Error(`unsure how to copy this: ${me}`)});return function(me){return ae.apply(this,arguments)}})(),he=new Set(U.artifactFiles||[]),le=new Set;for(var oe=J,ue=Array.isArray(oe),se=0,oe=ue?oe:oe[Symbol.iterator]();;){var Ye;if(ue){if(se>=oe.length)break;Ye=oe[se++]}else{if(se=oe.next(),se.done)break;Ye=se.value}let ae=Ye,we=ae.onDone;ae.onDone=function(){U.onProgress(ae.dest),we&&we()}}U.onStart(J.length);let Ie={file:[],symlink:[],link:[]};for(;J.length;){let ae=J.splice(0,Ft);yield Promise.all(ae.map(ne))}for(var Me=he,Rt=Array.isArray(Me),at=0,Me=Rt?Me:Me[Symbol.iterator]();;){var Ht;if(Rt){if(at>=Me.length)break;Ht=Me[at++]}else{if(at=Me.next(),at.done)break;Ht=at.value}let ae=Ht;j.has(ae)&&(G.verbose(G.lang("verboseFilePhantomExtraneous",ae)),j.delete(ae))}for(var Fe=j,an=Array.isArray(Fe),lt=0,Fe=an?Fe:Fe[Symbol.iterator]();;){var Bt;if(an){if(lt>=Fe.length)break;Bt=Fe[lt++]}else{if(lt=Fe.next(),lt.done)break;Bt=lt.value}let ae=Bt;le.has(ae.toLowerCase())&&j.delete(ae)}return Ie});return function(U,j,G,ne){return Y.apply(this,arguments)}})(),o=(()=>{var Y=(0,(n||s()).default)(function*(J,U,j,G){let ne=(()=>{var ae=(0,(n||s()).default)(function*(we){let me=we.src,re=we.dest,ln=we.onFresh||tt,Qe=we.onDone||tt;if(le.has(re.toLowerCase())){Qe();return}if(le.add(re.toLowerCase()),U.ignoreBasenames.indexOf((l||d()).default.basename(me))>=0)return;let $e=yield Ae(me),xe;$e.isDirectory()&&(xe=yield De(me));let St=yield ot(re);if(St){let He=yield Ae(re),Be=$e.isSymbolicLink()&&He.isSymbolicLink(),$t=$e.isDirectory()&&He.isDirectory(),ft=$e.isFile()&&He.isFile();if($e.mode!==He.mode)try{yield Re(re,$e.mode)}catch(Pe){G.verbose(Pe)}if(ft&&he.has(re)){Qe(),G.verbose(G.lang("verboseFileSkipArtifact",me));return}if(ft&&$e.ino!==null&&$e.ino===He.ino){Qe(),G.verbose(G.lang("verboseFileSkip",me,re,$e.ino));return}if(Be){let Pe=yield ce(me);if(Pe===(yield ce(re))){Qe(),G.verbose(G.lang("verboseFileSkipSymlink",me,re,Pe));return}}if($t){let Pe=yield De(re);Kt(xe,"src files not initialised");for(var Ze=Pe,Ge=Array.isArray(Ze),Ot=0,Ze=Ge?Ze:Ze[Symbol.iterator]();;){var ct;if(Ge){if(Ot>=Ze.length)break;ct=Ze[Ot++]}else{if(Ot=Ze.next(),Ot.done)break;ct=Ot.value}let Dt=ct;if(xe.indexOf(Dt)<0){let xt=(l||d()).default.join(re,Dt);if(j.add(xt),(yield Ae(xt)).isDirectory())for(var qe=yield De(xt),Qt=Array.isArray(qe),At=0,qe=Qt?qe:qe[Symbol.iterator]();;){var ut;if(Qt){if(At>=qe.length)break;ut=qe[At++]}else{if(At=qe.next(),At.done)break;ut=At.value}let Vn=ut;j.add((l||d()).default.join(xt,Vn))}}}}}if($e.isSymbolicLink()){ln();let He=yield ce(me);Ie.symlink.push({dest:re,linkname:He}),Qe()}else if($e.isDirectory()){G.verbose(G.lang("verboseFileFolder",re)),yield Ce(re);let He=re.split((l||d()).default.sep);for(;He.length;)le.add(He.join((l||d()).default.sep).toLowerCase()),He.pop();Kt(xe,"src files not initialised");let Be=xe.length;Be||Qe();for(var _e=xe,Zt=Array.isArray(_e),Nt=0,_e=Zt?_e:_e[Symbol.iterator]();;){var dt;if(Zt){if(Nt>=_e.length)break;dt=_e[Nt++]}else{if(Nt=_e.next(),Nt.done)break;dt=Nt.value}let $t=dt;J.push({onFresh:ln,src:(l||d()).default.join(me,$t),dest:(l||d()).default.join(re,$t),onDone:function(ft){function Pe(){return ft.apply(this,arguments)}return Pe.toString=function(){return ft.toString()},Pe}(function(){--Be===0&&Qe()})})}}else if($e.isFile())ln(),Ie.link.push({src:me,dest:re,removeDest:St}),Qe();else throw new Error(`unsure how to copy this: ${me}`)});return function(me){return ae.apply(this,arguments)}})(),he=new Set(U.artifactFiles||[]),le=new Set;for(var oe=J,ue=Array.isArray(oe),se=0,oe=ue?oe:oe[Symbol.iterator]();;){var Ye;if(ue){if(se>=oe.length)break;Ye=oe[se++]}else{if(se=oe.next(),se.done)break;Ye=se.value}let ae=Ye,we=ae.onDone||tt;ae.onDone=function(){U.onProgress(ae.dest),we()}}U.onStart(J.length);let Ie={file:[],symlink:[],link:[]};for(;J.length;){let ae=J.splice(0,Ft);yield Promise.all(ae.map(ne))}for(var Me=he,Rt=Array.isArray(Me),at=0,Me=Rt?Me:Me[Symbol.iterator]();;){var Ht;if(Rt){if(at>=Me.length)break;Ht=Me[at++]}else{if(at=Me.next(),at.done)break;Ht=at.value}let ae=Ht;j.has(ae)&&(G.verbose(G.lang("verboseFilePhantomExtraneous",ae)),j.delete(ae))}for(var Fe=j,an=Array.isArray(Fe),lt=0,Fe=an?Fe:Fe[Symbol.iterator]();;){var Bt;if(an){if(lt>=Fe.length)break;Bt=Fe[lt++]}else{if(lt=Fe.next(),lt.done)break;Bt=lt.value}let ae=Bt;le.has(ae.toLowerCase())&&j.delete(ae)}return Ie});return function(U,j,G,ne){return Y.apply(this,arguments)}})(),a=e.copyBulk=(()=>{var Y=(0,(n||s()).default)(function*(J,U,j){let G={onStart:j&&j.onStart||tt,onProgress:j&&j.onProgress||tt,possibleExtraneous:j?j.possibleExtraneous:new Set,ignoreBasenames:j&&j.ignoreBasenames||[],artifactFiles:j&&j.artifactFiles||[]},ne=yield i(J,G,G.possibleExtraneous,U);G.onStart(ne.file.length+ne.symlink.length+ne.link.length);let he=ne.file,le=new Map;yield(E||R()).queue(he,(()=>{var se=(0,(n||s()).default)(function*(oe){let Ye;for(;Ye=le.get(oe.dest);)yield Ye;U.verbose(U.lang("verboseFileCopy",oe.src,oe.dest));let Ie=(0,(W||Z()).copyFile)(oe,function(){return le.delete(oe.dest)});return le.set(oe.dest,Ie),G.onProgress(oe.dest),Ie});return function(oe){return se.apply(this,arguments)}})(),Ft);let ue=ne.symlink;yield(E||R()).queue(ue,function(se){let oe=(l||d()).default.resolve((l||d()).default.dirname(se.dest),se.linkname);return U.verbose(U.lang("verboseFileSymlink",se.dest,oe)),T(oe,se.dest)})});return function(U,j,G){return Y.apply(this,arguments)}})(),u=e.hardlinkBulk=(()=>{var Y=(0,(n||s()).default)(function*(J,U,j){let G={onStart:j&&j.onStart||tt,onProgress:j&&j.onProgress||tt,possibleExtraneous:j?j.possibleExtraneous:new Set,artifactFiles:j&&j.artifactFiles||[],ignoreBasenames:[]},ne=yield o(J,G,G.possibleExtraneous,U);G.onStart(ne.file.length+ne.symlink.length+ne.link.length);let he=ne.link;yield(E||R()).queue(he,(()=>{var ue=(0,(n||s()).default)(function*(se){U.verbose(U.lang("verboseFileLink",se.src,se.dest)),se.removeDest&&(yield(0,(W||Z()).unlink)(se.dest)),yield Tn(se.src,se.dest)});return function(se){return ue.apply(this,arguments)}})(),Ft);let le=ne.symlink;yield(E||R()).queue(le,function(ue){let se=(l||d()).default.resolve((l||d()).default.dirname(ue.dest),ue.linkname);return U.verbose(U.lang("verboseFileSymlink",ue.dest,se)),T(se,ue.dest)})});return function(U,j,G){return Y.apply(this,arguments)}})(),c=e.readFileAny=(()=>{var Y=(0,(n||s()).default)(function*(J){for(var G=J,U=Array.isArray(G),j=0,G=U?G:G[Symbol.iterator]();;){var ne;if(U){if(j>=G.length)break;ne=G[j++]}else{if(j=G.next(),j.done)break;ne=j.value}let he=ne;if(yield ot(he))return Jn(he)}return null});return function(U){return Y.apply(this,arguments)}})(),p=e.readJson=(()=>{var Y=(0,(n||s()).default)(function*(J){return(yield m(J)).object});return function(U){return Y.apply(this,arguments)}})(),m=e.readJsonAndFile=(()=>{var Y=(0,(n||s()).default)(function*(J){let U=yield Jn(J);try{return{object:(0,(M||B()).default)(JSON.parse(on(U))),content:U}}catch(j){throw j.message=`${J}: ${j.message}`,j}});return function(U){return Y.apply(this,arguments)}})(),S=e.find=(()=>{var Y=(0,(n||s()).default)(function*(J,U){let j=U.split((l||d()).default.sep);for(;j.length;){let G=j.concat(J).join((l||d()).default.sep);if(yield ot(G))return G;j.pop()}return!1});return function(U,j){return Y.apply(this,arguments)}})(),T=e.symlink=(()=>{var Y=(0,(n||s()).default)(function*(J,U){try{if((yield Ae(U)).isSymbolicLink()&&(yield ke(U))===J)return}catch(j){if(j.code!=="ENOENT")throw j}if(yield(0,(W||Z()).unlink)(U),process.platform==="win32")yield Ln(J,U,"junction");else{let j;try{j=(l||d()).default.relative((x||C()).default.realpathSync((l||d()).default.dirname(U)),(x||C()).default.realpathSync(J))}catch(G){if(G.code!=="ENOENT")throw G;j=(l||d()).default.relative((l||d()).default.dirname(U),J)}yield Ln(j||".",U)}});return function(U,j){return Y.apply(this,arguments)}})(),h=e.walk=(()=>{var Y=(0,(n||s()).default)(function*(J,U,j=new Set){let G=[],ne=yield De(J);j.size&&(ne=ne.filter(function(oe){return!j.has(oe)}));for(var ue=ne,he=Array.isArray(ue),le=0,ue=he?ue:ue[Symbol.iterator]();;){var se;if(he){if(le>=ue.length)break;se=ue[le++]}else{if(le=ue.next(),le.done)break;se=le.value}let oe=se,Ye=U?(l||d()).default.join(U,oe):oe,Ie=(l||d()).default.join(J,oe),Rt=yield Ae(Ie);G.push({relative:Ye,basename:oe,absolute:Ie,mtime:+Rt.mtime}),Rt.isDirectory()&&(G=G.concat(yield h(Ie,Ye,j)))}return G});return function(U,j){return Y.apply(this,arguments)}})(),b=e.getFileSizeOnDisk=(()=>{var Y=(0,(n||s()).default)(function*(J){let U=yield Ae(J),j=U.size,G=U.blksize;return Math.ceil(j/G)*G});return function(U){return Y.apply(this,arguments)}})(),$=(()=>{var Y=(0,(n||s()).default)(function*(J){if(!(yield ot(J)))return;let U=yield Q(J);for(let j=0;j<U.length;++j){if(U[j]===ho)return`\r
|
package/sys/node/package.json
CHANGED
package/sys/node/worker.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
Stencil Node System Worker v4.35.3-dev.
|
|
2
|
+
Stencil Node System Worker v4.35.3-dev.1752469555.051522f | MIT Licensed | https://stenciljs.com
|
|
3
3
|
*/
|
|
4
4
|
"use strict";var f=Object.create;var d=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var E=Object.getOwnPropertyNames;var y=Object.getPrototypeOf,R=Object.prototype.hasOwnProperty;var g=(n,t,r,s)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of E(t))!R.call(n,e)&&e!==r&&d(n,e,{get:()=>t[e],enumerable:!(s=p(t,e))||s.enumerable});return n};var c=(n,t,r)=>(r=n!=null?f(y(n)):{},g(t||!n||!n.__esModule?d(r,"default",{value:n,enumerable:!0}):r,n));var l=c(require("../../compiler/stencil.js")),m=c(require("../../sys/node/index.js"));var a=(n,t)=>{let r=e=>{e&&e.code==="ERR_IPC_CHANNEL_CLOSED"&&n.exit(0)},s=(e,o)=>{let i={stencilId:e,stencilRtnValue:null,stencilRtnError:"Error"};typeof o=="string"?i.stencilRtnError+=": "+o:o&&(o.stack?i.stencilRtnError+=": "+o.stack:o.message&&(i.stencilRtnError+=":"+o.message)),n.send(i,r)};n.on("message",async e=>{if(e&&typeof e.stencilId=="number")try{let o={stencilId:e.stencilId,stencilRtnValue:await t(e),stencilRtnError:null};n.send(o,r)}catch(o){s(e.stencilId,o)}}),n.on("unhandledRejection",e=>{s(-1,e)})};var k=m.createNodeSys({process}),M=l.createWorkerMessageHandler(k);a(process,M);
|
package/testing/index.js
CHANGED