@giteeteam/apps-team-components 1.3.0-alpha.2 → 1.3.0-alpha.3
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 +21 -21
- package/dist/components/common/PriceTag.js +18 -18
- package/dist/components/common/expand-component/style.js +6 -6
- package/dist/components/common/overflow-tooltip/style/index.js +13 -13
- package/dist/components/common/style/global.js +2 -2
- package/dist/components/common/style/mixin.js +14 -14
- package/dist/components/common/user-field/style/index.js +21 -21
- package/dist/components/default-empty-icon/style.js +52 -52
- package/dist/components/fields/bind-workspace/style/index.js +3 -3
- package/dist/components/fields/dropdown/BaseField.js +11 -0
- package/dist/components/fields/dropdown/style.js +72 -72
- package/dist/components/fields/hyper-link/style/index.js +14 -14
- package/dist/components/fields/item-type/style/index.js +5 -5
- package/dist/components/fields/long-text/style/index.js +5 -5
- package/dist/components/fields/priority/style/index.js +50 -50
- package/dist/components/fields/status/style/index.js +297 -297
- package/dist/components/fields/tag/style/index.js +5 -5
- package/dist/components/fields/team/style/index.js +2 -2
- package/dist/components/fields/user/style/index.js +8 -8
- package/dist/components/table-components/EditTableCell.d.ts +1 -0
- package/dist/components/table-components/EditTableCell.js +32 -13
- package/dist/components/table-components/index.js +1 -1
- package/dist/components/table-components/style/index.js +5 -5
- package/dist/icons/empty-icon/workspace-empty.svg +126 -126
- package/dist/icons/style/index.js +21 -21
- package/dist/public/icons/BulbIcon.svg +1 -1
- package/dist/public/icons/Cloud.svg +1 -1
- package/dist/public/icons/ConsultIcon.svg +1 -1
- package/dist/public/icons/Demo.svg +1 -1
- package/dist/public/icons/ErrorTemplate.svg +1 -1
- package/dist/public/icons/Fail.svg +1 -1
- package/dist/public/icons/Flag.svg +1 -1
- package/dist/public/icons/GiteeIcon.svg +1 -1
- package/dist/public/icons/IntelligenceGradient.svg +1 -1
- package/dist/public/icons/Issue_Approval.svg +1 -1
- package/dist/public/icons/Issue_Bug.svg +1 -1
- package/dist/public/icons/Issue_Demand.svg +1 -1
- package/dist/public/icons/Issue_Doc.svg +1 -1
- package/dist/public/icons/Issue_Idea.svg +1 -1
- package/dist/public/icons/Issue_List.svg +1 -1
- package/dist/public/icons/Issue_Plan.svg +1 -1
- package/dist/public/icons/Issue_Product.svg +1 -1
- package/dist/public/icons/Issue_Risk.svg +1 -1
- package/dist/public/icons/Issue_Story.svg +1 -1
- package/dist/public/icons/Issue_Subtask.svg +1 -1
- package/dist/public/icons/Issue_Task.svg +1 -1
- package/dist/public/icons/Issue_Test.svg +1 -1
- package/dist/public/icons/Issue_TestExcution.svg +1 -1
- package/dist/public/icons/Issue_TestPlan.svg +1 -1
- package/dist/public/icons/Issue_Time.svg +1 -1
- package/dist/public/icons/Issue_develop.svg +1 -1
- package/dist/public/icons/KanbanCover.svg +7 -7
- package/dist/public/icons/ListCover.svg +117 -117
- package/dist/public/icons/ManHour.svg +1 -1
- package/dist/public/icons/MobileIcon.svg +1 -1
- package/dist/public/icons/NoItemType.svg +10 -10
- package/dist/public/icons/ProductIcon.svg +1 -1
- package/dist/public/icons/RedFlagIcon.svg +1 -1
- package/dist/public/icons/Safe.svg +1 -1
- package/dist/public/icons/StarIcon.svg +60 -60
- package/dist/public/icons/StructureCover.svg +1 -1
- package/dist/public/icons/Success.svg +1 -1
- package/dist/public/icons/TeamIcon.svg +1 -1
- package/dist/public/icons/WebIcon.svg +1 -1
- package/dist/public/icons/iconfont.svg +467 -467
- package/dist/public/icons/iconfont_single_color.css +912 -912
- package/dist/public/mockServiceWorker.js +284 -284
- package/dist/style/global.js +7 -7
- package/package.json +111 -111
|
@@ -1,61 +1,61 @@
|
|
|
1
1
|
import { fieldLabelColor } from '../../../../style/common.js';
|
|
2
2
|
|
|
3
|
-
const cellBoxStyle = (antPrefix) => `
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
line-height: unset;
|
|
7
|
-
|
|
8
|
-
.${antPrefix}-dropdown-menu-title-content {
|
|
9
|
-
display: flex;
|
|
10
|
-
align-items: center;
|
|
11
|
-
max-width: 150px;
|
|
12
|
-
|
|
13
|
-
.anticon {
|
|
14
|
-
flex-shrink: 0;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
& > span {
|
|
18
|
-
white-space: pre-line;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
3
|
+
const cellBoxStyle = (antPrefix) => `
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
line-height: unset;
|
|
7
|
+
|
|
8
|
+
.${antPrefix}-dropdown-menu-title-content {
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
max-width: 150px;
|
|
12
|
+
|
|
13
|
+
.anticon {
|
|
14
|
+
flex-shrink: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
& > span {
|
|
18
|
+
white-space: pre-line;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
21
|
`;
|
|
22
|
-
const headerCellStyle = `
|
|
23
|
-
max-width: 120px;
|
|
24
|
-
height: 24px;
|
|
25
|
-
padding: 0 8px;
|
|
26
|
-
font-size: 12px;
|
|
27
|
-
font-weight: 600;
|
|
28
|
-
line-height: 24px;
|
|
29
|
-
color: #213053;
|
|
30
|
-
text-align: center;
|
|
31
|
-
background-color: #f5f6f8;
|
|
32
|
-
border-radius: 4px;
|
|
22
|
+
const headerCellStyle = `
|
|
23
|
+
max-width: 120px;
|
|
24
|
+
height: 24px;
|
|
25
|
+
padding: 0 8px;
|
|
26
|
+
font-size: 12px;
|
|
27
|
+
font-weight: 600;
|
|
28
|
+
line-height: 24px;
|
|
29
|
+
color: #213053;
|
|
30
|
+
text-align: center;
|
|
31
|
+
background-color: #f5f6f8;
|
|
32
|
+
border-radius: 4px;
|
|
33
33
|
`;
|
|
34
|
-
const emptyTextStyle = `
|
|
35
|
-
display: flex;
|
|
36
|
-
align-items: center;
|
|
37
|
-
width: 100%;
|
|
38
|
-
height: 100%;
|
|
34
|
+
const emptyTextStyle = `
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
width: 100%;
|
|
38
|
+
height: 100%;
|
|
39
39
|
`;
|
|
40
|
-
const colorIconStyle = `
|
|
41
|
-
margin-right: 5px;
|
|
42
|
-
font-size: 12px;
|
|
40
|
+
const colorIconStyle = `
|
|
41
|
+
margin-right: 5px;
|
|
42
|
+
font-size: 12px;
|
|
43
43
|
`;
|
|
44
|
-
const emptyStyle = `
|
|
45
|
-
color: ${fieldLabelColor};
|
|
44
|
+
const emptyStyle = `
|
|
45
|
+
color: ${fieldLabelColor};
|
|
46
46
|
`;
|
|
47
|
-
const emptyIconStyle = `
|
|
48
|
-
margin-right: 5px;
|
|
49
|
-
font-size: 12px!important;
|
|
50
|
-
width: 12px!important;
|
|
51
|
-
margin-left: 0!important;
|
|
47
|
+
const emptyIconStyle = `
|
|
48
|
+
margin-right: 5px;
|
|
49
|
+
font-size: 12px!important;
|
|
50
|
+
width: 12px!important;
|
|
51
|
+
margin-left: 0!important;
|
|
52
52
|
`;
|
|
53
|
-
const downIconStyle = `
|
|
54
|
-
margin-left: 2px;
|
|
55
|
-
|
|
56
|
-
svg {
|
|
57
|
-
vertical-align: inherit;
|
|
58
|
-
}
|
|
53
|
+
const downIconStyle = `
|
|
54
|
+
margin-left: 2px;
|
|
55
|
+
|
|
56
|
+
svg {
|
|
57
|
+
vertical-align: inherit;
|
|
58
|
+
}
|
|
59
59
|
`;
|
|
60
60
|
|
|
61
61
|
export { cellBoxStyle, colorIconStyle, downIconStyle, emptyIconStyle, emptyStyle, emptyTextStyle, headerCellStyle };
|