cc-core-cli 1.0.138 → 1.0.140
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/private-image-worker.js +1 -1
- 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/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 +1632 -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,386 +0,0 @@
|
|
|
1
|
-
.input-label-container {
|
|
2
|
-
margin-bottom: 6px;
|
|
3
|
-
|
|
4
|
-
.input-label {
|
|
5
|
-
font-size: 14px;
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.input-label-modal-Layout {
|
|
10
|
-
font-size: 14px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.input-description-container {
|
|
14
|
-
margin-top: 4px;
|
|
15
|
-
|
|
16
|
-
.input-description {
|
|
17
|
-
font-size: 12px;
|
|
18
|
-
color: @text-color-secondary;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.input-switch-container {
|
|
23
|
-
.input-switch {
|
|
24
|
-
width: 44px
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.input-show-value-container {
|
|
28
|
-
margin-left: 20px;
|
|
29
|
-
|
|
30
|
-
.input-show-value {
|
|
31
|
-
font-size: 14px;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.input-select-container {
|
|
37
|
-
.ant-select {
|
|
38
|
-
width: 100%;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.input-reason-container {
|
|
43
|
-
.ant-select {
|
|
44
|
-
width: 100%;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.icon-comment {
|
|
48
|
-
svg {
|
|
49
|
-
width: 18px;
|
|
50
|
-
height: 18px;
|
|
51
|
-
cursor: pointer;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.input-font-container {
|
|
57
|
-
.ant-col.active {
|
|
58
|
-
.ant-btn {
|
|
59
|
-
color: @primary-color;
|
|
60
|
-
border-color: @primary-color;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.input-border-container {
|
|
66
|
-
.ant-btn.active {
|
|
67
|
-
color: @primary-color;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.input-border-content {
|
|
72
|
-
.ant-col {
|
|
73
|
-
.anticon {
|
|
74
|
-
svg {
|
|
75
|
-
width: 1.6em;
|
|
76
|
-
height: 1.6em;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&.active {
|
|
81
|
-
.ant-btn {
|
|
82
|
-
color: @primary-color;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.anticon.anticon-pause {
|
|
88
|
-
transform: rotate(90deg)
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
.ant-form-item.editable-field.reason.ant-form-item-has-error {
|
|
93
|
-
.ant-form-item-children-icon {
|
|
94
|
-
right: 46px;
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.input-icon {
|
|
99
|
-
text-align: center;
|
|
100
|
-
margin-top: 10px;
|
|
101
|
-
|
|
102
|
-
.ant-row {
|
|
103
|
-
padding-top: 4px;
|
|
104
|
-
height: 160px;
|
|
105
|
-
overflow-y: scroll;
|
|
106
|
-
margin: 0px !important;
|
|
107
|
-
border: 1px solid @border-color-base;
|
|
108
|
-
border-radius: 5px;
|
|
109
|
-
|
|
110
|
-
.ant-col {
|
|
111
|
-
svg {
|
|
112
|
-
cursor: pointer;
|
|
113
|
-
margin-top: 4px;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.icon {
|
|
117
|
-
width: 36px;
|
|
118
|
-
height: 36px;
|
|
119
|
-
|
|
120
|
-
&:hover {
|
|
121
|
-
svg {
|
|
122
|
-
color: @highlight-color;
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
&.active {
|
|
128
|
-
.icon {
|
|
129
|
-
border: 2px solid @highlight-color;
|
|
130
|
-
border-radius: 5px;
|
|
131
|
-
|
|
132
|
-
svg {
|
|
133
|
-
color: @highlight-color;
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.switch-center {
|
|
142
|
-
.ant-row.input-switch-container {
|
|
143
|
-
justify-content: center;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.ant-form {
|
|
148
|
-
.related-type {
|
|
149
|
-
.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
150
|
-
display: none;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.o2o-allow-wrapper {
|
|
156
|
-
border: 1px solid @normal-color;
|
|
157
|
-
padding: 10px;
|
|
158
|
-
border-radius: 5px;
|
|
159
|
-
margin-bottom: 24px;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.ant-col.ant-form-item-label.text-bigger label {
|
|
163
|
-
font-size: @label-bigger;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.ant-form-item-has-error {
|
|
167
|
-
.add-map-btn {
|
|
168
|
-
border-color: red;
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
.location-wrapper {
|
|
173
|
-
&.multiple {
|
|
174
|
-
max-height: 200px;
|
|
175
|
-
overflow-y: auto;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.location-list {
|
|
180
|
-
padding: 10px;
|
|
181
|
-
border: 1px solid @normal-color;
|
|
182
|
-
border-radius: 5px;
|
|
183
|
-
margin-bottom: 5px;
|
|
184
|
-
|
|
185
|
-
&.selected {
|
|
186
|
-
background: #cccccc1f;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.map-container {
|
|
191
|
-
background: url('/static/images/default-map.png') center center no-repeat;
|
|
192
|
-
background-size: cover;
|
|
193
|
-
width: 100%;
|
|
194
|
-
height: 100px;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.ant-form-item {
|
|
198
|
-
.ace_editor {
|
|
199
|
-
border-radius: 5px;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
&.ant-form-item-has-error {
|
|
203
|
-
.ace_editor {
|
|
204
|
-
border: 1px solid red;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.button-space {
|
|
210
|
-
margin-left: 8px;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.text-capitalize {
|
|
214
|
-
text-transform: capitalize;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.text-uppercase {
|
|
218
|
-
text-transform: uppercase;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
.text-lowercase {
|
|
222
|
-
text-transform: lowercase;
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
.draggable-row {
|
|
226
|
-
|
|
227
|
-
.ant-form-item-has-feedback .ant-form-item-control .ant-form-item-explain div {
|
|
228
|
-
z-index: 999;
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.ant-form-item-with-help {
|
|
232
|
-
margin-bottom: 0 !important;
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
cursor : default !important;
|
|
236
|
-
margin-bottom : 10px;
|
|
237
|
-
border : 1px dashed #d9d9d9;
|
|
238
|
-
border-radius : 5px;
|
|
239
|
-
display : flex;
|
|
240
|
-
align-items : center;
|
|
241
|
-
background-color: #fff;
|
|
242
|
-
|
|
243
|
-
.move {
|
|
244
|
-
cursor: move !important;
|
|
245
|
-
margin-right: 5px;
|
|
246
|
-
padding: 10px 0 10px 8px;
|
|
247
|
-
background-color: #f6f7f9;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
|
-
.draggable-column-content {
|
|
251
|
-
cursor: default !important;
|
|
252
|
-
flex-grow: 1;
|
|
253
|
-
background-color: #fff;
|
|
254
|
-
padding-right: 0;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
.input-picker-color-tags {
|
|
260
|
-
.ant-select.ant-select-multiple {
|
|
261
|
-
width: calc(100% - 30px);
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
img {
|
|
265
|
-
margin-top: 3px;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.input-search {
|
|
270
|
-
margin-bottom: 10px;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.detail-string-input {
|
|
274
|
-
position: relative;
|
|
275
|
-
|
|
276
|
-
.tag {
|
|
277
|
-
display: none;
|
|
278
|
-
position: absolute;
|
|
279
|
-
right: 5px;
|
|
280
|
-
top: 50%;
|
|
281
|
-
transform: translateY(-50%);
|
|
282
|
-
|
|
283
|
-
&.force-show {
|
|
284
|
-
display: inline-block;
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
&:hover {
|
|
289
|
-
.tag {
|
|
290
|
-
display: inline-block;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.detail-number-input {
|
|
296
|
-
position: relative;
|
|
297
|
-
flex: 1;
|
|
298
|
-
|
|
299
|
-
.tag {
|
|
300
|
-
display: none;
|
|
301
|
-
position: absolute;
|
|
302
|
-
right: 5px;
|
|
303
|
-
top: 50%;
|
|
304
|
-
transform: translateY(-50%);
|
|
305
|
-
|
|
306
|
-
&.force-show {
|
|
307
|
-
display: inline-block;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
&:hover {
|
|
312
|
-
.tag {
|
|
313
|
-
display: inline-block;
|
|
314
|
-
right: 20px;
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
&.currency-input {
|
|
319
|
-
input {
|
|
320
|
-
width: 100%;
|
|
321
|
-
border: none;
|
|
322
|
-
padding: 4px 0px;
|
|
323
|
-
border-radius: 5px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
:focus-visible {
|
|
327
|
-
border: none;
|
|
328
|
-
outline: none;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
.detail-related-one2one-input {
|
|
334
|
-
position: relative;
|
|
335
|
-
|
|
336
|
-
.tag {
|
|
337
|
-
display: none;
|
|
338
|
-
position: absolute;
|
|
339
|
-
right: 70px;
|
|
340
|
-
top: 50%;
|
|
341
|
-
transform: translateY(-50%);
|
|
342
|
-
|
|
343
|
-
&.force-show {
|
|
344
|
-
display: inline-block;
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
&:hover {
|
|
349
|
-
.tag {
|
|
350
|
-
display: inline-block;
|
|
351
|
-
}
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.ant-form-item-has-feedback.ant-form-item-has-error {
|
|
356
|
-
.detail-string-input {
|
|
357
|
-
.tag {
|
|
358
|
-
right: 23px;
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.detail-related-one2one-input {
|
|
363
|
-
.tag {
|
|
364
|
-
right: 92px;
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.input-picker-color-tags {
|
|
370
|
-
.tab-color {
|
|
371
|
-
display: flex;
|
|
372
|
-
align-items: center;
|
|
373
|
-
padding: 10px;
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
.tab-color-value {
|
|
377
|
-
width: 10px;
|
|
378
|
-
height: 10px;
|
|
379
|
-
margin-right: 5px;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.icon-remove{
|
|
383
|
-
padding-left: 5px;
|
|
384
|
-
cursor: pointer;
|
|
385
|
-
}
|
|
386
|
-
}
|