angular-sortablejs
Advanced tools
Comparing version 1.3.0-0 to 1.3.0
import { ElementRef, OnInit, OnChanges, OnDestroy, NgZone, SimpleChanges } from '@angular/core'; | ||
import { FormArray } from '@angular/forms'; | ||
import { SortablejsOptions } from '../index'; | ||
import { SortablejsOptions } from './sortablejs-options'; | ||
export declare class SortablejsDirective implements OnInit, OnChanges, OnDestroy { | ||
@@ -5,0 +5,0 @@ private element; |
"use strict"; | ||
var core_1 = require('@angular/core'); | ||
var forms_1 = require('@angular/forms'); | ||
var index_1 = require('../index'); | ||
var sortablejs_module_1 = require('./sortablejs.module'); | ||
// Sortable | ||
@@ -49,3 +49,3 @@ var Sortable = require('sortablejs'); | ||
get: function () { | ||
return Object.assign({}, index_1.SortablejsModule._globalOptions, this.inputOptions, this.overridenOptions); | ||
return Object.assign({}, sortablejs_module_1.SortablejsModule._globalOptions, this.inputOptions, this.overridenOptions); | ||
}, | ||
@@ -52,0 +52,0 @@ enumerable: true, |
{ | ||
"name": "angular-sortablejs", | ||
"version": "1.3.0-0", | ||
"version": "1.3.0", | ||
"description": "SortableJS for Angular 2+", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
23555
0
0
1