@bigbinary/neeto-team-members-frontend 2.8.2 → 2.8.4
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/dist/index.cjs.js +331 -5853
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +310 -5833
- package/dist/index.js.map +1 -1
- package/package.json +28 -27
- package/src/translations/en.json +131 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-team-members-frontend",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.4",
|
|
4
4
|
"description": "To manage team members across neeto products.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-team-members-frontend#readme",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"author": "BigBinary",
|
|
12
12
|
"files": [
|
|
13
13
|
"dist",
|
|
14
|
-
"types.d.ts"
|
|
14
|
+
"types.d.ts",
|
|
15
|
+
"src/translations"
|
|
15
16
|
],
|
|
16
17
|
"main": "dist/index.cjs.js",
|
|
17
18
|
"module": "dist/index.js",
|
|
@@ -30,27 +31,27 @@
|
|
|
30
31
|
]
|
|
31
32
|
},
|
|
32
33
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.
|
|
34
|
-
"@babel/eslint-parser": "7.
|
|
35
|
-
"@babel/plugin-transform-runtime": "7.
|
|
36
|
-
"@babel/preset-env": "7.
|
|
37
|
-
"@babel/preset-react": "7.
|
|
38
|
-
"@babel/preset-typescript": "7.
|
|
39
|
-
"@babel/runtime": "7.
|
|
34
|
+
"@babel/core": "7.22.5",
|
|
35
|
+
"@babel/eslint-parser": "7.22.5",
|
|
36
|
+
"@babel/plugin-transform-runtime": "7.22.5",
|
|
37
|
+
"@babel/preset-env": "7.22.5",
|
|
38
|
+
"@babel/preset-react": "7.22.5",
|
|
39
|
+
"@babel/preset-typescript": "7.22.5",
|
|
40
|
+
"@babel/runtime": "7.22.5",
|
|
40
41
|
"@bigbinary/babel-preset-neeto": "1.0.3",
|
|
41
|
-
"@bigbinary/eslint-plugin-neeto": "1.0.
|
|
42
|
-
"@bigbinary/neeto-commons-frontend": "2.0.
|
|
43
|
-
"@bigbinary/neeto-filters-frontend": "2.11.
|
|
42
|
+
"@bigbinary/eslint-plugin-neeto": "1.0.51",
|
|
43
|
+
"@bigbinary/neeto-commons-frontend": "2.0.77",
|
|
44
|
+
"@bigbinary/neeto-filters-frontend": "2.11.12",
|
|
44
45
|
"@bigbinary/neeto-icons": "1.11.0",
|
|
45
|
-
"@bigbinary/neeto-molecules": "1.0.
|
|
46
|
-
"@bigbinary/neetoui": "5.0.
|
|
47
|
-
"@faker-js/faker": "8.0.
|
|
46
|
+
"@bigbinary/neeto-molecules": "1.0.34",
|
|
47
|
+
"@bigbinary/neetoui": "5.0.6",
|
|
48
|
+
"@faker-js/faker": "8.0.2",
|
|
48
49
|
"@honeybadger-io/react": "2.0.1",
|
|
49
50
|
"@rollup/plugin-alias": "5.0.0",
|
|
50
51
|
"@rollup/plugin-babel": "6.0.3",
|
|
51
52
|
"@rollup/plugin-commonjs": "25.0.0",
|
|
52
53
|
"@rollup/plugin-json": "6.0.0",
|
|
53
|
-
"@rollup/plugin-node-resolve": "15.0
|
|
54
|
+
"@rollup/plugin-node-resolve": "15.1.0",
|
|
54
55
|
"@rollup/plugin-replace": "5.0.2",
|
|
55
56
|
"@svgr/rollup": "8.0.1",
|
|
56
57
|
"@vitejs/plugin-react": "4.0.0",
|
|
@@ -65,8 +66,7 @@
|
|
|
65
66
|
"babel-preset-react": "6.24.1",
|
|
66
67
|
"babel-preset-typescript": "7.0.0-alpha.19",
|
|
67
68
|
"classnames": "2.3.2",
|
|
68
|
-
"
|
|
69
|
-
"eslint": "8.41.0",
|
|
69
|
+
"eslint": "8.42.0",
|
|
70
70
|
"eslint-config-prettier": "8.8.0",
|
|
71
71
|
"eslint-plugin-cypress": "2.13.3",
|
|
72
72
|
"eslint-plugin-import": "2.27.5",
|
|
@@ -77,19 +77,18 @@
|
|
|
77
77
|
"eslint-plugin-react": "7.32.2",
|
|
78
78
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
79
79
|
"eslint-plugin-unused-imports": "2.0.0",
|
|
80
|
-
"formik": "2.
|
|
80
|
+
"formik": "2.4.1",
|
|
81
81
|
"husky": "8.0.3",
|
|
82
|
-
"i18next": "22.5.
|
|
83
|
-
"i18next-browser-languagedetector": "7.0.1",
|
|
82
|
+
"i18next": "22.5.1",
|
|
84
83
|
"js-logger": "1.6.1",
|
|
85
84
|
"json-server": "0.17.3",
|
|
86
85
|
"lint-staged": "13.2.2",
|
|
87
86
|
"mixpanel-browser": "2.47.0",
|
|
88
87
|
"pluralize": "8.0.0",
|
|
89
|
-
"postcss": "8.4.
|
|
88
|
+
"postcss": "8.4.24",
|
|
90
89
|
"postcss-import": "15.1.0",
|
|
91
|
-
"postcss-loader": "7.3.
|
|
92
|
-
"postcss-preset-env": "8.4.
|
|
90
|
+
"postcss-loader": "7.3.2",
|
|
91
|
+
"postcss-preset-env": "8.4.2",
|
|
93
92
|
"prettier": "2.8.8",
|
|
94
93
|
"prettier-plugin-tailwindcss": "0.3.0",
|
|
95
94
|
"qs": "6.11.2",
|
|
@@ -107,12 +106,12 @@
|
|
|
107
106
|
"rollup-plugin-cleaner": "1.0.0",
|
|
108
107
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
|
109
108
|
"rollup-plugin-styles": "4.0.0",
|
|
110
|
-
"sass": "1.
|
|
109
|
+
"sass": "1.63.2",
|
|
111
110
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
|
112
111
|
"util": "0.12.5",
|
|
113
|
-
"vite": "4.3.
|
|
112
|
+
"vite": "4.3.9",
|
|
114
113
|
"vite-plugin-inspect": "0.7.28",
|
|
115
|
-
"yup": "1.
|
|
114
|
+
"yup": "1.2.0"
|
|
116
115
|
},
|
|
117
116
|
"peerDependencies": {
|
|
118
117
|
"@bigbinary/neeto-commons-frontend": "^2.0.54",
|
|
@@ -124,12 +123,14 @@
|
|
|
124
123
|
"axios": "^0.27.2",
|
|
125
124
|
"classnames": "^2.3.2",
|
|
126
125
|
"formik": "^2.2.9",
|
|
126
|
+
"i18next": "^22.5.1",
|
|
127
127
|
"js-logger": "^1.6.1",
|
|
128
128
|
"mixpanel-browser": "^2.45.0",
|
|
129
129
|
"ramda": "^0.28.0",
|
|
130
130
|
"react": "17.0.2",
|
|
131
131
|
"react-dom": "17.0.2",
|
|
132
132
|
"react-helmet": "^6.1.0",
|
|
133
|
+
"react-i18next": "^12.3.1",
|
|
133
134
|
"react-query": "3.39.2",
|
|
134
135
|
"react-router-dom": "5.3.0",
|
|
135
136
|
"react-toastify": "8.2.0",
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoTeamMembers": {
|
|
3
|
+
"alerts": {
|
|
4
|
+
"messages": {
|
|
5
|
+
"activateMember_one": "You are activating <strong>{{person}}</strong>. Are you sure you want to proceed?",
|
|
6
|
+
"activateMember_other": "You are activating <strong>{{count}}</strong> {{metaName}}. Are you sure you want to proceed?",
|
|
7
|
+
"changeRole_one": "You are changing role of <strong>{{person}}</strong> to <strong>{{role}}</strong>. Are you sure you want to proceed?",
|
|
8
|
+
"changeRole_other": "You are changing role of <strong>{{count}}</strong> {{metaName}} to <strong>{{role}}</strong>. Are you sure you want to proceed?",
|
|
9
|
+
"deactivateMember_one": "You are deactivating <strong>{{person}}</strong>. Are you sure you want to proceed?",
|
|
10
|
+
"deactivateMember_other": "You are deactivating <strong>{{count}}</strong> {{metaName}}. Are you sure you want to proceed?",
|
|
11
|
+
"deletingRole": "You are permanently deleting the role <strong>{{name}}</strong>. This action cannot be undone. Are you sure you want to proceed?"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"buttons": {
|
|
15
|
+
"back": "Back",
|
|
16
|
+
"cancel": "Cancel",
|
|
17
|
+
"continue": "Continue",
|
|
18
|
+
"proceed": "Proceed",
|
|
19
|
+
"reset": "Reset",
|
|
20
|
+
"saveChanges": "Save changes"
|
|
21
|
+
},
|
|
22
|
+
"columns": {
|
|
23
|
+
"search": "Search columns",
|
|
24
|
+
"noColumnsFound": "No columns found."
|
|
25
|
+
},
|
|
26
|
+
"common": {
|
|
27
|
+
"activate": "Activate",
|
|
28
|
+
"activate_": "Activate {{what}}",
|
|
29
|
+
"active": "Active",
|
|
30
|
+
"active_": "Active {{what}}",
|
|
31
|
+
"addNew_": "Add new {{what}}",
|
|
32
|
+
"all": "All",
|
|
33
|
+
"all_": "All {{what}}",
|
|
34
|
+
"changeRole": "Change role",
|
|
35
|
+
"deactivate": "Deactivate",
|
|
36
|
+
"deactivate_": "Deactivate {{what}}",
|
|
37
|
+
"deactivated": "Deactivated",
|
|
38
|
+
"deactivated_": "Deactivated {{what}}",
|
|
39
|
+
"delete": "Delete",
|
|
40
|
+
"description": "Description",
|
|
41
|
+
"edit": "Edit",
|
|
42
|
+
"edit_": "Edit {{what}}",
|
|
43
|
+
"email_one": "Email",
|
|
44
|
+
"email_other": "Emails",
|
|
45
|
+
"invited": "Invited",
|
|
46
|
+
"inviteStatus": "Invite status",
|
|
47
|
+
"name": "Name",
|
|
48
|
+
"notFound_": "There are no {{what}} to show",
|
|
49
|
+
"notInvited": "Not invited",
|
|
50
|
+
"pending": "Pending",
|
|
51
|
+
"permission_one": "Permission",
|
|
52
|
+
"permission_other": "Permissions",
|
|
53
|
+
"productName": "Product name",
|
|
54
|
+
"role_one": "Role",
|
|
55
|
+
"role_other": "Roles",
|
|
56
|
+
"search_": "Search {{what}}",
|
|
57
|
+
"takeAction": "Take action"
|
|
58
|
+
},
|
|
59
|
+
"helpers": {
|
|
60
|
+
"addMembersToNeetoProducts": "Add {{- emails, boldList}} to the following neeto products.",
|
|
61
|
+
"configPermissions": "Configure permissions for the modules.",
|
|
62
|
+
"enterMultipleEmails": "Please press space, tab or enter key after entering an email address.",
|
|
63
|
+
"metaNameWithCount_": "{{totalCount}} {{metaName}}",
|
|
64
|
+
"moreInfoAboutPermissions": "More information about permissions",
|
|
65
|
+
"multipleProductInvitation": "{{- emails, boldList}} will be invited to the following neeto products with the role given next to it.",
|
|
66
|
+
"noRolesFound": "No roles found.",
|
|
67
|
+
"roleWithCount_one": "{{count}} role",
|
|
68
|
+
"roleWithCount_other": "{{count}} roles",
|
|
69
|
+
"selectedMembersCount": "{{count}} {{metaName}} selected of <span>{{totalCount}}</span>",
|
|
70
|
+
"singleProductInvitation": "{{- emails, boldList}} will be invited to <strong>{{product}}</strong> with a role of <strong>{{role}}</strong>.",
|
|
71
|
+
"themeSelector": "Theme selector",
|
|
72
|
+
"visitToKnowMoreAboutPermissions": "Visit to know more about permissions",
|
|
73
|
+
"whyIsItDisabled": "Why is it disabled?"
|
|
74
|
+
},
|
|
75
|
+
"labels": {
|
|
76
|
+
"addNewRole": "Add new role",
|
|
77
|
+
"deleteRole": "Delete role",
|
|
78
|
+
"editRole": "Edit role",
|
|
79
|
+
"firstName": "First name",
|
|
80
|
+
"lastName": "Last name",
|
|
81
|
+
"manageMember_one": "Manage member",
|
|
82
|
+
"manageMember_other": "Manage members",
|
|
83
|
+
"manageRole_one": "Manage role",
|
|
84
|
+
"manageRole_other": "Manage roles",
|
|
85
|
+
"neeto_": "neeto{{product}}",
|
|
86
|
+
"roleNotFound_one": "There are no role to show",
|
|
87
|
+
"roleNotFound_other": "There are no roles to show"
|
|
88
|
+
},
|
|
89
|
+
"metaNames": {
|
|
90
|
+
"agent_one": "Agent",
|
|
91
|
+
"agent_other": "Agents",
|
|
92
|
+
"member_one": "Member",
|
|
93
|
+
"member_other": "Members"
|
|
94
|
+
},
|
|
95
|
+
"placeholders": {
|
|
96
|
+
"email": "Please enter the email addresses",
|
|
97
|
+
"enterName": "Please enter the name",
|
|
98
|
+
"enterDescription": "Please enter a description",
|
|
99
|
+
"enterRoleName": "Please enter the role name",
|
|
100
|
+
"role": "Please select a role",
|
|
101
|
+
"searchPermission_one": "Search permission",
|
|
102
|
+
"searchPermission_other": "Search permissions",
|
|
103
|
+
"searchRole_one": "Search role",
|
|
104
|
+
"searchRole_other": "Search roles"
|
|
105
|
+
},
|
|
106
|
+
"tooltips": {
|
|
107
|
+
"activateUserToEdit_one": "Please activate the user to edit their role.",
|
|
108
|
+
"activateUserToEdit_other": "Please activate the selected users to edit their role.",
|
|
109
|
+
"adminMustHaveAccess": "Admins should have access to this feature.",
|
|
110
|
+
"clickToViewPermissions": "Click to view the roles and their permissions.",
|
|
111
|
+
"noPermissionToAddMember": "Please ask the admin to permit you to add members.",
|
|
112
|
+
"noPermissionToAddRole": "Please ask the admin to permit you to add roles.",
|
|
113
|
+
"noPermissionToEditMembers": "Please ask the admin to permit you to edit members.",
|
|
114
|
+
"noPermissionToEditRoles": "Please ask the admin to permit you to edit roles.",
|
|
115
|
+
"noPermissionToRemoveRoles": "Please ask the admin to permit you to remove roles.",
|
|
116
|
+
"goBackToChangeRole": "Please go back to change the role.",
|
|
117
|
+
"hostAppIsRequired": "This neeto product is required to continue.",
|
|
118
|
+
"uncheckOnSelectPermissions": "If you select this permission, the following permissions will be unchecked: {{permissions}}"
|
|
119
|
+
},
|
|
120
|
+
"validations": {
|
|
121
|
+
"enterRoleName": "Please enter a valid role name.",
|
|
122
|
+
"filterInvalidEmails": "Click here to remove invalid emails.",
|
|
123
|
+
"nameLimitExceeded": "You have exceeded the limit of {{limit}} characters for the name.",
|
|
124
|
+
"descriptionLimitExceeded": "You have exceeded the limit of {{limit}} characters for the description.",
|
|
125
|
+
"minOneEmail": "Please enter at least one email address.",
|
|
126
|
+
"roleRequired": "Please select a role.",
|
|
127
|
+
"removeSpaces": "Please remove the spaces.",
|
|
128
|
+
"validEmail": "Please ensure that all email addresses are valid."
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|