@geneui/components 2.12.1 → 2.12.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.
- package/ActionableList/index.js +1 -1
- package/AdvancedSearch/index.js +2 -3
- package/Alert/index.js +1 -1
- package/Avatar/index.js +1 -1
- package/Badge/index.js +1 -1
- package/Breadcrumb/index.js +1 -1
- package/BusyLoader/index.js +1 -1
- package/Button/index.js +1 -1
- package/CHANGELOG.md +13 -0
- package/Card/index.js +1 -1
- package/CardList/index.js +9 -7
- package/{CellMeasurerCache-bc2163c1.js → CellMeasurerCache-3741d716.js} +1 -1
- package/Charts/index.js +23 -23
- package/CheckboxGroupWithSearch/index.js +2 -2
- package/Collapse/index.js +1 -1
- package/ColorPicker/index.js +1 -1
- package/ComboBox/index.js +2 -2
- package/Counter/index.js +1 -1
- package/DateFilter/index.js +2 -3
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/index.js +14 -14
- package/Divider/index.js +1 -1
- package/Drawer/index.js +1 -1
- package/Dropdown/index.js +4 -4
- package/Editor/index.js +1 -1
- package/Empty/index.js +1 -1
- package/ExtendedInput/index.js +2 -2
- package/Form/index.js +7 -10
- package/FormContainer/index.js +1 -1
- package/FormableDatePicker/index.js +1 -2
- package/FormableDropdown/index.js +6 -6
- package/FormableMultiSelectDropdown/index.js +6 -6
- package/GeneUIProvider/index.js +1 -1
- package/Grid/index.js +1 -1
- package/Holder/index.js +1 -1
- package/Icon/index.js +1 -1
- package/Image/index.js +1 -1
- package/ImagePreview/index.js +1 -1
- package/KeyValue/index.js +1 -1
- package/Label/index.js +1 -1
- package/LinkButton/index.js +1 -1
- package/Menu/index.js +1 -1
- package/MobileNavigation/index.js +1 -1
- package/MobilePopup/index.js +1 -1
- package/Modal/index.js +1 -1
- package/ModuleTitle/index.js +1 -1
- package/NavigationMenu/index.js +1 -1
- package/Notification/index.js +1 -1
- package/Option/index.js +1 -1
- package/Overlay/index.js +1 -1
- package/Overspread/index.js +5 -3
- package/Pagination/index.js +1 -1
- package/Paper/index.js +1 -1
- package/Popover/index.js +1 -1
- package/PopoverV2/index.js +16 -987
- package/Products/index.js +1 -1
- package/Profile/index.js +1 -1
- package/Progress/index.js +1 -1
- package/RichEditor/index.js +1 -1
- package/{RichEditor-8b9c3afa.js → RichEditor-8b0f7ccd.js} +1 -1
- package/Scrollbar/index.js +1 -1
- package/SearchWithDropdown/index.js +6 -6
- package/Section/index.js +1 -1
- package/SkeletonLoader/index.js +1 -1
- package/Status/index.js +1 -1
- package/Steps/index.js +1 -1
- package/SuggestionList/index.js +1 -1
- package/Switcher/index.js +1 -1
- package/Table/index.js +5 -5
- package/TableCompositions/index.js +12 -13
- package/Tabs/index.js +1 -1
- package/Tag/index.js +1 -1
- package/Time/index.js +1 -1
- package/TimePicker/index.js +2 -3
- package/Timeline/index.js +2 -2
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/TransferList/index.js +3 -3
- package/Uploader/index.js +4 -4
- package/ValidatableDatePicker/index.js +1 -2
- package/ValidatableDropdown/index.js +7 -7
- package/ValidatableElements/index.js +7 -10
- package/ValidatableMultiSelectDropdown/index.js +7 -7
- package/ValidatableNumberInput/index.js +7 -0
- package/Widget/index.js +6 -6
- package/{index-78d2ea5b.js → index-11eea761.js} +7 -7
- package/{index-583e0b30.js → index-2ad83e03.js} +1 -1
- package/{index-bd525a3a.js → index-34e47647.js} +4 -4
- package/index-462461c0.js +1940 -0
- package/index.js +6 -7
- package/package.json +1 -1
- package/jsx-runtime-57b40d9e.js +0 -957
package/TimePicker/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import '../dateValidation-67caec66.js';
|
|
|
13
13
|
import 'react-dom';
|
|
14
14
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
15
15
|
import useClickOutside from '../hooks/useClickOutside.js';
|
|
16
|
-
import PopoverV2 from '../
|
|
16
|
+
import { P as PopoverV2 } from '../index-462461c0.js';
|
|
17
17
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
18
18
|
import '../hooks/useWindowSize.js';
|
|
19
19
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -24,7 +24,6 @@ import '../Tooltip/index.js';
|
|
|
24
24
|
import '../Popover-f4d1cac0.js';
|
|
25
25
|
import '../GeneUIProvider/index.js';
|
|
26
26
|
import '../hooks/useMount.js';
|
|
27
|
-
import '../jsx-runtime-57b40d9e.js';
|
|
28
27
|
import '../index-122432cd.js';
|
|
29
28
|
import '../debounce-4419bc2f.js';
|
|
30
29
|
|
|
@@ -64,7 +63,7 @@ function TimePickerPopover(_ref) {
|
|
|
64
63
|
}, children));
|
|
65
64
|
}
|
|
66
65
|
|
|
67
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
66
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .time-picker-holder{width:100%}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder.read-only .cursor-pointer{cursor:default}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder.mobile{caret-color:#0000;color:#0000;text-shadow:0 0 0 rgba(var(--background-sc-rgb),.75)}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder.disabled{opacity:.6;pointer-events:none}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder>ul{align-items:center;display:flex;width:100%}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder>ul>li.no-shrink{align-items:center;display:flex;flex-shrink:0;justify-content:center}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder>ul>li.no-shrink>span{display:block;font-weight:600;margin:0 .5rem}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder>ul>li.shrink-auto{flex:auto}[data-gene-ui-version=\"2.12.2\"] .time-picker-holder>ul>li.icon-holder{margin-inline-end:.5rem;width:4rem}[data-gene-ui-version=\"2.12.2\"] .time-picker-drop-holder{display:flex;width:100%}[data-gene-ui-version=\"2.12.2\"] .time-picker-drop-holder>li{width:100%}[data-gene-ui-version=\"2.12.2\"] .time-picker-drop-holder>li+li{border-inline-start:1px solid rgba(var(--background-sc-rgb),.08)}[data-gene-ui-version=\"2.12.2\"] .time-picker-drop{font:600 1.4rem/1.8rem var(--font-family);padding:1rem 0;width:100%}[data-gene-ui-version=\"2.12.2\"] .time-picker-drop ul{width:100%}[data-gene-ui-version=\"2.12.2\"] .time-picker-drop ul li{align-items:center;cursor:pointer;display:flex;height:4rem;justify-content:center;text-align:center;transition:background .4s,color .4s;width:100%}@media (hover:hover){[data-gene-ui-version=\"2.12.2\"] .time-picker-drop ul li:hover{background:rgba(var(--background-sc-rgb),.05)}}[data-gene-ui-version=\"2.12.2\"] .time-picker-drop ul li.active{color:var(--hero)}";
|
|
68
67
|
styleInject(css_248z);
|
|
69
68
|
|
|
70
69
|
function generateTimeValues(format, max) {
|
package/Timeline/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import '../dateValidation-67caec66.js';
|
|
|
9
9
|
import '../_commonjsHelpers-24198af3.js';
|
|
10
10
|
import 'react-dom';
|
|
11
11
|
|
|
12
|
-
var css_248z$1 = "[data-gene-ui-version=\"2.12.
|
|
12
|
+
var css_248z$1 = "[data-gene-ui-version=\"2.12.2\"] .timeline-item{display:flex;font-weight:600;line-height:1.36}[data-gene-ui-version=\"2.12.2\"] .timeline-item.c-success{--hero:var(--confirm);--hero-hover:var(--confirm-hover);--hero-sc:var(--confirm-sc);--hero-rgb:var(--confirm-rgb);--hero-sc-rgb:var(--confirm-sc-rgb)}[data-gene-ui-version=\"2.12.2\"] .timeline-item.c-danger{--hero:var(--danger);--hero-hover:var(--danger-hover);--hero-sc:var(--danger-sc);--hero-rgb:var(--danger-rgb);--hero-sc-rgb:var(--danger-sc-rgb)}[data-gene-ui-version=\"2.12.2\"] .timeline-item:not(:last-child).with-line .t-line:before{background:rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.2\"] .timeline-item:not(:last-child) .t-texts{padding:0 0 2rem}[data-gene-ui-version=\"2.12.2\"] .timeline-item>li{display:flex}[data-gene-ui-version=\"2.12.2\"] .timeline-item.a-default .t-texts>*+*{margin:0 0 0 1rem}html[dir=rtl] .timeline-item.a-default .t-texts>*+*{margin:0 1rem 0 0}[data-gene-ui-version=\"2.12.2\"] .timeline-item.a-compact .t-texts{flex-direction:column}[data-gene-ui-version=\"2.12.2\"] .timeline-item.a-compact .t-texts>*+*{margin:.5rem 0 0}[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-line{flex-shrink:0;position:relative}[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-line:before{content:\"\";display:block;height:100%;margin:0 .5rem;width:1px}[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-texts{flex:auto;margin:0 0 0 1.5rem}html[dir=rtl] .timeline-item .t-texts{margin:0 1.5rem 0 0}[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-description{color:rgba(var(--background-sc-rgb),.6);font:600 1.2rem/1.8rem var(--font-family)}[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-description,[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-title{max-width:100%}[data-gene-ui-version=\"2.12.2\"] .timeline-item .icon{background:var(--background);border-radius:100%;color:var(--hero);left:50%;position:absolute;top:0;transform:translate3d(-50%,-.3rem,0)}[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-icon{background:var(--background);border:.2rem solid var(--hero);border-radius:100%;box-shadow:0 0 0 .4rem var(--background);font-size:1.5rem;height:1.1rem;left:0;position:absolute;top:.4rem;width:1.1rem}[data-gene-ui-version=\"2.12.2\"] .timeline-item .t-icon.bc-icon-loader{top:.2rem}";
|
|
13
13
|
styleInject(css_248z$1);
|
|
14
14
|
|
|
15
15
|
const timelineColors = ['hero', 'success', 'danger'];
|
|
@@ -86,7 +86,7 @@ TimelineItem.defaultProps = {
|
|
|
86
86
|
appearance: timelineAppearances[0]
|
|
87
87
|
};
|
|
88
88
|
|
|
89
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
89
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .timeline-holder{display:flex;flex-direction:column}";
|
|
90
90
|
styleInject(css_248z);
|
|
91
91
|
|
|
92
92
|
function Timeline(props) {
|
package/Title/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { t as titleConfig } from '../configs-fed6ac34.js';
|
|
|
6
6
|
import Icon from '../Icon/index.js';
|
|
7
7
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
8
8
|
|
|
9
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
9
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .title-holder{align-items:center;display:flex;font:600 1.4rem/1.8rem var(--font-family);min-height:3.2rem;width:100%}[data-gene-ui-version=\"2.12.2\"] .title-holder.c-hero .title-text{color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .title-holder>li{align-items:center;display:flex;flex-shrink:0}[data-gene-ui-version=\"2.12.2\"] .title-holder>li.line{flex:auto}[data-gene-ui-version=\"2.12.2\"] .title-holder>li.line i{background:rgba(var(--background-sc-rgb),.1);display:block;height:1px;width:100%}[data-gene-ui-version=\"2.12.2\"] .title-holder>li~li{margin:0 0 0 1rem}html[dir=rtl] .title-holder>li~li{margin:0 1rem 0 0}[data-gene-ui-version=\"2.12.2\"] .title-holder .divider{margin:0 1rem}";
|
|
10
10
|
styleInject(css_248z);
|
|
11
11
|
|
|
12
12
|
function Title(_ref) {
|
package/Toaster/index.js
CHANGED
|
@@ -16,7 +16,7 @@ import '../configs-fed6ac34.js';
|
|
|
16
16
|
import '../hooks/useWindowSize.js';
|
|
17
17
|
import '../Icon/index.js';
|
|
18
18
|
|
|
19
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
19
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .toaster-holder{max-width:38rem;padding:1.5rem;position:fixed;width:100%;z-index:500}[data-gene-ui-version=\"2.12.2\"] .toaster-holder>*+*{margin:2rem 0 0}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.left-top{left:0;top:var(--header-height,0)}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.left-bottom{bottom:0;left:0}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.right-top{right:0;top:var(--header-height,0)}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.right-bottom{bottom:0;right:0}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.bottom,[data-gene-ui-version=\"2.12.2\"] .toaster-holder.top{left:50%;transform:translate3d(-50%,0,0)}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.top{top:var(--header-height,0)}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.center{left:50%;top:50%;transform:translate3d(-50%,-50%,0)}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.bottom{bottom:0}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.mobile-view{transform:none;width:100%}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.mobile-view:not(.top,.bottom){padding:0}[data-gene-ui-version=\"2.12.2\"] .toaster-holder.mobile-view.center:not(.top,.bottom){padding:0 1.5rem}[data-gene-ui-version=\"2.12.2\"] .toaster-holder:empty{pointer-events:none}";
|
|
20
20
|
styleInject(css_248z);
|
|
21
21
|
|
|
22
22
|
const toasterPositions = ['top', 'bottom', 'center', 'left-top', 'left-bottom', 'right-top', 'right-bottom'];
|
package/Tooltip/index.js
CHANGED
|
@@ -13,7 +13,7 @@ import 'react-dom';
|
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
|
14
14
|
import '../hooks/useWindowSize.js';
|
|
15
15
|
|
|
16
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
16
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .react-tiny-popover-container{z-index:500}[data-gene-ui-version=\"2.12.2\"] .tooltip-c-p{pointer-events:none}[data-gene-ui-version=\"2.12.2\"] .s-small .tooltip-c-p{padding:1.5rem}[data-gene-ui-version=\"2.12.2\"] .tooltip-content{background:rgba(var(--background-sc-rgb),.6);border-radius:.4rem;color:rgba(var(--background-rgb),.7);font:600 1.2rem/1.6rem var(--font-family);max-width:20rem;padding:.6rem 1rem;word-break:break-word}[data-gene-ui-version=\"2.12.2\"] .tooltip-content>*+*{margin:.2rem 0 0}[data-gene-ui-version=\"2.12.2\"] .tooltip-content .tooltip-title{color:var(--background)}[data-gene-ui-version=\"2.12.2\"] .s-small .tooltip-content{font:600 1rem/1.4rem var(--font-family);padding:.6rem .8rem}";
|
|
17
17
|
styleInject(css_248z);
|
|
18
18
|
|
|
19
19
|
function Tooltip(_ref) {
|
package/TransferList/index.js
CHANGED
|
@@ -83,7 +83,7 @@ const DEFAULT_TRANSLATE_MESSAGE = {
|
|
|
83
83
|
};
|
|
84
84
|
const DEFAULT_DATA_ERROR_MESSAGE = 'TransferList: Be sure to send the defaultDate according to the documentation standard';
|
|
85
85
|
|
|
86
|
-
var css_248z$2 = "[data-gene-ui-version=\"2.12.
|
|
86
|
+
var css_248z$2 = "[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element{grid-column-gap:1.2rem;--crs-grid-column-gap:2rem;align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr auto;margin:.75rem 0;overflow:hidden;padding:0 1.5rem 0 2rem;transition:color .4s,background .4s,opacity .4s,box-shadow .4s;width:100%}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element:not(.minimalistic){background:var(--background);border:1px solid rgba(var(--background-sc-rgb),.1);border-radius:1rem;box-shadow:inset 0 0 0 4.2rem rgba(var(--hero-rgb),0),0 .2rem .4rem 0 rgba(var(--hero-rgb),0);height:4.2rem}@media (hover:hover){[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element:not(.minimalistic):hover{border-color:rgba(var(--hero-rgb),.2);box-shadow:inset 0 0 0 4.2rem rgba(var(--hero-rgb),.1),0 .2rem .4rem 0 rgba(var(--hero-rgb),0);color:var(--hero)}}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element.hovered{border-color:rgba(var(--hero-rgb),.2);box-shadow:inset 0 0 0 4.2rem rgba(var(--hero-rgb),.1),0 .2rem .4rem 0 rgba(var(--hero-rgb),0);color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element.dragged{border-color:rgba(var(--hero-rgb),.1);box-shadow:inset 0 0 0 4.2rem rgba(var(--hero-rgb),.1),0 .2rem .4rem 0 rgba(var(--hero-rgb),.1);color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element.readOnly{cursor:default}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element.readOnly .crs-holder .crs-component{display:none}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element>.icon{cursor:grab}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element>.icon:active{cursor:grabbing}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-element .crs-holder{pointer-events:none}";
|
|
87
87
|
styleInject(css_248z$2);
|
|
88
88
|
|
|
89
89
|
const TransferElement = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
@@ -186,7 +186,7 @@ function TransferListButtons(_ref) {
|
|
|
186
186
|
})));
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
var css_248z$1 = "[data-gene-ui-version=\"2.12.
|
|
189
|
+
var css_248z$1 = "[data-gene-ui-version=\"2.12.2\"] .bc-transfer-container{width:100%}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-container>li+li{border-top:1px solid var(--transfer-container-border-color,#0000)}[data-gene-ui-version=\"2.12.2\"] .bc-tl-head{align-items:center;display:flex;font:600 1.4rem/1.8rem var(--font-family);height:5.1rem;justify-content:space-between;padding:0 2rem}[data-gene-ui-version=\"2.12.2\"] .bc-tl-head h5{color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .bc-tl-head span{color:rgba(var(--background-sc-rgb),.5)}[data-gene-ui-version=\"2.12.2\"] .bc-tl-buttons{--button-external-size:4rem;border-width:medium;border-bottom:0 solid rgba(var(--background-sc-rgb),.1);border-left:1px solid rgba(var(--background-sc-rgb),.1);border-right:1px solid rgba(var(--background-sc-rgb),.1);border-top:0 solid rgba(var(--background-sc-rgb),.1);display:flex;flex-direction:column;flex-shrink:0;justify-content:center;padding:0 1rem}[data-gene-ui-version=\"2.12.2\"] .bc-tl-buttons>*+*{margin:1rem 0 0}[data-gene-ui-version=\"2.12.2\"] .bc-tl-search{padding:2rem}[data-gene-ui-version=\"2.12.2\"] .bc-tl-content-holder{height:var(--transfer-container-content-height);overflow:hidden;position:relative}[data-gene-ui-version=\"2.12.2\"] .bc-tl-content{display:flex;flex-direction:column;justify-content:flex-start;min-height:100%;padding:.7rem 2rem;width:100%}[data-gene-ui-version=\"2.12.2\"] .bc-tl-content>.bc-tl-item{opacity:1!important}[data-gene-ui-version=\"2.12.2\"] .bc-tl-placeholder{align-items:center;display:flex;height:100%;justify-content:center;left:0;padding:0 0 3.6rem;position:absolute;top:0;width:100%}[data-gene-ui-version=\"2.12.2\"] .bc-tl-drop-here{align-items:center;display:flex;flex-direction:column;font:600 1.4rem/1.8rem var(--font-family);text-align:center;width:100%}[data-gene-ui-version=\"2.12.2\"] .bc-tl-drop-here i{color:rgba(var(--hero-rgb),.1);font-size:11rem}";
|
|
190
190
|
styleInject(css_248z$1);
|
|
191
191
|
|
|
192
192
|
function TransferListContainer(_ref) {
|
|
@@ -310,7 +310,7 @@ function TransferListContainer(_ref) {
|
|
|
310
310
|
}, transmissionButtons)));
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
313
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .bc-transfer-list{--transfer-container-border-color:rgba(var(--background-sc-rgb),0.1);--transfer-container-content-height:33.4rem;background:var(--background);box-shadow:0 0 0 1px var(--transfer-container-border-color);display:flex;grid-template-columns:1fr auto 1fr;-webkit-user-select:none;user-select:none;width:100%}[data-gene-ui-version=\"2.12.2\"] .bc-transfer-list .scroll-holder .scroll-content{z-index:inherit}";
|
|
314
314
|
styleInject(css_248z);
|
|
315
315
|
|
|
316
316
|
function TransferList(_ref) {
|
package/Uploader/index.js
CHANGED
|
@@ -124,7 +124,7 @@ const getLastMod = (url, cb) => {
|
|
|
124
124
|
});
|
|
125
125
|
};
|
|
126
126
|
|
|
127
|
-
var css_248z$3 = "[data-gene-ui-version=\"2.12.
|
|
127
|
+
var css_248z$3 = "[data-gene-ui-version=\"2.12.2\"] .media-preview-holder{background-color:#000c;color:#fff;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;z-index:500}[data-gene-ui-version=\"2.12.2\"] .media-preview-holder .bc-icon-close{cursor:pointer;position:absolute;right:2.2rem;top:2.2rem}[data-gene-ui-version=\"2.12.2\"] .media-preview{display:flex;flex-direction:column;margin:auto;padding:3rem 0 0;position:relative}[data-gene-ui-version=\"2.12.2\"] .media-preview .mp-title{font:600 1.4rem/1.8rem var(--font-family);left:0;position:absolute;top:0;width:100%}[data-gene-ui-version=\"2.12.2\"] .mp-details{font:600 1.4rem/2rem var(--font-family);margin:.5rem 0 0}[data-gene-ui-version=\"2.12.2\"] .mp-details>li{margin:1rem 0 0}[data-gene-ui-version=\"2.12.2\"] .mp-details span{opacity:.7}[data-gene-ui-version=\"2.12.2\"] .mp-element{height:auto;max-height:calc(100vh - 20rem);max-width:100%;width:auto}";
|
|
128
128
|
styleInject(css_248z$3);
|
|
129
129
|
|
|
130
130
|
function Preview(_ref) {
|
|
@@ -170,7 +170,7 @@ Preview.defaultProps = {
|
|
|
170
170
|
dimensions: {}
|
|
171
171
|
};
|
|
172
172
|
|
|
173
|
-
var css_248z$2 = "[data-gene-ui-version=\"2.12.
|
|
173
|
+
var css_248z$2 = "[data-gene-ui-version=\"2.12.2\"] .uploaded-item{align-items:center;border-radius:.4rem;display:flex;height:2.8rem;padding:0 1px 0 .8rem;transition:background .4s,color .4s,border-color .4s;width:100%}html[dir=rtl] .uploaded-item{padding:0 .8rem 0 1px}[data-gene-ui-version=\"2.12.2\"] .uploaded-item:not(.error){cursor:pointer}[data-gene-ui-version=\"2.12.2\"] .uploaded-item>li{align-items:center;display:flex;flex-shrink:0}[data-gene-ui-version=\"2.12.2\"] .uploaded-item>li.ui-title{flex:auto;overflow:hidden}[data-gene-ui-version=\"2.12.2\"] .uploaded-item .ui-preview-holder{position:relative}[data-gene-ui-version=\"2.12.2\"] .uploaded-item .ui-preview-holder small{display:block;font:700 .5rem/.9rem var(--font-family);left:0;position:absolute;text-align:center;text-transform:uppercase;top:.8rem;width:100%}[data-gene-ui-version=\"2.12.2\"] .uploaded-item .ui-title{font:600 1.4rem/normal var(--font-family);padding:0 2rem}[data-gene-ui-version=\"2.12.2\"] .uploaded-item .ui-actions-holder small{display:block;font:600 1rem/1.4rem var(--font-family);opacity:.7;padding-inline-end:.8rem;text-transform:uppercase}[data-gene-ui-version=\"2.12.2\"] .uploaded-item .ui-actions-holder .icon{cursor:pointer;transition:opacity .4s}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-light .ui-actions-holder .icon,[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-minimal .ui-actions-holder .icon{opacity:0}@media (hover:hover){[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-light .ui-actions-holder .icon:hover,[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-minimal .ui-actions-holder .icon:hover{opacity:1}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-light:hover,[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-minimal:hover{background:rgba(var(--background-sc-rgb),.05)}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-light:hover .ui-actions-holder .icon:not(:hover),[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-minimal:hover .ui-actions-holder .icon:not(:hover){opacity:.5}}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-light.error,[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-minimal.error{color:var(--danger)}@media (hover:hover){[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-light.error:hover,[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-minimal.error:hover{background:rgba(var(--danger-rgb),.05)}}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-light.error .ui-actions-holder .icon:not(:hover),[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-minimal.error .ui-actions-holder .icon:not(:hover){opacity:.5}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed{border:1px solid rgba(var(--background-sc-rgb),.08);border-radius:.8rem;height:4.2rem;padding:0 .8rem 0 1.4rem}html[dir=rtl] .uploaded-item.ui-detailed{padding:0 1.4rem 0 .8rem}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed img{border-radius:.4rem;height:2.6rem;object-fit:cover;width:2.6rem}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed .ui-title{font-size:1.2rem;padding:0 1.4rem}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed .ui-actions-holder .icon{opacity:.5}@media (hover:hover){[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed .ui-actions-holder .icon:hover{opacity:1}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed:hover{border-color:rgba(var(--background-sc-rgb),.38)}}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed.error{border-color:rgba(var(--danger-rgb),.5)}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed.error .ui-actions-holder .icon{color:var(--danger)}@media (hover:hover){[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed.error:hover{border-color:var(--danger)}[data-gene-ui-version=\"2.12.2\"] .uploaded-item.ui-detailed.error:hover .ui-actions-holder .icon{opacity:1}}";
|
|
174
174
|
styleInject(css_248z$2);
|
|
175
175
|
|
|
176
176
|
function UploadedItem(_ref) {
|
|
@@ -351,7 +351,7 @@ UploadedItem.defaultProps = {
|
|
|
351
351
|
showPreviewButton: true
|
|
352
352
|
};
|
|
353
353
|
|
|
354
|
-
var css_248z$1 = "[data-gene-ui-version=\"2.12.
|
|
354
|
+
var css_248z$1 = "[data-gene-ui-version=\"2.12.2\"] .drop-area-holder{max-width:100%;position:relative;transition:opacity .4s}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder:not(.ua-button){width:100%}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder.ua-input .uploader-chooser-holder{display:grid;grid-template-areas:\"input button\";grid-template-columns:1fr auto;position:relative}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder.ua-input .uploader-chooser-holder .input-holder{grid-area:input}html:not([dir=rtl]) .drop-area-holder.ua-input .uploader-chooser-holder .input-element-back{border-top-right-radius:0}html[dir=rtl] .drop-area-holder.ua-input .uploader-chooser-holder .input-element-back{border-top-left-radius:0}html:not([dir=rtl]) .drop-area-holder.ua-input .uploader-chooser-holder .input-element-back{border-bottom-right-radius:0}html[dir=rtl] .drop-area-holder.ua-input .uploader-chooser-holder .input-element-back{border-bottom-left-radius:0}html:not([dir=rtl]) .drop-area-holder.ua-input .uploader-chooser-holder .input-element-back{border-right:0}html[dir=rtl] .drop-area-holder.ua-input .uploader-chooser-holder .input-element-back{border-left:0}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder.ua-input .uploader-chooser-holder .btn{grid-area:button}html:not([dir=rtl]) .drop-area-holder.ua-input .uploader-chooser-holder .btn{border-top-left-radius:0}html[dir=rtl] .drop-area-holder.ua-input .uploader-chooser-holder .btn{border-top-right-radius:0}html:not([dir=rtl]) .drop-area-holder.ua-input .uploader-chooser-holder .btn{border-bottom-left-radius:0}html[dir=rtl] .drop-area-holder.ua-input .uploader-chooser-holder .btn{border-bottom-right-radius:0}html:not([dir=rtl]) .drop-area-holder.ua-input .uploader-chooser-holder .btn{border-left:0}html[dir=rtl] .drop-area-holder.ua-input .uploader-chooser-holder .btn{border-right:0}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder.ua-input .uploader-chooser-holder.dirty input[type=file]{grid-area:input}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder.ua-box .uploader-chooser-holder{padding:100% 0 0;position:relative}[data-gene-ui-version=\"2.12.2\"] .uploader-chooser-holder{display:block;transition:opacity .4s}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder.active .uploader-chooser-holder{opacity:0}[data-gene-ui-version=\"2.12.2\"] .uploader-chooser-holder input[type=file]{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}[data-gene-ui-version=\"2.12.2\"] .uploader-chooser-holder input[type=file]::-webkit-file-upload-button{visibility:hidden}[data-gene-ui-version=\"2.12.2\"] .drop-here-element{align-items:center;background:rgba(var(--hero-rgb),.1);border:1px dashed var(--hero);border-radius:1rem;color:var(--hero);display:flex;font:600 1.4rem/1.8rem var(--font-family);height:100%;justify-content:center;left:0;padding:0 1rem;pointer-events:none;position:absolute;top:0;transition:opacity .4s;width:100%;z-index:10}[data-gene-ui-version=\"2.12.2\"] .drop-area-holder:not(.active) .drop-here-element{opacity:0}[data-gene-ui-version=\"2.12.2\"] .ua-button .drop-here-element.cr-round,[data-gene-ui-version=\"2.12.2\"] .ua-input .drop-here-element.cr-round{border-radius:3.6rem}[data-gene-ui-version=\"2.12.2\"] .ua-button .drop-here-element.cr-smooth,[data-gene-ui-version=\"2.12.2\"] .ua-input .drop-here-element.cr-smooth{border-radius:.4rem}[data-gene-ui-version=\"2.12.2\"] .ua-cloud .drop-here-element{border-radius:.8rem}[data-gene-ui-version=\"2.12.2\"] .cloud-box-uploader{align-items:center;border:1px dashed rgba(var(--background-sc-rgb),.2);border-radius:.8rem;display:flex;flex-direction:column;font:600 2rem/2.4rem var(--font-family);justify-content:center;min-height:28rem;text-align:center;transition:background .4s,border-color .4s;width:100%}[data-gene-ui-version=\"2.12.2\"] .uploader-chooser-holder:hover .cloud-box-uploader{background:rgba(var(--hero-rgb),.02);border-color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .s-uploading .cloud-box-uploader{background:rgba(var(--background-sc-rgb),.01)}[data-gene-ui-version=\"2.12.2\"] .cloud-box-uploader.error{background:rgba(var(--danger-rgb),.02);border-color:var(--danger)}[data-gene-ui-version=\"2.12.2\"] .cloud-box-uploader>p{opacity:.8}[data-gene-ui-version=\"2.12.2\"] .cloud-box-uploader>.icon{font-size:9.6rem;margin:1rem 0 .4rem;opacity:.23}[data-gene-ui-version=\"2.12.2\"] .cloud-box-uploader>h5{font:inherit;opacity:.8}[data-gene-ui-version=\"2.12.2\"] .cloud-box-uploader>small{display:block;font:600 1.4rem/1.8rem var(--font-family);margin:1rem 0 1.5rem;opacity:.5}[data-gene-ui-version=\"2.12.2\"] .box-uploader{align-items:center;border:1px dashed rgba(var(--background-sc-rgb),.2);border-radius:1rem;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;transition:background .4s,border-color .4s;width:100%}[data-gene-ui-version=\"2.12.2\"] .uploader-chooser-holder:hover .box-uploader{background:rgba(var(--hero-rgb),.02);border-color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .s-uploading .box-uploader{border-style:solid}[data-gene-ui-version=\"2.12.2\"] .box-uploader.error{background:rgba(var(--danger-rgb),.02);border-color:var(--danger)}[data-gene-ui-version=\"2.12.2\"] .box-uploader h5{font:600 1.4rem/normal var(--font-family);margin:1rem 0 0;opacity:.8}[data-gene-ui-version=\"2.12.2\"] .box-uploader .responsive-plus-icon-holder{max-height:6.4rem;max-width:6.4rem;min-height:3.6rem;min-width:3.6rem;opacity:.2;width:23.2456140351%}[data-gene-ui-version=\"2.12.2\"] .responsive-plus-icon{padding:100% 0 0;position:relative}[data-gene-ui-version=\"2.12.2\"] .responsive-plus-icon:after,[data-gene-ui-version=\"2.12.2\"] .responsive-plus-icon:before{background:var(--background-sc);border-radius:1rem;content:\"\";display:block;left:50%;padding:7.5471698113% 0 0;position:absolute;top:50%;width:88.679245283%}[data-gene-ui-version=\"2.12.2\"] .responsive-plus-icon:before{transform:translate(-50%,-50%)}[data-gene-ui-version=\"2.12.2\"] .responsive-plus-icon:after{transform:translate(-50%,-50%) rotate(90deg)}";
|
|
355
355
|
styleInject(css_248z$1);
|
|
356
356
|
|
|
357
357
|
const UploadView = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
@@ -494,7 +494,7 @@ UploadView.defaultProps = {
|
|
|
494
494
|
multiple: false
|
|
495
495
|
};
|
|
496
496
|
|
|
497
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
497
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .uploader-holder{align-items:flex-start;display:flex;flex-direction:column;width:100%}[data-gene-ui-version=\"2.12.2\"] .uploader-holder .grid-child{min-height:2.8rem;position:relative}[data-gene-ui-version=\"2.12.2\"] .uploader-header{align-items:flex-start;display:flex;flex-direction:column;width:100%}[data-gene-ui-version=\"2.12.2\"] .uploader-header:not(.only-child){margin:0 0 1.4rem}[data-gene-ui-version=\"2.12.2\"] .uploader-footer{align-items:flex-start;display:flex;flex-direction:column;width:100%}[data-gene-ui-version=\"2.12.2\"] .ua-cloud>.uploader-footer{align-items:center}[data-gene-ui-version=\"2.12.2\"] .ua-input>.uploader-footer{padding:0 2rem}[data-gene-ui-version=\"2.12.2\"] .uploader-footer .uploader-footer-button{margin:1.8rem 0 0}";
|
|
498
498
|
styleInject(css_248z);
|
|
499
499
|
|
|
500
500
|
const lowGrid = 10;
|
|
@@ -16,8 +16,7 @@ import '../hooks/useClick.js';
|
|
|
16
16
|
import '../hooks/useKeyDown.js';
|
|
17
17
|
import '../hooks/useDeviceType.js';
|
|
18
18
|
import '../hooks/useWindowSize.js';
|
|
19
|
-
import '../
|
|
20
|
-
import '../jsx-runtime-57b40d9e.js';
|
|
19
|
+
import '../index-462461c0.js';
|
|
21
20
|
import '../index-122432cd.js';
|
|
22
21
|
import '../hooks/useClickOutside.js';
|
|
23
22
|
import '../Scrollbar/index.js';
|
|
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import useMount from '../hooks/useMount.js';
|
|
5
5
|
import '../configs-fed6ac34.js';
|
|
6
6
|
import { n as noop } from '../index-a0e4e333.js';
|
|
7
|
-
import { D as Dropdown } from '../index-
|
|
7
|
+
import { D as Dropdown } from '../index-34e47647.js';
|
|
8
8
|
import '../dateValidation-67caec66.js';
|
|
9
9
|
import '../_commonjsHelpers-24198af3.js';
|
|
10
10
|
import 'react-dom';
|
|
@@ -24,20 +24,20 @@ import '../BusyLoader/index.js';
|
|
|
24
24
|
import '../Icon/index.js';
|
|
25
25
|
import '../style-inject.es-746bb8ed.js';
|
|
26
26
|
import '../Empty/index.js';
|
|
27
|
-
import '../
|
|
28
|
-
import '../Popover-f4d1cac0.js';
|
|
27
|
+
import '../index-462461c0.js';
|
|
29
28
|
import '../index-122432cd.js';
|
|
30
|
-
import '../GeneUIProvider/index.js';
|
|
31
|
-
import '../Portal/index.js';
|
|
32
29
|
import '../Scrollbar/index.js';
|
|
33
|
-
import '../
|
|
30
|
+
import '../GeneUIProvider/index.js';
|
|
31
|
+
import '../debounce-4419bc2f.js';
|
|
34
32
|
import '../Tooltip/index.js';
|
|
33
|
+
import '../Popover-f4d1cac0.js';
|
|
35
34
|
import '../ExtendedInput/index.js';
|
|
36
35
|
import '../SuggestionList/index.js';
|
|
37
36
|
import '../config-0ca92874.js';
|
|
38
37
|
import '../Checkbox/index.js';
|
|
39
38
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
40
|
-
import '../
|
|
39
|
+
import '../guid-8ddf77b3.js';
|
|
40
|
+
import '../index-2ad83e03.js';
|
|
41
41
|
import '../Tag/index.js';
|
|
42
42
|
|
|
43
43
|
function checkValidation(required, isValid, value) {
|
|
@@ -17,7 +17,7 @@ import '../dateValidation-67caec66.js';
|
|
|
17
17
|
import '../_commonjsHelpers-24198af3.js';
|
|
18
18
|
import 'react-dom';
|
|
19
19
|
import '../configs-fed6ac34.js';
|
|
20
|
-
import '../index-
|
|
20
|
+
import '../index-34e47647.js';
|
|
21
21
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
22
22
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
23
23
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -34,20 +34,20 @@ import '../BusyLoader/index.js';
|
|
|
34
34
|
import '../Icon/index.js';
|
|
35
35
|
import '../style-inject.es-746bb8ed.js';
|
|
36
36
|
import '../Empty/index.js';
|
|
37
|
-
import '../
|
|
38
|
-
import '../Popover-f4d1cac0.js';
|
|
37
|
+
import '../index-462461c0.js';
|
|
39
38
|
import '../index-122432cd.js';
|
|
40
|
-
import '../GeneUIProvider/index.js';
|
|
41
|
-
import '../Portal/index.js';
|
|
42
39
|
import '../Scrollbar/index.js';
|
|
43
|
-
import '../
|
|
40
|
+
import '../GeneUIProvider/index.js';
|
|
41
|
+
import '../debounce-4419bc2f.js';
|
|
44
42
|
import '../Tooltip/index.js';
|
|
43
|
+
import '../Popover-f4d1cac0.js';
|
|
45
44
|
import '../ExtendedInput/index.js';
|
|
46
45
|
import '../SuggestionList/index.js';
|
|
47
46
|
import '../config-0ca92874.js';
|
|
48
47
|
import '../Checkbox/index.js';
|
|
49
48
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
50
|
-
import '../
|
|
49
|
+
import '../guid-8ddf77b3.js';
|
|
50
|
+
import '../index-2ad83e03.js';
|
|
51
51
|
import '../Tag/index.js';
|
|
52
52
|
import '../index-45eafea6.js';
|
|
53
53
|
import '../Button/index.js';
|
|
@@ -60,9 +60,6 @@ import '../RadioGroup/index.js';
|
|
|
60
60
|
import '../Radio/index.js';
|
|
61
61
|
import '../Switcher/index.js';
|
|
62
62
|
import '../DatePickerInput/index.js';
|
|
63
|
-
import '../PopoverV2/index.js';
|
|
64
|
-
import '../jsx-runtime-57b40d9e.js';
|
|
65
|
-
import '../debounce-4419bc2f.js';
|
|
66
63
|
import '../DatePicker/index.js';
|
|
67
64
|
import '../localization-4ba17032.js';
|
|
68
65
|
import '../checkTimeValidation-e56771be.js';
|
|
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import useMount from '../hooks/useMount.js';
|
|
5
5
|
import '../configs-fed6ac34.js';
|
|
6
6
|
import { n as noop } from '../index-a0e4e333.js';
|
|
7
|
-
import { D as Dropdown } from '../index-
|
|
7
|
+
import { D as Dropdown } from '../index-34e47647.js';
|
|
8
8
|
import '../dateValidation-67caec66.js';
|
|
9
9
|
import '../_commonjsHelpers-24198af3.js';
|
|
10
10
|
import 'react-dom';
|
|
@@ -24,20 +24,20 @@ import '../BusyLoader/index.js';
|
|
|
24
24
|
import '../Icon/index.js';
|
|
25
25
|
import '../style-inject.es-746bb8ed.js';
|
|
26
26
|
import '../Empty/index.js';
|
|
27
|
-
import '../
|
|
28
|
-
import '../Popover-f4d1cac0.js';
|
|
27
|
+
import '../index-462461c0.js';
|
|
29
28
|
import '../index-122432cd.js';
|
|
30
|
-
import '../GeneUIProvider/index.js';
|
|
31
|
-
import '../Portal/index.js';
|
|
32
29
|
import '../Scrollbar/index.js';
|
|
33
|
-
import '../
|
|
30
|
+
import '../GeneUIProvider/index.js';
|
|
31
|
+
import '../debounce-4419bc2f.js';
|
|
34
32
|
import '../Tooltip/index.js';
|
|
33
|
+
import '../Popover-f4d1cac0.js';
|
|
35
34
|
import '../ExtendedInput/index.js';
|
|
36
35
|
import '../SuggestionList/index.js';
|
|
37
36
|
import '../config-0ca92874.js';
|
|
38
37
|
import '../Checkbox/index.js';
|
|
39
38
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
40
|
-
import '../
|
|
39
|
+
import '../guid-8ddf77b3.js';
|
|
40
|
+
import '../index-2ad83e03.js';
|
|
41
41
|
import '../Tag/index.js';
|
|
42
42
|
|
|
43
43
|
function checkValidation(required, isValid, value, min, max) {
|
|
@@ -95,6 +95,13 @@ const NumberInput = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
95
95
|
|
|
96
96
|
// we use this because need to show field validation after onBlur
|
|
97
97
|
const handleBlur = useCallback(e => {
|
|
98
|
+
const {
|
|
99
|
+
value,
|
|
100
|
+
validity
|
|
101
|
+
} = e.target;
|
|
102
|
+
if (validity.badInput && !value.length) {
|
|
103
|
+
e.target.value = '';
|
|
104
|
+
}
|
|
98
105
|
onBlur(e);
|
|
99
106
|
setAllowValidation(true);
|
|
100
107
|
}, [onBlur]);
|
package/Widget/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import '../hooks/useDeviceType.js';
|
|
|
17
17
|
import '../hooks/useWindowSize.js';
|
|
18
18
|
import '../GeneUIProvider/index.js';
|
|
19
19
|
|
|
20
|
-
var css_248z = "[data-gene-ui-version=\"2.12.
|
|
20
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .widget-holder{background:var(--background);border-radius:2rem;height:6rem;width:100%}[data-gene-ui-version=\"2.12.2\"] .widget-holder.s-small{--font-size:1.6rem;border-radius:1rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.s-medium{border-radius:1rem;height:8rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.s-big{height:11rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder .no-data{opacity:.5}[data-gene-ui-version=\"2.12.2\"] .widget-holder.shadow{box-shadow:0 .3rem .6rem 0 #0000000d}[data-gene-ui-version=\"2.12.2\"] .widget-holder.border{border:1px solid rgba(var(--background-sc-rgb),.05)}[data-gene-ui-version=\"2.12.2\"] .widget-holder .module-title{text-transform:uppercase}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid{display:grid;grid-template-areas:\"image head\" \"image text\";grid-template-columns:auto 1fr;grid-template-rows:1fr 1fr}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-default{padding-inline:2rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-default .module-title{font-size:1.2rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-default .module-header{padding:0}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-default .image{padding-inline-end:3.5rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-default .image img{height:5rem;width:5rem}[data-gene-ui-version=\"2.12.2\"] .s-small.widget-holder.widget-grid.t-default .image{padding-inline-end:1.5rem}[data-gene-ui-version=\"2.12.2\"] .s-small.widget-holder.widget-grid.t-default .image img{height:3.4rem;width:3.4rem}[data-gene-ui-version=\"2.12.2\"] .s-medium.widget-holder.widget-grid.t-default .image{padding-inline-end:2rem}[data-gene-ui-version=\"2.12.2\"] .s-medium.widget-holder.widget-grid.t-default .image img{height:4.8rem;width:4.8rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-compact .text.key-values,[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-default .text.key-values{display:grid;gap:1.6rem;grid-template-columns:.5fr .4fr 1fr}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-compact .text .widget-timeline-holder,[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-default .text .widget-timeline-holder{align-items:center;border-left:1px solid rgba(var(--background-sc-rgb),.05);display:flex;justify-content:space-between;text-align:center}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-compact{grid-template-areas:\"head head\" \"image text\";grid-template-rows:auto 1fr}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-compact .image{padding-inline-end:1.5rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-compact .image img{height:4.8rem;width:4.8rem}[data-gene-ui-version=\"2.12.2\"] .s-small.widget-holder.widget-grid.t-compact .image{display:none}[data-gene-ui-version=\"2.12.2\"] .s-medium.widget-holder.widget-grid.t-compact .image{padding-inline:2rem}[data-gene-ui-version=\"2.12.2\"] .s-medium.widget-holder.widget-grid.t-compact .image img{height:3rem;width:3rem}[data-gene-ui-version=\"2.12.2\"] .s-big.widget-holder.widget-grid.t-compact .image{padding-inline:2rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-compact .text{padding:0 2rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.widget-grid.t-compact .text:not(.bobol)>p{text-align:end}[data-gene-ui-version=\"2.12.2\"] .widget-holder>li{align-items:center;display:flex}[data-gene-ui-version=\"2.12.2\"] .widget-holder>li.image{grid-area:image;justify-content:center}[data-gene-ui-version=\"2.12.2\"] .widget-holder>li.head{grid-area:head;overflow:hidden;padding:0 0 1px}[data-gene-ui-version=\"2.12.2\"] .widget-holder>li.text{grid-area:text;overflow:hidden}[data-gene-ui-version=\"2.12.2\"] .widget-holder>li.text>p{flex:auto;font:700 var(--font-size,1.8rem)/3rem var(--font-family)}[data-gene-ui-version=\"2.12.2\"] .widget-holder>li.text .icon{flex-shrink:0}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-minimal{align-items:center;border-radius:1rem;display:flex;flex-direction:column;justify-content:center;padding:0 .8rem;text-align:center}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-minimal.shadow{box-shadow:0 .2rem .4rem 0 #0000000d}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-minimal>li{justify-content:center;width:100%}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-minimal>li:first-child{color:rgba(var(--background-sc-rgb),.61);font:600 1.2rem/1.6rem var(--font-family)}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-minimal>li:nth-child(2){font-weight:600;margin:1rem 0 0}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-minimal>li>i{border-radius:100%;display:block;flex-shrink:0;height:.8rem;width:.8rem}html:not([dir=rtl]) .widget-holder.t-minimal>li>i{margin-right:.8rem}html[dir=rtl] .widget-holder.t-minimal>li>i{margin-left:.8rem}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-colorful{border:1px solid var(--hero);display:block;max-width:100%;min-width:14rem;padding:1rem 1.4rem .8rem;position:relative;width:auto}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-colorful:before{background:var(--hero);border-radius:inherit;content:\"\";display:block;height:100%;left:0;opacity:.03;position:absolute;top:0;width:100%}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-colorful>li{position:relative}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-colorful .widget-c-title{font:600 1.2rem/1.6rem var(--font-family);margin:0 0 .4rem;opacity:.8}[data-gene-ui-version=\"2.12.2\"] .widget-holder.t-colorful .widget-c-text{font:700 1.6rem/2.2rem var(--font-family)}[data-gene-ui-version=\"2.12.2\"] .comparison-icons-holder{--status-color:inherit;align-items:center;color:var(--status-color);display:flex;flex-shrink:0;font:700 1.4rem/1.8rem var(--font-family);margin-inline-start:.6rem;transition:color .4s}[data-gene-ui-version=\"2.12.2\"] .comparison-icons-holder.cs-up{--status-color:#51cf78}[data-gene-ui-version=\"2.12.2\"] .comparison-icons-holder.cs-up .bc-icon-comparison-down{color:rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.2\"] .comparison-icons-holder.cs-down{--status-color:#e84855}[data-gene-ui-version=\"2.12.2\"] .comparison-icons-holder.cs-down .bc-icon-comparison-up{color:rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.2\"] .comparison-icons-holder .icon+.icon{left:0;position:absolute;top:0}[data-gene-ui-version=\"2.12.2\"] .comparison-icons{position:relative}";
|
|
21
21
|
styleInject(css_248z);
|
|
22
22
|
|
|
23
23
|
function Widget(_ref) {
|
|
@@ -42,7 +42,6 @@ function Widget(_ref) {
|
|
|
42
42
|
keyValues,
|
|
43
43
|
...restProps
|
|
44
44
|
} = _ref;
|
|
45
|
-
const isCompact = type === widgetConfig.type[1];
|
|
46
45
|
const showKeyValues = useMemo(() => !!keyValues.length && size === widgetConfig.size[2], [size, keyValues]);
|
|
47
46
|
return /*#__PURE__*/React__default.createElement("ul", _extends({}, restProps, {
|
|
48
47
|
className: classnames(className, 'widget-holder', "t-".concat(type), "s-".concat(size), {
|
|
@@ -83,9 +82,9 @@ function Widget(_ref) {
|
|
|
83
82
|
className: classnames('ellipsis-text', {
|
|
84
83
|
'no-data': noData
|
|
85
84
|
})
|
|
86
|
-
}, noData ? noDataText : text))) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("li", {
|
|
85
|
+
}, noData ? noDataText : text))) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, img && /*#__PURE__*/React__default.createElement("li", {
|
|
87
86
|
className: "image"
|
|
88
|
-
},
|
|
87
|
+
}, /*#__PURE__*/React__default.createElement("img", {
|
|
89
88
|
src: img,
|
|
90
89
|
alt: ""
|
|
91
90
|
})), /*#__PURE__*/React__default.createElement("li", {
|
|
@@ -96,7 +95,7 @@ function Widget(_ref) {
|
|
|
96
95
|
size: size,
|
|
97
96
|
cornerRadius: "position-radius",
|
|
98
97
|
titleIcon: titleIcon
|
|
99
|
-
}, titleProps),
|
|
98
|
+
}, titleProps), headerActions)), /*#__PURE__*/React__default.createElement("li", {
|
|
100
99
|
className: classnames('text', {
|
|
101
100
|
'key-values': showKeyValues
|
|
102
101
|
})
|
|
@@ -154,7 +153,8 @@ Widget.propTypes = {
|
|
|
154
153
|
*/
|
|
155
154
|
color: PropTypes.string,
|
|
156
155
|
/**
|
|
157
|
-
*
|
|
156
|
+
* The prop allows you to specify actions for the widget's header.
|
|
157
|
+
* It works only for types `default` and `compact`
|
|
158
158
|
*/
|
|
159
159
|
headerActions: PropTypes.node,
|
|
160
160
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.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-
|
|
5
|
-
import { C as CellMeasurerCache } from './CellMeasurerCache-
|
|
4
|
+
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, A as AutoSizer, L as List, C as CellMeasurer } from './index-34e47647.js';
|
|
5
|
+
import { C as CellMeasurerCache } from './CellMeasurerCache-3741d716.js';
|
|
6
6
|
import { c as classnames } from './index-6ff23041.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';
|
|
@@ -26,7 +26,7 @@ import Popover from './Popover/index.js';
|
|
|
26
26
|
import ExtendedInput from './ExtendedInput/index.js';
|
|
27
27
|
import Menu from './Menu/index.js';
|
|
28
28
|
import { d as debounce } from './debounce-4419bc2f.js';
|
|
29
|
-
import { j as jsxRuntimeExports } from './
|
|
29
|
+
import { j as jsxRuntimeExports } from './index-462461c0.js';
|
|
30
30
|
|
|
31
31
|
const copyToClipboard = str => {
|
|
32
32
|
const el = document.createElement('textarea');
|
|
@@ -4761,7 +4761,7 @@ const Body = _ref => {
|
|
|
4761
4761
|
};
|
|
4762
4762
|
var Body$1 = /*#__PURE__*/memo(Body, reactFastCompare);
|
|
4763
4763
|
|
|
4764
|
-
var css_248z$3 = "[data-gene-ui-version=\"2.12.
|
|
4764
|
+
var css_248z$3 = "[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .nt-row{display:flex;width:100%}[data-gene-ui-version=\"2.12.2\"] .nt-row~.nt-row{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.2\"] .nt-head{background:rgba(var(--background-sc-rgb),.04);font-weight:700}[data-gene-ui-version=\"2.12.2\"] .nt-cell{display:flex;overflow:hidden;padding:1.1rem 2rem;position:relative;width:100%;word-break:break-word}[data-gene-ui-version=\"2.12.2\"] .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}";
|
|
4765
4765
|
styleInject(css_248z$3);
|
|
4766
4766
|
|
|
4767
4767
|
function Nested(_ref) {
|
|
@@ -5517,7 +5517,7 @@ HeaderItem.defaultProps = {
|
|
|
5517
5517
|
};
|
|
5518
5518
|
var HeaderItem$1 = /*#__PURE__*/memo(HeaderItem, reactFastCompare);
|
|
5519
5519
|
|
|
5520
|
-
var css_248z$2 = "[data-gene-ui-version=\"2.12.
|
|
5520
|
+
var css_248z$2 = "[data-gene-ui-version=\"2.12.2\"] .ta-header{top:0}[data-gene-ui-version=\"2.12.2\"] .ta-header .ta-cell{align-items:normal;flex-direction:column}[data-gene-ui-version=\"2.12.2\"] .ta-header .ta-cell.centered .table-heading{justify-content:center}@media (hover:hover){[data-gene-ui-version=\"2.12.2\"] .ta-header .ta-cell:hover{background:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.12.2\"] .ta-header .ta-cell.sticky:hover{background:rgba(var(--background-sc-rgb),.06)}}[data-gene-ui-version=\"2.12.2\"] .ta-header .ta-cell.is-dragged-over{background-color:rgba(var(--hero-rgb),.05)}[data-gene-ui-version=\"2.12.2\"] .ta-header .ta-cell .ta-cell-header-item{padding:5px 0}[data-gene-ui-version=\"2.12.2\"] .ta-header .ta-cell .ta-cell-header-tittle{display:flex}[data-gene-ui-version=\"2.12.2\"] .sticky-viewport-checker{bottom:0;position:absolute;top:0;visibility:hidden;width:1px}[data-gene-ui-version=\"2.12.2\"] .table-heading{align-items:center;display:flex;flex-shrink:0;flex:auto;overflow:hidden;width:100%}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .ta-filter-icon:after,[data-gene-ui-version=\"2.12.2\"] .ta-filter-icon:before{display:block;font:2.4rem/1 betcore;transition:color .3s}[data-gene-ui-version=\"2.12.2\"] .ta-filter-icon:before{content:\"\\e92c\"}[data-gene-ui-version=\"2.12.2\"] .ta-filter-icon:after{content:\"\\e92b\";left:0;position:absolute;top:0}[data-gene-ui-version=\"2.12.2\"] .ta-filter-icon.active-asc:before,[data-gene-ui-version=\"2.12.2\"] .ta-filter-icon.active-desc:after{color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .table-heading-text{transition:color .3s}[data-gene-ui-version=\"2.12.2\"] .table-heading-text.active{color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .cell-options{transition:opacity .4s}[data-gene-ui-version=\"2.12.2\"] .ta-cell:not(:hover) .cell-options:not(.popover-opened),[data-gene-ui-version=\"2.12.2\"] .vertical-resizing-cursor .cell-options{opacity:0}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .th-divider-holder i{transition:opacity .3s}[data-gene-ui-version=\"2.12.2\"] .th-divider{background:rgba(var(--background-sc-rgb),.15);width:1px}[data-gene-ui-version=\"2.12.2\"] .sticky .th-divider,[data-gene-ui-version=\"2.12.2\"] .ta-cell:hover .th-divider:nth-child(2),[data-gene-ui-version=\"2.12.2\"] .table-resize-handle:active~.th-divider{opacity:0}[data-gene-ui-version=\"2.12.2\"] .table-resize-handle{bottom:0;cursor:col-resize;display:flex;left:0;padding:.4rem .9rem;position:absolute;top:0}[data-gene-ui-version=\"2.12.2\"] .ta-cell:not(:hover) .table-resize-handle:not(:active){opacity:0}[data-gene-ui-version=\"2.12.2\"] .table-resize-handle:before{border-left:1px dashed rgba(var(--background-sc-rgb),.18);content:\"\";display:block;width:1px}[data-gene-ui-version=\"2.12.2\"] .table-resize-handle:active:before{border-color:var(--hero)}";
|
|
5521
5521
|
styleInject(css_248z$2);
|
|
5522
5522
|
|
|
5523
5523
|
const Header = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
@@ -5685,7 +5685,7 @@ function FooterItem(_ref) {
|
|
|
5685
5685
|
}
|
|
5686
5686
|
var FooterItem$1 = /*#__PURE__*/memo(FooterItem, reactFastCompare);
|
|
5687
5687
|
|
|
5688
|
-
var css_248z$1 = "[data-gene-ui-version=\"2.12.
|
|
5688
|
+
var css_248z$1 = "[data-gene-ui-version=\"2.12.2\"] .ta-footer .ellipsis-text{-webkit-user-select:all;user-select:all}";
|
|
5689
5689
|
styleInject(css_248z$1);
|
|
5690
5690
|
|
|
5691
5691
|
function Footer(_ref) {
|
|
@@ -5721,7 +5721,7 @@ Footer.defaultProps = {
|
|
|
5721
5721
|
withLeftCorners: []
|
|
5722
5722
|
};
|
|
5723
5723
|
|
|
5724
|
-
var css_248z = "[data-gene-ui-version=\"2.12.1\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"2.12.1\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"2.12.1\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"2.12.1\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"2.12.1\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"2.12.1\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.1\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.1\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"2.12.1\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"2.12.1\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"2.12.1\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"2.12.1\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"2.12.1\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"2.12.1\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"2.12.1\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"2.12.1\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"2.12.1\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] 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.12.1\"] .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.12.1\"] 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.12.1\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"2.12.1\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"2.12.1\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"2.12.1\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.1\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"2.12.1\"] .left-actions-holder:after,[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"2.12.1\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"2.12.1\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .ta-action:after,[data-gene-ui-version=\"2.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] .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.12.1\"] .ta-action.ta-a-2,[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"2.12.1\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.12.1\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"2.12.1\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"2.12.1\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"2.12.1\"] .ta-row.selected .ta-action:after{opacity:1}[data-gene-ui-version=\"2.12.1\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"2.12.1\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"2.12.1\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"2.12.1\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"2.12.1\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
|
|
5724
|
+
var css_248z = "[data-gene-ui-version=\"2.12.2\"] .table-loader-container{position:relative;width:100%}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .table-loader-container .table-holder{position:static}[data-gene-ui-version=\"2.12.2\"] .table-holder .ReactVirtualized__Grid{direction:inherit!important;min-width:100%;overflow:visible!important;width:auto!important}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] .ta-body{display:inline-block;min-width:100%;position:relative;z-index:0}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] .ta-n-body .ta-row{background:rgba(var(--background-sc-rgb),.04);display:inline-flex;min-width:100%}[data-gene-ui-version=\"2.12.2\"] .ta-n-body .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] .hover-able:hover .ta-gr-left-line:before,[data-gene-ui-version=\"2.12.2\"] .selected .ta-gr-left-line:before{transform:translateX(0)}[data-gene-ui-version=\"2.12.2\"] .ta-row{align-items:center;background-clip:content-box;display:flex;justify-content:flex-start;min-width:100%}[data-gene-ui-version=\"2.12.2\"] .ta-row.border-bottom{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.2\"] .ta-row.border-top{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.2\"] .ta-row.even-coloring{background-color:rgba(var(--background-sc-rgb),.02)}[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:hover,[data-gene-ui-version=\"2.12.2\"] .ta-row.selected{background-color:rgba(var(--hero-rgb),.08)}[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:hover .tl-bc-icon-action,[data-gene-ui-version=\"2.12.2\"] .ta-row.selected .tl-bc-icon-action{color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:not(.cursor-grab){cursor:pointer}[data-gene-ui-version=\"2.12.2\"] .ta-row.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .ta-cell>.ellipsis-text{width:100%}[data-gene-ui-version=\"2.12.2\"] .ta-n-body .ta-cell:last-child,[data-gene-ui-version=\"2.12.2\"] .ta-n-body .ta-cell:nth-last-child(2){overflow:hidden}[data-gene-ui-version=\"2.12.2\"] .ta-cell a{color:var(--hero);font-weight:600}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .ta-cell.a-square{justify-content:center}[data-gene-ui-version=\"2.12.2\"] .ta-cell.a-square:empty{pointer-events:none}[data-gene-ui-version=\"2.12.2\"] .ta-cell.a-square:not(:empty){position:-webkit-sticky;position:sticky;transform:translateZ(0);z-index:11}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] sub:last-of-type+.ta-cell.sticky:after,[data-gene-ui-version=\"2.12.2\"] sup:first-of-type+.ta-cell.sticky:after{opacity:1;visibility:visible}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] 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.12.2\"] .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.12.2\"] 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.12.2\"] .ta-cell:hover .copy-icon{opacity:1}[data-gene-ui-version=\"2.12.2\"] .ta-cell .copy-icon{font-size:14px;margin-right:6px;opacity:0}[data-gene-ui-version=\"2.12.2\"] .ta-cell .copy-icon:focus{color:var(--hero)}[data-gene-ui-version=\"2.12.2\"] .ta-cell .crs-holder{display:flex}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .ta-nested-child-holder:not(.table-empty-holder){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.12.2\"] .ta-nested-child{padding:1.2rem 1.4rem;width:100%}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .tl-bc-icon-action.active{transform:rotate(180deg)}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] .left-actions-holder .icon{margin:0 .9rem}[data-gene-ui-version=\"2.12.2\"] .left-actions-holder:after,[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] .ta-row.hover-able:hover .left-actions-holder:before,[data-gene-ui-version=\"2.12.2\"] .ta-row.selected .left-actions-holder:before{opacity:0}[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:hover .left-actions-holder:after,[data-gene-ui-version=\"2.12.2\"] .ta-row.selected .left-actions-holder:after{opacity:1}[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .ta-action:after,[data-gene-ui-version=\"2.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] .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.12.2\"] .ta-action.ta-a-2,[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:hover .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:hover .ta-action:before,[data-gene-ui-version=\"2.12.2\"] .ta-row.selected .ta-action.ta-a-1:not(:only-child),[data-gene-ui-version=\"2.12.2\"] .ta-row.selected .ta-action:before{opacity:0}[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:hover .ta-action.ta-a-2,[data-gene-ui-version=\"2.12.2\"] .ta-row.hover-able:hover .ta-action:after,[data-gene-ui-version=\"2.12.2\"] .ta-row.selected .ta-action.ta-a-2,[data-gene-ui-version=\"2.12.2\"] .ta-row.selected .ta-action:after{opacity:1}[data-gene-ui-version=\"2.12.2\"] .now-sticky .ta-action:before{content:none}[data-gene-ui-version=\"2.12.2\"] .ta-item{align-items:center;display:flex;position:relative;z-index:1}[data-gene-ui-version=\"2.12.2\"] .edit-save-button-holder{align-items:center;display:flex}[data-gene-ui-version=\"2.12.2\"] .edit-save-button-holder:not(:only-child){margin-inline-end:1rem}[data-gene-ui-version=\"2.12.2\"] .edit-save-button-holder>*+*{margin-inline-start:1rem}";
|
|
5725
5725
|
styleInject(css_248z);
|
|
5726
5726
|
|
|
5727
5727
|
function Table(props) {
|