@spaziodati/atoka-design-system 2.1.2 → 2.1.5

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 (116) hide show
  1. package/AddableItems/index.js +145 -141
  2. package/AddableItems/index.js.map +1 -1
  3. package/Alert/index.js +6 -4
  4. package/Alert/index.js.map +1 -1
  5. package/Badge/index.js +4 -4
  6. package/Badge/index.js.map +1 -1
  7. package/Bs4V3Wrapper/index.js +6 -4
  8. package/Bs4V3Wrapper/index.js.map +1 -1
  9. package/BubbleChart/index.js +1729 -2098
  10. package/BubbleChart/index.js.map +1 -1
  11. package/Button/Button.storiesConfig.d.ts +0 -10
  12. package/Button/index.js +9 -7
  13. package/Button/index.js.map +1 -1
  14. package/ButtonDropdown/index.js +131 -133
  15. package/ButtonDropdown/index.js.map +1 -1
  16. package/CardsPage/index.js +227 -233
  17. package/CardsPage/index.js.map +1 -1
  18. package/CursorPagination/index.js +132 -136
  19. package/CursorPagination/index.js.map +1 -1
  20. package/DatePicker/index.js +123 -126
  21. package/DatePicker/index.js.map +1 -1
  22. package/DetailPage/index.js +1353 -1429
  23. package/DetailPage/index.js.map +1 -1
  24. package/Dropdown/index.js +133 -133
  25. package/Dropdown/index.js.map +1 -1
  26. package/EditableString/index.js +2400 -2483
  27. package/EditableString/index.js.map +1 -1
  28. package/EllipsableContent/index.js +14 -12
  29. package/EllipsableContent/index.js.map +1 -1
  30. package/EmptyState/index.js +6 -4
  31. package/EmptyState/index.js.map +1 -1
  32. package/Facet/index.js +149 -144
  33. package/Facet/index.js.map +1 -1
  34. package/FacetSection/index.js +15 -11
  35. package/FacetSection/index.js.map +1 -1
  36. package/FadeAnimation/index.js +660 -731
  37. package/FadeAnimation/index.js.map +1 -1
  38. package/FeedbackButton/index.js +10 -8
  39. package/FeedbackButton/index.js.map +1 -1
  40. package/Form/index.js +7 -7
  41. package/Form/index.js.map +1 -1
  42. package/Funnel/index.js +2854 -3227
  43. package/Funnel/index.js.map +1 -1
  44. package/GridCard/index.js +162 -154
  45. package/GridCard/index.js.map +1 -1
  46. package/HighlightableText/index.js +138 -137
  47. package/HighlightableText/index.js.map +1 -1
  48. package/Histogram/index.js +1168 -1180
  49. package/Histogram/index.js.map +1 -1
  50. package/InlineStringEditor/index.js +183 -203
  51. package/InlineStringEditor/index.js.map +1 -1
  52. package/InputGroup/index.js +3 -3
  53. package/InputGroup/index.js.map +1 -1
  54. package/Jumbotron/index.js +7 -5
  55. package/Jumbotron/index.js.map +1 -1
  56. package/Map/Map.d.ts +3 -3
  57. package/Map/Types.d.ts +2 -2
  58. package/Map/index.js +4200 -3823
  59. package/Map/index.js.map +1 -1
  60. package/Modal/index.js +12 -10
  61. package/Modal/index.js.map +1 -1
  62. package/Navbar/index.js +2426 -2517
  63. package/Navbar/index.js.map +1 -1
  64. package/Pagination/index.js +132 -136
  65. package/Pagination/index.js.map +1 -1
  66. package/PieChart/index.js +204 -219
  67. package/PieChart/index.js.map +1 -1
  68. package/PublicFooter/index.js +14 -10
  69. package/PublicFooter/index.js.map +1 -1
  70. package/PublicNavbar/index.js +6 -4
  71. package/PublicNavbar/index.js.map +1 -1
  72. package/README.md +5 -2
  73. package/RecordBit/index.js +15 -11
  74. package/RecordBit/index.js.map +1 -1
  75. package/ResultItemCard/index.js +25 -19
  76. package/ResultItemCard/index.js.map +1 -1
  77. package/SelectDropdown/index.js +171 -185
  78. package/SelectDropdown/index.js.map +1 -1
  79. package/Spinner/index.js +6 -4
  80. package/Spinner/index.js.map +1 -1
  81. package/StatisticsItemCard/index.js +170 -160
  82. package/StatisticsItemCard/index.js.map +1 -1
  83. package/StatisticsItemNumeric/index.js +6 -4
  84. package/StatisticsItemNumeric/index.js.map +1 -1
  85. package/StatisticsLegend/index.js +173 -189
  86. package/StatisticsLegend/index.js.map +1 -1
  87. package/StatisticsTooltip/index.js +15 -15
  88. package/StatisticsTooltip/index.js.map +1 -1
  89. package/Suggester/getRenderCustomMultiValueWithIcon.d.ts +1 -1
  90. package/Suggester/index.js +160 -160
  91. package/Suggester/index.js.map +1 -1
  92. package/SunBurst/index.js +140 -144
  93. package/SunBurst/index.js.map +1 -1
  94. package/TabSwitcher/index.js +144 -144
  95. package/TabSwitcher/index.js.map +1 -1
  96. package/Title/index.js +8 -6
  97. package/Title/index.js.map +1 -1
  98. package/Toasts/Toast.d.ts +41 -0
  99. package/Toasts/ToastContainer.d.ts +4 -0
  100. package/Toasts/ToastHeader.d.ts +7 -0
  101. package/Toasts/index.d.ts +2 -0
  102. package/Toasts/index.js +2285 -0
  103. package/Toasts/index.js.map +1 -0
  104. package/ToggleButtonGroup/index.js +128 -130
  105. package/ToggleButtonGroup/index.js.map +1 -1
  106. package/Tooltip/index.js +3 -3
  107. package/Tooltip/index.js.map +1 -1
  108. package/Utils/index.js +1049 -1426
  109. package/Utils/index.js.map +1 -1
  110. package/{atoka-design-system-2.1.2.min.css → atoka-design-system-2.1.5.min.css} +1 -1
  111. package/index.d.ts +1 -0
  112. package/index.js +13126 -11649
  113. package/index.js.map +1 -1
  114. package/package.json +48 -40
  115. package/styles/atoka-bs.less +1 -1
  116. package/styles/variant-mixins.less +7 -7
@@ -9,12 +9,123 @@
9
9
  root["atoka-design-system"] = factory(root["@fortawesome/pro-regular-svg-icons/faChevronDown"], root["@fortawesome/pro-regular-svg-icons/faEllipsisH"], root["@fortawesome/react-fontawesome"], root["classnames"], root["react"], root["react-bootstrap/Button"], root["react-bootstrap/Dropdown"], root["react-bootstrap/Form"], root["react-bootstrap/FormControl"], root["react-bootstrap/FormText"]);
10
10
  })(self, function(__WEBPACK_EXTERNAL_MODULE__1349__, __WEBPACK_EXTERNAL_MODULE__3041__, __WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__8926__, __WEBPACK_EXTERNAL_MODULE__4976__, __WEBPACK_EXTERNAL_MODULE__8721__, __WEBPACK_EXTERNAL_MODULE__1082__, __WEBPACK_EXTERNAL_MODULE__8763__) {
11
11
  return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
12
13
  /******/ var __webpack_modules__ = ({
13
14
 
14
- /***/ 1710:
15
+ /***/ 6627:
16
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "ZP": () => (/* binding */ autobind)
20
+ /* harmony export */ });
21
+ /* unused harmony exports boundMethod, boundClass */
22
+ /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
23
+
24
+
25
+ function _typeof(obj) {
26
+ if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
27
+ _typeof = function _typeof(obj) {
28
+ return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
29
+ };
30
+ } else {
31
+ _typeof = function _typeof(obj) {
32
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
33
+ };
34
+ }
35
+
36
+ return _typeof(obj);
37
+ }
38
+ /**
39
+ * Return a descriptor removing the value and returning a getter
40
+ * The getter will return a .bind version of the function
41
+ * and memoize the result against a symbol on the instance
42
+ */
43
+
44
+
45
+ function boundMethod(target, key, descriptor) {
46
+ var fn = descriptor.value;
47
+
48
+ if (typeof fn !== 'function') {
49
+ throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
50
+ } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
51
+ // getter for the property which is being replaced. This causes infinite
52
+ // recursion and an "Out of stack space" error.
53
+
54
+
55
+ var definingProperty = false;
56
+ return {
57
+ configurable: true,
58
+ get: function get() {
59
+ // eslint-disable-next-line no-prototype-builtins
60
+ if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
61
+ return fn;
62
+ }
63
+
64
+ var boundFn = fn.bind(this);
65
+ definingProperty = true;
66
+ Object.defineProperty(this, key, {
67
+ configurable: true,
68
+ get: function get() {
69
+ return boundFn;
70
+ },
71
+ set: function set(value) {
72
+ fn = value;
73
+ delete this[key];
74
+ }
75
+ });
76
+ definingProperty = false;
77
+ return boundFn;
78
+ },
79
+ set: function set(value) {
80
+ fn = value;
81
+ }
82
+ };
83
+ }
84
+ /**
85
+ * Use boundMethod to bind all methods on the target.prototype
86
+ */
87
+
88
+ function boundClass(target) {
89
+ // (Using reflect to get all keys including symbols)
90
+ var keys; // Use Reflect if exists
91
+
92
+ if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
93
+ keys = Reflect.ownKeys(target.prototype);
94
+ } else {
95
+ keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
96
+
97
+ if (typeof Object.getOwnPropertySymbols === 'function') {
98
+ keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
99
+ }
100
+ }
101
+
102
+ keys.forEach(function (key) {
103
+ // Ignore special case target method
104
+ if (key === 'constructor') {
105
+ return;
106
+ }
107
+
108
+ var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
109
+
110
+ if (typeof descriptor.value === 'function') {
111
+ Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
112
+ }
113
+ });
114
+ return target;
115
+ }
116
+ function autobind() {
117
+ if (arguments.length === 1) {
118
+ return boundClass.apply(void 0, arguments);
119
+ }
120
+
121
+ return boundMethod.apply(void 0, arguments);
122
+ }
123
+
124
+ /***/ }),
125
+
126
+ /***/ 4397:
15
127
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16
128
 
17
- "use strict";
18
129
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
130
  /* harmony export */ "z": () => (/* binding */ Button)
20
131
  /* harmony export */ });
@@ -30,10 +141,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
30
141
  var extendStatics = function (d, b) {
31
142
  extendStatics = Object.setPrototypeOf ||
32
143
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
33
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
144
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
34
145
  return extendStatics(d, b);
35
146
  };
36
147
  return function (d, b) {
148
+ if (typeof b !== "function" && b !== null)
149
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
37
150
  extendStatics(d, b);
38
151
  function __() { this.constructor = d; }
39
152
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -88,7 +201,7 @@ var Button = /** @class */ (function (_super) {
88
201
  this.renderChildren()));
89
202
  };
90
203
  Button.prototype.render = function () {
91
- var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-" + this.props.size, this.props.className, {
204
+ var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-".concat(this.props.size), this.props.className, {
92
205
  'btn-icon-only': this.props.icon != null && this.props.children == null,
93
206
  });
94
207
  return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react_bootstrap_Button__WEBPACK_IMPORTED_MODULE_2___default()), { className: className, variant: this.props.variant, disabled: this.props.disabled, block: this.props.block, onClick: this.props.onClick, href: this.props.href, target: this.props.target },
@@ -110,24 +223,22 @@ var Button = /** @class */ (function (_super) {
110
223
 
111
224
  /***/ }),
112
225
 
113
- /***/ 125:
226
+ /***/ 7325:
114
227
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
115
228
 
116
- "use strict";
117
229
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
118
230
  /* harmony export */ "Button": () => (/* reexport safe */ _Button__WEBPACK_IMPORTED_MODULE_0__.z)
119
231
  /* harmony export */ });
120
- /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1710);
232
+ /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4397);
121
233
  // use the star because of this issue: https://github.com/babel/babel-loader/issues/603
122
234
 
123
235
 
124
236
 
125
237
  /***/ }),
126
238
 
127
- /***/ 7180:
239
+ /***/ 5111:
128
240
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
129
241
 
130
- "use strict";
131
242
 
132
243
  // EXPORTS
133
244
  __webpack_require__.d(__webpack_exports__, {
@@ -191,10 +302,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
191
302
  var extendStatics = function (d, b) {
192
303
  extendStatics = Object.setPrototypeOf ||
193
304
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
194
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
305
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
195
306
  return extendStatics(d, b);
196
307
  };
197
308
  return function (d, b) {
309
+ if (typeof b !== "function" && b !== null)
310
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
198
311
  extendStatics(d, b);
199
312
  function __() { this.constructor = d; }
200
313
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -241,16 +354,18 @@ var faEllipsisH_ = __webpack_require__(3041);
241
354
  // EXTERNAL MODULE: external "@fortawesome/pro-regular-svg-icons/faChevronDown"
242
355
  var faChevronDown_ = __webpack_require__(1349);
243
356
  // EXTERNAL MODULE: ./src/components/Button/index.ts
244
- var Button = __webpack_require__(125);
357
+ var Button = __webpack_require__(7325);
245
358
  ;// CONCATENATED MODULE: ./src/components/Dropdown/AtokaDropdownToggles.tsx
246
359
  var AtokaDropdownToggles_extends = (undefined && undefined.__extends) || (function () {
247
360
  var extendStatics = function (d, b) {
248
361
  extendStatics = Object.setPrototypeOf ||
249
362
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
250
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
363
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
251
364
  return extendStatics(d, b);
252
365
  };
253
366
  return function (d, b) {
367
+ if (typeof b !== "function" && b !== null)
368
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
254
369
  extendStatics(d, b);
255
370
  function __() { this.constructor = d; }
256
371
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -366,10 +481,9 @@ var AtokaCustomDropdownToggleWithChevron = withRef('AtokaCustomDropdownToggleWit
366
481
 
367
482
  /***/ }),
368
483
 
369
- /***/ 9316:
484
+ /***/ 8352:
370
485
  /***/ ((__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) => {
371
486
 
372
- "use strict";
373
487
 
374
488
  // UNUSED EXPORTS: Form
375
489
 
@@ -394,7 +508,7 @@ var FormLabel = external_react_default().memo(function (props) {
394
508
  FormLabel.displayName = 'FormLabel';
395
509
 
396
510
  // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
397
- var FormControl = __webpack_require__(3422);
511
+ var FormControl = __webpack_require__(2048);
398
512
  ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
399
513
  var __assign = (undefined && undefined.__assign) || function () {
400
514
  __assign = Object.assign || function(t) {
@@ -506,10 +620,9 @@ Form.Group = (Form_default()).Group;
506
620
 
507
621
  /***/ }),
508
622
 
509
- /***/ 3422:
623
+ /***/ 2048:
510
624
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
511
625
 
512
- "use strict";
513
626
 
514
627
  // EXPORTS
515
628
  __webpack_require__.d(__webpack_exports__, {
@@ -584,10 +697,9 @@ FormControl.displayName = 'FormControl';
584
697
 
585
698
  /***/ }),
586
699
 
587
- /***/ 9450:
700
+ /***/ 188:
588
701
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
589
702
 
590
- "use strict";
591
703
  // ESM COMPAT FLAG
592
704
  __webpack_require__.r(__webpack_exports__);
593
705
 
@@ -608,18 +720,20 @@ var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
608
720
  var external_classnames_ = __webpack_require__(8310);
609
721
  var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
610
722
  // EXTERNAL MODULE: ./src/components/Dropdown/index.ts + 3 modules
611
- var Dropdown = __webpack_require__(7180);
723
+ var Dropdown = __webpack_require__(5111);
612
724
  // EXTERNAL MODULE: ./src/components/Utils/index.ts
613
- var Utils = __webpack_require__(6350);
725
+ var Utils = __webpack_require__(4589);
614
726
  ;// CONCATENATED MODULE: ./src/components/SelectDropdown/SelectDropdown.tsx
615
727
  var __extends = (undefined && undefined.__extends) || (function () {
616
728
  var extendStatics = function (d, b) {
617
729
  extendStatics = Object.setPrototypeOf ||
618
730
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
619
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
731
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
620
732
  return extendStatics(d, b);
621
733
  };
622
734
  return function (d, b) {
735
+ if (typeof b !== "function" && b !== null)
736
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
623
737
  extendStatics(d, b);
624
738
  function __() { this.constructor = d; }
625
739
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -656,7 +770,7 @@ var SelectDropdown = /** @class */ (function (_super) {
656
770
  };
657
771
  SelectDropdown.prototype.renderItem = function (option) {
658
772
  var _a, _b, _c;
659
- var value = "" + option.value;
773
+ var value = "".concat(option.value);
660
774
  if (option.isDivider) {
661
775
  return external_react_default().createElement(Dropdown.Dropdown.Divider, { key: value });
662
776
  }
@@ -706,19 +820,19 @@ var SelectDropdown = /** @class */ (function (_super) {
706
820
 
707
821
  /***/ }),
708
822
 
709
- /***/ 6055:
823
+ /***/ 3654:
710
824
  /***/ (() => {
711
825
 
712
826
 
713
827
 
828
+
714
829
  /***/ }),
715
830
 
716
- /***/ 5258:
831
+ /***/ 5909:
717
832
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
718
833
 
719
- "use strict";
720
834
  /* unused harmony exports createDataWithOtherSlice, createCleanTree, normalizePercentage */
721
- /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5654);
835
+ /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4915);
722
836
  var __values = (undefined && undefined.__values) || function(o) {
723
837
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
724
838
  if (m) return m.call(o);
@@ -795,16 +909,15 @@ function removeValueIfChildren(node) {
795
909
  }
796
910
  function normalizePercentage(value) {
797
911
  var _a;
798
- return parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10) + "%";
912
+ return "".concat(parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10), "%");
799
913
  }
800
914
 
801
915
 
802
916
  /***/ }),
803
917
 
804
- /***/ 6347:
918
+ /***/ 2394:
805
919
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
806
920
 
807
- "use strict";
808
921
  /* unused harmony exports isStringEmpty, slugify, estimateWordSize, ellipse, matchAndFormatRangeLabel, formatRange, ellipseAndFormat, escapeRegExp, isMatching, splitTextInParts */
809
922
  var __values = (undefined && undefined.__values) || function(o) {
810
923
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
@@ -833,9 +946,14 @@ var __read = (undefined && undefined.__read) || function (o, n) {
833
946
  }
834
947
  return ar;
835
948
  };
836
- var __spread = (undefined && undefined.__spread) || function () {
837
- for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i]));
838
- return ar;
949
+ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from, pack) {
950
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
951
+ if (ar || !(i in from)) {
952
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
953
+ ar[i] = from[i];
954
+ }
955
+ }
956
+ return to.concat(ar || Array.prototype.slice.call(from));
839
957
  };
840
958
  function isStringEmpty(s) {
841
959
  if (s == null) {
@@ -863,7 +981,7 @@ function ellipse(input, length) {
863
981
  if (input == null) {
864
982
  return '';
865
983
  }
866
- return input.length > length ? input.substr(0, length - 1) + "\u2026" : input;
984
+ return input.length > length ? "".concat(input.substr(0, length - 1), "\u2026") : input;
867
985
  }
868
986
  function matchAndFormatRangeLabel(formatter) {
869
987
  return function (label) {
@@ -881,9 +999,9 @@ function formatRange(item, formatter) {
881
999
  var _a, _b;
882
1000
  var to = item.to === '*' ? '*' : formatter(parseInt((_a = item.to) !== null && _a !== void 0 ? _a : '0', 10)), from = formatter(parseInt((_b = item.from) !== null && _b !== void 0 ? _b : '0', 10));
883
1001
  if (from === to) {
884
- return "" + from;
1002
+ return "".concat(from);
885
1003
  }
886
- return from + " - " + to;
1004
+ return "".concat(from, " - ").concat(to);
887
1005
  }
888
1006
  function ellipseAndFormat(formatter, maxLabelLength) {
889
1007
  return function (value) {
@@ -891,7 +1009,7 @@ function ellipseAndFormat(formatter, maxLabelLength) {
891
1009
  if (formatter == null) {
892
1010
  return ellipse(strValue, maxLabelLength);
893
1011
  }
894
- return ellipse("" + formatter(strValue), maxLabelLength);
1012
+ return ellipse("".concat(formatter(strValue)), maxLabelLength);
895
1013
  };
896
1014
  }
897
1015
  function escapeRegExp(input) {
@@ -952,7 +1070,7 @@ function splitTextInParts(needles, text) {
952
1070
  continue;
953
1071
  }
954
1072
  var newParts = currentText.split(re).filter(function (s) { return s !== ''; });
955
- ret.splice.apply(ret, __spread([index, 1], newParts));
1073
+ ret.splice.apply(ret, __spreadArray([index, 1], __read(newParts), false));
956
1074
  }
957
1075
  }
958
1076
  }
@@ -969,16 +1087,15 @@ function splitTextInParts(needles, text) {
969
1087
 
970
1088
  /***/ }),
971
1089
 
972
- /***/ 5654:
1090
+ /***/ 4915:
973
1091
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
974
1092
 
975
- "use strict";
976
1093
  /* unused harmony exports findChildrenByComponent, findChildByComponent, hasChildIconOrCheckboxComponent, scrollToTop, zip, sortObjDesc, clone, getDebouncer, deepEqual, rgbToHex */
977
1094
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5692);
978
1095
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
979
1096
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
980
1097
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
981
- /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
1098
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8352);
982
1099
  var __read = (undefined && undefined.__read) || function (o, n) {
983
1100
  var m = typeof Symbol === "function" && o[Symbol.iterator];
984
1101
  if (!m) return o;
@@ -1109,143 +1226,28 @@ function rgbToHex(rgb) {
1109
1226
 
1110
1227
  /***/ }),
1111
1228
 
1112
- /***/ 6350:
1113
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1114
-
1115
- "use strict";
1116
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1117
- /* harmony export */ "OptionData": () => (/* reexport safe */ _CommonTypes__WEBPACK_IMPORTED_MODULE_0__.OptionData)
1118
- /* harmony export */ });
1119
- /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6055);
1120
- /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_CommonTypes__WEBPACK_IMPORTED_MODULE_0__);
1121
- /* harmony import */ var _Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5258);
1122
- /* harmony import */ var _Utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5654);
1123
- /* harmony import */ var _Text__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6347);
1124
-
1125
-
1126
-
1127
-
1128
-
1129
-
1130
-
1131
- /***/ }),
1132
-
1133
- /***/ 6627:
1229
+ /***/ 4589:
1134
1230
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1135
1231
 
1136
- "use strict";
1137
1232
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1138
- /* harmony export */ "ZP": () => (/* binding */ autobind)
1233
+ /* harmony export */ "OptionData": () => (/* reexport safe */ _CommonTypes__WEBPACK_IMPORTED_MODULE_0__.nJ)
1139
1234
  /* harmony export */ });
1140
- /* unused harmony exports boundMethod, boundClass */
1141
- /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
1235
+ /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
1236
+ /* harmony import */ var _Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5909);
1237
+ /* harmony import */ var _Utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4915);
1238
+ /* harmony import */ var _Text__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2394);
1142
1239
 
1143
1240
 
1144
- function _typeof(obj) {
1145
- if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
1146
- _typeof = function _typeof(obj) {
1147
- return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1148
- };
1149
- } else {
1150
- _typeof = function _typeof(obj) {
1151
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1152
- };
1153
- }
1154
1241
 
1155
- return _typeof(obj);
1156
- }
1157
- /**
1158
- * Return a descriptor removing the value and returning a getter
1159
- * The getter will return a .bind version of the function
1160
- * and memoize the result against a symbol on the instance
1161
- */
1162
1242
 
1163
1243
 
1164
- function boundMethod(target, key, descriptor) {
1165
- var fn = descriptor.value;
1166
-
1167
- if (typeof fn !== 'function') {
1168
- throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
1169
- } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
1170
- // getter for the property which is being replaced. This causes infinite
1171
- // recursion and an "Out of stack space" error.
1172
1244
 
1173
1245
 
1174
- var definingProperty = false;
1175
- return {
1176
- configurable: true,
1177
- get: function get() {
1178
- // eslint-disable-next-line no-prototype-builtins
1179
- if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
1180
- return fn;
1181
- }
1182
-
1183
- var boundFn = fn.bind(this);
1184
- definingProperty = true;
1185
- Object.defineProperty(this, key, {
1186
- configurable: true,
1187
- get: function get() {
1188
- return boundFn;
1189
- },
1190
- set: function set(value) {
1191
- fn = value;
1192
- delete this[key];
1193
- }
1194
- });
1195
- definingProperty = false;
1196
- return boundFn;
1197
- },
1198
- set: function set(value) {
1199
- fn = value;
1200
- }
1201
- };
1202
- }
1203
- /**
1204
- * Use boundMethod to bind all methods on the target.prototype
1205
- */
1206
-
1207
- function boundClass(target) {
1208
- // (Using reflect to get all keys including symbols)
1209
- var keys; // Use Reflect if exists
1210
-
1211
- if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
1212
- keys = Reflect.ownKeys(target.prototype);
1213
- } else {
1214
- keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
1215
-
1216
- if (typeof Object.getOwnPropertySymbols === 'function') {
1217
- keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
1218
- }
1219
- }
1220
-
1221
- keys.forEach(function (key) {
1222
- // Ignore special case target method
1223
- if (key === 'constructor') {
1224
- return;
1225
- }
1226
-
1227
- var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
1228
-
1229
- if (typeof descriptor.value === 'function') {
1230
- Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
1231
- }
1232
- });
1233
- return target;
1234
- }
1235
- function autobind() {
1236
- if (arguments.length === 1) {
1237
- return boundClass.apply(void 0, arguments);
1238
- }
1239
-
1240
- return boundMethod.apply(void 0, arguments);
1241
- }
1242
-
1243
1246
  /***/ }),
1244
1247
 
1245
1248
  /***/ 1349:
1246
1249
  /***/ ((module) => {
1247
1250
 
1248
- "use strict";
1249
1251
  module.exports = __WEBPACK_EXTERNAL_MODULE__1349__;
1250
1252
 
1251
1253
  /***/ }),
@@ -1253,7 +1255,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1349__;
1253
1255
  /***/ 3041:
1254
1256
  /***/ ((module) => {
1255
1257
 
1256
- "use strict";
1257
1258
  module.exports = __WEBPACK_EXTERNAL_MODULE__3041__;
1258
1259
 
1259
1260
  /***/ }),
@@ -1261,7 +1262,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__3041__;
1261
1262
  /***/ 5692:
1262
1263
  /***/ ((module) => {
1263
1264
 
1264
- "use strict";
1265
1265
  module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
1266
1266
 
1267
1267
  /***/ }),
@@ -1269,7 +1269,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
1269
1269
  /***/ 8310:
1270
1270
  /***/ ((module) => {
1271
1271
 
1272
- "use strict";
1273
1272
  module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
1274
1273
 
1275
1274
  /***/ }),
@@ -1277,7 +1276,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
1277
1276
  /***/ 8156:
1278
1277
  /***/ ((module) => {
1279
1278
 
1280
- "use strict";
1281
1279
  module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
1282
1280
 
1283
1281
  /***/ }),
@@ -1285,7 +1283,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
1285
1283
  /***/ 8926:
1286
1284
  /***/ ((module) => {
1287
1285
 
1288
- "use strict";
1289
1286
  module.exports = __WEBPACK_EXTERNAL_MODULE__8926__;
1290
1287
 
1291
1288
  /***/ }),
@@ -1293,7 +1290,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8926__;
1293
1290
  /***/ 4976:
1294
1291
  /***/ ((module) => {
1295
1292
 
1296
- "use strict";
1297
1293
  module.exports = __WEBPACK_EXTERNAL_MODULE__4976__;
1298
1294
 
1299
1295
  /***/ }),
@@ -1301,7 +1297,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4976__;
1301
1297
  /***/ 8721:
1302
1298
  /***/ ((module) => {
1303
1299
 
1304
- "use strict";
1305
1300
  module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
1306
1301
 
1307
1302
  /***/ }),
@@ -1309,7 +1304,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
1309
1304
  /***/ 1082:
1310
1305
  /***/ ((module) => {
1311
1306
 
1312
- "use strict";
1313
1307
  module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
1314
1308
 
1315
1309
  /***/ }),
@@ -1317,7 +1311,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
1317
1311
  /***/ 8763:
1318
1312
  /***/ ((module) => {
1319
1313
 
1320
- "use strict";
1321
1314
  module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
1322
1315
 
1323
1316
  /***/ }),
@@ -1325,24 +1318,17 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
1325
1318
  /***/ 4329:
1326
1319
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1327
1320
 
1328
- "use strict";
1329
1321
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1330
1322
  /* harmony export */ "Z": () => (/* binding */ _typeof)
1331
1323
  /* harmony export */ });
1332
1324
  function _typeof(obj) {
1333
1325
  "@babel/helpers - typeof";
1334
1326
 
1335
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
1336
- _typeof = function _typeof(obj) {
1337
- return typeof obj;
1338
- };
1339
- } else {
1340
- _typeof = function _typeof(obj) {
1341
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1342
- };
1343
- }
1344
-
1345
- return _typeof(obj);
1327
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1328
+ return typeof obj;
1329
+ } : function (obj) {
1330
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1331
+ }, _typeof(obj);
1346
1332
  }
1347
1333
 
1348
1334
  /***/ })
@@ -1460,7 +1446,7 @@ function _typeof(obj) {
1460
1446
  /******/ 6740: 0,
1461
1447
  /******/ 6615: 0,
1462
1448
  /******/ 8621: 0,
1463
- /******/ 2210: 0
1449
+ /******/ 6999: 0
1464
1450
  /******/ };
1465
1451
  /******/
1466
1452
  /******/ // no chunk on demand loading
@@ -1510,7 +1496,7 @@ function _typeof(obj) {
1510
1496
  /******/ // startup
1511
1497
  /******/ // Load entry module and return exports
1512
1498
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
1513
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(9450)))
1499
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(188)))
1514
1500
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
1515
1501
  /******/
1516
1502
  /******/ return __webpack_exports__;