@geneui/components 3.0.0-next-7221a3a-16092024 → 3.0.0-next-1b7eefe-17092024
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 +7 -8
- package/AdvancedSearch/index.js +5 -6
- package/Alert/index.js +3 -3
- package/Avatar/index.js +1 -1
- package/Badge/index.js +1 -1
- package/Breadcrumb/index.js +4 -5
- package/BusyLoader/index.js +2 -2
- package/Button/index.js +2 -2
- package/CHANGELOG.md +23 -0
- package/Card/index.js +4 -5
- package/CardList/index.js +11 -12
- package/{CellMeasurerCache-dbb3a6e5.js → CellMeasurerCache-f0690f3b.js} +2 -2
- package/Charts/index.js +19 -19
- package/Checkbox/index.js +4 -4
- package/CheckboxGroup/index.js +4 -4
- package/CheckboxGroupWithSearch/index.js +5 -6
- package/Collapse/index.js +2 -2
- package/ColorPicker/index.js +2 -2
- package/ComboBox/index.js +6 -6
- package/Copy/index.js +5 -5
- package/Counter/index.js +4 -5
- package/DateFilter/index.js +5 -6
- package/DatePicker/index.js +2 -2
- package/DatePickerInput/index.js +6 -7
- package/Divider/index.js +1 -1
- package/Drawer/index.js +5 -5
- package/Dropdown/index.js +8 -9
- package/Editor/index.js +7 -14
- package/Empty/index.js +1 -1
- package/ExtendedInput/index.js +5 -5
- package/Form/index.js +8 -9
- package/FormContainer/index.js +2 -2
- package/FormableCheckbox/index.js +5 -5
- package/FormableDatePicker/index.js +6 -7
- package/FormableDropdown/index.js +8 -9
- package/FormableEditor/index.js +3 -3
- package/{FormableHOC-c02b8928.js → FormableHOC-300e2dd7.js} +2 -2
- package/FormableMultiSelectDropdown/index.js +8 -9
- package/FormableNumberInput/index.js +5 -5
- package/FormableRadio/index.js +3 -3
- package/FormableSwitcher/index.js +3 -3
- package/FormableTextInput/index.js +5 -5
- package/FormableUploader/index.js +4 -5
- package/GeneUIProvider/index.js +3 -2
- package/Grid/index.js +3 -3
- package/HelperText/index.js +118 -0
- package/Holder/index.js +4 -5
- package/Icon/index.js +2 -2
- package/Image/index.js +6 -7
- package/ImagePreview/index.js +4 -5
- package/InteractiveWidget/index.js +4 -5
- package/KeyValue/index.js +2 -2
- package/Label/index.js +1 -1
- package/LinkButton/index.js +2 -2
- package/Menu/index.js +5 -5
- package/MobileNavigation/index.js +2 -2
- package/MobilePopup/index.js +5 -5
- package/Modal/index.js +3 -3
- package/ModuleTitle/index.js +5 -5
- package/NavigationMenu/index.js +6 -6
- package/Notification/index.js +3 -3
- package/Option/index.js +5 -5
- package/Overlay/index.js +4 -5
- package/Overspread/index.js +9 -10
- package/Pagination/index.js +4 -5
- package/Paper/index.js +2 -2
- package/Popover/index.js +411 -6
- package/PopoverV2/index.js +3 -3
- package/Products/index.js +3 -3
- package/Profile/index.js +4 -5
- package/Progress/index.js +2 -2
- package/Radio/index.js +2 -2
- package/RadioGroup/index.js +2 -2
- package/Range/index.js +3 -3
- package/Rating/index.js +4 -4
- package/RichEditor/index.js +1 -1
- package/{RichEditor-a3f1150e.js → RichEditor-3ad651c7.js} +1 -1
- package/Scrollbar/index.js +3 -3
- package/Search/index.js +4 -4
- package/SearchWithDropdown/index.js +9 -10
- package/Section/index.js +3 -3
- package/SkeletonLoader/index.js +2 -2
- package/Slider/index.js +5 -5
- package/Status/index.js +6 -6
- package/Steps/index.js +6 -6
- package/SuggestionList/index.js +3 -3
- package/Switcher/index.js +3 -3
- package/Table/index.js +16 -17
- package/TableCompositions/index.js +14 -15
- package/Tabs/index.js +2 -2
- package/Tag/index.js +3 -3
- package/Textarea/index.js +4 -4
- package/Time/index.js +2 -2
- package/TimePicker/index.js +57 -39
- package/Timeline/index.js +3 -3
- package/Title/index.js +3 -3
- package/Toaster/index.js +3 -3
- package/Tooltip/index.js +10 -153
- package/TransferList/index.js +9 -10
- package/Uploader/index.js +7 -8
- package/ValidatableCheckbox/index.js +4 -4
- package/ValidatableDatePicker/index.js +5 -6
- package/ValidatableDropdown/index.js +7 -8
- package/ValidatableElements/index.js +7 -8
- package/ValidatableMultiSelectDropdown/index.js +7 -8
- package/ValidatableNumberInput/index.js +4 -4
- package/ValidatableRadio/index.js +2 -2
- package/ValidatableSwitcher/index.js +2 -2
- package/ValidatableTextInput/index.js +4 -4
- package/ValidatableTimeInput/index.js +4 -4
- package/ValidatableUploader/index.js +3 -4
- package/Widget/index.js +4 -5
- package/_rollupPluginBabelHelpers-e8fb2e5c.js +16 -0
- package/{configs-1fb8eed2.js → configs-34847b77.js} +1 -1
- package/hooks/useDeviceType.js +1 -1
- package/index-006d8b06.js +3080 -0
- package/{index-34914e4c.js → index-263b0f0b.js} +1 -1
- package/{index-d10283d4.js → index-558ac559.js} +87 -64
- package/{index-46532c91.js → index-761141c1.js} +11 -10
- package/{index-282407ff.js → index-ac5c45f7.js} +3 -3
- package/index.d.ts +1 -0
- package/index.js +15 -15
- package/lib/atoms/Button/Button.d.ts +1 -1
- package/lib/atoms/HelperText/HelperText.d.ts +42 -0
- package/lib/atoms/HelperText/index.d.ts +1 -0
- package/lib/molecules/Tooltip/Tooltip.d.ts +58 -0
- package/lib/molecules/Tooltip/index.d.ts +1 -0
- package/objectWithoutPropertiesLoose-d8a4a68c.js +78 -0
- package/package.json +3 -2
- package/{rangeAndSlider-693a3d41.js → rangeAndSlider-63c5d423.js} +8 -16
- package/{react-beautiful-dnd.esm-ec039212.js → react-beautiful-dnd.esm-0ce25a0e.js} +7 -4
- package/{index-b7c1fe38.js → redux-b3e598ca.js} +2 -273
- package/Popover-f4d1cac0.js +0 -411
- package/_rollupPluginBabelHelpers-a83240e1.js +0 -11
- package/objectWithoutPropertiesLoose-e1596bdb.js +0 -62
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { s as styleInject } from './style-inject.es-746bb8ed.js';
|
|
2
2
|
|
|
3
|
-
var css_248z = "[data-gene-ui-version=\"2.
|
|
3
|
+
var css_248z = "[data-gene-ui-version=\"2.16.0\"] .dropdown-holder{--input-message-padding-side:2rem;max-width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-holder .read-only-cursor-default{cursor:default}[data-gene-ui-version=\"2.16.0\"] .dropdown-holder:not(.f-content-size){width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-holder.a-minimal.s-small{--input-message-padding-side:0.7rem}[data-gene-ui-version=\"2.16.0\"] .pointer-events-none-dropdown:active{pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions{align-items:center;color:var(--hero);display:flex;font:600 1.6rem/2rem var(--font-family);height:6.1rem;padding-inline-end:3rem;padding-inline-start:2rem;width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions:not(:only-child){border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions>li:first-child{flex:auto}[data-gene-ui-version=\"2.16.0\"] .dropdown-actions>li:nth-child(2){flex-shrink:0}[data-gene-ui-version=\"2.16.0\"] .dropdown-item{align-items:center;display:flex;font:600 1.4rem/1.8rem var(--font-family);height:4rem;justify-content:flex-start;padding:0 1.4rem;transition:color .4s,background .4s;width:100%}@media (hover:hover){[data-gene-ui-version=\"2.16.0\"] .dropdown-item.hovered,[data-gene-ui-version=\"2.16.0\"] .dropdown-item:not(.hover-disabled):hover{background:rgba(var(--background-sc-rgb),.05)}}html[dir=rtl] .dropdown-item{justify-content:flex-end}[data-gene-ui-version=\"2.16.0\"] .dropdown-item:not(.read-only){cursor:pointer}html[dir=rtl] .dropdown-item:not(.sticky-option,.group-title){display:flex;flex-direction:row-reverse;justify-content:flex-start;width:100%}html[dir=rtl] .dropdown-item:not(.sticky-option,.group-title) p{flex-grow:1!important}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label{grid-template-columns:1fr auto}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label>:first-child{order:0}html[dir=rtl] .dropdown-item .crs-holder .label-holder.has-label>:last-child{order:1}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option{position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option.hovered{background:var(--background-hover)}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option:not(.hovered){background:var(--background)}@media (hover:hover){[data-gene-ui-version=\"2.16.0\"] .dropdown-item.sticky-option:not(.hover-disabled):hover{background:var(--background-hover)}}html[dir=rtl] .dropdown-item.sticky-option{display:flex;justify-content:flex-start;width:100%}html[dir=rtl] .dropdown-item.sticky-option .label-holder{display:flex;flex-direction:row-reverse}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>p{align-items:center;display:flex;flex:auto;overflow:hidden}html[dir=rtl] .dropdown-item>p{flex:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>p i{flex-shrink:0}html:not([dir=rtl]) .dropdown-item>p i{margin-right:1.2rem}html[dir=rtl] .dropdown-item>p i{margin-left:1.2rem}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>p span{flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>small{flex-shrink:0}[data-gene-ui-version=\"2.16.0\"] .dropdown-item>small.bc-icon-selected:before{display:block;transform:scale(0);transition:transform .4s}[data-gene-ui-version=\"2.16.0\"] .selected.dropdown-item>small.bc-icon-selected:before{transform:scale(1)}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.selected{color:var(--hero)}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.group-title{background:#0000;color:rgba(var(--background-sc-rgb),.75);display:flex;font-size:12px;font-weight:600;height:25px;line-height:16px;padding:0 1.2rem 0 .8rem;pointer-events:none}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.group-title:hover{background:#0000}html[dir=rtl] .dropdown-item.group-title{flex-direction:row-reverse;justify-content:space-between;padding:0 .8rem 0 1.2rem}[data-gene-ui-version=\"2.16.0\"] .dropdown-item .group-title-icon{color:rgba(var(--background-sc-rgb),.75);pointer-events:auto}[data-gene-ui-version=\"2.16.0\"] .dropdown-item.groupLastChild{border-bottom:1px solid rgba(var(--background-sc-rgb),.16)}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .dropdown-item{height:4.8rem;padding:0 2rem}[data-gene-ui-version=\"2.16.0\"] .temporary-full-width{width:100%}[data-gene-ui-version=\"2.16.0\"] .dropdown-item-tag{flex-shrink:0;font:600 1.4rem/1.8rem var(--font-family);opacity:.5}[data-gene-ui-version=\"2.16.0\"] .busy-loader{align-items:center;border-radius:100%;display:block;display:flex;height:19rem;justify-content:center;margin:0 1rem}";
|
|
4
4
|
styleInject(css_248z);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { _ as _extends$1 } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _extends$1 } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import React__default, { forwardRef, useMemo, useCallback, useRef, useState, useEffect } from 'react';
|
|
4
|
-
import { t as toPropertyKey, d as _typeof, a as _setPrototypeOf, b as _objectWithoutPropertiesLoose, _ as _defineProperty, c as _extends } from './objectWithoutPropertiesLoose-
|
|
4
|
+
import { t as toPropertyKey, d as _typeof, a as _setPrototypeOf, b as _objectWithoutPropertiesLoose, _ as _defineProperty, c as _extends } from './objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
5
5
|
import { p as polyfill } from './react-lifecycles-compat.es-6e1f3768.js';
|
|
6
6
|
import { c as clsx } from './clsx.m-2bb6df4b.js';
|
|
7
7
|
import PropTypes from 'prop-types';
|
|
@@ -15,63 +15,81 @@ import useDeviceType from './hooks/useDeviceType.js';
|
|
|
15
15
|
import useClickOutside from './hooks/useClickOutside.js';
|
|
16
16
|
import useUpdatableRef from './hooks/useUpdatableRef.js';
|
|
17
17
|
import { u as useEllipsisDetection } from './useEllipsisDetection-4d997d5d.js';
|
|
18
|
-
import { i as inputConfig, s as screenTypes,
|
|
18
|
+
import { i as inputConfig, s as screenTypes, g as popoverConfig } from './configs-34847b77.js';
|
|
19
19
|
import { s as stopEvent, n as noop$1 } from './index-a0e4e333.js';
|
|
20
20
|
import BusyLoader from './BusyLoader/index.js';
|
|
21
21
|
import Empty from './Empty/index.js';
|
|
22
|
-
import { P as PopoverV2 } from './index-
|
|
23
|
-
import Tooltip from './
|
|
22
|
+
import { P as PopoverV2 } from './index-ac5c45f7.js';
|
|
23
|
+
import { T as Tooltip } from './index-006d8b06.js';
|
|
24
24
|
import ExtendedInput from './ExtendedInput/index.js';
|
|
25
25
|
import Icon from './Icon/index.js';
|
|
26
26
|
import Checkbox from './Checkbox/index.js';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-263b0f0b.js';
|
|
28
28
|
import Tag from './Tag/index.js';
|
|
29
29
|
import { c as callAfterDelay } from './callAfterDelay-7272faca.js';
|
|
30
30
|
|
|
31
|
-
function _classCallCheck(
|
|
32
|
-
if (!(
|
|
31
|
+
function _classCallCheck(instance, Constructor) {
|
|
32
|
+
if (!(instance instanceof Constructor)) {
|
|
33
|
+
throw new TypeError("Cannot call a class as a function");
|
|
34
|
+
}
|
|
33
35
|
}
|
|
34
36
|
|
|
35
|
-
function _defineProperties(
|
|
36
|
-
for (var
|
|
37
|
-
var
|
|
38
|
-
|
|
37
|
+
function _defineProperties(target, props) {
|
|
38
|
+
for (var i = 0; i < props.length; i++) {
|
|
39
|
+
var descriptor = props[i];
|
|
40
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
41
|
+
descriptor.configurable = true;
|
|
42
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
43
|
+
Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor);
|
|
39
44
|
}
|
|
40
45
|
}
|
|
41
|
-
function _createClass(
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
46
|
+
function _createClass(Constructor, protoProps, staticProps) {
|
|
47
|
+
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
48
|
+
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
49
|
+
Object.defineProperty(Constructor, "prototype", {
|
|
50
|
+
writable: false
|
|
51
|
+
});
|
|
52
|
+
return Constructor;
|
|
45
53
|
}
|
|
46
54
|
|
|
47
|
-
function _assertThisInitialized(
|
|
48
|
-
if (
|
|
49
|
-
|
|
55
|
+
function _assertThisInitialized(self) {
|
|
56
|
+
if (self === void 0) {
|
|
57
|
+
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
58
|
+
}
|
|
59
|
+
return self;
|
|
50
60
|
}
|
|
51
61
|
|
|
52
|
-
function _possibleConstructorReturn(
|
|
53
|
-
if (
|
|
54
|
-
|
|
55
|
-
|
|
62
|
+
function _possibleConstructorReturn(self, call) {
|
|
63
|
+
if (call && (_typeof(call) === "object" || typeof call === "function")) {
|
|
64
|
+
return call;
|
|
65
|
+
} else if (call !== void 0) {
|
|
66
|
+
throw new TypeError("Derived constructors may only return object or undefined");
|
|
67
|
+
}
|
|
68
|
+
return _assertThisInitialized(self);
|
|
56
69
|
}
|
|
57
70
|
|
|
58
|
-
function _getPrototypeOf(
|
|
59
|
-
|
|
60
|
-
return
|
|
61
|
-
}
|
|
71
|
+
function _getPrototypeOf(o) {
|
|
72
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
73
|
+
return o.__proto__ || Object.getPrototypeOf(o);
|
|
74
|
+
};
|
|
75
|
+
return _getPrototypeOf(o);
|
|
62
76
|
}
|
|
63
77
|
|
|
64
|
-
function _inherits(
|
|
65
|
-
if (
|
|
66
|
-
|
|
78
|
+
function _inherits(subClass, superClass) {
|
|
79
|
+
if (typeof superClass !== "function" && superClass !== null) {
|
|
80
|
+
throw new TypeError("Super expression must either be null or a function");
|
|
81
|
+
}
|
|
82
|
+
subClass.prototype = Object.create(superClass && superClass.prototype, {
|
|
67
83
|
constructor: {
|
|
68
|
-
value:
|
|
69
|
-
writable:
|
|
70
|
-
configurable:
|
|
84
|
+
value: subClass,
|
|
85
|
+
writable: true,
|
|
86
|
+
configurable: true
|
|
71
87
|
}
|
|
72
|
-
})
|
|
73
|
-
|
|
74
|
-
|
|
88
|
+
});
|
|
89
|
+
Object.defineProperty(subClass, "prototype", {
|
|
90
|
+
writable: false
|
|
91
|
+
});
|
|
92
|
+
if (superClass) _setPrototypeOf(subClass, superClass);
|
|
75
93
|
}
|
|
76
94
|
|
|
77
95
|
/**
|
|
@@ -100,16 +118,20 @@ function calculateSizeAndPositionDataAndUpdateScrollOffset(_ref) {
|
|
|
100
118
|
}
|
|
101
119
|
}
|
|
102
120
|
|
|
103
|
-
function _objectWithoutProperties(
|
|
104
|
-
if (
|
|
105
|
-
var
|
|
106
|
-
|
|
107
|
-
i = _objectWithoutPropertiesLoose(e, t);
|
|
121
|
+
function _objectWithoutProperties(source, excluded) {
|
|
122
|
+
if (source == null) return {};
|
|
123
|
+
var target = _objectWithoutPropertiesLoose(source, excluded);
|
|
124
|
+
var key, i;
|
|
108
125
|
if (Object.getOwnPropertySymbols) {
|
|
109
|
-
var
|
|
110
|
-
for (
|
|
126
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
127
|
+
for (i = 0; i < sourceSymbolKeys.length; i++) {
|
|
128
|
+
key = sourceSymbolKeys[i];
|
|
129
|
+
if (excluded.indexOf(key) >= 0) continue;
|
|
130
|
+
if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
|
|
131
|
+
target[key] = source[key];
|
|
132
|
+
}
|
|
111
133
|
}
|
|
112
|
-
return
|
|
134
|
+
return target;
|
|
113
135
|
}
|
|
114
136
|
|
|
115
137
|
process.env.NODE_ENV === 'production' ? null : {
|
|
@@ -4470,34 +4492,35 @@ process.env.NODE_ENV !== "production" ? {
|
|
|
4470
4492
|
width: PropTypes.number.isRequired
|
|
4471
4493
|
} : {};
|
|
4472
4494
|
|
|
4473
|
-
function _arrayLikeToArray(
|
|
4474
|
-
(
|
|
4475
|
-
for (var
|
|
4476
|
-
return
|
|
4495
|
+
function _arrayLikeToArray(arr, len) {
|
|
4496
|
+
if (len == null || len > arr.length) len = arr.length;
|
|
4497
|
+
for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
|
|
4498
|
+
return arr2;
|
|
4477
4499
|
}
|
|
4478
4500
|
|
|
4479
|
-
function _arrayWithoutHoles(
|
|
4480
|
-
if (Array.isArray(
|
|
4501
|
+
function _arrayWithoutHoles(arr) {
|
|
4502
|
+
if (Array.isArray(arr)) return _arrayLikeToArray(arr);
|
|
4481
4503
|
}
|
|
4482
4504
|
|
|
4483
|
-
function _iterableToArray(
|
|
4484
|
-
if (
|
|
4505
|
+
function _iterableToArray(iter) {
|
|
4506
|
+
if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
|
|
4485
4507
|
}
|
|
4486
4508
|
|
|
4487
|
-
function _unsupportedIterableToArray(
|
|
4488
|
-
if (
|
|
4489
|
-
|
|
4490
|
-
|
|
4491
|
-
|
|
4492
|
-
|
|
4509
|
+
function _unsupportedIterableToArray(o, minLen) {
|
|
4510
|
+
if (!o) return;
|
|
4511
|
+
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
|
4512
|
+
var n = Object.prototype.toString.call(o).slice(8, -1);
|
|
4513
|
+
if (n === "Object" && o.constructor) n = o.constructor.name;
|
|
4514
|
+
if (n === "Map" || n === "Set") return Array.from(o);
|
|
4515
|
+
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
|
4493
4516
|
}
|
|
4494
4517
|
|
|
4495
4518
|
function _nonIterableSpread() {
|
|
4496
4519
|
throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
4497
4520
|
}
|
|
4498
4521
|
|
|
4499
|
-
function _toConsumableArray(
|
|
4500
|
-
return _arrayWithoutHoles(
|
|
4522
|
+
function _toConsumableArray(arr) {
|
|
4523
|
+
return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
|
|
4501
4524
|
}
|
|
4502
4525
|
|
|
4503
4526
|
/**
|
|
@@ -5126,8 +5149,8 @@ _defineProperty(List, "defaultProps", {
|
|
|
5126
5149
|
style: {}
|
|
5127
5150
|
});
|
|
5128
5151
|
|
|
5129
|
-
function _arrayWithHoles(
|
|
5130
|
-
if (Array.isArray(
|
|
5152
|
+
function _arrayWithHoles(arr) {
|
|
5153
|
+
if (Array.isArray(arr)) return arr;
|
|
5131
5154
|
}
|
|
5132
5155
|
|
|
5133
5156
|
function _iterableToArrayLimit(r, l) {
|
|
@@ -5162,8 +5185,8 @@ function _nonIterableRest() {
|
|
|
5162
5185
|
throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
5163
5186
|
}
|
|
5164
5187
|
|
|
5165
|
-
function _slicedToArray(
|
|
5166
|
-
return _arrayWithHoles(
|
|
5188
|
+
function _slicedToArray(arr, i) {
|
|
5189
|
+
return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
|
|
5167
5190
|
}
|
|
5168
5191
|
|
|
5169
5192
|
/**
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { _ as _extends } from './_rollupPluginBabelHelpers-
|
|
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-558ac559.js';
|
|
5
|
+
import { C as CellMeasurerCache } from './CellMeasurerCache-f0690f3b.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-
|
|
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 {
|
|
17
|
+
import { r as reactIsExports } from './index-006d8b06.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-
|
|
30
|
+
import { j as jsxRuntimeExports } from './index-ac5c45f7.js';
|
|
31
|
+
import { a as createStore } from './redux-b3e598ca.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.
|
|
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.
|
|
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.
|
|
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) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _extends } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
2
2
|
import React__default, { forwardRef, useContext, useRef, useState, useMemo, useEffect, useCallback } from 'react';
|
|
3
3
|
import { c as commonjsGlobal } from './_commonjsHelpers-24198af3.js';
|
|
4
4
|
import ReactDOM__default from 'react-dom';
|
|
@@ -8,7 +8,7 @@ import PropTypes from 'prop-types';
|
|
|
8
8
|
import { n as noop, s as stopEvent } from './index-a0e4e333.js';
|
|
9
9
|
import useDeviceType from './hooks/useDeviceType.js';
|
|
10
10
|
import useClickOutside from './hooks/useClickOutside.js';
|
|
11
|
-
import {
|
|
11
|
+
import { p as popoverV2Config, s as screenTypes } from './configs-34847b77.js';
|
|
12
12
|
import CustomScrollbar from './Scrollbar/index.js';
|
|
13
13
|
import { GeneUIDesignSystemContext } from './GeneUIProvider/index.js';
|
|
14
14
|
import { s as styleInject } from './style-inject.es-746bb8ed.js';
|
|
@@ -1592,7 +1592,7 @@ ArrowContainer$1.ArrowContainer = ArrowContainer;
|
|
|
1592
1592
|
|
|
1593
1593
|
} (Popover));
|
|
1594
1594
|
|
|
1595
|
-
var css_248z = "[data-gene-ui-version=\"2.
|
|
1595
|
+
var css_248z = "[data-gene-ui-version=\"2.16.0\"] .popover-positioner{--popover-border-radius:1rem;--popover-shadow:0 0.2rem 0.4rem 0 #0000000d,0 0 0 1px rgba(var(--background-sc-rgb),0.08);z-index:400}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.cr-smooth-radius{--popover-border-radius:0.4rem}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view{--popover-border-radius:0.8rem 0.8rem 0 0;--popover-shadow:0 -1px 0.2rem 0 #0000000d;bottom:0;left:0!important;overflow:hidden;position:fixed!important;top:0!important;transform:translate(0)!important;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner .popover-top-bottom-padding{padding:1rem 0;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner .popover-top-bottom-padding>div[style*=width]{width:100%!important}[data-gene-ui-version=\"2.16.0\"] .popover{width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .popover{height:100%;position:relative}[data-gene-ui-version=\"2.16.0\"] .popover-positioner-disable{margin-top:5px;position:inherit!important;transform:none!important}[data-gene-ui-version=\"2.16.0\"] .popover-track{width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-content{background:var(--background);border-radius:var(--popover-border-radius);box-shadow:var(--popover-shadow);overflow:hidden;padding:0 0 env(safe-area-inset-bottom);transition:padding .4s;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .popover-content{-webkit-overflow-scrolling:auto;bottom:0;left:0;max-height:calc(100% - 10rem);overflow-x:hidden;overflow-y:auto;position:absolute;z-index:1}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view[style*=\"opacity: 0\"] .popover-content{transform:translateY(100%)}[data-gene-ui-version=\"2.16.0\"] .popover-positioner.mobile-view .popover-content{transform:translateY(0)}[data-gene-ui-version=\"2.16.0\"] .popover-mobile-backdrop{background:#0003;height:100%;left:0;opacity:1;position:absolute;top:0;width:100%;z-index:0}[data-gene-ui-version=\"2.16.0\"] .popover-footer,[data-gene-ui-version=\"2.16.0\"] .popover-header{background:var(--background);position:-webkit-sticky;position:sticky;z-index:1}[data-gene-ui-version=\"2.16.0\"] .popover-header{border-bottom:1px solid rgba(var(--background-sc-rgb),.1);top:0}[data-gene-ui-version=\"2.16.0\"] .popover-footer{align-items:stretch;border-top:1px solid rgba(var(--background-sc-rgb),.1);bottom:calc(env(safe-area-inset-bottom)*-1);display:flex;padding:0 0 env(safe-area-inset-bottom);transition:padding .4s}[data-gene-ui-version=\"2.16.0\"] .popover-body{position:relative;z-index:0}[data-gene-ui-version=\"2.16.0\"] .popover-search{padding:1.4rem 1.5rem}[data-gene-ui-version=\"2.16.0\"] .empty-data-holder{align-items:center;display:flex;height:19rem;justify-content:center;width:100%}[data-gene-ui-version=\"2.16.0\"] .popover-disabled{opacity:.5;pointer-events:none;transition:opacity .5s}";
|
|
1596
1596
|
styleInject(css_248z);
|
|
1597
1597
|
|
|
1598
1598
|
const PopoverV2 = /*#__PURE__*/forwardRef((props, ref) => {
|
package/index.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export { default as QRCode } from './lib/atoms/QRCode';
|
|
|
24
24
|
export { default as Paper, paperWraps, alignItems, justifyContents, paperDirections, cornersRadius } from './lib/atoms/Paper';
|
|
25
25
|
export { default as Avatar } from './lib/atoms/Avatar/index';
|
|
26
26
|
export { default as LinkButton } from './lib/atoms/LinkButton/index';
|
|
27
|
+
export { default as HelperText } from './lib/atoms/HelperText';
|
|
27
28
|
export { Row, Col } from './lib/molecules/Grid';
|
|
28
29
|
export { Tab, Tabs } from './lib/molecules/Tabs';
|
|
29
30
|
export { Step, Steps } from './lib/molecules/Steps';
|
package/index.js
CHANGED
|
@@ -14,7 +14,7 @@ export { default as Scrollbar } from './Scrollbar/index.js';
|
|
|
14
14
|
export { default as Time } from './Time/index.js';
|
|
15
15
|
export { default as Empty } from './Empty/index.js';
|
|
16
16
|
export { default as Popover } from './Popover/index.js';
|
|
17
|
-
export { P as PopoverV2 } from './index-
|
|
17
|
+
export { P as PopoverV2 } from './index-ac5c45f7.js';
|
|
18
18
|
export { default as Title } from './Title/index.js';
|
|
19
19
|
export { default as Image } from './Image/index.js';
|
|
20
20
|
export { default as KeyValue } from './KeyValue/index.js';
|
|
@@ -24,6 +24,7 @@ export { default as QRCode } from './QRCode/index.js';
|
|
|
24
24
|
export { default as Paper, alignItems, cornersRadius, justifyContents, paperDirections, paperWraps } from './Paper/index.js';
|
|
25
25
|
export { default as Avatar } from './Avatar/index.js';
|
|
26
26
|
export { default as LinkButton } from './LinkButton/index.js';
|
|
27
|
+
export { default as HelperText } from './HelperText/index.js';
|
|
27
28
|
export { Col, Row } from './Grid/index.js';
|
|
28
29
|
export { Tab, Tabs } from './Tabs/index.js';
|
|
29
30
|
export { Step, Steps } from './Steps/index.js';
|
|
@@ -33,7 +34,7 @@ export { default as Checkbox } from './Checkbox/index.js';
|
|
|
33
34
|
export { default as Card } from './Card/index.js';
|
|
34
35
|
export { default as Tag } from './Tag/index.js';
|
|
35
36
|
export { default as Alert, alertTypes } from './Alert/index.js';
|
|
36
|
-
export {
|
|
37
|
+
export { T as Tooltip } from './index-006d8b06.js';
|
|
37
38
|
export { default as Range } from './Range/index.js';
|
|
38
39
|
export { default as Slider } from './Slider/index.js';
|
|
39
40
|
export { default as Pagination } from './Pagination/index.js';
|
|
@@ -86,7 +87,7 @@ export { default as FormableUploader } from './FormableUploader/index.js';
|
|
|
86
87
|
export { default as FormableSwitcher } from './FormableSwitcher/index.js';
|
|
87
88
|
export { default as FormableEditor } from './FormableEditor/index.js';
|
|
88
89
|
export { default as FormableRadio } from './FormableRadio/index.js';
|
|
89
|
-
export { F as FormableHOC } from './FormableHOC-
|
|
90
|
+
export { F as FormableHOC } from './FormableHOC-300e2dd7.js';
|
|
90
91
|
export { default as Toaster, toasterPositions } from './Toaster/index.js';
|
|
91
92
|
export { default as SearchWithDropdown } from './SearchWithDropdown/index.js';
|
|
92
93
|
export { default as CheckboxGroupWithSearch } from './CheckboxGroupWithSearch/index.js';
|
|
@@ -95,14 +96,14 @@ export { default as Overspread } from './Overspread/index.js';
|
|
|
95
96
|
export { default as DatePicker } from './DatePicker/index.js';
|
|
96
97
|
export { default as DateFilter } from './DateFilter/index.js';
|
|
97
98
|
export { ComboTable, PaginationSelector, PaperWrapper, TableContainer, TableHeader, TablePagination, TableTitle, WithHeader, WithTitle } from './TableCompositions/index.js';
|
|
98
|
-
export { D as Dropdown } from './index-
|
|
99
|
-
export { T as Table } from './index-
|
|
99
|
+
export { D as Dropdown } from './index-558ac559.js';
|
|
100
|
+
export { T as Table } from './index-761141c1.js';
|
|
100
101
|
export { CardList, WrappedCardList } from './CardList/index.js';
|
|
101
102
|
import 'react';
|
|
102
103
|
import 'prop-types';
|
|
103
104
|
export { default as Form } from './FormContainer/index.js';
|
|
104
105
|
export { default as TransferList } from './TransferList/index.js';
|
|
105
|
-
export { R as RichEditor } from './RichEditor-
|
|
106
|
+
export { R as RichEditor } from './RichEditor-3ad651c7.js';
|
|
106
107
|
export { default as Drawer } from './Drawer/index.js';
|
|
107
108
|
export { default as ActionableList } from './ActionableList/index.js';
|
|
108
109
|
export { GeneUIDesignSystemContext, default as GeneUIProvider } from './GeneUIProvider/index.js';
|
|
@@ -128,8 +129,8 @@ export { u as useEllipsisDetection } from './useEllipsisDetection-4d997d5d.js';
|
|
|
128
129
|
import './tslib.es6-f211516f.js';
|
|
129
130
|
import './index-031ff73c.js';
|
|
130
131
|
import './style-inject.es-746bb8ed.js';
|
|
131
|
-
import './_rollupPluginBabelHelpers-
|
|
132
|
-
import './configs-
|
|
132
|
+
import './_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
133
|
+
import './configs-34847b77.js';
|
|
133
134
|
import './index-a0e4e333.js';
|
|
134
135
|
import './dateValidation-67caec66.js';
|
|
135
136
|
import './_commonjsHelpers-24198af3.js';
|
|
@@ -137,10 +138,9 @@ import 'react-dom';
|
|
|
137
138
|
import './checkboxRadioSwitcher-5b69d7bd.js';
|
|
138
139
|
import './guid-8ddf77b3.js';
|
|
139
140
|
import './localization-4ba17032.js';
|
|
140
|
-
import './Popover-f4d1cac0.js';
|
|
141
141
|
import './index-122432cd.js';
|
|
142
142
|
import './debounce-4419bc2f.js';
|
|
143
|
-
import './rangeAndSlider-
|
|
143
|
+
import './rangeAndSlider-63c5d423.js';
|
|
144
144
|
import './index-45eafea6.js';
|
|
145
145
|
import './react-lifecycles-compat.es-6e1f3768.js';
|
|
146
146
|
import './SuggestionList/index.js';
|
|
@@ -149,9 +149,9 @@ import './callAfterDelay-7272faca.js';
|
|
|
149
149
|
import './checkTimeValidation-e56771be.js';
|
|
150
150
|
import './hooks/useHover.js';
|
|
151
151
|
import './index-262edd7a.js';
|
|
152
|
-
import './index-
|
|
153
|
-
import './objectWithoutPropertiesLoose-
|
|
152
|
+
import './index-263b0f0b.js';
|
|
153
|
+
import './objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
154
154
|
import './clsx.m-2bb6df4b.js';
|
|
155
|
-
import './CellMeasurerCache-
|
|
156
|
-
import './
|
|
157
|
-
import './react-beautiful-dnd.esm-
|
|
155
|
+
import './CellMeasurerCache-f0690f3b.js';
|
|
156
|
+
import './redux-b3e598ca.js';
|
|
157
|
+
import './react-beautiful-dnd.esm-0ce25a0e.js';
|
|
@@ -20,7 +20,7 @@ export interface IButtonProps extends HTMLAttributes<HTMLButtonElement> {
|
|
|
20
20
|
* How to display inscription in relation to it's parent in Button <br/>
|
|
21
21
|
* Possible values: `default | content-size | full-width`
|
|
22
22
|
*/
|
|
23
|
-
flexibility
|
|
23
|
+
flexibility?: 'default' | 'content-size' | 'full-width';
|
|
24
24
|
/**
|
|
25
25
|
* Button color <br/>
|
|
26
26
|
* Possible values: `primary | confirm | danger | default`
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { FC, JSX } from 'react';
|
|
2
|
+
import './HelperText.scss';
|
|
3
|
+
interface IHelperTextProps {
|
|
4
|
+
/**
|
|
5
|
+
* Defines the size of the helper text.<br>
|
|
6
|
+
* Possible values: `medium | small`.
|
|
7
|
+
*/
|
|
8
|
+
size?: 'medium' | 'small';
|
|
9
|
+
/**
|
|
10
|
+
* Specifies the type of the helper text. <br>
|
|
11
|
+
* Possible values: `rest | danger | warning`.
|
|
12
|
+
* `rest` for default information, `danger` for error messages, or `warning` for cautions.
|
|
13
|
+
*/
|
|
14
|
+
type?: 'rest' | 'danger' | 'warning';
|
|
15
|
+
/**
|
|
16
|
+
* The actual text content to be displayed as helper text.
|
|
17
|
+
* This provides guidance or additional information related to the input field.
|
|
18
|
+
*/
|
|
19
|
+
text: string;
|
|
20
|
+
/**
|
|
21
|
+
* Optional. Icon to be displayed alongside the helper text.
|
|
22
|
+
* If the `type` prop is set to `danger` or `warning`, a default icon will be used (ErrorAlertFill for `danger` and WarningFill for `warning`) unless an `Icon` is explicitly provided.
|
|
23
|
+
* If `type` is `rest`, the provided `Icon` will be used (if supplied), otherwise no icon will be displayed.
|
|
24
|
+
* The size of the icon will automatically adjust based on the `size` prop (`small` or `medium`).
|
|
25
|
+
*/
|
|
26
|
+
Icon?: JSX.Element;
|
|
27
|
+
/**
|
|
28
|
+
* Determines whether the helper text is disabled.
|
|
29
|
+
* If `true`, the helper text will appear dimmed and non-interactive.
|
|
30
|
+
*/
|
|
31
|
+
isDisabled?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* Indicates whether the component is in a loading state.
|
|
34
|
+
* When `true`, a loading skeleton is displayed instead of the actual helper text.
|
|
35
|
+
*/
|
|
36
|
+
isLoading?: boolean;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* The Helper Text provides users with additional information or guidance related to a specific input field in a form. This text helps users understand the expected format, requirements, or purpose of the input, thereby improving form completion accuracy and user confidence.
|
|
40
|
+
*/
|
|
41
|
+
declare const HelperText: FC<IHelperTextProps>;
|
|
42
|
+
export { IHelperTextProps, HelperText as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { IHelperTextProps, default as default } from './HelperText';
|