@openedx/paragon 22.20.0 → 22.20.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.
@@ -1,14 +1,12 @@
1
- // Keep this file in sync with the .d.ts file (manually). It's in the same order
2
- // and each line number is the same, to make it easier.
3
-
4
1
  // // // // // // // // // // // // // // // // // // // // // // // // // // //
5
2
  // Things that have types
6
3
  // // // // // // // // // // // // // // // // // // // // // // // // // // //
4
+ export { default as Alert, ALERT_CLOSE_LABEL_TEXT } from './Alert';
7
5
  export { default as Bubble } from './Bubble';
8
6
  export { default as Button, ButtonGroup, ButtonToolbar } from './Button';
9
7
  export { default as Chip, CHIP_PGN_CLASS } from './Chip';
10
8
  export { default as ChipCarousel } from './ChipCarousel';
11
- export { default as Container } from './Container';
9
+ export { default as Container, type ContainerSize } from './Container';
12
10
  export {
13
11
  default as Form,
14
12
  RadioControl,
@@ -41,24 +39,31 @@ export { default as Overlay, OverlayTrigger } from './Overlay';
41
39
  export { default as Portal } from './Modal/Portal';
42
40
  export { default as Toast, TOAST_CLOSE_LABEL_TEXT, TOAST_DELAY } from './Toast';
43
41
  export { default as Tooltip } from './Tooltip';
44
- export { default as useWindowSize } from './hooks/useWindowSizeHook';
45
- export { default as useToggle } from './hooks/useToggleHook';
46
- export { default as useArrowKeyNavigation } from './hooks/useArrowKeyNavigationHook';
42
+ export { default as useWindowSize, type WindowSizeData } from './hooks/useWindowSizeHook';
43
+ export { default as useToggle, type Toggler, type ToggleHandlers } from './hooks/useToggleHook';
44
+ export { default as useArrowKeyNavigation, type ArrowKeyNavProps } from './hooks/useArrowKeyNavigationHook';
47
45
  export { default as useIndexOfLastVisibleChild } from './hooks/useIndexOfLastVisibleChildHook';
48
46
  export { default as useIsVisible } from './hooks/useIsVisibleHook';
49
- export { default as Alert, ALERT_CLOSE_LABEL_TEXT } from './Alert';
50
47
  export { default as breakpoints } from './utils/breakpoints';
51
48
 
52
49
  // // // // // // // // // // // // // // // // // // // // // // // // // // //
53
50
  // Things that don't have types
54
51
  // // // // // // // // // // // // // // // // // // // // // // // // // // //
52
+ // @ts-ignore: has yet to be converted to TypeScript
55
53
  export { default as asInput } from './asInput';
54
+ // @ts-ignore: has yet to be converted to TypeScript
56
55
  export { default as ActionRow } from './ActionRow';
56
+ // @ts-ignore: has yet to be converted to TypeScript
57
57
  export { default as Annotation } from './Annotation';
58
+ // @ts-ignore: has yet to be converted to TypeScript
58
59
  export { default as Avatar } from './Avatar';
60
+ // @ts-ignore: has yet to be converted to TypeScript
59
61
  export { default as AvatarButton } from './AvatarButton';
62
+ // @ts-ignore: has yet to be converted to TypeScript
60
63
  export { default as Badge } from './Badge';
64
+ // @ts-ignore: has yet to be converted to TypeScript
61
65
  export { default as Breadcrumb } from './Breadcrumb';
66
+
62
67
  export {
63
68
  default as Card,
64
69
  CardColumns,
@@ -68,53 +73,58 @@ export {
68
73
  CardGrid,
69
74
  CardCarousel,
70
75
  CARD_VARIANTS,
76
+ // @ts-ignore: has yet to be converted to TypeScript
71
77
  } from './Card';
72
78
  export {
73
79
  default as Carousel, CarouselItem, CAROUSEL_NEXT_LABEL_TEXT, CAROUSEL_PREV_LABEL_TEXT,
80
+ // @ts-ignore: has yet to be converted to TypeScript
74
81
  } from './Carousel';
75
- /** @deprecated Replaced by `Form.Checkbox`. */
76
- export { default as CheckBox } from './CheckBox';
77
- /** @deprecated Replaced by `Form.Checkbox` and `Form.CheckboxSet`. */
78
- export { default as CheckBoxGroup } from './CheckBoxGroup';
82
+ // @ts-ignore: has yet to be converted to TypeScript
79
83
  export { default as CloseButton } from './CloseButton';
84
+ // @ts-ignore: has yet to be converted to TypeScript
80
85
  export { default as Layout, Col, Row } from './Layout';
86
+ // @ts-ignore: has yet to be converted to TypeScript
81
87
  export { default as Collapse } from './Collapse';
88
+ // @ts-ignore: has yet to be converted to TypeScript
82
89
  export { default as Collapsible } from './Collapsible';
90
+ // @ts-ignore: has yet to be converted to TypeScript
83
91
  export { default as Scrollable } from './Scrollable';
84
92
  export {
85
93
  default as Dropdown,
86
94
  DropdownToggle,
87
95
  DropdownButton,
88
96
  SplitButton,
97
+ // @ts-ignore: has yet to be converted to TypeScript
89
98
  } from './Dropdown';
99
+ // @ts-ignore: has yet to be converted to TypeScript
90
100
  export { default as Fade } from './Fade';
91
- /** @deprecated */
92
- export { default as Fieldset } from './Fieldset';
101
+ // @ts-ignore: has yet to be converted to TypeScript
93
102
  export { default as IconButtonToggle } from './IconButtonToggle';
94
- /** @deprecated Replaced by `Form.Control`. */
95
- export { default as Input } from './Input';
96
- /** @deprecated Replaced by `Form.Control`. */
97
- export { default as InputSelect } from './InputSelect';
98
- /** @deprecated Replaced by `Form.Control`. */
99
- export { default as InputText } from './InputText';
103
+ // @ts-ignore: has yet to be converted to TypeScript
100
104
  export { default as Image, Figure } from './Image';
101
- /** @deprecated */
102
- export { default as ListBox } from './ListBox';
103
- /** @deprecated */
104
- export { default as ListBoxOption } from './ListBoxOption';
105
+ // @ts-ignore: has yet to be converted to TypeScript
105
106
  export { default as MailtoLink, MAIL_TO_LINK_EXTERNAL_LINK_ALTERNATIVE_TEXT, MAIL_TO_LINK_EXTERNAL_LINK_TITLE } from './MailtoLink';
107
+ // @ts-ignore: has yet to be converted to TypeScript
106
108
  export { default as Media } from './Media';
109
+ // @ts-ignore: has yet to be converted to TypeScript
107
110
  export { default as Menu } from './Menu';
111
+ // @ts-ignore: has yet to be converted to TypeScript
108
112
  export { default as MenuItem } from './Menu/MenuItem';
113
+ // @ts-ignore: has yet to be converted to TypeScript
109
114
  export { default as SelectMenu, SELECT_MENU_DEFAULT_MESSAGE } from './Menu/SelectMenu';
110
- /** @deprecated Use `ModalDialog` instead. */
111
- export { default as Modal } from './Modal';
115
+ // @ts-ignore: has yet to be converted to TypeScript
112
116
  export { default as ModalCloseButton } from './Modal/ModalCloseButton';
117
+ // @ts-ignore: has yet to be converted to TypeScript
113
118
  export { default as FullscreenModal, FULLSCREEN_MODAL_CLOSE_LABEL } from './Modal/FullscreenModal';
119
+ // @ts-ignore: has yet to be converted to TypeScript
114
120
  export { default as MarketingModal } from './Modal/MarketingModal';
121
+ // @ts-ignore: has yet to be converted to TypeScript
115
122
  export { default as StandardModal, STANDARD_MODAL_CLOSE_LABEL } from './Modal/StandardModal';
123
+ // @ts-ignore: has yet to be converted to TypeScript
116
124
  export { default as AlertModal } from './Modal/AlertModal';
125
+ // @ts-ignore: has yet to be converted to TypeScript
117
126
  export { default as ModalPopup } from './Modal/ModalPopup';
127
+ // @ts-ignore: has yet to be converted to TypeScript
118
128
  export { default as PopperElement } from './Modal/PopperElement';
119
129
 
120
130
  export {
@@ -122,8 +132,11 @@ export {
122
132
  NavDropdown,
123
133
  NavItem,
124
134
  NavLink,
135
+ // @ts-ignore: has yet to be converted to TypeScript
125
136
  } from './Nav';
137
+ // @ts-ignore: has yet to be converted to TypeScript
126
138
  export { default as Navbar, NavbarBrand, NAVBAR_LABEL } from './Navbar';
139
+ // @ts-ignore: has yet to be converted to TypeScript
127
140
  export { default as PageBanner, PAGE_BANNER_DISMISS_ALT_TEXT } from './PageBanner';
128
141
  export {
129
142
  default as Pagination,
@@ -134,12 +147,15 @@ export {
134
147
  PAGINATION_BUTTON_LABEL_CURRENT_PAGE,
135
148
  PAGINATION_BUTTON_LABEL_NEXT,
136
149
  PAGINATION_BUTTON_LABEL_PAGE,
150
+ // @ts-ignore: has yet to be converted to TypeScript
137
151
  } from './Pagination';
152
+ // @ts-ignore: has yet to be converted to TypeScript
138
153
  export { default as Popover, PopoverTitle, PopoverContent } from './Popover';
154
+ // @ts-ignore: has yet to be converted to TypeScript
139
155
  export { default as ProgressBar } from './ProgressBar';
156
+ // @ts-ignore: has yet to be converted to TypeScript
140
157
  export { default as ProductTour } from './ProductTour';
141
- /** @deprecated Replaced by `Form.Radio` and `Form.RadioSet`. */
142
- export { default as RadioButtonGroup, RadioButton } from './RadioButtonGroup';
158
+ // @ts-ignore: has yet to be converted to TypeScript
143
159
  export { default as ResponsiveEmbed } from './ResponsiveEmbed';
144
160
  export {
145
161
  default as SearchField,
@@ -147,66 +163,129 @@ export {
147
163
  SEARCH_FIELD_SCREEN_READER_TEXT_CLEAR_BUTTON,
148
164
  SEARCH_FIELD_SCREEN_READER_TEXT_SUBMIT_BUTTON,
149
165
  SEARCH_FIELD_BUTTON_TEXT,
166
+ // @ts-ignore: has yet to be converted to TypeScript
150
167
  } from './SearchField';
168
+ // @ts-ignore: has yet to be converted to TypeScript
151
169
  export { default as Sheet } from './Sheet';
170
+ // @ts-ignore: has yet to be converted to TypeScript
152
171
  export { default as Spinner } from './Spinner';
172
+ // @ts-ignore: has yet to be converted to TypeScript
153
173
  export { default as Stepper } from './Stepper';
174
+ // @ts-ignore: has yet to be converted to TypeScript
154
175
  export { default as StatefulButton } from './StatefulButton';
155
- /** @deprecated Replaced by `Alert`. */
156
- export { default as StatusAlert } from './StatusAlert';
157
- /** @deprecated Replaced by `DataTable`. */
158
- export { default as Table } from './Table';
159
176
  export {
160
177
  default as Tabs,
161
178
  Tab,
162
179
  TabContainer,
163
180
  TabContent,
164
181
  TabPane,
182
+ // @ts-ignore: has yet to be converted to TypeScript
165
183
  } from './Tabs';
166
- /** @deprecated Replaced by `Form.Control`. */
167
- export { default as TextArea } from './TextArea';
168
- /** @deprecated Replaced by `Form.Group`. */
169
- export { default as ValidationFormGroup } from './ValidationFormGroup';
184
+ // @ts-ignore: has yet to be converted to TypeScript
170
185
  export { default as TransitionReplace } from './TransitionReplace';
186
+ // @ts-ignore: has yet to be converted to TypeScript
171
187
  export { default as ValidationMessage } from './ValidationMessage';
188
+ // @ts-ignore: has yet to be converted to TypeScript
172
189
  export { default as DataTable } from './DataTable';
190
+ // @ts-ignore: has yet to be converted to TypeScript
173
191
  export { default as TextFilter } from './DataTable/filters/TextFilter';
192
+ // @ts-ignore: has yet to be converted to TypeScript
174
193
  export { default as CheckboxFilter } from './DataTable/filters/CheckboxFilter';
194
+ // @ts-ignore: has yet to be converted to TypeScript
175
195
  export { default as DropdownFilter } from './DataTable/filters/DropdownFilter';
196
+ // @ts-ignore: has yet to be converted to TypeScript
176
197
  export { default as MultiSelectDropdownFilter } from './DataTable/filters/MultiSelectDropdownFilter';
198
+ // @ts-ignore: has yet to be converted to TypeScript
177
199
  export { default as TableHeaderCell } from './DataTable/TableHeaderCell';
200
+ // @ts-ignore: has yet to be converted to TypeScript
178
201
  export { default as TableCell } from './DataTable/TableCell';
202
+ // @ts-ignore: has yet to be converted to TypeScript
179
203
  export { default as TableFilters, TABLE_FILTERS_BUTTON_TEXT } from './DataTable/TableFilters';
204
+ // @ts-ignore: has yet to be converted to TypeScript
180
205
  export { default as TableHeader } from './DataTable/TableHeaderRow';
206
+ // @ts-ignore: has yet to be converted to TypeScript
181
207
  export { default as TableRow } from './DataTable/TableRow';
208
+ // @ts-ignore: has yet to be converted to TypeScript
182
209
  export { default as TablePagination } from './DataTable/TablePagination';
210
+ // @ts-ignore: has yet to be converted to TypeScript
183
211
  export { default as TablePaginationMinimal } from './DataTable/TablePaginationMinimal';
212
+ // @ts-ignore: has yet to be converted to TypeScript
184
213
  export { default as DataTableContext } from './DataTable/DataTableContext';
214
+ // @ts-ignore: has yet to be converted to TypeScript
185
215
  export { default as BulkActions } from './DataTable/BulkActions';
216
+ // @ts-ignore: has yet to be converted to TypeScript
186
217
  export { default as TableControlBar } from './DataTable/TableControlBar';
218
+ // @ts-ignore: has yet to be converted to TypeScript
187
219
  export { default as TableFooter } from './DataTable/TableFooter';
220
+ // @ts-ignore: has yet to be converted to TypeScript
188
221
  export { default as CardView } from './DataTable/CardView';
222
+ // @ts-ignore: has yet to be converted to TypeScript
189
223
  export { default as Skeleton, SkeletonTheme } from './Skeleton/index';
224
+ // @ts-ignore: has yet to be converted to TypeScript
190
225
  export { default as Stack } from './Stack';
226
+ // @ts-ignore: has yet to be converted to TypeScript
191
227
  export { default as ToggleButton, ToggleButtonGroup } from './ToggleButton';
228
+ // @ts-ignore: has yet to be converted to TypeScript
192
229
  export { default as Sticky } from './Sticky';
230
+ // @ts-ignore: has yet to be converted to TypeScript
193
231
  export { default as SelectableBox } from './SelectableBox';
232
+ // @ts-ignore: has yet to be converted to TypeScript
194
233
  export { default as Variant } from './utils/constants';
195
234
  export {
196
235
  OverflowScrollContext,
197
236
  OverflowScroll,
198
237
  useOverflowScroll,
199
238
  useOverflowScrollItems,
239
+ // @ts-ignore: has yet to be converted to TypeScript
200
240
  } from './OverflowScroll';
241
+ // @ts-ignore: has yet to be converted to TypeScript
201
242
  export { default as Dropzone } from './Dropzone';
243
+ // @ts-ignore: has yet to be converted to TypeScript
202
244
  export { default as messages } from './i18n';
245
+ // @ts-ignore: has yet to be converted to TypeScript
203
246
  export { default as Truncate } from './Truncate';
247
+ // @ts-ignore: has yet to be converted to TypeScript
204
248
  export { default as ColorPicker } from './ColorPicker';
205
249
 
250
+ // // // // // // // // // // // // // // // // // // // // // // // // // // //
251
+ // Things that are deprecated
252
+ // // // // // // // // // // // // // // // // // // // // // // // // // // //
253
+
254
+ /** @deprecated Replaced by `Form.Checkbox`. */ // @ts-ignore: has yet to be converted to TypeScript
255
+ export { default as CheckBox } from './CheckBox';
256
+ /** @deprecated Replaced by `Form.Checkbox` and `Form.CheckboxSet`. */ // @ts-ignore
257
+ export { default as CheckBoxGroup } from './CheckBoxGroup';
258
+ /** @deprecated */ // @ts-ignore: has yet to be converted to TypeScript
259
+ export { default as Fieldset } from './Fieldset';
260
+ /** @deprecated Replaced by `Form.Control`. */ // @ts-ignore: has yet to be converted to TypeScript
261
+ export { default as Input } from './Input';
262
+ /** @deprecated Replaced by `Form.Control`. */ // @ts-ignore: has yet to be converted to TypeScript
263
+ export { default as InputSelect } from './InputSelect';
264
+ /** @deprecated Replaced by `Form.Control`. */ // @ts-ignore: has yet to be converted to TypeScript
265
+ export { default as InputText } from './InputText';
266
+ /** @deprecated */ // @ts-ignore: has yet to be converted to TypeScript
267
+ export { default as ListBox } from './ListBox';
268
+ /** @deprecated */ // @ts-ignore: has yet to be converted to TypeScript
269
+ export { default as ListBoxOption } from './ListBoxOption';
270
+ /** @deprecated Use `ModalDialog` instead. */ // @ts-ignore: has yet to be converted to TypeScript
271
+ export { default as Modal } from './Modal';
272
+ /** @deprecated Replaced by `Form.Radio` and `Form.RadioSet`. */ // @ts-ignore: has yet to be converted to TypeScript
273
+ export { default as RadioButtonGroup, RadioButton } from './RadioButtonGroup';
274
+ /** @deprecated Replaced by `Alert`. */ // @ts-ignore: has yet to be converted to TypeScript
275
+ export { default as StatusAlert } from './StatusAlert';
276
+ /** @deprecated Replaced by `DataTable`. */ // @ts-ignore: has yet to be converted to TypeScript
277
+ export { default as Table } from './Table';
278
+ /** @deprecated Replaced by `Form.Control`. */ // @ts-ignore: has yet to be converted to TypeScript
279
+ export { default as TextArea } from './TextArea';
280
+ /** @deprecated Replaced by `Form.Group`. */ // @ts-ignore: has yet to be converted to TypeScript
281
+ export { default as ValidationFormGroup } from './ValidationFormGroup';
282
+
283
+ // // // // // // // // // // // // // // // // // // // // // // // // // // //
206
284
  // Pass through any needed whole third-party library functionality
207
285
  // useTable for example is needed to use the DataTable component seamlessly
208
286
  // rather than setting a peer dependency in this project, we opt to tightly
209
287
  // couple these dependencies by passing through needed functionality.
288
+ // // // // // // // // // // // // // // // // // // // // // // // // // // //
210
289
  export {
211
290
  default as MediaQuery,
212
291
  useMediaQuery,
package/src/index.d.ts DELETED
@@ -1,230 +0,0 @@
1
- /* eslint-disable max-len, one-var, one-var-declaration-per-line */
2
- // each line in this file corresponds with the line in index.js
3
-
4
- // // // // // // // // // // // // // // // // // // // // // // // // // // //
5
- // Things that have types
6
- // // // // // // // // // // // // // // // // // // // // // // // // // // //
7
- export { default as Bubble } from './Bubble';
8
- export { default as Button, ButtonGroup, ButtonToolbar } from './Button';
9
- export { default as Chip, CHIP_PGN_CLASS } from './Chip';
10
- export { default as ChipCarousel } from './ChipCarousel';
11
- export { default as Container, ContainerSize } from './Container';
12
- export {
13
- default as Form,
14
- RadioControl,
15
- CheckboxControl,
16
- SwitchControl,
17
- FormSwitchSet,
18
- FormControl,
19
- FormControlDecoratorGroup,
20
- FormControlFeedback,
21
- FormCheck,
22
- FormFile,
23
- FormRadio,
24
- FormRadioSet,
25
- FormRadioSetContext,
26
- FormGroup,
27
- FormLabel,
28
- useCheckboxSetValues,
29
- FormText,
30
- FormAutosuggest,
31
- FormAutosuggestOption,
32
- InputGroup,
33
- } from './Form';
34
- export { default as Hyperlink } from './Hyperlink';
35
- export { default as Icon } from './Icon';
36
- export { default as IconButton, IconButtonWithTooltip } from './IconButton';
37
- export { default as ModalContext } from './Modal/ModalContext';
38
- export { default as ModalDialog } from './Modal/ModalDialog';
39
- export { default as ModalLayer } from './Modal/ModalLayer';
40
- export { default as Overlay, OverlayTrigger } from './Overlay';
41
- export { default as Portal } from './Modal/Portal';
42
- export { default as Toast, TOAST_CLOSE_LABEL_TEXT, TOAST_DELAY } from './Toast';
43
- export { default as Tooltip } from './Tooltip';
44
- export { default as useWindowSize, type WindowSizeData } from './hooks/useWindowSizeHook';
45
- export { default as useToggle, type Toggler, type ToggleHandlers } from './hooks/useToggleHook';
46
- export { default as useArrowKeyNavigation, type ArrowKeyNavProps } from './hooks/useArrowKeyNavigationHook';
47
- export { default as useIndexOfLastVisibleChild } from './hooks/useIndexOfLastVisibleChildHook';
48
- export { default as useIsVisible } from './hooks/useIsVisibleHook';
49
- export { default as Alert, ALERT_CLOSE_LABEL_TEXT } from './Alert';
50
- export { default as breakpoints } from './utils/breakpoints';
51
-
52
- // // // // // // // // // // // // // // // // // // // // // // // // // // //
53
- // Things that don't have types
54
- // // // // // // // // // // // // // // // // // // // // // // // // // // //
55
- export const asInput: any; // from './asInput';
56
- export const ActionRow: any; // from './ActionRow';
57
- export const Annotation: any; // from './Annotation';
58
- export const Avatar: any; // from './Avatar';
59
- export const AvatarButton: any; // from './AvatarButton';
60
- export const Badge: any; // from './Badge';
61
- export const Breadcrumb: any; // from './Breadcrumb';
62
- export const
63
- Card: any,
64
- CardColumns: any,
65
- CardDeck: any,
66
- CardImg: any,
67
- CardGroup: any,
68
- CardGrid: any,
69
- CardCarousel: any,
70
- CARD_VARIANTS: any;
71
- // from './Card';
72
- export const
73
- Carousel: any, CarouselItem: any, CAROUSEL_NEXT_LABEL_TEXT: any, CAROUSEL_PREV_LABEL_TEXT: any;
74
- // from './Carousel';
75
- /** @deprecated Replaced by `Form.Checkbox`. */
76
- export const CheckBox: any; // from './CheckBox';
77
- /** @deprecated Replaced by `Form.Checkbox` and `Form.CheckboxSet`. */
78
- export const CheckBoxGroup: any; // from './CheckBoxGroup';
79
- export const CloseButton: any; // from './CloseButton';
80
- export const Layout: any, Col: any, Row: any; // from './Layout';
81
- export const Collapse: any; // from './Collapse';
82
- export const Collapsible: any; // from './Collapsible';
83
- export const Scrollable: any; // from './Scrollable';
84
- export const
85
- Dropdown: any,
86
- DropdownToggle: any,
87
- DropdownButton: any,
88
- SplitButton: any;
89
- // from './Dropdown';
90
- export const Fade: any; // from './Fade';
91
- /** @deprecated */
92
- export const Fieldset: any; // from './Fieldset';
93
- export const IconButtonToggle: any; // from './IconButtonToggle';
94
- /** @deprecated Replaced by `Form.Control`. */
95
- export const Input: any; // from './Input';
96
- /** @deprecated Replaced by `Form.Control`. */
97
- export const InputSelect: any; // from './InputSelect';
98
- /** @deprecated Replaced by `Form.Control`. */
99
- export const InputText: any; // from './InputText';
100
- export const Image: any, Figure; // from './Image';
101
- /** @deprecated */
102
- export const ListBox: any; // from './ListBox';
103
- /** @deprecated */
104
- export const ListBoxOption: any; // from './ListBoxOption';
105
- export const MailtoLink: any, MAIL_TO_LINK_EXTERNAL_LINK_ALTERNATIVE_TEXT: string, MAIL_TO_LINK_EXTERNAL_LINK_TITLE: string; // from './MailtoLink';
106
- export const Media: any; // from './Media';
107
- export const Menu: any; // from './Menu';
108
- export const MenuItem: any; // from './Menu/MenuItem';
109
- export const SelectMenu: any, SELECT_MENU_DEFAULT_MESSAGE: string; // from './Menu/SelectMenu';
110
- /** @deprecated Use `ModalDialog` instead. */
111
- export const Modal: any; // from './Modal';
112
- export const ModalCloseButton: any; // from './Modal/ModalCloseButton';
113
- export const FullscreenModal: any, FULLSCREEN_MODAL_CLOSE_LABEL: string; // from './Modal/FullscreenModal';
114
- export const MarketingModal: any; // from './Modal/MarketingModal';
115
- export const StandardModal: any, STANDARD_MODAL_CLOSE_LABEL: string; // from './Modal/StandardModal';
116
- export const AlertModal: any; // from './Modal/AlertModal';
117
- export const ModalPopup: any; // from './Modal/ModalPopup';
118
- export const PopperElement: any; // from './Modal/PopperElement';
119
-
120
- export const
121
- Nav: any,
122
- NavDropdown: any,
123
- NavItem: any,
124
- NavLink: any;
125
- // from './Nav';
126
- export const Navbar: any, NavbarBrand: any, NAVBAR_LABEL: string; // from './Navbar';
127
- export const PageBanner: any, PAGE_BANNER_DISMISS_ALT_TEXT: string; // from './PageBanner';
128
- export const
129
- Pagination: any,
130
- PAGINATION_BUTTON_LABEL_PREV: string,
131
- PAGINATION_BUTTON_ICON_BUTTON_NEXT_ALT: string,
132
- PAGINATION_BUTTON_ICON_BUTTON_PREV_ALT: string,
133
- PAGINATION_BUTTON_LABEL_PAGE_OF_COUNT: string,
134
- PAGINATION_BUTTON_LABEL_CURRENT_PAGE: string,
135
- PAGINATION_BUTTON_LABEL_NEXT: string,
136
- PAGINATION_BUTTON_LABEL_PAGE: string;
137
- // from './Pagination';
138
- export const Popover: any, PopoverTitle: any, PopoverContent: any; // from './Popover';
139
- export const ProgressBar: any; // from './ProgressBar';
140
- export const ProductTour: any; // from './ProductTour';
141
- /** @deprecated Replaced by `Form.Radio` and `Form.RadioSet`. */
142
- export const RadioButtonGroup: any, RadioButton: any; // from './RadioButtonGroup';
143
- export const ResponsiveEmbed: any; // from './ResponsiveEmbed';
144
- export const
145
- SearchField: any,
146
- SEARCH_FIELD_SCREEN_READER_TEXT_LABEL: string,
147
- SEARCH_FIELD_SCREEN_READER_TEXT_CLEAR_BUTTON: string,
148
- SEARCH_FIELD_SCREEN_READER_TEXT_SUBMIT_BUTTON: string,
149
- SEARCH_FIELD_BUTTON_TEXT: string;
150
- // from './SearchField';
151
- export const Sheet: any; // from './Sheet';
152
- export const Spinner: any; // from './Spinner';
153
- export const Stepper: any; // from './Stepper';
154
- export const StatefulButton: any; // from './StatefulButton';
155
- /** @deprecated Replaced by `Alert`. */
156
- export const StatusAlert: any; // from './StatusAlert';
157
- /** @deprecated Replaced by `DataTable`. */
158
- export const Table: any; // from './Table';
159
- export const
160
- Tabs: any,
161
- Tab: any,
162
- TabContainer: any,
163
- TabContent: any,
164
- TabPane: any;
165
- // from './Tabs';
166
- /** @deprecated Replaced by `Form.Control`. */
167
- export const TextArea: any; // from './TextArea';
168
- /** @deprecated Replaced by `Form.Group`. */
169
- export const ValidationFormGroup: any; // from './ValidationFormGroup';
170
- export const TransitionReplace: any; // from './TransitionReplace';
171
- export const ValidationMessage: any; // from './ValidationMessage';
172
- export const DataTable: any; // from './DataTable';
173
- export const TextFilter: any; // from './DataTable/filters/TextFilter';
174
- export const CheckboxFilter: any; // from './DataTable/filters/CheckboxFilter';
175
- export const DropdownFilter: any; // from './DataTable/filters/DropdownFilter';
176
- export const MultiSelectDropdownFilter: any; // from './DataTable/filters/MultiSelectDropdownFilter';
177
- export const TableHeaderCell: any; // from './DataTable/TableHeaderCell';
178
- export const TableCell: any; // from './DataTable/TableCell';
179
- export const TableFilters: any, TABLE_FILTERS_BUTTON_TEXT: string; // from './DataTable/TableFilters';
180
- export const TableHeader: any; // from './DataTable/TableHeaderRow';
181
- export const TableRow: any; // from './DataTable/TableRow';
182
- export const TablePagination: any; // from './DataTable/TablePagination';
183
- export const TablePaginationMinimal: any; // from './DataTable/TablePaginationMinimal';
184
- export const DataTableContext: any; // from './DataTable/DataTableContext';
185
- export const BulkActions: any; // from './DataTable/BulkActions';
186
- export const TableControlBar: any; // from './DataTable/TableControlBar';
187
- export const TableFooter: any; // from './DataTable/TableFooter';
188
- export const CardView: any; // from './DataTable/CardView';
189
- export const Skeleton: any, SkeletonTheme: any; // from './Skeleton/index';
190
- export const Stack: any; // from './Stack';
191
- export const ToggleButton: any, ToggleButtonGroup: any; // from './ToggleButton';
192
- export const Sticky: any; // from './Sticky';
193
- export const SelectableBox: any; // from './SelectableBox';
194
- export const Variant: any; // from './utils/constants';
195
- export const
196
- OverflowScrollContext: any,
197
- OverflowScroll: any,
198
- useOverflowScroll: any,
199
- useOverflowScrollItems: any;
200
- // from './OverflowScroll';
201
- export const Dropzone: any; // from './Dropzone';
202
- export const messages: any; // from './i18n';
203
- export const Truncate: any; // from './Truncate';
204
- export const ColorPicker: any; // from './ColorPicker';
205
-
206
- // Pass through any needed whole third-party library functionality
207
- // useTable for example is needed to use the DataTable component seamlessly
208
- // rather than setting a peer dependency in this project, we opt to tightly
209
- // couple these dependencies by passing through needed functionality.
210
- export {
211
- default as MediaQuery,
212
- useMediaQuery,
213
- Context as ResponsiveContext,
214
- } from 'react-responsive';
215
- export {
216
- useTable,
217
- useFilters,
218
- useGlobalFilter,
219
- useSortBy,
220
- useGroupBy,
221
- useExpanded,
222
- usePagination,
223
- useRowSelect,
224
- useRowState,
225
- useColumnOrder,
226
- useResizeColumns,
227
- useBlockLayout,
228
- useAbsoluteLayout,
229
- useFlexLayout,
230
- } from 'react-table';