@firesoon/icons-react 3.0.16 → 3.0.17
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/old-outlined → business/business-menu}/Bill.js +2 -2
- package/es/components/{sbt → business}/business-menu/Payment.js +2 -2
- package/es/components/business/business-menu/Reconciliation.js +12 -0
- package/es/components/business/business-menu/index.d.ts +3 -0
- package/es/components/business/business-menu/index.js +4 -1
- package/es/components/fs/old-outlined/index.d.ts +0 -1
- package/es/components/sbt/business-menu/index.d.ts +0 -1
- package/es/icons/business/business-menu/bill.js +23 -0
- package/es/icons/business/business-menu/payment.js +23 -0
- package/es/icons/business/business-menu/reconciliation.js +17 -0
- package/es/index.d.ts +220 -219
- package/es/index.js +130 -127
- package/lib/components/{fs/old-outlined → business/business-menu}/Bill.js +2 -2
- package/lib/components/business/business-menu/Payment.d.ts +4 -0
- package/lib/components/{sbt → business}/business-menu/Payment.js +2 -2
- package/lib/components/business/business-menu/Reconciliation.d.ts +4 -0
- package/lib/components/business/business-menu/Reconciliation.js +20 -0
- package/lib/components/business/business-menu/index.d.ts +3 -0
- package/lib/components/business/business-menu/index.js +21 -0
- package/lib/components/fs/old-outlined/index.d.ts +0 -1
- package/lib/components/sbt/business-menu/index.d.ts +0 -1
- package/lib/icons/business/business-menu/bill.js +30 -0
- package/lib/icons/business/business-menu/payment.d.ts +17 -0
- package/lib/icons/business/business-menu/payment.js +30 -0
- package/lib/icons/business/business-menu/reconciliation.d.ts +17 -0
- package/lib/icons/business/business-menu/reconciliation.js +24 -0
- package/lib/index.d.ts +220 -219
- package/lib/index.js +148 -127
- package/package.json +1 -1
- package/es/icons/fs/old-outlined/bill.js +0 -47
- package/es/icons/sbt/business-menu/payment.js +0 -23
- package/lib/icons/fs/old-outlined/bill.js +0 -54
- package/lib/icons/sbt/business-menu/payment.js +0 -30
- /package/es/components/{fs/old-outlined → business/business-menu}/Bill.d.ts +0 -0
- /package/es/components/{sbt → business}/business-menu/Payment.d.ts +0 -0
- /package/{lib/components/fs/old-outlined/Bill.d.ts → es/components/business/business-menu/Reconciliation.d.ts} +0 -0
- /package/es/icons/{fs/old-outlined → business/business-menu}/bill.d.ts +0 -0
- /package/es/icons/{sbt → business}/business-menu/payment.d.ts +0 -0
- /package/{lib/icons/fs/old-outlined/bill.d.ts → es/icons/business/business-menu/reconciliation.d.ts} +0 -0
- /package/lib/components/{sbt/business-menu/Payment.d.ts → business/business-menu/Bill.d.ts} +0 -0
- /package/lib/icons/{sbt/business-menu/payment.d.ts → business/business-menu/bill.d.ts} +0 -0
package/es/index.js
CHANGED
|
@@ -1,4 +1,102 @@
|
|
|
1
|
+
export { default as Bill } from "./components/business/business-menu/Bill";
|
|
1
2
|
export { default as Generate } from "./components/business/business-menu/Generate";
|
|
3
|
+
export { default as Payment } from "./components/business/business-menu/Payment";
|
|
4
|
+
export { default as Reconciliation } from "./components/business/business-menu/Reconciliation";
|
|
5
|
+
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
6
|
+
export { default as Add } from "./components/fs/currency/Add";
|
|
7
|
+
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
8
|
+
export { default as Admin } from "./components/fs/currency/Admin";
|
|
9
|
+
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
10
|
+
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
11
|
+
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
12
|
+
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
13
|
+
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
14
|
+
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
15
|
+
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
16
|
+
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
17
|
+
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
18
|
+
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
19
|
+
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
20
|
+
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
21
|
+
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
22
|
+
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
23
|
+
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
24
|
+
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
25
|
+
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
26
|
+
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
27
|
+
export { default as Clean } from "./components/fs/currency/Clean";
|
|
28
|
+
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
29
|
+
export { default as Close } from "./components/fs/currency/Close";
|
|
30
|
+
export { default as Code } from "./components/fs/currency/Code";
|
|
31
|
+
export { default as Copy } from "./components/fs/currency/Copy";
|
|
32
|
+
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
33
|
+
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
34
|
+
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
35
|
+
export { default as Date } from "./components/fs/currency/Date";
|
|
36
|
+
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
37
|
+
export { default as Delete } from "./components/fs/currency/Delete";
|
|
38
|
+
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
39
|
+
export { default as Download } from "./components/fs/currency/Download";
|
|
40
|
+
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
41
|
+
export { default as Drag } from "./components/fs/currency/Drag";
|
|
42
|
+
export { default as Edit } from "./components/fs/currency/Edit";
|
|
43
|
+
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
44
|
+
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
45
|
+
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
46
|
+
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
47
|
+
export { default as Fall } from "./components/fs/currency/Fall";
|
|
48
|
+
export { default as Fold } from "./components/fs/currency/Fold";
|
|
49
|
+
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
50
|
+
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
51
|
+
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
52
|
+
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
53
|
+
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
54
|
+
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
55
|
+
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
56
|
+
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
57
|
+
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
58
|
+
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
59
|
+
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
60
|
+
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
61
|
+
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
62
|
+
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
63
|
+
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
64
|
+
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
65
|
+
export { default as Loading } from "./components/fs/currency/Loading";
|
|
66
|
+
export { default as More } from "./components/fs/currency/More";
|
|
67
|
+
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
68
|
+
export { default as Radio } from "./components/fs/currency/Radio";
|
|
69
|
+
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
70
|
+
export { default as Raise } from "./components/fs/currency/Raise";
|
|
71
|
+
export { default as Record } from "./components/fs/currency/Record";
|
|
72
|
+
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
73
|
+
export { default as Recover } from "./components/fs/currency/Recover";
|
|
74
|
+
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
75
|
+
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
76
|
+
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
77
|
+
export { default as Screening } from "./components/fs/currency/Screening";
|
|
78
|
+
export { default as Search } from "./components/fs/currency/Search";
|
|
79
|
+
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
80
|
+
export { default as Setting } from "./components/fs/currency/Setting";
|
|
81
|
+
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
82
|
+
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
83
|
+
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
84
|
+
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
85
|
+
export { default as Sort } from "./components/fs/currency/Sort";
|
|
86
|
+
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
87
|
+
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
88
|
+
export { default as Submit } from "./components/fs/currency/Submit";
|
|
89
|
+
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
90
|
+
export { default as Switch } from "./components/fs/currency/Switch";
|
|
91
|
+
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
92
|
+
export { default as Time } from "./components/fs/currency/Time";
|
|
93
|
+
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
94
|
+
export { default as Top } from "./components/fs/currency/Top";
|
|
95
|
+
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
96
|
+
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
97
|
+
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
98
|
+
export { default as Visible } from "./components/fs/currency/Visible";
|
|
99
|
+
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
2
100
|
export { default as Analyse } from "./components/fs/business-menu/Analyse";
|
|
3
101
|
export { default as Annotate } from "./components/fs/business-menu/Annotate";
|
|
4
102
|
export { default as AppInstall } from "./components/fs/business-menu/AppInstall";
|
|
@@ -352,132 +450,6 @@ export { default as Zhuantifenxi } from "./components/fs/old-outlined/Zhuantifen
|
|
|
352
450
|
export { default as ZhuantifenxiFill } from "./components/fs/old-outlined/ZhuantifenxiFill";
|
|
353
451
|
export { default as Zhutizhibiao } from "./components/fs/old-outlined/Zhutizhibiao";
|
|
354
452
|
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
355
|
-
export { default as PatientInformation } from "./components/general/currency/PatientInformation";
|
|
356
|
-
export { default as Add } from "./components/fs/currency/Add";
|
|
357
|
-
export { default as AddFill } from "./components/fs/currency/AddFill";
|
|
358
|
-
export { default as Admin } from "./components/fs/currency/Admin";
|
|
359
|
-
export { default as AppearRecord } from "./components/fs/currency/AppearRecord";
|
|
360
|
-
export { default as AppearRecordFill } from "./components/fs/currency/AppearRecordFill";
|
|
361
|
-
export { default as ArrowDown } from "./components/fs/currency/ArrowDown";
|
|
362
|
-
export { default as ArrowLeft } from "./components/fs/currency/ArrowLeft";
|
|
363
|
-
export { default as ArrowRight } from "./components/fs/currency/ArrowRight";
|
|
364
|
-
export { default as ArrowUp } from "./components/fs/currency/ArrowUp";
|
|
365
|
-
export { default as BackToPlatform } from "./components/fs/currency/BackToPlatform";
|
|
366
|
-
export { default as BackToPlatformFill } from "./components/fs/currency/BackToPlatformFill";
|
|
367
|
-
export { default as Bottom } from "./components/fs/currency/Bottom";
|
|
368
|
-
export { default as Cancel } from "./components/fs/currency/Cancel";
|
|
369
|
-
export { default as CancelFill } from "./components/fs/currency/CancelFill";
|
|
370
|
-
export { default as CaseInformation } from "./components/fs/currency/CaseInformation";
|
|
371
|
-
export { default as CaseInformationFill } from "./components/fs/currency/CaseInformationFill";
|
|
372
|
-
export { default as Checkbox } from "./components/fs/currency/Checkbox";
|
|
373
|
-
export { default as CheckboxDisable } from "./components/fs/currency/CheckboxDisable";
|
|
374
|
-
export { default as CheckboxFill } from "./components/fs/currency/CheckboxFill";
|
|
375
|
-
export { default as ChooseFile } from "./components/fs/currency/ChooseFile";
|
|
376
|
-
export { default as ChooseFileFill } from "./components/fs/currency/ChooseFileFill";
|
|
377
|
-
export { default as Clean } from "./components/fs/currency/Clean";
|
|
378
|
-
export { default as CleanFill } from "./components/fs/currency/CleanFill";
|
|
379
|
-
export { default as Close } from "./components/fs/currency/Close";
|
|
380
|
-
export { default as Code } from "./components/fs/currency/Code";
|
|
381
|
-
export { default as Copy } from "./components/fs/currency/Copy";
|
|
382
|
-
export { default as CopyFill } from "./components/fs/currency/CopyFill";
|
|
383
|
-
export { default as CostDetail } from "./components/fs/currency/CostDetail";
|
|
384
|
-
export { default as CostDetailFill } from "./components/fs/currency/CostDetailFill";
|
|
385
|
-
export { default as Date } from "./components/fs/currency/Date";
|
|
386
|
-
export { default as DateFill } from "./components/fs/currency/DateFill";
|
|
387
|
-
export { default as Delete } from "./components/fs/currency/Delete";
|
|
388
|
-
export { default as DeleteFill } from "./components/fs/currency/DeleteFill";
|
|
389
|
-
export { default as Download } from "./components/fs/currency/Download";
|
|
390
|
-
export { default as DownloadFill } from "./components/fs/currency/DownloadFill";
|
|
391
|
-
export { default as Drag } from "./components/fs/currency/Drag";
|
|
392
|
-
export { default as Edit } from "./components/fs/currency/Edit";
|
|
393
|
-
export { default as EditFill } from "./components/fs/currency/EditFill";
|
|
394
|
-
export { default as EventFollow } from "./components/fs/currency/EventFollow";
|
|
395
|
-
export { default as EventFollowFill } from "./components/fs/currency/EventFollowFill";
|
|
396
|
-
export { default as Exitfullscreen } from "./components/fs/currency/Exitfullscreen";
|
|
397
|
-
export { default as Fall } from "./components/fs/currency/Fall";
|
|
398
|
-
export { default as Fold } from "./components/fs/currency/Fold";
|
|
399
|
-
export { default as FoldFill } from "./components/fs/currency/FoldFill";
|
|
400
|
-
export { default as FsAddnew } from "./components/fs/currency/FsAddnew";
|
|
401
|
-
export { default as Fullscreen } from "./components/fs/currency/Fullscreen";
|
|
402
|
-
export { default as GroupFeedback } from "./components/fs/currency/GroupFeedback";
|
|
403
|
-
export { default as GroupFeedbackFill } from "./components/fs/currency/GroupFeedbackFill";
|
|
404
|
-
export { default as HospitalAppeal } from "./components/fs/currency/HospitalAppeal";
|
|
405
|
-
export { default as HospitalAppealFill } from "./components/fs/currency/HospitalAppealFill";
|
|
406
|
-
export { default as ImitateGroup } from "./components/fs/currency/ImitateGroup";
|
|
407
|
-
export { default as ImitateGroupFill } from "./components/fs/currency/ImitateGroupFill";
|
|
408
|
-
export { default as Invisible } from "./components/fs/currency/Invisible";
|
|
409
|
-
export { default as InvisibleFill } from "./components/fs/currency/InvisibleFill";
|
|
410
|
-
export { default as Leadingin } from "./components/fs/currency/Leadingin";
|
|
411
|
-
export { default as LeadinginInformation } from "./components/fs/currency/LeadinginInformation";
|
|
412
|
-
export { default as Leadingout } from "./components/fs/currency/Leadingout";
|
|
413
|
-
export { default as ListDetail } from "./components/fs/currency/ListDetail";
|
|
414
|
-
export { default as ListDetailFill } from "./components/fs/currency/ListDetailFill";
|
|
415
|
-
export { default as Loading } from "./components/fs/currency/Loading";
|
|
416
|
-
export { default as More } from "./components/fs/currency/More";
|
|
417
|
-
export { default as PatientInformationFill } from "./components/fs/currency/PatientInformationFill";
|
|
418
|
-
export { default as Radio } from "./components/fs/currency/Radio";
|
|
419
|
-
export { default as RadioFill } from "./components/fs/currency/RadioFill";
|
|
420
|
-
export { default as Raise } from "./components/fs/currency/Raise";
|
|
421
|
-
export { default as Record } from "./components/fs/currency/Record";
|
|
422
|
-
export { default as RecordFill } from "./components/fs/currency/RecordFill";
|
|
423
|
-
export { default as Recover } from "./components/fs/currency/Recover";
|
|
424
|
-
export { default as RectifyMassage } from "./components/fs/currency/RectifyMassage";
|
|
425
|
-
export { default as RectifyMassageFill } from "./components/fs/currency/RectifyMassageFill";
|
|
426
|
-
export { default as Refresh } from "./components/fs/currency/Refresh";
|
|
427
|
-
export { default as Screening } from "./components/fs/currency/Screening";
|
|
428
|
-
export { default as Search } from "./components/fs/currency/Search";
|
|
429
|
-
export { default as Selecte } from "./components/fs/currency/Selecte";
|
|
430
|
-
export { default as Setting } from "./components/fs/currency/Setting";
|
|
431
|
-
export { default as SettingFill } from "./components/fs/currency/SettingFill";
|
|
432
|
-
export { default as ShuttleLeft } from "./components/fs/currency/ShuttleLeft";
|
|
433
|
-
export { default as ShuttleRight } from "./components/fs/currency/ShuttleRight";
|
|
434
|
-
export { default as Singlearrow } from "./components/fs/currency/Singlearrow";
|
|
435
|
-
export { default as Sort } from "./components/fs/currency/Sort";
|
|
436
|
-
export { default as StartAnnotate } from "./components/fs/currency/StartAnnotate";
|
|
437
|
-
export { default as StartAnnotateFill } from "./components/fs/currency/StartAnnotateFill";
|
|
438
|
-
export { default as Submit } from "./components/fs/currency/Submit";
|
|
439
|
-
export { default as SubmitFill } from "./components/fs/currency/SubmitFill";
|
|
440
|
-
export { default as Switch } from "./components/fs/currency/Switch";
|
|
441
|
-
export { default as SwitchFill } from "./components/fs/currency/SwitchFill";
|
|
442
|
-
export { default as Time } from "./components/fs/currency/Time";
|
|
443
|
-
export { default as TimeFill } from "./components/fs/currency/TimeFill";
|
|
444
|
-
export { default as Top } from "./components/fs/currency/Top";
|
|
445
|
-
export { default as Unfixed } from "./components/fs/currency/Unfixed";
|
|
446
|
-
export { default as Unfold } from "./components/fs/currency/Unfold";
|
|
447
|
-
export { default as UnfoldFill } from "./components/fs/currency/UnfoldFill";
|
|
448
|
-
export { default as Visible } from "./components/fs/currency/Visible";
|
|
449
|
-
export { default as VisibleFill } from "./components/fs/currency/VisibleFill";
|
|
450
|
-
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
451
|
-
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
452
|
-
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
453
|
-
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
454
|
-
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
455
|
-
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
456
|
-
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
457
|
-
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
458
|
-
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
459
|
-
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
460
|
-
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
461
|
-
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
462
|
-
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
463
|
-
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
464
|
-
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
465
|
-
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
466
|
-
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
467
|
-
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
468
|
-
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
469
|
-
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
470
|
-
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
471
|
-
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
472
|
-
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
473
|
-
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
474
|
-
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
475
|
-
export { default as Payment } from "./components/sbt/business-menu/Payment";
|
|
476
|
-
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
477
|
-
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
478
|
-
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
479
|
-
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
480
|
-
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
481
453
|
export { default as Await } from "./components/fs/suggestion/Await";
|
|
482
454
|
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
483
455
|
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
@@ -515,4 +487,35 @@ export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAc
|
|
|
515
487
|
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
516
488
|
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
517
489
|
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
518
|
-
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
490
|
+
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
491
|
+
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
492
|
+
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
493
|
+
export { default as Payment } from "./components/sbt/business-menu/Payment";
|
|
494
|
+
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
495
|
+
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
496
|
+
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
497
|
+
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
498
|
+
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
499
|
+
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
500
|
+
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
501
|
+
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
502
|
+
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
503
|
+
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
504
|
+
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
505
|
+
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
506
|
+
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
507
|
+
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
508
|
+
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
509
|
+
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
510
|
+
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
511
|
+
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
512
|
+
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
513
|
+
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
514
|
+
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
515
|
+
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
516
|
+
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
517
|
+
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
518
|
+
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
519
|
+
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
520
|
+
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
521
|
+
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
@@ -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 _bill = _interopRequireDefault(require("../../../icons/
|
|
9
|
+
var _bill = _interopRequireDefault(require("../../../icons/business/business-menu/bill"));
|
|
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: _bill.default,
|
|
16
16
|
iconName: 'bill',
|
|
17
|
-
"icon-type": '
|
|
17
|
+
"icon-type": 'business/business-menu'
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
exports.default = _default;
|
|
@@ -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 _payment = _interopRequireDefault(require("../../../icons/
|
|
9
|
+
var _payment = _interopRequireDefault(require("../../../icons/business/business-menu/payment"));
|
|
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: _payment.default,
|
|
16
16
|
iconName: 'payment',
|
|
17
|
-
"icon-type": '
|
|
17
|
+
"icon-type": 'business/business-menu'
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
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 _reconciliation = _interopRequireDefault(require("../../../icons/business/business-menu/reconciliation"));
|
|
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: _reconciliation.default,
|
|
16
|
+
iconName: 'reconciliation',
|
|
17
|
+
"icon-type": 'business/business-menu'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -3,11 +3,32 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "Bill", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _Bill.default;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
6
12
|
Object.defineProperty(exports, "Generate", {
|
|
7
13
|
enumerable: true,
|
|
8
14
|
get: function get() {
|
|
9
15
|
return _Generate.default;
|
|
10
16
|
}
|
|
11
17
|
});
|
|
18
|
+
Object.defineProperty(exports, "Payment", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _Payment.default;
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "Reconciliation", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _Reconciliation.default;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
var _Bill = _interopRequireDefault(require("./Bill"));
|
|
12
31
|
var _Generate = _interopRequireDefault(require("./Generate"));
|
|
32
|
+
var _Payment = _interopRequireDefault(require("./Payment"));
|
|
33
|
+
var _Reconciliation = _interopRequireDefault(require("./Reconciliation"));
|
|
13
34
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -16,7 +16,6 @@ export { default as BarChartCircleFill } from './BarChartCircleFill';
|
|
|
16
16
|
export { default as BeHospitalized } from './BeHospitalized';
|
|
17
17
|
export { default as Bianji } from './Bianji';
|
|
18
18
|
export { default as Biaogan } from './Biaogan';
|
|
19
|
-
export { default as Bill } from './Bill';
|
|
20
19
|
export { default as BillFill } from './BillFill';
|
|
21
20
|
export { default as BillList } from './BillList';
|
|
22
21
|
export { default as BillListFill } from './BillListFill';
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { default as Document } from './Document';
|
|
2
2
|
export { default as Insurancepolicy } from './Insurancepolicy';
|
|
3
|
-
export { default as Payment } from './Payment';
|
|
4
3
|
export { default as PaymentFill } from './PaymentFill';
|
|
5
4
|
export { default as SbtAddressbook } from './SbtAddressbook';
|
|
6
5
|
export { default as SbtApiRecord } from './SbtApiRecord';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "bill",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M987.43 0A36.57 36.57 0 011024 36.57v950.86a36.57 36.57 0 01-36.57 36.57H36.57A36.57 36.57 0 010 987.43V36.57A36.57 36.57 0 0136.57 0h950.86zm-36.57 73.14H73.14v877.72h877.72V73.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M201.14 256h640q9.15 0 9.15 9.14V320q0 9.14-9.15 9.14h-640q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM201.14 475.43h228.57q9.15 0 9.15 9.14v54.86q0 9.14-9.15 9.14H201.14q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM201.14 694.86h228.57q9.15 0 9.15 9.14v54.86q0 9.14-9.15 9.14H201.14q-9.14 0-9.14-9.14V704q0-9.14 9.14-9.14zM676.57 438.86c90.9 0 164.57 73.68 164.57 164.57 0 34.59-10.67 66.68-28.9 93.17l59.08 59.08a9.14 9.14 0 010 12.93l-38.78 38.8a9.14 9.14 0 01-12.93 0l-61.18-61.18A163.8 163.8 0 01676.57 768C585.68 768 512 694.32 512 603.43s73.68-164.57 164.57-164.57zm.3 73.14a91.43 91.43 0 100 182.86 91.43 91.43 0 000-182.86z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "payment",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M0 36.57A36.57 36.57 0 0136.57 0h950.86A36.57 36.57 0 011024 36.57v950.86a36.57 36.57 0 01-36.57 36.57H36.57A36.57 36.57 0 010 987.43V36.57zm73.14 36.57v877.72h877.72V73.14H73.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}, {
|
|
21
|
+
"tag": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M264.27 259.9l57.14 57.14 55.88-55.89a10.86 10.86 0 0115.36 0l36.36 36.36a10.86 10.86 0 010 15.36l-51.7 51.7h52.4a9.14 9.14 0 019.15 9.14v54.86a9.14 9.14 0 01-9.15 9.14H360v36.57h69.71a9.14 9.14 0 019.15 9.15v54.86a9.14 9.14 0 01-9.15 9.14H360v64a9.14 9.14 0 01-9.14 9.14h-68.57a9.14 9.14 0 01-9.15-9.14v-64h-69.71a9.14 9.14 0 01-9.14-9.14v-54.86a9.14 9.14 0 019.14-9.14h69.71V437.7h-69.71a9.14 9.14 0 01-9.14-9.14v-54.86a9.14 9.14 0 019.14-9.14h62.07l-52.95-52.95a9.14 9.14 0 010-12.93l38.79-38.8a9.14 9.14 0 0112.93 0zM192 694.86h640q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H192q-9.14 0-9.14-9.14V704q0-9.14 9.14-9.14zM521.14 496H832q9.14 0 9.14 9.14V560q0 9.14-9.14 9.14H521.14q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM521.14 308.57H832q9.14 0 9.14 9.14v54.86q0 9.14-9.14 9.14H521.14q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14z"
|
|
24
|
+
},
|
|
25
|
+
"children": []
|
|
26
|
+
}]
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
var _default = node;
|
|
30
|
+
exports.default = _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var node = {
|
|
8
|
+
"name": "reconciliation",
|
|
9
|
+
"nodeTree": {
|
|
10
|
+
"tag": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"viewBox": "0 0 1024 1024"
|
|
13
|
+
},
|
|
14
|
+
"children": [{
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M365.71 54.86a36.57 36.57 0 0136.58 36.57v841.14a36.57 36.57 0 01-36.58 36.57H36.57A36.57 36.57 0 010 932.57V91.43a36.57 36.57 0 0136.57-36.57h329.14zM329.14 128h-256v768h256V128zm658.29-73.14A36.57 36.57 0 011024 91.43v841.14a36.57 36.57 0 01-36.57 36.57H658.29a36.57 36.57 0 01-36.58-36.57V91.43a36.57 36.57 0 0136.58-36.57h329.14zM950.86 128h-256v768h256V128zM548.57 91.43v841.14q0 36.57-36.57 36.57t-36.57-36.57V91.43q0-36.57 36.57-36.57t36.57 36.57z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
var _default = node;
|
|
24
|
+
exports.default = _default;
|