@carbon/ibm-products 2.34.0 → 2.35.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (180) hide show
  1. package/css/index-full-carbon.css +31910 -32273
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +38 -17
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +568 -24320
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +2145 -17925
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/ActionSet/ActionSet.d.ts +38 -2
  18. package/es/components/ActionSet/ActionSet.js +3 -5
  19. package/es/components/CoachmarkFixed/CoachmarkFixed.js +1 -1
  20. package/es/components/ConditionBuilder/ConditionBuilder.d.ts +5 -0
  21. package/es/components/ConditionBuilder/ConditionBuilder.js +125 -0
  22. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +10 -0
  23. package/es/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +92 -0
  24. package/es/components/ConditionBuilder/ConditionBuilderContext/DataTreeContext.d.ts +38 -0
  25. package/es/components/ConditionBuilder/ConditionBuilderContext/DataTreeContext.js +88 -0
  26. package/es/components/ConditionBuilder/assets/sampleInput.d.ts +58 -0
  27. package/es/components/ConditionBuilder/index.d.ts +1 -0
  28. package/es/components/CreateFullPage/CreateFullPage.js +3 -19
  29. package/es/components/CreateFullPage/CreateFullPageStep.js +22 -7
  30. package/es/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +82 -2
  31. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +2 -1
  32. package/es/components/Datagrid/useEditableCell.js +15 -0
  33. package/es/components/DelimitedList/DelimitedList.d.ts +27 -2
  34. package/es/components/DelimitedList/DelimitedList.js +0 -1
  35. package/es/components/EditInPlace/EditInPlace.d.ts +97 -5
  36. package/es/components/EditInPlace/EditInPlace.js +10 -6
  37. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +61 -2
  38. package/es/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -3
  39. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +61 -2
  40. package/es/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -2
  41. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +61 -2
  42. package/es/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -3
  43. package/es/components/ExportModal/ExportModal.d.ts +110 -2
  44. package/es/components/ExportModal/ExportModal.js +10 -4
  45. package/es/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  46. package/es/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
  47. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +5 -0
  48. package/es/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +5 -9
  49. package/es/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
  50. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.d.ts +5 -0
  51. package/es/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +92 -0
  52. package/es/components/FilterPanel/index.d.ts +1 -0
  53. package/es/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +40 -2
  54. package/es/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -1
  55. package/es/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +40 -2
  56. package/es/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -1
  57. package/es/components/ImportModal/ImportModal.d.ts +136 -2
  58. package/es/components/ImportModal/ImportModal.js +3 -2
  59. package/es/components/InlineTip/InlineTip.d.ts +90 -2
  60. package/es/components/InlineTip/InlineTip.js +3 -2
  61. package/es/components/Nav/Nav.js +1 -1
  62. package/es/components/Nav/NavList.js +7 -7
  63. package/es/components/NotificationsPanel/NotificationsPanel.js +1 -1
  64. package/es/components/PageHeader/PageHeader.js +3 -3
  65. package/es/components/PageHeader/PageHeaderUtils.d.ts +1 -1
  66. package/es/components/PageHeader/PageHeaderUtils.js +4 -3
  67. package/es/components/SidePanel/SidePanel.js +52 -36
  68. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +23 -2
  69. package/es/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +6 -5
  70. package/es/components/TagOverflow/TagOverflow.d.ts +5 -0
  71. package/es/components/TagOverflow/TagOverflow.js +209 -0
  72. package/es/components/TagOverflow/constants.d.ts +14 -0
  73. package/es/components/TagOverflow/constants.js +30 -0
  74. package/es/components/TagOverflow/index.d.ts +1 -0
  75. package/es/components/Tearsheet/TearsheetNarrow.d.ts +105 -6
  76. package/es/components/Tearsheet/TearsheetNarrow.js +6 -1
  77. package/es/components/Toolbar/Toolbar.d.ts +23 -5
  78. package/es/components/Toolbar/Toolbar.js +30 -26
  79. package/es/components/UserAvatar/UserAvatar.js +4 -2
  80. package/es/components/index.d.ts +4 -2
  81. package/es/global/js/package-settings.d.ts +3 -0
  82. package/es/global/js/package-settings.js +3 -0
  83. package/es/index.js +4 -0
  84. package/es/settings.d.ts +3 -0
  85. package/lib/components/ActionSet/ActionSet.d.ts +38 -2
  86. package/lib/components/ActionSet/ActionSet.js +3 -5
  87. package/lib/components/CoachmarkFixed/CoachmarkFixed.js +1 -1
  88. package/lib/components/ConditionBuilder/ConditionBuilder.d.ts +5 -0
  89. package/lib/components/ConditionBuilder/ConditionBuilder.js +132 -0
  90. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.d.ts +10 -0
  91. package/lib/components/ConditionBuilder/ConditionBuilderContent/ConditionBuilderContent.js +100 -0
  92. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataTreeContext.d.ts +38 -0
  93. package/lib/components/ConditionBuilder/ConditionBuilderContext/DataTreeContext.js +98 -0
  94. package/lib/components/ConditionBuilder/assets/sampleInput.d.ts +58 -0
  95. package/lib/components/ConditionBuilder/index.d.ts +1 -0
  96. package/lib/components/CreateFullPage/CreateFullPage.js +2 -18
  97. package/lib/components/CreateFullPage/CreateFullPageStep.js +20 -5
  98. package/lib/components/CreateTearsheetNarrow/CreateTearsheetNarrow.d.ts +82 -2
  99. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +2 -1
  100. package/lib/components/Datagrid/useEditableCell.js +19 -0
  101. package/lib/components/DelimitedList/DelimitedList.d.ts +27 -2
  102. package/lib/components/DelimitedList/DelimitedList.js +0 -1
  103. package/lib/components/EditInPlace/EditInPlace.d.ts +97 -5
  104. package/lib/components/EditInPlace/EditInPlace.js +10 -6
  105. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.d.ts +61 -2
  106. package/lib/components/EmptyStates/ErrorEmptyState/ErrorEmptyState.js +1 -3
  107. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.d.ts +61 -2
  108. package/lib/components/EmptyStates/NoDataEmptyState/NoDataEmptyState.js +1 -2
  109. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.d.ts +61 -2
  110. package/lib/components/EmptyStates/NotFoundEmptyState/NotFoundEmptyState.js +1 -3
  111. package/lib/components/ExportModal/ExportModal.d.ts +110 -2
  112. package/lib/components/ExportModal/ExportModal.js +10 -4
  113. package/lib/components/FilterPanel/FilterPanelAccordion/FilterPanelAccordion.js +1 -1
  114. package/lib/components/FilterPanel/FilterPanelAccordionItem/FilterPanelAccordionItem.js +2 -2
  115. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.d.ts +5 -0
  116. package/lib/components/FilterPanel/FilterPanelCheckbox/FilterPanelCheckbox.js +5 -9
  117. package/lib/components/FilterPanel/FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow.js +1 -1
  118. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.d.ts +5 -0
  119. package/lib/components/FilterPanel/FilterPanelSearch/FilterPanelSearch.js +99 -0
  120. package/lib/components/FilterPanel/index.d.ts +1 -0
  121. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.d.ts +40 -2
  122. package/lib/components/HTTPErrors/HTTPError403/HTTPError403.js +1 -1
  123. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.d.ts +40 -2
  124. package/lib/components/HTTPErrors/HTTPError404/HTTPError404.js +1 -1
  125. package/lib/components/ImportModal/ImportModal.d.ts +136 -2
  126. package/lib/components/ImportModal/ImportModal.js +3 -2
  127. package/lib/components/InlineTip/InlineTip.d.ts +90 -2
  128. package/lib/components/InlineTip/InlineTip.js +3 -2
  129. package/lib/components/Nav/Nav.js +1 -1
  130. package/lib/components/Nav/NavList.js +7 -7
  131. package/lib/components/NotificationsPanel/NotificationsPanel.js +1 -1
  132. package/lib/components/PageHeader/PageHeader.js +3 -3
  133. package/lib/components/PageHeader/PageHeaderUtils.d.ts +1 -1
  134. package/lib/components/PageHeader/PageHeaderUtils.js +4 -3
  135. package/lib/components/SidePanel/SidePanel.js +52 -36
  136. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.d.ts +23 -2
  137. package/lib/components/SteppedAnimatedMedia/SteppedAnimatedMedia.js +6 -5
  138. package/lib/components/TagOverflow/TagOverflow.d.ts +5 -0
  139. package/lib/components/TagOverflow/TagOverflow.js +216 -0
  140. package/lib/components/TagOverflow/constants.d.ts +14 -0
  141. package/lib/components/TagOverflow/constants.js +34 -0
  142. package/lib/components/TagOverflow/index.d.ts +1 -0
  143. package/lib/components/Tearsheet/TearsheetNarrow.d.ts +105 -6
  144. package/lib/components/Tearsheet/TearsheetNarrow.js +6 -1
  145. package/lib/components/Toolbar/Toolbar.d.ts +23 -5
  146. package/lib/components/Toolbar/Toolbar.js +30 -26
  147. package/lib/components/UserAvatar/UserAvatar.js +4 -2
  148. package/lib/components/index.d.ts +4 -2
  149. package/lib/global/js/package-settings.d.ts +3 -0
  150. package/lib/global/js/package-settings.js +3 -0
  151. package/lib/index.js +17 -0
  152. package/lib/settings.d.ts +3 -0
  153. package/package.json +3 -3
  154. package/scss/components/Coachmark/_coachmark-dragbar.scss +0 -1
  155. package/scss/components/Coachmark/_coachmark-tagline.scss +2 -2
  156. package/scss/components/ConditionBuilder/_carbon-imports.scss +9 -0
  157. package/scss/components/ConditionBuilder/_condition-builder.scss +25 -0
  158. package/scss/components/ConditionBuilder/_index-with-carbon.scss +9 -0
  159. package/scss/components/ConditionBuilder/_index.scss +8 -0
  160. package/scss/components/CreateFullPage/_create-full-page.scss +10 -10
  161. package/scss/components/Datagrid/styles/_useNestedRows.scss +5 -1
  162. package/scss/components/FilterPanel/_carbon-imports.scss +5 -0
  163. package/scss/components/FilterPanel/_filter-panel-accordion-item.scss +1 -3
  164. package/scss/components/FilterPanel/_filter-panel-checkbox-with-overflow.scss +0 -2
  165. package/scss/components/FilterPanel/_filter-panel-checkbox.scss +0 -1
  166. package/scss/components/FilterPanel/_filter-panel-search.scss +38 -0
  167. package/scss/components/FilterPanel/_index-with-carbon.scss +1 -0
  168. package/scss/components/FilterPanel/_index.scss +1 -0
  169. package/scss/components/Guidebanner/_guidebanner.scss +1 -1
  170. package/scss/components/InlineTip/_inline-tip.scss +1 -1
  171. package/scss/components/ProductiveCard/_productive-card.scss +13 -0
  172. package/scss/components/SidePanel/_side-panel.scss +9 -9
  173. package/scss/components/TagOverflow/_carbon-imports.scss +9 -0
  174. package/scss/components/TagOverflow/_index-with-carbon.scss +9 -0
  175. package/scss/components/TagOverflow/_index.scss +8 -0
  176. package/scss/components/TagOverflow/_tag-overflow.scss +55 -0
  177. package/scss/components/Tearsheet/_tearsheet.scss +10 -0
  178. package/scss/components/UserAvatar/_user-avatar.scss +1 -0
  179. package/scss/components/_index-with-carbon.scss +2 -0
  180. package/scss/components/_index.scss +2 -0
@@ -1,5 +1,113 @@
1
+ /// <reference path="../../../src/custom-typings/index.d.ts" />
2
+ import React, { ReactNode } from 'react';
3
+ import { ComposedModal } from '@carbon/react';
4
+ type InputType = 'text' | 'password';
5
+ type PreformattedExtensions = {
6
+ extension?: string;
7
+ description?: string;
8
+ };
9
+ interface RemoveModalProps extends React.ComponentProps<typeof ComposedModal> {
10
+ /**
11
+ * Body content for the modal
12
+ */
13
+ body?: string;
14
+ /**
15
+ * Optional class name
16
+ */
17
+ className?: string;
18
+ /**
19
+ * specify if an error occurred
20
+ */
21
+ error?: boolean;
22
+ /**
23
+ * messaging to display in the event of an error
24
+ */
25
+ errorMessage?: string;
26
+ /**
27
+ * name of the file being exported
28
+ */
29
+ filename: string;
30
+ /**
31
+ * label text that's displayed when hovering over visibility toggler to hide key
32
+ */
33
+ hidePasswordLabel?: string;
34
+ /**
35
+ * label for the text input
36
+ */
37
+ inputLabel?: string;
38
+ /**
39
+ * specify the type of text input
40
+ */
41
+ inputType: InputType;
42
+ /**
43
+ * text for an invalid input
44
+ */
45
+ invalidInputText?: string;
46
+ /**
47
+ * specify if the modal is in a loading state
48
+ */
49
+ loading?: boolean;
50
+ /**
51
+ * message to display during the loading state
52
+ */
53
+ loadingMessage?: string;
54
+ /**
55
+ * Specify a handler for closing modal
56
+ */
57
+ onClose?: () => void;
58
+ /**
59
+ * Specify a handler for "submitting" modal. Returns the file name
60
+ */
61
+ onRequestSubmit?: (value?: string) => void;
62
+ /**
63
+ * Specify whether the Modal is currently open
64
+ */
65
+ open?: boolean;
66
+ /**
67
+ * The DOM node the tearsheet should be rendered within. Defaults to document.body.
68
+ */
69
+ portalTarget?: ReactNode;
70
+ /**
71
+ * Array of extensions to display as radio buttons
72
+ */
73
+ preformattedExtensions: readonly PreformattedExtensions[];
74
+ /**
75
+ * Label for the preformatted label form group
76
+ */
77
+ preformattedExtensionsLabel?: string;
78
+ /**
79
+ * Specify the text for the primary button
80
+ */
81
+ primaryButtonText: string;
82
+ /**
83
+ * Specify the text for the secondary button
84
+ */
85
+ secondaryButtonText: string;
86
+ /**
87
+ * label text that's displayed when hovering over visibility toggler to show key
88
+ */
89
+ showPasswordLabel?: string;
90
+ /**
91
+ * messaging to display if the export was successful
92
+ */
93
+ successMessage?: string;
94
+ /**
95
+ * specify if the export was successful
96
+ */
97
+ successful?: boolean;
98
+ /**
99
+ * The text displayed at the top of the modal
100
+ */
101
+ title: string;
102
+ /**
103
+ * array of valid extensions the file can have
104
+ */
105
+ validExtensions: readonly any[];
106
+ }
1
107
  /**
2
108
  * Modal dialog version of the export pattern
3
109
  */
4
- export let ExportModal: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
- import React from 'react';
110
+ export declare let ExportModal: React.ForwardRefExoticComponent<RemoveModalProps & {
111
+ children?: React.ReactNode;
112
+ } & React.RefAttributes<unknown>>;
113
+ export {};
@@ -35,7 +35,6 @@ var defaults = {
35
35
  preformattedExtensions: Object.freeze([]),
36
36
  validExtensions: Object.freeze([])
37
37
  };
38
-
39
38
  /**
40
39
  * Modal dialog version of the export pattern
41
40
  */
@@ -48,7 +47,7 @@ exports.ExportModal = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
48
47
  hidePasswordLabel = _ref.hidePasswordLabel,
49
48
  inputLabel = _ref.inputLabel,
50
49
  _ref$inputType = _ref.inputType,
51
- inputType = _ref$inputType === void 0 ? defaults.inputType : _ref$inputType,
50
+ inputType = _ref$inputType === void 0 ? 'text' : _ref$inputType,
52
51
  invalidInputText = _ref.invalidInputText,
53
52
  loading = _ref.loading,
54
53
  loadingMessage = _ref.loadingMessage,
@@ -85,7 +84,10 @@ exports.ExportModal = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
85
84
  React.useEffect(function () {
86
85
  var _preformattedExtensio;
87
86
  setName(filename);
88
- setExtension(preformattedExtensions === null || preformattedExtensions === void 0 || (_preformattedExtensio = preformattedExtensions[0]) === null || _preformattedExtensio === void 0 ? void 0 : _preformattedExtensio.extension);
87
+ if (preformattedExtensions && preformattedExtensions.length > 0 && (_preformattedExtensio = preformattedExtensions[0]) !== null && _preformattedExtensio !== void 0 && _preformattedExtensio.extension) {
88
+ var _preformattedExtensio2;
89
+ setExtension(preformattedExtensions === null || preformattedExtensions === void 0 || (_preformattedExtensio2 = preformattedExtensions[0]) === null || _preformattedExtensio2 === void 0 ? void 0 : _preformattedExtensio2.extension);
90
+ }
89
91
  }, [filename, preformattedExtensions, open]);
90
92
  var onNameChangeHandler = function onNameChangeHandler(evt) {
91
93
  setName(evt.target.value);
@@ -98,7 +100,7 @@ exports.ExportModal = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
98
100
  };
99
101
  var onSubmitHandler = function onSubmitHandler() {
100
102
  var returnName = extension ? "".concat(filename, ".").concat(extension.toLocaleLowerCase()) : name;
101
- onRequestSubmit(returnName);
103
+ onRequestSubmit && onRequestSubmit(returnName);
102
104
  };
103
105
  var hasInvalidExtension = function hasInvalidExtension() {
104
106
  if (!dirtyInput || !validExtensions || !validExtensions.length) {
@@ -195,6 +197,7 @@ exports.ExportModal.propTypes = {
195
197
  /**
196
198
  * Body content for the modal
197
199
  */
200
+ /**@ts-ignore*/
198
201
  body: index["default"].string,
199
202
  /**
200
203
  * Optional class name
@@ -223,6 +226,7 @@ exports.ExportModal.propTypes = {
223
226
  /**
224
227
  * specify the type of text input
225
228
  */
229
+ /**@ts-ignore */
226
230
  inputType: index["default"].oneOf(['text', 'password']),
227
231
  /**
228
232
  * text for an invalid input
@@ -255,6 +259,7 @@ exports.ExportModal.propTypes = {
255
259
  /**
256
260
  * Array of extensions to display as radio buttons
257
261
  */
262
+ /**@ts-ignore */
258
263
  preformattedExtensions: index["default"].arrayOf(index["default"].shape({
259
264
  extension: index["default"].string,
260
265
  description: index["default"].string
@@ -290,6 +295,7 @@ exports.ExportModal.propTypes = {
290
295
  /**
291
296
  * array of valid extensions the file can have
292
297
  */
298
+ /**@ts-ignore */
293
299
  validExtensions: index["default"].array
294
300
  };
295
301
  exports.ExportModal.displayName = componentName;
@@ -64,7 +64,7 @@ exports.FilterPanelAccordion = settings.pkg.checkComponentEnabled(exports.Filter
64
64
  exports.FilterPanelAccordion.displayName = componentName;
65
65
  exports.FilterPanelAccordion.propTypes = {
66
66
  /**
67
- * Props specific to the internal `Accordion`.
67
+ * Props specific to the internal `Accordion` component.
68
68
  */
69
69
  accordionProps: index["default"].shape({}),
70
70
  /**
@@ -71,7 +71,7 @@ exports.FilterPanelAccordionItem = settings.pkg.checkComponentEnabled(exports.Fi
71
71
  exports.FilterPanelAccordionItem.displayName = componentName;
72
72
  exports.FilterPanelAccordionItem.propTypes = {
73
73
  /**
74
- * Props specific to the internal `AccordionItem`.
74
+ * Props specific to the internal `AccordionItem` component.
75
75
  */
76
76
  accordionItemProps: index["default"].shape({}),
77
77
  /**
@@ -95,7 +95,7 @@ exports.FilterPanelAccordionItem.propTypes = {
95
95
  */
96
96
  title: index["default"].string,
97
97
  /**
98
- * Props specific to the internal `TruncatedList`.
98
+ * Props specific to the internal `TruncatedList` component.
99
99
  */
100
100
  truncatedListProps: index["default"].shape({})
101
101
  };
@@ -1,5 +1,10 @@
1
1
  /**
2
2
  * Provides a checkbox, label, and count.
3
+ *
4
+ * This component is returning Carbon's Checkbox.
5
+ *
6
+ * All of Carbon Checkbox's props are directly available
7
+ * through "...rest", including id, onClick, etc.
3
8
  */
4
9
  export let FilterPanelCheckbox: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
10
  import React from 'react';
@@ -31,6 +31,11 @@ var componentName = 'FilterPanelCheckbox';
31
31
 
32
32
  /**
33
33
  * Provides a checkbox, label, and count.
34
+ *
35
+ * This component is returning Carbon's Checkbox.
36
+ *
37
+ * All of Carbon Checkbox's props are directly available
38
+ * through "...rest", including id, onClick, etc.
34
39
  */
35
40
  exports.FilterPanelCheckbox = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
36
41
  var className = _ref.className,
@@ -55,15 +60,6 @@ exports.FilterPanelCheckbox = /*#__PURE__*/React__default["default"].forwardRef(
55
60
  exports.FilterPanelCheckbox = settings.pkg.checkComponentEnabled(exports.FilterPanelCheckbox, componentName);
56
61
  exports.FilterPanelCheckbox.displayName = componentName;
57
62
  exports.FilterPanelCheckbox.propTypes = {
58
- /**
59
- * IMPORTANT NOTE
60
- *
61
- * This component is returning Carbon's Checkbox.
62
- *
63
- * All of Carbon Checkbox's props are directly available
64
- * through "...rest", including id, onClick, etc.
65
- */
66
-
67
63
  /**
68
64
  * Optional class to be applied to the containing node.
69
65
  */
@@ -154,7 +154,7 @@ exports.FilterPanelCheckboxWithOverflow.propTypes = {
154
154
  */
155
155
  onChange: index["default"].func,
156
156
  /**
157
- * Props specific to the internal `OverflowMenu`.
157
+ * Props specific to the internal `OverflowMenu` component.
158
158
  */
159
159
  overflowMenuProps: index["default"].shape(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty(_rollupPluginBabelHelpers.defineProperty({}, 'aria-label', index["default"].string), "flipped", index["default"].bool), "menuClass", index["default"].string), "menuOptionsClass", index["default"].string), "open", index["default"].bool), "selectorPrimaryFocus", index["default"].string)),
160
160
  /**
@@ -0,0 +1,5 @@
1
+ /**
2
+ * An input field and container to show search results.
3
+ */
4
+ export let FilterPanelSearch: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
5
+ import React from 'react';
@@ -0,0 +1,99 @@
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var _rollupPluginBabelHelpers = require('../../../_virtual/_rollupPluginBabelHelpers.js');
13
+ var React = require('react');
14
+ var index = require('../../../node_modules/prop-types/index.js');
15
+ var cx = require('classnames');
16
+ var react = require('@carbon/react');
17
+ var devtools = require('../../../global/js/utils/devtools.js');
18
+ var settings = require('../../../settings.js');
19
+
20
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
21
+
22
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
23
+ var cx__default = /*#__PURE__*/_interopDefaultLegacy(cx);
24
+
25
+ var _excluded = ["children", "className", "searchProps"];
26
+
27
+ // The block part of our conventional BEM class names (blockClass__E--M).
28
+ var blockClass = "".concat(settings.pkg.prefix, "--filter-panel-search");
29
+ var componentName = 'FilterPanelSearch';
30
+ var defaults = {
31
+ searchProps: {}
32
+ };
33
+
34
+ /**
35
+ * An input field and container to show search results.
36
+ */
37
+ exports.FilterPanelSearch = /*#__PURE__*/React__default["default"].forwardRef(function (_ref, ref) {
38
+ var children = _ref.children,
39
+ className = _ref.className,
40
+ _ref$searchProps = _ref.searchProps,
41
+ searchProps = _ref$searchProps === void 0 ? defaults.searchProps : _ref$searchProps,
42
+ rest = _rollupPluginBabelHelpers.objectWithoutProperties(_ref, _excluded);
43
+ var _useState = React.useState(false),
44
+ _useState2 = _rollupPluginBabelHelpers.slicedToArray(_useState, 2),
45
+ resultsVisible = _useState2[0],
46
+ setResultsVisible = _useState2[1];
47
+ var timer;
48
+
49
+ // Hide results with a delay.
50
+ // Gives enough time for "show" to trigger earlier.
51
+ var hideResults = function hideResults() {
52
+ clearTimeout(timer);
53
+ timer = setTimeout(function () {
54
+ setResultsVisible(false);
55
+ }, 300);
56
+ };
57
+
58
+ // Show results immediately.
59
+ var showResults = function showResults() {
60
+ clearTimeout(timer);
61
+ setResultsVisible(true);
62
+ };
63
+
64
+ // On unmount, clear the timer.
65
+ React.useEffect(function () {
66
+ return clearTimeout(timer);
67
+ }, [timer]);
68
+ return /*#__PURE__*/React__default["default"].createElement("div", _rollupPluginBabelHelpers["extends"]({}, rest, {
69
+ className: cx__default["default"](blockClass, "".concat(blockClass, "__container"), className),
70
+ onBlur: hideResults,
71
+ onFocus: showResults,
72
+ ref: ref
73
+ }, devtools.getDevtoolsProps(componentName)), /*#__PURE__*/React__default["default"].createElement(react.Search, _rollupPluginBabelHelpers["extends"]({
74
+ className: "".concat(blockClass, "__input")
75
+ }, searchProps)), resultsVisible && !!children && /*#__PURE__*/React__default["default"].createElement("div", {
76
+ className: "".concat(blockClass, "__results")
77
+ }, children));
78
+ });
79
+
80
+ // Return a placeholder if not released and not enabled by feature flag
81
+ exports.FilterPanelSearch = settings.pkg.checkComponentEnabled(exports.FilterPanelSearch, componentName);
82
+ exports.FilterPanelSearch.displayName = componentName;
83
+ exports.FilterPanelSearch.propTypes = {
84
+ /**
85
+ * Provide the contents of the FilterPanelSearch.
86
+ */
87
+ children: index["default"].node,
88
+ /**
89
+ * Optional class to be applied to the containing node.
90
+ */
91
+ className: index["default"].string,
92
+ /**
93
+ * Props specific to the internal `Search` component.
94
+ */
95
+ searchProps: index["default"].shape({
96
+ /** The label text for the Search icon. */
97
+ labelText: index["default"].string.isRequired
98
+ }).isRequired
99
+ };
@@ -5,3 +5,4 @@ export { FilterPanelCheckbox } from "./FilterPanelCheckbox/FilterPanelCheckbox";
5
5
  export { FilterPanelCheckboxWithOverflow } from "./FilterPanelCheckboxWithOverflow/FilterPanelCheckboxWithOverflow";
6
6
  export { FilterPanelGroup } from "./FilterPanelGroup/FilterPanelGroup";
7
7
  export { FilterPanelLabel } from "./FilterPanelLabel/FilterPanelLabel";
8
+ export { FilterPanelSearch } from "./FilterPanelSearch/FilterPanelSearch";
@@ -1,7 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2021
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import React, { PropsWithChildren } from 'react';
8
+ interface HTTPError403Props extends PropsWithChildren {
9
+ /**
10
+ * Provide an optional class to be applied to the containing node
11
+ */
12
+ className?: string;
13
+ /**
14
+ * String that will provide the description for the HTTP error code
15
+ */
16
+ description: string;
17
+ /**
18
+ * String that will describe the error that occurred
19
+ */
20
+ errorCodeLabel: string;
21
+ /**
22
+ * Links that will display for extra context when receiving particular errors
23
+ */
24
+ links: Array<{
25
+ /**
26
+ * The text to display for the link
27
+ */
28
+ text: string;
29
+ /**
30
+ * The link's destination
31
+ */
32
+ href: string;
33
+ }>;
34
+ /**
35
+ * This will be for the main title of the HTTP error component
36
+ */
37
+ title: string;
38
+ }
1
39
  /**
2
40
  * HTTP errors are used in an attempt to access something that isn’t available or
3
41
  the user doesn’t have permission for. This HTTPError component is generic so you
4
42
  can use it when you receive an error code that isn't provided.
5
43
  */
6
- export let HTTPError403: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
7
- import React from 'react';
44
+ export declare let HTTPError403: React.ForwardRefExoticComponent<HTTPError403Props & React.RefAttributes<HTMLDivElement>>;
45
+ export {};
@@ -28,7 +28,6 @@ var _excluded = ["className", "description", "errorCodeLabel", "links", "title"]
28
28
  // The block part of our conventional BEM class names (blockClass__E--M).
29
29
  var blockClass = "".concat(settings.pkg.prefix, "--http-errors");
30
30
  var componentName = 'HTTPError403';
31
-
32
31
  /**
33
32
  * HTTP errors are used in an attempt to access something that isn’t available or
34
33
  the user doesn’t have permission for. This HTTPError component is generic so you
@@ -80,6 +79,7 @@ exports.HTTPError403.propTypes = {
80
79
  /**
81
80
  * Links that will display for extra context when receiving particular errors
82
81
  */
82
+ /**@ts-ignore*/
83
83
  links: index.propTypesExports.arrayOf(index.propTypesExports.shape({
84
84
  /**
85
85
  * The text to display for the link
@@ -1,7 +1,45 @@
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2021
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import React, { PropsWithChildren } from 'react';
8
+ interface HTTPError404Props extends PropsWithChildren {
9
+ /**
10
+ * Provide an optional class to be applied to the containing node
11
+ */
12
+ className?: string;
13
+ /**
14
+ * String that will provide the description for the HTTP error code
15
+ */
16
+ description: string;
17
+ /**
18
+ * String that will describe the error that occurred
19
+ */
20
+ errorCodeLabel: string;
21
+ /**
22
+ * Links that will display for extra context when receiving particular errors
23
+ */
24
+ links: Array<{
25
+ /**
26
+ * The text to display for the link
27
+ */
28
+ text: string;
29
+ /**
30
+ * The link's destination
31
+ */
32
+ href: string;
33
+ }>;
34
+ /**
35
+ * This will be for the main title of the HTTP error component
36
+ */
37
+ title: string;
38
+ }
1
39
  /**
2
40
  * HTTP errors are used in an attempt to access something that isn’t available or
3
41
  the user doesn’t have permission for. This HTTPError component is generic so you
4
42
  can use it when you receive an error code that isn't provided.
5
43
  */
6
- export let HTTPError404: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
7
- import React from 'react';
44
+ export declare let HTTPError404: React.ForwardRefExoticComponent<HTTPError404Props & React.RefAttributes<HTMLDivElement>>;
45
+ export {};
@@ -28,7 +28,6 @@ var _excluded = ["className", "description", "errorCodeLabel", "links", "title"]
28
28
  // The block part of our conventional BEM class names (blockClass__E--M).
29
29
  var blockClass = "".concat(settings.pkg.prefix, "--http-errors");
30
30
  var componentName = 'HTTPError404';
31
-
32
31
  /**
33
32
  * HTTP errors are used in an attempt to access something that isn’t available or
34
33
  the user doesn’t have permission for. This HTTPError component is generic so you
@@ -80,6 +79,7 @@ exports.HTTPError404.propTypes = {
80
79
  /**
81
80
  * Links that will display for extra context when receiving particular errors
82
81
  */
82
+ /**@ts-ignore */
83
83
  links: index.propTypesExports.arrayOf(index.propTypesExports.shape({
84
84
  /**
85
85
  * The text to display for the link
@@ -1,2 +1,136 @@
1
- export let ImportModal: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
2
- import React from 'react';
1
+ /**
2
+ * Copyright IBM Corp. 2021, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import React, { ReactNode } from 'react';
8
+ type FileType = {
9
+ fetchError?: undefined | boolean;
10
+ fileData?: File;
11
+ fileSize?: number;
12
+ iconDescription?: string;
13
+ invalidFileType?: boolean;
14
+ name: string;
15
+ status?: string;
16
+ uuid?: string;
17
+ invalid?: boolean;
18
+ errorBody?: string;
19
+ errorSubject?: string;
20
+ };
21
+ interface ImportModalProps {
22
+ /**
23
+ * Specifies the file types that are valid for importing
24
+ */
25
+ accept?: string[];
26
+ /**
27
+ * Optional class name
28
+ */
29
+ className?: string;
30
+ /**
31
+ * The default message shown for an import error
32
+ */
33
+ defaultErrorBody: string;
34
+ /**
35
+ * The default header that is displayed to show an error message
36
+ */
37
+ defaultErrorHeader: string;
38
+ /**
39
+ * Content that is displayed inside the modal
40
+ */
41
+ description?: string;
42
+ /**
43
+ * Optional error body to display specifically for a fetch error
44
+ */
45
+ fetchErrorBody?: string;
46
+ /**
47
+ * Optional error header to display specifically for a fetch error
48
+ */
49
+ fetchErrorHeader?: string;
50
+ /**
51
+ * Header for the drag and drop box
52
+ */
53
+ fileDropHeader?: string;
54
+ /**
55
+ * Label for the drag and drop box
56
+ */
57
+ fileDropLabel?: string;
58
+ /**
59
+ * Label that appears when a file is uploaded to show number of files (1 / 1)
60
+ */
61
+ fileUploadLabel?: string;
62
+ /**
63
+ * Button icon for import by url button
64
+ */
65
+ inputButtonIcon?: boolean;
66
+ /**
67
+ * Button text for import by url button
68
+ */
69
+ inputButtonText: string;
70
+ /**
71
+ * ID for text input
72
+ */
73
+ inputId?: string;
74
+ /**
75
+ * Header to display above import by url
76
+ */
77
+ inputLabel?: string;
78
+ /**
79
+ * Placeholder for text input
80
+ */
81
+ inputPlaceholder?: string;
82
+ /**
83
+ * Optional error message to display specifically for a invalid file type error
84
+ */
85
+ invalidFileTypeErrorBody?: string;
86
+ /**
87
+ * Optional error header to display specifically for a invalid file type error
88
+ */
89
+ invalidFileTypeErrorHeader?: string;
90
+ /**
91
+ * Description for delete file icon
92
+ */
93
+ invalidIconDescription?: string;
94
+ /**
95
+ * File size limit in bytes
96
+ */
97
+ maxFileSize?: number;
98
+ /**
99
+ * Optional error message to display specifically for a max file size error
100
+ */
101
+ maxFileSizeErrorBody?: string;
102
+ /**
103
+ * Optional error header to display specifically for a max file size error
104
+ */
105
+ maxFileSizeErrorHeader?: string;
106
+ /**
107
+ * Specify a handler for closing modal
108
+ */
109
+ onClose?(): void;
110
+ /**
111
+ * Specify a handler for "submitting" modal. Access the imported file via `file => {}`
112
+ */
113
+ onRequestSubmit(files: FileType[]): void;
114
+ /**
115
+ * Specify whether the Modal is currently open
116
+ */
117
+ open: boolean;
118
+ /**
119
+ * The DOM node the tearsheet should be rendered within. Defaults to document.body.
120
+ */
121
+ portalTarget?: ReactNode;
122
+ /**
123
+ * Specify the text for the primary button
124
+ */
125
+ primaryButtonText: string;
126
+ /**
127
+ * Specify the text for the secondary button
128
+ */
129
+ secondaryButtonText: string;
130
+ /**
131
+ * The text displayed at the top of the modal
132
+ */
133
+ title: string;
134
+ }
135
+ export declare let ImportModal: React.FC<ImportModalProps>;
136
+ export {};
@@ -85,6 +85,7 @@ exports.ImportModal = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
85
85
  };
86
86
  var updateFiles = function updateFiles(newFiles) {
87
87
  var updatedFiles = newFiles.map(function (file) {
88
+ var _newFile$fileSize;
88
89
  var newFile = {
89
90
  uuid: file.uuid || uuidv4["default"](),
90
91
  status: 'edit',
@@ -103,7 +104,7 @@ exports.ImportModal = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
103
104
  newFile.errorBody = invalidFileTypeErrorBody || defaultErrorBody;
104
105
  newFile.errorSubject = invalidFileTypeErrorHeader || defaultErrorHeader;
105
106
  newFile.invalid = true;
106
- } else if (maxFileSize && newFile.fileSize > maxFileSize) {
107
+ } else if (maxFileSize && ((_newFile$fileSize = newFile === null || newFile === void 0 ? void 0 : newFile.fileSize) !== null && _newFile$fileSize !== void 0 ? _newFile$fileSize : 0) > maxFileSize) {
107
108
  newFile.errorBody = maxFileSizeErrorBody || defaultErrorBody;
108
109
  newFile.errorSubject = maxFileSizeErrorHeader || defaultErrorHeader;
109
110
  newFile.invalid = true;
@@ -136,7 +137,7 @@ exports.ImportModal = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
136
137
  _context.next = 10;
137
138
  break;
138
139
  }
139
- throw new Error(response.status);
140
+ throw new Error("".concat(response.status));
140
141
  case 10:
141
142
  _context.next = 12;
142
143
  return response.blob();