@progress/kendo-charts 1.23.4-dev.202205040416 → 1.23.4-dev.202205050627

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.
Files changed (2) hide show
  1. package/dist/npm/map.d.ts +10 -0
  2. package/package.json +1 -1
package/dist/npm/map.d.ts CHANGED
@@ -753,6 +753,16 @@ export interface MapShapeCreatedEvent {
753
753
  * The shape instance.
754
754
  */
755
755
  shape: Element;
756
+
757
+ /**
758
+ * The original data item for this Shape.
759
+ */
760
+ dataItem: any;
761
+
762
+ /**
763
+ * The shape location
764
+ */
765
+ location: Location;
756
766
  }
757
767
 
758
768
  /**
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Kendo UI platform-independent Charts library",
4
4
  "author": "Progress",
5
5
  "license": "SEE LICENSE IN license.txt",
6
- "version": "1.23.4-dev.202205040416",
6
+ "version": "1.23.4-dev.202205050627",
7
7
  "main": "dist/npm/main.js",
8
8
  "module": "dist/es/main.js",
9
9
  "jsnext:main": "dist/es/main.js",