cc-core-cli 1.0.139 → 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.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/template/admin/next.config.js +16 -56
  3. package/template/admin/pages/_app.js +5 -4
  4. package/template/admin/public/static/styles/activity_log.css +133 -0
  5. package/template/admin/public/static/styles/{calendar.less → calendar.css} +84 -26
  6. package/template/admin/public/static/styles/collections.css +120 -0
  7. package/template/admin/public/static/styles/compute_field.css +244 -0
  8. package/template/admin/public/static/styles/custom-antd.css +109 -0
  9. package/template/admin/public/static/styles/{custom_icon.less → custom_icon.css} +94 -70
  10. package/template/admin/public/static/styles/{date_search.less → date_search.css} +11 -15
  11. package/template/admin/public/static/styles/datepicker.css +301 -0
  12. package/template/admin/public/static/styles/detail.css +2645 -0
  13. package/template/admin/public/static/styles/{editTable.less → editTable.css} +12 -5
  14. package/template/admin/public/static/styles/entities.css +864 -0
  15. package/template/admin/public/static/styles/filter.css +18 -0
  16. package/template/admin/public/static/styles/filter_new.css +152 -0
  17. package/template/admin/public/static/styles/hook.css +140 -0
  18. package/template/admin/public/static/styles/import_export.css +48 -0
  19. package/template/admin/public/static/styles/input.css +77 -0
  20. package/template/admin/public/static/styles/layout.css +1465 -0
  21. package/template/admin/public/static/styles/login.css +269 -0
  22. package/template/admin/public/static/styles/mainheader.css +45 -0
  23. package/template/admin/public/static/styles/matrix.css +90 -0
  24. package/template/admin/public/static/styles/menu.css +60 -0
  25. package/template/admin/public/static/styles/permission_denied.css +13 -0
  26. package/template/admin/public/static/styles/pipeline.css +82 -0
  27. package/template/admin/public/static/styles/print_template.css +659 -0
  28. package/template/admin/public/static/styles/rabbitmq.css +5 -0
  29. package/template/admin/public/static/styles/restful.css +19 -0
  30. package/template/admin/public/static/styles/setting.css +480 -0
  31. package/template/admin/public/static/styles/style.css +1632 -0
  32. package/template/admin/public/static/styles/style_backup.css +1616 -0
  33. package/template/admin/public/static/styles/style_clean.css +51 -0
  34. package/template/admin/public/static/styles/system.css +11 -0
  35. package/template/admin/public/static/styles/theme-override.css +118 -0
  36. package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
  37. package/template/admin/public/static/styles/versioning_control.css +16 -0
  38. package/template/admin/public/static/styles/wysiwyg.css +3 -0
  39. package/template/admin/theme/main.css +38 -0
  40. package/template/admin/theme/vars.css +10 -0
  41. package/template/admin/public/static/styles/activity_log.less +0 -157
  42. package/template/admin/public/static/styles/collections.less +0 -123
  43. package/template/admin/public/static/styles/compute_field.less +0 -250
  44. package/template/admin/public/static/styles/custom-antd.less +0 -80
  45. package/template/admin/public/static/styles/datepicker.less +0 -323
  46. package/template/admin/public/static/styles/detail.less +0 -2690
  47. package/template/admin/public/static/styles/entities.less +0 -897
  48. package/template/admin/public/static/styles/filter.less +0 -24
  49. package/template/admin/public/static/styles/filter_new.less +0 -154
  50. package/template/admin/public/static/styles/hook.less +0 -142
  51. package/template/admin/public/static/styles/import_export.less +0 -62
  52. package/template/admin/public/static/styles/input.less +0 -386
  53. package/template/admin/public/static/styles/layout.less +0 -1455
  54. package/template/admin/public/static/styles/login.less +0 -263
  55. package/template/admin/public/static/styles/mainheader.less +0 -32
  56. package/template/admin/public/static/styles/matrix.less +0 -105
  57. package/template/admin/public/static/styles/permission_denied.less +0 -13
  58. package/template/admin/public/static/styles/pipeline.less +0 -84
  59. package/template/admin/public/static/styles/print_template.less +0 -730
  60. package/template/admin/public/static/styles/rabbitmq.less +0 -3
  61. package/template/admin/public/static/styles/restful.less +0 -22
  62. package/template/admin/public/static/styles/setting.less +0 -534
  63. package/template/admin/public/static/styles/style.less +0 -1957
  64. package/template/admin/public/static/styles/system.less +0 -11
  65. package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
  66. package/template/admin/public/static/styles/versioning_control.less +0 -24
  67. package/template/admin/public/static/styles/wysiwyg.less +0 -8
  68. /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
@@ -0,0 +1,480 @@
1
+ /* New setting.css without LESS imports */
2
+ @import url("./custom-antd.css");
3
+
4
+ .setting.menu .ant-tree-title {
5
+ cursor: default;
6
+ }
7
+
8
+ .setting.menu .ant-tree-title .title-render {
9
+ display : flex;
10
+ border-radius : 5px;
11
+ padding : 0px 5px;
12
+ align-items : center;
13
+ background-color: #f6f7f9;
14
+ border : 1px dashed #d9d9d9;
15
+ min-height : 42px;
16
+ }
17
+
18
+ .setting.menu .ant-tree-title .title-render .move {
19
+ margin-right: 5px;
20
+ }
21
+
22
+ .setting.menu .ant-tree-title .title-render .move svg {
23
+ cursor: move;
24
+ }
25
+
26
+ .setting.menu .ant-tree-title .title-render .title-content {
27
+ cursor : pointer;
28
+ position : relative;
29
+ display : flex;
30
+ flex-direction : row;
31
+ width : 100%;
32
+ max-width : 100%;
33
+ background-color: #FFFFFF;
34
+ line-height : 40px;
35
+ max-height : 40px;
36
+ margin-right : 5px;
37
+ }
38
+
39
+ .setting.menu .ant-tree-title .title-render .title-content .icon {
40
+ width : 30px;
41
+ text-align : center;
42
+ padding-top : 7px;
43
+ margin-bottom: -7px;
44
+ }
45
+
46
+ .setting.menu .ant-tree-title .title-render .title-content .icon svg {
47
+ color: rgba(0, 0, 0, 0.65);
48
+ width: 18px;
49
+ }
50
+
51
+ .setting.menu .ant-tree-title .title-render .title-content .title {
52
+ width : calc(100% - 30px);
53
+ max-width : calc(100% - 30px);
54
+ min-width : 1px;
55
+ display : flex;
56
+ flex-direction: row;
57
+ flex-wrap : nowrap;
58
+ overflow : hidden;
59
+ }
60
+
61
+ .setting.menu .ant-tree-title .title-render .title-content .title .in-title {
62
+ flex-shrink: 0;
63
+ }
64
+
65
+ .setting.menu .ant-tree-title .title-render .title-content .title .description {
66
+ padding-left: 15px;
67
+ font-size : 12px;
68
+ color : #9c9c9c;
69
+ }
70
+
71
+ .setting.menu .ant-tree-title .title-render .title-content .remove {
72
+ display: none;
73
+ }
74
+
75
+ .setting.menu .ant-tree-title .title-render .title-content.children:hover .remove,
76
+ .setting.menu .ant-tree-title .title-render .title-content.last-menu:hover .remove {
77
+ display: none;
78
+ }
79
+
80
+ .setting.menu .ant-tree-title .title-render .title-content:hover .title {
81
+ padding-right: 34px;
82
+ }
83
+
84
+ .setting.menu .ant-tree-title .title-render .title-content:hover.last-menu .remove,
85
+ .setting.menu .ant-tree-title .title-render .title-content:hover .remove {
86
+ display : initial;
87
+ position: absolute;
88
+ right : 0;
89
+ padding : 0px 10px;
90
+ z-index : 2;
91
+ }
92
+
93
+ .setting.menu .add-menu {
94
+ margin: 2px 4px 0px 0px;
95
+ }
96
+
97
+ .setting-feature-container {
98
+ display : flex;
99
+ flex-direction: column;
100
+ align-items : flex-end;
101
+ }
102
+
103
+ .setting.widget .form-detail .ant-form-item.filters .ant-form-item-control-input-content div div:first-child {
104
+ margin-top: 0 !important;
105
+ }
106
+
107
+ .setting.widget .form-detail .ant-btn.ant-btn-link {
108
+ margin-bottom: 12px;
109
+ }
110
+
111
+ .provider-setting.button-add-location {
112
+ color : #04ace4;
113
+ border-color: #04ace4;
114
+ }
115
+
116
+ .provider-setting.button-remove-location {
117
+ color : #04ace4;
118
+ margin-top: 8px;
119
+ }
120
+
121
+ .provider-setting.label-location-group {
122
+ color: rgba(0, 0, 0, 0.85);
123
+ }
124
+
125
+ .setting.translate .translate-container .list-container {
126
+ min-height : 500px;
127
+ border : 1px solid rgba(0, 0, 0, 0.05);
128
+ display : flex;
129
+ flex-direction: column;
130
+ height : 100%;
131
+ }
132
+
133
+ .setting.translate .translate-container .list-item {
134
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
135
+ width : 100%;
136
+ padding : 10px 15px;
137
+ cursor : pointer;
138
+ }
139
+
140
+ .setting.translate .translate-container .list-item:hover {
141
+ background: #f6f7f9;
142
+ }
143
+
144
+ .setting.translate .translate-container .list-item.selected {
145
+ background : #f6f7f9;
146
+ border-right: 6px solid #04ace4;
147
+ }
148
+
149
+ .setting.translate .translate-container .form-container {
150
+ margin: 0 20px;
151
+ }
152
+
153
+ .setting.queue .queue-container .list-container {
154
+ min-height : 700px;
155
+ max-height : 700px;
156
+ border : 1px solid rgba(0, 0, 0, 0.05);
157
+ display : flex;
158
+ flex-direction : column;
159
+ height : 100%;
160
+ overflow : scroll;
161
+ -ms-overflow-style: none;
162
+ scrollbar-width : none;
163
+ }
164
+
165
+ .setting.queue .queue-container .list-container::-webkit-scrollbar {
166
+ display: none;
167
+ }
168
+
169
+ .setting.queue .queue-container .list-item {
170
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
171
+ width : 100%;
172
+ padding : 10px 15px;
173
+ cursor : pointer;
174
+ }
175
+
176
+ .setting.queue .queue-container .list-item:hover {
177
+ background: #f6f7f9;
178
+ }
179
+
180
+ .setting.queue .queue-container .list-item.selected {
181
+ background : #f6f7f9;
182
+ border-right: 6px solid #04ace4;
183
+ }
184
+
185
+ .setting.queue .queue-container .queue-table {
186
+ height : 100%;
187
+ overflow : scroll;
188
+ -ms-overflow-style: none;
189
+ scrollbar-width : none;
190
+ }
191
+
192
+ .setting.queue .queue-container .queue-table::-webkit-scrollbar {
193
+ display: none;
194
+ }
195
+
196
+ .setting.database .database-container .list-container {
197
+ min-height : 700px;
198
+ max-height : 700px;
199
+ border : 1px solid rgba(0, 0, 0, 0.05);
200
+ display : flex;
201
+ flex-direction : column;
202
+ height : 100%;
203
+ overflow : scroll;
204
+ -ms-overflow-style: none;
205
+ scrollbar-width : none;
206
+ }
207
+
208
+ .setting.database .database-container .list-container .database-table-row-odd {
209
+ background-color: #f9f9f9;
210
+ }
211
+
212
+ .setting.database .database-container .list-container::-webkit-scrollbar {
213
+ display: none;
214
+ }
215
+
216
+ .setting.database .database-container .list-item {
217
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
218
+ width : 100%;
219
+ padding : 10px 15px;
220
+ cursor : pointer;
221
+ }
222
+
223
+ .setting.database .database-container .list-item:hover {
224
+ background: #f6f7f9;
225
+ }
226
+
227
+ .setting.database .database-container .list-item.selected {
228
+ background : #f6f7f9;
229
+ border-right: 6px solid #04ace4;
230
+ }
231
+
232
+ .setting.menu .ant-tree-title .title-render-new {
233
+ display : flex;
234
+ padding : 0px 5px;
235
+ align-items : center;
236
+ background-color: #f6f7f9;
237
+ min-height : 42px;
238
+ }
239
+
240
+ .setting.menu .ant-tree-title .title-render-new .move {
241
+ margin-right: 5px;
242
+ }
243
+
244
+ .setting.menu .ant-tree-title .title-render-new .move svg {
245
+ cursor: move;
246
+ }
247
+
248
+ .setting.menu .ant-tree-title .title-render-new .title-content {
249
+ cursor : pointer;
250
+ position : relative;
251
+ display : flex;
252
+ flex-direction : row;
253
+ width : 100%;
254
+ max-width : 100%;
255
+ background-color: #FFFFFF;
256
+ line-height : 40px;
257
+ max-height : 40px;
258
+ margin-right : 5px;
259
+ }
260
+
261
+ .setting.menu .ant-tree-title .title-render-new .title-content .icon {
262
+ width : 30px;
263
+ text-align : center;
264
+ padding-top : 7px;
265
+ margin-bottom: -7px;
266
+ }
267
+
268
+ .setting.menu .ant-tree-title .title-render-new .title-content .icon svg {
269
+ color: rgba(0, 0, 0, 0.65);
270
+ width: 18px;
271
+ }
272
+
273
+ .setting.menu .ant-tree-title .title-render-new .title-content .title {
274
+ width : calc(100% - 30px);
275
+ max-width : calc(100% - 30px);
276
+ min-width : 1px;
277
+ display : flex;
278
+ flex-direction: row;
279
+ flex-wrap : nowrap;
280
+ overflow : hidden;
281
+ }
282
+
283
+ .setting.menu .ant-tree-title .title-render-new .title-content .title .in-title {
284
+ flex-shrink: 0;
285
+ }
286
+
287
+ .setting.menu .ant-tree-title .title-render-new .title-content .title .description {
288
+ padding-left: 15px;
289
+ font-size : 12px;
290
+ color : #9c9c9c;
291
+ }
292
+
293
+ .setting.menu .ant-tree-title .title-render-new .title-content .remove {
294
+ display: none;
295
+ }
296
+
297
+ .setting.menu .ant-tree-title .title-render-new .title-content.children:hover .remove,
298
+ .setting.menu .ant-tree-title .title-render-new .title-content.last-menu:hover .remove {
299
+ display: none;
300
+ }
301
+
302
+ .setting.menu .ant-tree-title .title-render-new .title-content:hover .title {
303
+ padding-right: 34px;
304
+ }
305
+
306
+ .setting.menu .ant-tree-title .title-render-new .title-content:hover.last-menu .remove,
307
+ .setting.menu .ant-tree-title .title-render-new .title-content:hover .remove {
308
+ display : initial;
309
+ position: absolute;
310
+ right : 0;
311
+ padding : 0px 10px;
312
+ z-index : 2;
313
+ }
314
+
315
+ .setting.menu .add-menu {
316
+ margin: 15px 4px 0px 0px;
317
+ }
318
+
319
+ .setting-row-vertical-sublayout {
320
+ width: 100%;
321
+ height: 100%;
322
+ overflow: hidden;
323
+ }
324
+
325
+ .setting-row-vertical-sublayout .column-full-height-container {
326
+ min-height: 44px;
327
+ height: 100%;
328
+ }
329
+
330
+ .setting-row-vertical-sublayout .column-full-height-container.right {
331
+ border-right: 1px dashed #d9d9d9;
332
+ }
333
+
334
+ .setting-row-vertical-sublayout .column-full-height-container.left {
335
+ border-left: 1px dashed #d9d9d9;
336
+ }
337
+
338
+ .setting-row-vertical-sublayout .column-half-height-container {
339
+ min-Height: 44px;
340
+ }
341
+
342
+ .setting-row-vertical-sublayout .column-half-height-container .sub-row {
343
+ min-Height: 44px;
344
+ }
345
+
346
+ .setting-row-vertical-sublayout .column-half-height-container .sub-row.border-right {
347
+ border-right: 1px dashed #d9d9d9;
348
+ }
349
+
350
+ .setting-row-vertical-sublayout .column-half-height-container .sub-row.top {
351
+ border-top: 1px dashed #d9d9d9;
352
+ }
353
+
354
+ .setting-row-vertical-sublayout .column-half-height-container .sub-row.bottom {
355
+ border-bottom: 1px dashed #d9d9d9;
356
+ }
357
+
358
+ .setting-row-vertical-sublayout .column-half-height-container .sub-row.full-height {
359
+ height: 100%;
360
+ }
361
+
362
+ .setting-row-vertical-sublayout .column-half-height-container.bottom-layout {
363
+ height: 100%;
364
+ }
365
+
366
+ .setting-menu-card {
367
+ margin-bottom: 10px;
368
+ }
369
+
370
+ .setting-menu-card .setting-menu-rows {
371
+ padding: 8px;
372
+ margin-bottom: 15px;
373
+ justify-content: flex-end;
374
+ }
375
+
376
+ .setting-menu-card .setting-menu-drawer-impor-export {
377
+ margin-right: 8px;
378
+ }
379
+
380
+ .setting-menu-card .dnd-rows {
381
+ border : 1px dashed #d9d9d9;
382
+ border-radius: 5px;
383
+ }
384
+
385
+ .setting-menu-card .title-render-new {
386
+ display: flex;
387
+ padding: 0 5px;
388
+ align-items: center;
389
+ background-color: #f6f7f9;
390
+ min-height: 42px;
391
+ }
392
+
393
+ .setting-menu-card .dnd-container{
394
+ border: 1px dashed #d9d9d9;
395
+ }
396
+
397
+ .setting-menu-card .dnd-container .content {
398
+ width: 100%;
399
+ padding: 25px;
400
+ }
401
+
402
+ .setting-menu-card .title-content {
403
+ cursor: pointer;
404
+ position: relative;
405
+ display: flex;
406
+ flex-direction: row;
407
+ width: 100%;
408
+ max-width: 100%;
409
+ background-color: #fff;
410
+ line-height: 40px;
411
+ max-height: 40px;
412
+ margin-right: 5px;
413
+ }
414
+
415
+ .setting-menu-card .icon {
416
+ width: 30px;
417
+ text-align: center;
418
+ padding-top: 7px;
419
+ margin-bottom: -7px;
420
+ }
421
+
422
+ .setting-menu-card .icon svg {
423
+ width: 18px
424
+ }
425
+
426
+ .setting-menu-card .icon-collapse-render {
427
+ cursor: pointer;
428
+ }
429
+
430
+ .setting-menu-card .move {
431
+ cursor: move;
432
+ }
433
+
434
+ .setting-menu-card .remove {
435
+ display: none;
436
+ }
437
+
438
+ .setting-menu-card .title {
439
+ position: relative;
440
+ display: flex;
441
+ flex-direction: row;
442
+ width: 100%;
443
+ max-width: 100%;
444
+ background-color: #fff;
445
+ line-height: 40px;
446
+ max-height: 40px;
447
+ margin-right: 5px;
448
+ }
449
+
450
+ .setting-menu-card .title .description {
451
+ padding-left: 15px;
452
+ font-size : 12px;
453
+ color : #9c9c9c;
454
+ }
455
+
456
+ .setting-menu-card .title:hover .remove{
457
+ display: initial;
458
+ }
459
+
460
+ .setting-menu-card.children:hover .remove,
461
+ .setting-menu-card.last-menu:hover .remove {
462
+ display: none;
463
+ }
464
+
465
+ .setting-menu-card .title-content:hover .title {
466
+ padding-right: 34px;
467
+ }
468
+
469
+ .setting-menu-card .title-content:hover.last-menu .remove,
470
+ .setting-menu-card .title-content:hover .remove {
471
+ display : initial;
472
+ position: absolute;
473
+ right : 0;
474
+ padding : 0px 10px;
475
+ z-index : 2;
476
+ }
477
+
478
+ .setting-menu-card:hover .title {
479
+ padding-right: 34px;
480
+ }