@geneui/components 2.11.1 → 2.11.2

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 (106) hide show
  1. package/ActionableList.js +8 -8
  2. package/AdvancedSearch.js +3 -3
  3. package/Alert.js +1 -1
  4. package/Avatar.js +1 -1
  5. package/Badge.js +1 -1
  6. package/Breadcrumb.js +2 -2
  7. package/BusyLoader.js +1 -1
  8. package/Button.js +1 -1
  9. package/CHANGELOG.md +16 -0
  10. package/Card.js +2 -2
  11. package/CardList.js +9 -9
  12. package/{CellMeasurerCache-c11cec83.js → CellMeasurerCache-b786dd93.js} +1 -1
  13. package/Charts.js +7 -7
  14. package/CheckboxGroupWithSearch.js +3 -3
  15. package/Collapse.js +1 -1
  16. package/ColorPicker.js +1 -1
  17. package/ComboBox.js +7 -7
  18. package/Counter.js +7 -7
  19. package/DateFilter.js +4 -4
  20. package/DatePicker.js +1 -1
  21. package/DatePickerInput.js +3 -3
  22. package/Divider.js +1 -1
  23. package/Drawer.js +1 -1
  24. package/Dropdown.js +7 -7
  25. package/Editor.js +1 -1
  26. package/Empty.js +1 -1
  27. package/ExtendedInput.js +4 -4
  28. package/Form.js +7 -7
  29. package/FormContainer.js +1 -1
  30. package/FormableDatePicker.js +3 -3
  31. package/FormableDropdown.js +7 -7
  32. package/FormableMultiSelectDropdown.js +7 -7
  33. package/FormableNumberInput.js +1 -1
  34. package/FormableTextInput.js +1 -1
  35. package/FormableUploader.js +2 -2
  36. package/GeneUIProvider.js +1 -1
  37. package/Grid.js +1 -1
  38. package/Holder.js +7 -7
  39. package/Icon.js +1 -1
  40. package/Image.js +1 -1
  41. package/ImagePreview.js +7 -7
  42. package/KeyValue.js +1 -1
  43. package/Label.js +1 -1
  44. package/LinkButton.js +1 -1
  45. package/Menu.js +13 -7
  46. package/MobileNavigation.js +1 -1
  47. package/MobilePopup.js +2 -2
  48. package/Modal.js +1 -1
  49. package/ModuleTitle.js +7 -7
  50. package/NavigationMenu.js +19 -11
  51. package/Notification.js +1 -1
  52. package/Option.js +1 -1
  53. package/Overlay.js +7 -7
  54. package/Overspread.js +8 -8
  55. package/Pagination.js +2 -2
  56. package/Paper.js +1 -1
  57. package/Popover.js +1 -1
  58. package/PopoverV2.js +1 -1
  59. package/Products.js +1 -1
  60. package/Profile.js +7 -7
  61. package/Progress.js +1 -1
  62. package/{RichEditor-b7928765.js → RichEditor-98accead.js} +1 -1
  63. package/RichEditor.js +1 -1
  64. package/Scrollbar.js +1 -1
  65. package/Search.js +1 -1
  66. package/SearchWithDropdown.js +8 -8
  67. package/Section.js +1 -1
  68. package/SkeletonLoader.js +1 -1
  69. package/Slider.js +1 -1
  70. package/Status.js +1 -1
  71. package/Steps.js +2 -2
  72. package/SuggestionList.js +1 -1
  73. package/Switcher.js +1 -1
  74. package/Table.js +9 -9
  75. package/TableCompositions.js +12 -12
  76. package/Tabs.js +1 -1
  77. package/Tag.js +1 -1
  78. package/Textarea.js +1 -1
  79. package/Time.js +1 -1
  80. package/TimePicker.js +7 -7
  81. package/Timeline.js +2 -2
  82. package/Title.js +1 -1
  83. package/Toaster.js +1 -1
  84. package/Tooltip.js +1 -1
  85. package/TransferList.js +4 -4
  86. package/Uploader.js +2 -2
  87. package/ValidatableDatePicker.js +3 -3
  88. package/ValidatableDropdown.js +7 -7
  89. package/ValidatableElements.js +7 -7
  90. package/ValidatableMultiSelectDropdown.js +7 -7
  91. package/ValidatableNumberInput.js +1 -1
  92. package/ValidatableTextInput.js +1 -1
  93. package/ValidatableTimeInput.js +1 -1
  94. package/ValidatableUploader.js +2 -2
  95. package/Widget.js +7 -7
  96. package/{index-5e722d91.js → index-0199942c.js} +2 -2
  97. package/{index-a4635754.js → index-084588e9.js} +1 -1
  98. package/{index-d9e8a888.js → index-135b9d17.js} +4 -4
  99. package/index-2030e31c.js +4 -0
  100. package/{index-702bf24a.js → index-5e96cb4d.js} +1 -1
  101. package/{index-5cea9a7d.js → index-897d8240.js} +1 -1
  102. package/{index-67f4d4d1.js → index-8c98317a.js} +17 -11
  103. package/{index-0cf65939.js → index-9164a86d.js} +47 -39
  104. package/index.js +10 -10
  105. package/package.json +1 -1
  106. package/index-a59530cd.js +0 -4
@@ -1,8 +1,8 @@
1
1
  import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useRef, useEffect, useCallback, createContext, memo, useLayoutEffect, useState, useMemo, isValidElement, cloneElement, useContext, forwardRef } from 'react';
3
3
  import { p as propTypesExports } from './index-e0af0caf.js';
4
- import { m as Dropdown, o as InfiniteLoader, p as WindowScroller, q as AutoSizer, r as List, s as CellMeasurer } from './index-0cf65939.js';
5
- import { C as CellMeasurerCache } from './CellMeasurerCache-c11cec83.js';
4
+ import { m as Dropdown, o as InfiniteLoader, p as WindowScroller, q as AutoSizer, r as List, s as CellMeasurer } from './index-9164a86d.js';
5
+ import { C as CellMeasurerCache } from './CellMeasurerCache-b786dd93.js';
6
6
  import { c as classnames } from './index-6ff23041.js';
7
7
  import { s as stopEvent, p as oneIsRequired, n as noop } from './index-ac59cb10.js';
8
8
  import { u as useMount } from './useMount-6fef51a5.js';
@@ -47,10 +47,10 @@ import Menu from './Menu.js';
47
47
  import './Progress.js';
48
48
  import './MobileNavigation.js';
49
49
  import './MobilePopup.js';
50
- import './index-d9e8a888.js';
50
+ import './index-135b9d17.js';
51
51
  import './Products.js';
52
52
  import './Search.js';
53
- import './index-5e722d91.js';
53
+ import './index-0199942c.js';
54
54
  import './Breadcrumb.js';
55
55
  import './Section.js';
56
56
  import './ColorPicker.js';
@@ -67,15 +67,15 @@ import './Portal.js';
67
67
  import './Avatar.js';
68
68
  import './Badge.js';
69
69
  import './Time.js';
70
- import { P as Popover } from './index-a4635754.js';
71
- import { j as jsxRuntimeExports } from './index-702bf24a.js';
70
+ import { P as Popover } from './index-084588e9.js';
71
+ import { j as jsxRuntimeExports } from './index-5e96cb4d.js';
72
72
  import './Title.js';
73
73
  import './Image.js';
74
74
  import './KeyValue.js';
75
75
  import './Option.js';
76
76
  import './QRCode.js';
77
77
  import ReactDOM__default from 'react-dom';
78
- import { c as callAfterDelay } from './index-5cea9a7d.js';
78
+ import { c as callAfterDelay } from './index-897d8240.js';
79
79
  import { d as debounce } from './debounce-4419bc2f.js';
80
80
 
81
81
  const copyToClipboard = str => {
@@ -3713,7 +3713,7 @@ const Body = _ref => {
3713
3713
  };
3714
3714
  var Body$1 = /*#__PURE__*/memo(Body, reactFastCompare);
3715
3715
 
3716
- var css_248z$3 = "[data-gene-ui-version=\"2.11.0\"] .nested-table{border:1px solid rgba(var(--background-sc-rgb),.1);border-radius:.4rem;display:flex;flex-direction:column;font:600 1.4rem/2rem var(--font-family);overflow:hidden;width:100%}[data-gene-ui-version=\"2.11.0\"] .nt-row{display:flex;width:100%}[data-gene-ui-version=\"2.11.0\"] .nt-row~.nt-row{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.11.0\"] .nt-head{background:rgba(var(--background-sc-rgb),.04);font-weight:700}[data-gene-ui-version=\"2.11.0\"] .nt-cell{display:flex;overflow:hidden;padding:1.1rem 2rem;position:relative;width:100%;word-break:break-word}[data-gene-ui-version=\"2.11.0\"] .nt-cell~.nt-cell:before{background:var(--background);border-right:1px solid rgba(var(--background-sc-rgb),.15);bottom:1rem;content:\"\";display:block;position:absolute;top:1rem}html:not([dir=rtl]) .nt-cell~.nt-cell:before{left:0}html[dir=rtl] .nt-cell~.nt-cell:before{right:0}";
3716
+ var css_248z$3 = "[data-gene-ui-version=\"1.0.0\"] .nested-table{border:1px solid rgba(var(--background-sc-rgb),.1);border-radius:.4rem;display:flex;flex-direction:column;font:600 1.4rem/2rem var(--font-family);overflow:hidden;width:100%}[data-gene-ui-version=\"1.0.0\"] .nt-row{display:flex;width:100%}[data-gene-ui-version=\"1.0.0\"] .nt-row~.nt-row{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .nt-head{background:rgba(var(--background-sc-rgb),.04);font-weight:700}[data-gene-ui-version=\"1.0.0\"] .nt-cell{display:flex;overflow:hidden;padding:1.1rem 2rem;position:relative;width:100%;word-break:break-word}[data-gene-ui-version=\"1.0.0\"] .nt-cell~.nt-cell:before{background:var(--background);border-right:1px solid rgba(var(--background-sc-rgb),.15);bottom:1rem;content:\"\";display:block;position:absolute;top:1rem}html:not([dir=rtl]) .nt-cell~.nt-cell:before{left:0}html[dir=rtl] .nt-cell~.nt-cell:before{right:0}";
3717
3717
  styleInject(css_248z$3);
3718
3718
 
3719
3719
  function Nested(_ref) {
@@ -5055,6 +5055,9 @@ function Row(_ref) {
5055
5055
  }
5056
5056
  });
5057
5057
  const [ignored, drag, preview] = useDrag({
5058
+ item: {
5059
+ index
5060
+ },
5058
5061
  type: "".concat(itemTypes.tr).concat(eventRef.current),
5059
5062
  canDrag: () => !opened && !dragDisable && !sortType && !isEditActive && rowsLength > 0,
5060
5063
  collect: monitor => ({
@@ -5395,6 +5398,9 @@ function HeaderItem(_ref) {
5395
5398
  })
5396
5399
  });
5397
5400
  const [_, drag] = useDrag({
5401
+ item: {
5402
+ index
5403
+ },
5398
5404
  type: "".concat(itemTypes.th).concat(eventRef.current),
5399
5405
  canDrag: () => !resizeMode && isDraggable && !stickyStatus
5400
5406
  });
@@ -5590,7 +5596,7 @@ HeaderItem.defaultProps = {
5590
5596
  };
5591
5597
  var HeaderItem$1 = /*#__PURE__*/memo(HeaderItem, reactFastCompare);
5592
5598
 
5593
- var css_248z$2 = "[data-gene-ui-version=\"2.11.0\"] .ta-header{top:0}[data-gene-ui-version=\"2.11.0\"] .ta-header .ta-cell{align-items:normal;flex-direction:column}[data-gene-ui-version=\"2.11.0\"] .ta-header .ta-cell.centered .table-heading{justify-content:center}@media (hover:hover){[data-gene-ui-version=\"2.11.0\"] .ta-header .ta-cell:hover{background:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.11.0\"] .ta-header .ta-cell.sticky:hover{background:rgba(var(--background-sc-rgb),.06)}}[data-gene-ui-version=\"2.11.0\"] .ta-header .ta-cell.is-dragged-over{background-color:rgba(var(--hero-rgb),.05)}[data-gene-ui-version=\"2.11.0\"] .ta-header .ta-cell .ta-cell-header-item{padding:5px 0}[data-gene-ui-version=\"2.11.0\"] .ta-header .ta-cell .ta-cell-header-tittle{display:flex}[data-gene-ui-version=\"2.11.0\"] .sticky-viewport-checker{bottom:0;position:absolute;top:0;visibility:hidden;width:1px}[data-gene-ui-version=\"2.11.0\"] .table-heading{align-items:center;display:flex;flex-shrink:0;flex:auto;overflow:hidden;width:100%}[data-gene-ui-version=\"2.11.0\"] .ta-filter-icon{color:rgba(var(--background-sc-rgb),.38);cursor:pointer;flex-shrink:0;margin:0 .4rem;position:relative}[data-gene-ui-version=\"2.11.0\"] .ta-filter-icon:after,[data-gene-ui-version=\"2.11.0\"] .ta-filter-icon:before{display:block;font:2.4rem/1 betcore;transition:color .3s}[data-gene-ui-version=\"2.11.0\"] .ta-filter-icon:before{content:\"\\e92c\"}[data-gene-ui-version=\"2.11.0\"] .ta-filter-icon:after{content:\"\\e92b\";left:0;position:absolute;top:0}[data-gene-ui-version=\"2.11.0\"] .ta-filter-icon.active-asc:before,[data-gene-ui-version=\"2.11.0\"] .ta-filter-icon.active-desc:after{color:var(--hero)}[data-gene-ui-version=\"2.11.0\"] .table-heading-text{transition:color .3s}[data-gene-ui-version=\"2.11.0\"] .table-heading-text.active{color:var(--hero)}[data-gene-ui-version=\"2.11.0\"] .cell-options{transition:opacity .4s}[data-gene-ui-version=\"2.11.0\"] .ta-cell:not(:hover) .cell-options:not(.popover-opened),[data-gene-ui-version=\"2.11.0\"] .vertical-resizing-cursor .cell-options{opacity:0}[data-gene-ui-version=\"2.11.0\"] .th-divider-holder{bottom:0;display:flex;padding:.9rem;position:absolute;top:0;transform:translateZ(0);transform:translateX(-50%);z-index:10}html:not([dir=rtl]) .th-divider-holder{left:100%}html[dir=rtl] .th-divider-holder{right:100%;transform:translateX(50%)}[data-gene-ui-version=\"2.11.0\"] .th-divider-holder i{transition:opacity .3s}[data-gene-ui-version=\"2.11.0\"] .th-divider{background:rgba(var(--background-sc-rgb),.15);width:1px}[data-gene-ui-version=\"2.11.0\"] .sticky .th-divider,[data-gene-ui-version=\"2.11.0\"] .ta-cell:hover .th-divider:nth-child(2),[data-gene-ui-version=\"2.11.0\"] .table-resize-handle:active~.th-divider{opacity:0}[data-gene-ui-version=\"2.11.0\"] .table-resize-handle{bottom:0;cursor:col-resize;display:flex;left:0;padding:.4rem .9rem;position:absolute;top:0}[data-gene-ui-version=\"2.11.0\"] .ta-cell:not(:hover) .table-resize-handle:not(:active){opacity:0}[data-gene-ui-version=\"2.11.0\"] .table-resize-handle:before{border-left:1px dashed rgba(var(--background-sc-rgb),.18);content:\"\";display:block;width:1px}[data-gene-ui-version=\"2.11.0\"] .table-resize-handle:active:before{border-color:var(--hero)}";
5599
+ var css_248z$2 = "[data-gene-ui-version=\"1.0.0\"] .ta-header{top:0}[data-gene-ui-version=\"1.0.0\"] .ta-header .ta-cell{align-items:normal;flex-direction:column}[data-gene-ui-version=\"1.0.0\"] .ta-header .ta-cell.centered .table-heading{justify-content:center}@media (hover:hover){[data-gene-ui-version=\"1.0.0\"] .ta-header .ta-cell:hover{background:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"1.0.0\"] .ta-header .ta-cell.sticky:hover{background:rgba(var(--background-sc-rgb),.06)}}[data-gene-ui-version=\"1.0.0\"] .ta-header .ta-cell.is-dragged-over{background-color:rgba(var(--hero-rgb),.05)}[data-gene-ui-version=\"1.0.0\"] .ta-header .ta-cell .ta-cell-header-item{padding:5px 0}[data-gene-ui-version=\"1.0.0\"] .ta-header .ta-cell .ta-cell-header-tittle{display:flex}[data-gene-ui-version=\"1.0.0\"] .sticky-viewport-checker{bottom:0;position:absolute;top:0;visibility:hidden;width:1px}[data-gene-ui-version=\"1.0.0\"] .table-heading{align-items:center;display:flex;flex-shrink:0;flex:auto;overflow:hidden;width:100%}[data-gene-ui-version=\"1.0.0\"] .ta-filter-icon{color:rgba(var(--background-sc-rgb),.38);cursor:pointer;flex-shrink:0;margin:0 .4rem;position:relative}[data-gene-ui-version=\"1.0.0\"] .ta-filter-icon:after,[data-gene-ui-version=\"1.0.0\"] .ta-filter-icon:before{display:block;font:2.4rem/1 betcore;transition:color .3s}[data-gene-ui-version=\"1.0.0\"] .ta-filter-icon:before{content:\"\\e92c\"}[data-gene-ui-version=\"1.0.0\"] .ta-filter-icon:after{content:\"\\e92b\";left:0;position:absolute;top:0}[data-gene-ui-version=\"1.0.0\"] .ta-filter-icon.active-asc:before,[data-gene-ui-version=\"1.0.0\"] .ta-filter-icon.active-desc:after{color:var(--hero)}[data-gene-ui-version=\"1.0.0\"] .table-heading-text{transition:color .3s}[data-gene-ui-version=\"1.0.0\"] .table-heading-text.active{color:var(--hero)}[data-gene-ui-version=\"1.0.0\"] .cell-options{transition:opacity .4s}[data-gene-ui-version=\"1.0.0\"] .ta-cell:not(:hover) .cell-options:not(.popover-opened),[data-gene-ui-version=\"1.0.0\"] .vertical-resizing-cursor .cell-options{opacity:0}[data-gene-ui-version=\"1.0.0\"] .th-divider-holder{bottom:0;display:flex;padding:.9rem;position:absolute;top:0;transform:translateZ(0);transform:translateX(-50%);z-index:10}html:not([dir=rtl]) .th-divider-holder{left:100%}html[dir=rtl] .th-divider-holder{right:100%;transform:translateX(50%)}[data-gene-ui-version=\"1.0.0\"] .th-divider-holder i{transition:opacity .3s}[data-gene-ui-version=\"1.0.0\"] .th-divider{background:rgba(var(--background-sc-rgb),.15);width:1px}[data-gene-ui-version=\"1.0.0\"] .sticky .th-divider,[data-gene-ui-version=\"1.0.0\"] .ta-cell:hover .th-divider:nth-child(2),[data-gene-ui-version=\"1.0.0\"] .table-resize-handle:active~.th-divider{opacity:0}[data-gene-ui-version=\"1.0.0\"] .table-resize-handle{bottom:0;cursor:col-resize;display:flex;left:0;padding:.4rem .9rem;position:absolute;top:0}[data-gene-ui-version=\"1.0.0\"] .ta-cell:not(:hover) .table-resize-handle:not(:active){opacity:0}[data-gene-ui-version=\"1.0.0\"] .table-resize-handle:before{border-left:1px dashed rgba(var(--background-sc-rgb),.18);content:\"\";display:block;width:1px}[data-gene-ui-version=\"1.0.0\"] .table-resize-handle:active:before{border-color:var(--hero)}";
5594
5600
  styleInject(css_248z$2);
5595
5601
 
5596
5602
  const Header = /*#__PURE__*/forwardRef((_ref, ref) => {
@@ -5758,7 +5764,7 @@ function FooterItem(_ref) {
5758
5764
  }
5759
5765
  var FooterItem$1 = /*#__PURE__*/memo(FooterItem, reactFastCompare);
5760
5766
 
5761
- var css_248z$1 = "[data-gene-ui-version=\"2.11.0\"] .ta-footer .ellipsis-text{-webkit-user-select:all;user-select:all}";
5767
+ var css_248z$1 = "[data-gene-ui-version=\"1.0.0\"] .ta-footer .ellipsis-text{-webkit-user-select:all;user-select:all}";
5762
5768
  styleInject(css_248z$1);
5763
5769
 
5764
5770
  function Footer(_ref) {
@@ -5794,7 +5800,7 @@ Footer.defaultProps = {
5794
5800
  withLeftCorners: []
5795
5801
  };
5796
5802
 
5797
- var css_248z = "[data-gene-ui-version=\"2.11.0\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"2.11.0\"] .table-holder{display:flex;flex-direction:column;font:600 1.4rem/1.8rem var(--font-family);position:relative;width:100%}[data-gene-ui-version=\"2.11.0\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"2.11.0\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.11.0\"] .table-holder .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer{max-width:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.11.0\"] .table-holder:not(.content-empty){max-height:calc(100vh - var(--header-height, 0px) - var(--table-max-height-additional-calc, 0px))}[data-gene-ui-version=\"2.11.0\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"2.11.0\"] .content-empty .ta-body{position:-webkit-sticky;position:sticky}html:not([dir=rtl]) .content-empty .ta-body{left:0}html[dir=rtl] .content-empty .ta-body{right:0}[data-gene-ui-version=\"2.11.0\"] .ta-n-body{background:var(--background);display:inline-block;font-weight:700;min-width:100%;position:-webkit-sticky;position:sticky;-webkit-user-select:none;user-select:none;z-index:10}[data-gene-ui-version=\"2.11.0\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"2.11.0\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.11.0\"] .ta-group{display:inline-flex;flex-direction:column;min-width:100%;position:relative;width:auto!important}html:not([dir=rtl]) .ta-group{right:auto!important}html[dir=rtl] .ta-group{left:auto!important}html:not([dir=rtl]) .ta-group{left:0!important}html[dir=rtl] .ta-group{right:0!important}[data-gene-ui-version=\"2.11.0\"] .ta-gr-left-line{bottom:0;display:flex;pointer-events:none;position:absolute;top:-1px;width:100%;z-index:12}html:not([dir=rtl]) .ta-gr-left-line{left:0}html[dir=rtl] .ta-gr-left-line{right:0}[data-gene-ui-version=\"2.11.0\"] .ta-gr-left-line:before{background:var(--hero);content:\"\";display:block;height:100%;position:-webkit-sticky;position:sticky;transform:translateX(-110%);transition:transform .3s;width:.3rem}html:not([dir=rtl]) .ta-gr-left-line:before{left:0}html[dir=rtl] .ta-gr-left-line:before{right:0;transform:translateX(110%)}[data-gene-ui-version=\"2.11.0\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"2.11.0\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"2.11.0\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"2.11.0\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.11.0\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.11.0\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"2.11.0\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"2.11.0\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"2.11.0\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.11.0\"] .ta-cell{align-items:center;display:flex;flex-shrink:0;min-height:4.2rem;min-width:4.2rem;position:relative;will-change:width,background-color,position}[data-gene-ui-version=\"2.11.0\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"2.11.0\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"2.11.0\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"2.11.0\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"2.11.0\"] .ta-cell:not(.a-square){padding:0 1.2rem 0 2rem}html[dir=rtl] .ta-cell:not(.a-square){padding:0 2rem 0 1.2rem}[data-gene-ui-version=\"2.11.0\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"2.11.0\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"2.11.0\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"2.11.0\"] .ta-cell.sticky{background-color:inherit;box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background);position:-webkit-sticky;position:sticky;transition:none;z-index:11}[data-gene-ui-version=\"2.11.0\"] .ta-cell.sticky:before{background:inherit;content:\"\";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}[data-gene-ui-version=\"2.11.0\"] .ta-cell.sticky:after{bottom:-1px;content:\"\";display:block;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:2rem}[data-gene-ui-version=\"2.11.0\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"2.11.0\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"2.11.0\"] .ta-cell.sticky.now-sticky{box-shadow:inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-left{left:0}html[dir=rtl] .ta-cell.sticky.sticky-left{right:0}[data-gene-ui-version=\"2.11.0\"] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-left:after{left:100%}html[dir=rtl] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0));right:100%}[data-gene-ui-version=\"2.11.0\"] sub:last-of-type+.ta-cell.sticky.sticky-left{box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-right{right:0}html[dir=rtl] .ta-cell.sticky.sticky-right{left:0}[data-gene-ui-version=\"2.11.0\"] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-right:after{right:100%}html[dir=rtl] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0));left:100%}[data-gene-ui-version=\"2.11.0\"] sup:first-of-type+.ta-cell.sticky.sticky-right{box-shadow:-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}[data-gene-ui-version=\"2.11.0\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"2.11.0\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"2.11.0\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"2.11.0\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"2.11.0\"] .ta-nested-child-holder{cursor:auto;max-width:var(--table-max-width);overflow:hidden;position:-webkit-sticky;position:sticky;-webkit-user-select:text;user-select:text;width:100%}html:not([dir=rtl]) .ta-nested-child-holder{left:0}html[dir=rtl] .ta-nested-child-holder{right:0}[data-gene-ui-version=\"2.11.0\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.11.0\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"2.11.0\"] .tl-bc-icon-action{cursor:pointer;position:relative;text-align:center;transition:color .3s,transform .3s;width:100%;z-index:1}[data-gene-ui-version=\"2.11.0\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"2.11.0\"] .table-splash-loader{background:rgba(var(--background-rgb),.6);border-radius:2rem;height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}[data-gene-ui-version=\"2.11.0\"] .table-empty-holder{align-items:center;display:flex;justify-content:center;min-height:42rem;padding:2rem;-webkit-user-select:none;user-select:none}[data-gene-ui-version=\"2.11.0\"] .right-actions-holder{width:5.2rem}html:not([dir=rtl]) .right-actions-holder{right:0}html[dir=rtl] .right-actions-holder{left:0}[data-gene-ui-version=\"2.11.0\"] .ta-n-body .right-actions-holder:not(.sticky){opacity:0;pointer-events:none}html:not([dir=rtl]) .left-actions-holder{left:0}html[dir=rtl] .left-actions-holder{right:0}[data-gene-ui-version=\"2.11.0\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"2.11.0\"] .left-actions-holder:after,[data-gene-ui-version=\"2.11.0\"] .left-actions-holder:before{bottom:0;content:\"\";pointer-events:none;position:absolute;top:0}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{right:-2rem}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{left:-2rem}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{left:0}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{right:0}[data-gene-ui-version=\"2.11.0\"] .left-actions-holder:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .left-actions-holder:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.11.0\"] .even-coloring .left-actions-holder:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .left-actions-holder:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.11.0\"] .left-actions-holder:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .left-actions-holder:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"2.11.0\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"2.11.0\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"2.11.0\"] .ta-action{align-items:center;bottom:0;display:flex;padding:0 .6rem;position:absolute;top:0}html:not([dir=rtl]) .ta-action{right:0}html[dir=rtl] .ta-action{left:0}[data-gene-ui-version=\"2.11.0\"] .ta-action:after,[data-gene-ui-version=\"2.11.0\"] .ta-action:before{bottom:0;content:\"\";position:absolute;top:0}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{left:-3rem}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{right:-3rem}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{right:0}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{left:0}[data-gene-ui-version=\"2.11.0\"] .ta-action:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .ta-action:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.11.0\"] .even-coloring .ta-action:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .ta-action:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.11.0\"] .ta-action:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .ta-action:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"2.11.0\"] .ta-action.ta-a-2{visibility:hidden}[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"2.11.0\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.11.0\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"2.11.0\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"2.11.0\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"2.11.0\"] .ta-row.selected .ta-action:after{visibility:unset}[data-gene-ui-version=\"2.11.0\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"2.11.0\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"2.11.0\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"2.11.0\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"2.11.0\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
5803
+ var css_248z = "[data-gene-ui-version=\"1.0.0\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"1.0.0\"] .table-holder{display:flex;flex-direction:column;font:600 1.4rem/1.8rem var(--font-family);position:relative;width:100%}[data-gene-ui-version=\"1.0.0\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"1.0.0\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"1.0.0\"] .table-holder .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer{max-width:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"1.0.0\"] .table-holder:not(.content-empty){max-height:calc(100vh - var(--header-height, 0px) - var(--table-max-height-additional-calc, 0px))}[data-gene-ui-version=\"1.0.0\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"1.0.0\"] .content-empty .ta-body{position:-webkit-sticky;position:sticky}html:not([dir=rtl]) .content-empty .ta-body{left:0}html[dir=rtl] .content-empty .ta-body{right:0}[data-gene-ui-version=\"1.0.0\"] .ta-n-body{background:var(--background);display:inline-block;font-weight:700;min-width:100%;position:-webkit-sticky;position:sticky;-webkit-user-select:none;user-select:none;z-index:10}[data-gene-ui-version=\"1.0.0\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"1.0.0\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .ta-group{display:inline-flex;flex-direction:column;min-width:100%;position:relative;width:auto!important}html:not([dir=rtl]) .ta-group{right:auto!important}html[dir=rtl] .ta-group{left:auto!important}html:not([dir=rtl]) .ta-group{left:0!important}html[dir=rtl] .ta-group{right:0!important}[data-gene-ui-version=\"1.0.0\"] .ta-gr-left-line{bottom:0;display:flex;pointer-events:none;position:absolute;top:-1px;width:100%;z-index:12}html:not([dir=rtl]) .ta-gr-left-line{left:0}html[dir=rtl] .ta-gr-left-line{right:0}[data-gene-ui-version=\"1.0.0\"] .ta-gr-left-line:before{background:var(--hero);content:\"\";display:block;height:100%;position:-webkit-sticky;position:sticky;transform:translateX(-110%);transition:transform .3s;width:.3rem}html:not([dir=rtl]) .ta-gr-left-line:before{left:0}html[dir=rtl] .ta-gr-left-line:before{right:0;transform:translateX(110%)}[data-gene-ui-version=\"1.0.0\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"1.0.0\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"1.0.0\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"1.0.0\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"1.0.0\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"1.0.0\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"1.0.0\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .ta-cell{align-items:center;display:flex;flex-shrink:0;min-height:4.2rem;min-width:4.2rem;position:relative;will-change:width,background-color,position}[data-gene-ui-version=\"1.0.0\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"1.0.0\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"1.0.0\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"1.0.0\"] .ta-cell:not(.a-square){padding:0 1.2rem 0 2rem}html[dir=rtl] .ta-cell:not(.a-square){padding:0 2rem 0 1.2rem}[data-gene-ui-version=\"1.0.0\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"1.0.0\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"1.0.0\"] .ta-cell.sticky{background-color:inherit;box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background);position:-webkit-sticky;position:sticky;transition:none;z-index:11}[data-gene-ui-version=\"1.0.0\"] .ta-cell.sticky:before{background:inherit;content:\"\";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}[data-gene-ui-version=\"1.0.0\"] .ta-cell.sticky:after{bottom:-1px;content:\"\";display:block;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;width:2rem}[data-gene-ui-version=\"1.0.0\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"1.0.0\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"1.0.0\"] .ta-cell.sticky.now-sticky{box-shadow:inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-left{left:0}html[dir=rtl] .ta-cell.sticky.sticky-left{right:0}[data-gene-ui-version=\"1.0.0\"] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-left:after{left:100%}html[dir=rtl] .ta-cell.sticky.sticky-left:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0));right:100%}[data-gene-ui-version=\"1.0.0\"] sub:last-of-type+.ta-cell.sticky.sticky-left{box-shadow:1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}html:not([dir=rtl]) .ta-cell.sticky.sticky-right{right:0}html[dir=rtl] .ta-cell.sticky.sticky-right{left:0}[data-gene-ui-version=\"1.0.0\"] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to left,#0000000d,rgba(var(--background-rgb),0))}html:not([dir=rtl]) .ta-cell.sticky.sticky-right:after{right:100%}html[dir=rtl] .ta-cell.sticky.sticky-right:after{background:linear-gradient(to right,#0000000d,rgba(var(--background-rgb),0));left:100%}[data-gene-ui-version=\"1.0.0\"] sup:first-of-type+.ta-cell.sticky.sticky-right{box-shadow:-1px 0 0 rgba(var(--background-sc-rgb),.1),inset 0 0 0 10rem var(--background)}[data-gene-ui-version=\"1.0.0\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"1.0.0\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"1.0.0\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"1.0.0\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"1.0.0\"] .ta-nested-child-holder{cursor:auto;max-width:var(--table-max-width);overflow:hidden;position:-webkit-sticky;position:sticky;-webkit-user-select:text;user-select:text;width:100%}html:not([dir=rtl]) .ta-nested-child-holder{left:0}html[dir=rtl] .ta-nested-child-holder{right:0}[data-gene-ui-version=\"1.0.0\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"1.0.0\"] .tl-bc-icon-action{cursor:pointer;position:relative;text-align:center;transition:color .3s,transform .3s;width:100%;z-index:1}[data-gene-ui-version=\"1.0.0\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"1.0.0\"] .table-splash-loader{background:rgba(var(--background-rgb),.6);border-radius:2rem;height:100%;left:0;position:absolute;top:0;width:100%;z-index:11}[data-gene-ui-version=\"1.0.0\"] .table-empty-holder{align-items:center;display:flex;justify-content:center;min-height:42rem;padding:2rem;-webkit-user-select:none;user-select:none}[data-gene-ui-version=\"1.0.0\"] .right-actions-holder{width:5.2rem}html:not([dir=rtl]) .right-actions-holder{right:0}html[dir=rtl] .right-actions-holder{left:0}[data-gene-ui-version=\"1.0.0\"] .ta-n-body .right-actions-holder:not(.sticky){opacity:0;pointer-events:none}html:not([dir=rtl]) .left-actions-holder{left:0}html[dir=rtl] .left-actions-holder{right:0}[data-gene-ui-version=\"1.0.0\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"1.0.0\"] .left-actions-holder:after,[data-gene-ui-version=\"1.0.0\"] .left-actions-holder:before{bottom:0;content:\"\";pointer-events:none;position:absolute;top:0}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{right:-2rem}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{left:-2rem}html:not([dir=rtl]) .left-actions-holder:after,html:not([dir=rtl]) .left-actions-holder:before{left:0}html[dir=rtl] .left-actions-holder:after,html[dir=rtl] .left-actions-holder:before{right:0}[data-gene-ui-version=\"1.0.0\"] .left-actions-holder:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .left-actions-holder:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"1.0.0\"] .even-coloring .left-actions-holder:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .left-actions-holder:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"1.0.0\"] .left-actions-holder:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .left-actions-holder:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"1.0.0\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"1.0.0\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"1.0.0\"] .ta-action{align-items:center;bottom:0;display:flex;padding:0 .6rem;position:absolute;top:0}html:not([dir=rtl]) .ta-action{right:0}html[dir=rtl] .ta-action{left:0}[data-gene-ui-version=\"1.0.0\"] .ta-action:after,[data-gene-ui-version=\"1.0.0\"] .ta-action:before{bottom:0;content:\"\";position:absolute;top:0}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{left:-3rem}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{right:-3rem}html:not([dir=rtl]) .ta-action:after,html:not([dir=rtl]) .ta-action:before{right:0}html[dir=rtl] .ta-action:after,html[dir=rtl] .ta-action:before{left:0}[data-gene-ui-version=\"1.0.0\"] .ta-action:before{background:linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .ta-action:before{background:linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"1.0.0\"] .even-coloring .ta-action:before{background:linear-gradient(to left,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}html[dir=rtl] .even-coloring .ta-action:before{background:linear-gradient(to right,rgba(var(--background-sc-rgb),.02) 65%,rgba(var(--background-sc-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"1.0.0\"] .ta-action:after{background:linear-gradient(to left,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to left,var(--background) 65%,rgba(var(--background-rgb),0) 100%);opacity:0}html[dir=rtl] .ta-action:after{background:linear-gradient(to right,rgba(var(--hero-rgb),.08) 65%,rgba(var(--hero-rgb),0) 100%),linear-gradient(to right,var(--background) 65%,rgba(var(--background-rgb),0) 100%)}[data-gene-ui-version=\"1.0.0\"] .ta-action.ta-a-2,[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"1.0.0\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"1.0.0\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"1.0.0\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"1.0.0\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"1.0.0\"] .ta-row.selected .ta-action:after{opacity:1}[data-gene-ui-version=\"1.0.0\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"1.0.0\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"1.0.0\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"1.0.0\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"1.0.0\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
5798
5804
  styleInject(css_248z);
5799
5805
 
5800
5806
  function Table(props) {