@progress/kendo-charts 1.24.0-dev.202206130525 → 1.24.0-dev.202206130925

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/npm/map.d.ts CHANGED
@@ -510,6 +510,8 @@ export interface TileLayerOptions extends MapLayerOptions {
510
510
 
511
511
  /**
512
512
  * A function that returns an image URL for each tile position.
513
+ *
514
+ * @return the URL for the tile.
513
515
  */
514
516
  urlTemplate: (args: TileUrlTemplateArgs) => string;
515
517
  }
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.24.0-dev.202206130525",
6
+ "version": "1.24.0-dev.202206130925",
7
7
  "main": "dist/npm/main.js",
8
8
  "module": "dist/es/main.js",
9
9
  "jsnext:main": "dist/es/main.js",