@iobroker/adapter-react-v5 4.13.0 → 4.13.2
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.d.ts +1 -1
- package/LegacyConnection.js +1 -0
- package/LegacyConnection.js.map +1 -0
- package/Prompt.js +7 -7
- package/Prompt.js.map +1 -0
- package/README.md +1101 -1101
- 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.js
CHANGED
|
@@ -30,229 +30,229 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
30
30
|
*
|
|
31
31
|
**/
|
|
32
32
|
const react_1 = __importStar(require("react"));
|
|
33
|
-
const loaderStyles = `
|
|
34
|
-
/**
|
|
35
|
-
* Copyright 2018-2024 Denis Haev (bluefox) <dogafox@gmail.com>
|
|
36
|
-
*
|
|
37
|
-
* MIT License
|
|
38
|
-
*
|
|
39
|
-
**/
|
|
40
|
-
|
|
41
|
-
.logo-background-light, .logo-background-colored {
|
|
42
|
-
background: white;
|
|
43
|
-
}
|
|
44
|
-
.logo-background-dark, .logo-background-blue {
|
|
45
|
-
background: black;
|
|
46
|
-
}
|
|
47
|
-
.logo-div {
|
|
48
|
-
position: absolute;
|
|
49
|
-
top: 50%;
|
|
50
|
-
left: 50%;
|
|
51
|
-
-ms-transform: translateX(-50%) translateY(-50%);
|
|
52
|
-
-webkit-transform: translate(-50%,-50%);
|
|
53
|
-
transform: translate(-50%,-50%);
|
|
54
|
-
overflow: hidden;
|
|
55
|
-
border-radius: 50%;
|
|
56
|
-
z-index: 2;
|
|
57
|
-
}
|
|
58
|
-
.logo-border {
|
|
59
|
-
/*border-color: #164477;*/
|
|
60
|
-
border-top-color: #3399CC;
|
|
61
|
-
border-left-color: #164477;
|
|
62
|
-
border-bottom-color: #164477;
|
|
63
|
-
border-right-color: #164477;
|
|
64
|
-
border-radius: 50%;
|
|
65
|
-
border-style: solid;
|
|
66
|
-
box-sizing: border-box;
|
|
67
|
-
width: 100%;
|
|
68
|
-
height: 100%;
|
|
69
|
-
position: absolute;
|
|
70
|
-
}
|
|
71
|
-
.logo-top {
|
|
72
|
-
position: absolute;
|
|
73
|
-
width: 4.5%;
|
|
74
|
-
height: 16%;
|
|
75
|
-
top: 0;
|
|
76
|
-
z-index: 2;
|
|
77
|
-
}
|
|
78
|
-
.logo-i {
|
|
79
|
-
position: absolute;
|
|
80
|
-
width: 14.5%;
|
|
81
|
-
height: 60%;
|
|
82
|
-
top: 20%;
|
|
83
|
-
left: 42%;
|
|
84
|
-
background: #3399CC;
|
|
85
|
-
}
|
|
86
|
-
.logo-i-top {
|
|
87
|
-
position: absolute;
|
|
88
|
-
width: 14.5%;
|
|
89
|
-
height: 4%;
|
|
90
|
-
left: 42%;
|
|
91
|
-
background: #3399CC;
|
|
92
|
-
border-radius: 100%;
|
|
93
|
-
}
|
|
94
|
-
.logo-back {
|
|
95
|
-
width: 100%;
|
|
96
|
-
height: 100%;
|
|
97
|
-
z-index: 0;
|
|
98
|
-
overflow: hidden;
|
|
99
|
-
}
|
|
100
|
-
@keyframes logo-grow {
|
|
101
|
-
0% {
|
|
102
|
-
width: 230px;
|
|
103
|
-
height: 230px;
|
|
104
|
-
transform: translate(-50%,-50%) scale(1);
|
|
105
|
-
opacity: 1
|
|
106
|
-
}
|
|
107
|
-
99% {
|
|
108
|
-
width: 230px;
|
|
109
|
-
height: 230px;
|
|
110
|
-
transform: translate(-50%,-50%) scale(10);
|
|
111
|
-
opacity: 0;
|
|
112
|
-
}
|
|
113
|
-
100% {
|
|
114
|
-
width: 0;
|
|
115
|
-
height: 0;
|
|
116
|
-
opacity: 0;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
@keyframes logo-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
|
|
120
|
-
@keyframes logo-color-inside-light {
|
|
121
|
-
0% {
|
|
122
|
-
background: #FEFEFE;
|
|
123
|
-
}
|
|
124
|
-
100% {
|
|
125
|
-
background: #3399CC;
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
@keyframes logo-color-inside-dark {
|
|
129
|
-
0% {
|
|
130
|
-
background: #030303;
|
|
131
|
-
}
|
|
132
|
-
100% {
|
|
133
|
-
background: #3399CC;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
@keyframes logo-color-inside-colored {
|
|
137
|
-
0% {
|
|
138
|
-
background: #FEFEFE;
|
|
139
|
-
}
|
|
140
|
-
100% {
|
|
141
|
-
background: #3399CC;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
@keyframes logo-color-inside-blue {
|
|
145
|
-
0% {
|
|
146
|
-
background: #030303;
|
|
147
|
-
}
|
|
148
|
-
100% {
|
|
149
|
-
background: #3399CC;
|
|
150
|
-
}
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
@keyframes logo-color-outside-light {
|
|
154
|
-
0% {
|
|
155
|
-
border-color: #FEFEFE;
|
|
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
|
-
@keyframes logo-color-outside-dark {
|
|
165
|
-
0% {
|
|
166
|
-
border-color: #040404;
|
|
167
|
-
}
|
|
168
|
-
100% {
|
|
169
|
-
border-top-color: #3399CC;
|
|
170
|
-
border-left-color: #164477;
|
|
171
|
-
border-bottom-color: #164477;
|
|
172
|
-
border-right-color: #164477;
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
@keyframes logo-color-outside-colored {
|
|
176
|
-
0% {
|
|
177
|
-
border-color: #FEFEFE;
|
|
178
|
-
}
|
|
179
|
-
100% {
|
|
180
|
-
border-top-color: #3399CC;
|
|
181
|
-
border-left-color: #164477;
|
|
182
|
-
border-bottom-color: #164477;
|
|
183
|
-
border-right-color: #164477;
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
@keyframes logo-color-outside-blue {
|
|
187
|
-
0% {
|
|
188
|
-
border-color: #040404;
|
|
189
|
-
}
|
|
190
|
-
100% {
|
|
191
|
-
border-top-color: #3399CC;
|
|
192
|
-
border-left-color: #164477;
|
|
193
|
-
border-bottom-color: #164477;
|
|
194
|
-
border-right-color: #164477;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.logo-animate-wait {
|
|
199
|
-
animation: logo-color-outside 1.5s, logo-spin 1.5s linear infinite;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.logo-animate-grow-light {
|
|
203
|
-
background: #DDD;
|
|
204
|
-
}
|
|
205
|
-
.logo-animate-grow-dark {
|
|
206
|
-
background: #1d1d1d;
|
|
207
|
-
}
|
|
208
|
-
.logo-animate-grow-colored {
|
|
209
|
-
background: #DDD;
|
|
210
|
-
}
|
|
211
|
-
.logo-animate-grow-blue {
|
|
212
|
-
background: #1d1d1d;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.logo-animate-grow {
|
|
216
|
-
display: inline-block;
|
|
217
|
-
text-align: center;
|
|
218
|
-
z-index: 1;
|
|
219
|
-
top: 50%;
|
|
220
|
-
left: 50%;
|
|
221
|
-
-ms-transform: translateX(-50%) translateY(-50%);
|
|
222
|
-
-webkit-transform: translate(-50%,-50%);
|
|
223
|
-
transform: translate(-50%,-50%);
|
|
224
|
-
width: 245px;
|
|
225
|
-
height: 245px;
|
|
226
|
-
border-radius: 50%;
|
|
227
|
-
position: absolute;
|
|
228
|
-
animation: logo-grow 1s 1 ease forwards;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.logo-animate-color-inside-light {
|
|
232
|
-
animation: logo-color-inside-light 2.5s;
|
|
233
|
-
}
|
|
234
|
-
.logo-animate-color-inside-dark {
|
|
235
|
-
animation: logo-color-inside-dark 2.5s;
|
|
236
|
-
}
|
|
237
|
-
.logo-animate-color-inside-colored {
|
|
238
|
-
animation: logo-color-inside-colored 2.5s;
|
|
239
|
-
}
|
|
240
|
-
.logo-animate-color-inside-blue {
|
|
241
|
-
animation: logo-color-inside-blue 2.5s;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.logo-animate-color-outside-light {
|
|
245
|
-
animation: logo-color-outside-light 1.5s;
|
|
246
|
-
}
|
|
247
|
-
.logo-animate-color-outside-dark {
|
|
248
|
-
animation: logo-color-outside-dark 1.5s;
|
|
249
|
-
}
|
|
250
|
-
.logo-animate-color-outside-colored {
|
|
251
|
-
animation: logo-color-outside-colored 1.5s;
|
|
252
|
-
}
|
|
253
|
-
.logo-animate-color-outside-blue {
|
|
254
|
-
animation: logo-color-outside-blue 1.5s;
|
|
255
|
-
}
|
|
33
|
+
const loaderStyles = `
|
|
34
|
+
/**
|
|
35
|
+
* Copyright 2018-2024 Denis Haev (bluefox) <dogafox@gmail.com>
|
|
36
|
+
*
|
|
37
|
+
* MIT License
|
|
38
|
+
*
|
|
39
|
+
**/
|
|
40
|
+
|
|
41
|
+
.logo-background-light, .logo-background-colored {
|
|
42
|
+
background: white;
|
|
43
|
+
}
|
|
44
|
+
.logo-background-dark, .logo-background-blue {
|
|
45
|
+
background: black;
|
|
46
|
+
}
|
|
47
|
+
.logo-div {
|
|
48
|
+
position: absolute;
|
|
49
|
+
top: 50%;
|
|
50
|
+
left: 50%;
|
|
51
|
+
-ms-transform: translateX(-50%) translateY(-50%);
|
|
52
|
+
-webkit-transform: translate(-50%,-50%);
|
|
53
|
+
transform: translate(-50%,-50%);
|
|
54
|
+
overflow: hidden;
|
|
55
|
+
border-radius: 50%;
|
|
56
|
+
z-index: 2;
|
|
57
|
+
}
|
|
58
|
+
.logo-border {
|
|
59
|
+
/*border-color: #164477;*/
|
|
60
|
+
border-top-color: #3399CC;
|
|
61
|
+
border-left-color: #164477;
|
|
62
|
+
border-bottom-color: #164477;
|
|
63
|
+
border-right-color: #164477;
|
|
64
|
+
border-radius: 50%;
|
|
65
|
+
border-style: solid;
|
|
66
|
+
box-sizing: border-box;
|
|
67
|
+
width: 100%;
|
|
68
|
+
height: 100%;
|
|
69
|
+
position: absolute;
|
|
70
|
+
}
|
|
71
|
+
.logo-top {
|
|
72
|
+
position: absolute;
|
|
73
|
+
width: 4.5%;
|
|
74
|
+
height: 16%;
|
|
75
|
+
top: 0;
|
|
76
|
+
z-index: 2;
|
|
77
|
+
}
|
|
78
|
+
.logo-i {
|
|
79
|
+
position: absolute;
|
|
80
|
+
width: 14.5%;
|
|
81
|
+
height: 60%;
|
|
82
|
+
top: 20%;
|
|
83
|
+
left: 42%;
|
|
84
|
+
background: #3399CC;
|
|
85
|
+
}
|
|
86
|
+
.logo-i-top {
|
|
87
|
+
position: absolute;
|
|
88
|
+
width: 14.5%;
|
|
89
|
+
height: 4%;
|
|
90
|
+
left: 42%;
|
|
91
|
+
background: #3399CC;
|
|
92
|
+
border-radius: 100%;
|
|
93
|
+
}
|
|
94
|
+
.logo-back {
|
|
95
|
+
width: 100%;
|
|
96
|
+
height: 100%;
|
|
97
|
+
z-index: 0;
|
|
98
|
+
overflow: hidden;
|
|
99
|
+
}
|
|
100
|
+
@keyframes logo-grow {
|
|
101
|
+
0% {
|
|
102
|
+
width: 230px;
|
|
103
|
+
height: 230px;
|
|
104
|
+
transform: translate(-50%,-50%) scale(1);
|
|
105
|
+
opacity: 1
|
|
106
|
+
}
|
|
107
|
+
99% {
|
|
108
|
+
width: 230px;
|
|
109
|
+
height: 230px;
|
|
110
|
+
transform: translate(-50%,-50%) scale(10);
|
|
111
|
+
opacity: 0;
|
|
112
|
+
}
|
|
113
|
+
100% {
|
|
114
|
+
width: 0;
|
|
115
|
+
height: 0;
|
|
116
|
+
opacity: 0;
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
@keyframes logo-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
|
|
120
|
+
@keyframes logo-color-inside-light {
|
|
121
|
+
0% {
|
|
122
|
+
background: #FEFEFE;
|
|
123
|
+
}
|
|
124
|
+
100% {
|
|
125
|
+
background: #3399CC;
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
@keyframes logo-color-inside-dark {
|
|
129
|
+
0% {
|
|
130
|
+
background: #030303;
|
|
131
|
+
}
|
|
132
|
+
100% {
|
|
133
|
+
background: #3399CC;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
@keyframes logo-color-inside-colored {
|
|
137
|
+
0% {
|
|
138
|
+
background: #FEFEFE;
|
|
139
|
+
}
|
|
140
|
+
100% {
|
|
141
|
+
background: #3399CC;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
@keyframes logo-color-inside-blue {
|
|
145
|
+
0% {
|
|
146
|
+
background: #030303;
|
|
147
|
+
}
|
|
148
|
+
100% {
|
|
149
|
+
background: #3399CC;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
@keyframes logo-color-outside-light {
|
|
154
|
+
0% {
|
|
155
|
+
border-color: #FEFEFE;
|
|
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
|
+
@keyframes logo-color-outside-dark {
|
|
165
|
+
0% {
|
|
166
|
+
border-color: #040404;
|
|
167
|
+
}
|
|
168
|
+
100% {
|
|
169
|
+
border-top-color: #3399CC;
|
|
170
|
+
border-left-color: #164477;
|
|
171
|
+
border-bottom-color: #164477;
|
|
172
|
+
border-right-color: #164477;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
@keyframes logo-color-outside-colored {
|
|
176
|
+
0% {
|
|
177
|
+
border-color: #FEFEFE;
|
|
178
|
+
}
|
|
179
|
+
100% {
|
|
180
|
+
border-top-color: #3399CC;
|
|
181
|
+
border-left-color: #164477;
|
|
182
|
+
border-bottom-color: #164477;
|
|
183
|
+
border-right-color: #164477;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
@keyframes logo-color-outside-blue {
|
|
187
|
+
0% {
|
|
188
|
+
border-color: #040404;
|
|
189
|
+
}
|
|
190
|
+
100% {
|
|
191
|
+
border-top-color: #3399CC;
|
|
192
|
+
border-left-color: #164477;
|
|
193
|
+
border-bottom-color: #164477;
|
|
194
|
+
border-right-color: #164477;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.logo-animate-wait {
|
|
199
|
+
animation: logo-color-outside 1.5s, logo-spin 1.5s linear infinite;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.logo-animate-grow-light {
|
|
203
|
+
background: #DDD;
|
|
204
|
+
}
|
|
205
|
+
.logo-animate-grow-dark {
|
|
206
|
+
background: #1d1d1d;
|
|
207
|
+
}
|
|
208
|
+
.logo-animate-grow-colored {
|
|
209
|
+
background: #DDD;
|
|
210
|
+
}
|
|
211
|
+
.logo-animate-grow-blue {
|
|
212
|
+
background: #1d1d1d;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.logo-animate-grow {
|
|
216
|
+
display: inline-block;
|
|
217
|
+
text-align: center;
|
|
218
|
+
z-index: 1;
|
|
219
|
+
top: 50%;
|
|
220
|
+
left: 50%;
|
|
221
|
+
-ms-transform: translateX(-50%) translateY(-50%);
|
|
222
|
+
-webkit-transform: translate(-50%,-50%);
|
|
223
|
+
transform: translate(-50%,-50%);
|
|
224
|
+
width: 245px;
|
|
225
|
+
height: 245px;
|
|
226
|
+
border-radius: 50%;
|
|
227
|
+
position: absolute;
|
|
228
|
+
animation: logo-grow 1s 1 ease forwards;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.logo-animate-color-inside-light {
|
|
232
|
+
animation: logo-color-inside-light 2.5s;
|
|
233
|
+
}
|
|
234
|
+
.logo-animate-color-inside-dark {
|
|
235
|
+
animation: logo-color-inside-dark 2.5s;
|
|
236
|
+
}
|
|
237
|
+
.logo-animate-color-inside-colored {
|
|
238
|
+
animation: logo-color-inside-colored 2.5s;
|
|
239
|
+
}
|
|
240
|
+
.logo-animate-color-inside-blue {
|
|
241
|
+
animation: logo-color-inside-blue 2.5s;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.logo-animate-color-outside-light {
|
|
245
|
+
animation: logo-color-outside-light 1.5s;
|
|
246
|
+
}
|
|
247
|
+
.logo-animate-color-outside-dark {
|
|
248
|
+
animation: logo-color-outside-dark 1.5s;
|
|
249
|
+
}
|
|
250
|
+
.logo-animate-color-outside-colored {
|
|
251
|
+
animation: logo-color-outside-colored 1.5s;
|
|
252
|
+
}
|
|
253
|
+
.logo-animate-color-outside-blue {
|
|
254
|
+
animation: logo-color-outside-blue 1.5s;
|
|
255
|
+
}
|
|
256
256
|
`;
|
|
257
257
|
function Loader(props) {
|
|
258
258
|
(0, react_1.useEffect)(() => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Loader.js","names":["_react","_interopRequireDefault","require","_propTypes","_callSuper","t","o","e","_getPrototypeOf2","_possibleConstructorReturn2","_isNativeReflectConstruct","Reflect","construct","constructor","apply","Boolean","prototype","valueOf","call","loaderStyles","Loader","_React$Component","_inherits2","props","_this","_classCallCheck2","window","document","getElementById","style","createElement","setAttribute","innerHTML","head","appendChild","_createClass2","key","value","render","size","theme","themeType","className","concat","backgroundImage","loadingBackgroundImage","undefined","backgroundColor","loadingBackgroundColor","backgroundSize","loadingHideLogo","Fragment","width","height","left","borderWidth","top","bottom","React","Component","propTypes","PropTypes","number","string","_export","_default","exports"],"sources":["Loader.js"],"sourcesContent":["/**\r\n * Copyright 2018-2023 Denis Haev (bluefox) <dogafox@gmail.com>\r\n *\r\n * MIT License\r\n *\r\n **/\r\nimport React from 'react';\r\nimport PropTypes from 'prop-types';\r\n// import './loader.css'\r\nconst loaderStyles = `\r\n/**\r\n * Copyright 2018-2023 Denis Haev (bluefox) <dogafox@gmail.com>\r\n *\r\n * MIT License\r\n *\r\n **/\r\n\r\n.logo-background-light, .logo-background-colored {\r\n background: white;\r\n}\r\n.logo-background-dark, .logo-background-blue {\r\n background: black;\r\n}\r\n.logo-div {\r\n position: absolute;\r\n top: 50%;\r\n left: 50%;\r\n -ms-transform: translateX(-50%) translateY(-50%);\r\n -webkit-transform: translate(-50%,-50%);\r\n transform: translate(-50%,-50%);\r\n overflow: hidden;\r\n border-radius: 50%;\r\n z-index: 2;\r\n}\r\n.logo-border {\r\n /*border-color: #164477;*/\r\n border-top-color: #3399CC;\r\n border-left-color: #164477;\r\n border-bottom-color: #164477;\r\n border-right-color: #164477;\r\n border-radius: 50%;\r\n border-style: solid;\r\n box-sizing: border-box;\r\n width: 100%;\r\n height: 100%;\r\n position: absolute;\r\n}\r\n.logo-top {\r\n position: absolute;\r\n width: 4.5%;\r\n height: 16%;\r\n top: 0;\r\n z-index: 2;\r\n}\r\n.logo-i {\r\n position: absolute;\r\n width: 14.5%;\r\n height: 60%;\r\n top: 20%;\r\n left: 42%;\r\n background: #3399CC;\r\n}\r\n.logo-i-top {\r\n position: absolute;\r\n width: 14.5%;\r\n height: 4%;\r\n left: 42%;\r\n background: #3399CC;\r\n border-radius: 100%;\r\n}\r\n.logo-back {\r\n width: 100%;\r\n height: 100%;\r\n z-index: 0;\r\n overflow: hidden;\r\n}\r\n@keyframes logo-grow {\r\n 0% {\r\n width: 230px;\r\n height: 230px;\r\n transform: translate(-50%,-50%) scale(1);\r\n opacity: 1\r\n }\r\n 99% {\r\n width: 230px;\r\n height: 230px;\r\n transform: translate(-50%,-50%) scale(10);\r\n opacity: 0;\r\n }\r\n 100% {\r\n width: 0;\r\n height: 0;\r\n opacity: 0;\r\n }\r\n}\r\n@keyframes logo-spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }\r\n@keyframes logo-color-inside-light {\r\n 0% {\r\n background: #FEFEFE;\r\n }\r\n 100% {\r\n background: #3399CC;\r\n }\r\n}\r\n@keyframes logo-color-inside-dark {\r\n 0% {\r\n background: #030303;\r\n }\r\n 100% {\r\n background: #3399CC;\r\n }\r\n}\r\n@keyframes logo-color-inside-colored {\r\n 0% {\r\n background: #FEFEFE;\r\n }\r\n 100% {\r\n background: #3399CC;\r\n }\r\n}\r\n@keyframes logo-color-inside-blue {\r\n 0% {\r\n background: #030303;\r\n }\r\n 100% {\r\n background: #3399CC;\r\n }\r\n}\r\n\r\n@keyframes logo-color-outside-light {\r\n 0% {\r\n border-color: #FEFEFE;\r\n }\r\n 100% {\r\n border-top-color: #3399CC;\r\n border-left-color: #164477;\r\n border-bottom-color: #164477;\r\n border-right-color: #164477;\r\n }\r\n}\r\n@keyframes logo-color-outside-dark {\r\n 0% {\r\n border-color: #040404;\r\n }\r\n 100% {\r\n border-top-color: #3399CC;\r\n border-left-color: #164477;\r\n border-bottom-color: #164477;\r\n border-right-color: #164477;\r\n }\r\n}\r\n@keyframes logo-color-outside-colored {\r\n 0% {\r\n border-color: #FEFEFE;\r\n }\r\n 100% {\r\n border-top-color: #3399CC;\r\n border-left-color: #164477;\r\n border-bottom-color: #164477;\r\n border-right-color: #164477;\r\n }\r\n}\r\n@keyframes logo-color-outside-blue {\r\n 0% {\r\n border-color: #040404;\r\n }\r\n 100% {\r\n border-top-color: #3399CC;\r\n border-left-color: #164477;\r\n border-bottom-color: #164477;\r\n border-right-color: #164477;\r\n }\r\n}\r\n\r\n.logo-animate-wait {\r\n animation: logo-color-outside 1.5s, logo-spin 1.5s linear infinite;\r\n}\r\n\r\n.logo-animate-grow-light {\r\n background: #DDD;\r\n}\r\n.logo-animate-grow-dark {\r\n background: #1d1d1d;\r\n}\r\n.logo-animate-grow-colored {\r\n background: #DDD;\r\n}\r\n.logo-animate-grow-blue {\r\n background: #1d1d1d;\r\n}\r\n\r\n.logo-animate-grow {\r\n display: inline-block;\r\n text-align: center;\r\n z-index: 1;\r\n top: 50%;\r\n left: 50%;\r\n -ms-transform: translateX(-50%) translateY(-50%);\r\n -webkit-transform: translate(-50%,-50%);\r\n transform: translate(-50%,-50%);\r\n width: 245px;\r\n height: 245px;\r\n border-radius: 50%;\r\n position: absolute;\r\n animation: logo-grow 1s 1 ease forwards;\r\n}\r\n\r\n.logo-animate-color-inside-light {\r\n animation: logo-color-inside-light 2.5s;\r\n}\r\n.logo-animate-color-inside-dark {\r\n animation: logo-color-inside-dark 2.5s;\r\n}\r\n.logo-animate-color-inside-colored {\r\n animation: logo-color-inside-colored 2.5s;\r\n}\r\n.logo-animate-color-inside-blue {\r\n animation: logo-color-inside-blue 2.5s;\r\n}\r\n\r\n.logo-animate-color-outside-light {\r\n animation: logo-color-outside-light 1.5s;\r\n}\r\n.logo-animate-color-outside-dark {\r\n animation: logo-color-outside-dark 1.5s;\r\n}\r\n.logo-animate-color-outside-colored {\r\n animation: logo-color-outside-colored 1.5s;\r\n}\r\n.logo-animate-color-outside-blue {\r\n animation: logo-color-outside-blue 1.5s;\r\n}\r\n`;\r\n\r\n/**\r\n * @typedef {object} LoaderProps\r\n * @property {number} [size] The size in pixels of this loader.\r\n * @property {string} [themeType] The chosen theme type.\r\n * @property {string} [theme] The chosen theme.\r\n *\r\n * @extends {React.Component<LoaderProps>}\r\n */\r\nclass Loader extends React.Component {\r\n constructor(props) {\r\n super(props);\r\n\r\n if (!window.document.getElementById('loader-iobroker-component')) {\r\n const style = window.document.createElement('style');\r\n style.setAttribute('id', 'loader-iobroker-component');\r\n style.innerHTML = loaderStyles;\r\n window.document.head.appendChild(style);\r\n }\r\n }\r\n\r\n render() {\r\n const size = this.props.size || 234;\r\n const theme = this.props.themeType || this.props.theme || 'light';\r\n return <div\r\n className={`logo-back logo-background-${theme}`}\r\n style={{\r\n backgroundImage: window.loadingBackgroundImage && window.loadingBackgroundImage !== '@@loginBackgroundImage@@' ? `url(${window.loadingBackgroundImage})` : undefined,\r\n backgroundColor: window.loadingBackgroundColor && window.loadingBackgroundColor !== '@@loginBackgroundColor@@' ? window.loadingBackgroundColor : undefined,\r\n backgroundSize: 'cover',\r\n }}\r\n >\r\n {window.loadingHideLogo === 'true' ?\r\n null\r\n :\r\n <>\r\n <div className=\"logo-div\" style={{ width: size, height: size }}>\r\n <div className={`logo-top logo-background-${theme}`} style={{ left: '37%' }} />\r\n <div className={`logo-top logo-background-${theme}`} style={{ left: '57%' }} />\r\n <div\r\n className={`logo-border logo-background-${theme} logo-animate-wait`}\r\n style={{ borderWidth: size * 0.132 }}\r\n />\r\n <div className={`logo-i logo-animate-color-inside-${theme}`} />\r\n <div className={`logo-i-top logo-animate-color-inside-${theme}`} style={{ top: '18%' }} />\r\n <div className={`logo-i-top logo-animate-color-inside-${theme}`} style={{ bottom: '18%' }} />\r\n </div>\r\n <div\r\n className={`logo-animate-grow logo-animate-grow-${theme}`}\r\n style={{ width: size + 11, height: size + 11 }}\r\n />\r\n </>}\r\n </div>;\r\n }\r\n}\r\n\r\nLoader.propTypes = {\r\n size: PropTypes.number,\r\n themeType: PropTypes.string,\r\n};\r\n\r\n/** @type {typeof Loader} */\r\nconst _export = Loader;\r\nexport default _export;\r\n"],"mappings":"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"}
|