@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
@@ -12,7 +12,118 @@ return /******/ (() => { // webpackBootstrap
12
12
  /******/ "use strict";
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 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:
16
127
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
128
 
18
129
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -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,20 +223,20 @@ 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
229
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
117
230
  /* harmony export */ "Button": () => (/* reexport safe */ _Button__WEBPACK_IMPORTED_MODULE_0__.z)
118
231
  /* harmony export */ });
119
- /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1710);
232
+ /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4397);
120
233
  // use the star because of this issue: https://github.com/babel/babel-loader/issues/603
121
234
 
122
235
 
123
236
 
124
237
  /***/ }),
125
238
 
126
- /***/ 7180:
239
+ /***/ 5111:
127
240
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
128
241
 
129
242
 
@@ -189,10 +302,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
189
302
  var extendStatics = function (d, b) {
190
303
  extendStatics = Object.setPrototypeOf ||
191
304
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
192
- 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]; };
193
306
  return extendStatics(d, b);
194
307
  };
195
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");
196
311
  extendStatics(d, b);
197
312
  function __() { this.constructor = d; }
198
313
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -239,16 +354,18 @@ var faEllipsisH_ = __webpack_require__(3041);
239
354
  // EXTERNAL MODULE: external "@fortawesome/pro-regular-svg-icons/faChevronDown"
240
355
  var faChevronDown_ = __webpack_require__(1349);
241
356
  // EXTERNAL MODULE: ./src/components/Button/index.ts
242
- var Button = __webpack_require__(125);
357
+ var Button = __webpack_require__(7325);
243
358
  ;// CONCATENATED MODULE: ./src/components/Dropdown/AtokaDropdownToggles.tsx
244
359
  var AtokaDropdownToggles_extends = (undefined && undefined.__extends) || (function () {
245
360
  var extendStatics = function (d, b) {
246
361
  extendStatics = Object.setPrototypeOf ||
247
362
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
248
- 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]; };
249
364
  return extendStatics(d, b);
250
365
  };
251
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");
252
369
  extendStatics(d, b);
253
370
  function __() { this.constructor = d; }
254
371
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -364,7 +481,7 @@ var AtokaCustomDropdownToggleWithChevron = withRef('AtokaCustomDropdownToggleWit
364
481
 
365
482
  /***/ }),
366
483
 
367
- /***/ 8687:
484
+ /***/ 9629:
368
485
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
369
486
 
370
487
 
@@ -380,18 +497,20 @@ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_cl
380
497
  var external_react_ = __webpack_require__(8156);
381
498
  var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
382
499
  // EXTERNAL MODULE: ./src/components/Tooltip/index.ts + 1 modules
383
- var Tooltip = __webpack_require__(1512);
500
+ var Tooltip = __webpack_require__(4603);
384
501
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
385
- var Utils = __webpack_require__(5654);
502
+ var Utils = __webpack_require__(4915);
386
503
  ;// CONCATENATED MODULE: ./src/components/EllipsableContent/EllipsableContent.tsx
387
504
  var __extends = (undefined && undefined.__extends) || (function () {
388
505
  var extendStatics = function (d, b) {
389
506
  extendStatics = Object.setPrototypeOf ||
390
507
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
391
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
508
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
392
509
  return extendStatics(d, b);
393
510
  };
394
511
  return function (d, b) {
512
+ if (typeof b !== "function" && b !== null)
513
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
395
514
  extendStatics(d, b);
396
515
  function __() { this.constructor = d; }
397
516
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -470,7 +589,7 @@ var EllipsableContent = /** @class */ (function (_super) {
470
589
 
471
590
  /***/ }),
472
591
 
473
- /***/ 5385:
592
+ /***/ 1469:
474
593
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
475
594
 
476
595
 
@@ -494,10 +613,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
494
613
  var extendStatics = function (d, b) {
495
614
  extendStatics = Object.setPrototypeOf ||
496
615
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
497
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
616
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
498
617
  return extendStatics(d, b);
499
618
  };
500
619
  return function (d, b) {
620
+ if (typeof b !== "function" && b !== null)
621
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
501
622
  extendStatics(d, b);
502
623
  function __() { this.constructor = d; }
503
624
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -535,7 +656,7 @@ var EmptyState = /** @class */ (function (_super) {
535
656
 
536
657
  /***/ }),
537
658
 
538
- /***/ 9316:
659
+ /***/ 8352:
539
660
  /***/ ((__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) => {
540
661
 
541
662
 
@@ -562,7 +683,7 @@ var FormLabel = external_react_default().memo(function (props) {
562
683
  FormLabel.displayName = 'FormLabel';
563
684
 
564
685
  // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
565
- var FormControl = __webpack_require__(3422);
686
+ var FormControl = __webpack_require__(2048);
566
687
  ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
567
688
  var __assign = (undefined && undefined.__assign) || function () {
568
689
  __assign = Object.assign || function(t) {
@@ -674,7 +795,7 @@ Form.Group = (Form_default()).Group;
674
795
 
675
796
  /***/ }),
676
797
 
677
- /***/ 3422:
798
+ /***/ 2048:
678
799
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
679
800
 
680
801
 
@@ -751,7 +872,7 @@ FormControl.displayName = 'FormControl';
751
872
 
752
873
  /***/ }),
753
874
 
754
- /***/ 4482:
875
+ /***/ 6216:
755
876
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
756
877
 
757
878
 
@@ -772,10 +893,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
772
893
  var extendStatics = function (d, b) {
773
894
  extendStatics = Object.setPrototypeOf ||
774
895
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
775
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
896
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
776
897
  return extendStatics(d, b);
777
898
  };
778
899
  return function (d, b) {
900
+ if (typeof b !== "function" && b !== null)
901
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
779
902
  extendStatics(d, b);
780
903
  function __() { this.constructor = d; }
781
904
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -877,7 +1000,7 @@ var Spinner = /** @class */ (function (_super) {
877
1000
 
878
1001
  /***/ }),
879
1002
 
880
- /***/ 3020:
1003
+ /***/ 754:
881
1004
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
882
1005
 
883
1006
  // ESM COMPAT FLAG
@@ -902,28 +1025,30 @@ var react_fontawesome_ = __webpack_require__(5692);
902
1025
  // EXTERNAL MODULE: external "@fortawesome/pro-light-svg-icons/faInfoCircle"
903
1026
  var faInfoCircle_ = __webpack_require__(4997);
904
1027
  // EXTERNAL MODULE: ./src/components/Title/index.ts
905
- var Title = __webpack_require__(9190);
1028
+ var Title = __webpack_require__(3932);
906
1029
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
907
- var Utils = __webpack_require__(5654);
1030
+ var Utils = __webpack_require__(4915);
908
1031
  // EXTERNAL MODULE: ./src/components/EllipsableContent/index.ts + 1 modules
909
- var EllipsableContent = __webpack_require__(8687);
1032
+ var EllipsableContent = __webpack_require__(9629);
910
1033
  // EXTERNAL MODULE: ./src/components/Spinner/index.ts + 1 modules
911
- var Spinner = __webpack_require__(4482);
1034
+ var Spinner = __webpack_require__(6216);
912
1035
  // EXTERNAL MODULE: ./src/components/EmptyState/index.ts + 1 modules
913
- var EmptyState = __webpack_require__(5385);
1036
+ var EmptyState = __webpack_require__(1469);
914
1037
  // EXTERNAL MODULE: ./src/components/Tooltip/index.ts + 1 modules
915
- var Tooltip = __webpack_require__(1512);
1038
+ var Tooltip = __webpack_require__(4603);
916
1039
  // EXTERNAL MODULE: ./src/components/Dropdown/index.ts + 3 modules
917
- var Dropdown = __webpack_require__(7180);
1040
+ var Dropdown = __webpack_require__(5111);
918
1041
  ;// CONCATENATED MODULE: ./src/components/StatisticsItemCard/StatisticsItemCard.tsx
919
1042
  var __extends = (undefined && undefined.__extends) || (function () {
920
1043
  var extendStatics = function (d, b) {
921
1044
  extendStatics = Object.setPrototypeOf ||
922
1045
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
923
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1046
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
924
1047
  return extendStatics(d, b);
925
1048
  };
926
1049
  return function (d, b) {
1050
+ if (typeof b !== "function" && b !== null)
1051
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
927
1052
  extendStatics(d, b);
928
1053
  function __() { this.constructor = d; }
929
1054
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -1050,7 +1175,7 @@ var StatisticsItemCard = /** @class */ (function (_super) {
1050
1175
 
1051
1176
  /***/ }),
1052
1177
 
1053
- /***/ 9360:
1178
+ /***/ 38:
1054
1179
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1055
1180
 
1056
1181
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1066,10 +1191,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
1066
1191
  var extendStatics = function (d, b) {
1067
1192
  extendStatics = Object.setPrototypeOf ||
1068
1193
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
1069
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1194
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
1070
1195
  return extendStatics(d, b);
1071
1196
  };
1072
1197
  return function (d, b) {
1198
+ if (typeof b !== "function" && b !== null)
1199
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
1073
1200
  extendStatics(d, b);
1074
1201
  function __() { this.constructor = d; }
1075
1202
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -1135,19 +1262,19 @@ var Title = /** @class */ (function (_super) {
1135
1262
 
1136
1263
  /***/ }),
1137
1264
 
1138
- /***/ 9190:
1265
+ /***/ 3932:
1139
1266
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1140
1267
 
1141
1268
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1142
1269
  /* harmony export */ "Title": () => (/* reexport safe */ _Title__WEBPACK_IMPORTED_MODULE_0__.D)
1143
1270
  /* harmony export */ });
1144
- /* harmony import */ var _Title__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9360);
1271
+ /* harmony import */ var _Title__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(38);
1145
1272
 
1146
1273
 
1147
1274
 
1148
1275
  /***/ }),
1149
1276
 
1150
- /***/ 1512:
1277
+ /***/ 4603:
1151
1278
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1152
1279
 
1153
1280
 
@@ -1232,7 +1359,7 @@ Tooltip.displayName = 'Tooltip';
1232
1359
 
1233
1360
  /***/ }),
1234
1361
 
1235
- /***/ 5654:
1362
+ /***/ 4915:
1236
1363
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1237
1364
 
1238
1365
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -1244,7 +1371,7 @@ Tooltip.displayName = 'Tooltip';
1244
1371
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
1245
1372
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
1246
1373
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
1247
- /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
1374
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8352);
1248
1375
  var __read = (undefined && undefined.__read) || function (o, n) {
1249
1376
  var m = typeof Symbol === "function" && o[Symbol.iterator];
1250
1377
  if (!m) return o;
@@ -1373,117 +1500,6 @@ function rgbToHex(rgb) {
1373
1500
  }
1374
1501
 
1375
1502
 
1376
- /***/ }),
1377
-
1378
- /***/ 6627:
1379
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1380
-
1381
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1382
- /* harmony export */ "ZP": () => (/* binding */ autobind)
1383
- /* harmony export */ });
1384
- /* unused harmony exports boundMethod, boundClass */
1385
- /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
1386
-
1387
-
1388
- function _typeof(obj) {
1389
- if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
1390
- _typeof = function _typeof(obj) {
1391
- return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1392
- };
1393
- } else {
1394
- _typeof = function _typeof(obj) {
1395
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1396
- };
1397
- }
1398
-
1399
- return _typeof(obj);
1400
- }
1401
- /**
1402
- * Return a descriptor removing the value and returning a getter
1403
- * The getter will return a .bind version of the function
1404
- * and memoize the result against a symbol on the instance
1405
- */
1406
-
1407
-
1408
- function boundMethod(target, key, descriptor) {
1409
- var fn = descriptor.value;
1410
-
1411
- if (typeof fn !== 'function') {
1412
- throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
1413
- } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
1414
- // getter for the property which is being replaced. This causes infinite
1415
- // recursion and an "Out of stack space" error.
1416
-
1417
-
1418
- var definingProperty = false;
1419
- return {
1420
- configurable: true,
1421
- get: function get() {
1422
- // eslint-disable-next-line no-prototype-builtins
1423
- if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
1424
- return fn;
1425
- }
1426
-
1427
- var boundFn = fn.bind(this);
1428
- definingProperty = true;
1429
- Object.defineProperty(this, key, {
1430
- configurable: true,
1431
- get: function get() {
1432
- return boundFn;
1433
- },
1434
- set: function set(value) {
1435
- fn = value;
1436
- delete this[key];
1437
- }
1438
- });
1439
- definingProperty = false;
1440
- return boundFn;
1441
- },
1442
- set: function set(value) {
1443
- fn = value;
1444
- }
1445
- };
1446
- }
1447
- /**
1448
- * Use boundMethod to bind all methods on the target.prototype
1449
- */
1450
-
1451
- function boundClass(target) {
1452
- // (Using reflect to get all keys including symbols)
1453
- var keys; // Use Reflect if exists
1454
-
1455
- if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
1456
- keys = Reflect.ownKeys(target.prototype);
1457
- } else {
1458
- keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
1459
-
1460
- if (typeof Object.getOwnPropertySymbols === 'function') {
1461
- keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
1462
- }
1463
- }
1464
-
1465
- keys.forEach(function (key) {
1466
- // Ignore special case target method
1467
- if (key === 'constructor') {
1468
- return;
1469
- }
1470
-
1471
- var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
1472
-
1473
- if (typeof descriptor.value === 'function') {
1474
- Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
1475
- }
1476
- });
1477
- return target;
1478
- }
1479
- function autobind() {
1480
- if (arguments.length === 1) {
1481
- return boundClass.apply(void 0, arguments);
1482
- }
1483
-
1484
- return boundMethod.apply(void 0, arguments);
1485
- }
1486
-
1487
1503
  /***/ }),
1488
1504
 
1489
1505
  /***/ 3402:
@@ -1593,17 +1609,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__6043__;
1593
1609
  function _typeof(obj) {
1594
1610
  "@babel/helpers - typeof";
1595
1611
 
1596
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
1597
- _typeof = function _typeof(obj) {
1598
- return typeof obj;
1599
- };
1600
- } else {
1601
- _typeof = function _typeof(obj) {
1602
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1603
- };
1604
- }
1605
-
1606
- return _typeof(obj);
1612
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1613
+ return typeof obj;
1614
+ } : function (obj) {
1615
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1616
+ }, _typeof(obj);
1607
1617
  }
1608
1618
 
1609
1619
  /***/ })
@@ -1726,7 +1736,7 @@ function _typeof(obj) {
1726
1736
  /******/ 410: 0,
1727
1737
  /******/ 7564: 0,
1728
1738
  /******/ 2823: 0,
1729
- /******/ 2210: 0
1739
+ /******/ 6999: 0
1730
1740
  /******/ };
1731
1741
  /******/
1732
1742
  /******/ // no chunk on demand loading
@@ -1776,7 +1786,7 @@ function _typeof(obj) {
1776
1786
  /******/ // startup
1777
1787
  /******/ // Load entry module and return exports
1778
1788
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
1779
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(3020)))
1789
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(754)))
1780
1790
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
1781
1791
  /******/
1782
1792
  /******/ return __webpack_exports__;