@firesoon/icons-react 3.0.17 → 3.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/es/components/fs/old-outlined/index.js +0 -1
- package/es/components/sbt/business-menu/index.js +0 -1
- package/es/index.d.ts +228 -228
- package/es/index.js +69 -71
- package/lib/components/fs/old-outlined/index.js +0 -7
- package/lib/components/sbt/business-menu/index.js +0 -7
- package/lib/index.d.ts +228 -228
- package/lib/index.js +68 -82
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -234,6 +234,44 @@ export { default as UserManagement } from "./components/fs/business-menu/UserMan
|
|
|
234
234
|
export { default as UserManagementFill } from "./components/fs/business-menu/UserManagementFill";
|
|
235
235
|
export { default as WarningVerify } from "./components/fs/business-menu/WarningVerify";
|
|
236
236
|
export { default as WarningVerifyFill } from "./components/fs/business-menu/WarningVerifyFill";
|
|
237
|
+
export { default as Await } from "./components/fs/suggestion/Await";
|
|
238
|
+
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
239
|
+
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
240
|
+
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
241
|
+
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
242
|
+
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
243
|
+
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
244
|
+
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
245
|
+
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
246
|
+
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
247
|
+
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
248
|
+
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
249
|
+
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
250
|
+
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
251
|
+
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
252
|
+
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
253
|
+
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
254
|
+
export { default as Information } from "./components/fs/suggestion/Information";
|
|
255
|
+
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
256
|
+
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
257
|
+
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
258
|
+
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
259
|
+
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
260
|
+
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
261
|
+
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
262
|
+
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
263
|
+
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
264
|
+
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
265
|
+
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
266
|
+
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
267
|
+
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
268
|
+
export { default as Success } from "./components/fs/suggestion/Success";
|
|
269
|
+
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
270
|
+
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
271
|
+
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
272
|
+
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
273
|
+
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
274
|
+
export { default as Warning } from "./components/fs/suggestion/Warning";
|
|
237
275
|
export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
|
|
238
276
|
export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
|
|
239
277
|
export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
|
|
@@ -257,6 +295,36 @@ export { default as ServerError } from "./components/fs/old-twocolor/ServerError
|
|
|
257
295
|
export { default as SuccessCircle } from "./components/fs/old-twocolor/SuccessCircle";
|
|
258
296
|
export { default as Tishi } from "./components/fs/old-twocolor/Tishi";
|
|
259
297
|
export { default as WaitCircle } from "./components/fs/old-twocolor/WaitCircle";
|
|
298
|
+
export { default as Document } from "./components/sbt/business-menu/Document";
|
|
299
|
+
export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
|
|
300
|
+
export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
|
|
301
|
+
export { default as SbtAddressbook } from "./components/sbt/business-menu/SbtAddressbook";
|
|
302
|
+
export { default as SbtApiRecord } from "./components/sbt/business-menu/SbtApiRecord";
|
|
303
|
+
export { default as SbtPingan } from "./components/sbt/business-menu/SbtPingan";
|
|
304
|
+
export { default as SbtRealname } from "./components/sbt/business-menu/SbtRealname";
|
|
305
|
+
export { default as SbtLink } from "./components/sbt/currency/SbtLink";
|
|
306
|
+
export { default as SbtModify } from "./components/sbt/currency/SbtModify";
|
|
307
|
+
export { default as SbtQrcode } from "./components/sbt/currency/SbtQrcode";
|
|
308
|
+
export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
|
|
309
|
+
export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
|
|
310
|
+
export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
|
|
311
|
+
export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
|
|
312
|
+
export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
|
|
313
|
+
export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
|
|
314
|
+
export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
|
|
315
|
+
export { default as Examine } from "./components/sbt/suggestion/Examine";
|
|
316
|
+
export { default as Finish } from "./components/sbt/suggestion/Finish";
|
|
317
|
+
export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
|
|
318
|
+
export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
|
|
319
|
+
export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
|
|
320
|
+
export { default as Revoke } from "./components/sbt/suggestion/Revoke";
|
|
321
|
+
export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
|
|
322
|
+
export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
|
|
323
|
+
export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
|
|
324
|
+
export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
|
|
325
|
+
export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
|
|
326
|
+
export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
|
|
327
|
+
export { default as Wait } from "./components/sbt/suggestion/Wait";
|
|
260
328
|
export { default as AShangbaotijiaoshenhe } from "./components/fs/old-outlined/AShangbaotijiaoshenhe";
|
|
261
329
|
export { default as Account } from "./components/fs/old-outlined/Account";
|
|
262
330
|
export { default as AccountFill } from "./components/fs/old-outlined/AccountFill";
|
|
@@ -275,7 +343,6 @@ export { default as BarChartCircleFill } from "./components/fs/old-outlined/BarC
|
|
|
275
343
|
export { default as BeHospitalized } from "./components/fs/old-outlined/BeHospitalized";
|
|
276
344
|
export { default as Bianji } from "./components/fs/old-outlined/Bianji";
|
|
277
345
|
export { default as Biaogan } from "./components/fs/old-outlined/Biaogan";
|
|
278
|
-
export { default as Bill } from "./components/fs/old-outlined/Bill";
|
|
279
346
|
export { default as BillFill } from "./components/fs/old-outlined/BillFill";
|
|
280
347
|
export { default as BillList } from "./components/fs/old-outlined/BillList";
|
|
281
348
|
export { default as BillListFill } from "./components/fs/old-outlined/BillListFill";
|
|
@@ -449,73 +516,4 @@ export { default as Zhuanke } from "./components/fs/old-outlined/Zhuanke";
|
|
|
449
516
|
export { default as Zhuantifenxi } from "./components/fs/old-outlined/Zhuantifenxi";
|
|
450
517
|
export { default as ZhuantifenxiFill } from "./components/fs/old-outlined/ZhuantifenxiFill";
|
|
451
518
|
export { default as Zhutizhibiao } from "./components/fs/old-outlined/Zhutizhibiao";
|
|
452
|
-
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
453
|
-
export { default as Await } from "./components/fs/suggestion/Await";
|
|
454
|
-
export { default as BenchmarkAnalysis } from "./components/fs/suggestion/BenchmarkAnalysis";
|
|
455
|
-
export { default as ClaimFinish } from "./components/fs/suggestion/ClaimFinish";
|
|
456
|
-
export { default as ClaimsFail } from "./components/fs/suggestion/ClaimsFail";
|
|
457
|
-
export { default as CostReturn } from "./components/fs/suggestion/CostReturn";
|
|
458
|
-
export { default as CostViolate } from "./components/fs/suggestion/CostViolate";
|
|
459
|
-
export { default as CostWarning } from "./components/fs/suggestion/CostWarning";
|
|
460
|
-
export { default as DailyOperation } from "./components/fs/suggestion/DailyOperation";
|
|
461
|
-
export { default as DrgsColor } from "./components/fs/suggestion/DrgsColor";
|
|
462
|
-
export { default as Fail } from "./components/fs/suggestion/Fail";
|
|
463
|
-
export { default as FailFill } from "./components/fs/suggestion/FailFill";
|
|
464
|
-
export { default as FsIntercept } from "./components/fs/suggestion/FsIntercept";
|
|
465
|
-
export { default as FsManualreview } from "./components/fs/suggestion/FsManualreview";
|
|
466
|
-
export { default as FsSpecial } from "./components/fs/suggestion/FsSpecial";
|
|
467
|
-
export { default as FsVip } from "./components/fs/suggestion/FsVip";
|
|
468
|
-
export { default as HospitalTransfer } from "./components/fs/suggestion/HospitalTransfer";
|
|
469
|
-
export { default as Inform } from "./components/fs/suggestion/Inform";
|
|
470
|
-
export { default as Information } from "./components/fs/suggestion/Information";
|
|
471
|
-
export { default as KeyGroup } from "./components/fs/suggestion/KeyGroup";
|
|
472
|
-
export { default as Keyoffice } from "./components/fs/suggestion/Keyoffice";
|
|
473
|
-
export { default as Lack } from "./components/fs/suggestion/Lack";
|
|
474
|
-
export { default as Notice } from "./components/fs/suggestion/Notice";
|
|
475
|
-
export { default as NoticeFill } from "./components/fs/suggestion/NoticeFill";
|
|
476
|
-
export { default as Overtime } from "./components/fs/suggestion/Overtime";
|
|
477
|
-
export { default as Problem } from "./components/fs/suggestion/Problem";
|
|
478
|
-
export { default as ProblemFill } from "./components/fs/suggestion/ProblemFill";
|
|
479
|
-
export { default as Processing } from "./components/fs/suggestion/Processing";
|
|
480
|
-
export { default as RecordQuality } from "./components/fs/suggestion/RecordQuality";
|
|
481
|
-
export { default as Rectification } from "./components/fs/suggestion/Rectification";
|
|
482
|
-
export { default as Rehospitalization } from "./components/fs/suggestion/Rehospitalization";
|
|
483
|
-
export { default as Sendback } from "./components/fs/suggestion/Sendback";
|
|
484
|
-
export { default as Success } from "./components/fs/suggestion/Success";
|
|
485
|
-
export { default as SuccessFill } from "./components/fs/suggestion/SuccessFill";
|
|
486
|
-
export { default as UndipAccountColor } from "./components/fs/suggestion/UndipAccountColor";
|
|
487
|
-
export { default as UndrgAccountColor } from "./components/fs/suggestion/UndrgAccountColor";
|
|
488
|
-
export { default as UninsuranceAccountColor } from "./components/fs/suggestion/UninsuranceAccountColor";
|
|
489
|
-
export { default as UnreasonableHospitalized } from "./components/fs/suggestion/UnreasonableHospitalized";
|
|
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";
|
|
519
|
+
export { default as Zygl } from "./components/fs/old-outlined/Zygl";
|
|
@@ -111,12 +111,6 @@ Object.defineProperty(exports, "Biaogan", {
|
|
|
111
111
|
return _Biaogan.default;
|
|
112
112
|
}
|
|
113
113
|
});
|
|
114
|
-
Object.defineProperty(exports, "Bill", {
|
|
115
|
-
enumerable: true,
|
|
116
|
-
get: function get() {
|
|
117
|
-
return _Bill.default;
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
114
|
Object.defineProperty(exports, "BillFill", {
|
|
121
115
|
enumerable: true,
|
|
122
116
|
get: function get() {
|
|
@@ -1179,7 +1173,6 @@ var _BarChartCircleFill = _interopRequireDefault(require("./BarChartCircleFill")
|
|
|
1179
1173
|
var _BeHospitalized = _interopRequireDefault(require("./BeHospitalized"));
|
|
1180
1174
|
var _Bianji = _interopRequireDefault(require("./Bianji"));
|
|
1181
1175
|
var _Biaogan = _interopRequireDefault(require("./Biaogan"));
|
|
1182
|
-
var _Bill = _interopRequireDefault(require("./Bill"));
|
|
1183
1176
|
var _BillFill = _interopRequireDefault(require("./BillFill"));
|
|
1184
1177
|
var _BillList = _interopRequireDefault(require("./BillList"));
|
|
1185
1178
|
var _BillListFill = _interopRequireDefault(require("./BillListFill"));
|
|
@@ -15,12 +15,6 @@ Object.defineProperty(exports, "Insurancepolicy", {
|
|
|
15
15
|
return _Insurancepolicy.default;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
|
-
Object.defineProperty(exports, "Payment", {
|
|
19
|
-
enumerable: true,
|
|
20
|
-
get: function get() {
|
|
21
|
-
return _Payment.default;
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
18
|
Object.defineProperty(exports, "PaymentFill", {
|
|
25
19
|
enumerable: true,
|
|
26
20
|
get: function get() {
|
|
@@ -53,7 +47,6 @@ Object.defineProperty(exports, "SbtRealname", {
|
|
|
53
47
|
});
|
|
54
48
|
var _Document = _interopRequireDefault(require("./Document"));
|
|
55
49
|
var _Insurancepolicy = _interopRequireDefault(require("./Insurancepolicy"));
|
|
56
|
-
var _Payment = _interopRequireDefault(require("./Payment"));
|
|
57
50
|
var _PaymentFill = _interopRequireDefault(require("./PaymentFill"));
|
|
58
51
|
var _SbtAddressbook = _interopRequireDefault(require("./SbtAddressbook"));
|
|
59
52
|
var _SbtApiRecord = _interopRequireDefault(require("./SbtApiRecord"));
|