@giteeteam/apps-team-components 1.3.0-alpha.3 → 1.3.0

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.
Files changed (65) hide show
  1. package/README.md +24 -21
  2. package/dist/components/common/PriceTag.js +18 -18
  3. package/dist/components/common/expand-component/style.js +6 -6
  4. package/dist/components/common/overflow-tooltip/style/index.js +13 -13
  5. package/dist/components/common/style/global.js +2 -2
  6. package/dist/components/common/style/mixin.js +14 -14
  7. package/dist/components/common/user-field/style/index.js +21 -21
  8. package/dist/components/default-empty-icon/style.js +52 -52
  9. package/dist/components/fields/bind-workspace/style/index.js +3 -3
  10. package/dist/components/fields/dropdown/style.js +72 -72
  11. package/dist/components/fields/hyper-link/style/index.js +14 -14
  12. package/dist/components/fields/item-type/style/index.js +5 -5
  13. package/dist/components/fields/long-text/style/index.js +5 -5
  14. package/dist/components/fields/priority/style/index.js +50 -50
  15. package/dist/components/fields/status/style/index.js +297 -297
  16. package/dist/components/fields/tag/style/index.js +5 -5
  17. package/dist/components/fields/team/style/index.js +2 -2
  18. package/dist/components/fields/user/style/index.js +8 -8
  19. package/dist/components/table-components/style/index.js +5 -5
  20. package/dist/icons/empty-icon/workspace-empty.svg +126 -126
  21. package/dist/icons/style/index.js +21 -21
  22. package/dist/public/icons/BulbIcon.svg +1 -1
  23. package/dist/public/icons/Cloud.svg +1 -1
  24. package/dist/public/icons/ConsultIcon.svg +1 -1
  25. package/dist/public/icons/Demo.svg +1 -1
  26. package/dist/public/icons/ErrorTemplate.svg +1 -1
  27. package/dist/public/icons/Fail.svg +1 -1
  28. package/dist/public/icons/Flag.svg +1 -1
  29. package/dist/public/icons/GiteeIcon.svg +1 -1
  30. package/dist/public/icons/IntelligenceGradient.svg +1 -1
  31. package/dist/public/icons/Issue_Approval.svg +1 -1
  32. package/dist/public/icons/Issue_Bug.svg +1 -1
  33. package/dist/public/icons/Issue_Demand.svg +1 -1
  34. package/dist/public/icons/Issue_Doc.svg +1 -1
  35. package/dist/public/icons/Issue_Idea.svg +1 -1
  36. package/dist/public/icons/Issue_List.svg +1 -1
  37. package/dist/public/icons/Issue_Plan.svg +1 -1
  38. package/dist/public/icons/Issue_Product.svg +1 -1
  39. package/dist/public/icons/Issue_Risk.svg +1 -1
  40. package/dist/public/icons/Issue_Story.svg +1 -1
  41. package/dist/public/icons/Issue_Subtask.svg +1 -1
  42. package/dist/public/icons/Issue_Task.svg +1 -1
  43. package/dist/public/icons/Issue_Test.svg +1 -1
  44. package/dist/public/icons/Issue_TestExcution.svg +1 -1
  45. package/dist/public/icons/Issue_TestPlan.svg +1 -1
  46. package/dist/public/icons/Issue_Time.svg +1 -1
  47. package/dist/public/icons/Issue_develop.svg +1 -1
  48. package/dist/public/icons/KanbanCover.svg +7 -7
  49. package/dist/public/icons/ListCover.svg +117 -117
  50. package/dist/public/icons/ManHour.svg +1 -1
  51. package/dist/public/icons/MobileIcon.svg +1 -1
  52. package/dist/public/icons/NoItemType.svg +10 -10
  53. package/dist/public/icons/ProductIcon.svg +1 -1
  54. package/dist/public/icons/RedFlagIcon.svg +1 -1
  55. package/dist/public/icons/Safe.svg +1 -1
  56. package/dist/public/icons/StarIcon.svg +60 -60
  57. package/dist/public/icons/StructureCover.svg +1 -1
  58. package/dist/public/icons/Success.svg +1 -1
  59. package/dist/public/icons/TeamIcon.svg +1 -1
  60. package/dist/public/icons/WebIcon.svg +1 -1
  61. package/dist/public/icons/iconfont.svg +467 -467
  62. package/dist/public/icons/iconfont_single_color.css +912 -912
  63. package/dist/public/mockServiceWorker.js +284 -284
  64. package/dist/style/global.js +7 -7
  65. 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 };