ronds-metadata 1.3.58 → 1.3.60
Sign up to get free protection for your applications and to get access to all the features.
- package/es/comps/MetadataForm/DataCell/Input.js +3 -3
- package/es/comps/MetadataForm/DataCell/plugin/SourceConfig.d.ts +6 -0
- package/es/comps/MetadataForm/DataCell/plugin/SourceConfig.js +397 -0
- package/es/framework/libs/iconfont/iconfont.css +327 -323
- package/es/framework/libs/iconfont/iconfont.json +555 -548
- package/es/framework/libs/iconfont/iconfont.ttf +0 -0
- package/es/framework/libs/iconfont/iconfont.woff +0 -0
- package/es/framework/libs/iconfont/iconfont.woff2 +0 -0
- package/package.json +1 -1
- package/es/comps/MetadataForm/DataCell/plugin/IconButton.d.ts +0 -8
- package/es/comps/MetadataForm/DataCell/plugin/IconButton.js +0 -16
Binary file
|
Binary file
|
Binary file
|
package/package.json
CHANGED
@@ -1,16 +0,0 @@
|
|
1
|
-
import "antd/es/button/style";
|
2
|
-
import _Button from "antd/es/button";
|
3
|
-
import React from "react";
|
4
|
-
import { tr } from '../../../../framework/locale';
|
5
|
-
var IconButton = function IconButton(props) {
|
6
|
-
var icon = props.icon,
|
7
|
-
text = props.text,
|
8
|
-
onClick = props.onClick;
|
9
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(_Button, {
|
10
|
-
className: "ml-2",
|
11
|
-
type: "link",
|
12
|
-
icon: icon,
|
13
|
-
onClick: onClick
|
14
|
-
}, tr(text)));
|
15
|
-
};
|
16
|
-
export default IconButton;
|