@edgepdf/viewer-react 0.0.6 → 0.0.8
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/dist/images/layers-2x.png +0 -0
- package/dist/images/layers.png +0 -0
- package/dist/images/marker-icon-2x.png +0 -0
- package/dist/images/marker-icon.png +0 -0
- package/dist/images/marker-shadow.png +0 -0
- package/dist/images/pin-gray-selected.png +0 -0
- package/dist/images/pin-gray.png +0 -0
- package/dist/images/pin-yellow-selected.png +0 -0
- package/dist/images/pin-yellow.png +0 -0
- package/dist/images/pin.png +0 -0
- package/dist/index.js +3 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -23538,6 +23538,9 @@ var MarkerManager = class {
|
|
|
23538
23538
|
const newIcon = this.createCustomIcon(updates.iconType);
|
|
23539
23539
|
leafletMarker.setIcon(newIcon);
|
|
23540
23540
|
}
|
|
23541
|
+
if (updates.referenceId !== void 0) {
|
|
23542
|
+
marker.referenceId = updates.referenceId;
|
|
23543
|
+
}
|
|
23541
23544
|
this.updateLeafletMarkerDisplay(leafletMarker, marker);
|
|
23542
23545
|
return true;
|
|
23543
23546
|
}
|
package/package.json
CHANGED