New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-angular-maps

Package Overview
Dependencies
Maintainers
3
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-maps - npm Package Compare versions

Comparing version 25.2.3 to 25.2.4-ngcc

@syncfusion/ej2-angular-maps.es5.js

40

package.json

@@ -5,3 +5,3 @@ {

"_inBundle": false,
"_integrity": "sha512-No7Xjxmqo+DdvlDKmBKuDEGQS+RPfGBg02Z6fYymu/aLPkuQYA7neRULw9gK+IQpXkSpi4bbCB5gryZEZzyuvw==",
"_integrity": "sha512-ooiVdPYR1wDd+uw2/iNjBqJcJ/n+S4FVh2qqUweAl4W1ncUH1hIzaNjjUKVKC8KlmRH8k1vooNhNKD9vwYV6/g==",
"_location": "/@syncfusion/ej2-angular-maps",

@@ -23,6 +23,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-25.1.41.tgz",
"_shasum": "09399e1061d7745f674e1c38f336608d2a0088e5",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-maps/-/ej2-angular-maps-25.1.41.tgz",
"_shasum": "df30ae12e8a6f0f2bf0c566cc6a1b66c8874c5c4",
"_spec": "@syncfusion/ej2-angular-maps@*",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
"author": {

@@ -36,26 +36,10 @@ "name": "Syncfusion Inc."

"dependencies": {
"@syncfusion/ej2-angular-base": "~25.2.3",
"@syncfusion/ej2-angular-base": "~25.2.4",
"@syncfusion/ej2-base": "~25.2.3",
"@syncfusion/ej2-maps": "25.2.3",
"tslib": "^2.3.0"
"@syncfusion/ej2-maps": "25.2.4"
},
"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",
"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",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-maps.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -68,3 +52,5 @@ "keywords": [

"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-maps.mjs",
"main": "dist/ej2-angular-maps.umd.js",
"metadata": "ej2-angular-maps.metadata.json",
"module": "@syncfusion/ej2-angular-maps.es5.js",
"name": "@syncfusion/ej2-angular-maps",

@@ -77,4 +63,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-maps.d.ts",
"version": "25.2.3"
"typings": "ej2-angular-maps.d.ts",
"version": "25.2.4-ngcc"
}

@@ -1,18 +0,18 @@

// var fs = require("fs");
// var glob = require("glob");
var fs = require("fs");
var glob = require("glob");
// // selectors
var selectors = ['ejs-maps'];
// 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");
}
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-maps';
exports.pkgVer = '^25.2.3';
exports.pkgVer = '^25.2.4';
exports.moduleName = 'MapsModule';
exports.themeVer = '~25.2.3';
exports.themeVer = '~25.2.4';
export const pkgName = '@syncfusion/ej2-angular-maps';
export const pkgVer = '^25.2.3';
export const pkgVer = '^25.2.4';
export const moduleName = 'MapsModule';
export const themeVer = '~25.2.3';
export const themeVer = '~25.2.4';
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -47,4 +46,2 @@ * 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"]>;
}

@@ -57,4 +54,2 @@ /**

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";
/**

@@ -110,4 +109,2 @@ * 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"]>;
}

@@ -120,4 +117,2 @@ /**

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";
/**

@@ -65,4 +64,2 @@ * 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>;
}

@@ -75,4 +72,2 @@ /**

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";
/**

@@ -31,4 +30,2 @@ * 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>;
}

@@ -41,4 +38,2 @@ /**

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";
/**

@@ -33,3 +32,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

@@ -71,3 +70,3 @@ */

* Gets or sets the key for the online map provider to render in the layer of the maps.
* @deprecated
* @default ''

@@ -79,3 +78,3 @@ */

* then map will render based on the provided layer type.
* @deprecated
* @default Geometry

@@ -134,3 +133,3 @@ */

* Gets or sets the type of the static maps.
* @deprecated
* @default RoadMap

@@ -159,4 +158,2 @@ */

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"]>;
}

@@ -169,4 +166,2 @@ /**

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;

@@ -23,5 +20,2 @@ 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,3 +6,2 @@ 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[];

@@ -71,4 +70,2 @@ 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>;
}

@@ -1,11 +0,1 @@

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";
/**

@@ -15,5 +5,2 @@ * 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";
/**

@@ -150,4 +149,2 @@ * 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"]>;
}

@@ -160,4 +157,2 @@ /**

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";
/**

@@ -69,4 +68,2 @@ * 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"]>;
}

@@ -79,4 +76,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<NavigationLinesDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NavigationLinesDirective, "e-layer>e-navigationLineSettings", never, {}, {}, ["children"]>;
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc