@jetlinks-web/components 2.5.4 → 2.6.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 (74) hide show
  1. package/es/AMap/Map.js +1 -1
  2. package/es/CardSelect/CardSelect.js +1 -1
  3. package/es/CheckButton/CheckButton.js +1 -1
  4. package/es/ConfigProvider/index.js +2 -1
  5. package/es/DragModal/DragModal.js +19 -13
  6. package/es/DragModal/style/index.css +1 -0
  7. package/es/DragModal/style/index.less +97 -96
  8. package/es/EditTable/components/Search/search.js +28 -11
  9. package/es/EditTable/components/Search/sort.js +5 -4
  10. package/es/EditTable/style/body.less +8 -8
  11. package/es/EditTable/style/index.css +1 -1
  12. package/es/FlameGraph/index.js +5 -0
  13. package/es/FullPage/FullPage.js +1 -1
  14. package/es/LocaleReciver/index.js +3 -1
  15. package/es/PermissionButton/index.js +13 -20
  16. package/es/ProTable/Alert.js +3 -3
  17. package/es/ProTable/Pagination.js +17 -1
  18. package/es/RadioButton/RadioButton.js +10 -7
  19. package/es/RadioButton/style/index.js +1 -0
  20. package/es/RadioButton/style/index.less +18 -0
  21. package/es/Search/Advanced/SaveHistory.js +1 -1
  22. package/es/Search/Item.js +1 -1
  23. package/es/Search/Search.js +1 -1
  24. package/es/Title/index.js +5 -0
  25. package/es/components.js +4 -2
  26. package/es/locale/en-US.js +7 -0
  27. package/es/locale/zh-CN.js +7 -0
  28. package/es/style/index.css +41 -1
  29. package/es/style/index.less +2 -0
  30. package/es/style.js +3 -1
  31. package/lib/AMap/Map.js +1 -1
  32. package/lib/CardSelect/CardSelect.js +1 -1
  33. package/lib/CheckButton/CheckButton.js +1 -1
  34. package/lib/ConfigProvider/index.js +2 -1
  35. package/lib/DragModal/DragModal.js +19 -13
  36. package/lib/DragModal/style/index.css +1 -0
  37. package/lib/DragModal/style/index.less +97 -96
  38. package/lib/EditTable/components/Search/search.js +28 -11
  39. package/lib/EditTable/components/Search/sort.js +5 -4
  40. package/lib/EditTable/style/body.less +8 -8
  41. package/lib/EditTable/style/index.css +1 -1
  42. package/lib/FlameGraph/index.js +12 -0
  43. package/lib/FullPage/FullPage.js +1 -1
  44. package/lib/LocaleReciver/index.js +3 -1
  45. package/lib/PermissionButton/index.js +12 -19
  46. package/lib/ProTable/Alert.js +3 -3
  47. package/lib/ProTable/Pagination.js +17 -1
  48. package/lib/RadioButton/RadioButton.js +10 -7
  49. package/lib/RadioButton/style/index.js +3 -0
  50. package/lib/RadioButton/style/index.less +18 -0
  51. package/lib/Search/Advanced/SaveHistory.js +1 -1
  52. package/lib/Search/Item.js +1 -1
  53. package/lib/Search/Search.js +1 -1
  54. package/lib/Title/index.js +12 -0
  55. package/lib/components.js +21 -1
  56. package/lib/locale/en-US.js +7 -0
  57. package/lib/locale/zh-CN.js +7 -0
  58. package/lib/style/index.css +41 -1
  59. package/lib/style/index.less +2 -0
  60. package/lib/style.js +3 -1
  61. package/package.json +4 -2
  62. package/es/Scrollbar/style/index.css +0 -61
  63. package/es/Scrollbar/style/index.less +0 -82
  64. package/es/Search/style/Item.less +0 -33
  65. package/es/Search/style/Search.less +0 -179
  66. package/es/Title/style/index.css +0 -23
  67. package/es/Title/style/index.less +0 -25
  68. package/lib/Scrollbar/style/index.css +0 -61
  69. package/lib/Scrollbar/style/index.less +0 -82
  70. package/lib/Search/style/Item.less +0 -33
  71. package/lib/Search/style/Search.less +0 -179
  72. package/lib/Title/style/index.css +0 -23
  73. package/lib/Title/style/index.less +0 -25
  74. package/lib/style/components.less +0 -8
@@ -1,179 +0,0 @@
1
- @import '../../style/variable.less';
2
- .JSearch-warp {
3
- padding: 24px;
4
- background-color: #fff;
5
- margin-bottom: 24px;
6
-
7
- .pack-up {
8
- .JSearch-items {
9
- flex: 1 1 auto;
10
-
11
- .left {
12
- min-width: 380px;
13
- max-width: 580px;
14
- }
15
- }
16
- }
17
-
18
- &.senior {
19
- > .JSearch-content {
20
- display: flex;
21
- .JSearch-footer {
22
- display: flex;
23
- gap: 64px;
24
- position: relative;
25
-
26
- .more-btn {
27
- .more-text {
28
- padding-right: 24px;
29
- }
30
- .more-icon {
31
- transition: transform 0.3s;
32
- transform: rotateZ(90deg);
33
- font-size: 14px;
34
-
35
- &.more-up {
36
- transform: rotateZ(-90deg);
37
- }
38
- }
39
- }
40
-
41
- &.expand {
42
- margin-top: 16px;
43
- width: 100%;
44
- justify-content: space-between;
45
- }
46
-
47
- .JSearch-footer--btns {
48
- display: flex;
49
- gap: 12px;
50
- }
51
- }
52
-
53
- .items-expand {
54
- display: flex;
55
- gap: 16px;
56
-
57
- .left,
58
- & .right {
59
- min-width: 0;
60
- flex: 1 1 0;
61
- }
62
-
63
- .left-items,
64
- & .right-items {
65
- display: flex;
66
- gap: 16px;
67
- flex-direction: column;
68
- }
69
-
70
- .center {
71
- display: flex;
72
- flex-direction: column;
73
- justify-content: center;
74
- }
75
-
76
- &.vertical {
77
- flex-direction: column;
78
- .center {
79
- flex-direction: row;
80
- justify-content: center;
81
- }
82
- }
83
- }
84
-
85
- &.senior-expand {
86
- flex-direction: column;
87
- }
88
-
89
- &.small {
90
- gap: 12px;
91
- .JSearch-footer {
92
- gap: 4px;
93
- }
94
- }
95
- }
96
- }
97
-
98
- .JSearch-content {
99
- &.simple {
100
- .JSearch-footer--btns {
101
- display: flex;
102
- gap: 12px;
103
- }
104
-
105
- .JSearch-item {
106
- gap: 8px;
107
-
108
- .JSearch-item--label {
109
- text-align: right;
110
- }
111
- }
112
- }
113
- }
114
-
115
- .no-radius {
116
- border-radius: 0;
117
- border-color: #f1f1f1;
118
- }
119
-
120
- .search-history-warp {
121
- position: relative;
122
-
123
- .search-history-button {
124
- padding-right: 32px;
125
- }
126
-
127
- .search-history-button-icon {
128
- position: absolute;
129
- width: 24px;
130
- height: 18px;
131
- right: 6px;
132
- top: 8px;
133
- color: #fff;
134
- line-height: 18px;
135
- text-align: center;
136
- font-weight: bold;
137
- > span {
138
- font-size: 14px;
139
- }
140
- }
141
- }
142
- }
143
-
144
- .search-history-empty {
145
- padding: 12px 12px 6px 12px;
146
- background-color: #fff;
147
- }
148
-
149
- .search-history-items {
150
- width: 120px;
151
- max-height: 300px;
152
- overflow-y: auto;
153
- .search-history-item {
154
- display: flex;
155
- padding: 4px 0px 4px 4px;
156
- align-items: center;
157
- gap: 4px;
158
-
159
- &:hover {
160
- background-color: #f1f1f1;
161
- }
162
-
163
- .history-item--title {
164
- width: calc(100% - 30px);
165
- cursor: pointer;
166
- }
167
-
168
- .delete {
169
- padding: 0 6px;
170
- flex: 0 0 28px;
171
- }
172
- }
173
- }
174
-
175
- .search-history-list-pop {
176
- .ant-popover-inner-content {
177
- padding: 0;
178
- }
179
- }
@@ -1,23 +0,0 @@
1
- .j-title {
2
- display: flex;
3
- align-items: center;
4
- width: 100%;
5
- margin-bottom: 16px;
6
- }
7
- .j-title .j-title-content {
8
- position: relative;
9
- padding-left: 10px;
10
- color: rgba(0, 0, 0, 0.8);
11
- font-weight: 600;
12
- line-height: 1;
13
- }
14
- .j-title .j-title-content::before {
15
- position: absolute;
16
- top: 0;
17
- left: 0;
18
- width: 4px;
19
- height: 100%;
20
- background-color: #1890ff;
21
- border-radius: 0 3px 3px 0;
22
- content: ' ';
23
- }
@@ -1,25 +0,0 @@
1
- .j-title {
2
- display: flex;
3
- align-items: center;
4
- width: 100%;
5
- margin-bottom: 16px;
6
-
7
- .j-title-content {
8
- position: relative;
9
- padding-left: 10px;
10
- color: rgba(0, 0, 0, 0.8);
11
- font-weight: 600;
12
- line-height: 1;
13
-
14
- &::before {
15
- position: absolute;
16
- top: 0;
17
- left: 0;
18
- width: 4px;
19
- height: 100%;
20
- background-color: #1890ff;
21
- border-radius: 0 3px 3px 0;
22
- content: ' ';
23
- }
24
- }
25
- }
@@ -1,8 +0,0 @@
1
- @import "../CardSelect/style/index-pure.less";
2
- @import "../CheckButton/style/index-pure.less";
3
- @import "../DragModal/style/index-pure.less";
4
- @import "../EditTable/style/index-pure.less";
5
- @import "../Ellipsis/style/index-pure.less";
6
- @import "../MonacoEditor/style/index-pure.less";
7
- @import "../Scrollbar/style/index-pure.less";
8
- @import "../Title/style/index-pure.less";