@bigbinary/neeto-team-members-frontend 3.1.3 → 3.1.5
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 +2 -1
- package/app/javascript/src/translations/en.json +2 -0
- package/dist/index.cjs.js +1449 -1245
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1399 -1196
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ The engine is used to seed the roles and permissions for the organization. It al
|
|
|
26
26
|
|
|
27
27
|
```ruby
|
|
28
28
|
source "NEETO_GEM_SERVER_URL" do
|
|
29
|
-
#
|
|
29
|
+
# ...existing gems
|
|
30
30
|
|
|
31
31
|
gem 'neeto-team-members-engine'
|
|
32
32
|
end
|
|
@@ -324,6 +324,7 @@ Consult the [building and releasing packages](https://neeto-engineering.neetokb.
|
|
|
324
324
|
| neetoKB | :white_check_mark: | :white_check_mark: | - |
|
|
325
325
|
| neetoMonitor | :white_check_mark: | :white_check_mark: | - |
|
|
326
326
|
| neetoPlanner | :white_check_mark: | :white_check_mark: | - |
|
|
327
|
+
| neetoPlaydash | :white_check_mark: | :white_check_mark: | - |
|
|
327
328
|
| neetoQuiz | :white_check_mark: | :white_check_mark: | - |
|
|
328
329
|
| neetoRecord | :white_check_mark: | :white_check_mark: | - |
|
|
329
330
|
| neetoReplay | :white_check_mark: | :white_check_mark: | - |
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"helpers": {
|
|
68
68
|
"addMembersToNeetoProducts": "Add {{- emails, boldList}} to the following neeto products.",
|
|
69
|
+
"manageProducts": "Too many products? <button>Disable some</button> of these products.",
|
|
69
70
|
"configPermissions": "Configure permissions for the modules.",
|
|
70
71
|
"enterMultipleEmails": "Press space, comma, tab or enter key to add multiple email addresses.",
|
|
71
72
|
"metaNameWithCount_one": "{{totalCount}} {{taxonomies.member.singular}}",
|
|
@@ -136,6 +137,7 @@
|
|
|
136
137
|
"myProfile": "My Profile",
|
|
137
138
|
"mmddyy": "MM/DD/YYYY",
|
|
138
139
|
"ddmmyy": "DD/MM/YYYY",
|
|
140
|
+
"yymmdd": "YYYY/MM/DD",
|
|
139
141
|
"timeZoneOption": "{{timeZone, anyCase}} - {{currentTime}}",
|
|
140
142
|
"toUpdateProfile": "To update more information visit:",
|
|
141
143
|
"neetoAuth": "neetoAuth"
|