blue-chestnut-solar-expert 0.0.26 → 0.0.27
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 +9 -9
- package/dist/cjs/eraser-icon_16.cjs.entry.js.map +1 -1
- package/dist/collection/components/settings/settings.js +8 -8
- package/dist/collection/components/settings/settings.js.map +1 -1
- package/dist/collection/store.js +1 -1
- package/dist/collection/store.js.map +1 -1
- package/dist/components/map-draw.js +1 -1
- package/dist/components/map-selector.js +1 -1
- package/dist/components/{p-BLXc1FjC.js → p-BFcukOp8.js} +3 -3
- package/dist/components/{p-BLXc1FjC.js.map → p-BFcukOp8.js.map} +1 -1
- package/dist/components/{p-DmcGZV6W.js → p-BraaSfVN.js} +3 -3
- package/dist/components/{p-DmcGZV6W.js.map → p-BraaSfVN.js.map} +1 -1
- package/dist/components/{p-SerH3z5y.js → p-C6-nmq3h.js} +3 -3
- package/dist/components/{p-SerH3z5y.js.map → p-C6-nmq3h.js.map} +1 -1
- package/dist/components/{p-B1ywivYa.js → p-CUOVbcj0.js} +3 -3
- package/dist/components/{p-B1ywivYa.js.map → p-CUOVbcj0.js.map} +1 -1
- package/dist/components/{p-DaNCcvcZ.js → p-Cfxk__-m.js} +8 -8
- package/dist/components/{p-DaNCcvcZ.js.map → p-Cfxk__-m.js.map} +1 -1
- package/dist/components/{p-DMkbzkL_.js → p-D3zeTcOR.js} +3 -3
- package/dist/components/{p-DMkbzkL_.js.map → p-D3zeTcOR.js.map} +1 -1
- package/dist/components/{p-BcV6HHN8.js → p-DXg4w3Tg.js} +3 -3
- package/dist/components/{p-BcV6HHN8.js.map → p-DXg4w3Tg.js.map} +1 -1
- package/dist/components/{p-dMGAlZG4.js → p-aI3c1NCj.js} +11 -11
- package/dist/components/p-aI3c1NCj.js.map +1 -0
- package/dist/components/polygon-buttons.js +1 -1
- package/dist/components/polygon-information.js +1 -1
- package/dist/components/settings-modal.js +1 -1
- package/dist/components/solar-expert.js +8 -8
- package/dist/components/solar-system-form.js +1 -1
- package/dist/components/tool-box.js +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 +9 -9
- package/dist/esm/eraser-icon_16.entry.js.map +1 -1
- 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-e423f7bb.entry.js +2 -0
- package/dist/stencil-library/p-e423f7bb.entry.js.map +1 -0
- package/dist/stencil-library/stencil-library.esm.js +1 -1
- package/package.json +1 -1
- package/dist/components/p-dMGAlZG4.js.map +0 -1
- package/dist/stencil-library/p-b1889ecc.entry.js +0 -2
- package/dist/stencil-library/p-b1889ecc.entry.js.map +0 -1
|
@@ -1602,7 +1602,7 @@ const { state, onChange } = createStore({
|
|
|
1602
1602
|
},
|
|
1603
1603
|
settingsVersion: 1,
|
|
1604
1604
|
isMobile: false,
|
|
1605
|
-
isIOS:
|
|
1605
|
+
isIOS: true,
|
|
1606
1606
|
});
|
|
1607
1607
|
onChange("latitude", (value) => {
|
|
1608
1608
|
state.latitude = value;
|
|
@@ -2572,14 +2572,14 @@ const SettingsModal = class {
|
|
|
2572
2572
|
};
|
|
2573
2573
|
render() {
|
|
2574
2574
|
const t = getLanguageStrings(state.settings.language);
|
|
2575
|
-
return (h("div", { key: '69815a7efeb8f52a5d3422b06dc212a50b9f405b', class: "fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50" }, h("div", { key: 'ed368ae8d0d6d2946c5a4ecc559f018521e1bce8', class: "bg-primary rounded-4xl p-6 w-full max-w-md" }, h("div", { key: 'f51088beb4d8445503fa08c3dd2a2b8c886f79ce', class: "flex justify-between items-center mb-6" }, h("h2", { key: 'a9bcb7b893961bbf2032c1b8a110624ec3a95e65', class: "text-xl font-semibold" }, "Settings"), h("button", { key: '47d4dc1cc0789485da95218becfc921ae5db177c', class: "p-2 hover:bg-hover rounded-full transition-colors", onClick: this.handleClose }, h("svg", { key: '42923fdd6d5c96ceee98bdddca2e7e6bda42dcfa', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("line", { key: '751c5243b5b785a21131b02a3142c6d46e0cffeb', x1: "18", y1: "6", x2: "6", y2: "18" }), h("line", { key: 'e26bd2a1b20aa718ced6183130e962c9dbd159b9', x1: "6", y1: "6", x2: "18", y2: "18" })))), h("div", { key: '560be61d72a1a98eea4d2788d49eee7a3107470d', class: "space-y-4" }, h("div", { key: '2e6422d175602e7a53eb3d629c37c47980c08da1' }, h("h3", { key: '0d043e5ddbfb9de4a8c198d748bd5ae39fd3b4b4', class: "text-sm font-medium text-text-muted mb-1" }, "Debug Information"), h("p", { key: '547de97a72e386222c53a5d890ad0df8fdb4d01e', class: "text-sm text-text-muted mb-1" }, "state: ", JSON.stringify(state))), h("div", { key: '
|
|
2576
|
-
.value) }, h("option", { key: '
|
|
2577
|
-
"en" }, "English"), h("option", { key: '
|
|
2578
|
-
"es" }, "Espa\u00F1ol"), h("option", { key: '
|
|
2579
|
-
"de" }, "Deutsch"))), h("div", { key: '
|
|
2580
|
-
.value)) })), h("div", { key: '
|
|
2581
|
-
.value)) })), h("div", { key: '
|
|
2582
|
-
.value)) }))), h("div", { key: '
|
|
2575
|
+
return (h("div", { key: '69815a7efeb8f52a5d3422b06dc212a50b9f405b', class: "fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50" }, h("div", { key: 'ed368ae8d0d6d2946c5a4ecc559f018521e1bce8', class: "bg-primary rounded-4xl p-6 w-full max-w-md" }, h("div", { key: 'f51088beb4d8445503fa08c3dd2a2b8c886f79ce', class: "flex justify-between items-center mb-6" }, h("h2", { key: 'a9bcb7b893961bbf2032c1b8a110624ec3a95e65', class: "text-xl font-semibold" }, "Settings"), h("button", { key: '47d4dc1cc0789485da95218becfc921ae5db177c', class: "p-2 hover:bg-hover rounded-full transition-colors", onClick: this.handleClose }, h("svg", { key: '42923fdd6d5c96ceee98bdddca2e7e6bda42dcfa', xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", "stroke-width": "2", "stroke-linecap": "round", "stroke-linejoin": "round" }, h("line", { key: '751c5243b5b785a21131b02a3142c6d46e0cffeb', x1: "18", y1: "6", x2: "6", y2: "18" }), h("line", { key: 'e26bd2a1b20aa718ced6183130e962c9dbd159b9', x1: "6", y1: "6", x2: "18", y2: "18" })))), h("div", { key: '560be61d72a1a98eea4d2788d49eee7a3107470d', class: "space-y-4" }, h("div", { key: '2e6422d175602e7a53eb3d629c37c47980c08da1' }, h("h3", { key: '0d043e5ddbfb9de4a8c198d748bd5ae39fd3b4b4', class: "text-sm font-medium text-text-muted mb-1" }, "Debug Information"), h("p", { key: '547de97a72e386222c53a5d890ad0df8fdb4d01e', class: "text-sm text-text-muted mb-1" }, "state: ", JSON.stringify(state, null, 2))), h("div", { key: 'ef75d4b5a52412cf3490488c6136e2e6e565139c' }, h("label", { key: '07b471590c8a3e5e9650139ef0a0dd7fde2e7dbc', class: "block text-sm font-medium text-text-muted mb-1" }, t.settings.language), h("select", { key: 'fa4402fa2619d420196a141bf73639b174da9d15', class: "w-full bg-muted rounded-4xl p-2", onInput: (e) => this.handleInputChange("language", e.target
|
|
2576
|
+
.value) }, h("option", { key: '602d2bdcfb44578db38430faef981b228b43c2f0', value: "en", selected: this.tempSettings.language ===
|
|
2577
|
+
"en" }, "English"), h("option", { key: '091eaf99b5fd7210af3b2acad5707c33b4a197ce', value: "es", selected: this.tempSettings.language ===
|
|
2578
|
+
"es" }, "Espa\u00F1ol"), h("option", { key: '1b9a34ea61afda6b020defb0dfb6f4cb43a20d0d', value: "de", selected: this.tempSettings.language ===
|
|
2579
|
+
"de" }, "Deutsch"))), h("div", { key: 'ab28aa21b7e895a3cfb4c8fa180996a26a94e93a' }, h("label", { key: '1f51a61d67360211c6698c9a23128f7ca643f1cd', class: "block text-sm font-medium text-text-muted mb-1" }, t.settings.rowSpacing), h("input", { key: 'e0f529022a81952601e66acb5084285b5fae69fb', type: "number", class: "w-full bg-muted rounded-4xl p-2", value: this.tempSettings.rowSpacing, onInput: (e) => this.handleInputChange("rowSpacing", parseFloat(e.target
|
|
2580
|
+
.value)) })), h("div", { key: '1c3f2de5b42a589f18a7872a399e0811a78eba62' }, h("label", { key: '2f7f314c1810ece168d2e6aa08e7969c34bf3ca2', class: "block text-sm font-medium text-text-muted mb-1" }, t.settings.columnSpacing), h("input", { key: 'f10daa9396938f2964da36b2f7401605b60e8aa4', type: "number", class: "w-full bg-muted rounded-4xl p-2", value: this.tempSettings.columnSpacing, onInput: (e) => this.handleInputChange("columnSpacing", parseFloat(e.target
|
|
2581
|
+
.value)) })), h("div", { key: '859da9b989acfc209c82cca20eb9e3e5b1f0ec4b' }, h("label", { key: '538172b3bc9e87f32f0537896bade833877001cf', class: "block text-sm font-medium text-text-muted mb-1" }, t.settings.borderInset), h("input", { key: '88704965fcdd31638e32eaff2ac7127b62cf2412', type: "number", class: "w-full bg-muted rounded-4xl p-2", value: this.tempSettings.borderInset, onInput: (e) => this.handleInputChange("borderInset", parseFloat(e.target
|
|
2582
|
+
.value)) }))), h("div", { key: '2f9d2010c149deb338bd4fca212b12bca2d4a980', class: "flex justify-end gap-4 mt-6" }, h("button", { key: 'f0202cd088004bb88c8d52aafd2c3ce747d67bf0', class: "px-4 py-2 bg-surface rounded-4xl hover:bg-surface-hover transition-colors", onClick: this.handleClose }, "Cancel"), h("button", { key: '90b164b09bc096d4ae735449f8c4576008679985', class: "px-4 py-2 bg-secondary text-muted rounded-4xl hover:bg-text-secondary transition-colors", onClick: this.handleSave }, "Save Changes")))));
|
|
2583
2583
|
}
|
|
2584
2584
|
};
|
|
2585
2585
|
SettingsModal.style = outputCss$4;
|