easy-file-system 1.3.108 → 1.3.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/example.js +1624 -1588
- package/lib/button/name.js +4 -4
- package/lib/button/toggle.js +4 -4
- package/lib/div/item/entry/directoryName.js +4 -4
- package/lib/div/item/entry/fileName.js +4 -4
- package/lib/div/item/entry/marker.js +4 -4
- package/lib/div/item/entry.js +7 -7
- package/lib/example/explorer.js +4 -4
- package/lib/example/item/entry/drag/directoryName.js +6 -6
- package/lib/example/view.js +7 -7
- package/lib/explorer.js +10 -10
- package/lib/item/entry/drag/directoryName.js +6 -6
- package/lib/item/entry/drag/fileName.js +6 -6
- package/lib/item/entry/drag.js +4 -4
- package/lib/item/entry/marker/directoryName.js +4 -4
- package/lib/item/entry/marker/fileName.js +4 -4
- package/lib/item/entry/marker.js +4 -4
- package/lib/item/entry.js +7 -7
- package/lib/list/entries.js +29 -29
- package/lib/rubbishBin.js +7 -7
- package/lib/svg/directoryName.js +7 -7
- package/lib/svg/fileName.js +7 -7
- package/lib/svg/marker.js +7 -7
- package/lib/svg/rubbishBin/closed.js +7 -7
- package/lib/svg/rubbishBin/open.js +7 -7
- package/lib/svg/toggle/down.js +7 -7
- package/lib/svg/toggle/up.js +7 -7
- package/package.json +3 -3
package/lib/svg/directoryName.js
CHANGED
|
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
|
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
function _construct(
|
|
31
|
+
function _construct(Parent, args, Class) {
|
|
32
32
|
if (isNativeReflectConstruct()) {
|
|
33
33
|
_construct = Reflect.construct;
|
|
34
34
|
} else {
|
|
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
|
|
|
72
72
|
}
|
|
73
73
|
return obj;
|
|
74
74
|
}
|
|
75
|
-
function _getPrototypeOf(
|
|
75
|
+
function _getPrototypeOf(o) {
|
|
76
76
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
77
77
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
78
78
|
};
|
|
79
|
-
return _getPrototypeOf(
|
|
79
|
+
return _getPrototypeOf(o);
|
|
80
80
|
}
|
|
81
81
|
function _inherits(subClass, superClass) {
|
|
82
82
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
105
105
|
}
|
|
106
106
|
return _assertThisInitialized(self);
|
|
107
107
|
}
|
|
108
|
-
function _setPrototypeOf(
|
|
108
|
+
function _setPrototypeOf(o, p) {
|
|
109
109
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
110
110
|
o.__proto__ = p;
|
|
111
111
|
return o;
|
|
112
112
|
};
|
|
113
|
-
return _setPrototypeOf(
|
|
113
|
+
return _setPrototypeOf(o, p);
|
|
114
114
|
}
|
|
115
115
|
function _taggedTemplateLiteral(strings, raw) {
|
|
116
116
|
if (!raw) {
|
|
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
|
|
|
126
126
|
"@swc/helpers - typeof";
|
|
127
127
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
128
128
|
};
|
|
129
|
-
function _wrapNativeSuper(
|
|
129
|
+
function _wrapNativeSuper(Class) {
|
|
130
130
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
131
131
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
132
132
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
150
150
|
});
|
|
151
151
|
return _setPrototypeOf(Wrapper, Class);
|
|
152
152
|
};
|
|
153
|
-
return _wrapNativeSuper(
|
|
153
|
+
return _wrapNativeSuper(Class);
|
|
154
154
|
}
|
|
155
155
|
function _isNativeReflectConstruct() {
|
|
156
156
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
package/lib/svg/fileName.js
CHANGED
|
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
|
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
function _construct(
|
|
31
|
+
function _construct(Parent, args, Class) {
|
|
32
32
|
if (isNativeReflectConstruct()) {
|
|
33
33
|
_construct = Reflect.construct;
|
|
34
34
|
} else {
|
|
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
|
|
|
72
72
|
}
|
|
73
73
|
return obj;
|
|
74
74
|
}
|
|
75
|
-
function _getPrototypeOf(
|
|
75
|
+
function _getPrototypeOf(o) {
|
|
76
76
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
77
77
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
78
78
|
};
|
|
79
|
-
return _getPrototypeOf(
|
|
79
|
+
return _getPrototypeOf(o);
|
|
80
80
|
}
|
|
81
81
|
function _inherits(subClass, superClass) {
|
|
82
82
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
105
105
|
}
|
|
106
106
|
return _assertThisInitialized(self);
|
|
107
107
|
}
|
|
108
|
-
function _setPrototypeOf(
|
|
108
|
+
function _setPrototypeOf(o, p) {
|
|
109
109
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
110
110
|
o.__proto__ = p;
|
|
111
111
|
return o;
|
|
112
112
|
};
|
|
113
|
-
return _setPrototypeOf(
|
|
113
|
+
return _setPrototypeOf(o, p);
|
|
114
114
|
}
|
|
115
115
|
function _taggedTemplateLiteral(strings, raw) {
|
|
116
116
|
if (!raw) {
|
|
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
|
|
|
126
126
|
"@swc/helpers - typeof";
|
|
127
127
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
128
128
|
};
|
|
129
|
-
function _wrapNativeSuper(
|
|
129
|
+
function _wrapNativeSuper(Class) {
|
|
130
130
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
131
131
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
132
132
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
150
150
|
});
|
|
151
151
|
return _setPrototypeOf(Wrapper, Class);
|
|
152
152
|
};
|
|
153
|
-
return _wrapNativeSuper(
|
|
153
|
+
return _wrapNativeSuper(Class);
|
|
154
154
|
}
|
|
155
155
|
function _isNativeReflectConstruct() {
|
|
156
156
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
package/lib/svg/marker.js
CHANGED
|
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
|
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
function _construct(
|
|
31
|
+
function _construct(Parent, args, Class) {
|
|
32
32
|
if (isNativeReflectConstruct()) {
|
|
33
33
|
_construct = Reflect.construct;
|
|
34
34
|
} else {
|
|
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
|
|
|
72
72
|
}
|
|
73
73
|
return obj;
|
|
74
74
|
}
|
|
75
|
-
function _getPrototypeOf(
|
|
75
|
+
function _getPrototypeOf(o) {
|
|
76
76
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
77
77
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
78
78
|
};
|
|
79
|
-
return _getPrototypeOf(
|
|
79
|
+
return _getPrototypeOf(o);
|
|
80
80
|
}
|
|
81
81
|
function _inherits(subClass, superClass) {
|
|
82
82
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
105
105
|
}
|
|
106
106
|
return _assertThisInitialized(self);
|
|
107
107
|
}
|
|
108
|
-
function _setPrototypeOf(
|
|
108
|
+
function _setPrototypeOf(o, p) {
|
|
109
109
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
110
110
|
o.__proto__ = p;
|
|
111
111
|
return o;
|
|
112
112
|
};
|
|
113
|
-
return _setPrototypeOf(
|
|
113
|
+
return _setPrototypeOf(o, p);
|
|
114
114
|
}
|
|
115
115
|
function _taggedTemplateLiteral(strings, raw) {
|
|
116
116
|
if (!raw) {
|
|
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
|
|
|
126
126
|
"@swc/helpers - typeof";
|
|
127
127
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
128
128
|
};
|
|
129
|
-
function _wrapNativeSuper(
|
|
129
|
+
function _wrapNativeSuper(Class) {
|
|
130
130
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
131
131
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
132
132
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
150
150
|
});
|
|
151
151
|
return _setPrototypeOf(Wrapper, Class);
|
|
152
152
|
};
|
|
153
|
-
return _wrapNativeSuper(
|
|
153
|
+
return _wrapNativeSuper(Class);
|
|
154
154
|
}
|
|
155
155
|
function _isNativeReflectConstruct() {
|
|
156
156
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
|
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
function _construct(
|
|
31
|
+
function _construct(Parent, args, Class) {
|
|
32
32
|
if (isNativeReflectConstruct()) {
|
|
33
33
|
_construct = Reflect.construct;
|
|
34
34
|
} else {
|
|
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
|
|
|
72
72
|
}
|
|
73
73
|
return obj;
|
|
74
74
|
}
|
|
75
|
-
function _getPrototypeOf(
|
|
75
|
+
function _getPrototypeOf(o) {
|
|
76
76
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
77
77
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
78
78
|
};
|
|
79
|
-
return _getPrototypeOf(
|
|
79
|
+
return _getPrototypeOf(o);
|
|
80
80
|
}
|
|
81
81
|
function _inherits(subClass, superClass) {
|
|
82
82
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
105
105
|
}
|
|
106
106
|
return _assertThisInitialized(self);
|
|
107
107
|
}
|
|
108
|
-
function _setPrototypeOf(
|
|
108
|
+
function _setPrototypeOf(o, p) {
|
|
109
109
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
110
110
|
o.__proto__ = p;
|
|
111
111
|
return o;
|
|
112
112
|
};
|
|
113
|
-
return _setPrototypeOf(
|
|
113
|
+
return _setPrototypeOf(o, p);
|
|
114
114
|
}
|
|
115
115
|
function _taggedTemplateLiteral(strings, raw) {
|
|
116
116
|
if (!raw) {
|
|
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
|
|
|
126
126
|
"@swc/helpers - typeof";
|
|
127
127
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
128
128
|
};
|
|
129
|
-
function _wrapNativeSuper(
|
|
129
|
+
function _wrapNativeSuper(Class) {
|
|
130
130
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
131
131
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
132
132
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
150
150
|
});
|
|
151
151
|
return _setPrototypeOf(Wrapper, Class);
|
|
152
152
|
};
|
|
153
|
-
return _wrapNativeSuper(
|
|
153
|
+
return _wrapNativeSuper(Class);
|
|
154
154
|
}
|
|
155
155
|
function _isNativeReflectConstruct() {
|
|
156
156
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
|
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
function _construct(
|
|
31
|
+
function _construct(Parent, args, Class) {
|
|
32
32
|
if (isNativeReflectConstruct()) {
|
|
33
33
|
_construct = Reflect.construct;
|
|
34
34
|
} else {
|
|
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
|
|
|
72
72
|
}
|
|
73
73
|
return obj;
|
|
74
74
|
}
|
|
75
|
-
function _getPrototypeOf(
|
|
75
|
+
function _getPrototypeOf(o) {
|
|
76
76
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
77
77
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
78
78
|
};
|
|
79
|
-
return _getPrototypeOf(
|
|
79
|
+
return _getPrototypeOf(o);
|
|
80
80
|
}
|
|
81
81
|
function _inherits(subClass, superClass) {
|
|
82
82
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
105
105
|
}
|
|
106
106
|
return _assertThisInitialized(self);
|
|
107
107
|
}
|
|
108
|
-
function _setPrototypeOf(
|
|
108
|
+
function _setPrototypeOf(o, p) {
|
|
109
109
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
110
110
|
o.__proto__ = p;
|
|
111
111
|
return o;
|
|
112
112
|
};
|
|
113
|
-
return _setPrototypeOf(
|
|
113
|
+
return _setPrototypeOf(o, p);
|
|
114
114
|
}
|
|
115
115
|
function _taggedTemplateLiteral(strings, raw) {
|
|
116
116
|
if (!raw) {
|
|
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
|
|
|
126
126
|
"@swc/helpers - typeof";
|
|
127
127
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
128
128
|
};
|
|
129
|
-
function _wrapNativeSuper(
|
|
129
|
+
function _wrapNativeSuper(Class) {
|
|
130
130
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
131
131
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
132
132
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
150
150
|
});
|
|
151
151
|
return _setPrototypeOf(Wrapper, Class);
|
|
152
152
|
};
|
|
153
|
-
return _wrapNativeSuper(
|
|
153
|
+
return _wrapNativeSuper(Class);
|
|
154
154
|
}
|
|
155
155
|
function _isNativeReflectConstruct() {
|
|
156
156
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
package/lib/svg/toggle/down.js
CHANGED
|
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
|
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
function _construct(
|
|
31
|
+
function _construct(Parent, args, Class) {
|
|
32
32
|
if (isNativeReflectConstruct()) {
|
|
33
33
|
_construct = Reflect.construct;
|
|
34
34
|
} else {
|
|
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
|
|
|
72
72
|
}
|
|
73
73
|
return obj;
|
|
74
74
|
}
|
|
75
|
-
function _getPrototypeOf(
|
|
75
|
+
function _getPrototypeOf(o) {
|
|
76
76
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
77
77
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
78
78
|
};
|
|
79
|
-
return _getPrototypeOf(
|
|
79
|
+
return _getPrototypeOf(o);
|
|
80
80
|
}
|
|
81
81
|
function _inherits(subClass, superClass) {
|
|
82
82
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
105
105
|
}
|
|
106
106
|
return _assertThisInitialized(self);
|
|
107
107
|
}
|
|
108
|
-
function _setPrototypeOf(
|
|
108
|
+
function _setPrototypeOf(o, p) {
|
|
109
109
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
110
110
|
o.__proto__ = p;
|
|
111
111
|
return o;
|
|
112
112
|
};
|
|
113
|
-
return _setPrototypeOf(
|
|
113
|
+
return _setPrototypeOf(o, p);
|
|
114
114
|
}
|
|
115
115
|
function _taggedTemplateLiteral(strings, raw) {
|
|
116
116
|
if (!raw) {
|
|
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
|
|
|
126
126
|
"@swc/helpers - typeof";
|
|
127
127
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
128
128
|
};
|
|
129
|
-
function _wrapNativeSuper(
|
|
129
|
+
function _wrapNativeSuper(Class) {
|
|
130
130
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
131
131
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
132
132
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
150
150
|
});
|
|
151
151
|
return _setPrototypeOf(Wrapper, Class);
|
|
152
152
|
};
|
|
153
|
-
return _wrapNativeSuper(
|
|
153
|
+
return _wrapNativeSuper(Class);
|
|
154
154
|
}
|
|
155
155
|
function _isNativeReflectConstruct() {
|
|
156
156
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
package/lib/svg/toggle/up.js
CHANGED
|
@@ -28,7 +28,7 @@ function isNativeReflectConstruct() {
|
|
|
28
28
|
return false;
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
|
-
function _construct(
|
|
31
|
+
function _construct(Parent, args, Class) {
|
|
32
32
|
if (isNativeReflectConstruct()) {
|
|
33
33
|
_construct = Reflect.construct;
|
|
34
34
|
} else {
|
|
@@ -72,11 +72,11 @@ function _defineProperty(obj, key, value) {
|
|
|
72
72
|
}
|
|
73
73
|
return obj;
|
|
74
74
|
}
|
|
75
|
-
function _getPrototypeOf(
|
|
75
|
+
function _getPrototypeOf(o) {
|
|
76
76
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
77
77
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
78
78
|
};
|
|
79
|
-
return _getPrototypeOf(
|
|
79
|
+
return _getPrototypeOf(o);
|
|
80
80
|
}
|
|
81
81
|
function _inherits(subClass, superClass) {
|
|
82
82
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -105,12 +105,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
105
105
|
}
|
|
106
106
|
return _assertThisInitialized(self);
|
|
107
107
|
}
|
|
108
|
-
function _setPrototypeOf(
|
|
108
|
+
function _setPrototypeOf(o, p) {
|
|
109
109
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
110
110
|
o.__proto__ = p;
|
|
111
111
|
return o;
|
|
112
112
|
};
|
|
113
|
-
return _setPrototypeOf(
|
|
113
|
+
return _setPrototypeOf(o, p);
|
|
114
114
|
}
|
|
115
115
|
function _taggedTemplateLiteral(strings, raw) {
|
|
116
116
|
if (!raw) {
|
|
@@ -126,7 +126,7 @@ var _typeof = function(obj) {
|
|
|
126
126
|
"@swc/helpers - typeof";
|
|
127
127
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
128
128
|
};
|
|
129
|
-
function _wrapNativeSuper(
|
|
129
|
+
function _wrapNativeSuper(Class) {
|
|
130
130
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
131
131
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
132
132
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -150,7 +150,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
150
150
|
});
|
|
151
151
|
return _setPrototypeOf(Wrapper, Class);
|
|
152
152
|
};
|
|
153
|
-
return _wrapNativeSuper(
|
|
153
|
+
return _wrapNativeSuper(Class);
|
|
154
154
|
}
|
|
155
155
|
function _isNativeReflectConstruct() {
|
|
156
156
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-file-system",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.109",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/easy-file-system",
|
|
7
7
|
"description": "A file system explorer and a rubbish bin.",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"easy": "^13.0.41",
|
|
14
|
-
"easy-drag-and-drop": "^1.2.
|
|
15
|
-
"easy-with-style": "^3.0.
|
|
14
|
+
"easy-drag-and-drop": "^1.2.59",
|
|
15
|
+
"easy-with-style": "^3.0.141",
|
|
16
16
|
"necessary": "^11.0.40"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|