@firesoon/icons-react 3.0.14 → 3.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +59 -59
- package/es/Icon.css +12 -12
- package/es/components/business/business-menu/Generate.js +12 -0
- package/es/components/business/business-menu/index.d.ts +1 -0
- package/es/components/business/business-menu/index.js +1 -0
- package/es/components/fs/business-menu/index.d.ts +7 -7
- package/es/components/fs/business-menu/index.js +7 -7
- package/es/components/fs/currency/index.d.ts +0 -1
- package/es/components/fs/old-outlined/index.d.ts +6 -6
- package/es/components/fs/old-outlined/index.js +6 -6
- package/es/components/{fs → general}/currency/PatientInformation.js +2 -2
- package/es/components/general/currency/index.d.ts +1 -0
- package/es/components/general/currency/index.js +1 -0
- package/es/dome/index.js +24 -4
- package/es/dome/index.less +8 -8
- package/es/icons/business/business-menu/generate.js +23 -0
- package/es/icons/general/currency/patient-information.js +17 -0
- package/es/index.d.ts +107 -106
- package/es/index.js +23 -21
- package/lib/Icon.css +12 -12
- package/lib/components/business/business-menu/Generate.d.ts +4 -0
- package/lib/components/business/business-menu/Generate.js +20 -0
- package/lib/components/business/business-menu/index.d.ts +1 -0
- package/lib/components/business/business-menu/index.js +13 -0
- package/lib/components/fs/business-menu/index.d.ts +7 -7
- package/lib/components/fs/business-menu/index.js +7 -7
- package/lib/components/fs/currency/index.d.ts +0 -1
- package/lib/components/fs/old-outlined/index.d.ts +6 -6
- package/lib/components/fs/old-outlined/index.js +6 -6
- package/lib/components/general/currency/PatientInformation.d.ts +4 -0
- package/lib/components/{fs → general}/currency/PatientInformation.js +2 -2
- package/lib/components/general/currency/index.d.ts +1 -0
- package/lib/components/general/currency/index.js +13 -0
- package/lib/dome/index.js +24 -4
- package/lib/dome/index.less +8 -8
- package/lib/icons/business/business-menu/generate.d.ts +17 -0
- package/lib/icons/business/business-menu/generate.js +30 -0
- package/lib/icons/general/currency/patient-information.d.ts +17 -0
- package/lib/icons/general/currency/patient-information.js +24 -0
- package/lib/index.d.ts +107 -106
- package/lib/index.js +35 -21
- package/package.json +56 -56
- package/es/icons/fs/currency/patient-information.js +0 -17
- package/lib/icons/fs/currency/patient-information.js +0 -24
- /package/es/components/{fs/currency/PatientInformation.d.ts → business/business-menu/Generate.d.ts} +0 -0
- /package/{lib/components/fs → es/components/general}/currency/PatientInformation.d.ts +0 -0
- /package/es/icons/{fs/currency/patient-information.d.ts → business/business-menu/generate.d.ts} +0 -0
- /package/{lib/icons/fs → es/icons/general}/currency/patient-information.d.ts +0 -0
package/README.md
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
# @firesoon/icons-react
|
|
2
|
-
|
|
3
|
-
## 命名规范
|
|
4
|
-
|
|
5
|
-
火树图标存放在 fs 文件夹下,文件命名前面加上 fs,例如(fs-add.svg)
|
|
6
|
-
商保通图标存放在 sbt 文件夹下,文件命名前面加上 sbt,例如(sbt-add.svg)
|
|
7
|
-
|
|
8
|
-
SVG to react dom <svg></svg>
|
|
9
|
-
|
|
10
|
-
## Install
|
|
11
|
-
|
|
12
|
-
This project uses node and npm
|
|
13
|
-
|
|
14
|
-
```bash
|
|
15
|
-
npm install @firesoon/icons-react
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
```bash
|
|
19
|
-
yarn add @firesoon/icons-react
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
## Usage
|
|
23
|
-
|
|
24
|
-
```jsx
|
|
25
|
-
import { User } from '@firesoon/icons-react';
|
|
26
|
-
|
|
27
|
-
// or
|
|
28
|
-
import User from '@firesoon/icons-react/User';
|
|
29
|
-
|
|
30
|
-
...
|
|
31
|
-
<User className="my-class" onClick={onClick} svgOption={{...}} />
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
## Development
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
npm run start
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
## Release
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
npm run build
|
|
44
|
-
npm publish
|
|
45
|
-
```
|
|
46
|
-
|
|
47
|
-
## FAQs
|
|
48
|
-
|
|
49
|
-
- 可以使用 type 指定图标吗?
|
|
50
|
-
|
|
51
|
-
不可以。这样不支持 tree shaking. antd v4 也取消了这种使用方式。
|
|
52
|
-
|
|
53
|
-
- 配合 antd 的可折叠菜单使用,为什么文字还显示?
|
|
54
|
-
|
|
55
|
-
antd 的折叠菜单搭配了 icons 的 className, 我们自己的图标库并没有,需要加上它的 className
|
|
56
|
-
|
|
57
|
-
```
|
|
58
|
-
<Home className="anticon anticon-home" />
|
|
59
|
-
```
|
|
1
|
+
# @firesoon/icons-react
|
|
2
|
+
|
|
3
|
+
## 命名规范
|
|
4
|
+
|
|
5
|
+
火树图标存放在 fs 文件夹下,文件命名前面加上 fs,例如(fs-add.svg)
|
|
6
|
+
商保通图标存放在 sbt 文件夹下,文件命名前面加上 sbt,例如(sbt-add.svg)
|
|
7
|
+
|
|
8
|
+
SVG to react dom <svg></svg>
|
|
9
|
+
|
|
10
|
+
## Install
|
|
11
|
+
|
|
12
|
+
This project uses node and npm
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npm install @firesoon/icons-react
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
```bash
|
|
19
|
+
yarn add @firesoon/icons-react
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
## Usage
|
|
23
|
+
|
|
24
|
+
```jsx
|
|
25
|
+
import { User } from '@firesoon/icons-react';
|
|
26
|
+
|
|
27
|
+
// or
|
|
28
|
+
import User from '@firesoon/icons-react/User';
|
|
29
|
+
|
|
30
|
+
...
|
|
31
|
+
<User className="my-class" onClick={onClick} svgOption={{...}} />
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Development
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
npm run start
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
## Release
|
|
41
|
+
|
|
42
|
+
```bash
|
|
43
|
+
npm run build
|
|
44
|
+
npm publish
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## FAQs
|
|
48
|
+
|
|
49
|
+
- 可以使用 type 指定图标吗?
|
|
50
|
+
|
|
51
|
+
不可以。这样不支持 tree shaking. antd v4 也取消了这种使用方式。
|
|
52
|
+
|
|
53
|
+
- 配合 antd 的可折叠菜单使用,为什么文字还显示?
|
|
54
|
+
|
|
55
|
+
antd 的折叠菜单搭配了 icons 的 className, 我们自己的图标库并没有,需要加上它的 className
|
|
56
|
+
|
|
57
|
+
```
|
|
58
|
+
<Home className="anticon anticon-home" />
|
|
59
|
+
```
|
package/es/Icon.css
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.fs-icon {
|
|
2
|
-
display: inline-block;
|
|
3
|
-
color: inherit;
|
|
4
|
-
font-style: normal;
|
|
5
|
-
line-height: 0;
|
|
6
|
-
text-align: center;
|
|
7
|
-
text-transform: none;
|
|
8
|
-
vertical-align: -0.125em;
|
|
9
|
-
text-rendering: optimizeLegibility;
|
|
10
|
-
-moz-osx-font-smoothing: grayscale;
|
|
11
|
-
-webkit-font-smoothing: antialiased;
|
|
12
|
-
}
|
|
1
|
+
.fs-icon {
|
|
2
|
+
display: inline-block;
|
|
3
|
+
color: inherit;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
line-height: 0;
|
|
6
|
+
text-align: center;
|
|
7
|
+
text-transform: none;
|
|
8
|
+
vertical-align: -0.125em;
|
|
9
|
+
text-rendering: optimizeLegibility;
|
|
10
|
+
-moz-osx-font-smoothing: grayscale;
|
|
11
|
+
-webkit-font-smoothing: antialiased;
|
|
12
|
+
}
|
|
@@ -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/undefined/business-menu/generate";
|
|
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: 'generate',
|
|
10
|
+
"icon-type": 'undefined/business-menu'
|
|
11
|
+
}));
|
|
12
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Generate } from './Generate';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Generate } from "./Generate";
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export { default as Analyse } from './Analyse';
|
|
2
2
|
export { default as Annotate } from './Annotate';
|
|
3
|
-
export { default as AppealFeedback } from './AppealFeedback';
|
|
4
|
-
export { default as AppealFeedbackFill } from './AppealFeedbackFill';
|
|
5
|
-
export { default as AppearCheck } from './AppearCheck';
|
|
6
|
-
export { default as AppearCheckFill } from './AppearCheckFill';
|
|
7
3
|
export { default as AppInstall } from './AppInstall';
|
|
8
4
|
export { default as AppInstallFill } from './AppInstallFill';
|
|
9
5
|
export { default as AppManagement } from './AppManagement';
|
|
10
6
|
export { default as AppManagementFill } from './AppManagementFill';
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
7
|
+
export { default as AppealFeedback } from './AppealFeedback';
|
|
8
|
+
export { default as AppealFeedbackFill } from './AppealFeedbackFill';
|
|
9
|
+
export { default as AppearCheck } from './AppearCheck';
|
|
10
|
+
export { default as AppearCheckFill } from './AppearCheckFill';
|
|
13
11
|
export { default as CaseUnusual } from './CaseUnusual';
|
|
14
12
|
export { default as CaseVerify } from './CaseVerify';
|
|
15
13
|
export { default as CaseVerifyFill } from './CaseVerifyFill';
|
|
14
|
+
export { default as CasegroupAnalyse } from './CasegroupAnalyse';
|
|
15
|
+
export { default as CasegroupAnalyseFill } from './CasegroupAnalyseFill';
|
|
16
16
|
export { default as ClinicalPathway } from './ClinicalPathway';
|
|
17
17
|
export { default as ClinicalPathwayFill } from './ClinicalPathwayFill';
|
|
18
18
|
export { default as CnDrg } from './CnDrg';
|
|
@@ -72,11 +72,11 @@ export { default as License } from './License';
|
|
|
72
72
|
export { default as LicenseFill } from './LicenseFill';
|
|
73
73
|
export { default as ListEdit } from './ListEdit';
|
|
74
74
|
export { default as ListEditFill } from './ListEditFill';
|
|
75
|
-
export { default as Listing } from './Listing';
|
|
76
75
|
export { default as ListQuality } from './ListQuality';
|
|
77
76
|
export { default as ListQualityFill } from './ListQualityFill';
|
|
78
77
|
export { default as ListVerify } from './ListVerify';
|
|
79
78
|
export { default as ListVerifyFill } from './ListVerifyFill';
|
|
79
|
+
export { default as Listing } from './Listing';
|
|
80
80
|
export { default as MedicalQuality } from './MedicalQuality';
|
|
81
81
|
export { default as MedicalQualityFill } from './MedicalQualityFill';
|
|
82
82
|
export { default as MonitorAnalyse } from './MonitorAnalyse';
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
export { default as Analyse } from "./Analyse";
|
|
2
2
|
export { default as Annotate } from "./Annotate";
|
|
3
|
-
export { default as AppealFeedback } from "./AppealFeedback";
|
|
4
|
-
export { default as AppealFeedbackFill } from "./AppealFeedbackFill";
|
|
5
|
-
export { default as AppearCheck } from "./AppearCheck";
|
|
6
|
-
export { default as AppearCheckFill } from "./AppearCheckFill";
|
|
7
3
|
export { default as AppInstall } from "./AppInstall";
|
|
8
4
|
export { default as AppInstallFill } from "./AppInstallFill";
|
|
9
5
|
export { default as AppManagement } from "./AppManagement";
|
|
10
6
|
export { default as AppManagementFill } from "./AppManagementFill";
|
|
11
|
-
export { default as
|
|
12
|
-
export { default as
|
|
7
|
+
export { default as AppealFeedback } from "./AppealFeedback";
|
|
8
|
+
export { default as AppealFeedbackFill } from "./AppealFeedbackFill";
|
|
9
|
+
export { default as AppearCheck } from "./AppearCheck";
|
|
10
|
+
export { default as AppearCheckFill } from "./AppearCheckFill";
|
|
13
11
|
export { default as CaseUnusual } from "./CaseUnusual";
|
|
14
12
|
export { default as CaseVerify } from "./CaseVerify";
|
|
15
13
|
export { default as CaseVerifyFill } from "./CaseVerifyFill";
|
|
14
|
+
export { default as CasegroupAnalyse } from "./CasegroupAnalyse";
|
|
15
|
+
export { default as CasegroupAnalyseFill } from "./CasegroupAnalyseFill";
|
|
16
16
|
export { default as ClinicalPathway } from "./ClinicalPathway";
|
|
17
17
|
export { default as ClinicalPathwayFill } from "./ClinicalPathwayFill";
|
|
18
18
|
export { default as CnDrg } from "./CnDrg";
|
|
@@ -72,11 +72,11 @@ export { default as License } from "./License";
|
|
|
72
72
|
export { default as LicenseFill } from "./LicenseFill";
|
|
73
73
|
export { default as ListEdit } from "./ListEdit";
|
|
74
74
|
export { default as ListEditFill } from "./ListEditFill";
|
|
75
|
-
export { default as Listing } from "./Listing";
|
|
76
75
|
export { default as ListQuality } from "./ListQuality";
|
|
77
76
|
export { default as ListQualityFill } from "./ListQualityFill";
|
|
78
77
|
export { default as ListVerify } from "./ListVerify";
|
|
79
78
|
export { default as ListVerifyFill } from "./ListVerifyFill";
|
|
79
|
+
export { default as Listing } from "./Listing";
|
|
80
80
|
export { default as MedicalQuality } from "./MedicalQuality";
|
|
81
81
|
export { default as MedicalQualityFill } from "./MedicalQualityFill";
|
|
82
82
|
export { default as MonitorAnalyse } from "./MonitorAnalyse";
|
|
@@ -59,7 +59,6 @@ export { default as ListDetail } from './ListDetail';
|
|
|
59
59
|
export { default as ListDetailFill } from './ListDetailFill';
|
|
60
60
|
export { default as Loading } from './Loading';
|
|
61
61
|
export { default as More } from './More';
|
|
62
|
-
export { default as PatientInformation } from './PatientInformation';
|
|
63
62
|
export { default as PatientInformationFill } from './PatientInformationFill';
|
|
64
63
|
export { default as Radio } from './Radio';
|
|
65
64
|
export { default as RadioFill } from './RadioFill';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as AShangbaotijiaoshenhe } from './AShangbaotijiaoshenhe';
|
|
1
2
|
export { default as Account } from './Account';
|
|
2
3
|
export { default as AccountFill } from './AccountFill';
|
|
3
4
|
export { default as AcountManage } from './AcountManage';
|
|
@@ -7,7 +8,6 @@ export { default as AppealMessage } from './AppealMessage';
|
|
|
7
8
|
export { default as Application } from './Application';
|
|
8
9
|
export { default as ApplicationCenter } from './ApplicationCenter';
|
|
9
10
|
export { default as Artical } from './Artical';
|
|
10
|
-
export { default as AShangbaotijiaoshenhe } from './AShangbaotijiaoshenhe';
|
|
11
11
|
export { default as AuditChecklist } from './AuditChecklist';
|
|
12
12
|
export { default as BackToPlactform } from './BackToPlactform';
|
|
13
13
|
export { default as BarChart } from './BarChart';
|
|
@@ -21,6 +21,8 @@ export { default as BillFill } from './BillFill';
|
|
|
21
21
|
export { default as BillList } from './BillList';
|
|
22
22
|
export { default as BillListFill } from './BillListFill';
|
|
23
23
|
export { default as Binglixinxi } from './Binglixinxi';
|
|
24
|
+
export { default as CNzhuanxiangshezhi } from './CNzhuanxiangshezhi';
|
|
25
|
+
export { default as CNzhuanxiangshezhiFill } from './CNzhuanxiangshezhiFill';
|
|
24
26
|
export { default as CarryOut } from './CarryOut';
|
|
25
27
|
export { default as CaseSearch } from './CaseSearch';
|
|
26
28
|
export { default as CaseSearchFill } from './CaseSearchFill';
|
|
@@ -31,8 +33,6 @@ export { default as Checklist } from './Checklist';
|
|
|
31
33
|
export { default as Chouyangbinglihucha } from './Chouyangbinglihucha';
|
|
32
34
|
export { default as ChouyangbinglihuchaFill } from './ChouyangbinglihuchaFill';
|
|
33
35
|
export { default as Chuyuan } from './Chuyuan';
|
|
34
|
-
export { default as CNzhuanxiangshezhi } from './CNzhuanxiangshezhi';
|
|
35
|
-
export { default as CNzhuanxiangshezhiFill } from './CNzhuanxiangshezhiFill';
|
|
36
36
|
export { default as CodeProblemDetect } from './CodeProblemDetect';
|
|
37
37
|
export { default as CodeQualityCheck } from './CodeQualityCheck';
|
|
38
38
|
export { default as Comment } from './Comment';
|
|
@@ -45,10 +45,10 @@ export { default as DiseaseGroup } from './DiseaseGroup';
|
|
|
45
45
|
export { default as DiseaseGroupFill } from './DiseaseGroupFill';
|
|
46
46
|
export { default as Doctor } from './Doctor';
|
|
47
47
|
export { default as DoctorFill } from './DoctorFill';
|
|
48
|
-
export { default as Drgjiesuanguanli } from './Drgjiesuanguanli';
|
|
49
|
-
export { default as DrgjiesuanguanliFill } from './DrgjiesuanguanliFill';
|
|
50
48
|
export { default as DrgSetting } from './DrgSetting';
|
|
51
49
|
export { default as DrgSettingActive } from './DrgSettingActive';
|
|
50
|
+
export { default as Drgjiesuanguanli } from './Drgjiesuanguanli';
|
|
51
|
+
export { default as DrgjiesuanguanliFill } from './DrgjiesuanguanliFill';
|
|
52
52
|
export { default as Drgshezhi } from './Drgshezhi';
|
|
53
53
|
export { default as DrgshezhiFill } from './DrgshezhiFill';
|
|
54
54
|
export { default as Envelope } from './Envelope';
|
|
@@ -136,8 +136,8 @@ export { default as Qingdanxiangqing } from './Qingdanxiangqing';
|
|
|
136
136
|
export { default as QingdanxiangqingFill } from './QingdanxiangqingFill';
|
|
137
137
|
export { default as Qingdanzhiliangjiancha } from './Qingdanzhiliangjiancha';
|
|
138
138
|
export { default as QingdanzhiliangjianchaFill } from './QingdanzhiliangjianchaFill';
|
|
139
|
-
export { default as RedAlert } from './RedAlert';
|
|
140
139
|
export { default as ReHospitalized } from './ReHospitalized';
|
|
140
|
+
export { default as RedAlert } from './RedAlert';
|
|
141
141
|
export { default as Rijianshoushu } from './Rijianshoushu';
|
|
142
142
|
export { default as Rise } from './Rise';
|
|
143
143
|
export { default as RotateSpeed } from './RotateSpeed';
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export { default as AShangbaotijiaoshenhe } from "./AShangbaotijiaoshenhe";
|
|
1
2
|
export { default as Account } from "./Account";
|
|
2
3
|
export { default as AccountFill } from "./AccountFill";
|
|
3
4
|
export { default as AcountManage } from "./AcountManage";
|
|
@@ -7,7 +8,6 @@ export { default as AppealMessage } from "./AppealMessage";
|
|
|
7
8
|
export { default as Application } from "./Application";
|
|
8
9
|
export { default as ApplicationCenter } from "./ApplicationCenter";
|
|
9
10
|
export { default as Artical } from "./Artical";
|
|
10
|
-
export { default as AShangbaotijiaoshenhe } from "./AShangbaotijiaoshenhe";
|
|
11
11
|
export { default as AuditChecklist } from "./AuditChecklist";
|
|
12
12
|
export { default as BackToPlactform } from "./BackToPlactform";
|
|
13
13
|
export { default as BarChart } from "./BarChart";
|
|
@@ -21,6 +21,8 @@ export { default as BillFill } from "./BillFill";
|
|
|
21
21
|
export { default as BillList } from "./BillList";
|
|
22
22
|
export { default as BillListFill } from "./BillListFill";
|
|
23
23
|
export { default as Binglixinxi } from "./Binglixinxi";
|
|
24
|
+
export { default as CNzhuanxiangshezhi } from "./CNzhuanxiangshezhi";
|
|
25
|
+
export { default as CNzhuanxiangshezhiFill } from "./CNzhuanxiangshezhiFill";
|
|
24
26
|
export { default as CarryOut } from "./CarryOut";
|
|
25
27
|
export { default as CaseSearch } from "./CaseSearch";
|
|
26
28
|
export { default as CaseSearchFill } from "./CaseSearchFill";
|
|
@@ -31,8 +33,6 @@ export { default as Checklist } from "./Checklist";
|
|
|
31
33
|
export { default as Chouyangbinglihucha } from "./Chouyangbinglihucha";
|
|
32
34
|
export { default as ChouyangbinglihuchaFill } from "./ChouyangbinglihuchaFill";
|
|
33
35
|
export { default as Chuyuan } from "./Chuyuan";
|
|
34
|
-
export { default as CNzhuanxiangshezhi } from "./CNzhuanxiangshezhi";
|
|
35
|
-
export { default as CNzhuanxiangshezhiFill } from "./CNzhuanxiangshezhiFill";
|
|
36
36
|
export { default as CodeProblemDetect } from "./CodeProblemDetect";
|
|
37
37
|
export { default as CodeQualityCheck } from "./CodeQualityCheck";
|
|
38
38
|
export { default as Comment } from "./Comment";
|
|
@@ -45,10 +45,10 @@ export { default as DiseaseGroup } from "./DiseaseGroup";
|
|
|
45
45
|
export { default as DiseaseGroupFill } from "./DiseaseGroupFill";
|
|
46
46
|
export { default as Doctor } from "./Doctor";
|
|
47
47
|
export { default as DoctorFill } from "./DoctorFill";
|
|
48
|
-
export { default as Drgjiesuanguanli } from "./Drgjiesuanguanli";
|
|
49
|
-
export { default as DrgjiesuanguanliFill } from "./DrgjiesuanguanliFill";
|
|
50
48
|
export { default as DrgSetting } from "./DrgSetting";
|
|
51
49
|
export { default as DrgSettingActive } from "./DrgSettingActive";
|
|
50
|
+
export { default as Drgjiesuanguanli } from "./Drgjiesuanguanli";
|
|
51
|
+
export { default as DrgjiesuanguanliFill } from "./DrgjiesuanguanliFill";
|
|
52
52
|
export { default as Drgshezhi } from "./Drgshezhi";
|
|
53
53
|
export { default as DrgshezhiFill } from "./DrgshezhiFill";
|
|
54
54
|
export { default as Envelope } from "./Envelope";
|
|
@@ -136,8 +136,8 @@ export { default as Qingdanxiangqing } from "./Qingdanxiangqing";
|
|
|
136
136
|
export { default as QingdanxiangqingFill } from "./QingdanxiangqingFill";
|
|
137
137
|
export { default as Qingdanzhiliangjiancha } from "./Qingdanzhiliangjiancha";
|
|
138
138
|
export { default as QingdanzhiliangjianchaFill } from "./QingdanzhiliangjianchaFill";
|
|
139
|
-
export { default as RedAlert } from "./RedAlert";
|
|
140
139
|
export { default as ReHospitalized } from "./ReHospitalized";
|
|
140
|
+
export { default as RedAlert } from "./RedAlert";
|
|
141
141
|
export { default as Rijianshoushu } from "./Rijianshoushu";
|
|
142
142
|
export { default as Rise } from "./Rise";
|
|
143
143
|
export { default as RotateSpeed } from "./RotateSpeed";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
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
2
|
import React from 'react';
|
|
3
3
|
import Icon from "../../../Icon";
|
|
4
|
-
import rootNode from "../../../icons/
|
|
4
|
+
import rootNode from "../../../icons/undefined/currency/patient-information";
|
|
5
5
|
export default (function () {
|
|
6
6
|
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7
7
|
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
8
8
|
rootNode: rootNode,
|
|
9
9
|
iconName: 'patient-information',
|
|
10
|
-
"icon-type": '
|
|
10
|
+
"icon-type": 'undefined/currency'
|
|
11
11
|
}));
|
|
12
12
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PatientInformation } from './PatientInformation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as PatientInformation } from "./PatientInformation";
|
package/es/dome/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import React from "react";
|
|
2
1
|
import { Card, message } from "@firesoon/antd";
|
|
3
2
|
import copy from "copy-to-clipboard";
|
|
3
|
+
import React from "react";
|
|
4
4
|
import * as icon from "../index";
|
|
5
5
|
import "./index.less";
|
|
6
6
|
var iconKeys = Object.keys(icon);
|
|
@@ -19,14 +19,34 @@ export default (function () {
|
|
|
19
19
|
};
|
|
20
20
|
var genera = {
|
|
21
21
|
fs: "fs",
|
|
22
|
-
sbt: "sbt"
|
|
22
|
+
sbt: "sbt",
|
|
23
|
+
general: "general",
|
|
24
|
+
business: "business"
|
|
23
25
|
};
|
|
24
26
|
var fs = genera.fs,
|
|
25
|
-
sbt = genera.sbt
|
|
27
|
+
sbt = genera.sbt,
|
|
28
|
+
general = genera.general,
|
|
29
|
+
business = genera.business;
|
|
26
30
|
var currency = subclass.currency,
|
|
27
31
|
businessMenu = subclass.businessMenu,
|
|
28
32
|
suggestion = subclass.suggestion;
|
|
29
33
|
var list = [{
|
|
34
|
+
title: "通用类图标",
|
|
35
|
+
key: general,
|
|
36
|
+
children: [{
|
|
37
|
+
title: "通用类图标",
|
|
38
|
+
key: currency,
|
|
39
|
+
icons: []
|
|
40
|
+
}]
|
|
41
|
+
}, {
|
|
42
|
+
title: "业务菜单类图标",
|
|
43
|
+
key: business,
|
|
44
|
+
children: [{
|
|
45
|
+
title: "业务菜单类图标",
|
|
46
|
+
key: businessMenu,
|
|
47
|
+
icons: []
|
|
48
|
+
}]
|
|
49
|
+
}, {
|
|
30
50
|
title: "火树",
|
|
31
51
|
key: fs,
|
|
32
52
|
children: [{
|
|
@@ -76,7 +96,7 @@ export default (function () {
|
|
|
76
96
|
}, /*#__PURE__*/React.createElement("div", null, item.title), item.children.map(function (itemC) {
|
|
77
97
|
return itemC.icons.length ? /*#__PURE__*/React.createElement(Card, {
|
|
78
98
|
bordered: false,
|
|
79
|
-
title: itemC.title,
|
|
99
|
+
title: item.title !== itemC.title ? itemC.title : "",
|
|
80
100
|
key: itemC.key
|
|
81
101
|
}, itemC.icons.map(function (key) {
|
|
82
102
|
return /*#__PURE__*/React.createElement(Card.Grid, {
|
package/es/dome/index.less
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
#dumi-dome {
|
|
2
|
-
border: 0px;
|
|
3
|
-
.__dumi-default-previewer-demo {
|
|
4
|
-
padding: 0px !important;
|
|
5
|
-
}
|
|
6
|
-
.__dumi-default-previewer-actions{
|
|
7
|
-
display: none;
|
|
8
|
-
}
|
|
1
|
+
#dumi-dome {
|
|
2
|
+
border: 0px;
|
|
3
|
+
.__dumi-default-previewer-demo {
|
|
4
|
+
padding: 0px !important;
|
|
5
|
+
}
|
|
6
|
+
.__dumi-default-previewer-actions{
|
|
7
|
+
display: none;
|
|
8
|
+
}
|
|
9
9
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "generate",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M128 749.71V128h768v621.71h73.14V91.43a36.57 36.57 0 00-36.57-36.57H91.43a36.57 36.57 0 00-36.57 36.57V749.7H128z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}, {
|
|
15
|
+
"tag": "path",
|
|
16
|
+
"attrs": {
|
|
17
|
+
"d": "M210.29 219.43h91.42q9.15 0 9.15 9.14V576q0 9.14-9.15 9.14H210.3q-9.15 0-9.15-9.14V228.57q0-9.14 9.15-9.14zM393.14 219.43h91.43q9.14 0 9.14 9.14v274.29q0 9.14-9.14 9.14h-91.43q-9.14 0-9.14-9.14V228.57q0-9.14 9.14-9.14zM576 219.43h54.86q9.14 0 9.14 9.14v420.57q0 9.15-9.14 9.15H576q-9.14 0-9.14-9.15V228.57q0-9.14 9.14-9.14zM722.29 219.43h91.42q9.15 0 9.15 9.14V576q0 9.14-9.15 9.14H722.3q-9.15 0-9.15-9.14V228.57q0-9.14 9.15-9.14zM987.43 749.71A36.57 36.57 0 011024 786.3v146.28a36.57 36.57 0 01-36.57 36.57H36.57A36.57 36.57 0 010 932.57V786.3a36.57 36.57 0 0136.57-36.58h950.86zm-36.57 73.15H73.14V896h877.72v-73.14z"
|
|
18
|
+
},
|
|
19
|
+
"children": []
|
|
20
|
+
}]
|
|
21
|
+
}
|
|
22
|
+
};
|
|
23
|
+
export default node;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "patient-information",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"attrs": {
|
|
11
|
+
"d": "M987.43 109.71A36.57 36.57 0 011024 146.3V877.7a36.57 36.57 0 01-36.57 36.58H36.57A36.57 36.57 0 010 877.7V146.3a36.57 36.57 0 0136.57-36.58h950.86zm-36.57 73.15H73.14v658.28h877.72V182.86zM365.7 301.7c70.7 0 128 57.31 128 128 0 44.12-22.31 83.02-56.28 106.04 61.94 26.43 106.3 86.05 110.77 156.52a9.19 9.19 0 01.37 2.59v18.28a9.14 9.14 0 01-9.14 9.15h-54.86a9.14 9.14 0 01-9.14-9.15V704c0-60.6-49.12-109.71-109.72-109.71S256 643.4 256 704v9.14a9.14 9.14 0 01-9.14 9.15H192a9.14 9.14 0 01-9.14-9.15v-18.28c0-.9.13-1.77.37-2.59 4.46-70.47 48.83-130.1 110.76-156.53a127.85 127.85 0 01-56.28-106.03c0-70.69 57.31-128 128-128zm465.15 320a9.14 9.14 0 019.14 9.15v54.85a9.14 9.14 0 01-9.14 9.15H667.43a9.14 9.14 0 01-9.14-9.15v-54.85a9.14 9.14 0 019.14-9.15h163.43zm0-146.28a9.14 9.14 0 019.14 9.14v54.86a9.14 9.14 0 01-9.14 9.14H594.29a9.14 9.14 0 01-9.15-9.14v-54.86a9.14 9.14 0 019.15-9.14h236.57zM365.7 374.86a54.86 54.86 0 100 109.71 54.86 54.86 0 000-109.71zm465.15-45.72a9.14 9.14 0 019.14 9.15v54.85a9.14 9.14 0 01-9.14 9.15H594.29a9.14 9.14 0 01-9.15-9.15V338.3a9.14 9.14 0 019.15-9.15h236.57z"
|
|
12
|
+
},
|
|
13
|
+
"children": []
|
|
14
|
+
}]
|
|
15
|
+
}
|
|
16
|
+
};
|
|
17
|
+
export default node;
|