Skip to content

Commit

Permalink
Update: Mendix Studio version 9.0.5 - mXparser version 4.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteMX committed Feb 11, 2022
1 parent 0e0895a commit 4e78628
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 2 deletions.
Binary file modified dist/MathModule.mpk
Binary file not shown.
8 changes: 6 additions & 2 deletions src/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
<projectFile path="project.mpr" />
<files>
<file path="javasource\mathmodule\Misc.java" />
<file path="userlib\MathParser.org-mXparser-4.3.3.jar" />
<file path="userlib\MathParser.org-mXparser-4.4.2.jar" />
<file path="javasource\mathmodule\actions\ConvertIntToBaseString.java" />
<file path="javasource\mathmodule\actions\ValidateComplexExpression.java" />
<file path="javasource\mathmodule\actions\RecursiveFunction.java" />
<file path="javasource\mathmodule\actions\ComplexExpression.java" />
<file path="javasource\mathmodule\actions\SimpleExpression.java" />
<file path="javasource\mathmodule\actions\ShowHelpText.java" />
<file path="javasource\mathmodule\actions\DecimalMovePoint.java" />
<file path="javasource\mathmodule\actions\ValidateComplexExpression.java" />
<file path="themesource\mathmodule\native\design-properties.json" />
<file path="themesource\mathmodule\native\main.js" />
<file path="themesource\mathmodule\web\design-properties.json" />
<file path="themesource\mathmodule\web\main.scss" />
</files>
</modelerProject>
</package>
Binary file modified src/project.mpr
Binary file not shown.
3 changes: 3 additions & 0 deletions src/themesource/mathmodule/native/design-properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}
2 changes: 2 additions & 0 deletions src/themesource/mathmodule/native/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import * as variables from "../../../theme/native/custom-variables";

3 changes: 3 additions & 0 deletions src/themesource/mathmodule/web/design-properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}
2 changes: 2 additions & 0 deletions src/themesource/mathmodule/web/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@import '../../../theme/web/custom-variables';

Binary file removed src/userlib/MathParser.org-mXparser-4.3.3.jar
Binary file not shown.
Binary file added src/userlib/MathParser.org-mXparser-4.4.2.jar
Binary file not shown.

0 comments on commit 4e78628

Please sign in to comment.