@firesoon/icons-react 3.0.14 → 3.0.16
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/README.md +59 -59
- package/es/Icon.css +12 -12
- package/es/components/business/business-menu/Generate.js +12 -0
- package/es/components/business/business-menu/index.d.ts +1 -0
- package/es/components/business/business-menu/index.js +1 -0
- 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/index.d.ts +0 -1
- package/es/components/fs/currency/index.js +0 -1
- package/es/components/fs/old-outlined/index.d.ts +6 -6
- package/es/components/fs/old-outlined/index.js +6 -6
- package/es/components/{fs → general}/currency/PatientInformation.js +2 -2
- package/es/components/general/currency/index.d.ts +1 -0
- package/es/components/general/currency/index.js +1 -0
- package/es/dome/index.js +24 -4
- package/es/dome/index.less +8 -8
- package/es/icons/business/business-menu/generate.js +23 -0
- package/es/icons/general/currency/patient-information.js +17 -0
- package/es/index.d.ts +160 -159
- package/es/index.js +156 -155
- package/lib/Icon.css +12 -12
- package/lib/components/business/business-menu/Generate.d.ts +4 -0
- package/lib/components/business/business-menu/Generate.js +20 -0
- package/lib/components/business/business-menu/index.d.ts +1 -0
- package/lib/components/business/business-menu/index.js +13 -0
- 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/index.d.ts +0 -1
- package/lib/components/fs/currency/index.js +0 -7
- package/lib/components/fs/old-outlined/index.d.ts +6 -6
- package/lib/components/fs/old-outlined/index.js +6 -6
- package/lib/components/general/currency/PatientInformation.d.ts +4 -0
- package/lib/components/{fs → general}/currency/PatientInformation.js +2 -2
- package/lib/components/general/currency/index.d.ts +1 -0
- package/lib/components/general/currency/index.js +13 -0
- package/lib/dome/index.js +24 -4
- package/lib/dome/index.less +8 -8
- package/lib/icons/business/business-menu/generate.d.ts +17 -0
- package/lib/icons/business/business-menu/generate.js +30 -0
- package/lib/icons/general/currency/patient-information.d.ts +17 -0
- package/lib/icons/general/currency/patient-information.js +24 -0
- package/lib/index.d.ts +160 -159
- package/lib/index.js +161 -154
- package/package.json +56 -56
- package/es/icons/fs/currency/patient-information.js +0 -17
- package/lib/icons/fs/currency/patient-information.js +0 -24
- /package/es/components/{fs/currency/PatientInformation.d.ts → business/business-menu/Generate.d.ts} +0 -0
- /package/{lib/components/fs → es/components/general}/currency/PatientInformation.d.ts +0 -0
- /package/es/icons/{fs/currency/patient-information.d.ts → business/business-menu/generate.d.ts} +0 -0
- /package/{lib/icons/fs → es/icons/general}/currency/patient-information.d.ts +0 -0
package/es/index.d.ts
CHANGED
|
@@ -1,18 +1,113 @@
|
|
|
1
|
+
export { default as Generate } from './components/business/business-menu/Generate';
|
|
2
|
+
export { default as Add } from './components/fs/currency/Add';
|
|
3
|
+
export { default as AddFill } from './components/fs/currency/AddFill';
|
|
4
|
+
export { default as Admin } from './components/fs/currency/Admin';
|
|
5
|
+
export { default as AppearRecord } from './components/fs/currency/AppearRecord';
|
|
6
|
+
export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
|
|
7
|
+
export { default as ArrowDown } from './components/fs/currency/ArrowDown';
|
|
8
|
+
export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
|
|
9
|
+
export { default as ArrowRight } from './components/fs/currency/ArrowRight';
|
|
10
|
+
export { default as ArrowUp } from './components/fs/currency/ArrowUp';
|
|
11
|
+
export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
|
|
12
|
+
export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
|
|
13
|
+
export { default as Bottom } from './components/fs/currency/Bottom';
|
|
14
|
+
export { default as Cancel } from './components/fs/currency/Cancel';
|
|
15
|
+
export { default as CancelFill } from './components/fs/currency/CancelFill';
|
|
16
|
+
export { default as CaseInformation } from './components/fs/currency/CaseInformation';
|
|
17
|
+
export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
|
|
18
|
+
export { default as Checkbox } from './components/fs/currency/Checkbox';
|
|
19
|
+
export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
|
|
20
|
+
export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
|
|
21
|
+
export { default as ChooseFile } from './components/fs/currency/ChooseFile';
|
|
22
|
+
export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
|
|
23
|
+
export { default as Clean } from './components/fs/currency/Clean';
|
|
24
|
+
export { default as CleanFill } from './components/fs/currency/CleanFill';
|
|
25
|
+
export { default as Close } from './components/fs/currency/Close';
|
|
26
|
+
export { default as Code } from './components/fs/currency/Code';
|
|
27
|
+
export { default as Copy } from './components/fs/currency/Copy';
|
|
28
|
+
export { default as CopyFill } from './components/fs/currency/CopyFill';
|
|
29
|
+
export { default as CostDetail } from './components/fs/currency/CostDetail';
|
|
30
|
+
export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
|
|
31
|
+
export { default as Date } from './components/fs/currency/Date';
|
|
32
|
+
export { default as DateFill } from './components/fs/currency/DateFill';
|
|
33
|
+
export { default as Delete } from './components/fs/currency/Delete';
|
|
34
|
+
export { default as DeleteFill } from './components/fs/currency/DeleteFill';
|
|
35
|
+
export { default as Download } from './components/fs/currency/Download';
|
|
36
|
+
export { default as DownloadFill } from './components/fs/currency/DownloadFill';
|
|
37
|
+
export { default as Drag } from './components/fs/currency/Drag';
|
|
38
|
+
export { default as Edit } from './components/fs/currency/Edit';
|
|
39
|
+
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
40
|
+
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
41
|
+
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
42
|
+
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
43
|
+
export { default as Fall } from './components/fs/currency/Fall';
|
|
44
|
+
export { default as Fold } from './components/fs/currency/Fold';
|
|
45
|
+
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
46
|
+
export { default as FsAddnew } from './components/fs/currency/FsAddnew';
|
|
47
|
+
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
48
|
+
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
49
|
+
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
50
|
+
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
51
|
+
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
52
|
+
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
53
|
+
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
54
|
+
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
55
|
+
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
56
|
+
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
57
|
+
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
58
|
+
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
59
|
+
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
60
|
+
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
61
|
+
export { default as Loading } from './components/fs/currency/Loading';
|
|
62
|
+
export { default as More } from './components/fs/currency/More';
|
|
63
|
+
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
64
|
+
export { default as Radio } from './components/fs/currency/Radio';
|
|
65
|
+
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
66
|
+
export { default as Raise } from './components/fs/currency/Raise';
|
|
67
|
+
export { default as Record } from './components/fs/currency/Record';
|
|
68
|
+
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
69
|
+
export { default as Recover } from './components/fs/currency/Recover';
|
|
70
|
+
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
71
|
+
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
72
|
+
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
73
|
+
export { default as Screening } from './components/fs/currency/Screening';
|
|
74
|
+
export { default as Search } from './components/fs/currency/Search';
|
|
75
|
+
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
76
|
+
export { default as Setting } from './components/fs/currency/Setting';
|
|
77
|
+
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
78
|
+
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
79
|
+
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
80
|
+
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
81
|
+
export { default as Sort } from './components/fs/currency/Sort';
|
|
82
|
+
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
83
|
+
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
84
|
+
export { default as Submit } from './components/fs/currency/Submit';
|
|
85
|
+
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
86
|
+
export { default as Switch } from './components/fs/currency/Switch';
|
|
87
|
+
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
88
|
+
export { default as Time } from './components/fs/currency/Time';
|
|
89
|
+
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
90
|
+
export { default as Top } from './components/fs/currency/Top';
|
|
91
|
+
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
92
|
+
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
93
|
+
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
94
|
+
export { default as Visible } from './components/fs/currency/Visible';
|
|
95
|
+
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|
|
1
96
|
export { default as Analyse } from './components/fs/business-menu/Analyse';
|
|
2
97
|
export { default as Annotate } from './components/fs/business-menu/Annotate';
|
|
3
|
-
export { default as AppealFeedback } from './components/fs/business-menu/AppealFeedback';
|
|
4
|
-
export { default as AppealFeedbackFill } from './components/fs/business-menu/AppealFeedbackFill';
|
|
5
|
-
export { default as AppearCheck } from './components/fs/business-menu/AppearCheck';
|
|
6
|
-
export { default as AppearCheckFill } from './components/fs/business-menu/AppearCheckFill';
|
|
7
98
|
export { default as AppInstall } from './components/fs/business-menu/AppInstall';
|
|
8
99
|
export { default as AppInstallFill } from './components/fs/business-menu/AppInstallFill';
|
|
9
100
|
export { default as AppManagement } from './components/fs/business-menu/AppManagement';
|
|
10
101
|
export { default as AppManagementFill } from './components/fs/business-menu/AppManagementFill';
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
102
|
+
export { default as AppealFeedback } from './components/fs/business-menu/AppealFeedback';
|
|
103
|
+
export { default as AppealFeedbackFill } from './components/fs/business-menu/AppealFeedbackFill';
|
|
104
|
+
export { default as AppearCheck } from './components/fs/business-menu/AppearCheck';
|
|
105
|
+
export { default as AppearCheckFill } from './components/fs/business-menu/AppearCheckFill';
|
|
13
106
|
export { default as CaseUnusual } from './components/fs/business-menu/CaseUnusual';
|
|
14
107
|
export { default as CaseVerify } from './components/fs/business-menu/CaseVerify';
|
|
15
108
|
export { default as CaseVerifyFill } from './components/fs/business-menu/CaseVerifyFill';
|
|
109
|
+
export { default as CasegroupAnalyse } from './components/fs/business-menu/CasegroupAnalyse';
|
|
110
|
+
export { default as CasegroupAnalyseFill } from './components/fs/business-menu/CasegroupAnalyseFill';
|
|
16
111
|
export { default as ClinicalPathway } from './components/fs/business-menu/ClinicalPathway';
|
|
17
112
|
export { default as ClinicalPathwayFill } from './components/fs/business-menu/ClinicalPathwayFill';
|
|
18
113
|
export { default as CnDrg } from './components/fs/business-menu/CnDrg';
|
|
@@ -72,11 +167,11 @@ export { default as License } from './components/fs/business-menu/License';
|
|
|
72
167
|
export { default as LicenseFill } from './components/fs/business-menu/LicenseFill';
|
|
73
168
|
export { default as ListEdit } from './components/fs/business-menu/ListEdit';
|
|
74
169
|
export { default as ListEditFill } from './components/fs/business-menu/ListEditFill';
|
|
75
|
-
export { default as Listing } from './components/fs/business-menu/Listing';
|
|
76
170
|
export { default as ListQuality } from './components/fs/business-menu/ListQuality';
|
|
77
171
|
export { default as ListQualityFill } from './components/fs/business-menu/ListQualityFill';
|
|
78
172
|
export { default as ListVerify } from './components/fs/business-menu/ListVerify';
|
|
79
173
|
export { default as ListVerifyFill } from './components/fs/business-menu/ListVerifyFill';
|
|
174
|
+
export { default as Listing } from './components/fs/business-menu/Listing';
|
|
80
175
|
export { default as MedicalQuality } from './components/fs/business-menu/MedicalQuality';
|
|
81
176
|
export { default as MedicalQualityFill } from './components/fs/business-menu/MedicalQualityFill';
|
|
82
177
|
export { default as MonitorAnalyse } from './components/fs/business-menu/MonitorAnalyse';
|
|
@@ -135,101 +230,6 @@ export { default as UserManagement } from './components/fs/business-menu/UserMan
|
|
|
135
230
|
export { default as UserManagementFill } from './components/fs/business-menu/UserManagementFill';
|
|
136
231
|
export { default as WarningVerify } from './components/fs/business-menu/WarningVerify';
|
|
137
232
|
export { default as WarningVerifyFill } from './components/fs/business-menu/WarningVerifyFill';
|
|
138
|
-
export { default as Add } from './components/fs/currency/Add';
|
|
139
|
-
export { default as AddFill } from './components/fs/currency/AddFill';
|
|
140
|
-
export { default as Admin } from './components/fs/currency/Admin';
|
|
141
|
-
export { default as AppearRecord } from './components/fs/currency/AppearRecord';
|
|
142
|
-
export { default as AppearRecordFill } from './components/fs/currency/AppearRecordFill';
|
|
143
|
-
export { default as ArrowDown } from './components/fs/currency/ArrowDown';
|
|
144
|
-
export { default as ArrowLeft } from './components/fs/currency/ArrowLeft';
|
|
145
|
-
export { default as ArrowRight } from './components/fs/currency/ArrowRight';
|
|
146
|
-
export { default as ArrowUp } from './components/fs/currency/ArrowUp';
|
|
147
|
-
export { default as BackToPlatform } from './components/fs/currency/BackToPlatform';
|
|
148
|
-
export { default as BackToPlatformFill } from './components/fs/currency/BackToPlatformFill';
|
|
149
|
-
export { default as Bottom } from './components/fs/currency/Bottom';
|
|
150
|
-
export { default as Cancel } from './components/fs/currency/Cancel';
|
|
151
|
-
export { default as CancelFill } from './components/fs/currency/CancelFill';
|
|
152
|
-
export { default as CaseInformation } from './components/fs/currency/CaseInformation';
|
|
153
|
-
export { default as CaseInformationFill } from './components/fs/currency/CaseInformationFill';
|
|
154
|
-
export { default as Checkbox } from './components/fs/currency/Checkbox';
|
|
155
|
-
export { default as CheckboxDisable } from './components/fs/currency/CheckboxDisable';
|
|
156
|
-
export { default as CheckboxFill } from './components/fs/currency/CheckboxFill';
|
|
157
|
-
export { default as ChooseFile } from './components/fs/currency/ChooseFile';
|
|
158
|
-
export { default as ChooseFileFill } from './components/fs/currency/ChooseFileFill';
|
|
159
|
-
export { default as Clean } from './components/fs/currency/Clean';
|
|
160
|
-
export { default as CleanFill } from './components/fs/currency/CleanFill';
|
|
161
|
-
export { default as Close } from './components/fs/currency/Close';
|
|
162
|
-
export { default as Code } from './components/fs/currency/Code';
|
|
163
|
-
export { default as Copy } from './components/fs/currency/Copy';
|
|
164
|
-
export { default as CopyFill } from './components/fs/currency/CopyFill';
|
|
165
|
-
export { default as CostDetail } from './components/fs/currency/CostDetail';
|
|
166
|
-
export { default as CostDetailFill } from './components/fs/currency/CostDetailFill';
|
|
167
|
-
export { default as Date } from './components/fs/currency/Date';
|
|
168
|
-
export { default as DateFill } from './components/fs/currency/DateFill';
|
|
169
|
-
export { default as Delete } from './components/fs/currency/Delete';
|
|
170
|
-
export { default as DeleteFill } from './components/fs/currency/DeleteFill';
|
|
171
|
-
export { default as Download } from './components/fs/currency/Download';
|
|
172
|
-
export { default as DownloadFill } from './components/fs/currency/DownloadFill';
|
|
173
|
-
export { default as Drag } from './components/fs/currency/Drag';
|
|
174
|
-
export { default as Edit } from './components/fs/currency/Edit';
|
|
175
|
-
export { default as EditFill } from './components/fs/currency/EditFill';
|
|
176
|
-
export { default as EventFollow } from './components/fs/currency/EventFollow';
|
|
177
|
-
export { default as EventFollowFill } from './components/fs/currency/EventFollowFill';
|
|
178
|
-
export { default as Exitfullscreen } from './components/fs/currency/Exitfullscreen';
|
|
179
|
-
export { default as Fall } from './components/fs/currency/Fall';
|
|
180
|
-
export { default as Fold } from './components/fs/currency/Fold';
|
|
181
|
-
export { default as FoldFill } from './components/fs/currency/FoldFill';
|
|
182
|
-
export { default as FsAddnew } from './components/fs/currency/FsAddnew';
|
|
183
|
-
export { default as Fullscreen } from './components/fs/currency/Fullscreen';
|
|
184
|
-
export { default as GroupFeedback } from './components/fs/currency/GroupFeedback';
|
|
185
|
-
export { default as GroupFeedbackFill } from './components/fs/currency/GroupFeedbackFill';
|
|
186
|
-
export { default as HospitalAppeal } from './components/fs/currency/HospitalAppeal';
|
|
187
|
-
export { default as HospitalAppealFill } from './components/fs/currency/HospitalAppealFill';
|
|
188
|
-
export { default as ImitateGroup } from './components/fs/currency/ImitateGroup';
|
|
189
|
-
export { default as ImitateGroupFill } from './components/fs/currency/ImitateGroupFill';
|
|
190
|
-
export { default as Invisible } from './components/fs/currency/Invisible';
|
|
191
|
-
export { default as InvisibleFill } from './components/fs/currency/InvisibleFill';
|
|
192
|
-
export { default as Leadingin } from './components/fs/currency/Leadingin';
|
|
193
|
-
export { default as LeadinginInformation } from './components/fs/currency/LeadinginInformation';
|
|
194
|
-
export { default as Leadingout } from './components/fs/currency/Leadingout';
|
|
195
|
-
export { default as ListDetail } from './components/fs/currency/ListDetail';
|
|
196
|
-
export { default as ListDetailFill } from './components/fs/currency/ListDetailFill';
|
|
197
|
-
export { default as Loading } from './components/fs/currency/Loading';
|
|
198
|
-
export { default as More } from './components/fs/currency/More';
|
|
199
|
-
export { default as PatientInformation } from './components/fs/currency/PatientInformation';
|
|
200
|
-
export { default as PatientInformationFill } from './components/fs/currency/PatientInformationFill';
|
|
201
|
-
export { default as Radio } from './components/fs/currency/Radio';
|
|
202
|
-
export { default as RadioFill } from './components/fs/currency/RadioFill';
|
|
203
|
-
export { default as Raise } from './components/fs/currency/Raise';
|
|
204
|
-
export { default as Record } from './components/fs/currency/Record';
|
|
205
|
-
export { default as RecordFill } from './components/fs/currency/RecordFill';
|
|
206
|
-
export { default as Recover } from './components/fs/currency/Recover';
|
|
207
|
-
export { default as RectifyMassage } from './components/fs/currency/RectifyMassage';
|
|
208
|
-
export { default as RectifyMassageFill } from './components/fs/currency/RectifyMassageFill';
|
|
209
|
-
export { default as Refresh } from './components/fs/currency/Refresh';
|
|
210
|
-
export { default as Screening } from './components/fs/currency/Screening';
|
|
211
|
-
export { default as Search } from './components/fs/currency/Search';
|
|
212
|
-
export { default as Selecte } from './components/fs/currency/Selecte';
|
|
213
|
-
export { default as Setting } from './components/fs/currency/Setting';
|
|
214
|
-
export { default as SettingFill } from './components/fs/currency/SettingFill';
|
|
215
|
-
export { default as ShuttleLeft } from './components/fs/currency/ShuttleLeft';
|
|
216
|
-
export { default as ShuttleRight } from './components/fs/currency/ShuttleRight';
|
|
217
|
-
export { default as Singlearrow } from './components/fs/currency/Singlearrow';
|
|
218
|
-
export { default as Sort } from './components/fs/currency/Sort';
|
|
219
|
-
export { default as StartAnnotate } from './components/fs/currency/StartAnnotate';
|
|
220
|
-
export { default as StartAnnotateFill } from './components/fs/currency/StartAnnotateFill';
|
|
221
|
-
export { default as Submit } from './components/fs/currency/Submit';
|
|
222
|
-
export { default as SubmitFill } from './components/fs/currency/SubmitFill';
|
|
223
|
-
export { default as Switch } from './components/fs/currency/Switch';
|
|
224
|
-
export { default as SwitchFill } from './components/fs/currency/SwitchFill';
|
|
225
|
-
export { default as Time } from './components/fs/currency/Time';
|
|
226
|
-
export { default as TimeFill } from './components/fs/currency/TimeFill';
|
|
227
|
-
export { default as Top } from './components/fs/currency/Top';
|
|
228
|
-
export { default as Unfixed } from './components/fs/currency/Unfixed';
|
|
229
|
-
export { default as Unfold } from './components/fs/currency/Unfold';
|
|
230
|
-
export { default as UnfoldFill } from './components/fs/currency/UnfoldFill';
|
|
231
|
-
export { default as Visible } from './components/fs/currency/Visible';
|
|
232
|
-
export { default as VisibleFill } from './components/fs/currency/VisibleFill';
|
|
233
233
|
export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
|
|
234
234
|
export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
|
|
235
235
|
export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
|
|
@@ -253,44 +253,21 @@ export { default as ServerError } from './components/fs/old-twocolor/ServerError
|
|
|
253
253
|
export { default as SuccessCircle } from './components/fs/old-twocolor/SuccessCircle';
|
|
254
254
|
export { default as Tishi } from './components/fs/old-twocolor/Tishi';
|
|
255
255
|
export { default as WaitCircle } from './components/fs/old-twocolor/WaitCircle';
|
|
256
|
-
export { default as
|
|
257
|
-
export { default as
|
|
258
|
-
export { default as
|
|
259
|
-
export { default as
|
|
260
|
-
export { default as
|
|
261
|
-
export { default as
|
|
262
|
-
export { default as
|
|
263
|
-
export { default as
|
|
264
|
-
export { default as
|
|
265
|
-
export { default as
|
|
266
|
-
export { default as
|
|
267
|
-
export { default as
|
|
268
|
-
export { default as
|
|
269
|
-
export { default as
|
|
270
|
-
export { default as
|
|
271
|
-
export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
|
|
272
|
-
export { default as Inform } from './components/fs/suggestion/Inform';
|
|
273
|
-
export { default as Information } from './components/fs/suggestion/Information';
|
|
274
|
-
export { default as KeyGroup } from './components/fs/suggestion/KeyGroup';
|
|
275
|
-
export { default as Keyoffice } from './components/fs/suggestion/Keyoffice';
|
|
276
|
-
export { default as Lack } from './components/fs/suggestion/Lack';
|
|
277
|
-
export { default as Notice } from './components/fs/suggestion/Notice';
|
|
278
|
-
export { default as NoticeFill } from './components/fs/suggestion/NoticeFill';
|
|
279
|
-
export { default as Overtime } from './components/fs/suggestion/Overtime';
|
|
280
|
-
export { default as Problem } from './components/fs/suggestion/Problem';
|
|
281
|
-
export { default as ProblemFill } from './components/fs/suggestion/ProblemFill';
|
|
282
|
-
export { default as Processing } from './components/fs/suggestion/Processing';
|
|
283
|
-
export { default as RecordQuality } from './components/fs/suggestion/RecordQuality';
|
|
284
|
-
export { default as Rectification } from './components/fs/suggestion/Rectification';
|
|
285
|
-
export { default as Rehospitalization } from './components/fs/suggestion/Rehospitalization';
|
|
286
|
-
export { default as Sendback } from './components/fs/suggestion/Sendback';
|
|
287
|
-
export { default as Success } from './components/fs/suggestion/Success';
|
|
288
|
-
export { default as SuccessFill } from './components/fs/suggestion/SuccessFill';
|
|
289
|
-
export { default as UndipAccountColor } from './components/fs/suggestion/UndipAccountColor';
|
|
290
|
-
export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAccountColor';
|
|
291
|
-
export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
|
|
292
|
-
export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
|
|
293
|
-
export { default as Warning } from './components/fs/suggestion/Warning';
|
|
256
|
+
export { default as Document } from './components/sbt/business-menu/Document';
|
|
257
|
+
export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
|
|
258
|
+
export { default as Payment } from './components/sbt/business-menu/Payment';
|
|
259
|
+
export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
|
|
260
|
+
export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAddressbook';
|
|
261
|
+
export { default as SbtApiRecord } from './components/sbt/business-menu/SbtApiRecord';
|
|
262
|
+
export { default as SbtPingan } from './components/sbt/business-menu/SbtPingan';
|
|
263
|
+
export { default as SbtRealname } from './components/sbt/business-menu/SbtRealname';
|
|
264
|
+
export { default as SbtLink } from './components/sbt/currency/SbtLink';
|
|
265
|
+
export { default as SbtModify } from './components/sbt/currency/SbtModify';
|
|
266
|
+
export { default as SbtQrcode } from './components/sbt/currency/SbtQrcode';
|
|
267
|
+
export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
|
|
268
|
+
export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
|
|
269
|
+
export { default as PatientInformation } from './components/general/currency/PatientInformation';
|
|
270
|
+
export { default as AShangbaotijiaoshenhe } from './components/fs/old-outlined/AShangbaotijiaoshenhe';
|
|
294
271
|
export { default as Account } from './components/fs/old-outlined/Account';
|
|
295
272
|
export { default as AccountFill } from './components/fs/old-outlined/AccountFill';
|
|
296
273
|
export { default as AcountManage } from './components/fs/old-outlined/AcountManage';
|
|
@@ -300,7 +277,6 @@ export { default as AppealMessage } from './components/fs/old-outlined/AppealMes
|
|
|
300
277
|
export { default as Application } from './components/fs/old-outlined/Application';
|
|
301
278
|
export { default as ApplicationCenter } from './components/fs/old-outlined/ApplicationCenter';
|
|
302
279
|
export { default as Artical } from './components/fs/old-outlined/Artical';
|
|
303
|
-
export { default as AShangbaotijiaoshenhe } from './components/fs/old-outlined/AShangbaotijiaoshenhe';
|
|
304
280
|
export { default as AuditChecklist } from './components/fs/old-outlined/AuditChecklist';
|
|
305
281
|
export { default as BackToPlactform } from './components/fs/old-outlined/BackToPlactform';
|
|
306
282
|
export { default as BarChart } from './components/fs/old-outlined/BarChart';
|
|
@@ -314,6 +290,8 @@ export { default as BillFill } from './components/fs/old-outlined/BillFill';
|
|
|
314
290
|
export { default as BillList } from './components/fs/old-outlined/BillList';
|
|
315
291
|
export { default as BillListFill } from './components/fs/old-outlined/BillListFill';
|
|
316
292
|
export { default as Binglixinxi } from './components/fs/old-outlined/Binglixinxi';
|
|
293
|
+
export { default as CNzhuanxiangshezhi } from './components/fs/old-outlined/CNzhuanxiangshezhi';
|
|
294
|
+
export { default as CNzhuanxiangshezhiFill } from './components/fs/old-outlined/CNzhuanxiangshezhiFill';
|
|
317
295
|
export { default as CarryOut } from './components/fs/old-outlined/CarryOut';
|
|
318
296
|
export { default as CaseSearch } from './components/fs/old-outlined/CaseSearch';
|
|
319
297
|
export { default as CaseSearchFill } from './components/fs/old-outlined/CaseSearchFill';
|
|
@@ -324,8 +302,6 @@ export { default as Checklist } from './components/fs/old-outlined/Checklist';
|
|
|
324
302
|
export { default as Chouyangbinglihucha } from './components/fs/old-outlined/Chouyangbinglihucha';
|
|
325
303
|
export { default as ChouyangbinglihuchaFill } from './components/fs/old-outlined/ChouyangbinglihuchaFill';
|
|
326
304
|
export { default as Chuyuan } from './components/fs/old-outlined/Chuyuan';
|
|
327
|
-
export { default as CNzhuanxiangshezhi } from './components/fs/old-outlined/CNzhuanxiangshezhi';
|
|
328
|
-
export { default as CNzhuanxiangshezhiFill } from './components/fs/old-outlined/CNzhuanxiangshezhiFill';
|
|
329
305
|
export { default as CodeProblemDetect } from './components/fs/old-outlined/CodeProblemDetect';
|
|
330
306
|
export { default as CodeQualityCheck } from './components/fs/old-outlined/CodeQualityCheck';
|
|
331
307
|
export { default as Comment } from './components/fs/old-outlined/Comment';
|
|
@@ -338,10 +314,10 @@ export { default as DiseaseGroup } from './components/fs/old-outlined/DiseaseGro
|
|
|
338
314
|
export { default as DiseaseGroupFill } from './components/fs/old-outlined/DiseaseGroupFill';
|
|
339
315
|
export { default as Doctor } from './components/fs/old-outlined/Doctor';
|
|
340
316
|
export { default as DoctorFill } from './components/fs/old-outlined/DoctorFill';
|
|
341
|
-
export { default as Drgjiesuanguanli } from './components/fs/old-outlined/Drgjiesuanguanli';
|
|
342
|
-
export { default as DrgjiesuanguanliFill } from './components/fs/old-outlined/DrgjiesuanguanliFill';
|
|
343
317
|
export { default as DrgSetting } from './components/fs/old-outlined/DrgSetting';
|
|
344
318
|
export { default as DrgSettingActive } from './components/fs/old-outlined/DrgSettingActive';
|
|
319
|
+
export { default as Drgjiesuanguanli } from './components/fs/old-outlined/Drgjiesuanguanli';
|
|
320
|
+
export { default as DrgjiesuanguanliFill } from './components/fs/old-outlined/DrgjiesuanguanliFill';
|
|
345
321
|
export { default as Drgshezhi } from './components/fs/old-outlined/Drgshezhi';
|
|
346
322
|
export { default as DrgshezhiFill } from './components/fs/old-outlined/DrgshezhiFill';
|
|
347
323
|
export { default as Envelope } from './components/fs/old-outlined/Envelope';
|
|
@@ -429,8 +405,8 @@ export { default as Qingdanxiangqing } from './components/fs/old-outlined/Qingda
|
|
|
429
405
|
export { default as QingdanxiangqingFill } from './components/fs/old-outlined/QingdanxiangqingFill';
|
|
430
406
|
export { default as Qingdanzhiliangjiancha } from './components/fs/old-outlined/Qingdanzhiliangjiancha';
|
|
431
407
|
export { default as QingdanzhiliangjianchaFill } from './components/fs/old-outlined/QingdanzhiliangjianchaFill';
|
|
432
|
-
export { default as RedAlert } from './components/fs/old-outlined/RedAlert';
|
|
433
408
|
export { default as ReHospitalized } from './components/fs/old-outlined/ReHospitalized';
|
|
409
|
+
export { default as RedAlert } from './components/fs/old-outlined/RedAlert';
|
|
434
410
|
export { default as Rijianshoushu } from './components/fs/old-outlined/Rijianshoushu';
|
|
435
411
|
export { default as Rise } from './components/fs/old-outlined/Rise';
|
|
436
412
|
export { default as RotateSpeed } from './components/fs/old-outlined/RotateSpeed';
|
|
@@ -484,19 +460,6 @@ export { default as Zhuantifenxi } from './components/fs/old-outlined/Zhuantifen
|
|
|
484
460
|
export { default as ZhuantifenxiFill } from './components/fs/old-outlined/ZhuantifenxiFill';
|
|
485
461
|
export { default as Zhutizhibiao } from './components/fs/old-outlined/Zhutizhibiao';
|
|
486
462
|
export { default as Zygl } from './components/fs/old-outlined/Zygl';
|
|
487
|
-
export { default as Document } from './components/sbt/business-menu/Document';
|
|
488
|
-
export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
|
|
489
|
-
export { default as Payment } from './components/sbt/business-menu/Payment';
|
|
490
|
-
export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
|
|
491
|
-
export { default as SbtAddressbook } from './components/sbt/business-menu/SbtAddressbook';
|
|
492
|
-
export { default as SbtApiRecord } from './components/sbt/business-menu/SbtApiRecord';
|
|
493
|
-
export { default as SbtPingan } from './components/sbt/business-menu/SbtPingan';
|
|
494
|
-
export { default as SbtRealname } from './components/sbt/business-menu/SbtRealname';
|
|
495
|
-
export { default as SbtLink } from './components/sbt/currency/SbtLink';
|
|
496
|
-
export { default as SbtModify } from './components/sbt/currency/SbtModify';
|
|
497
|
-
export { default as SbtQrcode } from './components/sbt/currency/SbtQrcode';
|
|
498
|
-
export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
|
|
499
|
-
export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
|
|
500
463
|
export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
|
|
501
464
|
export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
|
|
502
465
|
export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
|
|
@@ -515,3 +478,41 @@ export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
|
|
|
515
478
|
export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
|
|
516
479
|
export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
|
|
517
480
|
export { default as Wait } from './components/sbt/suggestion/Wait';
|
|
481
|
+
export { default as Await } from './components/fs/suggestion/Await';
|
|
482
|
+
export { default as BenchmarkAnalysis } from './components/fs/suggestion/BenchmarkAnalysis';
|
|
483
|
+
export { default as ClaimFinish } from './components/fs/suggestion/ClaimFinish';
|
|
484
|
+
export { default as ClaimsFail } from './components/fs/suggestion/ClaimsFail';
|
|
485
|
+
export { default as CostReturn } from './components/fs/suggestion/CostReturn';
|
|
486
|
+
export { default as CostViolate } from './components/fs/suggestion/CostViolate';
|
|
487
|
+
export { default as CostWarning } from './components/fs/suggestion/CostWarning';
|
|
488
|
+
export { default as DailyOperation } from './components/fs/suggestion/DailyOperation';
|
|
489
|
+
export { default as DrgsColor } from './components/fs/suggestion/DrgsColor';
|
|
490
|
+
export { default as Fail } from './components/fs/suggestion/Fail';
|
|
491
|
+
export { default as FailFill } from './components/fs/suggestion/FailFill';
|
|
492
|
+
export { default as FsIntercept } from './components/fs/suggestion/FsIntercept';
|
|
493
|
+
export { default as FsManualreview } from './components/fs/suggestion/FsManualreview';
|
|
494
|
+
export { default as FsSpecial } from './components/fs/suggestion/FsSpecial';
|
|
495
|
+
export { default as FsVip } from './components/fs/suggestion/FsVip';
|
|
496
|
+
export { default as HospitalTransfer } from './components/fs/suggestion/HospitalTransfer';
|
|
497
|
+
export { default as Inform } from './components/fs/suggestion/Inform';
|
|
498
|
+
export { default as Information } from './components/fs/suggestion/Information';
|
|
499
|
+
export { default as KeyGroup } from './components/fs/suggestion/KeyGroup';
|
|
500
|
+
export { default as Keyoffice } from './components/fs/suggestion/Keyoffice';
|
|
501
|
+
export { default as Lack } from './components/fs/suggestion/Lack';
|
|
502
|
+
export { default as Notice } from './components/fs/suggestion/Notice';
|
|
503
|
+
export { default as NoticeFill } from './components/fs/suggestion/NoticeFill';
|
|
504
|
+
export { default as Overtime } from './components/fs/suggestion/Overtime';
|
|
505
|
+
export { default as Problem } from './components/fs/suggestion/Problem';
|
|
506
|
+
export { default as ProblemFill } from './components/fs/suggestion/ProblemFill';
|
|
507
|
+
export { default as Processing } from './components/fs/suggestion/Processing';
|
|
508
|
+
export { default as RecordQuality } from './components/fs/suggestion/RecordQuality';
|
|
509
|
+
export { default as Rectification } from './components/fs/suggestion/Rectification';
|
|
510
|
+
export { default as Rehospitalization } from './components/fs/suggestion/Rehospitalization';
|
|
511
|
+
export { default as Sendback } from './components/fs/suggestion/Sendback';
|
|
512
|
+
export { default as Success } from './components/fs/suggestion/Success';
|
|
513
|
+
export { default as SuccessFill } from './components/fs/suggestion/SuccessFill';
|
|
514
|
+
export { default as UndipAccountColor } from './components/fs/suggestion/UndipAccountColor';
|
|
515
|
+
export { default as UndrgAccountColor } from './components/fs/suggestion/UndrgAccountColor';
|
|
516
|
+
export { default as UninsuranceAccountColor } from './components/fs/suggestion/UninsuranceAccountColor';
|
|
517
|
+
export { default as UnreasonableHospitalized } from './components/fs/suggestion/UnreasonableHospitalized';
|
|
518
|
+
export { default as Warning } from './components/fs/suggestion/Warning';
|