@firesoon/icons-react 2.1.20 → 2.1.22
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/Icon.js +6 -15
- package/es/components/currency/SbtRetract.d.ts +4 -0
- package/es/components/currency/SbtRetract.js +12 -0
- package/es/components/currency/SbtRetractFill.d.ts +4 -0
- package/es/components/currency/SbtRetractFill.js +12 -0
- package/es/components/currency/index.d.ts +2 -0
- package/es/components/currency/index.js +2 -0
- package/es/components/suggestion/ClaimFinish.d.ts +4 -0
- package/es/components/suggestion/ClaimFinish.js +12 -0
- package/es/components/suggestion/ClaimsAssessment.d.ts +4 -0
- package/es/components/suggestion/ClaimsAssessment.js +12 -0
- package/es/components/suggestion/ClaimsFail.d.ts +4 -0
- package/es/components/suggestion/ClaimsFail.js +12 -0
- package/es/components/suggestion/ProcessFail.d.ts +4 -0
- package/es/components/suggestion/ProcessFail.js +12 -0
- package/es/components/suggestion/ProcessPass.d.ts +4 -0
- package/es/components/suggestion/ProcessPass.js +12 -0
- package/es/components/suggestion/Processing.d.ts +4 -0
- package/es/components/suggestion/Processing.js +12 -0
- package/es/components/suggestion/SbtDirect.d.ts +4 -0
- package/es/components/suggestion/SbtDirect.js +12 -0
- package/es/components/suggestion/SbtQuick.d.ts +4 -0
- package/es/components/suggestion/SbtQuick.js +12 -0
- package/es/components/suggestion/index.d.ts +8 -0
- package/es/components/suggestion/index.js +8 -0
- package/es/dome/index.js +0 -3
- package/es/icons/currency/sbt-retract-fill.d.ts +18 -0
- package/es/icons/currency/sbt-retract-fill.js +18 -0
- package/es/icons/currency/sbt-retract.d.ts +18 -0
- package/es/icons/currency/sbt-retract.js +25 -0
- package/es/icons/suggestion/claim-finish.d.ts +18 -0
- package/es/icons/suggestion/claim-finish.js +25 -0
- package/es/icons/suggestion/claims-assessment.d.ts +18 -0
- package/es/icons/suggestion/claims-assessment.js +25 -0
- package/es/icons/suggestion/claims-fail.d.ts +18 -0
- package/es/icons/suggestion/claims-fail.js +25 -0
- package/es/icons/suggestion/process-fail.d.ts +18 -0
- package/es/icons/suggestion/process-fail.js +25 -0
- package/es/icons/suggestion/process-pass.d.ts +18 -0
- package/es/icons/suggestion/process-pass.js +25 -0
- package/es/icons/suggestion/processing.d.ts +18 -0
- package/es/icons/suggestion/processing.js +25 -0
- package/es/icons/suggestion/sbt-direct.d.ts +18 -0
- package/es/icons/suggestion/sbt-direct.js +18 -0
- package/es/icons/suggestion/sbt-quick.d.ts +18 -0
- package/es/icons/suggestion/sbt-quick.js +18 -0
- package/es/index.d.ts +50 -40
- package/es/index.js +51 -41
- package/es/utils.js +4 -5
- package/lib/Icon.js +6 -23
- package/lib/components/currency/SbtRetract.d.ts +4 -0
- package/lib/components/currency/SbtRetract.js +20 -0
- package/lib/components/currency/SbtRetractFill.d.ts +4 -0
- package/lib/components/currency/SbtRetractFill.js +20 -0
- package/lib/components/currency/index.d.ts +2 -0
- package/lib/components/currency/index.js +14 -0
- package/lib/components/suggestion/ClaimFinish.d.ts +4 -0
- package/lib/components/suggestion/ClaimFinish.js +20 -0
- package/lib/components/suggestion/ClaimsAssessment.d.ts +4 -0
- package/lib/components/suggestion/ClaimsAssessment.js +20 -0
- package/lib/components/suggestion/ClaimsFail.d.ts +4 -0
- package/lib/components/suggestion/ClaimsFail.js +20 -0
- package/lib/components/suggestion/ProcessFail.d.ts +4 -0
- package/lib/components/suggestion/ProcessFail.js +20 -0
- package/lib/components/suggestion/ProcessPass.d.ts +4 -0
- package/lib/components/suggestion/ProcessPass.js +20 -0
- package/lib/components/suggestion/Processing.d.ts +4 -0
- package/lib/components/suggestion/Processing.js +20 -0
- package/lib/components/suggestion/SbtDirect.d.ts +4 -0
- package/lib/components/suggestion/SbtDirect.js +20 -0
- package/lib/components/suggestion/SbtQuick.d.ts +4 -0
- package/lib/components/suggestion/SbtQuick.js +20 -0
- package/lib/components/suggestion/index.d.ts +8 -0
- package/lib/components/suggestion/index.js +56 -0
- package/lib/dome/index.js +0 -16
- package/lib/icons/currency/sbt-retract-fill.d.ts +18 -0
- package/lib/icons/currency/sbt-retract-fill.js +25 -0
- package/lib/icons/currency/sbt-retract.d.ts +18 -0
- package/lib/icons/currency/sbt-retract.js +32 -0
- package/lib/icons/suggestion/claim-finish.d.ts +18 -0
- package/lib/icons/suggestion/claim-finish.js +32 -0
- package/lib/icons/suggestion/claims-assessment.d.ts +18 -0
- package/lib/icons/suggestion/claims-assessment.js +32 -0
- package/lib/icons/suggestion/claims-fail.d.ts +18 -0
- package/lib/icons/suggestion/claims-fail.js +32 -0
- package/lib/icons/suggestion/process-fail.d.ts +18 -0
- package/lib/icons/suggestion/process-fail.js +32 -0
- package/lib/icons/suggestion/process-pass.d.ts +18 -0
- package/lib/icons/suggestion/process-pass.js +32 -0
- package/lib/icons/suggestion/processing.d.ts +18 -0
- package/lib/icons/suggestion/processing.js +32 -0
- package/lib/icons/suggestion/sbt-direct.d.ts +18 -0
- package/lib/icons/suggestion/sbt-direct.js +25 -0
- package/lib/icons/suggestion/sbt-quick.d.ts +18 -0
- package/lib/icons/suggestion/sbt-quick.js +25 -0
- package/lib/index.d.ts +50 -40
- package/lib/index.js +110 -40
- package/lib/utils.js +4 -8
- package/package.json +1 -1
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "process-fail",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#FF4D4F",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}, {
|
|
16
|
+
"tag": "path",
|
|
17
|
+
"defaultColor": "#FF4D4F",
|
|
18
|
+
"attrs": {
|
|
19
|
+
"d": "M123.73 612.84l3.16 11.8 63.41-16.99-3.16-11.8zm103.49-22.62l24.1-6.46 2.84 10.55-24.11 6.46-2.83-10.55zm30.13 16.02l6.63 24.74 13.06-3.5-6.63-24.74 24.49-6.56 1.65 6.15 12.8-3.43L292.5 536l-37.3 9.98-2.76-10.3-13.06 3.5 2.76 10.3-36.91 9.9 16.95 63.28 12.81-3.43-1.75-6.53 24.11-6.46zm9.86-15.43l-2.82-10.55 24.48-6.56 2.83 10.55-24.49 6.56zm18.6-28.53l-24.48 6.56-2.9-10.8 24.49-6.56 2.9 10.8zm-40.44-.74l2.9 10.8-24.11 6.46-2.9-10.8 24.11-6.46zm49.44-55.1l-47.72 12.78a146.4 146.4 0 00-5.54-8.61l-13.33 6a97.53 97.53 0 015.18 6.28l-46.58 12.48 6.7 24.99 12.8-3.43-3.5-13.06 82.37-22.07 3.33 12.43 12.81-3.44-6.52-24.36zm56.9 37.1c3.98 3.78 8.64 8.59 14.19 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.23-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L376.29 478a92.93 92.93 0 018.06 9l-29.13 7.81zM417.5 564c10.76 6 19.5 12 26.54 18.2l6.98-12.1a203.12 203.12 0 00-27.48-16.2c5.35-10.18 9.44-21.5 12.33-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00417.5 564zm19.72-98.68l3.43 12.8 53.24-14.26c-5.26 24.56-19.44 48-42.46 70.6l11.73 9.1c14.32-14.88 25.54-30.26 33.53-46.13l17.74 66.17 13.56-3.63-22.68-84.64a144.65 144.65 0 003.52-15.48l40.31-10.8-3.43-12.8-108.5 29.07zm86.06 13.81l-7 11.56c18.09 8.21 32.7 16.55 43.57 24.94l7.5-13.18c-12.47-8.37-27.2-16.13-44.07-23.32zm47.25-54.24l-6.67 10.8c11 4.86 19.88 9.88 26.46 14.85l6.74-11.5c-7.52-4.98-16.46-9.72-26.53-14.15zm101.89 93.96l28.75-7.7-.33-13.78a470.85 470.85 0 01-14.49 4.69c-6.53 1.75-12.77 3.55-19.05 5.24a1494.5 1494.5 0 01-25.56 6.58c-7.47 1.73-13.27 2.2-17.41 1.3-3.45-.83-7.02-2.56-10.78-5.06l-1.75-1-12.79-47.72-28.75 7.7 3.23 12.06 16.58-4.45 9.21 34.41c-4.28 4.1-8.09 12-11.67 23.72l12.05 6.33c3.25-12.99 6.04-19.66 8.55-20.33 1.39-.37 3.16.23 5.5 1.9a29.22 29.22 0 0015.5 5.13c5.6-.16 12.47-1.2 20.66-3.25 8.07-2.03 15.64-3.92 22.55-5.77zm-48.98-93.88l-4.9 8.32a226.64 226.64 0 0115.02 4.32l-27.88 7.47 18.27 68.18 12.3-3.3-5.48-20.47 16.32-4.37 5.45 20.34 12.06-3.23-5.45-20.34 16.82-4.5 1.42 5.27c.7 2.63-.3 4.38-3.07 5.12l-8.77 1.95 5.79 10.02 9.41-2.52c8.54-2.29 11.74-7.45 9.65-15.23l-14.9-55.63-25.37 6.8-.32-.19a136.02 136.02 0 0018.9-21.89l-2.46-9.16-69.44 18.6 2.9 10.8 23.73-6.36zm16.84 4.1a219.5 219.5 0 00-13.95-4.87l25.11-6.73c-3.37 4-7.06 7.81-11.16 11.6zm-14.46 41.97l16.33-4.38 2.12 7.91-16.33 4.38-2.12-7.91zm28.38-7.6l16.83-4.52 2.12 7.91-16.83 4.51-2.12-7.9zm14-15.06l-16.82 4.5-2.12-7.9 16.82-4.52 2.12 7.92zm-28.88 7.73L623 460.5l-2.12-7.91 16.32-4.38 2.12 7.91zm56.15-64.7l-6.63 10.92c11 4.86 19.75 9.92 26.33 14.89l6.99-12.1c-7.66-4.95-16.53-9.44-26.7-13.71zm105.28 93.05l26.62-7.13-.4-14.03a407.2 407.2 0 01-13.6 4.46c-6 1.74-11.87 3.44-17.64 4.99a1614.97 1614.97 0 01-26.7 6.88c-7.84 1.84-13.92 2.26-18.29 1.54a37.83 37.83 0 01-11.15-4.95c-.64-.37-1.24-.61-1.88-.98l-12.78-47.72-29.26 7.84 3.3 12.3 16.82-4.5 9.22 34.4c-4.28 4.12-8.3 12.2-11.83 24.17l12.06 6.33c3.31-13.27 6.16-20.23 8.67-20.9 1.5-.4 3.53.13 5.86 1.8a28.85 28.85 0 0016.01 5c5.74-.2 12.97-1.33 21.55-3.5 8.44-2.12 16.26-4.08 23.42-6zm-8.22-16.1c9.04-2.43 12.35-8.16 9.96-17.07l-13.86-51.74 17.45-4.67-3.43-12.81-17.45 4.67-5.05-18.83-13.06 3.5 5.05 18.83-46.96 12.59 3.43 12.8 46.96-12.58 12.99 48.47c.87 3.27-.41 5.5-3.68 6.37a185.62 185.62 0 01-16.18 3.4l6.25 11.78 17.58-4.71zm-45.1-48.75l-8.48 9a234.73 234.73 0 0123.86 20.26l8.6-10.11c-5.96-5.67-14.02-12.13-23.97-19.15zm80.12 4.64l3.16 11.8 63.41-16.99-3.16-11.8z"
|
|
20
|
+
},
|
|
21
|
+
"children": []
|
|
22
|
+
}]
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "process-pass",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#52C41A",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}, {
|
|
16
|
+
"tag": "path",
|
|
17
|
+
"defaultColor": "#52C41A",
|
|
18
|
+
"attrs": {
|
|
19
|
+
"d": "M192.73 604.84l3.16 11.8 63.41-16.99-3.16-11.8zm103.49-22.62l24.1-6.46 2.84 10.55-24.11 6.46-2.83-10.55zm30.13 16.02l6.63 24.74 13.06-3.5-6.63-24.74 24.49-6.56 1.65 6.15 12.8-3.43L361.5 528l-37.3 9.98-2.76-10.3-13.06 3.5 2.76 10.3-36.91 9.9 16.95 63.28 12.81-3.43-1.75-6.53 24.11-6.46zm9.86-15.43l-2.82-10.55 24.48-6.56 2.83 10.55-24.49 6.56zm18.6-28.53l-24.48 6.56-2.9-10.8 24.49-6.56 2.9 10.8zm-40.44-.74l2.9 10.8-24.11 6.46-2.9-10.8 24.11-6.46zm49.44-55.1l-47.72 12.78a146.4 146.4 0 00-5.54-8.61l-13.33 6a97.53 97.53 0 015.18 6.28l-46.58 12.48 6.7 24.99 12.8-3.43-3.5-13.06 82.38-22.07 3.33 12.43 12.8-3.44-6.52-24.36zm56.9 37.1c3.98 3.78 8.64 8.59 14.19 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.23-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L445.29 470a92.93 92.93 0 018.06 9l-29.13 7.81zM486.5 556c10.76 6 19.5 12 26.54 18.2l6.99-12.1a203.12 203.12 0 00-27.5-16.2c5.36-10.18 9.45-21.5 12.34-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00486.5 556zm27.45-105.47l-6.66 10.8c11 4.86 19.88 9.89 26.46 14.85l6.74-11.5c-7.52-4.98-16.47-9.71-26.54-14.15zm101.9 93.96l28.75-7.7-.33-13.78a470.85 470.85 0 01-14.49 4.7c-6.53 1.74-12.77 3.55-19.05 5.23-9.8 2.63-18.24 4.76-25.56 6.58-7.47 1.74-13.27 2.21-17.41 1.3-3.46-.82-7.02-2.56-10.78-5.05l-1.75-1.01-12.79-47.72-28.75 7.7 3.23 12.06 16.57-4.44 9.22 34.4c-4.28 4.12-8.09 12-11.68 23.73l12.06 6.32c3.25-12.98 6.04-19.65 8.55-20.32 1.39-.37 3.16.23 5.5 1.9a29.22 29.22 0 0015.5 5.12c5.6-.15 12.47-1.18 20.66-3.25 8.07-2.02 15.64-3.92 22.55-5.77zm-48.98-93.87l-4.9 8.31a227.86 227.86 0 0115.01 4.32l-27.87 7.47 18.27 68.19 12.3-3.3-5.48-20.47 16.32-4.37 5.45 20.34 12.06-3.23-5.45-20.34 16.82-4.51 1.42 5.27c.7 2.64-.3 4.4-3.07 5.13l-8.76 1.95 5.78 10.02 9.42-2.52c8.53-2.29 11.73-7.45 9.64-15.24l-14.9-55.63-25.37 6.8-.32-.18a136 136 0 0018.9-21.89l-2.46-9.17-69.44 18.61 2.9 10.8 23.73-6.36zm16.84 4.1a219.1 219.1 0 00-13.95-4.87l25.11-6.73c-3.37 4-7.06 7.8-11.15 11.6zm-14.46 41.96l16.33-4.37 2.12 7.9-16.33 4.38-2.12-7.9zm28.38-7.6l16.83-4.51 2.12 7.91-16.83 4.51-2.12-7.91zm14-15.06l-16.82 4.51-2.12-7.91 16.82-4.51 2.12 7.91zm-28.88 7.74l-16.32 4.37-2.12-7.9 16.32-4.38 2.12 7.91zm56.15-64.7l-6.63 10.92c11 4.86 19.75 9.92 26.33 14.88l6.98-12.1c-7.65-4.94-16.52-9.43-26.68-13.7zm105.28 93.05l26.62-7.14-.4-14.02c-3.07 1.09-7.65 2.59-13.6 4.45-6 1.74-11.87 3.45-17.64 5a1627.82 1627.82 0 01-26.7 6.88c-7.85 1.83-13.92 2.25-18.29 1.54a37.86 37.86 0 01-11.15-4.96c-.64-.36-1.24-.6-1.88-.97l-12.78-47.72L639.1 461l3.3 12.3 16.82-4.5 9.22 34.4c-4.28 4.11-8.3 12.19-11.83 24.17l12.06 6.32c3.31-13.27 6.16-20.22 8.67-20.9 1.5-.4 3.53.14 5.86 1.8a28.86 28.86 0 0016.01 5c5.74-.2 12.97-1.33 21.54-3.49 8.45-2.13 16.27-4.09 23.43-6zm-8.22-16.1c9.04-2.43 12.35-8.16 9.96-17.08l-13.86-51.73 17.45-4.68-3.43-12.8-17.45 4.67-5.05-18.83-13.06 3.5 5.05 18.83-46.97 12.58 3.44 12.81L719 428.7l12.99 48.47c.87 3.26-.42 5.5-3.68 6.37a186.08 186.08 0 01-16.18 3.4l6.25 11.77 17.58-4.7zm-45.1-48.76l-8.48 9a234.7 234.7 0 0123.86 20.26l8.6-10.1c-5.96-5.68-14.02-12.13-23.97-19.16zm80.12 4.65l3.16 11.8 63.41-16.99-3.16-11.8z"
|
|
20
|
+
},
|
|
21
|
+
"children": []
|
|
22
|
+
}]
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "processing",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#FAAD14",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 28C280.04 92 92 280.04 92 512s188.04 420 420 420 420-188.04 420-420S743.96 92 512 92zm326.97 464.91C817.06 717.92 679.02 842 512 842c-105.99 0-200.31-49.97-260.69-127.63l14.74-3.95C323.98 782.14 412.63 828 512 828c157.9 0 288.76-115.82 312.25-267.14l14.72-3.95zM191.44 590.7l3.63 13.56c-1.3-4.48-2.51-9-3.63-13.56zM512 182c105.99 0 200.31 49.97 260.69 127.63l-14.74 3.95C700.02 241.87 611.37 196 512 196c-157.9 0-288.76 115.82-312.25 267.14l-14.72 3.95C206.94 306.08 344.98 182 512 182zm316.94 237.77a327.51 327.51 0 013.61 13.51l-3.61-13.51z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}, {
|
|
16
|
+
"tag": "path",
|
|
17
|
+
"defaultColor": "#FAAD14",
|
|
18
|
+
"attrs": {
|
|
19
|
+
"d": "M255.73 587.84l3.16 11.8 63.41-16.99-3.16-11.8zm103.49-22.62l24.1-6.46 2.84 10.55-24.11 6.46-2.83-10.55zm30.13 16.02l6.63 24.74 13.06-3.5-6.63-24.74 24.49-6.56 1.65 6.15 12.8-3.43L424.5 511l-37.3 9.98-2.76-10.3-13.06 3.5 2.76 10.3-36.91 9.9 16.95 63.28 12.81-3.43-1.75-6.53 24.11-6.46zm9.86-15.43l-2.82-10.55 24.48-6.56 2.83 10.55-24.49 6.56zm18.6-28.53l-24.48 6.56-2.9-10.8 24.49-6.56 2.9 10.8zm-40.44-.74l2.9 10.8-24.11 6.46-2.9-10.8 24.11-6.46zm49.44-55.1l-47.72 12.78a146.4 146.4 0 00-5.54-8.61l-13.33 6a97.53 97.53 0 015.18 6.28l-46.58 12.48 6.7 24.99 12.8-3.43-3.5-13.06 82.38-22.07 3.33 12.43 12.8-3.43-6.52-24.36zm56.9 37.1c3.98 3.78 8.64 8.59 14.19 14.23l4.38-13.28a317.1 317.1 0 00-22.56-15.9l-1.72-6.4 13.44-3.6-3.34-12.43-13.43 3.6-6.2-23.1-12.68 3.4 6.2 23.1-15.95 4.27 3.33 12.43 15.44-4.13c.14 15.57-2.26 30.21-7.27 43.67l9.16 12.08a164.23 164.23 0 005.28-31.03l14.9 55.63 12.69-3.4-15.85-59.14zm3.5-48.72l3.2 11.93 21.23-5.68c-3.69 13.37-7.39 22.16-11.04 26.1a8.76 8.76 0 01-2.09 1.77l5.47 9.84 24.06-7.65c-6.86 12.06-16.4 22.16-28.6 30.4l10.05 8.88c21.82-15.53 35.6-37.4 41.47-65.75l-12.06-2.82a125.51 125.51 0 01-4.53 15.75 938.68 938.68 0 01-18.72 6.5c3.18-6.24 6.34-15.03 9.42-26.62l34.41-9.22-3.2-11.93-27.12 7.27c-2.75-4.25-5.4-8.11-8.04-11.44L508.29 453a92.93 92.93 0 018.06 9l-29.13 7.81zM549.5 539c10.76 6 19.5 12 26.54 18.2l6.99-12.1a203.12 203.12 0 00-27.5-16.2c5.36-10.18 9.45-21.5 12.34-33.85l-12.44-2.72c-7.12 30.7-23.96 54.73-50.45 71.92l10.28 9.23A126.52 126.52 0 00549.5 539zm65.57-117.43l5.75 21.47-44.45 11.91 16.42 61.28 13.18-3.53-1.85-6.9 31.27-8.38 11.24 41.94 13.56-3.64-11.24-41.94 31.4-8.41 1.84 6.9 13.19-3.53-16.42-61.28-44.58 11.95-5.75-21.47-13.56 3.63zm-14.38 71.42l-7.7-28.76 31.26-8.38 7.7 28.76-31.26 8.38zm44.83-12.02l-7.7-28.75 31.39-8.41 7.7 28.75-31.4 8.41zm62.89-14.43l3.16 11.8 63.41-16.98-3.16-11.8z"
|
|
20
|
+
},
|
|
21
|
+
"children": []
|
|
22
|
+
}]
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-direct",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#333",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zm-23.52 123.44l59.36 8.4c-1.68 13.44-3.36 26.32-4.48 38.64h208.32v54.88H534.4c-2.24 11.2-5.04 22.4-7.28 33.6h156.8v323.12h78.96v53.2h-501.2v-53.2h76.16V386.96H467.2l6.72-33.6h-201.6v-54.88h210.56c2.24-16.24 3.92-31.92 5.6-47.04zm137.2 425.6h-229.6v33.04h229.6v-33.04zm0-79.52h-229.6v33.6h229.6v-33.6zm0-78.4h-229.6v32.48h229.6v-32.48zm0-80.64h-229.6v34.16h229.6v-34.16z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}]
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "sbt-quick",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#333",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zM383.2 255.36v107.52L422.96 350c14.56 35.84 28 77.28 39.2 123.76l-46.48 11.76c-8.4-39.2-19.04-77.28-32.48-113.68v398.72h-57.68v-515.2h57.68zm221.76-.56v78.96h118.72V501.2h36.4v57.12h-137.2c33.04 67.2 84 122.64 152.32 165.2L735.44 770c-68.32-49.84-119.84-110.88-154.56-183.68-26.88 81.76-75.04 142.8-145.6 183.12l-35.84-48.16c66.08-34.16 109.76-88.48 131.6-162.96h-98.56V501.2H542.8a475.53 475.53 0 005.04-70.56v-42.56h-92.96v-54.32h92.96V254.8h57.12zM267.28 364.56l44.8 3.36c-1.12 56-7.28 109.2-17.36 159.6l-47.04-13.44c11.2-47.04 17.92-96.88 19.6-149.52zm400.4 23.52h-62.72v29.68c0 29.12-2.24 57.12-5.6 83.44h68.32V388.08z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}]
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
package/es/index.d.ts
CHANGED
|
@@ -189,6 +189,8 @@ export { default as Recover } from './components/currency/Recover';
|
|
|
189
189
|
export { default as RectifyMassage } from './components/currency/RectifyMassage';
|
|
190
190
|
export { default as RectifyMassageFill } from './components/currency/RectifyMassageFill';
|
|
191
191
|
export { default as Refresh } from './components/currency/Refresh';
|
|
192
|
+
export { default as SbtRetract } from './components/currency/SbtRetract';
|
|
193
|
+
export { default as SbtRetractFill } from './components/currency/SbtRetractFill';
|
|
192
194
|
export { default as Screening } from './components/currency/Screening';
|
|
193
195
|
export { default as Search } from './components/currency/Search';
|
|
194
196
|
export { default as Selecte } from './components/currency/Selecte';
|
|
@@ -235,46 +237,6 @@ export { default as ServerError } from './components/old-twocolor/ServerError';
|
|
|
235
237
|
export { default as SuccessCircle } from './components/old-twocolor/SuccessCircle';
|
|
236
238
|
export { default as Tishi } from './components/old-twocolor/Tishi';
|
|
237
239
|
export { default as WaitCircle } from './components/old-twocolor/WaitCircle';
|
|
238
|
-
export { default as ApplyFail } from './components/suggestion/ApplyFail';
|
|
239
|
-
export { default as ApplySuccess } from './components/suggestion/ApplySuccess';
|
|
240
|
-
export { default as AttestationFail } from './components/suggestion/AttestationFail';
|
|
241
|
-
export { default as Attestationing } from './components/suggestion/Attestationing';
|
|
242
|
-
export { default as Await } from './components/suggestion/Await';
|
|
243
|
-
export { default as CostReturn } from './components/suggestion/CostReturn';
|
|
244
|
-
export { default as CostViolate } from './components/suggestion/CostViolate';
|
|
245
|
-
export { default as CostWarning } from './components/suggestion/CostWarning';
|
|
246
|
-
export { default as DailyOperation } from './components/suggestion/DailyOperation';
|
|
247
|
-
export { default as DrgsColor } from './components/suggestion/DrgsColor';
|
|
248
|
-
export { default as Examine } from './components/suggestion/Examine';
|
|
249
|
-
export { default as Fail } from './components/suggestion/Fail';
|
|
250
|
-
export { default as FailFill } from './components/suggestion/FailFill';
|
|
251
|
-
export { default as Finish } from './components/suggestion/Finish';
|
|
252
|
-
export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
|
|
253
|
-
export { default as Inform } from './components/suggestion/Inform';
|
|
254
|
-
export { default as Information } from './components/suggestion/Information';
|
|
255
|
-
export { default as KeyGroup } from './components/suggestion/KeyGroup';
|
|
256
|
-
export { default as Keyoffice } from './components/suggestion/Keyoffice';
|
|
257
|
-
export { default as Lack } from './components/suggestion/Lack';
|
|
258
|
-
export { default as Notice } from './components/suggestion/Notice';
|
|
259
|
-
export { default as NoticeFill } from './components/suggestion/NoticeFill';
|
|
260
|
-
export { default as Overtime } from './components/suggestion/Overtime';
|
|
261
|
-
export { default as Problem } from './components/suggestion/Problem';
|
|
262
|
-
export { default as ProblemFill } from './components/suggestion/ProblemFill';
|
|
263
|
-
export { default as QuickCompensation } from './components/suggestion/QuickCompensation';
|
|
264
|
-
export { default as RecordQuality } from './components/suggestion/RecordQuality';
|
|
265
|
-
export { default as Rectification } from './components/suggestion/Rectification';
|
|
266
|
-
export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
|
|
267
|
-
export { default as Revoke } from './components/suggestion/Revoke';
|
|
268
|
-
export { default as Sendback } from './components/suggestion/Sendback';
|
|
269
|
-
export { default as Success } from './components/suggestion/Success';
|
|
270
|
-
export { default as SuccessFill } from './components/suggestion/SuccessFill';
|
|
271
|
-
export { default as UndipAccountColor } from './components/suggestion/UndipAccountColor';
|
|
272
|
-
export { default as UndrgAccountColor } from './components/suggestion/UndrgAccountColor';
|
|
273
|
-
export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
|
|
274
|
-
export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
|
|
275
|
-
export { default as Wait } from './components/suggestion/Wait';
|
|
276
|
-
export { default as Warning } from './components/suggestion/Warning';
|
|
277
|
-
export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
|
|
278
240
|
export { default as Account } from './components/old-outlined/Account';
|
|
279
241
|
export { default as AccountFill } from './components/old-outlined/AccountFill';
|
|
280
242
|
export { default as AcountManage } from './components/old-outlined/AcountManage';
|
|
@@ -468,3 +430,51 @@ export { default as Zhuantifenxi } from './components/old-outlined/Zhuantifenxi'
|
|
|
468
430
|
export { default as ZhuantifenxiFill } from './components/old-outlined/ZhuantifenxiFill';
|
|
469
431
|
export { default as Zhutizhibiao } from './components/old-outlined/Zhutizhibiao';
|
|
470
432
|
export { default as Zygl } from './components/old-outlined/Zygl';
|
|
433
|
+
export { default as ApplyFail } from './components/suggestion/ApplyFail';
|
|
434
|
+
export { default as ApplySuccess } from './components/suggestion/ApplySuccess';
|
|
435
|
+
export { default as AttestationFail } from './components/suggestion/AttestationFail';
|
|
436
|
+
export { default as Attestationing } from './components/suggestion/Attestationing';
|
|
437
|
+
export { default as Await } from './components/suggestion/Await';
|
|
438
|
+
export { default as ClaimFinish } from './components/suggestion/ClaimFinish';
|
|
439
|
+
export { default as ClaimsAssessment } from './components/suggestion/ClaimsAssessment';
|
|
440
|
+
export { default as ClaimsFail } from './components/suggestion/ClaimsFail';
|
|
441
|
+
export { default as CostReturn } from './components/suggestion/CostReturn';
|
|
442
|
+
export { default as CostViolate } from './components/suggestion/CostViolate';
|
|
443
|
+
export { default as CostWarning } from './components/suggestion/CostWarning';
|
|
444
|
+
export { default as DailyOperation } from './components/suggestion/DailyOperation';
|
|
445
|
+
export { default as DrgsColor } from './components/suggestion/DrgsColor';
|
|
446
|
+
export { default as Examine } from './components/suggestion/Examine';
|
|
447
|
+
export { default as Fail } from './components/suggestion/Fail';
|
|
448
|
+
export { default as FailFill } from './components/suggestion/FailFill';
|
|
449
|
+
export { default as Finish } from './components/suggestion/Finish';
|
|
450
|
+
export { default as HospitalTransfer } from './components/suggestion/HospitalTransfer';
|
|
451
|
+
export { default as Inform } from './components/suggestion/Inform';
|
|
452
|
+
export { default as Information } from './components/suggestion/Information';
|
|
453
|
+
export { default as KeyGroup } from './components/suggestion/KeyGroup';
|
|
454
|
+
export { default as Keyoffice } from './components/suggestion/Keyoffice';
|
|
455
|
+
export { default as Lack } from './components/suggestion/Lack';
|
|
456
|
+
export { default as Notice } from './components/suggestion/Notice';
|
|
457
|
+
export { default as NoticeFill } from './components/suggestion/NoticeFill';
|
|
458
|
+
export { default as Overtime } from './components/suggestion/Overtime';
|
|
459
|
+
export { default as Problem } from './components/suggestion/Problem';
|
|
460
|
+
export { default as ProblemFill } from './components/suggestion/ProblemFill';
|
|
461
|
+
export { default as ProcessFail } from './components/suggestion/ProcessFail';
|
|
462
|
+
export { default as Processing } from './components/suggestion/Processing';
|
|
463
|
+
export { default as ProcessPass } from './components/suggestion/ProcessPass';
|
|
464
|
+
export { default as QuickCompensation } from './components/suggestion/QuickCompensation';
|
|
465
|
+
export { default as RecordQuality } from './components/suggestion/RecordQuality';
|
|
466
|
+
export { default as Rectification } from './components/suggestion/Rectification';
|
|
467
|
+
export { default as Rehospitalization } from './components/suggestion/Rehospitalization';
|
|
468
|
+
export { default as Revoke } from './components/suggestion/Revoke';
|
|
469
|
+
export { default as SbtDirect } from './components/suggestion/SbtDirect';
|
|
470
|
+
export { default as SbtQuick } from './components/suggestion/SbtQuick';
|
|
471
|
+
export { default as Sendback } from './components/suggestion/Sendback';
|
|
472
|
+
export { default as Success } from './components/suggestion/Success';
|
|
473
|
+
export { default as SuccessFill } from './components/suggestion/SuccessFill';
|
|
474
|
+
export { default as UndipAccountColor } from './components/suggestion/UndipAccountColor';
|
|
475
|
+
export { default as UndrgAccountColor } from './components/suggestion/UndrgAccountColor';
|
|
476
|
+
export { default as UninsuranceAccountColor } from './components/suggestion/UninsuranceAccountColor';
|
|
477
|
+
export { default as UnreasonableHospitalized } from './components/suggestion/UnreasonableHospitalized';
|
|
478
|
+
export { default as Wait } from './components/suggestion/Wait';
|
|
479
|
+
export { default as Warning } from './components/suggestion/Warning';
|
|
480
|
+
export { default as LogoSystemSettings } from './components/systematic-name/LogoSystemSettings';
|
package/es/index.js
CHANGED
|
@@ -189,6 +189,8 @@ export { default as Recover } from "./components/currency/Recover";
|
|
|
189
189
|
export { default as RectifyMassage } from "./components/currency/RectifyMassage";
|
|
190
190
|
export { default as RectifyMassageFill } from "./components/currency/RectifyMassageFill";
|
|
191
191
|
export { default as Refresh } from "./components/currency/Refresh";
|
|
192
|
+
export { default as SbtRetract } from "./components/currency/SbtRetract";
|
|
193
|
+
export { default as SbtRetractFill } from "./components/currency/SbtRetractFill";
|
|
192
194
|
export { default as Screening } from "./components/currency/Screening";
|
|
193
195
|
export { default as Search } from "./components/currency/Search";
|
|
194
196
|
export { default as Selecte } from "./components/currency/Selecte";
|
|
@@ -235,46 +237,6 @@ export { default as ServerError } from "./components/old-twocolor/ServerError";
|
|
|
235
237
|
export { default as SuccessCircle } from "./components/old-twocolor/SuccessCircle";
|
|
236
238
|
export { default as Tishi } from "./components/old-twocolor/Tishi";
|
|
237
239
|
export { default as WaitCircle } from "./components/old-twocolor/WaitCircle";
|
|
238
|
-
export { default as ApplyFail } from "./components/suggestion/ApplyFail";
|
|
239
|
-
export { default as ApplySuccess } from "./components/suggestion/ApplySuccess";
|
|
240
|
-
export { default as AttestationFail } from "./components/suggestion/AttestationFail";
|
|
241
|
-
export { default as Attestationing } from "./components/suggestion/Attestationing";
|
|
242
|
-
export { default as Await } from "./components/suggestion/Await";
|
|
243
|
-
export { default as CostReturn } from "./components/suggestion/CostReturn";
|
|
244
|
-
export { default as CostViolate } from "./components/suggestion/CostViolate";
|
|
245
|
-
export { default as CostWarning } from "./components/suggestion/CostWarning";
|
|
246
|
-
export { default as DailyOperation } from "./components/suggestion/DailyOperation";
|
|
247
|
-
export { default as DrgsColor } from "./components/suggestion/DrgsColor";
|
|
248
|
-
export { default as Examine } from "./components/suggestion/Examine";
|
|
249
|
-
export { default as Fail } from "./components/suggestion/Fail";
|
|
250
|
-
export { default as FailFill } from "./components/suggestion/FailFill";
|
|
251
|
-
export { default as Finish } from "./components/suggestion/Finish";
|
|
252
|
-
export { default as HospitalTransfer } from "./components/suggestion/HospitalTransfer";
|
|
253
|
-
export { default as Inform } from "./components/suggestion/Inform";
|
|
254
|
-
export { default as Information } from "./components/suggestion/Information";
|
|
255
|
-
export { default as KeyGroup } from "./components/suggestion/KeyGroup";
|
|
256
|
-
export { default as Keyoffice } from "./components/suggestion/Keyoffice";
|
|
257
|
-
export { default as Lack } from "./components/suggestion/Lack";
|
|
258
|
-
export { default as Notice } from "./components/suggestion/Notice";
|
|
259
|
-
export { default as NoticeFill } from "./components/suggestion/NoticeFill";
|
|
260
|
-
export { default as Overtime } from "./components/suggestion/Overtime";
|
|
261
|
-
export { default as Problem } from "./components/suggestion/Problem";
|
|
262
|
-
export { default as ProblemFill } from "./components/suggestion/ProblemFill";
|
|
263
|
-
export { default as QuickCompensation } from "./components/suggestion/QuickCompensation";
|
|
264
|
-
export { default as RecordQuality } from "./components/suggestion/RecordQuality";
|
|
265
|
-
export { default as Rectification } from "./components/suggestion/Rectification";
|
|
266
|
-
export { default as Rehospitalization } from "./components/suggestion/Rehospitalization";
|
|
267
|
-
export { default as Revoke } from "./components/suggestion/Revoke";
|
|
268
|
-
export { default as Sendback } from "./components/suggestion/Sendback";
|
|
269
|
-
export { default as Success } from "./components/suggestion/Success";
|
|
270
|
-
export { default as SuccessFill } from "./components/suggestion/SuccessFill";
|
|
271
|
-
export { default as UndipAccountColor } from "./components/suggestion/UndipAccountColor";
|
|
272
|
-
export { default as UndrgAccountColor } from "./components/suggestion/UndrgAccountColor";
|
|
273
|
-
export { default as UninsuranceAccountColor } from "./components/suggestion/UninsuranceAccountColor";
|
|
274
|
-
export { default as UnreasonableHospitalized } from "./components/suggestion/UnreasonableHospitalized";
|
|
275
|
-
export { default as Wait } from "./components/suggestion/Wait";
|
|
276
|
-
export { default as Warning } from "./components/suggestion/Warning";
|
|
277
|
-
export { default as LogoSystemSettings } from "./components/systematic-name/LogoSystemSettings";
|
|
278
240
|
export { default as Account } from "./components/old-outlined/Account";
|
|
279
241
|
export { default as AccountFill } from "./components/old-outlined/AccountFill";
|
|
280
242
|
export { default as AcountManage } from "./components/old-outlined/AcountManage";
|
|
@@ -467,4 +429,52 @@ export { default as Zhuanke } from "./components/old-outlined/Zhuanke";
|
|
|
467
429
|
export { default as Zhuantifenxi } from "./components/old-outlined/Zhuantifenxi";
|
|
468
430
|
export { default as ZhuantifenxiFill } from "./components/old-outlined/ZhuantifenxiFill";
|
|
469
431
|
export { default as Zhutizhibiao } from "./components/old-outlined/Zhutizhibiao";
|
|
470
|
-
export { default as Zygl } from "./components/old-outlined/Zygl";
|
|
432
|
+
export { default as Zygl } from "./components/old-outlined/Zygl";
|
|
433
|
+
export { default as ApplyFail } from "./components/suggestion/ApplyFail";
|
|
434
|
+
export { default as ApplySuccess } from "./components/suggestion/ApplySuccess";
|
|
435
|
+
export { default as AttestationFail } from "./components/suggestion/AttestationFail";
|
|
436
|
+
export { default as Attestationing } from "./components/suggestion/Attestationing";
|
|
437
|
+
export { default as Await } from "./components/suggestion/Await";
|
|
438
|
+
export { default as ClaimFinish } from "./components/suggestion/ClaimFinish";
|
|
439
|
+
export { default as ClaimsAssessment } from "./components/suggestion/ClaimsAssessment";
|
|
440
|
+
export { default as ClaimsFail } from "./components/suggestion/ClaimsFail";
|
|
441
|
+
export { default as CostReturn } from "./components/suggestion/CostReturn";
|
|
442
|
+
export { default as CostViolate } from "./components/suggestion/CostViolate";
|
|
443
|
+
export { default as CostWarning } from "./components/suggestion/CostWarning";
|
|
444
|
+
export { default as DailyOperation } from "./components/suggestion/DailyOperation";
|
|
445
|
+
export { default as DrgsColor } from "./components/suggestion/DrgsColor";
|
|
446
|
+
export { default as Examine } from "./components/suggestion/Examine";
|
|
447
|
+
export { default as Fail } from "./components/suggestion/Fail";
|
|
448
|
+
export { default as FailFill } from "./components/suggestion/FailFill";
|
|
449
|
+
export { default as Finish } from "./components/suggestion/Finish";
|
|
450
|
+
export { default as HospitalTransfer } from "./components/suggestion/HospitalTransfer";
|
|
451
|
+
export { default as Inform } from "./components/suggestion/Inform";
|
|
452
|
+
export { default as Information } from "./components/suggestion/Information";
|
|
453
|
+
export { default as KeyGroup } from "./components/suggestion/KeyGroup";
|
|
454
|
+
export { default as Keyoffice } from "./components/suggestion/Keyoffice";
|
|
455
|
+
export { default as Lack } from "./components/suggestion/Lack";
|
|
456
|
+
export { default as Notice } from "./components/suggestion/Notice";
|
|
457
|
+
export { default as NoticeFill } from "./components/suggestion/NoticeFill";
|
|
458
|
+
export { default as Overtime } from "./components/suggestion/Overtime";
|
|
459
|
+
export { default as Problem } from "./components/suggestion/Problem";
|
|
460
|
+
export { default as ProblemFill } from "./components/suggestion/ProblemFill";
|
|
461
|
+
export { default as ProcessFail } from "./components/suggestion/ProcessFail";
|
|
462
|
+
export { default as Processing } from "./components/suggestion/Processing";
|
|
463
|
+
export { default as ProcessPass } from "./components/suggestion/ProcessPass";
|
|
464
|
+
export { default as QuickCompensation } from "./components/suggestion/QuickCompensation";
|
|
465
|
+
export { default as RecordQuality } from "./components/suggestion/RecordQuality";
|
|
466
|
+
export { default as Rectification } from "./components/suggestion/Rectification";
|
|
467
|
+
export { default as Rehospitalization } from "./components/suggestion/Rehospitalization";
|
|
468
|
+
export { default as Revoke } from "./components/suggestion/Revoke";
|
|
469
|
+
export { default as SbtDirect } from "./components/suggestion/SbtDirect";
|
|
470
|
+
export { default as SbtQuick } from "./components/suggestion/SbtQuick";
|
|
471
|
+
export { default as Sendback } from "./components/suggestion/Sendback";
|
|
472
|
+
export { default as Success } from "./components/suggestion/Success";
|
|
473
|
+
export { default as SuccessFill } from "./components/suggestion/SuccessFill";
|
|
474
|
+
export { default as UndipAccountColor } from "./components/suggestion/UndipAccountColor";
|
|
475
|
+
export { default as UndrgAccountColor } from "./components/suggestion/UndrgAccountColor";
|
|
476
|
+
export { default as UninsuranceAccountColor } from "./components/suggestion/UninsuranceAccountColor";
|
|
477
|
+
export { default as UnreasonableHospitalized } from "./components/suggestion/UnreasonableHospitalized";
|
|
478
|
+
export { default as Wait } from "./components/suggestion/Wait";
|
|
479
|
+
export { default as Warning } from "./components/suggestion/Warning";
|
|
480
|
+
export { default as LogoSystemSettings } from "./components/systematic-name/LogoSystemSettings";
|
package/es/utils.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
1
2
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
2
|
-
|
|
3
3
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4
|
-
|
|
5
|
-
function
|
|
6
|
-
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
7
7
|
import React from "react";
|
|
8
8
|
export function generate(node, key, rootProps) {
|
|
9
9
|
if (rootProps) {
|
|
@@ -20,7 +20,6 @@ export function generate(node, key, rootProps) {
|
|
|
20
20
|
return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
|
|
21
21
|
}));
|
|
22
22
|
}
|
|
23
|
-
|
|
24
23
|
return /*#__PURE__*/React.createElement(node.tag, _objectSpread({
|
|
25
24
|
key: "svg-".concat(key)
|
|
26
25
|
}, node.attrs), (node.children || []).map(function (child, index) {
|
package/lib/Icon.js
CHANGED
|
@@ -4,53 +4,37 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
7
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
8
|
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
11
|
-
|
|
12
9
|
var _config = require("./config");
|
|
13
|
-
|
|
14
10
|
var _utils = require("./utils");
|
|
15
|
-
|
|
16
11
|
var _excluded = ["rootNode", "svgOption", "iconName"];
|
|
17
|
-
|
|
18
12
|
var _templateObject;
|
|
19
|
-
|
|
20
13
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
|
-
|
|
22
14
|
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); }
|
|
23
|
-
|
|
24
15
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
|
25
|
-
|
|
26
16
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
|
27
|
-
|
|
28
17
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
29
|
-
|
|
30
18
|
var StyledSpan = (0, _styledComponents.default)("span")(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n display: inline-block;\n color: ", ";\n font-style: normal;\n opacity: ", ";\n line-height: 0;\n text-align: center;\n text-transform: none;\n vertical-align: -0.125em;\n text-rendering: optimizeLegibility;\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n"])), function (_ref) {
|
|
31
19
|
var isColor = _ref.isColor,
|
|
32
|
-
|
|
20
|
+
defaultColor = _ref.defaultColor;
|
|
33
21
|
return isColor ? defaultColor : "inherit";
|
|
34
22
|
}, function (_ref2) {
|
|
35
23
|
var opacity = _ref2.opacity;
|
|
36
24
|
return opacity;
|
|
37
25
|
});
|
|
38
|
-
|
|
39
26
|
var _default = function _default(props) {
|
|
40
27
|
var _rootNode$name, _opacityList$find, _rootNode$nodeTree, _rootNode$nodeTree$ch, _rootNode$nodeTree$ch2;
|
|
41
|
-
|
|
42
28
|
var _ref3 = props !== null && props !== void 0 ? props : {},
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
29
|
+
rootNode = _ref3.rootNode,
|
|
30
|
+
_ref3$svgOption = _ref3.svgOption,
|
|
31
|
+
svgOption = _ref3$svgOption === void 0 ? {} : _ref3$svgOption,
|
|
32
|
+
iconName = _ref3.iconName,
|
|
33
|
+
wrapper = _objectWithoutProperties(_ref3, _excluded);
|
|
49
34
|
var nameList = rootNode === null || rootNode === void 0 ? void 0 : (_rootNode$name = rootNode.name) === null || _rootNode$name === void 0 ? void 0 : _rootNode$name.split("-");
|
|
50
35
|
var isColor = (nameList === null || nameList === void 0 ? void 0 : nameList[(nameList === null || nameList === void 0 ? void 0 : nameList.length) - 1]) === "color";
|
|
51
36
|
var opacity = _config.opacityList === null || _config.opacityList === void 0 ? void 0 : (_opacityList$find = _config.opacityList.find(function (item) {
|
|
52
37
|
var _item$nameList;
|
|
53
|
-
|
|
54
38
|
return item === null || item === void 0 ? void 0 : (_item$nameList = item.nameList) === null || _item$nameList === void 0 ? void 0 : _item$nameList.includes(rootNode === null || rootNode === void 0 ? void 0 : rootNode.name);
|
|
55
39
|
})) === null || _opacityList$find === void 0 ? void 0 : _opacityList$find.opacity;
|
|
56
40
|
return /*#__PURE__*/_react.default.createElement(StyledSpan, _extends({}, wrapper, {
|
|
@@ -60,5 +44,4 @@ var _default = function _default(props) {
|
|
|
60
44
|
defaultColor: rootNode === null || rootNode === void 0 ? void 0 : (_rootNode$nodeTree = rootNode.nodeTree) === null || _rootNode$nodeTree === void 0 ? void 0 : (_rootNode$nodeTree$ch = _rootNode$nodeTree.children) === null || _rootNode$nodeTree$ch === void 0 ? void 0 : (_rootNode$nodeTree$ch2 = _rootNode$nodeTree$ch[0]) === null || _rootNode$nodeTree$ch2 === void 0 ? void 0 : _rootNode$nodeTree$ch2.defaultColor
|
|
61
45
|
}), (0, _utils.generate)(rootNode.nodeTree, rootNode.name, svgOption));
|
|
62
46
|
};
|
|
63
|
-
|
|
64
47
|
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 _sbtRetract = _interopRequireDefault(require("../../icons/currency/sbt-retract"));
|
|
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: _sbtRetract.default,
|
|
16
|
+
iconName: 'sbt-retract',
|
|
17
|
+
iconType: 'currency'
|
|
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 _sbtRetractFill = _interopRequireDefault(require("../../icons/currency/sbt-retract-fill"));
|
|
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: _sbtRetractFill.default,
|
|
16
|
+
iconName: 'sbt-retract-fill',
|
|
17
|
+
iconType: 'currency'
|
|
18
|
+
}));
|
|
19
|
+
};
|
|
20
|
+
exports.default = _default;
|
|
@@ -69,6 +69,8 @@ export { default as Recover } from './Recover';
|
|
|
69
69
|
export { default as RectifyMassage } from './RectifyMassage';
|
|
70
70
|
export { default as RectifyMassageFill } from './RectifyMassageFill';
|
|
71
71
|
export { default as Refresh } from './Refresh';
|
|
72
|
+
export { default as SbtRetract } from './SbtRetract';
|
|
73
|
+
export { default as SbtRetractFill } from './SbtRetractFill';
|
|
72
74
|
export { default as Screening } from './Screening';
|
|
73
75
|
export { default as Search } from './Search';
|
|
74
76
|
export { default as Selecte } from './Selecte';
|
|
@@ -429,6 +429,18 @@ Object.defineProperty(exports, "Refresh", {
|
|
|
429
429
|
return _Refresh.default;
|
|
430
430
|
}
|
|
431
431
|
});
|
|
432
|
+
Object.defineProperty(exports, "SbtRetract", {
|
|
433
|
+
enumerable: true,
|
|
434
|
+
get: function get() {
|
|
435
|
+
return _SbtRetract.default;
|
|
436
|
+
}
|
|
437
|
+
});
|
|
438
|
+
Object.defineProperty(exports, "SbtRetractFill", {
|
|
439
|
+
enumerable: true,
|
|
440
|
+
get: function get() {
|
|
441
|
+
return _SbtRetractFill.default;
|
|
442
|
+
}
|
|
443
|
+
});
|
|
432
444
|
Object.defineProperty(exports, "Screening", {
|
|
433
445
|
enumerable: true,
|
|
434
446
|
get: function get() {
|
|
@@ -638,6 +650,8 @@ var _Recover = _interopRequireDefault(require("./Recover"));
|
|
|
638
650
|
var _RectifyMassage = _interopRequireDefault(require("./RectifyMassage"));
|
|
639
651
|
var _RectifyMassageFill = _interopRequireDefault(require("./RectifyMassageFill"));
|
|
640
652
|
var _Refresh = _interopRequireDefault(require("./Refresh"));
|
|
653
|
+
var _SbtRetract = _interopRequireDefault(require("./SbtRetract"));
|
|
654
|
+
var _SbtRetractFill = _interopRequireDefault(require("./SbtRetractFill"));
|
|
641
655
|
var _Screening = _interopRequireDefault(require("./Screening"));
|
|
642
656
|
var _Search = _interopRequireDefault(require("./Search"));
|
|
643
657
|
var _Selecte = _interopRequireDefault(require("./Selecte"));
|