@kdcloudjs/kdesign 1.7.48 → 1.7.49

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.
Files changed (131) hide show
  1. package/CHANGELOG.md +1809 -0
  2. package/dist/kdesign.css +1 -1
  3. package/dist/kdesign.css.map +1 -1
  4. package/dist/kdesign.js +992 -571
  5. package/dist/kdesign.js.map +1 -1
  6. package/dist/kdesign.min.css +1 -1
  7. package/dist/kdesign.min.js +8 -8
  8. package/dist/kdesign.min.js.map +1 -1
  9. package/es/_utils/formatUtil.js +1 -3
  10. package/es/_utils/hooks.js +1 -1
  11. package/es/alert/alert.js +1 -3
  12. package/es/badge/badge.js +1 -3
  13. package/es/breadcrumb/breadcrumb.js +1 -3
  14. package/es/button/button.js +1 -3
  15. package/es/card/card.js +1 -3
  16. package/es/cascader/cascader.js +1 -3
  17. package/es/cascader/util.js +1 -3
  18. package/es/checkbox/checkbox.js +1 -3
  19. package/es/checkbox/group.js +1 -3
  20. package/es/clipboard/clipboard.js +1 -3
  21. package/es/collapse/panel.js +1 -3
  22. package/es/date-picker/panel/year/year.js +2 -2
  23. package/es/divider/divider.js +1 -3
  24. package/es/dropdown/menu.js +1 -3
  25. package/es/empty/empty.js +1 -3
  26. package/es/form/Field.js +1 -3
  27. package/es/form/Form.js +1 -3
  28. package/es/grid/col.js +1 -3
  29. package/es/icon/icon.js +1 -3
  30. package/es/image-cropper/image-cropper.js +11 -15
  31. package/es/input/TextArea.js +1 -3
  32. package/es/input/input.js +1 -3
  33. package/es/input-number/inputNumber.js +1 -3
  34. package/es/layout/layout.js +1 -3
  35. package/es/layout/sider.js +1 -3
  36. package/es/link/link.js +1 -3
  37. package/es/locale/locale.js +1 -1
  38. package/es/menu/menu.js +1 -3
  39. package/es/menu/menuItem.js +1 -3
  40. package/es/menu/subMenu.js +1 -3
  41. package/es/modal/confirm.js +1 -3
  42. package/es/modal/modal.js +1 -3
  43. package/es/notification-base/index.js +1 -3
  44. package/es/progress/utils.js +1 -3
  45. package/es/radio/radio-button.js +1 -3
  46. package/es/radio/radio.js +1 -3
  47. package/es/search/quick-search.js +1 -3
  48. package/es/search/search.js +1 -3
  49. package/es/select/select.js +1 -1
  50. package/es/slider/slider.js +1 -3
  51. package/es/slider/sliderTooltip.js +1 -3
  52. package/es/spin/spin.js +1 -3
  53. package/es/steps/Step.js +1 -3
  54. package/es/steps/Steps.js +1 -3
  55. package/es/switch/switch.js +1 -3
  56. package/es/table/feature/rowSelection.js +1 -3
  57. package/es/tag/tag.js +1 -3
  58. package/es/timeline/Timeline.js +1 -3
  59. package/es/timeline/TimelineItem.js +1 -3
  60. package/es/tree/tree.js +1 -3
  61. package/es/tree/treeNode.js +1 -3
  62. package/es/tree/utils/treeUtils.js +1 -3
  63. package/es/typography/base.js +1 -3
  64. package/es/typography/title.js +1 -3
  65. package/es/typography/typography.js +1 -3
  66. package/es/upload/dragger.js +1 -3
  67. package/es/upload/upload.js +24 -26
  68. package/es/virtual-list/utils/itemUtil.js +1 -3
  69. package/es/virtual-list/virtual-list.js +1 -3
  70. package/lib/_utils/formatUtil.js +1 -3
  71. package/lib/_utils/hooks.js +1 -1
  72. package/lib/alert/alert.js +1 -3
  73. package/lib/badge/badge.js +1 -3
  74. package/lib/breadcrumb/breadcrumb.js +1 -3
  75. package/lib/button/button.js +1 -3
  76. package/lib/card/card.js +1 -3
  77. package/lib/cascader/cascader.js +1 -3
  78. package/lib/cascader/util.js +1 -3
  79. package/lib/checkbox/checkbox.js +1 -3
  80. package/lib/checkbox/group.js +1 -3
  81. package/lib/clipboard/clipboard.js +1 -3
  82. package/lib/collapse/panel.js +1 -3
  83. package/lib/date-picker/panel/year/year.js +2 -2
  84. package/lib/divider/divider.js +1 -3
  85. package/lib/dropdown/menu.js +1 -3
  86. package/lib/empty/empty.js +1 -3
  87. package/lib/form/Field.js +1 -3
  88. package/lib/form/Form.js +1 -3
  89. package/lib/grid/col.js +1 -3
  90. package/lib/icon/icon.js +1 -3
  91. package/lib/image-cropper/image-cropper.js +11 -15
  92. package/lib/input/TextArea.js +1 -3
  93. package/lib/input/input.js +1 -3
  94. package/lib/input-number/inputNumber.js +1 -3
  95. package/lib/layout/layout.js +1 -3
  96. package/lib/layout/sider.js +1 -3
  97. package/lib/link/link.js +1 -3
  98. package/lib/locale/locale.js +1 -1
  99. package/lib/menu/menu.js +1 -3
  100. package/lib/menu/menuItem.js +1 -3
  101. package/lib/menu/subMenu.js +1 -3
  102. package/lib/modal/confirm.js +1 -3
  103. package/lib/modal/modal.js +1 -3
  104. package/lib/notification-base/index.js +1 -3
  105. package/lib/progress/utils.js +1 -3
  106. package/lib/radio/radio-button.js +1 -3
  107. package/lib/radio/radio.js +1 -3
  108. package/lib/search/quick-search.js +1 -3
  109. package/lib/search/search.js +1 -3
  110. package/lib/select/select.js +1 -1
  111. package/lib/slider/slider.js +1 -3
  112. package/lib/slider/sliderTooltip.js +1 -3
  113. package/lib/spin/spin.js +1 -3
  114. package/lib/steps/Step.js +1 -3
  115. package/lib/steps/Steps.js +1 -3
  116. package/lib/switch/switch.js +1 -3
  117. package/lib/table/feature/rowSelection.js +1 -3
  118. package/lib/tag/tag.js +1 -3
  119. package/lib/timeline/Timeline.js +1 -3
  120. package/lib/timeline/TimelineItem.js +1 -3
  121. package/lib/tree/tree.js +1 -3
  122. package/lib/tree/treeNode.js +1 -3
  123. package/lib/tree/utils/treeUtils.js +1 -3
  124. package/lib/typography/base.js +1 -3
  125. package/lib/typography/title.js +1 -3
  126. package/lib/typography/typography.js +1 -3
  127. package/lib/upload/dragger.js +1 -3
  128. package/lib/upload/upload.js +24 -26
  129. package/lib/virtual-list/utils/itemUtil.js +1 -3
  130. package/lib/virtual-list/virtual-list.js +1 -3
  131. package/package.json +2 -2
@@ -5,9 +5,7 @@ import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/ins
5
5
  import _sliceInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/slice";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -9,7 +9,7 @@ import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
9
9
  import _Promise from "@babel/runtime-corejs3/core-js-stable/promise";
10
10
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof _Symbol !== "undefined" && _getIteratorMethod(o) || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
11
11
  function _unsupportedIterableToArray(o, minLen) { var _context2; if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = _sliceInstanceProperty(_context2 = Object.prototype.toString.call(o)).call(_context2, 8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return _Array$from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
12
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
12
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
13
13
  import { useEffect, useState, useRef, useReducer } from 'react';
14
14
  import ResizeObserver from 'resize-observer-polyfill';
15
15
  import devWarning from './devwarning';
package/es/alert/alert.js CHANGED
@@ -9,9 +9,7 @@ import _Array$from from "@babel/runtime-corejs3/core-js-stable/array/from";
9
9
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
10
10
  var __rest = this && this.__rest || function (s, e) {
11
11
  var t = {};
12
- for (var p in s) {
13
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
14
- }
12
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
15
13
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
16
14
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
17
15
  }
package/es/badge/badge.js CHANGED
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -8,9 +8,7 @@ import _spliceInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
8
8
  import _Array$from from "@babel/runtime-corejs3/core-js-stable/array/from";
9
9
  var __rest = this && this.__rest || function (s, e) {
10
10
  var t = {};
11
- for (var p in s) {
12
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
13
- }
11
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
14
12
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
15
13
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
16
14
  }
@@ -4,9 +4,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
4
4
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
package/es/card/card.js CHANGED
@@ -2,9 +2,7 @@ import _extends from "@babel/runtime-corejs3/helpers/extends";
2
2
  import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
3
3
  var __rest = this && this.__rest || function (s, e) {
4
4
  var t = {};
5
- for (var p in s) {
6
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
7
- }
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
6
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
9
7
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
10
8
  }
@@ -10,9 +10,7 @@ import _spliceInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
10
10
  import _sliceInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/slice";
11
11
  var __rest = this && this.__rest || function (s, e) {
12
12
  var t = {};
13
- for (var p in s) {
14
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
15
- }
13
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
16
14
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
17
15
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
18
16
  }
@@ -12,9 +12,7 @@ import _spliceInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
12
12
  import _filterInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/filter";
13
13
  var __rest = this && this.__rest || function (s, e) {
14
14
  var t = {};
15
- for (var p in s) {
16
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
17
- }
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
18
16
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
19
17
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
20
18
  }
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -6,9 +6,7 @@ import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
6
6
  import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
7
7
  var __rest = this && this.__rest || function (s, e) {
8
8
  var t = {};
9
- for (var p in s) {
10
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
- }
9
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
12
10
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
13
11
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
14
12
  }
@@ -4,9 +4,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
4
4
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/includes";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -99,7 +99,7 @@ function Year(props) {
99
99
  var _getYearsPeriod = getYearsPeriod(viewDate, yearItemNumber),
100
100
  startPeriod = _getYearsPeriod.startPeriod,
101
101
  endPeriod = _getYearsPeriod.endPeriod;
102
- var _loop = function _loop(y) {
102
+ var _loop = function _loop() {
103
103
  var year = setYear(viewDate, y);
104
104
  var _props = {
105
105
  onClick: function onClick() {
@@ -130,7 +130,7 @@ function Year(props) {
130
130
  }) || originNode : originNode));
131
131
  };
132
132
  for (var y = startPeriod; y <= endPeriod; y++) {
133
- _loop(y);
133
+ _loop();
134
134
  }
135
135
  return yearsList;
136
136
  }
@@ -4,9 +4,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
4
4
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
@@ -3,9 +3,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
3
3
  import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
4
4
  var __rest = this && this.__rest || function (s, e) {
5
5
  var t = {};
6
- for (var p in s) {
7
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
- }
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
7
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
10
8
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
11
9
  }
package/es/empty/empty.js CHANGED
@@ -2,9 +2,7 @@ import _extends from "@babel/runtime-corejs3/helpers/extends";
2
2
  import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
3
3
  var __rest = this && this.__rest || function (s, e) {
4
4
  var t = {};
5
- for (var p in s) {
6
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
7
- }
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
6
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
9
7
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
10
8
  }
package/es/form/Field.js CHANGED
@@ -10,9 +10,7 @@ import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance
10
10
  import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/includes";
11
11
  var __rest = this && this.__rest || function (s, e) {
12
12
  var t = {};
13
- for (var p in s) {
14
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
15
- }
13
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
16
14
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
17
15
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
18
16
  }
package/es/form/Form.js CHANGED
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
package/es/grid/col.js CHANGED
@@ -3,9 +3,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
3
3
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
4
4
  var __rest = this && this.__rest || function (s, e) {
5
5
  var t = {};
6
- for (var p in s) {
7
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
- }
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
7
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
10
8
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
11
9
  }
package/es/icon/icon.js CHANGED
@@ -4,9 +4,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
4
4
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
@@ -32,9 +32,7 @@ var __awaiter = this && this.__awaiter || function (thisArg, _arguments, P, gene
32
32
  };
33
33
  var __rest = this && this.__rest || function (s, e) {
34
34
  var t = {};
35
- for (var p in s) {
36
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
37
- }
35
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
38
36
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
39
37
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
40
38
  }
@@ -87,18 +85,16 @@ var InternalImageCropper = function InternalImageCropper(props, forwardedRef) {
87
85
  return __awaiter(void 0, void 0, void 0, /*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
88
86
  var imgFile;
89
87
  return _regeneratorRuntime.wrap(function _callee$(_context) {
90
- while (1) {
91
- switch (_context.prev = _context.next) {
92
- case 0:
93
- _context.next = 2;
94
- return cropperRef.current.getImage();
95
- case 2:
96
- imgFile = _context.sent;
97
- imgFile ? onCropSuccess === null || onCropSuccess === void 0 ? void 0 : onCropSuccess(imgFile) : onCropFailed === null || onCropFailed === void 0 ? void 0 : onCropFailed();
98
- case 4:
99
- case "end":
100
- return _context.stop();
101
- }
88
+ while (1) switch (_context.prev = _context.next) {
89
+ case 0:
90
+ _context.next = 2;
91
+ return cropperRef.current.getImage();
92
+ case 2:
93
+ imgFile = _context.sent;
94
+ imgFile ? onCropSuccess === null || onCropSuccess === void 0 ? void 0 : onCropSuccess(imgFile) : onCropFailed === null || onCropFailed === void 0 ? void 0 : onCropFailed();
95
+ case 4:
96
+ case "end":
97
+ return _context.stop();
102
98
  }
103
99
  }, _callee);
104
100
  }));
@@ -6,9 +6,7 @@ import _Number$MAX_SAFE_INTEGER from "@babel/runtime-corejs3/core-js-stable/numb
6
6
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
7
7
  var __rest = this && this.__rest || function (s, e) {
8
8
  var t = {};
9
- for (var p in s) {
10
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
- }
9
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
12
10
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
13
11
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
14
12
  }
package/es/input/input.js CHANGED
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -5,9 +5,7 @@ import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/ins
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -7,9 +7,7 @@ import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
7
7
  import _filterInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/filter";
8
8
  var __rest = this && this.__rest || function (s, e) {
9
9
  var t = {};
10
- for (var p in s) {
11
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
12
- }
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
13
11
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
14
12
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
15
13
  }
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
package/es/link/link.js CHANGED
@@ -4,9 +4,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
4
4
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
@@ -5,7 +5,7 @@ import _classCallCheck from "@babel/runtime-corejs3/helpers/classCallCheck";
5
5
  import _createClass from "@babel/runtime-corejs3/helpers/createClass";
6
6
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof _Symbol !== "undefined" && _getIteratorMethod(o) || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
7
7
  function _unsupportedIterableToArray(o, minLen) { var _context2; if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = _sliceInstanceProperty(_context2 = Object.prototype.toString.call(o)).call(_context2, 8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return _Array$from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
8
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
8
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
9
9
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
10
10
  import _sliceInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/slice";
11
11
  import _Array$from from "@babel/runtime-corejs3/core-js-stable/array/from";
package/es/menu/menu.js CHANGED
@@ -8,9 +8,7 @@ import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance
8
8
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
9
9
  var __rest = this && this.__rest || function (s, e) {
10
10
  var t = {};
11
- for (var p in s) {
12
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
13
- }
11
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
14
12
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
15
13
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
16
14
  }
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -7,9 +7,7 @@ import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/ins
7
7
  import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
8
8
  var __rest = this && this.__rest || function (s, e) {
9
9
  var t = {};
10
- for (var p in s) {
11
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
12
- }
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
13
11
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
14
12
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
15
13
  }
@@ -2,9 +2,7 @@ import _extends from "@babel/runtime-corejs3/helpers/extends";
2
2
  import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
3
3
  var __rest = this && this.__rest || function (s, e) {
4
4
  var t = {};
5
- for (var p in s) {
6
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
7
- }
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
6
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
9
7
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
10
8
  }
package/es/modal/modal.js CHANGED
@@ -6,9 +6,7 @@ import _includesInstanceProperty from "@babel/runtime-corejs3/core-js-stable/ins
6
6
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
7
7
  var __rest = this && this.__rest || function (s, e) {
8
8
  var t = {};
9
- for (var p in s) {
10
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
- }
9
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
12
10
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
13
11
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
14
12
  }
@@ -3,9 +3,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
3
3
  import _Object$keys from "@babel/runtime-corejs3/core-js-stable/object/keys";
4
4
  var __rest = this && this.__rest || function (s, e) {
5
5
  var t = {};
6
- for (var p in s) {
7
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
- }
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
7
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
10
8
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
11
9
  }
@@ -5,9 +5,7 @@ import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -2,9 +2,7 @@ import _extends from "@babel/runtime-corejs3/helpers/extends";
2
2
  import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
3
3
  var __rest = this && this.__rest || function (s, e) {
4
4
  var t = {};
5
- for (var p in s) {
6
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
7
- }
5
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
6
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
9
7
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
10
8
  }
package/es/radio/radio.js CHANGED
@@ -4,9 +4,7 @@ import _slicedToArray from "@babel/runtime-corejs3/helpers/slicedToArray";
4
4
  import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
@@ -10,9 +10,7 @@ import _JSON$stringify from "@babel/runtime-corejs3/core-js-stable/json/stringif
10
10
  import _filterInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/filter";
11
11
  var __rest = this && this.__rest || function (s, e) {
12
12
  var t = {};
13
- for (var p in s) {
14
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
15
- }
13
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
16
14
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
17
15
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
18
16
  }
@@ -5,9 +5,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
5
5
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }
@@ -8,7 +8,7 @@ import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
8
8
  import _slicedToArray from "@babel/runtime-corejs3/helpers/slicedToArray";
9
9
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof _Symbol !== "undefined" && _getIteratorMethod(o) || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
10
10
  function _unsupportedIterableToArray(o, minLen) { var _context6; if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = _sliceInstanceProperty(_context6 = Object.prototype.toString.call(o)).call(_context6, 8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return _Array$from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
11
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
11
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
12
12
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
13
13
  import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
14
14
  import _findInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/find";
@@ -4,9 +4,7 @@ import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
4
4
  import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
@@ -3,9 +3,7 @@ import _defineProperty from "@babel/runtime-corejs3/helpers/defineProperty";
3
3
  import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable/object/get-own-property-symbols";
4
4
  var __rest = this && this.__rest || function (s, e) {
5
5
  var t = {};
6
- for (var p in s) {
7
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
8
- }
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
7
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
10
8
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
11
9
  }
package/es/spin/spin.js CHANGED
@@ -4,9 +4,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
4
4
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
package/es/steps/Step.js CHANGED
@@ -4,9 +4,7 @@ import _Object$getOwnPropertySymbols from "@babel/runtime-corejs3/core-js-stable
4
4
  import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/concat";
5
5
  var __rest = this && this.__rest || function (s, e) {
6
6
  var t = {};
7
- for (var p in s) {
8
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
9
- }
7
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
8
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
11
9
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
12
10
  }
package/es/steps/Steps.js CHANGED
@@ -5,9 +5,7 @@ import _concatInstanceProperty from "@babel/runtime-corejs3/core-js-stable/insta
5
5
  import _mapInstanceProperty from "@babel/runtime-corejs3/core-js-stable/instance/map";
6
6
  var __rest = this && this.__rest || function (s, e) {
7
7
  var t = {};
8
- for (var p in s) {
9
- if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
10
- }
8
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
11
9
  if (s != null && typeof _Object$getOwnPropertySymbols === "function") for (var i = 0, p = _Object$getOwnPropertySymbols(s); i < p.length; i++) {
12
10
  if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
13
11
  }