cc-core-cli 1.0.139 → 1.0.141
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/package.json +1 -1
- package/template/admin/next.config.js +16 -56
- package/template/admin/pages/_app.js +5 -4
- package/template/admin/public/static/styles/activity_log.css +133 -0
- package/template/admin/public/static/styles/{calendar.less → calendar.css} +84 -26
- package/template/admin/public/static/styles/collections.css +120 -0
- package/template/admin/public/static/styles/compute_field.css +244 -0
- package/template/admin/public/static/styles/custom-antd.css +109 -0
- package/template/admin/public/static/styles/{custom_icon.less → custom_icon.css} +94 -70
- package/template/admin/public/static/styles/{date_search.less → date_search.css} +11 -15
- package/template/admin/public/static/styles/datepicker.css +301 -0
- package/template/admin/public/static/styles/detail.css +2645 -0
- package/template/admin/public/static/styles/{editTable.less → editTable.css} +12 -5
- package/template/admin/public/static/styles/entities.css +864 -0
- package/template/admin/public/static/styles/filter.css +18 -0
- package/template/admin/public/static/styles/filter_new.css +152 -0
- package/template/admin/public/static/styles/hook.css +140 -0
- package/template/admin/public/static/styles/import_export.css +48 -0
- package/template/admin/public/static/styles/input.css +77 -0
- package/template/admin/public/static/styles/json-diff-viewer.css +144 -0
- package/template/admin/public/static/styles/layout.css +1465 -0
- package/template/admin/public/static/styles/login.css +269 -0
- package/template/admin/public/static/styles/mainheader.css +45 -0
- package/template/admin/public/static/styles/matrix.css +90 -0
- package/template/admin/public/static/styles/menu.css +60 -0
- package/template/admin/public/static/styles/permission_denied.css +13 -0
- package/template/admin/public/static/styles/pipeline.css +82 -0
- package/template/admin/public/static/styles/print_template.css +659 -0
- package/template/admin/public/static/styles/rabbitmq.css +5 -0
- package/template/admin/public/static/styles/restful.css +19 -0
- package/template/admin/public/static/styles/setting.css +480 -0
- package/template/admin/public/static/styles/style.css +1634 -0
- package/template/admin/public/static/styles/style_backup.css +1616 -0
- package/template/admin/public/static/styles/style_clean.css +51 -0
- package/template/admin/public/static/styles/system.css +11 -0
- package/template/admin/public/static/styles/theme-override.css +118 -0
- package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
- package/template/admin/public/static/styles/versioning_control.css +16 -0
- package/template/admin/public/static/styles/wysiwyg.css +3 -0
- package/template/admin/theme/main.css +38 -0
- package/template/admin/theme/vars.css +10 -0
- package/template/admin/public/static/styles/activity_log.less +0 -157
- package/template/admin/public/static/styles/collections.less +0 -123
- package/template/admin/public/static/styles/compute_field.less +0 -250
- package/template/admin/public/static/styles/custom-antd.less +0 -80
- package/template/admin/public/static/styles/datepicker.less +0 -323
- package/template/admin/public/static/styles/detail.less +0 -2690
- package/template/admin/public/static/styles/entities.less +0 -897
- package/template/admin/public/static/styles/filter.less +0 -24
- package/template/admin/public/static/styles/filter_new.less +0 -154
- package/template/admin/public/static/styles/hook.less +0 -142
- package/template/admin/public/static/styles/import_export.less +0 -62
- package/template/admin/public/static/styles/input.less +0 -386
- package/template/admin/public/static/styles/layout.less +0 -1455
- package/template/admin/public/static/styles/login.less +0 -263
- package/template/admin/public/static/styles/mainheader.less +0 -32
- package/template/admin/public/static/styles/matrix.less +0 -105
- package/template/admin/public/static/styles/permission_denied.less +0 -13
- package/template/admin/public/static/styles/pipeline.less +0 -84
- package/template/admin/public/static/styles/print_template.less +0 -730
- package/template/admin/public/static/styles/rabbitmq.less +0 -3
- package/template/admin/public/static/styles/restful.less +0 -22
- package/template/admin/public/static/styles/setting.less +0 -534
- package/template/admin/public/static/styles/style.less +0 -1957
- package/template/admin/public/static/styles/system.less +0 -11
- package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
- package/template/admin/public/static/styles/versioning_control.less +0 -24
- package/template/admin/public/static/styles/wysiwyg.less +0 -8
- /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
|
@@ -1,323 +0,0 @@
|
|
|
1
|
-
@import "custom-antd.less";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.multiple-date-time-picker {
|
|
5
|
-
|
|
6
|
-
.icon-input-remove {
|
|
7
|
-
display: none;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.rmdp-container {
|
|
11
|
-
width: 100%;
|
|
12
|
-
min-height: 32px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
input {
|
|
16
|
-
width: 100%;
|
|
17
|
-
height: auto;
|
|
18
|
-
padding: 4px 11px 4px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
input::-webkit-input-placeholder {
|
|
22
|
-
color: #c2bfbf;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.icon-input {
|
|
26
|
-
color: #c2bfbf;
|
|
27
|
-
cursor:text;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.ant-input-affix-wrapper .ant-input-suffix {
|
|
31
|
-
padding-right: 0px !important;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.custom-date-panel {
|
|
36
|
-
min-width: 120px;
|
|
37
|
-
// border-left: 1px solid #cfd8e2;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.custom-time-picker {
|
|
41
|
-
border-right: 1px solid #cfd8e2;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.cc-custom-time-picker {
|
|
45
|
-
border-right: 1px solid #cfd8e2;
|
|
46
|
-
border-bottom: 1px solid #cfd8e2;
|
|
47
|
-
.dvdr {
|
|
48
|
-
display: flex;
|
|
49
|
-
flex-direction: column;
|
|
50
|
-
justify-content: center;
|
|
51
|
-
margin-top: -5px;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.cc-time-picker {
|
|
56
|
-
display: flex;
|
|
57
|
-
padding: 3px 0;
|
|
58
|
-
min-width: 120px;
|
|
59
|
-
max-height: 100px;
|
|
60
|
-
|
|
61
|
-
.box-time {
|
|
62
|
-
align-items: center;
|
|
63
|
-
display: flex;
|
|
64
|
-
flex: 1;
|
|
65
|
-
flex-direction: column;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.cc-arrow-container {
|
|
69
|
-
background: transparent;
|
|
70
|
-
border: none;
|
|
71
|
-
border-radius: 50%;
|
|
72
|
-
cursor: pointer;
|
|
73
|
-
display: flex;
|
|
74
|
-
height: 20px;
|
|
75
|
-
justify-content: center;
|
|
76
|
-
margin: 0 5px;
|
|
77
|
-
padding: 0;
|
|
78
|
-
width: 20px;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.cc-icon-up {
|
|
82
|
-
i {
|
|
83
|
-
margin-top: 7px;
|
|
84
|
-
-webkit-transform: rotate(-135deg);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.cc-icon-down {
|
|
89
|
-
margin-top: 3px;
|
|
90
|
-
-webkit-transform: rotate(45deg);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.cc-time-arrow {
|
|
94
|
-
border: solid #0074d9;
|
|
95
|
-
border-width: 0 2px 2px 0;
|
|
96
|
-
display: inline-block;
|
|
97
|
-
height: 3px;
|
|
98
|
-
margin-top: 5px;
|
|
99
|
-
padding: 2px;
|
|
100
|
-
width: 3px;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.cc-time-input {
|
|
104
|
-
border: none;
|
|
105
|
-
flex-grow: 1;
|
|
106
|
-
font-size: 14px;
|
|
107
|
-
padding: 5px 2px;
|
|
108
|
-
text-align: center;
|
|
109
|
-
width: 20px;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.cc-select-date {
|
|
114
|
-
margin: 10px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.cc-custom-time-picker-footer {
|
|
118
|
-
align-items: center;
|
|
119
|
-
padding: 8px 10px 10px 8px;
|
|
120
|
-
.button-now {
|
|
121
|
-
cursor: pointer;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.cc-picker-time-panel {
|
|
126
|
-
width: auto;
|
|
127
|
-
min-width: auto;
|
|
128
|
-
display: flex;
|
|
129
|
-
flex-direction: column;
|
|
130
|
-
border-right: 1px solid #cfd8e2;
|
|
131
|
-
|
|
132
|
-
.cc-picker-header-view {
|
|
133
|
-
border-bottom: 1px solid #cfd8e2;
|
|
134
|
-
height: 46px;
|
|
135
|
-
align-items: center;
|
|
136
|
-
justify-content: center;
|
|
137
|
-
display: flex;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.cc-picker-content {
|
|
141
|
-
display: flex;
|
|
142
|
-
flex: auto;
|
|
143
|
-
height: 224px;
|
|
144
|
-
|
|
145
|
-
.cc-picker-time-panel-column:not(:first-child) {
|
|
146
|
-
border-left: 1px solid #cfd8e2;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.cc-picker-time-panel-column::after {
|
|
150
|
-
display: block;
|
|
151
|
-
min-height: 224px;
|
|
152
|
-
content: '';
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.cc-picker-time-panel-column {
|
|
156
|
-
flex: 1 0 auto;
|
|
157
|
-
width: 56px;
|
|
158
|
-
margin: 0;
|
|
159
|
-
padding: 0;
|
|
160
|
-
overflow-y: scroll;
|
|
161
|
-
text-align: left;
|
|
162
|
-
list-style: none;
|
|
163
|
-
transition: background 0.3s;
|
|
164
|
-
border-collapse: collapse;
|
|
165
|
-
|
|
166
|
-
.cc-picker-time-panel-item{
|
|
167
|
-
|
|
168
|
-
.cc-picker-time-panel-cell-inner {
|
|
169
|
-
display: flex;
|
|
170
|
-
width: 100%;
|
|
171
|
-
height: 28px;
|
|
172
|
-
margin: 0;
|
|
173
|
-
// padding: 0 0 0 14px;
|
|
174
|
-
line-height: 28px;
|
|
175
|
-
cursor: pointer;
|
|
176
|
-
justify-content: center
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.custom-plugins-time-picker {
|
|
184
|
-
.cc-plugins-time-rows {
|
|
185
|
-
display: flex;
|
|
186
|
-
border-bottom: 1px solid #cfd8e2;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.cc-plugins-panel-column {
|
|
190
|
-
min-width: 125px;
|
|
191
|
-
width: 100%;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.rmdp-panel-body {
|
|
195
|
-
min-height: 224px;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.custom-date-picker {
|
|
200
|
-
.rmdp-week {
|
|
201
|
-
.rmdp-week-day {
|
|
202
|
-
color: unset;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.rmdp-calendar {
|
|
207
|
-
height: unset;
|
|
208
|
-
padding : 0px;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.rmdp-header {
|
|
212
|
-
border-bottom: 1px solid #cfd8e2;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.rmdp-day.rmdp-selected span:not(.highlight) {
|
|
216
|
-
background-color: @primary-color !important;
|
|
217
|
-
box-shadow: 0 0 3px @primary-color;
|
|
218
|
-
color: @btn-default-bg;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover {
|
|
222
|
-
background-color: @hover-color;
|
|
223
|
-
color: #fff;
|
|
224
|
-
}
|
|
225
|
-
.rmdp-header-values {
|
|
226
|
-
color: @text-color;
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
.cc-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .cc-picker-time-panel-cell-inner {
|
|
231
|
-
background-color: @primary-color;
|
|
232
|
-
opacity: .4;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.cc-picker-time-panel-column > li.cc-picker-time-panel-cell-disabled .cc-picker-time-panel-cell-inner {
|
|
236
|
-
color: rgba(0, 0, 0, 0.25);
|
|
237
|
-
background-color: transparent !important;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
.cc-picker-time-panel .cc-picker-content .cc-picker-time-panel-column .cc-picker-time-panel-item .cc-picker-time-panel-cell-inner {
|
|
242
|
-
display: flex;
|
|
243
|
-
width: 100%;
|
|
244
|
-
height: 28px;
|
|
245
|
-
margin: 0;
|
|
246
|
-
line-height: 28px;
|
|
247
|
-
cursor: pointer;
|
|
248
|
-
justify-content: center;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.cc-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .cc-picker-time-panel-cell-inner:hover {
|
|
252
|
-
background: @hover-color;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.cc-picker-time-panel-column .cc-picker-time-panel-cell-inner:hover {
|
|
256
|
-
background: @hover-color;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
.cc-custom-panel{
|
|
260
|
-
.rmdp-panel-header {
|
|
261
|
-
margin: unset;
|
|
262
|
-
border-bottom: 1px solid #cfd8e2;
|
|
263
|
-
height: 46px;
|
|
264
|
-
color: @text-color;
|
|
265
|
-
align-items: center;
|
|
266
|
-
justify-content: center;
|
|
267
|
-
display: flex;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.rmdp-panel-body li button {
|
|
271
|
-
color: @text-color;
|
|
272
|
-
}
|
|
273
|
-
.rmdp-panel-body li .b-deselect {
|
|
274
|
-
background-color: transparent !important;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.rmdp-panel-body li, .rmdp-panel-body li.bg-blue {
|
|
278
|
-
background-color: transparent !important;
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
.cc-popover-placement {
|
|
284
|
-
.ant-popover-inner-content {
|
|
285
|
-
padding: 0px;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.ant-popover-inner-content {
|
|
289
|
-
min-width: 350px;
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
.cc-multiple-date-time-input-tab {
|
|
294
|
-
display: flex;
|
|
295
|
-
align-items: center;
|
|
296
|
-
padding: 10px;
|
|
297
|
-
background: #f5f5f5 !important;
|
|
298
|
-
border: 1px solid #f0f0f0 !important;
|
|
299
|
-
border-radius: 6px;
|
|
300
|
-
height: 24px;
|
|
301
|
-
margin-top: 2px;
|
|
302
|
-
margin-bottom: 2px;
|
|
303
|
-
line-height: 22px;
|
|
304
|
-
margin-right: 3px;
|
|
305
|
-
font-size: 13px;
|
|
306
|
-
font-feature-settings: "tnum";
|
|
307
|
-
font-variant: tabular-nums;
|
|
308
|
-
|
|
309
|
-
.icon-remove {
|
|
310
|
-
padding-left: 5px;
|
|
311
|
-
cursor: pointer;
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
.multiple-date-time-picker :hover {
|
|
316
|
-
.icon-input:not(.icon-input-rmpty) {
|
|
317
|
-
display: none;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
.icon-input-remove:not(.icon-input-remove-rmpty) {
|
|
321
|
-
display: flex;
|
|
322
|
-
}
|
|
323
|
-
}
|