Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-gridster2

Package Overview
Dependencies
Maintainers
2
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-gridster2 - npm Package Compare versions

Comparing version 15.0.4 to 16.0.0

esm2022/angular-gridster2.mjs

0

index.d.ts

@@ -0,0 +0,0 @@ /**

2

lib/gridster.component.d.ts

@@ -77,3 +77,3 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<GridsterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterComponent, "gridster", never, { "options": "options"; }, {}, never, ["*"], true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterComponent, "gridster", never, { "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], true, never>;
}

@@ -0,0 +0,0 @@ import { GridsterConfigS } from './gridsterConfigS.interface';

@@ -0,0 +0,0 @@ import * as i0 from "@angular/core";

@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface';

import { GridsterConfig } from './gridsterConfig.interface';
export declare const GridsterConfigService: GridsterConfig;

@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface';

@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface';

@@ -0,0 +0,0 @@ import { NgZone } from '@angular/core';

@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface';

@@ -60,3 +60,3 @@ import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<GridsterItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterItemComponent, "gridster-item", never, { "item": "item"; }, { "itemInit": "itemInit"; "itemChange": "itemChange"; "itemResize": "itemResize"; }, never, ["*"], true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterItemComponent, "gridster-item", never, { "item": { "alias": "item"; "required": false; }; }, { "itemInit": "itemInit"; "itemChange": "itemChange"; "itemResize": "itemResize"; }, never, ["*"], true, never>;
}

@@ -0,0 +0,0 @@ import { GridsterDraggable } from './gridsterDraggable.service';

@@ -16,3 +16,3 @@ import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<GridsterPreviewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterPreviewComponent, "gridster-preview", never, { "previewStyle$": "previewStyle$"; "gridRenderer": "gridRenderer"; }, {}, never, never, true, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterPreviewComponent, "gridster-preview", never, { "previewStyle$": { "alias": "previewStyle$"; "required": false; }; "gridRenderer": { "alias": "gridRenderer"; "required": false; }; }, {}, never, never, true, never>;
}

@@ -0,0 +0,0 @@ import { GridsterItemComponentInterface } from './gridsterItem.interface';

@@ -0,0 +0,0 @@ import { GridsterItemComponentInterface } from './gridsterItem.interface';

@@ -0,0 +0,0 @@ export interface CommonGridStyle {

@@ -0,0 +0,0 @@ import { Renderer2 } from '@angular/core';

@@ -0,0 +0,0 @@ import { NgZone } from '@angular/core';

@@ -0,0 +0,0 @@ export interface GridsterResizeEventType {

@@ -0,0 +0,0 @@ import { GridsterResizeEventType } from './gridsterResizeEventType.interface';

@@ -0,0 +0,0 @@ import { GridsterItemComponentInterface } from './gridsterItem.interface';

@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface';

{
"name": "angular-gridster2",
"version": "15.0.4",
"version": "16.0.0",
"license": "MIT",

@@ -10,4 +10,4 @@ "sideEffects": false,

"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"rxjs": "^7.0.0"

@@ -38,7 +38,3 @@ },

],
"module": "fesm2015/angular-gridster2.mjs",
"es2020": "fesm2020/angular-gridster2.mjs",
"esm2020": "esm2020/angular-gridster2.mjs",
"fesm2020": "fesm2020/angular-gridster2.mjs",
"fesm2015": "fesm2015/angular-gridster2.mjs",
"module": "fesm2022/angular-gridster2.mjs",
"typings": "index.d.ts",

@@ -51,9 +47,7 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/angular-gridster2.mjs",
"es2020": "./fesm2020/angular-gridster2.mjs",
"es2015": "./fesm2015/angular-gridster2.mjs",
"node": "./fesm2015/angular-gridster2.mjs",
"default": "./fesm2020/angular-gridster2.mjs"
"esm2022": "./esm2022/angular-gridster2.mjs",
"esm": "./esm2022/angular-gridster2.mjs",
"default": "./fesm2022/angular-gridster2.mjs"
}
}
}

@@ -0,0 +0,0 @@ export { GridsterComponent } from './lib/gridster.component';

@@ -10,3 +10,3 @@ # angular-gridster2

### Requires Angular 15.x
### Requires Angular 16.x

@@ -97,8 +97,3 @@ ### For other Angular versions check the other branches.

<gridster-item>
<div
(mousedown)="$event.stopPropagation()"
(touchstart)="$event.stopPropagation()"
>
Some content to click without dragging the widget
</div>
<div (mousedown)="$event.stopPropagation()" (touchstart)="$event.stopPropagation()">Some content to click without dragging the widget</div>
<div class="item-buttons">

@@ -108,10 +103,3 @@ <button md-icon-button md-raised-button class="drag-handler">

</button>
<button
md-icon-button
md-raised-button
class="remove-button"
(click)="removeItem($event, item)"
(touchstart)="removeItem($event, item)"
mdTooltip="Remove"
>
<button md-icon-button md-raised-button class="remove-button" (click)="removeItem($event, item)" (touchstart)="removeItem($event, item)" mdTooltip="Remove">
<md-icon>clear</md-icon>

@@ -127,5 +115,3 @@ </button>

<gridster-item>
<div class="gridster-item-content">
Some content to select and click without dragging the widget
</div>
<div class="gridster-item-content">Some content to select and click without dragging the widget</div>
<div class="item-buttons">

@@ -135,10 +121,3 @@ <button md-icon-button md-raised-button class="drag-handler">

</button>
<button
md-icon-button
md-raised-button
class="remove-button"
(click)="removeItem($event, item)"
(touchstart)="removeItem($event, item)"
mdTooltip="Remove"
>
<button md-icon-button md-raised-button class="remove-button" (click)="removeItem($event, item)" (touchstart)="removeItem($event, item)" mdTooltip="Remove">
<md-icon>clear</md-icon>

@@ -145,0 +124,0 @@ </button>

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