@luminati-io/uikit 1.9.17 → 1.9.19

Sign up to get free protection for your applications and to get access to all the features.
package/dist/uikit.umd.js CHANGED
@@ -7540,6 +7540,53 @@ function withBoundingRects(BaseComponent) {
7540
7540
  }((react__WEBPACK_IMPORTED_MODULE_0___default().PureComponent)), _class.displayName = "withBoundingRects(" + (BaseComponent.displayName || '') + ")", _class;
7541
7541
  }
7542
7542
 
7543
+ /***/ }),
7544
+
7545
+ /***/ "./node_modules/@visx/curve/esm/index.js":
7546
+ /*!***********************************************!*\
7547
+ !*** ./node_modules/@visx/curve/esm/index.js ***!
7548
+ \***********************************************/
7549
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
7550
+
7551
+ "use strict";
7552
+ __webpack_require__.r(__webpack_exports__);
7553
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
7554
+ /* harmony export */ "curveBasis": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_0__["default"]),
7555
+ /* harmony export */ "curveBasisClosed": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_1__["default"]),
7556
+ /* harmony export */ "curveBasisOpen": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_2__["default"]),
7557
+ /* harmony export */ "curveBundle": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_4__["default"]),
7558
+ /* harmony export */ "curveCardinal": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_7__["default"]),
7559
+ /* harmony export */ "curveCardinalClosed": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_8__["default"]),
7560
+ /* harmony export */ "curveCardinalOpen": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_9__["default"]),
7561
+ /* harmony export */ "curveCatmullRom": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_10__["default"]),
7562
+ /* harmony export */ "curveCatmullRomClosed": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_11__["default"]),
7563
+ /* harmony export */ "curveCatmullRomOpen": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_12__["default"]),
7564
+ /* harmony export */ "curveLinear": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_5__["default"]),
7565
+ /* harmony export */ "curveLinearClosed": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_6__["default"]),
7566
+ /* harmony export */ "curveMonotoneX": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_13__.monotoneX),
7567
+ /* harmony export */ "curveMonotoneY": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_13__.monotoneY),
7568
+ /* harmony export */ "curveNatural": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_14__["default"]),
7569
+ /* harmony export */ "curveStep": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_3__["default"]),
7570
+ /* harmony export */ "curveStepAfter": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_3__.stepAfter),
7571
+ /* harmony export */ "curveStepBefore": () => (/* reexport safe */ d3_shape__WEBPACK_IMPORTED_MODULE_3__.stepBefore)
7572
+ /* harmony export */ });
7573
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/basis.js");
7574
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/basisClosed.js");
7575
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/basisOpen.js");
7576
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/step.js");
7577
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/bundle.js");
7578
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/linear.js");
7579
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/linearClosed.js");
7580
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/cardinal.js");
7581
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/cardinalClosed.js");
7582
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/cardinalOpen.js");
7583
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/catmullRom.js");
7584
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/catmullRomClosed.js");
7585
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/catmullRomOpen.js");
7586
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/monotone.js");
7587
+ /* harmony import */ var d3_shape__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(/*! d3-shape */ "./node_modules/d3-shape/src/curve/natural.js");
7588
+
7589
+
7543
7590
  /***/ }),
7544
7591
 
7545
7592
  /***/ "./node_modules/@visx/event/esm/getXAndYFromEvent.js":
@@ -21343,6 +21390,33 @@ var getAnimatedOrUnanimatedComponents = function getAnimatedOrUnanimatedComponen
21343
21390
 
21344
21391
  /***/ }),
21345
21392
 
21393
+ /***/ "./src/chart/get_curve.js":
21394
+ /*!********************************!*\
21395
+ !*** ./src/chart/get_curve.js ***!
21396
+ \********************************/
21397
+ /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
21398
+
21399
+ "use strict";
21400
+ __webpack_require__.r(__webpack_exports__);
21401
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, {
21402
+ /* harmony export */ "getCurve": () => (/* binding */ getCurve)
21403
+ /* harmony export */ });
21404
+ /* harmony import */ var _visx_curve__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! @visx/curve */ "./node_modules/@visx/curve/esm/index.js");
21405
+ /* harmony import */ var _visx_curve__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! @visx/curve */ "./node_modules/d3-shape/src/curve/cardinal.js");
21406
+ /* harmony import */ var lodash_upperFirst__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! lodash/upperFirst */ "./node_modules/lodash/upperFirst.js");
21407
+ /* harmony import */ var lodash_upperFirst__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(lodash_upperFirst__WEBPACK_IMPORTED_MODULE_0__);
21408
+ // LICENSE_CODE ZON
21409
+
21410
+
21411
+ /*jslint react:true*/
21412
+
21413
+
21414
+ var getCurve = function getCurve(type) {
21415
+ return _visx_curve__WEBPACK_IMPORTED_MODULE_1__["curve".concat(lodash_upperFirst__WEBPACK_IMPORTED_MODULE_0___default()(type))] || _visx_curve__WEBPACK_IMPORTED_MODULE_2__["default"];
21416
+ };
21417
+
21418
+ /***/ }),
21419
+
21346
21420
  /***/ "./src/chart/glyph.js":
21347
21421
  /*!****************************!*\
21348
21422
  !*** ./src/chart/glyph.js ***!
@@ -21547,19 +21621,19 @@ __webpack_require__.r(__webpack_exports__);
21547
21621
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
21548
21622
  /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! prop-types */ "prop-types");
21549
21623
  /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
21550
- /* harmony import */ var _visx_curve__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @visx/curve */ "./node_modules/d3-shape/src/curve/cardinal.js");
21551
21624
  /* harmony import */ var _chart_container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./chart_container */ "./src/chart/chart_container.js");
21552
- /* harmony import */ var _get_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./get_components */ "./src/chart/get_components.js");
21553
- /* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./tooltip */ "./src/chart/tooltip.js");
21554
- /* harmony import */ var _use_chart_theme__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./use_chart_theme */ "./src/chart/use_chart_theme.js");
21555
- /* harmony import */ var _render_comp__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./render_comp */ "./src/chart/render_comp.js");
21556
- /* harmony import */ var _glyph__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./glyph */ "./src/chart/glyph.js");
21625
+ /* harmony import */ var _get_curve__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./get_curve */ "./src/chart/get_curve.js");
21626
+ /* harmony import */ var _get_components__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./get_components */ "./src/chart/get_components.js");
21627
+ /* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./tooltip */ "./src/chart/tooltip.js");
21628
+ /* harmony import */ var _use_chart_theme__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./use_chart_theme */ "./src/chart/use_chart_theme.js");
21629
+ /* harmony import */ var _render_comp__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./render_comp */ "./src/chart/render_comp.js");
21630
+ /* harmony import */ var _glyph__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./glyph */ "./src/chart/glyph.js");
21557
21631
  // LICENSE_CODE ZON
21558
21632
 
21559
21633
 
21560
21634
  /*jslint react:true*/
21561
21635
  function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
21562
- var _excluded = ["animated", "showGridRows", "showGridColumns", "numTicks", "xAxis", "yAxis", "formatValue", "margin", "showTooltip", "tooltipContent"];
21636
+ var _excluded = ["animated", "showGridRows", "showGridColumns", "numTicks", "xAxis", "yAxis", "formatValue", "margin", "showTooltip", "tooltipContent", "curveType"];
21563
21637
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
21564
21638
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
21565
21639
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
@@ -21604,19 +21678,24 @@ var LineChart = function LineChart(props) {
21604
21678
  margin = props.margin,
21605
21679
  showTooltip = props.showTooltip,
21606
21680
  _props$tooltipContent = props.tooltipContent,
21607
- tooltipContent = _props$tooltipContent === void 0 ? _tooltip__WEBPACK_IMPORTED_MODULE_4__["default"] : _props$tooltipContent;
21608
- var _getAnimatedOrUnanima = (0,_get_components__WEBPACK_IMPORTED_MODULE_3__.getAnimatedOrUnanimatedComponents)(animated),
21681
+ tooltipContent = _props$tooltipContent === void 0 ? _tooltip__WEBPACK_IMPORTED_MODULE_5__["default"] : _props$tooltipContent,
21682
+ _props$curveType = props.curveType,
21683
+ curveType = _props$curveType === void 0 ? '' : _props$curveType;
21684
+ var _getAnimatedOrUnanima = (0,_get_components__WEBPACK_IMPORTED_MODULE_4__.getAnimatedOrUnanimatedComponents)(animated),
21609
21685
  XYChart = _getAnimatedOrUnanima.XYChart,
21610
21686
  Grid = _getAnimatedOrUnanima.Grid,
21611
21687
  Axis = _getAnimatedOrUnanima.Axis,
21612
21688
  LineSeries = _getAnimatedOrUnanima.LineSeries,
21613
21689
  Tooltip = _getAnimatedOrUnanima.Tooltip;
21614
- var chartTheme = (0,_use_chart_theme__WEBPACK_IMPORTED_MODULE_5__["default"])(palette);
21690
+ var chartTheme = (0,_use_chart_theme__WEBPACK_IMPORTED_MODULE_6__["default"])(palette);
21615
21691
  if (!data || !data.length) return null;
21692
+ var xScale = Object.assign({}, xAxis.config, config.x);
21693
+ var yScale = Object.assign({}, yAxis.config, config.y);
21694
+ var curve = (0,_get_curve__WEBPACK_IMPORTED_MODULE_3__.getCurve)(curveType);
21616
21695
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(XYChart, {
21617
21696
  theme: chartTheme,
21618
- xScale: config.x,
21619
- yScale: config.y,
21697
+ xScale: xScale,
21698
+ yScale: yScale,
21620
21699
  width: width,
21621
21700
  height: height,
21622
21701
  margin: margin
@@ -21648,7 +21727,7 @@ var LineChart = function LineChart(props) {
21648
21727
  key: lineData.name,
21649
21728
  dataKey: lineData.name,
21650
21729
  data: lineData.datapoints,
21651
- curve: _visx_curve__WEBPACK_IMPORTED_MODULE_8__["default"]
21730
+ curve: curve
21652
21731
  }, lineData.accessors, lineData.lineProps));
21653
21732
  }), !!showTooltip && /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(Tooltip, {
21654
21733
  showVerticalCrosshair: true,
@@ -21658,8 +21737,8 @@ var LineChart = function LineChart(props) {
21658
21737
  unstyled: true,
21659
21738
  applyPositionStyle: true,
21660
21739
  renderTooltip: function renderTooltip(params) {
21661
- return (0,_render_comp__WEBPACK_IMPORTED_MODULE_6__.renderComp)(tooltipContent, _objectSpread({
21662
- Glyph: _glyph__WEBPACK_IMPORTED_MODULE_7__["default"],
21740
+ return (0,_render_comp__WEBPACK_IMPORTED_MODULE_7__.renderComp)(tooltipContent, _objectSpread({
21741
+ Glyph: _glyph__WEBPACK_IMPORTED_MODULE_8__["default"],
21663
21742
  data: data,
21664
21743
  formatTick: xAxis.formatTick,
21665
21744
  formatValue: formatValue,
@@ -21680,6 +21759,7 @@ var Line = function Line(props) {
21680
21759
  margin = props.margin,
21681
21760
  showTooltip = props.showTooltip,
21682
21761
  tooltipContent = props.tooltipContent,
21762
+ curveType = props.curveType,
21683
21763
  rest = _objectWithoutProperties(props, _excluded);
21684
21764
  var chartProps = {
21685
21765
  animated: animated,
@@ -21691,7 +21771,8 @@ var Line = function Line(props) {
21691
21771
  formatValue: formatValue,
21692
21772
  margin: margin,
21693
21773
  showTooltip: showTooltip,
21694
- tooltipContent: tooltipContent
21774
+ tooltipContent: tooltipContent,
21775
+ curveType: curveType
21695
21776
  };
21696
21777
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chart_container__WEBPACK_IMPORTED_MODULE_2__["default"], _extends({}, rest, {
21697
21778
  Chart: LineChart,
@@ -21724,13 +21805,15 @@ Line.propTypes = {
21724
21805
  label: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string),
21725
21806
  numTicks: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().number),
21726
21807
  formatTick: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().func),
21727
- labelOffset: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().number)
21808
+ labelOffset: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().number),
21809
+ config: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().any)
21728
21810
  }),
21729
21811
  yAxis: prop_types__WEBPACK_IMPORTED_MODULE_1___default().shape({
21730
21812
  label: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().string),
21731
21813
  numTicks: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().number),
21732
21814
  formatTick: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().func),
21733
- labelOffset: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().number)
21815
+ labelOffset: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().number),
21816
+ config: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().any)
21734
21817
  }),
21735
21818
  formatValue: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().func),
21736
21819
  margin: prop_types__WEBPACK_IMPORTED_MODULE_1___default().shape({
@@ -21740,7 +21823,8 @@ Line.propTypes = {
21740
21823
  left: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().number)
21741
21824
  }),
21742
21825
  showTooltip: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().bool),
21743
- tooltipContent: prop_types__WEBPACK_IMPORTED_MODULE_1___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_1___default().element), (prop_types__WEBPACK_IMPORTED_MODULE_1___default().func)])
21826
+ tooltipContent: prop_types__WEBPACK_IMPORTED_MODULE_1___default().oneOfType([(prop_types__WEBPACK_IMPORTED_MODULE_1___default().element), (prop_types__WEBPACK_IMPORTED_MODULE_1___default().func)]),
21827
+ curveType: prop_types__WEBPACK_IMPORTED_MODULE_1___default().oneOf(['basis', 'basisClosed', 'basisOpen', 'step', 'stepAfter', 'stepBefore', 'bundle', 'linear', 'linearClosed', 'cardinal', 'cardinalClosed', 'cardinalOpen', 'catmullRom', 'catmullRomClosed', 'catmullRomOpen', 'monotoneX', 'monotoneY', 'natural'])
21744
21828
  };
21745
21829
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Line);
21746
21830
 
@@ -22829,14 +22913,12 @@ __webpack_require__.r(__webpack_exports__);
22829
22913
  /* harmony export */ "useEventListener": () => (/* reexport safe */ _use_event_listener__WEBPACK_IMPORTED_MODULE_0__["default"]),
22830
22914
  /* harmony export */ "useLabelId": () => (/* reexport safe */ _use_label_id__WEBPACK_IMPORTED_MODULE_1__["default"]),
22831
22915
  /* harmony export */ "useOutsideClick": () => (/* reexport safe */ _use_outside_click__WEBPACK_IMPORTED_MODULE_2__["default"]),
22832
- /* harmony export */ "usePortalTarget": () => (/* reexport safe */ _use_portal_target__WEBPACK_IMPORTED_MODULE_3__["default"]),
22833
- /* harmony export */ "useScroll": () => (/* reexport safe */ _use_scroll__WEBPACK_IMPORTED_MODULE_4__["default"])
22916
+ /* harmony export */ "useScroll": () => (/* reexport safe */ _use_scroll__WEBPACK_IMPORTED_MODULE_3__["default"])
22834
22917
  /* harmony export */ });
22835
22918
  /* harmony import */ var _use_event_listener__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./use_event_listener */ "./src/hooks/use_event_listener.js");
22836
22919
  /* harmony import */ var _use_label_id__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./use_label_id */ "./src/hooks/use_label_id.js");
22837
22920
  /* harmony import */ var _use_outside_click__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./use_outside_click */ "./src/hooks/use_outside_click.js");
22838
- /* harmony import */ var _use_portal_target__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./use_portal_target */ "./src/hooks/use_portal_target.js");
22839
- /* harmony import */ var _use_scroll__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./use_scroll */ "./src/hooks/use_scroll.js");
22921
+ /* harmony import */ var _use_scroll__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./use_scroll */ "./src/hooks/use_scroll.js");
22840
22922
  // LICENSE_CODE ZON
22841
22923
 
22842
22924
 
@@ -22847,7 +22929,6 @@ __webpack_require__.r(__webpack_exports__);
22847
22929
 
22848
22930
 
22849
22931
 
22850
-
22851
22932
  /***/ }),
22852
22933
 
22853
22934
  /***/ "./src/hooks/use_event_listener.js":
@@ -22983,40 +23064,6 @@ var useOutsideClick = function useOutsideClick(elements, memoizedOnClick) {
22983
23064
 
22984
23065
  /***/ }),
22985
23066
 
22986
- /***/ "./src/hooks/use_portal_target.js":
22987
- /*!****************************************!*\
22988
- !*** ./src/hooks/use_portal_target.js ***!
22989
- \****************************************/
22990
- /***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
22991
-
22992
- "use strict";
22993
- __webpack_require__.r(__webpack_exports__);
22994
- /* harmony export */ __webpack_require__.d(__webpack_exports__, {
22995
- /* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
22996
- /* harmony export */ });
22997
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
22998
- /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
22999
- // LICENSE_CODE ZON
23000
-
23001
-
23002
- /*jslint react:true*/
23003
-
23004
- var portalRoot;
23005
- var usePortalTarget = function usePortalTarget(opt) {
23006
- var portalTarget = opt.portalTarget;
23007
- (0,react__WEBPACK_IMPORTED_MODULE_0__.useEffect)(function () {
23008
- if (!portalTarget && !portalRoot) {
23009
- portalRoot = document.createElement('div');
23010
- portalRoot.setAttribute('id', 'uikit_portal_root');
23011
- document.body.appendChild(portalRoot);
23012
- }
23013
- }, [portalTarget]);
23014
- return portalTarget || portalRoot;
23015
- };
23016
- /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (usePortalTarget);
23017
-
23018
- /***/ }),
23019
-
23020
23067
  /***/ "./src/hooks/use_scroll.js":
23021
23068
  /*!*********************************!*\
23022
23069
  !*** ./src/hooks/use_scroll.js ***!
@@ -44343,6 +44390,28 @@ function arrayMap(array, iteratee) {
44343
44390
  module.exports = arrayMap;
44344
44391
 
44345
44392
 
44393
+ /***/ }),
44394
+
44395
+ /***/ "./node_modules/lodash/_asciiToArray.js":
44396
+ /*!**********************************************!*\
44397
+ !*** ./node_modules/lodash/_asciiToArray.js ***!
44398
+ \**********************************************/
44399
+ /***/ ((module) => {
44400
+
44401
+ /**
44402
+ * Converts an ASCII `string` to an array.
44403
+ *
44404
+ * @private
44405
+ * @param {string} string The string to convert.
44406
+ * @returns {Array} Returns the converted array.
44407
+ */
44408
+ function asciiToArray(string) {
44409
+ return string.split('');
44410
+ }
44411
+
44412
+ module.exports = asciiToArray;
44413
+
44414
+
44346
44415
  /***/ }),
44347
44416
 
44348
44417
  /***/ "./node_modules/lodash/_assignValue.js":
@@ -44666,6 +44735,47 @@ function baseSet(object, path, value, customizer) {
44666
44735
  module.exports = baseSet;
44667
44736
 
44668
44737
 
44738
+ /***/ }),
44739
+
44740
+ /***/ "./node_modules/lodash/_baseSlice.js":
44741
+ /*!*******************************************!*\
44742
+ !*** ./node_modules/lodash/_baseSlice.js ***!
44743
+ \*******************************************/
44744
+ /***/ ((module) => {
44745
+
44746
+ /**
44747
+ * The base implementation of `_.slice` without an iteratee call guard.
44748
+ *
44749
+ * @private
44750
+ * @param {Array} array The array to slice.
44751
+ * @param {number} [start=0] The start position.
44752
+ * @param {number} [end=array.length] The end position.
44753
+ * @returns {Array} Returns the slice of `array`.
44754
+ */
44755
+ function baseSlice(array, start, end) {
44756
+ var index = -1,
44757
+ length = array.length;
44758
+
44759
+ if (start < 0) {
44760
+ start = -start > length ? 0 : (length + start);
44761
+ }
44762
+ end = end > length ? length : end;
44763
+ if (end < 0) {
44764
+ end += length;
44765
+ }
44766
+ length = start > end ? 0 : ((end - start) >>> 0);
44767
+ start >>>= 0;
44768
+
44769
+ var result = Array(length);
44770
+ while (++index < length) {
44771
+ result[index] = array[index + start];
44772
+ }
44773
+ return result;
44774
+ }
44775
+
44776
+ module.exports = baseSlice;
44777
+
44778
+
44669
44779
  /***/ }),
44670
44780
 
44671
44781
  /***/ "./node_modules/lodash/_castPath.js":
@@ -44720,6 +44830,77 @@ function castArray() {
44720
44830
  module.exports = castArray;
44721
44831
 
44722
44832
 
44833
+ /***/ }),
44834
+
44835
+ /***/ "./node_modules/lodash/_castSlice.js":
44836
+ /*!*******************************************!*\
44837
+ !*** ./node_modules/lodash/_castSlice.js ***!
44838
+ \*******************************************/
44839
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
44840
+
44841
+ var baseSlice = __webpack_require__(/*! ./_baseSlice */ "./node_modules/lodash/_baseSlice.js");
44842
+
44843
+ /**
44844
+ * Casts `array` to a slice if it's needed.
44845
+ *
44846
+ * @private
44847
+ * @param {Array} array The array to inspect.
44848
+ * @param {number} start The start position.
44849
+ * @param {number} [end=array.length] The end position.
44850
+ * @returns {Array} Returns the cast slice.
44851
+ */
44852
+ function castSlice(array, start, end) {
44853
+ var length = array.length;
44854
+ end = end === undefined ? length : end;
44855
+ return (!start && end >= length) ? array : baseSlice(array, start, end);
44856
+ }
44857
+
44858
+ module.exports = castSlice;
44859
+
44860
+
44861
+ /***/ }),
44862
+
44863
+ /***/ "./node_modules/lodash/_createCaseFirst.js":
44864
+ /*!*************************************************!*\
44865
+ !*** ./node_modules/lodash/_createCaseFirst.js ***!
44866
+ \*************************************************/
44867
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
44868
+
44869
+ var castSlice = __webpack_require__(/*! ./_castSlice */ "./node_modules/lodash/_castSlice.js"),
44870
+ hasUnicode = __webpack_require__(/*! ./_hasUnicode */ "./node_modules/lodash/_hasUnicode.js"),
44871
+ stringToArray = __webpack_require__(/*! ./_stringToArray */ "./node_modules/lodash/_stringToArray.js"),
44872
+ toString = __webpack_require__(/*! ./toString */ "./node_modules/lodash/toString.js");
44873
+
44874
+ /**
44875
+ * Creates a function like `_.lowerFirst`.
44876
+ *
44877
+ * @private
44878
+ * @param {string} methodName The name of the `String` case method to use.
44879
+ * @returns {Function} Returns the new case function.
44880
+ */
44881
+ function createCaseFirst(methodName) {
44882
+ return function(string) {
44883
+ string = toString(string);
44884
+
44885
+ var strSymbols = hasUnicode(string)
44886
+ ? stringToArray(string)
44887
+ : undefined;
44888
+
44889
+ var chr = strSymbols
44890
+ ? strSymbols[0]
44891
+ : string.charAt(0);
44892
+
44893
+ var trailing = strSymbols
44894
+ ? castSlice(strSymbols, 1).join('')
44895
+ : string.slice(1);
44896
+
44897
+ return chr[methodName]() + trailing;
44898
+ };
44899
+ }
44900
+
44901
+ module.exports = createCaseFirst;
44902
+
44903
+
44723
44904
  /***/ }),
44724
44905
 
44725
44906
  /***/ "./node_modules/lodash/_defineProperty.js":
@@ -44808,6 +44989,34 @@ function getValue(object, key) {
44808
44989
  module.exports = getValue;
44809
44990
 
44810
44991
 
44992
+ /***/ }),
44993
+
44994
+ /***/ "./node_modules/lodash/_hasUnicode.js":
44995
+ /*!********************************************!*\
44996
+ !*** ./node_modules/lodash/_hasUnicode.js ***!
44997
+ \********************************************/
44998
+ /***/ ((module) => {
44999
+
45000
+ /**
45001
+ * This method returns `false`.
45002
+ *
45003
+ * @static
45004
+ * @memberOf _
45005
+ * @since 4.13.0
45006
+ * @category Util
45007
+ * @returns {boolean} Returns `false`.
45008
+ * @example
45009
+ *
45010
+ * _.times(2, _.stubFalse);
45011
+ * // => [false, false]
45012
+ */
45013
+ function stubFalse() {
45014
+ return false;
45015
+ }
45016
+
45017
+ module.exports = stubFalse;
45018
+
45019
+
44811
45020
  /***/ }),
44812
45021
 
44813
45022
  /***/ "./node_modules/lodash/_isIndex.js":
@@ -45021,6 +45230,34 @@ var root = freeGlobal || freeSelf || Function('return this')();
45021
45230
  module.exports = root;
45022
45231
 
45023
45232
 
45233
+ /***/ }),
45234
+
45235
+ /***/ "./node_modules/lodash/_stringToArray.js":
45236
+ /*!***********************************************!*\
45237
+ !*** ./node_modules/lodash/_stringToArray.js ***!
45238
+ \***********************************************/
45239
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
45240
+
45241
+ var asciiToArray = __webpack_require__(/*! ./_asciiToArray */ "./node_modules/lodash/_asciiToArray.js"),
45242
+ hasUnicode = __webpack_require__(/*! ./_hasUnicode */ "./node_modules/lodash/_hasUnicode.js"),
45243
+ unicodeToArray = __webpack_require__(/*! ./_unicodeToArray */ "./node_modules/lodash/_unicodeToArray.js");
45244
+
45245
+ /**
45246
+ * Converts `string` to an array.
45247
+ *
45248
+ * @private
45249
+ * @param {string} string The string to convert.
45250
+ * @returns {Array} Returns the converted array.
45251
+ */
45252
+ function stringToArray(string) {
45253
+ return hasUnicode(string)
45254
+ ? unicodeToArray(string)
45255
+ : asciiToArray(string);
45256
+ }
45257
+
45258
+ module.exports = stringToArray;
45259
+
45260
+
45024
45261
  /***/ }),
45025
45262
 
45026
45263
  /***/ "./node_modules/lodash/_toKey.js":
@@ -45052,6 +45289,28 @@ function identity(value) {
45052
45289
  module.exports = identity;
45053
45290
 
45054
45291
 
45292
+ /***/ }),
45293
+
45294
+ /***/ "./node_modules/lodash/_unicodeToArray.js":
45295
+ /*!************************************************!*\
45296
+ !*** ./node_modules/lodash/_unicodeToArray.js ***!
45297
+ \************************************************/
45298
+ /***/ ((module) => {
45299
+
45300
+ /**
45301
+ * Converts an ASCII `string` to an array.
45302
+ *
45303
+ * @private
45304
+ * @param {string} string The string to convert.
45305
+ * @returns {Array} Returns the converted array.
45306
+ */
45307
+ function asciiToArray(string) {
45308
+ return string.split('');
45309
+ }
45310
+
45311
+ module.exports = asciiToArray;
45312
+
45313
+
45055
45314
  /***/ }),
45056
45315
 
45057
45316
  /***/ "./node_modules/lodash/clamp.js":
@@ -45699,6 +45958,69 @@ function identity(value) {
45699
45958
  module.exports = identity;
45700
45959
 
45701
45960
 
45961
+ /***/ }),
45962
+
45963
+ /***/ "./node_modules/lodash/toString.js":
45964
+ /*!*****************************************!*\
45965
+ !*** ./node_modules/lodash/toString.js ***!
45966
+ \*****************************************/
45967
+ /***/ ((module) => {
45968
+
45969
+ /**
45970
+ * This method returns the first argument it receives.
45971
+ *
45972
+ * @static
45973
+ * @since 0.1.0
45974
+ * @memberOf _
45975
+ * @category Util
45976
+ * @param {*} value Any value.
45977
+ * @returns {*} Returns `value`.
45978
+ * @example
45979
+ *
45980
+ * var object = { 'a': 1 };
45981
+ *
45982
+ * console.log(_.identity(object) === object);
45983
+ * // => true
45984
+ */
45985
+ function identity(value) {
45986
+ return value;
45987
+ }
45988
+
45989
+ module.exports = identity;
45990
+
45991
+
45992
+ /***/ }),
45993
+
45994
+ /***/ "./node_modules/lodash/upperFirst.js":
45995
+ /*!*******************************************!*\
45996
+ !*** ./node_modules/lodash/upperFirst.js ***!
45997
+ \*******************************************/
45998
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
45999
+
46000
+ var createCaseFirst = __webpack_require__(/*! ./_createCaseFirst */ "./node_modules/lodash/_createCaseFirst.js");
46001
+
46002
+ /**
46003
+ * Converts the first character of `string` to upper case.
46004
+ *
46005
+ * @static
46006
+ * @memberOf _
46007
+ * @since 4.0.0
46008
+ * @category String
46009
+ * @param {string} [string=''] The string to convert.
46010
+ * @returns {string} Returns the converted string.
46011
+ * @example
46012
+ *
46013
+ * _.upperFirst('fred');
46014
+ * // => 'Fred'
46015
+ *
46016
+ * _.upperFirst('FRED');
46017
+ * // => 'FRED'
46018
+ */
46019
+ var upperFirst = createCaseFirst('toUpperCase');
46020
+
46021
+ module.exports = upperFirst;
46022
+
46023
+
45702
46024
  /***/ }),
45703
46025
 
45704
46026
  /***/ "./node_modules/math-expression-evaluator/src/formula_evaluator.js":