@geneui/components 3.0.0-next-32cea53-25092024 → 3.0.0-next-331eb7d-01102024
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 -4
- package/AdvancedSearch/index.js +4 -4
- package/Alert/index.js +1 -1
- package/Avatar/index.js +49 -21
- package/Badge/index.js +1 -1
- package/Breadcrumb/index.js +3 -3
- package/BusyLoader/index.js +1 -1
- package/Button/index.js +1 -1
- package/CHANGELOG.md +8 -0
- package/Card/index.js +3 -3
- package/CardList/index.js +9 -9
- package/{CellMeasurerCache-281a5a2a.js → CellMeasurerCache-0b14f9d9.js} +1 -1
- package/Charts/index.js +19 -19
- package/Checkbox/index.js +2 -2
- package/CheckboxGroup/index.js +2 -2
- package/CheckboxGroupWithSearch/index.js +4 -4
- package/Collapse/index.js +2 -2
- package/ColorPicker/index.js +2 -2
- package/ComboBox/index.js +4 -4
- package/Copy/index.js +2 -3
- package/Counter/index.js +3 -3
- package/DateFilter/index.js +4 -4
- package/DatePicker/index.js +2 -2
- package/DatePickerInput/index.js +4 -4
- package/Divider/index.js +1 -1
- package/Drawer/index.js +3 -3
- package/Dropdown/index.js +5 -5
- package/Editor/index.js +2 -2
- package/Empty/index.js +1 -1
- package/ExtendedInput/index.js +3 -3
- package/Form/index.js +6 -6
- package/FormContainer/index.js +2 -2
- 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-f4120178.js → FormableHOC-a4ebfd24.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 +135 -117
- package/Grid/index.js +1 -1
- package/HelperText/index.js +2 -3
- package/Holder/index.js +3 -3
- package/Icon/index.js +1 -1
- package/Image/index.js +3 -3
- package/ImagePreview/index.js +3 -3
- package/InteractiveWidget/index.js +3 -3
- package/KeyValue/index.js +1 -1
- package/Label/index.js +2 -3
- package/LinkButton/index.js +2 -2
- package/Loader/index.js +1 -1
- package/Menu/index.js +2 -3
- package/MobileNavigation/index.js +1 -1
- package/MobilePopup/index.js +3 -3
- package/Modal/index.js +2 -2
- package/ModuleTitle/index.js +3 -3
- package/NavigationMenu/index.js +3 -3
- package/Notification/index.js +1 -1
- package/Option/index.js +2 -3
- package/Overlay/index.js +3 -3
- package/Overspread/index.js +6 -6
- package/Pagination/index.js +3 -3
- package/Paper/index.js +1 -1
- package/Popover/index.js +2 -2
- package/PopoverV2/index.js +2 -2
- package/Products/index.js +1 -1
- package/Profile/index.js +6 -4
- package/Progress/index.js +2 -2
- package/Radio/index.js +1 -1
- package/RadioGroup/index.js +1 -1
- package/Range/index.js +1 -1
- package/Rating/index.js +1 -1
- package/RichEditor/index.js +2 -2
- package/{RichEditor-3ad651c7.js → RichEditor-fa938efe.js} +2 -2
- package/Scrollbar/index.js +1 -1
- package/Search/index.js +2 -2
- package/SearchWithDropdown/index.js +6 -6
- package/Section/index.js +1 -1
- package/SkeletonLoader/index.js +1 -1
- package/Slider/index.js +3 -3
- package/Status/index.js +2 -3
- package/Steps/index.js +3 -3
- package/SuggestionList/index.js +2 -2
- package/Switcher/index.js +2 -2
- package/Table/index.js +9 -9
- package/TableCompositions/index.js +10 -10
- package/Tabs/index.js +2 -2
- package/Tag/index.js +1 -1
- package/Textarea/index.js +2 -2
- package/Time/index.js +1 -1
- package/TimePicker/index.js +4 -4
- package/Timeline/index.js +3 -3
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +1 -2
- package/TransferList/index.js +6 -6
- package/Uploader/index.js +6 -6
- 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 +3 -3
- package/hooks/useMount.js +1 -1
- package/{index-49fbb32c.js → index-0c18f902.js} +45 -31
- package/{index-d8c45742.js → index-24537904.js} +6 -5
- package/{index-3a6b7fd9.js → index-59637c99.js} +9 -9
- package/{index-73b4d98a.js → index-5a08e021.js} +2 -2
- package/{index-a0e4e333.js → index-5f37f281.js} +1 -2
- package/{index-263b0f0b.js → index-b3a30cb9.js} +1 -1
- package/index.js +11 -11
- package/lib/atoms/Avatar/Avatar.d.ts +31 -15
- package/lib/molecules/Tooltip/Tooltip.d.ts +1 -5
- package/package.json +2 -2
- package/{rangeAndSlider-63c5d423.js → rangeAndSlider-693a3d41.js} +16 -8
- package/{react-beautiful-dnd.esm-bb1d95fc.js → react-beautiful-dnd.esm-1cdf39df.js} +1 -1
- package/tokens-7ae95ae2.js +6 -0
- package/tokens-3e00442a.js +0 -6
package/FormableEditor/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-a4ebfd24.js';
|
|
2
2
|
import Editor from '../Editor/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5f37f281.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { _ as _extends } from './_rollupPluginBabelHelpers-a83240e1.js';
|
|
2
2
|
import React__default, { useState, useCallback } from 'react';
|
|
3
|
-
import { n as noop } from './index-
|
|
3
|
+
import { n as noop } from './index-5f37f281.js';
|
|
4
4
|
import useMount from './hooks/useMount.js';
|
|
5
5
|
import './configs-34847b77.js';
|
|
6
6
|
import { u as useFormContext } from './index-262edd7a.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-a4ebfd24.js';
|
|
2
2
|
import MultiSelectDropdownField from '../ValidatableMultiSelectDropdown/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5f37f281.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -11,7 +11,7 @@ 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-
|
|
14
|
+
import '../index-24537904.js';
|
|
15
15
|
import '../objectWithoutPropertiesLoose-e1596bdb.js';
|
|
16
16
|
import '../react-lifecycles-compat.es-6e1f3768.js';
|
|
17
17
|
import '../clsx.m-2bb6df4b.js';
|
|
@@ -30,19 +30,19 @@ 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-5a08e021.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-0c18f902.js';
|
|
39
39
|
import '../ExtendedInput/index.js';
|
|
40
40
|
import '../SuggestionList/index.js';
|
|
41
41
|
import '../config-1053d64d.js';
|
|
42
42
|
import '../callAfterDelay-7272faca.js';
|
|
43
43
|
import '../Checkbox/index.js';
|
|
44
44
|
import '../checkboxRadioSwitcher-5b69d7bd.js';
|
|
45
|
-
import '../index-
|
|
45
|
+
import '../index-b3a30cb9.js';
|
|
46
46
|
import '../Tag/index.js';
|
|
47
47
|
|
|
48
48
|
var FormableMultiSelectDropdown = Formable(MultiSelectDropdownField);
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-a4ebfd24.js';
|
|
2
2
|
import NumberInput from '../ValidatableNumberInput/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5f37f281.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -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-0c18f902.js';
|
|
29
29
|
import '../tslib.es6-f211516f.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
31
31
|
|
package/FormableRadio/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-a4ebfd24.js';
|
|
2
2
|
import Radio from '../ValidatableRadio/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5f37f281.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-a4ebfd24.js';
|
|
2
2
|
import SwitcherElement from '../ValidatableSwitcher/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5f37f281.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-a4ebfd24.js';
|
|
2
2
|
import TextInput from '../ValidatableTextInput/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5f37f281.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -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-0c18f902.js';
|
|
29
29
|
import '../tslib.es6-f211516f.js';
|
|
30
30
|
import '../GeneUIProvider/index.js';
|
|
31
31
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { F as Formable } from '../FormableHOC-
|
|
1
|
+
import { F as Formable } from '../FormableHOC-a4ebfd24.js';
|
|
2
2
|
import UploaderField from '../ValidatableUploader/index.js';
|
|
3
3
|
import '../_rollupPluginBabelHelpers-a83240e1.js';
|
|
4
4
|
import 'react';
|
|
5
|
-
import '../index-
|
|
5
|
+
import '../index-5f37f281.js';
|
|
6
6
|
import 'prop-types';
|
|
7
7
|
import '../dateValidation-67caec66.js';
|
|
8
8
|
import '../_commonjsHelpers-24198af3.js';
|
|
@@ -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-0c18f902.js';
|
|
32
32
|
import '../GeneUIProvider/index.js';
|
|
33
33
|
import '../Grid/index.js';
|
|
34
34
|
import '../hooks/useWidth.js';
|