@progress/kendo-angular-map 25.1.0-develop.2 → 25.1.0-develop.20

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.
@@ -15,7 +15,7 @@ import { chevronRightIcon, chevronLeftIcon, chevronDownIcon, chevronUpIcon, minu
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';
18
- import { tap } from 'rxjs/operators';
18
+ import { tap, auditTime } from 'rxjs/operators';
19
19
  import { NgClass, NgStyle, NgTemplateOutlet } from '@angular/common';
20
20
  import * as i1 from '@progress/kendo-angular-popup';
21
21
  import { PopupService, POPUP_CONTAINER } from '@progress/kendo-angular-popup';
@@ -950,8 +950,8 @@ const packageMetadata = {
950
950
  productName: 'Kendo UI for Angular',
951
951
  productCode: 'KENDOUIANGULAR',
952
952
  productCodes: ['KENDOUIANGULAR'],
953
- publishDate: 1786694238,
954
- version: '25.1.0-develop.2',
953
+ publishDate: 1787938484,
954
+ version: '25.1.0-develop.20',
955
955
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
956
956
  };
957
957
 
@@ -1642,7 +1642,7 @@ class MapComponent {
1642
1642
  svgIcons
1643
1643
  }
1644
1644
  };
1645
- }))
1645
+ }), auditTime(0))
1646
1646
  .subscribe(() => {
1647
1647
  if (!this.instance) {
1648
1648
  this.init();
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1786694238,
11
- "version": "25.1.0-develop.2",
10
+ "publishDate": 1787938484,
11
+ "version": "25.1.0-develop.20",
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": "25.1.0-develop.2",
3
+ "version": "25.1.0-develop.20",
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": 1786694238,
25
+ "publishDate": 1787938484,
26
26
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
27
27
  }
28
28
  },
@@ -33,15 +33,15 @@
33
33
  "@angular/platform-browser": "20 - 22",
34
34
  "@progress/kendo-drawing": "^1.25.0",
35
35
  "@progress/kendo-licensing": "^1.11.0",
36
- "@progress/kendo-angular-common": "25.1.0-develop.2",
37
- "@progress/kendo-angular-icons": "25.1.0-develop.2",
38
- "@progress/kendo-angular-l10n": "25.1.0-develop.2",
39
- "@progress/kendo-angular-popup": "25.1.0-develop.2",
36
+ "@progress/kendo-angular-common": "25.1.0-develop.20",
37
+ "@progress/kendo-angular-icons": "25.1.0-develop.20",
38
+ "@progress/kendo-angular-l10n": "25.1.0-develop.20",
39
+ "@progress/kendo-angular-popup": "25.1.0-develop.20",
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": "25.1.0-develop.2",
44
+ "@progress/kendo-angular-schematics": "25.1.0-develop.20",
45
45
  "@progress/kendo-charts": "2.13.0"
46
46
  },
47
47
  "schematics": "./schematics/collection.json",
@@ -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': '25.1.0-develop.2'
18
+ // '@progress/kendo-angular-foo': '25.1.0-develop.20'
19
19
  } });
20
20
  return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
21
21
  }