@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
- /***/ 9316:
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
+ /***/ 8352:
16
127
  /***/ ((__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) => {
17
128
 
18
129
 
@@ -39,7 +150,7 @@ var FormLabel = external_react_default().memo(function (props) {
39
150
  FormLabel.displayName = 'FormLabel';
40
151
 
41
152
  // EXTERNAL MODULE: ./src/components/Form/FormControl.tsx + 1 modules
42
- var FormControl = __webpack_require__(3422);
153
+ var FormControl = __webpack_require__(2048);
43
154
  ;// CONCATENATED MODULE: ./src/components/Form/FormCheckbox.tsx
44
155
  var __assign = (undefined && undefined.__assign) || function () {
45
156
  __assign = Object.assign || function(t) {
@@ -151,7 +262,7 @@ Form.Group = (Form_default()).Group;
151
262
 
152
263
  /***/ }),
153
264
 
154
- /***/ 3422:
265
+ /***/ 2048:
155
266
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
156
267
 
157
268
 
@@ -228,7 +339,7 @@ FormControl.displayName = 'FormControl';
228
339
 
229
340
  /***/ }),
230
341
 
231
- /***/ 1447:
342
+ /***/ 8385:
232
343
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
233
344
 
234
345
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -271,7 +382,7 @@ PaginationNext.displayName = 'PaginationNext';
271
382
 
272
383
  /***/ }),
273
384
 
274
- /***/ 97:
385
+ /***/ 9255:
275
386
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
276
387
 
277
388
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -314,7 +425,7 @@ PaginationPrev.displayName = 'PaginationPrev';
314
425
 
315
426
  /***/ }),
316
427
 
317
- /***/ 8226:
428
+ /***/ 7523:
318
429
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
319
430
 
320
431
  // ESM COMPAT FLAG
@@ -337,20 +448,22 @@ var external_react_default = /*#__PURE__*/__webpack_require__.n(external_react_)
337
448
  var Pagination_ = __webpack_require__(9924);
338
449
  var Pagination_default = /*#__PURE__*/__webpack_require__.n(Pagination_);
339
450
  // EXTERNAL MODULE: ./src/components/Utils/Utils.tsx
340
- var Utils = __webpack_require__(5654);
451
+ var Utils = __webpack_require__(4915);
341
452
  // EXTERNAL MODULE: ./src/components/Pagination/PaginationNext.tsx
342
- var PaginationNext = __webpack_require__(1447);
453
+ var PaginationNext = __webpack_require__(8385);
343
454
  // EXTERNAL MODULE: ./src/components/Pagination/PaginationPrev.tsx
344
- var PaginationPrev = __webpack_require__(97);
455
+ var PaginationPrev = __webpack_require__(9255);
345
456
  ;// CONCATENATED MODULE: ./src/components/Pagination/Pagination.tsx
346
457
  var __extends = (undefined && undefined.__extends) || (function () {
347
458
  var extendStatics = function (d, b) {
348
459
  extendStatics = Object.setPrototypeOf ||
349
460
  ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
350
- function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
461
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
351
462
  return extendStatics(d, b);
352
463
  };
353
464
  return function (d, b) {
465
+ if (typeof b !== "function" && b !== null)
466
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
354
467
  extendStatics(d, b);
355
468
  function __() { this.constructor = d; }
356
469
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
@@ -483,7 +596,7 @@ var Pagination = /** @class */ (function (_super) {
483
596
 
484
597
  /***/ }),
485
598
 
486
- /***/ 5654:
599
+ /***/ 4915:
487
600
  /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
488
601
 
489
602
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
@@ -494,7 +607,7 @@ var Pagination = /** @class */ (function (_super) {
494
607
  /* harmony import */ var _fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_fortawesome_react_fontawesome__WEBPACK_IMPORTED_MODULE_0__);
495
608
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8156);
496
609
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_1__);
497
- /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9316);
610
+ /* harmony import */ var _Form_Form__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8352);
498
611
  var __read = (undefined && undefined.__read) || function (o, n) {
499
612
  var m = typeof Symbol === "function" && o[Symbol.iterator];
500
613
  if (!m) return o;
@@ -623,117 +736,6 @@ function rgbToHex(rgb) {
623
736
  }
624
737
 
625
738
 
626
- /***/ }),
627
-
628
- /***/ 6627:
629
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
630
-
631
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
632
- /* harmony export */ "ZP": () => (/* binding */ autobind)
633
- /* harmony export */ });
634
- /* unused harmony exports boundMethod, boundClass */
635
- /* harmony import */ var _babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4329);
636
-
637
-
638
- function _typeof(obj) {
639
- if (typeof Symbol === "function" && (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(Symbol.iterator) === "symbol") {
640
- _typeof = function _typeof(obj) {
641
- return (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
642
- };
643
- } else {
644
- _typeof = function _typeof(obj) {
645
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : (0,_babel_runtime_helpers_typeof__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(obj);
646
- };
647
- }
648
-
649
- return _typeof(obj);
650
- }
651
- /**
652
- * Return a descriptor removing the value and returning a getter
653
- * The getter will return a .bind version of the function
654
- * and memoize the result against a symbol on the instance
655
- */
656
-
657
-
658
- function boundMethod(target, key, descriptor) {
659
- var fn = descriptor.value;
660
-
661
- if (typeof fn !== 'function') {
662
- throw new TypeError("@boundMethod decorator can only be applied to methods not: ".concat(_typeof(fn)));
663
- } // In IE11 calling Object.defineProperty has a side-effect of evaluating the
664
- // getter for the property which is being replaced. This causes infinite
665
- // recursion and an "Out of stack space" error.
666
-
667
-
668
- var definingProperty = false;
669
- return {
670
- configurable: true,
671
- get: function get() {
672
- // eslint-disable-next-line no-prototype-builtins
673
- if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {
674
- return fn;
675
- }
676
-
677
- var boundFn = fn.bind(this);
678
- definingProperty = true;
679
- Object.defineProperty(this, key, {
680
- configurable: true,
681
- get: function get() {
682
- return boundFn;
683
- },
684
- set: function set(value) {
685
- fn = value;
686
- delete this[key];
687
- }
688
- });
689
- definingProperty = false;
690
- return boundFn;
691
- },
692
- set: function set(value) {
693
- fn = value;
694
- }
695
- };
696
- }
697
- /**
698
- * Use boundMethod to bind all methods on the target.prototype
699
- */
700
-
701
- function boundClass(target) {
702
- // (Using reflect to get all keys including symbols)
703
- var keys; // Use Reflect if exists
704
-
705
- if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {
706
- keys = Reflect.ownKeys(target.prototype);
707
- } else {
708
- keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided
709
-
710
- if (typeof Object.getOwnPropertySymbols === 'function') {
711
- keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));
712
- }
713
- }
714
-
715
- keys.forEach(function (key) {
716
- // Ignore special case target method
717
- if (key === 'constructor') {
718
- return;
719
- }
720
-
721
- var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding
722
-
723
- if (typeof descriptor.value === 'function') {
724
- Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));
725
- }
726
- });
727
- return target;
728
- }
729
- function autobind() {
730
- if (arguments.length === 1) {
731
- return boundClass.apply(void 0, arguments);
732
- }
733
-
734
- return boundMethod.apply(void 0, arguments);
735
- }
736
-
737
739
  /***/ }),
738
740
 
739
741
  /***/ 2705:
@@ -808,17 +810,11 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__9924__;
808
810
  function _typeof(obj) {
809
811
  "@babel/helpers - typeof";
810
812
 
811
- if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
812
- _typeof = function _typeof(obj) {
813
- return typeof obj;
814
- };
815
- } else {
816
- _typeof = function _typeof(obj) {
817
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
818
- };
819
- }
820
-
821
- return _typeof(obj);
813
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
814
+ return typeof obj;
815
+ } : function (obj) {
816
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
817
+ }, _typeof(obj);
822
818
  }
823
819
 
824
820
  /***/ })
@@ -934,7 +930,7 @@ function _typeof(obj) {
934
930
  /******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
935
931
  /******/ var installedChunks = {
936
932
  /******/ 8910: 0,
937
- /******/ 2210: 0
933
+ /******/ 6999: 0
938
934
  /******/ };
939
935
  /******/
940
936
  /******/ // no chunk on demand loading
@@ -984,7 +980,7 @@ function _typeof(obj) {
984
980
  /******/ // startup
985
981
  /******/ // Load entry module and return exports
986
982
  /******/ // This entry module depends on other loaded chunks and execution need to be delayed
987
- /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(8226)))
983
+ /******/ var __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(7523)))
988
984
  /******/ __webpack_exports__ = __webpack_require__.O(__webpack_exports__);
989
985
  /******/
990
986
  /******/ return __webpack_exports__;
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination/index.js","mappings":"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","sources":["webpack://atoka-design-system/webpack/universalModuleDefinition","webpack://atoka-design-system/./src/components/Form/FormLabel.tsx","webpack://atoka-design-system/./src/components/Form/FormCheckbox.tsx","webpack://atoka-design-system/./src/components/Form/FormRadio.tsx","webpack://atoka-design-system/./src/components/Form/FormHelp.tsx","webpack://atoka-design-system/./src/components/Form/Form.tsx","webpack://atoka-design-system/./src/components/Form/FormControlFeedBack.tsx","webpack://atoka-design-system/./src/components/Form/FormControl.tsx","webpack://atoka-design-system/./src/components/Pagination/PaginationNext.tsx","webpack://atoka-design-system/./src/components/Pagination/PaginationPrev.tsx","webpack://atoka-design-system/./src/components/Pagination/Pagination.tsx","webpack://atoka-design-system/./src/components/Pagination/index.ts","webpack://atoka-design-system/./src/components/Utils/Utils.tsx","webpack://atoka-design-system/./node_modules/autobind-decorator/lib/esm/index.js","webpack://atoka-design-system/external umd \"@fortawesome/pro-light-svg-icons/faChevronLeft\"","webpack://atoka-design-system/external umd \"@fortawesome/pro-light-svg-icons/faChevronRight\"","webpack://atoka-design-system/external umd \"@fortawesome/react-fontawesome\"","webpack://atoka-design-system/external umd \"classnames\"","webpack://atoka-design-system/external umd \"react\"","webpack://atoka-design-system/external umd \"react-bootstrap/Form\"","webpack://atoka-design-system/external umd \"react-bootstrap/FormControl\"","webpack://atoka-design-system/external umd \"react-bootstrap/FormText\"","webpack://atoka-design-system/external umd \"react-bootstrap/Pagination\"","webpack://atoka-design-system/./node_modules/@babel/runtime/helpers/esm/typeof.js","webpack://atoka-design-system/webpack/bootstrap","webpack://atoka-design-system/webpack/runtime/chunk loaded","webpack://atoka-design-system/webpack/runtime/compat get default export","webpack://atoka-design-system/webpack/runtime/define property getters","webpack://atoka-design-system/webpack/runtime/hasOwnProperty shorthand","webpack://atoka-design-system/webpack/runtime/make namespace object","webpack://atoka-design-system/webpack/runtime/jsonp chunk loading","webpack://atoka-design-system/webpack/before-startup","webpack://atoka-design-system/webpack/startup","webpack://atoka-design-system/webpack/after-startup"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"@fortawesome/pro-light-svg-icons/faChevronLeft\"), require(\"@fortawesome/pro-light-svg-icons/faChevronRight\"), require(\"@fortawesome/react-fontawesome\"), require(\"classnames\"), require(\"react\"), require(\"react-bootstrap/Form\"), require(\"react-bootstrap/FormControl\"), require(\"react-bootstrap/FormText\"), require(\"react-bootstrap/Pagination\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"atoka-design-system\", [\"@fortawesome/pro-light-svg-icons/faChevronLeft\", \"@fortawesome/pro-light-svg-icons/faChevronRight\", \"@fortawesome/react-fontawesome\", \"classnames\", \"react\", \"react-bootstrap/Form\", \"react-bootstrap/FormControl\", \"react-bootstrap/FormText\", \"react-bootstrap/Pagination\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"atoka-design-system\"] = factory(require(\"@fortawesome/pro-light-svg-icons/faChevronLeft\"), require(\"@fortawesome/pro-light-svg-icons/faChevronRight\"), require(\"@fortawesome/react-fontawesome\"), require(\"classnames\"), require(\"react\"), require(\"react-bootstrap/Form\"), require(\"react-bootstrap/FormControl\"), require(\"react-bootstrap/FormText\"), require(\"react-bootstrap/Pagination\"));\n\telse\n\t\troot[\"atoka-design-system\"] = factory(root[\"@fortawesome/pro-light-svg-icons/faChevronLeft\"], root[\"@fortawesome/pro-light-svg-icons/faChevronRight\"], root[\"@fortawesome/react-fontawesome\"], root[\"classnames\"], root[\"react\"], root[\"react-bootstrap/Form\"], root[\"react-bootstrap/FormControl\"], root[\"react-bootstrap/FormText\"], root[\"react-bootstrap/Pagination\"]);\n})(self, function(__WEBPACK_EXTERNAL_MODULE__2705__, __WEBPACK_EXTERNAL_MODULE__3987__, __WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__8721__, __WEBPACK_EXTERNAL_MODULE__1082__, __WEBPACK_EXTERNAL_MODULE__8763__, __WEBPACK_EXTERNAL_MODULE__9924__) {\nreturn ","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm from 'react-bootstrap/Form';\nimport {FormLabelProps} from 'react-bootstrap/FormLabel';\n\nimport './FormLabel.less';\n\nexport const FormLabel: React.FC<FormLabelProps> = React.memo((props): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form-label');\n return <BsForm.Label className={className}>{props.children}</BsForm.Label>;\n});\n\nFormLabel.displayName = 'FormLabel';\n","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm from 'react-bootstrap/Form';\nimport './FormCheckbox.less';\n\nimport {FormCheckProps as BsFormCheckProps} from 'react-bootstrap/FormCheck';\n\nexport interface FormCheckboxProps extends BsFormCheckProps {\n name?: string;\n value?: string;\n onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;\n checked?: boolean;\n}\n\nexport const FormCheckbox: React.FC<FormCheckboxProps> = (props): React.ReactElement => {\n const className: string = classnames('atoka-form-checkbox', props?.className);\n return <BsForm.Check type='checkbox' {...props} custom className={className} label={props.label ?? ''} />;\n};\n\nFormCheckbox.displayName = 'FormCheckbox';\n","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm from 'react-bootstrap/Form';\nimport './FormRadio.less';\n\nimport {FormCheckProps as BsFormCheckProps} from 'react-bootstrap/FormCheck';\n\nexport interface FormRadioProps extends BsFormCheckProps {\n name?: string;\n value?: string;\n onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;\n checked?: boolean;\n}\n\nexport const FormRadio: React.FC<FormRadioProps> = (props): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form-radio');\n return <BsForm.Check type='radio' {...props} custom className={className} label={props.label ?? ''} />;\n};\n\nFormRadio.displayName = 'FormRadio';\n","import BsFormText, {FormTextProps as BsFormTextProps} from 'react-bootstrap/FormText';\nimport React from 'react';\nimport classnames from 'classnames';\nimport './FormHelp.less';\n\nexport interface FormHelpProps extends BsFormTextProps {\n show?: boolean;\n}\n\nexport const FormHelp: React.FC<FormHelpProps> = React.memo(({children, ...props}): React.ReactElement => {\n const className: string = classnames('d-block', props?.className);\n return (\n <BsFormText bsPrefix='atoka-form-help' className={className}>\n {children}\n </BsFormText>\n );\n});\n\nFormHelp.displayName = 'FormHelp';\n","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm, {FormProps as BsFormProps} from 'react-bootstrap/Form';\n\nimport './FormLabel.less';\nimport {FormLabel} from './FormLabel';\nimport {FormControl} from './FormControl';\nimport {FormCheckbox} from './FormCheckbox';\nimport {FormRadio} from './FormRadio';\nimport {FormHelp} from './FormHelp';\n\nexport interface FormProps extends BsFormProps {\n classNames?: string;\n}\n\ntype FormType<P> = React.FC<P> & {\n Control: typeof FormControl;\n Checkbox: typeof FormCheckbox;\n Radio: typeof FormRadio;\n File: typeof BsForm.File;\n Switch: typeof BsForm.Switch;\n Label: typeof FormLabel;\n Help: typeof FormHelp;\n Group: typeof BsForm.Group;\n};\n\nconst Form: FormType<FormProps> = (props): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form');\n return (\n <BsForm {...props} className={className}>\n {props.children}\n </BsForm>\n );\n};\n\nForm.displayName = 'Form';\n\nForm.Control = FormControl;\nForm.Label = FormLabel;\nForm.Checkbox = FormCheckbox;\nForm.Radio = FormRadio;\nForm.File = BsForm.File;\nForm.Switch = BsForm.Switch;\nForm.Help = FormHelp;\nForm.Group = BsForm.Group;\n\nexport {Form};\n","import {FeedbackProps as BsFeedbackProps} from 'react-bootstrap/Feedback';\nimport React from 'react';\nimport classnames from 'classnames';\nimport BsFormControl from 'react-bootstrap/FormControl';\n\nexport interface FeedBackProps extends BsFeedbackProps {\n show?: boolean;\n}\n\nexport const FormControlFeedBack: React.FC<FeedBackProps> = React.memo(\n ({show = true, ...props}): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form-control-feedback', {\n 'd-block': show,\n });\n return (\n <BsFormControl.Feedback type={props.type} className={className}>\n {props.children}\n </BsFormControl.Feedback>\n );\n },\n);\n\nFormControlFeedBack.displayName = ' FormControlFeedBack';\n","import React, {PropsWithoutRef} from 'react';\nimport classnames from 'classnames';\nimport BsFormControl, {FormControlProps as BsFormControlProps} from 'react-bootstrap/FormControl';\nimport {FormControlFeedBack} from './FormControlFeedBack';\nimport './FormControl.less';\n\nexport interface FormControlProps extends React.PropsWithChildren<Omit<BsFormControlProps, 'size'>> {\n rows?: string;\n cols?: string;\n placeholder?: string;\n size?: 'sm' | 'md' | 'lg';\n withShadow?: boolean;\n defaultValue?: string;\n onKeyPress?: React.KeyboardEventHandler<HTMLInputElement>;\n onKeyDown?: React.KeyboardEventHandler<HTMLInputElement>;\n}\n// when updating nivo, change me, I'm all strange because of this library! (the commit creating this comment might be of help)\ntype NivoPleasingForwardRefComponent<T, P> = (props: P & React.RefAttributes<T>) => React.ReactElement | null;\n\ntype FormControlWithForwardedRef = NivoPleasingForwardRefComponent<\n HTMLInputElement,\n PropsWithoutRef<FormControlProps>\n> & {displayName?: string};\n\nconst FormControlComponent: FormControlWithForwardedRef = React.forwardRef<HTMLInputElement, FormControlProps>(\n ({size = 'md', ...props}: FormControlProps, ref?: React.Ref<HTMLInputElement>) => {\n const className: string = classnames('atoka-form-control', props?.className, {\n 'atoka-shadow': props.withShadow,\n 'disabled': props.disabled,\n });\n\n return (\n <BsFormControl\n as={props.as}\n rows={props.rows}\n cols={props.cols}\n placeholder={props.placeholder}\n className={className}\n disabled={props.disabled}\n readOnly={props.readOnly}\n value={props.value}\n onChange={props.onChange}\n onKeyPress={props.onKeyPress}\n onKeyDown={props.onKeyDown}\n defaultValue={props.defaultValue}\n size={size === 'md' ? undefined : size}\n type={props.type}\n id={props.id}\n isValid={props.isValid}\n isInvalid={props.isInvalid}\n ref={ref}\n autoComplete='off'\n >\n {props.children}\n </BsFormControl>\n );\n },\n);\n\nFormControlComponent.displayName = 'FormControlComponent';\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nconst FormControl: typeof FormControlComponent & {FeedBack: typeof FormControlFeedBack} = FormControlComponent as any;\n\nFormControl.FeedBack = FormControlFeedBack;\n\nFormControl.displayName = 'FormControl';\n\nexport {FormControl};\n","import React from 'react';\n\nimport classnames from 'classnames';\nimport {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport {faChevronRight} from '@fortawesome/pro-light-svg-icons/faChevronRight';\n\ninterface PaginationNextProps {\n show?: boolean;\n handleNextPage: () => void;\n}\n\nexport const PaginationNext: React.FC<PaginationNextProps> = ({show = true, ...props}): React.ReactElement => {\n const className: string = classnames({\n 'pagination-button next': true,\n 'invisible': !show,\n });\n\n return (\n <span className={className} onClick={props.handleNextPage}>\n <FontAwesomeIcon icon={faChevronRight} />\n </span>\n );\n};\n\nPaginationNext.displayName = 'PaginationNext';\n","import React from 'react';\n\nimport classnames from 'classnames';\nimport {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport {faChevronLeft} from '@fortawesome/pro-light-svg-icons/faChevronLeft';\n\ninterface PaginationPrevProps {\n show?: boolean;\n handlePrevPage: () => void;\n}\nexport const PaginationPrev: React.FC<PaginationPrevProps> = ({show = true, ...props}): React.ReactElement => {\n const className: string = classnames({\n 'pagination-button prev': true,\n 'invisible': !show,\n });\n\n return (\n <span className={className} onClick={props.handlePrevPage}>\n <FontAwesomeIcon icon={faChevronLeft} />\n </span>\n );\n};\n\nPaginationPrev.displayName = 'PaginationPrev';\n","import autobind from 'autobind-decorator';\nimport classNames from 'classnames';\nimport React from 'react';\nimport BsPagination from 'react-bootstrap/Pagination';\nimport {PropsWithClassName} from '../Utils/CommonTypes';\nimport {scrollToTop} from '../Utils/Utils';\nimport './Pagination.less';\nimport {PaginationNext} from './PaginationNext';\nimport {PaginationPrev} from './PaginationPrev';\n\nexport interface NumberedPaginationProps extends PropsWithClassName {\n total: number;\n limit: number;\n currentPage: number;\n onSetPage: (page: number) => void;\n scrollToTopOnSetPage?: boolean;\n}\n/**\n * ### Overview\n *\n * In Atoka the pagination component is used in those sections of the interface which require the user to look through several items in a list, the primary example being the company search.\n * The component is placed at the bottom of the view and visible in every page of the list.\n */\nexport class Pagination extends React.PureComponent<NumberedPaginationProps> {\n public static defaultProps: Partial<NumberedPaginationProps> = {\n scrollToTopOnSetPage: true,\n };\n\n static displayName: string = 'Pagination';\n @autobind\n private handleRandomPage(page: number): void {\n this.props.onSetPage(page);\n if (this.props.scrollToTopOnSetPage) {\n scrollToTop();\n }\n }\n\n @autobind\n private handlePreviousPage(): void {\n if (this.props.currentPage === 1) {\n return;\n }\n\n this.props.onSetPage(this.props.currentPage - 1);\n if (this.props.scrollToTopOnSetPage) {\n scrollToTop();\n }\n }\n\n @autobind\n private handleNextPage(): void {\n if (this.props.currentPage === this.getPaginationItemsNumber()) {\n return;\n }\n\n this.props.onSetPage(this.props.currentPage + 1);\n if (this.props.scrollToTopOnSetPage) {\n scrollToTop();\n }\n }\n\n private getPaginationItemsNumber(): number {\n return Math.ceil(this.props.total / this.props.limit);\n }\n\n private getMinAndMaxPageNumber(activePageNumber: number): {minPageNumber: number; maxPageNumber: number} {\n const paginationItemsNumber: number = this.getPaginationItemsNumber();\n\n if (paginationItemsNumber <= 5) {\n return {\n minPageNumber: 1,\n maxPageNumber: paginationItemsNumber,\n };\n }\n\n let minPageNumber: number = Math.max(activePageNumber - 2, 1),\n maxPageNumber: number = Math.min(activePageNumber + 2, paginationItemsNumber);\n\n if (minPageNumber === 1) {\n maxPageNumber = minPageNumber + 4;\n } else if (maxPageNumber === paginationItemsNumber) {\n minPageNumber = maxPageNumber - 4;\n }\n\n return {minPageNumber, maxPageNumber};\n }\n\n private renderItems(): React.ReactNode {\n const pageItems: React.ReactNode[] = [],\n {minPageNumber, maxPageNumber} = this.getMinAndMaxPageNumber(this.props.currentPage);\n\n for (let page: number = minPageNumber; page <= maxPageNumber; page++) {\n pageItems.push(\n <BsPagination.Item\n key={page}\n active={page === this.props.currentPage}\n onClick={() => this.handleRandomPage(page)}\n >\n <span className='page-number'>{page}</span>\n </BsPagination.Item>,\n );\n }\n\n return pageItems;\n }\n\n public render(): React.ReactNode {\n if (this.props.total === 0 || this.props.total <= this.props.limit) {\n return null;\n }\n\n const className = classNames(\n 'atoka-pagination',\n 'justify-content-center align-items-center',\n this.props.className,\n );\n\n return (\n <BsPagination className={className}>\n <PaginationPrev show={this.props.currentPage !== 1} handlePrevPage={this.handlePreviousPage} />\n {this.renderItems()}\n <PaginationNext\n show={this.props.currentPage !== this.getPaginationItemsNumber()}\n handleNextPage={this.handleNextPage}\n />\n </BsPagination>\n );\n }\n}\n","export {Pagination} from './Pagination';\n","import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport React from 'react';\nimport {Form} from '../Form/Form';\n\nexport function findChildrenByComponent(\n children: React.ReactNode,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n component: React.ComponentClass | React.FunctionComponent | React.ForwardRefExoticComponent<any>,\n): React.ReactNode[] {\n let ret: React.ReactNode[] = [];\n React.Children.forEach(children, (element: React.ReactElement) => {\n if (element?.type === component) {\n ret.push(element);\n }\n });\n\n return ret;\n}\n\nexport function findChildByComponent(\n children: React.ReactNode,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n component: React.ComponentClass | React.FunctionComponent | React.ForwardRefExoticComponent<any>,\n): React.ReactNode | null {\n return findChildrenByComponent(children, component)?.[0] ?? null;\n}\n\nexport function hasChildIconOrCheckboxComponent(children: React.ReactNode): boolean {\n let ret = false;\n React.Children.forEach(children, (element: React.ReactElement) => {\n if (\n element?.type != null &&\n (element?.type === FontAwesomeIcon || element?.type === 'i' || element?.type === Form.Checkbox)\n ) {\n ret = true;\n return;\n }\n });\n\n return ret;\n}\n\nexport function scrollToTop(): void {\n window.scrollTo(0, 0);\n}\n\nexport function zip<T>(arr1: T[], arr2: T[]): T[] {\n const ret: T[] = [];\n let i: number = 0;\n\n while (arr1[i]) {\n ret.push(arr1[i]);\n ret.push(arr2[i++]);\n }\n\n return ret;\n}\n\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function sortObjDesc<T extends object>(accessor: keyof T): (a: T, b: T) => number {\n return function (a: T, b: T): number {\n let leftVal = 0,\n rightVal = 0;\n if (a?.[accessor] != null) {\n leftVal = a?.[accessor] as unknown as number;\n }\n if (b?.[accessor] != null) {\n rightVal = b?.[accessor] as unknown as number;\n }\n return leftVal > rightVal ? -1 : 1;\n };\n}\n\nexport function clone<T>(ob: T): T {\n return JSON.parse(JSON.stringify(ob));\n}\n\nexport type Debouncer = (f: () => void) => void;\n\nexport function getDebouncer(delay: number = 1): Debouncer {\n let debounceTimeout: number | null = null;\n return function debounce(f: () => void): void {\n if (debounceTimeout !== null) {\n clearTimeout(debounceTimeout);\n }\n debounceTimeout = window.setTimeout(f, delay);\n };\n}\n\nfunction isObject<T>(obj: T): boolean {\n return typeof obj === 'object' && obj != null;\n}\n\nexport function deepEqual<T>(obj1: T, obj2: T): boolean {\n if (obj1 === obj2) {\n return true;\n }\n\n if (isObject(obj1) && isObject(obj2)) {\n if (Object.keys(obj1).length !== Object.keys(obj2).length) {\n return false;\n }\n\n for (let prop in obj1) {\n if (!deepEqual(obj1[prop], obj2[prop])) {\n return false;\n }\n }\n return true;\n }\n\n return false;\n}\n\nfunction componentToHex(c: number): string {\n if (isNaN(c)) {\n throw Error('The color has not been written correctly');\n }\n const hex = c.toString(16).toUpperCase();\n return hex.length === 1 ? '0' + hex : hex;\n}\n\nfunction cleanSingleColor(c: string): string {\n return c.replace(/\"|'/g, '').trim();\n}\n\nexport function rgbToHex(rgb: string): string {\n if (rgb.includes('rgba')) {\n throw Error('not implemented');\n }\n const [r = 0, g = 0, b = 0] = rgb\n .replace('rgb', '')\n .replace(/\\(|\\)/gi, '')\n .split(',')\n .map((c: string) => parseInt(cleanSingleColor(c), 10));\n\n return '#' + componentToHex(r) + componentToHex(g) + componentToHex(b);\n}\n","function _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n/**\n * Return a descriptor removing the value and returning a getter\n * The getter will return a .bind version of the function\n * and memoize the result against a symbol on the instance\n */\nexport function boundMethod(target, key, descriptor) {\n var fn = descriptor.value;\n\n if (typeof fn !== 'function') {\n throw new TypeError(\"@boundMethod decorator can only be applied to methods not: \".concat(_typeof(fn)));\n } // In IE11 calling Object.defineProperty has a side-effect of evaluating the\n // getter for the property which is being replaced. This causes infinite\n // recursion and an \"Out of stack space\" error.\n\n\n var definingProperty = false;\n return {\n configurable: true,\n get: function get() {\n // eslint-disable-next-line no-prototype-builtins\n if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {\n return fn;\n }\n\n var boundFn = fn.bind(this);\n definingProperty = true;\n Object.defineProperty(this, key, {\n configurable: true,\n get: function get() {\n return boundFn;\n },\n set: function set(value) {\n fn = value;\n delete this[key];\n }\n });\n definingProperty = false;\n return boundFn;\n },\n set: function set(value) {\n fn = value;\n }\n };\n}\n/**\n * Use boundMethod to bind all methods on the target.prototype\n */\n\nexport function boundClass(target) {\n // (Using reflect to get all keys including symbols)\n var keys; // Use Reflect if exists\n\n if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {\n keys = Reflect.ownKeys(target.prototype);\n } else {\n keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided\n\n if (typeof Object.getOwnPropertySymbols === 'function') {\n keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));\n }\n }\n\n keys.forEach(function (key) {\n // Ignore special case target method\n if (key === 'constructor') {\n return;\n }\n\n var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding\n\n if (typeof descriptor.value === 'function') {\n Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));\n }\n });\n return target;\n}\nexport default function autobind() {\n if (arguments.length === 1) {\n return boundClass.apply(void 0, arguments);\n }\n\n return boundMethod.apply(void 0, arguments);\n}","module.exports = __WEBPACK_EXTERNAL_MODULE__2705__;","module.exports = __WEBPACK_EXTERNAL_MODULE__3987__;","module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;","module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;","module.exports = __WEBPACK_EXTERNAL_MODULE__9924__;","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") {\n _typeof = function _typeof(obj) {\n return typeof obj;\n };\n } else {\n _typeof = function _typeof(obj) {\n return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n };\n }\n\n return _typeof(obj);\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t8910: 0,\n\t2210: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkIds[i]] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkatoka_design_system\"] = self[\"webpackChunkatoka_design_system\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [2210], () => (__webpack_require__(8226)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n",""],"names":["_typeof","obj","Symbol","iterator","constructor","prototype","boundMethod","target","key","descriptor","fn","value","TypeError","concat","definingProperty","configurable","get","hasOwnProperty","boundFn","bind","Object","defineProperty","set","boundClass","keys","Reflect","ownKeys","getOwnPropertyNames","getOwnPropertySymbols","forEach","getOwnPropertyDescriptor","autobind","arguments","length","apply"],"sourceRoot":""}
1
+ {"version":3,"file":"Pagination/index.js","mappings":"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","sources":["webpack://atoka-design-system/webpack/universalModuleDefinition","webpack://atoka-design-system/./node_modules/autobind-decorator/lib/esm/index.js","webpack://atoka-design-system/./src/components/Form/FormLabel.tsx","webpack://atoka-design-system/./src/components/Form/FormCheckbox.tsx","webpack://atoka-design-system/./src/components/Form/FormRadio.tsx","webpack://atoka-design-system/./src/components/Form/FormHelp.tsx","webpack://atoka-design-system/./src/components/Form/Form.tsx","webpack://atoka-design-system/./src/components/Form/FormControlFeedBack.tsx","webpack://atoka-design-system/./src/components/Form/FormControl.tsx","webpack://atoka-design-system/./src/components/Pagination/PaginationNext.tsx","webpack://atoka-design-system/./src/components/Pagination/PaginationPrev.tsx","webpack://atoka-design-system/./src/components/Pagination/Pagination.tsx","webpack://atoka-design-system/./src/components/Pagination/index.ts","webpack://atoka-design-system/./src/components/Utils/Utils.tsx","webpack://atoka-design-system/external umd \"@fortawesome/pro-light-svg-icons/faChevronLeft\"","webpack://atoka-design-system/external umd \"@fortawesome/pro-light-svg-icons/faChevronRight\"","webpack://atoka-design-system/external umd \"@fortawesome/react-fontawesome\"","webpack://atoka-design-system/external umd \"classnames\"","webpack://atoka-design-system/external umd \"react\"","webpack://atoka-design-system/external umd \"react-bootstrap/Form\"","webpack://atoka-design-system/external umd \"react-bootstrap/FormControl\"","webpack://atoka-design-system/external umd \"react-bootstrap/FormText\"","webpack://atoka-design-system/external umd \"react-bootstrap/Pagination\"","webpack://atoka-design-system/./node_modules/@babel/runtime/helpers/esm/typeof.js","webpack://atoka-design-system/webpack/bootstrap","webpack://atoka-design-system/webpack/runtime/chunk loaded","webpack://atoka-design-system/webpack/runtime/compat get default export","webpack://atoka-design-system/webpack/runtime/define property getters","webpack://atoka-design-system/webpack/runtime/hasOwnProperty shorthand","webpack://atoka-design-system/webpack/runtime/make namespace object","webpack://atoka-design-system/webpack/runtime/jsonp chunk loading","webpack://atoka-design-system/webpack/before-startup","webpack://atoka-design-system/webpack/startup","webpack://atoka-design-system/webpack/after-startup"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory(require(\"@fortawesome/pro-light-svg-icons/faChevronLeft\"), require(\"@fortawesome/pro-light-svg-icons/faChevronRight\"), require(\"@fortawesome/react-fontawesome\"), require(\"classnames\"), require(\"react\"), require(\"react-bootstrap/Form\"), require(\"react-bootstrap/FormControl\"), require(\"react-bootstrap/FormText\"), require(\"react-bootstrap/Pagination\"));\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine(\"atoka-design-system\", [\"@fortawesome/pro-light-svg-icons/faChevronLeft\", \"@fortawesome/pro-light-svg-icons/faChevronRight\", \"@fortawesome/react-fontawesome\", \"classnames\", \"react\", \"react-bootstrap/Form\", \"react-bootstrap/FormControl\", \"react-bootstrap/FormText\", \"react-bootstrap/Pagination\"], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"atoka-design-system\"] = factory(require(\"@fortawesome/pro-light-svg-icons/faChevronLeft\"), require(\"@fortawesome/pro-light-svg-icons/faChevronRight\"), require(\"@fortawesome/react-fontawesome\"), require(\"classnames\"), require(\"react\"), require(\"react-bootstrap/Form\"), require(\"react-bootstrap/FormControl\"), require(\"react-bootstrap/FormText\"), require(\"react-bootstrap/Pagination\"));\n\telse\n\t\troot[\"atoka-design-system\"] = factory(root[\"@fortawesome/pro-light-svg-icons/faChevronLeft\"], root[\"@fortawesome/pro-light-svg-icons/faChevronRight\"], root[\"@fortawesome/react-fontawesome\"], root[\"classnames\"], root[\"react\"], root[\"react-bootstrap/Form\"], root[\"react-bootstrap/FormControl\"], root[\"react-bootstrap/FormText\"], root[\"react-bootstrap/Pagination\"]);\n})(self, function(__WEBPACK_EXTERNAL_MODULE__2705__, __WEBPACK_EXTERNAL_MODULE__3987__, __WEBPACK_EXTERNAL_MODULE__5692__, __WEBPACK_EXTERNAL_MODULE__8310__, __WEBPACK_EXTERNAL_MODULE__8156__, __WEBPACK_EXTERNAL_MODULE__8721__, __WEBPACK_EXTERNAL_MODULE__1082__, __WEBPACK_EXTERNAL_MODULE__8763__, __WEBPACK_EXTERNAL_MODULE__9924__) {\nreturn ","function _typeof(obj) { if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n/**\n * Return a descriptor removing the value and returning a getter\n * The getter will return a .bind version of the function\n * and memoize the result against a symbol on the instance\n */\nexport function boundMethod(target, key, descriptor) {\n var fn = descriptor.value;\n\n if (typeof fn !== 'function') {\n throw new TypeError(\"@boundMethod decorator can only be applied to methods not: \".concat(_typeof(fn)));\n } // In IE11 calling Object.defineProperty has a side-effect of evaluating the\n // getter for the property which is being replaced. This causes infinite\n // recursion and an \"Out of stack space\" error.\n\n\n var definingProperty = false;\n return {\n configurable: true,\n get: function get() {\n // eslint-disable-next-line no-prototype-builtins\n if (definingProperty || this === target.prototype || this.hasOwnProperty(key) || typeof fn !== 'function') {\n return fn;\n }\n\n var boundFn = fn.bind(this);\n definingProperty = true;\n Object.defineProperty(this, key, {\n configurable: true,\n get: function get() {\n return boundFn;\n },\n set: function set(value) {\n fn = value;\n delete this[key];\n }\n });\n definingProperty = false;\n return boundFn;\n },\n set: function set(value) {\n fn = value;\n }\n };\n}\n/**\n * Use boundMethod to bind all methods on the target.prototype\n */\n\nexport function boundClass(target) {\n // (Using reflect to get all keys including symbols)\n var keys; // Use Reflect if exists\n\n if (typeof Reflect !== 'undefined' && typeof Reflect.ownKeys === 'function') {\n keys = Reflect.ownKeys(target.prototype);\n } else {\n keys = Object.getOwnPropertyNames(target.prototype); // Use symbols if support is provided\n\n if (typeof Object.getOwnPropertySymbols === 'function') {\n keys = keys.concat(Object.getOwnPropertySymbols(target.prototype));\n }\n }\n\n keys.forEach(function (key) {\n // Ignore special case target method\n if (key === 'constructor') {\n return;\n }\n\n var descriptor = Object.getOwnPropertyDescriptor(target.prototype, key); // Only methods need binding\n\n if (typeof descriptor.value === 'function') {\n Object.defineProperty(target.prototype, key, boundMethod(target, key, descriptor));\n }\n });\n return target;\n}\nexport default function autobind() {\n if (arguments.length === 1) {\n return boundClass.apply(void 0, arguments);\n }\n\n return boundMethod.apply(void 0, arguments);\n}","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm from 'react-bootstrap/Form';\nimport {FormLabelProps} from 'react-bootstrap/FormLabel';\n\nimport './FormLabel.less';\n\nexport const FormLabel: React.FC<FormLabelProps> = React.memo((props): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form-label');\n return <BsForm.Label className={className}>{props.children}</BsForm.Label>;\n});\n\nFormLabel.displayName = 'FormLabel';\n","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm from 'react-bootstrap/Form';\nimport './FormCheckbox.less';\n\nimport {FormCheckProps as BsFormCheckProps} from 'react-bootstrap/FormCheck';\n\nexport interface FormCheckboxProps extends BsFormCheckProps {\n name?: string;\n value?: string;\n onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;\n checked?: boolean;\n}\n\nexport const FormCheckbox: React.FC<FormCheckboxProps> = (props): React.ReactElement => {\n const className: string = classnames('atoka-form-checkbox', props?.className);\n return <BsForm.Check type='checkbox' {...props} custom className={className} label={props.label ?? ''} />;\n};\n\nFormCheckbox.displayName = 'FormCheckbox';\n","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm from 'react-bootstrap/Form';\nimport './FormRadio.less';\n\nimport {FormCheckProps as BsFormCheckProps} from 'react-bootstrap/FormCheck';\n\nexport interface FormRadioProps extends BsFormCheckProps {\n name?: string;\n value?: string;\n onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;\n checked?: boolean;\n}\n\nexport const FormRadio: React.FC<FormRadioProps> = (props): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form-radio');\n return <BsForm.Check type='radio' {...props} custom className={className} label={props.label ?? ''} />;\n};\n\nFormRadio.displayName = 'FormRadio';\n","import BsFormText, {FormTextProps as BsFormTextProps} from 'react-bootstrap/FormText';\nimport React from 'react';\nimport classnames from 'classnames';\nimport './FormHelp.less';\n\nexport interface FormHelpProps extends BsFormTextProps {\n show?: boolean;\n}\n\nexport const FormHelp: React.FC<FormHelpProps> = React.memo(({children, ...props}): React.ReactElement => {\n const className: string = classnames('d-block', props?.className);\n return (\n <BsFormText bsPrefix='atoka-form-help' className={className}>\n {children}\n </BsFormText>\n );\n});\n\nFormHelp.displayName = 'FormHelp';\n","import React from 'react';\nimport classnames from 'classnames';\nimport BsForm, {FormProps as BsFormProps} from 'react-bootstrap/Form';\n\nimport './FormLabel.less';\nimport {FormLabel} from './FormLabel';\nimport {FormControl} from './FormControl';\nimport {FormCheckbox} from './FormCheckbox';\nimport {FormRadio} from './FormRadio';\nimport {FormHelp} from './FormHelp';\n\nexport interface FormProps extends BsFormProps {\n classNames?: string;\n}\n\ntype FormType<P> = React.FC<P> & {\n Control: typeof FormControl;\n Checkbox: typeof FormCheckbox;\n Radio: typeof FormRadio;\n File: typeof BsForm.File;\n Switch: typeof BsForm.Switch;\n Label: typeof FormLabel;\n Help: typeof FormHelp;\n Group: typeof BsForm.Group;\n};\n\nconst Form: FormType<FormProps> = (props): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form');\n return (\n <BsForm {...props} className={className}>\n {props.children}\n </BsForm>\n );\n};\n\nForm.displayName = 'Form';\n\nForm.Control = FormControl;\nForm.Label = FormLabel;\nForm.Checkbox = FormCheckbox;\nForm.Radio = FormRadio;\nForm.File = BsForm.File;\nForm.Switch = BsForm.Switch;\nForm.Help = FormHelp;\nForm.Group = BsForm.Group;\n\nexport {Form};\n","import {FeedbackProps as BsFeedbackProps} from 'react-bootstrap/Feedback';\nimport React from 'react';\nimport classnames from 'classnames';\nimport BsFormControl from 'react-bootstrap/FormControl';\n\nexport interface FeedBackProps extends BsFeedbackProps {\n show?: boolean;\n}\n\nexport const FormControlFeedBack: React.FC<FeedBackProps> = React.memo(\n ({show = true, ...props}): React.ReactElement => {\n const className: string = classnames(props?.className, 'atoka-form-control-feedback', {\n 'd-block': show,\n });\n return (\n <BsFormControl.Feedback type={props.type} className={className}>\n {props.children}\n </BsFormControl.Feedback>\n );\n },\n);\n\nFormControlFeedBack.displayName = ' FormControlFeedBack';\n","import React, {PropsWithoutRef} from 'react';\nimport classnames from 'classnames';\nimport BsFormControl, {FormControlProps as BsFormControlProps} from 'react-bootstrap/FormControl';\nimport {FormControlFeedBack} from './FormControlFeedBack';\nimport './FormControl.less';\n\nexport interface FormControlProps extends React.PropsWithChildren<Omit<BsFormControlProps, 'size'>> {\n rows?: string;\n cols?: string;\n placeholder?: string;\n size?: 'sm' | 'md' | 'lg';\n withShadow?: boolean;\n defaultValue?: string;\n onKeyPress?: React.KeyboardEventHandler<HTMLInputElement>;\n onKeyDown?: React.KeyboardEventHandler<HTMLInputElement>;\n}\n// when updating nivo, change me, I'm all strange because of this library! (the commit creating this comment might be of help)\ntype NivoPleasingForwardRefComponent<T, P> = (props: P & React.RefAttributes<T>) => React.ReactElement | null;\n\ntype FormControlWithForwardedRef = NivoPleasingForwardRefComponent<\n HTMLInputElement,\n PropsWithoutRef<FormControlProps>\n> & {displayName?: string};\n\nconst FormControlComponent: FormControlWithForwardedRef = React.forwardRef<HTMLInputElement, FormControlProps>(\n ({size = 'md', ...props}: FormControlProps, ref?: React.Ref<HTMLInputElement>) => {\n const className: string = classnames('atoka-form-control', props?.className, {\n 'atoka-shadow': props.withShadow,\n 'disabled': props.disabled,\n });\n\n return (\n <BsFormControl\n as={props.as}\n rows={props.rows}\n cols={props.cols}\n placeholder={props.placeholder}\n className={className}\n disabled={props.disabled}\n readOnly={props.readOnly}\n value={props.value}\n onChange={props.onChange}\n onKeyPress={props.onKeyPress}\n onKeyDown={props.onKeyDown}\n defaultValue={props.defaultValue}\n size={size === 'md' ? undefined : size}\n type={props.type}\n id={props.id}\n isValid={props.isValid}\n isInvalid={props.isInvalid}\n ref={ref}\n autoComplete='off'\n >\n {props.children}\n </BsFormControl>\n );\n },\n);\n\nFormControlComponent.displayName = 'FormControlComponent';\n\n// eslint-disable-next-line @typescript-eslint/no-explicit-any\nconst FormControl: typeof FormControlComponent & {FeedBack: typeof FormControlFeedBack} = FormControlComponent as any;\n\nFormControl.FeedBack = FormControlFeedBack;\n\nFormControl.displayName = 'FormControl';\n\nexport {FormControl};\n","import React from 'react';\n\nimport classnames from 'classnames';\nimport {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport {faChevronRight} from '@fortawesome/pro-light-svg-icons/faChevronRight';\n\ninterface PaginationNextProps {\n show?: boolean;\n handleNextPage: () => void;\n}\n\nexport const PaginationNext: React.FC<PaginationNextProps> = ({show = true, ...props}): React.ReactElement => {\n const className: string = classnames({\n 'pagination-button next': true,\n 'invisible': !show,\n });\n\n return (\n <span className={className} onClick={props.handleNextPage}>\n <FontAwesomeIcon icon={faChevronRight} />\n </span>\n );\n};\n\nPaginationNext.displayName = 'PaginationNext';\n","import React from 'react';\n\nimport classnames from 'classnames';\nimport {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport {faChevronLeft} from '@fortawesome/pro-light-svg-icons/faChevronLeft';\n\ninterface PaginationPrevProps {\n show?: boolean;\n handlePrevPage: () => void;\n}\nexport const PaginationPrev: React.FC<PaginationPrevProps> = ({show = true, ...props}): React.ReactElement => {\n const className: string = classnames({\n 'pagination-button prev': true,\n 'invisible': !show,\n });\n\n return (\n <span className={className} onClick={props.handlePrevPage}>\n <FontAwesomeIcon icon={faChevronLeft} />\n </span>\n );\n};\n\nPaginationPrev.displayName = 'PaginationPrev';\n","import autobind from 'autobind-decorator';\nimport classNames from 'classnames';\nimport React from 'react';\nimport BsPagination from 'react-bootstrap/Pagination';\nimport {PropsWithClassName} from '../Utils/CommonTypes';\nimport {scrollToTop} from '../Utils/Utils';\nimport './Pagination.less';\nimport {PaginationNext} from './PaginationNext';\nimport {PaginationPrev} from './PaginationPrev';\n\nexport interface NumberedPaginationProps extends PropsWithClassName {\n total: number;\n limit: number;\n currentPage: number;\n onSetPage: (page: number) => void;\n scrollToTopOnSetPage?: boolean;\n}\n/**\n * ### Overview\n *\n * In Atoka the pagination component is used in those sections of the interface which require the user to look through several items in a list, the primary example being the company search.\n * The component is placed at the bottom of the view and visible in every page of the list.\n */\nexport class Pagination extends React.PureComponent<NumberedPaginationProps> {\n public static defaultProps: Partial<NumberedPaginationProps> = {\n scrollToTopOnSetPage: true,\n };\n\n static displayName: string = 'Pagination';\n @autobind\n private handleRandomPage(page: number): void {\n this.props.onSetPage(page);\n if (this.props.scrollToTopOnSetPage) {\n scrollToTop();\n }\n }\n\n @autobind\n private handlePreviousPage(): void {\n if (this.props.currentPage === 1) {\n return;\n }\n\n this.props.onSetPage(this.props.currentPage - 1);\n if (this.props.scrollToTopOnSetPage) {\n scrollToTop();\n }\n }\n\n @autobind\n private handleNextPage(): void {\n if (this.props.currentPage === this.getPaginationItemsNumber()) {\n return;\n }\n\n this.props.onSetPage(this.props.currentPage + 1);\n if (this.props.scrollToTopOnSetPage) {\n scrollToTop();\n }\n }\n\n private getPaginationItemsNumber(): number {\n return Math.ceil(this.props.total / this.props.limit);\n }\n\n private getMinAndMaxPageNumber(activePageNumber: number): {minPageNumber: number; maxPageNumber: number} {\n const paginationItemsNumber: number = this.getPaginationItemsNumber();\n\n if (paginationItemsNumber <= 5) {\n return {\n minPageNumber: 1,\n maxPageNumber: paginationItemsNumber,\n };\n }\n\n let minPageNumber: number = Math.max(activePageNumber - 2, 1),\n maxPageNumber: number = Math.min(activePageNumber + 2, paginationItemsNumber);\n\n if (minPageNumber === 1) {\n maxPageNumber = minPageNumber + 4;\n } else if (maxPageNumber === paginationItemsNumber) {\n minPageNumber = maxPageNumber - 4;\n }\n\n return {minPageNumber, maxPageNumber};\n }\n\n private renderItems(): React.ReactNode {\n const pageItems: React.ReactNode[] = [],\n {minPageNumber, maxPageNumber} = this.getMinAndMaxPageNumber(this.props.currentPage);\n\n for (let page: number = minPageNumber; page <= maxPageNumber; page++) {\n pageItems.push(\n <BsPagination.Item\n key={page}\n active={page === this.props.currentPage}\n onClick={() => this.handleRandomPage(page)}\n >\n <span className='page-number'>{page}</span>\n </BsPagination.Item>,\n );\n }\n\n return pageItems;\n }\n\n public render(): React.ReactNode {\n if (this.props.total === 0 || this.props.total <= this.props.limit) {\n return null;\n }\n\n const className = classNames(\n 'atoka-pagination',\n 'justify-content-center align-items-center',\n this.props.className,\n );\n\n return (\n <BsPagination className={className}>\n <PaginationPrev show={this.props.currentPage !== 1} handlePrevPage={this.handlePreviousPage} />\n {this.renderItems()}\n <PaginationNext\n show={this.props.currentPage !== this.getPaginationItemsNumber()}\n handleNextPage={this.handleNextPage}\n />\n </BsPagination>\n );\n }\n}\n","export {Pagination} from './Pagination';\n","import {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport React from 'react';\nimport {Form} from '../Form/Form';\n\nexport function findChildrenByComponent(\n children: React.ReactNode,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n component: React.ComponentClass | React.FunctionComponent | React.ForwardRefExoticComponent<any>,\n): React.ReactNode[] {\n let ret: React.ReactNode[] = [];\n React.Children.forEach(children, (element: React.ReactElement) => {\n if (element?.type === component) {\n ret.push(element);\n }\n });\n\n return ret;\n}\n\nexport function findChildByComponent(\n children: React.ReactNode,\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\n component: React.ComponentClass | React.FunctionComponent | React.ForwardRefExoticComponent<any>,\n): React.ReactNode | null {\n return findChildrenByComponent(children, component)?.[0] ?? null;\n}\n\nexport function hasChildIconOrCheckboxComponent(children: React.ReactNode): boolean {\n let ret = false;\n React.Children.forEach(children, (element: React.ReactElement) => {\n if (\n element?.type != null &&\n (element?.type === FontAwesomeIcon || element?.type === 'i' || element?.type === Form.Checkbox)\n ) {\n ret = true;\n return;\n }\n });\n\n return ret;\n}\n\nexport function scrollToTop(): void {\n window.scrollTo(0, 0);\n}\n\nexport function zip<T>(arr1: T[], arr2: T[]): T[] {\n const ret: T[] = [];\n let i: number = 0;\n\n while (arr1[i]) {\n ret.push(arr1[i]);\n ret.push(arr2[i++]);\n }\n\n return ret;\n}\n\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function sortObjDesc<T extends object>(accessor: keyof T): (a: T, b: T) => number {\n return function (a: T, b: T): number {\n let leftVal = 0,\n rightVal = 0;\n if (a?.[accessor] != null) {\n leftVal = a?.[accessor] as unknown as number;\n }\n if (b?.[accessor] != null) {\n rightVal = b?.[accessor] as unknown as number;\n }\n return leftVal > rightVal ? -1 : 1;\n };\n}\n\nexport function clone<T>(ob: T): T {\n return JSON.parse(JSON.stringify(ob));\n}\n\nexport type Debouncer = (f: () => void) => void;\n\nexport function getDebouncer(delay: number = 1): Debouncer {\n let debounceTimeout: number | null = null;\n return function debounce(f: () => void): void {\n if (debounceTimeout !== null) {\n clearTimeout(debounceTimeout);\n }\n debounceTimeout = window.setTimeout(f, delay);\n };\n}\n\nfunction isObject<T>(obj: T): boolean {\n return typeof obj === 'object' && obj != null;\n}\n\nexport function deepEqual<T>(obj1: T, obj2: T): boolean {\n if (obj1 === obj2) {\n return true;\n }\n\n if (isObject(obj1) && isObject(obj2)) {\n if (Object.keys(obj1).length !== Object.keys(obj2).length) {\n return false;\n }\n\n for (let prop in obj1) {\n if (!deepEqual(obj1[prop], obj2[prop])) {\n return false;\n }\n }\n return true;\n }\n\n return false;\n}\n\nfunction componentToHex(c: number): string {\n if (isNaN(c)) {\n throw Error('The color has not been written correctly');\n }\n const hex = c.toString(16).toUpperCase();\n return hex.length === 1 ? '0' + hex : hex;\n}\n\nfunction cleanSingleColor(c: string): string {\n return c.replace(/\"|'/g, '').trim();\n}\n\nexport function rgbToHex(rgb: string): string {\n if (rgb.includes('rgba')) {\n throw Error('not implemented');\n }\n const [r = 0, g = 0, b = 0] = rgb\n .replace('rgb', '')\n .replace(/\\(|\\)/gi, '')\n .split(',')\n .map((c: string) => parseInt(cleanSingleColor(c), 10));\n\n return '#' + componentToHex(r) + componentToHex(g) + componentToHex(b);\n}\n","module.exports = __WEBPACK_EXTERNAL_MODULE__2705__;","module.exports = __WEBPACK_EXTERNAL_MODULE__3987__;","module.exports = __WEBPACK_EXTERNAL_MODULE__5692__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8310__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8156__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8721__;","module.exports = __WEBPACK_EXTERNAL_MODULE__1082__;","module.exports = __WEBPACK_EXTERNAL_MODULE__8763__;","module.exports = __WEBPACK_EXTERNAL_MODULE__9924__;","export default function _typeof(obj) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (obj) {\n return typeof obj;\n } : function (obj) {\n return obj && \"function\" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj;\n }, _typeof(obj);\n}","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t8910: 0,\n\t6999: 0\n};\n\n// no chunk on demand loading\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkIds[i]] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkatoka_design_system\"] = self[\"webpackChunkatoka_design_system\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [6999], () => (__webpack_require__(7523)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n",""],"names":["_typeof","obj","Symbol","iterator","constructor","prototype","boundMethod","target","key","descriptor","fn","value","TypeError","concat","definingProperty","configurable","get","hasOwnProperty","boundFn","bind","Object","defineProperty","set","boundClass","keys","Reflect","ownKeys","getOwnPropertyNames","getOwnPropertySymbols","forEach","getOwnPropertyDescriptor","autobind","arguments","length","apply"],"sourceRoot":""}