@firesoon/icons-react 3.0.13 → 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/components/sbt/business-menu/Document.d.ts +4 -0
- package/es/components/sbt/business-menu/Document.js +12 -0
- package/es/components/sbt/business-menu/Insurancepolicy.d.ts +4 -0
- package/es/components/sbt/business-menu/Insurancepolicy.js +12 -0
- package/es/components/sbt/business-menu/index.d.ts +2 -0
- package/es/components/sbt/business-menu/index.js +2 -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/icons/sbt/business-menu/document.d.ts +17 -0
- package/es/icons/sbt/business-menu/document.js +101 -0
- package/es/icons/sbt/business-menu/insurancepolicy.d.ts +17 -0
- package/es/icons/sbt/business-menu/insurancepolicy.js +17 -0
- package/es/index.d.ts +107 -104
- package/es/index.js +23 -19
- 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/components/sbt/business-menu/Document.d.ts +4 -0
- package/lib/components/sbt/business-menu/Document.js +20 -0
- package/lib/components/sbt/business-menu/Insurancepolicy.d.ts +4 -0
- package/lib/components/sbt/business-menu/Insurancepolicy.js +20 -0
- package/lib/components/sbt/business-menu/index.d.ts +2 -0
- package/lib/components/sbt/business-menu/index.js +14 -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/icons/sbt/business-menu/document.d.ts +17 -0
- package/lib/icons/sbt/business-menu/document.js +108 -0
- package/lib/icons/sbt/business-menu/insurancepolicy.d.ts +17 -0
- package/lib/icons/sbt/business-menu/insurancepolicy.js +24 -0
- package/lib/index.d.ts +107 -104
- package/lib/index.js +47 -19
- package/package.json +56 -56
- package/CHANGELOG.md +0 -96
- 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/package.json
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@firesoon/icons-react",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "火树图标库",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "es/index.js",
|
|
7
|
-
"typings": "lib/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"lib",
|
|
10
|
-
"es"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"start": "gulp && dumi dev",
|
|
14
|
-
"docs:build": "dumi build",
|
|
15
|
-
"build": "gulp && father build"
|
|
16
|
-
},
|
|
17
|
-
"sideEffects": [
|
|
18
|
-
"*.css"
|
|
19
|
-
],
|
|
20
|
-
"keywords": [
|
|
21
|
-
"svg",
|
|
22
|
-
"javascript",
|
|
23
|
-
"typescript",
|
|
24
|
-
"react"
|
|
25
|
-
],
|
|
26
|
-
"license": "ISC",
|
|
27
|
-
"devDependencies": {
|
|
28
|
-
"@babel/register": "^7.7.7",
|
|
29
|
-
"@firesoon/antd": "^1.0.0",
|
|
30
|
-
"@rgrove/parse-xml": "^2.0.1",
|
|
31
|
-
"@testing-library/jest-dom": "^5.15.1",
|
|
32
|
-
"@testing-library/react": "^13.0.0",
|
|
33
|
-
"@types/jest": "^27.0.3",
|
|
34
|
-
"@umijs/fabric": "^2.8.1",
|
|
35
|
-
"@umijs/test": "^3.0.5",
|
|
36
|
-
"babel-plugin-import": "^1.13.3",
|
|
37
|
-
"copy-to-clipboard": "^3.3.2",
|
|
38
|
-
"del": "^5.1.0",
|
|
39
|
-
"dumi": "^1.1.0",
|
|
40
|
-
"father": "^4.0.0-rc.2",
|
|
41
|
-
"gh-pages": "^3.0.0",
|
|
42
|
-
"gulp": "^4.0.2",
|
|
43
|
-
"gulp-concat": "^2.6.1",
|
|
44
|
-
"gulp-rename": "^2.0.0",
|
|
45
|
-
"merge-stream": "^2.0.0",
|
|
46
|
-
"react": "^17.0.1",
|
|
47
|
-
"react-dom": "^17.0.1",
|
|
48
|
-
"svgo": "^1.3.2",
|
|
49
|
-
"through2": "^3.0.1",
|
|
50
|
-
"yorkie": "^2.0.0"
|
|
51
|
-
},
|
|
52
|
-
"peerDependencies": {
|
|
53
|
-
"react": "16.x",
|
|
54
|
-
"react-dom": "16.x"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@firesoon/icons-react",
|
|
3
|
+
"version": "3.0.15",
|
|
4
|
+
"description": "火树图标库",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "es/index.js",
|
|
7
|
+
"typings": "lib/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"lib",
|
|
10
|
+
"es"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"start": "gulp && dumi dev",
|
|
14
|
+
"docs:build": "dumi build",
|
|
15
|
+
"build": "gulp && father build"
|
|
16
|
+
},
|
|
17
|
+
"sideEffects": [
|
|
18
|
+
"*.css"
|
|
19
|
+
],
|
|
20
|
+
"keywords": [
|
|
21
|
+
"svg",
|
|
22
|
+
"javascript",
|
|
23
|
+
"typescript",
|
|
24
|
+
"react"
|
|
25
|
+
],
|
|
26
|
+
"license": "ISC",
|
|
27
|
+
"devDependencies": {
|
|
28
|
+
"@babel/register": "^7.7.7",
|
|
29
|
+
"@firesoon/antd": "^1.0.0",
|
|
30
|
+
"@rgrove/parse-xml": "^2.0.1",
|
|
31
|
+
"@testing-library/jest-dom": "^5.15.1",
|
|
32
|
+
"@testing-library/react": "^13.0.0",
|
|
33
|
+
"@types/jest": "^27.0.3",
|
|
34
|
+
"@umijs/fabric": "^2.8.1",
|
|
35
|
+
"@umijs/test": "^3.0.5",
|
|
36
|
+
"babel-plugin-import": "^1.13.3",
|
|
37
|
+
"copy-to-clipboard": "^3.3.2",
|
|
38
|
+
"del": "^5.1.0",
|
|
39
|
+
"dumi": "^1.1.0",
|
|
40
|
+
"father": "^4.0.0-rc.2",
|
|
41
|
+
"gh-pages": "^3.0.0",
|
|
42
|
+
"gulp": "^4.0.2",
|
|
43
|
+
"gulp-concat": "^2.6.1",
|
|
44
|
+
"gulp-rename": "^2.0.0",
|
|
45
|
+
"merge-stream": "^2.0.0",
|
|
46
|
+
"react": "^17.0.1",
|
|
47
|
+
"react-dom": "^17.0.1",
|
|
48
|
+
"svgo": "^1.3.2",
|
|
49
|
+
"through2": "^3.0.1",
|
|
50
|
+
"yorkie": "^2.0.0"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"react": "16.x",
|
|
54
|
+
"react-dom": "16.x"
|
|
55
|
+
}
|
|
56
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
# @firesoon/icons-react
|
|
2
|
-
|
|
3
|
-
火树 svg 图标库
|
|
4
|
-
|
|
5
|
-
## Change
|
|
6
|
-
|
|
7
|
-
### 1.0.0
|
|
8
|
-
|
|
9
|
-
- 更新 svg 图标
|
|
10
|
-
|
|
11
|
-
### 1.1.0
|
|
12
|
-
|
|
13
|
-
- Fix bug
|
|
14
|
-
- svgOption 为 undefined 时,svg 默认属性丢失
|
|
15
|
-
- 删除 span 默认 font-size=0
|
|
16
|
-
|
|
17
|
-
### 1.1.1
|
|
18
|
-
|
|
19
|
-
- npm scripts 添加 preversion
|
|
20
|
-
- 使用 Icon.jsx 组件
|
|
21
|
-
|
|
22
|
-
### 1.1.2
|
|
23
|
-
|
|
24
|
-
- fix Icon.jsx 导入 style 路径错误
|
|
25
|
-
|
|
26
|
-
### 1.2.0(2020/1/24)
|
|
27
|
-
|
|
28
|
-
- delete: 重复的图标
|
|
29
|
-
- feature: 图标命名修改;添加部分图标;支持多色图标
|
|
30
|
-
|
|
31
|
-
### 1.2.1
|
|
32
|
-
|
|
33
|
-
- 临时更新: 模块命名添加只有首字母大写
|
|
34
|
-
|
|
35
|
-
### 1.2.3
|
|
36
|
-
|
|
37
|
-
- fix: style.css 样式打包后缺失(#1)
|
|
38
|
-
- fix: 1.1->1.2 版本命名规则错误, 未向下兼容(旧图标被删除)(#2)
|
|
39
|
-
- fix: spread operator 低版本浏览器不支持(#3)
|
|
40
|
-
|
|
41
|
-
### 1.2.4
|
|
42
|
-
|
|
43
|
-
- fix: ie10 兼容
|
|
44
|
-
|
|
45
|
-
### 1.4.0
|
|
46
|
-
|
|
47
|
-
- feature: 增加图标
|
|
48
|
-
|
|
49
|
-
### 1.4.1
|
|
50
|
-
|
|
51
|
-
- fix: components 缺少入口文件(index.js), 无法展示全部图标
|
|
52
|
-
|
|
53
|
-
### 1.5.0
|
|
54
|
-
|
|
55
|
-
- feature: 增加切换院区 icon
|
|
56
|
-
|
|
57
|
-
### 1.16.0
|
|
58
|
-
|
|
59
|
-
- 删除了只首字母大写的 icon 导出(不向下兼容, 但是目前业务中并未使用)
|
|
60
|
-
- 新增了两个图标
|
|
61
|
-
|
|
62
|
-
### 1.30.0
|
|
63
|
-
|
|
64
|
-
- 新增结算管理部分图标
|
|
65
|
-
|
|
66
|
-
### 1.40.0
|
|
67
|
-
|
|
68
|
-
- 新增病案部分图标
|
|
69
|
-
|
|
70
|
-
### 1.41.0
|
|
71
|
-
|
|
72
|
-
- 新增空态相关 icon
|
|
73
|
-
|
|
74
|
-
### 1.42.0
|
|
75
|
-
|
|
76
|
-
- 新增病案相关 icon
|
|
77
|
-
|
|
78
|
-
### 1.43.0
|
|
79
|
-
|
|
80
|
-
- 新增系统设置相关 icon
|
|
81
|
-
|
|
82
|
-
### 1.43.10
|
|
83
|
-
|
|
84
|
-
- 新增数据质量相关 icon
|
|
85
|
-
|
|
86
|
-
### 1.43.11
|
|
87
|
-
|
|
88
|
-
- 删除多色 wodezhuyuanx,新增单色 wodezhuyuanx
|
|
89
|
-
|
|
90
|
-
### 1.43.12
|
|
91
|
-
|
|
92
|
-
- wodezhuyuanx 单色图表 bug 修复
|
|
93
|
-
|
|
94
|
-
### 2.0.0
|
|
95
|
-
|
|
96
|
-
- 兼容旧版本和新增新版本 icon
|
|
@@ -1,17 +0,0 @@
|
|
|
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": "M928 160a32 32 0 0132 32v640a32 32 0 01-32 32H96a32 32 0 01-32-32V192a32 32 0 0132-32h832zm-32 64H128v576h768V224zM384 328c61.86 0 112 50.14 112 112 0 38.6-19.53 72.64-49.24 92.78 54.19 23.12 93.01 75.3 96.92 136.96A8.04 8.04 0 01544 672v16a8 8 0 01-8 8h-48a8 8 0 01-8-8v-8c0-53.02-42.98-96-96-96s-96 42.98-96 96v8a8 8 0 01-8 8h-48a8 8 0 01-8-8v-16c0-.79.11-1.55.33-2.26 3.9-61.66 42.72-113.84 96.91-136.96A111.87 111.87 0 01272 440c0-61.86 50.14-112 112-112zm407 280a8 8 0 018 8v48a8 8 0 01-8 8H648a8 8 0 01-8-8v-48a8 8 0 018-8h143zm0-128a8 8 0 018 8v48a8 8 0 01-8 8H584a8 8 0 01-8-8v-48a8 8 0 018-8h207zm-407-88a48 48 0 100 96 48 48 0 000-96zm407-40a8 8 0 018 8v48a8 8 0 01-8 8H584a8 8 0 01-8-8v-48a8 8 0 018-8h207z"
|
|
12
|
-
},
|
|
13
|
-
"children": []
|
|
14
|
-
}]
|
|
15
|
-
}
|
|
16
|
-
};
|
|
17
|
-
export default node;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = void 0;
|
|
7
|
-
var node = {
|
|
8
|
-
"name": "patient-information",
|
|
9
|
-
"nodeTree": {
|
|
10
|
-
"tag": "svg",
|
|
11
|
-
"attrs": {
|
|
12
|
-
"viewBox": "0 0 1024 1024"
|
|
13
|
-
},
|
|
14
|
-
"children": [{
|
|
15
|
-
"tag": "path",
|
|
16
|
-
"attrs": {
|
|
17
|
-
"d": "M928 160a32 32 0 0132 32v640a32 32 0 01-32 32H96a32 32 0 01-32-32V192a32 32 0 0132-32h832zm-32 64H128v576h768V224zM384 328c61.86 0 112 50.14 112 112 0 38.6-19.53 72.64-49.24 92.78 54.19 23.12 93.01 75.3 96.92 136.96A8.04 8.04 0 01544 672v16a8 8 0 01-8 8h-48a8 8 0 01-8-8v-8c0-53.02-42.98-96-96-96s-96 42.98-96 96v8a8 8 0 01-8 8h-48a8 8 0 01-8-8v-16c0-.79.11-1.55.33-2.26 3.9-61.66 42.72-113.84 96.91-136.96A111.87 111.87 0 01272 440c0-61.86 50.14-112 112-112zm407 280a8 8 0 018 8v48a8 8 0 01-8 8H648a8 8 0 01-8-8v-48a8 8 0 018-8h143zm0-128a8 8 0 018 8v48a8 8 0 01-8 8H584a8 8 0 01-8-8v-48a8 8 0 018-8h207zm-407-88a48 48 0 100 96 48 48 0 000-96zm407-40a8 8 0 018 8v48a8 8 0 01-8 8H584a8 8 0 01-8-8v-48a8 8 0 018-8h207z"
|
|
18
|
-
},
|
|
19
|
-
"children": []
|
|
20
|
-
}]
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
var _default = node;
|
|
24
|
-
exports.default = _default;
|
/package/es/components/{fs/currency/PatientInformation.d.ts → business/business-menu/Generate.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
/package/es/icons/{fs/currency/patient-information.d.ts → business/business-menu/generate.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|