@firesoon/icons-react 2.1.21 → 2.1.22
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/es/Icon.js +6 -15
- package/es/components/currency/SbtRetract.d.ts +4 -0
- package/es/components/currency/SbtRetract.js +12 -0
- package/es/components/currency/SbtRetractFill.d.ts +4 -0
- package/es/components/currency/SbtRetractFill.js +12 -0
- package/es/components/currency/index.d.ts +2 -0
- package/es/components/currency/index.js +2 -0
- package/es/components/suggestion/SbtDirect.d.ts +4 -0
- package/es/components/suggestion/SbtDirect.js +12 -0
- package/es/components/suggestion/SbtQuick.d.ts +4 -0
- package/es/components/suggestion/SbtQuick.js +12 -0
- package/es/components/suggestion/index.d.ts +2 -0
- package/es/components/suggestion/index.js +2 -0
- package/es/dome/index.js +0 -3
- package/es/icons/currency/sbt-retract-fill.d.ts +18 -0
- package/es/icons/currency/sbt-retract-fill.js +18 -0
- package/es/icons/currency/sbt-retract.d.ts +18 -0
- package/es/icons/currency/sbt-retract.js +25 -0
- package/es/icons/suggestion/sbt-direct.d.ts +18 -0
- package/es/icons/suggestion/sbt-direct.js +18 -0
- package/es/icons/suggestion/sbt-quick.d.ts +18 -0
- package/es/icons/suggestion/sbt-quick.js +18 -0
- package/es/index.d.ts +50 -46
- package/es/index.js +51 -47
- package/es/utils.js +4 -5
- package/lib/Icon.js +6 -23
- package/lib/components/currency/SbtRetract.d.ts +4 -0
- package/lib/components/currency/SbtRetract.js +20 -0
- package/lib/components/currency/SbtRetractFill.d.ts +4 -0
- package/lib/components/currency/SbtRetractFill.js +20 -0
- package/lib/components/currency/index.d.ts +2 -0
- package/lib/components/currency/index.js +14 -0
- package/lib/components/suggestion/SbtDirect.d.ts +4 -0
- package/lib/components/suggestion/SbtDirect.js +20 -0
- package/lib/components/suggestion/SbtQuick.d.ts +4 -0
- package/lib/components/suggestion/SbtQuick.js +20 -0
- package/lib/components/suggestion/index.d.ts +2 -0
- package/lib/components/suggestion/index.js +14 -0
- package/lib/dome/index.js +0 -16
- package/lib/icons/currency/sbt-retract-fill.d.ts +18 -0
- package/lib/icons/currency/sbt-retract-fill.js +25 -0
- package/lib/icons/currency/sbt-retract.d.ts +18 -0
- package/lib/icons/currency/sbt-retract.js +32 -0
- package/lib/icons/suggestion/sbt-direct.d.ts +18 -0
- package/lib/icons/suggestion/sbt-direct.js +25 -0
- package/lib/icons/suggestion/sbt-quick.d.ts +18 -0
- package/lib/icons/suggestion/sbt-quick.js +25 -0
- package/lib/index.d.ts +50 -46
- package/lib/index.js +74 -46
- package/lib/utils.js +4 -8
- package/package.json +1 -1
package/lib/Icon.js
CHANGED
|
@@ -4,53 +4,37 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
11
|
-
|
|
12
9
|
var _config = require("./config");
|
|
13
|
-
|
|
14
10
|
var _utils = require("./utils");
|
|
15
|
-
|
|
16
11
|
var _excluded = ["rootNode", "svgOption", "iconName"];
|
|
17
|
-
|
|
18
12
|
var _templateObject;
|
|
19
|
-
|
|
20
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
|
-
|
|
22
14
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
23
|
-
|
|
24
15
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
25
|
-
|
|
26
16
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
27
|
-
|
|
28
17
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
29
|
-
|
|
30
18
|
var StyledSpan = (0, _styledComponents.default)("span")(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: inline-block;\n color: ", ";\n font-style: normal;\n opacity: ", ";\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n"])), function (_ref) {
|
|
31
19
|
var isColor = _ref.isColor,
|
|
32
|
-
|
|
20
|
+
defaultColor = _ref.defaultColor;
|
|
33
21
|
return isColor ? defaultColor : "inherit";
|
|
34
22
|
}, function (_ref2) {
|
|
35
23
|
var opacity = _ref2.opacity;
|
|
36
24
|
return opacity;
|
|
37
25
|
});
|
|
38
|
-
|
|
39
26
|
var _default = function _default(props) {
|
|
40
27
|
var _rootNode$name, _opacityList$find, _rootNode$nodeTree, _rootNode$nodeTree$ch, _rootNode$nodeTree$ch2;
|
|
41
|
-
|
|
42
28
|
var _ref3 = props !== null && props !== void 0 ? props : {},
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
29
|
+
rootNode = _ref3.rootNode,
|
|
30
|
+
_ref3$svgOption = _ref3.svgOption,
|
|
31
|
+
svgOption = _ref3$svgOption === void 0 ? {} : _ref3$svgOption,
|
|
32
|
+
iconName = _ref3.iconName,
|
|
33
|
+
wrapper = _objectWithoutProperties(_ref3, _excluded);
|
|
49
34
|
var nameList = rootNode === null || rootNode === void 0 ? void 0 : (_rootNode$name = rootNode.name) === null || _rootNode$name === void 0 ? void 0 : _rootNode$name.split("-");
|
|
50
35
|
var isColor = (nameList === null || nameList === void 0 ? void 0 : nameList[(nameList === null || nameList === void 0 ? void 0 : nameList.length) - 1]) === "color";
|
|
51
36
|
var opacity = _config.opacityList === null || _config.opacityList === void 0 ? void 0 : (_opacityList$find = _config.opacityList.find(function (item) {
|
|
52
37
|
var _item$nameList;
|
|
53
|
-
|
|
54
38
|
return item === null || item === void 0 ? void 0 : (_item$nameList = item.nameList) === null || _item$nameList === void 0 ? void 0 : _item$nameList.includes(rootNode === null || rootNode === void 0 ? void 0 : rootNode.name);
|
|
55
39
|
})) === null || _opacityList$find === void 0 ? void 0 : _opacityList$find.opacity;
|
|
56
40
|
return /*#__PURE__*/_react.default.createElement(StyledSpan, _extends({}, wrapper, {
|
|
@@ -60,5 +44,4 @@ var _default = function _default(props) {
|
|
|
60
44
|
defaultColor: rootNode === null || rootNode === void 0 ? void 0 : (_rootNode$nodeTree = rootNode.nodeTree) === null || _rootNode$nodeTree === void 0 ? void 0 : (_rootNode$nodeTree$ch = _rootNode$nodeTree.children) === null || _rootNode$nodeTree$ch === void 0 ? void 0 : (_rootNode$nodeTree$ch2 = _rootNode$nodeTree$ch[0]) === null || _rootNode$nodeTree$ch2 === void 0 ? void 0 : _rootNode$nodeTree$ch2.defaultColor
|
|
61
45
|
}), (0, _utils.generate)(rootNode.nodeTree, rootNode.name, svgOption));
|
|
62
46
|
};
|
|
63
|
-
|
|
64
47
|
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
9
|
+
var _sbtRetract = _interopRequireDefault(require("../../icons/currency/sbt-retract"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtRetract.default,
|
|
16
|
+
iconName: 'sbt-retract',
|
|
17
|
+
iconType: 'currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
9
|
+
var _sbtRetractFill = _interopRequireDefault(require("../../icons/currency/sbt-retract-fill"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtRetractFill.default,
|
|
16
|
+
iconName: 'sbt-retract-fill',
|
|
17
|
+
iconType: 'currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -69,6 +69,8 @@ export { default as Recover } from './Recover';
|
|
|
69
69
|
export { default as RectifyMassage } from './RectifyMassage';
|
|
70
70
|
export { default as RectifyMassageFill } from './RectifyMassageFill';
|
|
71
71
|
export { default as Refresh } from './Refresh';
|
|
72
|
+
export { default as SbtRetract } from './SbtRetract';
|
|
73
|
+
export { default as SbtRetractFill } from './SbtRetractFill';
|
|
72
74
|
export { default as Screening } from './Screening';
|
|
73
75
|
export { default as Search } from './Search';
|
|
74
76
|
export { default as Selecte } from './Selecte';
|
|
@@ -429,6 +429,18 @@ Object.defineProperty(exports, "Refresh", {
|
|
|
429
429
|
return _Refresh.default;
|
|
430
430
|
}
|
|
431
431
|
});
|
|
432
|
+
Object.defineProperty(exports, "SbtRetract", {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function get() {
|
|
435
|
+
return _SbtRetract.default;
|
|
436
|
+
}
|
|
437
|
+
});
|
|
438
|
+
Object.defineProperty(exports, "SbtRetractFill", {
|
|
439
|
+
enumerable: true,
|
|
440
|
+
get: function get() {
|
|
441
|
+
return _SbtRetractFill.default;
|
|
442
|
+
}
|
|
443
|
+
});
|
|
432
444
|
Object.defineProperty(exports, "Screening", {
|
|
433
445
|
enumerable: true,
|
|
434
446
|
get: function get() {
|
|
@@ -638,6 +650,8 @@ var _Recover = _interopRequireDefault(require("./Recover"));
|
|
|
638
650
|
var _RectifyMassage = _interopRequireDefault(require("./RectifyMassage"));
|
|
639
651
|
var _RectifyMassageFill = _interopRequireDefault(require("./RectifyMassageFill"));
|
|
640
652
|
var _Refresh = _interopRequireDefault(require("./Refresh"));
|
|
653
|
+
var _SbtRetract = _interopRequireDefault(require("./SbtRetract"));
|
|
654
|
+
var _SbtRetractFill = _interopRequireDefault(require("./SbtRetractFill"));
|
|
641
655
|
var _Screening = _interopRequireDefault(require("./Screening"));
|
|
642
656
|
var _Search = _interopRequireDefault(require("./Search"));
|
|
643
657
|
var _Selecte = _interopRequireDefault(require("./Selecte"));
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
9
|
+
var _sbtDirect = _interopRequireDefault(require("../../icons/suggestion/sbt-direct"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtDirect.default,
|
|
16
|
+
iconName: 'sbt-direct',
|
|
17
|
+
iconType: 'suggestion'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
9
|
+
var _sbtQuick = _interopRequireDefault(require("../../icons/suggestion/sbt-quick"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtQuick.default,
|
|
16
|
+
iconName: 'sbt-quick',
|
|
17
|
+
iconType: 'suggestion'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -34,6 +34,8 @@ export { default as RecordQuality } from './RecordQuality';
|
|
|
34
34
|
export { default as Rectification } from './Rectification';
|
|
35
35
|
export { default as Rehospitalization } from './Rehospitalization';
|
|
36
36
|
export { default as Revoke } from './Revoke';
|
|
37
|
+
export { default as SbtDirect } from './SbtDirect';
|
|
38
|
+
export { default as SbtQuick } from './SbtQuick';
|
|
37
39
|
export { default as Sendback } from './Sendback';
|
|
38
40
|
export { default as Success } from './Success';
|
|
39
41
|
export { default as SuccessFill } from './SuccessFill';
|
|
@@ -219,6 +219,18 @@ Object.defineProperty(exports, "Revoke", {
|
|
|
219
219
|
return _Revoke.default;
|
|
220
220
|
}
|
|
221
221
|
});
|
|
222
|
+
Object.defineProperty(exports, "SbtDirect", {
|
|
223
|
+
enumerable: true,
|
|
224
|
+
get: function get() {
|
|
225
|
+
return _SbtDirect.default;
|
|
226
|
+
}
|
|
227
|
+
});
|
|
228
|
+
Object.defineProperty(exports, "SbtQuick", {
|
|
229
|
+
enumerable: true,
|
|
230
|
+
get: function get() {
|
|
231
|
+
return _SbtQuick.default;
|
|
232
|
+
}
|
|
233
|
+
});
|
|
222
234
|
Object.defineProperty(exports, "Sendback", {
|
|
223
235
|
enumerable: true,
|
|
224
236
|
get: function get() {
|
|
@@ -309,6 +321,8 @@ var _RecordQuality = _interopRequireDefault(require("./RecordQuality"));
|
|
|
309
321
|
var _Rectification = _interopRequireDefault(require("./Rectification"));
|
|
310
322
|
var _Rehospitalization = _interopRequireDefault(require("./Rehospitalization"));
|
|
311
323
|
var _Revoke = _interopRequireDefault(require("./Revoke"));
|
|
324
|
+
var _SbtDirect = _interopRequireDefault(require("./SbtDirect"));
|
|
325
|
+
var _SbtQuick = _interopRequireDefault(require("./SbtQuick"));
|
|
312
326
|
var _Sendback = _interopRequireDefault(require("./Sendback"));
|
|
313
327
|
var _Success = _interopRequireDefault(require("./Success"));
|
|
314
328
|
var _SuccessFill = _interopRequireDefault(require("./SuccessFill"));
|
package/lib/dome/index.js
CHANGED
|
@@ -1,30 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
-
|
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
|
6
5
|
value: true
|
|
7
6
|
});
|
|
8
7
|
exports.default = void 0;
|
|
9
|
-
|
|
10
8
|
var _react = _interopRequireDefault(require("react"));
|
|
11
|
-
|
|
12
9
|
var _antd = require("@firesoon/antd");
|
|
13
|
-
|
|
14
10
|
var _copyToClipboard = _interopRequireDefault(require("copy-to-clipboard"));
|
|
15
|
-
|
|
16
11
|
var icon = _interopRequireWildcard(require("../index"));
|
|
17
|
-
|
|
18
12
|
require("./index.less");
|
|
19
|
-
|
|
20
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
-
|
|
22
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
23
|
-
|
|
24
15
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
25
|
-
|
|
26
16
|
var iconKeys = Object.keys(icon);
|
|
27
|
-
|
|
28
17
|
var _default = function _default() {
|
|
29
18
|
var gridStyle = {
|
|
30
19
|
width: "270px",
|
|
@@ -32,7 +21,6 @@ var _default = function _default() {
|
|
|
32
21
|
cursor: "pointer",
|
|
33
22
|
fontSize: 20
|
|
34
23
|
};
|
|
35
|
-
|
|
36
24
|
var iconList = function iconList() {
|
|
37
25
|
var currency = "currency";
|
|
38
26
|
var businessMenu = "business-menu";
|
|
@@ -57,7 +45,6 @@ var _default = function _default() {
|
|
|
57
45
|
}];
|
|
58
46
|
iconKeys.forEach(function (key) {
|
|
59
47
|
var type = icon[key]().props.iconType;
|
|
60
|
-
|
|
61
48
|
if (type === currency) {
|
|
62
49
|
list[0].icons.push(key);
|
|
63
50
|
} else if (type === businessMenu) {
|
|
@@ -70,7 +57,6 @@ var _default = function _default() {
|
|
|
70
57
|
});
|
|
71
58
|
return list;
|
|
72
59
|
};
|
|
73
|
-
|
|
74
60
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, iconList().map(function (item) {
|
|
75
61
|
return /*#__PURE__*/_react.default.createElement(_antd.Card, {
|
|
76
62
|
bordered: false,
|
|
@@ -81,12 +67,10 @@ var _default = function _default() {
|
|
|
81
67
|
style: gridStyle,
|
|
82
68
|
onClick: function onClick() {
|
|
83
69
|
(0, _copyToClipboard.default)("<".concat(key, " />"));
|
|
84
|
-
|
|
85
70
|
_antd.message.success("\u590D\u5236\u6210\u529F\uFF1A<".concat(key, " />"));
|
|
86
71
|
}
|
|
87
72
|
}, /*#__PURE__*/_react.default.createElement("div", null, icon[key]()), /*#__PURE__*/_react.default.createElement("div", null, key));
|
|
88
73
|
}));
|
|
89
74
|
}));
|
|
90
75
|
};
|
|
91
|
-
|
|
92
76
|
exports.default = _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-retract-fill",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"defaultColor": "#333",
|
|
17
|
+
"attrs": {
|
|
18
|
+
"d": "M880 112a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144a32 32 0 0132-32h736zM759.73 703.63h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8v-48a8 8 0 00-8-8zM391.96 373.55l-98.1 98.1c-.4.28-.77.59-1.12.94l-33.94 33.94a8 8 0 000 11.31l133.65 133.64a8 8 0 0011.3 0l33.95-33.94a8 8 0 000-11.31l-61.6-61.6h383.63a8 8 0 008-8v-48a8 8 0 00-8-8H375.4l61.82-61.83a8 8 0 000-11.31l-33.94-33.94a8 8 0 00-11.32 0zm367.77-117.93h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8v-48a8 8 0 00-8-8z"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}]
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var _default = node;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-retract",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"defaultColor": "#333",
|
|
17
|
+
"attrs": {
|
|
18
|
+
"d": "M112 144a32 32 0 0132-32h736a32 32 0 0132 32v736a32 32 0 01-32 32H144a32 32 0 01-32-32V144zm64 32v672h672V176H176z"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}, {
|
|
22
|
+
"tag": "path",
|
|
23
|
+
"defaultColor": "#333",
|
|
24
|
+
"attrs": {
|
|
25
|
+
"d": "M767.73 311.63v-48a8 8 0 00-8-8h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8zm0 225v-48a8 8 0 00-8-8H375.4l61.82-61.83a8 8 0 000-11.31l-33.94-33.94a8 8 0 00-11.32 0l-98.1 98.1c-.4.28-.77.59-1.12.94l-33.94 33.94a8 8 0 000 11.31l133.65 133.64a8 8 0 0011.3 0l33.95-33.94a8 8 0 000-11.31l-61.6-61.6h383.63a8 8 0 008-8zm0 223v-48a8 8 0 00-8-8h-496a8 8 0 00-8 8v48a8 8 0 008 8h496a8 8 0 008-8z"
|
|
26
|
+
},
|
|
27
|
+
"children": []
|
|
28
|
+
}]
|
|
29
|
+
}
|
|
30
|
+
};
|
|
31
|
+
var _default = node;
|
|
32
|
+
exports.default = _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-direct",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"defaultColor": "#333",
|
|
17
|
+
"attrs": {
|
|
18
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zm-23.52 123.44l59.36 8.4c-1.68 13.44-3.36 26.32-4.48 38.64h208.32v54.88H534.4c-2.24 11.2-5.04 22.4-7.28 33.6h156.8v323.12h78.96v53.2h-501.2v-53.2h76.16V386.96H467.2l6.72-33.6h-201.6v-54.88h210.56c2.24-16.24 3.92-31.92 5.6-47.04zm137.2 425.6h-229.6v33.04h229.6v-33.04zm0-79.52h-229.6v33.6h229.6v-33.6zm0-78.4h-229.6v32.48h229.6v-32.48zm0-80.64h-229.6v34.16h229.6v-34.16z"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}]
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var _default = node;
|
|
25
|
+
exports.default = _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "sbt-quick",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"defaultColor": "#333",
|
|
17
|
+
"attrs": {
|
|
18
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zM383.2 255.36v107.52L422.96 350c14.56 35.84 28 77.28 39.2 123.76l-46.48 11.76c-8.4-39.2-19.04-77.28-32.48-113.68v398.72h-57.68v-515.2h57.68zm221.76-.56v78.96h118.72V501.2h36.4v57.12h-137.2c33.04 67.2 84 122.64 152.32 165.2L735.44 770c-68.32-49.84-119.84-110.88-154.56-183.68-26.88 81.76-75.04 142.8-145.6 183.12l-35.84-48.16c66.08-34.16 109.76-88.48 131.6-162.96h-98.56V501.2H542.8a475.53 475.53 0 005.04-70.56v-42.56h-92.96v-54.32h92.96V254.8h57.12zM267.28 364.56l44.8 3.36c-1.12 56-7.28 109.2-17.36 159.6l-47.04-13.44c11.2-47.04 17.92-96.88 19.6-149.52zm400.4 23.52h-62.72v29.68c0 29.12-2.24 57.12-5.6 83.44h68.32V388.08z"
|
|
19
|
+
},
|
|
20
|
+
"children": []
|
|
21
|
+
}]
|
|
22
|
+
}
|
|
23
|
+
};
|
|
24
|
+
var _default = node;
|
|
25
|
+
exports.default = _default;
|
package/lib/index.d.ts
CHANGED
|
@@ -189,6 +189,8 @@ export { default as Recover } from './components/currency/Recover';
|
|
|
189
189
|
export { default as RectifyMassage } from './components/currency/RectifyMassage';
|
|
190
190
|
export { default as RectifyMassageFill } from './components/currency/RectifyMassageFill';
|
|
191
191
|
export { default as Refresh } from './components/currency/Refresh';
|
|
192
|
+
export { default as SbtRetract } from './components/currency/SbtRetract';
|
|
193
|
+
export { default as SbtRetractFill } from './components/currency/SbtRetractFill';
|
|
192
194
|
export { default as Screening } from './components/currency/Screening';
|
|
193
195
|
export { default as Search } from './components/currency/Search';
|
|
194
196
|
export { default as Selecte } from './components/currency/Selecte';
|
|
@@ -235,52 +237,6 @@ export { default as ServerError } from './components/old-twocolor/ServerError';
|
|
|
235
237
|
export { default as SuccessCircle } from './components/old-twocolor/SuccessCircle';
|
|
236
238
|
export { default as Tishi } from './components/old-twocolor/Tishi';
|
|
237
239
|
export { default as WaitCircle } from './components/old-twocolor/WaitCircle';
|
|
238
|
-
export { default as ApplyFail } from './components/suggestion/ApplyFail';
|
|
239
|
-
export { default as ApplySuccess } from './components/suggestion/ApplySuccess';
|
|
240
|
-
export { default as AttestationFail } from './components/suggestion/AttestationFail';
|
|
241
|
-
export { default as Attestationing } from './components/suggestion/Attestationing';
|
|
242
|
-
export { default as Await } from './components/suggestion/Await';
|
|
243
|
-
export { default as ClaimFinish } from './components/suggestion/ClaimFinish';
|
|
244
|
-
export { default as ClaimsAssessment } from './components/suggestion/ClaimsAssessment';
|
|
245
|
-
export { default as ClaimsFail } from './components/suggestion/ClaimsFail';
|
|
246
|
-
export { default as CostReturn } from './components/suggestion/CostReturn';
|
|
247
|
-
export { default as CostViolate } from './components/suggestion/CostViolate';
|
|
248
|
-
export { default as CostWarning } from './components/suggestion/CostWarning';
|
|
249
|
-
export { default as DailyOperation } from './components/suggestion/DailyOperation';
|
|
250
|
-
export { default as DrgsColor } from './components/suggestion/DrgsColor';
|
|
251
|
-
export { default as Examine } from './components/suggestion/Examine';
|
|
252
|
-
export { default as Fail } from './components/suggestion/Fail';
|
|
253
|
-
export { default as FailFill } from './components/suggestion/FailFill';
|
|
254
|
-
export { default as Finish } from './components/suggestion/Finish';
|
|
255
|
-
export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
|
|
256
|
-
export { default as Inform } from './components/suggestion/Inform';
|
|
257
|
-
export { default as Information } from './components/suggestion/Information';
|
|
258
|
-
export { default as KeyGroup } from './components/suggestion/KeyGroup';
|
|
259
|
-
export { default as Keyoffice } from './components/suggestion/Keyoffice';
|
|
260
|
-
export { default as Lack } from './components/suggestion/Lack';
|
|
261
|
-
export { default as Notice } from './components/suggestion/Notice';
|
|
262
|
-
export { default as NoticeFill } from './components/suggestion/NoticeFill';
|
|
263
|
-
export { default as Overtime } from './components/suggestion/Overtime';
|
|
264
|
-
export { default as Problem } from './components/suggestion/Problem';
|
|
265
|
-
export { default as ProblemFill } from './components/suggestion/ProblemFill';
|
|
266
|
-
export { default as ProcessFail } from './components/suggestion/ProcessFail';
|
|
267
|
-
export { default as Processing } from './components/suggestion/Processing';
|
|
268
|
-
export { default as ProcessPass } from './components/suggestion/ProcessPass';
|
|
269
|
-
export { default as QuickCompensation } from './components/suggestion/QuickCompensation';
|
|
270
|
-
export { default as RecordQuality } from './components/suggestion/RecordQuality';
|
|
271
|
-
export { default as Rectification } from './components/suggestion/Rectification';
|
|
272
|
-
export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
|
|
273
|
-
export { default as Revoke } from './components/suggestion/Revoke';
|
|
274
|
-
export { default as Sendback } from './components/suggestion/Sendback';
|
|
275
|
-
export { default as Success } from './components/suggestion/Success';
|
|
276
|
-
export { default as SuccessFill } from './components/suggestion/SuccessFill';
|
|
277
|
-
export { default as UndipAccountColor } from './components/suggestion/UndipAccountColor';
|
|
278
|
-
export { default as UndrgAccountColor } from './components/suggestion/UndrgAccountColor';
|
|
279
|
-
export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
|
|
280
|
-
export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
|
|
281
|
-
export { default as Wait } from './components/suggestion/Wait';
|
|
282
|
-
export { default as Warning } from './components/suggestion/Warning';
|
|
283
|
-
export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
|
|
284
240
|
export { default as Account } from './components/old-outlined/Account';
|
|
285
241
|
export { default as AccountFill } from './components/old-outlined/AccountFill';
|
|
286
242
|
export { default as AcountManage } from './components/old-outlined/AcountManage';
|
|
@@ -474,3 +430,51 @@ export { default as Zhuantifenxi } from './components/old-outlined/Zhuantifenxi'
|
|
|
474
430
|
export { default as ZhuantifenxiFill } from './components/old-outlined/ZhuantifenxiFill';
|
|
475
431
|
export { default as Zhutizhibiao } from './components/old-outlined/Zhutizhibiao';
|
|
476
432
|
export { default as Zygl } from './components/old-outlined/Zygl';
|
|
433
|
+
export { default as ApplyFail } from './components/suggestion/ApplyFail';
|
|
434
|
+
export { default as ApplySuccess } from './components/suggestion/ApplySuccess';
|
|
435
|
+
export { default as AttestationFail } from './components/suggestion/AttestationFail';
|
|
436
|
+
export { default as Attestationing } from './components/suggestion/Attestationing';
|
|
437
|
+
export { default as Await } from './components/suggestion/Await';
|
|
438
|
+
export { default as ClaimFinish } from './components/suggestion/ClaimFinish';
|
|
439
|
+
export { default as ClaimsAssessment } from './components/suggestion/ClaimsAssessment';
|
|
440
|
+
export { default as ClaimsFail } from './components/suggestion/ClaimsFail';
|
|
441
|
+
export { default as CostReturn } from './components/suggestion/CostReturn';
|
|
442
|
+
export { default as CostViolate } from './components/suggestion/CostViolate';
|
|
443
|
+
export { default as CostWarning } from './components/suggestion/CostWarning';
|
|
444
|
+
export { default as DailyOperation } from './components/suggestion/DailyOperation';
|
|
445
|
+
export { default as DrgsColor } from './components/suggestion/DrgsColor';
|
|
446
|
+
export { default as Examine } from './components/suggestion/Examine';
|
|
447
|
+
export { default as Fail } from './components/suggestion/Fail';
|
|
448
|
+
export { default as FailFill } from './components/suggestion/FailFill';
|
|
449
|
+
export { default as Finish } from './components/suggestion/Finish';
|
|
450
|
+
export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
|
|
451
|
+
export { default as Inform } from './components/suggestion/Inform';
|
|
452
|
+
export { default as Information } from './components/suggestion/Information';
|
|
453
|
+
export { default as KeyGroup } from './components/suggestion/KeyGroup';
|
|
454
|
+
export { default as Keyoffice } from './components/suggestion/Keyoffice';
|
|
455
|
+
export { default as Lack } from './components/suggestion/Lack';
|
|
456
|
+
export { default as Notice } from './components/suggestion/Notice';
|
|
457
|
+
export { default as NoticeFill } from './components/suggestion/NoticeFill';
|
|
458
|
+
export { default as Overtime } from './components/suggestion/Overtime';
|
|
459
|
+
export { default as Problem } from './components/suggestion/Problem';
|
|
460
|
+
export { default as ProblemFill } from './components/suggestion/ProblemFill';
|
|
461
|
+
export { default as ProcessFail } from './components/suggestion/ProcessFail';
|
|
462
|
+
export { default as Processing } from './components/suggestion/Processing';
|
|
463
|
+
export { default as ProcessPass } from './components/suggestion/ProcessPass';
|
|
464
|
+
export { default as QuickCompensation } from './components/suggestion/QuickCompensation';
|
|
465
|
+
export { default as RecordQuality } from './components/suggestion/RecordQuality';
|
|
466
|
+
export { default as Rectification } from './components/suggestion/Rectification';
|
|
467
|
+
export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
|
|
468
|
+
export { default as Revoke } from './components/suggestion/Revoke';
|
|
469
|
+
export { default as SbtDirect } from './components/suggestion/SbtDirect';
|
|
470
|
+
export { default as SbtQuick } from './components/suggestion/SbtQuick';
|
|
471
|
+
export { default as Sendback } from './components/suggestion/Sendback';
|
|
472
|
+
export { default as Success } from './components/suggestion/Success';
|
|
473
|
+
export { default as SuccessFill } from './components/suggestion/SuccessFill';
|
|
474
|
+
export { default as UndipAccountColor } from './components/suggestion/UndipAccountColor';
|
|
475
|
+
export { default as UndrgAccountColor } from './components/suggestion/UndrgAccountColor';
|
|
476
|
+
export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
|
|
477
|
+
export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
|
|
478
|
+
export { default as Wait } from './components/suggestion/Wait';
|
|
479
|
+
export { default as Warning } from './components/suggestion/Warning';
|
|
480
|
+
export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
|