@firesoon/icons-react 3.0.5 → 3.0.7
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/components/fs/business-menu/FsBringintoFill.d.ts +4 -0
- package/es/components/fs/business-menu/FsBringintoFill.js +12 -0
- package/es/components/fs/business-menu/FsUnbringinto.d.ts +4 -0
- package/es/components/fs/business-menu/FsUnbringinto.js +12 -0
- package/es/components/fs/business-menu/index.d.ts +2 -0
- package/es/components/fs/business-menu/index.js +2 -0
- package/es/components/fs/suggestion/BenchmarkAnalysis.d.ts +4 -0
- package/es/components/fs/suggestion/BenchmarkAnalysis.js +12 -0
- package/es/components/fs/suggestion/index.d.ts +1 -0
- package/es/components/fs/suggestion/index.js +1 -0
- package/es/icons/fs/business-menu/fs-bringinto-fill.d.ts +17 -0
- package/es/icons/fs/business-menu/fs-bringinto-fill.js +17 -0
- package/es/icons/fs/business-menu/fs-unbringinto.d.ts +17 -0
- package/es/icons/fs/business-menu/fs-unbringinto.js +17 -0
- package/es/icons/fs/suggestion/benchmark-analysis.d.ts +17 -0
- package/es/icons/fs/suggestion/benchmark-analysis.js +17 -0
- package/es/index.d.ts +153 -150
- package/es/index.js +154 -151
- package/lib/components/fs/business-menu/FsBringintoFill.d.ts +4 -0
- package/lib/components/fs/business-menu/FsBringintoFill.js +20 -0
- package/lib/components/fs/business-menu/FsUnbringinto.d.ts +4 -0
- package/lib/components/fs/business-menu/FsUnbringinto.js +20 -0
- package/lib/components/fs/business-menu/index.d.ts +2 -0
- package/lib/components/fs/business-menu/index.js +14 -0
- package/lib/components/fs/suggestion/BenchmarkAnalysis.d.ts +4 -0
- package/lib/components/fs/suggestion/BenchmarkAnalysis.js +20 -0
- package/lib/components/fs/suggestion/index.d.ts +1 -0
- package/lib/components/fs/suggestion/index.js +7 -0
- package/lib/icons/fs/business-menu/fs-bringinto-fill.d.ts +17 -0
- package/lib/icons/fs/business-menu/fs-bringinto-fill.js +24 -0
- package/lib/icons/fs/business-menu/fs-unbringinto.d.ts +17 -0
- package/lib/icons/fs/business-menu/fs-unbringinto.js +24 -0
- package/lib/icons/fs/suggestion/benchmark-analysis.d.ts +17 -0
- package/lib/icons/fs/suggestion/benchmark-analysis.js +24 -0
- package/lib/index.d.ts +153 -150
- package/lib/index.js +171 -150
- package/package.json +1 -1
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/fs-bringinto-fill";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'fs-bringinto-fill',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/business-menu/fs-unbringinto";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'fs-unbringinto',
|
|
10
|
+
"icon-type": 'fs/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -35,10 +35,12 @@ export { default as DrgCheck } from './DrgCheck';
|
|
|
35
35
|
export { default as DrgCheckFill } from './DrgCheckFill';
|
|
36
36
|
export { default as FsAppearance } from './FsAppearance';
|
|
37
37
|
export { default as FsAppearanceFill } from './FsAppearanceFill';
|
|
38
|
+
export { default as FsBringintoFill } from './FsBringintoFill';
|
|
38
39
|
export { default as FsDatabase } from './FsDatabase';
|
|
39
40
|
export { default as FsDatabaseFill } from './FsDatabaseFill';
|
|
40
41
|
export { default as FsField } from './FsField';
|
|
41
42
|
export { default as FsFieldFill } from './FsFieldFill';
|
|
43
|
+
export { default as FsUnbringinto } from './FsUnbringinto';
|
|
42
44
|
export { default as GeneralManagement } from './GeneralManagement';
|
|
43
45
|
export { default as GeneralManagementFill } from './GeneralManagementFill';
|
|
44
46
|
export { default as GeneralSearch } from './GeneralSearch';
|
|
@@ -35,10 +35,12 @@ export { default as DrgCheck } from "./DrgCheck";
|
|
|
35
35
|
export { default as DrgCheckFill } from "./DrgCheckFill";
|
|
36
36
|
export { default as FsAppearance } from "./FsAppearance";
|
|
37
37
|
export { default as FsAppearanceFill } from "./FsAppearanceFill";
|
|
38
|
+
export { default as FsBringintoFill } from "./FsBringintoFill";
|
|
38
39
|
export { default as FsDatabase } from "./FsDatabase";
|
|
39
40
|
export { default as FsDatabaseFill } from "./FsDatabaseFill";
|
|
40
41
|
export { default as FsField } from "./FsField";
|
|
41
42
|
export { default as FsFieldFill } from "./FsFieldFill";
|
|
43
|
+
export { default as FsUnbringinto } from "./FsUnbringinto";
|
|
42
44
|
export { default as GeneralManagement } from "./GeneralManagement";
|
|
43
45
|
export { default as GeneralManagementFill } from "./GeneralManagementFill";
|
|
44
46
|
export { default as GeneralSearch } from "./GeneralSearch";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
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); }
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import Icon from "../../../Icon";
|
|
4
|
+
import rootNode from "../../../icons/fs/suggestion/benchmark-analysis";
|
|
5
|
+
export default (function () {
|
|
6
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
|
+
rootNode: rootNode,
|
|
9
|
+
iconName: 'benchmark-analysis',
|
|
10
|
+
"icon-type": 'fs/suggestion'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as Await } from './Await';
|
|
2
|
+
export { default as BenchmarkAnalysis } from './BenchmarkAnalysis';
|
|
2
3
|
export { default as ClaimFinish } from './ClaimFinish';
|
|
3
4
|
export { default as ClaimsFail } from './ClaimsFail';
|
|
4
5
|
export { default as CostReturn } from './CostReturn';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as Await } from "./Await";
|
|
2
|
+
export { default as BenchmarkAnalysis } from "./BenchmarkAnalysis";
|
|
2
3
|
export { default as ClaimFinish } from "./ClaimFinish";
|
|
3
4
|
export { default as ClaimsFail } from "./ClaimsFail";
|
|
4
5
|
export { default as CostReturn } from "./CostReturn";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "fs-bringinto-fill",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M628.16 64A32 32 0 01649 71.7l203.84 174.72a32 32 0 0111.17 24.3V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32zM512 288c-123.71 0-224 100.29-224 224s100.29 224 224 224 224-100.29 224-224-100.29-224-224-224zm134.24 136.52A159.25 159.25 0 01672.25 512c0 88.37-71.63 160-160 160-32.28 0-62.34-9.56-87.48-26.01zM512.25 352c32.94 0 63.55 9.95 88.99 27L379.26 600.99a159.25 159.25 0 01-27-88.98c0-88.37 71.63-160 160-160z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "fs-unbringinto",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M628.16 64A32 32 0 01649 71.7l203.84 174.72a32 32 0 0111.17 24.3V928a32 32 0 01-32 32H192a32 32 0 01-32-32V96a32 32 0 0132-32h436.16zm-13.97 64H224v768h576V288L614.2 128zM512 288c123.71 0 224 100.29 224 224S635.71 736 512 736 288 635.71 288 512s100.29-224 224-224zm134.24 136.52L424.77 645.99A159.24 159.24 0 00512.25 672c88.37 0 160-71.63 160-160 0-32.29-9.56-62.34-26.01-87.48zM512.25 352c-88.36 0-160 71.63-160 160 0 32.93 9.95 63.54 27.01 88.98l221.98-221.97A159.26 159.26 0 00512.25 352z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "benchmark-analysis",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M534 704c1.18 0 2.35.07 3.49.2l-5.55-.07C743.59 706.83 912 752.3 912 808c0 57.44-179.09 104-400 104s-400-46.56-400-104c0-36.8 73.53-69.14 184.47-87.63A27.73 27.73 0 01301 720a27 27 0 015.1 53.52l.04.26C236.35 782.8 192 795.7 192 808c0 22.1 143.27 49.05 320 49.05S832 830.09 832 808c0-21.12-130.93-44.05-296.86-46.02L534 762a29 29 0 010-58zM416 112a32 32 0 0132 32v23.58c75.1-13.61 140.22-8.47 195.39 15.42 70.29 30.44 143.82 36.78 220.61 19v287.17c-102.64 30.44-189.1 30.44-259.39 0-50.52-21.89-102.73-31.31-156.61-28.28V736a32 32 0 01-64 0V144a32 32 0 0132-32z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|
package/es/index.d.ts
CHANGED
|
@@ -22,6 +22,123 @@ export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
|
|
|
22
22
|
export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
|
|
23
23
|
export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
|
|
24
24
|
export { default as Wait } from './components/sbt/suggestion/Wait';
|
|
25
|
+
export { default as Add } from './components/fs/currency/Add';
|
|
26
|
+
export { default as AddFill } from './components/fs/currency/AddFill';
|
|
27
|
+
export { default as Admin } from './components/fs/currency/Admin';
|
|
28
|
+
export { default as AppearRecord } from './components/fs/currency/AppearRecord';
|
|
29
|
+
export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
|
|
30
|
+
export { default as ArrowDown } from './components/fs/currency/ArrowDown';
|
|
31
|
+
export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
|
|
32
|
+
export { default as ArrowRight } from './components/fs/currency/ArrowRight';
|
|
33
|
+
export { default as ArrowUp } from './components/fs/currency/ArrowUp';
|
|
34
|
+
export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
|
|
35
|
+
export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
|
|
36
|
+
export { default as Bottom } from './components/fs/currency/Bottom';
|
|
37
|
+
export { default as Cancel } from './components/fs/currency/Cancel';
|
|
38
|
+
export { default as CancelFill } from './components/fs/currency/CancelFill';
|
|
39
|
+
export { default as CaseInformation } from './components/fs/currency/CaseInformation';
|
|
40
|
+
export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
|
|
41
|
+
export { default as Checkbox } from './components/fs/currency/Checkbox';
|
|
42
|
+
export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
|
|
43
|
+
export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
|
|
44
|
+
export { default as ChooseFile } from './components/fs/currency/ChooseFile';
|
|
45
|
+
export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
|
|
46
|
+
export { default as Clean } from './components/fs/currency/Clean';
|
|
47
|
+
export { default as CleanFill } from './components/fs/currency/CleanFill';
|
|
48
|
+
export { default as Close } from './components/fs/currency/Close';
|
|
49
|
+
export { default as Code } from './components/fs/currency/Code';
|
|
50
|
+
export { default as Copy } from './components/fs/currency/Copy';
|
|
51
|
+
export { default as CopyFill } from './components/fs/currency/CopyFill';
|
|
52
|
+
export { default as CostDetail } from './components/fs/currency/CostDetail';
|
|
53
|
+
export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
|
|
54
|
+
export { default as Date } from './components/fs/currency/Date';
|
|
55
|
+
export { default as DateFill } from './components/fs/currency/DateFill';
|
|
56
|
+
export { default as Delete } from './components/fs/currency/Delete';
|
|
57
|
+
export { default as DeleteFill } from './components/fs/currency/DeleteFill';
|
|
58
|
+
export { default as Download } from './components/fs/currency/Download';
|
|
59
|
+
export { default as DownloadFill } from './components/fs/currency/DownloadFill';
|
|
60
|
+
export { default as Drag } from './components/fs/currency/Drag';
|
|
61
|
+
export { default as Edit } from './components/fs/currency/Edit';
|
|
62
|
+
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
63
|
+
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
64
|
+
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
65
|
+
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
66
|
+
export { default as Fall } from './components/fs/currency/Fall';
|
|
67
|
+
export { default as Fold } from './components/fs/currency/Fold';
|
|
68
|
+
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
69
|
+
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
70
|
+
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
71
|
+
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
72
|
+
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
73
|
+
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
74
|
+
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
75
|
+
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
76
|
+
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
77
|
+
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
78
|
+
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
79
|
+
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
80
|
+
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
81
|
+
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
82
|
+
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
83
|
+
export { default as Loading } from './components/fs/currency/Loading';
|
|
84
|
+
export { default as More } from './components/fs/currency/More';
|
|
85
|
+
export { default as PatientInformation } from './components/fs/currency/PatientInformation';
|
|
86
|
+
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
87
|
+
export { default as Radio } from './components/fs/currency/Radio';
|
|
88
|
+
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
89
|
+
export { default as Raise } from './components/fs/currency/Raise';
|
|
90
|
+
export { default as Record } from './components/fs/currency/Record';
|
|
91
|
+
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
92
|
+
export { default as Recover } from './components/fs/currency/Recover';
|
|
93
|
+
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
94
|
+
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
95
|
+
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
96
|
+
export { default as Screening } from './components/fs/currency/Screening';
|
|
97
|
+
export { default as Search } from './components/fs/currency/Search';
|
|
98
|
+
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
99
|
+
export { default as Setting } from './components/fs/currency/Setting';
|
|
100
|
+
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
101
|
+
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
102
|
+
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
103
|
+
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
104
|
+
export { default as Sort } from './components/fs/currency/Sort';
|
|
105
|
+
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
106
|
+
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
107
|
+
export { default as Submit } from './components/fs/currency/Submit';
|
|
108
|
+
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
109
|
+
export { default as Switch } from './components/fs/currency/Switch';
|
|
110
|
+
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
111
|
+
export { default as Time } from './components/fs/currency/Time';
|
|
112
|
+
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
113
|
+
export { default as Top } from './components/fs/currency/Top';
|
|
114
|
+
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
115
|
+
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
116
|
+
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
117
|
+
export { default as Visible } from './components/fs/currency/Visible';
|
|
118
|
+
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|
|
119
|
+
export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
|
|
120
|
+
export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
|
|
121
|
+
export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
|
|
122
|
+
export { default as Empty404 } from './components/fs/old-twocolor/Empty404';
|
|
123
|
+
export { default as EmptyNetwork } from './components/fs/old-twocolor/EmptyNetwork';
|
|
124
|
+
export { default as EmptyNormal } from './components/fs/old-twocolor/EmptyNormal';
|
|
125
|
+
export { default as EmptyPermission } from './components/fs/old-twocolor/EmptyPermission';
|
|
126
|
+
export { default as EmptyTable } from './components/fs/old-twocolor/EmptyTable';
|
|
127
|
+
export { default as FailCircle } from './components/fs/old-twocolor/FailCircle';
|
|
128
|
+
export { default as Html404 } from './components/fs/old-twocolor/Html404';
|
|
129
|
+
export { default as Huanzhejibenxinxi } from './components/fs/old-twocolor/Huanzhejibenxinxi';
|
|
130
|
+
export { default as LoadingCircle } from './components/fs/old-twocolor/LoadingCircle';
|
|
131
|
+
export { default as MasterMedicalOrder } from './components/fs/old-twocolor/MasterMedicalOrder';
|
|
132
|
+
export { default as MissFill } from './components/fs/old-twocolor/MissFill';
|
|
133
|
+
export { default as MonitorTrend } from './components/fs/old-twocolor/MonitorTrend';
|
|
134
|
+
export { default as NoNetwork } from './components/fs/old-twocolor/NoNetwork';
|
|
135
|
+
export { default as NoPermissions } from './components/fs/old-twocolor/NoPermissions';
|
|
136
|
+
export { default as ReHospitalizedTag } from './components/fs/old-twocolor/ReHospitalizedTag';
|
|
137
|
+
export { default as Ruotishi } from './components/fs/old-twocolor/Ruotishi';
|
|
138
|
+
export { default as ServerError } from './components/fs/old-twocolor/ServerError';
|
|
139
|
+
export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
|
|
140
|
+
export { default as Tishi } from './components/fs/old-twocolor/Tishi';
|
|
141
|
+
export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
|
|
25
142
|
export { default as Analyse } from './components/fs/business-menu/Analyse';
|
|
26
143
|
export { default as Annotate } from './components/fs/business-menu/Annotate';
|
|
27
144
|
export { default as AppealFeedback } from './components/fs/business-menu/AppealFeedback';
|
|
@@ -59,10 +176,12 @@ export { default as DrgCheck } from './components/fs/business-menu/DrgCheck';
|
|
|
59
176
|
export { default as DrgCheckFill } from './components/fs/business-menu/DrgCheckFill';
|
|
60
177
|
export { default as FsAppearance } from './components/fs/business-menu/FsAppearance';
|
|
61
178
|
export { default as FsAppearanceFill } from './components/fs/business-menu/FsAppearanceFill';
|
|
179
|
+
export { default as FsBringintoFill } from './components/fs/business-menu/FsBringintoFill';
|
|
62
180
|
export { default as FsDatabase } from './components/fs/business-menu/FsDatabase';
|
|
63
181
|
export { default as FsDatabaseFill } from './components/fs/business-menu/FsDatabaseFill';
|
|
64
182
|
export { default as FsField } from './components/fs/business-menu/FsField';
|
|
65
183
|
export { default as FsFieldFill } from './components/fs/business-menu/FsFieldFill';
|
|
184
|
+
export { default as FsUnbringinto } from './components/fs/business-menu/FsUnbringinto';
|
|
66
185
|
export { default as GeneralManagement } from './components/fs/business-menu/GeneralManagement';
|
|
67
186
|
export { default as GeneralManagementFill } from './components/fs/business-menu/GeneralManagementFill';
|
|
68
187
|
export { default as GeneralSearch } from './components/fs/business-menu/GeneralSearch';
|
|
@@ -147,123 +266,40 @@ export { default as UserManagement } from './components/fs/business-menu/UserMan
|
|
|
147
266
|
export { default as UserManagementFill } from './components/fs/business-menu/UserManagementFill';
|
|
148
267
|
export { default as WarningVerify } from './components/fs/business-menu/WarningVerify';
|
|
149
268
|
export { default as WarningVerifyFill } from './components/fs/business-menu/WarningVerifyFill';
|
|
150
|
-
export { default as
|
|
151
|
-
export { default as
|
|
152
|
-
export { default as
|
|
153
|
-
export { default as
|
|
154
|
-
export { default as
|
|
155
|
-
export { default as
|
|
156
|
-
export { default as
|
|
157
|
-
export { default as
|
|
158
|
-
export { default as
|
|
159
|
-
export { default as
|
|
160
|
-
export { default as
|
|
161
|
-
export { default as
|
|
162
|
-
export { default as
|
|
163
|
-
export { default as
|
|
164
|
-
export { default as
|
|
165
|
-
export { default as
|
|
166
|
-
export { default as
|
|
167
|
-
export { default as
|
|
168
|
-
export { default as
|
|
169
|
-
export { default as
|
|
170
|
-
export { default as
|
|
171
|
-
export { default as
|
|
172
|
-
export { default as
|
|
173
|
-
export { default as
|
|
174
|
-
export { default as
|
|
175
|
-
export { default as
|
|
176
|
-
export { default as
|
|
177
|
-
export { default as
|
|
178
|
-
export { default as
|
|
179
|
-
export { default as
|
|
180
|
-
export { default as
|
|
181
|
-
export { default as
|
|
182
|
-
export { default as
|
|
183
|
-
export { default as
|
|
184
|
-
export { default as DownloadFill } from './components/fs/currency/DownloadFill';
|
|
185
|
-
export { default as Drag } from './components/fs/currency/Drag';
|
|
186
|
-
export { default as Edit } from './components/fs/currency/Edit';
|
|
187
|
-
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
188
|
-
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
189
|
-
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
190
|
-
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
191
|
-
export { default as Fall } from './components/fs/currency/Fall';
|
|
192
|
-
export { default as Fold } from './components/fs/currency/Fold';
|
|
193
|
-
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
194
|
-
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
195
|
-
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
196
|
-
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
197
|
-
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
198
|
-
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
199
|
-
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
200
|
-
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
201
|
-
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
202
|
-
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
203
|
-
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
204
|
-
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
205
|
-
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
206
|
-
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
207
|
-
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
208
|
-
export { default as Loading } from './components/fs/currency/Loading';
|
|
209
|
-
export { default as More } from './components/fs/currency/More';
|
|
210
|
-
export { default as PatientInformation } from './components/fs/currency/PatientInformation';
|
|
211
|
-
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
212
|
-
export { default as Radio } from './components/fs/currency/Radio';
|
|
213
|
-
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
214
|
-
export { default as Raise } from './components/fs/currency/Raise';
|
|
215
|
-
export { default as Record } from './components/fs/currency/Record';
|
|
216
|
-
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
217
|
-
export { default as Recover } from './components/fs/currency/Recover';
|
|
218
|
-
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
219
|
-
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
220
|
-
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
221
|
-
export { default as Screening } from './components/fs/currency/Screening';
|
|
222
|
-
export { default as Search } from './components/fs/currency/Search';
|
|
223
|
-
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
224
|
-
export { default as Setting } from './components/fs/currency/Setting';
|
|
225
|
-
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
226
|
-
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
227
|
-
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
228
|
-
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
229
|
-
export { default as Sort } from './components/fs/currency/Sort';
|
|
230
|
-
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
231
|
-
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
232
|
-
export { default as Submit } from './components/fs/currency/Submit';
|
|
233
|
-
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
234
|
-
export { default as Switch } from './components/fs/currency/Switch';
|
|
235
|
-
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
236
|
-
export { default as Time } from './components/fs/currency/Time';
|
|
237
|
-
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
238
|
-
export { default as Top } from './components/fs/currency/Top';
|
|
239
|
-
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
240
|
-
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
241
|
-
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
242
|
-
export { default as Visible } from './components/fs/currency/Visible';
|
|
243
|
-
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|
|
244
|
-
export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
|
|
245
|
-
export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
|
|
246
|
-
export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
|
|
247
|
-
export { default as Empty404 } from './components/fs/old-twocolor/Empty404';
|
|
248
|
-
export { default as EmptyNetwork } from './components/fs/old-twocolor/EmptyNetwork';
|
|
249
|
-
export { default as EmptyNormal } from './components/fs/old-twocolor/EmptyNormal';
|
|
250
|
-
export { default as EmptyPermission } from './components/fs/old-twocolor/EmptyPermission';
|
|
251
|
-
export { default as EmptyTable } from './components/fs/old-twocolor/EmptyTable';
|
|
252
|
-
export { default as FailCircle } from './components/fs/old-twocolor/FailCircle';
|
|
253
|
-
export { default as Html404 } from './components/fs/old-twocolor/Html404';
|
|
254
|
-
export { default as Huanzhejibenxinxi } from './components/fs/old-twocolor/Huanzhejibenxinxi';
|
|
255
|
-
export { default as LoadingCircle } from './components/fs/old-twocolor/LoadingCircle';
|
|
256
|
-
export { default as MasterMedicalOrder } from './components/fs/old-twocolor/MasterMedicalOrder';
|
|
257
|
-
export { default as MissFill } from './components/fs/old-twocolor/MissFill';
|
|
258
|
-
export { default as MonitorTrend } from './components/fs/old-twocolor/MonitorTrend';
|
|
259
|
-
export { default as NoNetwork } from './components/fs/old-twocolor/NoNetwork';
|
|
260
|
-
export { default as NoPermissions } from './components/fs/old-twocolor/NoPermissions';
|
|
261
|
-
export { default as ReHospitalizedTag } from './components/fs/old-twocolor/ReHospitalizedTag';
|
|
262
|
-
export { default as Ruotishi } from './components/fs/old-twocolor/Ruotishi';
|
|
263
|
-
export { default as ServerError } from './components/fs/old-twocolor/ServerError';
|
|
264
|
-
export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
|
|
265
|
-
export { default as Tishi } from './components/fs/old-twocolor/Tishi';
|
|
266
|
-
export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
|
|
269
|
+
export { default as Await } from './components/fs/suggestion/Await';
|
|
270
|
+
export { default as BenchmarkAnalysis } from './components/fs/suggestion/BenchmarkAnalysis';
|
|
271
|
+
export { default as ClaimFinish } from './components/fs/suggestion/ClaimFinish';
|
|
272
|
+
export { default as ClaimsFail } from './components/fs/suggestion/ClaimsFail';
|
|
273
|
+
export { default as CostReturn } from './components/fs/suggestion/CostReturn';
|
|
274
|
+
export { default as CostViolate } from './components/fs/suggestion/CostViolate';
|
|
275
|
+
export { default as CostWarning } from './components/fs/suggestion/CostWarning';
|
|
276
|
+
export { default as DailyOperation } from './components/fs/suggestion/DailyOperation';
|
|
277
|
+
export { default as DrgsColor } from './components/fs/suggestion/DrgsColor';
|
|
278
|
+
export { default as Fail } from './components/fs/suggestion/Fail';
|
|
279
|
+
export { default as FailFill } from './components/fs/suggestion/FailFill';
|
|
280
|
+
export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
|
|
281
|
+
export { default as Inform } from './components/fs/suggestion/Inform';
|
|
282
|
+
export { default as Information } from './components/fs/suggestion/Information';
|
|
283
|
+
export { default as KeyGroup } from './components/fs/suggestion/KeyGroup';
|
|
284
|
+
export { default as Keyoffice } from './components/fs/suggestion/Keyoffice';
|
|
285
|
+
export { default as Lack } from './components/fs/suggestion/Lack';
|
|
286
|
+
export { default as Notice } from './components/fs/suggestion/Notice';
|
|
287
|
+
export { default as NoticeFill } from './components/fs/suggestion/NoticeFill';
|
|
288
|
+
export { default as Overtime } from './components/fs/suggestion/Overtime';
|
|
289
|
+
export { default as Problem } from './components/fs/suggestion/Problem';
|
|
290
|
+
export { default as ProblemFill } from './components/fs/suggestion/ProblemFill';
|
|
291
|
+
export { default as Processing } from './components/fs/suggestion/Processing';
|
|
292
|
+
export { default as RecordQuality } from './components/fs/suggestion/RecordQuality';
|
|
293
|
+
export { default as Rectification } from './components/fs/suggestion/Rectification';
|
|
294
|
+
export { default as Rehospitalization } from './components/fs/suggestion/Rehospitalization';
|
|
295
|
+
export { default as Sendback } from './components/fs/suggestion/Sendback';
|
|
296
|
+
export { default as Success } from './components/fs/suggestion/Success';
|
|
297
|
+
export { default as SuccessFill } from './components/fs/suggestion/SuccessFill';
|
|
298
|
+
export { default as UndipAccountColor } from './components/fs/suggestion/UndipAccountColor';
|
|
299
|
+
export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAccountColor';
|
|
300
|
+
export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
|
|
301
|
+
export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
|
|
302
|
+
export { default as Warning } from './components/fs/suggestion/Warning';
|
|
267
303
|
export { default as Account } from './components/fs/old-outlined/Account';
|
|
268
304
|
export { default as AccountFill } from './components/fs/old-outlined/AccountFill';
|
|
269
305
|
export { default as AcountManage } from './components/fs/old-outlined/AcountManage';
|
|
@@ -457,36 +493,3 @@ export { default as Zhuantifenxi } from './components/fs/old-outlined/Zhuantifen
|
|
|
457
493
|
export { default as ZhuantifenxiFill } from './components/fs/old-outlined/ZhuantifenxiFill';
|
|
458
494
|
export { default as Zhutizhibiao } from './components/fs/old-outlined/Zhutizhibiao';
|
|
459
495
|
export { default as Zygl } from './components/fs/old-outlined/Zygl';
|
|
460
|
-
export { default as Await } from './components/fs/suggestion/Await';
|
|
461
|
-
export { default as ClaimFinish } from './components/fs/suggestion/ClaimFinish';
|
|
462
|
-
export { default as ClaimsFail } from './components/fs/suggestion/ClaimsFail';
|
|
463
|
-
export { default as CostReturn } from './components/fs/suggestion/CostReturn';
|
|
464
|
-
export { default as CostViolate } from './components/fs/suggestion/CostViolate';
|
|
465
|
-
export { default as CostWarning } from './components/fs/suggestion/CostWarning';
|
|
466
|
-
export { default as DailyOperation } from './components/fs/suggestion/DailyOperation';
|
|
467
|
-
export { default as DrgsColor } from './components/fs/suggestion/DrgsColor';
|
|
468
|
-
export { default as Fail } from './components/fs/suggestion/Fail';
|
|
469
|
-
export { default as FailFill } from './components/fs/suggestion/FailFill';
|
|
470
|
-
export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
|
|
471
|
-
export { default as Inform } from './components/fs/suggestion/Inform';
|
|
472
|
-
export { default as Information } from './components/fs/suggestion/Information';
|
|
473
|
-
export { default as KeyGroup } from './components/fs/suggestion/KeyGroup';
|
|
474
|
-
export { default as Keyoffice } from './components/fs/suggestion/Keyoffice';
|
|
475
|
-
export { default as Lack } from './components/fs/suggestion/Lack';
|
|
476
|
-
export { default as Notice } from './components/fs/suggestion/Notice';
|
|
477
|
-
export { default as NoticeFill } from './components/fs/suggestion/NoticeFill';
|
|
478
|
-
export { default as Overtime } from './components/fs/suggestion/Overtime';
|
|
479
|
-
export { default as Problem } from './components/fs/suggestion/Problem';
|
|
480
|
-
export { default as ProblemFill } from './components/fs/suggestion/ProblemFill';
|
|
481
|
-
export { default as Processing } from './components/fs/suggestion/Processing';
|
|
482
|
-
export { default as RecordQuality } from './components/fs/suggestion/RecordQuality';
|
|
483
|
-
export { default as Rectification } from './components/fs/suggestion/Rectification';
|
|
484
|
-
export { default as Rehospitalization } from './components/fs/suggestion/Rehospitalization';
|
|
485
|
-
export { default as Sendback } from './components/fs/suggestion/Sendback';
|
|
486
|
-
export { default as Success } from './components/fs/suggestion/Success';
|
|
487
|
-
export { default as SuccessFill } from './components/fs/suggestion/SuccessFill';
|
|
488
|
-
export { default as UndipAccountColor } from './components/fs/suggestion/UndipAccountColor';
|
|
489
|
-
export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAccountColor';
|
|
490
|
-
export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
|
|
491
|
-
export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
|
|
492
|
-
export { default as Warning } from './components/fs/suggestion/Warning';
|