aefis-core-ui 2.3.0-rc56 → 2.3.0-rc57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -5481,6 +5481,7 @@ const DialogTitle = props => {
|
|
|
5481
5481
|
},
|
|
5482
5482
|
children: props.children
|
|
5483
5483
|
}) : props.children, props.onClose ? /*#__PURE__*/jsx(IconButton, {
|
|
5484
|
+
name: "close the dialog",
|
|
5484
5485
|
"aria-label": "close the dialog",
|
|
5485
5486
|
className: classes.closeButton,
|
|
5486
5487
|
onClick: props.onClose,
|
|
@@ -11681,7 +11682,7 @@ BusinessObjectPicker.propTypes = {
|
|
|
11681
11682
|
/** If true, multiple selection is supported. */
|
|
11682
11683
|
multiple: PropTypes.bool,
|
|
11683
11684
|
/** Any known Business Object type */
|
|
11684
|
-
type: PropTypes.oneOf([null, "accreditor", "administrativeDivision", "administrativeUnit", "assessment", "assignment", "badge", "businessObject", "college", "course", "courseOutcome", "courseSection", "department", "faculty", "institution", "keyword", "outcome", "outcomeGroup", "outcomeSpace", "performanceIndicator", "program", "term"]),
|
|
11685
|
+
type: PropTypes.oneOf([null, "accreditor", "administrativeDivision", "administrativeUnit", "assessment", "assignment", "badge", "businessObject", "college", "course", "courseOutcome", "courseSection", "department", "faculty", "institution", "keyword", "outcome", "outcomeGroup", "outcomeSpace", "performanceIndicator", "program", "term", "user"]),
|
|
11685
11686
|
/** Data for the list of options. If this is not provided, and type is provided, default business object queries are used to pull the data. */
|
|
11686
11687
|
data: PropTypes.any,
|
|
11687
11688
|
/** Name of the Data Source for the list of options. This is necessary to show any option, if type and data are not provided. */
|