aefis-core-ui 2.1.6-rc2 → 2.1.6-rc3
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
|
@@ -11100,7 +11100,6 @@ const BusinessObjectPicker = _ref => {
|
|
|
11100
11100
|
}
|
|
11101
11101
|
});
|
|
11102
11102
|
const [loadingRefetch, setRefetchLoading] = useLoadingRefetch(isFetching);
|
|
11103
|
-
console.log("loadingRefetch ", loadingRefetch);
|
|
11104
11103
|
const {
|
|
11105
11104
|
ref,
|
|
11106
11105
|
inView
|
|
@@ -11242,6 +11241,7 @@ const BusinessObjectPicker = _ref => {
|
|
|
11242
11241
|
const handleIsOptionEqualToValue = useCallback((a, b) => getKey(a) == getKey(b), []);
|
|
11243
11242
|
const renderCustomTags = useCallback(value => value.map(option => /*#__PURE__*/jsx(Box$1, {
|
|
11244
11243
|
sx: {
|
|
11244
|
+
maxWidth: "300px",
|
|
11245
11245
|
overflow: "hidden"
|
|
11246
11246
|
},
|
|
11247
11247
|
children: /*#__PURE__*/jsx(Chip, {
|
|
@@ -11255,6 +11255,7 @@ const BusinessObjectPicker = _ref => {
|
|
|
11255
11255
|
}, getKey(option))), [props.size, getKey, getLabel, handleTagDelete]);
|
|
11256
11256
|
const renderTypeTags = useCallback(value => value.map(option => /*#__PURE__*/jsx(Box$1, {
|
|
11257
11257
|
sx: {
|
|
11258
|
+
maxWidth: "300px",
|
|
11258
11259
|
overflow: "hidden"
|
|
11259
11260
|
},
|
|
11260
11261
|
children: /*#__PURE__*/jsx(BusinessObject, {
|