@iobroker/adapter-react-v5 4.13.3 → 4.13.5
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 +165 -104
- 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 +845 -841
- 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 +1 -1
- 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
|
@@ -37,311 +37,311 @@ const Utils_1 = __importDefault(require("./Utils"));
|
|
|
37
37
|
const i18n_1 = __importDefault(require("../i18n"));
|
|
38
38
|
const Icon_1 = __importDefault(require("./Icon"));
|
|
39
39
|
// import 'cropperjs/dist/cropper.css';
|
|
40
|
-
const cropperStyles = `
|
|
41
|
-
/*!
|
|
42
|
-
* Cropper.js v1.5.12
|
|
43
|
-
* https://fengyuanchen.github.io/cropperjs
|
|
44
|
-
*
|
|
45
|
-
* Copyright 2015-present Chen Fengyuan
|
|
46
|
-
* Released under the MIT license
|
|
47
|
-
*
|
|
48
|
-
* Date: 2021-06-12T08:00:11.623Z
|
|
49
|
-
*/
|
|
50
|
-
|
|
51
|
-
.cropper-container {
|
|
52
|
-
direction: ltr;
|
|
53
|
-
font-size: 0;
|
|
54
|
-
line-height: 0;
|
|
55
|
-
position: relative;
|
|
56
|
-
-ms-touch-action: none;
|
|
57
|
-
touch-action: none;
|
|
58
|
-
-webkit-user-select: none;
|
|
59
|
-
-moz-user-select: none;
|
|
60
|
-
-ms-user-select: none;
|
|
61
|
-
user-select: none;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.cropper-container img {
|
|
65
|
-
display: block;
|
|
66
|
-
height: 100%;
|
|
67
|
-
image-orientation: 0deg;
|
|
68
|
-
max-height: none !important;
|
|
69
|
-
max-width: none !important;
|
|
70
|
-
min-height: 0 !important;
|
|
71
|
-
min-width: 0 !important;
|
|
72
|
-
width: 100%;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.cropper-wrap-box,
|
|
76
|
-
.cropper-canvas,
|
|
77
|
-
.cropper-drag-box,
|
|
78
|
-
.cropper-crop-box,
|
|
79
|
-
.cropper-modal {
|
|
80
|
-
bottom: 0;
|
|
81
|
-
left: 0;
|
|
82
|
-
position: absolute;
|
|
83
|
-
right: 0;
|
|
84
|
-
top: 0;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.cropper-wrap-box,
|
|
88
|
-
.cropper-canvas {
|
|
89
|
-
overflow: hidden;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.cropper-drag-box {
|
|
93
|
-
background-color: #fff;
|
|
94
|
-
opacity: 0;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.cropper-modal {
|
|
98
|
-
background-color: #000;
|
|
99
|
-
opacity: 0.5;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.cropper-view-box {
|
|
103
|
-
display: block;
|
|
104
|
-
height: 100%;
|
|
105
|
-
outline: 1px solid #39f;
|
|
106
|
-
outline-color: rgba(51, 153, 255, 0.75);
|
|
107
|
-
overflow: hidden;
|
|
108
|
-
width: 100%;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
.cropper-dashed {
|
|
112
|
-
border: 0 dashed #eee;
|
|
113
|
-
display: block;
|
|
114
|
-
opacity: 0.5;
|
|
115
|
-
position: absolute;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.cropper-dashed.dashed-h {
|
|
119
|
-
border-bottom-width: 1px;
|
|
120
|
-
border-top-width: 1px;
|
|
121
|
-
height: calc(100% / 3);
|
|
122
|
-
left: 0;
|
|
123
|
-
top: calc(100% / 3);
|
|
124
|
-
width: 100%;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.cropper-dashed.dashed-v {
|
|
128
|
-
border-left-width: 1px;
|
|
129
|
-
border-right-width: 1px;
|
|
130
|
-
height: 100%;
|
|
131
|
-
left: calc(100% / 3);
|
|
132
|
-
top: 0;
|
|
133
|
-
width: calc(100% / 3);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.cropper-center {
|
|
137
|
-
display: block;
|
|
138
|
-
height: 0;
|
|
139
|
-
left: 50%;
|
|
140
|
-
opacity: 0.75;
|
|
141
|
-
position: absolute;
|
|
142
|
-
top: 50%;
|
|
143
|
-
width: 0;
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
.cropper-center::before,
|
|
147
|
-
.cropper-center::after {
|
|
148
|
-
background-color: #eee;
|
|
149
|
-
content: ' ';
|
|
150
|
-
display: block;
|
|
151
|
-
position: absolute;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.cropper-center::before {
|
|
155
|
-
height: 1px;
|
|
156
|
-
left: -3px;
|
|
157
|
-
top: 0;
|
|
158
|
-
width: 7px;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.cropper-center::after {
|
|
162
|
-
height: 7px;
|
|
163
|
-
left: 0;
|
|
164
|
-
top: -3px;
|
|
165
|
-
width: 1px;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.cropper-face,
|
|
169
|
-
.cropper-line,
|
|
170
|
-
.cropper-point {
|
|
171
|
-
display: block;
|
|
172
|
-
height: 100%;
|
|
173
|
-
opacity: 0.1;
|
|
174
|
-
position: absolute;
|
|
175
|
-
width: 100%;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.cropper-face {
|
|
179
|
-
background-color: #fff;
|
|
180
|
-
left: 0;
|
|
181
|
-
top: 0;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.cropper-line {
|
|
185
|
-
background-color: #39f;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.cropper-line.line-e {
|
|
189
|
-
cursor: ew-resize;
|
|
190
|
-
right: -3px;
|
|
191
|
-
top: 0;
|
|
192
|
-
width: 5px;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.cropper-line.line-n {
|
|
196
|
-
cursor: ns-resize;
|
|
197
|
-
height: 5px;
|
|
198
|
-
left: 0;
|
|
199
|
-
top: -3px;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
.cropper-line.line-w {
|
|
203
|
-
cursor: ew-resize;
|
|
204
|
-
left: -3px;
|
|
205
|
-
top: 0;
|
|
206
|
-
width: 5px;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.cropper-line.line-s {
|
|
210
|
-
bottom: -3px;
|
|
211
|
-
cursor: ns-resize;
|
|
212
|
-
height: 5px;
|
|
213
|
-
left: 0;
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
.cropper-point {
|
|
217
|
-
background-color: #39f;
|
|
218
|
-
height: 5px;
|
|
219
|
-
opacity: 0.75;
|
|
220
|
-
width: 5px;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.cropper-point.point-e {
|
|
224
|
-
cursor: ew-resize;
|
|
225
|
-
margin-top: -3px;
|
|
226
|
-
right: -3px;
|
|
227
|
-
top: 50%;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.cropper-point.point-n {
|
|
231
|
-
cursor: ns-resize;
|
|
232
|
-
left: 50%;
|
|
233
|
-
margin-left: -3px;
|
|
234
|
-
top: -3px;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.cropper-point.point-w {
|
|
238
|
-
cursor: ew-resize;
|
|
239
|
-
left: -3px;
|
|
240
|
-
margin-top: -3px;
|
|
241
|
-
top: 50%;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
.cropper-point.point-s {
|
|
245
|
-
bottom: -3px;
|
|
246
|
-
cursor: s-resize;
|
|
247
|
-
left: 50%;
|
|
248
|
-
margin-left: -3px;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.cropper-point.point-ne {
|
|
252
|
-
cursor: nesw-resize;
|
|
253
|
-
right: -3px;
|
|
254
|
-
top: -3px;
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.cropper-point.point-nw {
|
|
258
|
-
cursor: nwse-resize;
|
|
259
|
-
left: -3px;
|
|
260
|
-
top: -3px;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.cropper-point.point-sw {
|
|
264
|
-
bottom: -3px;
|
|
265
|
-
cursor: nesw-resize;
|
|
266
|
-
left: -3px;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.cropper-point.point-se {
|
|
270
|
-
bottom: -3px;
|
|
271
|
-
cursor: nwse-resize;
|
|
272
|
-
height: 20px;
|
|
273
|
-
opacity: 1;
|
|
274
|
-
right: -3px;
|
|
275
|
-
width: 20px;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
@media (min-width: 768px) {
|
|
279
|
-
.cropper-point.point-se {
|
|
280
|
-
height: 15px;
|
|
281
|
-
width: 15px;
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
@media (min-width: 992px) {
|
|
286
|
-
.cropper-point.point-se {
|
|
287
|
-
height: 10px;
|
|
288
|
-
width: 10px;
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
@media (min-width: 1200px) {
|
|
293
|
-
.cropper-point.point-se {
|
|
294
|
-
height: 5px;
|
|
295
|
-
opacity: 0.75;
|
|
296
|
-
width: 5px;
|
|
297
|
-
}
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.cropper-point.point-se::before {
|
|
301
|
-
background-color: #39f;
|
|
302
|
-
bottom: -50%;
|
|
303
|
-
content: ' ';
|
|
304
|
-
display: block;
|
|
305
|
-
height: 200%;
|
|
306
|
-
opacity: 0;
|
|
307
|
-
position: absolute;
|
|
308
|
-
right: -50%;
|
|
309
|
-
width: 200%;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.cropper-invisible {
|
|
313
|
-
opacity: 0;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.cropper-bg {
|
|
317
|
-
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.cropper-hide {
|
|
321
|
-
display: block;
|
|
322
|
-
height: 0;
|
|
323
|
-
position: absolute;
|
|
324
|
-
width: 0;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.cropper-hidden {
|
|
328
|
-
display: none !important;
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.cropper-move {
|
|
332
|
-
cursor: move;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.cropper-crop {
|
|
336
|
-
cursor: crosshair;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
.cropper-disabled .cropper-drag-box,
|
|
340
|
-
.cropper-disabled .cropper-face,
|
|
341
|
-
.cropper-disabled .cropper-line,
|
|
342
|
-
.cropper-disabled .cropper-point {
|
|
343
|
-
cursor: not-allowed;
|
|
344
|
-
}
|
|
40
|
+
const cropperStyles = `
|
|
41
|
+
/*!
|
|
42
|
+
* Cropper.js v1.5.12
|
|
43
|
+
* https://fengyuanchen.github.io/cropperjs
|
|
44
|
+
*
|
|
45
|
+
* Copyright 2015-present Chen Fengyuan
|
|
46
|
+
* Released under the MIT license
|
|
47
|
+
*
|
|
48
|
+
* Date: 2021-06-12T08:00:11.623Z
|
|
49
|
+
*/
|
|
50
|
+
|
|
51
|
+
.cropper-container {
|
|
52
|
+
direction: ltr;
|
|
53
|
+
font-size: 0;
|
|
54
|
+
line-height: 0;
|
|
55
|
+
position: relative;
|
|
56
|
+
-ms-touch-action: none;
|
|
57
|
+
touch-action: none;
|
|
58
|
+
-webkit-user-select: none;
|
|
59
|
+
-moz-user-select: none;
|
|
60
|
+
-ms-user-select: none;
|
|
61
|
+
user-select: none;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.cropper-container img {
|
|
65
|
+
display: block;
|
|
66
|
+
height: 100%;
|
|
67
|
+
image-orientation: 0deg;
|
|
68
|
+
max-height: none !important;
|
|
69
|
+
max-width: none !important;
|
|
70
|
+
min-height: 0 !important;
|
|
71
|
+
min-width: 0 !important;
|
|
72
|
+
width: 100%;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.cropper-wrap-box,
|
|
76
|
+
.cropper-canvas,
|
|
77
|
+
.cropper-drag-box,
|
|
78
|
+
.cropper-crop-box,
|
|
79
|
+
.cropper-modal {
|
|
80
|
+
bottom: 0;
|
|
81
|
+
left: 0;
|
|
82
|
+
position: absolute;
|
|
83
|
+
right: 0;
|
|
84
|
+
top: 0;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.cropper-wrap-box,
|
|
88
|
+
.cropper-canvas {
|
|
89
|
+
overflow: hidden;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.cropper-drag-box {
|
|
93
|
+
background-color: #fff;
|
|
94
|
+
opacity: 0;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.cropper-modal {
|
|
98
|
+
background-color: #000;
|
|
99
|
+
opacity: 0.5;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.cropper-view-box {
|
|
103
|
+
display: block;
|
|
104
|
+
height: 100%;
|
|
105
|
+
outline: 1px solid #39f;
|
|
106
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
107
|
+
overflow: hidden;
|
|
108
|
+
width: 100%;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.cropper-dashed {
|
|
112
|
+
border: 0 dashed #eee;
|
|
113
|
+
display: block;
|
|
114
|
+
opacity: 0.5;
|
|
115
|
+
position: absolute;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.cropper-dashed.dashed-h {
|
|
119
|
+
border-bottom-width: 1px;
|
|
120
|
+
border-top-width: 1px;
|
|
121
|
+
height: calc(100% / 3);
|
|
122
|
+
left: 0;
|
|
123
|
+
top: calc(100% / 3);
|
|
124
|
+
width: 100%;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.cropper-dashed.dashed-v {
|
|
128
|
+
border-left-width: 1px;
|
|
129
|
+
border-right-width: 1px;
|
|
130
|
+
height: 100%;
|
|
131
|
+
left: calc(100% / 3);
|
|
132
|
+
top: 0;
|
|
133
|
+
width: calc(100% / 3);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.cropper-center {
|
|
137
|
+
display: block;
|
|
138
|
+
height: 0;
|
|
139
|
+
left: 50%;
|
|
140
|
+
opacity: 0.75;
|
|
141
|
+
position: absolute;
|
|
142
|
+
top: 50%;
|
|
143
|
+
width: 0;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.cropper-center::before,
|
|
147
|
+
.cropper-center::after {
|
|
148
|
+
background-color: #eee;
|
|
149
|
+
content: ' ';
|
|
150
|
+
display: block;
|
|
151
|
+
position: absolute;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.cropper-center::before {
|
|
155
|
+
height: 1px;
|
|
156
|
+
left: -3px;
|
|
157
|
+
top: 0;
|
|
158
|
+
width: 7px;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.cropper-center::after {
|
|
162
|
+
height: 7px;
|
|
163
|
+
left: 0;
|
|
164
|
+
top: -3px;
|
|
165
|
+
width: 1px;
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
.cropper-face,
|
|
169
|
+
.cropper-line,
|
|
170
|
+
.cropper-point {
|
|
171
|
+
display: block;
|
|
172
|
+
height: 100%;
|
|
173
|
+
opacity: 0.1;
|
|
174
|
+
position: absolute;
|
|
175
|
+
width: 100%;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.cropper-face {
|
|
179
|
+
background-color: #fff;
|
|
180
|
+
left: 0;
|
|
181
|
+
top: 0;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
.cropper-line {
|
|
185
|
+
background-color: #39f;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.cropper-line.line-e {
|
|
189
|
+
cursor: ew-resize;
|
|
190
|
+
right: -3px;
|
|
191
|
+
top: 0;
|
|
192
|
+
width: 5px;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.cropper-line.line-n {
|
|
196
|
+
cursor: ns-resize;
|
|
197
|
+
height: 5px;
|
|
198
|
+
left: 0;
|
|
199
|
+
top: -3px;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.cropper-line.line-w {
|
|
203
|
+
cursor: ew-resize;
|
|
204
|
+
left: -3px;
|
|
205
|
+
top: 0;
|
|
206
|
+
width: 5px;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.cropper-line.line-s {
|
|
210
|
+
bottom: -3px;
|
|
211
|
+
cursor: ns-resize;
|
|
212
|
+
height: 5px;
|
|
213
|
+
left: 0;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.cropper-point {
|
|
217
|
+
background-color: #39f;
|
|
218
|
+
height: 5px;
|
|
219
|
+
opacity: 0.75;
|
|
220
|
+
width: 5px;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.cropper-point.point-e {
|
|
224
|
+
cursor: ew-resize;
|
|
225
|
+
margin-top: -3px;
|
|
226
|
+
right: -3px;
|
|
227
|
+
top: 50%;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
.cropper-point.point-n {
|
|
231
|
+
cursor: ns-resize;
|
|
232
|
+
left: 50%;
|
|
233
|
+
margin-left: -3px;
|
|
234
|
+
top: -3px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.cropper-point.point-w {
|
|
238
|
+
cursor: ew-resize;
|
|
239
|
+
left: -3px;
|
|
240
|
+
margin-top: -3px;
|
|
241
|
+
top: 50%;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
.cropper-point.point-s {
|
|
245
|
+
bottom: -3px;
|
|
246
|
+
cursor: s-resize;
|
|
247
|
+
left: 50%;
|
|
248
|
+
margin-left: -3px;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.cropper-point.point-ne {
|
|
252
|
+
cursor: nesw-resize;
|
|
253
|
+
right: -3px;
|
|
254
|
+
top: -3px;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.cropper-point.point-nw {
|
|
258
|
+
cursor: nwse-resize;
|
|
259
|
+
left: -3px;
|
|
260
|
+
top: -3px;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.cropper-point.point-sw {
|
|
264
|
+
bottom: -3px;
|
|
265
|
+
cursor: nesw-resize;
|
|
266
|
+
left: -3px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.cropper-point.point-se {
|
|
270
|
+
bottom: -3px;
|
|
271
|
+
cursor: nwse-resize;
|
|
272
|
+
height: 20px;
|
|
273
|
+
opacity: 1;
|
|
274
|
+
right: -3px;
|
|
275
|
+
width: 20px;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
@media (min-width: 768px) {
|
|
279
|
+
.cropper-point.point-se {
|
|
280
|
+
height: 15px;
|
|
281
|
+
width: 15px;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
@media (min-width: 992px) {
|
|
286
|
+
.cropper-point.point-se {
|
|
287
|
+
height: 10px;
|
|
288
|
+
width: 10px;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
@media (min-width: 1200px) {
|
|
293
|
+
.cropper-point.point-se {
|
|
294
|
+
height: 5px;
|
|
295
|
+
opacity: 0.75;
|
|
296
|
+
width: 5px;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.cropper-point.point-se::before {
|
|
301
|
+
background-color: #39f;
|
|
302
|
+
bottom: -50%;
|
|
303
|
+
content: ' ';
|
|
304
|
+
display: block;
|
|
305
|
+
height: 200%;
|
|
306
|
+
opacity: 0;
|
|
307
|
+
position: absolute;
|
|
308
|
+
right: -50%;
|
|
309
|
+
width: 200%;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.cropper-invisible {
|
|
313
|
+
opacity: 0;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.cropper-bg {
|
|
317
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.cropper-hide {
|
|
321
|
+
display: block;
|
|
322
|
+
height: 0;
|
|
323
|
+
position: absolute;
|
|
324
|
+
width: 0;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.cropper-hidden {
|
|
328
|
+
display: none !important;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.cropper-move {
|
|
332
|
+
cursor: move;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.cropper-crop {
|
|
336
|
+
cursor: crosshair;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.cropper-disabled .cropper-drag-box,
|
|
340
|
+
.cropper-disabled .cropper-face,
|
|
341
|
+
.cropper-disabled .cropper-line,
|
|
342
|
+
.cropper-disabled .cropper-point {
|
|
343
|
+
cursor: not-allowed;
|
|
344
|
+
}
|
|
345
345
|
`;
|
|
346
346
|
const styles = {
|
|
347
347
|
dropZone: {
|