WASM PAX data export

This commit is contained in:
2025-06-10 01:12:58 +02:00
parent a34c532484
commit 9224300c85
22 changed files with 2130 additions and 288 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tfdidesign-md11-load-manager",
"version": "0.1.14",
"version": "0.1.15",
"description": "",
"main": "index.js",
"type": "module",
+6 -6
View File
@@ -8,6 +8,12 @@ importers:
.:
dependencies:
react:
specifier: ^19.1.0
version: 19.1.0
react-dom:
specifier: ^19.1.0
version: 19.1.0(react@19.1.0)
uuid:
specifier: ^11.1.0
version: 11.1.0
@@ -81,12 +87,6 @@ importers:
prettier-plugin-organize-imports:
specifier: ^4.1.0
version: 4.1.0(prettier@3.5.3)(typescript@5.8.3)
react:
specifier: ^19.1.0
version: 19.1.0
react-dom:
specifier: ^19.1.0
version: 19.1.0(react@19.1.0)
rimraf:
specifier: ^6.0.1
version: 6.0.1
@@ -5,7 +5,7 @@ import Profile from '../profile/Profile';
import SBEntryPax from '../SBEntry/SBEntryPax';
import StationEntryPax from '../stationEntry/StationEntryPax';
import Tabbar from '../tabbar/Tabbar';
import ZFWEntryPax from '../ZFWEntry/ZFWEntryPax';
import ZFWEntryPax from '../zfwEntry/ZFWEntryPax';
interface PaxProps {
isER: boolean;
-10
View File
@@ -1,10 +0,0 @@
import '@mui/material';
declare module '@mui/material/styles' {
interface Theme {
screenHeight: number;
}
interface ThemeOptions {
screenHeight: number;
}
}