@firesoon/icons-react 3.0.31 → 3.0.32
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/index.d.ts +0 -1
- package/es/components/fs/business-menu/index.js +0 -1
- package/es/components/fs/{business-menu → old-twocolor}/FsChoose.js +2 -2
- package/es/components/fs/old-twocolor/index.d.ts +1 -0
- package/es/components/fs/old-twocolor/index.js +1 -0
- package/es/dome/index.js +6 -2
- package/{lib/icons/fs/business-menu → es/icons/fs/old-twocolor}/fs-choose.d.ts +1 -0
- package/es/icons/fs/{business-menu → old-twocolor}/fs-choose.js +4 -2
- package/es/index.d.ts +165 -165
- package/es/index.js +165 -165
- package/lib/components/fs/business-menu/index.d.ts +0 -1
- package/lib/components/fs/business-menu/index.js +0 -7
- package/lib/components/fs/{business-menu → old-twocolor}/FsChoose.js +2 -2
- package/lib/components/fs/old-twocolor/index.d.ts +1 -0
- package/lib/components/fs/old-twocolor/index.js +7 -0
- package/lib/dome/index.js +6 -2
- package/{es/icons/fs/business-menu → lib/icons/fs/old-twocolor}/fs-choose.d.ts +1 -0
- package/lib/icons/fs/{business-menu → old-twocolor}/fs-choose.js +4 -2
- package/lib/index.d.ts +165 -165
- package/lib/index.js +165 -165
- package/package.json +1 -1
- /package/es/components/fs/{business-menu → old-twocolor}/FsChoose.d.ts +0 -0
- /package/lib/components/fs/{business-menu → old-twocolor}/FsChoose.d.ts +0 -0
package/es/index.js
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
2
|
+
export { default as Bill } from "./components/business/business-menu/Bill";
|
|
3
|
+
export { default as Generate } from "./components/business/business-menu/Generate";
|
|
4
|
+
export { default as Payment } from "./components/business/business-menu/Payment";
|
|
5
|
+
export { default as Reconciliation } from "./components/business/business-menu/Reconciliation";
|
|
1
6
|
export { default as SbtCheckFill } from "./components/sbt/currency/SbtCheckFill";
|
|
2
7
|
export { default as SbtLevelone } from "./components/sbt/currency/SbtLevelone";
|
|
3
8
|
export { default as SbtLeveltwo } from "./components/sbt/currency/SbtLeveltwo";
|
|
@@ -10,10 +15,29 @@ export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
|
10
15
|
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
11
16
|
export { default as SbtRole } from "./components/sbt/currency/SbtRole";
|
|
12
17
|
export { default as SbtUsermanage } from "./components/sbt/currency/SbtUsermanage";
|
|
13
|
-
export { default as
|
|
14
|
-
export { default as
|
|
15
|
-
export { default as
|
|
16
|
-
export { default as
|
|
18
|
+
export { default as SbtJpgFill } from "./components/sbt/old-twocolor/SbtJpgFill";
|
|
19
|
+
export { default as SbtPdfFill } from "./components/sbt/old-twocolor/SbtPdfFill";
|
|
20
|
+
export { default as SbtPngFill } from "./components/sbt/old-twocolor/SbtPngFill";
|
|
21
|
+
export { default as SbtRarFill } from "./components/sbt/old-twocolor/SbtRarFill";
|
|
22
|
+
export { default as SbtWordFill } from "./components/sbt/old-twocolor/SbtWordFill";
|
|
23
|
+
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
24
|
+
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
25
|
+
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
26
|
+
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
27
|
+
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
28
|
+
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
29
|
+
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
30
|
+
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
31
|
+
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
32
|
+
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
33
|
+
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
34
|
+
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
35
|
+
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
36
|
+
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
37
|
+
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
38
|
+
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
39
|
+
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
40
|
+
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
17
41
|
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
18
42
|
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
19
43
|
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
@@ -59,29 +83,6 @@ export { default as SbtSupplementdata } from "./components/sbt/business-menu/Sbt
|
|
|
59
83
|
export { default as SbtTransactionflow } from "./components/sbt/business-menu/SbtTransactionflow";
|
|
60
84
|
export { default as SbtUsermanagement } from "./components/sbt/business-menu/SbtUsermanagement";
|
|
61
85
|
export { default as SbtUseroverview } from "./components/sbt/business-menu/SbtUseroverview";
|
|
62
|
-
export { default as SbtJpgFill } from "./components/sbt/old-twocolor/SbtJpgFill";
|
|
63
|
-
export { default as SbtPdfFill } from "./components/sbt/old-twocolor/SbtPdfFill";
|
|
64
|
-
export { default as SbtPngFill } from "./components/sbt/old-twocolor/SbtPngFill";
|
|
65
|
-
export { default as SbtRarFill } from "./components/sbt/old-twocolor/SbtRarFill";
|
|
66
|
-
export { default as SbtWordFill } from "./components/sbt/old-twocolor/SbtWordFill";
|
|
67
|
-
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
68
|
-
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
69
|
-
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
70
|
-
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
71
|
-
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
72
|
-
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
73
|
-
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
74
|
-
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
75
|
-
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
76
|
-
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
77
|
-
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
78
|
-
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
79
|
-
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
80
|
-
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
81
|
-
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
82
|
-
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
83
|
-
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
84
|
-
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
85
86
|
export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
|
|
86
87
|
export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
|
|
87
88
|
export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
|
|
@@ -91,6 +92,7 @@ export { default as EmptyNormal } from "./components/fs/old-twocolor/EmptyNormal
|
|
|
91
92
|
export { default as EmptyPermission } from "./components/fs/old-twocolor/EmptyPermission";
|
|
92
93
|
export { default as EmptyTable } from "./components/fs/old-twocolor/EmptyTable";
|
|
93
94
|
export { default as FailCircle } from "./components/fs/old-twocolor/FailCircle";
|
|
95
|
+
export { default as FsChoose } from "./components/fs/old-twocolor/FsChoose";
|
|
94
96
|
export { default as Html404 } from "./components/fs/old-twocolor/Html404";
|
|
95
97
|
export { default as Huanzhejibenxinxi } from "./components/fs/old-twocolor/Huanzhejibenxinxi";
|
|
96
98
|
export { default as LoadingCircle } from "./components/fs/old-twocolor/LoadingCircle";
|
|
@@ -105,143 +107,6 @@ export { default as ServerError } from "./components/fs/old-twocolor/ServerError
|
|
|
105
107
|
export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
|
|
106
108
|
export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
|
|
107
109
|
export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
|
|
108
|
-
export { default as Await } from "./components/fs/suggestion/Await";
|
|
109
|
-
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
110
|
-
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
111
|
-
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
112
|
-
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
113
|
-
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
114
|
-
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
115
|
-
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
116
|
-
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
117
|
-
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
118
|
-
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
119
|
-
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
120
|
-
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
121
|
-
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
122
|
-
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
123
|
-
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
124
|
-
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
125
|
-
export { default as Information } from "./components/fs/suggestion/Information";
|
|
126
|
-
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
127
|
-
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
128
|
-
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
129
|
-
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
130
|
-
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
131
|
-
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
132
|
-
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
133
|
-
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
134
|
-
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
135
|
-
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
136
|
-
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
137
|
-
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
138
|
-
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
139
|
-
export { default as Success } from "./components/fs/suggestion/Success";
|
|
140
|
-
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
141
|
-
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
142
|
-
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
143
|
-
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
144
|
-
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
145
|
-
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
146
|
-
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
147
|
-
export { default as Add } from "./components/fs/currency/Add";
|
|
148
|
-
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
149
|
-
export { default as Admin } from "./components/fs/currency/Admin";
|
|
150
|
-
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
151
|
-
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
152
|
-
export { default as AppendTo } from "./components/fs/currency/AppendTo";
|
|
153
|
-
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
154
|
-
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
155
|
-
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
156
|
-
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
157
|
-
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
158
|
-
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
159
|
-
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
160
|
-
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
161
|
-
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
162
|
-
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
163
|
-
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
164
|
-
export { default as Chart } from "./components/fs/currency/Chart";
|
|
165
|
-
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
166
|
-
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
167
|
-
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
168
|
-
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
169
|
-
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
170
|
-
export { default as Clean } from "./components/fs/currency/Clean";
|
|
171
|
-
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
172
|
-
export { default as Close } from "./components/fs/currency/Close";
|
|
173
|
-
export { default as Code } from "./components/fs/currency/Code";
|
|
174
|
-
export { default as Copy } from "./components/fs/currency/Copy";
|
|
175
|
-
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
176
|
-
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
177
|
-
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
178
|
-
export { default as Date } from "./components/fs/currency/Date";
|
|
179
|
-
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
180
|
-
export { default as Delete } from "./components/fs/currency/Delete";
|
|
181
|
-
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
182
|
-
export { default as Download } from "./components/fs/currency/Download";
|
|
183
|
-
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
184
|
-
export { default as Drag } from "./components/fs/currency/Drag";
|
|
185
|
-
export { default as Edit } from "./components/fs/currency/Edit";
|
|
186
|
-
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
187
|
-
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
188
|
-
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
189
|
-
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
190
|
-
export { default as Fall } from "./components/fs/currency/Fall";
|
|
191
|
-
export { default as Fold } from "./components/fs/currency/Fold";
|
|
192
|
-
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
193
|
-
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
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 PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
211
|
-
export { default as Radio } from "./components/fs/currency/Radio";
|
|
212
|
-
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
213
|
-
export { default as Raise } from "./components/fs/currency/Raise";
|
|
214
|
-
export { default as Record } from "./components/fs/currency/Record";
|
|
215
|
-
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
216
|
-
export { default as Recover } from "./components/fs/currency/Recover";
|
|
217
|
-
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
218
|
-
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
219
|
-
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
220
|
-
export { default as Screening } from "./components/fs/currency/Screening";
|
|
221
|
-
export { default as Screenshot } from "./components/fs/currency/Screenshot";
|
|
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 Table } from "./components/fs/currency/Table";
|
|
237
|
-
export { default as Time } from "./components/fs/currency/Time";
|
|
238
|
-
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
239
|
-
export { default as Top } from "./components/fs/currency/Top";
|
|
240
|
-
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
241
|
-
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
242
|
-
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
243
|
-
export { default as Visible } from "./components/fs/currency/Visible";
|
|
244
|
-
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
245
110
|
export { default as Analyse } from "./components/fs/business-menu/Analyse";
|
|
246
111
|
export { default as Annotate } from "./components/fs/business-menu/Annotate";
|
|
247
112
|
export { default as AppealFeedback } from "./components/fs/business-menu/AppealFeedback";
|
|
@@ -281,7 +146,6 @@ export { default as FsAppearance } from "./components/fs/business-menu/FsAppeara
|
|
|
281
146
|
export { default as FsAppearanceFill } from "./components/fs/business-menu/FsAppearanceFill";
|
|
282
147
|
export { default as FsBasis } from "./components/fs/business-menu/FsBasis";
|
|
283
148
|
export { default as FsBringintoFill } from "./components/fs/business-menu/FsBringintoFill";
|
|
284
|
-
export { default as FsChoose } from "./components/fs/business-menu/FsChoose";
|
|
285
149
|
export { default as FsDatabase } from "./components/fs/business-menu/FsDatabase";
|
|
286
150
|
export { default as FsDatabaseFill } from "./components/fs/business-menu/FsDatabaseFill";
|
|
287
151
|
export { default as FsExpert } from "./components/fs/business-menu/FsExpert";
|
|
@@ -381,6 +245,142 @@ export { default as UserManagement } from "./components/fs/business-menu/UserMan
|
|
|
381
245
|
export { default as UserManagementFill } from "./components/fs/business-menu/UserManagementFill";
|
|
382
246
|
export { default as WarningVerify } from "./components/fs/business-menu/WarningVerify";
|
|
383
247
|
export { default as WarningVerifyFill } from "./components/fs/business-menu/WarningVerifyFill";
|
|
248
|
+
export { default as Await } from "./components/fs/suggestion/Await";
|
|
249
|
+
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
250
|
+
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
251
|
+
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
252
|
+
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
253
|
+
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
254
|
+
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
255
|
+
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
256
|
+
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
257
|
+
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
258
|
+
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
259
|
+
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
260
|
+
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
261
|
+
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
262
|
+
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
263
|
+
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
264
|
+
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
265
|
+
export { default as Information } from "./components/fs/suggestion/Information";
|
|
266
|
+
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
267
|
+
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
268
|
+
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
269
|
+
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
270
|
+
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
271
|
+
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
272
|
+
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
273
|
+
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
274
|
+
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
275
|
+
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
276
|
+
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
277
|
+
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
278
|
+
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
279
|
+
export { default as Success } from "./components/fs/suggestion/Success";
|
|
280
|
+
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
281
|
+
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
282
|
+
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
283
|
+
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
284
|
+
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
285
|
+
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
286
|
+
export { default as Add } from "./components/fs/currency/Add";
|
|
287
|
+
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
288
|
+
export { default as Admin } from "./components/fs/currency/Admin";
|
|
289
|
+
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
290
|
+
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
291
|
+
export { default as AppendTo } from "./components/fs/currency/AppendTo";
|
|
292
|
+
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
293
|
+
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
294
|
+
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
295
|
+
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
296
|
+
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
297
|
+
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
298
|
+
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
299
|
+
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
300
|
+
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
301
|
+
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
302
|
+
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
303
|
+
export { default as Chart } from "./components/fs/currency/Chart";
|
|
304
|
+
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
305
|
+
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
306
|
+
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
307
|
+
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
308
|
+
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
309
|
+
export { default as Clean } from "./components/fs/currency/Clean";
|
|
310
|
+
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
311
|
+
export { default as Close } from "./components/fs/currency/Close";
|
|
312
|
+
export { default as Code } from "./components/fs/currency/Code";
|
|
313
|
+
export { default as Copy } from "./components/fs/currency/Copy";
|
|
314
|
+
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
315
|
+
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
316
|
+
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
317
|
+
export { default as Date } from "./components/fs/currency/Date";
|
|
318
|
+
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
319
|
+
export { default as Delete } from "./components/fs/currency/Delete";
|
|
320
|
+
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
321
|
+
export { default as Download } from "./components/fs/currency/Download";
|
|
322
|
+
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
323
|
+
export { default as Drag } from "./components/fs/currency/Drag";
|
|
324
|
+
export { default as Edit } from "./components/fs/currency/Edit";
|
|
325
|
+
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
326
|
+
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
327
|
+
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
328
|
+
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
329
|
+
export { default as Fall } from "./components/fs/currency/Fall";
|
|
330
|
+
export { default as Fold } from "./components/fs/currency/Fold";
|
|
331
|
+
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
332
|
+
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
333
|
+
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
334
|
+
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
335
|
+
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
336
|
+
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
337
|
+
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
338
|
+
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
339
|
+
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
340
|
+
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
341
|
+
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
342
|
+
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
343
|
+
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
344
|
+
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
345
|
+
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
346
|
+
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
347
|
+
export { default as Loading } from "./components/fs/currency/Loading";
|
|
348
|
+
export { default as More } from "./components/fs/currency/More";
|
|
349
|
+
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
350
|
+
export { default as Radio } from "./components/fs/currency/Radio";
|
|
351
|
+
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
352
|
+
export { default as Raise } from "./components/fs/currency/Raise";
|
|
353
|
+
export { default as Record } from "./components/fs/currency/Record";
|
|
354
|
+
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
355
|
+
export { default as Recover } from "./components/fs/currency/Recover";
|
|
356
|
+
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
357
|
+
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
358
|
+
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
359
|
+
export { default as Screening } from "./components/fs/currency/Screening";
|
|
360
|
+
export { default as Screenshot } from "./components/fs/currency/Screenshot";
|
|
361
|
+
export { default as Search } from "./components/fs/currency/Search";
|
|
362
|
+
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
363
|
+
export { default as Setting } from "./components/fs/currency/Setting";
|
|
364
|
+
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
365
|
+
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
366
|
+
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
367
|
+
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
368
|
+
export { default as Sort } from "./components/fs/currency/Sort";
|
|
369
|
+
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
370
|
+
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
371
|
+
export { default as Submit } from "./components/fs/currency/Submit";
|
|
372
|
+
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
373
|
+
export { default as Switch } from "./components/fs/currency/Switch";
|
|
374
|
+
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
375
|
+
export { default as Table } from "./components/fs/currency/Table";
|
|
376
|
+
export { default as Time } from "./components/fs/currency/Time";
|
|
377
|
+
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
378
|
+
export { default as Top } from "./components/fs/currency/Top";
|
|
379
|
+
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
380
|
+
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
381
|
+
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
382
|
+
export { default as Visible } from "./components/fs/currency/Visible";
|
|
383
|
+
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
384
384
|
export { default as Account } from "./components/fs/old-outlined/Account";
|
|
385
385
|
export { default as AccountFill } from "./components/fs/old-outlined/AccountFill";
|
|
386
386
|
export { default as AcountManage } from "./components/fs/old-outlined/AcountManage";
|
|
@@ -37,7 +37,6 @@ export { default as FsAppearance } from './FsAppearance';
|
|
|
37
37
|
export { default as FsAppearanceFill } from './FsAppearanceFill';
|
|
38
38
|
export { default as FsBasis } from './FsBasis';
|
|
39
39
|
export { default as FsBringintoFill } from './FsBringintoFill';
|
|
40
|
-
export { default as FsChoose } from './FsChoose';
|
|
41
40
|
export { default as FsDatabase } from './FsDatabase';
|
|
42
41
|
export { default as FsDatabaseFill } from './FsDatabaseFill';
|
|
43
42
|
export { default as FsExpert } from './FsExpert';
|
|
@@ -237,12 +237,6 @@ Object.defineProperty(exports, "FsBringintoFill", {
|
|
|
237
237
|
return _FsBringintoFill.default;
|
|
238
238
|
}
|
|
239
239
|
});
|
|
240
|
-
Object.defineProperty(exports, "FsChoose", {
|
|
241
|
-
enumerable: true,
|
|
242
|
-
get: function get() {
|
|
243
|
-
return _FsChoose.default;
|
|
244
|
-
}
|
|
245
|
-
});
|
|
246
240
|
Object.defineProperty(exports, "FsDatabase", {
|
|
247
241
|
enumerable: true,
|
|
248
242
|
get: function get() {
|
|
@@ -876,7 +870,6 @@ var _FsAppearance = _interopRequireDefault(require("./FsAppearance"));
|
|
|
876
870
|
var _FsAppearanceFill = _interopRequireDefault(require("./FsAppearanceFill"));
|
|
877
871
|
var _FsBasis = _interopRequireDefault(require("./FsBasis"));
|
|
878
872
|
var _FsBringintoFill = _interopRequireDefault(require("./FsBringintoFill"));
|
|
879
|
-
var _FsChoose = _interopRequireDefault(require("./FsChoose"));
|
|
880
873
|
var _FsDatabase = _interopRequireDefault(require("./FsDatabase"));
|
|
881
874
|
var _FsDatabaseFill = _interopRequireDefault(require("./FsDatabaseFill"));
|
|
882
875
|
var _FsExpert = _interopRequireDefault(require("./FsExpert"));
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
-
var _fsChoose = _interopRequireDefault(require("../../../icons/fs/
|
|
9
|
+
var _fsChoose = _interopRequireDefault(require("../../../icons/fs/old-twocolor/fs-choose"));
|
|
10
10
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
11
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
12
|
var _default = function _default() {
|
|
@@ -14,7 +14,7 @@ var _default = function _default() {
|
|
|
14
14
|
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
15
|
rootNode: _fsChoose.default,
|
|
16
16
|
iconName: 'fs-choose',
|
|
17
|
-
"icon-type": 'fs/
|
|
17
|
+
"icon-type": 'fs/old-twocolor'
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
exports.default = _default;
|
|
@@ -7,6 +7,7 @@ export { default as EmptyNormal } from './EmptyNormal';
|
|
|
7
7
|
export { default as EmptyPermission } from './EmptyPermission';
|
|
8
8
|
export { default as EmptyTable } from './EmptyTable';
|
|
9
9
|
export { default as FailCircle } from './FailCircle';
|
|
10
|
+
export { default as FsChoose } from './FsChoose';
|
|
10
11
|
export { default as Html404 } from './Html404';
|
|
11
12
|
export { default as Huanzhejibenxinxi } from './Huanzhejibenxinxi';
|
|
12
13
|
export { default as LoadingCircle } from './LoadingCircle';
|
|
@@ -57,6 +57,12 @@ Object.defineProperty(exports, "FailCircle", {
|
|
|
57
57
|
return _FailCircle.default;
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
|
+
Object.defineProperty(exports, "FsChoose", {
|
|
61
|
+
enumerable: true,
|
|
62
|
+
get: function get() {
|
|
63
|
+
return _FsChoose.default;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
60
66
|
Object.defineProperty(exports, "Html404", {
|
|
61
67
|
enumerable: true,
|
|
62
68
|
get: function get() {
|
|
@@ -150,6 +156,7 @@ var _EmptyNormal = _interopRequireDefault(require("./EmptyNormal"));
|
|
|
150
156
|
var _EmptyPermission = _interopRequireDefault(require("./EmptyPermission"));
|
|
151
157
|
var _EmptyTable = _interopRequireDefault(require("./EmptyTable"));
|
|
152
158
|
var _FailCircle = _interopRequireDefault(require("./FailCircle"));
|
|
159
|
+
var _FsChoose = _interopRequireDefault(require("./FsChoose"));
|
|
153
160
|
var _Html = _interopRequireDefault(require("./Html404"));
|
|
154
161
|
var _Huanzhejibenxinxi = _interopRequireDefault(require("./Huanzhejibenxinxi"));
|
|
155
162
|
var _LoadingCircle = _interopRequireDefault(require("./LoadingCircle"));
|
package/lib/dome/index.js
CHANGED
|
@@ -73,6 +73,10 @@ var _default = function _default() {
|
|
|
73
73
|
title: "提示建议类图标",
|
|
74
74
|
key: suggestion,
|
|
75
75
|
icons: []
|
|
76
|
+
}, {
|
|
77
|
+
title: "多色图标",
|
|
78
|
+
key: oldTwoColor,
|
|
79
|
+
icons: []
|
|
76
80
|
}]
|
|
77
81
|
}, {
|
|
78
82
|
title: "商保通",
|
|
@@ -96,13 +100,13 @@ var _default = function _default() {
|
|
|
96
100
|
}]
|
|
97
101
|
}];
|
|
98
102
|
iconKeys.forEach(function (key) {
|
|
99
|
-
var _list$find, _list$find$children$f;
|
|
103
|
+
var _list$find, _list$find$children$f, _list$find$children$f2, _list$find$children$f3;
|
|
100
104
|
var type = icon[key]().props["icon-type"].split("/");
|
|
101
105
|
(_list$find = list.find(function (item) {
|
|
102
106
|
return item.key === type[0];
|
|
103
107
|
})) === null || _list$find === void 0 ? void 0 : (_list$find$children$f = _list$find.children.find(function (item) {
|
|
104
108
|
return item.key === type[1];
|
|
105
|
-
})) === null || _list$find$children$f === void 0 ? void 0 : _list$find$children$f.icons.push(key);
|
|
109
|
+
})) === null || _list$find$children$f === void 0 ? void 0 : (_list$find$children$f2 = _list$find$children$f.icons) === null || _list$find$children$f2 === void 0 ? void 0 : (_list$find$children$f3 = _list$find$children$f2.push) === null || _list$find$children$f3 === void 0 ? void 0 : _list$find$children$f3.call(_list$find$children$f2, key);
|
|
106
110
|
});
|
|
107
111
|
return list;
|
|
108
112
|
};
|
|
@@ -14,13 +14,15 @@ var node = {
|
|
|
14
14
|
"children": [{
|
|
15
15
|
"tag": "path",
|
|
16
16
|
"attrs": {
|
|
17
|
-
"d": "M112 112h640c88.37 0 160 71.63 160 160v640L112 112z"
|
|
17
|
+
"d": "M112 112h640c88.37 0 160 71.63 160 160v640L112 112z",
|
|
18
|
+
"fill": "#333"
|
|
18
19
|
},
|
|
19
20
|
"children": []
|
|
20
21
|
}, {
|
|
21
22
|
"tag": "path",
|
|
22
23
|
"attrs": {
|
|
23
|
-
"d": "M775.12 229.46L639.37 368.3l-77.58-79.34L523 328.63l116.36 119 174.55-178.5z"
|
|
24
|
+
"d": "M775.12 229.46L639.37 368.3l-77.58-79.34L523 328.63l116.36 119 174.55-178.5z",
|
|
25
|
+
"fill": "#FFF"
|
|
24
26
|
},
|
|
25
27
|
"children": []
|
|
26
28
|
}]
|