Socket
Socket
Sign inDemoInstall

@nextgis/control-container

Package Overview
Dependencies
Maintainers
3
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextgis/control-container - npm Package Compare versions

Comparing version 1.16.8 to 1.16.9

5

lib/control-container.esm-browser.js

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/control-container; version: 1.16.8; author: NextGIS */
/** Bundle of @nextgis/control-container; version: 1.16.9; author: NextGIS */
function create(tagName, className, container) {

@@ -119,5 +119,2 @@ var el = window.document.createElement(tagName);

/**
* @alpha
*/
var ControlContainer$1 = /** @class */ (function () {

@@ -124,0 +121,0 @@ function ControlContainer(opt) {

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/control-container; version: 1.16.8; author: NextGIS */
/** Bundle of @nextgis/control-container; version: 1.16.9; author: NextGIS */
import * as dom from '@nextgis/dom';

@@ -76,5 +76,2 @@

/**
* @alpha
*/
var ControlContainer$1 = /** @class */ (function () {

@@ -81,0 +78,0 @@ function ControlContainer(opt) {

@@ -1,2 +0,2 @@

/** Bundle of @nextgis/control-container; version: 1.16.8; author: NextGIS */
/** Bundle of @nextgis/control-container; version: 1.16.9; author: NextGIS */
var ControlContainer = (function () {

@@ -122,5 +122,2 @@ 'use strict';

/**
* @alpha
*/
var ControlContainer$1 = /** @class */ (function () {

@@ -127,0 +124,0 @@ function ControlContainer(opt) {

22

lib/index.d.ts

@@ -5,3 +5,23 @@ import { ControlPosition } from '@nextgis/webmap';

/* Excluded from this release type: ControlContainer */
declare class ControlContainer {
static controls: {
ZOOM: typeof ZoomControl;
};
private readonly classPrefix;
private readonly addClass?;
private readonly map?;
private _container;
private _positionsContainers;
constructor(opt?: ControlContainerOptions);
addTo(el: HTMLElement | string): this;
detach(): void;
getContainer(): HTMLElement;
getPositionContainer(position: ControlPosition): HTMLElement | undefined;
newPositionContainer(position: ControlPosition): HTMLElement | undefined;
addControl(control: MapControl, position: ControlPosition): void;
append(element: HTMLElement | string, position: ControlPosition): void;
private createContainerElement;
private _createPositionContainer;
}
export default ControlContainer;

@@ -8,0 +28,0 @@ export declare interface ControlContainerOptions {

{
"name": "@nextgis/control-container",
"version": "1.16.8",
"version": "1.16.9",
"description": "Placing control elements in the corners of the map container",

@@ -13,3 +13,3 @@ "main": "lib/control-container.global.prod.js",

"@nextgis/utils": "^1.16.8",
"@nextgis/webmap": "^1.16.8",
"@nextgis/webmap": "^1.16.9",
"@types/events": "^3.0.0",

@@ -54,3 +54,3 @@ "events": "^3.3.0"

},
"gitHead": "e156aa6d884f1987e3f84649284d5f0c70d713a5"
"gitHead": "2a5de98fca702773dd82adaa3ca8843be5dec03c"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc