@iobroker/json-config 6.17.15 → 7.0.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/LICENSE +21 -21
- package/build/JsonConfig.d.ts +48 -7
- package/build/JsonConfig.js +14 -15
- package/build/JsonConfig.js.map +1 -1
- package/build/JsonConfigComponent/ChipInput.d.ts +78 -12
- package/build/JsonConfigComponent/ChipInput.js +47 -31
- package/build/JsonConfigComponent/ChipInput.js.map +1 -1
- package/build/JsonConfigComponent/ConfigAccordion.d.ts +21 -3
- package/build/JsonConfigComponent/ConfigAccordion.js +24 -21
- package/build/JsonConfigComponent/ConfigAccordion.js.map +1 -1
- package/build/JsonConfigComponent/ConfigAlive.d.ts +11 -3
- package/build/JsonConfigComponent/ConfigAlive.js +3 -4
- package/build/JsonConfigComponent/ConfigAlive.js.map +1 -1
- package/build/JsonConfigComponent/ConfigAutocomplete.d.ts +6 -3
- package/build/JsonConfigComponent/ConfigAutocomplete.js +2 -8
- package/build/JsonConfigComponent/ConfigAutocomplete.js.map +1 -1
- package/build/JsonConfigComponent/ConfigAutocompleteSendTo.d.ts +12 -3
- package/build/JsonConfigComponent/ConfigAutocompleteSendTo.js +2 -8
- package/build/JsonConfigComponent/ConfigAutocompleteSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCRON.d.ts +13 -14
- package/build/JsonConfigComponent/ConfigCRON.js +9 -23
- package/build/JsonConfigComponent/ConfigCRON.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCertCollection.d.ts +9 -3
- package/build/JsonConfigComponent/ConfigCertCollection.js +2 -9
- package/build/JsonConfigComponent/ConfigCertCollection.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCertificateSelect.d.ts +12 -3
- package/build/JsonConfigComponent/ConfigCertificateSelect.js +2 -8
- package/build/JsonConfigComponent/ConfigCertificateSelect.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCertificates.d.ts +21 -3
- package/build/JsonConfigComponent/ConfigCertificates.js +6 -7
- package/build/JsonConfigComponent/ConfigCertificates.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCheckLicense.d.ts +39 -2
- package/build/JsonConfigComponent/ConfigCheckLicense.js +23 -24
- package/build/JsonConfigComponent/ConfigCheckLicense.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCheckbox.d.ts +6 -4
- package/build/JsonConfigComponent/ConfigCheckbox.js +3 -9
- package/build/JsonConfigComponent/ConfigCheckbox.js.map +1 -1
- package/build/JsonConfigComponent/ConfigChip.d.ts +10 -13
- package/build/JsonConfigComponent/ConfigChip.js +12 -24
- package/build/JsonConfigComponent/ConfigChip.js.map +1 -1
- package/build/JsonConfigComponent/ConfigColor.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCoordinates.d.ts +13 -4
- package/build/JsonConfigComponent/ConfigCoordinates.js +4 -5
- package/build/JsonConfigComponent/ConfigCoordinates.js.map +1 -1
- package/build/JsonConfigComponent/ConfigCustom.d.ts +6 -6
- package/build/JsonConfigComponent/ConfigCustom.js +5 -8
- package/build/JsonConfigComponent/ConfigCustom.js.map +1 -1
- package/build/JsonConfigComponent/ConfigDeviceManager.js +5 -11
- package/build/JsonConfigComponent/ConfigDeviceManager.js.map +1 -1
- package/build/JsonConfigComponent/ConfigFile.d.ts +19 -14
- package/build/JsonConfigComponent/ConfigFile.js +12 -23
- package/build/JsonConfigComponent/ConfigFile.js.map +1 -1
- package/build/JsonConfigComponent/ConfigFileSelector.d.ts +49 -2
- package/build/JsonConfigComponent/ConfigFileSelector.js +29 -37
- package/build/JsonConfigComponent/ConfigFileSelector.js.map +1 -1
- package/build/JsonConfigComponent/ConfigFunc.d.ts +17 -13
- package/build/JsonConfigComponent/ConfigFunc.js +3 -21
- package/build/JsonConfigComponent/ConfigFunc.js.map +1 -1
- package/build/JsonConfigComponent/ConfigGeneric.d.ts +29 -9
- package/build/JsonConfigComponent/ConfigGeneric.js +21 -5
- package/build/JsonConfigComponent/ConfigGeneric.js.map +1 -1
- package/build/JsonConfigComponent/ConfigIP.d.ts +18 -13
- package/build/JsonConfigComponent/ConfigIP.js +6 -22
- package/build/JsonConfigComponent/ConfigIP.js.map +1 -1
- package/build/JsonConfigComponent/ConfigImageSendTo.d.ts +16 -9
- package/build/JsonConfigComponent/ConfigImageSendTo.js +11 -23
- package/build/JsonConfigComponent/ConfigImageSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigImageUpload.d.ts +18 -13
- package/build/JsonConfigComponent/ConfigImageUpload.js +6 -27
- package/build/JsonConfigComponent/ConfigImageUpload.js.map +1 -1
- package/build/JsonConfigComponent/ConfigInstanceSelect.d.ts +19 -13
- package/build/JsonConfigComponent/ConfigInstanceSelect.js +7 -23
- package/build/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -1
- package/build/JsonConfigComponent/ConfigInterface.d.ts +16 -13
- package/build/JsonConfigComponent/ConfigInterface.js +7 -23
- package/build/JsonConfigComponent/ConfigInterface.js.map +1 -1
- package/build/JsonConfigComponent/ConfigJsonEditor.d.ts +14 -12
- package/build/JsonConfigComponent/ConfigJsonEditor.js +11 -23
- package/build/JsonConfigComponent/ConfigJsonEditor.js.map +1 -1
- package/build/JsonConfigComponent/ConfigLanguage.d.ts +15 -3
- package/build/JsonConfigComponent/ConfigLanguage.js +2 -8
- package/build/JsonConfigComponent/ConfigLanguage.js.map +1 -1
- package/build/JsonConfigComponent/ConfigLicense.d.ts +19 -21
- package/build/JsonConfigComponent/ConfigLicense.js +8 -17
- package/build/JsonConfigComponent/ConfigLicense.js.map +1 -1
- package/build/JsonConfigComponent/ConfigNumber.d.ts +15 -3
- package/build/JsonConfigComponent/ConfigNumber.js +3 -4
- package/build/JsonConfigComponent/ConfigNumber.js.map +1 -1
- package/build/JsonConfigComponent/ConfigObjectId.d.ts +14 -16
- package/build/JsonConfigComponent/ConfigObjectId.js +9 -28
- package/build/JsonConfigComponent/ConfigObjectId.js.map +1 -1
- package/build/JsonConfigComponent/ConfigPanel.d.ts +11 -3
- package/build/JsonConfigComponent/ConfigPanel.js +31 -35
- package/build/JsonConfigComponent/ConfigPanel.js.map +1 -1
- package/build/JsonConfigComponent/ConfigPassword.d.ts +16 -13
- package/build/JsonConfigComponent/ConfigPassword.js +10 -23
- package/build/JsonConfigComponent/ConfigPassword.js.map +1 -1
- package/build/JsonConfigComponent/ConfigPattern.d.ts +8 -19
- package/build/JsonConfigComponent/ConfigPattern.js +2 -14
- package/build/JsonConfigComponent/ConfigPattern.js.map +1 -1
- package/build/JsonConfigComponent/ConfigPort.d.ts +23 -3
- package/build/JsonConfigComponent/ConfigPort.js +2 -10
- package/build/JsonConfigComponent/ConfigPort.js.map +1 -1
- package/build/JsonConfigComponent/ConfigRoom.d.ts +17 -13
- package/build/JsonConfigComponent/ConfigRoom.js +4 -22
- package/build/JsonConfigComponent/ConfigRoom.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSelect.d.ts +19 -13
- package/build/JsonConfigComponent/ConfigSelect.js +22 -24
- package/build/JsonConfigComponent/ConfigSelect.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSelectSendTo.d.ts +17 -3
- package/build/JsonConfigComponent/ConfigSelectSendTo.js +7 -7
- package/build/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSendto.d.ts +16 -3
- package/build/JsonConfigComponent/ConfigSendto.js +3 -11
- package/build/JsonConfigComponent/ConfigSendto.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSetState.d.ts +11 -17
- package/build/JsonConfigComponent/ConfigSetState.js +8 -25
- package/build/JsonConfigComponent/ConfigSetState.js.map +1 -1
- package/build/JsonConfigComponent/ConfigSlider.d.ts +14 -13
- package/build/JsonConfigComponent/ConfigSlider.js +8 -21
- package/build/JsonConfigComponent/ConfigSlider.js.map +1 -1
- package/build/JsonConfigComponent/ConfigStaticDivider.d.ts +9 -13
- package/build/JsonConfigComponent/ConfigStaticDivider.js +16 -27
- package/build/JsonConfigComponent/ConfigStaticDivider.js.map +1 -1
- package/build/JsonConfigComponent/ConfigStaticHeader.d.ts +9 -13
- package/build/JsonConfigComponent/ConfigStaticHeader.js +14 -26
- package/build/JsonConfigComponent/ConfigStaticHeader.js.map +1 -1
- package/build/JsonConfigComponent/ConfigStaticImage.d.ts +9 -13
- package/build/JsonConfigComponent/ConfigStaticImage.js +4 -23
- package/build/JsonConfigComponent/ConfigStaticImage.js.map +1 -1
- package/build/JsonConfigComponent/ConfigStaticText.d.ts +9 -13
- package/build/JsonConfigComponent/ConfigStaticText.js +10 -23
- package/build/JsonConfigComponent/ConfigStaticText.js.map +1 -1
- package/build/JsonConfigComponent/ConfigTable.d.ts +54 -3
- package/build/JsonConfigComponent/ConfigTable.js +51 -44
- package/build/JsonConfigComponent/ConfigTable.js.map +1 -1
- package/build/JsonConfigComponent/ConfigTabs.d.ts +9 -3
- package/build/JsonConfigComponent/ConfigTabs.js +17 -8
- package/build/JsonConfigComponent/ConfigTabs.js.map +1 -1
- package/build/JsonConfigComponent/ConfigText.d.ts +13 -3
- package/build/JsonConfigComponent/ConfigText.js +4 -5
- package/build/JsonConfigComponent/ConfigText.js.map +1 -1
- package/build/JsonConfigComponent/ConfigTextSendTo.d.ts +12 -3
- package/build/JsonConfigComponent/ConfigTextSendTo.js +2 -3
- package/build/JsonConfigComponent/ConfigTextSendTo.js.map +1 -1
- package/build/JsonConfigComponent/ConfigTimePicker.js +1 -1
- package/build/JsonConfigComponent/ConfigTimePicker.js.map +1 -1
- package/build/JsonConfigComponent/ConfigTopic.d.ts +10 -16
- package/build/JsonConfigComponent/ConfigTopic.js +5 -31
- package/build/JsonConfigComponent/ConfigTopic.js.map +1 -1
- package/build/JsonConfigComponent/ConfigUser.d.ts +17 -13
- package/build/JsonConfigComponent/ConfigUser.js +7 -23
- package/build/JsonConfigComponent/ConfigUser.js.map +1 -1
- package/build/JsonConfigComponent/index.d.ts +8 -8
- package/build/JsonConfigComponent/index.js +11 -7
- package/build/JsonConfigComponent/index.js.map +1 -1
- package/build/JsonConfigComponent/wrapper/Components/CustomModal.d.ts +22 -2
- package/build/JsonConfigComponent/wrapper/Components/CustomModal.js +14 -46
- package/build/JsonConfigComponent/wrapper/Components/CustomModal.js.map +1 -1
- package/build/JsonConfigComponent/wrapper/Components/Editor.d.ts +13 -2
- package/build/JsonConfigComponent/wrapper/Components/Editor.js +2 -3
- package/build/JsonConfigComponent/wrapper/Components/Editor.js.map +1 -1
- package/build/Utils.d.ts +2 -1
- package/build/Utils.js +31 -0
- package/build/Utils.js.map +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/types.d.ts +658 -0
- package/package.json +26 -25
package/package.json
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@iobroker/json-config",
|
|
3
|
-
"description": "This package contains the ioBroker JSON config UI components",
|
|
4
|
-
"version": "
|
|
5
|
-
"main": "./build/index.js",
|
|
6
|
-
"types": "./build/index.d.ts",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "tsc && tsc-alias",
|
|
9
|
-
"clean": "rimraf build",
|
|
10
|
-
"prepublishOnly": "npm run build",
|
|
11
|
-
"build:ts": "tsc -p tsconfig.json"
|
|
12
|
-
},
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"access": "public"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@iobroker/adapter-react-v5": "^
|
|
18
|
-
"crypto-js": "^4.2.0",
|
|
19
|
-
"react-ace": "^11.0.1"
|
|
20
|
-
},
|
|
21
|
-
"files": [
|
|
22
|
-
"build/",
|
|
23
|
-
"LICENSE"
|
|
24
|
-
]
|
|
25
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@iobroker/json-config",
|
|
3
|
+
"description": "This package contains the ioBroker JSON config UI components",
|
|
4
|
+
"version": "7.0.2",
|
|
5
|
+
"main": "./build/index.js",
|
|
6
|
+
"types": "./build/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsc && tsc-alias && node after_build",
|
|
9
|
+
"clean": "rimraf build",
|
|
10
|
+
"prepublishOnly": "npm run build",
|
|
11
|
+
"build:ts": "tsc -p tsconfig.json"
|
|
12
|
+
},
|
|
13
|
+
"publishConfig": {
|
|
14
|
+
"access": "public"
|
|
15
|
+
},
|
|
16
|
+
"dependencies": {
|
|
17
|
+
"@iobroker/adapter-react-v5": "^6.0.6",
|
|
18
|
+
"crypto-js": "^4.2.0",
|
|
19
|
+
"react-ace": "^11.0.1"
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"build/",
|
|
23
|
+
"LICENSE"
|
|
24
|
+
],
|
|
25
|
+
"gitHead": "bd71b8bbb993fb62d5ec7b52efad8ede4a97f5b9"
|
|
26
|
+
}
|