@syncfusion/ej2-angular-maps
Advanced tools
Comparing version 25.1.41-ngcc to 25.1.41
@@ -5,3 +5,3 @@ { | ||
"_inBundle": false, | ||
"_integrity": "sha512-IpQRty+W21zkwV5InV5h+4XYF4k+RzNYMfass7cTfslNZyvDt4XS+Z2y64keiBbZTuQyJRLaYt4eoCiBhzl7Hw==", | ||
"_integrity": "sha512-o2fDyA+DVNQUCMKQVBPsRI4GLWG2W/8MNa1ee7wj3J7MojJPhGZOd/q1Q1UoSvCrYTwUG4mEvK90t9pFGElRqA==", | ||
"_location": "/@syncfusion/ej2-angular-maps", | ||
@@ -23,6 +23,6 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-25.1.40.tgz", | ||
"_shasum": "74bd886f53ea2bb54904e4fd819a295b3b0b643c", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-25.1.40.tgz", | ||
"_shasum": "d89f488c4ecbc19f259368ce5267bffb9f8133e2", | ||
"_spec": "@syncfusion/ej2-angular-maps@*", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included", | ||
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included", | ||
"author": { | ||
@@ -38,8 +38,24 @@ "name": "Syncfusion Inc." | ||
"@syncfusion/ej2-base": "~25.1.35", | ||
"@syncfusion/ej2-maps": "25.1.41" | ||
"@syncfusion/ej2-maps": "25.1.41", | ||
"tslib": "^2.3.0" | ||
}, | ||
"deprecated": false, | ||
"description": "The Maps component is used to visualize the geographical data and represent the statistical data of a particular geographical area on earth with user interactivity, and provides various customizing options for Angular", | ||
"devDependencies": {}, | ||
"es2015": "@syncfusion/ej2-angular-maps.js", | ||
"es2020": "fesm2020/syncfusion-ej2-angular-maps.mjs", | ||
"esm2020": "esm2020/syncfusion-ej2-angular-maps.mjs", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./syncfusion-ej2-angular-maps.d.ts", | ||
"esm2020": "./esm2020/syncfusion-ej2-angular-maps.mjs", | ||
"es2020": "./fesm2020/syncfusion-ej2-angular-maps.mjs", | ||
"es2015": "./fesm2015/syncfusion-ej2-angular-maps.mjs", | ||
"node": "./fesm2015/syncfusion-ej2-angular-maps.mjs", | ||
"default": "./fesm2020/syncfusion-ej2-angular-maps.mjs" | ||
} | ||
}, | ||
"fesm2015": "fesm2015/syncfusion-ej2-angular-maps.mjs", | ||
"fesm2020": "fesm2020/syncfusion-ej2-angular-maps.mjs", | ||
"homepage": "https://www.syncfusion.com/angular-components", | ||
@@ -52,5 +68,3 @@ "keywords": [ | ||
"license": "SEE LICENSE IN license", | ||
"main": "dist/ej2-angular-maps.umd.js", | ||
"metadata": "ej2-angular-maps.metadata.json", | ||
"module": "@syncfusion/ej2-angular-maps.es5.js", | ||
"module": "fesm2015/syncfusion-ej2-angular-maps.mjs", | ||
"name": "@syncfusion/ej2-angular-maps", | ||
@@ -63,4 +77,4 @@ "repository": { | ||
"sideEffects": false, | ||
"typings": "ej2-angular-maps.d.ts", | ||
"version": "25.1.41-ngcc" | ||
"typings": "syncfusion-ej2-angular-maps.d.ts", | ||
"version": "25.1.41" | ||
} |
@@ -1,18 +0,18 @@ | ||
var fs = require("fs"); | ||
var glob = require("glob"); | ||
// var fs = require("fs"); | ||
// var glob = require("glob"); | ||
var selectors = ['ejs-maps']; | ||
// // selectors | ||
if (process.env.tagName !== undefined) { | ||
var newTagPrefix = process.env.tagName.trim(); | ||
var files = glob.sync("./@syncfusion/*"); | ||
for (var i = 0; i < files.length; i++) { | ||
var sourceFile = fs.readFileSync(files[i], "utf8"); | ||
for (var j = 0; j < selectors.length; j++) { | ||
selectors[j] = selectors[j].replace('[','').replace(']',''); | ||
var tagRegex = new RegExp(selectors[j], "g"); | ||
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix)); | ||
} | ||
fs.writeFileSync(files[i], sourceFile, "utf8"); | ||
} | ||
} | ||
// if (process.env.tagName !== undefined) { | ||
// var newTagPrefix = process.env.tagName.trim(); | ||
// var files = glob.sync("./@syncfusion/*"); | ||
// for (var i = 0; i < files.length; i++) { | ||
// var sourceFile = fs.readFileSync(files[i], "utf8"); | ||
// for (var j = 0; j < selectors.length; j++) { | ||
// selectors[j] = selectors[j].replace('[','').replace(']',''); | ||
// var tagRegex = new RegExp(selectors[j], "g"); | ||
// sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix)); | ||
// } | ||
// fs.writeFileSync(files[i], sourceFile, "utf8"); | ||
// } | ||
// } |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -46,2 +47,4 @@ * Represents the directive to define the annotations in the maps. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationDirective, "e-maps-annotations>e-maps-annotation", never, { "content": "content"; "horizontalAlignment": "horizontalAlignment"; "verticalAlignment": "verticalAlignment"; "x": "x"; "y": "y"; "zIndex": "zIndex"; }, {}, ["content"]>; | ||
} | ||
@@ -54,2 +57,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AnnotationsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<AnnotationsDirective, "ej-maps>e-maps-annotations", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -109,2 +110,4 @@ * Represents the directive to define the bubbles in the maps. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BubbleDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<BubbleDirective, "e-layer>e-bubbleSettings>e-bubbleSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "bubbleType": "bubbleType"; "colorMapping": "colorMapping"; "colorValuePath": "colorValuePath"; "dataSource": "dataSource"; "fill": "fill"; "highlightSettings": "highlightSettings"; "maxRadius": "maxRadius"; "minRadius": "minRadius"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "tooltipSettings": "tooltipSettings"; "valuePath": "valuePath"; "visible": "visible"; }, {}, ["tooltipSettings_template", "childColorMapping"]>; | ||
} | ||
@@ -117,2 +120,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<BubblesDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<BubblesDirective, "e-layer>e-bubbleSettings", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -64,2 +65,4 @@ * Represents the directive to define the bubble color mapping in the maps. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingDirective, "e-bubbleSettings>e-colorMappings>e-colorMapping", never, { "color": "color"; "from": "from"; "label": "label"; "maxOpacity": "maxOpacity"; "minOpacity": "minOpacity"; "showLegend": "showLegend"; "to": "to"; "value": "value"; }, {}, never>; | ||
} | ||
@@ -72,2 +75,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ColorMappingsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ColorMappingsDirective, "e-bubbleSettings>e-colorMappings", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -30,2 +31,4 @@ * Represents the directive to configure the selection of the shapes when the maps is initially rendered. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<InitialShapeSelectionDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialShapeSelectionDirective, "e-layer>e-initialShapeSelections>e-initialShapeSelection", never, { "shapePath": "shapePath"; "shapeValue": "shapeValue"; }, {}, never>; | ||
} | ||
@@ -38,2 +41,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<InitialShapeSelectionsDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<InitialShapeSelectionsDirective, "e-layer>e-initialShapeSelections", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -32,3 +33,3 @@ * Represents the directive to define the layer of the maps. | ||
* then the map will be rendered based on the provided shape data since the default layer type will be set as "Geometry". | ||
* @deprecated | ||
* @default Aerial | ||
@@ -70,3 +71,3 @@ */ | ||
* Gets or sets the key for the online map provider to render in the layer of the maps. | ||
* @deprecated | ||
* @default '' | ||
@@ -78,3 +79,3 @@ */ | ||
* then map will render based on the provided layer type. | ||
* @deprecated | ||
* @default Geometry | ||
@@ -133,3 +134,3 @@ */ | ||
* Gets or sets the type of the static maps. | ||
* @deprecated | ||
* @default RoadMap | ||
@@ -158,2 +159,4 @@ */ | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LayerDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LayerDirective, "e-layers>e-layer", never, { "animationDuration": "animationDuration"; "bingMapType": "bingMapType"; "bubbleSettings": "bubbleSettings"; "dataLabelSettings": "dataLabelSettings"; "dataSource": "dataSource"; "geometryType": "geometryType"; "highlightSettings": "highlightSettings"; "initialShapeSelection": "initialShapeSelection"; "key": "key"; "layerType": "layerType"; "markerClusterSettings": "markerClusterSettings"; "markerSettings": "markerSettings"; "navigationLineSettings": "navigationLineSettings"; "polygonSettings": "polygonSettings"; "query": "query"; "selectionSettings": "selectionSettings"; "shapeData": "shapeData"; "shapeDataPath": "shapeDataPath"; "shapePropertyPath": "shapePropertyPath"; "shapeSettings": "shapeSettings"; "staticMapType": "staticMapType"; "toggleLegendSettings": "toggleLegendSettings"; "tooltipSettings": "tooltipSettings"; "type": "type"; "urlTemplate": "urlTemplate"; "visible": "visible"; }, {}, ["childInitialShapeSelection", "childMarkerSettings", "childBubbleSettings", "childNavigationLineSettings"]>; | ||
} | ||
@@ -166,2 +169,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<LayersDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<LayersDirective, "ej-maps>e-layers", never, {}, {}, ["children"]>; | ||
} |
import { ValueProvider } from '@angular/core'; | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "@angular/common"; | ||
import * as i2 from "./maps.module"; | ||
export declare const BubbleService: ValueProvider; | ||
@@ -20,2 +23,5 @@ export declare const LegendService: ValueProvider; | ||
export declare class MapsAllModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MapsAllModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsAllModule, never, [typeof i1.CommonModule, typeof i2.MapsModule], [typeof i2.MapsModule]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<MapsAllModule>; | ||
} |
@@ -6,2 +6,3 @@ import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core'; | ||
import { AnnotationsDirective } from './annotations.directive'; | ||
import * as i0 from "@angular/core"; | ||
export declare const inputs: string[]; | ||
@@ -70,2 +71,4 @@ export declare const outputs: string[]; | ||
addTwoWay: (propList: string[]) => void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MapsComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<MapsComponent, "ejs-maps", never, { "allowImageExport": "allowImageExport"; "allowPdfExport": "allowPdfExport"; "allowPrint": "allowPrint"; "annotations": "annotations"; "background": "background"; "baseLayerIndex": "baseLayerIndex"; "border": "border"; "centerPosition": "centerPosition"; "description": "description"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "format": "format"; "height": "height"; "layers": "layers"; "legendSettings": "legendSettings"; "locale": "locale"; "mapsArea": "mapsArea"; "margin": "margin"; "projectionType": "projectionType"; "tabIndex": "tabIndex"; "theme": "theme"; "titleSettings": "titleSettings"; "tooltipDisplayMode": "tooltipDisplayMode"; "useGroupingSeparator": "useGroupingSeparator"; "width": "width"; "zoomSettings": "zoomSettings"; }, { "animationComplete": "animationComplete"; "annotationRendering": "annotationRendering"; "beforePrint": "beforePrint"; "bubbleClick": "bubbleClick"; "bubbleMouseMove": "bubbleMouseMove"; "bubbleRendering": "bubbleRendering"; "click": "click"; "dataLabelRendering": "dataLabelRendering"; "doubleClick": "doubleClick"; "itemHighlight": "itemHighlight"; "itemSelection": "itemSelection"; "layerRendering": "layerRendering"; "legendRendering": "legendRendering"; "load": "load"; "loaded": "loaded"; "markerClick": "markerClick"; "markerClusterClick": "markerClusterClick"; "markerClusterMouseMove": "markerClusterMouseMove"; "markerClusterRendering": "markerClusterRendering"; "markerDragEnd": "markerDragEnd"; "markerDragStart": "markerDragStart"; "markerMouseMove": "markerMouseMove"; "markerRendering": "markerRendering"; "onclick": "onclick"; "pan": "pan"; "panComplete": "panComplete"; "resize": "resize"; "rightClick": "rightClick"; "shapeHighlight": "shapeHighlight"; "shapeRendering": "shapeRendering"; "shapeSelected": "shapeSelected"; "tooltipRender": "tooltipRender"; "tooltipRenderComplete": "tooltipRenderComplete"; "zoom": "zoom"; "zoomComplete": "zoomComplete"; "dataSourceChange": "dataSourceChange"; }, ["childLayers", "childAnnotations"], never>; | ||
} |
@@ -0,1 +1,11 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./maps.component"; | ||
import * as i2 from "./initialshapeselection.directive"; | ||
import * as i3 from "./markersettings.directive"; | ||
import * as i4 from "./colormapping.directive"; | ||
import * as i5 from "./bubblesettings.directive"; | ||
import * as i6 from "./navigationlinesettings.directive"; | ||
import * as i7 from "./layers.directive"; | ||
import * as i8 from "./annotations.directive"; | ||
import * as i9 from "@angular/common"; | ||
/** | ||
@@ -5,2 +15,5 @@ * NgModule definition for the Maps component. | ||
export declare class MapsModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MapsModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<MapsModule, [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective], [typeof i9.CommonModule], [typeof i1.MapsComponent, typeof i2.InitialShapeSelectionDirective, typeof i2.InitialShapeSelectionsDirective, typeof i3.MarkerDirective, typeof i3.MarkersDirective, typeof i4.ColorMappingDirective, typeof i4.ColorMappingsDirective, typeof i5.BubbleDirective, typeof i5.BubblesDirective, typeof i6.NavigationLineDirective, typeof i6.NavigationLinesDirective, typeof i7.LayerDirective, typeof i7.LayersDirective, typeof i8.AnnotationDirective, typeof i8.AnnotationsDirective]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<MapsModule>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -149,2 +150,4 @@ * Represents the directive to define the markers in the maps. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MarkerDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkerDirective, "e-layer>e-markerSettings>e-markerSetting", never, { "animationDelay": "animationDelay"; "animationDuration": "animationDuration"; "border": "border"; "colorValuePath": "colorValuePath"; "dashArray": "dashArray"; "dataSource": "dataSource"; "enableDrag": "enableDrag"; "fill": "fill"; "height": "height"; "highlightSettings": "highlightSettings"; "imageUrl": "imageUrl"; "imageUrlValuePath": "imageUrlValuePath"; "initialMarkerSelection": "initialMarkerSelection"; "latitudeValuePath": "latitudeValuePath"; "legendText": "legendText"; "longitudeValuePath": "longitudeValuePath"; "offset": "offset"; "opacity": "opacity"; "query": "query"; "selectionSettings": "selectionSettings"; "shape": "shape"; "shapeValuePath": "shapeValuePath"; "template": "template"; "tooltipSettings": "tooltipSettings"; "visible": "visible"; "width": "width"; }, {}, ["template", "tooltipSettings_template"]>; | ||
} | ||
@@ -157,2 +160,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<MarkersDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<MarkersDirective, "e-layer>e-markerSettings", never, {}, {}, ["children"]>; | ||
} |
import { ViewContainerRef } from '@angular/core'; | ||
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -68,2 +69,4 @@ * Represents the directive to define the navigation lines in the maps. | ||
constructor(viewContainerRef: ViewContainerRef); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLineDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLineDirective, "e-layer>e-navigationLineSettings>e-navigationLineSetting", never, { "angle": "angle"; "arrowSettings": "arrowSettings"; "color": "color"; "dashArray": "dashArray"; "highlightSettings": "highlightSettings"; "latitude": "latitude"; "longitude": "longitude"; "selectionSettings": "selectionSettings"; "visible": "visible"; "width": "width"; }, {}, ["tooltipSettings_template"]>; | ||
} | ||
@@ -76,2 +79,4 @@ /** | ||
constructor(); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinesDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLinesDirective, "e-layer>e-navigationLineSettings", never, {}, {}, ["children"]>; | ||
} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
173
0
0
1790045
4
10617
+ Addedtslib@^2.3.0
+ Addedtslib@2.8.1(transitive)