@iobroker/adapter-react-v5 4.13.1 → 4.13.3
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/AdminConnection.js.map +1 -1
- package/Components/404.js +13 -13
- package/Components/404.js.map +1 -0
- package/Components/ColorPicker.js +54 -54
- package/Components/ColorPicker.js.map +1 -1
- package/Components/ComplexCron.js.map +1 -1
- package/Components/CustomModal.js.map +1 -0
- package/Components/FileBrowser.js +5 -1
- package/Components/FileBrowser.js.map +1 -0
- package/Components/FileViewer.js.map +1 -0
- package/Components/Icon.js.map +1 -0
- package/Components/IconPicker.js.map +1 -0
- package/Components/IconSelector.js.map +1 -0
- package/Components/Image.js.map +1 -0
- package/Components/JsonConfigComponent/ChipInput.d.ts +12 -0
- package/Components/JsonConfigComponent/ChipInput.js +763 -0
- package/Components/JsonConfigComponent/ChipInput.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAccordion.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigAccordion.js +348 -0
- package/Components/JsonConfigComponent/ConfigAccordion.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAlive.d.ts +10 -0
- package/Components/JsonConfigComponent/ConfigAlive.js +105 -0
- package/Components/JsonConfigComponent/ConfigAlive.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +37 -0
- package/Components/JsonConfigComponent/ConfigAutocomplete.js +73 -0
- package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +131 -0
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCRON.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigCRON.js +157 -0
- package/Components/JsonConfigComponent/ConfigCRON.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCertCollection.js +128 -0
- package/Components/JsonConfigComponent/ConfigCertCollection.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js +149 -0
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCertificates.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCertificates.js +284 -0
- package/Components/JsonConfigComponent/ConfigCertificates.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigCheckLicense.js +821 -0
- package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigCheckbox.js +40 -0
- package/Components/JsonConfigComponent/ConfigCheckbox.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigChip.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigChip.js +120 -0
- package/Components/JsonConfigComponent/ConfigChip.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigColor.d.ts +22 -0
- package/Components/JsonConfigComponent/ConfigColor.js +120 -0
- package/Components/JsonConfigComponent/ConfigColor.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigCoordinates.js +265 -0
- package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigCustom.d.ts +26 -0
- package/Components/JsonConfigComponent/ConfigCustom.js +316 -0
- package/Components/JsonConfigComponent/ConfigCustom.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigDatePicker.js +91 -0
- package/Components/JsonConfigComponent/ConfigDatePicker.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +6 -0
- package/Components/JsonConfigComponent/ConfigDeviceManager.js +18 -0
- package/Components/JsonConfigComponent/ConfigFile.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigFile.js +228 -0
- package/Components/JsonConfigComponent/ConfigFile.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigFileSelector.js +625 -0
- package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigFunc.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigFunc.js +124 -0
- package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigGeneric.d.ts +95 -0
- package/Components/JsonConfigComponent/ConfigGeneric.js +646 -0
- package/Components/JsonConfigComponent/ConfigIP.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigIP.js +130 -0
- package/Components/JsonConfigComponent/ConfigIP.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +10 -0
- package/Components/JsonConfigComponent/ConfigImageSendTo.js +114 -0
- package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigImageUpload.js +166 -0
- package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js +264 -0
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigInterface.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigInterface.js +146 -0
- package/Components/JsonConfigComponent/ConfigInterface.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +13 -0
- package/Components/JsonConfigComponent/ConfigJsonEditor.js +145 -0
- package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigLanguage.d.ts +7 -0
- package/Components/JsonConfigComponent/ConfigLanguage.js +110 -0
- package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigLicense.d.ts +24 -0
- package/Components/JsonConfigComponent/ConfigLicense.js +183 -0
- package/Components/JsonConfigComponent/ConfigLicense.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigNumber.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigNumber.js +117 -0
- package/Components/JsonConfigComponent/ConfigObjectId.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigObjectId.js +167 -0
- package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPanel.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigPanel.js +396 -0
- package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPassword.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigPassword.js +193 -0
- package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPattern.d.ts +21 -0
- package/Components/JsonConfigComponent/ConfigPattern.js +65 -0
- package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigPort.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigPort.js +176 -0
- package/Components/JsonConfigComponent/ConfigRoom.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigRoom.js +124 -0
- package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSelect.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigSelect.js +159 -0
- package/Components/JsonConfigComponent/ConfigSelect.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js +272 -0
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSendto.d.ts +24 -0
- package/Components/JsonConfigComponent/ConfigSendto.js +294 -0
- package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSetState.d.ts +18 -0
- package/Components/JsonConfigComponent/ConfigSetState.js +185 -0
- package/Components/JsonConfigComponent/ConfigSetState.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigSlider.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigSlider.js +119 -0
- package/Components/JsonConfigComponent/ConfigSlider.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticDivider.js +68 -0
- package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticHeader.js +81 -0
- package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticImage.js +71 -0
- package/Components/JsonConfigComponent/ConfigStaticImage.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigStaticText.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigStaticText.js +88 -0
- package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTable.d.ts +3 -0
- package/Components/JsonConfigComponent/ConfigTable.js +1064 -0
- package/Components/JsonConfigComponent/ConfigTable.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTabs.d.ts +34 -0
- package/Components/JsonConfigComponent/ConfigTabs.js +162 -0
- package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigText.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigText.js +226 -0
- package/Components/JsonConfigComponent/ConfigText.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +10 -0
- package/Components/JsonConfigComponent/ConfigTextSendTo.js +129 -0
- package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigTimePicker.js +85 -0
- package/Components/JsonConfigComponent/ConfigTimePicker.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigTopic.d.ts +17 -0
- package/Components/JsonConfigComponent/ConfigTopic.js +110 -0
- package/Components/JsonConfigComponent/ConfigTopic.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigUUID.d.ts +15 -0
- package/Components/JsonConfigComponent/ConfigUUID.js +95 -0
- package/Components/JsonConfigComponent/ConfigUUID.js.map +1 -0
- package/Components/JsonConfigComponent/ConfigUser.d.ts +14 -0
- package/Components/JsonConfigComponent/ConfigUser.js +142 -0
- package/Components/JsonConfigComponent/ConfigUser.js.map +1 -0
- package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +63 -0
- package/Components/JsonConfigComponent/DeviceManager/Communication.js +268 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +11 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +15 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +53 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +340 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +45 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +146 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +12 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +69 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +51 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +226 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +13 -0
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +111 -0
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +7 -0
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +16 -0
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +11 -0
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +94 -0
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +10 -0
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +22 -0
- package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +12 -0
- package/Components/JsonConfigComponent/DeviceManager/Utils.js +158 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +26 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +21 -0
- package/Components/JsonConfigComponent/DeviceManager/index.d.ts +2 -0
- package/Components/JsonConfigComponent/DeviceManager/index.js +10 -0
- package/Components/JsonConfigComponent/DeviceManager/index.js.map +1 -0
- package/Components/JsonConfigComponent/Utils.d.ts +9 -0
- package/Components/JsonConfigComponent/Utils.js +13 -0
- package/Components/JsonConfigComponent/index.d.ts +26 -0
- package/Components/JsonConfigComponent/index.js +520 -0
- package/Components/JsonConfigComponent/index.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/AdminConnection.js +7 -0
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +10 -0
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/i18n.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/i18n.js +10 -0
- package/Components/JsonConfigComponent/wrapper/i18n.js.map +1 -0
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +2 -0
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +10 -0
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +1 -0
- package/Components/Loader.js +223 -223
- package/Components/Loader.js.map +1 -0
- package/Components/Loaders/PT.css +108 -108
- package/Components/Loaders/PT.js +103 -103
- package/Components/Loaders/PT.js.map +1 -0
- package/Components/Loaders/Vendor.css +13 -13
- package/Components/Loaders/Vendor.js +7 -7
- package/Components/Loaders/Vendor.js.map +1 -0
- package/Components/Logo.js.map +1 -0
- package/Components/MDUtils.js.map +1 -0
- package/Components/ObjectBrowser.js +344 -344
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/Router.js.map +1 -0
- package/Components/SaveCloseButtons.js.map +1 -0
- package/Components/Schedule.js.map +1 -0
- package/Components/SelectWithIcon.js.map +1 -0
- package/Components/SimpleCron/cron2text.js.map +1 -0
- package/Components/SimpleCron/cronText.js.map +1 -0
- package/Components/SimpleCron/index.js.map +1 -0
- package/Components/SimpleCron/jquery.cron.locale.js.map +1 -0
- package/Components/TabContainer.js.map +1 -0
- package/Components/TabContent.js.map +1 -0
- package/Components/TabHeader.js.map +1 -0
- package/Components/TableResize.js +5 -5
- package/Components/TableResize.js.map +1 -1
- package/Components/TextWithIcon.js.map +1 -0
- package/Components/ToggleThemeMenu.js.map +1 -0
- package/Components/TreeTable.js +70 -70
- package/Components/TreeTable.js.map +1 -1
- package/Components/UploadImage.js +305 -305
- package/Components/UploadImage.js.map +1 -0
- package/Components/Utils.js.map +1 -0
- package/Components/copy-to-clipboard.d.ts +13 -0
- package/Components/copy-to-clipboard.js +156 -0
- package/Components/copy-to-clipboard.js.map +1 -0
- package/Components/loader.css +221 -221
- package/Components/types.d.ts +82 -82
- package/Components/withWidth.js.map +1 -1
- package/Connection.js.map +1 -1
- package/Dialogs/ComplexCron.js.map +1 -0
- package/Dialogs/Confirm.js.map +1 -0
- package/Dialogs/Cron.js.map +1 -0
- package/Dialogs/Error.js.map +1 -0
- package/Dialogs/Message.js.map +1 -0
- package/Dialogs/SelectFile.js.map +1 -0
- package/Dialogs/SelectID.js.map +1 -0
- package/Dialogs/SimpleCron.js.map +1 -0
- package/Dialogs/TextInput.js.map +1 -0
- package/GenericApp.d.ts +2 -2
- package/GenericApp.js +49 -49
- package/GenericApp.js.map +1 -0
- package/LICENSE +22 -22
- package/LegacyConnection.js.map +1 -0
- package/Prompt.js +7 -7
- package/Prompt.js.map +1 -0
- package/README.md +841 -841
- package/Theme.js.map +1 -0
- package/assets/devices/Alarm Systems.svg +18 -18
- package/assets/devices/Amplifier.svg +21 -21
- package/assets/devices/Awnings.svg +4 -4
- package/assets/devices/Battery Status.svg +4 -4
- package/assets/devices/Ceiling Spotlights.svg +15 -15
- package/assets/devices/Chandelier.svg +6 -6
- package/assets/devices/Climate.svg +11 -11
- package/assets/devices/Coffee Makers.svg +5 -5
- package/assets/devices/Cold Water.svg +31 -31
- package/assets/devices/Computer.svg +21 -21
- package/assets/devices/Consumption.svg +7 -7
- package/assets/devices/Curtains.svg +43 -43
- package/assets/devices/Dishwashers.svg +11 -11
- package/assets/devices/Doors.svg +5 -5
- package/assets/devices/Doorstep.svg +35 -35
- package/assets/devices/Dryer.svg +13 -13
- package/assets/devices/Fan.svg +20 -20
- package/assets/devices/Floor Lamps.svg +4 -4
- package/assets/devices/Garage Doors.svg +9 -9
- package/assets/devices/Gates.svg +32 -32
- package/assets/devices/Hairdryer.svg +23 -23
- package/assets/devices/Handle.svg +6 -6
- package/assets/devices/Hanging Lamps.svg +8 -8
- package/assets/devices/Heater.svg +44 -44
- package/assets/devices/Hoods.svg +11 -11
- package/assets/devices/Hot Water.svg +9 -9
- package/assets/devices/Humidity.svg +41 -41
- package/assets/devices/Iron.svg +4 -4
- package/assets/devices/Irrigation.svg +22 -22
- package/assets/devices/Led Strip.svg +30 -30
- package/assets/devices/Light.svg +29 -29
- package/assets/devices/Lightings.svg +46 -46
- package/assets/devices/Lock.svg +19 -19
- package/assets/devices/Louvre.svg +6 -6
- package/assets/devices/Mowing Machine.svg +8 -8
- package/assets/devices/Music.svg +12 -12
- package/assets/devices/Outdoor Blinds.svg +6 -6
- package/assets/devices/People.svg +19 -19
- package/assets/devices/Pool.svg +7 -7
- package/assets/devices/Power Consumption.svg +12 -12
- package/assets/devices/Printer.svg +9 -9
- package/assets/devices/Pump.svg +9 -9
- package/assets/devices/Receiver.svg +18 -18
- package/assets/devices/Sconces.svg +9 -9
- package/assets/devices/Security.svg +34 -34
- package/assets/devices/Shading.svg +4 -4
- package/assets/devices/Shutters.svg +10 -10
- package/assets/devices/SmokeDetector.svg +12 -12
- package/assets/devices/Sockets.svg +13 -13
- package/assets/devices/Speaker.svg +35 -35
- package/assets/devices/Stove.svg +11 -11
- package/assets/devices/Table Lamps.svg +11 -11
- package/assets/devices/Temperature Sensors.svg +28 -28
- package/assets/devices/Tv.svg +7 -7
- package/assets/devices/Vacuum Cleaner.svg +15 -15
- package/assets/devices/Ventilation.svg +12 -12
- package/assets/devices/Washing Machines.svg +15 -15
- package/assets/devices/Water Consumption.svg +5 -5
- package/assets/devices/Water Heater.svg +8 -8
- package/assets/devices/Water.svg +40 -40
- package/assets/devices/Weather.svg +28 -28
- package/assets/devices/Window.svg +7 -7
- package/assets/devices/list.json +993 -993
- package/assets/devices/names.txt +62 -62
- package/assets/devices/parseNames.js +34 -34
- package/assets/lamp_ceiling.svg +8 -8
- package/assets/lamp_table.svg +7 -7
- package/assets/no_icon.svg +9 -9
- package/assets/rooms/Anteroom.svg +52 -52
- package/assets/rooms/Attic.svg +21 -21
- package/assets/rooms/Balcony.svg +12 -12
- package/assets/rooms/Barn.svg +5 -5
- package/assets/rooms/Basement.svg +4 -4
- package/assets/rooms/Bathroom.svg +38 -38
- package/assets/rooms/Bedroom.svg +5 -5
- package/assets/rooms/Boiler Room.svg +12 -12
- package/assets/rooms/Carport.svg +17 -17
- package/assets/rooms/Cellar.svg +89 -89
- package/assets/rooms/Chamber.svg +9 -9
- package/assets/rooms/Corridor.svg +52 -52
- package/assets/rooms/Dining Area.svg +37 -37
- package/assets/rooms/Dining Room.svg +37 -37
- package/assets/rooms/Dining.svg +37 -37
- package/assets/rooms/Dressing Room.svg +4 -4
- package/assets/rooms/Driveway.svg +14 -14
- package/assets/rooms/Entrance.svg +44 -44
- package/assets/rooms/Equipment Room.svg +14 -14
- package/assets/rooms/Front Yard.svg +64 -64
- package/assets/rooms/Gallery.svg +13 -13
- package/assets/rooms/Garage.svg +20 -20
- package/assets/rooms/Garden.svg +12 -12
- package/assets/rooms/Ground Floor.svg +95 -95
- package/assets/rooms/Guest Bathroom.svg +32 -32
- package/assets/rooms/Guest Room.svg +5 -5
- package/assets/rooms/Gym.svg +4 -4
- package/assets/rooms/Hall.svg +19 -19
- package/assets/rooms/Home Theater.svg +7 -7
- package/assets/rooms/Kitchen.svg +17 -17
- package/assets/rooms/Laundry Room.svg +11 -11
- package/assets/rooms/Living Area.svg +10 -10
- package/assets/rooms/Living Room.svg +10 -10
- package/assets/rooms/Locker Room.svg +16 -16
- package/assets/rooms/Nursery.svg +4 -4
- package/assets/rooms/Office.svg +8 -8
- package/assets/rooms/Outdoors.svg +7 -7
- package/assets/rooms/Playroom.svg +5 -5
- package/assets/rooms/Pool.svg +7 -7
- package/assets/rooms/Rear Wall.svg +30 -30
- package/assets/rooms/Second Floor.svg +95 -95
- package/assets/rooms/Shed.svg +16 -16
- package/assets/rooms/Sleeping Area.svg +22 -22
- package/assets/rooms/Stairway.svg +4 -4
- package/assets/rooms/Stairwell.svg +15 -15
- package/assets/rooms/Storeroom.svg +4 -4
- package/assets/rooms/Summer House.svg +27 -27
- package/assets/rooms/Swimming Pool.svg +21 -21
- package/assets/rooms/Terrace.svg +6 -6
- package/assets/rooms/Toilet.svg +10 -10
- package/assets/rooms/Upstairs.svg +5 -5
- package/assets/rooms/Wardrobe.svg +60 -60
- package/assets/rooms/Washroom.svg +19 -19
- package/assets/rooms/Wc.svg +10 -10
- package/assets/rooms/Windscreen.svg +60 -60
- package/assets/rooms/Workshop.svg +22 -22
- package/assets/rooms/Workspace.svg +8 -8
- package/assets/rooms/list.json +945 -945
- package/assets/rooms/names.txt +59 -59
- package/assets/rooms/parseNames.js +34 -34
- package/craco-module-federation.js +69 -69
- package/i18n.js.map +1 -0
- package/icons/IconAdapter.js.map +1 -1
- package/icons/IconAlias.js.map +1 -1
- package/icons/IconChannel.js.map +1 -1
- package/icons/IconClearFilter.js.map +1 -1
- package/icons/IconClosed.js.map +1 -1
- package/icons/IconCopy.js +8 -8
- package/icons/IconCopy.js.map +1 -1
- package/icons/IconDevice.js.map +1 -1
- package/icons/IconDocument.js.map +1 -1
- package/icons/IconDocumentReadOnly.js.map +1 -1
- package/icons/IconExpert.js.map +1 -0
- package/icons/IconFx.js +1 -1
- package/icons/IconFx.js.map +1 -1
- package/icons/IconInstance.js.map +1 -1
- package/icons/IconLogout.js +9 -9
- package/icons/IconLogout.js.map +1 -1
- package/icons/IconNoIcon.js +8 -8
- package/icons/IconNoIcon.js.map +1 -1
- package/icons/IconOpen.js.map +1 -1
- package/icons/IconState.js.map +1 -1
- package/index.css +54 -54
- package/package.json +2 -2
- package/types.d.ts +94 -94
package/Components/loader.css
CHANGED
|
@@ -1,222 +1,222 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2018-2023 Denis Haev (bluefox) <dogafox@gmail.com>
|
|
3
|
-
*
|
|
4
|
-
* MIT License
|
|
5
|
-
*
|
|
6
|
-
**/
|
|
7
|
-
|
|
8
|
-
.logo-background-light, .logo-background-colored {
|
|
9
|
-
background: white;
|
|
10
|
-
}
|
|
11
|
-
.logo-background-dark, .logo-background-blue {
|
|
12
|
-
background: black;
|
|
13
|
-
}
|
|
14
|
-
.logo-div {
|
|
15
|
-
position: absolute;
|
|
16
|
-
top: 50%;
|
|
17
|
-
left: 50%;
|
|
18
|
-
-ms-transform: translateX(-50%) translateY(-50%);
|
|
19
|
-
-webkit-transform: translate(-50%,-50%);
|
|
20
|
-
transform: translate(-50%,-50%);
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
border-radius: 50%;
|
|
23
|
-
z-index: 2;
|
|
24
|
-
}
|
|
25
|
-
.logo-border {
|
|
26
|
-
/*border-color: #164477;*/
|
|
27
|
-
border-top-color: #3399CC;
|
|
28
|
-
border-left-color: #164477;
|
|
29
|
-
border-bottom-color: #164477;
|
|
30
|
-
border-right-color: #164477;
|
|
31
|
-
border-radius: 50%;
|
|
32
|
-
border-style: solid;
|
|
33
|
-
box-sizing: border-box;
|
|
34
|
-
width: 100%;
|
|
35
|
-
height: 100%;
|
|
36
|
-
position: absolute;
|
|
37
|
-
}
|
|
38
|
-
.logo-top {
|
|
39
|
-
position: absolute;
|
|
40
|
-
width: 4.5%;
|
|
41
|
-
height: 16%;
|
|
42
|
-
top: 0;
|
|
43
|
-
z-index: 2;
|
|
44
|
-
}
|
|
45
|
-
.logo-i {
|
|
46
|
-
position: absolute;
|
|
47
|
-
width: 14.5%;
|
|
48
|
-
height: 60%;
|
|
49
|
-
top: 20%;
|
|
50
|
-
left: 42%;
|
|
51
|
-
background: #3399CC;
|
|
52
|
-
}
|
|
53
|
-
.logo-i-top {
|
|
54
|
-
position: absolute;
|
|
55
|
-
width: 14.5%;
|
|
56
|
-
height: 4%;
|
|
57
|
-
left: 42%;
|
|
58
|
-
background: #3399CC;
|
|
59
|
-
border-radius: 100%;
|
|
60
|
-
}
|
|
61
|
-
.logo-back {
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 100%;
|
|
64
|
-
z-index: 0;
|
|
65
|
-
overflow: hidden;
|
|
66
|
-
}
|
|
67
|
-
@keyframes logo-grow {
|
|
68
|
-
0% {
|
|
69
|
-
width: 230px;
|
|
70
|
-
height: 230px;
|
|
71
|
-
transform: translate(-50%,-50%) scale(1);
|
|
72
|
-
opacity: 1
|
|
73
|
-
}
|
|
74
|
-
99% {
|
|
75
|
-
width: 230px;
|
|
76
|
-
height: 230px;
|
|
77
|
-
transform: translate(-50%,-50%) scale(10);
|
|
78
|
-
opacity: 0;
|
|
79
|
-
}
|
|
80
|
-
100% {
|
|
81
|
-
width: 0;
|
|
82
|
-
height: 0;
|
|
83
|
-
opacity: 0;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
@keyframes logo-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
|
|
87
|
-
@keyframes logo-color-inside-light {
|
|
88
|
-
0% {
|
|
89
|
-
background: #FEFEFE;
|
|
90
|
-
}
|
|
91
|
-
100% {
|
|
92
|
-
background: #3399CC;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
@keyframes logo-color-inside-dark {
|
|
96
|
-
0% {
|
|
97
|
-
background: #030303;
|
|
98
|
-
}
|
|
99
|
-
100% {
|
|
100
|
-
background: #3399CC;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
@keyframes logo-color-inside-colored {
|
|
104
|
-
0% {
|
|
105
|
-
background: #FEFEFE;
|
|
106
|
-
}
|
|
107
|
-
100% {
|
|
108
|
-
background: #3399CC;
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
@keyframes logo-color-inside-blue {
|
|
112
|
-
0% {
|
|
113
|
-
background: #030303;
|
|
114
|
-
}
|
|
115
|
-
100% {
|
|
116
|
-
background: #3399CC;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
@keyframes logo-color-outside-light {
|
|
121
|
-
0% {
|
|
122
|
-
border-color: #FEFEFE;
|
|
123
|
-
}
|
|
124
|
-
100% {
|
|
125
|
-
border-top-color: #3399CC;
|
|
126
|
-
border-left-color: #164477;
|
|
127
|
-
border-bottom-color: #164477;
|
|
128
|
-
border-right-color: #164477;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
@keyframes logo-color-outside-dark {
|
|
132
|
-
0% {
|
|
133
|
-
border-color: #040404;
|
|
134
|
-
}
|
|
135
|
-
100% {
|
|
136
|
-
border-top-color: #3399CC;
|
|
137
|
-
border-left-color: #164477;
|
|
138
|
-
border-bottom-color: #164477;
|
|
139
|
-
border-right-color: #164477;
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
@keyframes logo-color-outside-colored {
|
|
143
|
-
0% {
|
|
144
|
-
border-color: #FEFEFE;
|
|
145
|
-
}
|
|
146
|
-
100% {
|
|
147
|
-
border-top-color: #3399CC;
|
|
148
|
-
border-left-color: #164477;
|
|
149
|
-
border-bottom-color: #164477;
|
|
150
|
-
border-right-color: #164477;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
@keyframes logo-color-outside-blue {
|
|
154
|
-
0% {
|
|
155
|
-
border-color: #040404;
|
|
156
|
-
}
|
|
157
|
-
100% {
|
|
158
|
-
border-top-color: #3399CC;
|
|
159
|
-
border-left-color: #164477;
|
|
160
|
-
border-bottom-color: #164477;
|
|
161
|
-
border-right-color: #164477;
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.logo-animate-wait {
|
|
166
|
-
animation: logo-color-outside 1.5s, logo-spin 1.5s linear infinite;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.logo-animate-grow-light {
|
|
170
|
-
background: #DDD;
|
|
171
|
-
}
|
|
172
|
-
.logo-animate-grow-dark {
|
|
173
|
-
background: #1d1d1d;
|
|
174
|
-
}
|
|
175
|
-
.logo-animate-grow-colored {
|
|
176
|
-
background: #DDD;
|
|
177
|
-
}
|
|
178
|
-
.logo-animate-grow-blue {
|
|
179
|
-
background: #1d1d1d;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.logo-animate-grow {
|
|
183
|
-
display: inline-block;
|
|
184
|
-
text-align: center;
|
|
185
|
-
z-index: 1;
|
|
186
|
-
top: 50%;
|
|
187
|
-
left: 50%;
|
|
188
|
-
-ms-transform: translateX(-50%) translateY(-50%);
|
|
189
|
-
-webkit-transform: translate(-50%,-50%);
|
|
190
|
-
transform: translate(-50%,-50%);
|
|
191
|
-
width: 245px;
|
|
192
|
-
height: 245px;
|
|
193
|
-
border-radius: 50%;
|
|
194
|
-
position: absolute;
|
|
195
|
-
animation: logo-grow 1s 1 ease forwards;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.logo-animate-color-inside-light {
|
|
199
|
-
animation: logo-color-inside-light 2.5s;
|
|
200
|
-
}
|
|
201
|
-
.logo-animate-color-inside-dark {
|
|
202
|
-
animation: logo-color-inside-dark 2.5s;
|
|
203
|
-
}
|
|
204
|
-
.logo-animate-color-inside-colored {
|
|
205
|
-
animation: logo-color-inside-colored 2.5s;
|
|
206
|
-
}
|
|
207
|
-
.logo-animate-color-inside-blue {
|
|
208
|
-
animation: logo-color-inside-blue 2.5s;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.logo-animate-color-outside-light {
|
|
212
|
-
animation: logo-color-outside-light 1.5s;
|
|
213
|
-
}
|
|
214
|
-
.logo-animate-color-outside-dark {
|
|
215
|
-
animation: logo-color-outside-dark 1.5s;
|
|
216
|
-
}
|
|
217
|
-
.logo-animate-color-outside-colored {
|
|
218
|
-
animation: logo-color-outside-colored 1.5s;
|
|
219
|
-
}
|
|
220
|
-
.logo-animate-color-outside-blue {
|
|
221
|
-
animation: logo-color-outside-blue 1.5s;
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2018-2023 Denis Haev (bluefox) <dogafox@gmail.com>
|
|
3
|
+
*
|
|
4
|
+
* MIT License
|
|
5
|
+
*
|
|
6
|
+
**/
|
|
7
|
+
|
|
8
|
+
.logo-background-light, .logo-background-colored {
|
|
9
|
+
background: white;
|
|
10
|
+
}
|
|
11
|
+
.logo-background-dark, .logo-background-blue {
|
|
12
|
+
background: black;
|
|
13
|
+
}
|
|
14
|
+
.logo-div {
|
|
15
|
+
position: absolute;
|
|
16
|
+
top: 50%;
|
|
17
|
+
left: 50%;
|
|
18
|
+
-ms-transform: translateX(-50%) translateY(-50%);
|
|
19
|
+
-webkit-transform: translate(-50%,-50%);
|
|
20
|
+
transform: translate(-50%,-50%);
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
border-radius: 50%;
|
|
23
|
+
z-index: 2;
|
|
24
|
+
}
|
|
25
|
+
.logo-border {
|
|
26
|
+
/*border-color: #164477;*/
|
|
27
|
+
border-top-color: #3399CC;
|
|
28
|
+
border-left-color: #164477;
|
|
29
|
+
border-bottom-color: #164477;
|
|
30
|
+
border-right-color: #164477;
|
|
31
|
+
border-radius: 50%;
|
|
32
|
+
border-style: solid;
|
|
33
|
+
box-sizing: border-box;
|
|
34
|
+
width: 100%;
|
|
35
|
+
height: 100%;
|
|
36
|
+
position: absolute;
|
|
37
|
+
}
|
|
38
|
+
.logo-top {
|
|
39
|
+
position: absolute;
|
|
40
|
+
width: 4.5%;
|
|
41
|
+
height: 16%;
|
|
42
|
+
top: 0;
|
|
43
|
+
z-index: 2;
|
|
44
|
+
}
|
|
45
|
+
.logo-i {
|
|
46
|
+
position: absolute;
|
|
47
|
+
width: 14.5%;
|
|
48
|
+
height: 60%;
|
|
49
|
+
top: 20%;
|
|
50
|
+
left: 42%;
|
|
51
|
+
background: #3399CC;
|
|
52
|
+
}
|
|
53
|
+
.logo-i-top {
|
|
54
|
+
position: absolute;
|
|
55
|
+
width: 14.5%;
|
|
56
|
+
height: 4%;
|
|
57
|
+
left: 42%;
|
|
58
|
+
background: #3399CC;
|
|
59
|
+
border-radius: 100%;
|
|
60
|
+
}
|
|
61
|
+
.logo-back {
|
|
62
|
+
width: 100%;
|
|
63
|
+
height: 100%;
|
|
64
|
+
z-index: 0;
|
|
65
|
+
overflow: hidden;
|
|
66
|
+
}
|
|
67
|
+
@keyframes logo-grow {
|
|
68
|
+
0% {
|
|
69
|
+
width: 230px;
|
|
70
|
+
height: 230px;
|
|
71
|
+
transform: translate(-50%,-50%) scale(1);
|
|
72
|
+
opacity: 1
|
|
73
|
+
}
|
|
74
|
+
99% {
|
|
75
|
+
width: 230px;
|
|
76
|
+
height: 230px;
|
|
77
|
+
transform: translate(-50%,-50%) scale(10);
|
|
78
|
+
opacity: 0;
|
|
79
|
+
}
|
|
80
|
+
100% {
|
|
81
|
+
width: 0;
|
|
82
|
+
height: 0;
|
|
83
|
+
opacity: 0;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
@keyframes logo-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
|
|
87
|
+
@keyframes logo-color-inside-light {
|
|
88
|
+
0% {
|
|
89
|
+
background: #FEFEFE;
|
|
90
|
+
}
|
|
91
|
+
100% {
|
|
92
|
+
background: #3399CC;
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
@keyframes logo-color-inside-dark {
|
|
96
|
+
0% {
|
|
97
|
+
background: #030303;
|
|
98
|
+
}
|
|
99
|
+
100% {
|
|
100
|
+
background: #3399CC;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
@keyframes logo-color-inside-colored {
|
|
104
|
+
0% {
|
|
105
|
+
background: #FEFEFE;
|
|
106
|
+
}
|
|
107
|
+
100% {
|
|
108
|
+
background: #3399CC;
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
@keyframes logo-color-inside-blue {
|
|
112
|
+
0% {
|
|
113
|
+
background: #030303;
|
|
114
|
+
}
|
|
115
|
+
100% {
|
|
116
|
+
background: #3399CC;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
@keyframes logo-color-outside-light {
|
|
121
|
+
0% {
|
|
122
|
+
border-color: #FEFEFE;
|
|
123
|
+
}
|
|
124
|
+
100% {
|
|
125
|
+
border-top-color: #3399CC;
|
|
126
|
+
border-left-color: #164477;
|
|
127
|
+
border-bottom-color: #164477;
|
|
128
|
+
border-right-color: #164477;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
@keyframes logo-color-outside-dark {
|
|
132
|
+
0% {
|
|
133
|
+
border-color: #040404;
|
|
134
|
+
}
|
|
135
|
+
100% {
|
|
136
|
+
border-top-color: #3399CC;
|
|
137
|
+
border-left-color: #164477;
|
|
138
|
+
border-bottom-color: #164477;
|
|
139
|
+
border-right-color: #164477;
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
@keyframes logo-color-outside-colored {
|
|
143
|
+
0% {
|
|
144
|
+
border-color: #FEFEFE;
|
|
145
|
+
}
|
|
146
|
+
100% {
|
|
147
|
+
border-top-color: #3399CC;
|
|
148
|
+
border-left-color: #164477;
|
|
149
|
+
border-bottom-color: #164477;
|
|
150
|
+
border-right-color: #164477;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
@keyframes logo-color-outside-blue {
|
|
154
|
+
0% {
|
|
155
|
+
border-color: #040404;
|
|
156
|
+
}
|
|
157
|
+
100% {
|
|
158
|
+
border-top-color: #3399CC;
|
|
159
|
+
border-left-color: #164477;
|
|
160
|
+
border-bottom-color: #164477;
|
|
161
|
+
border-right-color: #164477;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.logo-animate-wait {
|
|
166
|
+
animation: logo-color-outside 1.5s, logo-spin 1.5s linear infinite;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.logo-animate-grow-light {
|
|
170
|
+
background: #DDD;
|
|
171
|
+
}
|
|
172
|
+
.logo-animate-grow-dark {
|
|
173
|
+
background: #1d1d1d;
|
|
174
|
+
}
|
|
175
|
+
.logo-animate-grow-colored {
|
|
176
|
+
background: #DDD;
|
|
177
|
+
}
|
|
178
|
+
.logo-animate-grow-blue {
|
|
179
|
+
background: #1d1d1d;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.logo-animate-grow {
|
|
183
|
+
display: inline-block;
|
|
184
|
+
text-align: center;
|
|
185
|
+
z-index: 1;
|
|
186
|
+
top: 50%;
|
|
187
|
+
left: 50%;
|
|
188
|
+
-ms-transform: translateX(-50%) translateY(-50%);
|
|
189
|
+
-webkit-transform: translate(-50%,-50%);
|
|
190
|
+
transform: translate(-50%,-50%);
|
|
191
|
+
width: 245px;
|
|
192
|
+
height: 245px;
|
|
193
|
+
border-radius: 50%;
|
|
194
|
+
position: absolute;
|
|
195
|
+
animation: logo-grow 1s 1 ease forwards;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.logo-animate-color-inside-light {
|
|
199
|
+
animation: logo-color-inside-light 2.5s;
|
|
200
|
+
}
|
|
201
|
+
.logo-animate-color-inside-dark {
|
|
202
|
+
animation: logo-color-inside-dark 2.5s;
|
|
203
|
+
}
|
|
204
|
+
.logo-animate-color-inside-colored {
|
|
205
|
+
animation: logo-color-inside-colored 2.5s;
|
|
206
|
+
}
|
|
207
|
+
.logo-animate-color-inside-blue {
|
|
208
|
+
animation: logo-color-inside-blue 2.5s;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.logo-animate-color-outside-light {
|
|
212
|
+
animation: logo-color-outside-light 1.5s;
|
|
213
|
+
}
|
|
214
|
+
.logo-animate-color-outside-dark {
|
|
215
|
+
animation: logo-color-outside-dark 1.5s;
|
|
216
|
+
}
|
|
217
|
+
.logo-animate-color-outside-colored {
|
|
218
|
+
animation: logo-color-outside-colored 1.5s;
|
|
219
|
+
}
|
|
220
|
+
.logo-animate-color-outside-blue {
|
|
221
|
+
animation: logo-color-outside-blue 1.5s;
|
|
222
222
|
}
|
package/Components/types.d.ts
CHANGED
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import { Translator, Width } from '../types';
|
|
2
|
-
import Connection from '../Connection';
|
|
3
|
-
import Router from './Router';
|
|
4
|
-
|
|
5
|
-
export interface ObjectBrowserTableFilter {
|
|
6
|
-
id?: string;
|
|
7
|
-
name?: string;
|
|
8
|
-
room?: string;
|
|
9
|
-
func?: string;
|
|
10
|
-
role?: string;
|
|
11
|
-
expertMode?: boolean;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export type ObjectBrowserColumn = 'name' | 'type' | 'role' | 'room' | 'func' | 'val' | 'buttons';
|
|
15
|
-
|
|
16
|
-
export interface ObjectBrowserCustomFilter {
|
|
17
|
-
type?: string | string[];
|
|
18
|
-
common?: {
|
|
19
|
-
type?: string | string[];
|
|
20
|
-
role?: string | string[];
|
|
21
|
-
// If "_" - no custom set
|
|
22
|
-
// If "_dataSources" - only data sources (history, sql, influxdb, ...)
|
|
23
|
-
// Else "telegram." or something like this
|
|
24
|
-
// `true` - If common.custom not empty
|
|
25
|
-
custom?: '_' | '_dataSources' | true | string;
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export type ObjectBrowserType = 'state' | 'instance' | 'channel';
|
|
30
|
-
|
|
31
|
-
export interface ObjectBrowserProps {
|
|
32
|
-
/** The title of the dialog. */
|
|
33
|
-
title: string;
|
|
34
|
-
/** The key to store state in the browser (default: 'App') */
|
|
35
|
-
key?: string;
|
|
36
|
-
/** The CSS classes. */
|
|
37
|
-
classes: Record<string, any>;
|
|
38
|
-
/** Default filters to be applied to the object table. */
|
|
39
|
-
defaultFilters?: ObjectBrowserTableFilter;
|
|
40
|
-
/** The selected ID or IDs. */
|
|
41
|
-
selected?: string | string[];
|
|
42
|
-
/** Callback when object is selected. */
|
|
43
|
-
onSelect?: (selectedItems: string[], name: string, isDouble?: boolean) => void;
|
|
44
|
-
/** The socket connection. */
|
|
45
|
-
socket: Connection;
|
|
46
|
-
/** Show the expert button? */
|
|
47
|
-
showExpertButton?: boolean;
|
|
48
|
-
/** Is expert mode enabled? (default: false) */
|
|
49
|
-
expertMode?: boolean;
|
|
50
|
-
/** Prefix (default: '.') */
|
|
51
|
-
imagePrefix?: string;
|
|
52
|
-
/** Theme name. */
|
|
53
|
-
themeName?: string;
|
|
54
|
-
/** Translation function. */
|
|
55
|
-
t: Translator;
|
|
56
|
-
/** The selected language. */
|
|
57
|
-
lang: ioBroker.Languages;
|
|
58
|
-
/** Allow to select multiple objects? (default: false) */
|
|
59
|
-
multiSelect?: boolean;
|
|
60
|
-
/** Can't objects be edited? (default: false) */
|
|
61
|
-
notEditable?: boolean;
|
|
62
|
-
/** Show folders first? (default: false) */
|
|
63
|
-
foldersFirst?: boolean;
|
|
64
|
-
/** Disable the column selector? (default: false) */
|
|
65
|
-
disableColumnSelector?: boolean;
|
|
66
|
-
/** The custom dialog React component to use */
|
|
67
|
-
objectCustomDialog?: any;
|
|
68
|
-
/** Custom filter. Optional {common: {custom: true}} or {common: {custom: 'sql.0'}} */
|
|
69
|
-
customFilter?: ObjectBrowserCustomFilter;
|
|
70
|
-
/** Custom value React component to use */
|
|
71
|
-
objectBrowserValue?: any;
|
|
72
|
-
/** Custom object editor React component to use */
|
|
73
|
-
objectBrowserEditObject?: any;
|
|
74
|
-
/** Router */
|
|
75
|
-
router?: Router<{}, {}>;
|
|
76
|
-
/** Object types to show */
|
|
77
|
-
types?: ObjectBrowserType[];
|
|
78
|
-
/** Columns to display */
|
|
79
|
-
columns?: ObjectBrowserColumn[];
|
|
80
|
-
/** The width of the dialog. */
|
|
81
|
-
width?: Width;
|
|
82
|
-
}
|
|
1
|
+
import { Translator, Width } from '../types';
|
|
2
|
+
import Connection from '../Connection';
|
|
3
|
+
import Router from './Router';
|
|
4
|
+
|
|
5
|
+
export interface ObjectBrowserTableFilter {
|
|
6
|
+
id?: string;
|
|
7
|
+
name?: string;
|
|
8
|
+
room?: string;
|
|
9
|
+
func?: string;
|
|
10
|
+
role?: string;
|
|
11
|
+
expertMode?: boolean;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export type ObjectBrowserColumn = 'name' | 'type' | 'role' | 'room' | 'func' | 'val' | 'buttons';
|
|
15
|
+
|
|
16
|
+
export interface ObjectBrowserCustomFilter {
|
|
17
|
+
type?: string | string[];
|
|
18
|
+
common?: {
|
|
19
|
+
type?: string | string[];
|
|
20
|
+
role?: string | string[];
|
|
21
|
+
// If "_" - no custom set
|
|
22
|
+
// If "_dataSources" - only data sources (history, sql, influxdb, ...)
|
|
23
|
+
// Else "telegram." or something like this
|
|
24
|
+
// `true` - If common.custom not empty
|
|
25
|
+
custom?: '_' | '_dataSources' | true | string;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type ObjectBrowserType = 'state' | 'instance' | 'channel';
|
|
30
|
+
|
|
31
|
+
export interface ObjectBrowserProps {
|
|
32
|
+
/** The title of the dialog. */
|
|
33
|
+
title: string;
|
|
34
|
+
/** The key to store state in the browser (default: 'App') */
|
|
35
|
+
key?: string;
|
|
36
|
+
/** The CSS classes. */
|
|
37
|
+
classes: Record<string, any>;
|
|
38
|
+
/** Default filters to be applied to the object table. */
|
|
39
|
+
defaultFilters?: ObjectBrowserTableFilter;
|
|
40
|
+
/** The selected ID or IDs. */
|
|
41
|
+
selected?: string | string[];
|
|
42
|
+
/** Callback when object is selected. */
|
|
43
|
+
onSelect?: (selectedItems: string[], name: string, isDouble?: boolean) => void;
|
|
44
|
+
/** The socket connection. */
|
|
45
|
+
socket: Connection;
|
|
46
|
+
/** Show the expert button? */
|
|
47
|
+
showExpertButton?: boolean;
|
|
48
|
+
/** Is expert mode enabled? (default: false) */
|
|
49
|
+
expertMode?: boolean;
|
|
50
|
+
/** Prefix (default: '.') */
|
|
51
|
+
imagePrefix?: string;
|
|
52
|
+
/** Theme name. */
|
|
53
|
+
themeName?: string;
|
|
54
|
+
/** Translation function. */
|
|
55
|
+
t: Translator;
|
|
56
|
+
/** The selected language. */
|
|
57
|
+
lang: ioBroker.Languages;
|
|
58
|
+
/** Allow to select multiple objects? (default: false) */
|
|
59
|
+
multiSelect?: boolean;
|
|
60
|
+
/** Can't objects be edited? (default: false) */
|
|
61
|
+
notEditable?: boolean;
|
|
62
|
+
/** Show folders first? (default: false) */
|
|
63
|
+
foldersFirst?: boolean;
|
|
64
|
+
/** Disable the column selector? (default: false) */
|
|
65
|
+
disableColumnSelector?: boolean;
|
|
66
|
+
/** The custom dialog React component to use */
|
|
67
|
+
objectCustomDialog?: any;
|
|
68
|
+
/** Custom filter. Optional {common: {custom: true}} or {common: {custom: 'sql.0'}} */
|
|
69
|
+
customFilter?: ObjectBrowserCustomFilter;
|
|
70
|
+
/** Custom value React component to use */
|
|
71
|
+
objectBrowserValue?: any;
|
|
72
|
+
/** Custom object editor React component to use */
|
|
73
|
+
objectBrowserEditObject?: any;
|
|
74
|
+
/** Router */
|
|
75
|
+
router?: Router<{}, {}>;
|
|
76
|
+
/** Object types to show */
|
|
77
|
+
types?: ObjectBrowserType[];
|
|
78
|
+
/** Columns to display */
|
|
79
|
+
columns?: ObjectBrowserColumn[];
|
|
80
|
+
/** The width of the dialog. */
|
|
81
|
+
width?: Width;
|
|
82
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"withWidth.js","names":["_react","_interopRequireDefault","require","_styles","_useMediaQuery","useWidth","theme","useTheme","keys","_toConsumableArray2","breakpoints","reverse","reduce","output","key","matches","useMediaQuery","up","withWidth","WrappedComponent","props","width","createElement","_extends2","_default","exports"],"sources":["withWidth.js"],"sourcesContent":["import React from 'react';\nimport { useTheme } from '@mui/material/styles';\nimport useMediaQuery from '@mui/material/useMediaQuery';\n\nfunction useWidth() {\n const theme = useTheme();\n const keys = [...theme.breakpoints.keys].reverse();\n return keys.reduce((output, key) => {\n // eslint-disable-next-line react-hooks/rules-of-hooks\n const matches = useMediaQuery(theme.breakpoints.up(key));\n return !output && matches ? key : output;\n }, null) || 'xs';\n}\n\n// FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth\nconst withWidth = () => WrappedComponent => props => {\n const width = useWidth();\n return <WrappedComponent {...props} width={width} />;\n};\n\nexport default withWidth;\n"],"mappings":";;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAH,sBAAA,CAAAC,OAAA;AAEA,SAASG,QAAQA,CAAA,EAAG;EAChB,IAAMC,KAAK,GAAG,IAAAC,gBAAQ,EAAC,CAAC;EACxB,IAAMC,IAAI,GAAG,IAAAC,mBAAA,aAAIH,KAAK,CAACI,WAAW,CAACF,IAAI,EAAEG,OAAO,CAAC,CAAC;EAClD,OAAOH,IAAI,CAACI,MAAM,CAAC,UAACC,MAAM,EAAEC,GAAG,EAAK;IAChC;IACA,IAAMC,OAAO,GAAG,IAAAC,yBAAa,EAACV,KAAK,CAACI,WAAW,CAACO,EAAE,CAACH,GAAG,CAAC,CAAC;IACxD,OAAO,CAACD,MAAM,IAAIE,OAAO,GAAGD,GAAG,GAAGD,MAAM;EAC5C,CAAC,EAAE,IAAI,CAAC,IAAI,IAAI;AACpB;;AAEA;AACA,IAAMK,SAAS,GAAG,SAAZA,SAASA,CAAA;EAAA,OAAS,UAAAC,gBAAgB;IAAA,OAAI,UAAAC,KAAK,EAAI;MACjD,IAAMC,KAAK,GAAGhB,QAAQ,CAAC,CAAC;MACxB,oBAAOL,MAAA,YAAAsB,aAAA,CAACH,gBAAgB,MAAAI,SAAA,iBAAKH,KAAK;QAAEC,KAAK,EAAEA;MAAM,EAAE,CAAC;IACxD,CAAC;EAAA;AAAA;AAAC,IAAAG,QAAA,GAAAC,OAAA,cAEaP,SAAS","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"withWidth.js","names":["_react","_interopRequireDefault","require","_styles","_useMediaQuery","useWidth","theme","useTheme","keys","_toConsumableArray2","breakpoints","reverse","reduce","output","key","matches","useMediaQuery","up","withWidth","WrappedComponent","props","width","createElement","_extends2","_default","exports"],"sources":["withWidth.js"],"sourcesContent":["import React from 'react';\r\nimport { useTheme } from '@mui/material/styles';\r\nimport useMediaQuery from '@mui/material/useMediaQuery';\r\n\r\nfunction useWidth() {\r\n const theme = useTheme();\r\n const keys = [...theme.breakpoints.keys].reverse();\r\n return keys.reduce((output, key) => {\r\n // eslint-disable-next-line react-hooks/rules-of-hooks\r\n const matches = useMediaQuery(theme.breakpoints.up(key));\r\n return !output && matches ? key : output;\r\n }, null) || 'xs';\r\n}\r\n\r\n// FIXME checkout https://mui.com/components/use-media-query/#migrating-from-withwidth\r\nconst withWidth = () => WrappedComponent => props => {\r\n const width = useWidth();\r\n return <WrappedComponent {...props} width={width} />;\r\n};\r\n\r\nexport default withWidth;\r\n"],"mappings":";;;;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAH,sBAAA,CAAAC,OAAA;AAEA,SAASG,QAAQA,CAAA,EAAG;EAChB,IAAMC,KAAK,GAAG,IAAAC,gBAAQ,EAAC,CAAC;EACxB,IAAMC,IAAI,GAAG,IAAAC,mBAAA,aAAIH,KAAK,CAACI,WAAW,CAACF,IAAI,EAAEG,OAAO,CAAC,CAAC;EAClD,OAAOH,IAAI,CAACI,MAAM,CAAC,UAACC,MAAM,EAAEC,GAAG,EAAK;IAChC;IACA,IAAMC,OAAO,GAAG,IAAAC,yBAAa,EAACV,KAAK,CAACI,WAAW,CAACO,EAAE,CAACH,GAAG,CAAC,CAAC;IACxD,OAAO,CAACD,MAAM,IAAIE,OAAO,GAAGD,GAAG,GAAGD,MAAM;EAC5C,CAAC,EAAE,IAAI,CAAC,IAAI,IAAI;AACpB;;AAEA;AACA,IAAMK,SAAS,GAAG,SAAZA,SAASA,CAAA;EAAA,OAAS,UAAAC,gBAAgB;IAAA,OAAI,UAAAC,KAAK,EAAI;MACjD,IAAMC,KAAK,GAAGhB,QAAQ,CAAC,CAAC;MACxB,oBAAOL,MAAA,YAAAsB,aAAA,CAACH,gBAAgB,MAAAI,SAAA,iBAAKH,KAAK;QAAEC,KAAK,EAAEA;MAAM,EAAE,CAAC;IACxD,CAAC;EAAA;AAAA;AAAC,IAAAG,QAAA,GAAAC,OAAA,cAEaP,SAAS","ignoreList":[]}
|
package/Connection.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Connection.js","names":["_socketClient","require","_default","exports","Connection"],"sources":["Connection.js"],"sourcesContent":["import {\n Connection, PROGRESS, ERRORS, PERMISSION_ERROR,\n} from '@iobroker/socket-client';\n\nexport { PROGRESS, ERRORS, PERMISSION_ERROR };\n\nexport default Connection;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAEiC,IAAAC,QAAA,GAAAC,OAAA,cAIlBC,wBAAU","ignoreList":[]}
|
|
1
|
+
{"version":3,"file":"Connection.js","names":["_socketClient","require","_default","exports","Connection"],"sources":["Connection.js"],"sourcesContent":["import {\r\n Connection, PROGRESS, ERRORS, PERMISSION_ERROR,\r\n} from '@iobroker/socket-client';\r\n\r\nexport { PROGRESS, ERRORS, PERMISSION_ERROR };\r\n\r\nexport default Connection;\r\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,aAAA,GAAAC,OAAA;AAEiC,IAAAC,QAAA,GAAAC,OAAA,cAIlBC,wBAAU","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ComplexCron.js","names":["_react","_interopRequireDefault","require","_propTypes","_styles","_material","_iconsMaterial","_ComplexCron","_i18n","_callSuper","t","o","e","_getPrototypeOf2","_possibleConstructorReturn2","_isNativeReflectConstruct","Reflect","construct","constructor","apply","Boolean","prototype","valueOf","call","styles","headerID","fontWeight","fontStyle","radio","display","dialogPaper","height","DialogComplexCron","_React$Component","_inherits2","props","_this","_classCallCheck2","cron","replace","trim","state","_createClass2","key","value","handleCancel","onClose","handleOk","onOk","handleClear","render","_this2","createElement","Dialog","maxWidth","fullWidth","classes","paper","open","DialogTitle","id","title","I18n","DialogContent","style","overflow","cronExpression","onChange","setState","language","getLanguage","DialogActions","clearButton","Button","color","variant","onClick","startIcon","Delete","clear","Check","ok","Cancel","cancel","React","Component","propTypes","PropTypes","object","func","isRequired","string","bool","_default","exports","withStyles"],"sources":["ComplexCron.js"],"sourcesContent":["import React from 'react';\r\nimport PropTypes from 'prop-types';\r\nimport { withStyles } from '@mui/styles';\r\n\r\nimport {\r\n Button,\r\n DialogTitle,\r\n DialogContent,\r\n DialogActions,\r\n Dialog,\r\n} from '@mui/material';\r\n\r\nimport {\r\n Check as IconOk,\r\n Cancel as IconCancel,\r\n Delete as IconClear,\r\n} from '@mui/icons-material';\r\n\r\nimport ComplexCron from '../Components/ComplexCron';\r\n\r\nimport I18n from '../i18n';\r\n\r\n// Generate cron expression\r\nconst styles = () => ({\r\n headerID: {\r\n fontWeight: 'bold',\r\n fontStyle: 'italic',\r\n },\r\n radio: {\r\n display: 'inline-block',\r\n },\r\n dialogPaper: {\r\n height: 'calc(100% - 96px)',\r\n },\r\n});\r\n\r\nclass DialogComplexCron extends React.Component {\r\n constructor(props) {\r\n super(props);\r\n let cron;\r\n if (this.props.cron && typeof this.props.cron === 'string' && this.props.cron.replace(/^[\"']/, '')[0] !== '{') {\r\n cron = this.props.cron.replace(/['\"]/g, '').trim();\r\n } else {\r\n cron = this.props.cron || '{}';\r\n if (typeof cron === 'string') {\r\n cron = cron.replace(/^[\"']/, '').replace(/[\"']\\n?$/, '');\r\n }\r\n }\r\n\r\n this.state = {\r\n cron,\r\n };\r\n }\r\n\r\n handleCancel() {\r\n this.props.onClose();\r\n }\r\n\r\n handleOk() {\r\n this.props.onOk(this.state.cron);\r\n this.props.onClose();\r\n }\r\n\r\n handleClear() {\r\n this.props.onOk(false);\r\n this.props.onClose();\r\n }\r\n\r\n render() {\r\n return <Dialog\r\n onClose={() => {}}\r\n maxWidth=\"md\"\r\n fullWidth\r\n classes={{ paper: this.props.classes.dialogPaper }}\r\n open={!0}\r\n aria-labelledby=\"cron-dialog-title\"\r\n >\r\n <DialogTitle id=\"cron-dialog-title\">{this.props.title || I18n.t('ra_Define schedule...')}</DialogTitle>\r\n <DialogContent style={{ height: '100%', overflow: 'hidden' }}>\r\n <ComplexCron\r\n cronExpression={this.state.cron}\r\n onChange={cron => this.setState({ cron })}\r\n language={I18n.getLanguage()}\r\n />\r\n </DialogContent>\r\n <DialogActions>\r\n {!!this.props.clearButton && <Button\r\n // @ts-expect-error\r\n color=\"grey\"\r\n variant=\"contained\"\r\n onClick={() => this.handleClear()}\r\n startIcon={<IconClear />}\r\n >\r\n {this.props.clear || I18n.t('ra_Clear')}\r\n </Button>}\r\n <Button\r\n variant=\"contained\"\r\n onClick={() => this.handleOk()}\r\n color=\"primary\"\r\n startIcon={<IconOk />}\r\n >\r\n {this.props.ok || I18n.t('ra_Ok')}\r\n </Button>\r\n <Button\r\n // @ts-expect-error\r\n color=\"grey\"\r\n variant=\"contained\"\r\n onClick={() => this.handleCancel()}\r\n startIcon={<IconCancel />}\r\n >\r\n {this.props.cancel || I18n.t('ra_Cancel')}\r\n </Button>\r\n </DialogActions>\r\n </Dialog>;\r\n }\r\n}\r\n\r\nDialogComplexCron.propTypes = {\r\n classes: PropTypes.object,\r\n onClose: PropTypes.func.isRequired,\r\n onOk: PropTypes.func.isRequired,\r\n title: PropTypes.string,\r\n cron: PropTypes.string,\r\n cancel: PropTypes.string,\r\n ok: PropTypes.string,\r\n clearButton: PropTypes.bool,\r\n};\r\n\r\nexport default withStyles(styles)(DialogComplexCron);\r\n"],"mappings":"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"}
|