@activeadmin/activeadmin
Advanced tools
@@ -471,19 +471,15 @@ /** | ||
| })(jQuery); | ||
| function _inheritsLoose(subClass, superClass) { | ||
| subClass.prototype = Object.create(superClass.prototype); | ||
| subClass.prototype.constructor = subClass; | ||
| _setPrototypeOf(subClass, superClass); | ||
| function _inheritsLoose(t, o) { | ||
| t.prototype = Object.create(o.prototype), t.prototype.constructor = t, _setPrototypeOf(t, o); | ||
| } | ||
| function _setPrototypeOf(o, p) { | ||
| _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { | ||
| o.__proto__ = p; | ||
| return o; | ||
| }; | ||
| return _setPrototypeOf(o, p); | ||
| function _setPrototypeOf(t, e) { | ||
| return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t, e) { | ||
| return t.__proto__ = e, t; | ||
| }, _setPrototypeOf(t, e); | ||
| } | ||
| var TableCheckboxToggler = function(_CheckboxToggler) { | ||
| _inheritsLoose(TableCheckboxToggler, _CheckboxToggler); | ||
| function TableCheckboxToggler() { | ||
| return _CheckboxToggler.apply(this, arguments) || this; | ||
| } | ||
| _inheritsLoose(TableCheckboxToggler, _CheckboxToggler); | ||
| var _proto = TableCheckboxToggler.prototype; | ||
@@ -490,0 +486,0 @@ _proto._bind = function _bind() { |
+3
-3
| { | ||
| "name": "@activeadmin/activeadmin", | ||
| "version": "3.3.0", | ||
| "version": "3.4.0", | ||
| "description": "The administration framework for Ruby on Rails.", | ||
@@ -30,5 +30,5 @@ "main": "app/assets/javascripts/active_admin/base.js", | ||
| "common-tags": "", | ||
| "eslint": "*", | ||
| "eslint": "9.39.0", | ||
| "eslint-plugin-import": "*", | ||
| "gherkin-lint": "", | ||
| "gherkin-lint": "*", | ||
| "rollup": "*", | ||
@@ -35,0 +35,0 @@ "rollup-plugin-babel": "", |
98880
-0.09%1053
-0.38%