@banch0u/core-project-test-repository 1.8.2 → 1.8.3

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.
@@ -18,7 +18,13 @@ var labels = {
18
18
  visa: "Viza üçün",
19
19
  sign: "İmza üçün",
20
20
  reject: "İmtina üçün",
21
- print: "Çap üçün"
21
+ print: "Çap üçün",
22
+ accouncement: "Elanlar",
23
+ news: "Xəbərlər",
24
+ reservations: "Tədbir/İclas",
25
+ surveys: "Sorğular",
26
+ timeOffRequest: "İcazələr",
27
+ tutorials: "Təlimatlar və video"
22
28
  };
23
29
  var projectOptions = {
24
30
  docFlowSettings: {
@@ -28,6 +34,10 @@ var projectOptions = {
28
34
  contractSettings: {
29
35
  label: "Müqavilələr",
30
36
  keys: ["visa", "sign", "reject"]
37
+ },
38
+ accountSettings: {
39
+ label: "Şəxsi kabinet",
40
+ keys: ["accouncement", "news", "reservations", "surveys", "timeOffRequest", "tutorials"]
31
41
  }
32
42
  };
33
43
  var NotificationSettingsContent = /*#__PURE__*/React.forwardRef(function (props, ref) {
@@ -40,7 +50,7 @@ var NotificationSettingsContent = /*#__PURE__*/React.forwardRef(function (props,
40
50
  var initialValues = useSelector(function (state) {
41
51
  return state.notification.notificationSettings;
42
52
  });
43
- console.log(initialValues);
53
+ // console.log(initialValues);
44
54
  var getDefaultProjectFromPath = function getDefaultProjectFromPath(path) {
45
55
  if (path.includes("/contract")) return "contractSettings";
46
56
  return "docFlowSettings";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@banch0u/core-project-test-repository",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "Shared core features for all projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [