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.
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/private-image-worker.js +1 -1
  5. package/template/admin/public/static/styles/activity_log.css +133 -0
  6. package/template/admin/public/static/styles/{calendar.less → calendar.css} +84 -26
  7. package/template/admin/public/static/styles/collections.css +120 -0
  8. package/template/admin/public/static/styles/compute_field.css +244 -0
  9. package/template/admin/public/static/styles/custom-antd.css +109 -0
  10. package/template/admin/public/static/styles/{custom_icon.less → custom_icon.css} +94 -70
  11. package/template/admin/public/static/styles/{date_search.less → date_search.css} +11 -15
  12. package/template/admin/public/static/styles/datepicker.css +301 -0
  13. package/template/admin/public/static/styles/detail.css +2645 -0
  14. package/template/admin/public/static/styles/{editTable.less → editTable.css} +12 -5
  15. package/template/admin/public/static/styles/entities.css +864 -0
  16. package/template/admin/public/static/styles/filter.css +18 -0
  17. package/template/admin/public/static/styles/filter_new.css +152 -0
  18. package/template/admin/public/static/styles/hook.css +140 -0
  19. package/template/admin/public/static/styles/import_export.css +48 -0
  20. package/template/admin/public/static/styles/input.css +77 -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 +1632 -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
@@ -0,0 +1,244 @@
1
+ @import url("./custom-antd.css");
2
+ .mutiline-format {
3
+ margin-bottom: 24px;
4
+ }
5
+
6
+ @media (max-width: 991px) {
7
+ .mutiline-format {
8
+ overflow: scroll;
9
+ }
10
+ }
11
+
12
+ .mutiline-format .empty-mutiline-format {
13
+ height : 100px;
14
+ border : 1px solid;
15
+ border-style : dashed;
16
+ border-radius: 5px;
17
+ border-color : #d9d9d9;
18
+ }
19
+
20
+ .mutiline-format .ant-form-item-has-error .empty-mutiline-format {
21
+ border-color: var(--error-color);
22
+ }
23
+
24
+ .mutiline-format .ant-form-item-has-error .mutiline-format {
25
+ border: 1px solid;
26
+ border-style: dashed;
27
+ border-radius: 5px;
28
+ border-color: var(--error-color);
29
+ }
30
+
31
+ .search-data-field {
32
+ margin-bottom: 24px;
33
+ }
34
+
35
+ .search-data-field .empty-search-data-field {
36
+ height: 100px;
37
+ border: 1px solid;
38
+ border-style: dashed;
39
+ border-radius: 5px;
40
+ border-color: #d9d9d9;
41
+ }
42
+
43
+ .summary-box-field {
44
+ border: 1px dashed #939393;
45
+ padding: 15px;
46
+ background: #d9d9d9;
47
+ border-radius: 5px;
48
+ margin-bottom: 24px;
49
+ }
50
+
51
+ .summary-box-field .text.number {
52
+ font-size: 30px;
53
+ }
54
+
55
+ .summary-box-field .text.unit {
56
+ font-size: 22px;
57
+ }
58
+
59
+ .summary-box-field .text.description {
60
+ font-size: 15px;
61
+ }
62
+
63
+ .form-list.mapping-field,
64
+ .form-list.select-list-layout-list,
65
+ .form-list.draggable-none-border {
66
+ margin-bottom: 16px;
67
+ }
68
+
69
+ .form-list.mapping-field .ant-row,
70
+ .form-list.select-list-layout-list .ant-row,
71
+ .form-list.draggable-none-border .ant-row {
72
+ flex-flow: row;
73
+ }
74
+
75
+ .form-list.mapping-field .draggable-row,
76
+ .form-list.select-list-layout-list .draggable-row,
77
+ .form-list.draggable-none-border .draggable-row {
78
+ border: none;
79
+ margin: 0;
80
+ border-radius: 0;
81
+ }
82
+
83
+ .form-list.mapping-field .draggable-row .move,
84
+ .form-list.select-list-layout-list .draggable-row .move,
85
+ .form-list.draggable-none-border .draggable-row .move {
86
+ background: none;
87
+ }
88
+
89
+ .form-list.mapping-field .addable-table-minus-button,
90
+ .form-list.select-list-layout-list .addable-table-minus-button,
91
+ .form-list.draggable-none-border .addable-table-minus-button {
92
+ margin-top: 6px;
93
+ }
94
+
95
+ .form-list.mapping-field .ant-input-group-addon .anticon-edit:hover,
96
+ .form-list.select-list-layout-list .ant-input-group-addon .anticon-edit:hover,
97
+ .form-list.draggable-none-border .ant-input-group-addon .anticon-edit:hover {
98
+ color: var(--primary-color);
99
+ }
100
+
101
+ .form-list.export-filter {
102
+ margin-bottom: 16px;
103
+ }
104
+
105
+ .form-list.export-filter .export-filter-item {
106
+ margin-bottom: 10px;
107
+ }
108
+
109
+ .form-list.export-filter .addable-table-minus-button {
110
+ margin-top: 6px;
111
+ }
112
+
113
+ .form-list.export-filter .ant-btn-link {
114
+ margin-top: -5px;
115
+ }
116
+
117
+ .form-list.excel-advanced-row-format {
118
+ margin-bottom: 16px;
119
+ }
120
+
121
+ .form-list.excel-advanced-row-format .excel-advanced-row-format-item {
122
+ margin-bottom: 10px;
123
+ }
124
+
125
+ .form-list.excel-advanced-row-format .addable-table-minus-button {
126
+ margin-top: 6px;
127
+ }
128
+
129
+ .form-list.excel-advanced-row-format .ant-btn-link {
130
+ margin-top: -5px;
131
+ }
132
+
133
+ .form-list.condition-field {
134
+ margin-bottom: 16px;
135
+ }
136
+
137
+ .form-list.condition-field .condition-field-item {
138
+ margin-bottom: 10px;
139
+ }
140
+
141
+ .form-list.condition-field .addable-table-minus-button {
142
+ margin-top: 6px;
143
+ }
144
+
145
+ .form-list.condition-field .ant-btn-link {
146
+ margin-top: -5px;
147
+ }
148
+
149
+ .form-list.tree-node-icon .tree-node-icon-item {
150
+ border: 1px dashed var(--border-color-base);
151
+ border-radius: 5px;
152
+ margin-bottom: 10px;
153
+ padding: 16px;
154
+ }
155
+
156
+ .form-list.attachments {
157
+ margin-bottom: 16px;
158
+ margin: 0px 4px;
159
+ }
160
+
161
+ .form-list.attachments .formlist-attachments-item {
162
+ border: 1px dashed var(--border-color-base);
163
+ border-radius: 5px;
164
+ margin-bottom: 10px;
165
+ padding-right: 4px;
166
+ }
167
+
168
+ .form-list.attachments .attachments-item {
169
+ padding: 16px;
170
+ padding-right: 0px;
171
+ }
172
+
173
+ .form-list.attachments .addable-table-minus-button {
174
+ margin-top: 6px;
175
+ }
176
+
177
+ .form-list.attachments .ant-btn-link {
178
+ margin-top: -5px;
179
+ }
180
+
181
+ .comment-list {
182
+ max-height: 400px;
183
+ overflow: hidden;
184
+ overflow-y: scroll;
185
+ border: 1px solid #d9d9d9;
186
+ border-radius: 5px;
187
+ margin-bottom: 24px;
188
+ }
189
+
190
+ .comment-list .ant-list-header {
191
+ background: white;
192
+ position: sticky;
193
+ top: 0;
194
+ z-index: 9;
195
+ padding: 10px;
196
+ }
197
+
198
+ .comment-list .ant-list-item {
199
+ padding: 10px;
200
+ }
201
+
202
+ .comment-list-row.oddRow {
203
+ background: #f5f5f5 !important;
204
+ }
205
+
206
+ .comment-list-row:hover {
207
+ background: var(--primary-color-tint-87) !important;
208
+ }
209
+
210
+ .autoComplete-box {
211
+ display: flex;
212
+ width: 100%;
213
+ }
214
+
215
+ .select-option-entity .ant-select-multiple .ant-select-selection-item {
216
+ height: 30px !important;
217
+ padding-top: 3px !important;
218
+ }
219
+
220
+ .summary-box-component {
221
+ padding: 15px;
222
+ background: #d9d9d9;
223
+ border-radius: 5px;
224
+ }
225
+
226
+ .summary-box-component .icon {
227
+ text-align: center;
228
+ }
229
+
230
+ .summary-box-component .text.sum {
231
+ font-size: 40px;
232
+ }
233
+
234
+ .summary-box-component .text.description.unit {
235
+ font-size: 22px;
236
+ }
237
+
238
+ .summary-box-component .text.description.description {
239
+ font-size: 20px;
240
+ }
241
+
242
+ .summary-box-component .text.description.sum {
243
+ font-size: 50px;
244
+ }
@@ -0,0 +1,109 @@
1
+ :root {
2
+ /* Primary Colors */
3
+ --primary-color: #04ace4;
4
+ --secondary-color: #c59b7c;
5
+ --info-color:#fcbc05;
6
+ --action-color:var(--info-color);
7
+ --success-color: #52c41a;
8
+ --processing-color: #1890ff;
9
+ --error-color: #f5222d;
10
+ --highlight-color: #f5222d;
11
+ --warning-color: #faad14;
12
+ --normal-color: #d9d9d9;
13
+
14
+
15
+ /* Text Colors */
16
+ --text-color: rgba(0, 0, 0, 0.65);
17
+ --text-color-secondary: rgba(0, 0, 0, 0.35);
18
+ --text-color-label: rgba(0, 0, 0, 0.85);
19
+ --text-color-disabled: rgba(0, 0, 0, 0.25);
20
+
21
+ /* Background Colors */
22
+ --background-color: #f6f7f9;
23
+ --white-color: #ffffff;
24
+ --dark-color: rgb(51, 51, 51);
25
+ --hover-color: #efefef;
26
+ --disabled-bg-color: #f5f5f5;
27
+
28
+ /* Ant Design Disabled Background Colors */
29
+ --antd-disabled-bg: #f5f5f5;
30
+ --antd-input-disabled-bg: #f5f5f5;
31
+ --antd-select-disabled-bg: #f5f5f5;
32
+ --antd-select-dropdown-bg: #ffffff;
33
+ --antd-table-disabled-bg: #f5f5f5;
34
+ --antd-empty-bg: #fafafa;
35
+ --scrollbar-thumb-hover: #bfbfbf;
36
+
37
+ /* Border & Radius */
38
+ --border-color-base: #d9d9d9;
39
+ --border-color-split: rgba(0, 0, 0, 0.05);
40
+ --border-radius-base: 6px;
41
+ --border-radius-sm: 5px;
42
+
43
+ /* Layout */
44
+ --layout-header-background: #ffffff;
45
+ --layout-header-height: 60px;
46
+ --layout-footer-background: #04ace4;
47
+
48
+ /* Menu */
49
+ --menu-dark-bg: #ffffff;
50
+ --menu-dark-submenu-bg: #f6f7f9;
51
+ --menu-item-color: rgba(0, 0, 0, 0.65);
52
+ /* --menu-highlight-color: #04ace4; */
53
+ --menu-highlight-color: #1890ff; /* AntD default */
54
+ --menu-item-active-bg: #04ace4;
55
+ --menu-item-group-title-color: #625f6e;
56
+ --menu-popup-bg: #ffffff;
57
+ --menu-inline-toplevel-item-height: 36px;
58
+ --menu-item-height: 36px;
59
+
60
+ /* Table */
61
+ --table-header-bg: #fafafa;
62
+ --table-header-color: rgba(0, 0, 0, 0.85);
63
+ --table-header-sort-bg: #f5f5f5;
64
+ --table-body-sort-bg: #fafafa;
65
+ --table-row-hover-bg: #f5f5f5;
66
+ --table-selected-row-bg: #e6f7ff;
67
+ --table-disabled-bg: #f5f5f5;
68
+ --table-empty-bg: #fafafa;
69
+
70
+ /* Typography */
71
+ --font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
72
+ --code-family: "Anonymous Pro", "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
73
+ --label-bigger: 16px;
74
+ --label-color: rgba(0, 0, 0, .65);
75
+
76
+ /* Card */
77
+ --card-padding-base: 16px;
78
+ --card-padding-wider: 16px;
79
+
80
+ /* List */
81
+ --list-layouts-bg: #fafafa;
82
+ --list-layouts-border: #bfbfbf;
83
+
84
+ /* Breadcrumb */
85
+ --breadcrumb-link-color-hover: #04ace4;
86
+
87
+ /* Custom Colors */
88
+ --btn-primary-color: #420035;
89
+ --system-yellow-color: #FDDF97;
90
+ --btn-default-border: #d9d9d9;
91
+ --btn-default-bg: #ffffff;
92
+ --btn-default-color: rgba(0, 0, 0, 0.65);
93
+ --btn-primary-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
94
+
95
+ /* Radio Button Colors */
96
+ --radio-button-hover-color: #1890ff;
97
+ --radio-button-bg: #e6f7ff;
98
+ }
99
+
100
+ /* AntD Picker Styles */
101
+ .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
102
+ .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
103
+ .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
104
+ background-color: var(--primary-color) !important;
105
+ }
106
+
107
+ .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
108
+ background-color: var(--primary-color) !important;
109
+ }