select2-react-component
Advanced tools
Comparing version 5.8.0 to 5.8.1
@@ -24,4 +24,4 @@ import * as React from 'react'; | ||
private resultsElement; | ||
private readonly dropdownStyle; | ||
private readonly containerStyle; | ||
private get dropdownStyle(); | ||
private get containerStyle(); | ||
componentWillMount(): void; | ||
@@ -28,0 +28,0 @@ componentDidMount(): void; |
@@ -1,2 +0,2 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __extends } from "tslib"; | ||
import * as React from 'react'; | ||
@@ -10,3 +10,3 @@ import * as ReactDOM from 'react-dom'; | ||
var AutoComplete = /** @class */ (function (_super) { | ||
tslib_1.__extends(AutoComplete, _super); | ||
__extends(AutoComplete, _super); | ||
function AutoComplete() { | ||
@@ -13,0 +13,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this; |
@@ -32,6 +32,7 @@ import * as React from 'react'; | ||
private resultsElement; | ||
private searchText; | ||
private readonly dropdownStyle; | ||
private readonly containerStyle; | ||
private readonly selectionStyle; | ||
private get searchText(); | ||
private set searchText(value); | ||
private get dropdownStyle(); | ||
private get containerStyle(); | ||
private get selectionStyle(); | ||
componentWillMount(): void; | ||
@@ -38,0 +39,0 @@ componentDidMount(): void; |
@@ -1,2 +0,2 @@ | ||
import * as tslib_1 from "tslib"; | ||
import { __extends } from "tslib"; | ||
import * as React from 'react'; | ||
@@ -10,3 +10,3 @@ import * as ReactDOM from 'react-dom'; | ||
var Select2 = /** @class */ (function (_super) { | ||
tslib_1.__extends(Select2, _super); | ||
__extends(Select2, _super); | ||
function Select2() { | ||
@@ -13,0 +13,0 @@ var _this = _super !== null && _super.apply(this, arguments) || this; |
{ | ||
"name": "select2-react-component", | ||
"version": "5.8.0", | ||
"version": "5.8.1", | ||
"description": "A reactjs select component.", | ||
"main": "dist/index.js", | ||
"main": "dist/select2-react-component.min.js", | ||
"module": "dist/index.js", | ||
@@ -27,9 +27,9 @@ "unpkg": "dist/select2-react-component.min.js", | ||
"react-dom": "16", | ||
"select2-component": "^5.7.0" | ||
"select2-component": "^5.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "16.8.23", | ||
"@types/react-dom": "16.8.4" | ||
"@types/react": "16.9.17", | ||
"@types/react-dom": "16.9.4" | ||
}, | ||
"gitHead": "ec774cd7b38632506599200f49540395c60b3fd3" | ||
"gitHead": "01e4da2962f63afda711d79c79b425b0599f0f1b" | ||
} |
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
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
53479
769
0
Updatedselect2-component@^5.8.1