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,263 +0,0 @@
|
|
|
1
|
-
@import "custom-antd.less";
|
|
2
|
-
|
|
3
|
-
.layout-login {
|
|
4
|
-
background-color: #ffffff;
|
|
5
|
-
min-height: 100vh;
|
|
6
|
-
flex-direction: column;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.logo-layout {
|
|
10
|
-
padding: 0rem 4rem;
|
|
11
|
-
justify-content: center;
|
|
12
|
-
display: flex;
|
|
13
|
-
|
|
14
|
-
.logo-content {
|
|
15
|
-
width: 100%;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.logo-layout-v3 {
|
|
20
|
-
justify-content: center;
|
|
21
|
-
display: flex;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
@media only screen and (max-width: 768px) {
|
|
25
|
-
.logo-layout {
|
|
26
|
-
padding: 0rem 1rem;
|
|
27
|
-
width: 100%;
|
|
28
|
-
height: 100vh;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.logo-layout-v3 {
|
|
32
|
-
padding: 0rem 1rem;
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 100vh;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@media only screen and (max-width: 768px) {
|
|
39
|
-
.logo-layout {
|
|
40
|
-
padding: 0rem 1rem;
|
|
41
|
-
width: 100%;
|
|
42
|
-
height: 100vh;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.logo-layout-v3 {
|
|
46
|
-
padding: 0rem 1rem;
|
|
47
|
-
width: 100%;
|
|
48
|
-
height: 100vh;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
|
53
|
-
.logo-layout {
|
|
54
|
-
padding: 0rem 4rem;
|
|
55
|
-
width: 100%;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.logo-layout-v3 {
|
|
59
|
-
padding: 0rem 4rem;
|
|
60
|
-
width: 100%;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
@media only screen and (min-width: 992px) {
|
|
65
|
-
.logo-layout {
|
|
66
|
-
padding: 0rem 4rem;
|
|
67
|
-
justify-content: center;
|
|
68
|
-
display: flex;
|
|
69
|
-
|
|
70
|
-
.logo-content {
|
|
71
|
-
width: 100%;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.login-form {
|
|
77
|
-
overflow-y: hidden;
|
|
78
|
-
padding: 1.5rem;
|
|
79
|
-
border-radius: @border-radius-base;
|
|
80
|
-
width: 100%;
|
|
81
|
-
|
|
82
|
-
.form-login-authentication {
|
|
83
|
-
margin-bottom: 15px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.image-center {
|
|
87
|
-
max-width: 100%;
|
|
88
|
-
margin-top: 8px;
|
|
89
|
-
margin-bottom: 16px;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
h3.ant-typography {
|
|
93
|
-
text-align: center;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
button {
|
|
97
|
-
width: 100%;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
a.ant-typography {
|
|
101
|
-
color: @info-color;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.ant-btn-google,
|
|
105
|
-
.ant-btn-cognito,
|
|
106
|
-
.ant-btn-azure-ad,
|
|
107
|
-
.ant-btn-social {
|
|
108
|
-
display: flex;
|
|
109
|
-
justify-content: center;
|
|
110
|
-
align-items: center;
|
|
111
|
-
height: 44px;
|
|
112
|
-
|
|
113
|
-
img {
|
|
114
|
-
height: 20px;
|
|
115
|
-
width: auto;
|
|
116
|
-
margin-right: 10px;
|
|
117
|
-
margin-top: 1px;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.ant-btn-id-connect {
|
|
122
|
-
display: flex;
|
|
123
|
-
justify-content: center;
|
|
124
|
-
|
|
125
|
-
img {
|
|
126
|
-
height: 20px;
|
|
127
|
-
width: auto;
|
|
128
|
-
margin-right: 10px;
|
|
129
|
-
margin-top: 1px;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.ant-dropdown-trigger.languages {
|
|
134
|
-
.anticon {
|
|
135
|
-
display: none;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.login-modal {
|
|
141
|
-
max-width: 500px !important;
|
|
142
|
-
|
|
143
|
-
.description {
|
|
144
|
-
margin-top: 10px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.button {
|
|
148
|
-
margin-top: 15px;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.qrcode-description {
|
|
152
|
-
margin-bottom: 20px;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.qrcode-container {
|
|
156
|
-
padding: 20px 50px 10px;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.modal-container {
|
|
160
|
-
padding: 20px 50px 40px;
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.modal-flow-container {
|
|
164
|
-
padding: 20px;
|
|
165
|
-
|
|
166
|
-
.login-form {
|
|
167
|
-
padding: 0px;
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.logo {
|
|
172
|
-
width: 100px;
|
|
173
|
-
margin-bottom: 50px;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.modal-title {
|
|
177
|
-
font-weight: 600;
|
|
178
|
-
font-size: 16px;
|
|
179
|
-
color: black;
|
|
180
|
-
text-align: center;
|
|
181
|
-
margin-bottom: 10px;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
.login-otp-container {
|
|
185
|
-
flex-direction: row;
|
|
186
|
-
justify-content: space-between;
|
|
187
|
-
margin-top: 30px;
|
|
188
|
-
width: 100%;
|
|
189
|
-
|
|
190
|
-
@media (max-width: 768px) {
|
|
191
|
-
margin-top: 14px;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
input {
|
|
195
|
-
width: 35px !important;
|
|
196
|
-
max-width: 100%;
|
|
197
|
-
text-align: center;
|
|
198
|
-
border-top: none;
|
|
199
|
-
border-right: none;
|
|
200
|
-
border-left: none;
|
|
201
|
-
border-bottom: 1px solid #979797;
|
|
202
|
-
font-size: 22px;
|
|
203
|
-
font-weight: 500;
|
|
204
|
-
font-stretch: normal;
|
|
205
|
-
font-style: normal;
|
|
206
|
-
line-height: normal;
|
|
207
|
-
letter-spacing: normal;
|
|
208
|
-
text-align: center;
|
|
209
|
-
color: #000000;
|
|
210
|
-
outline: none;
|
|
211
|
-
border-radius: 0;
|
|
212
|
-
padding: 0;
|
|
213
|
-
|
|
214
|
-
&.active,
|
|
215
|
-
&:focus {
|
|
216
|
-
border-top: none;
|
|
217
|
-
border-right: none;
|
|
218
|
-
border-left: none;
|
|
219
|
-
border-bottom: 2px solid black !important;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
input:disabled,
|
|
224
|
-
input[disabled] {
|
|
225
|
-
border-bottom: 2px #979797 solid;
|
|
226
|
-
background-color: #ffffff;
|
|
227
|
-
|
|
228
|
-
&.active {
|
|
229
|
-
border-bottom: 2px black solid;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.forgot-password-description {
|
|
236
|
-
color: black;
|
|
237
|
-
text-align: "center";
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
.forgot-password-title {
|
|
241
|
-
margin-top: 0;
|
|
242
|
-
padding-top: 0;
|
|
243
|
-
text-align: center;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.login-input {
|
|
247
|
-
.ant-input {
|
|
248
|
-
height: 44px;
|
|
249
|
-
font-size: 16px;
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.login-input-password {
|
|
254
|
-
.ant-input-password {
|
|
255
|
-
height: 44px;
|
|
256
|
-
font-size: 16px;
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.button_login {
|
|
261
|
-
height: 44px;
|
|
262
|
-
font-size: 16px;
|
|
263
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
@import "custom-antd.less";
|
|
2
|
-
|
|
3
|
-
.ant-popover.ant-popover-placement-bottomRight {
|
|
4
|
-
.ant-popover-inner-content {
|
|
5
|
-
padding: 0;
|
|
6
|
-
|
|
7
|
-
.menu-header-account.ant-menu-vertical {
|
|
8
|
-
border-right : none;
|
|
9
|
-
border-radius: 5px;
|
|
10
|
-
box-shadow : 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
|
|
11
|
-
|
|
12
|
-
.ant-menu-item {
|
|
13
|
-
margin: 0;
|
|
14
|
-
&:first-child {
|
|
15
|
-
border-top-left-radius: 3px;
|
|
16
|
-
border-top-right-radius: 3px;
|
|
17
|
-
}
|
|
18
|
-
&:last-child {
|
|
19
|
-
border-top: 1px solid @border-color-split;
|
|
20
|
-
border-bottom-left-radius: 3px;
|
|
21
|
-
border-bottom-right-radius: 3px;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
.sub-menu-sider {
|
|
27
|
-
.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
|
|
28
|
-
color: @menu-item-group-title-color !important;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
}
|
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
th.matrix-table-column-sort {
|
|
2
|
-
background: @table-header-sort-bg !important;
|
|
3
|
-
}
|
|
4
|
-
td.matrix-table-column-sort {
|
|
5
|
-
background: @table-body-sort-bg !important;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
// **************** sortable-tree-list-column ****************
|
|
9
|
-
|
|
10
|
-
.sortable-tree-matrix-container {
|
|
11
|
-
min-height: 100px;
|
|
12
|
-
|
|
13
|
-
.sortable-tree-matrix-button-add-one {
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.sortable-tree-matrix-button-add-two {
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.sortable-tree-matrix-content {
|
|
20
|
-
display: inline-block;
|
|
21
|
-
vertical-align: middle;
|
|
22
|
-
flex: 0 1 auto;
|
|
23
|
-
padding-right: 20px;
|
|
24
|
-
width: 100%;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.sortable-tree-matrix-content-rows {
|
|
28
|
-
display: inline-block;
|
|
29
|
-
vertical-align: middle;
|
|
30
|
-
position: relative;
|
|
31
|
-
height: 100%;
|
|
32
|
-
min-width: 230px;
|
|
33
|
-
flex: 1 0 auto;
|
|
34
|
-
display: flex;
|
|
35
|
-
align-items: center;
|
|
36
|
-
justify-content: space-between;
|
|
37
|
-
background-color: white;
|
|
38
|
-
border: 1px dashed rgb(217, 217, 217);
|
|
39
|
-
border-radius: 5px;
|
|
40
|
-
box-shadow: none !important;
|
|
41
|
-
transition: none !important;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sortable-tree-matrix-row {
|
|
45
|
-
cursor: pointer;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.sortable-tree-matrix-row-with-subtitle {
|
|
49
|
-
display: block;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.sortable-tree-matrix-content-rows-move-drag-source {
|
|
53
|
-
display: flex;
|
|
54
|
-
height: 100%;
|
|
55
|
-
align-items: center;
|
|
56
|
-
padding: 5px;
|
|
57
|
-
background: #f6f7f9;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.sortable-tree-matrix-row-text {
|
|
61
|
-
display: flex;
|
|
62
|
-
align-items: center;
|
|
63
|
-
padding-left: 15px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sortable-tree-matrix-row-text-toolbar {
|
|
67
|
-
display: inline-block;
|
|
68
|
-
vertical-align: middle;
|
|
69
|
-
flex: 0 1 auto;
|
|
70
|
-
display: flex;
|
|
71
|
-
}
|
|
72
|
-
.sortable-tree-matrix-row-text-toolbar-button {
|
|
73
|
-
display: inline-block;
|
|
74
|
-
vertical-align: middle;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.sortable-tree-matrix-content-rows {
|
|
78
|
-
&:hover {
|
|
79
|
-
.remove-icon {
|
|
80
|
-
display: flex !important;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.sortable-tree-matrix-row-text-toolbar-invalid-drop {
|
|
86
|
-
background: #ffe3df;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
.sortable-tree-matrix-content-rows {
|
|
90
|
-
.draggable-row > .move {
|
|
91
|
-
padding: 7px !important;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
.draggable-row {
|
|
95
|
-
&:hover {
|
|
96
|
-
.matrix-table-remove-btn {
|
|
97
|
-
display: block;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
.matrix-table-remove-btn {
|
|
101
|
-
display: none;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
// **************** end sortable-tree-list-column ****************
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
@import "custom-antd.less";
|
|
2
|
-
|
|
3
|
-
.pipeline-card {
|
|
4
|
-
border: 1px solid @border-color-split !important;
|
|
5
|
-
border-radius: 5px;
|
|
6
|
-
|
|
7
|
-
.pipeline-main {
|
|
8
|
-
height: 720px;
|
|
9
|
-
display: flex;
|
|
10
|
-
|
|
11
|
-
.pipeline-column-one {
|
|
12
|
-
border-right: 1px solid @border-color-split !important;
|
|
13
|
-
padding: 15px;
|
|
14
|
-
padding-right: 0px;
|
|
15
|
-
padding-left: 0px;
|
|
16
|
-
|
|
17
|
-
.pipeline-react-flow {
|
|
18
|
-
width: 230px;
|
|
19
|
-
height: 685px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.pipeline-add-item {
|
|
23
|
-
position: absolute;
|
|
24
|
-
left: 0;
|
|
25
|
-
bottom: 0px;
|
|
26
|
-
z-index: 9999;
|
|
27
|
-
border-radius: 0px;
|
|
28
|
-
border: unset;
|
|
29
|
-
width: 100%;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.pipeline-column-two {
|
|
34
|
-
padding: 15px;
|
|
35
|
-
overflow: scroll;
|
|
36
|
-
height: 720px;
|
|
37
|
-
flex: 1;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.pipeline-icon-add {
|
|
41
|
-
position: absolute;
|
|
42
|
-
bottom: 0px;
|
|
43
|
-
right: 0px;
|
|
44
|
-
width: 100%;
|
|
45
|
-
z-index: 9999;
|
|
46
|
-
border-radius: 0px;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.custom-edge-react-flow-edge-path {
|
|
51
|
-
stroke-width: 1;
|
|
52
|
-
fill: none;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.edgebutton-body {
|
|
56
|
-
align-items: center;
|
|
57
|
-
background: transparent;
|
|
58
|
-
display: flex;
|
|
59
|
-
height: 40px;
|
|
60
|
-
justify-content: center;
|
|
61
|
-
min-height: 40px;
|
|
62
|
-
width: 40px;
|
|
63
|
-
.edgebutton {
|
|
64
|
-
border : none;
|
|
65
|
-
border-radius: 50%;
|
|
66
|
-
cursor: pointer;
|
|
67
|
-
font-size: 16px;
|
|
68
|
-
height: 30px;
|
|
69
|
-
line-height: 1;
|
|
70
|
-
width: 30px;
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.pipeline-layout-detail {
|
|
77
|
-
|
|
78
|
-
.pipeline-layout-detail-button {
|
|
79
|
-
display: flex;
|
|
80
|
-
justify-content: flex-end;
|
|
81
|
-
padding-left: 15px !important;
|
|
82
|
-
padding-right: 15px !important;
|
|
83
|
-
}
|
|
84
|
-
}
|