@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-solid-svg-icons/faCircle"], root["@fortawesome/react-fontawesome"], root["classnames"], root["react"], root["react-bootstrap/Col"], root["react-bootstrap/Container"], root["react-bootstrap/Form"], root["react-bootstrap/FormControl"], root["react-bootstrap/FormText"], root["react-bootstrap/OverlayTrigger"], root["react-bootstrap/Row"]);
10
10
  })(self, function(__WEBPACK_EXTERNAL_MODULE__1326__, __WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__5315__, __WEBPACK_EXTERNAL_MODULE__4394__, __WEBPACK_EXTERNAL_MODULE__8721__, __WEBPACK_EXTERNAL_MODULE__1082__, __WEBPACK_EXTERNAL_MODULE__8763__, __WEBPACK_EXTERNAL_MODULE__6043__, __WEBPACK_EXTERNAL_MODULE__3915__) {
11
11
  return /******/ (() => { // webpackBootstrap
12
+ /******/ "use strict";
12
13
  /******/ var __webpack_modules__ = ({
13
14
 
14
- /***/ 8687:
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
+ /***/ 9629:
15
127
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16
128
 
17
- "use strict";
18
129
 
19
130
  // EXPORTS
20
131
  __webpack_require__.d(__webpack_exports__, {
@@ -28,18 +139,20 @@ var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_cl
28
139
  var external_react_ = __webpack_require__(8156);
29
140
  var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_);
30
141
  // EXTERNAL MODULE: ./src/components/Tooltip/index.ts + 1 modules
31
- var Tooltip = __webpack_require__(1512);
142
+ var Tooltip = __webpack_require__(4603);
32
143
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
33
- var Utils = __webpack_require__(5654);
144
+ var Utils = __webpack_require__(4915);
34
145
  ;// CONCATENATED MODULE: ./src/components/EllipsableContent/EllipsableContent.tsx
35
146
  var __extends = (undefined && undefined.__extends) || (function () {
36
147
  var extendStatics = function (d, b) {
37
148
  extendStatics = Object.setPrototypeOf ||
38
149
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
39
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
150
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
40
151
  return extendStatics(d, b);
41
152
  };
42
153
  return function (d, b) {
154
+ if (typeof b !== "function" && b !== null)
155
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
43
156
  extendStatics(d, b);
44
157
  function __() { this.constructor = d; }
45
158
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -118,10 +231,9 @@ var EllipsableContent = /** @class */ (function (_super) {
118
231
 
119
232
  /***/ }),
120
233
 
121
- /***/ 9316:
234
+ /***/ 8352:
122
235
  /***/ ((__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) => {
123
236
 
124
- "use strict";
125
237
 
126
238
  // UNUSED EXPORTS: Form
127
239
 
@@ -146,7 +258,7 @@ var FormLabel = external_react_default().memo(function (props) {
146
258
  FormLabel.displayName = 'FormLabel';
147
259
 
148
260
  // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
149
- var FormControl = __webpack_require__(3422);
261
+ var FormControl = __webpack_require__(2048);
150
262
  ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
151
263
  var __assign = (undefined && undefined.__assign) || function () {
152
264
  __assign = Object.assign || function(t) {
@@ -258,10 +370,9 @@ Form.Group = (Form_default()).Group;
258
370
 
259
371
  /***/ }),
260
372
 
261
- /***/ 3422:
373
+ /***/ 2048:
262
374
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
263
375
 
264
- "use strict";
265
376
 
266
377
  // EXPORTS
267
378
  __webpack_require__.d(__webpack_exports__, {
@@ -336,28 +447,28 @@ FormControl.displayName = 'FormControl';
336
447
 
337
448
  /***/ }),
338
449
 
339
- /***/ 655:
450
+ /***/ 3311:
340
451
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
341
452
 
342
- "use strict";
343
453
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
344
454
  /* harmony export */ "Q": () => (/* binding */ StatisticsSVGLegend)
345
455
  /* harmony export */ });
346
456
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8156);
347
457
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
348
458
  /* harmony import */ var autobind_decorator__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6627);
349
- /* harmony import */ var _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(6055);
350
- /* harmony import */ var _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__);
351
- /* harmony import */ var _Utils_Style__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2755);
352
- /* harmony import */ var _Utils_Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5258);
459
+ /* harmony import */ var _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3654);
460
+ /* harmony import */ var _Utils_Style__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7540);
461
+ /* harmony import */ var _Utils_Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5909);
353
462
  var __extends = (undefined && undefined.__extends) || (function () {
354
463
  var extendStatics = function (d, b) {
355
464
  extendStatics = Object.setPrototypeOf ||
356
465
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
357
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
466
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
358
467
  return extendStatics(d, b);
359
468
  };
360
469
  return function (d, b) {
470
+ if (typeof b !== "function" && b !== null)
471
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
361
472
  extendStatics(d, b);
362
473
  function __() { this.constructor = d; }
363
474
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -385,9 +496,9 @@ var StatisticsSVGLegend = /** @class */ (function (_super) {
385
496
  StatisticsSVGLegend.prototype.renderSVGDataInfoBit = function (item, i) {
386
497
  var _a, _b, _c, _d, _e, _f, _g, _h;
387
498
  var label = (_a = item.label) !== null && _a !== void 0 ? _a : '', percentage = this.renderPercentage(item), dot = this.renderCircle((_b = this.props.colors) === null || _b === void 0 ? void 0 : _b[i]);
388
- return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), { key: item.label + "-legend-data" },
499
+ return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), { key: "".concat(item.label, "-legend-data") },
389
500
  dot,
390
- react__WEBPACK_IMPORTED_MODULE_0___default().createElement("text", { x: this.props.x, y: this.props.y, fill: _Utils_Style__WEBPACK_IMPORTED_MODULE_2__/* .gray400 */ .de, fontSize: this.props.fontSize, key: item.label + "-legend-data" },
501
+ react__WEBPACK_IMPORTED_MODULE_0___default().createElement("text", { x: this.props.x, y: this.props.y, fill: _Utils_Style__WEBPACK_IMPORTED_MODULE_2__/* .gray400 */ .de, fontSize: this.props.fontSize, key: "".concat(item.label, "-legend-data") },
391
502
  react__WEBPACK_IMPORTED_MODULE_0___default().createElement("tspan", { dx: dot == null ? 0 : 10 }, (_e = (_d = (_c = this.props).labelFormat) === null || _d === void 0 ? void 0 : _d.call(_c, label)) !== null && _e !== void 0 ? _e : label),
392
503
  react__WEBPACK_IMPORTED_MODULE_0___default().createElement("tspan", { x: this.getRightElementX(), dx: 5, fill: 'black', fontWeight: 'bold', textAnchor: 'end' }, (_h = (_g = (_f = this.props).valueFormat) === null || _g === void 0 ? void 0 : _g.call(_f, item.value)) !== null && _h !== void 0 ? _h : item.value),
393
504
  percentage)));
@@ -395,7 +506,7 @@ var StatisticsSVGLegend = /** @class */ (function (_super) {
395
506
  StatisticsSVGLegend.prototype.renderSVGDataInfoBitMoreItems = function (item, i) {
396
507
  var _a, _b, _c, _d, _e, _f, _g, _h;
397
508
  var label = (_a = item.label) !== null && _a !== void 0 ? _a : '', percentage = this.renderPercentage(item), dot = this.renderCircle((_b = this.props.colors) === null || _b === void 0 ? void 0 : _b[i]);
398
- return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), { key: item.label + "-legend-data-items" },
509
+ return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react__WEBPACK_IMPORTED_MODULE_0___default().Fragment), { key: "".concat(item.label, "-legend-data-items") },
399
510
  dot,
400
511
  react__WEBPACK_IMPORTED_MODULE_0___default().createElement("tspan", { dx: i === 0 || dot != null ? 0 : 10, fill: _Utils_Style__WEBPACK_IMPORTED_MODULE_2__/* .gray400 */ .de }, (_e = (_d = (_c = this.props).labelFormat) === null || _d === void 0 ? void 0 : _d.call(_c, label)) !== null && _e !== void 0 ? _e : label),
401
512
  react__WEBPACK_IMPORTED_MODULE_0___default().createElement("tspan", { dx: 5, fill: 'black', fontWeight: 'bold' }, (_h = (_g = (_f = this.props).valueFormat) === null || _g === void 0 ? void 0 : _g.call(_f, item.value)) !== null && _h !== void 0 ? _h : item.value),
@@ -443,13 +554,13 @@ var StatisticsSVGLegend = /** @class */ (function (_super) {
443
554
  __decorate([
444
555
  autobind_decorator__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP,
445
556
  __metadata("design:type", Function),
446
- __metadata("design:paramtypes", [typeof (_a = typeof _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__.DataPoint !== "undefined" && _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__.DataPoint) === "function" ? _a : Object, Number]),
557
+ __metadata("design:paramtypes", [typeof (_a = typeof _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__/* .DataPoint */ .hz !== "undefined" && _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__/* .DataPoint */ .hz) === "function" ? _a : Object, Number]),
447
558
  __metadata("design:returntype", typeof (_b = typeof (react__WEBPACK_IMPORTED_MODULE_0___default()) !== "undefined" && (react__WEBPACK_IMPORTED_MODULE_0___default().ReactNode)) === "function" ? _b : Object)
448
559
  ], StatisticsSVGLegend.prototype, "renderSVGDataInfoBit", null);
449
560
  __decorate([
450
561
  autobind_decorator__WEBPACK_IMPORTED_MODULE_3__/* ["default"] */ .ZP,
451
562
  __metadata("design:type", Function),
452
- __metadata("design:paramtypes", [typeof (_c = typeof _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__.DataPoint !== "undefined" && _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__.DataPoint) === "function" ? _c : Object, Number]),
563
+ __metadata("design:paramtypes", [typeof (_c = typeof _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__/* .DataPoint */ .hz !== "undefined" && _Utils_CommonTypes__WEBPACK_IMPORTED_MODULE_4__/* .DataPoint */ .hz) === "function" ? _c : Object, Number]),
453
564
  __metadata("design:returntype", typeof (_d = typeof (react__WEBPACK_IMPORTED_MODULE_0___default()) !== "undefined" && (react__WEBPACK_IMPORTED_MODULE_0___default().ReactNode)) === "function" ? _d : Object)
454
565
  ], StatisticsSVGLegend.prototype, "renderSVGDataInfoBitMoreItems", null);
455
566
  return StatisticsSVGLegend;
@@ -459,10 +570,9 @@ var StatisticsSVGLegend = /** @class */ (function (_super) {
459
570
 
460
571
  /***/ }),
461
572
 
462
- /***/ 8010:
573
+ /***/ 7562:
463
574
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
464
575
 
465
- "use strict";
466
576
  // ESM COMPAT FLAG
467
577
  __webpack_require__.r(__webpack_exports__);
468
578
 
@@ -501,20 +611,22 @@ var faCircle_ = __webpack_require__(1326);
501
611
  // EXTERNAL MODULE: external "@fortawesome/react-fontawesome"
502
612
  var react_fontawesome_ = __webpack_require__(5692);
503
613
  // EXTERNAL MODULE: ./src/components/EllipsableContent/index.ts + 1 modules
504
- var EllipsableContent = __webpack_require__(8687);
614
+ var EllipsableContent = __webpack_require__(9629);
505
615
  // EXTERNAL MODULE: ./src/components/Utils/Text.ts
506
- var Text = __webpack_require__(6347);
616
+ var Text = __webpack_require__(2394);
507
617
  // EXTERNAL MODULE: ./src/components/Utils/Statistics.ts
508
- var Statistics = __webpack_require__(5258);
618
+ var Statistics = __webpack_require__(5909);
509
619
  ;// CONCATENATED MODULE: ./src/components/StatisticsLegend/StatisticsLegendItem.tsx
510
620
  var __extends = (undefined && undefined.__extends) || (function () {
511
621
  var extendStatics = function (d, b) {
512
622
  extendStatics = Object.setPrototypeOf ||
513
623
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
514
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
624
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
515
625
  return extendStatics(d, b);
516
626
  };
517
627
  return function (d, b) {
628
+ if (typeof b !== "function" && b !== null)
629
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
518
630
  extendStatics(d, b);
519
631
  function __() { this.constructor = d; }
520
632
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -577,7 +689,7 @@ var StatisticsLegendItem = /** @class */ (function (_super) {
577
689
  var className = external_classnames_default()('legend-item px-1', {
578
690
  'flex-basis-0': this.props.layout === 'horizontal',
579
691
  });
580
- return (external_react_default().createElement((Col_default()), { sm: 24 / columnNumber, className: className, key: "legend-item-" + data.id },
692
+ return (external_react_default().createElement((Col_default()), { sm: 24 / columnNumber, className: className, key: "legend-item-".concat(data.id) },
581
693
  external_react_default().createElement(EllipsableContent.EllipsableContent, { className: 'label-container w-100 justify-content-between' },
582
694
  external_react_default().createElement(EllipsableContent.EllipsableContent.Content, null,
583
695
  external_react_default().createElement(react_fontawesome_.FontAwesomeIcon, { icon: faCircle_.faCircle, color: color, className: 'mr-1' }),
@@ -619,6 +731,7 @@ StatisticsLegend.displayName = 'StatisticsLegend';
619
731
 
620
732
  var getRenderStatisticsLegend = function (_a) {
621
733
  var legendDataLabelKey = _a.legendDataLabelKey, legendDataValueKey = _a.legendDataValueKey, legendDataPercentageKey = _a.legendDataPercentageKey, layout = _a.layout, columnsNumber = _a.columnsNumber;
734
+ // eslint-disable-next-line react/display-name
622
735
  return function (_a) {
623
736
  var data = _a.data, otherId = _a.otherId, colors = _a.colors, numberToStringFormatter = _a.numberToStringFormatter;
624
737
  return (external_react_default().createElement(StatisticsLegend, { layout: layout, data: data, otherId: otherId, colors: colors, columnNumber: columnsNumber, numberToStringFormatter: numberToStringFormatter, legendDataLabelKey: legendDataLabelKey, legendDataValueKey: legendDataValueKey, legendDataPercentageKey: legendDataPercentageKey }));
@@ -626,7 +739,7 @@ var getRenderStatisticsLegend = function (_a) {
626
739
  };
627
740
 
628
741
  // EXTERNAL MODULE: ./src/components/StatisticsLegend/StatisticsSVGLegend.tsx
629
- var StatisticsSVGLegend = __webpack_require__(655);
742
+ var StatisticsSVGLegend = __webpack_require__(3311);
630
743
  ;// CONCATENATED MODULE: ./src/components/StatisticsLegend/index.ts
631
744
 
632
745
 
@@ -635,10 +748,9 @@ var StatisticsSVGLegend = __webpack_require__(655);
635
748
 
636
749
  /***/ }),
637
750
 
638
- /***/ 1512:
751
+ /***/ 4603:
639
752
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
640
753
 
641
- "use strict";
642
754
 
643
755
  // EXPORTS
644
756
  __webpack_require__.d(__webpack_exports__, {
@@ -721,22 +833,22 @@ Tooltip.displayName = 'Tooltip';
721
833
 
722
834
  /***/ }),
723
835
 
724
- /***/ 6055:
836
+ /***/ 3654:
725
837
  /***/ (() => {
726
838
 
727
839
 
728
840
 
841
+
729
842
  /***/ }),
730
843
 
731
- /***/ 5258:
844
+ /***/ 5909:
732
845
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
733
846
 
734
- "use strict";
735
847
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
736
848
  /* harmony export */ "Ow": () => (/* binding */ normalizePercentage)
737
849
  /* harmony export */ });
738
850
  /* unused harmony exports createDataWithOtherSlice, createCleanTree */
739
- /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5654);
851
+ /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4915);
740
852
  var __values = (undefined && undefined.__values) || function(o) {
741
853
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
742
854
  if (m) return m.call(o);
@@ -813,16 +925,15 @@ function removeValueIfChildren(node) {
813
925
  }
814
926
  function normalizePercentage(value) {
815
927
  var _a;
816
- return parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10) + "%";
928
+ return "".concat(parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10), "%");
817
929
  }
818
930
 
819
931
 
820
932
  /***/ }),
821
933
 
822
- /***/ 2755:
934
+ /***/ 7540:
823
935
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
824
936
 
825
- "use strict";
826
937
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
827
938
  /* harmony export */ "de": () => (/* binding */ gray400)
828
939
  /* harmony export */ });
@@ -859,10 +970,9 @@ blue400 = '#11455C', gray100 = '#FAFAFA', gray200 = '#EBEBEB', gray300 = '#B0B0B
859
970
 
860
971
  /***/ }),
861
972
 
862
- /***/ 6347:
973
+ /***/ 2394:
863
974
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
864
975
 
865
- "use strict";
866
976
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
867
977
  /* harmony export */ "Wq": () => (/* binding */ isStringEmpty)
868
978
  /* harmony export */ });
@@ -894,9 +1004,14 @@ var __read = (undefined && undefined.__read) || function (o, n) {
894
1004
  }
895
1005
  return ar;
896
1006
  };
897
- var __spread = (undefined && undefined.__spread) || function () {
898
- for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i]));
899
- return ar;
1007
+ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from, pack) {
1008
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
1009
+ if (ar || !(i in from)) {
1010
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
1011
+ ar[i] = from[i];
1012
+ }
1013
+ }
1014
+ return to.concat(ar || Array.prototype.slice.call(from));
900
1015
  };
901
1016
  function isStringEmpty(s) {
902
1017
  if (s == null) {
@@ -924,7 +1039,7 @@ function ellipse(input, length) {
924
1039
  if (input == null) {
925
1040
  return '';
926
1041
  }
927
- return input.length > length ? input.substr(0, length - 1) + "\u2026" : input;
1042
+ return input.length > length ? "".concat(input.substr(0, length - 1), "\u2026") : input;
928
1043
  }
929
1044
  function matchAndFormatRangeLabel(formatter) {
930
1045
  return function (label) {
@@ -942,9 +1057,9 @@ function formatRange(item, formatter) {
942
1057
  var _a, _b;
943
1058
  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));
944
1059
  if (from === to) {
945
- return "" + from;
1060
+ return "".concat(from);
946
1061
  }
947
- return from + " - " + to;
1062
+ return "".concat(from, " - ").concat(to);
948
1063
  }
949
1064
  function ellipseAndFormat(formatter, maxLabelLength) {
950
1065
  return function (value) {
@@ -952,7 +1067,7 @@ function ellipseAndFormat(formatter, maxLabelLength) {
952
1067
  if (formatter == null) {
953
1068
  return ellipse(strValue, maxLabelLength);
954
1069
  }
955
- return ellipse("" + formatter(strValue), maxLabelLength);
1070
+ return ellipse("".concat(formatter(strValue)), maxLabelLength);
956
1071
  };
957
1072
  }
958
1073
  function escapeRegExp(input) {
@@ -1013,7 +1128,7 @@ function splitTextInParts(needles, text) {
1013
1128
  continue;
1014
1129
  }
1015
1130
  var newParts = currentText.split(re).filter(function (s) { return s !== ''; });
1016
- ret.splice.apply(ret, __spread([index, 1], newParts));
1131
+ ret.splice.apply(ret, __spreadArray([index, 1], __read(newParts), false));
1017
1132
  }
1018
1133
  }
1019
1134
  }
@@ -1030,10 +1145,9 @@ function splitTextInParts(needles, text) {
1030
1145
 
1031
1146
  /***/ }),
1032
1147
 
1033
- /***/ 5654:
1148
+ /***/ 4915:
1034
1149
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1035
1150
 
1036
- "use strict";
1037
1151
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1038
1152
  /* harmony export */ "z8": () => (/* binding */ findChildByComponent)
1039
1153
  /* harmony export */ });
@@ -1042,7 +1156,7 @@ function splitTextInParts(needles, text) {
1042
1156
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
1043
1157
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
1044
1158
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
1045
- /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
1159
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8352);
1046
1160
  var __read = (undefined && undefined.__read) || function (o, n) {
1047
1161
  var m = typeof Symbol === "function" && o[Symbol.iterator];
1048
1162
  if (!m) return o;
@@ -1171,124 +1285,11 @@ function rgbToHex(rgb) {
1171
1285
  }
1172
1286
 
1173
1287
 
1174
- /***/ }),
1175
-
1176
- /***/ 6627:
1177
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1178
-
1179
- "use strict";
1180
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1181
- /* harmony export */ "ZP": () => (/* binding */ autobind)
1182
- /* harmony export */ });
1183
- /* unused harmony exports boundMethod, boundClass */
1184
- /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
1185
-
1186
-
1187
- function _typeof(obj) {
1188
- if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
1189
- _typeof = function _typeof(obj) {
1190
- return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1191
- };
1192
- } else {
1193
- _typeof = function _typeof(obj) {
1194
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1195
- };
1196
- }
1197
-
1198
- return _typeof(obj);
1199
- }
1200
- /**
1201
- * Return a descriptor removing the value and returning a getter
1202
- * The getter will return a .bind version of the function
1203
- * and memoize the result against a symbol on the instance
1204
- */
1205
-
1206
-
1207
- function boundMethod(target, key, descriptor) {
1208
- var fn = descriptor.value;
1209
-
1210
- if (typeof fn !== 'function') {
1211
- throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
1212
- } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
1213
- // getter for the property which is being replaced. This causes infinite
1214
- // recursion and an "Out of stack space" error.
1215
-
1216
-
1217
- var definingProperty = false;
1218
- return {
1219
- configurable: true,
1220
- get: function get() {
1221
- // eslint-disable-next-line no-prototype-builtins
1222
- if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
1223
- return fn;
1224
- }
1225
-
1226
- var boundFn = fn.bind(this);
1227
- definingProperty = true;
1228
- Object.defineProperty(this, key, {
1229
- configurable: true,
1230
- get: function get() {
1231
- return boundFn;
1232
- },
1233
- set: function set(value) {
1234
- fn = value;
1235
- delete this[key];
1236
- }
1237
- });
1238
- definingProperty = false;
1239
- return boundFn;
1240
- },
1241
- set: function set(value) {
1242
- fn = value;
1243
- }
1244
- };
1245
- }
1246
- /**
1247
- * Use boundMethod to bind all methods on the target.prototype
1248
- */
1249
-
1250
- function boundClass(target) {
1251
- // (Using reflect to get all keys including symbols)
1252
- var keys; // Use Reflect if exists
1253
-
1254
- if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
1255
- keys = Reflect.ownKeys(target.prototype);
1256
- } else {
1257
- keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
1258
-
1259
- if (typeof Object.getOwnPropertySymbols === 'function') {
1260
- keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
1261
- }
1262
- }
1263
-
1264
- keys.forEach(function (key) {
1265
- // Ignore special case target method
1266
- if (key === 'constructor') {
1267
- return;
1268
- }
1269
-
1270
- var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
1271
-
1272
- if (typeof descriptor.value === 'function') {
1273
- Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
1274
- }
1275
- });
1276
- return target;
1277
- }
1278
- function autobind() {
1279
- if (arguments.length === 1) {
1280
- return boundClass.apply(void 0, arguments);
1281
- }
1282
-
1283
- return boundMethod.apply(void 0, arguments);
1284
- }
1285
-
1286
1288
  /***/ }),
1287
1289
 
1288
1290
  /***/ 1326:
1289
1291
  /***/ ((module) => {
1290
1292
 
1291
- "use strict";
1292
1293
  module.exports = __WEBPACK_EXTERNAL_MODULE__1326__;
1293
1294
 
1294
1295
  /***/ }),
@@ -1296,7 +1297,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1326__;
1296
1297
  /***/ 5692:
1297
1298
  /***/ ((module) => {
1298
1299
 
1299
- "use strict";
1300
1300
  module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
1301
1301
 
1302
1302
  /***/ }),
@@ -1304,7 +1304,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
1304
1304
  /***/ 8310:
1305
1305
  /***/ ((module) => {
1306
1306
 
1307
- "use strict";
1308
1307
  module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
1309
1308
 
1310
1309
  /***/ }),
@@ -1312,7 +1311,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
1312
1311
  /***/ 8156:
1313
1312
  /***/ ((module) => {
1314
1313
 
1315
- "use strict";
1316
1314
  module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
1317
1315
 
1318
1316
  /***/ }),
@@ -1320,7 +1318,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
1320
1318
  /***/ 5315:
1321
1319
  /***/ ((module) => {
1322
1320
 
1323
- "use strict";
1324
1321
  module.exports = __WEBPACK_EXTERNAL_MODULE__5315__;
1325
1322
 
1326
1323
  /***/ }),
@@ -1328,7 +1325,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5315__;
1328
1325
  /***/ 4394:
1329
1326
  /***/ ((module) => {
1330
1327
 
1331
- "use strict";
1332
1328
  module.exports = __WEBPACK_EXTERNAL_MODULE__4394__;
1333
1329
 
1334
1330
  /***/ }),
@@ -1336,7 +1332,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4394__;
1336
1332
  /***/ 8721:
1337
1333
  /***/ ((module) => {
1338
1334
 
1339
- "use strict";
1340
1335
  module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
1341
1336
 
1342
1337
  /***/ }),
@@ -1344,7 +1339,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
1344
1339
  /***/ 1082:
1345
1340
  /***/ ((module) => {
1346
1341
 
1347
- "use strict";
1348
1342
  module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
1349
1343
 
1350
1344
  /***/ }),
@@ -1352,7 +1346,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
1352
1346
  /***/ 8763:
1353
1347
  /***/ ((module) => {
1354
1348
 
1355
- "use strict";
1356
1349
  module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
1357
1350
 
1358
1351
  /***/ }),
@@ -1360,7 +1353,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
1360
1353
  /***/ 6043:
1361
1354
  /***/ ((module) => {
1362
1355
 
1363
- "use strict";
1364
1356
  module.exports = __WEBPACK_EXTERNAL_MODULE__6043__;
1365
1357
 
1366
1358
  /***/ }),
@@ -1368,7 +1360,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__6043__;
1368
1360
  /***/ 3915:
1369
1361
  /***/ ((module) => {
1370
1362
 
1371
- "use strict";
1372
1363
  module.exports = __WEBPACK_EXTERNAL_MODULE__3915__;
1373
1364
 
1374
1365
  /***/ }),
@@ -1376,24 +1367,17 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__3915__;
1376
1367
  /***/ 4329:
1377
1368
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1378
1369
 
1379
- "use strict";
1380
1370
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1381
1371
  /* harmony export */ "Z": () => (/* binding */ _typeof)
1382
1372
  /* harmony export */ });
1383
1373
  function _typeof(obj) {
1384
1374
  "@babel/helpers - typeof";
1385
1375
 
1386
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
1387
- _typeof = function _typeof(obj) {
1388
- return typeof obj;
1389
- };
1390
- } else {
1391
- _typeof = function _typeof(obj) {
1392
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1393
- };
1394
- }
1395
-
1396
- return _typeof(obj);
1376
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1377
+ return typeof obj;
1378
+ } : function (obj) {
1379
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1380
+ }, _typeof(obj);
1397
1381
  }
1398
1382
 
1399
1383
  /***/ })
@@ -1511,7 +1495,7 @@ function _typeof(obj) {
1511
1495
  /******/ 1338: 0,
1512
1496
  /******/ 3099: 0,
1513
1497
  /******/ 2823: 0,
1514
- /******/ 2210: 0
1498
+ /******/ 6999: 0
1515
1499
  /******/ };
1516
1500
  /******/
1517
1501
  /******/ // no chunk on demand loading
@@ -1561,7 +1545,7 @@ function _typeof(obj) {
1561
1545
  /******/ // startup
1562
1546
  /******/ // Load entry module and return exports
1563
1547
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
1564
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(8010)))
1548
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(7562)))
1565
1549
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
1566
1550
  /******/
1567
1551
  /******/ return __webpack_exports__;