@geneui/components 2.11.2 → 2.12.1

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.
Files changed (213) hide show
  1. package/{ActionableList.js → ActionableList/index.js} +83 -152
  2. package/{AdvancedSearch.js → AdvancedSearch/index.js} +291 -304
  3. package/Alert/index.js +97 -0
  4. package/Avatar/index.js +30 -0
  5. package/Badge/index.js +75 -0
  6. package/{Breadcrumb.js → Breadcrumb/index.js} +32 -31
  7. package/BusyLoader/index.js +68 -0
  8. package/Button/index.js +129 -0
  9. package/CHANGELOG.md +40 -0
  10. package/{Card.js → Card/index.js} +82 -94
  11. package/{CardList.js → CardList/index.js} +118 -165
  12. package/{CellMeasurerCache-b786dd93.js → CellMeasurerCache-bc2163c1.js} +2 -2
  13. package/{index-9164a86d.js → Charts/index.js} +17103 -30447
  14. package/{Checkbox.js → Checkbox/index.js} +37 -38
  15. package/{CheckboxGroup.js → CheckboxGroup/index.js} +41 -42
  16. package/{CheckboxGroupWithSearch.js → CheckboxGroupWithSearch/index.js} +64 -65
  17. package/{Collapse.js → Collapse/index.js} +28 -29
  18. package/{ColorPicker.js → ColorPicker/index.js} +16 -16
  19. package/ComboBox/index.js +525 -0
  20. package/Counter/index.js +310 -0
  21. package/{DateFilter.js → DateFilter/index.js} +46 -43
  22. package/{DatePicker.js → DatePicker/index.js} +106 -108
  23. package/{index-0199942c.js → DatePickerInput/index.js} +103 -89
  24. package/{Divider.js → Divider/index.js} +9 -10
  25. package/{Drawer.js → Drawer/index.js} +40 -41
  26. package/Dropdown/index.js +41 -0
  27. package/{Editor.js → Editor/index.js} +165 -164
  28. package/{Empty.js → Empty/index.js} +12 -13
  29. package/{ExtendedInput.js → ExtendedInput/index.js} +81 -71
  30. package/Form/index.js +86 -0
  31. package/{FormContainer.js → FormContainer/index.js} +25 -26
  32. package/FormableCheckbox/index.js +26 -0
  33. package/FormableDatePicker/index.js +42 -0
  34. package/FormableDropdown/index.js +48 -0
  35. package/FormableEditor/index.js +24 -0
  36. package/{FormableHOC-21051057.js → FormableHOC-55263162.js} +3 -3
  37. package/FormableMultiSelectDropdown/index.js +48 -0
  38. package/FormableNumberInput/index.js +32 -0
  39. package/FormableRadio/index.js +22 -0
  40. package/FormableSwitcher/index.js +22 -0
  41. package/FormableTextInput/index.js +32 -0
  42. package/FormableUploader/index.js +42 -0
  43. package/GeneUIProvider/index.js +282 -0
  44. package/{Grid.js → Grid/index.js} +27 -27
  45. package/Holder/index.js +261 -0
  46. package/{Icon.js → Icon/index.js} +9 -10
  47. package/Image/index.js +129 -0
  48. package/ImagePreview/index.js +481 -0
  49. package/{KeyValue.js → KeyValue/index.js} +11 -12
  50. package/LICENSE +21 -0
  51. package/Label/index.js +57 -0
  52. package/LinkButton/index.js +67 -0
  53. package/{Menu.js → Menu/index.js} +27 -28
  54. package/MobileNavigation/index.js +94 -0
  55. package/{MobilePopup.js → MobilePopup/index.js} +42 -41
  56. package/{Modal.js → Modal/index.js} +39 -40
  57. package/ModuleTitle/index.js +143 -0
  58. package/{NavigationMenu.js → NavigationMenu/index.js} +30 -29
  59. package/Notification/index.js +119 -0
  60. package/Option/index.js +184 -0
  61. package/Overlay/index.js +189 -0
  62. package/Overspread/index.js +287 -0
  63. package/{Pagination.js → Pagination/index.js} +35 -34
  64. package/Paper/index.js +96 -0
  65. package/{index-084588e9.js → Popover/index.js} +48 -58
  66. package/{index-5e96cb4d.js → PopoverV2/index.js} +57 -1006
  67. package/{Portal.js → Portal/index.js} +7 -8
  68. package/{Products.js → Products/index.js} +20 -21
  69. package/Profile/index.js +585 -0
  70. package/Progress/index.js +199 -0
  71. package/{QRCode.js → QRCode/index.js} +4 -6
  72. package/{Radio.js → Radio/index.js} +25 -26
  73. package/{RadioGroup.js → RadioGroup/index.js} +17 -18
  74. package/{index-00fe8887.js → Range/index.js} +29 -32
  75. package/RichEditor/index.js +13 -0
  76. package/{RichEditor-98accead.js → RichEditor-8b9c3afa.js} +18 -18
  77. package/{Scrollbar.js → Scrollbar/index.js} +15 -17
  78. package/{Search.js → Search/index.js} +25 -24
  79. package/SearchWithDropdown/index.js +138 -0
  80. package/Section/index.js +61 -0
  81. package/{SkeletonLoader.js → SkeletonLoader/index.js} +13 -14
  82. package/{Slider.js → Slider/index.js} +46 -43
  83. package/Status/index.js +103 -0
  84. package/Steps/index.js +313 -0
  85. package/{index-897d8240.js → SuggestionList/index.js} +15 -38
  86. package/{Switcher.js → Switcher/index.js} +30 -31
  87. package/Table/index.js +53 -0
  88. package/{TableCompositions.js → TableCompositions/index.js} +132 -168
  89. package/Tabs/index.js +235 -0
  90. package/Tag/index.js +102 -0
  91. package/{TextLink.js → TextLink/index.js} +3 -3
  92. package/{Textarea.js → Textarea/index.js} +66 -65
  93. package/{Time.js → Time/index.js} +13 -14
  94. package/TimePicker/index.js +556 -0
  95. package/Timeline/index.js +113 -0
  96. package/Title/index.js +65 -0
  97. package/{Toaster.js → Toaster/index.js} +19 -20
  98. package/{Tooltip.js → Tooltip/index.js} +27 -28
  99. package/{TransferList.js → TransferList/index.js} +44 -55
  100. package/{index-135b9d17.js → Uploader/index.js} +119 -116
  101. package/{ValidatableCheckbox.js → ValidatableCheckbox/index.js} +23 -24
  102. package/{ValidatableDatePicker.js → ValidatableDatePicker/index.js} +45 -42
  103. package/ValidatableDropdown/index.js +139 -0
  104. package/ValidatableElements/index.js +68 -0
  105. package/ValidatableMultiSelectDropdown/index.js +150 -0
  106. package/{ValidatableNumberInput.js → ValidatableNumberInput/index.js} +34 -33
  107. package/{ValidatableRadio.js → ValidatableRadio/index.js} +19 -20
  108. package/{ValidatableSwitcher.js → ValidatableSwitcher/index.js} +19 -20
  109. package/{ValidatableTextInput.js → ValidatableTextInput/index.js} +32 -31
  110. package/{ValidatableTimeInput.js → ValidatableTimeInput/index.js} +31 -30
  111. package/{ValidatableUploader.js → ValidatableUploader/index.js} +36 -34
  112. package/Widget/index.js +227 -0
  113. package/config-0ca92874.js +31 -0
  114. package/{configs-91c86664.js → configs-fed6ac34.js} +28 -1
  115. package/hooks/useBodyScroll.js +16 -0
  116. package/hooks/useClick.js +18 -0
  117. package/{useClickOutside-5183e396.js → hooks/useClickOutside.js} +1 -1
  118. package/hooks/useDebounceHook.js +16 -0
  119. package/{useDeviceType-dd51db38.js → hooks/useDeviceType.js} +4 -3
  120. package/hooks/useDidMount.js +15 -0
  121. package/{useEllipsisDetection-ef536015.js → hooks/useEllipsisDetection.js} +1 -1
  122. package/hooks/useForceUpdate.js +8 -0
  123. package/hooks/useImgDownload.js +18 -0
  124. package/{useKeyDown-38102ae7.js → hooks/useKeyDown.js} +1 -1
  125. package/hooks/useMount.js +13 -0
  126. package/hooks/useMutationObserver.js +21 -0
  127. package/hooks/usePrevious.js +10 -0
  128. package/hooks/useThrottle.js +16 -0
  129. package/hooks/useToggle.js +11 -0
  130. package/hooks/useUpdatableRef.js +14 -0
  131. package/hooks/useUpdate.js +10 -0
  132. package/{useWidth-9f4647f8.js → hooks/useWidth.js} +2 -2
  133. package/{useWindowSize-80369d76.js → hooks/useWindowSize.js} +1 -1
  134. package/index-45eafea6.js +90 -0
  135. package/index-583e0b30.js +4 -0
  136. package/{index-8c98317a.js → index-78d2ea5b.js} +678 -752
  137. package/{index-ac59cb10.js → index-a0e4e333.js} +6 -6
  138. package/{index-e8776f3d.js → index-b1e429a7.js} +1 -1
  139. package/index-bd525a3a.js +10054 -0
  140. package/index.d.ts +115 -0
  141. package/index.js +138 -113
  142. package/index.mobile.d.ts +16 -0
  143. package/jsx-runtime-57b40d9e.js +957 -0
  144. package/lib/atoms/Avatar/Avatar.d.ts +34 -0
  145. package/lib/atoms/Avatar/index.d.ts +1 -0
  146. package/lib/atoms/LinkButton/LinkButton.d.ts +46 -0
  147. package/lib/atoms/LinkButton/index.d.ts +1 -0
  148. package/{objectWithoutPropertiesLoose-299691d8.js → objectWithoutPropertiesLoose-d8a4a68c.js} +12 -12
  149. package/package.json +42 -22
  150. package/{rangeAndSlider-20599da4.js → rangeAndSlider-0301a458.js} +220 -375
  151. package/{react-beautiful-dnd.esm-38c37304.js → react-beautiful-dnd.esm-04c14563.js} +9 -9
  152. package/react-lifecycles-compat.es-6e1f3768.js +158 -0
  153. package/Alert.js +0 -98
  154. package/Avatar.js +0 -77
  155. package/Badge.js +0 -76
  156. package/BusyLoader.js +0 -69
  157. package/Button.js +0 -130
  158. package/Charts.js +0 -99
  159. package/ComboBox.js +0 -99
  160. package/Counter.js +0 -99
  161. package/DatePickerInput.js +0 -30
  162. package/Dropdown.js +0 -99
  163. package/Form.js +0 -116
  164. package/FormableCheckbox.js +0 -27
  165. package/FormableDatePicker.js +0 -39
  166. package/FormableDropdown.js +0 -105
  167. package/FormableEditor.js +0 -24
  168. package/FormableMultiSelectDropdown.js +0 -105
  169. package/FormableNumberInput.js +0 -31
  170. package/FormableRadio.js +0 -23
  171. package/FormableSwitcher.js +0 -23
  172. package/FormableTextInput.js +0 -31
  173. package/FormableUploader.js +0 -40
  174. package/GeneUIProvider.js +0 -256
  175. package/Holder.js +0 -99
  176. package/Image.js +0 -130
  177. package/ImagePreview.js +0 -99
  178. package/Label.js +0 -58
  179. package/LinkButton.js +0 -104
  180. package/MobileNavigation.js +0 -95
  181. package/ModuleTitle.js +0 -99
  182. package/Notification.js +0 -120
  183. package/Option.js +0 -186
  184. package/Overlay.js +0 -99
  185. package/Overspread.js +0 -343
  186. package/Paper.js +0 -97
  187. package/Popover.js +0 -20
  188. package/PopoverV2.js +0 -19
  189. package/Profile.js +0 -99
  190. package/Progress.js +0 -200
  191. package/Range.js +0 -14
  192. package/RichEditor.js +0 -13
  193. package/SearchWithDropdown.js +0 -195
  194. package/Section.js +0 -62
  195. package/Status.js +0 -104
  196. package/Steps.js +0 -312
  197. package/SuggestionList.js +0 -15
  198. package/Table.js +0 -102
  199. package/Tabs.js +0 -236
  200. package/Tag.js +0 -103
  201. package/TimePicker.js +0 -99
  202. package/Timeline.js +0 -114
  203. package/Title.js +0 -66
  204. package/Uploader.js +0 -32
  205. package/ValidatableDropdown.js +0 -99
  206. package/ValidatableElements.js +0 -99
  207. package/ValidatableMultiSelectDropdown.js +0 -99
  208. package/Widget.js +0 -99
  209. package/globalStyling-9c60a159.js +0 -4
  210. package/index-2030e31c.js +0 -4
  211. package/index-b7a33c58.js +0 -11
  212. package/index-e0af0caf.js +0 -1182
  213. package/useMount-6fef51a5.js +0 -9
@@ -1,21 +1,20 @@
1
- import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
1
+ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { forwardRef, useState, useMemo } from 'react';
3
- import { p as propTypesExports } from './index-e0af0caf.js';
4
- import { c as classnames } from './index-6ff23041.js';
5
- import { c as checkboxRadioSwitcherConfig } from './configs-91c86664.js';
6
- import { n as noop, i as interceptValue, s as stopEvent } from './index-ac59cb10.js';
7
- import Tooltip from './Tooltip.js';
8
- import './globalStyling-9c60a159.js';
9
- import './checkboxRadioSwitcher-5b69d7bd.js';
10
- import { g as guid } from './guid-8ddf77b3.js';
11
- import './dateValidation-67caec66.js';
12
- import './_commonjsHelpers-24198af3.js';
3
+ import PropTypes from 'prop-types';
4
+ import { c as classnames } from '../index-6ff23041.js';
5
+ import { c as checkboxRadioSwitcherConfig } from '../configs-fed6ac34.js';
6
+ import { n as noop, i as interceptValue, s as stopEvent } from '../index-a0e4e333.js';
7
+ import Tooltip from '../Tooltip/index.js';
8
+ import '../checkboxRadioSwitcher-5b69d7bd.js';
9
+ import { g as guid } from '../guid-8ddf77b3.js';
10
+ import '../dateValidation-67caec66.js';
11
+ import '../_commonjsHelpers-24198af3.js';
13
12
  import 'react-dom';
14
- import './Popover-f4d1cac0.js';
15
- import './useDeviceType-dd51db38.js';
16
- import './useWindowSize-80369d76.js';
17
- import './GeneUIProvider.js';
18
- import './style-inject.es-746bb8ed.js';
13
+ import '../Popover-f4d1cac0.js';
14
+ import '../hooks/useDeviceType.js';
15
+ import '../hooks/useWindowSize.js';
16
+ import '../GeneUIProvider/index.js';
17
+ import '../style-inject.es-746bb8ed.js';
19
18
 
20
19
  const Checkbox = /*#__PURE__*/forwardRef((props, ref) => {
21
20
  const {
@@ -123,92 +122,92 @@ Checkbox.propTypes = {
123
122
  /**
124
123
  * At what point an element becomes focusable when a user is interacting with the page via a keyboard
125
124
  */
126
- tabIndex: propTypesExports.number,
125
+ tabIndex: PropTypes.number,
127
126
  /**
128
127
  * Use this prop to control Checkbox state. Note that when you specify this prop, the Checkbox will not functionate itself
129
128
  */
130
- checked: propTypesExports.bool,
129
+ checked: PropTypes.bool,
131
130
  /**
132
131
  * Checkbox size
133
132
  */
134
- size: propTypesExports.oneOf(checkboxRadioSwitcherConfig.size),
133
+ size: PropTypes.oneOf(checkboxRadioSwitcherConfig.size),
135
134
  /**
136
135
  * Use this prop to add an additional label to Checkbox
137
136
  */
138
- label: propTypesExports.node,
137
+ label: PropTypes.node,
139
138
  /**
140
139
  * Tooltip for label
141
140
  */
142
- labelTooltip: propTypesExports.string,
141
+ labelTooltip: PropTypes.string,
143
142
  /**
144
143
  * Specify "label" position
145
144
  */
146
- labelPosition: propTypesExports.oneOf(checkboxRadioSwitcherConfig.labelPosition),
145
+ labelPosition: PropTypes.oneOf(checkboxRadioSwitcherConfig.labelPosition),
147
146
  /**
148
147
  * Specify "label" alignment
149
148
  */
150
- labelAlignment: propTypesExports.oneOf(checkboxRadioSwitcherConfig.labelAlignment),
149
+ labelAlignment: PropTypes.oneOf(checkboxRadioSwitcherConfig.labelAlignment),
151
150
  /**
152
151
  * Use this prop to add an additional description field to the Checkbox
153
152
  */
154
- description: propTypesExports.node,
153
+ description: PropTypes.node,
155
154
  /**
156
155
  * Use this prop to make checkbox neither checked nor unchecked
157
156
  */
158
- indeterminate: propTypesExports.bool,
157
+ indeterminate: PropTypes.bool,
159
158
  /**
160
159
  * Makes Checkbox readonly when set to "true"
161
160
  */
162
- readOnly: propTypesExports.bool,
161
+ readOnly: PropTypes.bool,
163
162
  /**
164
163
  * Makes Checkbox disabled when set to "true"
165
164
  */
166
- disabled: propTypesExports.bool,
165
+ disabled: PropTypes.bool,
167
166
  /**
168
167
  * Checkbox adds an extra asterisk to the "label". For more info see "ValidatableCheckbox"(integrated Checkbox with "Form" organism).
169
168
  */
170
- required: propTypesExports.bool,
169
+ required: PropTypes.bool,
171
170
  /**
172
171
  * Control Checkbox validation. For more info see "ValidatableCheckbox"(integrated Checkbox with "Form" organism).
173
172
  */
174
- isValid: propTypesExports.bool,
173
+ isValid: PropTypes.bool,
175
174
  /**
176
175
  * Use this prop to specify error message. This will be displayed when "isValid" is set to "false"
177
176
  */
178
- errorText: propTypesExports.node,
177
+ errorText: PropTypes.node,
179
178
  /**
180
179
  * This prop will only applied once as defaultState for "checked" when Checkbox mounts.
181
180
  * Note that specifying this prop does not mean to control it.
182
181
  */
183
- defaultChecked: propTypesExports.bool,
182
+ defaultChecked: PropTypes.bool,
184
183
  /**
185
184
  * Fires an event when Checkbox is clicked or "enter" key is pressed((event: Event) => void).
186
185
  */
187
- onChange: propTypesExports.func,
186
+ onChange: PropTypes.func,
188
187
  /**
189
188
  * Fires an event when any key is pressed((event: Event) => void).
190
189
  */
191
- onKeyPress: propTypesExports.func,
190
+ onKeyPress: PropTypes.func,
192
191
  /**
193
192
  * Fires an event when mouse enter((event: Event) => void).
194
193
  */
195
- onMouseEnter: propTypesExports.func,
194
+ onMouseEnter: PropTypes.func,
196
195
  /**
197
196
  * Fires an event when mouse leave((event: Event) => void).
198
197
  */
199
- onMouseLeave: propTypesExports.func,
198
+ onMouseLeave: PropTypes.func,
200
199
  /**
201
200
  * Fires an event when clicking on parent/wrapper of input ((event: Event) => void).
202
201
  */
203
- onWrapperClick: propTypesExports.func,
202
+ onWrapperClick: PropTypes.func,
204
203
  /**
205
204
  * Use this prop to get specified value when "onChange" is fired
206
205
  */
207
- value: propTypesExports.oneOfType([propTypesExports.string, propTypesExports.bool, propTypesExports.number]),
206
+ value: PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number]),
208
207
  /**
209
208
  * Additional className
210
209
  */
211
- className: propTypesExports.string
210
+ className: PropTypes.string
212
211
  };
213
212
  Checkbox.defaultProps = {
214
213
  tabIndex: 0,
@@ -1,22 +1,21 @@
1
- import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
1
+ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useState, useEffect, useCallback } from 'react';
3
- import { c as classnames } from './index-6ff23041.js';
4
- import { p as propTypesExports } from './index-e0af0caf.js';
5
- import { c as checkboxRadioSwitcherConfig } from './configs-91c86664.js';
6
- import { n as noop } from './index-ac59cb10.js';
7
- import Checkbox from './Checkbox.js';
8
- import './globalStyling-9c60a159.js';
9
- import './dateValidation-67caec66.js';
10
- import './_commonjsHelpers-24198af3.js';
3
+ import { c as classnames } from '../index-6ff23041.js';
4
+ import PropTypes from 'prop-types';
5
+ import { c as checkboxRadioSwitcherConfig } from '../configs-fed6ac34.js';
6
+ import { n as noop } from '../index-a0e4e333.js';
7
+ import Checkbox from '../Checkbox/index.js';
8
+ import '../dateValidation-67caec66.js';
9
+ import '../_commonjsHelpers-24198af3.js';
11
10
  import 'react-dom';
12
- import './Tooltip.js';
13
- import './Popover-f4d1cac0.js';
14
- import './useDeviceType-dd51db38.js';
15
- import './useWindowSize-80369d76.js';
16
- import './GeneUIProvider.js';
17
- import './style-inject.es-746bb8ed.js';
18
- import './checkboxRadioSwitcher-5b69d7bd.js';
19
- import './guid-8ddf77b3.js';
11
+ import '../Tooltip/index.js';
12
+ import '../Popover-f4d1cac0.js';
13
+ import '../hooks/useDeviceType.js';
14
+ import '../hooks/useWindowSize.js';
15
+ import '../GeneUIProvider/index.js';
16
+ import '../style-inject.es-746bb8ed.js';
17
+ import '../checkboxRadioSwitcher-5b69d7bd.js';
18
+ import '../guid-8ddf77b3.js';
20
19
 
21
20
  function CheckboxGroup(props) {
22
21
  const {
@@ -104,11 +103,11 @@ function CheckboxGroup(props) {
104
103
  }
105
104
  CheckboxGroup.propTypes = {
106
105
  /** Initially selected value */
107
- defaultSelected: propTypesExports.arrayOf(propTypesExports.oneOfType([propTypesExports.string, propTypesExports.bool, propTypesExports.number])),
106
+ defaultSelected: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number])),
108
107
  /**
109
108
  * Disables events
110
109
  */
111
- disabled: propTypesExports.bool,
110
+ disabled: PropTypes.bool,
112
111
  /**
113
112
  * If data item is typeof string than value will apply both as checkbox label and value,
114
113
  * Label: The text of the associated element.
@@ -121,70 +120,70 @@ CheckboxGroup.propTypes = {
121
120
  * isValid: Check validity of input value
122
121
  * errorText: Displays custom error text when input value is not valid
123
122
  */
124
- data: propTypesExports.arrayOf(propTypesExports.oneOfType([propTypesExports.string, propTypesExports.shape({
125
- label: propTypesExports.node,
126
- value: propTypesExports.oneOfType([propTypesExports.string, propTypesExports.bool, propTypesExports.number]),
127
- disabled: propTypesExports.bool,
128
- description: propTypesExports.string,
129
- labelTooltip: propTypesExports.string,
130
- readOnly: propTypesExports.bool,
131
- required: propTypesExports.bool,
132
- isValid: propTypesExports.bool,
133
- errorText: propTypesExports.string
123
+ data: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.shape({
124
+ label: PropTypes.node,
125
+ value: PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number]),
126
+ disabled: PropTypes.bool,
127
+ description: PropTypes.string,
128
+ labelTooltip: PropTypes.string,
129
+ readOnly: PropTypes.bool,
130
+ required: PropTypes.bool,
131
+ isValid: PropTypes.bool,
132
+ errorText: PropTypes.string
134
133
  })])),
135
134
  /**
136
135
  * Custom text for checkAll checkbox
137
136
  */
138
- checkAllText: propTypesExports.string,
137
+ checkAllText: PropTypes.string,
139
138
  /**
140
139
  * Displays select all checkbox
141
140
  */
142
- showSelectAll: propTypesExports.bool,
141
+ showSelectAll: PropTypes.bool,
143
142
  /**
144
143
  * Array of values of the input elements
145
144
  */
146
- value: propTypesExports.oneOfType([propTypesExports.string, propTypesExports.bool, propTypesExports.number]),
145
+ value: PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number]),
147
146
  /**
148
147
  * Fires an event when Checkbox is clicked or "enter" key is pressed
149
148
  * (event: SyntheticEvent) => void
150
149
  */
151
- onChange: propTypesExports.func,
150
+ onChange: PropTypes.func,
152
151
  /**
153
152
  * Additional className which applies to group holder div element
154
153
  */
155
- className: propTypesExports.string,
154
+ className: PropTypes.string,
156
155
  /**
157
156
  * Accepts same values as Checkbox component(check in Checkbox component(molecules) propTable)
158
157
  */
159
- size: propTypesExports.oneOf(checkboxRadioSwitcherConfig.size),
158
+ size: PropTypes.oneOf(checkboxRadioSwitcherConfig.size),
160
159
  /**
161
160
  * Specify "label" position
162
161
  */
163
- labelPosition: propTypesExports.oneOf(checkboxRadioSwitcherConfig.labelPosition),
162
+ labelPosition: PropTypes.oneOf(checkboxRadioSwitcherConfig.labelPosition),
164
163
  /**
165
164
  * Specify "label" alignment
166
165
  */
167
- labelAlignment: propTypesExports.oneOf(checkboxRadioSwitcherConfig.labelAlignment),
166
+ labelAlignment: PropTypes.oneOf(checkboxRadioSwitcherConfig.labelAlignment),
168
167
  /**
169
168
  * Description for checkboxes
170
169
  */
171
- description: propTypesExports.string,
170
+ description: PropTypes.string,
172
171
  /**
173
172
  * Define is field read only or no.
174
173
  */
175
- readOnly: propTypesExports.bool,
174
+ readOnly: PropTypes.bool,
176
175
  /**
177
176
  * Define is field required or no.
178
177
  */
179
- required: propTypesExports.bool,
178
+ required: PropTypes.bool,
180
179
  /**
181
180
  * Additional state for field validation
182
181
  */
183
- isValid: propTypesExports.bool,
182
+ isValid: PropTypes.bool,
184
183
  /**
185
184
  * Text that will be shown id field is invalid
186
185
  */
187
- errorText: propTypesExports.string
186
+ errorText: PropTypes.string
188
187
  };
189
188
  CheckboxGroup.defaultProps = {
190
189
  defaultSelected: [],
@@ -1,36 +1,35 @@
1
- import { _ as _extends } from './_rollupPluginBabelHelpers-e8fb2e5c.js';
1
+ import { _ as _extends } from '../_rollupPluginBabelHelpers-e8fb2e5c.js';
2
2
  import React__default, { useRef, useState, useCallback, useEffect } from 'react';
3
- import { p as propTypesExports } from './index-e0af0caf.js';
4
- import { c as classnames } from './index-6ff23041.js';
5
- import { n as noop } from './index-b7a33c58.js';
6
- import './dateValidation-67caec66.js';
3
+ import PropTypes from 'prop-types';
4
+ import { c as classnames } from '../index-6ff23041.js';
5
+ import { n as noop } from '../index-a0e4e333.js';
6
+ import useKeyDown from '../hooks/useKeyDown.js';
7
+ import { c as checkboxRadioSwitcherConfig, n as noDataConfig } from '../configs-fed6ac34.js';
8
+ import CustomScrollbar from '../Scrollbar/index.js';
9
+ import Button from '../Button/index.js';
10
+ import Empty from '../Empty/index.js';
11
+ import ExtendedInput from '../ExtendedInput/index.js';
12
+ import CheckboxGroup from '../CheckboxGroup/index.js';
13
+ import '../index-583e0b30.js';
14
+ import { s as styleInject } from '../style-inject.es-746bb8ed.js';
15
+ import '../dateValidation-67caec66.js';
16
+ import '../_commonjsHelpers-24198af3.js';
7
17
  import 'react-dom';
8
- import { u as useKeyDown } from './useKeyDown-38102ae7.js';
9
- import './configs-91c86664.js';
10
- import { checkboxRadioSwitcherConfig, noDataConfig } from './configs.js';
11
- import CheckboxGroup from './CheckboxGroup.js';
12
- import ExtendedInput from './ExtendedInput.js';
13
- import CustomScrollbar from './Scrollbar.js';
14
- import Button from './Button.js';
15
- import Empty from './Empty.js';
16
- import './index-2030e31c.js';
17
- import { s as styleInject } from './style-inject.es-746bb8ed.js';
18
- import './_commonjsHelpers-24198af3.js';
19
- import './index-ac59cb10.js';
20
- import './Checkbox.js';
21
- import './Tooltip.js';
22
- import './Popover-f4d1cac0.js';
23
- import './useDeviceType-dd51db38.js';
24
- import './useWindowSize-80369d76.js';
25
- import './GeneUIProvider.js';
26
- import './globalStyling-9c60a159.js';
27
- import './checkboxRadioSwitcher-5b69d7bd.js';
28
- import './guid-8ddf77b3.js';
29
- import './index-897d8240.js';
30
- import './useClickOutside-5183e396.js';
31
- import './Icon.js';
18
+ import '../Icon/index.js';
19
+ import '../hooks/useDeviceType.js';
20
+ import '../hooks/useWindowSize.js';
21
+ import '../hooks/useEllipsisDetection.js';
22
+ import '../SuggestionList/index.js';
23
+ import '../hooks/useClickOutside.js';
24
+ import '../config-0ca92874.js';
25
+ import '../Tooltip/index.js';
26
+ import '../Popover-f4d1cac0.js';
27
+ import '../GeneUIProvider/index.js';
28
+ import '../Checkbox/index.js';
29
+ import '../checkboxRadioSwitcher-5b69d7bd.js';
30
+ import '../guid-8ddf77b3.js';
32
31
 
33
- var css_248z = "[data-gene-ui-version=\"1.0.0\"] .checkbox-group-with-search-holder{background:var(--background);width:100%}[data-gene-ui-version=\"1.0.0\"] .empty-data-holder{align-items:center;display:flex;height:19rem;justify-content:center;width:100%}[data-gene-ui-version=\"1.0.0\"] .c-g-w-s-content{background:rgba(var(--background-sc-rgb),.01);display:flex;flex-direction:column;width:100%}[data-gene-ui-version=\"1.0.0\"] .c-g-w-s-content>li{display:flex;width:100%}[data-gene-ui-version=\"1.0.0\"] .c-g-w-s-head{border-bottom:1px solid rgba(var(--background-sc-rgb),.1);padding:1.5rem}[data-gene-ui-version=\"1.0.0\"] .c-g-w-s-footer{border-top:1px solid rgba(var(--background-sc-rgb),.1);display:flex;justify-content:center;padding:1.5rem 0}[data-gene-ui-version=\"1.0.0\"] .c-g-w-s-footer>*+*{margin-inline-start:1rem}[data-gene-ui-version=\"1.0.0\"] .c-g-w-s-body-content{max-height:31rem;padding:1.5rem 0;width:100%}[data-gene-ui-version=\"1.0.0\"] .grouped-checkbox-with-search{flex-direction:column}[data-gene-ui-version=\"1.0.0\"] .grouped-checkbox-with-search>div{padding:1rem!important}@media (hover:hover){[data-gene-ui-version=\"1.0.0\"] .checkbox-group-with-search-holder .crs-holder.active{background:rgba(var(--background-sc-rgb),.05)}}";
32
+ var css_248z = "[data-gene-ui-version=\"2.12.1\"] .checkbox-group-with-search-holder{background:var(--background);width:100%}[data-gene-ui-version=\"2.12.1\"] .empty-data-holder{align-items:center;display:flex;height:19rem;justify-content:center;width:100%}[data-gene-ui-version=\"2.12.1\"] .c-g-w-s-content{background:rgba(var(--background-sc-rgb),.01);display:flex;flex-direction:column;width:100%}[data-gene-ui-version=\"2.12.1\"] .c-g-w-s-content>li{display:flex;width:100%}[data-gene-ui-version=\"2.12.1\"] .c-g-w-s-head{border-bottom:1px solid rgba(var(--background-sc-rgb),.1);padding:1.5rem}[data-gene-ui-version=\"2.12.1\"] .c-g-w-s-footer{border-top:1px solid rgba(var(--background-sc-rgb),.1);display:flex;justify-content:center;padding:1.5rem 0}[data-gene-ui-version=\"2.12.1\"] .c-g-w-s-footer>*+*{margin-inline-start:1rem}[data-gene-ui-version=\"2.12.1\"] .c-g-w-s-body-content{max-height:31rem;padding:1.5rem 0;width:100%}[data-gene-ui-version=\"2.12.1\"] .grouped-checkbox-with-search{flex-direction:column}[data-gene-ui-version=\"2.12.1\"] .grouped-checkbox-with-search>div{padding:1rem!important}@media (hover:hover){[data-gene-ui-version=\"2.12.1\"] .checkbox-group-with-search-holder .crs-holder.active{background:rgba(var(--background-sc-rgb),.05)}}";
34
33
  styleInject(css_248z);
35
34
 
36
35
  function CheckboxGroupWithSearch(_ref) {
@@ -152,25 +151,25 @@ function CheckboxGroupWithSearch(_ref) {
152
151
  }
153
152
  CheckboxGroupWithSearch.propTypes = {
154
153
  /** Text for save button * */
155
- saveText: propTypesExports.string,
154
+ saveText: PropTypes.string,
156
155
  /** Text for cancel button * */
157
- cancelText: propTypesExports.string,
156
+ cancelText: PropTypes.string,
158
157
  /** Save button click callback * */
159
- onSave: propTypesExports.func,
158
+ onSave: PropTypes.func,
160
159
  /** Cancel button click callback * */
161
- onCancel: propTypesExports.func,
160
+ onCancel: PropTypes.func,
162
161
  /** Search input on change callback * */
163
- onSearch: propTypesExports.func,
162
+ onSearch: PropTypes.func,
164
163
  /** Initially selected value */
165
- defaultSelected: propTypesExports.arrayOf(propTypesExports.oneOfType([propTypesExports.string, propTypesExports.bool, propTypesExports.number])),
164
+ defaultSelected: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number])),
166
165
  /**
167
166
  * Disables events
168
167
  */
169
- disabled: propTypesExports.bool,
168
+ disabled: PropTypes.bool,
170
169
  /**
171
170
  * Disables save button
172
171
  */
173
- disableSave: propTypesExports.bool,
172
+ disableSave: PropTypes.bool,
174
173
  /**
175
174
  * If data item is typeof string than value will apply both as checkbox label and value,
176
175
  * Label: The text of the associated element.
@@ -181,89 +180,89 @@ CheckboxGroupWithSearch.propTypes = {
181
180
  * isValid: Check validity of input value
182
181
  * errorText: Displays custom error text when input value is not valid
183
182
  */
184
- data: propTypesExports.arrayOf(propTypesExports.oneOfType([propTypesExports.string, propTypesExports.shape({
185
- label: propTypesExports.node,
186
- value: propTypesExports.oneOfType([propTypesExports.string, propTypesExports.bool, propTypesExports.number]),
187
- disabled: propTypesExports.bool,
188
- description: propTypesExports.string,
189
- readOnly: propTypesExports.bool,
190
- required: propTypesExports.bool,
191
- isValid: propTypesExports.bool,
192
- errorText: propTypesExports.string
183
+ data: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.string, PropTypes.shape({
184
+ label: PropTypes.node,
185
+ value: PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number]),
186
+ disabled: PropTypes.bool,
187
+ description: PropTypes.string,
188
+ readOnly: PropTypes.bool,
189
+ required: PropTypes.bool,
190
+ isValid: PropTypes.bool,
191
+ errorText: PropTypes.string
193
192
  })])),
194
193
  /**
195
194
  * Custom text for checkAll checkbox
196
195
  */
197
- checkAllText: propTypesExports.string,
196
+ checkAllText: PropTypes.string,
198
197
  /**
199
198
  * Displays select all checkbox
200
199
  */
201
- showSelectAll: propTypesExports.bool,
200
+ showSelectAll: PropTypes.bool,
202
201
  /**
203
202
  * Array of values of the input elements
204
203
  */
205
- value: propTypesExports.oneOfType([propTypesExports.string, propTypesExports.bool, propTypesExports.number]),
204
+ value: PropTypes.oneOfType([PropTypes.string, PropTypes.bool, PropTypes.number]),
206
205
  /**
207
206
  * Fires an event when Checkbox is clicked or "enter" key is pressed
208
207
  * (event: SyntheticEvent) => void
209
208
  */
210
- onChange: propTypesExports.func,
209
+ onChange: PropTypes.func,
211
210
  /**
212
211
  * Additional className which applies to group holder div element
213
212
  */
214
- className: propTypesExports.string,
213
+ className: PropTypes.string,
215
214
  /**
216
215
  * Accepts same values as Checkbox component(check in Checkbox component(molecules) propTable)
217
216
  */
218
- size: propTypesExports.oneOf(checkboxRadioSwitcherConfig.size),
217
+ size: PropTypes.oneOf(checkboxRadioSwitcherConfig.size),
219
218
  /**
220
219
  * Specify "label" position
221
220
  */
222
- labelPosition: propTypesExports.oneOf(checkboxRadioSwitcherConfig.labelPosition),
221
+ labelPosition: PropTypes.oneOf(checkboxRadioSwitcherConfig.labelPosition),
223
222
  /**
224
223
  * Specify "label" alignment
225
224
  */
226
- labelAlignment: propTypesExports.oneOf(checkboxRadioSwitcherConfig.labelAlignment),
225
+ labelAlignment: PropTypes.oneOf(checkboxRadioSwitcherConfig.labelAlignment),
227
226
  /**
228
227
  * Description for checkboxes
229
228
  */
230
- description: propTypesExports.string,
229
+ description: PropTypes.string,
231
230
  /**
232
231
  * Define is field read only or no.
233
232
  */
234
- readOnly: propTypesExports.bool,
233
+ readOnly: PropTypes.bool,
235
234
  /**
236
235
  * Define is field required or no.
237
236
  */
238
- required: propTypesExports.bool,
237
+ required: PropTypes.bool,
239
238
  /**
240
239
  * Additional state for field validation
241
240
  */
242
- isValid: propTypesExports.bool,
241
+ isValid: PropTypes.bool,
243
242
  /**
244
243
  * Text that will be shown id field is invalid
245
244
  */
246
- errorText: propTypesExports.string,
245
+ errorText: PropTypes.string,
247
246
  /**
248
247
  * Different types/views for no data view
249
248
  */
250
- noDataTypes: propTypesExports.oneOf(noDataConfig),
249
+ noDataTypes: PropTypes.oneOf(noDataConfig),
251
250
  /**
252
251
  * Showing no data with image
253
252
  */
254
- noDataWithImage: propTypesExports.bool,
253
+ noDataWithImage: PropTypes.bool,
255
254
  /**
256
255
  * Custom No data text
257
256
  */
258
- noDataText: propTypesExports.string,
257
+ noDataText: PropTypes.string,
259
258
  /*
260
259
  * When rendering a component, the search field will automatically focused
261
260
  */
262
- autofocusSearchField: propTypesExports.bool,
261
+ autofocusSearchField: PropTypes.bool,
263
262
  /*
264
263
  * Loader for save button
265
264
  */
266
- isSaveButtonLoading: propTypesExports.bool
265
+ isSaveButtonLoading: PropTypes.bool
267
266
  };
268
267
  CheckboxGroupWithSearch.defaultProps = {
269
268
  onSave: noop,