@mcurros2/microm 1.1.389-0 → 1.1.390-0
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8256,8 +8256,8 @@ const $e95081ddc267bf42$export$ac599717ae3cc508 = {
|
|
|
8256
8256
|
};
|
|
8257
8257
|
function $e95081ddc267bf42$export$2d99b517780ef7c2(props) {
|
|
8258
8258
|
const mergedProps = (0, $b4te3$mantinecore.useComponentDefaultProps)('ImportDataPanel', $e95081ddc267bf42$export$ac599717ae3cc508, props);
|
|
8259
|
-
const { client: client, entityConstructor:
|
|
8260
|
-
const { result: destinationEntityBuilder, ready: destinationEntityReady } = (0, $8Yv4s.useResolvedEntityBuilder)(client, parentKeys,
|
|
8259
|
+
const { client: client, entityConstructor: _entityConstructor, entityLoader: _entityLoader, parentKeys: parentKeys, entityProcName: entityProcName, excludedImportDestinations: excludedImportDestinations, loadingComponent: loadingComponent, importDataLabel: importDataLabel, downloadImportedFileLabel: downloadImportedFileLabel, ...dataGridProps } = mergedProps;
|
|
8260
|
+
const { result: destinationEntityBuilder, ready: destinationEntityReady } = (0, $8Yv4s.useResolvedEntityBuilder)(client, parentKeys, props);
|
|
8261
8261
|
const destinationEntity = destinationEntityBuilder?.entity;
|
|
8262
8262
|
const historyEntityBuilder = (0, $b4te3$react.useCallback)((historyClient, parentKeys)=>{
|
|
8263
8263
|
if (!destinationEntity) throw new Error('The import destination is not available.');
|