@bigbinary/neeto-commons-frontend 3.2.5 → 3.2.6
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.
|
@@ -5,11 +5,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.memberTexts = exports.memberTableTexts = exports.memberFormErrorTexts = void 0;
|
|
7
7
|
var memberTexts = {
|
|
8
|
-
addMember: "Add new member",
|
|
8
|
+
addMember: "Add new team member",
|
|
9
9
|
admin: "Admin",
|
|
10
10
|
agent: "Agent",
|
|
11
11
|
agents: "Agents",
|
|
12
|
-
activeMembersHeading: "Active members",
|
|
12
|
+
activeMembersHeading: "Active team members",
|
|
13
13
|
accountActivatedToastMessage: function accountActivatedToastMessage(name) {
|
|
14
14
|
return "".concat(name, "'s account has been activated.");
|
|
15
15
|
},
|
|
@@ -27,7 +27,7 @@ var memberTexts = {
|
|
|
27
27
|
deactivateMemberAlertMessage: function deactivateMemberAlertMessage(email) {
|
|
28
28
|
return "You are deactivating the member ".concat(email, ".");
|
|
29
29
|
},
|
|
30
|
-
editMember: "Edit member",
|
|
30
|
+
editMember: "Edit team member",
|
|
31
31
|
inviteMessage: function inviteMessage(_ref) {
|
|
32
32
|
var email = _ref.email,
|
|
33
33
|
role = _ref.role,
|
|
@@ -36,7 +36,7 @@ var memberTexts = {
|
|
|
36
36
|
},
|
|
37
37
|
memberAddedMessage: "Added member successfully!",
|
|
38
38
|
members: "Members",
|
|
39
|
-
newHeading: "Add new member",
|
|
39
|
+
newHeading: "Add new team member",
|
|
40
40
|
updatedMemberRole: function updatedMemberRole(email, role) {
|
|
41
41
|
return "Updated ".concat(email, "'s role to ").concat(role, ".");
|
|
42
42
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"member.js","names":["memberTexts","addMember","admin","agent","agents","activeMembersHeading","accountActivatedToastMessage","name","concat","activateMember","activateMemberAlertMessage","email","addMemberToProducts","deactivateAccountToastMessage","deactivateMember","deactivateMemberAlertMessage","editMember","inviteMessage","_ref","role","appName","memberAddedMessage","members","newHeading","updatedMemberRole","searchMembers","noDataTitle","editor","changeRole","changeRoleAlertMsg","member","collaborator","exports","memberTableTexts","created","teams","inviteStatus","memberFormErrorTexts","emailRequired","emailInvalid","removeInvalidEmail"],"sources":["../../../../../src/cypress-utils/constants/texts/member.js"],"sourcesContent":["export const memberTexts = {\n addMember: \"Add new member\",\n admin: \"Admin\",\n agent: \"Agent\",\n agents: \"Agents\",\n activeMembersHeading: \"Active members\",\n accountActivatedToastMessage: name => `${name}'s account has been activated.`,\n activateMember: \"Activate member?\",\n activateMemberAlertMessage: email =>\n `You are activating the member ${email}.`,\n addMemberToProducts: email => `Add ${email} to the following neeto products.`,\n deactivateAccountToastMessage: name =>\n `${name}'s account has been deactivated.`,\n deactivateMember: \"Deactivate member?\",\n deactivateMemberAlertMessage: email =>\n `You are deactivating the member ${email}.`,\n editMember: \"Edit member\",\n inviteMessage: ({ email, role, appName }) =>\n `${email} will be invited to ${appName} with a role of ${role}.`,\n memberAddedMessage: \"Added member successfully!\",\n members: \"Members\",\n newHeading: \"Add new member\",\n updatedMemberRole: (email, role) => `Updated ${email}'s role to ${role}.`,\n searchMembers: \"Search members\",\n noDataTitle: \"There are no members to show\",\n editor: \"Editor\",\n changeRole: \"Change role?\",\n changeRoleAlertMsg: (member, role) =>\n `You are changing the role of ${member} to ${role}.`,\n collaborator: \"Collaborator\",\n};\n\nexport const memberTableTexts = {\n created: \"Created\",\n email: \"Email\",\n name: \"Name\",\n role: \"Role\",\n teams: \"Teams\",\n inviteStatus: \"Invite status\",\n};\n\nexport const memberFormErrorTexts = {\n emailRequired: \"Please enter at least one email address.\",\n emailInvalid: \"Please ensure that all email addresses are valid.\",\n removeInvalidEmail: \"Click here to remove invalid emails.\",\n};\n"],"mappings":";;;;;;AAAO,IAAMA,WAAW,GAAG;EACzBC,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"member.js","names":["memberTexts","addMember","admin","agent","agents","activeMembersHeading","accountActivatedToastMessage","name","concat","activateMember","activateMemberAlertMessage","email","addMemberToProducts","deactivateAccountToastMessage","deactivateMember","deactivateMemberAlertMessage","editMember","inviteMessage","_ref","role","appName","memberAddedMessage","members","newHeading","updatedMemberRole","searchMembers","noDataTitle","editor","changeRole","changeRoleAlertMsg","member","collaborator","exports","memberTableTexts","created","teams","inviteStatus","memberFormErrorTexts","emailRequired","emailInvalid","removeInvalidEmail"],"sources":["../../../../../src/cypress-utils/constants/texts/member.js"],"sourcesContent":["export const memberTexts = {\n addMember: \"Add new team member\",\n admin: \"Admin\",\n agent: \"Agent\",\n agents: \"Agents\",\n activeMembersHeading: \"Active team members\",\n accountActivatedToastMessage: name => `${name}'s account has been activated.`,\n activateMember: \"Activate member?\",\n activateMemberAlertMessage: email =>\n `You are activating the member ${email}.`,\n addMemberToProducts: email => `Add ${email} to the following neeto products.`,\n deactivateAccountToastMessage: name =>\n `${name}'s account has been deactivated.`,\n deactivateMember: \"Deactivate member?\",\n deactivateMemberAlertMessage: email =>\n `You are deactivating the member ${email}.`,\n editMember: \"Edit team member\",\n inviteMessage: ({ email, role, appName }) =>\n `${email} will be invited to ${appName} with a role of ${role}.`,\n memberAddedMessage: \"Added member successfully!\",\n members: \"Members\",\n newHeading: \"Add new team member\",\n updatedMemberRole: (email, role) => `Updated ${email}'s role to ${role}.`,\n searchMembers: \"Search members\",\n noDataTitle: \"There are no members to show\",\n editor: \"Editor\",\n changeRole: \"Change role?\",\n changeRoleAlertMsg: (member, role) =>\n `You are changing the role of ${member} to ${role}.`,\n collaborator: \"Collaborator\",\n};\n\nexport const memberTableTexts = {\n created: \"Created\",\n email: \"Email\",\n name: \"Name\",\n role: \"Role\",\n teams: \"Teams\",\n inviteStatus: \"Invite status\",\n};\n\nexport const memberFormErrorTexts = {\n emailRequired: \"Please enter at least one email address.\",\n emailInvalid: \"Please ensure that all email addresses are valid.\",\n removeInvalidEmail: \"Click here to remove invalid emails.\",\n};\n"],"mappings":";;;;;;AAAO,IAAMA,WAAW,GAAG;EACzBC,SAAS,EAAE,qBAAqB;EAChCC,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE,OAAO;EACdC,MAAM,EAAE,QAAQ;EAChBC,oBAAoB,EAAE,qBAAqB;EAC3CC,4BAA4B,EAAE,SAAAA,6BAAAC,IAAI;IAAA,UAAAC,MAAA,CAAOD,IAAI;EAAA,CAAgC;EAC7EE,cAAc,EAAE,kBAAkB;EAClCC,0BAA0B,EAAE,SAAAA,2BAAAC,KAAK;IAAA,wCAAAH,MAAA,CACEG,KAAK;EAAA,CAAG;EAC3CC,mBAAmB,EAAE,SAAAA,oBAAAD,KAAK;IAAA,cAAAH,MAAA,CAAWG,KAAK;EAAA,CAAmC;EAC7EE,6BAA6B,EAAE,SAAAA,8BAAAN,IAAI;IAAA,UAAAC,MAAA,CAC9BD,IAAI;EAAA,CAAkC;EAC3CO,gBAAgB,EAAE,oBAAoB;EACtCC,4BAA4B,EAAE,SAAAA,6BAAAJ,KAAK;IAAA,0CAAAH,MAAA,CACEG,KAAK;EAAA,CAAG;EAC7CK,UAAU,EAAE,kBAAkB;EAC9BC,aAAa,EAAE,SAAAA,cAAAC,IAAA;IAAA,IAAGP,KAAK,GAAAO,IAAA,CAALP,KAAK;MAAEQ,IAAI,GAAAD,IAAA,CAAJC,IAAI;MAAEC,OAAO,GAAAF,IAAA,CAAPE,OAAO;IAAA,UAAAZ,MAAA,CACjCG,KAAK,0BAAAH,MAAA,CAAuBY,OAAO,sBAAAZ,MAAA,CAAmBW,IAAI;EAAA,CAAG;EAClEE,kBAAkB,EAAE,4BAA4B;EAChDC,OAAO,EAAE,SAAS;EAClBC,UAAU,EAAE,qBAAqB;EACjCC,iBAAiB,EAAE,SAAAA,kBAACb,KAAK,EAAEQ,IAAI;IAAA,kBAAAX,MAAA,CAAgBG,KAAK,iBAAAH,MAAA,CAAcW,IAAI;EAAA,CAAG;EACzEM,aAAa,EAAE,gBAAgB;EAC/BC,WAAW,EAAE,8BAA8B;EAC3CC,MAAM,EAAE,QAAQ;EAChBC,UAAU,EAAE,cAAc;EAC1BC,kBAAkB,EAAE,SAAAA,mBAACC,MAAM,EAAEX,IAAI;IAAA,uCAAAX,MAAA,CACCsB,MAAM,UAAAtB,MAAA,CAAOW,IAAI;EAAA,CAAG;EACtDY,YAAY,EAAE;AAChB,CAAC;AAACC,OAAA,CAAAhC,WAAA,GAAAA,WAAA;AAEK,IAAMiC,gBAAgB,GAAG;EAC9BC,OAAO,EAAE,SAAS;EAClBvB,KAAK,EAAE,OAAO;EACdJ,IAAI,EAAE,MAAM;EACZY,IAAI,EAAE,MAAM;EACZgB,KAAK,EAAE,OAAO;EACdC,YAAY,EAAE;AAChB,CAAC;AAACJ,OAAA,CAAAC,gBAAA,GAAAA,gBAAA;AAEK,IAAMI,oBAAoB,GAAG;EAClCC,aAAa,EAAE,0CAA0C;EACzDC,YAAY,EAAE,mDAAmD;EACjEC,kBAAkB,EAAE;AACtB,CAAC;AAACR,OAAA,CAAAK,oBAAA,GAAAA,oBAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export var memberTexts = {
|
|
2
|
-
addMember: "Add new member",
|
|
2
|
+
addMember: "Add new team member",
|
|
3
3
|
admin: "Admin",
|
|
4
4
|
agent: "Agent",
|
|
5
5
|
agents: "Agents",
|
|
6
|
-
activeMembersHeading: "Active members",
|
|
6
|
+
activeMembersHeading: "Active team members",
|
|
7
7
|
accountActivatedToastMessage: function accountActivatedToastMessage(name) {
|
|
8
8
|
return "".concat(name, "'s account has been activated.");
|
|
9
9
|
},
|
|
@@ -21,7 +21,7 @@ export var memberTexts = {
|
|
|
21
21
|
deactivateMemberAlertMessage: function deactivateMemberAlertMessage(email) {
|
|
22
22
|
return "You are deactivating the member ".concat(email, ".");
|
|
23
23
|
},
|
|
24
|
-
editMember: "Edit member",
|
|
24
|
+
editMember: "Edit team member",
|
|
25
25
|
inviteMessage: function inviteMessage(_ref) {
|
|
26
26
|
var email = _ref.email,
|
|
27
27
|
role = _ref.role,
|
|
@@ -30,7 +30,7 @@ export var memberTexts = {
|
|
|
30
30
|
},
|
|
31
31
|
memberAddedMessage: "Added member successfully!",
|
|
32
32
|
members: "Members",
|
|
33
|
-
newHeading: "Add new member",
|
|
33
|
+
newHeading: "Add new team member",
|
|
34
34
|
updatedMemberRole: function updatedMemberRole(email, role) {
|
|
35
35
|
return "Updated ".concat(email, "'s role to ").concat(role, ".");
|
|
36
36
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"member.js","names":["memberTexts","addMember","admin","agent","agents","activeMembersHeading","accountActivatedToastMessage","name","concat","activateMember","activateMemberAlertMessage","email","addMemberToProducts","deactivateAccountToastMessage","deactivateMember","deactivateMemberAlertMessage","editMember","inviteMessage","_ref","role","appName","memberAddedMessage","members","newHeading","updatedMemberRole","searchMembers","noDataTitle","editor","changeRole","changeRoleAlertMsg","member","collaborator","memberTableTexts","created","teams","inviteStatus","memberFormErrorTexts","emailRequired","emailInvalid","removeInvalidEmail"],"sources":["../../../../src/cypress-utils/constants/texts/member.js"],"sourcesContent":["export const memberTexts = {\n addMember: \"Add new member\",\n admin: \"Admin\",\n agent: \"Agent\",\n agents: \"Agents\",\n activeMembersHeading: \"Active members\",\n accountActivatedToastMessage: name => `${name}'s account has been activated.`,\n activateMember: \"Activate member?\",\n activateMemberAlertMessage: email =>\n `You are activating the member ${email}.`,\n addMemberToProducts: email => `Add ${email} to the following neeto products.`,\n deactivateAccountToastMessage: name =>\n `${name}'s account has been deactivated.`,\n deactivateMember: \"Deactivate member?\",\n deactivateMemberAlertMessage: email =>\n `You are deactivating the member ${email}.`,\n editMember: \"Edit member\",\n inviteMessage: ({ email, role, appName }) =>\n `${email} will be invited to ${appName} with a role of ${role}.`,\n memberAddedMessage: \"Added member successfully!\",\n members: \"Members\",\n newHeading: \"Add new member\",\n updatedMemberRole: (email, role) => `Updated ${email}'s role to ${role}.`,\n searchMembers: \"Search members\",\n noDataTitle: \"There are no members to show\",\n editor: \"Editor\",\n changeRole: \"Change role?\",\n changeRoleAlertMsg: (member, role) =>\n `You are changing the role of ${member} to ${role}.`,\n collaborator: \"Collaborator\",\n};\n\nexport const memberTableTexts = {\n created: \"Created\",\n email: \"Email\",\n name: \"Name\",\n role: \"Role\",\n teams: \"Teams\",\n inviteStatus: \"Invite status\",\n};\n\nexport const memberFormErrorTexts = {\n emailRequired: \"Please enter at least one email address.\",\n emailInvalid: \"Please ensure that all email addresses are valid.\",\n removeInvalidEmail: \"Click here to remove invalid emails.\",\n};\n"],"mappings":"AAAA,OAAO,IAAMA,WAAW,GAAG;EACzBC,SAAS,EAAE,
|
|
1
|
+
{"version":3,"file":"member.js","names":["memberTexts","addMember","admin","agent","agents","activeMembersHeading","accountActivatedToastMessage","name","concat","activateMember","activateMemberAlertMessage","email","addMemberToProducts","deactivateAccountToastMessage","deactivateMember","deactivateMemberAlertMessage","editMember","inviteMessage","_ref","role","appName","memberAddedMessage","members","newHeading","updatedMemberRole","searchMembers","noDataTitle","editor","changeRole","changeRoleAlertMsg","member","collaborator","memberTableTexts","created","teams","inviteStatus","memberFormErrorTexts","emailRequired","emailInvalid","removeInvalidEmail"],"sources":["../../../../src/cypress-utils/constants/texts/member.js"],"sourcesContent":["export const memberTexts = {\n addMember: \"Add new team member\",\n admin: \"Admin\",\n agent: \"Agent\",\n agents: \"Agents\",\n activeMembersHeading: \"Active team members\",\n accountActivatedToastMessage: name => `${name}'s account has been activated.`,\n activateMember: \"Activate member?\",\n activateMemberAlertMessage: email =>\n `You are activating the member ${email}.`,\n addMemberToProducts: email => `Add ${email} to the following neeto products.`,\n deactivateAccountToastMessage: name =>\n `${name}'s account has been deactivated.`,\n deactivateMember: \"Deactivate member?\",\n deactivateMemberAlertMessage: email =>\n `You are deactivating the member ${email}.`,\n editMember: \"Edit team member\",\n inviteMessage: ({ email, role, appName }) =>\n `${email} will be invited to ${appName} with a role of ${role}.`,\n memberAddedMessage: \"Added member successfully!\",\n members: \"Members\",\n newHeading: \"Add new team member\",\n updatedMemberRole: (email, role) => `Updated ${email}'s role to ${role}.`,\n searchMembers: \"Search members\",\n noDataTitle: \"There are no members to show\",\n editor: \"Editor\",\n changeRole: \"Change role?\",\n changeRoleAlertMsg: (member, role) =>\n `You are changing the role of ${member} to ${role}.`,\n collaborator: \"Collaborator\",\n};\n\nexport const memberTableTexts = {\n created: \"Created\",\n email: \"Email\",\n name: \"Name\",\n role: \"Role\",\n teams: \"Teams\",\n inviteStatus: \"Invite status\",\n};\n\nexport const memberFormErrorTexts = {\n emailRequired: \"Please enter at least one email address.\",\n emailInvalid: \"Please ensure that all email addresses are valid.\",\n removeInvalidEmail: \"Click here to remove invalid emails.\",\n};\n"],"mappings":"AAAA,OAAO,IAAMA,WAAW,GAAG;EACzBC,SAAS,EAAE,qBAAqB;EAChCC,KAAK,EAAE,OAAO;EACdC,KAAK,EAAE,OAAO;EACdC,MAAM,EAAE,QAAQ;EAChBC,oBAAoB,EAAE,qBAAqB;EAC3CC,4BAA4B,EAAE,SAAAA,6BAAAC,IAAI;IAAA,UAAAC,MAAA,CAAOD,IAAI;EAAA,CAAgC;EAC7EE,cAAc,EAAE,kBAAkB;EAClCC,0BAA0B,EAAE,SAAAA,2BAAAC,KAAK;IAAA,wCAAAH,MAAA,CACEG,KAAK;EAAA,CAAG;EAC3CC,mBAAmB,EAAE,SAAAA,oBAAAD,KAAK;IAAA,cAAAH,MAAA,CAAWG,KAAK;EAAA,CAAmC;EAC7EE,6BAA6B,EAAE,SAAAA,8BAAAN,IAAI;IAAA,UAAAC,MAAA,CAC9BD,IAAI;EAAA,CAAkC;EAC3CO,gBAAgB,EAAE,oBAAoB;EACtCC,4BAA4B,EAAE,SAAAA,6BAAAJ,KAAK;IAAA,0CAAAH,MAAA,CACEG,KAAK;EAAA,CAAG;EAC7CK,UAAU,EAAE,kBAAkB;EAC9BC,aAAa,EAAE,SAAAA,cAAAC,IAAA;IAAA,IAAGP,KAAK,GAAAO,IAAA,CAALP,KAAK;MAAEQ,IAAI,GAAAD,IAAA,CAAJC,IAAI;MAAEC,OAAO,GAAAF,IAAA,CAAPE,OAAO;IAAA,UAAAZ,MAAA,CACjCG,KAAK,0BAAAH,MAAA,CAAuBY,OAAO,sBAAAZ,MAAA,CAAmBW,IAAI;EAAA,CAAG;EAClEE,kBAAkB,EAAE,4BAA4B;EAChDC,OAAO,EAAE,SAAS;EAClBC,UAAU,EAAE,qBAAqB;EACjCC,iBAAiB,EAAE,SAAAA,kBAACb,KAAK,EAAEQ,IAAI;IAAA,kBAAAX,MAAA,CAAgBG,KAAK,iBAAAH,MAAA,CAAcW,IAAI;EAAA,CAAG;EACzEM,aAAa,EAAE,gBAAgB;EAC/BC,WAAW,EAAE,8BAA8B;EAC3CC,MAAM,EAAE,QAAQ;EAChBC,UAAU,EAAE,cAAc;EAC1BC,kBAAkB,EAAE,SAAAA,mBAACC,MAAM,EAAEX,IAAI;IAAA,uCAAAX,MAAA,CACCsB,MAAM,UAAAtB,MAAA,CAAOW,IAAI;EAAA,CAAG;EACtDY,YAAY,EAAE;AAChB,CAAC;AAED,OAAO,IAAMC,gBAAgB,GAAG;EAC9BC,OAAO,EAAE,SAAS;EAClBtB,KAAK,EAAE,OAAO;EACdJ,IAAI,EAAE,MAAM;EACZY,IAAI,EAAE,MAAM;EACZe,KAAK,EAAE,OAAO;EACdC,YAAY,EAAE;AAChB,CAAC;AAED,OAAO,IAAMC,oBAAoB,GAAG;EAClCC,aAAa,EAAE,0CAA0C;EACzDC,YAAY,EAAE,mDAAmD;EACjEC,kBAAkB,EAAE;AACtB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-commons-frontend",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
|
|
5
5
|
"repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
|
|
6
6
|
"author": "Amaljith K <amaljith.k@bigbinary.com>",
|