@geneui/components 2.12.1 → 2.12.3
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 +1 -1
- package/AdvancedSearch/index.js +2 -3
- package/Alert/index.js +1 -1
- package/Avatar/index.js +1 -1
- package/Badge/index.js +1 -1
- package/Breadcrumb/index.js +1 -1
- package/BusyLoader/index.js +1 -1
- package/Button/index.js +1 -1
- package/CHANGELOG.md +22 -1
- package/Card/index.js +1 -1
- package/CardList/index.js +9 -7
- package/{CellMeasurerCache-bc2163c1.js → CellMeasurerCache-adfdc2bd.js} +1 -1
- package/Charts/index.js +23 -23
- 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/Counter/index.js +1 -1
- package/DateFilter/index.js +2 -3
- package/DatePicker/index.js +1 -1
- package/DatePickerInput/index.js +14 -14
- package/Divider/index.js +1 -1
- package/Drawer/index.js +1 -1
- package/Dropdown/index.js +4 -4
- package/Editor/index.js +1 -1
- package/Empty/index.js +1 -1
- package/ExtendedInput/index.js +2 -2
- package/Form/index.js +7 -10
- package/FormContainer/index.js +1 -1
- package/FormableDatePicker/index.js +1 -2
- package/FormableDropdown/index.js +6 -6
- package/FormableMultiSelectDropdown/index.js +6 -6
- package/GeneUIProvider/index.js +1 -6
- package/Grid/index.js +1 -1
- package/Holder/index.js +1 -1
- package/Icon/index.js +1 -1
- package/Image/index.js +1 -1
- package/ImagePreview/index.js +1 -1
- package/KeyValue/index.js +1 -1
- package/Label/index.js +1 -1
- package/LinkButton/index.js +1 -1
- package/Menu/index.js +1 -1
- package/MobileNavigation/index.js +1 -1
- package/MobilePopup/index.js +1 -1
- package/Modal/index.js +1 -1
- package/ModuleTitle/index.js +1 -1
- package/NavigationMenu/index.js +1 -1
- package/Notification/index.js +1 -1
- package/Option/index.js +1 -1
- package/Overlay/index.js +1 -1
- package/Overspread/index.js +5 -3
- package/Pagination/index.js +1 -1
- package/Paper/index.js +1 -1
- package/Popover/index.js +1 -1
- package/PopoverV2/index.js +16 -987
- package/Portal/index.js +4 -3
- package/Products/index.js +1 -1
- package/Profile/index.js +1 -1
- package/Progress/index.js +1 -1
- package/RichEditor/index.js +1 -1
- package/{RichEditor-8b9c3afa.js → RichEditor-975242b3.js} +1 -1
- package/Scrollbar/index.js +1 -1
- package/SearchWithDropdown/index.js +6 -6
- package/Section/index.js +1 -1
- package/SkeletonLoader/index.js +1 -1
- package/Status/index.js +1 -1
- package/Steps/index.js +1 -1
- package/SuggestionList/index.js +1 -1
- package/Switcher/index.js +1 -1
- package/Table/index.js +5 -5
- package/TableCompositions/index.js +12 -13
- package/Tabs/index.js +1 -1
- package/Tag/index.js +1 -1
- package/Time/index.js +1 -1
- package/TimePicker/index.js +2 -3
- package/Timeline/index.js +2 -2
- package/Title/index.js +1 -1
- package/Toaster/index.js +1 -1
- package/Tooltip/index.js +1 -1
- package/TransferList/index.js +3 -3
- package/Uploader/index.js +4 -4
- package/ValidatableDatePicker/index.js +1 -2
- package/ValidatableDropdown/index.js +7 -7
- package/ValidatableElements/index.js +7 -10
- package/ValidatableMultiSelectDropdown/index.js +7 -7
- package/ValidatableNumberInput/index.js +7 -0
- package/Widget/index.js +6 -6
- package/{index-583e0b30.js → index-477d7ba1.js} +1 -1
- package/{index-78d2ea5b.js → index-9d79e8f5.js} +7 -7
- package/index-9ebbdd1f.js +1940 -0
- package/{index-bd525a3a.js → index-a74a52df.js} +4 -4
- package/index.js +6 -7
- package/package.json +1 -5
- package/jsx-runtime-57b40d9e.js +0 -957
|
@@ -19,12 +19,12 @@ import { i as inputConfig, s as screenTypes, e as popoverConfig } from './config
|
|
|
19
19
|
import { s as stopEvent, n as noop$1 } from './index-a0e4e333.js';
|
|
20
20
|
import BusyLoader from './BusyLoader/index.js';
|
|
21
21
|
import Empty from './Empty/index.js';
|
|
22
|
-
import
|
|
22
|
+
import { P as PopoverV2 } from './index-9ebbdd1f.js';
|
|
23
23
|
import Tooltip from './Tooltip/index.js';
|
|
24
24
|
import ExtendedInput from './ExtendedInput/index.js';
|
|
25
25
|
import Icon from './Icon/index.js';
|
|
26
26
|
import Checkbox from './Checkbox/index.js';
|
|
27
|
-
import './index-
|
|
27
|
+
import './index-477d7ba1.js';
|
|
28
28
|
import Tag from './Tag/index.js';
|
|
29
29
|
import { c as callAfterDelay } from './config-0ca92874.js';
|
|
30
30
|
|
|
@@ -9366,7 +9366,7 @@ function Dropdown(_ref2) {
|
|
|
9366
9366
|
*/
|
|
9367
9367
|
const outsideClickInputHandler = useClickOutside(e => {
|
|
9368
9368
|
if (!opened && !parentRef.current.contains(e.target)) {
|
|
9369
|
-
setInputOutsideClick(
|
|
9369
|
+
setInputOutsideClick(true);
|
|
9370
9370
|
}
|
|
9371
9371
|
});
|
|
9372
9372
|
|
|
@@ -9626,7 +9626,7 @@ function Dropdown(_ref2) {
|
|
|
9626
9626
|
width: 'fit-content'
|
|
9627
9627
|
},
|
|
9628
9628
|
className: "input-title ellipsis-text"
|
|
9629
|
-
}, inputLabel)), !disabled ? /*#__PURE__*/React__default.createElement(
|
|
9629
|
+
}, inputLabel)), !disabled ? /*#__PURE__*/React__default.createElement(PopoverV2, _extends$1({
|
|
9630
9630
|
contentRef: outsideClickHandler,
|
|
9631
9631
|
onSwipedDown: handleSwipedDown,
|
|
9632
9632
|
getScrollRef: setScrollRef,
|
package/index.js
CHANGED
|
@@ -14,7 +14,7 @@ export { default as Scrollbar } from './Scrollbar/index.js';
|
|
|
14
14
|
export { default as Time } from './Time/index.js';
|
|
15
15
|
export { default as Empty } from './Empty/index.js';
|
|
16
16
|
export { default as Popover } from './Popover/index.js';
|
|
17
|
-
export {
|
|
17
|
+
export { P as PopoverV2 } from './index-9ebbdd1f.js';
|
|
18
18
|
export { default as Title } from './Title/index.js';
|
|
19
19
|
export { default as Image } from './Image/index.js';
|
|
20
20
|
export { default as KeyValue } from './KeyValue/index.js';
|
|
@@ -93,14 +93,14 @@ export { default as Overspread } from './Overspread/index.js';
|
|
|
93
93
|
export { default as DatePicker } from './DatePicker/index.js';
|
|
94
94
|
export { default as DateFilter } from './DateFilter/index.js';
|
|
95
95
|
export { ComboTable, PaginationSelector, PaperWrapper, TableContainer, TableHeader, TablePagination, TableTitle, WithHeader, WithTitle } from './TableCompositions/index.js';
|
|
96
|
-
export { D as Dropdown } from './index-
|
|
97
|
-
export { T as Table } from './index-
|
|
96
|
+
export { D as Dropdown } from './index-a74a52df.js';
|
|
97
|
+
export { T as Table } from './index-9d79e8f5.js';
|
|
98
98
|
export { CardList, WrappedCardList } from './CardList/index.js';
|
|
99
99
|
import 'react';
|
|
100
100
|
import 'prop-types';
|
|
101
101
|
export { default as Form } from './FormContainer/index.js';
|
|
102
102
|
export { default as TransferList } from './TransferList/index.js';
|
|
103
|
-
export { R as RichEditor } from './RichEditor-
|
|
103
|
+
export { R as RichEditor } from './RichEditor-975242b3.js';
|
|
104
104
|
export { default as Drawer } from './Drawer/index.js';
|
|
105
105
|
export { default as ActionableList } from './ActionableList/index.js';
|
|
106
106
|
export { GeneUIDesignSystemContext, default as GeneUIProvider } from './GeneUIProvider/index.js';
|
|
@@ -136,7 +136,6 @@ import './guid-8ddf77b3.js';
|
|
|
136
136
|
import './localization-4ba17032.js';
|
|
137
137
|
import './Popover-f4d1cac0.js';
|
|
138
138
|
import './index-122432cd.js';
|
|
139
|
-
import './jsx-runtime-57b40d9e.js';
|
|
140
139
|
import './debounce-4419bc2f.js';
|
|
141
140
|
import './rangeAndSlider-0301a458.js';
|
|
142
141
|
import './index-45eafea6.js';
|
|
@@ -145,9 +144,9 @@ import './SuggestionList/index.js';
|
|
|
145
144
|
import './config-0ca92874.js';
|
|
146
145
|
import './checkTimeValidation-e56771be.js';
|
|
147
146
|
import './index-262edd7a.js';
|
|
148
|
-
import './index-
|
|
147
|
+
import './index-477d7ba1.js';
|
|
149
148
|
import './objectWithoutPropertiesLoose-d8a4a68c.js';
|
|
150
149
|
import './clsx.m-2bb6df4b.js';
|
|
151
|
-
import './CellMeasurerCache-
|
|
150
|
+
import './CellMeasurerCache-adfdc2bd.js';
|
|
152
151
|
import './index-b1e429a7.js';
|
|
153
152
|
import './react-beautiful-dnd.esm-04c14563.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geneui/components",
|
|
3
3
|
"description": "The Gene UI components library designed for BI tools",
|
|
4
|
-
"version": "2.12.
|
|
4
|
+
"version": "2.12.3",
|
|
5
5
|
"author": "SoftConstruct",
|
|
6
6
|
"homepage": "https://github.com/softconstruct/gene-ui-components#readme",
|
|
7
7
|
"repository": {
|
|
@@ -19,10 +19,6 @@
|
|
|
19
19
|
],
|
|
20
20
|
"main": "index.js",
|
|
21
21
|
"typings": "index.d.ts",
|
|
22
|
-
"sideEffects": [
|
|
23
|
-
"**/*.css",
|
|
24
|
-
"**/*.scss"
|
|
25
|
-
],
|
|
26
22
|
"scripts": {
|
|
27
23
|
"start": "npm run test && storybook dev -p 6006",
|
|
28
24
|
"dev": "concurrently --kill-others -g \"npm:test:watch\" \"npm:start\"",
|