@convep_mobilogy/react-native-qms-plugin 0.10.5 → 0.11.0
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/android/build.gradle +1 -1
- package/ios/QmsPlugin/QmsDashboardViewManager.mm +64 -1
- package/ios/QmsPlugin/QmsModule.mm +19 -2
- package/ios/QmsPlugin/QmsThemeRuntime.h +22 -0
- package/ios/QmsPlugin/QmsThemeRuntime.m +39 -0
- package/ios/QmsPlugin/UIViewController+QmsAnalytics.m +148 -7
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Assets.car +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Montserrat-Bold.ttf +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Montserrat-Medium.ttf +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Montserrat-Regular.ttf +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/QmsPluginFramework +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/_CodeSignature/CodeResources +68 -2
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/bm.json +780 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/cn.json +781 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/en.json +781 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Assets.car +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Montserrat-Bold.ttf +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Montserrat-Medium.ttf +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/Montserrat-Regular.ttf +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/QmsPluginFramework +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/_CodeSignature/CodeResources +68 -2
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/bm.json +780 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/cn.json +781 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/en.json +781 -0
- package/lib/module/QmsDashboardView.android.js +16 -16
- package/lib/module/QmsDashboardView.android.js.map +1 -1
- package/lib/module/QmsDashboardView.ios.js +12 -2
- package/lib/module/QmsDashboardView.ios.js.map +1 -1
- package/lib/typescript/src/QmsDashboardView.ios.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/QmsDashboardView.android.tsx +16 -16
- package/src/QmsDashboardView.ios.tsx +28 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Assets.car</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
kEpAubglJYNFlRT4LSRI2MmXQlg=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/QmsPlugin.h</key>
|
|
12
12
|
<data>
|
|
@@ -24,6 +24,30 @@
|
|
|
24
24
|
<data>
|
|
25
25
|
BD9YnWBkeFmDcuOl4cAjALd/7yw=
|
|
26
26
|
</data>
|
|
27
|
+
<key>Montserrat-Bold.ttf</key>
|
|
28
|
+
<data>
|
|
29
|
+
vnwUOAcKtjfhFxaRXk5QkDcm3Mg=
|
|
30
|
+
</data>
|
|
31
|
+
<key>Montserrat-Medium.ttf</key>
|
|
32
|
+
<data>
|
|
33
|
+
d/NVNBXYWMZTuupFqsqyAZZ3YzQ=
|
|
34
|
+
</data>
|
|
35
|
+
<key>Montserrat-Regular.ttf</key>
|
|
36
|
+
<data>
|
|
37
|
+
7BPvHyyZ+HgNby6z+fJ++J8wFhs=
|
|
38
|
+
</data>
|
|
39
|
+
<key>bm.json</key>
|
|
40
|
+
<data>
|
|
41
|
+
PWeiaoATJ5Tmok3tqZ2zbqPpvY0=
|
|
42
|
+
</data>
|
|
43
|
+
<key>cn.json</key>
|
|
44
|
+
<data>
|
|
45
|
+
IeWp7CtgjE4S1AXI2avoC5pUwMA=
|
|
46
|
+
</data>
|
|
47
|
+
<key>en.json</key>
|
|
48
|
+
<data>
|
|
49
|
+
X7Dm5XAAyo7V/dbykrhTjHVVkn4=
|
|
50
|
+
</data>
|
|
27
51
|
</dict>
|
|
28
52
|
<key>files2</key>
|
|
29
53
|
<dict>
|
|
@@ -31,7 +55,7 @@
|
|
|
31
55
|
<dict>
|
|
32
56
|
<key>hash2</key>
|
|
33
57
|
<data>
|
|
34
|
-
|
|
58
|
+
0sUdnIkwFavEcnM4vnqYtEL76ynKxgMhnZSeTzEv99c=
|
|
35
59
|
</data>
|
|
36
60
|
</dict>
|
|
37
61
|
<key>Headers/QmsPlugin.h</key>
|
|
@@ -55,6 +79,48 @@
|
|
|
55
79
|
e+P6RtiuicqWfZ3H2B43r960DPkFwUWqXKWU+w7OVD0=
|
|
56
80
|
</data>
|
|
57
81
|
</dict>
|
|
82
|
+
<key>Montserrat-Bold.ttf</key>
|
|
83
|
+
<dict>
|
|
84
|
+
<key>hash2</key>
|
|
85
|
+
<data>
|
|
86
|
+
f6k9fapcL4gaZycinCEXgt5rdgCPvWNGs9dmTo/IP0M=
|
|
87
|
+
</data>
|
|
88
|
+
</dict>
|
|
89
|
+
<key>Montserrat-Medium.ttf</key>
|
|
90
|
+
<dict>
|
|
91
|
+
<key>hash2</key>
|
|
92
|
+
<data>
|
|
93
|
+
zRYcujo83PaK1yGSD80WTIfnt8yea61RAnjD+jeNkdI=
|
|
94
|
+
</data>
|
|
95
|
+
</dict>
|
|
96
|
+
<key>Montserrat-Regular.ttf</key>
|
|
97
|
+
<dict>
|
|
98
|
+
<key>hash2</key>
|
|
99
|
+
<data>
|
|
100
|
+
75z5nwF1vvUwuIk0vZBPz1b3c87G/U37jMr3ziu9OV4=
|
|
101
|
+
</data>
|
|
102
|
+
</dict>
|
|
103
|
+
<key>bm.json</key>
|
|
104
|
+
<dict>
|
|
105
|
+
<key>hash2</key>
|
|
106
|
+
<data>
|
|
107
|
+
66O9IXhz9EzcdoULJI0EQ2d+TxbKeqB/ojI1dKuPF5M=
|
|
108
|
+
</data>
|
|
109
|
+
</dict>
|
|
110
|
+
<key>cn.json</key>
|
|
111
|
+
<dict>
|
|
112
|
+
<key>hash2</key>
|
|
113
|
+
<data>
|
|
114
|
+
iBpiD/sGrHsIjhadlFeetj9OBEd+QOCIlXDBBibjEw4=
|
|
115
|
+
</data>
|
|
116
|
+
</dict>
|
|
117
|
+
<key>en.json</key>
|
|
118
|
+
<dict>
|
|
119
|
+
<key>hash2</key>
|
|
120
|
+
<data>
|
|
121
|
+
S+vrXUroDoLwz8Wj8IbMLzSfNPdBglOGEIJmJos1nrg=
|
|
122
|
+
</data>
|
|
123
|
+
</dict>
|
|
58
124
|
</dict>
|
|
59
125
|
<key>rules</key>
|
|
60
126
|
<dict>
|