@luminati-io/uikit 1.9.18 → 1.9.20

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.
package/dist/uikit.umd.js CHANGED
@@ -21390,6 +21390,33 @@ var getAnimatedOrUnanimatedComponents = function getAnimatedOrUnanimatedComponen
21390
21390
 
21391
21391
  /***/ }),
21392
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
+
21393
21420
  /***/ "./src/chart/glyph.js":
21394
21421
  /*!****************************!*\
21395
21422
  !*** ./src/chart/glyph.js ***!
@@ -21594,28 +21621,29 @@ __webpack_require__.r(__webpack_exports__);
21594
21621
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
21595
21622
  /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! prop-types */ "prop-types");
21596
21623
  /* harmony import */ var prop_types__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(prop_types__WEBPACK_IMPORTED_MODULE_1__);
21597
- /* harmony import */ var _visx_curve__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! @visx/curve */ "./node_modules/@visx/curve/esm/index.js");
21598
- /* harmony import */ var _visx_curve__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! @visx/curve */ "./node_modules/d3-shape/src/curve/cardinal.js");
21599
21624
  /* harmony import */ var _chart_container__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./chart_container */ "./src/chart/chart_container.js");
21600
- /* harmony import */ var _get_components__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./get_components */ "./src/chart/get_components.js");
21601
- /* harmony import */ var _tooltip__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./tooltip */ "./src/chart/tooltip.js");
21602
- /* harmony import */ var _use_chart_theme__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./use_chart_theme */ "./src/chart/use_chart_theme.js");
21603
- /* harmony import */ var _render_comp__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./render_comp */ "./src/chart/render_comp.js");
21604
- /* 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");
21605
21631
  // LICENSE_CODE ZON
21606
21632
 
21607
21633
 
21608
21634
  /*jslint react:true*/
21609
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); }
21610
- var _excluded = ["animated", "showGridRows", "showGridColumns", "numTicks", "xAxis", "yAxis", "formatValue", "margin", "showTooltip", "tooltipContent", "curveShape"];
21611
- 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; }
21612
- 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; }
21636
+ var _excluded = ["label", "numTicks", "formatTick", "labelOffset"],
21637
+ _excluded2 = ["label", "numTicks", "formatTick", "labelOffset"],
21638
+ _excluded3 = ["animated", "showGridRows", "showGridColumns", "numTicks", "xAxis", "yAxis", "formatValue", "margin", "showTooltip", "tooltipContent", "curveType"];
21613
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; }
21614
21640
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
21615
21641
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
21616
21642
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
21617
21643
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
21618
21644
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
21645
+ 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; }
21646
+ 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; }
21619
21647
 
21620
21648
 
21621
21649
 
@@ -21631,13 +21659,10 @@ var config = {
21631
21659
  type: 'band'
21632
21660
  },
21633
21661
  y: {
21634
- type: 'linear',
21635
- zero: false,
21636
- nice: true
21662
+ type: 'linear'
21637
21663
  }
21638
21664
  };
21639
21665
  var LineChart = function LineChart(props) {
21640
- var _xAxis$numTicks, _yAxis$numTicks;
21641
21666
  var animated = props.animated,
21642
21667
  showGridRows = props.showGridRows,
21643
21668
  showGridColumns = props.showGridColumns,
@@ -21654,22 +21679,36 @@ var LineChart = function LineChart(props) {
21654
21679
  margin = props.margin,
21655
21680
  showTooltip = props.showTooltip,
21656
21681
  _props$tooltipContent = props.tooltipContent,
21657
- tooltipContent = _props$tooltipContent === void 0 ? _tooltip__WEBPACK_IMPORTED_MODULE_4__["default"] : _props$tooltipContent,
21658
- _props$curveShape = props.curveShape,
21659
- curveShape = _props$curveShape === void 0 ? '' : _props$curveShape;
21660
- var _getAnimatedOrUnanima = (0,_get_components__WEBPACK_IMPORTED_MODULE_3__.getAnimatedOrUnanimatedComponents)(animated),
21682
+ tooltipContent = _props$tooltipContent === void 0 ? _tooltip__WEBPACK_IMPORTED_MODULE_5__["default"] : _props$tooltipContent,
21683
+ _props$curveType = props.curveType,
21684
+ curveType = _props$curveType === void 0 ? '' : _props$curveType;
21685
+ var _getAnimatedOrUnanima = (0,_get_components__WEBPACK_IMPORTED_MODULE_4__.getAnimatedOrUnanimatedComponents)(animated),
21661
21686
  XYChart = _getAnimatedOrUnanima.XYChart,
21662
21687
  Grid = _getAnimatedOrUnanima.Grid,
21663
21688
  Axis = _getAnimatedOrUnanima.Axis,
21664
21689
  LineSeries = _getAnimatedOrUnanima.LineSeries,
21665
21690
  Tooltip = _getAnimatedOrUnanima.Tooltip;
21666
- var chartTheme = (0,_use_chart_theme__WEBPACK_IMPORTED_MODULE_5__["default"])(palette);
21691
+ var chartTheme = (0,_use_chart_theme__WEBPACK_IMPORTED_MODULE_6__["default"])(palette);
21667
21692
  if (!data || !data.length) return null;
21668
- var curve = _visx_curve__WEBPACK_IMPORTED_MODULE_8__[curveShape] || _visx_curve__WEBPACK_IMPORTED_MODULE_9__["default"];
21693
+ var xLabel = xAxis.label,
21694
+ _xAxis$numTicks = xAxis.numTicks,
21695
+ xNumTicks = _xAxis$numTicks === void 0 ? numTicks : _xAxis$numTicks,
21696
+ xFormatTick = xAxis.formatTick,
21697
+ xLabelOffset = xAxis.labelOffset,
21698
+ xConfig = _objectWithoutProperties(xAxis, _excluded);
21699
+ var yLabel = yAxis.label,
21700
+ _yAxis$numTicks = yAxis.numTicks,
21701
+ yNumTicks = _yAxis$numTicks === void 0 ? numTicks : _yAxis$numTicks,
21702
+ yFormatTick = yAxis.formatTick,
21703
+ yLabelOffset = yAxis.labelOffset,
21704
+ yConfig = _objectWithoutProperties(yAxis, _excluded2);
21705
+ var xScale = Object.assign({}, xConfig, config.x);
21706
+ var yScale = Object.assign({}, yConfig, config.y);
21707
+ var curve = (0,_get_curve__WEBPACK_IMPORTED_MODULE_3__.getCurve)(curveType);
21669
21708
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(XYChart, {
21670
21709
  theme: chartTheme,
21671
- xScale: config.x,
21672
- yScale: config.y,
21710
+ xScale: xScale,
21711
+ yScale: yScale,
21673
21712
  width: width,
21674
21713
  height: height,
21675
21714
  margin: margin
@@ -21682,20 +21721,20 @@ var LineChart = function LineChart(props) {
21682
21721
  numTicks: numTicks
21683
21722
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(Axis, {
21684
21723
  key: "x-axis-".concat(animationTrajectory),
21685
- label: xAxis.label,
21686
- orientation: "bottom",
21687
- numTicks: (_xAxis$numTicks = xAxis.numTicks) !== null && _xAxis$numTicks !== void 0 ? _xAxis$numTicks : numTicks,
21688
21724
  animationTrajectory: animationTrajectory,
21689
- tickFormat: xAxis.formatTick,
21690
- labelOffset: xAxis.labelOffset
21725
+ orientation: "bottom",
21726
+ label: xLabel,
21727
+ numTicks: xNumTicks,
21728
+ tickFormat: xFormatTick,
21729
+ labelOffset: xLabelOffset
21691
21730
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(Axis, {
21692
21731
  key: "y-axis-".concat(animationTrajectory),
21693
- label: yAxis.label,
21694
- orientation: "left",
21695
- numTicks: (_yAxis$numTicks = yAxis.numTicks) !== null && _yAxis$numTicks !== void 0 ? _yAxis$numTicks : numTicks,
21696
21732
  animationTrajectory: animationTrajectory,
21697
- tickFormat: yAxis.formatTick,
21698
- labelOffset: yAxis.labelOffset
21733
+ orientation: "left",
21734
+ label: yLabel,
21735
+ numTicks: yNumTicks,
21736
+ tickFormat: yFormatTick,
21737
+ labelOffset: yLabelOffset
21699
21738
  }), data.map(function (lineData) {
21700
21739
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(LineSeries, _extends({
21701
21740
  key: lineData.name,
@@ -21711,10 +21750,10 @@ var LineChart = function LineChart(props) {
21711
21750
  unstyled: true,
21712
21751
  applyPositionStyle: true,
21713
21752
  renderTooltip: function renderTooltip(params) {
21714
- return (0,_render_comp__WEBPACK_IMPORTED_MODULE_6__.renderComp)(tooltipContent, _objectSpread({
21715
- Glyph: _glyph__WEBPACK_IMPORTED_MODULE_7__["default"],
21753
+ return (0,_render_comp__WEBPACK_IMPORTED_MODULE_7__.renderComp)(tooltipContent, _objectSpread({
21754
+ Glyph: _glyph__WEBPACK_IMPORTED_MODULE_8__["default"],
21716
21755
  data: data,
21717
- formatTick: xAxis.formatTick,
21756
+ formatTick: xFormatTick,
21718
21757
  formatValue: formatValue,
21719
21758
  shared: true
21720
21759
  }, params));
@@ -21733,8 +21772,8 @@ var Line = function Line(props) {
21733
21772
  margin = props.margin,
21734
21773
  showTooltip = props.showTooltip,
21735
21774
  tooltipContent = props.tooltipContent,
21736
- curveShape = props.curveShape,
21737
- rest = _objectWithoutProperties(props, _excluded);
21775
+ curveType = props.curveType,
21776
+ rest = _objectWithoutProperties(props, _excluded3);
21738
21777
  var chartProps = {
21739
21778
  animated: animated,
21740
21779
  showGridRows: showGridRows,
@@ -21746,7 +21785,7 @@ var Line = function Line(props) {
21746
21785
  margin: margin,
21747
21786
  showTooltip: showTooltip,
21748
21787
  tooltipContent: tooltipContent,
21749
- curveShape: curveShape
21788
+ curveType: curveType
21750
21789
  };
21751
21790
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_chart_container__WEBPACK_IMPORTED_MODULE_2__["default"], _extends({}, rest, {
21752
21791
  Chart: LineChart,
@@ -21796,7 +21835,7 @@ Line.propTypes = {
21796
21835
  }),
21797
21836
  showTooltip: (prop_types__WEBPACK_IMPORTED_MODULE_1___default().bool),
21798
21837
  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)]),
21799
- curveShape: prop_types__WEBPACK_IMPORTED_MODULE_1___default().oneOf(['curveBasis', 'curveBasisClosed', 'curveBasisOpen', 'curveStep', 'curveStepAfter', 'curveStepBefore', 'curveBundle', 'curveLinear', 'curveLinearClosed', 'curveCardinal', 'curveCardinalClosed', 'curveCardinalOpen', 'curveCatmullRom', 'curveCatmullRomClosed', 'curveCatmullRomOpen', 'curveMonotoneX', 'curveMonotoneY', 'curveNatural'])
21838
+ 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'])
21800
21839
  };
21801
21840
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (Line);
21802
21841
 
@@ -44362,6 +44401,28 @@ function arrayMap(array, iteratee) {
44362
44401
  module.exports = arrayMap;
44363
44402
 
44364
44403
 
44404
+ /***/ }),
44405
+
44406
+ /***/ "./node_modules/lodash/_asciiToArray.js":
44407
+ /*!**********************************************!*\
44408
+ !*** ./node_modules/lodash/_asciiToArray.js ***!
44409
+ \**********************************************/
44410
+ /***/ ((module) => {
44411
+
44412
+ /**
44413
+ * Converts an ASCII `string` to an array.
44414
+ *
44415
+ * @private
44416
+ * @param {string} string The string to convert.
44417
+ * @returns {Array} Returns the converted array.
44418
+ */
44419
+ function asciiToArray(string) {
44420
+ return string.split('');
44421
+ }
44422
+
44423
+ module.exports = asciiToArray;
44424
+
44425
+
44365
44426
  /***/ }),
44366
44427
 
44367
44428
  /***/ "./node_modules/lodash/_assignValue.js":
@@ -44685,6 +44746,47 @@ function baseSet(object, path, value, customizer) {
44685
44746
  module.exports = baseSet;
44686
44747
 
44687
44748
 
44749
+ /***/ }),
44750
+
44751
+ /***/ "./node_modules/lodash/_baseSlice.js":
44752
+ /*!*******************************************!*\
44753
+ !*** ./node_modules/lodash/_baseSlice.js ***!
44754
+ \*******************************************/
44755
+ /***/ ((module) => {
44756
+
44757
+ /**
44758
+ * The base implementation of `_.slice` without an iteratee call guard.
44759
+ *
44760
+ * @private
44761
+ * @param {Array} array The array to slice.
44762
+ * @param {number} [start=0] The start position.
44763
+ * @param {number} [end=array.length] The end position.
44764
+ * @returns {Array} Returns the slice of `array`.
44765
+ */
44766
+ function baseSlice(array, start, end) {
44767
+ var index = -1,
44768
+ length = array.length;
44769
+
44770
+ if (start < 0) {
44771
+ start = -start > length ? 0 : (length + start);
44772
+ }
44773
+ end = end > length ? length : end;
44774
+ if (end < 0) {
44775
+ end += length;
44776
+ }
44777
+ length = start > end ? 0 : ((end - start) >>> 0);
44778
+ start >>>= 0;
44779
+
44780
+ var result = Array(length);
44781
+ while (++index < length) {
44782
+ result[index] = array[index + start];
44783
+ }
44784
+ return result;
44785
+ }
44786
+
44787
+ module.exports = baseSlice;
44788
+
44789
+
44688
44790
  /***/ }),
44689
44791
 
44690
44792
  /***/ "./node_modules/lodash/_castPath.js":
@@ -44739,6 +44841,77 @@ function castArray() {
44739
44841
  module.exports = castArray;
44740
44842
 
44741
44843
 
44844
+ /***/ }),
44845
+
44846
+ /***/ "./node_modules/lodash/_castSlice.js":
44847
+ /*!*******************************************!*\
44848
+ !*** ./node_modules/lodash/_castSlice.js ***!
44849
+ \*******************************************/
44850
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
44851
+
44852
+ var baseSlice = __webpack_require__(/*! ./_baseSlice */ "./node_modules/lodash/_baseSlice.js");
44853
+
44854
+ /**
44855
+ * Casts `array` to a slice if it's needed.
44856
+ *
44857
+ * @private
44858
+ * @param {Array} array The array to inspect.
44859
+ * @param {number} start The start position.
44860
+ * @param {number} [end=array.length] The end position.
44861
+ * @returns {Array} Returns the cast slice.
44862
+ */
44863
+ function castSlice(array, start, end) {
44864
+ var length = array.length;
44865
+ end = end === undefined ? length : end;
44866
+ return (!start && end >= length) ? array : baseSlice(array, start, end);
44867
+ }
44868
+
44869
+ module.exports = castSlice;
44870
+
44871
+
44872
+ /***/ }),
44873
+
44874
+ /***/ "./node_modules/lodash/_createCaseFirst.js":
44875
+ /*!*************************************************!*\
44876
+ !*** ./node_modules/lodash/_createCaseFirst.js ***!
44877
+ \*************************************************/
44878
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
44879
+
44880
+ var castSlice = __webpack_require__(/*! ./_castSlice */ "./node_modules/lodash/_castSlice.js"),
44881
+ hasUnicode = __webpack_require__(/*! ./_hasUnicode */ "./node_modules/lodash/_hasUnicode.js"),
44882
+ stringToArray = __webpack_require__(/*! ./_stringToArray */ "./node_modules/lodash/_stringToArray.js"),
44883
+ toString = __webpack_require__(/*! ./toString */ "./node_modules/lodash/toString.js");
44884
+
44885
+ /**
44886
+ * Creates a function like `_.lowerFirst`.
44887
+ *
44888
+ * @private
44889
+ * @param {string} methodName The name of the `String` case method to use.
44890
+ * @returns {Function} Returns the new case function.
44891
+ */
44892
+ function createCaseFirst(methodName) {
44893
+ return function(string) {
44894
+ string = toString(string);
44895
+
44896
+ var strSymbols = hasUnicode(string)
44897
+ ? stringToArray(string)
44898
+ : undefined;
44899
+
44900
+ var chr = strSymbols
44901
+ ? strSymbols[0]
44902
+ : string.charAt(0);
44903
+
44904
+ var trailing = strSymbols
44905
+ ? castSlice(strSymbols, 1).join('')
44906
+ : string.slice(1);
44907
+
44908
+ return chr[methodName]() + trailing;
44909
+ };
44910
+ }
44911
+
44912
+ module.exports = createCaseFirst;
44913
+
44914
+
44742
44915
  /***/ }),
44743
44916
 
44744
44917
  /***/ "./node_modules/lodash/_defineProperty.js":
@@ -44827,6 +45000,34 @@ function getValue(object, key) {
44827
45000
  module.exports = getValue;
44828
45001
 
44829
45002
 
45003
+ /***/ }),
45004
+
45005
+ /***/ "./node_modules/lodash/_hasUnicode.js":
45006
+ /*!********************************************!*\
45007
+ !*** ./node_modules/lodash/_hasUnicode.js ***!
45008
+ \********************************************/
45009
+ /***/ ((module) => {
45010
+
45011
+ /**
45012
+ * This method returns `false`.
45013
+ *
45014
+ * @static
45015
+ * @memberOf _
45016
+ * @since 4.13.0
45017
+ * @category Util
45018
+ * @returns {boolean} Returns `false`.
45019
+ * @example
45020
+ *
45021
+ * _.times(2, _.stubFalse);
45022
+ * // => [false, false]
45023
+ */
45024
+ function stubFalse() {
45025
+ return false;
45026
+ }
45027
+
45028
+ module.exports = stubFalse;
45029
+
45030
+
44830
45031
  /***/ }),
44831
45032
 
44832
45033
  /***/ "./node_modules/lodash/_isIndex.js":
@@ -45040,6 +45241,34 @@ var root = freeGlobal || freeSelf || Function('return this')();
45040
45241
  module.exports = root;
45041
45242
 
45042
45243
 
45244
+ /***/ }),
45245
+
45246
+ /***/ "./node_modules/lodash/_stringToArray.js":
45247
+ /*!***********************************************!*\
45248
+ !*** ./node_modules/lodash/_stringToArray.js ***!
45249
+ \***********************************************/
45250
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
45251
+
45252
+ var asciiToArray = __webpack_require__(/*! ./_asciiToArray */ "./node_modules/lodash/_asciiToArray.js"),
45253
+ hasUnicode = __webpack_require__(/*! ./_hasUnicode */ "./node_modules/lodash/_hasUnicode.js"),
45254
+ unicodeToArray = __webpack_require__(/*! ./_unicodeToArray */ "./node_modules/lodash/_unicodeToArray.js");
45255
+
45256
+ /**
45257
+ * Converts `string` to an array.
45258
+ *
45259
+ * @private
45260
+ * @param {string} string The string to convert.
45261
+ * @returns {Array} Returns the converted array.
45262
+ */
45263
+ function stringToArray(string) {
45264
+ return hasUnicode(string)
45265
+ ? unicodeToArray(string)
45266
+ : asciiToArray(string);
45267
+ }
45268
+
45269
+ module.exports = stringToArray;
45270
+
45271
+
45043
45272
  /***/ }),
45044
45273
 
45045
45274
  /***/ "./node_modules/lodash/_toKey.js":
@@ -45071,6 +45300,28 @@ function identity(value) {
45071
45300
  module.exports = identity;
45072
45301
 
45073
45302
 
45303
+ /***/ }),
45304
+
45305
+ /***/ "./node_modules/lodash/_unicodeToArray.js":
45306
+ /*!************************************************!*\
45307
+ !*** ./node_modules/lodash/_unicodeToArray.js ***!
45308
+ \************************************************/
45309
+ /***/ ((module) => {
45310
+
45311
+ /**
45312
+ * Converts an ASCII `string` to an array.
45313
+ *
45314
+ * @private
45315
+ * @param {string} string The string to convert.
45316
+ * @returns {Array} Returns the converted array.
45317
+ */
45318
+ function asciiToArray(string) {
45319
+ return string.split('');
45320
+ }
45321
+
45322
+ module.exports = asciiToArray;
45323
+
45324
+
45074
45325
  /***/ }),
45075
45326
 
45076
45327
  /***/ "./node_modules/lodash/clamp.js":
@@ -45718,6 +45969,69 @@ function identity(value) {
45718
45969
  module.exports = identity;
45719
45970
 
45720
45971
 
45972
+ /***/ }),
45973
+
45974
+ /***/ "./node_modules/lodash/toString.js":
45975
+ /*!*****************************************!*\
45976
+ !*** ./node_modules/lodash/toString.js ***!
45977
+ \*****************************************/
45978
+ /***/ ((module) => {
45979
+
45980
+ /**
45981
+ * This method returns the first argument it receives.
45982
+ *
45983
+ * @static
45984
+ * @since 0.1.0
45985
+ * @memberOf _
45986
+ * @category Util
45987
+ * @param {*} value Any value.
45988
+ * @returns {*} Returns `value`.
45989
+ * @example
45990
+ *
45991
+ * var object = { 'a': 1 };
45992
+ *
45993
+ * console.log(_.identity(object) === object);
45994
+ * // => true
45995
+ */
45996
+ function identity(value) {
45997
+ return value;
45998
+ }
45999
+
46000
+ module.exports = identity;
46001
+
46002
+
46003
+ /***/ }),
46004
+
46005
+ /***/ "./node_modules/lodash/upperFirst.js":
46006
+ /*!*******************************************!*\
46007
+ !*** ./node_modules/lodash/upperFirst.js ***!
46008
+ \*******************************************/
46009
+ /***/ ((module, __unused_webpack_exports, __webpack_require__) => {
46010
+
46011
+ var createCaseFirst = __webpack_require__(/*! ./_createCaseFirst */ "./node_modules/lodash/_createCaseFirst.js");
46012
+
46013
+ /**
46014
+ * Converts the first character of `string` to upper case.
46015
+ *
46016
+ * @static
46017
+ * @memberOf _
46018
+ * @since 4.0.0
46019
+ * @category String
46020
+ * @param {string} [string=''] The string to convert.
46021
+ * @returns {string} Returns the converted string.
46022
+ * @example
46023
+ *
46024
+ * _.upperFirst('fred');
46025
+ * // => 'Fred'
46026
+ *
46027
+ * _.upperFirst('FRED');
46028
+ * // => 'FRED'
46029
+ */
46030
+ var upperFirst = createCaseFirst('toUpperCase');
46031
+
46032
+ module.exports = upperFirst;
46033
+
46034
+
45721
46035
  /***/ }),
45722
46036
 
45723
46037
  /***/ "./node_modules/math-expression-evaluator/src/formula_evaluator.js":