Skip to content

Commit 4e78628

Browse files
author
JelteMX
committed
Update: Mendix Studio version 9.0.5 - mXparser version 4.4.2
1 parent 0e0895a commit 4e78628

File tree

9 files changed

+16
-2
lines changed

9 files changed

+16
-2
lines changed

dist/MathModule.mpk

18.9 KB
Binary file not shown.

src/package.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
<projectFile path="project.mpr" />
66
<files>
77
<file path="javasource\mathmodule\Misc.java" />
8-
<file path="userlib\MathParser.org-mXparser-4.3.3.jar" />
8+
<file path="userlib\MathParser.org-mXparser-4.4.2.jar" />
99
<file path="javasource\mathmodule\actions\ConvertIntToBaseString.java" />
10+
<file path="javasource\mathmodule\actions\ValidateComplexExpression.java" />
1011
<file path="javasource\mathmodule\actions\RecursiveFunction.java" />
1112
<file path="javasource\mathmodule\actions\ComplexExpression.java" />
1213
<file path="javasource\mathmodule\actions\SimpleExpression.java" />
1314
<file path="javasource\mathmodule\actions\ShowHelpText.java" />
1415
<file path="javasource\mathmodule\actions\DecimalMovePoint.java" />
15-
<file path="javasource\mathmodule\actions\ValidateComplexExpression.java" />
16+
<file path="themesource\mathmodule\native\design-properties.json" />
17+
<file path="themesource\mathmodule\native\main.js" />
18+
<file path="themesource\mathmodule\web\design-properties.json" />
19+
<file path="themesource\mathmodule\web\main.scss" />
1620
</files>
1721
</modelerProject>
1822
</package>

src/project.mpr

0 Bytes
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import * as variables from "../../../theme/native/custom-variables";
2+
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
3+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import '../../../theme/web/custom-variables';
2+
-386 KB
Binary file not shown.
404 KB
Binary file not shown.

0 commit comments

Comments
 (0)