local-operator-ui 0.1.5 → 0.2.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/out/main/index.jsc +0 -0
- package/out/preload/index.jsc +0 -0
- package/out/renderer/assets/{index-B6gIjA2B.js → index-DXdSH3wR.js} +764 -95
- package/out/renderer/assets/{installer-D8cxR2BD.js → installer-fCmhZBuW.js} +1 -1
- package/out/renderer/assets/{theme-CHCNkogj.js → theme-CuzpzMRz.js} +39 -36
- package/out/renderer/index.html +2 -2
- package/out/renderer/installer.html +2 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { s as styled, Z as Box, aE as keyframes, J as Typography, a as reactExports, j as jsxRuntimeExports, q as useTheme,
|
|
1
|
+
import { s as styled, Z as Box, aE as keyframes, J as Typography, a as reactExports, j as jsxRuntimeExports, q as useTheme, b1 as LinearProgress, a2 as Button, bl as ThemeProvider, bm as theme, bj as CssBaseline, bk as ReactDOM, R as React, bn as ErrorBoundary } from "./theme-CuzpzMRz.js";
|
|
2
2
|
const AppContainer = styled(Box)(() => ({
|
|
3
3
|
display: "flex",
|
|
4
4
|
height: "100vh",
|
|
@@ -28469,7 +28469,7 @@ export {
|
|
|
28469
28469
|
Box as Z,
|
|
28470
28470
|
_inheritsLoose as _,
|
|
28471
28471
|
reactExports as a,
|
|
28472
|
-
|
|
28472
|
+
faArrowLeft as a$,
|
|
28473
28473
|
faRobot as a0,
|
|
28474
28474
|
faSliders as a1,
|
|
28475
28475
|
Button as a2,
|
|
@@ -28493,20 +28493,20 @@ export {
|
|
|
28493
28493
|
faUser as aK,
|
|
28494
28494
|
faEllipsisVertical as aL,
|
|
28495
28495
|
faComment as aM,
|
|
28496
|
-
|
|
28497
|
-
|
|
28498
|
-
|
|
28499
|
-
|
|
28500
|
-
|
|
28501
|
-
|
|
28502
|
-
|
|
28503
|
-
|
|
28504
|
-
|
|
28505
|
-
|
|
28506
|
-
|
|
28507
|
-
|
|
28508
|
-
|
|
28509
|
-
|
|
28496
|
+
faFileExport as aN,
|
|
28497
|
+
faChevronLeft as aO,
|
|
28498
|
+
faFileImport as aP,
|
|
28499
|
+
faUpload as aQ,
|
|
28500
|
+
faPlus as aR,
|
|
28501
|
+
faSearch as aS,
|
|
28502
|
+
faCommentSlash as aT,
|
|
28503
|
+
faArrowRight as aU,
|
|
28504
|
+
faComments as aV,
|
|
28505
|
+
faTag as aW,
|
|
28506
|
+
faIdCard as aX,
|
|
28507
|
+
faCalendarAlt as aY,
|
|
28508
|
+
faCodeBranch as aZ,
|
|
28509
|
+
faShieldAlt as a_,
|
|
28510
28510
|
faServer as aa,
|
|
28511
28511
|
faStar as ab,
|
|
28512
28512
|
faTrash as ac,
|
|
@@ -28534,27 +28534,30 @@ export {
|
|
|
28534
28534
|
faChevronDown as ay,
|
|
28535
28535
|
faTools as az,
|
|
28536
28536
|
clsx as b,
|
|
28537
|
-
|
|
28538
|
-
|
|
28539
|
-
|
|
28540
|
-
|
|
28541
|
-
|
|
28542
|
-
|
|
28543
|
-
|
|
28544
|
-
|
|
28545
|
-
|
|
28546
|
-
|
|
28547
|
-
|
|
28548
|
-
|
|
28549
|
-
|
|
28550
|
-
|
|
28551
|
-
|
|
28552
|
-
|
|
28553
|
-
|
|
28554
|
-
|
|
28555
|
-
|
|
28556
|
-
|
|
28557
|
-
|
|
28537
|
+
requireReact as b0,
|
|
28538
|
+
LinearProgress as b1,
|
|
28539
|
+
faShield as b2,
|
|
28540
|
+
faSignOut as b3,
|
|
28541
|
+
faMagicWandSparkles as b4,
|
|
28542
|
+
faBrain as b5,
|
|
28543
|
+
faWandMagicSparkles as b6,
|
|
28544
|
+
faExternalLinkAlt as b7,
|
|
28545
|
+
faKey as b8,
|
|
28546
|
+
faGlobe as b9,
|
|
28547
|
+
faLock as ba,
|
|
28548
|
+
faEdit as bb,
|
|
28549
|
+
faSave as bc,
|
|
28550
|
+
faEnvelope as bd,
|
|
28551
|
+
faCloudUploadAlt as be,
|
|
28552
|
+
faHistory as bf,
|
|
28553
|
+
faListAlt as bg,
|
|
28554
|
+
library$1 as bh,
|
|
28555
|
+
icons as bi,
|
|
28556
|
+
CssBaseline as bj,
|
|
28557
|
+
ReactDOM as bk,
|
|
28558
|
+
ThemeProvider as bl,
|
|
28559
|
+
theme as bm,
|
|
28560
|
+
ErrorBoundary2 as bn,
|
|
28558
28561
|
createStyled2 as c,
|
|
28559
28562
|
useForkRef as d,
|
|
28560
28563
|
capitalize$1 as e,
|
package/out/renderer/index.html
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
9
9
|
<meta http-equiv="Content-Security-Policy"
|
|
10
10
|
content="default-src 'self'; connect-src 'self' http://localhost:1111 http://127.0.0.1:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111 http://127.0.0.1:1111; media-src 'self' http://localhost:1111 http://127.0.0.1:1111; font-src 'self'" />
|
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
|
12
|
-
<link rel="modulepreload" crossorigin href="./assets/theme-
|
|
11
|
+
<script type="module" crossorigin src="./assets/index-DXdSH3wR.js"></script>
|
|
12
|
+
<link rel="modulepreload" crossorigin href="./assets/theme-CuzpzMRz.js">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="./assets/theme-B9KBGB-g.css">
|
|
14
14
|
<link rel="stylesheet" crossorigin href="./assets/index-BkBEAEYS.css">
|
|
15
15
|
</head>
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
<!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP -->
|
|
9
9
|
<meta http-equiv="Content-Security-Policy"
|
|
10
10
|
content="default-src 'self'; connect-src 'self' http://localhost:1111 http://127.0.0.1:1111; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http://localhost:1111 http://127.0.0.1:1111; media-src 'self' http://localhost:1111 http://127.0.0.1:1111; font-src 'self'" />
|
|
11
|
-
<script type="module" crossorigin src="./assets/installer-
|
|
12
|
-
<link rel="modulepreload" crossorigin href="./assets/theme-
|
|
11
|
+
<script type="module" crossorigin src="./assets/installer-fCmhZBuW.js"></script>
|
|
12
|
+
<link rel="modulepreload" crossorigin href="./assets/theme-CuzpzMRz.js">
|
|
13
13
|
<link rel="stylesheet" crossorigin href="./assets/theme-B9KBGB-g.css">
|
|
14
14
|
</head>
|
|
15
15
|
|