@progress/kendo-angular-map 24.0.0-develop.3 → 24.0.0-develop.30

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.
@@ -11,7 +11,7 @@ import * as i3$1 from '@progress/kendo-angular-l10n';
11
11
  import { LocalizationService, L10N_PREFIX } from '@progress/kendo-angular-l10n';
12
12
  import * as i4 from '@progress/kendo-angular-icons';
13
13
  import { IconsService } from '@progress/kendo-angular-icons';
14
- import { caretAltRightIcon, caretAltLeftIcon, caretAltDownIcon, caretAltUpIcon, minusIcon, plusIcon, mapMarkerIcon, mapMarkerTargetIcon } from '@progress/kendo-svg-icons';
14
+ import { chevronRightIcon, chevronLeftIcon, chevronDownIcon, chevronUpIcon, minusIcon, plusIcon, mapMarkerIcon, mapMarkerTargetIcon } from '@progress/kendo-svg-icons';
15
15
  import { InstanceObserver, Map } from '@progress/kendo-charts';
16
16
  export { Extent, Location } from '@progress/kendo-charts';
17
17
  import { validatePackage } from '@progress/kendo-licensing';
@@ -950,8 +950,8 @@ const packageMetadata = {
950
950
  productName: 'Kendo UI for Angular',
951
951
  productCode: 'KENDOUIANGULAR',
952
952
  productCodes: ['KENDOUIANGULAR'],
953
- publishDate: 1776940670,
954
- version: '24.0.0-develop.3',
953
+ publishDate: 1778748852,
954
+ version: '24.0.0-develop.30',
955
955
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
956
956
  };
957
957
 
@@ -1190,10 +1190,10 @@ const svgIcons = {
1190
1190
  mapMarkerIcon,
1191
1191
  plusIcon,
1192
1192
  minusIcon,
1193
- caretAltUpIcon,
1194
- caretAltDownIcon,
1195
- caretAltLeftIcon,
1196
- caretAltRightIcon
1193
+ chevronUpIcon,
1194
+ chevronDownIcon,
1195
+ chevronLeftIcon,
1196
+ chevronRightIcon
1197
1197
  };
1198
1198
  /**
1199
1199
  * Represents the [Kendo UI Map component for Angular](https://www.telerik.com/kendo-angular-ui/components/map).
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1776940670,
11
- "version": "24.0.0-develop.3",
10
+ "publishDate": 1778748852,
11
+ "version": "24.0.0-develop.30",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-map",
3
- "version": "24.0.0-develop.3",
3
+ "version": "24.0.0-develop.30",
4
4
  "description": "Kendo UI Map for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -22,7 +22,7 @@
22
22
  "package": {
23
23
  "productName": "Kendo UI for Angular",
24
24
  "productCode": "KENDOUIANGULAR",
25
- "publishDate": 1776940670,
25
+ "publishDate": 1778748852,
26
26
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
27
27
  }
28
28
  },
@@ -31,18 +31,18 @@
31
31
  "@angular/common": "19 - 21",
32
32
  "@angular/core": "19 - 21",
33
33
  "@angular/platform-browser": "19 - 21",
34
- "@progress/kendo-drawing": "^1.24.1",
34
+ "@progress/kendo-drawing": "^1.25.0",
35
35
  "@progress/kendo-licensing": "^1.11.0",
36
- "@progress/kendo-angular-common": "24.0.0-develop.3",
37
- "@progress/kendo-angular-icons": "24.0.0-develop.3",
38
- "@progress/kendo-angular-l10n": "24.0.0-develop.3",
39
- "@progress/kendo-angular-popup": "24.0.0-develop.3",
36
+ "@progress/kendo-angular-common": "24.0.0-develop.30",
37
+ "@progress/kendo-angular-icons": "24.0.0-develop.30",
38
+ "@progress/kendo-angular-l10n": "24.0.0-develop.30",
39
+ "@progress/kendo-angular-popup": "24.0.0-develop.30",
40
40
  "rxjs": "^6.4.0 || ^7.0.0"
41
41
  },
42
42
  "dependencies": {
43
43
  "tslib": "^2.3.1",
44
- "@progress/kendo-angular-schematics": "24.0.0-develop.3",
45
- "@progress/kendo-charts": "2.11.3"
44
+ "@progress/kendo-angular-schematics": "24.0.0-develop.30",
45
+ "@progress/kendo-charts": "2.12.2"
46
46
  },
47
47
  "schematics": "./schematics/collection.json",
48
48
  "module": "fesm2022/progress-kendo-angular-map.mjs",
@@ -15,7 +15,7 @@ function default_1(options) {
15
15
  // Additional dependencies to install.
16
16
  // See https://github.com/telerik/kendo-schematics/issues/28
17
17
  peerDependencies: {
18
- // '@progress/kendo-angular-foo': '24.0.0-develop.3'
18
+ // '@progress/kendo-angular-foo': '24.0.0-develop.30'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }