blue-chestnut-solar-expert 0.0.33 → 0.0.34
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/dist/cjs/eraser-icon.house-icon.icon-selector.map-draw.map-selector.move-icon.octagon-minus-icon.polygon-buttons.polygon-information.search-icon.settings-icon.settings-modal.solar-expert.solar-system-form.tool-box.undo-icon.entry.cjs.js.map +1 -1
- package/dist/cjs/eraser-icon_16.cjs.entry.js +2 -2
- package/dist/cjs/eraser-icon_16.cjs.entry.js.map +1 -1
- package/dist/cjs/{index-elxiOP_I.js → index-C3Kp1xqq.js} +5 -28
- package/dist/cjs/index-C3Kp1xqq.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/loading-widget.cjs.entry.js +1 -1
- package/dist/cjs/solar-calculator.cjs.entry.js +1 -1
- package/dist/cjs/stencil-library.cjs.js +2 -2
- package/dist/collection/components/solar-expert/solar-expert.js +1 -2
- package/dist/collection/components/solar-expert/solar-expert.js.map +1 -1
- package/dist/components/index.js +4 -22
- package/dist/components/index.js.map +1 -1
- package/dist/components/solar-expert.js +2 -3
- package/dist/components/solar-expert.js.map +1 -1
- package/dist/esm/eraser-icon.house-icon.icon-selector.map-draw.map-selector.move-icon.octagon-minus-icon.polygon-buttons.polygon-information.search-icon.settings-icon.settings-modal.solar-expert.solar-system-form.tool-box.undo-icon.entry.js.map +1 -1
- package/dist/esm/eraser-icon_16.entry.js +2 -2
- package/dist/esm/eraser-icon_16.entry.js.map +1 -1
- package/dist/esm/{index-yVbXII2Q.js → index-DNOniOEj.js} +5 -28
- package/dist/esm/index-DNOniOEj.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/loading-widget.entry.js +1 -1
- package/dist/esm/solar-calculator.entry.js +1 -1
- package/dist/esm/stencil-library.js +3 -3
- package/dist/stencil-library/eraser-icon.house-icon.icon-selector.map-draw.map-selector.move-icon.octagon-minus-icon.polygon-buttons.polygon-information.search-icon.settings-icon.settings-modal.solar-expert.solar-system-form.tool-box.undo-icon.entry.esm.js.map +1 -1
- package/dist/stencil-library/{p-825501e2.entry.js → p-1e4e5fe9.entry.js} +2 -2
- package/dist/stencil-library/{p-2a83d5d6.entry.js → p-6cbb411b.entry.js} +2 -2
- package/dist/stencil-library/{p-3d7da486.entry.js → p-958f0a27.entry.js} +2 -2
- package/dist/stencil-library/p-958f0a27.entry.js.map +1 -0
- package/dist/stencil-library/p-DNOniOEj.js +3 -0
- package/dist/stencil-library/p-DNOniOEj.js.map +1 -0
- package/dist/stencil-library/stencil-library.esm.js +1 -1
- package/package.json +2 -1
- package/dist/cjs/index-elxiOP_I.js.map +0 -1
- package/dist/esm/index-yVbXII2Q.js.map +0 -1
- package/dist/stencil-library/p-3d7da486.entry.js.map +0 -1
- package/dist/stencil-library/p-yVbXII2Q.js +0 -3
- package/dist/stencil-library/p-yVbXII2Q.js.map +0 -1
- /package/dist/stencil-library/{p-825501e2.entry.js.map → p-1e4e5fe9.entry.js.map} +0 -0
- /package/dist/stencil-library/{p-2a83d5d6.entry.js.map → p-6cbb411b.entry.js.map} +0 -0
|
@@ -491,15 +491,10 @@ var addStyle = (styleContainerNode, cmpMeta, mode) => {
|
|
|
491
491
|
var attachStyles = (hostRef) => {
|
|
492
492
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
493
493
|
const elm = hostRef.$hostElement$;
|
|
494
|
-
const flags = cmpMeta.$flags$;
|
|
495
494
|
const endAttachStyles = createTime("attachStyles", cmpMeta.$tagName$);
|
|
496
|
-
|
|
497
|
-
elm.
|
|
495
|
+
addStyle(
|
|
496
|
+
elm.getRootNode(),
|
|
498
497
|
cmpMeta);
|
|
499
|
-
if (flags & 10 /* needsScopedEncapsulation */) {
|
|
500
|
-
elm["s-sc"] = scopeId2;
|
|
501
|
-
elm.classList.add(scopeId2 + "-h");
|
|
502
|
-
}
|
|
503
498
|
endAttachStyles();
|
|
504
499
|
};
|
|
505
500
|
var getScopeId = (cmp, mode) => "sc-" + (cmp.$tagName$);
|
|
@@ -695,9 +690,6 @@ var createElm = (oldParentVNode, newParentVNode, childIndex) => {
|
|
|
695
690
|
var addVnodes = (parentElm, before, parentVNode, vnodes, startIdx, endIdx) => {
|
|
696
691
|
let containerElm = parentElm;
|
|
697
692
|
let childNode;
|
|
698
|
-
if (containerElm.shadowRoot && containerElm.tagName === hostTagName) {
|
|
699
|
-
containerElm = containerElm.shadowRoot;
|
|
700
|
-
}
|
|
701
693
|
for (; startIdx <= endIdx; ++startIdx) {
|
|
702
694
|
if (vnodes[startIdx]) {
|
|
703
695
|
childNode = createElm(null, parentVNode, startIdx);
|
|
@@ -876,7 +868,7 @@ var renderVdom = (hostRef, renderFnResults, isInitialLoad = false) => {
|
|
|
876
868
|
rootVnode.$tag$ = null;
|
|
877
869
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
878
870
|
hostRef.$vnode$ = rootVnode;
|
|
879
|
-
rootVnode.$elm$ = oldVNode.$elm$ = hostElm
|
|
871
|
+
rootVnode.$elm$ = oldVNode.$elm$ = hostElm;
|
|
880
872
|
patch(oldVNode, rootVnode, isInitialLoad);
|
|
881
873
|
};
|
|
882
874
|
|
|
@@ -1412,21 +1404,6 @@ var bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1412
1404
|
this.hasRegisteredEventListeners = false;
|
|
1413
1405
|
self = this;
|
|
1414
1406
|
registerHost(self, cmpMeta);
|
|
1415
|
-
if (cmpMeta.$flags$ & 1 /* shadowDomEncapsulation */) {
|
|
1416
|
-
{
|
|
1417
|
-
if (!self.shadowRoot) {
|
|
1418
|
-
{
|
|
1419
|
-
self.attachShadow({ mode: "open" });
|
|
1420
|
-
}
|
|
1421
|
-
} else {
|
|
1422
|
-
if (self.shadowRoot.mode !== "open") {
|
|
1423
|
-
throw new Error(
|
|
1424
|
-
`Unable to re-use existing shadow root for ${cmpMeta.$tagName$}! Mode is set to ${self.shadowRoot.mode} but Stencil only supports open shadow roots.`
|
|
1425
|
-
);
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
1407
|
}
|
|
1431
1408
|
connectedCallback() {
|
|
1432
1409
|
const hostRef = getHostRef(this);
|
|
@@ -1538,6 +1515,6 @@ var hostListenerOpts = (flags) => supportsListenerOptions ? {
|
|
|
1538
1515
|
var setNonce = (nonce) => plt.$nonce$ = nonce;
|
|
1539
1516
|
|
|
1540
1517
|
export { Env as E, getElement as a, bootstrapLazy as b, createEvent as c, forceUpdate as f, getRenderingRef as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
|
|
1541
|
-
//# sourceMappingURL=index-
|
|
1518
|
+
//# sourceMappingURL=index-DNOniOEj.js.map
|
|
1542
1519
|
|
|
1543
|
-
//# sourceMappingURL=index-
|
|
1520
|
+
//# sourceMappingURL=index-DNOniOEj.js.map
|