@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-light-svg-icons/faCheck"], root["@fortawesome/pro-light-svg-icons/faTimes"], root["@fortawesome/pro-regular-svg-icons/faChevronDown"], root["@fortawesome/pro-regular-svg-icons/faEllipsisH"], root["@fortawesome/react-fontawesome"], root["classnames"], root["react"], root["react-bootstrap/Button"], root["react-bootstrap/Col"], root["react-bootstrap/Collapse"], 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__4600__, __WEBPACK_EXTERNAL_MODULE__6988__, __WEBPACK_EXTERNAL_MODULE__1349__, __WEBPACK_EXTERNAL_MODULE__3041__, __WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__8926__, __WEBPACK_EXTERNAL_MODULE__5315__, __WEBPACK_EXTERNAL_MODULE__4440__, __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
- /***/ 1710:
15
+ /***/ 6627:
16
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
17
+
18
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
+ /* harmony export */ "ZP": () => (/* binding */ autobind)
20
+ /* harmony export */ });
21
+ /* unused harmony exports boundMethod, boundClass */
22
+ /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
23
+
24
+
25
+ function _typeof(obj) {
26
+ if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
27
+ _typeof = function _typeof(obj) {
28
+ return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
29
+ };
30
+ } else {
31
+ _typeof = function _typeof(obj) {
32
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
33
+ };
34
+ }
35
+
36
+ return _typeof(obj);
37
+ }
38
+ /**
39
+ * Return a descriptor removing the value and returning a getter
40
+ * The getter will return a .bind version of the function
41
+ * and memoize the result against a symbol on the instance
42
+ */
43
+
44
+
45
+ function boundMethod(target, key, descriptor) {
46
+ var fn = descriptor.value;
47
+
48
+ if (typeof fn !== 'function') {
49
+ throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
50
+ } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
51
+ // getter for the property which is being replaced. This causes infinite
52
+ // recursion and an "Out of stack space" error.
53
+
54
+
55
+ var definingProperty = false;
56
+ return {
57
+ configurable: true,
58
+ get: function get() {
59
+ // eslint-disable-next-line no-prototype-builtins
60
+ if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
61
+ return fn;
62
+ }
63
+
64
+ var boundFn = fn.bind(this);
65
+ definingProperty = true;
66
+ Object.defineProperty(this, key, {
67
+ configurable: true,
68
+ get: function get() {
69
+ return boundFn;
70
+ },
71
+ set: function set(value) {
72
+ fn = value;
73
+ delete this[key];
74
+ }
75
+ });
76
+ definingProperty = false;
77
+ return boundFn;
78
+ },
79
+ set: function set(value) {
80
+ fn = value;
81
+ }
82
+ };
83
+ }
84
+ /**
85
+ * Use boundMethod to bind all methods on the target.prototype
86
+ */
87
+
88
+ function boundClass(target) {
89
+ // (Using reflect to get all keys including symbols)
90
+ var keys; // Use Reflect if exists
91
+
92
+ if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
93
+ keys = Reflect.ownKeys(target.prototype);
94
+ } else {
95
+ keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
96
+
97
+ if (typeof Object.getOwnPropertySymbols === 'function') {
98
+ keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
99
+ }
100
+ }
101
+
102
+ keys.forEach(function (key) {
103
+ // Ignore special case target method
104
+ if (key === 'constructor') {
105
+ return;
106
+ }
107
+
108
+ var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
109
+
110
+ if (typeof descriptor.value === 'function') {
111
+ Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
112
+ }
113
+ });
114
+ return target;
115
+ }
116
+ function autobind() {
117
+ if (arguments.length === 1) {
118
+ return boundClass.apply(void 0, arguments);
119
+ }
120
+
121
+ return boundMethod.apply(void 0, arguments);
122
+ }
123
+
124
+ /***/ }),
125
+
126
+ /***/ 4397:
15
127
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
16
128
 
17
- "use strict";
18
129
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
19
130
  /* harmony export */ "z": () => (/* binding */ Button)
20
131
  /* harmony export */ });
@@ -30,10 +141,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
30
141
  var extendStatics = function (d, b) {
31
142
  extendStatics = Object.setPrototypeOf ||
32
143
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
33
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
144
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
34
145
  return extendStatics(d, b);
35
146
  };
36
147
  return function (d, b) {
148
+ if (typeof b !== "function" && b !== null)
149
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
37
150
  extendStatics(d, b);
38
151
  function __() { this.constructor = d; }
39
152
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -88,7 +201,7 @@ var Button = /** @class */ (function (_super) {
88
201
  this.renderChildren()));
89
202
  };
90
203
  Button.prototype.render = function () {
91
- var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-" + this.props.size, this.props.className, {
204
+ var className = classnames__WEBPACK_IMPORTED_MODULE_1___default()('atoka-btn', "btn-".concat(this.props.size), this.props.className, {
92
205
  'btn-icon-only': this.props.icon != null && this.props.children == null,
93
206
  });
94
207
  return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement((react_bootstrap_Button__WEBPACK_IMPORTED_MODULE_2___default()), { className: className, variant: this.props.variant, disabled: this.props.disabled, block: this.props.block, onClick: this.props.onClick, href: this.props.href, target: this.props.target },
@@ -110,24 +223,22 @@ var Button = /** @class */ (function (_super) {
110
223
 
111
224
  /***/ }),
112
225
 
113
- /***/ 125:
226
+ /***/ 7325:
114
227
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
115
228
 
116
- "use strict";
117
229
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
118
230
  /* harmony export */ "Button": () => (/* reexport safe */ _Button__WEBPACK_IMPORTED_MODULE_0__.z)
119
231
  /* harmony export */ });
120
- /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1710);
232
+ /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4397);
121
233
  // use the star because of this issue: https://github.com/babel/babel-loader/issues/603
122
234
 
123
235
 
124
236
 
125
237
  /***/ }),
126
238
 
127
- /***/ 7180:
239
+ /***/ 5111:
128
240
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
129
241
 
130
- "use strict";
131
242
 
132
243
  // EXPORTS
133
244
  __webpack_require__.d(__webpack_exports__, {
@@ -191,10 +302,12 @@ var __extends = (undefined && undefined.__extends) || (function () {
191
302
  var extendStatics = function (d, b) {
192
303
  extendStatics = Object.setPrototypeOf ||
193
304
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
194
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
305
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
195
306
  return extendStatics(d, b);
196
307
  };
197
308
  return function (d, b) {
309
+ if (typeof b !== "function" && b !== null)
310
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
198
311
  extendStatics(d, b);
199
312
  function __() { this.constructor = d; }
200
313
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -241,16 +354,18 @@ var faEllipsisH_ = __webpack_require__(3041);
241
354
  // EXTERNAL MODULE: external "@fortawesome/pro-regular-svg-icons/faChevronDown"
242
355
  var faChevronDown_ = __webpack_require__(1349);
243
356
  // EXTERNAL MODULE: ./src/components/Button/index.ts
244
- var Button = __webpack_require__(125);
357
+ var Button = __webpack_require__(7325);
245
358
  ;// CONCATENATED MODULE: ./src/components/Dropdown/AtokaDropdownToggles.tsx
246
359
  var AtokaDropdownToggles_extends = (undefined && undefined.__extends) || (function () {
247
360
  var extendStatics = function (d, b) {
248
361
  extendStatics = Object.setPrototypeOf ||
249
362
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
250
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
363
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
251
364
  return extendStatics(d, b);
252
365
  };
253
366
  return function (d, b) {
367
+ if (typeof b !== "function" && b !== null)
368
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
254
369
  extendStatics(d, b);
255
370
  function __() { this.constructor = d; }
256
371
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -366,10 +481,9 @@ var AtokaCustomDropdownToggleWithChevron = withRef('AtokaCustomDropdownToggleWit
366
481
 
367
482
  /***/ }),
368
483
 
369
- /***/ 9316:
484
+ /***/ 8352:
370
485
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
371
486
 
372
- "use strict";
373
487
 
374
488
  // EXPORTS
375
489
  __webpack_require__.d(__webpack_exports__, {
@@ -397,7 +511,7 @@ var FormLabel = external_react_default().memo(function (props) {
397
511
  FormLabel.displayName = 'FormLabel';
398
512
 
399
513
  // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
400
- var FormControl = __webpack_require__(3422);
514
+ var FormControl = __webpack_require__(2048);
401
515
  ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
402
516
  var __assign = (undefined && undefined.__assign) || function () {
403
517
  __assign = Object.assign || function(t) {
@@ -509,10 +623,9 @@ Form.Group = (Form_default()).Group;
509
623
 
510
624
  /***/ }),
511
625
 
512
- /***/ 3422:
626
+ /***/ 2048:
513
627
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
514
628
 
515
- "use strict";
516
629
 
517
630
  // EXPORTS
518
631
  __webpack_require__.d(__webpack_exports__, {
@@ -587,23 +700,21 @@ FormControl.displayName = 'FormControl';
587
700
 
588
701
  /***/ }),
589
702
 
590
- /***/ 4323:
703
+ /***/ 1862:
591
704
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
592
705
 
593
- "use strict";
594
706
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
595
707
  /* harmony export */ "Form": () => (/* reexport safe */ _Form__WEBPACK_IMPORTED_MODULE_0__.l)
596
708
  /* harmony export */ });
597
- /* harmony import */ var _Form__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(9316);
709
+ /* harmony import */ var _Form__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8352);
598
710
 
599
711
 
600
712
 
601
713
  /***/ }),
602
714
 
603
- /***/ 539:
715
+ /***/ 2599:
604
716
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
605
717
 
606
- "use strict";
607
718
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
608
719
  /* harmony export */ "M": () => (/* binding */ InlineStringEditor)
609
720
  /* harmony export */ });
@@ -622,18 +733,20 @@ FormControl.displayName = 'FormControl';
622
733
  /* harmony import */ var _fortawesome_pro_light_svg_icons_faTimes__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_pro_light_svg_icons_faTimes__WEBPACK_IMPORTED_MODULE_5__);
623
734
  /* harmony import */ var _fortawesome_pro_light_svg_icons_faCheck__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4600);
624
735
  /* harmony import */ var _fortawesome_pro_light_svg_icons_faCheck__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_pro_light_svg_icons_faCheck__WEBPACK_IMPORTED_MODULE_6__);
625
- /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(125);
626
- /* harmony import */ var _Form_FormControl__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(3422);
627
- /* harmony import */ var _SelectDropdown__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(9450);
628
- /* harmony import */ var _Form__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4323);
736
+ /* harmony import */ var _Button__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(7325);
737
+ /* harmony import */ var _Form_FormControl__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2048);
738
+ /* harmony import */ var _SelectDropdown__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(188);
739
+ /* harmony import */ var _Form__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(1862);
629
740
  var __extends = (undefined && undefined.__extends) || (function () {
630
741
  var extendStatics = function (d, b) {
631
742
  extendStatics = Object.setPrototypeOf ||
632
743
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
633
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
744
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
634
745
  return extendStatics(d, b);
635
746
  };
636
747
  return function (d, b) {
748
+ if (typeof b !== "function" && b !== null)
749
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
637
750
  extendStatics(d, b);
638
751
  function __() { this.constructor = d; }
639
752
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -891,25 +1004,23 @@ var InlineStringEditor = /** @class */ (function (_super) {
891
1004
 
892
1005
  /***/ }),
893
1006
 
894
- /***/ 8448:
1007
+ /***/ 2327:
895
1008
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
896
1009
 
897
- "use strict";
898
1010
  __webpack_require__.r(__webpack_exports__);
899
1011
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
900
1012
  /* harmony export */ "InlineStringEditor": () => (/* reexport safe */ _InlineStringEditor__WEBPACK_IMPORTED_MODULE_0__.M),
901
1013
  /* harmony export */ "InlineStringValueType": () => (/* reexport safe */ _InlineStringEditor__WEBPACK_IMPORTED_MODULE_0__.InlineStringValueType)
902
1014
  /* harmony export */ });
903
- /* harmony import */ var _InlineStringEditor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(539);
1015
+ /* harmony import */ var _InlineStringEditor__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2599);
904
1016
 
905
1017
 
906
1018
 
907
1019
  /***/ }),
908
1020
 
909
- /***/ 9450:
1021
+ /***/ 188:
910
1022
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
911
1023
 
912
- "use strict";
913
1024
 
914
1025
  // EXPORTS
915
1026
  __webpack_require__.d(__webpack_exports__, {
@@ -928,18 +1039,20 @@ var Dropdown_default = /*#__PURE__*/__webpack_require__.n(Dropdown_);
928
1039
  var external_classnames_ = __webpack_require__(8310);
929
1040
  var external_classnames_default = /*#__PURE__*/__webpack_require__.n(external_classnames_);
930
1041
  // EXTERNAL MODULE: ./src/components/Dropdown/index.ts + 3 modules
931
- var Dropdown = __webpack_require__(7180);
1042
+ var Dropdown = __webpack_require__(5111);
932
1043
  // EXTERNAL MODULE: ./src/components/Utils/index.ts
933
- var Utils = __webpack_require__(6350);
1044
+ var Utils = __webpack_require__(4589);
934
1045
  ;// CONCATENATED MODULE: ./src/components/SelectDropdown/SelectDropdown.tsx
935
1046
  var __extends = (undefined && undefined.__extends) || (function () {
936
1047
  var extendStatics = function (d, b) {
937
1048
  extendStatics = Object.setPrototypeOf ||
938
1049
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
939
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
1050
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
940
1051
  return extendStatics(d, b);
941
1052
  };
942
1053
  return function (d, b) {
1054
+ if (typeof b !== "function" && b !== null)
1055
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
943
1056
  extendStatics(d, b);
944
1057
  function __() { this.constructor = d; }
945
1058
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -976,7 +1089,7 @@ var SelectDropdown = /** @class */ (function (_super) {
976
1089
  };
977
1090
  SelectDropdown.prototype.renderItem = function (option) {
978
1091
  var _a, _b, _c;
979
- var value = "" + option.value;
1092
+ var value = "".concat(option.value);
980
1093
  if (option.isDivider) {
981
1094
  return external_react_default().createElement(Dropdown.Dropdown.Divider, { key: value });
982
1095
  }
@@ -1026,19 +1139,19 @@ var SelectDropdown = /** @class */ (function (_super) {
1026
1139
 
1027
1140
  /***/ }),
1028
1141
 
1029
- /***/ 6055:
1142
+ /***/ 3654:
1030
1143
  /***/ (() => {
1031
1144
 
1032
1145
 
1033
1146
 
1147
+
1034
1148
  /***/ }),
1035
1149
 
1036
- /***/ 5258:
1150
+ /***/ 5909:
1037
1151
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1038
1152
 
1039
- "use strict";
1040
1153
  /* unused harmony exports createDataWithOtherSlice, createCleanTree, normalizePercentage */
1041
- /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5654);
1154
+ /* harmony import */ var _Utils_Utils__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4915);
1042
1155
  var __values = (undefined && undefined.__values) || function(o) {
1043
1156
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
1044
1157
  if (m) return m.call(o);
@@ -1115,16 +1228,15 @@ function removeValueIfChildren(node) {
1115
1228
  }
1116
1229
  function normalizePercentage(value) {
1117
1230
  var _a;
1118
- return parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10) + "%";
1231
+ return "".concat(parseInt((_a = value === null || value === void 0 ? void 0 : value.toFixed) === null || _a === void 0 ? void 0 : _a.call(value, 0), 10), "%");
1119
1232
  }
1120
1233
 
1121
1234
 
1122
1235
  /***/ }),
1123
1236
 
1124
- /***/ 6347:
1237
+ /***/ 2394:
1125
1238
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1126
1239
 
1127
- "use strict";
1128
1240
  /* unused harmony exports isStringEmpty, slugify, estimateWordSize, ellipse, matchAndFormatRangeLabel, formatRange, ellipseAndFormat, escapeRegExp, isMatching, splitTextInParts */
1129
1241
  var __values = (undefined && undefined.__values) || function(o) {
1130
1242
  var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
@@ -1153,9 +1265,14 @@ var __read = (undefined && undefined.__read) || function (o, n) {
1153
1265
  }
1154
1266
  return ar;
1155
1267
  };
1156
- var __spread = (undefined && undefined.__spread) || function () {
1157
- for (var ar = [], i = 0; i < arguments.length; i++) ar = ar.concat(__read(arguments[i]));
1158
- return ar;
1268
+ var __spreadArray = (undefined && undefined.__spreadArray) || function (to, from, pack) {
1269
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
1270
+ if (ar || !(i in from)) {
1271
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
1272
+ ar[i] = from[i];
1273
+ }
1274
+ }
1275
+ return to.concat(ar || Array.prototype.slice.call(from));
1159
1276
  };
1160
1277
  function isStringEmpty(s) {
1161
1278
  if (s == null) {
@@ -1183,7 +1300,7 @@ function ellipse(input, length) {
1183
1300
  if (input == null) {
1184
1301
  return '';
1185
1302
  }
1186
- return input.length > length ? input.substr(0, length - 1) + "\u2026" : input;
1303
+ return input.length > length ? "".concat(input.substr(0, length - 1), "\u2026") : input;
1187
1304
  }
1188
1305
  function matchAndFormatRangeLabel(formatter) {
1189
1306
  return function (label) {
@@ -1201,9 +1318,9 @@ function formatRange(item, formatter) {
1201
1318
  var _a, _b;
1202
1319
  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));
1203
1320
  if (from === to) {
1204
- return "" + from;
1321
+ return "".concat(from);
1205
1322
  }
1206
- return from + " - " + to;
1323
+ return "".concat(from, " - ").concat(to);
1207
1324
  }
1208
1325
  function ellipseAndFormat(formatter, maxLabelLength) {
1209
1326
  return function (value) {
@@ -1211,7 +1328,7 @@ function ellipseAndFormat(formatter, maxLabelLength) {
1211
1328
  if (formatter == null) {
1212
1329
  return ellipse(strValue, maxLabelLength);
1213
1330
  }
1214
- return ellipse("" + formatter(strValue), maxLabelLength);
1331
+ return ellipse("".concat(formatter(strValue)), maxLabelLength);
1215
1332
  };
1216
1333
  }
1217
1334
  function escapeRegExp(input) {
@@ -1272,7 +1389,7 @@ function splitTextInParts(needles, text) {
1272
1389
  continue;
1273
1390
  }
1274
1391
  var newParts = currentText.split(re).filter(function (s) { return s !== ''; });
1275
- ret.splice.apply(ret, __spread([index, 1], newParts));
1392
+ ret.splice.apply(ret, __spreadArray([index, 1], __read(newParts), false));
1276
1393
  }
1277
1394
  }
1278
1395
  }
@@ -1289,16 +1406,15 @@ function splitTextInParts(needles, text) {
1289
1406
 
1290
1407
  /***/ }),
1291
1408
 
1292
- /***/ 5654:
1409
+ /***/ 4915:
1293
1410
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1294
1411
 
1295
- "use strict";
1296
1412
  /* unused harmony exports findChildrenByComponent, findChildByComponent, hasChildIconOrCheckboxComponent, scrollToTop, zip, sortObjDesc, clone, getDebouncer, deepEqual, rgbToHex */
1297
1413
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5692);
1298
1414
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
1299
1415
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
1300
1416
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
1301
- /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
1417
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8352);
1302
1418
  var __read = (undefined && undefined.__read) || function (o, n) {
1303
1419
  var m = typeof Symbol === "function" && o[Symbol.iterator];
1304
1420
  if (!m) return o;
@@ -1429,143 +1545,28 @@ function rgbToHex(rgb) {
1429
1545
 
1430
1546
  /***/ }),
1431
1547
 
1432
- /***/ 6350:
1433
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1434
-
1435
- "use strict";
1436
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1437
- /* harmony export */ "OptionData": () => (/* reexport safe */ _CommonTypes__WEBPACK_IMPORTED_MODULE_0__.OptionData)
1438
- /* harmony export */ });
1439
- /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(6055);
1440
- /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_CommonTypes__WEBPACK_IMPORTED_MODULE_0__);
1441
- /* harmony import */ var _Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5258);
1442
- /* harmony import */ var _Utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5654);
1443
- /* harmony import */ var _Text__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6347);
1444
-
1445
-
1446
-
1447
-
1448
-
1449
-
1450
-
1451
- /***/ }),
1452
-
1453
- /***/ 6627:
1548
+ /***/ 4589:
1454
1549
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
1455
1550
 
1456
- "use strict";
1457
1551
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1458
- /* harmony export */ "ZP": () => (/* binding */ autobind)
1552
+ /* harmony export */ "OptionData": () => (/* reexport safe */ _CommonTypes__WEBPACK_IMPORTED_MODULE_0__.nJ)
1459
1553
  /* harmony export */ });
1460
- /* unused harmony exports boundMethod, boundClass */
1461
- /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
1554
+ /* harmony import */ var _CommonTypes__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(3654);
1555
+ /* harmony import */ var _Statistics__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5909);
1556
+ /* harmony import */ var _Utils__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4915);
1557
+ /* harmony import */ var _Text__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2394);
1462
1558
 
1463
1559
 
1464
- function _typeof(obj) {
1465
- if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
1466
- _typeof = function _typeof(obj) {
1467
- return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1468
- };
1469
- } else {
1470
- _typeof = function _typeof(obj) {
1471
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
1472
- };
1473
- }
1474
1560
 
1475
- return _typeof(obj);
1476
- }
1477
- /**
1478
- * Return a descriptor removing the value and returning a getter
1479
- * The getter will return a .bind version of the function
1480
- * and memoize the result against a symbol on the instance
1481
- */
1482
1561
 
1483
1562
 
1484
- function boundMethod(target, key, descriptor) {
1485
- var fn = descriptor.value;
1486
-
1487
- if (typeof fn !== 'function') {
1488
- throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
1489
- } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
1490
- // getter for the property which is being replaced. This causes infinite
1491
- // recursion and an "Out of stack space" error.
1492
1563
 
1493
1564
 
1494
- var definingProperty = false;
1495
- return {
1496
- configurable: true,
1497
- get: function get() {
1498
- // eslint-disable-next-line no-prototype-builtins
1499
- if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
1500
- return fn;
1501
- }
1502
-
1503
- var boundFn = fn.bind(this);
1504
- definingProperty = true;
1505
- Object.defineProperty(this, key, {
1506
- configurable: true,
1507
- get: function get() {
1508
- return boundFn;
1509
- },
1510
- set: function set(value) {
1511
- fn = value;
1512
- delete this[key];
1513
- }
1514
- });
1515
- definingProperty = false;
1516
- return boundFn;
1517
- },
1518
- set: function set(value) {
1519
- fn = value;
1520
- }
1521
- };
1522
- }
1523
- /**
1524
- * Use boundMethod to bind all methods on the target.prototype
1525
- */
1526
-
1527
- function boundClass(target) {
1528
- // (Using reflect to get all keys including symbols)
1529
- var keys; // Use Reflect if exists
1530
-
1531
- if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
1532
- keys = Reflect.ownKeys(target.prototype);
1533
- } else {
1534
- keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
1535
-
1536
- if (typeof Object.getOwnPropertySymbols === 'function') {
1537
- keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
1538
- }
1539
- }
1540
-
1541
- keys.forEach(function (key) {
1542
- // Ignore special case target method
1543
- if (key === 'constructor') {
1544
- return;
1545
- }
1546
-
1547
- var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
1548
-
1549
- if (typeof descriptor.value === 'function') {
1550
- Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
1551
- }
1552
- });
1553
- return target;
1554
- }
1555
- function autobind() {
1556
- if (arguments.length === 1) {
1557
- return boundClass.apply(void 0, arguments);
1558
- }
1559
-
1560
- return boundMethod.apply(void 0, arguments);
1561
- }
1562
-
1563
1565
  /***/ }),
1564
1566
 
1565
1567
  /***/ 4600:
1566
1568
  /***/ ((module) => {
1567
1569
 
1568
- "use strict";
1569
1570
  module.exports = __WEBPACK_EXTERNAL_MODULE__4600__;
1570
1571
 
1571
1572
  /***/ }),
@@ -1573,7 +1574,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4600__;
1573
1574
  /***/ 6988:
1574
1575
  /***/ ((module) => {
1575
1576
 
1576
- "use strict";
1577
1577
  module.exports = __WEBPACK_EXTERNAL_MODULE__6988__;
1578
1578
 
1579
1579
  /***/ }),
@@ -1581,7 +1581,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__6988__;
1581
1581
  /***/ 1349:
1582
1582
  /***/ ((module) => {
1583
1583
 
1584
- "use strict";
1585
1584
  module.exports = __WEBPACK_EXTERNAL_MODULE__1349__;
1586
1585
 
1587
1586
  /***/ }),
@@ -1589,7 +1588,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1349__;
1589
1588
  /***/ 3041:
1590
1589
  /***/ ((module) => {
1591
1590
 
1592
- "use strict";
1593
1591
  module.exports = __WEBPACK_EXTERNAL_MODULE__3041__;
1594
1592
 
1595
1593
  /***/ }),
@@ -1597,7 +1595,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__3041__;
1597
1595
  /***/ 5692:
1598
1596
  /***/ ((module) => {
1599
1597
 
1600
- "use strict";
1601
1598
  module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
1602
1599
 
1603
1600
  /***/ }),
@@ -1605,7 +1602,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;
1605
1602
  /***/ 8310:
1606
1603
  /***/ ((module) => {
1607
1604
 
1608
- "use strict";
1609
1605
  module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
1610
1606
 
1611
1607
  /***/ }),
@@ -1613,7 +1609,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;
1613
1609
  /***/ 8156:
1614
1610
  /***/ ((module) => {
1615
1611
 
1616
- "use strict";
1617
1612
  module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
1618
1613
 
1619
1614
  /***/ }),
@@ -1621,7 +1616,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;
1621
1616
  /***/ 8926:
1622
1617
  /***/ ((module) => {
1623
1618
 
1624
- "use strict";
1625
1619
  module.exports = __WEBPACK_EXTERNAL_MODULE__8926__;
1626
1620
 
1627
1621
  /***/ }),
@@ -1629,7 +1623,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8926__;
1629
1623
  /***/ 5315:
1630
1624
  /***/ ((module) => {
1631
1625
 
1632
- "use strict";
1633
1626
  module.exports = __WEBPACK_EXTERNAL_MODULE__5315__;
1634
1627
 
1635
1628
  /***/ }),
@@ -1637,7 +1630,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__5315__;
1637
1630
  /***/ 4440:
1638
1631
  /***/ ((module) => {
1639
1632
 
1640
- "use strict";
1641
1633
  module.exports = __WEBPACK_EXTERNAL_MODULE__4440__;
1642
1634
 
1643
1635
  /***/ }),
@@ -1645,7 +1637,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4440__;
1645
1637
  /***/ 4976:
1646
1638
  /***/ ((module) => {
1647
1639
 
1648
- "use strict";
1649
1640
  module.exports = __WEBPACK_EXTERNAL_MODULE__4976__;
1650
1641
 
1651
1642
  /***/ }),
@@ -1653,7 +1644,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__4976__;
1653
1644
  /***/ 8721:
1654
1645
  /***/ ((module) => {
1655
1646
 
1656
- "use strict";
1657
1647
  module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
1658
1648
 
1659
1649
  /***/ }),
@@ -1661,7 +1651,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;
1661
1651
  /***/ 1082:
1662
1652
  /***/ ((module) => {
1663
1653
 
1664
- "use strict";
1665
1654
  module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
1666
1655
 
1667
1656
  /***/ }),
@@ -1669,7 +1658,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;
1669
1658
  /***/ 8763:
1670
1659
  /***/ ((module) => {
1671
1660
 
1672
- "use strict";
1673
1661
  module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
1674
1662
 
1675
1663
  /***/ }),
@@ -1677,7 +1665,6 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;
1677
1665
  /***/ 3915:
1678
1666
  /***/ ((module) => {
1679
1667
 
1680
- "use strict";
1681
1668
  module.exports = __WEBPACK_EXTERNAL_MODULE__3915__;
1682
1669
 
1683
1670
  /***/ }),
@@ -1685,24 +1672,17 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__3915__;
1685
1672
  /***/ 4329:
1686
1673
  /***/ ((__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) => {
1687
1674
 
1688
- "use strict";
1689
1675
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
1690
1676
  /* harmony export */ "Z": () => (/* binding */ _typeof)
1691
1677
  /* harmony export */ });
1692
1678
  function _typeof(obj) {
1693
1679
  "@babel/helpers - typeof";
1694
1680
 
1695
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
1696
- _typeof = function _typeof(obj) {
1697
- return typeof obj;
1698
- };
1699
- } else {
1700
- _typeof = function _typeof(obj) {
1701
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1702
- };
1703
- }
1704
-
1705
- return _typeof(obj);
1681
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
1682
+ return typeof obj;
1683
+ } : function (obj) {
1684
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1685
+ }, _typeof(obj);
1706
1686
  }
1707
1687
 
1708
1688
  /***/ })
@@ -1822,7 +1802,7 @@ function _typeof(obj) {
1822
1802
  /******/ 8621: 0,
1823
1803
  /******/ 6419: 0,
1824
1804
  /******/ 6740: 0,
1825
- /******/ 2210: 0
1805
+ /******/ 6999: 0
1826
1806
  /******/ };
1827
1807
  /******/
1828
1808
  /******/ // no chunk on demand loading
@@ -1872,7 +1852,7 @@ function _typeof(obj) {
1872
1852
  /******/ // startup
1873
1853
  /******/ // Load entry module and return exports
1874
1854
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
1875
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(8448)))
1855
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(2327)))
1876
1856
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
1877
1857
  /******/
1878
1858
  /******/ return __webpack_exports__;