@progress/kendo-react-map
Version:
KendoReact Map package
9 lines (8 loc) • 1.53 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./before-reset-event.js"),o=require("./map-click-event.js"),E=require("./marker-activate-event.js"),s=require("./marker-click-event.js"),v=require("./marker-created-event.js"),c=require("./pan-end-event.js"),i=require("./pan-event.js"),u=require("./reset-event.js"),p=require("./shape-click-event.js"),k=require("./shape-created-event.js"),C=require("./shape-feature-created-event.js"),d=require("./shape-mouse-enter-event.js"),h=require("./shape-mouse-leave-event.js"),q=require("./zoom-end-event.js"),m=require("./zoom-start-event.js"),t={beforeReset:a.BeforeResetEvent,mapClick:o.MapClickEvent,markerActivate:E.MarkerActivateEvent,markerClick:s.MarkerClickEvent,markerCreated:v.MarkerCreatedEvent,panEnd:c.PanEndEvent,pan:i.PanEvent,reset:u.ResetEvent,shapeClick:p.ShapeClickEvent,shapeCreated:k.ShapeCreatedEvent,shapeFeatureCreated:C.ShapeFeatureCreatedEvent,shapeMouseEnter:d.ShapeMouseEnterEvent,shapeMouseLeave:h.ShapeMouseLeaveEvent,zoomEnd:q.ZoomEndEvent,zoomStart:m.ZoomStartEvent};function l(e,r,n){if(t[e])return new t[e](r,n)}exports.create=l;