@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
|
@@ -3080,7 +3080,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
|
|
3080
3080
|
if (null == r) return {};
|
|
3081
3081
|
var t = {};
|
|
3082
3082
|
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
|
3083
|
-
if (e.
|
|
3083
|
+
if (e.includes(n)) continue;
|
|
3084
3084
|
t[n] = r[n];
|
|
3085
3085
|
}
|
|
3086
3086
|
return t;
|
|
@@ -3092,8 +3092,8 @@ function _objectWithoutProperties(e, t) {
|
|
|
3092
3092
|
r,
|
|
3093
3093
|
i = _objectWithoutPropertiesLoose(e, t);
|
|
3094
3094
|
if (Object.getOwnPropertySymbols) {
|
|
3095
|
-
var
|
|
3096
|
-
for (r = 0; r <
|
|
3095
|
+
var s = Object.getOwnPropertySymbols(e);
|
|
3096
|
+
for (r = 0; r < s.length; r++) o = s[r], t.includes(o) || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
|
|
3097
3097
|
}
|
|
3098
3098
|
return i;
|
|
3099
3099
|
}
|