@iobroker/gui-components 8.0.1
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/LICENSE +22 -0
- package/README.md +1450 -0
- package/build/AdminConnection.d.ts +1 -0
- package/build/AdminConnection.js +2 -0
- package/build/AdminConnection.js.map +1 -0
- package/build/Components/404.d.ts +4 -0
- package/build/Components/404.js +97 -0
- package/build/Components/404.js.map +1 -0
- package/build/Components/ColorPicker.d.ts +86 -0
- package/build/Components/ColorPicker.js +222 -0
- package/build/Components/ColorPicker.js.map +1 -0
- package/build/Components/ComplexCron.d.ts +40 -0
- package/build/Components/ComplexCron.js +401 -0
- package/build/Components/ComplexCron.js.map +1 -0
- package/build/Components/CopyToClipboard.d.ts +14 -0
- package/build/Components/CopyToClipboard.js +160 -0
- package/build/Components/CopyToClipboard.js.map +1 -0
- package/build/Components/CustomModal.d.ts +26 -0
- package/build/Components/CustomModal.js +62 -0
- package/build/Components/CustomModal.js.map +1 -0
- package/build/Components/DeviceType/DeviceTypeIcon.d.ts +29 -0
- package/build/Components/DeviceType/DeviceTypeIcon.js +108 -0
- package/build/Components/DeviceType/DeviceTypeIcon.js.map +1 -0
- package/build/Components/DeviceType/DeviceTypeOptions.d.ts +2 -0
- package/build/Components/DeviceType/DeviceTypeOptions.js +69 -0
- package/build/Components/DeviceType/DeviceTypeOptions.js.map +1 -0
- package/build/Components/DeviceType/DeviceTypeSelector.d.ts +20 -0
- package/build/Components/DeviceType/DeviceTypeSelector.js +83 -0
- package/build/Components/DeviceType/DeviceTypeSelector.js.map +1 -0
- package/build/Components/DeviceType/deviceTypeTranslations.d.ts +1 -0
- package/build/Components/DeviceType/deviceTypeTranslations.js +30 -0
- package/build/Components/DeviceType/deviceTypeTranslations.js.map +1 -0
- package/build/Components/DeviceType/i18n/de.json +46 -0
- package/build/Components/DeviceType/i18n/en.json +46 -0
- package/build/Components/DeviceType/i18n/fr.json +46 -0
- package/build/Components/DeviceType/i18n/it.json +46 -0
- package/build/Components/DeviceType/i18n/nl.json +46 -0
- package/build/Components/DeviceType/i18n/pl.json +46 -0
- package/build/Components/DeviceType/i18n/pt.json +46 -0
- package/build/Components/DeviceType/i18n/ru.json +46 -0
- package/build/Components/DeviceType/i18n/uk.json +46 -0
- package/build/Components/DeviceType/i18n/zh-cn.json +46 -0
- package/build/Components/DeviceType/icons/Cleaner.d.ts +3 -0
- package/build/Components/DeviceType/icons/Cleaner.js +14 -0
- package/build/Components/DeviceType/icons/Cleaner.js.map +1 -0
- package/build/Components/DeviceType/icons/DoorClosed.d.ts +3 -0
- package/build/Components/DeviceType/icons/DoorClosed.js +7 -0
- package/build/Components/DeviceType/icons/DoorClosed.js.map +1 -0
- package/build/Components/DeviceType/icons/DoorOpened.d.ts +3 -0
- package/build/Components/DeviceType/icons/DoorOpened.js +7 -0
- package/build/Components/DeviceType/icons/DoorOpened.js.map +1 -0
- package/build/Components/DeviceType/icons/FireOff.d.ts +3 -0
- package/build/Components/DeviceType/icons/FireOff.js +8 -0
- package/build/Components/DeviceType/icons/FireOff.js.map +1 -0
- package/build/Components/DeviceType/icons/FireOn.d.ts +3 -0
- package/build/Components/DeviceType/icons/FireOn.js +14 -0
- package/build/Components/DeviceType/icons/FireOn.js.map +1 -0
- package/build/Components/DeviceType/icons/FloodOff.d.ts +3 -0
- package/build/Components/DeviceType/icons/FloodOff.js +11 -0
- package/build/Components/DeviceType/icons/FloodOff.js.map +1 -0
- package/build/Components/DeviceType/icons/FloodOn.d.ts +3 -0
- package/build/Components/DeviceType/icons/FloodOn.js +18 -0
- package/build/Components/DeviceType/icons/FloodOn.js.map +1 -0
- package/build/Components/DeviceType/icons/Gate.d.ts +3 -0
- package/build/Components/DeviceType/icons/Gate.js +8 -0
- package/build/Components/DeviceType/icons/Gate.js.map +1 -0
- package/build/Components/DeviceType/icons/HeatValve.d.ts +3 -0
- package/build/Components/DeviceType/icons/HeatValve.js +6 -0
- package/build/Components/DeviceType/icons/HeatValve.js.map +1 -0
- package/build/Components/DeviceType/icons/Home.d.ts +3 -0
- package/build/Components/DeviceType/icons/Home.js +6 -0
- package/build/Components/DeviceType/icons/Home.js.map +1 -0
- package/build/Components/DeviceType/icons/Humidity.d.ts +3 -0
- package/build/Components/DeviceType/icons/Humidity.js +8 -0
- package/build/Components/DeviceType/icons/Humidity.js.map +1 -0
- package/build/Components/DeviceType/icons/IconHome.d.ts +5 -0
- package/build/Components/DeviceType/icons/IconHome.js +21 -0
- package/build/Components/DeviceType/icons/IconHome.js.map +1 -0
- package/build/Components/DeviceType/icons/Jalousie.d.ts +3 -0
- package/build/Components/DeviceType/icons/Jalousie.js +7 -0
- package/build/Components/DeviceType/icons/Jalousie.js.map +1 -0
- package/build/Components/DeviceType/icons/Material.d.ts +3 -0
- package/build/Components/DeviceType/icons/Material.js +8 -0
- package/build/Components/DeviceType/icons/Material.js.map +1 -0
- package/build/Components/DeviceType/icons/MotionOff.d.ts +3 -0
- package/build/Components/DeviceType/icons/MotionOff.js +11 -0
- package/build/Components/DeviceType/icons/MotionOff.js.map +1 -0
- package/build/Components/DeviceType/icons/MotionOn.d.ts +3 -0
- package/build/Components/DeviceType/icons/MotionOn.js +7 -0
- package/build/Components/DeviceType/icons/MotionOn.js.map +1 -0
- package/build/Components/DeviceType/icons/PushButton.d.ts +3 -0
- package/build/Components/DeviceType/icons/PushButton.js +9 -0
- package/build/Components/DeviceType/icons/PushButton.js.map +1 -0
- package/build/Components/DeviceType/icons/RGB.d.ts +3 -0
- package/build/Components/DeviceType/icons/RGB.js +43 -0
- package/build/Components/DeviceType/icons/RGB.js.map +1 -0
- package/build/Components/DeviceType/icons/RepairExpert.d.ts +3 -0
- package/build/Components/DeviceType/icons/RepairExpert.js +6 -0
- package/build/Components/DeviceType/icons/RepairExpert.js.map +1 -0
- package/build/Components/DeviceType/icons/Socket.d.ts +3 -0
- package/build/Components/DeviceType/icons/Socket.js +8 -0
- package/build/Components/DeviceType/icons/Socket.js.map +1 -0
- package/build/Components/DeviceType/icons/Thermometer.d.ts +3 -0
- package/build/Components/DeviceType/icons/Thermometer.js +7 -0
- package/build/Components/DeviceType/icons/Thermometer.js.map +1 -0
- package/build/Components/DeviceType/icons/ThermometerSimple.d.ts +3 -0
- package/build/Components/DeviceType/icons/ThermometerSimple.js +8 -0
- package/build/Components/DeviceType/icons/ThermometerSimple.js.map +1 -0
- package/build/Components/DeviceType/icons/Thermostat.d.ts +3 -0
- package/build/Components/DeviceType/icons/Thermostat.js +9 -0
- package/build/Components/DeviceType/icons/Thermostat.js.map +1 -0
- package/build/Components/DeviceType/icons/Valve.d.ts +3 -0
- package/build/Components/DeviceType/icons/Valve.js +7 -0
- package/build/Components/DeviceType/icons/Valve.js.map +1 -0
- package/build/Components/DeviceType/icons/WindowClosed.d.ts +3 -0
- package/build/Components/DeviceType/icons/WindowClosed.js +8 -0
- package/build/Components/DeviceType/icons/WindowClosed.js.map +1 -0
- package/build/Components/DeviceType/icons/WindowOpened.d.ts +3 -0
- package/build/Components/DeviceType/icons/WindowOpened.js +9 -0
- package/build/Components/DeviceType/icons/WindowOpened.js.map +1 -0
- package/build/Components/DeviceType/icons/WindowTilted.d.ts +3 -0
- package/build/Components/DeviceType/icons/WindowTilted.js +8 -0
- package/build/Components/DeviceType/icons/WindowTilted.js.map +1 -0
- package/build/Components/DeviceType/icons/index.d.ts +28 -0
- package/build/Components/DeviceType/icons/index.js +28 -0
- package/build/Components/DeviceType/icons/index.js.map +1 -0
- package/build/Components/FileBrowser.d.ts +187 -0
- package/build/Components/FileBrowser.js +1711 -0
- package/build/Components/FileBrowser.js.map +1 -0
- package/build/Components/FileViewer.d.ts +49 -0
- package/build/Components/FileViewer.js +247 -0
- package/build/Components/FileViewer.js.map +1 -0
- package/build/Components/Icon.d.ts +35 -0
- package/build/Components/Icon.js +140 -0
- package/build/Components/Icon.js.map +1 -0
- package/build/Components/IconPicker.d.ts +25 -0
- package/build/Components/IconPicker.js +72 -0
- package/build/Components/IconPicker.js.map +1 -0
- package/build/Components/IconSelector.d.ts +33 -0
- package/build/Components/IconSelector.js +2086 -0
- package/build/Components/IconSelector.js.map +1 -0
- package/build/Components/Image.d.ts +31 -0
- package/build/Components/Image.js +126 -0
- package/build/Components/Image.js.map +1 -0
- package/build/Components/InfoBox.d.ts +37 -0
- package/build/Components/InfoBox.js +115 -0
- package/build/Components/InfoBox.js.map +1 -0
- package/build/Components/IobUri.d.ts +14 -0
- package/build/Components/IobUri.js +168 -0
- package/build/Components/IobUri.js.map +1 -0
- package/build/Components/Loader.d.ts +31 -0
- package/build/Components/Loader.js +265 -0
- package/build/Components/Loader.js.map +1 -0
- package/build/Components/Loaders/MV.d.ts +17 -0
- package/build/Components/Loaders/MV.js +61 -0
- package/build/Components/Loaders/MV.js.map +1 -0
- package/build/Components/Loaders/PT.d.ts +27 -0
- package/build/Components/Loaders/PT.js +150 -0
- package/build/Components/Loaders/PT.js.map +1 -0
- package/build/Components/Loaders/Vendor.d.ts +22 -0
- package/build/Components/Loaders/Vendor.js +52 -0
- package/build/Components/Loaders/Vendor.js.map +1 -0
- package/build/Components/Logo.d.ts +18 -0
- package/build/Components/Logo.js +109 -0
- package/build/Components/Logo.js.map +1 -0
- package/build/Components/MDUtils.d.ts +11 -0
- package/build/Components/MDUtils.js +99 -0
- package/build/Components/MDUtils.js.map +1 -0
- package/build/Components/ObjectBrowser.d.ts +665 -0
- package/build/Components/ObjectBrowser.js +6245 -0
- package/build/Components/ObjectBrowser.js.map +1 -0
- package/build/Components/Router.d.ts +21 -0
- package/build/Components/Router.js +77 -0
- package/build/Components/Router.js.map +1 -0
- package/build/Components/SaveCloseButtons.d.ts +20 -0
- package/build/Components/SaveCloseButtons.js +65 -0
- package/build/Components/SaveCloseButtons.js.map +1 -0
- package/build/Components/Schedule.d.ts +62 -0
- package/build/Components/Schedule.js +1266 -0
- package/build/Components/Schedule.js.map +1 -0
- package/build/Components/SelectWithIcon.d.ts +37 -0
- package/build/Components/SelectWithIcon.js +139 -0
- package/build/Components/SelectWithIcon.js.map +1 -0
- package/build/Components/SimpleCron/cronText.d.ts +10 -0
- package/build/Components/SimpleCron/cronText.js +14 -0
- package/build/Components/SimpleCron/cronText.js.map +1 -0
- package/build/Components/SimpleCron/index.d.ts +55 -0
- package/build/Components/SimpleCron/index.js +698 -0
- package/build/Components/SimpleCron/index.js.map +1 -0
- package/build/Components/TabContainer.d.ts +15 -0
- package/build/Components/TabContainer.js +23 -0
- package/build/Components/TabContainer.js.map +1 -0
- package/build/Components/TabContent.d.ts +11 -0
- package/build/Components/TabContent.js +20 -0
- package/build/Components/TabContent.js.map +1 -0
- package/build/Components/TabHeader.d.ts +6 -0
- package/build/Components/TabHeader.js +6 -0
- package/build/Components/TabHeader.js.map +1 -0
- package/build/Components/TableResize.d.ts +45 -0
- package/build/Components/TableResize.js +204 -0
- package/build/Components/TableResize.js.map +1 -0
- package/build/Components/TextWithIcon.d.ts +21 -0
- package/build/Components/TextWithIcon.js +113 -0
- package/build/Components/TextWithIcon.js.map +1 -0
- package/build/Components/ToggleThemeMenu.d.ts +12 -0
- package/build/Components/ToggleThemeMenu.js +13 -0
- package/build/Components/ToggleThemeMenu.js.map +1 -0
- package/build/Components/TreeTable.d.ts +79 -0
- package/build/Components/TreeTable.js +538 -0
- package/build/Components/TreeTable.js.map +1 -0
- package/build/Components/UploadImage.d.ts +23 -0
- package/build/Components/UploadImage.js +516 -0
- package/build/Components/UploadImage.js.map +1 -0
- package/build/Components/Utils.d.ts +331 -0
- package/build/Components/Utils.js +1605 -0
- package/build/Components/Utils.js.map +1 -0
- package/build/Components/withWidth.d.ts +2 -0
- package/build/Components/withWidth.js +22 -0
- package/build/Components/withWidth.js.map +1 -0
- package/build/Connection.d.ts +1 -0
- package/build/Connection.js +2 -0
- package/build/Connection.js.map +1 -0
- package/build/Dialogs/ComplexCron.d.ts +24 -0
- package/build/Dialogs/ComplexCron.js +85 -0
- package/build/Dialogs/ComplexCron.js.map +1 -0
- package/build/Dialogs/Confirm.d.ts +39 -0
- package/build/Dialogs/Confirm.js +83 -0
- package/build/Dialogs/Confirm.js.map +1 -0
- package/build/Dialogs/Cron.d.ts +29 -0
- package/build/Dialogs/Cron.js +72 -0
- package/build/Dialogs/Cron.js.map +1 -0
- package/build/Dialogs/Error.d.ts +18 -0
- package/build/Dialogs/Error.js +27 -0
- package/build/Dialogs/Error.js.map +1 -0
- package/build/Dialogs/Message.d.ts +20 -0
- package/build/Dialogs/Message.js +29 -0
- package/build/Dialogs/Message.js.map +1 -0
- package/build/Dialogs/SelectFile.d.ts +85 -0
- package/build/Dialogs/SelectFile.js +115 -0
- package/build/Dialogs/SelectFile.js.map +1 -0
- package/build/Dialogs/SelectID.d.ts +102 -0
- package/build/Dialogs/SelectID.js +151 -0
- package/build/Dialogs/SelectID.js.map +1 -0
- package/build/Dialogs/SimpleCron.d.ts +19 -0
- package/build/Dialogs/SimpleCron.js +46 -0
- package/build/Dialogs/SimpleCron.js.map +1 -0
- package/build/Dialogs/TextInput.d.ts +2 -0
- package/build/Dialogs/TextInput.js +31 -0
- package/build/Dialogs/TextInput.js.map +1 -0
- package/build/GenericApp.d.ts +209 -0
- package/build/GenericApp.js +842 -0
- package/build/GenericApp.js.map +1 -0
- package/build/LegacyConnection.d.ts +938 -0
- package/build/LegacyConnection.js +2849 -0
- package/build/LegacyConnection.js.map +1 -0
- package/build/Prompt.d.ts +5 -0
- package/build/Prompt.js +19 -0
- package/build/Prompt.js.map +1 -0
- package/build/Theme.d.ts +5 -0
- package/build/Theme.js +344 -0
- package/build/Theme.js.map +1 -0
- package/build/assets/devices/parseNames.d.ts +0 -0
- package/build/assets/devices/parseNames.js +35 -0
- package/build/assets/devices/parseNames.js.map +1 -0
- package/build/assets/devices.json +1 -0
- package/build/assets/lamp_ceiling.svg +9 -0
- package/build/assets/lamp_table.svg +8 -0
- package/build/assets/no_icon.svg +9 -0
- package/build/assets/rooms/parseNames.d.ts +0 -0
- package/build/assets/rooms/parseNames.js +35 -0
- package/build/assets/rooms/parseNames.js.map +1 -0
- package/build/assets/rooms.json +1 -0
- package/build/dictionary.d.ts +1 -0
- package/build/dictionary.js +25 -0
- package/build/dictionary.js.map +1 -0
- package/build/globals.d.ts +19 -0
- package/build/i18n/de.json +480 -0
- package/build/i18n/en.json +480 -0
- package/build/i18n/es.json +480 -0
- package/build/i18n/fr.json +480 -0
- package/build/i18n/it.json +475 -0
- package/build/i18n/nl.json +475 -0
- package/build/i18n/pl.json +475 -0
- package/build/i18n/pt.json +475 -0
- package/build/i18n/ru.json +475 -0
- package/build/i18n/uk.json +475 -0
- package/build/i18n/zh-cn.json +475 -0
- package/build/i18n.d.ts +84 -0
- package/build/i18n.js +224 -0
- package/build/i18n.js.map +1 -0
- package/build/icons/IconAdapter.d.ts +3 -0
- package/build/icons/IconAdapter.js +7 -0
- package/build/icons/IconAdapter.js.map +1 -0
- package/build/icons/IconAlias.d.ts +3 -0
- package/build/icons/IconAlias.js +7 -0
- package/build/icons/IconAlias.js.map +1 -0
- package/build/icons/IconButtonImage.d.ts +3 -0
- package/build/icons/IconButtonImage.js +9 -0
- package/build/icons/IconButtonImage.js.map +1 -0
- package/build/icons/IconChannel.d.ts +3 -0
- package/build/icons/IconChannel.js +10 -0
- package/build/icons/IconChannel.js.map +1 -0
- package/build/icons/IconClearFilter.d.ts +3 -0
- package/build/icons/IconClearFilter.js +8 -0
- package/build/icons/IconClearFilter.js.map +1 -0
- package/build/icons/IconClosed.d.ts +3 -0
- package/build/icons/IconClosed.js +7 -0
- package/build/icons/IconClosed.js.map +1 -0
- package/build/icons/IconCopy.d.ts +3 -0
- package/build/icons/IconCopy.js +6 -0
- package/build/icons/IconCopy.js.map +1 -0
- package/build/icons/IconDevice.d.ts +3 -0
- package/build/icons/IconDevice.js +16 -0
- package/build/icons/IconDevice.js.map +1 -0
- package/build/icons/IconDocument.d.ts +3 -0
- package/build/icons/IconDocument.js +7 -0
- package/build/icons/IconDocument.js.map +1 -0
- package/build/icons/IconDocumentReadOnly.d.ts +3 -0
- package/build/icons/IconDocumentReadOnly.js +8 -0
- package/build/icons/IconDocumentReadOnly.js.map +1 -0
- package/build/icons/IconExpert.d.ts +3 -0
- package/build/icons/IconExpert.js +7 -0
- package/build/icons/IconExpert.js.map +1 -0
- package/build/icons/IconFx.d.ts +3 -0
- package/build/icons/IconFx.js +6 -0
- package/build/icons/IconFx.js.map +1 -0
- package/build/icons/IconInstance.d.ts +3 -0
- package/build/icons/IconInstance.js +7 -0
- package/build/icons/IconInstance.js.map +1 -0
- package/build/icons/IconLogout.d.ts +3 -0
- package/build/icons/IconLogout.js +7 -0
- package/build/icons/IconLogout.js.map +1 -0
- package/build/icons/IconNoIcon.d.ts +3 -0
- package/build/icons/IconNoIcon.js +6 -0
- package/build/icons/IconNoIcon.js.map +1 -0
- package/build/icons/IconOpen.d.ts +3 -0
- package/build/icons/IconOpen.js +7 -0
- package/build/icons/IconOpen.js.map +1 -0
- package/build/icons/IconState.d.ts +3 -0
- package/build/icons/IconState.js +7 -0
- package/build/icons/IconState.js.map +1 -0
- package/build/icons/IconVacuum.d.ts +3 -0
- package/build/icons/IconVacuum.js +12 -0
- package/build/icons/IconVacuum.js.map +1 -0
- package/build/index.css +56 -0
- package/build/index.d.ts +87 -0
- package/build/index.js +85 -0
- package/build/index.js.map +1 -0
- package/build/modulefederation.admin.config.d.ts +13 -0
- package/build/modulefederation.admin.config.js +45 -0
- package/build/modulefederation.admin.config.js.map +1 -0
- package/build/types.d.ts +236 -0
- package/i18n/de.json +480 -0
- package/i18n/en.json +480 -0
- package/i18n/es.json +480 -0
- package/i18n/fr.json +480 -0
- package/i18n/it.json +475 -0
- package/i18n/nl.json +475 -0
- package/i18n/pl.json +475 -0
- package/i18n/pt.json +475 -0
- package/i18n/ru.json +475 -0
- package/i18n/uk.json +475 -0
- package/i18n/zh-cn.json +475 -0
- package/index.css +56 -0
- package/modulefederation.admin.config.d.ts +20 -0
- package/modulefederation.admin.config.js +54 -0
- package/package.json +86 -0
- package/tasksExample.js +91 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function Valve(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 480 480", ...props },
|
|
4
|
+
React.createElement("g", null,
|
|
5
|
+
React.createElement("path", { fill: "currentColor", d: "M472,304h-80v-8c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v8h-48v-48c0-4.418-3.582-8-8-8h-8v-24c0-4.418-3.582-8-8-8\n h-8v-16h8c4.418,0,8-3.582,8-8v-32c0-4.418-3.582-8-8-8h-8v-24h44.28c5.382-0.016,10.547,2.121,14.344,5.936l7.44,7.44\n c14.167,14.169,37.138,14.171,51.308,0.004c6.806-6.805,10.629-16.036,10.628-25.66V92.28\n c0.002-20.037-16.239-36.282-36.276-36.284c-9.625-0.001-18.855,3.822-25.66,10.628l-7.44,7.44\n c-3.797,3.815-8.962,5.952-14.344,5.936H264V56c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v24h-52.28\n c-5.382,0.016-10.547-2.121-14.344-5.936l-7.44-7.44c-14.167-14.169-37.138-14.171-51.308-0.004\n C83.822,73.425,79.999,82.655,80,92.28v23.44c-0.002,20.037,16.239,36.282,36.276,36.284c9.625,0.001,18.855-3.822,25.66-10.628\n l7.44-7.44c3.797-3.815,8.962-5.952,14.344-5.936H216v24h-8c-4.418,0-8,3.582-8,8v32c0,4.418,3.582,8,8,8h8v16h-8\n c-4.418,0-8,3.582-8,8v24h-8c-4.418,0-8,3.582-8,8v48h-48v-8c0-4.418-3.582-8-8-8H96c-4.418,0-8,3.582-8,8v8H8\n c-4.418,0-8,3.582-8,8v104c0,4.418,3.582,8,8,8h80c0,4.418,3.582,8,8,8h32c4.418,0,8-3.582,8-8v-8h208v8c0,4.418,3.582,8,8,8h32\n c4.418,0,8-3.582,8-8v-8h80c4.418,0,8-3.582,8-8v-96C480,307.582,476.418,304,472,304z M88,408H16v-88h72V408z M120,416h-16V304\n h16V416z M232,64h16v16h-16V64z M163.72,112c-9.628-0.028-18.866,3.798-25.656,10.624l-7.44,7.44\n c-7.928,7.918-20.774,7.909-28.692-0.02c-3.796-3.801-5.929-8.953-5.932-14.324V92.28c0.006-11.205,9.095-20.283,20.3-20.276\n c5.372,0.003,10.523,2.137,14.324,5.932l7.44,7.44c6.79,6.826,16.028,10.652,25.656,10.624h144.56\n c9.628,0.028,18.866-3.798,25.656-10.624l7.44-7.44c7.928-7.918,20.774-7.909,28.692,0.02c3.796,3.801,5.929,8.953,5.932,14.324\n v23.44c-0.006,11.205-9.095,20.283-20.3,20.276c-5.372-0.003-10.523-2.136-14.324-5.932l-7.44-7.44\n c-6.79-6.826-16.028-10.652-25.656-10.624H163.72z M248,128v24h-16v-24H248z M216,168h48v16h-48V168z M248,200v16h-16v-16H248z\n M216,232h48v16h-48V232z M344,400H136v-80h56c4.418,0,8-3.582,8-8v-48h80v48c0,4.418,3.582,8,8,8h56V400z M376,416h-16V304h16\n V416z M464,400h-72v-80h72V400z" }))));
|
|
6
|
+
}
|
|
7
|
+
//# sourceMappingURL=Valve.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Valve.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/Valve.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,KAAK,CAAC,KAAmB;IACrC,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET;YACI,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,qwEAkByB,GAC7B,CACF,CACF,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function Valve(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 480 480\"\n {...props}\n >\n <g>\n <path\n fill=\"currentColor\"\n d=\"M472,304h-80v-8c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v8h-48v-48c0-4.418-3.582-8-8-8h-8v-24c0-4.418-3.582-8-8-8\n h-8v-16h8c4.418,0,8-3.582,8-8v-32c0-4.418-3.582-8-8-8h-8v-24h44.28c5.382-0.016,10.547,2.121,14.344,5.936l7.44,7.44\n c14.167,14.169,37.138,14.171,51.308,0.004c6.806-6.805,10.629-16.036,10.628-25.66V92.28\n c0.002-20.037-16.239-36.282-36.276-36.284c-9.625-0.001-18.855,3.822-25.66,10.628l-7.44,7.44\n c-3.797,3.815-8.962,5.952-14.344,5.936H264V56c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v24h-52.28\n c-5.382,0.016-10.547-2.121-14.344-5.936l-7.44-7.44c-14.167-14.169-37.138-14.171-51.308-0.004\n C83.822,73.425,79.999,82.655,80,92.28v23.44c-0.002,20.037,16.239,36.282,36.276,36.284c9.625,0.001,18.855-3.822,25.66-10.628\n l7.44-7.44c3.797-3.815,8.962-5.952,14.344-5.936H216v24h-8c-4.418,0-8,3.582-8,8v32c0,4.418,3.582,8,8,8h8v16h-8\n c-4.418,0-8,3.582-8,8v24h-8c-4.418,0-8,3.582-8,8v48h-48v-8c0-4.418-3.582-8-8-8H96c-4.418,0-8,3.582-8,8v8H8\n c-4.418,0-8,3.582-8,8v104c0,4.418,3.582,8,8,8h80c0,4.418,3.582,8,8,8h32c4.418,0,8-3.582,8-8v-8h208v8c0,4.418,3.582,8,8,8h32\n c4.418,0,8-3.582,8-8v-8h80c4.418,0,8-3.582,8-8v-96C480,307.582,476.418,304,472,304z M88,408H16v-88h72V408z M120,416h-16V304\n h16V416z M232,64h16v16h-16V64z M163.72,112c-9.628-0.028-18.866,3.798-25.656,10.624l-7.44,7.44\n c-7.928,7.918-20.774,7.909-28.692-0.02c-3.796-3.801-5.929-8.953-5.932-14.324V92.28c0.006-11.205,9.095-20.283,20.3-20.276\n c5.372,0.003,10.523,2.137,14.324,5.932l7.44,7.44c6.79,6.826,16.028,10.652,25.656,10.624h144.56\n c9.628,0.028,18.866-3.798,25.656-10.624l7.44-7.44c7.928-7.918,20.774-7.909,28.692,0.02c3.796,3.801,5.929,8.953,5.932,14.324\n v23.44c-0.006,11.205-9.095,20.283-20.3,20.276c-5.372-0.003-10.523-2.136-14.324-5.932l-7.44-7.44\n c-6.79-6.826-16.028-10.652-25.656-10.624H163.72z M248,128v24h-16v-24H248z M216,168h48v16h-48V168z M248,200v16h-16v-16H248z\n M216,232h48v16h-48V232z M344,400H136v-80h56c4.418,0,8-3.582,8-8v-48h80v48c0,4.418,3.582,8,8,8h56V400z M376,416h-16V304h16\n V416z M464,400h-72v-80h72V400z\"\n />\n </g>\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function WindowClosed(props) {
|
|
3
|
+
return (React.createElement("svg", { width: 361, height: 361, viewBox: "0 0 361 361", ...props },
|
|
4
|
+
React.createElement("path", { d: "M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
5
|
+
React.createElement("path", { d: "M258.5 185.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H258.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z", fill: "currentColor" }),
|
|
6
|
+
React.createElement("path", { d: "M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 })));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=WindowClosed.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowClosed.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/WindowClosed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC5C,OAAO,CACH,6BACI,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,CAAC,EAAC,sLAAsL,EACxL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,+FAA+F,EACjG,IAAI,EAAC,cAAc,GACrB;QACF,8BACI,CAAC,EAAC,oKAAoK,EACtK,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function WindowClosed(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n width={361}\n height={361}\n viewBox=\"0 0 361 361\"\n {...props}\n >\n <path\n d=\"M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M258.5 185.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H258.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function WindowOpened(props) {
|
|
3
|
+
return (React.createElement("svg", { viewBox: "0 0 361 361", ...props },
|
|
4
|
+
React.createElement("path", { d: "M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
5
|
+
React.createElement("path", { d: "M228.5 205.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H228.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z", fill: "currentColor" }),
|
|
6
|
+
React.createElement("path", { d: "M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
7
|
+
React.createElement("path", { d: "M232.826 280.905c-.339 3.356-18.813-.782-20.919-1.06l-45.073-5.94-45.074-5.94-14.507-1.912c-1.456-.192-6.201-.055-6.412-2.147-.621-6.157 0-12.699 0-18.878v-43.5-82.076-5.13c0-2.551 5.184-1.015 6.412-.853l35.438 4.67 83.723 11.035c1.457.192 6.201.055 6.412 2.147.169 1.673 0 3.451 0 5.13v144.454c0 6.448 10 6.448 10 0V136.451v-5.13c0-7.619-6.137-10.793-12.673-11.655l-28.531-3.76-88.411-11.652-9.897-1.304c-6.555-.864-12.473 4.9-12.473 11.38v144.832c0 2.023-.071 4.04.132 6.053.717 7.111 6.606 9.563 12.759 10.374l76.827 10.125 39.896 5.259 9.697 1.278c7.063.931 12.011-4.778 12.673-11.346.648-6.415-9.358-6.352-9.999 0z", fill: "currentColor" })));
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=WindowOpened.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowOpened.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/WindowOpened.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC5C,OAAO,CACH,6BACI,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,CAAC,EAAC,sLAAsL,EACxL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,+FAA+F,EACjG,IAAI,EAAC,cAAc,GACrB;QACF,8BACI,CAAC,EAAC,oKAAoK,EACtK,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,6mBAA6mB,EAC/mB,IAAI,EAAC,cAAc,GACrB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function WindowOpened(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n viewBox=\"0 0 361 361\"\n {...props}\n >\n <path\n d=\"M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M228.5 205.584h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5H228.5c-2.726 0-5 2.274-5 5s2.274 5 5 5z\"\n fill=\"currentColor\"\n />\n <path\n d=\"M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M232.826 280.905c-.339 3.356-18.813-.782-20.919-1.06l-45.073-5.94-45.074-5.94-14.507-1.912c-1.456-.192-6.201-.055-6.412-2.147-.621-6.157 0-12.699 0-18.878v-43.5-82.076-5.13c0-2.551 5.184-1.015 6.412-.853l35.438 4.67 83.723 11.035c1.457.192 6.201.055 6.412 2.147.169 1.673 0 3.451 0 5.13v144.454c0 6.448 10 6.448 10 0V136.451v-5.13c0-7.619-6.137-10.793-12.673-11.655l-28.531-3.76-88.411-11.652-9.897-1.304c-6.555-.864-12.473 4.9-12.473 11.38v144.832c0 2.023-.071 4.04.132 6.053.717 7.111 6.606 9.563 12.759 10.374l76.827 10.125 39.896 5.259 9.697 1.278c7.063.931 12.011-4.778 12.673-11.346.648-6.415-9.358-6.352-9.999 0z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export function WindowTilted(props) {
|
|
3
|
+
return (React.createElement("svg", { width: 361, height: 361, viewBox: "0 0 361 361", ...props },
|
|
4
|
+
React.createElement("path", { d: "M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
5
|
+
React.createElement("path", { d: "M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9zM265.732 265.178c.584 2.887-1.629 5.228-4.942 5.228H103.457c-3.313 0-6.474-2.341-7.058-5.228L75.24 130.633c-.584-2.887 1.628-5.228 4.942-5.228h157.333c3.313 0 6.474 2.34 7.058 5.228l21.159 134.545z", fill: "none", stroke: "currentColor", strokeWidth: 10, strokeMiterlimit: 10 }),
|
|
6
|
+
React.createElement("path", { d: "M247.194 199.667h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5h-6.639c-2.726 0-5 2.274-5 5s2.275 5 5 5z", fill: "currentColor" })));
|
|
7
|
+
}
|
|
8
|
+
//# sourceMappingURL=WindowTilted.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WindowTilted.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/WindowTilted.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,UAAU,YAAY,CAAC,KAAmB;IAC5C,OAAO,CACH,6BACI,KAAK,EAAE,GAAG,EACV,MAAM,EAAE,GAAG,EACX,OAAO,EAAC,aAAa,KACjB,KAAK;QAET,8BACI,CAAC,EAAC,sLAAsL,EACxL,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,yWAAyW,EAC3W,IAAI,EAAC,MAAM,EACX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,EAAE,EACf,gBAAgB,EAAE,EAAE,GACtB;QACF,8BACI,CAAC,EAAC,kGAAkG,EACpG,IAAI,EAAC,cAAc,GACrB,CACA,CACT,CAAC;AACN,CAAC","sourcesContent":["import React from 'react';\nimport type { IconPropsSVG } from './types';\n\nexport function WindowTilted(props: IconPropsSVG): React.JSX.Element {\n return (\n <svg\n width={361}\n height={361}\n viewBox=\"0 0 361 361\"\n {...props}\n >\n <path\n d=\"M267.826 263.303c0 3.91-3.156 7.082-7.05 7.082l-157.885.021c-3.894 0-7.05-3.171-7.05-7.083v-157.5c0-3.911 3.156-7.083 7.05-7.083l157.885-.021c3.894 0 7.05 3.172 7.05 7.083v157.501z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M267.826 103.208c0 2.485-2.711 4.5-6.053 4.5l-159.88.021c-3.342 0-6.052-2.015-6.052-4.5v-9c0-2.485 2.71-4.5 6.052-4.5l159.88-.021c3.342 0 6.053 2.015 6.053 4.5v9zM265.732 265.178c.584 2.887-1.629 5.228-4.942 5.228H103.457c-3.313 0-6.474-2.341-7.058-5.228L75.24 130.633c-.584-2.887 1.628-5.228 4.942-5.228h157.333c3.313 0 6.474 2.34 7.058 5.228l21.159 134.545z\"\n fill=\"none\"\n stroke=\"currentColor\"\n strokeWidth={10}\n strokeMiterlimit={10}\n />\n <path\n d=\"M247.194 199.667h6.639c2.726 0 5-2.274 5-5s-2.274-5-5-5h-6.639c-2.726 0-5 2.274-5 5s2.275 5 5 5z\"\n fill=\"currentColor\"\n />\n </svg>\n );\n}\n"]}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export type { IconPropsSVG } from './types';
|
|
2
|
+
export { Cleaner } from './Cleaner';
|
|
3
|
+
export { DoorClosed } from './DoorClosed';
|
|
4
|
+
export { DoorOpened } from './DoorOpened';
|
|
5
|
+
export { FireOff } from './FireOff';
|
|
6
|
+
export { FireOn } from './FireOn';
|
|
7
|
+
export { FloodOff } from './FloodOff';
|
|
8
|
+
export { FloodOn } from './FloodOn';
|
|
9
|
+
export { Gate } from './Gate';
|
|
10
|
+
export { HeatValve } from './HeatValve';
|
|
11
|
+
export { Home } from './Home';
|
|
12
|
+
export { Humidity } from './Humidity';
|
|
13
|
+
export { IconHome } from './IconHome';
|
|
14
|
+
export { Jalousie } from './Jalousie';
|
|
15
|
+
export { Material } from './Material';
|
|
16
|
+
export { MotionOff } from './MotionOff';
|
|
17
|
+
export { MotionOn } from './MotionOn';
|
|
18
|
+
export { PushButton } from './PushButton';
|
|
19
|
+
export { RepairExpert } from './RepairExpert';
|
|
20
|
+
export { RGB } from './RGB';
|
|
21
|
+
export { Socket } from './Socket';
|
|
22
|
+
export { Thermometer } from './Thermometer';
|
|
23
|
+
export { ThermometerSimple } from './ThermometerSimple';
|
|
24
|
+
export { Thermostat } from './Thermostat';
|
|
25
|
+
export { Valve } from './Valve';
|
|
26
|
+
export { WindowClosed } from './WindowClosed';
|
|
27
|
+
export { WindowOpened } from './WindowOpened';
|
|
28
|
+
export { WindowTilted } from './WindowTilted';
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export { Cleaner } from './Cleaner';
|
|
2
|
+
export { DoorClosed } from './DoorClosed';
|
|
3
|
+
export { DoorOpened } from './DoorOpened';
|
|
4
|
+
export { FireOff } from './FireOff';
|
|
5
|
+
export { FireOn } from './FireOn';
|
|
6
|
+
export { FloodOff } from './FloodOff';
|
|
7
|
+
export { FloodOn } from './FloodOn';
|
|
8
|
+
export { Gate } from './Gate';
|
|
9
|
+
export { HeatValve } from './HeatValve';
|
|
10
|
+
export { Home } from './Home';
|
|
11
|
+
export { Humidity } from './Humidity';
|
|
12
|
+
export { IconHome } from './IconHome';
|
|
13
|
+
export { Jalousie } from './Jalousie';
|
|
14
|
+
export { Material } from './Material';
|
|
15
|
+
export { MotionOff } from './MotionOff';
|
|
16
|
+
export { MotionOn } from './MotionOn';
|
|
17
|
+
export { PushButton } from './PushButton';
|
|
18
|
+
export { RepairExpert } from './RepairExpert';
|
|
19
|
+
export { RGB } from './RGB';
|
|
20
|
+
export { Socket } from './Socket';
|
|
21
|
+
export { Thermometer } from './Thermometer';
|
|
22
|
+
export { ThermometerSimple } from './ThermometerSimple';
|
|
23
|
+
export { Thermostat } from './Thermostat';
|
|
24
|
+
export { Valve } from './Valve';
|
|
25
|
+
export { WindowClosed } from './WindowClosed';
|
|
26
|
+
export { WindowOpened } from './WindowOpened';
|
|
27
|
+
export { WindowTilted } from './WindowTilted';
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"./src/","sources":["Components/DeviceType/icons/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC","sourcesContent":["export type { IconPropsSVG } from './types';\nexport { Cleaner } from './Cleaner';\nexport { DoorClosed } from './DoorClosed';\nexport { DoorOpened } from './DoorOpened';\nexport { FireOff } from './FireOff';\nexport { FireOn } from './FireOn';\nexport { FloodOff } from './FloodOff';\nexport { FloodOn } from './FloodOn';\nexport { Gate } from './Gate';\nexport { HeatValve } from './HeatValve';\nexport { Home } from './Home';\nexport { Humidity } from './Humidity';\nexport { IconHome } from './IconHome';\nexport { Jalousie } from './Jalousie';\nexport { Material } from './Material';\nexport { MotionOff } from './MotionOff';\nexport { MotionOn } from './MotionOn';\nexport { PushButton } from './PushButton';\nexport { RepairExpert } from './RepairExpert';\nexport { RGB } from './RGB';\nexport { Socket } from './Socket';\nexport { Thermometer } from './Thermometer';\nexport { ThermometerSimple } from './ThermometerSimple';\nexport { Thermostat } from './Thermostat';\nexport { Valve } from './Valve';\nexport { WindowClosed } from './WindowClosed';\nexport { WindowOpened } from './WindowOpened';\nexport { WindowTilted } from './WindowTilted';\n"]}
|
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2020-2025, Denis Haev <dogafox@gmail.com>
|
|
3
|
+
*
|
|
4
|
+
* MIT License
|
|
5
|
+
*
|
|
6
|
+
*/
|
|
7
|
+
import React, { Component, type JSX } from 'react';
|
|
8
|
+
import type { Connection } from '@iobroker/socket-client';
|
|
9
|
+
import type { ThemeName, ThemeType, Translate, IobTheme } from '../types';
|
|
10
|
+
import { type FileViewerProps } from './FileViewer';
|
|
11
|
+
export interface MetaACL extends ioBroker.ObjectACL {
|
|
12
|
+
file: number;
|
|
13
|
+
}
|
|
14
|
+
export interface MetaObject extends ioBroker.MetaObject {
|
|
15
|
+
acl: MetaACL;
|
|
16
|
+
}
|
|
17
|
+
export interface FileBrowserProps {
|
|
18
|
+
/** The key to identify this component. */
|
|
19
|
+
key?: string;
|
|
20
|
+
/** Additional styling for this component. */
|
|
21
|
+
style?: React.CSSProperties;
|
|
22
|
+
/** The CSS class name. */
|
|
23
|
+
className?: string;
|
|
24
|
+
/** Translation function. */
|
|
25
|
+
t: Translate;
|
|
26
|
+
/** The selected language. */
|
|
27
|
+
lang: ioBroker.Languages;
|
|
28
|
+
/** The socket connection. */
|
|
29
|
+
socket: Connection;
|
|
30
|
+
/** Shows if the component data ready. */
|
|
31
|
+
ready?: boolean;
|
|
32
|
+
/** Is expert mode enabled? (default: false) */
|
|
33
|
+
expertMode?: boolean;
|
|
34
|
+
/** Show the toolbar? (default: false) */
|
|
35
|
+
showToolbar?: boolean;
|
|
36
|
+
/** If defined, allow selecting only files from this folder and subfolders */
|
|
37
|
+
limitPath?: string;
|
|
38
|
+
/** Allow upload of new files? (default: false) */
|
|
39
|
+
allowUpload?: boolean;
|
|
40
|
+
/** Allow download of files? (default: false) */
|
|
41
|
+
allowDownload?: boolean;
|
|
42
|
+
/** Allow creation of new folders? (default: false) */
|
|
43
|
+
allowCreateFolder?: boolean;
|
|
44
|
+
/** Allow deleting files? (default: false) */
|
|
45
|
+
allowDelete?: boolean;
|
|
46
|
+
/** Allow viewing files? (default: false) */
|
|
47
|
+
allowView?: boolean;
|
|
48
|
+
/** Prefix (default: '.') */
|
|
49
|
+
imagePrefix?: string;
|
|
50
|
+
/** Show the expert button? */
|
|
51
|
+
showExpertButton?: boolean;
|
|
52
|
+
/** Type of view */
|
|
53
|
+
viewType?: 'Table' | 'Tile';
|
|
54
|
+
/** Show the buttons to switch the view from table to tile? (default: false) */
|
|
55
|
+
showViewTypeButton?: boolean;
|
|
56
|
+
/** The ID of the selected file. */
|
|
57
|
+
selected?: string | string[];
|
|
58
|
+
/** The file extensions to show, like ['png', 'svg', 'bmp', 'jpg', 'jpeg', 'gif']. */
|
|
59
|
+
filterFiles?: string[];
|
|
60
|
+
/** The file extension categories to show. */
|
|
61
|
+
filterByType?: 'images' | 'code' | 'txt';
|
|
62
|
+
/** Callback for file selection. */
|
|
63
|
+
onSelect?: (id: string | string[], isDoubleClick?: boolean, isFolder?: boolean) => void;
|
|
64
|
+
/** Theme name */
|
|
65
|
+
themeName?: ThemeName;
|
|
66
|
+
/** Theme type. */
|
|
67
|
+
themeType?: ThemeType;
|
|
68
|
+
/** Theme object. */
|
|
69
|
+
theme: IobTheme;
|
|
70
|
+
/** Padding in pixels for folder levels */
|
|
71
|
+
levelPadding?: number;
|
|
72
|
+
restrictToFolder?: string;
|
|
73
|
+
modalEditOfAccessControl?: (obj: FileBrowserClass) => JSX.Element | null;
|
|
74
|
+
allowNonRestricted?: boolean;
|
|
75
|
+
showTypeSelector?: boolean;
|
|
76
|
+
FileViewer?: React.FC<FileViewerProps>;
|
|
77
|
+
}
|
|
78
|
+
export interface FolderOrFileItem {
|
|
79
|
+
id: string;
|
|
80
|
+
level: number;
|
|
81
|
+
name: string;
|
|
82
|
+
folder: boolean;
|
|
83
|
+
temp?: boolean;
|
|
84
|
+
size?: number | undefined;
|
|
85
|
+
ext?: string | null;
|
|
86
|
+
modified?: number;
|
|
87
|
+
title?: ioBroker.StringOrTranslated;
|
|
88
|
+
meta?: boolean;
|
|
89
|
+
from?: string;
|
|
90
|
+
ts?: number;
|
|
91
|
+
color?: string;
|
|
92
|
+
icon?: string;
|
|
93
|
+
acl?: ioBroker.EvaluatedFileACL | MetaACL;
|
|
94
|
+
}
|
|
95
|
+
export type Folders = Record<string, FolderOrFileItem[]>;
|
|
96
|
+
interface FileBrowserState {
|
|
97
|
+
viewType: 'Table' | 'Tile';
|
|
98
|
+
folders: Folders;
|
|
99
|
+
filterEmpty: boolean;
|
|
100
|
+
expanded: string[];
|
|
101
|
+
currentDir: string;
|
|
102
|
+
expertMode: boolean;
|
|
103
|
+
addFolder: boolean;
|
|
104
|
+
uploadFile: boolean | 'dragging';
|
|
105
|
+
deleteItem: string;
|
|
106
|
+
suppressDeleteConfirm: boolean;
|
|
107
|
+
viewer: string;
|
|
108
|
+
formatEditFile: string | null;
|
|
109
|
+
path: string;
|
|
110
|
+
selected: string;
|
|
111
|
+
errorText: string;
|
|
112
|
+
modalEditOfAccess: boolean;
|
|
113
|
+
backgroundImage: string | null;
|
|
114
|
+
queueLength: number;
|
|
115
|
+
loadAllFolders: boolean;
|
|
116
|
+
fileErrors: string[];
|
|
117
|
+
filterByType: string;
|
|
118
|
+
showTypesMenu: HTMLButtonElement | null;
|
|
119
|
+
restrictToFolder: string;
|
|
120
|
+
pathFocus: boolean;
|
|
121
|
+
}
|
|
122
|
+
export declare class FileBrowserClass extends Component<FileBrowserProps, FileBrowserState> {
|
|
123
|
+
private readonly imagePrefix;
|
|
124
|
+
private readonly levelPadding;
|
|
125
|
+
private mounted;
|
|
126
|
+
private suppressDeleteConfirm;
|
|
127
|
+
private browseList;
|
|
128
|
+
private browseListRunning;
|
|
129
|
+
private initialReadFinished;
|
|
130
|
+
private supportSubscribes;
|
|
131
|
+
private _tempTimeout;
|
|
132
|
+
private readonly limitToObjectID;
|
|
133
|
+
private readonly limitToPath;
|
|
134
|
+
private lastSelect;
|
|
135
|
+
private setOpacityTimer;
|
|
136
|
+
private cacheFoldersTimeout;
|
|
137
|
+
private foldersLoading;
|
|
138
|
+
private cacheFolders;
|
|
139
|
+
private readonly localStorage;
|
|
140
|
+
private readonly scrollPositions;
|
|
141
|
+
private readonly refFileDiv;
|
|
142
|
+
constructor(props: FileBrowserProps);
|
|
143
|
+
static getDerivedStateFromProps(props: FileBrowserProps, state: FileBrowserState): Partial<FileBrowserState> | null;
|
|
144
|
+
loadFolders(): Promise<void>;
|
|
145
|
+
scrollToSelected(): void;
|
|
146
|
+
componentDidMount(): Promise<void>;
|
|
147
|
+
componentWillUnmount(): void;
|
|
148
|
+
browseFoldersCb(foldersList: string[], newFoldersNotNull: Folders, cb: (folders: Folders) => void): void;
|
|
149
|
+
browseFolders(foldersList: string[], _newFolders?: Folders | null): Promise<Folders>;
|
|
150
|
+
readDirSerial(adapter: string, relPath: string): Promise<ioBroker.ReadDirResult[]>;
|
|
151
|
+
processBrowseList(level?: number): void;
|
|
152
|
+
browseFolder(folderId: string, _newFolders?: Folders | null, _checkEmpty?: boolean, force?: boolean): Promise<Folders>;
|
|
153
|
+
toggleFolder(item: FolderOrFileItem, e: React.MouseEvent): void;
|
|
154
|
+
onFileChange: (id: string, fileName: string, size: number | null) => void;
|
|
155
|
+
changeFolder(e: React.MouseEvent<HTMLDivElement>, folder?: string): void;
|
|
156
|
+
select(id: string, e?: React.MouseEvent<HTMLDivElement> | null, cb?: () => void): void;
|
|
157
|
+
getText(text?: ioBroker.StringOrTranslated | null): string | undefined;
|
|
158
|
+
renderFolder(item: FolderOrFileItem, expanded?: boolean): JSX.Element | null;
|
|
159
|
+
renderBackFolder(): JSX.Element;
|
|
160
|
+
formatSize(size: number | null | undefined): JSX.Element;
|
|
161
|
+
formatAcl(acl: ioBroker.EvaluatedFileACL | MetaACL | undefined): JSX.Element;
|
|
162
|
+
getFileIcon(ext: string | null): JSX.Element;
|
|
163
|
+
static getEditFile(ext: string | null): boolean;
|
|
164
|
+
setStateBackgroundImage: () => void;
|
|
165
|
+
getStyleBackgroundImage: () => React.CSSProperties | null;
|
|
166
|
+
renderFile(item: FolderOrFileItem): JSX.Element;
|
|
167
|
+
renderItems(folderId: string): JSX.Element | (JSX.Element | null)[];
|
|
168
|
+
renderToolbar(): JSX.Element;
|
|
169
|
+
findItem(id: string, folders?: Folders | null): null | FolderOrFileItem;
|
|
170
|
+
renderInputDialog(): JSX.Element | null;
|
|
171
|
+
componentDidUpdate(): void;
|
|
172
|
+
findFirstFolder(id: string): string | null;
|
|
173
|
+
uploadFile(fileName: string, data: string): Promise<void>;
|
|
174
|
+
renderUpload(): JSX.Element[] | null;
|
|
175
|
+
deleteRecursive(id: string): Promise<void>;
|
|
176
|
+
deleteItem(deleteItem: string): void;
|
|
177
|
+
renderDeleteDialog(): JSX.Element | null;
|
|
178
|
+
renderViewDialog(): JSX.Element | null;
|
|
179
|
+
renderError(): JSX.Element | null;
|
|
180
|
+
updateItemsAcl(info: FolderOrFileItem[]): void;
|
|
181
|
+
changeToPath(): void;
|
|
182
|
+
renderBreadcrumb(): JSX.Element;
|
|
183
|
+
renderPath(): JSX.Element;
|
|
184
|
+
render(): JSX.Element;
|
|
185
|
+
}
|
|
186
|
+
export declare const FileBrowser: (props: Record<string, any>) => JSX.Element;
|
|
187
|
+
export {};
|