@geneui/components 3.0.0-next-9230252-17092024 → 3.0.0-next-8d97069-19092024

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 (133) hide show
  1. package/ActionableList/index.js +5 -6
  2. package/AdvancedSearch/index.js +4 -5
  3. package/Alert/index.js +2 -2
  4. package/ArrowLeft-b88e2ba8.js +33 -0
  5. package/Avatar/index.js +1 -1
  6. package/Badge/index.js +1 -1
  7. package/Breadcrumb/index.js +3 -4
  8. package/BusyLoader/index.js +1 -1
  9. package/Button/index.js +1 -1
  10. package/CHANGELOG.md +23 -0
  11. package/Card/index.js +3 -4
  12. package/CardList/index.js +9 -10
  13. package/{CellMeasurerCache-a1dbe54e.js → CellMeasurerCache-281a5a2a.js} +1 -1
  14. package/Charts/index.js +25 -21
  15. package/Checkbox/index.js +3 -3
  16. package/CheckboxGroup/index.js +3 -3
  17. package/CheckboxGroupWithSearch/index.js +4 -5
  18. package/Collapse/index.js +1 -1
  19. package/ColorPicker/index.js +1 -1
  20. package/ComboBox/index.js +5 -5
  21. package/Copy/index.js +4 -4
  22. package/Counter/index.js +10 -12
  23. package/DateFilter/index.js +4 -5
  24. package/DatePicker/index.js +1 -1
  25. package/DatePickerInput/index.js +5 -6
  26. package/Divider/index.js +1 -1
  27. package/Drawer/index.js +4 -4
  28. package/Dropdown/index.js +6 -7
  29. package/Editor/index.js +2 -2
  30. package/Empty/index.js +1 -1
  31. package/ExtendedInput/index.js +4 -4
  32. package/Form/index.js +6 -7
  33. package/FormContainer/index.js +1 -1
  34. package/FormableCheckbox/index.js +4 -4
  35. package/FormableDatePicker/index.js +5 -6
  36. package/FormableDropdown/index.js +6 -7
  37. package/FormableEditor/index.js +2 -2
  38. package/{FormableHOC-70f027f8.js → FormableHOC-f4120178.js} +1 -1
  39. package/FormableMultiSelectDropdown/index.js +6 -7
  40. package/FormableNumberInput/index.js +4 -4
  41. package/FormableRadio/index.js +2 -2
  42. package/FormableSwitcher/index.js +2 -2
  43. package/FormableTextInput/index.js +4 -4
  44. package/FormableUploader/index.js +3 -4
  45. package/GeneUIProvider/index.js +350 -458
  46. package/Grid/index.js +2 -2
  47. package/HelperText/index.js +5 -35
  48. package/Holder/index.js +3 -4
  49. package/Icon/index.js +1 -1
  50. package/Image/index.js +6 -7
  51. package/ImagePreview/index.js +3 -4
  52. package/InteractiveWidget/index.js +3 -4
  53. package/KeyValue/index.js +1 -1
  54. package/Label/index.js +63 -48
  55. package/LinkButton/index.js +1 -1
  56. package/Menu/index.js +4 -4
  57. package/MobileNavigation/index.js +1 -1
  58. package/MobilePopup/index.js +4 -4
  59. package/Modal/index.js +2 -2
  60. package/ModuleTitle/index.js +4 -4
  61. package/NavigationMenu/index.js +5 -5
  62. package/Notification/index.js +2 -2
  63. package/Option/index.js +4 -4
  64. package/Overlay/index.js +3 -4
  65. package/Overspread/index.js +7 -8
  66. package/Pagination/index.js +3 -4
  67. package/Paper/index.js +1 -1
  68. package/Popover/index.js +410 -5
  69. package/PopoverV2/index.js +2 -2
  70. package/Products/index.js +2 -2
  71. package/Profile/index.js +3 -4
  72. package/Progress/index.js +1 -1
  73. package/Radio/index.js +1 -1
  74. package/RadioGroup/index.js +1 -1
  75. package/Range/index.js +1 -1
  76. package/Rating/index.js +4 -4
  77. package/RichEditor/index.js +1 -1
  78. package/{RichEditor-a3f1150e.js → RichEditor-3ad651c7.js} +1 -1
  79. package/Scrollbar/index.js +2 -2
  80. package/Search/index.js +3 -3
  81. package/SearchWithDropdown/index.js +7 -8
  82. package/Section/index.js +2 -2
  83. package/SkeletonLoader/index.js +1 -1
  84. package/Slider/index.js +3 -3
  85. package/Status/index.js +5 -5
  86. package/Steps/index.js +5 -5
  87. package/SuggestionList/index.js +2 -2
  88. package/Switcher/index.js +2 -2
  89. package/Table/index.js +15 -16
  90. package/TableCompositions/index.js +12 -13
  91. package/Tabs/index.js +1 -1
  92. package/Tag/index.js +2 -2
  93. package/Textarea/index.js +3 -3
  94. package/Time/index.js +1 -1
  95. package/TimePicker/index.js +56 -38
  96. package/Timeline/index.js +2 -2
  97. package/Title/index.js +2 -2
  98. package/Toaster/index.js +2 -2
  99. package/Tooltip/index.js +10 -153
  100. package/TransferList/index.js +7 -8
  101. package/Uploader/index.js +6 -7
  102. package/ValidatableCheckbox/index.js +3 -3
  103. package/ValidatableDatePicker/index.js +4 -5
  104. package/ValidatableDropdown/index.js +5 -6
  105. package/ValidatableElements/index.js +5 -6
  106. package/ValidatableMultiSelectDropdown/index.js +5 -6
  107. package/ValidatableNumberInput/index.js +3 -3
  108. package/ValidatableRadio/index.js +1 -1
  109. package/ValidatableSwitcher/index.js +1 -1
  110. package/ValidatableTextInput/index.js +3 -3
  111. package/ValidatableTimeInput/index.js +3 -3
  112. package/ValidatableUploader/index.js +2 -3
  113. package/Widget/index.js +3 -4
  114. package/{configs-0ed1e326.js → configs-34847b77.js} +1 -1
  115. package/hooks/useDeviceType.js +1 -1
  116. package/{index-34914e4c.js → index-263b0f0b.js} +1 -1
  117. package/{index-79316a14.js → index-3a6b7fd9.js} +10 -9
  118. package/index-49fbb32c.js +3101 -0
  119. package/{index-b4ec7815.js → index-73b4d98a.js} +2 -2
  120. package/{index-b139bff9.js → index-d8c45742.js} +4 -4
  121. package/index.js +14 -14
  122. package/lib/atoms/Button/Button.d.ts +1 -1
  123. package/lib/atoms/Label/Label.d.ts +45 -0
  124. package/lib/atoms/Label/index.d.ts +1 -0
  125. package/lib/molecules/Tooltip/Tooltip.d.ts +58 -0
  126. package/lib/molecules/Tooltip/index.d.ts +1 -0
  127. package/lib/providers/GeneUIProvider/GeneUIProvider.d.ts +1 -1
  128. package/package.json +3 -2
  129. package/{react-beautiful-dnd.esm-ec039212.js → react-beautiful-dnd.esm-bb1d95fc.js} +2 -1
  130. package/{index-b7c1fe38.js → redux-e591c1b8.js} +1 -272
  131. package/tokens-3e00442a.js +6 -0
  132. package/Popover-f4d1cac0.js +0 -411
  133. package/tokens-d88947bf.js +0 -6
@@ -1,20 +1,20 @@
1
1
  import { _ as _extends } from './_rollupPluginBabelHelpers-a83240e1.js';
2
2
  import React__default, { createContext, memo, useEffect, useLayoutEffect, useState, useCallback, useMemo, isValidElement, cloneElement, useContext, useRef, forwardRef } from 'react';
3
3
  import PropTypes from 'prop-types';
4
- import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-b139bff9.js';
5
- import { C as CellMeasurerCache } from './CellMeasurerCache-a1dbe54e.js';
4
+ import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-d8c45742.js';
5
+ import { C as CellMeasurerCache } from './CellMeasurerCache-281a5a2a.js';
6
6
  import { c as classnames } from './index-031ff73c.js';
7
7
  import { s as stopEvent, o as oneIsRequired, n as noop } from './index-a0e4e333.js';
8
8
  import useMount from './hooks/useMount.js';
9
9
  import useUpdate from './hooks/useUpdate.js';
10
- import './configs-0ed1e326.js';
10
+ import './configs-34847b77.js';
11
11
  import useThrottle from './hooks/useThrottle.js';
12
12
  import Empty from './Empty/index.js';
13
13
  import CustomScrollbar from './Scrollbar/index.js';
14
14
  import BusyLoader from './BusyLoader/index.js';
15
15
  import useMutationObserver from './hooks/useMutationObserver.js';
16
16
  import Icon from './Icon/index.js';
17
- import { a as createStore, r as reactIsExports } from './index-b7c1fe38.js';
17
+ import { r as reactIsExports } from './index-49fbb32c.js';
18
18
  import Button from './Button/index.js';
19
19
  import { s as styleInject } from './style-inject.es-746bb8ed.js';
20
20
  import './dateValidation-67caec66.js';
@@ -27,7 +27,8 @@ import Popover from './Popover/index.js';
27
27
  import ExtendedInput from './ExtendedInput/index.js';
28
28
  import Menu from './Menu/index.js';
29
29
  import { d as debounce } from './debounce-4419bc2f.js';
30
- import { j as jsxRuntimeExports } from './index-b4ec7815.js';
30
+ import { j as jsxRuntimeExports } from './index-73b4d98a.js';
31
+ import { a as createStore } from './redux-e591c1b8.js';
31
32
 
32
33
  /**
33
34
  * Create the React Context
@@ -4753,7 +4754,7 @@ const Body = _ref => {
4753
4754
  };
4754
4755
  var Body$1 = /*#__PURE__*/memo(Body, reactFastCompare);
4755
4756
 
4756
- var css_248z$3 = "[data-gene-ui-version=\"2.15.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.15.0\"] .nt-row{display:flex;width:100%}[data-gene-ui-version=\"2.15.0\"] .nt-row~.nt-row{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .nt-head{background:rgba(var(--background-sc-rgb),.04);font-weight:700}[data-gene-ui-version=\"2.15.0\"] .nt-cell{display:flex;overflow:hidden;padding:1.1rem 2rem;position:relative;width:100%;word-break:break-word}[data-gene-ui-version=\"2.15.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}";
4757
+ var css_248z$3 = "[data-gene-ui-version=\"2.16.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.16.0\"] .nt-row{display:flex;width:100%}[data-gene-ui-version=\"2.16.0\"] .nt-row~.nt-row{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .nt-head{background:rgba(var(--background-sc-rgb),.04);font-weight:700}[data-gene-ui-version=\"2.16.0\"] .nt-cell{display:flex;overflow:hidden;padding:1.1rem 2rem;position:relative;width:100%;word-break:break-word}[data-gene-ui-version=\"2.16.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}";
4757
4758
  styleInject(css_248z$3);
4758
4759
 
4759
4760
  function Nested(_ref) {
@@ -5499,7 +5500,7 @@ HeaderItem.defaultProps = {
5499
5500
  };
5500
5501
  var HeaderItem$1 = /*#__PURE__*/memo(HeaderItem, reactFastCompare);
5501
5502
 
5502
- var css_248z$2 = "[data-gene-ui-version=\"2.15.0\"] .ta-header{top:0}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell{align-items:normal;flex-direction:column}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell.centered .table-heading{justify-content:center}@media (hover:hover){[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell:hover{background:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell.sticky:hover{background:rgba(var(--background-sc-rgb),.06)}}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell.is-dragged-over{background-color:rgba(var(--hero-rgb),.05)}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell .ta-cell-header-item{padding:5px 0}[data-gene-ui-version=\"2.15.0\"] .ta-header .ta-cell .ta-cell-header-tittle{display:flex}[data-gene-ui-version=\"2.15.0\"] .sticky-viewport-checker{bottom:0;position:absolute;top:0;visibility:hidden;width:1px}[data-gene-ui-version=\"2.15.0\"] .table-heading{align-items:center;display:flex;flex-shrink:0;flex:auto;overflow:hidden;width:100%}[data-gene-ui-version=\"2.15.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.15.0\"] .ta-filter-icon:after,[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon:before{display:block;font:2.4rem/1 betcore;transition:color .3s}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon:before{content:\"\\e92c\"}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon:after{content:\"\\e92b\";left:0;position:absolute;top:0}[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon.active-asc:before,[data-gene-ui-version=\"2.15.0\"] .ta-filter-icon.active-desc:after{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .table-heading-text{transition:color .3s}[data-gene-ui-version=\"2.15.0\"] .table-heading-text.active{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .cell-options{transition:opacity .4s}[data-gene-ui-version=\"2.15.0\"] .ta-cell:not(:hover) .cell-options:not(.popover-opened),[data-gene-ui-version=\"2.15.0\"] .vertical-resizing-cursor .cell-options{opacity:0}[data-gene-ui-version=\"2.15.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.15.0\"] .th-divider-holder i{transition:opacity .3s}[data-gene-ui-version=\"2.15.0\"] .th-divider{background:rgba(var(--background-sc-rgb),.15);width:1px}[data-gene-ui-version=\"2.15.0\"] .sticky .th-divider,[data-gene-ui-version=\"2.15.0\"] .ta-cell:hover .th-divider:nth-child(2),[data-gene-ui-version=\"2.15.0\"] .table-resize-handle:active~.th-divider{opacity:0}[data-gene-ui-version=\"2.15.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.15.0\"] .ta-cell:not(:hover) .table-resize-handle:not(:active){opacity:0}[data-gene-ui-version=\"2.15.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.15.0\"] .table-resize-handle:active:before{border-color:var(--hero)}";
5503
+ var css_248z$2 = "[data-gene-ui-version=\"2.16.0\"] .ta-header{top:0}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell{align-items:normal;flex-direction:column}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell.centered .table-heading{justify-content:center}@media (hover:hover){[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell:hover{background:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell.sticky:hover{background:rgba(var(--background-sc-rgb),.06)}}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell.is-dragged-over{background-color:rgba(var(--hero-rgb),.05)}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell .ta-cell-header-item{padding:5px 0}[data-gene-ui-version=\"2.16.0\"] .ta-header .ta-cell .ta-cell-header-tittle{display:flex}[data-gene-ui-version=\"2.16.0\"] .sticky-viewport-checker{bottom:0;position:absolute;top:0;visibility:hidden;width:1px}[data-gene-ui-version=\"2.16.0\"] .table-heading{align-items:center;display:flex;flex-shrink:0;flex:auto;overflow:hidden;width:100%}[data-gene-ui-version=\"2.16.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.16.0\"] .ta-filter-icon:after,[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon:before{display:block;font:2.4rem/1 betcore;transition:color .3s}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon:before{content:\"\\e92c\"}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon:after{content:\"\\e92b\";left:0;position:absolute;top:0}[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon.active-asc:before,[data-gene-ui-version=\"2.16.0\"] .ta-filter-icon.active-desc:after{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .table-heading-text{transition:color .3s}[data-gene-ui-version=\"2.16.0\"] .table-heading-text.active{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .cell-options{transition:opacity .4s}[data-gene-ui-version=\"2.16.0\"] .ta-cell:not(:hover) .cell-options:not(.popover-opened),[data-gene-ui-version=\"2.16.0\"] .vertical-resizing-cursor .cell-options{opacity:0}[data-gene-ui-version=\"2.16.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.16.0\"] .th-divider-holder i{transition:opacity .3s}[data-gene-ui-version=\"2.16.0\"] .th-divider{background:rgba(var(--background-sc-rgb),.15);width:1px}[data-gene-ui-version=\"2.16.0\"] .sticky .th-divider,[data-gene-ui-version=\"2.16.0\"] .ta-cell:hover .th-divider:nth-child(2),[data-gene-ui-version=\"2.16.0\"] .table-resize-handle:active~.th-divider{opacity:0}[data-gene-ui-version=\"2.16.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.16.0\"] .ta-cell:not(:hover) .table-resize-handle:not(:active){opacity:0}[data-gene-ui-version=\"2.16.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.16.0\"] .table-resize-handle:active:before{border-color:var(--hero)}";
5503
5504
  styleInject(css_248z$2);
5504
5505
 
5505
5506
  const Header = /*#__PURE__*/forwardRef((_ref, ref) => {
@@ -5667,7 +5668,7 @@ function FooterItem(_ref) {
5667
5668
  }
5668
5669
  var FooterItem$1 = /*#__PURE__*/memo(FooterItem, reactFastCompare);
5669
5670
 
5670
- var css_248z$1 = "[data-gene-ui-version=\"2.15.0\"] .ta-footer .ellipsis-text{-webkit-user-select:all;user-select:all}";
5671
+ var css_248z$1 = "[data-gene-ui-version=\"2.16.0\"] .ta-footer .ellipsis-text{-webkit-user-select:all;user-select:all}";
5671
5672
  styleInject(css_248z$1);
5672
5673
 
5673
5674
  function Footer(_ref) {
@@ -5703,7 +5704,7 @@ Footer.defaultProps = {
5703
5704
  withLeftCorners: []
5704
5705
  };
5705
5706
 
5706
- var css_248z = "[data-gene-ui-version=\"2.15.0\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"2.15.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.15.0\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"2.15.0\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.15.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.15.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.15.0\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"2.15.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.15.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.15.0\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"2.15.0\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.15.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.15.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.15.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.15.0\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"2.15.0\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"2.15.0\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"2.15.0\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"2.15.0\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.15.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.15.0\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"2.15.0\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"2.15.0\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"2.15.0\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"2.15.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.15.0\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"2.15.0\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"2.15.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.15.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.15.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.15.0\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"2.15.0\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"2.15.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.15.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.15.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.15.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.15.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.15.0\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"2.15.0\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"2.15.0\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"2.15.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.15.0\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.15.0\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"2.15.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.15.0\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"2.15.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.15.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.15.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.15.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.15.0\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"2.15.0\"] .left-actions-holder:after,[data-gene-ui-version=\"2.15.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.15.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.15.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.15.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.15.0\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"2.15.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.15.0\"] .ta-action:after,[data-gene-ui-version=\"2.15.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.15.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.15.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.15.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.15.0\"] .ta-action.ta-a-2,[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"2.15.0\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"2.15.0\"] .ta-row.selected .ta-action:after{opacity:1}[data-gene-ui-version=\"2.15.0\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"2.15.0\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"2.15.0\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"2.15.0\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"2.15.0\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
5707
+ var css_248z = "[data-gene-ui-version=\"2.16.0\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"2.16.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.16.0\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"2.16.0\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.16.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.16.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.16.0\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"2.16.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.16.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.16.0\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"2.16.0\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.16.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.16.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.16.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.16.0\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"2.16.0\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"2.16.0\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"2.16.0\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"2.16.0\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.16.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.16.0\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"2.16.0\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"2.16.0\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"2.16.0\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"2.16.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.16.0\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"2.16.0\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"2.16.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.16.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.16.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.16.0\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"2.16.0\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"2.16.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.16.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.16.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.16.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.16.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.16.0\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"2.16.0\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"2.16.0\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"2.16.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.16.0\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"2.16.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.16.0\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"2.16.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.16.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.16.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.16.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.16.0\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"2.16.0\"] .left-actions-holder:after,[data-gene-ui-version=\"2.16.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.16.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.16.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.16.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.16.0\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"2.16.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.16.0\"] .ta-action:after,[data-gene-ui-version=\"2.16.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.16.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.16.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.16.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.16.0\"] .ta-action.ta-a-2,[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"2.16.0\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"2.16.0\"] .ta-row.selected .ta-action:after{opacity:1}[data-gene-ui-version=\"2.16.0\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"2.16.0\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"2.16.0\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"2.16.0\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"2.16.0\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
5707
5708
  styleInject(css_248z);
5708
5709
 
5709
5710
  function Table(props) {