@progress/kendo-react-map 5.4.0-dev.202205200719 → 5.4.0-dev.202206061009
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/dist/cdn/js/kendo-react-map.js +1 -1
- package/dist/es/Map.d.ts +1 -1
- package/dist/es/Map.js +8 -4
- package/dist/es/MapContext.d.ts +1 -1
- package/dist/es/MapProps.js +1 -0
- package/dist/es/components/BubbleLayer.d.ts +2 -2
- package/dist/es/components/BubbleLayer.js +1 -1
- package/dist/es/components/Layers.d.ts +2 -2
- package/dist/es/components/Layers.js +1 -1
- package/dist/es/components/MarkerLayer.d.ts +2 -2
- package/dist/es/components/MarkerLayer.js +1 -1
- package/dist/es/components/ShapeLayer.d.ts +2 -2
- package/dist/es/components/ShapeLayer.js +1 -1
- package/dist/es/components/TileLayer.d.ts +2 -2
- package/dist/es/components/TileLayer.js +1 -1
- package/dist/es/components/base/CollectionConfigurationComponent.d.ts +1 -1
- package/dist/es/components/base/CollectionConfigurationComponent.js +4 -2
- package/dist/es/components/base/ConfigurationComponent.d.ts +1 -1
- package/dist/es/components/base/ConfigurationComponent.js +8 -4
- package/dist/es/components/main.d.ts +5 -5
- package/dist/es/components/main.js +5 -5
- package/dist/es/events/before-reset-event.js +3 -1
- package/dist/es/events/map-click-event.js +3 -1
- package/dist/es/events/marker-activate-event.js +3 -1
- package/dist/es/events/marker-click-event.js +3 -1
- package/dist/es/events/marker-created-event.js +3 -1
- package/dist/es/events/pan-end-event.js +3 -1
- package/dist/es/events/pan-event.js +3 -1
- package/dist/es/events/preventable-event.js +3 -1
- package/dist/es/events/reset-event.js +3 -1
- package/dist/es/events/shape-click-event.js +3 -1
- package/dist/es/events/shape-created-event.js +4 -1
- package/dist/es/events/shape-feature-created-event.js +3 -1
- package/dist/es/events/shape-mouse-enter-event.js +3 -1
- package/dist/es/events/shape-mouse-leave-event.js +3 -1
- package/dist/es/events/zoom-end-event.js +3 -1
- package/dist/es/events/zoom-start-event.js +3 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/store/reducer.js +10 -1
- package/dist/npm/Map.d.ts +1 -1
- package/dist/npm/Map.js +13 -8
- package/dist/npm/MapContext.d.ts +1 -1
- package/dist/npm/MapContext.js +1 -0
- package/dist/npm/common/events.js +16 -15
- package/dist/npm/common/map-types.js +3 -2
- package/dist/npm/components/BubbleLayer.d.ts +2 -2
- package/dist/npm/components/BubbleLayer.js +2 -1
- package/dist/npm/components/Layers.d.ts +2 -2
- package/dist/npm/components/Layers.js +2 -1
- package/dist/npm/components/MarkerLayer.d.ts +2 -2
- package/dist/npm/components/MarkerLayer.js +2 -1
- package/dist/npm/components/ShapeLayer.d.ts +2 -2
- package/dist/npm/components/ShapeLayer.js +2 -1
- package/dist/npm/components/TileLayer.d.ts +2 -2
- package/dist/npm/components/TileLayer.js +2 -1
- package/dist/npm/components/base/CollectionConfigurationComponent.d.ts +1 -1
- package/dist/npm/components/base/CollectionConfigurationComponent.js +4 -2
- package/dist/npm/components/base/ConfigurationComponent.d.ts +1 -1
- package/dist/npm/components/base/ConfigurationComponent.js +9 -5
- package/dist/npm/components/main.d.ts +5 -5
- package/dist/npm/components/main.js +6 -5
- package/dist/npm/events/base-event.js +1 -0
- package/dist/npm/events/before-reset-event.js +4 -1
- package/dist/npm/events/map-click-event.js +4 -1
- package/dist/npm/events/map-event-builder.js +1 -0
- package/dist/npm/events/marker-activate-event.js +4 -1
- package/dist/npm/events/marker-click-event.js +4 -1
- package/dist/npm/events/marker-created-event.js +4 -1
- package/dist/npm/events/pan-end-event.js +4 -1
- package/dist/npm/events/pan-event.js +4 -1
- package/dist/npm/events/preventable-event.js +4 -1
- package/dist/npm/events/reset-event.js +4 -1
- package/dist/npm/events/shape-click-event.js +4 -1
- package/dist/npm/events/shape-created-event.js +5 -1
- package/dist/npm/events/shape-feature-created-event.js +4 -1
- package/dist/npm/events/shape-mouse-enter-event.js +4 -1
- package/dist/npm/events/shape-mouse-leave-event.js +4 -1
- package/dist/npm/events/zoom-end-event.js +4 -1
- package/dist/npm/events/zoom-start-event.js +4 -1
- package/dist/npm/main.js +19 -7
- package/dist/npm/package-metadata.js +2 -1
- package/dist/npm/store/reducer.js +11 -1
- package/dist/systemjs/kendo-react-map.js +1 -1
- package/package.json +1 -1
|
@@ -3,16 +3,19 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
3
3
|
var extendStatics = function (d, b) {
|
|
4
4
|
extendStatics = Object.setPrototypeOf ||
|
|
5
5
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
15
|
};
|
|
14
16
|
})();
|
|
15
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ShapeMouseLeaveEvent = void 0;
|
|
16
19
|
var base_event_1 = require("./base-event");
|
|
17
20
|
/**
|
|
18
21
|
* Fired when the mouse leaves a shape.
|
|
@@ -3,16 +3,19 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
3
3
|
var extendStatics = function (d, b) {
|
|
4
4
|
extendStatics = Object.setPrototypeOf ||
|
|
5
5
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
15
|
};
|
|
14
16
|
})();
|
|
15
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ZoomEndEvent = void 0;
|
|
16
19
|
var base_event_1 = require("./base-event");
|
|
17
20
|
/**
|
|
18
21
|
* Fired when the map zoom level has changed.
|
|
@@ -3,16 +3,19 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
3
3
|
var extendStatics = function (d, b) {
|
|
4
4
|
extendStatics = Object.setPrototypeOf ||
|
|
5
5
|
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
7
|
return extendStatics(d, b);
|
|
8
8
|
};
|
|
9
9
|
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
10
12
|
extendStatics(d, b);
|
|
11
13
|
function __() { this.constructor = d; }
|
|
12
14
|
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
13
15
|
};
|
|
14
16
|
})();
|
|
15
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
exports.ZoomStartEvent = void 0;
|
|
16
19
|
var preventable_event_1 = require("./preventable-event");
|
|
17
20
|
/**
|
|
18
21
|
* Fired when the map zoom level is about to change.
|
package/dist/npm/main.js
CHANGED
|
@@ -1,10 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
function
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
5
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.Map = void 0;
|
|
6
18
|
var Map_1 = require("./Map");
|
|
7
|
-
exports
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
19
|
+
Object.defineProperty(exports, "Map", { enumerable: true, get: function () { return Map_1.Map; } });
|
|
20
|
+
__exportStar(require("./components/main"), exports);
|
|
21
|
+
__exportStar(require("./common/map-types"), exports);
|
|
22
|
+
__exportStar(require("./common/events"), exports);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.packageMetadata = void 0;
|
|
3
4
|
/**
|
|
4
5
|
* @hidden
|
|
5
6
|
*/
|
|
@@ -7,7 +8,7 @@ exports.packageMetadata = {
|
|
|
7
8
|
name: '@progress/kendo-react-map',
|
|
8
9
|
productName: 'KendoReact',
|
|
9
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
10
|
-
publishDate:
|
|
11
|
+
publishDate: 1654510019,
|
|
11
12
|
version: '',
|
|
12
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
13
14
|
};
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
3
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
4
|
+
if (ar || !(i in from)) {
|
|
5
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
6
|
+
ar[i] = from[i];
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
10
|
+
};
|
|
2
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.observersReducer = exports.optionsReducer = void 0;
|
|
3
13
|
/**
|
|
4
14
|
* @hidden
|
|
5
15
|
*/
|
|
@@ -22,7 +32,7 @@ var observersReducer = function (currentState, action) {
|
|
|
22
32
|
if (action.type) {
|
|
23
33
|
switch (action.type) {
|
|
24
34
|
case 'add':
|
|
25
|
-
return
|
|
35
|
+
return __spreadArray(__spreadArray([], currentState, true), [action.payload], false);
|
|
26
36
|
case 'remove':
|
|
27
37
|
return currentState.filter(function (element) { return element !== action.payload; });
|
|
28
38
|
default:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
System.register("@progress/kendo-react-map",["react","@progress/kendo-charts","prop-types","@progress/kendo-react-common"],function(s){var i,a,c,u;function e(t){return t.__useDefault?t.default:t}return{setters:[function(t){i=e(t)},function(t){a=e(t)},function(t){c=e(t)},function(t){u=e(t)}],execute:function(){function o(t){if(r[t])return r[t].exports;var e=r[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,o),e.l=!0,e.exports}var n,r;n=[function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});e.BaseEvent=function(t){this.target=t}},function(t,e){t.exports=i},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),a=this&&this.__assign||function(){return(a=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},s=this&&this.__rest||function(t,e){var n={};for(o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&(n[o[r]]=t[o[r]]);return n},c=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),u=n(8),p=n(10),n=n(4),i=(o=c.Component,i(l,o),l.prototype.render=function(){var e=this,t=this.props.children;return void 0!==t?c.Children.map(t,function(t){return c.isValidElement(t)?e.renderChildren(t):t}):null},l.prototype.componentDidMount=function(){this.dispatch()},l.prototype.componentDidUpdate=function(){this.dispatch()},l.prototype.dispatch=function(){var t=this.props,e=t._mapKey,n=t._mapCollectionIdxKey,r=t._parentStore,t=(t.children,s(t,["_mapKey","_mapCollectionIdxKey","_parentStore","children"]));(r||this.optionsStore).dispatch({mapKey:e,mapCollectionIdxKey:n,payload:Object.assign({},t,this.childStore.getState())})},l.prototype.renderChildren=function(t){var e=t.props.children,n=a({},t.props,{_parentStore:this.childStore});return c.cloneElement(t,n,e)},l.contextType=n.MapContext,l);function l(t,e){t=o.call(this,t,e)||this;return t.optionsStore=e.optionsStore,t.childStore=u.default(p.optionsReducer),t}e.default=i},function(t,e){t.exports=a},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});n=n(1);e.MapContext=n.createContext(null),e.MapContext.displayName="MapContext"},function(t,e){t.exports=c},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(14),r=(e.BeforeResetEvent=r.BeforeResetEvent,n(15)),r=(e.MapClickEvent=r.MapClickEvent,n(16)),r=(e.MarkerActivateEvent=r.MarkerActivateEvent,n(17)),r=(e.MarkerClickEvent=r.MarkerClickEvent,n(18)),r=(e.MarkerCreatedEvent=r.MarkerCreatedEvent,n(19)),r=(e.PanEndEvent=r.PanEndEvent,n(20)),r=(e.PanEvent=r.PanEvent,n(21)),r=(e.ResetEvent=r.ResetEvent,n(22)),r=(e.ShapeClickEvent=r.ShapeClickEvent,n(23)),r=(e.ShapeCreatedEvent=r.ShapeCreatedEvent,n(24)),r=(e.ShapeFeatureCreatedEvent=r.ShapeFeatureCreatedEvent,n(25)),r=(e.ShapeMouseEnterEvent=r.ShapeMouseEnterEvent,n(26)),r=(e.ShapeMouseLeaveEvent=r.ShapeMouseLeaveEvent,n(27)),r=(e.ZoomEndEvent=r.ZoomEndEvent,n(28));e.ZoomStartEvent=r.ZoomStartEvent},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a.prototype.preventDefault=function(){this.prevented=!0},a.prototype.isDefaultPrevented=function(){return this.prevented},a);function a(){var t=null!==o&&o.apply(this,arguments)||this;return t.prevented=!1,t}e.PreventableEvent=n},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(9);e.default=function(e){function t(t){n=e(n,t),o.canUseDOM&&r.forEach(function(t){return t()})}var n,r=[];return t({}),{getState:function(){return n},dispatch:t,subscribe:function(e){return r.push(e),function(){return r=r.filter(function(t){return t!==e})}}}}},function(t,e){t.exports=u},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.optionsReducer=function(t,e){return e.mapCollectionIdxKey?r.collectionConfigurationItem(t,e):e.mapKey?r.configurationItem(t,e):{}},e.observersReducer=function(t,e){if(!e.type)return[];switch(e.type){case"add":return t.concat([e.payload]);case"remove":return t.filter(function(t){return t!==e.payload});default:return t}};var r={configurationItem:function(t,e){return Object.assign(t,((t={})[e.mapKey]=e.payload,t))},collectionConfigurationItem:function(t,n){var r=!1,e=n.mapCollectionIdxKey.split("_"),o=e[0],i=e[1],e=t[o].map(function(t,e){return parseInt(i,10)===e?(r=!0,n.payload):t});return!1===r&&e.splice(parseInt(i,10),0,n.payload),Object.assign(t,((t={})[o]=e,t))},themeItem:function(t,e){for(var n={},t=Object.assign(n,t),e=e.payload,r=e.field,e=e.value,o=r.split("."),i=o.shift();0<o.length;)n=n[i]=n[i]||{},i=o.shift();return n[i]=e,t}}},function(t,n,e){"use strict";function r(t){for(var e in t)n.hasOwnProperty(e)||(n[e]=t[e])}Object.defineProperty(n,"__esModule",{value:!0});var o,i=e(12),a=(n.Map=i.Map,r(e(31)),r(e(38)),r(e(6)),n);for(o in a)s(o,a[o])},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),a=this&&this.__rest||function(t,e){var n={};for(o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(t);r<o.length;r++)e.indexOf(o[r])<0&&(n[o[r]]=t[o[r]]);return n},s=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),c=n(5),u=n(3),p=n(13),l=n(8),f=n(10),_=(n(29),n(4)),y=n(9),h=n(30),n=(o=s.Component,i(d,o),Object.defineProperty(d.prototype,"element",{get:function(){return this._element},enumerable:!0,configurable:!0}),d.prototype.componentDidMount=function(){this.instantiateCoreMap(),this.optionsUnsubscriber=this.optionsStore.subscribe(this.refresh.bind(this)),window.addEventListener("resize",this.onWindowResize)},d.prototype.componentWillUnmount=function(){this.optionsUnsubscriber(),null!==this.mapInstance&&(this.mapInstance.destroy(),this.mapInstance=null),window.removeEventListener("resize",this.onWindowResize)},d.prototype.componentDidUpdate=function(t){var e=this.props,n=(e.dir,e.children,a(e,["dir","children"]));null!==this.mapInstance&&(Object.entries(t).filter(function(t){return"dir"!==t[0]&&"children"!==t[0]}).some(function(t){var e=t[0],t=t[1];return!(n.hasOwnProperty(e)&&n[e]===t)})&&this.refresh(),t.dir)},d.prototype.render=function(){var e=this,t=this.props,n=t.style,r=t.className,t=t.children,n=Object.assign({},void 0===n?{}:n,{position:"relative"}),r=s.createElement("div",{className:r,style:n,key:"mapElement"},s.createElement("div",{ref:function(t){return e._element=t},className:"k-map"},t));return s.createElement(_.MapContext.Provider,{value:this.contextValue},r)},d.prototype.getMapOptions=function(){var t=this.props,t={center:t.center,controls:t.controls,minZoom:t.minZoom,maxZoom:t.maxZoom,minSize:t.minSize,pannable:t.pannable,wraparound:t.wraparound,zoom:t.zoom,zoomable:t.zoomable};return Object.assign(t,this.optionsStore.getState())},d.prototype.refresh=function(){var t;null!==this.mapInstance&&(t=this.getMapOptions(),this.mapInstance.setOptions(t))},d.prototype.instantiateCoreMap=function(){var t=this.getMapOptions();this.mapInstance=new u.Map(this.element,t,{},{observer:this.mapObserver,sender:this})},d.prototype.trigger=function(t,e){for(var n="click"===t?"mapClick":t,t=p.create(n,e,this),r="on"+n.charAt(0).toUpperCase()+n.slice(1),o=this.observersStore.getState(),i=!1,a=0;a<o.length;a++)o[a].trigger(n,e)&&(i=!0);return!1===i&&t&&this.props.hasOwnProperty(r)?(this.props[r].call(void 0,t),t.isDefaultPrevented&&t.isDefaultPrevented()):i},d.prototype.requiresHandlers=function(t){for(var e=0;e<t.length;e++){var n=t[e],n="on"+n.charAt(0).toUpperCase()+n.slice(1);if(this.props.hasOwnProperty(n))return!0}return!1},d.propTypes={dir:c.string},d.defaultProps={},d);function d(t){var e=o.call(this,t)||this;return e.mapInstance=null,e._element=null,e.optionsStore={},e.optionsUnsubscriber=Function.prototype,e.observersStore={},e.onRender=function(t){null!==e.mapInstance&&e.trigger("render",t)},e.onWindowResize=function(){e.mapInstance},y.validatePackage(h.packageMetadata),e.optionsStore=l.default(f.optionsReducer),e.observersStore=l.default(f.observersReducer),e.childrenObserver=new u.InstanceObserver(e,{onMouseLeave:"onChildMouseLeave"}),e.contextValue={optionsStore:e.optionsStore,observersStore:e.observersStore,childrenObserver:e.childrenObserver},e.mapObserver=new u.InstanceObserver(e,{}),e}e.Map=n},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var n=n(6),r={beforeReset:n.BeforeResetEvent,mapClick:n.MapClickEvent,markerActivate:n.MarkerActivateEvent,markerClick:n.MarkerClickEvent,markerCreated:n.MarkerCreatedEvent,panEnd:n.PanEndEvent,pan:n.PanEvent,reset:n.ResetEvent,shapeClick:n.ShapeClickEvent,shapeCreated:n.ShapeCreatedEvent,shapeFeatureCreated:n.ShapeFeatureCreatedEvent,shapeMouseEnter:n.ShapeMouseEnterEvent,shapeMouseLeave:n.ShapeMouseLeaveEvent,zoomEnd:n.ZoomEndEvent,zoomStart:n.ZoomStartEvent};e.create=function(t,e,n){if(r[t])return new r[t](e,n)}},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){return o.call(this,e)||this}e.BeforeResetEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.location=t.location,e.originalEvent=t.originalEvent,e}e.MapClickEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.marker=t.marker,e.layer=t.layer,e}e.MarkerActivateEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.marker=t.marker,e.layer=t.layer,e}e.MarkerClickEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(7).PreventableEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.marker=t.marker,e.layer=t.layer,e}e.MarkerCreatedEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.origin=t.origin,e.center=t.center,e.originalEvent=t.originalEvent,e}e.PanEndEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.origin=t.origin,e.center=t.center,e.originalEvent=t.originalEvent,e}e.PanEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){return o.call(this,e)||this}e.ResetEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.layer=t.layer,e.shape=t.shape,e.originalEvent=t.originalEvent,e}e.ShapeClickEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.layer=t.layer,e.shape=t.shape,t.shape&&(e.dataItem=t.shape.dataItem,e.location=t.shape.location),e}e.ShapeCreatedEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.dataItem=t.dataItem,e.layer=t.layer,e.group=t.group,e.properties=t.properties,e}e.ShapeFeatureCreatedEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.layer=t.layer,e.shape=t.shape,e.originalEvent=t.originalEvent,e}e.ShapeMouseEnterEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.layer=t.layer,e.shape=t.shape,e.originalEvent=t.originalEvent,e}e.ShapeMouseLeaveEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(0).BaseEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.originalEvent=t.originalEvent,e}e.ZoomEndEvent=n},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),n=(Object.defineProperty(e,"__esModule",{value:!0}),o=n(7).PreventableEvent,i(a,o),a);function a(t,e){e=o.call(this,e)||this;return e.originalEvent=t.originalEvent,e}e.ZoomStartEvent=n},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var e=n(3),n=e.DateCategoryAxis.prototype.options.labels.dateFormats,e=e.DateValueAxis.prototype.options.labels.dateFormats,r={milliseconds:"HH:mm:ss.SSS",seconds:{time:"medium"},minutes:{time:"short"},hours:{time:"short"},days:{skeleton:"Md"},weeks:{skeleton:"Md"},months:{skeleton:"yyMMM"},years:{skeleton:"y"}};Object.assign(n,r),Object.assign(e,r)},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.packageMetadata={name:"@progress/kendo-react-map",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1653030999,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"}},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=n(32),r=(e.MapLayers=r.default,n(34)),r=(e.MapShapeLayer=r.default,n(35)),r=(e.MapTileLayer=r.default,n(36)),r=(e.MapBubbleLayer=r.default,n(37));e.MapMarkerLayer=r.default},function(t,e,n){"use strict";function r(t){return i.createElement(s.default,o({},t,{_mapKey:"layers"}))}var o=this&&this.__assign||function(){return(o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},i=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),a=n(5),s=n(33);r.propTypes={children:a.array},e.default=r},function(t,e,n){"use strict";var r,o,i=this&&this.__extends||(r=function(t,e){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(t,e)},function(t,e){function n(){this.constructor=t}r(t,e),t.prototype=null===e?Object.create(e):(n.prototype=e.prototype,new n)}),a=this&&this.__assign||function(){return(a=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},s=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),n=n(4),i=(o=s.Component,i(c,o),c.prototype.renderChildren=function(t,e){var n=t.props.children,r=this.props,o=r._mapKey,r=r._parentStore,o=a({},t.props,{_mapCollectionIdxKey:o+"_"+e,_parentStore:r});return s.cloneElement(t,o,n)},c.prototype.render=function(){var n=this,t=this.props,e=t._mapKey,r=t._parentStore,t=t.children;return(r||this.optionsStore).dispatch({mapKey:e,payload:[]}),s.Children.map(t,function(t,e){return s.isValidElement(t)?n.renderChildren(t,e):t})},c.contextType=n.MapContext,c);function c(t,e){t=o.call(this,t,e)||this;return t.optionsStore=e.optionsStore,t}e.default=i},function(t,e,n){"use strict";function r(t){return i.createElement(a.default,o({type:"shape"},t))}var o=this&&this.__assign||function(){return(o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},i=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),a=n(2);r.displayName="MapShapeLayer",e.default=r},function(t,e,n){"use strict";function r(t){return i.createElement(a.default,o({type:"tile"},t))}var o=this&&this.__assign||function(){return(o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},i=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),a=n(2);r.displayName="MapTileLayer",e.default=r},function(t,e,n){"use strict";function r(t){return i.createElement(a.default,o({type:"bubble"},t))}var o=this&&this.__assign||function(){return(o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},i=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),a=n(2);r.displayName="MapBubbleLayer",e.default=r},function(t,e,n){"use strict";function r(t){return i.createElement(a.default,o({type:"marker"},t))}var o=this&&this.__assign||function(){return(o=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var o in e=arguments[n])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},i=(Object.defineProperty(e,"__esModule",{value:!0}),n(1)),a=n(2);r.displayName="MapMarkerLayer",e.default=r},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});n=n(3);e.Location=n.Location,e.Extent=n.Extent}],r={},o.m=n,o.c=r,o.d=function(t,e,n){o.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},o.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return o.d(e,"a",e),e},o.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},o.p="",o(o.s=11)}}});
|
|
1
|
+
System.register("@progress/kendo-react-map",["@progress/kendo-charts","@progress/kendo-react-common","prop-types","react"],function(e,t){var n={},i={},a={},c={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.defineProperty(i,"__esModule",{value:!0}),Object.defineProperty(a,"__esModule",{value:!0}),Object.defineProperty(c,"__esModule",{value:!0}),{setters:[function(t){Object.keys(t).forEach(function(e){n[e]=t[e]})},function(t){Object.keys(t).forEach(function(e){i[e]=t[e]})},function(t){Object.keys(t).forEach(function(e){a[e]=t[e]})},function(t){Object.keys(t).forEach(function(e){c[e]=t[e]})}],execute:function(){var r,o;e((r={697:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__rest||function(e,t){var n={};for(o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]]);return n},c=(Object.defineProperty(t,"__esModule",{value:!0}),t.Map=void 0,n(954)),s=n(895),p=n(777),u=n(194),l=n(113),f=n(600),y=(n(410),n(636)),v=n(811),d=n(363),n=(o=c.Component,i(h,o),Object.defineProperty(h.prototype,"element",{get:function(){return this._element},enumerable:!1,configurable:!0}),h.prototype.componentDidMount=function(){this.instantiateCoreMap(),this.optionsUnsubscriber=this.optionsStore.subscribe(this.refresh.bind(this)),window.addEventListener("resize",this.onWindowResize)},h.prototype.componentWillUnmount=function(){this.optionsUnsubscriber(),null!==this.mapInstance&&(this.mapInstance.destroy(),this.mapInstance=null),window.removeEventListener("resize",this.onWindowResize)},h.prototype.componentDidUpdate=function(e){var t=this.props,n=(t.dir,t.children,a(t,["dir","children"]));null!==this.mapInstance&&(Object.entries(e).filter(function(e){return"dir"!==e[0]&&"children"!==e[0]}).some(function(e){var t=e[0],e=e[1];return!(n.hasOwnProperty(t)&&n[t]===e)})&&this.refresh(),e.dir)},h.prototype.render=function(){var t=this,e=this.props,n=e.style,r=e.className,e=e.children,n=Object.assign({},void 0===n?{}:n,{position:"relative"}),r=c.createElement("div",{className:r,style:n,key:"mapElement"},c.createElement("div",{ref:function(e){return t._element=e},className:"k-map"},e));return c.createElement(y.MapContext.Provider,{value:this.contextValue},r)},h.prototype.getMapOptions=function(){var e=this.props,e={center:e.center,controls:e.controls,minZoom:e.minZoom,maxZoom:e.maxZoom,minSize:e.minSize,pannable:e.pannable,wraparound:e.wraparound,zoom:e.zoom,zoomable:e.zoomable};return Object.assign(e,this.optionsStore.getState())},h.prototype.refresh=function(){var e;null!==this.mapInstance&&(e=this.getMapOptions(),this.mapInstance.setOptions(e))},h.prototype.instantiateCoreMap=function(){var e=this.getMapOptions();this.mapInstance=new p.Map(this.element,e,{},{observer:this.mapObserver,sender:this})},h.prototype.trigger=function(e,t){for(var n="click"===e?"mapClick":e,e=(0,u.create)(n,t,this),r="on"+n.charAt(0).toUpperCase()+n.slice(1),o=this.observersStore.getState(),i=!1,a=0;a<o.length;a++)o[a].trigger(n,t)&&(i=!0);return!1===i&&e&&this.props.hasOwnProperty(r)?(this.props[r].call(void 0,e),e.isDefaultPrevented&&e.isDefaultPrevented()):i},h.prototype.requiresHandlers=function(e){for(var t=0;t<e.length;t++){var n=e[t],n="on"+n.charAt(0).toUpperCase()+n.slice(1);if(this.props.hasOwnProperty(n))return!0}return!1},h.propTypes={dir:s.string},h.defaultProps={},h);function h(e){var t=o.call(this,e)||this;return t.mapInstance=null,t._element=null,t.optionsStore={},t.optionsUnsubscriber=Function.prototype,t.observersStore={},t.onRender=function(e){null!==t.mapInstance&&t.trigger("render",e)},t.onWindowResize=function(){t.mapInstance},(0,v.validatePackage)(d.packageMetadata),t.optionsStore=(0,l.default)(f.optionsReducer),t.observersStore=(0,l.default)(f.observersReducer),t.childrenObserver=new p.InstanceObserver(t,{onMouseLeave:"onChildMouseLeave"}),t.contextValue={optionsStore:t.optionsStore,observersStore:t.observersStore,childrenObserver:t.childrenObserver},t.mapObserver=new p.InstanceObserver(t,{}),t}t.Map=n},636:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.MapContext=void 0;n=n(954);t.MapContext=n.createContext(null),t.MapContext.displayName="MapContext"},894:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.ZoomStartEvent=t.ZoomEndEvent=t.ShapeMouseLeaveEvent=t.ShapeMouseEnterEvent=t.ShapeFeatureCreatedEvent=t.ShapeCreatedEvent=t.ShapeClickEvent=t.ResetEvent=t.PanEvent=t.PanEndEvent=t.MarkerCreatedEvent=t.MarkerClickEvent=t.MarkerActivateEvent=t.MapClickEvent=t.BeforeResetEvent=void 0;var r=n(662),o=(Object.defineProperty(t,"BeforeResetEvent",{enumerable:!0,get:function(){return r.BeforeResetEvent}}),n(921)),i=(Object.defineProperty(t,"MapClickEvent",{enumerable:!0,get:function(){return o.MapClickEvent}}),n(606)),a=(Object.defineProperty(t,"MarkerActivateEvent",{enumerable:!0,get:function(){return i.MarkerActivateEvent}}),n(236)),c=(Object.defineProperty(t,"MarkerClickEvent",{enumerable:!0,get:function(){return a.MarkerClickEvent}}),n(904)),s=(Object.defineProperty(t,"MarkerCreatedEvent",{enumerable:!0,get:function(){return c.MarkerCreatedEvent}}),n(982)),p=(Object.defineProperty(t,"PanEndEvent",{enumerable:!0,get:function(){return s.PanEndEvent}}),n(719)),u=(Object.defineProperty(t,"PanEvent",{enumerable:!0,get:function(){return p.PanEvent}}),n(843)),l=(Object.defineProperty(t,"ResetEvent",{enumerable:!0,get:function(){return u.ResetEvent}}),n(139)),f=(Object.defineProperty(t,"ShapeClickEvent",{enumerable:!0,get:function(){return l.ShapeClickEvent}}),n(861)),y=(Object.defineProperty(t,"ShapeCreatedEvent",{enumerable:!0,get:function(){return f.ShapeCreatedEvent}}),n(737)),v=(Object.defineProperty(t,"ShapeFeatureCreatedEvent",{enumerable:!0,get:function(){return y.ShapeFeatureCreatedEvent}}),n(695)),d=(Object.defineProperty(t,"ShapeMouseEnterEvent",{enumerable:!0,get:function(){return v.ShapeMouseEnterEvent}}),n(773)),h=(Object.defineProperty(t,"ShapeMouseLeaveEvent",{enumerable:!0,get:function(){return d.ShapeMouseLeaveEvent}}),n(706)),_=(Object.defineProperty(t,"ZoomEndEvent",{enumerable:!0,get:function(){return h.ZoomEndEvent}}),n(476));Object.defineProperty(t,"ZoomStartEvent",{enumerable:!0,get:function(){return _.ZoomStartEvent}})},104:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Extent=t.Location=void 0;var r=n(777);Object.defineProperty(t,"Location",{enumerable:!0,get:function(){return r.Location}}),Object.defineProperty(t,"Extent",{enumerable:!0,get:function(){return r.Extent}})},752:function(e,t,n){function r(e){return i.createElement(a.default,o({type:"bubble"},e))}var o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=(Object.defineProperty(t,"__esModule",{value:!0}),t.MapBubbleLayer=void 0,n(954)),a=n(96);(t.MapBubbleLayer=r).displayName="MapBubbleLayer"},515:function(e,t,n){function r(e){return i.createElement(c.default,o({},e,{_mapKey:"layers"}))}var o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=(Object.defineProperty(t,"__esModule",{value:!0}),t.MapLayers=void 0,n(954)),a=n(895),c=n(958);(t.MapLayers=r).propTypes={children:a.array}},625:function(e,t,n){function r(e){return i.createElement(a.default,o({type:"marker"},e))}var o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=(Object.defineProperty(t,"__esModule",{value:!0}),t.MapMarkerLayer=void 0,n(954)),a=n(96);(t.MapMarkerLayer=r).displayName="MapMarkerLayer"},286:function(e,t,n){function r(e){return i.createElement(a.default,o({type:"shape"},e))}var o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=(Object.defineProperty(t,"__esModule",{value:!0}),t.MapShapeLayer=void 0,n(954)),a=n(96);(t.MapShapeLayer=r).displayName="MapShapeLayer"},641:function(e,t,n){function r(e){return i.createElement(a.default,o({type:"tile"},e))}var o=this&&this.__assign||function(){return(o=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},i=(Object.defineProperty(t,"__esModule",{value:!0}),t.MapTileLayer=void 0,n(954)),a=n(96);(t.MapTileLayer=r).displayName="MapTileLayer"},958:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return(a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},c=(Object.defineProperty(t,"__esModule",{value:!0}),n(954)),n=n(636),i=(o=c.Component,i(s,o),s.prototype.renderChildren=function(e,t){var n=e.props.children,r=this.props,o=r._mapKey,r=r._parentStore,o=a(a({},e.props),{_mapCollectionIdxKey:"".concat(o,"_").concat(t),_parentStore:r});return c.cloneElement(e,o,n)},s.prototype.render=function(){var n=this,e=this.props,t=e._mapKey,r=e._parentStore,e=e.children;return(r||this.optionsStore).dispatch({mapKey:t,payload:[]}),c.Children.map(e,function(e,t){return c.isValidElement(e)?n.renderChildren(e,t):e})},s.contextType=n.MapContext,s);function s(e,t){e=o.call(this,e,t)||this;return e.optionsStore=t.optionsStore,e}t.default=i},96:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),a=this&&this.__assign||function(){return(a=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)},c=this&&this.__rest||function(e,t){var n={};for(o in e)Object.prototype.hasOwnProperty.call(e,o)&&t.indexOf(o)<0&&(n[o]=e[o]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols)for(var r=0,o=Object.getOwnPropertySymbols(e);r<o.length;r++)t.indexOf(o[r])<0&&Object.prototype.propertyIsEnumerable.call(e,o[r])&&(n[o[r]]=e[o[r]]);return n},s=(Object.defineProperty(t,"__esModule",{value:!0}),n(954)),p=n(113),u=n(600),n=n(636),i=(o=s.Component,i(l,o),l.prototype.render=function(){var t=this,e=this.props.children;return void 0!==e?s.Children.map(e,function(e){return s.isValidElement(e)?t.renderChildren(e):e}):null},l.prototype.componentDidMount=function(){this.dispatch()},l.prototype.componentDidUpdate=function(){this.dispatch()},l.prototype.dispatch=function(){var e=this.props,t=e._mapKey,n=e._mapCollectionIdxKey,r=e._parentStore,e=(e.children,c(e,["_mapKey","_mapCollectionIdxKey","_parentStore","children"]));(r||this.optionsStore).dispatch({mapKey:t,mapCollectionIdxKey:n,payload:Object.assign({},e,this.childStore.getState())})},l.prototype.renderChildren=function(e){var t=e.props.children,n=a(a({},e.props),{_parentStore:this.childStore});return s.cloneElement(e,n,t)},l.contextType=n.MapContext,l);function l(e,t){e=o.call(this,e,t)||this;return e.optionsStore=t.optionsStore,e.childStore=(0,p.default)(u.optionsReducer),e}t.default=i},388:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.MapMarkerLayer=t.MapBubbleLayer=t.MapTileLayer=t.MapShapeLayer=t.MapLayers=void 0;var r=n(515),o=(Object.defineProperty(t,"MapLayers",{enumerable:!0,get:function(){return r.MapLayers}}),n(286)),i=(Object.defineProperty(t,"MapShapeLayer",{enumerable:!0,get:function(){return o.MapShapeLayer}}),n(641)),a=(Object.defineProperty(t,"MapTileLayer",{enumerable:!0,get:function(){return i.MapTileLayer}}),n(752)),c=(Object.defineProperty(t,"MapBubbleLayer",{enumerable:!0,get:function(){return a.MapBubbleLayer}}),n(625));Object.defineProperty(t,"MapMarkerLayer",{enumerable:!0,get:function(){return c.MapMarkerLayer}})},410:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var t=n(777),n=t.DateCategoryAxis.prototype.options.labels.dateFormats,t=t.DateValueAxis.prototype.options.labels.dateFormats,r={milliseconds:"HH:mm:ss.SSS",seconds:{time:"medium"},minutes:{time:"short"},hours:{time:"short"},days:{skeleton:"Md"},weeks:{skeleton:"Md"},months:{skeleton:"yyMMM"},years:{skeleton:"y"}};Object.assign(n,r),Object.assign(t,r)},874:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.BaseEvent=void 0,t.BaseEvent=function(e){this.target=e}},662:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.BeforeResetEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){return o.call(this,t)||this}t.BeforeResetEvent=n},921:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.MapClickEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.location=e.location,t.originalEvent=e.originalEvent,t}t.MapClickEvent=n},194:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.create=void 0;var n=n(894),r={beforeReset:n.BeforeResetEvent,mapClick:n.MapClickEvent,markerActivate:n.MarkerActivateEvent,markerClick:n.MarkerClickEvent,markerCreated:n.MarkerCreatedEvent,panEnd:n.PanEndEvent,pan:n.PanEvent,reset:n.ResetEvent,shapeClick:n.ShapeClickEvent,shapeCreated:n.ShapeCreatedEvent,shapeFeatureCreated:n.ShapeFeatureCreatedEvent,shapeMouseEnter:n.ShapeMouseEnterEvent,shapeMouseLeave:n.ShapeMouseLeaveEvent,zoomEnd:n.ZoomEndEvent,zoomStart:n.ZoomStartEvent};t.create=function(e,t,n){if(r[e])return new r[e](t,n)}},606:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.MarkerActivateEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.marker=e.marker,t.layer=e.layer,t}t.MarkerActivateEvent=n},236:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.MarkerClickEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.marker=e.marker,t.layer=e.layer,t}t.MarkerClickEvent=n},904:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.MarkerCreatedEvent=void 0,o=n(619).PreventableEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.marker=e.marker,t.layer=e.layer,t}t.MarkerCreatedEvent=n},982:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.PanEndEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.origin=e.origin,t.center=e.center,t.originalEvent=e.originalEvent,t}t.PanEndEvent=n},719:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.PanEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.origin=e.origin,t.center=e.center,t.originalEvent=e.originalEvent,t}t.PanEvent=n},619:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.PreventableEvent=void 0,o=n(874).BaseEvent,i(a,o),a.prototype.preventDefault=function(){this.prevented=!0},a.prototype.isDefaultPrevented=function(){return this.prevented},a);function a(){var e=null!==o&&o.apply(this,arguments)||this;return e.prevented=!1,e}t.PreventableEvent=n},843:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ResetEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){return o.call(this,t)||this}t.ResetEvent=n},139:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ShapeClickEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.layer=e.layer,t.shape=e.shape,t.originalEvent=e.originalEvent,t}t.ShapeClickEvent=n},861:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ShapeCreatedEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.layer=e.layer,t.shape=e.shape,t.location=null,e.shape&&(t.dataItem=e.shape.dataItem,t.location=e.shape.location),t}t.ShapeCreatedEvent=n},737:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ShapeFeatureCreatedEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.dataItem=e.dataItem,t.layer=e.layer,t.group=e.group,t.properties=e.properties,t}t.ShapeFeatureCreatedEvent=n},695:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ShapeMouseEnterEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.layer=e.layer,t.shape=e.shape,t.originalEvent=e.originalEvent,t}t.ShapeMouseEnterEvent=n},773:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ShapeMouseLeaveEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.layer=e.layer,t.shape=e.shape,t.originalEvent=e.originalEvent,t}t.ShapeMouseLeaveEvent=n},706:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ZoomEndEvent=void 0,o=n(874).BaseEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.originalEvent=e.originalEvent,t}t.ZoomEndEvent=n},476:function(e,t,n){var r,o,i=this&&this.__extends||(r=function(e,t){return(r=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])})(e,t)},function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");function n(){this.constructor=e}r(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}),n=(Object.defineProperty(t,"__esModule",{value:!0}),t.ZoomStartEvent=void 0,o=n(619).PreventableEvent,i(a,o),a);function a(e,t){t=o.call(this,t)||this;return t.originalEvent=e.originalEvent,t}t.ZoomStartEvent=n},468:function(e,t,n){var r=this&&this.__createBinding||(Object.create?function(e,t,n,r){void 0===r&&(r=n);var o=Object.getOwnPropertyDescriptor(t,n);o&&!("get"in o?!t.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return t[n]}}),Object.defineProperty(e,r,o)}:function(e,t,n,r){e[r=void 0===r?n:r]=t[n]}),o=this&&this.__exportStar||function(e,t){for(var n in e)"default"===n||Object.prototype.hasOwnProperty.call(t,n)||r(t,e,n)},i=(Object.defineProperty(t,"__esModule",{value:!0}),t.Map=void 0,n(697));Object.defineProperty(t,"Map",{enumerable:!0,get:function(){return i.Map}}),o(n(388),t),o(n(104),t),o(n(894),t)},363:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.packageMetadata=void 0,t.packageMetadata={name:"@progress/kendo-react-map",productName:"KendoReact",productCodes:["KENDOUIREACT","KENDOUICOMPLETE"],publishDate:1654510019,version:"",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"}},600:function(e,t){var n=this&&this.__spreadArray||function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||((r=r||Array.prototype.slice.call(t,0,o))[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))},r=(Object.defineProperty(t,"__esModule",{value:!0}),t.observersReducer=t.optionsReducer=void 0,t.optionsReducer=function(e,t){return t.mapCollectionIdxKey?r.collectionConfigurationItem(e,t):t.mapKey?r.configurationItem(e,t):{}},t.observersReducer=function(e,t){if(!t.type)return[];switch(t.type){case"add":return n(n([],e,!0),[t.payload],!1);case"remove":return e.filter(function(e){return e!==t.payload});default:return e}},{configurationItem:function(e,t){return Object.assign(e,((e={})[t.mapKey]=t.payload,e))},collectionConfigurationItem:function(e,n){var r=!1,t=n.mapCollectionIdxKey.split("_"),o=t[0],i=t[1],t=e[o].map(function(e,t){return parseInt(i,10)===t?(r=!0,n.payload):e});return!1===r&&t.splice(parseInt(i,10),0,n.payload),Object.assign(e,((e={})[o]=t,e))},themeItem:function(e,t){for(var n={},e=Object.assign(n,e),t=t.payload,r=t.field,t=t.value,o=r.split("."),i=o.shift();0<o.length;)n=n[i]=n[i]||{},i=o.shift();return n[i]=t,e}})},113:(e,t,n)=>{Object.defineProperty(t,"__esModule",{value:!0});var o=n(811);t.default=function(t){function e(e){n=t(n,e),o.canUseDOM&&r.forEach(function(e){return e()})}var n,r=[];return e({}),{getState:function(){return n},dispatch:e,subscribe:function(t){return r.push(t),function(){return r=r.filter(function(e){return e!==t})}}}}},777:e=>{e.exports=n},811:e=>{e.exports=i},895:e=>{e.exports=a},954:e=>{e.exports=c}},o={},function e(t){var n=o[t];if(void 0!==n)return n.exports;n=o[t]={exports:{}};return r[t].call(n.exports,n,n.exports,e),n.exports}(468)))}}});
|
package/package.json
CHANGED