@firesoon/icons-react 2.1.9 → 2.1.11
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/CHANGELOG.md +96 -0
- package/dist/esm/Icon.d.ts +1 -0
- package/dist/esm/components/suggestion/Keyoffice.d.ts +3 -0
- package/dist/esm/components/suggestion/Keyoffice.js +13 -0
- package/dist/esm/components/suggestion/index.d.ts +1 -0
- package/dist/esm/components/suggestion/index.js +1 -0
- package/dist/esm/icons/currency/download-fill.js +1 -1
- package/dist/esm/icons/currency/download.js +1 -1
- package/dist/esm/icons/currency/submit-fill.js +1 -1
- package/dist/esm/icons/currency/submit.js +1 -1
- package/dist/esm/icons/suggestion/keyoffice.d.ts +18 -0
- package/dist/esm/icons/suggestion/keyoffice.js +18 -0
- package/dist/esm/index.d.ts +92 -91
- package/dist/esm/index.js +92 -91
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
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
|
package/dist/esm/Icon.d.ts
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
|
|
3
|
+
import React from 'react';
|
|
4
|
+
import Icon from "../../Icon";
|
|
5
|
+
import rootNode from "../../icons/suggestion/keyoffice";
|
|
6
|
+
export default (function () {
|
|
7
|
+
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
8
|
+
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
9
|
+
rootNode: rootNode,
|
|
10
|
+
iconName: 'keyoffice',
|
|
11
|
+
iconType: 'suggestion'
|
|
12
|
+
}));
|
|
13
|
+
});
|
|
@@ -10,6 +10,7 @@ export { default as HospitalTransfer } from './HospitalTransfer';
|
|
|
10
10
|
export { default as Inform } from './Inform';
|
|
11
11
|
export { default as Information } from './Information';
|
|
12
12
|
export { default as KeyGroup } from './KeyGroup';
|
|
13
|
+
export { default as Keyoffice } from './Keyoffice';
|
|
13
14
|
export { default as Lack } from './Lack';
|
|
14
15
|
export { default as Notice } from './Notice';
|
|
15
16
|
export { default as NoticeFill } from './NoticeFill';
|
|
@@ -10,6 +10,7 @@ export { default as HospitalTransfer } from "./HospitalTransfer";
|
|
|
10
10
|
export { default as Inform } from "./Inform";
|
|
11
11
|
export { default as Information } from "./Information";
|
|
12
12
|
export { default as KeyGroup } from "./KeyGroup";
|
|
13
|
+
export { default as Keyoffice } from "./Keyoffice";
|
|
13
14
|
export { default as Lack } from "./Lack";
|
|
14
15
|
export { default as Notice } from "./Notice";
|
|
15
16
|
export { default as NoticeFill } from "./NoticeFill";
|
|
@@ -9,7 +9,7 @@ var node = {
|
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"defaultColor": "#3367D6",
|
|
11
11
|
"attrs": {
|
|
12
|
-
"d": "
|
|
12
|
+
"d": "M876 512a36 36 0 0136 36v328a36 36 0 01-35.4 36H148a36 36 0 01-36-36V548a36 36 0 0172 0v292h656V548a36 36 0 0136-36zM511.37 112.27a36 36 0 0136 36v486.02l125-125a36 36 0 1150.9 50.91L539.35 744.14a36.48 36.48 0 01-2.07 2.25 36 36 0 01-50.91 0L300.39 560.42a36 36 0 0150.9-50.9l124.08 124.06v-485.3a36 36 0 0136-36z"
|
|
13
13
|
},
|
|
14
14
|
"children": []
|
|
15
15
|
}]
|
|
@@ -9,7 +9,7 @@ var node = {
|
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"defaultColor": "#333",
|
|
11
11
|
"attrs": {
|
|
12
|
-
"d": "
|
|
12
|
+
"d": "M876 512a36 36 0 0136 36v328a36 36 0 01-35.4 36H148a36 36 0 01-36-36V548a36 36 0 0172 0v292h656V548a36 36 0 0136-36zM511.37 112.27a36 36 0 0136 36v486.02l125-125a36 36 0 1150.9 50.91L539.35 744.14a36.48 36.48 0 01-2.07 2.25 36 36 0 01-50.91 0L300.39 560.42a36 36 0 0150.9-50.9l124.08 124.06v-485.3a36 36 0 0136-36z"
|
|
13
13
|
},
|
|
14
14
|
"children": []
|
|
15
15
|
}]
|
|
@@ -9,7 +9,7 @@ var node = {
|
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"defaultColor": "#3367D6",
|
|
11
11
|
"attrs": {
|
|
12
|
-
"d": "
|
|
12
|
+
"d": "M876 512a36 36 0 0136 36v328a36 36 0 01-35.4 36H148a36 36 0 01-36-36V548a36 36 0 0172 0v292h656V548a36 36 0 0136-36zM537.31 134.41l185.97 185.97a36 36 0 11-50.91 50.91L548.3 247.22v485.32a36 36 0 01-72 0V246.52l-125 125a36 36 0 11-50.91-50.91l183.93-183.94a36.48 36.48 0 012.08-2.26 36 36 0 0150.91 0z"
|
|
13
13
|
},
|
|
14
14
|
"children": []
|
|
15
15
|
}]
|
|
@@ -9,7 +9,7 @@ var node = {
|
|
|
9
9
|
"tag": "path",
|
|
10
10
|
"defaultColor": "#333",
|
|
11
11
|
"attrs": {
|
|
12
|
-
"d": "
|
|
12
|
+
"d": "M876 512a36 36 0 0136 36v328a36 36 0 01-35.4 36H148a36 36 0 01-36-36V548a36 36 0 0172 0v292h656V548a36 36 0 0136-36zM537.31 134.41l185.97 185.97a36 36 0 11-50.91 50.91L548.3 247.22v485.32a36 36 0 01-72 0V246.52l-125 125a36 36 0 11-50.91-50.91l183.93-183.94a36.48 36.48 0 012.08-2.26 36 36 0 0150.91 0z"
|
|
13
13
|
},
|
|
14
14
|
"children": []
|
|
15
15
|
}]
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const node: {
|
|
2
|
+
name: string;
|
|
3
|
+
nodeTree: {
|
|
4
|
+
tag: string;
|
|
5
|
+
attrs: {
|
|
6
|
+
viewBox: string;
|
|
7
|
+
};
|
|
8
|
+
children: {
|
|
9
|
+
tag: string;
|
|
10
|
+
defaultColor: string;
|
|
11
|
+
attrs: {
|
|
12
|
+
d: string;
|
|
13
|
+
};
|
|
14
|
+
children: never[];
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
var node = {
|
|
2
|
+
"name": "keyoffice",
|
|
3
|
+
"nodeTree": {
|
|
4
|
+
"tag": "svg",
|
|
5
|
+
"attrs": {
|
|
6
|
+
"viewBox": "0 0 1024 1024"
|
|
7
|
+
},
|
|
8
|
+
"children": [{
|
|
9
|
+
"tag": "path",
|
|
10
|
+
"defaultColor": "#333",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"d": "M512 64c247.42 0 448 200.58 448 448S759.42 960 512 960 64 759.42 64 512 264.58 64 512 64zm0 64c-212.08 0-384 171.92-384 384s171.92 384 384 384 384-171.92 384-384-171.92-384-384-384zm15.51 120.77l.16.3 73.98 145.53 159.12 23.74a16 16 0 018.9 4.46 16 16 0 01.36 22.36l-.26.27L653.66 562.6l29.22 159.32a16 16 0 01-1.6 10.38 16 16 0 01-21.33 6.8l-.3-.15L512 660.76l-142.27 77.36a16 16 0 01-10.74 1.65 16 16 0 01-12.66-18.48l.06-.31L377.6 562.6l-122-116.98a16 16 0 01-4.76-9.22 16 16 0 0113.19-18.1l.31-.06L425.2 394.6l73.94-145.53a16 16 0 017.01-7.02 16 16 0 0121.36 6.72zM513.4 359l-47.18 92.4-98.07 15.49 77.94 74.44-18.18 93.27L512 588.67l91.2 45.93-16.64-93.27 73.86-74.44-99.97-15.48L513.4 359z"
|
|
13
|
+
},
|
|
14
|
+
"children": []
|
|
15
|
+
}]
|
|
16
|
+
}
|
|
17
|
+
};
|
|
18
|
+
export default node;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,3 +1,94 @@
|
|
|
1
|
+
export { default as Add } from './components/currency/Add';
|
|
2
|
+
export { default as AddFill } from './components/currency/AddFill';
|
|
3
|
+
export { default as Admin } from './components/currency/Admin';
|
|
4
|
+
export { default as AppearRecord } from './components/currency/AppearRecord';
|
|
5
|
+
export { default as AppearRecordFill } from './components/currency/AppearRecordFill';
|
|
6
|
+
export { default as ArrowDown } from './components/currency/ArrowDown';
|
|
7
|
+
export { default as ArrowLeft } from './components/currency/ArrowLeft';
|
|
8
|
+
export { default as ArrowRight } from './components/currency/ArrowRight';
|
|
9
|
+
export { default as ArrowUp } from './components/currency/ArrowUp';
|
|
10
|
+
export { default as BackToPlatform } from './components/currency/BackToPlatform';
|
|
11
|
+
export { default as BackToPlatformFill } from './components/currency/BackToPlatformFill';
|
|
12
|
+
export { default as Bottom } from './components/currency/Bottom';
|
|
13
|
+
export { default as Cancel } from './components/currency/Cancel';
|
|
14
|
+
export { default as CancelFill } from './components/currency/CancelFill';
|
|
15
|
+
export { default as CaseInformation } from './components/currency/CaseInformation';
|
|
16
|
+
export { default as CaseInformationFill } from './components/currency/CaseInformationFill';
|
|
17
|
+
export { default as Checkbox } from './components/currency/Checkbox';
|
|
18
|
+
export { default as CheckboxDisable } from './components/currency/CheckboxDisable';
|
|
19
|
+
export { default as CheckboxFill } from './components/currency/CheckboxFill';
|
|
20
|
+
export { default as ChooseFile } from './components/currency/ChooseFile';
|
|
21
|
+
export { default as ChooseFileFill } from './components/currency/ChooseFileFill';
|
|
22
|
+
export { default as Clean } from './components/currency/Clean';
|
|
23
|
+
export { default as CleanFill } from './components/currency/CleanFill';
|
|
24
|
+
export { default as Close } from './components/currency/Close';
|
|
25
|
+
export { default as Code } from './components/currency/Code';
|
|
26
|
+
export { default as Copy } from './components/currency/Copy';
|
|
27
|
+
export { default as CopyFill } from './components/currency/CopyFill';
|
|
28
|
+
export { default as CostDetail } from './components/currency/CostDetail';
|
|
29
|
+
export { default as CostDetailFill } from './components/currency/CostDetailFill';
|
|
30
|
+
export { default as Date } from './components/currency/Date';
|
|
31
|
+
export { default as DateFill } from './components/currency/DateFill';
|
|
32
|
+
export { default as Delete } from './components/currency/Delete';
|
|
33
|
+
export { default as DeleteFill } from './components/currency/DeleteFill';
|
|
34
|
+
export { default as Download } from './components/currency/Download';
|
|
35
|
+
export { default as DownloadFill } from './components/currency/DownloadFill';
|
|
36
|
+
export { default as Drag } from './components/currency/Drag';
|
|
37
|
+
export { default as Edit } from './components/currency/Edit';
|
|
38
|
+
export { default as EditFill } from './components/currency/EditFill';
|
|
39
|
+
export { default as EventFollow } from './components/currency/EventFollow';
|
|
40
|
+
export { default as EventFollowFill } from './components/currency/EventFollowFill';
|
|
41
|
+
export { default as Exitfullscreen } from './components/currency/Exitfullscreen';
|
|
42
|
+
export { default as Fall } from './components/currency/Fall';
|
|
43
|
+
export { default as Fold } from './components/currency/Fold';
|
|
44
|
+
export { default as FoldFill } from './components/currency/FoldFill';
|
|
45
|
+
export { default as Fullscreen } from './components/currency/Fullscreen';
|
|
46
|
+
export { default as GroupFeedback } from './components/currency/GroupFeedback';
|
|
47
|
+
export { default as GroupFeedbackFill } from './components/currency/GroupFeedbackFill';
|
|
48
|
+
export { default as HospitalAppeal } from './components/currency/HospitalAppeal';
|
|
49
|
+
export { default as HospitalAppealFill } from './components/currency/HospitalAppealFill';
|
|
50
|
+
export { default as ImitateGroup } from './components/currency/ImitateGroup';
|
|
51
|
+
export { default as ImitateGroupFill } from './components/currency/ImitateGroupFill';
|
|
52
|
+
export { default as Invisible } from './components/currency/Invisible';
|
|
53
|
+
export { default as InvisibleFill } from './components/currency/InvisibleFill';
|
|
54
|
+
export { default as LeadinginInformation } from './components/currency/LeadinginInformation';
|
|
55
|
+
export { default as ListDetail } from './components/currency/ListDetail';
|
|
56
|
+
export { default as ListDetailFill } from './components/currency/ListDetailFill';
|
|
57
|
+
export { default as Loading } from './components/currency/Loading';
|
|
58
|
+
export { default as More } from './components/currency/More';
|
|
59
|
+
export { default as PatientInformation } from './components/currency/PatientInformation';
|
|
60
|
+
export { default as PatientInformationFill } from './components/currency/PatientInformationFill';
|
|
61
|
+
export { default as Radio } from './components/currency/Radio';
|
|
62
|
+
export { default as RadioFill } from './components/currency/RadioFill';
|
|
63
|
+
export { default as Raise } from './components/currency/Raise';
|
|
64
|
+
export { default as Record } from './components/currency/Record';
|
|
65
|
+
export { default as RecordFill } from './components/currency/RecordFill';
|
|
66
|
+
export { default as Recover } from './components/currency/Recover';
|
|
67
|
+
export { default as RectifyMassage } from './components/currency/RectifyMassage';
|
|
68
|
+
export { default as RectifyMassageFill } from './components/currency/RectifyMassageFill';
|
|
69
|
+
export { default as Screening } from './components/currency/Screening';
|
|
70
|
+
export { default as Search } from './components/currency/Search';
|
|
71
|
+
export { default as Selecte } from './components/currency/Selecte';
|
|
72
|
+
export { default as Setting } from './components/currency/Setting';
|
|
73
|
+
export { default as SettingFill } from './components/currency/SettingFill';
|
|
74
|
+
export { default as ShuttleLeft } from './components/currency/ShuttleLeft';
|
|
75
|
+
export { default as ShuttleRight } from './components/currency/ShuttleRight';
|
|
76
|
+
export { default as Singlearrow } from './components/currency/Singlearrow';
|
|
77
|
+
export { default as Sort } from './components/currency/Sort';
|
|
78
|
+
export { default as StartAnnotate } from './components/currency/StartAnnotate';
|
|
79
|
+
export { default as StartAnnotateFill } from './components/currency/StartAnnotateFill';
|
|
80
|
+
export { default as Submit } from './components/currency/Submit';
|
|
81
|
+
export { default as SubmitFill } from './components/currency/SubmitFill';
|
|
82
|
+
export { default as Switch } from './components/currency/Switch';
|
|
83
|
+
export { default as SwitchFill } from './components/currency/SwitchFill';
|
|
84
|
+
export { default as Time } from './components/currency/Time';
|
|
85
|
+
export { default as TimeFill } from './components/currency/TimeFill';
|
|
86
|
+
export { default as Top } from './components/currency/Top';
|
|
87
|
+
export { default as Unfixed } from './components/currency/Unfixed';
|
|
88
|
+
export { default as Unfold } from './components/currency/Unfold';
|
|
89
|
+
export { default as UnfoldFill } from './components/currency/UnfoldFill';
|
|
90
|
+
export { default as Visible } from './components/currency/Visible';
|
|
91
|
+
export { default as VisibleFill } from './components/currency/VisibleFill';
|
|
1
92
|
export { default as Analyse } from './components/business-menu/Analyse';
|
|
2
93
|
export { default as Annotate } from './components/business-menu/Annotate';
|
|
3
94
|
export { default as AppealFeedback } from './components/business-menu/AppealFeedback';
|
|
@@ -91,97 +182,6 @@ export { default as UserManagement } from './components/business-menu/UserManage
|
|
|
91
182
|
export { default as UserManagementFill } from './components/business-menu/UserManagementFill';
|
|
92
183
|
export { default as WarningVerify } from './components/business-menu/WarningVerify';
|
|
93
184
|
export { default as WarningVerifyFill } from './components/business-menu/WarningVerifyFill';
|
|
94
|
-
export { default as Add } from './components/currency/Add';
|
|
95
|
-
export { default as AddFill } from './components/currency/AddFill';
|
|
96
|
-
export { default as Admin } from './components/currency/Admin';
|
|
97
|
-
export { default as AppearRecord } from './components/currency/AppearRecord';
|
|
98
|
-
export { default as AppearRecordFill } from './components/currency/AppearRecordFill';
|
|
99
|
-
export { default as ArrowDown } from './components/currency/ArrowDown';
|
|
100
|
-
export { default as ArrowLeft } from './components/currency/ArrowLeft';
|
|
101
|
-
export { default as ArrowRight } from './components/currency/ArrowRight';
|
|
102
|
-
export { default as ArrowUp } from './components/currency/ArrowUp';
|
|
103
|
-
export { default as BackToPlatform } from './components/currency/BackToPlatform';
|
|
104
|
-
export { default as BackToPlatformFill } from './components/currency/BackToPlatformFill';
|
|
105
|
-
export { default as Bottom } from './components/currency/Bottom';
|
|
106
|
-
export { default as Cancel } from './components/currency/Cancel';
|
|
107
|
-
export { default as CancelFill } from './components/currency/CancelFill';
|
|
108
|
-
export { default as CaseInformation } from './components/currency/CaseInformation';
|
|
109
|
-
export { default as CaseInformationFill } from './components/currency/CaseInformationFill';
|
|
110
|
-
export { default as Checkbox } from './components/currency/Checkbox';
|
|
111
|
-
export { default as CheckboxDisable } from './components/currency/CheckboxDisable';
|
|
112
|
-
export { default as CheckboxFill } from './components/currency/CheckboxFill';
|
|
113
|
-
export { default as ChooseFile } from './components/currency/ChooseFile';
|
|
114
|
-
export { default as ChooseFileFill } from './components/currency/ChooseFileFill';
|
|
115
|
-
export { default as Clean } from './components/currency/Clean';
|
|
116
|
-
export { default as CleanFill } from './components/currency/CleanFill';
|
|
117
|
-
export { default as Close } from './components/currency/Close';
|
|
118
|
-
export { default as Code } from './components/currency/Code';
|
|
119
|
-
export { default as Copy } from './components/currency/Copy';
|
|
120
|
-
export { default as CopyFill } from './components/currency/CopyFill';
|
|
121
|
-
export { default as CostDetail } from './components/currency/CostDetail';
|
|
122
|
-
export { default as CostDetailFill } from './components/currency/CostDetailFill';
|
|
123
|
-
export { default as Date } from './components/currency/Date';
|
|
124
|
-
export { default as DateFill } from './components/currency/DateFill';
|
|
125
|
-
export { default as Delete } from './components/currency/Delete';
|
|
126
|
-
export { default as DeleteFill } from './components/currency/DeleteFill';
|
|
127
|
-
export { default as Download } from './components/currency/Download';
|
|
128
|
-
export { default as DownloadFill } from './components/currency/DownloadFill';
|
|
129
|
-
export { default as Drag } from './components/currency/Drag';
|
|
130
|
-
export { default as Edit } from './components/currency/Edit';
|
|
131
|
-
export { default as EditFill } from './components/currency/EditFill';
|
|
132
|
-
export { default as EventFollow } from './components/currency/EventFollow';
|
|
133
|
-
export { default as EventFollowFill } from './components/currency/EventFollowFill';
|
|
134
|
-
export { default as Exitfullscreen } from './components/currency/Exitfullscreen';
|
|
135
|
-
export { default as Fall } from './components/currency/Fall';
|
|
136
|
-
export { default as Fold } from './components/currency/Fold';
|
|
137
|
-
export { default as FoldFill } from './components/currency/FoldFill';
|
|
138
|
-
export { default as Fullscreen } from './components/currency/Fullscreen';
|
|
139
|
-
export { default as GroupFeedback } from './components/currency/GroupFeedback';
|
|
140
|
-
export { default as GroupFeedbackFill } from './components/currency/GroupFeedbackFill';
|
|
141
|
-
export { default as HospitalAppeal } from './components/currency/HospitalAppeal';
|
|
142
|
-
export { default as HospitalAppealFill } from './components/currency/HospitalAppealFill';
|
|
143
|
-
export { default as ImitateGroup } from './components/currency/ImitateGroup';
|
|
144
|
-
export { default as ImitateGroupFill } from './components/currency/ImitateGroupFill';
|
|
145
|
-
export { default as Invisible } from './components/currency/Invisible';
|
|
146
|
-
export { default as InvisibleFill } from './components/currency/InvisibleFill';
|
|
147
|
-
export { default as LeadinginInformation } from './components/currency/LeadinginInformation';
|
|
148
|
-
export { default as ListDetail } from './components/currency/ListDetail';
|
|
149
|
-
export { default as ListDetailFill } from './components/currency/ListDetailFill';
|
|
150
|
-
export { default as Loading } from './components/currency/Loading';
|
|
151
|
-
export { default as More } from './components/currency/More';
|
|
152
|
-
export { default as PatientInformation } from './components/currency/PatientInformation';
|
|
153
|
-
export { default as PatientInformationFill } from './components/currency/PatientInformationFill';
|
|
154
|
-
export { default as Radio } from './components/currency/Radio';
|
|
155
|
-
export { default as RadioFill } from './components/currency/RadioFill';
|
|
156
|
-
export { default as Raise } from './components/currency/Raise';
|
|
157
|
-
export { default as Record } from './components/currency/Record';
|
|
158
|
-
export { default as RecordFill } from './components/currency/RecordFill';
|
|
159
|
-
export { default as Recover } from './components/currency/Recover';
|
|
160
|
-
export { default as RectifyMassage } from './components/currency/RectifyMassage';
|
|
161
|
-
export { default as RectifyMassageFill } from './components/currency/RectifyMassageFill';
|
|
162
|
-
export { default as Screening } from './components/currency/Screening';
|
|
163
|
-
export { default as Search } from './components/currency/Search';
|
|
164
|
-
export { default as Selecte } from './components/currency/Selecte';
|
|
165
|
-
export { default as Setting } from './components/currency/Setting';
|
|
166
|
-
export { default as SettingFill } from './components/currency/SettingFill';
|
|
167
|
-
export { default as ShuttleLeft } from './components/currency/ShuttleLeft';
|
|
168
|
-
export { default as ShuttleRight } from './components/currency/ShuttleRight';
|
|
169
|
-
export { default as Singlearrow } from './components/currency/Singlearrow';
|
|
170
|
-
export { default as Sort } from './components/currency/Sort';
|
|
171
|
-
export { default as StartAnnotate } from './components/currency/StartAnnotate';
|
|
172
|
-
export { default as StartAnnotateFill } from './components/currency/StartAnnotateFill';
|
|
173
|
-
export { default as Submit } from './components/currency/Submit';
|
|
174
|
-
export { default as SubmitFill } from './components/currency/SubmitFill';
|
|
175
|
-
export { default as Switch } from './components/currency/Switch';
|
|
176
|
-
export { default as SwitchFill } from './components/currency/SwitchFill';
|
|
177
|
-
export { default as Time } from './components/currency/Time';
|
|
178
|
-
export { default as TimeFill } from './components/currency/TimeFill';
|
|
179
|
-
export { default as Top } from './components/currency/Top';
|
|
180
|
-
export { default as Unfixed } from './components/currency/Unfixed';
|
|
181
|
-
export { default as Unfold } from './components/currency/Unfold';
|
|
182
|
-
export { default as UnfoldFill } from './components/currency/UnfoldFill';
|
|
183
|
-
export { default as Visible } from './components/currency/Visible';
|
|
184
|
-
export { default as VisibleFill } from './components/currency/VisibleFill';
|
|
185
185
|
export { default as Bingzuwentifankui } from './components/old-twocolor/Bingzuwentifankui';
|
|
186
186
|
export { default as BingzuwentifankuiNew } from './components/old-twocolor/BingzuwentifankuiNew';
|
|
187
187
|
export { default as CasesDoubt } from './components/old-twocolor/CasesDoubt';
|
|
@@ -410,6 +410,7 @@ export { default as HospitalTransfer } from './components/suggestion/HospitalTra
|
|
|
410
410
|
export { default as Inform } from './components/suggestion/Inform';
|
|
411
411
|
export { default as Information } from './components/suggestion/Information';
|
|
412
412
|
export { default as KeyGroup } from './components/suggestion/KeyGroup';
|
|
413
|
+
export { default as Keyoffice } from './components/suggestion/Keyoffice';
|
|
413
414
|
export { default as Lack } from './components/suggestion/Lack';
|
|
414
415
|
export { default as Notice } from './components/suggestion/Notice';
|
|
415
416
|
export { default as NoticeFill } from './components/suggestion/NoticeFill';
|
package/dist/esm/index.js
CHANGED
|
@@ -1,3 +1,94 @@
|
|
|
1
|
+
export { default as Add } from "./components/currency/Add";
|
|
2
|
+
export { default as AddFill } from "./components/currency/AddFill";
|
|
3
|
+
export { default as Admin } from "./components/currency/Admin";
|
|
4
|
+
export { default as AppearRecord } from "./components/currency/AppearRecord";
|
|
5
|
+
export { default as AppearRecordFill } from "./components/currency/AppearRecordFill";
|
|
6
|
+
export { default as ArrowDown } from "./components/currency/ArrowDown";
|
|
7
|
+
export { default as ArrowLeft } from "./components/currency/ArrowLeft";
|
|
8
|
+
export { default as ArrowRight } from "./components/currency/ArrowRight";
|
|
9
|
+
export { default as ArrowUp } from "./components/currency/ArrowUp";
|
|
10
|
+
export { default as BackToPlatform } from "./components/currency/BackToPlatform";
|
|
11
|
+
export { default as BackToPlatformFill } from "./components/currency/BackToPlatformFill";
|
|
12
|
+
export { default as Bottom } from "./components/currency/Bottom";
|
|
13
|
+
export { default as Cancel } from "./components/currency/Cancel";
|
|
14
|
+
export { default as CancelFill } from "./components/currency/CancelFill";
|
|
15
|
+
export { default as CaseInformation } from "./components/currency/CaseInformation";
|
|
16
|
+
export { default as CaseInformationFill } from "./components/currency/CaseInformationFill";
|
|
17
|
+
export { default as Checkbox } from "./components/currency/Checkbox";
|
|
18
|
+
export { default as CheckboxDisable } from "./components/currency/CheckboxDisable";
|
|
19
|
+
export { default as CheckboxFill } from "./components/currency/CheckboxFill";
|
|
20
|
+
export { default as ChooseFile } from "./components/currency/ChooseFile";
|
|
21
|
+
export { default as ChooseFileFill } from "./components/currency/ChooseFileFill";
|
|
22
|
+
export { default as Clean } from "./components/currency/Clean";
|
|
23
|
+
export { default as CleanFill } from "./components/currency/CleanFill";
|
|
24
|
+
export { default as Close } from "./components/currency/Close";
|
|
25
|
+
export { default as Code } from "./components/currency/Code";
|
|
26
|
+
export { default as Copy } from "./components/currency/Copy";
|
|
27
|
+
export { default as CopyFill } from "./components/currency/CopyFill";
|
|
28
|
+
export { default as CostDetail } from "./components/currency/CostDetail";
|
|
29
|
+
export { default as CostDetailFill } from "./components/currency/CostDetailFill";
|
|
30
|
+
export { default as Date } from "./components/currency/Date";
|
|
31
|
+
export { default as DateFill } from "./components/currency/DateFill";
|
|
32
|
+
export { default as Delete } from "./components/currency/Delete";
|
|
33
|
+
export { default as DeleteFill } from "./components/currency/DeleteFill";
|
|
34
|
+
export { default as Download } from "./components/currency/Download";
|
|
35
|
+
export { default as DownloadFill } from "./components/currency/DownloadFill";
|
|
36
|
+
export { default as Drag } from "./components/currency/Drag";
|
|
37
|
+
export { default as Edit } from "./components/currency/Edit";
|
|
38
|
+
export { default as EditFill } from "./components/currency/EditFill";
|
|
39
|
+
export { default as EventFollow } from "./components/currency/EventFollow";
|
|
40
|
+
export { default as EventFollowFill } from "./components/currency/EventFollowFill";
|
|
41
|
+
export { default as Exitfullscreen } from "./components/currency/Exitfullscreen";
|
|
42
|
+
export { default as Fall } from "./components/currency/Fall";
|
|
43
|
+
export { default as Fold } from "./components/currency/Fold";
|
|
44
|
+
export { default as FoldFill } from "./components/currency/FoldFill";
|
|
45
|
+
export { default as Fullscreen } from "./components/currency/Fullscreen";
|
|
46
|
+
export { default as GroupFeedback } from "./components/currency/GroupFeedback";
|
|
47
|
+
export { default as GroupFeedbackFill } from "./components/currency/GroupFeedbackFill";
|
|
48
|
+
export { default as HospitalAppeal } from "./components/currency/HospitalAppeal";
|
|
49
|
+
export { default as HospitalAppealFill } from "./components/currency/HospitalAppealFill";
|
|
50
|
+
export { default as ImitateGroup } from "./components/currency/ImitateGroup";
|
|
51
|
+
export { default as ImitateGroupFill } from "./components/currency/ImitateGroupFill";
|
|
52
|
+
export { default as Invisible } from "./components/currency/Invisible";
|
|
53
|
+
export { default as InvisibleFill } from "./components/currency/InvisibleFill";
|
|
54
|
+
export { default as LeadinginInformation } from "./components/currency/LeadinginInformation";
|
|
55
|
+
export { default as ListDetail } from "./components/currency/ListDetail";
|
|
56
|
+
export { default as ListDetailFill } from "./components/currency/ListDetailFill";
|
|
57
|
+
export { default as Loading } from "./components/currency/Loading";
|
|
58
|
+
export { default as More } from "./components/currency/More";
|
|
59
|
+
export { default as PatientInformation } from "./components/currency/PatientInformation";
|
|
60
|
+
export { default as PatientInformationFill } from "./components/currency/PatientInformationFill";
|
|
61
|
+
export { default as Radio } from "./components/currency/Radio";
|
|
62
|
+
export { default as RadioFill } from "./components/currency/RadioFill";
|
|
63
|
+
export { default as Raise } from "./components/currency/Raise";
|
|
64
|
+
export { default as Record } from "./components/currency/Record";
|
|
65
|
+
export { default as RecordFill } from "./components/currency/RecordFill";
|
|
66
|
+
export { default as Recover } from "./components/currency/Recover";
|
|
67
|
+
export { default as RectifyMassage } from "./components/currency/RectifyMassage";
|
|
68
|
+
export { default as RectifyMassageFill } from "./components/currency/RectifyMassageFill";
|
|
69
|
+
export { default as Screening } from "./components/currency/Screening";
|
|
70
|
+
export { default as Search } from "./components/currency/Search";
|
|
71
|
+
export { default as Selecte } from "./components/currency/Selecte";
|
|
72
|
+
export { default as Setting } from "./components/currency/Setting";
|
|
73
|
+
export { default as SettingFill } from "./components/currency/SettingFill";
|
|
74
|
+
export { default as ShuttleLeft } from "./components/currency/ShuttleLeft";
|
|
75
|
+
export { default as ShuttleRight } from "./components/currency/ShuttleRight";
|
|
76
|
+
export { default as Singlearrow } from "./components/currency/Singlearrow";
|
|
77
|
+
export { default as Sort } from "./components/currency/Sort";
|
|
78
|
+
export { default as StartAnnotate } from "./components/currency/StartAnnotate";
|
|
79
|
+
export { default as StartAnnotateFill } from "./components/currency/StartAnnotateFill";
|
|
80
|
+
export { default as Submit } from "./components/currency/Submit";
|
|
81
|
+
export { default as SubmitFill } from "./components/currency/SubmitFill";
|
|
82
|
+
export { default as Switch } from "./components/currency/Switch";
|
|
83
|
+
export { default as SwitchFill } from "./components/currency/SwitchFill";
|
|
84
|
+
export { default as Time } from "./components/currency/Time";
|
|
85
|
+
export { default as TimeFill } from "./components/currency/TimeFill";
|
|
86
|
+
export { default as Top } from "./components/currency/Top";
|
|
87
|
+
export { default as Unfixed } from "./components/currency/Unfixed";
|
|
88
|
+
export { default as Unfold } from "./components/currency/Unfold";
|
|
89
|
+
export { default as UnfoldFill } from "./components/currency/UnfoldFill";
|
|
90
|
+
export { default as Visible } from "./components/currency/Visible";
|
|
91
|
+
export { default as VisibleFill } from "./components/currency/VisibleFill";
|
|
1
92
|
export { default as Analyse } from "./components/business-menu/Analyse";
|
|
2
93
|
export { default as Annotate } from "./components/business-menu/Annotate";
|
|
3
94
|
export { default as AppealFeedback } from "./components/business-menu/AppealFeedback";
|
|
@@ -91,97 +182,6 @@ export { default as UserManagement } from "./components/business-menu/UserManage
|
|
|
91
182
|
export { default as UserManagementFill } from "./components/business-menu/UserManagementFill";
|
|
92
183
|
export { default as WarningVerify } from "./components/business-menu/WarningVerify";
|
|
93
184
|
export { default as WarningVerifyFill } from "./components/business-menu/WarningVerifyFill";
|
|
94
|
-
export { default as Add } from "./components/currency/Add";
|
|
95
|
-
export { default as AddFill } from "./components/currency/AddFill";
|
|
96
|
-
export { default as Admin } from "./components/currency/Admin";
|
|
97
|
-
export { default as AppearRecord } from "./components/currency/AppearRecord";
|
|
98
|
-
export { default as AppearRecordFill } from "./components/currency/AppearRecordFill";
|
|
99
|
-
export { default as ArrowDown } from "./components/currency/ArrowDown";
|
|
100
|
-
export { default as ArrowLeft } from "./components/currency/ArrowLeft";
|
|
101
|
-
export { default as ArrowRight } from "./components/currency/ArrowRight";
|
|
102
|
-
export { default as ArrowUp } from "./components/currency/ArrowUp";
|
|
103
|
-
export { default as BackToPlatform } from "./components/currency/BackToPlatform";
|
|
104
|
-
export { default as BackToPlatformFill } from "./components/currency/BackToPlatformFill";
|
|
105
|
-
export { default as Bottom } from "./components/currency/Bottom";
|
|
106
|
-
export { default as Cancel } from "./components/currency/Cancel";
|
|
107
|
-
export { default as CancelFill } from "./components/currency/CancelFill";
|
|
108
|
-
export { default as CaseInformation } from "./components/currency/CaseInformation";
|
|
109
|
-
export { default as CaseInformationFill } from "./components/currency/CaseInformationFill";
|
|
110
|
-
export { default as Checkbox } from "./components/currency/Checkbox";
|
|
111
|
-
export { default as CheckboxDisable } from "./components/currency/CheckboxDisable";
|
|
112
|
-
export { default as CheckboxFill } from "./components/currency/CheckboxFill";
|
|
113
|
-
export { default as ChooseFile } from "./components/currency/ChooseFile";
|
|
114
|
-
export { default as ChooseFileFill } from "./components/currency/ChooseFileFill";
|
|
115
|
-
export { default as Clean } from "./components/currency/Clean";
|
|
116
|
-
export { default as CleanFill } from "./components/currency/CleanFill";
|
|
117
|
-
export { default as Close } from "./components/currency/Close";
|
|
118
|
-
export { default as Code } from "./components/currency/Code";
|
|
119
|
-
export { default as Copy } from "./components/currency/Copy";
|
|
120
|
-
export { default as CopyFill } from "./components/currency/CopyFill";
|
|
121
|
-
export { default as CostDetail } from "./components/currency/CostDetail";
|
|
122
|
-
export { default as CostDetailFill } from "./components/currency/CostDetailFill";
|
|
123
|
-
export { default as Date } from "./components/currency/Date";
|
|
124
|
-
export { default as DateFill } from "./components/currency/DateFill";
|
|
125
|
-
export { default as Delete } from "./components/currency/Delete";
|
|
126
|
-
export { default as DeleteFill } from "./components/currency/DeleteFill";
|
|
127
|
-
export { default as Download } from "./components/currency/Download";
|
|
128
|
-
export { default as DownloadFill } from "./components/currency/DownloadFill";
|
|
129
|
-
export { default as Drag } from "./components/currency/Drag";
|
|
130
|
-
export { default as Edit } from "./components/currency/Edit";
|
|
131
|
-
export { default as EditFill } from "./components/currency/EditFill";
|
|
132
|
-
export { default as EventFollow } from "./components/currency/EventFollow";
|
|
133
|
-
export { default as EventFollowFill } from "./components/currency/EventFollowFill";
|
|
134
|
-
export { default as Exitfullscreen } from "./components/currency/Exitfullscreen";
|
|
135
|
-
export { default as Fall } from "./components/currency/Fall";
|
|
136
|
-
export { default as Fold } from "./components/currency/Fold";
|
|
137
|
-
export { default as FoldFill } from "./components/currency/FoldFill";
|
|
138
|
-
export { default as Fullscreen } from "./components/currency/Fullscreen";
|
|
139
|
-
export { default as GroupFeedback } from "./components/currency/GroupFeedback";
|
|
140
|
-
export { default as GroupFeedbackFill } from "./components/currency/GroupFeedbackFill";
|
|
141
|
-
export { default as HospitalAppeal } from "./components/currency/HospitalAppeal";
|
|
142
|
-
export { default as HospitalAppealFill } from "./components/currency/HospitalAppealFill";
|
|
143
|
-
export { default as ImitateGroup } from "./components/currency/ImitateGroup";
|
|
144
|
-
export { default as ImitateGroupFill } from "./components/currency/ImitateGroupFill";
|
|
145
|
-
export { default as Invisible } from "./components/currency/Invisible";
|
|
146
|
-
export { default as InvisibleFill } from "./components/currency/InvisibleFill";
|
|
147
|
-
export { default as LeadinginInformation } from "./components/currency/LeadinginInformation";
|
|
148
|
-
export { default as ListDetail } from "./components/currency/ListDetail";
|
|
149
|
-
export { default as ListDetailFill } from "./components/currency/ListDetailFill";
|
|
150
|
-
export { default as Loading } from "./components/currency/Loading";
|
|
151
|
-
export { default as More } from "./components/currency/More";
|
|
152
|
-
export { default as PatientInformation } from "./components/currency/PatientInformation";
|
|
153
|
-
export { default as PatientInformationFill } from "./components/currency/PatientInformationFill";
|
|
154
|
-
export { default as Radio } from "./components/currency/Radio";
|
|
155
|
-
export { default as RadioFill } from "./components/currency/RadioFill";
|
|
156
|
-
export { default as Raise } from "./components/currency/Raise";
|
|
157
|
-
export { default as Record } from "./components/currency/Record";
|
|
158
|
-
export { default as RecordFill } from "./components/currency/RecordFill";
|
|
159
|
-
export { default as Recover } from "./components/currency/Recover";
|
|
160
|
-
export { default as RectifyMassage } from "./components/currency/RectifyMassage";
|
|
161
|
-
export { default as RectifyMassageFill } from "./components/currency/RectifyMassageFill";
|
|
162
|
-
export { default as Screening } from "./components/currency/Screening";
|
|
163
|
-
export { default as Search } from "./components/currency/Search";
|
|
164
|
-
export { default as Selecte } from "./components/currency/Selecte";
|
|
165
|
-
export { default as Setting } from "./components/currency/Setting";
|
|
166
|
-
export { default as SettingFill } from "./components/currency/SettingFill";
|
|
167
|
-
export { default as ShuttleLeft } from "./components/currency/ShuttleLeft";
|
|
168
|
-
export { default as ShuttleRight } from "./components/currency/ShuttleRight";
|
|
169
|
-
export { default as Singlearrow } from "./components/currency/Singlearrow";
|
|
170
|
-
export { default as Sort } from "./components/currency/Sort";
|
|
171
|
-
export { default as StartAnnotate } from "./components/currency/StartAnnotate";
|
|
172
|
-
export { default as StartAnnotateFill } from "./components/currency/StartAnnotateFill";
|
|
173
|
-
export { default as Submit } from "./components/currency/Submit";
|
|
174
|
-
export { default as SubmitFill } from "./components/currency/SubmitFill";
|
|
175
|
-
export { default as Switch } from "./components/currency/Switch";
|
|
176
|
-
export { default as SwitchFill } from "./components/currency/SwitchFill";
|
|
177
|
-
export { default as Time } from "./components/currency/Time";
|
|
178
|
-
export { default as TimeFill } from "./components/currency/TimeFill";
|
|
179
|
-
export { default as Top } from "./components/currency/Top";
|
|
180
|
-
export { default as Unfixed } from "./components/currency/Unfixed";
|
|
181
|
-
export { default as Unfold } from "./components/currency/Unfold";
|
|
182
|
-
export { default as UnfoldFill } from "./components/currency/UnfoldFill";
|
|
183
|
-
export { default as Visible } from "./components/currency/Visible";
|
|
184
|
-
export { default as VisibleFill } from "./components/currency/VisibleFill";
|
|
185
185
|
export { default as Bingzuwentifankui } from "./components/old-twocolor/Bingzuwentifankui";
|
|
186
186
|
export { default as BingzuwentifankuiNew } from "./components/old-twocolor/BingzuwentifankuiNew";
|
|
187
187
|
export { default as CasesDoubt } from "./components/old-twocolor/CasesDoubt";
|
|
@@ -410,6 +410,7 @@ export { default as HospitalTransfer } from "./components/suggestion/HospitalTra
|
|
|
410
410
|
export { default as Inform } from "./components/suggestion/Inform";
|
|
411
411
|
export { default as Information } from "./components/suggestion/Information";
|
|
412
412
|
export { default as KeyGroup } from "./components/suggestion/KeyGroup";
|
|
413
|
+
export { default as Keyoffice } from "./components/suggestion/Keyoffice";
|
|
413
414
|
export { default as Lack } from "./components/suggestion/Lack";
|
|
414
415
|
export { default as Notice } from "./components/suggestion/Notice";
|
|
415
416
|
export { default as NoticeFill } from "./components/suggestion/NoticeFill";
|