@bigbinary/neeto-team-members-frontend 3.1.4 → 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 +1 -0
- package/dist/index.cjs.js +3 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
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: | - |
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"myProfile": "My Profile",
|
|
138
138
|
"mmddyy": "MM/DD/YYYY",
|
|
139
139
|
"ddmmyy": "DD/MM/YYYY",
|
|
140
|
+
"yymmdd": "YYYY/MM/DD",
|
|
140
141
|
"timeZoneOption": "{{timeZone, anyCase}} - {{currentTime}}",
|
|
141
142
|
"toUpdateProfile": "To update more information visit:",
|
|
142
143
|
"neetoAuth": "neetoAuth"
|
package/dist/index.cjs.js
CHANGED
|
@@ -666,6 +666,9 @@ var DATE_FORMAT_OPTIONS = [{
|
|
|
666
666
|
}, {
|
|
667
667
|
label: i18next.t("neetoTeamMembers.profile.common.ddmmyy"),
|
|
668
668
|
value: "%d/%m/%Y"
|
|
669
|
+
}, {
|
|
670
|
+
label: i18next.t("neetoTeamMembers.profile.common.yymmdd"),
|
|
671
|
+
value: "%Y/%m/%d"
|
|
669
672
|
}];
|
|
670
673
|
var SUBSCRIPTION_PLANS = Object.freeze({
|
|
671
674
|
PRO: "pro",
|