@vchasno/ui-kit 0.2.17 → 0.2.18
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/dist/ProjectsPopover/index.cjs.js +3 -3
- package/dist/ProjectsPopover/index.cjs.js.map +1 -1
- package/dist/ProjectsPopover/index.js +3 -3
- package/dist/ProjectsPopover/index.js.map +1 -1
- package/dist/Select/index.cjs.js +3 -3
- package/dist/Select/index.cjs.js.map +1 -1
- package/dist/Select/index.js +3 -3
- package/dist/Select/index.js.map +1 -1
- package/dist/SelectCreatable/index.cjs.js +3 -3
- package/dist/SelectCreatable/index.cjs.js.map +1 -1
- package/dist/SelectCreatable/index.js +3 -3
- package/dist/SelectCreatable/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/Select/index.cjs.js
CHANGED
|
@@ -184,7 +184,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
184
184
|
if (null == r) return {};
|
|
185
185
|
var t = {};
|
|
186
186
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
187
|
-
if (e.
|
|
187
|
+
if (e.includes(n)) continue;
|
|
188
188
|
t[n] = r[n];
|
|
189
189
|
}
|
|
190
190
|
return t;
|
|
@@ -196,8 +196,8 @@ function _objectWithoutProperties(e, t) {
|
|
|
196
196
|
r,
|
|
197
197
|
i = _objectWithoutPropertiesLoose(e, t);
|
|
198
198
|
if (Object.getOwnPropertySymbols) {
|
|
199
|
-
var
|
|
200
|
-
for (r = 0; r <
|
|
199
|
+
var s = Object.getOwnPropertySymbols(e);
|
|
200
|
+
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
201
201
|
}
|
|
202
202
|
return i;
|
|
203
203
|
}
|