@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,124 @@
9
9
  root["atoka-design-system"] = factory(root["@fortawesome/pro-light-svg-icons/faEmptySet"], root["@fortawesome/pro-light-svg-icons/faList"], root["@fortawesome/pro-light-svg-icons/faTh"], 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/Badge"], root["react-bootstrap/Button"], root["react-bootstrap/ButtonGroup"], root["react-bootstrap/Container"], root["react-bootstrap/Dropdown"], root["react-bootstrap/Form"], root["react-bootstrap/FormControl"], root["react-bootstrap/FormText"], root["react-bootstrap/Row"]);
10
10
  })(self, function(__WEBPACK_EXTERNAL_MODULE__3402__, __WEBPACK_EXTERNAL_MODULE__1654__, __WEBPACK_EXTERNAL_MODULE__5797__, __WEBPACK_EXTERNAL_MODULE__1349__, __WEBPACK_EXTERNAL_MODULE__3041__, __WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__6997__, __WEBPACK_EXTERNAL_MODULE__8926__, __WEBPACK_EXTERNAL_MODULE__5901__, __WEBPACK_EXTERNAL_MODULE__4394__, __WEBPACK_EXTERNAL_MODULE__4976__, __WEBPACK_EXTERNAL_MODULE__8721__, __WEBPACK_EXTERNAL_MODULE__1082__, __WEBPACK_EXTERNAL_MODULE__8763__, __WEBPACK_EXTERNAL_MODULE__3915__) {
11
11
  return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
12
13
  /******/ var __webpack_modules__ = ({
13
14
 
14
- /***/ 1702:
15
+ /***/ 6627:
16
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "MR": () => (/* binding */ boundMethod),
20
+ /* harmony export */ "ZP": () => (/* binding */ autobind)
21
+ /* harmony export */ });
22
+ /* unused harmony export boundClass */
23
+ /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
24
+
25
+
26
+ function _typeof(obj) {
27
+ if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
28
+ _typeof = function _typeof(obj) {
29
+ return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
30
+ };
31
+ } else {
32
+ _typeof = function _typeof(obj) {
33
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
34
+ };
35
+ }
36
+
37
+ return _typeof(obj);
38
+ }
39
+ /**
40
+ * Return a descriptor removing the value and returning a getter
41
+ * The getter will return a .bind version of the function
42
+ * and memoize the result against a symbol on the instance
43
+ */
44
+
45
+
46
+ function boundMethod(target, key, descriptor) {
47
+ var fn = descriptor.value;
48
+
49
+ if (typeof fn !== 'function') {
50
+ throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
51
+ } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
52
+ // getter for the property which is being replaced. This causes infinite
53
+ // recursion and an "Out of stack space" error.
54
+
55
+
56
+ var definingProperty = false;
57
+ return {
58
+ configurable: true,
59
+ get: function get() {
60
+ // eslint-disable-next-line no-prototype-builtins
61
+ if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
62
+ return fn;
63
+ }
64
+
65
+ var boundFn = fn.bind(this);
66
+ definingProperty = true;
67
+ Object.defineProperty(this, key, {
68
+ configurable: true,
69
+ get: function get() {
70
+ return boundFn;
71
+ },
72
+ set: function set(value) {
73
+ fn = value;
74
+ delete this[key];
75
+ }
76
+ });
77
+ definingProperty = false;
78
+ return boundFn;
79
+ },
80
+ set: function set(value) {
81
+ fn = value;
82
+ }
83
+ };
84
+ }
85
+ /**
86
+ * Use boundMethod to bind all methods on the target.prototype
87
+ */
88
+
89
+ function boundClass(target) {
90
+ // (Using reflect to get all keys including symbols)
91
+ var keys; // Use Reflect if exists
92
+
93
+ if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
94
+ keys = Reflect.ownKeys(target.prototype);
95
+ } else {
96
+ keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
97
+
98
+ if (typeof Object.getOwnPropertySymbols === 'function') {
99
+ keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
100
+ }
101
+ }
102
+
103
+ keys.forEach(function (key) {
104
+ // Ignore special case target method
105
+ if (key === 'constructor') {
106
+ return;
107
+ }
108
+
109
+ var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
110
+
111
+ if (typeof descriptor.value === 'function') {
112
+ Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
113
+ }
114
+ });
115
+ return target;
116
+ }
117
+ function autobind() {
118
+ if (arguments.length === 1) {
119
+ return boundClass.apply(void 0, arguments);
120
+ }
121
+
122
+ return boundMethod.apply(void 0, arguments);
123
+ }
124
+
125
+ /***/ }),
126
+
127
+ /***/ 595:
15
128
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16
129
 
17
- "use strict";
18
130
 
19
131
  // EXPORTS
20
132
  __webpack_require__.d(__webpack_exports__, {
@@ -68,7 +180,7 @@ var __rest = (undefined && undefined.__rest) || function (s, e) {
68
180
  */
69
181
  var Badge = external_react_default().memo(function (_a) {
70
182
  var _b = _a.size, size = _b === void 0 ? 'sm' : _b, props = __rest(_a, ["size"]);
71
- var className = external_classnames_default()(props === null || props === void 0 ? void 0 : props.className, 'atoka-badge', "variant-" + props.variant + "-" + props.color, size), iconClassName = external_classnames_default()({
183
+ var className = external_classnames_default()(props === null || props === void 0 ? void 0 : props.className, 'atoka-badge', "variant-".concat(props.variant, "-").concat(props.color), size), iconClassName = external_classnames_default()({
72
184
  'mr-2': props.children != null,
73
185
  }), icon = props.icon == null ? null : external_react_default().createElement(react_fontawesome_.FontAwesomeIcon, { icon: props.icon, className: iconClassName });
74
186
  return (external_react_default().createElement((Badge_default()), { className: className },
@@ -84,10 +196,9 @@ Badge.displayName = 'Badge';
84
196
 
85
197
  /***/ }),
86
198
 
87
- /***/ 4882:
199
+ /***/ 1294:
88
200
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
89
201
 
90
- "use strict";
91
202
 
92
203
  // EXPORTS
93
204
  __webpack_require__.d(__webpack_exports__, {
@@ -105,10 +216,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
105
216
  var extendStatics = function (d, b) {
106
217
  extendStatics = Object.setPrototypeOf ||
107
218
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
108
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
219
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
109
220
  return extendStatics(d, b);
110
221
  };
111
222
  return function (d, b) {
223
+ if (typeof b !== "function" && b !== null)
224
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
112
225
  extendStatics(d, b);
113
226
  function __() { this.constructor = d; }
114
227
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -137,10 +250,9 @@ var Bs4V3Wrapper = /** @class */ (function (_super) {
137
250
 
138
251
  /***/ }),
139
252
 
140
- /***/ 1710:
253
+ /***/ 4397:
141
254
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
142
255
 
143
- "use strict";
144
256
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
145
257
  /* harmony export */ "z": () => (/* binding */ Button)
146
258
  /* harmony export */ });
@@ -156,10 +268,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
156
268
  var extendStatics = function (d, b) {
157
269
  extendStatics = Object.setPrototypeOf ||
158
270
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
159
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
271
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
160
272
  return extendStatics(d, b);
161
273
  };
162
274
  return function (d, b) {
275
+ if (typeof b !== "function" && b !== null)
276
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
163
277
  extendStatics(d, b);
164
278
  function __() { this.constructor = d; }
165
279
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -214,7 +328,7 @@ var Button = /** @class */ (function (_super) {
214
328
  this.renderChildren()));
215
329
  };
216
330
  Button.prototype.render = function () {
217
- var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-" + this.props.size, this.props.className, {
331
+ var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-".concat(this.props.size), this.props.className, {
218
332
  'btn-icon-only': this.props.icon != null && this.props.children == null,
219
333
  });
220
334
  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 },
@@ -236,24 +350,22 @@ var Button = /** @class */ (function (_super) {
236
350
 
237
351
  /***/ }),
238
352
 
239
- /***/ 125:
353
+ /***/ 7325:
240
354
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
241
355
 
242
- "use strict";
243
356
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
244
357
  /* harmony export */ "Button": () => (/* reexport safe */ _Button__WEBPACK_IMPORTED_MODULE_0__.z)
245
358
  /* harmony export */ });
246
- /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1710);
359
+ /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4397);
247
360
  // use the star because of this issue: https://github.com/babel/babel-loader/issues/603
248
361
 
249
362
 
250
363
 
251
364
  /***/ }),
252
365
 
253
- /***/ 4872:
366
+ /***/ 9655:
254
367
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
255
368
 
256
- "use strict";
257
369
  // ESM COMPAT FLAG
258
370
  __webpack_require__.r(__webpack_exports__);
259
371
 
@@ -278,9 +390,9 @@ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_)
278
390
  var Container_ = __webpack_require__(4394);
279
391
  var Container_default = /*#__PURE__*/__webpack_require__.n(Container_);
280
392
  // EXTERNAL MODULE: ./src/components/Bs4V3Wrapper/index.ts + 1 modules
281
- var Bs4V3Wrapper = __webpack_require__(4882);
393
+ var Bs4V3Wrapper = __webpack_require__(1294);
282
394
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
283
- var Utils = __webpack_require__(5654);
395
+ var Utils = __webpack_require__(4915);
284
396
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageFilters.tsx
285
397
 
286
398
 
@@ -288,7 +400,7 @@ var CardsPageFilters = external_react_default().memo(function (props) { return e
288
400
  CardsPageFilters.displayName = 'CardsPageItemFilter';
289
401
 
290
402
  // EXTERNAL MODULE: ./src/components/Form/Form.tsx + 4 modules
291
- var Form = __webpack_require__(9316);
403
+ var Form = __webpack_require__(8352);
292
404
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageSelectionToggler.tsx
293
405
 
294
406
 
@@ -301,16 +413,18 @@ CardsPageSelectionToggler.displayName = 'CardsPageSelectionToggler';
301
413
  var external_classnames_ = __webpack_require__(8310);
302
414
  var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
303
415
  // EXTERNAL MODULE: ./src/components/SelectDropdown/index.ts + 1 modules
304
- var SelectDropdown = __webpack_require__(9450);
416
+ var SelectDropdown = __webpack_require__(188);
305
417
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageSorting.tsx
306
418
  var __extends = (undefined && undefined.__extends) || (function () {
307
419
  var extendStatics = function (d, b) {
308
420
  extendStatics = Object.setPrototypeOf ||
309
421
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
310
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
422
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
311
423
  return extendStatics(d, b);
312
424
  };
313
425
  return function (d, b) {
426
+ if (typeof b !== "function" && b !== null)
427
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
314
428
  extendStatics(d, b);
315
429
  function __() { this.constructor = d; }
316
430
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -367,16 +481,18 @@ var faList_ = __webpack_require__(1654);
367
481
  // EXTERNAL MODULE: external "@fortawesome/pro-light-svg-icons/faTh"
368
482
  var faTh_ = __webpack_require__(5797);
369
483
  // EXTERNAL MODULE: ./src/components/Button/index.ts
370
- var Button = __webpack_require__(125);
484
+ var Button = __webpack_require__(7325);
371
485
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageLayoutMode.tsx
372
486
  var CardsPageLayoutMode_extends = (undefined && undefined.__extends) || (function () {
373
487
  var extendStatics = function (d, b) {
374
488
  extendStatics = Object.setPrototypeOf ||
375
489
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
376
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
490
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
377
491
  return extendStatics(d, b);
378
492
  };
379
493
  return function (d, b) {
494
+ if (typeof b !== "function" && b !== null)
495
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
380
496
  extendStatics(d, b);
381
497
  function __() { this.constructor = d; }
382
498
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -406,16 +522,18 @@ var CardsPageLayoutMode = /** @class */ (function (_super) {
406
522
 
407
523
 
408
524
  // EXTERNAL MODULE: ./src/components/Title/index.ts
409
- var Title = __webpack_require__(9190);
525
+ var Title = __webpack_require__(3932);
410
526
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageSelectionActions.tsx
411
527
  var CardsPageSelectionActions_extends = (undefined && undefined.__extends) || (function () {
412
528
  var extendStatics = function (d, b) {
413
529
  extendStatics = Object.setPrototypeOf ||
414
530
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
415
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
531
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
416
532
  return extendStatics(d, b);
417
533
  };
418
534
  return function (d, b) {
535
+ if (typeof b !== "function" && b !== null)
536
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
419
537
  extendStatics(d, b);
420
538
  function __() { this.constructor = d; }
421
539
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -453,7 +571,7 @@ var CardsPageSelectionActions = /** @class */ (function (_super) {
453
571
  var Row_ = __webpack_require__(3915);
454
572
  var Row_default = /*#__PURE__*/__webpack_require__.n(Row_);
455
573
  // EXTERNAL MODULE: ./src/components/EmptyState/index.ts + 1 modules
456
- var EmptyState = __webpack_require__(5385);
574
+ var EmptyState = __webpack_require__(1469);
457
575
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageCards.tsx
458
576
 
459
577
 
@@ -484,10 +602,12 @@ var CardsPageTabContent_extends = (undefined && undefined.__extends) || (functio
484
602
  var extendStatics = function (d, b) {
485
603
  extendStatics = Object.setPrototypeOf ||
486
604
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
487
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
605
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
488
606
  return extendStatics(d, b);
489
607
  };
490
608
  return function (d, b) {
609
+ if (typeof b !== "function" && b !== null)
610
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
491
611
  extendStatics(d, b);
492
612
  function __() { this.constructor = d; }
493
613
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -550,7 +670,7 @@ var CardsPageTabContent = /** @class */ (function (_super) {
550
670
 
551
671
 
552
672
  // EXTERNAL MODULE: ./src/components/TabSwitcher/TabSwitcher.tsx + 1 modules
553
- var TabSwitcher = __webpack_require__(6655);
673
+ var TabSwitcher = __webpack_require__(994);
554
674
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageTabSwitcher.tsx
555
675
 
556
676
 
@@ -561,7 +681,7 @@ var CardsPageTabSwitcher = external_react_default().memo(function (_a) {
561
681
  CardsPageTabSwitcher.displayName = 'CardsPageTabSwitcher';
562
682
 
563
683
  // EXTERNAL MODULE: ./src/components/Title/Title.tsx
564
- var Title_Title = __webpack_require__(9360);
684
+ var Title_Title = __webpack_require__(38);
565
685
  ;// CONCATENATED MODULE: ./src/components/CardsPage/CardsPageTitle.tsx
566
686
 
567
687
 
@@ -584,10 +704,12 @@ var CardsPageHeader_extends = (undefined && undefined.__extends) || (function ()
584
704
  var extendStatics = function (d, b) {
585
705
  extendStatics = Object.setPrototypeOf ||
586
706
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
587
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
707
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
588
708
  return extendStatics(d, b);
589
709
  };
590
710
  return function (d, b) {
711
+ if (typeof b !== "function" && b !== null)
712
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
591
713
  extendStatics(d, b);
592
714
  function __() { this.constructor = d; }
593
715
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -623,10 +745,12 @@ var CardsPage_extends = (undefined && undefined.__extends) || (function () {
623
745
  var extendStatics = function (d, b) {
624
746
  extendStatics = Object.setPrototypeOf ||
625
747
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
626
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
748
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
627
749
  return extendStatics(d, b);
628
750
  };
629
751
  return function (d, b) {
752
+ if (typeof b !== "function" && b !== null)
753
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
630
754
  extendStatics(d, b);
631
755
  function __() { this.constructor = d; }
632
756
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -663,10 +787,9 @@ var CardsPage = /** @class */ (function (_super) {
663
787
 
664
788
  /***/ }),
665
789
 
666
- /***/ 7180:
790
+ /***/ 5111:
667
791
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
668
792
 
669
- "use strict";
670
793
 
671
794
  // EXPORTS
672
795
  __webpack_require__.d(__webpack_exports__, {
@@ -730,10 +853,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
730
853
  var extendStatics = function (d, b) {
731
854
  extendStatics = Object.setPrototypeOf ||
732
855
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
733
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
856
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
734
857
  return extendStatics(d, b);
735
858
  };
736
859
  return function (d, b) {
860
+ if (typeof b !== "function" && b !== null)
861
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
737
862
  extendStatics(d, b);
738
863
  function __() { this.constructor = d; }
739
864
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -780,16 +905,18 @@ var faEllipsisH_ = __webpack_require__(3041);
780
905
  // EXTERNAL MODULE: external "@fortawesome/pro-regular-svg-icons/faChevronDown"
781
906
  var faChevronDown_ = __webpack_require__(1349);
782
907
  // EXTERNAL MODULE: ./src/components/Button/index.ts
783
- var Button = __webpack_require__(125);
908
+ var Button = __webpack_require__(7325);
784
909
  ;// CONCATENATED MODULE: ./src/components/Dropdown/AtokaDropdownToggles.tsx
785
910
  var AtokaDropdownToggles_extends = (undefined && undefined.__extends) || (function () {
786
911
  var extendStatics = function (d, b) {
787
912
  extendStatics = Object.setPrototypeOf ||
788
913
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
789
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
914
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
790
915
  return extendStatics(d, b);
791
916
  };
792
917
  return function (d, b) {
918
+ if (typeof b !== "function" && b !== null)
919
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
793
920
  extendStatics(d, b);
794
921
  function __() { this.constructor = d; }
795
922
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -905,10 +1032,9 @@ var AtokaCustomDropdownToggleWithChevron = withRef('AtokaCustomDropdownToggleWit
905
1032
 
906
1033
  /***/ }),
907
1034
 
908
- /***/ 5385:
1035
+ /***/ 1469:
909
1036
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
910
1037
 
911
- "use strict";
912
1038
 
913
1039
  // EXPORTS
914
1040
  __webpack_require__.d(__webpack_exports__, {
@@ -930,10 +1056,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
930
1056
  var extendStatics = function (d, b) {
931
1057
  extendStatics = Object.setPrototypeOf ||
932
1058
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
933
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1059
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
934
1060
  return extendStatics(d, b);
935
1061
  };
936
1062
  return function (d, b) {
1063
+ if (typeof b !== "function" && b !== null)
1064
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
937
1065
  extendStatics(d, b);
938
1066
  function __() { this.constructor = d; }
939
1067
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -971,10 +1099,9 @@ var EmptyState = /** @class */ (function (_super) {
971
1099
 
972
1100
  /***/ }),
973
1101
 
974
- /***/ 9316:
1102
+ /***/ 8352:
975
1103
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
976
1104
 
977
- "use strict";
978
1105
 
979
1106
  // EXPORTS
980
1107
  __webpack_require__.d(__webpack_exports__, {
@@ -1002,7 +1129,7 @@ var FormLabel = external_react_default().memo(function (props) {
1002
1129
  FormLabel.displayName = 'FormLabel';
1003
1130
 
1004
1131
  // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
1005
- var FormControl = __webpack_require__(3422);
1132
+ var FormControl = __webpack_require__(2048);
1006
1133
  ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
1007
1134
  var __assign = (undefined && undefined.__assign) || function () {
1008
1135
  __assign = Object.assign || function(t) {
@@ -1114,10 +1241,9 @@ Form.Group = (Form_default()).Group;
1114
1241
 
1115
1242
  /***/ }),
1116
1243
 
1117
- /***/ 3422:
1244
+ /***/ 2048:
1118
1245
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1119
1246
 
1120
- "use strict";
1121
1247
 
1122
1248
  // EXPORTS
1123
1249
  __webpack_require__.d(__webpack_exports__, {
@@ -1192,10 +1318,9 @@ FormControl.displayName = 'FormControl';
1192
1318
 
1193
1319
  /***/ }),
1194
1320
 
1195
- /***/ 9450:
1321
+ /***/ 188:
1196
1322
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1197
1323
 
1198
- "use strict";
1199
1324
 
1200
1325
  // EXPORTS
1201
1326
  __webpack_require__.d(__webpack_exports__, {
@@ -1214,18 +1339,20 @@ var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
1214
1339
  var external_classnames_ = __webpack_require__(8310);
1215
1340
  var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
1216
1341
  // EXTERNAL MODULE: ./src/components/Dropdown/index.ts + 3 modules
1217
- var Dropdown = __webpack_require__(7180);
1342
+ var Dropdown = __webpack_require__(5111);
1218
1343
  // EXTERNAL MODULE: ./src/components/Utils/index.ts
1219
- var Utils = __webpack_require__(6350);
1344
+ var Utils = __webpack_require__(4589);
1220
1345
  ;// CONCATENATED MODULE: ./src/components/SelectDropdown/SelectDropdown.tsx
1221
1346
  var __extends = (undefined && undefined.__extends) || (function () {
1222
1347
  var extendStatics = function (d, b) {
1223
1348
  extendStatics = Object.setPrototypeOf ||
1224
1349
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1225
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1350
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1226
1351
  return extendStatics(d, b);
1227
1352
  };
1228
1353
  return function (d, b) {
1354
+ if (typeof b !== "function" && b !== null)
1355
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1229
1356
  extendStatics(d, b);
1230
1357
  function __() { this.constructor = d; }
1231
1358
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -1262,7 +1389,7 @@ var SelectDropdown = /** @class */ (function (_super) {
1262
1389
  };
1263
1390
  SelectDropdown.prototype.renderItem = function (option) {
1264
1391
  var _a, _b, _c;
1265
- var value = "" + option.value;
1392
+ var value = "".concat(option.value);
1266
1393
  if (option.isDivider) {
1267
1394
  return external_react_default().createElement(Dropdown.Dropdown.Divider, { key: value });
1268
1395
  }
@@ -1312,10 +1439,9 @@ var SelectDropdown = /** @class */ (function (_super) {
1312
1439
 
1313
1440
  /***/ }),
1314
1441
 
1315
- /***/ 6655:
1442
+ /***/ 994:
1316
1443
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1317
1444
 
1318
- "use strict";
1319
1445
 
1320
1446
  // EXPORTS
1321
1447
  __webpack_require__.d(__webpack_exports__, {
@@ -1332,22 +1458,24 @@ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_cl
1332
1458
  var ButtonGroup_ = __webpack_require__(5901);
1333
1459
  var ButtonGroup_default = /*#__PURE__*/__webpack_require__.n(ButtonGroup_);
1334
1460
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
1335
- var Utils = __webpack_require__(5654);
1461
+ var Utils = __webpack_require__(4915);
1336
1462
  // EXTERNAL MODULE: ./node_modules/autobind-decorator/lib/esm/index.js
1337
1463
  var esm = __webpack_require__(6627);
1338
1464
  // EXTERNAL MODULE: ./src/components/Badge/index.ts + 1 modules
1339
- var Badge = __webpack_require__(1702);
1465
+ var Badge = __webpack_require__(595);
1340
1466
  // EXTERNAL MODULE: ./src/components/Title/index.ts
1341
- var Title = __webpack_require__(9190);
1467
+ var Title = __webpack_require__(3932);
1342
1468
  ;// CONCATENATED MODULE: ./src/components/TabSwitcher/TabSwitcherChoice.tsx
1343
1469
  var __extends = (undefined && undefined.__extends) || (function () {
1344
1470
  var extendStatics = function (d, b) {
1345
1471
  extendStatics = Object.setPrototypeOf ||
1346
1472
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1347
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1473
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1348
1474
  return extendStatics(d, b);
1349
1475
  };
1350
1476
  return function (d, b) {
1477
+ if (typeof b !== "function" && b !== null)
1478
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1351
1479
  extendStatics(d, b);
1352
1480
  function __() { this.constructor = d; }
1353
1481
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -1421,10 +1549,12 @@ var TabSwitcher_extends = (undefined && undefined.__extends) || (function () {
1421
1549
  var extendStatics = function (d, b) {
1422
1550
  extendStatics = Object.setPrototypeOf ||
1423
1551
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1424
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1552
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1425
1553
  return extendStatics(d, b);
1426
1554
  };
1427
1555
  return function (d, b) {
1556
+ if (typeof b !== "function" && b !== null)
1557
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1428
1558
  extendStatics(d, b);
1429
1559
  function __() { this.constructor = d; }
1430
1560
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -1487,7 +1617,7 @@ var TabSwitcher = /** @class */ (function (_super) {
1487
1617
  };
1488
1618
  TabSwitcher.prototype.renderIndicator = function () {
1489
1619
  var style = {
1490
- transform: "translate(" + this.state.indicatorLeft + "px, 0)",
1620
+ transform: "translate(".concat(this.state.indicatorLeft, "px, 0)"),
1491
1621
  width: this.state.indicatorWidth,
1492
1622
  };
1493
1623
  return external_react_default().createElement("span", { className: 'indicator', style: style });
@@ -1532,10 +1662,9 @@ var TabSwitcher = /** @class */ (function (_super) {
1532
1662
 
1533
1663
  /***/ }),
1534
1664
 
1535
- /***/ 9360:
1665
+ /***/ 38:
1536
1666
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1537
1667
 
1538
- "use strict";
1539
1668
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1540
1669
  /* harmony export */ "D": () => (/* binding */ Title)
1541
1670
  /* harmony export */ });
@@ -1549,10 +1678,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
1549
1678
  var extendStatics = function (d, b) {
1550
1679
  extendStatics = Object.setPrototypeOf ||
1551
1680
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1552
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1681
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1553
1682
  return extendStatics(d, b);
1554
1683
  };
1555
1684
  return function (d, b) {
1685
+ if (typeof b !== "function" && b !== null)
1686
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1556
1687
  extendStatics(d, b);
1557
1688
  function __() { this.constructor = d; }
1558
1689
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -1618,32 +1749,31 @@ var Title = /** @class */ (function (_super) {
1618
1749
 
1619
1750
  /***/ }),
1620
1751
 
1621
- /***/ 9190:
1752
+ /***/ 3932:
1622
1753
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1623
1754
 
1624
- "use strict";
1625
1755
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1626
1756
  /* harmony export */ "Title": () => (/* reexport safe */ _Title__WEBPACK_IMPORTED_MODULE_0__.D)
1627
1757
  /* harmony export */ });
1628
- /* harmony import */ var _Title__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9360);
1758
+ /* harmony import */ var _Title__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38);
1629
1759
 
1630
1760
 
1631
1761
 
1632
1762
  /***/ }),
1633
1763
 
1634
- /***/ 6055:
1764
+ /***/ 3654:
1635
1765
  /***/ (() => {
1636
1766
 
1637
1767
 
1638
1768
 
1769
+
1639
1770
  /***/ }),
1640
1771
 
1641
- /***/ 5258:
1772
+ /***/ 5909:
1642
1773
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1643
1774
 
1644
- "use strict";
1645
1775
  /* unused harmony exports createDataWithOtherSlice, createCleanTree, normalizePercentage */
1646
- /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5654);
1776
+ /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4915);
1647
1777
  var __values = (undefined && undefined.__values) || function(o) {
1648
1778
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
1649
1779
  if (m) return m.call(o);
@@ -1720,16 +1850,15 @@ function removeValueIfChildren(node) {
1720
1850
  }
1721
1851
  function normalizePercentage(value) {
1722
1852
  var _a;
1723
- return parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10) + "%";
1853
+ return "".concat(parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10), "%");
1724
1854
  }
1725
1855
 
1726
1856
 
1727
1857
  /***/ }),
1728
1858
 
1729
- /***/ 6347:
1859
+ /***/ 2394:
1730
1860
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1731
1861
 
1732
- "use strict";
1733
1862
  /* unused harmony exports isStringEmpty, slugify, estimateWordSize, ellipse, matchAndFormatRangeLabel, formatRange, ellipseAndFormat, escapeRegExp, isMatching, splitTextInParts */
1734
1863
  var __values = (undefined && undefined.__values) || function(o) {
1735
1864
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
@@ -1758,9 +1887,14 @@ var __read = (undefined && undefined.__read) || function (o, n) {
1758
1887
  }
1759
1888
  return ar;
1760
1889
  };
1761
- var __spread = (undefined && undefined.__spread) || function () {
1762
- for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i]));
1763
- return ar;
1890
+ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from, pack) {
1891
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
1892
+ if (ar || !(i in from)) {
1893
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
1894
+ ar[i] = from[i];
1895
+ }
1896
+ }
1897
+ return to.concat(ar || Array.prototype.slice.call(from));
1764
1898
  };
1765
1899
  function isStringEmpty(s) {
1766
1900
  if (s == null) {
@@ -1788,7 +1922,7 @@ function ellipse(input, length) {
1788
1922
  if (input == null) {
1789
1923
  return '';
1790
1924
  }
1791
- return input.length > length ? input.substr(0, length - 1) + "\u2026" : input;
1925
+ return input.length > length ? "".concat(input.substr(0, length - 1), "\u2026") : input;
1792
1926
  }
1793
1927
  function matchAndFormatRangeLabel(formatter) {
1794
1928
  return function (label) {
@@ -1806,9 +1940,9 @@ function formatRange(item, formatter) {
1806
1940
  var _a, _b;
1807
1941
  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));
1808
1942
  if (from === to) {
1809
- return "" + from;
1943
+ return "".concat(from);
1810
1944
  }
1811
- return from + " - " + to;
1945
+ return "".concat(from, " - ").concat(to);
1812
1946
  }
1813
1947
  function ellipseAndFormat(formatter, maxLabelLength) {
1814
1948
  return function (value) {
@@ -1816,7 +1950,7 @@ function ellipseAndFormat(formatter, maxLabelLength) {
1816
1950
  if (formatter == null) {
1817
1951
  return ellipse(strValue, maxLabelLength);
1818
1952
  }
1819
- return ellipse("" + formatter(strValue), maxLabelLength);
1953
+ return ellipse("".concat(formatter(strValue)), maxLabelLength);
1820
1954
  };
1821
1955
  }
1822
1956
  function escapeRegExp(input) {
@@ -1877,7 +2011,7 @@ function splitTextInParts(needles, text) {
1877
2011
  continue;
1878
2012
  }
1879
2013
  var newParts = currentText.split(re).filter(function (s) { return s !== ''; });
1880
- ret.splice.apply(ret, __spread([index, 1], newParts));
2014
+ ret.splice.apply(ret, __spreadArray([index, 1], __read(newParts), false));
1881
2015
  }
1882
2016
  }
1883
2017
  }
@@ -1894,10 +2028,9 @@ function splitTextInParts(needles, text) {
1894
2028
 
1895
2029
  /***/ }),
1896
2030
 
1897
- /***/ 5654:
2031
+ /***/ 4915:
1898
2032
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1899
2033
 
1900
- "use strict";
1901
2034
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1902
2035
  /* harmony export */ "z8": () => (/* binding */ findChildByComponent),
1903
2036
  /* harmony export */ "vZ": () => (/* binding */ deepEqual)
@@ -1907,7 +2040,7 @@ function splitTextInParts(needles, text) {
1907
2040
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
1908
2041
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
1909
2042
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
1910
- /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
2043
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8352);
1911
2044
  var __read = (undefined && undefined.__read) || function (o, n) {
1912
2045
  var m = typeof Symbol === "function" && o[Symbol.iterator];
1913
2046
  if (!m) return o;
@@ -2038,144 +2171,28 @@ function rgbToHex(rgb) {
2038
2171
 
2039
2172
  /***/ }),
2040
2173
 
2041
- /***/ 6350:
2042
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2043
-
2044
- "use strict";
2045
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2046
- /* harmony export */ "OptionData": () => (/* reexport safe */ _CommonTypes__WEBPACK_IMPORTED_MODULE_0__.OptionData)
2047
- /* harmony export */ });
2048
- /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6055);
2049
- /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_CommonTypes__WEBPACK_IMPORTED_MODULE_0__);
2050
- /* harmony import */ var _Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5258);
2051
- /* harmony import */ var _Utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5654);
2052
- /* harmony import */ var _Text__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6347);
2053
-
2054
-
2055
-
2056
-
2057
-
2058
-
2059
-
2060
- /***/ }),
2061
-
2062
- /***/ 6627:
2174
+ /***/ 4589:
2063
2175
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
2064
2176
 
2065
- "use strict";
2066
2177
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2067
- /* harmony export */ "MR": () => (/* binding */ boundMethod),
2068
- /* harmony export */ "ZP": () => (/* binding */ autobind)
2178
+ /* harmony export */ "OptionData": () => (/* reexport safe */ _CommonTypes__WEBPACK_IMPORTED_MODULE_0__.nJ)
2069
2179
  /* harmony export */ });
2070
- /* unused harmony export boundClass */
2071
- /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
2072
-
2073
-
2074
- function _typeof(obj) {
2075
- if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
2076
- _typeof = function _typeof(obj) {
2077
- return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
2078
- };
2079
- } else {
2080
- _typeof = function _typeof(obj) {
2081
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
2082
- };
2083
- }
2084
-
2085
- return _typeof(obj);
2086
- }
2087
- /**
2088
- * Return a descriptor removing the value and returning a getter
2089
- * The getter will return a .bind version of the function
2090
- * and memoize the result against a symbol on the instance
2091
- */
2092
-
2093
-
2094
- function boundMethod(target, key, descriptor) {
2095
- var fn = descriptor.value;
2096
-
2097
- if (typeof fn !== 'function') {
2098
- throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
2099
- } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
2100
- // getter for the property which is being replaced. This causes infinite
2101
- // recursion and an "Out of stack space" error.
2102
-
2103
-
2104
- var definingProperty = false;
2105
- return {
2106
- configurable: true,
2107
- get: function get() {
2108
- // eslint-disable-next-line no-prototype-builtins
2109
- if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
2110
- return fn;
2111
- }
2112
-
2113
- var boundFn = fn.bind(this);
2114
- definingProperty = true;
2115
- Object.defineProperty(this, key, {
2116
- configurable: true,
2117
- get: function get() {
2118
- return boundFn;
2119
- },
2120
- set: function set(value) {
2121
- fn = value;
2122
- delete this[key];
2123
- }
2124
- });
2125
- definingProperty = false;
2126
- return boundFn;
2127
- },
2128
- set: function set(value) {
2129
- fn = value;
2130
- }
2131
- };
2132
- }
2133
- /**
2134
- * Use boundMethod to bind all methods on the target.prototype
2135
- */
2180
+ /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
2181
+ /* harmony import */ var _Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5909);
2182
+ /* harmony import */ var _Utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4915);
2183
+ /* harmony import */ var _Text__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2394);
2136
2184
 
2137
- function boundClass(target) {
2138
- // (Using reflect to get all keys including symbols)
2139
- var keys; // Use Reflect if exists
2140
2185
 
2141
- if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
2142
- keys = Reflect.ownKeys(target.prototype);
2143
- } else {
2144
- keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
2145
2186
 
2146
- if (typeof Object.getOwnPropertySymbols === 'function') {
2147
- keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
2148
- }
2149
- }
2150
2187
 
2151
- keys.forEach(function (key) {
2152
- // Ignore special case target method
2153
- if (key === 'constructor') {
2154
- return;
2155
- }
2156
2188
 
2157
- var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
2158
2189
 
2159
- if (typeof descriptor.value === 'function') {
2160
- Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
2161
- }
2162
- });
2163
- return target;
2164
- }
2165
- function autobind() {
2166
- if (arguments.length === 1) {
2167
- return boundClass.apply(void 0, arguments);
2168
- }
2169
-
2170
- return boundMethod.apply(void 0, arguments);
2171
- }
2172
2190
 
2173
2191
  /***/ }),
2174
2192
 
2175
2193
  /***/ 3402:
2176
2194
  /***/ ((module) => {
2177
2195
 
2178
- "use strict";
2179
2196
  module.exports = __WEBPACK_EXTERNAL_MODULE__3402__;
2180
2197
 
2181
2198
  /***/ }),
@@ -2183,7 +2200,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__3402__;
2183
2200
  /***/ 1654:
2184
2201
  /***/ ((module) => {
2185
2202
 
2186
- "use strict";
2187
2203
  module.exports = __WEBPACK_EXTERNAL_MODULE__1654__;
2188
2204
 
2189
2205
  /***/ }),
@@ -2191,7 +2207,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1654__;
2191
2207
  /***/ 5797:
2192
2208
  /***/ ((module) => {
2193
2209
 
2194
- "use strict";
2195
2210
  module.exports = __WEBPACK_EXTERNAL_MODULE__5797__;
2196
2211
 
2197
2212
  /***/ }),
@@ -2199,7 +2214,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5797__;
2199
2214
  /***/ 1349:
2200
2215
  /***/ ((module) => {
2201
2216
 
2202
- "use strict";
2203
2217
  module.exports = __WEBPACK_EXTERNAL_MODULE__1349__;
2204
2218
 
2205
2219
  /***/ }),
@@ -2207,7 +2221,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1349__;
2207
2221
  /***/ 3041:
2208
2222
  /***/ ((module) => {
2209
2223
 
2210
- "use strict";
2211
2224
  module.exports = __WEBPACK_EXTERNAL_MODULE__3041__;
2212
2225
 
2213
2226
  /***/ }),
@@ -2215,7 +2228,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__3041__;
2215
2228
  /***/ 5692:
2216
2229
  /***/ ((module) => {
2217
2230
 
2218
- "use strict";
2219
2231
  module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
2220
2232
 
2221
2233
  /***/ }),
@@ -2223,7 +2235,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
2223
2235
  /***/ 8310:
2224
2236
  /***/ ((module) => {
2225
2237
 
2226
- "use strict";
2227
2238
  module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
2228
2239
 
2229
2240
  /***/ }),
@@ -2231,7 +2242,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
2231
2242
  /***/ 8156:
2232
2243
  /***/ ((module) => {
2233
2244
 
2234
- "use strict";
2235
2245
  module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
2236
2246
 
2237
2247
  /***/ }),
@@ -2239,7 +2249,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
2239
2249
  /***/ 6997:
2240
2250
  /***/ ((module) => {
2241
2251
 
2242
- "use strict";
2243
2252
  module.exports = __WEBPACK_EXTERNAL_MODULE__6997__;
2244
2253
 
2245
2254
  /***/ }),
@@ -2247,7 +2256,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__6997__;
2247
2256
  /***/ 8926:
2248
2257
  /***/ ((module) => {
2249
2258
 
2250
- "use strict";
2251
2259
  module.exports = __WEBPACK_EXTERNAL_MODULE__8926__;
2252
2260
 
2253
2261
  /***/ }),
@@ -2255,7 +2263,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8926__;
2255
2263
  /***/ 5901:
2256
2264
  /***/ ((module) => {
2257
2265
 
2258
- "use strict";
2259
2266
  module.exports = __WEBPACK_EXTERNAL_MODULE__5901__;
2260
2267
 
2261
2268
  /***/ }),
@@ -2263,7 +2270,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5901__;
2263
2270
  /***/ 4394:
2264
2271
  /***/ ((module) => {
2265
2272
 
2266
- "use strict";
2267
2273
  module.exports = __WEBPACK_EXTERNAL_MODULE__4394__;
2268
2274
 
2269
2275
  /***/ }),
@@ -2271,7 +2277,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4394__;
2271
2277
  /***/ 4976:
2272
2278
  /***/ ((module) => {
2273
2279
 
2274
- "use strict";
2275
2280
  module.exports = __WEBPACK_EXTERNAL_MODULE__4976__;
2276
2281
 
2277
2282
  /***/ }),
@@ -2279,7 +2284,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4976__;
2279
2284
  /***/ 8721:
2280
2285
  /***/ ((module) => {
2281
2286
 
2282
- "use strict";
2283
2287
  module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
2284
2288
 
2285
2289
  /***/ }),
@@ -2287,7 +2291,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
2287
2291
  /***/ 1082:
2288
2292
  /***/ ((module) => {
2289
2293
 
2290
- "use strict";
2291
2294
  module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
2292
2295
 
2293
2296
  /***/ }),
@@ -2295,7 +2298,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
2295
2298
  /***/ 8763:
2296
2299
  /***/ ((module) => {
2297
2300
 
2298
- "use strict";
2299
2301
  module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
2300
2302
 
2301
2303
  /***/ }),
@@ -2303,7 +2305,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
2303
2305
  /***/ 3915:
2304
2306
  /***/ ((module) => {
2305
2307
 
2306
- "use strict";
2307
2308
  module.exports = __WEBPACK_EXTERNAL_MODULE__3915__;
2308
2309
 
2309
2310
  /***/ }),
@@ -2311,24 +2312,17 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__3915__;
2311
2312
  /***/ 4329:
2312
2313
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
2313
2314
 
2314
- "use strict";
2315
2315
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
2316
2316
  /* harmony export */ "Z": () => (/* binding */ _typeof)
2317
2317
  /* harmony export */ });
2318
2318
  function _typeof(obj) {
2319
2319
  "@babel/helpers - typeof";
2320
2320
 
2321
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
2322
- _typeof = function _typeof(obj) {
2323
- return typeof obj;
2324
- };
2325
- } else {
2326
- _typeof = function _typeof(obj) {
2327
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
2328
- };
2329
- }
2330
-
2331
- return _typeof(obj);
2321
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
2322
+ return typeof obj;
2323
+ } : function (obj) {
2324
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
2325
+ }, _typeof(obj);
2332
2326
  }
2333
2327
 
2334
2328
  /***/ })
@@ -2451,7 +2445,7 @@ function _typeof(obj) {
2451
2445
  /******/ 8016: 0,
2452
2446
  /******/ 6740: 0,
2453
2447
  /******/ 7564: 0,
2454
- /******/ 2210: 0
2448
+ /******/ 6999: 0
2455
2449
  /******/ };
2456
2450
  /******/
2457
2451
  /******/ // no chunk on demand loading
@@ -2501,7 +2495,7 @@ function _typeof(obj) {
2501
2495
  /******/ // startup
2502
2496
  /******/ // Load entry module and return exports
2503
2497
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
2504
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(4872)))
2498
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(9655)))
2505
2499
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
2506
2500
  /******/
2507
2501
  /******/ return __webpack_exports__;