Updated the kalk version in web related things

This commit is contained in:
PaddiM8 2021-03-31 22:10:05 +02:00
parent 4751bbffe0
commit 277b1ed4c0
13 changed files with 18871 additions and 684 deletions

0
kalk/wasm-build.sh Normal file → Executable file
View File

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/kalk_mobile.iml" filepath="$PROJECT_DIR$/.idea/kalk_mobile.iml" />
</modules>
</component>
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project>

View File

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f715975d-940d-4ed4-9dbe-0bcb3d72e51d" name="Default Changelist" comment="">
<change beforePath="$PROJECT_DIR$/../kalk_web/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/../kalk_web/package.json" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
</component>
<component name="ProjectId" id="1oqzGVAHOChotOQC3zxGgKEnwPL" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="last_opened_file_path" value="$PROJECT_DIR$/android" />
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f715975d-940d-4ed4-9dbe-0bcb3d72e51d" name="Default Changelist" comment="" />
<created>1614028812239</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1614028812239</updated>
</task>
<servers />
</component>
<component name="WindowStateProjectService">
<state x="1063" y="445" width="424" height="476" key="FileChooserDialogImpl" timestamp="1614028832581">
<screen x="0" y="0" width="2560" height="1440" />
</state>
<state x="1063" y="445" width="424" height="476" key="FileChooserDialogImpl/0.0.2560.1440/2560.0.1920.1080@0.0.2560.1440" timestamp="1614028832581" />
</component>
</project>

View File

@ -6,8 +6,8 @@ android {
applicationId "net.strct.kalk"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
versionName "1.0"
versionCode 11
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -4,6 +4,7 @@
"bundledWebRuntime": true,
"npmClient": "npm",
"webDir": "www",
"linuxAndroidStudioPath": "/opt/android-studio/bin/studio.sh",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0

View File

@ -1,4 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />
</widget>

View File

@ -4,6 +4,7 @@
"bundledWebRuntime": true,
"npmClient": "npm",
"webDir": "www",
"linuxAndroidStudioPath": "/opt/android-studio/bin/studio.sh",
"plugins": {
"SplashScreen": {
"launchShowDuration": 0

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "kalk_mobile",
"version": "1.0.0",
"version": "1.0.1",
"description": "kalk mobile",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -16,7 +16,7 @@
"@capacitor/android": "^2.4.5",
"@capacitor/cli": "^2.4.5",
"@capacitor/core": "^2.4.5",
"@paddim8/kalk-component": "^1.0.11"
"@paddim8/kalk-component": "^1.0.13"
},
"devDependencies": {
"@capacitor-community/electron": "^1.3.2",

11428
kalk_web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@paddim8/kalk-component",
"version": "1.0.11",
"version": "1.0.13",
"description": "A Svelte component for kalk, a calculator that supports user-defined functions and variables.",
"svelte": "src/main.ts",
"main": "public/build/bundle.js",
@ -55,7 +55,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@paddim8/kalk": "^1.4.3",
"@paddim8/kalk": "^1.4.4",
"shadow-selection-polyfill": "^1.1.0"
},
"browserslist": [