cozy-ui 75.0.1 → 75.2.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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
- package/react/Viewer/Panel/ActionMenuWrapper.jsx +1 -1
- package/react/Viewer/locales/en.json +1 -1
- package/react/Viewer/locales/fr.json +1 -1
- package/transpiled/react/Viewer/Panel/ActionMenuWrapper.js +1 -1
- package/transpiled/react/Viewer/withViewerLocales.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# [75.2.0](https://github.com/cozy/cozy-ui/compare/v75.1.0...v75.2.0) (2022-09-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **Viewer:** Change wording for the side of the document ([d04c206](https://github.com/cozy/cozy-ui/commit/d04c206))
|
|
7
|
+
|
|
8
|
+
# [75.1.0](https://github.com/cozy/cozy-ui/compare/v75.0.1...v75.1.0) (2022-09-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **Viewer:** Contact can now be edited ([2b9cee9](https://github.com/cozy/cozy-ui/commit/2b9cee9))
|
|
14
|
+
|
|
1
15
|
## [75.0.1](https://github.com/cozy/cozy-ui/compare/v75.0.0...v75.0.1) (2022-09-20)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -14,7 +14,7 @@ import ActionMenuDesktop from './ActionMenuDesktop'
|
|
|
14
14
|
const mespapiersAppSlug = 'mespapiers'
|
|
15
15
|
|
|
16
16
|
const checkEditableAttribute = name => {
|
|
17
|
-
const isNotEditableAttributes = ['datetime', 'qualification'
|
|
17
|
+
const isNotEditableAttributes = ['datetime', 'qualification']
|
|
18
18
|
return !isNotEditableAttributes.includes(name)
|
|
19
19
|
}
|
|
20
20
|
|
|
@@ -11,7 +11,7 @@ import ActionMenuDesktop from "cozy-ui/transpiled/react/Viewer/Panel/ActionMenuD
|
|
|
11
11
|
var mespapiersAppSlug = 'mespapiers';
|
|
12
12
|
|
|
13
13
|
var checkEditableAttribute = function checkEditableAttribute(name) {
|
|
14
|
-
var isNotEditableAttributes = ['datetime', 'qualification'
|
|
14
|
+
var isNotEditableAttributes = ['datetime', 'qualification'];
|
|
15
15
|
return !isNotEditableAttributes.includes(name);
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -59,7 +59,7 @@ var en = {
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
contact: "Owner",
|
|
62
|
-
page: "
|
|
62
|
+
page: "Side of the document",
|
|
63
63
|
front: "Front side",
|
|
64
64
|
back: "Back side",
|
|
65
65
|
qualification: "Qualification",
|
|
@@ -149,7 +149,7 @@ var fr = {
|
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
151
|
contact: "Titulaire",
|
|
152
|
-
page: "
|
|
152
|
+
page: "Face du document",
|
|
153
153
|
front: "Face avant",
|
|
154
154
|
back: "Face arri\xE8re",
|
|
155
155
|
qualification: "Qualification",
|