@iobroker/adapter-react-v5 7.4.21 → 7.5.0
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 +22 -22
- package/build/AdminConnection.js.map +1 -1
- package/build/Components/404.js +13 -13
- package/build/Components/404.js.map +1 -1
- package/build/Components/ColorPicker.js.map +1 -1
- package/build/Components/ComplexCron.js.map +1 -1
- package/build/Components/CopyToClipboard.js.map +1 -1
- package/build/Components/CustomModal.js.map +1 -1
- package/build/Components/FileBrowser.js +1 -1
- package/build/Components/FileBrowser.js.map +1 -1
- package/build/Components/FileViewer.js.map +1 -1
- package/build/Components/Icon.js.map +1 -1
- package/build/Components/IconPicker.js.map +1 -1
- package/build/Components/IconSelector.js.map +1 -1
- package/build/Components/IobUri.js.map +1 -1
- package/build/Components/Loader.js +223 -223
- package/build/Components/Loader.js.map +1 -1
- package/build/Components/Loaders/MV.js.map +1 -1
- package/build/Components/Loaders/PT.js +103 -103
- package/build/Components/Loaders/PT.js.map +1 -1
- package/build/Components/Loaders/Vendor.js +7 -7
- package/build/Components/Loaders/Vendor.js.map +1 -1
- package/build/Components/MDUtils.js.map +1 -1
- package/build/Components/ObjectBrowser.d.ts +11 -0
- package/build/Components/ObjectBrowser.js +172 -11
- package/build/Components/ObjectBrowser.js.map +1 -1
- package/build/Components/Router.js.map +1 -1
- package/build/Components/SaveCloseButtons.js.map +1 -1
- package/build/Components/Schedule.js.map +1 -1
- package/build/Components/SelectWithIcon.js.map +1 -1
- package/build/Components/SimpleCron/cronText.js.map +1 -1
- package/build/Components/SimpleCron/index.js.map +1 -1
- package/build/Components/TabContainer.js.map +1 -1
- package/build/Components/TabContent.js.map +1 -1
- package/build/Components/TabHeader.js.map +1 -1
- package/build/Components/TableResize.js.map +1 -1
- package/build/Components/TextWithIcon.js.map +1 -1
- package/build/Components/ToggleThemeMenu.js.map +1 -1
- package/build/Components/TreeTable.js.map +1 -1
- package/build/Components/UploadImage.js +305 -305
- package/build/Components/UploadImage.js.map +1 -1
- package/build/Components/withWidth.js.map +1 -1
- package/build/Connection.js.map +1 -1
- package/build/Dialogs/ComplexCron.js.map +1 -1
- package/build/Dialogs/Confirm.js.map +1 -1
- package/build/Dialogs/Cron.js.map +1 -1
- package/build/Dialogs/Error.js.map +1 -1
- package/build/Dialogs/Message.js.map +1 -1
- package/build/Dialogs/SelectFile.js.map +1 -1
- package/build/Dialogs/SimpleCron.js.map +1 -1
- package/build/Dialogs/TextInput.d.ts +1 -1
- package/build/Dialogs/TextInput.js.map +1 -1
- package/build/GenericApp.js.map +1 -1
- package/build/LegacyConnection.d.ts +4 -46
- package/build/LegacyConnection.js.map +1 -1
- package/build/Prompt.js +7 -7
- package/build/Prompt.js.map +1 -1
- package/build/Theme.js +6 -6
- package/build/Theme.js.map +1 -1
- package/build/assets/devices/parseNames.js.map +1 -1
- package/build/assets/devices.json +1 -1
- package/build/assets/lamp_ceiling.svg +8 -8
- package/build/assets/lamp_table.svg +7 -7
- package/build/assets/no_icon.svg +9 -9
- package/build/assets/rooms/parseNames.js.map +1 -1
- package/build/assets/rooms.json +1 -1
- package/build/dictionary.js.map +1 -1
- package/build/i18n/de.json +11 -0
- package/build/i18n/en.json +11 -0
- package/build/i18n/es.json +11 -0
- package/build/i18n/fr.json +11 -0
- package/build/i18n/it.json +11 -0
- package/build/i18n/nl.json +11 -0
- package/build/i18n/pl.json +11 -0
- package/build/i18n/pt.json +11 -0
- package/build/i18n/ru.json +11 -0
- package/build/i18n/uk.json +11 -0
- package/build/i18n/zh-cn.json +11 -0
- package/build/i18n.js.map +1 -1
- package/build/icons/IconAdapter.js.map +1 -1
- package/build/icons/IconAlias.js.map +1 -1
- package/build/icons/IconButtonImage.js.map +1 -1
- package/build/icons/IconChannel.js.map +1 -1
- package/build/icons/IconClearFilter.js.map +1 -1
- package/build/icons/IconClosed.js.map +1 -1
- package/build/icons/IconCopy.js.map +1 -1
- package/build/icons/IconDevice.js.map +1 -1
- package/build/icons/IconDocument.js.map +1 -1
- package/build/icons/IconDocumentReadOnly.js.map +1 -1
- package/build/icons/IconExpert.js.map +1 -1
- package/build/icons/IconFx.js +1 -1
- package/build/icons/IconFx.js.map +1 -1
- package/build/icons/IconInstance.js.map +1 -1
- package/build/icons/IconLogout.js +1 -1
- package/build/icons/IconLogout.js.map +1 -1
- package/build/icons/IconNoIcon.js.map +1 -1
- package/build/icons/IconOpen.js.map +1 -1
- package/build/icons/IconProps.js.map +1 -1
- package/build/icons/IconState.js.map +1 -1
- package/build/icons/IconVacuum.js.map +1 -1
- package/build/index.css +56 -56
- package/build/index.js.map +1 -1
- package/craco-module-federation.js +62 -62
- package/i18n/de.json +11 -0
- package/i18n/en.json +11 -0
- package/i18n/es.json +11 -0
- package/i18n/fr.json +11 -0
- package/i18n/it.json +11 -0
- package/i18n/nl.json +11 -0
- package/i18n/pl.json +11 -0
- package/i18n/pt.json +11 -0
- package/i18n/ru.json +11 -0
- package/i18n/uk.json +11 -0
- package/i18n/zh-cn.json +11 -0
- package/index.css +56 -56
- package/modulefederation.admin.config.js +33 -33
- package/package.json +14 -15
- package/tasksExample.js +91 -91
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconNoIcon.js","sourceRoot":"./src/","sources":["icons/IconNoIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAgB,EAAqB,EAAE,CAAC,CAC/D,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,sWAAsW,GAC1W,CACA,CACT,CAAC","sourcesContent":["import React from 'react';\nimport { type IconProps } from './IconProps';\n\nexport const IconNoIcon = (props: IconProps): React.JSX.Element => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 512 512\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\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);\n"]}
|
|
1
|
+
{"version":3,"file":"IconNoIcon.js","sourceRoot":"./src/","sources":["icons/IconNoIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAgB,EAAqB,EAAE,CAAC,CAC/D,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,sWAAsW,GAC1W,CACA,CACT,CAAC","sourcesContent":["import React from 'react';\r\nimport { type IconProps } from './IconProps';\r\n\r\nexport const IconNoIcon = (props: IconProps): React.JSX.Element => (\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n onClick={e => props.onClick && props.onClick(e)}\r\n viewBox=\"0 0 512 512\"\r\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n className={props.className}\r\n style={props.style}\r\n >\r\n <path\r\n fill=\"#EE3333\"\r\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\"\r\n />\r\n </svg>\r\n);\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconOpen.js","sourceRoot":"./src/","sources":["icons/IconOpen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,2HAA2H;AAC3H,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAgB,EAAe,EAAE,CAAC,CACvD,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,uYAAuY,GAC3Y,CACA,CACT,CAAC","sourcesContent":["import React, { type JSX } from 'react';\nimport { type IconProps } from './IconProps';\n\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\nexport const IconOpen = (props: IconProps): JSX.Element => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 650 512\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n d=\"m631.75617,292.093l-72.424,124.155a63.997,63.997 0 0 1 -55.281,31.752l-399.964,0c-18.523,0 -30.064,-20.093 -20.731,-36.093l72.424,-124.155a64,64 0 0 1 55.282,-31.752l399.964,0c18.523,0 30.064,20.093 20.73,36.093zm-420.694,-68.093l328,0l0,-48c0,-26.51 -21.49,-48 -48,-48l-160,0l-64,-64l-160,0c-26.51,0 -48,21.49 -48,48l0,278.046l69.077,-118.418c17.137,-29.378 48.912,-47.628 82.923,-47.628z\"\n />\n </svg>\n);\n"]}
|
|
1
|
+
{"version":3,"file":"IconOpen.js","sourceRoot":"./src/","sources":["icons/IconOpen.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,2HAA2H;AAC3H,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,KAAgB,EAAe,EAAE,CAAC,CACvD,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,uYAAuY,GAC3Y,CACA,CACT,CAAC","sourcesContent":["import React, { type JSX } from 'react';\r\nimport { type IconProps } from './IconProps';\r\n\r\n// Icon copied from https://github.com/FortAwesome/Font-Awesome/blob/0d1f27efb836eb2ab994ba37221849ed64a73e5c/svgs/regular/\r\nexport const IconOpen = (props: IconProps): JSX.Element => (\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n onClick={e => props.onClick && props.onClick(e)}\r\n viewBox=\"0 0 650 512\"\r\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n className={props.className}\r\n style={props.style}\r\n >\r\n <path\r\n fill=\"currentColor\"\r\n d=\"m631.75617,292.093l-72.424,124.155a63.997,63.997 0 0 1 -55.281,31.752l-399.964,0c-18.523,0 -30.064,-20.093 -20.731,-36.093l72.424,-124.155a64,64 0 0 1 55.282,-31.752l399.964,0c18.523,0 30.064,20.093 20.73,36.093zm-420.694,-68.093l328,0l0,-48c0,-26.51 -21.49,-48 -48,-48l-160,0l-64,-64l-160,0c-26.51,0 -48,21.49 -48,48l0,278.046l69.077,-118.418c17.137,-29.378 48.912,-47.628 82.923,-47.628z\"\r\n />\r\n </svg>\r\n);\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconProps.js","sourceRoot":"./src/","sources":["icons/IconProps.tsx"],"names":[],"mappings":"","sourcesContent":["import type { CSSProperties, MouseEvent } from 'react';\n\nexport interface IconProps {\n /** The width in pixels or percentage of the icon. */\n width?: number | string;\n /** The height in pixels or percentage of the icon. */\n height?: number | string;\n /** Click handler. */\n onClick?: (e: MouseEvent) => void;\n /** The class name for the SVG element. */\n className?: string;\n /** Styles for the SVG element. */\n style?: CSSProperties;\n /** The font size of the icon. */\n fontSize?: 'small';\n}\n"]}
|
|
1
|
+
{"version":3,"file":"IconProps.js","sourceRoot":"./src/","sources":["icons/IconProps.tsx"],"names":[],"mappings":"","sourcesContent":["import type { CSSProperties, MouseEvent } from 'react';\r\n\r\nexport interface IconProps {\r\n /** The width in pixels or percentage of the icon. */\r\n width?: number | string;\r\n /** The height in pixels or percentage of the icon. */\r\n height?: number | string;\r\n /** Click handler. */\r\n onClick?: (e: MouseEvent) => void;\r\n /** The class name for the SVG element. */\r\n className?: string;\r\n /** Styles for the SVG element. */\r\n style?: CSSProperties;\r\n /** The font size of the icon. */\r\n fontSize?: 'small';\r\n}\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconState.js","sourceRoot":"./src/","sources":["icons/IconState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,KAAgB,EAAe,EAAE,CAAC,CACxD,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,MAAM,EACX,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,KAAK,EACZ,KAAK,EAAC,KAAK,EACX,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,WAAW,EAAC,IAAI,EAChB,MAAM,EAAC,cAAc,GACvB;IACF,iCACI,IAAI,EAAC,MAAM,EACX,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,KAAK,EACR,WAAW,EAAC,MAAM,EAClB,aAAa,EAAC,MAAM,EACpB,WAAW,EAAC,IAAI,EAChB,MAAM,EAAC,cAAc,GACvB,CACA,CACT,CAAC","sourcesContent":["import React, { type JSX } from 'react';\nimport { type IconProps } from './IconProps';\n\nexport const IconState = (props: IconProps): JSX.Element => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 320 320\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <rect\n fill=\"none\"\n rx=\"32\"\n height=\"272\"\n width=\"267\"\n y=\"25\"\n x=\"25\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n />\n <ellipse\n fill=\"none\"\n ry=\"54\"\n rx=\"54\"\n cy=\"160\"\n cx=\"160\"\n fillOpacity=\"null\"\n strokeOpacity=\"null\"\n strokeWidth=\"15\"\n stroke=\"currentColor\"\n />\n </svg>\n);\n"]}
|
|
1
|
+
{"version":3,"file":"IconState.js","sourceRoot":"./src/","sources":["icons/IconState.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,KAAgB,EAAe,EAAE,CAAC,CACxD,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,MAAM,EACX,EAAE,EAAC,IAAI,EACP,MAAM,EAAC,KAAK,EACZ,KAAK,EAAC,KAAK,EACX,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,IAAI,EACN,WAAW,EAAC,IAAI,EAChB,MAAM,EAAC,cAAc,GACvB;IACF,iCACI,IAAI,EAAC,MAAM,EACX,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,IAAI,EACP,EAAE,EAAC,KAAK,EACR,EAAE,EAAC,KAAK,EACR,WAAW,EAAC,MAAM,EAClB,aAAa,EAAC,MAAM,EACpB,WAAW,EAAC,IAAI,EAChB,MAAM,EAAC,cAAc,GACvB,CACA,CACT,CAAC","sourcesContent":["import React, { type JSX } from 'react';\r\nimport { type IconProps } from './IconProps';\r\n\r\nexport const IconState = (props: IconProps): JSX.Element => (\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n onClick={e => props.onClick && props.onClick(e)}\r\n viewBox=\"0 0 320 320\"\r\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n className={props.className}\r\n style={props.style}\r\n >\r\n <rect\r\n fill=\"none\"\r\n rx=\"32\"\r\n height=\"272\"\r\n width=\"267\"\r\n y=\"25\"\r\n x=\"25\"\r\n strokeWidth=\"15\"\r\n stroke=\"currentColor\"\r\n />\r\n <ellipse\r\n fill=\"none\"\r\n ry=\"54\"\r\n rx=\"54\"\r\n cy=\"160\"\r\n cx=\"160\"\r\n fillOpacity=\"null\"\r\n strokeOpacity=\"null\"\r\n strokeWidth=\"15\"\r\n stroke=\"currentColor\"\r\n />\r\n </svg>\r\n);\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IconVacuum.js","sourceRoot":"./src/","sources":["icons/IconVacuum.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAgB,EAAe,EAAE,CAAC,CACzD,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,s0EAAs0E,EACx0E,SAAS,EAAC,iFAAiF,GAC7F;IACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,wYAAwY,EAC1Y,SAAS,EAAC,iFAAiF,GAC7F;IACF,8BACI,KAAK,EAAE;YACH,UAAU,EAAE,KAAK;YACjB,UAAU,EAAE,mBAAmB;YAC/B,QAAQ,EAAE,EAAE;SACf,EACD,CAAC,EAAC,SAAS,EACX,CAAC,EAAC,SAAS,EACX,SAAS,EAAC,iFAAiF,aAGxF,CACL,CACT,CAAC","sourcesContent":["import React, { type JSX } from 'react';\nimport { type IconProps } from './IconProps';\n\nexport const IconVacuum = (props: IconProps): JSX.Element => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n onClick={e => props.onClick && props.onClick(e)}\n viewBox=\"0 0 339 339\"\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\n className={props.className}\n style={props.style}\n >\n <path\n fill=\"currentColor\"\n d=\"M 318.371 88.485 C 332.371 114.538 339.207 142.418 338.881 172.125 C 338.874 172.605 338.631 172.845 338.151 172.845 L 335.411 172.845 C 335.077 172.845 334.911 173.012 334.911 173.345 L 334.911 181.215 C 334.911 181.635 335.121 181.845 335.541 181.845 L 337.711 181.845 C 338.157 181.845 338.364 182.068 338.331 182.515 C 331.921 264.525 267.321 330.135 185.931 337.995 C 89.911 347.265 6.491 275.385 0.301 179.465 C 0.274 179.052 0.467 178.845 0.881 178.845 L 2.381 178.845 C 2.741 178.845 2.921 178.665 2.921 178.305 L 2.911 171.465 C 2.904 171.052 2.694 170.845 2.281 170.845 L 0.441 170.845 C 0.147 170.845 0.001 170.698 0.001 170.405 C -0.289 83.535 64.591 10.095 151.421 0.955 C 211.511 -5.375 269.171 20.055 305.341 68.135 C 305.538 68.391 305.938 68.338 306.062 68.039 C 306.065 68.031 306.068 68.023 306.071 68.015 L 311.541 51.395 C 311.63 51.125 311.924 50.977 312.201 51.065 L 316.881 52.625 C 317.274 52.758 317.407 53.022 317.281 53.415 L 310.271 74.305 C 310.157 74.645 310.197 74.968 310.391 75.275 L 314.011 80.905 C 314.204 81.205 314.481 81.378 314.841 81.425 L 336.771 84.365 C 337.124 84.412 337.277 84.612 337.231 84.965 L 336.601 89.775 C 336.547 90.182 336.321 90.358 335.921 90.305 L 318.721 87.975 C 318.267 87.915 318.151 88.085 318.371 88.485 Z M 200.701 172.615 C 170.541 200.245 121.671 181.975 117.251 140.865 C 117.211 140.518 117.017 140.345 116.671 140.345 L 8.941 140.345 C 8.68 140.346 8.46 140.532 8.421 140.785 C -10.469 249.095 80.901 345.385 189.421 331.625 C 265.701 321.955 325.741 260.435 332.311 183.415 C 343.611 50.895 200.811 -38.365 85.961 28.845 C 47.041 51.625 20.601 89.335 9.791 133.265 C 9.611 133.985 9.891 134.345 10.631 134.345 L 116.371 134.345 C 116.664 134.345 116.824 134.202 116.851 133.915 C 118.397 116.288 126.001 103.005 139.661 94.065 C 172.821 72.345 214.571 95.715 216.891 133.845 C 216.911 134.178 217.087 134.345 217.421 134.345 L 330.342 134.345 C 330.842 134.345 331.092 134.595 331.092 135.095 L 331.092 139.595 C 331.092 140.095 330.842 140.345 330.342 140.345 L 217.161 140.345 C 216.827 140.345 216.641 140.512 216.601 140.845 C 215.141 153.652 209.841 164.242 200.701 172.615 Z M 210.861 135.845 C 210.861 111.572 191.183 91.895 166.911 91.895 C 142.638 91.895 122.961 111.572 122.961 135.845 C 122.961 160.118 142.638 179.795 166.911 179.795 C 191.183 179.795 210.861 160.118 210.861 135.845 Z\"\n transform=\"matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -5.684341886080802e-14, 0)\"\n />\n <path\n fill=\"currentColor\"\n d=\"M 222.771 42.215 C 224.237 43.708 223.741 45.092 221.281 46.365 C 220.5 46.768 219.574 46.779 218.781 46.395 C 183.761 29.182 149.014 29.638 114.541 47.765 C 113.252 48.444 111.662 47.8 111.211 46.415 C 110.891 45.435 110.867 44.465 111.141 43.505 C 111.234 43.158 111.437 42.898 111.751 42.725 C 145.631 23.545 186.631 23.045 221.051 41.045 C 221.831 41.452 222.404 41.842 222.771 42.215 Z\"\n transform=\"matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -5.684341886080802e-14, 0)\"\n />\n <text\n style={{\n whiteSpace: 'pre',\n fontFamily: 'Arial, sans-serif',\n fontSize: 16,\n }}\n x=\"139.395\"\n y=\"288.084\"\n transform=\"matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -5.684341886080802e-14, 0)\"\n >\n vacuum\n </text>\n </svg>\n);\n"]}
|
|
1
|
+
{"version":3,"file":"IconVacuum.js","sourceRoot":"./src/","sources":["icons/IconVacuum.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,CAAC,MAAM,UAAU,GAAG,CAAC,KAAgB,EAAe,EAAE,CAAC,CACzD,6BACI,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,EAC/C,OAAO,EAAC,aAAa,EACrB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC5D,MAAM,EAAE,KAAK,CAAC,MAAM,IAAI,KAAK,CAAC,KAAK,IAAI,CAAC,KAAK,CAAC,QAAQ,KAAK,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAC7E,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,KAAK,EAAE,KAAK,CAAC,KAAK;IAElB,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,s0EAAs0E,EACx0E,SAAS,EAAC,iFAAiF,GAC7F;IACF,8BACI,IAAI,EAAC,cAAc,EACnB,CAAC,EAAC,wYAAwY,EAC1Y,SAAS,EAAC,iFAAiF,GAC7F;IACF,8BACI,KAAK,EAAE;YACH,UAAU,EAAE,KAAK;YACjB,UAAU,EAAE,mBAAmB;YAC/B,QAAQ,EAAE,EAAE;SACf,EACD,CAAC,EAAC,SAAS,EACX,CAAC,EAAC,SAAS,EACX,SAAS,EAAC,iFAAiF,aAGxF,CACL,CACT,CAAC","sourcesContent":["import React, { type JSX } from 'react';\r\nimport { type IconProps } from './IconProps';\r\n\r\nexport const IconVacuum = (props: IconProps): JSX.Element => (\r\n <svg\r\n xmlns=\"http://www.w3.org/2000/svg\"\r\n onClick={e => props.onClick && props.onClick(e)}\r\n viewBox=\"0 0 339 339\"\r\n width={props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n height={props.height || props.width || (props.fontSize === 'small' ? 16 : 20)}\r\n className={props.className}\r\n style={props.style}\r\n >\r\n <path\r\n fill=\"currentColor\"\r\n d=\"M 318.371 88.485 C 332.371 114.538 339.207 142.418 338.881 172.125 C 338.874 172.605 338.631 172.845 338.151 172.845 L 335.411 172.845 C 335.077 172.845 334.911 173.012 334.911 173.345 L 334.911 181.215 C 334.911 181.635 335.121 181.845 335.541 181.845 L 337.711 181.845 C 338.157 181.845 338.364 182.068 338.331 182.515 C 331.921 264.525 267.321 330.135 185.931 337.995 C 89.911 347.265 6.491 275.385 0.301 179.465 C 0.274 179.052 0.467 178.845 0.881 178.845 L 2.381 178.845 C 2.741 178.845 2.921 178.665 2.921 178.305 L 2.911 171.465 C 2.904 171.052 2.694 170.845 2.281 170.845 L 0.441 170.845 C 0.147 170.845 0.001 170.698 0.001 170.405 C -0.289 83.535 64.591 10.095 151.421 0.955 C 211.511 -5.375 269.171 20.055 305.341 68.135 C 305.538 68.391 305.938 68.338 306.062 68.039 C 306.065 68.031 306.068 68.023 306.071 68.015 L 311.541 51.395 C 311.63 51.125 311.924 50.977 312.201 51.065 L 316.881 52.625 C 317.274 52.758 317.407 53.022 317.281 53.415 L 310.271 74.305 C 310.157 74.645 310.197 74.968 310.391 75.275 L 314.011 80.905 C 314.204 81.205 314.481 81.378 314.841 81.425 L 336.771 84.365 C 337.124 84.412 337.277 84.612 337.231 84.965 L 336.601 89.775 C 336.547 90.182 336.321 90.358 335.921 90.305 L 318.721 87.975 C 318.267 87.915 318.151 88.085 318.371 88.485 Z M 200.701 172.615 C 170.541 200.245 121.671 181.975 117.251 140.865 C 117.211 140.518 117.017 140.345 116.671 140.345 L 8.941 140.345 C 8.68 140.346 8.46 140.532 8.421 140.785 C -10.469 249.095 80.901 345.385 189.421 331.625 C 265.701 321.955 325.741 260.435 332.311 183.415 C 343.611 50.895 200.811 -38.365 85.961 28.845 C 47.041 51.625 20.601 89.335 9.791 133.265 C 9.611 133.985 9.891 134.345 10.631 134.345 L 116.371 134.345 C 116.664 134.345 116.824 134.202 116.851 133.915 C 118.397 116.288 126.001 103.005 139.661 94.065 C 172.821 72.345 214.571 95.715 216.891 133.845 C 216.911 134.178 217.087 134.345 217.421 134.345 L 330.342 134.345 C 330.842 134.345 331.092 134.595 331.092 135.095 L 331.092 139.595 C 331.092 140.095 330.842 140.345 330.342 140.345 L 217.161 140.345 C 216.827 140.345 216.641 140.512 216.601 140.845 C 215.141 153.652 209.841 164.242 200.701 172.615 Z M 210.861 135.845 C 210.861 111.572 191.183 91.895 166.911 91.895 C 142.638 91.895 122.961 111.572 122.961 135.845 C 122.961 160.118 142.638 179.795 166.911 179.795 C 191.183 179.795 210.861 160.118 210.861 135.845 Z\"\r\n transform=\"matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -5.684341886080802e-14, 0)\"\r\n />\r\n <path\r\n fill=\"currentColor\"\r\n d=\"M 222.771 42.215 C 224.237 43.708 223.741 45.092 221.281 46.365 C 220.5 46.768 219.574 46.779 218.781 46.395 C 183.761 29.182 149.014 29.638 114.541 47.765 C 113.252 48.444 111.662 47.8 111.211 46.415 C 110.891 45.435 110.867 44.465 111.141 43.505 C 111.234 43.158 111.437 42.898 111.751 42.725 C 145.631 23.545 186.631 23.045 221.051 41.045 C 221.831 41.452 222.404 41.842 222.771 42.215 Z\"\r\n transform=\"matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -5.684341886080802e-14, 0)\"\r\n />\r\n <text\r\n style={{\r\n whiteSpace: 'pre',\r\n fontFamily: 'Arial, sans-serif',\r\n fontSize: 16,\r\n }}\r\n x=\"139.395\"\r\n y=\"288.084\"\r\n transform=\"matrix(0.9999999999999999, 0, 0, 0.9999999999999999, -5.684341886080802e-14, 0)\"\r\n >\r\n vacuum\r\n </text>\r\n </svg>\r\n);\r\n"]}
|
package/build/index.css
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2018-2023 Denis Haev (bluefox) <dogafox@gmail.com>
|
|
3
|
-
*
|
|
4
|
-
* MIT License
|
|
5
|
-
*
|
|
6
|
-
**/
|
|
7
|
-
|
|
8
|
-
html {
|
|
9
|
-
height: 100%;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
body {
|
|
13
|
-
margin: 0;
|
|
14
|
-
padding: 0;
|
|
15
|
-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
|
16
|
-
'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
17
|
-
-webkit-font-smoothing: antialiased;
|
|
18
|
-
-moz-osx-font-smoothing: grayscale;
|
|
19
|
-
width: 100%;
|
|
20
|
-
height: 100%;
|
|
21
|
-
overflow: hidden;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
/* scrollbar */
|
|
25
|
-
::-webkit-scrollbar-track {
|
|
26
|
-
background-color: #ccc;
|
|
27
|
-
border-radius: 5px;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
::-webkit-scrollbar {
|
|
31
|
-
width: 5px;
|
|
32
|
-
height: 5px;
|
|
33
|
-
background-color: #ccc;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
::-webkit-scrollbar-thumb {
|
|
37
|
-
background-color: #575757;
|
|
38
|
-
border-radius: 5px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
#root {
|
|
42
|
-
height: 100%;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.App {
|
|
46
|
-
height: 100%;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@keyframes glow {
|
|
50
|
-
from {
|
|
51
|
-
background-color: initial;
|
|
52
|
-
}
|
|
53
|
-
to {
|
|
54
|
-
background-color: #58c458;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* Copyright 2018-2023 Denis Haev (bluefox) <dogafox@gmail.com>
|
|
3
|
+
*
|
|
4
|
+
* MIT License
|
|
5
|
+
*
|
|
6
|
+
**/
|
|
7
|
+
|
|
8
|
+
html {
|
|
9
|
+
height: 100%;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
body {
|
|
13
|
+
margin: 0;
|
|
14
|
+
padding: 0;
|
|
15
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
|
|
16
|
+
'Droid Sans', 'Helvetica Neue', sans-serif;
|
|
17
|
+
-webkit-font-smoothing: antialiased;
|
|
18
|
+
-moz-osx-font-smoothing: grayscale;
|
|
19
|
+
width: 100%;
|
|
20
|
+
height: 100%;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
/* scrollbar */
|
|
25
|
+
::-webkit-scrollbar-track {
|
|
26
|
+
background-color: #ccc;
|
|
27
|
+
border-radius: 5px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
::-webkit-scrollbar {
|
|
31
|
+
width: 5px;
|
|
32
|
+
height: 5px;
|
|
33
|
+
background-color: #ccc;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
::-webkit-scrollbar-thumb {
|
|
37
|
+
background-color: #575757;
|
|
38
|
+
border-radius: 5px;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
#root {
|
|
42
|
+
height: 100%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.App {
|
|
46
|
+
height: 100%;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@keyframes glow {
|
|
50
|
+
from {
|
|
51
|
+
background-color: initial;
|
|
52
|
+
}
|
|
53
|
+
to {
|
|
54
|
+
background-color: #58c458;
|
|
55
|
+
}
|
|
56
|
+
}
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"./src/","sources":["index.ts"],"names":[],"mappings":"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","sourcesContent":["export { Theme } from './Theme';\nexport { GenericApp } from './GenericApp';\nexport { I18n } from './i18n';\nexport { printPrompt } from './Prompt';\nexport { ColorPicker } from './Components/ColorPicker';\nexport { ComplexCron } from './Components/ComplexCron';\nexport { copy } from './Components/CopyToClipboard';\nexport { CustomModal } from './Components/CustomModal';\nexport {\n FileBrowser,\n type MetaACL,\n type MetaObject,\n type FileBrowserProps,\n type FolderOrFileItem,\n type Folders,\n FileBrowserClass,\n} from './Components/FileBrowser';\nexport {\n EXTENSIONS,\n FileViewer,\n FileViewerClass,\n type FileViewerProps,\n type FileViewerState,\n} from './Components/FileViewer';\nexport { getSystemIcon, getSelectIdIcon, Icon } from './Components/Icon';\nexport { isDeviceIcon, type DeviceType, IconDeviceType } from './Components/IconDeviceType';\nexport { IconPicker } from './Components/IconPicker';\nexport { IconSelector } from './Components/IconSelector';\nexport { Image } from './Components/Image';\nexport { Loader } from './Components/Loader';\nexport { Logo } from './Components/Logo';\nexport { MDUtils } from './Components/MDUtils';\nexport {\n type TreeItemData,\n type TreeItem,\n type ObjectBrowserFilter,\n type ObjectBrowserCustomFilter,\n type ObjectBrowserColumn,\n type ObjectBrowserProps,\n ObjectBrowserClass,\n ObjectBrowser,\n getSelectIdIconFromObjects,\n ITEM_IMAGES,\n} from './Components/ObjectBrowser';\nexport { Router } from './Components/Router';\nexport { SaveCloseButtons } from './Components/SaveCloseButtons';\nexport { Schedule, type ScheduleConfig } from './Components/Schedule';\nexport { SelectWithIcon } from './Components/SelectWithIcon';\nexport { TabContainer } from './Components/TabContainer';\nexport { TabContent } from './Components/TabContent';\nexport { TabHeader } from './Components/TabHeader';\nexport { TableResize } from './Components/TableResize';\nexport { TextWithIcon } from './Components/TextWithIcon';\nexport { ToggleThemeMenu } from './Components/ToggleThemeMenu';\nexport { TreeTable } from './Components/TreeTable';\nexport { UploadImage } from './Components/UploadImage';\nexport { Utils } from './Components/Utils';\nexport { withWidth } from './Components/withWidth';\nexport { cron2state, SimpleCron } from './Components/SimpleCron';\nexport { convertCronToText } from './Components/SimpleCron/cronText';\nexport { LoaderVendor } from './Components/Loaders/Vendor';\nexport { LoaderPT } from './Components/Loaders/PT';\nexport { LoaderMV } from './Components/Loaders/MV';\nexport { type IconProps } from './icons/IconProps';\nexport { IconAdapter } from './icons/IconAdapter';\nexport { IconAlias } from './icons/IconAlias';\nexport { IconButtonImage } from './icons/IconButtonImage';\nexport { IconChannel } from './icons/IconChannel';\nexport { IconClearFilter } from './icons/IconClearFilter';\nexport { IconClosed } from './icons/IconClosed';\nexport { IconCopy } from './icons/IconCopy';\nexport { IconDevice } from './icons/IconDevice';\nexport { IconDocument } from './icons/IconDocument';\nexport { IconDocumentReadOnly } from './icons/IconDocumentReadOnly';\nexport { IconExpert } from './icons/IconExpert';\nexport { IconFx } from './icons/IconFx';\nexport { IconInstance } from './icons/IconInstance';\nexport { IconLogout } from './icons/IconLogout';\nexport { IconNoIcon } from './icons/IconNoIcon';\nexport { IconOpen } from './icons/IconOpen';\nexport { IconState } from './icons/IconState';\nexport { IconVacuum } from './icons/IconVacuum';\nexport { DialogComplexCron } from './Dialogs/ComplexCron';\nexport { DialogComplexCron as ComplexCronDialog } from './Dialogs/ComplexCron'; // deprecated\nexport { DialogConfirm } from './Dialogs/Confirm';\nexport { DialogConfirm as Confirm } from './Dialogs/Confirm'; // deprecated\nexport { DialogCron } from './Dialogs/Cron';\nexport { DialogCron as Cron } from './Dialogs/Cron'; // deprecated\nexport { DialogError } from './Dialogs/Error';\nexport { DialogError as Error } from './Dialogs/Error'; // deprecated\nexport { DialogMessage } from './Dialogs/Message';\nexport { DialogMessage as Message } from './Dialogs/Message'; // deprecated\nexport { DialogSelectID } from './Dialogs/SelectID';\nexport { DialogSelectID as SelectID } from './Dialogs/SelectID'; // deprecated\nexport { DialogSelectFile } from './Dialogs/SelectFile';\nexport { DialogSelectFile as SelectFile } from './Dialogs/SelectFile'; // deprecated\nexport { DialogSimpleCron } from './Dialogs/SimpleCron';\nexport { DialogSimpleCron as SimpleCronDialog } from './Dialogs/SimpleCron'; // deprecated\nexport { DialogTextInput } from './Dialogs/TextInput';\nexport { DialogTextInput as TextInput } from './Dialogs/TextInput'; // deprecated\nexport { Connection, PROGRESS, ERRORS, PERMISSION_ERROR } from './Connection';\nexport { AdminConnection } from './AdminConnection';\nexport { dictionary } from './dictionary';\nexport {\n LegacyConnection,\n type ConnectOptions,\n type CompactSystemRepositoryEntry,\n type CompactSystemRepository,\n type SocketClient,\n type BinaryStateChangeHandler,\n pattern2RegEx,\n} from './LegacyConnection';\n\nexport {\n type IobUri,\n type IobUriType,\n type IobUriParsed,\n getAttrInObject,\n setAttrInObject,\n iobUriToString,\n iobUriParse,\n iobUriRead,\n} from './Components/IobUri';\n\nexport type {\n Translate,\n ConnectionProps,\n OldObject,\n ObjectChangeHandler,\n ThemeName,\n ThemeType,\n GenericAppProps,\n GenericAppSettings,\n IobTheme,\n Width,\n GenericAppState,\n} from './types';\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"./src/","sources":["index.ts"],"names":[],"mappings":"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","sourcesContent":["export { Theme } from './Theme';\r\nexport { GenericApp } from './GenericApp';\r\nexport { I18n } from './i18n';\r\nexport { printPrompt } from './Prompt';\r\nexport { ColorPicker } from './Components/ColorPicker';\r\nexport { ComplexCron } from './Components/ComplexCron';\r\nexport { copy } from './Components/CopyToClipboard';\r\nexport { CustomModal } from './Components/CustomModal';\r\nexport {\r\n FileBrowser,\r\n type MetaACL,\r\n type MetaObject,\r\n type FileBrowserProps,\r\n type FolderOrFileItem,\r\n type Folders,\r\n FileBrowserClass,\r\n} from './Components/FileBrowser';\r\nexport {\r\n EXTENSIONS,\r\n FileViewer,\r\n FileViewerClass,\r\n type FileViewerProps,\r\n type FileViewerState,\r\n} from './Components/FileViewer';\r\nexport { getSystemIcon, getSelectIdIcon, Icon } from './Components/Icon';\r\nexport { isDeviceIcon, type DeviceType, IconDeviceType } from './Components/IconDeviceType';\r\nexport { IconPicker } from './Components/IconPicker';\r\nexport { IconSelector } from './Components/IconSelector';\r\nexport { Image } from './Components/Image';\r\nexport { Loader } from './Components/Loader';\r\nexport { Logo } from './Components/Logo';\r\nexport { MDUtils } from './Components/MDUtils';\r\nexport {\r\n type TreeItemData,\r\n type TreeItem,\r\n type ObjectBrowserFilter,\r\n type ObjectBrowserCustomFilter,\r\n type ObjectBrowserColumn,\r\n type ObjectBrowserProps,\r\n ObjectBrowserClass,\r\n ObjectBrowser,\r\n getSelectIdIconFromObjects,\r\n ITEM_IMAGES,\r\n} from './Components/ObjectBrowser';\r\nexport { Router } from './Components/Router';\r\nexport { SaveCloseButtons } from './Components/SaveCloseButtons';\r\nexport { Schedule, type ScheduleConfig } from './Components/Schedule';\r\nexport { SelectWithIcon } from './Components/SelectWithIcon';\r\nexport { TabContainer } from './Components/TabContainer';\r\nexport { TabContent } from './Components/TabContent';\r\nexport { TabHeader } from './Components/TabHeader';\r\nexport { TableResize } from './Components/TableResize';\r\nexport { TextWithIcon } from './Components/TextWithIcon';\r\nexport { ToggleThemeMenu } from './Components/ToggleThemeMenu';\r\nexport { TreeTable } from './Components/TreeTable';\r\nexport { UploadImage } from './Components/UploadImage';\r\nexport { Utils } from './Components/Utils';\r\nexport { withWidth } from './Components/withWidth';\r\nexport { cron2state, SimpleCron } from './Components/SimpleCron';\r\nexport { convertCronToText } from './Components/SimpleCron/cronText';\r\nexport { LoaderVendor } from './Components/Loaders/Vendor';\r\nexport { LoaderPT } from './Components/Loaders/PT';\r\nexport { LoaderMV } from './Components/Loaders/MV';\r\nexport { type IconProps } from './icons/IconProps';\r\nexport { IconAdapter } from './icons/IconAdapter';\r\nexport { IconAlias } from './icons/IconAlias';\r\nexport { IconButtonImage } from './icons/IconButtonImage';\r\nexport { IconChannel } from './icons/IconChannel';\r\nexport { IconClearFilter } from './icons/IconClearFilter';\r\nexport { IconClosed } from './icons/IconClosed';\r\nexport { IconCopy } from './icons/IconCopy';\r\nexport { IconDevice } from './icons/IconDevice';\r\nexport { IconDocument } from './icons/IconDocument';\r\nexport { IconDocumentReadOnly } from './icons/IconDocumentReadOnly';\r\nexport { IconExpert } from './icons/IconExpert';\r\nexport { IconFx } from './icons/IconFx';\r\nexport { IconInstance } from './icons/IconInstance';\r\nexport { IconLogout } from './icons/IconLogout';\r\nexport { IconNoIcon } from './icons/IconNoIcon';\r\nexport { IconOpen } from './icons/IconOpen';\r\nexport { IconState } from './icons/IconState';\r\nexport { IconVacuum } from './icons/IconVacuum';\r\nexport { DialogComplexCron } from './Dialogs/ComplexCron';\r\nexport { DialogComplexCron as ComplexCronDialog } from './Dialogs/ComplexCron'; // deprecated\r\nexport { DialogConfirm } from './Dialogs/Confirm';\r\nexport { DialogConfirm as Confirm } from './Dialogs/Confirm'; // deprecated\r\nexport { DialogCron } from './Dialogs/Cron';\r\nexport { DialogCron as Cron } from './Dialogs/Cron'; // deprecated\r\nexport { DialogError } from './Dialogs/Error';\r\nexport { DialogError as Error } from './Dialogs/Error'; // deprecated\r\nexport { DialogMessage } from './Dialogs/Message';\r\nexport { DialogMessage as Message } from './Dialogs/Message'; // deprecated\r\nexport { DialogSelectID } from './Dialogs/SelectID';\r\nexport { DialogSelectID as SelectID } from './Dialogs/SelectID'; // deprecated\r\nexport { DialogSelectFile } from './Dialogs/SelectFile';\r\nexport { DialogSelectFile as SelectFile } from './Dialogs/SelectFile'; // deprecated\r\nexport { DialogSimpleCron } from './Dialogs/SimpleCron';\r\nexport { DialogSimpleCron as SimpleCronDialog } from './Dialogs/SimpleCron'; // deprecated\r\nexport { DialogTextInput } from './Dialogs/TextInput';\r\nexport { DialogTextInput as TextInput } from './Dialogs/TextInput'; // deprecated\r\nexport { Connection, PROGRESS, ERRORS, PERMISSION_ERROR } from './Connection';\r\nexport { AdminConnection } from './AdminConnection';\r\nexport { dictionary } from './dictionary';\r\nexport {\r\n LegacyConnection,\r\n type ConnectOptions,\r\n type CompactSystemRepositoryEntry,\r\n type CompactSystemRepository,\r\n type SocketClient,\r\n type BinaryStateChangeHandler,\r\n pattern2RegEx,\r\n} from './LegacyConnection';\r\n\r\nexport {\r\n type IobUri,\r\n type IobUriType,\r\n type IobUriParsed,\r\n getAttrInObject,\r\n setAttrInObject,\r\n iobUriToString,\r\n iobUriParse,\r\n iobUriRead,\r\n} from './Components/IobUri';\r\n\r\nexport type {\r\n Translate,\r\n ConnectionProps,\r\n OldObject,\r\n ObjectChangeHandler,\r\n ThemeName,\r\n ThemeType,\r\n GenericAppProps,\r\n GenericAppSettings,\r\n IobTheme,\r\n Width,\r\n GenericAppState,\r\n} from './types';\r\n"]}
|
|
@@ -1,62 +1,62 @@
|
|
|
1
|
-
// const webpack = require('webpack');
|
|
2
|
-
// const paths = require('react-scripts/config/paths');
|
|
3
|
-
|
|
4
|
-
const getModuleFederationConfigPath = (additionalPaths = []) => {
|
|
5
|
-
const path = require('node:path');
|
|
6
|
-
const fs = require('node:fs');
|
|
7
|
-
const appDirectory = fs.realpathSync(process.cwd());
|
|
8
|
-
const resolveApp = relativePath => path.resolve(appDirectory, relativePath);
|
|
9
|
-
|
|
10
|
-
const moduleFederationConfigFiles = ['modulefederation.config.js', ...additionalPaths];
|
|
11
|
-
return moduleFederationConfigFiles.map(resolveApp).filter(fs.existsSync).shift();
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
module.exports = {
|
|
15
|
-
overrideWebpackConfig: ({ webpackConfig, pluginOptions }) => {
|
|
16
|
-
const moduleFederationConfigPath = getModuleFederationConfigPath();
|
|
17
|
-
|
|
18
|
-
if (moduleFederationConfigPath) {
|
|
19
|
-
webpackConfig.output.publicPath = 'auto';
|
|
20
|
-
|
|
21
|
-
if (pluginOptions?.useNamedChunkIds) {
|
|
22
|
-
webpackConfig.optimization.chunkIds = 'named';
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
const htmlWebpackPlugin = webpackConfig.plugins.find(
|
|
26
|
-
plugin => plugin.constructor.name === 'HtmlWebpackPlugin',
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
const myModule = require(moduleFederationConfigPath);
|
|
30
|
-
|
|
31
|
-
htmlWebpackPlugin.userOptions = {
|
|
32
|
-
...htmlWebpackPlugin.userOptions,
|
|
33
|
-
publicPath: './',
|
|
34
|
-
excludeChunks: [myModule.name],
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
const ModuleFederationPlugin = require('webpack/lib/container/ModuleFederationPlugin');
|
|
38
|
-
|
|
39
|
-
webpackConfig.plugins = [...webpackConfig.plugins, new ModuleFederationPlugin(myModule)];
|
|
40
|
-
|
|
41
|
-
// webpackConfig.module = {
|
|
42
|
-
// ...webpackConfig.module,
|
|
43
|
-
// generator: {
|
|
44
|
-
// "asset/resource": {
|
|
45
|
-
// publicPath: paths.publicUrlOrPath,
|
|
46
|
-
// },
|
|
47
|
-
// },
|
|
48
|
-
// };
|
|
49
|
-
}
|
|
50
|
-
return webpackConfig;
|
|
51
|
-
},
|
|
52
|
-
|
|
53
|
-
overrideDevServerConfig: ({ devServerConfig }) => {
|
|
54
|
-
devServerConfig.headers = {
|
|
55
|
-
'Access-Control-Allow-Origin': '*',
|
|
56
|
-
'Access-Control-Allow-Methods': '*',
|
|
57
|
-
'Access-Control-Allow-Headers': '*',
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
return devServerConfig;
|
|
61
|
-
},
|
|
62
|
-
};
|
|
1
|
+
// const webpack = require('webpack');
|
|
2
|
+
// const paths = require('react-scripts/config/paths');
|
|
3
|
+
|
|
4
|
+
const getModuleFederationConfigPath = (additionalPaths = []) => {
|
|
5
|
+
const path = require('node:path');
|
|
6
|
+
const fs = require('node:fs');
|
|
7
|
+
const appDirectory = fs.realpathSync(process.cwd());
|
|
8
|
+
const resolveApp = relativePath => path.resolve(appDirectory, relativePath);
|
|
9
|
+
|
|
10
|
+
const moduleFederationConfigFiles = ['modulefederation.config.js', ...additionalPaths];
|
|
11
|
+
return moduleFederationConfigFiles.map(resolveApp).filter(fs.existsSync).shift();
|
|
12
|
+
};
|
|
13
|
+
|
|
14
|
+
module.exports = {
|
|
15
|
+
overrideWebpackConfig: ({ webpackConfig, pluginOptions }) => {
|
|
16
|
+
const moduleFederationConfigPath = getModuleFederationConfigPath();
|
|
17
|
+
|
|
18
|
+
if (moduleFederationConfigPath) {
|
|
19
|
+
webpackConfig.output.publicPath = 'auto';
|
|
20
|
+
|
|
21
|
+
if (pluginOptions?.useNamedChunkIds) {
|
|
22
|
+
webpackConfig.optimization.chunkIds = 'named';
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
const htmlWebpackPlugin = webpackConfig.plugins.find(
|
|
26
|
+
plugin => plugin.constructor.name === 'HtmlWebpackPlugin',
|
|
27
|
+
);
|
|
28
|
+
|
|
29
|
+
const myModule = require(moduleFederationConfigPath);
|
|
30
|
+
|
|
31
|
+
htmlWebpackPlugin.userOptions = {
|
|
32
|
+
...htmlWebpackPlugin.userOptions,
|
|
33
|
+
publicPath: './',
|
|
34
|
+
excludeChunks: [myModule.name],
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
const ModuleFederationPlugin = require('webpack/lib/container/ModuleFederationPlugin');
|
|
38
|
+
|
|
39
|
+
webpackConfig.plugins = [...webpackConfig.plugins, new ModuleFederationPlugin(myModule)];
|
|
40
|
+
|
|
41
|
+
// webpackConfig.module = {
|
|
42
|
+
// ...webpackConfig.module,
|
|
43
|
+
// generator: {
|
|
44
|
+
// "asset/resource": {
|
|
45
|
+
// publicPath: paths.publicUrlOrPath,
|
|
46
|
+
// },
|
|
47
|
+
// },
|
|
48
|
+
// };
|
|
49
|
+
}
|
|
50
|
+
return webpackConfig;
|
|
51
|
+
},
|
|
52
|
+
|
|
53
|
+
overrideDevServerConfig: ({ devServerConfig }) => {
|
|
54
|
+
devServerConfig.headers = {
|
|
55
|
+
'Access-Control-Allow-Origin': '*',
|
|
56
|
+
'Access-Control-Allow-Methods': '*',
|
|
57
|
+
'Access-Control-Allow-Headers': '*',
|
|
58
|
+
};
|
|
59
|
+
|
|
60
|
+
return devServerConfig;
|
|
61
|
+
},
|
|
62
|
+
};
|
package/i18n/de.json
CHANGED
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"ra_Configure visible columns": "Spalten Konfigurieren",
|
|
47
47
|
"ra_Confirm deletion of %s": "Das Löschen von %s bestätigen",
|
|
48
48
|
"ra_Connected": "Verbunden",
|
|
49
|
+
"ra_Continue": "Weitermachen",
|
|
49
50
|
"ra_Copied": "Kopiert",
|
|
50
51
|
"ra_Copied %s": "\"%s\" kopiert",
|
|
51
52
|
"ra_Copy content": "Inhalte kopieren",
|
|
@@ -66,6 +67,7 @@
|
|
|
66
67
|
"ra_Device → Channel → State": "Gerät → Kanal → Zustand",
|
|
67
68
|
"ra_Discard": "Verwerfen",
|
|
68
69
|
"ra_Disconnected": "Getrennt",
|
|
70
|
+
"ra_Do not ask for next 2 hours in this session": "Fragen Sie nicht nach den nächsten 2 Stunden in dieser Sitzung",
|
|
69
71
|
"ra_Do not export values of states": "Keine Zustandswerte exportieren",
|
|
70
72
|
"ra_Do not use let's encrypt": "Let's encrypt nicht verwenden",
|
|
71
73
|
"ra_Double click to reset table layout": "Doppelklicken, um das Tabellenlayout zurückzusetzen",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"ra_Edit ACL": "ACL bearbeiten",
|
|
77
79
|
"ra_Edit alias": "Alias bearbeiten",
|
|
78
80
|
"ra_Edit custom config": "Bearbeite Benutzerdefinierte Konfiguration",
|
|
81
|
+
"ra_Edit full path": "Vollständigen Pfad bearbeiten",
|
|
79
82
|
"ra_Edit function": "Funktion bearbeiten",
|
|
80
83
|
"ra_Edit object field": "Objektfeld bearbeiten",
|
|
81
84
|
"ra_Edit role": "Rolle bearbeiten",
|
|
@@ -123,6 +126,7 @@
|
|
|
123
126
|
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Lizenz im Lizenzmanager nicht gefunden. Möchten Sie Lizenzen von iobroker.net aktualisieren?",
|
|
124
127
|
"ra_Listen on all IPs": "Zugriff von allen IPs zulassen",
|
|
125
128
|
"ra_Load configuration from file": "Konfiguration aus Datei laden",
|
|
129
|
+
"ra_Logout": "Ausloggen",
|
|
126
130
|
"ra_Longitude": "Längengrad",
|
|
127
131
|
"ra_May not trigger \"updateLicenses\"": "Löst möglicherweise nicht „updateLicenses“ aus",
|
|
128
132
|
"ra_Message": "Meldung",
|
|
@@ -130,6 +134,7 @@
|
|
|
130
134
|
"ra_Move down": "Nach unten",
|
|
131
135
|
"ra_Move up": "Nach oben",
|
|
132
136
|
"ra_Name": "Name",
|
|
137
|
+
"ra_New object ID": "Neue Objekt-ID",
|
|
133
138
|
"ra_No data found in file": "Keine Daten in der Datei gefunden",
|
|
134
139
|
"ra_No one license found in license manager": "Im Lizenzmanager wurde keine Lizenz gefunden",
|
|
135
140
|
"ra_No response from the backend": "Keine Antwort vom Backend",
|
|
@@ -158,6 +163,9 @@
|
|
|
158
163
|
"ra_Quality code": "Qualität",
|
|
159
164
|
"ra_Refresh tree": "Baum aktualisieren",
|
|
160
165
|
"ra_Reload files": "Dateien neu laden",
|
|
166
|
+
"ra_Rename": "Umbenennen",
|
|
167
|
+
"ra_Rename all children": "Alle untergeordneten Elemente umbenennen",
|
|
168
|
+
"ra_Rename object": "Objekt umbenennen",
|
|
161
169
|
"ra_Repeat": "Wiederholen",
|
|
162
170
|
"ra_Replace": "Ersetzen",
|
|
163
171
|
"ra_Request timed out": "Zeitüberschreitung der Anforderung",
|
|
@@ -176,6 +184,7 @@
|
|
|
176
184
|
"ra_Selected %s object(s)": "Ausgewählt %s Objekt(en)",
|
|
177
185
|
"ra_Serial number (UUID)": "Seriennummer (UUID)",
|
|
178
186
|
"ra_Serial number (UUID) \"%s\" in license is for other device.": "Seriennummer (UUID) „%s“ in der Lizenz gilt für ein anderes Gerät.",
|
|
187
|
+
"ra_Session will expire in %s seconds. Continue?": "Die Sitzung läuft in %s Sekunden ab. Fortfahren?",
|
|
179
188
|
"ra_Show all folders": "Alle Ordner anzeigen",
|
|
180
189
|
"ra_Show lines between rows": "Linien zwischen Zeilen anzeigen",
|
|
181
190
|
"ra_Show/Hide object descriptions": "Objektbeschreibungen ein-/ausblenden",
|
|
@@ -251,6 +260,7 @@
|
|
|
251
260
|
"ra_dow_Tu": "Di",
|
|
252
261
|
"ra_dow_We": "Mi",
|
|
253
262
|
"ra_expertMode": "Expertenmodus",
|
|
263
|
+
"ra_false": "FALSCH",
|
|
254
264
|
"ra_fileType_all": "Alle Dateien",
|
|
255
265
|
"ra_fileType_audio": "Audio",
|
|
256
266
|
"ra_fileType_code": "Code/JSON",
|
|
@@ -319,6 +329,7 @@
|
|
|
319
329
|
"ra_tooltip_ts": "Zeitstempel",
|
|
320
330
|
"ra_tooltip_user": "Benutzer",
|
|
321
331
|
"ra_tooltip_value": "Wert",
|
|
332
|
+
"ra_true": "WAHR",
|
|
322
333
|
"ra_use seconds": "Sekunden benutzen",
|
|
323
334
|
"ra_val": "Wert",
|
|
324
335
|
"ra_via internet": "übers Internet",
|
package/i18n/en.json
CHANGED
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"ra_Configure visible columns": "Configure visible columns",
|
|
47
47
|
"ra_Confirm deletion of %s": "Confirm deletion of %s",
|
|
48
48
|
"ra_Connected": "Connected",
|
|
49
|
+
"ra_Continue": "Continue",
|
|
49
50
|
"ra_Copied": "Copied",
|
|
50
51
|
"ra_Copied %s": "Copied \"%s\"",
|
|
51
52
|
"ra_Copy content": "Copy content",
|
|
@@ -66,6 +67,7 @@
|
|
|
66
67
|
"ra_Device → Channel → State": "Device → Channel → State",
|
|
67
68
|
"ra_Discard": "Discard",
|
|
68
69
|
"ra_Disconnected": "Disconnected",
|
|
70
|
+
"ra_Do not ask for next 2 hours in this session": "Do not ask for next 2 hours in this session",
|
|
69
71
|
"ra_Do not export values of states": "Do not export values of states",
|
|
70
72
|
"ra_Do not use let's encrypt": "Do not use let's encrypt",
|
|
71
73
|
"ra_Double click to reset table layout": "Double click to reset table layout",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"ra_Edit ACL": "Edit ACL",
|
|
77
79
|
"ra_Edit alias": "Edit alias",
|
|
78
80
|
"ra_Edit custom config": "Edit custom config",
|
|
81
|
+
"ra_Edit full path": "Edit full path",
|
|
79
82
|
"ra_Edit function": "Edit function",
|
|
80
83
|
"ra_Edit object field": "Edit object field",
|
|
81
84
|
"ra_Edit role": "Edit role",
|
|
@@ -123,6 +126,7 @@
|
|
|
123
126
|
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "License not found in the license manager. Do you want to update licenses from iobroker.net?",
|
|
124
127
|
"ra_Listen on all IPs": "Listen on all IPs",
|
|
125
128
|
"ra_Load configuration from file": "Load configuration from file",
|
|
129
|
+
"ra_Logout": "Logout",
|
|
126
130
|
"ra_Longitude": "Longitude",
|
|
127
131
|
"ra_May not trigger \"updateLicenses\"": "May not trigger \"updateLicenses\"",
|
|
128
132
|
"ra_Message": "Message",
|
|
@@ -130,6 +134,7 @@
|
|
|
130
134
|
"ra_Move down": "Move down",
|
|
131
135
|
"ra_Move up": "Move up",
|
|
132
136
|
"ra_Name": "Name",
|
|
137
|
+
"ra_New object ID": "New object ID",
|
|
133
138
|
"ra_No data found in file": "No data found in file",
|
|
134
139
|
"ra_No one license found in license manager": "No one license found in license manager",
|
|
135
140
|
"ra_No response from the backend": "No response from the backend",
|
|
@@ -158,6 +163,9 @@
|
|
|
158
163
|
"ra_Quality code": "Quality",
|
|
159
164
|
"ra_Refresh tree": "Refresh tree",
|
|
160
165
|
"ra_Reload files": "Reload files",
|
|
166
|
+
"ra_Rename": "Rename",
|
|
167
|
+
"ra_Rename all children": "Rename all children",
|
|
168
|
+
"ra_Rename object": "Rename object",
|
|
161
169
|
"ra_Repeat": "Repeat",
|
|
162
170
|
"ra_Replace": "Replace",
|
|
163
171
|
"ra_Request timed out": "Request timed out",
|
|
@@ -176,6 +184,7 @@
|
|
|
176
184
|
"ra_Selected %s object(s)": "Selected %s object(s)",
|
|
177
185
|
"ra_Serial number (UUID)": "Serial number (UUID)",
|
|
178
186
|
"ra_Serial number (UUID) \"%s\" in license is for other device.": "Serial number (UUID) \"%s\" in license is for other device.",
|
|
187
|
+
"ra_Session will expire in %s seconds. Continue?": "Session will expire in %s seconds. Continue?",
|
|
179
188
|
"ra_Show all folders": "Show all folders",
|
|
180
189
|
"ra_Show lines between rows": "Show lines between rows",
|
|
181
190
|
"ra_Show/Hide object descriptions": "Show/Hide object descriptions",
|
|
@@ -251,6 +260,7 @@
|
|
|
251
260
|
"ra_dow_Tu": "Tu",
|
|
252
261
|
"ra_dow_We": "We",
|
|
253
262
|
"ra_expertMode": "Expert mode",
|
|
263
|
+
"ra_false": "FALSE",
|
|
254
264
|
"ra_fileType_all": "All files",
|
|
255
265
|
"ra_fileType_audio": "Audio",
|
|
256
266
|
"ra_fileType_code": "Code/JSON",
|
|
@@ -319,6 +329,7 @@
|
|
|
319
329
|
"ra_tooltip_ts": "Time stamp",
|
|
320
330
|
"ra_tooltip_user": "User",
|
|
321
331
|
"ra_tooltip_value": "Value",
|
|
332
|
+
"ra_true": "TRUE",
|
|
322
333
|
"ra_use seconds": "use seconds",
|
|
323
334
|
"ra_val": "Value",
|
|
324
335
|
"ra_via internet": "via internet",
|
package/i18n/es.json
CHANGED
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"ra_Configure visible columns": "Configurar columnas visibles",
|
|
47
47
|
"ra_Confirm deletion of %s": "Confirmar la eliminación de %s",
|
|
48
48
|
"ra_Connected": "Conectado",
|
|
49
|
+
"ra_Continue": "Continuar",
|
|
49
50
|
"ra_Copied": "Copiado",
|
|
50
51
|
"ra_Copied %s": "Copiado \"%s\"",
|
|
51
52
|
"ra_Copy content": "Copiar contenido",
|
|
@@ -66,6 +67,7 @@
|
|
|
66
67
|
"ra_Device → Channel → State": "Dispositivo → Canal → Estado",
|
|
67
68
|
"ra_Discard": "Desechar",
|
|
68
69
|
"ra_Disconnected": "Desconectado",
|
|
70
|
+
"ra_Do not ask for next 2 hours in this session": "No preguntes por las siguientes 2 horas en esta sesión.",
|
|
69
71
|
"ra_Do not export values of states": "No exportar valores de estados.",
|
|
70
72
|
"ra_Do not use let's encrypt": "No use vamos a cifrar",
|
|
71
73
|
"ra_Double click to reset table layout": "Haga doble clic para restablecer el diseño de la tabla",
|
|
@@ -76,6 +78,7 @@
|
|
|
76
78
|
"ra_Edit ACL": "Editar LCA",
|
|
77
79
|
"ra_Edit alias": "Editar alias",
|
|
78
80
|
"ra_Edit custom config": "Editar configuración personalizada",
|
|
81
|
+
"ra_Edit full path": "Editar ruta completa",
|
|
79
82
|
"ra_Edit function": "Función de edición",
|
|
80
83
|
"ra_Edit object field": "Editar campo de objeto",
|
|
81
84
|
"ra_Edit role": "Editar rol",
|
|
@@ -123,6 +126,7 @@
|
|
|
123
126
|
"ra_License not found in license manager. Do you want to read licenses from iobroker.net?": "Licencia no encontrada en el administrador de licencias. ¿Quieres actualizar las licencias de iobroker.net?",
|
|
124
127
|
"ra_Listen on all IPs": "Escuche en todas las IP",
|
|
125
128
|
"ra_Load configuration from file": "Cargar configuración desde archivo",
|
|
129
|
+
"ra_Logout": "Cerrar sesión",
|
|
126
130
|
"ra_Longitude": "Longitud",
|
|
127
131
|
"ra_May not trigger \"updateLicenses\"": "No puede activar \"updateLicenses\"",
|
|
128
132
|
"ra_Message": "Mensaje",
|
|
@@ -130,6 +134,7 @@
|
|
|
130
134
|
"ra_Move down": "Mover hacia abajo",
|
|
131
135
|
"ra_Move up": "Ascender",
|
|
132
136
|
"ra_Name": "Nombre",
|
|
137
|
+
"ra_New object ID": "Nuevo ID de objeto",
|
|
133
138
|
"ra_No data found in file": "No se encontraron datos en el archivo",
|
|
134
139
|
"ra_No one license found in license manager": "No se encontró ninguna licencia en el administrador de licencias",
|
|
135
140
|
"ra_No response from the backend": "No hay respuesta del backend",
|
|
@@ -158,6 +163,9 @@
|
|
|
158
163
|
"ra_Quality code": "Calidad",
|
|
159
164
|
"ra_Refresh tree": "Actualizar árbol",
|
|
160
165
|
"ra_Reload files": "Recargar archivos",
|
|
166
|
+
"ra_Rename": "Rebautizar",
|
|
167
|
+
"ra_Rename all children": "Cambiar el nombre de todos los niños",
|
|
168
|
+
"ra_Rename object": "Cambiar el nombre del objeto",
|
|
161
169
|
"ra_Repeat": "Repetir",
|
|
162
170
|
"ra_Replace": "Reemplazar",
|
|
163
171
|
"ra_Request timed out": "Tiempo de espera agotado",
|
|
@@ -176,6 +184,7 @@
|
|
|
176
184
|
"ra_Selected %s object(s)": "%s objetos seleccionados",
|
|
177
185
|
"ra_Serial number (UUID)": "Número de serie (UUID)",
|
|
178
186
|
"ra_Serial number (UUID) \"%s\" in license is for other device.": "El número de serie (UUID) \"%s\" en la licencia es para otro dispositivo.",
|
|
187
|
+
"ra_Session will expire in %s seconds. Continue?": "La sesión expirará en %s segundos. ¿Continuar?",
|
|
179
188
|
"ra_Show all folders": "Mostrar todas las carpetas",
|
|
180
189
|
"ra_Show lines between rows": "Mostrar líneas entre filas",
|
|
181
190
|
"ra_Show/Hide object descriptions": "Mostrar/ocultar descripciones de objetos",
|
|
@@ -251,6 +260,7 @@
|
|
|
251
260
|
"ra_dow_Tu": "Tu",
|
|
252
261
|
"ra_dow_We": "Nosotros",
|
|
253
262
|
"ra_expertMode": "Modo experto",
|
|
263
|
+
"ra_false": "FALSO",
|
|
254
264
|
"ra_fileType_all": "Todos los archivos",
|
|
255
265
|
"ra_fileType_audio": "Audio",
|
|
256
266
|
"ra_fileType_code": "Código/JSON",
|
|
@@ -319,6 +329,7 @@
|
|
|
319
329
|
"ra_tooltip_ts": "Sello de tiempo",
|
|
320
330
|
"ra_tooltip_user": "Usuario",
|
|
321
331
|
"ra_tooltip_value": "Valor",
|
|
332
|
+
"ra_true": "VERDADERO",
|
|
322
333
|
"ra_use seconds": "usar segundos",
|
|
323
334
|
"ra_val": "Valor",
|
|
324
335
|
"ra_via internet": "vía Internet",
|