@arcgis/map-components
Version:
ArcGIS Map Components
17 lines (16 loc) • 787 B
JavaScript
import { devToolsAwareTimeout as d } from "@arcgis/components-utils";
/*! All material copyright Esri, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
v4.32.13 */
function a(i) {
i.el.childElem ? i.el.isConnected || (i.view?.ui ? i.view.ui.remove(i.el.childElem) : i.widget?.view && i.widget.view.ui.remove(i.el.childElem), i._watchHandles && i._watchHandles.forEach((o) => {
o.remove();
}), i._watchHandles = [], i.widget?.destroy()) : d(() => {
i.el.isConnected || (i.view?.ui ? i.view.ui.remove(i.el) : i.widget?.view && i.widget.view.ui.remove(i.el), i._watchHandles && i._watchHandles.forEach((o) => {
o.remove();
}), i._watchHandles = [], i.widget?.destroy());
}, 1e3);
}
export {
a as o
};