Skip to content

Commit

Permalink
Convert actual values with provided "convert" function too
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 19, 2024
1 parent a303881 commit fe1dd4c
Show file tree
Hide file tree
Showing 103 changed files with 668 additions and 986 deletions.
6 changes: 3 additions & 3 deletions admin/chart/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"files": {
"main.css": "./static/css/main.e631bfb5.css",
"main.js": "./static/js/main.17bdbfb6.js",
"main.js": "./static/js/main.f341a713.js",
"index.html": "./index.html",
"main.e631bfb5.css.map": "./static/css/main.e631bfb5.css.map",
"main.17bdbfb6.js.map": "./static/js/main.17bdbfb6.js.map"
"main.f341a713.js.map": "./static/js/main.f341a713.js.map"
},
"entrypoints": [
"static/css/main.e631bfb5.css",
"static/js/main.17bdbfb6.js"
"static/js/main.f341a713.js"
]
}
Binary file added admin/chart/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion admin/chart/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Echarts [ioBroker]</title><script defer="defer" src="./static/js/main.17bdbfb6.js"></script><link href="./static/css/main.e631bfb5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>Echarts [ioBroker]</title><script defer="defer" src="./static/js/main.f341a713.js"></script><link href="./static/css/main.e631bfb5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
2 changes: 1 addition & 1 deletion admin/chart/static/css/main.e631bfb5.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion admin/chart/static/js/main.17bdbfb6.js.map

This file was deleted.

185 changes: 185 additions & 0 deletions admin/chart/static/js/main.f341a713.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,21 +41,6 @@
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/**
* @license React
* react-dom.production.min.js
Expand All @@ -66,16 +51,6 @@ PERFORMANCE OF THIS SOFTWARE.
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
Expand Down Expand Up @@ -107,23 +82,7 @@ PERFORMANCE OF THIS SOFTWARE.
*/

/**
* @mui/icons-material v6.1.1
*
* @license MIT
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @mui/material v6.1.1
*
* @license MIT
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @mui/styled-engine v6.1.1
* @mui/styled-engine v6.2.1
*
* @license MIT
* This source code is licensed under the MIT license found in the
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/static/css/main.f21b47ed.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe1dd4c

Please sign in to comment.