blue-chestnut-solar-expert 0.0.70 → 0.0.71
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/stencil-library/{decoder-CuK4bYyT.js → decoder-DafVsihn.js} +3 -3
- package/dist/stencil-library/{decoder-CuK4bYyT.js.map → decoder-DafVsihn.js.map} +1 -1
- package/dist/stencil-library/{deflate-B_19Wwe5.js → deflate-BOWpTFAE.js} +3 -3
- package/dist/stencil-library/{deflate-B_19Wwe5.js.map → deflate-BOWpTFAE.js.map} +1 -1
- package/dist/stencil-library/{jpeg-BYwBjmYM.js → jpeg-DWgO3UMT.js} +3 -3
- package/dist/stencil-library/{jpeg-BYwBjmYM.js.map → jpeg-DWgO3UMT.js.map} +1 -1
- package/dist/stencil-library/{lerc-C23gVCZY.js → lerc-BQV9jxbc.js} +3 -3
- package/dist/stencil-library/{lerc-BrKFrpOl.js.map → lerc-BQV9jxbc.js.map} +1 -1
- package/dist/stencil-library/loading-widget.entry.js +1 -1
- package/dist/stencil-library/{lzw-Cv4Jzqw8.js → lzw-fGokKIJR.js} +3 -3
- package/dist/stencil-library/{lzw-Cv4Jzqw8.js.map → lzw-fGokKIJR.js.map} +1 -1
- package/dist/stencil-library/{map-draw-I6HehGjN.js → map-draw-DHsfxmE8.js} +19 -19
- package/dist/stencil-library/{map-draw-I6HehGjN.js.map → map-draw-DHsfxmE8.js.map} +1 -1
- package/dist/stencil-library/map-draw.entry.js +1 -1
- package/dist/stencil-library/{packbits-DYI_WQMn.js → packbits-vWMrdouf.js} +3 -3
- package/dist/stencil-library/{packbits-DYI_WQMn.js.map → packbits-vWMrdouf.js.map} +1 -1
- package/dist/stencil-library/{raw-DmgLt5Xw.js → raw-BZExdvHz.js} +3 -3
- package/dist/stencil-library/{raw-DmgLt5Xw.js.map → raw-BZExdvHz.js.map} +1 -1
- package/dist/stencil-library/solar-system-form.entry.esm.js.map +1 -1
- package/dist/stencil-library/solar-system-form.entry.js +141 -207
- package/dist/stencil-library/solar-system-form.entry.js.map +1 -1
- package/dist/stencil-library/stencil-library.esm.js +1 -1
- package/dist/stencil-library/{webimage-DjTbF9dC.js → webimage-DzcyYZ7I.js} +3 -3
- package/dist/stencil-library/{webimage-DjTbF9dC.js.map → webimage-DzcyYZ7I.js.map} +1 -1
- package/dist/types/components/solar-system-form/solar-system-form.d.ts +10 -6
- package/package.json +1 -1
- package/dist/stencil-library/decoder-DO85tL09.js +0 -39
- package/dist/stencil-library/decoder-DO85tL09.js.map +0 -1
- package/dist/stencil-library/deflate-BnZRAamW.js +0 -21
- package/dist/stencil-library/deflate-BnZRAamW.js.map +0 -1
- package/dist/stencil-library/jpeg-Carqigwf.js +0 -910
- package/dist/stencil-library/jpeg-Carqigwf.js.map +0 -1
- package/dist/stencil-library/lerc-BrKFrpOl.js +0 -2469
- package/dist/stencil-library/lerc-C23gVCZY.js.map +0 -1
- package/dist/stencil-library/lzw-CyjveJk_.js +0 -144
- package/dist/stencil-library/lzw-CyjveJk_.js.map +0 -1
- package/dist/stencil-library/map-draw-s4wyOrpW.js +0 -25568
- package/dist/stencil-library/map-draw-s4wyOrpW.js.map +0 -1
- package/dist/stencil-library/packbits-DZ08I0fK.js +0 -39
- package/dist/stencil-library/packbits-DZ08I0fK.js.map +0 -1
- package/dist/stencil-library/raw-DxHWSwjD.js +0 -20
- package/dist/stencil-library/raw-DxHWSwjD.js.map +0 -1
- package/dist/stencil-library/webimage-DpQLhKY4.js +0 -53
- package/dist/stencil-library/webimage-DpQLhKY4.js.map +0 -1
|
@@ -9,7 +9,7 @@ const LoadingWidget = class {
|
|
|
9
9
|
registerInstance(this, hostRef);
|
|
10
10
|
}
|
|
11
11
|
render() {
|
|
12
|
-
return (h("div", { key: '
|
|
12
|
+
return (h("div", { key: '1418b4230f48595651a7b51967b2216298726048', class: "absolute flex items-center justify-center bg-muted bg-opacity-75 z-20 pt-7 rounded-4xl" }, h("div", { key: '5c6790df154df7f09af76e53efb58c6322cf030c', class: "animate-spin rounded-full h-16 w-16 border-t-2 border-b-2 border-secondary" })));
|
|
13
13
|
}
|
|
14
14
|
};
|
|
15
15
|
LoadingWidget.style = outputCss;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
if (typeof global === "undefined") { var global = globalThis || window || self; }
|
|
3
|
-
import { a as BaseDecoder } from './map-draw-
|
|
3
|
+
import { a as BaseDecoder } from './map-draw-DHsfxmE8.js';
|
|
4
4
|
import './index-ICfDNUMe.js';
|
|
5
5
|
import './constants-hboFofU4.js';
|
|
6
6
|
import './tools-BNYKV5H5.js';
|
|
@@ -139,6 +139,6 @@ class LZWDecoder extends BaseDecoder {
|
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
export { LZWDecoder as default };
|
|
142
|
-
//# sourceMappingURL=lzw-
|
|
142
|
+
//# sourceMappingURL=lzw-fGokKIJR.js.map
|
|
143
143
|
|
|
144
|
-
//# sourceMappingURL=lzw-
|
|
144
|
+
//# sourceMappingURL=lzw-fGokKIJR.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lzw-
|
|
1
|
+
{"version":3,"file":"lzw-fGokKIJR.js","sources":["../../node_modules/geotiff/dist-module/compression/lzw.js"],"sourcesContent":["import BaseDecoder from './basedecoder.js';\n\nconst MIN_BITS = 9;\nconst CLEAR_CODE = 256; // clear code\nconst EOI_CODE = 257; // end of information\nconst MAX_BYTELENGTH = 12;\n\nfunction getByte(array, position, length) {\n const d = position % 8;\n const a = Math.floor(position / 8);\n const de = 8 - d;\n const ef = (position + length) - ((a + 1) * 8);\n let fg = (8 * (a + 2)) - (position + length);\n const dg = ((a + 2) * 8) - position;\n fg = Math.max(0, fg);\n if (a >= array.length) {\n console.warn('ran off the end of the buffer before finding EOI_CODE (end on input code)');\n return EOI_CODE;\n }\n let chunk1 = array[a] & ((2 ** (8 - d)) - 1);\n chunk1 <<= (length - de);\n let chunks = chunk1;\n if (a + 1 < array.length) {\n let chunk2 = array[a + 1] >>> fg;\n chunk2 <<= Math.max(0, (length - dg));\n chunks += chunk2;\n }\n if (ef > 8 && a + 2 < array.length) {\n const hi = ((a + 3) * 8) - (position + length);\n const chunk3 = array[a + 2] >>> hi;\n chunks += chunk3;\n }\n return chunks;\n}\n\nfunction appendReversed(dest, source) {\n for (let i = source.length - 1; i >= 0; i--) {\n dest.push(source[i]);\n }\n return dest;\n}\n\nfunction decompress(input) {\n const dictionaryIndex = new Uint16Array(4093);\n const dictionaryChar = new Uint8Array(4093);\n for (let i = 0; i <= 257; i++) {\n dictionaryIndex[i] = 4096;\n dictionaryChar[i] = i;\n }\n let dictionaryLength = 258;\n let byteLength = MIN_BITS;\n let position = 0;\n\n function initDictionary() {\n dictionaryLength = 258;\n byteLength = MIN_BITS;\n }\n function getNext(array) {\n const byte = getByte(array, position, byteLength);\n position += byteLength;\n return byte;\n }\n function addToDictionary(i, c) {\n dictionaryChar[dictionaryLength] = c;\n dictionaryIndex[dictionaryLength] = i;\n dictionaryLength++;\n return dictionaryLength - 1;\n }\n function getDictionaryReversed(n) {\n const rev = [];\n for (let i = n; i !== 4096; i = dictionaryIndex[i]) {\n rev.push(dictionaryChar[i]);\n }\n return rev;\n }\n\n const result = [];\n initDictionary();\n const array = new Uint8Array(input);\n let code = getNext(array);\n let oldCode;\n while (code !== EOI_CODE) {\n if (code === CLEAR_CODE) {\n initDictionary();\n code = getNext(array);\n while (code === CLEAR_CODE) {\n code = getNext(array);\n }\n\n if (code === EOI_CODE) {\n break;\n } else if (code > CLEAR_CODE) {\n throw new Error(`corrupted code at scanline ${code}`);\n } else {\n const val = getDictionaryReversed(code);\n appendReversed(result, val);\n oldCode = code;\n }\n } else if (code < dictionaryLength) {\n const val = getDictionaryReversed(code);\n appendReversed(result, val);\n addToDictionary(oldCode, val[val.length - 1]);\n oldCode = code;\n } else {\n const oldVal = getDictionaryReversed(oldCode);\n if (!oldVal) {\n throw new Error(`Bogus entry. Not in dictionary, ${oldCode} / ${dictionaryLength}, position: ${position}`);\n }\n appendReversed(result, oldVal);\n result.push(oldVal[oldVal.length - 1]);\n addToDictionary(oldCode, oldVal[oldVal.length - 1]);\n oldCode = code;\n }\n\n if (dictionaryLength + 1 >= (2 ** byteLength)) {\n if (byteLength === MAX_BYTELENGTH) {\n oldCode = undefined;\n } else {\n byteLength++;\n }\n }\n code = getNext(array);\n }\n return new Uint8Array(result);\n}\n\nexport default class LZWDecoder extends BaseDecoder {\n decodeBlock(buffer) {\n return decompress(buffer, false).buffer;\n }\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -2627,22 +2627,22 @@ async function getDecoder(fileDirectory) {
|
|
|
2627
2627
|
}
|
|
2628
2628
|
|
|
2629
2629
|
// Add default decoders to registry (end-user may override with other implementations)
|
|
2630
|
-
addDecoder([undefined, 1], () => import('./raw-
|
|
2631
|
-
addDecoder(5, () => import('./lzw-
|
|
2630
|
+
addDecoder([undefined, 1], () => import('./raw-BZExdvHz.js').then((m) => m.default));
|
|
2631
|
+
addDecoder(5, () => import('./lzw-fGokKIJR.js').then((m) => m.default));
|
|
2632
2632
|
addDecoder(6, () => {
|
|
2633
2633
|
throw new Error('old style JPEG compression is not supported.');
|
|
2634
2634
|
});
|
|
2635
|
-
addDecoder(7, () => import('./jpeg-
|
|
2636
|
-
addDecoder([8, 32946], () => import('./deflate-
|
|
2637
|
-
addDecoder(32773, () => import('./packbits-
|
|
2638
|
-
addDecoder(34887, () => import('./lerc-
|
|
2635
|
+
addDecoder(7, () => import('./jpeg-DWgO3UMT.js').then((m) => m.default));
|
|
2636
|
+
addDecoder([8, 32946], () => import('./deflate-BOWpTFAE.js').then((m) => m.default));
|
|
2637
|
+
addDecoder(32773, () => import('./packbits-vWMrdouf.js').then((m) => m.default));
|
|
2638
|
+
addDecoder(34887, () => import('./lerc-BQV9jxbc.js')
|
|
2639
2639
|
.then(async (m) => {
|
|
2640
2640
|
await m.zstd.init();
|
|
2641
2641
|
return m;
|
|
2642
2642
|
})
|
|
2643
2643
|
.then((m) => m.default),
|
|
2644
2644
|
);
|
|
2645
|
-
addDecoder(50001, () => import('./webimage-
|
|
2645
|
+
addDecoder(50001, () => import('./webimage-DzcyYZ7I.js').then((m) => m.default));
|
|
2646
2646
|
|
|
2647
2647
|
/**
|
|
2648
2648
|
* @module resample
|
|
@@ -4085,7 +4085,7 @@ class Pool {
|
|
|
4085
4085
|
this.messageId = 0;
|
|
4086
4086
|
if (size) {
|
|
4087
4087
|
this._awaitingDecoder = createWorker ? Promise.resolve(createWorker) : new Promise((resolve) => {
|
|
4088
|
-
import('./decoder-
|
|
4088
|
+
import('./decoder-DafVsihn.js').then((module) => {
|
|
4089
4089
|
resolve(module.create);
|
|
4090
4090
|
});
|
|
4091
4091
|
});
|
|
@@ -25535,24 +25535,24 @@ const MapDraw = class {
|
|
|
25535
25535
|
}
|
|
25536
25536
|
render() {
|
|
25537
25537
|
const t = getLanguageStrings(state.settings.language);
|
|
25538
|
-
return (h("div", { key: '
|
|
25539
|
-
.description, videoSource: getAssetPath("./assets/tutorial2.mp4") })), this.showAdditionalToolsTutorial && (h("tutorial-component", { key: '
|
|
25538
|
+
return (h("div", { key: 'dfd6d42ee7d4ff2402791493677c4b732bd02d79', class: "flex flex-col justify-center items-center w-full h-full gap-4", id: "map-draw" }, this.showTutorial && (h("tutorial-component", { key: '30d2b5ed760910180c35e04a8e9a3b31da574f97', onClose: this.handleTutorialClose, title: t.mapDraw.tutorial.title, description: t.mapDraw.tutorial.description, videoSource: getAssetPath("./assets/tutorial1.mp4") })), this.showMarkEdgeTutorial && (h("tutorial-component", { key: 'da7e040ed1295a163e74512fe7a62c60d4a33a61', onClose: this.handleMarkEdgeTutorialClose, title: t.mapDraw.tutorial.markEdge.title, description: t.mapDraw.tutorial.markEdge
|
|
25539
|
+
.description, videoSource: getAssetPath("./assets/tutorial2.mp4") })), this.showAdditionalToolsTutorial && (h("tutorial-component", { key: 'fa81b0111d14d2bea4bee91fd7b060fe694e03a9', onClose: this
|
|
25540
25540
|
.handleAdditionalToolsTutorialClose, title: t.mapDraw.tutorial.additionalTools.title, description: t.mapDraw.tutorial.additionalTools
|
|
25541
|
-
.description, videoSource: getAssetPath("./assets/tutorial3.mp4") })), this.showObstacleTutorial && (h("tutorial-component", { key: '
|
|
25542
|
-
this.loadingState === "loading") && (h("div", { key: '
|
|
25543
|
-
this.loadingState === "error") && (h("div", { key: '
|
|
25541
|
+
.description, videoSource: getAssetPath("./assets/tutorial3.mp4") })), this.showObstacleTutorial && (h("tutorial-component", { key: '2894ad5e5b872e0603ff7e608bd3d22cbac64cbf', onClose: this.handleObstacleTutorialClose, onSkip: this.handleObstacleTutorialSkip, showSkipButton: true, title: t.mapDraw.tutorial.obstacle.title, description: t.mapDraw.tutorial.obstacle.description, videoSource: getAssetPath("./assets/tutorial4.mp4") })), (state.latitude && state.longitude &&
|
|
25542
|
+
this.loadingState === "loading") && (h("div", { key: 'e323542349191283df4ae4d452ca144881359832', class: "flex items-center justify-center w-full bg-opacity-75 z-20 pt-7 rounded-4xl" }, h("div", { key: 'fa0b90b72583e75f4c3cb7f83e44a43691a87ded', class: "animate-spin rounded-full h-16 w-16 border-t-2 border-b-2 border-secondary" }))), (state.latitude && state.longitude &&
|
|
25543
|
+
this.loadingState === "error") && (h("div", { key: 'fadb04e70e4714b4b03871b9acc08eba8b925b48', class: "flex items-center justify-center w-full bg-opacity-75 z-20 pt-7 rounded-4xl" }, h("div", { key: 'e444b9aa15dc6a04a9445c6c9f5d89fc45db3292', class: "text-red-500 text-center text-lg font-semibold" }, t.mapDraw.imageLoadError))), h("div", { key: '8e1bfac2e36061e0f038576c5a841d34b5a19b18', class: "flex items-start justify-center w-full bg-primary rounded-4xl" }, h("div", { key: '98f19db1cc659d6477ad8f1200099ba2f86579e2', class: "relative flex items-center justify-center w-full rounded-4xl bg-secondary", style: {
|
|
25544
25544
|
aspectRatio: this.rgbTiff
|
|
25545
25545
|
? `${this.rgbTiff.width}/${this.rgbTiff.height}`
|
|
25546
25546
|
: "",
|
|
25547
|
-
} }, !this.rgbTiff && (h("div", { key: '
|
|
25547
|
+
} }, !this.rgbTiff && (h("div", { key: 'ffc52e8404b80d510c61d1f8fa1fa9f79b26d461', class: "text-white p-6" }, "Satelitebild wird geladen sobald Sie eine Addresse ausgew\u00E4hlt haben.")), h("canvas", { key: '7d008de7eec9aa57593f641d0d176e11b956adb7', ref: (el) => this.canvasElement = el, class: "absolute top-0 left-0 w-full h-full rounded-4xl", id: "map-draw-canvas", style: {
|
|
25548
25548
|
cursor: this.currentTool.cursor,
|
|
25549
|
-
} }), h("canvas", { key: '
|
|
25549
|
+
} }), h("canvas", { key: '55727fcea57628e8a9480438ff4d91c1c7b711d7', ref: (el) => this.polygonCanvas = el, class: "absolute top-0 left-0 w-full h-full rounded-4xl", style: {
|
|
25550
25550
|
cursor: this.currentTool.cursor,
|
|
25551
|
-
} }))), (this.rgbTiff || this.unfold) && (h("div", { key: '
|
|
25551
|
+
} }))), (this.rgbTiff || this.unfold) && (h("div", { key: 'b09a8af7751ad94ba9c6d855f3732bebf2395f09', class: "w-full" }, h("div", { key: '125a44a4f96ebf0a6090f51bc9e58dcc1ad0d50f', class: "w-full pb-4" }, h("tool-box", { key: '57053da9c09b18ec869c4a744b96cfdd35c38ed7', currentTool: this.currentTool, onToolSelect: (tool) => this.handleToolSelect(tool), undoCallback: () => this.undo() })), h("div", { key: '39054b81dab5b5f86020347841489f86821f92cc', class: "w-full" }, h("polygon-information", { key: 'fc8b1e52fe49797fc8c8fb10fdc267bdfa4b5114', currentPolygon: this.currentPolygon, numberOfPanels: this.currentPolygon
|
|
25552
25552
|
? this
|
|
25553
25553
|
.solarSystem[this.currentPolygon.id]
|
|
25554
25554
|
?.numberOfPanels
|
|
25555
|
-
: undefined, handleAzimuthChange: (event) => this.handleAzimuthChange(event), handlePitchChange: (event) => this.handlePitchChange(event), calculateSolarPanels: () => this.calculateSolarPanels(true), markAsFlatRoof: () => this.markAsFlatRoof(), currentTool: this.currentTool.name })), h("div", { key: '
|
|
25555
|
+
: undefined, handleAzimuthChange: (event) => this.handleAzimuthChange(event), handlePitchChange: (event) => this.handlePitchChange(event), calculateSolarPanels: () => this.calculateSolarPanels(true), markAsFlatRoof: () => this.markAsFlatRoof(), currentTool: this.currentTool.name })), h("div", { key: 'be843fe04748f58a133e20ec127a2a248c4d5e3d', class: "w-full" }, h("solar-system-form", { key: '3d26ef1435cd62559a3bbb05b18193dd9c9fc9a6', systemConfigs: this.solarSystem, polygons: this.canvasManager?.getPolygons(), roofCanvas: this.canvasElement, polygonCanvas: this.polygonCanvas, pixelInMeters: this.pixelInMeters })))), this.showSettings && (h("settings-modal", { key: 'a5166f182f7256ecfeaa2983de36496371580f11', settings: state.settings, onClose: this.handleSettingsClose, onSave: this.handleSettingsSave })), this.showToast && (h("toast-notification", { key: 'a5a74da758bb9d367c69289d306d2f0c56a60914', message: this.toastMessage, type: this.toastType, duration: 3000 }))));
|
|
25556
25556
|
}
|
|
25557
25557
|
static get watchers() { return {
|
|
25558
25558
|
"rgbTiff": ["setupCanvasManager", "drawMap"],
|
|
@@ -25562,6 +25562,6 @@ const MapDraw = class {
|
|
|
25562
25562
|
MapDraw.style = outputCss;
|
|
25563
25563
|
|
|
25564
25564
|
export { Buffer as B, LercParameters as L, MapDraw as M, BaseDecoder as a, LercAddCompression as b };
|
|
25565
|
-
//# sourceMappingURL=map-draw-
|
|
25565
|
+
//# sourceMappingURL=map-draw-DHsfxmE8.js.map
|
|
25566
25566
|
|
|
25567
|
-
//# sourceMappingURL=map-draw-
|
|
25567
|
+
//# sourceMappingURL=map-draw-DHsfxmE8.js.map
|