adb-shared 6.2.16 → 6.2.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adb-shared",
3
- "version": "6.2.16",
3
+ "version": "6.2.17",
4
4
  "author": "ADB",
5
5
  "license": "ISC",
6
6
  "peerDependencies": {
@@ -961,6 +961,7 @@ declare class PolygonDrawerInput implements ControlValueAccessor, OnInit, AfterV
961
961
  private renderInitialShape;
962
962
  private clearShape;
963
963
  onDrawPolygon(): void;
964
+ onDrawCircle(): void;
964
965
  onUndoStep(): void;
965
966
  onDeleteShape(): void;
966
967
  onChange: any;