@firesoon/icons-react 3.0.32 → 3.0.34

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.
Files changed (45) hide show
  1. package/es/components/sbt/business-menu/SbtExport.d.ts +4 -0
  2. package/es/components/sbt/business-menu/SbtExport.js +12 -0
  3. package/es/components/sbt/business-menu/SbtImportexport.d.ts +4 -0
  4. package/es/components/sbt/business-menu/SbtImportexport.js +12 -0
  5. package/es/components/sbt/business-menu/SbtInterests.d.ts +4 -0
  6. package/es/components/sbt/business-menu/SbtInterests.js +12 -0
  7. package/es/components/sbt/business-menu/index.d.ts +3 -0
  8. package/es/components/sbt/business-menu/index.js +3 -0
  9. package/es/components/sbt/old-twocolor/SbtExcel.d.ts +4 -0
  10. package/es/components/sbt/old-twocolor/SbtExcel.js +12 -0
  11. package/es/components/sbt/old-twocolor/index.d.ts +1 -0
  12. package/es/components/sbt/old-twocolor/index.js +1 -0
  13. package/es/icons/sbt/business-menu/sbt-export.d.ts +17 -0
  14. package/es/icons/sbt/business-menu/sbt-export.js +35 -0
  15. package/es/icons/sbt/business-menu/sbt-importexport.d.ts +17 -0
  16. package/es/icons/sbt/business-menu/sbt-importexport.js +29 -0
  17. package/es/icons/sbt/business-menu/sbt-interests.d.ts +17 -0
  18. package/es/icons/sbt/business-menu/sbt-interests.js +41 -0
  19. package/es/icons/sbt/old-twocolor/sbt-excel.d.ts +18 -0
  20. package/es/icons/sbt/old-twocolor/sbt-excel.js +25 -0
  21. package/es/index.d.ts +28 -24
  22. package/es/index.js +28 -24
  23. package/lib/components/sbt/business-menu/SbtExport.d.ts +4 -0
  24. package/lib/components/sbt/business-menu/SbtExport.js +20 -0
  25. package/lib/components/sbt/business-menu/SbtImportexport.d.ts +4 -0
  26. package/lib/components/sbt/business-menu/SbtImportexport.js +20 -0
  27. package/lib/components/sbt/business-menu/SbtInterests.d.ts +4 -0
  28. package/lib/components/sbt/business-menu/SbtInterests.js +20 -0
  29. package/lib/components/sbt/business-menu/index.d.ts +3 -0
  30. package/lib/components/sbt/business-menu/index.js +21 -0
  31. package/lib/components/sbt/old-twocolor/SbtExcel.d.ts +4 -0
  32. package/lib/components/sbt/old-twocolor/SbtExcel.js +20 -0
  33. package/lib/components/sbt/old-twocolor/index.d.ts +1 -0
  34. package/lib/components/sbt/old-twocolor/index.js +7 -0
  35. package/lib/icons/sbt/business-menu/sbt-export.d.ts +17 -0
  36. package/lib/icons/sbt/business-menu/sbt-export.js +42 -0
  37. package/lib/icons/sbt/business-menu/sbt-importexport.d.ts +17 -0
  38. package/lib/icons/sbt/business-menu/sbt-importexport.js +36 -0
  39. package/lib/icons/sbt/business-menu/sbt-interests.d.ts +17 -0
  40. package/lib/icons/sbt/business-menu/sbt-interests.js +48 -0
  41. package/lib/icons/sbt/old-twocolor/sbt-excel.d.ts +18 -0
  42. package/lib/icons/sbt/old-twocolor/sbt-excel.js +32 -0
  43. package/lib/index.d.ts +28 -24
  44. package/lib/index.js +52 -24
  45. package/package.json +1 -1
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ 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); }
2
+ import React from 'react';
3
+ import Icon from "../../../Icon";
4
+ import rootNode from "../../../icons/sbt/business-menu/sbt-export";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'sbt-export',
10
+ "icon-type": 'sbt/business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ 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); }
2
+ import React from 'react';
3
+ import Icon from "../../../Icon";
4
+ import rootNode from "../../../icons/sbt/business-menu/sbt-importexport";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'sbt-importexport',
10
+ "icon-type": 'sbt/business-menu'
11
+ }));
12
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ 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); }
2
+ import React from 'react';
3
+ import Icon from "../../../Icon";
4
+ import rootNode from "../../../icons/sbt/business-menu/sbt-interests";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'sbt-interests',
10
+ "icon-type": 'sbt/business-menu'
11
+ }));
12
+ });
@@ -12,10 +12,13 @@ export { default as SbtComprehensive } from './SbtComprehensive';
12
12
  export { default as SbtConfigurationcenter } from './SbtConfigurationcenter';
13
13
  export { default as SbtDepartment } from './SbtDepartment';
14
14
  export { default as SbtDetailssearch } from './SbtDetailssearch';
15
+ export { default as SbtExport } from './SbtExport';
15
16
  export { default as SbtHospital } from './SbtHospital';
16
17
  export { default as SbtHospitalconfiguration } from './SbtHospitalconfiguration';
18
+ export { default as SbtImportexport } from './SbtImportexport';
17
19
  export { default as SbtInpatientmanagement } from './SbtInpatientmanagement';
18
20
  export { default as SbtInsurancecompany } from './SbtInsurancecompany';
21
+ export { default as SbtInterests } from './SbtInterests';
19
22
  export { default as SbtMail } from './SbtMail';
20
23
  export { default as SbtMessage } from './SbtMessage';
21
24
  export { default as SbtMija } from './SbtMija';
@@ -12,10 +12,13 @@ export { default as SbtComprehensive } from "./SbtComprehensive";
12
12
  export { default as SbtConfigurationcenter } from "./SbtConfigurationcenter";
13
13
  export { default as SbtDepartment } from "./SbtDepartment";
14
14
  export { default as SbtDetailssearch } from "./SbtDetailssearch";
15
+ export { default as SbtExport } from "./SbtExport";
15
16
  export { default as SbtHospital } from "./SbtHospital";
16
17
  export { default as SbtHospitalconfiguration } from "./SbtHospitalconfiguration";
18
+ export { default as SbtImportexport } from "./SbtImportexport";
17
19
  export { default as SbtInpatientmanagement } from "./SbtInpatientmanagement";
18
20
  export { default as SbtInsurancecompany } from "./SbtInsurancecompany";
21
+ export { default as SbtInterests } from "./SbtInterests";
19
22
  export { default as SbtMail } from "./SbtMail";
20
23
  export { default as SbtMessage } from "./SbtMessage";
21
24
  export { default as SbtMija } from "./SbtMija";
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export default _default;
@@ -0,0 +1,12 @@
1
+ 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); }
2
+ import React from 'react';
3
+ import Icon from "../../../Icon";
4
+ import rootNode from "../../../icons/sbt/old-twocolor/sbt-excel";
5
+ export default (function () {
6
+ var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
7
+ return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
8
+ rootNode: rootNode,
9
+ iconName: 'sbt-excel',
10
+ "icon-type": 'sbt/old-twocolor'
11
+ }));
12
+ });
@@ -1,3 +1,4 @@
1
+ export { default as SbtExcel } from './SbtExcel';
1
2
  export { default as SbtJpgFill } from './SbtJpgFill';
2
3
  export { default as SbtPdfFill } from './SbtPdfFill';
3
4
  export { default as SbtPngFill } from './SbtPngFill';
@@ -1,3 +1,4 @@
1
+ export { default as SbtExcel } from "./SbtExcel";
1
2
  export { default as SbtJpgFill } from "./SbtJpgFill";
2
3
  export { default as SbtPdfFill } from "./SbtPdfFill";
3
4
  export { default as SbtPngFill } from "./SbtPngFill";
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,35 @@
1
+ var node = {
2
+ "name": "sbt-export",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M91.43 54.86h9.14q36.57 0 36.57 36.57V893.7q0 36.58-36.57 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57zM884.57 54.86h9.14q36.58 0 36.58 36.57v400q0 36.57-36.58 36.57h-9.14Q848 528 848 491.43v-400q0-36.57 36.57-36.57z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M930.29 91.43v9.14q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57H893.7q36.58 0 36.58 36.57zM492.57 885.71v9.15q0 36.57-36.57 36.57H91.43q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57H456q36.57 0 36.57 36.57zM610.2900000000001 751.36h322.28q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.14q0-36.57 36.58-36.57z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M861.07 664.72l98.15 98.14q25.86 25.86 0 51.72l-.02.02q-25.86 25.86-51.72 0l-98.14-98.15q-25.86-25.86 0-51.72l.01-.01q25.86-25.86 51.72 0z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M861.07 920.28l98.15-98.15q25.86-25.86 0-51.72l-.02-.02q-25.86-25.86-51.72 0l-98.14 98.15q-25.86 25.86 0 51.72l.01.02q25.86 25.86 51.72 0zM392 277.71h347.43q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H392q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15zM392 456h347.43q9.14 0 9.14 9.14V520q0 9.14-9.14 9.14H392q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 456h64q9.15 0 9.15 9.14V520q0 9.14-9.15 9.14h-64q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 277.71h64q9.15 0 9.15 9.15v54.85q0 9.15-9.15 9.15h-64q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,29 @@
1
+ var node = {
2
+ "name": "sbt-importexport",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M91.43 54.86h9.14q36.57 0 36.57 36.57V893.7q0 36.58-36.57 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57zM884.57 54.86h9.14q36.58 0 36.58 36.57V605.7q0 36.58-36.58 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M930.29 91.43v9.14q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57H893.7q36.58 0 36.58 36.57zM498.29 885.71v9.15q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57H461.7q36.58 0 36.58 36.57zM610.2900000000001 735.39h322.28q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.14q0-36.57 36.58-36.57zM610.2900000000001 849.67h322.28q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.15q0-36.57 36.58-36.57z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M922.1800000000001 709.29l35.56 35.56q25.86 25.86 0 51.72l-.03.03q-25.86 25.86-51.72 0l-35.56-35.56q-25.86-25.86 0-51.72l.03-.03q25.86-25.86 51.72 0zM636.46 870.4300000000001L672 906q25.86 25.86 0 51.72l-.02.02q-25.86 25.86-51.72 0l-35.56-35.55q-25.86-25.86 0-51.72l.03-.03q25.86-25.86 51.72 0zM392 277.71h347.43q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H392q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15zM392 456h347.43q9.14 0 9.14 9.14V520q0 9.14-9.14 9.14H392q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 456h64q9.15 0 9.15 9.14V520q0 9.14-9.15 9.14h-64q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 277.71h64q9.15 0 9.15 9.15v54.85q0 9.15-9.15 9.15h-64q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15z"
24
+ },
25
+ "children": []
26
+ }]
27
+ }
28
+ };
29
+ export default node;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,41 @@
1
+ var node = {
2
+ "name": "sbt-interests",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M82.94 242.73L493.46 5.71q31.67-18.28 49.96 13.39l4.57 7.92q18.29 31.67-13.39 49.96L124.08 313.99q-31.67 18.29-49.96-13.38l-4.57-7.92q-18.28-31.67 13.39-49.96z"
12
+ },
13
+ "children": []
14
+ }, {
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M64 749.4599999999999V275.43q0-36.57 36.57-36.57h9.14q36.58 0 36.58 36.57v474.03q0 36.57-36.58 36.57h-9.14Q64 786.03 64 749.46zM877.71 749.4599999999999V275.43q0-36.57 36.58-36.57h9.14q36.57 0 36.57 36.57v474.03q0 36.57-36.57 36.57h-9.14q-36.58 0-36.58-36.57z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M82.94 782.12l410.52 237.01q31.67 18.29 49.96-13.38l4.57-7.92q18.29-31.67-13.39-49.96L124.08 710.86q-31.67-18.29-49.96 13.38l-4.57 7.92q-18.28 31.67 13.39 49.96zM940.48 242.73L529.96 5.7Q498.29-12.57 480 19.1l-4.57 7.92q-18.29 31.67 13.38 49.96l410.53 237.01q31.67 18.29 49.95-13.39l4.58-7.91q18.28-31.68-13.39-49.96z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M940.48 782.12l-410.52 237.01q-31.67 18.29-49.96-13.38l-4.57-7.92q-18.29-31.67 13.38-49.96l410.53-237.01q31.67-18.29 49.95 13.38l4.58 7.92q18.28 31.67-13.39 49.96zM503.6 705.4c4.21 7.29 15.2 5.51 16.89-2.73l16.66-81.32a9.14 9.14 0 00-1.04-6.41L396.13 372.49a9.14 9.14 0 00-12.49-3.35l-47.51 27.43a9.14 9.14 0 00-3.35 12.49L503.61 705.4z"
30
+ },
31
+ "children": []
32
+ }, {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "d": "M687.62 396.73a9.14 9.14 0 013.34 12.5l-171.22 295.6c-4.22 7.28-15.2 5.47-16.87-2.78L486.6 621.5a9.14 9.14 0 011.04-6.38l139.99-242.46a9.14 9.14 0 0112.49-3.35l47.5 27.42z"
36
+ },
37
+ "children": []
38
+ }]
39
+ }
40
+ };
41
+ 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
+ attrs: {
11
+ d: string;
12
+ fill: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,25 @@
1
+ var node = {
2
+ "name": "sbt-excel",
3
+ "nodeTree": {
4
+ "tag": "svg",
5
+ "attrs": {
6
+ "viewBox": "0 0 1024 1024"
7
+ },
8
+ "children": [{
9
+ "tag": "path",
10
+ "attrs": {
11
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z",
12
+ "fill": "#A3D7FF"
13
+ },
14
+ "children": []
15
+ }, {
16
+ "tag": "path",
17
+ "attrs": {
18
+ "d": "M658.29 292.57A36.57 36.57 0 01621.72 256V0l292.57 292.57h-256zm27.46 114.68a9.14 9.14 0 00-7.68-14.1h-60.52a9.14 9.14 0 00-7.68 4.18L512 548.87l-97.87-151.54a9.14 9.14 0 00-7.68-4.19h-60.52a9.14 9.14 0 00-7.68 14.1l132.6 205.33-132.6 205.33a9.14 9.14 0 007.68 14.1h60.52a9.14 9.14 0 007.68-4.18L512 676.28l97.87 151.54a9.14 9.14 0 007.68 4.18h60.52a9.14 9.14 0 007.68-14.1l-132.6-205.33 132.6-205.32z",
19
+ "fill": "#006DFC"
20
+ },
21
+ "children": []
22
+ }]
23
+ }
24
+ };
25
+ export default node;
package/es/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export { default as PatientInformation } from './components/general/currency/PatientInformation';
2
1
  export { default as Bill } from './components/business/business-menu/Bill';
3
2
  export { default as Generate } from './components/business/business-menu/Generate';
4
3
  export { default as Payment } from './components/business/business-menu/Payment';
5
4
  export { default as Reconciliation } from './components/business/business-menu/Reconciliation';
5
+ export { default as PatientInformation } from './components/general/currency/PatientInformation';
6
6
  export { default as SbtCheckFill } from './components/sbt/currency/SbtCheckFill';
7
7
  export { default as SbtLevelone } from './components/sbt/currency/SbtLevelone';
8
8
  export { default as SbtLeveltwo } from './components/sbt/currency/SbtLeveltwo';
@@ -15,29 +15,6 @@ export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
15
15
  export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
16
16
  export { default as SbtRole } from './components/sbt/currency/SbtRole';
17
17
  export { default as SbtUsermanage } from './components/sbt/currency/SbtUsermanage';
18
- export { default as SbtJpgFill } from './components/sbt/old-twocolor/SbtJpgFill';
19
- export { default as SbtPdfFill } from './components/sbt/old-twocolor/SbtPdfFill';
20
- export { default as SbtPngFill } from './components/sbt/old-twocolor/SbtPngFill';
21
- export { default as SbtRarFill } from './components/sbt/old-twocolor/SbtRarFill';
22
- export { default as SbtWordFill } from './components/sbt/old-twocolor/SbtWordFill';
23
- export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
24
- export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
25
- export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
26
- export { default as Attestationing } from './components/sbt/suggestion/Attestationing';
27
- export { default as ClaimsAssessment } from './components/sbt/suggestion/ClaimsAssessment';
28
- export { default as Examine } from './components/sbt/suggestion/Examine';
29
- export { default as Finish } from './components/sbt/suggestion/Finish';
30
- export { default as ProcessFail } from './components/sbt/suggestion/ProcessFail';
31
- export { default as ProcessPass } from './components/sbt/suggestion/ProcessPass';
32
- export { default as QuickCompensation } from './components/sbt/suggestion/QuickCompensation';
33
- export { default as Revoke } from './components/sbt/suggestion/Revoke';
34
- export { default as SbtDirect } from './components/sbt/suggestion/SbtDirect';
35
- export { default as SbtDirectFill } from './components/sbt/suggestion/SbtDirectFill';
36
- export { default as SbtDirectRevoke } from './components/sbt/suggestion/SbtDirectRevoke';
37
- export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
38
- export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
39
- export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
40
- export { default as Wait } from './components/sbt/suggestion/Wait';
41
18
  export { default as Document } from './components/sbt/business-menu/Document';
42
19
  export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
43
20
  export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
@@ -52,10 +29,13 @@ export { default as SbtComprehensive } from './components/sbt/business-menu/SbtC
52
29
  export { default as SbtConfigurationcenter } from './components/sbt/business-menu/SbtConfigurationcenter';
53
30
  export { default as SbtDepartment } from './components/sbt/business-menu/SbtDepartment';
54
31
  export { default as SbtDetailssearch } from './components/sbt/business-menu/SbtDetailssearch';
32
+ export { default as SbtExport } from './components/sbt/business-menu/SbtExport';
55
33
  export { default as SbtHospital } from './components/sbt/business-menu/SbtHospital';
56
34
  export { default as SbtHospitalconfiguration } from './components/sbt/business-menu/SbtHospitalconfiguration';
35
+ export { default as SbtImportexport } from './components/sbt/business-menu/SbtImportexport';
57
36
  export { default as SbtInpatientmanagement } from './components/sbt/business-menu/SbtInpatientmanagement';
58
37
  export { default as SbtInsurancecompany } from './components/sbt/business-menu/SbtInsurancecompany';
38
+ export { default as SbtInterests } from './components/sbt/business-menu/SbtInterests';
59
39
  export { default as SbtMail } from './components/sbt/business-menu/SbtMail';
60
40
  export { default as SbtMessage } from './components/sbt/business-menu/SbtMessage';
61
41
  export { default as SbtMija } from './components/sbt/business-menu/SbtMija';
@@ -83,6 +63,30 @@ export { default as SbtSupplementdata } from './components/sbt/business-menu/Sbt
83
63
  export { default as SbtTransactionflow } from './components/sbt/business-menu/SbtTransactionflow';
84
64
  export { default as SbtUsermanagement } from './components/sbt/business-menu/SbtUsermanagement';
85
65
  export { default as SbtUseroverview } from './components/sbt/business-menu/SbtUseroverview';
66
+ export { default as SbtExcel } from './components/sbt/old-twocolor/SbtExcel';
67
+ export { default as SbtJpgFill } from './components/sbt/old-twocolor/SbtJpgFill';
68
+ export { default as SbtPdfFill } from './components/sbt/old-twocolor/SbtPdfFill';
69
+ export { default as SbtPngFill } from './components/sbt/old-twocolor/SbtPngFill';
70
+ export { default as SbtRarFill } from './components/sbt/old-twocolor/SbtRarFill';
71
+ export { default as SbtWordFill } from './components/sbt/old-twocolor/SbtWordFill';
72
+ export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
73
+ export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
74
+ export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
75
+ export { default as Attestationing } from './components/sbt/suggestion/Attestationing';
76
+ export { default as ClaimsAssessment } from './components/sbt/suggestion/ClaimsAssessment';
77
+ export { default as Examine } from './components/sbt/suggestion/Examine';
78
+ export { default as Finish } from './components/sbt/suggestion/Finish';
79
+ export { default as ProcessFail } from './components/sbt/suggestion/ProcessFail';
80
+ export { default as ProcessPass } from './components/sbt/suggestion/ProcessPass';
81
+ export { default as QuickCompensation } from './components/sbt/suggestion/QuickCompensation';
82
+ export { default as Revoke } from './components/sbt/suggestion/Revoke';
83
+ export { default as SbtDirect } from './components/sbt/suggestion/SbtDirect';
84
+ export { default as SbtDirectFill } from './components/sbt/suggestion/SbtDirectFill';
85
+ export { default as SbtDirectRevoke } from './components/sbt/suggestion/SbtDirectRevoke';
86
+ export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
87
+ export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
88
+ export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
89
+ export { default as Wait } from './components/sbt/suggestion/Wait';
86
90
  export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
87
91
  export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
88
92
  export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
package/es/index.js CHANGED
@@ -1,8 +1,8 @@
1
- export { default as PatientInformation } from "./components/general/currency/PatientInformation";
2
1
  export { default as Bill } from "./components/business/business-menu/Bill";
3
2
  export { default as Generate } from "./components/business/business-menu/Generate";
4
3
  export { default as Payment } from "./components/business/business-menu/Payment";
5
4
  export { default as Reconciliation } from "./components/business/business-menu/Reconciliation";
5
+ export { default as PatientInformation } from "./components/general/currency/PatientInformation";
6
6
  export { default as SbtCheckFill } from "./components/sbt/currency/SbtCheckFill";
7
7
  export { default as SbtLevelone } from "./components/sbt/currency/SbtLevelone";
8
8
  export { default as SbtLeveltwo } from "./components/sbt/currency/SbtLeveltwo";
@@ -15,29 +15,6 @@ export { default as SbtRetract } from "./components/sbt/currency/SbtRetract";
15
15
  export { default as SbtRetractFill } from "./components/sbt/currency/SbtRetractFill";
16
16
  export { default as SbtRole } from "./components/sbt/currency/SbtRole";
17
17
  export { default as SbtUsermanage } from "./components/sbt/currency/SbtUsermanage";
18
- export { default as SbtJpgFill } from "./components/sbt/old-twocolor/SbtJpgFill";
19
- export { default as SbtPdfFill } from "./components/sbt/old-twocolor/SbtPdfFill";
20
- export { default as SbtPngFill } from "./components/sbt/old-twocolor/SbtPngFill";
21
- export { default as SbtRarFill } from "./components/sbt/old-twocolor/SbtRarFill";
22
- export { default as SbtWordFill } from "./components/sbt/old-twocolor/SbtWordFill";
23
- export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
24
- export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
25
- export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
26
- export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
27
- export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
28
- export { default as Examine } from "./components/sbt/suggestion/Examine";
29
- export { default as Finish } from "./components/sbt/suggestion/Finish";
30
- export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
31
- export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
32
- export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
33
- export { default as Revoke } from "./components/sbt/suggestion/Revoke";
34
- export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
35
- export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
36
- export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
37
- export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
38
- export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
39
- export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
40
- export { default as Wait } from "./components/sbt/suggestion/Wait";
41
18
  export { default as Document } from "./components/sbt/business-menu/Document";
42
19
  export { default as Insurancepolicy } from "./components/sbt/business-menu/Insurancepolicy";
43
20
  export { default as PaymentFill } from "./components/sbt/business-menu/PaymentFill";
@@ -52,10 +29,13 @@ export { default as SbtComprehensive } from "./components/sbt/business-menu/SbtC
52
29
  export { default as SbtConfigurationcenter } from "./components/sbt/business-menu/SbtConfigurationcenter";
53
30
  export { default as SbtDepartment } from "./components/sbt/business-menu/SbtDepartment";
54
31
  export { default as SbtDetailssearch } from "./components/sbt/business-menu/SbtDetailssearch";
32
+ export { default as SbtExport } from "./components/sbt/business-menu/SbtExport";
55
33
  export { default as SbtHospital } from "./components/sbt/business-menu/SbtHospital";
56
34
  export { default as SbtHospitalconfiguration } from "./components/sbt/business-menu/SbtHospitalconfiguration";
35
+ export { default as SbtImportexport } from "./components/sbt/business-menu/SbtImportexport";
57
36
  export { default as SbtInpatientmanagement } from "./components/sbt/business-menu/SbtInpatientmanagement";
58
37
  export { default as SbtInsurancecompany } from "./components/sbt/business-menu/SbtInsurancecompany";
38
+ export { default as SbtInterests } from "./components/sbt/business-menu/SbtInterests";
59
39
  export { default as SbtMail } from "./components/sbt/business-menu/SbtMail";
60
40
  export { default as SbtMessage } from "./components/sbt/business-menu/SbtMessage";
61
41
  export { default as SbtMija } from "./components/sbt/business-menu/SbtMija";
@@ -83,6 +63,30 @@ export { default as SbtSupplementdata } from "./components/sbt/business-menu/Sbt
83
63
  export { default as SbtTransactionflow } from "./components/sbt/business-menu/SbtTransactionflow";
84
64
  export { default as SbtUsermanagement } from "./components/sbt/business-menu/SbtUsermanagement";
85
65
  export { default as SbtUseroverview } from "./components/sbt/business-menu/SbtUseroverview";
66
+ export { default as SbtExcel } from "./components/sbt/old-twocolor/SbtExcel";
67
+ export { default as SbtJpgFill } from "./components/sbt/old-twocolor/SbtJpgFill";
68
+ export { default as SbtPdfFill } from "./components/sbt/old-twocolor/SbtPdfFill";
69
+ export { default as SbtPngFill } from "./components/sbt/old-twocolor/SbtPngFill";
70
+ export { default as SbtRarFill } from "./components/sbt/old-twocolor/SbtRarFill";
71
+ export { default as SbtWordFill } from "./components/sbt/old-twocolor/SbtWordFill";
72
+ export { default as ApplyFail } from "./components/sbt/suggestion/ApplyFail";
73
+ export { default as ApplySuccess } from "./components/sbt/suggestion/ApplySuccess";
74
+ export { default as AttestationFail } from "./components/sbt/suggestion/AttestationFail";
75
+ export { default as Attestationing } from "./components/sbt/suggestion/Attestationing";
76
+ export { default as ClaimsAssessment } from "./components/sbt/suggestion/ClaimsAssessment";
77
+ export { default as Examine } from "./components/sbt/suggestion/Examine";
78
+ export { default as Finish } from "./components/sbt/suggestion/Finish";
79
+ export { default as ProcessFail } from "./components/sbt/suggestion/ProcessFail";
80
+ export { default as ProcessPass } from "./components/sbt/suggestion/ProcessPass";
81
+ export { default as QuickCompensation } from "./components/sbt/suggestion/QuickCompensation";
82
+ export { default as Revoke } from "./components/sbt/suggestion/Revoke";
83
+ export { default as SbtDirect } from "./components/sbt/suggestion/SbtDirect";
84
+ export { default as SbtDirectFill } from "./components/sbt/suggestion/SbtDirectFill";
85
+ export { default as SbtDirectRevoke } from "./components/sbt/suggestion/SbtDirectRevoke";
86
+ export { default as SbtQuick } from "./components/sbt/suggestion/SbtQuick";
87
+ export { default as SbtQuickFill } from "./components/sbt/suggestion/SbtQuickFill";
88
+ export { default as SbtQuickRevoke } from "./components/sbt/suggestion/SbtQuickRevoke";
89
+ export { default as Wait } from "./components/sbt/suggestion/Wait";
86
90
  export { default as Bingzuwentifankui } from "./components/fs/old-twocolor/Bingzuwentifankui";
87
91
  export { default as BingzuwentifankuiNew } from "./components/fs/old-twocolor/BingzuwentifankuiNew";
88
92
  export { default as CasesDoubt } from "./components/fs/old-twocolor/CasesDoubt";
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export 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 _sbtExport = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-export"));
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: _sbtExport.default,
16
+ iconName: 'sbt-export',
17
+ "icon-type": 'sbt/business-menu'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export 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 _sbtImportexport = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-importexport"));
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: _sbtImportexport.default,
16
+ iconName: 'sbt-importexport',
17
+ "icon-type": 'sbt/business-menu'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export 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 _sbtInterests = _interopRequireDefault(require("../../../icons/sbt/business-menu/sbt-interests"));
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: _sbtInterests.default,
16
+ iconName: 'sbt-interests',
17
+ "icon-type": 'sbt/business-menu'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -12,10 +12,13 @@ export { default as SbtComprehensive } from './SbtComprehensive';
12
12
  export { default as SbtConfigurationcenter } from './SbtConfigurationcenter';
13
13
  export { default as SbtDepartment } from './SbtDepartment';
14
14
  export { default as SbtDetailssearch } from './SbtDetailssearch';
15
+ export { default as SbtExport } from './SbtExport';
15
16
  export { default as SbtHospital } from './SbtHospital';
16
17
  export { default as SbtHospitalconfiguration } from './SbtHospitalconfiguration';
18
+ export { default as SbtImportexport } from './SbtImportexport';
17
19
  export { default as SbtInpatientmanagement } from './SbtInpatientmanagement';
18
20
  export { default as SbtInsurancecompany } from './SbtInsurancecompany';
21
+ export { default as SbtInterests } from './SbtInterests';
19
22
  export { default as SbtMail } from './SbtMail';
20
23
  export { default as SbtMessage } from './SbtMessage';
21
24
  export { default as SbtMija } from './SbtMija';
@@ -87,6 +87,12 @@ Object.defineProperty(exports, "SbtDetailssearch", {
87
87
  return _SbtDetailssearch.default;
88
88
  }
89
89
  });
90
+ Object.defineProperty(exports, "SbtExport", {
91
+ enumerable: true,
92
+ get: function get() {
93
+ return _SbtExport.default;
94
+ }
95
+ });
90
96
  Object.defineProperty(exports, "SbtHospital", {
91
97
  enumerable: true,
92
98
  get: function get() {
@@ -99,6 +105,12 @@ Object.defineProperty(exports, "SbtHospitalconfiguration", {
99
105
  return _SbtHospitalconfiguration.default;
100
106
  }
101
107
  });
108
+ Object.defineProperty(exports, "SbtImportexport", {
109
+ enumerable: true,
110
+ get: function get() {
111
+ return _SbtImportexport.default;
112
+ }
113
+ });
102
114
  Object.defineProperty(exports, "SbtInpatientmanagement", {
103
115
  enumerable: true,
104
116
  get: function get() {
@@ -111,6 +123,12 @@ Object.defineProperty(exports, "SbtInsurancecompany", {
111
123
  return _SbtInsurancecompany.default;
112
124
  }
113
125
  });
126
+ Object.defineProperty(exports, "SbtInterests", {
127
+ enumerable: true,
128
+ get: function get() {
129
+ return _SbtInterests.default;
130
+ }
131
+ });
114
132
  Object.defineProperty(exports, "SbtMail", {
115
133
  enumerable: true,
116
134
  get: function get() {
@@ -287,10 +305,13 @@ var _SbtComprehensive = _interopRequireDefault(require("./SbtComprehensive"));
287
305
  var _SbtConfigurationcenter = _interopRequireDefault(require("./SbtConfigurationcenter"));
288
306
  var _SbtDepartment = _interopRequireDefault(require("./SbtDepartment"));
289
307
  var _SbtDetailssearch = _interopRequireDefault(require("./SbtDetailssearch"));
308
+ var _SbtExport = _interopRequireDefault(require("./SbtExport"));
290
309
  var _SbtHospital = _interopRequireDefault(require("./SbtHospital"));
291
310
  var _SbtHospitalconfiguration = _interopRequireDefault(require("./SbtHospitalconfiguration"));
311
+ var _SbtImportexport = _interopRequireDefault(require("./SbtImportexport"));
292
312
  var _SbtInpatientmanagement = _interopRequireDefault(require("./SbtInpatientmanagement"));
293
313
  var _SbtInsurancecompany = _interopRequireDefault(require("./SbtInsurancecompany"));
314
+ var _SbtInterests = _interopRequireDefault(require("./SbtInterests"));
294
315
  var _SbtMail = _interopRequireDefault(require("./SbtMail"));
295
316
  var _SbtMessage = _interopRequireDefault(require("./SbtMessage"));
296
317
  var _SbtMija = _interopRequireDefault(require("./SbtMija"));
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { Iprops } from '../../../types';
3
+ declare const _default: (props?: Iprops) => React.JSX.Element;
4
+ export 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 _sbtExcel = _interopRequireDefault(require("../../../icons/sbt/old-twocolor/sbt-excel"));
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: _sbtExcel.default,
16
+ iconName: 'sbt-excel',
17
+ "icon-type": 'sbt/old-twocolor'
18
+ }));
19
+ };
20
+ exports.default = _default;
@@ -1,3 +1,4 @@
1
+ export { default as SbtExcel } from './SbtExcel';
1
2
  export { default as SbtJpgFill } from './SbtJpgFill';
2
3
  export { default as SbtPdfFill } from './SbtPdfFill';
3
4
  export { default as SbtPngFill } from './SbtPngFill';
@@ -3,6 +3,12 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ Object.defineProperty(exports, "SbtExcel", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _SbtExcel.default;
10
+ }
11
+ });
6
12
  Object.defineProperty(exports, "SbtJpgFill", {
7
13
  enumerable: true,
8
14
  get: function get() {
@@ -33,6 +39,7 @@ Object.defineProperty(exports, "SbtWordFill", {
33
39
  return _SbtWordFill.default;
34
40
  }
35
41
  });
42
+ var _SbtExcel = _interopRequireDefault(require("./SbtExcel"));
36
43
  var _SbtJpgFill = _interopRequireDefault(require("./SbtJpgFill"));
37
44
  var _SbtPdfFill = _interopRequireDefault(require("./SbtPdfFill"));
38
45
  var _SbtPngFill = _interopRequireDefault(require("./SbtPngFill"));
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,42 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-export",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M91.43 54.86h9.14q36.57 0 36.57 36.57V893.7q0 36.58-36.57 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57zM884.57 54.86h9.14q36.58 0 36.58 36.57v400q0 36.57-36.58 36.57h-9.14Q848 528 848 491.43v-400q0-36.57 36.57-36.57z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M930.29 91.43v9.14q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57H893.7q36.58 0 36.58 36.57zM492.57 885.71v9.15q0 36.57-36.57 36.57H91.43q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57H456q36.57 0 36.57 36.57zM610.2900000000001 751.36h322.28q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.14q0-36.57 36.58-36.57z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M861.07 664.72l98.15 98.14q25.86 25.86 0 51.72l-.02.02q-25.86 25.86-51.72 0l-98.14-98.15q-25.86-25.86 0-51.72l.01-.01q25.86-25.86 51.72 0z"
30
+ },
31
+ "children": []
32
+ }, {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "d": "M861.07 920.28l98.15-98.15q25.86-25.86 0-51.72l-.02-.02q-25.86-25.86-51.72 0l-98.14 98.15q-25.86 25.86 0 51.72l.01.02q25.86 25.86 51.72 0zM392 277.71h347.43q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H392q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15zM392 456h347.43q9.14 0 9.14 9.14V520q0 9.14-9.14 9.14H392q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 456h64q9.15 0 9.15 9.14V520q0 9.14-9.15 9.14h-64q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 277.71h64q9.15 0 9.15 9.15v54.85q0 9.15-9.15 9.15h-64q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15z"
36
+ },
37
+ "children": []
38
+ }]
39
+ }
40
+ };
41
+ var _default = node;
42
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-importexport",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M91.43 54.86h9.14q36.57 0 36.57 36.57V893.7q0 36.58-36.57 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57zM884.57 54.86h9.14q36.58 0 36.58 36.57V605.7q0 36.58-36.58 36.58h-9.14q-36.57 0-36.57-36.58V91.43q0-36.57 36.57-36.57z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M930.29 91.43v9.14q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.14q0-36.57 36.57-36.57H893.7q36.58 0 36.58 36.57zM498.29 885.71v9.15q0 36.57-36.58 36.57H91.43q-36.57 0-36.57-36.57v-9.15q0-36.57 36.57-36.57H461.7q36.58 0 36.58 36.57zM610.2900000000001 735.39h322.28q36.57 0 36.57 36.57v9.14q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.14q0-36.57 36.58-36.57zM610.2900000000001 849.67h322.28q36.57 0 36.57 36.57v9.15q0 36.57-36.57 36.57H610.3q-36.58 0-36.58-36.57v-9.15q0-36.57 36.58-36.57z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M922.1800000000001 709.29l35.56 35.56q25.86 25.86 0 51.72l-.03.03q-25.86 25.86-51.72 0l-35.56-35.56q-25.86-25.86 0-51.72l.03-.03q25.86-25.86 51.72 0zM636.46 870.4300000000001L672 906q25.86 25.86 0 51.72l-.02.02q-25.86 25.86-51.72 0l-35.56-35.55q-25.86-25.86 0-51.72l.03-.03q25.86-25.86 51.72 0zM392 277.71h347.43q9.14 0 9.14 9.15v54.85q0 9.15-9.14 9.15H392q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15zM392 456h347.43q9.14 0 9.14 9.14V520q0 9.14-9.14 9.14H392q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 456h64q9.15 0 9.15 9.14V520q0 9.14-9.15 9.14h-64q-9.14 0-9.14-9.14v-54.86q0-9.14 9.14-9.14zM245.70999999999998 277.71h64q9.15 0 9.15 9.15v54.85q0 9.15-9.15 9.15h-64q-9.14 0-9.14-9.15v-54.85q0-9.15 9.14-9.15z"
30
+ },
31
+ "children": []
32
+ }]
33
+ }
34
+ };
35
+ var _default = node;
36
+ exports.default = _default;
@@ -0,0 +1,17 @@
1
+ declare const node: {
2
+ name: string;
3
+ nodeTree: {
4
+ tag: string;
5
+ attrs: {
6
+ viewBox: string;
7
+ };
8
+ children: {
9
+ tag: string;
10
+ attrs: {
11
+ d: string;
12
+ };
13
+ children: never[];
14
+ }[];
15
+ };
16
+ };
17
+ export default node;
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-interests",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M82.94 242.73L493.46 5.71q31.67-18.28 49.96 13.39l4.57 7.92q18.29 31.67-13.39 49.96L124.08 313.99q-31.67 18.29-49.96-13.38l-4.57-7.92q-18.28-31.67 13.39-49.96z"
18
+ },
19
+ "children": []
20
+ }, {
21
+ "tag": "path",
22
+ "attrs": {
23
+ "d": "M64 749.4599999999999V275.43q0-36.57 36.57-36.57h9.14q36.58 0 36.58 36.57v474.03q0 36.57-36.58 36.57h-9.14Q64 786.03 64 749.46zM877.71 749.4599999999999V275.43q0-36.57 36.58-36.57h9.14q36.57 0 36.57 36.57v474.03q0 36.57-36.57 36.57h-9.14q-36.58 0-36.58-36.57z"
24
+ },
25
+ "children": []
26
+ }, {
27
+ "tag": "path",
28
+ "attrs": {
29
+ "d": "M82.94 782.12l410.52 237.01q31.67 18.29 49.96-13.38l4.57-7.92q18.29-31.67-13.39-49.96L124.08 710.86q-31.67-18.29-49.96 13.38l-4.57 7.92q-18.28 31.67 13.39 49.96zM940.48 242.73L529.96 5.7Q498.29-12.57 480 19.1l-4.57 7.92q-18.29 31.67 13.38 49.96l410.53 237.01q31.67 18.29 49.95-13.39l4.58-7.91q18.28-31.68-13.39-49.96z"
30
+ },
31
+ "children": []
32
+ }, {
33
+ "tag": "path",
34
+ "attrs": {
35
+ "d": "M940.48 782.12l-410.52 237.01q-31.67 18.29-49.96-13.38l-4.57-7.92q-18.29-31.67 13.38-49.96l410.53-237.01q31.67-18.29 49.95 13.38l4.58 7.92q18.28 31.67-13.39 49.96zM503.6 705.4c4.21 7.29 15.2 5.51 16.89-2.73l16.66-81.32a9.14 9.14 0 00-1.04-6.41L396.13 372.49a9.14 9.14 0 00-12.49-3.35l-47.51 27.43a9.14 9.14 0 00-3.35 12.49L503.61 705.4z"
36
+ },
37
+ "children": []
38
+ }, {
39
+ "tag": "path",
40
+ "attrs": {
41
+ "d": "M687.62 396.73a9.14 9.14 0 013.34 12.5l-171.22 295.6c-4.22 7.28-15.2 5.47-16.87-2.78L486.6 621.5a9.14 9.14 0 011.04-6.38l139.99-242.46a9.14 9.14 0 0112.49-3.35l47.5 27.42z"
42
+ },
43
+ "children": []
44
+ }]
45
+ }
46
+ };
47
+ var _default = node;
48
+ exports.default = _default;
@@ -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
+ attrs: {
11
+ d: string;
12
+ fill: string;
13
+ };
14
+ children: never[];
15
+ }[];
16
+ };
17
+ };
18
+ export default node;
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var node = {
8
+ "name": "sbt-excel",
9
+ "nodeTree": {
10
+ "tag": "svg",
11
+ "attrs": {
12
+ "viewBox": "0 0 1024 1024"
13
+ },
14
+ "children": [{
15
+ "tag": "path",
16
+ "attrs": {
17
+ "d": "M109.71 984V36.57A36.57 36.57 0 01146.3 0H621.7L914.3 292.57V984a36.57 36.57 0 01-36.58 36.57H146.3A36.57 36.57 0 01109.7 984z",
18
+ "fill": "#A3D7FF"
19
+ },
20
+ "children": []
21
+ }, {
22
+ "tag": "path",
23
+ "attrs": {
24
+ "d": "M658.29 292.57A36.57 36.57 0 01621.72 256V0l292.57 292.57h-256zm27.46 114.68a9.14 9.14 0 00-7.68-14.1h-60.52a9.14 9.14 0 00-7.68 4.18L512 548.87l-97.87-151.54a9.14 9.14 0 00-7.68-4.19h-60.52a9.14 9.14 0 00-7.68 14.1l132.6 205.33-132.6 205.33a9.14 9.14 0 007.68 14.1h60.52a9.14 9.14 0 007.68-4.18L512 676.28l97.87 151.54a9.14 9.14 0 007.68 4.18h60.52a9.14 9.14 0 007.68-14.1l-132.6-205.33 132.6-205.32z",
25
+ "fill": "#006DFC"
26
+ },
27
+ "children": []
28
+ }]
29
+ }
30
+ };
31
+ var _default = node;
32
+ exports.default = _default;
package/lib/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- export { default as PatientInformation } from './components/general/currency/PatientInformation';
2
1
  export { default as Bill } from './components/business/business-menu/Bill';
3
2
  export { default as Generate } from './components/business/business-menu/Generate';
4
3
  export { default as Payment } from './components/business/business-menu/Payment';
5
4
  export { default as Reconciliation } from './components/business/business-menu/Reconciliation';
5
+ export { default as PatientInformation } from './components/general/currency/PatientInformation';
6
6
  export { default as SbtCheckFill } from './components/sbt/currency/SbtCheckFill';
7
7
  export { default as SbtLevelone } from './components/sbt/currency/SbtLevelone';
8
8
  export { default as SbtLeveltwo } from './components/sbt/currency/SbtLeveltwo';
@@ -15,29 +15,6 @@ export { default as SbtRetract } from './components/sbt/currency/SbtRetract';
15
15
  export { default as SbtRetractFill } from './components/sbt/currency/SbtRetractFill';
16
16
  export { default as SbtRole } from './components/sbt/currency/SbtRole';
17
17
  export { default as SbtUsermanage } from './components/sbt/currency/SbtUsermanage';
18
- export { default as SbtJpgFill } from './components/sbt/old-twocolor/SbtJpgFill';
19
- export { default as SbtPdfFill } from './components/sbt/old-twocolor/SbtPdfFill';
20
- export { default as SbtPngFill } from './components/sbt/old-twocolor/SbtPngFill';
21
- export { default as SbtRarFill } from './components/sbt/old-twocolor/SbtRarFill';
22
- export { default as SbtWordFill } from './components/sbt/old-twocolor/SbtWordFill';
23
- export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
24
- export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
25
- export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
26
- export { default as Attestationing } from './components/sbt/suggestion/Attestationing';
27
- export { default as ClaimsAssessment } from './components/sbt/suggestion/ClaimsAssessment';
28
- export { default as Examine } from './components/sbt/suggestion/Examine';
29
- export { default as Finish } from './components/sbt/suggestion/Finish';
30
- export { default as ProcessFail } from './components/sbt/suggestion/ProcessFail';
31
- export { default as ProcessPass } from './components/sbt/suggestion/ProcessPass';
32
- export { default as QuickCompensation } from './components/sbt/suggestion/QuickCompensation';
33
- export { default as Revoke } from './components/sbt/suggestion/Revoke';
34
- export { default as SbtDirect } from './components/sbt/suggestion/SbtDirect';
35
- export { default as SbtDirectFill } from './components/sbt/suggestion/SbtDirectFill';
36
- export { default as SbtDirectRevoke } from './components/sbt/suggestion/SbtDirectRevoke';
37
- export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
38
- export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
39
- export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
40
- export { default as Wait } from './components/sbt/suggestion/Wait';
41
18
  export { default as Document } from './components/sbt/business-menu/Document';
42
19
  export { default as Insurancepolicy } from './components/sbt/business-menu/Insurancepolicy';
43
20
  export { default as PaymentFill } from './components/sbt/business-menu/PaymentFill';
@@ -52,10 +29,13 @@ export { default as SbtComprehensive } from './components/sbt/business-menu/SbtC
52
29
  export { default as SbtConfigurationcenter } from './components/sbt/business-menu/SbtConfigurationcenter';
53
30
  export { default as SbtDepartment } from './components/sbt/business-menu/SbtDepartment';
54
31
  export { default as SbtDetailssearch } from './components/sbt/business-menu/SbtDetailssearch';
32
+ export { default as SbtExport } from './components/sbt/business-menu/SbtExport';
55
33
  export { default as SbtHospital } from './components/sbt/business-menu/SbtHospital';
56
34
  export { default as SbtHospitalconfiguration } from './components/sbt/business-menu/SbtHospitalconfiguration';
35
+ export { default as SbtImportexport } from './components/sbt/business-menu/SbtImportexport';
57
36
  export { default as SbtInpatientmanagement } from './components/sbt/business-menu/SbtInpatientmanagement';
58
37
  export { default as SbtInsurancecompany } from './components/sbt/business-menu/SbtInsurancecompany';
38
+ export { default as SbtInterests } from './components/sbt/business-menu/SbtInterests';
59
39
  export { default as SbtMail } from './components/sbt/business-menu/SbtMail';
60
40
  export { default as SbtMessage } from './components/sbt/business-menu/SbtMessage';
61
41
  export { default as SbtMija } from './components/sbt/business-menu/SbtMija';
@@ -83,6 +63,30 @@ export { default as SbtSupplementdata } from './components/sbt/business-menu/Sbt
83
63
  export { default as SbtTransactionflow } from './components/sbt/business-menu/SbtTransactionflow';
84
64
  export { default as SbtUsermanagement } from './components/sbt/business-menu/SbtUsermanagement';
85
65
  export { default as SbtUseroverview } from './components/sbt/business-menu/SbtUseroverview';
66
+ export { default as SbtExcel } from './components/sbt/old-twocolor/SbtExcel';
67
+ export { default as SbtJpgFill } from './components/sbt/old-twocolor/SbtJpgFill';
68
+ export { default as SbtPdfFill } from './components/sbt/old-twocolor/SbtPdfFill';
69
+ export { default as SbtPngFill } from './components/sbt/old-twocolor/SbtPngFill';
70
+ export { default as SbtRarFill } from './components/sbt/old-twocolor/SbtRarFill';
71
+ export { default as SbtWordFill } from './components/sbt/old-twocolor/SbtWordFill';
72
+ export { default as ApplyFail } from './components/sbt/suggestion/ApplyFail';
73
+ export { default as ApplySuccess } from './components/sbt/suggestion/ApplySuccess';
74
+ export { default as AttestationFail } from './components/sbt/suggestion/AttestationFail';
75
+ export { default as Attestationing } from './components/sbt/suggestion/Attestationing';
76
+ export { default as ClaimsAssessment } from './components/sbt/suggestion/ClaimsAssessment';
77
+ export { default as Examine } from './components/sbt/suggestion/Examine';
78
+ export { default as Finish } from './components/sbt/suggestion/Finish';
79
+ export { default as ProcessFail } from './components/sbt/suggestion/ProcessFail';
80
+ export { default as ProcessPass } from './components/sbt/suggestion/ProcessPass';
81
+ export { default as QuickCompensation } from './components/sbt/suggestion/QuickCompensation';
82
+ export { default as Revoke } from './components/sbt/suggestion/Revoke';
83
+ export { default as SbtDirect } from './components/sbt/suggestion/SbtDirect';
84
+ export { default as SbtDirectFill } from './components/sbt/suggestion/SbtDirectFill';
85
+ export { default as SbtDirectRevoke } from './components/sbt/suggestion/SbtDirectRevoke';
86
+ export { default as SbtQuick } from './components/sbt/suggestion/SbtQuick';
87
+ export { default as SbtQuickFill } from './components/sbt/suggestion/SbtQuickFill';
88
+ export { default as SbtQuickRevoke } from './components/sbt/suggestion/SbtQuickRevoke';
89
+ export { default as Wait } from './components/sbt/suggestion/Wait';
86
90
  export { default as Bingzuwentifankui } from './components/fs/old-twocolor/Bingzuwentifankui';
87
91
  export { default as BingzuwentifankuiNew } from './components/fs/old-twocolor/BingzuwentifankuiNew';
88
92
  export { default as CasesDoubt } from './components/fs/old-twocolor/CasesDoubt';
package/lib/index.js CHANGED
@@ -2463,6 +2463,18 @@ Object.defineProperty(exports, "SbtDirectRevoke", {
2463
2463
  return _SbtDirectRevoke.default;
2464
2464
  }
2465
2465
  });
2466
+ Object.defineProperty(exports, "SbtExcel", {
2467
+ enumerable: true,
2468
+ get: function get() {
2469
+ return _SbtExcel.default;
2470
+ }
2471
+ });
2472
+ Object.defineProperty(exports, "SbtExport", {
2473
+ enumerable: true,
2474
+ get: function get() {
2475
+ return _SbtExport.default;
2476
+ }
2477
+ });
2466
2478
  Object.defineProperty(exports, "SbtHospital", {
2467
2479
  enumerable: true,
2468
2480
  get: function get() {
@@ -2475,6 +2487,12 @@ Object.defineProperty(exports, "SbtHospitalconfiguration", {
2475
2487
  return _SbtHospitalconfiguration.default;
2476
2488
  }
2477
2489
  });
2490
+ Object.defineProperty(exports, "SbtImportexport", {
2491
+ enumerable: true,
2492
+ get: function get() {
2493
+ return _SbtImportexport.default;
2494
+ }
2495
+ });
2478
2496
  Object.defineProperty(exports, "SbtInpatientmanagement", {
2479
2497
  enumerable: true,
2480
2498
  get: function get() {
@@ -2487,6 +2505,12 @@ Object.defineProperty(exports, "SbtInsurancecompany", {
2487
2505
  return _SbtInsurancecompany.default;
2488
2506
  }
2489
2507
  });
2508
+ Object.defineProperty(exports, "SbtInterests", {
2509
+ enumerable: true,
2510
+ get: function get() {
2511
+ return _SbtInterests.default;
2512
+ }
2513
+ });
2490
2514
  Object.defineProperty(exports, "SbtJpgFill", {
2491
2515
  enumerable: true,
2492
2516
  get: function get() {
@@ -3453,11 +3477,11 @@ Object.defineProperty(exports, "Zygl", {
3453
3477
  return _Zygl.default;
3454
3478
  }
3455
3479
  });
3456
- var _PatientInformation = _interopRequireDefault(require("./components/general/currency/PatientInformation"));
3457
3480
  var _Bill = _interopRequireDefault(require("./components/business/business-menu/Bill"));
3458
3481
  var _Generate = _interopRequireDefault(require("./components/business/business-menu/Generate"));
3459
3482
  var _Payment = _interopRequireDefault(require("./components/business/business-menu/Payment"));
3460
3483
  var _Reconciliation = _interopRequireDefault(require("./components/business/business-menu/Reconciliation"));
3484
+ var _PatientInformation = _interopRequireDefault(require("./components/general/currency/PatientInformation"));
3461
3485
  var _SbtCheckFill = _interopRequireDefault(require("./components/sbt/currency/SbtCheckFill"));
3462
3486
  var _SbtLevelone = _interopRequireDefault(require("./components/sbt/currency/SbtLevelone"));
3463
3487
  var _SbtLeveltwo = _interopRequireDefault(require("./components/sbt/currency/SbtLeveltwo"));
@@ -3470,29 +3494,6 @@ var _SbtRetract = _interopRequireDefault(require("./components/sbt/currency/SbtR
3470
3494
  var _SbtRetractFill = _interopRequireDefault(require("./components/sbt/currency/SbtRetractFill"));
3471
3495
  var _SbtRole = _interopRequireDefault(require("./components/sbt/currency/SbtRole"));
3472
3496
  var _SbtUsermanage = _interopRequireDefault(require("./components/sbt/currency/SbtUsermanage"));
3473
- var _SbtJpgFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtJpgFill"));
3474
- var _SbtPdfFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtPdfFill"));
3475
- var _SbtPngFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtPngFill"));
3476
- var _SbtRarFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtRarFill"));
3477
- var _SbtWordFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtWordFill"));
3478
- var _ApplyFail = _interopRequireDefault(require("./components/sbt/suggestion/ApplyFail"));
3479
- var _ApplySuccess = _interopRequireDefault(require("./components/sbt/suggestion/ApplySuccess"));
3480
- var _AttestationFail = _interopRequireDefault(require("./components/sbt/suggestion/AttestationFail"));
3481
- var _Attestationing = _interopRequireDefault(require("./components/sbt/suggestion/Attestationing"));
3482
- var _ClaimsAssessment = _interopRequireDefault(require("./components/sbt/suggestion/ClaimsAssessment"));
3483
- var _Examine = _interopRequireDefault(require("./components/sbt/suggestion/Examine"));
3484
- var _Finish = _interopRequireDefault(require("./components/sbt/suggestion/Finish"));
3485
- var _ProcessFail = _interopRequireDefault(require("./components/sbt/suggestion/ProcessFail"));
3486
- var _ProcessPass = _interopRequireDefault(require("./components/sbt/suggestion/ProcessPass"));
3487
- var _QuickCompensation = _interopRequireDefault(require("./components/sbt/suggestion/QuickCompensation"));
3488
- var _Revoke = _interopRequireDefault(require("./components/sbt/suggestion/Revoke"));
3489
- var _SbtDirect = _interopRequireDefault(require("./components/sbt/suggestion/SbtDirect"));
3490
- var _SbtDirectFill = _interopRequireDefault(require("./components/sbt/suggestion/SbtDirectFill"));
3491
- var _SbtDirectRevoke = _interopRequireDefault(require("./components/sbt/suggestion/SbtDirectRevoke"));
3492
- var _SbtQuick = _interopRequireDefault(require("./components/sbt/suggestion/SbtQuick"));
3493
- var _SbtQuickFill = _interopRequireDefault(require("./components/sbt/suggestion/SbtQuickFill"));
3494
- var _SbtQuickRevoke = _interopRequireDefault(require("./components/sbt/suggestion/SbtQuickRevoke"));
3495
- var _Wait = _interopRequireDefault(require("./components/sbt/suggestion/Wait"));
3496
3497
  var _Document = _interopRequireDefault(require("./components/sbt/business-menu/Document"));
3497
3498
  var _Insurancepolicy = _interopRequireDefault(require("./components/sbt/business-menu/Insurancepolicy"));
3498
3499
  var _PaymentFill = _interopRequireDefault(require("./components/sbt/business-menu/PaymentFill"));
@@ -3507,10 +3508,13 @@ var _SbtComprehensive = _interopRequireDefault(require("./components/sbt/busines
3507
3508
  var _SbtConfigurationcenter = _interopRequireDefault(require("./components/sbt/business-menu/SbtConfigurationcenter"));
3508
3509
  var _SbtDepartment = _interopRequireDefault(require("./components/sbt/business-menu/SbtDepartment"));
3509
3510
  var _SbtDetailssearch = _interopRequireDefault(require("./components/sbt/business-menu/SbtDetailssearch"));
3511
+ var _SbtExport = _interopRequireDefault(require("./components/sbt/business-menu/SbtExport"));
3510
3512
  var _SbtHospital = _interopRequireDefault(require("./components/sbt/business-menu/SbtHospital"));
3511
3513
  var _SbtHospitalconfiguration = _interopRequireDefault(require("./components/sbt/business-menu/SbtHospitalconfiguration"));
3514
+ var _SbtImportexport = _interopRequireDefault(require("./components/sbt/business-menu/SbtImportexport"));
3512
3515
  var _SbtInpatientmanagement = _interopRequireDefault(require("./components/sbt/business-menu/SbtInpatientmanagement"));
3513
3516
  var _SbtInsurancecompany = _interopRequireDefault(require("./components/sbt/business-menu/SbtInsurancecompany"));
3517
+ var _SbtInterests = _interopRequireDefault(require("./components/sbt/business-menu/SbtInterests"));
3514
3518
  var _SbtMail = _interopRequireDefault(require("./components/sbt/business-menu/SbtMail"));
3515
3519
  var _SbtMessage = _interopRequireDefault(require("./components/sbt/business-menu/SbtMessage"));
3516
3520
  var _SbtMija = _interopRequireDefault(require("./components/sbt/business-menu/SbtMija"));
@@ -3538,6 +3542,30 @@ var _SbtSupplementdata = _interopRequireDefault(require("./components/sbt/busine
3538
3542
  var _SbtTransactionflow = _interopRequireDefault(require("./components/sbt/business-menu/SbtTransactionflow"));
3539
3543
  var _SbtUsermanagement = _interopRequireDefault(require("./components/sbt/business-menu/SbtUsermanagement"));
3540
3544
  var _SbtUseroverview = _interopRequireDefault(require("./components/sbt/business-menu/SbtUseroverview"));
3545
+ var _SbtExcel = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtExcel"));
3546
+ var _SbtJpgFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtJpgFill"));
3547
+ var _SbtPdfFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtPdfFill"));
3548
+ var _SbtPngFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtPngFill"));
3549
+ var _SbtRarFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtRarFill"));
3550
+ var _SbtWordFill = _interopRequireDefault(require("./components/sbt/old-twocolor/SbtWordFill"));
3551
+ var _ApplyFail = _interopRequireDefault(require("./components/sbt/suggestion/ApplyFail"));
3552
+ var _ApplySuccess = _interopRequireDefault(require("./components/sbt/suggestion/ApplySuccess"));
3553
+ var _AttestationFail = _interopRequireDefault(require("./components/sbt/suggestion/AttestationFail"));
3554
+ var _Attestationing = _interopRequireDefault(require("./components/sbt/suggestion/Attestationing"));
3555
+ var _ClaimsAssessment = _interopRequireDefault(require("./components/sbt/suggestion/ClaimsAssessment"));
3556
+ var _Examine = _interopRequireDefault(require("./components/sbt/suggestion/Examine"));
3557
+ var _Finish = _interopRequireDefault(require("./components/sbt/suggestion/Finish"));
3558
+ var _ProcessFail = _interopRequireDefault(require("./components/sbt/suggestion/ProcessFail"));
3559
+ var _ProcessPass = _interopRequireDefault(require("./components/sbt/suggestion/ProcessPass"));
3560
+ var _QuickCompensation = _interopRequireDefault(require("./components/sbt/suggestion/QuickCompensation"));
3561
+ var _Revoke = _interopRequireDefault(require("./components/sbt/suggestion/Revoke"));
3562
+ var _SbtDirect = _interopRequireDefault(require("./components/sbt/suggestion/SbtDirect"));
3563
+ var _SbtDirectFill = _interopRequireDefault(require("./components/sbt/suggestion/SbtDirectFill"));
3564
+ var _SbtDirectRevoke = _interopRequireDefault(require("./components/sbt/suggestion/SbtDirectRevoke"));
3565
+ var _SbtQuick = _interopRequireDefault(require("./components/sbt/suggestion/SbtQuick"));
3566
+ var _SbtQuickFill = _interopRequireDefault(require("./components/sbt/suggestion/SbtQuickFill"));
3567
+ var _SbtQuickRevoke = _interopRequireDefault(require("./components/sbt/suggestion/SbtQuickRevoke"));
3568
+ var _Wait = _interopRequireDefault(require("./components/sbt/suggestion/Wait"));
3541
3569
  var _Bingzuwentifankui = _interopRequireDefault(require("./components/fs/old-twocolor/Bingzuwentifankui"));
3542
3570
  var _BingzuwentifankuiNew = _interopRequireDefault(require("./components/fs/old-twocolor/BingzuwentifankuiNew"));
3543
3571
  var _CasesDoubt = _interopRequireDefault(require("./components/fs/old-twocolor/CasesDoubt"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firesoon/icons-react",
3
- "version": "3.0.32",
3
+ "version": "3.0.34",
4
4
  "description": "火树图标库",
5
5
  "keywords": [
6
6
  "svg",