@geneui/components 3.0.0-next-1b7eefe-17092024 → 3.0.0-next-8d97069-19092024
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ActionableList/index.js +5 -5
- package/AdvancedSearch/index.js +3 -3
- package/Alert/index.js +1 -1
- package/ArrowLeft-b88e2ba8.js +33 -0
- package/Breadcrumb/index.js +2 -2
- package/BusyLoader/index.js +1 -1
- package/Button/index.js +1 -1
- package/Card/index.js +2 -2
- package/CardList/index.js +6 -6
- package/{CellMeasurerCache-f0690f3b.js → CellMeasurerCache-281a5a2a.js} +2 -2
- package/Charts/index.js +8 -4
- package/Checkbox/index.js +2 -2
- package/CheckboxGroup/index.js +2 -2
- package/CheckboxGroupWithSearch/index.js +2 -2
- package/Collapse/index.js +1 -1
- package/ColorPicker/index.js +1 -1
- package/ComboBox/index.js +2 -2
- package/Copy/index.js +2 -2
- package/Counter/index.js +9 -10
- package/DateFilter/index.js +3 -3
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/index.js +3 -3
- package/Drawer/index.js +2 -2
- package/Dropdown/index.js +5 -5
- package/Editor/index.js +12 -5
- package/ExtendedInput/index.js +2 -2
- package/Form/index.js +6 -6
- package/FormContainer/index.js +1 -1
- package/FormableCheckbox/index.js +3 -3
- package/FormableDatePicker/index.js +4 -4
- package/FormableDropdown/index.js +6 -6
- package/FormableEditor/index.js +2 -2
- package/{FormableHOC-300e2dd7.js → FormableHOC-f4120178.js} +1 -1
- package/FormableMultiSelectDropdown/index.js +6 -6
- package/FormableNumberInput/index.js +3 -3
- package/FormableRadio/index.js +2 -2
- package/FormableSwitcher/index.js +2 -2
- package/FormableTextInput/index.js +3 -3
- package/FormableUploader/index.js +3 -3
- package/GeneUIProvider/index.js +348 -457
- package/Grid/index.js +1 -1
- package/HelperText/index.js +3 -32
- package/Holder/index.js +2 -2
- package/Icon/index.js +1 -1
- package/Image/index.js +2 -2
- package/ImagePreview/index.js +2 -2
- package/InteractiveWidget/index.js +2 -2
- package/KeyValue/index.js +1 -1
- package/Label/index.js +63 -48
- package/LinkButton/index.js +1 -1
- package/Menu/index.js +2 -2
- package/MobileNavigation/index.js +1 -1
- package/MobilePopup/index.js +2 -2
- package/Modal/index.js +1 -1
- package/ModuleTitle/index.js +2 -2
- package/NavigationMenu/index.js +2 -2
- package/Notification/index.js +1 -1
- package/Option/index.js +2 -2
- package/Overlay/index.js +2 -2
- package/Overspread/index.js +5 -5
- package/Pagination/index.js +2 -2
- package/Paper/index.js +1 -1
- package/Popover/index.js +1 -1
- package/PopoverV2/index.js +2 -2
- package/Products/index.js +1 -1
- package/Profile/index.js +2 -2
- package/Progress/index.js +1 -1
- 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 +2 -2
- package/SearchWithDropdown/index.js +5 -5
- package/Section/index.js +1 -1
- package/SkeletonLoader/index.js +1 -1
- package/Slider/index.js +3 -3
- package/Status/index.js +2 -2
- package/Steps/index.js +2 -2
- package/SuggestionList/index.js +1 -1
- package/Switcher/index.js +1 -1
- package/Table/index.js +8 -8
- package/TableCompositions/index.js +8 -8
- package/Tabs/index.js +1 -1
- package/Tag/index.js +1 -1
- package/Textarea/index.js +2 -2
- package/Time/index.js +1 -1
- package/TimePicker/index.js +3 -3
- package/Timeline/index.js +1 -1
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/TransferList/index.js +5 -5
- package/Uploader/index.js +2 -2
- package/ValidatableCheckbox/index.js +2 -2
- package/ValidatableDatePicker/index.js +3 -3
- package/ValidatableDropdown/index.js +5 -5
- package/ValidatableElements/index.js +5 -5
- package/ValidatableMultiSelectDropdown/index.js +5 -5
- package/ValidatableNumberInput/index.js +2 -2
- package/ValidatableRadio/index.js +1 -1
- package/ValidatableSwitcher/index.js +1 -1
- package/ValidatableTextInput/index.js +2 -2
- package/ValidatableTimeInput/index.js +2 -2
- package/ValidatableUploader/index.js +2 -2
- package/Widget/index.js +2 -2
- package/_rollupPluginBabelHelpers-a83240e1.js +11 -0
- package/{index-761141c1.js → index-3a6b7fd9.js} +6 -6
- package/{index-006d8b06.js → index-49fbb32c.js} +35 -14
- package/{index-ac5c45f7.js → index-73b4d98a.js} +1 -1
- package/{index-558ac559.js → index-d8c45742.js} +62 -85
- package/index.js +14 -13
- package/lib/atoms/Label/Label.d.ts +45 -0
- package/lib/atoms/Label/index.d.ts +1 -0
- package/lib/providers/GeneUIProvider/GeneUIProvider.d.ts +1 -1
- package/objectWithoutPropertiesLoose-e1596bdb.js +62 -0
- package/package.json +2 -2
- package/{rangeAndSlider-63c5d423.js → rangeAndSlider-693a3d41.js} +16 -8
- package/{react-beautiful-dnd.esm-0ce25a0e.js → react-beautiful-dnd.esm-bb1d95fc.js} +5 -7
- package/{redux-b3e598ca.js → redux-e591c1b8.js} +1 -1
- package/tokens-3e00442a.js +6 -0
- package/_rollupPluginBabelHelpers-e8fb2e5c.js +0 -16
- package/objectWithoutPropertiesLoose-d8a4a68c.js +0 -78
- package/tokens-d88947bf.js +0 -6
package/FormContainer/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _extends } from '../_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _extends } from '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
2
2
|
import React__default, { useMemo, useCallback, useEffect } from 'react';
|
|
3
3
|
import PropTypes from 'prop-types';
|
|
4
4
|
import { n as noop, s as stopEvent } from '../index-a0e4e333.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import CheckboxField from '../ValidatableCheckbox/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -13,7 +13,7 @@ import '../index-262edd7a.js';
|
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
14
|
import '../Checkbox/index.js';
|
|
15
15
|
import '../index-031ff73c.js';
|
|
16
|
-
import '../index-
|
|
16
|
+
import '../index-49fbb32c.js';
|
|
17
17
|
import '../tslib.es6-f211516f.js';
|
|
18
18
|
import '../hooks/useDeviceType.js';
|
|
19
19
|
import '../hooks/useWindowSize.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import DatePicker from '../ValidatableDatePicker/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -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-73b4d98a.js';
|
|
23
23
|
import '../index-122432cd.js';
|
|
24
24
|
import '../hooks/useClickOutside.js';
|
|
25
25
|
import '../Scrollbar/index.js';
|
|
@@ -31,7 +31,7 @@ import '../Icon/index.js';
|
|
|
31
31
|
import '../SuggestionList/index.js';
|
|
32
32
|
import '../config-1053d64d.js';
|
|
33
33
|
import '../callAfterDelay-7272faca.js';
|
|
34
|
-
import '../index-
|
|
34
|
+
import '../index-49fbb32c.js';
|
|
35
35
|
import '../tslib.es6-f211516f.js';
|
|
36
36
|
import '../DatePicker/index.js';
|
|
37
37
|
import '../Button/index.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import DropdownField from '../ValidatableDropdown/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -11,8 +11,8 @@ import '../hooks/useMount.js';
|
|
|
11
11
|
import '../configs-34847b77.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../objectWithoutPropertiesLoose-
|
|
14
|
+
import '../index-d8c45742.js';
|
|
15
|
+
import '../objectWithoutPropertiesLoose-e1596bdb.js';
|
|
16
16
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
17
17
|
import '../clsx.m-2bb6df4b.js';
|
|
18
18
|
import '../index-031ff73c.js';
|
|
@@ -30,12 +30,12 @@ import '../Icon/index.js';
|
|
|
30
30
|
import '../style-inject.es-746bb8ed.js';
|
|
31
31
|
import '../Empty/index.js';
|
|
32
32
|
import '../tslib.es6-f211516f.js';
|
|
33
|
-
import '../index-
|
|
33
|
+
import '../index-73b4d98a.js';
|
|
34
34
|
import '../index-122432cd.js';
|
|
35
35
|
import '../Scrollbar/index.js';
|
|
36
36
|
import '../GeneUIProvider/index.js';
|
|
37
37
|
import '../debounce-4419bc2f.js';
|
|
38
|
-
import '../index-
|
|
38
|
+
import '../index-49fbb32c.js';
|
|
39
39
|
import '../ExtendedInput/index.js';
|
|
40
40
|
import '../SuggestionList/index.js';
|
|
41
41
|
import '../config-1053d64d.js';
|
package/FormableEditor/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import Editor from '../Editor/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as _extends } from './_rollupPluginBabelHelpers-
|
|
1
|
+
import { _ as _extends } from './_rollupPluginBabelHelpers-a83240e1.js';
|
|
2
2
|
import React__default, { useState, useCallback } from 'react';
|
|
3
3
|
import { n as noop } from './index-a0e4e333.js';
|
|
4
4
|
import useMount from './hooks/useMount.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import MultiSelectDropdownField from '../ValidatableMultiSelectDropdown/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -11,8 +11,8 @@ import '../hooks/useMount.js';
|
|
|
11
11
|
import '../configs-34847b77.js';
|
|
12
12
|
import '../index-262edd7a.js';
|
|
13
13
|
import '../guid-8ddf77b3.js';
|
|
14
|
-
import '../index-
|
|
15
|
-
import '../objectWithoutPropertiesLoose-
|
|
14
|
+
import '../index-d8c45742.js';
|
|
15
|
+
import '../objectWithoutPropertiesLoose-e1596bdb.js';
|
|
16
16
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
17
17
|
import '../clsx.m-2bb6df4b.js';
|
|
18
18
|
import '../index-031ff73c.js';
|
|
@@ -30,12 +30,12 @@ import '../Icon/index.js';
|
|
|
30
30
|
import '../style-inject.es-746bb8ed.js';
|
|
31
31
|
import '../Empty/index.js';
|
|
32
32
|
import '../tslib.es6-f211516f.js';
|
|
33
|
-
import '../index-
|
|
33
|
+
import '../index-73b4d98a.js';
|
|
34
34
|
import '../index-122432cd.js';
|
|
35
35
|
import '../Scrollbar/index.js';
|
|
36
36
|
import '../GeneUIProvider/index.js';
|
|
37
37
|
import '../debounce-4419bc2f.js';
|
|
38
|
-
import '../index-
|
|
38
|
+
import '../index-49fbb32c.js';
|
|
39
39
|
import '../ExtendedInput/index.js';
|
|
40
40
|
import '../SuggestionList/index.js';
|
|
41
41
|
import '../config-1053d64d.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import NumberInput from '../ValidatableNumberInput/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -25,7 +25,7 @@ import '../hooks/useClickOutside.js';
|
|
|
25
25
|
import '../config-1053d64d.js';
|
|
26
26
|
import '../Scrollbar/index.js';
|
|
27
27
|
import '../callAfterDelay-7272faca.js';
|
|
28
|
-
import '../index-
|
|
28
|
+
import '../index-49fbb32c.js';
|
|
29
29
|
import '../tslib.es6-f211516f.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
31
31
|
|
package/FormableRadio/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import Radio from '../ValidatableRadio/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import SwitcherElement from '../ValidatableSwitcher/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import TextInput from '../ValidatableTextInput/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -25,7 +25,7 @@ import '../hooks/useClickOutside.js';
|
|
|
25
25
|
import '../config-1053d64d.js';
|
|
26
26
|
import '../Scrollbar/index.js';
|
|
27
27
|
import '../callAfterDelay-7272faca.js';
|
|
28
|
-
import '../index-
|
|
28
|
+
import '../index-49fbb32c.js';
|
|
29
29
|
import '../tslib.es6-f211516f.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
31
31
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-f4120178.js';
|
|
2
2
|
import UploaderField from '../ValidatableUploader/index.js';
|
|
3
|
-
import '../_rollupPluginBabelHelpers-
|
|
3
|
+
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import '../index-a0e4e333.js';
|
|
6
6
|
import 'prop-types';
|
|
@@ -28,7 +28,7 @@ import '../hooks/useClickOutside.js';
|
|
|
28
28
|
import '../config-1053d64d.js';
|
|
29
29
|
import '../Scrollbar/index.js';
|
|
30
30
|
import '../callAfterDelay-7272faca.js';
|
|
31
|
-
import '../index-
|
|
31
|
+
import '../index-49fbb32c.js';
|
|
32
32
|
import '../GeneUIProvider/index.js';
|
|
33
33
|
import '../Grid/index.js';
|
|
34
34
|
import '../hooks/useWidth.js';
|