@iobroker/adapter-react-v5 4.13.2 → 4.13.4
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/ColorPicker.js +54 -54
- package/Components/ColorPicker.js.map +1 -1
- package/Components/ComplexCron.js.map +1 -1
- package/Components/FileBrowser.js +3 -3
- package/Components/FileViewer.js +9 -16
- package/Components/Loader.js +223 -223
- package/Components/Loaders/PT.css +108 -108
- package/Components/Loaders/PT.js +103 -103
- package/Components/Loaders/Vendor.css +13 -13
- package/Components/Loaders/Vendor.js +7 -7
- package/Components/ObjectBrowser.d.ts +2 -2
- package/Components/ObjectBrowser.js +359 -351
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/TabContent.d.ts +3 -7
- package/Components/TabContent.js +1 -3
- package/Components/TableResize.d.ts +20 -13
- package/Components/TableResize.js +244 -262
- package/Components/TreeTable.js +70 -70
- package/Components/TreeTable.js.map +1 -1
- package/Components/UploadImage.js +305 -305
- package/Components/loader.css +221 -221
- package/Components/types.d.ts +82 -82
- package/Components/withWidth.js +2 -2
- package/Components/withWidth.js.map +1 -1
- package/Connection.js.map +1 -1
- package/GenericApp.js +49 -49
- package/LICENSE +22 -22
- package/LegacyConnection.d.ts +4 -0
- package/LegacyConnection.js +14 -0
- package/Prompt.js +7 -7
- package/README.md +1105 -1101
- 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/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/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/404.js.map +0 -1
- package/Components/CustomModal.js.map +0 -1
- package/Components/FileBrowser.js.map +0 -1
- package/Components/FileViewer.js.map +0 -1
- package/Components/Icon.js.map +0 -1
- package/Components/IconPicker.js.map +0 -1
- package/Components/IconSelector.js.map +0 -1
- package/Components/Image.js.map +0 -1
- package/Components/JsonConfigComponent/ChipInput.d.ts +0 -12
- package/Components/JsonConfigComponent/ChipInput.js +0 -763
- package/Components/JsonConfigComponent/ChipInput.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAccordion.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigAccordion.js +0 -348
- package/Components/JsonConfigComponent/ConfigAccordion.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAlive.d.ts +0 -10
- package/Components/JsonConfigComponent/ConfigAlive.js +0 -105
- package/Components/JsonConfigComponent/ConfigAlive.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAutocomplete.d.ts +0 -37
- package/Components/JsonConfigComponent/ConfigAutocomplete.js +0 -73
- package/Components/JsonConfigComponent/ConfigAutocomplete.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js +0 -131
- package/Components/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCRON.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigCRON.js +0 -157
- package/Components/JsonConfigComponent/ConfigCRON.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCertCollection.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCertCollection.js +0 -128
- package/Components/JsonConfigComponent/ConfigCertCollection.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCertificateSelect.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js +0 -149
- package/Components/JsonConfigComponent/ConfigCertificateSelect.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCertificates.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCertificates.js +0 -284
- package/Components/JsonConfigComponent/ConfigCertificates.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCheckLicense.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigCheckLicense.js +0 -821
- package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCheckbox.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigCheckbox.js +0 -40
- package/Components/JsonConfigComponent/ConfigCheckbox.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigChip.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigChip.js +0 -120
- package/Components/JsonConfigComponent/ConfigChip.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigColor.d.ts +0 -22
- package/Components/JsonConfigComponent/ConfigColor.js +0 -120
- package/Components/JsonConfigComponent/ConfigColor.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCoordinates.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigCoordinates.js +0 -265
- package/Components/JsonConfigComponent/ConfigCoordinates.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigCustom.d.ts +0 -26
- package/Components/JsonConfigComponent/ConfigCustom.js +0 -316
- package/Components/JsonConfigComponent/ConfigCustom.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigDatePicker.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigDatePicker.js +0 -91
- package/Components/JsonConfigComponent/ConfigDatePicker.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigDeviceManager.d.ts +0 -6
- package/Components/JsonConfigComponent/ConfigDeviceManager.js +0 -18
- package/Components/JsonConfigComponent/ConfigFile.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigFile.js +0 -228
- package/Components/JsonConfigComponent/ConfigFile.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigFileSelector.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigFileSelector.js +0 -625
- package/Components/JsonConfigComponent/ConfigFileSelector.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigFunc.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigFunc.js +0 -124
- package/Components/JsonConfigComponent/ConfigFunc.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigGeneric.d.ts +0 -95
- package/Components/JsonConfigComponent/ConfigGeneric.js +0 -646
- package/Components/JsonConfigComponent/ConfigIP.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigIP.js +0 -130
- package/Components/JsonConfigComponent/ConfigIP.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigImageSendTo.d.ts +0 -10
- package/Components/JsonConfigComponent/ConfigImageSendTo.js +0 -114
- package/Components/JsonConfigComponent/ConfigImageSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigImageUpload.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigImageUpload.js +0 -166
- package/Components/JsonConfigComponent/ConfigImageUpload.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js +0 -264
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigInterface.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigInterface.js +0 -146
- package/Components/JsonConfigComponent/ConfigInterface.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigJsonEditor.d.ts +0 -13
- package/Components/JsonConfigComponent/ConfigJsonEditor.js +0 -145
- package/Components/JsonConfigComponent/ConfigJsonEditor.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigLanguage.d.ts +0 -7
- package/Components/JsonConfigComponent/ConfigLanguage.js +0 -110
- package/Components/JsonConfigComponent/ConfigLanguage.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigLicense.d.ts +0 -24
- package/Components/JsonConfigComponent/ConfigLicense.js +0 -183
- package/Components/JsonConfigComponent/ConfigLicense.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigNumber.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigNumber.js +0 -117
- package/Components/JsonConfigComponent/ConfigObjectId.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigObjectId.js +0 -167
- package/Components/JsonConfigComponent/ConfigObjectId.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPanel.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigPanel.js +0 -396
- package/Components/JsonConfigComponent/ConfigPanel.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPassword.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigPassword.js +0 -193
- package/Components/JsonConfigComponent/ConfigPassword.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPattern.d.ts +0 -21
- package/Components/JsonConfigComponent/ConfigPattern.js +0 -65
- package/Components/JsonConfigComponent/ConfigPattern.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigPort.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigPort.js +0 -176
- package/Components/JsonConfigComponent/ConfigRoom.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigRoom.js +0 -124
- package/Components/JsonConfigComponent/ConfigRoom.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSelect.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigSelect.js +0 -159
- package/Components/JsonConfigComponent/ConfigSelect.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSelectSendTo.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js +0 -272
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSendto.d.ts +0 -24
- package/Components/JsonConfigComponent/ConfigSendto.js +0 -294
- package/Components/JsonConfigComponent/ConfigSendto.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSetState.d.ts +0 -18
- package/Components/JsonConfigComponent/ConfigSetState.js +0 -185
- package/Components/JsonConfigComponent/ConfigSetState.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigSlider.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigSlider.js +0 -119
- package/Components/JsonConfigComponent/ConfigSlider.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticDivider.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticDivider.js +0 -68
- package/Components/JsonConfigComponent/ConfigStaticDivider.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticHeader.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticHeader.js +0 -81
- package/Components/JsonConfigComponent/ConfigStaticHeader.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticImage.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticImage.js +0 -71
- package/Components/JsonConfigComponent/ConfigStaticImage.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigStaticText.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigStaticText.js +0 -88
- package/Components/JsonConfigComponent/ConfigStaticText.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTable.d.ts +0 -3
- package/Components/JsonConfigComponent/ConfigTable.js +0 -1064
- package/Components/JsonConfigComponent/ConfigTable.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTabs.d.ts +0 -34
- package/Components/JsonConfigComponent/ConfigTabs.js +0 -162
- package/Components/JsonConfigComponent/ConfigTabs.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigText.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigText.js +0 -226
- package/Components/JsonConfigComponent/ConfigText.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTextSendTo.d.ts +0 -10
- package/Components/JsonConfigComponent/ConfigTextSendTo.js +0 -129
- package/Components/JsonConfigComponent/ConfigTextSendTo.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTimePicker.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigTimePicker.js +0 -85
- package/Components/JsonConfigComponent/ConfigTimePicker.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigTopic.d.ts +0 -17
- package/Components/JsonConfigComponent/ConfigTopic.js +0 -110
- package/Components/JsonConfigComponent/ConfigTopic.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigUUID.d.ts +0 -15
- package/Components/JsonConfigComponent/ConfigUUID.js +0 -95
- package/Components/JsonConfigComponent/ConfigUUID.js.map +0 -1
- package/Components/JsonConfigComponent/ConfigUser.d.ts +0 -14
- package/Components/JsonConfigComponent/ConfigUser.js +0 -142
- package/Components/JsonConfigComponent/ConfigUser.js.map +0 -1
- package/Components/JsonConfigComponent/DeviceManager/Communication.d.ts +0 -63
- package/Components/JsonConfigComponent/DeviceManager/Communication.js +0 -268
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.d.ts +0 -11
- package/Components/JsonConfigComponent/DeviceManager/DeviceActionButton.js +0 -15
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.d.ts +0 -53
- package/Components/JsonConfigComponent/DeviceManager/DeviceCard.js +0 -340
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.d.ts +0 -45
- package/Components/JsonConfigComponent/DeviceManager/DeviceControl.js +0 -146
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.d.ts +0 -12
- package/Components/JsonConfigComponent/DeviceManager/DeviceImageUpload.js +0 -69
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.d.ts +0 -51
- package/Components/JsonConfigComponent/DeviceManager/DeviceList.js +0 -226
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.d.ts +0 -13
- package/Components/JsonConfigComponent/DeviceManager/DeviceStatus.js +0 -111
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.d.ts +0 -7
- package/Components/JsonConfigComponent/DeviceManager/InstanceActionButton.js +0 -16
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.d.ts +0 -11
- package/Components/JsonConfigComponent/DeviceManager/JsonConfig.js +0 -94
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.d.ts +0 -10
- package/Components/JsonConfigComponent/DeviceManager/TooltipButton.js +0 -22
- package/Components/JsonConfigComponent/DeviceManager/Utils.d.ts +0 -12
- package/Components/JsonConfigComponent/DeviceManager/Utils.js +0 -158
- package/Components/JsonConfigComponent/DeviceManager/i18n/de.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/en.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/es.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/fr.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/i18n.d.ts +0 -26
- package/Components/JsonConfigComponent/DeviceManager/i18n/it.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/nl.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/pl.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/pt.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/ru.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/uk.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/i18n/zh-cn.json +0 -21
- package/Components/JsonConfigComponent/DeviceManager/index.d.ts +0 -2
- package/Components/JsonConfigComponent/DeviceManager/index.js +0 -10
- package/Components/JsonConfigComponent/DeviceManager/index.js.map +0 -1
- package/Components/JsonConfigComponent/Utils.d.ts +0 -9
- package/Components/JsonConfigComponent/Utils.js +0 -13
- package/Components/JsonConfigComponent/index.d.ts +0 -26
- package/Components/JsonConfigComponent/index.js +0 -520
- package/Components/JsonConfigComponent/index.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/AdminConnection.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/AdminConnection.js +0 -7
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/ColorPicker.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/Icon.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/Icon.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/TextWithIcon.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/UploadImage.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Components/Utils.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Components/Utils.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Confirm.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Cron.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Error.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/Message.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectFile.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js +0 -10
- package/Components/JsonConfigComponent/wrapper/Dialogs/SelectID.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/i18n.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/i18n.js +0 -10
- package/Components/JsonConfigComponent/wrapper/i18n.js.map +0 -1
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.d.ts +0 -2
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js +0 -10
- package/Components/JsonConfigComponent/wrapper/icons/IconCopy.js.map +0 -1
- package/Components/Loader.js.map +0 -1
- package/Components/Loaders/PT.js.map +0 -1
- package/Components/Loaders/Vendor.js.map +0 -1
- package/Components/Logo.js.map +0 -1
- package/Components/MDUtils.js.map +0 -1
- package/Components/Router.js.map +0 -1
- package/Components/SaveCloseButtons.js.map +0 -1
- package/Components/Schedule.js.map +0 -1
- package/Components/SelectWithIcon.js.map +0 -1
- package/Components/SimpleCron/cron2text.js.map +0 -1
- package/Components/SimpleCron/cronText.js.map +0 -1
- package/Components/SimpleCron/index.js.map +0 -1
- package/Components/SimpleCron/jquery.cron.locale.js.map +0 -1
- package/Components/TabContainer.js.map +0 -1
- package/Components/TabContent.js.map +0 -1
- package/Components/TabHeader.js.map +0 -1
- package/Components/TableResize.js.map +0 -1
- package/Components/TextWithIcon.js.map +0 -1
- package/Components/ToggleThemeMenu.js.map +0 -1
- package/Components/UploadImage.js.map +0 -1
- package/Components/Utils.js.map +0 -1
- package/Components/copy-to-clipboard.d.ts +0 -13
- package/Components/copy-to-clipboard.js +0 -156
- package/Components/copy-to-clipboard.js.map +0 -1
- package/Dialogs/ComplexCron.js.map +0 -1
- package/Dialogs/Confirm.js.map +0 -1
- package/Dialogs/Cron.js.map +0 -1
- package/Dialogs/Error.js.map +0 -1
- package/Dialogs/Message.js.map +0 -1
- package/Dialogs/SelectFile.js.map +0 -1
- package/Dialogs/SelectID.js.map +0 -1
- package/Dialogs/SimpleCron.js.map +0 -1
- package/Dialogs/TextInput.js.map +0 -1
- package/GenericApp.js.map +0 -1
- package/LegacyConnection.js.map +0 -1
- package/Prompt.js.map +0 -1
- package/Theme.js.map +0 -1
- package/i18n.js.map +0 -1
- package/icons/IconExpert.js.map +0 -1
package/Components/FileViewer.js
CHANGED
|
@@ -40,7 +40,10 @@ const withWidth_1 = __importDefault(require("./withWidth"));
|
|
|
40
40
|
const Utils_1 = __importDefault(require("./Utils"));
|
|
41
41
|
const Icon_1 = __importDefault(require("./Icon"));
|
|
42
42
|
// File viewer in adapter-react does not use ace editor
|
|
43
|
+
// import * as ace from 'ace-builds';
|
|
44
|
+
// import 'ace-builds/src-noconflict/ext-modelist';
|
|
43
45
|
// import Editor from './Editor';
|
|
46
|
+
// const modelist = ace.require('ace/ext/modelist');
|
|
44
47
|
const styles = {
|
|
45
48
|
dialog: {
|
|
46
49
|
height: '100%',
|
|
@@ -68,7 +71,7 @@ const styles = {
|
|
|
68
71
|
exports.EXTENSIONS = {
|
|
69
72
|
images: ['png', 'jpg', 'svg', 'jpeg', 'bmp', 'gif', 'apng', 'avif', 'webp'],
|
|
70
73
|
code: ['js', 'json', 'json5', 'md'],
|
|
71
|
-
txt: ['log', 'txt', 'html', 'css', 'xml'],
|
|
74
|
+
txt: ['log', 'txt', 'html', 'css', 'xml', 'ics'],
|
|
72
75
|
audio: ['mp3', 'wav', 'ogg', 'acc'],
|
|
73
76
|
video: ['mp4', 'mov', 'avi'],
|
|
74
77
|
};
|
|
@@ -208,7 +211,8 @@ class FileViewer extends react_1.Component {
|
|
|
208
211
|
case 'txt':
|
|
209
212
|
return 'html';
|
|
210
213
|
default:
|
|
211
|
-
|
|
214
|
+
// e.g. ace/mode/text
|
|
215
|
+
return 'text';
|
|
212
216
|
}
|
|
213
217
|
}
|
|
214
218
|
getContent() {
|
|
@@ -224,22 +228,11 @@ class FileViewer extends react_1.Component {
|
|
|
224
228
|
}
|
|
225
229
|
if (this.state.code !== null || this.state.text !== null || this.state.editing) {
|
|
226
230
|
// File viewer in adapter-react does not support write
|
|
227
|
-
// return <
|
|
231
|
+
// return <Editor
|
|
228
232
|
// mode={FileViewer.getEditFile(this.props.formatEditFile)}
|
|
229
|
-
//
|
|
230
|
-
// height="100%"
|
|
231
|
-
// theme={this.props.themeName === 'dark' ? 'clouds_midnight' : 'chrome'}
|
|
233
|
+
// themeType={this.props.themeType}
|
|
232
234
|
// value={this.state.editingValue || this.state.code || this.state.text}
|
|
233
|
-
// onChange={newValue => this.setState({ editingValue: newValue, changed: true })}
|
|
234
|
-
// name="UNIQUE_ID_OF_DIV"
|
|
235
|
-
// readOnly={!this.state.editing}
|
|
236
|
-
// fontSize={14}
|
|
237
|
-
// setOptions={{
|
|
238
|
-
// enableBasicAutocompletion: true,
|
|
239
|
-
// enableLiveAutocompletion: true,
|
|
240
|
-
// enableSnippets: true,
|
|
241
|
-
// }}
|
|
242
|
-
// editorProps={{ $blockScrolling: true }}
|
|
235
|
+
// onChange={this.state.editing ? newValue => this.setState({ editingValue: newValue, changed: true }) : undefined}
|
|
243
236
|
// />;
|
|
244
237
|
return react_1.default.createElement(material_1.TextField, { variant: "standard", className: this.props.classes.textarea, multiline: true, inputProps: { readOnly: !this.state.editing }, value: this.state.editingValue || this.state.code || this.state.text,
|
|
245
238
|
// onChange={newValue => this.setState({ editingValue: newValue, changed: true })}
|
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)(() => {
|