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.
Files changed (69) 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/json-diff-viewer.css +144 -0
  21. package/template/admin/public/static/styles/layout.css +1465 -0
  22. package/template/admin/public/static/styles/login.css +269 -0
  23. package/template/admin/public/static/styles/mainheader.css +45 -0
  24. package/template/admin/public/static/styles/matrix.css +90 -0
  25. package/template/admin/public/static/styles/menu.css +60 -0
  26. package/template/admin/public/static/styles/permission_denied.css +13 -0
  27. package/template/admin/public/static/styles/pipeline.css +82 -0
  28. package/template/admin/public/static/styles/print_template.css +659 -0
  29. package/template/admin/public/static/styles/rabbitmq.css +5 -0
  30. package/template/admin/public/static/styles/restful.css +19 -0
  31. package/template/admin/public/static/styles/setting.css +480 -0
  32. package/template/admin/public/static/styles/style.css +1634 -0
  33. package/template/admin/public/static/styles/style_backup.css +1616 -0
  34. package/template/admin/public/static/styles/style_clean.css +51 -0
  35. package/template/admin/public/static/styles/system.css +11 -0
  36. package/template/admin/public/static/styles/theme-override.css +118 -0
  37. package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
  38. package/template/admin/public/static/styles/versioning_control.css +16 -0
  39. package/template/admin/public/static/styles/wysiwyg.css +3 -0
  40. package/template/admin/theme/main.css +38 -0
  41. package/template/admin/theme/vars.css +10 -0
  42. package/template/admin/public/static/styles/activity_log.less +0 -157
  43. package/template/admin/public/static/styles/collections.less +0 -123
  44. package/template/admin/public/static/styles/compute_field.less +0 -250
  45. package/template/admin/public/static/styles/custom-antd.less +0 -80
  46. package/template/admin/public/static/styles/datepicker.less +0 -323
  47. package/template/admin/public/static/styles/detail.less +0 -2690
  48. package/template/admin/public/static/styles/entities.less +0 -897
  49. package/template/admin/public/static/styles/filter.less +0 -24
  50. package/template/admin/public/static/styles/filter_new.less +0 -154
  51. package/template/admin/public/static/styles/hook.less +0 -142
  52. package/template/admin/public/static/styles/import_export.less +0 -62
  53. package/template/admin/public/static/styles/input.less +0 -386
  54. package/template/admin/public/static/styles/layout.less +0 -1455
  55. package/template/admin/public/static/styles/login.less +0 -263
  56. package/template/admin/public/static/styles/mainheader.less +0 -32
  57. package/template/admin/public/static/styles/matrix.less +0 -105
  58. package/template/admin/public/static/styles/permission_denied.less +0 -13
  59. package/template/admin/public/static/styles/pipeline.less +0 -84
  60. package/template/admin/public/static/styles/print_template.less +0 -730
  61. package/template/admin/public/static/styles/rabbitmq.less +0 -3
  62. package/template/admin/public/static/styles/restful.less +0 -22
  63. package/template/admin/public/static/styles/setting.less +0 -534
  64. package/template/admin/public/static/styles/style.less +0 -1957
  65. package/template/admin/public/static/styles/system.less +0 -11
  66. package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
  67. package/template/admin/public/static/styles/versioning_control.less +0 -24
  68. package/template/admin/public/static/styles/wysiwyg.less +0 -8
  69. /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
@@ -1,123 +0,0 @@
1
- .file-collections-items {
2
- padding : 12px;
3
- border : 1px solid #d9d9d9;
4
- border-radius: 4px;
5
- cursor : pointer;
6
- position : relative;
7
-
8
- &.selected {
9
- border-color: @primary-color !important;
10
-
11
- .bulk-container {
12
- display: block;
13
- }
14
- }
15
-
16
- .bulk-container {
17
- display : none;
18
- position: absolute;
19
- top : 10px;
20
- left : 10px;
21
- z-index : 2;
22
- }
23
-
24
- .file-items {
25
- display : flex;
26
- justify-content: center;
27
- align-items : center;
28
- width : 100%;
29
- height : 120px;
30
- }
31
-
32
- .file-title-container {
33
- display : flex;
34
- flex-flow : row nowrap;
35
- align-items: center;
36
-
37
- .file-name {
38
- flex-grow: 2;
39
- width : 0px;
40
-
41
- .name {
42
- max-width: 100%;
43
- }
44
- }
45
-
46
- .file-type {
47
- margin-left : 10px;
48
- padding : 2px 4px 2px 4px;
49
- border-radius : 2px;
50
- background-color: rgb(242, 243, 244);
51
-
52
-
53
- .type {
54
- max-width: 100%;
55
- color : rgb(158, 167, 184);
56
- }
57
- }
58
- }
59
-
60
- .file-ext-size {
61
- max-width: 100%;
62
- color : #707070;
63
- }
64
- }
65
-
66
- .file-collections-items:hover {
67
- border-color: #afafaf;
68
-
69
- .bulk-container {
70
- display: block;
71
- }
72
- }
73
-
74
- .file-detail-container {
75
- .file-description-container {
76
- padding : 10px 10px 4px;
77
- background-color: #f7f7f7;
78
- border-radius : 2px;
79
-
80
- .ant-typography {
81
- max-width: 100%;
82
- font-size: 12px;
83
- color : #707070;
84
- }
85
- }
86
- }
87
-
88
- .file-preview-container {
89
- display : flex;
90
- justify-content: center;
91
- align-items : center;
92
- border-radius : 2px;
93
- border : 1px solid #d9d9d9;
94
- padding : 8px;
95
- width : 100%;
96
- height : 100%;
97
- max-height : 400px;
98
- position : relative;
99
-
100
- .file-actions {
101
- position: absolute;
102
- top : 10px;
103
- right : 10px;
104
- }
105
- }
106
-
107
- .image-preview-container {
108
- display : flex;
109
- justify-content: center;
110
- align-items : center;
111
- padding : 8px;
112
- width : 100%;
113
- height : 100%;
114
- max-height : 400px;
115
- position : relative;
116
- min-height : 200px;
117
-
118
- .file-actions {
119
- position: absolute;
120
- top : 10px;
121
- right : 10px;
122
- }
123
- }
@@ -1,250 +0,0 @@
1
- @import "custom-antd.less";
2
-
3
- .mutiline-format {
4
- margin-bottom: 24px;
5
-
6
- @media (max-width: 991px) {
7
- overflow: scroll;
8
- }
9
-
10
- .empty-mutiline-format {
11
- height : 100px;
12
- border : 1px solid;
13
- border-style : dashed;
14
- border-radius: 5px;
15
- border-color : #d9d9d9;
16
-
17
- .ant-form-item-has-error {
18
- border-color: @error-color;
19
- }
20
- }
21
-
22
- .ant-form-item-has-error {
23
- .empty-mutiline-format {
24
- border-color: @error-color;
25
- }
26
-
27
- .mutiline-format {
28
- border: 1px solid;
29
- border-style: dashed;
30
- border-radius: 5px;
31
- border-color: @error-color;
32
- }
33
- }
34
- }
35
-
36
- .search-data-field {
37
- margin-bottom: 24px;
38
-
39
- .empty-search-data-field {
40
- height: 100px;
41
- border: 1px solid;
42
- border-style: dashed;
43
- border-radius: 5px;
44
- border-color: #d9d9d9;
45
- }
46
- }
47
-
48
- .summary-box-field {
49
- border: 1px dashed #939393;
50
- padding: 15px;
51
- background: #d9d9d9;
52
- border-radius: 5px;
53
- margin-bottom: 24px;
54
-
55
- .text {
56
- &.number {
57
- font-size: 30px;
58
- }
59
-
60
- &.unit {
61
- font-size: 22px;
62
- }
63
-
64
- &.description {
65
- font-size: 15px;
66
- }
67
- }
68
- }
69
-
70
- .form-list {
71
- &.mapping-field,
72
- &.select-list-layout-list,
73
- &.draggable-none-border {
74
- margin-bottom: 16px;
75
-
76
- .ant-row {
77
- flex-flow: row;
78
- }
79
-
80
- .draggable-row {
81
- border: none;
82
- margin: 0;
83
- border-radius: 0;
84
-
85
- .move {
86
- background: none;
87
- }
88
- }
89
-
90
- .addable-table-minus-button {
91
- margin-top: 6px;
92
- }
93
-
94
- .ant-input-group-addon {
95
- .anticon-edit:hover {
96
- color: @primary-color;
97
- }
98
- }
99
- }
100
-
101
- &.export-filter {
102
- margin-bottom: 16px;
103
-
104
- .export-filter-item {
105
- margin-bottom: 10px;
106
- }
107
-
108
- .addable-table-minus-button {
109
- margin-top: 6px;
110
- }
111
-
112
- .ant-btn-link {
113
- margin-top: -5px;
114
- }
115
- }
116
-
117
- &.excel-advanced-row-format {
118
- margin-bottom: 16px;
119
-
120
- .excel-advanced-row-format-item {
121
- margin-bottom: 10px;
122
- }
123
-
124
- .addable-table-minus-button {
125
- margin-top: 6px;
126
- }
127
-
128
- .ant-btn-link {
129
- margin-top: -5px;
130
- }
131
- }
132
-
133
- &.condition-field {
134
- margin-bottom: 16px;
135
-
136
- .condition-field-item {
137
- margin-bottom: 10px;
138
- }
139
-
140
- .addable-table-minus-button {
141
- margin-top: 6px;
142
- }
143
-
144
- .ant-btn-link {
145
- margin-top: -5px;
146
- }
147
- }
148
-
149
- &.tree-node-icon {
150
- .tree-node-icon-item {
151
- border: 1px dashed @border-color-base;
152
- border-radius: 5px;
153
- margin-bottom: 10px;
154
- padding: 16px;
155
- }
156
- }
157
-
158
- &.attachments {
159
- margin-bottom: 16px;
160
- margin: 0px 4px;
161
-
162
- .formlist-attachments-item {
163
- border: 1px dashed @border-color-base;
164
- border-radius: 5px;
165
- margin-bottom: 10px;
166
- padding-right: 4px;
167
- }
168
-
169
- .attachments-item {
170
- padding: 16px;
171
- padding-right: 0px;
172
- }
173
-
174
- .addable-table-minus-button {
175
- margin-top: 6px;
176
- }
177
-
178
- .ant-btn-link {
179
- margin-top: -5px;
180
- }
181
- }
182
- }
183
-
184
- .comment-list {
185
- max-height: 400px;
186
- overflow: hidden;
187
- overflow-y: scroll;
188
- border: 1px solid #d9d9d9;
189
- border-radius: 5px;
190
- margin-bottom: 24px;
191
-
192
- .ant-list-header {
193
- background: white;
194
- position: sticky;
195
- top: 0;
196
- z-index: 9;
197
- padding: 10px;
198
- }
199
-
200
- .ant-list-item {
201
- padding: 10px;
202
- }
203
- }
204
-
205
- .comment-list-row {
206
- &.oddRow {
207
- background: #f5f5f5 !important;
208
- }
209
- }
210
-
211
- .comment-list-row:hover {
212
- background: tint(@primary-color, 87%) !important;
213
- }
214
-
215
- .autoComplete-box {
216
- display: flex;
217
- width: 100%;
218
- }
219
-
220
- .select-option-entity {
221
- .ant-select-multiple .ant-select-selection-item {
222
- height: 30px !important;
223
- padding-top: 3px !important;
224
- }
225
- }
226
- .summary-box-component {
227
- padding: 15px;
228
- background: #d9d9d9;
229
- border-radius: 5px;
230
- .icon {
231
- text-align: center;
232
- }
233
- .text {
234
- &.sum {
235
- font-size: 40px;
236
- }
237
- &.description {
238
- font-size: 15px;
239
- &.unit {
240
- font-size: 22px;
241
- }
242
- &.description {
243
- font-size: 20px;
244
- }
245
- &.sum {
246
- font-size: 50px;
247
- }
248
- }
249
- }
250
- }
@@ -1,80 +0,0 @@
1
- // -------- Colors -----------
2
- @primary-color : #04ace4;
3
- @secondary-color : #c59b7c;
4
- @info-color : #fcbc05;
5
- @success-color : #52c41a;
6
- @processing-color : #1890ff;
7
- @error-color : #f5222d;
8
- @highlight-color : #f5222d;
9
- @warning-color : #faad14;
10
- @normal-color : #d9d9d9;
11
- @background-color : #f6f7f9;
12
- @white-color : #ffffff;
13
- @btn-primary-color : #420035;
14
- @action-color : @info-color;
15
- @hover-color : #efefef;
16
- @dark-color : rgb(51, 51, 51);
17
- @text-color : rgba(0, 0, 0, .65);
18
- @text-color-secondary : rgba(0, 0, 0, .35);
19
- @text-color-label : rgba(0, 0, 0, .85);
20
- @text-color-disabled : rgba(0, 0, 0, .25);
21
- @system-yellow-color : #FDDF97;
22
- @breadcrumb-link-color-hover : #04ace4;
23
- @layout-footer-background : #04ace4;
24
- @menu-item-active-bg : #04ace4;
25
- @menu-dark-bg : #ffffff;
26
- @menu-dark-submenu-bg : #f6f7f9;
27
- @menu-item-group-title-color : #625f6e;
28
- @table-row-selected-bg : #04ace4;
29
- @menu-popup-bg : #ffffff;
30
-
31
- // -------- Border radius -----------
32
- @border-radius-base : 6px;
33
- @border-radius-sm : 5px;
34
-
35
- // -------- Border color -----------
36
- @border-color-base : hsv(0, 0, 85%);
37
- @border-color-split : rgba(0, 0, 0, 0.05);
38
-
39
- // -------- Font family -----------
40
- @font-family : "Chinese Quote",
41
- -apple-system,
42
- BlinkMacSystemFont,
43
- "Segoe UI",
44
- "PingFang SC",
45
- "Hiragino Sans GB",
46
- "Microsoft YaHei",
47
- "Helvetica Neue",
48
- Helvetica,
49
- Arial,
50
- sans-serif,
51
- "Apple Color Emoji",
52
- "Segoe UI Emoji",
53
- "Segoe UI Symbol";
54
- @code-family : "Anonymous Pro",
55
- "SFMono-Regular",
56
- Consolas,
57
- "Liberation Mono",
58
- Menlo,
59
- Courier,
60
- monospace;
61
- @label-bigger : 16px;
62
- // -------- Menu -----------
63
- @menu-inline-toplevel-item-height: 36px;
64
- @menu-item-height : 36px;
65
-
66
- // -------- Header -----------
67
- @layout-header-background: #ffffff !important;
68
- @layout-header-height : 60px;
69
-
70
- // -------- Card -----------
71
- @card-padding-base : 16px;
72
- @card-padding-wider : 16px;
73
-
74
- // --------- Layout List View --------
75
- @list-layouts-bg : #fafafa !important;
76
- @list-layouts-border: #bfbfbf !important;
77
-
78
- // Form
79
- // ---
80
- @label-color: @text-color !important;