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/fesm2022/adb-shared.mjs +27 -15
- package/fesm2022/adb-shared.mjs.map +1 -1
- package/package.json +1 -1
- package/types/adb-shared.d.ts +1 -0
package/package.json
CHANGED
package/types/adb-shared.d.ts
CHANGED
|
@@ -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;
|