sling-web-component-select
Advanced tools
Comparing version 1.12.3 to 1.12.4
@@ -37,2 +37,4 @@ "use strict"; | ||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -42,4 +44,2 @@ | ||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } | ||
Object.defineProperty(exports, "__esModule", { | ||
@@ -63,3 +63,3 @@ value: true | ||
_this = _possibleConstructorReturn(this, _getPrototypeOf(Select).call(this)); | ||
_this.handleChange = _this.handleChange.bind(_assertThisInitialized(_assertThisInitialized(_this))); | ||
_this.handleChange = _this.handleChange.bind(_assertThisInitialized(_this)); | ||
return _this; | ||
@@ -66,0 +66,0 @@ } |
@@ -35,2 +35,4 @@ function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -40,4 +42,2 @@ | ||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } | ||
import { SlingElement, html } from 'sling-framework'; | ||
@@ -55,3 +55,3 @@ export var Select = | ||
_this = _possibleConstructorReturn(this, _getPrototypeOf(Select).call(this)); | ||
_this.handleChange = _this.handleChange.bind(_assertThisInitialized(_assertThisInitialized(_this))); | ||
_this.handleChange = _this.handleChange.bind(_assertThisInitialized(_this)); | ||
return _this; | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "sling-web-component-select", | ||
"version": "1.12.3", | ||
"version": "1.12.4", | ||
"description": "Sling Select", | ||
@@ -10,5 +10,5 @@ "module": "src/index.js", | ||
"dependencies": { | ||
"sling-framework": "^1.12.3", | ||
"sling-helpers": "^1.12.3" | ||
"sling-framework": "^1.12.4", | ||
"sling-helpers": "^1.12.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
550219
13811
Updatedsling-framework@^1.12.4
Updatedsling-helpers@^1.12.4