@bigbinary/neeto-team-members-frontend 4.4.26 → 4.5.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.
Files changed (56) hide show
  1. package/app/javascript/src/translations/en.json +36 -6
  2. package/dist/Groups.js +2 -2
  3. package/dist/ManageMember.js +5 -5
  4. package/dist/Profile.js +318 -140
  5. package/dist/Profile.js.map +1 -1
  6. package/dist/Roles.js +2 -2
  7. package/dist/{RolesRadioGroup-Cwdovd4_.js → RolesRadioGroup-Bxt7zZkh.js} +2 -2
  8. package/dist/{RolesRadioGroup-Cwdovd4_.js.map → RolesRadioGroup-Bxt7zZkh.js.map} +1 -1
  9. package/dist/{RolesRadioGroup-Cj_ehpnj.js → RolesRadioGroup-CGjcYVyV.js} +2 -2
  10. package/dist/{RolesRadioGroup-Cj_ehpnj.js.map → RolesRadioGroup-CGjcYVyV.js.map} +1 -1
  11. package/dist/RolesRadioGroup.js +2 -2
  12. package/dist/TeamMembers.js +175 -24
  13. package/dist/TeamMembers.js.map +1 -1
  14. package/dist/cjs/Groups.js +2 -2
  15. package/dist/cjs/ManageMember.js +5 -5
  16. package/dist/cjs/Profile.js +316 -138
  17. package/dist/cjs/Profile.js.map +1 -1
  18. package/dist/cjs/Roles.js +2 -2
  19. package/dist/cjs/RolesRadioGroup.js +2 -2
  20. package/dist/cjs/TeamMembers.js +174 -23
  21. package/dist/cjs/TeamMembers.js.map +1 -1
  22. package/dist/cjs/constants.js +5 -2
  23. package/dist/cjs/constants.js.map +1 -1
  24. package/dist/cjs/hooks.js +3 -3
  25. package/dist/cjs/index.js +12 -9
  26. package/dist/cjs/index.js.map +1 -1
  27. package/dist/cjs/utils.js +2 -2
  28. package/dist/{constants-BYGIelYc.js → constants-BdTiHt55.js} +3 -3
  29. package/dist/{constants-BYGIelYc.js.map → constants-BdTiHt55.js.map} +1 -1
  30. package/dist/{constants-CmhmtttG.js → constants-CVJk8LWV.js} +3 -3
  31. package/dist/{constants-CmhmtttG.js.map → constants-CVJk8LWV.js.map} +1 -1
  32. package/dist/constants.js +7 -1
  33. package/dist/constants.js.map +1 -1
  34. package/dist/hooks.js +3 -3
  35. package/dist/{index-DIett4kG.js → index-BEa7d06u.js} +4 -4
  36. package/dist/{index-DIett4kG.js.map → index-BEa7d06u.js.map} +1 -1
  37. package/dist/{index-C54nXmSx.js → index-CWyeI4Kz.js} +2 -2
  38. package/dist/{index-C54nXmSx.js.map → index-CWyeI4Kz.js.map} +1 -1
  39. package/dist/{index-BzXDzsrQ.js → index-CjxpjqPH.js} +4 -4
  40. package/dist/{index-BzXDzsrQ.js.map → index-CjxpjqPH.js.map} +1 -1
  41. package/dist/{index-C3B4Tkzb.js → index-Dvjcz-b3.js} +2 -2
  42. package/dist/{index-C3B4Tkzb.js.map → index-Dvjcz-b3.js.map} +1 -1
  43. package/dist/index.js +12 -9
  44. package/dist/index.js.map +1 -1
  45. package/dist/{useMembersSidenav-Cr62csJp.js → useMembersSidenav-DZL248nl.js} +2 -2
  46. package/dist/{useMembersSidenav-Cr62csJp.js.map → useMembersSidenav-DZL248nl.js.map} +1 -1
  47. package/dist/{useMembersSidenav-DF1oXHi4.js → useMembersSidenav-DoqlX-eu.js} +2 -2
  48. package/dist/{useMembersSidenav-DF1oXHi4.js.map → useMembersSidenav-DoqlX-eu.js.map} +1 -1
  49. package/dist/{useTeamsApi-1Zy6Vd6v.js → useTeamsApi-DLoZKPuX.js} +15 -4
  50. package/dist/useTeamsApi-DLoZKPuX.js.map +1 -0
  51. package/dist/{useTeamsApi-BC2K4Ol1.js → useTeamsApi-DqizqY5S.js} +15 -3
  52. package/dist/useTeamsApi-DqizqY5S.js.map +1 -0
  53. package/dist/utils.js +2 -2
  54. package/package.json +1 -1
  55. package/dist/useTeamsApi-1Zy6Vd6v.js.map +0 -1
  56. package/dist/useTeamsApi-BC2K4Ol1.js.map +0 -1
@@ -31,12 +31,16 @@
31
31
  "back": "Back",
32
32
  "cancel": "Cancel",
33
33
  "continue": "Continue",
34
+ "download": "Download",
35
+ "editBasicInfo": "Edit basic info",
36
+ "manageBillingAndSubscriptions": "Manage billing and subscriptions",
34
37
  "reset": "Reset",
35
38
  "saveChanges": "Save changes",
36
39
  "delete": "Delete",
37
40
  "activate": "Activate",
38
41
  "remove": "Remove",
39
- "changeRole": "Change role"
42
+ "changeRole": "Change role",
43
+ "updateEmail": "Update email"
40
44
  },
41
45
  "columns": {
42
46
  "search": "Search columns",
@@ -60,6 +64,7 @@
60
64
  "edit_": "Edit {{what}}",
61
65
  "email_one": "Email",
62
66
  "email_other": "Emails",
67
+ "format": "Format",
63
68
  "name": "Name",
64
69
  "notFound_": "There are no {{what}} to show",
65
70
  "notFoundWithKind_": "There are no {{kind}} {{what}} to show",
@@ -71,7 +76,8 @@
71
76
  "search_": "Search {{what}}",
72
77
  "takeAction": "Take action",
73
78
  "remove": "Remove",
74
- "loading": "Loading..."
79
+ "loading": "Loading...",
80
+ "subscriptionType": "{{subscription}} plan"
75
81
  },
76
82
  "helpers": {
77
83
  "addMembersToNeetoProducts": "Add {{- emails, boldList}} to the following neeto products.",
@@ -96,6 +102,8 @@
96
102
  },
97
103
  "labels": {
98
104
  "addNewRole": "Add new role",
105
+ "billingAndSubscriptions": "Billing and subscriptions",
106
+ "country": "Country",
99
107
  "deleteRole": "Delete role?",
100
108
  "editRole": "Edit role",
101
109
  "firstName": "First name",
@@ -105,13 +113,22 @@
105
113
  "manageRole_one": "Manage role",
106
114
  "manageRole_other": "Manage roles",
107
115
  "neeto_": "Neeto{{product, anyCase}}",
116
+ "preferredDateFormat": "Preferred date format",
117
+ "preferredTimeFormat": "Preferred time format",
108
118
  "roleNotFound_one": "There are no role to show",
109
119
  "roleNotFound_other": "There are no roles to show",
110
120
  "upgradeToProPlan": "Upgrade the above added members to the PRO",
111
121
  "deleteTitle": "Delete {{resource}}?",
112
122
  "removeMember": "Remove {{member}}?",
123
+ "timeZone": "Time zone",
113
124
  "totalMembers": "Total {{taxonomies.member.plural}}",
114
- "groupName": "{{taxonomies.group.singular, anyCase}} name"
125
+ "groupName": "{{taxonomies.group.singular, anyCase}} name",
126
+ "downloadAs": "Download as {{format, anyCase}}",
127
+ "downloads": {
128
+ "pdf": "PDF",
129
+ "csv": "CSV",
130
+ "xlsx": "Excel"
131
+ }
115
132
  },
116
133
  "placeholders": {
117
134
  "email": "Please enter the email addresses",
@@ -152,6 +169,14 @@
152
169
  "noWhiteSpaces": "{{what, anyCase}} should not lead or end with white spaces",
153
170
  "max": "Field must be less than {{size}} characters"
154
171
  },
172
+ "downloadPane": {
173
+ "title": "Download {{taxonomies.member.plural}}",
174
+ "description": {
175
+ "selectedMembers_one": "Download selected {{taxonomies.member.singular}}",
176
+ "selectedMembers_other": "Download {{count}} selected {{taxonomies.member.plural}}",
177
+ "allMembers": "Download all {{taxonomies.member.plural}}"
178
+ }
179
+ },
155
180
  "profile": {
156
181
  "common": {
157
182
  "myProfile": "My Profile",
@@ -168,8 +193,8 @@
168
193
  "lastName": "Last name",
169
194
  "selectCountry": "Select country",
170
195
  "selectTimeZone": "Select time zone",
171
- "dateFormat": "Date format",
172
- "selectTimeFormat": "Select time format"
196
+ "dateFormat": "Select preferred date format",
197
+ "selectTimeFormat": "Select preferred time format"
173
198
  },
174
199
  "placeholder": {
175
200
  "firstName": "First name",
@@ -178,7 +203,7 @@
178
203
  },
179
204
  "avatar": {
180
205
  "profilePicture": "Profile picture",
181
- "profilePictureUploadMessage": "Only <code>JPEG, PNG</code> files are supported. Max size <strong>{{limit}}MB</strong>.",
206
+ "profilePictureUploadMessage": "Only JPEG, PNG files are supported. Maximum allowed file size is <strong>{{limit}}MB</strong>.",
182
207
  "changeProfilePicture": "Change profile picture",
183
208
  "uploadProfilePicture": "Upload profile picture"
184
209
  },
@@ -199,5 +224,10 @@
199
224
  "dotsNotAllowed": "Dots are not allowed"
200
225
  }
201
226
  }
227
+ },
228
+ "toastr": {
229
+ "success": {
230
+ "downloadMembers": "Your file is being prepared. It will be sent to <strong>{{email}}</strong> shortly."
231
+ }
202
232
  }
203
233
  }
package/dist/Groups.js CHANGED
@@ -11,7 +11,7 @@ import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
11
11
  import { useQuery } from '@tanstack/react-query';
12
12
  import { prop, pluck, mergeLeft, isEmpty } from 'ramda';
13
13
  import axios from 'axios';
14
- import { B as BASE_URL, Q as QUERY_KEYS, d as DEFAULT_PAGE_PROPERTIES } from './constants-BYGIelYc.js';
14
+ import { B as BASE_URL, Q as QUERY_KEYS, d as DEFAULT_PAGE_PROPERTIES } from './constants-BdTiHt55.js';
15
15
  import Pane from '@bigbinary/neetoui/Pane';
16
16
  import Typography from '@bigbinary/neetoui/Typography';
17
17
  import { captureAnalyticsEvent } from '@bigbinary/neeto-commons-frontend/utils';
@@ -37,7 +37,7 @@ import Tooltip from '@bigbinary/neetoui/Tooltip';
37
37
  import { pluralizeLabelUsingTaxonomy } from './utils.js';
38
38
  import '@bigbinary/neeto-commons-frontend/constants';
39
39
  import './_commonjsHelpers-BFTU3MAI.js';
40
- import './useTeamsApi-1Zy6Vd6v.js';
40
+ import './useTeamsApi-DLoZKPuX.js';
41
41
  import '@babel/runtime/helpers/objectWithoutProperties';
42
42
  import 'qs';
43
43
  import './queryClient-Dsu-gu4Y.js';
@@ -15,17 +15,17 @@ import '@bigbinary/neetoui/formik/ActionBlock';
15
15
  import '@bigbinary/neetoui/formik/Form';
16
16
  import 'ramda';
17
17
  import 'react-i18next';
18
- import './index-C3B4Tkzb.js';
19
- import './useTeamsApi-1Zy6Vd6v.js';
20
- export { M as default } from './index-DIett4kG.js';
21
- import './RolesRadioGroup-Cwdovd4_.js';
18
+ import './index-Dvjcz-b3.js';
19
+ import './useTeamsApi-DLoZKPuX.js';
20
+ export { M as default } from './index-BEa7d06u.js';
21
+ import './RolesRadioGroup-Bxt7zZkh.js';
22
22
  import 'react/jsx-runtime';
23
23
  import '@babel/runtime/helpers/objectWithoutProperties';
24
24
  import '@tanstack/react-query';
25
25
  import '@bigbinary/neeto-cist';
26
26
  import '@bigbinary/neeto-commons-frontend/react-utils';
27
27
  import 'axios';
28
- import './constants-BYGIelYc.js';
28
+ import './constants-BdTiHt55.js';
29
29
  import 'i18next';
30
30
  import '@bigbinary/neeto-commons-frontend/constants';
31
31
  import '@babel/runtime/helpers/toConsumableArray';