@esri/solutions-components 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/buffer-tools_3.cjs.entry.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/map-select-tools_3.cjs.entry.js +31 -20
- package/dist/cjs/public-notification.cjs.entry.js +24 -1
- package/dist/cjs/solutions-components.cjs.js +1 -1
- package/dist/collection/components/map-draw-tools/map-draw-tools.js +3 -3
- package/dist/collection/components/map-select-tools/map-select-tools.js +33 -20
- package/dist/collection/components/public-notification/public-notification.js +24 -1
- package/dist/components/map-draw-tools2.js +3 -3
- package/dist/components/map-select-tools2.js +32 -20
- package/dist/components/public-notification.js +24 -1
- package/dist/esm/buffer-tools_3.entry.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/map-select-tools_3.entry.js +31 -20
- package/dist/esm/public-notification.entry.js +24 -1
- package/dist/esm/solutions-components.js +1 -1
- package/dist/solutions-components/p-0f427774.entry.js +6 -0
- package/dist/solutions-components/p-52b37bad.entry.js +6 -0
- package/dist/solutions-components/{p-35c9256b.entry.js → p-955647ea.entry.js} +1 -1
- package/dist/solutions-components/solutions-components.esm.js +1 -1
- package/dist/types/components/map-select-tools/map-select-tools.d.ts +5 -1
- package/dist/types/components/public-notification/public-notification.d.ts +12 -0
- package/package.json +1 -1
- package/dist/solutions-components/p-41bc9e9d.entry.js +0 -6
- package/dist/solutions-components/p-df29f4c2.entry.js +0 -6
@@ -575,10 +575,10 @@ const MapDrawTools = class {
|
|
575
575
|
* @protected
|
576
576
|
*/
|
577
577
|
_clearSketch() {
|
578
|
-
var _a;
|
579
|
-
this._sketchWidget.viewModel.cancel();
|
578
|
+
var _a, _b;
|
579
|
+
(_a = this._sketchWidget) === null || _a === void 0 ? void 0 : _a.viewModel.cancel();
|
580
580
|
this.graphics = [];
|
581
|
-
(
|
581
|
+
(_b = this._sketchGraphicsLayer) === null || _b === void 0 ? void 0 : _b.removeAll();
|
582
582
|
}
|
583
583
|
/**
|
584
584
|
* Emit the undo event
|