@iobroker/adapter-react-v5 4.6.6 → 4.6.8
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/Components/IconSelector.js +3 -4
- package/Components/IconSelector.js.map +1 -1
- package/Components/JsonConfigComponent/ChipInput.js +1 -22
- package/Components/JsonConfigComponent/ChipInput.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCheckLicense.js +1 -1
- package/Components/JsonConfigComponent/ConfigCheckLicense.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigColor.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigCoordinates.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigFileSelector.js +15 -29
- package/Components/JsonConfigComponent/ConfigFileSelector.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigFunc.js +5 -9
- package/Components/JsonConfigComponent/ConfigFunc.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigIP.js +3 -2
- package/Components/JsonConfigComponent/ConfigIP.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigImageUpload.js +4 -6
- package/Components/JsonConfigComponent/ConfigImageUpload.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigInstanceSelect.d.ts +1 -1
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js +45 -18
- package/Components/JsonConfigComponent/ConfigInstanceSelect.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigLanguage.js +5 -9
- package/Components/JsonConfigComponent/ConfigLanguage.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigObjectId.js +2 -4
- package/Components/JsonConfigComponent/ConfigObjectId.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPanel.js +13 -15
- package/Components/JsonConfigComponent/ConfigPanel.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPassword.js +10 -13
- package/Components/JsonConfigComponent/ConfigPassword.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigPattern.js +3 -4
- package/Components/JsonConfigComponent/ConfigPattern.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigRoom.js +5 -9
- package/Components/JsonConfigComponent/ConfigRoom.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigSelectSendTo.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigSendto.js +0 -26
- package/Components/JsonConfigComponent/ConfigSendto.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigStaticText.js +0 -33
- package/Components/JsonConfigComponent/ConfigStaticText.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTable.js +149 -79
- package/Components/JsonConfigComponent/ConfigTable.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigTabs.js +2 -0
- package/Components/JsonConfigComponent/ConfigTabs.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigUUID.js.map +1 -1
- package/Components/JsonConfigComponent/ConfigUser.js +3 -2
- package/Components/JsonConfigComponent/ConfigUser.js.map +1 -1
- package/Components/MDUtils.js +4 -4
- package/Components/MDUtils.js.map +1 -1
- package/Components/ObjectBrowser.d.ts +24 -1
- package/Components/ObjectBrowser.js +223 -94
- package/Components/ObjectBrowser.js.map +1 -1
- package/Components/Schedule.js +27 -27
- package/Components/Schedule.js.map +1 -1
- package/Components/SimpleCron/cron2text.js +51 -51
- package/Components/SimpleCron/cron2text.js.map +1 -1
- package/Components/SimpleCron/index.js +190 -187
- package/Components/SimpleCron/index.js.map +1 -1
- package/Components/SimpleCron/jquery.cron.locale.js +10 -10
- package/Components/SimpleCron/jquery.cron.locale.js.map +1 -1
- package/GenericApp.d.ts +4 -4
- package/GenericApp.js +17 -17
- package/GenericApp.js.map +1 -1
- package/LegacyConnection.js +19 -17
- package/LegacyConnection.js.map +1 -1
- package/README.md +6 -0
- package/icons/IconLogout.js.map +1 -1
- package/icons/IconNoIcon.js.map +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -670,6 +670,12 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
|
|
|
670
670
|
-->
|
|
671
671
|
|
|
672
672
|
## Changelog
|
|
673
|
+
### 4.6.8 (2023-10-30)
|
|
674
|
+
* (bluefox) Synced with admin
|
|
675
|
+
|
|
676
|
+
### 4.6.7 (2023-10-19)
|
|
677
|
+
* (bluefox) Added return value for `subscribeOnInstance` for Connection class
|
|
678
|
+
|
|
673
679
|
### 4.6.6 (2023-10-13)
|
|
674
680
|
* (bluefox) Fixed the legacy connection
|
|
675
681
|
|
package/icons/IconLogout.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconLogout.js","names":["_react","_interopRequireDefault","require","_propTypes","IconLogout","props","createElement","onClick","e","viewBox","width","height","xmlns","className","fill","d","propTypes","PropTypes","func","oneOfType","number","string","_default","exports"],"sources":["IconLogout.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconLogoutProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst IconLogout = props => <svg
|
|
1
|
+
{"version":3,"file":"IconLogout.js","names":["_react","_interopRequireDefault","require","_propTypes","IconLogout","props","createElement","onClick","e","viewBox","width","height","xmlns","className","fill","d","propTypes","PropTypes","func","oneOfType","number","string","_default","exports"],"sources":["IconLogout.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconLogoutProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<ExpertIconProps>}\n */\nconst IconLogout = props => <svg\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 512 512\"\n width={props.width || 20}\n height={props.height || props.width || 20}\n xmlns=\"http://www.w3.org/2000/svg\"\n className={props.className}\n>\n <path\n fill=\"currentColor\"\n d=\"M510.371,226.513c-1.088-2.603-2.645-4.971-4.629-6.955l-63.979-63.979c-8.341-8.32-21.824-8.32-30.165,0 c-8.341,8.341-8.341,21.845,0,30.165l27.584,27.584H320.013c-11.797,0-21.333,9.557-21.333,21.333s9.536,21.333,21.333,21.333 h119.168l-27.584,27.584c-8.341,8.341-8.341,21.845,0,30.165c4.16,4.181,9.621,6.251,15.083,6.251s10.923-2.069,15.083-6.251 l63.979-63.979c1.984-1.963,3.541-4.331,4.629-6.955C512.525,237.606,512.525,231.718,510.371,226.513z\"\n />\n <path\n fill=\"currentColor\"\n d=\"M362.68,298.667c-11.797,0-21.333,9.557-21.333,21.333v106.667h-85.333V85.333c0-9.408-6.187-17.728-15.211-20.437\n l-74.091-22.229h174.635v106.667c0,11.776,9.536,21.333,21.333,21.333s21.333-9.557,21.333-21.333v-128\n C384.013,9.557,374.477,0,362.68,0H21.347c-0.768,0-1.451,0.32-2.197,0.405c-1.003,0.107-1.92,0.277-2.88,0.512\n c-2.24,0.576-4.267,1.451-6.165,2.645c-0.469,0.299-1.045,0.32-1.493,0.661C8.44,4.352,8.376,4.587,8.205,4.715\n C5.88,6.549,3.939,8.789,2.531,11.456c-0.299,0.576-0.363,1.195-0.597,1.792c-0.683,1.621-1.429,3.2-1.685,4.992\n c-0.107,0.64,0.085,1.237,0.064,1.856c-0.021,0.427-0.299,0.811-0.299,1.237V448c0,10.176,7.189,18.923,17.152,20.907\n l213.333,42.667c1.387,0.299,2.795,0.427,4.181,0.427c4.885,0,9.685-1.685,13.525-4.843c4.928-4.053,7.808-10.091,7.808-16.491\n v-21.333H362.68c11.797,0,21.333-9.557,21.333-21.333V320C384.013,308.224,374.477,298.667,362.68,298.667z\"\n />\n</svg>;\n\nIconLogout.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string,\n};\n\nexport default IconLogout;\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAF,sBAAA,CAAAC,OAAA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAME,UAAU,GAAG,SAAbA,UAAUA,CAAGC,KAAK;EAAA,oBAAIL,MAAA,YAAAM,aAAA;IACxBC,OAAO,EAAE,SAAAA,QAAAC,CAAC;MAAA,OAAIH,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACC,CAAC,CAAC;IAAA,CAAC;IAChDC,OAAO,EAAC,aAAa;IACrBC,KAAK,EAAEL,KAAK,CAACK,KAAK,IAAI,EAAG;IACzBC,MAAM,EAAEN,KAAK,CAACM,MAAM,IAAIN,KAAK,CAACK,KAAK,IAAI,EAAG;IAC1CE,KAAK,EAAC,4BAA4B;IAClCC,SAAS,EAAER,KAAK,CAACQ;EAAU,gBAE3Bb,MAAA,YAAAM,aAAA;IACIQ,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAA8b,CACnc,CAAC,eACFf,MAAA,YAAAM,aAAA;IACIQ,IAAI,EAAC,cAAc;IACnBC,CAAC,EAAC;EAOsG,CAC3G,CACA,CAAC;AAAA;AAENX,UAAU,CAACY,SAAS,GAAG;EACnBT,OAAO,EAAEU,qBAAS,CAACC,IAAI;EACvBR,KAAK,EAAEO,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEV,MAAM,EAAEM,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjER,SAAS,EAAEI,qBAAS,CAACI;AACzB,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,cAEanB,UAAU"}
|
package/icons/IconNoIcon.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconNoIcon.js","names":["_react","_interopRequireDefault","require","_propTypes","IconNoIcon","props","createElement","onClick","e","viewBox","width","height","xmlns","className","fill","d","propTypes","PropTypes","func","oneOfType","number","string","_default","exports"],"sources":["IconNoIcon.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconNoIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconNoIconProps>}\n */\nconst IconNoIcon = props => <svg
|
|
1
|
+
{"version":3,"file":"IconNoIcon.js","names":["_react","_interopRequireDefault","require","_propTypes","IconNoIcon","props","createElement","onClick","e","viewBox","width","height","xmlns","className","fill","d","propTypes","PropTypes","func","oneOfType","number","string","_default","exports"],"sources":["IconNoIcon.js"],"sourcesContent":["import React from 'react';\nimport PropTypes from 'prop-types';\n\n/**\n * @typedef {object} IconNoIconProps\n * @property {number} [width] The width in pixels of the icon.\n * @property {number} [height] The height in pixels of the icon.\n * @property {(e: React.MouseEvent) => void} [onClick] Click handler.\n * @property {string} [className] The class name for the SVG element.\n *\n * @extends {React.Component<IconNoIconProps>}\n */\nconst IconNoIcon = props => <svg\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 512 512\"\n width={props.width || 20}\n height={props.height || props.width || 20}\n xmlns=\"http://www.w3.org/2000/svg\"\n className={props.className}\n>\n <path\n fill=\"#EE3333\"\n d=\"M256,0C114.844,0,0,114.844,0,256s114.844,256,256,256s256-114.844,256-256S397.156,0,256,0z M256,448 c-105.865,0-192-86.135-192-192c0-40.406,12.25-78.604,35.542-111.198l267.656,267.656C334.604,435.75,296.406,448,256,448z M412.458,367.198L144.802,99.542C177.396,76.25,215.594,64,256,64c105.865,0,192,86.135,192,192 C448,296.406,435.75,334.604,412.458,367.198z\"\n />\n</svg>;\n\nIconNoIcon.propTypes = {\n onClick: PropTypes.func,\n width: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n height: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),\n className: PropTypes.string,\n};\n\nexport default IconNoIcon;\n"],"mappings":";;;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,UAAA,GAAAF,sBAAA,CAAAC,OAAA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAME,UAAU,GAAG,SAAbA,UAAUA,CAAGC,KAAK;EAAA,oBAAIL,MAAA,YAAAM,aAAA;IACxBC,OAAO,EAAE,SAAAA,QAAAC,CAAC;MAAA,OAAIH,KAAK,CAACE,OAAO,IAAIF,KAAK,CAACE,OAAO,CAACC,CAAC,CAAC;IAAA,CAAC;IAChDC,OAAO,EAAC,aAAa;IACrBC,KAAK,EAAEL,KAAK,CAACK,KAAK,IAAI,EAAG;IACzBC,MAAM,EAAEN,KAAK,CAACM,MAAM,IAAIN,KAAK,CAACK,KAAK,IAAI,EAAG;IAC1CE,KAAK,EAAC,4BAA4B;IAClCC,SAAS,EAAER,KAAK,CAACQ;EAAU,gBAE3Bb,MAAA,YAAAM,aAAA;IACIQ,IAAI,EAAC,SAAS;IACdC,CAAC,EAAC;EAAsW,CAC3W,CACA,CAAC;AAAA;AAENX,UAAU,CAACY,SAAS,GAAG;EACnBT,OAAO,EAAEU,qBAAS,CAACC,IAAI;EACvBR,KAAK,EAAEO,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EAChEV,MAAM,EAAEM,qBAAS,CAACE,SAAS,CAAC,CAACF,qBAAS,CAACG,MAAM,EAAEH,qBAAS,CAACI,MAAM,CAAC,CAAC;EACjER,SAAS,EAAEI,qBAAS,CAACI;AACzB,CAAC;AAAC,IAAAC,QAAA,GAAAC,OAAA,cAEanB,UAAU"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/adapter-react-v5",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.8",
|
|
4
4
|
"description": "React classes to develop admin interfaces for ioBroker with react.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Denis Haev (bluefox)",
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@emotion/react": "^11.11.1",
|
|
31
31
|
"@emotion/styled": "^11.11.0",
|
|
32
|
-
"@iobroker/socket-client": "
|
|
33
|
-
"@mui/icons-material": "
|
|
34
|
-
"@mui/material": "
|
|
35
|
-
"@mui/styles": "
|
|
36
|
-
"@mui/x-date-pickers": "6.
|
|
37
|
-
"@sentry/browser": "^7.
|
|
38
|
-
"@sentry/integrations": "^7.
|
|
32
|
+
"@iobroker/socket-client": "2.3.11",
|
|
33
|
+
"@mui/icons-material": "5.14.15",
|
|
34
|
+
"@mui/material": "5.14.14",
|
|
35
|
+
"@mui/styles": "5.14.14",
|
|
36
|
+
"@mui/x-date-pickers": "6.17.0",
|
|
37
|
+
"@sentry/browser": "^7.76.0",
|
|
38
|
+
"@sentry/integrations": "^7.76.0",
|
|
39
39
|
"@types/iobroker": "^4.0.5",
|
|
40
40
|
"react-color": "^2.19.3",
|
|
41
41
|
"react-colorful": "^5.6.1",
|