@voplus/morpho-document 1.0.0-dev192 → 1.0.0-dev193
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/ActivityLog/index.less +64 -64
- package/es/components/Links/index.less +111 -111
- package/es/controls/QuickDataIcon/UserQuickIcon/index.d.ts +5 -3
- package/es/controls/QuickDataIcon/UserQuickIcon/index.js +8 -7
- package/es/controls/QuickDataIcon/UserQuickIcon/index.js.map +1 -1
- package/es/controls/QuickDataIcon/UserQuickIcon/index.less +10 -0
- package/es/controls/QuickDataIcon/index.js +1 -1
- package/es/controls/QuickDataIcon/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
.activity-log {
|
|
2
|
-
height: 100%;
|
|
3
|
-
padding: 13px 0 0 15px;
|
|
4
|
-
margin: 15px 20px;
|
|
5
|
-
:global {
|
|
6
|
-
.ant-avatar-image {
|
|
7
|
-
width: 34px;
|
|
8
|
-
height: 34px;
|
|
9
|
-
border: 1px solid #f2f2f2;
|
|
10
|
-
}
|
|
11
|
-
.dot-icon {
|
|
12
|
-
display: inline-block;
|
|
13
|
-
width: 34px;
|
|
14
|
-
height: 34px;
|
|
15
|
-
line-height: 32px;
|
|
16
|
-
border: 1px solid transparent;
|
|
17
|
-
border-radius: 50%;
|
|
18
|
-
font-size: 17px;
|
|
19
|
-
}
|
|
20
|
-
.ant-timeline-item-content {
|
|
21
|
-
top: -11px;
|
|
22
|
-
margin: 0 0 0 60px;
|
|
23
|
-
line-height: 22px;
|
|
24
|
-
color: #333;
|
|
25
|
-
.user-name {
|
|
26
|
-
font-weight: bold;
|
|
27
|
-
color: #000;
|
|
28
|
-
padding-right: 10px;
|
|
29
|
-
}
|
|
30
|
-
.action {
|
|
31
|
-
padding-right: 15px;
|
|
32
|
-
font-weight: 500;
|
|
33
|
-
color: #000;
|
|
34
|
-
font-style: italic;
|
|
35
|
-
}
|
|
36
|
-
.anticon {
|
|
37
|
-
margin-right: 5px;
|
|
38
|
-
}
|
|
39
|
-
.date-time {
|
|
40
|
-
font-size: 12px;
|
|
41
|
-
color: #444;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
.property-objects {
|
|
45
|
-
display: inline;
|
|
46
|
-
|
|
47
|
-
&.multiple {
|
|
48
|
-
display: block;
|
|
49
|
-
|
|
50
|
-
> span {
|
|
51
|
-
display: block;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
.property-name {
|
|
55
|
-
font-weight: 600;
|
|
56
|
-
font-style: italic;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.property-value {
|
|
60
|
-
font-style: italic;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
1
|
+
.activity-log {
|
|
2
|
+
height: 100%;
|
|
3
|
+
padding: 13px 0 0 15px;
|
|
4
|
+
margin: 15px 20px;
|
|
5
|
+
:global {
|
|
6
|
+
.ant-avatar-image {
|
|
7
|
+
width: 34px;
|
|
8
|
+
height: 34px;
|
|
9
|
+
border: 1px solid #f2f2f2;
|
|
10
|
+
}
|
|
11
|
+
.dot-icon {
|
|
12
|
+
display: inline-block;
|
|
13
|
+
width: 34px;
|
|
14
|
+
height: 34px;
|
|
15
|
+
line-height: 32px;
|
|
16
|
+
border: 1px solid transparent;
|
|
17
|
+
border-radius: 50%;
|
|
18
|
+
font-size: 17px;
|
|
19
|
+
}
|
|
20
|
+
.ant-timeline-item-content {
|
|
21
|
+
top: -11px;
|
|
22
|
+
margin: 0 0 0 60px;
|
|
23
|
+
line-height: 22px;
|
|
24
|
+
color: #333;
|
|
25
|
+
.user-name {
|
|
26
|
+
font-weight: bold;
|
|
27
|
+
color: #000;
|
|
28
|
+
padding-right: 10px;
|
|
29
|
+
}
|
|
30
|
+
.action {
|
|
31
|
+
padding-right: 15px;
|
|
32
|
+
font-weight: 500;
|
|
33
|
+
color: #000;
|
|
34
|
+
font-style: italic;
|
|
35
|
+
}
|
|
36
|
+
.anticon {
|
|
37
|
+
margin-right: 5px;
|
|
38
|
+
}
|
|
39
|
+
.date-time {
|
|
40
|
+
font-size: 12px;
|
|
41
|
+
color: #444;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.property-objects {
|
|
45
|
+
display: inline;
|
|
46
|
+
|
|
47
|
+
&.multiple {
|
|
48
|
+
display: block;
|
|
49
|
+
|
|
50
|
+
> span {
|
|
51
|
+
display: block;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
.property-name {
|
|
55
|
+
font-weight: 600;
|
|
56
|
+
font-style: italic;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.property-value {
|
|
60
|
+
font-style: italic;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -1,111 +1,111 @@
|
|
|
1
|
-
@import "~@voplus/antd/es/style/themes/default.less";
|
|
2
|
-
.reference-view {
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
height: 100%;
|
|
6
|
-
:global {
|
|
7
|
-
.reference-header {
|
|
8
|
-
display: flex;
|
|
9
|
-
margin: 5px 20px 0 20px;
|
|
10
|
-
.multiple-remove {
|
|
11
|
-
font-weight: 600;
|
|
12
|
-
color: #000;
|
|
13
|
-
cursor: pointer;
|
|
14
|
-
.ant-btn {
|
|
15
|
-
padding: 0 10px 0 0;
|
|
16
|
-
font-size: 16px;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
.multiple-remove-btn {
|
|
20
|
-
.ant-btn {
|
|
21
|
-
padding: 0 10px;
|
|
22
|
-
font-style: italic;
|
|
23
|
-
}
|
|
24
|
-
.del-btn {
|
|
25
|
-
color: #ff4d4f;
|
|
26
|
-
&:hover {
|
|
27
|
-
color: #ff7875;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
.cancel-btn {
|
|
31
|
-
color: #666;
|
|
32
|
-
&:hover {
|
|
33
|
-
color: @primary-color;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
.plus-icon {
|
|
38
|
-
display: inline-block;
|
|
39
|
-
padding: 4px;
|
|
40
|
-
margin-left: 10px;
|
|
41
|
-
font-size: 13px;
|
|
42
|
-
line-height: 1px;
|
|
43
|
-
background: #1abc9c;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
.reference-view-page {
|
|
48
|
-
display: block;
|
|
49
|
-
}
|
|
50
|
-
.reference-item {
|
|
51
|
-
display: flex;
|
|
52
|
-
position: relative;
|
|
53
|
-
justify-content: space-between;
|
|
54
|
-
align-items: center;
|
|
55
|
-
padding: 5px 20px;
|
|
56
|
-
&:hover {
|
|
57
|
-
cursor: pointer;
|
|
58
|
-
.reference-item-content {
|
|
59
|
-
opacity: 0.4;
|
|
60
|
-
}
|
|
61
|
-
.reference-status-none {
|
|
62
|
-
display: none;
|
|
63
|
-
}
|
|
64
|
-
.hover-operate-icon {
|
|
65
|
-
display: block;
|
|
66
|
-
opacity: 1;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
.reference-item-content {
|
|
70
|
-
flex: 1;
|
|
71
|
-
color: #000;
|
|
72
|
-
font-weight: 500;
|
|
73
|
-
.reference-content {
|
|
74
|
-
display: flex;
|
|
75
|
-
flex: 1;
|
|
76
|
-
.type-icon {
|
|
77
|
-
font-size: 15px;
|
|
78
|
-
padding-right: 10px;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
.task-item-name.task-item-name_done {
|
|
82
|
-
color: #a8a8a8;
|
|
83
|
-
}
|
|
84
|
-
.task-control {
|
|
85
|
-
display: flex;
|
|
86
|
-
align-items: center;
|
|
87
|
-
padding: 5px 0;
|
|
88
|
-
font-size: 13px;
|
|
89
|
-
color: #444;
|
|
90
|
-
font-weight: normal;
|
|
91
|
-
> span + span {
|
|
92
|
-
margin-left: 15px;
|
|
93
|
-
}
|
|
94
|
-
.svg-inline--fa {
|
|
95
|
-
margin-right: 5px;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.hover-operate-icon {
|
|
101
|
-
display: none;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
.ant-empty {
|
|
105
|
-
font-size: 12px;
|
|
106
|
-
.ant-empty-image {
|
|
107
|
-
height: 35px;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
1
|
+
@import "~@voplus/antd/es/style/themes/default.less";
|
|
2
|
+
.reference-view {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
height: 100%;
|
|
6
|
+
:global {
|
|
7
|
+
.reference-header {
|
|
8
|
+
display: flex;
|
|
9
|
+
margin: 5px 20px 0 20px;
|
|
10
|
+
.multiple-remove {
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
color: #000;
|
|
13
|
+
cursor: pointer;
|
|
14
|
+
.ant-btn {
|
|
15
|
+
padding: 0 10px 0 0;
|
|
16
|
+
font-size: 16px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.multiple-remove-btn {
|
|
20
|
+
.ant-btn {
|
|
21
|
+
padding: 0 10px;
|
|
22
|
+
font-style: italic;
|
|
23
|
+
}
|
|
24
|
+
.del-btn {
|
|
25
|
+
color: #ff4d4f;
|
|
26
|
+
&:hover {
|
|
27
|
+
color: #ff7875;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
.cancel-btn {
|
|
31
|
+
color: #666;
|
|
32
|
+
&:hover {
|
|
33
|
+
color: @primary-color;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
.plus-icon {
|
|
38
|
+
display: inline-block;
|
|
39
|
+
padding: 4px;
|
|
40
|
+
margin-left: 10px;
|
|
41
|
+
font-size: 13px;
|
|
42
|
+
line-height: 1px;
|
|
43
|
+
background: #1abc9c;
|
|
44
|
+
cursor: pointer;
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
.reference-view-page {
|
|
48
|
+
display: block;
|
|
49
|
+
}
|
|
50
|
+
.reference-item {
|
|
51
|
+
display: flex;
|
|
52
|
+
position: relative;
|
|
53
|
+
justify-content: space-between;
|
|
54
|
+
align-items: center;
|
|
55
|
+
padding: 5px 20px;
|
|
56
|
+
&:hover {
|
|
57
|
+
cursor: pointer;
|
|
58
|
+
.reference-item-content {
|
|
59
|
+
opacity: 0.4;
|
|
60
|
+
}
|
|
61
|
+
.reference-status-none {
|
|
62
|
+
display: none;
|
|
63
|
+
}
|
|
64
|
+
.hover-operate-icon {
|
|
65
|
+
display: block;
|
|
66
|
+
opacity: 1;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
.reference-item-content {
|
|
70
|
+
flex: 1;
|
|
71
|
+
color: #000;
|
|
72
|
+
font-weight: 500;
|
|
73
|
+
.reference-content {
|
|
74
|
+
display: flex;
|
|
75
|
+
flex: 1;
|
|
76
|
+
.type-icon {
|
|
77
|
+
font-size: 15px;
|
|
78
|
+
padding-right: 10px;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
.task-item-name.task-item-name_done {
|
|
82
|
+
color: #a8a8a8;
|
|
83
|
+
}
|
|
84
|
+
.task-control {
|
|
85
|
+
display: flex;
|
|
86
|
+
align-items: center;
|
|
87
|
+
padding: 5px 0;
|
|
88
|
+
font-size: 13px;
|
|
89
|
+
color: #444;
|
|
90
|
+
font-weight: normal;
|
|
91
|
+
> span + span {
|
|
92
|
+
margin-left: 15px;
|
|
93
|
+
}
|
|
94
|
+
.svg-inline--fa {
|
|
95
|
+
margin-right: 5px;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.hover-operate-icon {
|
|
101
|
+
display: none;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
.ant-empty {
|
|
105
|
+
font-size: 12px;
|
|
106
|
+
.ant-empty-image {
|
|
107
|
+
height: 35px;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -2,11 +2,13 @@
|
|
|
2
2
|
import "./index.less";
|
|
3
3
|
declare const UserQuickIcon: {
|
|
4
4
|
(props: {
|
|
5
|
-
|
|
6
|
-
|
|
5
|
+
users: {
|
|
6
|
+
id: string;
|
|
7
|
+
name: string;
|
|
8
|
+
}[];
|
|
7
9
|
}): JSX.Element;
|
|
8
10
|
defaultProps: {
|
|
9
|
-
|
|
11
|
+
users: never[];
|
|
10
12
|
};
|
|
11
13
|
};
|
|
12
14
|
export default UserQuickIcon;
|
|
@@ -1,19 +1,20 @@
|
|
|
1
1
|
import "./index.less";
|
|
2
|
+
import { Avatar, Popover } from "@voplus/antd";
|
|
2
3
|
import { FontAwesomeIcon as FAIcon } from "@fortawesome/react-fontawesome";
|
|
3
4
|
import React from "react";
|
|
4
|
-
import { Tooltip } from "@voplus/antd";
|
|
5
5
|
import { faUsers } from "@fortawesome/pro-light-svg-icons";
|
|
6
|
+
const colorList = ["#765FEE", "#fe4066", "#FFC832", "#FF8F5E", "#3AC43A", "#FFC832"];
|
|
6
7
|
const UserQuickIcon = (props) => {
|
|
7
|
-
const {
|
|
8
|
-
return
|
|
8
|
+
const { users } = props;
|
|
9
|
+
return (React.createElement(Popover, { title: "Readers", content: React.createElement(React.Fragment, null, users.map((user, index) => (React.createElement("div", { key: user.id, className: "user-quick-Avatar" },
|
|
10
|
+
React.createElement(Avatar, { size: "small", style: { backgroundColor: colorList[index % 6] } }),
|
|
11
|
+
user.name)))) },
|
|
9
12
|
React.createElement("span", { className: "user-quick-icon" },
|
|
10
13
|
React.createElement(FAIcon, { icon: faUsers }),
|
|
11
|
-
|
|
12
|
-
React.createElement(FAIcon, { icon: faUsers }),
|
|
13
|
-
num));
|
|
14
|
+
users ? users.length : 0)));
|
|
14
15
|
};
|
|
15
16
|
UserQuickIcon.defaultProps = {
|
|
16
|
-
|
|
17
|
+
users: []
|
|
17
18
|
};
|
|
18
19
|
export default UserQuickIcon;
|
|
19
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/controls/QuickDataIcon/UserQuickIcon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/controls/QuickDataIcon/UserQuickIcon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAE,MAAM,EAAE,OAAO,EAAW,MAAM,cAAc,CAAC;AAExD,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAE3D,MAAM,SAAS,GAAG,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC,CAAC;AAErF,MAAM,aAAa,GAAG,CAAC,KAAgD,EAAE,EAAE;IAC1E,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,CAAC;IAExB,OAAO,CACN,oBAAC,OAAO,IACP,KAAK,EAAC,SAAS,EACf,OAAO,EACN,oBAAC,KAAK,CAAC,QAAQ,QACb,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,CAAC,CAC3B,6BAAK,GAAG,EAAE,IAAI,CAAC,EAAE,EAAE,SAAS,EAAC,mBAAmB;YAC/C,oBAAC,MAAM,IAAC,IAAI,EAAC,OAAO,EAAC,KAAK,EAAE,EAAE,eAAe,EAAE,SAAS,CAAC,KAAK,GAAG,CAAC,CAAC,EAAE,GAAI;YAExE,IAAI,CAAC,IAAI,CACL,CACN,CAAC,CACc;QAGlB,8BAAM,SAAS,EAAC,iBAAiB;YAChC,oBAAC,MAAM,IAAC,IAAI,EAAE,OAAO,GAAI;YACxB,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CACnB,CACE,CACV,CAAC;AACH,CAAC,CAAC;AACF,aAAa,CAAC,YAAY,GAAG;IAC5B,KAAK,EAAE,EAAE;CACT,CAAC;AACF,eAAe,aAAa,CAAC"}
|
|
@@ -38,7 +38,7 @@ const QuickDataIcon = (props) => {
|
|
|
38
38
|
item.num))) : (React.createElement("span", { className: "quick-data-icon" },
|
|
39
39
|
React.createElement(FAIcon, { icon: item.icon }),
|
|
40
40
|
item.num))),
|
|
41
|
-
React.createElement(UserQuickIcon, {
|
|
41
|
+
React.createElement(UserQuickIcon, { users: users })));
|
|
42
42
|
};
|
|
43
43
|
QuickDataIcon.defaultProps = {
|
|
44
44
|
tip: true,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/QuickDataIcon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,EAAa,WAAW,EAAE,MAAM,YAAY,CAAC;AACpD,OAAO,EACN,aAAa,EACb,SAAS,EACT,QAAQ,EACR,WAAW,EACX,OAAO,EACP,MAAM,kCAAkC,CAAC;AAE1C,OAAO,EAAE,eAAe,IAAI,MAAM,EAAE,MAAM,gCAAgC,CAAC;AAC3E,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAE5D,OAAO,CAAC,GAAG,CAAC,aAAa,EAAE,SAAS,EAAE,QAAQ,EAAE,WAAW,EAAE,OAAO,CAAC,CAAC;AAStE,MAAM,aAAa,GAAG,CAAC,KAKtB,EAAE,EAAE;IACJ,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,KAAK,CAAC;IACpC,MAAM,QAAQ,GAAG,WAAW,CAAC,EAAE,EAAE,EAAE,QAAQ,EAAE,CAAU,CAAC;IACxD,MAAM,EAAE,WAAW,EAAE,qBAAqB,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,QAAQ,CAAC;IACpF,MAAM,IAAI,GAAG;QACZ;YACC,IAAI,EAAE,MAAM;YACZ,IAAI,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;YACxB,GAAG,EAAE,WAAW,IAAI,CAAC;YACrB,IAAI,EAAE,CAAC,QAAS,CAAC,QAAQ,CAAC,qBAAqB,CAAC;SAChD;QACD;YACC,IAAI,EAAE,iBAAiB;YACvB,IAAI,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC;YACzB,GAAG,EAAE,qBAAqB,IAAI,CAAC;YAC/B,IAAI,EAAE,CAAC,QAAS,CAAC,QAAQ,CAAC,qBAAqB,CAAC;SAChD;QACD;YACC,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC;YAC1B,GAAG,EAAE,CAAC,SAAS,IAAI,CAAC,CAAC,GAAG,CAAC,WAAW,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,CAAC,CAAC,GAAG,CAAC,WAAW,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;SACtF;QACD,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE;KACjE,CAAC;IACF,OAAO,CACN,oBAAC,KAAK,CAAC,QAAQ;QACb,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAChB,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CACX,EAAE,CACF,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CACT,oBAAC,OAAO,IAAC,GAAG,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,CAAC,IAAI;YACxC,8BACC,SAAS,EAAC,iBAAiB,EAC3B,OAAO,EAAE,GAAG,EAAE,CAAC,CAAC,IAAI,CAAC,IAAI,KAAK,UAAU,CAAC,CAAC,CAAC,KAAK,CAAC,OAAQ,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC;gBAEnE,oBAAC,MAAM,IAAC,IAAI,EAAE,IAAI,CAAC,IAAW,GAAI;gBACjC,IAAI,CAAC,GAAG,CACH,CACE,CACV,CAAC,CAAC,CAAC,CACH,8BAAM,SAAS,EAAC,iBAAiB;YAChC,oBAAC,MAAM,IAAC,IAAI,EAAE,IAAI,CAAC,IAAW,GAAI;YACjC,IAAI,CAAC,GAAG,CACH,CACP,CACD;QACD,oBAAC,aAAa,IAAC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/controls/QuickDataIcon/index.tsx"],"names":[],"mappings":"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"}
|