@lanaco/lnc-react-ui 2.1.2 → 2.1.6

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 (3) hide show
  1. package/lib/index.esm.js +154 -106
  2. package/lib/index.js +154 -106
  3. package/package.json +1 -1
package/lib/index.esm.js CHANGED
@@ -6513,7 +6513,7 @@ SwitchTransition.defaultProps = {
6513
6513
  };
6514
6514
  var SwitchTransition$1 = SwitchTransition;
6515
6515
 
6516
- var _templateObject$m, _templateObject2$h, _templateObject3$c, _templateObject4$b, _templateObject5$b, _templateObject6$9, _templateObject7$7, _templateObject8$7, _templateObject9$7, _templateObject10$6, _templateObject11$4, _templateObject12$4, _templateObject13$1;
6516
+ var _templateObject$m, _templateObject2$h, _templateObject3$c, _templateObject4$b, _templateObject5$b, _templateObject6$9, _templateObject7$7, _templateObject8$7, _templateObject9$7, _templateObject10$7, _templateObject11$5, _templateObject12$5, _templateObject13$2;
6517
6517
  var Container$k = newStyled.div(_templateObject$m || (_templateObject$m = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n box-shadow: 0 0 6px #bebebe;\n border-radius: 0.175rem;\n padding: 8px;\n width: ", ";\n\n font-family: ", ";\n"])), function (props) {
6518
6518
  return props.width && props.width !== "" ? props.width : "fit-content";
6519
6519
  }, theme.typography.fontFamily);
@@ -6535,9 +6535,9 @@ var ColumnTitle = newStyled.div(_templateObject8$7 || (_templateObject8$7 = _tag
6535
6535
  var HeaderColumnTitle = newStyled.div(_templateObject9$7 || (_templateObject9$7 = _taggedTemplateLiteral(["\n padding: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-left: 8px;\n padding-right: 8px;\n font-size: calc(\n ", " + 3px\n );\n"])), function (props) {
6536
6536
  return props.theme.typography[props.size].fontSize;
6537
6537
  });
6538
- var FooterRow = newStyled.div(_templateObject10$6 || (_templateObject10$6 = _taggedTemplateLiteral(["\n display: flex;\n // flex-direction: row;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n\n border: 1.7px solid #80808060;\n background-color: whitesmoke;\n border-radius: 0.175rem;\n padding: 3px;\n\n margin-top: 8px;\n"])));
6539
- var ButtonContainer$3 = newStyled.div(_templateObject11$4 || (_templateObject11$4 = _taggedTemplateLiteral(["\n margin: 3px;\n"])));
6540
- var PageNumber = newStyled.div(_templateObject12$4 || (_templateObject12$4 = _taggedTemplateLiteral(["\n font-size: calc(\n ", " + 3px\n );\n margin: 3px 5px;\n"])), function (props) {
6538
+ var FooterRow = newStyled.div(_templateObject10$7 || (_templateObject10$7 = _taggedTemplateLiteral(["\n display: flex;\n // flex-direction: row;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n\n border: 1.7px solid #80808060;\n background-color: whitesmoke;\n border-radius: 0.175rem;\n padding: 3px;\n\n margin-top: 8px;\n"])));
6539
+ var ButtonContainer$3 = newStyled.div(_templateObject11$5 || (_templateObject11$5 = _taggedTemplateLiteral(["\n margin: 3px;\n"])));
6540
+ var PageNumber = newStyled.div(_templateObject12$5 || (_templateObject12$5 = _taggedTemplateLiteral(["\n font-size: calc(\n ", " + 3px\n );\n margin: 3px 5px;\n"])), function (props) {
6541
6541
  return props.theme.typography[props.size].fontSize;
6542
6542
  }); //=======================================================================
6543
6543
 
@@ -6597,7 +6597,7 @@ var CheckboxLookup = function CheckboxLookup(props) {
6597
6597
  return /*#__PURE__*/React__default.createElement(Container$k, _extends({}, themeProps, {
6598
6598
  className: className
6599
6599
  }), /*#__PURE__*/React__default.createElement(Global, {
6600
- styles: css(_templateObject13$1 || (_templateObject13$1 = _taggedTemplateLiteral(["\n .item-enter {\n opacity: 0;\n }\n\n .item-enter-active {\n transition: all 0.4s ease-in;\n opacity: 1;\n }\n\n .item-exit {\n }\n\n .item-exit-active {\n opacity: 0;\n transition: opacity 400ms ease-out;\n }\n "])))
6600
+ styles: css(_templateObject13$2 || (_templateObject13$2 = _taggedTemplateLiteral(["\n .item-enter {\n opacity: 0;\n }\n\n .item-enter-active {\n transition: all 0.4s ease-in;\n opacity: 1;\n }\n\n .item-exit {\n }\n\n .item-exit-active {\n opacity: 0;\n transition: opacity 400ms ease-out;\n }\n "])))
6601
6601
  }), /*#__PURE__*/React__default.createElement(Table$1, null, /*#__PURE__*/React__default.createElement(HeaderRow, null, /*#__PURE__*/React__default.createElement(HeaderColumnCheck, {
6602
6602
  check: style === "regular"
6603
6603
  }, style === "regular" ? /*#__PURE__*/React__default.createElement(CheckBox, {
@@ -22674,7 +22674,7 @@ var FadeIn = function FadeIn(_ref) {
22674
22674
  }), children);
22675
22675
  };
22676
22676
 
22677
- var _templateObject$k, _templateObject2$f, _templateObject3$b, _templateObject4$a, _templateObject5$a, _templateObject6$8, _templateObject7$6, _templateObject8$6, _templateObject9$6, _templateObject10$5, _DropdownLookup$propT;
22677
+ var _templateObject$k, _templateObject2$f, _templateObject3$b, _templateObject4$a, _templateObject5$a, _templateObject6$8, _templateObject7$6, _templateObject8$6, _templateObject9$6, _templateObject10$6, _DropdownLookup$propT;
22678
22678
 
22679
22679
  var paddingBySize$a = function paddingBySize(size) {
22680
22680
  if (size === "small") return "0.325rem 0.375rem";
@@ -22725,7 +22725,7 @@ var Input$3 = newStyled.input(_templateObject8$6 || (_templateObject8$6 = _tagge
22725
22725
  var Content$5 = newStyled.div(_templateObject9$6 || (_templateObject9$6 = _taggedTemplateLiteral(["\n display: flex;\n position: absolute;\n background-color: white;\n z-index: 1;\n margin-top: 0.0625rem;\n padding: 0.1875rem;\n width: calc(100% - 0.625rem);\n border-radius: 0.15625rem;\n box-shadow: 0 0 0.375rem #bebebe;\n border: 0.125rem solid ", ";\n flex-direction: column;\n transition: all 250ms ease;\n"])), function (props) {
22726
22726
  return props.theme.palette[props.color].main;
22727
22727
  });
22728
- var ContentItem$2 = newStyled.div(_templateObject10$5 || (_templateObject10$5 = _taggedTemplateLiteral(["\n font-family: ", ";\n font-size: ", ";\n padding: 0.375rem;\n cursor: pointer;\n background-color: ", ";\n color: ", ";\n\n &:hover {\n background-color: whitesmoke;\n color: ", ";\n }\n"])), function (props) {
22728
+ var ContentItem$2 = newStyled.div(_templateObject10$6 || (_templateObject10$6 = _taggedTemplateLiteral(["\n font-family: ", ";\n font-size: ", ";\n padding: 0.375rem;\n cursor: pointer;\n background-color: ", ";\n color: ", ";\n\n &:hover {\n background-color: whitesmoke;\n color: ", ";\n }\n"])), function (props) {
22729
22729
  return props.theme.typography.fontFamily;
22730
22730
  }, function (props) {
22731
22731
  return props.theme.typography[props.size].fontSize;
@@ -49260,27 +49260,27 @@ Pagination.propTypes = {
49260
49260
  color: PropTypes.oneOf(["primary", "secondary", "success", "error", "warning", "gray"])
49261
49261
  };
49262
49262
 
49263
- var _templateObject$f, _templateObject2$b, _templateObject3$9, _templateObject4$8, _templateObject5$8, _templateObject6$6, _templateObject7$5, _templateObject8$5, _templateObject9$5, _templateObject10$4, _templateObject11$3, _templateObject12$3;
49264
- var Container$d = newStyled.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteral(["\n // border: 1.5px solid rgba(165, 164, 164, 0.4);\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
49263
+ var _templateObject$f, _templateObject2$b, _templateObject3$9, _templateObject4$8, _templateObject5$8, _templateObject6$6, _templateObject7$5, _templateObject8$5, _templateObject9$5, _templateObject10$5, _templateObject11$4, _templateObject12$4;
49264
+ var Container$d = newStyled.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteral(["\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
49265
49265
  var Wrapper$1 = newStyled.div(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteral([""])));
49266
49266
  var TableTable$1 = newStyled.table(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteral(["\n border-collapse: collapse;\n width: 100%;\n"])));
49267
- var TableHead$1 = newStyled.thead(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteral(["\n // background-color: ", ";\n color: ", ";\n\n border-top: 1px solid #80808025;\n"])), theme.palette.primary.main, theme.palette.primary.textDark);
49267
+ var TableHead$1 = newStyled.thead(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteral(["\n color: ", ";\n border-top: 1px solid #80808025;\n"])), theme.palette.primary.textDark);
49268
49268
  var TableHeadRow$1 = newStyled.tr(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteral(["\n border-bottom: 1px solid #80808025;\n"])));
49269
49269
  var TableHeadCell$1 = newStyled.th(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteral(["\n text-align: left;\n transition: all 250ms ease;\n font-weight: 900;\n\n ", "\n\n &:first-of-type {\n border-radius: 3px 0 0 0;\n }\n\n &:last-of-type {\n border-radius: 0 3px 0 0;\n }\n\n &:hover {\n // background-color: ", ";\n background-color: whitesmoke;\n cursor: pointer;\n }\n"])), function (props) {
49270
49270
  return props.selectionCell === true ? "width: 27px; padding: 1px 1px 1px 6px;" : "padding: 5px 5px 5px 6px;";
49271
49271
  }, theme.palette.primary.light);
49272
- var HeaderInnerCell = newStyled.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n align-items: center;\n // justify-content: center;\n\n & i {\n color: black;\n }\n"])));
49273
- var HeaderCellText = newStyled.span(_templateObject8$5 || (_templateObject8$5 = _taggedTemplateLiteral(["\n color: black;\n"])));
49274
- var HeaderCellIcon = newStyled.span(_templateObject9$5 || (_templateObject9$5 = _taggedTemplateLiteral(["\n color: black;\n margin-left: auto;\n\n & i {\n color: ", ";\n }\n"])), function (props) {
49272
+ var HeaderInnerCell$1 = newStyled.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n align-items: center;\n // justify-content: center;\n\n & i {\n color: black;\n }\n"])));
49273
+ var HeaderCellText$1 = newStyled.span(_templateObject8$5 || (_templateObject8$5 = _taggedTemplateLiteral(["\n color: black;\n"])));
49274
+ var HeaderCellIcon$1 = newStyled.span(_templateObject9$5 || (_templateObject9$5 = _taggedTemplateLiteral(["\n color: black;\n margin-left: auto;\n\n & i {\n color: ", ";\n }\n"])), function (props) {
49275
49275
  return props.sort ? "transparent" : "black";
49276
49276
  });
49277
- var TableBody$1 = newStyled.tbody(_templateObject10$4 || (_templateObject10$4 = _taggedTemplateLiteral([""])));
49278
- var TableBodyRow$1 = newStyled.tr(_templateObject11$3 || (_templateObject11$3 = _taggedTemplateLiteral(["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n\n ", "\n\n ", "\n"])), function (props) {
49277
+ var TableBody$1 = newStyled.tbody(_templateObject10$5 || (_templateObject10$5 = _taggedTemplateLiteral([""])));
49278
+ var TableBodyRow$1 = newStyled.tr(_templateObject11$4 || (_templateObject11$4 = _taggedTemplateLiteral(["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n\n ", "\n\n ", "\n"])), function (props) {
49279
49279
  if (props.selectedRow !== true) return "\n &:hover {\n & > td {\n // border-bottom: 1px solid ".concat(theme.palette.primary.light, ";\n // border-top: 1px solid ").concat(theme.palette.primary.light, ";\n background-color: whitesmoke;\n }\n \n cursor: pointer;\n }");else return "";
49280
49280
  }, function (props) {
49281
49281
  if (props.selectedRow === true) return "\n background-color: ".concat(theme.palette.primary.lighter, ";\n cursor: pointer;\n \n & > td {\n // border-bottom: 1px solid ").concat(theme.palette.primary.light, ";\n // border-top: 1px solid ").concat(theme.palette.primary.light, ";\n }\n ");else return "";
49282
49282
  });
49283
- var TableBodyCell$1 = newStyled.td(_templateObject12$3 || (_templateObject12$3 = _taggedTemplateLiteral(["\n padding: ", ";\n"])), function (props) {
49283
+ var TableBodyCell$1 = newStyled.td(_templateObject12$4 || (_templateObject12$4 = _taggedTemplateLiteral(["\n padding: ", ";\n"])), function (props) {
49284
49284
  return props.selectionCell === true ? "1px 1px 1px 6px" : "5px 5px 5px 10px";
49285
49285
  });
49286
49286
 
@@ -49450,7 +49450,9 @@ var TableView = function TableView(props) {
49450
49450
  return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(TableBodyRow$1, {
49451
49451
  selectedRow: rowSelected,
49452
49452
  key: i
49453
- }, renderSelectionCell(dataItem, rowSelected, i), Columns.map(function (col, j) {
49453
+ }, renderSelectionCell(dataItem, rowSelected, i), Columns.filter(function (x) {
49454
+ return x.hide !== true;
49455
+ }).map(function (col, j) {
49454
49456
  return renderBodyCell(dataItem, col, i, j);
49455
49457
  })));
49456
49458
  }; // const renderCell = (rowData, def, key) => {
@@ -49595,7 +49597,7 @@ var TableView = function TableView(props) {
49595
49597
  return /*#__PURE__*/React__default.createElement(TableHeadCell$1, {
49596
49598
  key: i,
49597
49599
  onClick: IsLoading || hideOrdering ? function () {} : headerClick
49598
- }, /*#__PURE__*/React__default.createElement(HeaderInnerCell, null, /*#__PURE__*/React__default.createElement(HeaderCellText, null, def.displayName), !hideOrdering && /*#__PURE__*/React__default.createElement(HeaderCellIcon, {
49600
+ }, /*#__PURE__*/React__default.createElement(HeaderInnerCell$1, null, /*#__PURE__*/React__default.createElement(HeaderCellText$1, null, def.displayName), !hideOrdering && /*#__PURE__*/React__default.createElement(HeaderCellIcon$1, {
49599
49601
  sort: orderingIconClass === "sort"
49600
49602
  }, /*#__PURE__*/React__default.createElement(Icon$1, {
49601
49603
  color: "white",
@@ -49621,7 +49623,9 @@ var TableView = function TableView(props) {
49621
49623
 
49622
49624
  return /*#__PURE__*/React__default.createElement(Container$d, null, /*#__PURE__*/React__default.createElement(Wrapper$1, null, /*#__PURE__*/React__default.createElement(TableTable$1, {
49623
49625
  cellSpacing: 0
49624
- }, /*#__PURE__*/React__default.createElement(TableHead$1, null, /*#__PURE__*/React__default.createElement(TableHeadRow$1, null, renderSelectAllHeaderCell(), Columns.map(function (col, i) {
49626
+ }, /*#__PURE__*/React__default.createElement(TableHead$1, null, /*#__PURE__*/React__default.createElement(TableHeadRow$1, null, renderSelectAllHeaderCell(), Columns.filter(function (x) {
49627
+ return x.hide !== true;
49628
+ }).map(function (col, i) {
49625
49629
  return renderHeaderCell(col, i);
49626
49630
  }))), /*#__PURE__*/React__default.createElement(TableBody$1, null, renderBody())))); // return (
49627
49631
  // <div>
@@ -49684,7 +49688,7 @@ Spinner.propTypes = {
49684
49688
  var css_248z$4 = ".fade1-enter {\n opacity: 0;\n}\n.fade1-exit {\n opacity: 1;\n}\n.fade1-enter-active {\n opacity: 1;\n}\n.fade1-exit-active {\n opacity: 0;\n}\n.fade1-enter-active,\n.fade1-exit-active {\n transition: opacity 330ms;\n}\n\n.fade2-enter {\n opacity: 0;\n}\n.fade2-exit {\n opacity: 1;\n}\n.fade2-enter-active {\n opacity: 1;\n}\n.fade2-exit-active {\n opacity: 0;\n}\n.fade2-enter-active,\n.fade2-exit-active {\n transition: opacity 330ms;\n}\n";
49685
49689
  styleInject(css_248z$4);
49686
49690
 
49687
- var _templateObject$d, _templateObject2$9, _templateObject3$8, _templateObject4$7, _templateObject5$7, _templateObject6$5, _templateObject7$4, _templateObject8$4, _templateObject9$4, _templateObject10$3, _templateObject11$2, _templateObject12$2;
49691
+ var _templateObject$d, _templateObject2$9, _templateObject3$8, _templateObject4$7, _templateObject5$7, _templateObject6$5, _templateObject7$4, _templateObject8$4, _templateObject9$4, _templateObject10$4, _templateObject11$3, _templateObject12$3;
49688
49692
 
49689
49693
  function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
49690
49694
 
@@ -49725,9 +49729,9 @@ var FlexItem$1 = newStyled.div(_templateObject6$5 || (_templateObject6$5 = _tagg
49725
49729
  newStyled.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteral(["\n margin-top: 5px;\n padding: 8px;\n border: 2px solid rgba(255, 0, 0, 0.725);\n background-color: rgba(252, 79, 79, 0.104);\n font-size: 11px;\n"])));
49726
49730
  newStyled.div(_templateObject8$4 || (_templateObject8$4 = _taggedTemplateLiteral(["\n color: rgb(180, 3, 3);\n"])));
49727
49731
  var LoaderContainer$1 = newStyled.div(_templateObject9$4 || (_templateObject9$4 = _taggedTemplateLiteral(["\n position: absolute;\n top: 0px;\n right: 0px;\n width: 100%;\n height: 100%;\n background-color: #eceaea;\n z-index: 10000000;\n opacity: 0.2;\n filter: alpha(opacity=20);\n"])));
49728
- var LoaderContainerTransparent$1 = newStyled.div(_templateObject10$3 || (_templateObject10$3 = _taggedTemplateLiteral(["\n position: absolute;\n top: 0px;\n right: 0px;\n width: 100%;\n height: 100%;\n background-color: transparent;\n z-index: 10000000;\n"])));
49729
- var Loader$1 = newStyled.div(_templateObject11$2 || (_templateObject11$2 = _taggedTemplateLiteral(["\n position: absolute;\n top: 48%;\n left: 47%;\n"])));
49730
- var DivRelative$1 = newStyled.div(_templateObject12$2 || (_templateObject12$2 = _taggedTemplateLiteral(["\n position: relative;\n"])));
49732
+ var LoaderContainerTransparent$1 = newStyled.div(_templateObject10$4 || (_templateObject10$4 = _taggedTemplateLiteral(["\n position: absolute;\n top: 0px;\n right: 0px;\n width: 100%;\n height: 100%;\n background-color: transparent;\n z-index: 10000000;\n"])));
49733
+ var Loader$1 = newStyled.div(_templateObject11$3 || (_templateObject11$3 = _taggedTemplateLiteral(["\n position: absolute;\n top: 48%;\n left: 47%;\n"])));
49734
+ var DivRelative$1 = newStyled.div(_templateObject12$3 || (_templateObject12$3 = _taggedTemplateLiteral(["\n position: relative;\n"])));
49731
49735
 
49732
49736
  var DataView = function DataView(props) {
49733
49737
  var emptyFunc = function emptyFunc() {};
@@ -50263,23 +50267,31 @@ FormMovement.propTypes = {
50263
50267
  var css_248z$3 = "@charset \"UTF-8\";\n@import \"https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap\";\n\n:root {\n /* BASE COLORS */\n --color-base-blue: #00537a;\n --color-base-blue-darker: #003b57;\n --color-base-blue-lighter: #006999;\n --color-base-gray: #a2a5ab;\n --color-base-gray-darker: #777a80;\n --color-base-gray-lighter: #dee1e6;\n --color-base-gray-lightest: #f0f2f7;\n --color-base-green: #2a963c;\n --color-base-green-darker: #21732f;\n --color-base-green-ligher: #3eb051;\n --color-base-red: #e0223e;\n --color-base-red-darker: #e3566b;\n --color-base-red-ligher: #9c1f32;\n --color-base-dirty-white: #fcfcfc;\n --color-base-white: white;\n --color-base-backgroud: #dceff5;\n\n /* BASE FONTS */\n --font-base-ubuntu: \"Ubuntu\", sans-serif;\n --font-size-base: 14px;\n\n /* DISABLED */\n --disabled-bg-color: #dedede;\n --disabled-text-color: #666666;\n\n /* TRANSITIONS */\n --transition-base-duration: 220ms;\n}\n\n.styles-module_baseContainer__38IbG {\n display: flex;\n flex-direction: column;\n justify-content: center;\n padding: 1px;\n background-color: inherit;\n background: inherit;\n color: inherit;\n width: max-content;\n font-family: var(--font-base-ubuntu);\n}\n\n.styles-module_baseContainerWithSideLabel__2emzZ {\n width: min-content;\n display: flex;\n flex-direction: row;\n justify-content: center;\n padding: 1px;\n background-color: inherit;\n background: inherit;\n color: inherit;\n width: max-content;\n font-family: var(--font-base-ubuntu);\n}\n\n.styles-module_baseContainerWithSideLabel__2emzZ .styles-module_baseLabel__2rgVW {\n width: auto;\n}\n\n.styles-module_baseLabel__2rgVW {\n font-size: 0.8em;\n font-weight: 400;\n color: var(--color-base-gray-darker);\n width: 100%;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n height: 1em;\n min-height: 1em;\n}\n\n.styles-module_baseInputHolder__3VF0D {\n border: 0px;\n height: 2em;\n min-height: 2em;\n width: 100%;\n}\n\n.styles-module_baseInputHolder__3VF0D > div {\n min-height: 100%;\n}\n\n.styles-module_baseInputHolder__3VF0D > div > div {\n min-height: 100%;\n}\n\n.styles-module_baseErrorText__M44G8 {\n font-size: 0.8em;\n font-weight: 400;\n color: var(--color-base-red);\n width: 100%;\n display: flex;\n justify-content: left;\n align-items: flex-start;\n height: 1em;\n min-height: 1em;\n}\n\n/*----------------- ICONS AND FONTS ------------------------*/\n\n.styles-module_lnc__16g9S {\n font-family: \"lnclines\";\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.styles-module_ubuntuFont__ybxMw {\n font-family: var(--font-base-ubuntu);\n}\n\n.styles-module_lnc_anchor__1mOUZ:before {\n content: \"\\61\";\n}\n.styles-module_lnc_armchair__1ya1K:before {\n content: \"\\62\";\n}\n.styles-module_lnc_arrow_contract__g0Nfy:before {\n content: \"\\63\";\n}\n.styles-module_lnc_arrow_down__3vJHh:before {\n content: \"\\64\";\n}\n.styles-module_lnc_arrow_down_up__35ACC:before {\n content: \"\\65\";\n}\n.styles-module_lnc_arrow_expand__wPIqf:before {\n content: \"\\66\";\n}\n.styles-module_lnc_arrow_left___DGbf:before {\n content: \"\\67\";\n}\n.styles-module_lnc_arrow_left_right__1PiwM:before {\n content: \"\\68\";\n}\n.styles-module_lnc_arrow_right__1buc1:before {\n content: \"\\69\";\n}\n.styles-module_lnc_arrow_right_left__A_6hC:before {\n content: \"\\6a\";\n}\n.styles-module_lnc_arrow_up__27fzF:before {\n content: \"\\6b\";\n}\n.styles-module_lnc_arrow_up_down__3XdKK:before {\n content: \"\\6c\";\n}\n.styles-module_lnc_arrow_x__2PHh1:before {\n content: \"\\6d\";\n}\n.styles-module_lnc_arrow_y__2IWUO:before {\n content: \"\\6e\";\n}\n.styles-module_lnc_at__2SfkV:before {\n content: \"\\6f\";\n}\n.styles-module_lnc_badge__1ar9m:before {\n content: \"\\70\";\n}\n.styles-module_lnc_battery_empty__2UtUR:before {\n content: \"\\71\";\n}\n.styles-module_lnc_battery_full__3iSFV:before {\n content: \"\\72\";\n}\n.styles-module_lnc_battery_halfempty__HJsq8:before {\n content: \"\\73\";\n}\n.styles-module_lnc_battery_halffull__34JQt:before {\n content: \"\\74\";\n}\n.styles-module_lnc_bed__2Bv8u:before {\n content: \"\\75\";\n}\n.styles-module_lnc_bell__3-99o:before {\n content: \"\\76\";\n}\n.styles-module_lnc_bill__2WK08:before {\n content: \"\\77\";\n}\n.styles-module_lnc_book__2uUqR:before {\n content: \"\\78\";\n}\n.styles-module_lnc_bookmark__3xtMI:before {\n content: \"\\79\";\n}\n.styles-module_lnc_box__1GQ6r:before {\n content: \"\\7a\";\n}\n.styles-module_lnc_box2__1mgu3:before {\n content: \"\\41\";\n}\n.styles-module_lnc_briefcase__1WEOE:before {\n content: \"\\42\";\n}\n.styles-module_lnc_brightness__2b3sQ:before {\n content: \"\\43\";\n}\n.styles-module_lnc_broom__lxEs9:before {\n content: \"\\44\";\n}\n.styles-module_lnc_browser__11uX3:before {\n content: \"\\45\";\n}\n.styles-module_lnc_browser_software__3WUtv:before {\n content: \"\\46\";\n}\n.styles-module_lnc_brush__6mPfK:before {\n content: \"\\47\";\n}\n.styles-module_lnc_bubble__19XCr:before {\n content: \"\\48\";\n}\n.styles-module_lnc_bubble_check__3EDz2:before {\n content: \"\\49\";\n}\n.styles-module_lnc_bubble_dots__3UiH_:before {\n content: \"\\4a\";\n}\n.styles-module_lnc_bubbles__3IArb:before {\n content: \"\\4b\";\n}\n.styles-module_lnc_building__2xoeI:before {\n content: \"\\4c\";\n}\n.styles-module_lnc_bulb__o7i2f:before {\n content: \"\\4d\";\n}\n.styles-module_lnc_calculations__1xUSk:before {\n content: \"\\4e\";\n}\n.styles-module_lnc_calendar__3FtsF:before {\n content: \"\\4f\";\n}\n.styles-module_lnc_cctv__3RxxA:before {\n content: \"\\50\";\n}\n.styles-module_lnc_chart__1vxPE:before {\n content: \"\\51\";\n}\n.styles-module_lnc_chart_down__3lKSV:before {\n content: \"\\52\";\n}\n.styles-module_lnc_chart_pie__-pJZV:before {\n content: \"\\53\";\n}\n.styles-module_lnc_chart_up__1ZO5x:before {\n content: \"\\54\";\n}\n.styles-module_lnc_check__1RPUp:before {\n content: \"\\55\";\n}\n.styles-module_lnc_checkbox__2Dzv0:before {\n content: \"\\56\";\n}\n.styles-module_lnc_clock__1_sBx:before {\n content: \"\\57\";\n}\n.styles-module_lnc_clone__3EVg8:before {\n content: \"\\58\";\n}\n.styles-module_lnc_cloud__3G0gK:before {\n content: \"\\59\";\n}\n.styles-module_lnc_cloud_download__3wjl3:before {\n content: \"\\5a\";\n}\n.styles-module_lnc_cloud_no__2_RSN:before {\n content: \"\\30\";\n}\n.styles-module_lnc_cloud_upload__UtjX8:before {\n content: \"\\31\";\n}\n.styles-module_lnc_code__83D7f:before {\n content: \"\\32\";\n}\n.styles-module_lnc_coffe__3lvps:before {\n content: \"\\33\";\n}\n.styles-module_lnc_cog__1cfYg:before {\n content: \"\\34\";\n}\n.styles-module_lnc_comparation__15_VM:before {\n content: \"\\35\";\n}\n.styles-module_lnc_contract__3vyx2:before {\n content: \"\\36\";\n}\n.styles-module_lnc_cpu__1ASGP:before {\n content: \"\\37\";\n}\n.styles-module_lnc_creditcard__2wdg_:before {\n content: \"\\38\";\n}\n.styles-module_lnc_cursor__1keXd:before {\n content: \"\\39\";\n}\n.styles-module_lnc_cut__3n_2y:before {\n content: \"\\21\";\n}\n.styles-module_lnc_dashboard__3nW31:before {\n content: \"\\22\";\n}\n.styles-module_lnc_database__2n8Gb:before {\n content: \"\\23\";\n}\n.styles-module_lnc_down__2C-R7:before {\n content: \"\\24\";\n}\n.styles-module_lnc_download__3W4eN:before {\n content: \"\\25\";\n}\n.styles-module_lnc_download2__FQJRc:before {\n content: \"\\26\";\n}\n.styles-module_lnc_drop__prcFy:before {\n content: \"\\27\";\n}\n.styles-module_lnc_earth__2kk6C:before {\n content: \"\\28\";\n}\n.styles-module_lnc_equal__1idc4:before {\n content: \"\\29\";\n}\n.styles-module_lnc_eraser__140Tm:before {\n content: \"\\2a\";\n}\n.styles-module_lnc_exchange__1F8Xe:before {\n content: \"\\2b\";\n}\n.styles-module_lnc_exchange2__TK1ey:before {\n content: \"\\2c\";\n}\n.styles-module_lnc_expand__SuCNT:before {\n content: \"\\2d\";\n}\n.styles-module_lnc_eyedropper__ztoSi:before {\n content: \"\\2e\";\n}\n.styles-module_lnc_file__1qiUG:before {\n content: \"\\2f\";\n}\n.styles-module_lnc_file_broken__1fRaz:before {\n content: \"\\3a\";\n}\n.styles-module_lnc_file_check__1Afkt:before {\n content: \"\\3b\";\n}\n.styles-module_lnc_file_download__B7cX-:before {\n content: \"\\3c\";\n}\n.styles-module_lnc_file_image__2li0v:before {\n content: \"\\3d\";\n}\n.styles-module_lnc_file_minus__2GUoy:before {\n content: \"\\3e\";\n}\n.styles-module_lnc_file_plus__1tiZy:before {\n content: \"\\3f\";\n}\n.styles-module_lnc_file_text__NwM9m:before {\n content: \"\\40\";\n}\n.styles-module_lnc_file_upload__1IwPA:before {\n content: \"\\5b\";\n}\n.styles-module_lnc_file_warning__2e102:before {\n content: \"\\5d\";\n}\n.styles-module_lnc_file_x__BSBn1:before {\n content: \"\\5e\";\n}\n.styles-module_lnc_filter__1gYeq:before {\n content: \"\\5f\";\n}\n.styles-module_lnc_fingerprint__L3_2j:before {\n content: \"\\60\";\n}\n.styles-module_lnc_flag__3FTpw:before {\n content: \"\\7b\";\n}\n.styles-module_lnc_flashdrive__11xkO:before {\n content: \"\\7c\";\n}\n.styles-module_lnc_folder__1mArN:before {\n content: \"\\7d\";\n}\n.styles-module_lnc_fragile__a_RLx:before {\n content: \"\\7e\";\n}\n.styles-module_lnc_glass__wBAnb:before {\n content: \"\\5c\";\n}\n.styles-module_lnc_grid__1B2cs:before {\n content: \"\\e000\";\n}\n.styles-module_lnc_grid_masonery__6vAwP:before {\n content: \"\\e001\";\n}\n.styles-module_lnc_harddrive__3HecB:before {\n content: \"\\e002\";\n}\n.styles-module_lnc_headphones__1IRid:before {\n content: \"\\e003\";\n}\n.styles-module_lnc_heart__30_Dc:before {\n content: \"\\e004\";\n}\n.styles-module_lnc_home__1LWG5:before {\n content: \"\\e005\";\n}\n.styles-module_lnc_image__3XWmh:before {\n content: \"\\e006\";\n}\n.styles-module_lnc_in__IuJWj:before {\n content: \"\\e007\";\n}\n.styles-module_lnc_inbox__E74SS:before {\n content: \"\\e008\";\n}\n.styles-module_lnc_infinity__1RvvQ:before {\n content: \"\\e009\";\n}\n.styles-module_lnc_info__z95Ob:before {\n content: \"\\e00a\";\n}\n.styles-module_lnc_injection__2IsuK:before {\n content: \"\\e00b\";\n}\n.styles-module_lnc_internet__cxoEO:before {\n content: \"\\e00c\";\n}\n.styles-module_lnc_internet2__3LMdv:before {\n content: \"\\e00d\";\n}\n.styles-module_lnc_intersect__39vbH:before {\n content: \"\\e00e\";\n}\n.styles-module_lnc_key__2y70L:before {\n content: \"\\e00f\";\n}\n.styles-module_lnc_laptop__34gQU:before {\n content: \"\\e010\";\n}\n.styles-module_lnc_layers__36j1J:before {\n content: \"\\e011\";\n}\n.styles-module_lnc_layout__3Nu0-:before {\n content: \"\\e012\";\n}\n.styles-module_lnc_leaf__TnTjW:before {\n content: \"\\e013\";\n}\n.styles-module_lnc_left__10F5v:before {\n content: \"\\e014\";\n}\n.styles-module_lnc_lifering__2xRtL:before {\n content: \"\\e015\";\n}\n.styles-module_lnc_link__1L7Lq:before {\n content: \"\\e016\";\n}\n.styles-module_lnc_list__3cGnx:before {\n content: \"\\e017\";\n}\n.styles-module_lnc_list2__1g9i8:before {\n content: \"\\e018\";\n}\n.styles-module_lnc_location__2K1vc:before {\n content: \"\\e019\";\n}\n.styles-module_lnc_lock_off__1pwfe:before {\n content: \"\\e01a\";\n}\n.styles-module_lnc_lock_on__R7CsM:before {\n content: \"\\e01b\";\n}\n.styles-module_lnc_magnet__1xUko:before {\n content: \"\\e01c\";\n}\n.styles-module_lnc_mail__1-4Wq:before {\n content: \"\\e01d\";\n}\n.styles-module_lnc_map__2G6fo:before {\n content: \"\\e01e\";\n}\n.styles-module_lnc_megaphone__1U1Tj:before {\n content: \"\\e01f\";\n}\n.styles-module_lnc_microphone__1NMns:before {\n content: \"\\e020\";\n}\n.styles-module_lnc_microphone_no__2RWUY:before {\n content: \"\\e021\";\n}\n.styles-module_lnc_microscope__2AQCZ:before {\n content: \"\\e022\";\n}\n.styles-module_lnc_minus__28NzW:before {\n content: \"\\e023\";\n}\n.styles-module_lnc_mobile__3U8Lo:before {\n content: \"\\e024\";\n}\n.styles-module_lnc_monitor__1FYh4:before {\n content: \"\\e025\";\n}\n.styles-module_lnc_move__2cnG4:before {\n content: \"\\e026\";\n}\n.styles-module_lnc_move2__2-1c-:before {\n content: \"\\e027\";\n}\n.styles-module_lnc_network__1MijV:before {\n content: \"\\e028\";\n}\n.styles-module_lnc_onoff__1ZOVJ:before {\n content: \"\\e029\";\n}\n.styles-module_lnc_out___Zvj0:before {\n content: \"\\e02a\";\n}\n.styles-module_lnc_pause__2GVgP:before {\n content: \"\\e02b\";\n}\n.styles-module_lnc_pencil__2agKN:before {\n content: \"\\e02c\";\n}\n.styles-module_lnc_pencil_ruler__24nqS:before {\n content: \"\\e02d\";\n}\n.styles-module_lnc_peper_plane__1qFRM:before {\n content: \"\\e02e\";\n}\n.styles-module_lnc_peperclip__13DaN:before {\n content: \"\\e02f\";\n}\n.styles-module_lnc_phone__19YBI:before {\n content: \"\\e030\";\n}\n.styles-module_lnc_phone_ringing__a3Kv8:before {\n content: \"\\e031\";\n}\n.styles-module_lnc_photo__18Q1V:before {\n content: \"\\e032\";\n}\n.styles-module_lnc_photo_no__3oatk:before {\n content: \"\\e033\";\n}\n.styles-module_lnc_pin__3lM5Z:before {\n content: \"\\e034\";\n}\n.styles-module_lnc_plaster__2vI3i:before {\n content: \"\\e035\";\n}\n.styles-module_lnc_play__1OC8v:before {\n content: \"\\e036\";\n}\n.styles-module_lnc_plus__1c00f:before {\n content: \"\\e037\";\n}\n.styles-module_lnc_power_cable__Kxpjn:before {\n content: \"\\e038\";\n}\n.styles-module_lnc_presentation__34sFZ:before {\n content: \"\\e039\";\n}\n.styles-module_lnc_printer__CTvDs:before {\n content: \"\\e03a\";\n}\n.styles-module_lnc_question__Fx68o:before {\n content: \"\\e03b\";\n}\n.styles-module_lnc_redo__128IY:before {\n content: \"\\e03c\";\n}\n.styles-module_lnc_refresh__MrGzd:before {\n content: \"\\e03d\";\n}\n.styles-module_lnc_reload__9QGWt:before {\n content: \"\\e03e\";\n}\n.styles-module_lnc_repeat__2zF-q:before {\n content: \"\\e03f\";\n}\n.styles-module_lnc_replace__2NrlU:before {\n content: \"\\e040\";\n}\n.styles-module_lnc_right__1Tjn9:before {\n content: \"\\e041\";\n}\n.styles-module_lnc_rocket__2IgNF:before {\n content: \"\\e042\";\n}\n.styles-module_lnc_router__3Lmyt:before {\n content: \"\\e043\";\n}\n.styles-module_lnc_ruler__1zJy4:before {\n content: \"\\e044\";\n}\n.styles-module_lnc_safety__ODng_:before {\n content: \"\\e045\";\n}\n.styles-module_lnc_search__3fsCd:before {\n content: \"\\e047\";\n}\n.styles-module_lnc_settings__aYSqN:before {\n content: \"\\e048\";\n}\n.styles-module_lnc_settings2__1QxU2:before {\n content: \"\\e049\";\n}\n.styles-module_lnc_share__u6ngi:before {\n content: \"\\e04a\";\n}\n.styles-module_lnc_shield_check__2EWRM:before {\n content: \"\\e04b\";\n}\n.styles-module_lnc_shop_basket__26vEs:before {\n content: \"\\e04c\";\n}\n.styles-module_lnc_shop_cart__3N0Nv:before {\n content: \"\\e04d\";\n}\n.styles-module_lnc_shop_cart2__1TlL0:before {\n content: \"\\e04e\";\n}\n.styles-module_lnc_shuffle__vZLlv:before {\n content: \"\\e04f\";\n}\n.styles-module_lnc_slash__2YK_q:before {\n content: \"\\e050\";\n}\n.styles-module_lnc_spanner__129hA:before {\n content: \"\\e051\";\n}\n.styles-module_lnc_speaker__19oJH:before {\n content: \"\\e052\";\n}\n.styles-module_lnc_speaker_minus__BLI9-:before {\n content: \"\\e053\";\n}\n.styles-module_lnc_speaker_plus__1QtrR:before {\n content: \"\\e054\";\n}\n.styles-module_lnc_speaker_x__1VIfZ:before {\n content: \"\\e055\";\n}\n.styles-module_lnc_star__3kpNQ:before {\n content: \"\\e056\";\n}\n.styles-module_lnc_stop__tNiYb:before {\n content: \"\\e057\";\n}\n.styles-module_lnc_tag__2Fv-2:before {\n content: \"\\e059\";\n}\n.styles-module_lnc_target__VrxN8:before {\n content: \"\\e05a\";\n}\n.styles-module_lnc_trash__3cF6w:before {\n content: \"\\e05b\";\n}\n.styles-module_lnc_trolley__3OvXo:before {\n content: \"\\e05c\";\n}\n.styles-module_lnc_undo__1tJoX:before {\n content: \"\\e05d\";\n}\n.styles-module_lnc_up__3eKPI:before {\n content: \"\\e05e\";\n}\n.styles-module_lnc_upload__3gwmX:before {\n content: \"\\e05f\";\n}\n.styles-module_lnc_upload2__3hTP1:before {\n content: \"\\e060\";\n}\n.styles-module_lnc_user__1942u:before {\n content: \"\\e061\";\n}\n.styles-module_lnc_user2__21L0B:before {\n content: \"\\e062\";\n}\n.styles-module_lnc_user3__12PJt:before {\n content: \"\\e063\";\n}\n.styles-module_lnc_users__uUh5y:before {\n content: \"\\e064\";\n}\n.styles-module_lnc_video_player__eTudW:before {\n content: \"\\e065\";\n}\n.styles-module_lnc_wallet__NWMof:before {\n content: \"\\e066\";\n}\n.styles-module_lnc_warning__1XnCh:before {\n content: \"\\e067\";\n}\n.styles-module_lnc_wheelchair__-fneh:before {\n content: \"\\e068\";\n}\n.styles-module_lnc_wifi__1PB6c:before {\n content: \"\\e069\";\n}\n.styles-module_lnc_x__2NqwY:before {\n content: \"\\e06a\";\n}\n.styles-module_lnc_zoom_in__2p5NL:before {\n content: \"\\e06b\";\n}\n.styles-module_lnc_zoom_out__3-N8X:before {\n content: \"\\e06c\";\n}\n.styles-module_lnc_firewall__1T-xo:before {\n content: \"\\e06d\";\n}\n.styles-module_lnc_down_double__eQn46:before {\n content: \"\\e046\";\n}\n.styles-module_lnc_file_search__2NdXs:before {\n content: \"\\e06e\";\n}\n.styles-module_lnc_filter2__25zUC:before {\n content: \"\\e06f\";\n}\n.styles-module_lnc_flash__2spoO:before {\n content: \"\\e070\";\n}\n.styles-module_lnc_left_double__lGlAL:before {\n content: \"\\e071\";\n}\n.styles-module_lnc_right_double__2LGrY:before {\n content: \"\\e072\";\n}\n.styles-module_lnc_save__1es4N:before {\n content: \"\\e073\";\n}\n.styles-module_lnc_save_plus__3mggy:before {\n content: \"\\e074\";\n}\n.styles-module_lnc_server__npXWA:before {\n content: \"\\e075\";\n}\n.styles-module_lnc_table__Wz3bc:before {\n content: \"\\e076\";\n}\n.styles-module_lnc_table2__11-XY:before {\n content: \"\\e077\";\n}\n.styles-module_lnc_time_back__3_jgl:before {\n content: \"\\e078\";\n}\n.styles-module_lnc_time_forward__3ttuV:before {\n content: \"\\e079\";\n}\n.styles-module_lnc_up_double__2McTh:before {\n content: \"\\e07a\";\n}\n.styles-module_lnc_align_center__1lFF1:before {\n content: \"\\e058\";\n}\n.styles-module_lnc_align_left__2EEHH:before {\n content: \"\\e07b\";\n}\n.styles-module_lnc_align_right__wdwMo:before {\n content: \"\\e07c\";\n}\n.styles-module_lnc_car__2O1gg:before {\n content: \"\\e07d\";\n}\n.styles-module_lnc_cashregister__29tQ6:before {\n content: \"\\e07e\";\n}\n.styles-module_lnc_file_excel__1vcQh:before {\n content: \"\\e07f\";\n}\n.styles-module_lnc_file_pdf__2t9O1:before {\n content: \"\\e080\";\n}\n.styles-module_lnc_file_word__2DGwd:before {\n content: \"\\e081\";\n}\n.styles-module_lnc_puzzle__2C4g9:before {\n content: \"\\e082\";\n}\n.styles-module_lnc_rotate_vertical__NlAcx:before {\n content: \"\\e083\";\n}\n.styles-module_lnc_rotate_horizontal__1A2w-:before {\n content: \"\\e084\";\n}\n.styles-module_lnc_sum__10wqe:before {\n content: \"\\e085\";\n}\n.styles-module_lnc_usb__12ZHW:before {\n content: \"\\e086\";\n}\n.styles-module_lnc_checklist__2Sfo3:before {\n content: \"\\e087\";\n}\n.styles-module_lnc_checklist2__3UhHY:before {\n content: \"\\e088\";\n}\n.styles-module_lnc_concentrate__umSCo:before {\n content: \"\\e089\";\n}\n.styles-module_lnc_cutlery__13cgD:before {\n content: \"\\e08a\";\n}\n.styles-module_lnc_exchange3__3AZld:before {\n content: \"\\e08b\";\n}\n.styles-module_lnc_graduate_cap__1ByaN:before {\n content: \"\\e08c\";\n}\n.styles-module_lnc_id__2geFo:before {\n content: \"\\e08d\";\n}\n.styles-module_lnc_printer_check__3iWO0:before {\n content: \"\\e08e\";\n}\n.styles-module_lnc_slide_left__1lNSO:before {\n content: \"\\e08f\";\n}\n.styles-module_lnc_slide_right__2Kkpl:before {\n content: \"\\e090\";\n}\n.styles-module_lnc_user_switch__2Hki4:before {\n content: \"\\e091\";\n}\n.styles-module_lnc_aggregate__1b8Xb:before {\n content: \"\\e092\";\n}\n.styles-module_lnc_backspace__2SgjG:before {\n content: \"\\e093\";\n}\n.styles-module_lnc_code2__1EbMZ:before {\n content: \"\\e094\";\n}\n.styles-module_lnc_edit__3BwLt:before {\n content: \"\\e095\";\n}\n.styles-module_lnc_handshake__k9t7X:before {\n content: \"\\e096\";\n}\n.styles-module_lnc_input__1BsI_:before {\n content: \"\\e097\";\n}\n.styles-module_lnc_intersect2__D0t4N:before {\n content: \"\\e098\";\n}\n.styles-module_lnc_logo_dropbox__1bBky:before {\n content: \"\\e099\";\n}\n.styles-module_lnc_logo_facebook__2LFx7:before {\n content: \"\\e09a\";\n}\n.styles-module_lnc_logo_gdrive__lm2Xx:before {\n content: \"\\e09b\";\n}\n.styles-module_lnc_logo_hangouts__3mBpc:before {\n content: \"\\e09c\";\n}\n.styles-module_lnc_logo_instagram__1yoE_:before {\n content: \"\\e09d\";\n}\n.styles-module_lnc_logo_linkedin___bnn1:before {\n content: \"\\e09e\";\n}\n.styles-module_lnc_logo_messenger__22UXJ:before {\n content: \"\\e09f\";\n}\n.styles-module_lnc_logo_paypal__1ctNm:before {\n content: \"\\e0a0\";\n}\n.styles-module_lnc_logo_pinterest__2WBvf:before {\n content: \"\\e0a1\";\n}\n.styles-module_lnc_logo_playstore__2dNKy:before {\n content: \"\\e0a2\";\n}\n.styles-module_lnc_logo_skype__4zqs0:before {\n content: \"\\e0a3\";\n}\n.styles-module_lnc_logo_twitter__2qNGG:before {\n content: \"\\e0a4\";\n}\n.styles-module_lnc_logo_viber__a0Vu8:before {\n content: \"\\e0a5\";\n}\n.styles-module_lnc_logo_whatsapp__1pRGX:before {\n content: \"\\e0a6\";\n}\n.styles-module_lnc_logo_youtube__2rBKz:before {\n content: \"\\e0a7\";\n}\n.styles-module_lnc_measure__7wXpY:before {\n content: \"\\e0a8\";\n}\n.styles-module_lnc_percent__3qmzf:before {\n content: \"\\e0a9\";\n}\n.styles-module_lnc_scan_barcode__2BfUT:before {\n content: \"\\e0aa\";\n}\n.styles-module_lnc_scan_number__20DM5:before {\n content: \"\\e0ab\";\n}\n.styles-module_lnc_scan_qr__2TG1C:before {\n content: \"\\e0ac\";\n}\n.styles-module_lnc_user_speaker__2XqGz:before {\n content: \"\\e0ad\";\n}\n.styles-module_lnc_users_connected__2gVEp:before {\n content: \"\\e0ae\";\n}\n.styles-module_lnc_dots__iFPx7:before {\n content: \"\\e0af\";\n}\n.styles-module_lnc_grid_plus__13nKs:before {\n content: \"\\e0b0\";\n}\n.styles-module_lnc_sort_vertical__27lK1:before {\n content: \"\\e0b1\";\n}\n.styles-module_lnc_sort_horizontal__NCpoS:before {\n content: \"\\e0b2\";\n}\n.styles-module_lnc_grid_minus__YaD5A:before {\n content: \"\\e0b3\";\n}\n.styles-module_lnc_calendar_check__Xk2zp:before {\n content: \"\\e0b4\";\n}\n.styles-module_lnc_calendar_minus__1WJp0:before {\n content: \"\\e0b5\";\n}\n.styles-module_lnc_calendar_plus__3dmG_:before {\n content: \"\\e0b6\";\n}\n.styles-module_lnc_calendar_x__MI4zD:before {\n content: \"\\e0b7\";\n}\n.styles-module_lnc_eye__3StZy:before {\n content: \"\\e0b8\";\n}\n.styles-module_lnc_eye_no__3YiHU:before {\n content: \"\\e0b9\";\n}\n";
50264
50268
  styleInject(css_248z$3);
50265
50269
 
50266
- var _templateObject$b, _templateObject2$8, _templateObject3$7, _templateObject4$6, _templateObject5$6, _templateObject6$4, _templateObject7$3, _templateObject8$3, _templateObject9$3;
50267
- var Container$b = newStyled.div(_templateObject$b || (_templateObject$b = _taggedTemplateLiteral(["\n border: 1.5px solid rgba(165, 164, 164, 0.4);\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
50270
+ var _templateObject$b, _templateObject2$8, _templateObject3$7, _templateObject4$6, _templateObject5$6, _templateObject6$4, _templateObject7$3, _templateObject8$3, _templateObject9$3, _templateObject10$3, _templateObject11$2, _templateObject12$2, _templateObject13$1;
50271
+ var Container$b = newStyled.div(_templateObject$b || (_templateObject$b = _taggedTemplateLiteral(["\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
50268
50272
  var Wrapper = newStyled.div(_templateObject2$8 || (_templateObject2$8 = _taggedTemplateLiteral([""])));
50269
50273
  var TableTable = newStyled.table(_templateObject3$7 || (_templateObject3$7 = _taggedTemplateLiteral(["\n border-collapse: collapse;\n width: 100%;\n"])));
50270
- var TableHead = newStyled.thead(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteral(["\n background-color: ", ";\n color: ", ";\n"])), theme.palette.primary.main, theme.palette.primary.text);
50271
- var TableHeadRow = newStyled.tr(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteral([""])));
50272
- var TableHeadCell = newStyled.th(_templateObject6$4 || (_templateObject6$4 = _taggedTemplateLiteral(["\n text-align: left;\n transition: all 250ms ease;\n\n ", "\n\n &:first-of-type {\n border-radius: 3px 0 0 0;\n }\n\n &:last-of-type {\n border-radius: 0 3px 0 0;\n }\n\n &:hover {\n background-color: ", ";\n cursor: pointer;\n }\n"])), function (props) {
50274
+ var TableHead = newStyled.thead(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteral(["\n color: ", ";\n border-top: 1px solid #80808025;\n"])), theme.palette.primary.textDark);
50275
+ var TableHeadRow = newStyled.tr(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteral(["\n border-bottom: 1px solid #80808025;\n"])));
50276
+ var TableHeadCell = newStyled.th(_templateObject6$4 || (_templateObject6$4 = _taggedTemplateLiteral(["\n text-align: left;\n transition: all 250ms ease;\n font-weight: 900;\n\n ", "\n\n &:first-of-type {\n border-radius: 3px 0 0 0;\n }\n\n &:last-of-type {\n border-radius: 0 3px 0 0;\n }\n\n &:hover {\n // background-color: ", ";\n background-color: #f0f0f0;\n cursor: pointer;\n }\n"])), function (props) {
50273
50277
  return props.selectionCell === true ? "width: 27px; padding: 1px 1px 1px 6px;" : "padding: 5px 5px 5px 6px;";
50274
50278
  }, theme.palette.primary.light);
50275
- var TableBody = newStyled.tbody(_templateObject7$3 || (_templateObject7$3 = _taggedTemplateLiteral([""])));
50276
- var TableBodyRow = newStyled.tr(_templateObject8$3 || (_templateObject8$3 = _taggedTemplateLiteral(["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n\n ", "\n\n ", "\n"])), function (props) {
50277
- if (props.selectedRow !== true) return "\n &:nth-of-type(even) {\n background-color: #f5f5f5;\n }\n\n &:hover {\n & > td {\n border-bottom: 1px solid ".concat(theme.palette.primary.light, ";\n border-top: 1px solid ").concat(theme.palette.primary.light, ";\n }\n \n cursor: pointer;\n }");else return "";
50279
+ var HeaderInnerCell = newStyled.div(_templateObject7$3 || (_templateObject7$3 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n align-items: center;\n // justify-content: center;\n\n & i {\n color: black;\n }\n"])));
50280
+ var HeaderCellText = newStyled.span(_templateObject8$3 || (_templateObject8$3 = _taggedTemplateLiteral(["\n color: black;\n"])));
50281
+ var HeaderCellIcon = newStyled.span(_templateObject9$3 || (_templateObject9$3 = _taggedTemplateLiteral(["\n color: black;\n margin-left: auto;\n\n & i {\n color: ", ";\n }\n"])), function (props) {
50282
+ return props.sort ? "transparent" : "black";
50283
+ });
50284
+ var TableBody = newStyled.tbody(_templateObject10$3 || (_templateObject10$3 = _taggedTemplateLiteral([""])));
50285
+ var TableBodyRowNested = newStyled.tr(_templateObject11$2 || (_templateObject11$2 = _taggedTemplateLiteral(["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n background-color: #f7f7f7;\n cursor: normal;\n"])));
50286
+ var TableBodyRow = newStyled.tr(_templateObject12$2 || (_templateObject12$2 = _taggedTemplateLiteral(["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n background-color: ", ";\n\n ", "\n ", ";\n"])), function (props) {
50287
+ return props.nested ? "#f7f7f7" : "inherit";
50288
+ }, function (props) {
50289
+ if (props.selectedRow !== true) return "\n &:hover {\n & > td {\n background-color: #f0f0f0;\n }\n \n cursor: pointer;\n }";else return "";
50278
50290
  }, function (props) {
50279
- if (props.selectedRow === true) return "\n background-color: ".concat(theme.palette.primary.lighter, ";\n \n & > td {\n border-bottom: 1px solid ").concat(theme.palette.primary.light, ";\n border-top: 1px solid ").concat(theme.palette.primary.light, ";\n }\n ");else return "";
50291
+ if (props.selectedRow === true) return "\n background-color: ".concat(theme.palette.primary.lighter, ";\n cursor: pointer;\n ");else return "";
50280
50292
  });
50281
- var TableBodyCell = newStyled.td(_templateObject9$3 || (_templateObject9$3 = _taggedTemplateLiteral(["\n ", "\n"])), function (props) {
50282
- return props.selectionCell === true ? "padding: 1px 1px 1px 6px;" : "padding: 5px 5px 5px 10px;";
50293
+ var TableBodyCell = newStyled.td(_templateObject13$1 || (_templateObject13$1 = _taggedTemplateLiteral(["\n padding: ", ";\n"])), function (props) {
50294
+ return props.selectionCell === true ? "1px 1px 1px 6px" : "5px 5px 5px 10px";
50283
50295
  });
50284
50296
 
50285
50297
  var Table = function Table(props) {
@@ -50328,7 +50340,12 @@ var Table = function Table(props) {
50328
50340
  EnableOrdering = _ref3$EnableOrdering === void 0 ? false : _ref3$EnableOrdering,
50329
50341
  _ref3$SelectionType = _ref3.SelectionType,
50330
50342
  SelectionType = _ref3$SelectionType === void 0 ? TableSelectionType$1.SINGLE : _ref3$SelectionType; //======================== STATE ============================================
50331
- //======================== METHODS ==========================================
50343
+
50344
+
50345
+ var _useState = useState([]),
50346
+ _useState2 = _slicedToArray(_useState, 2),
50347
+ expandedColumns = _useState2[0],
50348
+ setExpandedColumns = _useState2[1]; //======================== METHODS ==========================================
50332
50349
 
50333
50350
 
50334
50351
  var handleSelectAll = function handleSelectAll() {
@@ -50348,58 +50365,55 @@ var Table = function Table(props) {
50348
50365
  return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, Data.map(function (dataItem, i) {
50349
50366
  return renderBodyRow(dataItem, i);
50350
50367
  }));
50351
- }; // const renderEmptySelectionCell = () => {
50352
- // if (
50353
- // !EnableSelection ||
50354
- // ReadOnly ||
50355
- // (IsLookup && SelectionType === TableSelectionType.SINGLE)
50356
- // )
50357
- // return <></>;
50358
- // return (
50359
- // <td
50360
- // className={[
50361
- // style["table-cell"],
50362
- // style["special-cell-render"],
50363
- // style["select-checkbox"],
50364
- // ].join(" ")}
50365
- // ></td>
50366
- // );
50367
- // };
50368
- // const renderGroupBodyRows = (col, dataItem) => {
50369
- // if (col) var nestedArray = dataItem[col.accessor];
50370
- // if (nestedArray) {
50371
- // return dataItem[col.accessor].map((x, i) => {
50372
- // return (
50373
- // <tr
50374
- // key={i + 100}
50375
- // className={[
50376
- // style["table-row-group-by-nested"],
50377
- // style["table-row-odd"],
50378
- // ].join(" ")}
50379
- // >
50380
- // {renderEmptySelectionCell()}
50381
- // {Columns.map((col, j) => {
50382
- // return renderBodyCell(x, col, i + 100, j + 100);
50383
- // })}
50384
- // </tr>
50385
- // );
50386
- // });
50387
- // }
50388
- // return <></>;
50389
- // };
50368
+ };
50369
+
50370
+ var renderEmptySelectionCell = function renderEmptySelectionCell() {
50371
+ if (!EnableSelection || ReadOnly || IsLookup && SelectionType === TableSelectionType$1.SINGLE) return /*#__PURE__*/React__default.createElement(React__default.Fragment, null);
50372
+ return /*#__PURE__*/React__default.createElement("td", null);
50373
+ };
50390
50374
 
50375
+ var renderGroupBodyRows = function renderGroupBodyRows(col, dataItem) {
50376
+ var nestedArray;
50377
+ if (col) nestedArray = dataItem[col.accessor];
50378
+
50379
+ if (nestedArray) {
50380
+ return dataItem[col.accessor].map(function (x, i) {
50381
+ return /*#__PURE__*/React__default.createElement(TableBodyRowNested, {
50382
+ key: i + 100
50383
+ }, renderEmptySelectionCell(), /*#__PURE__*/React__default.createElement("td", null), Columns.map(function (col, j) {
50384
+ return renderBodyCell(x, col, i + 100, j + 100);
50385
+ }));
50386
+ });
50387
+ }
50388
+
50389
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null);
50390
+ };
50391
50391
 
50392
50392
  var renderBodyRow = function renderBodyRow(dataItem, i) {
50393
- Columns.find(function (x) {
50394
- return x.nested;
50393
+ var nested = Columns.find(function (x) {
50394
+ return x.nested === true;
50395
50395
  });
50396
50396
  var rowSelected = isRowSelected(dataItem);
50397
+ var nestedArray;
50398
+ if (nested) nestedArray = dataItem[nested.accessor];
50397
50399
  return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(TableBodyRow, {
50398
50400
  selectedRow: rowSelected,
50399
- key: i
50400
- }, renderSelectionCell(dataItem, rowSelected), Columns.map(function (col, j) {
50401
+ key: i,
50402
+ onClick: function onClick() {
50403
+ if (expandedColumns.includes(dataItem[SelectionIndicator])) {
50404
+ setExpandedColumns(expandedColumns.filter(function (x) {
50405
+ return x != dataItem[SelectionIndicator];
50406
+ }));
50407
+ } else {
50408
+ setExpandedColumns([].concat(_toConsumableArray(expandedColumns), [dataItem[SelectionIndicator]]));
50409
+ }
50410
+ }
50411
+ }, renderSelectionCell(dataItem, rowSelected), nested && nestedArray && nestedArray.length > 0 ? /*#__PURE__*/React__default.createElement("td", null, /*#__PURE__*/React__default.createElement(Icon$1, {
50412
+ color: "primary",
50413
+ icon: expandedColumns.includes(dataItem[SelectionIndicator]) ? "caret-square-down" : "caret-square-right"
50414
+ })) : /*#__PURE__*/React__default.createElement("td", null), Columns.map(function (col, j) {
50401
50415
  return renderBodyCell(dataItem, col, i, j);
50402
- })));
50416
+ })), expandedColumns.includes(dataItem[SelectionIndicator]) && renderGroupBodyRows(nested, dataItem));
50403
50417
  };
50404
50418
 
50405
50419
  var renderHeaderCell = function renderHeaderCell(col, i) {
@@ -50409,17 +50423,19 @@ var Table = function Table(props) {
50409
50423
  return OnOrder(col.accessor);
50410
50424
  };
50411
50425
  var orderingIconClass = "sort";
50412
- if (isOrderByColumn && Ascending) orderingIconClass = "sort-up";
50413
- if (isOrderByColumn && Descending) orderingIconClass = "sort-down";
50426
+ if (isOrderByColumn && Ascending) orderingIconClass = "long-arrow-alt-up";
50427
+ if (isOrderByColumn && Descending) orderingIconClass = "long-arrow-alt-down";
50414
50428
  if (isOrderByColumn && !Ascending && !Descending) orderingIconClass = "sort";
50415
50429
  if (!isOrderByColumn || Accessor === "") orderingIconClass = "sort";
50416
50430
  return /*#__PURE__*/React__default.createElement(TableHeadCell, {
50417
50431
  key: i,
50418
50432
  onClick: onClick
50419
- }, /*#__PURE__*/React__default.createElement("div", null, col.name, !hideOrdering && /*#__PURE__*/React__default.createElement(Icon$1, {
50433
+ }, /*#__PURE__*/React__default.createElement(HeaderInnerCell, null, /*#__PURE__*/React__default.createElement(HeaderCellText, null, " ", col.name), !hideOrdering && /*#__PURE__*/React__default.createElement(HeaderCellIcon, {
50434
+ sort: orderingIconClass === "sort"
50435
+ }, /*#__PURE__*/React__default.createElement(Icon$1, {
50420
50436
  color: "white",
50421
50437
  icon: orderingIconClass
50422
- })));
50438
+ }))));
50423
50439
  };
50424
50440
 
50425
50441
  var renderSelectionCell = function renderSelectionCell(dataItem, selected) {
@@ -50462,7 +50478,11 @@ var Table = function Table(props) {
50462
50478
 
50463
50479
  return /*#__PURE__*/React__default.createElement(Container$b, null, /*#__PURE__*/React__default.createElement(Wrapper, null, /*#__PURE__*/React__default.createElement(TableTable, {
50464
50480
  cellSpacing: 0
50465
- }, /*#__PURE__*/React__default.createElement(TableHead, null, /*#__PURE__*/React__default.createElement(TableHeadRow, null, renderSelectAllHeaderCell(), Columns.map(function (col, i) {
50481
+ }, /*#__PURE__*/React__default.createElement(TableHead, null, /*#__PURE__*/React__default.createElement(TableHeadRow, null, renderSelectAllHeaderCell(), /*#__PURE__*/React__default.createElement("th", {
50482
+ style: {
50483
+ width: "13px"
50484
+ }
50485
+ }), Columns.map(function (col, i) {
50466
50486
  return renderHeaderCell(col, i);
50467
50487
  }))), /*#__PURE__*/React__default.createElement(TableBody, null, renderBody()))));
50468
50488
  };
@@ -50856,11 +50876,11 @@ var getBorderSyle = function getBorderSyle(borderStyle, read, theme, color) {
50856
50876
 
50857
50877
  var Container$a = newStyled.div(_templateObject$a || (_templateObject$a = _taggedTemplateLiteral(["\n box-shadow: 0 0 12px #bebebe;\n borderradius: 3px;\n padding: 4px;\n"])));
50858
50878
  var TableContainer = newStyled.div(_templateObject2$7 || (_templateObject2$7 = _taggedTemplateLiteral(["\n font-family: var(--font-base-ubuntu);\n display: flex;\n justify-content: space-between;\n flex-direction: column;\n"])));
50859
- var PaginationContainer = newStyled.div(_templateObject3$6 || (_templateObject3$6 = _taggedTemplateLiteral(["\n margin-top: 6px;\n"])));
50879
+ var PaginationContainer = newStyled.div(_templateObject3$6 || (_templateObject3$6 = _taggedTemplateLiteral(["\n margin-top: 6px;\n border-top: 1px solid #80808025;\n"])));
50860
50880
  var FormContainer$1 = newStyled.div(_templateObject4$5 || (_templateObject4$5 = _taggedTemplateLiteral(["\n height: 100%;\n overflow-y: auto;\n max-height: calc(100vh - 120px);\n ", "\n"])), function (props) {
50861
50881
  return getBorderSyle(props.borderStyle, props.read, props.theme, props.color);
50862
50882
  });
50863
- var HeaderContainer = newStyled.div(_templateObject5$5 || (_templateObject5$5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: left;\n align-items: center;\n margin-bottom: 5px;\n\n border: 1.5px solid rgba(165, 164, 164, 0.4);\n border-radius: 3px;\n padding: 4px;\n font-size: 12px;\n font-family: \"Ubuntu\";\n"])));
50883
+ var HeaderContainer = newStyled.div(_templateObject5$5 || (_templateObject5$5 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: left;\n align-items: center;\n margin-bottom: 5px;\n\n border-radius: 3px;\n padding: 0px;\n font-size: 12px;\n font-family: \"Ubuntu\";\n"])));
50864
50884
  var FlexItem = newStyled.div(_templateObject6$3 || (_templateObject6$3 = _taggedTemplateLiteral(["\n padding-left: 3px;\n padding-right: 4px;\n font-size: 1.4em;\n max-height: 40px;\n"])));
50865
50885
  var DeveloperMessageContainer = newStyled.div(_templateObject7$2 || (_templateObject7$2 = _taggedTemplateLiteral(["\n margin-top: 5px;\n padding: 8px;\n border: 2px solid rgba(255, 0, 0, 0.725);\n background-color: rgba(252, 79, 79, 0.104);\n font-size: 11px;\n"])));
50866
50886
  var DeveloperMessage = newStyled.div(_templateObject8$2 || (_templateObject8$2 = _taggedTemplateLiteral(["\n color: rgb(180, 3, 3);\n"])));
@@ -51906,7 +51926,8 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
51906
51926
  tooltip: state.Form.Mode === FormMode.READ ? Localization.FormEditMode || "Edit mode" : Localization.FormReadMode || "View mode",
51907
51927
  onClick: changeToEditMode,
51908
51928
  disabled: freezeLoading(),
51909
- icon: state.Form.Mode === FormMode.READ ? "edit" : "eye"
51929
+ icon: state.Form.Mode === FormMode.READ ? "edit" : "eye",
51930
+ inverted: true
51910
51931
  }));
51911
51932
  };
51912
51933
 
@@ -51920,7 +51941,8 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
51920
51941
  tooltip: Localization.Add || "Add",
51921
51942
  onClick: goToAdd,
51922
51943
  disabled: freezeLoading(),
51923
- icon: "plus"
51944
+ icon: "plus",
51945
+ inverted: true
51924
51946
  }));
51925
51947
  }
51926
51948
 
@@ -51937,7 +51959,8 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
51937
51959
  onClick: onRefresh,
51938
51960
  disabled: freezeLoading(),
51939
51961
  icon: "sync-alt",
51940
- size: "small"
51962
+ size: "small",
51963
+ inverted: true
51941
51964
  }));
51942
51965
  };
51943
51966
 
@@ -51949,7 +51972,8 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
51949
51972
  if (OnChange) OnChange(state.Table.SelectedData);
51950
51973
  },
51951
51974
  disabled: freezeLoading([state.Table.SelectedData.length === 0]),
51952
- icon: "check-circle"
51975
+ icon: "check-circle",
51976
+ inverted: true
51953
51977
  }));
51954
51978
  }
51955
51979
 
@@ -51980,7 +52004,8 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
51980
52004
  onClick: toggleDeleteConfirmationBox,
51981
52005
  disabled: freezeLoading([state.Table.SelectedData.length === 0]),
51982
52006
  tooltip: Localization.DeleteSelected || "Delete selected",
51983
- icon: "trash"
52007
+ icon: "trash",
52008
+ inverted: true
51984
52009
  }));
51985
52010
  };
51986
52011
 
@@ -51993,7 +52018,8 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
51993
52018
  tooltip: Localization.ToTableView || "Table view",
51994
52019
  onClick: onSwitchToTableView,
51995
52020
  disabled: freezeLoading(),
51996
- icon: "table"
52021
+ icon: "table",
52022
+ inverted: true
51997
52023
  }));
51998
52024
  };
51999
52025
 
@@ -52022,6 +52048,7 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
52022
52048
  });
52023
52049
 
52024
52050
  return /*#__PURE__*/React__default.createElement(PaginationContainer, null, /*#__PURE__*/React__default.createElement(Pagination, _extends({}, cfg, {
52051
+ inverted: true,
52025
52052
  Localization: Localization.Pagination || {}
52026
52053
  })));
52027
52054
  };
@@ -53346,7 +53373,7 @@ var iconPaddingBySize = function iconPaddingBySize(size) {
53346
53373
  };
53347
53374
 
53348
53375
  var containerColor = function containerColor(props) {
53349
- if (props.disable) return props.theme.palette.gray[200];
53376
+ if (props.disabled) return props.theme.palette.gray[200];
53350
53377
  if (props.focus) return "white";
53351
53378
  return props.theme.palette[props.color].lighter;
53352
53379
  };
@@ -53419,6 +53446,8 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53419
53446
  disabled = props.disabled,
53420
53447
  id = props.id,
53421
53448
  className = props.className,
53449
+ mapIdTo = props.mapIdTo,
53450
+ mapValueTo = props.mapValueTo,
53422
53451
  size = props.size,
53423
53452
  color = props.color,
53424
53453
  theme = props.theme;
@@ -53456,18 +53485,33 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53456
53485
  };
53457
53486
 
53458
53487
  var onKeyDown = function onKeyDown(e) {
53459
- if (e.keyCode === 27) InputRef.current.blur();
53460
- if (e.keyCode === 38 || e.keyCode === 40) e.preventDefault();
53461
- if (e.keyCode === 38 && cursor > 0) setCursor(cursor - 1);
53462
- if (e.keyCode === 40 && cursor < options.length - 1) setCursor(cursor + 1);
53488
+ //ArrowUp & ArrowDown
53489
+ if (e.keyCode === 38 || e.keyCode === 40) e.preventDefault(); //Esc
53490
+
53491
+ if (e.keyCode === 27) InputRef.current.blur(); //ArrowUp & ArrowDown
53463
53492
 
53464
- if (e.key === "Enter" && options.length > 0 && value && value.length > 0) {
53465
- optionSelected([].concat(_toConsumableArray(items), [options[cursor]]));
53493
+ if (options !== null && options.length !== 0 && inFocus) {
53494
+ if (e.keyCode === 38 && cursor > 0) setCursor(cursor - 1);
53495
+ if (e.keyCode === 40 && cursor < options.length - 1) setCursor(cursor + 1);
53496
+ if (e.keyCode === 13) optionSelected([].concat(_toConsumableArray(items), [options[cursor]]));
53497
+
53498
+ if (e.key === "Backspace" && items.length > 0 && value === "") {
53499
+ handleRemoveItem(items.length - 1);
53500
+ }
53501
+
53502
+ console.log("ARR DOWN");
53503
+ return;
53504
+ }
53505
+
53506
+ if (e.keyCode === 40) {
53507
+ setInFocus(true);
53508
+ setCursor(0);
53509
+ load(e.target.value);
53466
53510
  }
53467
53511
 
53468
53512
  var empty = options === null || options !== null && options.length === 0;
53469
53513
 
53470
- if (e.key === "Enter" && inFocus && empty && loading === false && value !== "") {
53514
+ if (e.key === "Enter" && inFocus && empty && loading === false) {
53471
53515
  onInputBlur();
53472
53516
  }
53473
53517
 
@@ -53520,13 +53564,13 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53520
53564
  return optionSelected([].concat(_toConsumableArray(items), [item]));
53521
53565
  },
53522
53566
  hover: cursor === i
53523
- }), item.value);
53567
+ }), item[mapValueTo]);
53524
53568
  })));
53525
53569
  }
53526
53570
 
53527
53571
  var empty = options === null || options !== null && options.length === 0;
53528
53572
 
53529
- if (inFocus && empty && loading === false && value !== "") {
53573
+ if (inFocus && empty && loading === false) {
53530
53574
  return /*#__PURE__*/React__default.createElement(FadeIn, null, /*#__PURE__*/React__default.createElement(Content, _extends({}, themeProps, {
53531
53575
  key: 0
53532
53576
  }), /*#__PURE__*/React__default.createElement(ContentItem, _extends({}, themeProps, {
@@ -53551,10 +53595,10 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53551
53595
  }, /*#__PURE__*/React__default.createElement(ItemWrapper, _extends({}, themeProps, {
53552
53596
  key: key,
53553
53597
  first: key === 0,
53554
- title: x.value
53598
+ title: x[mapValueTo]
53555
53599
  }), /*#__PURE__*/React__default.createElement(Item, _extends({}, themeProps, {
53556
- id: x.id,
53557
- text: x.value,
53600
+ id: x[mapIdTo],
53601
+ text: x[mapValueTo],
53558
53602
  onRemove: function onRemove() {
53559
53603
  return handleRemoveItem(key);
53560
53604
  }
@@ -53599,7 +53643,9 @@ MultiSelectDropdown.defaultProps = {
53599
53643
  size: "small",
53600
53644
  color: "primary",
53601
53645
  notItemsFoundText: "No items found...",
53602
- theme: theme
53646
+ theme: theme,
53647
+ mapIdTo: "id",
53648
+ mapValueTo: "value"
53603
53649
  };
53604
53650
  MultiSelectDropdown.propTypes = {
53605
53651
  theme: PropTypes.object.isRequired,
@@ -53611,6 +53657,8 @@ MultiSelectDropdown.propTypes = {
53611
53657
  className: PropTypes.string,
53612
53658
  items: PropTypes.array,
53613
53659
  options: PropTypes.array,
53660
+ mapIdTo: PropTypes.string,
53661
+ mapValueTo: PropTypes.string,
53614
53662
  notItemsFoundText: PropTypes.string,
53615
53663
  size: PropTypes.oneOf(["small", "medium", "large"]),
53616
53664
  color: PropTypes.oneOf(["primary", "secondary", "success", "error", "warning", "gray", "background", "transparent"])
package/lib/index.js CHANGED
@@ -6554,7 +6554,7 @@ SwitchTransition.defaultProps = {
6554
6554
  };
6555
6555
  var SwitchTransition$1 = SwitchTransition;
6556
6556
 
6557
- var _templateObject$m, _templateObject2$h, _templateObject3$c, _templateObject4$b, _templateObject5$b, _templateObject6$9, _templateObject7$7, _templateObject8$7, _templateObject9$7, _templateObject10$6, _templateObject11$4, _templateObject12$4, _templateObject13$1;
6557
+ var _templateObject$m, _templateObject2$h, _templateObject3$c, _templateObject4$b, _templateObject5$b, _templateObject6$9, _templateObject7$7, _templateObject8$7, _templateObject9$7, _templateObject10$7, _templateObject11$5, _templateObject12$5, _templateObject13$2;
6558
6558
  var Container$k = newStyled.div(_templateObject$m || (_templateObject$m = _taggedTemplateLiteral__default['default'](["\n display: flex;\n flex-direction: column;\n box-sizing: border-box;\n box-shadow: 0 0 6px #bebebe;\n border-radius: 0.175rem;\n padding: 8px;\n width: ", ";\n\n font-family: ", ";\n"])), function (props) {
6559
6559
  return props.width && props.width !== "" ? props.width : "fit-content";
6560
6560
  }, theme.typography.fontFamily);
@@ -6576,9 +6576,9 @@ var ColumnTitle = newStyled.div(_templateObject8$7 || (_templateObject8$7 = _tag
6576
6576
  var HeaderColumnTitle = newStyled.div(_templateObject9$7 || (_templateObject9$7 = _taggedTemplateLiteral__default['default'](["\n padding: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-left: 8px;\n padding-right: 8px;\n font-size: calc(\n ", " + 3px\n );\n"])), function (props) {
6577
6577
  return props.theme.typography[props.size].fontSize;
6578
6578
  });
6579
- var FooterRow = newStyled.div(_templateObject10$6 || (_templateObject10$6 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n // flex-direction: row;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n\n border: 1.7px solid #80808060;\n background-color: whitesmoke;\n border-radius: 0.175rem;\n padding: 3px;\n\n margin-top: 8px;\n"])));
6580
- var ButtonContainer$3 = newStyled.div(_templateObject11$4 || (_templateObject11$4 = _taggedTemplateLiteral__default['default'](["\n margin: 3px;\n"])));
6581
- var PageNumber = newStyled.div(_templateObject12$4 || (_templateObject12$4 = _taggedTemplateLiteral__default['default'](["\n font-size: calc(\n ", " + 3px\n );\n margin: 3px 5px;\n"])), function (props) {
6579
+ var FooterRow = newStyled.div(_templateObject10$7 || (_templateObject10$7 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n // flex-direction: row;\n align-items: center;\n justify-content: center;\n flex-wrap: wrap;\n\n border: 1.7px solid #80808060;\n background-color: whitesmoke;\n border-radius: 0.175rem;\n padding: 3px;\n\n margin-top: 8px;\n"])));
6580
+ var ButtonContainer$3 = newStyled.div(_templateObject11$5 || (_templateObject11$5 = _taggedTemplateLiteral__default['default'](["\n margin: 3px;\n"])));
6581
+ var PageNumber = newStyled.div(_templateObject12$5 || (_templateObject12$5 = _taggedTemplateLiteral__default['default'](["\n font-size: calc(\n ", " + 3px\n );\n margin: 3px 5px;\n"])), function (props) {
6582
6582
  return props.theme.typography[props.size].fontSize;
6583
6583
  }); //=======================================================================
6584
6584
 
@@ -6638,7 +6638,7 @@ var CheckboxLookup = function CheckboxLookup(props) {
6638
6638
  return /*#__PURE__*/React__default['default'].createElement(Container$k, _extends__default['default']({}, themeProps, {
6639
6639
  className: className
6640
6640
  }), /*#__PURE__*/React__default['default'].createElement(Global, {
6641
- styles: css(_templateObject13$1 || (_templateObject13$1 = _taggedTemplateLiteral__default['default'](["\n .item-enter {\n opacity: 0;\n }\n\n .item-enter-active {\n transition: all 0.4s ease-in;\n opacity: 1;\n }\n\n .item-exit {\n }\n\n .item-exit-active {\n opacity: 0;\n transition: opacity 400ms ease-out;\n }\n "])))
6641
+ styles: css(_templateObject13$2 || (_templateObject13$2 = _taggedTemplateLiteral__default['default'](["\n .item-enter {\n opacity: 0;\n }\n\n .item-enter-active {\n transition: all 0.4s ease-in;\n opacity: 1;\n }\n\n .item-exit {\n }\n\n .item-exit-active {\n opacity: 0;\n transition: opacity 400ms ease-out;\n }\n "])))
6642
6642
  }), /*#__PURE__*/React__default['default'].createElement(Table$1, null, /*#__PURE__*/React__default['default'].createElement(HeaderRow, null, /*#__PURE__*/React__default['default'].createElement(HeaderColumnCheck, {
6643
6643
  check: style === "regular"
6644
6644
  }, style === "regular" ? /*#__PURE__*/React__default['default'].createElement(CheckBox, {
@@ -22715,7 +22715,7 @@ var FadeIn = function FadeIn(_ref) {
22715
22715
  }), children);
22716
22716
  };
22717
22717
 
22718
- var _templateObject$k, _templateObject2$f, _templateObject3$b, _templateObject4$a, _templateObject5$a, _templateObject6$8, _templateObject7$6, _templateObject8$6, _templateObject9$6, _templateObject10$5, _DropdownLookup$propT;
22718
+ var _templateObject$k, _templateObject2$f, _templateObject3$b, _templateObject4$a, _templateObject5$a, _templateObject6$8, _templateObject7$6, _templateObject8$6, _templateObject9$6, _templateObject10$6, _DropdownLookup$propT;
22719
22719
 
22720
22720
  var paddingBySize$a = function paddingBySize(size) {
22721
22721
  if (size === "small") return "0.325rem 0.375rem";
@@ -22766,7 +22766,7 @@ var Input$3 = newStyled.input(_templateObject8$6 || (_templateObject8$6 = _tagge
22766
22766
  var Content$5 = newStyled.div(_templateObject9$6 || (_templateObject9$6 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n position: absolute;\n background-color: white;\n z-index: 1;\n margin-top: 0.0625rem;\n padding: 0.1875rem;\n width: calc(100% - 0.625rem);\n border-radius: 0.15625rem;\n box-shadow: 0 0 0.375rem #bebebe;\n border: 0.125rem solid ", ";\n flex-direction: column;\n transition: all 250ms ease;\n"])), function (props) {
22767
22767
  return props.theme.palette[props.color].main;
22768
22768
  });
22769
- var ContentItem$2 = newStyled.div(_templateObject10$5 || (_templateObject10$5 = _taggedTemplateLiteral__default['default'](["\n font-family: ", ";\n font-size: ", ";\n padding: 0.375rem;\n cursor: pointer;\n background-color: ", ";\n color: ", ";\n\n &:hover {\n background-color: whitesmoke;\n color: ", ";\n }\n"])), function (props) {
22769
+ var ContentItem$2 = newStyled.div(_templateObject10$6 || (_templateObject10$6 = _taggedTemplateLiteral__default['default'](["\n font-family: ", ";\n font-size: ", ";\n padding: 0.375rem;\n cursor: pointer;\n background-color: ", ";\n color: ", ";\n\n &:hover {\n background-color: whitesmoke;\n color: ", ";\n }\n"])), function (props) {
22770
22770
  return props.theme.typography.fontFamily;
22771
22771
  }, function (props) {
22772
22772
  return props.theme.typography[props.size].fontSize;
@@ -49301,27 +49301,27 @@ Pagination.propTypes = {
49301
49301
  color: PropTypes__default['default'].oneOf(["primary", "secondary", "success", "error", "warning", "gray"])
49302
49302
  };
49303
49303
 
49304
- var _templateObject$f, _templateObject2$b, _templateObject3$9, _templateObject4$8, _templateObject5$8, _templateObject6$6, _templateObject7$5, _templateObject8$5, _templateObject9$5, _templateObject10$4, _templateObject11$3, _templateObject12$3;
49305
- var Container$d = newStyled.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteral__default['default'](["\n // border: 1.5px solid rgba(165, 164, 164, 0.4);\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
49304
+ var _templateObject$f, _templateObject2$b, _templateObject3$9, _templateObject4$8, _templateObject5$8, _templateObject6$6, _templateObject7$5, _templateObject8$5, _templateObject9$5, _templateObject10$5, _templateObject11$4, _templateObject12$4;
49305
+ var Container$d = newStyled.div(_templateObject$f || (_templateObject$f = _taggedTemplateLiteral__default['default'](["\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
49306
49306
  var Wrapper$1 = newStyled.div(_templateObject2$b || (_templateObject2$b = _taggedTemplateLiteral__default['default']([""])));
49307
49307
  var TableTable$1 = newStyled.table(_templateObject3$9 || (_templateObject3$9 = _taggedTemplateLiteral__default['default'](["\n border-collapse: collapse;\n width: 100%;\n"])));
49308
- var TableHead$1 = newStyled.thead(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteral__default['default'](["\n // background-color: ", ";\n color: ", ";\n\n border-top: 1px solid #80808025;\n"])), theme.palette.primary.main, theme.palette.primary.textDark);
49308
+ var TableHead$1 = newStyled.thead(_templateObject4$8 || (_templateObject4$8 = _taggedTemplateLiteral__default['default'](["\n color: ", ";\n border-top: 1px solid #80808025;\n"])), theme.palette.primary.textDark);
49309
49309
  var TableHeadRow$1 = newStyled.tr(_templateObject5$8 || (_templateObject5$8 = _taggedTemplateLiteral__default['default'](["\n border-bottom: 1px solid #80808025;\n"])));
49310
49310
  var TableHeadCell$1 = newStyled.th(_templateObject6$6 || (_templateObject6$6 = _taggedTemplateLiteral__default['default'](["\n text-align: left;\n transition: all 250ms ease;\n font-weight: 900;\n\n ", "\n\n &:first-of-type {\n border-radius: 3px 0 0 0;\n }\n\n &:last-of-type {\n border-radius: 0 3px 0 0;\n }\n\n &:hover {\n // background-color: ", ";\n background-color: whitesmoke;\n cursor: pointer;\n }\n"])), function (props) {
49311
49311
  return props.selectionCell === true ? "width: 27px; padding: 1px 1px 1px 6px;" : "padding: 5px 5px 5px 6px;";
49312
49312
  }, theme.palette.primary.light);
49313
- var HeaderInnerCell = newStyled.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n flex-direction: row;\n align-items: center;\n // justify-content: center;\n\n & i {\n color: black;\n }\n"])));
49314
- var HeaderCellText = newStyled.span(_templateObject8$5 || (_templateObject8$5 = _taggedTemplateLiteral__default['default'](["\n color: black;\n"])));
49315
- var HeaderCellIcon = newStyled.span(_templateObject9$5 || (_templateObject9$5 = _taggedTemplateLiteral__default['default'](["\n color: black;\n margin-left: auto;\n\n & i {\n color: ", ";\n }\n"])), function (props) {
49313
+ var HeaderInnerCell$1 = newStyled.div(_templateObject7$5 || (_templateObject7$5 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n flex-direction: row;\n align-items: center;\n // justify-content: center;\n\n & i {\n color: black;\n }\n"])));
49314
+ var HeaderCellText$1 = newStyled.span(_templateObject8$5 || (_templateObject8$5 = _taggedTemplateLiteral__default['default'](["\n color: black;\n"])));
49315
+ var HeaderCellIcon$1 = newStyled.span(_templateObject9$5 || (_templateObject9$5 = _taggedTemplateLiteral__default['default'](["\n color: black;\n margin-left: auto;\n\n & i {\n color: ", ";\n }\n"])), function (props) {
49316
49316
  return props.sort ? "transparent" : "black";
49317
49317
  });
49318
- var TableBody$1 = newStyled.tbody(_templateObject10$4 || (_templateObject10$4 = _taggedTemplateLiteral__default['default']([""])));
49319
- var TableBodyRow$1 = newStyled.tr(_templateObject11$3 || (_templateObject11$3 = _taggedTemplateLiteral__default['default'](["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n\n ", "\n\n ", "\n"])), function (props) {
49318
+ var TableBody$1 = newStyled.tbody(_templateObject10$5 || (_templateObject10$5 = _taggedTemplateLiteral__default['default']([""])));
49319
+ var TableBodyRow$1 = newStyled.tr(_templateObject11$4 || (_templateObject11$4 = _taggedTemplateLiteral__default['default'](["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n\n ", "\n\n ", "\n"])), function (props) {
49320
49320
  if (props.selectedRow !== true) return "\n &:hover {\n & > td {\n // border-bottom: 1px solid ".concat(theme.palette.primary.light, ";\n // border-top: 1px solid ").concat(theme.palette.primary.light, ";\n background-color: whitesmoke;\n }\n \n cursor: pointer;\n }");else return "";
49321
49321
  }, function (props) {
49322
49322
  if (props.selectedRow === true) return "\n background-color: ".concat(theme.palette.primary.lighter, ";\n cursor: pointer;\n \n & > td {\n // border-bottom: 1px solid ").concat(theme.palette.primary.light, ";\n // border-top: 1px solid ").concat(theme.palette.primary.light, ";\n }\n ");else return "";
49323
49323
  });
49324
- var TableBodyCell$1 = newStyled.td(_templateObject12$3 || (_templateObject12$3 = _taggedTemplateLiteral__default['default'](["\n padding: ", ";\n"])), function (props) {
49324
+ var TableBodyCell$1 = newStyled.td(_templateObject12$4 || (_templateObject12$4 = _taggedTemplateLiteral__default['default'](["\n padding: ", ";\n"])), function (props) {
49325
49325
  return props.selectionCell === true ? "1px 1px 1px 6px" : "5px 5px 5px 10px";
49326
49326
  });
49327
49327
 
@@ -49491,7 +49491,9 @@ var TableView = function TableView(props) {
49491
49491
  return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(TableBodyRow$1, {
49492
49492
  selectedRow: rowSelected,
49493
49493
  key: i
49494
- }, renderSelectionCell(dataItem, rowSelected, i), Columns.map(function (col, j) {
49494
+ }, renderSelectionCell(dataItem, rowSelected, i), Columns.filter(function (x) {
49495
+ return x.hide !== true;
49496
+ }).map(function (col, j) {
49495
49497
  return renderBodyCell(dataItem, col, i, j);
49496
49498
  })));
49497
49499
  }; // const renderCell = (rowData, def, key) => {
@@ -49636,7 +49638,7 @@ var TableView = function TableView(props) {
49636
49638
  return /*#__PURE__*/React__default['default'].createElement(TableHeadCell$1, {
49637
49639
  key: i,
49638
49640
  onClick: IsLoading || hideOrdering ? function () {} : headerClick
49639
- }, /*#__PURE__*/React__default['default'].createElement(HeaderInnerCell, null, /*#__PURE__*/React__default['default'].createElement(HeaderCellText, null, def.displayName), !hideOrdering && /*#__PURE__*/React__default['default'].createElement(HeaderCellIcon, {
49641
+ }, /*#__PURE__*/React__default['default'].createElement(HeaderInnerCell$1, null, /*#__PURE__*/React__default['default'].createElement(HeaderCellText$1, null, def.displayName), !hideOrdering && /*#__PURE__*/React__default['default'].createElement(HeaderCellIcon$1, {
49640
49642
  sort: orderingIconClass === "sort"
49641
49643
  }, /*#__PURE__*/React__default['default'].createElement(Icon$1, {
49642
49644
  color: "white",
@@ -49662,7 +49664,9 @@ var TableView = function TableView(props) {
49662
49664
 
49663
49665
  return /*#__PURE__*/React__default['default'].createElement(Container$d, null, /*#__PURE__*/React__default['default'].createElement(Wrapper$1, null, /*#__PURE__*/React__default['default'].createElement(TableTable$1, {
49664
49666
  cellSpacing: 0
49665
- }, /*#__PURE__*/React__default['default'].createElement(TableHead$1, null, /*#__PURE__*/React__default['default'].createElement(TableHeadRow$1, null, renderSelectAllHeaderCell(), Columns.map(function (col, i) {
49667
+ }, /*#__PURE__*/React__default['default'].createElement(TableHead$1, null, /*#__PURE__*/React__default['default'].createElement(TableHeadRow$1, null, renderSelectAllHeaderCell(), Columns.filter(function (x) {
49668
+ return x.hide !== true;
49669
+ }).map(function (col, i) {
49666
49670
  return renderHeaderCell(col, i);
49667
49671
  }))), /*#__PURE__*/React__default['default'].createElement(TableBody$1, null, renderBody())))); // return (
49668
49672
  // <div>
@@ -49725,7 +49729,7 @@ Spinner.propTypes = {
49725
49729
  var css_248z$4 = ".fade1-enter {\n opacity: 0;\n}\n.fade1-exit {\n opacity: 1;\n}\n.fade1-enter-active {\n opacity: 1;\n}\n.fade1-exit-active {\n opacity: 0;\n}\n.fade1-enter-active,\n.fade1-exit-active {\n transition: opacity 330ms;\n}\n\n.fade2-enter {\n opacity: 0;\n}\n.fade2-exit {\n opacity: 1;\n}\n.fade2-enter-active {\n opacity: 1;\n}\n.fade2-exit-active {\n opacity: 0;\n}\n.fade2-enter-active,\n.fade2-exit-active {\n transition: opacity 330ms;\n}\n";
49726
49730
  styleInject(css_248z$4);
49727
49731
 
49728
- var _templateObject$d, _templateObject2$9, _templateObject3$8, _templateObject4$7, _templateObject5$7, _templateObject6$5, _templateObject7$4, _templateObject8$4, _templateObject9$4, _templateObject10$3, _templateObject11$2, _templateObject12$2;
49732
+ var _templateObject$d, _templateObject2$9, _templateObject3$8, _templateObject4$7, _templateObject5$7, _templateObject6$5, _templateObject7$4, _templateObject8$4, _templateObject9$4, _templateObject10$4, _templateObject11$3, _templateObject12$3;
49729
49733
 
49730
49734
  function ownKeys$2(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
49731
49735
 
@@ -49766,9 +49770,9 @@ var FlexItem$1 = newStyled.div(_templateObject6$5 || (_templateObject6$5 = _tagg
49766
49770
  newStyled.div(_templateObject7$4 || (_templateObject7$4 = _taggedTemplateLiteral__default['default'](["\n margin-top: 5px;\n padding: 8px;\n border: 2px solid rgba(255, 0, 0, 0.725);\n background-color: rgba(252, 79, 79, 0.104);\n font-size: 11px;\n"])));
49767
49771
  newStyled.div(_templateObject8$4 || (_templateObject8$4 = _taggedTemplateLiteral__default['default'](["\n color: rgb(180, 3, 3);\n"])));
49768
49772
  var LoaderContainer$1 = newStyled.div(_templateObject9$4 || (_templateObject9$4 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n top: 0px;\n right: 0px;\n width: 100%;\n height: 100%;\n background-color: #eceaea;\n z-index: 10000000;\n opacity: 0.2;\n filter: alpha(opacity=20);\n"])));
49769
- var LoaderContainerTransparent$1 = newStyled.div(_templateObject10$3 || (_templateObject10$3 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n top: 0px;\n right: 0px;\n width: 100%;\n height: 100%;\n background-color: transparent;\n z-index: 10000000;\n"])));
49770
- var Loader$1 = newStyled.div(_templateObject11$2 || (_templateObject11$2 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n top: 48%;\n left: 47%;\n"])));
49771
- var DivRelative$1 = newStyled.div(_templateObject12$2 || (_templateObject12$2 = _taggedTemplateLiteral__default['default'](["\n position: relative;\n"])));
49773
+ var LoaderContainerTransparent$1 = newStyled.div(_templateObject10$4 || (_templateObject10$4 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n top: 0px;\n right: 0px;\n width: 100%;\n height: 100%;\n background-color: transparent;\n z-index: 10000000;\n"])));
49774
+ var Loader$1 = newStyled.div(_templateObject11$3 || (_templateObject11$3 = _taggedTemplateLiteral__default['default'](["\n position: absolute;\n top: 48%;\n left: 47%;\n"])));
49775
+ var DivRelative$1 = newStyled.div(_templateObject12$3 || (_templateObject12$3 = _taggedTemplateLiteral__default['default'](["\n position: relative;\n"])));
49772
49776
 
49773
49777
  var DataView = function DataView(props) {
49774
49778
  var emptyFunc = function emptyFunc() {};
@@ -50304,23 +50308,31 @@ FormMovement.propTypes = {
50304
50308
  var css_248z$3 = "@charset \"UTF-8\";\n@import \"https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap\";\n\n:root {\n /* BASE COLORS */\n --color-base-blue: #00537a;\n --color-base-blue-darker: #003b57;\n --color-base-blue-lighter: #006999;\n --color-base-gray: #a2a5ab;\n --color-base-gray-darker: #777a80;\n --color-base-gray-lighter: #dee1e6;\n --color-base-gray-lightest: #f0f2f7;\n --color-base-green: #2a963c;\n --color-base-green-darker: #21732f;\n --color-base-green-ligher: #3eb051;\n --color-base-red: #e0223e;\n --color-base-red-darker: #e3566b;\n --color-base-red-ligher: #9c1f32;\n --color-base-dirty-white: #fcfcfc;\n --color-base-white: white;\n --color-base-backgroud: #dceff5;\n\n /* BASE FONTS */\n --font-base-ubuntu: \"Ubuntu\", sans-serif;\n --font-size-base: 14px;\n\n /* DISABLED */\n --disabled-bg-color: #dedede;\n --disabled-text-color: #666666;\n\n /* TRANSITIONS */\n --transition-base-duration: 220ms;\n}\n\n.styles-module_baseContainer__38IbG {\n display: flex;\n flex-direction: column;\n justify-content: center;\n padding: 1px;\n background-color: inherit;\n background: inherit;\n color: inherit;\n width: max-content;\n font-family: var(--font-base-ubuntu);\n}\n\n.styles-module_baseContainerWithSideLabel__2emzZ {\n width: min-content;\n display: flex;\n flex-direction: row;\n justify-content: center;\n padding: 1px;\n background-color: inherit;\n background: inherit;\n color: inherit;\n width: max-content;\n font-family: var(--font-base-ubuntu);\n}\n\n.styles-module_baseContainerWithSideLabel__2emzZ .styles-module_baseLabel__2rgVW {\n width: auto;\n}\n\n.styles-module_baseLabel__2rgVW {\n font-size: 0.8em;\n font-weight: 400;\n color: var(--color-base-gray-darker);\n width: 100%;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n height: 1em;\n min-height: 1em;\n}\n\n.styles-module_baseInputHolder__3VF0D {\n border: 0px;\n height: 2em;\n min-height: 2em;\n width: 100%;\n}\n\n.styles-module_baseInputHolder__3VF0D > div {\n min-height: 100%;\n}\n\n.styles-module_baseInputHolder__3VF0D > div > div {\n min-height: 100%;\n}\n\n.styles-module_baseErrorText__M44G8 {\n font-size: 0.8em;\n font-weight: 400;\n color: var(--color-base-red);\n width: 100%;\n display: flex;\n justify-content: left;\n align-items: flex-start;\n height: 1em;\n min-height: 1em;\n}\n\n/*----------------- ICONS AND FONTS ------------------------*/\n\n.styles-module_lnc__16g9S {\n font-family: \"lnclines\";\n font-size: 12px;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.styles-module_ubuntuFont__ybxMw {\n font-family: var(--font-base-ubuntu);\n}\n\n.styles-module_lnc_anchor__1mOUZ:before {\n content: \"\\61\";\n}\n.styles-module_lnc_armchair__1ya1K:before {\n content: \"\\62\";\n}\n.styles-module_lnc_arrow_contract__g0Nfy:before {\n content: \"\\63\";\n}\n.styles-module_lnc_arrow_down__3vJHh:before {\n content: \"\\64\";\n}\n.styles-module_lnc_arrow_down_up__35ACC:before {\n content: \"\\65\";\n}\n.styles-module_lnc_arrow_expand__wPIqf:before {\n content: \"\\66\";\n}\n.styles-module_lnc_arrow_left___DGbf:before {\n content: \"\\67\";\n}\n.styles-module_lnc_arrow_left_right__1PiwM:before {\n content: \"\\68\";\n}\n.styles-module_lnc_arrow_right__1buc1:before {\n content: \"\\69\";\n}\n.styles-module_lnc_arrow_right_left__A_6hC:before {\n content: \"\\6a\";\n}\n.styles-module_lnc_arrow_up__27fzF:before {\n content: \"\\6b\";\n}\n.styles-module_lnc_arrow_up_down__3XdKK:before {\n content: \"\\6c\";\n}\n.styles-module_lnc_arrow_x__2PHh1:before {\n content: \"\\6d\";\n}\n.styles-module_lnc_arrow_y__2IWUO:before {\n content: \"\\6e\";\n}\n.styles-module_lnc_at__2SfkV:before {\n content: \"\\6f\";\n}\n.styles-module_lnc_badge__1ar9m:before {\n content: \"\\70\";\n}\n.styles-module_lnc_battery_empty__2UtUR:before {\n content: \"\\71\";\n}\n.styles-module_lnc_battery_full__3iSFV:before {\n content: \"\\72\";\n}\n.styles-module_lnc_battery_halfempty__HJsq8:before {\n content: \"\\73\";\n}\n.styles-module_lnc_battery_halffull__34JQt:before {\n content: \"\\74\";\n}\n.styles-module_lnc_bed__2Bv8u:before {\n content: \"\\75\";\n}\n.styles-module_lnc_bell__3-99o:before {\n content: \"\\76\";\n}\n.styles-module_lnc_bill__2WK08:before {\n content: \"\\77\";\n}\n.styles-module_lnc_book__2uUqR:before {\n content: \"\\78\";\n}\n.styles-module_lnc_bookmark__3xtMI:before {\n content: \"\\79\";\n}\n.styles-module_lnc_box__1GQ6r:before {\n content: \"\\7a\";\n}\n.styles-module_lnc_box2__1mgu3:before {\n content: \"\\41\";\n}\n.styles-module_lnc_briefcase__1WEOE:before {\n content: \"\\42\";\n}\n.styles-module_lnc_brightness__2b3sQ:before {\n content: \"\\43\";\n}\n.styles-module_lnc_broom__lxEs9:before {\n content: \"\\44\";\n}\n.styles-module_lnc_browser__11uX3:before {\n content: \"\\45\";\n}\n.styles-module_lnc_browser_software__3WUtv:before {\n content: \"\\46\";\n}\n.styles-module_lnc_brush__6mPfK:before {\n content: \"\\47\";\n}\n.styles-module_lnc_bubble__19XCr:before {\n content: \"\\48\";\n}\n.styles-module_lnc_bubble_check__3EDz2:before {\n content: \"\\49\";\n}\n.styles-module_lnc_bubble_dots__3UiH_:before {\n content: \"\\4a\";\n}\n.styles-module_lnc_bubbles__3IArb:before {\n content: \"\\4b\";\n}\n.styles-module_lnc_building__2xoeI:before {\n content: \"\\4c\";\n}\n.styles-module_lnc_bulb__o7i2f:before {\n content: \"\\4d\";\n}\n.styles-module_lnc_calculations__1xUSk:before {\n content: \"\\4e\";\n}\n.styles-module_lnc_calendar__3FtsF:before {\n content: \"\\4f\";\n}\n.styles-module_lnc_cctv__3RxxA:before {\n content: \"\\50\";\n}\n.styles-module_lnc_chart__1vxPE:before {\n content: \"\\51\";\n}\n.styles-module_lnc_chart_down__3lKSV:before {\n content: \"\\52\";\n}\n.styles-module_lnc_chart_pie__-pJZV:before {\n content: \"\\53\";\n}\n.styles-module_lnc_chart_up__1ZO5x:before {\n content: \"\\54\";\n}\n.styles-module_lnc_check__1RPUp:before {\n content: \"\\55\";\n}\n.styles-module_lnc_checkbox__2Dzv0:before {\n content: \"\\56\";\n}\n.styles-module_lnc_clock__1_sBx:before {\n content: \"\\57\";\n}\n.styles-module_lnc_clone__3EVg8:before {\n content: \"\\58\";\n}\n.styles-module_lnc_cloud__3G0gK:before {\n content: \"\\59\";\n}\n.styles-module_lnc_cloud_download__3wjl3:before {\n content: \"\\5a\";\n}\n.styles-module_lnc_cloud_no__2_RSN:before {\n content: \"\\30\";\n}\n.styles-module_lnc_cloud_upload__UtjX8:before {\n content: \"\\31\";\n}\n.styles-module_lnc_code__83D7f:before {\n content: \"\\32\";\n}\n.styles-module_lnc_coffe__3lvps:before {\n content: \"\\33\";\n}\n.styles-module_lnc_cog__1cfYg:before {\n content: \"\\34\";\n}\n.styles-module_lnc_comparation__15_VM:before {\n content: \"\\35\";\n}\n.styles-module_lnc_contract__3vyx2:before {\n content: \"\\36\";\n}\n.styles-module_lnc_cpu__1ASGP:before {\n content: \"\\37\";\n}\n.styles-module_lnc_creditcard__2wdg_:before {\n content: \"\\38\";\n}\n.styles-module_lnc_cursor__1keXd:before {\n content: \"\\39\";\n}\n.styles-module_lnc_cut__3n_2y:before {\n content: \"\\21\";\n}\n.styles-module_lnc_dashboard__3nW31:before {\n content: \"\\22\";\n}\n.styles-module_lnc_database__2n8Gb:before {\n content: \"\\23\";\n}\n.styles-module_lnc_down__2C-R7:before {\n content: \"\\24\";\n}\n.styles-module_lnc_download__3W4eN:before {\n content: \"\\25\";\n}\n.styles-module_lnc_download2__FQJRc:before {\n content: \"\\26\";\n}\n.styles-module_lnc_drop__prcFy:before {\n content: \"\\27\";\n}\n.styles-module_lnc_earth__2kk6C:before {\n content: \"\\28\";\n}\n.styles-module_lnc_equal__1idc4:before {\n content: \"\\29\";\n}\n.styles-module_lnc_eraser__140Tm:before {\n content: \"\\2a\";\n}\n.styles-module_lnc_exchange__1F8Xe:before {\n content: \"\\2b\";\n}\n.styles-module_lnc_exchange2__TK1ey:before {\n content: \"\\2c\";\n}\n.styles-module_lnc_expand__SuCNT:before {\n content: \"\\2d\";\n}\n.styles-module_lnc_eyedropper__ztoSi:before {\n content: \"\\2e\";\n}\n.styles-module_lnc_file__1qiUG:before {\n content: \"\\2f\";\n}\n.styles-module_lnc_file_broken__1fRaz:before {\n content: \"\\3a\";\n}\n.styles-module_lnc_file_check__1Afkt:before {\n content: \"\\3b\";\n}\n.styles-module_lnc_file_download__B7cX-:before {\n content: \"\\3c\";\n}\n.styles-module_lnc_file_image__2li0v:before {\n content: \"\\3d\";\n}\n.styles-module_lnc_file_minus__2GUoy:before {\n content: \"\\3e\";\n}\n.styles-module_lnc_file_plus__1tiZy:before {\n content: \"\\3f\";\n}\n.styles-module_lnc_file_text__NwM9m:before {\n content: \"\\40\";\n}\n.styles-module_lnc_file_upload__1IwPA:before {\n content: \"\\5b\";\n}\n.styles-module_lnc_file_warning__2e102:before {\n content: \"\\5d\";\n}\n.styles-module_lnc_file_x__BSBn1:before {\n content: \"\\5e\";\n}\n.styles-module_lnc_filter__1gYeq:before {\n content: \"\\5f\";\n}\n.styles-module_lnc_fingerprint__L3_2j:before {\n content: \"\\60\";\n}\n.styles-module_lnc_flag__3FTpw:before {\n content: \"\\7b\";\n}\n.styles-module_lnc_flashdrive__11xkO:before {\n content: \"\\7c\";\n}\n.styles-module_lnc_folder__1mArN:before {\n content: \"\\7d\";\n}\n.styles-module_lnc_fragile__a_RLx:before {\n content: \"\\7e\";\n}\n.styles-module_lnc_glass__wBAnb:before {\n content: \"\\5c\";\n}\n.styles-module_lnc_grid__1B2cs:before {\n content: \"\\e000\";\n}\n.styles-module_lnc_grid_masonery__6vAwP:before {\n content: \"\\e001\";\n}\n.styles-module_lnc_harddrive__3HecB:before {\n content: \"\\e002\";\n}\n.styles-module_lnc_headphones__1IRid:before {\n content: \"\\e003\";\n}\n.styles-module_lnc_heart__30_Dc:before {\n content: \"\\e004\";\n}\n.styles-module_lnc_home__1LWG5:before {\n content: \"\\e005\";\n}\n.styles-module_lnc_image__3XWmh:before {\n content: \"\\e006\";\n}\n.styles-module_lnc_in__IuJWj:before {\n content: \"\\e007\";\n}\n.styles-module_lnc_inbox__E74SS:before {\n content: \"\\e008\";\n}\n.styles-module_lnc_infinity__1RvvQ:before {\n content: \"\\e009\";\n}\n.styles-module_lnc_info__z95Ob:before {\n content: \"\\e00a\";\n}\n.styles-module_lnc_injection__2IsuK:before {\n content: \"\\e00b\";\n}\n.styles-module_lnc_internet__cxoEO:before {\n content: \"\\e00c\";\n}\n.styles-module_lnc_internet2__3LMdv:before {\n content: \"\\e00d\";\n}\n.styles-module_lnc_intersect__39vbH:before {\n content: \"\\e00e\";\n}\n.styles-module_lnc_key__2y70L:before {\n content: \"\\e00f\";\n}\n.styles-module_lnc_laptop__34gQU:before {\n content: \"\\e010\";\n}\n.styles-module_lnc_layers__36j1J:before {\n content: \"\\e011\";\n}\n.styles-module_lnc_layout__3Nu0-:before {\n content: \"\\e012\";\n}\n.styles-module_lnc_leaf__TnTjW:before {\n content: \"\\e013\";\n}\n.styles-module_lnc_left__10F5v:before {\n content: \"\\e014\";\n}\n.styles-module_lnc_lifering__2xRtL:before {\n content: \"\\e015\";\n}\n.styles-module_lnc_link__1L7Lq:before {\n content: \"\\e016\";\n}\n.styles-module_lnc_list__3cGnx:before {\n content: \"\\e017\";\n}\n.styles-module_lnc_list2__1g9i8:before {\n content: \"\\e018\";\n}\n.styles-module_lnc_location__2K1vc:before {\n content: \"\\e019\";\n}\n.styles-module_lnc_lock_off__1pwfe:before {\n content: \"\\e01a\";\n}\n.styles-module_lnc_lock_on__R7CsM:before {\n content: \"\\e01b\";\n}\n.styles-module_lnc_magnet__1xUko:before {\n content: \"\\e01c\";\n}\n.styles-module_lnc_mail__1-4Wq:before {\n content: \"\\e01d\";\n}\n.styles-module_lnc_map__2G6fo:before {\n content: \"\\e01e\";\n}\n.styles-module_lnc_megaphone__1U1Tj:before {\n content: \"\\e01f\";\n}\n.styles-module_lnc_microphone__1NMns:before {\n content: \"\\e020\";\n}\n.styles-module_lnc_microphone_no__2RWUY:before {\n content: \"\\e021\";\n}\n.styles-module_lnc_microscope__2AQCZ:before {\n content: \"\\e022\";\n}\n.styles-module_lnc_minus__28NzW:before {\n content: \"\\e023\";\n}\n.styles-module_lnc_mobile__3U8Lo:before {\n content: \"\\e024\";\n}\n.styles-module_lnc_monitor__1FYh4:before {\n content: \"\\e025\";\n}\n.styles-module_lnc_move__2cnG4:before {\n content: \"\\e026\";\n}\n.styles-module_lnc_move2__2-1c-:before {\n content: \"\\e027\";\n}\n.styles-module_lnc_network__1MijV:before {\n content: \"\\e028\";\n}\n.styles-module_lnc_onoff__1ZOVJ:before {\n content: \"\\e029\";\n}\n.styles-module_lnc_out___Zvj0:before {\n content: \"\\e02a\";\n}\n.styles-module_lnc_pause__2GVgP:before {\n content: \"\\e02b\";\n}\n.styles-module_lnc_pencil__2agKN:before {\n content: \"\\e02c\";\n}\n.styles-module_lnc_pencil_ruler__24nqS:before {\n content: \"\\e02d\";\n}\n.styles-module_lnc_peper_plane__1qFRM:before {\n content: \"\\e02e\";\n}\n.styles-module_lnc_peperclip__13DaN:before {\n content: \"\\e02f\";\n}\n.styles-module_lnc_phone__19YBI:before {\n content: \"\\e030\";\n}\n.styles-module_lnc_phone_ringing__a3Kv8:before {\n content: \"\\e031\";\n}\n.styles-module_lnc_photo__18Q1V:before {\n content: \"\\e032\";\n}\n.styles-module_lnc_photo_no__3oatk:before {\n content: \"\\e033\";\n}\n.styles-module_lnc_pin__3lM5Z:before {\n content: \"\\e034\";\n}\n.styles-module_lnc_plaster__2vI3i:before {\n content: \"\\e035\";\n}\n.styles-module_lnc_play__1OC8v:before {\n content: \"\\e036\";\n}\n.styles-module_lnc_plus__1c00f:before {\n content: \"\\e037\";\n}\n.styles-module_lnc_power_cable__Kxpjn:before {\n content: \"\\e038\";\n}\n.styles-module_lnc_presentation__34sFZ:before {\n content: \"\\e039\";\n}\n.styles-module_lnc_printer__CTvDs:before {\n content: \"\\e03a\";\n}\n.styles-module_lnc_question__Fx68o:before {\n content: \"\\e03b\";\n}\n.styles-module_lnc_redo__128IY:before {\n content: \"\\e03c\";\n}\n.styles-module_lnc_refresh__MrGzd:before {\n content: \"\\e03d\";\n}\n.styles-module_lnc_reload__9QGWt:before {\n content: \"\\e03e\";\n}\n.styles-module_lnc_repeat__2zF-q:before {\n content: \"\\e03f\";\n}\n.styles-module_lnc_replace__2NrlU:before {\n content: \"\\e040\";\n}\n.styles-module_lnc_right__1Tjn9:before {\n content: \"\\e041\";\n}\n.styles-module_lnc_rocket__2IgNF:before {\n content: \"\\e042\";\n}\n.styles-module_lnc_router__3Lmyt:before {\n content: \"\\e043\";\n}\n.styles-module_lnc_ruler__1zJy4:before {\n content: \"\\e044\";\n}\n.styles-module_lnc_safety__ODng_:before {\n content: \"\\e045\";\n}\n.styles-module_lnc_search__3fsCd:before {\n content: \"\\e047\";\n}\n.styles-module_lnc_settings__aYSqN:before {\n content: \"\\e048\";\n}\n.styles-module_lnc_settings2__1QxU2:before {\n content: \"\\e049\";\n}\n.styles-module_lnc_share__u6ngi:before {\n content: \"\\e04a\";\n}\n.styles-module_lnc_shield_check__2EWRM:before {\n content: \"\\e04b\";\n}\n.styles-module_lnc_shop_basket__26vEs:before {\n content: \"\\e04c\";\n}\n.styles-module_lnc_shop_cart__3N0Nv:before {\n content: \"\\e04d\";\n}\n.styles-module_lnc_shop_cart2__1TlL0:before {\n content: \"\\e04e\";\n}\n.styles-module_lnc_shuffle__vZLlv:before {\n content: \"\\e04f\";\n}\n.styles-module_lnc_slash__2YK_q:before {\n content: \"\\e050\";\n}\n.styles-module_lnc_spanner__129hA:before {\n content: \"\\e051\";\n}\n.styles-module_lnc_speaker__19oJH:before {\n content: \"\\e052\";\n}\n.styles-module_lnc_speaker_minus__BLI9-:before {\n content: \"\\e053\";\n}\n.styles-module_lnc_speaker_plus__1QtrR:before {\n content: \"\\e054\";\n}\n.styles-module_lnc_speaker_x__1VIfZ:before {\n content: \"\\e055\";\n}\n.styles-module_lnc_star__3kpNQ:before {\n content: \"\\e056\";\n}\n.styles-module_lnc_stop__tNiYb:before {\n content: \"\\e057\";\n}\n.styles-module_lnc_tag__2Fv-2:before {\n content: \"\\e059\";\n}\n.styles-module_lnc_target__VrxN8:before {\n content: \"\\e05a\";\n}\n.styles-module_lnc_trash__3cF6w:before {\n content: \"\\e05b\";\n}\n.styles-module_lnc_trolley__3OvXo:before {\n content: \"\\e05c\";\n}\n.styles-module_lnc_undo__1tJoX:before {\n content: \"\\e05d\";\n}\n.styles-module_lnc_up__3eKPI:before {\n content: \"\\e05e\";\n}\n.styles-module_lnc_upload__3gwmX:before {\n content: \"\\e05f\";\n}\n.styles-module_lnc_upload2__3hTP1:before {\n content: \"\\e060\";\n}\n.styles-module_lnc_user__1942u:before {\n content: \"\\e061\";\n}\n.styles-module_lnc_user2__21L0B:before {\n content: \"\\e062\";\n}\n.styles-module_lnc_user3__12PJt:before {\n content: \"\\e063\";\n}\n.styles-module_lnc_users__uUh5y:before {\n content: \"\\e064\";\n}\n.styles-module_lnc_video_player__eTudW:before {\n content: \"\\e065\";\n}\n.styles-module_lnc_wallet__NWMof:before {\n content: \"\\e066\";\n}\n.styles-module_lnc_warning__1XnCh:before {\n content: \"\\e067\";\n}\n.styles-module_lnc_wheelchair__-fneh:before {\n content: \"\\e068\";\n}\n.styles-module_lnc_wifi__1PB6c:before {\n content: \"\\e069\";\n}\n.styles-module_lnc_x__2NqwY:before {\n content: \"\\e06a\";\n}\n.styles-module_lnc_zoom_in__2p5NL:before {\n content: \"\\e06b\";\n}\n.styles-module_lnc_zoom_out__3-N8X:before {\n content: \"\\e06c\";\n}\n.styles-module_lnc_firewall__1T-xo:before {\n content: \"\\e06d\";\n}\n.styles-module_lnc_down_double__eQn46:before {\n content: \"\\e046\";\n}\n.styles-module_lnc_file_search__2NdXs:before {\n content: \"\\e06e\";\n}\n.styles-module_lnc_filter2__25zUC:before {\n content: \"\\e06f\";\n}\n.styles-module_lnc_flash__2spoO:before {\n content: \"\\e070\";\n}\n.styles-module_lnc_left_double__lGlAL:before {\n content: \"\\e071\";\n}\n.styles-module_lnc_right_double__2LGrY:before {\n content: \"\\e072\";\n}\n.styles-module_lnc_save__1es4N:before {\n content: \"\\e073\";\n}\n.styles-module_lnc_save_plus__3mggy:before {\n content: \"\\e074\";\n}\n.styles-module_lnc_server__npXWA:before {\n content: \"\\e075\";\n}\n.styles-module_lnc_table__Wz3bc:before {\n content: \"\\e076\";\n}\n.styles-module_lnc_table2__11-XY:before {\n content: \"\\e077\";\n}\n.styles-module_lnc_time_back__3_jgl:before {\n content: \"\\e078\";\n}\n.styles-module_lnc_time_forward__3ttuV:before {\n content: \"\\e079\";\n}\n.styles-module_lnc_up_double__2McTh:before {\n content: \"\\e07a\";\n}\n.styles-module_lnc_align_center__1lFF1:before {\n content: \"\\e058\";\n}\n.styles-module_lnc_align_left__2EEHH:before {\n content: \"\\e07b\";\n}\n.styles-module_lnc_align_right__wdwMo:before {\n content: \"\\e07c\";\n}\n.styles-module_lnc_car__2O1gg:before {\n content: \"\\e07d\";\n}\n.styles-module_lnc_cashregister__29tQ6:before {\n content: \"\\e07e\";\n}\n.styles-module_lnc_file_excel__1vcQh:before {\n content: \"\\e07f\";\n}\n.styles-module_lnc_file_pdf__2t9O1:before {\n content: \"\\e080\";\n}\n.styles-module_lnc_file_word__2DGwd:before {\n content: \"\\e081\";\n}\n.styles-module_lnc_puzzle__2C4g9:before {\n content: \"\\e082\";\n}\n.styles-module_lnc_rotate_vertical__NlAcx:before {\n content: \"\\e083\";\n}\n.styles-module_lnc_rotate_horizontal__1A2w-:before {\n content: \"\\e084\";\n}\n.styles-module_lnc_sum__10wqe:before {\n content: \"\\e085\";\n}\n.styles-module_lnc_usb__12ZHW:before {\n content: \"\\e086\";\n}\n.styles-module_lnc_checklist__2Sfo3:before {\n content: \"\\e087\";\n}\n.styles-module_lnc_checklist2__3UhHY:before {\n content: \"\\e088\";\n}\n.styles-module_lnc_concentrate__umSCo:before {\n content: \"\\e089\";\n}\n.styles-module_lnc_cutlery__13cgD:before {\n content: \"\\e08a\";\n}\n.styles-module_lnc_exchange3__3AZld:before {\n content: \"\\e08b\";\n}\n.styles-module_lnc_graduate_cap__1ByaN:before {\n content: \"\\e08c\";\n}\n.styles-module_lnc_id__2geFo:before {\n content: \"\\e08d\";\n}\n.styles-module_lnc_printer_check__3iWO0:before {\n content: \"\\e08e\";\n}\n.styles-module_lnc_slide_left__1lNSO:before {\n content: \"\\e08f\";\n}\n.styles-module_lnc_slide_right__2Kkpl:before {\n content: \"\\e090\";\n}\n.styles-module_lnc_user_switch__2Hki4:before {\n content: \"\\e091\";\n}\n.styles-module_lnc_aggregate__1b8Xb:before {\n content: \"\\e092\";\n}\n.styles-module_lnc_backspace__2SgjG:before {\n content: \"\\e093\";\n}\n.styles-module_lnc_code2__1EbMZ:before {\n content: \"\\e094\";\n}\n.styles-module_lnc_edit__3BwLt:before {\n content: \"\\e095\";\n}\n.styles-module_lnc_handshake__k9t7X:before {\n content: \"\\e096\";\n}\n.styles-module_lnc_input__1BsI_:before {\n content: \"\\e097\";\n}\n.styles-module_lnc_intersect2__D0t4N:before {\n content: \"\\e098\";\n}\n.styles-module_lnc_logo_dropbox__1bBky:before {\n content: \"\\e099\";\n}\n.styles-module_lnc_logo_facebook__2LFx7:before {\n content: \"\\e09a\";\n}\n.styles-module_lnc_logo_gdrive__lm2Xx:before {\n content: \"\\e09b\";\n}\n.styles-module_lnc_logo_hangouts__3mBpc:before {\n content: \"\\e09c\";\n}\n.styles-module_lnc_logo_instagram__1yoE_:before {\n content: \"\\e09d\";\n}\n.styles-module_lnc_logo_linkedin___bnn1:before {\n content: \"\\e09e\";\n}\n.styles-module_lnc_logo_messenger__22UXJ:before {\n content: \"\\e09f\";\n}\n.styles-module_lnc_logo_paypal__1ctNm:before {\n content: \"\\e0a0\";\n}\n.styles-module_lnc_logo_pinterest__2WBvf:before {\n content: \"\\e0a1\";\n}\n.styles-module_lnc_logo_playstore__2dNKy:before {\n content: \"\\e0a2\";\n}\n.styles-module_lnc_logo_skype__4zqs0:before {\n content: \"\\e0a3\";\n}\n.styles-module_lnc_logo_twitter__2qNGG:before {\n content: \"\\e0a4\";\n}\n.styles-module_lnc_logo_viber__a0Vu8:before {\n content: \"\\e0a5\";\n}\n.styles-module_lnc_logo_whatsapp__1pRGX:before {\n content: \"\\e0a6\";\n}\n.styles-module_lnc_logo_youtube__2rBKz:before {\n content: \"\\e0a7\";\n}\n.styles-module_lnc_measure__7wXpY:before {\n content: \"\\e0a8\";\n}\n.styles-module_lnc_percent__3qmzf:before {\n content: \"\\e0a9\";\n}\n.styles-module_lnc_scan_barcode__2BfUT:before {\n content: \"\\e0aa\";\n}\n.styles-module_lnc_scan_number__20DM5:before {\n content: \"\\e0ab\";\n}\n.styles-module_lnc_scan_qr__2TG1C:before {\n content: \"\\e0ac\";\n}\n.styles-module_lnc_user_speaker__2XqGz:before {\n content: \"\\e0ad\";\n}\n.styles-module_lnc_users_connected__2gVEp:before {\n content: \"\\e0ae\";\n}\n.styles-module_lnc_dots__iFPx7:before {\n content: \"\\e0af\";\n}\n.styles-module_lnc_grid_plus__13nKs:before {\n content: \"\\e0b0\";\n}\n.styles-module_lnc_sort_vertical__27lK1:before {\n content: \"\\e0b1\";\n}\n.styles-module_lnc_sort_horizontal__NCpoS:before {\n content: \"\\e0b2\";\n}\n.styles-module_lnc_grid_minus__YaD5A:before {\n content: \"\\e0b3\";\n}\n.styles-module_lnc_calendar_check__Xk2zp:before {\n content: \"\\e0b4\";\n}\n.styles-module_lnc_calendar_minus__1WJp0:before {\n content: \"\\e0b5\";\n}\n.styles-module_lnc_calendar_plus__3dmG_:before {\n content: \"\\e0b6\";\n}\n.styles-module_lnc_calendar_x__MI4zD:before {\n content: \"\\e0b7\";\n}\n.styles-module_lnc_eye__3StZy:before {\n content: \"\\e0b8\";\n}\n.styles-module_lnc_eye_no__3YiHU:before {\n content: \"\\e0b9\";\n}\n";
50305
50309
  styleInject(css_248z$3);
50306
50310
 
50307
- var _templateObject$b, _templateObject2$8, _templateObject3$7, _templateObject4$6, _templateObject5$6, _templateObject6$4, _templateObject7$3, _templateObject8$3, _templateObject9$3;
50308
- var Container$b = newStyled.div(_templateObject$b || (_templateObject$b = _taggedTemplateLiteral__default['default'](["\n border: 1.5px solid rgba(165, 164, 164, 0.4);\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
50311
+ var _templateObject$b, _templateObject2$8, _templateObject3$7, _templateObject4$6, _templateObject5$6, _templateObject6$4, _templateObject7$3, _templateObject8$3, _templateObject9$3, _templateObject10$3, _templateObject11$2, _templateObject12$2, _templateObject13$1;
50312
+ var Container$b = newStyled.div(_templateObject$b || (_templateObject$b = _taggedTemplateLiteral__default['default'](["\n border-radius: 3px;\n font-size: ", ";\n font-family: ", ";\n"])), theme.typography.small.fontSize, theme.typography.fontFamily);
50309
50313
  var Wrapper = newStyled.div(_templateObject2$8 || (_templateObject2$8 = _taggedTemplateLiteral__default['default']([""])));
50310
50314
  var TableTable = newStyled.table(_templateObject3$7 || (_templateObject3$7 = _taggedTemplateLiteral__default['default'](["\n border-collapse: collapse;\n width: 100%;\n"])));
50311
- var TableHead = newStyled.thead(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteral__default['default'](["\n background-color: ", ";\n color: ", ";\n"])), theme.palette.primary.main, theme.palette.primary.text);
50312
- var TableHeadRow = newStyled.tr(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteral__default['default']([""])));
50313
- var TableHeadCell = newStyled.th(_templateObject6$4 || (_templateObject6$4 = _taggedTemplateLiteral__default['default'](["\n text-align: left;\n transition: all 250ms ease;\n\n ", "\n\n &:first-of-type {\n border-radius: 3px 0 0 0;\n }\n\n &:last-of-type {\n border-radius: 0 3px 0 0;\n }\n\n &:hover {\n background-color: ", ";\n cursor: pointer;\n }\n"])), function (props) {
50315
+ var TableHead = newStyled.thead(_templateObject4$6 || (_templateObject4$6 = _taggedTemplateLiteral__default['default'](["\n color: ", ";\n border-top: 1px solid #80808025;\n"])), theme.palette.primary.textDark);
50316
+ var TableHeadRow = newStyled.tr(_templateObject5$6 || (_templateObject5$6 = _taggedTemplateLiteral__default['default'](["\n border-bottom: 1px solid #80808025;\n"])));
50317
+ var TableHeadCell = newStyled.th(_templateObject6$4 || (_templateObject6$4 = _taggedTemplateLiteral__default['default'](["\n text-align: left;\n transition: all 250ms ease;\n font-weight: 900;\n\n ", "\n\n &:first-of-type {\n border-radius: 3px 0 0 0;\n }\n\n &:last-of-type {\n border-radius: 0 3px 0 0;\n }\n\n &:hover {\n // background-color: ", ";\n background-color: #f0f0f0;\n cursor: pointer;\n }\n"])), function (props) {
50314
50318
  return props.selectionCell === true ? "width: 27px; padding: 1px 1px 1px 6px;" : "padding: 5px 5px 5px 6px;";
50315
50319
  }, theme.palette.primary.light);
50316
- var TableBody = newStyled.tbody(_templateObject7$3 || (_templateObject7$3 = _taggedTemplateLiteral__default['default']([""])));
50317
- var TableBodyRow = newStyled.tr(_templateObject8$3 || (_templateObject8$3 = _taggedTemplateLiteral__default['default'](["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n\n ", "\n\n ", "\n"])), function (props) {
50318
- if (props.selectedRow !== true) return "\n &:nth-of-type(even) {\n background-color: #f5f5f5;\n }\n\n &:hover {\n & > td {\n border-bottom: 1px solid ".concat(theme.palette.primary.light, ";\n border-top: 1px solid ").concat(theme.palette.primary.light, ";\n }\n \n cursor: pointer;\n }");else return "";
50320
+ var HeaderInnerCell = newStyled.div(_templateObject7$3 || (_templateObject7$3 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n flex-direction: row;\n align-items: center;\n // justify-content: center;\n\n & i {\n color: black;\n }\n"])));
50321
+ var HeaderCellText = newStyled.span(_templateObject8$3 || (_templateObject8$3 = _taggedTemplateLiteral__default['default'](["\n color: black;\n"])));
50322
+ var HeaderCellIcon = newStyled.span(_templateObject9$3 || (_templateObject9$3 = _taggedTemplateLiteral__default['default'](["\n color: black;\n margin-left: auto;\n\n & i {\n color: ", ";\n }\n"])), function (props) {
50323
+ return props.sort ? "transparent" : "black";
50324
+ });
50325
+ var TableBody = newStyled.tbody(_templateObject10$3 || (_templateObject10$3 = _taggedTemplateLiteral__default['default']([""])));
50326
+ var TableBodyRowNested = newStyled.tr(_templateObject11$2 || (_templateObject11$2 = _taggedTemplateLiteral__default['default'](["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n background-color: #f7f7f7;\n cursor: normal;\n"])));
50327
+ var TableBodyRow = newStyled.tr(_templateObject12$2 || (_templateObject12$2 = _taggedTemplateLiteral__default['default'](["\n border-bottom: 1px solid transparent;\n border-top: 1px solid transparent;\n background-color: ", ";\n\n ", "\n ", ";\n"])), function (props) {
50328
+ return props.nested ? "#f7f7f7" : "inherit";
50329
+ }, function (props) {
50330
+ if (props.selectedRow !== true) return "\n &:hover {\n & > td {\n background-color: #f0f0f0;\n }\n \n cursor: pointer;\n }";else return "";
50319
50331
  }, function (props) {
50320
- if (props.selectedRow === true) return "\n background-color: ".concat(theme.palette.primary.lighter, ";\n \n & > td {\n border-bottom: 1px solid ").concat(theme.palette.primary.light, ";\n border-top: 1px solid ").concat(theme.palette.primary.light, ";\n }\n ");else return "";
50332
+ if (props.selectedRow === true) return "\n background-color: ".concat(theme.palette.primary.lighter, ";\n cursor: pointer;\n ");else return "";
50321
50333
  });
50322
- var TableBodyCell = newStyled.td(_templateObject9$3 || (_templateObject9$3 = _taggedTemplateLiteral__default['default'](["\n ", "\n"])), function (props) {
50323
- return props.selectionCell === true ? "padding: 1px 1px 1px 6px;" : "padding: 5px 5px 5px 10px;";
50334
+ var TableBodyCell = newStyled.td(_templateObject13$1 || (_templateObject13$1 = _taggedTemplateLiteral__default['default'](["\n padding: ", ";\n"])), function (props) {
50335
+ return props.selectionCell === true ? "1px 1px 1px 6px" : "5px 5px 5px 10px";
50324
50336
  });
50325
50337
 
50326
50338
  var Table = function Table(props) {
@@ -50369,7 +50381,12 @@ var Table = function Table(props) {
50369
50381
  EnableOrdering = _ref3$EnableOrdering === void 0 ? false : _ref3$EnableOrdering,
50370
50382
  _ref3$SelectionType = _ref3.SelectionType,
50371
50383
  SelectionType = _ref3$SelectionType === void 0 ? TableSelectionType$1.SINGLE : _ref3$SelectionType; //======================== STATE ============================================
50372
- //======================== METHODS ==========================================
50384
+
50385
+
50386
+ var _useState = React.useState([]),
50387
+ _useState2 = _slicedToArray__default['default'](_useState, 2),
50388
+ expandedColumns = _useState2[0],
50389
+ setExpandedColumns = _useState2[1]; //======================== METHODS ==========================================
50373
50390
 
50374
50391
 
50375
50392
  var handleSelectAll = function handleSelectAll() {
@@ -50389,58 +50406,55 @@ var Table = function Table(props) {
50389
50406
  return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, Data.map(function (dataItem, i) {
50390
50407
  return renderBodyRow(dataItem, i);
50391
50408
  }));
50392
- }; // const renderEmptySelectionCell = () => {
50393
- // if (
50394
- // !EnableSelection ||
50395
- // ReadOnly ||
50396
- // (IsLookup && SelectionType === TableSelectionType.SINGLE)
50397
- // )
50398
- // return <></>;
50399
- // return (
50400
- // <td
50401
- // className={[
50402
- // style["table-cell"],
50403
- // style["special-cell-render"],
50404
- // style["select-checkbox"],
50405
- // ].join(" ")}
50406
- // ></td>
50407
- // );
50408
- // };
50409
- // const renderGroupBodyRows = (col, dataItem) => {
50410
- // if (col) var nestedArray = dataItem[col.accessor];
50411
- // if (nestedArray) {
50412
- // return dataItem[col.accessor].map((x, i) => {
50413
- // return (
50414
- // <tr
50415
- // key={i + 100}
50416
- // className={[
50417
- // style["table-row-group-by-nested"],
50418
- // style["table-row-odd"],
50419
- // ].join(" ")}
50420
- // >
50421
- // {renderEmptySelectionCell()}
50422
- // {Columns.map((col, j) => {
50423
- // return renderBodyCell(x, col, i + 100, j + 100);
50424
- // })}
50425
- // </tr>
50426
- // );
50427
- // });
50428
- // }
50429
- // return <></>;
50430
- // };
50409
+ };
50410
+
50411
+ var renderEmptySelectionCell = function renderEmptySelectionCell() {
50412
+ if (!EnableSelection || ReadOnly || IsLookup && SelectionType === TableSelectionType$1.SINGLE) return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null);
50413
+ return /*#__PURE__*/React__default['default'].createElement("td", null);
50414
+ };
50431
50415
 
50416
+ var renderGroupBodyRows = function renderGroupBodyRows(col, dataItem) {
50417
+ var nestedArray;
50418
+ if (col) nestedArray = dataItem[col.accessor];
50419
+
50420
+ if (nestedArray) {
50421
+ return dataItem[col.accessor].map(function (x, i) {
50422
+ return /*#__PURE__*/React__default['default'].createElement(TableBodyRowNested, {
50423
+ key: i + 100
50424
+ }, renderEmptySelectionCell(), /*#__PURE__*/React__default['default'].createElement("td", null), Columns.map(function (col, j) {
50425
+ return renderBodyCell(x, col, i + 100, j + 100);
50426
+ }));
50427
+ });
50428
+ }
50429
+
50430
+ return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null);
50431
+ };
50432
50432
 
50433
50433
  var renderBodyRow = function renderBodyRow(dataItem, i) {
50434
- Columns.find(function (x) {
50435
- return x.nested;
50434
+ var nested = Columns.find(function (x) {
50435
+ return x.nested === true;
50436
50436
  });
50437
50437
  var rowSelected = isRowSelected(dataItem);
50438
+ var nestedArray;
50439
+ if (nested) nestedArray = dataItem[nested.accessor];
50438
50440
  return /*#__PURE__*/React__default['default'].createElement(React__default['default'].Fragment, null, /*#__PURE__*/React__default['default'].createElement(TableBodyRow, {
50439
50441
  selectedRow: rowSelected,
50440
- key: i
50441
- }, renderSelectionCell(dataItem, rowSelected), Columns.map(function (col, j) {
50442
+ key: i,
50443
+ onClick: function onClick() {
50444
+ if (expandedColumns.includes(dataItem[SelectionIndicator])) {
50445
+ setExpandedColumns(expandedColumns.filter(function (x) {
50446
+ return x != dataItem[SelectionIndicator];
50447
+ }));
50448
+ } else {
50449
+ setExpandedColumns([].concat(_toConsumableArray__default['default'](expandedColumns), [dataItem[SelectionIndicator]]));
50450
+ }
50451
+ }
50452
+ }, renderSelectionCell(dataItem, rowSelected), nested && nestedArray && nestedArray.length > 0 ? /*#__PURE__*/React__default['default'].createElement("td", null, /*#__PURE__*/React__default['default'].createElement(Icon$1, {
50453
+ color: "primary",
50454
+ icon: expandedColumns.includes(dataItem[SelectionIndicator]) ? "caret-square-down" : "caret-square-right"
50455
+ })) : /*#__PURE__*/React__default['default'].createElement("td", null), Columns.map(function (col, j) {
50442
50456
  return renderBodyCell(dataItem, col, i, j);
50443
- })));
50457
+ })), expandedColumns.includes(dataItem[SelectionIndicator]) && renderGroupBodyRows(nested, dataItem));
50444
50458
  };
50445
50459
 
50446
50460
  var renderHeaderCell = function renderHeaderCell(col, i) {
@@ -50450,17 +50464,19 @@ var Table = function Table(props) {
50450
50464
  return OnOrder(col.accessor);
50451
50465
  };
50452
50466
  var orderingIconClass = "sort";
50453
- if (isOrderByColumn && Ascending) orderingIconClass = "sort-up";
50454
- if (isOrderByColumn && Descending) orderingIconClass = "sort-down";
50467
+ if (isOrderByColumn && Ascending) orderingIconClass = "long-arrow-alt-up";
50468
+ if (isOrderByColumn && Descending) orderingIconClass = "long-arrow-alt-down";
50455
50469
  if (isOrderByColumn && !Ascending && !Descending) orderingIconClass = "sort";
50456
50470
  if (!isOrderByColumn || Accessor === "") orderingIconClass = "sort";
50457
50471
  return /*#__PURE__*/React__default['default'].createElement(TableHeadCell, {
50458
50472
  key: i,
50459
50473
  onClick: onClick
50460
- }, /*#__PURE__*/React__default['default'].createElement("div", null, col.name, !hideOrdering && /*#__PURE__*/React__default['default'].createElement(Icon$1, {
50474
+ }, /*#__PURE__*/React__default['default'].createElement(HeaderInnerCell, null, /*#__PURE__*/React__default['default'].createElement(HeaderCellText, null, " ", col.name), !hideOrdering && /*#__PURE__*/React__default['default'].createElement(HeaderCellIcon, {
50475
+ sort: orderingIconClass === "sort"
50476
+ }, /*#__PURE__*/React__default['default'].createElement(Icon$1, {
50461
50477
  color: "white",
50462
50478
  icon: orderingIconClass
50463
- })));
50479
+ }))));
50464
50480
  };
50465
50481
 
50466
50482
  var renderSelectionCell = function renderSelectionCell(dataItem, selected) {
@@ -50503,7 +50519,11 @@ var Table = function Table(props) {
50503
50519
 
50504
50520
  return /*#__PURE__*/React__default['default'].createElement(Container$b, null, /*#__PURE__*/React__default['default'].createElement(Wrapper, null, /*#__PURE__*/React__default['default'].createElement(TableTable, {
50505
50521
  cellSpacing: 0
50506
- }, /*#__PURE__*/React__default['default'].createElement(TableHead, null, /*#__PURE__*/React__default['default'].createElement(TableHeadRow, null, renderSelectAllHeaderCell(), Columns.map(function (col, i) {
50522
+ }, /*#__PURE__*/React__default['default'].createElement(TableHead, null, /*#__PURE__*/React__default['default'].createElement(TableHeadRow, null, renderSelectAllHeaderCell(), /*#__PURE__*/React__default['default'].createElement("th", {
50523
+ style: {
50524
+ width: "13px"
50525
+ }
50526
+ }), Columns.map(function (col, i) {
50507
50527
  return renderHeaderCell(col, i);
50508
50528
  }))), /*#__PURE__*/React__default['default'].createElement(TableBody, null, renderBody()))));
50509
50529
  };
@@ -50897,11 +50917,11 @@ var getBorderSyle = function getBorderSyle(borderStyle, read, theme, color) {
50897
50917
 
50898
50918
  var Container$a = newStyled.div(_templateObject$a || (_templateObject$a = _taggedTemplateLiteral__default['default'](["\n box-shadow: 0 0 12px #bebebe;\n borderradius: 3px;\n padding: 4px;\n"])));
50899
50919
  var TableContainer = newStyled.div(_templateObject2$7 || (_templateObject2$7 = _taggedTemplateLiteral__default['default'](["\n font-family: var(--font-base-ubuntu);\n display: flex;\n justify-content: space-between;\n flex-direction: column;\n"])));
50900
- var PaginationContainer = newStyled.div(_templateObject3$6 || (_templateObject3$6 = _taggedTemplateLiteral__default['default'](["\n margin-top: 6px;\n"])));
50920
+ var PaginationContainer = newStyled.div(_templateObject3$6 || (_templateObject3$6 = _taggedTemplateLiteral__default['default'](["\n margin-top: 6px;\n border-top: 1px solid #80808025;\n"])));
50901
50921
  var FormContainer$1 = newStyled.div(_templateObject4$5 || (_templateObject4$5 = _taggedTemplateLiteral__default['default'](["\n height: 100%;\n overflow-y: auto;\n max-height: calc(100vh - 120px);\n ", "\n"])), function (props) {
50902
50922
  return getBorderSyle(props.borderStyle, props.read, props.theme, props.color);
50903
50923
  });
50904
- var HeaderContainer = newStyled.div(_templateObject5$5 || (_templateObject5$5 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n flex-direction: row;\n justify-content: left;\n align-items: center;\n margin-bottom: 5px;\n\n border: 1.5px solid rgba(165, 164, 164, 0.4);\n border-radius: 3px;\n padding: 4px;\n font-size: 12px;\n font-family: \"Ubuntu\";\n"])));
50924
+ var HeaderContainer = newStyled.div(_templateObject5$5 || (_templateObject5$5 = _taggedTemplateLiteral__default['default'](["\n display: flex;\n flex-direction: row;\n justify-content: left;\n align-items: center;\n margin-bottom: 5px;\n\n border-radius: 3px;\n padding: 0px;\n font-size: 12px;\n font-family: \"Ubuntu\";\n"])));
50905
50925
  var FlexItem = newStyled.div(_templateObject6$3 || (_templateObject6$3 = _taggedTemplateLiteral__default['default'](["\n padding-left: 3px;\n padding-right: 4px;\n font-size: 1.4em;\n max-height: 40px;\n"])));
50906
50926
  var DeveloperMessageContainer = newStyled.div(_templateObject7$2 || (_templateObject7$2 = _taggedTemplateLiteral__default['default'](["\n margin-top: 5px;\n padding: 8px;\n border: 2px solid rgba(255, 0, 0, 0.725);\n background-color: rgba(252, 79, 79, 0.104);\n font-size: 11px;\n"])));
50907
50927
  var DeveloperMessage = newStyled.div(_templateObject8$2 || (_templateObject8$2 = _taggedTemplateLiteral__default['default'](["\n color: rgb(180, 3, 3);\n"])));
@@ -51947,7 +51967,8 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
51947
51967
  tooltip: state.Form.Mode === FormMode.READ ? Localization.FormEditMode || "Edit mode" : Localization.FormReadMode || "View mode",
51948
51968
  onClick: changeToEditMode,
51949
51969
  disabled: freezeLoading(),
51950
- icon: state.Form.Mode === FormMode.READ ? "edit" : "eye"
51970
+ icon: state.Form.Mode === FormMode.READ ? "edit" : "eye",
51971
+ inverted: true
51951
51972
  }));
51952
51973
  };
51953
51974
 
@@ -51961,7 +51982,8 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
51961
51982
  tooltip: Localization.Add || "Add",
51962
51983
  onClick: goToAdd,
51963
51984
  disabled: freezeLoading(),
51964
- icon: "plus"
51985
+ icon: "plus",
51986
+ inverted: true
51965
51987
  }));
51966
51988
  }
51967
51989
 
@@ -51978,7 +52000,8 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
51978
52000
  onClick: onRefresh,
51979
52001
  disabled: freezeLoading(),
51980
52002
  icon: "sync-alt",
51981
- size: "small"
52003
+ size: "small",
52004
+ inverted: true
51982
52005
  }));
51983
52006
  };
51984
52007
 
@@ -51990,7 +52013,8 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
51990
52013
  if (OnChange) OnChange(state.Table.SelectedData);
51991
52014
  },
51992
52015
  disabled: freezeLoading([state.Table.SelectedData.length === 0]),
51993
- icon: "check-circle"
52016
+ icon: "check-circle",
52017
+ inverted: true
51994
52018
  }));
51995
52019
  }
51996
52020
 
@@ -52021,7 +52045,8 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
52021
52045
  onClick: toggleDeleteConfirmationBox,
52022
52046
  disabled: freezeLoading([state.Table.SelectedData.length === 0]),
52023
52047
  tooltip: Localization.DeleteSelected || "Delete selected",
52024
- icon: "trash"
52048
+ icon: "trash",
52049
+ inverted: true
52025
52050
  }));
52026
52051
  };
52027
52052
 
@@ -52034,7 +52059,8 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
52034
52059
  tooltip: Localization.ToTableView || "Table view",
52035
52060
  onClick: onSwitchToTableView,
52036
52061
  disabled: freezeLoading(),
52037
- icon: "table"
52062
+ icon: "table",
52063
+ inverted: true
52038
52064
  }));
52039
52065
  };
52040
52066
 
@@ -52063,6 +52089,7 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
52063
52089
  });
52064
52090
 
52065
52091
  return /*#__PURE__*/React__default['default'].createElement(PaginationContainer, null, /*#__PURE__*/React__default['default'].createElement(Pagination, _extends__default['default']({}, cfg, {
52092
+ inverted: true,
52066
52093
  Localization: Localization.Pagination || {}
52067
52094
  })));
52068
52095
  };
@@ -53387,7 +53414,7 @@ var iconPaddingBySize = function iconPaddingBySize(size) {
53387
53414
  };
53388
53415
 
53389
53416
  var containerColor = function containerColor(props) {
53390
- if (props.disable) return props.theme.palette.gray[200];
53417
+ if (props.disabled) return props.theme.palette.gray[200];
53391
53418
  if (props.focus) return "white";
53392
53419
  return props.theme.palette[props.color].lighter;
53393
53420
  };
@@ -53460,6 +53487,8 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53460
53487
  disabled = props.disabled,
53461
53488
  id = props.id,
53462
53489
  className = props.className,
53490
+ mapIdTo = props.mapIdTo,
53491
+ mapValueTo = props.mapValueTo,
53463
53492
  size = props.size,
53464
53493
  color = props.color,
53465
53494
  theme = props.theme;
@@ -53497,18 +53526,33 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53497
53526
  };
53498
53527
 
53499
53528
  var onKeyDown = function onKeyDown(e) {
53500
- if (e.keyCode === 27) InputRef.current.blur();
53501
- if (e.keyCode === 38 || e.keyCode === 40) e.preventDefault();
53502
- if (e.keyCode === 38 && cursor > 0) setCursor(cursor - 1);
53503
- if (e.keyCode === 40 && cursor < options.length - 1) setCursor(cursor + 1);
53529
+ //ArrowUp & ArrowDown
53530
+ if (e.keyCode === 38 || e.keyCode === 40) e.preventDefault(); //Esc
53531
+
53532
+ if (e.keyCode === 27) InputRef.current.blur(); //ArrowUp & ArrowDown
53504
53533
 
53505
- if (e.key === "Enter" && options.length > 0 && value && value.length > 0) {
53506
- optionSelected([].concat(_toConsumableArray__default['default'](items), [options[cursor]]));
53534
+ if (options !== null && options.length !== 0 && inFocus) {
53535
+ if (e.keyCode === 38 && cursor > 0) setCursor(cursor - 1);
53536
+ if (e.keyCode === 40 && cursor < options.length - 1) setCursor(cursor + 1);
53537
+ if (e.keyCode === 13) optionSelected([].concat(_toConsumableArray__default['default'](items), [options[cursor]]));
53538
+
53539
+ if (e.key === "Backspace" && items.length > 0 && value === "") {
53540
+ handleRemoveItem(items.length - 1);
53541
+ }
53542
+
53543
+ console.log("ARR DOWN");
53544
+ return;
53545
+ }
53546
+
53547
+ if (e.keyCode === 40) {
53548
+ setInFocus(true);
53549
+ setCursor(0);
53550
+ load(e.target.value);
53507
53551
  }
53508
53552
 
53509
53553
  var empty = options === null || options !== null && options.length === 0;
53510
53554
 
53511
- if (e.key === "Enter" && inFocus && empty && loading === false && value !== "") {
53555
+ if (e.key === "Enter" && inFocus && empty && loading === false) {
53512
53556
  onInputBlur();
53513
53557
  }
53514
53558
 
@@ -53561,13 +53605,13 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53561
53605
  return optionSelected([].concat(_toConsumableArray__default['default'](items), [item]));
53562
53606
  },
53563
53607
  hover: cursor === i
53564
- }), item.value);
53608
+ }), item[mapValueTo]);
53565
53609
  })));
53566
53610
  }
53567
53611
 
53568
53612
  var empty = options === null || options !== null && options.length === 0;
53569
53613
 
53570
- if (inFocus && empty && loading === false && value !== "") {
53614
+ if (inFocus && empty && loading === false) {
53571
53615
  return /*#__PURE__*/React__default['default'].createElement(FadeIn, null, /*#__PURE__*/React__default['default'].createElement(Content, _extends__default['default']({}, themeProps, {
53572
53616
  key: 0
53573
53617
  }), /*#__PURE__*/React__default['default'].createElement(ContentItem, _extends__default['default']({}, themeProps, {
@@ -53592,10 +53636,10 @@ var MultiSelectDropdown = function MultiSelectDropdown(props) {
53592
53636
  }, /*#__PURE__*/React__default['default'].createElement(ItemWrapper, _extends__default['default']({}, themeProps, {
53593
53637
  key: key,
53594
53638
  first: key === 0,
53595
- title: x.value
53639
+ title: x[mapValueTo]
53596
53640
  }), /*#__PURE__*/React__default['default'].createElement(Item, _extends__default['default']({}, themeProps, {
53597
- id: x.id,
53598
- text: x.value,
53641
+ id: x[mapIdTo],
53642
+ text: x[mapValueTo],
53599
53643
  onRemove: function onRemove() {
53600
53644
  return handleRemoveItem(key);
53601
53645
  }
@@ -53640,7 +53684,9 @@ MultiSelectDropdown.defaultProps = {
53640
53684
  size: "small",
53641
53685
  color: "primary",
53642
53686
  notItemsFoundText: "No items found...",
53643
- theme: theme
53687
+ theme: theme,
53688
+ mapIdTo: "id",
53689
+ mapValueTo: "value"
53644
53690
  };
53645
53691
  MultiSelectDropdown.propTypes = {
53646
53692
  theme: PropTypes__default['default'].object.isRequired,
@@ -53652,6 +53698,8 @@ MultiSelectDropdown.propTypes = {
53652
53698
  className: PropTypes__default['default'].string,
53653
53699
  items: PropTypes__default['default'].array,
53654
53700
  options: PropTypes__default['default'].array,
53701
+ mapIdTo: PropTypes__default['default'].string,
53702
+ mapValueTo: PropTypes__default['default'].string,
53655
53703
  notItemsFoundText: PropTypes__default['default'].string,
53656
53704
  size: PropTypes__default['default'].oneOf(["small", "medium", "large"]),
53657
53705
  color: PropTypes__default['default'].oneOf(["primary", "secondary", "success", "error", "warning", "gray", "background", "transparent"])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "2.1.2",
3
+ "version": "2.1.6",
4
4
  "description": "component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",