@convep_mobilogy/react-native-qms-plugin 1.5.0 → 1.5.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/android/build.gradle +1 -1
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Assets.car +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/QmsPluginFramework +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/_CodeSignature/CodeResources +4 -4
- package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/en.json +13 -13
- 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/QmsPluginFramework +0 -0
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/_CodeSignature/CodeResources +4 -4
- package/ios/QmsPluginFramework.xcframework/ios-arm64_x86_64-simulator/QmsPluginFramework.framework/en.json +13 -13
- package/package.json +1 -1
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.21.
|
|
78
|
+
implementation "com.convep.qms:qms-plugin:1.21.1"
|
|
79
79
|
|
|
80
80
|
implementation 'androidx.appcompat:appcompat:1.6.1'
|
|
81
81
|
|
package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/Assets.car
CHANGED
|
Binary file
|
package/ios/QmsPluginFramework.xcframework/ios-arm64/QmsPluginFramework.framework/QmsPluginFramework
CHANGED
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Assets.car</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
RLxSWa0SdCdD0UzRC2O8Uk6OB/4=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/QmsPlugin.h</key>
|
|
12
12
|
<data>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>en.json</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
8lH3SDtm/3TmbvOKSzsNztM/1Hs=
|
|
50
50
|
</data>
|
|
51
51
|
</dict>
|
|
52
52
|
<key>files2</key>
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<dict>
|
|
56
56
|
<key>hash2</key>
|
|
57
57
|
<data>
|
|
58
|
-
|
|
58
|
+
emgEEFMqkC3XNrYBtiEnm7l+pKxXSbDTPsyCOIVLYqY=
|
|
59
59
|
</data>
|
|
60
60
|
</dict>
|
|
61
61
|
<key>Headers/QmsPlugin.h</key>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<dict>
|
|
119
119
|
<key>hash2</key>
|
|
120
120
|
<data>
|
|
121
|
-
|
|
121
|
+
HHusKog1Vl1eVBBRxfMPpI3NHOSkBp0B+ue5N0Xvmxo=
|
|
122
122
|
</data>
|
|
123
123
|
</dict>
|
|
124
124
|
</dict>
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"ALERT": "Alert",
|
|
9
9
|
"ERROR": "Error",
|
|
10
10
|
"OK": "OK",
|
|
11
|
-
"YES": "
|
|
12
|
-
"NO": "
|
|
11
|
+
"YES": "Yes",
|
|
12
|
+
"NO": "No",
|
|
13
13
|
"EMAIL_EMPTY": "Please do not leave the email empty.",
|
|
14
14
|
"PASSWORD_EMPTY": "Please do not leave the password empty.",
|
|
15
15
|
"EMAIL_NOT_VALID": "Email is not valid.",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"CLOSED_SUCCESS_LABEL": "Issue closed successfully",
|
|
91
91
|
"REJECT_SUCCESS_LABEL": "Issue rejected successfully",
|
|
92
92
|
"ISSUE_SUCCESS_LABEL": "Issue created successfully",
|
|
93
|
-
"ISSUE_UPDATE_LABEL": "Issue updated
|
|
93
|
+
"ISSUE_UPDATE_LABEL": "Issue successfully updated.",
|
|
94
94
|
"SUBMIT": "Submit",
|
|
95
95
|
"CONFIRM": "Confirm",
|
|
96
96
|
"CONTRACTOR": "Contractor",
|
|
@@ -349,9 +349,9 @@
|
|
|
349
349
|
"DECLINE_ISSUE_LABEL": "Are you sure you want to decline this issue?",
|
|
350
350
|
"DECLINE_SUCCESS_LABEL": "Issue decline successfully",
|
|
351
351
|
"REDO_ISSUE_LABEL": "Are you sure you want to redo this issue?",
|
|
352
|
-
"REDO_SUCCESS_LABEL": "Issue updated
|
|
352
|
+
"REDO_SUCCESS_LABEL": "Issue successfully updated.",
|
|
353
353
|
"CLOSE_ISSUE_LABEL": "Are you sure you want to close this issue?",
|
|
354
|
-
"CLOSE_SUCCESS_LABEL": "Issue
|
|
354
|
+
"CLOSE_SUCCESS_LABEL": "Issue successfully deleted.",
|
|
355
355
|
"SIGN_OFF": "OA Sign Off",
|
|
356
356
|
"BY_OWNER": "By Owner",
|
|
357
357
|
"BY_HANDLER": "By Handler",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"COMPANY_CODE": "Company Code",
|
|
505
505
|
"COMPANY_CODE_PLACEHOLDER": "Enter Company Code",
|
|
506
506
|
"USERNAME": "Username",
|
|
507
|
-
"USERNAME_PLACEHOLDER": "Enter
|
|
507
|
+
"USERNAME_PLACEHOLDER": "Enter Username",
|
|
508
508
|
"FORGOT_USERNAME": "Forgot Username ",
|
|
509
509
|
"SIGN_UP": "Sign Up",
|
|
510
510
|
"COMPANY_CODE_EMPTY": "Please do not leave the company code empty.",
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"CONTACT_NO": "Contact No.",
|
|
517
517
|
"OWNER_LOGIN": "Owner Log In",
|
|
518
518
|
"LOGIN_TITLE": "Enter OTP Verification Code",
|
|
519
|
-
"COUNTDOWN_LABEL": "You
|
|
519
|
+
"COUNTDOWN_LABEL": "You are able to resend code after ",
|
|
520
520
|
"NOT_RECEIVE_OTP": "Didn't received the code?",
|
|
521
521
|
"RESEND": "Resend",
|
|
522
522
|
"RESEND_LABEL": "Resend OTP code to",
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"LAST_UPDATED": "Last Updated",
|
|
558
558
|
"OFFLINE_UNITS": "Offline Units",
|
|
559
559
|
"NO_UNITS_SELECTED": "No Units Selected",
|
|
560
|
-
"MAX_10_UNITS": "Maximum of
|
|
560
|
+
"MAX_10_UNITS": "Maximum of 150 units are allowed. Please remove existing units from listing to add a new one.",
|
|
561
561
|
"PLEASE_SELECT_PROJECT": "Please select a project.",
|
|
562
562
|
"DONE": "Done",
|
|
563
563
|
"REMOVE_OFFLINE_UNITS_ALERT": "Do you wish to remove the offline unit from listing?",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"SELECT_CONTRACTOR": " - Select Contractor - ",
|
|
655
655
|
"CONFIRM_EDIT_ISSUE": "Are you sure to edit this issue?",
|
|
656
656
|
"CONFIRM_EDIT_ISSUE_OFFLINE": "[Offline Mode]\nAre you sure to edit this issue?",
|
|
657
|
-
"ISSUE_MATRIX_RESET": "Issue
|
|
657
|
+
"ISSUE_MATRIX_RESET": "Issue matrix reset completed.",
|
|
658
658
|
"RESETTING_ISSUE_MATRIX": "Resetting Issue Matrix",
|
|
659
659
|
"ON_BEHALF_OF_OWNER": "On behalf of Owner",
|
|
660
660
|
"OTP_CODE_SENT": "Please enter the OTP code that have been sent to ",
|
|
@@ -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 successfully 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",
|
|
@@ -720,8 +720,8 @@
|
|
|
720
720
|
"WITHDRAW_ISSUE": "Withdraw Issue",
|
|
721
721
|
"WITHDRAW_ISSUE_SUMMARY": "Withdraw Issue Summary",
|
|
722
722
|
"WITHDRAW_ISSUE_MESSAGE": "Are you sure you want to withdraw this issue?",
|
|
723
|
-
"WITHDRAW_ISSUE_SUCCESS_LABEL": "Issue
|
|
724
|
-
"ISSUES_SELECTED": "Issue(s)",
|
|
723
|
+
"WITHDRAW_ISSUE_SUCCESS_LABEL": "Issue withdrawn successfully.",
|
|
724
|
+
"ISSUES_SELECTED": "Issue(s) selected:",
|
|
725
725
|
"ENTER_REMARKS_HERE": "Enter remarks here...",
|
|
726
726
|
"WITHDRAWING": "Withdrawing",
|
|
727
727
|
"WITHDRAW_ALERT_MESSAGE": "Confirm to withdraw issue?",
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
"ENTER_NAME": "Enter Name",
|
|
736
736
|
"ENTER_EMAIL": "Enter Email Address",
|
|
737
737
|
"ENTER_CONTACT_NO": "Enter Contact No.",
|
|
738
|
-
"ENTER_NRIC_PASSPORT": "Enter NRIC/Passport",
|
|
738
|
+
"ENTER_NRIC_PASSPORT": "Enter NRIC / Passport No.",
|
|
739
739
|
"MANAGEMENT": "Management",
|
|
740
740
|
"AGREE_AND_NEXT": "Agree and Next",
|
|
741
741
|
"VIEW_HERE": "View here",
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Assets.car</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
RLxSWa0SdCdD0UzRC2O8Uk6OB/4=
|
|
10
10
|
</data>
|
|
11
11
|
<key>Headers/QmsPlugin.h</key>
|
|
12
12
|
<data>
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</data>
|
|
47
47
|
<key>en.json</key>
|
|
48
48
|
<data>
|
|
49
|
-
|
|
49
|
+
8lH3SDtm/3TmbvOKSzsNztM/1Hs=
|
|
50
50
|
</data>
|
|
51
51
|
</dict>
|
|
52
52
|
<key>files2</key>
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
<dict>
|
|
56
56
|
<key>hash2</key>
|
|
57
57
|
<data>
|
|
58
|
-
|
|
58
|
+
emgEEFMqkC3XNrYBtiEnm7l+pKxXSbDTPsyCOIVLYqY=
|
|
59
59
|
</data>
|
|
60
60
|
</dict>
|
|
61
61
|
<key>Headers/QmsPlugin.h</key>
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
<dict>
|
|
119
119
|
<key>hash2</key>
|
|
120
120
|
<data>
|
|
121
|
-
|
|
121
|
+
HHusKog1Vl1eVBBRxfMPpI3NHOSkBp0B+ue5N0Xvmxo=
|
|
122
122
|
</data>
|
|
123
123
|
</dict>
|
|
124
124
|
</dict>
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"ALERT": "Alert",
|
|
9
9
|
"ERROR": "Error",
|
|
10
10
|
"OK": "OK",
|
|
11
|
-
"YES": "
|
|
12
|
-
"NO": "
|
|
11
|
+
"YES": "Yes",
|
|
12
|
+
"NO": "No",
|
|
13
13
|
"EMAIL_EMPTY": "Please do not leave the email empty.",
|
|
14
14
|
"PASSWORD_EMPTY": "Please do not leave the password empty.",
|
|
15
15
|
"EMAIL_NOT_VALID": "Email is not valid.",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"CLOSED_SUCCESS_LABEL": "Issue closed successfully",
|
|
91
91
|
"REJECT_SUCCESS_LABEL": "Issue rejected successfully",
|
|
92
92
|
"ISSUE_SUCCESS_LABEL": "Issue created successfully",
|
|
93
|
-
"ISSUE_UPDATE_LABEL": "Issue updated
|
|
93
|
+
"ISSUE_UPDATE_LABEL": "Issue successfully updated.",
|
|
94
94
|
"SUBMIT": "Submit",
|
|
95
95
|
"CONFIRM": "Confirm",
|
|
96
96
|
"CONTRACTOR": "Contractor",
|
|
@@ -349,9 +349,9 @@
|
|
|
349
349
|
"DECLINE_ISSUE_LABEL": "Are you sure you want to decline this issue?",
|
|
350
350
|
"DECLINE_SUCCESS_LABEL": "Issue decline successfully",
|
|
351
351
|
"REDO_ISSUE_LABEL": "Are you sure you want to redo this issue?",
|
|
352
|
-
"REDO_SUCCESS_LABEL": "Issue updated
|
|
352
|
+
"REDO_SUCCESS_LABEL": "Issue successfully updated.",
|
|
353
353
|
"CLOSE_ISSUE_LABEL": "Are you sure you want to close this issue?",
|
|
354
|
-
"CLOSE_SUCCESS_LABEL": "Issue
|
|
354
|
+
"CLOSE_SUCCESS_LABEL": "Issue successfully deleted.",
|
|
355
355
|
"SIGN_OFF": "OA Sign Off",
|
|
356
356
|
"BY_OWNER": "By Owner",
|
|
357
357
|
"BY_HANDLER": "By Handler",
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
"COMPANY_CODE": "Company Code",
|
|
505
505
|
"COMPANY_CODE_PLACEHOLDER": "Enter Company Code",
|
|
506
506
|
"USERNAME": "Username",
|
|
507
|
-
"USERNAME_PLACEHOLDER": "Enter
|
|
507
|
+
"USERNAME_PLACEHOLDER": "Enter Username",
|
|
508
508
|
"FORGOT_USERNAME": "Forgot Username ",
|
|
509
509
|
"SIGN_UP": "Sign Up",
|
|
510
510
|
"COMPANY_CODE_EMPTY": "Please do not leave the company code empty.",
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"CONTACT_NO": "Contact No.",
|
|
517
517
|
"OWNER_LOGIN": "Owner Log In",
|
|
518
518
|
"LOGIN_TITLE": "Enter OTP Verification Code",
|
|
519
|
-
"COUNTDOWN_LABEL": "You
|
|
519
|
+
"COUNTDOWN_LABEL": "You are able to resend code after ",
|
|
520
520
|
"NOT_RECEIVE_OTP": "Didn't received the code?",
|
|
521
521
|
"RESEND": "Resend",
|
|
522
522
|
"RESEND_LABEL": "Resend OTP code to",
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
"LAST_UPDATED": "Last Updated",
|
|
558
558
|
"OFFLINE_UNITS": "Offline Units",
|
|
559
559
|
"NO_UNITS_SELECTED": "No Units Selected",
|
|
560
|
-
"MAX_10_UNITS": "Maximum of
|
|
560
|
+
"MAX_10_UNITS": "Maximum of 150 units are allowed. Please remove existing units from listing to add a new one.",
|
|
561
561
|
"PLEASE_SELECT_PROJECT": "Please select a project.",
|
|
562
562
|
"DONE": "Done",
|
|
563
563
|
"REMOVE_OFFLINE_UNITS_ALERT": "Do you wish to remove the offline unit from listing?",
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"SELECT_CONTRACTOR": " - Select Contractor - ",
|
|
655
655
|
"CONFIRM_EDIT_ISSUE": "Are you sure to edit this issue?",
|
|
656
656
|
"CONFIRM_EDIT_ISSUE_OFFLINE": "[Offline Mode]\nAre you sure to edit this issue?",
|
|
657
|
-
"ISSUE_MATRIX_RESET": "Issue
|
|
657
|
+
"ISSUE_MATRIX_RESET": "Issue matrix reset completed.",
|
|
658
658
|
"RESETTING_ISSUE_MATRIX": "Resetting Issue Matrix",
|
|
659
659
|
"ON_BEHALF_OF_OWNER": "On behalf of Owner",
|
|
660
660
|
"OTP_CODE_SENT": "Please enter the OTP code that have been sent to ",
|
|
@@ -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 successfully 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",
|
|
@@ -720,8 +720,8 @@
|
|
|
720
720
|
"WITHDRAW_ISSUE": "Withdraw Issue",
|
|
721
721
|
"WITHDRAW_ISSUE_SUMMARY": "Withdraw Issue Summary",
|
|
722
722
|
"WITHDRAW_ISSUE_MESSAGE": "Are you sure you want to withdraw this issue?",
|
|
723
|
-
"WITHDRAW_ISSUE_SUCCESS_LABEL": "Issue
|
|
724
|
-
"ISSUES_SELECTED": "Issue(s)",
|
|
723
|
+
"WITHDRAW_ISSUE_SUCCESS_LABEL": "Issue withdrawn successfully.",
|
|
724
|
+
"ISSUES_SELECTED": "Issue(s) selected:",
|
|
725
725
|
"ENTER_REMARKS_HERE": "Enter remarks here...",
|
|
726
726
|
"WITHDRAWING": "Withdrawing",
|
|
727
727
|
"WITHDRAW_ALERT_MESSAGE": "Confirm to withdraw issue?",
|
|
@@ -735,7 +735,7 @@
|
|
|
735
735
|
"ENTER_NAME": "Enter Name",
|
|
736
736
|
"ENTER_EMAIL": "Enter Email Address",
|
|
737
737
|
"ENTER_CONTACT_NO": "Enter Contact No.",
|
|
738
|
-
"ENTER_NRIC_PASSPORT": "Enter NRIC/Passport",
|
|
738
|
+
"ENTER_NRIC_PASSPORT": "Enter NRIC / Passport No.",
|
|
739
739
|
"MANAGEMENT": "Management",
|
|
740
740
|
"AGREE_AND_NEXT": "Agree and Next",
|
|
741
741
|
"VIEW_HERE": "View here",
|