@captureid/capacitor-cidprint 0.2.65 → 5.0.1
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/CaptureidCapacitor3Cidprint.podspec +21 -0
- package/README.md +809 -20
- package/android/.project +2 -2
- package/android/.settings/org.eclipse.buildship.core.prefs +1 -1
- package/android/app/captureid/cidprinterlibrary/1.0.5/cidprinterlibrary-1.0.5.aar +0 -0
- package/android/app/captureid/cidprinterlibrary/1.0.5/cidprinterlibrary-1.0.5.pom +20 -0
- package/android/app/captureid/cidprinterlibrary/1.0.5/cidprinterlibrary-1.0.5.pom.md5 +1 -0
- package/android/app/captureid/cidprinterlibrary/1.0.5/cidprinterlibrary-1.0.5.pom.sha1 +1 -0
- package/android/app/captureid/cidprinterlibrary/maven-metadata.xml +15 -0
- package/android/app/captureid/cidprinterlibrary/maven-metadata.xml.md5 +1 -0
- package/android/app/captureid/cidprinterlibrary/maven-metadata.xml.sha1 +1 -0
- package/android/app/captureid/cidprinterlibrary/maven-metadata.xml.sha256 +1 -0
- package/android/app/captureid/cidprinterlibrary/maven-metadata.xml.sha512 +1 -0
- package/android/app/captureid/supportv1/1.0.1/supportv1-1.0.1.aar +0 -0
- package/android/app/captureid/supportv1/1.0.1/supportv1-1.0.1.pom +9 -0
- package/android/app/captureid/supportv1/1.0.1/supportv1-1.0.1.pom.md5 +1 -0
- package/android/app/captureid/supportv1/1.0.1/supportv1-1.0.1.pom.sha1 +1 -0
- package/android/app/captureid/supportv1/1.0.1/supportv1-1.0.1.pom.sha256 +1 -0
- package/android/app/captureid/supportv1/1.0.1/supportv1-1.0.1.pom.sha512 +1 -0
- package/android/app/captureid/supportv1/maven-metadata-local.xml +12 -0
- package/android/app/captureid/supportv1/maven-metadata.xml +13 -0
- package/android/app/captureid/supportv1/maven-metadata.xml.md5 +1 -0
- package/android/app/captureid/supportv1/maven-metadata.xml.sha1 +1 -0
- package/android/app/captureid/supportv1/maven-metadata.xml.sha256 +1 -0
- package/android/app/captureid/supportv1/maven-metadata.xml.sha512 +1 -0
- package/android/build.gradle +20 -5
- package/android/src/main/java/app/captureid/plugins/cidprint/CIDPrint.java +686 -175
- package/dist/docs.json +1292 -0
- package/dist/esm/configuration.d.ts +26 -0
- package/dist/esm/configuration.js +20 -0
- package/dist/esm/configuration.js.map +1 -0
- package/dist/esm/definitions.d.ts +92 -21
- package/dist/esm/definitions.js +2 -0
- package/dist/esm/definitions.js.map +1 -1
- package/dist/esm/enums.d.ts +58 -3
- package/dist/esm/enums.js +88 -0
- package/dist/esm/enums.js.map +1 -1
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/printer.d.ts +45 -0
- package/dist/esm/printer.js +1 -0
- package/dist/esm/printer.js.map +1 -0
- package/dist/esm/web.d.ts +77 -5
- package/dist/esm/web.js +102 -49
- package/dist/esm/web.js.map +1 -1
- package/dist/plugin.js +234 -48
- package/dist/plugin.js.map +1 -1
- package/ios/Plugin/BluetoothManager.h +46 -0
- package/ios/Plugin/CIDPrint.h +13 -0
- package/ios/Plugin/CIDPrint.m +518 -0
- package/ios/Plugin/{Plugin.h → CIDPrintPlugin.h} +11 -2
- package/ios/Plugin/CIDPrintPlugin.m +31 -0
- package/ios/Plugin/CIDPrinter.h +43 -0
- package/ios/Plugin/Device.h +57 -0
- package/ios/Plugin/Info.plist +8 -0
- package/ios/Plugin/InitResult.h +20 -0
- package/ios/Plugin/PrinterLibraryEvent.h +59 -0
- package/ios/Plugin/ResultClass.h +18 -0
- package/ios/Plugin/libCIDPrinterLibrary.a +0 -0
- package/package.json +19 -16
- package/android/.DS_Store +0 -0
- package/android/.npmignore +0 -1
- package/android/libs/.DS_Store +0 -0
- package/android/libs/cidprinterlibrary.aar +0 -0
- package/ios/Plugin/Plugin.m +0 -8
- package/ios/Plugin/Plugin.swift +0 -17
package/android/.project
CHANGED
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
</natures>
|
|
23
23
|
<filteredResources>
|
|
24
24
|
<filter>
|
|
25
|
-
<id>
|
|
25
|
+
<id>1664892521394</id>
|
|
26
26
|
<name></name>
|
|
27
27
|
<type>30</type>
|
|
28
28
|
<matcher>
|
|
29
29
|
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
|
30
|
-
<arguments>node_modules
|
|
30
|
+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
|
31
31
|
</matcher>
|
|
32
32
|
</filter>
|
|
33
33
|
</filteredResources>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
arguments
|
|
1
|
+
arguments=--init-script /var/folders/36/vrff655n3pz5syqsvcw57qx00000gn/T/d146c9752a26f79b52047fb6dc6ed385d064e120494f96f08ca63a317c41f94c.gradle --init-script /var/folders/36/vrff655n3pz5syqsvcw57qx00000gn/T/52cde0cfcf3e28b8b7510e992210d9614505e0911af0c190bd590d7158574963.gradle
|
|
2
2
|
auto.sync=false
|
|
3
3
|
build.scans.enabled=false
|
|
4
4
|
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
3
|
+
<modelVersion>4.0.0</modelVersion>
|
|
4
|
+
<groupId>app.captureid</groupId>
|
|
5
|
+
<artifactId>cidprinterlibrary</artifactId>
|
|
6
|
+
<version>1.0.5</version>
|
|
7
|
+
<packaging>aar</packaging>
|
|
8
|
+
<dependencies>
|
|
9
|
+
<dependency>
|
|
10
|
+
<groupId>androidx.appcompat</groupId>
|
|
11
|
+
<artifactId>appcompat</artifactId>
|
|
12
|
+
<version>1.3.1</version>
|
|
13
|
+
</dependency>
|
|
14
|
+
<dependency>
|
|
15
|
+
<groupId>app.captureid</groupId>
|
|
16
|
+
<artifactId>supportv1</artifactId>
|
|
17
|
+
<version>1.0.1</version>
|
|
18
|
+
</dependency>
|
|
19
|
+
</dependencies>
|
|
20
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
9b23aea6d3ef9fbb61cc11dee8b99fd5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
614ee78f28b878928dfa4b9576dbc04484700273
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>app.captureid</groupId>
|
|
4
|
+
<artifactId>cidprinterlibrary</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>1.0.4</latest>
|
|
7
|
+
<release>1.0.4</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>1.0.0</version>
|
|
10
|
+
<version>1.0.1</version>
|
|
11
|
+
<version>1.0.4</version>
|
|
12
|
+
</versions>
|
|
13
|
+
<lastUpdated>20220725191533</lastUpdated>
|
|
14
|
+
</versioning>
|
|
15
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3dbede253d9fc86fb887e718bb029591
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
07d71bd86c4563aedec5cdfcda9c849b2902ef46
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
da9f453d21a4c810c7c4de367b4f62180c128769f5b593ca6a1bb294b2c2b20d
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8deb510d762f12c69c698f265fd7ad0411d68506a22cb582df9e61d34b2a4bd51bafb05885ea46ee4efa5ffb83d1695f6151b9bf03fca26cd228ac5c432a695f
|
|
Binary file
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
3
|
+
<modelVersion>4.0.0</modelVersion>
|
|
4
|
+
<groupId>app.captureid</groupId>
|
|
5
|
+
<artifactId>supportv1</artifactId>
|
|
6
|
+
<version>1.0.1</version>
|
|
7
|
+
<packaging>aar</packaging>
|
|
8
|
+
<dependencies/>
|
|
9
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7f67903da6c6f67a80898ef74c42d0d7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5c58c39d957e0a62b55f09bd94f83fc436137063
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
d259f5127678fc407fbfcc2c584cb266547264b795f9053262b46b0de2a8e619
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
697f9132466bca91c4dd0035de3a3b447d19b8976c173a3f8ec35f6c8d278f9615d498495e0e2cea6af83661a68f2dd3ae389b4d3232da2675fcc43fb1e1aec7
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>app.captureid</groupId>
|
|
4
|
+
<artifactId>supportv1</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<release>1.0.0</release>
|
|
7
|
+
<versions>
|
|
8
|
+
<version>1.0.0</version>
|
|
9
|
+
</versions>
|
|
10
|
+
<lastUpdated>20211119084550</lastUpdated>
|
|
11
|
+
</versioning>
|
|
12
|
+
</metadata>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>app.captureid</groupId>
|
|
4
|
+
<artifactId>supportv1</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>1.0.0</latest>
|
|
7
|
+
<release>1.0.0</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>1.0.0</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20211222085506</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
100bb8cea34ab616906c4ecc915ce2e5
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
5fc596cf3ad952c58ad7074813bbd4e19eed83bb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
dc9f2ca7095c73ac004be6a511bc7296bdc758de7eba15f351b38e381cb9b7b6
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0b4b7d988d92ea93054c1162be132863ed98b63d695cd2178bdd63693fd52476eecd9400fb4729a04f8f73f92738a3ac868f1cae4524d825c69beae2f8dbafe6
|
package/android/build.gradle
CHANGED
|
@@ -10,7 +10,7 @@ buildscript {
|
|
|
10
10
|
jcenter()
|
|
11
11
|
}
|
|
12
12
|
dependencies {
|
|
13
|
-
classpath 'com.android.tools.build:gradle:
|
|
13
|
+
classpath 'com.android.tools.build:gradle:4.2.1'
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -40,17 +40,32 @@ repositories {
|
|
|
40
40
|
google()
|
|
41
41
|
jcenter()
|
|
42
42
|
mavenCentral()
|
|
43
|
-
|
|
44
|
-
|
|
43
|
+
mavenLocal()
|
|
44
|
+
maven {
|
|
45
|
+
url("$rootDir/../node_modules/@captureid/capacitor3-cidprint/android")
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
48
|
|
|
48
|
-
|
|
49
49
|
dependencies {
|
|
50
|
-
implementation fileTree(dir: 'libs', include: ['*.
|
|
50
|
+
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
51
51
|
implementation project(':capacitor-android')
|
|
52
52
|
testImplementation "junit:junit:$junitVersion"
|
|
53
53
|
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
|
|
54
54
|
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
|
|
55
55
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
|
56
|
+
implementation 'app.captureid:cidprinterlibrary:1.0.5'
|
|
57
|
+
implementation 'app.captureid:supportv1:1.0.1'
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
tasks.configure {
|
|
61
|
+
doFirst {
|
|
62
|
+
project
|
|
63
|
+
.parent
|
|
64
|
+
.allprojects ({
|
|
65
|
+
getRepositories()
|
|
66
|
+
.mavenLocal({mavenRepository ->
|
|
67
|
+
mavenRepository.setUrl("$rootDir/../node_modules/@captureid/capacitor3-cidprint/android")
|
|
68
|
+
})
|
|
69
|
+
})
|
|
70
|
+
}
|
|
56
71
|
}
|