@firesoon/icons-react 3.0.28 → 3.0.30
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/sbt/business-menu/SbtOperationrecords.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtOperationrecords.js +12 -0
- package/es/components/sbt/business-menu/SbtOrdermanagement.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtOrdermanagement.js +12 -0
- package/es/components/sbt/business-menu/SbtReviewchanges.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtReviewchanges.js +12 -0
- package/es/components/sbt/business-menu/SbtTransactionflow.d.ts +4 -0
- package/es/components/sbt/business-menu/SbtTransactionflow.js +12 -0
- package/es/components/sbt/business-menu/index.d.ts +4 -0
- package/es/components/sbt/business-menu/index.js +4 -0
- package/es/icons/sbt/business-menu/sbt-operationrecords.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-operationrecords.js +35 -0
- package/es/icons/sbt/business-menu/sbt-ordermanagement.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-ordermanagement.js +41 -0
- package/es/icons/sbt/business-menu/sbt-reviewchanges.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-reviewchanges.js +35 -0
- package/es/icons/sbt/business-menu/sbt-transactionflow.d.ts +17 -0
- package/es/icons/sbt/business-menu/sbt-transactionflow.js +53 -0
- package/es/index.d.ts +178 -174
- package/es/index.js +178 -174
- package/lib/components/sbt/business-menu/SbtOperationrecords.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtOperationrecords.js +20 -0
- package/lib/components/sbt/business-menu/SbtOrdermanagement.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtOrdermanagement.js +20 -0
- package/lib/components/sbt/business-menu/SbtReviewchanges.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtReviewchanges.js +20 -0
- package/lib/components/sbt/business-menu/SbtTransactionflow.d.ts +4 -0
- package/lib/components/sbt/business-menu/SbtTransactionflow.js +20 -0
- package/lib/components/sbt/business-menu/index.d.ts +4 -0
- package/lib/components/sbt/business-menu/index.js +28 -0
- package/lib/icons/sbt/business-menu/sbt-operationrecords.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-operationrecords.js +42 -0
- package/lib/icons/sbt/business-menu/sbt-ordermanagement.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-ordermanagement.js +48 -0
- package/lib/icons/sbt/business-menu/sbt-reviewchanges.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-reviewchanges.js +42 -0
- package/lib/icons/sbt/business-menu/sbt-transactionflow.d.ts +17 -0
- package/lib/icons/sbt/business-menu/sbt-transactionflow.js +60 -0
- package/lib/index.d.ts +178 -174
- package/lib/index.js +202 -174
- package/package.json +13 -13
package/es/index.js
CHANGED
|
@@ -3,6 +3,86 @@ export { default as Generate } from "./components/business/business-menu/Generat
|
|
|
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
5
|
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
6
|
+
export { default as SbtCheckFill } from "./components/sbt/currency/SbtCheckFill";
|
|
7
|
+
export { default as SbtLevelone } from "./components/sbt/currency/SbtLevelone";
|
|
8
|
+
export { default as SbtLeveltwo } from "./components/sbt/currency/SbtLeveltwo";
|
|
9
|
+
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
10
|
+
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
11
|
+
export { default as SbtPermission } from "./components/sbt/currency/SbtPermission";
|
|
12
|
+
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
13
|
+
export { default as SbtResources } from "./components/sbt/currency/SbtResources";
|
|
14
|
+
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
15
|
+
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
16
|
+
export { default as SbtRole } from "./components/sbt/currency/SbtRole";
|
|
17
|
+
export { default as SbtUsermanage } from "./components/sbt/currency/SbtUsermanage";
|
|
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 Document } from "./components/sbt/business-menu/Document";
|
|
24
|
+
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
25
|
+
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
26
|
+
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
27
|
+
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
28
|
+
export { default as SbtBillsearch } from "./components/sbt/business-menu/SbtBillsearch";
|
|
29
|
+
export { default as SbtBookingmanagement } from "./components/sbt/business-menu/SbtBookingmanagement";
|
|
30
|
+
export { default as SbtCasemanagement } from "./components/sbt/business-menu/SbtCasemanagement";
|
|
31
|
+
export { default as SbtClaim } from "./components/sbt/business-menu/SbtClaim";
|
|
32
|
+
export { default as SbtClaimsettlement } from "./components/sbt/business-menu/SbtClaimsettlement";
|
|
33
|
+
export { default as SbtComprehensive } from "./components/sbt/business-menu/SbtComprehensive";
|
|
34
|
+
export { default as SbtConfigurationcenter } from "./components/sbt/business-menu/SbtConfigurationcenter";
|
|
35
|
+
export { default as SbtDepartment } from "./components/sbt/business-menu/SbtDepartment";
|
|
36
|
+
export { default as SbtDetailssearch } from "./components/sbt/business-menu/SbtDetailssearch";
|
|
37
|
+
export { default as SbtHospital } from "./components/sbt/business-menu/SbtHospital";
|
|
38
|
+
export { default as SbtHospitalconfiguration } from "./components/sbt/business-menu/SbtHospitalconfiguration";
|
|
39
|
+
export { default as SbtInpatientmanagement } from "./components/sbt/business-menu/SbtInpatientmanagement";
|
|
40
|
+
export { default as SbtInsurancecompany } from "./components/sbt/business-menu/SbtInsurancecompany";
|
|
41
|
+
export { default as SbtMail } from "./components/sbt/business-menu/SbtMail";
|
|
42
|
+
export { default as SbtMessage } from "./components/sbt/business-menu/SbtMessage";
|
|
43
|
+
export { default as SbtMija } from "./components/sbt/business-menu/SbtMija";
|
|
44
|
+
export { default as SbtNotificationssettings } from "./components/sbt/business-menu/SbtNotificationssettings";
|
|
45
|
+
export { default as SbtNumbersource } from "./components/sbt/business-menu/SbtNumbersource";
|
|
46
|
+
export { default as SbtOfficialaccount } from "./components/sbt/business-menu/SbtOfficialaccount";
|
|
47
|
+
export { default as SbtOperationrecords } from "./components/sbt/business-menu/SbtOperationrecords";
|
|
48
|
+
export { default as SbtOrdermanagement } from "./components/sbt/business-menu/SbtOrdermanagement";
|
|
49
|
+
export { default as SbtPatientdetails } from "./components/sbt/business-menu/SbtPatientdetails";
|
|
50
|
+
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
51
|
+
export { default as SbtPolicyinquiry } from "./components/sbt/business-menu/SbtPolicyinquiry";
|
|
52
|
+
export { default as SbtProcessingcase } from "./components/sbt/business-menu/SbtProcessingcase";
|
|
53
|
+
export { default as SbtProductconfiguration } from "./components/sbt/business-menu/SbtProductconfiguration";
|
|
54
|
+
export { default as SbtQuickfuction } from "./components/sbt/business-menu/SbtQuickfuction";
|
|
55
|
+
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
56
|
+
export { default as SbtReconciliation } from "./components/sbt/business-menu/SbtReconciliation";
|
|
57
|
+
export { default as SbtReviewchanges } from "./components/sbt/business-menu/SbtReviewchanges";
|
|
58
|
+
export { default as SbtRiskmanagement } from "./components/sbt/business-menu/SbtRiskmanagement";
|
|
59
|
+
export { default as SbtScheme } from "./components/sbt/business-menu/SbtScheme";
|
|
60
|
+
export { default as SbtScope } from "./components/sbt/business-menu/SbtScope";
|
|
61
|
+
export { default as SbtSelfinquiry } from "./components/sbt/business-menu/SbtSelfinquiry";
|
|
62
|
+
export { default as SbtServiceperformance } from "./components/sbt/business-menu/SbtServiceperformance";
|
|
63
|
+
export { default as SbtSmallprogram } from "./components/sbt/business-menu/SbtSmallprogram";
|
|
64
|
+
export { default as SbtSupplementdata } from "./components/sbt/business-menu/SbtSupplementdata";
|
|
65
|
+
export { default as SbtTransactionflow } from "./components/sbt/business-menu/SbtTransactionflow";
|
|
66
|
+
export { default as SbtUsermanagement } from "./components/sbt/business-menu/SbtUsermanagement";
|
|
67
|
+
export { default as SbtUseroverview } from "./components/sbt/business-menu/SbtUseroverview";
|
|
68
|
+
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
69
|
+
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
70
|
+
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
71
|
+
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
72
|
+
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
73
|
+
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
74
|
+
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
75
|
+
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
76
|
+
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
77
|
+
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
78
|
+
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
79
|
+
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
80
|
+
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
81
|
+
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
82
|
+
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
83
|
+
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
84
|
+
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
85
|
+
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
6
86
|
export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
|
|
7
87
|
export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
|
|
8
88
|
export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
|
|
@@ -26,6 +106,104 @@ export { default as ServerError } from "./components/fs/old-twocolor/ServerError
|
|
|
26
106
|
export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
|
|
27
107
|
export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
|
|
28
108
|
export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
|
|
109
|
+
export { default as Add } from "./components/fs/currency/Add";
|
|
110
|
+
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
111
|
+
export { default as Admin } from "./components/fs/currency/Admin";
|
|
112
|
+
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
113
|
+
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
114
|
+
export { default as AppendTo } from "./components/fs/currency/AppendTo";
|
|
115
|
+
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
116
|
+
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
117
|
+
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
118
|
+
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
119
|
+
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
120
|
+
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
121
|
+
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
122
|
+
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
123
|
+
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
124
|
+
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
125
|
+
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
126
|
+
export { default as Chart } from "./components/fs/currency/Chart";
|
|
127
|
+
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
128
|
+
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
129
|
+
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
130
|
+
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
131
|
+
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
132
|
+
export { default as Clean } from "./components/fs/currency/Clean";
|
|
133
|
+
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
134
|
+
export { default as Close } from "./components/fs/currency/Close";
|
|
135
|
+
export { default as Code } from "./components/fs/currency/Code";
|
|
136
|
+
export { default as Copy } from "./components/fs/currency/Copy";
|
|
137
|
+
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
138
|
+
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
139
|
+
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
140
|
+
export { default as Date } from "./components/fs/currency/Date";
|
|
141
|
+
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
142
|
+
export { default as Delete } from "./components/fs/currency/Delete";
|
|
143
|
+
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
144
|
+
export { default as Download } from "./components/fs/currency/Download";
|
|
145
|
+
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
146
|
+
export { default as Drag } from "./components/fs/currency/Drag";
|
|
147
|
+
export { default as Edit } from "./components/fs/currency/Edit";
|
|
148
|
+
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
149
|
+
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
150
|
+
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
151
|
+
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
152
|
+
export { default as Fall } from "./components/fs/currency/Fall";
|
|
153
|
+
export { default as Fold } from "./components/fs/currency/Fold";
|
|
154
|
+
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
155
|
+
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
156
|
+
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
157
|
+
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
158
|
+
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
159
|
+
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
160
|
+
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
161
|
+
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
162
|
+
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
163
|
+
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
164
|
+
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
165
|
+
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
166
|
+
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
167
|
+
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
168
|
+
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
169
|
+
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
170
|
+
export { default as Loading } from "./components/fs/currency/Loading";
|
|
171
|
+
export { default as More } from "./components/fs/currency/More";
|
|
172
|
+
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
173
|
+
export { default as Radio } from "./components/fs/currency/Radio";
|
|
174
|
+
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
175
|
+
export { default as Raise } from "./components/fs/currency/Raise";
|
|
176
|
+
export { default as Record } from "./components/fs/currency/Record";
|
|
177
|
+
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
178
|
+
export { default as Recover } from "./components/fs/currency/Recover";
|
|
179
|
+
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
180
|
+
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
181
|
+
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
182
|
+
export { default as Screening } from "./components/fs/currency/Screening";
|
|
183
|
+
export { default as Screenshot } from "./components/fs/currency/Screenshot";
|
|
184
|
+
export { default as Search } from "./components/fs/currency/Search";
|
|
185
|
+
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
186
|
+
export { default as Setting } from "./components/fs/currency/Setting";
|
|
187
|
+
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
188
|
+
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
189
|
+
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
190
|
+
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
191
|
+
export { default as Sort } from "./components/fs/currency/Sort";
|
|
192
|
+
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
193
|
+
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
194
|
+
export { default as Submit } from "./components/fs/currency/Submit";
|
|
195
|
+
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
196
|
+
export { default as Switch } from "./components/fs/currency/Switch";
|
|
197
|
+
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
198
|
+
export { default as Table } from "./components/fs/currency/Table";
|
|
199
|
+
export { default as Time } from "./components/fs/currency/Time";
|
|
200
|
+
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
201
|
+
export { default as Top } from "./components/fs/currency/Top";
|
|
202
|
+
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
203
|
+
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
204
|
+
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
205
|
+
export { default as Visible } from "./components/fs/currency/Visible";
|
|
206
|
+
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
29
207
|
export { default as Await } from "./components/fs/suggestion/Await";
|
|
30
208
|
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
31
209
|
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
@@ -201,180 +379,6 @@ export { default as UserManagement } from "./components/fs/business-menu/UserMan
|
|
|
201
379
|
export { default as UserManagementFill } from "./components/fs/business-menu/UserManagementFill";
|
|
202
380
|
export { default as WarningVerify } from "./components/fs/business-menu/WarningVerify";
|
|
203
381
|
export { default as WarningVerifyFill } from "./components/fs/business-menu/WarningVerifyFill";
|
|
204
|
-
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
205
|
-
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
206
|
-
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
207
|
-
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
208
|
-
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
209
|
-
export { default as SbtBillsearch } from "./components/sbt/business-menu/SbtBillsearch";
|
|
210
|
-
export { default as SbtBookingmanagement } from "./components/sbt/business-menu/SbtBookingmanagement";
|
|
211
|
-
export { default as SbtCasemanagement } from "./components/sbt/business-menu/SbtCasemanagement";
|
|
212
|
-
export { default as SbtClaim } from "./components/sbt/business-menu/SbtClaim";
|
|
213
|
-
export { default as SbtClaimsettlement } from "./components/sbt/business-menu/SbtClaimsettlement";
|
|
214
|
-
export { default as SbtComprehensive } from "./components/sbt/business-menu/SbtComprehensive";
|
|
215
|
-
export { default as SbtConfigurationcenter } from "./components/sbt/business-menu/SbtConfigurationcenter";
|
|
216
|
-
export { default as SbtDepartment } from "./components/sbt/business-menu/SbtDepartment";
|
|
217
|
-
export { default as SbtDetailssearch } from "./components/sbt/business-menu/SbtDetailssearch";
|
|
218
|
-
export { default as SbtHospital } from "./components/sbt/business-menu/SbtHospital";
|
|
219
|
-
export { default as SbtHospitalconfiguration } from "./components/sbt/business-menu/SbtHospitalconfiguration";
|
|
220
|
-
export { default as SbtInpatientmanagement } from "./components/sbt/business-menu/SbtInpatientmanagement";
|
|
221
|
-
export { default as SbtInsurancecompany } from "./components/sbt/business-menu/SbtInsurancecompany";
|
|
222
|
-
export { default as SbtMail } from "./components/sbt/business-menu/SbtMail";
|
|
223
|
-
export { default as SbtMessage } from "./components/sbt/business-menu/SbtMessage";
|
|
224
|
-
export { default as SbtMija } from "./components/sbt/business-menu/SbtMija";
|
|
225
|
-
export { default as SbtNotificationssettings } from "./components/sbt/business-menu/SbtNotificationssettings";
|
|
226
|
-
export { default as SbtNumbersource } from "./components/sbt/business-menu/SbtNumbersource";
|
|
227
|
-
export { default as SbtOfficialaccount } from "./components/sbt/business-menu/SbtOfficialaccount";
|
|
228
|
-
export { default as SbtPatientdetails } from "./components/sbt/business-menu/SbtPatientdetails";
|
|
229
|
-
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
230
|
-
export { default as SbtPolicyinquiry } from "./components/sbt/business-menu/SbtPolicyinquiry";
|
|
231
|
-
export { default as SbtProcessingcase } from "./components/sbt/business-menu/SbtProcessingcase";
|
|
232
|
-
export { default as SbtProductconfiguration } from "./components/sbt/business-menu/SbtProductconfiguration";
|
|
233
|
-
export { default as SbtQuickfuction } from "./components/sbt/business-menu/SbtQuickfuction";
|
|
234
|
-
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
235
|
-
export { default as SbtReconciliation } from "./components/sbt/business-menu/SbtReconciliation";
|
|
236
|
-
export { default as SbtRiskmanagement } from "./components/sbt/business-menu/SbtRiskmanagement";
|
|
237
|
-
export { default as SbtScheme } from "./components/sbt/business-menu/SbtScheme";
|
|
238
|
-
export { default as SbtScope } from "./components/sbt/business-menu/SbtScope";
|
|
239
|
-
export { default as SbtSelfinquiry } from "./components/sbt/business-menu/SbtSelfinquiry";
|
|
240
|
-
export { default as SbtServiceperformance } from "./components/sbt/business-menu/SbtServiceperformance";
|
|
241
|
-
export { default as SbtSmallprogram } from "./components/sbt/business-menu/SbtSmallprogram";
|
|
242
|
-
export { default as SbtSupplementdata } from "./components/sbt/business-menu/SbtSupplementdata";
|
|
243
|
-
export { default as SbtUsermanagement } from "./components/sbt/business-menu/SbtUsermanagement";
|
|
244
|
-
export { default as SbtUseroverview } from "./components/sbt/business-menu/SbtUseroverview";
|
|
245
|
-
export { default as SbtCheckFill } from "./components/sbt/currency/SbtCheckFill";
|
|
246
|
-
export { default as SbtLevelone } from "./components/sbt/currency/SbtLevelone";
|
|
247
|
-
export { default as SbtLeveltwo } from "./components/sbt/currency/SbtLeveltwo";
|
|
248
|
-
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
249
|
-
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
250
|
-
export { default as SbtPermission } from "./components/sbt/currency/SbtPermission";
|
|
251
|
-
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
252
|
-
export { default as SbtResources } from "./components/sbt/currency/SbtResources";
|
|
253
|
-
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
254
|
-
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
255
|
-
export { default as SbtRole } from "./components/sbt/currency/SbtRole";
|
|
256
|
-
export { default as SbtUsermanage } from "./components/sbt/currency/SbtUsermanage";
|
|
257
|
-
export { default as Add } from "./components/fs/currency/Add";
|
|
258
|
-
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
259
|
-
export { default as Admin } from "./components/fs/currency/Admin";
|
|
260
|
-
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
261
|
-
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
262
|
-
export { default as AppendTo } from "./components/fs/currency/AppendTo";
|
|
263
|
-
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
264
|
-
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
265
|
-
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
266
|
-
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
267
|
-
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
268
|
-
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
269
|
-
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
270
|
-
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
271
|
-
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
272
|
-
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
273
|
-
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
274
|
-
export { default as Chart } from "./components/fs/currency/Chart";
|
|
275
|
-
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
276
|
-
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
277
|
-
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
278
|
-
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
279
|
-
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
280
|
-
export { default as Clean } from "./components/fs/currency/Clean";
|
|
281
|
-
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
282
|
-
export { default as Close } from "./components/fs/currency/Close";
|
|
283
|
-
export { default as Code } from "./components/fs/currency/Code";
|
|
284
|
-
export { default as Copy } from "./components/fs/currency/Copy";
|
|
285
|
-
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
286
|
-
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
287
|
-
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
288
|
-
export { default as Date } from "./components/fs/currency/Date";
|
|
289
|
-
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
290
|
-
export { default as Delete } from "./components/fs/currency/Delete";
|
|
291
|
-
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
292
|
-
export { default as Download } from "./components/fs/currency/Download";
|
|
293
|
-
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
294
|
-
export { default as Drag } from "./components/fs/currency/Drag";
|
|
295
|
-
export { default as Edit } from "./components/fs/currency/Edit";
|
|
296
|
-
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
297
|
-
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
298
|
-
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
299
|
-
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
300
|
-
export { default as Fall } from "./components/fs/currency/Fall";
|
|
301
|
-
export { default as Fold } from "./components/fs/currency/Fold";
|
|
302
|
-
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
303
|
-
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
304
|
-
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
305
|
-
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
306
|
-
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
307
|
-
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
308
|
-
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
309
|
-
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
310
|
-
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
311
|
-
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
312
|
-
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
313
|
-
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
314
|
-
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
315
|
-
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
316
|
-
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
317
|
-
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
318
|
-
export { default as Loading } from "./components/fs/currency/Loading";
|
|
319
|
-
export { default as More } from "./components/fs/currency/More";
|
|
320
|
-
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
321
|
-
export { default as Radio } from "./components/fs/currency/Radio";
|
|
322
|
-
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
323
|
-
export { default as Raise } from "./components/fs/currency/Raise";
|
|
324
|
-
export { default as Record } from "./components/fs/currency/Record";
|
|
325
|
-
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
326
|
-
export { default as Recover } from "./components/fs/currency/Recover";
|
|
327
|
-
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
328
|
-
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
329
|
-
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
330
|
-
export { default as Screening } from "./components/fs/currency/Screening";
|
|
331
|
-
export { default as Screenshot } from "./components/fs/currency/Screenshot";
|
|
332
|
-
export { default as Search } from "./components/fs/currency/Search";
|
|
333
|
-
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
334
|
-
export { default as Setting } from "./components/fs/currency/Setting";
|
|
335
|
-
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
336
|
-
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
337
|
-
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
338
|
-
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
339
|
-
export { default as Sort } from "./components/fs/currency/Sort";
|
|
340
|
-
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
341
|
-
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
342
|
-
export { default as Submit } from "./components/fs/currency/Submit";
|
|
343
|
-
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
344
|
-
export { default as Switch } from "./components/fs/currency/Switch";
|
|
345
|
-
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
346
|
-
export { default as Table } from "./components/fs/currency/Table";
|
|
347
|
-
export { default as Time } from "./components/fs/currency/Time";
|
|
348
|
-
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
349
|
-
export { default as Top } from "./components/fs/currency/Top";
|
|
350
|
-
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
351
|
-
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
352
|
-
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
353
|
-
export { default as Visible } from "./components/fs/currency/Visible";
|
|
354
|
-
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
355
|
-
export { default as SbtJpgFill } from "./components/sbt/old-twocolor/SbtJpgFill";
|
|
356
|
-
export { default as SbtPdfFill } from "./components/sbt/old-twocolor/SbtPdfFill";
|
|
357
|
-
export { default as SbtPngFill } from "./components/sbt/old-twocolor/SbtPngFill";
|
|
358
|
-
export { default as SbtRarFill } from "./components/sbt/old-twocolor/SbtRarFill";
|
|
359
|
-
export { default as SbtWordFill } from "./components/sbt/old-twocolor/SbtWordFill";
|
|
360
|
-
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
361
|
-
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
362
|
-
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
363
|
-
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
364
|
-
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
365
|
-
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
366
|
-
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
367
|
-
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
368
|
-
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
369
|
-
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
370
|
-
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
371
|
-
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
372
|
-
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
373
|
-
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
374
|
-
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
375
|
-
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
376
|
-
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
377
|
-
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
378
382
|
export { default as Account } from "./components/fs/old-outlined/Account";
|
|
379
383
|
export { default as AccountFill } from "./components/fs/old-outlined/AccountFill";
|
|
380
384
|
export { default as AcountManage } from "./components/fs/old-outlined/AcountManage";
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtOperationrecords = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-operationrecords"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtOperationrecords.default,
|
|
16
|
+
iconName: 'sbt-operationrecords',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtOrdermanagement = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-ordermanagement"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtOrdermanagement.default,
|
|
16
|
+
iconName: 'sbt-ordermanagement',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtReviewchanges = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-reviewchanges"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtReviewchanges.default,
|
|
16
|
+
iconName: 'sbt-reviewchanges',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
var _Icon = _interopRequireDefault(require("../../../Icon"));
|
|
9
|
+
var _sbtTransactionflow = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-transactionflow"));
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
12
|
+
var _default = function _default() {
|
|
13
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
14
|
+
return /*#__PURE__*/_react.default.createElement(_Icon.default, _extends({}, props, {
|
|
15
|
+
rootNode: _sbtTransactionflow.default,
|
|
16
|
+
iconName: 'sbt-transactionflow',
|
|
17
|
+
"icon-type": 'sbt/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -22,6 +22,8 @@ export { default as SbtMija } from './SbtMija';
|
|
|
22
22
|
export { default as SbtNotificationssettings } from './SbtNotificationssettings';
|
|
23
23
|
export { default as SbtNumbersource } from './SbtNumbersource';
|
|
24
24
|
export { default as SbtOfficialaccount } from './SbtOfficialaccount';
|
|
25
|
+
export { default as SbtOperationrecords } from './SbtOperationrecords';
|
|
26
|
+
export { default as SbtOrdermanagement } from './SbtOrdermanagement';
|
|
25
27
|
export { default as SbtPatientdetails } from './SbtPatientdetails';
|
|
26
28
|
export { default as SbtPingan } from './SbtPingan';
|
|
27
29
|
export { default as SbtPolicyinquiry } from './SbtPolicyinquiry';
|
|
@@ -30,6 +32,7 @@ export { default as SbtProductconfiguration } from './SbtProductconfiguration';
|
|
|
30
32
|
export { default as SbtQuickfuction } from './SbtQuickfuction';
|
|
31
33
|
export { default as SbtRealname } from './SbtRealname';
|
|
32
34
|
export { default as SbtReconciliation } from './SbtReconciliation';
|
|
35
|
+
export { default as SbtReviewchanges } from './SbtReviewchanges';
|
|
33
36
|
export { default as SbtRiskmanagement } from './SbtRiskmanagement';
|
|
34
37
|
export { default as SbtScheme } from './SbtScheme';
|
|
35
38
|
export { default as SbtScope } from './SbtScope';
|
|
@@ -37,5 +40,6 @@ export { default as SbtSelfinquiry } from './SbtSelfinquiry';
|
|
|
37
40
|
export { default as SbtServiceperformance } from './SbtServiceperformance';
|
|
38
41
|
export { default as SbtSmallprogram } from './SbtSmallprogram';
|
|
39
42
|
export { default as SbtSupplementdata } from './SbtSupplementdata';
|
|
43
|
+
export { default as SbtTransactionflow } from './SbtTransactionflow';
|
|
40
44
|
export { default as SbtUsermanagement } from './SbtUsermanagement';
|
|
41
45
|
export { default as SbtUseroverview } from './SbtUseroverview';
|
|
@@ -147,6 +147,18 @@ Object.defineProperty(exports, "SbtOfficialaccount", {
|
|
|
147
147
|
return _SbtOfficialaccount.default;
|
|
148
148
|
}
|
|
149
149
|
});
|
|
150
|
+
Object.defineProperty(exports, "SbtOperationrecords", {
|
|
151
|
+
enumerable: true,
|
|
152
|
+
get: function get() {
|
|
153
|
+
return _SbtOperationrecords.default;
|
|
154
|
+
}
|
|
155
|
+
});
|
|
156
|
+
Object.defineProperty(exports, "SbtOrdermanagement", {
|
|
157
|
+
enumerable: true,
|
|
158
|
+
get: function get() {
|
|
159
|
+
return _SbtOrdermanagement.default;
|
|
160
|
+
}
|
|
161
|
+
});
|
|
150
162
|
Object.defineProperty(exports, "SbtPatientdetails", {
|
|
151
163
|
enumerable: true,
|
|
152
164
|
get: function get() {
|
|
@@ -195,6 +207,12 @@ Object.defineProperty(exports, "SbtReconciliation", {
|
|
|
195
207
|
return _SbtReconciliation.default;
|
|
196
208
|
}
|
|
197
209
|
});
|
|
210
|
+
Object.defineProperty(exports, "SbtReviewchanges", {
|
|
211
|
+
enumerable: true,
|
|
212
|
+
get: function get() {
|
|
213
|
+
return _SbtReviewchanges.default;
|
|
214
|
+
}
|
|
215
|
+
});
|
|
198
216
|
Object.defineProperty(exports, "SbtRiskmanagement", {
|
|
199
217
|
enumerable: true,
|
|
200
218
|
get: function get() {
|
|
@@ -237,6 +255,12 @@ Object.defineProperty(exports, "SbtSupplementdata", {
|
|
|
237
255
|
return _SbtSupplementdata.default;
|
|
238
256
|
}
|
|
239
257
|
});
|
|
258
|
+
Object.defineProperty(exports, "SbtTransactionflow", {
|
|
259
|
+
enumerable: true,
|
|
260
|
+
get: function get() {
|
|
261
|
+
return _SbtTransactionflow.default;
|
|
262
|
+
}
|
|
263
|
+
});
|
|
240
264
|
Object.defineProperty(exports, "SbtUsermanagement", {
|
|
241
265
|
enumerable: true,
|
|
242
266
|
get: function get() {
|
|
@@ -273,6 +297,8 @@ var _SbtMija = _interopRequireDefault(require("./SbtMija"));
|
|
|
273
297
|
var _SbtNotificationssettings = _interopRequireDefault(require("./SbtNotificationssettings"));
|
|
274
298
|
var _SbtNumbersource = _interopRequireDefault(require("./SbtNumbersource"));
|
|
275
299
|
var _SbtOfficialaccount = _interopRequireDefault(require("./SbtOfficialaccount"));
|
|
300
|
+
var _SbtOperationrecords = _interopRequireDefault(require("./SbtOperationrecords"));
|
|
301
|
+
var _SbtOrdermanagement = _interopRequireDefault(require("./SbtOrdermanagement"));
|
|
276
302
|
var _SbtPatientdetails = _interopRequireDefault(require("./SbtPatientdetails"));
|
|
277
303
|
var _SbtPingan = _interopRequireDefault(require("./SbtPingan"));
|
|
278
304
|
var _SbtPolicyinquiry = _interopRequireDefault(require("./SbtPolicyinquiry"));
|
|
@@ -281,6 +307,7 @@ var _SbtProductconfiguration = _interopRequireDefault(require("./SbtProductconfi
|
|
|
281
307
|
var _SbtQuickfuction = _interopRequireDefault(require("./SbtQuickfuction"));
|
|
282
308
|
var _SbtRealname = _interopRequireDefault(require("./SbtRealname"));
|
|
283
309
|
var _SbtReconciliation = _interopRequireDefault(require("./SbtReconciliation"));
|
|
310
|
+
var _SbtReviewchanges = _interopRequireDefault(require("./SbtReviewchanges"));
|
|
284
311
|
var _SbtRiskmanagement = _interopRequireDefault(require("./SbtRiskmanagement"));
|
|
285
312
|
var _SbtScheme = _interopRequireDefault(require("./SbtScheme"));
|
|
286
313
|
var _SbtScope = _interopRequireDefault(require("./SbtScope"));
|
|
@@ -288,6 +315,7 @@ var _SbtSelfinquiry = _interopRequireDefault(require("./SbtSelfinquiry"));
|
|
|
288
315
|
var _SbtServiceperformance = _interopRequireDefault(require("./SbtServiceperformance"));
|
|
289
316
|
var _SbtSmallprogram = _interopRequireDefault(require("./SbtSmallprogram"));
|
|
290
317
|
var _SbtSupplementdata = _interopRequireDefault(require("./SbtSupplementdata"));
|
|
318
|
+
var _SbtTransactionflow = _interopRequireDefault(require("./SbtTransactionflow"));
|
|
291
319
|
var _SbtUsermanagement = _interopRequireDefault(require("./SbtUsermanagement"));
|
|
292
320
|
var _SbtUseroverview = _interopRequireDefault(require("./SbtUseroverview"));
|
|
293
321
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|