@panoramax/web-viewer 4.0.1-develop-8bf4091d → 4.0.1-develop-2250d7d3
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 +1 -0
- package/build/index.css.map +1 -1
- package/build/index.js +128 -37
- package/build/index.js.map +1 -1
- package/docs/reference/components/ui/CopyButton.md +1 -0
- package/docs/reference/components/ui/widgets/CopyCoordinates.md +32 -0
- package/docs/reference.md +1 -0
- package/mkdocs.yml +1 -0
- package/package.json +1 -1
- package/src/components/menus/PictureMetadata.js +12 -2
- package/src/components/styles.js +61 -0
- package/src/components/ui/ButtonGroup.css +2 -0
- package/src/components/ui/CopyButton.js +3 -1
- package/src/components/ui/TogglableGroup.js +1 -1
- package/src/components/ui/widgets/CopyCoordinates.js +75 -0
- package/src/components/ui/widgets/PictureLegendActions.js +1 -1
- package/src/components/ui/widgets/index.js +1 -0
- package/src/translations/en.json +3 -2
- package/src/translations/fr.json +3 -2
- package/src/utils/utils.js +13 -0
- package/tests/utils/utils.test.js +136 -109
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ Before _2.0.0_, Viewer was embed in the [API repository](https://gitlab.com/pano
|
|
|
11
11
|
### Added
|
|
12
12
|
|
|
13
13
|
- A button in EXIF tab for picture legend allows direct access to [Exiv2 tags documentation](https://exiv2.org/metadata.html).
|
|
14
|
+
- A button in Position tab for picture legend offer a simple copy-to-clipboard for picture coordinates, with various formats.
|
|
14
15
|
|
|
15
16
|
### Changed
|
|
16
17
|
|