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

angular-gridster2

Package Overview
Dependencies
Maintainers
1
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 4.3.2 to 4.3.3

2

dist/gridster.component.js

@@ -8,3 +8,3 @@ "use strict";

var gridsterCompact_service_1 = require("./gridsterCompact.service");
var GridsterComponent = /** @class */ (function () {
var GridsterComponent = (function () {
function GridsterComponent(el, renderer, cdRef) {

@@ -11,0 +11,0 @@ this.renderer = renderer;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var GridsterComponentInterface = /** @class */ (function () {
var GridsterComponentInterface = (function () {
function GridsterComponentInterface() {

@@ -5,0 +5,0 @@ }

@@ -9,3 +9,3 @@ "use strict";

var gridsterGrid_component_1 = require("./gridsterGrid.component");
var GridsterModule = /** @class */ (function () {
var GridsterModule = (function () {
function GridsterModule() {

@@ -12,0 +12,0 @@ }

@@ -5,3 +5,3 @@ "use strict";

var gridster_interface_1 = require("./gridster.interface");
var GridsterCompact = /** @class */ (function () {
var GridsterCompact = (function () {
function GridsterCompact(gridster) {

@@ -8,0 +8,0 @@ this.gridster = gridster;

@@ -10,3 +10,3 @@ "use strict";

var gridster_interface_1 = require("./gridster.interface");
var GridsterDraggable = /** @class */ (function () {
var GridsterDraggable = (function () {
function GridsterDraggable(gridsterItem, gridster) {

@@ -23,2 +23,3 @@ this.gridsterItem = gridsterItem;

delete this.gridster.movingItem;
this.gridster.previewStyle();
delete this.gridsterItem;

@@ -25,0 +26,0 @@ delete this.gridster;

@@ -6,3 +6,3 @@ "use strict";

var gridster_interface_1 = require("./gridster.interface");
var GridsterEmptyCell = /** @class */ (function () {
var GridsterEmptyCell = (function () {
function GridsterEmptyCell(gridster) {

@@ -14,2 +14,5 @@ this.gridster = gridster;

delete this.gridster.movingItem;
if (this.gridster.previewStyle) {
this.gridster.previewStyle();
}
delete this.gridster;

@@ -16,0 +19,0 @@ };

@@ -5,3 +5,3 @@ "use strict";

var gridster_component_1 = require("./gridster.component");
var GridsterGridComponent = /** @class */ (function () {
var GridsterGridComponent = (function () {
function GridsterGridComponent(el, gridster, renderer, cdRef) {

@@ -8,0 +8,0 @@ this.renderer = renderer;

@@ -8,3 +8,3 @@ "use strict";

var gridsterUtils_service_1 = require("./gridsterUtils.service");
var GridsterItemComponent = /** @class */ (function () {
var GridsterItemComponent = (function () {
function GridsterItemComponent(el, gridster, renderer) {

@@ -11,0 +11,0 @@ this.renderer = renderer;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var GridsterItemComponentInterface = /** @class */ (function () {
var GridsterItemComponentInterface = (function () {
function GridsterItemComponentInterface() {

@@ -5,0 +5,0 @@ }

@@ -5,3 +5,3 @@ "use strict";

var gridster_component_1 = require("./gridster.component");
var GridsterPreviewComponent = /** @class */ (function () {
var GridsterPreviewComponent = (function () {
function GridsterPreviewComponent(el, gridster, renderer) {

@@ -8,0 +8,0 @@ this.renderer = renderer;

@@ -5,3 +5,3 @@ "use strict";

var gridsterItemComponent_interface_1 = require("./gridsterItemComponent.interface");
var GridsterPush = /** @class */ (function () {
var GridsterPush = (function () {
function GridsterPush(gridsterItem) {

@@ -8,0 +8,0 @@ this.pushedItems = [];

@@ -6,3 +6,3 @@ "use strict";

var gridster_component_1 = require("./gridster.component");
var GridsterPushResize = /** @class */ (function () {
var GridsterPushResize = (function () {
function GridsterPushResize(gridsterItem) {

@@ -9,0 +9,0 @@ this.pushedItems = [];

@@ -10,3 +10,3 @@ "use strict";

var gridster_interface_1 = require("./gridster.interface");
var GridsterResizable = /** @class */ (function () {
var GridsterResizable = (function () {
function GridsterResizable(gridsterItem, gridster) {

@@ -24,2 +24,3 @@ this.gridsterItem = gridsterItem;

delete this.gridster.movingItem;
this.gridster.previewStyle();
delete this.gridsterItem;

@@ -26,0 +27,0 @@ delete this.gridster;

@@ -5,3 +5,3 @@ "use strict";

var gridsterItemComponent_interface_1 = require("./gridsterItemComponent.interface");
var GridsterSwap = /** @class */ (function () {
var GridsterSwap = (function () {
function GridsterSwap(gridsterItem) {

@@ -8,0 +8,0 @@ this.gridsterItem = gridsterItem;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var core_1 = require("@angular/core");
var GridsterUtils = /** @class */ (function () {
var GridsterUtils = (function () {
function GridsterUtils() {

@@ -6,0 +6,0 @@ }

{
"name": "angular-gridster2",
"version": "4.3.2",
"version": "4.3.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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