@geneui/components 2.16.0-canary-12a636d-09092024 → 2.16.0-canary-7598c7a-11092024
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 +4 -5
- package/AdvancedSearch/index.js +3 -4
- package/Alert/index.js +1 -1
- package/Breadcrumb/index.js +2 -3
- package/Card/index.js +2 -3
- package/CardList/index.js +7 -8
- package/{CellMeasurerCache-b172f99b.js → CellMeasurerCache-e50d357a.js} +1 -1
- package/Charts/index.js +1 -1
- package/Checkbox/index.js +3 -3
- package/CheckboxGroup/index.js +3 -3
- package/CheckboxGroupWithSearch/index.js +2 -3
- package/ComboBox/index.js +3 -3
- package/Copy/index.js +3 -3
- package/Counter/index.js +2 -3
- package/DateFilter/index.js +3 -4
- package/DatePickerInput/index.js +4 -5
- package/Drawer/index.js +3 -3
- package/Dropdown/index.js +5 -6
- package/Editor/index.js +1 -1
- package/ExtendedInput/index.js +3 -3
- package/Form/index.js +5 -6
- package/FormableCheckbox/index.js +4 -4
- package/FormableDatePicker/index.js +5 -6
- package/FormableDropdown/index.js +5 -6
- package/FormableEditor/index.js +2 -2
- package/{FormableHOC-b26c5b16.js → FormableHOC-8c6104f7.js} +1 -1
- package/FormableMultiSelectDropdown/index.js +5 -6
- package/FormableNumberInput/index.js +4 -4
- package/FormableRadio/index.js +2 -2
- package/FormableSwitcher/index.js +2 -2
- package/FormableTextInput/index.js +4 -4
- package/FormableUploader/index.js +3 -4
- package/GeneUIProvider/index.js +1 -0
- package/Grid/index.js +1 -1
- package/Holder/index.js +2 -3
- package/Image/index.js +5 -6
- package/ImagePreview/index.js +2 -3
- package/InteractiveWidget/index.js +2 -3
- package/Menu/index.js +3 -3
- package/MobilePopup/index.js +3 -3
- package/Modal/index.js +1 -1
- package/ModuleTitle/index.js +3 -3
- package/NavigationMenu/index.js +4 -4
- package/Notification/index.js +1 -1
- package/Option/index.js +3 -3
- package/Overlay/index.js +2 -3
- package/Overspread/index.js +5 -6
- package/Pagination/index.js +2 -3
- package/Popover/index.js +409 -4
- package/PopoverV2/index.js +2 -2
- package/Products/index.js +1 -1
- package/Profile/index.js +2 -3
- package/Radio/index.js +1 -1
- package/RadioGroup/index.js +1 -1
- package/Range/index.js +2 -2
- package/Scrollbar/index.js +1 -1
- package/Search/index.js +3 -3
- package/SearchWithDropdown/index.js +5 -6
- package/Section/index.js +1 -1
- package/Slider/index.js +4 -4
- package/Status/index.js +4 -4
- package/Steps/index.js +4 -4
- package/SuggestionList/index.js +1 -1
- package/Switcher/index.js +1 -1
- package/Table/index.js +14 -15
- package/TableCompositions/index.js +8 -9
- package/Tag/index.js +1 -1
- package/Textarea/index.js +3 -3
- package/TimePicker/index.js +4 -4
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +10 -153
- package/TransferList/index.js +4 -5
- package/Uploader/index.js +2 -3
- package/ValidatableCheckbox/index.js +3 -3
- package/ValidatableDatePicker/index.js +4 -5
- package/ValidatableDropdown/index.js +4 -5
- package/ValidatableElements/index.js +4 -5
- package/ValidatableMultiSelectDropdown/index.js +4 -5
- package/ValidatableNumberInput/index.js +3 -3
- package/ValidatableRadio/index.js +1 -1
- package/ValidatableSwitcher/index.js +1 -1
- package/ValidatableTextInput/index.js +3 -3
- package/ValidatableTimeInput/index.js +3 -3
- package/ValidatableUploader/index.js +2 -3
- package/Widget/index.js +2 -3
- package/{configs-1fb8eed2.js → configs-00612ce0.js} +1 -1
- package/hooks/useDeviceType.js +1 -1
- package/{index-1beae3bb.js → index-071d6646.js} +3 -3
- package/index-17958262.js +3064 -0
- package/{index-18431aad.js → index-808e4e0e.js} +1 -1
- package/{index-617ffc3a.js → index-ac01f546.js} +6 -5
- package/index.js +10 -11
- package/lib/atoms/Button/Button.d.ts +1 -1
- package/lib/molecules/Tooltip/Tooltip.d.ts +62 -0
- package/lib/molecules/Tooltip/index.d.ts +1 -0
- package/package.json +2 -1
- package/{rangeAndSlider-63c5d423.js → rangeAndSlider-693a3d41.js} +16 -8
- package/{react-beautiful-dnd.esm-04c14563.js → react-beautiful-dnd.esm-899f6ed9.js} +2 -1
- package/{index-b1e429a7.js → redux-b3e598ca.js} +1 -272
- package/Popover-f4d1cac0.js +0 -411
package/ActionableList/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
2
2
|
import React__default, { useRef, useState, useMemo, useCallback, useEffect, forwardRef, useImperativeHandle } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
|
-
import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-
|
|
4
|
+
import { P as PublicDraggable, C as ConnectedDroppable, D as DragDropContext } from '../react-beautiful-dnd.esm-899f6ed9.js';
|
|
5
5
|
import { n as noop } from '../index-a0e4e333.js';
|
|
6
6
|
import Icon from '../Icon/index.js';
|
|
7
7
|
import Empty from '../Empty/index.js';
|
|
@@ -9,20 +9,19 @@ import BusyLoader from '../BusyLoader/index.js';
|
|
|
9
9
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
10
10
|
import Checkbox from '../Checkbox/index.js';
|
|
11
11
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
12
|
-
import Tooltip from '../
|
|
12
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
13
13
|
import { c as commonjsGlobal } from '../_commonjsHelpers-24198af3.js';
|
|
14
14
|
import Button from '../Button/index.js';
|
|
15
15
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
16
16
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
17
|
-
import '../
|
|
17
|
+
import '../redux-b3e598ca.js';
|
|
18
18
|
import 'react-dom';
|
|
19
19
|
import '../dateValidation-67caec66.js';
|
|
20
20
|
import '../index-031ff73c.js';
|
|
21
21
|
import '../tslib.es6-f211516f.js';
|
|
22
|
-
import '../configs-
|
|
22
|
+
import '../configs-00612ce0.js';
|
|
23
23
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
24
24
|
import '../guid-8ddf77b3.js';
|
|
25
|
-
import '../Popover-f4d1cac0.js';
|
|
26
25
|
import '../hooks/useDeviceType.js';
|
|
27
26
|
import '../hooks/useWindowSize.js';
|
|
28
27
|
import '../hooks/useDebounce.js';
|
package/AdvancedSearch/index.js
CHANGED
|
@@ -3,19 +3,19 @@ import React__default, { useRef, useState, useCallback, useEffect, useMemo } fro
|
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
5
|
import { a as dayjs } from '../dateValidation-67caec66.js';
|
|
6
|
-
import { h as advancedSearchConfig } from '../configs-
|
|
6
|
+
import { h as advancedSearchConfig } from '../configs-00612ce0.js';
|
|
7
7
|
import useDebounce from '../hooks/useDebounce.js';
|
|
8
8
|
import { n as noop } from '../index-a0e4e333.js';
|
|
9
9
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
10
10
|
import useClickOutside from '../hooks/useClickOutside.js';
|
|
11
|
-
import { P as PopoverV2 } from '../index-
|
|
11
|
+
import { P as PopoverV2 } from '../index-808e4e0e.js';
|
|
12
12
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
13
13
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
14
14
|
import LinkButton from '../LinkButton/index.js';
|
|
15
15
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-4d997d5d.js';
|
|
16
16
|
import Icon from '../Icon/index.js';
|
|
17
17
|
import Checkbox from '../Checkbox/index.js';
|
|
18
|
-
import Tooltip from '../
|
|
18
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
19
19
|
import SkeletonLoader from '../SkeletonLoader/index.js';
|
|
20
20
|
import Badge from '../Badge/index.js';
|
|
21
21
|
import Empty from '../Empty/index.js';
|
|
@@ -31,7 +31,6 @@ import '../debounce-4419bc2f.js';
|
|
|
31
31
|
import '../SuggestionList/index.js';
|
|
32
32
|
import '../config-1053d64d.js';
|
|
33
33
|
import '../callAfterDelay-7272faca.js';
|
|
34
|
-
import '../Popover-f4d1cac0.js';
|
|
35
34
|
import '../tslib.es6-f211516f.js';
|
|
36
35
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
37
36
|
import '../guid-8ddf77b3.js';
|
package/Alert/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
|
2
2
|
import React__default from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
|
-
import { s as screenTypes } from '../configs-
|
|
5
|
+
import { s as screenTypes } from '../configs-00612ce0.js';
|
|
6
6
|
import '../dateValidation-67caec66.js';
|
|
7
7
|
import 'react-dom';
|
|
8
8
|
import useDeviceType from '../hooks/useDeviceType.js';
|
package/Breadcrumb/index.js
CHANGED
|
@@ -12,10 +12,9 @@ import '../dateValidation-67caec66.js';
|
|
|
12
12
|
import '../_commonjsHelpers-24198af3.js';
|
|
13
13
|
import 'react-dom';
|
|
14
14
|
import '../tslib.es6-f211516f.js';
|
|
15
|
-
import '../Popover-f4d1cac0.js';
|
|
16
15
|
import '../index-122432cd.js';
|
|
17
16
|
import '../hooks/useDeviceType.js';
|
|
18
|
-
import '../configs-
|
|
17
|
+
import '../configs-00612ce0.js';
|
|
19
18
|
import '../hooks/useWindowSize.js';
|
|
20
19
|
import '../hooks/useDebounce.js';
|
|
21
20
|
import '../hooks/useUpdatableRef.js';
|
|
@@ -26,7 +25,7 @@ import '../Scrollbar/index.js';
|
|
|
26
25
|
import '../guid-8ddf77b3.js';
|
|
27
26
|
import '../Option/index.js';
|
|
28
27
|
import '../useEllipsisDetection-4d997d5d.js';
|
|
29
|
-
import '../
|
|
28
|
+
import '../index-17958262.js';
|
|
30
29
|
|
|
31
30
|
function BreadcrumbItem(_ref) {
|
|
32
31
|
let {
|
package/Card/index.js
CHANGED
|
@@ -3,7 +3,7 @@ import React__default, { useState, useCallback, useEffect, useMemo, useRef } fro
|
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
5
|
import { o as oneIsRequired, s as stopEvent, n as noop } from '../index-a0e4e333.js';
|
|
6
|
-
import '../configs-
|
|
6
|
+
import '../configs-00612ce0.js';
|
|
7
7
|
import useBodyScroll from '../hooks/useBodyScroll.js';
|
|
8
8
|
import Button from '../Button/index.js';
|
|
9
9
|
import MobilePopUp from '../MobilePopup/index.js';
|
|
@@ -21,7 +21,6 @@ import '../Icon/index.js';
|
|
|
21
21
|
import '../Portal/index.js';
|
|
22
22
|
import '../GeneUIProvider/index.js';
|
|
23
23
|
import '../_commonjsHelpers-24198af3.js';
|
|
24
|
-
import '../Popover-f4d1cac0.js';
|
|
25
24
|
import '../index-122432cd.js';
|
|
26
25
|
import '../hooks/useDeviceType.js';
|
|
27
26
|
import '../hooks/useWindowSize.js';
|
|
@@ -31,7 +30,7 @@ import '../hooks/useForceUpdate.js';
|
|
|
31
30
|
import '../Scrollbar/index.js';
|
|
32
31
|
import '../Option/index.js';
|
|
33
32
|
import '../useEllipsisDetection-4d997d5d.js';
|
|
34
|
-
import '../
|
|
33
|
+
import '../index-17958262.js';
|
|
35
34
|
|
|
36
35
|
function CardMenu(_ref) {
|
|
37
36
|
let {
|
package/CardList/index.js
CHANGED
|
@@ -4,8 +4,8 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
5
|
import ModuleTitle from '../ModuleTitle/index.js';
|
|
6
6
|
import Paper from '../Paper/index.js';
|
|
7
|
-
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, L as List, C as CellMeasurer } from '../index-
|
|
8
|
-
import { C as CellMeasurerCache } from '../CellMeasurerCache-
|
|
7
|
+
import { D as Dropdown, I as InfiniteLoader, W as WindowScroller, L as List, C as CellMeasurer } from '../index-071d6646.js';
|
|
8
|
+
import { C as CellMeasurerCache } from '../CellMeasurerCache-e50d357a.js';
|
|
9
9
|
import { o as oneIsRequired, n as noop } from '../index-a0e4e333.js';
|
|
10
10
|
import BusyLoader from '../BusyLoader/index.js';
|
|
11
11
|
import Empty from '../Empty/index.js';
|
|
@@ -13,16 +13,16 @@ import Icon from '../Icon/index.js';
|
|
|
13
13
|
import Widget from '../Widget/index.js';
|
|
14
14
|
import Card from '../Card/index.js';
|
|
15
15
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
16
|
-
import '../configs-
|
|
17
|
-
import '../
|
|
18
|
-
import '../
|
|
19
|
-
import '../_commonjsHelpers-24198af3.js';
|
|
16
|
+
import '../configs-00612ce0.js';
|
|
17
|
+
import '../index-17958262.js';
|
|
18
|
+
import '../tslib.es6-f211516f.js';
|
|
20
19
|
import 'react-dom';
|
|
21
20
|
import '../hooks/useDeviceType.js';
|
|
22
21
|
import '../hooks/useWindowSize.js';
|
|
23
22
|
import '../hooks/useDebounce.js';
|
|
24
23
|
import '../GeneUIProvider/index.js';
|
|
25
24
|
import '../dateValidation-67caec66.js';
|
|
25
|
+
import '../_commonjsHelpers-24198af3.js';
|
|
26
26
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
27
27
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
28
28
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -33,7 +33,7 @@ import '../hooks/useClickOutside.js';
|
|
|
33
33
|
import '../hooks/useUpdatableRef.js';
|
|
34
34
|
import '../hooks/useForceUpdate.js';
|
|
35
35
|
import '../useEllipsisDetection-4d997d5d.js';
|
|
36
|
-
import '../index-
|
|
36
|
+
import '../index-808e4e0e.js';
|
|
37
37
|
import '../index-122432cd.js';
|
|
38
38
|
import '../Scrollbar/index.js';
|
|
39
39
|
import '../debounce-4419bc2f.js';
|
|
@@ -46,7 +46,6 @@ import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
|
46
46
|
import '../guid-8ddf77b3.js';
|
|
47
47
|
import '../index-34914e4c.js';
|
|
48
48
|
import '../Tag/index.js';
|
|
49
|
-
import '../tslib.es6-f211516f.js';
|
|
50
49
|
import '../KeyValue/index.js';
|
|
51
50
|
import '../hooks/useBodyScroll.js';
|
|
52
51
|
import '../Button/index.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _createClass, a as _classCallCheck } from './index-
|
|
1
|
+
import { _ as _createClass, a as _classCallCheck } from './index-071d6646.js';
|
|
2
2
|
import { _ as _defineProperty } from './objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
3
3
|
|
|
4
4
|
var DEFAULT_HEIGHT = 30;
|
package/Charts/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import Button from '../Button/index.js';
|
|
|
15
15
|
import Tag from '../Tag/index.js';
|
|
16
16
|
import '../tslib.es6-f211516f.js';
|
|
17
17
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
18
|
-
import '../configs-
|
|
18
|
+
import '../configs-00612ce0.js';
|
|
19
19
|
import '../hooks/useWindowSize.js';
|
|
20
20
|
import '../hooks/useDebounce.js';
|
|
21
21
|
|
package/Checkbox/index.js
CHANGED
|
@@ -2,15 +2,15 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
|
2
2
|
import React__default, { forwardRef, useState, useMemo } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
|
-
import { c as checkboxRadioSwitcherConfig } from '../configs-
|
|
5
|
+
import { c as checkboxRadioSwitcherConfig } from '../configs-00612ce0.js';
|
|
6
6
|
import { n as noop, i as interceptValue, s as stopEvent } from '../index-a0e4e333.js';
|
|
7
|
-
import Tooltip from '../
|
|
7
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
8
8
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
9
9
|
import { g as guid } from '../guid-8ddf77b3.js';
|
|
10
10
|
import '../dateValidation-67caec66.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import '../
|
|
13
|
+
import '../tslib.es6-f211516f.js';
|
|
14
14
|
import '../hooks/useDeviceType.js';
|
|
15
15
|
import '../hooks/useWindowSize.js';
|
|
16
16
|
import '../hooks/useDebounce.js';
|
package/CheckboxGroup/index.js
CHANGED
|
@@ -2,14 +2,14 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
|
2
2
|
import React__default, { useState, useEffect, useCallback } from 'react';
|
|
3
3
|
import { c as classnames } from '../index-031ff73c.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { c as checkboxRadioSwitcherConfig } from '../configs-
|
|
5
|
+
import { c as checkboxRadioSwitcherConfig } from '../configs-00612ce0.js';
|
|
6
6
|
import { n as noop } from '../index-a0e4e333.js';
|
|
7
7
|
import Checkbox from '../Checkbox/index.js';
|
|
8
8
|
import '../dateValidation-67caec66.js';
|
|
9
9
|
import '../_commonjsHelpers-24198af3.js';
|
|
10
10
|
import 'react-dom';
|
|
11
|
-
import '../
|
|
12
|
-
import '../
|
|
11
|
+
import '../index-17958262.js';
|
|
12
|
+
import '../tslib.es6-f211516f.js';
|
|
13
13
|
import '../hooks/useDeviceType.js';
|
|
14
14
|
import '../hooks/useWindowSize.js';
|
|
15
15
|
import '../hooks/useDebounce.js';
|
|
@@ -4,7 +4,7 @@ import PropTypes from 'prop-types';
|
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
5
|
import { n as noop } from '../index-a0e4e333.js';
|
|
6
6
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
7
|
-
import { c as checkboxRadioSwitcherConfig, n as noDataConfig } from '../configs-
|
|
7
|
+
import { c as checkboxRadioSwitcherConfig, n as noDataConfig } from '../configs-00612ce0.js';
|
|
8
8
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
9
9
|
import Button from '../Button/index.js';
|
|
10
10
|
import Empty from '../Empty/index.js';
|
|
@@ -25,8 +25,7 @@ import '../SuggestionList/index.js';
|
|
|
25
25
|
import '../hooks/useClickOutside.js';
|
|
26
26
|
import '../config-1053d64d.js';
|
|
27
27
|
import '../callAfterDelay-7272faca.js';
|
|
28
|
-
import '../
|
|
29
|
-
import '../Popover-f4d1cac0.js';
|
|
28
|
+
import '../index-17958262.js';
|
|
30
29
|
import '../GeneUIProvider/index.js';
|
|
31
30
|
import '../Checkbox/index.js';
|
|
32
31
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
package/ComboBox/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
|
2
2
|
import React__default, { forwardRef, useState, useRef, useMemo, useCallback, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { c as classnames } from '../index-031ff73c.js';
|
|
5
|
-
import { i as inputConfig } from '../configs-
|
|
5
|
+
import { i as inputConfig } from '../configs-00612ce0.js';
|
|
6
6
|
import { s as stopEvent, n as noop } from '../index-a0e4e333.js';
|
|
7
7
|
import useClickOutside from '../hooks/useClickOutside.js';
|
|
8
8
|
import { k as keyDownKeys, a as actionTypes, S as SPACE_HEIGHT } from '../config-1053d64d.js';
|
|
9
9
|
import Icon from '../Icon/index.js';
|
|
10
10
|
import CustomScrollbar from '../Scrollbar/index.js';
|
|
11
|
-
import Tooltip from '../
|
|
11
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
12
12
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
13
13
|
import Tag from '../Tag/index.js';
|
|
14
14
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
@@ -16,7 +16,7 @@ import { c as callAfterDelay } from '../callAfterDelay-7272faca.js';
|
|
|
16
16
|
import '../dateValidation-67caec66.js';
|
|
17
17
|
import '../_commonjsHelpers-24198af3.js';
|
|
18
18
|
import 'react-dom';
|
|
19
|
-
import '../
|
|
19
|
+
import '../tslib.es6-f211516f.js';
|
|
20
20
|
import '../hooks/useDeviceType.js';
|
|
21
21
|
import '../hooks/useWindowSize.js';
|
|
22
22
|
import '../hooks/useDebounce.js';
|
package/Copy/index.js
CHANGED
|
@@ -3,15 +3,15 @@ import { c as classnames } from '../index-031ff73c.js';
|
|
|
3
3
|
import 'prop-types';
|
|
4
4
|
import '../dateValidation-67caec66.js';
|
|
5
5
|
import { c as callAfterDelay } from '../callAfterDelay-7272faca.js';
|
|
6
|
-
import '../configs-
|
|
6
|
+
import '../configs-00612ce0.js';
|
|
7
7
|
import useHover from '../hooks/useHover.js';
|
|
8
8
|
import Icon from '../Icon/index.js';
|
|
9
|
-
import Tooltip from '../
|
|
9
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
10
10
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
14
|
-
import '../
|
|
14
|
+
import '../tslib.es6-f211516f.js';
|
|
15
15
|
import '../index-a0e4e333.js';
|
|
16
16
|
import '../hooks/useDeviceType.js';
|
|
17
17
|
import '../hooks/useWindowSize.js';
|
package/Counter/index.js
CHANGED
|
@@ -3,11 +3,11 @@ import { c as classnames } from '../index-031ff73c.js';
|
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { n as noop, s as stopEvent } from '../index-a0e4e333.js';
|
|
5
5
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
6
|
-
import '../configs-
|
|
6
|
+
import '../configs-00612ce0.js';
|
|
7
7
|
import Button from '../Button/index.js';
|
|
8
8
|
import Label from '../Label/index.js';
|
|
9
9
|
import SkeletonLoader from '../SkeletonLoader/index.js';
|
|
10
|
-
import Tooltip from '../
|
|
10
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
11
11
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
|
@@ -16,7 +16,6 @@ import 'react-dom';
|
|
|
16
16
|
import '../tslib.es6-f211516f.js';
|
|
17
17
|
import '../Icon/index.js';
|
|
18
18
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
19
|
-
import '../Popover-f4d1cac0.js';
|
|
20
19
|
import '../hooks/useDeviceType.js';
|
|
21
20
|
import '../hooks/useWindowSize.js';
|
|
22
21
|
import '../hooks/useDebounce.js';
|
package/DateFilter/index.js
CHANGED
|
@@ -12,13 +12,13 @@ import 'react-dom';
|
|
|
12
12
|
import '../_commonjsHelpers-24198af3.js';
|
|
13
13
|
import '../tslib.es6-f211516f.js';
|
|
14
14
|
import '../Icon/index.js';
|
|
15
|
-
import '../configs-
|
|
15
|
+
import '../configs-00612ce0.js';
|
|
16
16
|
import '../hooks/useClick.js';
|
|
17
17
|
import '../hooks/useKeyDown.js';
|
|
18
18
|
import '../hooks/useDeviceType.js';
|
|
19
19
|
import '../hooks/useWindowSize.js';
|
|
20
20
|
import '../hooks/useDebounce.js';
|
|
21
|
-
import '../index-
|
|
21
|
+
import '../index-808e4e0e.js';
|
|
22
22
|
import '../index-122432cd.js';
|
|
23
23
|
import '../hooks/useClickOutside.js';
|
|
24
24
|
import '../Scrollbar/index.js';
|
|
@@ -29,8 +29,7 @@ import '../useEllipsisDetection-4d997d5d.js';
|
|
|
29
29
|
import '../SuggestionList/index.js';
|
|
30
30
|
import '../config-1053d64d.js';
|
|
31
31
|
import '../callAfterDelay-7272faca.js';
|
|
32
|
-
import '../
|
|
33
|
-
import '../Popover-f4d1cac0.js';
|
|
32
|
+
import '../index-17958262.js';
|
|
34
33
|
import '../DatePicker/index.js';
|
|
35
34
|
import '../guid-8ddf77b3.js';
|
|
36
35
|
|
package/DatePickerInput/index.js
CHANGED
|
@@ -4,12 +4,12 @@ import React__default, { useMemo, useState, useRef, useCallback, useEffect } fro
|
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
5
|
import { d as dayjsWithPlugins, a as dayjs } from '../dateValidation-67caec66.js';
|
|
6
6
|
import { c as classnames } from '../index-031ff73c.js';
|
|
7
|
-
import {
|
|
7
|
+
import { g as popoverConfig, i as inputConfig } from '../configs-00612ce0.js';
|
|
8
8
|
import { n as noop, s as stopEvent } from '../index-a0e4e333.js';
|
|
9
9
|
import useClick from '../hooks/useClick.js';
|
|
10
10
|
import useKeyDown from '../hooks/useKeyDown.js';
|
|
11
11
|
import useDeviceType from '../hooks/useDeviceType.js';
|
|
12
|
-
import { P as PopoverV2 } from '../index-
|
|
12
|
+
import { P as PopoverV2 } from '../index-808e4e0e.js';
|
|
13
13
|
import ExtendedInput from '../ExtendedInput/index.js';
|
|
14
14
|
import DatePicker from '../DatePicker/index.js';
|
|
15
15
|
import { g as getBrowserDateFormat } from '../localization-4ba17032.js';
|
|
@@ -27,11 +27,10 @@ import '../Icon/index.js';
|
|
|
27
27
|
import '../SuggestionList/index.js';
|
|
28
28
|
import '../config-1053d64d.js';
|
|
29
29
|
import '../callAfterDelay-7272faca.js';
|
|
30
|
-
import '../
|
|
31
|
-
import '../
|
|
30
|
+
import '../index-17958262.js';
|
|
31
|
+
import '../tslib.es6-f211516f.js';
|
|
32
32
|
import '../guid-8ddf77b3.js';
|
|
33
33
|
import '../Button/index.js';
|
|
34
|
-
import '../tslib.es6-f211516f.js';
|
|
35
34
|
|
|
36
35
|
var css_248z = "[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-holder{width:100%}[data-gene-ui-version=\"2.15.0\"] .md-range-title{font:600 1.6rem/2.2rem var(--font-family);margin:0 0 1.5rem;padding:0 1rem}[data-gene-ui-version=\"2.15.0\"] .default-cursor{cursor:default!important}[data-gene-ui-version=\"2.15.0\"] .text-cursor{cursor:text}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker{grid-column-gap:2rem;grid-row-gap:2rem;display:grid;grid-template-areas:\"m-start-date m-end-date\";grid-template-columns:repeat(2,calc(50% - 1rem));width:100%}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker.with-time{grid-template-areas:\"m-start-date m-start-time\" \"m-end-date m-end-time\";grid-template-columns:calc(55% - 1rem) calc(45% - 1rem)}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker .m-start-date{grid-area:m-start-date}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker .m-end-date{grid-area:m-end-date}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker .m-start-time{grid-area:m-start-time}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker .m-end-time{grid-area:m-end-time}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker i[class*=calendar],[data-gene-ui-version=\"2.15.0\"] .mobile-single-date-picker i[class*=calendar]{order:-2;pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker i[class*=clear],[data-gene-ui-version=\"2.15.0\"] .mobile-single-date-picker i[class*=clear]{order:-1}[data-gene-ui-version=\"2.15.0\"] .date-input .input-structure>label{height:var(--input-element-height)}[data-gene-ui-version=\"2.15.0\"] .date-input .input-structure>.icon+label input{padding-inline:2rem 4.4rem}[data-gene-ui-version=\"2.15.0\"] .date-input .input-structure .input-element-relative{left:0;position:absolute;width:100%}[data-gene-ui-version=\"2.15.0\"] .date-input .input-structure .input-element-relative>input{padding-inline:2rem 1.5rem;padding-inline-end:6.4rem}[data-gene-ui-version=\"2.15.0\"] .date-input .input-structure .input-element-relative>.read-only{padding-inline:2rem 1.5rem}[data-gene-ui-version=\"2.15.0\"] .date-input i[class*=calendar]{order:-2}[data-gene-ui-version=\"2.15.0\"] .date-input i[class*=clear]{order:-1}[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker .bc-icon-calendar,[data-gene-ui-version=\"2.15.0\"] .mobile-date-ranges-picker .bc-icon.clock,[data-gene-ui-version=\"2.15.0\"] .mobile-single-date-picker .bc-icon-calendar,[data-gene-ui-version=\"2.15.0\"] .mobile-single-date-picker .bc-icon.clock{pointer-events:none}";
|
|
37
36
|
styleInject(css_248z);
|
package/Drawer/index.js
CHANGED
|
@@ -2,17 +2,17 @@ import React__default, { useRef, useState, useEffect, useCallback, useMemo, Frag
|
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import { c as clsx } from '../clsx.m-2bb6df4b.js';
|
|
4
4
|
import { n as noop } from '../index-a0e4e333.js';
|
|
5
|
-
import '../configs-
|
|
5
|
+
import '../configs-00612ce0.js';
|
|
6
6
|
import useClickOutside from '../hooks/useClickOutside.js';
|
|
7
7
|
import Icon from '../Icon/index.js';
|
|
8
|
-
import Tooltip from '../
|
|
8
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
9
9
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
10
10
|
import '../dateValidation-67caec66.js';
|
|
11
11
|
import '../_commonjsHelpers-24198af3.js';
|
|
12
12
|
import 'react-dom';
|
|
13
13
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
14
14
|
import '../index-031ff73c.js';
|
|
15
|
-
import '../
|
|
15
|
+
import '../tslib.es6-f211516f.js';
|
|
16
16
|
import '../hooks/useDeviceType.js';
|
|
17
17
|
import '../hooks/useWindowSize.js';
|
|
18
18
|
import '../hooks/useDebounce.js';
|
package/Dropdown/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
export { D as default } from '../index-
|
|
3
|
+
export { D as default } from '../index-071d6646.js';
|
|
4
4
|
import '../index-031ff73c.js';
|
|
5
5
|
import 'prop-types';
|
|
6
6
|
import '../hooks/useMount.js';
|
|
@@ -10,12 +10,12 @@ import '../hooks/useDeviceType.js';
|
|
|
10
10
|
import '../hooks/useClickOutside.js';
|
|
11
11
|
import '../hooks/useUpdatableRef.js';
|
|
12
12
|
import '../useEllipsisDetection-4d997d5d.js';
|
|
13
|
-
import '../configs-
|
|
13
|
+
import '../configs-00612ce0.js';
|
|
14
14
|
import '../index-a0e4e333.js';
|
|
15
15
|
import '../BusyLoader/index.js';
|
|
16
16
|
import '../Empty/index.js';
|
|
17
|
-
import '../index-
|
|
18
|
-
import '../
|
|
17
|
+
import '../index-808e4e0e.js';
|
|
18
|
+
import '../index-17958262.js';
|
|
19
19
|
import '../ExtendedInput/index.js';
|
|
20
20
|
import '../index-34914e4c.js';
|
|
21
21
|
import '../callAfterDelay-7272faca.js';
|
|
@@ -30,13 +30,12 @@ import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
|
30
30
|
import '../guid-8ddf77b3.js';
|
|
31
31
|
import '../dateValidation-67caec66.js';
|
|
32
32
|
import '../_commonjsHelpers-24198af3.js';
|
|
33
|
-
import '../
|
|
33
|
+
import '../tslib.es6-f211516f.js';
|
|
34
34
|
import '../hooks/useWindowSize.js';
|
|
35
35
|
import '../hooks/useDebounce.js';
|
|
36
36
|
import '../GeneUIProvider/index.js';
|
|
37
37
|
import '../Tag/index.js';
|
|
38
38
|
import '../hooks/useForceUpdate.js';
|
|
39
|
-
import '../tslib.es6-f211516f.js';
|
|
40
39
|
import '../index-122432cd.js';
|
|
41
40
|
import '../Scrollbar/index.js';
|
|
42
41
|
import '../debounce-4419bc2f.js';
|
package/Editor/index.js
CHANGED
|
@@ -11,7 +11,7 @@ import useDeviceType from '../hooks/useDeviceType.js';
|
|
|
11
11
|
import Button from '../Button/index.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
|
14
|
-
import '../configs-
|
|
14
|
+
import '../configs-00612ce0.js';
|
|
15
15
|
import '../hooks/useWindowSize.js';
|
|
16
16
|
import '../hooks/useDebounce.js';
|
|
17
17
|
import '../tslib.es6-f211516f.js';
|
package/ExtendedInput/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
|
2
2
|
import React__default, { forwardRef, useRef, useState, useEffect, useCallback } from 'react';
|
|
3
3
|
import { c as classnames } from '../index-031ff73c.js';
|
|
4
4
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { i as inputConfig, s as screenTypes } from '../configs-
|
|
5
|
+
import { i as inputConfig, s as screenTypes } from '../configs-00612ce0.js';
|
|
6
6
|
import { n as noop, s as stopEvent } from '../index-a0e4e333.js';
|
|
7
7
|
import useDeviceType from '../hooks/useDeviceType.js';
|
|
8
8
|
import { u as useEllipsisDetection } from '../useEllipsisDetection-4d997d5d.js';
|
|
9
9
|
import Icon from '../Icon/index.js';
|
|
10
10
|
import SuggestionList from '../SuggestionList/index.js';
|
|
11
|
-
import Tooltip from '../
|
|
11
|
+
import { T as Tooltip } from '../index-17958262.js';
|
|
12
12
|
import { s as styleInject } from '../style-inject.es-746bb8ed.js';
|
|
13
13
|
import '../dateValidation-67caec66.js';
|
|
14
14
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -20,7 +20,7 @@ import '../hooks/useClickOutside.js';
|
|
|
20
20
|
import '../config-1053d64d.js';
|
|
21
21
|
import '../Scrollbar/index.js';
|
|
22
22
|
import '../callAfterDelay-7272faca.js';
|
|
23
|
-
import '../
|
|
23
|
+
import '../tslib.es6-f211516f.js';
|
|
24
24
|
import '../GeneUIProvider/index.js';
|
|
25
25
|
|
|
26
26
|
var css_248z = "[data-gene-ui-version=\"2.15.0\"] .input-holder{--input-message-padding-side:2rem;--input-element-padding-side:0.5rem;--input-element-height:3.6rem;--textarea-height:21.5rem;--number-actions-holder-padding:0 0.5rem;--swap-label-color:inherit;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:100%;position:relative;transition:opacity .3s;-webkit-user-select:none;user-select:none}[data-gene-ui-version=\"2.15.0\"] .input-holder.disabled{opacity:.5}[data-gene-ui-version=\"2.15.0\"] .input-holder.read-only{cursor:inherit;-webkit-user-select:text;user-select:text}[data-gene-ui-version=\"2.15.0\"] .input-holder:not(.f-content-size){width:100%}[data-gene-ui-version=\"2.15.0\"] .input-holder.s-big{--input-element-height:4.2rem;--textarea-height:52rem}[data-gene-ui-version=\"2.15.0\"] .input-holder.s-small{--input-element-height:3.2rem;--textarea-height:14.8rem}[data-gene-ui-version=\"2.15.0\"] .input-holder.id-start .validation-icon{margin-inline-end:-.5rem}[data-gene-ui-version=\"2.15.0\"] .input-holder.id-end{--direction:row-reverse}[data-gene-ui-version=\"2.15.0\"] .input-holder.id-end .validation-icon{margin-inline-start:-.5rem}[data-gene-ui-version=\"2.15.0\"] .input-holder.cr-smooth-radius{--input-element-border-radius:0.4rem;--textarea-border-radius:0.4rem}[data-gene-ui-version=\"2.15.0\"] .input-holder .end-add-on{align-items:center;border-radius:0 var(--input-element-border-radius,4.2rem) var(--input-element-border-radius,4.2rem) 0;display:flex;font:600 1.4rem/1.5 var(--font-family);height:var(--input-element-height);justify-content:center;margin:1px 0;margin-inline-end:calc(var(--input-structure-padding, 1.5rem)*-1 + 1px);margin-inline-start:var(--input-structure-padding,1.5rem);padding:0 var(--input-structure-padding,1.5rem);transition:background .3s,border-color .3s,opacity .3s}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-outline{--input-element-border-color:rgba(var(--background-sc-rgb),0.2)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-outline:not(.t-textarea) .end-add-on{background:rgba(var(--background-sc-rgb),.03);border-inline-start:1px solid var(--input-element-border-color,#0000);height:calc(var(--input-element-height) - .2rem)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-outline.read-only{--input-element-border-color:rgba(var(--background-sc-rgb),0.05)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-outline.filled:not(:focus-within){--input-element-border-color:rgba(var(--background-sc-rgb),0.3)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-outline:not(.read-only):focus-within{--input-element-border-color:var(--hero);--swap-label-color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal{--input-element-background:rgba(var(--background-sc-rgb),0.02)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal.read-only{--input-element-background:rgba(var(--background-sc-rgb),0.01)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal.filled:not(:focus-within),[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal:not(.read-only):focus-within{--input-element-background:rgba(var(--background-sc-rgb),0.03)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal.s-small{--input-message-padding-side:0.7rem;--input-element-background:rgba(var(--background-sc-rgb),0.03);--input-element-padding-side:0.3rem;--number-actions-holder-padding:0;--input-structure-padding:0.4rem}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal.s-small.read-only{--input-element-background:rgba(var(--background-sc-rgb),0.01)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal.s-small.filled:not(:focus-within){--input-element-background:rgba(var(--background-sc-rgb),0.03)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal.s-small:not(.read-only):focus-within{--input-element-background:#0000;--input-element-border-color:var(--hero);--swap-label-color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-light:not(.read-only):focus-within{--input-element-background:rgba(var(--background-sc-rgb),0.05)}@media (hover:hover){[data-gene-ui-version=\"2.15.0\"] .input-holder.a-light:hover{--input-element-background:rgba(var(--background-sc-rgb),0.05)}}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-light.popover-opened{--input-element-background:rgba(var(--background-sc-rgb),0.05)}[data-gene-ui-version=\"2.15.0\"] .input-holder.error-color,[data-gene-ui-version=\"2.15.0\"] .input-holder.success-color{--input-element-background:#0000!important}[data-gene-ui-version=\"2.15.0\"] .input-holder.error-color{--input-element-border-color:var(--danger)!important}[data-gene-ui-version=\"2.15.0\"] .input-holder.error-color:not(.read-only):focus-within{--swap-label-color:var(--danger)!important}[data-gene-ui-version=\"2.15.0\"] .input-holder.success-color{--input-element-border-color:var(--confirm)!important}[data-gene-ui-version=\"2.15.0\"] .input-holder.success-color:not(.read-only):focus-within{--swap-label-color:var(--confirm)!important}[data-gene-ui-version=\"2.15.0\"] .input-holder.t-textarea .end-add-on{align-self:flex-end}[data-gene-ui-version=\"2.15.0\"] .input-structure{align-items:center;display:flex;flex-direction:var(--direction,row);padding:0 var(--input-structure-padding,1.5rem);position:relative;width:100%}[data-gene-ui-version=\"2.15.0\"] .input-structure>*{flex-shrink:0}[data-gene-ui-version=\"2.15.0\"] .input-structure>:not(label){position:relative;z-index:1}[data-gene-ui-version=\"2.15.0\"] .input-holder.a-minimal.s-small .input-structure>:not(label){margin:0 .3rem}[data-gene-ui-version=\"2.15.0\"] .input-structure>:not(label).bc-icon-clear{border-radius:100%;transition:background .4s,color .4s}@media (hover:hover){[data-gene-ui-version=\"2.15.0\"] .input-structure>:not(label).bc-icon-clear:hover{background:rgba(var(--background-sc-rgb),.03);color:var(--hero)}}[data-gene-ui-version=\"2.15.0\"] .input-structure>label{cursor:inherit;display:block;flex:auto;overflow:hidden}[data-gene-ui-version=\"2.15.0\"] .input-structure .icon{align-items:center;display:flex;justify-content:center;transition:color .3s,background .3s;z-index:10}[data-gene-ui-version=\"2.15.0\"] .input-structure .icon-holder{order:-1;z-index:2}[data-gene-ui-version=\"2.15.0\"] .input-structure .icon-holder-disabled{pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .input-element-back{background:var(--input-element-background,var(--background));border:1px solid var(--input-element-border-color,#0000);border-radius:var(--input-element-border-radius,4.2rem);bottom:0;height:100%;left:0;position:absolute;right:0;top:0;transition:background .3s,border-color .3s,opacity .3s;width:100%}[data-gene-ui-version=\"2.15.0\"] .t-textarea .input-element-back{border-radius:var(--textarea-border-radius,1rem)}[data-gene-ui-version=\"2.15.0\"] .read-only .input-element-back:empty{opacity:0}[data-gene-ui-version=\"2.15.0\"] .fit-content-hack{height:0;opacity:0;overflow:hidden;pointer-events:none}[data-gene-ui-version=\"2.15.0\"] .input-element-relative{position:relative;width:100%;z-index:1}[data-gene-ui-version=\"2.15.0\"] .input-element{color:rgba(var(--background-sc-rgb),.75);font:600 1.4rem var(--font-family);height:var(--input-element-height);overflow:hidden;padding:0 var(--input-element-padding-side);position:relative;resize:none;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap;width:100%}[data-gene-ui-version=\"2.15.0\"] .input-element:-webkit-autofill{-webkit-text-fill-color:var(--background-sc);-webkit-background-clip:text;background-clip:text}[data-gene-ui-version=\"2.15.0\"] .input-element:-webkit-autofill::selection{-webkit-text-fill-color:var(--hero)}[data-gene-ui-version=\"2.15.0\"] .input-element.hide{opacity:0}[data-gene-ui-version=\"2.15.0\"] .input-element::input-placeholder{color:rgba(var(--background-sc-rgb),.375);font-size:1.4rem;font-weight:600;transition:color .15s}[data-gene-ui-version=\"2.15.0\"] .input-element:placeholder{color:rgba(var(--background-sc-rgb),.375);font-size:1.4rem;font-weight:600;transition:color .15s}[data-gene-ui-version=\"2.15.0\"] .input-element::placeholder{color:rgba(var(--background-sc-rgb),.375);font-size:1.4rem;font-weight:600;transition:color .15s}[data-gene-ui-version=\"2.15.0\"] .input-element:input-placeholder{color:rgba(var(--background-sc-rgb),.375);font-size:1.4rem;font-weight:600;transition:color .15s}[data-gene-ui-version=\"2.15.0\"] .input-element.read-only:not(.textarea-element){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-gene-ui-version=\"2.15.0\"] .textarea-element,[data-gene-ui-version=\"2.15.0\"] textarea.input-element{border:1px solid #0000;cursor:auto;height:var(--textarea-height);overflow:auto;padding:1rem var(--input-element-padding-side);padding-right:70px!important;text-overflow:unset;white-space:normal}[data-gene-ui-version=\"2.15.0\"] .textarea-element.read-only,[data-gene-ui-version=\"2.15.0\"] textarea.input-element.read-only{height:auto}[data-gene-ui-version=\"2.15.0\"] .textarea-element::-webkit-scrollbar,[data-gene-ui-version=\"2.15.0\"] textarea.input-element::-webkit-scrollbar{height:1.6rem;width:1.6rem}[data-gene-ui-version=\"2.15.0\"] .textarea-element::-webkit-scrollbar-thumb,[data-gene-ui-version=\"2.15.0\"] textarea.input-element::-webkit-scrollbar-thumb{background:rgba(var(--background-sc-rgb),.05);border:.4rem solid var(--background);border-radius:1.6rem}[data-gene-ui-version=\"2.15.0\"] div.input-element{align-items:center;display:flex;justify-content:flex-start}[data-gene-ui-version=\"2.15.0\"] div.input-element:not([readonly]).placeholder{color:rgba(var(--background-sc-rgb),.375)}[data-gene-ui-version=\"2.15.0\"] div.input-element:not([readonly]).placeholder:focus{color:rgba(var(--background-sc-rgb),0)}[data-gene-ui-version=\"2.15.0\"] .input-element[readonly]{cursor:inherit}[data-gene-ui-version=\"2.15.0\"] .input-element[readonly]::selection{background:#0000;color:inherit}[data-gene-ui-version=\"2.15.0\"] .input-element[type=date],[data-gene-ui-version=\"2.15.0\"] .input-element[type=datetime-local],[data-gene-ui-version=\"2.15.0\"] .input-element[type=time]{line-height:var(--input-element-height)}[data-gene-ui-version=\"2.15.0\"] .input-fake-placeholder{align-items:center;color:rgba(var(--background-sc-rgb),.375);display:flex;font:600 1.4rem/1.8rem var(--font-family);height:100%;left:0;padding:0 var(--input-element-padding-side);pointer-events:none;position:absolute;top:0;transition:opacity .15s;-webkit-user-select:none;user-select:none;width:100%}[data-gene-ui-version=\"2.15.0\"] .input-fake-placeholder.hide{opacity:0}[data-gene-ui-version=\"2.15.0\"] .input-swap-label{display:flex;font:600 1rem/1.8rem var(--font-family);left:0;max-width:100%;padding:0 var(--input-message-padding-side);position:absolute;top:-.9rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:5}[data-gene-ui-version=\"2.15.0\"] .input-swap-label .icon{font-size:1.8rem;transition:none}[data-gene-ui-version=\"2.15.0\"] .input-swap{max-width:100%;overflow:hidden}[data-gene-ui-version=\"2.15.0\"] .input-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=\"2.15.0\"] .input-swap-animate>*+*{margin-inline-start:.5rem}[data-gene-ui-version=\"2.15.0\"] .input-swap-animate.hide{opacity:0;transform:translateY(100%)}[data-gene-ui-version=\"2.15.0\"] .number-actions-holder{padding:var(--number-actions-holder-padding)}[data-gene-ui-version=\"2.15.0\"] .number-actions-holder>ul{background:var(--background);border:1px solid rgba(var(--background-sc-rgb),.1);border-radius:.7rem;color:inherit;font-size:1rem;width:1.5rem}[data-gene-ui-version=\"2.15.0\"] .number-actions-holder>ul>li{cursor:pointer;transition:color .3s,background .3s,opacity .3s}[data-gene-ui-version=\"2.15.0\"] .number-actions-holder>ul>li:first-child{border-radius:.7rem .7rem 0 0}[data-gene-ui-version=\"2.15.0\"] .number-actions-holder>ul>li:last-child{border-radius:0 0 .7rem .7rem}[data-gene-ui-version=\"2.15.0\"] .number-actions-holder>ul>li.disabled{opacity:.5;pointer-events:none}@media (hover:hover){[data-gene-ui-version=\"2.15.0\"] .number-actions-holder>ul>li:hover{background:rgba(var(--background-sc-rgb),.03);color:var(--hero)}}[data-gene-ui-version=\"2.15.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=\"2.15.0\"] .information-message:empty{display:none}[data-gene-ui-version=\"2.15.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=\"2.15.0\"] .input-structure~.input-description{padding:0 1rem}[data-gene-ui-version=\"2.15.0\"] .input-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(--input-message-padding-side)}[data-gene-ui-version=\"2.15.0\"] .input-title>*+*{margin-inline-start:.5rem}";
|
package/Form/index.js
CHANGED
|
@@ -11,7 +11,7 @@ export { default as FormableUploader } from '../FormableUploader/index.js';
|
|
|
11
11
|
export { default as FormableSwitcher } from '../FormableSwitcher/index.js';
|
|
12
12
|
export { default as FormableEditor } from '../FormableEditor/index.js';
|
|
13
13
|
export { default as FormableRadio } from '../FormableRadio/index.js';
|
|
14
|
-
export { F as FormableHOC } from '../FormableHOC-
|
|
14
|
+
export { F as FormableHOC } from '../FormableHOC-8c6104f7.js';
|
|
15
15
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
16
16
|
import '../index-a0e4e333.js';
|
|
17
17
|
import '../dateValidation-67caec66.js';
|
|
@@ -26,8 +26,8 @@ import '../Icon/index.js';
|
|
|
26
26
|
import '../index-262edd7a.js';
|
|
27
27
|
import '../ValidatableMultiSelectDropdown/index.js';
|
|
28
28
|
import '../hooks/useMount.js';
|
|
29
|
-
import '../configs-
|
|
30
|
-
import '../index-
|
|
29
|
+
import '../configs-00612ce0.js';
|
|
30
|
+
import '../index-071d6646.js';
|
|
31
31
|
import '../objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
32
32
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
33
33
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -42,13 +42,12 @@ import '../hooks/useForceUpdate.js';
|
|
|
42
42
|
import '../useEllipsisDetection-4d997d5d.js';
|
|
43
43
|
import '../BusyLoader/index.js';
|
|
44
44
|
import '../Empty/index.js';
|
|
45
|
-
import '../index-
|
|
45
|
+
import '../index-808e4e0e.js';
|
|
46
46
|
import '../index-122432cd.js';
|
|
47
47
|
import '../Scrollbar/index.js';
|
|
48
48
|
import '../GeneUIProvider/index.js';
|
|
49
49
|
import '../debounce-4419bc2f.js';
|
|
50
|
-
import '../
|
|
51
|
-
import '../Popover-f4d1cac0.js';
|
|
50
|
+
import '../index-17958262.js';
|
|
52
51
|
import '../ExtendedInput/index.js';
|
|
53
52
|
import '../SuggestionList/index.js';
|
|
54
53
|
import '../config-1053d64d.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-8c6104f7.js';
|
|
2
2
|
import CheckboxField from '../ValidatableCheckbox/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
4
4
|
import 'react';
|
|
@@ -8,13 +8,13 @@ import '../dateValidation-67caec66.js';
|
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import '../hooks/useMount.js';
|
|
11
|
-
import '../configs-
|
|
11
|
+
import '../configs-00612ce0.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
14
|
import '../Checkbox/index.js';
|
|
15
15
|
import '../index-031ff73c.js';
|
|
16
|
-
import '../
|
|
17
|
-
import '../
|
|
16
|
+
import '../index-17958262.js';
|
|
17
|
+
import '../tslib.es6-f211516f.js';
|
|
18
18
|
import '../hooks/useDeviceType.js';
|
|
19
19
|
import '../hooks/useWindowSize.js';
|
|
20
20
|
import '../hooks/useDebounce.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-8c6104f7.js';
|
|
2
2
|
import DatePicker from '../ValidatableDatePicker/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-e8fb2e5c.js';
|
|
4
4
|
import 'react';
|
|
@@ -8,7 +8,7 @@ import '../dateValidation-67caec66.js';
|
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
9
9
|
import 'react-dom';
|
|
10
10
|
import '../hooks/useMount.js';
|
|
11
|
-
import '../configs-
|
|
11
|
+
import '../configs-00612ce0.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
14
|
import '../DatePickerInput/index.js';
|
|
@@ -19,7 +19,7 @@ import '../hooks/useKeyDown.js';
|
|
|
19
19
|
import '../hooks/useDeviceType.js';
|
|
20
20
|
import '../hooks/useWindowSize.js';
|
|
21
21
|
import '../hooks/useDebounce.js';
|
|
22
|
-
import '../index-
|
|
22
|
+
import '../index-808e4e0e.js';
|
|
23
23
|
import '../index-122432cd.js';
|
|
24
24
|
import '../hooks/useClickOutside.js';
|
|
25
25
|
import '../Scrollbar/index.js';
|
|
@@ -31,11 +31,10 @@ import '../Icon/index.js';
|
|
|
31
31
|
import '../SuggestionList/index.js';
|
|
32
32
|
import '../config-1053d64d.js';
|
|
33
33
|
import '../callAfterDelay-7272faca.js';
|
|
34
|
-
import '../
|
|
35
|
-
import '../
|
|
34
|
+
import '../index-17958262.js';
|
|
35
|
+
import '../tslib.es6-f211516f.js';
|
|
36
36
|
import '../DatePicker/index.js';
|
|
37
37
|
import '../Button/index.js';
|
|
38
|
-
import '../tslib.es6-f211516f.js';
|
|
39
38
|
import '../localization-4ba17032.js';
|
|
40
39
|
import '../checkTimeValidation-e56771be.js';
|
|
41
40
|
|