@geneui/components 2.11.1 → 2.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ActionableList.js +8 -8
- package/AdvancedSearch.js +3 -3
- package/Alert.js +1 -1
- package/Avatar.js +1 -1
- package/Badge.js +1 -1
- package/Breadcrumb.js +2 -2
- package/BusyLoader.js +1 -1
- package/Button.js +1 -1
- package/CHANGELOG.md +16 -0
- package/Card.js +2 -2
- package/CardList.js +9 -9
- package/{CellMeasurerCache-c11cec83.js → CellMeasurerCache-b786dd93.js} +1 -1
- package/Charts.js +7 -7
- package/CheckboxGroupWithSearch.js +3 -3
- package/Collapse.js +1 -1
- package/ColorPicker.js +1 -1
- package/ComboBox.js +7 -7
- package/Counter.js +7 -7
- package/DateFilter.js +4 -4
- package/DatePicker.js +1 -1
- package/DatePickerInput.js +3 -3
- package/Divider.js +1 -1
- package/Drawer.js +1 -1
- package/Dropdown.js +7 -7
- package/Editor.js +1 -1
- package/Empty.js +1 -1
- package/ExtendedInput.js +4 -4
- package/Form.js +7 -7
- package/FormContainer.js +1 -1
- package/FormableDatePicker.js +3 -3
- package/FormableDropdown.js +7 -7
- package/FormableMultiSelectDropdown.js +7 -7
- package/FormableNumberInput.js +1 -1
- package/FormableTextInput.js +1 -1
- package/FormableUploader.js +2 -2
- package/GeneUIProvider.js +1 -1
- package/Grid.js +1 -1
- package/Holder.js +7 -7
- package/Icon.js +1 -1
- package/Image.js +1 -1
- package/ImagePreview.js +7 -7
- package/KeyValue.js +1 -1
- package/Label.js +1 -1
- package/LinkButton.js +1 -1
- package/Menu.js +13 -7
- package/MobileNavigation.js +1 -1
- package/MobilePopup.js +2 -2
- package/Modal.js +1 -1
- package/ModuleTitle.js +7 -7
- package/NavigationMenu.js +19 -11
- package/Notification.js +1 -1
- package/Option.js +1 -1
- package/Overlay.js +7 -7
- package/Overspread.js +8 -8
- package/Pagination.js +2 -2
- package/Paper.js +1 -1
- package/Popover.js +1 -1
- package/PopoverV2.js +1 -1
- package/Products.js +1 -1
- package/Profile.js +7 -7
- package/Progress.js +1 -1
- package/{RichEditor-b7928765.js → RichEditor-98accead.js} +1 -1
- package/RichEditor.js +1 -1
- package/Scrollbar.js +1 -1
- package/Search.js +1 -1
- package/SearchWithDropdown.js +8 -8
- package/Section.js +1 -1
- package/SkeletonLoader.js +1 -1
- package/Slider.js +1 -1
- package/Status.js +1 -1
- package/Steps.js +2 -2
- package/SuggestionList.js +1 -1
- package/Switcher.js +1 -1
- package/Table.js +9 -9
- package/TableCompositions.js +12 -12
- package/Tabs.js +1 -1
- package/Tag.js +1 -1
- package/Textarea.js +1 -1
- package/Time.js +1 -1
- package/TimePicker.js +7 -7
- package/Timeline.js +2 -2
- package/Title.js +1 -1
- package/Toaster.js +1 -1
- package/Tooltip.js +1 -1
- package/TransferList.js +4 -4
- package/Uploader.js +2 -2
- package/ValidatableDatePicker.js +3 -3
- package/ValidatableDropdown.js +7 -7
- package/ValidatableElements.js +7 -7
- package/ValidatableMultiSelectDropdown.js +7 -7
- package/ValidatableNumberInput.js +1 -1
- package/ValidatableTextInput.js +1 -1
- package/ValidatableTimeInput.js +1 -1
- package/ValidatableUploader.js +2 -2
- package/Widget.js +7 -7
- package/{index-5e722d91.js → index-0199942c.js} +2 -2
- package/{index-a4635754.js → index-084588e9.js} +1 -1
- package/{index-d9e8a888.js → index-135b9d17.js} +4 -4
- package/index-2030e31c.js +4 -0
- package/{index-702bf24a.js → index-5e96cb4d.js} +1 -1
- package/{index-5cea9a7d.js → index-897d8240.js} +1 -1
- package/{index-67f4d4d1.js → index-8c98317a.js} +17 -11
- package/{index-0cf65939.js → index-9164a86d.js} +47 -39
- package/index.js +10 -10
- package/package.json +1 -1
- package/index-a59530cd.js +0 -4
|
@@ -13,7 +13,7 @@ import React__default, { forwardRef, useRef, useState, useCallback, useImperativ
|
|
|
13
13
|
import { p as propTypesExports } from './index-e0af0caf.js';
|
|
14
14
|
import { s as stopEvent, n as noop$1, c as childrenOf, f as fileSizeDisplay } from './index-ac59cb10.js';
|
|
15
15
|
import { i as inputConfig, s as screenTypes, d as popoverConfig, j as moduleTitleConfig, p as positions, w as widgetConfig, e as popoverV2Config, k as timePickerConfig } from './configs-91c86664.js';
|
|
16
|
-
import { u as useImgDownload } from './index-
|
|
16
|
+
import { u as useImgDownload } from './index-135b9d17.js';
|
|
17
17
|
import { u as useEllipsisDetection } from './useEllipsisDetection-ef536015.js';
|
|
18
18
|
import { c as classnames } from './index-6ff23041.js';
|
|
19
19
|
import Icon from './Icon.js';
|
|
@@ -39,16 +39,16 @@ import { p as polyfill } from './rangeAndSlider-20599da4.js';
|
|
|
39
39
|
import { c as clsx } from './clsx.m-2bb6df4b.js';
|
|
40
40
|
import * as ReactDOM from 'react-dom';
|
|
41
41
|
import { findDOMNode } from 'react-dom';
|
|
42
|
-
import { u as useClick } from './index-
|
|
42
|
+
import { u as useClick } from './index-0199942c.js';
|
|
43
43
|
import { u as useKeyDown } from './useKeyDown-38102ae7.js';
|
|
44
44
|
import { u as useDeviceType } from './useDeviceType-dd51db38.js';
|
|
45
45
|
import { u as useClickOutside } from './useClickOutside-5183e396.js';
|
|
46
|
-
import { u as useUpdatableRef } from './index-
|
|
47
|
-
import { c as callAfterDelay, k as keyDownKeys$1, a as actionTypes, b as SPACE_HEIGHT } from './index-
|
|
46
|
+
import { u as useUpdatableRef } from './index-084588e9.js';
|
|
47
|
+
import { c as callAfterDelay, k as keyDownKeys$1, a as actionTypes, b as SPACE_HEIGHT } from './index-897d8240.js';
|
|
48
48
|
import BusyLoader from './BusyLoader.js';
|
|
49
|
-
import { P as PopoverV2 } from './index-
|
|
49
|
+
import { P as PopoverV2 } from './index-5e96cb4d.js';
|
|
50
50
|
import Empty from './Empty.js';
|
|
51
|
-
import './index-
|
|
51
|
+
import './index-2030e31c.js';
|
|
52
52
|
import './Notification.js';
|
|
53
53
|
import './Modal.js';
|
|
54
54
|
import './Collapse.js';
|
|
@@ -259,7 +259,7 @@ Magnifier.defaultProps = {
|
|
|
259
259
|
};
|
|
260
260
|
Magnifier.displayName = 'Magnifier';
|
|
261
261
|
|
|
262
|
-
var css_248z$r = "[data-gene-ui-version=\"
|
|
262
|
+
var css_248z$r = "[data-gene-ui-version=\"1.0.0\"] .imagePreview{display:flex;flex-direction:column;max-height:100%;max-width:100%;min-width:320px}[data-gene-ui-version=\"1.0.0\"] .imagePreview__close{display:flex}[data-gene-ui-version=\"1.0.0\"] .imagePreview.mobile-view .imagePreview__close{margin-left:auto}[data-gene-ui-version=\"1.0.0\"] [dir=rtl] .imagePreview.mobile-view .imagePreview__close{margin-left:0;margin-right:auto}[data-gene-ui-version=\"1.0.0\"] .imagePreview__header{align-items:center;display:flex;justify-content:space-between;padding:16px;width:100%}[data-gene-ui-version=\"1.0.0\"] .imagePreview.mobile-view .imagePreview__header{align-items:flex-start;flex-direction:column-reverse;padding:8px}[data-gene-ui-version=\"1.0.0\"] .imagePreview__infoWrapper{align-items:center;align-self:stretch;display:flex;max-width:calc(100% - 250px)}[data-gene-ui-version=\"1.0.0\"] .imagePreview.mobile-view .imagePreview__infoWrapper{max-width:100%}[data-gene-ui-version=\"1.0.0\"] .imagePreview__info{display:flex;flex-direction:column;font-size:14px;font-weight:600;height:100%;justify-content:center;max-width:calc(100% - 28px);padding:4px 0}[data-gene-ui-version=\"1.0.0\"] .imagePreview__info-center{justify-content:center}[data-gene-ui-version=\"1.0.0\"] .imagePreview__imgIcon{opacity:.8}[data-gene-ui-version=\"1.0.0\"] .imagePreview__sizes{display:flex}[data-gene-ui-version=\"1.0.0\"] .imagePreview__weight{opacity:.8;padding-right:8px}[data-gene-ui-version=\"1.0.0\"] .imagePreview__resolution{opacity:.8;padding-left:8px}[data-gene-ui-version=\"1.0.0\"] .imagePreview__resolution--divider{opacity:.8;padding-left:0}[data-gene-ui-version=\"1.0.0\"] .imagePreview__resolution--separate{margin:0 5px}[data-gene-ui-version=\"1.0.0\"] .imagePreview__options{align-items:center;display:flex}[data-gene-ui-version=\"1.0.0\"] .imagePreview.mobile-view .imagePreview__options{width:100%}[data-gene-ui-version=\"1.0.0\"] .imagePreview__magnifier{min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding-right:8px}[data-gene-ui-version=\"1.0.0\"] .imagePreview__rotate{display:flex}[data-gene-ui-version=\"1.0.0\"] .imagePreview__divider,[data-gene-ui-version=\"1.0.0\"] .imagePreview__divider-small{position:relative}[data-gene-ui-version=\"1.0.0\"] .imagePreview__divider-small:after{background:rgba(var(--background-sc-rgb),.3);content:\"\";height:12px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}[data-gene-ui-version=\"1.0.0\"] [dir=rtl] .imagePreview__divider-small{margin:0 5px}[data-gene-ui-version=\"1.0.0\"] .imagePreview.mobile-view .imagePreview__divider{margin-right:6px}[data-gene-ui-version=\"1.0.0\"] .imagePreview__icon{cursor:pointer;font-size:28px;font-weight:100;margin:6px}[data-gene-ui-version=\"1.0.0\"] .imagePreview.mobile-view .imagePreview__icon{margin-left:0}[data-gene-ui-version=\"1.0.0\"] .imagePreview__content{align-items:center;aspect-ratio:1;display:flex;justify-content:center}[data-gene-ui-version=\"1.0.0\"] .imagePreview__img{max-height:100%;max-width:100%}[data-gene-ui-version=\"1.0.0\"] [dir=rtl] .imagePreview__name{padding-right:8px}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view{height:100%;left:0;position:fixed;top:0;width:100%;z-index:500}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__header{background:#000}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__infoWrapper,[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__name{color:#fff}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__sizes{color:#fff9}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__options{color:#fff}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__magnifier .switcher-element{background:#ffffff61}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__magnifier .switcher-element.active{background:var(--hero)}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__divider:after{background:#ffffff4d;content:\"\";height:24px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__divider-small:after{background:#ffffff4d}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__content{height:100%;transform:translateZ(0);width:100%}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__background{background-color:#000c;height:100%;position:absolute;width:100%}[data-gene-ui-version=\"1.0.0\"] .imagePreview.modal-view .imagePreview__img{margin:0 auto;max-height:calc(100vh - 10rem);max-width:calc(100vh - 10rem)}[data-gene-ui-version=\"1.0.0\"] .imgMagnifier{position:relative}[data-gene-ui-version=\"1.0.0\"] .imgMagnifier__glass{border:2px solid #000;cursor:none;height:150px;position:absolute;width:150px;z-index:999999}[data-gene-ui-version=\"1.0.0\"] .imgMagnifier__img{width:100%}";
|
|
263
263
|
styleInject(css_248z$r);
|
|
264
264
|
|
|
265
265
|
function _classCallCheck$1(instance, Constructor) {
|
|
@@ -10488,7 +10488,7 @@ MultiSelectDropdownField.defaultProps = {
|
|
|
10488
10488
|
valueKey: 'value'
|
|
10489
10489
|
};
|
|
10490
10490
|
|
|
10491
|
-
var css_248z$q = "[data-gene-ui-version=\"
|
|
10491
|
+
var css_248z$q = "[data-gene-ui-version=\"1.0.0\"] .module-header{background:var(--background);display:flex;flex-shrink:0;height:5rem;padding:0 .5rem 0 2rem;width:100%}html[dir=rtl] .module-header{padding:0 2rem 0 .5rem}[data-gene-ui-version=\"1.0.0\"] .module-header.headerBorder.p-top{border-bottom:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .module-header.headerBorder.p-top.cr-position-radius{border-radius:2rem 2rem 0 0}[data-gene-ui-version=\"1.0.0\"] .module-header.headerBorder.p-bottom{border-top:1px solid rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .module-header.headerBorder.p-bottom.cr-position-radius{border-radius:0 0 2rem 2rem}[data-gene-ui-version=\"1.0.0\"] .module-header.cr-full-radius{border-radius:2rem}[data-gene-ui-version=\"1.0.0\"] .module-header>li{align-items:center;display:flex}[data-gene-ui-version=\"1.0.0\"] .module-header>li.left-content{flex:auto;overflow:hidden;position:relative}[data-gene-ui-version=\"1.0.0\"] .module-header>li.left-content .left-inner{max-width:100%}[data-gene-ui-version=\"1.0.0\"] .module-header>li.left-content .left-inner:nth-last-child(2){max-width:calc(100% - 3.2rem)}[data-gene-ui-version=\"1.0.0\"] .module-header>li.left-content .left-inner-icon{margin-inline-start:.8rem}[data-gene-ui-version=\"1.0.0\"] .module-header>li.right-content{flex-shrink:0}[data-gene-ui-version=\"1.0.0\"] .module-header.s-small{height:3rem}[data-gene-ui-version=\"1.0.0\"] .module-header.s-small .module-description-title .m-title,[data-gene-ui-version=\"1.0.0\"] .module-header.s-small .module-title{font-size:1.2rem;line-height:normal}[data-gene-ui-version=\"1.0.0\"] .module-header.s-medium{height:4rem}[data-gene-ui-version=\"1.0.0\"] .module-header.s-extra-big{height:6rem}[data-gene-ui-version=\"1.0.0\"] .module-title{font:600 1.4rem/1.8rem var(--font-family)}[data-gene-ui-version=\"1.0.0\"] .module-title:before{background:var(--hero);content:\"\";display:block;height:.3rem;position:absolute;width:3.4rem}html:not([dir=rtl]) .module-title:before{left:0}html[dir=rtl] .module-title:before{right:0}[data-gene-ui-version=\"1.0.0\"] .p-top .module-title:before{bottom:0}[data-gene-ui-version=\"1.0.0\"] .p-bottom .module-title:before{top:0}[data-gene-ui-version=\"1.0.0\"] .module-title-without-border{font:600 1.4rem/1.8rem var(--font-family)}[data-gene-ui-version=\"1.0.0\"] .module-description-title{width:100%}[data-gene-ui-version=\"1.0.0\"] .module-description-title .m-description{font:600 1.2rem/1.6rem var(--font-family)}[data-gene-ui-version=\"1.0.0\"] .module-description-title .m-title{font:600 1.6rem/2.8rem var(--font-family)}";
|
|
10492
10492
|
styleInject(css_248z$q);
|
|
10493
10493
|
|
|
10494
10494
|
function IconWithTooltip(_ref) {
|
|
@@ -10613,7 +10613,7 @@ ModuleTitle.defaultProps = {
|
|
|
10613
10613
|
cornerRadius: moduleTitleConfig.cornerRadius[0]
|
|
10614
10614
|
};
|
|
10615
10615
|
|
|
10616
|
-
var css_248z$p = "[data-gene-ui-version=\"
|
|
10616
|
+
var css_248z$p = "[data-gene-ui-version=\"1.0.0\"] .overlay-back-drop{animation:fadeIn 1s forwards;background:rgba(var(--background-rgb),.6);height:100%;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:299}@keyframes fadeIn{to{opacity:1}}[data-gene-ui-version=\"1.0.0\"] .overlay-holder{display:flex;flex-direction:column;position:fixed;transition:width .4s,height .4s;z-index:300}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal{animation:slideInX .4s linear forwards;background:var(--background);bottom:0;top:var(--header-height,0)}@keyframes slideInX{to{transform:translateX(0)}}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal.p-left{box-shadow:.5rem 0 .6rem 0 #0000000d;transform:translateX(-120%)}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-left{left:0}html[dir=rtl] .overlay-holder.t-horizontal.p-left{box-shadow:-.5rem 0 .6rem 0 #0000000d;right:0;transform:translateX(120%)}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal.p-left .overlay-close{border-radius:0 .4rem .4rem 0;box-shadow:.5rem 0 .6rem 0 #0000000d}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-left .overlay-close{left:100%}html[dir=rtl] .overlay-holder.t-horizontal.p-left .overlay-close{border-radius:.4rem 0 0 .4rem;box-shadow:-.5rem 0 .6rem 0 #0000000d;right:100%}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal.p-right{box-shadow:-.5rem 0 .6rem 0 #0000000d;transform:translateX(120%)}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-right{right:0}html[dir=rtl] .overlay-holder.t-horizontal.p-right{box-shadow:.5rem 0 .6rem 0 #0000000d;left:0;transform:translateX(-120%)}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal.p-right .overlay-close{border-radius:.4rem 0 0 .4rem;box-shadow:-.5rem 0 .6rem 0 #0000000d}html:not([dir=rtl]) .overlay-holder.t-horizontal.p-right .overlay-close{right:100%}html[dir=rtl] .overlay-holder.t-horizontal.p-right .overlay-close{border-radius:0 .4rem .4rem 0;box-shadow:.5rem 0 .6rem 0 #0000000d;left:100%}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal.s-half{width:50%}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal.s-wide{width:75%}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-horizontal.s-minimal{width:30rem}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-vertical{animation:slideInY .4s linear forwards;background:var(--background);height:25vh;left:0;width:100%}@keyframes slideInY{to{transform:translateY(0)}}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-vertical.s-extended{height:50vh}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-vertical.p-top{border-radius:0 0 2rem 2rem;box-shadow:0 .3rem .6rem 0 #0000000d;top:0;transform:translateY(-120%)}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-vertical.p-top .extend-reduce{box-shadow:0 .3rem .6rem 0 #0000000d;top:100%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-vertical.p-bottom{border-radius:2rem 2rem 0 0;bottom:0;box-shadow:0 -.3rem .6rem 0 #0000000d;flex-direction:column-reverse;transform:translateY(120%)}[data-gene-ui-version=\"1.0.0\"] .overlay-holder.t-vertical.p-bottom .extend-reduce{bottom:100%;box-shadow:0 -.3rem .6rem 0 #0000000d;transform:translate(-50%,50%)}[data-gene-ui-version=\"1.0.0\"] .overlay-head{flex-shrink:0;position:relative;z-index:1}[data-gene-ui-version=\"1.0.0\"] .overlay-close{align-items:center;background:var(--background);display:flex;height:6rem;justify-content:center;position:absolute;top:0;width:6rem}[data-gene-ui-version=\"1.0.0\"] .overlay-body{display:flex;flex:auto;flex-direction:column;position:relative}[data-gene-ui-version=\"1.0.0\"] .overlay-body>.scroll-holder{height:100%;left:0;position:absolute!important;top:0;width:100%}[data-gene-ui-version=\"1.0.0\"] .overlay-body>.scroll-holder>.scroll-content{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}[data-gene-ui-version=\"1.0.0\"] .overlay-body .overlay-content{flex:auto;padding:2.1rem 1.9rem}[data-gene-ui-version=\"1.0.0\"] .overlay-body .overlay-footer{display:flex;flex-shrink:0;justify-content:flex-end}[data-gene-ui-version=\"1.0.0\"] .overlay-body .overlay-footer>*{margin:1rem}[data-gene-ui-version=\"1.0.0\"] .extend-reduce{background:var(--background);border-radius:3.6rem;color:var(--hero);cursor:pointer;font:600 1.4rem/1.8rem var(--font-family);height:3.6rem;left:50%;min-width:14rem;padding:0 2rem;position:absolute;text-align:center;transition:color .3s,background .3s}[data-gene-ui-version=\"1.0.0\"] .extend-reduce:hover{background:var(--hero);color:var(--hero-sc)}";
|
|
10617
10617
|
styleInject(css_248z$p);
|
|
10618
10618
|
|
|
10619
10619
|
const horizontalSizes = ['half', 'wide', 'minimal'];
|
|
@@ -10778,7 +10778,7 @@ Overlay.defaultProps = {
|
|
|
10778
10778
|
withBackDrop: false
|
|
10779
10779
|
};
|
|
10780
10780
|
|
|
10781
|
-
var css_248z$o = "[data-gene-ui-version=\"
|
|
10781
|
+
var css_248z$o = "[data-gene-ui-version=\"1.0.0\"] .profile-menu-holder{min-width:25rem;width:100%}[data-gene-ui-version=\"1.0.0\"] .user-profile-c{align-items:center;background:rgba(var(--background-sc-rgb),.05);border-radius:1.6rem;box-shadow:0 .3rem .6rem 0 #00000029;color:var(--background-sc);cursor:pointer;display:flex;font:600 1.2rem/1.6rem var(--font-family);padding:.3rem;transition:color .3s,background .3s}[data-gene-ui-version=\"1.0.0\"] .user-profile-c:focus-visible{border-radius:1.6rem;outline:.2rem var(--hero) solid}[data-gene-ui-version=\"1.0.0\"] .user-profile-c>p{max-width:25.6rem;padding:.3rem 1.6rem;-webkit-user-select:none;user-select:none}[data-gene-ui-version=\"1.0.0\"] .user-profile-c .user-profile-text-select{-webkit-user-select:auto;user-select:auto}[data-gene-ui-version=\"1.0.0\"] .user-profile-c>.icon{margin:0 .7rem 0 0}html[dir=rtl] .user-profile-c>.icon{margin:0 0 0 .7rem}[data-gene-ui-version=\"1.0.0\"] .user-profile-c:hover{background:rgba(var(--background-sc-rgb),.2)}[data-gene-ui-version=\"1.0.0\"] .user-profile-c.active{background-color:rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .profile-module{align-items:center;display:flex;font:600 1.7rem/2.3rem var(--font-family);margin:20px 0;width:100%}[data-gene-ui-version=\"1.0.0\"] .popover-content .profile-module{padding:0 1.5rem}[data-gene-ui-version=\"1.0.0\"] .profile-module>li:first-child{flex-shrink:0}html:not([dir=rtl]) .profile-module>li:first-child{padding-right:1.8rem}html[dir=rtl] .profile-module>li:first-child{padding-left:1.8rem}[data-gene-ui-version=\"1.0.0\"] .profile-module>li:nth-child(2){flex:auto;overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .popover-holder.mobile-view .profile-module{border-bottom:1px solid rgba(var(--background-sc-rgb),.05);margin-bottom:2rem;padding:.8rem 1.4rem}[data-gene-ui-version=\"1.0.0\"] .profile-module-sub-title{font:600 1.3rem/1.7rem var(--font-family);margin:.4rem 0 0;opacity:.7}[data-gene-ui-version=\"1.0.0\"] .popover-content:has(#partners){max-height:100%;overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .languages__imgWrapper{border-radius:100%;height:2.4rem;overflow:hidden;position:relative;width:2.4rem}[data-gene-ui-version=\"1.0.0\"] .languages__flagImg{display:block;height:100%;left:50%;max-width:inherit;position:absolute;top:50%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"1.0.0\"] .languages__title{align-items:center;display:flex;height:100%}[data-gene-ui-version=\"1.0.0\"] .languages__titleImgContainer{border-radius:100%;display:inline-block;height:1.6rem;margin:0 .8rem;overflow:hidden;position:relative;width:1.6rem}[data-gene-ui-version=\"1.0.0\"] .languages__selectedTitle{margin-inline-start:.8rem}[data-gene-ui-version=\"1.0.0\"] .languages__titleImg{display:block;height:100%;left:50%;max-width:inherit;position:absolute;top:50%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"1.0.0\"] .partners__searchHolder{background:var(--background);left:0;padding:10px;position:-webkit-sticky;position:sticky;top:0;z-index:10}[data-gene-ui-version=\"1.0.0\"] .partners__emptyTitle{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}[data-gene-ui-version=\"1.0.0\"] .partners__title{display:flex}";
|
|
10782
10782
|
styleInject(css_248z$o);
|
|
10783
10783
|
|
|
10784
10784
|
function ProfileModule(_ref) {
|
|
@@ -10902,7 +10902,8 @@ function Profile(props) {
|
|
|
10902
10902
|
tabIndex,
|
|
10903
10903
|
userSelect,
|
|
10904
10904
|
languages,
|
|
10905
|
-
partners
|
|
10905
|
+
partners,
|
|
10906
|
+
customAvatar
|
|
10906
10907
|
} = props;
|
|
10907
10908
|
const [opened, toggle] = useToggle(false);
|
|
10908
10909
|
const isControlled = ('isOpen' in props);
|
|
@@ -11098,12 +11099,14 @@ function Profile(props) {
|
|
|
11098
11099
|
}
|
|
11099
11100
|
};
|
|
11100
11101
|
let Content = /*#__PURE__*/React__default.createElement("div", {
|
|
11101
|
-
className:
|
|
11102
|
+
className: classnames({
|
|
11103
|
+
'user-profile-c': !customAvatar
|
|
11104
|
+
}),
|
|
11102
11105
|
onClick: handleMenuStateChange,
|
|
11103
11106
|
ref: profileRef,
|
|
11104
11107
|
tabIndex: tabIndex,
|
|
11105
11108
|
onKeyDown: keyDownHandler
|
|
11106
|
-
}, /*#__PURE__*/React__default.createElement(Avatar, _extends$2({
|
|
11109
|
+
}, customAvatar || /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Avatar, _extends$2({
|
|
11107
11110
|
icon: "bc-icon-user"
|
|
11108
11111
|
}, avatarProps)), !isMobile && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, username && /*#__PURE__*/React__default.createElement("p", {
|
|
11109
11112
|
className: classnames('user-profile-text', 'ellipsis-text', {
|
|
@@ -11111,7 +11114,7 @@ function Profile(props) {
|
|
|
11111
11114
|
})
|
|
11112
11115
|
}, username), showIcon && menuExists && /*#__PURE__*/React__default.createElement(Icon, {
|
|
11113
11116
|
type: "bc-icon-arrow-down"
|
|
11114
|
-
})));
|
|
11117
|
+
}))));
|
|
11115
11118
|
if (!isMobile && Object.keys(tooltipProps).length) {
|
|
11116
11119
|
Content = /*#__PURE__*/React__default.createElement(Tooltip, tooltipProps, Content);
|
|
11117
11120
|
}
|
|
@@ -11304,7 +11307,11 @@ Profile.propTypes = {
|
|
|
11304
11307
|
* (id: string) => void
|
|
11305
11308
|
*/
|
|
11306
11309
|
onSelect: propTypesExports.func.isRequired
|
|
11307
|
-
})
|
|
11310
|
+
}),
|
|
11311
|
+
/*
|
|
11312
|
+
* Custom avatar node.
|
|
11313
|
+
*/
|
|
11314
|
+
customAvatar: propTypesExports.node
|
|
11308
11315
|
};
|
|
11309
11316
|
Profile.defaultProps = {
|
|
11310
11317
|
showIcon: true,
|
|
@@ -11318,7 +11325,7 @@ Profile.defaultProps = {
|
|
|
11318
11325
|
userSelect: false
|
|
11319
11326
|
};
|
|
11320
11327
|
|
|
11321
|
-
var css_248z$n = "[data-gene-ui-version=\"
|
|
11328
|
+
var css_248z$n = "[data-gene-ui-version=\"1.0.0\"] .highcharts-container *{font-family:var(--font-family)!important}[data-gene-ui-version=\"1.0.0\"] .highcharts-container * .highcharts-column-series{opacity:1!important}[data-gene-ui-version=\"1.0.0\"] .fullWidth{width:100%}[data-gene-ui-version=\"1.0.0\"] .chart-selected-title{display:flex!important;justify-content:center;position:absolute;top:2rem;z-index:1}[data-gene-ui-version=\"1.0.0\"] .chart-selected-title span{background-color:#fff;border-radius:2.2rem;box-shadow:0 .2rem .4rem 0 #3c40431a;font-size:1.5rem;height:4.4rem;line-height:4.4rem;padding:0 2rem}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table{align-items:center;display:flex!important;flex-direction:column;justify-content:center}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table.active .view-activity .icon{transform:rotate(270deg)}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table.active .chart-activity-data{transform:translateY(0)}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table .chart-activity-data{background-color:#fff;display:flex;flex-direction:column;height:100%;left:0;overflow:hidden;position:absolute;top:0;transform:translateY(100%);width:100%;z-index:2}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table .chart-activity-data .chart-activity-title{color:#3c4043cc;cursor:pointer;display:inline-flex;flex-direction:column;justify-content:center;padding-top:1rem;text-align:center}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table .chart-activity-data .chart-activity-title span{color:#3c4043;font-size:2.2rem}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table .chart-activity-data .chart-activity-title .icon{height:2.5rem;transform:rotate(-90deg)}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table .view-activity{color:#3c4043cc;cursor:pointer;display:inline-flex;flex-direction:column;justify-content:center;position:relative;text-align:center;top:-.5rem}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table .view-activity span{font-size:1.5rem}[data-gene-ui-version=\"1.0.0\"] .chart-activity-table .view-activity .icon{height:2.5rem;transform:rotate(90deg)}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block{display:flex!important;flex-direction:column;min-width:inherit!important;padding:1.2rem;position:absolute;right:2rem;top:6rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block:before{background-color:#ffffffbf;content:\"\";height:100%;left:1.2rem;position:absolute;top:0;width:1.2rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block:after{background-color:#ffffffbf;content:\"\";height:100%;position:absolute;right:1.2rem;top:0;width:1.5rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block .custom-legends-content{display:flex;flex-direction:row;overflow-x:auto;padding-bottom:15px;padding-right:1.5rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block.mobile{flex-direction:row;margin:0 auto;max-width:36rem;padding:1.2rem;position:relative;right:0;top:0;width:100%}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block.mobile .chart-legend-item{margin-bottom:0}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block.mobile .chart-legend-item:first-child{margin-left:1.2rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block.mobile .chart-legend-item:last-child{padding-right:1.5rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block.mobile .chart-legend-item .chart-legend-symbol{height:1rem;width:1rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block.mobile .chart-legend-item .chart-legend-text{font-size:1.4rem;font-weight:400}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block .chart-legend-item{align-items:center;cursor:pointer;display:flex;margin-bottom:1rem;padding:.6rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block .chart-legend-item.disabled{color:#3c404380}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block .chart-legend-item.disabled .chart-legend-symbol{background-color:initial!important}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block .chart-legend-item .chart-legend-symbol{border-radius:50%;border-style:solid;border-width:2px;height:1.4rem;margin-right:1rem;width:1.4rem}[data-gene-ui-version=\"1.0.0\"] .chart-lengend-block .chart-legend-item .chart-legend-text{font-size:1.5rem;font-weight:600;white-space:nowrap}[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip{z-index:3}[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip .highcharts-label-box.highcharts-shadow{display:none}[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip .highcharts-label-box.highcharts-tooltip-box{stroke:none;fill:#000000b3}[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip span,[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip text{fill:#fff!important;color:#fff!important}[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip span,[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip text,[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip tspan{font:600 1.2rem var(--font-family)!important}[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip ul{padding:0 0 0 1.4rem}[data-gene-ui-version=\"1.0.0\"] .highcharts-tooltip ul li{display:list-item}[data-gene-ui-version=\"1.0.0\"] .highcharts-button path,[data-gene-ui-version=\"1.0.0\"] .highcharts-button rect{fill:#0009!important;stroke:none;cursor:pointer}[data-gene-ui-version=\"1.0.0\"] .highcharts-button:hover path,[data-gene-ui-version=\"1.0.0\"] .highcharts-button:hover rect{fill:#000c!important}[data-gene-ui-version=\"1.0.0\"] .highcharts-button text{fill:#fff!important}[data-gene-ui-version=\"1.0.0\"] .highcharts-credits{display:none!important}[data-gene-ui-version=\"1.0.0\"] .axisText{color:#3c4043;font-family:var(--font-family)!important;font-size:1.6rem;font-weight:700}[data-gene-ui-version=\"1.0.0\"] .hs-tooltip{border:none;color:#fff;font-size:1.4rem;font-weight:600;text-align:center}[data-gene-ui-version=\"1.0.0\"] .hs-tooltip .fixed{height:25rem!important;width:25rem!important}[data-gene-ui-version=\"1.0.0\"] .hs-tooltip.tree-map-tp{font:600 1.4rem/1.36 var(--font-family);max-width:19.6rem;text-align:start;white-space:normal;width:-webkit-max-content;width:max-content}[data-gene-ui-version=\"1.0.0\"] .hs-tooltip.tree-map-tp p{margin:0 0 1.6rem}[data-gene-ui-version=\"1.0.0\"] .hs-tooltip.tree-map-tp small{display:block;font-size:1.2rem;line-height:1.42}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder{-webkit-overflow-scrolling:touch;background-color:#fff;overflow-x:auto;overflow-y:hidden;position:relative;width:100%}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.direction-row{align-content:stretch;align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;width:100%}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.direction-row .highcharts-container{margin:0 auto}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.mobile .chart-title{font-size:1.8rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.mobile .chart-subtitle{font-size:1.6rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder .chart-subtitle,[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder .chart-title{color:#3c4043;padding:.6rem 0;text-align:center;z-index:1}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder .chart-title{font-size:2rem;font-weight:600}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder .chart-subtitle{font-size:1.8rem;font-weight:400}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart .highcharts-graph,[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-pie-chart .highcharts-graph{stroke:none;fill:#3c404305}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart{position:relative}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart.mobile .highcharts-title{font-size:2.3rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart.empty .chart-subtitle{color:#3c404380}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart.empty .highcharts-title{color:#3c404380!important;z-index:3}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart .highcharts-root{position:relative;z-index:2}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart .highcharts-root .highcharts-background{fill:#0000}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.charts-donut-chart .highcharts-title{align-items:center;background-color:#fff;border-radius:100%;display:flex!important;flex-direction:column;justify-content:center;left:calc(50% + 5px)!important;margin:0;overflow:hidden;text-align:center;top:calc(50% - 3px)!important;transform:translate(-50%,-50%);z-index:1}";
|
|
11322
11329
|
styleInject(css_248z$n);
|
|
11323
11330
|
|
|
11324
11331
|
var highchartsExports = {};
|
|
@@ -11948,7 +11955,7 @@ var highchartsReact_min = {
|
|
|
11948
11955
|
|
|
11949
11956
|
var HighchartsReact = /*@__PURE__*/getDefaultExportFromCjs(highchartsReact_minExports);
|
|
11950
11957
|
|
|
11951
|
-
var css_248z$m = "[data-gene-ui-version=\"
|
|
11958
|
+
var css_248z$m = "[data-gene-ui-version=\"1.0.0\"] .line-chart{background-color:var(--background);min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .line-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .line-chart-proxy-content>.icon{margin:auto}";
|
|
11952
11959
|
styleInject(css_248z$m);
|
|
11953
11960
|
|
|
11954
11961
|
function LineChart(_ref) {
|
|
@@ -12953,7 +12960,7 @@ return A});I(g,"Series/Column/ColumnSeriesDefaults.js",[],function(){return {bor
|
|
|
12953
12960
|
|
|
12954
12961
|
var Highcharts$2 = highchartsGanttExports;
|
|
12955
12962
|
|
|
12956
|
-
var css_248z$l = "[data-gene-ui-version=\"
|
|
12963
|
+
var css_248z$l = "[data-gene-ui-version=\"1.0.0\"] .funnel-chart{background-color:var(--background);min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .funnel-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .funnel-chart-proxy-content>.icon{margin:auto}";
|
|
12957
12964
|
styleInject(css_248z$l);
|
|
12958
12965
|
|
|
12959
12966
|
addFunnel(Highcharts$2);
|
|
@@ -13304,7 +13311,7 @@ function MapChartIconButton(_ref) {
|
|
|
13304
13311
|
}));
|
|
13305
13312
|
}
|
|
13306
13313
|
|
|
13307
|
-
var css_248z$k = "[data-gene-ui-version=\"
|
|
13314
|
+
var css_248z$k = "[data-gene-ui-version=\"1.0.0\"] .charts-map-chart{background-color:var(--background);min-height:48rem;position:relative}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .chart-activity-box{background-color:#000000b3;border-radius:4px;color:#fff;font-weight:600;height:24rem;opacity:0;padding:1rem;pointer-events:none;position:absolute;right:7rem;text-align:center;top:3rem;transition:.4s;width:24rem}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .chart-activity-box.active{opacity:1}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .chart-activity-box .headline{line-height:1.36}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .chart-activity-box .content{align-items:center;display:flex;height:calc(100% - 36px);justify-content:center}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .highcharts-reset-zoom{display:none}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .actions-box{position:absolute;right:2.8rem;top:2.8rem;z-index:10}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .actions-box .zoom-button{align-items:center;background-color:#0009;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:2.8rem;justify-content:center;margin-bottom:1rem;width:2.8rem}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .actions-box .zoom-button:hover{background-color:#000c}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .actions-box .zoom-button.disabled{background-color:#0003;pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .actions-box .zoom-button .icon{font-size:2rem}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .map-inline-data{align-items:center;display:flex;font-weight:600;justify-content:center;overflow-x:auto;padding:1.5rem;width:100%}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .map-inline-data.isMobile{justify-content:flex-start}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .map-inline-data.isMobile li{padding:.5rem}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .map-inline-data>li{align-items:center;display:flex;padding:1.5rem 2.5rem;white-space:nowrap}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .map-inline-data>li:last-child span{opacity:.5}[data-gene-ui-version=\"1.0.0\"] .charts-map-chart .map-inline-data small{border-radius:100%;display:block;height:1.2rem;margin:0 1rem;width:1.2rem}[data-gene-ui-version=\"1.0.0\"] .map-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .map-chart-proxy-content>.icon{margin:auto}";
|
|
13308
13315
|
styleInject(css_248z$k);
|
|
13309
13316
|
|
|
13310
13317
|
HC_map(Highcharts$3);
|
|
@@ -13358,7 +13365,8 @@ function MapChart(_ref) {
|
|
|
13358
13365
|
chart: {
|
|
13359
13366
|
width,
|
|
13360
13367
|
height,
|
|
13361
|
-
type: 'map'
|
|
13368
|
+
type: 'map',
|
|
13369
|
+
animation: false
|
|
13362
13370
|
},
|
|
13363
13371
|
title: {
|
|
13364
13372
|
text: title
|
|
@@ -13627,7 +13635,7 @@ var treemap = {
|
|
|
13627
13635
|
|
|
13628
13636
|
var HS_map = treemapExports;
|
|
13629
13637
|
|
|
13630
|
-
var css_248z$j = "[data-gene-ui-version=\"
|
|
13638
|
+
var css_248z$j = "[data-gene-ui-version=\"1.0.0\"] .whiteDrillDown .highcharts-drillup-button.highcharts-button:not(:hover) text{fill:#fff!important}[data-gene-ui-version=\"1.0.0\"] .tree-map-chart{background-color:var(--background);min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .tree-map-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .tree-map-chart-proxy-content>.icon{margin:auto}";
|
|
13631
13639
|
styleInject(css_248z$j);
|
|
13632
13640
|
|
|
13633
13641
|
HS_map(Highcharts$3);
|
|
@@ -13768,7 +13776,7 @@ TreeMapChart.defaultProps = {
|
|
|
13768
13776
|
emptyText: 'No data to display'
|
|
13769
13777
|
};
|
|
13770
13778
|
|
|
13771
|
-
var css_248z$i = "[data-gene-ui-version=\"
|
|
13779
|
+
var css_248z$i = "[data-gene-ui-version=\"1.0.0\"] .bar-chart{background-color:var(--background);min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .bar-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .bar-chart-proxy-content>.icon{margin:auto}";
|
|
13772
13780
|
styleInject(css_248z$i);
|
|
13773
13781
|
|
|
13774
13782
|
function BarChart(_ref) {
|
|
@@ -13911,7 +13919,7 @@ BarChart.defaultProps = {
|
|
|
13911
13919
|
emptyText: 'No data to display'
|
|
13912
13920
|
};
|
|
13913
13921
|
|
|
13914
|
-
var css_248z$h = "[data-gene-ui-version=\"
|
|
13922
|
+
var css_248z$h = "[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.column-chart{background-color:var(--background);min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.column-chart .highcharts-series-0 .highcharts-point{y:0;height:100%}[data-gene-ui-version=\"1.0.0\"] .column-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .column-chart-proxy-content>.icon{margin:auto}";
|
|
13915
13923
|
styleInject(css_248z$h);
|
|
13916
13924
|
|
|
13917
13925
|
const pointMountEvents = {
|
|
@@ -14166,7 +14174,7 @@ var drilldown = {
|
|
|
14166
14174
|
|
|
14167
14175
|
var DrillDown = drilldownExports;
|
|
14168
14176
|
|
|
14169
|
-
var css_248z$g = "[data-gene-ui-version=\"
|
|
14177
|
+
var css_248z$g = "[data-gene-ui-version=\"1.0.0\"] .highcharts-drillup-button rect{display:none}[data-gene-ui-version=\"1.0.0\"] .highcharts-drillup-button.highcharts-button text{fill:#3c4043!important;font-size:1.4rem!important;font-weight:600!important}[data-gene-ui-version=\"1.0.0\"] .highcharts-drillup-button.highcharts-button:hover text{fill:var(--hero)!important}[data-gene-ui-version=\"1.0.0\"] .dal-chart{background-color:var(--background);min-height:55rem}[data-gene-ui-version=\"1.0.0\"] .dal-chart-proxy-content{min-height:55rem}[data-gene-ui-version=\"1.0.0\"] .dal-chart-proxy-content>.icon{margin:auto}";
|
|
14170
14178
|
styleInject(css_248z$g);
|
|
14171
14179
|
|
|
14172
14180
|
DrillDown(Highcharts$3);
|
|
@@ -15222,7 +15230,7 @@ return q});J(a,"Core/Axis/OrdinalAxis.js",[a["Core/Axis/Axis.js"],a["Core/Global
|
|
|
15222
15230
|
|
|
15223
15231
|
var Highcharts$1 = highstockExports;
|
|
15224
15232
|
|
|
15225
|
-
var css_248z$f = "[data-gene-ui-version=\"
|
|
15233
|
+
var css_248z$f = "[data-gene-ui-version=\"1.0.0\"] .stacked-chart{background-color:var(--background);min-height:55rem}[data-gene-ui-version=\"1.0.0\"] .stacked-chart-proxy-content{min-height:55rem}[data-gene-ui-version=\"1.0.0\"] .stacked-chart-proxy-content>.icon{margin:auto}";
|
|
15226
15234
|
styleInject(css_248z$f);
|
|
15227
15235
|
|
|
15228
15236
|
function StackedBarChart(_ref) {
|
|
@@ -15504,7 +15512,7 @@ StackedBarChart.defaultProps = {
|
|
|
15504
15512
|
emptyText: 'No data to display'
|
|
15505
15513
|
};
|
|
15506
15514
|
|
|
15507
|
-
var css_248z$e = "[data-gene-ui-version=\"
|
|
15515
|
+
var css_248z$e = "[data-gene-ui-version=\"1.0.0\"] .stacked-column-chart{background-color:var(--background);min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .stacked-column-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .stacked-column-chart-proxy-content>.icon{margin:auto}";
|
|
15508
15516
|
styleInject(css_248z$e);
|
|
15509
15517
|
|
|
15510
15518
|
function StackedColumnChart(_ref) {
|
|
@@ -15684,7 +15692,7 @@ StackedColumnChart.defaultProps = {
|
|
|
15684
15692
|
emptyText: 'No data to display'
|
|
15685
15693
|
};
|
|
15686
15694
|
|
|
15687
|
-
var css_248z$d = "[data-gene-ui-version=\"
|
|
15695
|
+
var css_248z$d = "[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart{background-color:var(--background);min-height:48.8rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend{display:flex;flex-direction:column;position:relative}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend.mobile .area-chart-lengend-shadow{display:block}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend.mobile .area-chart-lengend-content{max-width:36rem;padding:1.2rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend.mobile .area-chart-lengend-content .area-chart-legend-item{padding:.6rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend.mobile .area-chart-lengend-content .area-chart-legend-item:first-child{padding-left:1.2rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend.mobile .area-chart-lengend-content .area-chart-legend-item:last-child{padding-right:2rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-shadow{display:none;height:100%;left:50%;max-width:36rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-shadow:after,[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-shadow:before{content:\"\";height:100%;position:absolute;width:2.6rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-shadow:before{background:linear-gradient(90deg,#fff 20%,#fff0);left:0}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-shadow:after{background:linear-gradient(270deg,#fff 20%,#fff0);right:0}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content{align-items:center;display:flex;flex-direction:row;margin:0 auto;overflow-x:auto;padding:1.5rem;width:100%}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content.mobile{max-width:36rem;padding:1.2rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content.mobile .area-chart-legend-item{padding:.6rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content.mobile .area-chart-legend-item:first-child{padding-left:1.2rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content.mobile .area-chart-legend-item:last-child{padding-right:2rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content .area-chart-legend-item{align-items:center;cursor:pointer;display:flex;padding:2rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content .area-chart-legend-item.disabled{color:#ccc}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content .area-chart-legend-item.disabled .area-chart-legend-symbol{background-color:#ccc!important}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content .area-chart-legend-item .area-chart-legend-symbol{border-radius:50%;height:1rem;margin-right:1rem;width:1rem}[data-gene-ui-version=\"1.0.0\"] .chart-overflow-holder.area-chart .area-chart-lengend .area-chart-lengend-content .area-chart-legend-item .area-chart-legend-text{font-size:1.4rem;font-weight:600;white-space:nowrap}[data-gene-ui-version=\"1.0.0\"] .proxy-content{min-height:48.8rem}[data-gene-ui-version=\"1.0.0\"] .proxy-content>.icon{margin:auto}";
|
|
15688
15696
|
styleInject(css_248z$d);
|
|
15689
15697
|
|
|
15690
15698
|
function AreaChart(_ref) {
|
|
@@ -15902,7 +15910,7 @@ function ownKeys(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var
|
|
|
15902
15910
|
var css_248z$c = ".buttonBack___1mlaL,.buttonFirst___2rhFr,.buttonLast___2yuh0,.buttonNext___2mOCa,.buttonNext___3Lm3s,.dot___3c3SI{cursor:pointer}.image___xtQGH{display:block;height:100%;width:100%}.spinner___27VUp{animation-duration:1s;animation-iteration-count:infinite;animation-name:spin___S3UuE;animation-timing-function:linear;border:4px solid #a9a9a9;border-radius:30px;border-top-color:#000;height:30px;left:calc(50% - 15px);position:absolute;top:calc(50% - 15px);width:30px}@keyframes spin___S3UuE{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container___2O72F{height:100%;overflow:hidden;position:relative;width:100%}.overlay___IV4qY{bottom:0;cursor:zoom-in;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s,transform .3s}.hover___MYy31,.loading___1pvNI,.zoom___3kqYk{opacity:1}.imageLoadingSpinnerContainer___3UIPD{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}.slide___3-Nqo{box-sizing:border-box;display:block;height:0;list-style-type:none;margin:0;position:relative}.slide___3-Nqo:focus{outline:none!important}.slideHorizontal___1NzNV{float:left}[dir=rtl] .slideHorizontal___1NzNV{direction:rtl;transform:scaleX(-1)}.slideInner___2mfX9{height:100%;left:0;position:absolute;top:0;width:100%}.focusRing___1airF{bottom:5px;left:5px;outline-color:Highlight;outline-style:solid;outline-width:5px;pointer-events:none;position:absolute;right:5px;top:5px}@media (-webkit-min-device-pixel-ratio:0){.focusRing___1airF{outline-color:-webkit-focus-ring-color;outline-style:auto}}.horizontalSlider___281Ls{overflow:hidden;position:relative;touch-action:pan-y pinch-zoom}[dir=rtl] .horizontalSlider___281Ls{direction:ltr;transform:scaleX(-1)}.horizontalSliderTray___1L-0W{overflow:hidden;width:100%}.verticalSlider___34ZFD{overflow:hidden;position:relative}.verticalSliderTray___267D8{overflow:hidden}.verticalTray___12Key{float:left}.verticalSlideTrayWrap___2nO7o{overflow:hidden}.sliderTray___-vHFQ{display:block;list-style:none;margin:0;padding:0}.sliderAnimation___300FY{transition:transform .5s;transition-timing-function:cubic-bezier(.645,.045,.355,1);will-change:transform}.masterSpinnerContainer___1Z6hB{background-color:#f4f4f4;bottom:0;left:0;position:absolute;right:0;top:0}";
|
|
15903
15911
|
styleInject(css_248z$c);
|
|
15904
15912
|
|
|
15905
|
-
var css_248z$b = "[data-gene-ui-version=\"
|
|
15913
|
+
var css_248z$b = "[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend *{outline:none!important}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.vertical{height:100%;margin:0 3rem 0 2rem;max-height:40rem;max-width:30rem;overflow-y:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.vertical .legend-item{margin-bottom:1.8rem}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal{margin:0 auto;padding:2rem;width:100%}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .carousel{position:relative}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .carousel__back-button,[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .carousel__next-button{margin:0;position:absolute;top:50%;transform:translateY(-50%)}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .carousel__back-button[disabled],[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .carousel__next-button[disabled]{color:#ccc}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .carousel__back-button{left:-2.4rem}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .carousel__next-button{right:-2.4rem}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .legend-item{justify-content:center}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.horizontal .legend-item .item-name{text-align:center}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.mobile .legend-item:active{cursor:grabbing}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend.mobile .legend-item .item-symbol{max-height:1rem;max-width:1rem;min-height:1rem;min-width:1rem}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend .legend-item{align-items:center;cursor:pointer;display:flex;font-size:1.2rem;height:100%;padding:0 .3rem}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend .legend-item.disabled,[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend .legend-item.inactive{color:#ccc}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend .legend-item.disabled .item-symbol,[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend .legend-item.inactive .item-symbol{background-color:initial!important}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend .legend-item.disabled{cursor:default;pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .chart-custom-legend .legend-item .item-symbol{border-radius:50%;border-style:solid;border-width:.2rem;margin-right:1rem;max-height:1.4rem;max-width:1.4rem;min-height:1.4rem;min-width:1.4rem}";
|
|
15906
15914
|
styleInject(css_248z$b);
|
|
15907
15915
|
|
|
15908
15916
|
function ChartLegend(_ref) {
|
|
@@ -15965,7 +15973,7 @@ ChartLegend.defaultProps = {
|
|
|
15965
15973
|
options: []
|
|
15966
15974
|
};
|
|
15967
15975
|
|
|
15968
|
-
var css_248z$a = "[data-gene-ui-version=\"
|
|
15976
|
+
var css_248z$a = "[data-gene-ui-version=\"1.0.0\"] .charts-pie-chart{background-color:var(--background);min-height:48rem;overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .charts-pie-chart.vertical-legend{align-items:center;display:flex;width:100%}[data-gene-ui-version=\"1.0.0\"] .pie-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .pie-chart-proxy-content>.icon{margin:auto}";
|
|
15969
15977
|
styleInject(css_248z$a);
|
|
15970
15978
|
|
|
15971
15979
|
function PieChart(_ref) {
|
|
@@ -16222,7 +16230,7 @@ PieChart.defaultProps = {
|
|
|
16222
16230
|
emptyText: 'No data to display'
|
|
16223
16231
|
};
|
|
16224
16232
|
|
|
16225
|
-
var css_248z$9 = "[data-gene-ui-version=\"
|
|
16233
|
+
var css_248z$9 = "[data-gene-ui-version=\"1.0.0\"] .charts-donut-chart{background-color:var(--background);min-height:55rem;overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .charts-donut-chart.direction-row .chart-wrapper{width:calc(100% - 30rem)}[data-gene-ui-version=\"1.0.0\"] .charts-donut-chart .highcharts-title{white-space:normal!important}[data-gene-ui-version=\"1.0.0\"] .charts-donut-chart .highcharts-container{width:100%!important}[data-gene-ui-version=\"1.0.0\"] .charts-donut-chart .highcharts-label-box{fill:none!important}[data-gene-ui-version=\"1.0.0\"] .charts-donut-chart .highcharts-root{margin:0 auto;max-width:100%}[data-gene-ui-version=\"1.0.0\"] .charts-donut-chart .hs-tooltip{background:#000000b3;border-radius:2px;padding:10px}[data-gene-ui-version=\"1.0.0\"] .donut-chart-proxy-content{min-height:55rem}[data-gene-ui-version=\"1.0.0\"] .donut-chart-proxy-content>.icon{margin:auto}";
|
|
16226
16234
|
styleInject(css_248z$9);
|
|
16227
16235
|
|
|
16228
16236
|
const getLocalData = function () {
|
|
@@ -16556,7 +16564,7 @@ DonutChart.defaultProps = {
|
|
|
16556
16564
|
emptyText: 'No data to display'
|
|
16557
16565
|
};
|
|
16558
16566
|
|
|
16559
|
-
var css_248z$8 = "[data-gene-ui-version=\"
|
|
16567
|
+
var css_248z$8 = "[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder{background-color:var(--background);height:100rem;min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .chart-overflow-header{align-items:center;display:flex;height:40px;justify-content:space-between;margin:10px 0;padding:0 10px 0 50px}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .chart-overflow-header .chart-label{align-items:center;display:flex}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .chart-overflow-header .chart-label .label{color:#3c4043;max-width:200px}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .chart-overflow-header .chart-label .static-title-holder{margin-left:10px}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .chart-overflow-header .chart-label .static-title-holder .tag-c{background:#1473e680;color:#fff}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .highcharts-selection-marker{stroke-width:.5;stroke:var(--hero);stroke-linecap:round;stroke-dasharray:1,3}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .highcharts-button path,[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .highcharts-button rect{fill:var(--hero)!important}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .highcharts-button path:hover,[data-gene-ui-version=\"1.0.0\"] .scatter-chart-holder .highcharts-button rect:hover{fill:var(--hero-hover)!important}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-proxy-content{min-height:48rem}[data-gene-ui-version=\"1.0.0\"] .scatter-chart-proxy-content>.icon{margin:auto}";
|
|
16560
16568
|
styleInject(css_248z$8);
|
|
16561
16569
|
|
|
16562
16570
|
function ScatterChart(props) {
|
|
@@ -16750,7 +16758,7 @@ ScatterChart.defaultProps = {
|
|
|
16750
16758
|
emptyText: 'No data to display'
|
|
16751
16759
|
};
|
|
16752
16760
|
|
|
16753
|
-
var css_248z$7 = "[data-gene-ui-version=\"
|
|
16761
|
+
var css_248z$7 = "[data-gene-ui-version=\"1.0.0\"] .high-chart{background-color:var(--background);min-height:70rem}[data-gene-ui-version=\"1.0.0\"] .highchart-proxy-content{min-height:70rem}[data-gene-ui-version=\"1.0.0\"] .highchart-proxy-content>.icon{margin:auto}";
|
|
16754
16762
|
styleInject(css_248z$7);
|
|
16755
16763
|
|
|
16756
16764
|
HS_map(Highcharts$3);
|
|
@@ -16970,7 +16978,7 @@ HeatMapChart.defaultProps = {
|
|
|
16970
16978
|
};
|
|
16971
16979
|
HeatMapChart.displayName = 'HeatMapChart';
|
|
16972
16980
|
|
|
16973
|
-
var css_248z$6 = "[data-gene-ui-version=\"
|
|
16981
|
+
var css_248z$6 = "[data-gene-ui-version=\"1.0.0\"] .columnRangeChart__formatter{color:#000c;font-size:10px;font-weight:700}[data-gene-ui-version=\"1.0.0\"] .column-range-chart{background-color:var(--background);min-height:440px}[data-gene-ui-version=\"1.0.0\"] .column-range-proxy-content{min-height:440px}[data-gene-ui-version=\"1.0.0\"] .column-range-proxy-content>.icon{margin:auto}";
|
|
16974
16982
|
styleInject(css_248z$6);
|
|
16975
16983
|
|
|
16976
16984
|
var highchartsMore_srcExports = {};
|
|
@@ -28953,7 +28961,7 @@ ColumnRangeChart.defaultProps = {
|
|
|
28953
28961
|
emptyText: 'No data to display'
|
|
28954
28962
|
};
|
|
28955
28963
|
|
|
28956
|
-
var css_248z$5 = "[data-gene-ui-version=\"
|
|
28964
|
+
var css_248z$5 = "[data-gene-ui-version=\"1.0.0\"] .widget-holder{background:var(--background);border-radius:2rem;height:6rem;width:100%}[data-gene-ui-version=\"1.0.0\"] .widget-holder.s-small{--font-size:1.6rem;border-radius:1rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.s-medium{border-radius:1rem;height:8rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.s-big{height:11rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder .no-data{opacity:.5}[data-gene-ui-version=\"1.0.0\"] .widget-holder.shadow{box-shadow:0 .3rem .6rem 0 #0000000d}[data-gene-ui-version=\"1.0.0\"] .widget-holder.border{border:1px solid rgba(var(--background-sc-rgb),.05)}[data-gene-ui-version=\"1.0.0\"] .widget-holder .module-title{text-transform:uppercase}[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .widget-holder.widget-grid.t-default{padding:0 2rem 0 0}html[dir=rtl] .widget-holder.widget-grid.t-default{padding:0 0 0 2rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-default .module-title{font-size:1.2rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-default .module-header{padding:0}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-default .image{padding:0 3.5rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-default .image img{height:5rem;width:5rem}[data-gene-ui-version=\"1.0.0\"] .s-small.widget-holder.widget-grid.t-default .image{padding:0 1.5rem}[data-gene-ui-version=\"1.0.0\"] .s-small.widget-holder.widget-grid.t-default .image img{height:3.4rem;width:3.4rem}[data-gene-ui-version=\"1.0.0\"] .s-medium.widget-holder.widget-grid.t-default .image{padding:0 2rem}[data-gene-ui-version=\"1.0.0\"] .s-medium.widget-holder.widget-grid.t-default .image img{height:4.8rem;width:4.8rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-compact .text.key-values,[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-default .text.key-values{display:grid;gap:1.6rem;grid-template-columns:.5fr .4fr 1fr}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-compact .text .widget-timeline-holder,[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .widget-holder.widget-grid.t-compact{grid-template-areas:\"head head\" \"image text\";grid-template-rows:auto 1fr}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-compact .image{padding:0 1.5rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-compact .image img{height:4.8rem;width:4.8rem}[data-gene-ui-version=\"1.0.0\"] .s-small.widget-holder.widget-grid.t-compact .image{display:none}[data-gene-ui-version=\"1.0.0\"] .s-medium.widget-holder.widget-grid.t-compact .image{padding:0 2rem}[data-gene-ui-version=\"1.0.0\"] .s-medium.widget-holder.widget-grid.t-compact .image img{height:3rem;width:3rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-compact .text{padding:0 2rem}[data-gene-ui-version=\"1.0.0\"] .widget-holder.widget-grid.t-compact .text:not(.bobol)>p{text-align:end}[data-gene-ui-version=\"1.0.0\"] .widget-holder>li{align-items:center;display:flex}[data-gene-ui-version=\"1.0.0\"] .widget-holder>li.image{grid-area:image;justify-content:center}[data-gene-ui-version=\"1.0.0\"] .widget-holder>li.head{grid-area:head;overflow:hidden;padding:0 0 1px}[data-gene-ui-version=\"1.0.0\"] .widget-holder>li.text{grid-area:text;overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .widget-holder>li.text>p{flex:auto;font:700 var(--font-size,1.8rem)/3rem var(--font-family)}[data-gene-ui-version=\"1.0.0\"] .widget-holder>li.text .icon{flex-shrink:0}[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .widget-holder.t-minimal.shadow{box-shadow:0 .2rem .4rem 0 #0000000d}[data-gene-ui-version=\"1.0.0\"] .widget-holder.t-minimal>li{justify-content:center;width:100%}[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .widget-holder.t-minimal>li:nth-child(2){font-weight:600;margin:1rem 0 0}[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .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=\"1.0.0\"] .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=\"1.0.0\"] .widget-holder.t-colorful>li{position:relative}[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .widget-holder.t-colorful .widget-c-text{font:700 1.6rem/2.2rem var(--font-family)}[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .comparison-icons-holder.cs-up{--status-color:#51cf78}[data-gene-ui-version=\"1.0.0\"] .comparison-icons-holder.cs-up .bc-icon-comparison-down{color:rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .comparison-icons-holder.cs-down{--status-color:#e84855}[data-gene-ui-version=\"1.0.0\"] .comparison-icons-holder.cs-down .bc-icon-comparison-up{color:rgba(var(--background-sc-rgb),.1)}[data-gene-ui-version=\"1.0.0\"] .comparison-icons-holder .icon+.icon{left:0;position:absolute;top:0}[data-gene-ui-version=\"1.0.0\"] .comparison-icons{position:relative}";
|
|
28957
28965
|
styleInject(css_248z$5);
|
|
28958
28966
|
|
|
28959
28967
|
function Widget(_ref) {
|
|
@@ -29160,7 +29168,7 @@ Widget.defaultProps = {
|
|
|
29160
29168
|
keyValues: []
|
|
29161
29169
|
};
|
|
29162
29170
|
|
|
29163
|
-
var css_248z$4 = "[data-gene-ui-version=\"
|
|
29171
|
+
var css_248z$4 = "[data-gene-ui-version=\"1.0.0\"] .holder{--delay:200ms;--width:1.9rem;--opened-width:39.9rem;background:var(--background);height:100%;position:relative;top:0;transition:width .4s var(--delay);width:var(--width);z-index:200}[data-gene-ui-version=\"1.0.0\"] .holder.disabled{pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .holder.disabled .holder-toggle .icon{opacity:.5}[data-gene-ui-version=\"1.0.0\"] .holder.pinned{--width:var(--opened-width);--delay:0ms}[data-gene-ui-version=\"1.0.0\"] .holder.pinned.opened .layer-1{transform:scale(1)}[data-gene-ui-version=\"1.0.0\"] .holder.opened{--delay:400ms}[data-gene-ui-version=\"1.0.0\"] .holder.opened .holder-wrapper{opacity:1;width:var(--opened-width)}[data-gene-ui-version=\"1.0.0\"] .holder:not(.pinned).opened .layer-3,[data-gene-ui-version=\"1.0.0\"] .holder:not(.pinned):not(.opened) .layer-2{transform:scale(1)}[data-gene-ui-version=\"1.0.0\"] .holder-c-wrapper{background:var(--background);height:100%;min-width:100%;position:absolute;top:0}[data-gene-ui-version=\"1.0.0\"] .holder-toggle{padding:.5rem;position:absolute;top:1rem}[data-gene-ui-version=\"1.0.0\"] .holder-toggle button{background:var(--background);border-radius:100%;box-shadow:0 0 .2rem rgba(var(--background-sc-rgb),.16);color:var(--hero);cursor:pointer;height:3rem;position:relative;transition:color .25s,background .25s;width:3rem}@media (hover:hover){[data-gene-ui-version=\"1.0.0\"] .holder-toggle button:hover{background:var(--hero);color:var(--hero-sc)}}[data-gene-ui-version=\"1.0.0\"] .holder-toggle button.active{background:var(--hero);color:var(--hero-sc)}@media (hover:hover){[data-gene-ui-version=\"1.0.0\"] .holder-toggle button.active:hover{background:var(--hero-hover)}}[data-gene-ui-version=\"1.0.0\"] .holder-toggle .icon{left:0;padding:.3rem;position:absolute;top:0;transform:scale(0);transition:transform .4s,opacity .4s}[data-gene-ui-version=\"1.0.0\"] .holder-wrapper{height:100%;opacity:0;overflow:hidden;position:relative;transition:opacity .15s var(--delay),width .4s var(--delay);width:var(--width)}html:not([dir=rtl]) .holder-left{left:0}html[dir=rtl] .holder-left{right:0}[data-gene-ui-version=\"1.0.0\"] .holder-left .holder-c-wrapper{border-inline-end:1px solid rgba(var(--background-sc-rgb),.1)}html:not([dir=rtl]) .holder-left .holder-c-wrapper{left:0}html[dir=rtl] .holder-left .holder-c-wrapper{right:0}html:not([dir=rtl]) .holder-left .module-header{padding-right:1.5rem}html[dir=rtl] .holder-left .module-header{padding-left:1.5rem}html:not([dir=rtl]) .holder-left .holder-toggle{right:-2rem}html[dir=rtl] .holder-left .holder-toggle{left:-2rem}html:not([dir=rtl]) .holder-right{right:0}html[dir=rtl] .holder-right{left:0}[data-gene-ui-version=\"1.0.0\"] .holder-right .holder-c-wrapper{border-inline-start:1px solid rgba(var(--background-sc-rgb),.1)}html:not([dir=rtl]) .holder-right .holder-c-wrapper{right:0}html[dir=rtl] .holder-right .holder-c-wrapper{left:0}html:not([dir=rtl]) .holder-right .holder-toggle{left:-2rem}html[dir=rtl] .holder-right .holder-toggle{right:-2rem}[data-gene-ui-version=\"1.0.0\"] .opened .holder-content{width:var(--opened-width)}[data-gene-ui-version=\"1.0.0\"] .holder-content{display:grid;grid-template-areas:\"head\" \"body\" \"footer\";grid-template-columns:100%;grid-template-rows:auto 1fr auto;height:100%;overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .holder-content .module-header{grid-area:head}[data-gene-ui-version=\"1.0.0\"] .holder-content .holder-body{grid-area:body}[data-gene-ui-version=\"1.0.0\"] .holder-footer{border-top:1px solid rgba(var(--background-sc-rgb),.1);display:flex;grid-area:footer;padding:2rem}[data-gene-ui-version=\"1.0.0\"] .holder-footer:empty{display:none}[data-gene-ui-version=\"1.0.0\"] .holder-body-c{display:flex;flex-wrap:wrap;padding:1rem}[data-gene-ui-version=\"1.0.0\"] .holder-body-c>*{margin:1rem}[data-gene-ui-version=\"1.0.0\"] .holder-body-c .holder-title{font:600 1.6rem/2rem var(--font-family);margin-bottom:.5rem;padding:0 1rem;width:100%}[data-gene-ui-version=\"1.0.0\"] .holder-body-c .col-6{width:50%}";
|
|
29164
29172
|
styleInject(css_248z$4);
|
|
29165
29173
|
|
|
29166
29174
|
function Holder(_ref) {
|
|
@@ -29435,7 +29443,7 @@ function TimePickerPopover(_ref) {
|
|
|
29435
29443
|
}, children));
|
|
29436
29444
|
}
|
|
29437
29445
|
|
|
29438
|
-
var css_248z$3 = "[data-gene-ui-version=\"
|
|
29446
|
+
var css_248z$3 = "[data-gene-ui-version=\"1.0.0\"] .time-picker-holder{width:100%}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder.read-only .cursor-pointer{cursor:default}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder.mobile{caret-color:#0000;color:#0000;text-shadow:0 0 0 rgba(var(--background-sc-rgb),.75)}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder.disabled{opacity:.6;pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder>ul{align-items:center;display:flex;width:100%}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder>ul>li.no-shrink{align-items:center;display:flex;flex-shrink:0;justify-content:center}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder>ul>li.no-shrink>span{display:block;font-weight:600;margin:0 .5rem}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder>ul>li.shrink-auto{flex:auto}[data-gene-ui-version=\"1.0.0\"] .time-picker-holder>ul>li.icon-holder{margin-inline-end:.5rem;width:4rem}[data-gene-ui-version=\"1.0.0\"] .time-picker-drop-holder{display:flex;width:100%}[data-gene-ui-version=\"1.0.0\"] .time-picker-drop-holder>li{width:100%}[data-gene-ui-version=\"1.0.0\"] .time-picker-drop-holder>li+li{border-inline-start:1px solid rgba(var(--background-sc-rgb),.08)}[data-gene-ui-version=\"1.0.0\"] .time-picker-drop{font:600 1.4rem/1.8rem var(--font-family);padding:1rem 0;width:100%}[data-gene-ui-version=\"1.0.0\"] .time-picker-drop ul{width:100%}[data-gene-ui-version=\"1.0.0\"] .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=\"1.0.0\"] .time-picker-drop ul li:hover{background:rgba(var(--background-sc-rgb),.05)}}[data-gene-ui-version=\"1.0.0\"] .time-picker-drop ul li.active{color:var(--hero)}";
|
|
29439
29447
|
styleInject(css_248z$3);
|
|
29440
29448
|
|
|
29441
29449
|
function generateTimeValues(format, max) {
|
|
@@ -29924,7 +29932,7 @@ TimePicker.defaultProps = {
|
|
|
29924
29932
|
readOnly: false
|
|
29925
29933
|
};
|
|
29926
29934
|
|
|
29927
|
-
var css_248z$2 = "[data-gene-ui-version=\"
|
|
29935
|
+
var css_248z$2 = "[data-gene-ui-version=\"1.0.0\"] .tag-wrapper{align-items:center;display:flex;max-width:100%}[data-gene-ui-version=\"1.0.0\"] .tag-wrapper.flex-basis{align-self:center;flex-basis:20px}[data-gene-ui-version=\"1.0.0\"] .tag-wrapper .input{background:#0000;border:none;caret-color:var(--background-sc);color:var(--background-sc);flex:1 1;margin:1px 0;outline:none;padding:0;width:100%}[data-gene-ui-version=\"1.0.0\"] .tag-wrapper span{align-self:flex-start;background:#fff;border:none;color:#000;display:flex;flex:1 1;height:0;outline:none;padding:0;visibility:hidden;white-space:pre}";
|
|
29928
29936
|
styleInject(css_248z$2);
|
|
29929
29937
|
|
|
29930
29938
|
/**
|
|
@@ -30108,7 +30116,7 @@ TagWrapper.defaultProps = {
|
|
|
30108
30116
|
isActive: false
|
|
30109
30117
|
};
|
|
30110
30118
|
|
|
30111
|
-
var css_248z$1 = "[data-gene-ui-version=\"
|
|
30119
|
+
var css_248z$1 = "[data-gene-ui-version=\"1.0.0\"] .combo-box{--element-height:4.6rem;--element-min-width:25rem;--message-padding-side:2rem;--input-message-padding-side:2rem;--element-border-color:rgba(var(--background-sc-rgb),0.2);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;min-width:var(--element-min-width);position:relative;transition:opacity .3s;-webkit-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}[data-gene-ui-version=\"1.0.0\"] .combo-box.read-only{--element-border-color:rgba(var(--background-sc-rgb),0.05)}[data-gene-ui-version=\"1.0.0\"] .combo-box.filled:not(:focus-within){--element-border-color:rgba(var(--background-sc-rgb),0.3)}[data-gene-ui-version=\"1.0.0\"] .combo-box:not(.read-only):focus-within{--element-border-color:var(--hero)}[data-gene-ui-version=\"1.0.0\"] .combo-box:not(.f-content-size){width:100%}[data-gene-ui-version=\"1.0.0\"] .combo-box.disabled{opacity:.5;pointer-events:none}[data-gene-ui-version=\"1.0.0\"] .combo-box.disabled:not(.read-only):focus-within{--element-border-color:rgba(var(--background-sc-rgb),0.2)}[data-gene-ui-version=\"1.0.0\"] .combo-box.read-only{cursor:inherit}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container{border:1px solid var(--element-border-color,#0000);border-radius:10px;overflow:hidden;width:100%}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container .swap-label{display:flex;font:600 1rem/1.8rem var(--font-family);left:0;padding:0 var(--input-message-padding-side);position:absolute;top:-.9rem;width:100%;z-index:5}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container .swap-label .icon{font-size:1.8rem;transition:none}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container .swap{max-width:100%;overflow:hidden}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container .swap-animate{align-items:center;background:var(--background);box-shadow:inset 0 -.8rem 0 var(--input-element-background);color:var(--swap-label-color);display:flex;max-width:100%;padding:0 .4rem;transition:transform .3s,opacity .3s .1s,color .3s}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container .swap-animate>*+*{margin-inline-start:.5rem}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container .swap-animate.hide{opacity:0;transform:translateY(100%)}[data-gene-ui-version=\"1.0.0\"] .combo-box .combo-box-container .boxes{display:flex;flex-wrap:wrap;gap:8px;min-height:4.2rem;padding:8px 16px}[data-gene-ui-version=\"1.0.0\"] .information-message{cursor:default;font:600 1.2rem/1.42 var(--font-family);margin:.6rem 0 0;padding:0 var(--input-message-padding-side);width:100%}[data-gene-ui-version=\"1.0.0\"] .information-message:empty{display:none}[data-gene-ui-version=\"1.0.0\"] .input-description{cursor:default;font:600 1.4rem/2rem var(--font-family);margin:1rem 0 0;max-width:100%;opacity:.7}[data-gene-ui-version=\"1.0.0\"] .input-structure~.input-description{padding:0 1rem}[data-gene-ui-version=\"1.0.0\"] .title{align-items:center;cursor:default;display:flex;font:600 1.4rem/2rem var(--font-family);margin:0 0 .4rem;max-width:100%;opacity:.5;padding:0 var(--message-padding-side)}[data-gene-ui-version=\"1.0.0\"] .title>*+*{margin-inline-start:.5rem}";
|
|
30112
30120
|
styleInject(css_248z$1);
|
|
30113
30121
|
|
|
30114
30122
|
/**
|
|
@@ -30426,7 +30434,7 @@ ComboBox.defaultProps = {
|
|
|
30426
30434
|
};
|
|
30427
30435
|
ComboBox.displayName = 'ComboBox';
|
|
30428
30436
|
|
|
30429
|
-
var css_248z = "[data-gene-ui-version=\"
|
|
30437
|
+
var css_248z = "[data-gene-ui-version=\"1.0.0\"] .counter{width:100%}[data-gene-ui-version=\"1.0.0\"] .counter.s-small{--height:2.4rem;--width:var(--height);min-width:8rem}[data-gene-ui-version=\"1.0.0\"] .counter.s-medium{--height:3.6rem;--width:var(--height);min-width:12rem}[data-gene-ui-version=\"1.0.0\"] .counter.s-big{--height:4.2rem;--width:var(--height);min-width:14rem}[data-gene-ui-version=\"1.0.0\"] .counter.r-round .react-loading-skeleton{border-radius:4.2rem}[data-gene-ui-version=\"1.0.0\"] .counter.r-smooth .react-loading-skeleton{border-radius:.4rem}[data-gene-ui-version=\"1.0.0\"] .counter__label{color:rgba(var(--background-sc-rgb),.75);font-size:1.4rem;font-weight:600;margin-bottom:.8rem;opacity:.5}[data-gene-ui-version=\"1.0.0\"] .counter__wrapper{display:flex;gap:.4rem;height:var(--height)}[data-gene-ui-version=\"1.0.0\"] .counter__input{opacity:1!important}[data-gene-ui-version=\"1.0.0\"] .counter__input-holder{display:flex;min-width:var(---width);overflow:hidden;width:100%}[data-gene-ui-version=\"1.0.0\"] .counter__input-holder .react-loading-skeleton{height:var(--height)!important}[data-gene-ui-version=\"1.0.0\"] .counter__input .input-structure{padding:0}[data-gene-ui-version=\"1.0.0\"] .counter__input .input-element{justify-content:center;max-height:var(--height);min-height:var(--height);text-align:center}[data-gene-ui-version=\"1.0.0\"] .counter__input .input-element:disabled{color:rgba(var(--background-sc-rgb),.5)}[data-gene-ui-version=\"1.0.0\"] .counter__button{height:100%;min-height:100%;min-width:var(--width);width:var(--width)}[data-gene-ui-version=\"1.0.0\"] .counter__button .btn{max-height:100%;max-width:100%;min-height:100%;min-width:100%}[data-gene-ui-version=\"1.0.0\"] .counter__button .skeleton-holder .react-loading-skeleton{height:var(--height)!important;width:var(--width)}";
|
|
30430
30438
|
styleInject(css_248z);
|
|
30431
30439
|
|
|
30432
30440
|
const keyDownKeys = {
|