ronds-metadata 1.3.50 → 1.3.51
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
20
20
|
/*
|
21
21
|
* @Author: wangxian
|
22
22
|
* @Date: 2021-09-18 14:15:04
|
23
|
-
* @LastEditTime: 2024-07-03 16:
|
23
|
+
* @LastEditTime: 2024-07-03 16:56:10
|
24
24
|
*/
|
25
25
|
import React from 'react';
|
26
26
|
import { UploadOutlined } from '@ant-design/icons';
|
@@ -29,8 +29,8 @@ import { useGetExtraInfo } from '../hooks';
|
|
29
29
|
import useObservable from '../../../framework/rxjs-hooks/useObservable';
|
30
30
|
import NumberRange from './plugin/NumberRange';
|
31
31
|
import { tr } from '../../../framework/locale';
|
32
|
-
import { useAsyncMemo } from '
|
33
|
-
import { MetadataService } from '
|
32
|
+
import { useAsyncMemo } from '../../../framework/hooks/use-async-memo';
|
33
|
+
import { MetadataService } from '../../../framework/metadata/MetadataService';
|
34
34
|
var TextArea = _Input.TextArea;
|
35
35
|
function Index(props) {
|
36
36
|
var _extraInfo$addonAfter7;
|