@progress/kendo-angular-map 22.1.0-develop.8 → 23.0.0-develop.1
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/fesm2022/progress-kendo-angular-map.mjs +8 -8
- package/map.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +10 -10
- package/schematics/ngAdd/index.js +1 -1
- package/tooltip/bubble-tooltip-template.directive.d.ts +1 -1
- package/tooltip/bubble-tooltip.component.d.ts +1 -1
- package/tooltip/marker-tooltip-template.directive.d.ts +1 -1
- package/tooltip/marker-tooltip.component.d.ts +1 -1
- package/tooltip/shape-tooltip-template.directive.d.ts +1 -1
- package/tooltip/shape-tooltip.component.d.ts +1 -1
|
@@ -951,7 +951,7 @@ const packageMetadata = {
|
|
|
951
951
|
productCode: 'KENDOUIANGULAR',
|
|
952
952
|
productCodes: ['KENDOUIANGULAR'],
|
|
953
953
|
publishDate: 0,
|
|
954
|
-
version: '
|
|
954
|
+
version: '23.0.0-develop.1',
|
|
955
955
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
956
956
|
};
|
|
957
957
|
|
|
@@ -1196,7 +1196,7 @@ const svgIcons = {
|
|
|
1196
1196
|
caretAltRightIcon
|
|
1197
1197
|
};
|
|
1198
1198
|
/**
|
|
1199
|
-
* Represents the [Kendo UI Map component for Angular](
|
|
1199
|
+
* Represents the [Kendo UI Map component for Angular](https://www.telerik.com/kendo-angular-ui/components/map).
|
|
1200
1200
|
*
|
|
1201
1201
|
* Use this component to display interactive maps with markers, layers, and controls.
|
|
1202
1202
|
* Configure zoom levels, center coordinates, and user interactions like panning and zooming.
|
|
@@ -2199,7 +2199,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2199
2199
|
/**
|
|
2200
2200
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
2201
2201
|
* within the `<kendo-map-tooltip>` component for the Map
|
|
2202
|
-
* [Bubble layer tooltip](
|
|
2202
|
+
* [Bubble layer tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/bubble#tooltips).
|
|
2203
2203
|
*
|
|
2204
2204
|
* The available inputs for the bubble tooltip template are:
|
|
2205
2205
|
* * `dataItem: any`—The original data item used to create the bubble.
|
|
@@ -2249,7 +2249,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2249
2249
|
/**
|
|
2250
2250
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
2251
2251
|
* within the `<kendo-map-tooltip>` component for the Map
|
|
2252
|
-
* [Marker layer tooltip](
|
|
2252
|
+
* [Marker layer tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/marker#tooltips).
|
|
2253
2253
|
*
|
|
2254
2254
|
* The available inputs for the marker tooltip template are:
|
|
2255
2255
|
* * `title: string`—The marker title.
|
|
@@ -2298,7 +2298,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2298
2298
|
/**
|
|
2299
2299
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
2300
2300
|
* within the `<kendo-map-tooltip>` component for the Map
|
|
2301
|
-
* [Shape layer tooltip](
|
|
2301
|
+
* [Shape layer tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/shape#tooltips).
|
|
2302
2302
|
*
|
|
2303
2303
|
* The available inputs for the shape tooltip template are:
|
|
2304
2304
|
* * `dataItem: any`—The original data item used to create the shape.
|
|
@@ -2347,7 +2347,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2347
2347
|
/**
|
|
2348
2348
|
* Represents the Kendo UI BubbleTooltip component for Angular.
|
|
2349
2349
|
*
|
|
2350
|
-
* Configures the [Bubble Layer Tooltip](
|
|
2350
|
+
* Configures the [Bubble Layer Tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/bubble#tooltips).
|
|
2351
2351
|
*
|
|
2352
2352
|
* @example
|
|
2353
2353
|
* ```typescript
|
|
@@ -2402,7 +2402,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2402
2402
|
/**
|
|
2403
2403
|
* Represents the Kendo UI MarkerTooltip component for Angular.
|
|
2404
2404
|
*
|
|
2405
|
-
* Configures the [Marker Layer Tooltip](
|
|
2405
|
+
* Configures the [Marker Layer Tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/marker#tooltips).
|
|
2406
2406
|
*
|
|
2407
2407
|
* @example
|
|
2408
2408
|
* ```typescript
|
|
@@ -2457,7 +2457,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
2457
2457
|
/**
|
|
2458
2458
|
* Represents the Kendo UI ShapeTooltip component for Angular.
|
|
2459
2459
|
*
|
|
2460
|
-
* Configures the [Shape Layer Tooltip](
|
|
2460
|
+
* Configures the [Shape Layer Tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/shape#tooltips).
|
|
2461
2461
|
*
|
|
2462
2462
|
* @example
|
|
2463
2463
|
* ```typescript
|
package/map.component.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ import { InstanceEventService } from './events/instance-event.service';
|
|
|
16
16
|
import { TooltipPopupComponent } from './tooltip/tooltip-popup.component';
|
|
17
17
|
import * as i0 from "@angular/core";
|
|
18
18
|
/**
|
|
19
|
-
* Represents the [Kendo UI Map component for Angular](
|
|
19
|
+
* Represents the [Kendo UI Map component for Angular](https://www.telerik.com/kendo-angular-ui/components/map).
|
|
20
20
|
*
|
|
21
21
|
* Use this component to display interactive maps with markers, layers, and controls.
|
|
22
22
|
* Configure zoom levels, center coordinates, and user interactions like panning and zooming.
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "
|
|
10
|
+
"publishDate": 1770287111,
|
|
11
|
+
"version": "23.0.0-develop.1",
|
|
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": "
|
|
3
|
+
"version": "23.0.0-develop.1",
|
|
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":
|
|
25
|
+
"publishDate": 1770287111,
|
|
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.
|
|
35
|
-
"@progress/kendo-licensing": "^1.
|
|
36
|
-
"@progress/kendo-angular-common": "
|
|
37
|
-
"@progress/kendo-angular-icons": "
|
|
38
|
-
"@progress/kendo-angular-l10n": "
|
|
39
|
-
"@progress/kendo-angular-popup": "
|
|
34
|
+
"@progress/kendo-drawing": "^1.24.0",
|
|
35
|
+
"@progress/kendo-licensing": "^1.10.0",
|
|
36
|
+
"@progress/kendo-angular-common": "23.0.0-develop.1",
|
|
37
|
+
"@progress/kendo-angular-icons": "23.0.0-develop.1",
|
|
38
|
+
"@progress/kendo-angular-l10n": "23.0.0-develop.1",
|
|
39
|
+
"@progress/kendo-angular-popup": "23.0.0-develop.1",
|
|
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": "
|
|
45
|
-
"@progress/kendo-charts": "2.
|
|
44
|
+
"@progress/kendo-angular-schematics": "23.0.0-develop.1",
|
|
45
|
+
"@progress/kendo-charts": "2.11.0"
|
|
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': '
|
|
18
|
+
// '@progress/kendo-angular-foo': '23.0.0-develop.1'
|
|
19
19
|
} });
|
|
20
20
|
return (0, schematics_1.externalSchematic)('@progress/kendo-angular-schematics', 'ng-add', finalOptions);
|
|
21
21
|
}
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-map-tooltip>` component for the Map
|
|
10
|
-
* [Bubble layer tooltip](
|
|
10
|
+
* [Bubble layer tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/bubble#tooltips).
|
|
11
11
|
*
|
|
12
12
|
* The available inputs for the bubble tooltip template are:
|
|
13
13
|
* * `dataItem: any`—The original data item used to create the bubble.
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
/**
|
|
13
13
|
* Represents the Kendo UI BubbleTooltip component for Angular.
|
|
14
14
|
*
|
|
15
|
-
* Configures the [Bubble Layer Tooltip](
|
|
15
|
+
* Configures the [Bubble Layer Tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/bubble#tooltips).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```typescript
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-map-tooltip>` component for the Map
|
|
10
|
-
* [Marker layer tooltip](
|
|
10
|
+
* [Marker layer tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/marker#tooltips).
|
|
11
11
|
*
|
|
12
12
|
* The available inputs for the marker tooltip template are:
|
|
13
13
|
* * `title: string`—The marker title.
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
/**
|
|
13
13
|
* Represents the Kendo UI MarkerTooltip component for Angular.
|
|
14
14
|
*
|
|
15
|
-
* Configures the [Marker Layer Tooltip](
|
|
15
|
+
* Configures the [Marker Layer Tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/marker#tooltips).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```typescript
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
/**
|
|
8
8
|
* A directive that sets a [template](link:site.data.urls.angular['templatesyntax'])
|
|
9
9
|
* within the `<kendo-map-tooltip>` component for the Map
|
|
10
|
-
* [Shape layer tooltip](
|
|
10
|
+
* [Shape layer tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/shape#tooltips).
|
|
11
11
|
*
|
|
12
12
|
* The available inputs for the shape tooltip template are:
|
|
13
13
|
* * `dataItem: any`—The original data item used to create the shape.
|
|
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
|
|
|
12
12
|
/**
|
|
13
13
|
* Represents the Kendo UI ShapeTooltip component for Angular.
|
|
14
14
|
*
|
|
15
|
-
* Configures the [Shape Layer Tooltip](
|
|
15
|
+
* Configures the [Shape Layer Tooltip](https://www.telerik.com/kendo-angular-ui/components/map/layers/shape#tooltips).
|
|
16
16
|
*
|
|
17
17
|
* @example
|
|
18
18
|
* ```typescript
|