easy-layout 5.1.9 → 5.1.12
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 +1697 -2348
- package/lib/div/column.js +7 -7
- package/lib/div/columns.js +7 -7
- package/lib/div/row.js +7 -7
- package/lib/div/rows.js +7 -7
- package/lib/div/sizeable.js +7 -7
- package/lib/div/splitter/horizontal.js +4 -4
- package/lib/div/splitter/vertical.js +4 -4
- package/lib/div/splitter.js +7 -7
- package/lib/example/div/row/blue.js +4 -4
- package/lib/example/div/row/yellow.js +4 -4
- package/lib/example/div/sizeable/bottom.js +4 -4
- package/lib/example/div/sizeable/left.js +4 -4
- package/lib/example/div/sizeable/right.js +4 -4
- package/lib/example/div/splitter/horizontal/main.js +4 -4
- package/lib/example/div/splitter/vertical/left.js +4 -4
- package/lib/example/div/splitter/vertical/right.js +4 -4
- package/lib/section/sizeable.js +7 -7
- package/package.json +3 -3
package/lib/section/sizeable.js
CHANGED
|
@@ -27,7 +27,7 @@ function isNativeReflectConstruct() {
|
|
|
27
27
|
return false;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
function _construct(
|
|
30
|
+
function _construct(Parent, args, Class) {
|
|
31
31
|
if (isNativeReflectConstruct()) {
|
|
32
32
|
_construct = Reflect.construct;
|
|
33
33
|
} else {
|
|
@@ -57,11 +57,11 @@ function _defineProperty(obj, key, value) {
|
|
|
57
57
|
}
|
|
58
58
|
return obj;
|
|
59
59
|
}
|
|
60
|
-
function _getPrototypeOf(
|
|
60
|
+
function _getPrototypeOf(o) {
|
|
61
61
|
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
62
62
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
63
63
|
};
|
|
64
|
-
return _getPrototypeOf(
|
|
64
|
+
return _getPrototypeOf(o);
|
|
65
65
|
}
|
|
66
66
|
function _inherits(subClass, superClass) {
|
|
67
67
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -90,12 +90,12 @@ function _possibleConstructorReturn(self, call) {
|
|
|
90
90
|
}
|
|
91
91
|
return _assertThisInitialized(self);
|
|
92
92
|
}
|
|
93
|
-
function _setPrototypeOf(
|
|
93
|
+
function _setPrototypeOf(o, p) {
|
|
94
94
|
_setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
|
|
95
95
|
o.__proto__ = p;
|
|
96
96
|
return o;
|
|
97
97
|
};
|
|
98
|
-
return _setPrototypeOf(
|
|
98
|
+
return _setPrototypeOf(o, p);
|
|
99
99
|
}
|
|
100
100
|
function _taggedTemplateLiteral(strings, raw) {
|
|
101
101
|
if (!raw) {
|
|
@@ -111,7 +111,7 @@ var _typeof = function(obj) {
|
|
|
111
111
|
"@swc/helpers - typeof";
|
|
112
112
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
113
113
|
};
|
|
114
|
-
function _wrapNativeSuper(
|
|
114
|
+
function _wrapNativeSuper(Class) {
|
|
115
115
|
var _cache = typeof Map === "function" ? new Map() : undefined;
|
|
116
116
|
_wrapNativeSuper = function _wrapNativeSuper(Class) {
|
|
117
117
|
if (Class === null || !_isNativeFunction(Class)) return Class;
|
|
@@ -135,7 +135,7 @@ function _wrapNativeSuper(Class2) {
|
|
|
135
135
|
});
|
|
136
136
|
return _setPrototypeOf(Wrapper, Class);
|
|
137
137
|
};
|
|
138
|
-
return _wrapNativeSuper(
|
|
138
|
+
return _wrapNativeSuper(Class);
|
|
139
139
|
}
|
|
140
140
|
function _isNativeReflectConstruct() {
|
|
141
141
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easy-layout",
|
|
3
3
|
"author": "James Smith",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.12",
|
|
5
5
|
"license": "MIT, Anti-996",
|
|
6
6
|
"homepage": "https://github.com/djalbat/easy-layout",
|
|
7
7
|
"description": "Layout elements that work with CSS flexbox.",
|
|
@@ -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.61",
|
|
15
|
+
"easy-with-style": "^3.0.145"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@swc/core": "^1.2.50",
|