@firesoon/icons-react 3.0.18 → 3.0.20
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/CHANGELOG.md +96 -0
- package/README.md +61 -61
- package/es/Icon.css +12 -12
- package/es/components/fs/business-menu/index.d.ts +7 -7
- package/es/components/fs/business-menu/index.js +7 -7
- package/es/components/fs/currency/AppendTo.d.ts +4 -0
- package/es/components/fs/currency/AppendTo.js +12 -0
- package/es/components/fs/currency/Chart.d.ts +4 -0
- package/es/components/fs/currency/Chart.js +12 -0
- package/es/components/fs/currency/Table.d.ts +4 -0
- package/es/components/fs/currency/Table.js +12 -0
- package/es/components/fs/currency/index.d.ts +3 -0
- package/es/components/fs/currency/index.js +3 -0
- package/es/components/fs/old-outlined/index.d.ts +6 -6
- package/es/components/fs/old-outlined/index.js +6 -6
- package/es/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/es/components/sbt/currency/SbtChecked.js +12 -0
- package/es/components/sbt/currency/SbtJpg.d.ts +4 -0
- package/es/components/sbt/currency/SbtJpg.js +12 -0
- package/es/components/sbt/currency/SbtPdf.d.ts +4 -0
- package/es/components/sbt/currency/SbtPdf.js +12 -0
- package/es/components/sbt/currency/SbtPng.d.ts +4 -0
- package/es/components/sbt/currency/SbtPng.js +12 -0
- package/es/components/sbt/currency/SbtRarZip.d.ts +4 -0
- package/es/components/sbt/currency/SbtRarZip.js +12 -0
- package/es/components/sbt/currency/Word.d.ts +4 -0
- package/es/components/sbt/currency/Word.js +12 -0
- package/es/dome/index.less +8 -8
- package/es/icons/fs/currency/append-to.d.ts +17 -0
- package/es/icons/fs/currency/append-to.js +29 -0
- package/es/icons/fs/currency/chart.d.ts +17 -0
- package/es/icons/fs/currency/chart.js +23 -0
- package/es/icons/fs/currency/table.d.ts +17 -0
- package/es/icons/fs/currency/table.js +17 -0
- package/es/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-checked.js +17 -0
- package/es/icons/sbt/currency/sbt-jpg.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-jpg.js +23 -0
- package/es/icons/sbt/currency/sbt-pdf.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-pdf.js +23 -0
- package/es/icons/sbt/currency/sbt-png.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-png.js +23 -0
- package/es/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
- package/es/icons/sbt/currency/sbt-rarZip.js +23 -0
- package/es/icons/sbt/currency/word.d.ts +17 -0
- package/es/icons/sbt/currency/word.js +29 -0
- package/es/index.d.ts +185 -176
- package/es/index.js +170 -161
- package/lib/Icon.css +12 -12
- package/lib/components/fs/business-menu/index.d.ts +7 -7
- package/lib/components/fs/business-menu/index.js +7 -7
- package/lib/components/fs/currency/AppendTo.d.ts +4 -0
- package/lib/components/fs/currency/AppendTo.js +20 -0
- package/lib/components/fs/currency/Chart.d.ts +4 -0
- package/lib/components/fs/currency/Chart.js +20 -0
- package/lib/components/fs/currency/Table.d.ts +4 -0
- package/lib/components/fs/currency/Table.js +20 -0
- package/lib/components/fs/currency/index.d.ts +3 -0
- package/lib/components/fs/currency/index.js +21 -0
- package/lib/components/fs/old-outlined/index.d.ts +6 -6
- package/lib/components/fs/old-outlined/index.js +6 -6
- package/lib/components/sbt/currency/SbtChecked.d.ts +4 -0
- package/lib/components/sbt/currency/SbtChecked.js +20 -0
- package/lib/components/sbt/currency/SbtJpg.d.ts +4 -0
- package/lib/components/sbt/currency/SbtJpg.js +20 -0
- package/lib/components/sbt/currency/SbtPdf.d.ts +4 -0
- package/lib/components/sbt/currency/SbtPdf.js +20 -0
- package/lib/components/sbt/currency/SbtPng.d.ts +4 -0
- package/lib/components/sbt/currency/SbtPng.js +20 -0
- package/lib/components/sbt/currency/SbtRarZip.d.ts +4 -0
- package/lib/components/sbt/currency/SbtRarZip.js +20 -0
- package/lib/components/sbt/currency/Word.d.ts +4 -0
- package/lib/components/sbt/currency/Word.js +20 -0
- package/lib/dome/index.less +8 -8
- package/lib/icons/fs/currency/append-to.d.ts +17 -0
- package/lib/icons/fs/currency/append-to.js +36 -0
- package/lib/icons/fs/currency/chart.d.ts +17 -0
- package/lib/icons/fs/currency/chart.js +30 -0
- package/lib/icons/fs/currency/table.d.ts +17 -0
- package/lib/icons/fs/currency/table.js +24 -0
- package/lib/icons/sbt/currency/sbt-checked.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-checked.js +24 -0
- package/lib/icons/sbt/currency/sbt-jpg.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-jpg.js +30 -0
- package/lib/icons/sbt/currency/sbt-pdf.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-pdf.js +30 -0
- package/lib/icons/sbt/currency/sbt-png.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-png.js +30 -0
- package/lib/icons/sbt/currency/sbt-rarZip.d.ts +17 -0
- package/lib/icons/sbt/currency/sbt-rarZip.js +30 -0
- package/lib/icons/sbt/currency/word.d.ts +17 -0
- package/lib/icons/sbt/currency/word.js +36 -0
- package/lib/index.d.ts +185 -176
- package/lib/index.js +223 -160
- package/package.json +56 -56
package/es/index.d.ts
CHANGED
|
@@ -2,115 +2,58 @@ export { default as Bill } from './components/business/business-menu/Bill';
|
|
|
2
2
|
export { default as Generate } from './components/business/business-menu/Generate';
|
|
3
3
|
export { default as Payment } from './components/business/business-menu/Payment';
|
|
4
4
|
export { default as Reconciliation } from './components/business/business-menu/Reconciliation';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as
|
|
10
|
-
export { default as
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
17
|
-
export { default as
|
|
18
|
-
export { default as
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
21
|
-
export { default as
|
|
22
|
-
export { default as
|
|
23
|
-
export { default as
|
|
24
|
-
export { default as
|
|
25
|
-
export { default as
|
|
26
|
-
export { default as
|
|
27
|
-
export { default as
|
|
28
|
-
export { default as
|
|
29
|
-
export { default as
|
|
30
|
-
export { default as
|
|
31
|
-
export { default as
|
|
32
|
-
export { default as
|
|
33
|
-
export { default as
|
|
34
|
-
export { default as
|
|
35
|
-
export { default as
|
|
36
|
-
export { default as
|
|
37
|
-
export { default as
|
|
38
|
-
export { default as
|
|
39
|
-
export { default as
|
|
40
|
-
export { default as
|
|
41
|
-
export { default as
|
|
42
|
-
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
43
|
-
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
44
|
-
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
45
|
-
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
46
|
-
export { default as Fall } from './components/fs/currency/Fall';
|
|
47
|
-
export { default as Fold } from './components/fs/currency/Fold';
|
|
48
|
-
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
49
|
-
export { default as FsAddnew } from './components/fs/currency/FsAddnew';
|
|
50
|
-
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
51
|
-
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
52
|
-
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
53
|
-
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
54
|
-
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
55
|
-
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
56
|
-
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
57
|
-
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
58
|
-
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
59
|
-
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
60
|
-
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
61
|
-
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
62
|
-
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
63
|
-
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
64
|
-
export { default as Loading } from './components/fs/currency/Loading';
|
|
65
|
-
export { default as More } from './components/fs/currency/More';
|
|
66
|
-
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
67
|
-
export { default as Radio } from './components/fs/currency/Radio';
|
|
68
|
-
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
69
|
-
export { default as Raise } from './components/fs/currency/Raise';
|
|
70
|
-
export { default as Record } from './components/fs/currency/Record';
|
|
71
|
-
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
72
|
-
export { default as Recover } from './components/fs/currency/Recover';
|
|
73
|
-
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
74
|
-
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
75
|
-
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
76
|
-
export { default as Screening } from './components/fs/currency/Screening';
|
|
77
|
-
export { default as Search } from './components/fs/currency/Search';
|
|
78
|
-
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
79
|
-
export { default as Setting } from './components/fs/currency/Setting';
|
|
80
|
-
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
81
|
-
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
82
|
-
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
83
|
-
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
84
|
-
export { default as Sort } from './components/fs/currency/Sort';
|
|
85
|
-
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
86
|
-
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
87
|
-
export { default as Submit } from './components/fs/currency/Submit';
|
|
88
|
-
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
89
|
-
export { default as Switch } from './components/fs/currency/Switch';
|
|
90
|
-
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
91
|
-
export { default as Time } from './components/fs/currency/Time';
|
|
92
|
-
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
93
|
-
export { default as Top } from './components/fs/currency/Top';
|
|
94
|
-
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
95
|
-
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
96
|
-
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
97
|
-
export { default as Visible } from './components/fs/currency/Visible';
|
|
98
|
-
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|
|
5
|
+
export { default as PatientInformation } from './components/general/currency/PatientInformation';
|
|
6
|
+
export { default as Document } from './components/sbt/business-menu/Document';
|
|
7
|
+
export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
|
|
8
|
+
export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
|
|
9
|
+
export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAddressbook';
|
|
10
|
+
export { default as SbtApiRecord } from './components/sbt/business-menu/SbtApiRecord';
|
|
11
|
+
export { default as SbtPingan } from './components/sbt/business-menu/SbtPingan';
|
|
12
|
+
export { default as SbtRealname } from './components/sbt/business-menu/SbtRealname';
|
|
13
|
+
export { default as SbtChecked } from './components/sbt/currency/SbtChecked';
|
|
14
|
+
export { default as SbtJpg } from './components/sbt/currency/SbtJpg';
|
|
15
|
+
export { default as SbtLink } from './components/sbt/currency/SbtLink';
|
|
16
|
+
export { default as SbtModify } from './components/sbt/currency/SbtModify';
|
|
17
|
+
export { default as SbtPdf } from './components/sbt/currency/SbtPdf';
|
|
18
|
+
export { default as SbtPng } from './components/sbt/currency/SbtPng';
|
|
19
|
+
export { default as SbtQrcode } from './components/sbt/currency/SbtQrcode';
|
|
20
|
+
export { default as SbtRarZip } from './components/sbt/currency/SbtRarZip';
|
|
21
|
+
export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
|
|
22
|
+
export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
|
|
23
|
+
export { default as Word } from './components/sbt/currency/Word';
|
|
24
|
+
export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
|
|
25
|
+
export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
|
|
26
|
+
export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
|
|
27
|
+
export { default as Attestationing } from './components/sbt/suggestion/Attestationing';
|
|
28
|
+
export { default as ClaimsAssessment } from './components/sbt/suggestion/ClaimsAssessment';
|
|
29
|
+
export { default as Examine } from './components/sbt/suggestion/Examine';
|
|
30
|
+
export { default as Finish } from './components/sbt/suggestion/Finish';
|
|
31
|
+
export { default as ProcessFail } from './components/sbt/suggestion/ProcessFail';
|
|
32
|
+
export { default as ProcessPass } from './components/sbt/suggestion/ProcessPass';
|
|
33
|
+
export { default as QuickCompensation } from './components/sbt/suggestion/QuickCompensation';
|
|
34
|
+
export { default as Revoke } from './components/sbt/suggestion/Revoke';
|
|
35
|
+
export { default as SbtDirect } from './components/sbt/suggestion/SbtDirect';
|
|
36
|
+
export { default as SbtDirectFill } from './components/sbt/suggestion/SbtDirectFill';
|
|
37
|
+
export { default as SbtDirectRevoke } from './components/sbt/suggestion/SbtDirectRevoke';
|
|
38
|
+
export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
|
|
39
|
+
export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
|
|
40
|
+
export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
|
|
41
|
+
export { default as Wait } from './components/sbt/suggestion/Wait';
|
|
99
42
|
export { default as Analyse } from './components/fs/business-menu/Analyse';
|
|
100
43
|
export { default as Annotate } from './components/fs/business-menu/Annotate';
|
|
101
|
-
export { default as AppInstall } from './components/fs/business-menu/AppInstall';
|
|
102
|
-
export { default as AppInstallFill } from './components/fs/business-menu/AppInstallFill';
|
|
103
|
-
export { default as AppManagement } from './components/fs/business-menu/AppManagement';
|
|
104
|
-
export { default as AppManagementFill } from './components/fs/business-menu/AppManagementFill';
|
|
105
44
|
export { default as AppealFeedback } from './components/fs/business-menu/AppealFeedback';
|
|
106
45
|
export { default as AppealFeedbackFill } from './components/fs/business-menu/AppealFeedbackFill';
|
|
107
46
|
export { default as AppearCheck } from './components/fs/business-menu/AppearCheck';
|
|
108
47
|
export { default as AppearCheckFill } from './components/fs/business-menu/AppearCheckFill';
|
|
48
|
+
export { default as AppInstall } from './components/fs/business-menu/AppInstall';
|
|
49
|
+
export { default as AppInstallFill } from './components/fs/business-menu/AppInstallFill';
|
|
50
|
+
export { default as AppManagement } from './components/fs/business-menu/AppManagement';
|
|
51
|
+
export { default as AppManagementFill } from './components/fs/business-menu/AppManagementFill';
|
|
52
|
+
export { default as CasegroupAnalyse } from './components/fs/business-menu/CasegroupAnalyse';
|
|
53
|
+
export { default as CasegroupAnalyseFill } from './components/fs/business-menu/CasegroupAnalyseFill';
|
|
109
54
|
export { default as CaseUnusual } from './components/fs/business-menu/CaseUnusual';
|
|
110
55
|
export { default as CaseVerify } from './components/fs/business-menu/CaseVerify';
|
|
111
56
|
export { default as CaseVerifyFill } from './components/fs/business-menu/CaseVerifyFill';
|
|
112
|
-
export { default as CasegroupAnalyse } from './components/fs/business-menu/CasegroupAnalyse';
|
|
113
|
-
export { default as CasegroupAnalyseFill } from './components/fs/business-menu/CasegroupAnalyseFill';
|
|
114
57
|
export { default as ClinicalPathway } from './components/fs/business-menu/ClinicalPathway';
|
|
115
58
|
export { default as ClinicalPathwayFill } from './components/fs/business-menu/ClinicalPathwayFill';
|
|
116
59
|
export { default as CnDrg } from './components/fs/business-menu/CnDrg';
|
|
@@ -170,11 +113,11 @@ export { default as License } from './components/fs/business-menu/License';
|
|
|
170
113
|
export { default as LicenseFill } from './components/fs/business-menu/LicenseFill';
|
|
171
114
|
export { default as ListEdit } from './components/fs/business-menu/ListEdit';
|
|
172
115
|
export { default as ListEditFill } from './components/fs/business-menu/ListEditFill';
|
|
116
|
+
export { default as Listing } from './components/fs/business-menu/Listing';
|
|
173
117
|
export { default as ListQuality } from './components/fs/business-menu/ListQuality';
|
|
174
118
|
export { default as ListQualityFill } from './components/fs/business-menu/ListQualityFill';
|
|
175
119
|
export { default as ListVerify } from './components/fs/business-menu/ListVerify';
|
|
176
120
|
export { default as ListVerifyFill } from './components/fs/business-menu/ListVerifyFill';
|
|
177
|
-
export { default as Listing } from './components/fs/business-menu/Listing';
|
|
178
121
|
export { default as MedicalQuality } from './components/fs/business-menu/MedicalQuality';
|
|
179
122
|
export { default as MedicalQualityFill } from './components/fs/business-menu/MedicalQualityFill';
|
|
180
123
|
export { default as MonitorAnalyse } from './components/fs/business-menu/MonitorAnalyse';
|
|
@@ -256,7 +199,44 @@ export { default as ServerError } from './components/fs/old-twocolor/ServerError
|
|
|
256
199
|
export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
|
|
257
200
|
export { default as Tishi } from './components/fs/old-twocolor/Tishi';
|
|
258
201
|
export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
|
|
259
|
-
export { default as
|
|
202
|
+
export { default as Await } from './components/fs/suggestion/Await';
|
|
203
|
+
export { default as BenchmarkAnalysis } from './components/fs/suggestion/BenchmarkAnalysis';
|
|
204
|
+
export { default as ClaimFinish } from './components/fs/suggestion/ClaimFinish';
|
|
205
|
+
export { default as ClaimsFail } from './components/fs/suggestion/ClaimsFail';
|
|
206
|
+
export { default as CostReturn } from './components/fs/suggestion/CostReturn';
|
|
207
|
+
export { default as CostViolate } from './components/fs/suggestion/CostViolate';
|
|
208
|
+
export { default as CostWarning } from './components/fs/suggestion/CostWarning';
|
|
209
|
+
export { default as DailyOperation } from './components/fs/suggestion/DailyOperation';
|
|
210
|
+
export { default as DrgsColor } from './components/fs/suggestion/DrgsColor';
|
|
211
|
+
export { default as Fail } from './components/fs/suggestion/Fail';
|
|
212
|
+
export { default as FailFill } from './components/fs/suggestion/FailFill';
|
|
213
|
+
export { default as FsIntercept } from './components/fs/suggestion/FsIntercept';
|
|
214
|
+
export { default as FsManualreview } from './components/fs/suggestion/FsManualreview';
|
|
215
|
+
export { default as FsSpecial } from './components/fs/suggestion/FsSpecial';
|
|
216
|
+
export { default as FsVip } from './components/fs/suggestion/FsVip';
|
|
217
|
+
export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
|
|
218
|
+
export { default as Inform } from './components/fs/suggestion/Inform';
|
|
219
|
+
export { default as Information } from './components/fs/suggestion/Information';
|
|
220
|
+
export { default as KeyGroup } from './components/fs/suggestion/KeyGroup';
|
|
221
|
+
export { default as Keyoffice } from './components/fs/suggestion/Keyoffice';
|
|
222
|
+
export { default as Lack } from './components/fs/suggestion/Lack';
|
|
223
|
+
export { default as Notice } from './components/fs/suggestion/Notice';
|
|
224
|
+
export { default as NoticeFill } from './components/fs/suggestion/NoticeFill';
|
|
225
|
+
export { default as Overtime } from './components/fs/suggestion/Overtime';
|
|
226
|
+
export { default as Problem } from './components/fs/suggestion/Problem';
|
|
227
|
+
export { default as ProblemFill } from './components/fs/suggestion/ProblemFill';
|
|
228
|
+
export { default as Processing } from './components/fs/suggestion/Processing';
|
|
229
|
+
export { default as RecordQuality } from './components/fs/suggestion/RecordQuality';
|
|
230
|
+
export { default as Rectification } from './components/fs/suggestion/Rectification';
|
|
231
|
+
export { default as Rehospitalization } from './components/fs/suggestion/Rehospitalization';
|
|
232
|
+
export { default as Sendback } from './components/fs/suggestion/Sendback';
|
|
233
|
+
export { default as Success } from './components/fs/suggestion/Success';
|
|
234
|
+
export { default as SuccessFill } from './components/fs/suggestion/SuccessFill';
|
|
235
|
+
export { default as UndipAccountColor } from './components/fs/suggestion/UndipAccountColor';
|
|
236
|
+
export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAccountColor';
|
|
237
|
+
export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
|
|
238
|
+
export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
|
|
239
|
+
export { default as Warning } from './components/fs/suggestion/Warning';
|
|
260
240
|
export { default as Account } from './components/fs/old-outlined/Account';
|
|
261
241
|
export { default as AccountFill } from './components/fs/old-outlined/AccountFill';
|
|
262
242
|
export { default as AcountManage } from './components/fs/old-outlined/AcountManage';
|
|
@@ -266,6 +246,7 @@ export { default as AppealMessage } from './components/fs/old-outlined/AppealMes
|
|
|
266
246
|
export { default as Application } from './components/fs/old-outlined/Application';
|
|
267
247
|
export { default as ApplicationCenter } from './components/fs/old-outlined/ApplicationCenter';
|
|
268
248
|
export { default as Artical } from './components/fs/old-outlined/Artical';
|
|
249
|
+
export { default as AShangbaotijiaoshenhe } from './components/fs/old-outlined/AShangbaotijiaoshenhe';
|
|
269
250
|
export { default as AuditChecklist } from './components/fs/old-outlined/AuditChecklist';
|
|
270
251
|
export { default as BackToPlactform } from './components/fs/old-outlined/BackToPlactform';
|
|
271
252
|
export { default as BarChart } from './components/fs/old-outlined/BarChart';
|
|
@@ -278,8 +259,6 @@ export { default as BillFill } from './components/fs/old-outlined/BillFill';
|
|
|
278
259
|
export { default as BillList } from './components/fs/old-outlined/BillList';
|
|
279
260
|
export { default as BillListFill } from './components/fs/old-outlined/BillListFill';
|
|
280
261
|
export { default as Binglixinxi } from './components/fs/old-outlined/Binglixinxi';
|
|
281
|
-
export { default as CNzhuanxiangshezhi } from './components/fs/old-outlined/CNzhuanxiangshezhi';
|
|
282
|
-
export { default as CNzhuanxiangshezhiFill } from './components/fs/old-outlined/CNzhuanxiangshezhiFill';
|
|
283
262
|
export { default as CarryOut } from './components/fs/old-outlined/CarryOut';
|
|
284
263
|
export { default as CaseSearch } from './components/fs/old-outlined/CaseSearch';
|
|
285
264
|
export { default as CaseSearchFill } from './components/fs/old-outlined/CaseSearchFill';
|
|
@@ -290,6 +269,8 @@ export { default as Checklist } from './components/fs/old-outlined/Checklist';
|
|
|
290
269
|
export { default as Chouyangbinglihucha } from './components/fs/old-outlined/Chouyangbinglihucha';
|
|
291
270
|
export { default as ChouyangbinglihuchaFill } from './components/fs/old-outlined/ChouyangbinglihuchaFill';
|
|
292
271
|
export { default as Chuyuan } from './components/fs/old-outlined/Chuyuan';
|
|
272
|
+
export { default as CNzhuanxiangshezhi } from './components/fs/old-outlined/CNzhuanxiangshezhi';
|
|
273
|
+
export { default as CNzhuanxiangshezhiFill } from './components/fs/old-outlined/CNzhuanxiangshezhiFill';
|
|
293
274
|
export { default as CodeProblemDetect } from './components/fs/old-outlined/CodeProblemDetect';
|
|
294
275
|
export { default as CodeQualityCheck } from './components/fs/old-outlined/CodeQualityCheck';
|
|
295
276
|
export { default as Comment } from './components/fs/old-outlined/Comment';
|
|
@@ -302,10 +283,10 @@ export { default as DiseaseGroup } from './components/fs/old-outlined/DiseaseGro
|
|
|
302
283
|
export { default as DiseaseGroupFill } from './components/fs/old-outlined/DiseaseGroupFill';
|
|
303
284
|
export { default as Doctor } from './components/fs/old-outlined/Doctor';
|
|
304
285
|
export { default as DoctorFill } from './components/fs/old-outlined/DoctorFill';
|
|
305
|
-
export { default as DrgSetting } from './components/fs/old-outlined/DrgSetting';
|
|
306
|
-
export { default as DrgSettingActive } from './components/fs/old-outlined/DrgSettingActive';
|
|
307
286
|
export { default as Drgjiesuanguanli } from './components/fs/old-outlined/Drgjiesuanguanli';
|
|
308
287
|
export { default as DrgjiesuanguanliFill } from './components/fs/old-outlined/DrgjiesuanguanliFill';
|
|
288
|
+
export { default as DrgSetting } from './components/fs/old-outlined/DrgSetting';
|
|
289
|
+
export { default as DrgSettingActive } from './components/fs/old-outlined/DrgSettingActive';
|
|
309
290
|
export { default as Drgshezhi } from './components/fs/old-outlined/Drgshezhi';
|
|
310
291
|
export { default as DrgshezhiFill } from './components/fs/old-outlined/DrgshezhiFill';
|
|
311
292
|
export { default as Envelope } from './components/fs/old-outlined/Envelope';
|
|
@@ -393,8 +374,8 @@ export { default as Qingdanxiangqing } from './components/fs/old-outlined/Qingda
|
|
|
393
374
|
export { default as QingdanxiangqingFill } from './components/fs/old-outlined/QingdanxiangqingFill';
|
|
394
375
|
export { default as Qingdanzhiliangjiancha } from './components/fs/old-outlined/Qingdanzhiliangjiancha';
|
|
395
376
|
export { default as QingdanzhiliangjianchaFill } from './components/fs/old-outlined/QingdanzhiliangjianchaFill';
|
|
396
|
-
export { default as ReHospitalized } from './components/fs/old-outlined/ReHospitalized';
|
|
397
377
|
export { default as RedAlert } from './components/fs/old-outlined/RedAlert';
|
|
378
|
+
export { default as ReHospitalized } from './components/fs/old-outlined/ReHospitalized';
|
|
398
379
|
export { default as Rijianshoushu } from './components/fs/old-outlined/Rijianshoushu';
|
|
399
380
|
export { default as Rise } from './components/fs/old-outlined/Rise';
|
|
400
381
|
export { default as RotateSpeed } from './components/fs/old-outlined/RotateSpeed';
|
|
@@ -448,72 +429,100 @@ export { default as Zhuantifenxi } from './components/fs/old-outlined/Zhuantifen
|
|
|
448
429
|
export { default as ZhuantifenxiFill } from './components/fs/old-outlined/ZhuantifenxiFill';
|
|
449
430
|
export { default as Zhutizhibiao } from './components/fs/old-outlined/Zhutizhibiao';
|
|
450
431
|
export { default as Zygl } from './components/fs/old-outlined/Zygl';
|
|
451
|
-
export { default as
|
|
452
|
-
export { default as
|
|
453
|
-
export { default as
|
|
454
|
-
export { default as
|
|
455
|
-
export { default as
|
|
456
|
-
export { default as
|
|
457
|
-
export { default as
|
|
458
|
-
export { default as
|
|
459
|
-
export { default as
|
|
460
|
-
export { default as
|
|
461
|
-
export { default as
|
|
462
|
-
export { default as
|
|
463
|
-
export { default as
|
|
464
|
-
export { default as
|
|
465
|
-
export { default as
|
|
466
|
-
export { default as
|
|
467
|
-
export { default as
|
|
468
|
-
export { default as
|
|
469
|
-
export { default as
|
|
470
|
-
export { default as
|
|
471
|
-
export { default as
|
|
472
|
-
export { default as
|
|
473
|
-
export { default as
|
|
474
|
-
export { default as
|
|
475
|
-
export { default as
|
|
476
|
-
export { default as
|
|
477
|
-
export { default as
|
|
478
|
-
export { default as
|
|
479
|
-
export { default as
|
|
480
|
-
export { default as
|
|
481
|
-
export { default as
|
|
482
|
-
export { default as
|
|
483
|
-
export { default as
|
|
484
|
-
export { default as
|
|
485
|
-
export { default as
|
|
486
|
-
export { default as
|
|
487
|
-
export { default as
|
|
488
|
-
export { default as
|
|
489
|
-
export { default as
|
|
490
|
-
export { default as
|
|
491
|
-
export { default as
|
|
492
|
-
export { default as
|
|
493
|
-
export { default as
|
|
494
|
-
export { default as
|
|
495
|
-
export { default as
|
|
496
|
-
export { default as
|
|
497
|
-
export { default as
|
|
498
|
-
export { default as
|
|
499
|
-
export { default as
|
|
500
|
-
export { default as
|
|
501
|
-
export { default as
|
|
502
|
-
export { default as
|
|
503
|
-
export { default as
|
|
504
|
-
export { default as
|
|
505
|
-
export { default as
|
|
506
|
-
export { default as
|
|
507
|
-
export { default as
|
|
508
|
-
export { default as
|
|
509
|
-
export { default as
|
|
510
|
-
export { default as
|
|
511
|
-
export { default as
|
|
512
|
-
export { default as
|
|
513
|
-
export { default as
|
|
514
|
-
export { default as
|
|
515
|
-
export { default as
|
|
516
|
-
export { default as
|
|
517
|
-
export { default as
|
|
518
|
-
export { default as
|
|
519
|
-
export { default as
|
|
432
|
+
export { default as Add } from './components/fs/currency/Add';
|
|
433
|
+
export { default as AddFill } from './components/fs/currency/AddFill';
|
|
434
|
+
export { default as Admin } from './components/fs/currency/Admin';
|
|
435
|
+
export { default as AppearRecord } from './components/fs/currency/AppearRecord';
|
|
436
|
+
export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
|
|
437
|
+
export { default as AppendTo } from './components/fs/currency/AppendTo';
|
|
438
|
+
export { default as ArrowDown } from './components/fs/currency/ArrowDown';
|
|
439
|
+
export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
|
|
440
|
+
export { default as ArrowRight } from './components/fs/currency/ArrowRight';
|
|
441
|
+
export { default as ArrowUp } from './components/fs/currency/ArrowUp';
|
|
442
|
+
export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
|
|
443
|
+
export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
|
|
444
|
+
export { default as Bottom } from './components/fs/currency/Bottom';
|
|
445
|
+
export { default as Cancel } from './components/fs/currency/Cancel';
|
|
446
|
+
export { default as CancelFill } from './components/fs/currency/CancelFill';
|
|
447
|
+
export { default as CaseInformation } from './components/fs/currency/CaseInformation';
|
|
448
|
+
export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
|
|
449
|
+
export { default as Chart } from './components/fs/currency/Chart';
|
|
450
|
+
export { default as Checkbox } from './components/fs/currency/Checkbox';
|
|
451
|
+
export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
|
|
452
|
+
export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
|
|
453
|
+
export { default as ChooseFile } from './components/fs/currency/ChooseFile';
|
|
454
|
+
export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
|
|
455
|
+
export { default as Clean } from './components/fs/currency/Clean';
|
|
456
|
+
export { default as CleanFill } from './components/fs/currency/CleanFill';
|
|
457
|
+
export { default as Close } from './components/fs/currency/Close';
|
|
458
|
+
export { default as Code } from './components/fs/currency/Code';
|
|
459
|
+
export { default as Copy } from './components/fs/currency/Copy';
|
|
460
|
+
export { default as CopyFill } from './components/fs/currency/CopyFill';
|
|
461
|
+
export { default as CostDetail } from './components/fs/currency/CostDetail';
|
|
462
|
+
export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
|
|
463
|
+
export { default as Date } from './components/fs/currency/Date';
|
|
464
|
+
export { default as DateFill } from './components/fs/currency/DateFill';
|
|
465
|
+
export { default as Delete } from './components/fs/currency/Delete';
|
|
466
|
+
export { default as DeleteFill } from './components/fs/currency/DeleteFill';
|
|
467
|
+
export { default as Download } from './components/fs/currency/Download';
|
|
468
|
+
export { default as DownloadFill } from './components/fs/currency/DownloadFill';
|
|
469
|
+
export { default as Drag } from './components/fs/currency/Drag';
|
|
470
|
+
export { default as Edit } from './components/fs/currency/Edit';
|
|
471
|
+
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
472
|
+
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
473
|
+
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
474
|
+
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
475
|
+
export { default as Fall } from './components/fs/currency/Fall';
|
|
476
|
+
export { default as Fold } from './components/fs/currency/Fold';
|
|
477
|
+
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
478
|
+
export { default as FsAddnew } from './components/fs/currency/FsAddnew';
|
|
479
|
+
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
480
|
+
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
481
|
+
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
482
|
+
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
483
|
+
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
484
|
+
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
485
|
+
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
486
|
+
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
487
|
+
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
488
|
+
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
489
|
+
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
490
|
+
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
491
|
+
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
492
|
+
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
493
|
+
export { default as Loading } from './components/fs/currency/Loading';
|
|
494
|
+
export { default as More } from './components/fs/currency/More';
|
|
495
|
+
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
496
|
+
export { default as Radio } from './components/fs/currency/Radio';
|
|
497
|
+
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
498
|
+
export { default as Raise } from './components/fs/currency/Raise';
|
|
499
|
+
export { default as Record } from './components/fs/currency/Record';
|
|
500
|
+
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
501
|
+
export { default as Recover } from './components/fs/currency/Recover';
|
|
502
|
+
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
503
|
+
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
504
|
+
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
505
|
+
export { default as Screening } from './components/fs/currency/Screening';
|
|
506
|
+
export { default as Search } from './components/fs/currency/Search';
|
|
507
|
+
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
508
|
+
export { default as Setting } from './components/fs/currency/Setting';
|
|
509
|
+
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
510
|
+
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
511
|
+
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
512
|
+
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
513
|
+
export { default as Sort } from './components/fs/currency/Sort';
|
|
514
|
+
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
515
|
+
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
516
|
+
export { default as Submit } from './components/fs/currency/Submit';
|
|
517
|
+
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
518
|
+
export { default as Switch } from './components/fs/currency/Switch';
|
|
519
|
+
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
520
|
+
export { default as Table } from './components/fs/currency/Table';
|
|
521
|
+
export { default as Time } from './components/fs/currency/Time';
|
|
522
|
+
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
523
|
+
export { default as Top } from './components/fs/currency/Top';
|
|
524
|
+
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
525
|
+
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
526
|
+
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
527
|
+
export { default as Visible } from './components/fs/currency/Visible';
|
|
528
|
+
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|