@convep_mobilogy/react-native-qms-plugin 0.13.5 → 0.14.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/README.md +1 -1
- package/android/build.gradle +1 -1
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/QmsPluginFramework +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/_CodeSignature/CodeResources +2 -2
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/en.json +4 -4
- 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 +2 -2
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/en.json +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ const styles = StyleSheet.create({
|
|
|
139
139
|
- `onClose` (`(event?) => void`): Called when dashboard exits.
|
|
140
140
|
- `onAnalyticsScreen` (`(screenName?, screenClass?) => void`): Screen tracking callback.
|
|
141
141
|
- `onAnalyticsEvent` (`(eventName?, params?) => void`): Event tracking callback.
|
|
142
|
-
- `themeColor`, `
|
|
142
|
+
- `themeColor`, `headerThemeColor`, `accentColor` (`string`): Theme overrides.
|
|
143
143
|
- `fontFamily` (`string`): Custom font family.
|
|
144
144
|
- `payload` (`Record<string, unknown> | null`): Optional data payload.
|
|
145
145
|
|
package/android/build.gradle
CHANGED
|
@@ -75,7 +75,7 @@ dependencies {
|
|
|
75
75
|
implementation "com.facebook.react:react-android"
|
|
76
76
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
77
77
|
implementation 'com.facebook.react:react-native:+'
|
|
78
|
-
implementation "com.convep.qms:qms-plugin:1.
|
|
78
|
+
implementation "com.convep.qms:qms-plugin:1.17.0"
|
|
79
79
|
|
|
80
80
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
81
81
|
|
package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/QmsPluginFramework
CHANGED
|
Binary file
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>en.json</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
mWIcaxrGAZNCKWBt6Ly1PIhqiuU=
|
|
50
50
|
</data>
|
|
51
51
|
</dict>
|
|
52
52
|
<key>files2</key>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<dict>
|
|
119
119
|
<key>hash2</key>
|
|
120
120
|
<data>
|
|
121
|
-
|
|
121
|
+
9E1ONCwM8uTecuKNHkW+sl63ult4RUiEj0HfaSjw+W0=
|
|
122
122
|
</data>
|
|
123
123
|
</dict>
|
|
124
124
|
</dict>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"DASHBOARD": "Dashboard",
|
|
19
19
|
"PLAN_VIEWER": "Plan Viewer",
|
|
20
20
|
"LISTING": "Listing",
|
|
21
|
-
"ISSUES": "
|
|
21
|
+
"ISSUES": "Issues",
|
|
22
22
|
"ISSUE": "Issue",
|
|
23
23
|
"NEW": "New",
|
|
24
24
|
"WIP": "W.I.P",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"REJECT_SUCCESS_LABEL": "Issue rejected successfully",
|
|
92
92
|
"ISSUE_SUCCESS_LABEL": "Issue created successfully",
|
|
93
93
|
"ISSUE_UPDATE_LABEL": "Issue updated successfully",
|
|
94
|
-
"SUBMIT": "
|
|
94
|
+
"SUBMIT": "Submit",
|
|
95
95
|
"CONFIRM": "Confirm",
|
|
96
96
|
"CONTRACTOR": "Contractor",
|
|
97
97
|
"IMAGE_UPLOAD": "Image Upload",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"SELECT_UNIT_BADGE": "Please select one unit or more to proceed",
|
|
266
266
|
"ALL_UNITS": "All Units",
|
|
267
267
|
"MAKE_TRANSACTION": "Make Transaction",
|
|
268
|
-
"SUBMITTED_ITEMS": "Submitted
|
|
268
|
+
"SUBMITTED_ITEMS": "Submitted",
|
|
269
269
|
"CODE": "Code",
|
|
270
270
|
"POSSESSOR": "Possessor",
|
|
271
271
|
"TRANSACTION": "Transaction",
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"OFFLINE_MODE": "You are currently in offline mode",
|
|
683
683
|
"UPLOAD_DOCUMENT": "Upload Document",
|
|
684
684
|
"REMOVE_DOCUMENT": "Remove Document",
|
|
685
|
-
"DELETE_ISSUE_SUCCESS_LABEL": "Issue deleted
|
|
685
|
+
"DELETE_ISSUE_SUCCESS_LABEL": "Issue successfully deleted",
|
|
686
686
|
"PA_REMINDER": "Kindly submit your key for rectification works to begin OR contact Customer Service to make alternative arrangement.",
|
|
687
687
|
"SEARCH_UNIT": "Search Unit",
|
|
688
688
|
"SEARCH_PROJECT": "Search Project",
|
|
Binary file
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>en.json</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
mWIcaxrGAZNCKWBt6Ly1PIhqiuU=
|
|
50
50
|
</data>
|
|
51
51
|
</dict>
|
|
52
52
|
<key>files2</key>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<dict>
|
|
119
119
|
<key>hash2</key>
|
|
120
120
|
<data>
|
|
121
|
-
|
|
121
|
+
9E1ONCwM8uTecuKNHkW+sl63ult4RUiEj0HfaSjw+W0=
|
|
122
122
|
</data>
|
|
123
123
|
</dict>
|
|
124
124
|
</dict>
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"DASHBOARD": "Dashboard",
|
|
19
19
|
"PLAN_VIEWER": "Plan Viewer",
|
|
20
20
|
"LISTING": "Listing",
|
|
21
|
-
"ISSUES": "
|
|
21
|
+
"ISSUES": "Issues",
|
|
22
22
|
"ISSUE": "Issue",
|
|
23
23
|
"NEW": "New",
|
|
24
24
|
"WIP": "W.I.P",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"REJECT_SUCCESS_LABEL": "Issue rejected successfully",
|
|
92
92
|
"ISSUE_SUCCESS_LABEL": "Issue created successfully",
|
|
93
93
|
"ISSUE_UPDATE_LABEL": "Issue updated successfully",
|
|
94
|
-
"SUBMIT": "
|
|
94
|
+
"SUBMIT": "Submit",
|
|
95
95
|
"CONFIRM": "Confirm",
|
|
96
96
|
"CONTRACTOR": "Contractor",
|
|
97
97
|
"IMAGE_UPLOAD": "Image Upload",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"SELECT_UNIT_BADGE": "Please select one unit or more to proceed",
|
|
266
266
|
"ALL_UNITS": "All Units",
|
|
267
267
|
"MAKE_TRANSACTION": "Make Transaction",
|
|
268
|
-
"SUBMITTED_ITEMS": "Submitted
|
|
268
|
+
"SUBMITTED_ITEMS": "Submitted",
|
|
269
269
|
"CODE": "Code",
|
|
270
270
|
"POSSESSOR": "Possessor",
|
|
271
271
|
"TRANSACTION": "Transaction",
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"OFFLINE_MODE": "You are currently in offline mode",
|
|
683
683
|
"UPLOAD_DOCUMENT": "Upload Document",
|
|
684
684
|
"REMOVE_DOCUMENT": "Remove Document",
|
|
685
|
-
"DELETE_ISSUE_SUCCESS_LABEL": "Issue deleted
|
|
685
|
+
"DELETE_ISSUE_SUCCESS_LABEL": "Issue successfully deleted",
|
|
686
686
|
"PA_REMINDER": "Kindly submit your key for rectification works to begin OR contact Customer Service to make alternative arrangement.",
|
|
687
687
|
"SEARCH_UNIT": "Search Unit",
|
|
688
688
|
"SEARCH_PROJECT": "Search Project",
|